body {
  min-width: 1100px;
}
@media screen and (max-width: 768px) {
  body {
    min-width: auto;
  }
}

@media screen and (max-width: 768px) {
  .p_top p {
    line-height: 2 !important;
  }
}
.p_top .mainvisual {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p_top .mainvisual {
    display: none;
  }
}
.p_top .mainvisual .mainslide {
  height: 630px;
}
.p_top .mainvisual .mainslide .slick-list {
  height: 630px;
}
.p_top .mainvisual .mainslide .slick-track {
  height: 630px;
}
.p_top .mainvisual .mainslide .bg {
  width: 100%;
  height: 100%;
  text-align: center;
  overflow: hidden;
  border-radius: 0 30px 30px 0;
  width: -moz-calc(100% - 80px);
  width: -o-calc(100% - 80px);
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
}
.p_top .mainvisual .mainslide .bg.bg1 {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj01.png");
  background-size: cover;
  background-color: #EBEBD5;
  background-position: bottom right 75%;
}
.p_top .mainvisual .mainslide .bg.bg2 {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj02.png");
  background-size: cover;
  background-color: #FBFBF6;
  background-position: bottom right 55%;
}
.p_top .mainvisual .mainslide .bg.bg3 {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj03.png");
  background-size: cover;
  background-color: #F8F8E5;
  background-position: bottom right 55%;
}
.p_top .mainvisual .mainslide .bg.bg4 {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj04.png");
  background-size: cover;
  background-color: #FBFBF6;
  background-position: bottom right 55%;
}
.webp_on .p_top .mainvisual .mainslide .bg.bg1 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj01.webp");
}
.webp_on .p_top .mainvisual .mainslide .bg.bg2 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj02.webp");
}
.webp_on .p_top .mainvisual .mainslide .bg.bg3 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj03.webp");
}
.webp_on .p_top .mainvisual .mainslide .bg.bg4 {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/main_bg_obj04.webp");
}
.p_top .mainvisual .mainslide .bg img {
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}
.p_top .mainvisual .mainslide .slick-dots {
  right: 120px;
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .mainvisual .mainslide .slick-dots > li {
  position: relative;
}
.p_top .mainvisual .mainslide .slick-dots > li.slick-active:hover:before {
  display: none;
}
.p_top .mainvisual .mainslide .slick-dots > li:hover:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  animation: colorchange 1.5s;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #256E00;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@keyframes colorchange {
  0% {
    width: 10px;
    height: 10px;
    border: 1px solid #256E00;
  }
  100% {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
.p_top .mainvisual .mainslide .slick-active button:before {
  background: #333333;
}
.p_top .mainvisual .mainslide .slick-active button:after {
  content: '';
  width: 30px;
  height: 30px;
  border: 1px solid #256E00;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_top .mainvisual .mainslide button {
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
}
.p_top .mainvisual .mainslide button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_top .sp_mainvisual {
  display: none;
  margin: 0px 0 0;
  padding: 0 4.6875% 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sp_mainvisual {
    display: block;
  }
}
.p_top .sp_mainvisual .slick-slide {
  height: auto;
}
.p_top .sp_mainvisual .slick-slide img {
  margin: 0 0 0 2.5%;
}
.p_top .sp_mainvisual .slick-dots {
  right: 4.6875%;
  position: absolute;
  bottom: -20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .sp_mainvisual .slick-dots > li {
  position: relative;
}
.p_top .sp_mainvisual .slick-dots > li.slick-active:hover:before {
  display: none;
}
.p_top .sp_mainvisual .slick-dots > li:hover:before {
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  animation: colorchange 1.5s;
  position: absolute;
  border-radius: 50%;
  border: 1px solid #256E00;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@keyframes colorchange {
  0% {
    width: 10px;
    height: 10px;
    border: 1px solid #256E00;
  }
  100% {
    width: 30px;
    height: 30px;
    border: 1px solid rgba(255, 255, 255, 0);
  }
}
.p_top .sp_mainvisual .slick-active button:before {
  background: #333333;
}
.p_top .sp_mainvisual .slick-active button:after {
  content: '';
  width: 25px;
  height: 25px;
  border: 1px solid #256E00;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_top .sp_mainvisual button {
  width: 25px;
  height: 25px;
  text-indent: -9999px;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative;
}
.p_top .sp_mainvisual button:before {
  content: '';
  width: 10px;
  height: 10px;
  background: #dcdcdc;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.p_top .sp_mainvisual .bg {
  position: relative;
}
.p_top .sp_mainvisual .bg:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -2;
  border-radius: 0 20px 20px 0;
  height: -moz-calc(100% - 30px);
  height: -o-calc(100% - 30px);
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}
.p_top .sp_mainvisual .bg:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.p_top .sp_mainvisual .bg.bg1:before {
  background-color: #EBEBD5;
}
.p_top .sp_mainvisual .bg.bg1:after {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-1.png");
  background-size: cover;
  background-position: bottom 30px right;
}
.p_top .sp_mainvisual .bg.bg2:before {
  background-color: #FBFBF6;
}
.p_top .sp_mainvisual .bg.bg2:after {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-2.png");
  background-size: cover;
  background-position: bottom 30px right;
}
.p_top .sp_mainvisual .bg.bg3:before {
  background-color: #F8F8E5;
}
.p_top .sp_mainvisual .bg.bg3:after {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-3.png");
  background-size: cover;
  background-position: bottom 30px right;
}
.p_top .sp_mainvisual .bg.bg4:before {
  background-color: #FBFBF6;
}
.p_top .sp_mainvisual .bg.bg4:after {
  background: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-3.png");
  background-size: cover;
  background-position: bottom 30px right;
}
.webp_on .p_top .sp_mainvisual .bg.bg1:after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-1.webp");
}
.webp_on .p_top .sp_mainvisual .bg.bg2:after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-2.webp");
}
.webp_on .p_top .sp_mainvisual .bg.bg3:after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-3.webp");
}
.webp_on .p_top .sp_mainvisual .bg.bg4:after {
  background-image: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/sp/obj-3.webp");
}
.p_top > .btn-area {
  padding: 0 4.6875%;
}
@media screen and (max-width: 768px) {
  .p_top > .btn-area {
    margin: 35px 0 0;
  }
}
.p_top > .btn-area > .l_content_size {
  width: 830px;
  margin: 20px auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top > .btn-area > .l_content_size {
    width: 100%;
  }
}
.p_top > .btn-area > a {
  width: 830px;
  margin: 0 auto;
  display: block;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 768px) {
  .p_top > .btn-area > a {
    width: 100%;
  }
}
.p_top > .btn-area > a:hover {
  opacity: .7;
}
@media screen and (max-width: 768px) {
  .p_top > .btn-area > a:hover {
    opacity: 1;
  }
}
.p_top > .btn-area > a > img {
  max-width: 100%;
}
.p_top .sec.sec_1 {
  margin: 50px 0 0;
  overflow: hidden;
}
.p_top .sec.sec_1 .l_content_size .flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap {
  width: 675px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .txtwrap {
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .txtwrap .c_ttl_1 {
    display: none;
  }
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap .txt {
  line-height: 1.8;
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap .txt.txt1 {
  margin: 24px 0 15px;
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap .txt > span {
  line-height: 1.8;
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap .txt .bg {
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.p_top .sec.sec_1 .l_content_size .flex .txtwrap .txt .bold {
  font-weight: 700;
}
.p_top .sec.sec_1 .l_content_size .flex .imgwrap {
  padding: 0 0 0 50px;
  width: 428px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .imgwrap {
    width: 100%;
    padding: 0;
    text-align: center;
  }
}
.p_top .sec.sec_1 .l_content_size .flex .imgwrap:before {
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/bg_circle.svg");
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .imgwrap:before {
    top: 80px;
    content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/sp/circle.svg");
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .imgwrap .c_ttl_1 {
    margin: 0 0 20px;
  }
}
.p_top .sec.sec_1 .l_content_size .flex .imgwrap > img {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .flex .imgwrap > img {
    width: 280px;
  }
}
.p_top .sec.sec_1 .l_content_size .c_list_1 {
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .c_list_1 {
    margin: 20px 0 0;
    padding: 0 4.6875%;
  }
}
.p_top .sec.sec_1 .l_content_size .c_list_2 {
  position: relative;
  margin: 50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .c_list_2 {
    padding: 0 4.6875%;
    margin: 30px 0 0;
  }
}
.p_top .sec.sec_1 .l_content_size .c_list_2:before {
  position: absolute;
  bottom: 50px;
  left: -190px;
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/bg_circle2.svg");
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .l_content_size .c_list_2:before {
    content: '';
  }
}
.p_top .sec.sec_1 .full {
  padding: 0 0 80px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .full {
    margin: 60px 0 0;
    padding: 0 0 40px;
  }
}
.p_top .sec.sec_1 .full:before {
  content: "";
  position: absolute;
  min-width: 1500px;
  bottom: 0;
  left: 50%;
  z-index: -1;
  border-radius: 30px;
  background: #FAFAF7;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  height: -moz-calc(100% - 205px);
  height: -o-calc(100% - 205px);
  height: -webkit-calc(100% - 205px);
  height: calc(100% - 205px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .full:before {
    height: -moz-calc(100% - 2.5%);
    height: -o-calc(100% - 2.5%);
    height: -webkit-calc(100% - 2.5%);
    height: calc(100% - 2.5%);
  }
}
.p_top .sec.sec_1 .about {
  margin: 170px 0 0;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .about {
    margin: 0;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.p_top .sec.sec_1 .about .txtwrap {
  width: 595px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .about .txtwrap {
    width: 100%;
    padding: 0 4.6875%;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .about .txtwrap .c_ttl_1 {
    display: none;
  }
}
.p_top .sec.sec_1 .about .txtwrap .ttl {
  font-weight: 600;
  font-size: 20px;
  margin: 20px 0 0;
}
.p_top .sec.sec_1 .about .txtwrap .txt {
  margin: 10px 0 0;
  line-height: 1.8;
}
.p_top .sec.sec_1 .about .txtwrap .txt .bg {
  line-height: 1.8;
  font-weight: 600;
  background: linear-gradient(rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 5%, #ecf55a 5%, #ecf55a 92%, rgba(0, 0, 0, 0) 92%, rgba(0, 0, 0, 0) 100%);
}
.p_top .sec.sec_1 .about .txtwrap > .c_btn_2 {
  margin: 20px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .about .txtwrap > .c_btn_2 {
    margin: 20px auto 0;
  }
}
.p_top .sec.sec_1 .about .about-img {
  position: absolute;
  width: 621px;
  left: 620px;
  top: -80px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .about .about-img {
    width: 100%;
    padding: 0 4.6875%;
    position: initial;
    text-align: right;
  }
  .p_top .sec.sec_1 .about .about-img .c_ttl_1 p, .p_top .sec.sec_1 .about .about-img .c_ttl_1 h2 {
    text-align: left;
  }
  .p_top .sec.sec_1 .about .about-img > img {
    width: 260px;
  }
}
.p_top .sec.sec_1 .about .about-img > img {
  max-width: 100%;
}
.p_top .sec.sec_1 .bnr {
  padding: 60px 0 100px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .bnr {
    padding: 40px 0 50px;
  }
}
.p_top .sec.sec_1 .bnr > .l_content_size {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .bnr > .l_content_size {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 4.6875%;
  }
}
.p_top .sec.sec_1 .bnr > .l_content_size > a {
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p_top .sec.sec_1 .bnr > .l_content_size > a:hover {
  opacity: .7;
}
.p_top .sec.sec_1 .bnr > .l_content_size > a:nth-of-type(1) > img {
  padding: 14px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .bnr > .l_content_size > a:nth-of-type(1) > img {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .bnr > .l_content_size > a:nth-of-type(2) {
    margin: 10px 0 0;
  }
}
.p_top .sec.sec_1 .bnr > .l_content_size > a > img {
  width: 535px;
}
.p_top .sec.sec_1 .voice {
  padding: 70px 0 80px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice {
    padding: 40px 0;
    overflow: initial;
  }
}
.p_top .sec.sec_1 .voice:before {
  content: "";
  position: absolute;
  min-width: 1500px;
  bottom: 0;
  left: 50%;
  z-index: -1;
  border-radius: 30px;
  background: #EBEBD5;
  height: 100%;
  width: -moz-calc(100% - 60px);
  width: -o-calc(100% - 60px);
  width: -webkit-calc(100% - 60px);
  width: calc(100% - 60px);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice:after {
    content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/common/sp/bg_obj.svg");
    position: absolute;
    top: -30px;
    right: 0;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size .c_ttl_1 {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size .c_ttl_1 {
    position: relative;
    z-index: 1;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size .lead {
  line-height: 1.8;
  margin: 20px 0 30px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size .lead {
    padding: 0 4.6875%;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul {
  position: relative;
  margin: 80px 0 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul {
    margin: 0;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul:before {
  content: url("https://d2w53g1q050m78.cloudfront.net/ranmu/uploads/assets/img/top/bg_obj_voice.svg");
  position: absolute;
  top: -190px;
  right: -200px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul:before {
    content: "";
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-list {
  margin: 0;
  padding-top: 50px !important;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-slide {
  margin: 0 10px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul .slick-slide {
    margin: 0 5px;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-dots {
  position: absolute;
  bottom: -43px;
  left: 50%;
  width: 90px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul .slick-dots {
    bottom: -36px;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-dots button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  text-indent: -99999px;
  width: 10px;
  height: 10px;
  background: #FFFFFF;
  border-radius: 50%;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-dots .slick-active button {
  background: #256E00;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul .slick-dots li {
  width: auto;
  background: transparent;
  box-shadow: none;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li {
  width: 346px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 0px 2px #00000033;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul li {
    height: initial;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .img {
  text-align: center;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .img > img {
  width: 128px;
  margin: -50px 0 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul li .img > img {
    margin: -50px auto 0;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt {
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size > ul li .txt {
    padding: 15px;
  }
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .ttl {
  font-size: 20px;
  line-height: 1.5;
  color: #256E00;
  font-weight: 600;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .tag {
  margin: 10px 0 0;
  text-align: right;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .desc {
  line-height: 1.8;
  margin: 10px 0 0;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .c_btn_2 {
  width: 250px;
  height: 50px;
  margin: 15px auto 0;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .c_btn_2 > p > span {
  font-size: 16px;
}
.p_top .sec.sec_1 .voice > .l_content_size > ul li .txt .c_btn_2 > p > img {
  margin: 3px 0 0;
}
.p_top .sec.sec_1 .voice > .l_content_size > .c_btn_2 {
  margin: 20px auto 0;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_1 .voice > .l_content_size .c_btn_2 {
    margin: 50px auto 0;
  }
}
.p_top .sec.sec_2 > .l_content_size {
  padding: 100px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size {
    display: block;
    padding: 60px 4.6875% 60px;
  }
}
.p_top .sec.sec_2 > .l_content_size .col {
  width: 530px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col.column {
    margin: 60px 0 0;
  }
}
.p_top .sec.sec_2 > .l_content_size .col .c_ttl_2 {
  margin: 0 0 10px;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li.another > a {
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li.another .img {
  width: 100px;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li.another .img > img {
  width: 100px;
  height: 100px;
  max-width: 100%;
  object-fit: cover;
  font-family: "object-fit: contain;";
}
.p_top .sec.sec_2 > .l_content_size .col ul > li.another .txtwrap {
  padding: 14px 0 14px 15px;
  width: -moz-calc(100% - 100px);
  width: -o-calc(100% - 100px);
  width: -webkit-calc(100% - 100px);
  width: calc(100% - 100px);
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col ul > li.another .txtwrap {
    padding: 0 0 0 15px;
  }
  .p_top .sec.sec_2 > .l_content_size .col ul > li.another .txtwrap .txt {
    margin: 5px 0 0;
    line-height: 1.5 !important;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a {
  display: block;
  padding: 12px;
  border-top: 1px solid #dcdcdc;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a:hover {
  background: #FAFAF7;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a:hover .txtwrap > p.txt {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col ul > li > a:hover .txtwrap > p.txt {
    text-decoration: underline;
  }
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a .txtwrap > p .u_osw {
  margin: 0 10px 0 0;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a .txtwrap > p.txt {
  color: #256E00;
  text-decoration: underline;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a .txtwrap > a {
  display: inline-block;
  margin: 5px 0 0;
  color: #256E00;
  font-weight: 400;
  text-decoration: underline;
  line-height: 1.4;
}
.p_top .sec.sec_2 > .l_content_size .col ul > li > a .txtwrap > a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col ul > li > a .txtwrap > a:hover {
    text-decoration: underline;
  }
}
.p_top .sec.sec_2 > .l_content_size .col > .c_btn_2 {
  margin: 20px auto 0;
}
.p_top .sec.sec_2 > .l_content_size .col > .c_btn_2.another {
  width: 240px;
}
@media screen and (max-width: 768px) {
  .p_top .sec.sec_2 > .l_content_size .col > .c_btn_2.another {
    width: 268px;
  }
}

/*# sourceMappingURL=p_top.css.map */

picture img {
  max-width: 100%;
}
picture source {
  max-width: 100%;
}
