body {
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.6;
  color: #424242;
  background: #F7F8FA;
}
body a {
  color: #424242;
  text-decoration: none;
}
body a:hover {
  text-decoration: none;
}

.inner {
  width: 1200px;
  position: relative;
  margin: 0 auto;
}

img {
  max-width: 100%;
}

/*----------  header  ----------*/
.header {
  height: 164px;
}
.header .inner {
  display: flex;
  justify-content: space-between;
  padding-top: 64px;
}

.header_logo {
  width: 217px;
}

.header_tell {
  color: #F49E00;
  text-align: center;
}
.header_tell p {
  font-size: 48px;
  line-height: 1.1;
}
.header_tell span {
  display: block;
  font-size: 16px;
}

/*----------  nav  ----------*/
.nav_wrap {
  width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}

.nav {
  background: rgb(255, 210, 86);
  background: linear-gradient(125deg, rgb(244, 158, 0) 0%, rgb(255, 210, 86) 100%);
  margin-right: calc(50% - 50vw);
  height: 85px;
  border-radius: 43px 0 0 43px;
  padding-left: 350px;
}

.nav_list {
  height: 85px;
  display: flex;
  align-items: center;
}
.nav_list li {
  margin: 0 25px;
  white-space: nowrap;
}
.nav_list a {
  color: #fff;
  position: relative;
  padding: 0 0 8px 24px;
  font-weight: 600;
  background: linear-gradient(currentColor 0 0) 24px 100% /var(--d, 0) 1.5px no-repeat;
  transition:0.5s;
}
.nav_list a:hover {
  --d: 100%;
}

/*----------  service  ----------*/
.service {
  margin-top: -40px;
  margin-bottom: 100px;
}
.service .inner {
  background: #fff;
  border-radius: 0 0 160px 0;
  padding: 150px 110px 80px;
  position: relative;
}
.service .inner::after {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.service_ttl {
  color: #F49E00;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.service_ttl span {
  position: relative;
  font-size: 30px;
  display: block;
}
.service_ttl span::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 12%;
  width: 37.5%;
  height: 1px;
  background: #F49E00;
}

.service_pic {
  margin-top: 10px;
}

.service p {
  font-size: 1.5rem;
}

/*----------  shop  ----------*/
.shop {
  margin-bottom: 100px;
}
.shop .inner {
  background: #fff;
  border-radius: 160px 0 0 160px;
  padding: 100px 30px 100px 110px;
  position: relative;
}
.shop .inner::after {
  position: absolute;
  right: calc(50% - 50vw);
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.shop_ttl {
  text-align: right;
  color: #F49E00;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 60px;
}
.shop_ttl span {
  position: relative;
  font-size: 30px;
  display: block;
}
.shop_ttl span::before {
  content: "";
  position: absolute;
  top: 60%;
  right: 8.5%;
  width: 50%;
  height: 1px;
  background: #F49E00;
}

.shop_list {
  display: flex;
  justify-content: center;
}
.shop_list li {
  width: 100%;
  text-align: center;
}
.shop_list li span {
  display: block;
}
.shop_list li .brand_logo {
  width: 40%;
}
.shop_list p {
  border: 1px solid;
  padding: 1em 2em;
  text-align: center;
  width: 300px;
  background: #F7F8FA;
}

/*----------  system  ----------*/
.system .inner {
  background: #fff;
  border-radius: 0 160px 0 0;
  padding: 150px 110px 130px;
  position: relative;
}
.system .inner::after {
  position: absolute;
  left: calc(50% - 50vw);
  top: 0;
  content: "";
  width: 50%;
  height: 100%;
  background: #fff;
  z-index: -1;
}

.system_ttl {
  color: #F49E00;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 30px;
}
.system_ttl span {
  position: relative;
  font-size: 30px;
  display: block;
}
.system_ttl span::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 12%;
  width: 37.5%;
  height: 1px;
  background: #F49E00;
}

.system_pic {
  margin-top: 10px;
}

.system p {
  font-size: 1.5rem;
}

/*----------  footer  ----------*/
.footer {
  background: rgb(255, 210, 86);
  background: linear-gradient(125deg, rgb(244, 158, 0) 0%, rgb(255, 210, 86) 100%);
  color: #fff;
  padding: 100px 0 40px;
}

.footer_list {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.footer_list li {
  padding: 0 50px;
  line-height: 1.2;
}
.footer_list li + li {
  border-left: 1px solid #fff;
}
.footer_list a {
  color: #fff;
  font-size: 16px;
}

.footer_copy {
  font-size: 16px;
  text-align: center;
}

/*----------  conpany  ----------*/
.conpany {
  margin-top: -40px;
  background: #fff;
  padding: 160px 0;
}
.conpany .inner {
  width: 980px;
}

.cmn_ttl {
  color: #F49E00;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 60px;
}
.cmn_ttl span {
  font-size: 24px;
  display: block;
  position: relative;
}
.cmn_ttl span::after {
  content: "";
  position: absolute;
  top: 60%;
  left: 10%;
  width: 90%;
  height: 1px;
  background: #F49E00;
}
.cmn_ttl.right span::after {
  left: 12%;
  width: 88%;
}

.cmn_table {
  width: 100%;
  border: 2px solid #a8a8a8;
}
.cmn_table th {
  width: 34%;
  background: #F7F8FA;
  text-align: center;
  color: #424242;
  padding: 35px 0;
  border-bottom: 2px solid #a8a8a8;
}
.cmn_table td {
  padding: 35px 40px;
  border-bottom: 2px solid #a8a8a8;
}

/*----------  contact  ----------*/
.contact {
  margin-top: -40px;
  background: #fff;
  padding: 160px 0;
}
.contact .inner {
  width: 980px;
}

.contact_table {
  width: 100%;
  border: 2px solid #a8a8a8;
  margin-bottom: 40px;
}
.contact_table th {
  width: 34%;
  background: #F7F8FA;
  color: #424242;
  padding: 20px 30px;
  border-bottom: 2px solid #a8a8a8;
}
.contact_table td {
  padding: 20px 30px;
  border-bottom: 2px solid #a8a8a8;
}
.contact_table input[type=text] {
  padding: 15px;
  border: 1px solid #ccc;
  width: 100%;
}
.contact_table input.form1 {
  width: 30%;
  margin-right: 4%;
}
.contact_table input.form2 {
  width: 30%;
}
.contact_table select {
  padding: 15px;
  border: 1px solid #ccc;
}
.contact_table input[type=radio] {
  margin: 5px;
  margin-left: 0;
}
.contact_table textarea {
  height: 200px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 15px;
}

.contact_btn {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  width: 360px;
  height: 80px;
  margin: 0 auto;
  background: #F49E00;
  border-radius: 40px;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  border: none;
  position: relative;
  z-index: 1;
  overflow: hidden;
  cursor:pointer;
  transition: 0.3s ease-in-out;
}
.contact_btn:hover {
  opacity: .7;
}

/*----------  confirmation  ----------*/
.confirmation .cmn_ttl span::after {
  left: 16.5%;
  width: 83.5%;
}

/*----------  completion  ----------*/
.completion .cmn_ttl span::after {
  left: 14.5%;
  width: 85.5%;
}
.completion .inner form p {
  text-align: center;
  margin-bottom: 3em;
}
.completion .contact_btn {
  text-align: center;
  line-height: 80px;
}
