@charset 'UTF-8';



/* fonts */
@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon.eot?unfah8');
  src:  url('../fonts/icomoon.eot?unfah8#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?unfah8') format('truetype'),
    url('../fonts/icomoon.woff?unfah8') format('woff'),
    url('../fonts/icomoon.svg?unfah8#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"]{
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon_closs:before {
  content: "\e903";
  color: #333;
}
.icon-icon_minus:before {
  content: "\e902";
  color: #666;
}
.icon-icon_plus:before {
  content: "\e901";
  color: #666;
}
.icon-icon_play:before {
  content: "\e900";
  color: #333;
}

.ff-new-roman{
  font-family: "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
.fs-italic{
  font-style: italic;
}

body
{
  font-family: "メイリオ", Meiryo, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

p,dd {
  font-size: 16px;
  font-weight: 600;
  line-height: 32px;
}


/* container */
.container-fluid {
  position: relative;
  padding: 0 16px;
}
@media (min-width: 641px) {
  .container-fluid {
      padding: 0 32px;
  }
}
@media (min-width: 961px) {
  .container-fluid {
      padding: 0 64px;
      max-width: 1440px;
  }
}

/* col */
.col-sm-4_5,.col-md-6_5,.col-md-3_3{
  position: relative;
  min-height: 1px;
  padding-left:0;
  padding-right:0;
}
@media (min-width: 641px){
  .col-sm-4_5,.col-sm-6_5{
      float: left;
    }
  .col-sm-4_5 {
    width: 45%;
  }
}
@media (min-width: 961px){
  .col-md-4_5, .col-md-6_5, .col-md-3_3{
      float: left;
    }
  .col-md-4_5 {
    width: 45%;
  }
  .col-md-6_5{
    width: 65%;
  }
  .col-md-3_3 {
    width: 33.3333333%;
  }
}

/* button */
.btn-full-radius {
  padding: 8px;
  border-radius: 8px;
  background-color: #29ABE2;
  color: #fff;
  font-size: 14px;
  transition: 300ms;
}
@media screen and (max-width: 640px){
  .btn-full-radius {
    padding: 10px 8px;
    font-size: 11px;
  } 
}
/* bg color */
.btn-outstanding {
  background-color: #E53935;
  box-shadow: 0px 5px 4px 0px rgba(0,0,0,0.3);
}

.btn-full-radius:hover,
.btn-full-radius:active {
  color: #fff;
  background: #2D7B9C;
}

/* bg color */
.btn-outstanding:hover,
.btn-outstanding:active {
  color: #fff;
  background: #9E3734;
}

.btn-full-radius:before {
  content: "\e900";
  font-family: 'icomoon' !important;
  padding-right:5px;
  color:#fff;
  speak: none;
}

.header-area .btn-full-radius:before {
  content: "";
  padding-right: 0;
}

/* btn */
.btn-corner-edge {
  position: relative;
  padding: 19px 32px 19px 64px;
  border-radius: 0px;
  border: 1px solid #333;
  font-size: 14px;
  color: #333;
  transition: 300ms;
}
.btn-corner-edge:hover{
  background: #333;
  color: #fff;
}
.btn-corner-edge:before {
  content: "\e900";
  position: absolute;
  top: 11px;
  left: 30px;
  font-family: 'icomoon' !important;
  font-size: 26px;
  color: #333;
  speak: none;
  font-weight: 600;
  transition: 300ms;
}
.btn-corner-edge:hover:before {
  color: #fff;
}

/* heading */
.heading-style-line {
  position: relative;
  margin: 0;
  font-size: 32px;
  font-weight: bold;
}
.heading-style-line.title-upside:before {
  content: "";
  position: absolute;
  top: 58%;
  width: 100%;
  height: 1px;
  background: #333;
}
.heading-style-line.title-downside:before {
  content: "";
  position: absolute;
  bottom: 59%;
  width: 100%;
  height: 1px;
  background: #333;
}
.heading-style-line.title-upside.title-center {
  text-align: center;
}
.heading-style-line.title-upside.title-center:before {
  content: "";
  position: absolute;
  top: 58%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}
.heading-style-line.no-sub.title-upside:before,
.heading-style-line.no-sub.title-downside:before,
.heading-style-line.no-sub.title-center:before {
  top: 100%;
}
@media (min-width: 641px) {
  .heading-style-line {
    font-size: 48px;
  }
  .heading-style-line.title-upside:before {
    top: 63%;
  }
  .heading-style-line.title-downside:before {
    bottom: 67%;
  }
  .heading-style-line.no-sub.title-upside:before,
  .heading-style-line.no-sub.title-downside:before,
  .heading-style-line.no-sub.title-center:before {
    top: 100%;
  }
}
.heading-style-line span.sub-title {
  display: block;
  font-size: 18px;
  font-weight: 600;
}
.heading-style-line.title-upside span.sub-title {
  margin-top: 18px;
}
.heading-style-line.title-downside span.sub-title {
  margin-bottom: 18px;
}
.without-padding {
  padding: 0;
}
.heading-style-line span.position {
  font-size: 28px;
  margin-right: 16px;
}

/* section-kv-area */
.section-kv-area {
  position: relative;
}
.section-kv-area .section-kv-block-inner {
  position: relative;
  width: 100%;
  height: 256px;
  background: url('../images/members_kv.jpg') no-repeat;
  background-size: 210%;
  background-position: center 100%;
}
.section-kv-area .section-title-block {
  transition: 200ms;
}
.section-kv-area .section-title-block .section-title-block-inner {
  width: 100%;
  padding: 45px 16px 32px;
  border: 15px solid #666;
  border-width: 15px 0 0 0;
  background: #fff;
}
.section-kv-area .section-title-block .section-title-block-inner .description {
  padding-top: 38px;
}
@media (min-width: 641px) {
  .section-kv-area .section-kv-block-inner {
    height: 36.6%;
    background-size: 130%;
  }
  .section-kv-area .section-title-block {
    margin-top: -30px;
  }
  .section-kv-area .section-kv-block-inner:before {
    content: "";
    display: block;
    padding-top: 36.6%;
  }
  .section-kv-area .section-title-block .section-title-block-inner {
    position: relative;
    float: right;
    width: 608px;
    padding: 45px 16px 32px;
    border: 15px solid #666;
    border-width: 0 0 0 4px;
    background: #fff;
  }
}
@media (min-width: 961px) {
  .section-kv-area .section-kv-block {
    padding:0 64px;
    /padding-left: 32px;
  }
  .section-kv-area .section-title-block .section-title-block-inner {
    width: 720px;
    padding-left: 48px;
    padding-right: 112px;
  }
}

.d-block {
  display: block;
}
/*bootstrap safari対策*/
@media screen and (min-width: 961px){
    .visible-md {
        display: block !important;
    }
}