@charset "UTF-8";
/*
Theme Name: reed-corp.jp
Author: SANGAKU
Author URI: https://www.reed-corp.jp/
Description: リード株式会社
Version: 1.0
*/
body {
  overflow: visible; }
  body.show {
    overflow: hidden; }

#header {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .5em 2.5vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10; }
  #header::after {
    background: rgba(255, 255, 255, 0);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    transition: 0.35s; }
  #header.scrollin::after {
    background: rgba(255, 255, 255, 0.8); }
  #header h1 {
    width: 7.5vw;
    z-index: 10; }
  #header #globalNav {
    z-index: 10; }
    #header #globalNav ul {
      display: flex;
      align-items: center; }
      #header #globalNav ul li {
        font-size: 108%;
        margin-left: 2em; }
        #header #globalNav ul li:first-child {
          margin-left: 0; }
        #header #globalNav ul li.contact {
          font-variant-ligatures: none; }
        #header #globalNav ul li a {
          display: block;
          padding: 1em 0;
          position: relative; }
          #header #globalNav ul li a::after {
            background: #1c2434;
            content: '';
            display: block;
            position: absolute;
            bottom: 0.85em;
            left: 50%;
            width: 0;
            height: 1px;
            transform: translateX(-50%);
            transition: 0.35s; }
          #header #globalNav ul li a:hover::after {
            width: 110%; }
  #header #menu {
    display: none;
    width: 2em;
    height: 2em;
    position: relative;
    z-index: 10; }
    #header #menu span {
      background: transparent;
      display: block;
      width: 100%;
      height: 1px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%); }
      #header #menu span::before, #header #menu span::after {
        background: #1c2434;
        content: '';
        position: absolute;
        width: 100%;
        height: 1px;
        transform-origin: 50% 50%;
        transition: all .35s; }
      #header #menu span::before {
        top: -0.35em; }
      #header #menu span::after {
        bottom: -0.35em; }
    #header #menu.show span {
      background: transparent; }
      #header #menu.show span::before {
        top: 0;
        transform: rotate(-45deg); }
      #header #menu.show span::after {
        bottom: 0;
        transform: rotate(45deg); }

#footer {
  background: #1c2434;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 2.5vw; }
  #footer .titleBox {
    display: flex;
    align-items: baseline; }
    #footer .titleBox h1 {
      width: 6vw; }
    #footer .titleBox .desc {
      font-size: 80%;
      margin-left: 2rem;
      padding-left: 2rem;
      position: relative; }
      #footer .titleBox .desc::before {
        background: #FFF;
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        width: 1px;
        height: 1em;
        transform: translateY(-50%); }
  #footer .copy {
    font-size: 80%; }

#top-page .main {
  background-image: url("assets/images/main_bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 100vw;
  height: 100vh; }
  #top-page .main .logoBox {
    text-align: center;
    width: 100%; }
    #top-page .main .logoBox h1 {
      margin: 0 auto;
      width: 12%; }
    #top-page .main .logoBox .txtBox {
      margin-top: 2em; }
      #top-page .main .logoBox .txtBox h2 {
        font-size: 200%;
        margin-bottom: 1rem; }
  #top-page .main .scroll {
    font-size: 83%;
    position: absolute;
    left: 2.5vw;
    left: max(24px, 2.5vw);
    bottom: 10em;
    transform-origin: 0% 100%;
    transform: rotate(90deg); }
    #top-page .main .scroll a {
      color: #1c2434;
      display: block;
      padding-right: 5em; }
    #top-page .main .scroll::after {
      background: #1c2434;
      content: '';
      display: block;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px; }
    #top-page .main .scroll span {
      background: #1c2434;
      border-radius: 50%;
      position: absolute;
      bottom: -0.225em;
      left: 0;
      display: block;
      width: 0.5em;
      height: 0.5em;
      opacity: 0;
      animation: 2s dot-move infinite running ease-out; }
@keyframes dot-move {
  0% {
    left: 5%;
    opacity: 0; }
  25% {
    opacity: 1; }
  75% {
    opacity: 1; }
  100% {
    left: 90%;
    opacity: 0; } }
#top-page .content .inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 10rem 0; }
  #top-page .content .inner .titleBox {
    margin-bottom: 4rem; }
    #top-page .content .inner .titleBox h2 {
      font-size: 200%;
      font-variant-ligatures: none;
      margin-bottom: 1rem; }
    #top-page .content .inner .titleBox .desc {
      font-size: 85%;
      letter-spacing: 0.05em; }
#top-page .content.service .inner .box ul {
  display: flex;
  justify-content: space-between; }
  #top-page .content.service .inner .box ul li {
    box-sizing: border-box;
    background: #FFF;
    padding: 3em 2em 2.5em;
    width: 23.5%; }
    #top-page .content.service .inner .box ul li .titBox {
      margin-bottom: 2rem;
      padding-bottom: 1.5rem;
      position: relative;
      text-align: center; }
      #top-page .content.service .inner .box ul li .titBox::after {
        background: #bec4ca;
        content: '';
        display: block;
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 2.5rem;
        height: 1px;
        transform: translateX(-50%); }
      #top-page .content.service .inner .box ul li .titBox h3 {
        font-size: 108%;
        margin-bottom: 0.5em; }
      #top-page .content.service .inner .box ul li .titBox .desc {
        color: #c6a25a;
        font-variant-ligatures: none; }
#top-page .content.company {
  background: #1c2434;
  color: #FFF; }
  #top-page .content.company .inner .companyProfile {
    border-bottom: 1px solid #FFF;
    margin-bottom: 4rem;
    padding-bottom: 4rem; }
  #top-page .content.company .inner .ceoProfile h3 {
    font-size: 108%;
    margin-bottom: 2rem; }
  #top-page .content.company .inner .ceoProfile .titBox {
    margin-bottom: 2rem; }
    #top-page .content.company .inner .ceoProfile .titBox .desc {
      font-size: 90%;
      margin-bottom: 0.25rem; }
    #top-page .content.company .inner .ceoProfile .titBox h2 {
      font-size: 150%;
      letter-spacing: 0.05em; }
  #top-page .content.company .inner .ceoProfile .txtBox p {
    line-height: 2em; }
  #top-page .content.company .inner .ceoProfile .txtBox ul {
    margin-top: 2rem; }
  #top-page .content.company .inner .companyProfile ul li,
  #top-page .content.company .inner .ceoProfile ul li {
    display: flex;
    margin-bottom: 0.25em; }
    #top-page .content.company .inner .companyProfile ul li:last-child,
    #top-page .content.company .inner .ceoProfile ul li:last-child {
      margin-bottom: 0; }
    #top-page .content.company .inner .companyProfile ul li .title,
    #top-page .content.company .inner .ceoProfile ul li .title {
      display: block;
      font-weight: 500;
      width: 8em; }
    #top-page .content.company .inner .companyProfile ul li .txt,
    #top-page .content.company .inner .ceoProfile ul li .txt {
      display: block;
      width: calc(100% - 8em); }
#top-page .content.access .inner .titleBox {
  text-align: center; }
#top-page .content.access .inner .box {
  border-top: 1px solid #bec4ca;
  border-bottom: 1px solid #bec4ca;
  display: flex;
  align-items: center;
  margin: 0 10vw; }
  #top-page .content.access .inner .box .name {
    font-size: 120%;
    padding: 2rem; }
  #top-page .content.access .inner .box .addr {
    padding: 2rem; }
#top-page .content.access .googleMaps {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 480px; }
  #top-page .content.access .googleMaps iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    filter: grayscale(100%);
    width: 100%;
    height: 100%;
    z-index: 0; }
#top-page .content.contact {
  background-image: url("assets/images/main_bg.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 10rem 0; }
  #top-page .content.contact .inner {
    background: rgba(255, 255, 255, 0.5);
    padding: 5rem 0; }
    #top-page .content.contact .inner .titleBox {
      margin-bottom: 2rem;
      text-align: center; }
    #top-page .content.contact .inner .box {
      text-align: center; }
      #top-page .content.contact .inner .box .btn a {
        background: #c6a25a;
        border: 1px solid #c6a25a;
        box-sizing: border-box;
        color: #FFF;
        display: block;
        font-size: 108%;
        margin: 0 auto;
        padding: 1rem;
        position: relative;
        width: 480px; }
        #top-page .content.contact .inner .box .btn a::after {
          border: 1px solid #FFF;
          border-left: 0;
          border-bottom: 0;
          box-sizing: border-box;
          content: '';
          color: #FFF;
          display: block;
          position: absolute;
          top: 50%;
          right: 2em;
          width: 0.75em;
          height: 0.75em;
          transform: translateY(-50%) rotate(45deg);
          transition: all .35s; }
        #top-page .content.contact .inner .box .btn a:hover {
          background: transparent;
          color: #c6a25a;
          opacity: 1; }
          #top-page .content.contact .inner .box .btn a:hover::after {
            border-color: #c6a25a;
            color: #c6a25a;
            right: 1.5em; }

#page #header::after {
  background: rgba(245, 246, 248, 0.8); }
#page .content .inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 10rem 10vw; }
  #page .content .inner .titleBox {
    margin-bottom: 4rem;
    text-align: center; }
    #page .content .inner .titleBox h2 {
      font-size: 200%;
      font-variant-ligatures: none;
      margin-bottom: 1rem; }
    #page .content .inner .titleBox .desc {
      font-size: 85%;
      letter-spacing: 0.05em; }
#page.error404 .content {
  display: flex;
  align-items: center; }
#page.error404 .inner .titleBox h2 {
  margin-bottom: 2rem; }
#page.error404 .inner .btn {
  text-align: center; }
  #page.error404 .inner .btn a {
    background: #c6a25a;
    border: 1px solid #c6a25a;
    box-sizing: border-box;
    color: #FFF;
    display: block;
    font-size: 108%;
    margin: 0 auto;
    padding: 1rem;
    position: relative;
    width: 480px; }
    #page.error404 .inner .btn a::after {
      border: 1px solid #FFF;
      border-left: 0;
      border-bottom: 0;
      box-sizing: border-box;
      content: '';
      color: #FFF;
      display: block;
      position: absolute;
      top: 50%;
      right: 2em;
      width: 0.75em;
      height: 0.75em;
      transform: translateY(-50%) rotate(45deg);
      transition: all .35s; }
    #page.error404 .inner .btn a:hover {
      background: transparent;
      color: #c6a25a;
      opacity: 1; }
      #page.error404 .inner .btn a:hover::after {
        border-color: #c6a25a;
        color: #c6a25a;
        right: 1.5em; }
#page.contact .inner {
  max-width: 800px; }
  #page.contact .inner form label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2em;
    width: 100%; }
    #page.contact .inner form label.wide {
      flex-wrap: wrap; }
      #page.contact .inner form label.wide .txt,
      #page.contact .inner form label.wide .wpcf7-form-control-wrap {
        width: 100%; }
      #page.contact .inner form label.wide .txt {
        margin-bottom: 1em; }
    #page.contact .inner form label .txt,
    #page.contact .inner form label .wpcf7-form-control-wrap {
      display: block; }
    #page.contact .inner form label .txt {
      line-height: 1.5em;
      width: 32%; }
    #page.contact .inner form label .wpcf7-form-control-wrap {
      position: relative;
      width: 68%; }
      #page.contact .inner form label .wpcf7-form-control-wrap input,
      #page.contact .inner form label .wpcf7-form-control-wrap textarea {
        line-height: 1.6em;
        width: 100%; }
    #page.contact .inner form label .red {
      color: #d7000f;
      font-size: 83%;
      margin-top: 0.075em;
      margin-left: 0.5em; }
    #page.contact .inner form label .note {
      font-size: 83%; }
  #page.contact .inner form .wpcf7-form-control {
    background: #FFF;
    border: 1px solid #eceae4;
    border-radius: 0.25em;
    box-sizing: border-box;
    padding: 1em; }
  #page.contact .inner form .wpcf7-file {
    font-size: 90%; }
    #page.contact .inner form .wpcf7-file::file-selector-button {
      background: #F5F6F8;
      border: 1px solid #BEC4CA;
      border-radius: 0.2em;
      color: #1c2434;
      margin-right: 1em;
      padding: 0.25em 0.75em; }
  #page.contact .inner form .submit input {
    background: #c6a25a;
    border: 1px solid #c6a25a;
    border-radius: 0;
    color: #FFF;
    cursor: pointer;
    display: block;
    font-family: "Noto Serif JP", serif;
    font-weight: 700;
    margin: 0 auto;
    position: relative;
    width: 400px;
    transition: all .35s; }
    #page.contact .inner form .submit input:hover {
      background: transparent;
      color: #c6a25a;
      opacity: 1; }

.fadeIn_up {
  opacity: 0;
  transform: translate(0, 20%);
  transition: 0.8s; }
  .fadeIn_up.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn_down {
  opacity: 0;
  transform: translate(0, -20%);
  transition: 0.8s; }
  .fadeIn_down.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_left {
  opacity: 0;
  transform: translate(-20%, 0);
  transition: 0.8s; }
  .slideIn_left.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.slideIn_right {
  opacity: 0;
  transform: translate(20%, 0);
  transition: 0.8s; }
  .slideIn_right.is-show {
    transform: translate(0, 0);
    opacity: 1; }

.fadeIn {
  opacity: 0;
  transition: 0.8s; }
  .fadeIn.is-show {
    opacity: 1; }

.slow {
  transition: 1.6s; }

.delay1 {
  transition-delay: 0.2s; }

.delay2 {
  transition-delay: 0.4s; }

.delay3 {
  transition-delay: 0.6s; }

.delay4 {
  transition-delay: 0.8s; }

.delay5 {
  transition-delay: 1.0s; }

.tab {
  display: none; }
