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

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

ul, li {
  list-style: none;
}

th {
  text-align: left;
  font-weight: normal;
}

input[type="submit"], button {
  -webkit-appearance: none;
}

/* Common
-------------------------------------------------- */
* {
  box-sizing: border-box;
}

html, body {
  width: 100%;
  max-width: 100%;
  overflow-x: hidden;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", osaka, arial, helvetica, sans-serif;
  -webkit-text-size-adjust: 100%;
}

html {
  font-size: 625%;
}

body {
  font-size: .16em;
}

a {
  text-decoration: none;
  transition: .3s;
}

a img {
  transition: .3s;
}

a:hover img {
  opacity: .8;
}

.sp-only {
  display: none;
}

.sp-only-inline {
  display: none;
}

.pc-only {
  display: block;
}

.pc-only-inline {
  display: inline;
}

.ta-center {
  text-align: center;
}

.inner {
  max-width: 1280px;
  margin: 0 auto;
}

.inner02 {
  max-width: 1100px;
  margin: 0 auto;
}

.wp-pagenavi {
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  display: inline-block;
  font-size: .18rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  color: #000000;
  border: 1px solid #fee730;
  background: #fee730;
  padding: .5em .7em;
  margin: 0 .3em;
}

.wp-pagenavi span {
  background: #fff;
}

.pagenavi {
  margin-top: 5em;
  margin-bottom: 2em;
}

.pagenavi ul {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.pagenavi ul li {
  width: 33.3%;
  text-align: center;
}

.pagenavi ul li a {
  display: inline-block;
  background: #fee730;
  font-size: .14rem;
  font-weight: 600;
  color: #000000;
  padding: 1em 2em;
}

.pagenavi ul li.previous {
  text-align: left;
}

.pagenavi ul li.next {
  text-align: right;
}

/* Header
-------------------------------------------------- */
#header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 6;}

#header .logo p img {
  max-width: 32vw;
}

#header .link {
  padding-top: 2em;
  padding-right: 1em;
  display: flex;
  flex-direction: row;
  align-items: center;
}

#header .link .menu ul {
  display: flex;
  flex-direction: row;
}

#header .link .menu ul li {
  text-align: center;
  margin: 0 1em;
}

#header .link .menu ul li a {
  color: #616161;
  display: inline-block;
}

#header .link .menu ul li a .en {
  margin-bottom: .7em;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

#header .link .menu ul li a .ja {
  font-size: .12rem;
}

#header .link .menu ul li a:hover, #header .link .menu ul li a.active {
  color: #fee730;
}

#header .link .social ul {
  display: flex;
  flex-direction: row;
}

#header .link .social ul li {
  margin: 0 .7em;
}

#header .link .social ul li img {
  height: 2.2em;
}

#header .menu-sp {
  padding: 2em 1.5em 0 0;
  display: none;
}

#header .menu-sp p img {
  max-width: 2.5em;
}

/* Page Index
-------------------------------------------------- */
.page-index {
  background: url(../images/common/bg01.png) repeat;
}

.page-index .mv figure img {
  width: 100%;
  vertical-align: bottom;
}

.page-index .box01 {
  position: relative;
  top: 0;
  left: 0;
}

.page-index .box01 .bg figure img {
  width: 100%;
  height: auto;
}

.page-index .box01 .contents {
  position: absolute;
  top: 0;
  left: 0;
}

.page-index .about {
  padding: 10em 0 9em;
}

.page-index .about .box {
  display: flex;
  flex-direction: row;
  align-items: stretch;
}

.page-index .about .box .txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
  background: url(../images/common/bg02.png) repeat;
  padding: 0 10vw 0 5vw;
}

.page-index .about .box .txt h2 {
  font-size: 6.5vw;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: .15em;
  margin-bottom: .2em;
}

.page-index .about .box .txt .en {
  font-size: .30rem;
  color: #fee730;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  margin-bottom: .3em;
}

.page-index .about .box .txt .ja {
  font-weight: bold;
}

.page-index .about .box .movie {
  padding: 6em 0;
  max-width: 55vw;
}

.page-index .about .box .movie p {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
}

.page-index .about .box .movie p video{
  width:100%;
  height:auto;
}

.page-index .about .box .movie p img, .page-index .about .box .movie p iframe {
  vertical-align: bottom;
  max-width: 100%;
}

.page-index .program .ttl {
  text-align: center;
  margin-bottom: 3em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.page-index .program .ttl h2 {
  color: #fee730;
  font-weight: bold;
}

.page-index .program .ttl p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .80rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: .3em;
}

.page-index .program .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(90% + 2em);
  margin: 0 auto;
  max-width: 100vw;
}

.page-index .program .items .item {
  color: #fff;
  width: 20%;
  margin-bottom: 2em;
  padding: 0 1em;
}

.page-index .program .items .item figure {
  background: #fff;
  margin-bottom: .5em;
  text-align: center;
}

.page-index .program .items .item figure img {
  max-width: 100%;
  height: 100%;
}

.page-index .program .items .item .meta {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: .7em;
}

.page-index .program .items .item .meta .tv span {
  display: inline-block;
  background: #fee730;
  color: #000000;
  font-size: .13rem;
  font-weight: bold;
  margin-right: .5em;
  padding: .2em .5em .1em;
}

.page-index .program .items .item .meta .date {
  font-size: .14rem;
  font-weight: 500;
  max-width: calc( 100% - 7em );
}

.page-index .program .items .item .name h3 a {
  color: #fff;
  font-weight: bold;
  line-height: 140%;
}

.page-index .news {
  background: url(../images/index/news-bg01.jpg) no-repeat;
  background-size: cover;
  padding: 8em 0 8em;
}

.page-index .news .ttl {
  text-align: center;
  margin-bottom: 5em;
}

.page-index .news .ttl h2 {
  color: #000000;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .80rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.page-index .news .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(90% + 2em);
  margin: 0 auto;
}

.page-index .news .items .item {
  color: #fff;
  width: 25%;
  margin-bottom: 2em;
  padding: 0 1em;
}

.page-index .news .items .item figure {
  margin-bottom: .5em;
}

.page-index .news .items .item figure img {
  width: 100%;
  height: auto;
  border: 2px solid #000000;
}

.page-index .news .items .item .meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .7em;
}

.page-index .news .items .item .meta .tv span {
  background: #fee730;
  color: #000000;
  font-size: .13rem;
  font-weight: bold;
  padding: .2em .5em .1em;
}

.page-index .news .items .item .meta .date {
  flex: 1;
  font-size: .14rem;
  font-weight: bold;
  color: #a2a1a1;
  margin-right: .5em;
}

.page-index .news .items .item .name h3 a {
  color: #000000;
  font-weight: bold;
  line-height: 140%;
}

.page-index .news .sp-items {
  display: none;
}

.page-index .box02 {
  background: url(../images/index/box02-bg01.jpg) no-repeat;
  background-size: cover;
}

.page-index .pickup {
  padding: 10em 0 8em;
  background: url(../images/index/pickup-bg01.jpg) no-repeat left bottom;
}

.page-index .pickup .bg {
  display: none;
}

.page-index .pickup .ttl {
  text-align: center;
  margin-bottom: 5em;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.9);
}

.page-index .pickup .ttl h2 {
  color: #fff;
  font-weight: bold;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .80rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.page-index .pickup .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}

.page-index .pickup .items .item a {
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.page-index .pickup .items .item a .image figure img {
  width: 100%;
}

.page-index .pickup .items .item a .detail {
  position: absolute;
  top: 50%;
  left: 1em;
  transform: translateY(-50%);
  color: #fff;
}

.page-index .pickup .items .item a .detail h3 {
  color: #fee730;
  font-weight: bold;
  margin-bottom: 3em;
}

.page-index .pickup .items .item a .detail .en {
  font-size: .40rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: .2em;
  margin-bottom: .3em;
}

.page-index .pickup .items .item a .detail .ja {
  font-weight: bold;
}

.page-index .banners {
  padding: 10em 0;
}

.page-index .banners ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  max-width: 1280px;
}

.page-index .banners ul li img {
  width: 100%;
}

.page-sub {
  background: url(../img/works/works_background.jpg) repeat-y;
  position: relative;
  top: 0;
  left: 0;
}

.page-sub .mv {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
}

.page-sub .main {
  /* background: url(../images/common/bg04.png) repeat-y top left */
  position: relative;
  top: 0;
  left: 0;
  min-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 4em;
}

.page-sub .main .mttl {
  text-align: center;
  margin-bottom: 4em;
}

.page-sub .main .mttl h1 {
  color: #616161;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .80rem;
  letter-spacing: 8px;
  margin-bottom: .4em;
}

.page-sub .main .mttl .breadcrumb ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.page-sub .main .mttl .breadcrumb ul li a {
  font-size: .13rem;
  color: #fff;
}

.page-sub .main .mttl .breadcrumb ul li a::after {
  content: "-";
  display: inline-block;
  color: #fff;
  font-size: .13rem;
  margin: 0 .3em;
}

.page-sub .main .mttl .breadcrumb ul li:last-child a::after {
  display: none;
}

.page-sub .main .bar {
  background: #000;
  padding: 1em;
  margin-bottom: 1.2em;
}

.page-sub .main .bar .filter form {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.page-sub .main .bar .filter form select {
  background: #1b1b1b;
  border: 0;
  color: #fff;
  padding: .5em 1em;
  min-width: 15em;
}

.page-sub .main .bar .filter form input[type="submit"] {
  font-weight: bold;
  color: #010101;
  background: #fee730;
  border: 0;
  padding: .5em 1em;
  margin-left: 1em;
}

.page-sub .main .bar .links {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.page-sub .main .bar .links li {
  margin: 0 .5em;
}

.page-sub .main .bar .links li a {
  color: #fff;
  font-weight: bold;
  line-height: 180%;
}

.page-sub .main .bar .links li a::before {
  content: "";
  display: inline-block;
  width: .3em;
  height: .3em;
  border-top: 1px solid #fee730;
  border-left: 1px solid #fee730;
  transform: rotate(-135deg) translateX(50%);
  margin-right: .5em;
}

.page-sub .main .box {
  background: rgba(255, 255, 255, 0.9) url(../images/common/bg06.png) no-repeat top center;
  background-size: 100% auto;
  padding: 2.7em;
  margin-bottom: 1.2em;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .5s;
}

.page-sub .main .box .ttl01 {
  background: #fee730;
  padding: 1.2em;
  margin-bottom: 1.8em;
}

.page-sub .main .box .ttl01 h1, .page-sub .main .box .ttl01 h2, .page-sub .main .box .ttl01 h3 {
  font-size: .26rem;
  font-weight: 500;
  color: #000000;
}

.page-sub .main .box .ttl01 h1 span.kyubo, .page-sub .main .box .ttl01 h2 span.kyubo, .page-sub .main .box .ttl01 h3 span.kyubo {
  display: inline-block;
  font-size: .20rem;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 4px;
  background: #a00000;
  margin-right: 1em;
  padding: .4em;
}

.page-sub .main .box .ttl01 h1.os, .page-sub .main .box .ttl01 h2.os, .page-sub .main .box .ttl01 h3.os {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

.page-sub .main .box .ttl01.en {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.page-sub .main .box .ttl01.en p {
  color: #000000;
}

.page-sub .main .box .ttl02 {
  text-align: center;
  margin-bottom: 3em;
}

.page-sub .main .box .ttl02 h2 {
  font-size: .30rem;
  font-weight: bold;
  color: #000000;
  margin-bottom: .6em;
}

.page-sub .main .box .ttl02 p {
  text-transform: uppercase;
  color: #fee730;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
}

.page-sub .main .box .txt01 p {
  font-weight: 500;
  color: #000000;
  line-height: 160%;
}

.page-sub .main .box .txt01 p a {
  color: #7f7f7f;
  text-decoration: underline;
}

.page-sub .main .box .txt01 img {
  max-width: 100%;
  height: auto;
}

.page-sub .main .box .txt01 p.date {
  font-size: .14rem;
  font-weight: bold;
}

.page-sub .main .box .txt01.nl p {
  margin-bottom: 1em;
}

.page-sub .main .box .txt01.nl p:last-child {
  margin-bottom: 0;
}

.page-sub .main .box .img01 figure {
  text-align: center;
}

.page-sub .main .box .img01 figure img {
  max-width: 100%;
}

.page-sub .main .box .images01 ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -0.7em;
}

.page-sub .main .box .images01 ul li {
  width: 33.3%;
  padding: 0 .7em;
  margin-bottom: 1em;
}

.page-sub .main .box .images01 ul li img {
  width: 100%;
  height: auto;
}

.page-sub .main .box .table01 {
  width: 100%;
  border-top: 1px solid #dadada;
  border-right: 1px solid #dadada;
  word-break: break-word;
}

.page-sub .main .box .table01 tbody tr th {
  background: #868686;
  color: #fff;
  font-weight: bold;
  text-align: center;
  padding: .8em 0;
  min-width: 7em;
  letter-spacing: 4px;
  border-bottom: 1px solid #dadada;
  vertical-align: top;
  line-height: 180%;
}

.page-sub .main .box .table01 tbody tr td {
  font-weight: 500;
  line-height: 180%;
  color: #000000;
  padding: .8em 2em;
  border-bottom: 1px solid #dadada;
}

.page-sub .main .box .table01 tbody tr td .result {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: .7em;
}

.page-sub .main .box .table01 tbody tr td .result .image {
  width: 140px;
  max-width: 35vw;
}

.page-sub .main .box .table01 tbody tr td .result .image figure {
  text-align: center;
}

.page-sub .main .box .table01 tbody tr td .result .image figure img {
  max-width: 100%;
  height: auto;
}

.page-sub .main .box .table01 tbody tr td .result .detail {
  margin-left: 1em;
}

.page-sub .main .box .prof01 {
  display: flex;
  flex-direction: row;
}

.page-sub .main .box .prof01 .image {
  width: 50%;
}

.page-sub .main .box .prof01 .image figure {
  text-align: center;
}

.page-sub .main .box .prof01 .image figure img {
  max-width: 100%;
  height: auto;
}

.page-sub .main .box .prof01 .detail {
  width: 50%;
  padding-left: 2em;
}

.page-sub .main .box .prof01 .detail .position {
  margin-bottom: 2.5em;
}

.page-sub .main .box .prof01 .detail .position p {
  color: #000000;
  font-weight: 500;
}

.page-sub .main .box .prof01 .detail .content {
  margin-bottom: 2em;
}

.page-sub .main .box .prof01 .detail .content p {
  font-size: .14rem;
  font-weight: 500;
  color: #000000;
  line-height: 140%;
  margin-bottom: 1em;
}

.page-sub .main .box .prof01 .detail .link ul {
  display: flex;
  flex-direction: row;
}

.page-sub .main .box .prof01 .detail .link ul li {
  margin-right: .5em;
}

.page-sub .main .box .map01 {
  margin-bottom: 2em;
}

.page-sub .main .box .map01 iframe {
  width: 100%;
  max-height: 50vh;
}

.page-sub .main .box .tab01 {
  margin-bottom: 1.7em;
}

.page-sub .main .box .tab01 h3 {
  position: relative;
  top: 0;
  left: 0;
}

.page-sub .main .box .tab01 h3 a {
  display: block;
  background: #dcdcdc;
  color: #000000;
  font-size: .30rem;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 2px;
  padding: .4em .8em;
}

.page-sub .main .box .tab01 h3 a::after {
  position: absolute;
  top: 50%;
  right: .3em;
  content: "";
  display: inline-block;
  width: .3em;
  height: .3em;
  border-top: 1px solid #272727;
  border-left: 1px solid #272727;
  transform: rotate(-135deg) translateX(50%) translateY(50%);
  margin-right: .5em;
}

.page-sub .main .box .tab01 h3 a.active {
  background-color: #fee730;
}

.page-sub .main .box .tab01 h3 a.active::after {
  transform: rotate(45deg) translateX(0%) translateY(0%);
}

.page-sub .main .box .tabc01 {
  display: none;
}

.page-sub .main .box .tabc01.active {
  display: block;
}

.page-sub .main .box .items01 {
  margin-bottom: 4em;
}

.page-sub .main .box .items01 .items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
}

.page-sub .main .box .items01 .items .item {
  color: #fff;
  width: 33.3%;
  margin-bottom: 2em;
  padding: 0 1em;
}

.page-sub .main .box .items01 .items .item figure {
  background: #fff;
  margin-bottom: .7em;
  text-align: center;
  border: 2px solid #000000;
}

.page-sub .main .box .items01 .items .item figure img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}

.page-sub .main .box .items01 .items .item .meta {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  margin-bottom: .5em;
}

.page-sub .main .box .items01 .items .item .meta .tv span {
  display: block;
  background: #fee730;
  color: #000000;
  font-size: .13rem;
  font-weight: bold;
  padding: .2em .5em .1em;
}

.page-sub .main .box .items01 .items .item .meta .date {
  flex: 1;
  min-width: 50%;
  font-size: .14rem;
  font-weight: bold;
  color: #000000;
  margin-right: .5em;
  padding-top: .2em;
}

.page-sub .main .box .items01 .items .item .meta.rev .date {
  margin: 0 0 0 .5em;
}

.page-sub .main .box .items01 .items .item .name h3 {
  color: #000000;
  font-weight: bold;
  line-height: 140%;
}

.page-sub .main .box .items01 .items .item .name h3 a {
  color: #000000;
}

.page-sub .main .box .items01 .items.dummy {
  visibility: hidden;
}

.page-sub .main .box .gallery01 {
  width: 70%;
  margin: 0 auto 3em;
}

.page-sub .main .box .gallery01 .display {
  margin-bottom: .7em;
  text-align: center;
}

.page-sub .main .box .gallery01 .display figure img {
  max-width: 100%;
}

.page-sub .main .box .gallery01 .display figure figcaption {
  text-align: right;
  font-size: .12rem;
  color: #000000;
  line-height: 120%;
  margin-top: .2em;
}

.page-sub .main .box .gallery01 .display figure iframe {
  max-width: 100%;
}

.page-sub .main .box .gallery01 .thumbnails ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.page-sub .main .box .gallery01 .thumbnails ul li {
  margin: 0 .2em .5em;
}

.page-sub .main .box .pride {
  padding-left: 50%;
}

.page-sub .main .box .pride .ttl {
  padding-left: 1em;
}

.page-sub .main .box .pride .ttl p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  letter-spacing: 8px;
  font-size: .50rem;
}

.page-sub .main .box .pride .ttl h2 {
  color: #000000;
  font-size: .20rem;
  font-weight: bold;
  margin: .8em 0 2em;
}

.page-sub .main .box .pride .txt {
  padding-left: 1em;
}

.page-sub .main .box .pride .txt p {
  margin-bottom: 2em;
  line-height: 180%;
  color: #000000;
  font-weight: 500;
}

.page-sub .main .box .pride .txt p:last-child {
  margin-bottom: 0;
}

.page-sub .main .box .sitemap {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.page-sub .main .box .sitemap > div {
  margin: 0 10%;
}

.page-sub .main .box .sitemap > div > ul > li a {
  color: #000000;
  font-weight: 500;
  line-height: 180%;
}

.page-sub .main .box .sitemap > div > ul > li > a::before {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: .10rem;
  margin-right: 1em;
}

.page-sub .main .box .sitemap > div > ul > li > ul {
  margin-left: 1em;
}

.page-sub .main .box .sitemap > div > ul > li > ul > li a::before {
  content: "-";
  display: inline-block;
  margin-right: .5em;
}

.page-sub .main .box .mb00 {
  margin-bottom: 0em;
}

.page-sub .main .box .mb01 {
  margin-bottom: 1em;
}

.page-sub .main .box .mb02 {
  margin-bottom: 2em;
}

.page-sub .main .box .mb03 {
  margin-bottom: 3em;
}

.page-sub .main .box .mb04 {
  margin-bottom: 4em;
}

.page-sub .main .box .mb05 {
  margin-bottom: 5em;
}

.page-sub .main .box .mb06 {
  margin-bottom: 6em;
}

.page-sub .main .box.active {
  opacity: 1;
}

/*20200127代表挨拶追加*/
.page-sub .main .box#message {
/*   background: rgba(255, 255, 255, 0.9) url(../images/company/bg01.png) no-repeat top left;
  background-size: cover;*/
  padding: 0;
}

.page-sub .main .box .message .txt p{
    margin-bottom: 2em;
    line-height: 180%;
    color: #000000;
    font-weight: 500;
}

.page-sub .main .box#message .message {
    /* background: url(../images/common/bg06.png) no-repeat top center; */
    /* background-size: 100% auto; */
    padding: 2.7em 5.4em 2.7em 5.4em ;
}

.page-sub .main .box#message .message .nameimg{
    margin-right: auto;
    display: block;
    text-align: right;
}

.page-sub .main .box#message .message .nameimg img{
    width: 25%;
}

/*END*/

.page-sub .main .box#pride {
  background: rgba(255, 255, 255, 0.9) url(../img/company/bg01.png) no-repeat top left;
  background-size: cover;
  padding: 0;
}

.page-sub .main .box#pride .pride {
  background: url(../images/common/bg06.png) no-repeat top center;
  background-size: 100% auto;
  padding: 2.7em 2.7em 2.7em 50%;
}

.page-sub .main .box.staff {
  padding: 0;
  background: none;
  box-shadow: none;
}

.page-sub .main .box.staff .item {
  float: left;
  width: 12.5%;
  padding: .5em;
  transition: .3s;
}

.page-sub .main .box.staff .item .in {
  display: block;
  height: 100%;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}

.page-sub .main .box.staff .item .image {
  height: 100%;
}

.page-sub .main .box.staff .item .image figure {
  height: 100%;
}

.page-sub .main .box.staff .item .image figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-sub .main .box.staff .item .overlay {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding: 1em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: .3s;
}

.page-sub .main .box.staff .item .overlay ul li {
  color: #fff;
  font-size: .14rem;
  font-weight: 500;
  line-height: 140%;
  word-break: break-all;
}

.page-sub .main .box.staff .item .overlay ul li.lg {
  font-size: .20rem;
  font-weight: bold;
}

.page-sub .main .box.staff .item .overlay ul li:last-child {
  margin-bottom: 0;
}

.page-sub .main .box.staff .item.sm .overlay {
  padding: .5em;
}

.page-sub .main .box.staff .item.sm .overlay ul li {
  font-size: .10rem;
}

.page-sub .main .box.staff .item.sm .overlay ul li.lg {
  font-size: .16rem;
}

.page-sub .main .box.staff .item:hover .overlay {
  opacity: 1;
}

.page-sub .main .box.staff .item.pos .in .overlay {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: none;
  opacity: 1;
}

.page-sub .main .box.staff .item.pos .in .overlay p {
  display: none;
  font-size: .24rem;
  font-weight: 500;
  color: #fee730;
  line-height: 200%;
  letter-spacing: 2px;
}

.page-sub .main .box.staff .item:first-child {
  grid-column-end: span 3;
  grid-row-end: span 4;
}

.page-sub .main .box.staff .item:nth-child(2),
.page-sub .main .box.staff .item:nth-child(3),
.page-sub .main .box.staff .item:nth-child(4),
.page-sub .main .box.staff .item:nth-child(5),
.page-sub .main .box.staff .item:nth-child(6) {
  grid-column-end: span 2;
  grid-row-end: span 2;
}

.page-sub .main .box.staff::after {
  content: "";
  display: block;
  clear: both;
}

 #main .blog-wrap>li {
    width: 32%
  }
  
  .blog-txtmin {
  font-size:small;

}
  
  @media all and (max-width: 1100px) {
    #main .blog-wrap>li {
      width: 49%;
      margin: 0 0.5% 20px 0.5%
    }
  }
  
  @media all and (max-width: 639px) {
    #main .blog-wrap>li {
      width: 90%;
      margin: 0 auto 10px
    }
  }
  
  .blog-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  
  .blog-wrap.type1 .blog-txt {
    text-align: center;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
    margin-bottom: 10px
  }
  
  .blog-wrap * {
    -webkit-transition: 0.3s;
    transition: 0.3s
  }
  
  .blog-wrap>li {
    width: 31%;
    margin: 0 1% 20px 1%;
    padding: 2%;
    background: #fefefe;
    position: relative;
    -webkit-box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.1);
	border: 1px solid #D8D8D8;
  }
  
  .blog-wrap>li>a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10
  }
  
  .blog-wrap>li>a:hover~.blog-img img {
    opacity: 1;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  
  @media all and (max-width: 896px) {
    .blog-wrap>li {
      width: 45%
    }
  }
  
  @media all and (max-width: 639px) {
    .blog-wrap>li {
      width: 90%;
      margin: 0 auto 10px
    }
  }
  
  .blog-img {
    width: 100%;
    height: 200px;
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }
  
  .blog-img img {
height: 90%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    font-family: "object-fit: cover;"
  }
  
  .blog-img:hover img {
    opacity: 1 !important;
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
  }
  
  .blog-detail {
    padding-top: 20px
  }
  
  .blog-detail-upper {
    position: relative;
    z-index: 2;
    margin: -31px 0 0;
    color: #fff;
    font-size: 12px
  }
  
  .blog-category {
    display: inline-block;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    background: #111
  }
  
  .blog-date {
    border: 1px solid #ccc;
    width: 100px;
    padding: 5px;
    line-height: 1.3;
    text-align: center;
    display: inline-block;
    color: #aaa;
    font-size: 12px
  }
  
  .blog-date2 {
    color: #000;
    font-size: 0.9em;
    margin-bottom: 5px;
    margin-right: 5px
  }
  
  .blog-date2:before {
    font-family: "Font Awesome 5 Free";
    content: "\f017";
    font-weight: 900;
    margin-right: 5px
  }
  
  .blog-title {
    font-weight: 600;
    line-height: 1.3;
    margin: 6px 0
  }
  
  .blog-txt {
    line-height: 1.5;
    color: #000;
    padding: 8px
  }
  
  @media all and (max-width: 639px) {
    .blog-txt {
      font-size: 12px
    }
  }

  



/* Footer
-------------------------------------------------- */
#footer {
  background: url(../images/common/bg03.png) repeat;
  padding: 5em 0 5em;
}

#footer .logo {
  text-align: center;
  margin-bottom: 3em;
}

#footer .logo figure {
  margin-bottom: 1.3em;
}

#footer .logo p {
  font-size: .14rem;
  font-weight: bold;
  color: #424040;
}

#footer .info {
  text-align: center;
  margin-bottom: 4em;
}

#footer .info p {
  font-size: .14rem;
  font-weight: bold;
  color: #424040;
  line-height: 160%;
}

#footer .link {
  display: flex;
  flex-direction: row;
  justify-content: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 2em 0;
  margin-bottom: 3em;
}

#footer .link .menu ul {
  display: flex;
  flex-direction: row;
}

#footer .link .menu ul li {
  text-align: center;
  margin: 0 2em;
}

#footer .link .menu ul li a {
  color: #424040;
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
}

#footer .link .social ul {
  display: flex;
  flex-direction: row;
}

#footer .link .social ul li {
  margin: 0 1em;
}

#footer .copyright p {
  text-align: center;
  font-size: .12rem;
  font-weight: 500;
  color: #424040;
}

.totop {
  position: fixed;
  bottom: 1em;
  right: 1em;
}

.totop p img {
  max-width: 10vw;
}

.sp-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 9999px;
  width: 100%;
  background: #000000;
  padding: 0 1em 3em;
  transition: 0.5s;
  z-index: 100;
}

.sp-menu .menu {
  padding: 0;
  max-width: 60%;
  margin: 0 auto;
}

.sp-menu .menu li {
  margin-bottom: 2em;
}

.sp-menu .menu li a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #fff;
}

.sp-menu .menu li a .en {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .20rem;
}

.sp-menu .social {
  display: flex;
  flex-direction: row;
  justify-content: center;
}

.sp-menu .social li {
  margin: 0 1em;
}

.sp-menu .social li img {
  height: 2.2em;
}

.sp-menu .close {
  text-align: right;
  padding: 1em 1em 0 0;
  margin-bottom: 1em;
}

.sp-menu .close a {
  color: #fee730;
  font-size: .50rem;
}

.sp-menu.active {
  display: block;
  left: 0px;
}

/*20200301 バナー設置*/
.page-index .mv .mv_bnr_area{
  width: 1080px;
  margin: 0 auto;
  padding: 2.5em 0;
}

.page-index .mv .mv_bnr_area ul{
  display: flex;
  justify-content: space-between;
}

.page-index .mv .mv_bnr_area ul li{
  width: 350px;
  max-height: 72.22px;
}

.page-index .mv .mv_bnr_area h2.youtube_tit{
  text-align: center;
  color: #FFFFFF;
  font-size: 42px;
  letter-spacing: 0.5px;
  margin-top: 0.25em;
  margin-bottom: 1.5em;
}

.page-index .mv .mv_bnr_area h2.recruit_tit{
  text-align: center;
  color: #FFFFFF;
  font-size: 42px;
  letter-spacing: 0.5px;
  margin-top: 1.25em;
  margin-bottom: 0.5em;
}

/*20200812 バナー設置*/

ul.recruit2021bnr{
    width: 100%;
}

ul.recruit2021bnr li{
    width: 500px!important;
    margin: 40px auto;
}

ul.recruit2021bnr li img{
    width: 100%;
}


@media screen and (max-width: 1040px) {
  .page-index .mv .mv_bnr_area{
    width: 82.5%;
  }

  .page-index .mv .mv_bnr_area ul li{
    width: 47.5%;
  }

  .page-index .mv .mv_bnr_area ul li a img{
    width: 100%;
  }

  .page-index .mv .mv_bnr_area ul{
    flex-wrap: wrap;
  }

  .page-index .mv .mv_bnr_area ul li{
    max-height: initial;
  }

  .page-index .mv .mv_bnr_area ul li:last-child{
    margin-top: 3vw;
  }
}

.mv_info_area{
  width: 1080px;
  margin: 0 auto;
  border-bottom: 5px solid #fcf3b0;
  padding-bottom: .5rem;
}
.mv_info_area .ttl{
      padding-top: 0.5rem;
    text-align: center;
}
.mv_info_area .ttl .mv_info_tit{
  font-size: .45rem;
  color: #fee730;
}
.mv_info_area .ttl .mv_info_tit+p{
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}

.mv_info_area ul{
    width: 750px;
    margin: 0 auto;
}
.mv_info_area ul li{
    color: #FFFFFF;
    line-height: 1.5;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 5px solid #fcf3b0;
}
.mv_info_area ul li:nth-child(2){
  margin-bottom: 0.25rem;
    margin-top: 0.25rem;
}
.mv_info_area ul li:last-child{
  border-bottom: none;
  margin-bottom: 0.5rem;
}
.mv_info_area ul li span{
    font-weight: bold;
    font-size: 20px;
}

.mv_info_area ul li span span.yellow{
  color: #fee730;
}

.mv_info_area ul li figure{
    width: 300px;
    margin: 0.25rem auto;
}

.mv_info_area .recruit_bnr {
	margin: 0.5rem auto 0;
	width: 750px;
}
.mv_info_area .recruit_bnr img {
	width: 100%;
}


/*** 2021.06.02 ***/
#satellite {
  padding: 8em 0;
}
#satellite p {
  color: #fff;
  line-height: 1.8;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
}
#satellite .ttl {
  text-align: center;
  margin-bottom: 3em;
  text-shadow: 0 0 3px rgba(0,0,0,0.9);
}
#satellite .ttl h2 {
  color: #fee730;
  font-weight: bold;
}
#satellite .ttl p {
  font-family: 'Oswald', sans-serif;
  font-weight: 300;
  font-size: .80rem;
  letter-spacing: .15em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0;
}
#satellite ul {
  width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 2em auto;
}
#satellite ul li {
  width: 48%;
}
#satellite ul li img {
  width: 100%;
}
@media screen and (max-width: 768px){
  #satellite {
    padding: 5em 15px;
    background: #333;
  }
  #satellite p {
    color: #fff;
    line-height: 1.8;
    font-size: 100%;
    font-weight: bold;
    text-align: center;
  }
  #satellite .ttl {
    margin-bottom: 2em;
  }
  #satellite .ttl h2 {
    font-size: .20rem;
    margin-top: .5em;
  }
  #satellite .ttl p {
    font-size: .50rem;
    line-height: 140%;
  }
  #satellite ul {
    width: 100%;
    margin: 1em auto;
  }
  

}


