@charset "utf-8";
/*header*/
header#toppage {
  background: #fff;
  transition: all 0.5s ease;
  top: -100px;
}
header#toppage.on {
  top: 0px;
}
@media screen and (max-width: 800px) {
  header#toppage {
    background: none;
    top: 0px;
  }
  header#toppage h1 {
    transition: all 0.5s ease;
    opacity: 0;
    visibility: hidden;
  }
  header#toppage.on {
    background: #fff;
    top: 0px;
  }
  header#toppage.on h1 {
    opacity: 1;
    visibility: visible;
  }
}
header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  padding: 18px 24px;
  box-sizing: border-box;
  z-index: 100;
  background: #fff;
}
header .header__Con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
header .header__Con--Area nav ul li {
  margin-top: -4px;
  font-feature-settings: "palt";
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
  font-style: normal;
  margin-right: 80px;
  display: inline-block;
}
header .header__Con--Area nav ul li a {
  display: block;
  line-height: 1;
  font-size: 14px;
}
header .header__Con--Area nav ul li a span {
  letter-spacing: -0.03em;
  font-size: 36px;
  margin-bottom: 2px;
  font-feature-settings: "palt";
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  display: block;
}
header .header__Con h1 {
  margin-right: 80px;
}
header .header__Con h1 img {
  height: 50px;
}
header .header__Con .snsBtn {
  margin-left: auto;
}
header .header__Con .snsBtn img {
  max-width: 38px;
  width: 100%;
}
@media screen and (max-width: 1360px) {
  header .header__Con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  header .header__Con--Area nav ul li {
    margin-right: 60px;
  }
  header .header__Con--Area nav ul li a {
    font-size: 18px;
  }
  header .header__Con--Area nav ul li a span {
    font-size: 30px;
  }
}
@media screen and (max-width: 1080px) {
  header .header__Con {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
  }
  header .header__Con--Area nav ul li {
    margin-right: 30px;
  }
  header .header__Con--Area nav ul li a {
    font-size: 14px;
  }
  header .header__Con--Area nav ul li a span {
    font-size: 18px;
  }
  header .header__Con h1 {
    margin-right: 30px;
  }
  header .header__Con h1 img {
    height: 35px;
  }
}
@media screen and (max-width: 800px) {
  header {
    padding: 0px;
  }
  header .header__Con--Area {
    position: fixed;
    transition: all 0.5s ease;
    top: 0px;
    left: 0;
    overflow: hidden;
    width: 100%;
    height: 0;
    visibility: visible;
    opacity: 1;
    background: #fff;
  }
  header .header__Con--Area nav {
    margin-top: 20vw;
  }
  header .header__Con--Area nav ul li {
    display: block;
    margin-bottom: 30px;
    margin-left: 15px;
  }
  header .header__Con--Area nav ul li a {
    font-size: 4.8vw;
  }
  header .header__Con--Area nav ul li a span {
    font-size: 5.6vw;
  }
  header .header__Con--Area .snsBtn {
    margin-left: 15px;
  }
  header .header__Con--Area .snsBtn img {
    max-width: 38px;
    width: 100%;
  }
  header .header__Con h1 {
    padding: 15px;
    margin-right: 0px;
    position: relative;
    z-index: 2;
  }
  header .header__Con h1 img {
    max-height: 35px;
    height: 7vw;
  }
}
.side-open header .header__Con--Area {
  height: calc(100vh - 52px);
  visibility: visible;
  opacity: 1;
}
@media screen and (max-width: 800px) {
  .side-open header#toppage {
    background: #fff;
    top: 0px;
  }
  .side-open header#toppage h1 {
    transition: all 0.5s ease;
    opacity: 1;
    visibility: visible;
  }
  .side-open header#toppage.on {
    background: #fff;
    top: 0px;
  }
  .side-open header#toppage.on h1 {
    opacity: 1;
    visibility: visible;
  }
}
footer {
  letter-spacing: 0.05em;
}
footer .footerContents {
  padding-left: 80px;
  box-sizing: border-box;
  width: 100%;
  margin: 20px auto;
}
footer .footerContents .faceBook {
  font-size: 60px;
  padding-bottom: 0px;
  background: url(../images/line1.png) repeat-x bottom left #fff;
  background-size: 6px;
}
footer .footerContents .faceBook a {
  display: inline-block;
}
footer .footerBottom {
  padding: 70px 35px 35px 35px;
}
footer .footerBottom__Con {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
footer .footerBottom__Con ul {
  display: inline-block;
}
footer .footerBottom__Con ul li {
  font-size: 16px;
  display: inline-block;
  margin-right: 30px;
}
footer .footerBottom__Con ul li a {
  padding-right: 1.5em;
  position: relative;
  background: url(../images/icon_blank.svg) no-repeat center right 1px;
  background-size: 1em;
}
footer .footerBottom__Con .bottomLogo img {
  max-width: 124px;
  width: 100%;
}
footer .footerBottom #copy {
  margin-top: 20px;
  font-size: 13px;
}
@media screen and (max-width: 1360px) {
  footer .footerContents {
    padding-left: 60px;
  }
  footer .footerContents .faceBook {
    font-size: 50px;
  }
  footer .footerBottom {
    padding: 70px 35px 35px 35px;
  }
  footer .footerBottom__Con ul li {
    font-size: 16px;
    margin-right: 30px;
  }
  footer .footerBottom__Con ul li a {
    padding-right: 1.5em;
  }
  footer .footerBottom__Con .bottomLogo img {
    max-width: 100px;
    width: 100%;
  }
  footer .footerBottom #copy {
    font-size: 13px;
  }
}
@media screen and (max-width: 1080px) {
  footer .footerContents {
    padding-left: 60px;
  }
  footer .footerContents .faceBook {
    font-size: 40px;
  }
  footer .footerBottom {
    padding: 70px 35px 35px 35px;
  }
  footer .footerBottom__Con ul {
    display: block;
  }
  footer .footerBottom__Con ul li {
    font-size: 14px;
    margin-right: 20px;
  }
  footer .footerBottom__Con ul li a {
    padding-right: 1.5em;
  }
  footer .footerBottom__Con .bottomLogo img {
    max-width: 100px;
    width: 100%;
  }
  footer .footerBottom #copy {
    font-size: 13px;
  }
}
@media screen and (max-width: 800px) {
  footer {
    position: relative;
  }
  footer .footerContents {
    width: 100%;
    box-sizing: border-box;
    padding-left: 8vw;
    padding-right: 7vw;
    padding-bottom: 3vw;
  }
  footer .footerContents .faceBook {
    width: 112%;
    font-size: 6.2vw;
    background-size: 4px;
  }
  footer .footerBottom {
    padding: 10vw 5vw 5vw 5vw;
  }
  footer .footerBottom__Con .footerList {
    width: 100%;
  }
  footer .footerBottom__Con ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  footer .footerBottom__Con ul li {
    font-size: 3.6vw;
    margin-right: 0;
  }
  footer .footerBottom__Con ul li a {
    padding-right: 1.5em;
  }
  footer .footerBottom__Con .bottomLogo {
    position: absolute;
    right: 5vw;
    bottom: 5vw;
  }
  footer .footerBottom__Con .bottomLogo img {
    max-width: 60px;
    width: 100%;
  }
  footer .footerBottom #copy {
    padding-left: 1em;
    text-indent: -1em;
    font-size: 3.2vw;
  }
}
.pankuzu {
  text-align: right;
  margin: 0 0 0px 0;
  font-size: 18px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  box-sizing: border-box;
}
.pankuzu ul {
  position: relative;
  margin: 0 auto;
  /*max-width: 1100px;*/
}
.pankuzu ul li {
  display: inline-block;
}
.pankuzu ul li a {
  color: #808080;
  position: relative;
}
.pankuzu ul li a::after {
  content: "〉";
  display: inline-block;
  margin: 0 -5px 0 10px;
  transform: scaleY(0.8);
}
@media screen and (max-width: 800px) {
  .pankuzu {
    display: none;
  }
}
.menu {
  display: none;
  position: absolute;
  z-index: 50000;
  top: 50%;
  right: 20px;
  width: 30px;
  height: 30px;
  max-width: 30px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.menu .menu-trigger {
  opacity: 1;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: relative;
  width: 30px;
  padding: 5px 0;
  height: 30px;
}
.menu .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  height: 2px;
  background-color: #000;
  border-radius: 0px;
}
.menu .menu-trigger span:nth-of-type(1) {
  top: 3px;
  width: 30px;
  left: 0px;
}
.menu .menu-trigger span:nth-of-type(2) {
  top: 14px;
  width: 30px;
  right: 0px;
}
.menu .menu-trigger span:nth-of-type(3) {
  right: 0px;
  bottom: 3px;
  width: 30px;
}
.menu .menu-trigger.active {
  cursor: pointer;
}
.menu .menu-trigger.active span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  border-radius: 0px;
}
.menu .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(14px) rotate(-45deg);
  transform: translateY(14px) rotate(-45deg);
  top: 0px;
}
.menu .menu-trigger.active span:nth-of-type(2) {
  width: 0;
  height: 0;
}
.menu .menu-trigger.active span:nth-of-type(3) {
  bottom: 0px;
  -webkit-transform: translateY(-14px) rotate(45deg);
  transform: translateY(-14px) rotate(45deg);
}
@media screen and (max-width: 800px) {
  .menu {
    display: block;
    top: 50%;
    text-align: center;
    font-size: 11px;
  }
  .menu::after {
    transition: all 0.5s ease;
    opacity: 0;
    display: none;
    position: relative;
    top: -10px;
  }
  .side-open .menu::after {
    opacity: 1;
    display: block;
  }
}
body {
  font-size: 14px;
}
@media only screen and (max-width: 480px) {
  body {
    /*font-size: 3.4vw;*/
  }
}
/*共通*/
.secCon {
  margin-bottom: 90px;
}
/*アバウト*/
.AboutContents {
  transition: all 1s ease-in-out;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
.AboutContents.topCon {
  /*display: none;*/
  height: 0;
}
.AboutContents__Acv {
  max-width: 100%;
  margin: 0;
}
.AboutContents__Acv h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.AboutContents__Acv h2 span {
  font-feature-settings: "palt";
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.AboutContents__Acv--Txt p {
  line-height: 2;
  font-size: 34px;
  margin-bottom: 1em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
}
.AboutContents__Acv--Txt p.tSmall {
  line-height: 1.6;
  font-size: 24px;
  color: red;
}
.AboutContents__Acv--Con h3 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.AboutContents__Acv--Con .sepCon {
  margin-top: 30px;
  margin-bottom: 30px;
  position: relative;
}
.AboutContents__Acv--Con .sepCon::before {
  margin-bottom: 20px;
  border-top: 1px solid #000;
  content: "";
  display: block;
  width: 40px;
}
.AboutContents__Acv--Con p {
  line-height: 2;
  font-size: 20px;
  margin-bottom: 1em;
}
.AboutContents__Acv--Con p span a {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
.AboutContents__Acv--ConList {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: -2%;
}
.AboutContents__Acv--ConList article {
  margin-top: 60px;
  width: 100%;
  /*max-width: 24%;*/
  flex-basis: 22%;
  margin-left: 2%;
}
.AboutContents__Acv--ConList article a {
  display: block;
}
.AboutContents__Acv--ConList article p {
  font-size: 16px;
}
.AboutContents__Acv--ConList article .img {
  text-align: center;
  max-width: 100%;
  margin-bottom: 0;
}
.AboutContents__Acv--ConList article .img img {
  /*max-width: 100%;*/
  max-height: 31vw;
}
.AboutContents__Acv--ConList article .title {
  font-weight: bold;
  margin: 10px 5px;
}
.AboutContents__Acv--ConList article .date {
  margin: 10px 5px;
}
.AboutContents__Post {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto 60px auto;
}
.AboutContents__Post h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.AboutContents__Post h3 {
  font-size: 38px;
  line-height: 1;
  margin-bottom: 50px;
  width: 110%;
  line-height: 1.4;
  font-weight: bold;
  /*@include shuei();*/
}
.AboutContents__Post--Box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.AboutContents__Post--BoxLeft {
  width: 620px;
  max-width: 100%;
}
.AboutContents__Post--BoxLeft .lead {
  line-height: 2;
  font-size: 20px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, serif;
  border-bottom: 1px solid #000;
  padding: 0 0 40px 0;
  margin-bottom: 40px;
}
.AboutContents__Post--BoxLeft .postCon p {
  line-height: 1.8;
  font-size: 20px;
  margin-bottom: 1em;
}
.AboutContents__Post--BoxLeft .postCon table {
  line-height: 1.8;
  font-size: 20px;
}
.AboutContents__Post--BoxLeft .postCon table td {
  padding-bottom: 2em;
  vertical-align: top;
}
.AboutContents__Post--BoxLeft .postCon table td:first-of-type {
  width: 7rem;
}
.AboutContents__Post--BoxLeft .postCon table th {
  vertical-align: top;
}
.AboutContents__Post--BoxRight {
  width: 440px;
  max-width: 100%;
}
.AboutContents__Post--BoxRight .img img {
  max-width: 100%;
}
.AboutContents__Post--BoxRight p {
  line-height: 1.8;
  font-size: 18px;
  margin-bottom: 1em;
}
.AboutContents__Post--BoxRight p span a {
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
}
@media screen and (max-width: 1360px) {
  .AboutContents {
    /*max-width: 900px;*/
  }
  .AboutContents__Acv h2 {
    font-size: 40px;
  }
  .AboutContents__Acv h2 span {
    font-size: 30px;
  }
  .AboutContents__Acv--Txt p {
    font-size: 20px;
  }
  .AboutContents__Acv--Con h3 {
    font-size: 40px;
  }
  .AboutContents__Acv--Con p {
    font-size: 20px;
  }
  .AboutContents__Acv--ConList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -2%;
  }
  .AboutContents__Acv--ConList article {
    margin-top: 40px;
    /*width: 23%;*
     /*max-width: 24%;*/
    margin-left: 2%;
  }
  .AboutContents__Acv--ConList article p {
    font-size: 16px;
  }
  .AboutContents__Acv--ConList article .img {
    /*max-width: 100%;*/
  }
  .AboutContents__Post {
    max-width: 900px;
    margin: 0 auto 60px auto;
  }
  .AboutContents__Post h2 {
    font-size: 40px;
  }
  .AboutContents__Post h3 {
    font-size: 32px;
  }
  .AboutContents__Post--Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .AboutContents__Post--BoxLeft {
    width: 520px;
    max-width: 100%;
  }
  .AboutContents__Post--BoxLeft .lead {
    font-size: 20px;
  }
  .AboutContents__Post--BoxLeft .postCon p {
    font-size: 20px;
  }
  .AboutContents__Post--BoxRight {
    width: 360px;
    max-width: 100%;
  }
  .AboutContents__Post--BoxRight p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1080px) {
  .AboutContents {
    padding-left: 30px;
  }
  .AboutContents__Acv {
    /*
     max-width: 780px;
     */
  }
  .AboutContents__Acv h2 {
    font-size: 30px;
  }
  .AboutContents__Acv h2 span {
    font-size: 20px;
  }
  .AboutContents__Acv--Txt p {
    font-size: 24px;
  }
  .AboutContents__Acv--Txt p.tSmall {
    font-size: 18px;
  }
  .AboutContents__Acv--Con h3 {
    font-size: 30px;
  }
  .AboutContents__Acv--Con p {
    font-size: 18px;
  }
  .AboutContents__Acv--ConList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -2%;
  }
  .AboutContents__Acv--ConList article {
    margin-top: 40px;
    width: 23%;
    margin-left: 2%;
  }
  .AboutContents__Acv--ConList article p {
    font-size: 14px;
  }
  .AboutContents__Acv--ConList article .img {
    /*max-width: 100%;*/
  }
  .AboutContents__Post {
    max-width: 700px;
  }
  .AboutContents__Post h2 {
    font-size: 40px;
  }
  .AboutContents__Post h3 {
    font-size: 26px;
  }
  .AboutContents__Post--Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .AboutContents__Post--BoxLeft {
    width: 380px;
    max-width: 100%;
  }
  .AboutContents__Post--BoxLeft .lead {
    font-size: 18px;
  }
  .AboutContents__Post--BoxLeft .postCon p {
    font-size: 18px;
  }
  .AboutContents__Post--BoxLeft .postCon table {
    font-size: 18px;
  }
  .AboutContents__Post--BoxRight {
    width: 300px;
    max-width: 100%;
  }
  .AboutContents__Post--BoxRight p {
    font-size: 16px;
  }
}
@media screen and (max-width: 800px) {
  .AboutContents {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .AboutContents__Acv {
    max-width: 780px;
  }
  .AboutContents__Acv h2 {
    font-size: 6.9vw;
  }
  .AboutContents__Acv h2 span {
    font-size: 5.6vw;
  }
  .AboutContents__Acv--Txt p {
    font-size: 4.2vw;
  }
  .AboutContents__Acv--Txt p.tSmall {
    font-size: 3.4vw;
  }
  .AboutContents__Acv--Con h3 {
    font-size: 6.9vw;
  }
  .AboutContents__Acv--Con p {
    font-size: 4.2vw;
  }
  .AboutContents__Acv--ConList {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -5%;
  }
  .AboutContents__Acv--ConList article {
    margin-top: 40px;
    /*width: 45%;*/
    flex-basis: 45%;
    margin-left: 5%;
  }
  .AboutContents__Acv--ConList article p {
    font-size: 3.2vw;
  }
  .AboutContents__Acv--ConList article .img {
    /*max-width: 100%;*/
  }
  .AboutContents__Acv--ConList article .img img {
    max-height: 55vw;
  }
  .AboutContents__Post {
    max-width: 100%;
  }
  .AboutContents__Post h2 {
    width: 110%;
    font-size: 6.9vw;
  }
  .AboutContents__Post .spImg {
    margin-bottom: 20px;
  }
  .AboutContents__Post .spImg img {
    width: 100%;
  }
  .AboutContents__Post h3 {
    width: 110%;
    line-height: 1.4;
    font-size: 5.2vw;
  }
  .AboutContents__Post--Box {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-justify-content: space-between;
  }
  .AboutContents__Post--BoxLeft {
    width: 100%;
    max-width: 100%;
  }
  .AboutContents__Post--BoxLeft .lead {
    font-size: 4.2vw;
  }
  .AboutContents__Post--BoxLeft .postCon p {
    font-size: 4.2vw;
  }
  .AboutContents__Post--BoxLeft .postCon table {
    font-size: 4.2vw;
  }
  .AboutContents__Post--BoxRight {
    width: 100%;
    max-width: 100%;
  }
  .AboutContents__Post--BoxRight .img {
    text-align: center;
    display: none;
  }
  .AboutContents__Post--BoxRight .img img {
    max-width: 100%;
  }
  .AboutContents__Post--BoxRight p {
    font-size: 3.7vw;
  }
}
/*ひとびと*/
.PeopleContents {
  transition: all 1s ease-in-out;
  padding-left: 30px;
  padding-right: 30px;
  margin-bottom: 0px;
}
.PeopleContents__Acv {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto 60px auto;
}
.PeopleContents__Acv h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.PeopleContents__Acv h2 span {
  font-feature-settings: "palt";
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.PeopleContents__Acv .People__top {
  padding-bottom: 30px;
  border-bottom: 1px solid #000;
}
.PeopleContents__Acv .People__top p {
  font-size: 20px;
  line-height: 2;
}
.PeopleContents__Acv .People__acv {
  padding-top: 30px;
  padding-bottom: 30px;
}
.PeopleContents__Acv .People__acv--title {
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  background: url(../images/icon_search.svg) no-repeat left center;
  background-size: 30px;
  padding-left: 40px;
}
.PeopleContents__Acv .People__acv--btn {
  padding-bottom: 30px;
  padding-top: 30px;
  border-bottom: 1px solid #000;
}
.PeopleContents__Acv .People__acv--btn p {
  padding-left: 2rem;
  line-height: 1.4rem;
  font-size: 20px;
  display: inline-block;
  margin-right: 20px;
  margin-bottom: 15px;
  cursor: pointer;
  position: relative;
}
.PeopleContents__Acv .People__acv--btn p:before {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid #000;
}
.PeopleContents__Acv .People__acv--btn p:after {
  transition: all 0.3s ease-in-out;
  content: "";
  position: absolute;
  top: 0px;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background: #fff;
  cursor: pointer;
}
.PeopleContents__Acv .People__acv--btn p.mixitup-control-active:before {
  transform: rotate(-45deg);
  height: 0.5rem;
  border-color: #fff;
  border-top-style: none;
  border-right-style: none;
}
.PeopleContents__Acv .People__acv--btn p.mixitup-control-active:after {
  background: #000;
  width: 1.4rem;
  height: 1.4rem;
}
.PeopleContents__Acv .People__acv--conBox {
  margin-top: 40px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: -2%;
}
.PeopleContents__Acv .People__acv--conBox article {
  max-width: 23%;
  margin-left: 2%;
  margin-bottom: 4%;
  display: block;
}
.PeopleContents__Acv .People__acv--conBox article a {
  display: block;
}
.PeopleContents__Acv .People__acv--conBox article img {
  box-sizing: border-box;
  border: 1px solid #aaa;
  max-width: 100%;
}
.PeopleContents__Acv .People__acv--conBox article .title {
  margin-top: 10px;
  font-size: 18px;
}
.PeopleContents__Acv .People__acv--conBox article .job {
  margin-top: 0px;
  font-size: 16px;
  line-height: 1.5;
}
.PeopleContents__Post {
  max-width: 100%;
  width: 1100px;
  margin: 0 auto 120px auto;
}
.PeopleContents__Post h2 {
  font-size: 60px;
  line-height: 1;
  margin-bottom: 50px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.PeopleContents__Post h2 span {
  font-feature-settings: "palt";
  font-family: din-condensed, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 30px;
}
.PeopleContents__Post .postArea__Box--Top {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.PeopleContents__Post .postArea__Box--Top .img {
  margin-right: 30px;
}
.PeopleContents__Post .postArea__Box--Top .img .con {
  max-width: 320px;
}
.PeopleContents__Post .postArea__Box--Top .img .con img {
  box-sizing: border-box;
  max-width: 100%;
  border: 1px solid #aaa;
}
.PeopleContents__Post .postArea__Box--Top .img .sub {
  font-size: 16px;
  margin-top: 10px;
  text-align: right;
}
.PeopleContents__Post .postArea__Box--Top .txt {
  flex: 1 1 0;
}
.PeopleContents__Post .postArea__Box--Top .txt .name {
  margin-bottom: 0px;
  font-size: 32px;
}
.PeopleContents__Post .postArea__Box--Top .txt .job {
  font-size: 28px;
  margin: 0 0 30px 0;
}
.PeopleContents__Post .postArea__Box--Top .txt .linkBox {
  margin: 0 0 30px 0;
  font-size: 20px;
}
.PeopleContents__Post .postArea__Box--Top .txt .linkBox a {
  display: block;
}
.PeopleContents__Post .postArea__Box--Top .txt .catBox {
  font-size: 20px;
  padding: 20px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
.PeopleContents__Post .postArea__Box--Top .txt .catBox__Title {
  font-weight: bold;
  font-size: 18px;
}
.PeopleContents__Post .postArea__Box--Top .txt .catBox__list p {
  display: inline-block;
  margin-right: 20px;
}
.PeopleContents__Post .postArea__Box--Con .spec {
  margin-top: 30px;
  font-size: 20px;
  line-height: 2;
  text-align: justify;
}
.PeopleContents__Post .postArea__Box--Con h3 {
  margin-top: 60px;
  font-size: 36px;
  line-height: 1;
  margin-bottom: 20px;
  font-feature-settings: "palt";
  font-family: dnp-shuei-gothic-gin-std, sans-serif;
  font-weight: 400;
  font-style: normal;
}
.PeopleContents__Post .postArea__Box--Con .link__Box p, .PeopleContents__Post .postArea__Box--Con .link__Box li {
  margin-bottom: 10px;
}
.PeopleContents__Post .postArea__Box--Con .link__Box a {
  font-size: 20px;
  padding-bottom: 5px;
}
.PeopleContents__Post .postArea__Box--Con .other__Box {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-left: -2%;
}
.PeopleContents__Post .postArea__Box--Con .other__Box a {
  max-width: 23%;
  margin-left: 2%;
  margin-bottom: 4%;
  display: block;
}
.PeopleContents__Post .postArea__Box--Con .other__Box a img {
  max-width: 100%;
}
.PeopleContents__Post .postArea__Box--Con .other__Box a .sub {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (max-width: 1360px) {
  .PeopleContents__Acv {
    width: 900px;
  }
  .PeopleContents__Acv h2 {
    font-size: 40px;
  }
  .PeopleContents__Acv .People__top p {
    font-size: 20px;
  }
  .PeopleContents__Acv .People__acv--title {
    font-size: 20px;
  }
  .PeopleContents__Acv .People__acv--btn p {
    font-size: 20px;
  }
  .PeopleContents__Acv .People__acv--conBox {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -2%;
  }
  .PeopleContents__Acv .People__acv--conBox article .title {
    margin-top: 10px;
    font-size: 18px;
  }
  .PeopleContents__Acv .People__acv--conBox article .job {
    margin-top: 0px;
    font-size: 16px;
    line-height: 1.5;
  }
  .PeopleContents__Post {
    width: 900px;
  }
  .PeopleContents__Post h2 {
    font-size: 40px;
  }
  .PeopleContents__Post .postArea__Box--Top .img .sub {
    font-size: 16px;
    margin-top: 10px;
    text-align: right;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .name {
    font-size: 32px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .job {
    font-size: 28px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .linkBox {
    font-size: 20px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .catBox {
    font-size: 20px;
  }
  .PeopleContents__Post .postArea__Box--Con .spec {
    font-size: 20px;
  }
  .PeopleContents__Post .postArea__Box--Con h3 {
    font-size: 36px;
  }
  .PeopleContents__Post .postArea__Box--Con .link__Box a {
    font-size: 20px;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box a .sub {
    font-size: 16px;
  }
}
@media screen and (max-width: 1080px) {
  .PeopleContents {
    padding-left: 30px;
  }
  .PeopleContents__Acv {
    width: 700px;
  }
  .PeopleContents__Acv h2 {
    font-size: 40px;
  }
  .PeopleContents__Acv .People__top p {
    font-size: 18px;
  }
  .PeopleContents__Acv .People__acv--title {
    font-size: 18px;
  }
  .PeopleContents__Acv .People__acv--btn p {
    font-size: 18px;
  }
  .PeopleContents__Acv .People__acv--conBox {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -2%;
  }
  .PeopleContents__Acv .People__acv--conBox article .title {
    margin-top: 10px;
    font-size: 16px;
  }
  .PeopleContents__Acv .People__acv--conBox article .job {
    margin-top: 0px;
    font-size: 14px;
    line-height: 1.5;
  }
  .PeopleContents__Post {
    width: 700px;
  }
  .PeopleContents__Post h2 {
    font-size: 40px;
  }
  .PeopleContents__Post .postArea__Box--Top .img .sub {
    font-size: 14px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .name {
    font-size: 28px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .job {
    font-size: 24px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .linkBox {
    font-size: 18px;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .catBox {
    font-size: 18px;
  }
  .PeopleContents__Post .postArea__Box--Con .spec {
    font-size: 18px;
  }
  .PeopleContents__Post .postArea__Box--Con h3 {
    font-size: 36px;
  }
  .PeopleContents__Post .postArea__Box--Con .link__Box a {
    font-size: 18px;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box a {
    max-width: 31.333%;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box a .sub {
    font-size: 14px;
  }
}
@media screen and (max-width: 800px) {
  .PeopleContents {
    padding-left: 5vw;
    padding-right: 5vw;
  }
  .PeopleContents__Acv {
    padding-top: 8vw;
  }
  .PeopleContents__Acv h2 {
    font-size: 6.9vw;
  }
  .PeopleContents__Acv h2 span {
    font-size: 5.6vw;
  }
  .PeopleContents__Acv .People__top p {
    font-size: 4.2vw;
  }
  .PeopleContents__Acv .People__acv--title {
    font-size: 4.2vw;
    background-size: 7vw;
    padding-left: 9vw;
    line-height: 7vw;
  }
  .PeopleContents__Acv .People__acv--btn {
    padding-bottom: 5vw;
    padding-top: 5vw;
  }
  .PeopleContents__Acv .People__acv--btn p {
    padding-left: 6.3vw;
    line-height: 5.5vw;
    font-size: 3.7vw;
    display: inline-block;
    margin-right: 4vw;
    margin-bottom: 4.3vw;
  }
  .PeopleContents__Acv .People__acv--btn p:before {
    width: 4vw;
    height: 4vw;
    border: 0.5vw solid #000;
  }
  .PeopleContents__Acv .People__acv--btn p:after {
    width: 4.1vw;
    height: 4.1vw;
  }
  .PeopleContents__Acv .People__acv--btn p.mixitup-control-active:before {
    height: 1vw;
  }
  .PeopleContents__Acv .People__acv--btn p.mixitup-control-active:after {
    width: 4.8vw;
    height: 4.8vw;
  }
  .PeopleContents__Acv .People__acv--conBox {
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    margin-left: -5%;
  }
  .PeopleContents__Acv .People__acv--conBox article {
    max-width: 45%;
    margin-bottom: 7%;
    width: 45%;
    margin-left: 5%;
  }
  .PeopleContents__Acv .People__acv--conBox article .title {
    font-size: 3.7vw;
  }
  .PeopleContents__Acv .People__acv--conBox article .job {
    font-size: 3.2vw;
  }
  .PeopleContents__Post {
    width: 700px;
    margin-bottom: 20vw;
  }
  .PeopleContents__Post h2 {
    font-size: 6.9vw;
  }
  .PeopleContents__Post h2 span {
    font-size: 5.6vw;
  }
  .PeopleContents__Post .postArea__Box--Top {
    display: block;
  }
  .PeopleContents__Post .postArea__Box--Top .img {
    max-width: 70%;
    margin-bottom: 3vw;
  }
  .PeopleContents__Post .postArea__Box--Top .img .sub {
    text-align: left;
    font-size: 3.2vw;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .name {
    font-size: 5.2vw;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .job {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .linkBox {
    font-size: 4.2vw;
    margin-top: 0;
    margin-bottom: 2vw;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .linkBox a {
    line-height: 2;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .catBox {
    font-size: 4.2vw;
    padding: 2vw 0;
  }
  .PeopleContents__Post .postArea__Box--Top .txt .catBox__Title {
    font-size: 3.7vw;
  }
  .PeopleContents__Post .postArea__Box--Con .spec {
    font-size: 4.2vw;
  }
  .PeopleContents__Post .postArea__Box--Con h3 {
    font-size: 6.9vw;
  }
  .PeopleContents__Post .postArea__Box--Con .link__Box a {
    font-size: 4.2vw;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box {
    margin-left: -5%;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box a {
    margin-left: 5%;
    margin-bottom: 7%;
    max-width: 45%;
    width: 45%;
  }
  .PeopleContents__Post .postArea__Box--Con .other__Box a .sub {
    font-size: 3.2vw;
  }
}
small em a {
  border-bottom: 1px solid #000;
  padding: 0 0 5px 0;
}
