@charset "UTF-8";
/*--------------------
 * 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;
}
body * {
  margin: 0;
  padding: 0;
  font-style: normal;
  list-style: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
body a {
  color: #2877A6;
  text-decoration: none;
  border: none;
}
body a:hover {
  color: #3b8dc7;
  text-decoration: underline;
}

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

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

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

.tab-off {
  display: inline-block;
}

.sp {
  display: none;
}

.sp-in {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .tab-off {
    display: none;
  }
}
@media only screen and (max-width: 750px) {
  img {
    width: 100%;
  }
  .pc {
    display: none;
  }
  .pc-in {
    display: none;
  }
  .sp {
    display: block;
  }
  .sp-in {
    display: inline-block;
  }
}
/*--------------------
 * Template
 *--------------------*/
.footer-wrap {
  background: #FFF;
  width: 100%;
  padding-top: 10px;
}

#bpGlobalFooter {
  width: 100%;
}

#note_text {
  background: #fff;
  text-align: center;
  padding: 40px 20px;
  font-size: 12px;
  line-height: 1.6;
}

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

/*--------------------
 * 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;
  overflow: hidden;
  position: relative;
  border-top: solid 1px #000000;
  /* 図の設定 ------------------------------*/
  /* 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 {
  word-break: break-all;
}
#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: 30px;
  font-size: 13px;
  color: #444;
  line-height: 1.5;
  overflow: hidden;
}
#ContentsArea .notes.text-right {
  text-align: right;
}
#ContentsArea .notes.text-right dl {
  display: inline-block;
}
#ContentsArea .notes dt {
  float: left;
  margin-right: 0.25em;
}
#ContentsArea .notes dd {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .notes.sp-off {
    overflow: visible;
  }
  #ContentsArea .notes.sp-off dt {
    float: none;
  }
  #ContentsArea .notes.sp-off dd {
    overflow: hidden;
  }
}
#ContentsArea .simple-list {
  overflow: hidden;
}
#ContentsArea .simple-list dt {
  float: left;
  margin-right: 0.5em;
}
#ContentsArea .simple-list dd {
  overflow: hidden;
}
#ContentsArea .bold {
  font-weight: bold;
}
@media only screen and (max-width: 750px) {
  #ContentsArea {
    font-size: 14px;
  }
}
@-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 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: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .anim-item.fade-up.play {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea .content-head {
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-head__inner {
  width: 100%;
  max-width: 1460px;
  height: 686px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  #ContentsArea .content-head__inner {
    height: auto;
    padding-top: 46.9863013699%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head__inner {
    padding: 0px 20px 0px;
  }
}
body.start #ContentsArea .content-head .shoulder-img {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
body.start #ContentsArea .content-head .shoulder .text {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.start #ContentsArea .content-head h1 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
body.start #ContentsArea .content-head .profile {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
body.start #ContentsArea .content-head .head_imgs img {
  opacity: 1;
}
body.start #ContentsArea .content-head .head_imgs .head_img1 {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
}
body.start #ContentsArea .content-head .head_imgs .head_img2 {
  -webkit-transform: rotate(0deg) translate3d(0, 0, 0);
          transform: rotate(0deg) translate3d(0, 0, 0);
}
#ContentsArea .content-head .head_imgs {
  width: 75.8904109589%;
  position: absolute;
  left: 42.1232876712%;
  top: -24.4897959184%;
  z-index: 1;
  pointer-events: none;
  -webkit-transform-origin: left top;
          transform-origin: left top;
}
#ContentsArea .content-head .head_imgs img {
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 0;
}
#ContentsArea .content-head .head_imgs .head_img1 {
  width: 100%;
  position: relative;
  z-index: 2;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: rotate(15deg) translate3d(50px, 0, 0);
          transform: rotate(15deg) translate3d(50px, 0, 0);
}
#ContentsArea .content-head .head_imgs .head_img2 {
  width: 87.0036101083%;
  position: absolute;
  left: 6.9494584838%;
  top: 0;
  z-index: 1;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transform: rotate(10deg) translate3d(50px, 0, 0);
          transform: rotate(10deg) translate3d(50px, 0, 0);
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .head_imgs {
    left: auto;
    right: -20%;
    top: -12%;
  }
}
#ContentsArea .content-head .logo {
  position: absolute;
  width: 285px;
  left: 47px;
  top: 43px;
  z-index: 5;
}
#ContentsArea .content-head .logo img {
  width: 100%;
}
@media only screen and (max-width: 1440px) {
  #ContentsArea .content-head .logo {
    width: 19.5205479452%;
    left: 3.2191780822%;
    top: 6.2682215743%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .logo {
    width: 50%;
    margin-top: 20px;
    position: relative;
    left: -4.2666666667%;
    top: 0;
  }
  #ContentsArea .content-head .logo img {
    max-width: 175px;
  }
}
#ContentsArea .content-head .shoulder {
  width: 100%;
  max-width: 350px;
  position: absolute;
  left: 350px;
  top: -20px;
  z-index: 1;
}
#ContentsArea .content-head .shoulder img {
  width: 100%;
}
#ContentsArea .content-head .shoulder-img {
  position: absolute;
  left: calc(50% - 140px);
  top: calc(50% - 190px);
  z-index: 1;
  -webkit-transition: all 0.75s;
  transition: all 0.75s;
  opacity: 0;
  -webkit-transform: rotate(15deg);
          transform: rotate(15deg);
}
#ContentsArea .content-head .shoulder .text {
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 1440px) {
  #ContentsArea .content-head .shoulder {
    width: 30.8219178082%;
    left: 23.9726027397%;
    top: -3.6443148688%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .shoulder {
    position: relative;
    width: 50%;
    margin-top: -20px;
    left: 0;
    top: 0;
  }
}
#ContentsArea .content-head h1 {
  width: 49.6575342466%;
  position: absolute;
  left: 70px;
  top: 35.5685131195%;
  z-index: 3;
}
#ContentsArea .content-head h1 .text1 {
  padding: 10px 0 10px 20px;
  border-left: solid 8px #000000;
}
#ContentsArea .content-head h1 .text2 {
  padding: 16px 0 16px 20px;
  border-left: solid 8px #F9b734;
}
#ContentsArea .content-head h1 img {
  display: block;
  width: 100%;
  -webkit-filter: drop-shadow(0px 0px 6px #fff);
          filter: drop-shadow(0px 0px 6px #fff);
}
#ContentsArea .content-head h1 span {
  display: block;
  padding-right: 25%;
  padding-bottom: 2px;
  border-bottom: solid 1px #005bac;
}
#ContentsArea .content-head h1 span + span {
  margin-top: 10px;
}
@media only screen and (max-width: 1440px) {
  #ContentsArea .content-head h1 {
    left: 4.7945205479%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head h1 {
    width: 85%;
    margin-top: 40px;
    position: relative;
    left: 0;
    top: 0;
  }
  #ContentsArea .content-head h1 .text1 {
    padding: 5px 0 5px 15px;
    border-left: solid 6px #000000;
  }
  #ContentsArea .content-head h1 .text2 {
    padding: 10px 0 10px 15px;
    border-left: solid 6px #F9b734;
  }
}
#ContentsArea .content-head .profile {
  background: #000000;
  font-size: 15px;
  color: #fff;
  line-height: 1.5;
  font-weight: bold;
  padding: 2px 10px;
  position: absolute;
  z-index: 10;
}
#ContentsArea .content-head .profile.profile1 {
  width: 478px;
  left: 38.7671232877%;
  bottom: 8.7463556851%;
}
#ContentsArea .content-head .profile.profile2 {
  width: 742px;
  left: 38.7671232877%;
  bottom: 0;
}
#ContentsArea .content-head .profile .name {
  display: inline-block;
  font-size: 20px;
  margin-left: 10px;
}
#ContentsArea .content-head .profile .name span {
  font-size: 70%;
}
@media only screen and (max-width: 1440px) {
  #ContentsArea .content-head .profile {
    font-size: 13px;
  }
  #ContentsArea .content-head .profile .name {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  #ContentsArea .content-head .profile.profile1 {
    left: 34.2465753425%;
    bottom: 4.7393364929%;
  }
  #ContentsArea .content-head .profile.profile2 {
    left: 34.2465753425%;
    bottom: -4.7393364929%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-head .profile {
    position: static;
    padding: 4px 10px;
  }
  #ContentsArea .content-head .profile.profile1 {
    width: 100%;
    margin-top: 20px;
  }
  #ContentsArea .content-head .profile.profile2 {
    width: 100%;
  }
  #ContentsArea .content-head .profile + .profile {
    margin-top: 10px;
  }
  #ContentsArea .content-head .profile .name {
    margin-left: 0;
  }
}
#ContentsArea .photo {
  width: 100%;
  max-width: 1000px;
  position: relative;
  z-index: 2;
}
#ContentsArea .photo.photo-left {
  left: -100px;
}
#ContentsArea .photo.photo-left .person::before {
  right: 50%;
}
#ContentsArea .photo.photo-left .profile {
  text-align: right;
  right: 5.4%;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .photo.photo-left {
    left: -50px;
  }
}
#ContentsArea .photo.photo-right {
  right: -100px;
}
#ContentsArea .photo.photo-right .person::before {
  left: 50%;
}
#ContentsArea .photo.photo-right .profile {
  text-align: left;
  left: 5.4%;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .photo.photo-right {
    right: -50px;
  }
}
#ContentsArea .photo .person {
  position: relative;
  z-index: 2;
}
#ContentsArea .photo .person::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #F9b734;
  position: absolute;
  top: 0;
}
#ContentsArea .photo .person img {
  display: block;
  width: 100%;
  position: relative;
  z-index: 2;
}
#ContentsArea .photo .profile {
  margin-top: 10px;
  line-height: 1.35;
  position: absolute;
  bottom: 11.1111111111%;
  z-index: 3;
  font-weight: bold;
}
#ContentsArea .photo .kata {
  font-size: 18px;
}
#ContentsArea .photo .name {
  margin-top: 5px;
  font-size: 30px;
}
#ContentsArea .photo .name span {
  display: inline-block;
  padding-left: 0.1em;
  font-size: 70%;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .photo .kata {
    font-size: 16px;
  }
  #ContentsArea .photo .name {
    font-size: 26px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.photo-left {
    left: 0;
  }
  #ContentsArea .photo.photo-left .profile {
    text-align: center;
  }
  #ContentsArea .photo.photo-right {
    right: 0;
  }
  #ContentsArea .photo.photo-right .profile {
    text-align: center;
  }
  #ContentsArea .photo.mb50, #ContentsArea .photo.mb60 {
    margin-bottom: 30px;
  }
  #ContentsArea .photo.mt50, #ContentsArea .photo.mt60 {
    margin-top: 30px;
  }
  #ContentsArea .photo.fl {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo.fr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea .photo .person {
    position: relative;
  }
  #ContentsArea .photo .person img {
    width: 100%;
  }
  #ContentsArea .photo .profile {
    position: static;
    text-align: center;
  }
  #ContentsArea .photo .kata {
    font-size: 14px;
  }
  #ContentsArea .photo .name {
    font-size: 18px;
  }
}
#ContentsArea .figure {
  display: block;
  text-align: left;
}
#ContentsArea .figure-wrap {
  width: 100%;
  background: #efefef;
  margin: 60px auto;
  padding: 24px 0;
  position: relative;
}
#ContentsArea .figure-wrap::before {
  content: "";
  width: 100vw;
  height: 100%;
  background: #efefef;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
#ContentsArea .figure-content {
  background: #fff;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
#ContentsArea .figure img {
  width: 100%;
}
#ContentsArea .figure.no-frame {
  background: none;
  padding: 0;
}
#ContentsArea .figure.no-frame .figure-in {
  margin: 0;
}
#ContentsArea .figure:hover {
  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-in {
  padding: 10px 0 20px;
  position: relative;
}
#ContentsArea .figure-in .zoom {
  position: absolute;
  right: 0;
  top: 0;
  width: 70px;
  height: 19px;
  background: url("zoom_off.gif") no-repeat left bottom;
}
#ContentsArea .figure-img {
  text-align: center;
  padding: 5px 20px;
}
#ContentsArea .figure-title {
  color: #000;
  padding: 10px 20px 0;
  font-size: 22px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
#ContentsArea .figure-title__inner {
  display: inline-block;
  overflow: hidden;
}
#ContentsArea .figure-title .zu {
  display: block;
  float: left;
  margin-right: 0.75em;
}
#ContentsArea .figure-title .text {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-title {
    font-size: 16px;
  }
}
#ContentsArea .figure-text {
  display: block;
  color: #000;
  width: calc(100% - 40px);
  margin: 5px auto 0;
  padding: 0 20px;
  font-size: 14px;
  line-height: 1.64;
  letter-spacing: 0.025em;
  text-align: left;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure-text {
    margin-top: 10px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .figure {
    width: 100%;
    display: block;
    font-size: 11px;
    text-align: left;
  }
  #ContentsArea .figure.fl, #ContentsArea .figure.fr {
    float: none;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  #ContentsArea .figure span {
    display: block;
  }
  #ContentsArea .figure-in {
    position: relative;
    padding-top: 12px;
  }
  #ContentsArea .figure-text {
    padding: 0 10px;
  }
}
#ContentsArea .content-wrap {
  width: 100%;
  margin-top: 50px;
  padding-top: 70px;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap {
    font-size: 14px;
    margin-top: 0;
    padding-top: 50px;
  }
}
#ContentsArea .content-wrap__inner {
  width: 100%;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#ContentsArea .content-wrap__inner::before {
  content: "";
  background: #000000;
  width: 2px;
  height: calc(100% + 220px);
  position: absolute;
  left: 20px;
  top: -220px;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner {
    padding-left: 10px;
    padding-right: 10px;
  }
  #ContentsArea .content-wrap__inner::before {
    left: 10px;
    height: 100%;
    top: 0;
  }
}
#ContentsArea .content-wrap h2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 100%;
  height: 106px;
  position: relative;
}
#ContentsArea .content-wrap h2.play::before, #ContentsArea .content-wrap h2.play::after {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
#ContentsArea .content-wrap h2.play .h2__inner {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 0.75s;
          animation-duration: 0.75s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
#ContentsArea .content-wrap h2::before, #ContentsArea .content-wrap h2::after {
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}
#ContentsArea .content-wrap h2::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(h2bg.svg);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 1460px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea .content-wrap h2::after {
  content: "";
  background: #ffe500;
  width: 100vw;
  height: 7px;
  position: absolute;
  left: 2px;
  bottom: 0;
  z-index: 2;
}
#ContentsArea .content-wrap h2 .h2__inner {
  font-size: 30px;
  line-height: 1.35;
  font-weight: bold;
  padding: 0 10px 20px 28px;
  position: relative;
  z-index: 2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap h2 {
    height: auto;
    padding-top: 20px;
  }
  #ContentsArea .content-wrap h2::before {
    background-size: 750px;
    left: 0;
    bottom: 0;
  }
  #ContentsArea .content-wrap h2::after {
    width: 100vw;
    height: 7px;
    left: 2px;
    bottom: 0;
    opacity: 0;
  }
  #ContentsArea .content-wrap h2 .h2_sub {
    font-size: 15px;
  }
  #ContentsArea .content-wrap h2 .h2__inner {
    font-size: 18px;
  }
}
#ContentsArea .content-wrap .block-main {
  position: relative;
}
#ContentsArea .content-wrap .block-main + .block-main {
  padding-top: 0;
}
#ContentsArea .content-wrap .block-main .text-main {
  padding: 20px 100px 30px;
  line-height: 2;
  text-align: left;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .block-main .text-main .fl-text {
  max-width: 630px;
}
#ContentsArea .content-wrap .block-main .text-main .talk {
  display: inline-block;
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main .text-main .mc {
  display: block;
  font-weight: bold;
  font-size: 17px;
}
#ContentsArea .content-wrap .block-main .text-main .blue {
  color: #005bac;
}
#ContentsArea .content-wrap .block-main .text-main .red {
  color: #CD0033;
}
#ContentsArea .content-wrap .block-main .pagetop-text {
  margin-bottom: 0;
}
#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%;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .content-wrap .block-main .text-main {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main .text-main {
    padding: 30px 20px;
  }
}
#ContentsArea .content-wrap .btn-area {
  width: 100%;
  max-width: 800px;
  margin: 50px auto 0;
  padding-bottom: 20px;
}
#ContentsArea .content-wrap .btn-area a {
  display: block;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
#ContentsArea .content-wrap .btn-area a img {
  width: 100%;
}
#ContentsArea .content-wrap .btn-area a:hover {
  -webkit-box-shadow: 5px 5px 0px #000000;
          box-shadow: 5px 5px 0px #000000;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .btn-area {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 60px;
  }
}
#ContentsArea .pagetop-area {
  margin-top: 60px;
}
#ContentsArea .pagetop-area .btn-pagetop {
  display: block;
  background: #f2f2f2;
  color: #000000;
  width: calc(100% - 100px);
  margin-left: 50px;
  padding: 10px 30px 8px;
  font-size: 0.75em;
  letter-spacing: 1px;
  border-bottom: 2px solid #F9b734;
  line-height: 2;
  font-weight: bold;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
}
#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: #F9b734;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-area {
    margin-top: 50px;
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  #ContentsArea .pagetop-area .btn-pagetop {
    width: 100%;
    margin-left: 0;
    font-size: 0.7em;
  }
}
#ContentsArea .link-area {
  width: 100%;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 100px;
  padding-right: 100px;
}
@media only screen and (max-width: 900px) {
  #ContentsArea .link-area {
    padding-left: 50px;
    padding-right: 50px;
  }
}
#ContentsArea .link-area .link-title {
  background: #ffe500;
  font-weight: bold;
  line-height: 1;
  padding: 15px 30px;
  text-align: center;
}
#ContentsArea .link-area .link-title span {
  display: inline-block;
  position: relative;
  padding: 0 1em;
}
#ContentsArea .link-area .link-title span::before, #ContentsArea .link-area .link-title span::after {
  content: "";
  width: 130px;
  height: 1px;
  background: #000000;
  position: absolute;
  top: 50%;
}
#ContentsArea .link-area .link-title span::before {
  right: 100%;
}
#ContentsArea .link-area .link-title span::after {
  left: 100%;
}
#ContentsArea .link-area ul {
  background: #efefef;
  margin: 0;
  padding: 20px 50px;
  list-style: none;
}
#ContentsArea .link-area ul li {
  margin: 0;
  padding: 10px 0;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
#ContentsArea .link-area ul li::before {
  content: "●";
  display: block;
  color: #F9b734;
  font-size: 50%;
  margin-right: 0.75em;
  float: left;
}
#ContentsArea .link-area ul li:not(:first-child) {
  border-top: dotted 1px #ccc;
}
#ContentsArea .link-area ul li a {
  display: block;
  color: #000000;
  overflow: hidden;
}
#ContentsArea .link-area ul li span {
  overflow: hidden;
}
#ContentsArea .link-area ul .linkbot {
  overflow: hidden;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .link-area {
    padding-left: 20px;
    padding-right: 20px;
  }
  #ContentsArea .link-area .link-title {
    font-size: 16px;
  }
  #ContentsArea .link-area .link-title span::before, #ContentsArea .link-area .link-title span::after {
    width: 65px;
  }
  #ContentsArea .link-area ul {
    padding: 10px 15px;
  }
  #ContentsArea .link-area ul li {
    font-size: 15px;
  }
}
#ContentsArea .contact-area {
  width: 100%;
  margin-top: 75px;
  background: #fff;
  position: relative;
  text-align: center;
}
#ContentsArea .contact-title {
  position: relative;
}
#ContentsArea .contact-title span {
  background: #000000;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 3px 15px;
  position: relative;
}
#ContentsArea .contact-title span::before, #ContentsArea .contact-title span::after {
  content: "";
  width: 120px;
  height: 100%;
  background: #F9b734;
  position: absolute;
  top: 0;
}
#ContentsArea .contact-title span::before {
  right: 100%;
}
#ContentsArea .contact-title span::after {
  left: 100%;
}
#ContentsArea .contact-logo {
  max-width: 200px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .contact-logo img {
  width: 100%;
}
#ContentsArea .contact-content {
  margin-top: 40px;
  line-height: 1.75;
  font-weight: bold;
}
#ContentsArea .contact-content + .contact-title {
  margin-top: 50px;
}
#ContentsArea .contact-content strong {
  display: block;
  margin-bottom: 10px;
  font-size: 24px;
}
#ContentsArea .contact-content a {
  text-decoration: underline;
  color: #000000;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-title span {
    font-size: 16px;
  }
  #ContentsArea .contact-area {
    margin-top: 50px;
  }
  #ContentsArea .contact-logo {
    max-width: 160px;
  }
  #ContentsArea .contact-content {
    margin-top: 20px;
  }
  #ContentsArea .contact-content strong {
    font-size: 20px;
  }
}
#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 .pt0 {
  padding-top: 0px;
}
#ContentsArea .pr0 {
  padding-right: 0px;
}
#ContentsArea .pb0 {
  padding-bottom: 0px;
}
#ContentsArea .pl0 {
  padding-left: 0px;
}
#ContentsArea .mt10 {
  margin-top: 10px;
}
#ContentsArea .mr10 {
  margin-right: 10px;
}
#ContentsArea .mb10 {
  margin-bottom: 10px;
}
#ContentsArea .ml10 {
  margin-left: 10px;
}
#ContentsArea .pt10 {
  padding-top: 10px;
}
#ContentsArea .pr10 {
  padding-right: 10px;
}
#ContentsArea .pb10 {
  padding-bottom: 10px;
}
#ContentsArea .pl10 {
  padding-left: 10px;
}
#ContentsArea .mt20 {
  margin-top: 20px;
}
#ContentsArea .mr20 {
  margin-right: 20px;
}
#ContentsArea .mb20 {
  margin-bottom: 20px;
}
#ContentsArea .ml20 {
  margin-left: 20px;
}
#ContentsArea .pt20 {
  padding-top: 20px;
}
#ContentsArea .pr20 {
  padding-right: 20px;
}
#ContentsArea .pb20 {
  padding-bottom: 20px;
}
#ContentsArea .pl20 {
  padding-left: 20px;
}
#ContentsArea .mt30 {
  margin-top: 30px;
}
#ContentsArea .mr30 {
  margin-right: 30px;
}
#ContentsArea .mb30 {
  margin-bottom: 30px;
}
#ContentsArea .ml30 {
  margin-left: 30px;
}
#ContentsArea .pt30 {
  padding-top: 30px;
}
#ContentsArea .pr30 {
  padding-right: 30px;
}
#ContentsArea .pb30 {
  padding-bottom: 30px;
}
#ContentsArea .pl30 {
  padding-left: 30px;
}
#ContentsArea .mt40 {
  margin-top: 40px;
}
#ContentsArea .mr40 {
  margin-right: 40px;
}
#ContentsArea .mb40 {
  margin-bottom: 40px;
}
#ContentsArea .ml40 {
  margin-left: 40px;
}
#ContentsArea .pt40 {
  padding-top: 40px;
}
#ContentsArea .pr40 {
  padding-right: 40px;
}
#ContentsArea .pb40 {
  padding-bottom: 40px;
}
#ContentsArea .pl40 {
  padding-left: 40px;
}
#ContentsArea .mt50 {
  margin-top: 50px;
}
#ContentsArea .mr50 {
  margin-right: 50px;
}
#ContentsArea .mb50 {
  margin-bottom: 50px;
}
#ContentsArea .ml50 {
  margin-left: 50px;
}
#ContentsArea .pt50 {
  padding-top: 50px;
}
#ContentsArea .pr50 {
  padding-right: 50px;
}
#ContentsArea .pb50 {
  padding-bottom: 50px;
}
#ContentsArea .pl50 {
  padding-left: 50px;
}
#ContentsArea .mt60 {
  margin-top: 60px;
}
#ContentsArea .mr60 {
  margin-right: 60px;
}
#ContentsArea .mb60 {
  margin-bottom: 60px;
}
#ContentsArea .ml60 {
  margin-left: 60px;
}
#ContentsArea .pt60 {
  padding-top: 60px;
}
#ContentsArea .pr60 {
  padding-right: 60px;
}
#ContentsArea .pb60 {
  padding-bottom: 60px;
}
#ContentsArea .pl60 {
  padding-left: 60px;
}
#ContentsArea .mt70 {
  margin-top: 70px;
}
#ContentsArea .mr70 {
  margin-right: 70px;
}
#ContentsArea .mb70 {
  margin-bottom: 70px;
}
#ContentsArea .ml70 {
  margin-left: 70px;
}
#ContentsArea .pt70 {
  padding-top: 70px;
}
#ContentsArea .pr70 {
  padding-right: 70px;
}
#ContentsArea .pb70 {
  padding-bottom: 70px;
}
#ContentsArea .pl70 {
  padding-left: 70px;
}
#ContentsArea .mt80 {
  margin-top: 80px;
}
#ContentsArea .mr80 {
  margin-right: 80px;
}
#ContentsArea .mb80 {
  margin-bottom: 80px;
}
#ContentsArea .ml80 {
  margin-left: 80px;
}
#ContentsArea .pt80 {
  padding-top: 80px;
}
#ContentsArea .pr80 {
  padding-right: 80px;
}
#ContentsArea .pb80 {
  padding-bottom: 80px;
}
#ContentsArea .pl80 {
  padding-left: 80px;
}
#ContentsArea .mt90 {
  margin-top: 90px;
}
#ContentsArea .mr90 {
  margin-right: 90px;
}
#ContentsArea .mb90 {
  margin-bottom: 90px;
}
#ContentsArea .ml90 {
  margin-left: 90px;
}
#ContentsArea .pt90 {
  padding-top: 90px;
}
#ContentsArea .pr90 {
  padding-right: 90px;
}
#ContentsArea .pb90 {
  padding-bottom: 90px;
}
#ContentsArea .pl90 {
  padding-left: 90px;
}
#ContentsArea .mt100 {
  margin-top: 100px;
}
#ContentsArea .mr100 {
  margin-right: 100px;
}
#ContentsArea .mb100 {
  margin-bottom: 100px;
}
#ContentsArea .ml100 {
  margin-left: 100px;
}
#ContentsArea .pt100 {
  padding-top: 100px;
}
#ContentsArea .pr100 {
  padding-right: 100px;
}
#ContentsArea .pb100 {
  padding-bottom: 100px;
}
#ContentsArea .pl100 {
  padding-left: 100px;
}