body {
  color: #141414;
  font-family: sans-serif;
  font-weight: 500;
  line-height: 2.3;
  font-size: 22px;
}

body header {
  background-color: white;
  border-bottom: solid 1px #cfcfcf;
  width: 100%;
  position: fixed;
  z-index: 1000;
}

body header .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 5px;
}

body header .header .header-l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

body header .header .header-l img {
  width: 300px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

body header .header .header-r ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 1px solid white;
}

body header .header .header-r ul li {
  display: inline-block;
  padding: 0 20px;
  border-left: 1px solid white;
}

body header .header .header-r ul li a {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, currentColor)) 0 100%/var(--d, 0) 1px no-repeat;
  background: linear-gradient(currentColor 0 0) 0 100%/var(--d, 0) 1px no-repeat;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

body header .header .header-r ul li a:hover {
  --d: 100%;
}

body section {
  padding-top: 70px;
}

body section .main-wrepper {
  width: 100%;
  height: auto;
}

body section .main-wrepper .main-pc {
  width: 100%;
  height: auto;
}

body section .main-wrepper .main-pc img {
  width: 100%;
  height: auto;
}

body section .main-wrepper .main-sumafo {
  width: 100%;
  height: auto;
}

body section .main-wrepper .main-sumafo img {
  width: 100%;
  height: auto;
}

body section .worries-wrepper {
  width: 100%;
  height: auto;
  padding: 100px 15px;
  background-image: url(../img/youandmeback.jpg);
  background-size: contain;
}

body section .worries-wrepper .worries-title {
  width: 100%;
  height: auto;
}

body section .worries-wrepper .worries-title h1 {
  text-align: center;
  line-height: 0.8;
  font-weight: bold;
  font-size: 25px;
}

body section .worries-wrepper .worries-title h1 img {
  width: 350px;
  height: auto;
  margin: 0 10px;
}

body section .worries-wrepper .worries-title-res {
  width: 100%;
  height: auto;
}

body section .worries-wrepper .worries-title-res h1 {
  text-align: center;
  font-weight: bold;
  line-height: 0.8;
}

body section .worries-wrepper .worries-title-res h1 img {
  width: 250px;
  height: auto;
  margin: 0 10px 25px 10px;
}

body section .worries-wrepper .worries {
  width: 100%;
  height: auto;
  margin-top: 30px;
}

body section .worries-wrepper .worries p {
  text-align: center;
}

body section .research-wrepper {
  width: 95%;
  height: auto;
  padding: 100px 15px;
  background-color: #e1f5ff;
  background: linear-gradient(-45deg, #ffe7ee 0%, #e1f5ff 100%);
  border-radius: 25px;
  margin: 50px auto;
}

body section .research-wrepper .research-title {
  width: 100%;
  height: auto;
}

body section .research-wrepper .research-title h1 {
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

body section .research-wrepper .research {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 50px;
  margin-top: 30px;
}

body section .research-wrepper .research .content {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  background-color: white;
  padding: 15px;
  border-radius: 25px;
}

body section .research-wrepper .research .content img {
  width: 100px;
  height: auto;
}

body section .research-wrepper .research .content h2 {
  font-weight: bold;
  padding: 15px 0;
}

body section .research-wrepper .research .content p {
  text-align: left;
}

body section .research-wrepper .btn {
  max-width: 350px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  margin-top: 50px;
  background-color: #00a0e9;
  color: white;
  border-radius: 10px;
  text-align: center;
}

body section .research-wrepper .btn:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

body section .research-wrepper .btn a {
  display: block;
  padding-top: 3px;
  margin-top: 15px;
  font-weight: bold;
}

body section .resolution-wrepper {
  width: 100%;
  height: auto;
  background-image: url(../img/peace.jpg);
  background-size: cover;
}

body section .resolution-wrepper .resolution {
  width: 100%;
  height: auto;
  padding: 100px 15px;
  background-color: rgba(255, 255, 255, 0.5);
}

body section .resolution-wrepper .resolution .resolution-content {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body section .resolution-wrepper .resolution .resolution-content h1 {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}

body section .resolution-wrepper .resolution .resolution-content p {
  text-align: center;
}

body section .contact-wrepper {
  width: 95%;
  height: auto;
  margin: 50px auto;
  padding: 100px 15px;
  background: linear-gradient(-45deg, #ffe7ee 0%, #e1f5ff 100%);
  border-radius: 25px;
}

body section .contact-wrepper .contact-title {
  width: 100%;
  height: auto;
  text-align: center;
}

body section .contact-wrepper .contact-title img {
  max-width: 600px;
  width: 100%;
  height: auto;
}

body section .contact-wrepper .contact {
  max-width: 1000px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  margin-top: 50px;
}

body section .contact-wrepper .contact .line-btn {
  max-width: 500px;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  background-color: #9ac717;
  color: white;
  border-radius: 15px;
  font-size: 25px;
  font-weight: bold;
  text-align: center;
}

body section .contact-wrepper .contact .line-btn:hover {
  opacity: 0.5;
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
}

body section .contact-wrepper .contact .line-btn a {
  display: block;
  margin-top: 20px;
}

body footer {
  width: 100%;
  height: auto;
  background: linear-gradient(-45deg, #ffe7ee 0%, #e1f5ff 100%);
  padding: 20px 15px;
}

body footer .company {
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 50px;
}

body footer .company .company-content {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body footer .company .company-content img {
  width: 300px;
  height: auto;
  padding-bottom: 20px;
}

body footer .company .company-content .position .position-r {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

body footer .company .company-content .position .position-r img {
  width: 150px;
  height: auto;
  padding-top: -10px;
}

body footer .company .map {
  width: 100%;
  height: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

body footer .company .map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

body footer .footer {
  width: 100%;
  height: auto;
}

body footer .footer .footer-b {
  padding-bottom: 10px;
  max-width: 1200px;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

body footer .footer .footer-b ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 15px;
}

body footer .footer .footer-b ul li:hover {
  text-decoration: underline;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

body footer .sns {
  text-align: center;
  padding: 30px 0;
}

body footer .sns img {
  width: 80px;
  height: auto;
  padding: 0 15px;
}

body .copyright {
  padding-top: 10px;
  background-color: #00a0e9;
  color: white;
}

body .copyright p {
  text-align: center;
}
/*# sourceMappingURL=style.css.map */