@charset "UTF-8";
/* CSS Document */
/*====================================================================

common.css

=====================================================================*/
/*--------------------------------------------------------------------/
	first
  --------------------------------------------------------------------*/
  .first {
    margin: 0;
    padding: 0;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% top;
  }

  .first .l-cont {
    position: relative;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
  }
  .fv__wrap {
    width: 100%;
    height: 100%;
    position: relative;
  }

  .scroll__wrap {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  .scrolldown {
    color: #fff;
    font-size: calc(1.2rem + 12 * (100vw - 320px) / 680);
    letter-spacing: 1px;
  }
  .arrow-down {
    display: block;
    margin: 0 auto;
    font-size: 3rem;
    text-align: center;
    animation: vertical 1s ease-in-out infinite alternate;
  }
  .arrow-down a {
    color: #fff;
  }

/*--------------------------------------------------------------------/
	content
  --------------------------------------------------------------------*/
  .top-cont04__half, .top-cont04__news {
    background-color: #fff;
  }

  .cont__wrap {
    padding-top: 6rem;
  }
  .txt__read {
    text-align: left;
    margin-bottom: 3rem;
    font-size: calc(1.4rem + 2 * (100vw - 320px) / 680);
  }
  .feed-box__wrap {
    /*overflow: hidden;*/
    text-align: left;
    color: #fff;
  }

  [class*="feed-box-"] {
    padding: 4.5rem 4rem 5rem;
  }

  .feed-box__tit {
    font-size: calc(1.6rem + 4 * (100vw - 320px) / 680);
    border-bottom: solid 1px;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    line-height: 1;
  }
  .feed-box__tit span {
    margin-left: 2rem;
    font-size: 0.7em;
    font-weight: 100;
  }

  [class^="feed__icon"] {
    display: inline-block;
    margin-left: 1.5rem;
    padding: .3rem .6rem;
    line-height: 1;
    border-radius: 3px;
  }

  .feed-box__table {
    width: 100%;
  }
  .feed-box__table__wrap {
    max-height: 150px;
    overflow-y: auto;
  }
  .feed-box__table th, .feed-box__table td {
    display: block;
    text-align: left;
  }
  .feed-box__table th {
    font-weight: 400;
    padding: .5rem 1rem 0 0;
  }
  .feed-box__table td {
    padding: 0 1rem 1rem 0;
  }
  .feed-box__table td a {
    color: #fff;
    border-bottom: 1px solid #fff;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .feed-box__table td a:hover {
    border-bottom: none;
  }

  /* top-cont01 */
  .top-cont01 {
    background: #fff;
    z-index: 1;
  }

  /* top-cont02 */
  .top-cont02 {
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% top;
  }

  .top-cont02 .l-cont {
    position: relative;
  }
  .works_read {
  }

  /* top-cont03 */
  .top-cont03 {
    background: #fff;
    z-index: 1;
  }
  .top-cont03 .c-box__tit {
    margin-bottom: 2rem;
  }

  .top-cont04 {
    background: #fff;
  }

  /* top-cont05  */
  .top-cont05 {
    color: #fff;
    padding: 0;
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: auto;
    background-position: 50% top;
  }
  .top-cont05 .l-cont {
    position: relative;
  }

  .contact__tel {
    text-align: center;
    margin-bottom: 2rem;
    font-size: calc(2rem + 16 * (100vw - 320px) / 680);
  }
  .contact__tel a {
    color: #fff !important;
  }

  /* common-banner */
  .common-banner {
    background: #fff;
  }
  .common-banner__wrap {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .common-banner__list {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: flex-start;
    -webkit-box-pack: start;
  }
  .common-banner__list > * {
    height: auto;
    width: 48.96%;
    vertical-align: top;
  }
  .common-banner__list > *:not(:nth-child(2n)) {
    margin-right: 2.00%;
  }
  .common-banner__list > *:not(:nth-last-child(-n+2)) {
    margin-bottom: 1.5rem;
  }
  .common-banner__item a {
    display: block;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .common-banner__item a:hover {
    opacity: 0.7;
  }
  .common-banner__item a img {
    width: 100%;
  }
  .common-banner__item a {
    display: block;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
  }
  .common-banner__item a:hover {
    opacity: 0.7;
  }

  .swiper-container {
    padding-bottom: 60px;
  }

  @media print, screen and (min-width: 481px) {
  /*====================================================================/
  	/*------------------タブレットスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .cont__wrap {
      padding-top: calc(6rem + 50 * (100vw - 480px) / 620);
    }

    [class*="feed-box-"] {
      padding: 6rem 4rem 7rem;
    }

    .common-banner__wrap {
      padding-top: calc(6rem + 60 * (100vw - 480px) / 620);
      padding-bottom: calc(6rem + 60 * (100vw - 480px) / 620);
    }
    .common-banner__list > * {
      height: auto;
      width: 23.44%;
      vertical-align: top;
    }
    .common-banner__list > *:not(:nth-child(2n)) {
      margin-right: 0;
    }
    .common-banner__list > *:not(:nth-last-child(-n+2)) {
      margin-bottom: 0;
    }
    .common-banner__list > *:not(:nth-child(4n)) {
      margin-right: 2.08%;
    }
    .common-banner__list > *:nth-last-child(-n+4) {
      margin-bottom: 2rem;
    }
  }
  @media print, screen and (min-width: 798px) {
  /*====================================================================/
  	/*-------------------小さいPCスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }
    .txt__read {
      text-align: center;
      margin-bottom: 4rem;
    }
    .top-cont03 .c-box {
      max-width: 800px;
    }
    .top-cont03 .c-box__tit {
      margin-bottom: 3rem;
    }

    [class*="top-cont04"] {
      padding-top: 10rem;
      padding-bottom: 10rem;
    }
    .pic-left {
      display: flex;
    }
    .pic-right {
      display: flex;
      flex-direction: row-reverse;
    }
    .pic-left figure {
      width: 31%;
      margin-right:4%;
    }
    .pic-right figure {
      width: 31%;
      margin-left:4%;
    }
    .pic-left .txt, .pic-right .txt {
      width: 65%;
    }
    .feed-box__wrap {
      margin: 0 auto;
      position: relative;
    }
    .top-cont04__half .feed-box__wrap {
      display: flex;
      padding: 0 4%;
    }
    .top-cont04__half .feed-box__wrap > * {
      background: transparent;
      width: 50%;
    }

    .top-cont04__half .feed-box--news {
      padding: 0;
      padding-right: 5%;
    }

    .top-cont04__half .feed-box--blog {
      padding: 0;
      padding-left: 5%;
    }
    .top-cont04__news .feed-box__wrap {
      max-width: 800px;
    }
  }
  @media print, screen and (min-width: 1017px) {
  /*====================================================================/
  	/*-------------------PCスタイル-------------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .scrolldown {
      font-size: 2.4rem;
    }
    .txt_read {
      font-size: 1.6rem;
      margin-bottom: 4rem;
    }
    .top-cont04__half .feed-box__wrap {
      width: 960px;
      padding: 0;
      margin: 0 auto;
    }

    [class*="feed-box-"] {
      padding: 4.5rem 0 5rem;
    }

    .feed-box__tit {
      font-size: 2rem;
    }

    .contact__tel {
      font-size: 3.6rem;
    }

    .common-banner__wrap {
      padding-top: 12rem;
      padding-bottom: 12rem;
    }
  }
  @media print, screen and (min-width: 1600px) {
  /*====================================================================/
  	/*-------------------full pcスタイル-------------------
    /====================================================================*/
    /* bg */
    .first {
      background-size: cover;
    }

    .top-cont02 {
      background-size: cover;
    }

    .top-cont05 {
      background-size: cover;
    }
  }
  @media screen and (max-width: 797px) {
  /*====================================================================/
  	/*------------------スマホタブレット共通スタイル---------
    /====================================================================*/
    html {
      width: 100%;
    }

    /*  トップ画面の背景設定　*/
    .first {
      background: transparent;
      position: relative;
      width: 100%;
    }
    .first::before {
      background-position: 50% top;
      background-repeat: no-repeat;
      background-size: contain;
      -webkit-background-size: contain;
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      content: "";
      z-index: -1;
    }
    .first::after {
      content: "";
      display: block;
      padding-top: 75%;
      z-index: -1;
    }
    .first .l-cont {
      position: absolute;
      margin: 0 auto;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    /* bg */
    .top-cont02 {
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover;
    }

    .top-cont05 {
      background-repeat: no-repeat;
      background-position: 50% 0;
      background-size: cover;
    }
  }
  @media screen and (max-width: 480px) {
  /*====================================================================/
  	/*------------------スマホのみスタイル----------------
    /====================================================================*/
    html {
      width: 100%;
    }

    .first::after {
      padding-top: 100%;
    }

    .txt p {
      font-size: 1.3rem;
    }

    [class*="feed-box-"] {
      padding: 4.5rem 2rem 5rem;
    }
  }
  @media all and (-ms-high-contrast: none) {
    *::-ms-backdrop, #global .global__items > li a {
      height: 100%;
    }
  }
  @media screen and (orientation: landscape) {
    .first::before {
      background-size: cover;
      -webkit-background-size: cover;
    }
  }
  @media print {
    header {
      display: none;
    }

    nav#global {
      display: none;
    }

    footer {
      display: none;
    }
  }
