@charset "UTF-8";
html {
  font-size: 62.5%;
}

body {
  font-size: 1.6em;
  color: #333;
  line-height: 1.5;
  letter-spacing: 0.2pt;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 767px) {
  body {
    font-size: 1.4em;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*/////////////////////////////////////////////
Bootstrap5
/////////////////////////////////////////////*/
:root {
  scroll-behavior: auto;
}

.container-xxl {
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 1180px) {
  .container-xxl {
    max-width: 1100px;
  }
}

.list-style-none {
  padding-left: 0;
}
.list-style-none li {
  list-style: none;
}

/*/////////////////////////////////////////////
titles
/////////////////////////////////////////////*/
.title_01 {
  margin-bottom: 1.5em;
  font-size: 4.2rem;
  font-weight: bold;
}
.title_01 .small_text {
  display: block;
  font-size: 40%;
}
@media (max-width: 767px) {
  .title_01 {
    margin-bottom: 1em;
    font-size: 3rem;
  }
}

/*/////////////////////////////////////////////
buttons
/////////////////////////////////////////////*/
.btn_01 {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: auto;
  padding: 0.8em 1.5em;
  color: #333;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  border: solid 2px #333;
  position: relative;
  z-index: 2;
}
.btn_01:hover {
  color: #fff;
}
.btn_01::before {
  content: "";
  background: #333;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  z-index: -1;
}
.btn_01:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
.btn_01::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  width: 10px;
  height: 10px;
  margin: auto;
  border: 0px;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 2;
}
.btn_01:hover::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn_01.btn_color_white {
  color: #fff;
  border: solid 2px #fff;
}
.btn_01.btn_color_white:hover {
  color: #333;
}
.btn_01.btn_color_white::before {
  background-color: #fff;
}
.btn_01.btn_color_white::after {
  border-top-color: #fff;
  border-right-color: #fff;
}
.btn_01.btn_color_white:hover::after {
  border-top-color: #333;
  border-right-color: #333;
}

/*/////////////////////////////////////////////
box 1~3カラム
/////////////////////////////////////////////*/
.list_column_1 .item_list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
  justify-items: center;
}
.list_column_1 .item_list .item {
  margin-bottom: 10px;
}
.list_column_1 .item_list .item a {
  color: #333;
  text-decoration: none;
}

.list_column_2 .item_list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  justify-items: center;
}
.list_column_2 .item_list .item {
  margin-bottom: 10px;
}
.list_column_2 .item_list .item a {
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list_column_2.sp_column_1 .item_list {
    grid-template-columns: 1fr;
  }
}

.list_column_3 .item_list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 25px;
  justify-items: center;
}
.list_column_3 .item_list .item {
  margin-bottom: 10px;
}
.list_column_3 .item_list .item a {
  color: #333;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list_column_3.sp_column_1 .item_list {
    grid-template-columns: 1fr;
  }
  .list_column_3.sp_column_2 .item_list {
    grid-template-columns: 1fr 1fr;
  }
}

/*/////////////////////////////////////////////
news_list
/////////////////////////////////////////////*/
.news_list .item_list .item .item_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  color: #333;
  text-decoration: none;
  border-bottom: solid 1px #f5f5f5;
}
.news_list .item_list .item .item_link .img {
  max-width: 150px;
}
@media (max-width: 767px) {
  .news_list .item_list .item .item_link .img {
    max-width: 80px;
  }
}
@media (max-width: 767px) {
  .news_list .item_list .item .item_link .title {
    font-size: 1.4rem;
  }
}
.news_list .item_list .item .item_link .day_category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news_list .item_list .item .item_link .day_category .category.category_id_1 {
  background-color: #0d6efd !important;
}
.news_list .item_list .item .item_link .day_category .category.category_id_2 {
  background-color: #dc3545 !important;
}
.news_list .item_list .item .item_link .day_category .category.category_id_3 {
  background-color: #ffc107 !important;
}
.news_list .item_list .item .item_link .day_category .category.category_id_4 {
  background-color: #198754 !important;
}

/*/////////////////////////////////////////////
animation
/////////////////////////////////////////////*/
.animation_text_left {
  position: relative;
  overflow: hidden;
}
.animation_text_left::before {
  content: "NO TEXT";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  font-size: 40rem;
  font-weight: bold;
  white-space: pre;
  color: #000;
  letter-spacing: -0.05em;
  opacity: 0.4;
  -webkit-animation: motion_left 150s linear infinite normal;
          animation: motion_left 150s linear infinite normal;
}
@media (max-width: 767px) {
  .animation_text_left::before {
    font-size: 30rem;
  }
}
@-webkit-keyframes motion_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
@keyframes motion_left {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.animation_text_left > * {
  position: relative;
}

/*/////////////////////////////////////////////
hover animation
/////////////////////////////////////////////*/
.roll {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.roll:hover {
  opacity: 0.7;
}

.zoom-img .zoom-img-wrap {
  overflow: hidden;
}
.zoom-img .zoom-img-wrap img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoom-img:hover img {
  -webkit-transform: scale(1.2, 1.2);
          transform: scale(1.2, 1.2);
}

/*/////////////////////////////////////////////
parts
/////////////////////////////////////////////*/
.sp_only {
  display: none !important;
}

.sp_only_inline {
  display: none !important;
}

@media (max-width: 767px) {
  .pc_only {
    display: none !important;
  }

  .sp_only {
    display: block !important;
  }

  .sp_only_inline {
    display: inline-block !important;
  }
}
.w-break-all {
  word-break: break-all;
}

.block {
  margin-top: 5em;
  margin-bottom: 5em;
}
@media (max-width: 767px) {
  .block {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.p_block {
  padding-top: 5em;
  padding-bottom: 5em;
}
@media (max-width: 767px) {
  .p_block {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

.bg_gray {
  background-color: #f5f5f5 !important;
}

/*////// padding //////*/
.p-px0 {
  padding: 0px !important;
}

.py-px0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}

.px-px0 {
  padding-right: 0px !important;
  padding-left: 0px !important;
}

.pt-px0 {
  padding-top: 0px !important;
}

.pb-px0 {
  padding-bottom: 0px !important;
}

.pl-px0 {
  padding-left: 0px !important;
}

.pr-px0 {
  padding-right: 0px !important;
}

.p-px5 {
  padding: 5px !important;
}

.py-px5 {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}

.px-px5 {
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.pt-px5 {
  padding-top: 5px !important;
}

.pb-px5 {
  padding-bottom: 5px !important;
}

.pl-px5 {
  padding-left: 5px !important;
}

.pr-px5 {
  padding-right: 5px !important;
}

.p-px10 {
  padding: 10px !important;
}

.py-px10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.px-px10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.pt-px10 {
  padding-top: 10px !important;
}

.pb-px10 {
  padding-bottom: 10px !important;
}

.pl-px10 {
  padding-left: 10px !important;
}

.pr-px10 {
  padding-right: 10px !important;
}

.p-px15 {
  padding: 15px !important;
}

.py-px15 {
  padding-top: 15px !important;
  padding-bottom: 15px !important;
}

.px-px15 {
  padding-right: 15px !important;
  padding-left: 15px !important;
}

.pt-px15 {
  padding-top: 15px !important;
}

.pb-px15 {
  padding-bottom: 15px !important;
}

.pl-px15 {
  padding-left: 15px !important;
}

.pr-px15 {
  padding-right: 15px !important;
}

.p-px20 {
  padding: 20px !important;
}

.py-px20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.px-px20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.pt-px20 {
  padding-top: 20px !important;
}

.pb-px20 {
  padding-bottom: 20px !important;
}

.pl-px20 {
  padding-left: 20px !important;
}

.pr-px20 {
  padding-right: 20px !important;
}

.p-px25 {
  padding: 25px !important;
}

.py-px25 {
  padding-top: 25px !important;
  padding-bottom: 25px !important;
}

.px-px25 {
  padding-right: 25px !important;
  padding-left: 25px !important;
}

.pt-px25 {
  padding-top: 25px !important;
}

.pb-px25 {
  padding-bottom: 25px !important;
}

.pl-px25 {
  padding-left: 25px !important;
}

.pr-px25 {
  padding-right: 25px !important;
}

.p-px30 {
  padding: 30px !important;
}

.py-px30 {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
}

.px-px30 {
  padding-right: 30px !important;
  padding-left: 30px !important;
}

.pt-px30 {
  padding-top: 30px !important;
}

.pb-px30 {
  padding-bottom: 30px !important;
}

.pl-px30 {
  padding-left: 30px !important;
}

.pr-px30 {
  padding-right: 30px !important;
}

.p-px35 {
  padding: 35px !important;
}

.py-px35 {
  padding-top: 35px !important;
  padding-bottom: 35px !important;
}

.px-px35 {
  padding-right: 35px !important;
  padding-left: 35px !important;
}

.pt-px35 {
  padding-top: 35px !important;
}

.pb-px35 {
  padding-bottom: 35px !important;
}

.pl-px35 {
  padding-left: 35px !important;
}

.pr-px35 {
  padding-right: 35px !important;
}

.p-px40 {
  padding: 40px !important;
}

.py-px40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.px-px40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.pt-px40 {
  padding-top: 40px !important;
}

.pb-px40 {
  padding-bottom: 40px !important;
}

.pl-px40 {
  padding-left: 40px !important;
}

.pr-px40 {
  padding-right: 40px !important;
}

.p-px45 {
  padding: 45px !important;
}

.py-px45 {
  padding-top: 45px !important;
  padding-bottom: 45px !important;
}

.px-px45 {
  padding-right: 45px !important;
  padding-left: 45px !important;
}

.pt-px45 {
  padding-top: 45px !important;
}

.pb-px45 {
  padding-bottom: 45px !important;
}

.pl-px45 {
  padding-left: 45px !important;
}

.pr-px45 {
  padding-right: 45px !important;
}

.p-px50 {
  padding: 50px !important;
}

.py-px50 {
  padding-top: 50px !important;
  padding-bottom: 50px !important;
}

.px-px50 {
  padding-right: 50px !important;
  padding-left: 50px !important;
}

.pt-px50 {
  padding-top: 50px !important;
}

.pb-px50 {
  padding-bottom: 50px !important;
}

.pl-px50 {
  padding-left: 50px !important;
}

.pr-px50 {
  padding-right: 50px !important;
}

.p-em0 {
  padding: 0em !important;
}

.py-em0 {
  padding-top: 0em !important;
  padding-bottom: 0em !important;
}

.px-em0 {
  padding-right: 0em !important;
  padding-left: 0em !important;
}

.pt-em0 {
  padding-top: 0em !important;
}

.pb-em0 {
  padding-bottom: 0em !important;
}

.pl-em0 {
  padding-left: 0em !important;
}

.pr-em0 {
  padding-right: 0em !important;
}

.p-em5 {
  padding: 0.5em !important;
}

.py-em5 {
  padding-top: 0.5em !important;
  padding-bottom: 0.5em !important;
}

.px-em5 {
  padding-right: 0.5em !important;
  padding-left: 0.5em !important;
}

.pt-em5 {
  padding-top: 0.5em !important;
}

.pb-em5 {
  padding-bottom: 0.5em !important;
}

.pl-em5 {
  padding-left: 0.5em !important;
}

.pr-em5 {
  padding-right: 0.5em !important;
}

.p-em10 {
  padding: 1em !important;
}

.py-em10 {
  padding-top: 1em !important;
  padding-bottom: 1em !important;
}

.px-em10 {
  padding-right: 1em !important;
  padding-left: 1em !important;
}

.pt-em10 {
  padding-top: 1em !important;
}

.pb-em10 {
  padding-bottom: 1em !important;
}

.pl-em10 {
  padding-left: 1em !important;
}

.pr-em10 {
  padding-right: 1em !important;
}

.p-em15 {
  padding: 1.5em !important;
}

.py-em15 {
  padding-top: 1.5em !important;
  padding-bottom: 1.5em !important;
}

.px-em15 {
  padding-right: 1.5em !important;
  padding-left: 1.5em !important;
}

.pt-em15 {
  padding-top: 1.5em !important;
}

.pb-em15 {
  padding-bottom: 1.5em !important;
}

.pl-em15 {
  padding-left: 1.5em !important;
}

.pr-em15 {
  padding-right: 1.5em !important;
}

.p-em20 {
  padding: 2em !important;
}

.py-em20 {
  padding-top: 2em !important;
  padding-bottom: 2em !important;
}

.px-em20 {
  padding-right: 2em !important;
  padding-left: 2em !important;
}

.pt-em20 {
  padding-top: 2em !important;
}

.pb-em20 {
  padding-bottom: 2em !important;
}

.pl-em20 {
  padding-left: 2em !important;
}

.pr-em20 {
  padding-right: 2em !important;
}

.p-em25 {
  padding: 2.5em !important;
}

.py-em25 {
  padding-top: 2.5em !important;
  padding-bottom: 2.5em !important;
}

.px-em25 {
  padding-right: 2.5em !important;
  padding-left: 2.5em !important;
}

.pt-em25 {
  padding-top: 2.5em !important;
}

.pb-em25 {
  padding-bottom: 2.5em !important;
}

.pl-em25 {
  padding-left: 2.5em !important;
}

.pr-em25 {
  padding-right: 2.5em !important;
}

.p-em30 {
  padding: 3em !important;
}

.py-em30 {
  padding-top: 3em !important;
  padding-bottom: 3em !important;
}

.px-em30 {
  padding-right: 3em !important;
  padding-left: 3em !important;
}

.pt-em30 {
  padding-top: 3em !important;
}

.pb-em30 {
  padding-bottom: 3em !important;
}

.pl-em30 {
  padding-left: 3em !important;
}

.pr-em30 {
  padding-right: 3em !important;
}

.p-em35 {
  padding: 3.5em !important;
}

.py-em35 {
  padding-top: 3.5em !important;
  padding-bottom: 3.5em !important;
}

.px-em35 {
  padding-right: 3.5em !important;
  padding-left: 3.5em !important;
}

.pt-em35 {
  padding-top: 3.5em !important;
}

.pb-em35 {
  padding-bottom: 3.5em !important;
}

.pl-em35 {
  padding-left: 3.5em !important;
}

.pr-em35 {
  padding-right: 3.5em !important;
}

.p-em40 {
  padding: 4em !important;
}

.py-em40 {
  padding-top: 4em !important;
  padding-bottom: 4em !important;
}

.px-em40 {
  padding-right: 4em !important;
  padding-left: 4em !important;
}

.pt-em40 {
  padding-top: 4em !important;
}

.pb-em40 {
  padding-bottom: 4em !important;
}

.pl-em40 {
  padding-left: 4em !important;
}

.pr-em40 {
  padding-right: 4em !important;
}

.p-em45 {
  padding: 4.5em !important;
}

.py-em45 {
  padding-top: 4.5em !important;
  padding-bottom: 4.5em !important;
}

.px-em45 {
  padding-right: 4.5em !important;
  padding-left: 4.5em !important;
}

.pt-em45 {
  padding-top: 4.5em !important;
}

.pb-em45 {
  padding-bottom: 4.5em !important;
}

.pl-em45 {
  padding-left: 4.5em !important;
}

.pr-em45 {
  padding-right: 4.5em !important;
}

.p-em50 {
  padding: 5em !important;
}

.py-em50 {
  padding-top: 5em !important;
  padding-bottom: 5em !important;
}

.px-em50 {
  padding-right: 5em !important;
  padding-left: 5em !important;
}

.pt-em50 {
  padding-top: 5em !important;
}

.pb-em50 {
  padding-bottom: 5em !important;
}

.pl-em50 {
  padding-left: 5em !important;
}

.pr-em50 {
  padding-right: 5em !important;
}

/*////// margin //////*/
.m-px0 {
  margin: 0px !important;
}

.my-px0 {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.mx-px0 {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

.mt-px0 {
  margin-top: 0px !important;
}

.mb-px0 {
  margin-bottom: 0px !important;
}

.ml-px0 {
  margin-left: 0px !important;
}

.mr-px0 {
  margin-right: 0px !important;
}

.m-px5 {
  margin: 5px !important;
}

.my-px5 {
  margin-top: 5px !important;
  margin-bottom: 5px !important;
}

.mx-px5 {
  margin-right: 5px !important;
  margin-left: 5px !important;
}

.mt-px5 {
  margin-top: 5px !important;
}

.mb-px5 {
  margin-bottom: 5px !important;
}

.ml-px5 {
  margin-left: 5px !important;
}

.mr-px5 {
  margin-right: 5px !important;
}

.m-px10 {
  margin: 10px !important;
}

.my-px10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.mx-px10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.mt-px10 {
  margin-top: 10px !important;
}

.mb-px10 {
  margin-bottom: 10px !important;
}

.ml-px10 {
  margin-left: 10px !important;
}

.mr-px10 {
  margin-right: 10px !important;
}

.m-px15 {
  margin: 15px !important;
}

.my-px15 {
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

.mx-px15 {
  margin-right: 15px !important;
  margin-left: 15px !important;
}

.mt-px15 {
  margin-top: 15px !important;
}

.mb-px15 {
  margin-bottom: 15px !important;
}

.ml-px15 {
  margin-left: 15px !important;
}

.mr-px15 {
  margin-right: 15px !important;
}

.m-px20 {
  margin: 20px !important;
}

.my-px20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.mx-px20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.mt-px20 {
  margin-top: 20px !important;
}

.mb-px20 {
  margin-bottom: 20px !important;
}

.ml-px20 {
  margin-left: 20px !important;
}

.mr-px20 {
  margin-right: 20px !important;
}

.m-px25 {
  margin: 25px !important;
}

.my-px25 {
  margin-top: 25px !important;
  margin-bottom: 25px !important;
}

.mx-px25 {
  margin-right: 25px !important;
  margin-left: 25px !important;
}

.mt-px25 {
  margin-top: 25px !important;
}

.mb-px25 {
  margin-bottom: 25px !important;
}

.ml-px25 {
  margin-left: 25px !important;
}

.mr-px25 {
  margin-right: 25px !important;
}

.m-px30 {
  margin: 30px !important;
}

.my-px30 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.mx-px30 {
  margin-right: 30px !important;
  margin-left: 30px !important;
}

.mt-px30 {
  margin-top: 30px !important;
}

.mb-px30 {
  margin-bottom: 30px !important;
}

.ml-px30 {
  margin-left: 30px !important;
}

.mr-px30 {
  margin-right: 30px !important;
}

.m-px35 {
  margin: 35px !important;
}

.my-px35 {
  margin-top: 35px !important;
  margin-bottom: 35px !important;
}

.mx-px35 {
  margin-right: 35px !important;
  margin-left: 35px !important;
}

.mt-px35 {
  margin-top: 35px !important;
}

.mb-px35 {
  margin-bottom: 35px !important;
}

.ml-px35 {
  margin-left: 35px !important;
}

.mr-px35 {
  margin-right: 35px !important;
}

.m-px40 {
  margin: 40px !important;
}

.my-px40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.mx-px40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.mt-px40 {
  margin-top: 40px !important;
}

.mb-px40 {
  margin-bottom: 40px !important;
}

.ml-px40 {
  margin-left: 40px !important;
}

.mr-px40 {
  margin-right: 40px !important;
}

.m-px45 {
  margin: 45px !important;
}

.my-px45 {
  margin-top: 45px !important;
  margin-bottom: 45px !important;
}

.mx-px45 {
  margin-right: 45px !important;
  margin-left: 45px !important;
}

.mt-px45 {
  margin-top: 45px !important;
}

.mb-px45 {
  margin-bottom: 45px !important;
}

.ml-px45 {
  margin-left: 45px !important;
}

.mr-px45 {
  margin-right: 45px !important;
}

.m-px50 {
  margin: 50px !important;
}

.my-px50 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

.mx-px50 {
  margin-right: 50px !important;
  margin-left: 50px !important;
}

.mt-px50 {
  margin-top: 50px !important;
}

.mb-px50 {
  margin-bottom: 50px !important;
}

.ml-px50 {
  margin-left: 50px !important;
}

.mr-px50 {
  margin-right: 50px !important;
}

.m-em0 {
  margin: 0em !important;
}

.my-em0 {
  margin-top: 0em !important;
  margin-bottom: 0em !important;
}

.mx-em0 {
  margin-right: 0em !important;
  margin-left: 0em !important;
}

.mt-em0 {
  margin-top: 0em !important;
}

.mb-em0 {
  margin-bottom: 0em !important;
}

.ml-em0 {
  margin-left: 0em !important;
}

.mr-em0 {
  margin-right: 0em !important;
}

.m-em5 {
  margin: 0.5em !important;
}

.my-em5 {
  margin-top: 0.5em !important;
  margin-bottom: 0.5em !important;
}

.mx-em5 {
  margin-right: 0.5em !important;
  margin-left: 0.5em !important;
}

.mt-em5 {
  margin-top: 0.5em !important;
}

.mb-em5 {
  margin-bottom: 0.5em !important;
}

.ml-em5 {
  margin-left: 0.5em !important;
}

.mr-em5 {
  margin-right: 0.5em !important;
}

.m-em10 {
  margin: 1em !important;
}

.my-em10 {
  margin-top: 1em !important;
  margin-bottom: 1em !important;
}

.mx-em10 {
  margin-right: 1em !important;
  margin-left: 1em !important;
}

.mt-em10 {
  margin-top: 1em !important;
}

.mb-em10 {
  margin-bottom: 1em !important;
}

.ml-em10 {
  margin-left: 1em !important;
}

.mr-em10 {
  margin-right: 1em !important;
}

.m-em15 {
  margin: 1.5em !important;
}

.my-em15 {
  margin-top: 1.5em !important;
  margin-bottom: 1.5em !important;
}

.mx-em15 {
  margin-right: 1.5em !important;
  margin-left: 1.5em !important;
}

.mt-em15 {
  margin-top: 1.5em !important;
}

.mb-em15 {
  margin-bottom: 1.5em !important;
}

.ml-em15 {
  margin-left: 1.5em !important;
}

.mr-em15 {
  margin-right: 1.5em !important;
}

.m-em20 {
  margin: 2em !important;
}

.my-em20 {
  margin-top: 2em !important;
  margin-bottom: 2em !important;
}

.mx-em20 {
  margin-right: 2em !important;
  margin-left: 2em !important;
}

.mt-em20 {
  margin-top: 2em !important;
}

.mb-em20 {
  margin-bottom: 2em !important;
}

.ml-em20 {
  margin-left: 2em !important;
}

.mr-em20 {
  margin-right: 2em !important;
}

.m-em25 {
  margin: 2.5em !important;
}

.my-em25 {
  margin-top: 2.5em !important;
  margin-bottom: 2.5em !important;
}

.mx-em25 {
  margin-right: 2.5em !important;
  margin-left: 2.5em !important;
}

.mt-em25 {
  margin-top: 2.5em !important;
}

.mb-em25 {
  margin-bottom: 2.5em !important;
}

.ml-em25 {
  margin-left: 2.5em !important;
}

.mr-em25 {
  margin-right: 2.5em !important;
}

.m-em30 {
  margin: 3em !important;
}

.my-em30 {
  margin-top: 3em !important;
  margin-bottom: 3em !important;
}

.mx-em30 {
  margin-right: 3em !important;
  margin-left: 3em !important;
}

.mt-em30 {
  margin-top: 3em !important;
}

.mb-em30 {
  margin-bottom: 3em !important;
}

.ml-em30 {
  margin-left: 3em !important;
}

.mr-em30 {
  margin-right: 3em !important;
}

.m-em35 {
  margin: 3.5em !important;
}

.my-em35 {
  margin-top: 3.5em !important;
  margin-bottom: 3.5em !important;
}

.mx-em35 {
  margin-right: 3.5em !important;
  margin-left: 3.5em !important;
}

.mt-em35 {
  margin-top: 3.5em !important;
}

.mb-em35 {
  margin-bottom: 3.5em !important;
}

.ml-em35 {
  margin-left: 3.5em !important;
}

.mr-em35 {
  margin-right: 3.5em !important;
}

.m-em40 {
  margin: 4em !important;
}

.my-em40 {
  margin-top: 4em !important;
  margin-bottom: 4em !important;
}

.mx-em40 {
  margin-right: 4em !important;
  margin-left: 4em !important;
}

.mt-em40 {
  margin-top: 4em !important;
}

.mb-em40 {
  margin-bottom: 4em !important;
}

.ml-em40 {
  margin-left: 4em !important;
}

.mr-em40 {
  margin-right: 4em !important;
}

.m-em45 {
  margin: 4.5em !important;
}

.my-em45 {
  margin-top: 4.5em !important;
  margin-bottom: 4.5em !important;
}

.mx-em45 {
  margin-right: 4.5em !important;
  margin-left: 4.5em !important;
}

.mt-em45 {
  margin-top: 4.5em !important;
}

.mb-em45 {
  margin-bottom: 4.5em !important;
}

.ml-em45 {
  margin-left: 4.5em !important;
}

.mr-em45 {
  margin-right: 4.5em !important;
}

.m-em50 {
  margin: 5em !important;
}

.my-em50 {
  margin-top: 5em !important;
  margin-bottom: 5em !important;
}

.mx-em50 {
  margin-right: 5em !important;
  margin-left: 5em !important;
}

.mt-em50 {
  margin-top: 5em !important;
}

.mb-em50 {
  margin-bottom: 5em !important;
}

.ml-em50 {
  margin-left: 5em !important;
}

.mr-em50 {
  margin-right: 5em !important;
}

/*////// font-size //////*/
.fs-10rem {
  font-size: 1rem !important;
}

.fs-11rem {
  font-size: 1.1rem !important;
}

.fs-12rem {
  font-size: 1.2rem !important;
}

.fs-13rem {
  font-size: 1.3rem !important;
}

.fs-14rem {
  font-size: 1.4rem !important;
}

.fs-15rem {
  font-size: 1.5rem !important;
}

.fs-16rem {
  font-size: 1.6rem !important;
}

.fs-17rem {
  font-size: 1.7rem !important;
}

.fs-18rem {
  font-size: 1.8rem !important;
}

.fs-19rem {
  font-size: 1.9rem !important;
}

.fs-20rem {
  font-size: 2rem !important;
}

.fs-21rem {
  font-size: 2.1rem !important;
}

.fs-22rem {
  font-size: 2.2rem !important;
}

.fs-23rem {
  font-size: 2.3rem !important;
}

.fs-24rem {
  font-size: 2.4rem !important;
}

.fs-25rem {
  font-size: 2.5rem !important;
}

.fs-26rem {
  font-size: 2.6rem !important;
}

.fs-27rem {
  font-size: 2.7rem !important;
}

.fs-28rem {
  font-size: 2.8rem !important;
}

.fs-29rem {
  font-size: 2.9rem !important;
}

.fs-30rem {
  font-size: 3rem !important;
}

.fs-31rem {
  font-size: 3.1rem !important;
}

.fs-32rem {
  font-size: 3.2rem !important;
}

.fs-33rem {
  font-size: 3.3rem !important;
}

.fs-34rem {
  font-size: 3.4rem !important;
}

.fs-35rem {
  font-size: 3.5rem !important;
}

.fs-36rem {
  font-size: 3.6rem !important;
}

.fs-37rem {
  font-size: 3.7rem !important;
}

.fs-38rem {
  font-size: 3.8rem !important;
}

.fs-39rem {
  font-size: 3.9rem !important;
}

.fs-40rem {
  font-size: 4rem !important;
}

.fs-41rem {
  font-size: 4.1rem !important;
}

.fs-42rem {
  font-size: 4.2rem !important;
}

.fs-43rem {
  font-size: 4.3rem !important;
}

.fs-44rem {
  font-size: 4.4rem !important;
}

.fs-45rem {
  font-size: 4.5rem !important;
}

.fs-46rem {
  font-size: 4.6rem !important;
}

.fs-47rem {
  font-size: 4.7rem !important;
}

.fs-48rem {
  font-size: 4.8rem !important;
}

.fs-49rem {
  font-size: 4.9rem !important;
}

.fs-50rem {
  font-size: 5rem !important;
}

.fs-60 {
  font-size: 60% !important;
}

.fs-65 {
  font-size: 65% !important;
}

.fs-70 {
  font-size: 70% !important;
}

.fs-75 {
  font-size: 75% !important;
}

.fs-80 {
  font-size: 80% !important;
}

.fs-85 {
  font-size: 85% !important;
}

.fs-90 {
  font-size: 90% !important;
}

.fs-95 {
  font-size: 95% !important;
}

.fs-100 {
  font-size: 100% !important;
}

.fs-105 {
  font-size: 105% !important;
}

.fs-110 {
  font-size: 110% !important;
}

.fs-115 {
  font-size: 115% !important;
}

.fs-120 {
  font-size: 120% !important;
}

.fs-125 {
  font-size: 125% !important;
}

.fs-130 {
  font-size: 130% !important;
}

.fs-135 {
  font-size: 135% !important;
}

.fs-140 {
  font-size: 140% !important;
}

.fs-145 {
  font-size: 145% !important;
}

.fs-150 {
  font-size: 150% !important;
}

.fs-155 {
  font-size: 155% !important;
}

.fs-160 {
  font-size: 160% !important;
}

.fs-165 {
  font-size: 165% !important;
}

.fs-170 {
  font-size: 170% !important;
}

.fs-175 {
  font-size: 175% !important;
}

.fs-180 {
  font-size: 180% !important;
}

.fs-185 {
  font-size: 185% !important;
}

.fs-190 {
  font-size: 190% !important;
}

.fs-195 {
  font-size: 195% !important;
}

.fs-200 {
  font-size: 200% !important;
}

/*////// width //////*/
.width-20 {
  width: 20% !important;
}

.width-25 {
  width: 25% !important;
}

.width-30 {
  width: 30% !important;
}

.width-35 {
  width: 35% !important;
}

.width-40 {
  width: 40% !important;
}

.width-45 {
  width: 45% !important;
}

.width-50 {
  width: 50% !important;
}

.width-55 {
  width: 55% !important;
}

.width-60 {
  width: 60% !important;
}

.width-65 {
  width: 65% !important;
}

.width-70 {
  width: 70% !important;
}

.width-75 {
  width: 75% !important;
}

.width-80 {
  width: 80% !important;
}

.width-85 {
  width: 85% !important;
}

.width-90 {
  width: 90% !important;
}

.width-95 {
  width: 95% !important;
}

.width-100 {
  width: 100% !important;
}

/*/////////////////////////////////////////////
header
/////////////////////////////////////////////*/
header {
  padding: 25px 25px 0;
  position: relative;
  z-index: 9999;
}
@media (max-width: 999px) {
  header {
    padding: 15px 15px 0;
  }
}

.page_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  max-width: 1200px;
  margin: auto;
  padding: 0 50px;
  background-color: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
}
.page_header .logo {
  margin-bottom: 0;
}
.page_header .pc_page_header_nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 0;
}
.page_header .pc_page_header_nav .nav_list .nav_item {
  padding: 40px 0;
}
.page_header .pc_page_header_nav .nav_list .nav_item:not(:last-child) {
  margin: 0 30px 0 0;
}
.page_header .pc_page_header_nav .nav_list .nav_item a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  position: relative;
}
.page_header .pc_page_header_nav .nav_list .nav_item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -4px;
  width: 100%;
  height: 2px;
  background-color: #333;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
}
.page_header .pc_page_header_nav .nav_list .nav_item a.current::after {
  bottom: -2px;
  opacity: 1;
}
.page_header .pc_page_header_nav .nav_list .nav_item:hover a::after {
  bottom: -2px;
  opacity: 1;
}
@media (max-width: 999px) {
  .page_header .pc_page_header_nav {
    display: none;
  }
  .page_header .pc_page_header_nav .page_header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .pc_page_header_nav .page_header .logo {
    padding: 10px;
  }
}
@media (max-width: 999px) {
  .page_header {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .page_header .logo {
    padding: 10px;
  }
}

.megamenu_contents {
  max-width: 1200px;
  margin: auto;
  position: relative;
}
.megamenu_contents .megamenu {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: 80px 50px 60px;
  background-color: #000;
  overflow: hidden;
  border-radius: 10px;
  z-index: 10000;
  color: #fff;
  height: 0;
  display: none;
  -webkit-animation: fade_out 0.4s;
          animation: fade_out 0.4s;
}
@-webkit-keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade_out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.megamenu_contents .megamenu.is_active {
  height: auto;
  display: block;
  -webkit-animation: fade_in 0.4s;
          animation: fade_in 0.4s;
}
@-webkit-keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.megamenu_contents .megamenu .title_wrap {
  margin-bottom: 80px;
}
.megamenu_contents .megamenu .title_wrap .title {
  font-size: 4rem;
  font-weight: bold;
}
.megamenu_contents .megamenu .title_wrap a {
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.megamenu_contents .megamenu .title_wrap a.arrow::before {
  content: "";
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.megamenu_contents .megamenu .title_wrap a:hover {
  text-decoration: underline;
}
.megamenu_contents .megamenu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.megamenu_contents .megamenu ul li {
  width: 30%;
  margin: 0 10px 20px;
  padding: 0 20px 10px;
  border-bottom: solid 1px #fff;
}
.megamenu_contents .megamenu ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.megamenu_contents .megamenu ul li a:hover {
  opacity: 0.7;
}
.megamenu_contents .megamenu ul li a::after {
  content: "";
  display: inline-block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: 10px;
  height: 10px;
  margin-right: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (min-width: 1000px) {
  .sp_page_header_nav,
.sp_page_header_nav_btn {
    display: none !important;
  }
}

.sp_page_header_nav_btn {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp_page_header_nav_btn .menu-trigger,
.sp_page_header_nav_btn .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sp_page_header_nav_btn .menu-trigger {
  position: relative;
  width: 25px;
  height: 20px;
  background: none;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
}
.sp_page_header_nav_btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #777;
  border-radius: 4px;
}
.sp_page_header_nav_btn .menu-trigger span:nth-of-type(1) {
  top: 0;
}
.sp_page_header_nav_btn .menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.sp_page_header_nav_btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
.sp_page_header_nav_btn .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
          transform: translateY(9px) rotate(-45deg);
}
.sp_page_header_nav_btn .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.sp_page_header_nav_btn .menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
          transform: translateY(-9px) rotate(45deg);
}

.sp_page_header_nav {
  position: fixed;
  top: 0;
  right: -350px;
  bottom: 0;
  background-color: #fff;
  width: 350px;
  height: 100%;
  z-index: 9000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  padding-top: 90px;
}
@media (max-width: 767px) {
  .sp_page_header_nav {
    right: -100vw;
    width: 100vw;
    max-width: 350px;
  }
}
.sp_page_header_nav .nav_list {
  padding-bottom: 100px;
  height: calc(100vh - 85px);
  overflow: auto;
}
.sp_page_header_nav .nav_list .nav_item {
  border-bottom: 1px solid #f2f2f2;
}
.sp_page_header_nav .nav_list .nav_item:first-child {
  border-top: 1px solid #f2f2f2;
}
.sp_page_header_nav .nav_list .nav_item .menu_btn {
  display: block;
  padding: 15px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
.sp_page_header_nav .nav_list .nav_item .menu_btn::before, .sp_page_header_nav .nav_list .nav_item .menu_btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  width: 15px;
  height: 2px;
  background-color: #000;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.sp_page_header_nav .nav_list .nav_item .menu_btn.collapsed::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.sp_page_header_nav .nav_list .nav_item .menu_btn::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sp_page_header_nav .nav_list .nav_item .menu_inner .inner_items .inner_item {
  background: #f8f8f8;
  border-bottom: 1px solid #fff;
}
.sp_page_header_nav .nav_list .nav_item .menu_inner .inner_items .inner_item .inner_item_link {
  display: block;
  padding: 15px 40px;
  padding-left: calc(40px + 1em);
  font-size: 1.4rem;
  font-weight: bold;
  color: #000;
  text-decoration: none;
  position: relative;
}
.sp_page_header_nav .nav_list .nav_item .menu_inner .inner_items .inner_item .inner_item_link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 40px;
  bottom: 0;
  margin: auto;
  border-top: solid 2px #000;
  border-right: solid 2px #000;
  width: 10px;
  height: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.sp_page_header_nav_mask {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

body.nav_open {
  height: 100vh;
  overflow: hidden;
}
body.nav_open .sp_page_header_nav {
  right: 0;
}
@media (max-width: 767px) {
  body.nav_open {
    right: 0;
  }
}
body.nav_open .sp_page_header_nav_mask {
  opacity: 1;
  z-index: 8000;
}

/*/////////////////////////////////////////////
footer
/////////////////////////////////////////////*/
footer {
  margin-top: auto;
  color: #fff;
  background-color: #000;
}

.page_footer {
  padding-top: 80px;
  padding-bottom: 50px;
}
.page_footer .logo {
  text-align: center;
  margin-bottom: 3em;
}
.page_footer .page_footer_nav {
  margin-bottom: 2em;
}
.page_footer .page_footer_nav .nav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.page_footer .page_footer_nav .nav_list .nav_item:not(:last-child) {
  margin-right: 30px;
}
.page_footer .page_footer_nav .nav_list .nav_item a {
  color: #999;
  text-decoration: none;
  position: relative;
  font-size: 1.4rem;
}
.page_footer .page_footer_nav .nav_list .nav_item a::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.page_footer .page_footer_nav .nav_list .nav_item a:hover::after, .page_footer .page_footer_nav .nav_list .nav_item a.current::after {
  bottom: -1px;
  opacity: 1;
}
@media (max-width: 767px) {
  .page_footer {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .page_footer .page_footer_nav {
    display: none;
  }
}

/*/////////////////////////////////////////////
main
/////////////////////////////////////////////*/
.main_view {
  margin-top: -130px;
  text-align: center;
}
@media (max-width: 999px) {
  .main_view {
    margin-top: -75px;
  }
}
.main_view.swiper {
  width: 100%;
  overflow: hidden;
}
.main_view.swiper .swiper-slide .slide_img {
  width: 100%;
  height: 85vh;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 767px) {
  .main_view.swiper .swiper-slide .slide_img {
    height: 80vh;
  }
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15%;
  max-width: 1100px;
  margin: auto;
  padding: 15px;
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap .slide_text {
  max-width: 550px;
  font-size: 2.8rem;
  text-align: justify;
  color: #fff;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.8);
  line-height: 1.4;
  position: relative;
  overflow: hidden;
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap .slide_text::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #000;
  -webkit-transform: translate3d(-101%, 0, 0);
          transform: translate3d(-101%, 0, 0);
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap .slide_text .slide_text_inner {
  opacity: 0;
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap.show .slide_text::after {
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap.done .slide_text::after {
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transform: translate3d(103%, 0, 0);
          transform: translate3d(103%, 0, 0);
}
.main_view.swiper .swiper-slide .slide_img .slide_text_wrap.done .slide_text .slide_text_inner {
  opacity: 1;
}
@media (max-width: 767px) {
  .main_view.swiper .swiper-slide .slide_img .slide_text_wrap {
    padding: 15px 25px;
  }
  .main_view.swiper .swiper-slide .slide_img .slide_text_wrap .slide_text {
    font-size: 1.8rem;
  }
}
.main_view .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  background: transparent;
  opacity: 1;
  border: solid 2px #fff;
}
.main_view .swiper-pagination-bullet-active {
  background-color: #fff;
}
.main_view .swiper-horizontal > .swiper-pagination-bullets,
.main_view .swiper-pagination-bullets.swiper-pagination-horizontal,
.main_view .swiper-pagination-custom,
.main_view .swiper-pagination-fraction {
  bottom: 30px;
}