@charset "UTF-8";
.cta-bg {
  padding: 60px 0 40px;
  background: #eee;
}
.cta-bg-wrap {
  width: 550px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .cta-bg {
    padding: 30px 0 40px;
    background: #eee;
  }
  .cta-bg-wrap {
    width: 86%;
    margin: 0 auto;
  }
}
.cta5 {
  width: 100%;
  margin: 0 auto;
}
.cta5-txt {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 28px;
  letter-spacing: 0.075em;
}

@media screen and (max-width: 1000px) {
  .cta5-txt {
    font-size: 16.5px;
    line-height: 1.4;
    padding-bottom: 18px;
    letter-spacing: 0.04em;
  }
}
.sprite-wrap {
  overflow: hidden;
  position: relative;
  width: 22px;
  height: 22px;
}
.sprite-wrap .sprite {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  max-width: none;
}

.cta-button {
  width: 550px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  margin: 0 auto 20px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.cta-button.cta-line .line {
  width: 43px;
  height: 43px;
}
.cta-button.cta-line .line .logo-line {
  transform: translate(0%, 3%);
}
.cta-button.cta-tel .tel {
  width: 42px;
  height: 42px;
}
.cta-button.cta-tel .tel .logo-tel {
  transform: translate(-35%, 13%);
}
.cta-button-text {
  color: #444;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  margin-left: 20px;
}

@media screen and (max-width: 1000px) {
  .cta-button {
    width: 100%;
    height: 50px;
    margin: 0 auto 10px;
  }
  .cta-button.cta-line .line {
    width: 30px;
    height: 30px;
  }
  .cta-button.cta-tel .tel {
    width: 32px;
    height: 28px;
  }
  .cta-button.cta-tel .tel .logo-tel {
    transform: translate(-31%, 6%);
  }
  .cta-button-text {
    font-size: 13px;
  }
}
.section1 {
  text-align: center;
  padding: 120px 0 108px;
}
.section1-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 55px;
  font-weight: 600;
  padding-bottom: 30px;
  letter-spacing: 0.04em;
}
.section1-txt {
  font-size: 22px;
  font-weight: 500;
  line-height: 43px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 1000px) {
  .section1 {
    padding: 50px 0 44px;
  }
  .section1-ttl {
    font-size: 28px;
    padding-bottom: 18px;
  }
  .section1-txt {
    font-size: 14px;
    line-height: 2;
  }
}
.section2 {
  overflow: hidden;
  position: relative;
  padding-top: 9.8958333333vw;
  padding-bottom: 1.3541666667vw;
}
.section2-wrapp {
  width: 73%;
  margin: 0 auto;
}
.section2-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.section2-items {
  position: relative;
  background: #fff;
  box-shadow: 0 1.1979166667vw 1.71875vw rgba(0, 0, 0, 0.16);
  border-radius: 0.2604166667vw;
  opacity: 0;
  transform: translateY(-20%);
}
.section2-items-ttl {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section2-items-ttl .question-mark {
  width: 2.6041666667vw;
  height: 2.5vw;
}
.section2-items-ttl .question-mark .logo-question {
  width: 8.4895833333vw;
  transform: translate(-4%, -15%);
}
.section2-items-ttl .ques-text {
  font-size: 1.9791666667vw;
  font-weight: 700;
  letter-spacing: 0.02em;
  padding-left: 1%;
}
.section2-items-wrap {
  padding: 5.6% 3% 4.8%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.section2-items-wrap .item-wrap {
  width: 21%;
}
.section2-items-wrap .item-wrap-txt {
  text-align: center;
  font-size: 0.8333333333vw;
  font-weight: 500;
  letter-spacing: 0.07em;
  border: 1px solid #999;
  padding: 3.5% 0;
  margin-top: 8%;
}
.section2-arrow {
  display: block;
  position: absolute;
  width: 8.3333333333vw;
  height: 1.9791666667vw;
  margin: 2.3958333333vw auto;
  left: 45.625vw;
}
.section2 .arrow-down {
  opacity: 0;
  transform: translateY(-300%);
}
.section2 .arrow-down::after, .section2 .arrow-down::before {
  position: absolute;
  content: "";
  width: 4.7916666667vw;
  height: 0.15625vw;
  background-color: #707070;
}
.section2 .arrow-down::after {
  top: 0.78125vw;
  left: 0;
  transform: rotate(27deg);
  -webkit-transform: rotate(27deg);
}
.section2 .arrow-down::before {
  right: -0.6770833333vw;
  top: 0.78125vw;
  transform: rotate(153deg);
  -webkit-transform: rotate(153deg);
}
.section2-content {
  position: relative;
  width: 100%;
  padding: 6.0416666667vw 0 2.0833333333vw 6.25vw;
}
.section2-content-text {
  position: relative;
  z-index: 2;
  opacity: 0;
  transform: translateY(20%);
}
.section2-content-text .txt1 {
  font-size: 1.6145833333vw;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding-bottom: 1%;
}
.section2-content-text .txt1 span {
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.section2-content-text .txt2 {
  font-size: 0.9375vw;
  line-height: 1.8333333333;
  letter-spacing: 0.08em;
  padding-bottom: 2%;
}
.section2-content-text .cta-button-wrap {
  display: flex;
  width: 100%;
  height: 3.2291666667vw;
  justify-content: flex-start;
}
.section2-content-text .cta-button-wrap a {
  margin-right: 1.5%;
  width: 17.7083333333vw;
}
.section2-content-text .cta-button-wrap a .cta-button {
  width: 100%;
  height: 3.2291666667vw;
}
.section2-content-text .cta-button-wrap a .cta-button .cta-button-text {
  font-size: 0.78125vw;
  margin-left: 0.9895833333vw;
}
.section2-content-text .cta-button-wrap a .cta-button .line {
  width: 2.1875vw;
  height: 2.1875vw;
}
.section2-content-text .cta-button-wrap a .cta-button .line .logo-line {
  width: 8.6979166667vw;
}
.section2-content-text .cta-button-wrap a .cta-button .tel {
  width: 2.1875vw;
  height: 2.1875vw;
}
.section2-content-text .cta-button-wrap a .cta-button .tel .logo-tel {
  width: 9.0104166667vw;
}
.section2 .staff-picture {
  width: 29.1666666667vw;
  position: absolute;
  bottom: -15.9895833333vw;
  right: 3.0208333333vw;
}
.section2 .staff-img {
  opacity: 0;
  transform: translateY(20%);
}
.section2 .section2Animation {
  animation: section2Animation 2s forwards;
}
@keyframes section2Animation {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 1000px) {
  .section2 {
    min-height: 1444px;
    padding: 158px 2% 0;
  }
  .section2 .section2-wrapp {
    width: 100%;
  }
  .section2-items {
    box-shadow: 0 23px 33px rgba(0, 0, 0, 0.16);
    border-radius: 5px;
    opacity: 0;
    transform: translateY(-20%);
  }
  .section2-items-ttl {
    width: 100%;
    display: block;
    top: -78px;
  }
  .section2-items-ttl .question-mark {
    width: 34px;
    height: 34px;
    margin: 0 auto 3px;
  }
  .section2-items-ttl .question-mark .logo-question {
    transform: translate(-4%, -15%);
    width: 114px;
  }
  .section2-items-ttl .ques-text {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
    letter-spacing: 0.06em;
    padding-left: 0;
  }
  .section2-items-wrap {
    padding: 0 14px 50px;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .section2-items-wrap .item-wrap {
    width: 48%;
    height: 100%;
    display: flex;
    flex-flow: column-reverse;
  }
  .section2-items-wrap .item-wrap-txt {
    font-size: 11px;
    padding: 7px 0;
    margin-top: 22px;
  }
  .section2-arrow {
    width: 162px;
    height: 41px;
    margin: 34px auto;
    left: 49%;
    transform: translateX(-50%);
  }
  .section2 .arrow-down {
    transform: translateY(-300%);
  }
  .section2 .arrow-down::after, .section2 .arrow-down::before {
    width: 56px;
    height: 1px;
  }
  .section2 .arrow-down::after {
    top: 18px;
    left: 30px;
  }
  .section2 .arrow-down::before {
    right: 26px;
    top: 18px;
  }
  .section2-content {
    padding: 107px 5% 0;
    text-align: center;
    white-space: nowrap;
  }
  .section2-content-text {
    position: relative;
    z-index: 2;
    opacity: 0;
    transform: translateY(20%);
  }
  .section2-content-text .txt1 {
    font-size: 22px;
    padding-bottom: 18px;
  }
  .section2-content-text .txt1 span {
    font-family: "Oswald", sans-serif;
  }
  .section2-content-text .txt2 {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 0.05em;
    padding-bottom: 250px;
  }
  .section2-content-text .cta-button-wrap {
    width: 100%;
    height: auto;
    justify-content: flex-start;
    flex-direction: column;
  }
  .section2-content-text .cta-button-wrap a {
    display: contents;
    margin-right: 0;
    width: 100%;
  }
  .section2-content-text .cta-button-wrap a .cta-button {
    width: 100%;
    height: 50px;
  }
  .section2-content-text .cta-button-wrap a .cta-button .cta-button-text {
    font-size: 13px;
    margin-left: 20px;
  }
  .section2-content-text .cta-button-wrap a .cta-button .line {
    width: 30px;
    height: 30px;
  }
  .section2-content-text .cta-button-wrap a .cta-button .line .logo-line {
    width: unset;
  }
  .section2-content-text .cta-button-wrap a .cta-button .tel {
    width: 32px;
    height: 28px;
  }
  .section2-content-text .cta-button-wrap a .cta-button .tel .logo-tel {
    width: unset;
  }
  .section2 .staff-picture {
    width: 91%;
    max-width: 328px;
    bottom: -16.2%;
    right: 0;
    left: 44.8%;
    transform: translateX(-50%);
  }
  .section2 .staff-img {
    opacity: 0;
    transform: translateY(20%);
  }
}
.section3 {
  text-align: center;
  width: 700px;
  margin: 0 auto;
  padding: 156px 0;
}
.section3-ttl {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 78px;
}
.section3-ttl span {
  font-family: "Oswald", sans-serif;
}
.section3-item {
  padding-bottom: 126px;
}
.section3-item-img {
  padding-bottom: 50px;
}
.section3-item-ttl {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.section3-item .horizontal-line {
  width: 60px;
  height: 1px;
  background: #707070;
  display: block;
  margin: 16px auto;
}
.section3-item-txt {
  font-size: 18px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1000px) {
  .section3 {
    width: 87%;
    padding: 50px 0 75px;
  }
  .section3-ttl {
    font-size: 22px;
    line-height: 1.3;
    padding-bottom: 50px;
  }
  .section3-item {
    padding-bottom: 50px;
  }
  .section3-item-img {
    padding-bottom: 20px;
  }
  .section3-item-ttl {
    font-size: 18px;
    letter-spacing: 0.04em;
  }
  .section3-item .horizontal-line {
    margin: 19px auto;
  }
  .section3-item-txt {
    font-size: 14px;
    line-height: 1.8;
    letter-spacing: 0.04em;
  }
}
.section4 {
  position: relative;
  background: #eee;
}
.section4-title {
  position: absolute;
  content: "";
  font-family: "Oswald", sans-serif;
  font-size: 135px;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: #eee;
  top: -2.2%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section4-wrap {
  width: 700px;
  margin: 0 auto;
  text-align: center;
  padding: 100px 0 80px;
}
.section4-ttl {
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 10px;
}
.section4-subttl {
  font-size: 24px;
  letter-spacing: 0.06em;
  padding-bottom: 56px;
}
.section4-subttl span {
  font-weight: 900;
}
.section4-item {
  margin-bottom: 96px;
}
.section4-item-img {
  padding-bottom: 30px;
}
.section4-item-step {
  width: 150px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background-color: #444;
  font-size: 16px;
  line-height: 34px;
  font-family: "Oswald", sans-serif;
  margin: 0 auto 16px;
  border-radius: 4px;
}
.section4-item-txt {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.section4-item span {
  display: block;
  font-size: 13px;
  letter-spacing: 0.04em;
  margin: 10px 0 26px;
}
.section4-item .cta-button-wrap {
  width: 700px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.section4-item .cta-button-wrap .cta-button {
  width: 340px;
  margin-bottom: 0;
}

@media screen and (max-width: 1000px) {
  .section4-title {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 63px;
    top: -25px;
    left: 50%;
    font-size: 63px;
    white-space: nowrap;
  }
  .section4-wrap {
    width: 86%;
    padding: 42px 0 20px;
  }
  .section4-ttl {
    font-size: 22px;
    letter-spacing: 0.03em;
    padding-bottom: 10px;
  }
  .section4-subttl {
    font-size: 18px;
    letter-spacing: 0.06em;
    padding-bottom: 28px;
  }
  .section4-item {
    margin-bottom: 44px;
  }
  .section4-item .cta-button-wrap {
    display: block;
    width: 100%;
  }
  .section4-item .cta-button-wrap .cta-button {
    width: 100%;
    margin-bottom: 10px;
  }
  .section4-item-img {
    padding-bottom: 32px;
  }
  .section4-item-step {
    width: 40%;
  }
  .section4-item-txt {
    font-size: 18px;
  }
  .section4-item span {
    margin: 5px 0 28px;
  }
  .section4 .cta5 {
    margin-top: 80px;
  }
}
.note {
  color: #fff;
  background-color: #444;
}
.note-wrap {
  width: 47%;
  margin: 0 auto;
  padding: 50px 6px;
}
.note-ttl {
  width: 130px;
  height: 26px;
  background: #fff;
  color: #444;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.04em;
  border-radius: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}
.note-txt {
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 1000px) {
  .note-wrap {
    width: 90%;
    padding: 30px 6px 25px;
  }
  .note-ttl {
    margin-bottom: 18px;
  }
  .note-txt {
    font-size: 10px;
    line-height: 2.2;
  }
}
.voice {
  width: 990px;
  margin: 0 auto;
  padding: 100px 0 158px;
}
.voice-ttl {
  text-align: center;
  font-size: 33px;
  font-weight: 700;
  letter-spacing: 0.03em;
  padding-bottom: 44px;
}
.voice-wrap {
  display: flex;
  justify-content: space-between;
}
.voice-wrap .swiper-wrapper {
  justify-content: space-between;
}
.voice-item {
  width: 290px;
  opacity: 0;
}
.voice-item-ttl {
  position: relative;
  text-align: center;
  font-size: 15px;
  background: #eee;
  padding: 22px 30px;
  border-radius: 7px;
  margin-bottom: 10px;
  width: 290px;
  height: 136px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.voice-item-ttl span {
  font-size: 13px;
  color: #999;
  display: block;
  margin-top: auto;
}
.voice-item-ttl .heart {
  position: absolute;
  right: 18px;
  bottom: -14px;
  width: 28px;
  height: 28px;
}
.voice-item-ttl .heart .logo-heart {
  width: 130px;
  transform: translate(-38%, -12%);
}
.voice-item-ttl::after {
  position: absolute;
  content: "";
  bottom: -19%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  border-top: 25px solid #eee;
}
.voice-item-text {
  font-size: 16px;
  line-height: 28px;
}
.voice-item.voice-item-1 {
  transform: translateY(10%);
}
.voice-item.voice-item-2 {
  transform: translateY(20%);
}
.voice-item.voice-item-3 {
  transform: translateY(30%);
}
.voice-item.animation {
  animation: voiceAnimation 1.5s forwards;
}
.voice .swiper-voice-pagination {
  display: none;
}
.voice .swiper-voice-button-next,
.voice .swiper-voice-button-prev {
  display: none;
}

@media screen and (max-width: 1200px) {
  .voice {
    padding: 100px 23px 158px;
  }
}
@media screen and (max-width: 1000px) {
  .voice {
    position: relative;
    width: 86%;
    margin: 0 auto;
    padding: 52px 0 42px;
  }
  .voice-ttl {
    font-size: 22px;
    padding-bottom: 28px;
  }
  .voice-wrap {
    position: relative;
    width: 89%;
    margin: 0 auto;
    display: block;
    overflow: hidden;
  }
  .voice-item {
    width: unset;
    opacity: 1;
  }
  .voice-item-ttl {
    padding: 18px 22px;
    width: 91%;
    margin: 0 auto 10px;
  }
  .voice-item-ttl span {
    margin-top: 10px;
    display: block;
  }
  .voice-item-ttl .heart {
    right: 20px;
  }
  .voice-item-ttl::after {
    bottom: -17%;
  }
  .voice-item-img {
    margin-bottom: 2px;
  }
  .voice-item-text {
    font-size: 13px;
    line-height: 2.1;
    letter-spacing: 0.04em;
    width: 91%;
    margin: 0 auto 10px;
  }
  .voice-item.voice-item-1 {
    transform: translateY(0%);
  }
  .voice-item.voice-item-2 {
    transform: translateY(0%);
  }
  .voice-item.voice-item-3 {
    transform: translateY(0%);
  }
  .voice-item.animation {
    animation: voiceAnimation 1.5s forwards;
  }
  .voice .swiper-voice-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 14px;
  }
  .voice .swiper-voice-pagination .swiper-pagination-bullet {
    background-color: #eee;
    opacity: 0.7;
    width: 10px;
    height: 10px;
    margin: 0 4px;
  }
  .voice .swiper-voice-pagination .swiper-pagination-bullet.swiper-voice-pagination-active {
    opacity: 1;
    background: #bbb;
  }
  .voice .swiper-voice-button-next,
  .voice .swiper-voice-button-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 53.2%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%);
    color: #bbb;
    z-index: 1;
  }
  .voice .swiper-voice-button-next {
    right: -20px;
  }
  .voice .swiper-voice-button-prev {
    left: -20px;
  }
  .voice .swiper-arrow-icon {
    width: 60%;
    height: 60%;
    fill: currentColor;
  }
}
.coordinate {
  margin: 0 auto 202px;
  width: 100%;
  max-width: 1448px;
  padding: 0 23px;
}
.coordinate-ttl {
  text-align: center;
  font-size: 23px;
  letter-spacing: 0.04em;
  color: #fff;
  background: #000;
  padding: 1.3% 0;
}
.coordinate-tabs {
  overflow: hidden;
  height: 682px;
  display: flex;
  border-left: 2px solid #bbb;
  border-right: 2px solid #bbb;
}
.coordinate-tabs-wrap {
  width: 35%;
  background: #ddd;
}
.coordinate-tabs-wrap .tab {
  height: 115px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border-bottom: 2px solid #fff;
  cursor: pointer;
}
.coordinate-tabs-wrap .tab-title {
  color: #999;
  font-family: "Oswald", sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 36px;
  letter-spacing: 0.06em;
}
.coordinate-tabs-wrap .tab span {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.04em;
}
.coordinate-tabs-wrap .tab.selected {
  position: relative;
  background: #fff;
}
.coordinate-tabs-wrap .tab.selected::after {
  position: absolute;
  content: "";
  width: 5px;
  height: 100%;
  top: 0;
  left: 0;
  background: #1ea6dd;
}
.coordinate-tabs-content {
  width: 70%;
  position: relative;
}
.coordinate-tabs-content .tab-content {
  padding: 3% 3.5%;
  width: 100%;
  height: 100%;
  opacity: 0;
  pointer-events: none;
  transition: 0.5s all;
  position: absolute;
  top: 0;
  left: 0;
}
.coordinate-tabs-content .tab-content.selected {
  opacity: 1;
  pointer-events: unset;
}
.coordinate-tabs-content .tab-content-ttl {
  text-align: center;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.04em;
  padding-bottom: 2%;
}
.coordinate-tabs-content .tab-content-ttl span {
  font-family: "Oswald", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #999;
  margin-right: 1%;
}
.coordinate-tabs-content .tab-content-ques {
  display: flex;
  align-items: center;
  padding: 1.3% 8%;
  color: #777;
  background: #eee;
}
.coordinate-tabs-content .tab-content-ques .ques-wrap {
  width: 23px;
  height: 23px;
  margin-right: 2%;
}
.coordinate-tabs-content .tab-content-ques .ques-wrap .logo-ques {
  width: 173px;
  transform: translate(-63%, -14%);
}
.coordinate-tabs-content .tab-content-ques p {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.coordinate-tabs-content .tab-content .arrow-down {
  position: relative;
  display: block;
  width: 19px;
  height: 10px;
  margin: 1.2% auto;
}
.coordinate-tabs-content .tab-content .arrow-down::after, .coordinate-tabs-content .tab-content .arrow-down::before {
  position: absolute;
  content: "";
  width: 13px;
  height: 1px;
  background-color: #999;
}
.coordinate-tabs-content .tab-content .arrow-down::after {
  top: 6px;
  left: 11px;
  transform: rotate(42deg);
  -webkit-transform: rotate(42deg);
}
.coordinate-tabs-content .tab-content .arrow-down::before {
  right: -15px;
  top: 6px;
  transform: rotate(138deg);
  -webkit-transform: rotate(138deg);
}
.coordinate-tabs-content .tab-content-detail {
  padding: 1% 8%;
  color: #777;
  background: #eee;
  height: 509px;
}
.coordinate-tabs-content .tab-content-detail .mark-content {
  display: flex;
  align-items: center;
  padding-bottom: 2.5%;
}
.coordinate-tabs-content .tab-content-detail .mark-content .check-wrap {
  width: 25px;
  height: 25px;
  margin-right: 2%;
}
.coordinate-tabs-content .tab-content-detail .mark-content .check-wrap .logo-check {
  width: 173px;
  transform: translate(-80%, -10%);
}
.coordinate-tabs-content .tab-content-detail .mark-content .txt {
  font-size: 15px;
  letter-spacing: 0.04em;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp {
  display: flex;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp-picture {
  flex-shrink: 0;
  width: 31%;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product {
  flex: 1;
  padding-left: 29px;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-ttl {
  font-family: "Oswald", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.04em;
  padding-bottom: 1%;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap {
  display: flex;
  padding-bottom: 1.3%;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap .product-img {
  position: relative;
  width: 21%;
  margin-right: 6px;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap .product-img .triangle {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  font-family: "Oswald", sans-serif;
  font-size: 11px;
  color: #fff;
  background: #1ea6dd;
  clip-path: polygon(100% 0, 0 0, 0 100%);
  padding-left: 6px;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap {
  display: flex;
  margin-bottom: 4%;
  padding-left: 8px;
  text-indent: -8px;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap .product-name {
  width: 88%;
  font-family: "Oswald", sans-serif;
  font-size: 15px;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap .product-price {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  text-align: right;
  letter-spacing: 0.04em;
  margin-top: auto;
  margin-left: auto;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-sum {
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  padding-top: 4%;
  border-top: 1px solid #bbb;
}
.coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-sum span {
  font-family: "Oswald", sans-serif;
}
.coordinate-tabs-content #tab3.tab-content .detail-product {
  display: flex;
  flex-direction: column;
}
.coordinate-tabs-content #tab3.tab-content .detail-product .product-sum {
  margin-top: auto;
}
.coordinate-cta {
  color: #fff;
  background: #000;
  padding: 2%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 28px;
}
.coordinate-cta-text {
  width: 100%;
  max-width: 513px;
  font-size: 18px;
  line-height: 1.6;
  letter-spacing: 0.03em;
}
.coordinate-cta .cta-button-wrap {
  width: 52%;
  height: 62px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.coordinate-cta .cta-button-wrap a {
  margin-right: 2.7%;
  width: 340px;
}
.coordinate-cta .cta-button-wrap a:nth-child(2) {
  margin-right: 0;
}
.coordinate-cta .cta-button-wrap a .cta-button {
  width: 100%;
  height: 62px;
  margin-bottom: 0;
}
.coordinate-cta .cta-button-wrap a .cta-button .cta-button-text {
  font-size: 15px;
  margin-left: 19px;
}
.coordinate-cta .cta-button-wrap a .cta-button .line {
  width: 42px;
  height: 42px;
}
.coordinate-cta .cta-button-wrap a .cta-button .line .logo-line {
  width: 158px;
}
.coordinate-cta .cta-button-wrap a .cta-button .tel {
  width: 42px;
  height: 42px;
}
.coordinate-cta .cta-button-wrap a .cta-button .tel .logo-tel {
  width: 173px;
}

@media screen and (max-width: 1000px) {
  .coordinate {
    width: 94%;
    margin-bottom: 70px;
    padding: 0;
  }
  .coordinate-ttl {
    font-size: 17px;
    padding: 14px 0;
  }
  .coordinate-tabs {
    height: auto;
    flex-wrap: wrap;
  }
  .coordinate-tabs-wrap {
    width: 100%;
    display: flex;
  }
  .coordinate-tabs-wrap .tab {
    text-align: center;
    width: 33.33%;
    height: 82px;
    border-bottom: 2px solid #fff;
    cursor: pointer;
    padding-top: 10px;
    justify-content: unset;
  }
  .coordinate-tabs-wrap .tab-title {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 6px;
  }
  .coordinate-tabs-wrap .tab span {
    font-size: 13px;
    line-height: 16px;
  }
  .coordinate-tabs-wrap .tab.selected {
    background: #fff;
    padding-top: 12px;
  }
  .coordinate-tabs-wrap .tab.selected::after {
    width: 100%;
    height: 5px;
  }
  .coordinate-tabs-content {
    width: 100%;
    height: 1148px;
    position: relative;
  }
  .coordinate-tabs-content .tab-content {
    padding: 26px 0;
    width: 94%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .coordinate-tabs-content .tab-content.selected {
    opacity: 1;
    pointer-events: unset;
  }
  .coordinate-tabs-content .tab-content-ttl {
    font-size: 19px;
    padding-bottom: 18px;
  }
  .coordinate-tabs-content .tab-content-ttl span {
    display: block;
    font-size: 17px;
    line-height: 28px;
    margin-right: 0;
  }
  .coordinate-tabs-content .tab-content-ques {
    padding: 12px 0 12px 30px;
  }
  .coordinate-tabs-content .tab-content-ques .ques-wrap {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .coordinate-tabs-content .tab-content-ques .ques-wrap .logo-ques {
    width: unset;
    transform: translate(-63%, -13%);
  }
  .coordinate-tabs-content .tab-content-ques p {
    font-size: 14px;
  }
  .coordinate-tabs-content .tab-content .arrow-down {
    position: relative;
    display: block;
    width: 22px;
    height: 11px;
    margin: 10px auto;
  }
  .coordinate-tabs-content .tab-content .arrow-down::after, .coordinate-tabs-content .tab-content .arrow-down::before {
    position: absolute;
    content: "";
    width: 15px;
    height: 1px;
    background-color: #999;
  }
  .coordinate-tabs-content .tab-content .arrow-down::after {
    left: -3px;
  }
  .coordinate-tabs-content .tab-content .arrow-down::before {
    right: -1px;
  }
  .coordinate-tabs-content .tab-content-detail {
    padding: 12px 11px;
    height: 923px;
  }
  .coordinate-tabs-content .tab-content-detail .mark-content {
    padding: 2px 0 20px 19px;
  }
  .coordinate-tabs-content .tab-content-detail .mark-content .check-wrap {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }
  .coordinate-tabs-content .tab-content-detail .mark-content .check-wrap .logo-check {
    width: unset;
    transform: translate(-81%, -14%);
  }
  .coordinate-tabs-content .tab-content-detail .mark-content .txt {
    font-size: 13px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp {
    display: block;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp-picture {
    width: 100%;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .main-img {
    width: 100%;
    max-width: 320px;
    height: auto;
    padding-bottom: 20px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product {
    height: 476px;
    display: flex;
    flex-direction: column;
    padding-left: 0;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-ttl {
    font-size: 16px;
    padding-bottom: 6px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap {
    padding-bottom: 20px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap .product-img {
    width: 100px;
    height: 116px;
    margin-right: 8px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-img-wrap .product-img .triangle {
    width: 35px;
    height: 35px;
    clip-path: polygon(100% 0, 0 0, 0 100%);
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap {
    height: auto;
    margin-bottom: 8px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap .product-name {
    width: 88%;
    font-size: 12px;
    line-height: 19px;
    padding-bottom: 16px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-detail-wrap .product-price {
    font-size: 14px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-sum {
    font-size: 14px;
    margin-top: auto;
    padding-top: 16px;
  }
  .coordinate-tabs-content .tab-content-detail .content-wrapp .detail-product .product-sum span {
    font-family: "Oswald", sans-serif;
  }
  .coordinate-cta {
    padding: 26px 14px 20px;
    display: block;
    text-align: center;
  }
  .coordinate-cta-text {
    width: 100%;
    max-width: 100%;
    font-size: 16px;
    margin-right: 0;
    padding-bottom: 20px;
  }
  .coordinate .cta-button-wrap {
    width: 100%;
    height: auto;
    flex-direction: column;
  }
  .coordinate .cta-button-wrap a {
    display: contents;
    margin-right: 0;
    width: 100%;
  }
  .coordinate .cta-button-wrap a .cta-button {
    height: 50px;
    margin-bottom: 10px;
  }
  .coordinate .cta-button-wrap a .cta-button .cta-button-text {
    font-size: 13px;
    margin-left: 20px;
  }
  .coordinate .cta-button-wrap a .cta-button .line {
    width: 30px;
    height: 30px;
  }
  .coordinate .cta-button-wrap a .cta-button .line .logo-line {
    width: unset;
  }
  .coordinate .cta-button-wrap a .cta-button .tel {
    width: 32px;
    height: 28px;
  }
  .coordinate .cta-button-wrap a .cta-button .tel .logo-tel {
    width: unset;
  }
}
.main-aw-search {
  animation: fadein 2s forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes voiceAnimation {
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}