@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
================================================== */
.ttl01 {
  text-align: center;
  margin-bottom: 10.22vw;
}
.ttl01 .en {
  font-size: 10.22vw;
  line-height: 1;
  margin-bottom: 1.2775vw;
}
.ttl01 h3 {
  letter-spacing: 0.3em;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .ttl01 {
    margin-bottom: 80px;
  }
  .ttl01 .en {
    font-size: 8rem;
    margin-bottom: 10px;
  }
}
/* ========== end △ */

.ttl02 {
  font-size: 5.621vw;
  padding-left: 2.555vw;
  border-left: 2px solid #222222;
  margin-bottom: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .ttl02 {
    font-size: 2.2rem;
    padding-left: 15px;
    margin-bottom: 40px;
  }
}
/* ========== end △ */

/* ==================================================
	btn
================================================== */
.btn_mt {
  margin-top: 10.22vw;
  display: flex;
  justify-content: center;
  gap: 4vw 2%;
  flex-wrap: wrap;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn_mt {
    gap: 4vw 4%;
    margin-top: 60px;
  }
}
/* ========== end △ */
.btn_mt .btn01 {
  width: 49%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn_mt .btn01 {
    width: 48%;
  }
}
/* ========== end △ */

.btn01 {
  width: fit-content;
  box-sizing: border-box;
  display: block;
  background: #fff url(../images/common_img/btn_arrow_sp.gif) right 15px center/15px auto no-repeat;
  text-align: center;
  padding: 3.066vw 7.665vw 3.066vw 7.665vw;
  border-radius: 10px;
  margin: 0 auto;
}
.btn01 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn01 span .ico {
  width: 19px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn01 {
    min-width: auto;
    max-width: 260px;
    padding: 13px 40px;
  }
  .btn01:hover {
    background: #fff url(../images/common_img/btn_arrow_sp.gif) right 10px center/15px auto no-repeat;
    box-shadow: 0 5px 16px rgba(8, 0, 58, 0.15);
  }
}
/* ========== end △ */
.btn01.mode_b {
  background: #383730 url(../images/common_img/btn_arrow_w.png) right 15px center/15px auto no-repeat;
  color: #fff;
  font-size: 5.11vw;
  padding: 3.577vw 7.665vw 3.577vw 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn01.mode_b {
    font-size: 2rem;
    padding: 18px 40px;
  }
  .btn01.mode_b span {
    gap: 15px;
  }
}
/* ========== end △ */

.btn02 {
  max-width: 260px;
  width: 100%;
  box-sizing: border-box;
  display: block;
  background: #f2f0e7 url(../images/common_img/btn_arrow_sp.gif) right 15px center/15px auto no-repeat;
  text-align: center;
  padding: 3.066vw 7.665vw 3.066vw 7.665vw;
  border-radius: 10px;
  margin: 0 auto;
  border: 1px solid #ffffff;
}
.btn02 span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.btn02 span .ico,
.btn02 span img {
  width: 4.8545vw;
  height: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn02 span .ico,
  .btn02 span img {
    width: 19px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn02 {
    min-width: auto;
    background: #f2f0e7 url(../images/common_img/btn_arrow_sp.gif) right 15px center/15px auto no-repeat;
    padding: 13px 40px;
  }
  .btn02:hover {
    background: #f2f0e7 url(../images/common_img/btn_arrow_sp.gif) right 10px center/15px auto no-repeat;
    box-shadow: 0 5px 16px rgba(8, 0, 58, 0.15);
  }
}
/* ========== end △ */
.btn02.mode_more {
  background: #ffffff url(../images/common_img/btn_more.png) right 20px center/10px auto no-repeat;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn02.mode_more:hover {
    cursor: pointer;
  }
}
/* ========== end △ */

/* ==================================================
	multiplu
================================================== */
#t_news {
  position: relative;
  padding: 26.8275vw 0vw 30.66vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news {
    padding: 260px 0 200px;
  }
}
/* ========== end △ */
#t_news .deco01 {
  width: 31.682vw;
  height: calc(100% - 15vw);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 60px 0 0 0;
  overflow: hidden;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .deco01 {
    width: 440px;
    height: calc(100% + 60px);
    border-radius: 120px 0 0 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #t_news .deco01 {
    height: calc(100% - 80px);
  }
}
/* ========== end △ */
#t_news .deco01::after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: #f2f0e7;
  position: absolute;
  bottom: 0;
  right: 100%;
  transition: 1s ease all;
}
#t_news .deco01.active::after {
  right: 0;
}
#t_news .container {
  position: relative;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .container {
    display: flex;
    justify-content: space-between;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .top {
    width: 260px;
  }
}
/* ========== end △ */
#t_news .top h2 {
  font-family: "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 11.242vw;
  letter-spacing: 0.1em;
  font-weight: bold;
  margin-bottom: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .top h2 {
    font-size: 6rem;
    line-height: 1;
    margin-bottom: 100px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .bottom {
    width: calc(100% - 400px);
  }
}
/* ========== end △ */
#t_news .btn_mt {
  margin-top: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #t_news .btn_mt {
    margin-top: 0;
  }
}
/* ========== end △ */

#f_contact {
  background: #eeeeee url(../images/common_img/f_contact_bg_sp.png) center bottom/100% auto no-repeat;
  padding: 17.885vw 0vw 66.43vw 0vw;
  border-radius: 60px 0 0 0;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact {
    background: #eeeeee url(../images/common_img/f_contact_bg_pc.png) right bottom/auto 100% no-repeat;
    padding: 130px 0 160px;
    border-radius: 120px 0 0 0;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  #f_contact {
    background: #eeeeee url(../images/common_img/f_contact_bg_pc.png) right -180px bottom/auto 100% no-repeat;
    padding: 100px 0 100px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact .top {
    width: 600px;
  }
}
/* ========== end △ */
#f_contact .top h3 {
  color: #fff;
  font-size: 20.44vw;
  font-family: "Unna", serif;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact .top h3 {
    font-size: 14rem;
    line-height: 1;
    text-align: left;
    margin-bottom: 40px;
  }
}
/* ========== end △ */
#f_contact .top h3 span {
  animation: txt_rotate 4s linear infinite;
  display: inline-block;
}
#f_contact .top h3 span:first-child {
  animation-delay: 0s;
}
#f_contact .top h3 span:nth-child(2) {
  animation-delay: 0.4s;
}
#f_contact .top h3 span:nth-child(3) {
  animation-delay: 0.8s;
}
#f_contact .top h3 span:nth-child(4) {
  animation-delay: 1.2s;
}
#f_contact .top h3 span:nth-child(5) {
  animation-delay: 1.6s;
}
#f_contact .top h3 span:nth-child(6) {
  animation-delay: 2s;
}
#f_contact .top h3 span:nth-child(7) {
  animation-delay: 2.4s;
}
#f_contact .top .txt {
  font-weight: bold;
  text-align: center;
  line-height: 2.4;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact .top .txt {
    text-align: left;
    line-height: 2.2;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact .btn_mt {
    margin-top: 70px;
  }
}
/* ========== end △ */
#f_contact .btn_mt .btn01 {
  width: 80%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  #f_contact .btn_mt .btn01 {
    width: 100%;
    max-width: 360px;
    margin-left: 0;
  }
}
/* ========== end △ */
#f_contact .btn_mt .btn01 span img {
  animation: purupuru 2s linear 0s infinite;
}

.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: 781px) {
  .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: 781px) {
  .dl_box .common_dl > dt {
    width: 140px;
    box-sizing: border-box;
    padding-right: 40px;
  }
}
/* ========== end △ */

.indent_li li {
  padding-left: 1em;
  text-indent: -1em;
}

/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .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: 781px) {
  .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: 781px) {
  .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: 781px) {
  .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: 781px) {
  .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_box > p:not(:first-of-type) {
  margin-top: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  .txt_box > p:not(:first-of-type) {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .txt_box > p.btn_mt {
    margin-top: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  .txt_box > p.btn_mt {
    margin-top: 60px;
  }
}
/* ========== end △ */

.news_li {
  border-top: 1px solid #191919;
}
.news_li > li {
  border-bottom: 1px solid #191919;
}
.news_li > li a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 6.3875vw 0vw 17.885vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .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: 781px) {
  .news_li > li a {
    padding: 50px 0;
    justify-content: space-between;
  }
}
/* ========== end △ */
.news_li > li a .img {
  width: 28%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .img {
    width: 30%;
  }
}
/* ========== end △ */
.news_li > li a .img .inner {
  overflow: hidden;
  border-radius: 10px;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .img .inner {
    border-radius: 20px;
  }
}
/* ========== end △ */
.news_li > li a .img img {
  width: 100%;
  height: auto;
}
.news_li > li a .txt {
  width: 64%;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt {
    width: 64%;
  }
}
/* ========== end △ */
.news_li > li a .txt .data {
  line-height: 1.6;
  margin-bottom: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .data {
    margin-bottom: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 781px) and (max-width: 1240px) {
  .news_li > li a .txt .data {
    margin-bottom: 20px;
  }
}
/* ========== end △ */
.news_li > li a .txt .data time {
  font-size: 3.577vw;
  letter-spacing: 0.05em;
  font-weight: bold;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .data time {
    font-size: 1.6rem;
  }
}
/* ========== end △ */
.news_li > li a .txt .ttl {
  font-weight: bold;
  font-size: 4.3435vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .ttl {
    font-size: 2rem;
    padding-bottom: 20px;
  }
}
/* ========== end △ */
.news_li > li a .txt .deco {
  background: url(../images/common_img/btn_arrow_sp.gif) right center/15px auto no-repeat;
  font-size: 3.577vw;
  font-family: "Unna", serif;
  position: absolute;
  bottom: 5.11vw;
  padding-right: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .deco {
    font-size: 1.6rem;
    bottom: 40px;
    padding-right: 25px;
  }
}
/* ========== 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: 781px) {
  .rw_xo {
    display: block !important;
  }
}
/* ========== end △ */

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

/* wp
================================================== */
.wp-pagenavi .pages,
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .last {
  display: none;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .wp-pagenavi {
    gap: 20px 2%;
  }
}
/* ========== end △ */
.wp-pagenavi span,
.wp-pagenavi a {
  color: #222222;
  background: #f2f0e7;
  display: inline-block;
  text-align: center;
  padding: 2.044vw 3.066vw 2.044vw 3.066vw;
  border-radius: 10px;
  border: 1px solid #ffffff;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .wp-pagenavi span,
  .wp-pagenavi a {
    padding: 13px 20px;
  }
  .wp-pagenavi span:hover,
  .wp-pagenavi a:hover {
    box-shadow: 0 5px 16px rgba(8, 0, 58, 0.15);
  }
}
/* ========== end △ */
.wp-pagenavi .current {
  background: transparent;
}/*# sourceMappingURL=utility.css.map */