@charset "UTF-8";

/*=============================================
 * HOME
*=============================================*/
.opening {
   width: 100%;
   height: 100vh;
   position: fixed;
   top: 0;
   left: 0;
   z-index: 105;
   background-image: linear-gradient(to right, #7BE3F1, #EAC0ED);
}

.opening .logo {
   width: 300px;
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%, -50%);
   opacity: 0;
}

@media screen and (max-width: 767px) {
   .opening .logo {
      width: 50vw;
   }
}

.btn-scroll {
   width: 35px;
   height: 210px;
   font-size: 27px;
   line-height: 30px;
   cursor: pointer;
   transition: all 0.3s;
   text-align: left;
   cursor: pointer;
   position: absolute;
   bottom: 0;
   left: 0;
}

.btn-scroll .txt-latin {
   display: block;
   padding-left: 5px;
   cursor: pointer;
}

.btn-scroll .line {
   display: block;
   background-color: #282A55;
   width: 1px;
   height: 100%;
   position: relative;
   overflow: hidden;
}

.btn-scroll .line:after {
   content: '';
   width: 100%;
   height: 100%;
   background-color: #ccc;
   position: absolute;
   top: 0;
   left: 0;
   animation: sdl01 2s infinite;
}

.btn-scroll:hover {
   opacity: 0.7;
}

@keyframes sdl01 {
   0% {
      transform: translateY(-100%);
   }

   100% {
      transform: translateY(100%);
   }
}

@media screen and (max-width: 767px) {
   .btn-scroll {
      width: 30px;
      height: 105px;
      font-size: 15px;
      bottom: 20vw;
      left: 50%;
      margin-left: -15px;
   }

   .btn-scroll .txt-latin {
      padding-left: 0;
   }
}

/* -- -- */
#mv {
   width: 100%;
   position: relative;
}

#mv .photo {
   display: flex;
   align-items: flex-start;
   width: 100%;
   max-width: 1475px;
   position: absolute;
   top: 0;
   left: 50%;
   transform: translateX(-50%);
}

#mv .photo figure {
   opacity: 0;
   transform: translateY(40px);
}

#mv .photo .img-1 {
   width: 15%;
   margin-top: 8%;
}

#mv .photo .img-2 {
   width: 44%;
   margin-left: 14.2%;
}

#mv .photo .img-3 {
   width: 19%;
   margin: 2% 0 0 5%;
}

#mv .wrap {
   padding: 200px 0 330px;
}

#mv h2 {
   font-weight: 700;
   font-size: 31px;
   line-height: 65px;
}

#mv h2 .en {
   display: block;
   font-size: 110px;
   line-height: 135px;
}

@media screen and (max-width: 1500px) {
   #mv .wrap {
      padding: 12% 0 25%;
   }
}

@media screen and (max-width: 1023px) {
   #mv .wrap {
      padding-bottom: 250px;
   }

   #mv h2 .en {
      font-size: 80px;
      line-height: 100px;
   }
}

@media screen and (max-width: 767px) {
   #mv {
      overflow: hidden;
      padding-bottom: 15px;
   }

   #mv .photo {
      width: auto;
      flex-direction: column;
      position: static;
      transform: translateX(0);
      margin: 0 -5vw;
      padding-bottom: 60vw;
   }

   #mv .photo .img-1 {
      width: 44.5vw;
      margin-top: 0;
   }

   #mv .photo .img-2 {
      width: 84.3vw;
      margin: -9vw 0vw 0 14vw;
   }

   #mv .photo .img-3 {
      width: 57.2vw;
      margin: 0;
      position: absolute;
      bottom: 5vw;
      right: -15vw;
   }

   #mv .photo .img-3 img {
      display: inline-block;
      transform: rotate(-16deg);
   }

   #mv .wrap {
      padding: 0;
      position: absolute;
      top: 54vw;
      bottom: 0;
      left: 0;
   }

   #mv h2 {
      font-size: 18px;
      line-height: 26px;
      text-align: center;
   }

   #mv h2 .en {
      font-size: 58px;
      line-height: 65px;
   }
}

/* -- --*/
#about {
   padding: 150px 0 70px;
}

#about .fadeInLeft,
#about .fadeInRight {
   opacity: 0;
}

#about .fadeInLeft[style*="visible"],
#about .fadeInRight[style*="visible"] {
   opacity: 1;
}

#about .wrap {
   display: flex;
   justify-content: space-between;
   align-items: center;
   gap: 30px;
}

#about .deco {
   width: 417px;
   position: absolute;
   top: -75px;
   left: 48%;
}

#about h2 {
   font-size: 76px;
   line-height: 88px;
}

#about .txt {
   font-weight: 800;
   font-size: 21px;
   line-height: 45px;
   letter-spacing: 0.05em;
   padding-top: 60px;
   position: relative;
}

#about .list {
   width: 310px;
   font-variation-settings: "wght"400;
   padding: 60px 30px 0 0;
   position: relative;
}

#about .list dl {
   display: flex;
   align-items: center;
   gap: 20px;
   line-height: 45px;
}

#about .list dl+dl {
   padding-top: 25px;
}

#about .list dl dt {
   display: flex;
   align-items: center;
   gap: 15px;
   flex: 1 0 0;
   font-size: 45px;
}

#about .list dl dt p {   
   min-width: 32px;
   text-align: center;
}

#about .list dl dt:after {
   content: '';
   border-top: 1px solid;
   flex: 1 0 0;
}

#about .list dl dd {
   width: 155px;
   font-size: 28px;
}

#about .slider {
   padding: 80px 0;
   overflow: hidden;
}

#about .slider .infiniteslide_wrap {
   overflow: visible !important;
}

#about .slider .infiniteslide {
   align-items: flex-start !important;
   gap: 60px;
}

#about .slider .infiniteslide figure {
   width: 248px;
}

#about .slider .infiniteslide figure.even {
   padding-top: 60px;
}

#about .slider .infiniteslide figure img {
   filter: drop-shadow(0 0 20px rgba(52, 111, 214, 0.3));
}

@media screen and (max-width: 1023px) {
   #about .col {
      width: 400px;
   }

   #about .txt {
      font-size: 18px;
   }

   #about .list {
      width: 280px;
      padding-right: 0;
   }

   #about .list dl {
      gap: 10px;
   }

   #about .list dl dt {
      gap: 10px;
   }
}

@media screen and (max-width: 767px) {
   #about {
      padding: 64px 0;
   }

   #about .wrap {
      flex-direction: column;
      gap: 64px;
   }

   #about .deco {
      width: 280px;
      top: 415px;
      left: calc(50% - 100px);
   }

   #about .col {
      width: 100%;
   }

   #about h2 {
      font-size: 42px;
      line-height: 49px;
      text-align: center;
   }

   #about .txt {
      font-size: 16px;
      line-height: 33px;
      padding-top: 30px;
      text-align: center;
   }

   #about .list {
      width: 225px;
      padding: 0;
   }

   #about .list dl {
      line-height: 34px;
   }

   #about .list dl+dl {
      padding-top: 20px;
   }

   #about .list dl dt {
      font-size: 34px;
   }

   #about .list dl dt p {
      min-width: 24px;
   }

   #about .list dl dd {
      width: 110px;
      font-size: 19px;
   }

   #about .slider {
      padding: 60px 0 0;
   }

   #about .slider .infiniteslide {
      gap: 30px;
   }

   #about .slider .infiniteslide figure {
      width: 115px;
   }

   #about .slider .infiniteslide figure.even {
      padding-top: 30px;
   }
}

/* -- --*/
#service {
   padding: 150px 0 100px;
   position: relative;
}

#service:before {
   content: '';
   width: 100%;
   height: 1331px;
   background: url("../img/index/service-deco.webp") no-repeat center top/1550px auto;
   position: absolute;
   top: 130px;
   left: 0;
}

#service h2 {
   padding-bottom: 10px;
}

#service .box {
   display: grid;
   grid-template-columns: auto 450px 191px;
   align-items: center;
   gap: 80px;
   background-color: #fff;
   border-radius: 15px;
   margin-top: 30px;
   padding: 45px 60px;
}

#service .box .no {
   text-align: center;
   font-size: 15px;
   line-height: 1;
}

#service .box .no span {
   display: block;
   font-size: 55px;
}

#service .box h3 {
   font-weight: 600;
   font-size: 22px;
   line-height: 30px;
}

#service .box .txt {
   line-height: 25px;
   padding-top: 20px;
}

@media screen and (max-width: 1023px) {
   #service .box {
      grid-template-columns: auto 1fr 180px;
      gap: 40px;
      padding: 45px 30px;
   }
}

@media screen and (max-width: 767px) {
   #service {
      padding: 100px 0;
   }

   #service:before {
      height: 100%;
      background: url("../img/index/service-deco_sp.webp") no-repeat center top/100% auto;
      top: 0;
   }

   #service .box {
      display: block;
      margin-top: 20px;
      padding: 30px 20px;
   }

   #service .box .no {
      text-align: center;
      font-size: 16px;
      line-height: 30px;
   }

   #service .box .no span {
      font-size: 40px;
   }

   #service .box h3 {
      text-align: center;
      font-size: 18px;
      line-height: 30px;
      padding-top: 30px;
   }

   #service .box .txt {
      padding-top: 20px;
   }

   #service .box figure {
      width: 150px;
      margin: 0 auto;
      padding-top: 20px;
   }
}

/* -- --*/
#news {
   padding: 100px 0 170px;
}

#news .list {
   padding-top: 50px;
   border-bottom: 1px solid #000;
}

#news .list dl {
   display: grid;
   grid-template-columns: repeat(2, 1fr);
   gap: 20px;
   border-top: 1px solid #000;
   line-height: 25px;
   padding: 40px 0;
}

#news .list dl dd {
   padding-top: 21px;
}

#news .list time {
   color: #999999;
   font-weight: 700;
}

#news .list h3 {
   font-weight: 700;
   font-size: 20px;
   line-height: 28px;
}

@media screen and (max-width: 767px) {
   #news {
      background: url("../img/index/news-deco_sp.webp") no-repeat center top 75px/100% auto;
      padding: 0 0 100px;
   }

   #news .list {
      padding-top: 25px;
   }

   #news .list dl {
      display: block;
      padding: 40px 0 30px;
   }

   #news .list dl dd {
      padding-top: 30px;
   }

   #news .list h3 {
      padding-top: 10px;
   }
}

/* -- --*/
#csr {
   position: relative;
   padding: 70px 0 145px;
}

#csr:before {
   content: '';
   width: 100%;
   height: auto;
   background-color: rgba(255, 255, 255, 0.5);
   position: absolute;
   top: 140px;
   bottom: 0;
   left: 0;
}

#csr .deco {
   width: 437px;
   position: absolute;
   top: 0;
   left: calc(50% + 220px);
   z-index: -1;
}

#csr .txt {
   font-size: 21px;
   line-height: 45px;
   letter-spacing: 0.05em;
   padding-top: 50px;
}

#csr .box {
   width: 940px;
   margin: 80px auto 0;
   padding-bottom: 50px;
   position: relative;
}

#csr .box:before {
   content: '';
   width: 100%;
   height: auto;
   background-color: #fff;
   border-radius: 15px;
   position: absolute;
   top: 30px;
   bottom: 0;
   left: 0;
}

#csr .box>* {
   position: relative;
}

#csr .box h3 {
   font-size: 17px;
   line-height: 1.3;
   padding-bottom: 40px;
}

#csr .box h3 span {
   display: block;
   font-size: 43px;
}

#csr .box .list {
   display: grid;
   width: 760px;
   margin: 0 auto;
}

#csr .box figure {
   width: 620px;
   grid-area: 1/1;
   margin: 0 auto;
}

#csr .box ul {
   display: flex;
   justify-content: center;
   flex-wrap: wrap;
   gap: 35px 180px;
   line-height: 25px;
   grid-area: 1/1;
   position: relative;
   padding-top: 100px;
}

#csr .box ul li {
   width: 290px;
}

#csr .box ul li.break {
   width: 100%;
}

#csr .box ul .no {
   font-variation-settings: "wght"200;
   font-size: 62px;
   line-height: 1;
   text-align: center;
}

#csr .box ul h4 {
   font-weight: 700;
   font-size: 24px;
   line-height: 30px;
   text-align: center;
   padding-top: 25px;
}

#csr .box ul .p {
   padding-top: 25px;
}

@media screen and (max-width: 1023px) {
   #csr .box {
      width: 100%;
   }

   #csr .box .list {
      width: 90%;
   }

   #csr .box ul {
      gap: 35px 60px;
   }
}

@media screen and (max-width: 767px) {
   #csr {
      padding: 0 0 60px;
   }

   #csr:before {
      top: 30px;
   }

   #csr .txt {
      text-align: justify;
      font-size: 15px;
      line-height: 28px;
      padding-top: 40px;
   }

   #csr .box {
      margin-top: 50px;
      padding-bottom: 30px;
   }

   #csr .box:before {
      top: 17px;
   }

   #csr .box h3 {
      font-size: 15px;
      padding-bottom: 20px;
   }

   #csr .box h3 span {
      font-size: 26px;
   }

   #csr .box figure {
      width: 72.8vw;
   }

   #csr .box ul {
      gap: 8vw 0;
      padding-top: 20vw;
   }

   #csr .box ul li {
      width: 50%;
   }

   #csr .box ul .no {
      font-size: 32px;
   }

   #csr .box ul h4 {
      font-size: 16px;
      line-height: 22px;
      padding-top: 10px;
   }

   #csr .txt-sp dl {
      padding-top: 35px;
   }

   #csr .txt-sp dl dt {
      font-weight: 700;
      font-size: 16px;
      line-height: 22px;
   }

   #csr .txt-sp dl dd {
      line-height: 25px;
      padding-top: 10px;
   }
}

/* -- --*/
#message {
   padding: 200px 0;
   position: relative;
}

#message:before {
   content: '';
   width: 100%;
   height: 100%;
   background: url("../img/index/message-deco.webp") no-repeat center top/1440px auto;
   position: absolute;
   top: 0;
   left: 0;
}

#message .txt {
   font-weight: 700;
   font-size: 18px;
   line-height: 40px;
   padding-top: 80px;
}

#message .txt p:not(:last-child) {
   padding-bottom: 40px;
}

#message .name {
   padding-top: 40px;
}

#message .name span {
   font-size: 24px;
}

@media screen and (max-width: 767px) {
   #message {
      padding: 200px 0;
   }

   #message:before {
      background-image: url("../img/index/message-deco_sp.webp");
      background-size: cover;
   }

   #message .txt {
      text-align: center;
      font-size: 16px;
      line-height: 36px;
      margin: 0 -10px;
      padding-top: 60px;
   }

   #message .txt p:not(:last-child) {
      padding-bottom: 45px;
   }

   #message .name {
      padding-top: 15px;
   }

   #message .name span {
      display: block;
      font-size: 21px;
   }
}

/* -- --*/
#company {
   position: relative;
   padding-bottom: 120px;
}

#company:before {
   content: '';
   width: 100%;
   height: auto;
   background-color: rgba(255, 255, 255, 0.5);
   position: absolute;
   top: 70px;
   bottom: 0;
   left: 0;
}

#company .tb-info {
   width: 100%;
   max-width: 800px;
   margin: 0 auto;
   padding-top: 100px;
   border-bottom: 1px solid #000;
   font-size: 16px;
   line-height: 28px;
}

#company .tb-info dl {
   display: grid;
   grid-template-columns: 250px 1fr;
   border-top: 1px solid #000;
   padding: 16px 0 15px;
}

#company .tb-info dl dt {
   font-weight: 700;
}

#company .tb-info a {
   display: inline-block;
   background: url("../img/common/icon-location.webp") no-repeat center left/10px auto;
   font-size: 13px;
   margin-left: 30px;
   padding-left: 15px;
}

#company .tb-info a:hover {
   text-decoration: underline;
}

@media screen and (max-width: 1023px) {
   #company .tb-info dl {
      grid-template-columns: 200px 1fr;
   }
}

@media screen and (max-width: 767px) {
   #company {
      padding-bottom: 60px;
   }

   #company:before {
      top: 30px;
   }

   #company .tb-info {
      padding-top: 60px;
   }

   #company .tb-info dl {
      display: block;
      padding: 20px 0;
   }

   #company .tb-info a {
      margin-left: 0;
   }
}

/* -- --*/
#access {
   padding: 220px 0 130px;
   position: relative;
}

#access .deco {
   width: 561px;
   position: absolute;
   top: 50px;
   left: calc(50% - 890px);
}

#access .wrap {
   display: grid;
   grid-template-columns: 500px 1fr;
   width: calc(50% + 500px);
   max-width: inherit;
   margin-right: 0;
}

#access .txt {
   padding-top: 70px;
}

#access .txt p:not(:last-child) {
   padding-bottom: 30px;
}

#access .gmap {
   height: 510px;
}

#access .gmap iframe {
   display: block;
   width: 100%;
   height: 100%;
   filter: grayscale(100%);
}

@media screen and (max-width: 1080px) {
   #access .wrap {
      width: calc(50% + 480px);
   }
}

@media screen and (max-width: 1023px) {
   #access .wrap {
      width: calc(50% + 360px);
   }
}

@media screen and (max-width: 767px) {
   #access {
      padding: 100px 0;
   }

   #access .wrap {
      display: flex;
      flex-direction: column;
      width: 100%;
      padding: 0;
   }

   #access .col {
      display: contents;
   }

   #access h2 {
      order: 1;
   }

   #access .txt {
      padding: 30px 20px 0;
      order: 3;
   }

   #access .txt p:not(:last-child) {
      padding-bottom: 30px;
   }

   #access .gmap {
      width: 100%;
      height: 265px;
      min-height: inherit;
      order: 2;
      margin-top: 30px;
   }
}

/* -- --*/
#contact {
   background-color: #282A55;
   color: #fff;
   padding: 70px 0 90px;
}

#contact .txt {
   font-size: 17px;
   padding-top: 20px;
}

#contact .btn-inq {
   padding-top: 30px;
}

#contact .btn-inq a {
   display: inline-flex;
   align-items: center;
   width: 250px;
   height: 60px;
   background-color: #fff;
   color: #282A55;
   border-radius: 50px;
   padding: 0 35px;
   position: relative;
   box-sizing: border-box;
   z-index: 1;
}

#contact .btn-inq a:before {
   content: '';
   width: 100%;
   height: 100%;
   background-image: linear-gradient(to right, #7BE3F1, #EAC0ED);
   position: absolute;
   top: 0;
   left: 0;
   border-radius: 50px;
   transition: all 0.3s;
   opacity: 0;
}

#contact .btn-inq a:after {
   content: '';
   width: 23px;
   height: 20px;
   background: url("../img/common/arrow-right.webp") no-repeat center top/cover;
   position: absolute;
   top: 50%;
   right: 20px;
   transform: translateY(-50%);
   transition: all 0.3s;
}

#contact .btn-inq a span {
   position: relative;
}

#contact .btn-inq a:hover {
   background-color: transparent;
   opacity: 1;
}

#contact .btn-inq a:hover:before {
   opacity: 1;
}

#contact .btn-inq a:hover:after {
   background-image: url("../img/common/arrow-right.webp");
}

#contact dl {
   width: 400px;
   border-top: 1px solid;
   border-bottom: 1px solid;
   margin: 30px auto 0;
   padding: 14px 0;
}

#contact dl dt {
   font-weight: 700;
   font-size: 19px;
}

#contact dl dd {
   font-weight: 400;
   padding-top: 10px;
}

@media screen and (max-width: 767px) {
   #contact {
      padding: 50px 0 60px;
   }

   #contact .txt {
      font-size: 16px;
      margin: 0 -10px;
      padding-top: 30px;
   }

   #contact .btn-inq {
      padding-top: 30px;
   }

   #contact dl {
      width: auto;
      margin-top: 30px;
      padding: 20px 0;
   }
}

/*=============================================
 * Mailform
*=============================================*/
.mailform {
   font-weight: 400;
   padding-bottom: 100px;
}

.mailform .wrap {
   max-width: 800px;
}

.mailform h2 {
   font-size: 18px;
   padding-bottom: 100px;
}

.mailform .txt {
   line-height: 35px;
   padding-bottom: 30px;
}

.mailform .txt a {
   border-bottom: 1px solid;
}

.mailform .txt a:hover {
   border-bottom-color: transparent;
}

.mailform .note {
   color: #C1272D;
   padding-bottom: 120px;
}

.mailform .form-row {
   color: #000;
   font-size: 18px;
}

.mailform .form-row+.form-row {
   padding-top: 30px;
}

.mailform .form-row .caption {
   font-weight: 500;
}

.mailform .form-row .caption span {
   color: #C1272D;
   padding-left: 5px;
}

.mailform .form-row .input {
   padding-top: 10px;
}

.mailform .form-pp {
   line-height: 30px;
   padding-top: 50px;
}

.mailform .form-pp h3 {
   font-weight: 400;
   font-size: 20px;
}

.mailform .form-pp .p {
   padding-top: 30px;
}

.mailform .form-pp .p a {
   border-bottom: 1px solid;
}

.mailform .form-pp .p a:hover {
   border-bottom-color: transparent;
}

.mailform .form-pp .input {
   padding-top: 50px;
}

.mailform .form-pp .wpcf7-checkbox {
   display: inline-flex;
}

.mailform .form-submit {
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   gap: 20px;
   padding-top: 50px;
}

.mailform .form-submit input,
.mailform .form-submit a {
   display: block;
   width: 100%;
   height: 100%;
   position: absolute;
   top: 0;
   left: 0;
   opacity: 0;
   cursor: pointer;
}

.mailform .form-submit .wpcf7-spinner {
   display: none;
}

.mailform .form-submit p {
   display: flex;
   justify-content: center;
   align-items: center;
   width: 300px;
   height: 60px;
   border-radius: 50px;
   background-color: #282A55;
   border: 1px solid #282A55;
   color: #fff;
   font-size: 15px;
   box-sizing: border-box;
   position: relative;
   transition: all 0.3s linear;
}

.mailform .form-submit .btn-back {
   background-color: #afaaaa;
   color: #282A55;
}

.mailform .form-submit p:hover {
   background-color: #fff;
   color: #282A55;
   opacity: 1;
}

@media screen and (max-width: 1023px) {
   .mailform .wrap {
      max-width: 720px;
   }
}

@media screen and (max-width: 767px) {
   .mailform h2 {
      font-size: 16px;
      padding-bottom: 50px;
   }

   .mailform .txt {
      line-height: 29px;
      text-align: center;
      padding-bottom: 20px;
   }

   .mailform .note {
      text-align: center;
      padding-bottom: 50px;
   }

   .mailform .form-row {
      font-size: 16px;
   }

   .mailform .form-pp h3 {
      font-size: 16px;
   }

   .mailform .form-pp .txt {
      padding-top: 20px;
   }

   .mailform .form-pp .input {
      padding-top: 30px;
   }
}

.p-thanks {
   padding-bottom: 180px;
}

.p-thanks .wrap {
   max-width: 800px;
}

.p-thanks h2 {
   text-align: left;
   padding-bottom: 100px;
}

.p-thanks h3 {
   font-weight: 500;
   font-size: 18px;
   line-height: 35px;
}

.p-thanks h3 span {
   display: block;
   font-size: 47px;
   line-height: 1.2;
}

.p-thanks .txt {
   line-height: 35px;
   padding-top: 40px;
}

.p-thanks .button {
   text-align: center;
   padding-top: 60px;
}

@media screen and (max-width: 1023px) {
   .p-thanks .wrap {
      max-width: 720px;
   }
}

@media screen and (max-width: 767px) {
   .p-thanks {
      padding-bottom: 80px;
   }

   .p-thanks h2 {
      text-align: center;
      padding-bottom: 50px;
   }

   .p-thanks h3 {
      font-size: 15px;
   }

   .p-thanks h3 span {
      font-size: 36px;
   }

   .p-thanks .txt,
   .p-thanks .button {
      padding-top: 35px;
   }
}

/*=============================================
 * プライバシーポリシー
*=============================================*/
.p-privacy {
   font-weight: 400;
   line-height: 35px;
   padding-bottom: 135px;
}

.p-privacy .wrap {
   max-width: 840px;
}

.p-privacy h2 {
   font-size: 18px;
   padding-bottom: 100px;
}

.p-privacy .item:not(:last-child) {
   padding-bottom: 80px;
}

.p-privacy .item ol:not(:last-child),
.p-privacy .item ol li:not(:last-child),
.p-privacy .item dl:not(:last-child),
.p-privacy .item>p:not(:last-child) {
   padding-bottom: 40px;
}

.p-privacy h3 {
   display: flex;
   align-items: center;
   gap: 10px;
   font-weight: 600;
   font-size: 21px;
   padding-bottom: 20px;
}

.p-privacy h3 strong {
   display: flex;
   align-items: center;
   gap: 10px;
}

.p-privacy h3 strong:after {
   content: '';
   width: 45px;
   height: 0;
   border-top: 1px solid;
}

.p-privacy ol li {
   text-indent: -14px;
   padding-left: 14px;
}

.p-privacy dl dt {
   font-weight: 400;
   padding-bottom: 10px;
}

@media screen and (max-width: 1023px) {
   .p-privacy .wrap {
      max-width: 720px;
   }

   .p-privacy h2 {
      text-align: center;
   }
}

@media screen and (max-width: 767px) {
   .p-privacy {
      line-height: 29px;
   }

   .p-privacy h2 {
      font-size: 16px;
      padding-bottom: 50px;
   }
}