@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap");
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* 追加 */
a {
  text-decoration: none;
}

/* fontsize
------------------------------------------------------------*/
/* animation
------------------------------------------------------------*/
/* background
------------------------------------------------------------*/
/* absolute center
------------------------------------------------------------*/
/* flex
------------------------------------------------------------*/
/* string.unquote
------------------------------------------------------------*/
@font-face {
  font-family: "GeorgiaPro";
  src: url("../fonts/GeorgiaPro.woff") format("woff"), url("../fonts/GeorgiaPro.woff2") format("woff2");
}
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}
html body {
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  font-family: "GeorgiaPro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-weight: 400;
  background-color: #fff;
  max-width: 2540px;
  min-width: 320px;
  margin: 0 auto;
  line-height: 1.6;
  letter-spacing: 0.075em;
}
@media (max-width: 900px) {
  html body {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #333;
}

.title-split-item span {
  display: inline-block;
}

span.wraptext {
  display: inline-block;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width: 700px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
section#panlist {
  background-color: #F4F4F4;
  padding: 1rem 0;
  box-sizing: border-box;
}
section#panlist .container {
  width: 90%;
  margin: 0 auto;
}
section#panlist .container ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section#panlist .container ul li {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
}
section#panlist .container ul li a {
  transition: color 0.5s;
}
section#panlist .container ul li:hover a {
  color: #DD5104;
}
section#panlist .container ul li:last-child {
  margin-right: 0 !important;
}
section#panlist .container ul li:nth-child(1) {
  padding-left: 0;
  margin-right: 1rem;
}
@media (max-width: 500px) {
  section#panlist .container ul li:nth-child(1) {
    margin-right: 0.5rem;
  }
}
section#panlist .container ul li:nth-child(1) a {
  position: relative;
}
section#panlist .container ul li:nth-child(1) a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
section#panlist .container ul li:nth-child(1) a:hover::before {
  opacity: 1;
  visibility: visible;
}
section#panlist .container ul li:nth-child(2) {
  position: relative;
  margin: 0 1rem;
}
@media (max-width: 500px) {
  section#panlist .container ul li:nth-child(2) {
    margin: 0 0.5rem 0.5rem 1rem;
  }
}
section#panlist .container ul li:nth-child(2)::before {
  content: "/";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  section#panlist .container ul li:nth-child(2)::before {
    left: -1rem;
  }
}
section#panlist .container ul li:nth-child(2) a {
  position: relative;
}
section#panlist .container ul li:nth-child(2) a::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: opacity 0.5s, visibility 0.5s;
  opacity: 0;
  visibility: hidden;
}
section#panlist .container ul li:nth-child(2) a:hover::before {
  opacity: 1;
  visibility: visible;
}
section#panlist .container ul li:last-child {
  position: relative;
  margin-left: 1rem;
}
section#panlist .container ul li:last-child::before {
  content: "/";
  position: absolute;
  display: inline-block;
  top: 50%;
  left: -1.25rem;
  transform: translateY(-50%);
}
@media (max-width: 500px) {
  section#panlist .container ul li:last-child::before {
    left: -1rem;
  }
}

a.anchor-txt {
  position: relative;
  overflow: hidden;
  display: block;
}
a.anchor-txt span.anchor-txt__real {
  display: block;
}
a.anchor-txt span.anchor-txt__clone {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  transform: translateY(100%);
}
a.anchor-txt:hover span.anchor-txt__real {
  animation-name: hover-y-out;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
a.anchor-txt:hover span.anchor-txt__clone {
  animation-name: hover-y-in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@keyframes hover-y-out {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-100%);
  }
}
@keyframes hover-y-in {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}
/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes scroll-animation {
  0% {
    height: 0;
  }
  100% {
    height: 100%;
  }
}
@keyframes flowUpAnimation {
  0% {
    transform: translateY(20px);
    oapcty: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flowDownAnimation {
  0% {
    transform: translateY(-20px);
    oapcty: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes flowArrowAnimation {
  0% {
    oapcty: 0;
  }
  100% {
    opacity: 1;
  }
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navigation .nav-links .page-numbers {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50%;
}
.navigation .nav-links .page-numbers:not(:last-child) {
  margin-right: 1.5rem;
}
.navigation .nav-links .page-numbers.current {
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
}

header {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  position: relative;
}
header .container {
  max-width: 95%;
  margin-left: auto;
  display: flex;
  justify-content: space-between;
}
header .container h1 {
  padding: 1.5rem 0;
  box-sizing: border-box;
}
header .container h1 a img {
  width: 250px;
  transition: opacity 0.5s;
}
header .container h1:hover a img {
  opacity: 0.5;
}
header .container .nav-contact-area {
  display: flex;
}
header .container .nav-contact-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 130px;
  font-weight: bold;
}
header .container .nav-contact-area a.header-contact-btn {
  background-color: #DD5104;
  color: #fff;
  transition: background-color 0.5s;
}
header .container .nav-contact-area a.header-contact-btn img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
  transition: transform 0.5s;
}
header .container .nav-contact-area a.header-contact-btn:hover {
  background-color: #dd9104;
}
header .container .nav-contact-area a.header-contact-btn:hover img {
  position: relative;
  transform: translateY(-2px);
}
header .container .nav-contact-area a.header-line-btn img {
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 0.5rem;
  transition: transform 0.5s;
}
header .container .nav-contact-area a.header-line-btn span {
  transition: color 0.5s;
}
header .container .nav-contact-area a.header-line-btn:hover img {
  position: relative;
  transform: translateY(-2px);
}
header .container .nav-contact-area a.header-line-btn:hover span {
  color: #DD5104;
}
@media (max-width: 900px) {
  header .container h1 {
    padding: 1rem 0;
  }
  header .container h1 a img {
    width: min(40vw, 250px);
  }
  header .container .nav-contact-area a {
    width: 100px;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  header .container .nav-contact-area a {
    width: 65px;
  }
}
@media (max-width: 900px) {
  header .container .nav-contact-area a.header-contact-btn img {
    height: 22px;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  header .container .nav-contact-area a.header-contact-btn img {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  header .container .nav-contact-area a.header-contact-btn span {
    font-size: min(2.5vw, 16px);
    line-height: 1.2;
  }
}
@media (max-width: 900px) {
  header .container .nav-contact-area a.header-line-btn img {
    height: 22px;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  header .container .nav-contact-area a.header-line-btn img {
    margin-bottom: 0.25rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  header .container .nav-contact-area a.header-line-btn span {
    font-size: min(2.5vw, 16px);
    line-height: 1.2;
  }
}
header#mid-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s, visibility 0.5s;
}
header#mid-header.is-hide {
  opacity: 0;
  visibility: hidden;
}
header#mid-header.is-show {
  opacity: 1;
  visibility: visible;
}

footer {
  background-color: #444444;
  color: #fff;
  padding: 5rem 0 2rem 0;
  box-sizing: border-box;
}
footer .container {
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
footer .container .l-area .f-logo {
  margin-bottom: 4rem;
}
footer .container .l-area .f-logo img {
  width: 300px;
}
@media (max-width: 500px) {
  footer .container .l-area .f-logo img {
    width: 70%;
  }
}
footer .container .l-area .info {
  margin-top: 1rem;
}
@media (max-width: 500px) {
  footer .container .l-area .info {
    margin-top: 0.5rem;
  }
}
footer .container .l-area .info .lbl {
  font-weight: bold;
}
footer .container .l-area .info .context p {
  line-height: 1.4;
}
footer .container .l-area .info.tel, footer .container .l-area .info.fax {
  display: flex;
  align-items: center;
}
footer .container .l-area .info.tel .lbl, footer .container .l-area .info.fax .lbl {
  margin-right: 0.5rem;
}
@media (max-width: 500px) {
  footer .container .r-area {
    margin-top: 3rem;
  }
}
footer .container .r-area ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
footer .container .r-area ul li a {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  transition: color 0.5s;
}
footer .container .r-area ul li:hover a {
  color: #DD5104;
}
footer .container .c-area {
  width: 100%;
  text-align: center;
  margin-top: 5rem;
}
footer .container .c-area small {
  font-size: 12px;
  font-size: 1.2rem;
}

section#parts-contact {
  background-image: url("../img/img_bg_parts_contact.webp?2025102103");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 10rem 0;
  box-sizing: border-box;
}
section#parts-contact .container {
  text-align: center;
  color: #fff;
  width: 90%;
  margin: 0 auto;
}
section#parts-contact .container .lead-txt {
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.4;
  font-weight: bold;
}
section#parts-contact .container .contents {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}
section#parts-contact .container .contents .l-area {
  width: 50%;
  padding: 5rem 10rem 5rem 0;
  box-sizing: border-box;
  border-right: 2px solid #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .l-area {
    padding: 5rem min(5vw, 10rem) 5rem 0;
  }
}
section#parts-contact .container .contents .l-area a.contact-btn {
  color: #fff;
  background-color: #DD5104;
  display: inline-block;
  padding: 3rem 6rem 3rem 3rem;
  box-sizing: border-box;
  transform: skewX(-20deg);
  position: relative;
  transition: background-color 0.5s;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .l-area a.contact-btn {
    padding: min(2.5vw, 3rem) min(6vw, 6rem) min(2.5vw, 3rem) min(2.5vw, 3rem);
  }
}
section#parts-contact .container .contents .l-area a.contact-btn span.lbl-subcopy {
  position: absolute;
  top: -2rem;
  left: 50%;
  display: inline-block;
  transform: translateX(-55%) skewX(20deg);
  background-color: #fff;
  color: #333;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
  font-weight: bold;
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap {
  display: flex;
  align-items: center;
  transform: skewX(20deg);
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap figure {
  margin-right: 1.5rem;
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap figure img {
  width: 50px;
  transition: transform 0.5s;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap figure img {
    width: 40px;
  }
}
@media (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap figure img {
    width: 30px;
  }
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner p {
  font-weight: bold;
  font-size: 30px;
  font-size: 3rem;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5);
  line-height: 1.2;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner p {
    font-size: min(2.25vw, 30px);
  }
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner span {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  display: inline-block;
  position: relative;
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner span::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  left: -25px;
  transform: translateY(-50%);
}
section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner span::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 1px;
  background: #fff;
  top: 50%;
  right: -25px;
  transform: translateY(-50%);
}
section#parts-contact .container .contents .l-area a.contact-btn img.arrow {
  position: absolute;
  width: 30px;
  right: 3%;
  top: 50%;
  transform: translateY(-50%) skewX(20deg);
}
section#parts-contact .container .contents .l-area a.contact-btn:hover {
  background-color: #dd9104;
}
section#parts-contact .container .contents .l-area a.contact-btn:hover .wrap figure img {
  transform: translateY(-3px);
}
section#parts-contact .container .contents .r-area {
  width: 50%;
  padding: 5rem 0 5rem 10rem;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .r-area {
    padding: 5rem 0 5rem min(5vw, 10rem);
  }
}
section#parts-contact .container .contents .r-area a.line-btn {
  background-color: #fff;
  color: #333;
  display: inline-block;
  font-weight: bold;
  padding: 3rem 5rem;
  box-sizing: border-box;
  transform: skewX(-20deg);
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .r-area a.line-btn {
    padding: min(2.5vw, 3rem) min(2.5vw, 5rem);
  }
}
section#parts-contact .container .contents .r-area a.line-btn .wrap {
  display: flex;
  align-items: center;
  transform: skewX(20deg);
}
section#parts-contact .container .contents .r-area a.line-btn .wrap figure {
  margin-right: 1.5rem;
}
section#parts-contact .container .contents .r-area a.line-btn .wrap figure img {
  width: 50px;
  transition: transform 0.5s;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap figure img {
    width: 40px;
  }
}
@media (max-width: 500px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap figure img {
    width: 30px;
  }
}
section#parts-contact .container .contents .r-area a.line-btn .wrap p {
  text-align: left;
  font-weight: bold;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  transition: color 0.5s;
}
@media (max-width: 1300px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap p {
    font-size: min(2.4vw, 28px);
  }
}
section#parts-contact .container .contents .r-area a.line-btn:hover .wrap figure img {
  transform: translateY(-3px);
}
section#parts-contact .container .contents .r-area a.line-btn:hover .wrap p {
  color: #DD5104;
}

@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact {
    padding: 7.5rem 0;
    background-position: 10%;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .lead-txt {
    font-size: min(4.5vw, 30px);
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  section#parts-contact .container .lead-txt {
    font-size: min(5vw, 30px);
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .lead-txt p br.newline-sp {
    display: none;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents {
    flex-direction: column;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .contents {
    margin-top: 8rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .contents {
    margin-top: 5rem;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .l-area {
    width: 100%;
    padding: 5rem;
    border-right: none;
    justify-content: center;
    border-bottom: 2px solid #fff;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .contents .l-area {
    padding: 0 0 5rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area {
    padding: 0 0 3rem 0;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .l-area a.contact-btn {
    width: 500px;
    max-width: 95%;
    padding: 4rem 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn {
    padding: 3rem 2rem 2rem 2rem;
    transform: skewX(-10deg);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn span.lbl-subcopy {
    transform: translateX(-60%) skewX(10deg);
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap {
    justify-content: center;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap {
    flex-direction: column;
    transform: skewX(10deg);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner {
    margin-top: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .l-area a.contact-btn .wrap .inner p {
    font-size: min(5vw, 30px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .l-area a.contact-btn img.arrow {
    transform: translateY(-50%) skewX(10deg);
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .r-area {
    width: 100%;
    padding: 5rem;
    justify-content: center;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  section#parts-contact .container .contents .r-area {
    padding: 5rem 0 0 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .r-area {
    padding: 3rem 0 0 0;
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .r-area a.line-btn {
    width: 500px;
    max-width: 95%;
    padding: 4rem 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .r-area a.line-btn {
    padding: 2rem;
    transform: skewX(-10deg);
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap {
    justify-content: center;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap {
    flex-direction: column;
    transform: skewX(10deg);
  }
}
@media (max-width: 900px) and (max-width: 850px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap p {
    font-size: min(5vw, 28px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  section#parts-contact .container .contents .r-area a.line-btn .wrap p {
    text-align: center;
    margin-top: 1rem;
  }
}
main#top-page section#hero {
  background-image: url("../img/img_bg_hero.webp?2025102103");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 800px;
}
main#top-page section#hero .hero__msg {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  color: #fff;
  padding: 3rem;
  box-sizing: border-box;
}
main#top-page section#hero .hero__msg .inner {
  padding: 5rem;
  box-sizing: border-box;
  background-color: rgba(51, 51, 51, 0.9);
}
main#top-page section#hero .hero__msg .inner .upper-part {
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#hero .hero__msg .inner .lower-part {
  margin-top: 2rem;
  font-size: 18px;
  font-size: 1.8rem;
}
main#top-page section#aboutus {
  padding: 15rem 0;
  box-sizing: border-box;
}
main#top-page section#aboutus .container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
main#top-page section#aboutus .container .sec-ttl {
  text-align: center;
}
main#top-page section#aboutus .container .sec-ttl h2.en {
  color: #DD5104;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#aboutus .container .sec-ttl .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#aboutus .container .lead-txt {
  text-align: center;
  margin-top: 3rem;
}
main#top-page section#aboutus .container .contents {
  display: flex;
  justify-content: center;
  margin-top: 8rem;
}
main#top-page section#aboutus .container .contents .card {
  width: 30%;
  max-width: 300px;
  text-align: center;
  background-color: #F8F8F8;
  border: 1px solid #ddd;
  padding: 4rem 2rem;
  box-sizing: border-box;
  margin-bottom: 3rem;
}
main#top-page section#aboutus .container .contents .card:not(:first-child) {
  margin-left: 3rem;
}
main#top-page section#aboutus .container .contents .card img {
  height: 220px;
  -o-object-fit: contain;
     object-fit: contain;
}
main#top-page section#aboutus .container .contents .card .inner {
  margin-top: 2rem;
}
main#top-page section#aboutus .container .contents .card .inner h3 {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
main#top-page section#aboutus .container .contents .card .inner .about-card-description {
  margin-top: 1rem;
}
main#top-page section#service {
  background-color: #F4F4F4;
  padding-bottom: 15rem;
  box-sizing: border-box;
}
main#top-page section#service .wrap {
  position: relative;
  z-index: 1;
}
main#top-page section#service .wrap .sec-ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  width: 100%;
}
main#top-page section#service .wrap .sec-ttl .inner h2.en {
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#service .wrap .sec-ttl .inner .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#service .wrap .sec-ttl .lead-txt {
  margin-top: 3rem;
}
main#top-page section#service .contents {
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1000px;
  max-width: 90%;
  margin: 0 auto;
  margin-top: max(-15rem, -8vw);
  z-index: 2;
}
@media (max-width: 1100px) {
  main#top-page section#service .contents {
    margin-top: max(-15rem, -6vw);
  }
}
@media (max-width: 800px) {
  main#top-page section#service .contents {
    margin-top: max(-15rem, -15vw);
  }
}
main#top-page section#service .contents .card {
  width: 48%;
  background-color: #fff;
  margin-bottom: 5rem;
  padding: 3rem 3rem 15rem 3rem;
  box-sizing: border-box;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  position: relative;
  cursor: pointer;
  transition: box-shadow 0.5s, transform 0.5s;
}
main#top-page section#service .contents .card h3 {
  display: inline;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  background: linear-gradient(to top, #FFDEBC 40%, transparent 40%);
  line-height: 1.2;
}
main#top-page section#service .contents .card h3 span {
  font-size: 18px;
  font-size: 1.8rem;
}
main#top-page section#service .contents .card ul {
  margin-top: 1.5rem;
}
main#top-page section#service .contents .card ul li {
  margin-left: 3rem;
  position: relative;
  word-break: break-all;
}
main#top-page section#service .contents .card ul li:not(:last-child) {
  margin-bottom: 0.5rem;
}
main#top-page section#service .contents .card ul li span.list-line {
  position: absolute;
  display: block;
  width: 20px;
  height: 1px;
  background: #333;
  left: -3rem;
  top: 1rem;
}
main#top-page section#service .contents .card a {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-right: 1rem;
  box-sizing: border-box;
  transition: color 0.5s;
}
main#top-page section#service .contents .card a span.sq {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #DD5104;
  margin-right: 0.5rem;
}
main#top-page section#service .contents .card a::before {
  position: absolute;
  content: "";
  background: #888;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
main#top-page section#service .contents .card a:hover {
  color: #888;
}
main#top-page section#service .contents .card a:hover::before {
  width: 0;
}
main#top-page section#service .contents .card:hover {
  box-shadow: 1px 1px 8px rgba(0, 0, 0, 0.6);
  transform: translate(-2px, -2px);
}
main#top-page section#service .contents .card:hover a {
  color: #888;
}
main#top-page section#service .contents .card:hover a::before {
  width: 0;
}
main#top-page section#greeting {
  padding: 15rem 0;
  box-sizing: border-box;
}
main#top-page section#greeting .container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
main#top-page section#greeting .container .l-area {
  width: 48%;
}
main#top-page section#greeting .container .r-area {
  width: 48%;
}
main#top-page section#greeting .container .r-area .sec-ttl h2.en {
  color: #DD5104;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#greeting .container .r-area .sec-ttl .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#greeting .container .r-area .lead-txt {
  margin-top: 3rem;
}
main#top-page section#greeting .container .r-area a {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 1rem;
  box-sizing: border-box;
  position: relative;
  margin-top: 3rem;
  display: inline-block;
  transition: color 0.5s;
}
main#top-page section#greeting .container .r-area a span.sq {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #DD5104;
  margin-right: 1rem;
}
main#top-page section#greeting .container .r-area a::before {
  position: absolute;
  content: "";
  background: #888;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
main#top-page section#greeting .container .r-area a:hover {
  color: #888;
}
main#top-page section#greeting .container .r-area a:hover::before {
  width: 0;
}
main#top-page section#column {
  padding: 5rem 0 15rem 0;
  box-sizing: border-box;
}
main#top-page section#column .container {
  width: 1300px;
  max-width: 90%;
  margin: 0 auto;
}
main#top-page section#column .container .sec-ttl {
  text-align: center;
}
main#top-page section#column .container .sec-ttl h2.en {
  color: #DD5104;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#column .container .sec-ttl .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#column .container .contents {
  display: flex;
  justify-content: space-between;
  margin-top: 6rem;
  flex-wrap: wrap;
}
main#top-page section#column .container .contents::after {
  content: "";
  width: 32%;
  display: inline-block;
}
main#top-page section#column .container .contents .card {
  width: 32%;
  position: relative;
}
main#top-page section#column .container .contents .card:nth-child(4) {
  display: none;
}
@media (max-width: 768px) {
  main#top-page section#column .container .contents .card:nth-child(4) {
    display: block;
  }
}
main#top-page section#column .container .contents .card img {
  border: 1px solid #eee;
  transition: opacity 0.5s;
}
main#top-page section#column .container .contents .card .column-ttl {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  margin-top: 1rem;
  transition: color 0.5s;
}
main#top-page section#column .container .contents .card:hover img {
  opacity: 0.5;
}
main#top-page section#column .container .contents .card:hover .column-ttl {
  color: #DD5104;
}
main#top-page section#column .container .btn-area {
  text-align: right;
  margin-top: 5rem;
}
main#top-page section#column .container .btn-area a.viewmore {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  padding-right: 1rem;
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  transition: color 0.5s;
}
main#top-page section#column .container .btn-area a.viewmore span.sq {
  display: inline-block;
  width: 15px;
  height: 15px;
  background: #DD5104;
  margin-right: 1rem;
}
main#top-page section#column .container .btn-area a.viewmore::before {
  position: absolute;
  content: "";
  background: #888;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  transition: width 0.5s;
}
main#top-page section#column .container .btn-area a.viewmore:hover {
  color: #888;
}
main#top-page section#column .container .btn-area a.viewmore:hover::before {
  width: 0;
}
main#top-page section#faq {
  padding: 15rem 0;
  box-sizing: border-box;
  background-color: #F4F4F4;
}
main#top-page section#faq .container {
  width: 1200px;
  margin: 0 auto;
  max-width: 90%;
}
main#top-page section#faq .container .sec-ttl {
  text-align: center;
}
main#top-page section#faq .container .sec-ttl h2.en {
  color: #DD5104;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#faq .container .sec-ttl .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#faq .container .contents {
  margin-top: 5rem;
}
main#top-page section#faq .container .contents .card-faq {
  border: 3px solid #111;
  margin-bottom: 3rem;
  background-color: #fff;
  padding: 4rem;
  box-sizing: border-box;
}
main#top-page section#faq .container .contents .card-faq .question {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
}
main#top-page section#faq .container .contents .card-faq .question span {
  text-align: center;
  background-color: #DD5104;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 1.5rem;
}
main#top-page section#faq .container .contents .card-faq .question .q-ttl {
  flex: 1;
}
main#top-page section#faq .container .contents .card-faq .question .q-ttl p {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}
main#top-page section#faq .container .contents .card-faq .answer {
  display: flex;
  align-items: flex-start;
  padding-top: 2rem;
  box-sizing: border-box;
}
main#top-page section#faq .container .contents .card-faq .answer span {
  text-align: center;
  background-color: #fff;
  color: #DD5104;
  border: 1px solid #DD5104;
  font-weight: bold;
  display: inline-block;
  line-height: 40px;
  width: 40px;
  height: 40px;
  box-sizing: border-box;
  border-radius: 50%;
  font-size: 24px;
  font-size: 2.4rem;
  margin-right: 1.5rem;
}
main#top-page section#faq .container .contents .card-faq .answer .a-context {
  flex: 1;
  padding-top: 0.5rem;
  box-sizing: border-box;
}
main#top-page section#contact {
  background-image: url("../img/img_contact_bg.webp?2025102103");
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 15rem 0;
  box-sizing: border-box;
}
main#top-page section#contact .container .sec-ttl {
  text-align: center;
}
main#top-page section#contact .container .sec-ttl h2.en {
  color: #DD5104;
  font-weight: bold;
  font-size: 45px;
  font-size: 4.5rem;
  line-height: 1.2;
}
main#top-page section#contact .container .sec-ttl .jp {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
}
main#top-page section#contact .container .lead-txt {
  text-align: center;
  margin-top: 3rem;
}
main#top-page section#contact .container .contents {
  margin-top: 5rem;
}
main#top-page section#contact .container .contents #input_form {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
}
main#top-page section#contact .container .contents #input_form form {
  padding: 5rem 3rem;
  box-sizing: border-box;
  border: 3px solid #111;
  background-color: #fff;
}
main#top-page section#contact .container .contents #input_form form .box {
  margin-bottom: 1.5rem;
}
main#top-page section#contact .container .contents #input_form form .box .label {
  display: flex;
  margin-bottom: 0.2rem;
}
main#top-page section#contact .container .contents #input_form form .box .label p {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
main#top-page section#contact .container .contents #input_form form .box .label .required {
  color: #E00000;
}
main#top-page section#contact .container .contents #input_form form .box .input_text input {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #E8E8E8;
  background-color: #F8F8F8;
  padding: 1rem;
  font-family: "GeorgiaPro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
main#top-page section#contact .container .contents #input_form form .box .input_text textarea {
  width: 100%;
  box-sizing: border-box;
  resize: none;
  border: 1px solid #E8E8E8;
  background-color: #F8F8F8;
  padding: 1rem;
  font-family: "GeorgiaPro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 16px;
  font-size: 1.6rem;
}
main#top-page section#contact .container .contents #input_form form .btn_region {
  padding-top: 1rem;
  box-sizing: border-box;
}
main#top-page section#contact .container .contents #input_form form .btn_region button {
  width: 100%;
  background-color: #DD5104;
  color: #fff;
  font-family: "GeorgiaPro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  font-size: 20px;
  font-size: 2rem;
  border: none;
  padding: 2rem 0;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
main#top-page section#contact .container .contents #input_form form .btn_region button img {
  width: 25px;
  margin-right: 0.75rem;
  filter: drop-shadow(1px 1px 0px rgba(0, 0, 0, 0.3));
}
main#top-page section#contact .container .contents #input_form form .btn_region button:hover {
  background-color: #dd9104;
}
main#top-page section#confirm {
  padding: 10rem 0 20rem 0;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#top-page section#confirm {
    padding: 5rem 0 10rem 0;
  }
}
main#top-page section#confirm #confirm_form .container {
  width: 600px;
  max-width: 90%;
  margin: 0 auto;
  text-align: center;
}
main#top-page section#confirm #confirm_form .container h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
main#top-page section#confirm #confirm_form .container .table {
  margin-top: 3rem;
}
main#top-page section#confirm #confirm_form .container .table .t_row {
  display: flex;
  border-bottom: 1px solid #eee;
  padding: 1rem 0;
  box-sizing: border-box;
}
main#top-page section#confirm #confirm_form .container .table .t_row:first-child {
  border-top: 1px solid #eee;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .table .t_row {
    flex-direction: column;
  }
}
main#top-page section#confirm #confirm_form .container .table .t_row .c_head {
  width: 30%;
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
  font-weight: bold;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .table .t_row .c_head {
    width: 100%;
  }
}
main#top-page section#confirm #confirm_form .container .table .t_row .c_data {
  width: 70%;
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .table .t_row .c_data {
    width: 100%;
  }
}
main#top-page section#confirm #confirm_form .container .btn_form {
  display: flex;
  justify-content: space-between;
  margin-top: 2rem;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .btn_form {
    flex-direction: column-reverse;
  }
}
main#top-page section#confirm #confirm_form .container .btn_form form {
  width: 48%;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .btn_form form {
    width: 100%;
  }
}
main#top-page section#confirm #confirm_form .container .btn_form form p {
  width: 100%;
}
main#top-page section#confirm #confirm_form .container .btn_form form p button {
  width: 100%;
  font-family: "GeorgiaPro", "Yu Mincho", "YuMincho", "Noto Serif JP", serif;
  padding: 1.5rem 0;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
  cursor: pointer;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .btn_form form p button {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
main#top-page section#confirm #confirm_form .container .btn_form form p button.btn_back {
  border: 1px solid #DD5104;
  background-color: #fff;
  color: #DD5104;
  transition: opacity 0.5s;
}
main#top-page section#confirm #confirm_form .container .btn_form form p button.btn_back:hover {
  opacity: 0.6;
}
main#top-page section#confirm #confirm_form .container .btn_form form p button.btn_send {
  background-color: #DD5104;
  border: 1px solid #DD5104;
  color: #fff;
  transition: background-color 0.5s, border 0.5s;
}
@media (max-width: 500px) {
  main#top-page section#confirm #confirm_form .container .btn_form form p button.btn_send {
    margin-bottom: 1rem;
  }
}
main#top-page section#confirm #confirm_form .container .btn_form form p button.btn_send:hover {
  background-color: #dd9104;
  border: 1px solid #dd9104;
}
@media (max-width: 900px) {
  main#top-page section#hero {
    height: 600px;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#hero {
    height: 350px;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#hero .hero__msg {
    padding: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#hero .hero__msg {
    padding: 1rem;
  }
}
@media (max-width: 900px) {
  main#top-page section#hero .hero__msg .inner {
    padding: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#hero .hero__msg .inner {
    padding: min(5vw, 3rem);
  }
}
@media (max-width: 900px) {
  main#top-page section#hero .hero__msg .inner .upper-part {
    font-size: min(5vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#hero .hero__msg .inner .upper-part {
    font-size: min(5.5vw, 45px);
  }
}
@media (max-width: 900px) {
  main#top-page section#hero .hero__msg .inner .lower-part {
    font-size: min(2.75vw, 18px);
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#hero .hero__msg .inner .lower-part {
    margin-top: 1rem;
    font-size: min(2.85vw, 18px);
  }
}
@media (max-width: 900px) {
  main#top-page section#aboutus {
    padding: 10rem 0 5rem 0;
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#aboutus {
    padding: 6rem 0 4rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .sec-ttl h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 550px) {
  main#top-page section#aboutus .container .lead-txt .newline-sp {
    display: none;
  }
}
@media (max-width: 900px) {
  main#top-page section#aboutus .container .contents {
    margin-top: 4rem;
    flex-wrap: wrap;
  }
  main#top-page section#aboutus .container .contents .card {
    width: 47%;
    margin-bottom: 3%;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .contents .card {
    padding: min(4.5vw, 2rem);
  }
}
@media (max-width: 900px) {
  main#top-page section#aboutus .container .contents .card:not(:first-child) {
    margin-left: 3%;
  }
  main#top-page section#aboutus .container .contents .card img {
    height: min(28vw, 220px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .contents .card img {
    height: min(30vw, 220px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .contents .card .inner {
    margin-top: 1rem;
  }
}
@media (max-width: 900px) {
  main#top-page section#aboutus .container .contents .card .inner h3 {
    line-height: 1.2;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .contents .card .inner h3 {
    font-size: min(4.5vw, 20px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#aboutus .container .contents .card .inner .about-card-description {
    font-size: min(3vw, 14px);
    margin-top: 0.5rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#service {
    padding-bottom: 7rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .wrap .sec-ttl .inner h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .wrap .sec-ttl .lead-txt {
    display: none;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#service .contents .card {
    padding: 2rem 2rem min(15vw, 10rem) 2rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card {
    margin-bottom: 2rem;
    padding: 1.5rem 1.5rem min(15vw, 10rem) 1.5rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#service .contents .card h3 {
    font-size: min(3.5vw, 24px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card h3 {
    font-size: min(3.8vw, 24px);
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#service .contents .card h3 span {
    font-size: min(3vw, 24px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card ul {
    margin-top: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card ul li {
    margin-left: 1rem;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2;
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#service .contents .card ul li {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card ul li span.list-line {
    left: -1.2rem;
    width: 6px;
    height: 1px;
    top: 0.5rem;
  }
}
@media (max-width: 900px) {
  main#top-page section#service .contents .card a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#service .contents .card a {
    font-size: 14px;
    font-size: 1.4rem;
    bottom: 1.5rem;
    right: 1.5rem;
  }
}
@media (max-width: 900px) {
  main#top-page section#greeting {
    padding: 10rem 0;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#greeting .container {
    flex-direction: column;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#greeting .container .l-area {
    width: 100%;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#greeting .container .r-area {
    width: 100%;
    margin-top: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#greeting .container .r-area .sec-ttl h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#greeting .container .r-area a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column {
    padding: 2.5rem 0 10rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .sec-ttl h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) {
  main#top-page section#column .container .contents {
    flex-wrap: wrap;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .contents {
    margin-top: 4rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#column .container .contents .card {
    width: 48%;
    margin-bottom: 5rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .contents .card {
    margin-bottom: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .contents .card .column-ttl {
    line-height: 1.2;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .btn-area {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#column .container .btn-area a.viewmore {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#faq {
    padding: 10rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#faq {
    padding: 5rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#faq .container .sec-ttl h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#faq .container .contents {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq {
    padding: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 420px) {
  main#top-page section#faq .container .contents .card-faq {
    padding: 2rem;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq .question {
    align-items: flex-start;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq .question span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq .question .q-ttl p {
    padding-top: 0.25rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#faq .container .contents .card-faq .question .q-ttl p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq .answer span {
    line-height: 30px;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-size: 1.8rem;
    margin-right: 1rem;
  }
}
@media (max-width: 900px) and (max-width: 600px) {
  main#top-page section#faq .container .contents .card-faq .answer .a-context {
    padding-top: 0.25rem;
  }
}
@media (max-width: 900px) and (max-width: 768px) {
  main#top-page section#contact {
    padding: 10rem 0;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#contact .container .sec-ttl h2.en {
    font-size: min(8vw, 45px);
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#contact .container .contents {
    margin-top: 3rem;
  }
}
@media (max-width: 900px) and (max-width: 500px) {
  main#top-page section#contact .container .contents #input_form form {
    padding: 4rem 2rem;
  }
}

main#column section#page-hero {
  background-image: url("../img/img_bg_archive.webp?2025102103");
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 500px;
}
@media (max-width: 768px) {
  main#column section#page-hero {
    height: 250px;
  }
}
main#column section#page-hero .container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  height: 100%;
  display: flex;
  align-items: center;
}
main#column section#page-hero .container .page-title {
  color: #fff;
  position: relative;
  padding-left: 1.5rem;
  box-sizing: border-box;
}
main#column section#page-hero .container .page-title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #DD5104;
  box-shadow: 1px 1px 2px rgba(255, 255, 255, 0.5);
}
main#column section#page-hero .container .page-title h1.en {
  font-size: 40px;
  font-size: 4rem;
  line-height: 1.2;
}
@media (max-width: 500px) {
  main#column section#page-hero .container .page-title h1.en {
    font-size: 30px;
    font-size: 3rem;
  }
}
main#column section#page-hero .container .page-title .jp {
  line-height: 1.2;
}
main#column section#archive-list {
  padding: 10rem 0 15rem 0;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#column section#archive-list {
    padding: 5rem 0;
  }
}
main#column section#archive-list .container {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
}
main#column section#archive-list .container .contents {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
main#column section#archive-list .container .contents::after {
  content: "";
  width: 32%;
  display: inline-block;
}
main#column section#archive-list .container .contents .card {
  width: 32%;
  margin-bottom: 5rem;
}
@media (max-width: 500px) {
  main#column section#archive-list .container .contents .card {
    width: 48%;
    margin-bottom: 3rem;
  }
}
main#column section#archive-list .container .contents .card img {
  border: 1px solid #eee;
  transition: opacity 0.5s;
}
main#column section#archive-list .container .contents .card .column-ttl {
  margin-top: 1rem;
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
  transition: color 0.5s;
}
@media (max-width: 768px) {
  main#column section#archive-list .container .contents .card .column-ttl {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media (max-width: 500px) {
  main#column section#archive-list .container .contents .card .column-ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
main#column section#archive-list .container .contents .card:hover img {
  opacity: 0.5;
}
main#column section#archive-list .container .contents .card:hover .column-ttl {
  color: #DD5104;
}

main#column-article {
  background-color: #F2F2F2;
}
main#column-article section#article-mainbody {
  padding: 5rem 0 10rem 0;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody {
    padding: 3rem 0 6rem 0;
  }
}
main#column-article section#article-mainbody .container {
  width: 700px;
  max-width: 90%;
  margin: 0 auto;
  background-color: #fff;
  padding: 5rem 5rem 7rem 5rem;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container {
    padding: 3rem 3rem 6rem 3rem;
    max-width: 95%;
  }
}
@media (max-width: 400px) {
  main#column-article section#article-mainbody .container {
    padding: 2rem 2rem 4rem 2rem;
  }
}
main#column-article section#article-mainbody .container .article-head-part {
  margin-bottom: 2rem;
}
main#column-article section#article-mainbody .container .article-head-part h1 {
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container .article-head-part h1 {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
main#column-article section#article-mainbody .container .article-head-part .inner {
  display: flex;
  align-items: center;
  margin-top: 1rem;
}
main#column-article section#article-mainbody .container .article-head-part .inner .article-date {
  margin-right: 1rem;
}
main#column-article section#article-mainbody .container .article-head-part .inner .article-cat {
  border: 1px solid #333;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container .article-head-part .inner .article-cat {
    padding: 0.25rem 0.5rem;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
main#column-article section#article-mainbody .container .article-thumbnail-part {
  margin-bottom: 2rem;
}
main#column-article section#article-mainbody .container .article-thumbnail-part img {
  border: 1px solid #eee;
}
main#column-article section#article-mainbody .container .article-contents-part p {
  margin-bottom: 0.5rem;
}
main#column-article section#article-mainbody .container .article-contents-part h2 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container .article-contents-part h2 {
    font-size: 22px;
    font-size: 2.2rem;
    margin-top: 3rem;
    line-height: 1.2;
  }
}
main#column-article section#article-mainbody .container .article-contents-part h3 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container .article-contents-part h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.2;
  }
}
main#column-article section#article-mainbody .container .article-contents-part h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 3rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  main#column-article section#article-mainbody .container .article-contents-part h4 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.2;
  }
}
main#column-article section#article-mainbody .container .article-contents-part ul {
  background-color: #f2f2f2;
  padding: 3rem 3rem 3rem 3rem;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main#column-article section#article-mainbody .container .article-contents-part ul li {
  list-style: inside;
}
main#column-article section#article-mainbody .container .article-contents-part ol {
  background-color: #f2f2f2;
  padding: 3rem 3rem 3rem 5rem;
  box-sizing: border-box;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
main#column-article section#article-mainbody .container .article-contents-part ol li {
  list-style: decimal;
}

main#page-thanks section#thanks {
  padding: 10rem 0 20rem 0;
  box-sizing: border-box;
}
@media (max-width: 500px) {
  main#page-thanks section#thanks {
    padding: 5rem 0 10rem 0;
  }
}
main#page-thanks section#thanks .container {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
main#page-thanks section#thanks .container p {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media (max-width: 500px) {
  main#page-thanks section#thanks .container p {
    font-size: 20px;
    font-size: 2rem;
  }
}
main#page-thanks section#thanks .container a.top-back {
  background-color: #DD5104;
  color: #fff;
  display: block;
  width: 300px;
  max-width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  box-sizing: border-box;
  margin-top: 2rem;
  font-size: 20px;
  font-size: 2rem;
}/*# sourceMappingURL=style.css.map */