@charset "UTF-8";
/* CSS Document */
body {
  background: -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
}

/*---------------------------------------------------------------------
  container
---------------------------------------------------------------------*/
#container {
  overflow: hidden;
  position: relative;
}

#container.fixed {
  position: fixed;
  width: 100%;
}

#container #bg {
  position: absolute;
  overflow: hidden;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
}
#container #bg ul.bg01 li {
  position: absolute;
  -webkit-animation: floatRotate linear 15s infinite;
          animation: floatRotate linear 15s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
#container #bg ul.bg01 li img {
  width: 100%;
  max-width: 100%;
}
#container #bg ul.bg01 li:nth-child(1) {
  width: 386px;
  top: 95px;
  left: 35px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#container #bg ul.bg01 li:nth-child(2) {
  width: 194px;
  top: 615px;
  left: 0;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
#container #bg ul.bg01 li:nth-child(3) {
  width: 126px;
  top: 26px;
  right: 530px;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
}
#container #bg ul.bg01 li:nth-child(4) {
  width: 170px;
  top: 288px;
  right: 37px;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
#container #bg ul.bg01 li:nth-child(5) {
  width: 277px;
  top: 614px;
  right: 26px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#container #bg ul.bg01 li:nth-child(6) {
  display: none;
}

@-webkit-keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-45px) translateX(35px) rotate(90deg);
            transform: translateY(-45px) translateX(35px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-8px) translateX(-13px) rotate(180deg);
            transform: translateY(-8px) translateX(-13px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-80px) translateX(28px) rotate(270deg);
            transform: translateY(-80px) translateX(28px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}

@keyframes floatRotate {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-45px) translateX(35px) rotate(90deg);
            transform: translateY(-45px) translateX(35px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(-8px) translateX(-13px) rotate(180deg);
            transform: translateY(-8px) translateX(-13px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-80px) translateX(28px) rotate(270deg);
            transform: translateY(-80px) translateX(28px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}
@media print, screen and (max-width: 768px) {
  #container #bg ul.bg01 li {
    -webkit-animation: floatRotateMobile linear 18s infinite;
            animation: floatRotateMobile linear 18s infinite;
  }
  #container #bg ul.bg01 li:nth-child(1) {
    width: 80px;
    top: 92px;
    left: -25px;
  }
  #container #bg ul.bg01 li:nth-child(2) {
    width: 40px;
    top: 379px;
    left: -15px;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
    -webkit-animation-delay: 2s;
            animation-delay: 2s;
  }
  #container #bg ul.bg01 li:nth-child(3) {
    width: 52px;
    top: 28px;
    right: 105px;
  }
  #container #bg ul.bg01 li:nth-child(4) {
    width: 35px;
    top: 92px;
    right: 0px;
    -webkit-animation-duration: 15s;
            animation-duration: 15s;
  }
  #container #bg ul.bg01 li:nth-child(5) {
    width: 94px;
    top: 220px;
    right: -58px;
  }
  #container #bg ul.bg01 li:nth-child(6) {
    display: block;
    width: 35px;
    top: 424px;
    right: 0px;
  }
}
@-webkit-keyframes floatRotateMobile {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-7px) translateX(5px) rotate(90deg);
            transform: translateY(-7px) translateX(5px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-10px) rotate(180deg);
            transform: translateY(5px) translateX(-10px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-10px) translateX(7px) rotate(270deg);
            transform: translateY(-10px) translateX(7px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}
@keyframes floatRotateMobile {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-7px) translateX(5px) rotate(90deg);
            transform: translateY(-7px) translateX(5px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-10px) rotate(180deg);
            transform: translateY(5px) translateX(-10px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-10px) translateX(7px) rotate(270deg);
            transform: translateY(-10px) translateX(7px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}
@media print, screen and (min-width: 769px) {
  .pc_none {
    display: none;
  }
}
@media print, screen and (max-width: 425px) {
  .sp_block {
    display: block;
  }
  #container #bg ul.bg01 li:nth-child(1) {
    width: 90px;
    top: 80px;
    left: -45px;
  }
  #container #bg ul.bg01 li:nth-child(2) {
    width: 60px;
    top: 300px;
    left: -30px;
  }
  #container #bg ul.bg01 li:nth-child(3) {
    width: 45px;
    top: 550px;
    left: -20px;
  }
  #container #bg ul.bg01 li:nth-child(4) {
    width: 70px;
    top: 800px;
    left: 15px;
  }
  #container #bg ul.bg01 li:nth-child(5) {
    width: 40px;
    top: 1050px;
    left: 30px;
  }
  #container #bg ul.bg01 li:nth-child(6) {
    width: 28px;
    top: 1300px;
    left: 15px;
  }
}
.common__inner {
  padding: 0 25px;
}

@media print, screen and (min-width: 769px) {
  .common__inner {
    padding: 0 20px;
    max-width: 1540px;
    margin: 0 auto;
  }
}
.common_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 40px;
  position: relative;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  text-align: center;
  overflow: hidden;
  padding: 20px 0;
  background: #ca541b;
  z-index: 1;
}
@media (hover: hover) {
  .common_button:hover {
    text-decoration: none;
    color: #fff;
  }
  .common_button:hover::after {
    opacity: 0;
  }
}
.common_button::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.common_button.-mail {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.common_button.-mail::before {
  content: "";
  display: block;
  width: 25px;
  height: 16px;
  background: url("../image/common/icon_mail.svg") no-repeat center center;
}
.common_button.-prev {
  background: #231815 url("../image/topics/icon_prev.svg") no-repeat 25px 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.common_button.-prev:hover {
  text-decoration: none;
  background-color: #ca541b;
}
.common_button.-prev::after {
  content: none;
}
.common_button.-next {
  background: #231815 url("../image/common/icon_next.svg") no-repeat right 25px top 50%;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.common_button.-next:hover {
  text-decoration: none;
  background-color: #ca541b;
}
.common_button.-next::after {
  content: none;
}
.common_button.-white {
  background-color: #fff;
  border: 2px solid #231815;
  color: #231815;
}
.common_button.-white:hover {
  color: #fff;
}

@media print, screen and (min-width: 769px) {
  .common_button {
    font-size: 20px;
    padding: 15px 0;
    border-radius: 40px;
  }
}
/*---------------------------------------------------------------------
  site_header
---------------------------------------------------------------------*/
#site_header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
}
#site_header .common__inner {
  position: relative;
}
#site_header .site_logo {
  position: absolute;
  left: 0;
  top: 0;
}
#site_header #site_nav {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 101;
  overflow-y: scroll;
  display: none;
}
#site_header #site_nav .btn_site_navi svg path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
#site_header #site_nav .btn_site_navi:hover svg .path {
  fill: #ffe200;
}

.site_nav_header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
}
.site_nav_body {
  padding: 95px 30px 60px;
}
.site_nav_body_nav {
  padding: 0 10px;
}
.site_nav_body_nav_contact {
  text-align: center;
  margin-bottom: 20px;
}
.site_nav_body_nav_contact dd {
  font-size: 12px;
  margin-top: 11px;
}
.site_nav_body_nav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}
.site_nav_body_nav_sns img {
  width: 53px;
}
.site_nav_body figure {
  margin-bottom: 39px;
}
.site_nav_body nav {
  margin-bottom: 78px;
}
.site_nav_body nav ul li {
  border-bottom: 1px solid #d66820;
}
.site_nav_body nav ul li a {
  display: block;
  padding: 15px 0;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}
.site_nav_body nav ul li a span {
  display: none;
}

.btn_site_navi {
  width: 54px;
  height: 60px;
  position: absolute;
  top: 8px;
  right: 16px;
}
.btn_site_navi button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: unset;
  background: unset;
  width: 100%;
  height: 100%;
}
.btn_site_navi button svg path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.btn_site_navi button:hover svg .path {
  fill: #ffe200;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .btn_site_navi {
    right: 168px;
  }
}
/* pc_l */
/* tablet */
@media print, screen and (min-width: 769px) {
  #site_header {
    height: 110px;
  }
  .btn_site_navi {
    width: 88px;
    height: 98px;
    right: 16px;
    top: 13px;
  }
  .site_nav_header {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
  }
  .site_nav_body {
    padding: 209px 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 5.1282051282%;
       -moz-column-gap: 5.1282051282%;
            column-gap: 5.1282051282%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 1170px;
    margin: 0 auto;
  }
  .site_nav_body_nav {
    padding: 0;
    width: 300px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .site_nav_body_nav_contact {
    text-align: left;
    margin-bottom: 20px;
  }
  .site_nav_body_nav_contact dd {
    font-size: 14px;
  }
  .site_nav_body_nav_sns {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .site_nav_body_nav_sns li:nth-child(1) {
    background: url("../image/common/icon_insta_ov.png") no-repeat;
    background-size: contain;
  }
  .site_nav_body_nav_sns li:nth-child(2) {
    background: url("../image/common/icon_x_ov.png") no-repeat;
    background-size: contain;
  }
  .site_nav_body_nav_sns li:nth-child(3) {
    background: url("../image/common/icon_ticktok_ov.png") no-repeat;
    background-size: contain;
  }
  .site_nav_body_nav_sns a {
    display: block;
  }
  .site_nav_body_nav_sns a:hover img {
    opacity: 0;
  }
  .site_nav_body_nav_sns img {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    width: 53px;
  }
  .site_nav_body figure {
    margin-bottom: 0;
    width: 96.5811965812%;
  }
  .site_nav_body nav {
    margin-bottom: 53px;
  }
  .site_nav_body nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 30px 59px;
  }
  .site_nav_body nav ul li {
    width: calc((100% - 59px) / 2);
    border-bottom: unset;
    white-space: nowrap;
  }
  .site_nav_body nav ul li.-corp a {
    font-size: 20px;
  }
  .site_nav_body nav ul li a {
    padding: 0;
    font-size: 21px;
    line-height: 1;
  }
  .site_nav_body nav ul li a span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-family: "Josefin Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    margin-bottom: 5px;
  }
  .site_nav_body nav ul li a span::before {
    content: "";
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 16px;
    height: 16px;
    background: url("../image/common/icon.svg") no-repeat center center;
    background-size: contain;
  }
}
/* pc */
/* pc_l */
/*---------------------------------------------------------------------
  topic_path_top
---------------------------------------------------------------------*/
.topic_path_top {
  margin: 10px 0 8px;
}

.topic_path_top > ol {
  font-size: 16px;
  display: inline;
}

.topic_path_top > ol > li {
  display: inline;
}

.topic_path_top > ol > li + li::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 2px;
  background: #231815;
  border-radius: 1px;
  margin: 0 5px;
}

.topic_path_top > ol > li a {
  text-decoration: none;
  color: #231815;
  font-weight: 500;
}

.topic_path_top > ol > li:first-child a {
  color: #ca541b;
}

/*---------------------------------------------------------------------
  pagebody
---------------------------------------------------------------------*/
#pagebody {
  padding-top: 105px;
}

@media print, screen and (min-width: 769px) {
  #pagebody {
    padding-top: 145px;
  }
}
.pagebody_wrap {
  background: #fff;
  border-radius: 40px;
  margin: 0 15px;
  padding: 50px 25px;
}
.pagebody_header {
  margin-bottom: 20px;
}
.pagebody_header.-bee {
  background: url("../image/common/bee.svg") no-repeat right bottom;
  background-size: 72px 71px;
}
.pagebody_header.-bee.-pc {
  background: none;
}
.pagebody_header::after {
  content: "";
  display: block;
  height: 3px;
  border-radius: 3px;
  background: #231815;
}
.pagebody_header_title {
  font-size: 26px;
  font-weight: 600;
}
.pagebody_header_title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-family: "Josefin Sans", sans-serif;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
}
.pagebody_header_title span::before {
  content: "";
  display: block;
  width: 16px;
  position: relative;
  top: -2px;
  height: 16px;
  background: url("../image/common/icon.svg") no-repeat center center;
}

@media print, screen and (min-width: 1280px) {
  .pagebody_body.-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 4.1666666667%;
       -moz-column-gap: 4.1666666667%;
            column-gap: 4.1666666667%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .pagebody_body_article {
    width: 75.8333333333%;
  }
  .pagebody_body_side {
    width: 20%;
  }
}
@media print, screen and (min-width: 769px) {
  .pagebody_wrap {
    border-radius: 80px;
    margin: 0 auto;
    max-width: 1500px;
    padding: 80px 20px;
  }
  .pagebody_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .pagebody_header {
    margin-bottom: 60px;
  }
  .pagebody_header.-bee {
    background-size: 144px 142px;
  }
  .pagebody_header.-bee .topic_path_top {
    padding-right: 150px;
  }
  .pagebody_header.-bee.-pc {
    background: url("../image/common/bee.svg") no-repeat right bottom;
    background-size: 144px 142px;
  }
  .pagebody_header_title {
    font-size: 60px;
  }
  .pagebody_header_title span {
    -webkit-column-gap: 5px;
       -moz-column-gap: 5px;
            column-gap: 5px;
    font-size: 28px;
  }
  .pagebody_header_title span::before {
    width: 33px;
    height: 33px;
  }
}
/*--------------------------------------------------
  alpha
--------------------------------------------------*/
/* pc */
@media print, screen and (min-width: 1280px) {
  #alpha {
    float: left;
    width: 76.66%;
  }
}
/*--------- text -----------*/
.page_ttl {
  color: #007fb9;
  font-size: 2.2rem;
  font-weight: 500;
  background: #eee;
  padding: 25px 10px;
  line-height: 1.4;
}

.page_ttl span {
  max-width: 1200px;
  margin: 0 auto;
  display: block;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .page_ttl {
    font-size: 3rem;
  }
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .page_ttl {
    font-size: 3.4rem;
    padding: 35px;
  }
}
.content1 {
  line-height: 1.8;
}

.content1 p {
  margin: 1em 0;
}

.content1 h2 + p,
.content1 h3 + p,
.content1 h4 + p,
.content1 h5 + p,
.content1 h6 + p {
  margin-top: 0;
}

.content1 div > p {
  margin-top: 0;
}

/* headline */
.content1 * + h2 {
  margin-top: 80px;
}

.content1 * + h3 {
  margin-top: 60px;
}

.content1 * + h4 {
  margin-top: 40px;
}

.content1 * + h5 {
  margin-top: 20px;
}

.content1 h2 + h3,
.content1 h3 + h4 {
  margin-top: 0;
}

/* utility */
.content1 * + dl,
.content1 * + ol,
.content1 * + ul,
.content1 * + table {
  margin-top: 20px;
}

.lead_01,
.content1 h2 {
  font-size: 2.4rem;
  font-weight: 500;
  padding: 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  margin-bottom: 20px;
  position: relative;
}

.lead_02,
.content1 h3 {
  font-size: 2.2rem;
  font-weight: 500;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 2px solid #bdbdbd;
  position: relative;
}

.lead_02::before,
.content1 h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background: #009fe8;
}

.lead_03,
.content1 h4 {
  font-size: 2rem;
  font-weight: 500;
  padding-bottom: 6px;
  margin-bottom: 15px;
  border-bottom: 1px dotted #707070;
}

.lead_04,
.content1 h5 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.lead_05 {
  color: #224262;
  font-weight: 500;
  font-size: 1.8rem;
}

.lead_06 {
  color: #b55c5c;
  font-weight: 500;
  font-size: 1.8rem;
}

.lead_07 {
  color: #333333;
  font-weight: 500;
  font-size: 1.8rem;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .lead_01,
  .content1 h2 {
    font-size: 3.2rem;
    min-height: 140px;
    padding: 20px 25px;
    margin-bottom: 35px;
  }
  .lead_02,
  .content1 h3 {
    font-size: 3rem;
    padding-bottom: 15px;
  }
  .lead_03,
  .content1 h4 {
    font-size: 2.8rem;
    padding-bottom: 12px;
  }
  .lead_04,
  .content1 h5 {
    font-size: 2.6rem;
  }
  .lead_05,
  .lead_06,
  .lead_07 {
    font-size: 2.4rem;
  }
}
.fc_01 {
  color: #d80000;
}

.modified_date {
  color: #333;
  font-size: 86.66%;
  margin-bottom: 20px;
  text-align: right;
}

/*--------- btn -----------*/
a.btn_01 {
  display: inline-block;
  vertical-align: top;
  color: #333;
  text-decoration: none;
  border: 1px solid #cccccc;
  background: #fff url("/image/icon/arrow_01.png") no-repeat right 10px center;
  min-width: 31.66%;
  padding: 10px 30px;
  font-size: 1.4rem;
  border-radius: 3px;
}

/* pc */
@media screen and (min-width: 1280px) {
  a.btn_01 {
    padding: 18px 30px;
  }
  a.btn_01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a.btn_01:hover {
    color: #fff;
    background-color: #008ecf;
    background-image: url("/image/icon/arrow_01_w.png");
  }
}
/*--------- bg -----------*/
.bg_box_01 {
  background: #f0f7f6;
  padding: 10px 15px;
}

.bg_box_02 {
  background: #f6f5ee;
  padding: 10px 15px;
}

.bg_box_03 {
  border: 1px solid #ccc;
  padding: 10px 15px;
}

/*--------- template -----------*/
.fll_img {
  margin-bottom: 15px;
}

.flr_img {
  margin-bottom: 15px;
}

.sp_flr_img {
  float: right;
  margin: 0 0 0 20px;
}

.sp_fll_img {
  float: left;
  margin: 0 20px 0 0;
}

.fll_img img,
.fll_img img {
  max-width: 100%;
  height: auto;
}

.fl_over {
  overflow: hidden;
}

@media print, screen and (min-width: 767px) {
  .fll_img {
    float: left;
    max-width: 45%;
    margin: 0 40px 0 0;
  }
  .flr_img {
    float: right;
    max-width: 45%;
    margin: 0 0 0 40px;
  }
}
.caption,
.list_1column .caption,
.list_2column .caption,
.list_3column .caption,
.list_4column .caption,
.list_5column .caption {
  font-size: 86.66%;
  line-height: 1.4;
  padding-top: 7px;
  text-align: center;
  margin: 0;
}

.list_1column img,
.list_2column img,
.list_3column img,
.list_4column img,
.list_5column img {
  width: 100%;
  height: auto;
}

.list_2column .width_auto,
.list_3column .width_auto {
  width: auto;
}

/* list_2column */
.list_2column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_2column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_2column .item {
    width: 48.75%;
    margin: 0 2.5% 2.5% 0;
  }
  .list_2column .item + .item {
    margin-top: 0;
  }
  .list_2column .item:nth-child(2n) {
    margin-right: 0;
  }
}
/* list_3column */
.list_3column .item + .item {
  margin-top: 15px;
}

@media print, screen and (min-width: 768px) {
  .list_3column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_3column .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_3column .item + .item {
    margin-top: 0;
  }
  .list_3column .item:nth-child(3n) {
    margin-right: 0;
  }
}
/* list_4column */
.list_4column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_4column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}

.list_4column .item:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .list_4column .item,
  .list_4column .item:nth-child(2n) {
    width: 23.33%;
    margin: 0 2.08% 2.08% 0;
  }
  .list_4column .item:nth-child(4n) {
    margin-right: 0;
  }
}
/* list_5column */
.list_5column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_5column .item {
  width: 48.75%;
  margin: 0 2.5% 2.5% 0;
}

.list_5column .item:nth-child(2n) {
  margin-right: 0;
}

@media print, screen and (min-width: 768px) {
  .list_5column .item,
  .list_5column .item:nth-child(2n) {
    width: 18%;
  }
  .list_5column .item:nth-child(2n) {
    margin-right: 2.5%;
  }
  .list_5column .item:nth-child(5n) {
    margin-right: 0;
  }
}
.contact_box {
  background: #fafafa;
  padding: 15px 20px;
  border: 3px solid #133775;
}

* + .contact_box {
  margin-top: 60px;
}

/*--------- list_index -----------*/
* + .list_index {
  margin-top: 60px;
}

.list_index .item + .item {
  margin-top: 15px;
}

.list_index .item > a {
  color: #000;
  text-decoration: none;
  position: relative;
  border: 1px solid #bfbfbf;
  display: table;
  width: 100%;
}

.list_index .item .thumb {
  display: table-cell;
  vertical-align: middle;
  width: 35%;
}

.list_index .item .thumb span {
  position: relative;
  padding-bottom: 66.66%;
  overflow: hidden;
  display: block;
}

.list_index .item .thumb img {
  position: absolute;
  top: -100%;
  left: -100%;
  right: -100%;
  bottom: -100%;
  margin: auto;
  max-width: none;
  max-height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.list_index .item > a:hover .thumb img {
  opacity: 1;
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}

.list_index .item .thumb + .detail {
  border-left: 1px solid #ccc;
}

.list_index .item .detail {
  display: table-cell;
  vertical-align: middle;
  background: #018fcf no-repeat right 10px center/40px;
  padding: 15px 0;
}

.list_index .item .ttl {
  font-size: 1.8rem;
  color: #fff;
  font-weight: normal;
  position: relative;
  padding-left: 30px;
  padding-right: 10px;
}

.list_index .item .ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 9px;
  margin-top: -4px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #009fe8;
  border-bottom: 2px solid #009fe8;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.list_index .item .lead {
  font-size: 1.5rem;
  margin-top: 5px;
  padding: 7px 10px;
  background: #fce6d6;
}

.list_index .item > ul {
  margin: 5px 0 30px 10px;
}

.list_index .item > ul a {
  display: block;
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #bfbfbf;
  font-size: 1.5rem;
  padding: 5px 10px 5px 20px;
  position: relative;
}

.list_index .item > ul a::before {
  content: "";
  position: absolute;
  left: 5px;
  top: 12px;
  border: 4px solid transparent;
  border-left: 6px solid #009fe8;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_index {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .list_index .item {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .list_index .item + .item {
    margin-top: 0;
  }
  .list_index .item:nth-child(3n) {
    margin-right: 0;
  }
  .list_index .item a {
    display: block;
  }
  .list_index .item a:hover {
    border-color: #008ecf;
  }
  .list_index .item a:hover .ttl {
    color: #008ecf;
  }
  .list_index .item .thumb {
    display: block;
    width: auto;
  }
  .list_index .item .detail {
    display: block;
    padding: 15px 10px;
    background-size: auto;
  }
  .list_index .item a:hover .detail {
    background-color: #ffffe9;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list_index .item .thumb + .detail {
    border-left: none;
  }
  .list_index .item .ttl {
    padding: 7px 0 7px 30px;
  }
  .list_index .item .ttl::before {
    left: 7px;
  }
}
/* hierarchy_link */
.hierarchy_link {
  background: #eee;
  text-align: center;
  padding: 20px;
  margin: 70px 0;
}

.hierarchy_link .inner {
  max-width: 1200px;
  margin: 0 auto;
}

.hierarchy_link .ttl {
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 20px;
}

.hierarchy_link .ttl a {
  color: #000;
  text-decoration: none;
  display: inline-block;
}

.hierarchy_link li + li {
  margin-top: 10px;
}

.hierarchy_link li a {
  display: block;
  color: #000;
  text-decoration: none;
  position: relative;
  border: 1px solid #bfbfbf;
  text-align: left;
  background: #fff;
  padding: 10px 10px 10px 30px;
}

.hierarchy_link li a::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-right: 2px solid #eb6100;
  border-bottom: 2px solid #eb6100;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .hierarchy_link {
    margin: 100px 0;
  }
  .hierarchy_link .ttl {
    font-size: 2.4rem;
  }
  .hierarchy_link .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .hierarchy_link li {
    width: 31.08%;
    margin: 0 3.33% 3.33% 0;
  }
  .hierarchy_link li + li {
    margin-top: 0;
  }
  .hierarchy_link li:nth-child(3n) {
    margin-right: 0;
  }
  .hierarchy_link li a {
    font-size: 1.8rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 16px 16px 16px 35px;
  }
  .hierarchy_link li a::before {
    left: 13px;
    top: 26px;
  }
  .hierarchy_link li a:hover {
    color: #000;
    border-color: #eb6100;
    background-color: #fff6d1;
  }
}
/*--------------------------------------------------
  list_magazine
--------------------------------------------------*/
.list_magazine {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list_magazine .item {
  width: 48%;
  margin: 0 4% 4% 0;
}

.list_magazine .item:nth-child(2n) {
  margin-right: 0;
}

.list_magazine .item a {
  display: block;
  color: #000;
  text-decoration: none;
}

.list_magazine .item img {
  border: 1px solid #ccc;
  width: 100%;
}

.list_magazine .ttl {
  font-weight: 500;
  color: #007fb9;
  margin: 5px 0;
}

.list_magazine .icon_cat {
  font-size: 1.1rem;
  display: inline-block;
  vertical-align: top;
  background: #ebebeb;
  border-radius: 3px;
  padding: 2px 10px;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_magazine .item,
  .list_magazine .item:nth-child(2n) {
    width: 31%;
    margin: 0 3.5% 3.5% 0;
  }
  .list_magazine .item:nth-child(3n) {
    margin-right: 0;
  }
  .list_magazine .ttl {
    font-size: 2rem;
  }
  .list_magazine .icon_cat {
    font-size: 1.4rem;
  }
}
/*--------------------------------------------------
  list_topics
--------------------------------------------------*/
/* list_topics */
.list_topics {
  border-top: 1px solid #393939;
}
.list_topics_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list_topics li {
  border-bottom: 1px solid #393939;
}

.list_topics li a {
  color: #231815;
  display: block;
  text-decoration: none;
  padding: 20px 0;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 14px;
}

.list_topics li a:hover {
  color: #ca541b;
}
.list_topics li a:hover .date {
  color: #231815;
}

.list_topics li span {
  display: inline-block;
  vertical-align: top;
}

.list_topics li .date {
  font-size: 22px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #231815;
}

.list_topics li .icon_cat {
  background: #231815;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  display: block;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.list_topics li .title {
  display: block;
  margin-top: 5px;
}

/* pc */
@media print, screen and (min-width: 768px) {
  .list_topics li a {
    padding: 26px 0 37px;
    font-size: 16px;
  }
  .list_topics li .title {
    margin-top: 10px;
  }
}
/* .pager */
.pager {
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pager .pager a,
.pager span {
  color: #000;
  text-decoration: none;
  width: 40px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-family: "Josefin Sans", sans-serif;
}

.pager li.total span {
  border-color: #fff;
}

.pager li.prev {
  margin-right: 30px;
}

.pager li.next {
  margin-left: 30px;
}

.pager li.prev a svg path.path,
.pager li.next a svg path.path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.pager li.prev a:hover svg path.path,
.pager li.next a:hover svg path.path {
  fill: #ffe200;
}

.pager li.dots span {
  background: url("../image/topics/dots.svg") no-repeat center center;
}

.pager li.current span {
  background: url("../image/topics/current.svg") no-repeat center center;
}

/*--------------------------------------------------
  topics_detail
--------------------------------------------------*/
.topics_detail {
  margin-bottom: 60px;
}
.topics_detail_header {
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.topics_detail_header h1 {
  font-size: 20px;
}
.topics_detail_header_info {
  margin-bottom: 10px;
}
.topics_detail_header_info li.cat {
  background: #231815;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  border-radius: 20px;
  display: block;
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.topics_detail_header_info li.date {
  font-size: 16px;
  font-weight: 600;
  color: #ca541b;
  letter-spacing: 0.05em;
}
.topics_detail_header_info li.date span {
  color: #231815;
  font-family: "Josefin Sans", sans-serif;
  font-size: 18px;
  display: inline-block;
  margin-left: 5px;
}
.topics_detail_body {
  padding-bottom: 30px;
}
.topics_detail_body *:first-child {
  margin-top: 0;
}
.topics_detail_body figure {
  margin: 20px 0;
  border-radius: 20px;
  overflow: hidden;
}
.topics_detail_body p {
  margin: 10px 0 10px 30px;
}
.topics_detail_body p.lead {
  margin-left: 0;
}
.topics_detail_body h2 {
  font-size: 18px;
  margin: 40px 0 10px;
  padding-left: 35px;
  position: relative;
}
.topics_detail_body h2::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../image/topics/h2.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.topics_detail_body h3 {
  font-size: 18px;
  margin: 40px 0 10px;
  padding-left: 35px;
  position: relative;
}
.topics_detail_body h3::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../image/topics/h3.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.topics_detail_body h4 {
  font-size: 18px;
  margin: 40px 0 10px;
  padding-left: 35px;
  position: relative;
}
.topics_detail_body h4::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../image/topics/h4.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.topics_detail_body h5 {
  font-size: 16px;
  margin: 40px 0 10px;
  padding-left: 35px;
  position: relative;
}
.topics_detail_body h5::before {
  content: "";
  display: block;
  width: 26px;
  height: 28px;
  background: url("../image/topics/h5.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}
.topics_detail_body h5.type2 {
  padding-left: 0;
  border: 2px solid #231815;
  border-radius: 10px;
  padding: 10px 15px;
  font-weight: 500;
}
.topics_detail_body h5.type2::before {
  content: none;
}

@media print, screen and (min-width: 769px) {
  .topics_detail {
    margin-bottom: 60px;
  }
  .topics_detail_header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .topics_detail_header h1 {
    font-size: 30px;
  }
  .detail_header {
    margin-bottom: 30px;
    padding-bottom: 20px;
  }
  .detail_header h2 {
    font-size: 30px;
  }
  .topics_detail_header_info {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .topics_detail_body {
    padding-bottom: 30px;
  }
  .topics_detail_body *:first-child {
    margin-top: 0;
  }
  .topics_detail_body figure {
    margin: 30px 0;
    border-radius: 30px;
    overflow: hidden;
  }
  .topics_detail_body p {
    margin: 30px 0 30px 35px;
    font-size: 16px;
  }
  .topics_detail_body p.lead {
    margin-left: 35px;
  }
  .topics_detail_body h2 {
    font-size: 28px;
    margin: 50px 0 10px;
    position: relative;
  }
  .topics_detail_body h2::before {
    width: 31px;
    height: 33px;
    top: 5px;
    left: 0;
  }
  .topics_detail_body h3 {
    font-size: 25px;
    margin: 50px 0 10px;
    position: relative;
  }
  .topics_detail_body h3::before {
    width: 26px;
    height: 28px;
    top: 4px;
  }
  .topics_detail_body h4 {
    font-size: 25px;
    margin: 50px 0 10px;
    position: relative;
  }
  .topics_detail_body h4::before {
    top: 4px;
  }
  .topics_detail_body h5 {
    font-size: 20px;
    margin: 50px 0 10px;
    position: relative;
  }
  .topics_detail_body h5::before {
    top: 0;
  }
  .topics_detail_body h5.type2 {
    padding-left: 0;
    border: 2px solid #231815;
    border-radius: 10px;
    padding: 7px 15px;
    font-weight: 600;
    margin-left: 35px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .topics_detail_body h5.type2::before {
    content: none;
  }
  .topics_detail .common_button {
    max-width: 410px;
    margin: 0 auto;
    font-size: 26px;
  }
}
/*---------------------------------------------------------------------
  top_ttl
---------------------------------------------------------------------*/
.top_ttl {
  text-align: center;
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 1;
  position: relative;
  margin-bottom: 15px;
}

.top_ttl .ja {
  display: block;
}

.top_ttl .en {
  color: #00468c;
  display: inline-block;
  margin: 0 auto;
  background: #fff;
  padding: 0 15px;
  font-size: 1.3rem;
  font-family: "Noto Serif JP";
  position: relative;
}

.top_ttl::before {
  content: "";
  width: 80%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 6px;
  background: #009fe8;
  margin-left: -40%;
}

/* tablet */
@media screen and (min-width: 768px) {
  .top_ttl::before {
    width: 390px;
    margin-left: -195px;
  }
  #top a.btn_01 {
    width: 300px;
    min-width: auto;
  }
}
/* pc */
@media screen and (min-width: 1280px) {
  .top_ttl {
    font-size: 3.4rem;
    margin-bottom: 25px;
  }
  .top_ttl .en {
    font-size: 1.6rem;
  }
}
/*---------------------------------------------------
  beta
---------------------------------------------------*/
#beta {
  margin-top: 40px;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  #beta {
    float: right;
    width: 20%;
    margin-top: 0;
  }
}
/*---------------------------------------------------
  sidemenu
---------------------------------------------------*/
.side_menu a {
  color: #000;
  display: block;
  text-decoration: none;
}

.side_menu a:hover {
  text-decoration: underline;
}

.side_menu .level_1 {
  border-top: 1px solid #ccc;
}

.side_menu .level_1 > li > a {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  border-bottom: 1px solid #ccc;
  position: relative;
}

.side_menu .level_1 > li > a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 17px;
  border: 5px solid transparent;
  border-left: 7px solid #aaa;
}

.side_menu .level_1 > li > a.selected,
.side_menu .level_1 > li > a:hover {
  color: #133557;
}

.side_menu .level_2 > li > a {
  font-size: 1.4rem;
  border-bottom: 1px dotted #bbb;
  padding: 15px;
  position: relative;
}

.side_menu .level_2 > li > a::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #bbbbbb;
  position: absolute;
  left: 0;
  top: 16px;
}

.side_menu .level_2 > li > a.selected,
.side_menu .level_2 > li > a:hover {
  color: #008ecf;
}

.side_menu .level_2 > li > a.selected::before,
.side_menu .level_2 > li > a:hover::before {
  background: #009fe8;
}

.side_menu .level_3 {
  margin: 10px 0 10px 10px;
  background: #fafafa;
}

.side_menu .level_3 > li > a {
  padding: 10px;
  padding-left: 23px;
  font-size: 1.4rem;
  border-bottom: 1px dotted #ccc;
  position: relative;
}

.side_menu .level_3 > li > a::before {
  content: "";
  position: absolute;
  left: 8px;
  top: 18px;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 50%;
}

.side_menu .level_3 > li > a.selected,
.side_menu .level_3 > li > a:hover {
  color: #133557;
}

.side_menu .level_3 > li > a.selected::before,
.side_menu .level_3 > li > a:hover::before {
  background: #009fe8;
}

.side_menu .level_4 {
  margin-left: 22px;
}

.side_menu .level_4 > li + li {
  border-top: 1px dotted #ccc;
}

.side_menu .level_4 > li > a {
  padding: 8px;
  font-size: 1.4rem;
  position: relative;
}

.side_menu .level_4 > li > a::before {
  content: "";
  position: absolute;
  left: -12px;
  top: 15px;
  width: 7px;
  height: 7px;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.side_menu .level_4 > li > a.selected,
.side_menu .level_4 > li > a:hover {
  color: #133557;
}

.side_menu .level_4 > li > a.selected::before,
.side_menu .level_4 > li > a:hover::before {
  border-left-color: #009fe8;
  border-bottom-color: #009fe8;
}

/*--------- beta -----------*/
.list_side_menu {
  border-radius: 30px;
  overflow: hidden;
  background: #e99027;
}

@media (max-width: 768px) {
  .list_side_menu {
    margin-top: 32px;
  }
}

.list_side_menu + .list_side_menu {
  margin-top: 32px;
}

.list_side_menu .ttl {
  font-size: 100%;
  color: #fff;
  text-align: center;
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
  background: #d66820;
}

.list_side_menu ul {
  padding: 15px 10px;
}
.list_side_menu ul.type_01 li + li {
  margin-top: 15px;
}
.list_side_menu ul.type_01 li a {
  background: #fff;
  color: #231815;
  border-radius: 20px;
  display: block;
  text-decoration: none;
  padding: 15px;
}
.list_side_menu ul.type_01 li a .list_side_menu_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 8px;
}
.list_side_menu ul.type_01 li a .date {
  font-size: 14px;
  font-family: "Josefin Sans", sans-serif;
  letter-spacing: 0.05em;
  font-weight: 600;
  color: #231815;
}
.list_side_menu ul.type_01 li a .icon_cat {
  background: #231815;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 20px;
  display: block;
  width: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.list_side_menu ul.type_01 li a .list_side_menu_body {
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 表示したい行数 */
  overflow: hidden;
}
.list_side_menu ul.type_02 a {
  background: #fff;
  text-decoration: none;
  color: #231815;
  padding: 21px 15px 15px 15px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 600;
  font-size: 14px;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
}
.list_side_menu ul.type_02 a::before {
  content: "";
  display: block;
  width: 10px;
  height: 9px;
  background: url("../image/topics/icon_dots.svg") no-repeat center center;
  background-size: contain;
  position: relative;
  top: -2px;
}
.list_side_menu ul.type_02 > li > ul {
  margin: 10px 0 15px 10px;
  padding: 0;
}
.list_side_menu ul.type_02 > li > ul li {
  margin-top: 5px;
}
.list_side_menu ul.type_02 > li > ul li a::before {
  background: url("../image/topics/icon_dots2.svg") no-repeat center center;
}

.list_side_banner {
  margin-top: 40px;
}
.list_side_banner li {
  margin-bottom: 15px;
}
.list_side_banner li a {
  display: block;
  border: 1px solid #bfc8d6;
  border-radius: 10px;
  overflow: hidden;
}
.list_side_banner li a img {
  width: 100%;
}

/* pc */
@media print, screen and (min-width: 1280px) {
  .list_side_menu li a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .list_side_menu li a:hover {
    background: #ecf7fd;
  }
}
/*------サイドバナー-------*/
.bnr_side li {
  font-size: 14px;
  text-align: center;
  margin: 0 0 10px;
}

/*---------------------------------------------------------------------
  faq
---------------------------------------------------------------------*/
.list_faq + .lead_01 {
  margin-top: 60px;
}

.list_faq .item {
  margin-bottom: 20px;
}

.list_faq .btn_q {
  font-size: 16px;
  font-weight: 500;
  position: relative;
  background-color: #ecf7fd;
}

.list_faq .btn_q::before,
.list_faq .btn_q::after {
  content: "";
  position: absolute;
  right: 24px;
  top: 50%;
  margin-top: -11px;
  width: 2px;
  height: 22px;
  background: #009fe8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.list_faq .btn_q::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.list_faq .btn_q.on {
  background: #ffffe7;
}

.list_faq .btn_q.on::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  background: #fd6d06;
}

.list_faq .btn_q.on::after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  background: #fd6d06;
}

.list_faq .btn_q > * {
  color: #000;
  cursor: pointer;
  display: block;
  font-size: 112.5%;
  line-height: 1.6;
  padding: 15px 40px 15px 43px;
  border: 1px solid #ccc;
  position: relative;
}

.list_faq .btn_q > *::before {
  content: "Q";
  display: inline-block;
  color: #009fe8;
  position: absolute;
  top: 14px;
  left: 16px;
}

.list_faq .box_a {
  display: none;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 15px 15px 15px 50px;
  border-top: none;
}

.list_faq .box_a::before {
  content: "A";
  display: inline-block;
  color: #fd6d06;
  font-size: 112.5%;
  font-weight: bold;
  position: absolute;
  top: 14px;
  left: 22px;
}

@media screen and (min-width: 768px) {
  .list_faq .item {
    margin-bottom: 20px;
  }
  .list_faq + .lead_01 {
    margin-top: 100px;
  }
}
/*---------------------------------------------------------------------
  gallery　フォトアルバム
---------------------------------------------------------------------*/
.list_gallery {
  width: 100% !important;
}

.list_gallery .item {
  float: left;
  /*width: 260px;*/
  width: 100%;
  margin-bottom: 20px;
}

.list_gallery .item a {
  color: #fff;
  display: block;
  position: relative;
}

.list_gallery .item img {
  width: 100%;
}

.list_gallery .detail {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}

.list_gallery .detail dl {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.list_gallery .detail .date {
  font-size: 15px;
  text-align: center;
}

.list_gallery .detail .ttl {
  font-size: 17px;
  text-align: center;
}

/* tablet */
@media print, screen and (min-width: 768px) {
  .list_gallery .item {
    width: 32%;
    margin: 0 1% 1% 0;
  }
}
/* pc */
@media print, screen and (min-width: 1280px) {
  .list_gallery .item {
    width: 24%;
    margin: 0 1% 1% 0;
  }
  .list_gallery .detail {
    background: rgba(0, 0, 0, 0.6);
    -webkit-transform: rotateY(-90deg) rotateX(-90deg);
    transform: rotateY(-90deg) rotateX(-90deg);
    -webkit-transition: 0.5s;
    transition: 0.5s;
    opacity: 0;
  }
  .list_gallery a:hover .detail {
    -webkit-transform: rotateY(0) rotateX(0);
    transform: rotateY(0) rotateX(0);
    opacity: 1;
  }
}
/* gallery_detail */
.gallery_detail_head {
  margin-bottom: 30px;
}

.gallery_detail_head .date {
  font-size: 17px;
  text-align: center;
}

.gallery_detail_head .ttl {
  font-size: 20px;
  font-weight: normal;
  text-align: center;
}

.gallery_detail_head .content {
  text-align: center;
  margin-top: 20px;
}

/*---------------------------------------------------------------------
  contact
---------------------------------------------------------------------*/
.mail_form {
  border: 8px solid #d6f0fb;
  margin: 0 auto;
  padding: 22px;
}

.mail_form form {
  margin: 0 auto;
}

.mail_form form dl {
  display: table;
  width: 100%;
  margin-bottom: 30px;
  padding: 0 20px;
}

.mail_form form dt {
  width: 30%;
  display: table-cell;
  vertical-align: top;
  font-size: 93.75%;
  padding-right: 10px;
  padding-top: 12px;
}

.mail_form form dd {
  display: table-cell;
  vertical-align: top;
}

.mail_form form .bg_on {
  background-color: #ececec;
  padding: 12px;
}

.mail_form form .bg_on label {
  /*width: 20%;*/
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.mail_form form .border_on {
  border: 1px solid #cccccc;
  padding: 12px;
}

.mail_form.confirm_list dd {
  background-color: #e5f6fb;
  padding: 12px;
  word-break: break-all;
}

.mail_form .btn_list {
  text-align: center;
  margin: 20px auto;
}

.mail_form .icon_required::before {
  content: "必須";
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}

.icon_required_p {
  color: #fff;
  background: #e20000;
  font-size: 80%;
  border-radius: 3px;
  padding: 2px 9px;
  margin-right: 10px;
}

.mail_form .error {
  color: #d71618;
  font-size: 13px;
}

.form_errors {
  color: #d80000;
  border: 5px solid #e69898;
  text-align: left;
  padding: 20px;
  background: #fafafa;
  margin-bottom: 20px;
}

.mail_form.type_02 form {
  max-width: none;
}

.mail_form.type_02 form dl {
  max-width: 870px;
}

.mail_form.type_02 form dl dt {
  width: 35%;
}

.mail_form input,
.mail_form button,
.mail_form textarea,
.mail_form select {
  margin: 0;
  font-size: 16px;
  padding: 12px;
}

.mail_form input:-ms-input-placeholder {
  color: #808080;
}

.mail_form select,
.mail_form textarea,
.mail_form input[type=tel],
.mail_form input[type=text],
.mail_form input[type=email],
.mail_form input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
  width: 100%;
  background-color: #ececec;
}

.mail_form input.small {
  width: 27%;
}

.mail_form input[type=file] {
  font-size: 16px;
}

.mail_form input[type=radio] {
  margin-right: 5px;
  padding: 5px;
}

.mail_form input[type=checkbox] {
  margin-right: 5px;
  padding: 5px;
}

.mail_form select {
  -webkit-appearance: menulist;
  -moz-appearance: menulist;
  appearance: menulist;
  background-color: #ececec;
  position: relative;
}

.mail_form .twin {
  font-size: 0;
}

.mail_form .twin input + input {
  margin-left: 3.44%;
}

.mail_form .twin input {
  width: 48.26%;
  display: inline-block;
}

.mail_form textarea {
  width: 100%;
  height: 150px;
  background-color: #ececec;
}

.mail_form input[type=text]:focus,
.mail_form input[type=email]:focus,
.mail_form textarea:focus {
  -webkit-box-shadow: 0 0 7px #008cd6;
          box-shadow: 0 0 7px #008cd6;
}

.btm_text {
  /*width: 69%;
  margin-left: auto;*/
  text-align: center;
}

.mail_form input[type=submit] {
  color: #fff;
  padding: 1em 5em;
  background-color: #358fdd;
  border: none;
  border-radius: 0;
}

.mail_form input[type=submit]:hover {
  background-color: #055fad;
}

.mail_form input[type=reset],
.mail_form input.back {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
  border: none;
  border-radius: 0;
}

.mail_form input[type=reset]:hover,
.mail_form input.back:hover {
  background-color: #555;
}

.mail_form .btn_backhome {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #358fdd;
  text-decoration: none;
  border: none;
  border-radius: 0;
  display: inline-block;
}

.mail_form .btn_backhome:hover {
  color: #fff;
  padding: 0.6em 1em;
  background-color: #b5b5b5;
}

.form_message {
  background-color: #ffffbb;
  border: 2px solid #df0000;
  color: #df0000;
  font-size: 120%;
  font-weight: bold;
  margin: 10px auto;
  padding: 10px 15px;
}

@media print, screen and (max-width: 768px) {
  .mail_form {
    padding: 12px;
    border-width: 4px;
  }
  .mail_form form dl {
    padding: 0 10px;
    margin-bottom: 15px;
  }
  .mail_form form dt {
    display: block;
    width: auto;
    text-align: left;
    margin: 0 0 10px;
    padding: 0;
  }
  .mail_form form dd {
    display: block;
    width: auto;
  }
  .mail_form input,
  .mail_form button,
  .mail_form textarea,
  .mail_form select {
    padding: 10px;
  }
  .mail_form input.small {
    width: 50%;
  }
  .mail_form input[type=submit] {
    padding: 1em;
  }
  .btm_text {
    width: auto;
    text-align: center;
  }
}
/* btn_radio  btn_checkbox */
.btn_radio,
.btn_checkbox {
  display: inline-block;
  margin-right: 6px;
}

.btn_radio + label,
.btn_checkbox + label {
  background-color: #ececec;
  /*border: 1px solid #358fdd;*/
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px 10px 10px;
  position: relative;
  margin-bottom: 5px;
}

#confirm.btn_checkbox + label {
  background: #ffffe5;
  border: 1px solid #aaa;
  width: 100%;
}

.btn_radio.size_s + label,
.btn_checkbox.size_s + label {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 10px;
}

@media (min-width: 1px) {
  .btn_radio,
  .btn_checkbox {
    display: none;
    margin: 0;
  }
  .btn_radio + label,
  .btn_checkbox + label {
    padding-left: 37px;
    color: #000;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
  }
  .btn_radio:checked + label,
  .btn_checkbox:checked + label {
    background-color: #cbe2f6;
    border-color: #358fdd;
  }
  .btn_radio + label::before,
  .btn_checkbox + label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 10px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    width: 18px;
    height: 18px;
    margin-top: -9px;
    background: #fff;
  }
  .btn_radio + label::before {
    border: 1px solid #aaa;
    border-radius: 30px;
  }
  .btn_checkbox + label::before {
    border: 1px solid #aaa;
  }
  .btn_radio:checked + label::after,
  .btn_checkbox:checked + label::after {
    content: "";
    position: absolute;
    top: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
  }
  .btn_radio:checked + label::after {
    left: 15px;
    width: 8px;
    height: 8px;
    margin-top: -4px;
    background: #358fdd;
    border-radius: 8px;
  }
  .btn_checkbox:checked + label::after {
    left: 12px;
    width: 16px;
    height: 8px;
    margin-top: -8px;
    border-left: 3px solid #358fdd;
    border-bottom: 3px solid #358fdd;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}
.input_btn_list {
  letter-spacing: -0.5em;
}

.input_btn_list li {
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 10px 0;
}

.input_btn_list label {
  margin: 0 !important;
}

.mail_form input.input_other {
  display: none;
  width: auto;
  margin-left: 10px;
  padding: 10px;
}

/*---------------------------------------------------------------------
  404
---------------------------------------------------------------------*/
.thumb_404 {
  margin-right: 40px;
  float: left;
  width: 20%;
}

.border_box {
  padding: 20px;
  border: 10px solid #fbf4e8;
}

.border_box > ul {
  color: #ff7f00;
  padding-left: 20px !important;
}

/*---------------------------------------------------------------------
  search
---------------------------------------------------------------------*/
/* google カスタム検索の調整 */
.site_search #___gcse_0 {
  background: #edf8fd;
  padding: 15px;
}

.site_search #___gcse_0 .gsc-control-searchbox-only {
  max-width: 500px;
  margin: 0 auto;
}

.site_search table,
.site_search table.gsc-search-box td,
.site_search table.gsc-search-box td.gsc-input {
  padding: 0;
  border: none;
}

.site_search .gsc-adBlock {
  display: none;
}

/* pc */
@media screen and (min-width: 1280px) {
  .site_search #___gcse_0 {
    padding: 30px;
  }
  .site_search input#gsc-i-id1 {
    padding: 10px !important;
  }
  .site_search button.gsc-search-button {
    padding: 15px 27px;
    margin-left: 10px;
  }
  .site_search .gsc-above-wrapper-area-container {
    border: none;
  }
  .site_search .gsc-above-wrapper-area-container td {
    border: none;
    padding: 0;
  }
  .site_search .gsc-selected-option-container {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
  }
  .site_search .gsc-webResult.gsc-result {
    border: 1px solid #e9e9e9;
    margin: 20px 0;
    padding: 15px 20px;
  }
  .site_search .gsc-results {
    width: 100%;
  }
  .site_search .gsc-cursor-box.gs-bidi-start-align {
    text-align: center;
  }
  .site_search .gsc-cursor-page {
    font-size: 1.6rem;
    border: 1px solid #ccc;
    padding: 7px 15px;
    border-radius: 3px;
    display: inline-block !important;
  }
}
.list_search .item {
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 15px;
}

.list_search .item + .item {
  margin-top: 20px;
}

.list_search .ttl {
  font-size: 1.8rem;
  font-weight: bold;
}

.list_search .url {
  color: #808080;
  font-size: 1.2rem;
  margin: 5px 0;
}

/*---------------------------------------------------------------------
  sitemap
---------------------------------------------------------------------*/
.list_sitemap a:hover {
  opacity: 0.8;
}

.list_sitemap .level01 {
  font-size: 100%;
  font-weight: normal;
  margin-bottom: 15px;
}

.list_sitemap * + .level01 {
  margin-top: 40px;
}

.list_sitemap .level01 > a {
  display: block;
  background: #fff9e6;
  background-size: 50px;
  text-decoration: none;
  color: #231815;
  font-size: 160%;
  font-weight: 700;
  padding: 12px 15px;
  position: relative;
  border-radius: 3px;
  border-left: 4px solid #FFE200;
}

.list_sitemap .level02 {
  font-size: 0;
}

.list_sitemap .level02 > li {
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  width: 49.16%;
  margin: 0 1.66% 1.66% 0;
}

.list_sitemap .level02 > li:nth-child(2n) {
  margin-right: 0;
}

.list_sitemap .level02 > li > a {
  border: 1px solid #e0e0e0;
  display: block;
  text-decoration: none;
  padding: 12px;
  border-radius: 3px;
  color: #231815;
  background: #fff;
  position: relative;
  transition: all 0.3s ease;
}

.list_sitemap .level02 > li > a::before {
  content: "";
  position: absolute;
  right: 9px;
  top: 50%;
  margin-top: -6px;
  border: 4px solid transparent;
  border-left: 6px solid #FF6B00;
}

.list_sitemap .level02 > li > a:hover {
  border-color: #FFE200;
  background: #fffef5;
}

.list_sitemap .level03,
.list_sitemap .level04,
.list_sitemap .level05 {
  color: #231815;
  margin-top: 10px;
  list-style-type: disc;
  list-style-position: outside;
  margin-left: 36px;
}

.list_sitemap .level04,
.list_sitemap .level05 {
  margin-left: 24px;
}

.list_sitemap .level03 li + li {
  margin-top: 5px;
}

/*---------------------------------------------------------------------
  js-inview
---------------------------------------------------------------------*/
/* 管理画面で見えなくなるので…#container */
#container .js_slide_up {
  opacity: 0;
  position: relative;
  top: 50px;
}

#container .js_slide_down {
  opacity: 0;
  position: relative;
  top: -50px;
}

#container .js_slide_left {
  opacity: 0;
  position: relative;
  left: -50px;
}

#container .js_slide_right {
  opacity: 0;
  position: relative;
  right: -50px;
}

#container .js_fade {
  opacity: 0;
}

/*---------------------------------------------------------------------
  page_scroll
---------------------------------------------------------------------*/
#page_scroll_navi {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -30px;
  margin-left: -30px;
}

#page_scroll_navi a {
  display: block;
  background: #133557;
  width: 60px;
}

#page_scroll_navi.fixed {
  position: fixed;
  top: auto;
  bottom: 70px;
}

/* pc */
@media screen and (min-width: 1280px) {
  #page_scroll_navi {
    left: auto;
    right: 30px;
    margin: 0;
  }
  #page_scroll_navi a {
    width: 70px;
  }
}
/*---------------------------------------------------------------------
  Contact Page Styles
---------------------------------------------------------------------*/
.contact_flow {
  margin-bottom: 40px;
}
.contact_flow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}
.contact_flow li {
  font-size: 16px;
  font-weight: 500;
  color: #231815;
  position: relative;
  z-index: 2;
  text-align: center;
  width: 33.3333333333%;
}
.contact_flow li:last-child::after {
  display: none;
}
.contact_flow li.-on::after {
  background-color: #231815;
}
.contact_flow li::after {
  height: 1px;
  background: #bfc8d6;
  content: "";
  display: block;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 32.5vw;
  z-index: -1;
}
.contact_flow li svg {
  display: block;
  margin: 15px auto;
}

.contact_text {
  margin-bottom: 40px;
}
.contact_text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 20px;
  color: #231815;
}
.contact_text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.contact_text ul li {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 8px;
  color: #231815;
  padding-left: 0;
}
.contact_text ul li span {
  background: #ca541b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
  padding: 2px 6px;
  line-height: 1;
  margin-left: 5px;
  margin-right: 5px;
}

.contact_form {
  background: #fcf1e1;
  border-radius: 20px;
  padding: 40px 20px;
  margin-bottom: 40px;
}
.contact_form table {
  border: unset;
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
.contact_form tr.corp {
  display: none;
}
.contact_form tr th,
.contact_form tr td {
  background: unset;
  text-align: left;
  border: unset;
}
.contact_form th {
  background: #f8f9fa;
  padding: 20px 15px;
  text-align: left;
  font-size: 15px;
  font-weight: 500;
  color: #231815;
  width: 200px;
}
.contact_form th span {
  background: #ca541b;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  border-radius: 15px;
  padding: 3px 8px;
  margin-right: 8px;
  display: inline-block;
}
.contact_form td {
  padding: 20px 15px;
  vertical-align: top;
}
.contact_form td ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.contact_form td input[type=text],
.contact_form td input[type=email],
.contact_form td input[type=tel],
.contact_form td select,
.contact_form td textarea {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  background: #fff;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact_form td input[type=text]:focus,
.contact_form td input[type=email]:focus,
.contact_form td input[type=tel]:focus,
.contact_form td select:focus,
.contact_form td textarea:focus {
  outline: none;
  border-color: #ca541b;
  -webkit-box-shadow: 0 0 5px rgba(202, 84, 27, 0.2);
          box-shadow: 0 0 5px rgba(202, 84, 27, 0.2);
}
.contact_form td input[type=text]::-webkit-input-placeholder, .contact_form td input[type=email]::-webkit-input-placeholder, .contact_form td input[type=tel]::-webkit-input-placeholder, .contact_form td select::-webkit-input-placeholder, .contact_form td textarea::-webkit-input-placeholder {
  color: #aaa;
}
.contact_form td input[type=text]::-moz-placeholder, .contact_form td input[type=email]::-moz-placeholder, .contact_form td input[type=tel]::-moz-placeholder, .contact_form td select::-moz-placeholder, .contact_form td textarea::-moz-placeholder {
  color: #aaa;
}
.contact_form td input[type=text]:-ms-input-placeholder, .contact_form td input[type=email]:-ms-input-placeholder, .contact_form td input[type=tel]:-ms-input-placeholder, .contact_form td select:-ms-input-placeholder, .contact_form td textarea:-ms-input-placeholder {
  color: #aaa;
}
.contact_form td input[type=text]::-ms-input-placeholder, .contact_form td input[type=email]::-ms-input-placeholder, .contact_form td input[type=tel]::-ms-input-placeholder, .contact_form td select::-ms-input-placeholder, .contact_form td textarea::-ms-input-placeholder {
  color: #aaa;
}
.contact_form td input[type=text]::placeholder,
.contact_form td input[type=email]::placeholder,
.contact_form td input[type=tel]::placeholder,
.contact_form td select::placeholder,
.contact_form td textarea::placeholder {
  color: #aaa;
}
.contact_form td select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='M6 8L0 0h12z' fill='%23666'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 15px center;
  background-size: 12px;
  cursor: pointer;
}
.contact_form td textarea {
  height: 120px;
  resize: vertical;
  font-family: inherit;
  line-height: 1.5;
}
.contact_form td ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}
.contact_form td ul li {
  margin: 0;
}
.contact_form td ul li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  align-items: center;
  cursor: pointer;
  color: #231815;
}
.contact_form td ul li label span {
  width: 20px;
  height: 20px;
  border: 1px solid #ca541b;
  border-radius: 50%;
  margin-right: 8px;
  position: relative;
  background: #fff;
  margin-top: 0;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.contact_form td ul li label input[type=radio] {
  display: none;
}
.contact_form td ul li label input[type=radio]:checked + span {
  border-color: #ca541b;
}
.contact_form td ul li label input[type=radio]:checked + span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ca541b;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.contact_form td .privacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.contact_form td input[type=checkbox] {
  display: none;
}
.contact_form td input[type=checkbox] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  font-size: 16px;
  cursor: pointer;
  color: #231815;
  margin-top: 0;
  position: relative;
}
.contact_form td input[type=checkbox] + span::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 2px solid #231815;
  border-radius: 3px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
}
.contact_form td input[type=checkbox] + span::after {
  content: "";
  position: absolute;
  background: url("../image/contact/check.svg") no-repeat center center;
  left: 5px;
  top: 4px;
  background-size: cover;
  width: 16px;
  height: 15px;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.contact_form td input[type=checkbox]:checked + span::after {
  opacity: 1;
}
.contact_form td p {
  margin: 0 0 15px 0;
  font-size: 14px;
  text-align: left;
  line-height: 1.6;
  color: #231815;
}
.contact_form td p a {
  color: #0800f1;
}
.contact_form td span {
  display: block;
  font-size: 13px;
  color: #888;
  text-align: left;
  margin-top: 8px;
}
.contact_form .error {
  color: #d71618;
  font-size: 13px;
}

form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  text-align: center;
  margin-top: 40px;
}
form > div .common_button {
  min-width: 300px;
  padding: 18px 40px;
  font-size: 16px;
  font-weight: 600;
}

.contact_finish figure {
  text-align: center;
  margin-bottom: 30px;
}
.contact_finish p {
  margin-bottom: 30px;
}
.contact_finish_block {
  background: #fcf1e1;
  border-radius: 20px;
  padding: 30px 20px;
  margin-bottom: 30px;
}
.contact_finish_block ul li {
  position: relative;
  padding-left: 15px;
}
.contact_finish_block ul li + li {
  margin-top: 10px;
}
.contact_finish_block ul li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}

@media print, screen and (max-width: 768px) {
  .contact_flow {
    margin-bottom: 30px;
  }
  .contact_flow ul::before {
    display: none;
  }
  .contact_flow li {
    font-size: 16px;
    padding: 8px 0;
    min-width: auto;
  }
  .contact_text {
    margin-bottom: 30px;
  }
  .contact_text p {
    font-size: 14px;
  }
  .contact_text ul li {
    font-size: 13px;
  }
  .contact_form table,
  .contact_form tr,
  .contact_form th,
  .contact_form td {
    display: block;
    width: 100%;
  }
  .contact_form th {
    border-right: none;
    border-bottom: 1px solid #ececec;
    padding: 15px 0;
    width: auto;
    text-align: left;
  }
  .contact_form td {
    padding: 0 0 15px;
    border-bottom: 2px solid #ececec;
  }
  .contact_form td input[type=text],
  .contact_form td input[type=email],
  .contact_form td input[type=tel],
  .contact_form td select,
  .contact_form td textarea {
    font-size: 16px;
  }
  form > div .common_button {
    width: 100%;
    padding: 15px 30px;
    font-size: 15px;
  }
}
@media print, screen and (min-width: 769px) {
  .contact_flow {
    margin-bottom: 60px;
  }
  .contact_flow li {
    font-size: 16px;
    padding: 15px 35px;
    min-width: 140px;
  }
  .contact_flow li::after {
    width: 31vw;
    top: 54px;
  }
  .contact_text {
    margin-bottom: 50px;
  }
  .contact_text p {
    font-size: 16px;
  }
  .contact_text ul li {
    font-size: 16px;
  }
  .contact_form {
    padding: 50px 20px;
  }
  .contact_form table {
    max-width: 1000px;
    margin: 0 auto;
  }
  .contact_form th {
    width: 250px;
    padding: 25px 20px;
    font-size: 16px;
    white-space: nowrap;
  }
  .contact_form td {
    padding: 25px 20px;
    text-align: left;
  }
  .contact_form td input[type=text],
  .contact_form td input[type=email],
  .contact_form td input[type=tel],
  .contact_form td select,
  .contact_form td textarea {
    font-size: 16px;
    padding: 15px 20px;
  }
  .contact_form td textarea {
    height: 150px;
  }
  form > div {
    margin-top: 50px;
  }
  form > div .common_button {
    min-width: 400px;
    padding: 20px 50px;
    font-size: 18px;
    margin: 0 auto;
  }
  .contact_finish {
    margin-bottom: 68px;
  }
  .contact_finish_block {
    padding: 45px 20px;
  }
  .contact_finish + div .common_button {
    max-width: 400px;
    padding: 20px 50px;
    font-size: 18px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 1280px) {
  .contact_flow li::after {
    width: 378px;
  }
}
.notfound h2 {
  font-size: 22px;
  border-bottom: 1px solid #231815;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.notfound p {
  margin-bottom: 20px;
}
.notfound figure {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 769px) {
  .notfound h2 {
    font-size: 30px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .notfound p {
    margin-bottom: 30px;
  }
  .notfound figure {
    margin-bottom: 60px;
  }
  .notfound .common_button {
    max-width: 410px;
    margin: 0 auto;
  }
}
.business_hero {
  margin-bottom: 25px;
}
.business_hero_image {
  margin-bottom: 20px;
  text-align: center;
}
.business_hero_title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 10px;
}
.business_hero_description {
  text-align: center;
}
.business_hero_description span {
  font-weight: bold;
}
.business_usecases {
  position: relative;
}
.business_usecases::after {
  content: "";
  display: block;
  width: 44px;
  height: 40px;
  background: url("../image/business/icon_down.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -20px;
}
.business_usecases_grid {
  background: #fcf1e1;
  overflow: hidden;
  padding: 20px 20px 30px;
  border-radius: 20px;
  margin-bottom: 40px;
}
.business_usecases_image img {
  display: block;
  width: 100%;
}
.business_usecases_card {
  margin-bottom: 15px;
  border: 4px solid #bfc8d6;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
}
.business_usecases_card:last-child {
  margin-bottom: 0;
}
.business_usecases_content {
  padding: 20px;
}
.business_usecases_title {
  border-bottom: 1px solid #231815;
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  padding-bottom: 10px;
  background: url("../image/topics/h5.svg") no-repeat left top 1px;
  background-size: 22px 22px;
  padding-left: 25px;
  line-height: 1.3;
}
.business_usecases_text {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.business_plans {
  margin-bottom: 30px;
}
.business_plans_text {
  margin-bottom: 30px;
  text-align: center;
  font-size: 20px;
  font-weight: 600;
}
.business_plans_text .brand-name {
  font-family: "Josefin Sans", sans-serif;
}
.business_plans_text .font-large {
  font-size: 26px;
}
.business_plan_card {
  border-radius: 20px;
  padding: 50px 20px;
}
.business_plan_card.-orange {
  background-color: #f2c584;
}
.business_plan_card.-yellow {
  background-color: #ffeb6a;
}
.business_plan_card + .business_plan_card {
  margin-top: 20px;
}
.business_plan_header {
  margin-bottom: 20px;
  text-align: center;
}
.business_plan_label {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.business_plan_title {
  font-size: 26px;
  font-weight: 600;
}
.business_plan_image {
  margin-bottom: 20px;
}
.business_plan_subtitle {
  font-size: 22px;
  font-weight: 600;
  border-bottom: 1px solid #231815;
  padding-bottom: 15px;
  margin-bottom: 20px;
  line-height: 1.2;
}
.sp_none {
  display: none;
}
.business_plan_tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 20px;
  list-style: none;
  padding: 0;
}
.business_plan_tags li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  color: #231815;
  font-size: 14px;
  font-weight: 500;
  border-radius: 16px;
  padding: 0 15px;
  height: 27px;
  letter-spacing: 0.7px;
  box-sizing: border-box;
}
.business_plan_features {
  margin-bottom: 30px;
}
.business_plan_features li {
  position: relative;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 5px;
  padding-left: 15px;
  line-height: 1.4;
}
.business_plan_features li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
.business_plans_detail {
  text-align: center;
  margin: 60px 0;
}
.common_button.-pdf {
  background-color: #231815;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  padding: 18px 40px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}
.common_button.-pdf:hover {
  background-color: #ca541b;
  text-decoration: none;
}
.common_button.-pdf::after {
  content: none;
}
.common_button.-pdf .pdf_icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
.business_plans_note {
  color: #231815;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0;
}
.business_plan_button {
  background: #231815;
  color: #fff;
  font-size: 16px;
  border-radius: 40px;
  font-weight: 500;
  border: 4px solid #fff;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}
.business_plan_button::after {
  content: none;
}
.business_plan_button:hover {
  background-color: #ca541b;
}
.business_contact {
  background: #231815;
  border-radius: 20px;
  margin-bottom: 60px;
  padding: 40px 20px;
}
.business_contact .common_button {
  border: 4px solid #fff;
  font-size: 15px;
  border-radius: 40px;
}
.business_contact_description {
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 24px;
}
.business_hours {
  margin-bottom: 60px;
}
.business_hours_header {
  text-align: center;
  margin-bottom: 20px;
}
.business_hours_title_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
.business_hours_title_ja {
  font-size: 26px;
}
.business_hours_content {
  background: #fcf1e1;
  border-radius: 20px;
  padding: 34px 15px;
}
.business_hours_item {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  display: flex;
}
.business_hours_item .reception {
  font-size: inherit;
}
.business_hours_item .reception strong {
  font-size: inherit;
  font-weight: 600;
}
.business_access_header {
  text-align: center;
  margin-bottom: 20px;
}
.business_access_title_en {
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
.business_access_title_ja {
  font-size: 26px;
}
.business_access_map {
  border: 4px solid #bfc8d6;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 315/182;
  margin-bottom: 20px;
}
.business_access_map iframe {
  width: 100%;
  height: 100%;
}
.business_access_icon::before {
  display: block;
  content: "";
  width: 34px;
  height: 34px;
}
.business_access_item {
  margin-bottom: 20px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}
.business_access_item:last-child {
  margin-bottom: 0;
}
.business_access_item.-address .business_access_icon::before {
  background: url("../image/business/icon_map.svg") no-repeat center center;
  background-size: contain;
}
.business_access_item.-parking .business_access_icon::before {
  background: url("../image/business/icon_car.svg") no-repeat center center;
  background-size: contain;
}
.business_access_item.-transport .business_access_icon::before {
  background: url("../image/business/icon_train.svg") no-repeat center center;
  background-size: contain;
}

@media print, screen and (min-width: 1380px) {
  .business_usecases_grid {
    margin-left: -40px;
    margin-right: -40px;
  }
  .business_plan {
    margin: 0 -40px;
  }
  .business_contact {
    margin-left: -40px;
    margin-right: -40px;
  }
  .business_hours_content {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media print, screen and (min-width: 769px) {
  .business_hero {
    margin-bottom: 50px;
  }
  .business_hero_image {
    margin-bottom: 30px;
    text-align: center;
  }
  .business_hero_title {
    font-size: 38px;
    margin-bottom: 25px;
  }
  .business_hero_description {
    text-align: center;
    font-size: 20px;
  }
  .business_usecases::after {
    width: 79px;
    height: 73px;
    bottom: -40px;
  }
  .business_usecases_grid {
    padding: 50px;
    border-radius: 30px;
    margin: 0 auto 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 1300px;
  }
  .business_usecases_image img {
    display: block;
    width: 100%;
  }
  .business_usecases_card {
    margin-bottom: 0;
    border: 6px solid #bfc8d6;
    border-radius: 30px;
    overflow: hidden;
    width: calc((100% - 40px) / 3);
  }
  .business_usecases_content {
    padding: 20px;
  }
  .business_usecases_title {
    font-size: 18px;
    background-size: 26px 26px;
    line-height: 1.3;
    padding-left: 30px;
  }
  .business_usecases_text {
    font-size: 16px;
    line-height: 1.5;
  }
  .business_plans {
    margin-bottom: 80px;
  }
  .business_plans_text {
    margin-bottom: 40px;
    font-size: 38px;
  }
  .business_plans_text .brand-name {
    font-size: 47px;
  }
  .business_plans_text .font-large {
    font-size: 49px;
  }
  .business_plan_card {
    border-radius: 30px;
    padding: 50px;
    margin: 0;
  }
  .business_plan_card + .business_plan_card {
    margin-top: 50px;
  }
  .business_plan_header {
    margin-bottom: 40px;
  }
  .business_plan_label {
    font-size: 24px;
  }
  .business_plan_title {
    font-size: 44px;
  }
  .business_plan_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 46px;
       -moz-column-gap: 46px;
            column-gap: 46px;
  }
  .business_plan_card.-reverse .business_plan_wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .business_plan_image {
    margin-bottom: 0;
    -webkit-box-flex: 591;
        -ms-flex: 591;
            flex: 591;
  }
  .business_plan_content {
    -webkit-box-flex: 563;
        -ms-flex: 563;
            flex: 563;
  }
  .business_plan_subtitle {
    font-size: 30px;
    padding-bottom: 20px;
    line-height: 1.2;
  }
  .sp_none {
    display: block;
  }
  .business_plan_tags {
    gap: 10px;
    margin-bottom: 25px;
  }
  .business_plan_tags li {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border-radius: 18px;
    padding: 0 15px;
    height: 27px;
    letter-spacing: 0.7px;
    box-sizing: border-box;
  }
  .business_plan_features {
    margin-bottom: 30px;
  }
  .business_plan_features li {
    font-size: 16px;
    padding-left: 20px;
    line-height: 1.4;
  }
  .business_plan_button {
    max-width: 410px;
    font-size: 26px;
  }
  .business_contact {
    border-radius: 30px;
    margin: 0 0 80px;
    padding: 50px;
  }
  .business_contact .common_button {
    max-width: 410px;
    font-size: 28px;
    margin: 0 auto;
  }
  .business_contact_description {
    font-size: 20px;
    margin-top: 30px;
  }
  .business_hours {
    margin-bottom: 80px;
  }
  .business_hours_header {
    margin-bottom: 40px;
  }
  .business_hours_title_en {
    font-size: 24px;
  }
  .business_hours_title_ja {
    font-size: 44px;
  }
  .business_hours_content {
    background: #fcf1e1;
    border-radius: 30px;
    margin: 0;
    padding: 34px 15px;
  }
  .business_hours_content_inner {
    max-width: 585px;
    margin: 0 auto;
  }
  .business_hours_item {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .business_hours_day {
    width: 140px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .business_hours_item .reception {
    font-size: inherit;
  }
  .business_hours_item .reception strong {
    font-size: inherit;
  }
  .business_hours_day {
    width: 6em;
  }
  .business_hours_note {
    font-size: 20px;
  }
  .business_access_header {
    margin-bottom: 40px;
  }
  .business_access_title_en {
    font-size: 24px;
  }
  .business_access_title_ja {
    font-size: 44px;
  }
  .business_access_info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 20px 30px;
  }
  .business_access_map {
    border: 6px solid #bfc8d6;
    border-radius: 30px;
    margin-bottom: 20px;
  }
  .business_access_icon::before {
    display: block;
    content: "";
    width: 34px;
    height: 34px;
  }
  .business_access_item {
    margin-bottom: 0;
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }
  .business_access_item:last-child {
    margin-bottom: 0;
  }
  .business_access_item.-address .business_access_icon::before {
    background: url("../image/business/icon_map.svg") no-repeat center center;
    background-size: contain;
  }
  .business_access_item.-parking .business_access_icon::before {
    background: url("../image/business/icon_car.svg") no-repeat center center;
    background-size: contain;
  }
  .business_access_item.-transport .business_access_icon::before {
    background: url("../image/business/icon_train.svg") no-repeat center center;
    background-size: contain;
  }
}
.top_title {
  text-align: center;
  font-weight: 600;
  font-size: 26px;
  margin-bottom: 20px;
}
.top_title span {
  font-family: "Josefin Sans", sans-serif;
  display: block;
  font-size: 20px;
  line-height: 1;
}
.top_hero {
  position: relative;
  margin-bottom: 20px;
}
.top_hero::after {
  position: absolute;
  left: 0;
  bottom: -5.0666666667vw;
  content: "";
  display: block;
  width: 100%;
  height: 15.7333333333vw;
  background: url("../image/top/SP_bg_wave.svg") no-repeat 0 100%;
  background-size: contain;
}
.top_hero_inner {
  margin: 0 15px;
  background: #fff;
  border-radius: 40px 40px 0 0;
  padding: 30px 20px 13.3333333333vw;
}
.top_hero_inner h1 {
  text-align: center;
  margin-bottom: 20px;
}
.top_hero_inner figure img {
  width: 100%;
}
.top_event {
  padding-bottom: 50px;
}
.top_event .top_title {
  color: #fff;
}
.top_event .splide__slide {
  padding: 0 10px;
}
.top_event .splide__slide img {
  width: 100%;
  border: 4px solid #fff;
  border-radius: 20px;
}
.top_event .splide__track {
  margin-bottom: 28px;
}
.top_event .splide__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.top_event .splide__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 35px;
     -moz-column-gap: 35px;
          column-gap: 35px;
}
.top_event .splide__arrow {
  position: relative;
  top: auto;
  left: auto;
  right: auto;
  -webkit-transform: unset;
          transform: unset;
  width: auto;
  height: auto;
  background: none;
  opacity: 1;
}
.top_event .splide__arrow:hover svg .path {
  fill: #ffe200;
}
.top_event .splide__arrow svg {
  width: 43px;
  height: 47px;
}
.top_event .splide__arrow svg .path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.top_event .splide__toggle {
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: unset;
  border: unset;
}
.top_event .splide__toggle svg .path {
  -webkit-transition: 0.3s fill;
  transition: 0.3s fill;
}
.top_event .splide__toggle svg .path2 {
  -webkit-transition: 0.3s stroke, 0.3s fill;
  transition: 0.3s stroke, 0.3s fill;
}
.top_event .splide__toggle:hover svg .path {
  fill: #ffe200;
}
.top_event .splide__toggle:hover svg .path2 {
  stroke: #231815;
  fill: #231815;
}
.top_concept {
  background: #fff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}
.top_concept_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.top_concept_inner {
  padding: 0 25px;
  position: relative;
  z-index: 2;
}
.top_concept_lead {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
}
.top_concept_lead span {
  display: block;
  margin-top: 15px;
}
.top_concept_fig {
  margin-bottom: 20px;
}
.top_concept_fig li + li {
  margin-top: 8px;
}
.top_concept_text {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.top_facility {
  background: url("../image/top/bg_feature.svg"), -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: url("../image/top/bg_feature.svg"), linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
  background-repeat: no-repeat, repeat;
  background-position: top 7px right -39px, 0 0;
  background-size: 175px 249px, auto auto;
}
.top_facility_inner {
  padding: 60px 25px 80px;
}
.top_facility .top_title {
  color: #fff;
  margin-bottom: 20px;
}
.top_facility_lead {
  color: #fff;
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.top_facility_grid {
  margin-bottom: 40px;
}
.top_facility_card {
  background: #fcf1e1;
  border-radius: 20px;
  overflow: hidden;
  border: 4px solid #bfc8d6;
  margin-bottom: 40px;
}
.top_facility_card:last-child {
  margin-bottom: 0;
}
.top_facility_image img {
  width: 100%;
  display: block;
}
.top_facility_content {
  background: #fff;
  padding: 32px 25px;
  color: #231815;
}
.top_facility_title {
  border-bottom: 1px solid #231815;
  font-size: 17px;
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 14px;
  padding-left: 25px;
  background: url("../image/topics/h5.svg") no-repeat left top 1px;
  background-size: 22px 22px;
}
.top_facility_business {
  background: #fef6bf;
  border-radius: 20px;
  padding: 30px 20px 35px;
}
.top_facility_business h3 {
  font-size: 24px;
  text-align: center;
  border-bottom: 2px solid #231815;
  margin: 0 auto 15px;
  padding-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.top_facility_business p {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.top_facility_business .common_button {
  background-color: #231815;
  font-size: 16px;
  border: 4px solid #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.top_facility_business .common_button:after {
  content: none;
}
.top_facility_business .common_button:hover {
  background-color: #ca541b;
}
.top_sns {
  background: #fff;
  padding: 60px 0 190px;
  position: relative;
  overflow: hidden;
}
.top_sns_bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}
.top_sns::after {
  content: "";
  display: block;
  background: #bfc8d6 url(../image/top/illust01.svg) no-repeat 50% 50%;
  background-size: 198px 198px;
  border-radius: 0 20px 20px 0;
  width: 88vw;
  height: 258px;
  position: absolute;
  bottom: 60px;
  left: 0;
  z-index: 2;
}
.top_sns_inner {
  padding: 50px 35px 170px 60px;
  margin: 0 auto;
  position: relative;
}
.top_sns_inner::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
  border-radius: 20px 0 0 20px;
  width: 93.3333333333vw;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}
.top_sns_inner .top_title {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.top_sns_content {
  position: relative;
  z-index: 3;
}
.top_sns_lead {
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  margin-bottom: 20px;
}
.top_sns p {
  color: #fff;
  font-size: 16px;
  margin-bottom: 20px;
}
.top_sns figure {
  margin-bottom: 20px;
}
.top_sns ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
.top_sns ul li {
  width: 73px;
}
.top_bg {
  background: #fff;
  padding: 60px 0;
}
.top_accsess {
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}
.top_topics {
  padding-bottom: 200px;
  position: relative;
  z-index: 2;
}
.top_topics::after {
  content: "";
  display: block;
  background: #bfc8d6 url(../image/top/illust02.svg) no-repeat 50% 50%;
  background-size: 198px 198px;
  border-radius: 20px 0 0 20px;
  width: 88vw;
  height: 258px;
  position: absolute;
  bottom: 60px;
  right: 0;
  z-index: 2;
}
.top_topics_inner {
  padding: 50px 60px 170px 35px;
  margin: 0 auto;
  position: relative;
}
.top_topics_inner::before {
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, right top, from(#f8b62d), to(#ea5514));
  background: linear-gradient(90deg, #f8b62d 0%, #ea5514 100%);
  border-radius: 0 20px 20px 0;
  width: 93.3333333333vw;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
.top_topics_inner .top_title {
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
.top_topics_content {
  position: relative;
  z-index: 2;
}
.top_topics_list {
  margin-bottom: 20px;
}
.top_topics_list_header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-bottom: 10px;
}
.top_topics_list_header .date {
  font-family: "Josefin Sans", sans-serif;
  font-weight: 500;
  line-height: 1;
  display: block;
}
.top_topics_list_header .icon_cat {
  display: block;
  background: #fff;
  color: #231815;
  font-size: 12px;
  border-radius: 15px;
  line-height: 1;
  padding: 10px 15px;
}
.top_topics_list li {
  margin-bottom: 25px;
}
.top_topics_list li:last-child {
  margin-bottom: 0;
}
.top_topics_list a {
  text-decoration: none;
  color: #fff;
}
.top_topics .common_button {
  background-color: #231815;
  font-size: 16px;
  border: 4px solid #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.top_topics .common_button:after {
  content: none;
}
.top_topics .common_button:hover {
  background-color: #ca541b;
}
.top_price {
  padding: 60px 0;
  background: url("../image/top/bg_price.svg") no-repeat;
  background-size: 315px 110px;
  background-position: 0 128vw;
}
.top_price_inner {
  padding: 0 25px;
}
.top_price .top_title {
  color: #fff;
}
.top_price section + section {
  margin-top: 80px;
}
.top_price_table {
  margin-right: -25px;
  overflow-x: scroll;
  border-collapse: collapse;
}
.top_price_table_inner {
  border-radius: 30px;
  overflow: hidden;
  width: 1200px;
  border: 6px solid #bfc8d6;
}
.top_price_table_block {
  text-align: left;
  max-width: 440px;
  margin: 0 0 0 100px;
}
.top_price_table table {
  width: 100%;
  border: none;
}
.top_price_table table tbody tr:first-child td {
  border-top: none;
}
.top_price_table table tr {
  border: none;
}
.top_price_table table tr:last-child th,
.top_price_table table tr:last-child td {
  border-bottom: none;
}
.top_price_table table tr td {
  border: 6px solid #bfc8d6;
  padding: 10px;
  text-align: center;
  font-weight: 500;
  font-size: 16px;
}
.top_price_table table tr td[rowspan="3"] {
  vertical-align: top;
  text-align: left;
  font-size: 16px;
  font-weight: 500;
}
.top_price_table table tr td[rowspan="3"] ul li {
  margin-bottom: 15px;
}
.top_price_table table tr td[rowspan="3"] ul li.caution {
  color: #ca541b;
}
.top_price_table table tr td span {
  color: #ca541b;
  font-size: 30px;
  font-weight: 600;
  font-family: "Josefin Sans", sans-serif;
}
.top_price_table table tr td:first-child {
  border-left: none;
}
.top_price_table table tr th:last-child,
.top_price_table table tr td:last-child {
  border-right: none;
}
.top_price_table table tr th {
  border-right: 6px solid #bfc8d6;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding: 10px;
  background: #231815;
  width: 33%;
}
.top_price_table table tr td {
  background: #fff;
}
.top_price_content {
  background: #fff;
  border-radius: 20px;
  padding: 34px 15px;
}
.top_price_item {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 10px;
}
.top_price_item .reception {
  font-size: inherit;
}
.top_price_item .reception strong {
  font-size: inherit;
  font-weight: 600;
}
.top_price_time {
  white-space: nowrap;
}
.top_price_heading {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: left;
}
.top_price_description {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: center;
}
.top_price_notes {
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
}
.top_price_notes p {
  margin: 0;
  line-height: 1.5;
  font-weight: 500;
}
.top_price_notes_bottom {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
.top_price_notes_bottom p {
  margin: 0 0 10px 0;
  line-height: 1.5;
}
.price_notes_detail {
  font-size: 14px;
  color: #231815;
  margin: 40px 0 30px;
}
.price_notes_detail p {
  margin: 0 0 10px 0;
  line-height: 1.6;
}
.top_price_button_wrap {
  text-align: center;
}
.top_price_note {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-top: 10px;
}
.pagebody .top_price_note {
  text-align: right;
  margin-top: 8px;
  font-size: 14px;
  color: #666;
}
.top_price_note2 {
  font-size: 16px;
}
.top_accsess_inner {
  padding: 0 25px;
}
.top_sponsor {
  position: relative;
  padding-top: 65px;
}
.top_sponsor_inner {
  padding: 0 45px;
  position: relative;
  z-index: 2;
}
.top_sponsor .top_title {
  color: #fff;
}
.top_sponsor_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px;
}
.top_sponsor_list li {
  width: calc((100% - 15px) / 2);
}
.top_sponsor_list li a {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.top_sponsor_list li a img {
  max-width: 100%;
  width: 100%;
}
.top_float {
  position: fixed;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 0;
  left: 0;
  right: 0;
  background: #231815;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px 15px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  height: 60px;
  border-top: 4px solid #fff;
}
.top_float dl {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
.top_float dl dt {
  font-size: 14px;
}
.top_float dl dt span {
  font-family: "Josefin Sans", sans-serif;
  font-size: 21px;
}
.top_float dl dd {
  text-align: left;
  font-size: 13px;
}
.top_float .common_button {
  padding: 10px 20px;
  border: 2px solid #fff;
  white-space: nowrap;
  flex-shrink: 0;
}

/* 628px以下: テキストを小さくしてボタンを確保 */
@media screen and (max-width: 628px) {
  .top_float {
    padding: 10px;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
  .top_float dl {
    flex: 1;
    min-width: 0;
  }
  .top_float dl dt {
    font-size: 11px;
    line-height: 1.2;
  }
  .top_float dl dt span {
    font-size: 16px;
  }
  .top_float dl dd {
    line-height: 1.3;
    word-wrap: break-word;
  }
  .top_float .common_button {
    padding: 8px 16px;
    font-size: 13px;
  }
}

/* 375px以下: さらに小さく調整 */
@media screen and (max-width: 375px) {
  .top_float {
    padding: 8px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }
  .top_float dl dt {
    font-size: 9px;
    line-height: 1.2;
  }
  .top_float dl dt span {
    font-size: 13px;
  }
  .top_float dl dd {
    line-height: 1.3;
  }
  .top_float .common_button {
    padding: 8px 12px;
    font-size: 11px;
  }
}

@media print, screen and (min-width: 769px) {
  .top_title {
    font-size: 44px;
  }
  .top_title span {
    font-size: 24px;
  }
  .top_hero {
    position: relative;
    margin-bottom: 52px;
  }
  .top_hero::after {
    position: absolute;
    left: 0;
    bottom: -5.2083333333vw;
    content: "";
    display: block;
    width: 100%;
    height: 11.6666666667vw;
    background: url("../image/top/bg_wave.svg") no-repeat 0 100%;
    background-size: contain;
  }
  .top_hero_inner {
    max-width: 1500px;
    margin: 0 auto;
    background: #fff;
    border-radius: 40px 40px 0 0;
    padding: 40px 40px 8.6979166667vw;
  }
  .top_hero_inner h1 {
    text-align: center;
    margin-bottom: 31px;
  }
  .top_hero_inner figure {
    max-width: 1200px;
    margin: 0 auto;
  }
  .top_hero_inner figure img {
    width: 100%;
  }
  .top_event_inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .top_event .splide__controls {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .top_concept {
    padding: 100px 0;
  }
  .top_concept_inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .top_concept_lead {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .top_concept_lead span {
    display: block;
    margin-top: 40px;
  }
  .top_concept_fig {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-bottom: 20px;
  }
  /* .top_concept_fig li {
    width: 68%;
  }
  .top_concept_fig li + li {
    width: 30.3333333333%;
    margin-top: 0;
  } */
  .top_concept_text {
    font-size: 20px;
    margin-bottom: 40px;
  }
  .top_facility {
    background-position: top 119px right -138px, 0 0;
    background-size: 638px 911px, auto auto;
  }
  .top_facility_inner {
    padding: 90px 20px;
    max-width: 1340px;
    margin: 0 auto;
  }
  .top_facility .top_title {
    margin-bottom: 40px;
  }
  .top_facility_lead {
    font-size: 38px;
    margin-bottom: 40px;
  }
  .top_facility_grid {
    margin: 0 auto 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 1200px;
  }
  .top_facility_card {
    border-radius: 30px;
    border: 6px solid #bfc8d6;
    margin-bottom: 0;
    width: calc((100% - 40px) / 3);
  }
  .top_facility_content {
    min-height: 275px;
  }
  .top_facility_title {
    font-size: 21px;
    padding-left: 30px;
    background-size: 26px 26px;
  }
  .top_facility_text {
    font-size: 16px;
  }
  .top_facility_business {
    background: #fef6bf;
    border-radius: 30px;
    padding: 50px 20px;
  }
  .top_facility_business h3 {
    font-size: 30px;
    margin: 0 auto 20px;
    padding-bottom: 5px;
  }
  .top_facility_business p {
    font-size: 20px;
  }
  .top_facility_business .common_button {
    max-width: 410px;
    margin: 0 auto;
    font-size: 26px;
  }
  .top_sns {
    padding: 106px 0 200px;
  }
  .top_sns_inner {
    padding-left: 100px;
  }
  .top_sns_bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    overflow: hidden;
  }
  .top_sns_lead {
    font-size: 24px;
  }
  .top_sns p {
    font-size: 20px;
  }
  .top_sns figure {
    margin-bottom: 20px;
  }
  .top_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .top_sns ul li {
    width: 140px;
  }
  .top_bg {
    padding: 65px 0;
  }
  .top_price {
    background-size: 729px 256px;
    background-position: 0 26.0416666667vw;
  }
  .top_price_inner {
    max-width: 1240px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .top_price_table {
    overflow-x: auto;
    margin-right: 0;
  }
  .top_price_table_inner {
    max-width: 100%;
  }
  .top_price_content {
  background: #fff;
    border-radius: 30px;
    margin: 0;
    padding: 34px 15px;
  }
  .top_price_content_inner {
    max-width: 585px;
    margin: 0 auto;
  }
  .top_price_item {
    font-size: 28px;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .top_price_item .reception {
    font-size: inherit;
  }
  .top_price_item .reception strong {
    font-size: inherit;
  }
  .top_price_day {
    width: 6em;
  }
  .top_price_note {
    text-align: right;
  }
  .top_price_note2 {
    font-size: 20px;
  }
  .top_price_description {
    font-size: 20px;
  }
  .top_price_notes {
    text-align: right;
    font-size: 16px;
  }
  .top_price_notes_bottom {
    font-size: 16px;
  }
  .price_notes_detail {
    font-size: 16px;
  }
  .top_topics {
    padding: 106px 0 200px;
  }
  .top_topics_inner {
    padding-right: 100px;
  }
  .top_topics_list {
    margin-bottom: 40px;
  }
  .top_topics_list_header .date {
    font: 20px;
  }
  .top_topics_list_header .icon_cat {
    font-size: 15px;
  }
  .top_topics_list li {
    margin-bottom: 30px;
  }
  .top_topics_list li .title {
    font-size: 20px;
  }
  .top_topics_list li:last-child {
    margin-bottom: 0;
  }
  .top_topics .common_button {
    max-width: 410px;
    font-size: 26px;
  }
  .top_accsess_inner {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto;
  }
  .top_accsess .top_title {
    margin-bottom: 45px;
    color: black;
  }
  .top_sponsor {
    padding: 100px 0;
    position: relative;
  }
  .top_sponsor_inner {
    padding: 0 20px;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
  }
  .top_sponsor .top_title {
    margin-bottom: 40px;
  }
  .top_sponsor_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 24px;
  }
  .top_sponsor_list li {
    width: calc((100% - 72px) / 4);
  }
  .top_float {
    padding: 15px;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    min-height: 94px;
  }
  .top_float dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .top_float dl dt {
    font-size: 38px;
  }
  .top_float dl dt span {
    font-size: 56px;
  }
  .top_float dl dd {
    font-size: 26px;
    line-height: 1.4;
  }
  /* PCでは両方のテキストを表示 */
  .top_float dl dd .top_float_text1,
  .top_float dl dd .top_float_text2 {
    display: block !important;
  }
  .top_float dl dd .top_float_text2 {
    font-size: 18px;
  }
  .top_float .common_button {
    width: 254px;
    padding: 15px;
    border: 4px solid #fff;
  }

  .common_button.-simple {
    max-width: 400px;
    padding: 20px 50px;
    font-size: 18px;
    margin: 0 auto;
  }

  .common_button.-pdf {
    max-width: 410px;
    font-size: 26px;
    margin: 0 auto 20px;
  }
}
@media print, screen and (min-width: 1280px) {
  .top_sns {
    padding: 106px 0 100px;
  }
  .top_sns::after {
    content: none;
  }
  .top_sns_inner {
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
  }
  .top_sns_inner::before {
    border-radius: 30px 0 0 30px;
    width: 57.2916666667vw;
  }
  .top_sns_inner .top_title {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
  }
  .top_sns_content {
    max-width: 1100px;
    margin: 0 auto;
    z-index: 3;
  }
  .top_sns_content::after {
    content: "";
    display: block;
    background: #bfc8d6 url(../image/top/illust01.svg) no-repeat 50% 50%;
    background-size: 422px 420px;
    border-radius: 30px;
    width: 46.875vw;
    height: 549px;
    position: absolute;
    bottom: -180px;
    left: -7.8125vw;
    z-index: 2;
  }
  .top_sns_block {
    max-width: 490px;
    margin-left: auto;
  }
  .top_sns_lead {
    font-size: 24px;
  }
  .top_sns p {
    font-size: 20px;
  }
  .top_sns figure {
    margin-bottom: 20px;
  }
  .top_sns ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }
  .top_sns ul li {
    width: 140px;
  }
  .top_topics {
    padding: 50px 0 100px;
  }
  .top_topics::after {
    content: none;
  }
  .top_topics_inner {
    padding: 100px 0;
    margin: 0 auto;
    position: relative;
  }
  .top_topics_inner::before {
    border-radius: 0 30px 30px 0;
    width: 57.2916666667vw;
  }
  .top_topics_inner .top_title {
    color: #fff;
    margin-bottom: 20px;
    text-align: left;
  }
  .top_topics_content {
    max-width: 1200px;
    margin: 0 auto;
    z-index: 2;
  }
  .top_topics_content::after {
    content: "";
    display: block;
    background: #bfc8d6 url(../image/top/illust02.svg) no-repeat 50% 50%;
    background-size: 422px 420px;
    border-radius: 30px;
    width: 46.875vw;
    height: 95%;
    position: absolute;
    bottom: 5%;
    right: -4.6875vw;
    z-index: 2;
  }
  .top_topics_block {
    max-width: 488px;
  }
}
@media print, screen and (min-width: 1440px) {
  .top_sns_content::after {
    width: 700px;
    left: -150px;
  }
  .top_topics_content::after {
    width: 700px;
    right: -100px;
  }
}
.concept_hexagons li {
  position: absolute;
  -webkit-animation: conceptFloatRotate linear 12s infinite;
          animation: conceptFloatRotate linear 12s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}

.hexagon svg {
  width: 100%;
  height: 100%;
}
.hexagon.beige-hexagon {
  opacity: 0;
  -webkit-transform: translateY(30px) scale(0);
          transform: translateY(30px) scale(0);
  -webkit-transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hexagon.beige-hexagon.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
}
.hexagon.hex-1 {
  width: 243px;
  top: 252px;
  left: 165px;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hexagon.hex-2 {
  width: 129px;
  top: 518px;
  left: 149px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.hexagon.hex-3 {
  width: 64px;
  top: 698px;
  left: 276px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.hexagon.hex-4 {
  width: 82px;
  top: 1064px;
  left: 120px;
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}
.hexagon.hex-5 {
  width: 190px;
  top: 1143px;
  left: 214px;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.hexagon.hex-6 {
  width: 81px;
  top: 1508px;
  left: 68px;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.hexagon.hex-7 {
  width: 76px;
  top: 1771px;
  left: 203px;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.hexagon.hex-8 {
  width: 38px;
  top: 509px;
  right: 192px;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.hexagon.hex-9 {
  width: 208px;
  top: 163px;
  right: 116px;
  -webkit-animation-delay: 3.5s;
          animation-delay: 3.5s;
}
.hexagon.hex-10 {
  width: 95px;
  top: 408px;
  right: 310px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
  -webkit-animation-duration: 18s;
          animation-duration: 18s;
}
.hexagon.hex-11 {
  width: 114px;
  top: 853px;
  right: 280px;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  -webkit-animation-duration: 14s;
          animation-duration: 14s;
}
.hexagon.hex-12 {
  width: 69px;
  top: 997px;
  right: 196px;
  -webkit-animation-delay: 4.5s;
          animation-delay: 4.5s;
}
.hexagon.hex-13 {
  width: 178px;
  top: 1137px;
  right: 193px;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
  -webkit-animation-delay: 2.8s;
          animation-delay: 2.8s;
}
.hexagon.hex-14 {
  width: 152px;
  top: 1508px;
  right: 213px;
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.hexagon.hex-15 {
  width: 66px;
  top: 1339px;
  right: 131px;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}
.hexagon.hex-16 {
  width: 48px;
  top: 1930px;
  left: 222px;
  -webkit-animation-delay: 4.2s;
          animation-delay: 4.2s;
}
.hexagon.hex-17 {
  width: 93px;
  top: 1990px;
  left: 310px;
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.hexagon.hex-18 {
  width: 35px;
  height: 30px;
  bottom: 18%;
  left: 45%;
  -webkit-animation-delay: 3.2s;
          animation-delay: 3.2s;
}
.hexagon.hex-19 {
  width: 98px;
  top: 1800px;
  right: 155px;
  -webkit-animation-delay: 1.8s;
          animation-delay: 1.8s;
}
.hexagon.hex-20, .hexagon.hex-21, .hexagon.hex-22, .hexagon.hex-23 {
  display: none;
}

@media screen and (max-width: 768px) {
  .hexagon.hex-1 {
    width: 94px;
    top: 74px;
    left: -38px;
    -webkit-animation-delay: 0s;
            animation-delay: 0s;
  }
  .hexagon.hex-2 {
    width: 50px;
    top: 200px;
    left: -38px;
    -webkit-animation-delay: 1s;
            animation-delay: 1s;
  }
  .hexagon.hex-3 {
    width: 25px;
    top: 300px;
    left: 0;
  }
  .hexagon.hex-4 {
    display: none;
  }
  .hexagon.hex-5 {
    width: 74px;
    top: 436px;
    left: 0;
    -webkit-animation-delay: 3s;
            animation-delay: 3s;
  }
  .hexagon.hex-6 {
    display: none;
  }
  .hexagon.hex-7 {
    width: 29px;
    top: 699px;
    left: -28px;
    -webkit-animation-delay: 4s;
            animation-delay: 4s;
  }
  .hexagon.hex-8 {
    width: 18px;
    top: 791px;
    left: -5px;
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .hexagon.hex-9 {
    width: 82px;
    top: 0;
    right: 0;
  }
  .hexagon.hex-10 {
    width: 45px;
    top: 97px;
    right: -20px;
  }
  .hexagon.hex-11 {
    width: 36px;
    top: 852px;
    left: -28px;
  }
  .hexagon.hex-12 {
    width: 33px;
    top: 456px;
    right: -25px;
  }
  .hexagon.hex-13 {
    width: 84px;
    top: 522px;
    right: -28px;
  }
  .hexagon.hex-14 {
    width: 72px;
    top: 693px;
    right: -10px;
  }
  .hexagon.hex-15 {
    width: 31px;
    top: 1114px;
    right: 0;
  }
  .hexagon.hex-16 {
    left: auto;
    width: 18px;
    top: 264px;
    right: 25px;
  }
  .hexagon.hex-17 {
    width: 36px;
    right: 62px;
    top: 1686px;
  }
  .hexagon.hex-18 {
    width: 31px;
    left: 0;
    top: 1143px;
  }
  .hexagon.hex-19 {
    width: 46px;
    right: 0;
    top: 883px;
  }
  .hexagon.hex-20 {
    display: block;
    width: 85px;
    left: 0;
    top: 1228px;
  }
  .hexagon.hex-21 {
    display: block;
    width: 33px;
    right: 0;
    top: 1516px;
  }
  .hexagon.hex-22 {
    display: block;
    width: 5px;
    left: 9px;
    top: 1682px;
  }
  .hexagon.hex-23 {
    display: block;
    width: 36px;
    left: 62px;
    top: 1686px;
  }
}
@-webkit-keyframes conceptFloatRotate {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(15px) rotate(90deg);
            transform: translateY(-15px) translateX(15px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-5px) rotate(180deg);
            transform: translateY(5px) translateX(-5px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(10px) rotate(270deg);
            transform: translateY(-20px) translateX(10px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}
@keyframes conceptFloatRotate {
  0% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(0deg);
            transform: translateY(0px) translateX(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-15px) translateX(15px) rotate(90deg);
            transform: translateY(-15px) translateX(15px) rotate(90deg);
  }
  50% {
    -webkit-transform: translateY(5px) translateX(-5px) rotate(180deg);
            transform: translateY(5px) translateX(-5px) rotate(180deg);
  }
  75% {
    -webkit-transform: translateY(-20px) translateX(10px) rotate(270deg);
            transform: translateY(-20px) translateX(10px) rotate(270deg);
  }
  100% {
    -webkit-transform: translateY(0px) translateX(0px) rotate(360deg);
            transform: translateY(0px) translateX(0px) rotate(360deg);
  }
}
.sns_hexagons li {
  position: absolute;
  -webkit-animation: floatRotate linear 16s infinite;
          animation: floatRotate linear 16s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.sns_hexagons li.hex-1 {
  width: 127px;
  height: 130px;
  top: 55%;
  left: 20px;
  z-index: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.sns_hexagons li.hex-2 {
  width: 193px;
  height: 175px;
  top: 70%;
  left: 5%;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@media screen and (max-width: 768px) {
  .sns_hexagons li:nth-child(1) {
    width: 32px;
  }
  .sns_hexagons li:nth-child(2) {
    width: 25px;
  }
}
.top_bg {
  position: relative;
}
.top_bg .top_bg_hexagons {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.access_hexagons {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}
.access_hexagons svg {
  width: 100%;
  height: 100%;
  display: block;
}
.access_hexagons li {
  position: absolute;
  -webkit-animation: floatRotate linear 20s infinite;
          animation: floatRotate linear 20s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.access_hexagons li.hex-1 {
  width: 281px;
  height: 254px;
  top: 8%;
  right: 10%;
  opacity: 0.7;
  z-index: 1;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.access_hexagons li.hex-2 {
  width: 135px;
  height: 121px;
  top: 20%;
  right: 5%;
  z-index: 2;
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
}
.access_hexagons li.hex-3 {
  width: 74px;
  height: 67px;
  top: 30%;
  right: 8%;
  z-index: 2;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.access_hexagons li.hex-4 {
  width: 76px;
  height: 69px;
  top: 58%;
  right: 12%;
  z-index: 2;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.access_hexagons li.hex-5 {
  width: 48px;
  height: 43px;
  top: 63%;
  right: 8%;
  z-index: 2;
  -webkit-animation-delay: 4s;
          animation-delay: 4s;
}
.access_hexagons li.hex-6 {
  width: 78px;
  height: 71px;
  top: 68%;
  right: 8%;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.access_hexagons li.hex-7 {
  width: 30px;
  height: 27px;
  top: 80%;
  right: 10%;
  z-index: 2;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

@media screen and (max-width: 768px) {
  .access_hexagons li.access-hex-main {
    width: 240px;
    height: 220px;
    right: -60px;
    top: 10%;
  }
  .access_hexagons li.access-hex-small {
    width: 100px;
    height: 90px;
    right: 30px;
    top: 55%;
  }
}
.top_sponsor_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}
.top_sponsor_bg ul {
  height: 100%;
  width: 100%;
}
.top_sponsor_bg li {
  position: absolute;
  -webkit-animation: floatRotate linear 15s infinite;
          animation: floatRotate linear 15s infinite;
  -webkit-transform-origin: center center;
          transform-origin: center center;
}
.top_sponsor_bg li img {
  width: 100%;
  height: 100%;
}
.top_sponsor_bg li:nth-child(1) {
  width: 129px;
  left: 310px;
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  top: 73px;
}
.top_sponsor_bg li:nth-child(2) {
  width: 89px;
  left: 92px;
  top: 257px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}
.top_sponsor_bg li:nth-child(3) {
  width: 213px;
  right: 236px;
  top: 85px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-duration: 12s;
          animation-duration: 12s;
}
.top_sponsor_bg li:nth-child(4) {
  width: 129px;
  right: 144px;
  top: 317px;
  -webkit-animation-duration: 10s;
          animation-duration: 10s;
}

@media screen and (max-width: 768px) {
  .top_sponsor_bg li:nth-child(1) {
    width: 71px;
    height: 64px;
    left: 5%;
    top: 20%;
  }
  .top_sponsor_bg li:nth-child(2) {
    width: 137px;
    height: 123px;
    left: -10%;
    top: 65%;
  }
  .top_sponsor_bg li:nth-child(3) {
    width: 92px;
    height: 83px;
    right: 8%;
    top: 70%;
  }
  .top_sponsor_bg li:nth-child(4) {
    display: none;
  }
}
/*---------------------------------------------------------------------
  site_footer
---------------------------------------------------------------------*/
#site_footer {
  text-align: center;
  margin-top: 80px;
  position: relative;
}
#site_footer::before {
  content: "";
  display: block;
  height: 7.2vw;
  width: 100%;
  background: url("../image/common/footer_smp_before.svg") no-repeat bottom center;
  background-size: 100% auto;
  position: relative;
  top: 2px;
}

.site_footer_inner {
  position: relative;
  background: #231815;
  padding: 47px 0 0;
}
.site_footer_btn {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.site_footer_btn dt {
  margin-bottom: 10px;
}
.site_footer_btn dt a {
  border: 4px solid #fff;
  font-size: 16px;
}
.site_footer_btn dd {
  font-size: 14px;
}
.site_footer_block_inner {
  padding: 0 45px;
}
.site_footer_block_contact h3 {
  color: #fff;
  font-size: 26px;
  margin-bottom: 20px;
}
.site_footer_block_contact h3::before {
  content: attr(data-attr);
  display: block;
  font-family: "Josefin Sans", sans-serif;
  font-size: 20px;
}
.site_footer_block_corp {
  text-align: center;
  color: #fff;
}
.site_footer_block_corp dt {
  margin-bottom: 10px;
}
.site_footer_block_corp dd {
  font-size: 13px;
}
.site_footer_block2 {
  position: relative;
}
.site_footer_block2::before {
  content: "";
  display: block;
  height: 18.1333333333vw;
  width: 100%;
  background: url("../image/common/footer_block2_before.svg") no-repeat bottom center;
  background-size: cover;
  position: relative;
  bottom: -2px;
}
.site_footer_block2_pagetop {
  width: 70px;
  position: absolute;
  bottom: 0;
  right: 15px;
}
.site_footer_block2_inner {
  background: #fff;
  position: relative;
  padding-bottom: 20px;
}
.site_footer_block2_logo {
  margin-bottom: 30px;
}
.site_footer_block2_logo dt {
  max-width: 194px;
  margin: 0 auto 22px;
}
.site_footer_block2_logo dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
}
.site_footer_block2_logo dd ul li {
  width: 56px;
}
.site_footer_block2_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: 48px;
  gap: 11px;
  max-width: 220px;
}
.site_footer_block2_link li a {
  text-decoration: none;
  color: #231815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 4px;
     -moz-column-gap: 4px;
          column-gap: 4px;
  font-size: 12px;
}
.site_footer_block2_link li a[target=_blank]::after {
  content: "";
  display: block;
  width: 13px;
  height: 13px;
  background: url("../image/common/icon_ext.svg") no-repeat;
  background-size: contain;
}
.site_footer_copyright {
  background: #ca541b;
  position: relative;
  padding: 15px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  font-size: 10px;
}

.common_button.-simple {
  background-color: #231815;
  font-size: 16px;
  border: 4px solid #fff;
  -webkit-transition: 0.3s background;
  transition: 0.3s background;
}
.common_button.-simple:after {
  content: none;
}
.common_button.-simple:hover {
  background-color: #ca541b;
}

.fc_orange {
  color: #ca541b;
}

/* pc */
@media print, screen and (min-width: 768px) {
  .site_footer_inner {
    padding: 0;
    background: #231815 url("../image/common/footer_block2_before_pc.svg") no-repeat bottom right;
    background-size: auto 335px;
  }
  .site_footer_btn dt a {
    font-size: 28px;
  }
  .site_footer_btn dd {
    font-size: 22px;
  }
  .site_footer_block_contact h3 {
    font-size: 44px;
  }
  .site_footer_block_contact h3::before {
    font-size: 24px;
  }
  .site_footer_block2_pagetop {
    width: 160px;
  }
  .site_footer_block2_logo dd ul {
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .site_footer_block2_logo dd ul li {
    width: 73px;
  }
  .site_footer_block2_link {
    max-width: none;
  }
  .site_footer_block2_link li a {
    font-size: 16px;
  }
  .site_footer_copyright {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1280px) {
  .site_footer_inner {
    padding: 0;
    background: #231815 url("../image/common/footer_block2_before_pc.svg") no-repeat bottom right;
    background-size: auto 335px;
  }
  .site_footer_btn {
    margin-bottom: 0;
  }
  .site_footer_btn dt {
    margin-bottom: 15px;
  }
  .site_footer_btn dt a {
    font-size: 28px;
  }
  .site_footer_btn dd {
    font-size: 22px;
  }
  .site_footer_block_inner {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 20px;
    margin-bottom: 60px;
    text-align: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 130px;
       -moz-column-gap: 130px;
            column-gap: 130px;
  }
  .site_footer_block_contact {
    width: 422px;
  }
  .site_footer_block_contact h3 {
    font-size: 44px;
  }
  .site_footer_block_contact h3::before {
    font-size: 24px;
  }
  .site_footer_block_corp {
    width: 490px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding-bottom: 70px;
  }
  .site_footer_block_corp dt {
    margin-bottom: 0;
    width: 214px;
  }
  .site_footer_block_corp dd {
    font-size: 16px;
  }
  .site_footer_block2::before {
    content: none;
  }
  .site_footer_block2_pagetop {
    width: 160px;
    position: absolute;
    bottom: auto;
    right: 0;
    top: -250px;
  }
  .site_footer_block2_inner {
    background: unset;
    position: relative;
    max-width: 1440px;
    padding: 0 20px 20px;
    margin: 0 auto;
  }
  .site_footer_block2_logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }
  .site_footer_block2_logo dt {
    max-width: 265px;
    margin: 0 0 0 auto;
  }
  .site_footer_block2_logo dd ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-column-gap: 4px;
       -moz-column-gap: 4px;
            column-gap: 4px;
  }
  .site_footer_block2_logo dd ul li {
    width: 73px;
  }
  .site_footer_block2_logo dd ul li a {
    display: block;
  }
  .site_footer_block2_logo dd ul li a:hover img {
    opacity: 0;
  }
  .site_footer_block2_logo dd ul li:nth-child(1) {
    background: url("../image/common/icon_insta_ov.png") no-repeat;
    background-size: contain;
  }
  .site_footer_block2_logo dd ul li:nth-child(2) {
    background: url("../image/common/icon_x_ov.png") no-repeat;
    background-size: contain;
  }
  .site_footer_block2_logo dd ul li:nth-child(3) {
    background: url("../image/common/icon_ticktok_ov.png") no-repeat;
    background-size: contain;
  }
  .site_footer_block2_link {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    max-width: unset;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
  .site_footer_block2_link li a {
    font-size: 16px;
  }
  .site_footer_copyright {
    font-size: 14px;
  }
}
@media print, screen and (min-width: 1900px) {
  .site_footer_inner {
    padding: 0;
    background: #231815 url("../image/common/footer_block2_before2.svg") no-repeat bottom 0 left 18.75vw;
    background-size: auto 335px;
  }
}

/* トップページ料金表 スマホ対応 */
@media screen and (max-width: 768px) {
  .top_price_table {
    margin-right: 0;
    overflow-x: visible;
  }
  .top_price_table_inner {
    width: 100%;
    border-radius: 20px;
    border-left: 4px solid #bfc8d6;
    border-right: 4px solid #bfc8d6;
    border-bottom: 4px solid #bfc8d6;
  }
  .top_price_table table tr td {
    border: 4px solid #bfc8d6;
    padding: 12px 8px;
    font-size: 14px;
  }
  .top_price_table table tr td span {
    font-size: 24px;
  }
  .top_price_table table tr th {
    padding: 12px 8px;
    font-size: 15px;
  }
}

/*--------------------------------------------------
  detail_header
--------------------------------------------------*/
.detail_header {
  border-bottom: 1px solid #231815;
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.detail_header h2 {
  font-size: 20px;
}

/*--------------------------------------------------
  営業時間表示
--------------------------------------------------*/
/* 営業時間外での相談 */
.business_hours_notice {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.business_hours_notice .sp-br {
  display: none;
}

/* PC表示：曜日と時間を横並びで、コロンを揃える */
.business_hours_day,
.top_price_day {
  display: inline-block;
  width: 6.5em;
}
.business_hours_day .day-text,
.top_price_day .day-text {
  display: inline-block;
}
.business_hours_day .colon,
.top_price_day .colon {
  float: right;
}
.business_hours_time,
.top_price_time {
  display: inline-block;
  white-space: nowrap;
}
.business_hours_time .reception,
.top_price_time .reception {
  white-space: nowrap;
}

/* タブレット・スマホ表示：768px以下で改行 */
@media (max-width: 768px) {
  .business_hours_item,
  .top_price_item {
    display: flex;
    flex-wrap: wrap;
  }
  /* コロンを曜日のすぐ後に */
  .business_hours_day .colon,
  .top_price_day .colon {
    float: none;
  }
}

/* スマホ表示：480px以上は横並びでコロン揃え */
@media (max-width: 640px) and (min-width: 480px) {
  .business_hours_notice {
    font-size: 16px;
  }
  .business_hours_notice .sp-br {
    display: inline;
  }
  /* コロンを揃える */
  .business_hours_day,
  .top_price_day {
    width: 6.5em;
  }
  .business_hours_time,
  .top_price_time {
    /* white-space: nowrap;
    font-size: clamp(15px, 3.5vw, 18px); */
  }
  .business_hours_time .reception,
  .top_price_time .reception {
    font-size: inherit;
  }
  .business_hours_time strong,
  .top_price_time strong {
    font-size: inherit;
  }
}

/* スマホで.top_floatのテキストを切り替え */
@media (max-width: 768px) {
  /* .top_float dl dd .top_float_text1 {
    display: none !important;
  } */
  .top_float dl dd .top_float_text2 {
    display: block !important;
    font-size: 11px;
  }
}

/* タブレット・小型PCで.top_floatの文字サイズを縮小 */
@media screen and (min-width: 769px) and (max-width: 1022px) {
  .top_float dl dt {
    font-size: 24px;
  }
  .top_float dl dt span {
    font-size: 36px;
  }
  .top_float dl dd {
    font-size: 20px;
  }
  .top_float dl dd .top_float_text2 {
    font-size: 14px;
  }
}

/* 中型PCで.top_floatのddとtext2のみ縮小 */
@media screen and (min-width: 1023px) and (max-width: 1162px) {
  .top_float dl dd {
    font-size: 20px;
  }
  .top_float dl dd .top_float_text2 {
    font-size: 14px;
  }
}

/* スマホ表示：480px未満は曜日のすぐ後にコロン */
@media (max-width: 479px) {
  .business_hours_notice {
    font-size: 16px;
  }
  .business_hours_notice .sp-br {
    display: inline;
  }

  /* コロンを曜日のすぐ後に */
  .business_hours_day .colon,
  .top_price_day .colon {
    float: none;
  }
  .business_hours_time,
  .top_price_time {
    white-space: nowrap;
    font-size: inherit;
  }
  .business_hours_time .reception,
  .top_price_time .reception {
    font-size: inherit;
  }
  .business_hours_time strong,
  .top_price_time strong {
    font-size: inherit;
  }
}

/*---------------------------------------------------------------------
	Event slider controls visibility
---------------------------------------------------------------------*/
/* スマホ: 1件の時はコントロール非表示 */
@media screen and (max-width: 768px) {
	.event-count-1 .splide__controls {
		display: none !important;
	}
}

/* PC/タブレット: 1-2件の時はコントロール非表示 */
@media screen and (min-width: 769px) {
	.event-count-1 .splide__controls,
	.event-count-2 .splide__controls {
		display: none !important;
	}
}

