@charset "utf-8";

.mv {
  width: 100%;
  height: 450px;
  margin-top: 23px;
  margin-bottom: 40px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv {
    height: 600px;
    margin-top: 27px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv {
    height: 800px;
    max-height: calc(100vh - 260px);
    margin-top: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv {
    height: calc(100vh - 266px);
    margin-top: 33px;
  }
}
.mv .mv__catch {
  width: calc(100% - 30px);
  max-width: 1200px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__catch {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv__catch {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv__catch {
    width: calc(100% - 80px);
  }
}
.mv .mv__catch__text {
  width: calc(100% - 30px);
  position: absolute;
  bottom: 25px;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__catch__text {
    width: 73.3%;
    bottom: 35px;
    left: 35px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv__catch__text {
    width: 63.3%;
    bottom: 40px;
    left: 40px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv__catch__text {
    width: 59.5%;
    bottom: 45px;
    left: 45px;
  }
}
.mv .mv__catch__text p img {
  width: 100%;
}
.mv .mv__catch .mv__mask {
  width: auto;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  transition: right 0.5s;
}
@media print, screen and (min-width: 768px) {
  .mv .mv__catch .mv__mask {
    right: 2.5%;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv__catch .mv__mask {
    right: 2.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv__catch .mv__mask {
    right: 2.5%;
  }
}
.mv .mv__catch .mv__mask div {
  width: auto;
  height: 100%;
}
.mv .mv__catch .mv__mask img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: right center;
}
.mv .mv_slide__pagination {
  width: 135px;
  height: 25px;
  position: absolute;
  bottom: -32px;
  left: auto;
  right: 15px;
  z-index: 1;
  transition: bottom 0.7s, right 0.7s !important;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_slide__pagination {
    right: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv_slide__pagination {
    right: 30px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide__pagination {
    writing-mode: vertical-rl;
    width: 25px;
    height: 135px;
    bottom: 0;
    right: calc((100vw - 1200px) / 2 - 50px);
  }
}
.mv .mv_slide__pagination div {
  font-size: 1.5rem;
  letter-spacing: 0;
  position: absolute;
  transition: color 0.7s;
}
.mv .mv_slide__pagination .swiper-pagination-current {
  top: 0;
  left: 0;
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide__pagination .swiper-pagination-current {
    right: 0;
  }
}
.mv .mv_slide__pagination .swiper-pagination-total {
  bottom: 0;
  right: 0;
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide__pagination .swiper-pagination-total {
    left: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .mv .mv_slide__pagination .swiper-pagination-current {
    display: none;
  }
  .mv .mv_slide__pagination .swiper-pagination-total {
    display: none;
  }
}
.mv .mv_slide__progressbar {
  width: 70px;
  height: 2px;
  background: #c8c8c8;
  position: absolute;
  bottom: -21px;
  right: 47px;
  z-index: 1;
  transition: background 0.7s, right 0.7s, bottom 0.7s !important;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_slide__progressbar {
    right: 52px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv_slide__progressbar {
    right: 62px;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide__progressbar {
    bottom: 68px;
    right: calc((100vw - 1200px) / 2 - 72px);
    transform: rotate(90deg);
  }
}
.mv .mv_slide__progressbar span {
  width: 100%;
  display: inline-block;
  background: #c21c29;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transform-origin: left center;
  transition-timing-function: linear;
}
.mv .mv_slide {
  overflow: hidden;
}
.mv .mv_slide li {
  height: 450px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_slide li {
    height: 600px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv_slide li {
    height: 800px;
    max-height: calc(100vh - 260px);
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide li {
    height: calc(100vh - 266px);
  }
}
.mv .mv_slide li .clip {
  max-width: 1200px;
  width: calc(100% - 30px);
  height: 450px;
  margin: 0 auto;
  clip-path: inset(0 0 round 6px 6px 6px 6px);
  overflow: hidden;
  transition: max-width 0.7s, width 0.7s, clip-path 0.7s;
}
@media print, screen and (min-width: 768px) {
  .mv .mv_slide li .clip {
    width: calc(100% - 40px);
    height: 600px;
  }
}
@media print, screen and (min-width: 1024px) {
  .mv .mv_slide li .clip {
    width: calc(100% - 60px);
    height: 800px;
    max-height: calc(100vh - 260px);
  }
}
@media print, screen and (min-width: 1200px) {
  .mv .mv_slide li .clip {
    width: calc(100% - 80px);
    height: calc(100vh - 266px);
  }
}
.mv .mv_slide li img {
  width: 100vw;
  height: 100%;
  max-width: initial;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.mv.active .mv_slide li .clip {
  max-width: 100%;
  width: 100%;
  clip-path: inset(0 0 round 0 0 0 0);
}
.mv.active .mv__mask {
  right: -20px;
}
@media print, screen and (min-width: 768px) {
  .mv.active .mv__mask {
    right: 2.5%;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv.active .mv_slide__pagination {
    bottom: 20px;
    right: 20px;
    left: auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv.active .mv_slide__pagination div {
    color: #fff;
  }
}
@media print, screen and (min-width: 1200px) {
  .mv.active .mv_slide__progressbar {
    background: #fff;
    bottom: 88px;
    right: -3px;
  }
}
.mv .swiper-slide-active img,
.mv .swiper-slide-duplicate-active img,
.mv .swiper-slide-prev img {
  animation: zoom-in 10s linear 0s 1 normal both;
}

@keyframes zoom-in {
  0% {
    transform: scale(1) translateY(-50%);
  }
  100% {
    transform: scale(1.1) translateY(-50%);
  }
}
.logoslider {
  margin-bottom: 40px;
}
.logoslider .swiper-wrapper {
  transition-timing-function: linear;
}
.logoslider ul {
  display: flex;
  align-items: center;
}

.btn_area {
  margin: 60px 0;
}
@media print, screen and (min-width: 768px) {
  .btn_area {
    margin: 65px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .btn_area {
    margin: 70px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .btn_area {
    margin: 75px 0;
  }
}
.btn_area .flex {
  display: block;
  justify-content: center;
}
@media print, screen and (min-width: 768px) {
  .btn_area .flex {
    display: flex;
    gap: 0 25px;
  }
}
.btn_area .btn {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .btn_area .btn {
    width: calc((100% - 25px) / 2);
    margin: 0;
  }
}
.btn_area .btn:not(:last-child) {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .btn_area .btn:not(:last-child) {
    margin-bottom: 0;
  }
}

.documents_request {
  padding: 55px 0;
  background: url(../img/top/documents_request_bg_sp.jpg) no-repeat center center;
  background-size: cover;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .documents_request {
    background: url(../img/top/documents_request_bg.jpg) no-repeat center center;
    background-size: cover;
  }
}
.documents_request .inner {
  width: calc(100% - 30px);
  max-width: 1130px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .documents_request .inner {
    width: calc(100% - 40px);
  }
}
@media print, screen and (min-width: 1024px) {
  .documents_request .inner {
    width: calc(100% - 60px);
  }
}
@media print, screen and (min-width: 1200px) {
  .documents_request .inner {
    width: calc(100% - 80px);
  }
}
.documents_request .documents_request__text {
  width: 100%;
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .documents_request .documents_request__text {
    max-width: 524px;
    flex: 1;
    margin-right: 30px;
    margin-bottom: 0;
  }
}
.documents_request .documents_request__text p {
  font-size: 1.4rem;
  color: #fff;
  line-height: 2;
  letter-spacing: 0.05em;
}
@media print, screen and (min-width: 768px) {
  .documents_request .documents_request__text p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .documents_request .documents_request__text p {
    font-size: 1.6rem;
    margin-bottom: 33px;
  }
}
@media print, screen and (min-width: 1200px) {
  .documents_request .documents_request__text p {
    margin-bottom: 35px;
  }
}
.documents_request .documents_request__text p span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .documents_request .documents_request__text p span {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .documents_request .documents_request__text p span {
    font-size: 2.3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .documents_request .documents_request__text p span {
    font-size: 2.4rem;
  }
}
.documents_request figure {
  width: 90.2%;
  margin-left: auto;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .documents_request figure {
    width: 47.7%;
    margin-bottom: 0;
  }
}
.documents_request figure img {
  width: 100%;
  position: relative;
  right: -15px;
}
@media print, screen and (min-width: 768px) {
  .documents_request figure img {
    right: 0;
  }
}
.documents_request .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .documents_request .btn {
    margin: 0;
  }
}

.section_head__title {
  margin-bottom: 25px;
}
.section_head__title p {
  font-size: 4.2rem;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .section_head__title p {
    font-size: 4.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .section_head__title p {
    font-size: 4.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .section_head__title p {
    font-size: 4.8rem;
  }
}
.section_head__title h2 {
  font-size: 1.3rem;
  font-weight: normal;
}
@media print, screen and (min-width: 768px) {
  .section_head__title h2 {
    font-size: 1.4rem;
  }
}
.section_head__title h2::after {
  content: "";
  width: 52px;
  height: 1px;
  display: block;
  margin-top: 12px;
  background-color: #c21c29;
}
@media print, screen and (min-width: 768px) {
  .section_head__title h2::after {
    width: 36px;
    margin-top: 15px;
  }
}

.point_lead {
  padding: 60px 0 35px 0;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .point_lead {
    padding: 64px 0 43px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_lead {
    padding: 67px 0 52px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_lead {
    padding: 70px 0 60px 0;
  }
}
.point_lead::after {
  content: none;
  width: 100%;
  display: block;
  padding-top: 578px;
  background: url(../img/top/point_bg.png) no-repeat right top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  .point_lead::after {
    content: "";
  }
}
.point_lead .page_inner_s {
  position: relative;
  z-index: 2;
}
.point_lead h2 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .point_lead h2 {
    font-size: 2.4rem;
    letter-spacing: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_lead h2 {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_lead h2 {
    font-size: 3.2rem;
  }
}
.point_lead h2 span {
  color: #c21c29;
  display: block;
  margin-right: 5px;
}
@media print, screen and (min-width: 768px) {
  .point_lead h2 span {
    display: inline-block;
  }
}
.point_lead .cap {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .point_lead .cap {
    margin-bottom: 43px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_lead .cap {
    margin-bottom: 52px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_lead .cap {
    margin-bottom: 60px;
  }
}
.point_lead .cap br {
  display: none;
}
@media print, screen and (min-width: 1040px) {
  .point_lead .cap br {
    display: block;
  }
}
.point_lead .cap span {
  position: relative;
  background: linear-gradient(#c21c29, #c21c29) left bottom/0% 2px no-repeat;
}
.point_lead .cap.doanim span.delay2 {
  animation: leftToRightLine 0.8s 0.2s forwards;
}
.point_lead .cap.doanim span.delay4 {
  animation: leftToRightLine 0.8s 0.4s forwards;
}
.point_lead .cap.doanim span.delay6 {
  animation: leftToRightLine 0.8s 0.6s forwards;
}
.point_lead .cap.doanim span.delay8 {
  animation: leftToRightLine 0.8s 0.8s forwards;
}
@keyframes leftToRightLine {
  from {
    background-size: 0% 2px;
  }
  to {
    background-size: 100% 2px;
  }
}
.point_lead .pointmap {
  width: 100%;
  display: block;
  padding: 0 10px;
  border-radius: 8px;
  background-color: #fff;
}
@media print, screen and (max-width: 767px) {
  .point_lead {
    overflow: hidden;
  }
  .pointmap_wrap {
    margin-right: -15px;
    overflow-y: auto;
  }
  .point_lead .pointmap {
    width: 200%;
    margin-right: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .point_lead .pointmap {
    padding: 0 20px;
    border-radius: 12px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_lead .pointmap {
    border-radius: 16px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_lead .pointmap {
    border-radius: 20px;
  }
}
.point_lead .pointmap img {
  width: 100%;
  max-width: 755px;
  display: block;
  margin: 0 auto;
}

.pointmap_cover {
  position: relative;
}

.pointmap_wrap {
}

.pointmap_arrows {
  position: absolute;
  width: calc(100dvw - 40px);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  height: 30px;
  margin: auto;
  left: 5px;
  font-size: 20px;
  color: #aaa;
}

.pointmap_arrows .dli-arrow-left {
}

.pointmap_arrows .dli-arrow-right {
}

.point_content {
  padding: 45px 0 70px 0;
}
@media print, screen and (min-width: 768px) {
  .point_content {
    padding: 60px 0 70px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_content {
    padding: 79px 0 70px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_content {
    padding: 94px 0 70px 0;
  }
}

.point_blk:not(:last-child) {
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .point_blk:not(:last-child) {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk:not(:last-child) {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk:not(:last-child) {
    margin-bottom: 80px;
  }
}
.point_blk .head {
  margin-bottom: 25px;
}
.point_blk .head p {
  font-size: 3.6rem;
  color: #c21c29;
  line-height: 1;
  margin-right: 17px;
}
@media print, screen and (min-width: 768px) {
  .point_blk .head p {
    font-size: 4.5rem;
    margin-right: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk .head p {
    font-size: 5.5rem;
    margin-right: 23px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk .head p {
    font-size: 6.4rem;
    margin-right: 25px;
  }
}
.point_blk .head h3 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.05em;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .point_blk .head h3 {
    font-size: 1.9rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk .head h3 {
    font-size: 2.2rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk .head h3 {
    font-size: 2.4rem;
  }
}
.point_blk .head h3 span {
  font-size: 2rem;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .point_blk .head h3 span {
    font-size: 2.4rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk .head h3 span {
    font-size: 2.8rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk .head h3 span {
    font-size: 3.2rem;
  }
}
.point_blk .cap {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.04em;
  margin-bottom: 43px;
}
@media print, screen and (min-width: 768px) {
  .point_blk .cap {
    font-size: 1.5rem;
    margin-bottom: 47px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk .cap {
    margin-bottom: 51px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk .cap {
    font-size: 1.6rem;
    margin-bottom: 55px;
  }
}
.point_blk .photo {
  display: block;
}
.point_blk .photo img {
  width: 100%;
  display: block;
}
.point_blk .photolist {
  width: 83%;
  gap: 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 768px) {
  .point_blk .photolist {
    width: 100%;
  }
}
.point_blk .photolist li {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .point_blk .photolist li {
    width: calc((100% - 10px) / 2);
  }
}
.point_blk .photolist img {
  width: 100%;
}
.point_blk.point1 .cap {
  margin-bottom: 43px;
}
@media print, screen and (min-width: 768px) {
  .point_blk.point1 .cap {
    margin-bottom: 35px;
  }
}
.point_blk.point2 {
  margin-bottom: 80px;
}
@media print, screen and (min-width: 768px) {
  .point_blk.point2 {
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .point_blk.point2 {
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .point_blk.point2 {
    margin-bottom: 80px;
  }
}

.point_blk.point3 .photolist li {
  width: calc((100% - 10px) / 2);
}
@media print, screen and (min-width: 768px) {
  .point_blk.point3 .photolist li {
    width: calc((100% / 4) - 10px);
  }
}

.achivements {
  padding: 75px 0 45px 0;
}
@media print, screen and (min-width: 768px) {
  .achivements {
    padding: 60px 0 70px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .achivements {
    padding: 60px 0 90px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .achivements {
    padding: 60px 0 105px 0;
  }
}

.achivements_content {
  margin-bottom: 82px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .achivements_content {
    margin-bottom: 52px;
  }
}
.achivements_content::after {
  content: none;
  width: 90px;
  height: 65px;
  display: block;
  background: url(../img/top/deco_square1.png) no-repeat center center;
  background-size: cover;
  position: absolute;
  top: -60px;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .achivements_content::after {
    content: "";
    width: 110px;
    height: 85px;
  }
}
@media print, screen and (min-width: 1024px) {
  .achivements_content::after {
    width: 130px;
    height: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .achivements_content::after {
    width: 151px;
    height: 116px;
  }
}
.achivements_content figure {
  width: 100%;
  padding: 30px 15px 30px 15px;
  margin-bottom: 25px;
  border-radius: 8px;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .achivements_content figure {
    flex: 1;
    padding: 70px 20px 70px 0;
    margin-right: 40px;
    margin-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  /* .achivements_content figure {
		padding: 100px 30px 100px 0;
		margin-right: 50px;
	} */
  .achivements_content figure {
    padding: 80px 0px 80px 0;
    margin-right: 60px;
  }
}
@media print, screen and (min-width: 1200px) {
  /* .achivements_content figure {
		padding: 125px 35px 125px 0;
		margin-right: 60px;
	} */
  .achivements_content figure {
    padding: 80px 0px 80px 0;
    margin-right: 60px;
  }
}
.achivements_content figure img {
  width: 100%;
  max-width: initial;
}
.achivements_content figure:after {
  content: none;
  width: 3000px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  right: 100%;
}
@media print, screen and (min-width: 768px) {
  .achivements_content figure:after {
    content: "";
  }
}

.achivements_content__text {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .achivements_content__text {
    width: 51.6%;
  }
}
.achivements_content__text .section_head {
  text-align: center;
  margin-bottom: 32px;
}
@media print, screen and (min-width: 768px) {
  .achivements_content__text .section_head {
    text-align: left;
    margin-bottom: 25px;
  }
}
.achivements_content__text .section_head h2::after {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .achivements_content__text .section_head h2::after {
    margin-left: 0;
  }
}
.achivements_content__text > p {
  font-size: 1.4rem;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 25px;
}
.achivements_content__text > p br {
  display: none;
}
@media print, screen and (min-width: 768px) {
  .achivements_content__text > p {
    font-size: 1.5rem;
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .achivements_content__text > p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .achivements_content__text > p br {
    display: block;
  }
}
.achivements_content__text .btn {
  margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
  .achivements_content__text .btn {
    margin: 0;
  }
}

.achivements_list {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 1100px) {
  .achivements_list {
    margin-bottom: 15px;
  }
}
.achivements_list ul {
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1100px) {
  .achivements_list ul {
    margin-bottom: 35px;
  }
}
.achivements_list li {
  width: calc((100% - 25px) / 2);
}
@media print, screen and (min-width: 1100px) {
  .achivements_list li {
    width: 28.5%;
  }
  .achivements_list li:not(:last-child) {
    margin-right: 7.2%;
  }
}
.achivements_list li:first-child {
  width: 100%;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 1100px) {
  .achivements_list li:first-child {
    width: 28.5%;
    margin-bottom: 1;
  }
}
.achivements_list li:last-child {
  margin-left: auto;
}
.achivements_list dt {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  padding-bottom: 8px;
  margin-bottom: 12px;
  border-bottom: 1px solid #c8c8c8;
}
@media print, screen and (min-width: 1100px) {
  .achivements_list dt {
    text-align: left;
  }
}
.achivements_list dd img {
  width: 100%;
  max-width: 175px;
  display: block;
  margin: 0 auto;
}
@media print, screen and (min-width: 1100px) {
  .achivements_list dd img {
    margin: 0;
  }
}
.achivements_list p {
  font-size: 1rem;
  color: #8e8e8e;
  text-align: right;
}
@media print, screen and (min-width: 768px) {
  .achivements_list p {
    font-size: 1.2rem;
  }
}

.slide_arrow {
  width: calc(100% - 40px);
  max-width: 1200px;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .slide_arrow {
    width: calc(100% - 80px);
  }
}
.slide_arrow div {
  width: 46px;
  height: 46px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.slide_arrow div.arrow_next {
  background: url(../img/top/arrow_next.png) no-repeat center center;
  background-size: 100% auto;
  right: -5px;
}
@media print, screen and (min-width: 768px) {
  .slide_arrow div.arrow_next {
    right: 0;
  }
}
.slide_arrow div.arrow_prev {
  background: url(../img/top/arrow_prev.png) no-repeat center center;
  background-size: 100% auto;
  left: -5px;
}
@media print, screen and (min-width: 768px) {
  .slide_arrow div.arrow_prev {
    left: 0;
  }
}

/* 767px以下 */
@media screen and (max-width: 767px) {
  div.slide_arrow_wrap .slide_arrow {
    bottom: 0;
    top: auto;
    width: 30px;
    right: 5px;
    left: auto;
  }
  .slide_arrow div {
    width: 30px;
  }

  .arrow_next.arrow_next_service_problem {
    display: block !important;
  }

  .arrow_next.arrow_next_service_problem.swiper-button-disabled {
    display: none !important;
  }
} /* @media */

.company_slide {
  position: relative;
}
.company_slide .swiper-slide {
  width: 300px;
  transition: transform 0.5s;
}
.company_slide .swiper-slide a {
  display: block;
}
.company_slide .swiper-slide figure {
  padding: 31px 20px;
  margin-bottom: 17px;
  background-color: #fff;
  overflow: hidden;
}
.company_slide .swiper-slide figure img {
  display: block;
  margin: 0 auto;
  transition: transform 0.5s;
}
.company_slide .swiper-slide h3 {
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .company_slide .swiper-slide h3 {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .company_slide .swiper-slide h3 {
    font-size: 1.6rem;
  }
}
.company_slide .swiper-slide p {
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .company_slide .swiper-slide:hover {
    transform: translateY(-10px);
  }
  .company_slide .swiper-slide a:hover figure img {
    transform: scale(1.1);
  }
  .company_slide .swiper-slide a:hover h3,
  .company_slide .swiper-slide a:hover p {
    color: #c21c29;
  }
}

.service {
  padding: 50px 0 0 0;
  margin-bottom: 115px;
  background: rgb(214, 19, 34);
  background: linear-gradient(0deg, rgb(214, 19, 34) 0%, rgb(191, 22, 36) 100%);
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .service {
    padding: 70px 0 0 0;
    margin-bottom: 130px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service {
    padding: 85px 0 0 0;
    margin-bottom: 145px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service {
    padding: 100px 0 0 0;
    margin-bottom: 160px;
  }
}
.service::after {
  content: "";
  width: 2000px;
  display: block;
  padding-top: 1090px;
  background: url(../img/top/service_bg.png) no-repeat center top;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  mix-blend-mode: multiply;
}
@media print, screen and (min-width: 768px) {
  .service::after {
    width: 100%;
  }
}
.service .section_head {
  margin-bottom: 70px;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .service .section_head {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service .section_head {
    margin-bottom: 110px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service .section_head {
    margin-bottom: 130px;
  }
}
.service .section_head__title {
  text-align: center;
  width: 100%;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .service .section_head__title {
    text-align: left;
    width: 280px;
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.service .section_head__title h2,
.service .section_head__title p {
  color: #fff;
}
.service .section_head__title h2::after {
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
}
@media print, screen and (min-width: 768px) {
  .service .section_head__title h2::after {
    margin-left: 0;
    margin-right: 0;
  }
}
.service .section_head__title .btn {
  margin-top: 45px;
}
.service .section_head__lead {
  width: 100%;
  justify-content: flex-end;
}
@media print, screen and (min-width: 768px) {
  .service .section_head__lead {
    flex: 1;
  }
}
.service .section_head__lead p {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  line-height: 2;
  margin-left: auto;
  margin-bottom: 45px;
}
@media print, screen and (min-width: 768px) {
  .service .section_head__lead p {
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    margin-bottom: 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .service .section_head__lead p {
    font-size: 1.8rem;
  }
}
.service .section_head__lead p br {
  display: none;
}
@media print, screen and (min-width: 1100px) {
  .service .section_head__lead p br {
    display: block;
  }
}
.service .section_head .btn {
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width: 768px) {
  .service .section_head .btn {
    margin-left: 0;
    margin-right: 0;
  }
  .service .section_head .btn:hover {
    border: 1px solid #fff;
  }
}

.service__content {
  padding: 75px 0 75px 30px;
  border-top-left-radius: 8px;
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .service__content {
    padding: 75px 0 90px 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__content {
    padding: 80px 0 110px 85px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__content {
    padding: 85px 0 130px 110px;
  }
}
.service__content::after {
  content: "";
  width: 3000px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
}
.service__content .head {
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .service__content .head {
    margin-bottom: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__content .head {
    margin-bottom: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__content .head {
    margin-bottom: 60px;
  }
}
.service__content .head figure {
  width: 100px;
}
@media print, screen and (min-width: 768px) {
  .service__content .head figure {
    width: 125px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__content .head figure {
    width: 150px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__content .head figure {
    width: 178px;
  }
}
.service__content .head__text {
  flex: 1;
  margin-left: 20px;
}
@media print, screen and (min-width: 768px) {
  .service__content .head__text {
    margin-left: 27px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__content .head__text {
    margin-left: 34px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__content .head__text {
    margin-left: 40px;
  }
}
.service__content .head__text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 5px;
}
@media print, screen and (min-width: 768px) {
  .service__content .head__text h3 {
    font-size: 2.7rem;
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__content .head__text h3 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__content .head__text h3 {
    font-size: 3.2rem;
  }
}
.service__content .head__text p {
  font-size: 1.3rem;
  font-weight: 500;
  color: #c21c29;
  line-height: 1.8;
  letter-spacing: 0.1em;
}

.service__problem {
  padding-bottom: 45px;
  margin-bottom: 45px;
  border-bottom: 1px solid #c8c8c8;
}
@media print, screen and (min-width: 768px) {
  .service__problem {
    padding-bottom: 60px;
    margin-bottom: 60px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service__problem {
    padding-bottom: 75px;
    margin-bottom: 70px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service__problem {
    padding-bottom: 90px;
    margin-bottom: 80px;
  }
}

.slide_arrow_wrap {
  position: relative;
}
.slide_arrow_wrap .slide_arrow {
  width: 100%;
  margin: 0;
}
.slide_arrow_wrap .arrow_prev {
  display: none;
}

.slide_arrow div {
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .slide_arrow div:hover {
    opacity: 0.8;
  }
}

.service_slide {
  width: calc(100% + 30px + (100vw - 100% - 30px) / 2);
  padding-top: 10px;
  padding-right: calc(30px + (100vw - 100% - 30px) / 2);
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .service_slide {
    width: calc(100% + 55px + (100vw - 100% - 55px) / 2);
    padding-right: calc(55px + (100vw - 100% - 55px) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .service_slide {
    width: calc(100% + 85px + (100vw - 100% - 85px) / 2);
    padding-right: calc(85px + (100vw - 100% - 85px) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .service_slide {
    width: calc(100% + 110px + (100vw - 100% - 110px) / 2);
    padding-right: calc(110px + (100vw - 100% - 110px) / 2);
  }
}
.service_slide .swiper-slide {
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .service_slide .swiper-slide:hover {
    transform: translateY(-10px);
  }
}
.service_slide a {
  display: block;
}
.service_slide figure {
  margin-bottom: 15px;
  border-radius: 6px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .service_slide figure {
    margin-bottom: 20px;
  }
}
.service_slide figure img {
  width: 100%;
  transition: transform 0.5s;
}
.service_slide h4 {
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .service_slide h4 {
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service_slide h4 {
    font-size: 2rem;
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_slide h4 {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.service_slide .text {
  margin-bottom: 15px;
}
@media print, screen and (min-width: 768px) {
  .service_slide .text {
    margin-bottom: 22px;
  }
}
@media print, screen and (min-width: 1024px) {
  .service_slide .text {
    margin-bottom: 28px;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_slide .text {
    margin-bottom: 35px;
  }
}
.service_slide .detail {
  font-weight: bold;
  text-align: right;
  padding-right: 25px;
  background: url(../img/top/arrow_red_right.svg) no-repeat right center;
  background-size: 14px auto;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .service_slide .detail {
    padding-right: 30px;
    background-size: 16px auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .service_slide .detail {
    background-size: 17px auto;
  }
}
@media print, screen and (min-width: 1200px) {
  .service_slide .detail {
    background-size: 18px auto;
  }
}
@media print, screen and (min-width: 768px) {
  .service_slide a:hover h4 {
    color: #c21c29;
  }
  .service_slide a:hover .detail {
    color: #c21c29;
  }
  .service_slide a:hover figure img {
    transform: scale(1.1);
  }
}

.service .slide_arrow div.arrow_prev {
  left: -35px;
}
@media print, screen and (min-width: 768px) {
  .service .slide_arrow div.arrow_prev {
    left: 0;
  }
}

.sponsorship {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sponsorship {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sponsorship {
    margin-bottom: 110px;
  }
}
.sponsorship .bg_pink {
  max-width: 1080px;
  align-items: center;
  padding: 22px 0 45px 30px;
  margin-left: auto;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .sponsorship .bg_pink {
    padding: 50px 0 66px 44px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sponsorship .bg_pink {
    padding: 80px 0 88px 58px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sponsorship .bg_pink {
    padding: 110px 0 110px 72px;
  }
}
.sponsorship .bg_pink::before,
.sponsorship .bg_pink::after {
  content: "";
  display: block;
  position: absolute;
}
.sponsorship .bg_pink::before {
  width: 59px;
  height: 59px;
  background: url(../img/top/deco_square2.png) no-repeat center center;
  background-size: 100% auto;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .sponsorship .bg_pink::before {
    width: 72px;
    height: 72px;
    left: auto;
    right: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .sponsorship .bg_pink::before {
    width: 85px;
    height: 85px;
    right: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .sponsorship .bg_pink::before {
    width: 98px;
    height: 98px;
    right: 60px;
  }
}
.sponsorship .bg_pink::after {
  width: 2000px;
  height: 100%;
  background-color: #fbf2f2;
  top: 0;
  left: 100%;
  z-index: 0;
}
.sponsorship figure {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .sponsorship figure {
    width: 47.3%;
    margin-bottom: 0;
  }
}
.sponsorship figure img {
  width: 100%;
}
.sponsorship .text {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .sponsorship .text {
    width: 47.4%;
  }
}
.sponsorship .text h3 {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship .text h3 {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .sponsorship .text h3 {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .sponsorship .text h3 {
    font-size: 3.2rem;
  }
}
.sponsorship .text p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .sponsorship .text p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .sponsorship .text p {
    font-size: 1.6rem;
  }
}
.sponsorship .text .btn {
  max-width: calc(100% - 15px);
}
@media print, screen and (min-width: 768px) {
  .sponsorship .text .btn {
    max-width: 280px;
  }
}

.bstudio {
  margin-bottom: 75px;
}
@media print, screen and (min-width: 768px) {
  .bstudio {
    margin-bottom: 90px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bstudio {
    margin-bottom: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio {
    margin-bottom: 110px;
  }
}
.bstudio .bg_pink {
  max-width: 1080px;
  align-items: center;
  padding: 22px 30px 45px 0;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .bstudio .bg_pink {
    padding: 50px 47px 66px 0;
  }
}
@media print, screen and (min-width: 1024px) {
  .bstudio .bg_pink {
    padding: 80px 64px 88px 0;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio .bg_pink {
    padding: 110px 80px 110px 0;
  }
}
.bstudio .bg_pink::before,
.bstudio .bg_pink::after {
  content: "";
  display: block;
  position: absolute;
}
.bstudio .bg_pink::before {
  width: 59px;
  height: 59px;
  background: url(../img/top/deco_square2.png) no-repeat center center;
  background-size: 100% auto;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .bstudio .bg_pink::before {
    width: 72px;
    height: 72px;
    right: auto;
    left: 40px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bstudio .bg_pink::before {
    width: 85px;
    height: 85px;
    left: 50px;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio .bg_pink::before {
    width: 98px;
    height: 98px;
    left: 60px;
  }
}
.bstudio .bg_pink::after {
  width: 2000px;
  height: 100%;
  background-color: #fbf2f2;
  top: 0;
  left: -2000px;
  z-index: 0;
}
.bstudio figure {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 4px;
  overflow: hidden;
}
@media print, screen and (min-width: 768px) {
  .bstudio figure {
    width: 47.7%;
    margin-bottom: 0;
  }
}
.bstudio figure img {
  width: 100%;
}
.bstudio .text {
  width: 100%;
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .bstudio .text {
    width: 48.4%;
  }
}
.bstudio .text h3 {
  margin-bottom: 20px;
}
.bstudio .text h3 img {
  width: 98px;
  display: block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .bstudio .text h3 img {
    width: 113px;
  }
}
@media print, screen and (min-width: 1024px) {
  .bstudio .text h3 img {
    width: 128px;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio .text h3 img {
    width: 143px;
  }
}
.bstudio .text h3 span {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.6;
  display: block;
}
@media print, screen and (min-width: 768px) {
  .bstudio .text h3 span {
    font-size: 2.7rem;
  }
}
@media print, screen and (min-width: 1024px) {
  .bstudio .text h3 span {
    font-size: 3rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio .text h3 span {
    font-size: 3.2rem;
  }
}
.bstudio .text p {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 2;
  letter-spacing: 0.05em;
  margin-bottom: 35px;
}
@media print, screen and (min-width: 768px) {
  .bstudio .text p {
    font-size: 1.6rem;
  }
}
@media print, screen and (min-width: 1200px) {
  .bstudio .text p {
    font-size: 1.6rem;
  }
}
.bstudio .text .btn {
  max-width: calc(100% - 15px);
  margin-left: auto;
}
@media print, screen and (min-width: 768px) {
  .bstudio .text .btn {
    max-width: 280px;
    margin-left: 0;
  }
}

.news {
  margin-bottom: 100px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news {
    margin-bottom: 115px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news {
    margin-bottom: 125px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news {
    margin-bottom: 135px;
  }
}
.news::before {
  content: "";
  width: 69px;
  height: 69px;
  display: block;
  background: url(../img/top/deco_square3.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  right: -7px;
  z-index: 1;
  transform: translateY(-50%);
}
@media print, screen and (min-width: 768px) {
  .news::before {
    width: 85px;
    height: 85px;
    right: 50px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news::before {
    width: 100px;
    height: 100px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news::before {
    width: 112px;
    height: 112px;
    right: calc((100% - 1200px) / 2 + 30px);
  }
}
.news .bg_pink {
  padding-top: 60px;
  border-top-left-radius: 8px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news .bg_pink {
    padding-top: 75px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .bg_pink {
    padding-top: 90px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news .bg_pink {
    padding-top: 105px;
  }
}
.news .bg_pink::before,
.news .bg_pink::after {
  content: "";
  width: 2000px;
  display: block;
  position: absolute;
}
.news .bg_pink::before {
  height: 55px;
  background-color: #fff;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media print, screen and (min-width: 768px) {
  .news .bg_pink::before {
    height: 22%;
  }
}
.news .bg_pink::after {
  height: 100%;
  background-color: #fbf2f2;
  top: 0;
  left: 100%;
}
.news .section_head {
  text-align: center;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .news .section_head {
    margin-bottom: 43px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .section_head {
    margin-bottom: 45px;
  }
}
.news .section_head__title {
  margin-bottom: 40px;
}
.news .section_head__title h2::after {
  margin-left: auto;
  margin-right: auto;
}
.news .section_head .lead {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  line-height: 2;
  letter-spacing: 0.05em;
  padding: 0 15px 0 30px;
}
@media print, screen and (min-width: 768px) {
  .news .section_head .lead {
    font-size: 1.7rem;
    text-align: center;
    padding: 0 15px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news .section_head .lead {
    font-size: 1.8rem;
  }
}
.news .btn {
  max-width: 90%;
  margin: 45px auto 0 auto;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news .btn {
    max-width: 280px;
    margin: 0 auto;
  }
}

.news_slide_wrap {
  width: calc(100% - 30px);
  padding: 60px 0 0 30px;
  margin-left: auto;
  border-top-left-radius: 8px;
  background-color: #fff;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap {
    width: calc(100% - 60px);
    padding: 65px 0 0 39px;
    border-top-left-radius: 0px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_slide_wrap {
    width: calc(100% - 85px);
    padding: 70px 0 0 47px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news_slide_wrap {
    width: calc(100% - 110px);
    padding: 75px 0 0 55px;
  }
}
.news_slide_wrap::after {
  content: "";
  width: 2000px;
  height: 100%;
  display: block;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 100%;
  z-index: 1;
}
.news_slide_wrap .news_slide {
  width: calc(100% + 30px + (100vw - 100% - 30px) / 2);
  padding-right: calc(30px + (100vw - 100% - 30px) / 2);
  padding-top: 10px;
  margin-bottom: 40px;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide {
    width: calc(100% + 55px + (100vw - 100% - 55px) / 2);
    padding-right: calc(55px + (100vw - 100% - 55px) / 2);
  }
}
@media print, screen and (min-width: 1024px) {
  .news_slide_wrap .news_slide {
    width: calc(100% + 85px + (100vw - 100% - 85px) / 2);
    padding-right: calc(85px + (100vw - 100% - 85px) / 2);
  }
}
@media print, screen and (min-width: 1200px) {
  .news_slide_wrap .news_slide {
    width: calc(100% + 108px + (100vw - 100% - 108px) / 2);
    padding-right: calc(108px + (100vw - 100% - 108px) / 2);
  }
}
.news_slide_wrap .news_slide a {
  display: block;
}
.news_slide_wrap .news_slide figure {
  margin-bottom: 10px;
  border-radius: 4px;
  overflow: hidden;
}
.news_slide_wrap .news_slide figure img {
  width: 100%;
  transition: transform 0.5s;
}
.news_slide_wrap .news_slide .date {
  font-size: 1.2rem;
  margin-bottom: 3px;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide .date {
    font-size: 1.3rem;
  }
}
.news_slide_wrap .news_slide h3 {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 8px;
  position: relative;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide h3 {
    font-size: 1.5rem;
  }
}
.news_slide_wrap .news_slide h3.new {
  padding-left: 50px;
}
.news_slide_wrap .news_slide h3.new::before {
  content: "New";
  font-size: 1rem;
  font-weight: 500;
  color: #c21c29;
  text-align: center;
  line-height: 1;
  width: 42px;
  padding: 2px 5px 3px 5px;
  border: 1px solid #c21c29;
  position: absolute;
  top: 5px;
  left: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide h3.new::before {
    font-size: 1.1rem;
  }
}
.news_slide_wrap .news_slide .text {
  font-size: 1.2rem;
  line-height: 1.8;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide .text {
    font-size: 1.3rem;
    line-height: 2;
  }
}
.news_slide_wrap .news_slide .swiper-slide {
  transition: transform 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide .swiper-slide:hover {
    transform: translateY(-10px);
  }
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .news_slide a:hover figure img {
    transform: scale(1.1);
  }
  .news_slide_wrap .news_slide a:hover h3,
  .news_slide_wrap .news_slide a:hover .text {
    color: #c21c29;
  }
}
.news_slide_wrap .slide_pagination_news {
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .slide_pagination_news {
    margin-bottom: 45px;
  }
}
.news_slide_wrap .slide_pagination_news span {
  height: 5px;
  flex: 1;
  padding: 0;
  margin: 0 !important;
  border-radius: 0;
  background-color: #c8c8c8;
  opacity: 1;
  transition: background-color 0.5s;
}
.news_slide_wrap .slide_pagination_news span:hover,
.news_slide_wrap .slide_pagination_news span.swiper-pagination-bullet-active {
  background-color: #c21c29;
}
.news_slide_wrap .slide_arrow {
  width: 66px;
  height: 29px;
  margin: 0;
  position: static;
  top: auto;
  bottom: 10px;
  left: 30px;
  transform: translateY(0);
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .slide_arrow {
    width: 80px;
    height: 36px;
    position: absolute;
    left: 55px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_slide_wrap .slide_arrow {
    width: 95px;
    height: 42px;
    left: 85px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news_slide_wrap .slide_arrow {
    width: 105px;
    height: 46px;
    left: 55px;
  }
}
.news_slide_wrap .slide_arrow div {
  width: 29px;
  height: 29px;
  top: auto;
  bottom: 0;
  transform: translateY(0);
  transition: opacity 0.5s;
}
@media print, screen and (min-width: 768px) {
  .news_slide_wrap .slide_arrow div {
    width: 36px;
    height: 36px;
  }
}
@media print, screen and (min-width: 1024px) {
  .news_slide_wrap .slide_arrow div {
    width: 42px;
    height: 42px;
  }
}
@media print, screen and (min-width: 1200px) {
  .news_slide_wrap .slide_arrow div {
    width: 46px;
    height: 46px;
  }
}
.news_slide_wrap .slide_arrow .arrow_prev {
  left: 0;
  opacity: 0.3;
  pointer-events: none;
}
.news_slide_wrap .slide_arrow .arrow_prev.prev_active {
  opacity: 1;
  pointer-events: auto;
}
.news_slide_wrap .slide_arrow .arrow_next {
  right: 0;
  opacity: 1;
  pointer-events: auto;
}
.news_slide_wrap .slide_arrow .arrow_next.next_inactive {
  opacity: 0.3;
  pointer-events: none;
}

.about {
  padding-bottom: 132px;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .about {
    padding-bottom: 113px;
  }
}
.about::after {
  content: "";
  width: 94px;
  height: 76px;
  display: block;
  background: url(../img/top/deco_square4.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 15px;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about::after {
    width: 120px;
    height: 97px;
    left: 2%;
    right: auto;
  }
}
@media print, screen and (min-width: 1024px) {
  .about::after {
    width: 150px;
    height: 122px;
  }
}
@media print, screen and (min-width: 1200px) {
  .about::after {
    width: 174px;
    height: 141px;
  }
}
.about .section_head {
  text-align: center;
  margin-bottom: 50px;
}
@media print, screen and (min-width: 768px) {
  .about .section_head {
    margin-bottom: 65px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about .section_head {
    margin-bottom: 75px;
  }
}
@media print, screen and (min-width: 1200px) {
  .about .section_head {
    margin-bottom: 85px;
  }
}
.about .section_head__title h2::after {
  margin-left: auto;
  margin-right: auto;
}

.about_content {
  padding: 8px 0;
  position: relative;
}
.about_content::after {
  content: none;
  width: 1px;
  height: 100%;
  display: block;
  margin: 0 auto;
  background-color: #c8c8c8;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1;
}
@media print, screen and (min-width: 768px) {
  .about_content::after {
    content: "";
  }
}

.about_content__blk {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk {
    width: 50%;
  }
}
.about_content__blk:first-child {
  padding-bottom: 35px;
  border-bottom: 1px solid #c8c8c8;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk:first-child {
    padding-bottom: 0;
    padding-right: 50px;
    border-bottom: none;
  }
}
.about_content__blk:last-child {
  padding-top: 35px;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk:last-child {
    padding-top: 0;
    padding-left: 50px;
  }
}
.about_content__blk figure {
  width: 110px;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk figure {
    width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about_content__blk figure {
    width: 130px;
  }
}
@media print, screen and (min-width: 1200px) {
  .about_content__blk figure {
    width: 140px;
  }
}
.about_content__blk figure img {
  width: 100%;
}
.about_content__blk .text {
  flex: 1;
  margin-left: 24px;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk .text {
    margin-left: 29px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about_content__blk .text {
    margin-left: 33px;
  }
}
.about_content__blk .text h3 {
  font-size: 1.6rem;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk .text h3 {
    font-size: 1.7rem;
    margin-bottom: 13px;
  }
}
@media print, screen and (min-width: 1024px) {
  .about_content__blk .text h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
  }
}
.about_content__blk .text p {
  transition: color 0.5s;
}
@media print, screen and (min-width: 768px) {
  .about_content__blk a:hover .text h3,
  .about_content__blk a:hover .text p {
    color: #c21c29;
  }
}
