@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto+Condensed:ital,wght@0,100..900;1,100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500&display=swap");
/*
Thin 100
Light 300
Regular 400
Medium 500
Bold 700
Black 900
*/
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
* :focus {
  outline: none;
}

[type=reset], [type=submit], button, html [type=button], input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input, button {
  border-radius: 0;
}

button {
  border: none;
  background: none;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, dt, dd {
  margin: 0;
}

p {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 1em;
  font-weight: 500;
}

figure {
  margin: 0;
  padding: 0;
}

a, a:hover {
  text-decoration: none;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  font-weight: normal;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 12px;
  line-height: 1.75;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  letter-spacing: 0.08em;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  color: #333;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
body.hm-active {
  height: 100%;
  overflow: hidden;
}

.en {
  font-family: "Roboto Condensed", sans-serif;
}

.ttl {
  line-height: 1;
  letter-spacing: 0.15em;
  font-weight: 500;
}
.ttl span {
  font-weight: 500;
}

.ttl_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.ttl_box .ttl {
  font-weight: 400;
  letter-spacing: 0.15em;
  line-height: 1;
}
.ttl_box .ttl.h2 {
  font-size: 26px;
}
.ttl_box .ttl.h3 {
  font-size: 50px;
}
.ttl_box .ttl .ttl_img {
  line-height: 1;
}
.ttl_box .ttl_sub {
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  line-height: 1;
}

br.sp {
  display: block !important;
}

br.tb {
  display: none !important;
}

br.pc {
  display: none !important;
}

br.sp_tb {
  display: block;
}

br.tb_pc {
  display: none;
}

ul {
  list-style: none;
}

p {
  text-align: justify;
}

a {
  color: #333;
}
a:not(.logolink) {
  text-decoration: none;
}
a:not(.logolink):hover {
  text-decoration: none;
}
.ta_l {
  text-align: left;
}

.ta_c {
  text-align: center;
}

.ta_r {
  text-align: right;
}

.wrapper {
  width: 100%;
  padding-top: 80px;
}
.wrapper.dormy {
  padding-top: 60px;
}

.image-box {
  margin: 0;
  padding: 0;
}
.image-box img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.image-box.sp {
  display: block;
}
.image-box.pc {
  display: none;
}

img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  width: 100%;
  height: auto;
  vertical-align: top;
}

.header_wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3000;
}
.header_wrapper.scrolled header {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.header_wrapper .ghnav_box {
  position: fixed;
  display: block;
  top: 0;
  right: 0;
  width: 100vw;
  height: 100vh;
  padding-top: 45px;
  padding-bottom: 90px;
  background: #EEEEEE;
  pointer-events: none;
  overflow: auto;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
}
.header_wrapper .ghnav_box.hm-active {
  pointer-events: auto;
  opacity: 1;
}
.header_wrapper .ghnav_box .nav_box {
  width: calc(100% - 60px);
  margin: 82px auto 30px;
}
.header_wrapper .ghnav_box .nav_box .nav_item {
  margin-bottom: 40px;
  line-height: 1;
}
.header_wrapper .ghnav_box .nav_box .nav_item a {
  font-size: 26px;
  display: inline-block;
  margin: 0;
  padding: 0;
  color: #333;
}
.header_wrapper .ghnav_box .nav_box .nav_item a span {
  display: inline-block;
}
.header_wrapper .ghnav_box .nav_box .nav_item a:hover {
  cursor: pointer;
}
.header_wrapper .ghnav_box .nav_box .nav_contact {
  margin-top: 20px;
  line-height: 1.33;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a {
  font-size: 18px;
  display: block;
  width: 100%;
  padding: 16px 24px 20px;
  text-align: center;
  background-color: #492C65;
  border: 1px solid #492C65;
  border-radius: 14px;
  color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a .en {
  font-size: 26px;
  letter-spacing: 0.15em;
}
.header_wrapper .ghnav_box .nav_box .nav_contact a:hover {
  color: #492C65;
  background-color: #fff;
  cursor: pointer;
}
.header_wrapper header {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 1999;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}
.header_wrapper header .header_box {
  width: 100%;
}
.header_wrapper header .header_box .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: calc(100% - 20px);
  height: 60px;
  margin: 0 0 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header_wrapper header .header_box .box_lr .box_l {
  width: 160px;
}
.header_wrapper header .header_box .box_lr .box_l .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 0;
}
.header_wrapper header .header_box .box_lr .box_l .logo a .image_box img {
  width: 100%;
  height: auto;
}
.header_wrapper header .header_box .box_lr .box_l .logo a:hover {
  opacity: 0.7;
}
.header_wrapper header .header_box .box_lr .box_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 45px;
  gap: 10px;
}
.header_wrapper header .header_box .box_lr .box_r .header_nav {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .header_contact_box {
  display: none;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
  position: relative;
  width: 60px;
  height: 60px;
  background-color: #492C65;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu {
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 12px;
  margin: 0;
  margin-top: 0;
  margin-right: 0;
  padding: 0;
  text-align: right;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div {
  position: absolute;
  display: inline-block;
  left: 50%;
  width: 26px;
  height: 1px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(1) {
  width: 26px;
  top: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu div:nth-of-type(3) {
  width: 26px;
  bottom: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open {
  width: 24px;
  height: 24px;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(1) {
  top: 52%;
  left: 0;
  width: 26px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(2) {
  opacity: 0;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu.open div:nth-of-type(3) {
  bottom: 44%;
  left: 0;
  width: 26px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box .ham_menu:hover {
  cursor: pointer;
}
.header_wrapper header .header_box .box_lr .box_r .ham_menu_box:hover {
  cursor: pointer;
}
.header_wrapper header .hnav-box {
  display: none;
}
.header_wrapper header.hm_active .header_subbox {
  display: none;
  opacity: 0;
}

.footer_wrapper footer .footer_box .pagetop_box {
  position: fixed;
  display: none;
  bottom: 80px;
  right: 10px;
  width: 50px;
  height: 50px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 10;
}
.footer_wrapper footer .footer_box .pagetop_box a {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
}
.footer_wrapper footer .footer_box .pagetop_box a img {
  width: 100%;
  height: 100%;
  vertical-align: top;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .pagetop_box a:hover img {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .pagetop_box.scrolled {
  opacity: 1;
  pointer-events: inherit;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr {
  margin-bottom: 20px;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a {
  display: block;
  width: 100%;
  max-width: 162px;
  margin: 0 auto;
  color: #9c9c9c;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.footer_wrapper footer .footer_box .bnr_box .bnr a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .bnr_box .bnr p {
  font-size: 10px;
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 14px;
  text-align: center;
  color: #565656;
}
.footer_wrapper footer .footer_box .bnr_box .bnr:last-child a {
  max-width: 126px;
}
.footer_wrapper footer .footer_box .privacy_box {
  margin-bottom: 50px;
  text-align: center;
}
.footer_wrapper footer .footer_box .privacy_box a {
  font-size: 12px;
  color: #565656;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_wrapper footer .footer_box .privacy_box a:hover {
  opacity: 0.7;
}
.footer_wrapper footer .footer_box .copyright_box {
  margin-bottom: 80px;
}
.footer_wrapper footer .footer_box .copyright_box .copyright {
  font-size: 10px;
  text-align: center;
  color: #565656;
}

.footer_link {
  position: fixed;
  bottom: -100px;
  left: 50%;
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer_link.scrolled {
  bottom: 0;
}
.footer_link .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
}
.footer_link .box_lr .box_l,
.footer_link .box_lr .box_r {
  width: calc(50% - 5px);
}
.footer_link .box_lr .box_l .link_btn,
.footer_link .box_lr .box_r .link_btn {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.footer_link .box_lr .box_l .link_btn a,
.footer_link .box_lr .box_r .link_btn a {
  font-size: 16px;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 6px 0;
  background-color: #492C65;
  border: 1px solid #492C65;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 1.33;
}
.footer_link .box_lr .box_l .link_btn a:hover,
.footer_link .box_lr .box_r .link_btn a:hover {
  background-color: #fff;
}
.footer_link .box_lr .box_l .link_btn a:hover span,
.footer_link .box_lr .box_r .link_btn a:hover span {
  color: #492C65;
}
.footer_link .box_lr .box_l .link_btn a span,
.footer_link .box_lr .box_r .link_btn a span {
  color: #fff;
  letter-spacing: 0.05em;
}

.wrapper.top .sec_page01 .top_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: calc(100% - 20px);
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 20px;
}
.wrapper.top .sec_page01 .top_box .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 20px;
}
.wrapper.top .sec_page01 .top_box .box_lr .box_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 14px;
}
.wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_en .ttl {
  font-size: 58px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_jp .ttl {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.top .sec_page01 .top_box .box_lr .box_r {
  width: 100%;
  max-width: 160px;
  margin: 0 auto;
}
.wrapper.top .sec_page02 .news_box {
  margin-bottom: 80px;
  padding: 40px 20px;
  background-color: #F2F2F2;
}
.wrapper.top .sec_page02 .news_box .box_lr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  margin: 0 auto;
  gap: 10px;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic {
  position: relative;
  font-size: 18px;
  padding-left: 38px;
  color: #492C65;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 6px;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic p span {
  letter-spacing: 0.15em;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/ic_news.svg) no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.top .sec_page02 .news_box .box_lr .box_l span {
  font-size: 18px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #492C65;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_r {
  width: auto;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p .date {
  width: 100%;
  white-space: nowrap;
}
.wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p span {
  font-size: 14px;
  width: 100%;
}
.wrapper.top .sec_page03 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page03 .intro_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .ttl {
  margin-bottom: 20px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .ttl.intro {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.5;
  text-align: center;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .txt_box {
  margin-bottom: 40px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .txt_box p {
  font-size: 14px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .intro_list {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li .img_box {
  width: 70px;
}
.wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li p {
  font-size: 14px;
  width: calc(100% - 90px);
}
.wrapper.top .sec_page04 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page04 .access_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page04 .access_box .ttl_box {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.top .sec_page04 .access_box .map_box {
  width: 100%;
  margin-bottom: 40px;
}
.wrapper.top .sec_page04 .access_box .map_box .access_map {
  overflow-x: auto;
  margin-bottom: 20px;
}
.wrapper.top .sec_page04 .access_box .map_box .access_map .map_img {
  width: 680px;
}
.wrapper.top .sec_page04 .access_box .map_box .access_map .map_img .img_box {
  width: 100%;
  background-color: #F2F2F2;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 20px;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item {
  width: calc(50% - 10px);
  padding: 20px;
  background-color: #F2F2F2;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat {
  font-size: 12px;
  width: 100%;
  margin-bottom: 6px;
  color: #fff;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat p {
  text-align: center;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat.girl {
  background-color: #EB6D9A;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat.boy {
  background-color: #26B2C3;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat.boygirl {
  background-color: #867CB7;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_ttl {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_ttl p {
  text-align: center;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link a {
  position: relative;
  font-size: 10px;
  padding-right: 28px;
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link a:hover {
  opacity: 0.7;
}
.wrapper.top .sec_page05 #feature {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page05 .feature_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page05 .feature_box .ttl_box {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.top .sec_page05 .feature_box .ttl_box .ttl {
  display: block;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 40px;
  gap: 40px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  padding: 0 20px;
  aspect-ratio: 100/63;
  background-color: #F2F2F2;
  gap: 10px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_txt {
  font-size: 22px;
  margin-bottom: 10px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_txt p {
  text-align: center;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_link {
  font-size: 14px;
  text-align: center;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_link a .arrow {
  position: relative;
  padding-right: 32px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_link a .arrow::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_link a:hover span {
  opacity: 0.7;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom {
  position: relative;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_bottom::before {
  position: absolute;
  content: "";
  left: 0;
  width: 60px;
  height: 120px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(odd) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(odd) .list_bottom::before {
  top: -60px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(even) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(even) .list_bottom::before {
  bottom: -60px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(1) .list_bottom::before {
  background: url(../images/top/feature_num01.svg) no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(2) .list_bottom::before {
  background: url(../images/top/feature_num02.svg) no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(3) .list_bottom::before {
  background: url(../images/top/feature_num03.svg) no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
.wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item:nth-child(4) .list_bottom::before {
  background: url(../images/top/feature_num04.svg) no-repeat;
  background-position: center;
  background-size: 60px 120px;
}
.wrapper.top .sec_page06 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page06 #ra {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page06 .ra_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page06 .ra_box .ttl_box {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.top .sec_page06 .ra_box .intro_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 10px;
}
.wrapper.top .sec_page06 .ra_box .intro_box .intro_ttl {
  font-size: 20px;
  display: inline-block;
  padding: 4px 50px;
  color: #fff;
  background-color: #492C65;
  letter-spacing: 0.15em;
  text-indent: 0.2em;
}
.wrapper.top .sec_page06 .ra_box .intro_box .intro_txt {
  font-size: 18px;
}
.wrapper.top .sec_page06 .ra_box .detail_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .ttl,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .ttl {
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0.15em;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .txt,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .txt {
  margin-bottom: 20px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_l,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_l {
  font-size: 12px;
  padding: 4px 10px;
  background-color: #F2F2F2;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_l p,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_l p {
  text-align: center;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 10px;
  gap: 4px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul li,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul li {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul li .ast,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul li .ast {
  white-space: nowrap;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul li span,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul li span {
  position: relative;
  display: block;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .caution_txt,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .caution_txt {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .caution_txt .caution,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .caution_txt .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .caution_txt span,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .caution_txt span {
  width: auto;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .mov,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .mov {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .mov iframe,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .mov iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .img,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.wrapper.top .sec_page06 .ra_box .detail_box .detail_l .img .detail_img,
.wrapper.top .sec_page06 .ra_box .detail_box .detail_r .img .detail_img {
  width: calc(50% - 5px);
}
.wrapper.top .sec_page07 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page07 #support {
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.top .sec_page07 .support_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page07 .support_box .ttl_box {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 34px 20px 20px;
  background-color: #F2F2F2;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl {
  margin-bottom: 30px;
  text-align: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl {
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 10px;
  letter-spacing: 0.15em;
  line-height: 1;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl_sub {
  font-size: 13px;
  color: #492C65;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 10px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background-color: #fff;
  gap: 10px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top p {
  text-align: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top p.txt {
  margin-bottom: 10px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top p.wait_txt {
  margin-bottom: 10px;
  text-align: justify;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 8px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  gap: 10px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l,
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r {
  width: 100%;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l a,
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r a {
  font-size: 13px;
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 40px 10px 20px;
  color: #fff;
  background-color: #492C65;
  border: 1px solid #492C65;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l a::before,
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  width: 16px;
  height: 16px;
  background: url(../images/common/ic_arrow_white.svg) no-repeat;
  background-position: center;
  background-size: 16px 16px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l a:hover,
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r a:hover {
  color: #492C65;
  background-color: #fff;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l a:hover::before,
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r a:hover::before {
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 16px 16px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
  font-size: 13px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  gap: 6px;
  text-align: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box p span {
  display: inline-block;
  padding: 10px;
  color: #fff;
  background-color: #492C65;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box {
  font-size: 13px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 0;
  gap: 10px;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box p span {
  display: inline-block;
  width: 100%;
  padding: 10px;
  color: #fff;
  background-color: #492C65;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box p span.mid {
  width: 60px;
  padding: 0;
  color: #333;
  background-color: transparent;
  text-align: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom {
  padding: 10px;
  color: #fff;
  background-color: #492C65;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec {
  font-size: 13px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec .sec {
  white-space: nowrap;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec span {
  letter-spacing: 1;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .caution {
  font-size: 11px;
  letter-spacing: 0.05em;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top {
  font-size: 11px;
  width: 100%;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top.service {
  font-size: 13px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: right;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_tel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 164px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .caution_txt {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .caution_txt .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .caution_txt span {
  width: auto;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt {
  line-height: 1;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt a {
  font-size: 11px;
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding-right: 30px;
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt a::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt a:hover {
  -webkit-filter: opacity(0.7);
          filter: opacity(0.7);
}
.wrapper.top .sec_page07 .support_box .list_box .support_list .list_item.item02 .list_contents .contents_inner .contents_img {
  width: 100%;
}
.wrapper.top .sec_page08 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.top .sec_page08 .flow_box {
  margin-bottom: 80px;
}
.wrapper.top .sec_page08 .flow_box .ttl_box {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.top .sec_page08 .flow_box .contents_box {
  width: 100%;
}
.wrapper.top .sec_page08 .flow_box .contents_box .flow_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 20px;
}
.wrapper.top .sec_page08 .flow_box .contents_box .flow_list li {
  width: calc(50% - 10px);
}
.wrapper.top .sec_page08 .flow_box .contents_box .img_box {
  margin-bottom: 10px;
}
.wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 10px;
}
.wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul li .ast {
  white-space: nowrap;
}
.wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul li span {
  font-size: 10px;
}
.wrapper.top .sec_entry {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 40px;
}
.wrapper.top .sec_entry .entry_box {
  width: 100%;
}
.wrapper.top .sec_entry .entry_box .ic_box {
  position: relative;
  border-radius: 20px;
  margin-bottom: 14px;
}
.wrapper.top .sec_entry .entry_box .ic_box a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}
.wrapper.top .sec_entry .entry_box .ic_box a .ic_img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}
.wrapper.top .sec_entry .entry_box .ic_box a .ic_txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}
.wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p {
  color: #fff;
  text-align: center;
}
.wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p .en {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p span {
  font-size: 16px;
  line-height: 1.22;
}
.wrapper.top .sec_entry .entry_box .ic_box a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.top .sec_entry .entry_box .ic_box a:hover .ic_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.wrapper.dormy .sec_page01 .kv_box {
  margin-bottom: 80px;
}
.wrapper.dormy .sec_page01 .kv_box .img_box {
  width: 100%;
}
.wrapper.dormy .sec_page02 {
  width: calc(100% - 40px);
  margin: 0 auto;
}
.wrapper.dormy .sec_page02 .dormy_box {
  margin-bottom: 80px;
}
.wrapper.dormy .sec_page02 .dormy_box .ttl_box {
  margin-bottom: 40px;
  text-align: center;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 80px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
  border-radius: 20px;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 100px;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .cat_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .cat_box span {
  font-size: 14px;
  display: inline-block;
  padding: 4px 10px;
  background-color: #EB6D9A;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .ttl {
  font-size: 30px;
  font-weight: 500;
  display: block;
  letter-spacing: 0.15em;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 80px;
  height: 80px;
  background: url(../images/dormy/pickup_img.svg) no-repeat;
  background-position: center;
  background-size: 80px 80px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_r .list_img {
  width: 100%;
  max-width: 220px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_ttl,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_ttl {
  font-size: 13px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_img,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_img {
  width: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_present,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_present {
  width: 100%;
  max-width: 260px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_mov,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_mov {
  width: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_mov .mov_box,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_mov .mov_box {
  position: relative;
  width: 100%;
  height: 0;
  margin-bottom: 10px;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_mov .mov_box iframe,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_mov .mov_box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box:last-child,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box:last-child {
  margin-bottom: 0;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l {
  width: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .swiper.Dormy {
  margin-bottom: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .swiper.DormyThumbnail {
  margin-bottom: 40px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  position: relative;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .swiper.DormyThumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid #492C65;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  gap: 40px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
  gap: 0 12px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
  font-size: 12px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 12px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .triangle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .triangle::before {
  position: relative;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 12px;
  height: 12px;
  background: url(../images/common/ic_triangle.svg) no-repeat;
  background-position: center;
  background-size: 12px 12px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .train {
  position: relative;
  padding-left: 28px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .train::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/ic_train.svg) no-repeat;
  background-position: center;
  background-size: 24px 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .ast {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner span {
  width: auto;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
  width: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item.inline {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: auto;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .equipment_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .equipment_list .list_item {
  width: calc(25% - 7.5px);
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
  font-size: 12px;
  padding: 20px 40px;
  background-color: #F2F2F2;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p {
  line-height: 1.3;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
  font-size: 46px;
  font-weight: 400;
  color: #492C65;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
  font-size: 14px;
  font-weight: 500;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
  font-size: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt span {
  width: auto;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link {
  font-size: 12px;
  text-align: right;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a {
  display: inline-block;
  padding: 10px 20px;
  pointer-events: all;
  color: #fff;
  border: 1px solid #492C65;
  background-color: #492C65;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a span {
  position: relative;
  padding-right: 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a span::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow_white.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a:hover {
  color: #492C65;
  background-color: #fff;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a:hover span::before {
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: -80px;
  padding-top: 80px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  gap: 40px;
  background-color: #F2F2F2;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 20px;
  gap: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 12px;
  color: #fff;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box span {
  display: inline-block;
  padding: 2px 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box.girl span {
  background-color: #EB6D9A;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box.boy span {
  background-color: #26B2C3;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box.boygirl span {
  background-color: #867CB7;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .ttl {
  font-size: 22px;
  font-weight: 500;
  display: block;
  line-height: 1;
  letter-spacing: 0.15em;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list {
  margin-bottom: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt .price {
  font-size: 10px;
  line-height: 1.5;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p {
  line-height: 1.3;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p .num {
  font-size: 30px;
  font-weight: 400;
  color: #492C65;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p .num.line {
  position: relative;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p .num.line::before {
  position: absolute;
  content: "";
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #EB6D9A;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p span {
  font-size: 10px;
  font-weight: 500;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul li .ast {
  white-space: nowrap;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul li span {
  font-size: 9px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .txt_box {
  font-size: 12px;
  margin-bottom: 10px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box ul li {
  width: calc(45% - 5px);
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box .access {
  font-size: 12px;
  position: relative;
  padding-left: 28px;
  line-height: 1.5;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box .access::before {
  position: absolute;
  content: "";
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  background: url(../images/common/ic_train.svg) no-repeat;
  background-position: center;
  background-size: 24px 24px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link {
  font-size: 10px;
  text-align: right;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link a span {
  position: relative;
  padding-right: 30px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link a span::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0px;
  width: 20px;
  height: 20px;
  background: url(../images/common/ic_arrow.svg) no-repeat;
  background-position: center;
  background-size: 20px 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link a:hover {
  opacity: 0.7;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_img .img_box {
  width: 100%;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents {
  padding: 20px;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .box_r {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_ttl,
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_caution {
  white-space: nowrap;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_txt {
  position: relative;
  display: block;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_flx .flx_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_flx .flx_item .flx_ttl {
  white-space: nowrap;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .txt_box ul li .inner_flx .flx_item span {
  position: relative;
  display: block;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .caution_txt {
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .caution_txt .caution {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 20px;
}
.wrapper.dormy .sec_page02 .dormy_box .list_box .caution_txt span {
  width: auto;
}
.wrapper.dormy .sec_entry {
  width: calc(100% - 40px);
  margin: 0 auto;
  margin-bottom: 40px;
}
.wrapper.dormy .sec_entry .entry_box {
  width: 100%;
}
.wrapper.dormy .sec_entry .entry_box .ic_box {
  position: relative;
  border-radius: 20px;
  margin-bottom: 14px;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a {
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 0;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_img {
  width: 100%;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  will-change: transform;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  will-change: transform;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p {
  color: #fff;
  text-align: center;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p .en {
  font-size: 22px;
  letter-spacing: 0.1em;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p span {
  font-size: 16px;
  line-height: 1.22;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.wrapper.dormy .sec_entry .entry_box .ic_box a:hover .ic_img {
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

header {
  z-index: 1900;
}

.footer_link {
  z-index: 20;
}

@media (min-width: 768px) {
  body {
    font-size: 1.4vw;
    line-height: 1.66;
  }
  a {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  br.sp {
    display: none !important;
  }
  br.tb {
    display: block !important;
  }
  br.pc {
    display: none !important;
  }
  br.tb_pc {
    display: block !important;
  }
  .ttl_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .ttl_box .ttl.h2 {
    font-size: 2.4vw;
  }
  .ttl_box .ttl.h3 {
    font-size: 5.2vw;
  }
  .ttl_box .ttl_sub {
    font-size: 2vw;
  }
  .wrapper {
    padding-top: 85px;
  }
  .wrapper.dormy {
    padding-top: 65px;
  }
  .header_wrapper .ghnav_box {
    padding-top: 65px;
  }
  .header_wrapper .ghnav_box .nav_box {
    width: calc(100% - 120px);
  }
  .header_wrapper .ghnav_box .nav_box .nav_item a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a {
    font-size: 2vw;
  }
  .header_wrapper .ghnav_box .nav_box .nav_content a .en {
    font-size: 2.8vw;
  }
  .header_wrapper header .header_box .box_lr {
    width: calc(100% - 40px);
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 190px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    width: calc(100% - 280px);
    width: 65px;
    height: 65px;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    width: 65px;
    height: 65px;
  }
  .footer_wrapper footer .footer_box .pagetop_box {
    display: block;
    bottom: 0;
    right: 0;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr {
    margin-bottom: 50px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr:last-child {
    margin-bottom: 20px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 1.2vw;
    max-width: 240px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 1.4vw;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 1.2vw;
  }
  .footer_link {
    max-width: 560px;
  }
  .footer_link .box_lr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 20px;
  }
  .footer_link .box_lr .box_l,
  .footer_link .box_lr .box_r {
    width: calc(50% - 10px);
  }
  .footer_link .box_lr .box_l .link_btn,
  .footer_link .box_lr .box_r .link_btn {
    width: 100%;
    max-width: 100%;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 1.8vw;
    padding: 8px 0;
  }
  .wrapper.top .sec_page01 .top_box {
    width: calc(100% - 80px);
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .wrapper.top .sec_page01 .top_box .box_lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_l {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_en .ttl {
    font-size: 5.8vw;
    text-align: left;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_jp .ttl {
    font-size: 3vw;
    text-align: left;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_r {
    max-width: 140px;
    margin: 0;
  }
  .wrapper.top .sec_page02 .news_box {
    margin-bottom: 80px;
    padding: 20px 20px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 80px);
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 40px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_l {
    padding: 20px 0;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic {
    font-size: 2vw;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_l span {
    font-size: 2vw;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_r {
    padding: 20px 0;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 20px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p .date {
    width: auto;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 1.6vw;
    width: auto;
  }
  .wrapper.top .sec_page03 {
    width: calc(100% - 140px);
  }
  .wrapper.top .sec_page03 .intro_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .ttl.intro {
    font-size: 3vw;
    text-align: justify;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .txt_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .txt_box p {
    font-size: 1.6vw;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list {
    margin-bottom: 50px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 20px 40px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li {
    width: calc(50% - 20px);
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li .img_box {
    width: 68px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li p {
    font-size: 1.6vw;
    width: calc(100% - 88px);
  }
  .wrapper.top .sec_page04 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page04 .access_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page04 .access_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page04 .access_box .map_box {
    margin-bottom: 60px;
  }
  .wrapper.top .sec_page04 .access_box .map_box .access_map .map_img {
    width: 880px;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item {
    width: calc(33.3333333333% - 13.3333333333px);
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_ttl {
    font-size: 2vw;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link a {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page05 .feature_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page05 .feature_box .ttl_box {
    width: calc(100% - 80px);
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 60px;
    gap: 0;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item {
    width: 50%;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_contents .list_top .list_txt {
    font-size: 2.4vw;
    margin-bottom: 20px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_contents .list_top .list_link {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page06 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page06 #ra {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page06 .ra_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page06 .ra_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page06 .ra_box .intro_box {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
  }
  .wrapper.top .sec_page06 .ra_box .intro_box .intro_ttl {
    font-size: 2.4vw;
    padding: 6px 40px;
  }
  .wrapper.top .sec_page06 .ra_box .intro_box .intro_txt {
    font-size: 2vw;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .ttl,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .ttl {
    font-size: 2.2vw;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 14px;
    gap: 14px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_l,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_l {
    font-size: 1.4vw;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 4px 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    white-space: nowrap;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul {
    margin-bottom: 0;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul li,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul li {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .caution_txt,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page07 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page07 #support {
    margin-top: -80px;
    padding-top: 80px;
  }
  .wrapper.top .sec_page07 .support_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page07 .support_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl_sub {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_l,
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box .btn_r {
    width: calc(50% - 5px);
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box a {
    font-size: 1.4vw;
    padding: 20px 40px 20px 20px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box p span {
    width: calc(33.3333333333% - 13.3333333333px);
    padding: 14px 10px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box p {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box p span {
    width: calc(50% - 40px);
    padding: 14px 10px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom {
    padding: 0 20px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec {
    font-size: 1.4vw;
    text-align: center;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .caution {
    font-size: 1.2vw;
    text-align: justify;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top.service {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 1.4vw;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_page08 {
    width: calc(100% - 80px);
  }
  .wrapper.top .sec_page08 .flow_box {
    margin-bottom: 80px;
  }
  .wrapper.top .sec_page08 .flow_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page08 .flow_box .ttl_box .ttl .ttl_img {
    max-width: 120px;
    margin-bottom: 14px;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .flow_list {
    gap: 30px;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .flow_list li {
    width: calc(25% - 22.5px);
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .img_box {
    margin-bottom: 20px;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul li span {
    font-size: 1.2vw;
  }
  .wrapper.top .sec_entry {
    width: calc(100% - 80px);
    margin-bottom: 80px;
  }
  .wrapper.top .sec_entry .entry_box {
    max-width: 480px;
    margin: 0 auto;
  }
  .wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p .en {
    font-size: 3.2vw;
  }
  .wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 1.8vw;
  }
  .wrapper.dormy .sec_page01 .kv_box {
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_page02 {
    width: calc(100% - 80px);
  }
  .wrapper.dormy .sec_page02 .dormy_box {
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .ttl_box {
    margin-bottom: 40px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 {
    gap: 60px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item {
    margin-top: -100px;
    padding-top: 100px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l {
    padding-left: 140px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .cat_box span {
    font-size: 1.6vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .cat_box::before {
    width: 36px;
    height: 36px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .ttl {
    font-size: 3.2vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l::before {
    top: 50%;
    width: 120px;
    height: 120px;
    background: url(../images/dormy/pickup_img.svg) no-repeat;
    background-position: center;
    background-size: 120px 120px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_ttl,
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_ttl {
    font-size: 1.5vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 60%;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 4.8vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 1.6vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item {
    width: calc(50% - 10px);
    margin-top: -100px;
    padding-top: 100px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents {
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .ttl {
    font-size: 2.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 4px;
    -webkit-box-align: end;
    -webkit-align-items: end;
        -ms-flex-align: end;
            align-items: end;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt .price {
    font-size: 1.2vw;
    width: auto;
    line-height: 1.3;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p {
    width: auto;
    line-height: 1;
    white-space: nowrap;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p .num {
    font-size: 3.2vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p span {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul li span {
    font-size: 1.1vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .txt_box {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box ul li {
    width: calc(50% - 5px);
    max-width: 200px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box .access {
    font-size: 1.4vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top {
    width: 100%;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents .contents_inner .box_l .access_box ul li {
    width: 100%;
    max-width: 200px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .caution_txt {
    font-size: 1.2vw;
  }
  .wrapper.dormy .sec_entry {
    width: calc(100% - 80px);
    margin-bottom: 80px;
  }
  .wrapper.dormy .sec_entry .entry_box {
    max-width: 480px;
    margin: 0 auto;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p .en {
    font-size: 3.2vw;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 1.8vw;
  }
}
@media (min-width: 1080px) {
  body {
    font-size: 14px;
  }
  br.sp {
    display: none !important;
  }
  br.pc {
    display: block !important;
  }
  br.tb {
    display: none !important;
  }
  br.sp_tb {
    display: none;
  }
  .ttl_box .ttl.h2 {
    font-size: 28px;
  }
  .ttl_box .ttl.h3 {
    font-size: 54px;
  }
  .ttl_box .ttl_sub {
    font-size: 24px;
  }
  .wrapper {
    padding-top: 120px;
  }
  .wrapper.top.fixed {
    padding-top: 120px;
  }
  .wrapper.dormy.fixed {
    padding-top: 90px;
  }
  .wrapper.dormy {
    padding-top: 90px;
  }
  .wrapper.top .sec_page01 .top_box {
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .wrapper.top .sec_page01 .top_box .box_lr {
    gap: 30px;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_en .ttl {
    font-size: 72px;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_l .kv_ttl_jp .ttl {
    font-size: 32px;
  }
  .wrapper.top .sec_page01 .top_box .box_lr .box_r {
    max-width: 182px;
  }
  .wrapper.top .sec_page02 .news_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr {
    max-width: 1000px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_l .news_ic {
    font-size: 20px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_l span {
    font-size: 20px;
  }
  .wrapper.top .sec_page02 .news_box .box_lr .box_r .news_ttl p span {
    font-size: 16px;
  }
  .wrapper.top .sec_page03 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page03 .intro_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .ttl.intro {
    font-size: 30px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .txt_box p {
    font-size: 16px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list {
    margin-bottom: 65px;
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li {
    width: calc(33.3333333333% - 26.6666666667px);
  }
  .wrapper.top .sec_page03 .intro_box .intro_contents .intro_list ul li p {
    font-size: 16px;
  }
  .wrapper.top .sec_page04 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page04 .access_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page04 .access_box .map_box .access_map .map_img {
    width: 100%;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item {
    width: calc(20% - 16px);
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_cat {
    font-size: 14px;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_ttl {
    font-size: 20px;
  }
  .wrapper.top .sec_page04 .access_box .map_box .list_box ul .list_item .list_link a {
    font-size: 12px;
  }
  .wrapper.top .sec_page05 #feature {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page05 .feature_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page05 .feature_box .ttl_box {
    max-width: 1000px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list {
    margin-bottom: 70px;
    gap: 0;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item {
    width: 25%;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_txt {
    font-size: 24px;
  }
  .wrapper.top .sec_page05 .feature_box .list_box .feature_list .list_item .list_top .list_link {
    font-size: 12px;
  }
  .wrapper.top .sec_page06 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page06 #ra {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page06 .ra_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page06 .ra_box .ttl_box .ttl span {
    letter-spacing: 0.05em;
  }
  .wrapper.top .sec_page06 .ra_box .intro_box .intro_ttl {
    font-size: 24px;
  }
  .wrapper.top .sec_page06 .ra_box .intro_box .intro_txt {
    font-size: 20px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 44px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r {
    width: calc(50% - 22px);
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .ttl,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .ttl {
    font-size: 22px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_l,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_l {
    font-size: 14px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .list .list_r ul li,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .list .list_r ul li {
    font-size: 14px;
  }
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_l .caution_txt,
  .wrapper.top .sec_page06 .ra_box .detail_box .detail_r .caution_txt {
    font-size: 12px;
  }
  .wrapper.top .sec_page07 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page07 #support {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.top .sec_page07 .support_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page07 .support_box .ttl_box .ttl span {
    letter-spacing: 0.05em;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 44px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item {
    width: calc(50% - 22px);
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_ttl .ttl_sub {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .txt_sec {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box a {
    font-size: 14px;
    padding: 14px 26px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .btn_box a::before {
    right: 26px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .or_box {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_top .wait_box {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .txt_bottom .txt_sec {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_inner .contents_txt .txt_box .caution {
    font-size: 12px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top {
    font-size: 12px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_top.service {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .caution_txt {
    font-size: 14px;
  }
  .wrapper.top .sec_page07 .support_box .list_box .support_list .list_item .list_contents .contents_link .link_bottom .link_txt a {
    font-size: 12px;
  }
  .wrapper.top .sec_page08 {
    max-width: 1000px;
  }
  .wrapper.top .sec_page08 .flow_box {
    margin-bottom: 100px;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .flow_list li {
    width: calc(14.2857142857% - 25.7142857143px);
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .caution_box ul li span {
    font-size: 12px;
  }
  .wrapper.top .sec_page08 .flow_box .contents_box .caution {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 10px;
  }
  .wrapper.top .sec_entry {
    width: calc(100% - 380px);
    max-width: 1000px;
    margin-bottom: 100px;
  }
  .wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p .en {
    font-size: 32px;
  }
  .wrapper.top .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 18px;
  }
  .wrapper.dormy .sec_page01 .kv_box {
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_page02 {
    max-width: 1000px;
  }
  .wrapper.dormy .sec_page02 .dormy_box {
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .ttl_box {
    margin-bottom: 60px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item {
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 20px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .cat_box span {
    font-size: 16px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .top_box .box_l .list_ttl .ttl {
    font-size: 32px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 40px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l .detail_box .detail_ttl,
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .detail_box .detail_ttl {
    font-size: 15px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_l {
    width: calc(60% - 20px);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r {
    width: calc(40% - 20px);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list {
    gap: 0 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .img_box {
    width: 100%;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner {
    font-size: 14px;
    gap: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_list .detail_item .item_inner .triangle::before {
    top: 2px;
    width: 14px;
    height: 14px;
    border-radius: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt .price {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p .num {
    font-size: 48px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .price_list .price_txt p span {
    font-size: 16px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .cost_list .list_item .caution_txt {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .contents_r_inner .detail_box .detail_present {
    max-width: 100%;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a span::after {
    width: 18px;
    height: 18px;
    background: url(../images/common/ic_arrow_white.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_01 .dormy_item .list_contents .contents_inner .contents_r .list_link a:hover span::before {
    background: url(../images/common/ic_arrow.svg) no-repeat;
    background-position: center;
    background-size: 18px 18px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 {
    gap: 40px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item {
    width: calc(33.3333333333% - 26.6666666667px);
    margin-top: -130px;
    padding-top: 130px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .cat_box {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .list_ttl .ttl {
    font-size: 24px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt .price {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p .num {
    font-size: 32px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .price_txt p span {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .price_list .caution_box ul li span {
    font-size: 11px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .txt_box {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .contents_inner .access_box .access {
    font-size: 14px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item .list_contents .list_link {
    font-size: 12px;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_img {
    width: calc(66.6666666667% + 20px);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .dormy_list.list_02 .list_item.top .list_contents {
    width: calc(33.3333333333% - 20px);
  }
  .wrapper.dormy .sec_page02 .dormy_box .list_box .caution_txt {
    font-size: 14px;
  }
  .wrapper.dormy .sec_entry {
    width: calc(100% - 380px);
    max-width: 1000px;
    margin-bottom: 100px;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p .en {
    font-size: 32px;
  }
  .wrapper.dormy .sec_entry .entry_box .ic_box a .ic_txt p span {
    font-size: 18px;
  }
  .header_wrapper {
    position: fixed;
    top: 0px;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }
  .header_wrapper.hide {
    top: -170px;
  }
  .header_wrapper .ghnav_box {
    display: none;
  }
  .header_wrapper header {
    position: inherit;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .header_wrapper header .header_box .box_lr {
    height: 90px;
    margin: 0 0 0 auto;
  }
  .header_wrapper header .header_box .box_lr .box_l {
    width: 228px;
  }
  .header_wrapper header .header_box .box_lr .box_r {
    width: calc(100% - 228px);
    height: 90px;
    gap: 0;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin: 0 20px 0 auto;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border-right: 1px solid #c8c8c8;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li:last-child {
    padding-right: 0;
    border-right: none;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li a {
    font-size: 15px;
    width: 100%;
    padding: 8px 20px;
    border-radius: 14px;
    color: #333;
    text-align: center;
    opacity: 1;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li a:hover {
    opacity: 0.7;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_nav li.last {
    background: none;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    gap: 10px;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact {
    margin-right: 0px;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact .btn_contact {
    font-size: 16px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: auto;
    height: 100%;
    padding: 30px 20px;
    color: #fff;
    background-color: #492C65;
    border: 1px solid #492C65;
    text-align: center;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header_wrapper header .header_box .box_lr .box_r .header_contact_box .header_contact .btn_contact:hover {
    color: #492C65;
    background-color: #fff;
    border: 1px solid #492C65;
  }
  .header_wrapper header .header_box .box_lr .box_r .ham_menu_box {
    display: none;
  }
  .header_wrapper header .header_subbox {
    display: none;
  }
  .header_wrapper header.fixed {
    position: fixed;
    top: 0;
  }
  .footer_wrapper footer .footer_box_top {
    padding: 80px 0;
  }
  .footer_wrapper footer .footer_box_top .footer_logo {
    max-width: 630px;
  }
  .footer_wrapper footer .footer_box .pagetop_box {
    width: 60px;
    height: 60px;
  }
  .footer_wrapper footer .footer_box .pagetop_box a {
    width: 60px;
    height: 60px;
  }
  .footer_wrapper footer .footer_box .bnr_box .bnr p {
    font-size: 12px;
  }
  .footer_wrapper footer .footer_box .privacy_box a {
    font-size: 14px;
  }
  .footer_wrapper footer .footer_box .copyright_box .copyright {
    font-size: 12px;
  }
  .footer_link {
    max-width: 660px;
  }
  .footer_link .box_lr .box_l .link_btn a,
  .footer_link .box_lr .box_r .link_btn a {
    font-size: 18px;
    padding: 12px 0;
  }
}
@media (min-width: 1280px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  .image_box.sp {
    display: none;
  }
  .image_box.pc {
    display: block;
  }
}/*# sourceMappingURL=styles.css.map */