@charset "UTF-8";
@font-face {
  font-family: "ZenMaruGothic-Regular";
  font-style: normal;
  font-weight: 400;
  src: url(./../fonts/ZenMaruGothic-Regular.ttf);
}
@font-face {
  font-family: "ZenMaruGothic-Medium";
  font-style: normal;
  font-weight: 500;
  src: url(./../fonts/ZenMaruGothic-Medium.ttf);
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  overflow-x: hidden;
}
html {
  scroll-behavior: smooth;
  overflow-y: auto;
}
body {
  top: 0 !important;
  color: #111111;
  /* font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif !important; */
  font-family: "ZenMaruGothic-Regular" !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  overflow-y: hidden;
}
body.is-fixed {
  overflow: hidden;
  position: fixed;
  width: 100vw;
}
b {
  font-weight: inherit;
}
ul {
  list-style-type: none;
}
a {
  color: currentColor;
  text-decoration: none;
  transition: 0.2s;
}
a:hover {
  opacity: 0.5;
}

.c-main {
  padding-bottom: 110px;
}
@media screen and (max-width: 767px) {
  .c-main {
    padding-bottom: 60px;
  }
}
/* ======================================================== */
/* ULTILITIES */
.u-cl--blue {
  color: #0376e5;
}
.u-cl--red {
  color: #e93434;
}
.u-cl--green {
  color: #00b900;
}
.u-cl--gray {
  color: #cccccc;
}
.c-text-bg {
  background-color: #e93434;
  color: #fff;
  border-radius: 50px;
}
.c-text-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 10px;
}
.fw--500 {
  font-weight: 500;
}
.fw--700 {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
}
.c-text-main {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 30px;
}
.c-text-main2 {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 34px;
}
.c-text-main3 {
  font-size: 22px;
  line-height: 1.6;
}
.c-title1 strong {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 48px;
  letter-spacing: 0;
  margin-bottom: 22px;
}
.c-title1 small {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
}

.c-title2 {
  position: relative;
  padding-bottom: 22px;
}
.c-title2::after {
  content: "";
  width: 61px;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-image: url(./../images/common/ic-wave-gray.svg);
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat-x;
}
.c-title2 small {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.c-title2 strong {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 42px;
  letter-spacing: 0;
}

.c-title3 small {
  display: block;
  position: relative;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  padding-bottom: 20px;
  margin-bottom: 18px;
}
.c-title3 small::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  background-color: #cccccc;
  width: 16px;
  height: 1px;
}
.c-title3 strong {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 36px;
  letter-spacing: 0;
  line-height: 60px;
}
.c-title3 small.no-border {
  padding-bottom: 0 !important;
  font-size: 13px;
  color: #ccc;
  margin-bottom: 0 !important;
  margin-top: 12px;
}
.c-title3 small.no-border::after {
  content: unset;
}
@media screen and (max-width: 767px) {
  .c-text-bg {
    border-radius: 30px;
  }
  .c-text-underline {
    text-underline-offset: 6px;
  }
  .c-text-main,
  .c-text-main2 {
    font-size: 13px;
    line-height: 1.6;
  }
  .c-text-main3 {
    font-size: 16px;
  }
  .c-title1 strong {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .c-title1 small {
    font-size: 11px;
  }

  .c-title2 {
    position: relative;
    padding-bottom: 15px;
  }
  .c-title2 small {
    font-size: 11px;
    margin-bottom: 5px;
  }
  .c-title2 strong {
    font-size: 26px;
  }

  .c-title3 small {
    font-size: 11px;
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .c-title3 strong {
    font-size: 22px;
    line-height: 1.6;
  }
  .c-title3 small.no-border {
    font-size: 11px;
    margin-top: 6px;
  }
}
/* RADIUS */
.u-radius--10 {
  border-radius: 10px;
}
.u-radius--30 {
  border-radius: 30px;
}
.u-radius--50 {
  border-radius: 50px;
}
@media screen and (max-width: 767px) {
  .u-radius--50 {
    border-radius: 30px;
  }
}
/* BOX SHADOW */
.u-bs {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
/* ======================================================== */
/* IMAGE */
img {
  object-fit: cover;
  max-width: 100%;
}
img.svg-img {
  object-fit: contain;
}
img.base-img {
  display: block;
  width: 100%;
}
img.base-img-auto {
  display: block;
  max-width: 100%;
}
img.base-img-auto-center {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.c-imgwrapper {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.c-imgwrapper.as42 {
  padding-top: 42%;
}
.c-imgwrapper.as45 {
  padding-top: 45%;
}
.c-imgwrapper.as52 {
  padding-top: 52%;
}
.c-imgwrapper.as62 {
  padding-top: 62%;
}
.c-imgwrapper.as65 {
  padding-top: 65%;
}
.c-imgwrapper.as66 {
  padding-top: 66%;
}
.c-imgwrapper.as67 {
  padding-top: 67%;
}
.c-imgwrapper.as74 {
  padding-top: 74%;
}
.c-imgwrapper.as75 {
  padding-top: 75%;
}
.c-imgwrapper.as100 {
  padding-top: 100%;
}
.c-imgwrapper.as107 {
  padding-top: 107%;
}
.c-imgwrapper .img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.6s;
}
.c-imgwrapper__trigger:hover {
  opacity: 1;
}
.c-imgwrapper__trigger:hover .img {
  transform: scale(1.2);
}

.c-bg {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.c-overlay {
  position: relative;
  z-index: 1;
}
.c-overlay.before::before,
.c-overlay.after::after {
  content: "";
  /* background: linear-gradient(
    to bottom,
    rgba(18, 18, 18, 0) 0%,
    rgba(18, 18, 18, 0) 50%,
    rgba(18, 18, 18, 1)
  ); */
  background: #111;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
/* LOGO  */
.c-logo img,
.c-logo a {
  display: block;
  width: 100%;
}
/* =============================================================== */
/* ICON ARROW */
.c-icon-arrow::before,
.c-icon-arrow::after {
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 10px solid;
}
.c-icon-arrow.pink::before,
.c-icon-arrow.pink::after {
  border-top-color: #dcc2ff;
}
.c-icon-arrow.green::before,
.c-icon-arrow.green::after {
  border-top-color: #00ae96;
}
.c-icon-arrow.red::before,
.c-icon-arrow.red::after {
  border-top-color: #ff2138;
}
/* ICON */
.c-icon-before,
.c-icon-after {
  position: relative;
}
.c-icon-before::before,
.c-icon-after::after {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
/* ======================================================== */
/* PARALLAX */
.parallax__container {
  position: absolute;
  clip: rect(0px, auto, auto, 0px);
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: -10;
  /* border radius if needed */
  /* clip-path: inset(0 round 10px); */
}

.parallax {
  position: fixed;
  width: 100%;
  height: 100% !important;
  top: 0px;
  left: 0px;
}

.top-pallarax {
  height: 540px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.top-pallarax .parallax__container {
  width: 100%;
}
.top-pallarax .box1 {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.top-pallarax .box1 img {
  display: block;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
@media only screen and (max-width: 1240px) {
  .top-pallarax .parallax__container {
    right: 0;
    left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .top-pallarax {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .top-pallarax {
    height: 200px;
  }
}
/* ======================================================== */
/* HEADER */
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 120px;
  display: flex;
  transition: 0.4s;
}
.pt-header {
  padding-top: 120px !important;
}
.header.view {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100px;
}
.header.view .header-logowrapper {
  box-shadow: unset;
  border-radius: 0;
}
html {
  scroll-padding-top: 120px;
}
.header-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: inherit;
}
.header-group,
.menu-toggle,
.menu-toggle .menu-toggle__inner {
  align-self: stretch;
  display: flex;
  align-items: center;
}
.header-logowrapper {
  display: flex;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  height: 100%;
  position: relative;
  z-index: 1001;
  padding-left: 46px;
  padding-right: 102px;
  border-radius: 0 0 50px 0;
}
.header-logo {
  flex-shrink: 0;
  width: 216px;
}
.header .header-mainnav {
  align-self: stretch;
  margin-right: 10px;
}
.header .header-mainnav .c-headernav {
  height: 100%;
}
.header .header-mainnav .c-headernav__text {
  padding: 0 25px;
}
.header .header-mainnav .c-headernav__text:hover {
  opacity: 1;
  color: #0376e5;
}
.header .header-btn p {
  font-size: 15px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
.header.header2 {
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.header.header2 .header-logowrapper {
  box-shadow: unset;
  border-radius: 0;
}
.header.header2.show-toggle{
  height: 100px;
}
.header.show-toggle{
  background: #fff;
}
.header.show-toggle .header-logowrapper{
  box-shadow: unset;
  border-radius: 0;
}
/* TRIGGER */
.menu-trigger {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 1001;
  cursor: pointer;
  background-color: #0376e5;
  color: #fff;
  border-radius: 0 0 0 30px;
  transition: 0.2s;
}
.menu-trigger div {
  width: 30px;
  height: 28px;
  position: relative;
  margin-bottom: 5px;
}
.menu-trigger span {
  display: block;
  width: 100%;
  height: 5px;
  background-image: url(./../images/common/ic-wave-white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  left: 0;
  transition: 0.4s;
}
.menu-trigger span:nth-child(1) {
  top: 0;
}
.menu-trigger span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.menu-trigger span:nth-child(3) {
  bottom: 0;
}
.menu-trigger p {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 29px;
  text-align: center;
}
.menu-trigger:hover {
  background-color: #fff;
  color: #0376e5;
}
.menu-trigger:hover span {
  background-image: url(./../images/common/ic-wave-blue.svg);
}
/* MENU TOGGLE */
.menu-toggle {
  position: fixed;
  top: 106px;
  bottom: 0;
  right: 0;
  width: 100vw;
  height: calc(100vh - 106px);
  overflow-y: scroll;
  /* Hide scrollbar for IE, Edge and Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  transition: 0.4s ease-in-out;
  background-image: url(./../images/top/mv1.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #111;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  display: block;
  pointer-events: none;
}
/* Hide scrollbar for Chrome, Safari and Opera */
.menu-toggle::-webkit-scrollbar {
  display: none;
}
.menu-toggle.active {
  opacity: 1;
  visibility: visible;
  z-index: 1000;
  pointer-events: all;
}
.menu-toggle .menu-toggle__inner {
  padding: 60px 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100%;
  background-color: rgba(255, 255, 255, 0.95);
}
.header .header-mainnav {
  margin-right: 0;
}
.header .header-mainnav .c-headernav {
  display: block;
  height: auto;
  text-align: center;
}
.header .menu-toggle__container {
  width: 100%;
  max-width: 1570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 88px;
}
.header .menu-toggle .c-card1__list {
  flex: 1;
}
.header .menu-toggle .c-btn__wrapper {
  justify-content: center;
  width: 552px;
  flex-shrink: 0;
  gap: 40px 50px;
}
@media screen and (max-width: 1650px) {
  .header .menu-toggle__container {
    gap: 60px;
  }
  .header .menu-toggle .c-btn__wrapper {
    width: 360px;
    gap: 0;
  }
  .header .menu-toggle .c-btn__wrapper .c-btn {
    width: 100%;
  }
  .header .menu-toggle .c-card1__list {
    gap: 20px;
  }
  .header .menu-toggle .c-card1__list-itemfull {
    width: calc((100% - 20px) / 2);
  }
  .header .menu-toggle .c-card1__list-item {
    width: calc((100% - 40px) / 3);
  }
  .header .menu-toggle .c-card1__title {
    font-size: 20px;
  }
  .header .menu-toggle .c-card1__title::after {
    position: relative;
    top: 1px;
  }
}
@media screen and (max-width: 1250px) {
  .header .menu-toggle__container {
    flex-direction: column-reverse;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .header .menu-toggle .c-card1__list {
    width: 100%;
    flex: 0 1 auto;
  }
  .header .menu-toggle .c-btn__wrapper {
    width: 100%;
    max-width: 100%;
    gap: 0 30px;
  }
  .header .menu-toggle .c-btn__wrapper .c-btn {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
  }
  .header.header2.show-toggle{
    height: 100px;
  }
  .header.view {
    background-color: #fff;
    height: 80px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }
  .pt-header {
    padding-top: 100px !important;
  }
  html {
    scroll-padding-top: 100px;
  }

  .header.view .header-logowrapper {
    box-shadow: unset;
  }

  .header.view .menu-trigger {
    border-radius: 0;
  }
  .header .menu-toggle .c-card1__title {
    font-size: 20px;
  }
  .menu-toggle{
    top: 100px;
    height: calc(100vh - 100px);
  }
}
@media screen and (max-width: 767px) {
  .header {
    height: 70px;
  }
  .header.header2.show-toggle{
    height: 60px;
  }
  .header.view {
    height: 60px;
  }
  .pt-header {
    padding-top: 70px !important;
  }
  html {
    scroll-padding-top: 80px;
  }
  .header-logowrapper {
    padding-left: 20px;
    padding-right: 40px;
    border-radius: 0 0 30px 0;
  }
  .header-logo {
    width: 150px;
  }
  .menu-toggle{
    top: 66px;
    height: calc(100vh - 66px);
  }

  .menu-trigger div {
    width: 30px;
    height: 26px;
    position: relative;
    margin-bottom: 10px;
  }
  .menu-trigger p {
    font-size: 8px;
    line-height: 1;
  }
  /* TOGGLE */
  .menu-trigger {
    width: 70px;
    border-radius: 0 0 0 30px;
  }
  .menu-toggle .menu-toggle__inner {
    padding: 100px 20px;
  }
  .header .menu-toggle__container {
    gap: 40px 0;
  }
  .header .menu-toggle .c-btn__wrapper {
    gap: 0 10px;
  }

  .header .menu-toggle .c-btn__wrapper .c-btn {
    width: calc((100% - 10px) / 2);
  }
  .header .menu-toggle .c-card1__list {
    gap: 5px;
  }
  .header .menu-toggle .c-card1__list-itemfull,
  .header .menu-toggle .c-card1__list-item {
    width: calc((100% - 5px) / 2);
    height: 160px;
  }
  .header .menu-toggle .c-card1__title {
    font-size: 11px;
  }
  .header .menu-toggle .c-card1__title::after {
    top: 0;
  }
}

/* HEADER NAV */
.c-headernav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.c-headernav .item {
  font-size: 16px;
  letter-spacing: 0;
  position: relative;
}
.c-headernav .item:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 24px;
  background-color: #cccccc;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
}
.c-headernav .c-headernav__text {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  cursor: pointer;
}

.c-headernav--vertical .c-headernav__text {
  display: inline-block;
  height: auto;
  font-size: 22px;
}
.c-headernav--vertical .item {
  margin-bottom: 20px;
}
.c-headernav--vertical .item:not(:last-child)::after {
  content: unset;
}
@media screen and (max-width: 767px) {
  .c-headernav .item {
    font-size: 14px;
    line-height: 2;
  }
  /* NAV 2 VERTICAL */
  .c-headernav--vertical .item {
    margin-bottom: 10px;
  }
  .c-headernav--vertical .c-headernav__text {
    font-size: 22px;
  }
}
.c-headernav2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 0;
}
.c-headernav2 .item {
  display: inline-flex;
  align-items: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
}
.c-headernav2 .item:not(:last-child):after {
  content: "|";
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
}
.c-headernav2 .item a {
  display: block;
  transition: 0.4s;
}
.c-headernav2 .item a:hover {
  color: #0376e5;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .c-headernav2 .item {
    font-size: 13px;
  }
}
/* END HEADER NAV */
/* BTN 3 */
.c-header-btn {
  width: 120px;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  background-image: linear-gradient(to bottom, #ff9f5e, #fe3737);
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  color: #fff;
  transition: 0.4s ease-in-out;
}
.c-header-btn span {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: background-color 0.4s ease-in-out;
}
.c-header-btn span.icon-mail:before {
  background-image: url(./../images/common/ic-mail-white.png);
  width: 27px;
  height: 21px;
  margin-bottom: 5px;
}
.c-header-btn:hover {
  color: #fe8737;
  opacity: 1;
}
.c-header-btn:hover span {
  background-color: #fff;
}
.c-header-btn:hover span.icon-mail:before {
  background-image: url(./../images/common/ic-mail-orange.png);
}
@media screen and (max-width: 1024px) {
  .c-header-btn {
    width: 100%;
    max-width: 270px;
    height: 70px;
  }
  .c-header-btn span {
    flex-direction: row;
  }
  .c-header-btn span.icon-mail:before {
    width: 24px;
    height: 20px;
    margin-bottom: 0;
    margin-right: 10px;
  }
}
/* END HEADER */
/* ===================================================================== */
/* FOOTER */
/* TOP */
.footer__top {
  padding: 114px 0 105px;
  position: relative;
  background-image: linear-gradient(
    to bottom,
    #0376e5 0%,
    #0376e5 30%,
    #03afe5
  );
}
.footer__top::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url(./../images/common/footer-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.footer__top .c-box {
  max-width: 1000px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 2;
  color: #fff;
}
.footer__top .c-box .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.footer__top .c-box .list li {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 28px 48px;
}
.footer__top .c-box .list li + li::before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #fff;
}
.footer__top .c-box .title {
  color: #fff;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  position: relative;
  border-bottom: 1px dashed #fff;
  padding: 0 18px;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.footer__top .c-box .phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 40px;
  letter-spacing: 0;
  line-height: 1;
  margin-bottom: 10px;
}
.footer__top .c-box .phone .icon {
  display: block;
  flex-shrink: 0;
  width: 37px;
  margin-right: 5px;
}
.footer__top .c-box .button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  width: 100%;
  max-width: 300px;
  padding: 18px 30px;
  border-radius: 30px;
  color: #0376e5;
  margin-bottom: 18px;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.footer__top .c-box .button:hover {
  background-color: #0376e5;
  color: #fff;
  opacity: 1;
}
.footer__top .c-box .button.icon-mail::before {
  background-image: url(./../images/common/ic-phone-blue.png);
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.footer__top .c-box .button.icon-mail:hover::before {
  background-image: url(./../images/common/ic-phone-white.png);
}
.footer__top .c-box .text1 {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
.footer__top .c-box .list li.col2 {
  text-align: left;
  align-items: flex-start;
  padding: 18px 50px;
  padding-right: 0;
}
.footer__top .c-box dl + dl {
  margin-top: 18px;
}
.footer__top .c-box dt {
  display: flex;
  align-items: baseline;
  margin-bottom: -4px;
}
.footer__top .c-box dt::before {
  position: relative;
  top: 1px;
}
.footer__top .c-box dt.icon-time::before {
  background-image: url(./../images/common/ic-time-white.png);
  width: 14px;
  height: 14px;
  margin-right: 8px;
}
.footer__top .c-box dt.icon-bath::before {
  background-image: url(./../images/common/ic-bath-white.png);
  width: 16px;
  height: 14px;
  margin-right: 8px;
}
.footer__top .c-box dt.icon-map::before {
  background-image: url(./../images/common/ic-map-white.png);
  width: 8px;
  height: 13px;
  margin-right: 8px;
}
.footer__top .c-box .c-list-icons {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
  margin-top: 14px;
}
.footer__top .c-box .c-list-icons img.icon-instagram {
  width: 21px;
}
.footer__top .c-box .c-list-icons img.icon-x {
  width: 21px;
}
.footer__top .c-box .c-list-icons img.icon-youtube {
  width: 27px;
}
/* BOTTOM */
.footer-bottom {
  padding: 78px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.footer-logo {
  max-width: 216px;
  width: 100%;
  margin-bottom: 68px;
}
.footer-bottom .header-mainnav {
  margin-bottom: 45px;
}
.footer-bottom .header-mainnav a {
  padding: 0 16px;
}
.footer-bottom-text {
  font-size: 14px;
  margin-bottom: 40px;
}
/* COPY RIGHT */
.c-copyright {
  font-size: 12px;
  letter-spacing: 0;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
}
.c-copyright span {
  display: inline-block;
}
@media screen and (max-width: 1024px) {
  /* TOP */
  .footer__top {
    padding: 100px 0;
  }
  .footer__top .c-box .list li {
    width: 100%;
    padding: 40px 20px;
  }
  .footer__top .c-box .list li + li::before {
    width: 60%;
    height: 1px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .footer__top .c-box .list li.col2 {
    padding: 40px 20px;
    align-items: center;
    text-align: center;
  }
  .footer__top .c-box dt {
    justify-content: center;
    margin-bottom: 0;
  }

  .footer__top .c-box .c-list-icons {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  /* TOP */
  .footer__top {
    padding: 20px 0;
  }
  .footer__top .c-box .list li {
    padding: 30px 20px;
  }
  .footer__top .c-box .title {
    font-size: 14px;
    padding-top: 20px;
    padding-bottom: 8px;
    margin-bottom: 22px;
  }
  .footer__top .c-box .title::before {
    width: 20px;
  }
  .footer__top .c-box .phone {
    font-size: 28px;
  }
  .footer__top .c-box .phone .icon {
    width: 28px;
  }
  .footer__top .c-box .text1 {
    font-size: 13px;
    line-height: 1.6;
  }
  .footer__top .c-box .button {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .footer__top .c-box .button.icon-mail.before::before {
    width: 18px;
    height: 18px;
  }
  .footer__top .c-box .text2 {
    font-size: 14px;
  }

  .footer__top .c-box dt {
    margin-bottom: 5px;
  }
  /* BOTTOM */
  .footer-bottom {
    padding: 45px 0 90px;
  }
  .footer-logo {
    max-width: 150px;
    margin-bottom: 40px;
  }
  .footer-bottom .header-mainnav {
    margin-bottom: 36px;
  }
  .footer-bottom .header-mainnav a {
    padding: 0 4px;
  }
  .footer-bottom-text {
    font-size: 13px;
    margin-bottom: 40px;
  }
  .c-copyright {
    font-size: 11px;
  }
}
/* END FOOTER */
/* ======================================================== */
/* BREAD */
.c-bread {
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 88px;
  padding: 48px 20px;
  background-color: #0376e5;
}
.c-bread::after {
  content: "";
  background-image: url(./../images/common/bread-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-bread li a {
  position: relative;
  z-index: 2;
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 15px;
  color: #fff;
  letter-spacing: 0;
}
@media all and (max-width: 768px) {
  .c-bread {
    padding: 15px 20px;
    margin-bottom: 60px;
  }
  .c-bread li a {
    font-size: 11px;
  }
}
/* END BREAD */
/* ======================================================== */
/* PAGE HEADING */
.c-page-heading {
  width: 100%;
  min-height: 400px;
  padding: 70px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.c-page-heading h1 {
  font-size: 15px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  letter-spacing: 0;
  color: #fff;
}
.c-page-heading h1 strong {
  display: block;
  font-size: 42px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-page-heading {
    padding: 20px;
    min-height: 250px;
  }
  .c-page-heading h1 {
    font-size: 14px;
  }
  .c-page-heading h1 strong {
    font-size: 30px;
  }
}
/* END PAGE HEADING */
/* ======================================================== */
/* POST */
.c-post-date {
  font-size: 16px;
  letter-spacing: 0.05em;
}
.c-post-cat {
  border: 1px solid #cccccc;
  color: #cccccc;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0;
  display: inline-flex;
  line-height: 1;
  gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 9px 10px;
}
.c-post-cat::before {
  background-image: url(./../images/common/ic-folder-gray.png);
  width: 13px;
  height: 10px;
}
.c-post-title {
  font-size: 18px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  letter-spacing: 0;
}
.c-post-title2 {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 32px;
  letter-spacing: 0;
}
.c-post-content {
  word-break: break-all;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}

@media screen and (max-width: 767px) {
  .c-post-date {
    font-size: 12px;
  }
  .c-post-cat {
    gap: 4px;
    font-size: 11px;
    padding: 5px 15px;
  }
  .c-post-cat::before {
    width: 11px;
    height: 11px;
  }
  .c-post-title {
    font-size: 13px;
  }
  .c-post-title2 {
    font-size: 25px;
  }
  .c-post-content {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* NEWS */
.c-news-list .item {
  position: relative;
  z-index: 1;
}
.c-news-list .item::after {
  content: "";
  width: 100vw;
  height: calc(100% - 1px);
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
  z-index: -1;
  background-color: #fff;
  border-top: 1px solid #eeeeee;
}
.c-news-list .item:nth-child(even):after {
  background-color: rgba(18, 18, 18, 0.02);
  border-radius: 10px 0 0 10px;
}
.c-news-list.no-radius .item,
.c-news-list.no-radius .item:nth-child(even) {
  border-radius: unset;
}
.c-news-list.border .item {
  border-bottom: 1px dashed #111111;
}
.c-post-news {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 22px 0;
}
.c-post-news .group {
  display: flex;
  align-items: center;
}
.c-post-news .new {
  margin-right: 26px;
}
.c-post-news .c-post-date {
  margin-right: 26px;
}
.c-post-news .c-post-cat {
  margin-right: 22px;
}
.c-post-news .c-post-title {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-post-news {
    padding: 15px 0;
  }
  .c-post-news .new {
    margin-right: 0;
  }
  .c-post-news .c-new {
    margin-right: 10px;
  }
  .c-post-news .c-post-date {
    margin-right: 10px;
  }
  .c-post-news .c-post-cat {
    margin-right: 0;
  }
  .c-post-news .c-post-title {
    flex: 0 1 auto;
    width: 100%;
    margin-top: 10px;
  }
}

.c-news-list2 {
  display: flex;
  flex-wrap: wrap;
  gap: 65px 40px;
}
.c-news-list2 .c-post-news2 {
  width: calc((100% - 120px) / 4);
}
.c-post-news2 .c-imgwrapper {
  padding-top: 131% !important;
  background-color: #ccc;
}
.c-post-news2__content {
  position: relative;
  padding: 30px 20px 0;
}
.c-post-news2 .c-post-date {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  color: #cccccc;
  margin-bottom: 8px;
}
.c-post-news2 .c-new {
  position: absolute;
  top: -36px;
  left: 20px;
  background-color: #e80909;
  width: 56px;
  height: 56px;
  border-radius: 100%;
  font-size: 14px;
}
.c-post-news2 .c-post-title {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines to show */
  line-clamp: 1;
  -webkit-box-orient: vertical;
  flex: 1;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 6px;
}
.c-post-news2 .c-post-content2 {
  display: -webkit-box;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
  flex: 1;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
}
@media screen and (max-width: 1024px) {
  .c-news-list2 {
    gap: 65px 20px;
  }
  .c-news-list2 .c-post-news2 {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 767px) {
  .c-news-list2 {
    gap: 50px 0;
  }
  .c-news-list2 .c-post-news2 {
    width: 100%;
  }

  .c-post-news2 .c-new {
    top: -20px;
    left: 20px;
    width: 40px;
    height: 40px;
    font-size: 10px;
  }
  .c-post-news2 .c-post-date {
    font-size: 12px;
  }
  .c-post-news2 .c-post-title {
    font-size: 16px;
  }
  .c-post-news2 .c-post-content2 {
    font-size: 13px;
    line-height: 1.6;
  }
}
/* END NEWS */
/* NEW TAG */
.new,
.c-new {
  width: 80px;
  height: 34px;
}
.c-new {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0;
  background-color: #d81434;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .new {
    width: auto;
    height: auto;
  }
  .c-new {
    font-size: 10px;
    width: 50px;
    height: 25px;
  }
}
/* END NEW TAG */
/* END POST */
/* ======================================================== */
/* PAGINATION */
.c-pagination {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 70px;
}
.c-pagination .item {
  width: 36px;
  height: 33px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.1em;
  transition: 0.2s;
  margin: 0 5px;
  position: relative;
}
.c-pagination .item::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(./../images/top/index-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0;
  transition: 0.4s;
}
.c-pagination .item.prev {
  margin-right: 40px;
  margin-left: 0 !important;
}
.c-pagination .item.next {
  margin-left: 40px;
  margin-right: 0 !important;
}
.c-pagination .item-arrow img {
  display: block;
  width: 17px;
  height: 17px;
}
.c-pagination .item a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  transition: inherit;
}
.c-pagination .item:not(.item-arrow) a:hover {
  opacity: 1;
}
.c-pagination .item:not(.item-arrow):hover,
.c-pagination .item.current {
  color: white;
}
.c-pagination .item:not(.item-arrow):hover::after,
.c-pagination .item.current::after {
  opacity: 1;
}
.c-pagination .item.current,
.c-pagination .item.item-dot {
  pointer-events: none;
}
@media all and (max-width: 767px) {
  .c-pagination {
    margin-top: 30px;
  }
  .c-pagination .item {
    width: 25px;
    height: 25px;
    font-size: 10px;
    margin: 0;
  }
  .c-pagination .item.prev {
    margin-right: 5px;
  }
  .c-pagination .item.next {
    margin-left: 5px;
  }
}
/* END PAGINATION */
/* ======================================================== */
/* SLIDER */
.c-slider-wrapper {
  position: relative;
}
/* ARROW */
.c-slider-wrapper .c-slider-arrow {
  width: 16px;
  height: 31px;
  background-image: url(./../images/common/ic-arrow-slide-prev.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.c-slider-wrapper .c-slider-arrow.prev {
  left: 0;
}
.c-slider-wrapper .c-slider-arrow.next {
  right: 0;
  background-image: url(./../images/common/ic-arrow-slide-next.png);
}
.c-slider-wrapper .c-slider-arrow::after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper .c-slider-arrow {
    display: none;
  }
}
/* PAGINATION */
.c-slider-wrapper.u-pagination .c-slider-pagination {
  bottom: 0;
}
.c-slider-wrapper.u-pagination .c-slider-pagination .swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  margin: 5px;
  border: 1px solid #707070;
  background-color: #fff;
  opacity: 1;
}
.c-slider-wrapper.u-pagination .c-slider-pagination2 .swiper-pagination-bullet {
  border: unset;
  background-color: #cccccc;
}
.c-slider-wrapper.u-pagination
  .c-slider-pagination
  .swiper-pagination-bullet-active {
  background-color: #0376e5;
  border-color: #0376e5;
}
@media screen and (max-width: 767px) {
  .c-slider-wrapper.u-pagination
    .c-slider-pagination
    .swiper-pagination-bullet {
    margin: 5px 2px;
  }
}
/* VERTICAL PAGINATION */
.c-slider-wrapper.u-pagination-vertical {
  position: relative;
  padding: 0;
}
.c-slider-wrapper.u-pagination-vertical .c-slider-pagination {
  width: auto;
  height: 100%;
  top: 0;
  bottom: auto;
  left: auto;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.c-slider-wrapper.u-pagination-vertical
  .c-slider-pagination
  .swiper-pagination-bullet {
  margin: 10px;
}
/* SLIDER CONTINOUS */
.slider-continous-opposite .swiper-wrapper,
.slider-continous .swiper-wrapper {
  transition-timing-function: linear;
}
/* END SLIDER CONTINOUS */
/* MAIN VISUAL */
.c-mainvisual__slider {
  height: 1080px;
}
.c-mainvisual__slider .c-bg {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* .c-mainvisual__slider .swiper-slide-active .c-bg {
  animation: visual1 cubic-bezier(0, 0, 0.58, 1) 4s;
}
@keyframes visual1 {
  from {
    transform: scale(1.2) translate(0, -5%);
  }
  to {
    transform: scale(1) translate(0, 0);
  }
} */
/* END MAIN VISUAL */
/* THUMB SLIDER */
.c-thumbSwiper-wrapper {
  width: 100%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.c-thumbSwiper.thumbSwiper {
  margin: 10px;
}
.c-thumbSwiper.thumbSwiper .swiper-slide {
  opacity: 0.4;
}
.c-thumbSwiper.thumbSwiper .swiper-slide-thumb-active {
  opacity: 1;
}
/* END THUMB SLIDER */
/* END SLIDER */
/* ======================================================== */
/* SCROLLABLE */
.w-1000 {
  width: 1000px;
}
/* END SCROLLABLE */
/* ======================================================== */

/* ANIMATION  */
/* TEXT */
.c-text-curtain {
  display: inline-flex;
  position: relative;
  z-index: 1;
}
.c-text-curtain__text {
  color: #fff;
  opacity: 0;
  transition: all 1s 1s ease-in-out;
}
.c-text-curtain.leff .c-text-curtain__text {
  opacity: 1;
}
.c-text-curtain::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #f6317b;
  transition: all 1s ease-in-out;
  opacity: 0;
}
.c-text-curtain.leff::after {
  width: 100%;
  opacity: 1;
}
/* END ANIMATION  */
/* ======================================================== */
/* TAB LIST */
.tab-lists {
  position: relative;
}
.tab-lists .list-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  transition: 0.4s;
}
.tab-lists .list-item.active {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/* ======================================================== */
/* SECTION TEXT IMG */
.c-section1 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.c-section1--aligncenter {
  align-items: center;
}
.c-section1__img {
  width: 50%;
}
.c-section1__text {
  flex: 1;
}
@media screen and (max-width: 1024px) {
  .c-section1__img,
  .c-section1__text {
    width: 100% !important;
    flex: 0 1 auto !important;
  }
}

/* ======================================================== */
/* SIDEBAR */
.c-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  z-index: 900;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  justify-content: center;
  pointer-events: none;
  transition-duration: 0.4s;
}
.c-sidebar.hide {
  opacity: 0;
  visibility: hidden;
}
.c-sidebar a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  pointer-events: all;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 13px;
  gap: 18px 0;
  color: #111;
  background-color: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 50px 0 0 50px;
  width: 140px;
  height: 140px;
  transition: 0.2s;
}
.c-sidebar a:hover {
  opacity: 1;
  background-color: #0376e5;
  color: #fff;
}
.c-sidebar a.icon-yen::before {
  background-image: url(./../images/common/ic-yen-black.png);
  width: 32px;
  height: 32px;
}
.c-sidebar a.icon-yen:hover::before {
  background-image: url(./../images/common/ic-yen-white.png);
}
.c-sidebar a.icon-hotbath::before {
  background-image: url(./../images/common/ic-hotbath-black.png);
  width: 36px;
  height: 31px;
}
.c-sidebar a.icon-hotbath:hover::before {
  background-image: url(./../images/common/ic-hotbath-white.png);
}
.c-sidebar a.icon-bus::before {
  background-image: url(./../images/common/ic-bus-black.png);
  width: 37px;
  height: 31px;
}
.c-sidebar a.icon-bus:hover::before {
  background-image: url(./../images/common/ic-bus-white.png);
}
@media screen and (max-width: 1024px) {
  .c-sidebar {
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: stretch;
    height: auto;
    gap: 0;
  }
  .c-sidebar a {
    width: 33.33333333%;
    height: auto;
    writing-mode: horizontal-tb;
    padding: 0;
    height: 50px;
    gap: 10px;
    flex-direction: row;
    text-align: center;
    border-radius: 0;
    box-shadow: unset;
    border-top: 1px solid rgba(0, 0, 0, 0.16);
  }
  .c-sidebar a:not(:first-child) {
    border-left: 1px solid rgba(0, 0, 0, 0.16);
    margin-bottom: 0;
  }

  .c-sidebar a::before {
    position: relative;
    top: -1px;
  }
  .c-sidebar a.icon-yen::before {
    width: 22px;
    height: 22px;
  }
  .c-sidebar a.icon-hotbath::before,
  .c-sidebar a.icon-bus::before {
    width: 24px;
    height: 21px;
  }
}
/* END SIDEBAR */
/* ======================================================== */
/* CARD 1 */
.c-card1__list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.c-card1__list-itemfull {
  width: calc((100% - 50px) / 2);
  height: 325px;
}
.c-card1__list-item {
  width: calc((100% - 100px) / 3);
  height: 280px;
}
.c-card1 {
  display: block;
  overflow: hidden;
  position: relative;
  height: 100%;
}
.c-card1::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.6);
}
/* .c-card1::after {
  content: "";
  width: calc(100% - 26px);
  height: calc(100% - 18px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  border: 1px solid #fff;
  border-radius: inherit;
} */
.c-card1__img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.c-card1__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 25px;
}
.c-card1__title {
  display: flex;
  align-items: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
}
.c-card1__title::after {
  background-image: url(./../images/common/ic-arrow-circle-white.png);
  width: 18px;
  height: 18px;
  margin-left: 8px;
}
@media screen and (max-width: 1024px) {
  .c-card1__list {
    gap: 20px;
  }
  .c-card1__list-itemfull {
    width: calc((100% - 20px) / 2);
  }
  .c-card1__list-item {
    width: calc((100% - 40px) / 3);
  }
  .c-card1__title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .c-card1__list {
    gap: 5px;
  }
  .c-card1__list-itemfull,
  .c-card1__list-item {
    width: calc((100% - 5px) / 2);
    height: 160px;
  }
  .c-card1::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
  }
  .c-card1__content {
    padding: 15px;
  }
  .c-card1__title {
    font-size: 11px;
  }
  .c-card1__title::after {
    width: 11px;
    height: 11px;
    margin-left: 6px;
  }
}
/* END CARD 1 */
/* CARD 2 */
.c-card2__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px;
}
.c-card2__list-item {
  width: calc((100% - 140px) / 3);
}
.c-card2 {
  display: block;
  position: relative;
}
.c-card2__index {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 88px;
  height: 82px;
  background-image: url(./../images/top/index-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -28px;
  left: -30px;
  z-index: 10;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
}
.c-card2__index small {
  display: block;
  font-size: 12px;
  margin-bottom: 6px;
}
.c-card2__content {
  padding: 24px 20px 0;
}
.c-card2__title {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 38px;
  text-align: center;
  margin-bottom: 14px;
}
@media screen and (max-width: 1024px) {
  .c-card2__list {
    gap: 70px;
  }
  .c-card2__list-item {
    width: calc((100% - 70px) / 2);
  }
}
@media screen and (max-width: 767px) {
  .c-card2__list {
    gap: 50px 0;
  }
  .c-card2__list-item {
    width: 100%;
  }
  .c-card2__index {
    width: 68px;
    height: 62px;
    top: -20px;
    left: -12px;
    font-size: 14px;
  }
  .c-card2__index small {
    font-size: 8px;
    margin-bottom: 2px;
  }
  .c-card2__content {
    padding: 15px 0 0;
  }
  .c-card2__title {
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 8px;
  }
}
/* END CARD 2 */
/* ======================================================== */
/* BUTTON */
/* BTN WRAPPER */
.c-btn__wrapper {
  width: 100%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.c-btn__wrapper.center {
  justify-content: center;
}
.c-btn__wrapper .c-btn {
  max-width: unset;
  width: calc((100% - 70px) / 2);
}

.c-btn__wrapper.col_03 .c-btn {
  max-width: unset;
  width: calc((100% - 70px) / 3);
}

.c-btn__wrapper .c-btn a {
  width: 100%;
  max-width: unset;
}
@media screen and (max-width: 767px) {
  .c-btn__wrapper .c-btn,
  .c-btn__wrapper.col_03 .c-btn{
    width: 100%;
  }
}

/* BTN 1 */

.c-btn1 {
  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;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  width: 100%;
  max-width: 440px;
  padding: 24px 20px;
  position: relative;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid #cccccc;
}
.c-btn1.center {
  margin-left: auto;
  margin-right: auto;
}
.c-btn1::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  bottom: -1px;
  background-color: #0376e5;
  z-index: 2;
  -webkit-transform: scaleX(0.35);
  -ms-transform: scaleX(0.35);
  transform: scaleX(0.35);
  -webkit-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.c-btn1__trigger:hover .c-btn1::before,
.c-btn1:hover::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.c-btn1::after {
  background-image: url(./../images/common/ic-chevron-black.png);
  width: 12px;
  height: 20px;
  margin-left: 10px;
}
.c-btn1__trigger:hover .c-btn1,
.c-btn1:hover {
  color: #0376e5;
  opacity: 1;
}
.c-btn1__trigger:hover .c-btn1::after,
.c-btn1:hover::after {
  background-image: url(./../images/common/ic-chevron-blue.png);
}
@media screen and (max-width: 767px) {
  .c-btn1 {
    max-width: unset;
    font-size: 14px;
    padding: 20px 10px;
  }
  .c-btn1::after {
    width: 9px;
    height: 16px;
  }
}
/* END BTN 1 */
/* BTN 2 */
.c-btn2 {
  width: 100%;
  max-width: 240px;
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border: 2px solid #0376e5;
  color: #0376e5;
  background-color: #fff;
  border-radius: 100px;
  padding: 18px 52px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.c-btn2--md {
  max-width: 260px;
  padding: 18px 42px;
}
.c-btn2::after {
  background-image: url(./../images/common/ic-chevron2-blue.png);
  width: 9px;
  height: 16px;
}
.c-btn2:hover {
  opacity: 1;
  border-color: #0376e5;
  background-color: #0376e5;
  color: #fff;
}
.c-btn2:hover::after {
  background-image: url(./../images/common/ic-chevron2-white.png);
}

.c-btn2--black {
  border-color: #111;
  color: #111;
}
.c-btn2--black::after {
  background-image: url(./../images/common/ic-chevron2-black.png);
}
@media screen and (max-width: 767px) {
  .c-btn2 {
    max-width: unset;
    padding: 14px 52px;
    font-size: 14px;
  }
}
/* END BTN 2 */
/* BTN 3 */
.c-btn3__wrapper {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 25px;
}
.c-btn3__wrapper .c-btn {
  min-width: 160px;
  flex-shrink: 0;
}
.c-btn3__wrapper .c-btn a {
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 767px) {
  .c-btn3__wrapper {
    gap: 10px;
  }
  .c-btn3__wrapper .c-btn {
    width: calc((100% - 10px) / 2);
    min-width: unset;
  }
}
.c-btn3 {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid currentColor;
}
.c-btn3::before {
  background-image: url(./../images/common/ic-arrow-black.png);
  width: 11px;
  height: 11px;
  margin-right: 10px;
}
.c-btn3.active,
.c-btn3:hover {
  opacity: 1;
  color: #0376e5;
}
.c-btn3.active::before,
.c-btn3:hover::before {
  background-image: url(./../images/common/ic-arrow-blue.png);
}
@media screen and (max-width: 767px) {
  .c-btn3 {
    width: 100%;
    max-width: 200px;
    justify-content: center;
    font-size: 14px;
    padding: 10px 0;
  }
}
/* END BTN 3 */
/* BTN 4 */
.c-btn4 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0;
}
.c-btn4::after {
  background-image: url(./../images/common/ic-arrow-black.png);
  width: 11px;
  height: 11px;
  margin-left: 10px;
}
.c-btn4.active,
.c-btn4:hover {
  opacity: 1;
  color: #0376e5;
}
.c-btn4.active::after,
.c-btn4:hover::after {
  background-image: url(./../images/common/ic-arrow-blue.png);
}
@media screen and (max-width: 767px) {
  .c-btn4 {
    width: 100%;
    max-width: 200px;
    justify-content: center;
    font-size: 14px;
    padding: 10px 0;
  }
}
/* END BTN 4 */
/* END BUTTON */
/* ======================================================== */
/* LIST 1 */
.c-list1 {
  display: flex;
  flex-wrap: wrap;
}
.c-list1__item {
  width: 50%;
  text-align: center;
  padding: 28px 20px 20px;
}
.c-list1__item:nth-child(even) {
  position: relative;
}
.c-list1__item:nth-child(even)::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 1px;
  height: 100%;
  background-color: #cccccc;
}
.c-list1__title {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 26px;
}
.c-list1__title::before {
  margin-right: 8px;
}
.c-list1__title.icon-bus::before {
  background-image: url(./../images/common/ic-bus-black.png);
  width: 25px;
  height: 21px;
}
.c-list1__title.icon-car::before {
  background-image: url(./../images/common/ic-car-black.png);
  width: 31px;
  height: 15px;
  margin-top: 5px;
}
.c-list1__text {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0;
}
@media screen and (max-width: 767px) {
  .c-list1__item {
    width: 100%;
    padding: 15px 0;
  }
  .c-list1__item:nth-child(even)::before {
    width: 60px;
    height: 1px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
  }
  .c-list1__title {
    font-size: 16px;
    margin-bottom: 12px;
  }
  .c-list1__title.icon-bus::before {
    width: 21px;
    height: 18px;
  }
  .c-list1__title.icon-car::before {
    width: 26px;
    height: 12px;
    margin-top: 6px;
  }
}
/* END LIST 1*/
/* LIST 2 */
.c-list2 {
  display: flex;
  flex-wrap: wrap;
}
.c-list2 > li {
  display: flex;
}
.c-list2__item1 {
  flex: 1;
  max-width: 375px;
}
.c-list2__item2 {
  flex-shrink: 0;
}
.c-list2__item3 {
  flex: 1;
}
.c-list2__title {
  writing-mode: vertical-lr;
  background-color: #0376e5;
  color: #fff;
  border-radius: 50px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 140px;
}
.c-list2__title span {
  writing-mode: horizontal-tb;
  letter-spacing: 0;
  /* text-orientation: upright; */
}
.c-list2__des {
  flex: 1;
  position: relative;
  margin: 0 10px;
  display: flex;
  justify-content: center;
  padding-top: 62px;
}
.c-list2__des--top {
  align-items: flex-start;
}
.c-list2__des::after {
  content: "";
  position: absolute;
  top: 54px;
  left: 0;
  width: 100%;
  height: 1px;
  border-bottom: 1px dashed #707070;
}
.c-list2__text {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0;
  line-height: 26px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-list2 > li {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    flex: 0 1 auto;
  }
  .c-list2__des {
    justify-content: flex-start;
    padding: 30px 0;
    padding-left: 60px;
    margin: 10px 0;
  }
  .c-list2__des::after {
    width: 1px;
    height: 100%;
    border-bottom: unset;
    border-left: 1px dashed #707070;
    left: 25px;
    top: 0;
  }

  .c-list2__title {
    font-size: 11px;
    width: 30px;
    height: 110px;
  }
  .c-list2__des {
    margin: 5px 0;
    padding: 10px 0;
    padding-left: 40px;
  }
  .c-list2__des::after {
    left: 15px;
  }
  .c-list2__text {
    text-align: left;
    font-size: 11px;
    line-height: 20px;
  }
}
/* END LIST 2 */

/* ======================================================== */
/* ACCORDION */
/* COLLAPSE LIST */
.c-list-collapse .item + .item {
  margin-top: 40px;
}
.c-collapsible__header {
  background-color: #0376e5;
  color: #fff;
  padding: 25px 56px;
  padding-right: 85px;
  border-radius: 50px;
  position: relative;
  cursor: pointer;
}
.c-collapsible__header .icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 56px;
  width: 18px;
  height: 18px;
  color: #fff;
}
.c-collapsible__header .icon::before,
.c-collapsible__header .icon::after {
  content: "";
  display: block;
  position: absolute;
  background-color: currentColor;
  transition: 0.4s;
}
.c-collapsible__header .icon::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.c-collapsible__header .icon::after {
  height: 2px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.c-collapsible.show .c-collapsible__header .icon::before {
  transform: translateX(-50%) rotate(90deg);
}
.c-collapsible__header p {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0;
  display: flex;
  align-items: flex-start;
  line-height: 30px;
}
.c-collapsible__header p span {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 0.1em;
  position: relative;
  top: -2px;
  margin-right: 18px;
}
.c-collapsible .content {
  padding: 22px 54px;
}
.c-collapsible .content .c-text-main {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  .c-list-collapse .item + .item {
    margin-top: 20px;
  }
  .c-collapsible__header {
    padding: 14px 20px;
    border-radius: 10px;
    padding-right: 40px;
  }
  .c-collapsible .c-collapsible__header p {
    font-size: 15px;
    line-height: 26px;
  }
  .c-collapsible .c-collapsible__header p span {
    font-size: 18px;
    top: -1px;
    margin-right: 4px;
  }
  .c-collapsible__header .icon {
    right: 20px;
    width: 10px;
    height: 10px;
  }
  .c-collapsible .content {
    padding: 20px 10px;
  }
}
/* ACCORDION */
/* ======================================================== */
/* HEADING */
.c-heading {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  padding-bottom: 26px;
  padding-left: 66px;
  position: relative;
  border-bottom: 1px solid #707070;
}
.c-heading::before {
  position: absolute;
  left: 32px;
}
.c-heading.icon-bus::before {
  background-image: url(./../images/common/ic-bus-black.png);
  width: 25px;
  height: 21px;
  top: 0;
}
.c-heading.icon-car::before {
  background-image: url(./../images/common/ic-car-black.png);
  width: 31px;
  height: 15px;
  top: 6px;
}
.c-heading.icon-check {
  padding-left: 54px;
}
.c-heading.icon-check::before {
  background-image: url(./../images/common/ic-check-black.png);
  width: 16px;
  height: 16px;
  top: 6px;
}
@media screen and (max-width: 767px) {
  .c-heading {
    font-size: 14px;
    padding-left: 30px;
    padding-bottom: 15px;
  }
  .c-heading::before {
    left: 0;
  }
  .c-heading.icon-bus::before {
    width: 20px;
    height: 16px;
    top: 0;
  }
  .c-heading.icon-car::before {
    width: 22px;
    height: 12px;
    top: 4px;
  }
  .c-heading.icon-check {
    padding-left: 20px;
  }
  .c-heading.icon-check::before {
    width: 12px;
    height: 12px;
    top: 4px;
  }
}
/* END HEADING */
/* ====================================================================== */
/**Heading*/
.c-heading2 {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 28px;
  font-weight: bold;
  padding-bottom: 28px;
  border-bottom: 1px solid #707070;
  line-height: 1;
  align-items: flex-end;
}
.c-heading2 small {
  display: block;
  color: #cccccc;
  font-size: 11px;
  position: relative;
  padding-left: 24px;
}
.c-heading2 small::before {
  content: "";
  width: 14px;
  height: 1px;
  background-color: #cccccc;
  position: absolute;
  bottom: 2px;
  left: 0;
}
.c-heading2.--bord-line {
  position: relative;
  padding-left: 30px;
}
.c-heading2.--bord-line::before {
  content: "";
  width: 40px;
  height: 2px;
  background-color: #0376e5;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.c-heading2.--icon-check {
  display: flex;
  padding-left: 30px;
  gap: 8px;
  align-items: center;
  font-size: 18px;
}
.c-heading2.--icon-check::before {
  content: "";
  background-image: url("../images/common/ic-check-black.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 16px;
  height: 16px;
  display: block;
}
@media screen and (max-width: 767px) {
  .c-heading2 {
    font-size: 18px;
    padding-bottom: 15px;
    padding-left: 0;
  }
  .c-heading2.--bord-line {
    padding-left: 0;
  }
  .c-heading2 small {
    font-size: 10px;
    padding-left: 15px;
  }
  .c-heading2 small::before {
    width: 10px;
  }
  .c-heading2.--bord-line::before {
    width: 30px;
  }
}
/**End Heading*/
/* ======================================================== */
/* LIST 3 */
.c-list3__item + .c-list3__item {
  margin-top: 116px;
}
.c-list3__content {
  padding: 27px 30px 0;
}
.c-list3__subtitle {
  margin-bottom: 21px;
}
.c-list3__block + .c-list3__block {
  margin-top: 72px;
}
@media screen and (max-width: 767px) {
  .c-list3__item + .c-list3__item {
    margin-top: 60px;
  }
  .c-list3__block + .c-list3__block {
    margin-top: 40px;
  }
  .c-list3__content {
    padding: 30px 0px 0;
  }
  .c-list3__subtitle {
    margin-bottom: 15px;
  }
}
/* END LIST 3 */
/* ======================================================== */
/* CARD 3 */
.c-card3__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 60px;
}
.c-card3__list-item {
  width: calc((100% - 60px) / 2);
}
.c-card3 .c-imgwrapper {
  border-radius: 50px;
}
.c-card3__content {
  padding: 31px 0 0;
}
.c-card3__index {
  display: inline-block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #111111;
  border-radius: 30px;
  padding: 8px 21px;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .c-card3__list {
    gap: 40px 20px;
  }
  .c-card3__list-item {
    width: calc((100% - 20px) / 2);
  }
  .c-card3 .c-imgwrapper {
    border-radius: 30px;
  }
  .c-card3__content {
    padding: 20px 0 0;
  }
  .c-card3__index {
    font-size: 10px;
    padding: 8px 18px;
    margin-bottom: 8px;
  }
  .c-card3 .c-text-main {
    font-size: 11px;
  }
}
/* END CARD 3 */
/* ======================================================== */
/* DATA LIST */
/* DATA LIST 1 */
.c-dl dl {
  display: flex;
  flex-wrap: wrap;
}
.c-dl dl:nth-child(even) {
  background-color: rgba(3, 118, 229, 0.1);
}
.c-dl dt,
.c-dl dd {
  border-bottom: 1px solid #cccccc;
  line-height: 30px;
  font-size: 16px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  letter-spacing: 0;
  padding: 20px 0;
}
.c-dl dt {
  width: 240px;
  flex-shrink: 0;
  padding-right: 20px;
  padding-left: 20px;
  text-align: center;
}
.c-dl dd {
  flex: 1;
  word-break: break-all;
}
@media screen and (max-width: 767px) {
  .c-dl dt,
  .c-dl dd {
    line-height: 1.6;
    font-size: 13px;
    padding: 15px 0;
  }
  .c-dl dt {
    width: 90px;
  }
  .c-dl dd {
    padding-left: 10px;
    padding-right: 10px;
  }
}
/* END DATA LIST 1 */
/* END DATA LIST */
/* ======================================================== */
/* LIST 4 */
.c-list4__item + .c-list4__item {
  margin-top: 58px;
}
.c-list4__wrapper {
  padding: 26px 54px 0;
}
.c-list4__block + .c-list4__block {
  margin-top: 32px;
}
@media screen and (max-width: 767px) {
  .c-list4__wrapper {
    padding: 20px 0 0;
  }
  .c-list4__block + .c-list4__block {
    margin-top: 15px;
  }
  .c-list4__item + .c-list4__item {
    margin-top: 30px;
  }
}
/* END LIST 4 */
/* ======================================================== */
/**relaxation*/
.c-relaxation__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
  justify-content: center;
}
.c-relaxation__item {
  width: calc((100% - 90px) / 4);
}
.c-relaxation__item figure {
  position: relative;
}
.c-relaxation__item img {
  width: 100%;
  display: block;
  border-radius: 30px;
}
.c-relaxation__badge {
  position: absolute;
  top: 0;
  left: 30px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 11px;
  color: #fff;
  width: 56px;
  height: 59px;
  background-position: top left;
  background-size: contain;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  padding-top: 15px;
}
.c-relaxation__badge.--red {
  background-image: url(./../images/common/badge-red.svg);
}
.c-relaxation__badge.--blue {
  background-image: url(./../images/common/badge-blue.svg);
}
.c-relaxation__item p {
  font-size: 18px;
  display: flex;
  padding: 0 20px;
  justify-content: space-between;
  margin-top: 20px;
  font-weight: bold;
  align-items: center;
}
.c-relaxation__item p::after {
  content: "";
  background-image: url("../images/common/ic-chevron2-black.png");
  width: 11px;
  height: 18px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-relaxation__banner {
  width: 100%;
  display: block;
  border-radius: 50px;
}

.c-line__title {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 767px) {
  .c-relaxation__list {
    gap: 20px;
  }
  .c-relaxation__item {
    width: calc((100% - 20px) / 2);
  }
  .c-relaxation__item img {
    border-radius: 20px;
  }
  .c-relaxation__banner {
    border-radius: 20px;
  }
  .c-line__title {
    font-size: 20px;
  }
  .c-relaxation__item img {
    border-radius: 10px;
  }
  .c-relaxation__badge {
    left: 16px;
    font-size: 8px;
    width: 42px;
    height: 44px;
    padding-top: 8px;
  }
}
@media (max-width: 500px) {
  .c-relaxation__item p {
    font-size: 12px;
    padding: 0;
    margin-top: 15px;
  }
  .c-relaxation__item p::after {
    width: 8px;
    height: 15px;
  }
}
/**End relaxation*/
/**btn*/
.c-btn--file {
  justify-content: center;
  gap: 9px;
  padding: 18px 10px;
}
.c-btn--file::before {
  content: "";
  background-image: url("../images/common/ic-file-blue.png");
  width: 12px;
  height: 15px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-btn--file:hover::before {
  background-image: url("../images/common/ic-file-white.png");
}

.c-line__btn {
  display: inline-flex;
  gap: 18px;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  padding: 0 20px 26px;
  position: relative;
  width: 100%;
  max-width: 420px;
  border-bottom: 1px solid #cccccc;
}
.c-line__btn::before {
  content: "";
  background-image: url("../images/common/ic-line.png");
  width: 23px;
  height: 23px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
}
.c-line__btn::after {
  content: "";
  width: 80px;
  height: 2px;
  display: block;
  position: absolute;
  left: 0;
  bottom: -1px;
  background-color: #00b900;
  transition: all ease 0.4s;
}
.c-line__btn:hover {
  opacity: 1;
  color: #00b900;
}
.c-line__btn:hover::after {
  width: 100%;
}
@media (max-width: 767px) {
  .c-line__btn {
    font-size: 14px;
    padding: 0 10px 15px;
    gap: 10px;
  }
  .c-line__btn::before {
    width: 18px;
    height: 18px;
  }
  .c-line__btn::after {
    width: 40px;
  }

  .c-btn--file {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
/**end btn*/
/**Stay*/
.c-stay__info {
  display: flex;
  justify-content: center;
  gap: 30px;
  align-items: center;
}
.c-stay__list {
  width: max-content;
  max-width: 300px;
}
.c-stay__list li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-weight: bold;
}
.c-stay__list li::before {
  content: "";
  background-image: url("../images/common/ic-radio.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 13px;
  height: 13px;
  display: block;
  margin-top: -1px;
}
.c-stay__tt1,
.c-stay__tt2 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: bold;
  width: max-content;
}
.c-stay__tt2 {
  font-size: 31px;
}
@media (max-width: 767px) {
  .c-stay__info {
    flex-wrap: wrap;
    gap: 10px;
  }
  .c-stay__tt1,
  .c-stay__tt2 {
    width: 100%;
    max-width: 300px;
    text-align: center;
    font-size: 20px;
  }
  .c-stay__tt2 {
    font-size: 22px;
  }
}
/**End Stay*/

/* ======================================================== */
/* LIST IMG */
.c-list-imgs {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.c-list-imgs .item-img {
  width: calc((100% - 60px) / 4);
}
@media (max-width: 767px) {
  .c-list-imgs {
    gap: 10px;
  }
  .c-list-imgs .item-img {
    width: calc((100% - 10px) / 2);
  }
}
/* END LIST IMG */
/* ======================================================== */
/* LIST 5 */
.c-list5 li {
  border-bottom: 1px solid #cccccc;
  display: flex;
  justify-content: space-between;
  gap: 10px;
  padding: 21px 44px;
}
.c-list5 li:nth-child(odd) {
  background-color: rgba(3, 118, 229, 0.1);
}
.c-list5__text1 strong {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 28px;
  letter-spacing: 0;
}
.c-list5__text1 small {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 16px;
  letter-spacing: 0;
  margin-top: 6px;
}

.c-list5__text2 {
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
}
.c-list5__text2 strong {
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0;
}
.c-list5__text2 small {
  display: block;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  min-width: 94px;
  text-align: center;
}

@media (max-width: 1024px) {
  .c-list5__text1 strong {
    font-size: 26px;
  }
  .c-list5__text1 small {
    font-size: 14px;
  }

  .c-list5__text2 strong {
    font-size: 26px;
  }
  .c-list5__text2 small {
    font-size: 16px;
    min-width: 82px;
  }
}

@media (max-width: 767px) {
  .c-list5 li {
    flex-direction: column;
    padding: 15px 20px;
  }
  .c-list5__text1 strong,
  .c-list5__text2 strong {
    font-size: 18px;
  }
  .c-list5__text1 small,
  .c-list5__text2 small {
    font-size: 12px;
  }
  .c-list5__text2 small {
    min-width: unset;
  }
}
/* END LIST 5 */
/* ======================================================== */
/* LIST 6 */
.c-list6 li {
  display: flex;
  align-items: baseline;
}
.c-list6 li::before {
  content: "・";
  display: inline-block;
}
/* END LIST 6 */
/* ======================================================== */
/* LIST 7 */
.c-list7 {
  display: flex;
  flex-wrap: wrap;
  gap: 78px;
}
.c-list7__item {
  width: calc((100% - 78px) / 2);
}
.c-list7__wrapper {
  padding: 30px 20px 0;
}
.c-list7 .c-imgwrapper {
  margin-bottom: 30px;
}
.c-list7__text {
  padding: 0 8px;
}
.c-list7__text + .c-list7__text {
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .c-list7 {
    gap: 40px;
  }
  .c-list7__item {
    width: calc((100% - 40px) / 2);
  }
  .c-list7__wrapper {
    padding: 30px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .c-list7__item {
    width: 100%;
  }
  .c-list7__wrapper {
    padding: 20px 0 0;
  }
  .c-list7 .c-imgwrapper {
    margin-bottom: 20px;
  }
  .c-list7__text + .block1__list2-text {
    margin-top: 10px;
  }
  .c-list7__text {
    padding: 0;
  }
}
/* END LIST 7 */
/* ======================================================== */
/* LIST 8 */
.c-list8__item + .c-list8__item {
  margin-top: 60px;
}
.c-list8__item:nth-child(even) .c-section2 {
  flex-direction: row-reverse;
}
.c-list8 .c-section2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 50px;
}
.c-list8 .c-section2__img {
  width: 47.7%;
}
.c-list8 .c-section2__text {
  flex: 1;
}
@media screen and (max-width: 767px) {
  .c-list8__item + .c-list8__item {
    margin-top: 30px;
  }
  .c-list8 .c-section2 {
    gap: 20px;
  }
  .c-list8 .c-section2__img,
  .c-list8 .c-section2__text {
    width: 100%;
    flex: 0 1 auto;
  }
}
/* END LIST 8 */
/* ======================================================== */
/* LIST 9 */
.c-list9 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 50px 30px;
}
.c-list9__item {
  width: calc((100% - 60px) / 3);
}
.c-list9__card2 {
  display: block;
}
.c-list9__card2-img {
  background-color: #ccc;
  display: block;
  width: 100%;
  margin-bottom: 26px;
}
.c-list9__card2-title {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 8px;
  /* font-weight: 700; */
  font-family: "ZenMaruGothic-Medium";
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0;
  margin-bottom: 14px;
}
.c-list9__card2-title::before {
  background-image: url(./../images/common/ic-file-black.png);
  width: 12px;
  height: 15px;
}
@media screen and (max-width: 767px) {
  .c-list9 {
    gap: 30px 20px;
  }
  .c-list9__item {
    width: calc((100% - 20px) / 2);
  }
  .c-list9__card2-img {
    margin-bottom: 15px;
  }
  .c-list9__card2-title {
    font-size: 13px;
    margin-bottom: 8px;
  }
}
/* END LIST 9 */
/* ======================================================== */
.c-link:hover {
  opacity: 1;
  color: #0376e5;
}
/* ======================================================== */
.c-logo-lists {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px 15px;
  padding: 0 12px;
}
.c-logo-lists img {
  display: block;
  object-fit: contain;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .c-logo-lists {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px;
    padding: 0;
  }
}
/* ======================================================== */
/* ======================================================== */
/* ======================================================== */
