@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;
  color: #4B578B;
  font-size: 10.731vw;
  font-family: "Josefin Sans", serif;
  font-weight: 500;
  line-height: 1;
  text-align: center;
  margin-bottom: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .ttl01 {
    font-size: 7.2rem;
    margin-bottom: 20px;
  }
}
/* ========== end △ */

.ttl_bg {
  background: url(../images/top/about_bg.jpg) center top/auto 100% no-repeat;
  color: #fff;
  font-size: 10.731vw;
  font-family: "Josefin Sans", serif;
  font-weight: bold;
  text-align: center;
  padding-top: 15.33vw;
  padding-bottom: 15.33vw;
  margin-bottom: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .ttl_bg {
    font-size: 7.2rem;
    padding-top: 150px;
    padding-bottom: 150px;
    margin-bottom: 40px;
  }
}
/* ========== end △ */

/* ==================================================
	btn
================================================== */
.btn_mt {
  margin-top: 7.665vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn_mt {
    margin-top: 40px;
  }
}
/* ========== end △ */

.btn01 {
  width: fit-content;
  box-sizing: border-box;
  color: #4B578B;
  display: block;
  font-weight: bold;
  background: #fff;
  font-size: 4.599vw;
  font-weight: bold;
  text-align: center;
  transition: 0.3s ease all;
  padding: 3.066vw 10.22vw 3.066vw 10.22vw;
  border: 2px solid #4B578B;
  margin: 0 auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn01 {
    font-size: 1.9rem;
    padding: 12px 20px 12px 60px;
  }
  .btn01:hover span {
    background: url(../images/common_img/btn_arrow.svg) right 10px center/30px auto no-repeat;
  }
}
/* ========== end △ */
.btn01 span {
  transition: 0.3s ease all;
  background: url(../images/common_img/btn_arrow.svg) right center/7vw auto no-repeat;
  padding-right: 10.22vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn01 span {
    background: url(../images/common_img/btn_arrow.svg) right 20px center/30px auto no-repeat;
    padding-right: 60px;
  }
}
/* ========== end △ */

.btn_contact {
  width: fit-content;
  box-sizing: border-box;
  display: block;
  font-size: 5.11vw;
  text-align: center;
  letter-spacing: 0.2em;
  padding: 2.044vw 10.22vw 2.044vw 10.22vw;
  border: 2px solid #ffffff;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn_contact {
    transition: all 0.3s ease;
  }
  .btn_contact:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .btn_contact {
    font-size: 2.4rem;
    padding: 6px 40px;
  }
}
/* ========== end △ */

.map_btn {
  background: url(../images/common_img/bn_blank.svg) right 4vw center/auto 4vw no-repeat;
  display: inline-block;
  padding: 1.022vw 10.22vw 1.022vw 5.11vw;
  border: 1px solid #000000;
  border-radius: 5px;
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .map_btn {
    transition: all 0.3s ease;
  }
  .map_btn:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .map_btn {
    background: url(../images/common_img/bn_blank.svg) right 30px center/auto 17px no-repeat;
    padding: 8px 60px 8px 30px;
    margin-top: -8px;
    margin-left: 16px;
  }
}
/* ========== end △ */

/* ==================================================
	multiplu
================================================== */
.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: 2px solid #4B578B;
}
.news_li > li {
  border-bottom: 2px dashed #B5B5B5;
}
.news_li > li:last-child {
  border-bottom: 2px solid #4B578B;
}
.news_li > li a {
  display: block;
  position: relative;
  padding: 4.088vw 5.11vw 4.088vw 5.11vw;
  pointer-events: none;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a {
    max-width: 700px;
    padding: 48px 20px 36px;
    margin: 0 auto;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
}
/* ========== end △ */
.news_li > li a .txt .data {
  line-height: 1;
  margin-bottom: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .data {
    width: 140px;
    margin-bottom: 0;
  }
}
/* ========== end △ */
.news_li > li a .txt .data time {
  font-size: 3.577vw;
  letter-spacing: 0.05em;
}
/* ▽ 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-size: 4.3435vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 781px) {
  .news_li > li a .txt .ttl {
    width: calc(100% - 160px);
    font-size: 1.6rem;
  }
}
/* ========== 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;
}

/* ==================================================
	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(40px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=utility.css.map */