@charset "UTF-8";

/**
 * module.v2.css
 * updatedAt: 2017.10.05
 * updatedAt: 2016.09.06
 * updatedAt: 2016.03.30
 * updatedAt: 2016.03.18
 * createdAt: 2016.03.07
 */

/*----------------------------------------
  .mod-container
----------------------------------------*/
.mod-container {
  margin: 0 auto;
  max-width: 1400px;
  width: 92.5%;
  letter-spacing: -0.04em;
  overflow: hidden;
}
.mod-heading,
.mod-fn-grid,
.mod-grid,
.mod-inner {
  margin: 0 auto;
  max-width: 1190px;
  width: 85%;
}
.mod-heading {
  box-sizing: border-box;
}
.mod-heading.full {
  max-width: none;
  width: 100%;
  text-align: center;
}
.mod-heading.full h2 {
  font-size: 250%;
  line-height: 1.3;
  color: #2f353d;
}
.mod-heading.full p {
  margin-top: 20px;
  margin-top: 1.4285714%;
  font-size: 100%;
  line-height: 1.7;
  color: #83838f;
}
.mod-inner:after {
  clear: both;
  display: block;
  content: "";
}
.mod-has-bgcolor {
  background-color: #f1f5f9;
}
.mod-btn {
  display: inline-block;
  box-sizing: border-box;
  padding: 11px 15px 12px;
  min-width: 120px;
  font-size: 12px;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  background: #2d75c7;
  transition: background-color 0.2s;
}
a.mod-btn:hover {
  opacity: 1;
  background: #34568e;
}
a:hover .mod-btn {
 background: #1a3a70;
}
@media screen and (max-width: 640px) {
  .mod-container {
    font-size: 87.5%;
    width: 93.75%;
  }
  .mod-heading,
  .mod-grid,
  .mod-inner {
    padding-left: 20px;
    padding-right: 20px;
    padding-left: 3.3334% !important;
    padding-right: 3.3334% !important;
    width: auto;
  }
  .mod-heading h2 {
    font-size: 225% !important;
  }
}
@media screen and (max-width: 480px) {
  .mod-heading h2 {
    font-size: 212.5% !important;
  }
  .mod-heading.full p {
    font-size: 100%;
  }
}
@media screen and (max-width: 320px) {
  .mod-heading.full h2 {
    font-size: 200%;
  }
}

/*----------------------------------------
  .mod-visual-box
----------------------------------------*/
.mod-visual-box {
  position: relative;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mod-visual-bg {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mod-visual-inner {
  position: absolute;
  top: 0;
  left: 0;
  box-sizing: border-box;
  padding: 0 105px;
  padding: 0 7.5%;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.mod-content-wrap {
  display: table;
  height: 100%;
}
.mod-content-wrap.rightfix {
  float: right;
}
.mod-content-box {
  display: table-cell;
  vertical-align: middle;
}
.mod-content {
  background: #fff;
  background: rgba(255, 255, 255, 1.0);
}
.basic .mod-visual-bg {
  padding-bottom: 620px;
  padding-bottom: 44.2857142%;
}
.basic .mod-content-wrap {
  width: 471px;
  width: 39.5798319%;
}
.basic .mod-content {
  padding: 50px 50px 60px;
  padding: 10.6157112% 10.6157112% 12.7388535%;
}
.basic .mod-content strong {
  display: block;
  margin-bottom: 23px;
  margin-bottom: 6.199409%;
  font-size: 187.5%;
  line-height: 1.3;
  letter-spacing: -0.04em;
  color: #2f353d;
}
.basic .mod-content h3 {
  font-size: 93.8%;
  line-height: 1.4;
  letter-spacing: -0.07em;
  color: #2f353d;
}
.basic .mod-content p {
  margin-top: 10px;
  font-size: 75%;
  line-height: 1.7;
  letter-spacing: 0em;
  color: #54585F;
}
.basic .mod-btn {
  margin-top: 55px;
  margin-top: 14.8247978%;
}

@media screen and (max-width: 640px) {
  .mod-visual-inner {
    position: static;
    padding: 0;
  }
  .mod-visual-bg {
    padding-bottom: 320px;
    padding-bottom: 53.3334% !important;
  }
  .mod-content-wrap {
    width: 100% !important;
  }
  .mod-content {
    padding: 25px 20px;
    padding: 25px 3.3334% !important;
  }
  .mod-content strong {
    margin-bottom: 20px !important;
  }
  .basic .mod-content h3 {
    font-size: 112.5%;
  }
  .basic .mod-content p {
    margin: 7px 0 0;
    font-size: 100%;
  }
  .mod-btn {
    margin-top: 20px !important;
  }
}

/*----------------------------------------
  .mod-grid
----------------------------------------*/
.mod-fn-grid,
.polyfill .mod-fn-grid {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  
  justify-content: flex-start;
  -ms-flex-pack: justify;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
}

/* .polyfill
----------------------------------------*/
.mod-fn-grid.polyfill {
  display: block;
}
.polyfill .mod-fn-grid {
  display: block;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none;
  width: auto;
}
.polyfill .mod-fn-grid:after {
  clear: both;
  display: block;
  content: "";
}

@media screen and (max-width: 640px) {
  mod-fn-grid,
  .polyfill .mod-fn-grid {
    display: block;
  }
}

/*----------------------------------------
  .mod-fn-column
----------------------------------------*/
.mod-fn-column {
  display: -webkit-box;
  display: flex;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  
  -ms-flex-pack: justify;
  -moz-justify-content: flex-start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  
  padding: 80px 0;
  padding: 5.7142857% 0;
}
.mod-fn-column:after {
  clear: both;
  display: block;
  content: "";
}
.mod-fn-column.single {
  display: block;
}
.mod-fn-column.reverse {
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  
  -ms-flex-pack: end;
  -moz-justify-content: flex-end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
}
.mod-fn-column .mod-txt-wrap {
  width: 471px;
  width: 39.5798319%;
}
.mod-fn-column .mod-txt-box {
  padding: 0 50px;
  padding: 0 10.6157112%;
}
.mod-fn-column.single .mod-txt-box {
  padding: 0;
}
.mod-fn-column .mod-txt-box h2 {
  margin-bottom: 15px;
  font-size: 187.5%;
  line-height: 1.3;
  color: #2f353d;
}
.mod-fn-column .mod-txt-box h3 {
  font-size: 93.8%;
  line-height: 1.4;
  letter-spacing: -0.07em;
  color: #2f353d;
}
.mod-fn-column .mod-txt-box p {
  margin-top: 10px;
  font-size: 81.3%;
  line-height: 1.7;
  color: #54585F;
}
.mod-fn-column .mod-txt-box .mod-btn {
  margin-top: 25px;
  margin-top: 6.7385444%;
}
.mod-fn-column.single .mod-txt-box .mod-btn {
  margin-top: 5.3078556%;
}
.mod-fn-column .mod-img-wrap {
  width: 676px;
  width: 56.8067226%;
  line-height: 0;
  text-align: center;
}
.mod-fn-column .mod-img-box .youtube {
  position: relative;
  display: inline-block;
  padding-bottom: 360px;
  padding-bottom: 53.2544378%;
  max-width: 640px;
  width: 94.4745562%;
  max-height: 360px;
  background: #000;
}
.mod-fn-column .mod-img-box .youtube iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 640px) {
  .mod-fn-column {
    display: block;
    padding: 0 3.3334% 20px;
  }
  .mod-fn-column .mod-txt-wrap {
    padding: 40px 0 20px;
    width: auto;
  }
  .mod-fn-column .mod-txt-box {
    padding: 0;
  }
  .mod-fn-column .mod-txt-box h2 {
    font-size: 175%;
  }
  .mod-fn-column .mod-txt-box h3 {
    font-size: 112.5%;
  }
  .mod-fn-column .mod-txt-box p {
    font-size: 100%;
  }
  .mod-fn-column .mod-img-wrap {
    padding: 0 0 20px;
    width: auto;
  }
  .mod-fn-column .mod-img-box .youtube {
    padding-bottom: 315px;
    padding-bottom: 56.25%;
    width: 100%;
  }
}

/* .polyfill
----------------------------------------*/
.mod-fn-column.polyfill {
  display: block;
}
.mod-fn-column.polyfill .mod-txt-wrap {
  float: left;
  display: table;
  height: 100%;
}
.mod-fn-column.polyfill .mod-txt-box {
  display: table-cell;
  vertical-align: middle;
}
.mod-fn-column.polyfill.reverse .mod-txt-wrap {
  float: right;
}
.mod-fn-column.polyfill .mod-img-wrap {
  float: right;
  display: table;
  height: 100%;
}
.mod-fn-column.polyfill .mod-img-box {
  display: table-cell;
  vertical-align: middle;
}
.mod-fn-column.polyfill.reverse .mod-img-wrap {
  float: left;
}

/*----------------------------------------
  .mod-fn-pagetop
----------------------------------------*/
.mod-fn-pagetop {
  position: relative;
  visibility: hidden;
  opacity: 0;
  -moz-transition: opacity 0.2s, visibility 0s 0.2s;
  -webkit-transition: opacity 0.2s, visibility 0s 0.2s;
  transition: opacity 0.2s, visibility 0s 0.2s;
}
.mod-fn-pagetop.appear {
  visibility: visible;
  opacity: 1.0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.mod-fn-pagetop .pagetop-float {
  position: relative;
  width: 100%;
  min-width: 950px;
  text-align: center;
}
.mod-fn-pagetop.floating .pagetop-float {
  position: fixed;
  z-index: 20;
  bottom: 0;
}
.mod-fn-pagetop .pagetop-target {
  position: fixed;
  z-index: 100;
  bottom: -32px;
  z-index: 100;
  width: 100%;
  height: 0.1px;
}
.mod-fn-pagetop .pagetop-inner {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
}
.mod-fn-pagetop .pagetop-btn {
  position: absolute;
  right: 30px;
  top: 0;
  margin-top: -114px;
  /*margin-top: -8.1428571%;*/
  width: 40px;
  height: 32px;
  background-color: #a6a8ac;
  background-color: rgba(33,37,48,0.4);
  border-radius: 3px;
  cursor: pointer;
  -moz-transition: background-color 0.2s;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mod-fn-pagetop .pagetop-btn:hover {
  opacity: 1.0;
  background-color: #2f353d;
  background-color: rgba(33,37,48,0.8);
}
.mod-fn-pagetop .pagetop-btn:after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../img/icn_pagetop.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 16px 6px;
  content: "";
}
.mod-fn-pagetop.floating .pagetop-btn {
  /* bottom space 40px */
  margin-top: -72px;
}
.mod-fn-pagetop.floating .pagetop-btn span,
.mod-fn-pagetop .pagetop-btn span{
  display: none;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5) {
  .mod-fn-pagetop .pagetop-btn:after {
    background-image: url(../img/icn_pagetop@2x.png);
  }
}
@media screen and (max-width: 640px) {
  .mod-fn-pagetop {
    margin-top: 77px;
  }
  .mod-fn-pagetop .pagetop-float {
    min-width: 320px;
  }
  .mod-fn-pagetop .pagetop-target {
    bottom: 0;
  }
  .mod-fn-pagetop .pagetop-btn {
    position: absolute;
    right: 50%;
    display: inline-block;
    margin: -47px -20px 0 0 !important;
  }
}

/*----------------------------------------
  .mod-fn-sns
----------------------------------------*/
.mod-fn-sns {
  min-height: 20px;
}
.mod-fn-sns ul {
  font-size: 0;
}
.mod-fn-sns li {
  display: inline-block;
  margin-left: 15px;
}
.mod-fn-sns li:first-child {
  margin-left: 0;
}
.mod-fn-sns li.google {
  width: 70px;
}
@media screen and (max-width: 360px) {
  .mod-fn-sns li {
    margin-left: 10px;
  }
}
@media screen and (max-width: 320px) {
  .mod-fn-sns li {
    margin-left: 7px;
  }
}

/*----------------------------------------
  .mod-fn-slick
----------------------------------------*/
.mod-slick-wrap {
  position: relative;
}
.mod-fn-slick:after {
  clear: both;
  display: block;
  content: "";
}
.mod-fn-slick .slick-list {
  overflow: hidden;
}

/* .slick-arrow
----------------------------------------*/
.mod-fn-slick .slick-arrow {
  position: absolute;
  top: 0;
  z-index: 10;
  margin: -26px 0 0;
  padding: 0 0 5.4285714%;
  width: 3.4285714%;
  font-size: 0;
  line-height: 0;
  border-radius: 3px;
  border: none;
  cursor: pointer;
  background-color: rgba(33,37,48,0.4);
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.mod-fn-slick .slick-arrow:hover {
  background-color: rgba(33,37,48,0.8);
}
.mod-fn-slick .slick-arrow.slick-disabled {
  visibility: hidden;
  cursor: inherit;
  opacity: 0;
}
.mod-fn-slick .slick-prev {
  left: 0;
}
.mod-fn-slick .slick-next {
  right: 0;
}
.mod-fn-slick .slick-arrow:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -8px 0 0 -3px;
  width: 6px;
  height: 16px;
  color: #fff;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.mod-fn-slick .slick-prev:after {
  background-image: url(../img/icn_arrow_left@2x.png);
}
.mod-fn-slick .slick-next:after {
  background-image: url(../img/icn_arrow_right@2x.png);
}

@media screen and (max-width: 640px) {
  .mod-fn-slick .slick-arrow {
    width: 6.25%;
    padding-bottom: 10.9375%;
  }
}


/* .slick-dots
----------------------------------------*/
.mod-fn-slick .slick-dots {
  margin-top: 35px;
  font-size: 0;
  text-align: center;
}
.mod-fn-slick .slick-dots li {
  display: inline-block;
  vertical-align: top;
  margin: 0 1px;
  width: 14px;
  height: 14px;
}
.mod-fn-slick .slick-dots button {
  display: block;
  margin: 0;
  padding: 0;
  width: 14px;
  height: 14px;
  font-size: 0;
  line-height: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-align: center;
}
.mod-fn-slick .slick-dots button:after {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #bcbccc;
  border-radius: 50%;
}
.mod-fn-slick .slick-dots .slick-active button:after,
.mod-fn-slick .slick-dots button:hover:after {
  background-color: #2f353d;
}

@media screen and (max-width: 640px) {
  .mod-fn-slick .slick-dots {
    margin-top: 20px;
  }
}