* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
  font-weight: 400;
}

h3 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
h3 .small {
  display: block;
  font-size: 32px;
}
@media (max-width: 992px) {
  h3 .small {
    font-size: 18px;
  }
}

h4 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
  font-family: "fot-tsukuardgothic-std", sans-serif;
  font-style: normal;
}
@media (max-width: 992px) {
  h4 {
    font-size: 24px;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}
@media (max-width: 992px) {
  p {
    font-size: 16px;
  }
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

.grecaptcha-badge {
  visibility: hidden;
}

.pc {
  display: block;
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 768px) {
  .sp {
    display: block;
  }
}

.container {
  width: 1240px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

footer {
  padding: 40px;
  background-color: #003a49;
}

.sec-ttl.with-logo {
  display: flex;
  align-items: center;
  gap: 60px;
}
@media (max-width: 768px) {
  .sec-ttl.with-logo {
    flex-direction: column;
    gap: 27px;
  }
}
.sec-ttl.with-logo .logo {
  width: 190px;
  height: 190px;
}
.sec-ttl.with-logo .text {
  width: calc(100% - 250px);
}
@media (max-width: 768px) {
  .sec-ttl.with-logo .text {
    width: 100%;
  }
}

body.home #main-visual {
  position: relative;
  width: 100%;
  height: 800px;
  margin-bottom: 190px;
  background: url("../img/mv.jpg") no-repeat;
  background-position: center top;
  background-size: cover;
}
@media (max-width: 768px) {
  body.home #main-visual {
    height: 640px;
    margin-bottom: 124px;
  }
}
body.home #main-visual .mv-ttl {
  position: absolute;
  top: 115px;
  left: -20px;
  padding: 20px 36px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  body.home #main-visual .mv-ttl {
    top: 78px;
    padding: 0;
    background-color: transparent;
  }
}
body.home #main-visual .mv-ttl span {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  body.home #main-visual .mv-ttl span {
    display: block;
    padding: 10px 30px;
    font-size: 32px;
    background-color: rgba(255, 255, 255, 0.85);
  }
}
@media (max-width: 768px) {
  body.home #main-visual .mv-ttl span:first-child {
    margin-bottom: 10px;
  }
}
body.home #main-visual .mv-ttl-sub {
  position: absolute;
  top: 218px;
  left: -13px;
  padding: 14px 30px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  body.home #main-visual .mv-ttl-sub {
    top: unset;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 0;
    padding-top: 20px;
    padding-bottom: calc(17.25vw + 30px);
    background: rgba(51, 51, 51, 0.36);
  }
}
body.home #main-visual .mv-ttl-sub span {
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #2c2c2c;
}
@media (max-width: 768px) {
  body.home #main-visual .mv-ttl-sub span {
    display: block;
    text-align: center;
    font-size: 27px;
    line-height: 1.6;
    letter-spacing: -2px;
    color: #ffffff;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
}
body.home #main-visual .mv-logo {
  position: absolute;
  bottom: -135px;
  right: 40px;
  display: flex;
  align-items: center;
  gap: 19px;
}
@media (max-width: 768px) {
  body.home #main-visual .mv-logo {
    right: unset;
    left: 50%;
    bottom: -17.25vw;
    transform: translateX(-50%);
  }
}
@media (max-width: 768px) {
  body.home #main-visual .mv-logo .fig:not(.times) {
    width: 37.5vw;
  }
}
body.home #main-visual .mv-logo .times {
  padding-top: 70px;
}
@media (max-width: 768px) {
  body.home #main-visual .mv-logo .times {
    width: 30px;
    padding-top: 18vw;
  }
}
body.home #norman .norman-title {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.home #norman .norman-title {
    margin-bottom: 26px;
    text-align: center;
  }
}
body.home #norman .norman-title .logo {
  display: none;
}
body.home #norman #products {
  margin-bottom: 110px;
}
@media (max-width: 768px) {
  body.home #norman #products {
    margin-bottom: 54px;
  }
}
body.home #norman #products .prod-list {
  display: flex;
  flex-wrap: wrap;
  gap: 96px;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list {
    gap: 26px;
  }
}
body.home #norman #products .prod-list .prod-item {
  width: 100%;
  border-bottom: 1px solid #cccccc;
}
body.home #norman #products .prod-list .prod-item .prod-fig {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-fig {
    position: relative;
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 18px;
    overflow: hidden;
  }
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-fig::before {
    content: "";
    display: block;
    padding-top: 50%;
  }
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-fig img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
body.home #norman #products .prod-list .prod-item .prod-ttl {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-ttl {
    margin-bottom: 10px;
  }
}
body.home #norman #products .prod-list .prod-item .prod-description {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-description {
    margin-bottom: 40px;
  }
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-txt {
  position: relative;
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-txt .icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 2;
  transition: all 0.3s ease;
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-txt .icon:hover {
  opacity: 0.7;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-description .prod-txt .icon {
    top: unset;
    transform: unset;
    right: 0;
    bottom: -20px;
    width: 20px;
  }
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-txt .icon.is-open {
  transform: scaleY(-1);
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-add {
  display: none;
  padding: 40px 0px 20px 0px;
}
body.home #norman #products .prod-list .prod-item .prod-description .prod-add .img_r {
  float: right;
  padding-left: 20px;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item .prod-description .prod-add .img_r {
    float: none;
    padding: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 768px) {
  body.home #norman #products .prod-list .prod-item:last-child .prod-fig img {
    -o-object-position: left center;
       object-position: left center;
  }
}
body.home #norman #reasons {
  margin-bottom: 180px;
}
@media (max-width: 768px) {
  body.home #norman #reasons {
    margin-bottom: 60px;
  }
}
body.home #norman #reasons .reasons-title {
  margin-bottom: 40px;
  text-align: center;
}
body.home #norman #reasons .reason-list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 60px;
}
@media (max-width: 768px) {
  body.home #norman #reasons .reason-list {
    gap: 30px;
  }
}
body.home #norman #reasons .reason-list .reason-item {
  width: calc(50% - 30px);
  text-align: center;
}
@media (max-width: 768px) {
  body.home #norman #reasons .reason-list .reason-item {
    width: 100%;
  }
}
body.home #norman #reasons .reason-list .reason-item .reason-image {
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  body.home #norman #reasons .reason-list .reason-item .reason-image {
    margin-bottom: 12px;
  }
}
body.home #norman #reasons .reason-list .reason-item .reason-infos .reason-ttl {
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  body.home #norman #reasons .reason-list .reason-item .reason-infos .reason-ttl {
    margin-bottom: 10px;
  }
}
body.home #feel {
  display: block;
}
body.home #feel .feel-title {
  margin-bottom: 26px;
}
@media (max-width: 768px) {
  body.home #feel .feel-title {
    margin-bottom: 38px;
    text-align: center;
  }
}
body.home #feel #headline {
  position: relative;
  margin-bottom: 200px;
  padding: 66px 0 90px;
  background: url("../img/feel-headline.jpg") no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 768px) {
  body.home #feel #headline {
    margin-bottom: 86px;
    padding: 40px 0 50px;
    background-position: right 15% center;
  }
}
body.home #feel #headline .headline-box {
  width: -moz-fit-content;
  width: fit-content;
  padding: 40px 25px;
  background-color: rgba(255, 255, 255, 0.85);
}
@media (max-width: 768px) {
  body.home #feel #headline .headline-box {
    width: 100%;
    padding: 40px 12px;
  }
}
body.home #feel #headline .headline-box .headline-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
body.home #feel #headline .headline-box .headline-list .headline-item {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 768px) {
  body.home #feel #headline .headline-box .headline-list .headline-item {
    gap: 10px;
  }
}
body.home #feel #headline .headline-box .headline-list .headline-item .icon {
  width: 34px;
  height: 34px;
}
@media (max-width: 768px) {
  body.home #feel #headline .headline-box .headline-list .headline-item .icon {
    width: 24px;
    height: 24px;
  }
}
body.home #feel #headline .headline-box .headline-list .headline-item .text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
}
@media (max-width: 768px) {
  body.home #feel #headline .headline-box .headline-list .headline-item .text {
    width: calc(100% - 34px);
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: -1px;
  }
}
body.home #feel #headline .headline-arrow {
  position: absolute;
  left: 50%;
  bottom: -116px;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
}
@media (max-width: 768px) {
  body.home #feel #headline .headline-arrow {
    bottom: -60px;
    width: 140px;
  }
}
body.home #feel #points {
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.home #feel #points {
    margin-bottom: 60px;
  }
}
body.home #feel #points .points-lead-fig {
  position: relative;
}
@media (max-width: 768px) {
  body.home #feel #points .points-lead-fig {
    margin-left: -16px;
    margin-right: -16px;
  }
}
body.home #feel #points .points-title {
  margin-bottom: 40px;
  text-align: center;
}
body.home #feel #points .points-lead {
  margin-bottom: 60px;
}
@media (max-width: 768px) {
  body.home #feel #points .points-lead {
    margin-bottom: 0;
  }
}
body.home #feel #points .points-lead .points-lead-ttl-wrapper {
  position: relative;
  width: calc(100% - 150px);
  margin: 0 auto;
  margin-top: -75px;
  padding: 60px 0 45px;
  text-align: center;
  background-color: #ffffff;
}
@media (max-width: 768px) {
  body.home #feel #points .points-lead .points-lead-ttl-wrapper {
    width: 100%;
    margin-top: -30px;
    padding: 24px 10px;
  }
}
@media (max-width: 768px) {
  body.home #feel #points .points-lead .points-lead-ttl-wrapper span {
    margin-top: 17px;
  }
}
body.home #feel #points .point-list {
  display: flex;
  flex-direction: column;
  gap: 68px;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list {
    gap: 40px;
  }
}
body.home #feel #points .point-list .point-item {
  display: flex;
  align-items: flex-start;
  gap: 40px;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item {
    flex-direction: column;
    gap: 20px;
  }
}
body.home #feel #points .point-list .point-item .point-image {
  width: 50%;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item .point-image {
    width: 100%;
  }
}
body.home #feel #points .point-list .point-item .point-infos {
  width: calc(50% - 40px);
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item .point-infos {
    width: 100%;
  }
}
body.home #feel #points .point-list .point-item .point-infos .point-ttl {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item .point-infos .point-ttl {
    gap: 10px;
    margin-bottom: 20px;
  }
}
body.home #feel #points .point-list .point-item .point-infos .point-ttl .num {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 76px;
  height: 76px;
  padding-bottom: 6px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  background-color: #adb116;
  border-radius: 50%;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item .point-infos .point-ttl .num {
    width: 40px;
    height: 40px;
    padding-bottom: 2px;
    font-size: 24px;
  }
}
body.home #feel #points .point-list .point-item .point-infos .point-ttl .txt {
  width: calc(100% - 96px);
  font-size: 32px;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item .point-infos .point-ttl .txt {
    width: calc(100% - 54px);
    font-size: 24px;
  }
}
body.home #feel #points .point-list .point-item:nth-child(odd) {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  body.home #feel #points .point-list .point-item:nth-child(odd) {
    flex-direction: column;
  }
}
body.home #feel #cases {
  /*width: 616px;*/
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 100px;
  text-align: center;
}
@media (max-width: 768px) {
  body.home #feel #cases {
    margin-bottom: 60px;
  }
}
body.home #feel #cases .cases-title {
  margin-bottom: 40px;
  text-align: center;
}
body.home #feel #cases .cases-image {
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  body.home #feel #cases .cases-text {
    text-align: left;
  }
}
body.home #feel #voices {
  margin-bottom: 120px;
}
@media (max-width: 768px) {
  body.home #feel #voices {
    margin-bottom: 60px;
  }
}
body.home #feel #voices .voices-title {
  text-align: center;
  margin-bottom: 30px;
}
body.home #feel #voices .voices-area {
  width: 100%;
  height: 434px;
  background-color: #d9d9d9;
}
body.home #feel #start {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  body.home #feel #start {
    margin-bottom: 30px;
  }
}
body.home #feel #start .start-title {
  margin-bottom: 50px;
  text-align: center;
}
@media (max-width: 768px) {
  body.home #feel #start .start-title {
    margin-bottom: 27px;
  }
}
body.home #feel #start .start-image {
  margin-bottom: 28px;
}
body.home #feel #about {
  margin-bottom: 460px;
}
body.home #feel #about .about-title {
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.home #feel #about .about-title {
    margin-left: -16px;
    margin-right: -16px;
    margin-bottom: 12px;
    padding: 24px;
    text-align: center;
    font-size: 28px;
    background-color: #f8f7e3;
  }
}
body.home #feel #about .about-title-sub {
  margin-bottom: 26px;
  margin-top: 26px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.6;
  color: #000000;
}
@media (max-width: 768px) {
  body.home #feel #about .about-title-sub {
    margin-bottom: 18px;
    text-align: center;
  }
}
body.home #feel #about .about-area {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 768px) {
  body.home #feel #about .about-area {
    margin-bottom: 30px;
  }
}
body.home #feel #about .about-area .about-image {
  position: absolute;
  right: 0;
  top: -190px;
}
@media (max-width: 768px) {
  body.home #feel #about .about-area .about-image {
    width: 140px;
    top: 0;
  }
}
body.home #feel #about .about-area .about-infos dl {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.home #feel #about .about-area .about-infos dl {
    flex-direction: column;
  }
}
body.home #feel #about .about-area .about-infos dl dt {
  display: inline-block;
  width: 121px;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #ffffff;
  background-color: #003a49;
}
body.home #feel #about .about-area .about-infos dl dd {
  display: inline-block;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
  color: #000000;
}
@media (max-width: 768px) {
  body.home #feel #about .about-area .about-infos dl dd {
    padding: 0 0 0 8px;
  }
}
body.home #feel #about .about-map {
  border-radius: 16px;
  overflow: hidden;
}
@media (max-width: 768px) {
  body.home #feel #about .about-map {
    margin-left: -16px;
    margin-right: -16px;
    border-radius: 0;
  }
}
body.home footer {
  padding: 40px;
  background-color: #003a49;
}/*# sourceMappingURL=styles.css.map */