html {
  justify-content: center;
  display: flex;
}
html body {
  max-width: 450px;
}
html body > section.top {
  position: relative;
  background-color: rgb(255, 255, 255);
  text-align: center;
}
html body > section.top > .menu-button {
  position: fixed;
  top: 16px;
  right: 16px;
  width: 36px;
  height: 36px;
}
html body > section.top > .menu-button:active {
  opacity: 0.3;
}
html body > section.top > .logo {
  width: 36px;
  height: 36px;
  margin-top: 72px;
}
html body > section.top > .title {
  font-size: 21px;
  margin-top: 8px;
}
html body > section.top > .sub-title {
  font-size: 14px;
  margin-top: 8px;
}
html body > section.top > .caption-image {
  margin-top: 42px;
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("../asset/jpg/top.jpg");
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
html body > section.top > .caption-image > .wrapper {
  padding: 16px;
  display: grid;
}
html body > section.top > .caption-image > .wrapper > .text1 {
  font-size: 28px;
}
html body > section.top > .caption-image > .wrapper > .text2 {
  font-size: 16px;
  margin-top: 8px;
}
html body > section.reason {
  padding: 24px 8px;
}
html body > section.reason > .header {
  font-size: 21px;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
  padding: 21px 0px;
  text-align: center;
  position: relative;
}
html body > section.reason > .header > .wrapper::before, html body > section.reason > .header > .wrapper::after {
  position: absolute;
  top: 0.8rem;
  height: 1.8rem;
  content: "";
}
html body > section.reason > .header > .wrapper::before {
  border-left: solid 3px;
  left: 32px;
  top: 32px;
  transform: rotate(-30deg);
}
html body > section.reason > .header > .wrapper::after {
  border-left: solid 3px;
  right: 32px;
  top: 32px;
  transform: rotate(30deg);
}
html body > section.reason > .header > .wrapper > .text1 {
  font-size: 16px;
}
html body > section.reason > .header > .wrapper > .text2 {
  font-size: 18px;
}
html body > section.reason > .contents {
  display: flex;
  flex-wrap: wrap;
}
html body > section.reason > .contents > .item {
  width: 50%;
  padding: 28px 16px;
}
html body > section.reason > .contents > .item > .title {
  font-size: 18px;
  text-align: center;
  color: rgba(255, 0, 0, 0.7);
  font-weight: bold;
}
html body > section.reason > .contents > .item > .sentence {
  opacity: 0.8;
  font-size: 14px;
  margin-top: 4px;
}
html body > section.service {
  padding: 16px 0;
  background-color: rgb(255, 255, 255);
  color: rgb(51, 51, 51);
}
html body > section.service > .header {
  padding: 42px 16px;
}
html body > section.service > .header > h2 {
  font-size: 28px;
}
html body > section.service > .header > h3 {
  font-size: 17px;
}
html body > section.service > .contents > .item > img {
  width: 100%;
  object-fit: cover;
  height: 250px;
  display: block;
}
html body > section.service > .contents > .item > .text-wrapper {
  padding: 24px 16px;
  text-align: center;
}
html body > section.service > .contents > .item > .text-wrapper > .title {
  font-size: 21px;
}
html body > section.service > .contents > .item > .text-wrapper > .info {
  text-align: left;
  margin-top: 12px;
  font-size: 14px;
}
html body > section.case {
  padding: 40px 0;
}
html body > section.case > .title {
  font-size: 28px;
  text-align: center;
}
html body > section.case > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.case > .contents {
  margin-top: 24px;
}
html body > section.case > .contents > .before-after {
  margin-bottom: 42px;
}
html body > section.case > .contents > .before-after > .item > .title {
  font-size: 22px;
  padding: 8px 16px;
}
html body > section.case > .contents > .before-after > .item > .case-img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 300px;
}
html body > section.case > .contents > .before-after > .item > .arrow {
  display: block;
  margin: 0 auto;
  width: 25px;
  height: 25px;
  margin-bottom: 16px;
}
html body > section.case > .contents > .before-after > .item > .text {
  font-size: 17px;
  padding: 4px 16px;
}
html body > section.comment {
  text-align: center;
  background-color: #f2f2f2;
  padding: 40px 0;
}
html body > section.comment > .title {
  font-size: 24px;
}
html body > section.comment > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.comment > .contents {
  margin-top: 16px;
  padding: 0 42px;
}
html body > section.comment > .contents > .item {
  text-align: start;
  padding: 8px 0;
}
html body > section.comment > .contents > .item > .text {
  width: 240px;
  text-align: start;
  background-color: rgb(255, 255, 255);
  border-radius: 12px;
  padding: 20px 26px;
  font-size: 14px;
  line-height: 32px;
  margin: 0 auto;
}
html body > section.comment > .contents > .item > .person {
  padding: 8px 16px;
}
html body > section.comment > .contents > .item > .person.right {
  text-align: end;
}
html body > section.comment > .contents > .item > .person > img {
  max-width: 100%;
  width: 40px;
  height: 40px;
  border: 1px solid grey;
  border-radius: 100%;
}
html body > section.comment > .contents > .item > .person > .name {
  font-size: 14px;
}
html body > section.process {
  padding: 40px 0;
  text-align: center;
}
html body > section.process > .title {
  font-size: 24px;
}
html body > section.process > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.process > .contents {
  margin-top: 24px;
}
html body > section.process > .contents > .process-item {
  position: relative;
  width: 280px;
  height: 280px;
  border: 3px solid grey;
  border-radius: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 32px;
}
html body > section.process > .contents > .process-item > .wrapper {
  margin-top: 26px;
}
html body > section.process > .contents > .process-item > .wrapper > .process-number {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 100%;
  padding: 31px;
  font-size: 50px;
  width: 70px;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
}
html body > section.process > .contents > .process-item > .wrapper > .title {
  font-size: 21px;
}
html body > section.process > .contents > .process-item > .wrapper > .text {
  margin: 12px auto;
  font-size: 15px;
  width: 80%;
  text-align: left;
}
html body > section.question {
  padding: 40px 0;
  text-align: center;
}
html body > section.question > .title {
  font-size: 24px;
}
html body > section.question > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.question > .contents {
  padding: 0 20px;
  margin-top: 16px;
}
html body > section.question > .contents > .item {
  padding: 12px 0;
}
html body > section.question > .contents > .item > .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}
html body > section.question > .contents > .item > .wrapper.right {
  flex-direction: row-reverse;
}
html body > section.question > .contents > .item > .wrapper.right > .text {
  background-color: rgb(255, 243, 232);
}
html body > section.question > .contents > .item > .wrapper > img {
  max-width: 100%;
  width: 30px;
  height: 30px;
  margin: 0 8px;
  display: block;
}
html body > section.question > .contents > .item > .wrapper > .text {
  border-radius: 16px;
  background-color: #f2f2f2;
  font-size: 14px;
  border-radius: 16px;
  padding: 12px 16px;
  text-align: left;
}
html body > section.area {
  padding: 40px 0;
}
html body > section.area > .title {
  font-size: 24px;
  text-align: center;
}
html body > section.area > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.area > .text {
  margin-top: 24px;
  padding: 0 42px;
  font-size: 14px;
}
html body > section.area > img {
  max-width: 100%;
  width: 100%;
  height: 293px;
  object-fit: contain;
  display: block;
}
html body > section.company {
  padding: 16px 0;
}
html body > section.company > img {
  width: 100%;
  object-fit: cover;
  height: 235px;
  display: block;
}
html body > section.company > .info {
  padding: 24px 32px;
  line-height: 24px;
  font-size: 14px;
}
html body > section.company > .info > span {
  text-decoration: underline;
  font-weight: bold;
}
html body > section.contact {
  padding: 40px 16px;
}
html body > section.contact > .title {
  font-size: 24px;
  text-align: center;
}
html body > section.contact > hr {
  width: 80px;
  border: 1px solid rgb(51, 51, 51);
  margin: 8px auto 0 auto;
}
html body > section.contact > form {
  margin-top: 24px;
}
html body > section.contact > form > h3 {
  font-size: 17px;
}
html body > section.contact > form > .field {
  margin-top: 16px;
}
html body > section.contact > form > .field.policy {
  display: flex;
  justify-content: center;
  padding: 0;
  margin-top: 0px;
}
html body > section.contact > form > .field > label {
  display: block;
  font-size: 17px;
  color: rgba(51, 51, 51, 0.7);
}
html body > section.contact > form > .field > label > span {
  margin-left: 8px;
  font-weight: bold;
  color: rgba(255, 0, 0, 0.7);
}
html body > section.contact > form > .field > input[type=text],
html body > section.contact > form > .field input[type=email] {
  width: 100%;
  border: rgba(26, 115, 232, 0.7) solid 3px;
  border-radius: 6px;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: rgba(26, 115, 232, 0.1);
  font-size: 18px;
  letter-spacing: 1.5px;
}
html body > section.contact > form > .field > input[type=text]::placeholder,
html body > section.contact > form > .field input[type=email]::placeholder {
  font-size: 17px;
  opacity: 0.4;
}
html body > section.contact > form > .field > input[type=checkbox] {
  border: 3px solid black;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  padding: 0 8px;
  margin-right: 8px;
}
html body > section.contact > form > .field > input[type=checkbox]:checked {
  background-color: rgba(26, 115, 232, 0.7);
  border: 3px solid rgb(26, 115, 232);
}
html body > section.contact > form > .field > textarea {
  width: 100%;
  height: 170px;
  border: rgba(26, 115, 232, 0.7) solid 3px;
  border-radius: 6px;
  margin-top: 5px;
  padding: 6px 12px;
  background-color: rgba(26, 115, 232, 0.1);
  font-size: 18px;
  letter-spacing: 1.5px;
}
html body > section.contact > form > .policy {
  padding: 16px 0;
}
html body > section.contact > form > .policy > .info {
  font-size: 17px;
}
html body > section.contact > form > .policy > .info > span {
  color: red;
  font-weight: bold;
}
html body > section.contact > form > .policy > .sentense {
  margin-top: 16px;
  border: 1px solid rgba(51, 51, 51, 0.7);
  border-radius: 12px;
  padding: 24px 16px;
  overflow: scroll;
  height: 280px;
}
html body > section.contact > form > .policy > .sentense > .title {
  text-align: center;
  font-size: 21px;
  margin-bottom: 30px;
}
html body > section.contact > form > .policy > .sentense > .sub-title {
  font-size: 21px;
  margin-top: 16px;
}
html body > section.contact > form > .policy > .sentense > .text {
  font-size: 15px;
  line-height: 24px;
  margin-top: 8px;
}
html body > section.contact > form > .submit-button {
  padding: 8px;
  font-size: 18px;
  color: rgb(255, 255, 255);
  background-color: rgba(51, 51, 51, 0.7);
  border-radius: 6px;
  width: 100%;
  text-align: center;
  padding: 12px 0;
  margin-top: 56px;
}
html body > section.contact > form > .submit-button:active {
  opacity: 0.6;
}
html body > footer {
  padding: 31px 0;
  margin-top: 100px;
  height: 40px;
  background-color: rgba(51, 51, 51, 0.7);
}
html body > footer > .copy-write {
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-align: center;
}
html body > .menu-modal {
  position: fixed;
  width: 100%;
  top: 0;
  display: none;
  background: rgb(255, 255, 255);
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.4);
  padding: 12px 16px;
}
html body > .menu-modal.isActive {
  display: block;
}
html body > .menu-modal > .button-wrapper {
  padding: 8px 8px 0 8px;
  width: 100%;
  list-style: none;
  text-align: right;
}
html body > .menu-modal > .button-wrapper > button {
  width: 27px;
  height: 27px;
}
html body > .menu-modal > .button-wrapper > button:active {
  opacity: 0.3;
}
html body > .menu-modal > li {
  padding: 8px 0;
  width: 100%;
  list-style: none;
}
html body > .menu-modal > li > button {
  font-size: 17px;
}
html body > .menu-modal > li > button:hover {
  opacity: 0.4;
}
html body > .menu-modal > li > button.top {
  opacity: 0.6;
  font-size: 15px;
}
html body > .thanks {
  padding: 16px;
  margin-top: 50%;
}
html body > .thanks > .title {
  font-size: 28px;
}
html body > .thanks > .text {
  font-size: 17px;
  margin-top: 8px;
}
html body > .thanks > .back {
  background-color: rgba(51, 51, 51, 0.7);
  color: rgb(255, 255, 255);
  font-size: 17px;
  display: block;
  margin: 32px auto 0 auto;
  padding: 15px 0;
  border-radius: 7px;
  width: 100%;
  text-align: center;
}

/*# sourceMappingURL=style.css.map */
