@charset "UTF-8";
/*
ユーティリティ系おまとめファイル
*/
/*
██████   █████  ███████ ███████
██   ██ ██   ██ ██      ██
██████  ███████ ███████ █████
██   ██ ██   ██      ██ ██
██████  ██   ██ ███████ ███████
*/
/*
██████  ██████  ███████  █████  ██   ██ ██████   ██████  ██ ███    ██ ████████
██   ██ ██   ██ ██      ██   ██ ██  ██  ██   ██ ██    ██ ██ ████   ██    ██
██████  ██████  █████   ███████ █████   ██████  ██    ██ ██ ██ ██  ██    ██
██   ██ ██   ██ ██      ██   ██ ██  ██  ██      ██    ██ ██ ██  ██ ██    ██
██████  ██   ██ ███████ ██   ██ ██   ██ ██       ██████  ██ ██   ████    ██
*/
/*
 ██████  ██████  ██       ██████  ██████
██      ██    ██ ██      ██    ██ ██   ██
██      ██    ██ ██      ██    ██ ██████
██      ██    ██ ██      ██    ██ ██   ██
 ██████  ██████  ███████  ██████  ██   ██
*/
/*
████████ ███████ ██   ██ ████████
   ██    ██       ██ ██     ██
   ██    █████     ███      ██
   ██    ██       ██ ██     ██
   ██    ███████ ██   ██    ██
*/
@keyframes slowDown {
  0% {
    top: -94px; }
  100% {
    top: 0; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeInFromLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

@keyframes fadeInFromRight {
  0% {
    opacity: 0;
    transform: translateX(30px); }
  100% {
    opacity: 1;
    transform: translateX(0); } }

#top .p-mainVisual {
  width: 100%;
  height: 714px;
  position: relative;
  overflow: hidden; }
  @media screen and (max-width: 768px) {
    #top .p-mainVisual {
      height: 507px; } }
  #top .p-mainVisual__bg {
    width: 100%;
    height: 100%;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__bg {
        width: calc(100% - 30px); } }
  #top .p-mainVisual__swipe {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    width: calc(436 / 1063 * 100%);
    background-color: #FFFFFF;
    line-height: 0; }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__swipe {
        top: 23px;
        transform: none;
        width: 296px; } }
    #top .p-mainVisual__swipe-inner {
      width: 100%;
      height: 100%; }
    #top .p-mainVisual__swipe-wrap {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: -125px; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-wrap {
          right: -30px; } }
    #top .p-mainVisual__swipe-item {
      width: 100%;
      height: 23.6vw;
      max-height: 500px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__swipe-item {
          height: 205px; } }
  #top .p-mainVisual__catch {
    position: absolute;
    top: 50%;
    left: 25%;
    transform: translate(-50%, -50%);
    max-width: 466px;
    width: 100%;
    color: #000;
    letter-spacing: 0.45em;
    font-family: '源ノ明朝', serif !important; }
    @media screen and (max-width: 1168px) {
      #top .p-mainVisual__catch {
        left: 30px;
        transform: translateY(-50%); } }
    @media screen and (max-width: 1024px) {
      #top .p-mainVisual__catch {
        max-width: 400px; } }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__catch {
        top: auto;
        bottom: 54px;
        transform: none; } }
    @media screen and (max-width: 568px) {
      #top .p-mainVisual__catch {
        max-width: calc(100% - 30px);
        left: 0;
        padding: 0 15px 0 30px; } }
    #top .p-mainVisual__catch-heading {
      font-size: 48px;
      margin-bottom: 18px; }
      @media screen and (max-width: 1024px) {
        #top .p-mainVisual__catch-heading {
          font-size: 36px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-heading {
          font-size: 28px; } }
      #top .p-mainVisual__catch-heading small {
        font-size: 32px; }
        @media screen and (max-width: 1024px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 26px; } }
        @media screen and (max-width: 768px) {
          #top .p-mainVisual__catch-heading small {
            font-size: 22px; } }
    #top .p-mainVisual__catch-desc {
      font-size: 18px;
      line-height: 1.5; }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 16px; } }
      @media screen and (max-width: 768px) {
        #top .p-mainVisual__catch-desc {
          font-size: 14px; } }
  #top .p-mainVisual__scroll {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    bottom: 105px;
    right: -55px;
    transform: rotate(90deg); }
    @media screen and (max-width: 768px) {
      #top .p-mainVisual__scroll {
        bottom: 125px;
        right: -68px; } }
    #top .p-mainVisual__scroll-txt {
      font-size: 13px;
      font-weight: 500;
      letter-spacing: 0.05em;
      display: inline-block;
      margin-right: 12px; }
    #top .p-mainVisual__scroll-bar {
      display: inline-block;
      width: 100px;
      height: 2px;
      background-color: #CCCCCC;
      position: relative;
      overflow: hidden; }
      #top .p-mainVisual__scroll-bar:before {
        content: '';
        width: 50%;
        height: 2px;
        position: absolute;
        top: 0;
        left: -50%;
        display: inline-block;
        background-color: #417444; }

#top #wrapper {
  padding: 0 0; }
  @media screen and (max-width: 1168px) {
    #top #wrapper {
      padding: 60px 0 0; } }

#top #newslist {
  padding-bottom: 0; }
  #top #newslist .c-newslist {
    display: block !important; }
    @media screen and (max-width: 768px) {
      #top #newslist .c-newslist__wrap {
        background-color: #F7F7F7;
        padding: 15px 0 30px; } }
    @media screen and (max-width: 768px) {
      #top #newslist .c-newslist dl dt {
        margin-bottom: 5px; } }
    #top #newslist .c-newslist dl dd {
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }

#top .p-about .l-col2__detail {
  position: relative; }

#top .p-reason .l-col2__detail {
  position: relative; }
  #top .p-reason .l-col2__detail:before {
    content: '';
    display: block;
    background: url("/inc/image/top/img_loader.jpg") no-repeat center/contain;
    width: 968px;
    height: 519px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    z-index: -1; }
    @media screen and (max-width: 768px) {
      #top .p-reason .l-col2__detail:before {
        width: 658px;
        height: 357.7px; } }
    @media screen and (max-width: 568px) {
      #top .p-reason .l-col2__detail:before {
        width: 484px;
        height: 259.5px; } }

#top .p-reason-icobox {
  max-width: 70px;
  margin: 0 auto; }
  #top .p-reason-icobox img {
    width: 100%; }

#top .p-bg-white {
  background-color: #fff;
  padding: 40px; }
  @media screen and (max-width: 1024px) {
    #top .p-bg-white {
      padding: 30px 20px; } }

#top .p-mb30 {
  margin-bottom: 30px !important; }

#top .p-mv {
  width: 100%;
  height: calc(100vh - 95px);
  position: relative;
  top: 0px;
  left: 0;
  z-index: 1;
  overflow: hidden; }
  #top .p-mv::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
    opacity: .7;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; }
  #top .p-mv__video {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 1;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    font-family: "object-fit: cover; object-position: center;"; }
  #top .p-mv__copy {
    position: absolute;
    top: calc(50% + 94px / 2);
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 100%; }
    @media screen and (max-width: 1168px) {
      #top .p-mv__copy {
        top: calc(50% + 86px / 2); } }
    #top .p-mv__copy-img {
      max-width: 380px;
      width: 100%;
      margin: 0 auto 10px;
      margin-left: 159px; }
      @media screen and (max-width: 768px) {
        #top .p-mv__copy-img {
          max-width: 360px;
          margin-bottom: 0;
          margin: 0 auto; } }
      @media screen and (max-width: 568px) {
        #top .p-mv__copy-img {
          max-width: 280px; } }
      #top .p-mv__copy-img img {
        width: 100%;
        display: block;
        line-height: 1;
        opacity: 0; }
      #top .p-mv__copy-img-middle {
        margin-bottom: -10px; }
        @media screen and (max-width: 568px) {
          #top .p-mv__copy-img-middle {
            margin-bottom: -5px; } }
        #top .p-mv__copy-img-middle.is-animate {
          animation: fadeIn 4s ease 1.5s 1 normal forwards; }
    #top .p-mv__copy-desc {
      font-size: 25px;
      font-weight: 600;
      color: #FFFFFF;
      line-height: 1.2;
      text-align: center;
      text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.16);
      margin: 0; }
      @media screen and (max-width: 768px) {
        #top .p-mv__copy-desc {
          font-size: 22px; } }
      @media screen and (max-width: 568px) {
        #top .p-mv__copy-desc {
          font-size: 18px; } }
      #top .p-mv__copy-desc.is-animate {
        opacity: 0;
        animation: fadeIn 1s ease 2s 1 normal forwards; }

/*--------------------------------------------------
	よくある質問CSS
--------------------------------------------------*/
#qa {
  overflow-x: hidden; }

#qa h2 {
  font-size: 240%;
  text-align: center;
  font-weight: normal;
  margin: 0 auto 40px; }
  @media screen and (max-width: 1024px) {
    #qa h2 {
      font-size: 24px; } }

#qa .mainContainer {
  width: auto; }
  @media screen and (max-width: 1024px) {
    #qa .mainContainer {
      margin: 0; } }

#qa #topicspath {
  width: 980px;
  margin: 0 auto 40px; }
  @media screen and (max-width: 1024px) {
    #qa #topicspath {
      width: auto; } }

.qaContainer {
  position: relative;
  margin: 0 0 40px; }

.firstList {
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 15px 15px 0;
  height: 230px; }
  @media screen and (max-width: 1024px) {
    .firstList {
      margin: 0 0px 10px 20px;
      height: 147px;
      width: 46% !important; }
      .firstList img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .firstList {
      margin: 0 0px 10px 8px; } }

.listCover .active {
  position: relative; }

.expTxt {
  text-align: center; }
  @media screen and (max-width: 1024px) {
    .expTxt img {
      width: 50%;
      margin-bottom: 40px; } }
  @media screen and (max-width: 768px) {
    .expTxt img {
      margin-bottom: 0; } }

.expTxt span {
  display: block;
  padding: 0 10px; }
  @media screen and (max-width: 1024px) {
    .expTxt span {
      display: block;
      font-size: 24px; } }
  @media screen and (max-width: 768px) {
    .expTxt span {
      font-size: 11px; } }

/* .listCover
------------------------- */
.listCover {
  margin: 0 auto; }
  @media screen and (max-width: 1024px) {
    .listCover {
      width: auto; } }
  .listCover img {
    display: block; }

.p-imgW {
  width: 100%; }

/* .listItem
------------------------- */
.listCover .listItem {
  vertical-align: top;
  text-align: center;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  cursor: pointer;
  width: 49.8% !important;
  height: auto !important;
  background: url("/inc/image/top/bg_01.png") repeat;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px; }
  @media screen and (max-width: 1024px) {
    .listCover .listItem {
      margin: 0;
      height: 147px;
      width: 49% !important; } }
  @media screen and (max-width: 768px) {
    .listCover .listItem {
      margin: 0; } }

.arrowPic {
  display: none; }
  .arrowPic img {
    opacity: 0; }

.listCover {
  position: relative; }

.listCover .active {
  position: relative; }

.listCover .active .arrowPic {
  display: block;
  position: absolute;
  bottom: -32px;
  z-index: 99;
  left: 50%;
  margin: 0 0 0 -9px;
  opacity: 1 !important; }
  @media screen and (max-width: 1024px) {
    .listCover .active .arrowPic {
      bottom: -27px; } }

.listCover .listItem .selfRep {
  display: none; }

/* .expandField
------------------------- */
.expandField {
  padding: 10px 0 0;
  width: 100%;
  text-align: left;
  display: block;
  background: #fff;
  float: left;
  position: relative;
  left: 0;
  overflow: hidden; }
  @media screen and (max-width: 1024px) {
    .expandField {
      padding: 10px 5px 0;
      margin: 10px 0;
      width: 100%;
      height: auto !important; } }

.expandField .btnClose {
  top: 15px;
  margin: 0 0 0 899px;
  width: 60px;
  height: 60px;
  display: block;
  background: url("/inc/image/top/btn_close.png") no-repeat 0 0;
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  z-index: 9999; }
  @media screen and (max-width: 1024px) {
    .expandField .btnClose {
      top: 10px;
      right: 10px;
      margin: 0;
      width: 22px;
      height: 30px;
      background-size: 100% auto; } }

.expandField .btnClose:hover {
  filter: alpha(opacity=70);
  -moz-opacity: 0.7;
  opacity: 0.7; }

.expandField .btnPrev {
  display: none; }

.expandField .btnNext {
  display: none; }

.expandField .selfRepInner {
  padding: 50px 20px;
  position: relative; }
  @media screen and (max-width: 1024px) {
    .expandField .selfRepInner {
      padding: 30px 30px 20px;
      display: -ms-flexbox;
      display: flex; } }
  @media screen and (max-width: 768px) {
    .expandField .selfRepInner {
      padding: 30px 5px 20px; } }

.expandField .selfRepInner .secLeft {
  text-align: center;
  float: left;
  width: 145px; }
  @media screen and (max-width: 1024px) {
    .expandField .selfRepInner .secLeft {
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
      margin-right: 40px;
      float: none; }
      .expandField .selfRepInner .secLeft img {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .expandField .selfRepInner .secLeft {
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
      margin-right: 5px;
      position: relative;
      top: -5px; } }

.expandField .selfRepInner .secRight {
  text-align: left;
  margin: 0 0 0 155px; }
  @media screen and (max-width: 1024px) {
    .expandField .selfRepInner .secRight {
      margin: 0; } }

.expandField .selfRepInner .secRight .qaTitle {
  font-size: 180%;
  color: #3e4a47;
  margin: 0 0 20px; }
  @media screen and (max-width: 1024px) {
    .expandField .selfRepInner .secRight .qaTitle {
      font-size: 18px; } }

.expandField .selfRepInner .secRight .comment {
  line-height: 1.8;
  font-size: 110%; }
  @media screen and (max-width: 1024px) {
    .expandField .selfRepInner .secRight .comment {
      line-height: 1.4;
      font-size: 14px; } }

/* ===========================================
SizeAdjustment
=========================================== */
@media screen and (max-width: 600px) {
  .expandField .selfRepInner .secLeft img {
    width: 80%; } }

@media screen and (max-width: 480px) {
  .expandField .selfRepInner .secRight {
    width: 100%;
    float: none; } }

/* =======================================
	ClearFix
======================================= */
.listCover:before,
.listCover:after,
.expandField .selfRepInner:before,
.expandField .selfRepInner:after {
  content: " ";
  display: table; }

.listCover:after,
.expandField .selfRepInner:after {
  clear: both; }

.listCover,
.expandField .selfRepInner {
  *zoom: 1; }

/*# sourceMappingURL=../_map/page/top.css.map */
