/*
Theme Name: 株式会社RIO-FORGE
Description: 鉄工会社のWebサイト
Theme URI: https://rio-forge.co.jp
Author: Yuki Nakamori
Author URI: https://www.derize.com
Version: 1.02
*/


@charset "utf-8";

/* /_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_
モバイル向けレイアウト指定：～781px
PC向けレイアウト指定：782px〜
/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_*/

*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 17px;
}

body, html {
  height: 100%;
}

body {
  color: #000;
  font: 400 1rem/1.9 "Noto Sans Jp", sans-serif;
  -webkit-font-smoothing: subpixel-antialiased;
  font-style: normal;
  text-align: justify;
  text-justify: inter-ideograph;
  -webkit-text-size-adjust: 100%;
  width: 100%;
  word-wrap: break-word;
}

@media only screen and (max-width: 782px) {
  html {
    font-size: 16px;
  }

  body {
    font-size: 1rem;
    line-height: 1.8;
  }
}

body.fixed {
  height: 100%;
  position: fixed;
  width: 100%;
}

a {
  color: #2d2300;
  text-decoration: none;
}

a:hover, a img:hover {
  opacity: .7;
  -webkit-transition: ease .3s opacity;
     -moz-transition: ease .3s opacity;
      -ms-transition: ease .3s opacity;
       -o-transition: ease .3s opacity;
          transition: ease .3s opacity;
}

/* 共通画像100% */
.image img {
  display: block;
  height: auto;
  width: 100%;
}

.image {
  display: block;
  height: auto;
  width: 100%;
}

/* 共通インナー */
.inner {
  margin: 0 auto;
  max-width: 1160px;
  padding: 0 40px;
}

.inner-qua {
  margin: 0 auto;
  max-width: 880px;
  padding: 0 40px;
}

.inner-poli {
  margin: 0 auto;
  max-width: 970px;
  padding: 0 40px;
}

@media only screen and (max-width: 782px) {
  .inner, .inner-qua {
    max-width: 600px;
    padding: 0;
    width: 90%;
  }
}

/* 共通マージン */
.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt80 {
  margin-top: 80px;
}

.mt-ser {
  margin-top: 80px;
}

.p10 {
  padding-bottom: 10px;
  padding-top: 10px;
}

.p30 {
  padding-bottom: 30px;
  padding-top: 30px;
}

.p40 {
  padding-bottom: 40px;
  padding-top: 40px;
}

.p50 {
  padding-bottom: 50px;
  padding-top: 50px;
}

.p60 {
  padding-bottom: 60px;
  padding-top: 60px;
}

.p80 {
  padding-bottom: 80px;
  padding-top: 80px;
}

.p-round {
  padding-bottom: 20px;
  padding-top: 50px;
}

.p-flow {
  padding-bottom: 20px;
  padding-top: 70px;
}

.p-rec {
  padding-bottom: 20px;
  padding-top: 50px;
}

@media only screen and (max-width: 782px) {
  .mt10 {
    margin-top: 5px;
  }

  .mt20 {
    margin-top: 15px;
  }

  .mt30 {
    margin-top: 20px;
  }

  .mt40 {
    margin-top: 25px;
  }

  .mt50 {
    margin-top: 30px;
  }

  .mt60 {
    margin-top: 40px;
  }

  .mt80 {
    margin-top: 60px;
  }

  .mt-ser {
    margin-top: 40px;
  }

  .p30 {
    padding-bottom: 20px;
    padding-top: 20px;
  }

  .p40 {
    padding-bottom: 25px;
    padding-top: 25px;
  }

  .p50 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p60 {
    padding-bottom: 30px;
    padding-top: 30px;
  }

  .p80 {
    padding-bottom: 60px;
    padding-top: 60px;
  }

  .p-round {
    padding-bottom: 20px;
    padding-top: 30px;
  }

  .p-flow {
    padding-bottom: 20px;
    padding-top: 46px;
  }

  .p-rec {
    padding-bottom: 20px;
    padding-top: 30px;
  }
}

/* カラー */
.co-w {
  color: #fff;
}
.co-r {
  color: #e60016;
}

.co-b {
  color: #006dd2;
}

.back-w {
  background: #fff;
}

.back-wb {
  background: #f2f9ff;
}

.back-b {
  background: #006dd2;
}

/* リンク色 */
.link-color {
  color: #ff4800;
  font-weight: 500;
  text-decoration: underline;
}

/* ポジション */
.po-re {
  position: relative;
}

.ov-h {
  overflow: hidden;
}

/* 中央揃え */
.ma-auto {
  margin-left: auto;
  margin-right: auto;
}

.txt-center {
  text-align: center;
}

/* 字下げ */
.note {
  padding-left: 1em;
  text-indent: -1em;
}

/* フォント */
@font-face {
  font-family: "poppins-medium";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/poppins-medium.woff2") format("woff2"),
  url("./fonts/poppins-medium.woff") format("woff"),
  url("./fonts/poppins-medium.ttf") format("truetype");
}

.font-en {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
}

.font-wn {
  font-weight: normal;
}

.font-w500 {
  font-weight: 500;
}

.font-w700 {
  font-weight: 700;
}

.font-w800 {
  font-weight: 800;
}

/* 行間 */
.linehight14 {
  line-height: 1.4;
}

.linehight15 {
  line-height: 1.5;
}

.linehight16 {
  line-height: 1.6;
}

.linehight17 {
  line-height: 1.7;
}

.linehight18 {
  line-height: 1.8;
}

.linehight20 {
  line-height: 2;
}

.linehight22 {
  line-height: 2.2;
}

@media screen and (max-width: 782px) {
  .linehight22 {
    line-height: 2;
  }
}

/* サイズ */
.font-s18 {
  font-size: 18px;
}

@media screen and (max-width: 782px) {
  .font-s18 {
    font-size: 17px;
  }
}

/* 重なり */
.zindex1 {
  position: relative;
  z-index: 1;
}

.zindex2 {
  position: relative;
  z-index: 2;
}

/* ラウンド */
.round {
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
      -ms-border-radius: 40px;
       -o-border-radius: 40px;
          border-radius: 40px;
}

/* 打ち消し線 */
.strike {
  text-decoration: line-through;
  white-space: pre;
}

#topcontrol {
  z-index: 999;
}

/*==========================================
 モバイルナビ
===========================================*/
.menu-inner {
  background: #f2f9ff;
  bottom: 0;
  left: -300px;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  width: 82%;
  z-index: 1001;
}

.open .menu-inner {
  left: 0;
  opacity: 1;
  pointer-events: auto;
}

.menu-inner {
  padding: 0 0 50px 0;
}

.menu-inner li {
  border-bottom: solid 2px #fff;
  margin: 0 auto 22px;
  max-width: 190px;
  padding-bottom: 8px;
}

.menu-inner li img {
  margin: auto;
}

.menu-inner li.nav-1 img {
  max-width: 66.6px;
}

.menu-inner li.nav-2 img {
  max-width: 66.6px;
}

.menu-inner li.nav-3 img {
  max-width: 78.3px;
}

.menu-inner li.nav-4 img {
  max-width: 66.6px;
}

.menu-inner li.nav-5 img {
  max-width: 112.5px;
}

.menu-inner li.nav-6 img {
  max-width: 63.9px;
}

.menu-inner li.nav-7 img {
  max-width: 136px;
}

.menu-inner li.nav-7 {
  border-bottom: none;
}

.logo-mb {
  margin-left: 30px;
  margin-top: 9px;
}

.mb-top {
  padding-top: 30px;
}

.menu-inner li.mb-mb {
  margin-bottom: 6px;
}


/*============
.toggle_btn
=============*/
.toggle_btn {
  display: none;
}

@media screen and (max-width: 782px) {
  .nav-btn {
    background: #006dd2;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
        -ms-border-radius: 50%;
         -o-border-radius: 50%;
            border-radius: 50%;
    height: 42px;
    position: fixed;
    right: 10px;
    top: 13px;
    width: 42px;
    z-index: 1001;
  }

  .toggle_btn {
    cursor: pointer;
    display: block;
    height: 28px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    transition: all .5s;
    width: 26px;
  }

  .toggle_btn span {
    background-color: #fff;
    border-radius: 4px;
    display: block;
    height: 4px;
    left: 0;
    position: absolute;
    -webkit-transform: scaleY(.5) translateY(-50%);
       -moz-transform: scaleY(.5) translateY(-50%);
        -ms-transform: scaleY(.5) translateY(-50%);
         -o-transform: scaleY(.5) translateY(-50%);
            transform: scaleY(.5) translateY(-50%);
    -webkit-transition: all .5s;
       -moz-transition: all .5s;
        -ms-transition: all .5s;
         -o-transition: all .5s;
            transition: all .5s;
    width: 26px;
  }

  .toggle_btn span:nth-child(1) {
    top: 4px;
  }

  .toggle_btn span:nth-child(2) {
    top: 13px;
  }

  .toggle_btn span:nth-child(3) {
    bottom: 2px;
  }

  .open .toggle_btn span {
    background-color: #fff;
    height: 3px;
  }

  .open .toggle_btn span:nth-of-type(1) {
    -webkit-transform: translateY(9px) rotate(-45deg);
       -moz-transform: translateY(9px) rotate(-45deg);
        -ms-transform: translateY(9px) rotate(-45deg);
         -o-transform: translateY(9px) rotate(-45deg);
            transform: translateY(9px) rotate(-45deg);
  }

  .open .toggle_btn span:nth-of-type(2) {
    -webkit-animation: active-btn05-bar02 .8s forwards;
            animation: active-btn05-bar02 .8s forwards;
    left: 50%;
    opacity: 0;
  }

  @-webkit-keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  @keyframes active-btn05-bar02 {
    100% {
      height: 0;
    }
  }

  .open .toggle_btn span:nth-of-type(3) {
    bottom: 3px;
    -webkit-transform: translateY(-9px) rotate(45deg);
       -moz-transform: translateY(-9px) rotate(45deg);
        -ms-transform: translateY(-9px) rotate(45deg);
         -o-transform: translateY(-9px) rotate(45deg);
            transform: translateY(-9px) rotate(45deg);
  }
}

/*============
#mask
=============*/
.mask {
  display: none;
  transition: all .5s;
}

.open .mask {
  background: #000;
  cursor: pointer;
  display: block;
  height: 100%;
  left: 0;
  opacity: .8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

/*==========================================
 ヘッダー PCナビ
===========================================*/
.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  left: 0;
  padding: 0 3%;
  position: absolute;
  top: 40px;
  width: 100%;
  z-index: 2;
}

.logo {
  background: rgba(255, 255, 255, .85);
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
      -ms-border-radius: 34px;
       -o-border-radius: 34px;
          border-radius: 34px;
  height: 75px;
  max-width: 310px;
  position: relative;
  width: 24%;
}

.logo img {
  left: 0;
  margin: auto;
  max-width: 250px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 85%;
}

@media only screen and (max-width: 950px) {
  .logo {
    height: 60px;
  }
}

@media only screen and (max-width: 782px) {
  .header {
    padding: 0 0 0 10px;
    top: 9px;
  }

  .logo {
    height: 50px;
    max-width: 210px;
    width: 100%;
  }

  .logo img {
    width: 80%;
  }
}

.nav {
  align-items: center;
  background: rgba(255, 255, 255, .85);
  -webkit-border-radius: 34px;
     -moz-border-radius: 34px;
      -ms-border-radius: 34px;
       -o-border-radius: 34px;
          border-radius: 34px;
  display: flex;
  height: 75px;
  justify-content: flex-end;
  max-width: 845px;
  overflow: hidden;
  width: 74%;
}

@media only screen and (max-width: 950px) {
  .nav {
    height: 60px;
  }
}

.nav li {
  margin-left: 3%;
  position: relative;
}

.nav-1 {
  max-width: 74px;
}

.nav-2 {
  max-width: 74px;
}

.nav-3 {
  max-width: 87px;
}

.nav-4 {
  max-width: 74px;
}

.nav-5 {
  max-width: 125px;
}

.nav-6 {
  max-width: 71px;
}

.nav-7 {
  margin-right: 1.5%;
  max-width: 136px;
}

@media only screen and (max-width: 782px) {
  .nav {
    display: none;
  }
}

.nav li::after {
  background: #70a9de;
  bottom: -8px;
  content: "";
  height: 2px;
  position: absolute;
  -webkit-transform: scale(0, 1);
     -moz-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
       -o-transform: scale(0, 1);
          transform: scale(0, 1);
  transform-origin: left top;
  -webkit-transition: transform .3s;
     -moz-transition: transform .3s;
      -ms-transition: transform .3s;
       -o-transition: transform .3s;
          transition: transform .3s;
  width: 100%;
}

.nav li:hover::after {
  -webkit-transform: scale(1, 1);
     -moz-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
       -o-transform: scale(1, 1);
          transform: scale(1, 1);
}

.nav li.nav-7::after {
  background: none;
}

/*==========================================
 フルスクリーン
===========================================*/
.screen-over {
  height: 740px;
  position: relative;
}

.screen {
  -webkit-border-radius: 0 0 40px 0;
     -moz-border-radius: 0 0 40px 0;
      -ms-border-radius: 0 0 40px 0;
       -o-border-radius: 0 0 40px 0;
          border-radius: 0 0 40px 0;
  height: 740px;
  margin: 0 40px;
  position: relative;
}

.slide-img {
  -webkit-border-radius: 0 0 40px 0;
     -moz-border-radius: 0 0 40px 0;
      -ms-border-radius: 0 0 40px 0;
       -o-border-radius: 0 0 40px 0;
          border-radius: 0 0 40px 0;
  height: 740px;
  width: 100%;
}

@media only screen and (max-width: 782px) {
  .screen-over {
    height: 340px;
  }

  .screen {
    height: 340px;
    margin: 0 0 0 20px;
  }

  .slide-img {
    height: 340px;
  }
}

.swiper-slide1 {
  background: url(./images/screen/screen1.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide2 {
  background: url(./images/screen/screen2.jpg) no-repeat center 20%;
  background-size: cover;
}

.swiper-slide3 {
  background: url(./images/screen/screen3.jpg) no-repeat center 40%;
  background-size: cover;
}

.swiper-slide4 {
  background: url(./images/screen/screen4.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide5 {
  background: url(./images/screen/screen5.jpg) no-repeat center center;
  background-size: cover;
}

.swiper-slide6 {
  background: url(./images/screen/screen6.jpg) no-repeat center center;
  background-size: cover;
}

/* キャッチフレーズ */
.catch-container {
  align-items: center;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.catch-waku {
  margin-bottom: -1px;
  margin-left: 39px;
  max-width: 641px;
  width: 45%;
}

.catch {
  left: 0;
  margin-left: 9%;
  max-width: 465px;
  position: absolute;
  right: 0;
  top: 55%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 75%;
}

.sub-catch {
  margin-right: 55px;
  max-width: 848px;
  width: 55%;
}

.nav-con {
  max-width: 300px;
  position: absolute;
  right: 0;
  top: 51%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20%;
}

.sub-catch-mb {
  display: none;
}

@media only screen and (max-width: 782px) {
  .catch-waku {
    margin-left: 19px;
    max-width: 270px;
    width: 60%;
  }

  .sub-catch {
    display: none;
  }

  .nav-con {
    max-width: 170px;
    top: 52%;
    width: 35%;
  }

  .sub-catch-mb {
    display: block;
    left: 0;
    margin: auto;
    max-width: 280px;
    position: absolute;
    right: 0;
    top: 43%;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 70%;
    z-index: 1;
  }
}

/*==========================================
 トップアバウト
===========================================*/
.topround-box {
  -webkit-border-radius: 40px 40px 40px 0;
     -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
       -o-border-radius: 40px 40px 40px 0;
          border-radius: 40px 40px 40px 0;
  margin-left: 40px;
  margin-right: 40px;
  min-height: 620px;
}

.topabout-img {
  background: url(./images/topabout-img.jpg) no-repeat center 0;
  background-size: cover;
  -webkit-border-radius: 0 0 40px 0;
     -moz-border-radius: 0 0 40px 0;
      -ms-border-radius: 0 0 40px 0;
       -o-border-radius: 0 0 40px 0;
          border-radius: 0 0 40px 0;
  bottom: 0;
  height: 400px;
  left: 0;
  position: absolute;
  width: 100%;
}

.round-img {
  bottom: -1px;
  left: -1px;
  max-width: 641px;
  position: absolute;
  width: 45%;
}

@media only screen and (max-width: 1170px) {
  .topround-box {
    min-height: auto;
    padding-bottom: 150px;
  }

  .topabout-img {
    height: 280px;
  }
}

@media only screen and (max-width: 782px) {
  .topround-box {
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 100px;
  }

  .topabout-img {
    opacity: .3;
  }

  .round-img {
    width: 60%;
  }
}

.lead-container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
}

.lead-l {
  margin-right: 4%;
  min-width: 320px;
  width: 40%;
}

.lead-r {
  width: 55.55555556%;
}

.sub-en {
  font-size: 1.2rem;
}

.lead-title {
  font-size: 2.6rem;
  line-height: 1.5;
  margin-top: 6px;
}

.link {
  max-width: 300px;
}

.link-txt {
  font-size: 1.1rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

a.link img:hover {
  opacity: 1;
}

@media only screen and (max-width: 1080px) {
  .lead-title {
    font-size: 2.3rem;
  }
}

@media only screen and (max-width: 782px) {
  .lead-container {
    display: block;
  }

  .lead-l {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .lead-r {
    margin-top: 30px;
    width: 100%;
  }

  .sub-en {
    font-size: 1.1rem;
    text-align: center;
  }

  .lead-title {
    font-size: 2rem;
    line-height: 1.4;
    margin-top: 2px;
    text-align: center;
  }

  .link {
    margin-left: auto;
    margin-right: auto;
    max-width: 220px;
  }

  .link-txt {
    font-size: 1rem;
  }
}

/*==========================================
 トップ品質
===========================================*/
.title-l {
  margin-top: -20px;
  max-width: 800px;
  position: relative;
  width: 72%;
}

.maru-po {
  left: 4%;
  max-width: 198px;
  position: absolute;
  top: 0;
  width: 15%;
}

.lead-title-c {
  font-size: 2.9em;
  line-height: 1.5;
}

@media only screen and (max-width: 782px) {
  .title-l {
    margin-top: -16px;
    width: 100%;
  }

  .maru-po {
    display: none;
  }

  .lead-title-c {
    font-size: 2em;
    line-height: 1.4;
  }
}

.qua-container {
  display: flex;
  flex-wrap: wrap;
}

.qua-container li {
  margin-right: 4.166666667%;
  margin-top: 65px;
  position: relative;
  width: 30.55555556%;
}

.qua-container li:nth-child(3n) {
  margin-right: 0;
}

.qua-no {
  color: #52b0f7;
  font-size: 3.8rem;
  left: 20px;
  line-height: 1;
  position: absolute;
  top: -36px;
}

.qua-txt {
  font-weight: 500;
  line-height: 1.7;
  margin-top: 10px;
  padding: 0 10%;
}

.link-container {
  display: flex;
  justify-content: center;
}

.link-container a {
  display: block;
  max-width: 300px;
}

.link-container a:first-child {
  margin-right: 2%;
}

@media only screen and (max-width: 782px) {
  .qua-container li {
    margin-right: 4%;
    margin-top: 40px;
    width: 48%;
  }

  .qua-container li:nth-child(3n) {
    margin-right: 4%;
  }

  .qua-container li:nth-child(2n) {
    margin-right: 0;
  }

  .qua-no {
    font-size: 2.5rem;
    left: 10px;
    top: -22px;
  }

  .qua-txt {
    font-size: .88rem;
    line-height: 1.6;
    padding: 0 6%;
  }

  .link-container {
    display: block;
  }

  .link-container a {
    max-width: 220px;
  }

  .link-container a:first-child {
    margin-bottom: 10px;
    margin-right: auto;
  }
}

/*==========================================
 トップサービス
===========================================*/
.ser-box {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
      -ms-border-radius: 10px;
       -o-border-radius: 10px;
          border-radius: 10px;
  padding: 15px 5%;
}

.ser-boxti {
  border-bottom: 3px solid #000;
  display: inline-block;
  font-size: 1.15rem;
}

.ser-list li {
  padding-left: 16px;
  position: relative;
}

.ser-list li::before {
  color: #e60016;
  content: "●";
  font-size: .6em;
  left: 0;
  position: absolute;
  top: .4rem;
}

.topser-img {
  background: url(./images/topser-img.jpg) no-repeat center 0;
  background-size: cover;
}

@media only screen and (max-width: 782px) {
  .ser-list {
    margin-top: 12px;
  }
}

/*==========================================
 トップ実績紹介
===========================================*/
/* 画像比率 */
.middle-image img {
  height: 100%;
  left: 50%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.middle-image {
  overflow: hidden;
  padding-top: 66.66666667%;
  position: relative;
  width: 100%;
}

/* リスト */
.works-container {
  display: flex;
  flex-wrap: wrap;
}

.works-container li {
  margin-right: 4.166666667%;
  margin-top: 40px;
  position: relative;
  width: 30.55555556%;
}

.works-container li img {
  -webkit-border-radius: 40px;
     -moz-border-radius: 40px;
      -ms-border-radius: 40px;
       -o-border-radius: 40px;
          border-radius: 40px;
}

.works-container li:nth-child(3n) {
  margin-right: 0;
}

@media only screen and (max-width: 782px) {
  .works-container {
    margin-top: 10px;
  }

  .works-container li {
    margin-right: 4%;
    margin-top: 20px;
    width: 48%;
  }

  .works-container li img {
    -webkit-border-radius: 30px;
       -moz-border-radius: 30px;
        -ms-border-radius: 30px;
         -o-border-radius: 30px;
            border-radius: 30px;
  }

  .works-container li:nth-child(3n) {
    margin-right: 4%;
  }

  .works-container li:nth-child(2n) {
    margin-right: 0;
  }
}

/* 全ての実績ページ */
.allworks-ti {
  border-bottom: 1px solid #006dd2;
  padding: 10px 6% 10px;
}

@media only screen and (max-width: 782px) {
  .allworks-ti {
    font-size: .8rem;
    padding: 6px 3% 6px;
  }
}

/*==========================================
 お知らせ
===========================================*/
.newsround-box {
  min-height: auto;
}

@media only screen and (max-width: 1170px) {
  .newsround-box {
    padding-bottom: 0;
  }
}

.round-page {
  margin-bottom: -1px;
  margin-left: -1px;
  max-width: 641px;
  width: 45%;
}

@media only screen and (max-width: 782px) {
  .round-page {
    width: 60%;
  }
}

.news-title-wrap {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.news-title {
  align-items: center;
  display: flex;
  line-height: 1.5;
}

.news-title-ro {
  font-size: 3.2rem;
}

.news-title-sub {
  font-size: 1.2rem;
  margin-left: 18px;
}

@media only screen and (max-width: 782px) {
  .link-news {
    display: none;
  }

  .news-title-wrap {
    display: block;
  }

  .news-title {
    display: block;
    line-height: 1.2;
  }

  h3.news-title-ro {
    font-size: 2.6rem;
    text-align: center;
  }

  .news-title-sub {
    font-size: 1.2rem;
    margin-left: 0;
    text-align: center;
  }
}

/* リスト */
.news-list li {
  margin-top: 17px;
}

.news-list li a {
  align-items: center;
  background: #fff;
  display: flex;
  font-size: 1.05rem;
  line-height: 1.7;
  padding: 6px 50px;
  position: relative;
}

.news-list li a:before, .news-list li a:after {
  color: #e60016;
  content: "⚫︎";
  font-size: .9rem;
  left: 15px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.news-list li a:after {
  left: auto;
  right: 15px;
}

.news-list li time {
  border-right: 5px solid #52b0f7;
  font-family: "poppins-medium";
  padding: 18px 3% 18px 0;
}

.news-list li p {
  padding-left: 3%;
}

.pc-none {
  display: none;
}

@media only screen and (max-width: 782px) {
  .news-list li {
    margin-top: 10px;
  }

  .news-list li a {
    display: block;
    font-size: 1rem;
    padding: 15px 6%;
  }

  .news-list li a:before, .news-list li a:after {
    font-size: .8rem;
    left: 6%;
    top: 30px;
  }

  .news-list li a:after {
    display: none;
  }

  .news-list li time {
    border-right: none;
    padding: 0 0 18px 20px;
  }

  .news-list li p {
    padding-left: 0;
  }

  .pc-none {
    display: block;
  }
}

/*==========================================
 採用情報
===========================================*/
.rec-back {
  background: linear-gradient(to bottom,
  #fff 0%,
  #fff 33.333%,
  #f2f9ff 33.333%,
  #f2f9ff 100%);
}

.recround-box {
  -webkit-border-radius: 0 40px 0 40px;
     -moz-border-radius: 0 40px 0 40px;
      -ms-border-radius: 0 40px 0 40px;
       -o-border-radius: 0 40px 0 40px;
          border-radius: 0 40px 0 40px;
  margin-left: 40px;
  margin-right: 40px;
}

@media only screen and (max-width: 782px) {
  .recround-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.foot-rec {
  margin-top: -1px;
  max-width: 788px;
  width: 58%;
}

.rec-12 {
  max-width: 522px;
  position: absolute;
  right: 2.5%;
  top: -33px;
  width: 35%;
}

.rec-3 {
  left: -80px;
  max-width: 250px;
  position: absolute;
  top: 195px;
  width: 17%;
}

.rec-container {
  width: 58%;
}

.rec-catch {
  font-size: 1.8rem;
  margin-bottom: 10px;
}

.rec-catch br {
  display: none;
}

.round-rec {
  bottom: -1px;
  max-width: 363px;
  position: absolute;
  right: -1px;
  width: 26%;
}

.rec-list {
  display: none;
}

@media only screen and (max-width: 1480px) {
  .rec-container {
    margin-left: 7%;
  }
}

@media only screen and (max-width: 1285px) {
  .rec-3 {
    top: 160px;
  }
}

@media only screen and (max-width: 1115px) {
  .rec-catch br {
    display: block;
  }

  .rec-3 {
    top: 200px;
  }
}

@media only screen and (max-width: 1090px) {
  .rec-12 {
    top: -60px;
    width: 35%;
  }

  .rec-3 {
    left: -70px;
  }
}

@media only screen and (max-width: 930px) {
  .rec-3 {
    left: -50px;
  }
}

@media only screen and (max-width: 782px) {
  .foot-rec {
    width: 95%;
  }

  .rec-12 {
    display: none;
  }

  .rec-3 {
    display: none;
  }

  .rec-container {
    margin-left: 0;
    width: 100%;
  }

  .rec-catch {
    font-size: 1.5rem;
  }

  .round-rec {
    width: 34%;
  }

  .rec-list {
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .rec-list li {
    margin-right: 2%;
    max-width: 250px;
    width: 32%;
  }

  .rec-list li:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 500px) {
  .rec-list {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
    padding-bottom: 30px;
  }
}

/*==========================================
 お問い合わせ
===========================================*/
.conround-box {
  background: url(./images/con-back.jpg) no-repeat center center;
  background-size: cover;
  -webkit-border-radius: 40px 40px 40px 0;
     -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
       -o-border-radius: 40px 40px 40px 0;
          border-radius: 40px 40px 40px 0;
  margin-left: 40px;
  margin-right: 40px;
  position: relative;
}

.conround-box::before {
  background: rgba(255, 255, 255, .8);
  -webkit-border-radius: 40px 40px 40px 0;
     -moz-border-radius: 40px 40px 40px 0;
      -ms-border-radius: 40px 40px 40px 0;
       -o-border-radius: 40px 40px 40px 0;
          border-radius: 40px 40px 40px 0;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.round-con {
  margin-bottom: -1px;
  margin-left: -1px;
  max-width: 363px;
  position: relative;
  width: 26%;
  z-index: 2;
}

@media only screen and (max-width: 782px) {
  .conround-box {
    margin-left: 20px;
    margin-right: 20px;
  }

  .round-con {
    width: 34%;
  }
}

.con-container {
  display: flex;
  justify-content: space-between;
}

.con-item {
  margin-right: 5.555555556%;
  min-width: 374px;
  width: 48.14814815%;
}

.con-item p {
  font-size: 1.05rem;
}

.tel-container {
  width: 40.74074074%;
}

.tel-container a {
  display: block;
}

.tel-container a:first-child {
  margin-bottom: 20px;
}

@media only screen and (max-width: 850px) {
  .con-container {
    display: block;
  }

  .con-item {
    margin-right: 0;
    min-width: auto;
    width: 100%;
  }

  .tel-container {
    margin-top: 20px;
    max-width: 300px;
    width: 100%;
  }

  .tel-container a:first-child {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 782px) {
  .con-item p {
    margin-top: 20px;
  }

  .con-item p br {
    display: none;
  }

  .tel-container {
    margin-left: auto;
    margin-right: auto;
  }
}

/* フッターナビ */
.foot-nav {
  align-items: center;
  display: flex;
  justify-content: center;
}

.foot-nav li {
  margin-left: 2.5%;
}

.foot-nav li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 782px) {
  .foot-nav {
    flex-wrap: wrap;
  }

  .foot-nav li {
    border-bottom: 1px solid #cee8ff;
    margin-bottom: 10px;
    margin-left: 0;
    max-width: 50%;
    padding-bottom: 10px;
    width: 100%;
  }

  .foot-nav .nav-1 img {
    max-width: 62.9px;
  }

  .foot-nav .nav-2 img {
    max-width: 62.9px;
  }

  .foot-nav .nav-3 img {
    max-width: 73.95px;
  }

  .foot-nav .nav-4 img {
    max-width: 62.9px;
  }

  .foot-nav .nav-5 img {
    max-width: 106.25px;
  }

  .foot-nav .nav-6 img {
    max-width: 60.35px;
  }
}

.foot-logo {
  max-width: 250px;
}

.foot-add {
  margin-top: 5px;
}

.copy {
  font-size: .9rem;
  letter-spacing: .15rem;
}

@media only screen and (max-width: 782px) {
  .foot-logo {
    max-width: 200px;
  }

  .foot-add {
    margin-top: 5px;
  }

  .copy {
    font-size: .8rem;
    letter-spacing: .07rem;
    margin-top: 15px;
  }
}

/*==========================================
 アニメーション
===========================================*/
/* ヘッダーアニメーション */
@keyframes fadeUp {
  from {
    opacity: 0;
    -webkit-transform: translateY(20px);
       -moz-transform: translateY(20px);
        -ms-transform: translateY(20px);
         -o-transform: translateY(20px);
            transform: translateY(20px);
  }

  to {
    opacity: 1;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0);
  }
}

.fade-up {
  -webkit-animation: fadeUp 2.5s ease .5s 1 normal backwards;
          animation: fadeUp 2.5s ease .5s 1 normal backwards;
  animation-fill-mode: both;
}

/* キャッチアニメーション */
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fadeIn 3s ease 1s 1 normal backwards;
          animation: fadeIn 3s ease 1s 1 normal backwards;
  animation-fill-mode: both;
}

/* 下からフェードイン */
.fadein-bottom {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
       -o-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all .5s linear;
     -moz-transition: all .5s linear;
      -ms-transition: all .5s linear;
       -o-transition: all .5s linear;
          transition: all .5s linear;
}

.fadein-bottom.active {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
       -o-transform: translateY(0);
          transform: translateY(0);
}

/* 遅れて表示 */
.fade-delay1 {
  transition-delay: .1s;
}

.fade-delay2 {
  transition-delay: .3s;
}

.fade-delay3 {
  transition-delay: .5s;
}

.fade-delay4 {
  transition-delay: .7s;
}

.delay01 {
  animation-delay: .2s;
}
