@charset "utf-8";

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
form,
label,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
footer,
header,
hgroup,
menu,
nav,
section,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/* 共通 */
html {
  margin: 0 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
body {
  font-family: "Noto Sans JP", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

.container {
  max-width: 1100px;
  margin: auto;
  padding: 0 15px;
}

.mb {
  margin-bottom: 100px;
}

.title {
  margin-bottom: 20px;
}

.title h2 {
  font-size: 36px;
  font-family: "Roboto Slab";
}

.txt {
  max-width: 640px;
  font-weight: 400;
  letter-spacing: 0em;
  line-height: 2;
}

@media screen and (max-width: 480px) {
  .title h2 {
    font-size: 20px;
  }
  .txt {
    font-size: 14px;
  }
}

/* ヘッダー */
.header {
  padding: 30px 20px 30px;
}

.header h1 {
  font-size: 36px;
  font-weight: 700;
  font-family: "Roboto Slab";
}

.header h1 span {
  color: #2d8c3c;
}
@media screen and (max-width: 480px) {
  .header h1 {
    font-size: 24px;
  }
}

/* ファーストビュー */
.fv-txt {
  margin: 140px 0px 100px 0px;
}

.fv-en {
  font-size: 112px;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 0em;
  line-height: 1.2;
  font-family: "Roboto Slab";
}

.fv-en span,
.fv-ja span {
  color: #2d8c3c;
}

.fv-ja {
  font-size: 20px;
  font-weight: 600;
}

/* メインタイトルのスタイル */
.copy {
  position: relative;
}

/* テキストエフェクトのスタイル */
.copy-inner {
  display: block;
  overflow: hidden;
  position: relative;
}

.copy-inner:last-child {
  margin-top: -25px;
}

/* テキストの初期位置とエフェクトの設定 */
.copy-txt {
  display: block;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 1s cubic-bezier(0.43, 0.05, 0.17, 1), opacity 1s ease;
}

/* アクティブ時にテキストをスライドインさせる */
.copy-inner.show .copy-txt {
  transform: translateY(0);
  opacity: 1;
  transition: 1s;
}

@media screen and (max-width: 768px) {
  .fv-txt {
    margin: 100px 0px 80px 0px;
  }

  .fv-en {
    font-size: 64px;
  }

  .fv-ja {
    font-size: 18px;
    font-weight: 600;
  }
}

@media screen and (max-width: 480px) {
  .fv-txt {
    margin: 80px 0px 80px 0px;
  }

  .fv-en {
    font-size: 36px;
  }

  .fv-ja {
    font-size: 14px;
    font-weight: 600;
  }
}

/* スライダー */
.Slider {
  margin-bottom: 100px;
}

.Slider ul li img {
  width: 240px;
  margin: 10px;
  border-radius: 8px;
}

@media screen and (max-width: 480px) {
  .Slider {
    margin-bottom: 80px;
  }
  .Slider ul li img {
    width: 120px;
    margin: 5px;
  }
}

/* サービス */
.service img {
  max-width: 300px;
}

.service ul {
  padding: 40px 0 0;
}

.service ul li {
  margin-bottom: 15px;
}

.service a {
  display: flex;
  color: #333;
  text-decoration: none;
  border-bottom: solid 1px #333;
  width: fit-content;
  padding-bottom: 1px;
}

.service a:hover {
  opacity: 0.7;
}

span.arrow {
  width: 16px;
  display: block;
  transform: rotate(-45deg);
  margin-left: 5px;
}

/* 概要 */
.info {
  max-width: 640px;
}

.info dl {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}

.info dl dt {
  width: 40%;
  line-height: 1.6;
}

.info dl dd {
  width: 60%;
  line-height: 1.6;
}

@media screen and (max-width: 480px) {
  .info {
    font-size: 14px;
  }
}

/* フッター */
footer p {
  padding: 15px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  footer p {
    padding: 15px;
    font-size: 12px;
    text-align: right;
  }
}

/* 古物営業法に基づく表記 */
body.page-template-page-bottom {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  margin-top: 75px;
}

.page-template-page-bottom .title {
  margin-bottom: 40px;
}

.page-template-page-bottom .title h2 {
  color: #333;
  font-size: clamp(20px, 4vw, 32px);
  letter-spacing: 1px;
  line-height: 1.6;
  display: inline-block;
}
.sct-info-inner dl dt,
.sct-info-inner dl dd {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sct-info-inner {
  max-width: 880px;
  margin: auto;
  text-align: left;
  line-height: 1.4;
}

.sct-info p {
  font-size: 12px;
  max-width: 880px;
  margin: auto;
  text-align: center;
  margin: 30px auto;
}

.sct-info-inner dl {
  display: flex;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #333;
}

.sct-info-inner dl dt {
  width: 30%;
}

.sct-info-inner dl dd {
  width: 70%;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .sct-info p {
    text-align: left;
  }
}

@media only screen and (max-width: 481px) {
  .sct-info-inner {
    font-size: 14px;
  }

  .sct-info-inner dl dt {
    width: 40%;
  }

  .sct-info-inner dl dd {
    width: 55%;
  }
}

/* プライバシーポリシー・利用規約 */
.privacy-Policy-inner,
.tos-inner {
  background: #fafafa;
  max-width: 880px;
  margin: auto;
  padding: 60px;
}

.privacy-Policy-inner h3,
.tos-inner h3 {
  text-align: left;
  margin-top: 32px;
  margin-bottom: 16px;
  padding-bottom: 8px;
  line-height: 1.4;
  border-bottom: solid 1px #333;
}

.privacy-Policy-inner p,
.tos-inner p {
  margin-bottom: 12px;
}

.privacy-Policy-inner p:last-child,
.tos-inner p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 481px) {
  .privacy-Policy-inner,
  .tos-inner {
    padding: 30px 15px;
  }
}
