@charset "utf-8";

/*
Theme Name: LR株式会社
Theme URI: https://lrinc.xsrv.jp/lr-theme/
Description: LR株式会社(lr-theme)
Author: LR株式会社
Version: 1.0
*/

/*---------------------------------------------------------
copyright(C) LR株式会社. All rights reserved.
---------------------------------------------------------*/

/* ===== Modern Reset ===== */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  -webkit-text-size-adjust: 100%;
}


ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
}

a {
  text-decoration: none;
  color: inherit;
}

dl,
dd {
  margin: 0;
}

button,
input,
textarea,
select {
  font: inherit;
}

/*---------------------------------
画像設定共通
----------------------------------*/

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
  border: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

:focus-visible {
  outline: 2px solid #000;
  outline-offset: 2px;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}



/*---------------------------------
HTML,body 各共通項目
----------------------------------*/
:root {
  --font-base: "Noto Sans JP", sans-serif;
  --font-title: helvetica-neue-lt-pro-cond, sans-serif;
}


html {
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background-color: #fff;
  color: #000;
  font-family: var(--font-base);
  font-size: 1.4rem;
  line-height: 1.7;
  padding-top: 60px;
}

p {
  font-size: clamp(1.4rem, 0.9vw + 1rem, 1.6rem);
  line-height: 1.6;
  letter-spacing: 0.03em;
}

.sp-none {
  display: none;
}

.pc-none {
  display: block;
}

.block {
  display: inline-block;
}

.sect-margin {
  margin-bottom: 50px;
}


/* 全ページ共通の余白 */
#page-wrap {
  margin: 60px 0;
  padding: 0 5vw;
}

#page-wrap-lower {
  margin: 60px 0;
  padding: 0 5vw;
}

.page-1200 {
  max-width: 1200px;
  margin: 0 auto;
}

.page-800 {
  max-width: 800px;
  margin: 0 auto;
}


/* セクションタイトル */
.sect-title {
  margin: 0 10px 20px 0;
}

.sect-title .en {
  font-family: var(--font-title);
  font-weight: 700;
  font-style: normal;
  font-size: clamp(3.5rem, 2vw + 2rem, 6rem);
  line-height: 1.1;
  margin-bottom: 5px;
  padding-right: 10px;
}

.sect-title .jp {
  font-size: clamp(1.6rem, 1vw + 1.3rem, 1.8rem);
  font-weight: bold;
}

/* 下層ページのタイトルエリア */
.page-header {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.page-header .title-box {
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
}

.page-header .title-box .sect-title {
  margin: 0 0 0 5vw;
}

.page-header .title-box .sect-title .en,
.jp {
  display: block;
  line-height: 1;
}

.page-header .img-box {
  height: clamp(180px, 30vw, 350px);
}

.page-header .img-box img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#top-about,
#top-service,
#top-message,
#top-company {
  padding-top: 90px;
  margin-top: -90px;
}

/* 共通ボタン */
.button {
  position: relative;
  display: block;
  background-color: #131313;
  color: #fff;
  height: 45px;
  line-height: 4.5rem;
  width: 236px;
  text-align: center;
  cursor: pointer;
}

.button .arrow-box {
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  width: 18px;
  overflow: hidden;
}

.button:hover .arrow {
  animation: arrowAnime .5s;
}

/* 共通テーブル */
.common-table {
  align-items: stretch;
  width: 100%;
  border: 1px solid #bfbfbf;
  border-bottom: none;
  display: block;
}

.common-table dt {
  width: 100%;
  padding: 15px;
  text-align: center;
  line-height: 1.8rem;
  font-weight: bold;
  background: #f2f2f2;
  border-bottom: 1px solid #bfbfbf;
}

.common-table dd {
  width: 100%;
  padding: 15px;
  background: #fff;
  border-bottom: 1px solid #bfbfbf;
}





/* =====header===== */
#header .logoNav {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

#header .logoNav .inner {
  height: 60px;
}

#header .logoNav .inner .nav {
  align-items: center;
  display: flex;
  justify-content: space-between;
  height: 60px;
  padding-left: 10px;
}

#header .nav .right-box {
  display: flex;
  align-items: center;
}

#header .logoNav .inner .nav .logo a img {
  height: 30px;
}

#header .logoNav .inner .nav .navBtn {
  cursor: pointer;
  display: block;
  height: 60px;
  right: 0;
  top: 0;
  width: 60px;
  z-index: 3;
}

#header .logoNav .inner .nav .navBtn i {
  background: #000;
  border-radius: 3px;
  display: block;
  height: 3px;
  left: 18px;
  position: relative;
  top: 28px;
  width: 24px;
}

#header .logoNav .inner .nav .navBtn i::before,
#header .logoNav .inner .nav .navBtn i::after {
  background: #000;
  border-radius: 3px;
  content: "";
  display: block;
  height: 3px;
  position: absolute;
  transform: rotate(0deg);
  transition: 0.4s;
  width: 24px;
}

#header .logoNav .inner .nav .navBtn i::before {
  transform: translateY(-8px);
}

#header .logoNav .inner .nav .navBtn i::after {
  transform: translateY(8px);
}

#header .logoNav .inner .nav .navBtn.open i {
  background: #fff;
}

#header .logoNav .inner .nav .navBtn.open i::before {
  transform: translateY(0) rotate(-45deg);
}

#header .logoNav .inner .nav .navBtn.open i::after {
  transform: translateY(0) rotate(45deg);
}

#header .logoNav .inner .nav .menu {
  background: rgba(0, 0, 0, 0.9);
  list-style: none;
  overflow-y: scroll;
  padding-bottom: 100px;
  position: absolute;
  right: 0;
  top: 60px;
  transition: 0.4s;
  transform: translate3d(100%, 0, 0);
  width: 85%;
  -webkit-overflow-scrolling: touch;
}

#header .logoNav .inner .nav .menu li {
  border-bottom: 1px solid #333;
}

#header .logoNav .inner .nav .menu li a {
  color: #fff;
  display: block;
  padding: 1.8rem 0;
  text-align: center;
}

#header .logoNav .inner .nav .menu.openNav {
  transform: translate3d(0, 0, 0);
}

#header .logoNav .contact {
  transition: all ease 0.3s;
  background-color: #B41919;
}

#header .logoNav .contact img {
  margin-right: 5px;
}

#header .logoNav .contact a {
  display: flex;
  padding: 10px;
  color: #fff;
}

#header .logoNav .contact:hover {
  background: rgba(180, 25, 25, 0.8);
}


/* =====footer===== */
#footer {
  background-color: #F2F2F2;
  padding: 10vw 5vw 0;
}

#footer .footer-logo {
   width: clamp(180px, 10vw, 220px);
  margin-bottom: 20px;
}

#footer address {
  font-style: normal;
  margin-bottom: 30px;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px 10px;
  margin-bottom: 30px;
}

.corp-bnr {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.corp-bnr a {
  width: 80px;
}

#footer-copy {
  height: 60px;
  line-height: 6rem;
  text-align: center;
  font-size: 1.2rem;
}


/* =====トップページ===== */

/* メインビジュアル */
.main-visual {
  position: relative;
  width: 100%;
  height: calc(80vw - 60px);
}

.main-visual .mv-box {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.main-visual .text-box {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  width: 80%;
  margin: 0;
}

/* 私たちについて */
#top-about .flex-box {
  display: flex;
  flex-flow: column-reverse;
  gap: 30px;
}

#top-about .text-box p {
  font-size: clamp(1.4rem, 1.2vw + 1rem, 1.8rem);
}

#top-about .text-box .tab-none {
  display: none;
}


/* 事業内容 */
#top-service h3 {
  margin-bottom: 10px;
}

#top-service h3 .num {
  font-family: var(--font-title);
  font-size: clamp(1.8rem, 2vw + 1rem, 2.5rem);
  line-height: 1.1;
  letter-spacing: 0.1em;
}

#top-service h3 .title {
  font-weight: bold;
  font-size: clamp(1.8rem, 1.5vw + 1rem, 2rem);
  line-height: 1.1;
}

#top-service .text {
  margin-bottom: 20px;
  font-size: 1.5rem;
}

#top-service .item-02 .text {
  margin-bottom: 0px;
}

#top-service .img-box {
  margin-bottom: 20px;
}

#top-service .button {
  margin: 0 auto;
}

.item-01,
.item-02,
.item-03 {
  background-color: #F2F2F2;
  padding: 8vw 5vw 10vw;
}


#top-service .layout-box-01 {
  display: grid;
  align-items: center;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 20px;
}

#top-service .layout-box-02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}

.item-02 .img-box {
  display: flex;
  align-items: center;
  flex-flow: column;
  gap: 20px;
  justify-content: center;
  margin: 20px auto;
}

.item-02 .img-box a {
  max-width: 220px;
  transition: all ease 0.3s;
}

.item-02 .img-box a:hover {
  opacity: 0.6;
}



.layout-box .img-box {
  display: block;
  width: 340px;
  margin: 0 auto;
}

.layout-box .pc-img {
  display: none;
  width: 340px;
}

/* 代表メッセージ */
#top-message .flex-box {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  gap: 20px;
}

#top-message .img-box {
  width: 80%;
  margin: 30px auto;
}

#top-message .img-box {
  position: relative;
}

#top-message .img-box::after {
  content: "";
  position: absolute;
  background-color: #27499D;
  width: 100%;
  height: 100%;
  top: -8px;
  right: -8px;
}

#top-message .img-box.lr::after {
  background-color: #095C34;
}

#top-message .img-box img {
  position: relative;
  z-index: 1;
}

#top-message .text {
  margin-bottom: 10px;
  font-size: clamp(1.4rem, 1vw + 1.3rem, 1.6rem);
}

#top-message .name {
  font-weight: bold;
  text-align: right;
  font-size: clamp(2rem, 1vw + 1.5rem, 2.5rem);
}

#top-message .name span {
  font-size: clamp(1.2rem, 1vw + 1rem, 1.4rem);
  margin-right: 10px;
}

/* 会社概要 */
#top-company {
  max-width: 800px;
  margin: -90px auto 0;
}

#top-company .common-table {
  font-size: clamp(1.4rem, 1.263rem + .42vw, 1.6rem);
}


/* 共通_お問い合わせ */
#contact-cta {
  background-color: #000;
  color: #fff;
  display: block;
  padding: 50px 5vw;
}

#contact-cta .inner {
  max-width: 800px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-flow: column;
}

#contact-cta .text-box {
  margin-bottom: 30px;
}

#contact-cta:hover .arrow {
  animation: arrowAnime .5s;
}

#contact-cta .arrow-box {
  overflow: hidden;
}

#contact-cta .arrow {
  display: block;
  width: 44px;
}

@keyframes arrowAnime {
  0% {
    translate: 0 0;
  }

  50% {
    translate: 100% 0;
  }

  50.1% {
    translate: -100% 0;
  }

  100% {
    translate: 0 0;
  }
}

/*---------------------------------
お問い合わせフォーム
----------------------------------*/
#contact .lead {
  text-align: center;
  margin-bottom: clamp(30px, 3vw, 50px);
}

#contact .required {
  text-align: right;
  font-weight: bold;
  color: #D62626;
}

/* フォーム */
#contact .form dl {
  border-bottom: 1px solid #a9a9a9;
  margin-bottom: 20px;
  padding-bottom: 25px;
}

#contact .form dl.no-sale .wpcf7-list-item {
  margin: unset;
}

#contact .form dl.no-sale .wpcf7-list-item label {
  display: flex;
  align-items: center;
}

#contact .form dl.no-sale .wpcf7-list-item label input {
  width: 30px;
  margin-right: 10px;
}

#contact .form dl:first-child {
  border-top: 1px solid #a9a9a9;
  padding-top: 20px;
}

#contact .form dt {
  font-weight: bold;
  margin-bottom: 10px;
  position: relative;
  font-size: 1.5rem;
}

#contact .form dt span {
  font-weight: normal;
  font-size: 1.3rem;
  color: #D62626;
  font-weight: bold;
}

#contact .form dd {
  margin: unset;
}

#contact .form dd input,
#contact .form dd textarea {
  border: 1px solid #6E6E6E;
  height: 50px;
  letter-spacing: .05em;
  padding: 8px 16px;
  border-radius: 5px;
  width: 100%;
  background: #fff;

}

#contact .form dd textarea {
  height: 200px;
}

#contact input::placeholder,
#contact textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

#contact .wpcf7-not-valid-tip {
  font-size: 1.1rem;
}

/* 送信ボタン */
#contact .submit-button {
  text-align: center;
  position: relative;
}

#contact .submit-button input {
  background: #000;
  color: #fff;
  cursor: pointer;
  padding: 10px 0;
  margin-top: 10px;
  width: 100%;
  max-width: 220px;
  font-size: clamp(1.4rem, 1.263rem + .42vw, 1.6rem);
  transition: all ease 0.3s;
}

#contact .submit-button input:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

#contact .note {
  text-align: center;
  margin: 30px 0;
}

#contact .submit-button {
  display: flex;
  flex-flow: column;
  align-items: center;
  gap: 10px;
}


.wpcf7 form .wpcf7-response-output {
  text-align: center;
  margin: 10px;
}

.note a {
  border-bottom: 1px solid #000;
}


/* reCAPTCHAの保護マークを非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* プライバシーポリシー */
#privacy .page-header-privacy {
  height: 200px;
  background-color: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 0 5vw;
  /* 縦中央 */
}

#privacy .title-box {
  max-width: 800px;
  margin: 0 auto;
  width: 100%;
}


#privacy .title-box .sect-title {
  margin: unset;
}

#privacy section {
  margin-bottom: 100px;
}

#privacy section:last-child {
  margin-bottom: 0;
}

#privacy .lead-sect .lead-text {
  margin-bottom: 40px;
}

#privacy .lead-sect ul li {
  margin-bottom: 20px;
}

#privacy .lead-sect ul li:last-child {
  margin-bottom: 0px;
  text-align: right;
}

#privacy section .cont .contact_box {
  display: inline-block;
  padding: 15px;
  background-color: #fff;
  border: 1px solid #bfbfbf;
}



/* リストスタイル */
#privacy ul {
  list-style-type: none;
  padding-inline-start: 0;
  margin: 10px 0;
}

#privacy ul li {
  line-height: 1.8;
  padding-left: 1.1em;
  text-indent: -1.1em;
}

#privacy ul li:last-child {
  margin-bottom: 0;
}

#privacy .cont {
  margin-bottom: 40px;
}


#privacy .txt_box {
  margin: 1rem 0;
}

#privacy h2 {
  font-family: "Shin Go Medium", sans-serif;
  font-size: 2rem;
  border-bottom: solid 1px #e0e0e0;
  padding: 0 0 1rem 0;
  margin-bottom: 1rem;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: bold;
}

#privacy h3 {
  line-height: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 6px;
}

#privacy .sect-02-list>li {
  margin-bottom: 20px;
}

#privacy .sect-02-list .inner-list {
  margin: unset;
}

/* #privacy .txt_p {
  line-height: 2;
  letter-spacing: 1.8px;
  padding-left: 1.5em;
  text-indent: -1.5em;
} */




/*---------------------------------
タブレット以上
----------------------------------*/
@media (min-width: 768px) {

  /* html,body共通 */
  body {
    padding-top: 90px;
  }

  .sp-none {
    display: block;
  }

  .pc-none {
    display: none;
  }

  /* 下層ページのタイトルエリア */
  .page-header .title-box .sect-title .en,
  .jp {
    display: inline-block;
  }

  /* 共通テーブル */
  .common-table {
    display: flex;
    flex-wrap: wrap;
  }

  .common-table dt {
    width: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .common-table dd {
    width: calc(100% - 240px);
  }

  /* =====header===== */
  #header .logoNav .inner {
    height: 90px;
  }

  #header .logoNav .inner .nav {
    height: 90px;
    padding: 0 0 0 20px;
    position: static;
  }


  #header .logoNav .inner .nav .logo a img {
    height: 40px;
  }

  #header .logoNav .inner .nav .navBtn {
    display: none;
  }

  #header .logoNav .inner .nav .menu {
    background: none;
    display: flex;
    height: auto !important;
    justify-content: end;
    overflow-y: auto;
    padding: 0;
    position: static;
    transform: none;
    width: auto;
  }

  #header .logoNav .inner .nav .menu li {
    border-bottom: none;
  }

  #header .logoNav .inner .nav .menu li a {
    color: #000;
    margin-right: clamp(15px, 3vw, 40px);
    padding: 3px 0;
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    background-image: linear-gradient(#000, #000);
    transition: background-size 0.3s;
  }

  #header .logoNav .inner .nav .menu li a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }

  #header .logoNav .contact {
    height: 90px;
  }

  #header .logoNav .contact a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 0 20px;
    text-align: center;
  }

  #header .logoNav .contact img {
    margin: 0 auto 10px;
  }

  /* =====footer===== */
  #footer {
    padding: 50px 50px 0;
  }

  .footer-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }

  .footer-nav li a {
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: 0 1px;
    background-image: linear-gradient(#000, #000);
    transition: background-size 0.3s;
    padding-bottom: 3px;
  }

  .footer-nav li a:hover {
    background-position: bottom left;
    background-size: 100% 1px;
  }

  .corp-bnr a {
    width: 88px;
  }

  .corp-bnr a:hover {
    transition: all ease 0.3s;
    opacity: 0.8;
  }

  /* =====トップページ===== */

  /* メインビジュアル */
  .main-visual {
    height: calc(60vw - 90px);
  }

  .main-visual .text-box {
    left: 70%;
    width: 50%;
  }

  /* 私たちについて */
  #top-about .flex-box {
    flex-flow: nowrap;
    align-items: center;
    gap:50px;
  }

  #top-about .img-box {
    width: 50%;
  }

  #top-about .text-box {
    width: 50%;
  }

  /* 事業内容 */
  #top-service .button {
    margin-left: 0;
  }

  #top-service .layout-box {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #top-service .layout-box .img-box {
    display: none;
  }


  #top-service .layout-box .pc-img {
    display: block;
    width: 50%;
  }

  .item-01,
  .item-02,
  .item-03 {
    padding: 5vw 5vw 6vw;
  }

  .item-02 .img-box {
    flex-flow: nowrap !important;
  }

  .item-02 .text {
    text-align: center;
  }

  #top-service .item-03 .layout-box .pc-img {
    width: 40%;
  }

  /* 代表メッセージ */
  #top-message .img-box {
    width: 100%;
  }

  #top-message .flex-box {
    gap: clamp(80px, 12vw, 180px);
    flex-flow: nowrap;
  }

  #top-message .flex-box .box-wrap {
    width: 50%;
  }


  /* 会社概要 */
  #top-company .sect-title {
    margin-bottom: 30px;
  }

  #top-company .common-table dt,
  #top-company .common-table dd {
    padding: 20px;
  }

  /* 共通_お問い合わせ */
  #contact-cta {
    padding: 100px 5vw;
  }

  #contact-cta .inner {
    flex-flow: nowrap;
  }

  #contact-cta .text-box {
    margin-bottom: 0;
  }

  /* フォーム */
  #contact .form dl {
    display: flex;
    align-items: center;
  }

  #contact .form dt {
    width: 30%;
  }

  #contact .form dd {
    width: 70%;
  }
}


/*---------------------------------
PC以上
----------------------------------*/
@media (min-width:1024px) {
  .sect-margin {
    margin-bottom: 140px;
  }

  /* 全ページ共通の余白 */
  #page-wrap {
    margin: 140px 0;
  }

  #page-wrap-lower {
    margin: 70px 0 100px;
    padding: 0 5vw;
  }

  /* =====footer===== */
  #footer {
    padding: 70px 90px 0;
  }

  /* =====トップページ===== */
  /* メインビジュアル */
  .main-visual {
    height: calc(100vh - 90px);
  }

  /* 私たちについて */
  #top-about .text-box {
    margin: 0 auto;
  }

  #top-about .text-box p {
    line-height: 1.8;
  }

  #top-about .text-box .tab-none {
    display: block;
  }


  /* 事業内容 */
  #top-service .layout-box-01 {
    grid-template-columns: 3.5fr 6.5fr;
    gap: 10px;
    margin-bottom: 10px;
  }

  #top-service .layout-box-02 {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .item-01,
  .item-02,
  .item-03 {
    padding: 40px;
  }

  #top-service h3 {
    margin-bottom: 20px;
  }


}