@font-face {
  font-family: ffDin;
  src: url(../fonts/din1451alt.ttf)
}

.fv {
  width: 100%;
  height: calc(100vw * 725/1300);
  display: flex;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  padding-top: 33px
}

@media (max-width: 767px) {
  .fv {
    height: calc(100vw * 1080/750);
    background-color: #F8F9EE
  }
}

.fv__hd {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 53px;
  letter-spacing: .14em;
  font-weight: 600;
  font-size: calc(100vw * 28/1300);
  line-height: calc(100vw * 53/1300);
  text-shadow: 3px 3px 10px #000;
  position: relative;
  z-index: 3
}

@media (max-width: 767px) {
  .fv__hd {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 36px;
    letter-spacing: .14em
  }
}

.fv .fv-char1 {
  width: 300px;
  height: 300px;
  position: absolute;
  top: 139px;
  left: calc(50vw - 622px);
  z-index: 12;
  transition: all .3s;
  -webkit-animation: fxFloating 3s infinite;
  animation: fxFloating 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

.fv .fv-char1.down {
  z-index: 1
}

@media (max-width: 767px) {
  .fv .fv-char1 {
    left: -7px;
    top: 92px;
    width: 115px;
    height: 125px
  }
}

.fv .fv-char2 {
  width: 200px;
  height: 225px;
  position: absolute;
  bottom: -75px;
  left: calc(50vw - 454px);
  z-index: 3;
  transition: all .3s;
  -webkit-animation: fxFloating 3s infinite;
  animation: fxFloating 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@media (max-width: 767px) {
  .fv .fv-char2 {
    width: 100px;
    height: 100px;
    left: 60px;
    bottom: -18px
  }
}

.fv .fv-char3 {
  position: absolute;
  bottom: -125px;
  right: calc(50vw - 707px);
  z-index: 3;
  transition: all .3s;
  -webkit-animation: fxFloating 3s infinite;
  animation: fxFloating 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@media only screen and (max-width: 1190px) {
  .fv .fv-char3 {
    right: -80px
  }
}

@media (max-width: 767px) {
  .fv .fv-char3 {
    right: 0;
    bottom: -18px
  }
}

.fv .fv-char3 span {
  display: block;
  width: 500px;
  height: 500px
}

@media (max-width: 767px) {
  .fv .fv-char3 span {
    width: 165px;
    height: 200px
  }
}

.fv .fv-clound-right {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(40%);
  width: calc(100vw * 554/1300);
  z-index: 2
}

@media (max-width: 767px) {
  .fv .fv-clound-right {
    bottom: -47px;
    width: 152px;
    transform: none
  }
}

.fv .fv-clound-right:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 543/554)
}

@media (max-width: 767px) {
  .fv .fv-clound-right:before {
    padding-top: calc(100% * 550/304)
  }
}

.fv .fv-clound-left {
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(35%);
  width: calc(100vw * 492/1300);
  z-index: 2
}

@media (max-width: 767px) {
  .fv .fv-clound-left {
    bottom: -37px;
    width: 149px;
    transform: none
  }
}

.fv .fv-clound-left:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: calc(100% * 430/492)
}

@media (max-width: 767px) {
  .fv .fv-clound-left:before {
    padding-top: calc(100% * 540/298)
  }
}

.fv .fv-castle {
  position: absolute;
  left: 0;
  right: 58px;
  top: 10%;
  margin: auto;
  width: calc(100vw * 609/1300);
  z-index: 1;
  transition: all .3s
}

@media (max-width: 767px) {
  .fv .fv-castle {
    width: 390px;
    left: -30px
  }
}

.fv .fv-castle span {
  display: block;
  width: 100%;
  padding-top: calc(100% * 1250/609)
}

@media (max-width: 767px) {
  .fv .fv-castle span {
    padding-top: calc(100% * 1614/780)
  }
}

.top-title {
  text-align: center;
  position: relative;
  z-index: 2
}

.top-title.mt24 {
  margin-top: 100px;
}

@media (max-width: 767px) {
  .top-title.mt24 {
    margin-top: 50px
  }
}

.top-title.mt79 {
  margin-top: 79px
}

@media (max-width: 767px) {
  .top-title.mt79 {
    margin-top: 41px
  }
}

.top-title.mt106 {
  margin-top: 106px
}

@media (max-width: 767px) {
  .top-title.mt106 {
    margin-top: 45px
  }
}

.box1 {
  background-position: center top 68px;
  background-repeat: no-repeat;
  background-color: #F8F9EE;
  padding-top: 150px;
  padding-bottom: 107px;
  position: relative
}

@media (max-width: 767px) {
  .box1 {
    background-size: 100% auto;
    padding-top: 57px;
    padding-bottom: 127px
  }
}

.box1 .box1-cnt-transfer {
  position: relative;
  z-index: 2;
  background: rgba(255, 255, 255, 0.63);
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 34px;
  letter-spacing: .12em;
  font-weight: 600;
  max-width: 710px;
  margin: auto;
  padding: 20px 5px;
  text-align: center
}

@media (max-width: 767px) {
  .box1 .box1-cnt-transfer {
    letter-spacing: .05em
  }
}

@media only screen and (max-width: 767px) and (max-width: 370px) {
  .box1 .box1-cnt-transfer {
    font-size: 12px;
    font-size: 1.2rem
  }
}

.box1 .box1-medical-list {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
  width: calc(100% + 40px);
  margin: -81px -20px 0
}

@media (max-width: 767px) {
  .box1 .box1-medical-list {
    margin-top: -10px
  }
}

.box1 .box1-medical-list .item {
  display: flex;
  align-items: flex-end;
  text-align: center;
  position: relative
}

@media (max-width: 767px) {
  .box1 .box1-medical-list .item {
    width: 50%;
    margin-bottom: -6px
  }

  .box1 .box1-medical-list .item .sp {
    width: 100%;
    min-height: 219px;
    background-position: center bottom
  }
}

.box1 .box1-medical-list .item a {
  display: block;
  position: relative;
  padding-bottom: 60px;
  margin-top: auto
}

@media (max-width: 767px) {
  .box1 .box1-medical-list .item a {
    width: 100%;
    padding-bottom: 0
  }
}

.box1 .box1-medical-list .item .item-char {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transition: all .3s
}

.box1 .box1-medical-list .item .item-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto
}

@media only screen and (min-width: 1025px) {
  .box1 .box1-medical-list .item:hover a {
    opacity: 1
  }

  .box1 .box1-medical-list .item:hover .item-char {
    -webkit-animation: fxChar .5s;
    animation: fxChar .5s
  }
}

@media (min-width: 768px) {
  .box1 .box1-medical-list .item--01 {
    width: 355px
  }

  .box1 .box1-medical-list .item--01 .item-char {
    bottom: 45px
  }

  .box1 .box1-medical-list .item--02 {
    width: 300px
  }

  .box1 .box1-medical-list .item--03 {
    width: 355px
  }

  .box1 .box1-medical-list .item--03 .item-char {
    top: 100px
  }

  .box1 .box1-medical-list .item--04 {
    width: 434px
  }

  .box1 .box1-medical-list .item--04 .item-char {
    left: 46px;
    bottom: 45px
  }

  .box1 .box1-medical-list .item--04 .item-title {
    left: 40px
  }

  .box1 .box1-medical-list .item--05 {
    width: 300px
  }
}

@media (max-width: 767px) {
  .box1 .box1-medical-list .item--01 .sp {
    background-size: 190px auto
  }

  .box1 .box1-medical-list .item--02 .sp {
    background-size: 165px auto
  }

  .box1 .box1-medical-list .item--03 .sp {
    background-size: 235px auto
  }

  .box1 .box1-medical-list .item--04 .sp {
    background-size: 215px auto
  }

  .box1 .box1-medical-list .item--05 .sp {
    background-size: 165px auto
  }
}

.box1 .box1-table {
  text-align: center;
  margin-top: 60px;
  position: relative;
  z-index: 1;
}

@media (max-width: 767px) {
  .box1 .box1-table {
    margin-top: 40px
  }
}

.box1 .box1-news-list {
  margin: auto;
  margin-top: 17px;
  max-width: 710px
}

.box1 .box1-news-list .item {
  border-bottom: 1px solid #C69C6D;
  display: block;
  position: relative;
  padding-left: 86px;
  padding-bottom: 9px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 35px;
  letter-spacing: .12em
}

@media (max-width: 767px) {
  .box1 .box1-news-list .item {
    line-height: 26px;
    padding-left: 89px;
    padding-bottom: 5px
  }
}

.box1 .box1-news-list .item__date {
  position: absolute;
  left: 0;
  top: 0
}

.box1 .box1-news-list .item~.item {
  margin-top: 14px
}

.box1 .c-btn {
  margin-top: 32px
}

@media (max-width: 767px) {
  .box1 .c-btn {
    margin-top: 22px
  }
}

.box2 .box1-cnt {
  text-align: center;
  position: relative;
  z-index: 2；;
  padding: 30px 0;
  max-width: 810px;
  margin: 106px auto 0;
  background: #f8f9ee;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .box2 .box1-cnt {
    margin: 58px 17px 0;
    padding: 30px 10px;
  }
}

.box2 .box1-cnt__hd {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 600
}

@media (max-width: 767px) {
  .box2 .box1-cnt__hd {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 34px
  }
}

.box2 .box1-cnt__des {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 33px;
  letter-spacing: .12em;
  margin-top: 30px
}

@media (max-width: 767px) {
  .box2 .box1-cnt__des {
    text-align: left;
    line-height: 26px;
    margin-top: 16px
  }
}

.box2 .box1-cnt .c-btn {
  margin-top: 28px
}

@media (max-width: 767px) {
  .box2 .box1-cnt .c-btn {
    margin-top: 20px
  }
}

.box1 .box1-after {
  position: absolute;
  left: 0;
  right: 0;
  height: calc(100vw * 1438/2600);
  bottom: -9%;
  pointer-events: none
}

@media only screen and (min-width: 1800px) {
  .box1 .box1-after {
    bottom: -13%
  }
}

@media only screen and (max-width: 1250px) {
  .box1 .box1-after {
    bottom: -7%
  }
}

@media (max-width: 767px) {
  .box1 .box1-after {
    bottom: calc(0% - 70px);
    height: calc(100vw * 480/750)
  }
}

.box1 .box1-char1 {
  width: 250px;
  height: 250px;
  position: absolute;
  bottom: -69px;
  left: 83px;
  z-index: 3;
  -webkit-animation: fxFloating 3s infinite;
  animation: fxFloating 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@media (max-width: 767px) {
  .box1 .box1-char1 {
    bottom: -4px;
    left: 34px;
    width: 100px;
    height: 100px
  }
}

.box1 .box1-char2 {
  width: 150px;
  height: 300px;
  position: absolute;
  bottom: -43px;
  right: 40px;
  z-index: 3;
  -webkit-animation: fxFloating 3s infinite;
  animation: fxFloating 3s infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear
}

@media (max-width: 767px) {
  .box1 .box1-char2 {
    width: 60px;
    height: 115px;
    bottom: -24px;
    right: 18px
  }
}

.imgParallax {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  width: 100vw;
  height: 100vh;
  -o-object-fit: cover;
  object-fit: cover
}

.boxviewparallax {
  height: 490px
}

@media (max-width: 767px) {
  .boxviewparallax {
    height: 240px
  }
}

.box2 {
  position: relative
}

.box2 .box2-bg {
  position: absolute;
  top: 252px;
  left: 0;
  right: 0;
  padding-top: calc(100vw * 43/130)
}

@media (max-width: 767px) {
  .box2 .box2-bg {
    padding-top: calc(100vw * 532/750);
    top: 142px
  }
}

.box2:before {
  content: "";
  left: 0;
  right: 0;
  top: 300px;
  bottom: 0;
  position: absolute;
  margin: auto;
  background: #e3e2e1
}

@media (max-width: 767px) {
  .box2:before {
    background-image: linear-gradient(#e3e2e1, #e3e2e1, #fff);
    top: 200px
  }
}

.box2 .conatiner {
  position: relative
}

.box2 .box2-list {
  display: flex;
  flex-wrap: wrap;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  margin-top: 9px
}

@media (max-width: 767px) {
  .box2 .box2-list {
    margin-top: 27px
  }
}

.box2 .box2-list .item {
  width: 244px;
  position: relative;
  text-align: center;
  transition: all .3s
}

@media (max-width: 767px) {
  .box2 .box2-list .item {
    width: calc(50% - 6px);
    margin-right: 12px;
    margin-bottom: 25px
  }

  .box2 .box2-list .item:nth-child(2n) {
    margin-right: 0
  }
}

.box2 .box2-list .item .item-num {
  position: absolute;
  left: 0;
  right: 0;
  top: -25px;
  margin: auto;
  width: 44px;
  height: 63px;
  color: #fff;
  padding-top: 10px;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 22px;
  letter-spacing: 0;
  font-weight: 500;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media (max-width: 767px) {
  .box2 .box2-list .item .item-num {
    width: 29px;
    height: 41px;
    top: -17px;
    padding-top: 8px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 15px
  }
}

.box2 .box2-list .item .item-txt {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  min-height: 205px;
  display: flex;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -moz-align-items: center;
  -ms-align-items: center;
  align-items: center;
  padding: 10px;
  text-decoration: underline;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: 29px;
  letter-spacing: .05em;
  font-weight: 500;
  color: #534741
}

@media (max-width: 767px) {
  .box2 .box2-list .item .item-txt {
    min-height: 135px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 19px;
    letter-spacing: 0
  }
}

@media (min-width: 768px) {

  .box2 .box2-list .item--2,
  .box2 .box2-list .item--3 {
    margin-top: 45px
  }
}

@media only screen and (min-width: 1025px) {
  .box2 .box2-list .item:hover {
    opacity: 0.7
  }

  .box2 .box2-list .item:hover a {
    opacity: 1
  }
}

.box2 .box2-list+.c-btn {
  margin-top: 26px
}

@media (max-width: 767px) {
  .box2 .box2-list+.c-btn {
    margin-top: -11px
  }
}

.box1 .box2slider {
  padding: 0 calc(50% - 467px);
  overflow: hidden;
  position: relative;
  margin-top: 23px
}

@media only screen and (max-width: 974px) {
  .box1 .box2slider {
    padding: 0 20px;
    margin-top: 18px
  }
}

@media (max-width: 767px) {
  .box1 .box2slider {
    padding: 0 43px
  }
}

.box1 .box2slider .swiper-slide {
  background: #fff;
  padding: 23px 27px 17px;
  position: relative
}

.box1 .box2slider .swiper-slide:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.69;
  background: #fff;
  transition: all .3s;
  z-index: 1
}

.box1 .box2slider .swiper-slide .slide-img {
  position: relative
}

.box1 .box2slider .swiper-slide .slide-img:before {
  content: "";
  width: 100%;
  padding-top: 74.7%;
  display: block
}

.box1 .box2slider .swiper-slide .slide-img span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.box1 .box2slider .swiper-slide .slide-title {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: .12em;
  margin-top: 11px;
  overflow: hidden;
  width: 100%;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  white-space: normal
}

.box1 .box2slider .swiper-slide .slide-date {
  border-top: 1px solid #534741;
  margin-top: 14px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: .12em
}

.box1 .box2slider .swiper-slide .slide-date:before,
.box1 .box2slider .swiper-slide .slide-date:after {
  content: " ";
  display: table
}

.box1 .box2slider .swiper-slide .slide-date:after {
  clear: both
}

.box1 .box2slider .swiper-slide .slide-date .date {
  display: inline-block
}

.box1 .box2slider .swiper-slide .slide-date .cate {
  display: inline-block;
  float: right;
  color: #FF616D
}

.box1 .box2slider .swiper-slide.swiper-slide-active:before,
.box1 .box2slider .swiper-slide.swiper-slide-next:before,
.box1 .box2slider .swiper-slide.swiper-slide-next+.swiper-slide:before {
  opacity: 0
}

.box1 .box2slider .swiper-button-next,
.box1 .box2slider .swiper-button-prev {
  width: 36px;
  height: 36px;
  background: #fff;
  border: 1px solid #C69C6D;
  border-radius: 20px;
  right: calc(50% - 537px)
}

@media only screen and (max-width: 1080px) {

  .box1 .box2slider .swiper-button-next,
  .box1 .box2slider .swiper-button-prev {
    right: 0
  }
}

@media (max-width: 767px) {

  .box1 .box2slider .swiper-button-next,
  .box1 .box2slider .swiper-button-prev {
    right: 20px
  }
}

.box1 .box2slider .swiper-button-next:after,
.box1 .box2slider .swiper-button-prev:after {
  content: none
}

.box1 .box2slider .swiper-button-next:before,
.box1 .box2slider .swiper-button-prev:before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 5px;
  margin: auto;
  border-top: 1px solid #C69C6D;
  border-right: 1px solid #C69C6D;
  transform: rotate(45deg)
}

.box1 .box2slider .swiper-button-prev {
  right: auto;
  left: calc(50% - 537px)
}

@media only screen and (max-width: 1080px) {
  .box1 .box2slider .swiper-button-prev {
    right: auto;
    left: 0
  }
}

@media (max-width: 767px) {
  .box1 .box2slider .swiper-button-prev {
    left: 20px
  }
}

.box1 .box2slider .swiper-button-prev:before {
  right: 0;
  left: 5px;
  border: 0;
  border-bottom: 1px solid #C69C6D;
  border-left: 1px solid #C69C6D
}

.box2 .mt29 {
  margin-top: 29px
}

.box3 {
  background-position: top 75px left 28px, top 151px right 16px;
  background-repeat: no-repeat;
  background-size: 90px auto, 95px auto;
  background-color: #e3e2e1;
  padding-top: 49px;
  position: relative;
  z-index: 1
}

@media (max-width: 767px) {
  .box3 {
    background: #fff;
    padding-bottom: 23px
  }
}

.box3 .boxflex {
  display: flex;
  flex-wrap: wrap
}

.box3 .boxflex .boxleft {
  width: calc(100% - 503px);
  padding-right: 20px
}

@media (max-width: 767px) {
  .box3 .boxflex .boxleft {
    width: 100%;
    padding: 0
  }
}

.box3 .boxflex .boxright {
  width: 503px;
  padding-top: 33px
}

.box3 .boxflex .boxright:before,
.box3 .boxflex .boxright:after {
  content: " ";
  display: table
}

.box3 .boxflex .boxright:after {
  clear: both
}

@media (max-width: 767px) {
  .box3 .boxflex .boxright {
    width: 100%;
    padding-top: 0;
    margin-top: 37px
  }
}

.box3 .boxflex .boxright iframe {
  width: 100%;
  height: 460px;
  display: block
}

@media (max-width: 767px) {
  .box3 .boxflex .boxright iframe {
    width: calc(100% + 40px);
    margin: 0 -20px;
    height: 345px
  }
}

.box3 .boxflex .boxright .linkmaps {
  text-align: right;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 500;
  color: #534741;
  float: right;
  margin-top: 28px
}

@media (max-width: 767px) {
  .box3 .boxflex .boxright .linkmaps {
    display: inline-block;
    margin-top: 8px;
    float: none;
    font-size: 14px;
    font-size: 1.4rem
  }
}

.box3 .txt1 {
  font-size: 20px;
  font-size: 2rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 600;
  color: #534741
}

.box3 .txtaccess {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 500;
  margin-top: 10px
}

@media (max-width: 767px) {
  .box3 .txtaccess {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 7px
  }
}

.box3 .txtphone {
  margin-top: 13px;
  display: inline-block;
  border-bottom: 1px solid #8CC63F;
  padding-left: 50px;
  padding-bottom: 4px;
  font-size: 39px;
  font-size: 3.9rem;
  line-height: 1;
  letter-spacing: .12em;
  font-weight: 600;
  color: #8CC63F;
  background-position: center left;
  background-repeat: no-repeat;
  background-size: 33px auto
}

@media (max-width: 767px) {
  .box3 .txtphone {
    font-size: 33px;
    font-size: 3.3rem;
    line-height: 40px;
    padding-left: 45px;
    margin-top: 2px;
    padding-bottom: 0;
    background-size: 28px auto;
    background-position: top 6px left
  }
}

@media only screen and (max-width: 767px) and (max-width: 370px) {
  .box3 .txtphone {
    font-size: 30px;
    font-size: 3rem
  }
}

.box3 .txtfax {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 24px;
  letter-spacing: .12em;
  font-weight: 500;
  margin-top: 8px
}

@media (max-width: 767px) {
  .box3 .txtfax {
    text-align: center
  }
}

.box3 .btn-web {
  display: inline-block;
  margin-top: 21px
}

@media (max-width: 767px) {
  .box3 .btn-web {
    display: block;
    width: 230px;
    margin: 12px auto 0
  }
}

.box3 .timework {
  margin-top: 24px
}

@media (max-width: 767px) {
  .box3 .timework {
    margin-top: 35px
  }
}

.box3 .list-note {
  margin-top: 20px
}

@media (max-width: 767px) {
  .box3 .list-note {
    margin-top: 26px
  }
}

.box3 .list-note li {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 24px;
  letter-spacing: .05em;
  font-weight: 400
}

@media (max-width: 767px) {
  .box3 .list-note li {
    padding-left: 1em;
    text-indent: -1em
  }
}

.box-popup {
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  transition: all .3s
}

.box-popup .box-popup-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background: #000;
  opacity: 0.4
}

.box-popup .box-popup-cnt {
  width: 1004px;
  max-width: calc(100% - 40px);
  max-height: calc(100vh - 40px);
  overflow: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #F8F9EE;
  padding: 100px 20px;
  border-radius: 5px;
  box-shadow: 4px 4px 10px #000
}

@media (max-width: 767px) {
  .box-popup .box-popup-cnt {
    padding: 27px 10px
  }
}

.box-popup .cnt-list {
  width: 710px;
  max-width: 100%;
  margin: auto
}

.box-popup .cnt-list li {
  background: #fff;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 33px;
  letter-spacing: .12em;
  font-weight: 500;
  padding: 6px 70px;
  padding-right: 20px;
  background-position: top 11px left 25px;
  background-repeat: no-repeat;
  background-size: 33px auto
}

@media (max-width: 767px) {
  .box-popup .cnt-list li {
    font-size: 13px;
    font-size: 1.3rem;
    line-height: 22px;
    padding: 5px 54px;
    background-position: top 7px left 17px;
    background-size: 24px auto
  }
}

.box-popup .cnt-list li~li {
  margin-top: 32px
}

@media (max-width: 767px) {
  .box-popup .cnt-list li~li {
    margin-top: 9px
  }
}

.box-popup .c-btn {
  margin-top: 40px
}

.box-popup.show {
  opacity: 1;
  visibility: visible
}