*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  width: 100%;
  height: 100%;
  font-size: 10px;
}

body {
  width: 100%;
  font-size: 1.6rem;
  color: #707070;
  letter-spacing: 0.05em;
  line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
}

p {
  margin: 0;
}

h1 {
  font-size: 2.4rem;
}

h2 {
  font-weight: normal;
}

input[type="text"],
textarea {
  padding: 12px;
  border: 1px solid #ddd;
}

input[type="text"]::placeholder,
textarea::placeholder {
  color: #D1CFCF;
}

input[type="text"]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #D1CFCF;
}

input[type="text"]::-ms-input-placeholder,
textarea::-ms-input-placeholder {
  color: #D1CFCF;
}

input[type="text"].red-place::placeholder {
  color: #FF9F9F;
}

input[type="text"].red-place:-ms-input-placeholder {
  color: #FF9F9F;
}

input[type="text"].red-place::-ms-input-placeholder {
  color: #FF9F9F;
}

textarea {
  height: 300px;
  resize: vertical;
}

header {
  position: relative;
  overflow: hidden;
}

header .slick-initialized .slick-slide {
  position: relative;
}

header .slick-initialized .slide-dots {
  position: absolute;
  bottom: 40px;
  left: 40px;
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
}

header .slick-initialized .slide-dots li {
  background: #fff;
  width: 16px;
  height: 16px;
}

header .slick-initialized .slide-dots li button {
  display: none;
}

header .slick-initialized .slide-dots li.slick-active {
  background: #A0A0A0;
}

header .slick-initialized .slide-dots li + li {
  margin-left: 8px;
}

header .slider-box {
  overflow: hidden;
  width: 100vw;
  padding: 0;
}

header .slider-box img {
  width: 100%;
}

header .slider-box .message {
  position: absolute;
  top: 40px;
  left: 0;
  padding: 24px;
  padding-left: 10%;
  padding-right: 40px;
  background: rgba(51, 214, 183, 0.29);
  font-size: 2rem;
  font-weight: bold;
}

header .slider-box .message.white {
  background: rgba(255, 255, 255, 0.29);
}

header .slider-box .message .small {
  font-size: 1rem;
}

header .slider-box .message p + p {
  margin-top: 8px;
}

header .logo-block {
  position: absolute;
  z-index: 10;
  bottom: 24px;
  width: 100vw;
}

header .logo-block img {
  width: 100%;
}

main .content-wrap .container {
  padding: 24px 16px;
}

main .content-wrap .container .title-block {
  margin: 40px 0;
}

main .content-wrap .container .title-block .content-title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 2.6rem;
}

main .content-wrap .container .title-block .content-sub-title {
  text-align: center;
  font-size: 2.6rem;
}

main .about {
  position: relative;
  margin-bottom: 40px;
}

main .about .wall {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  background-image: url("/img/about-pc-bg.svg");
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 100%;
}

main .about .container {
  position: relative;
  padding: 8px;
  border: 8px solid #E0E0E0;
}

main .about .container::after {
  content: '';
  display: block;
  padding-top: 80%;
}

main .about .container .title-block {
  margin: 16px 0;
}

main .about .container .title-block .content-title {
  text-align: left;
}

main .about .container .title-block .content-sub-title {
  text-align: left;
}

main .about .container .content .message {
  padding: 16px;
  line-height: 1.5;
}

main .about .container .president {
  position: absolute;
  top: 55%;
  right: 16px;
  width: 48%;
}

main .about .container .president img {
  width: 100%;
}

main .about .container .president .info {
  text-align: center;
}

main .about .container .greeting {
  position: absolute;
  top: 60%;
  left: 4%;
  width: 160px;
  line-height: 1.5;
  font-size: 1.8rem;
}

main .measurement {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  background-image: url("/img/measurement-bg.png");
  background-position: center 0;
}

main .measurement::after {
  position: absolute;
  bottom: -80px;
  z-index: 1;
  content: '';
  width: 100%;
  height: 200px;
  transform: skew(0deg, -5deg);
  background: #fff;
}

main .measurement .wall {
  position: relative;
  z-index: 10;
}

main .measurement .container .content-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

main .measurement .container .content-sub-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

main .measurement .container .info {
  margin-bottom: 40px;
  line-height: 1.5;
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #FF388C;
}

main .measurement .container .items .item {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 80px;
  width: 100%;
  max-width: 300px;
  padding: 24px;
  margin: 0 auto;
  background: rgba(5, 117, 213, 0.6);
  box-shadow: 0px 3px 6px 0px rgba(66, 66, 66, 0.51);
  line-height: 1.5;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

main .measurement .container .items .item + .item {
  margin-top: 24px;
}

main .measurement .container .items .item.red {
  background: rgba(255, 0, 78, 0.76);
}

main .measurement .container .attention {
  margin-top: 40px;
  line-height: 1.5;
  text-align: center;
  font-weight: bold;
  color: #ff3a8e;
}

main .service {
  overflow: hidden;
  padding-bottom: 120px;
}

main .service .wall {
  margin-top: -120px;
  padding-top: 120px;
  transform: skew(0deg, -5deg);
  background: #F4F4F4;
}

main .service .container {
  transform: skew(0deg, 5deg);
}

main .service .container .items {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

main .service .container .items .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 300px;
}

main .service .container .items .item + .item {
  margin-top: 80px;
}

main .service .container .items .item .icon {
  display: flex;
  justify-content: center;
  margin-bottom: 24px;
}

main .service .container .items .item .item-title {
  margin-bottom: 16px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
}

main .service .container .items .item .item-desc {
  line-height: 1.6;
  text-align: left;
  font-size: 1.7rem;
}

main .service .container .attention {
  margin-top: 40px;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #ff3a8e;
}

main .feature {
  position: relative;
  background-image: url("/img/feature-bg.png");
  background-size: auto 880px;
  background-repeat: no-repeat;
  background-position: top center;
}

main .feature::after {
  position: absolute;
  top: 740px;
  z-index: 1;
  content: '';
  width: 100%;
  height: 200px;
  transform: skew(0deg, -5deg);
  background: #fff;
}

main .feature .wall {
  position: relative;
  z-index: 10;
}

main .feature .container .content-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

main .feature .container .content-sub-title {
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.6);
  color: #fff;
}

main .feature .container .items .item {
  padding: 24px 16px;
  height: 240px;
  box-shadow: 0px 3px 6px 0px rgba(66, 66, 66, 0.51);
  background: rgba(5, 117, 213, 0.6);
  color: #fff;
}

main .feature .container .items .item + .item {
  margin-top: 40px;
}

main .feature .container .items .item .item-title {
  margin-bottom: 24px;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
}

main .feature .container .items .item .item-desc {
  padding: 0 8px;
  line-height: 1.6;
}

main .feature .container .annotation {
  margin: 24px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 1.7rem;
  font-weight: bold;
  color: #FF388C;
}

main .feature .container .attention {
  margin: 24px 0;
  line-height: 1.5;
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #FF388C;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.28);
}

main .contact {
  position: relative;
  margin-bottom: 0;
  background: #F4F4F4;
}

main .contact::after {
  position: absolute;
  top: -60px;
  z-index: 1;
  content: '';
  width: 100%;
  height: 200px;
  transform: skew(0deg, -5deg);
  background: #F4F4F4;
}

main .contact .wall {
  position: relative;
  z-index: 10;
}

main .contact .wall .content {
  line-height: 1.5;
  text-align: center;
  font-size: 2rem;
}

footer {
  position: relative;
  padding: 40px 0 16px;
  text-align: center;
}

footer .contact-sender {
  position: fixed;
  bottom: 40px;
  right: 0;
  z-index: 100;
  width: 200px;
  border-radius: 50px 0 0 50px / 50px 0 0 50px;
  background: #7F9BFA;
}

footer .contact-sender a {
  position: relative;
  display: block;
  padding: 16px;
  padding-left: 80px;
  line-height: 1.5;
  text-decoration: none;
  font-size: 1.4rem;
  color: #fff;
}

footer .contact-sender a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 24px;
  transform: translateY(-50%);
  width: 48px;
  height: 35px;
  background-image: url("/img/icon-contact-send.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

footer .top-sender {
  display: none;
}

footer .logo-block {
  text-align: center;
}

footer .logo-block img {
  width: 90%;
  max-width: 400px;
}

footer .number-group {
  width: 90%;
  max-width: 400px;
  margin: 40px auto 80px;
  border: 1px solid #707070;
}

footer .number-group h2 {
  margin: 24px 0 40px;
  font-size: 2.6rem;
}

footer .number-group .number {
  margin: 24px 0;
  font-size: 3.2rem;
}

footer .company-block {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto 80px;
  text-align: left;
}

footer .company-block .company-data {
  color: #8E8E8E;
  border-top: 1px solid #959292;
  border-bottom: 1px solid #959292;
}

footer .company-block .company-data .data-group {
  padding: 16px;
}

footer .company-block .company-data .data-group .label {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

footer .company-block .company-data .data-group .data {
  font-size: 1.8rem;
}

footer .company-block .company-data .data-group .data.business-contents {
  line-height: 1.6;
}

footer .company-block .company-data .access-group {
  border-top: 1px solid #959292;
}

footer .company-block .company-data .access-group .label {
  padding: 16px;
  border-bottom: 1px dotted #959292;
  font-size: 1.8rem;
  font-weight: bold;
}

footer .company-block .company-data .access-group .data {
  padding: 16px;
  padding-left: 32px;
  line-height: 1.8;
  font-size: 1.8rem;
}

footer .company-block .company-data .access-group .data .base-name {
  font-weight: bold;
}

footer .company-block .company-data .access-group .data .zip-code,
footer .company-block .company-data .access-group .data .address {
  font-size: 1.6rem;
}

footer .company-block .company-data .access-group .data .number {
  font-weight: bold;
}

footer .company-block .company-data .data-group + .data-group {
  border-top: 1px solid #959292;
}

footer .copyright {
  font-size: 1.2rem;
}

.contact-pg .block-title {
  margin: 40px 0;
  font-size: 2.6rem;
}

.contact-pg .block-title h1 {
  margin: 0;
  text-align: center;
  font-weight: normal;
}

.contact-pg .block-title .sub-title {
  text-align: center;
  letter-spacing: 0;
}

.contact-pg header {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  background: #F4F4F4;
}

.contact-pg header .breadcrumbs {
  padding: 16px;
  text-align: center;
  font-size: 1.8rem;
  color: #8E8E8E;
}

.contact-pg header .breadcrumbs a {
  text-decoration: none;
  color: #8E8E8E;
}

.contact-pg header .message {
  position: relative;
  z-index: 10;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5;
  font-size: 1.5rem;
}

.contact-pg header::after {
  content: '';
  position: absolute;
  z-index: 1;
  bottom: -40px;
  width: 100%;
  height: 100px;
  background: #fff;
  transform: skew(0deg, -5deg);
}

.contact-pg .contact-block {
  padding-bottom: 80px;
}

.contact-pg .contact-block .notice {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  color: #FF388C;
}

.contact-pg .contact-block form {
  width: 90%;
  margin: 24px auto;
}

.contact-pg .contact-block form .form-group {
  display: flex;
  flex-direction: column;
}

.contact-pg .contact-block form .form-group label {
  margin-bottom: 8px;
  font-size: 1.8rem;
  color: #8e8e8e;
}

.contact-pg .contact-block form .form-group label .required {
  color: #FF0000;
}

.contact-pg .contact-block form .form-group + .form-group {
  margin-top: 24px;
}

.contact-pg .contact-block form button {
  display: block;
  width: 320px;
  padding: 6px;
  margin: 64px auto 0;
  border: none;
  background: #33D6B7;
  font-size: 2.9rem;
  color: #fff;
}

.contact-pg .contact-block .g-recaptcha {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.contact-pg .company-block {
  position: relative;
  overflow: hidden;
}

.contact-pg .company-block .content {
  position: relative;
  z-index: 10;
  width: 90%;
  margin: 0 auto;
}

.contact-pg .company-block .content .company-data {
  color: #8E8E8E;
  border-top: 1px solid #959292;
  border-bottom: 1px solid #959292;
}

.contact-pg .company-block .content .company-data .data-group {
  padding: 16px;
}

.contact-pg .company-block .content .company-data .data-group .label {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold;
}

.contact-pg .company-block .content .company-data .data-group .data {
  font-size: 1.8rem;
}

.contact-pg .company-block .content .company-data .data-group .data.business-contents {
  line-height: 1.6;
}

.contact-pg .company-block .content .company-data .access-group {
  border-top: 1px solid #959292;
}

.contact-pg .company-block .content .company-data .access-group .label {
  padding: 16px;
  border-bottom: 1px dotted #959292;
  font-size: 1.8rem;
  font-weight: bold;
}

.contact-pg .company-block .content .company-data .access-group .data {
  padding: 16px;
  padding-left: 32px;
  line-height: 1.8;
  font-size: 1.8rem;
}

.contact-pg .company-block .content .company-data .access-group .data .base-name {
  font-weight: bold;
}

.contact-pg .company-block .content .company-data .access-group .data .zip-code,
.contact-pg .company-block .content .company-data .access-group .data .address {
  font-size: 1.6rem;
}

.contact-pg .company-block .content .company-data .access-group .data .number {
  font-weight: bold;
}

.contact-pg .company-block .content .company-data .data-group + .data-group {
  border-top: 1px solid #959292;
}

.contact-pg .company-block::before {
  content: '';
  position: absolute;
  top: -50px;
  width: 100%;
  height: 300px;
  transform: skew(0deg, -5deg);
  background: #F4F4F4;
}

.contact-pg footer {
  padding: 40px 0 24px;
}

.contact-pg footer .footer-logo {
  width: 90%;
  margin: 0 auto;
}

.contact-pg footer .footer-logo img {
  width: 100%;
}

.contact-pg footer .copyright {
  margin-top: 56px;
  font-size: 1.2rem;
}

@media screen and (min-width: 450px) {
  header .slider-box .message {
    font-size: 2.4rem;
  }
  header .slider-box .message .small {
    font-size: 1.6rem;
  }
  main .about .container .title-block {
    margin-bottom: 40px;
  }
  main .about .container .president {
    top: 48%;
  }
  main .about .container .greeting {
    top: 56%;
    left: 40px;
  }
}

@media screen and (min-width: 768px) {
  header .slick-initialized .slide-dots {
    left: 100px;
    bottom: 100px;
  }
  header .slider-box {
    max-height: 100vh;
  }
  header .slider-box .message {
    top: 64px;
    font-size: 6.4rem;
  }
  header .slider-box .message .small {
    font-size: 3.2rem;
  }
  main .content-wrap .container .title-block .content-title {
    font-size: 3.7rem;
  }
  main .content-wrap .container .title-block .content-sub-title {
    font-size: 3.9rem;
  }
  main .about .wall {
    max-width: none;
    padding-top: 40px;
    background-position: right top;
    background-size: 50%;
  }
  main .about .container {
    max-width: 1000px;
    margin: 0 auto;
    padding: 56px 48px;
  }
  main .about .container::after {
    display: none;
  }
  main .about .container .content .message {
    padding: 0;
    width: 70%;
  }
  main .about .container .president {
    top: 40px;
    right: 4px;
    width: 28%;
  }
  main .about .container .president img {
    vertical-align: bottom;
  }
  main .about .container .greeting {
    position: relative;
    top: auto;
    left: auto;
    padding-top: 160px;
    width: 100%;
    font-size: 2.6rem;
  }
  main .measurement {
    padding-bottom: 120px;
    background-size: cover;
  }
  main .measurement .container .info {
    margin-top: 80px;
    font-size: 2rem;
  }
  main .measurement .container .items .item {
    max-width: 900px;
    min-height: auto;
    padding: 16px;
    font-size: 1.8rem;
  }
  main .measurement .container .attention {
    margin-top: 64px;
    font-size: 1.9rem;
  }
  main .service .container .items {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  main .service .container .items .item {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    width: 300px;
  }
  main .service .container .items .item + .item {
    margin-top: 0;
  }
  main .service .container .items .item .icon {
    height: 180px;
  }
  main .service .container .items .item .item-title {
    margin: 32px 0 24px;
  }
  main .service .container .attention {
    margin-top: 56px;
    font-size: 1.7rem;
  }
  main .feature {
    overflow: hidden;
    background-size: cover;
  }
  main .feature::after {
    top: auto;
    bottom: -660px;
    height: 800px;
  }
  main .feature .container .items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    max-width: 1160px;
    margin: 0 auto;
  }
  main .feature .container .items .item {
    width: 45%;
    height: 200px;
    margin-bottom: 40px;
  }
  main .feature .container .items .item + .item {
    margin: 0;
  }
  footer {
    background: #F4F4F4;
  }
  footer .contact-sender {
    bottom: 120px;
  }
  footer .top-sender {
    position: absolute;
    bottom: 0;
    right: 0;
    display: inline-block;
    overflow: hidden;
    width: 200px;
    height: 200px;
  }
  footer .top-sender > div {
    position: relative;
    width: 200px;
    height: 200px;
    margin-top: 120px;
    background: #fff;
    transform: skew(0deg, -50deg);
  }
  footer .top-sender > div > img {
    position: absolute;
    top: 40px;
    right: 30px;
    transform: skew(0deg, 50deg);
    width: 40px;
  }
  footer .logo-block img {
    min-width: 600px;
  }
  footer .number-group {
    max-width: 800px;
    background: #fff;
  }
  footer .number-group h2 {
    font-size: 3.7rem;
    margin: 16px 0 8px;
  }
  footer .number-group > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  footer .number-group > div .number + .number {
    margin-left: 40px;
  }
  footer .company-block .company-data {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  footer .company-block .company-data .data-group {
    display: flex;
  }
  footer .company-block .company-data .data-group .label {
    width: 320px;
    margin: 0;
  }
  footer .company-block .company-data .access-group .data {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4%;
    align-items: center;
  }
  footer .company-block .company-data .access-group .data .base-name {
    width: 30%;
  }
  footer .company-block .company-data .access-group .data .zip-code {
    font-size: 1.8rem;
  }
  footer .company-block .company-data .access-group .data .address {
    margin-left: 8px;
    font-size: 1.8rem;
  }
  footer .company-block .company-data .access-group .data .number {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
  }
  footer .company-block .company-data .access-group .data .number .fax {
    margin-left: 40px;
  }
  footer .copyright {
    margin-bottom: 40px;
    font-size: 2rem;
  }
  .contact-pg .block-title h1 {
    font-size: 3.7rem;
  }
  .contact-pg .block-title .sub-title {
    font-size: 3.9rem;
  }
  .contact-pg header {
    padding: 40px;
    background: #fff;
  }
  .contact-pg header .breadcrumbs {
    width: 1160px;
    padding: 0;
    margin: 0 auto;
    text-align: left;
    font-size: 1.8rem;
  }
  .contact-pg header .message {
    font-size: 2rem;
  }
  .contact-pg .contact-block {
    padding: 16px;
    padding-bottom: 160px;
    background: #F4F4F4;
  }
  .contact-pg .contact-block form {
    max-width: 1160px;
  }
  .contact-pg .contact-block form .form-group {
    flex-direction: row;
    align-items: center;
  }
  .contact-pg .contact-block form .form-group label {
    width: 250px;
    margin: 0;
  }
  .contact-pg .contact-block form .form-group input, .contact-pg .contact-block form .form-group textarea {
    flex-grow: 1;
  }
  .contact-pg .company-block {
    overflow: initial;
    background: #F4F4F4;
  }
  .contact-pg .company-block .content {
    max-width: 1160px;
  }
  .contact-pg .company-block .content .company-data .data-group {
    display: flex;
  }
  .contact-pg .company-block .content .company-data .data-group .label {
    width: 320px;
    margin: 0;
  }
  .contact-pg .company-block .content .company-data .access-group .data {
    display: flex;
    flex-wrap: wrap;
    padding-left: 4%;
    align-items: center;
  }
  .contact-pg .company-block .content .company-data .access-group .data .base-name {
    width: 30%;
  }
  .contact-pg .company-block .content .company-data .access-group .data .zip-code {
    font-size: 1.8rem;
  }
  .contact-pg .company-block .content .company-data .access-group .data .address {
    margin-left: 8px;
    font-size: 1.8rem;
  }
  .contact-pg .company-block .content .company-data .access-group .data .number {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 16px 0;
  }
  .contact-pg .company-block .content .company-data .access-group .data .number .fax {
    margin-left: 40px;
  }
  .contact-pg .company-block::before {
    top: -160px;
    background: #fff;
  }
  .contact-pg footer .footer-logo {
    width: 480px;
  }
  .contact-pg footer .copyright {
    margin-bottom: 0;
    font-size: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1160px) {
  header .slider-box .message {
    font-size: 4.8rem;
  }
  header .slider-box .message .small {
    font-size: 2.4rem;
  }
  main .feature {
    background-size: auto 800px;
  }
}

@media screen and (min-width: 1160px) {
  main .about .wall {
    background-position: right top;
  }
  main .about .container .content .message {
    width: 480px;
  }
  main .about .container .president {
    top: -56px;
    right: -80px;
    width: 400px;
  }
  main .about .container .president img {
    vertical-align: bottom;
  }
}

@media screen and (min-width: 1600px) {
  main .about .wall {
    background-position: right -54px;
  }
}
