@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: 1200px) {
  else body {
    width: 100%;
  }
}

img {
  vertical-align: bottom;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

.sp-in {
  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
 *--------------------*/
.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: 945px;
  padding: 4vw 0 4vw;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.header_pr img {
  width: 100%;
}

.header_logo_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -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 15vw 0 20px;
}

.header_logo {
  font-size: 0;
  position: relative;
}

.header_logo a {
  display: inline-block;
  font-size: 0;
}

.header_logo a img {
  width: 100%;
}

.header_logo.-left {
  width: 40%;
  margin-right: 13%;
}

.header_logo.-left::before {
  content: "";
  position: absolute;
  top: 50%;
  right: -16%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1px;
  height: 85%;
  background: #231815;
}

.header_logo.-right {
  width: 36%;
}

@media screen and (min-width: 440px) {
  .header_wrap {
    padding: 17.21px 0 17.21px;
  }
  .header_pr {
    width: 40px;
  }
  .header_logo.-left {
    width: 137.434px;
    margin-right: 58px;
  }
  .header_logo.-right {
    width: 126.212px;
  }
  .header_logo_flex {
    padding-right: 60px;
  }
  .header_logo.-left::before {
    right: -28px;
  }
}
@media screen and (min-width: 640px) {
  .header_wrap {
    padding: 10.79px 0 10.82px;
  }
  .header_logo_flex {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
  }
  .header_logo.-left {
    width: 190px;
    margin-right: 58px;
    margin-bottom: 3px;
  }
  .header_logo.-right {
    width: 174.103px;
  }
}
.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: #000;
  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;
  background-color: #ebebeb;
  font-size: 16px;
  line-height: 1.75;
  position: relative;
  /* 図の設定 ------------------------------*/
  /*--------------------
  * 汎用
  *--------------------*/
  /*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;
  word-break: break-all;
}
#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 {
  padding-left: 1.2em;
  position: relative;
}
#ContentsArea .notes li:before {
  content: "※";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}
#ContentsArea .bold {
  font-weight: bold;
}
#ContentsArea .content-wrap .block-main {
  padding-top: 62px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap .block-main {
    padding-top: 30px;
  }
}
#ContentsArea .content-wrap .text-main {
  background: #fff;
  padding: 50px 0 0;
  line-height: 1.8;
  position: relative;
  z-index: 2;
}
#ContentsArea .content-wrap .text-main.pt20 {
  padding-top: 20px;
}
#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 .pagetop-text {
  margin-bottom: 0;
}
#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%;
}
#ContentsArea .photo {
  width: 300px;
  position: relative;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .photo {
    width: 50%;
    max-width: 300px;
  }
}
#ContentsArea .photo.photo-wide {
  width: 100%;
  max-width: 620px;
  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.is-black .profile {
  color: #fff;
}
#ContentsArea .photo .person {
  position: relative;
  z-index: 1;
}
#ContentsArea .photo .person img {
  width: 100%;
}
#ContentsArea .photo.text-left .profile {
  left: 5.6451612903%;
}
#ContentsArea .photo.text-right .profile {
  right: 5.6451612903%;
}
#ContentsArea .photo .profile {
  position: absolute;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
}
#ContentsArea .photo-profile {
  margin-top: 10px;
}
#ContentsArea .photo .kata {
  margin-top: 5px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: bold;
}
#ContentsArea .photo .name {
  margin-top: 8px;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
}
#ContentsArea .photo .name span {
  display: inline-block;
  margin-left: 4px;
  font-size: 75%;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .photo .kata {
    font-size: 14px;
    font-size: 1.2727272727vw;
  }
  #ContentsArea .photo .name {
    font-size: 28px;
    font-size: 2.5454545455vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .photo {
    width: 100%;
  }
  #ContentsArea .photo.photo-wide {
    max-width: 420px;
  }
  #ContentsArea .photo.mt50 {
    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.is-black .profile {
    color: #000;
  }
  #ContentsArea .photo.text-left .person {
    overflow: hidden;
  }
  #ContentsArea .photo.text-left .person img {
    display: block;
    width: 160%;
    position: relative;
    left: -60%;
  }
  #ContentsArea .photo.text-left .profile {
    left: 0;
  }
  #ContentsArea .photo.text-right .profile {
    right: 0;
  }
  #ContentsArea .photo .profile {
    position: relative;
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    text-align: center;
  }
  #ContentsArea .photo .kata {
    font-size: 12px;
  }
  #ContentsArea .photo .name {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .photo .kata {
    font-size: 11px;
  }
  #ContentsArea .photo .name {
    font-size: 19px;
  }
}
#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 10px 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-area {
  margin: 75px auto 0;
  width: calc(100% - 40px);
}
#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 #001b2b;
  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;
}
#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: #ff7417;
  color: #FFF;
  text-decoration: none;
  border-bottom: 2px solid #f2f2f2;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .pagetop-area {
    margin-top: 50px;
  }
  #ContentsArea .pagetop-area .btn-pagetop {
    font-size: 0.7em;
  }
}
#ContentsArea #linkArea {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom: solid 1px #ccc;
  z-index: 2;
}
#ContentsArea #linkArea .linktitle {
  background: #001b2b;
  color: #FFF;
  line-height: 1;
  padding: 20px 30px;
  font-weight: bold;
}
#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: 15px;
}
#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 #linkArea ul li {
    font-size: 14px;
  }
}
#ContentsArea .contact-area {
  width: 100%;
  background: #fff;
  padding-top: 50px;
  position: relative;
}
#ContentsArea .contact-area__inner {
  text-align: center;
}
#ContentsArea .contact-title {
  margin-bottom: 20px;
  text-align: center;
}
#ContentsArea .contact-title span {
  display: inline-block;
  padding: 9px 20px 10px;
  line-height: 1;
  border: solid 1px #ccc;
}
#ContentsArea .contact-logo {
  max-width: 300px;
  margin-left: auto;
  margin-right: auto;
}
#ContentsArea .contact-content {
  margin-top: 30px;
  padding-left: 20px;
  padding-right: 20px;
  line-height: 1.5;
}
#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;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .contact-area {
    margin-top: 30px;
  }
  #ContentsArea .contact-logo {
    max-width: 240px;
  }
  #ContentsArea .contact-content strong {
    font-size: 16px;
  }
}
#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;
}

#ContentsArea .content-wrap {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#ContentsArea .content-wrap__inner {
  background: #fff;
  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%;
  padding: 44px 100px 50px;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea .content-wrap__inner {
    padding-left: 50px;
    padding-right: 50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-wrap__inner {
    display: block;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#ContentsArea .content-left {
  width: 69.7777777778%;
  padding-right: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-left {
    width: 100%;
    padding-right: 0px;
  }
}
#ContentsArea .content-right {
  width: 30.2222222222%;
  position: relative;
  z-index: 2;
  overflow: visible;
  position: -webkit-sticky;
  position: sticky;
  bottom: 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;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
#ContentsArea .content-right .btn-gototop img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea .content-right {
    position: static;
    width: 100%;
    max-width: 320px;
    margin-top: 80px;
    margin-left: auto;
    margin-right: auto;
  }
}
#ContentsArea .other-link {
  background: #FFF;
  text-align: left;
}
#ContentsArea .other-link .link-ttl {
  background: -webkit-gradient(linear, left top, right top, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(left, #ff5367, #ff7417);
  background: linear-gradient(90deg, #ff5367, #ff7417);
  color: #fff;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  padding: 5px 0 6px;
}
#ContentsArea .other-link ul {
  padding-bottom: 10px;
}
#ContentsArea .other-link ul + .link-ttl {
  margin-top: 20px;
}
#ContentsArea .other-link ul li {
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}
#ContentsArea .other-link a {
  display: block;
  padding: 2px;
  background: #dcdcdc;
  color: #000;
  font-weight: bold;
  text-align: center;
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .other-link a:hover {
  text-decoration: none;
  background: #ff7417;
}
#ContentsArea .other-link a:hover .in {
  background: #001b2b;
  color: #fff;
}
#ContentsArea .other-link a .in {
  overflow: hidden;
  padding: 20px 10px 15px;
  background: #fff;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#ContentsArea .other-link a .in::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 4px;
  height: 17px;
  position: absolute;
  left: calc(50% - 2px);
  top: 0;
  z-index: 1;
}
#ContentsArea .other-link a .keynote {
  padding: 2px 10px;
  color: #FFF;
  border-bottom: solid 1px #7fdff2;
}
#ContentsArea .other-link a .keynote + .com {
  margin-top: 0;
  border-top: none;
}
#ContentsArea .other-link a .keynote {
  background: #001b2b;
}
#ContentsArea .other-link a .com {
  font-weight: bold;
  line-height: 1.35;
  font-size: 13px;
  position: relative;
  padding: 5px 0 10px;
}
#ContentsArea .other-link a .com::after {
  content: "";
  width: 150px;
  height: 3px;
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  position: absolute;
  left: calc(50% - 75px);
  bottom: 0;
}
#ContentsArea .other-link a .ttl {
  margin-top: 15px;
  font-size: 15px;
  letter-spacing: 0.025em;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea .other-link a .com {
    font-size: 12px;
  }
  #ContentsArea .other-link a .ttl {
    font-size: 15px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea .other-link a .com {
    font-size: 11px;
  }
  #ContentsArea .other-link a .ttl {
    font-size: 14px;
  }
}

#ContentsArea.is-top .content-head {
  background-color: #001b2b;
  background-image: url(headbg.jpg);
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head {
    background-size: 180%;
  }
}
#ContentsArea.is-top .content-head__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px 0 30px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head__inner {
    padding-right: 10px;
  }
}
#ContentsArea.is-top .content-head-content {
  position: relative;
  padding-top: 30.9297912713%;
  padding-bottom: 100px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head-content {
    min-height: auto;
    padding-top: 26.6666666667%;
    padding-bottom: 25px;
  }
}
#ContentsArea.is-top .content-head .logo {
  width: 38%;
  position: absolute;
  right: -7%;
  top: 0;
}
#ContentsArea.is-top .content-head .logo img {
  width: 100%;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-top .content-head .logo {
    right: -4.1666666667%;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head .logo {
    width: 33.3333333333%;
    right: -2.6666666667%;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-top .content-head .logo {
    width: 29.4117647059%;
  }
}
#ContentsArea.is-top .content-head h1 {
  padding-left: 25px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}
#ContentsArea.is-top .content-head h1::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 7px;
  height: calc(100% - 20px);
  position: absolute;
  left: -22px;
  top: 20px;
  z-index: 1;
}
#ContentsArea.is-top .content-head h1 .text1 {
  display: inline-block;
  font-size: 46px;
  padding-top: 20px;
  position: relative;
}
#ContentsArea.is-top .content-head h1 .text1::before {
  content: "";
  background: #fff;
  width: 150vw;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
#ContentsArea.is-top .content-head h1 .text2 {
  margin-top: 0.1em;
  font-size: 84px;
}
#ContentsArea.is-top .content-head h1 .text2 span {
  font-size: 85%;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head h1 .text1 {
    font-size: 44px;
    font-size: 4vw;
  }
  #ContentsArea.is-top .content-head h1 .text2 {
    font-size: 64px;
    font-size: 5.8181818182vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head h1 {
    padding: 5px 0 5px 20px;
  }
  #ContentsArea.is-top .content-head h1 .text1 {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
  #ContentsArea.is-top .content-head h1 .text2 {
    margin-top: 10px;
    font-size: 56px;
    font-size: 7.4666666667vw;
  }
}
@media only screen and (max-width: 480px) {
  #ContentsArea.is-top .content-head h1 .text1 {
    font-size: 18px;
    font-size: 3.75vw;
  }
  #ContentsArea.is-top .content-head h1 .text2 {
    margin-top: 10px;
    font-size: 48px;
    font-size: 10vw;
  }
}
#ContentsArea.is-top .content-head .lead {
  margin-top: 25px;
  color: #fff;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7222222222;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head .lead {
    font-size: 16px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head .lead {
    padding-left: 20px;
    font-size: 14px;
  }
}
#ContentsArea.is-top .content-head .information {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 15px;
  padding-left: 25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-weight: bold;
  width: 100%;
  position: relative;
}
#ContentsArea.is-top .content-head .information::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 1000px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#ContentsArea.is-top .content-head .information dt {
  width: 84px;
  margin-top: 8px;
  letter-spacing: 0.1em;
}
#ContentsArea.is-top .content-head .information dt span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(left, #ff5367, #ff7417);
  background: linear-gradient(90deg, #ff5367, #ff7417);
  color: #fff;
  padding: 0px 10px 2px calc(10px + 0.1em);
  border-radius: 100px;
}
#ContentsArea.is-top .content-head .information dd {
  margin-top: 8px;
  width: calc(100% - 84px);
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .content-head .information {
    max-width: none;
    font-size: 14px;
  }
  #ContentsArea.is-top .content-head .information dt {
    width: 74px;
  }
  #ContentsArea.is-top .content-head .information dt span {
    padding: 0px 10px 1px calc(10px + 0.1em);
  }
  #ContentsArea.is-top .content-head .information dd {
    width: calc(100% - 74px);
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-head .information {
    padding-left: 20px;
  }
  #ContentsArea.is-top .content-head .information dt {
    width: 80px;
  }
  #ContentsArea.is-top .content-head .information dt span {
    padding: 0px 10px 0px calc(10px + 0.1em);
  }
  #ContentsArea.is-top .content-head .information dd {
    width: calc(100% - 80px);
    padding-right: 15px;
  }
}
@media only screen and (max-width: 480px) {
  #ContentsArea.is-top .content-head .information dt {
    width: 75px;
  }
  #ContentsArea.is-top .content-head .information dd {
    width: calc(100% - 75px);
    padding-right: 10px;
  }
}
#ContentsArea.is-top .content-wrap {
  background-color: #fff;
}
#ContentsArea.is-top .content-wrap .intro {
  padding: 24px 100px 0;
}
#ContentsArea.is-top .content-wrap .intro .top-title {
  margin-top: 0;
  padding-right: 50px;
  width: 69.7777777778%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap .intro {
    padding: 24px 20px 0;
  }
  #ContentsArea.is-top .content-wrap .intro .top-title {
    margin-top: 0;
    padding-right: 0px;
    width: 100%;
  }
}
#ContentsArea.is-top .content-wrap .top-title {
  margin-top: 100px;
  text-align: center;
  position: relative;
  z-index: 1;
}
#ContentsArea.is-top .content-wrap .top-title .note {
  margin-top: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap .top-title {
    margin-top: 50px;
    width: 100%;
    padding-right: 0px;
  }
  #ContentsArea.is-top .content-wrap .top-title .note {
    font-size: 11px;
  }
}
#ContentsArea.is-top .content-wrap .top-title h2 {
  padding-top: 55px;
  position: relative;
}
#ContentsArea.is-top .content-wrap .top-title h2::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 10px;
  height: 45px;
  position: absolute;
  left: calc(50% - 5px);
  top: 0px;
  z-index: 1;
}
#ContentsArea.is-top .content-wrap .top-title h2 .sub {
  font-size: 24px;
  position: relative;
}
#ContentsArea.is-top .content-wrap .top-title h2 .sub::before {
  content: "";
  background: #000;
  width: 520px;
  height: 1px;
  position: absolute;
  left: calc(50% - 260px);
  top: 50%;
  z-index: 1;
}
#ContentsArea.is-top .content-wrap .top-title h2 .sub span {
  background: #fff;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  z-index: 2;
}
#ContentsArea.is-top .content-wrap .top-title h2 .text {
  margin-top: 20px;
  font-size: 38px;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-top .content-wrap .top-title h2 .sub {
    font-size: 20px;
    font-size: 1.6666666667vw;
  }
  #ContentsArea.is-top .content-wrap .top-title h2 .text {
    font-size: 32px;
    font-size: 2.6666666667vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap .top-title h2 .sub {
    font-size: 28px;
    font-size: 3.7333333333vw;
  }
  #ContentsArea.is-top .content-wrap .top-title h2 .sub::before {
    width: 80%;
    max-width: 240px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
  #ContentsArea.is-top .content-wrap .top-title h2 .sub span {
    padding-left: 10px;
    padding-right: 10px;
  }
  #ContentsArea.is-top .content-wrap .top-title h2 .text {
    font-size: 36px;
    font-size: 4.8vw;
  }
}
#ContentsArea.is-top .content-wrap__inner {
  margin-top: 0;
}
#ContentsArea.is-top .content-wrap .block-main.is-first {
  padding-top: 0;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap .block-main.is-first .text-main {
    padding-top: 0;
  }
}
#ContentsArea.is-top .content-wrap h3 {
  padding: 20px 0 5px;
  text-align: center;
  position: relative;
}
#ContentsArea.is-top .content-wrap h3::before {
  content: "";
  width: 200px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(left, #ff5367, #ff7417);
  background: linear-gradient(90deg, #ff5367, #ff7417);
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
}
#ContentsArea.is-top .content-wrap h3::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea.is-top .content-wrap h3 .h3__inner {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4285714286;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-top .content-wrap h3::after {
    left: -50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .content-wrap h3::after {
    width: calc(100% + 40px);
    left: -20px;
  }
  #ContentsArea.is-top .content-wrap h3 .h3__inner {
    font-size: 18px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-top .content-wrap h3 .h3__inner {
    font-size: 16px;
  }
}
#ContentsArea.is-top .photo {
  width: 270px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-top .photo {
    width: 240px;
  }
}
@media only screen and (max-width: 1000px) {
  #ContentsArea.is-top .photo {
    width: 100%;
    max-width: 270px;
  }
  #ContentsArea.is-top .photo.fl {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  #ContentsArea.is-top .photo.fr {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-top .photo {
    max-width: 250px;
  }
}

#ContentsArea.is-under .content-head {
  background-color: #001b2b;
  background-image: url(under_headbg.jpg);
  background-size: 2000px;
  background-repeat: no-repeat;
  background-position: center top;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-under .content-head {
    background-position: -450px top;
  }
}
#ContentsArea.is-under .content-head__inner {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head {
    background-size: 1500px;
    background-position: -365px top;
  }
  #ContentsArea.is-under .content-head__inner {
    padding-right: 15px;
  }
}
#ContentsArea.is-under .content-head-content {
  position: relative;
  padding-top: 84px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head-content {
    min-height: auto;
    padding-top: 26.6666666667%;
    padding-bottom: 25px;
  }
}
#ContentsArea.is-under .content-head .logo {
  width: 14.7%;
  position: absolute;
  left: 15.4%;
  top: 0;
}
#ContentsArea.is-under .content-head .logo img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .logo {
    width: 20%;
    left: 20%;
  }
}
#ContentsArea.is-under .content-head .shoulder {
  width: 100%;
  height: 75px;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
}
#ContentsArea.is-under .content-head .shoulder::before, #ContentsArea.is-under .content-head .shoulder::after {
  content: "";
  position: absolute;
}
#ContentsArea.is-under .content-head .shoulder::before {
  background: #fff;
  width: 100vw;
  height: 1px;
  position: absolute;
  left: 29.5%;
  top: 80%;
}
#ContentsArea.is-under .content-head .shoulder::after {
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 28.6%;
  height: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}
#ContentsArea.is-under .content-head .shoulder .text {
  width: 50.2%;
  position: absolute;
  right: 0;
  top: 33.3333333333%;
}
#ContentsArea.is-under .content-head .shoulder .text img {
  width: 100%;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .shoulder {
    height: 100%;
  }
  #ContentsArea.is-under .content-head .shoulder::before {
    left: 40.1459854015%;
    top: 14vw;
  }
  #ContentsArea.is-under .content-head .shoulder::after {
    width: 46.7153284672%;
    height: 4px;
    bottom: auto;
    top: 15vw;
  }
  #ContentsArea.is-under .content-head .shoulder .text {
    width: 46.7153284672%;
    top: 5vw;
  }
}
#ContentsArea.is-under .content-head .company {
  width: 75%;
  margin-left: auto;
  margin-right: 0;
  color: #fff;
  font-size: 28px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}
#ContentsArea.is-under .content-head .company::before, #ContentsArea.is-under .content-head .company::after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 6px;
  height: 60px;
  display: inline-block;
}
#ContentsArea.is-under .content-head .company .text {
  width: 100%;
  padding: 5px 0;
  line-height: 1.35;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-under .content-head .company {
    font-size: 28px;
    font-size: 2.5454545455vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .company {
    width: 100%;
    font-size: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  #ContentsArea.is-under .content-head .company::before, #ContentsArea.is-under .content-head .company::after {
    width: 4px;
    height: 30px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-under .content-head .company {
    font-size: 16px;
  }
}
#ContentsArea.is-under .content-head h1 {
  margin-top: 25px;
  padding: 10px 0 10px 25px;
  color: #fff;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", YuMincho, "Yu Mincho", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1.2;
  letter-spacing: 0;
  position: relative;
}
#ContentsArea.is-under .content-head h1::before {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(#ff5367, #ff7417);
  background: linear-gradient(#ff5367, #ff7417);
  width: 7px;
  height: 100%;
  position: absolute;
  left: -22px;
  top: 0;
  z-index: 1;
}
#ContentsArea.is-under .content-head h1 .text1 {
  font-size: 44px;
}
#ContentsArea.is-under .content-head h1 .text2 {
  margin-top: 0.1em;
  font-size: 60px;
}
@media only screen and (max-width: 1100px) {
  #ContentsArea.is-under .content-head h1 .text1 {
    font-size: 44px;
    font-size: 4vw;
  }
  #ContentsArea.is-under .content-head h1 .text2 {
    font-size: 57px;
    font-size: 5.1818181818vw;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head h1 {
    padding: 5px 0 5px 20px;
  }
  #ContentsArea.is-under .content-head h1 .text1 {
    font-size: 32px;
    font-size: 4.2666666667vw;
  }
  #ContentsArea.is-under .content-head h1 .text2 {
    margin-top: 10px;
    font-size: 58px;
    font-size: 7.7333333333vw;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-under .content-head h1 {
    padding-left: 15px;
  }
  #ContentsArea.is-under .content-head h1 .text1 {
    font-size: 15px;
    font-size: 4.0106951872vw;
  }
  #ContentsArea.is-under .content-head h1 .text2 {
    margin-top: 8px;
    font-size: 28px;
    font-size: 7.486631016vw;
  }
}
#ContentsArea.is-under .content-head .lead {
  margin-top: 25px;
  color: #fff;
  padding-left: 25px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.7222222222;
  position: relative;
}
#ContentsArea.is-under .content-head .lead::before {
  content: "";
  background: #fff;
  width: 1px;
  height: 1000px;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-head .lead {
    padding-right: 10px;
    padding-left: 20px;
    font-size: 14px;
  }
}
#ContentsArea.is-under .content-wrap h2 {
  padding: 20px 0 5px;
  position: relative;
}
#ContentsArea.is-under .content-wrap h2::before {
  content: "";
  width: 200px;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#ff5367), to(#ff7417));
  background: -webkit-linear-gradient(left, #ff5367, #ff7417);
  background: linear-gradient(90deg, #ff5367, #ff7417);
  position: absolute;
  left: calc(50% - 100px);
  top: 0;
}
#ContentsArea.is-under .content-wrap h2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  bottom: 0;
}
#ContentsArea.is-under .content-wrap h2 .h2__inner {
  font-weight: bold;
  font-size: 28px;
  line-height: 1.4285714286;
  position: relative;
  text-align: center;
  z-index: 3;
}
@media only screen and (max-width: 1200px) {
  #ContentsArea.is-under .content-wrap h2::after {
    left: -50px;
  }
}
@media only screen and (max-width: 750px) {
  #ContentsArea.is-under .content-wrap h2::after {
    width: calc(100% + 40px);
    left: -20px;
  }
  #ContentsArea.is-under .content-wrap h2 .h2__inner {
    font-size: 20px;
  }
}
@media only screen and (max-width: 374px) {
  #ContentsArea.is-under .content-wrap h2 .h2__inner {
    font-size: 16px;
  }
}