@charset "utf-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");

.notto {
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.04em;
  color: #22292b;
  padding-bottom: 120px;
}

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

.notto span {
  font-size: inherit;
}

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

.notto a {
  transition: all 0.3s;
}

.notto a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.inner {
  max-width: 1030px;
  margin: 0 auto;
  padding: 0 15px;
}

.bold {
  font-weight: bold;
}

.fw500 {
  font-weight: 500;
}

.t-center {
  text-align: center;
}

.bg-gray {
  background-color: #ececed;
}

.bg-white {
  background-color: #fff;
}

.bg-purple {
  background-color: #f6f4f8;
}

.bg-brown {
  background-color: #e7d7c8;
}

.bg-blue {
  background-color: #d0e6ee;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 400px;
  height: 80px;
  text-align: center;
  background-color: #1c1c1c;
  color: #fff !important;
  margin: 0 auto;
  padding: 1.2em;
  position: relative;
  font-size: 16px;
  border-radius: 8px;
  font-weight: bold;
  transition: all 0.3s;
}

.btn i {
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.btn--other {
  max-width: 500px;
  height: 100px;
  border: 2px solid #1c1c1c;
  color: #1c1c1c !important;
  font-size: 18px;
  background-color: #fff;
}

.btn--gray {
  background-color: #696969;
}

.notto .mv {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.title1 {
  font-size: 40px;
  text-align: center;
  font-weight: bold;
}

.title2 {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
}

.box {
  border-radius: 8px;
  padding: 32px 50px 40px;
}

.box__flex {
  display: flex;
  align-items: center;
  gap: 40px;
}

.box__flex .img {
  width: 380px;
  flex-shrink: 0;
}

.box__flex--small {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  gap: 50px;
}

.box__flex--small .img {
  width: 200px;
}

.box__flex .txt {
  width: 100%;
}

.check-list__item {
  padding: 0 0 16px 32px;
  position: relative;
  background: url(./icon_check.png) no-repeat left 2px;
  font-size: 22px;
  font-weight: 500;
  border-bottom: 1px solid#E5E5E5;
  line-height: 1.2;
  margin-bottom: 16px;
}

.check-list__item:last-child {
  margin-bottom: 0;
}

.list-dot__item {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid#E5E5E5;
  line-height: 1.2;
}

.list-dot__item:last-child {
  margin-bottom: 0;
}

.fz12 {
  font-size: 12px !important;
}

.fz14 {
  font-size: 14px !important;
}

.fz15 {
  font-size: 15px !important;
}

.fz16 {
  font-size: 16px !important;
}

.fz18 {
  font-size: 18px !important;
}

.fz20 {
  font-size: 20px !important;
}

.fz22 {
  font-size: 22px !important;
}

.fz24 {
  font-size: 24px !important;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb120 {
  margin-bottom: 120px;
}

.sp-only {
  display: none;
}

.about {
  padding: 60px 0 100px;
}

.about .box.t-series {
  background-color: rgba(255, 255, 255, 0.5);
}

.arrow-down {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.arrow-down li {
  padding: 20px 10px;
  border-radius: 4px;
  background-color: #fff4e6;
}

.arrow-down li:first-child {
  position: relative;
}

.arrow-down li:first-child:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 16px;
  background-color: #ff3e99;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}

.t-series__flex {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.t-series__flex__item {
  padding: 40px 24px 30px;
  border-radius: 8px;
  position: relative;
}

.t-series__flex__item h4 {
  font-size: 20px;
  color: #fff;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  padding: 5px 20px;
  border-radius: 4px;
}

.t-series__flex__item:first-child h4 {
  background-color: #5592b3;
}

.t-series__flex__item:nth-child(2) h4 {
  background-color: #906eaf;
}

.item-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 80px;
}

.item-list__item {
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #dcdcdc;
  padding: 30px 50px;
  display: flex;
  gap: 50px;
}

.item-list__item .img {
  width: 200px;
  flex-shrink: 0;
}

.item-list__item .txt h3 {
  font-size: 22px;
  line-height: 1.2;
}

.cont {
  padding: 80px 0 100px;
}

.list-desc {
  padding: 40px 50px;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.list-desc__item {
  display: flex;
  align-items: center;
  gap: 50px;
}

.list-desc__item:not(:last-child) {
  padding-bottom: 30px;
  border-bottom: 1px solid;
}

.list-desc__item .img {
  width: 200px;
  flex-shrink: 0;
}

.bg-purple .list-desc__item {
  border-color: #fff;
}

.bg-brown .list-desc {
  background-color: #f8f6f4;
}

.bg-brown .list-desc__item {
  border-color: #e7d7c8;
}

.bg-blue .list-desc {
  background-color: #f4f7f8;
}

.bg-blue .list-desc__item {
  border-color: #d0e6ee;
}

.cont__txt {
  font-size: 20px;
  font-weight: 500;
}

.contact {
  padding-top: 80px;
}

.contact .list-dot {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.contact .list-dot__item {
  font-size: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 400px;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .btn {
    padding: 0 30px;
    line-height: 1.2;
  }

  .title1 {
    font-size: 22px;
  }

  .title2 {
    font-size: 20px;
  }

  .box {
    padding: 20px 15px;
  }

  .box__flex {
    flex-direction: column;
    gap: 20px;
  }

  .box__flex .img,
  .box__flex--small .img {
    width: 100%;
    text-align: center;
  }

  .box__flex--small {
    gap: 20px;
  }

  .check-list__item {
    padding: 0 0 10px 24px;
    position: relative;
    background-size: 20px;
    font-size: 18px;
    margin-bottom: 19px;
  }

  .list-dot__item {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .t-series__flex {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .t-series__flex__item {
    padding: 34px 15px 20px;
  }

  .t-series__flex__item h4 {
    font-size: 18px;
  }

  .item-list {
    margin-bottom: 60px;
  }

  .item-list__item {
    padding: 20px 15px;
    flex-direction: column;
    gap: 20px;
  }

  .item-list__item .img {
    width: 100%;
    text-align: center;
  }

  .item-list__item .txt h3 {
    font-size: 18px;
  }

  .cont {
    padding: 60px 0 80px;
  }

  .list-desc {
    padding: 30px 15px;
    gap: 20px;
  }

  .list-desc__item {
    flex-direction: column;
    gap: 20px;
  }

  .list-desc__item:not(:last-child) {
    padding-bottom: 20px;
  }

  .list-desc__item .img {
    width: 100%;
    text-align: center;
  }

  .cont__txt {
    font-size: 18px;
  }

  .contact {
    padding-top: 80px;
  }

  .contact .list-dot__item {
    font-size: 18px;
  }
}
