@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
/*--------------------
 * Base
 *--------------------*/
body {
  margin: 0 auto;
  width: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
body * {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 1100px) {
  else body {
    width: 100%;
  }
}

/*--------------------
 * Template
 *--------------------*/
.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

#note_text {
  text-align: center;
  margin-top: 40px;
  font-size: 12px;
  line-height: 1.6;
}

.social_buttons {
  background: #000;
  padding: 6px 0 2px;
  text-align: center;
  position: relative;
  z-index: 1;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

.header_bg {
  background: #EFEFEF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_wrap {
  position: relative;
  text-align: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1100px;
  padding: 10px 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.header_logo {
  display: inline-block;
  position: relative;
}
.header_logo.-left + .-center {
  margin-left: 50px;
}
.header_logo.-left + .-center::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background: #231815;
}
.header_logo.-center + .-right {
  margin-left: 50px;
}
.header_logo.-center + .-right::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -25px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background: #231815;
}
.header_logo.-nikkei {
  width: 20%;
  margin-bottom: 3px;
}
.header_logo.-xtech {
  width: 18%;
}
.header_logo img {
  width: 100%;
}
.header_logo_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 50px;
}
.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 40px;
}
.header_pr img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .header_wrap {
    padding: 10px 0;
  }
  .header_logo.-left + .-center {
    margin-left: 30px;
  }
  .header_logo.-left + .-center::before {
    left: -15px;
  }
  .header_logo.-center + .-right {
    margin-left: 30px;
  }
  .header_logo.-center + .-right::before {
    left: -15px;
  }
  .header_logo.-nikkei {
    width: 26.6666666667%;
    margin-bottom: 0px;
  }
  .header_logo.-xtech {
    width: 24%;
  }
  .header_logo_flex {
    padding: 0 40px 0 20px;
  }
  .header_pr {
    width: 30px;
  }
}

/*--------------------
 * Light Box
 *--------------------*/
.lb-data .lb-close {
  margin-top: 5px !important;
}

.lb-data .lb-details {
  width: 90% !important;
  padding: 1%;
}

.lb-data .lb-caption {
  color: #FFF !important;
  line-height: 1.4 !important;
  font-weight: normal !important;
}

.lb-data .lb-caption strong {
  font-weight: bold !important;
}

/*--------------------
 * Main Contents
 *--------------------*/
#ContentsArea {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  /* 図の設定 ------------------------------*/
  /* PageTopの設定 ------------------------------*/
  /*--------------------
  * 汎用
  *--------------------*/
  /*clearfix --------------------------- */
}
#ContentsArea * {
  font-style: normal;
  list-style: none;
}
#ContentsArea ol, #ContentsArea ul {
  list-style: none;
}
#ContentsArea table {
  border-collapse: collapse;
  border-spacing: 0;
}
#ContentsArea caption, #ContentsArea th, #ContentsArea td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
#ContentsArea q, #ContentsArea blockquote {
  quotes: none;
}
#ContentsArea q:before, #ContentsArea q:after, #ContentsArea blockquote:before, #ContentsArea blockquote:after {
  content: "";
  content: none;
}
#ContentsArea a img {
  border: none;
}
#ContentsArea article, #ContentsArea aside, #ContentsArea details, #ContentsArea figcaption, #ContentsArea figure, #ContentsArea footer, #ContentsArea header, #ContentsArea hgroup, #ContentsArea main, #ContentsArea menu, #ContentsArea nav, #ContentsArea section, #ContentsArea summary {
  display: block;
}
#ContentsArea a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
#ContentsArea a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}
#ContentsArea br {
  line-height: 1;
}
#ContentsArea .ti05 {
  display: inline-block;
  text-indent: -0.5em;
}
#ContentsArea .ti04 {
  display: inline-block;
  text-indent: -0.4em;
}
#ContentsArea .ti03 {
  display: inline-block;
  text-indent: -0.3em;
}
#ContentsArea .sticks {
  display: inline-block;
  letter-spacing: -0.075em;
  padding-right: 4px;
}
#ContentsArea .notes {
  margin-top: 20px;
  font-size: 14px;
  color: #666;
  line-height: 1.5;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes li span {
  display: inline-block;
  position: relative;
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li span:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .content-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea .content-bg__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  text-align: right;
}
#ContentsArea .content-bg-img {
  width: 25.4545454545%;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 0;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-bg-img {
    width: 26.6666666667%;
  }
}
#ContentsArea .content-bg-img::after {
  content: "";
  width: 100%;
  height: 1000px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(35, 24, 21, 0.1)), to(rgba(35, 24, 21, 0)));
  background: -webkit-linear-gradient(rgba(35, 24, 21, 0.1), rgba(35, 24, 21, 0));
  background: linear-gradient(rgba(35, 24, 21, 0.1), rgba(35, 24, 21, 0));
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#ContentsArea .content-bg-img img {
  width: 100%;
  display: inline-block;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
  z-index: 3;
}
#ContentsArea .content-wrap h2 {
  background-position: right top;
  background-size: 150%;
  background-repeat: no-repeat;
  position: relative;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  background: #e83828;
  position: absolute;
  width: 12px;
  height: 110%;
  right: calc(100% - 35px);
  bottom: -10%;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#ContentsArea .content-wrap h2 .h2__inner {
  display: block;
  padding: 0px 20px 0px 40px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  text-align: left;
  z-index: 3;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 .h2__inner {
    padding-right: 0;
    font-size: 20px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 374px) {
  #ContentsArea .content-wrap h2 .h2__inner {
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
}
#ContentsArea .content-wrap .text-main {
  padding: 40px 0 40px 30px;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .text-main .mc {
  font-weight: bold;
  margin-bottom: 30px;
  color: #444;
}
#ContentsArea .content-wrap .text-main .mc.ti {
  letter-spacing: -0.025em;
}
#ContentsArea .content-wrap .text-main .talk {
  font-weight: bold;
}
#ContentsArea .content-wrap .text-main .green {
  color: #038864;
}
#ContentsArea .content-wrap .text-main .blue {
  color: #37a1ff;
}
#ContentsArea .content-wrap .col-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}
#ContentsArea .content-wrap .col-block.col2 .col-item {
  width: 47%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .text-main {
    padding: 30px 20px;
    line-height: 1.8;
  }
}
#ContentsArea .photo-multiple {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
#ContentsArea .photo-multiple .photo {
  margin-left: 20px;
  margin-right: 20px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo-multiple {
    display: block;
  }
  #ContentsArea .photo-multiple .photo {
    margin-left: auto;
    margin-right: auto;
  }
}
#ContentsArea .photo {
  background: #FFF;
  width: 260px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .photo {
    width: 40%;
    max-width: 260px;
  }
}
#ContentsArea .photo.photo-wide {
  width: 100%;
}
#ContentsArea .photo.photo-center {
  width: 100%;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .photo.fl::before {
  width: calc(100% + 50px);
  left: -50px;
}
#ContentsArea .photo.fr::before {
  width: calc(100% + 40px);
  right: -20px;
}
#ContentsArea .photo .person {
  position: relative;
  z-index: 2;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo .photo-profile {
  background: #e83828;
  padding: 10px 0;
  position: relative;
  z-index: 2;
}
#ContentsArea .photo .kata {
  background: rgba(0, 0, 0, 0.64);
  color: #FFF;
  width: 100%;
  padding: 8px 4px 6px 8px;
  font-size: 13px;
  line-height: 1.6;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea .photo .kata.is-under {
  background: #444;
  position: static;
}
#ContentsArea .photo .name {
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  color: #FFF;
  padding: 0 10px;
  text-align: right;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 80%;
}
#ContentsArea .photo .profile {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
    max-width: 260px;
    text-align: center;
  }
  #ContentsArea .photo.is-side {
    width: 100%;
  }
  #ContentsArea .photo.mt50 {
    margin-top: 30px;
  }
  #ContentsArea .photo.fl {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.fl::before {
    width: calc(100% + 40px);
    left: -20px;
  }
  #ContentsArea .photo.fr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.photo-wide {
    width: 100%;
  }
  #ContentsArea .photo.photo-center {
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo .person {
    position: relative;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .kata {
    padding: 8px 4px 6px 8px;
    font-size: 12px;
    text-align: left;
  }
  #ContentsArea .photo .name {
    color: #FFF;
    padding: 2px 10px 0px;
    text-align: right;
  }
}
#ContentsArea .figure-max img {
  width: 100%;
}
#ContentsArea .figure-wide {
  margin-top: 40px;
  text-align: center;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
  max-width: 700px;
}
#ContentsArea .figure-wide .figure img {
  width: 100%;
}
#ContentsArea .figure-center {
  text-align: center;
}
#ContentsArea .figure-center .figure {
  width: auto;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .figure-center .figure img {
  max-width: 100%;
}
#ContentsArea .figure {
  width: 250px;
  background-color: #222;
  display: block;
  padding: 2px 0;
  font-size: 11px;
  text-align: left;
}
#ContentsArea .figure.wide {
  width: 100%;
}
#ContentsArea .figure.wide img {
  width: 100%;
}
#ContentsArea .figure.wide .figure_in .title {
  width: auto;
  padding-right: 10px;
}
#ContentsArea .figure.no-frame {
  background: none;
  padding: 0;
}
#ContentsArea .figure.no-frame .figure_in {
  margin: 0;
}
#ContentsArea .figure:hover {
  background-color: #222;
  text-decoration: none;
}
#ContentsArea .figure:hover .figure_in .zoom {
  background: url("zoom_on.gif") no-repeat left bottom;
}
#ContentsArea .figure span {
  display: block;
}
#ContentsArea .figure span img {
  width: 100%;
}
#ContentsArea .figure .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
#ContentsArea .figure .figure_in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure .figure_in .img {
  text-align: center;
  padding: 10px 5px 0;
}
#ContentsArea .figure .figure_in .title {
  font-size: 15px;
  padding: 8px 10px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
#ContentsArea .figure .figure_in .title span.zu {
  display: block;
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .figure .figure_in .title span.text {
  overflow: hidden;
}
#ContentsArea .figure .figure_in .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure {
    width: 90%;
    background-color: #222;
    display: block;
    padding: 2px 0;
    font-size: 11px;
    text-align: left;
  }
  #ContentsArea .figure.fl, #ContentsArea .figure.fr {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #ContentsArea .figure.simple {
    padding: 0;
  }
  #ContentsArea .figure.simple .figure_in {
    margin: 0;
  }
  #ContentsArea .figure span {
    display: block;
  }
  #ContentsArea .figure .figure_in {
    margin: 0 2px;
    background-color: #fff;
    position: relative;
  }
  #ContentsArea .figure .figure_in .title {
    color: #2877A6;
    padding: 10px 4px 7px 8px;
    font-size: 12px;
    line-height: 1.4;
    font-weight: bold;
    overflow: hidden;
  }
  #ContentsArea .figure .figure_in .title span.zu {
    display: block;
    margin-right: 0.5em;
  }
  #ContentsArea .figure .figure_in .title span.text {
    overflow: hidden;
  }
  #ContentsArea .figure .figure_in .txt {
    background: #222;
    color: #FFF;
    padding: 8px 10px 6px;
  }
  #ContentsArea .figure .figure_in .txt.simple {
    background: none;
    text-align: center;
    color: #000;
    font-size: 16px;
  }
}
#ContentsArea .pagetop-text {
  max-width: 1100px;
  text-align: right;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-text {
    display: none;
  }
}
#ContentsArea .pagetop-text a:before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-text a {
  display: block;
  float: right;
  background: #666;
  color: #fff;
  font-weight: bold;
  font-size: 0.75em;
  padding: 5px 20px 3px;
  letter-spacing: 1px;
  border-bottom: 2px solid #e83828;
  line-height: 2;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .pagetop-text a:hover {
  background: #e83828;
  text-decoration: none;
  border-bottom: 2px solid #666;
}
#ContentsArea .pagetop-text:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-text {
    padding-right: 20px;
  }
  #ContentsArea .pagetop-text a {
    font-size: 0.7em;
    padding: 6px 15px 4px;
  }
}
#ContentsArea #linkArea {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
#ContentsArea #linkArea .linktitle {
  background: #000;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
}
#ContentsArea #linkArea ul {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
}
#ContentsArea #linkArea ul li {
  margin: 0;
  padding: 10px 0 10px 22px;
  line-height: 1.5em;
  background: url("icon_arrow.gif") no-repeat left center;
  font-size: 14px;
}
#ContentsArea #linkArea ul li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea #linkArea ul .linkbot {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea #linkArea {
    margin-top: 30px;
  }
  #ContentsArea #linkArea .linktitle {
    padding: 15px 20px;
  }
  #ContentsArea #linkArea ul {
    padding: 10px 15px;
  }
}
#ContentsArea #ContactArea {
  width: 100%;
  max-width: 1100px;
  margin: 50px auto 100px;
  background: #fff;
  position: relative;
  z-index: 2;
}
#ContentsArea #ContactArea .contact-table {
  background: #fff;
  display: table;
  width: 100%;
  height: 150px;
}
#ContentsArea #ContactArea .contact-title {
  display: table-cell;
  vertical-align: middle;
  background: #e83828;
  font-weight: bold;
  color: #fff;
  width: 150px;
  padding: 20px 0;
  text-align: center;
}
#ContentsArea #ContactArea .contact-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  height: 100%;
  position: absolute;
  right: 50px;
  top: 0px;
}
#ContentsArea #ContactArea .contact-main {
  display: table-cell;
  vertical-align: middle;
  width: calc(100% - 150px);
  padding: 30px 40px;
  font-size: 14px;
  line-height: 1.64;
  position: relative;
}
#ContentsArea #ContactArea .contact-main.is-in {
  padding: 0;
}
#ContentsArea #ContactArea .contact-main .contact-item {
  line-height: 2;
}
#ContentsArea #ContactArea .contact-main .contact-item:not(:first-child) {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #ddd;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  width: 100%;
  position: relative;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo {
  max-width: 200px;
  margin-left: 20px;
}
#ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo img {
  width: 100%;
}
#ContentsArea #ContactArea .contact-main .and-logo2 .contact-item-logo {
  margin-bottom: 20px;
}
#ContentsArea #ContactArea .contact-main strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.2em;
  font-weight: bold;
}
#ContentsArea #ContactArea .contact-main a {
  text-decoration: underline;
}
@media only screen and (max-width: 750px) {
  #ContentsArea #ContactArea {
    margin: 0;
  }
  #ContentsArea #ContactArea .contact-table {
    display: block;
    height: auto;
  }
  #ContentsArea #ContactArea .contact-title {
    display: block;
    width: 100%;
    padding: 12px 20px 10px;
    text-align: left;
    line-height: 1;
  }
  #ContentsArea #ContactArea .contact-main {
    display: block;
    width: 100%;
    padding: 30px;
    font-size: 13px;
  }
  #ContentsArea #ContactArea .contact-main strong {
    margin-bottom: 5px;
    font-size: 15px;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo {
    display: block;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-content {
    padding-right: 0px;
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo {
    text-align: center;
    max-width: 50%;
    margin-left: 0;
    margin-bottom: 20px;
    position: static;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  #ContentsArea #ContactArea .contact-main .contact-item.and-logo .contact-item-logo img {
    width: 100%;
  }
}
#ContentsArea img {
  vertical-align: bottom;
}
#ContentsArea .pc {
  display: block;
}
#ContentsArea .pc-in {
  display: inline-block;
}
#ContentsArea .sp {
  display: none;
}
#ContentsArea .sp-in {
  display: none;
}
@media only screen and (max-width: 750px) {
  #ContentsArea img {
    width: 100%;
  }
  #ContentsArea .pc {
    display: none;
  }
  #ContentsArea .pc-in {
    display: none;
  }
  #ContentsArea .sp {
    display: block;
  }
  #ContentsArea .sp-in {
    display: inline-block;
  }
}
#ContentsArea .disno {
  display: none;
}
#ContentsArea .disinline {
  display: inline;
}
#ContentsArea .ofh {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .cl {
  clear: both;
}
#ContentsArea .fl {
  float: left;
}
#ContentsArea .fr {
  float: right;
}
#ContentsArea .tac {
  text-align: center;
}
#ContentsArea .clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}
#ContentsArea .clearfix {
  zoom: 1;
}
#ContentsArea .mt5 {
  margin-top: 5px;
}
#ContentsArea .pt5 {
  padding-top: 5px;
}
#ContentsArea .mt0 {
  margin-top: 0px;
}
#ContentsArea .mr0 {
  margin-right: 0px;
}
#ContentsArea .mb0 {
  margin-bottom: 0px;
}
#ContentsArea .ml0 {
  margin-left: 0px;
}
#ContentsArea .mt10 {
  margin-top: 10px;
}
#ContentsArea .mr10 {
  margin-right: 10px;
}
#ContentsArea .mb10 {
  margin-bottom: 10px;
}
#ContentsArea .ml10 {
  margin-left: 10px;
}
#ContentsArea .mt20 {
  margin-top: 20px;
}
#ContentsArea .mr20 {
  margin-right: 20px;
}
#ContentsArea .mb20 {
  margin-bottom: 20px;
}
#ContentsArea .ml20 {
  margin-left: 20px;
}
#ContentsArea .mt30 {
  margin-top: 30px;
}
#ContentsArea .mr30 {
  margin-right: 30px;
}
#ContentsArea .mb30 {
  margin-bottom: 30px;
}
#ContentsArea .ml30 {
  margin-left: 30px;
}
#ContentsArea .mt40 {
  margin-top: 40px;
}
#ContentsArea .mr40 {
  margin-right: 40px;
}
#ContentsArea .mb40 {
  margin-bottom: 40px;
}
#ContentsArea .ml40 {
  margin-left: 40px;
}
#ContentsArea .mt50 {
  margin-top: 50px;
}
#ContentsArea .mr50 {
  margin-right: 50px;
}
#ContentsArea .mb50 {
  margin-bottom: 50px;
}
#ContentsArea .ml50 {
  margin-left: 50px;
}
#ContentsArea .mt60 {
  margin-top: 60px;
}
#ContentsArea .mr60 {
  margin-right: 60px;
}
#ContentsArea .mb60 {
  margin-bottom: 60px;
}
#ContentsArea .ml60 {
  margin-left: 60px;
}
#ContentsArea .mt70 {
  margin-top: 70px;
}
#ContentsArea .mr70 {
  margin-right: 70px;
}
#ContentsArea .mb70 {
  margin-bottom: 70px;
}
#ContentsArea .ml70 {
  margin-left: 70px;
}
#ContentsArea .mt80 {
  margin-top: 80px;
}
#ContentsArea .mr80 {
  margin-right: 80px;
}
#ContentsArea .mb80 {
  margin-bottom: 80px;
}
#ContentsArea .ml80 {
  margin-left: 80px;
}
#ContentsArea .mt90 {
  margin-top: 90px;
}
#ContentsArea .mr90 {
  margin-right: 90px;
}
#ContentsArea .mb90 {
  margin-bottom: 90px;
}
#ContentsArea .ml90 {
  margin-left: 90px;
}
#ContentsArea .mt100 {
  margin-top: 100px;
}
#ContentsArea .mr100 {
  margin-right: 100px;
}
#ContentsArea .mb100 {
  margin-bottom: 100px;
}
#ContentsArea .ml100 {
  margin-left: 100px;
}

#ContentsArea {
  overflow: hidden;
  border-bottom: solid 1px #ddd;
}
#ContentsArea::after {
  content: "";
  width: 250px;
  height: 473px;
  background-image: url(bg_lb.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
#ContentsArea .content-wrap__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 15px;
  padding-top: 20px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner {
    display: block;
  }
}
#ContentsArea .content-left {
  background: rgba(255, 255, 255, 0.8);
  width: 72.7272727273%;
  padding-right: 40px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-left {
    width: 100%;
    padding-right: 0px;
  }
}
#ContentsArea .content-right {
  width: 27.2727272727%;
  padding-right: 20px;
}
#ContentsArea .content-right .btn-area {
  text-align: center;
}
#ContentsArea .content-right .btn-area + .other-link {
  margin-top: 20px;
}
#ContentsArea .content-right .btn-gototop {
  display: inline-block;
}
#ContentsArea .content-right .btn-gototop img {
  width: 100%;
  max-width: 280px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-right {
    width: 100%;
    max-width: 480px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-bottom: 60px;
  }
}
#ContentsArea .other-link {
  background: #FFF;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .other-link {
    padding: 10px;
  }
}
#ContentsArea .other-link .link-ttl {
  background: #e83828;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 7px;
  position: relative;
}
#ContentsArea .other-link .link-ttl::before {
  content: "";
  background: #fff;
  position: absolute;
  width: 8px;
  height: 80%;
  left: 5px;
  top: 0;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#ContentsArea .other-link ul + .link-ttl {
  margin-top: 20px;
}
#ContentsArea .other-link ul li {
  margin-top: 12px;
  overflow: hidden;
  position: relative;
}
#ContentsArea .other-link a {
  display: block;
  color: #333;
  font-size: 12px;
  font-weight: bold;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-color: #e83828;
  border-style: solid;
  border-width: 1px 1px 1px 10px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .other-link a:hover {
  text-decoration: none;
  background: #eee;
}
#ContentsArea .other-link a:hover .com {
  color: #e83828;
}
#ContentsArea .other-link a::after {
  content: "";
  border-top: 4px solid transparent;
  border-left: 4px solid #fff;
  border-bottom: 4px solid transparent;
  position: absolute;
  left: -7px;
  top: 50%;
  margin-top: -4px;
  z-index: 2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .other-link a .in {
  overflow: hidden;
}
#ContentsArea .other-link a .opening,
#ContentsArea .other-link a .keynote {
  padding: 2px 10px;
  color: #FFF;
  border-bottom: solid 1px #e83828;
}
#ContentsArea .other-link a .opening + .com,
#ContentsArea .other-link a .keynote + .com {
  margin-top: 0;
  border-top: none;
}
#ContentsArea .other-link a .opening {
  background: #7f1085;
}
#ContentsArea .other-link a .keynote {
  background: #1f50a2;
}
#ContentsArea .other-link a .com {
  padding: 8px 10px 3px 10px;
  border-bottom: dotted 1px #e83828;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .other-link a .com p {
  font-weight: bold;
  line-height: 1.3;
  font-size: 15px;
}
#ContentsArea .other-link a .com p span {
  display: inline-block;
  margin-top: 4px;
  font-size: 13px;
}
#ContentsArea .other-link a .ttl {
  padding: 4px 10px 8px;
  font-size: 13px;
  letter-spacing: 0.025em;
}

#ContentsArea.is-top .content-bg-img {
  width: 34.5454545455%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-bg-img {
    width: 29.3333333333%;
  }
}
#ContentsArea.is-top .content-head {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#ContentsArea.is-top .content-head .content-head__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#ContentsArea.is-top .content-head-title {
  position: relative;
  width: 90.9090909091%;
  left: -13.6363636364%;
  top: -50px;
  z-index: 1;
}
#ContentsArea.is-top .content-head-title img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head-title {
    position: relative;
    left: -6.6666666667%;
    top: -20px;
    width: 90.6666666667%;
  }
}
#ContentsArea.is-top .content-head h1 {
  margin-top: 50px;
  padding: 0 0.5em 0 50px;
  font-size: 50px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
#ContentsArea.is-top .content-head h1::before, #ContentsArea.is-top .content-head h1::after {
  content: "";
  background: #e83828;
  position: absolute;
}
#ContentsArea.is-top .content-head h1::before {
  width: 25px;
  height: 1000px;
  right: calc(100% - 45px);
  bottom: 0;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#ContentsArea.is-top .content-head h1::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head h1 {
    font-size: 50px;
    font-size: 4.5454545455vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head h1 {
    margin-top: 30px;
    padding: 0 20px 0 50px;
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
  #ContentsArea.is-top .content-head h1.sml {
    font-size: 46px;
    font-size: 6.1333333333vw;
  }
  #ContentsArea.is-top .content-head h1::before {
    width: 15px;
    right: calc(100% - 50px);
    bottom: -5%;
  }
}
#ContentsArea.is-top .content-head .lead {
  margin-top: -50px;
  position: relative;
}
#ContentsArea.is-top .content-head .lead::before {
  content: "";
  background: -webkit-gradient(linear, left top, right top, from(#e83828), color-stop(90%, #e83828), to(rgba(232, 56, 40, 0)));
  background: -webkit-linear-gradient(left, #e83828 0%, #e83828 90%, rgba(232, 56, 40, 0) 100%);
  background: linear-gradient(90deg, #e83828 0%, #e83828 90%, rgba(232, 56, 40, 0) 100%);
  width: calc(100% - 50px);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea.is-top .content-head .lead__inner {
  padding: 12px 180px 12px 30px;
  color: #fff;
  font-weight: bold;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head .lead {
    margin-top: -10px;
  }
  #ContentsArea.is-top .content-head .lead::before {
    width: 100%;
    background: #e83828;
  }
  #ContentsArea.is-top .content-head .lead__inner {
    padding: 10px 20px;
    font-size: 14px;
  }
}
#ContentsArea.is-top .content-head .information {
  margin: 20px 0;
  padding-left: 50px;
  padding-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-head .information dt {
  width: 70px;
  height: 25px;
  margin-top: 8px;
  line-height: 1;
  letter-spacing: 0.3em;
}
#ContentsArea.is-top .content-head .information dt span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#005caa), to(#914798));
  background: -webkit-linear-gradient(left, #005caa, #914798);
  background: linear-gradient(90deg, #005caa, #914798);
  color: #fff;
  padding: 5px 0 6px 10px;
  position: relative;
}
#ContentsArea.is-top .content-head .information dt span::before {
  content: "";
  background: #005caa;
  width: 50vw;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
}
#ContentsArea.is-top .content-head .information dd {
  margin-top: 8px;
  width: calc(100% - 70px);
  padding-top: 2px;
  padding-left: 10px;
  padding-right: 10px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  position: relative;
}
#ContentsArea.is-top .content-head .information dd .dd__inner--1 {
  padding-top: 0;
  line-height: 1;
}
#ContentsArea.is-top .content-head .information dd p {
  display: inline-block;
  margin-left: 4px;
  font-size: 20px;
}
#ContentsArea.is-top .content-head .information dd span {
  display: inline-block;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head .information {
    padding-left: 10px;
    padding-right: 0;
  }
  #ContentsArea.is-top .content-head .information dt {
    width: 75px;
  }
  #ContentsArea.is-top .content-head .information dt span {
    line-height: 1;
    padding-left: 10px;
    padding-right: 5px;
  }
  #ContentsArea.is-top .content-head .information dd {
    width: calc(100% - 75px);
  }
  #ContentsArea.is-top .content-head .information dd .dd__inner--1 {
    margin-top: -4px;
    line-height: 1.5;
  }
}
@media only screen and (max-width: 750px) and (max-width: 374px) {
  #ContentsArea.is-top .content-head .information dd .dd__inner--3 {
    font-size: 15px;
    font-size: 4.0106951872vw;
  }
}
#ContentsArea.is-top .content-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap h2 .h2__inner {
    font-size: 19px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 374px) {
  #ContentsArea.is-top .content-wrap h2 .h2__inner {
    font-size: 18px;
    font-size: 4.8vw;
  }
}
#ContentsArea.is-top .content-wrap__inner {
  margin-top: 0;
}
#ContentsArea.is-top .content-wrap h3 {
  text-align: center;
  color: #4d4398;
  line-height: 1.8;
  font-size: 24px;
  padding-left: 50px;
}
#ContentsArea.is-top .content-wrap h3 .h3__inner {
  position: relative;
}
#ContentsArea.is-top .content-wrap h3 .h3__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #4d4398;
  position: absolute;
  left: 0;
  top: 50%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap h3 {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-top .content-wrap h3 {
    font-size: 20px;
  }
}
#ContentsArea.is-top .photo {
  width: 226px;
}

#ContentsArea.is-under .content-head {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
#ContentsArea.is-under .content-head .content-head__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
#ContentsArea.is-under .content-head-shoulder {
  position: absolute;
  width: 30.9090909091%;
  right: 23.6363636364%;
  top: 0;
  z-index: 1;
}
#ContentsArea.is-under .content-head-shoulder img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head-shoulder {
    position: relative;
    left: -2.6666666667%;
    right: auto;
    width: 80%;
  }
}
#ContentsArea.is-under .content-head .company {
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
}
#ContentsArea.is-under .content-head .company__inner {
  max-width: 50.9090909091%;
  display: inline-block;
  position: relative;
}
#ContentsArea.is-under .content-head .company__inner::before {
  content: "";
  border: solid 1px #e83828;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -1px;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  z-index: 1;
  -webkit-transform-origin: left bottom;
          transform-origin: left bottom;
}
#ContentsArea.is-under .content-head .company .text {
  display: inline-block;
  padding: 20px 60px 20px 20px;
  position: relative;
  z-index: 3;
  line-height: 1.4;
}
#ContentsArea.is-under .content-head .company .text p {
  margin-top: 8px;
  font-size: 18px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-under .content-head .company {
    font-size: 28px;
    font-size: 2.5454545455vw;
  }
  #ContentsArea.is-under .content-head .company .text p {
    font-size: 18px;
    font-size: 1.6363636364vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .company {
    width: 92%;
    font-size: 40px;
    font-size: 5.3333333333vw;
  }
  #ContentsArea.is-under .content-head .company__inner {
    max-width: none;
  }
  #ContentsArea.is-under .content-head .company__inner::before {
    top: 0;
  }
  #ContentsArea.is-under .content-head .company .text {
    padding: 10px 40px 10px 20px;
  }
  #ContentsArea.is-under .content-head .company .text p {
    font-size: 14px;
  }
}
@media only screen and (max-width: 750px) and (max-width: 374px) {
  #ContentsArea.is-under .content-head .company {
    font-size: 18px;
    font-size: 4.8128342246vw;
  }
  #ContentsArea.is-under .content-head .company .text p {
    font-size: 13px;
  }
}
#ContentsArea.is-under .content-head h1 {
  display: inline-block;
  margin-top: 40px;
  padding: 0 0.5em 0 50px;
  font-size: 50px;
  line-height: 1.5;
  font-weight: bold;
  position: relative;
}
#ContentsArea.is-under .content-head h1::before, #ContentsArea.is-under .content-head h1::after {
  content: "";
  background: #e83828;
  position: absolute;
}
#ContentsArea.is-under .content-head h1::before {
  width: 25px;
  height: 500px;
  right: calc(100% - 45px);
  bottom: 0;
  -webkit-transform: skewX(27.38deg);
          transform: skewX(27.38deg);
  -webkit-transform-origin: right bottom;
          transform-origin: right bottom;
}
#ContentsArea.is-under .content-head h1::after {
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
}
#ContentsArea.is-under .content-head h1.pc3line::after {
  top: 33%;
  left: -40px;
}
#ContentsArea.is-under .content-head h1.pc3line .h1__inner::after {
  content: "";
  background: #e83828;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 66%;
  left: -20px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-under .content-head h1 {
    font-size: 50px;
    font-size: 4.5454545455vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head h1 {
    margin-top: 30px;
    padding: 0 20px 0 50px;
    font-size: 50px;
    font-size: 6.6666666667vw;
  }
  #ContentsArea.is-under .content-head h1.sml {
    font-size: 46px;
    font-size: 6.1333333333vw;
  }
  #ContentsArea.is-under .content-head h1::before {
    width: 15px;
    right: calc(100% - 50px);
    bottom: -5%;
  }
  #ContentsArea.is-under .content-head h1.pc3line {
    font-size: 48px;
    font-size: 6.4vw;
  }
  #ContentsArea.is-under .content-head h1.pc3line::after {
    top: 50%;
    left: 0px;
  }
  #ContentsArea.is-under .content-head h1.pc3line .h1__inner::after {
    display: none;
  }
  #ContentsArea.is-under .content-head h1.sp3line::after {
    top: 33%;
    left: -40px;
  }
  #ContentsArea.is-under .content-head h1.sp3line .h1__inner::after {
    content: "";
    background: #e83828;
    width: calc(100% - 40px);
    height: 1px;
    position: absolute;
    top: 66%;
    left: 20px;
  }
}
#ContentsArea.is-under .content-head .lead {
  margin-top: 30px;
  padding: 0 150px 0 30px;
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .lead {
    margin-top: 40px;
    padding: 0 20px 20px;
  }
}