@charset "UTF-8";
@font-face {
  font-family: "yugothic b";
  src: url("../fonts/yugothib.ttf") format("truetype");
}

@font-face {
  font-family: "yugothic m";
  src: url("../fonts/Yu Gothic Medium.ttf") format("truetype");
}

@font-face {
  font-family: "jost b";
  src: url("../fonts/Jost-Bold.ttf") format("truetype");
}

@font-face {
  font-family: "jost sb";
  src: url("../fonts/Jost-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: "jost m";
  src: url("../fonts/Jost-Medium.ttf") format("truetype");
}

html,
body {
  padding: 0;
  margin: 0;
  font-family: "kozuka-gothic-pr6n", sans-serif;
}

.br_desktop {
  display: block;
}



.mac {
  display: none !important;
}

.sp {
  display: none !important;
}

.xsp {
  display: none !important;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

a {
  text-decoration: none;
  display: block;
  -webkit-transition: .1s;
  transition: .1s;
}

a:hover {
  opacity: .8;
  -webkit-transition: .1s;
  transition: .1s;
}

p {
  margin: 0;
  letter-spacing: 1px;
}

html #wpadminbar {
  display: none;
}

.fixed-btn1 {
  background-color: #222222;
  position: fixed;
  right: 0;
  top: 50vh;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 18px;
  color: white;
  font-family: "yugothic b";
  padding: 38px 18px;
  border-radius: 8px 0 0 8px;
  z-index: 99;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 3px;
}

.fixed-btn2 {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 99;
  cursor: pointer;
}

.fixed-btn2 img {
  width: 26px;
}

h2 {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: #333333;
  letter-spacing: 2px;
  line-height: 3rem;
}

h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
  line-height: 30px;
}

h2 .bdb-green {
  color: #00AEBA;
  border-bottom: 3px solid #00AEBA;
  padding-bottom: 5px;
}

.text {
  font-size: 18px;
  font-weight: 500;
}

.marker {
  background: linear-gradient(transparent 70%, #79e6ee 70%);
}

.asiato-title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header {
  position: fixed;
  width: 100%;
  z-index: 101;
  background-color: rgba(255, 255, 255, 0.84);
  padding: 3px 0;
  padding-left: 17px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
          box-shadow: 0 0 15px rgba(0, 0, 0, 0.06);
  -webkit-backdrop-filter: blur(12px);
          backdrop-filter: blur(12px);
}

header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header .inner .left {
  width: 148px;
}

header .inner .right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .inner .right .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 3px;
}

header .inner .right .nav .nav-item {
  margin-right: 24px;
  margin-right: 1.66vw;
}

header .inner .right .nav .nav-item a {
  font-size: 15px;
  font-size: 1.04vw;
  font-family: "yugothic b";
  color: #333333;
}

header .inner .right .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

header .inner .right .btn-box .btn {
  border: 1px solid #333333;
  border-radius: 20px;
  font-size: 15px;
  font-family: "yugothic b";
  color: #333333;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 170px;
  position: relative;
  text-align: center;
  background-color: #fff;
}

header .inner .right .btn-box .btn img {
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 5px;
}

header .inner .right .btn-box .btn:first-child {
  margin-right: 8px;
}

header .inner .right .btn-box .btn2 {
  color: white;
  background-color: #00AEBA;
  border: 1px solid #00AEBA;
}

main {
  padding-top: 78px;
}

.top .sec1 {
  background-image: url(../images/top/sec1-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding-bottom: 32px;
  position: relative;
  z-index: 100;
}

.top .sec1 .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 99%;
  max-width: 1600px;
  margin: 0 auto;
}

.top .sec1 .box .left {
  padding-left: 6.23vw;
  width: 46.8%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top .sec1 .box .left .first-text {
  font-size: 1.94vw;
  font-weight: 900;
  margin-bottom: 40px;
  color: #333333;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  letter-spacing: 0.1em;
}

.top .sec1 .box .left .first-text span {
  font-size: 34px;
  color: #E4007F;
}

.top .sec1 .box .left .first-text .relative {
  position: relative;
}

.top .sec1 .box .left .first-text .relative img {
  position: absolute;
  width: 33px;
  top: -30px;
  right: -20px;
}

.top .sec1 .box .left .title {
  font-size: 3.13vw;
  font-weight: 900;
  color: #222222;
  line-height: 1.53;
  text-align: left;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  letter-spacing: 0.1em;
}

.top .sec1 .box .left .title .white {
  font-size: 4.17vw;
  padding: 2px 15px;
  line-height: 1.2;
  background-color: #fff;
}

.top .sec1 .box .left .title .big {
  font-size: 4.38vw;
}

.top .sec1 .box .left .title-lp3 {
  font-size: 26px;
  font-weight: 900;
  color: #222222;
  line-height: 1.53;
  text-align: left;
  white-space: nowrap;
  z-index: 2;
  position: relative;
  letter-spacing: 0.1em;
}

.top .sec1 .box .left .title-lp3 .white {
  font-size: 40px;
  padding: 2px 15px;
  line-height: 1.2;
  background-color: #fff;
}

.top .sec1 .box .left .title-lp3 .big {
  font-size: 40px;
}

.top .sec1 .box .left .text {
  font-size: 16px;
  font-family: "yugothic m";
  color: #333333;
  line-height: 1.62;
  margin-top: 45px;
  margin-bottom: 40px;
}

.top .sec1 .box .right {
  width: 42.5%;
  padding-bottom: 50px;
}

.top .sec1 .box .right .btn-box {
  display: none;
}

.top .sec1 .box .btn-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sec1 .box .btn-box .btn {
  width: 48.2%;
  border-radius: 32px;
  font-size: 20px;
  font-family: "yugothic b";
  text-align: center;
  position: relative;
  color: #333333;
  background-color: #fff;
  border: 2px solid #333333;
  padding: 21px 0;
  min-width: 230px;
}

.top .sec1 .box .btn-box .btn img {
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 7px;
}

.top .sec1 .box .btn-box .btn-green {
  border: 2px solid #00AEBA;
  color: white;
  background-color: #00AEBA;
}

.top .sec1 .scroll-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  margin-top: -50px;
}

.top .sec1 .scroll-box p {
  text-align: center;
  font-size: 28px;
  font-family: "jost m";
  color: #333333;
  margin-bottom: 6px;
}

.top .sec1 .scroll-box img {
  width: 6px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  margin: 0 auto;
}

.top .sec2 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.top .sec2 h2 {
  font-size: 36px;
  color: #333333;
  font-weight: 900;
  text-align: center;
  margin-bottom: 56px;
  letter-spacing: 2px;
}

.top .sec2 .box {
  width: 75%;
  margin: 0 auto;
  max-width: 1080px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sec2 .box .item {
  width: 31.4%;
}

.top .sec2 .box .item .case {
  width: 210px;
  margin: 0 auto;
  text-align: center;
  font-size: 24px;
  font-family: "jost sb";
  padding: 6px 0 8px;
  border-radius: 30px;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
  color: white;
}

.top .sec2 .box .item .case span {
  font-size: 20px;
}

.top .sec2 .box .item .case1 {
  background-color: #E4007F;
}

.top .sec2 .box .item .case2 {
  background-color: #00AEBA;
}

.top .sec2 .box .item .case3 {
  background-color: #F1D00B;
}

.top .sec2 .box .item .text-box {
  position: relative;
}

.top .sec2 .box .item .text-box .text {
  position: absolute;
  top: 46%;
  left: 50%;
  font-size: 1.25vw;
  font-weight: bold;
  color: #333333;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.65;
  letter-spacing: 1px;
}

.top .sec2 .box .item .person-img {
  width: 64.7%;
  margin: 0 auto;
  margin-top: 15px;
}

.top .sec2 .box .item .title {
  margin: 0 auto;
  margin-top: 24px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 2px solid #333333;
  margin-bottom: 10px;
}

.top .sec2 .box .item .text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  white-space: nowrap;
  line-height: 1.65;
}

.top .sec3 {
  background-image: url(../images/top/sec3-bg.png);
  background-position: top center;
  background-size: 420px;
  background-repeat: no-repeat;
  background-color: #F4F1EE;
  padding-bottom: 80px;
}

.top .sec3 .asiato-title-box {
  margin: 0 auto;
  padding-top: 140px;
}

.top .sec3 .asiato-title-box img {
  width: 155px;
  margin-right: 5px;
}

.top .sec3 .asiato-title-box p {
  font-size: 28px;
  padding-bottom: 7px;
  font-weight: 900;
}

.top .sec3 .big-title {
  font-size: 46px;
  font-weight: 900;
  color: #333333;
  text-align: center;
}

.top .sec3 .big-title .bdb-green {
  color: #00AEBA;
  padding-bottom: 8px;
  border-bottom: 3px solid #00AEBA;
}

.top .sec3 .case-box {
  position: relative;
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 70px;
  border: 4px solid #333333;
  border-radius: 10px;
  background-color: #fff;
  padding: 60px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
}

.top .sec3 .case-box .case-num {
  position: absolute;
  top: 15px;
  left: 15px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
}

.top .sec3 .case-box .case-num .inner {
  position: relative;
}

.top .sec3 .case-box .case-num .inner img {
  width: 100%;
}

.top .sec3 .case-box .case-num .inner .num {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: white;
  font-size: 24px;
  font-family: "jost sb";
  text-align: center;
}

.top .sec3 .case-box .case-num .inner .num span {
  font-size: 35px;
}

.top .sec3 .case-box .left {
  width: 38.7%;
}

.top .sec3 .case-box .right {
  width: 52.2%;
}

.top .sec3 .case-box .right .title {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  margin-bottom: 14px;
}

.top .sec3 .case-box .right .text {
  font-size: 15px;
  font-family: "yugothic m";
  color: #333333;
  line-height: 1.53;
  margin-bottom: 15px;
}

.top .sec3 .case-box .right .inner-box {
  width: 85%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sec3 .case-box .right .inner-box .item {
  width: 30%;
}

.top .sec3 .case-box .right .inner-box .item .text {
  font-size: 15px;
  text-align: center;
  color: #333333;
  line-height: 1.4;
  margin-top: 8px;
  margin-bottom: 0;
  letter-spacing: 0;
}

.top .sec4 {
  padding-top: 75px;
  padding-bottom: 60px;
}

.top .sec4 .asiato-title-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.top .sec4 .asiato-title-box img {
  width: 187px;
}

.top .sec4 .asiato-title-box p {
  font-size: 36px;
  font-weight: 900;
  padding-bottom: 10px;
  margin-left: 14px;
  color: #333333;
}

.top .sec4 .text {
  width: 800px;
  margin: 0 auto;
  font-size: 15px;
  text-align: center;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.53;
  margin-bottom: 80px;
}

.top .sec4 .box {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .sec4 .box .item {
  width: 22.2%;
  position: relative;
}

.top .sec4 .box .item .num {
  font-size: 80px;
  font-family: "jost b";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top .sec4 .box .item .num1 {
  color: #E4007F;
}

.top .sec4 .box .item .num2 {
  color: #00AEBA;
}

.top .sec4 .box .item .num3 {
  color: #F1D00B;
}

.top .sec4 .box .item .num4 {
  color: #14A22C;
}

.top .sec4 .box .item .title {
  width: 186px;
  margin: 0 auto;
  margin-top: 28px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: white;
  padding: 13px 0;
  margin-bottom: 12px;
}

.top .sec4 .box .item .title1 {
  background-color: #E4007F;
}

.top .sec4 .box .item .title2 {
  background-color: #00AEBA;
}

.top .sec4 .box .item .title3 {
  background-color: #F1D00B;
}

.top .sec4 .box .item .title4 {
  background-color: #14A22C;
}

.top .sec4 .box .item .text {
  font-size: 14px;
  font-family: "yugothic m";
  color: #333333;
  line-height: 1.73;
  text-align: left;
  text-indent: -1rem;
  margin-bottom: 0;
  width: unset;
  letter-spacing: 0;
}

.top .sec4 .box .angle {
  width: 16px;
  padding-top: 7.4vw;
}

.top .contact-sec {
  background-image: url(../images/top/contact-bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 96px 0;
}

.top .contact-sec .first-text {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  color: white;
  padding-bottom: 5px;
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 24px;
}

.top .contact-sec .title {
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  color: white;
  letter-spacing: 2px;
  margin-bottom: 56px;
}

.top .contact-sec .btn-box {
  width: 900px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top .contact-sec .btn-box .btn {
  width: 47.8%;
  padding: 32px 0 34px;
  border: 3px solid #333333;
  border-radius: 70px;
  position: relative;
}

.top .contact-sec .btn-box .btn img {
  position: absolute;
  width: 7px;
  top: 50%;
  right: 32px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top .contact-sec .btn-box .btn .text {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 19px;
}

.top .contact-sec .btn-box .btn .text2 {
  font-size: 28px;
  font-family: "yugothic b";
  text-align: center;
}

.top .contact-sec .btn-box .btn1 {
  background-color: #fff;
}

.top .contact-sec .btn-box .btn1 .text {
  color: #333333;
}

.top .contact-sec .btn-box .btn1 .text span {
  color: #E4007F;
}

.top .contact-sec .btn-box .btn1 .text2 {
  color: #333333;
}

.top .contact-sec .btn-box .btn2 {
  background-color: #222222;
  border: 3px solid #222222;
}

.top .contact-sec .btn-box .btn2 .text {
  color: white;
}

.top .contact-sec .btn-box .btn2 .text span {
  color: #F1D00B;
}

.top .contact-sec .btn-box .btn2 .text2 {
  color: white;
}

.top .sec5 {
  padding-top: 80px;
}

.top .sec5 h2 {
  margin-bottom: 30px;
  text-align: center;
}

.top .sec5 .text {
  width: 800px;
  margin: 0 auto;
  text-align: center;
  color: #333333;
  line-height: 1.53;
  margin-bottom: 40px;
  font-family: "yugothic m";
  font-size: 15px;
}

.top .sec5 .table {
  width: 75%;
  max-width: 1080px;
  min-width: 880px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .sec5 .table .item {
  width: 17.3%;
  margin-left: 4px;
}

.top .sec5 .table .item .title {
  height: 64px;
}

.top .sec5 .table .item .title p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding: 22px 0;
}

.top .sec5 .table .item .title img {
  width: 148px;
  margin: 0 auto;
}

.top .sec5 .table .item .text {
  margin-top: 4px;
  margin-bottom: 0;
  text-align: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  width: unset;
  text-shadow: 0.2px 0.2px 0,  0.2px -0.2px 0px, -0.2px 0.2px 0, -0.2px -0.2px 0px, 0.2px 0px 0px, 0px 0.2px 0px, -0.2px 0px 0px, 0px -0.2px 0px;
}

.top .sec5 .table .item .navy {
  background-color: #053657;
  color: white;
  text-shadow: none;
}

.top .sec5 .table .item .bg1 {
  background-color: #F4F1EE;
  color: #333333;
}

.top .sec5 .table .item .bg2 {
  background-color: #E8E4E0;
  color: #333333;
}

.top .sec5 .table .item-title {
  width: 316px;
  margin-left: 0;
}

.top .sec5 .table .item2 {
  border: 5px solid #E4007F;
  border-radius: 8px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  margin-top: -5px;
}

.top .sec5 .table .item2 .text {
  color: #E4007F;
  text-shadow: 0.5px 0.5px 0,  0.5px -0.5px 0px, -0.5px 0.5px 0, -0.5px -0.5px 0px, 0.5px 0px 0px, 0px 0.5px 0px, -0.5px 0px 0px, 0px -0.5px 0px;
}

.top .sec6 {
  width: 75%;
  margin: 0 auto;
  max-width: 1080px;
  margin-top: 160px;
  padding-bottom: 60px;
}

.top .sec6 h2 {
  margin-bottom: 56px;
}

.top .sec6 .box {
  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;
}

.top .sec6 .box .img-box {
  width: 48.5%;
}

.top .sec6 .box .text-box {
  width: 46.3%;
}

.top .sec6 .box .text-box .title {
  font-size: 28px;
  font-weight: 600;
  color: #333333;
  margin-bottom: 20px;
}

.top .sec6 .box .text-box .text {
  font-size: 15px;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.6;
}

.top .sec6 .box:last-child {
  margin-top: 40px;
}

.top .sec7 {
  padding: 80px 0 122px;
  background-color: #F4F1EE;
}

.top .sec7 h2 {
  margin-bottom: 64px;
  text-align: center;
}

.top .sec7 .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.top .sec7 .slide-list {
  width: 75%;
  max-width: 1080px;
  margin: 0 auto;
}

.top .sec7 .slide-list .slide-item {
  width: 48.5%;
  margin: 0 20px;
  height: auto !important;
}

.top .sec7 .slide-list .slide-item .hukidasi-box {
  position: relative;
  background-color: #00AEBA;
  height: 136px;
  border-radius: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.top .sec7 .slide-list .slide-item .hukidasi-box:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  display: block;
  width: 0;
  height: 0;
  border-top: 35px solid #00AEBA;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
}

.top .sec7 .slide-list .slide-item .hukidasi-box p {
  font-size: 1.53vw;
  font-weight: bold;
  text-align: center;
  color: white;
  line-height: 1.5;
}

.top .sec7 .slide-list .slide-item .chara-img {
  width: 110px;
  margin: 0 auto;
  margin-bottom: -60px;
  margin-top: 50px;
}

.top .sec7 .slide-list .slide-item .contents {
  width: 100%;
  border: 3px solid #333333;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 73px 32px 8px;
  color: #333333;
  background-color: #fff;
  height: calc(100% - 236px);
}

.top .sec7 .slide-list .slide-item .contents .title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  border-bottom: 1px solid #CCCCCC;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.top .sec7 .slide-list .slide-item .contents .title-box img {
  width: 31px;
}

.top .sec7 .slide-list .slide-item .contents .title-box p {
  font-size: 17px;
  font-family: "yugothic b";
}

.top .sec7 .slide-list .slide-item .contents .text1 {
  font-size: 17px;
  font-family: "yugothic b";
  line-height: 1.52;
  text-indent: -1rem;
  margin-left: 1rem;
}

.top .sec7 .slide-list .slide-item .contents .last-text1 {
  margin-bottom: 15px;
}

.top .sec7 .slide-list .slide-item .contents .text2 {
  line-height: 1.53;
  margin-bottom: 35px;
  font-size: 15px;
  font-family: "yugothic m";
}

.top .sec7 .slide-list .slide-item .contents .text2 span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), color-stop(40%, rgba(241, 208, 11, 0.21)));
  background: linear-gradient(transparent 40%, rgba(241, 208, 11, 0.21) 40%);
}

.top .sec7 .slide-list .slide-item:nth-child(2n) .hukidasi-box {
  background-color: #E4007F;
}

.top .sec7 .slide-list .slide-item:nth-child(2n) .hukidasi-box:before {
  border-top: 35px solid #E4007F;
}

.top .sec7 .slide-list .slick-arrow {
  width: 50px;
  height: 50px;
  z-index: 2;
  top: 63%;
}

.top .sec7 .slide-list .slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}

.top .sec7 .slide-list .slick-next {
  right: -45px;
}

.top .sec7 .slide-list .slick-next:before {
  background: url(../images/top/arrow_r.png) !important;
  background-size: contain !important;
}

.top .sec7 .slide-list .slick-prev {
  left: -45px;
}

.top .sec7 .slide-list .slick-prev:before {
  background: url(../images/top/arrow_l.png) !important;
  background-size: contain !important;
}

.top .sec7 .slide-list .slick-dots {
  bottom: -50px;
}

.top .sec7 .slide-list .slick-dots li {
  width: 10px;
  height: 12px;
  margin: 0 5px;
}

.top .sec7 .slide-list .slick-dots li button {
  width: 12px;
  height: 12px;
}

.top .sec7 .slide-list .slick-dots .slick-active button:before {
  color: #00A8B4;
  opacity: 1;
}

.top .sec7 .slide-list .slick-dots li button:before {
  font-size: 12px !important;
  width: 12px;
  height: 12px;
  top: -3px;
  content: "●" !important;
}

.top .sec8 {
  padding: 80px 0;
}

.top .sec8 h2 {
  margin-bottom: 56px;
}

.top .sec8 .qa-drop {
  width: 900px;
  margin: 0 auto;
  border: 2px solid #333333;
  border-radius: 8px;
  margin-bottom: 40px;
}

.top .sec8 .qa-drop .dawn-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 38px 24px 38px 32px;
  cursor: pointer;
}

.top .sec8 .qa-drop .dawn-title .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top .sec8 .qa-drop .dawn-title .left .num {
  width: 35px;
  height: 35px;
  font-size: 20px;
  font-family: "jost m";
  line-height: 35px;
  color: white;
  margin-right: 8px;
  background-color: #E4007F;
  border-radius: 40px;
  text-align: center;
}

.top .sec8 .qa-drop .dawn-title .left .content-title {
  font-size: 22px;
  color: #E4007F;
  font-weight: 600;
  line-height: 1.5;
}

.top .sec8 .qa-drop .dawn-title .right {
  width: 18px;
}

.top .sec8 .qa-drop .dawn-title .right img {
  display: none;
}

.top .sec8 .qa-drop .dawn-title .right .current {
  display: block;
}

.top .sec8 .qa-drop .dawn-answer {
  display: none;
}

.top .sec8 .qa-drop .dawn-answer .answer-box {
  width: 100%;
  padding-left: 32px;
  padding-right: 24px;
  padding-bottom: 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.top .sec8 .qa-drop .dawn-answer .answer-box .answer {
  font-size: 15px;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.6;
}

.top .sec8 .qa-drop .dawn-answer .answer-box .answer a {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
}

.top .sec8 .qa-drop:last-child {
  margin-bottom: 0;
}

.top .sec9 {
  background-color: #F4F1EE;
  padding: 80px 0 115px;
  position: relative;
}

.top .sec9 .bg {
  background-color: #E4007F;
  width: 305px;
  height: 328px;
  position: absolute;
  top: 57%;
  left: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.top .sec9 .box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 75.7%;
  margin-left: 4.5%;
}

.top .sec9 .box .left {
  width: 48%;
  margin-right: 3%;
}

.top .sec9 .box .right {
  width: 46%;
}

.top .sec9 .box .right .title {
  font-size: 34px;
  font-weight: 900;
  color: #333333;
  margin-bottom: 35px;
}

.top .sec9 .box .right .text {
  font-size: 15px;
  font-family: "yugothic m";
  color: #333333;
  line-height: 1.5;
}

.top .sec9 .box .right a {
  margin-top: 30px;
  width: 320px;
  background-color: #222222;
  border-radius: 30px;
  font-size: 18px;
  font-family: "yugothic b";
  color: white;
  text-align: center;
  position: relative;
  padding: 20px 0;
}

.top .sec9 .box .right a img {
  position: absolute;
  right: 12px;
  top: 51%;
  width: 5px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

footer .inner {
  width: 800px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .inner .left .logo {
  width: 272px;
  margin-bottom: 30px;
}

footer .inner .left .address {
  font-size: 16px;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.68;
  margin-bottom: 40px;
}

footer .inner .left .policy {
  font-size: 14px;
  color: #333333;
  font-family: "yugothic m";
  text-decoration: underline;
}

footer .inner .right a {
  width: 320px;
}

footer .copyright {
  background-color: #00AEBA;
  padding: 14px 0;
}

footer .copyright p {
  text-align: center;
  font-size: 14px;
  color: white;
  font-family: "yugothic m";
  line-height: 1.5;
}

footer .copyright p a {
  color: white;
  text-decoration: underline;
  display: inline-block;
}

@media screen and (min-width: 1500px) {
  header .inner .right .nav .nav-item {
    margin-right: 24px;
  }
  header .inner .right .nav .nav-item a {
    font-size: 15px;
  }
  .top .sec1 .box .left {
    padding-left: 90px;
  }
  .top .sec1 .box .left .first-text {
    font-size: 28px;
  }
  .top .sec1 .box .left .title {
    font-size: 45px;
  }
  .top .sec1 .box .left .title .white {
    font-size: 60px;
  }
  .top .sec1 .box .left .title .big {
    font-size: 63px;
  }
  .top .sec1 .box .left .title-lp3 {
    font-size: 42px;
  }
  .top .sec1 .box .left .title-lp3 .white {
    font-size: 55px;
  }
  .top .sec1 .box .left .title-lp3 .big {
    font-size: 58px;
  }
  .top .sec2 .box .item .text-box .text {
    font-size: 18px;
  }
  .top .sec4 .box .angle {
    padding-top: 106px;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box p {
    font-size: 22px;
  }
}

@media screen and (max-width: 1025px) {
  .mac {
    display: block !important;
  }
  .fixed-btn1 {
    padding: 30px 16px;
    letter-spacing: 2px;
  }
  .fixed-btn2 {
    right: 20px;
    bottom: 20px;
  }
  .fixed-btn2 img {
    width: 25px;
  }
  h2 {
    font-size: 30px;
  }
  .text {
    font-size: 16px;
  }
  header {
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 13px;
    padding-bottom: 13px;
    -webkit-transition: .5s;
    transition: .5s;
  }
  header .inner .left {
    width: 140px;
  }
  header .inner .left img {
    display: none;
  }
  header .inner .right .nav {
    display: none;
  }
  header .inner .right .btn-box {
    display: none;
  }
  header .c-button {
    position: relative;
    display: block;
    text-decoration: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: unset;
    cursor: pointer;
  }
  header .p-hamburger {
    width: 24px;
    height: 12px;
    margin-right: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 20;
  }
  header .p-hamburger__line {
    position: absolute;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    margin: 0;
    width: 24px;
    height: 1px;
    background-color: #00AEBA;
    -webkit-transition: inherit;
    transition: inherit;
    outline: none;
    z-index: 11;
  }
  header .under-button__line {
    background-color: #00AEBA;
  }
  header .p-hamburger__line::before,
  header .p-hamburger__line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    -webkit-transition: inherit;
    transition: inherit;
  }
  header .p-hamburger__line::before {
    top: -5px;
  }
  header .p-hamburger__line::after {
    top: 5px;
  }
  header .p-hamburger[aria-expanded="true"] .p-hamburger__line {
    background-color: transparent;
  }
  header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before,
  header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    top: 0;
    background-color: #00AEBA;
  }
  header .p-hamburger[aria-expanded="true"] .under-button__line::before,
  header .p-hamburger[aria-expanded="true"] .under-button__line::after {
    top: 0;
    background-color: #00AEBA;
  }
  header .p-hamburger[aria-expanded="true"] .p-hamburger__line::before {
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
  }
  header .p-hamburger[aria-expanded="true"] .p-hamburger__line::after {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  header *:focus {
    outline: none;
  }
  header .hamburger-menu {
    position: fixed;
    right: -120%;
    top: 75px;
    width: 100%;
    height: calc(100vh - 76px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 9999;
    overflow: scroll;
    background-color: #F4F1EE;
  }
  header .hamburger-menu .nav-box {
    padding-top: 50px;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  header .hamburger-menu .nav-box .nav {
    border-bottom: 1px solid #DDDDDD;
  }
  header .hamburger-menu .nav-box .nav .title {
    font-size: 16px;
    font-family: "yugothic b";
    color: #333333;
    padding: 18px 0;
  }
  header .hamburger-menu .btn-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .hamburger-menu .btn-box .btn {
    border: 1px solid #333333;
    border-radius: 40px;
    font-size: 16px;
    font-family: "yugothic b";
    color: #333333;
    padding: 21px 0;
    width: 320px;
    position: relative;
    text-align: center;
    background-color: #fff;
  }
  header .hamburger-menu .btn-box .btn img {
    position: absolute;
    top: 51%;
    right: 20px;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
    width: 5px;
  }
  header .hamburger-menu .btn-box .btn:first-child {
    margin-right: 8px;
  }
  header .hamburger-menu .btn-box .btn2 {
    color: white;
    background-color: #00AEBA;
    border: 1px solid #00AEBA;
  }
  header .active-slide {
    right: 0;
    -webkit-transition: .5s;
    transition: .5s;
  }
  .active-header {
    -webkit-transition: .5s;
    transition: .5s;
    background-color: #fff;
  }
  main {
    padding-top: 62px;
  }
  .top .sec1 .box {
    width: 95%;
  }
  .top .sec1 .box .left {
    padding-left: 8%;
    padding-top: 30px;
  }
  .top .sec1 .box .left .first-text {
    font-size: 16px;
    margin-bottom: 16px;
  }
  .top .sec1 .box .left .first-text span {
    font-size: 19px;
  }
  .top .sec1 .box .left .first-text .relative img {
    width: 20px;
    top: -18px;
    right: -15px;
  }
  .top .sec1 .box .left .title {
    font-size: 21px;
    line-height: 1.4;
  }
  .top .sec1 .box .left .title .white {
    font-size: 29px;
    padding: 2px 8px;
    line-height: 1.6;
  }
  .top .sec1 .box .left .title .big {
    font-size: 29px;
  }
  .top .sec1 .box .left .title-lp3 {
    font-size: 20px;
    line-height: 1.4;
  }
  .top .sec1 .box .left .title-lp3 .white {
    font-size: 25px;
    padding: 2px 8px;
    line-height: 1.6;
  }
  .top .sec1 .box .left .title-lp3 .big {
    font-size: 25px;
  }
  .top .sec1 .box .left .text {
    font-size: 12px;
    line-height: 1.5;
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .top .sec1 .box .left .btn-box .btn {
    font-size: 14px;
    border: 1px solid #333333;
    padding: 17px 0;
    min-width: 163px;
  }
  .top .sec1 .box .left .btn-box .btn img {
    right: 12px;
    width: 5px;
  }
  .top .sec1 .box .left .btn-box .btn-green {
    border: 1px solid #00AEBA;
  }
  .top .sec1 .box .right {
    padding-bottom: 40px;
  }
  .top .sec1 .scroll-box {
    margin-top: -40px;
  }
  .top .sec1 .scroll-box p {
    font-size: 20px;
    margin-bottom: 4px;
  }
  .top .sec1 .scroll-box img {
    width: 5px;
  }
  .top .sec2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .top .sec2 h2 {
    font-size: 24px;
    margin-bottom: 32px;
    letter-spacing: 1px;
  }
  .top .sec2 .box {
    width: 90%;
  }
  .top .sec2 .box .item .case {
    width: 160px;
    font-size: 20px;
  }
  .top .sec2 .box .item .case span {
    font-size: 16px;
  }
  .top .sec2 .box .item .text-box .text {
    font-size: 1.7vw;
  }
  .top .sec2 .box .item .title {
    margin-top: 16px;
    font-size: 16px;
  }
  .top .sec2 .box .item .text {
    font-size: 16px;
  }
  .top .sec3 {
    background-size: 146px;
    padding-bottom: 64px;
  }
  .top .sec3 .asiato-title-box {
    padding-top: 82px;
  }
  .top .sec3 .asiato-title-box img {
    width: 86px;
    margin-right: 3px;
  }
  .top .sec3 .asiato-title-box p {
    font-size: 15px;
    padding-bottom: 5px;
  }
  .top .sec3 .big-title {
    font-size: 24px;
  }
  .top .sec3 .big-title .bdb-green {
    padding-bottom: 4px;
  }
  .top .sec3 .case-box {
    width: 85%;
    margin-top: 59px;
    padding: 32px 24px 40px;
  }
  .top .sec3 .case-box .case-num {
    width: 100px;
  }
  .top .sec3 .case-box .case-num .inner .num {
    font-size: 17px;
  }
  .top .sec3 .case-box .case-num .inner .num span {
    font-size: 24px;
  }
  .top .sec3 .case-box .right .title {
    font-size: 22px;
  }
  .top .sec3 .case-box .right .text {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top .sec3 .case-box .right .inner-box {
    width: 100%;
  }
  .top .sec3 .case-box .right .inner-box .item .text {
    font-size: 13px;
    margin-top: 5px;
  }
  .top .sec4 {
    padding-top: 64px;
    padding-bottom: 67px;
  }
  .top .sec4 .asiato-title-box {
    margin-bottom: 30px;
  }
  .top .sec4 .asiato-title-box img {
    width: 129px;
  }
  .top .sec4 .asiato-title-box p {
    font-size: 24px;
  }
  .top .sec4 .text {
    width: 85%;
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 60px;
  }
  .top .sec4 .box {
    width: 85%;
  }
  .top .sec4 .box .item .num {
    font-size: 51px;
  }
  .top .sec4 .box .item img {
    width: 70%;
    margin: 0 auto;
  }
  .top .sec4 .box .item .title {
    width: 140px;
    margin-top: 8px;
    font-size: 18px;
    padding: 10px 0;
  }
  .top .sec4 .box .angle {
    width: 16px;
    padding-top: 7.4vw;
  }
  .top .contact-sec {
    padding: 64px 0;
  }
  .top .contact-sec .first-text {
    font-size: 21px;
    padding-bottom: 4px;
    margin-bottom: 14px;
  }
  .top .contact-sec .title {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 30px;
  }
  .top .contact-sec .btn-box {
    width: 85%;
  }
  .top .contact-sec .btn-box .btn {
    padding: 24px 0 26px;
  }
  .top .contact-sec .btn-box .btn img {
    width: 6px;
    right: 25px;
  }
  .top .contact-sec .btn-box .btn .text {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .top .contact-sec .btn-box .btn .text2 {
    font-size: 22px;
  }
  .top .sec5 {
    padding-top: 64px;
    width: 100vw;
  }
  .top .sec5 .text {
    width: 85%;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  .top .sec5 .table-box {
    width: 98%;
    margin: 0 auto;
    overflow: scroll;
  }
  .top .sec5 .table-box .table {
    width: 85%;
    min-width: 918px;
    padding-top: 5px;
    white-space: nowrap;
  }
  .top .sec5 .table-box .table .item .title {
    height: unset;
  }
  .top .sec5 .table-box .table .item .title p {
    font-size: 18px;
    padding: 23px 0 22px 0;
  }
  .top .sec5 .table-box .table .item .title img {
    display: none;
    width: 129px;
    padding-top: 20px;
    padding-bottom: 10.5px;
  }

  .top .sec5 .table-box .table .item .text {
    width: unset;
  }
  .top .sec5 .table-box .table .item-title {
    width: 262px;
  }
  .top .sec6 {
    width: 85%;
    margin-top: 100px;
    padding-bottom: 57px;
  }
  .top .sec6 h2 {
    margin-bottom: 32px;
  }
  .top .sec6 .box .text-box .title {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .top .sec6 .box .text-box .text {
    font-size: 14px;
  }
  .top .sec6 .box:last-child {
    margin-top: 40px;
  }
  .top .sec7 {
    padding: 64px 0 112px;
  }
  .top .sec7 h2 {
    margin-bottom: 32px;
  }
  .top .sec7 .slide-list {
    width: 85%;
  }
  .top .sec7 .slide-list .slide-item {
    margin: 0 15px;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box {
    height: 90px;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box:before {
    border-top: 25px solid #00AEBA;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box p {
    font-size: 1.7vw;
  }
  .top .sec7 .slide-list .slide-item .chara-img {
    margin-top: 30px;
  }
  .top .sec7 .slide-list .slide-item .contents {
    padding: 63px 24px 23px;
    height: calc(100% - 170px);
  }
  .top .sec7 .slide-list .slide-item .contents .title-box p {
    font-size: 16px;
  }
  .top .sec7 .slide-list .slide-item .contents .text1 {
    font-size: 16px;
    line-height: 1.5;
  }
  .top .sec7 .slide-list .slide-item .contents .text2 {
    line-height: 1.5;
    margin-bottom: 20px;
    font-size: 14px;
  }
  .top .sec7 .slide-list .slide-item:nth-child(2n) .hukidasi-box {
    height: 90px;
  }
  .top .sec7 .slide-list .slide-item:nth-child(2n) .hukidasi-box:before {
    border-top: 25px solid #E4007F;
  }
  .top .sec7 .slide-list .slick-arrow {
    width: 32px;
    height: 32px;
  }
  .top .sec7 .slide-list .slick-next {
    right: -30px;
  }
  .top .sec7 .slide-list .slick-prev {
    left: -30px;
  }
  .top .sec7 .slide-list .slick-dots {
    bottom: -40px;
  }
  .top .sec7 .slide-list .slick-dots li button:before {
    font-size: 50px;
    margin-left: -11px;
  }
  .top .sec8 {
    padding: 70px 0;
  }
  .top .sec8 h2 {
    margin-bottom: 45px;
  }
  .top .sec8 .qa-drop {
    width: 85%;
    margin-bottom: 30px;
  }
  .top .sec8 .qa-drop .dawn-title {
    padding: 28px 20px 28px 25px;
  }
  .top .sec8 .qa-drop .dawn-title .left .num {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    margin-right: 5px;
  }
  .top .sec8 .qa-drop .dawn-title .left .content-title {
    font-size: 20px;
  }
  .top .sec8 .qa-drop .dawn-answer .answer-box {
    padding-left: 25px;
    padding-right: 20px;
    padding-bottom: 28px;
  }
  .top .sec8 .qa-drop:last-child {
    margin-bottom: 0;
  }
  .top .sec9 .bg {
    width: 30%;
    height: 50%;
    top: 55%;
  }
  .top .sec9 .box {
    width: 85%;
    margin: 0 auto;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .sec9 .box .left {
    width: 50%;
    margin-right: 0;
  }
  .top .sec9 .box .right .title {
    font-size: 25px;
    margin-bottom: 25px;
  }
  .top .sec9 .box .right a {
    width: 280px;
    font-size: 16px;
    padding: 15px 0;
  }
  footer .inner {
    width: 80%;
  }
  footer .inner .left .logo {
    width: 240px;
  }
  footer .inner .right a {
    width: 280px;
  }
  footer .copyright {
    padding: 10px 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .fixed-btn1 {
    font-size: 16px;
    text-align: center;
    -webkit-writing-mode: unset;
        -ms-writing-mode: unset;
            writing-mode: unset;
    padding: 13px 0 12px;
    width: 96%;
    margin: 0 auto;
    left: 50%;
    bottom: -1px;
    top: unset;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    border-radius: 8px 8px 0 0;
  }

  .br_desktop {
    display: none;
  }

  .fixed-btn2 {
    display: none;
  }
  h2 {
    font-size: 24px;
  }
  .text {
    font-size: 14px;
  }
  header {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  header .inner .left {
    width: 109px;
  }
  header .hamburger-menu {
    top: 59px;
    width: 100%;
    height: calc(100vh - 60px);
  }
  header .hamburger-menu .nav-box {
    padding-top: 27px;
    width: 91%;
  }
  header .hamburger-menu .btn-box {
    display: block;
  }
  header .hamburger-menu .btn-box .btn {
    margin: 0 auto;
    margin-bottom: 18px;
  }
  header .hamburger-menu .btn-box .btn:first-child {
    margin-right: auto;
  }
  main {
    padding-top: 60px;
  }
  .top .sec1 {
    background-image: unset;
    overflow: hidden;
  }
  .top .sec1 .bg {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 79%;
    z-index: -1;
  }
  .top .sec1 .box {
    width: 100%;
    display: block;
  }
  .top .sec1 .box .left {
    width: 100%;
    padding-left: 0;
    padding-top: 34px;
  }
  .top .sec1 .box .left .first-text {
    text-align: center;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top .sec1 .box .left .title {
    text-align: center;
  }
  .top .sec1 .box .left .title .white {
    line-height: 1.4;
  }
  .top .sec1 .box .left .title-lp3 {
    text-align: center;
  }
  .top .sec1 .box .left .title-lp3 .white {
    line-height: 1.4;
  }
  .top .sec1 .box .left .text {
    text-align: center;
    margin-bottom: 0px;
  }
  .top .sec1 .box .right {
    width: 100%;
    padding-bottom: 0px;
  }
  .top .sec1 .box .right img {
    width: 76.5%;
    margin: 0 auto;
  }
  .top .sec1 .box .right .btn-box {
    width: 91.4%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 7px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .top .sec1 .box .right .btn-box .btn {
    font-size: 14px;
    border: 1px solid #333333;
    padding: 17px 0;
    min-width: 163px;
  }
  .top .sec1 .box .right .btn-box .btn img {
    right: 12px;
    width: 5px;
  }
  .top .sec1 .box .right .btn-box .btn-green {
    border: 1px solid #00AEBA;
  }
  .top .sec1 .scroll-box {
    display: none;
  }
  .top .sec2 .box {
    width: 91%;
    display: block;
  }
  .top .sec2 .box .item {
    width: 100%;
    margin-bottom: 48px;
  }
  .top .sec2 .box .item .case {
    width: 210px;
  }
  .top .sec2 .box .item .text-box .text {
    font-size: 16px;
  }
  .top .sec2 .box .item .person-img {
    margin-top: 0;
  }
  .top .sec2 .box .item:last-child {
    margin-bottom: 0;
  }
  .top .sec3 .asiato-title-box img {
    width: 120px;
    margin-right: 0;
  }
  .top .sec3 .big-title {
    line-height: 1.5;
  }
  .top .sec3 .case-box {
    width: 91%;
    display: block;
  }
  .top .sec3 .case-box .case-num {
    width: 100px;
    left: 0;
    top: 20px;
    -webkit-transform: translate(-20%, -70%);
            transform: translate(-20%, -70%);
  }
  .top .sec3 .case-box .left {
    width: 225px;
    margin: 0 auto;
    margin-bottom: 25px;
  }
  .top .sec3 .case-box .right {
    width: 100%;
  }
  .top .sec3 .case-box .right .title {
    line-height: 1.5;
    margin-bottom: 10px;
  }
  .top .sec4 .asiato-title-box p {
    padding-bottom: 7px;
  }
  .top .sec4 .text {
    width: 91%;
    text-align: left;
  }
  .top .sec4 .box {
    width: 91%;
    display: block;
  }
  .top .sec4 .box .item {
    width: 100%;
    margin-bottom: 64px;
  }
  .top .sec4 .box .item .num {
    top: 3%;
    left: 22vw;
  }
  .top .sec4 .box .item img {
    width: 157px;
  }
  .top .sec4 .box .item .text {
    text-align: center;
  }
  .top .sec4 .box .item:last-child {
    margin-bottom: 0;
  }
  .top .sec4 .box .angle {
    display: none;
  }
  .top .contact-sec .first-text {
    margin-bottom: 10px;
  }
  .top .contact-sec .title {
    line-height: 1.5;
  }
  .top .contact-sec .btn-box {
    width: 91%;
    display: block;
  }
  .top .contact-sec .btn-box .btn {
    width: 100%;
  }
  .top .contact-sec .btn-box .btn:first-child {
    margin-bottom: 16px;
  }
  .top .sec5 .text {
    width: 91%;
    text-align: left;
  }
  .top .sec5 .table-box {
    width: 95.5%;
    margin-right: unset;
    overflow: scroll;
  }
  .top .sec5 .table-box .table {
    width: 918px;
    margin-right: 4.5%;
  }
  .top .sec6 {
    width: 100%;
  }
  .top .sec6 h2 {
    margin-bottom: 24px;
  }
  .top .sec6 .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
  .top .sec6 .box .img-box {
    width: 100%;
  }
  .top .sec6 .box .text-box {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
  }
  .top .sec6 .box:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-flow: column-reverse;
            flex-flow: column-reverse;
  }
  .top .sec7 .slide-list {
    width: 94%;
  }
  .top .sec7 .slide-list .slide-item {
    margin: 0 10px;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box {
    height: 90px;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box:before {
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
  }
  .top .sec7 .slide-list .slide-item .hukidasi-box p {
    font-size: 15px;
  }
  .top .sec7 .slide-list .slick-next {
    right: unset;
    left: 55px;
    top: unset;
    bottom: -65px;
  }
  .top .sec7 .slide-list .slick-prev {
    left: 10px;
    top: unset;
    bottom: -65px;
  }
  .top .sec7 .slide-list .slick-dots {
    bottom: -45px;
    right: 10px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .top .sec7 .slide-list .slick-dots li button:before {
    font-size: 50px;
    margin-left: -11px;
  }
  .top .sec8 {
    padding: 64px 0;
  }
  .top .sec8 h2 {
    margin-bottom: 32px;
  }
  .top .sec8 .qa-drop {
    width: 91%;
    padding-bottom: 20px;
  }
  .top .sec8 .qa-drop .dawn-title {
    padding: 40px 16px 20px 16px;
  }
  .top .sec8 .qa-drop .dawn-title .left {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top .sec8 .qa-drop .dawn-title .left .num {
    width: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    margin-right: 8px;
  }
  .top .sec8 .qa-drop .dawn-title .left .content-title {
    font-size: 18px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .top .sec8 .qa-drop .dawn-answer .answer-box {
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 23px;
  }
  .top .sec8 .qa-drop:last-child {
    margin-bottom: 0;
  }
  .top .sec9 {
    padding: 64px 0;
  }
  .top .sec9 .title {
    text-align: center;
    font-size: 24px;
    font-weight: 900;
  }
  .top .sec9 .bg {
    display: none;
  }
  .top .sec9 .box {
    width: 91%;
    display: block;
  }
  .top .sec9 .box .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .top .sec9 .box .right {
    width: 100%;
  }
  .top .sec9 .box .right a {
    width: 100%;
    padding: 22px 0 20px;
  }
  .top .sec9 .box .right a img {
    right: 24px;
  }
  footer .inner {
    width: 91%;
    display: block;
    padding-top: 64px;
    padding-bottom: 25px;
  }
  footer .inner .left {
    width: 100%;
  }
  footer .inner .left .logo {
    width: 207px;
    margin: 0 auto;
    margin-bottom: 22px;
  }
  footer .inner .left .address {
    font-size: 15px;
    text-align: center;
  }
  footer .inner .left .policy {
    display: none;
  }
  footer .inner .right {
    width: 100%;
    margin-top: 30px;
  }
  footer .inner .right a {
    width: 100%;
  }
  footer .inner .right .policy {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
    font-size: 14px;
    font-family: "yugothic m";
    text-decoration: underline;
    margin-top: 26px;
    color: #333333;
  }
  footer .copyright {
    padding: 34px 0 75px;
  }
  footer .copyright p {
    text-align: center;
  }
}

.contact .error_messe {
  margin-top: 15px;
}

.contact h4 {
  padding-top: 160px;
}

.contact h1 {
  margin-top: 100px;
  text-align: center;
  font-size: 34px;
  color: #333333;
  font-weight: 900;
  margin-bottom: 52px;
  letter-spacing: 2px;
}

.contact #formWrap {
  width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.contact #formWrap form .formTable {
  width: 100%;
}

.contact #formWrap form .formTable tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
}

.contact #formWrap form .formTable tr th {
  width: 226px;
  font-size: 16px;
  font-weight: 600;
  color: #333333;
  text-align: left;
}

.contact #formWrap form .formTable tr th span {
  margin-left: 8px;
  text-align: center;
  color: white;
  padding: 4px 8px;
  font-size: 14px;
  font-weight: 400;
  background-color: #00AEBA;
}

.contact #formWrap form .formTable tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact #formWrap form .formTable tr td input {
  width: 100%;
  height: 64px;
  padding-left: 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  background-color: #EEEEEE;
  border: none;
  outline: none;
  border-radius: 5px;
}

.contact #formWrap form .formTable tr td textarea {
  width: 100%;
  height: 200px;
  padding: 23px 16px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 16px;
  color: #333333;
  background-color: #EEEEEE;
  border: none;
  outline: none;
  border-radius: 5px;
  resize: none;
}

.contact #formWrap form .formTable .last-form {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.contact #formWrap form .formTable .last-form th {
  padding-top: 10px;
}

.contact #formWrap form .formTable .last-form th span {
  color: #00AEBA;
  border: 1px solid #00AEBA;
  background-color: #fff;
}

.contact #formWrap form .privacy {
  margin-top: 10px;
  text-align: center;
  font-size: 16px;
  margin-bottom: 25px;
  color: #333333;
}

.contact #formWrap form .privacy a {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
}

.contact #formWrap form .privacy-box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact #formWrap form .privacy-box span {
  margin-left: 5px;
  width: 45px;
  text-align: center;
  color: white;
  padding: 4px 0;
  font-size: 14px;
  font-weight: 400;
  background-color: #00AEBA;
}

.contact #formWrap form .privacy-box input {
  font-size: 16px;
  color: #333333;
}

.contact #formWrap form .submit-box {
  margin: 0 auto;
  width: 312px;
  margin-top: 65px;
  position: relative;
  overflow: hidden;
}

.contact #formWrap form .submit-box input {
  width: 100%;
  text-align: center;
  padding: 22px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: unset;
  border: 1px solid #333333;
  outline: none;
  border-radius: 40px;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.contact #formWrap form .submit-box img {
  position: absolute;
  top: 50%;
  right: 24px;
  width: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.contact footer {
  border-top: 2px solid #CCCCCC;
}

.g-recaptcha {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: rem(40);
}

.confirm th {
  color: #333333;
}

.confirm td {
  color: #333333;
}

.confirm h1 {
  margin-top: 0;
  padding-top: 160px;
}

.confirm #formWrap form .confirm-btn-box {
  margin: 0 auto;
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 648px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.confirm #formWrap form .confirm-btn-box .submit-box {
  margin: unset;
}

.confirm #formWrap form .confirm-btn-box .submit-box input {
  background-color: #222222;
  border: 1px solid #333333;
  color: white;
}

.confirm #formWrap form .confirm-btn-box .back-box {
  width: 312px;
  position: relative;
  overflow: hidden;
}

.confirm #formWrap form .confirm-btn-box .back-box input {
  width: 100%;
  text-align: center;
  padding: 22px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: unset;
  border: 1px solid #333333;
  outline: none;
  border-radius: 40px;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
}

.confirm #formWrap form .confirm-btn-box .back-box .angle-box {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.confirm #formWrap form .confirm-btn-box .back-box img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.thanks .bg-text {
  padding-top: 160px;
  font-size: 134px;
  font-family: "jost m";
  color: #F4F1EE;
}

.thanks .top-title {
  font-size: 34px;
  font-weight: 900;
  color: #333333;
  line-height: 1.52;
  margin-bottom: 57px;
  letter-spacing: 4px;
  margin-top: -60px;
}

.thanks .text {
  font-size: 16px;
  font-family: "yugothic m";
  text-align: center;
  color: #333333;
  margin-bottom: 40px;
  letter-spacing: 2px;
}

.thanks .top-btn {
  margin: 0 auto;
  width: 312px;
  position: relative;
  overflow: hidden;
  text-align: center;
  padding: 22px 0;
  font-size: 18px;
  font-weight: bold;
  background-color: unset;
  border: 1px solid #333333;
  outline: none;
  border-radius: 40px;
  color: #333333;
  letter-spacing: 1px;
  cursor: pointer;
  margin-bottom: 100px;
}

.thanks .top-btn .angle-box {
  position: absolute;
  top: 50%;
  left: 24px;
  width: 7px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.thanks .top-btn .angle-box img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 1025px) {
  .contact h1 {
    font-size: 30px;
  }
  .contact #formWrap {
    width: 85%;
  }
  .contact #formWrap form .formTable tr {
    margin-bottom: 30px;
  }
  .contact #formWrap form .formTable tr th {
    width: 200px;
    font-size: 15px;
  }
  .contact #formWrap form .formTable tr th span {
    margin-left: 5px;
    padding: 3px 6px;
  }
  .contact #formWrap form .formTable tr td input {
    height: 55px;
    padding-left: 15px;
  }
  .contact #formWrap form .formTable tr td textarea {
    padding: 20px 15px;
  }
  .contact #formWrap form .privacy-box span {
    width: 40px;
    padding: 3px 0;
  }
  .contact #formWrap form .submit-box {
    width: 280px;
    margin-top: 60px;
  }
  .contact #formWrap form .submit-box input {
    padding: 15px 0;
    font-size: 16px;
  }
  .confirm #formWrap form .confirm-btn-box {
    width: 600px;
  }
  .confirm #formWrap form .confirm-btn-box .submit-box {
    margin: unset;
  }
  .confirm #formWrap form .confirm-btn-box .back-box {
    width: 280px;
  }
  .confirm #formWrap form .confirm-btn-box .back-box input {
    padding: 15px 0;
    font-size: 16px;
  }
  .thanks .bg-text {
    font-size: 100px;
  }
  .thanks .top-title {
    font-size: 30px;
    margin-top: -60px;
  }
  .thanks .top-btn {
    width: 280px;
    padding: 15px 0;
    font-size: 16px;
  }
}

@media screen and (max-width: 768px) {
  .contact h1 {
    font-size: 24px;
    margin-top: 64px;
    margin-bottom: 32px;
  }
  .contact #formWrap {
    width: 91%;
  }
  .contact #formWrap form .formTable tr {
    margin-bottom: 24px;
    display: block;
  }
  .contact #formWrap form .formTable tr th {
    width: 100%;
    font-size: 15px;
    display: block;
    margin-bottom: 15px;
  }
  .contact #formWrap form .formTable tr th span {
    margin-left: 8px;
    padding: 3px 3px;
  }
  .contact #formWrap form .formTable tr td {
    display: block;
    width: 100%;
  }
  .contact #formWrap form .formTable tr td input {
    height: 50px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .contact #formWrap form .formTable tr td textarea {
    padding: 18px 16px;
    height: 160px;
    font-size: 14px;
    letter-spacing: 1px;
  }
  .contact #formWrap form .privacy {
    margin-top: 0;
    margin-bottom: 25px;
    line-height: 1.62;
  }
  .contact #formWrap form .privacy-box span {
    width: 36px;
  }
  .contact #formWrap form .submit-box {
    width: 100%;
    margin-top: 40px;
  }
  .contact #formWrap form .submit-box input {
    padding: 22px 0 20px;
  }
  .contact footer .copyright {
    padding-bottom: 33px;
  }
  .confirm h1 {
    margin-top: 0;
    padding-top: 124px;
  }
  .confirm #formWrap form .formTable tr {
    margin-bottom: 32px;
  }
  .confirm #formWrap form .formTable th {
    margin-bottom: 16px;
  }
  .confirm #formWrap form .confirm-btn-box {
    width: 100%;
    margin-top: 8px;
    display: block;
  }
  .confirm #formWrap form .confirm-btn-box .submit-box {
    width: 100%;
    margin: unset;
    margin-top: 16px;
  }
  .confirm #formWrap form .confirm-btn-box .back-box {
    width: 100%;
  }
  .confirm #formWrap form .confirm-btn-box .back-box input {
    padding: 22px 0 20px;
  }
  .thanks .bg-text {
    padding-top: 124px;
    font-size: 60px;
  }
  .thanks .top-title {
    font-size: 24px;
    letter-spacing: 2px;
    margin-top: -20px;
    margin-bottom: 34px;
  }
  .thanks .text {
    font-size: 15px;
    letter-spacing: 0;
  }
  .thanks .top-btn {
    width: 91%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 64px;
  }
  .thanks .top-btn input {
    padding: 22px 0 20px;
  }
}

.error h1 {
  font-size: 70px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 200px;
  color: #333333;
}

.error .text {
  font-size: 20px;
  text-align: center;
  margin-bottom: 50px;
  color: #333333;
}

.error .top-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  margin: 0 auto;
  color: #333333;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .error h1 {
    font-size: 40px;
    margin-top: 180px;
  }
  .error .text {
    font-size: 16px;
    margin-bottom: 40px;
  }
  .error .top-link {
    margin-bottom: 80px;
  }
}
/*# sourceMappingURL=style.css.map */

/*カーディーラー向けコンテンツ*/
.case_text{
  font-size: 1rem;
  font-family: "yugothic m";
  color: #333333;
  line-height: 1.73;
  text-align: left;
  margin-bottom: 0;
  width: unset;
  letter-spacing: 0;
}

.car_text{
  width: 800px;
  margin: 0 auto;
  font-size: 1rem;
  text-align: center;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.53;
  margin-bottom: 10px;
}
.caution{
  width: 800px;
  margin: 0 auto;
  font-size: 0.5rem;
  text-align: center;
  color: #333333;
  font-family: "yugothic m";
  line-height: 1.53;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px){
  .car_text{
    width: 90%;
    font-size: 0.8rem;
  }
  .caution{
    width: 90%;
  }
}

.about {
  width: 70%;
  margin: 0 auto;
  padding: 100px 0 85px;
  padding: 6.25rem 0 5.3125rem;
}

.about__title {
  width: 100%;
  margin-bottom: 53px;
  margin-bottom: 3.3125rem;
  text-align: center;
}

.section-title{
  font-size: 2.0rem;
  line-height: 1.5;
}

.about-title__icon {
  max-width: 324px;
  max-width: 20.25rem;
  width: 100%;
  margin: 0 auto 40px;
  margin: 0 auto 1.5rem;
}

.about-title .title__small {
  letter-spacing: 0.06em;
}

.about__container {
  width: 100%;
}

.about-container__list {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  gap: 36px;
  gap: 2.25rem;
}

.about-list__item {
  width: 100%;
  height: 100%;
}

.about-item__img {
  display: block;
  max-width: 20.0rem;
  width: 100%;
  margin: 0 auto 33px;
  margin: 0 auto 2.0625rem;
}

.about-item__title {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 16px;
  margin-bottom: 1rem;
}

.about-item__lead {
  font-size: 1.0rem;
  font-weight: 400;
  letter-spacing: 0.04em;
  line-height: 1.6875;
}

.cardealer_img {
  width: 80%;
  height: auto;
  margin: 20px auto;
}

@media screen and (max-width: 768px) {
  .about {
    padding: 4rem 0 4.25rem;
  }
  .about__title {
    margin-bottom: 3.5rem;
  }
  .section-title{
    font-size: 1.3rem;
    font-weight: 800;
  }
  .about-title__icon {
    max-width: 16.25rem;
  }
  .about-title .title__small {
    letter-spacing: 0.04em;
  }
  .about-container__list {
    grid-template-columns: repeat(1, 1fr);
    gap: 2.75rem;
  }
  .about-item__title {
    font-size: 1.375rem;
  }
  .about-item__lead {
    font-size: 0.9375rem;
  }
}