@charset "UTF-8";
/* CSS Document */
html {
  scroll-behavior: smooth;
  overflow-x: hidden; }

* {
  font-weight: normal;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /*	font-family: "Yu Gothic";*/
  /*	font-family: "Mplus 1p";*/
  /*	font-family: "Rounded Mplus 1c";*/
  font-family: "Zen Kaku Gothic New", sans-serif; }

a {
  text-decoration: none;
  letter-spacing: 2px;
  transition: .2s;
  /*    -webkit-transform: scale(1.001,1);
      -moz-transform: scale(1.001,1);
      -ms-transform: scale(1.001,1);
      -o-transform: scale(1.001,1);
      transform: scale(1.001,1);*/ }

.eng {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0;
  font-weight: 400; }

a:hover {
  opacity: .7;
  transition: .2s; }

li {
  list-style: none; }

h1, h2, h3, h4, h5, h6, p {
  color: #000; }

h1 {
  letter-spacing: 10px; }

h2 {
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 4px;
  font-weight: bold; }

h3 {
  font-size: 18px;
  letter-spacing: 3px; }

h4 {
  font-size: 18px;
  letter-spacing: 2px; }

p, th, td, span {
  font-size: 16px;
  line-height: 26px;
  letter-spacing: 2px; }

body {
  overflow-x: hidden; }

/*==============================
ヘッダ
==============================*/
/*==============================
共通
==============================*/
/*==============================
メイン
==============================*/
article {
  background-image: url("../img/pcBack.jpg");
  background-position: top center;
  background-size: cover; }
  @media screen and (max-width: 800px) {
    article {
      background-image: url("../img/spBack.jpg"); } }

#topSection {
  width: 100%;
  height: 100svh;
  padding: 50px 20px;
  display: flex;
  align-items: center;
  justify-content: center; }
  #topSection > div {
    width: 100%;
    max-width: 1000px;
    text-align: center; }
    #topSection > div > img:nth-of-type(1) {
      display: block;
      width: 100%;
      max-width: 400px;
      margin: 0 auto 50px;
      border-radius: 10px; }
    #topSection > div > img:nth-of-type(2) {
      display: block;
      width: 100%;
      max-width: 500px;
      margin: 0 auto 50px; }
    #topSection > div > h2 {
      font-size: 30px;
      margin-bottom: 20px; }
    #topSection > div > p {
      margin-bottom: 50px; }
  @media screen and (max-width: 800px) {
    #topSection > div > img:nth-of-type(1) {
      max-width: 260px; }
    #topSection > div > img:nth-of-type(2) {
      max-width: 300px; } }

.navList {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 10px 50px;
  border-radius: 10px;
  border: 2px solid #000; }
  .navList > li > a {
    color: #000;
    transition: .3s; }
    .navList > li > a:hover {
      opacity: 1;
      text-decoration: underline;
      transition: .3s; }

#companySection {
  width: 100%;
  padding: 0px 20px 100px; }
  @media screen and (max-width: 800px) {
    #companySection {
      padding: 0px 20px 50px; } }

#companySection > div {
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  max-width: 1000px;
  padding: 50px;
  margin: 0 auto;
  border-radius: 10px; }
  #companySection > div > h2 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000; }
  #companySection > div > p {
    text-align: center;
    margin-bottom: 50px; }
  #companySection > div > img {
    display: block;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 50px; }
  #companySection > div > table {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    border-collapse: collapse;
    border-spacing: 0; }
    #companySection > div > table th {
      width: 25%;
      padding: 20px 10px;
      text-align: left; }
    #companySection > div > table td {
      width: 75%;
      padding: 20px 10px;
      text-align: left; }
    #companySection > div > table th, #companySection > div > table td {
      border-top: 1px solid #000;
      border-bottom: 1px solid #000; }
  @media screen and (max-width: 800px) {
    #companySection > div {
      padding: 30px 20px; }
      #companySection > div > p {
        text-align: center;
        margin-bottom: 20px; }
      #companySection > div > img {
        display: block;
        width: 100%;
        max-width: 160px;
        margin: 0 auto 20px; } }

#serviceSection {
  width: 100%;
  padding: 0px 20px 100px; }

#serviceSection > div:nth-of-type(1) {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 50px; }
  #serviceSection > div:nth-of-type(1) > h2 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000; }
  #serviceSection > div:nth-of-type(1) > p {
    text-align: center;
    margin-bottom: 50px; }
  #serviceSection > div:nth-of-type(1) > div > h3 {
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 20px; }
  #serviceSection > div:nth-of-type(1) > div > p {
    text-align: justify; }

.serviceList {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap; }
  .serviceList > div {
    width: 30%;
    margin-bottom: 30px;
    background-color: rgba(255, 255, 255, 0.5);
    padding: 30px 20px;
    border-radius: 10px; }
    .serviceList > div > h3 {
      width: 100%;
      font-weight: 500;
      letter-spacing: 0;
      text-align: center;
      margin-bottom: 10px; }
    .serviceList > div > img {
      width: 100%;
      object-fit: cover;
      aspect-ratio: 3/2;
      margin-bottom: 10px; }
    .serviceList > div > p {
      font-size: 14px;
      line-height: 20px;
      letter-spacing: 0;
      text-align: justify; }
    .serviceList > div:nth-of-type(1), .serviceList > div:nth-of-type(2) {
      margin-right: 5%; }
    .serviceList > div:nth-of-type(4) {
      margin-right: 5%; }
  @media screen and (max-width: 800px) {
    .serviceList {
      display: block; }
      .serviceList > div {
        width: 100%;
        margin-right: 0; }
        .serviceList > div:nth-of-type(1), .serviceList > div:nth-of-type(2) {
          margin-right: 0; }
        .serviceList > div:nth-of-type(4) {
          margin-right: 0; } }

#contactWrap {
  padding: 50px; }
  @media screen and (max-width: 800px) {
    #contactWrap {
      padding: 30px 20px; } }

#contactWrap > div {
  width: 100%;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  padding: 50px;
  text-align: center; }
  #contactWrap > div > h2 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: bold; }
  #contactWrap > div > p {
    text-align: center;
    margin-bottom: 50px;
    color: #fff;
    font-weight: bold; }
  #contactWrap > div > form {
    display: block;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 50px; }
    #contactWrap > div > form > p {
      color: #fff;
      font-weight: bold;
      text-align: left;
      margin-bottom: 5px;
      padding-left: 3px; }
    #contactWrap > div > form > input[type="text"], #contactWrap > div > form textarea {
      width: 100%;
      padding: 10px;
      border-radius: 5px;
      border: none;
      margin-bottom: 15px; }
    #contactWrap > div > form > input[type="submit"] {
      width: 100%;
      max-width: 300px;
      padding: 20px 20px;
      color: #fff;
      transition: .3s;
      background-color: #333;
      font-weight: bold;
      border: none;
      border-radius: 10px;
      cursor: pointer; }
      #contactWrap > div > form > input[type="submit"]:hover {
        opacity: .7; }
  @media screen and (max-width: 800px) {
    #contactWrap > div {
      padding: 30px 20px; } }

.faqBox {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 30px 20px;
  border-radius: 10px; }
  .faqBox > h2 {
    font-size: 40px;
    line-height: 70px;
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 2px solid #000; }
  .faqBox > p {
    text-align: center;
    margin-bottom: 50px; }
  .faqBox > p:nth-of-type(2) {
    text-align: justify;
    margin-bottom: 0; }

footer {
  padding: 20px 20px;
  background-color: #333; }
  footer > p.eng {
    font-weight: 300;
    text-align: center;
    color: #fff; }
