@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	animation
================================================== */
.scroll_item.fade_up {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateY(40px);
}

.scroll_item.fade_up.active {
  opacity: 1;
  transform: translateY(0);
}

.scroll_item.fade_right {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateX(40px);
}

.scroll_item.fade_right.active {
  opacity: 1;
  transform: translateX(0);
}

.scroll_item.fade_left {
  transition: 0.7s ease all;
  opacity: 0;
  transform: translateX(-40px);
}

.scroll_item.fade_left.active {
  opacity: 1;
  transform: translateX(0);
}

/* ==================================================
	ttl
================================================== */
.ttl1 {
  font-size: 6.132vw;
  text-align: center;
  margin-bottom: 10.22vw;
  line-height: 1.6;
  font-weight: 500;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 {
    font-size: 38px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .ttl1 {
    font-size: 2.3170731707vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 {
    margin-bottom: 80px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .ttl1 {
    margin-bottom: 4.8780487805vw;
  }
}
/* ========== end △ */
.ttl1 p {
  display: inline-block;
  padding-bottom: 3.066vw;
  border-bottom: 1px solid #C7363A;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 p {
    padding-bottom: 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .ttl1 p {
    padding-bottom: 0.9756097561vw;
  }
}
/* ========== end △ */
.ttl1 .fs {
  font-size: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .ttl1 .fs {
    font-size: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .ttl1 .fs {
    font-size: 1.8292682927vw;
  }
}
/* ========== end △ */

/* ==================================================
	btn
================================================== */
.btn_mt {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_mt {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn_mt {
    margin-top: 2.4390243902vw;
  }
}
/* ========== end △ */

.btn1 {
  width: 80%;
  font-family: "Shippori Mincho", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  background: #E5CB00;
  color: #494949;
  height: 100%;
  box-sizing: border-box;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  box-shadow: 1vw 1vw 4vw rgba(0, 0, 0, 0.1);
  border-radius: 0.511vw;
  gap: 2.044vw;
  padding: 4.088vw 2.555vw 4.088vw 2.555vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    transition: all 0.3s ease;
  }
  .btn1:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    max-width: 420px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1 {
    max-width: 25.6097560976vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    border-radius: 2px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1 {
    border-radius: 0.1219512195vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    gap: 8px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1 {
    gap: 0.487804878vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    padding: 16px 10px 16px 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1 {
    padding: 0.9756097561vw 0.6097560976vw 0.9756097561vw 0.6097560976vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1 {
    box-shadow: 5px 5px 20px rgba(0, 0, 0, 0.1);
  }
}
/* ========== end △ */
.btn1::after {
  width: 1.7885vw;
  height: 2.555vw;
  background: url(../images/common_img/btn_arrow_u.svg) center center/100% auto no-repeat;
  content: "";
  display: block;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1::after {
    width: 7px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1::after {
    width: 0.4268292683vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn1::after {
    height: 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn1::after {
    height: 0.6097560976vw;
  }
}
/* ========== end △ */

.btn02 {
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: url(../images/common_img/btn_arrow02.png) right 5.333vw center/3.733vw auto no-repeat;
  font-size: 4.088vw;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  padding: 4.3435vw 12.775vw 4.3435vw 12.775vw;
  border-radius: 100vw;
  margin: 0 auto;
  border: 1px solid #ffffff;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn02 {
    transition: all 0.3s ease;
  }
  .btn02:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn02 {
    font-size: 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn02 {
    font-size: 0.9756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn02 {
    padding: 15px 60px 15px 60px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn02 {
    padding: 0.9146341463vw 3.6585365854vw 0.9146341463vw 3.6585365854vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn02 {
    background: url(../images/common_img/btn_arrow02.png) right 20px center/15px auto no-repeat;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn02 {
    background: url(../images/common_img/btn_arrow02.png) right 1.2195121951vw center/0.9146341463vw auto no-repeat;
  }
}
/* ========== end △ */

.btn_more {
  margin-top: 2.555vw;
  text-align: right;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_more {
    transition: all 0.3s ease;
  }
  .btn_more:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_more {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn_more {
    margin-top: 1.2195121951vw;
  }
}
/* ========== end △ */
.btn_more .a_more {
  display: inline-block;
  margin-left: auto;
  background: url(../images/common_img/arrow01_r_sp.webp) right 2vw center/1.4vw auto no-repeat;
  padding-right: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_more .a_more {
    padding-right: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn_more .a_more {
    padding-right: 2.4390243902vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_more .a_more {
    background: url(../images/common_img/arrow01_r_sp.webp) right 0.8vw top 0.8vw/0.3vw auto no-repeat;
  }
}
/* ========== end △ */
.btn_more .a_more span {
  border-bottom: 1px dashed #666666;
}

.btn_back {
  width: 70%;
  background: #e65e61;
  color: #fff;
  box-sizing: border-box;
  display: flex;
  font-weight: 600;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  padding: 2.044vw 2.555vw 2.044vw 2.555vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_back {
    transition: all 0.3s ease;
  }
  .btn_back:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_back {
    max-width: 340px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn_back {
    max-width: 20.7317073171vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .btn_back {
    padding: 8px 10px 8px 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .btn_back {
    padding: 0.487804878vw 0.6097560976vw 0.487804878vw 0.6097560976vw;
  }
}
/* ========== end △ */

/* ==================================================
	list
================================================== */
.indent_li li {
  padding-left: 1em;
  text-indent: -1em;
}

.list01 > li {
  position: relative;
  padding-left: 4.3435vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .list01 > li {
    padding-left: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .list01 > li {
    padding-left: 1.2195121951vw;
  }
}
/* ========== end △ */
.list01 > li::before {
  width: 1.2775vw;
  height: 1.2775vw;
  background: #022370;
  content: "";
  display: block;
  position: absolute;
  top: 2.555vw;
  left: 1.533vw;
  border-radius: 100vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .list01 > li::before {
    width: 6px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .list01 > li::before {
    width: 0.3658536585vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .list01 > li::before {
    height: 6px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .list01 > li::before {
    height: 0.3658536585vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .list01 > li::before {
    top: 12px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .list01 > li::before {
    top: 0.7317073171vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .list01 > li::before {
    left: 4px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .list01 > li::before {
    left: 0.243902439vw;
  }
}
/* ========== end △ */

.news_li > li {
  border-bottom: 1px solid #cccccc;
}
.news_li > li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  padding: 5.11vw 0vw 5.11vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a {
    padding: 22px 0px 22px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a {
    padding: 1.3414634146vw 0vw 1.3414634146vw 0vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a {
    transition: all 0.3s ease;
  }
  .news_li > li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
  }
}
/* ========== end △ */
.news_li > li a .data_area {
  color: #666666;
  display: flex;
  align-items: center;
  gap: 2vw;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area {
    width: 290px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a .data_area {
    width: 17.6829268293vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area {
    margin-bottom: 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a .data_area {
    margin-bottom: 0vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area {
    gap: 0.5vw;
    justify-content: space-between;
  }
}
/* ========== end △ */
.news_li > li a .data_area time {
  font-weight: 500;
}
.news_li > li a .data_area .tag {
  background: #e65e61;
  color: #fff;
  padding: 0vw 7.665vw 0vw 7.665vw;
  border-radius: 1vw;
  justify-content: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area .tag {
    width: 160px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a .data_area .tag {
    width: 9.756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area .tag {
    padding: 0px 10px 0px 10px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a .data_area .tag {
    padding: 0vw 0.6097560976vw 0vw 0.6097560976vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a .data_area .tag {
    border-radius: 0.4vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a p {
    width: 980px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .news_li > li a p {
    width: 59.756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .news_li > li a p {
    display: flex;
    align-items: center;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li {
    gap: 60px 2.857%;
    display: flex;
    flex-wrap: wrap;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .propertie_li {
    gap: 4.285vw 2.857%;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li {
    width: 31.4286666667%;
  }
}
/* ========== end △ */
.propertie_li > li + li {
  margin-top: 8.9425vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li + li {
    margin-top: 0;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li a {
    transition: all 0.3s ease;
  }
  .propertie_li > li a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
.propertie_li > li .name {
  font-size: 4.599vw;
  font-weight: 500;
  margin-top: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li .name {
    font-size: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .propertie_li > li .name {
    font-size: 1.2195121951vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li .name {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .propertie_li > li .name {
    margin-top: 1.2195121951vw;
  }
}
/* ========== end △ */
.propertie_li > li .data {
  font-size: 3.066vw;
  color: #999999;
  margin-top: 1.2775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li .data {
    font-size: 14px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .propertie_li > li .data {
    font-size: 0.8536585366vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .propertie_li > li .data {
    margin-top: 5px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .propertie_li > li .data {
    margin-top: 0.3048780488vw;
  }
}
/* ========== end △ */

/* ==================================================
	multiplu
================================================== */
.accordion_dl {
  transition: 0.3s ease all;
}
.accordion_dl + .accordion_dl {
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl + .accordion_dl {
    margin-top: 8px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl + .accordion_dl {
    margin-top: 0.487804878vw;
  }
}
/* ========== end △ */
.accordion_dl.active {
  background: #f4f0eb;
}
.accordion_dl.active dt .ico::after {
  height: 0;
  top: calc(50% - 0px);
}
.accordion_dl > dt,
.accordion_dl > dd {
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt,
  .accordion_dl > dd {
    line-height: 2.6;
    letter-spacing: 0.13em;
  }
}
/* ========== end △ */
.accordion_dl > dt::before,
.accordion_dl > dd::before {
  width: 8.176vw;
  height: 8.176vw;
  background: #FFFFFF url(../images/common_img/ico_q.svg) center center/auto 50% no-repeat;
  content: "";
  position: absolute;
  top: 3.8325vw;
  left: 3.066vw;
  border-radius: 100vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    width: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    width: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    height: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    height: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    top: 1.2195121951vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    left: 65px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt::before,
  .accordion_dl > dd::before {
    left: 3.9634146341vw;
  }
}
/* ========== end △ */
.accordion_dl > dt {
  background: #F4F0EB;
  box-sizing: border-box;
  font-weight: bold;
  position: relative;
  padding: 5.11vw 10.22vw 5.11vw 15.33vw;
  cursor: pointer;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt {
    padding: 30px 100px 30px 180px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt {
    padding: 1.8292682927vw 6.0975609756vw 1.8292682927vw 10.9756097561vw;
  }
}
/* ========== end △ */
.accordion_dl > dt:hover .ico {
  animation: purun 4s ease;
}
.accordion_dl > dt .ico {
  width: 3.8325vw;
  height: 3.8325vw;
  content: "";
  display: block;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 1.91625vw);
  right: 4.599vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    width: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico {
    width: 1.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    height: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico {
    height: 1.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    top: 42px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico {
    top: 2.5609756098vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico {
    right: 44px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico {
    right: 2.6829268293vw;
  }
}
/* ========== end △ */
.accordion_dl > dt .ico::before, .accordion_dl > dt .ico::after {
  width: 2.555vw;
  height: 1px;
  background: #333333;
  content: "";
  display: block;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico::before, .accordion_dl > dt .ico::after {
    width: 17px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico::before, .accordion_dl > dt .ico::after {
    width: 1.0365853659vw;
  }
}
/* ========== end △ */
.accordion_dl > dt .ico::after {
  width: 1px;
  height: 2.555vw;
  transform: translateX(-50%) translateY(-50%);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dt .ico::after {
    height: 17px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dt .ico::after {
    height: 1.0365853659vw;
  }
}
/* ========== end △ */
.accordion_dl > dd {
  background: #FCFCFA;
  display: none;
  position: relative;
  padding: 5.11vw 10.22vw 5.11vw 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .accordion_dl > dd {
    padding: 30px 100px 30px 180px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .accordion_dl > dd {
    padding: 1.8292682927vw 6.0975609756vw 1.8292682927vw 10.9756097561vw;
  }
}
/* ========== end △ */
.accordion_dl > dd::before {
  background: #A4363A url(../images/common_img/ico_a.svg) center center/auto 50% no-repeat;
}

.annotation {
  display: block;
  color: #a2a2a2;
  text-indent: -1em;
  padding-left: 1em;
}

.dl_box .common_dl {
  padding: 3.8325vw 0vw 3.8325vw 0vw;
  border-bottom: 1px solid #dcdcdc;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .dl_box .common_dl {
    display: flex;
    padding: 24px 40px;
  }
}
/* ========== end △ */
.dl_box .common_dl:first-of-type {
  border-top: 1px solid #dcdcdc;
}
.dl_box .common_dl > dt {
  font-weight: bold;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .dl_box .common_dl > dt {
    width: 140px;
    box-sizing: border-box;
    padding-right: 40px;
  }
}
/* ========== end △ */

.faq_dl + .faq_dl {
  margin-top: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl + .faq_dl {
    margin-top: 8px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl + .faq_dl {
    margin-top: 0.487804878vw;
  }
}
/* ========== end △ */
.faq_dl.active dt .ico::after {
  height: 0;
  top: calc(50% - 0px);
}
.faq_dl > dt {
  background: #f4f0eb;
  box-sizing: border-box;
  color: #333333;
  font-weight: bold;
  position: relative;
  padding: 5.11vw 12.775vw 5.11vw 17.885vw;
  cursor: pointer;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt {
    padding: 36px 100px 36px 180px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt {
    padding: 2.1951219512vw 6.0975609756vw 2.1951219512vw 10.9756097561vw;
  }
}
/* ========== end △ */
.faq_dl > dt:hover .ico {
  animation: purun 4s ease;
}
.faq_dl > dt::before {
  width: 8.687vw;
  height: 8.687vw;
  background: #fff;
  box-sizing: border-box;
  content: "Q";
  color: #a4363a;
  font-size: 5.11vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  position: absolute;
  top: 4.088vw;
  left: 3.8325vw;
  border-radius: 100vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt::before {
    width: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt::before {
    width: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt::before {
    height: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt::before {
    height: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt::before {
    font-size: 24px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt::before {
    font-size: 1.4634146341vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt::before {
    top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt::before {
    top: 1.2195121951vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt::before {
    left: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt::before {
    left: 4.2682926829vw;
  }
}
/* ========== end △ */
.faq_dl > dt .ico {
  width: 3.8325vw;
  height: 3.8325vw;
  content: "";
  display: block;
  font-weight: bold;
  position: absolute;
  top: calc(50% - 1.91625vw);
  right: 4.599vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico {
    width: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico {
    width: 1.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico {
    height: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico {
    height: 1.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico {
    top: 44px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico {
    top: 2.6829268293vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico {
    right: 44px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico {
    right: 2.6829268293vw;
  }
}
/* ========== end △ */
.faq_dl > dt .ico::before, .faq_dl > dt .ico::after {
  width: 3.8325vw;
  height: 2px;
  background: #333333;
  content: "";
  display: block;
  transition: 0.3s ease all;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico::before, .faq_dl > dt .ico::after {
    width: 17px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico::before, .faq_dl > dt .ico::after {
    width: 1.0365853659vw;
  }
}
/* ========== end △ */
.faq_dl > dt .ico::after {
  width: 2px;
  height: 3.577vw;
  transform: translateX(-50%) translateY(-50%);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dt .ico::after {
    height: 17px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dt .ico::after {
    height: 1.0365853659vw;
  }
}
/* ========== end △ */
.faq_dl > dd {
  background: #fcfcfa;
  color: #333333;
  display: none;
  position: relative;
  padding: 5.11vw 12.775vw 5.11vw 17.885vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd {
    padding: 36px 100px 36px 180px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd {
    padding: 2.1951219512vw 6.0975609756vw 2.1951219512vw 10.9756097561vw;
  }
}
/* ========== end △ */
.faq_dl > dd::before {
  width: 8.687vw;
  height: 8.687vw;
  background: #a4363a;
  content: "A";
  color: #fff;
  font-weight: bold;
  font-size: 5.11vw;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100vw;
  position: absolute;
  top: 4.088vw;
  left: 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd::before {
    width: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd::before {
    width: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd::before {
    height: 63px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd::before {
    height: 3.8414634146vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd::before {
    font-size: 24px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd::before {
    font-size: 1.4634146341vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd::before {
    top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd::before {
    top: 1.2195121951vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .faq_dl > dd::before {
    left: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .faq_dl > dd::before {
    left: 4.2682926829vw;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .tab_wrap {
    width: 100%;
    margin-top: -20px;
  }
}
/* ========== end △ */
.tab_wrap .btn_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .tab_wrap .btn_area {
    justify-content: center;
    gap: 55px;
  }
  .tab_wrap .btn_area .tab_btn {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}
/* ========== end △ */
.tab_wrap .tab_btn {
  width: 49%;
  box-sizing: border-box;
  font-size: 3.577vw;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 2.555vw 1.2775vw 2.555vw 1.2775vw;
  border-bottom: 2px solid transparent;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .tab_wrap .tab_btn {
    width: fit-content;
  }
}
/* ========== end △ */
.tab_wrap .tab_btn + .tab_btn {
  margin-left: 0.7665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .tab_wrap .tab_btn + .tab_btn {
    margin-left: 0;
  }
}
/* ========== end △ */
.tab_wrap .tab_btn.active {
  font-weight: bold;
  border-bottom: 2px solid #222222;
}
.tab_wrap .panel_area {
  padding-top: 6.3875vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .tab_wrap .panel_area {
    padding: 50px;
  }
}
/* ========== end △ */
.tab_wrap .panel_area .tab_panel {
  display: none;
}
.tab_wrap .panel_area .tab_panel.active {
  display: block;
}

.txt {
  line-height: 2.2;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .txt {
    line-height: 2.6;
  }
}
/* ========== end △ */

.table_style {
  border-bottom: 1px solid #666666;
}
.table_style > dl {
  border-top: 1px solid #666666;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style > dl {
    display: flex;
  }
}
/* ========== end △ */
.table_style > dl > dt,
.table_style > dl > dd {
  box-sizing: border-box;
  padding: 3.8325vw 3.8325vw 3.8325vw 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style > dl > dt,
  .table_style > dl > dd {
    font-size: 24px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style > dl > dt,
  .table_style > dl > dd {
    font-size: 1.4634146341vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style > dl > dt,
  .table_style > dl > dd {
    padding: 30px 70px 30px 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style > dl > dt,
  .table_style > dl > dd {
    padding: 1.8292682927vw 4.2682926829vw 1.8292682927vw 4.2682926829vw;
  }
}
/* ========== end △ */
.table_style > dl > dt {
  background: #f4f0eb;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style > dl > dt {
    width: 466px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style > dl > dt {
    width: 28.4146341463vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style > dl > dd {
    width: 1033px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style > dl > dd {
    width: 62.987804878vw;
  }
}
/* ========== end △ */
.table_style .half {
  display: flex;
  flex-wrap: wrap;
}
.table_style .half > dl {
  width: 50%;
  box-sizing: border-box;
  border-top: 1px dotted #dddddd;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl {
    display: flex;
  }
}
/* ========== end △ */
.table_style .half > dl:nth-child(even) {
  border-left: 1px dotted #dddddd;
}
.table_style .half > dl > dt,
.table_style .half > dl > dd {
  box-sizing: border-box;
  font-weight: 500;
  padding: 3.8325vw 3.8325vw 3.8325vw 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dt,
  .table_style .half > dl > dd {
    font-size: 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dt,
  .table_style .half > dl > dd {
    font-size: 0.9756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dt,
  .table_style .half > dl > dd {
    padding: 25px 30px 25px 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dt,
  .table_style .half > dl > dd {
    padding: 1.5243902439vw 1.8292682927vw 1.5243902439vw 1.8292682927vw;
  }
}
/* ========== end △ */
.table_style .half > dl > dt {
  background: #f5f8f9;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dt {
    width: 250px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dt {
    width: 15.243902439vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dd {
    width: 950px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dd {
    width: 57.9268292683vw;
  }
}
/* ========== end △ */
.table_style .half > dl > dd iframe {
  height: 66.43vw;
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dd iframe {
    height: 450px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dd iframe {
    height: 27.4390243902vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .table_style .half > dl > dd iframe {
    margin-top: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .table_style .half > dl > dd iframe {
    margin-top: 1.2195121951vw;
  }
}
/* ========== end △ */

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.txt_box > p:not(:first-of-type) {
  margin-top: 5.11vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 1.8292682927vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .txt_box > p.btn_mt {
    margin-top: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .txt_box > p.btn_mt {
    margin-top: 60px;
  }
}
/* ========== end △ */

/* rwd_class
================================================== */
.rw_ox,
.rw_ox_ib,
.rw_xo,
.rw_xo_ib {
  display: none !important;
}

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .rw_ox {
    display: block !important;
  }
}
/* ========== end △ */

/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  .rw_ox_ib {
    display: inline-block !important;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .rw_xo {
    display: block !important;
  }
}
/* ========== end △ */

/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .rw_xo_ib {
    display: inline-block !important;
  }
}
/* ========== end △ */

/* wp
================================================== */
.wp-pagenavi {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2.044vw;
  margin-top: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .wp-pagenavi {
    margin-top: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .wp-pagenavi {
    margin-top: 1.8292682927vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .wp-pagenavi {
    gap: 20px 2%;
  }
}
/* ========== end △ */
.wp-pagenavi .pages,
.wp-pagenavi .last {
  display: none;
}
.wp-pagenavi .extend {
  background: transparent;
  color: #666666;
  padding: 2.044vw 0vw 2.044vw 0vw;
  border: none;
}
.wp-pagenavi span,
.wp-pagenavi a {
  color: #666666;
  background: #fff;
  display: inline-block;
  text-align: center;
  padding: 2.044vw 4.088vw 2.044vw 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 8px 16px 8px 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 0.487804878vw 0.9756097561vw 0.487804878vw 0.9756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .wp-pagenavi span:hover,
  .wp-pagenavi a:hover {
    color: #fff;
    background: #666666;
  }
}
/* ========== end △ */
.wp-pagenavi span.current {
  background: #e65e61;
  color: #fff;
}

/* ==================================================
	js
================================================== */
/* delayScrollAnime
================================================== */
.box {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* swiper
================================================== */
.card01 {
  position: relative;
}
.card01 .swiper-button-prev,
.card01 .swiper-button-next {
  width: 11.242vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .card01 .swiper-button-prev,
  .card01 .swiper-button-next {
    width: 86px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .card01 .swiper-button-prev,
  .card01 .swiper-button-next {
    width: 5.243902439vw;
  }
}
/* ========== end △ */
.card01 .swiper-button-prev::after,
.card01 .swiper-button-next::after {
  content: none;
}
.card01 .swiper-button-prev {
  left: -2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .card01 .swiper-button-prev {
    left: -126px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .card01 .swiper-button-prev {
    left: -7.6829268293vw;
  }
}
/* ========== end △ */
@media only screen and (min-width: 1441px) and (max-width: 1581px) {
  .card01 .swiper-button-prev {
    left: -3vw;
  }
}
.card01 .swiper-button-next {
  right: -2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .card01 .swiper-button-next {
    right: -126px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .card01 .swiper-button-next {
    right: -7.6829268293vw;
  }
}
/* ========== end △ */
@media only screen and (min-width: 1441px) and (max-width: 1581px) {
  .card01 .swiper-button-next {
    right: -3vw;
  }
}
.card01 .swiper-pagination {
  bottom: -8.176vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .card01 .swiper-pagination {
    bottom: -60px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .card01 .swiper-pagination {
    bottom: -3.6585365854vw;
  }
}
/* ========== end △ *//*# sourceMappingURL=utility.css.map */