@charset "UTF-8";
/* Slider */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;1,400;1,500&family=Noto+Sans+JP:wght@400;700&family=Bodoni+Moda:ital,wght@1,500&display=swap");
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  -ms-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;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 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: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 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: "•";
  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;
}

/*@mixin inline-block {
	display: inline-block;
	*display: inline;
	*zoom: 1;
}*/
/*@mixin opacity($opacity) {
	opacity: $opacity;
	$opacityIE: $opacity * 100;
	filter: alpha(opacity=$opacityIE);
}*/
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;
}

html {
  line-height: 1;
}

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, main, menu, nav, section, summary {
  display: block;
}

img {
  vertical-align: bottom;
  border: none;
}

img[src$=".svg"] {
  position: relative;
  left: 0.4px;
  top: 0.4px;
}

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;
}

/* ベース
---------------------------------- */
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  min-width: 1060px;
  min-height: 100%;
  height: 100%;
  font-family: "Noto Sans JP", "Hiragino Sans W3", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
  letter-spacing: 0.04em;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -moz-osx-font-smoothing: unset;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  body {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    font-size: 1.4rem;
    min-width: 350px;
  }
}

a {
  color: #729cb7;
  text-decoration: none;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
  /*@include mqSp {
  	body {
  		opacity: 1;
  	}
  }*/
}
@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
}

header.global {
  position: fixed;
  top: 0;
  left: 0;
  height: 74px;
  background-color: #fff;
  min-width: 1040px;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  z-index: 8000;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #ccc;
  z-index: 999;
  /*ロゴ
  ----------------------------------------*/
  /*ナビエリア
  ----------------------------------------*/
  /*グローバルナビ
  ----------------------------------------*/
  /*メニューアイコン
  ----------------------------------------*/
}
@media screen and (min-width: 1140px) {
  header.global {
    padding: 0 30px 0 20px;
  }
}
@media screen and (max-width: 1024px) {
  header.global {
    height: 60px;
    min-width: auto;
    padding: 0 10px;
  }
}
@media screen and (min-width: 1025px) {
  header.global .site-logo {
    max-width: 240px;
  }
}
@media screen and (min-width: 1140px) {
  header.global .site-logo {
    max-width: 320px;
  }
}
@media screen and (max-width: 1024px) {
  header.global .site-logo {
    max-width: 268px;
  }
}
header.global .site-logo img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 1025px) {
  header.global .nav-area {
    display: block !important;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 1024px) {
  header.global .nav-area {
    display: none;
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background-color: #fff;
    margin-left: 0;
  }
}
@media screen and (max-width: 1024px) {
  header.global .nav-area.open:after {
    content: "";
    display: block;
    width: 100vw;
    height: calc(100vh - 60px);
    background-color: rgba(0, 0, 0, 0.4);
    position: fixed;
    left: 0;
    top: 60px;
    z-index: -1;
  }
}
header.global .global-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (min-width: 1025px) {
  header.global .global-nav {
    height: 100%;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
header.global .global-nav li {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  header.global .global-nav li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1025px) and (min-width: 1140px) {
  header.global .global-nav li {
    margin-left: 29px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1025px) {
  header.global .global-nav li:first-child {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  header.global .global-nav li {
    width: 100%;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
header.global .global-nav li a {
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 1025px) {
  header.global .global-nav li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1024px) {
  header.global .global-nav li a {
    display: block;
    padding: 0 20px;
    line-height: 50px;
  }
}
header.global .global-nav li:first-child {
  display: none;
}
header.global .global-nav li.lang {
  font-size: 12px;
  font-size: 1.2rem;
}
header.global .global-nav li.lang a {
  background-color: #e5e7ee;
}
@media screen and (min-width: 1025px) {
  header.global .global-nav li.lang a {
    padding: 2px 8px;
  }
}
header.global .global-nav li.current a {
  font-weight: bold;
  /*position: relative;
  &:before {
  	content: "";
  	display: block;
  	width: 100%;
  	height: 5px;
  	background-color: $color-yellow;
  	position: absolute;
  	bottom: 0;
  	left: 0;
  	@include mqTb {
  		width: 5px;
  		height: 100%;
  	}
  }*/
}
header.global .menu-icon {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  z-index: 1000;
  cursor: pointer;
  background-color: #333;
}
header.global .menu-icon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
header.global .menu-icon span {
  display: block;
  position: absolute;
  width: 20px;
  height: 1px;
  margin-top: -2px;
  background-color: #fff;
  left: 50%;
  margin-left: -10px;
}
header.global .menu-icon .middle {
  top: 50%;
  -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
          transform: translateY(0px);
}
header.global .menu-icon .top {
  top: calc(50% - 6px);
}
header.global .menu-icon .bottom {
  top: calc(50% + 6px);
}
@media screen and (max-width: 1024px) {
  header.global .menu-icon {
    display: block;
  }
}
header.global .menu-icon.active .middle {
  display: none;
}
header.global .menu-icon.active .top {
  top: 50%;
  -webkit-transform: rotate(-45deg) translateY(0px);
      -ms-transform: rotate(-45deg) translateY(0px);
          transform: rotate(-45deg) translateY(0px);
}
header.global .menu-icon.active .bottom {
  top: 50%;
  -webkit-transform: rotate(45deg) translateY(0px);
      -ms-transform: rotate(45deg) translateY(0px);
          transform: rotate(45deg) translateY(0px);
}
header.global .menu-icon span {
  -webkit-transition: all 100ms ease-out;
  -o-transition: all 100ms ease-out;
  transition: all 100ms ease-out;
}

footer.global {
  margin-top: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*情報
  ----------------------------------------*/
  /*copyright
  ----------------------------------------*/
  /*ページトップ
  ----------------------------------------*/
}
@media screen and (max-width: 767px) {
  footer.global {
    margin-top: 50px;
  }
}
footer.global .footer-info-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #536a98;
  padding: 60px 0 65px;
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area {
    padding: 30px 0 10px;
  }
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area:before {
    content: "";
    display: block;
    width: 50%;
    height: 100%;
    background: url(../images/common/footer_bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
  }
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area .l-container {
    width: 440px;
    padding: 0 0 0 560px;
  }
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .l-container {
    width: 100%;
  }
}
footer.global .footer-info-area .footer-logo {
  width: 100%;
  max-width: 320px;
  margin-bottom: 35px;
}
footer.global .footer-info-area .footer-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .footer-logo {
    margin-bottom: 10px;
  }
}
footer.global .footer-info-area .footer-nav {
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area .footer-nav {
    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;
  }
}
footer.global .footer-info-area .footer-nav a {
  color: #fff;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area .footer-nav > ul {
    width: calc(50% - 15px);
  }
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .footer-nav > ul:last-child li:last-child a {
    border: 0;
  }
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area .footer-nav > ul > li:nth-child(n+2) {
    margin-top: 24px;
  }
}
footer.global .footer-info-area .footer-nav > ul > li > a {
  display: block;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  font-weight: normal;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media screen and (min-width: 768px) {
  footer.global .footer-info-area .footer-nav > ul > li > a {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 6px;
    margin-bottom: 9px;
  }
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .footer-nav > ul > li > a {
    padding: 12px 0 13px;
  }
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .footer-nav > ul > li > ul {
    display: none;
  }
}
footer.global .footer-info-area .footer-nav > ul > li > ul > li:nth-child(n+2) {
  margin-top: 2px;
}
footer.global .footer-info-area .footer-nav > ul > li > ul > li > ul {
  margin: 0 0 10px;
}
footer.global .footer-info-area .footer-nav > ul > li > ul > li > ul > li {
  position: relative;
  padding-left: 11px;
}
footer.global .footer-info-area .footer-nav > ul > li > ul > li > ul > li:nth-child(n+2) {
  margin-top: 2px;
}
footer.global .footer-info-area .footer-nav > ul > li > ul > li > ul > li:before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 1px;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0.9em;
}
@media screen and (max-width: 767px) {
  footer.global .footer-info-area .footer-nav > ul > li > ul > li > ul {
    display: none;
  }
}
footer.global .footer-bottom {
  background-color: #333;
  color: #fff;
}
@media screen and (min-width: 768px) {
  footer.global .footer-bottom {
    padding: 37px 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  footer.global .footer-bottom {
    padding: 17px 20px;
  }
}
footer.global .footer-bottom .copyright {
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  font-size: 10px;
  font-size: 1rem;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  footer.global .footer-bottom .copyright {
    letter-spacing: 0.04em;
  }
}
footer.global .page-top-area {
  position: fixed;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
footer.global .page-top-area a {
  display: block;
  border: 1px solid rgba(204, 204, 204, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
footer.global .page-top-area.show {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 767px) {
  footer.global .page-top-area {
    display: block;
    right: 15px;
    bottom: 15px;
  }
  footer.global .page-top-area a {
    width: 40px;
    height: 40px;
    background: url(../images/common/pagetop_sp.svg) 50% 50% no-repeat;
    background-size: cover;
  }
  footer.global .page-top-area a img {
    display: none;
  }
}

/* レイアウト */
/*コンテンツエリア
----------------------------------------*/
.main-container {
  margin-top: 74px;
}
@media screen and (max-width: 1024px) {
  .main-container {
    margin-top: 60px;
  }
}

/* ヘッダー、フッター、トップ用*/
.l-container {
  max-width: 1000px;
  padding: 0 30px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-container {
    width: auto;
    padding: 0 20px;
  }
}

/*下層コンテンツ
----------------------------------------*/
.contents-wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  .contents-area {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 767px) {
  .contents-area {
    margin-bottom: 30px;
    padding: 0 20px;
  }
}

/*下層section
----------------------------------------*/
.section-area {
  margin-bottom: 40px;
}
.section-area:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .section-area {
    margin-bottom: 50px;
  }
}

/*サイドナビ
----------------------------------------*/
@media screen and (min-width: 768px) {
  .side-contents {
    width: 220px;
    margin-right: 60px;
  }
}
@media screen and (max-width: 767px) {
  .side-contents {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}
.side-contents .side-nav {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .side-contents .side-nav {
    max-width: 100%;
    margin-bottom: 20px;
  }
}
.side-contents .side-nav-title a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #fff;
  min-height: 60px;
  padding: 14px;
  background-color: #333;
}
@media screen and (max-width: 767px) {
  .side-contents .side-nav-title a {
    padding-bottom: 10px;
  }
}
.side-contents .side-nav-list > ul a {
  display: block;
  color: #333;
  line-height: 1.4;
}
.side-contents .side-nav-list > ul > li {
  border-bottom: 1px solid #CCCCCC;
}
.side-contents .side-nav-list > ul > li > a {
  padding: 14px 14px 14px 30px;
  background: url(../images/common/arrow_brown.svg) no-repeat 15px 50%;
  background-color: #F6F6F6;
}
.side-contents .side-nav-list > ul > li > ul > li {
  border-top: 1px solid #E5E5E5;
}
.side-contents .side-nav-list > ul > li > ul > li > a {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 13px 14px 13px 42px;
  position: relative;
}
.side-contents .side-nav-list > ul > li > ul > li > a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 1px;
  background-color: #b6992c;
  position: absolute;
  left: 30px;
  top: 50%;
}
.side-contents .side-nav-list > ul .current > a {
  font-weight: bold;
  background-color: transparent;
}

/*サイドリスト
----------------------------------------*/
/*%side-list {
	margin-bottom: 6px;
	@include mqSp {
		margin-bottom: $sp10px;
	}
	.title {
		padding: 30px 0;
		color: $color-white;
		@include fontEn;
		@include fontSize(20);
		text-align: center;
		line-height: 1.0;
		letter-spacing: 0.2em;
		@include mqSp {
			padding: $sp30px 0;
			@include fontSize(20);
		}
	}
	ul {
		background-color: $color-white;
		border: 1px solid #ECECEC;
	}
	li {
		font-size: 0;
		&.hover {
			a {
				&:after {
					transition: all 200ms ease-out;
					background-color: $color-white;
				}
			}
		}
		&:last-child {
			a {
				padding-bottom: 35px;
				@include mqSp {
					padding-bottom: $sp30px;
				}
				&:after {
					content: none;
				}
			}
		}
		a {
			display: block;
			padding: 35px 15px 0;
			color: #000000;
			@include mqSp {
				padding: $sp30px $sp20px 0;
			}
			&:after {
				content: "";
				display: block;
				width: 100%;
				height: 1px;
				margin: 35px 0 0;
				background-color: #DDD;
				transition: all 200ms ease-out;
				@include mqSp {
					margin: $sp30px 0 0;
				}
			}
		}
	}
	.image {
		display: inline-block;
		width: 70px;
		margin-right: 15px;
		vertical-align: middle;
		@include mqSp {
			width: 20%;
			margin-right: 5%;
		}
		img {
			width: 100%;
			height: auto;
		}
	}
	.text {
		display: inline-block;
		width: calc(100% - 85px);
		@include fontSize(13);
		vertical-align: middle;
		@include mqSp {
			width: 75%;
			@include fontSize(12);
		}
	}
	//animation||||||||||||||||||||
	a {
		transition: all 200ms ease-out;
		&:hover {
			background-color: #DDDDDD;
			transition: all 200ms ease-out;
		}
	}
}*/
/*パンくず
----------------------------------------*/
.breadcrumb {
  margin: 13px 0px 56px;
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    margin: 15px 0 40px;
  }
}
.breadcrumb ul {
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .breadcrumb ul {
    line-height: 1.3;
  }
}
.breadcrumb li {
  display: inline;
  position: relative;
  padding-left: 20px;
}
.breadcrumb li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../images/common/arrow_bread.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 5px;
  top: 0;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .breadcrumb li:before {
    margin-top: 8px;
  }
}
.breadcrumb li:first-child {
  padding-left: 0;
}
.breadcrumb li:first-child:before {
  content: none;
}
.breadcrumb a,
.breadcrumb span {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .breadcrumb a,
.breadcrumb span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* コンポーネント */
/*画像を背景に設定
----------------------------------------*/
.js-bg {
  background: 50% 50% no-repeat;
  background-size: cover;
  /*@include mqSp {
  	background: none;
  	img {
  		display: inherit;
  	}
  }*/
}
.js-bg img {
  display: none;
}

/*ページタイトル（大見出し）
----------------------------------------*/
.page-title-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: url(../images/common/page_pagetitle.jpg) 50% 50% no-repeat;
  background-size: cover;
  /*.lead-text {
  	@include fontSize(16);
  	text-align: right;
  	@include mqSp {
  		@include fontSize(15);
  		text-align: left;
  	}
  }*/
}
@media screen and (max-width: 767px) {
  .page-title-area {
    background-image: url(../images/common/page_pagetitle_sp.jpg);
  }
  .page-title-area img {
    display: none;
  }
}
.page-title-area .l-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 45px;
  padding-bottom: 45px;
  min-height: 300px;
}
@media screen and (max-width: 767px) {
  .page-title-area .l-container {
    min-height: 150px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.page-title-area .page-title {
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.04em;
  line-height: 1.4;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .page-title-area .page-title {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

/*大見出し
----------------------------------------*/
.column-title {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.045em;
  line-height: 1.3;
  padding-bottom: 22px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .column-title {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.column-title:before, .column-title:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column-title:before {
  background-color: #333;
}
.column-title:after {
  background-color: #b6992c;
  margin-left: 20px;
}

/*中見出し
----------------------------------------*/
.sub-title {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sub-title {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*小見出し
----------------------------------------*/
.mini-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .mini-title {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/*下層メインビジュアル
----------------------------------------*/
.detail-visual {
  width: 100%;
  margin-bottom: 50px;
}
.detail-visual img {
  width: 100%;
  height: auto;
}
.detail-visual figcaption {
  margin-top: 15px;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 767px) {
  .detail-visual {
    margin-bottom: 30px;
  }
  .detail-visual figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*リンクセット
----------------------------------------*/
.link-set {
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .link-set {
    margin-bottom: 20px;
  }
}
.link-set p.link {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
}
@media screen and (max-width: 767px) {
  .link-set p.link {
    margin-bottom: 10px;
  }
}
.link-set p.link:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 8px;
  top: calc(1em - 5px);
  left: 0;
  background: url(../images/common/arrow_black.svg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .link-set p.link:before {
    right: 15px;
  }
}
.link-set a .icon {
  display: inline-block;
  margin-left: 8px;
}

/*コラム
----------------------------------------*/
.column-area {
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .column-area {
    margin-bottom: 30px;
  }
}
.column-area:last-child {
  margin-bottom: 0;
}
.column-area .image {
  width: 300px;
  text-align: center;
}
.column-area .image figcaption {
  margin-top: 10px;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  text-align: center;
}
.column-area .image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .column-area .image {
    float: none !important;
    width: 100%;
  }
  .column-area .image figcaption {
    margin-top: 10px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.column-area .wysiwyg h2 {
  position: relative;
  font-size: 32px;
  font-size: 3.2rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: italic;
  letter-spacing: 0.045em;
  line-height: 1.3;
  padding-bottom: 22px;
  margin-bottom: 39px;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg h2 {
    font-size: 22px;
    font-size: 2.2rem;
    line-height: 1.6;
    letter-spacing: 0.07em;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.column-area .wysiwyg h2:before, .column-area .wysiwyg h2:after {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.column-area .wysiwyg h2:before {
  background-color: #333;
}
.column-area .wysiwyg h2:after {
  background-color: #b6992c;
  margin-left: 20px;
}
.column-area .wysiwyg h3 {
  margin-bottom: 15px;
  font-size: 21px;
  font-size: 2.1rem;
  line-height: 1.6;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg h3 {
    margin-bottom: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.column-area .wysiwyg h4 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg h4 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.column-area .wysiwyg p {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg p {
    float: none;
    width: auto;
    margin-bottom: 10px;
  }
}
.column-area .wysiwyg p a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .column-area .wysiwyg p a:hover {
    text-decoration: none;
  }
}
.column-area .wysiwyg p:last-child {
  margin-bottom: 0;
}
.column-area .wysiwyg img {
  max-width: 100%;
  height: auto;
  display: block;
}
.column-area .wysiwyg img.alignleft {
  margin: 0 auto 0 0;
}
.column-area .wysiwyg img.aligncenter {
  margin: 0 auto;
}
.column-area .wysiwyg img.alignright {
  margin: 0 0 0 auto;
}
.column-area .wysiwyg strong {
  font-weight: bold;
}
.column-area .wysiwyg em {
  font-style: italic;
}
.column-area .wysiwyg blockquote {
  background-color: #f6f6f6;
  font-style: italic;
  position: relative;
  margin-bottom: 25px;
  padding: 32px 75px;
  border: 1px solid #ccc;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg blockquote {
    margin-bottom: 20px;
    padding: 15px 27px;
  }
}
.column-area .wysiwyg blockquote:before, .column-area .wysiwyg blockquote:after {
  content: "";
  display: block;
  color: #999;
  font-size: 100px;
  font-size: 10rem;
  width: 31px;
  height: 30px;
  background: 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg blockquote:before, .column-area .wysiwyg blockquote:after {
    width: 12.5px;
    height: 12px;
  }
}
.column-area .wysiwyg blockquote:before {
  background-image: url(../images/common/icon_blockquote.svg);
  top: 25px;
  left: 24px;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg blockquote:before {
    top: 14px;
    left: 9px;
  }
}
.column-area .wysiwyg blockquote:after {
  background-image: url(../images/common/icon_blockquote.svg);
  bottom: 25px;
  right: 24px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg blockquote:after {
    bottom: 14px;
    right: 9px;
  }
}
.column-area .wysiwyg blockquote ul:last-child,
.column-area .wysiwyg blockquote ol:last-child,
.column-area .wysiwyg blockquote table:last-child,
.column-area .wysiwyg blockquote .btn-set:last-child,
.column-area .wysiwyg blockquote .link-set:last-child {
  margin-bottom: 0;
}
.column-area .wysiwyg ul,
.column-area .wysiwyg ol {
  margin-bottom: 25px;
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg ul,
.column-area .wysiwyg ol {
    margin-bottom: 10px;
  }
}
.column-area .wysiwyg ul:last-child,
.column-area .wysiwyg ol:last-child {
  margin-bottom: 5px;
}
.column-area .wysiwyg ul > li {
  list-style: none;
  position: relative;
}
.column-area .wysiwyg ul > li:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  background-color: #333;
  border-radius: 100px;
  position: absolute;
  top: calc(1em - 4px);
  left: -19px;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg ul > li:before {
    width: 4px;
    height: 4px;
    left: -15px;
    top: calc(1em - 4px);
  }
}
.column-area .wysiwyg ol > li {
  list-style: decimal;
}
.column-area .wysiwyg table {
  margin-bottom: 25px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg table {
    margin-bottom: 20px;
    table-layout: fixed;
  }
}
.column-area .wysiwyg table td,
.column-area .wysiwyg table th {
  padding: 1em;
  border: 1px solid #ccc;
  border-left: 0;
  text-align: left;
}
.column-area .wysiwyg table td:last-child,
.column-area .wysiwyg table th:last-child {
  border-right: 0;
}
@media screen and (max-width: 767px) {
  .column-area .wysiwyg table td,
.column-area .wysiwyg table th {
    padding: 8px 12px;
    word-break: break-word;
  }
}
.column-area .wysiwyg table td a,
.column-area .wysiwyg table th a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .column-area .wysiwyg table td a:hover,
.column-area .wysiwyg table th a:hover {
    text-decoration: none;
  }
}
.column-area .wysiwyg table th {
  background-color: #536a98;
  color: #fff;
}
.column-area .wysiwyg table th a {
  color: #fff;
}
.column-area .wysiwyg table td {
  background-color: #fff;
}
.column-area .btn-set {
  margin-top: auto;
}
.column-area .btn-set .btn a {
  padding: 13px 25px 17px 15px;
}
.column-area .btn-set .btn a span.pdf:after {
  background-image: url(../images/common/common_pdf_icon01.svg);
  width: 14px;
  height: 16px;
}
@media screen and (min-width: 768px) {
  .column-area.link-list-area .col {
    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;
  }
}
.column-area.link-list-area .col:nth-child(n+2) {
  margin-top: 6px;
}
.column-area.link-list-area .col .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .column-area.link-list-area .col .link:nth-child(n+2) {
    margin-top: 6px;
  }
}
.column-area.link-list-area .col .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}
.column-area.link-list-area .col .link a:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 4px;
  top: calc(50% - 4px);
  right: 25px;
  background: url(../images/common/arrow.svg) 50% 50% no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .column-area.link-list-area .col .link a:after {
    right: 15px;
  }
}
.column-area.link-list-area .col .link a .link-wrapper {
  border: 2px solid #b6992c;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .column-area.link-list-area .col .link a .link-wrapper {
    border-width: 1px;
  }
}
.column-area.link-list-area .col .link-wrapper {
  border: 2px solid #ccc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 26px 50px 27px 30px;
}
@media screen and (max-width: 767px) {
  .column-area.link-list-area .col .link-wrapper {
    border-width: 1px;
    padding: 21px 20px 20px;
  }
}
.column-area.link-list-area .col .link-wrapper .text {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.5;
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (max-width: 767px) {
  .column-area.link-list-area .col .link-wrapper .text {
    width: calc(100% - 25px);
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.column-area.link-list-area .col .link-wrapper .icon {
  display: inline-block;
  margin-left: 8px;
}
.column-area.link-list-area .col .link-wrapper .icon svg path {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (min-width: 768px) {
  .column-area.link-list-area .col.is-one .link {
    width: 100%;
  }
  .column-area.link-list-area .col.is-one .link:nth-child(n+2) {
    margin-top: 6px;
  }
  .column-area.link-list-area .col.is-two .link {
    width: calc((100% - 6px)/2);
  }
  .column-area.link-list-area .col.is-two .link:nth-child(n+3) {
    margin-top: 6px;
  }
  .column-area.link-list-area .col.is-three:after {
    content: "";
    display: block;
    width: calc((100% - 6px * 2)/3);
  }
  .column-area.link-list-area .col.is-three .link {
    width: calc((100% - 6px * 2)/3);
  }
  .column-area.link-list-area .col.is-three .link:nth-child(n+4) {
    margin-top: 6px;
  }
}
.column-area.link-list-area a {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
.column-area.link-list-area a:after {
  -webkit-transition: all 200ms ease-out;
  -o-transition: all 200ms ease-out;
  transition: all 200ms ease-out;
}
@media screen and (min-width: 768px) {
  .column-area.link-list-area a:hover {
    opacity: 1;
    background-color: #F3EADA;
    /*.text {
    	color: $color-white;
    }*/
    /*.icon {
    	svg {
    		path {
    			fill: $color-white;
    		}
    	}
    }*/
  }
  .column-area.link-list-area a:hover:after {
    right: 20px !important;
  }
}
@media screen and (max-width: 767px) {
  .column-area.image-left .wysiwyg, .column-area.image-right .wysiwyg, .column-area.image-center .wysiwyg {
    margin-top: 20px !important;
  }
}
.column-area.image-left .image, .column-area.image-right .image {
  width: 300px !important;
}
.column-area.image-left .wysiwyg, .column-area.image-right .wysiwyg {
  width: calc(100% - 300px - 30px);
}
@media screen and (max-width: 767px) {
  .column-area.image-left .image,
.column-area.image-left .wysiwyg, .column-area.image-right .image,
.column-area.image-right .wysiwyg {
    float: none !important;
    width: auto !important;
  }
}
.column-area.image-left:after {
  content: "";
  clear: both;
  display: block;
}
.column-area.image-left .image {
  float: left;
}
.column-area.image-left .wysiwyg {
  float: right;
}
.column-area.image-right:after {
  content: "";
  clear: both;
  display: block;
}
.column-area.image-right .image {
  float: right;
}
.column-area.image-right .wysiwyg {
  float: left;
}
.column-area.image-center .image {
  width: auto;
  max-width: 720px;
  margin: 0 auto;
}
.column-area.image-center .wysiwyg {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .column-area.movie-left .movie, .column-area.movie-right .movie, .column-area.movie-center .movie {
    position: relative;
    float: none !important;
    width: 100%;
    padding-top: 56.25%;
    margin-right: 0 !important;
    margin-left: 0 !important;
    margin-bottom: 20px !important;
  }
  .column-area.movie-left .movie iframe, .column-area.movie-right .movie iframe, .column-area.movie-center .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
  .column-area.movie-left .wysiwyg, .column-area.movie-right .wysiwyg, .column-area.movie-center .wysiwyg {
    overflow: inherit !important;
  }
}
.column-area.movie-left:after {
  content: "";
  clear: both;
  display: block;
}
.column-area.movie-left .movie {
  float: left;
  margin-right: 40px;
}
.column-area.movie-left .wysiwyg {
  overflow: hidden;
}
.column-area.movie-right:after {
  content: "";
  clear: both;
  display: block;
}
.column-area.movie-right .movie {
  float: right;
  margin-left: 40px;
}
.column-area.movie-right .wysiwyg {
  overflow: hidden;
}
.column-area.movie-center .movie {
  margin-bottom: 30px;
  text-align: center;
}
.column-area.image-set .image {
  width: auto;
  margin-bottom: 20px;
}
.column-area.image-set ul {
  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;
  text-align: center;
  margin-top: -50px;
}
.column-area.image-set li:last-child {
  margin-right: 0 !important;
}
.column-area.image-set li img {
  max-width: 100%;
  width: auto;
  height: auto;
  margin: 0 auto;
}
.column-area.image-set li a {
  display: block;
}
@media screen and (max-width: 767px) {
  .column-area.image-set .image {
    margin-bottom: 0;
    margin-top: 20px !important;
  }
  .column-area.image-set ul {
    margin-top: -20px !important;
  }
  .column-area.image-set li {
    float: none;
    width: 100% !important;
    margin-right: 0 !important;
  }
}
.column-area.image-set.one-image .image {
  margin-top: 20px;
}
.column-area.image-set.one-image ul {
  margin-top: -20px;
}
.column-area.image-set.one-image li {
  width: 100%;
}
.column-area.image-set.two-image .image {
  margin-top: 10px;
}
.column-area.image-set.two-image ul {
  margin-top: -30px;
}
.column-area.image-set.two-image li {
  width: calc((100% - 20px * 1)/2);
}
.column-area.image-set.two-image li figcaption {
  margin-top: 8px;
}
.column-area.image-set.three-image .image {
  margin-top: 10px;
}
.column-area.image-set.three-image ul {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .column-area.image-set.three-image ul:after {
    content: "";
    display: block;
    width: calc((100% - 20px * 2)/3);
    height: 0;
  }
}
.column-area.image-set.three-image li {
  width: calc((100% - 20px * 2)/3);
}
.column-area.image-set.three-image li figcaption {
  margin-top: 6px;
}
.column-area.image-set.four-image .image {
  margin-top: 10px;
}
.column-area.image-set.four-image ul {
  margin-top: -30px;
}
@media screen and (min-width: 768px) {
  .column-area.image-set.four-image ul:before, .column-area.image-set.four-image ul:after {
    content: "";
    display: block;
    width: calc((100% - 20px * 3)/4);
    height: 0;
  }
}
.column-area.image-set.four-image ul:before {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.column-area.image-set.four-image li {
  width: calc((100% - 20px * 3)/4);
}
.column-area.image-set.four-image li figcaption {
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .column-area.image-set.four-image li {
    width: 48% !important;
  }
  .column-area.image-set.four-image li:nth-of-type(odd) {
    float: left !important;
  }
  .column-area.image-set.four-image li:nth-of-type(even) {
    float: right !important;
  }
}
.column-area.image-set.five-image .image {
  margin-top: 10px;
}
.column-area.image-set.five-image ul {
  margin-top: -30px;
}
.column-area.image-set.five-image li {
  width: calc(100%/5 - 20px);
}
.column-area.image-set.five-image li figcaption {
  margin-top: 4px;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .column-area.image-set.five-image li figcaption {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 767px) {
  .column-area.image-set.five-image li {
    width: 48% !important;
  }
  .column-area.image-set.five-image li:nth-of-type(odd) {
    float: left !important;
  }
  .column-area.image-set.five-image li:nth-of-type(even) {
    float: right !important;
  }
}
.column-area.annotation-area {
  background-color: #f6f6f6;
  padding: 30px;
}
.column-area.annotation-area a:hover {
  color: #333 !important;
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .column-area.annotation-area {
    padding: 20px;
  }
}
.column-area.annotation-area ul:last-child,
.column-area.annotation-area ol:last-child,
.column-area.annotation-area table:last-child,
.column-area.annotation-area .btn-set:last-child,
.column-area.annotation-area .link-set:last-child {
  margin-bottom: 0;
}
.column-area.profile-area .list {
  margin-bottom: 40px;
}
.column-area.profile-area .list:after {
  content: "";
  clear: both;
  display: block;
}
@media screen and (max-width: 767px) {
  .column-area.profile-area .list {
    margin-bottom: 30px;
  }
}
.column-area.profile-area .list .image {
  float: left;
  width: 200px;
}
.column-area.profile-area .list .image img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 767px) {
  .column-area.profile-area .list .image {
    float: none;
    width: 50%;
    margin: 0 auto 10px;
    text-align: center;
  }
}
.column-area.profile-area .list .text-area {
  float: right;
  width: calc(100% - 240px);
}
@media screen and (max-width: 767px) {
  .column-area.profile-area .list .text-area {
    float: none;
    width: 100%;
  }
}
.column-area.profile-area .list .text-area .job {
  margin-bottom: 5px;
}
.column-area.profile-area .list .text-area .name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.6;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .column-area.profile-area .list .text-area .name {
    margin-bottom: 10px;
  }
}
.column-area.col-list {
  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;
}
.column-area.col-list .list .image {
  width: 100%;
  margin-bottom: 15px;
}
.column-area.col-list .list .image img {
  width: 100%;
  height: auto;
}
.column-area.col-list .list .text {
  margin-bottom: 20px;
}
.column-area.col-list .list .btn-set .btn {
  width: 100%;
}
.column-area.col-list.col4 .list {
  width: 23%;
}
@media screen and (max-width: 767px) {
  .column-area.col-list {
    display: block;
  }
  .column-area.col-list .list {
    width: 100% !important;
    margin-bottom: 20px;
  }
}
.column-area.list-set-history .list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.column-area.list-set-history .list li a {
  text-decoration: underline;
}
.column-area.list-set-history .list li .year {
  position: relative;
  width: 3.5em;
  padding: 0 20px 10px 0;
  font-style: italic;
  word-break: break-all;
}
.column-area.list-set-history .list li .year:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0.63em;
  right: 0;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAIAAAACCAYAAABytg0kAAAAGElEQVQYV2OcOXPm//T0dEZGBgYGBhAHAD+1Bs0j8gvCAAAAAElFTkSuQmCC) repeat;
}
.column-area.list-set-history .list li .text {
  padding: 0 0 10px 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
}
.column-area.list-set-history .list li .text:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 100px;
  background-color: #b6992c;
  position: absolute;
  top: 0.63em;
  left: -5px;
}
.column-area.list-set-history .list li:last-child {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .column-area.list-set-history {
    display: block;
  }
  .column-area.list-set-history .list {
    width: 100%;
  }
  .column-area.list-set-history .list:nth-child(n+2) {
    margin-top: 20px;
  }
}
.column-area.list-set {
  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;
}
.column-area.list-set .list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f6f6f6;
  padding: 35px;
  width: calc(50% - 10px);
}
.column-area.list-set .list:nth-child(n+3) {
  margin-top: 20px;
}
.column-area.list-set .list li a {
  text-decoration: underline;
}
.column-area.list-set .list li:nth-child(n+2) {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .column-area.list-set {
    display: block;
  }
  .column-area.list-set .list {
    padding: 20px;
    width: 100%;
  }
  .column-area.list-set .list:nth-child(n+2) {
    margin-top: 30px;
  }
  .column-area.list-set .list li:nth-child(n+2) {
    margin-top: 5px;
  }
}
.column-area.anchor-area {
  border: solid #333;
  border-width: 1px 0;
  padding: 10px 6px;
}
@media screen and (max-width: 767px) {
  .column-area.anchor-area {
    padding: 11px 0;
  }
}
.column-area.anchor-area .l-container {
  padding: 0;
}
.column-area.anchor-area ul li {
  display: inline-block;
  margin-right: 25px;
  padding-left: 14px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .column-area.anchor-area ul li {
    margin: 2px 17px 2px 7px;
    padding-left: 15px;
  }
}
.column-area.anchor-area ul li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  background: url(../images/common/arrow_brown.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 12px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media screen and (max-width: 767px) {
  .column-area.anchor-area ul li:before {
    margin-top: 8px;
  }
}
.column-area.anchor-area ul li a {
  color: #333;
}

.anchor-target {
  padding-top: 40px;
  margin-top: -40px;
}
@media screen and (max-width: 767px) {
  .anchor-target {
    padding-top: 20px;
    margin-top: -20px;
  }
}

/*トピックス カテゴリートップ タイトル
----------------------------------------*/
.category-title {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .category-title {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 30px;
  }
}

/*トピックス 記事詳細タイトル周り
----------------------------------------*/
.detail-title-area .detail-title {
  font-size: 28px;
  font-size: 2.8rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .detail-title-area .detail-title {
    margin-top: -5px;
  }
}
@media screen and (max-width: 767px) {
  .detail-title-area .detail-title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.detail-title-area .detail-category {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 35px;
  /*.category {
  	display: inline-block;
  	color: $color-yellow;
  	border: 1px solid $color-yellow;
  	min-width: 100px;
  	margin-right: 15px;
  	padding: 4px 10px 5px;
  	box-sizing: border-box;
  	text-align: center;
  	@include fontSize(14);
  	line-height: 1.0;
  	@include mqSp {
  		min-width: 90px;
  		@include fontSize(12);
  		margin-right: 10px;
  	}
  }*/
}
.detail-title-area .detail-category:before, .detail-title-area .detail-category:after {
  content: "";
  display: block;
  width: 30px;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 30px;
}
.detail-title-area .detail-category:before {
  background-color: #b6992c;
  margin-left: -30px;
}
.detail-title-area .detail-category:after {
  background-color: #333;
  margin-right: -30px;
}
.detail-title-area .detail-category .date {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #555555;
}

/*SNSボタン
----------------------------------------*/
.sns-area {
  font-size: 0;
  margin: 80px 0 40px;
}
.sns-area ul {
  position: relative;
}
.sns-area li {
  display: inline-block;
}
.sns-area li.twitter {
  margin-left: 5px;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 767px) {
  .sns-area {
    margin: 30px 0 25px;
  }
}

/*記事詳細 ページネーション
----------------------------------------*/
.page-nav-area {
  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;
  border: solid #ccc;
  border-width: 1px 0;
  margin: 40px 0;
  padding: 19px 0;
}
@media screen and (max-width: 767px) {
  .page-nav-area {
    margin: 30px 0;
    padding: 15px 0;
  }
}
.page-nav-area li {
  width: 33.3%;
  border-left: 1px solid #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
}
.page-nav-area li a {
  display: block;
  text-align: center;
  line-height: 1;
  padding: 5px 0;
}
.page-nav-area li a span {
  display: inline-block;
  white-space: nowrap;
  max-width: calc(100% - 3em);
  border-bottom: 1px solid #fff;
}
.page-nav-area li a:hover {
  opacity: 1;
}
.page-nav-area li a:hover span {
  border-color: #333;
}
.page-nav-area li:nth-child(1) a span, .page-nav-area li:nth-child(3) a span {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.page-nav-area li:nth-child(1) a:before, .page-nav-area li:nth-child(1) a:after, .page-nav-area li:nth-child(3) a:before, .page-nav-area li:nth-child(3) a:after {
  display: inline-block;
  vertical-align: top;
}
.page-nav-area li:nth-child(1) {
  border: 0;
}
.page-nav-area li:nth-child(1) a:before {
  content: "←";
  margin-right: 0.25em;
}
.page-nav-area li:nth-child(2) a:before {
  content: "≡";
  margin-right: 0.25em;
}
.page-nav-area li:nth-child(3) a:after {
  content: "→";
  margin-left: 0.25em;
}
@media screen and (max-width: 767px) {
  .page-nav-area li:nth-child(1), .page-nav-area li:nth-child(3) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .page-nav-area li:nth-child(2) {
    width: 7.25em;
  }
  .page-nav-area li:nth-child(2) span {
    white-space: inherit;
  }
  .page-nav-area li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

/*画像なし記事リスト
----------------------------------------*/
.article-list-noImg {
  overflow: hidden;
  font-size: 15px;
  font-size: 1.5rem;
}
.article-list-noImg .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .article-list-noImg .list {
    display: block;
    padding-bottom: 15px;
    border-bottom: 1px solid #f6f6f6;
    margin: 0 0 15px;
  }
  .article-list-noImg .list:last-child {
    margin-bottom: 0;
  }
}
.article-list-noImg .list:nth-child(n+2) {
  margin-top: 20px;
}
.article-list-noImg .list .date {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #555555;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .article-list-noImg .list .date:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 5px;
    height: 1px;
    background-color: #999999;
    margin: 0 15px 0 11px;
  }
}
.article-list-noImg .list .category a {
  display: block;
  min-width: 130px;
  padding: 4px 8px 5px;
  border: 1px solid #333;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}
@media screen and (max-width: 767px) {
  .article-list-noImg .list .category a {
    font-size: 12px;
    font-size: 1.2rem;
    min-width: 120px;
    margin-bottom: 5px;
  }
}
.article-list-noImg .list .title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.article-list-noImg .list .title a {
  color: #333;
  text-decoration: underline;
}
.article-list-noImg .list .title a:hover {
  text-decoration: none;
}
#category .article-list-noImg {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #category .article-list-noImg {
    margin-bottom: 30px;
  }
}
/*画像あり記事リスト
----------------------------------------*/
.article-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.article-list .list {
  position: relative;
  width: 235px;
  margin-right: 30px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .article-list .list {
    position: static !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 0 20px;
  }
}
.article-list .list:nth-child(3n) {
  margin-right: 0;
}
.article-list .list a {
  color: #333;
}
.article-list .image {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  padding-bottom: 66.8085106383%;
  overflow: hidden;
  background-color: #eee;
}
.article-list .image img {
  width: 100%;
  height: auto;
}
.article-list .image img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.article-list .date,
.article-list .category {
  display: inline-block;
}
.article-list .date {
  margin-right: 10px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #555555;
}
.article-list .title {
  color: #333;
  line-height: 1.4;
}
.article-list .category {
  color: #b6992c;
  border: 1px solid #b6992c;
  min-width: 100px;
  margin-top: 15px;
  padding: 4px 10px 5px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .article-list .category {
    min-width: 90px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.article-list a {
  display: block;
}
#category .article-list .list {
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  #category .article-list .list {
    margin-bottom: 20px;
  }
}

/*ページャー
----------------------------------------*/
.category-pager {
  margin-top: 0;
  font-size: 0;
}
@media screen and (max-width: 767px) {
  .category-pager {
    margin-top: 20px;
  }
}
.category-pager ol,
.category-pager li {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  margin: 0 3px 6px 3px;
  font-size: 0;
}
.category-pager ol .page-numbers,
.category-pager li .page-numbers {
  position: relative;
  width: 40px;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  .category-pager ol .page-numbers,
.category-pager li .page-numbers {
    width: 30px;
    line-height: 30px;
  }
}
.category-pager ol a,
.category-pager ol span,
.category-pager li a,
.category-pager li span {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.category-pager ol a,
.category-pager li a {
  background-color: #f6f6f6;
  color: #333;
}
.category-pager ol .current,
.category-pager li .current {
  background-color: #b6992c;
  color: #fff;
}
.category-pager ol span.ellipsis,
.category-pager li span.ellipsis {
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .category-pager ol span.ellipsis,
.category-pager li span.ellipsis {
    line-height: 20px;
  }
}
.category-pager .prev,
.category-pager .next {
  width: 80px !important;
}
@media screen and (max-width: 767px) {
  .category-pager .prev,
.category-pager .next {
    width: 4em !important;
  }
}
.category-pager li a:hover {
  background-color: #b6992c;
  color: #fff;
}

/* トップ */
#top footer.global {
  margin-top: 0;
}

.top-text-area {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-title {
  position: relative;
  font-size: 38px;
  font-size: 3.8rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  padding-bottom: 25px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .top-title {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
}
.top-title:before, .top-title:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 20px;
  height: 1px;
  margin-left: -20px;
  background-color: #fff;
}
.top-title:after {
  background-color: #b6992c;
  margin-left: 0;
}
.top-btn-set {
  text-align: center;
}
.top-btn-set a {
  position: relative;
  display: inline-block;
  width: 100%;
  background-color: #b6992c;
  border: 1px solid #b6992c;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #fff;
  text-decoration: none !important;
  max-width: 200px;
  line-height: 50px;
}
@media screen and (max-width: 767px) {
  .top-btn-set a {
    font-size: 16px;
    font-size: 1.6rem;
    max-width: 160px;
    line-height: 40px;
  }
}
.top-btn-set a:after {
  content: "";
  display: block;
  width: 40px;
  height: 9px;
  background: url(../images/common/arrow_top.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -20px;
  margin-top: -9px;
}
.top-btn-set span {
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .top-btn-set span {
    padding-top: 0;
  }
}
@media screen and (min-width: 1025px) {
  .top-btn-set a:after {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .top-btn-set a:hover {
    opacity: 1;
    color: #333;
    border-color: #333;
    background-color: #fff;
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
  .top-btn-set a:hover:after {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
    background-image: url(../images/common/arrow_top_hover.svg);
  }
  .top-btn-set a:hover path {
    fill: #333;
  }
}
.top-section-l, .top-section-m, .top-section-s {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: 50% 50% no-repeat;
  background-size: cover;
  background-color: #D3D3D3;
}
@media screen and (max-width: 767px) {
  .top-section-l, .top-section-m, .top-section-s {
    padding-bottom: 80%;
    margin-top: 1px;
  }
}
@media screen and (min-width: 768px) {
  .top-section-l {
    padding-bottom: 35.7142857143%;
  }
}
@media screen and (min-width: 768px) {
  .top-section-s {
    width: calc(50% - 10px);
    padding-bottom: 35.2941176471%;
  }
}
@media screen and (min-width: 768px) {
  .top-section-s-wrapper {
    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;
    margin: 20px 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .top-section-m {
    margin-top: 20px;
    padding-bottom: 25%;
  }
}
.top-section-about {
  background-image: url(../images/contents/top_about_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-section-about {
    background-image: url(../images/contents/top_about_bg_sp.jpg);
  }
}
.top-section-currentstudents {
  background-image: url(../images/contents/top_currentstudents_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-section-currentstudents {
    background-image: url(../images/contents/top_currentstudents_bg_sp.jpg);
  }
}
.top-section-prospectivestudents {
  background-image: url(../images/contents/top_prospectivestudents_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-section-prospectivestudents {
    background-image: url(../images/contents/top_prospectivestudents_bg_sp.jpg);
  }
}
.top-section-admission {
  background-image: url(../images/contents/top_admission_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-section-admission {
    background-image: url(../images/contents/top_admission_bg_sp.jpg);
  }
}
.top-section-meetourpeople {
  background-image: url(../images/contents/top_meetourpeople_bg.jpg);
}
@media screen and (max-width: 767px) {
  .top-section-meetourpeople {
    background-image: url(../images/contents/top_meetourpeople_bg_sp.jpg);
  }
}

.top-mainvisual {
  position: relative;
  overflow: hidden;
  background-color: #D3D3D3;
}
@media screen and (min-width: 768px) {
  .top-mainvisual {
    padding-bottom: 50%;
  }
}
@media screen and (max-width: 767px) {
  .top-mainvisual {
    height: 106.6666666667vw;
  }
}
.top-mainvisual .l-container {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  z-index: 1;
  text-align: center;
  width: 100%;
}
.top-mainvisual-title {
  font-size: 100px;
  font-size: 10rem;
  font-family: "Bodoni Moda", serif;
  font-weight: 500;
  font-style: italic;
  color: #fff;
  line-height: 1;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .top-mainvisual-title {
    font-size: 57px;
    font-size: 5.7rem;
    margin-bottom: 20px;
  }
}
.top-mainvisual-caption {
  font-size: 30px;
  font-size: 3rem;
  font-family: "Montserrat", arial, sans-serif;
  font-weight: 500;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .top-mainvisual-caption {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.top-mainvisual-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100%;
}
.top-mainvisual-slide .slick-list,
.top-mainvisual-slide .slick-track {
  width: 100%;
  height: 100%;
}
.top-mainvisual-slide .slick-slide {
  outline: none;
}
.top-mainvisual-slide .slick-dots {
  bottom: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .top-mainvisual-slide .slick-dots {
    bottom: 30px;
  }
}
.top-mainvisual-slide .slick-dots li {
  width: 45px;
  height: 3px;
  margin: 0 5px;
}
.top-mainvisual-slide .slick-dots li button {
  width: 100%;
  height: 100%;
  background-color: #fff;
  margin: 0;
  padding: 0;
}
.top-mainvisual-slide .slick-dots li button:before {
  display: none;
}
.top-mainvisual-slide .slick-dots li.slick-active button {
  background-color: #b6992c;
}

@media screen and (min-width: 768px) {
  .top-news {
    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;
    margin: 80px auto;
  }
}
@media screen and (max-width: 767px) {
  .top-news {
    margin: 38px auto 40px;
  }
}
@media screen and (min-width: 768px) {
  .top-news .title-area {
    width: 170px;
  }
}
.top-news .title-area .top-title {
  color: #333;
}
@media screen and (min-width: 768px) {
  .top-news .title-area .top-title {
    text-align: left;
    margin-bottom: 0;
  }
  .top-news .title-area .top-title:before, .top-news .title-area .top-title:after {
    left: 0;
    margin-left: 0;
  }
  .top-news .title-area .top-title:after {
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  .top-news .title-area .top-title {
    margin-bottom: 30px;
    line-height: 1;
  }
}
.top-news .title-area .top-title:before {
  background-color: #333;
}
.top-news .main-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-top: 1px solid #ccc;
}
.top-news .main-area dt,
.top-news .main-area dd {
  padding: 16px 0 18px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  .top-news .main-area dt,
.top-news .main-area dd {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.top-news .main-area dt {
  color: #666666;
}
@media screen and (min-width: 768px) {
  .top-news .main-area dt {
    float: left;
  }
}
@media screen and (max-width: 767px) {
  .top-news .main-area dt {
    padding: 14px 0 0;
  }
}
.top-news .main-area dd {
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .top-news .main-area dd {
    padding-left: calc(5em + 50px);
  }
}
@media screen and (max-width: 767px) {
  .top-news .main-area dd {
    padding: 0 0 15px;
  }
}
@media screen and (min-width: 1025px) {
  .top-news .main-area dd a:hover {
    text-decoration: underline;
  }
}
.top-news .main-area dd a[target=_blank]:after, .top-news .main-area dd a[href*=".pdf"]:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  background: 50% 50% no-repeat;
  background-size: cover;
}
.top-news .main-area dd a[target=_blank]:after {
  width: 12px;
  height: 10px;
  background-image: url(../images/common/common_outer_icon01.svg);
}
.top-news .main-area dd a[href*=".pdf"]:after {
  width: 10px;
  height: 12px;
  background-image: url(../images/common/common_pdf_icon01.svg);
}

.top-banner {
  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;
  margin: 20px;
}
.top-banner li {
  position: relative;
}
.top-banner li img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .top-banner li {
    width: calc((100% - 20px*3)/4);
  }
}
@media screen and (max-width: 767px) {
  .top-banner li:nth-child(n+2) {
    margin-top: 10px;
  }
}
.top-banner li:after {
  content: "";
  display: block;
  width: 12px;
  height: 10px;
  background: url(../images/common/common_outer_icon02.svg) 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .top-banner li a img {
    -webkit-transition: all 200ms ease-out;
    -o-transition: all 200ms ease-out;
    transition: all 200ms ease-out;
  }
}
@media screen and (min-width: 768px) and (min-width: 1025px) {
  .top-banner li a img:hover {
    opacity: 0.7;
  }
}

/* 下層 */
/*#detail {
	.list-area {
		.list-title {
			margin-bottom: 20px;
			@include fontSize(20);
			font-weight: bold;
			@include mqSp {
				@include fontSize(14);
			}
			svg {
				display: inline-block;
				width: 19px;
				margin-right: 8px;
				vertical-align: middle;
				@include mqSp {
					width: 5%;
				}
			}
			path,
			rect {
				fill: #00C3AF;
			}
			span {
				display: inline-block;
				vertical-align: middle;
				padding-top: 3px;
			}
		}
		@include mqSp {
			padding: 0 $sp20px;
		}
	}
	.article-list {
		width: 906px;
	}
}*/
/* フォーム */
.mw_wp_form form > table {
  margin-bottom: 60px !important;
  line-height: 2;
  /*.parts {
  	table {
  		margin-bottom: 0;
  		th,
  		td {
  			padding: 0 5px;
  		}
  		th {
  			background-color: $color-lightbrown;
  			color: $color-black;
  			text-align: center;
  		}
  	}
  	&-list {
  		display: flex;
  		flex-wrap: wrap;
  		justify-content: space-between;
  		margin: 0 5px;
  		.horizontal-item {
  			margin: 0 1px 0 0 !important;
  			&:last-child {
  				margin: 0 !important;
  			}
  		}
  	}
  	@include mqSp {
  		overflow-x: scroll;
  		&::-webkit-scrollbar {
  			height: 5px;
  		}
  		&::-webkit-scrollbar-track {
  			background: #F6F6F6;
  		}
  		&::-webkit-scrollbar-thumb {
  			background: #BCBCBC;
  		}
  		table {
  			width: 690px;
  		}
  	}
  }*/
}
@media screen and (min-width: 768px) {
  .mw_wp_form form > table {
    margin-top: -10px;
  }
}
@media screen and (max-width: 767px) {
  .mw_wp_form form > table {
    table-layout: fixed;
    margin-bottom: 0 !important;
  }
}
.mw_wp_form form > table > tbody > tr > th {
  width: 16.5em;
}
.mw_wp_form form > table > tbody > tr > td {
  padding: 20px !important;
}
@media screen and (max-width: 767px) {
  .mw_wp_form form > table > tbody > tr > th,
.mw_wp_form form > table > tbody > tr > td {
    display: block;
    border: 0 !important;
    width: auto !important;
    height: auto !important;
  }
  .mw_wp_form form > table > tbody > tr > th {
    width: auto;
    padding: 5px 15px !important;
  }
  .mw_wp_form form > table > tbody > tr > td {
    padding: 15px 0 25px !important;
  }
}
.mw_wp_form form > table input,
.mw_wp_form form > table textarea,
.mw_wp_form form > table select {
  font-size: 16px;
  font-size: 1.6rem;
}
.mw_wp_form form > table input[type=text],
.mw_wp_form form > table input[type=email],
.mw_wp_form form > table textarea {
  padding: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mw_wp_form form > table select {
  padding: 5px;
}
.mw_wp_form form > table .mwform-checkbox-field input,
.mw_wp_form form > table .mwform-radio-field input {
  margin: 3px;
}
@media screen and (max-width: 767px) {
  .mw_wp_form form > table .mwform-checkbox-field input,
.mw_wp_form form > table .mwform-radio-field input {
    margin: 1px;
  }
}
.mw_wp_form form > table .mwform-checkbox-field-text,
.mw_wp_form form > table .mwform-radio-field-text {
  vertical-align: -2px;
}
.mw_wp_form form > table .horizontal-item {
  margin: 0 10px 0 0 !important;
  white-space: nowrap;
}
.mw_wp_form form > table .horizontal-item:last-child {
  margin: 0 !important;
}
.mw_wp_form form > table .require {
  color: #ff6e6e;
  margin-left: 0.5em;
}
.mw_wp_form form > table .info {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
}
.mw_wp_form form > table .birthday {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mw_wp_form form > table .birthday select {
  margin-right: 0.5em;
}
.mw_wp_form form > table .birthday select:nth-child(n+2) {
  margin-left: 1em;
}
.mw_wp_form form > table .birthday br {
  display: none;
}
.mw_wp_form form .submit-container {
  text-align: center;
  margin: 0;
}
.mw_wp_form form .submit-container li {
  display: inline-block;
  list-style: none;
  position: relative;
  overflow: hidden;
}
.mw_wp_form form .submit-container li:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/common/arrow_circle.svg) no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 21px;
  margin-top: -9px;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
}
.mw_wp_form form .submit-container li:hover:after {
  right: 16px;
}
.mw_wp_form form .submit-container li input {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding: 17px 117px;
  border: 1px solid #333;
  -webkit-transition: all 300ms ease-out;
  -o-transition: all 300ms ease-out;
  transition: all 300ms ease-out;
  background-color: #333;
  border-radius: 100px;
}
.mw_wp_form form .submit-container li:hover input {
  color: #333;
  background-color: #fff;
}

.mw_wp_form_confirm form > table .info,
.mw_wp_form_preview form > table .info {
  display: none;
}

/**
* Animation
*/
.fadeIn, #top footer.global {
  -webkit-transition: 1s ease-in-out;
  -o-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
  opacity: 0;
}
.fadeIn.animated, #top footer.animated.global {
  opacity: 1;
}

.fadeInUp {
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  -webkit-transition-delay: 0.5s;
       -o-transition-delay: 0.5s;
          transition-delay: 0.5s;
  opacity: 0;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.fadeInUp.animated {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}

.textAnime span {
  display: inline-block;
  opacity: 0;
}

/* ローディング */
.l-wrapper {
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  opacity: 0;
}
.l-wrapper.load {
  opacity: 1;
}

.loader {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 1000;
  text-indent: -9999em;
}
.loader:after {
  content: "";
  display: block;
  color: #536a98;
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  -webkit-animation: load 1.3s infinite linear;
          animation: load 1.3s infinite linear;
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

@-webkit-keyframes load {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}

@keyframes load {
  0%, 100% {
    -webkit-box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
            box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    -webkit-box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    -webkit-box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    -webkit-box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
            box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    -webkit-box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
            box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    -webkit-box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
            box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
/**
* Utility
*/
/* レスポンシブ表示非表示 */
.pc_only {
  display: block;
}

.pc_none {
  display: none;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none;
  }

  .pc_none {
    display: block;
  }
}
