@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #17181A;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  body {
    font-size: 14px;
  }
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #17181A;
  text-decoration: none;
}
a:link,
a:visited {
  color: #17181A;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.6;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.8;
  }
}
button {
  outline: none;
}
.inner {
  max-width: 1140px;
  width: 100%;
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .inner {
    padding-left: 18px;
    padding-right: 18px;
  }
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
.all_body_hide {
  overflow: hidden !important;
}
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: rgba(244, 243, 243, 0.9);
}
#header .header_box {
  width: 100%;
  position: relative;
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: space-between;
  margin: auto;
  max-width: 100%;
  padding: 0 40px 0 40px;
  height: 83px;
}
@media screen and (max-width: 1200px) {
  #header .header_item {
    padding: 0 20px 0 20px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item {
    width: auto;
    display: block;
    height: 74px;
    width: 100%;
    padding: 40px 16px 13px 16px;
  }
}
#header .header_item .logo {
  display: block;
  width: 311px;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 1080px) {
  #header .header_item .logo {
    width: 200px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item .logo {
    width: 171px;
  }
}
@media screen and (max-width: 818px) {
  #header .sssb::after {
    display: none !important;
  }
}
#header .menu_logo {
  display: none;
}
@media screen and (max-width: 818px) {
  #header .menu_logo {
    display: block;
    max-width: 60px;
    position: relative;
    z-index: 999999999;
  }
}
#header .menu_item {
  align-items: center;
  justify-content: end;
  text-align: right;
  margin: auto;
  margin-right: 0;
  display: flex;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  #header .menu_item {
    width: auto;
  }
}
#header .menu_item .sns_item {
  margin-left: 48px;
  display: flex;
  column-gap: 24px;
  width: fit-content;
}
@media screen and (max-width: 1200px) {
  #header .menu_item .sns_item {
    margin-left: 20px;
    column-gap: 16px;
  }
}
@media screen and (max-width: 900px) {
  #header .menu_item .sns_item {
    column-gap: 12px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item .sns_item {
    position: fixed;
    right: 60px;
    top: 40px;
    width: 92px;
    margin-left: auto;
    column-gap: 16px;
  }
}
#header .menu_item .sns_item a {
  display: block;
  max-width: 24px;
}
@media screen and (max-width: 818px) {
  #header .menu_item .sns_item a {
    max-width: 20px;
  }
}
#header .menu_item .noborder a::before {
  display: none;
}
#header .menu_item .navli {
  display: block;
  position: relative;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    display: none !important;
  }
}
#header .menu_item .navli .sub_menu a::before {
  display: block;
}
@media screen and (max-width: 818px) {
  #header .menu_item .navli {
    height: auto !important;
  }
  #header .menu_item .navli .menu_te span {
    display: none !important;
  }
}
#header .menu_item .sp_pumenu {
  display: none !important;
}
@media screen and (max-width: 818px) {
  #header .menu_item .sp_pumenu {
    padding-top: 0 !important;
    display: block !important;
  }
  #header .menu_item .sp_pumenu::after {
    display: none;
  }
}
#header .menu_item .sp_pumenu .q_txt {
  position: relative;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  color: #17181A;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 10px 13px 10px 13px;
  border-bottom: 1px solid #BF0101;
}
#header .menu_item .sp_pumenu .q_txt:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item .sp_pumenu .faqactive:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 12px;
  height: 12px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/sp_pumenu_on.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item .sp_pumenu .faqactive {
  border-bottom: none;
}
#header .menu_item .sp_pumenu .a_txt {
  display: none;
  padding: 0 13px 15px 13px;
  border-bottom: 1px solid #BF0101;
  margin-top: 4px;
}
#header .menu_item .sp_pumenu .a_txt a {
  border-bottom: none !important;
  font-weight: 400;
  font-size: 16px;
  color: #17181A;
  width: 100%;
  position: relative;
  padding-left: 17px !important;
  display: block;
  white-space: nowrap;
  padding-bottom: 0 !important;
}
#header .menu_item .sp_pumenu .a_txt a + a {
  margin-top: 11px;
}
#header .menu_item .sp_pumenu .a_txt:after {
  display: none;
}
#header .menu_item .sp_sb {
  position: relative;
}
#header .menu_item #menu_list {
  display: block;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.8s, visibility 0.8s;
    z-index: -10;
    height: 100vh;
    width: 100%;
    padding: 10px 0 0 0;
    position: fixed;
    top: 74px;
    left: 0;
    overflow: scroll;
    text-align: left;
    background: rgba(244, 243, 243, 0.95);
    overflow-x: hidden;
  }
}
#header .menu_item #menu_list .menu_li_icon {
  width: 14px;
  display: flex;
  align-items: center;
  padding-right: 4px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon {
    width: 10px;
    padding-right: 3px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .menu_li_icon {
    display: none;
  }
}
#header .menu_item #menu_list .menu_li_icon img {
  width: 10px;
  height: 9px;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .menu_li_icon img {
    width: 7px;
    height: 6px;
  }
}
#header .menu_item #menu_list .h_copy {
  text-align: center;
  margin-top: 37px;
  display: none;
  padding-top: 18px;
  height: 77px;
  position: relative;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .h_copy {
    display: block;
    text-align: center;
    color: #BF0101;
    font-size: 8px;
    font-weight: 500;
    letter-spacing: 0.5em;
  }
}
#header .menu_item #menu_list .h_copy span {
  position: relative;
  z-index: 10;
}
#header .menu_item #menu_list .h_copy::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 77px;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/common/sp_bg_after.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
#header .menu_item #menu_list .h_copy::after {
  display: none;
}
#header .menu_item #menu_list .main_menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  align-items: center;
  column-gap: 32px;
}
@media screen and (max-width: 1200px) {
  #header .menu_item #menu_list .main_menu {
    column-gap: 16px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu {
    display: block;
    padding-top: 20px;
    z-index: 10;
    position: relative;
  }
  #header .menu_item #menu_list .main_menu li {
    width: 100%;
    margin: auto;
    position: relative;
    padding-left: 28px;
    padding-right: 28px;
  }
  #header .menu_item #menu_list .main_menu li + li {
    padding-top: 10px;
  }
}
#header .menu_item #menu_list .main_menu li {
  align-items: center;
  display: flex;
  height: 24px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li {
    height: auto;
    display: block;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li .menu_te {
    padding-left: 0;
    padding-right: 0;
  }
}
#header .menu_item #menu_list .main_menu li a {
  display: block;
  line-height: 1.25;
  color: #17181A;
  font-family: "Roboto", sans-serif;
  transition: 0.3s ease-in-out;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
}
@media screen and (max-width: 1080px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 900px) {
  #header .menu_item #menu_list .main_menu li a {
    font-size: 13px;
  }
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu li a {
    position: relative;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #17181A;
    display: flex;
    align-items: center;
    justify-content: left;
    padding: 0 13px 10px 13px;
    letter-spacing: 0;
    border-bottom: 1px solid #BF0101;
  }
}
#header .menu_item #menu_list .main_menu .menu_te {
  display: flex;
  align-items: center;
  height: 83px;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .menu_te {
    height: auto;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu {
  display: none;
  position: absolute;
  left: -45px;
  top: 83px;
  text-align: left;
  z-index: 55;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .sub_menu {
    position: relative;
    background: none;
    padding: 0;
    left: auto;
    top: auto;
    display: block;
    margin: auto;
  }
  #header .menu_item #menu_list .main_menu .sub_menu::after {
    display: none;
  }
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box {
  position: relative;
  width: fit-content;
  background: rgba(244, 243, 243, 0.9);
  padding-top: 10px;
  padding-left: 45px;
  padding-bottom: 17px;
  border-radius: 0 0 10px 10px;
  min-width: 260px;
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li {
  width: 100%;
  height: fit-content;
}
#header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
  font-weight: 400;
  font-size: 15px;
  line-height: 2.666;
  color: #17181A;
  width: 100%;
  position: relative;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 818px) {
  #header .menu_item #menu_list .main_menu .sub_menu .sub_menu_box li a {
    font-weight: 500;
    font-size: 15px;
    text-align: center;
  }
}
#header .menu_item .menuopen {
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 9999 !important;
}
#header .menu_item #sp_menuopen01,
#header .menu_item #sp_menuopen02 {
  display: none;
  margin-top: 17px;
}
#header .menu_item #sp_menuopen01 li,
#header .menu_item #sp_menuopen02 li {
  position: relative;
  background: none;
  padding: 0;
  left: auto;
  top: auto;
  width: fit-content;
  margin: auto;
  padding-bottom: 0;
}
#header .menu_item #sp_menuopen01 li::after,
#header .menu_item #sp_menuopen02 li::after {
  display: none !important;
}
#header .menu_item #sp_menuopen01 li a,
#header .menu_item #sp_menuopen02 li a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
}
#header .menu_item #sp_menu01,
#header .menu_item #sp_menu02 {
  padding-right: 30px !important;
  position: relative !important;
  width: fit-content;
  margin: auto;
}
#header .menu_item .after_open::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/common/after_open.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .menu_item .after_close::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 15px;
  right: 0;
  bottom: 0;
  z-index: 1;
  background: url(../img/common/after_close.png) no-repeat center / contain;
  transition: 0.3s ease-in-out;
}
#header .menu_item .show {
  display: block !important;
  transition: 0.3s ease-in-out;
}
#header .menu_item .hide {
  display: none !important;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #header #menuBtn {
    width: 20px;
    height: 13px;
    position: fixed;
    right: 15px;
    top: 44px;
    z-index: 99999999999999999999;
  }
  #header #menuBtn span {
    display: block;
    background: #17181A;
    width: 20px;
    height: 1px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    border-radius: 1px;
  }
  #header #menuBtn span:nth-child(1) {
    bottom: 12px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn span:nth-child(2) {
    bottom: 6px;
  }
  #header #menuBtn span:nth-child(3) {
    bottom: 0px;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(1) {
    transform: translateY(6px) rotate(-45deg);
    width: 21px;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(2) {
    display: none;
    transition: 0.3s ease-in-out;
  }
  #header #menuBtn.isOpen span:not(.txt):nth-child(3) {
    transform: translateY(-6px) rotate(45deg);
    transition: 0.3s ease-in-out;
    width: 21px;
  }
}
#page_s #footer {
  margin-top: 520px;
}
@media screen and (max-width: 818px) {
  #page_s #footer {
    margin-top: 375px;
  }
}
#page_s .page_h2 {
  background: url(../img/common/page_h2_bg.jpg) no-repeat center / contain;
  background-size: cover;
  top: 83px;
  left: 0;
  width: 100%;
  height: 257px;
  position: fixed;
  z-index: 1;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 {
    height: 150px;
    top: 74px;
  }
}
#page_s .page_h2 .inner {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 .inner {
    padding-top: 15px;
  }
}
#page_s .page_h2 .page_h2_ttl {
  color: #ffffff;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 818px) {
  #page_s .page_h2 .page_h2_ttl {
    font-size: 24px;
  }
}
#page_s .flex_noplay {
  z-index: 0;
}
.page_bg {
  position: relative;
  margin-top: 280px;
  z-index: 5;
}
@media screen and (max-width: 818px) {
  .page_bg {
    margin-top: 200px;
  }
}
.page_bg .page_bg_w {
  background: #ffffff;
}
.breadmenu {
  font-family: "Noto Sans JP", sans-serif;
  width: 100%;
  height: 83px;
  color: #ffffff;
  display: flex;
  padding-top: 18px;
  background: url(../img/common/page_bread.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .breadmenu {
    padding-top: 12px;
    height: 36px;
    background: url(../img/common/page_bread_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.breadmenu .breadcrumbs {
  display: flex;
  justify-content: flex-start;
}
.breadmenu .inner {
  height: 100%;
}
.breadmenu a {
  color: #ffffff;
  margin-right: 7px;
}
.breadmenu .breadcrumb_last {
  color: #ffffff;
  margin-left: 7px;
  text-align: left;
}
.breadmenu a,
.breadmenu span,
.breadmenu p {
  font-size: 14px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .breadmenu a,
  .breadmenu span,
  .breadmenu p {
    font-size: 10px;
  }
}
.pagination {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .pagination {
    font-size: 14px;
    margin-top: 30px;
  }
}
.pagination .wp-pagenavi {
  align-items: center;
  display: flex;
  justify-content: center;
}
.pagination .page {
  line-height: 100%;
  display: block;
  width: 24px;
  height: 24px;
  display: flex;
  color: #717171;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  border: none;
  transition: 0.3s ease-in-out;
}
.pagination .page::hover {
  color: #BF0101;
  opacity: 1;
  transition: 0.3s ease-in-out;
}
.pagination .current {
  letter-spacing: 0;
  line-height: 100%;
  width: 24px;
  height: 24px;
  color: #717171;
  background: #D9D9D9;
  display: flex;
  border-radius: 100%;
  align-items: center;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 500 !important;
  border: none !important;
  margin-left: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 818px) {
  .pagination .current {
    font-size: 14px;
  }
}
.pagination .previouspostslink {
  border: none;
  display: block;
  font-size: 0;
  font-weight: 500;
  margin-right: 12px;
  width: 7.3px;
  height: 24px;
  background: url(../img/common/link_l.png) no-repeat center center;
  background-size: 7.3px 7.3px;
}
.pagination .nextpostslink {
  border: none;
  display: block;
  font-size: 0;
  font-weight: 500;
  margin-left: 12px;
  width: 7.3px;
  height: 24px;
  background: url(../img/common/link_r.png) no-repeat center center;
  background-size: 7.3px 7.3px;
}
.h2_ttl {
  position: relative;
  text-align: center;
  padding-top: 61px;
  font-size: 36px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  .h2_ttl {
    font-size: 22px;
    padding-top: 30px;
  }
}
.h2_ttl:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 29.5px);
  width: 80px;
  height: 59px;
  background: url(../img/common/title_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .h2_ttl:after {
    width: 40px;
    height: 30px;
    right: calc(50% - 20px);
  }
}
.h2_ttl_w {
  position: relative;
  text-align: center;
  padding-top: 61px;
  font-size: 36px;
  font-weight: 600;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}
@media screen and (max-width: 818px) {
  .h2_ttl_w {
    font-size: 22px;
    font-weight: bold;
    padding-top: 30px;
  }
}
.h2_ttl_w:after {
  content: '';
  position: absolute;
  top: 0;
  right: calc(50% - 29.5px);
  width: 80px;
  height: 59px;
  background: url(../img/common/title_icon_w.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .h2_ttl_w:after {
    width: 40px;
    height: 30px;
    right: calc(50% - 20px);
  }
}
#footer {
  position: relative;
  z-index: 50;
  margin-top: 100vh;
}
#footer:after {
  content: '';
  position: absolute;
  bottom: 0 ;
  right: 0;
  width: 100%;
  height: calc(100% - 88px);
  background: #2C2F34;
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  #footer:after {
    height: calc(100% - 138px);
  }
}
#footer .footer_bg {
  position: relative;
}
#footer .footer_bg:after {
  content: '';
  position: absolute;
  bottom: 163px;
  left: 0;
  width: 345px;
  height: 257px;
  background: url(../img/common/footer_after01.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 818px) {
  #footer .footer_bg:after {
    background: url(../img/common/footer_after01_sp.png);
    background-size: 100% 100%;
    width: 179px;
    height: 148px;
    bottom: auto;
    top: 262px;
  }
}
#footer .footer_bg::before {
  content: '';
  position: absolute;
  bottom: 74px;
  right: 0;
  width: 429px;
  height: 195px;
  background: url(../img/common/footer_after02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
  z-index: 2;
}
@media screen and (max-width: 818px) {
  #footer .footer_bg::before {
    background: url(../img/common/footer_after02_sp.png);
    background-size: 100% 100%;
    width: 269px;
    height: 116px;
    bottom: 67px;
  }
}
#footer .sns_box {
  position: relative;
  z-index: 50;
  background: #BF0101;
  color: #ffffff;
  padding: 100px 10px;
  border-radius: 200px;
}
@media screen and (max-width: 818px) {
  #footer .sns_box {
    border-radius: 80px;
    padding: 65px 10px;
  }
}
#footer .sns_box dl {
  display: flex;
  width: 100%;
  max-width: 722px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  #footer .sns_box dl {
    display: block;
  }
}
#footer .sns_box dl dt {
  width: 35.8%;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 818px) {
  #footer .sns_box dl dt {
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-bottom: 32px;
  }
}
#footer .sns_box dl dd {
  width: 66.2%;
  display: flex;
  column-gap: 47px;
  align-items: center;
}
@media screen and (max-width: 818px) {
  #footer .sns_box dl dd {
    width: 100%;
    display: block;
  }
}
#footer .sns_box dl dd a {
  width: calc(33.3333% - 31.3333px);
  display: flex;
  text-align: left;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff !important;
  line-height: 30px;
}
@media screen and (max-width: 818px) {
  #footer .sns_box dl dd a {
    margin: auto;
    line-height: 23px;
    width: fit-content;
    font-size: 15px;
  }
  #footer .sns_box dl dd a + a {
    margin-top: 24px;
  }
}
#footer .sns_box dl dd a span {
  margin-right: 11px;
  width: 30px;
}
@media screen and (max-width: 818px) {
  #footer .sns_box dl dd a span {
    margin-right: 8px;
    width: 23px;
  }
}
#footer .right {
  padding: 0 40px;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  #footer .right {
    padding: 0;
  }
}
#footer .right p {
  line-height: 67px;
  background: #17181A;
  color: #ffffff;
  text-align: center;
  width: 100%;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
#footer .footer_list {
  position: relative;
  z-index: 50;
  padding: 90px 0 100px 0;
}
@media screen and (max-width: 818px) {
  #footer .footer_list {
    max-width: 260px;
    margin: auto;
    padding: 60px 0 64px 0;
  }
}
#footer .footer_list dl {
  display: flex;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl {
    display: block;
  }
}
#footer .footer_list dl dt {
  width: 313px;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl dt {
    width: 100%;
  }
}
#footer .footer_list dl dt a {
  display: block;
}
#footer .footer_list dl dd {
  width: calc(100% - 313px);
  padding-left: 92px;
  padding-top: 13px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl dd {
    width: 100%;
    padding-top: 32px;
    padding-left: 0;
  }
}
#footer .footer_list dl dd a {
  display: block;
  width: 15px;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  color: #ffffff;
  text-align: left;
}
#footer .footer_list dl dd .home {
  width: 100%;
  text-align: left;
  font-weight: bold;
  margin-bottom: 26px;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl dd .home {
    margin-bottom: 25px;
  }
}
#footer .footer_list dl dd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl dd ul {
    display: block;
  }
}
#footer .footer_list dl dd ul li {
  width: fit-content;
}
@media screen and (max-width: 818px) {
  #footer .footer_list dl dd ul li {
    width: 100%;
  }
  #footer .footer_list dl dd ul li + li {
    margin-top: 23px;
  }
}
#footer .footer_list dl dd ul li a {
  display: block;
  line-height: 1.2;
  width: 100%;
}
#footer .footer_list dl dd ul li a + a {
  margin-top: 25px;
}
#footer .footer_list dl dd ul li .sub {
  padding-left: 26px;
}
.category {
  background: #17181A;
  z-index: 50;
  position: relative;
}
.category:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 341px;
  height: 304px;
  background: url(../img/common/cat_after01.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .category:after {
    width: 129px;
    height: 179px;
    background: url(../img/common/cat_after01_sp.png);
    background-size: 100% 100%;
  }
}
.category::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 394px;
  height: 200px;
  background: url(../img/common/cat_after02.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
@media screen and (max-width: 818px) {
  .category::before {
    width: 208px;
    height: 155px;
    background: url(../img/common/cat_after02_sp.png);
    background-size: 100% 100%;
  }
}
.category .inner {
  padding-top: 55px;
  padding-bottom: 140px;
}
@media screen and (max-width: 818px) {
  .category .inner {
    padding-left: 27px;
    padding-right: 27px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.category .cat_list {
  margin-top: 32px;
  position: relative;
  z-index: 50;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  column-gap: 24px;
}
@media screen and (max-width: 818px) {
  .category .cat_list {
    margin-top: 30px;
  }
}
.category .cat_list li {
  width: calc(33.3333% - 16px);
  background: #ffffff;
}
@media screen and (max-width: 818px) {
  .category .cat_list li {
    width: 100%;
  }
}
.category .cat_list li a {
  width: 100%;
  padding: 12px;
  display: flex;
  align-items: center;
}
.category .cat_list li span {
  width: 60px;
}
.category .cat_list li .li_txt {
  width: calc(100% - 60px);
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
  line-height: 1.4;
}
.top_bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  z-index: 0;
  left: 0;
  top: 0;
}
.top_bg .mv_flex_img {
  height: 100vh;
}
.top_bg .mv_flex_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.search_box {
  padding-top: 48px;
  padding-bottom: 48px;
  max-width: 682px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .search_box {
    padding-top: 30px;
    padding-bottom: 30px;
    max-width: 100%;
  }
}
.search_box p {
  text-align: center;
}
.search_box .search_bg {
  background: url(../img/common/search_bg.jpg);
  background-size: 100% 100%;
  padding: 30px 70px 37px 70px;
  margin-top: 24px;
}
@media screen and (max-width: 818px) {
  .search_box .search_bg {
    margin-top: 15px;
    background: url(../img/common/search_bg_sp.jpg);
    background-size: 100% 100%;
    padding: 13px 18px 16px 18px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  }
}
.search_box form {
  margin-block-end: 0;
}
.search_box .sub_ttl {
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 818px) {
  .search_box .sub_ttl {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 10px;
  }
}
.search_box .search_flex {
  display: flex;
}
.search_box .search_flex .select_box {
  width: calc(100% - 180px);
  position: relative;
  /* remove checkmark */
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .select_box {
    width: calc(100% - 101px);
  }
}
.search_box .search_flex .select_box:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 13px;
  width: 12px;
  height: 6px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/select.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.search_box .search_flex .select_box select {
  font-weight: 400;
  color: #969696;
  background: #ffffff;
  width: 100%;
  font-size: 16px;
  border: none;
  height: 100%;
  padding: 0 28px;
  border-radius: 50px 0 0 50px;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .select_box select {
    padding: 0 14px;
    font-size: 12px;
  }
}
.search_box .search_flex .select_box select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
}
.search_box .search_flex .select_box select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}
.search_box .search_flex .select_box select,
.search_box .search_flex .select_box ::picker(select) {
  border: none !important;
  appearance: base-select;
  align-items: center;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}
.search_box .search_flex .select_box select::picker-icon {
  display: none;
}
.search_box .search_flex .select_box option::before {
  display: none;
}
.search_box .search_flex .select_box ::picker(select) {
  padding: 0.5rem;
  border-radius: 0 0 25px 25px;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .select_box ::picker(select) {
    border-radius: 0 0 12px 12px;
  }
}
.search_box .search_flex .select_box button {
  border: none;
  border-radius: 5px;
  padding: 0.5rem 0.75rem;
  transition-duration: 0.25s;
}
.search_box .search_flex .select_box option {
  font-size: 16px;
  font-weight: 400;
  display: grid;
  grid-template-columns: 2rem auto;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  transition-duration: 0.25s;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .select_box option {
    font-size: 12px;
  }
}
.search_box .search_flex .select_box option:hover {
  background: lightgray;
}
.search_box .search_flex .select_box option:not(:has(.material-symbols-outlined)) span {
  grid-column: 2;
}
.search_box .search_flex .select_box .material-symbols-outlined svg {
  opacity: 0.75;
  width: 1.2rem;
  height: 1.5rem;
}
.search_box .search_flex .select_box selectedoption .text {
  display: none;
}
.search_box .search_flex .select_box hr {
  height: 1px;
  background-color: lightgray;
  border: none;
}
.search_box .search_flex .select_box .arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 0.3rem solid transparent;
  border-right: 0.3rem solid transparent;
  border-top: 0.3rem solid;
  translate: 0 -0.4rem;
}
.search_box .search_flex .select_box datalist {
  border: none;
  padding: 0.5rem 0;
}
.search_box .search_flex .select_box select:has(:popover-open) button {
  background: lightgray;
}
.search_box .search_flex .search_btn {
  cursor: pointer;
  background: #BF0101;
  border-radius: 0 50px 50px 0;
  height: 50px;
  width: 172px;
  margin-left: 8px;
  display: flex;
  column-gap: 10px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: bold;
  padding-right: 10px;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .search_btn {
    padding-right: 12px;
    width: 96px;
    margin-left: 5px;
    height: 28px;
    font-size: 12px;
    column-gap: 6px;
  }
}
.search_box .search_flex .search_btn img {
  max-width: 14.5px;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .search_btn img {
    max-width: 11.5px;
  }
}
.search_box .search_flex .search_btn input {
  font-weight: bold;
  color: #ffffff;
  background: none;
  font-size: 16px;
  border: none;
  padding: 0;
  cursor: pointer;
}
@media screen and (max-width: 818px) {
  .search_box .search_flex .search_btn input {
    font-size: 12px;
  }
}
.tours_list_all {
  position: relative;
}
.tours_list_all .inner {
  padding-top: 20px;
}
.tours_list_all .arc_list {
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list {
    padding-bottom: 40px;
  }
}
.tours_list_all .arc_list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 40px;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list ul {
    display: block;
  }
}
.tours_list_all .arc_list ul li {
  width: calc(33.3333% - 26.6666px);
  background: #F4F3F3;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list ul li {
    width: 100%;
  }
  .tours_list_all .arc_list ul li + li {
    margin-top: 24px;
  }
}
.tours_list_all .arc_list ul li .img {
  position: relative;
}
.tours_list_all .arc_list ul li .img .cat {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #BF0101;
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  width: fit-content;
  line-height: 24px;
  padding: 0 24px;
  z-index: 5;
  font-family: "Roboto", sans-serif;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list ul li .img .cat {
    font-weight: bold;
  }
}
.tours_list_all .arc_list ul li .img .img_bg {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.tours_list_all .arc_list ul li .img .img_bg:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.tours_list_all .arc_list ul li .img .img_bg img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.tours_list_all .arc_list ul li .li_txt {
  padding: 25px 24px 32px 24px;
}
.tours_list_all .arc_list ul li .li_txt p {
  font-weight: bold;
  margin-bottom: 16px;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list ul li .li_txt p {
    font-size: 18px;
  }
}
.tours_list_all .arc_list ul li .li_txt .pr {
  padding-left: 26px;
  position: relative;
  text-align: left;
  font-size: 14px;
  font-weight: 500;
}
@media screen and (max-width: 818px) {
  .tours_list_all .arc_list ul li .li_txt .pr {
    font-weight: 400;
  }
}
.tours_list_all .arc_list ul li .li_txt .pr:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/icon_pr.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.tours_list_all .arc_list ul li .li_txt .li_btn {
  margin-top: 24px;
  width: 100%;
  display: block;
  position: relative;
  line-height: 40px;
  border-radius: 40px;
  text-align: center;
  border: 1px solid #BF0101;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #BF0101 !important;
  transition: 0.3s ease-in-out;
}
.tours_list_all .arc_list ul li .li_txt .li_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 18px;
  height: 18px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/btn_icon.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.tours_list_all .arc_list ul li .li_txt .li_btn:hover {
  background: #BF0101;
  color: #ffffff !important;
  opacity: 1 !important;
}
.red_btn {
  display: block ;
  margin: auto ;
  width: 100% ;
  max-width: 310px ;
  line-height: 60px ;
  background: #BF0101;
  color: #ffffff !important;
  border-radius: 60px ;
  font-size: 16px ;
  font-family: "Roboto", sans-serif;
  font-weight: bold ;
  text-align: center ;
  padding: 0 ;
  position: relative;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .red_btn {
    margin-top: 24px;
  }
}
.red_btn:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/common/send_btn.png);
  background-size: 100% 100%;
  transition: 0.3s ease-in-out;
}
.blog {
  background: #F4F3F3;
  margin-top: 100vh;
  position: relative;
  z-index: 50;
}
@media screen and (max-width: 818px) {
  .blog {
    margin-top: 375px;
  }
}
.blog .inner {
  padding-top: 80px;
  padding-bottom: 208px;
}
@media screen and (max-width: 818px) {
  .blog .inner {
    padding-top: 40px;
    padding-bottom: 218px;
  }
}
.blog .h2_ttl {
  margin-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .blog .h2_ttl {
    margin-bottom: 24px;
  }
}
.blog .blog_list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  column-gap: 49px;
}
@media screen and (max-width: 818px) {
  .blog .blog_list {
    gap: 24px;
  }
}
.blog .blog_list li {
  width: calc(33.3333% - 32.6666px);
}
@media screen and (max-width: 818px) {
  .blog .blog_list li {
    width: 100%;
  }
}
.blog .blog_list li a {
  padding: 12px 12px 24px 12px;
  background: #ffffff;
  display: block;
}
.blog .blog_list li .img {
  width: 100%;
  height: 210px;
  margin-bottom: 16px;
}
.blog .blog_list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blog .blog_list li .tag_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.blog .blog_list li .tag_list .data {
  text-align: left;
  font-size: 14px;
  font-weight: 500;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  color: #717171;
}
.blog .blog_list li .tag_list .cat {
  background: #BF0101;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Roboto", sans-serif;
  width: fit-content;
  padding: 0 12px;
}
.blog .blog_list li .ttl {
  text-align: left;
  margin-top: 8px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (max-width: 818px) {
  .blog .blog_list li .ttl {
    font-size: 18px;
  }
}
.a_link {
  text-decoration: underline !important;
}
