@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  image-rendering: -webkit-optimize-contrast;
}

.main-pc {
  width: 415px;
  height: auto;
}
.main-sp {
  width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.logopc {
  width: 284px;
  height: auto;
}
.memberpc {
  width: 1000px;
  height: auto;
}
.membersp {
  width: 430px;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 430px) {
  .main-pc,
  .memberpc {
    display: none;
  }
}
@media screen and (min-width: 431px) {
  .main-sp,
  .membersp {
    display: none;
  }
}

a {
  color: #000;
  text-decoration: none;
}

a:hover,
a:focus {
  opacity: 0.7;
}
dd,
dt {
  line-height: 1.4;
}
p {
  line-height: 1.4;
  font-size: 14px;
}

body {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  font-weight: 400;
  font-size: 14px;
}
.jpf {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", sans-serif;
}
.enf {
  font-family: "Roboto", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic",
    sans-serif;
}

article {
  margin: 100px auto 50px;
}

.s2,
.s3,
.s5,
.s6,
.s8 {
  width: 360px;
  max-width: 92%;
  margin: 0px auto 0px;
}
.s4,
.s7 {
  max-width: 100%;
  width: 1000px;
  margin: 0 auto;
}
.s1 {
  width: 450px;
  max-width: 100%;
  margin: 0 auto 300px;
}

.s2 ul {
  display: flex;
  margin: 0 auto 90px;
  justify-content: space-between;
  width: 94%;
}
.s2 ul li {
  font-weight: 600;
  font-size: 15px;
}
h1 {
  width: fit-content;
  margin: 0 auto 50px;
}
h2 {
  font-size: 28px;
  font-weight: 600;
  text-align: center;
  position: relative;
}
h2::after {
  content: "";
  width: 20px;
  height: 1px;
  display: inline-block;
  background-color: #000;
  position: absolute;
  bottom: -18px;
  left: calc(50% - 10px);
}
h3 {
  font-size: 19px;
  font-weight: 600;
}
.s3 dl {
  width: 310px;
  max-width: 92%;
  margin: 0 auto;
}
.s3 h3 {
  margin: 70px auto 24px;
  width: 310px;
  max-width: 92%;
}
dd,
dt {
  display: block;
  text-align: left;
}
dt {
  font-weight: 600;
}
.kaisha {
  margin-top: 24px;
}
.kaisha.jpf dd,
.kaisha.jpf dt {
  font-size: 13px;
}
.kaisha dd {
  margin: 4px 0 10px;
  line-height: 1.4;
}
.s3 h3:nth-child(4) {
  margin: 40px auto 25px;
  font-size: 15px;
}
.s4 {
  width: 1000px;
  margin: 50px auto;
}
.name {
  margin-bottom: 12px;
  font-size: 13px;
}
.s5 div {
  max-width: 92%;
  width: 310px;
  margin: 0 auto;
}
.s5 div p {
  font-size: 13px;
}
.s5 div:nth-child(2) h3 {
  margin-top: 50px;
}
.coo {
  letter-spacing: -0.04em;
}
.s6 {
  margin: 70px auto;
}
.s7 {
  width: 1000px;
  margin: 0px auto;
}
.s8 h2 {
  margin: 70px auto;
}
.s8 p {
  text-align: center;
}
.s8 p:nth-child(3) {
  margin: 20px auto 50px;
}
 a.contact {
  text-align: center;
  display: block;
  width: 180px;
  height: 50px;
  margin: 0 auto;
	  margin-top: 50px;
	 margin-bottom: 100px;
  font-size: 15px;
  background: #000;
  color: #fff;
  line-height: 50px;
  font-weight: 600;
  border-radius: 4px;
}
.s8 p:nth-child(3) {
  font-size: 13px;
}
.s8 p:nth-child(5) {
  margin: 70px auto 0;
}
