@charset "UTF-8";
/* mixin
------------------------------------------------*/
/* reset
------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  box-sizing: border-box;
}

html {
  line-height: 1;
}

strong {
  font-weight: bold;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

button,
input,
select,
textarea {
  vertical-align: middle;
}

input {
  outline: 0;
}

button,
input {
  *overflow: visible;
  line-height: normal;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="checkbox"] {
  cursor: pointer;
}

textarea {
  overflow: auto;
  vertical-align: top;
  font-family: sans-serif;
}

/* color
------------------------------------------------*/
/* base
------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 62.5%;
}

body,
input,
textarea {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body,
  input,
  textarea {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

a,
.js-link {
  color: #333333;
  text-decoration: none;
  transition: 0.2s;
}
@media screen and (min-width: 768px) {
  a:hover,
  .js-link:hover {
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
  }
  a:hover img,
  .js-link:hover img {
    -ms-filter: "alpha(opacity=80)";
    opacity: 0.8;
  }
}

.js-link {
  cursor: pointer;
}

.js-bg {
  background: no-repeat 50% 50%;
  background-size: cover;
}
.js-bg img {
  display: none;
}

/*
     _ _      _       _
 ___| (_) ___| | __  (_)___
/ __| | |/ __| |/ /  | / __|
\__ \ | | (__|   < _ | \__ \
|___/_|_|\___|_|\_(_)/ |___/
                   |__/
 Version: 1.9.0
  Author: Ken Wheeler
 Website: http://kenwheeler.github.io
    Docs: http://kenwheeler.github.io/slick
    Repo: http://github.com/kenwheeler/slick
  Issues: http://github.com/kenwheeler/slick/issues
 */
/* slick.scss
---------------------------------------------*/
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* slick-theme.scss
---------------------------------------------*/
/* Slider */
.slick-loading .slick-list {
  background: white url(/nab3mq000006i7is/nab3mq000006i7kt.gif) center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "\2190";
}
[dir="rtl"] .slick-prev:before {
  content: "\2192";
}

.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "\2192";
}
[dir="rtl"] .slick-next:before {
  content: "\2190";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "\2022";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.l-container, .l-container__l, .l-container__xl {
  width: 100%;
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 30px;
}
.l-container__l {
  max-width: 1300px;
}
.l-container__xl {
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .l-container, .l-container__l, .l-container__xl {
    padding: 0 15px;
  }
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  padding: 30px 30px 0;
}
.l-header__container {
  overflow: hidden;
  width: 100%;
  background-color: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.l-header__top {
  display: table;
  width: 100%;
}
.l-header__logo {
  display: table-cell;
  vertical-align: middle;
  width: 200px;
  padding: 20px;
}
.l-header__logo.over {
  display: block;
  margin: 0 auto 30px;
}
.l-header__sub {
  padding: 20px 0;
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
@media screen and (max-width: 1440px) {
  .l-header__sub {
    padding: 15px 0;
  }
}
.l-header__sub-list {
  display: none;
  vertical-align: middle;
  font-size: 0px;
  font-size: 0rem;
}
@media screen and (min-width: 1440px) {
  .l-header__sub-list {
    display: inline-block;
  }
}
.l-header__sub-list li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.l-header__sub-list li:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  background: url(/nab3mq000006i7is/nab3mq000006i7l5.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 12.5px;
  margin-right: 6px;
}
.l-header__sub-list li a {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.l-header__sub-list li:nth-child(1):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lh.png);
  width: 10px;
  height: 14px;
}
.l-header__sub-list li:nth-child(2):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7kx.png);
  width: 10.5px;
  height: 14px;
}
.l-header__sub-list li:nth-child(3):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lr.png);
  width: 14px;
  height: 14px;
}
.l-header__sub-list li:nth-child(4):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7l9.png);
  width: 14px;
  height: 14px;
}
.l-header__sub.over {
  display: block;
  padding: 10px 0;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 1px 0;
  text-align: center;
  margin-bottom: 40px;
}
.l-header__sub.over .l-header__sub-list {
  display: block;
}
.l-header__sub.over .l-header__sub-list li:before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7l3.png);
}
.l-header__sub.over .l-header__sub-list li:nth-child(1):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lj.png);
}
.l-header__sub.over .l-header__sub-list li:nth-child(2):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7kz.png);
}
.l-header__sub.over .l-header__sub-list li:nth-child(3):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lt.png);
}
.l-header__sub.over .l-header__sub-list li:nth-child(4):before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lb.png);
}
.l-header .search {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  font-size: 0rem;
  margin-right: 20px;
}
.l-header .search input {
  border: none;
  height: 29px;
  background-color: #eee;
  font-size: 14px;
  font-size: 1.4rem;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.l-header .search input[type="text"] {
  width: 121px;
  padding: 0 5px;
}
.l-header .search input[type="text"]::-webkit-input-placeholder {
  color: #bbb;
}
.l-header .search input[type="text"]:-ms-input-placeholder {
  color: #bbb;
}
.l-header .search input[type="text"]::-ms-input-placeholder {
  color: #bbb;
}
.l-header .search input[type="text"]::placeholder {
  color: #bbb;
}
.l-header .search input[type="submit"] {
  width: 29px;
  background-image: url(/nab3mq000006i7is/nab3mq000006i7ln.png);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 15px auto;
}
.l-header .search.over:before {
  display: none;
}
.l-header .search.over input {
  background-color: #fff;
}
.l-header .search.over input[type="submit"] {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lp.png);
}
.l-header .search.over input[type="text"]::-webkit-input-placeholder {
  color: rgba(209, 34, 4, 0.4);
}
.l-header .search.over input[type="text"]:-ms-input-placeholder {
  color: rgba(209, 34, 4, 0.4);
}
.l-header .search.over input[type="text"]::-ms-input-placeholder {
  color: rgba(209, 34, 4, 0.4);
}
.l-header .search.over input[type="text"]::placeholder {
  color: rgba(209, 34, 4, 0.4);
}
.l-header .inquiry {
  display: inline-block;
  vertical-align: middle;
  font-size: 0px;
  font-size: 0rem;
  position: relative;
  padding-right: 25px;
}
.l-header .inquiry:after {
  content: "";
  display: block;
  width: 5px;
  height: 45px;
  background-color: #eee;
  background: -moz-linear-gradient(0deg, #e5e5e5 0%, white 100%);
  background: -webkit-linear-gradient(0deg, #e5e5e5 0%, white 100%);
  background: linear-gradient(90deg, #e5e5e5 0%, white 100%);
  position: absolute;
  top: 0;
  right: 0;
}
.l-header .inquiry a {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  width: 140px;
  line-height: 45px;
  text-align: center;
}
.l-header .inquiry a:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  background: url(/nab3mq000006i7is/nab3mq000006i7ld.png) 50% 50% no-repeat;
  background-size: cover;
  width: 12px;
  height: 14px;
  margin-right: 11px;
}
.l-header .inquiry.over {
  padding-right: 0;
}
.l-header .inquiry.over:after {
  display: none;
}
.l-header .inquiry.over a {
  background: #fff;
  color: #d12204;
}
.l-header .inquiry.over a:before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lf.png);
}
.l-header__spmenu {
  display: table-cell;
  vertical-align: middle;
  width: 70px;
  padding: 20px;
}
.l-header__target {
  background-color: #444;
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.l-header__target-list {
  padding: 0;
}
.l-header__target-list li {
  display: inline-block;
  vertical-align: middle;
  width: calc(99%/7);
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.l-header__target-list li:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.l-header__target-list li a {
  display: block;
  width: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
}
@media screen and (max-width: 1440px) {
  .l-header__target-list li a {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 0;
  }
}
@media screen and (max-width: 1023px) {
  .l-header__target-list li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 15px 0;
  }
}
@media screen and (max-width: 1373px) {
  .l-header__target-list li:first-child {
    border-left: 0;
  }
  .l-header__target-list li:last-child {
    border-right: 0;
  }
}
.l-header__target.over {
  display: block;
  background: none;
  margin-bottom: 25px;
}
.l-header__target.over li {
  width: auto;
  border: 0;
  margin-right: 31.5px;
}
@media screen and (max-width: 1160px) {
  .l-header__target.over li {
    margin-right: 1.2vw;
  }
}
.l-header__target.over li:last-child {
  margin-right: 0;
}
.l-header__target.over li a {
  padding: 0;
}
.l-header__main {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #d12204;
  background: -moz-linear-gradient(-45deg, rgba(209, 34, 4, 0.95) 0%, rgba(232, 52, 12, 0.95) 50%, rgba(232, 76, 12, 0.95) 100%);
  background: -webkit-linear-gradient(-45deg, rgba(209, 34, 4, 0.95) 0%, rgba(232, 52, 12, 0.95) 50%, rgba(232, 76, 12, 0.95) 100%);
  background: linear-gradient(135deg, rgba(209, 34, 4, 0.95) 0%, rgba(232, 52, 12, 0.95) 50%, rgba(232, 76, 12, 0.95) 100%);
}
.l-header__main-close {
  position: fixed;
  top: 57px;
  right: 59px;
  width: 24px;
  z-index: 999;
}
.l-header__main-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.l-header__main .l-container, .l-header__main .l-container__l, .l-header__main .l-container__xl {
  padding: 35px 30px;
}
.l-header__main .l-container a, .l-header__main .l-container__l a, .l-header__main .l-container__xl a {
  color: #fff;
}
.l-header__main .l-container.middle, .l-header__main .middle.l-container__l, .l-header__main .middle.l-container__xl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.l-header__main-menu > li {
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
  margin: 0 32px 25px 0;
}
.l-header__main-menu > li:before {
  content: "";
  display: inline-block;
  vertical-align: -1px;
  background: url(/nab3mq000006i7is/nab3mq000006i7l3.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 13px;
  margin-right: 6px;
}
.l-header__main-menu > li.parent {
  display: block;
}
.l-header__main-menu ul {
  margin-top: 5px;
}
.l-header__main-menu ul li {
  display: inline-block;
  font-weight: normal;
  margin: 5px 30px 0 0;
}

@media screen and (min-width: 1024px) {
  .l-header__main-menu ul {
    height: auto !important;
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .l-header {
    padding: 0;
  }
  .l-header__container {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
  .l-header__logo {
    width: 180px;
    padding: 20px 15px;
  }
  .l-header__logo.over {
    margin: 0;
    padding: 22px 15px;
  }
  .l-header__sub {
    padding: 13px 0;
  }
  .l-header__sub.over {
    padding: 0;
    margin: 5px 15px 10px;
    border-width: 0;
    text-align: left;
  }
  .l-header__sub.over .l-header__sub-list {
    display: inherit;
  }
  .l-header__sub.over .l-header__sub-list li {
    display: inline-block;
    margin: 0 0 10px;
    width: 50%;
  }
  .l-header .search {
    display: none;
    width: 100% !important;
    margin-top: 5px !important;
  }
  .l-header .search input {
    height: 40px;
  }
  .l-header .search input[type="text"] {
    width: calc(100% - 50px);
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-header .search input[type="submit"] {
    width: 40px;
  }
  .l-header .inquiry {
    padding-right: 17px;
  }
  .l-header .inquiry a {
    font-size: 14px;
    font-size: 1.4rem;
    width: 105px;
    line-height: 45px;
  }
  .l-header .inquiry a:before {
    vertical-align: -1px;
    width: 12px;
    height: 14px;
    margin-right: 4px;
  }
  .l-header .inquiry.over a {
    width: 100%;
  }
  .l-header__spmenu {
    width: 60px;
    padding: 0;
    text-align: center;
  }
  .l-header__spmenu img {
    width: 30px !important;
  }
  .l-header__target {
    display: none;
  }
  .l-header__target.over {
    margin: 0 15px 15px;
    display: inherit;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 0 1px 1px 0;
  }
  .l-header__target.over li {
    width: 50%;
    border: solid rgba(255, 255, 255, 0.5);
    border-width: 1px 0 0 1px;
    margin-right: 0;
  }
  .l-header__target.over li:last-child {
    margin-right: 0;
  }
  .l-header__target.over li a {
    padding: 0;
    line-height: 40px;
  }
  .l-header__main {
    height: 100%;
  }
  .l-header__main-close {
    top: 17px;
    right: 18px;
  }
  .l-header__main .l-container, .l-header__main .l-container__l, .l-header__main .l-container__xl {
    padding: 0;
  }
  .l-header__main .l-container.middle, .l-header__main .middle.l-container__l, .l-header__main .middle.l-container__xl {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .l-header__main-menu {
    margin: 0 15px 15px;
    border: solid #ED9988;
    border-width: 1px 0 0 1px;
  }
  .l-header__main-menu:after {
    content: "";
    display: block;
    clear: both;
  }
  .l-header__main-menu > li {
    display: table;
    float: left;
    width: 50%;
    margin: -1px 0 0 0;
    border: solid #ED9988;
    border-width: 1px 1px 1px 0;
  }
  .l-header__main-menu > li:before {
    display: none;
  }
  .l-header__main-menu > li > a {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 15px;
    position: relative;
  }
  .l-header__main-menu > li > a.more:after, .l-header__main-menu > li > a.close:after {
    content: "";
    display: block;
    background: url(/nab3mq000006i7is/nab3mq000006i7ll.png) 50% 50% no-repeat;
    background-size: cover;
    width: 14px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
  }
  .l-header__main-menu > li > a.close:after {
    background-image: url(/nab3mq000006i7is/nab3mq000006i7l7.png);
  }
  .l-header__main-menu > li.parent {
    width: 100%;
  }
  .l-header__main-menu > li.parent > a {
    display: block;
  }
  .l-header__main-menu ul {
    display: none;
    margin: 5px 15px 15px;
  }
  .l-header__main-menu ul li {
    display: block;
    margin: 0 20px 10px 0;
  }
  .l-header__main-menu ul li:last-child {
    margin-bottom: 0;
  }
  .l-header__main-menu ul li a {
    display: inline-block;
    background: url(/nab3mq000006i7is/nab3mq000006i7l3.png) 0 1px no-repeat;
    background-size: 14px 13px;
    padding-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .l-container, .l-footer .l-container__l, .l-footer .l-container__xl {
    padding: 0;
  }
}
.l-footer__conversion {
  font-size: 0px;
  font-size: 0rem;
  margin-bottom: -50px;
  position: relative;
}
.l-footer__conversion li {
  display: inline-block;
  width: 50%;
}
.l-footer__conversion li a {
  display: block;
  line-height: 100px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.l-footer__conversion li a:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: 50% 50% no-repeat;
  background-size: cover;
  margin-right: 20px;
}
.l-footer__conversion li:first-child a:before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7ld.png);
  width: 24px;
  height: 28px;
}
.l-footer__conversion li:last-child a {
  background-color: #333333;
}
.l-footer__conversion li:last-child a:before {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lr.png);
  width: 28px;
  height: 28px;
}
@media screen and (max-width: 767px) {
  .l-footer__conversion {
    margin-bottom: 0;
    -moz-box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -ms-box-shadow: none !important;
    box-shadow: none !important;
  }
  .l-footer__conversion li a {
    line-height: 60px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-footer__conversion li a:before {
    margin-right: 10px;
  }
  .l-footer__conversion li:first-child a:before {
    width: 18px;
    height: 21px;
  }
  .l-footer__conversion li:last-child a:before {
    width: 18px;
    height: 18px;
  }
}
.l-footer__nav {
  background-color: #eee;
  padding: 100px 0 30px;
}
.l-footer__nav-main {
  margin-bottom: 40px;
  font-size: 0px;
  font-size: 0rem;
}
.l-footer__nav-main__list {
  display: inline-block;
  vertical-align: top;
  width: 16.66%;
}
.l-footer__nav-main__list li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  margin-bottom: 10px;
}
.l-footer__nav-main__list ul {
  margin-top: 10px;
}
.l-footer__nav-main__list ul li {
  padding-left: 9px;
}
.l-footer__nav-main__list ul li:before {
  content: "-";
  display: inline-block;
  margin: 0 3px 0 -9px;
}
.l-footer__nav-sub {
  text-align: center;
  font-size: 0px;
  font-size: 0rem;
}
.l-footer__nav-sub li {
  display: inline-block;
  margin: 0 0 15px;
}
.l-footer__nav-sub li:before, .l-footer__nav-sub li:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 20px;
  background-color: #ccc;
}
.l-footer__nav-sub li:before {
  margin-left: -1px;
}
.l-footer__nav-sub li a {
  vertical-align: middle;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0 16px;
}
@media screen and (max-width: 767px) {
  .l-footer__nav {
    padding: 0;
  }
  .l-footer__nav-main {
    display: none;
  }
  .l-footer__nav-sub {
    text-align: left;
  }
  .l-footer__nav-sub li {
    display: block;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  .l-footer__nav-sub li:before, .l-footer__nav-sub li:after {
    display: none;
  }
  .l-footer__nav-sub li a {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    padding: 10px 40px 10px 15px;
    position: relative;
  }
  .l-footer__nav-sub li a:after {
    content: "";
    display: inline-block;
    vertical-align: -1px;
    background: url(/nab3mq000006i7is/nab3mq000006i7l1.png) 50% 50% no-repeat;
    background-size: cover;
    width: 11px;
    height: 10px;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -5px;
  }
}
.l-footer__info {
  background-color: #333333;
  padding: 40px 0 50px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  color: #fff;
}
.l-footer__info:after {
  content: "";
  display: block;
  clear: both;
}
.l-footer__info-address {
  float: left;
}
.l-footer__info-copyright {
  float: right;
}
@media screen and (max-width: 767px) {
  .l-footer__info {
    padding: 15px 15px;
  }
  .l-footer__info-address {
    float: none;
    margin-bottom: 10px;
  }
  .l-footer__info-copyright {
    float: none;
  }
}
.l-footer__pagetop {
  position: fixed;
  right: 35px;
  bottom: 35px;
  width: 60px;
  z-index: 999;
}
@media screen and (max-width: 767px) {
  .l-footer__pagetop {
    right: 15px;
    bottom: 15px;
    width: 40px;
  }
}

/* top common
---------------------------------------------*/
#js-banner li {
  display: none;
}

.p-top img {
  width: 100%;
  height: auto;
}
.p-top .slick-slider {
  line-height: 0;
}
.p-top__section {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .p-top__section {
    margin-bottom: 30px;
  }
}
.p-top__title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  display: table;
  margin: 0 auto 30px;
}
.p-top__title:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #d12204;
  background: -moz-linear-gradient(0deg, #a52300 0%, #ed7100 50%, #e8340c 100%);
  background: -webkit-linear-gradient(0deg, #a52300 0%, #ed7100 50%, #e8340c 100%);
  background: linear-gradient(90deg, #a52300 0%, #ed7100 50%, #e8340c 100%);
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .p-top__title {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.p-top__btn {
  max-width: 230px;
  width: 100%;
}
.p-top__btn a {
  display: block;
  background-color: #333;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 50px;
  position: relative;
}
.p-top__btn a:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #edd597 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-top__btn {
    margin-left: auto;
    margin-right: auto;
  }
  .p-top__btn a {
    font-size: 18px !important;
    font-size: 1.8rem !important;
    line-height: 50px !important;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-top__bgred, .l-header .inquiry a, .l-footer__conversion li:first-child a, .p-top__attention__title {
  background-color: #d12204;
  background: -moz-linear-gradient(0deg, #d12204 0%, #e8340c 100%);
  background: -webkit-linear-gradient(0deg, #d12204 0%, #e8340c 100%);
  background: linear-gradient(90deg, #d12204 0%, #e8340c 100%);
}
.p-top__shadow, .l-footer__conversion, .p-top__faculty-box__txtarea {
  -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 767px) {
  .p-top__shadow, .l-footer__conversion, .p-top__faculty-box__txtarea {
    -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  }
}

/* top contents
---------------------------------------------*/
.p-top__mainvisual {
  margin-bottom: 0 !important;
  overflow: hidden;
}
.p-top__mainvisual .slick-slide li img {
  display: none;
}
.p-top__mainvisual .slick-slide li a {
  display: block;
  width: 100%;
  height: 100%;
}
.p-top__mainvisual .slick-slide li .js-bg {
  padding-bottom: 43.75%;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.p-top__mainvisual .slick-slide li .js-bg.sp {
  display: none;
}
.p-top__mainvisual .slick-dots {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 40px;
  max-width: 1100px;
  margin: 0 auto;
  text-align: left;
  pointer-events: none;
}
@media screen and (max-width: 1160px) {
  .p-top__mainvisual .slick-dots {
    margin: 0 30px;
  }
}
.p-top__mainvisual .slick-dots li {
  pointer-events: all;
  width: 50px;
  height: 10px;
  background-color: #333333;
  margin: 0 10px 0px 0;
}
.p-top__mainvisual .slick-dots li:last-child {
  margin-right: 0;
}
.p-top__mainvisual .slick-dots li button {
  width: auto;
  height: auto;
  padding: 0;
}
.p-top__mainvisual .slick-dots li button:before {
  content: "";
  display: none;
}
.p-top__mainvisual .slick-dots li.slick-active {
  background-color: #d12204;
}
@media screen and (max-width: 767px) {
  .p-top__mainvisual .slick-slide li .js-bg {
    padding-bottom: 93.33333%;
  }
  .p-top__mainvisual .slick-slide li .js-bg.pc {
    display: none;
  }
  .p-top__mainvisual .slick-slide li .js-bg.sp {
    display: block;
  }
  .p-top__mainvisual .slick-dots {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
    max-width: 1100px;
    margin: 0 15px;
    text-align: left;
  }
  .p-top__mainvisual .slick-dots li {
    width: 25px;
    height: 5px;
    margin-right: 5px;
  }
}

.p-top__bgarea, .p-top__entrance {
  background: url(/nab3mq000006i7is/nab3mq000006i7kv.png) 50% 50% no-repeat;
  background-size: cover;
}

.p-top__attention {
  background-color: rgba(237, 239, 211, 0.85);
  padding: 30px 0;
  margin: 0;
}
.p-top__attention__container {
  background-color: #fff;
  display: table;
  border: 5px solid #fff;
}
.p-top__attention__title {
  display: table-cell;
  vertical-align: middle;
  width: 205px;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #fff;
}
.p-top__attention__list {
  display: table-cell;
  vertical-align: top;
  padding: 20px 20px 20px 30px;
}
.p-top__attention__list li {
  margin-bottom: 10px;
}
.p-top__attention__list li:after {
  content: "";
  display: block;
  clear: both;
}
.p-top__attention__list li:last-child {
  margin-bottom: 0;
}
.p-top__attention__list li .date {
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #d12204;
}
.p-top__attention__list li .txt {
  margin-left: 100px;
  color: #d12204;
}
.p-top__attention__list li .txt a {
  color: #d12204;
}
@media screen and (max-width: 767px) {
  .p-top__attention {
    padding: 15px 0;
  }
  .p-top__attention__container {
    display: block;
  }
  .p-top__attention__title {
    display: block;
    width: auto;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 8px;
  }
  .p-top__attention__list {
    display: block;
    padding: 15px 10px;
  }
  .p-top__attention__list li {
    margin-bottom: 15px;
  }
  .p-top__attention__list li .date {
    float: none;
  }
  .p-top__attention__list li .txt {
    margin: 5px 0 0 0;
  }
}

.p-top__banner {
  padding: 40px 0 20px;
  overflow: hidden;
}
.p-top__banner-list {
  max-width: 1125px;
  padding: 0;
}
.p-top__banner-list .slick-slide {
  border: 5px solid #eee;
  margin: 0 12.5px;
}
.p-top__banner-list .slick-dots {
  bottom: -30px;
}
.p-top__banner-list .slick-dots li {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  border: 1px solid #fff;
}
.p-top__banner-list .slick-dots li button {
  width: 100%;
  height: 100%;
}
.p-top__banner-list .slick-dots li button:before {
  content: "";
  display: none;
}
.p-top__banner-list .slick-dots li.slick-active {
  background-color: #fff;
}
.p-top__banner-list .slick-prev,
.p-top__banner-list .slick-next {
  width: 40px;
  height: 40px;
  background: url(/nab3mq000006i7is/nab3mq000006i7lx.png) 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}
.p-top__banner-list .slick-prev:before,
.p-top__banner-list .slick-next:before {
  display: none;
}
.p-top__banner-list .slick-prev {
  left: -57px;
}
.p-top__banner-list .slick-next {
  right: -58px;
}
.p-top__banner-list .slick-next {
  background-image: url(/nab3mq000006i7is/nab3mq000006i7lv.png);
}
@media screen and (max-width: 1280px) {
  .p-top__banner-list .slick-prev {
    left: 25px;
  }
  .p-top__banner-list .slick-next {
    right: 25px;
  }
}
@media screen and (max-width: 767px) {
  .p-top__banner {
    padding: 20px 0 20px;
  }
  .p-top__banner-list {
    padding: 0;
  }
  .p-top__banner-list .slick-slide {
    -ms-filter: "alpha(opacity=60)";
    opacity: 0.6;
    margin: 0 10px;
  }
  .p-top__banner-list .slick-slide.slick-center {
    -ms-filter: "alpha(opacity=100)";
    opacity: 1;
  }
  .p-top__banner-list .slick-prev,
  .p-top__banner-list .slick-next {
    width: 28px;
    height: 28px;
  }
}

.p-top__faculty {
  display: flex;
  margin-bottom: 80px;
}
.p-top__faculty-box {
  width: 33.333%;
}
.p-top__faculty-box__txtarea {
  background-color: #fff;
  margin: -50px 30px 0;
  padding: 30px 30px 70px;
  position: relative;
}
@media screen and (max-width: 1160px) {
  .p-top__faculty-box__txtarea {
    padding: 20px 20px 40px;
  }
}
.p-top__faculty-box__txtarea .catch {
  font-size: 18px;
  font-size: 1.8rem;
  color: #d12204;
  margin-bottom: 15px;
}
.p-top__faculty-box__txtarea .p-top__title {
  margin-left: 0;
}
.p-top__faculty-box__txtarea .link {
  display: flex;
  flex-wrap: wrap;
}
.p-top__faculty-box__txtarea .link li {
  margin: 0 25px 10px 0;
  padding-left: 21px;
  min-width: 7em;
}
.p-top__faculty-box__txtarea .link li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/nab3mq000006i7is/nab3mq000006i7l1.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin: 0 7px 0 -21px;
}
.p-top__faculty-box__txtarea .link li a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}
@media screen and (max-width: 1160px) {
  .p-top__faculty-box__txtarea .link li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-top__faculty-box__txtarea .p-top__btn {
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1160px) {
  .p-top__faculty-box__txtarea .p-top__btn {
    width: 85%;
  }
}
@media screen and (max-width: 767px) {
  .p-top__faculty {
    display: block;
    margin-bottom: 55px;
  }
  .p-top__faculty-box {
    width: auto;
    margin-bottom: 55px;
  }
  .p-top__faculty-box__txtarea {
    margin: -50px 15px 0;
    padding: 20px 20px 50px;
    position: relative;
  }
  .p-top__faculty-box__txtarea .catch {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .p-top__faculty-box__txtarea .link {
    justify-content: space-between;
  }
  .p-top__faculty-box__txtarea .link li {
    margin: 0 0 10px 0;
    width: 100%;
  }
  .p-top__faculty-box__txtarea .link.letters li {
    width: 48%;
  }
}

.p-top__news {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.p-top__news-title {
  display: table-cell;
  width: 194px;
  position: relative;
}
.p-top__news-title:after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  background-color: #eee;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, white 100%);
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.1) 0%, white 100%);
  position: absolute;
  top: 0;
  right: 5px;
  z-index: -1;
}
.p-top__news-title .p-top__title {
  margin-left: 0;
}
.p-top__news-title__tab {
  margin-bottom: 40px;
}
.p-top__news-title__tab li {
  margin-bottom: 13px;
  margin-left: 10px;
}
.p-top__news-title__tab li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/nab3mq000006i7is/nab3mq000006i7l1.png) 50% 50% no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  margin-right: 7px;
}
.p-top__news-title__tab li .js-link {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  transition: 0s;
}
.p-top__news-title__tab li.current {
  margin-left: 0;
  position: relative;
}
.p-top__news-title__tab li.current:before {
  display: none;
}
.p-top__news-title__tab li.current:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 0;
  border-color: #9b050a transparent transparent transparent;
  position: absolute;
  right: 0;
  bottom: -10px;
}
.p-top__news-title__tab li.current .js-link {
  padding: 5px 10px;
  display: block;
  background-color: #d12204;
  color: #fff;
}
.p-top__news-title .p-top__btn {
  max-width: calc(100% - 50px);
}
.p-top__news-title .p-top__btn a {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 40px;
}
.p-top__news-title .p-top__btn.u-show__pc {
  display: block !important;
}
.p-top__news-list {
  display: table-cell;
  width: 83%;
  padding-left: 45px;
}
@media screen and (max-width: 1160px) {
  .p-top__news-list {
    width: 78vw;
    padding-left: 30px;
  }
}
.p-top__news-list li {
  margin-bottom: 22px;
  position: relative;
}
.p-top__news-list li:after {
  content: "";
  display: block;
  clear: both;
}
.p-top__news-list li:last-child {
  margin-bottom: 0;
}
.p-top__news-list li .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-top__news-list li .date .category {
  display: inline-block;
  width: 100px;
  padding: 1px 0;
  font-weight: normal;
  color: #d12204;
  text-align: center;
  border: 1px solid #d12204;
  margin-left: 22px;
}
.p-top__news-list li .txt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin-left: 225px;
  height: 1.4em;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-top__news {
    display: block;
  }
  .p-top__news-title {
    display: block;
    width: auto;
  }
  .p-top__news-title:after {
    display: none;
  }
  .p-top__news-title .p-top__title {
    margin-left: auto;
  }
  .p-top__news-title__tab {
    margin-bottom: 20px;
    font-size: 0px;
    font-size: 0rem;
  }
  .p-top__news-title__tab li {
    margin: 0;
    display: inline-block;
    width: calc(100% / 3 - 1px);
    margin-right: 1px;
  }
  .p-top__news-title__tab li:last-child {
    margin-right: 0;
  }
  .p-top__news-title__tab li:after, .p-top__news-title__tab li:before {
    display: none;
  }
  .p-top__news-title__tab li .js-link {
    text-align: center;
    padding: 5px 10px;
    display: block;
    background-color: #eee;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-top__news-list {
    display: block;
    width: 100%;
    padding-left: 0;
    margin-bottom: 20px;
  }
  .p-top__news-list li {
    margin-bottom: 18px;
  }
  .p-top__news-list li .date {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 6px;
  }
  .p-top__news-list li .date .category {
    font-size: 12px;
    font-size: 1.2rem;
    width: 75px;
    margin-left: 10px;
  }
  .p-top__news-list li .txt {
    margin: 0;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: auto;
    white-space: inherit;
  }
  .p-top__news .p-top__btn a {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 40px;
  }
  .p-top__news .p-top__btn.u-show__pc {
    display: none !important;
  }
}

.p-top__entrance-list li {
  position: relative;
}
.p-top__entrance-list li:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-color: rgba(237, 239, 211, 0.85);
}
.p-top__entrance-list li .l-container__l {
  display: flex;
  align-items: center;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.p-top__entrance-list li:nth-child(2n):after {
  right: auto;
  left: 0;
}
.p-top__entrance-list li:nth-child(2n) .l-container__l {
  flex-flow: row-reverse;
}
.p-top__entrance-list__imgarea {
  width: 61.53846%;
}
.p-top__entrance-list__imgarea img {
  -moz-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 20px 20px 20px 0px rgba(0, 0, 0, 0.2);
}
.p-top__entrance-list__txtarea {
  width: 38.46154%;
  padding: 0 7.69231%;
}
@media screen and (max-width: 1160px) {
  .p-top__entrance-list__txtarea {
    padding: 0 30px;
  }
}
.p-top__entrance-list__txtarea .p-top__title {
  margin-left: 0;
}
.p-top__entrance-list__txtarea .txt {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .p-top__entrance-list li:after {
    display: none;
  }
  .p-top__entrance-list li .l-container__l {
    display: block;
    padding: 30px 0 0;
  }
  .p-top__entrance-list__imgarea {
    width: auto;
    padding: 0 15px;
    margin-bottom: -15px;
  }
  .p-top__entrance-list__imgarea img {
    -moz-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    -ms-box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .p-top__entrance-list__txtarea {
    background-color: rgba(237, 239, 211, 0.85);
    width: auto;
    padding: 40px 15px 30px;
  }
  .p-top__entrance-list__txtarea .p-top__title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
  .p-top__entrance-list__txtarea .txt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 15px;
  }
}

.p-top__pickup-list {
  display: flex;
  flex-wrap: wrap;
}
.p-top__pickup-list li {
  display: flex;
  align-items: center;
  width: 23.63636%;
  margin: 0 1.81818% 20px 0;
}
.p-top__pickup-list li:nth-child(4n) {
  margin-right: 0;
}
.p-top__pickup-list li a {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  -moz-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.p-top__pickup-list li a:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 0 10px 10px;
  border-color: transparent transparent #edd597 transparent;
  position: absolute;
  right: 0;
  bottom: 0;
}
.p-top__pickup-list li a img {
  width: 60px !important;
}
.p-top__pickup-list li a span {
  padding-left: 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-top__pickup-list li {
    width: calc(50% - 2.5px);
    margin: 0 5px 10px 0;
  }
  .p-top__pickup-list li:nth-child(2n) {
    margin-right: 0;
  }
  .p-top__pickup-list li a {
    padding: 5px;
    font-size: 13px;
    font-size: 1.3rem;
    -moz-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 2px 2px 0px rgba(0, 0, 0, 0.1);
  }
  .p-top__pickup-list li a img {
    width: 45px !important;
  }
  .p-top__pickup-list li a span {
    padding-left: 9px;
  }
}

.u-show__block {
  display: block;
}
.u-show__none {
  display: none;
}
.u-show__pc {
  display: inherit !important;
}
.u-show__mb {
  display: none !important;
}
.u-show__sp {
  display: none !important;
}
@media screen and (max-width: 1023px) {
  .u-show__mb {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  .u-show__pc {
    display: none !important;
  }
  .u-show__sp {
    display: inherit !important;
  }
}

.u-br__pc {
  display: block !important;
}
.u-br__tb {
  display: inline !important;
}
.u-br__sp {
  display: inline !important;
}
@media screen and (max-width: 768px) {
  .u-br__tb {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .u-br__pc {
    display: inline !important;
  }
  .u-br__sp {
    display: block !important;
  }
}

.u-float:after {
  content: "";
  display: block;
  clear: both;
}
.u-float__left {
  float: left;
}
.u-float__right {
  float: right;
}
@media screen and (max-width: 768px) {
  .u-float__left, .u-float__right {
    float: none;
    margin-left: 0;
  }
}

.u-text__center {
  text-align: center;
}
.u-text__center-m {
  margin-left: auto;
  margin-right: auto;
}
.u-text__right {
  text-align: right;
}
.u-text__middle {
  display: inline-block;
  vertical-align: middle;
}

.u-fixed {
  overflow: hidden !important;
}
