@charset "UTF-8";
/*====================
 * style.scss
 *====================*/
/*--------------------
 * Base
 *--------------------*/
body {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0 auto;
  width: auto;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}
@media only screen and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}
@media only screen and (max-width: 1100px) {
  body else {
    width: 100%;
  }
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  color: rgb(58.2829787234, 82.7787234043, 140.2170212766);
  text-decoration: none;
  border: none;
  word-break: break-all;
}
a:hover {
  text-decoration: underline;
}

br {
  line-height: 1;
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

.pc-in {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

/*--------------------
 * Template
 *--------------------*/
.social_buttons {
  background: #000;
  color: #152E42;
  padding: 6px 0 3px;
  text-align: center;
}
.social_buttons li {
  display: inline-block;
  float: none;
  vertical-align: top;
}

#bpGlobalFooter {
  background: #FFF;
}

.ngt_header {
  width: 100%;
  height: 50px;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10px;
  padding-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.ngt_header .ngt {
  max-width: 330px;
  margin-left: auto;
  margin-right: auto;
}
.ngt_header .ngt img {
  width: 100%;
}
.ngt_header .nxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.ngt_header .nxt a {
  display: inline-block;
}
.ngt_header .nxt a + a {
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
}
.ngt_header .nxt a + a::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #cfcfcf;
  position: absolute;
  left: 0;
  top: 0;
}

.header_pr {
  display: inline-block;
  font-size: 0;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 8.585%;
  max-width: 40px;
}
.header_pr img {
  width: 100%;
}

@media only screen and (max-width: 1100px) {
  .header img {
    width: 100%;
  }
}
/*--------------------
 * 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;
}

/*--------------------
 * 汎用
 *--------------------*/
.disno {
  display: none;
}

.disinline {
  display: inline;
}

.ofh {
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.cl {
  clear: both;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.tac {
  text-align: center;
}

/*clearfix --------------------------- */
.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  zoom: 1;
}

.mt5 {
  margin-top: 5px;
}

.pt5 {
  padding-top: 5px;
}

.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.pt0 {
  padding-top: 0px;
}

.pr0 {
  padding-right: 0px;
}

.pb0 {
  padding-bottom: 0px;
}

.pl0 {
  padding-left: 0px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.pt10 {
  padding-top: 10px;
}

.pr10 {
  padding-right: 10px;
}

.pb10 {
  padding-bottom: 10px;
}

.pl10 {
  padding-left: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.pt20 {
  padding-top: 20px;
}

.pr20 {
  padding-right: 20px;
}

.pb20 {
  padding-bottom: 20px;
}

.pl20 {
  padding-left: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.pt30 {
  padding-top: 30px;
}

.pr30 {
  padding-right: 30px;
}

.pb30 {
  padding-bottom: 30px;
}

.pl30 {
  padding-left: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.pt40 {
  padding-top: 40px;
}

.pr40 {
  padding-right: 40px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl40 {
  padding-left: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.pt50 {
  padding-top: 50px;
}

.pr50 {
  padding-right: 50px;
}

.pb50 {
  padding-bottom: 50px;
}

.pl50 {
  padding-left: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.pt60 {
  padding-top: 60px;
}

.pr60 {
  padding-right: 60px;
}

.pb60 {
  padding-bottom: 60px;
}

.pl60 {
  padding-left: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.pt70 {
  padding-top: 70px;
}

.pr70 {
  padding-right: 70px;
}

.pb70 {
  padding-bottom: 70px;
}

.pl70 {
  padding-left: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.pt80 {
  padding-top: 80px;
}

.pr80 {
  padding-right: 80px;
}

.pb80 {
  padding-bottom: 80px;
}

.pl80 {
  padding-left: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.pt90 {
  padding-top: 90px;
}

.pr90 {
  padding-right: 90px;
}

.pb90 {
  padding-bottom: 90px;
}

.pl90 {
  padding-left: 90px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

.pt100 {
  padding-top: 100px;
}

.pr100 {
  padding-right: 100px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl100 {
  padding-left: 100px;
}

/*--------------------
* Main Contents
*--------------------*/
#ContentsArea {
  background-color: #f2f2f2;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  overflow: hidden;
}
#ContentsArea::before {
  content: "";
  background-image: url(bgchip.gif);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  opacity: 0.05;
}
#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 li {
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea dl.notes {
  margin-top: 40px;
  overflow: hidden;
}
#ContentsArea dl.notes dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea dl.notes dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 15px, 0);
            transform: translate3d(0, 15px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-15px, 0, 0);
            transform: translate3d(-15px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(15px, 0, 0);
            transform: translate3d(15px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
@keyframes widthIn {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% + 50vw - 50%);
  }
}
#ContentsArea .anim-item {
  opacity: 0;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
#ContentsArea .photo {
  background: #FFF;
  width: 280px;
}
#ContentsArea .photo-set {
  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;
}
#ContentsArea .photo-set .photo + .photo {
  margin-left: 50px;
}
#ContentsArea .photo.photo-wide {
  width: 100%;
}
#ContentsArea .photo.photo-wide img {
  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 .photo-profile {
  padding: 10px 0;
  background: #76a32d;
}
#ContentsArea .photo .kata {
  width: 100%;
  padding: 8px 4px 6px 8px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}
#ContentsArea .photo .name {
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  padding: 0 10px;
  text-align: center;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 70%;
}
#ContentsArea .photo .profile {
  background: #FFF;
  padding: 10px;
  font-size: 11px;
  line-height: 1.4;
}
#ContentsArea {
  /* 図の設定 ------------------------------*/
}
#ContentsArea .figure-max img {
  width: 100%;
}
#ContentsArea .figure-wide {
  text-align: center;
}
#ContentsArea .figure-wide .figure {
  display: inline-block;
  width: 100%;
  max-width: 750px;
}
#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: 544px;
  background-color: #222;
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding: 2px 0;
  text-align: left;
}
#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 .figure_in {
  margin: 0 2px;
  background-color: #fff;
  position: relative;
}
#ContentsArea .figure .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure .image {
  text-align: center;
}
#ContentsArea .figure .image img {
  width: 100%;
}
#ContentsArea .figure .title {
  color: #000;
  padding: 10px 10px 7px;
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  overflow: hidden;
}
#ContentsArea .figure .title .zu {
  display: block;
  float: left;
  margin-right: 0.5em;
  color: #db535e;
}
#ContentsArea .figure .title .text {
  overflow: hidden;
}
#ContentsArea .figure .txt {
  background: #222;
  color: #FFF;
  padding: 8px 10px 6px;
  font-size: 14px;
}
#ContentsArea .lb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -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;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
  pointer-events: none;
  z-index: 9998;
}
#ContentsArea .lb img {
  width: auto !important;
  max-width: 100%;
  max-height: 100% !important;
  cursor: pointer;
}
#ContentsArea .lb img,
#ContentsArea .lb iframe {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#ContentsArea .lb:target {
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}
#ContentsArea .lb:target img, #ContentsArea .lb:target iframe {
  -webkit-transform: scale(1);
          transform: scale(1);
}
#ContentsArea .lb {
  /* 閉じるボタン*/
}
#ContentsArea .lb::before, #ContentsArea .lb::after {
  display: block;
  position: fixed;
  content: "";
  width: 24px;
  height: 3px;
  top: 24px;
  right: 12px;
  background: #fff;
  border-radius: 4px;
}
#ContentsArea .lb::before {
  -webkit-transform: rotate(-315deg);
          transform: rotate(-315deg);
}
#ContentsArea .lb::after {
  -webkit-transform: rotate(315deg);
          transform: rotate(315deg);
}
#ContentsArea .content-wrap {
  background: #fff;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap h2 {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
  position: relative;
  color: #db535e;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #b5b5b6;
  position: absolute;
  right: 0;
  top: calc(50% - 1px);
}
#ContentsArea .content-wrap h2 span {
  display: inline-block;
  background: #fff;
  position: relative;
  padding-right: 1em;
  z-index: 2;
}
#ContentsArea .content-wrap .block-main + .block-main {
  margin-top: 30px;
}
#ContentsArea .content-wrap .block-main .text-main {
  background: #fff;
  padding: 30px 0;
  line-height: 1.8;
}
#ContentsArea .content-wrap .block-main .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  font-weight: bold;
  margin-bottom: 30px;
  color: #003366;
}
#ContentsArea .content-wrap .block-main .text-main .talk {
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .blue {
  color: rgb(214.5865384615, 61.9134615385, 74.2620192308);
}
#ContentsArea .content-wrap .block-main .text-main .blue2 {
  color: rgb(186.4711538462, 39.0288461538, 50.9543269231);
}
#ContentsArea .content-wrap .block-main .text-main .blue3 {
  color: #009999;
}
#ContentsArea .content-wrap .block-main .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 .block-main .col-block.col2 .col-item {
  width: 47%;
}
#ContentsArea .content-bottom {
  margin-top: 50px;
}
#ContentsArea .btn-under {
  display: block;
  text-decoration: none;
}
#ContentsArea .btn-under + .btn-under {
  margin-top: 30px;
}
@media only screen and (min-width: 751px) {
  #ContentsArea .btn-under:hover .btn-more {
    background: #db535e;
  }
}
#ContentsArea .btn-under__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  padding: 2px;
}
#ContentsArea .btn-under .btn-photo {
  width: 20%;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
}
#ContentsArea .btn-under .btn-content {
  width: 80%;
  position: relative;
}
#ContentsArea .btn-under .btn-more {
  background: #666;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .btn-under .btn-more::after {
  content: "";
  background-image: url(arrow_more.png);
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
  top: 50%;
  z-index: 1;
}
#ContentsArea {
  /* PageTopの設定 ------------------------------*/
}
#ContentsArea .pagetop-area {
  margin-top: 80px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #666;
  width: 100%;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #db535e;
  line-height: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  font-weight: bold;
}
#ContentsArea .pagetop-area .btn-pagetop__inner {
  display: inline-block;
  position: relative;
}
#ContentsArea .pagetop-area .btn-pagetop__inner::before {
  display: inline-block;
  content: "▲";
  margin-right: 0.4em;
  font-size: 80%;
}
#ContentsArea .pagetop-area .btn-pagetop:hover {
  background: #db535e;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
#ContentsArea .link-area {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: solid 1px #b5b5b6;
}
#ContentsArea .link-title {
  background: #db535e;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
  font-weight: bold;
}
#ContentsArea .link-list {
  margin: 0;
  padding: 20px 30px;
  list-style: none;
  background: #FFF;
}
#ContentsArea .link-list 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 .link-list li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea .link-list .linkbot {
  overflow: hidden;
}
#ContentsArea .contact-area {
  width: 100%;
  max-width: 1100px;
  margin-top: 50px;
  background: #fff;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  margin-bottom: 20px;
  text-align: center;
}
#ContentsArea .contact-title span {
  background: #333;
  color: #fff;
  display: inline-block;
  padding: 9px 20px 10px;
  line-height: 1;
}
#ContentsArea .contact-logo {
  max-width: 260px;
  margin: 30px auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 30px;
  line-height: 2;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
#ContentsArea .contact-content a {
  text-decoration: underline;
}
#ContentsArea .contact-content .note {
  margin-top: 30px;
  font-size: 14px;
}
#ContentsArea .contact-content .note__inner {
  display: inline-block;
  border: solid 1px #dcdcdc;
  border-radius: 5px;
  padding: 15px 25px;
}
#ContentsArea .contact-content .purple {
  font-weight: bold;
  color: #9082a4;
}
#ContentsArea.is-top .content-head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 50px 0;
}
#ContentsArea.is-top .content-head-photo {
  width: 64%;
  height: 100%;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
#ContentsArea.is-top .content-head-content {
  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;
  width: 60%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-head-content__inner {
  width: 100%;
  background: #fff;
  padding: 50px;
  border-left: 10px solid #db535e;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea.is-top .content-head h1 {
  display: block;
  padding-top: 0;
  margin-top: -1px;
  height: auto;
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 15px;
}
#ContentsArea.is-top .content-head h1::before {
  content: "";
  background: #b5b5b6;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea.is-top .content-head h1 img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-head h1 .text {
  margin-top: 20px;
  font-size: 36px;
  line-height: 1.35;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
}
#ContentsArea.is-top .content-head h1 .text .review {
  display: inline-block;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-left: 0.5em;
  color: #777;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-top .content-head h1 .text {
    font-size: 36px;
    font-size: 3vw;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-top .content-head h1 .text {
    font-size: 30px;
  }
}
#ContentsArea.is-top .content-head .information {
  margin-top: 30px;
  width: 100%;
  position: relative;
}
#ContentsArea.is-top .content-head .information-list {
  font-size: 17px;
  line-height: 1.5;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-head .information-list dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
}
#ContentsArea.is-top .content-head .information-list dl + dl {
  margin-top: 4px;
}
#ContentsArea.is-top .content-head .information-list dt {
  color: #db535e;
  border: solid 1px #db535e;
  margin-bottom: 0.5em;
}
#ContentsArea.is-top .content-head .information-list dt span {
  display: block;
  padding: 0 0.75em;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-head .information-list dt span + span {
  margin-left: 0.6666666667em;
}
#ContentsArea.is-top .content-head .information-list dd {
  width: calc(100% - 120px);
  overflow: hidden;
  padding: 1px 0px 2px 15px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head .information-list {
    font-size: 16px;
  }
}
#ContentsArea.is-top .content-wrap {
  max-width: 1000px;
  margin-top: 50px;
  border-top: solid 10px #db535e;
}
#ContentsArea.is-top .content-wrap__inner {
  padding: 50px;
}
#ContentsArea.is-top .content-wrap .text-main {
  padding: 0;
}
#ContentsArea.is-top .top-btns {
  background: #333;
  margin-top: 50px;
  position: relative;
  border-top: solid 2px #db535e;
  z-index: 2;
}
#ContentsArea.is-top .top-btns::before {
  content: "";
  background-image: url(bgchip.gif);
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
#ContentsArea.is-top .top-btns .btns-title {
  text-align: center;
  margin-bottom: 50px;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .top-btns__inner {
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px;
  position: relative;
  z-index: 3;
}
#ContentsArea.is-top .top-btns .btn-under .com {
  position: relative;
  background: #db535e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
}
#ContentsArea.is-top .top-btns .btn-under .com-text {
  padding: 10px 30px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .top-btns .btn-under .title {
  padding: 20px 15px 25px 30px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 34px;
}
#ContentsArea.is-top .top-btns .btn-under .title .text1 {
  font-size: 80%;
}
#ContentsArea.is-top .top-btns .btn-under .title .text2 {
  color: #db535e;
}
#ContentsArea.is-top .top-btns .btn-under .btn-more {
  font-size: 12px;
  padding: 6px 15px 5px 42px;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
#ContentsArea.is-top .top-btns .btn-under .btn-more::after {
  width: 16px;
  height: 16px;
  left: 15px;
  margin-top: -8px;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-top .top-btns .btn-under .title {
    font-size: 34px;
    font-size: 2.8333333333vw;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-top .top-btns .btn-under .title {
    font-size: 30px;
  }
}
#ContentsArea.is-under .content-head {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  padding: 30px 0;
}
#ContentsArea.is-under .content-head-photo {
  width: 75%;
  height: 100%;
  background-image: url(bg.jpg);
  background-size: cover;
  background-position: left center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  -webkit-animation-name: fadeInLeft;
          animation-name: fadeInLeft;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
}
#ContentsArea.is-under .content-head-content {
  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;
  width: 45%;
  height: 100%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-under .content-head-content__inner {
  width: 100%;
  background: #fff;
  padding: 30px 40px;
  border-left: 10px solid #db535e;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  -webkit-animation-name: fadeInRight;
          animation-name: fadeInRight;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea.is-under .content-head .shoulder {
  display: block;
  padding-top: 0;
  margin-top: -1px;
  height: auto;
  position: relative;
}
#ContentsArea.is-under .content-head .shoulder img {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-under .content-head .shoulder .text {
  margin-top: 20px;
  font-size: 26px;
  line-height: 1.35;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
  font-weight: bold;
}
#ContentsArea.is-under .content-head .shoulder .text .review {
  display: inline-block;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-left: 0.5em;
  color: #777;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-under .content-head .shoulder .text {
    font-size: 26px;
    font-size: 2.1666666667vw;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-under .content-head .shoulder .text {
    font-size: 22px;
  }
}
#ContentsArea.is-under .content-wrap {
  max-width: 1000px;
  margin-top: 50px;
}
#ContentsArea.is-under .content-wrap__inner {
  padding: 30px 50px 0;
}
#ContentsArea.is-under .content-wrap .com {
  background: #db535e;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 15px), calc(100% - 15px) 100%, 0 100%);
  padding: 10px 50px;
}
#ContentsArea.is-under .under-intro {
  margin-bottom: 30px;
}
#ContentsArea.is-under .under-intro h1 {
  padding: 15px 0;
  font-size: 44px;
  font-weight: bold;
  border-top: solid 1px #b5b5b6;
  border-bottom: solid 1px #b5b5b6;
}
#ContentsArea.is-under .under-btns {
  background: #333;
  margin-top: 50px;
  position: relative;
  border-top: solid 2px #db535e;
  z-index: 2;
  padding-top: 30px;
}
#ContentsArea.is-under .under-btns::before {
  content: "";
  background-image: url(bgchip.gif);
  width: 100%;
  height: calc(100% - 2px);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  -webkit-filter: invert(1);
          filter: invert(1);
}
#ContentsArea.is-under .under-btns .btns-title {
  text-align: center;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-under .under-btns .btns-title img {
  width: 180px;
}
#ContentsArea.is-under .under-btns__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 50px 50px;
  position: relative;
  z-index: 3;
}
#ContentsArea.is-under .under-btns a:nth-child(even) {
  margin-left: 20px;
}
#ContentsArea.is-under .under-btns .btn-gototop {
  display: block;
  width: calc(50% - 10px);
  background-color: #fff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow: hidden;
  -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  padding: 2px;
}
#ContentsArea.is-under .under-btns .btn-gototop__inner {
  background-image: url(bg.jpg);
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: left center;
  width: 100%;
  height: 100%;
  position: relative;
}
#ContentsArea.is-under .under-btns .btn-gototop .title {
  background: #fff;
  display: inline-block;
  width: 64%;
  padding: 10px;
  position: absolute;
  right: 0;
  top: 10px;
  border-left: solid 5px #db535e;
}
#ContentsArea.is-under .under-btns .btn-gototop .title img {
  width: 100%;
}
#ContentsArea.is-under .under-btns .btn-gototop .title .text {
  margin-top: 7px;
  font-size: 14px;
  line-height: 1.35;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #444;
  font-weight: bold;
}
#ContentsArea.is-under .under-btns .btn-gototop .title .text .review {
  display: inline-block;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Quicksand", "游ゴシック体", "Yu Gothic", "YuGothic", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 80%;
  font-weight: bold;
  margin-left: 0.5em;
  color: #777;
}
#ContentsArea.is-under .under-btns .btn-gototop .more {
  background: #db535e;
  color: #fff;
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  padding: 3px 25px 3px 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
#ContentsArea.is-under .under-btns .btn-gototop .more::after {
  content: "";
  background-image: url(arrow_more.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 12px;
  height: 12px;
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -6px;
  z-index: 1;
}
@media only screen and (min-width: 751px) {
  #ContentsArea.is-under .under-btns .btn-gototop:hover .more {
    background: #666;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-under .under-btns .btn-gototop .title {
    top: 6px;
  }
}
#ContentsArea.is-under .under-btns .btn-under {
  width: calc(50% - 10px);
}
#ContentsArea.is-under .under-btns .btn-under .com {
  position: relative;
  background: #db535e;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
#ContentsArea.is-under .under-btns .btn-under .com-text {
  padding: 8px 20px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-under .under-btns .btn-under .title {
  padding: 15px 10px 35px 20px;
  color: #000;
  font-weight: bold;
  line-height: 1.5;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 20px;
}
#ContentsArea.is-under .under-btns .btn-under .title .text1 {
  font-size: 80%;
}
#ContentsArea.is-under .under-btns .btn-under .title .text2 {
  color: #db535e;
}
#ContentsArea.is-under .under-btns .btn-under .btn-more {
  font-size: 10px;
  padding: 4px 10px 3px 32px;
  -webkit-clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
          clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%, 0 10px);
}
#ContentsArea.is-under .under-btns .btn-under .btn-more::after {
  width: 12px;
  height: 12px;
  left: 12px;
  margin-top: -6px;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-under .under-btns .btn-under .title {
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-under .under-btns .btn-under .title {
    font-size: 18px;
  }
}