@charset "UTF-8";
/* ==================================================
	basic settings
================================================== */
/* ==================================================
	basic layout
================================================== */
a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}
a:link {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
a.list:hover {
  opacity: 0.8;
}
a.link_a {
  text-decoration: underline;
}

body.overflow {
  overflow: hidden;
}

img,
iframe {
  width: 100%;
}

#wrapper {
  overflow-x: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  color: #666666;
  -webkit-text-size-adjust: 100%;
  font-size: 3.577vw;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.8;
  letter-spacing: 0.1em;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #wrapper {
    font-size: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #wrapper {
    font-size: 1.0975609756vw;
  }
}
/* ========== end △ */

.container {
  width: 100%;
  box-sizing: border-box;
  padding: 0vw 3.066vw 0vw 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .container {
    max-width: 1540px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .container {
    max-width: 93.9024390244vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .container {
    padding: 0px 20px 0px 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .container {
    padding: 0vw 1.2195121951vw 0vw 1.2195121951vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .container.mode_m {
    max-width: 1340px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .container.mode_m {
    max-width: 81.7073170732vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .container.mode_s {
    max-width: 1140px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .container.mode_s {
    max-width: 69.512195122vw;
  }
}
/* ========== end △ */

.cont_wrap {
  width: 100%;
  box-sizing: border-box;
	    padding-left: 5%;
       padding-right: 5%;
}

.sec_pd {
  padding: 10.22vw 0vw 12.775vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .sec_pd {
    padding: 100px 0px 100px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .sec_pd {
    padding: 6.0975609756vw 0vw 6.0975609756vw 0vw;
  }
}
/* ========== end △ */

.sec_pd_m {
  padding: 8.9425vw 0vw 8.9425vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .sec_pd_m {
    padding: 80px 0px 80px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .sec_pd_m {
    padding: 4.8780487805vw 0vw 4.8780487805vw 0vw;
  }
}
/* ========== end △ */

.sec_mt {
  margin-top: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .sec_mt {
    margin-top: 140px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .sec_mt {
    margin-top: 8.5365853659vw;
  }
}
/* ========== end △ */

.sec_mt_m {
  margin-top: 20.44vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .sec_mt_m {
    margin-top: 110px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .sec_mt_m {
    margin-top: 6.7073170732vw;
  }
}
/* ========== end △ */

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

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

.cont_mt {
  margin-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .cont_mt {
    margin-top: 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .cont_mt {
    margin-top: 4.2682926829vw;
  }
}
/* ========== end △ */

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

/* ==================================================
	keyframes
================================================== */
@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
}
@keyframes txt_rotate {
  0% {
    transform: rotatey(0);
  }
  80% {
    transform: rotatey(0);
  }
  100% {
    transform: rotatey(360deg);
  }
}
@keyframes purun {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  3% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  6% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  10% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  14% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  20% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes purupuru {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  10% {
    transform: scale(1, 1.12) translate(-7.5%, -6%) skew(9deg, 0deg);
  }
  25% {
    transform: scale(1, 0.88) translate(7.5%, 6%) skew(-9deg, 0deg);
  }
  32% {
    transform: scale(1, 1.06) translate(4%, -4%) skew(-6deg, 0deg);
  }
  40% {
    transform: scale(1, 0.94) translate(-4%, 4%) skew(6deg, 0deg);
  }
  50% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes scroll_arrow {
  0% {
    opacity: 0;
    transform: translateY(0);
  }
  10% {
    opacity: 1;
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    transform: translateY(20px);
  }
  90% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes slide_info {
  0% {
    opacity: 0;
    transform: translateX(-6vw) scale(1);
  }
  10% {
    opacity: 1;
    transform: translateX(-6vw) scale(1);
  }
  80% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
  90% {
    opacity: 0;
    transform: translateX(0) scale(1);
  }
  100% {
    opacity: 0;
    transform: translateX(0) scale(1);
  }
}
@keyframes scroll_dot {
  0% {
    opacity: 0;
    top: 0;
  }
  10% {
    opacity: 1;
    top: 0;
  }
  90% {
    opacity: 1;
    top: 100%;
  }
  100% {
    opacity: 0;
    top: 100%;
  }
}
/* ==================================================
	header
================================================== */
#header {
  width: 100%;
  position: fixed;
  z-index: 11;
  top: 0;
  left: 0;
}
#header .inner {
  display: flex;
  align-items: center;
  padding: 4.599vw 3.066vw 4.599vw 3.066vw;
  position: relative;
  z-index: 2;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #header .inner {
    padding: 72px 70px 0px 70px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #header .inner {
    padding: 4.3902439024vw 4.2682926829vw 0vw 4.2682926829vw;
  }
}
/* ========== end △ */
#header .inner .logo {
  display: block;
  align-items: center;
  z-index: 12;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #header .inner .logo {
    transition: all 0.3s ease;
  }
  #header .inner .logo:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
#header .inner .logo h1 {
  display: flex;
  align-items: center;
}
#header .inner .logo img {
  width: auto;
  height: 12.5195vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #header .inner .logo img {
    height: 60px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #header .inner .logo img {
    height: 3.6585365854vw;
  }
}
/* ========== end △ */
#header .inner .h_line {
  position: relative;
  margin-left: auto;
  z-index: 12;
}
#header .inner .h_line img {
  height: 12.775vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #header .inner .h_line img {
    height: 100px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #header .inner .h_line img {
    height: 6.0975609756vw;
  }
}
/* ========== end △ */

.site-header {
  transition: 0.3s ease all;
}
.site-header.hide {
  transform: translateY(-100%);
}
.site-header.open {
  transform: translateY(0%) !important;
}

/* ==================================================
	gnav
================================================== */
.nav_gnav .nav_box {
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  right: -100%;
  top: 0;
  box-sizing: border-box;
  overflow: auto;
  padding: 22.995vw 3.8325vw 15.33vw 3.8325vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box {
    padding: 140px 15px 40px 15px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box {
    padding: 8.5365853659vw 0.9146341463vw 2.4390243902vw 0.9146341463vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box.active {
  opacity: 1;
  right: 0;
}
.nav_gnav .nav_box::after {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, #de3941 0%, #de676b 30%, #de676b 70%, #de3941 100%);
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0.7;
}
.nav_gnav .nav_box .nav_inner {
  width: 90%;
  overflow: hidden;
  padding: 5.11vw 3.8325vw 5.11vw 3.8325vw;
  border-radius: 3vw;
  margin: 0 auto;
  position: relative;
  z-index: 11;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .nav_inner {
    padding: 20px 15px 20px 15px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .nav_inner {
    padding: 1.2195121951vw 0.9146341463vw 1.2195121951vw 0.9146341463vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li {
  padding: 2.555vw 0vw 2.555vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li {
    padding: 10px 0px 10px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li {
    padding: 0.6097560976vw 0vw 0.6097560976vw 0vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li + li {
  margin-top: 1.022vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li + li {
    margin-top: 4px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li + li {
    margin-top: 0.243902439vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li a {
  width: fit-content;
  color: #fff;
  display: block;
  text-align: center;
  font-size: 4.088vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li a {
    font-size: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li a {
    font-size: 1.2195121951vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li a .en {
  font-family: "Shippori Mincho", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  display: block;
  font-size: 8.687vw;
  line-height: 1.2;
  margin-bottom: 0.511vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li a .en {
    font-size: 54px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li a .en {
    font-size: 3.2926829268vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li a .en {
    margin-bottom: 2px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li a .en {
    margin-bottom: 0.1219512195vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li a .ja {
  font-size: 3.577vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li a .ja {
    font-size: 20px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li a .ja {
    font-size: 1.2195121951vw;
  }
}
/* ========== end △ */
.nav_gnav .nav_box .h_nav ul li a.contact {
  width: fit-content;
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: 3.066vw 12.775vw 3.066vw 12.775vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .nav_gnav .nav_box .h_nav ul li a.contact {
    padding: 12px 60px 12px 60px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .nav_gnav .nav_box .h_nav ul li a.contact {
    padding: 0.7317073171vw 3.6585365854vw 0.7317073171vw 3.6585365854vw;
  }
}
/* ========== end △ */

.hum_wrap {
  cursor: pointer;
  width: 12.5195vw;
  height: 12.5195vw;
  position: relative;
  z-index: 11;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_wrap {
    width: 80px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .hum_wrap {
    width: 4.8780487805vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_wrap {
    height: 80px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .hum_wrap {
    height: 4.8780487805vw;
  }
}
/* ========== end △ */

.hum_trigger {
  z-index: 12;
  position: relative;
  width: 100%;
  height: 100%;
  color: #fff;
  display: inline-block;
  font-size: 2.555vw;
  transition: all 0.5s;
  box-sizing: border-box;
  border: 1px solid #a4363a;
  border-radius: 100vw;
}
.hum_trigger span {
  background: #a4363a;
  display: inline-block;
  transition: all 0.5s;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  width: 50%;
  left: 25%;
  height: 2px;
  border-radius: 5px;
}
.hum_trigger span:nth-of-type(1) {
  top: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_trigger span:nth-of-type(1) {
    top: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .hum_trigger span:nth-of-type(1) {
    top: 1.8292682927vw;
  }
}
/* ========== end △ */
.hum_trigger span:nth-of-type(2) {
  top: calc(50% - 1px);
}
.hum_trigger span:nth-of-type(3) {
  bottom: 4.088vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_trigger span:nth-of-type(3) {
    bottom: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  .hum_trigger span:nth-of-type(3) {
    bottom: 1.8292682927vw;
  }
}
/* ========== end △ */
.hum_trigger.active {
  border: 1px solid #fff;
}
.hum_trigger.active span {
  background: #fff;
}
.hum_trigger.active span:nth-of-type(1) {
  transform: translateY(1.8vw) rotate(-45deg);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_trigger.active span:nth-of-type(1) {
    transform: translateY(0.5vw) rotate(-45deg);
  }
}
/* ========== end △ */
.hum_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  animation: active-hum 0.8s forwards;
}
@-webkit-keyframes active-hum {
  100% {
    height: 0;
  }
}
@keyframes active-hum {
  100% {
    height: 0;
  }
}
.hum_trigger.active span:nth-of-type(3) {
  transform: translateY(-1.8vw) rotate(45deg);
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  .hum_trigger.active span:nth-of-type(3) {
    transform: translateY(-0.5vw) rotate(45deg);
  }
}
/* ========== end △ */

/* ==================================================
	footer
================================================== */
#footer .container {
  position: relative;
}
#footer .top {
  background: url(../images/top/faq_bg_sp.webp) center top/cover;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top {
    background: url(../images/top/faq_bg_pc.webp) center top/cover;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex {
    display: flex;
    justify-content: space-between;
    position: relative;
  }
  #footer .top .pc_flex::before {
    width: 1px;
    height: 60%;
    background: #000;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}
/* ========== end △ */
#footer .top .pc_flex .flex_item {
  color: #666666;
  position: relative;
  padding: 10.22vw 0vw 10.22vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item {
    width: 570px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item {
    width: 34.756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item {
    padding: 70px 0px 70px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item {
    padding: 4.2682926829vw 0vw 4.2682926829vw 0vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item {
    text-align: center;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item .ttl01 {
    margin-bottom: 30px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item .ttl01 {
    margin-bottom: 1.8292682927vw;
  }
}
/* ========== end △ */
#footer .top .pc_flex .flex_item .ico {
  width: 15.33vw;
  height: 15.33vw;
  display: block;
  margin-top: 5.11vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item .ico {
    width: 106px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item .ico {
    width: 6.4634146341vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item .ico {
    height: 106px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item .ico {
    height: 6.4634146341vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .top .pc_flex .flex_item .ico {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .top .pc_flex .flex_item .ico {
    margin-top: 2.4390243902vw;
  }
}
/* ========== end △ */
/* ▽ SP layout ========== */
@media print, screen and (max-width: 780px) {
  #footer .top .pc_flex .flex_item:not(:first-child)::after {
    width: 66.43vw;
    height: 0.2555vw;
    background: #666666;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}
/* ========== end △ */
#footer .bottom {
  background: linear-gradient(to right, #de3941 0%, #de676b 30%, #de676b 70%, #de3941 100%);
  color: #fff;
  padding: 5.11vw 0vw 4.088vw 0vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom {
    padding: 48px 0px 24px 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom {
    padding: 2.9268292683vw 0vw 1.4634146341vw 0vw;
	font-size: 1.3em;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex {
    display: flex;
    justify-content: space-between;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area {
    width: 800px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_area {
    width: 48.7804878049vw;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_area .logo {
  width: fit-content;
  display: block;
  text-align: center;
/*   margin-left: auto;
  margin-right: auto; */
  display: block;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo {
    display: flex;
    align-items: end;
    gap: 1vw 1vw;
    margin: 0;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_area .logo img {
  width: auto;
  height: 18.907vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo img {
    height: 95px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_area .logo img {
    height: 5.7926829268vw;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_area .logo .txt_area {
  margin-top: 2.555vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area {
    margin-top: 0px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area {
    margin-top: 0vw;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_area .logo .txt_area .ja {
  font-family: "Shippori Mincho", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 6.132vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area .ja {
    font-size: 50px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area .ja {
    font-size: 1.9512195122vw;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_area .logo .txt_area .en {
  font-size: 3.066vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area .en {
    font-size: 16px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area .en {
    font-size: 0.9756097561vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_area .logo .txt_area .en {
    line-height: 1;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .txt_area {
width: 70%;
  margin: 2vw auto;
  padding: 0vw 0vw 0vw 0vw;
}
#footer .bottom .pc_flex .data_box {
  width: 70%;
  margin-top: 4.665vw;
  padding: 0vw 0vw 7.665vw 0vw;
  border-bottom: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_box {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_box {
    margin-top: 2.4390243902vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .txt_area {
    margin-left:0;
	margin-right:0;
    padding: 0px 0px 0px 120px;
  }
  #footer .bottom .pc_flex .data_box {
    padding: 0px 0px 0px 120px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .txt_area {
    padding: 0vw 0vw 0vw 0vw;
  }
  #footer .bottom .pc_flex .data_box {
    padding: 0vw 0vw 0vw 0vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_box {
    border: none;
    margin-right: 0;
    margin-left: 0;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .data_box > p {
  line-height: 1.4;
}
#footer .bottom .pc_flex .data_box > p:not(:first-child) {
  margin-top: 2.044vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .data_box > p:not(:first-child) {
    margin-top: 14px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .data_box > p:not(:first-child) {
    margin-top: 0.8536585366vw;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .f_nav {
  width: 70%;
  margin-top: 7.665vw;
  margin-left: auto;
  margin-right: auto;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav {
    margin-top: 40px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .f_nav {
    margin-top: 2.4390243902vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav {
    margin-right: 100px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .f_nav {
    margin-right: 6.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav {
    width: fit-content;
  }
}
/* ========== end △ */
#footer .bottom .pc_flex .f_nav a {
  font-family: "Shippori Mincho", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-weight: 500;
  font-size: 4.599vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav a {
    transition: all 0.3s ease;
  }
  #footer .bottom .pc_flex .f_nav a:hover {
    opacity: 0.6;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav a {
    font-size: 18px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .f_nav a {
    font-size: 1.0975609756vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .pc_flex .f_nav ul > li {
    margin-top: 8px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .pc_flex .f_nav ul > li {
    margin-top: 0.487804878vw;
  }
}
/* ========== end △ */
#footer .bottom .btn_page_top {
  background: url(../images/common_img/pagetop_deco.webp) left 1vw top/1.5vw auto no-repeat;
  font-family: "Shippori Mincho", "Hina Mincho", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  letter-spacing: 0.2em;
  line-height: 1;
  font-weight: 700;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: absolute;
  right: 3.8325vw;
  bottom: 15.841vw;
  padding-top: 15.33vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .btn_page_top {
    bottom: 112px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .btn_page_top {
    bottom: 6.8292682927vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .btn_page_top {
    padding-top: 120px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .bottom .btn_page_top {
    padding-top: 7.3170731707vw;
  }
}
/* ========== end △ */
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .bottom .btn_page_top {
    right: 50%;
    transform: translateX(38vw);
    background: url(../images/common_img/pagetop_deco.webp) left 0.1vw top/0.5vw auto no-repeat;
  }
}
/* ========== end △ */
#footer .copy {
  margin-top: 7.665vw;
  text-align: center;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .copy {
    margin-top: 50px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .copy {
    margin-top: 3.0487804878vw;
  }
}
/* ========== end △ */
#footer .copy small {
  color: #ffffff;
  font-size: 3.577vw;
}
/* ▽ PC layout ========== */
@media only screen and (min-width: 779px) {
  #footer .copy small {
    font-size: 14px;
  }
}
/* ========== end △ */
/* ▽ TAB layout ========== */
@media only screen and (min-width: 779px) and (max-width: 1440px) {
  #footer .copy small {
    font-size: 0.8536585366vw;
  }
}
/* ========== end △ *//*# sourceMappingURL=base.css.map */