@charset "UTF-8";
/* color */
/* viewport */
/*
$sp-s: 375px;
$sp: 428px;
$tab: 834px;
$base: 1246px;
$pc: 1440px;
$pc-l: 1920px;
*/
/*$breakpoint-minw: (
  "sp-s": "screen and (max-width:375px)",
  "sp": "screen and (min-width:376px)",
  "tab": "screen and (min-width:835px)",
  "pc": "screen and (min-width:961px)",
  "base": "screen and (min-width:1247px)",
  "pc-l": "screen and (min-width:1441px)",
  //"pc-note": "screen and (max-height:720px)",
  "pc-over": "screen and (min-width:1701px)" //PCコンテンツ幅 + 1
) !default;*/
/*
  フォントサイズ計算
*/
* {
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
}

body {
  color: #2c2d2f;
  font-family: YakuHanJP, "Helvetica Neue", Arial, "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.05em;
}

body.fixed {
  overflow: hidden;
}

a {
  transition: all 0.3s;
}
a:hover {
  cursor: pointer;
}

.scrollAnchor {
  scroll-margin-top: 72px;
}
@media screen and (min-width:768px) {
  .scrollAnchor {
    scroll-margin-top: 72px;
  }
}
@media screen and (min-width:1290px) {
  .scrollAnchor {
    scroll-margin-top: 120px;
  }
}
@media screen and (min-width:1440px) {
  .scrollAnchor {
    scroll-margin-top: 120px;
  }
}

.swiper-button-prev,
.swiper-button-next {
  transition: all 0.3s;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  cursor: pointer;
}

.swiper-button-prev:before,
.swiper-button-next:before,
.swiper-button-prev:after,
.swiper-button-next:after {
  transition: all 0.3s;
}
.swiper-button-prev:before:hover,
.swiper-button-next:before:hover,
.swiper-button-prev:after:hover,
.swiper-button-next:after:hover {
  cursor: pointer;
}

.sp-i {
  display: inline;
}
@media screen and (min-width:768px) {
  .sp-i {
    display: none !important;
  }
}
@media screen and (min-width:1440px) {
  .sp-i {
    display: none !important;
  }
}

.sp-ib {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .sp-ib {
    display: none !important;
  }
}
@media screen and (min-width:1440px) {
  .sp-ib {
    display: none !important;
  }
}

.sp-b {
  display: block;
}
@media screen and (min-width:768px) {
  .sp-b {
    display: none !important;
  }
}
@media screen and (min-width:1440px) {
  .sp-b {
    display: none !important;
  }
}

.sp-tab-i {
  display: inline;
}
@media screen and (min-width:768px) {
  .sp-tab-i {
    display: inline;
  }
}
@media screen and (min-width:1440px) {
  .sp-tab-i {
    display: none !important;
  }
}

.sp-tab-ib {
  display: inline-block;
}
@media screen and (min-width:768px) {
  .sp-tab-ib {
    display: inline-block;
  }
}
@media screen and (min-width:1440px) {
  .sp-tab-ib {
    display: none !important;
  }
}

.sp-tab-b {
  display: block;
}
@media screen and (min-width:768px) {
  .sp-tab-b {
    display: block;
  }
}
@media screen and (min-width:1440px) {
  .sp-tab-b {
    display: none !important;
  }
}

.pc-i {
  display: none;
}
@media screen and (min-width:768px) {
  .pc-i {
    display: inline !important;
  }
}
@media screen and (min-width:1440px) {
  .pc-i {
    display: inline !important;
  }
}

.pc-ib {
  display: none;
}
@media screen and (min-width:768px) {
  .pc-ib {
    display: inline-block !important;
  }
}
@media screen and (min-width:1440px) {
  .pc-ib {
    display: inline-block !important;
  }
}

.pc-b {
  display: none;
}
@media screen and (min-width:768px) {
  .pc-b {
    display: block !important;
  }
}
@media screen and (min-width:1440px) {
  .pc-b {
    display: block !important;
  }
}

header {
  display: grid;
  padding: 0 16px;
  grid-template-columns: auto 1fr;
  height: 72px;
  position: sticky;
  top: 0;
  z-index: 100;
  background-color: #fff;
  transition: all 0.3s;
  /* SP用メニューの変形トリガーここから */
  /* SP用メニューの変形トリガーここまで */
}
@media screen and (min-width:768px) {
  header {
    display: grid;
    padding: 0 16px;
    grid-template-columns: auto 1fr;
    height: 72px;
    position: sticky;
    top: 0;
    z-index: 100;
    background-color: #fff;
  }
}
@media screen and (min-width:1290px) {
  header {
    padding: 0 38px;
    height: 120px;
  }
}
@media screen and (min-width:1440px) {
  header {
    padding: 0 38px;
    height: 120px;
  }
}
header .logo {
  display: flex;
  align-items: center;
  width: 256px;
}
@media screen and (min-width:768px) {
  header .logo {
    width: 256px;
  }
}
@media screen and (min-width:1290px) {
  header .logo {
    width: 357px;
  }
}
@media screen and (min-width:1440px) {
  header .logo {
    width: 357px;
  }
}
header nav #pcmenu {
  display: none;
}
@media screen and (min-width:768px) {
  header nav #pcmenu {
    display: none;
  }
}
@media screen and (min-width:1290px) {
  header nav #pcmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    row-gap: 0;
    column-gap: 30px;
    height: 100%;
  }
}
@media screen and (min-width:1440px) {
  header nav #pcmenu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    row-gap: 0;
    column-gap: 30px;
    height: 100%;
  }
}
header nav #pcmenu .textNav {
  display: flex;
  align-items: center;
  row-gap: 0;
  column-gap: 1.5em;
  font-size: 14px;
}
header nav #pcmenu .textNav > li {
  position: relative;
}
header nav #pcmenu .textNav > li a {
  text-decoration: none;
  color: #2c2d2f;
}
header nav #pcmenu .textNav > li a > span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
header nav #pcmenu .textNav > li > .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
header nav #pcmenu .textNav > li > .submenu ul {
  display: block;
  margin: 1em 0 0;
  padding: 1.2em 1.5em;
  border: 2px solid #009ad0;
  background-color: #fff;
  border-radius: 10px;
  white-space: nowrap;
  position: relative;
  z-index: 5;
}
header nav #pcmenu .textNav > li > .submenu ul li a {
  color: #009ad0;
}
header nav #pcmenu .textNav > li > .submenu ul li:nth-of-type(n + 2) {
  margin: 0.5em 0 0;
}
header nav #pcmenu .textNav > li:hover > a > span {
  border-bottom: 1px solid #2c2d2f;
}
header nav #pcmenu .textNav > li:has(ul):hover {
  overflow: visible;
}
header nav #pcmenu .textNav > li:has(ul):hover > a ~ .submenu {
  margin-top: 0;
  visibility: visible;
  opacity: 1;
  display: block;
  padding: 0;
  position: absolute;
  left: 0;
  top: 100%;
}
header nav #pcmenu .textNav > li:has(ul):hover > a ~ .submenu ul li a:hover {
  opacity: 0.7;
}
header nav #pcmenu .textNav .searchDormitory > a {
  padding-left: 18px;
  position: relative;
  cursor: default;
}
header nav #pcmenu .textNav .searchDormitory > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_nav_search.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header nav #pcmenu .textNav .applyGuide > a {
  padding-left: 18px;
  position: relative;
}
header nav #pcmenu .textNav .applyGuide > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../images/icon_nav_pulldown.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header nav #pcmenu .textNav .seniorsVoice > a {
  padding-left: 18px;
  position: relative;
}
header nav #pcmenu .textNav .seniorsVoice > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 15px;
  background: url(../images/icon_nav_voice.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header nav .btnNav {
  display: flex;
  align-items: center;
  row-gap: 0;
  column-gap: 10px;
}
header nav .btnNav li.line a {
  background-color: #04b801;
  border: 1px solid #04b801;
}
header nav .btnNav li.line a:hover {
  color: #04b801;
  background-color: #fff;
}
header nav .btnNav li.apply a {
  background-color: #009ad0;
  border: 1px solid #009ad0;
}
header nav .btnNav li.apply a:hover {
  color: #009ad0;
  background-color: #fff;
}
header nav .btnNav li a {
  display: inline-block;
  padding: 0 20px;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  border-radius: 9999px;
}
header #trigger {
  display: block;
  position: fixed;
  right: 15px;
  top: 15px;
  z-index: 200;
}
@media screen and (min-width:768px) {
  header #trigger {
    display: block;
    position: fixed;
    right: 15px;
    top: 15px;
    z-index: 200;
  }
}
@media screen and (min-width:1290px) {
  header #trigger {
    display: none;
  }
}
@media screen and (min-width:1440px) {
  header #trigger {
    display: none;
  }
}
header .menu-trigger,
header .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
}
header .menu-trigger {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  background-color: #009ad0;
  border-radius: 50%;
  border: 1px solid transparent;
}
@media (hover: hover) {
  header .menu-trigger:hover {
    background-color: #fff;
    border: 1px solid #009ad0;
  }
  header .menu-trigger:hover span {
    background-color: #009ad0;
  }
}
header .menu-trigger-inner {
  margin: auto;
  top: 16px;
  width: 12px;
  height: 9px;
  position: relative;
}
header .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #fff;
}
header .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .menu-trigger span:nth-of-type(2) {
  top: 4px;
}
header .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}
header .menu-trigger.active {
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid transparent;
}
header .menu-trigger.active span {
  background-color: #000;
}
header .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(4px) rotate(-45deg);
}
header .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-4px) rotate(45deg);
}
header #spmenu {
  display: none;
  position: absolute;
  left: 16px;
  top: 16px;
  z-index: 100;
  width: 100%;
  background: #fff;
  border-radius: 8px;
}
header #spmenu .spmenuBox {
  padding: 30px;
  overflow-y: auto;
  max-height: calc(100vh - 32px);
}
header #spmenu .spmenuBox a {
  display: inline-block;
  color: #2c2d2f;
  text-decoration: none;
}
header #spmenu .spmenuBox ul.spmenuList {
  display: block;
  padding: 18px 0 0 0;
  z-index: 200;
}
header #spmenu .spmenuBox ul.spmenuList > li {
  padding: 0 0;
  font-size: 18px;
  font-weight: 500;
}
header #spmenu .spmenuBox ul.spmenuList > li p {
  padding: 0 0 0 32px;
  font-size: 18px;
  font-weight: 500;
  position: relative;
}
header #spmenu .spmenuBox ul.spmenuList > li p.search:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url(../images/icon_spmenu_search.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header #spmenu .spmenuBox ul.spmenuList > li p.guide:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../images/icon_spmenu_pulldown.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
header #spmenu .spmenuBox ul.spmenuList > li ul {
  padding: 0 0 0 32px;
}
header #spmenu .spmenuBox ul.spmenuList > li ul li {
  margin: 12px 0 0;
  font-size: 16px;
}
header #spmenu .spmenuBox ul.spmenuList > li:nth-of-type(n + 2) {
  margin: 22px 0 0;
}
header #spmenu .spmenuBox ul.btns {
  display: flex;
  row-gap: 8px;
  column-gap: 8px;
  margin: 40px 0 0;
}
header #spmenu .spmenuBox ul.btns li {
  text-align: center;
  flex: 1;
}
header #spmenu .spmenuBox ul.btns li a {
  display: inline-block;
  width: 100%;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  border-radius: 9999px;
}
header #spmenu .spmenuBox ul.btns li.line a {
  background-color: #04b801;
  border: 1px solid transparent;
}
header #spmenu .spmenuBox ul.btns li.line a:hover {
  color: #04b801;
  background-color: #fff;
  border: 1px solid #04b801;
}
header #spmenu .spmenuBox ul.btns li.apply a {
  background-color: #009ad0;
  border: 1px solid transparent;
}
header #spmenu .spmenuBox ul.btns li.apply a:hover {
  color: #009ad0;
  background-color: #fff;
  border: 1px solid #009ad0;
}
header #spmenu.active {
  display: block;
}

#spmenuOverlay {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.4s;
  opacity: 0;
}

body.fixed #spmenuOverlay {
  visibility: visible;
  display: block;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 99;
  cursor: pointer;
}

main {
  /*見出し共通設定ここから（位置・余白などの指定以外）*/
  /*見出し共通設定ここまで*/
}
main .topicPath {
  margin: 20px 20px 0;
  max-width: 1246px;
}
@media screen and (min-width:768px) {
  main .topicPath {
    margin: 5px auto 0;
    padding: 0 64px;
  }
}
@media screen and (min-width:1440px) {
  main .topicPath {
    margin: 5px auto 0;
    padding: 0;
  }
}
main .topicPath ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
main .topicPath ul li {
  font-size: 13px;
  line-height: 1;
}
main .topicPath ul li a {
  text-decoration: none;
  color: #2c2d2f;
}
main .topicPath ul li:nth-of-type(n + 2) {
  margin: 0 0 0 1em;
  padding: 0 0 0 1.75em;
  position: relative;
}
main .topicPath ul li:nth-of-type(n + 2):before {
  content: "";
  display: inline-block;
  margin: 0;
  width: 4px;
  height: 4px;
  border-left: 1px solid transparent;
  border-top: 1px solid #2c2d2f;
  border-right: 1px solid #2c2d2f;
  border-bottom: 1px solid transparent;
  position: absolute;
  left: 0;
  top: 50%;
  transform: rotate(45deg);
  margin-top: -2.15px;
}
main section h3 {
  text-align: center;
  font-size: 14px;
  color: #009ad0;
  line-height: 1;
}
main section h2 {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  main section h2 {
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width:1440px) {
  main section h2 {
    font-size: 34px;
    line-height: 1;
  }
}
main section h2 span {
  letter-spacing: 0.05em;
}
main section h2 em {
  color: #009ad0;
}
main .subhead {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 336px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main .subhead {
    height: 400px;
  }
}
@media screen and (min-width:1440px) {
  main .subhead {
    height: 400px;
  }
}
main .subhead:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
main .subhead .subheadInner {
  max-width: none;
  text-align: center;
  position: relative;
  z-index: 2;
  /*h3 {
    color: #fff;
    line-height: 1;
    position: relative;
    z-index: 2;
  }*/
}
@media screen and (min-width:768px) {
  main .subhead .subheadInner {
    max-width: 50%;
  }
}
@media screen and (min-width:1440px) {
  main .subhead .subheadInner {
    max-width: 50%;
  }
}
main .subhead .subheadInner:after {
  content: "";
  display: block;
  width: 1px;
  height: 200px;
  background-color: #d9d9d9;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 1;
  transform: translate(0, 115%);
}
main .subhead .subheadInner h2 {
  margin: 15px 0 0;
  color: #fff;
  line-height: 1;
  z-index: 2;
}
main .subhead .subheadInner h2 span {
  display: inline-block;
  padding: 0 25px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}
@media screen and (min-width:768px) {
  main .subhead .subheadInner h2 span {
    font-size: 30px;
  }
}
@media screen and (min-width:1440px) {
  main .subhead .subheadInner h2 span {
    font-size: 34px;
  }
}
main .subhead .subheadInner h2 span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 40px;
  background: url(../images/icon_subtitle_emphasis.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -0.03em;
}
@media screen and (min-width:768px) {
  main .subhead .subheadInner h2 span:before {
    width: 13px;
    height: 41px;
  }
}
@media screen and (min-width:1440px) {
  main .subhead .subheadInner h2 span:before {
    width: 13px;
    height: 41px;
  }
}
main .subhead .subheadInner h2 span:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 40px;
  background: url(../images/icon_subtitle_emphasis.svg) 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  margin-top: -0.03em;
}
@media screen and (min-width:768px) {
  main .subhead .subheadInner h2 span:after {
    width: 13px;
    height: 41px;
  }
}
@media screen and (min-width:1440px) {
  main .subhead .subheadInner h2 span:after {
    width: 13px;
    height: 41px;
  }
}
main .subhead .subheadInner .lead {
  margin: 24px auto 0;
  padding: 0 25px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  z-index: 2;
}
@media screen and (min-width:768px) {
  main .subhead .subheadInner .lead {
    margin: 30px auto 0;
    padding: 0;
  }
}
@media screen and (min-width:1440px) {
  main .subhead .subheadInner .lead {
    margin: 30px auto 0;
    padding: 0;
  }
}
main #news {
  padding: 48px 20px 120px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #news {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #news {
    padding: 80px 0;
  }
}
main #news .newsBox {
  margin: 0 auto;
  max-width: 1246px;
  position: relative;
}
main #news .newsBox > h2 {
  margin: 0 0 24px;
  text-align: left;
  line-height: 1;
}
@media screen and (min-width:768px) {
  main #news .newsBox > h2 {
    margin: 15px 0 36px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox > h2 {
    margin: 15px 0 36px;
  }
}
main #news .newsBox .newsSwiper {
  position: relative;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide {
  max-width: 560px;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a {
  display: block;
  padding: 12px;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a {
    padding: 14px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a {
    padding: 18px;
  }
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article {
  display: flex;
  row-gap: 0;
  column-gap: 20px;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article figure img {
  width: 108px;
  height: 108px;
  object-fit: cover;
  border-radius: 7px;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article figure img {
    width: 124px;
    height: 124px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article figure img {
    width: 124px;
    height: 124px;
  }
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox {
  position: relative;
  flex: 1;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .tag {
  line-height: 1;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .tag li {
  display: inline-block;
  padding: 3px 5px;
  background-color: #f3f7f8;
  color: #009ad0;
  font-size: 12px;
  line-height: 1;
  border-radius: 5px;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox time {
  display: inline-block;
  padding: 3px 0;
  color: #009ad0;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  position: absolute;
  right: 0;
  top: 0;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .text {
  margin: 1em 0 0;
  padding: 0 0 1.5em;
  color: #2c2d2f;
  font-size: 14px;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .text {
    font-size: 14px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .text {
    font-size: 16px;
  }
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap {
  text-align: right;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  text-align: right;
  font-size: 11px;
  background-color: #fff;
  border-radius: 9999px;
  border: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap .moreBtn {
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap .moreBtn {
    font-size: 12px;
  }
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a article .textBox .btnWrap .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
main #news .newsBox .newsSwiper .swiper-wrapper .swiper-slide a:hover {
  background-color: #f3f7f8;
}
main #news .newsBox .newsSwiper .swiper-button-prev,
main #news .newsBox .newsSwiper .swiper-button-next {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f3f7f8;
  cursor: pointer;
  border: 1px solid #f3f7f8;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-button-prev,
  main #news .newsBox .newsSwiper .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-button-prev,
  main #news .newsBox .newsSwiper .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
main #news .newsBox .newsSwiper .swiper-button-prev:before,
main #news .newsBox .newsSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
main #news .newsBox .newsSwiper .swiper-button-prev:hover,
main #news .newsBox .newsSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #news .newsBox .newsSwiper .swiper-button-prev:hover:before,
main #news .newsBox .newsSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #news .newsBox .newsSwiper .swiper-button-prev svg,
main #news .newsBox .newsSwiper .swiper-button-next svg {
  display: none;
}
main #news .newsBox .newsSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 54px;
  bottom: -32px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 200px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 200px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #news .newsBox .newsSwiper .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 140px;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 140px;
    bottom: auto;
    transform: none;
  }
}
main #news .newsBox .newsSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #news .newsBox .newsSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #news .newsBox .newsSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #news .newsBox .newsSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #news .newsBox .newsSwiper .listBtn {
  display: block;
  width: 124px;
  font-size: 15px;
  line-height: 38px;
  text-decoration: none;
  text-align: center;
  background-color: #009ad0;
  color: #fff;
  border-radius: 9999px;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -32px;
  border: 1px solid #009ad0;
  transform: translate(0, 100%);
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  main #news .newsBox .newsSwiper .listBtn {
    font-size: 16px;
    line-height: 46px;
    left: auto;
    right: 0;
    top: -78px;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #news .newsBox .newsSwiper .listBtn {
    font-size: 16px;
    line-height: 46px;
    left: auto;
    right: 0;
    top: -78px;
    bottom: auto;
    transform: none;
  }
}
main #news .newsBox .newsSwiper .listBtn:hover {
  color: #009ad0;
  background: #fff;
  border: 1px solid #009ad0;
}
main #feature {
  padding: 48px 0;
  background-color: #f3f7f8;
}
@media screen and (min-width:768px) {
  main #feature {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #feature {
    padding: 80px 0;
  }
}
main #feature > h2 {
  margin: 0 0 40px;
}
@media screen and (min-width:768px) {
  main #feature > h2 {
    margin: 0 0 56px;
  }
}
@media screen and (min-width:1440px) {
  main #feature > h2 {
    margin: 0 0 56px;
  }
}
main #feature ul {
  display: grid;
  grid-template-columns: 33% 33%;
  justify-content: center;
  row-gap: 40px;
  column-gap: 32px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  main #feature ul {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 48px;
    column-gap: 7%;
    margin: 0 auto;
    max-width: 840px;
  }
}
@media screen and (min-width:1440px) {
  main #feature ul {
    display: grid;
    grid-template-columns: auto auto auto;
    row-gap: 48px;
    column-gap: 96px;
    margin: 0 auto;
    max-width: 840px;
  }
}
main #feature ul li figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  aspect-ratio: 5/4;
  overflow: hidden;
}
main #feature ul li figure img {
  object-fit: cover;
  width: 100%;
  height: auto;
  border-radius: 24px;
}
@media screen and (min-width:1440px) {
  main #feature ul li figure img {
    max-width: 200px;
  }
}
main #feature ul li p {
  margin-top: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
}
@media screen and (min-width:768px) {
  main #feature ul li p {
    margin-top: 15px;
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  main #feature ul li p {
    margin-top: 15px;
    font-size: 22px;
  }
}
main #feature .moreBtn {
  margin: 56px 0 0;
  text-align: center;
}
main #feature .moreBtn a {
  display: inline-block;
  padding: 0 1.5em;
  line-height: 44px;
  background-color: #009ad0;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.1em;
  border: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  main #feature .moreBtn a {
    line-height: 48px;
  }
}
@media screen and (min-width:1440px) {
  main #feature .moreBtn a {
    line-height: 48px;
  }
}
main #feature .moreBtn a span {
  padding: 0 20px 0 0;
  position: relative;
}
main #feature .moreBtn a span:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 13px;
  background: url(../images/btn_arrow_white.svg) center center/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(90deg);
  transition: all 0.3s;
}
main #feature .moreBtn a:hover {
  color: #009ad0;
  background-color: #fff;
}
main #feature .moreBtn a:hover span:after {
  background: url(../images/btn_arrow_blue.svg) center center/contain no-repeat;
}
main .propertyCard {
  /*共通*/
  max-width: 95%;
  height: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  main .propertyCard {
    max-width: 394px;
  }
}
@media screen and (min-width:1440px) {
  main .propertyCard {
    max-width: 394px;
  }
}
main .propertyCard a {
  display: flex;
  text-decoration: none;
  color: #2c2d2f;
  width: 100%;
  height: 100%;
  background-color: #f3f7f8;
  border-radius: 14px;
  border: 1px solid transparent;
}
main .propertyCard a article {
  display: flex;
  flex-direction: column;
  padding: 8px 8px 24px;
  height: 100%;
}
@media screen and (min-width:768px) {
  main .propertyCard a article {
    padding: 13px 13px 24px;
  }
}
@media screen and (min-width:1440px) {
  main .propertyCard a article {
    padding: 16px 16px 32px;
  }
}
main .propertyCard a article .imgBox {
  position: relative;
}
main .propertyCard a article .imgBox .badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 8px;
  top: 8px;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .imgBox .badge {
    right: 15px;
    top: 15px;
  }
}
main .propertyCard a article .imgBox .badge li {
  display: inline-block;
  padding: 0 8px;
  background-color: #f4ce4b;
  font-size: 11px;
  line-height: 24px;
  border-radius: 4px;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .imgBox .badge li {
    font-size: 12px;
    line-height: 25px;
  }
}
main .propertyCard a article .imgBox .badge li:nth-of-type(n + 2) {
  margin: 6px 0 0;
}
main .propertyCard a article .imgBox .badge li span {
  position: relative;
}
main .propertyCard a article .imgBox .badge li.rentSubsidy span {
  padding: 0 0 0 18px;
  position: relative;
}
main .propertyCard a article .imgBox .badge li.rentSubsidy span:before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 0;
  width: 14px;
  height: 12px;
  background: url(../images/icon_badge_house.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
main .propertyCard a article .imgBox .badge li.sportsScholarship span {
  padding: 0 0 0 18px;
  position: relative;
}
main .propertyCard a article .imgBox .badge li.sportsScholarship span:before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 13px;
  background: url(../images/icon_badge_sports.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
main .propertyCard a article .imgBox figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
main .propertyCard a article .imgBox figure img {
  width: auto;
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
main .propertyCard a article .textBox {
  padding: 24px 20px 0;
  flex: 1;
}
@media screen and (min-width:768px) {
  main .propertyCard a article .textBox {
    padding: 28px 20px 0;
  }
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox {
    padding: 28px 20px 0;
  }
}
main .propertyCard a article .textBox .name {
  color: #2c2d2f;
  font-size: 21px;
  font-weight: 700;
}
main .propertyCard a article .textBox .name .sex {
  margin: 0 0 0 15px;
}
main .propertyCard a article .textBox .name .sex img {
  vertical-align: middle;
}
main .propertyCard a article .textBox .fee {
  display: block;
  margin: 20px 0 0;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .fee {
    display: flex;
    align-items: center;
    margin: 24px 0 0;
  }
}
main .propertyCard a article .textBox .fee dl {
  display: flex;
  align-items: center;
}
main .propertyCard a article .textBox .fee dl dt {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 5px;
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  background-color: #fff;
  color: #009ad0;
  border-radius: 4px;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .fee dl dt {
    font-size: 12px;
  }
}
main .propertyCard a article .textBox .fee dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
main .propertyCard a article .textBox .fee dl dd i {
  padding: 0 0.2em;
  font-weight: 700;
  font-family: "Fustat", sans-serif;
  letter-spacing: 0;
}
main .propertyCard a article .textBox .fee .option {
  display: inline-block;
  margin: 5px 0 0;
  padding: 0 5px;
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  background-color: #009ad0;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .fee .option {
    margin: 0 0 0 20px;
    font-size: 12px;
  }
}
main .propertyCard a article .textBox .text {
  margin: 12px 0 0;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .text {
    margin: 20px 0 0;
    font-size: 15px;
  }
}
main .propertyCard a article .textBox .transfer {
  margin: 20px 0 0;
  padding: 0 0 0 33px;
  font-size: 11px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .transfer {
    font-size: 12px;
  }
}
main .propertyCard a article .textBox .transfer:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_access_transfer.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}
main .propertyCard a article .textBox .address {
  margin: 15px 0 0;
  padding: 0 0 0 33px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
main .propertyCard a article .textBox .address:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(../images/icon_access_map.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}
main .propertyCard a article .textBox .tag {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3em;
  column-gap: 1.5em;
  margin: 20px 0 0;
  font-size: 11px;
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .textBox .tag {
    font-size: 12px;
  }
}
main .propertyCard a article .textBox .tag li {
  text-decoration: none;
  color: #009ad0;
}
main .propertyCard a article .textBox .tag li:before {
  content: "#";
  display: inline;
}
main .propertyCard a article .btnWrap {
  margin-top: 18px;
  margin-right: 20px;
  text-align: right;
}
@media screen and (min-width:768px) {
  main .propertyCard a article .btnWrap {
    margin-top: 20px;
  }
}
@media screen and (min-width:1440px) {
  main .propertyCard a article .btnWrap {
    margin-top: 20px;
    margin-right: 12px;
  }
}
main .propertyCard a article .btnWrap .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  font-size: 12px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #009ad0;
  right: 36px;
  bottom: 40px;
  text-decoration: none;
}
main .propertyCard a article .btnWrap .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main .propertyCard a article .btnWrap .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  bottom: 3px;
}
main .propertyCard a:hover {
  background-color: #fff;
  border: 1px solid #009ad0;
}
main #pickup {
  margin: 0 0 48px;
  padding: 48px 20px 80px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #pickup {
    margin: 0;
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #pickup {
    margin: 0;
    padding: 80px 0;
  }
}
main #pickup > h2 {
  margin: 0 0 32px;
}
@media screen and (min-width:768px) {
  main #pickup > h2 {
    margin: 0 0 38px;
  }
}
@media screen and (min-width:1440px) {
  main #pickup > h2 {
    margin: 0 0 38px;
  }
}
main #pickup .pickup-inner {
  margin: 0 auto;
  max-width: 1246px;
  /*display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 48px 40px;
  //margin: 0 96px;
  margin: 0 auto;
  max-width: 1246px;
  .propertyCard {
    max-width: 388px;
  }*/
}
main #pickup .pickup-inner .pickupSwiper {
  position: relative;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev,
main #pickup .pickup-inner .pickupSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f3f7f8;
  cursor: pointer;
}
@media screen and (min-width:768px) {
  main #pickup .pickup-inner .pickupSwiper .swiper-button-prev,
  main #pickup .pickup-inner .pickupSwiper .swiper-button-next {
    display: none;
  }
}
@media screen and (min-width:1440px) {
  main #pickup .pickup-inner .pickupSwiper .swiper-button-prev,
  main #pickup .pickup-inner .pickupSwiper .swiper-button-next {
    display: none;
  }
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev:before,
main #pickup .pickup-inner .pickupSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
  transition: opacity 0.3s;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev svg,
main #pickup .pickup-inner .pickupSwiper .swiper-button-next svg {
  display: none;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: 78px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:1440px) {
  main #pickup .pickup-inner .pickupSwiper .swiper-button-prev {
    position: absolute;
    left: auto;
    top: -57px;
    right: 214px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:1440px) {
  main #pickup .pickup-inner .pickupSwiper .swiper-button-next {
    position: absolute;
    left: auto;
    right: 154px;
    top: -57px;
    bottom: auto;
    transform: none;
  }
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #pickup .pickup-inner .pickupSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #pickup .pickup-inner .pickupSwiper .listBtn {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #pickup .pickup-inner .pickupSwiper .listBtn {
    display: block;
    left: auto;
    right: 0;
    top: -82px;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #pickup .pickup-inner .pickupSwiper .listBtn {
    display: block;
    left: auto;
    right: 0;
    top: -82px;
    bottom: auto;
    transform: none;
  }
}
main #pickup .pickup-inner .pickupSwiper .listBtn a {
  display: block;
  width: 138px;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  line-height: 40px;
  border: 1px solid #009ad0;
  background-color: #009ad0;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  main #pickup .pickup-inner .pickupSwiper .listBtn a {
    width: 138px;
    font-size: 16px;
    line-height: 46px;
  }
}
@media screen and (min-width:1440px) {
  main #pickup .pickup-inner .pickupSwiper .listBtn a {
    font-size: 16px;
    line-height: 44px;
  }
}
main #pickup .pickup-inner .pickupSwiper .listBtn a:hover {
  color: #009ad0;
  background-color: #fff;
}
main #type {
  padding: 48px 24px;
  border-top: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  main #type {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #type {
    padding: 80px 0;
  }
}
main #type > h2 {
  margin: 0 0 32px;
}
@media screen and (min-width:768px) {
  main #type > h2 {
    margin: 0 0 38px;
  }
}
@media screen and (min-width:1440px) {
  main #type > h2 {
    margin: 15px 0 38px;
  }
}
main #type .lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
main #type ul {
  display: grid;
  grid-template-columns: 128px 128px;
  justify-content: center;
  row-gap: 48px;
  column-gap: 24px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  main #type ul {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: 40px;
    column-gap: 40px;
  }
}
@media screen and (min-width:1440px) {
  main #type ul {
    grid-template-columns: 160px 160px 160px 160px;
    row-gap: 40px;
    column-gap: 68px;
  }
}
main #type ul li {
  margin: 0 auto;
}
main #type ul li a {
  display: block;
  text-decoration: none;
  color: #2c2d2f;
}
main #type ul li a figure {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  border-radius: 40px;
  overflow: hidden;
  border: 1px solid transparent;
  aspect-ratio: 1/1;
  transition: all 0.3s;
}
main #type ul li a figure img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
main #type ul li a p {
  margin: 20px 0 0;
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  main #type ul li a p {
    margin: 12px 0 0;
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  main #type ul li a p {
    margin: 12px 0 0;
    font-size: 18px;
  }
}
main #type ul li a:hover figure {
  border: 1px solid #009ad0;
}
main #type ul li a:hover p {
  color: #009ad0;
}
main #type .moreBtn {
  display: block;
  margin: 50px auto 0;
  width: 176px;
  background-color: #009ad0;
  line-height: 46px;
  text-align: center;
  color: #fff;
  border-radius: 9999px;
}
main #type .moreBtn span {
  padding: 0 24px 0 0;
  position: relative;
}
main #type .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(../images/btn_arrow_under_white.png) 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  bottom: 1px;
}
main #area {
  margin: 0 0 48px;
  padding: 48px 20px 80px;
  border-top: 1px solid #009ad0;
  overflow: hidden;
  /*タブ関係ここから----------------------------------*/
  /*
  【注意事項】
  キャンパスのタブ仕様は個数を増やせる汎用性があるが、
  タブボタンのまとまりだけで囲めない欠点がある。
  囲めないとposition:stickyが使えないので詳細ページの詳細タブ版は別処理にしてある。
  詳細ページの詳細タブ仕様は個数指定やID指定しなくてはならないが、
  タブボタンだけで囲める。
  */
  /*タブとコンテンツの間の余白*/
  /*タブのホバー時処理（キャンパスのタブのみ適用。詳細ページタブは構造が異なるため別処理が必要）*/
  /*タブ下の帯（タブ類だけで囲めないので疑似的）*/
  /*アクティブ表示*/
  /*タブ関係ここまで----------------------------------*/
}
@media screen and (min-width:768px) {
  main #area {
    margin: 0 0 64px;
    padding: 64px 48px 80px;
  }
}
@media screen and (min-width:1440px) {
  main #area {
    margin: 0 0 0;
    padding: 80px 0;
  }
}
main #area .areaBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #area > h2 {
  margin: 0 0 32px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  main #area > h2 {
    margin: 0 0 35px;
  }
}
@media screen and (min-width:1440px) {
  main #area > h2 {
    margin: 15px 0 35px;
  }
}
main #area .lead {
  margin-bottom: 35px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  main #area .lead {
    line-height: 1;
  }
}
@media screen and (min-width:1440px) {
  main #area .lead {
    line-height: 1;
  }
}
main #area .tab-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0; /*コンテンツ下の余白*/
  position: relative;
}
main #area .tab-wrap::after {
  content: "";
  height: 32px;
  order: -1;
  width: 100%;
}
main #area .tab-btn {
  color: #888;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  margin: 0;
  padding: 0;
  max-width: 246px;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
@media screen and (min-width:768px) {
  main #area .tab-btn {
    max-width: 180px;
  }
}
@media screen and (min-width:1440px) {
  main #area .tab-btn {
    max-width: 246px;
  }
}
main #area .tab-btn span {
  transition: all 0.3s;
}
main #area .tab-btn:hover span {
  opacity: 0.7;
}
main #area input:checked + .tab-btn:hover {
  cursor: default;
}
main #area input:checked + .tab-btn:hover span {
  opacity: 1;
}
main #area .tab-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f7f8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
main #area .tab-btn:first-of-type::before {
  border-radius: 9999px 0 0 9999px;
}
main #area .tab-btn:last-of-type::before {
  border-radius: 0 9999px 9999px 0;
}
main #area .tab-btn::after {
  background: #009ad0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: -1;
  border-radius: 9999px;
  box-sizing: border-box;
  border: 6px solid #f3f7f8;
}
main #area .tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  /*transition:
    transform 0.3s 80ms,
    opacity 0.3s 80ms;*/
  width: 100%;
}
main #area .tab-switch {
  display: none;
}
main #area .tab-switch:checked + .tab-btn {
  color: #fff;
}
main #area .tab-switch:checked ~ .tab-btn::after {
  transform: translateX(-100%);
}
main #area .tab-switch:checked + .tab-btn::after {
  opacity: 1;
  transform: translateX(0);
}
main #area .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}
main #area .tab-switch:checked + .tab-btn + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
main #area .areaSwiper {
  position: relative;
}
main #area .areaSwiper .swiper-button-prev,
main #area .areaSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f3f7f8;
  cursor: pointer;
  border: 1px solid #f3f7f8;
}
main #area .areaSwiper .swiper-button-prev:before,
main #area .areaSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
main #area .areaSwiper .swiper-button-prev:hover,
main #area .areaSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #area .areaSwiper .swiper-button-prev:hover:before,
main #area .areaSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #area .areaSwiper .swiper-button-prev svg,
main #area .areaSwiper .swiper-button-next svg {
  display: none;
}
main #area .areaSwiper .swiper-button-prev {
  position: absolute;
  top: auto;
  left: auto;
  right: 78px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  main #area .areaSwiper .swiper-button-prev {
    position: absolute;
    left: auto;
    right: 78px;
    bottom: 0;
    margin-bottom: -32px;
    transform: translate(0, 100%) rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  main #area .areaSwiper .swiper-button-prev {
    position: absolute;
    left: auto;
    top: -57px;
    right: 214px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #area .areaSwiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #area .areaSwiper .swiper-button-next {
    left: auto;
    right: 20px;
    top: auto;
    bottom: 0;
    transform: translate(0, 100%);
  }
}
@media screen and (min-width:1440px) {
  main #area .areaSwiper .swiper-button-next {
    position: absolute;
    left: auto;
    right: 154px;
    top: -57px;
    bottom: auto;
    transform: none;
  }
}
main #area .areaSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #area .areaSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #area .areaSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #area .areaSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #area .areaSwiper .listBtn {
  display: block;
  position: absolute;
  left: 0;
  right: auto;
  top: auto;
  bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #area .areaSwiper .listBtn {
    display: block;
    position: absolute;
    left: 0;
    right: auto;
    top: auto;
    bottom: -32px;
    transform: translate(0, 100%);
  }
}
@media screen and (min-width:1440px) {
  main #area .areaSwiper .listBtn {
    display: block;
    position: absolute;
    left: auto;
    right: 0;
    top: -78px;
    bottom: auto;
    transform: none;
  }
}
main #area .areaSwiper .listBtn a {
  display: block;
  width: 138px;
  line-height: 44px;
  border: 1px solid transparent;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #009ad0;
  color: #fff;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  text-decoration: none;
}
main #area .areaSwiper .listBtn a:hover {
  color: #009ad0;
  background-color: #fff;
  border: 1px solid #009ad0;
}
main #voice {
  padding: 48px 20px;
  background-color: #f3f7f8;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #voice {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #voice {
    padding: 80px 0;
  }
}
main #voice .voiceBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #voice .voiceBox > h2 {
  margin: 0 0 32px;
}
@media screen and (min-width:768px) {
  main #voice .voiceBox > h2 {
    margin: 0 0 35px;
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox > h2 {
    margin: 15px 0 35px;
  }
}
main #voice .voiceBox .voiceSwiper {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (min-width:768px) {
  main #voice .voiceBox .voiceSwiper {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox .voiceSwiper {
    margin-bottom: 0;
  }
}
main #voice .voiceBox .voiceSwiper .swiper-slide {
  max-width: 394px;
  height: auto;
  position: relative;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a {
  display: flex;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid transparent;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article {
  display: flex;
  flex-direction: column;
  padding: 15px 15px 40px;
  height: 100%;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox {
  padding: 0 12px;
  flex: 1;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .text {
  margin: 25px 0 0;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  color: #2c2d2f;
}
@media screen and (min-width:768px) {
  main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .text {
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .text {
    font-size: 18px;
  }
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .affiliation {
  margin: 20px 0 0;
  font-size: 13px;
  line-height: 1.2;
  color: #888;
}
@media screen and (min-width:768px) {
  main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .affiliation {
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox .voiceSwiper .swiper-slide a article .textBox .affiliation {
    font-size: 12px;
  }
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .btnWrap {
  margin-top: 32px;
  margin-right: 12px;
  text-align: right;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .btnWrap .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  font-size: 12px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #009ad0;
  text-decoration: none;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .btnWrap .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a article .btnWrap .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  bottom: 3px;
}
main #voice .voiceBox .voiceSwiper .swiper-slide a:hover {
  background-color: #f3f7f8;
  border: 1px solid #009ad0;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev,
main #voice .voiceBox .voiceSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev:before,
main #voice .voiceBox .voiceSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev:hover,
main #voice .voiceBox .voiceSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev:hover:before,
main #voice .voiceBox .voiceSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev svg,
main #voice .voiceBox .voiceSwiper .swiper-button-next svg {
  display: none;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -24px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  main #voice .voiceBox .voiceSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox .voiceSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #voice .voiceBox .voiceSwiper .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -24px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #voice .voiceBox .voiceSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #voice .voiceBox .voiceSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #voice .voiceBox .voiceSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #voice .voiceBox .voiceSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #voice .voiceBox .voiceSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #reason .subhead {
  background: url(../images/home/bg_subtitle_reason_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width:768px) {
  main #reason .subhead {
    background: url(../images/home/bg_subtitle_reason_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:1440px) {
  main #reason .subhead {
    background: url(../images/home/bg_subtitle_reason.jpg) center center/cover no-repeat;
  }
}
main #reasons {
  padding: 48px 20px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #reasons {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons {
    padding: 80px 0;
  }
}
main #reasons > h2 {
  margin: 15px 0 50px;
}
main #reasons > h2 span {
  display: block;
  text-align: center;
  font-size: 19px;
  line-height: 1;
}
main #reasons > h2 span i {
  display: inline-block;
  margin: 2px 0 15px;
  padding: 0 0.8em;
  color: #009ad0;
  position: relative;
}
main #reasons > h2 span i:before, main #reasons > h2 span i:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  position: absolute;
  background-color: #009ad0;
  top: 50%;
}
main #reasons > h2 span i:before {
  left: 0;
  transform: translate(0, -50%) rotate(-15deg);
}
main #reasons > h2 span i:after {
  right: 0;
  transform: translate(0, -50%) rotate(15deg);
}
main #reasons .reasonBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #reasons .reasonBox .reasonCategory .categoryHead {
  display: flex;
  align-items: flex-end;
  row-gap: 0;
  column-gap: 24px;
  margin: 0 0 24px;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .categoryHead {
    row-gap: 0;
    column-gap: 32px;
    margin: 0 0 56px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .categoryHead {
    row-gap: 0;
    column-gap: 32px;
    margin: 0 0 56px;
  }
}
main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum {
  display: inline-block;
}
main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum span {
  display: block;
  margin: 0 0 10px;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum span {
    margin: 0 0 15px;
    font-size: 17px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum span {
    margin: 0 0 15px;
    font-size: 17px;
  }
}
main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum img {
  width: auto;
  height: auto;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum img {
    width: auto;
    height: auto;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .categoryHead .categoryNum img {
    width: auto;
    height: auto;
  }
}
main #reasons .reasonBox .reasonCategory .categoryHead h4 {
  margin: 0 0 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .categoryHead h4 {
    font-size: 28px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .categoryHead h4 {
    font-size: 30px;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper {
  margin-bottom: 72px;
  position: relative;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper {
    margin-bottom: 72px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper {
    margin-bottom: 0;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide {
  padding: 0;
  max-width: 90%;
  height: auto;
  background-color: #f3f7f8;
  border-radius: 14px;
  position: relative;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide {
    padding: 0 0 0 0;
    max-width: 298px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide {
    padding: 0 0 0 0;
    max-width: 298px;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article {
  padding: 15px 15px 28px;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article dl {
  margin: 25px 16px 0;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article dl dt {
  color: #2c2d2f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article dl dd {
  margin: 12px 0 0;
  color: #2c2d2f;
  font-size: 14px;
  line-height: 1.8;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article dl dd em {
  font-weight: 700;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  font-size: 12px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #009ad0;
  position: absolute;
  right: 28px;
  bottom: 40px;
  text-decoration: none;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-slide article .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  bottom: 3px;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev,
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f3f7f8;
  cursor: pointer;
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev,
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next {
    display: none;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev:before,
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
  transition: opacity 0.3s;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev svg,
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next svg {
  display: none;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -24px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -24px;
  transform: translate(0, 100%);
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
  }
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #reasons .reasonBox .reasonCategory .reasonSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #reasons .reasonBox .reasonCategory:nth-of-type(n + 2) {
  padding-top: 48px;
}
@media screen and (min-width:768px) {
  main #reasons .reasonBox .reasonCategory:nth-of-type(n + 2) {
    padding-top: 64px;
  }
}
@media screen and (min-width:1440px) {
  main #reasons .reasonBox .reasonCategory:nth-of-type(n + 2) {
    padding-top: 72px;
  }
}
main #support {
  padding: 96px 20px 48px;
  background-color: #f3f7f8;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #support {
    padding: 80px 48px 64px;
  }
}
@media screen and (min-width:1440px) {
  main #support {
    padding: 80px 0;
  }
}
main #support .supportBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #support .supportBox > h2 {
  margin: 0 0 32px;
  position: relative;
  letter-spacing: 0.05em;
}
@media screen and (min-width:768px) {
  main #support .supportBox > h2 {
    margin: 15px 0 35px;
    letter-spacing: 0.1em;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox > h2 {
    margin: 15px 0 35px;
    letter-spacing: 0.1em;
  }
}
main #support .supportBox > h2 span {
  position: absolute;
  left: 18%;
  top: -54px;
  margin-left: 0;
  transform: rotate(-15deg);
}
@media screen and (min-width:768px) {
  main #support .supportBox > h2 span {
    left: 50%;
    top: -47px;
    margin-left: -315px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox > h2 span {
    left: 50%;
    top: -47px;
    margin-left: -315px;
  }
}
main #support .supportBox > h2 span i {
  display: inline-block;
  margin: 2px 0 15px;
  padding: 0 0.55em 0 0.6em;
  font-size: 16px;
  font-weight: 700;
  color: #009ad0;
  position: relative;
}
@media screen and (min-width:768px) {
  main #support .supportBox > h2 span i {
    font-size: 24px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox > h2 span i {
    font-size: 24px;
  }
}
main #support .supportBox > h2 span i:before, main #support .supportBox > h2 span i:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  position: absolute;
  background-color: #2c2d2f;
  top: 50%;
}
main #support .supportBox > h2 span i:before {
  left: 0;
  transform: translate(0, -50%) rotate(-30deg);
}
main #support .supportBox > h2 span i:after {
  right: 0;
  transform: translate(0, -50%) rotate(30deg);
}
main #support .supportBox .lead {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  main #support .supportBox .lead {
    margin-left: 120px;
    margin-right: 120px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .lead {
    margin-left: 0;
    margin-right: 0;
  }
}
main #support .supportBox .supportSwiper {
  position: relative;
  margin-bottom: 72px;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper {
    margin-bottom: 0;
  }
}
main #support .supportBox .supportSwiper .swiper-slide {
  max-width: 90%;
  height: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide {
    max-width: 394px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide {
    max-width: 394px;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a {
  display: flex;
  height: 100%;
  text-decoration: none;
  background-color: #fff;
  border-radius: 14px;
  border: 1px solid transparent;
}
main #support .supportBox .supportSwiper .swiper-slide a article {
  padding: 15px 15px 32px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article {
    padding: 15px 15px 40px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article {
    padding: 15px 15px 40px;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
main #support .supportBox .supportSwiper .swiper-slide a article figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
main #support .supportBox .supportSwiper .swiper-slide a article dl {
  margin: 16px 16px 0;
  flex: 1;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl {
    margin: 25px 16px 0;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl {
    margin: 25px 16px 0;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article dl dt {
  color: #2c2d2f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl dt {
    font-size: 20px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl dt {
    font-size: 20px;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article dl dd {
  margin: 6px 0 0;
  color: #2c2d2f;
  font-size: 14px;
  line-height: 1.8;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl dd {
    margin: 6px 0 0;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article dl dd {
    margin: 6px 0 0;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article dl dd em {
  display: block;
  padding: 0 0 14px;
  font-size: 14px;
  font-weight: 700;
}
main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap {
  margin-top: 24px;
  margin-right: 12px;
  text-align: right;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap {
    margin-top: 32px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap {
    margin-top: 32px;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  font-size: 12px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #009ad0;
  text-decoration: none;
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap .moreBtn {
    bottom: 40px;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap .moreBtn {
    bottom: 40px;
  }
}
main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main #support .supportBox .supportSwiper .swiper-slide a article .btnWrap .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  bottom: 3px;
}
main #support .supportBox .supportSwiper .swiper-slide a:hover {
  background-color: #f3f7f8;
  border: 1px solid #009ad0;
}
main #support .supportBox .supportSwiper .swiper-button-prev,
main #support .supportBox .supportSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}
main #support .supportBox .supportSwiper .swiper-button-prev:before,
main #support .supportBox .supportSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
main #support .supportBox .supportSwiper .swiper-button-prev:hover,
main #support .supportBox .supportSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #support .supportBox .supportSwiper .swiper-button-prev:hover:before,
main #support .supportBox .supportSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #support .supportBox .supportSwiper .swiper-button-prev svg,
main #support .supportBox .supportSwiper .swiper-button-next svg {
  display: none;
}
main #support .supportBox .supportSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -24px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #support .supportBox .supportSwiper .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -24px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #support .supportBox .supportSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #support .supportBox .supportSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
main #support .supportBox .supportSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #support .supportBox .supportSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #support .supportBox .supportSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #support .supportBox .supportSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #compare .subhead {
  background: url(../images/home/bg_subtitle_compare_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width:768px) {
  main #compare .subhead {
    background: url(../images/home/bg_subtitle_compare_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:1440px) {
  main #compare .subhead {
    background: url(../images/home/bg_subtitle_compare.jpg) center center/cover no-repeat;
  }
}
main #table {
  margin: 0 auto;
  padding: 48px 20px;
  max-width: 1246px;
  border: none;
  border-radius: 10px;
}
@media screen and (min-width:768px) {
  main #table {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #table {
    margin: 80px auto;
    padding: 80px 64px;
    border: 1px solid #009ad0;
  }
}
main #table .table-set {
  display: grid;
  grid-template-columns: 9em 1fr 1fr 1fr;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 0 0;
}
@media screen and (min-width:1440px) {
  main #table .table-set {
    grid-template-columns: 16em 1fr 1fr 1fr;
  }
}
main #table .table-set > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #c7c7c7;
  padding: 1.1em 0.7em;
  min-width: 14em;
  font-size: 12px;
  line-height: 1.4;
}
@media screen and (min-width:1440px) {
  main #table .table-set > div {
    padding: 22px 20px;
    min-width: auto;
    font-size: 16px;
    line-height: 1.4;
  }
}
main #table .table-set .th_top {
  padding: 22px;
  font-weight: 700;
  justify-content: center;
  background-color: #e6e6e6;
}
@media screen and (min-width:1440px) {
  main #table .table-set .th_top {
    padding: 30px 20px;
  }
}
main #table .table-set .th_top.blank {
  background-color: #fff;
}
main #table .table-set .th_top.dormy {
  color: #fff;
  background-color: #009ad0;
  border-bottom: 1px solid #009ad0;
  position: relative;
  font-size: 14px;
  line-height: 1;
  /*&:before {
    content: "";
    display: block;
    width: 98%;
    height: calc(100% + (96px * 5));
    border-left: 2px solid $color-blue;
    border-top: 7px solid $color-blue;
    border-right: 2px solid $color-blue;
    border-bottom: 2px solid $color-blue;
    border-radius: 8px;
    box-sizing: content-box;
    position: absolute;
    left: 0;
    top: -2%;
  }*/
}
@media screen and (min-width:1440px) {
  main #table .table-set .th_top.dormy {
    font-size: 18px;
    line-height: 1.5;
  }
}
main #table .table-set .th_left {
  justify-content: flex-start;
  min-width: 6em;
  background-color: #f4f7f8;
  font-weight: 700;
}
@media screen and (min-width:1440px) {
  main #table .table-set .th_left {
    min-width: 10em;
  }
}
main #table .table-set .td span {
  padding: 0 0 0 42px;
  position: relative;
}
main #table .table-set .td span:before {
  content: "";
  display: inline-block;
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
main #table .table-set .td span.doubleCircle:before {
  background: url(../images/home/icon_table_doubleCircle.svg) 0 0/contain no-repeat;
}
main #table .table-set .td span.circle:before {
  background: url(../images/home/icon_table_circle.svg) 0 0/contain no-repeat;
}
main #table .table-set .td span.triangle:before {
  background: url(../images/home/icon_table_triangle.svg) 0 0/contain no-repeat;
}
main #table .table-set .td span.cross:before {
  background: url(../images/home/icon_table_cross.svg) 0 0/contain no-repeat;
}
main #table .table-set .td.dormy {
  border-left: 4px solid #009ad0;
  border-right: 4px solid #009ad0;
}
main #table .table-set .td.dormy.last {
  border-bottom: 4px solid #009ad0;
}
main #table .point {
  margin: 48px 0 0;
  padding: 24px;
  background-color: #f3f7f8;
  border-radius: 8px;
}
@media screen and (min-width:1440px) {
  main #table .point {
    margin: 80px 0 0;
    padding: 30px;
    border-radius: 10px;
  }
}
main #table .point dl {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media screen and (min-width:768px) {
  main #table .point dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width:1440px) {
  main #table .point dl {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
main #table .point dl dt {
  display: block;
  width: calc(5em + 50px);
  font-size: 20px;
  font-weight: 700;
  color: #009ad0;
  position: relative;
}
@media screen and (min-width:768px) {
  main #table .point dl dt {
    width: calc(5em + 50px);
  }
}
@media screen and (min-width:1440px) {
  main #table .point dl dt {
    width: calc(5em + 100px);
  }
}
main #table .point dl dt:before {
  content: none;
}
@media screen and (min-width:768px) {
  main #table .point dl dt:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 1px;
    background-color: #009ad0;
    position: absolute;
    left: 4em;
    top: 50%;
  }
}
@media screen and (min-width:1440px) {
  main #table .point dl dt:before {
    content: "";
    display: inline-block;
    width: 100px;
    height: 1px;
    background-color: #009ad0;
    position: absolute;
    left: 4em;
    top: 50%;
  }
}
main #table .point dl dd {
  margin: 7px 0 0;
  font-size: 15px;
  line-height: 1.7;
  flex: 1;
}
@media screen and (min-width:768px) {
  main #table .point dl dd {
    margin: 0 0 0;
    line-height: 1.8;
  }
}
@media screen and (min-width:1440px) {
  main #table .point dl dd {
    margin: 0 0 0;
    line-height: 1.8;
  }
}
main #useful {
  padding: 48px 20px;
  background-color: #f3f7f8;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #useful {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #useful {
    padding: 80px 0;
  }
}
main #useful .usefulBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #useful .usefulBox > h2 {
  margin: 0 0 35px;
}
@media screen and (min-width:768px) {
  main #useful .usefulBox > h2 {
    margin: 0 0 35px;
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox > h2 {
    margin: 15px 0 35px;
  }
}
main #useful .usefulBox .usefulSwiper {
  margin-bottom: 72px;
  position: relative;
}
@media screen and (min-width:768px) {
  main #useful .usefulBox .usefulSwiper {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox .usefulSwiper {
    margin-bottom: 0;
  }
}
main #useful .usefulBox .usefulSwiper .swiper-slide {
  max-width: 90%;
  height: auto;
  position: relative;
}
@media screen and (min-width:768px) {
  main #useful .usefulBox .usefulSwiper .swiper-slide {
    max-width: 294px;
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox .usefulSwiper .swiper-slide {
    max-width: 294px;
  }
}
main #useful .usefulBox .usefulSwiper .swiper-slide a {
  display: flex;
  height: 100%;
  background-color: #fff;
  border-radius: 14px;
  text-decoration: none;
  border: 1px solid transparent;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 36px;
  height: 100%;
}
@media screen and (min-width:768px) {
  main #useful .usefulBox .usefulSwiper .swiper-slide a article {
    padding: 16px 16px 40px;
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox .usefulSwiper .swiper-slide a article {
    padding: 16px 16px 40px;
  }
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .imgBox figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .imgBox figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .textBox {
  padding: 25px 8px 0;
  flex: 1;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .textBox .text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
  color: #2c2d2f;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .textBox .category {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.2;
  color: #888;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .btnWrap {
  margin-top: 32px;
  margin-right: 12px;
  text-align: right;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .btnWrap .moreBtn {
  display: inline-block;
  padding: 0.2em 0.5em 0.2em 0.8em;
  font-size: 12px;
  border-radius: 9999px;
  background-color: #fff;
  border: 1px solid #009ad0;
  text-decoration: none;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .btnWrap .moreBtn span {
  padding: 0 1.3em 0 0;
  color: #009ad0;
  position: relative;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a article .btnWrap .moreBtn span:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 9px;
  clip-path: polygon(0 7%, 7% 0, 57% 50%, 7% 100%, 0 93%, 43% 50%, 0 7%);
  aspect-ratio: 1;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  bottom: 3px;
}
main #useful .usefulBox .usefulSwiper .swiper-slide a:hover {
  border: 1px solid #009ad0;
  background-color: #f3f7f8;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev,
main #useful .usefulBox .usefulSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: 1px solid transparent;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev:before,
main #useful .usefulBox .usefulSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev:hover,
main #useful .usefulBox .usefulSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev:hover:before,
main #useful .usefulBox .usefulSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev svg,
main #useful .usefulBox .usefulSwiper .swiper-button-next svg {
  display: none;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 60px;
  bottom: -24px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  main #useful .usefulBox .usefulSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox .usefulSwiper .swiper-button-prev {
    left: auto;
    top: -57px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #useful .usefulBox .usefulSwiper .swiper-button-next {
  position: absolute;
  left: auto;
  top: auto;
  right: 0;
  bottom: -24px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  main #useful .usefulBox .usefulSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  main #useful .usefulBox .usefulSwiper .swiper-button-next {
    left: auto;
    top: -57px;
    right: 0;
    bottom: auto;
    transform: none;
  }
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #useful .usefulBox .usefulSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #useful .usefulBox .usefulSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #useful .usefulBox .usefulSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #guide .subhead {
  background: url(../images/home/bg_subtitle_guide_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width:768px) {
  main #guide .subhead {
    background: url(../images/home/bg_subtitle_guide_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:1440px) {
  main #guide .subhead {
    background: url(../images/home/bg_subtitle_guide.jpg) center center/cover no-repeat;
  }
}
main #flow {
  padding: 48px 20px;
}
@media screen and (min-width:768px) {
  main #flow {
    padding: 48px 64px;
  }
}
@media screen and (min-width:1440px) {
  main #flow {
    padding: 80px 0;
  }
}
main #flow > h2 {
  margin: 0 0 40px;
}
@media screen and (min-width:1440px) {
  main #flow > h2 {
    margin: 0 0 80px;
  }
}
main #flow .flowBox {
  margin: 0 auto;
  max-width: 1246px;
}
@media screen and (min-width:768px) {
  main #flow .flowBox {
    max-width: 60%;
  }
}
@media screen and (min-width:1440px) {
  main #flow .flowBox {
    max-width: 1246px;
  }
}
main #flow .flowBox ol {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 40px;
}
@media screen and (min-width:768px) {
  main #flow .flowBox ol {
    /*display: flex;
    flex-direction: row;
    //gap: 40px 40px;
    row-gap: 40px;
    column-gap: 40px;*/
  }
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol {
    display: flex;
    flex-direction: row;
    row-gap: 40px;
    column-gap: 40px;
  }
}
main #flow .flowBox ol li {
  padding: 26px 20px;
  border: 1px solid #009ad0;
  border-radius: 16px;
  position: relative;
  flex: 1;
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol li {
    padding: 36px 28px;
  }
}
main #flow .flowBox ol li:after {
  content: "";
  display: inline-block;
  width: 56px;
  aspect-ratio: 2/1;
  overflow: hidden;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background: #009ad0;
  position: absolute;
  left: 50%;
  top: auto;
  right: 0;
  bottom: 0;
  transform: translate(-50%, 100%);
}
@media screen and (min-width:768px) {
  main #flow .flowBox ol li:after {
    /*content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 1/2;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translate(100%, -50%);*/
  }
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol li:after {
    content: "";
    display: inline-block;
    width: 28px;
    aspect-ratio: 1/2;
    overflow: hidden;
    clip-path: polygon(0 0, 100% 50%, 0 100%);
    position: absolute;
    left: auto;
    top: 50%;
    right: 0;
    bottom: auto;
    transform: translate(100%, -50%);
  }
}
main #flow .flowBox ol li dl dt {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  row-gap: 0;
  column-gap: 20px;
}
@media screen and (min-width:768px) {
  main #flow .flowBox ol li dl dt {
    /*display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    //gap: 36px 0;
    row-gap: 36px;
    column-gap: 0;*/
  }
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol li dl dt {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 36px;
    column-gap: 0;
  }
}
main #flow .flowBox ol li dl dt i {
  line-height: 1;
  color: #009ad0;
  font-family: "Bodoni Moda", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
main #flow .flowBox ol li dl dt span {
  color: #2c2d2f;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol li dl dt span {
    font-size: 22px;
  }
}
main #flow .flowBox ol li dl dd {
  margin: 20px 0 0;
  font-size: 13px;
}
@media screen and (min-width:1440px) {
  main #flow .flowBox ol li dl dd {
    font-size: 16px;
  }
}
main #flow .flowBox ol li:last-of-type:after {
  content: none;
}
main #faq {
  padding: 48px 0;
  overflow: hidden;
  background-color: #f3f7f8;
}
@media screen and (min-width:768px) {
  main #faq {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #faq {
    padding: 56px 0;
  }
}
main #faq > h2 {
  margin: 0 0 40px;
  line-height: 1;
}
@media screen and (min-width:1440px) {
  main #faq > h2 {
    margin: 15px 0 40px;
  }
}
main #faq > h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width:1440px) {
  main #faq > h2 span {
    font-size: 19px;
  }
}
main #faq > h2 span i {
  display: inline-block;
  margin: 2px 0 15px;
  padding: 0 0.8em;
  color: #009ad0;
  font-weight: 700;
  position: relative;
}
main #faq > h2 span i:before, main #faq > h2 span i:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 0.9em;
  position: absolute;
  background-color: #009ad0;
  top: 50%;
}
@media screen and (min-width:1440px) {
  main #faq > h2 span i:before, main #faq > h2 span i:after {
    height: 1em;
  }
}
main #faq > h2 span i:before {
  left: 0;
  transform: translate(0, -50%) rotate(-15deg);
}
main #faq > h2 span i:after {
  right: 0;
  transform: translate(0, -50%) rotate(15deg);
}
main #faq .faqBox {
  margin: 0 20px;
  max-width: 1280px;
  padding: 48px 0 48px 20px;
  background-color: #fff;
  border-radius: 15px;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  main #faq .faqBox {
    margin: 0 auto;
  }
}
@media screen and (min-width:1440px) {
  main #faq .faqBox {
    margin: 0 auto;
    padding: 80px 0 80px 80px;
  }
}
main #faq .faqBox .faqCategory .categoryNum {
  display: flex;
}
main #faq .faqBox .faqCategory .categoryNum figure {
  display: block;
  width: auto;
  height: 62px;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .categoryNum figure {
    width: 220px;
    height: auto;
  }
}
main #faq .faqBox .faqCategory .categoryNum .faqHeading {
  /*h5 {
    display: none;

    @include mq(tab) {
      display: block;
      margin: 0 0 20px;
      font-size: 17px;
      line-height: 1;
      color: $color-blue;
      font-family: "Bodoni Moda", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
    }
    @include mq(pc) {
      display: block;
      margin: 0 0 20px;
      font-size: 17px;
      line-height: 1;
      color: $color-blue;
      font-family: "Bodoni Moda", serif;
      font-optical-sizing: auto;
      font-weight: 600;
      font-style: normal;
    }
  }*/
}
main #faq .faqBox .faqCategory .categoryNum .faqHeading h4 {
  margin: 15px 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .categoryNum .faqHeading h4 {
    margin: 25px 0 25px;
    font-size: 28px;
  }
}
main #faq .faqBox .faqCategory .category {
  margin: 20px 0 0 0;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category {
    margin: 10px 0 0 220px;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper {
  padding: 0 0 55px;
  position: relative;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper {
    padding: 0 0 0;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide {
  max-width: 90%;
  padding: 0 7% 0 0;
}
@media screen and (min-width:768px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide {
    max-width: 376px;
    padding: 0 48px 0 0;
  }
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide {
    max-width: 376px;
    padding: 0 48px 0 0;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt {
  display: flex;
  align-items: center;
  padding-left: 0;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  position: relative;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt {
    display: block;
    padding-left: 2.4em;
    font-size: 22px;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt i {
  color: #009ad0;
  font-size: 30px;
  font-family: "Fustat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  position: static;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt i {
    position: absolute;
    left: 0;
    top: 0;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt span {
  display: inline-block;
  padding-left: 0.5em;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dt span {
    padding-left: 0;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dd {
  margin: 18px 0 0;
  font-size: 15px;
  line-height: 1.7;
  text-align: justify;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-slide dl dd {
    margin: 24px 0 0;
    font-size: 16px;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev,
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #f3f7f8;
  cursor: pointer;
  border: 1px solid transparent;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev,
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next {
    width: 46px;
    height: 46px;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev:before,
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
  transition: opacity 0.3s;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev:hover,
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev:hover:before,
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev svg,
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next svg {
  display: none;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  transform: rotate(180deg);
}
@media screen and (min-width:768px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev {
    /*position: absolute;
    left: auto;
    top: -57px;
    right: 125px;
    bottom: auto;
    transform: rotate(180deg);*/
  }
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev {
    position: absolute;
    left: auto;
    top: -57px;
    right: 125px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next {
  position: absolute;
  left: 60px;
  top: auto;
  right: auto;
  bottom: 0;
}
@media screen and (min-width:768px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next {
    /*position: absolute;
    left: auto;
    top: -57px;
    right: 65px;
    bottom: auto;*/
  }
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next {
    position: absolute;
    left: auto;
    top: -57px;
    right: 65px;
    bottom: auto;
  }
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
main #faq .faqBox .faqCategory .category .faqSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
main #faq .faqBox .faqCategory:nth-of-type(n + 2) {
  margin: 52px 0 0;
}
@media screen and (min-width:1440px) {
  main #faq .faqBox .faqCategory:nth-of-type(n + 2) {
    margin: 75px 0 0;
  }
}
main #contact {
  padding: 48px 0;
}
@media screen and (min-width:768px) {
  main #contact {
    padding: 48px 48px;
  }
}
@media screen and (min-width:1440px) {
  main #contact {
    padding: 80px 0;
  }
}
main #contact .contactBox {
  margin: 0 auto;
  max-width: 1246px;
}
main #contact .contactBox > h2 {
  margin: 15px 0 40px;
}
@media screen and (min-width:768px) {
  main #contact .contactBox > h2 {
    margin: 15px 0 50px;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox > h2 {
    margin: 15px 0 50px;
  }
}
main #contact .contactBox > h2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  main #contact .contactBox > h2 span {
    font-size: 19px;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox > h2 span {
    font-size: 19px;
  }
}
main #contact .contactBox > h2 span i {
  display: inline-block;
  margin: 2px 0 12px;
  padding: 0 0.8em;
  color: #009ad0;
  font-weight: 700;
  letter-spacing: 0.15em;
  position: relative;
}
@media screen and (min-width:768px) {
  main #contact .contactBox > h2 span i {
    margin: 2px 0 15px;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox > h2 span i {
    margin: 2px 0 15px;
  }
}
main #contact .contactBox > h2 span i:before, main #contact .contactBox > h2 span i:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  position: absolute;
  background-color: #009ad0;
  top: 50%;
}
main #contact .contactBox > h2 span i:before {
  left: 0;
  transform: translate(0, -50%) rotate(-15deg);
}
main #contact .contactBox > h2 span i:after {
  right: 0;
  transform: translate(0, -50%) rotate(15deg);
}
main #contact .contactBox ul {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 48px;
  margin: 0 auto;
}
@media screen and (min-width:768px) {
  main #contact .contactBox ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
}
main #contact .contactBox ul li {
  margin: 0 6.45%;
  text-align: center;
}
main #contact .contactBox ul li dl dt span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 160px;
  height: 160px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  main #contact .contactBox ul li dl dt span {
    width: 200px;
    height: 200px;
    font-size: 20px;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox ul li dl dt span {
    width: 200px;
    height: 200px;
    font-size: 20px;
  }
}
main #contact .contactBox ul li dl dt span:before {
  content: "";
  display: block;
  margin: 0 auto 14px;
  width: 31px;
  height: 31px;
}
main #contact .contactBox ul li dl dd {
  margin: 24px 0 0;
}
@media screen and (min-width:768px) {
  main #contact .contactBox ul li dl dd {
    margin: 20px 0 0;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox ul li dl dd {
    margin: 20px 0 0;
  }
}
main #contact .contactBox ul li dl dd .text {
  font-size: 15px;
  line-height: 1.5;
  font-weight: 700;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
main #contact .contactBox ul li dl dd .btn {
  margin: 24px 0 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  main #contact .contactBox ul li dl dd .btn {
    margin: 25px 0 0;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox ul li dl dd .btn {
    margin: 25px 0 0;
  }
}
main #contact .contactBox ul li dl dd .btn a {
  display: inline-block;
  padding: 0 2em;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 48px;
  border-radius: 9999px;
  text-decoration: none;
  letter-spacing: 0.1em;
}
@media screen and (min-width:768px) {
  main #contact .contactBox ul li dl dd .btn a {
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  main #contact .contactBox ul li dl dd .btn a {
    font-size: 16px;
  }
}
main #contact .contactBox ul li.line dl dt span {
  background-color: #ecffec;
  color: #01b901;
}
main #contact .contactBox ul li.line dl dt span:before {
  background: url(../images/icon_contact_line.svg) 0 0/contain no-repeat;
}
main #contact .contactBox ul li.line dl dd .btn a {
  background-color: #04b801;
  border: 1px solid transparent;
}
main #contact .contactBox ul li.line dl dd .btn a:hover {
  color: #04b801;
  background-color: #fff;
  border: 1px solid #04b801;
}
main #contact .contactBox ul li.form dl dt span {
  background-color: #f3f7f8;
  color: #009ad0;
}
main #contact .contactBox ul li.form dl dt span:before {
  background: url(../images/icon_contact_apply.svg) 0 0/contain no-repeat;
}
main #contact .contactBox ul li.form dl dd .btn a {
  background-color: #009ad0;
  border: 1px solid transparent;
}
main #contact .contactBox ul li.form dl dd .btn a:hover {
  color: #009ad0;
  background-color: #fff;
  border: 1px solid #009ad0;
}
main #contact .contactBox ul li.document dl dt span {
  background-color: #f3f7f8;
  color: #009ad0;
}
main #contact .contactBox ul li.document dl dt span:before {
  background: url(../images/icon_contact_download.svg) 0 0/contain no-repeat;
}
main #contact .contactBox ul li.document dl dd .btn a {
  background-color: #009ad0;
  border: 1px solid transparent;
}
main #contact .contactBox ul li.document dl dd .btn a:hover {
  color: #009ad0;
  background-color: #fff;
  border: 1px solid #009ad0;
}
main #comingsoon .subhead {
  background: url(../images/home/bg_subtitle_comingsoon_sp.jpg) center center/cover no-repeat;
}
@media screen and (min-width:768px) {
  main #comingsoon .subhead {
    background: url(../images/home/bg_subtitle_comingsoon_sp.jpg) center center/cover no-repeat;
  }
}
@media screen and (min-width:1440px) {
  main #comingsoon .subhead {
    background: url(../images/home/bg_subtitle_comingsoon.jpg) center center/cover no-repeat;
  }
}
main #comingsoon .subhead .subheadInner:after {
  content: none;
}
main #comingsoon .subhead .moreBtn {
  margin: 24px 0 0;
  z-index: 2;
}
@media screen and (min-width:768px) {
  main #comingsoon .subhead .moreBtn {
    margin: 32px 0 0;
  }
}
@media screen and (min-width:1440px) {
  main #comingsoon .subhead .moreBtn {
    margin: 32px 0 0;
  }
}
main #comingsoon .subhead .moreBtn a {
  display: inline-block;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 36px;
  background-color: #009ad0;
  color: #fff;
  text-decoration: none;
  border-radius: 9999px;
  letter-spacing: 0.1em;
  border: 1px solid transparent;
}
@media screen and (min-width:768px) {
  main #comingsoon .subhead .moreBtn a {
    font-size: 16px;
    line-height: 48px;
  }
}
@media screen and (min-width:1440px) {
  main #comingsoon .subhead .moreBtn a {
    font-size: 16px;
    line-height: 48px;
  }
}
main #comingsoon .subhead .moreBtn a:hover {
  color: #009ad0;
  background: #fff;
  border: 1px solid #009ad0;
}

footer {
  background-color: #fff;
  overflow: hidden;
}
footer .ftTop {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column-reverse;
  row-gap: 64px;
  column-gap: 0;
  padding: 48px 20px;
}
@media screen and (min-width:768px) {
  footer .ftTop {
    flex-direction: row;
    padding: 64px 48px;
    row-gap: 70px;
    column-gap: 48px;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop {
    flex-direction: row;
    padding: 80px 96px;
    row-gap: 0;
    column-gap: 0;
  }
}
footer .ftTop .ftInfo {
  flex: 1;
}
footer .ftTop .ftInfo .siteLogo a {
  display: flex;
  align-items: center;
  row-gap: 0;
  column-gap: 16px;
}
footer .ftTop .ftInfo .siteLogo a img {
  max-width: 100%;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftInfo .siteLogo a img {
    max-width: 390px;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftInfo .siteLogo a img {
    max-width: 390px;
  }
}
footer .ftTop .ftInfo .siteLogo a:hover {
  opacity: 0.7;
}
footer .ftTop .ftInfo address {
  margin: 24px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
  color: #888;
}
footer .ftTop .ftInfo .formLink {
  margin: 15px 0 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
footer .ftTop .ftInfo .formLink a {
  text-decoration: none;
  color: #888;
  border-bottom: 1px solid transparent;
}
footer .ftTop .ftInfo .formLink a:hover {
  border-bottom: 1px solid #888;
}
footer .ftTop .ftInfo .partnership {
  display: flex;
  align-items: center;
  margin: 36px 0 0;
}
footer .ftTop .ftInfo .partnership a img {
  max-width: 169px;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftInfo .partnership a img {
    max-width: 237px;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftInfo .partnership a img {
    max-width: 237px;
  }
}
footer .ftTop .ftInfo .partnership a:hover {
  opacity: 0.7;
}
footer .ftTop .ftNav {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  column-gap: 0;
  margin: auto;
  width: 100%;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    column-gap: 90px;
    flex-direction: row;
    margin: 0;
    width: auto;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav {
    display: flex;
    flex-direction: column;
    row-gap: 0;
    column-gap: 90px;
    flex-direction: row;
    margin: 0;
    width: auto;
  }
}
footer .ftTop .ftNav dl {
  display: flex;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav dl {
    display: block;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav dl {
    display: block;
  }
}
footer .ftTop .ftNav dl dt {
  width: 40%;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav dl dt {
    width: auto;
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav dl dt {
    width: auto;
    font-size: 16px;
  }
}
footer .ftTop .ftNav dl dd {
  margin: 0 0 0;
  flex: 1;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav dl dd {
    margin: 21px 0 0;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav dl dd {
    margin: 21px 0 0;
  }
}
footer .ftTop .ftNav dl dd ul li {
  font-size: 12px;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav dl dd ul li {
    font-size: 14px;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav dl dd ul li {
    font-size: 14px;
  }
}
footer .ftTop .ftNav dl dd ul li:nth-child(n+2) {
  margin: 10px 0 0;
}
@media screen and (min-width:768px) {
  footer .ftTop .ftNav dl dd ul li:nth-child(n+2) {
    margin: 13px 0 0;
  }
}
@media screen and (min-width:1440px) {
  footer .ftTop .ftNav dl dd ul li:nth-child(n+2) {
    margin: 13px 0 0;
  }
}
footer .ftTop .ftNav dl dd ul li a {
  text-decoration: none;
  color: #2c2d2f;
  border-bottom: 1px solid transparent;
}
footer .ftTop .ftNav dl dd ul li a:hover {
  border-bottom: 1px solid #2c2d2f;
}
footer .ftBottom .bottomInfo {
  display: flex;
  flex-direction: column-reverse;
  padding: 32px 0;
  border-top: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  footer .ftBottom .bottomInfo {
    display: flex;
    flex-direction: column-reverse;
    padding: 32px 48px;
    border-top: 1px solid #009ad0;
  }
}
@media screen and (min-width:1440px) {
  footer .ftBottom .bottomInfo {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 96px;
    height: 76px;
  }
}
footer .ftBottom .bottomInfo .copy {
  margin: 48px 20px 0;
  font-size: 12px;
  line-height: 1;
}
@media screen and (min-width:768px) {
  footer .ftBottom .bottomInfo .copy {
    margin: 48px 0 0;
    font-size: 12px;
    line-height: 1;
  }
}
@media screen and (min-width:1440px) {
  footer .ftBottom .bottomInfo .copy {
    margin: 0;
  }
}
footer .ftBottom .bottomInfo ul {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 0;
  margin: 0 20px;
}
@media screen and (min-width:768px) {
  footer .ftBottom .bottomInfo ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    column-gap: 0;
    margin: 0;
  }
}
@media screen and (min-width:1440px) {
  footer .ftBottom .bottomInfo ul {
    display: flex;
    flex-direction: row;
    gap: 0 2em;
    row-gap: 0;
    column-gap: 2em;
    margin: 0;
  }
}
footer .ftBottom .bottomInfo ul li {
  font-size: 12px;
  line-height: 1;
}
footer .ftBottom .bottomInfo ul li a {
  text-decoration: none;
  color: #2c2d2f;
}
footer .ftBottom .bottomInfo ul li a span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s;
}
footer .ftBottom .bottomInfo ul li a:hover span {
  border-bottom: 1px solid #2c2d2f;
}
footer .ftBottom .bottomInfo ul li a[target=_blank] {
  padding-right: 18px;
  position: relative;
}
footer .ftBottom .bottomInfo ul li a[target=_blank]:after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/icon_link_blank.svg) 0 0/contain no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
footer .ftBottom .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 76px;
  border-top: 2px solid #f3f7f8;
}
footer .ftBottom .logo a img {
  max-width: 120px;
}
footer .ftBottom .logo a:hover {
  opacity: 0.7;
}

/* HOME only
=================================================================================*/
#mv {
  overflow: hidden;
  position: relative;
  /*.bigcopy {
      display: flex;
      justify-content: center;
      margin: -34px 0 0;
      //max-height:121px;
      text-align: center;
      img {
        min-width: 1920px;
        line-height: 1;
      }
    }*/
}
#mv .mvBox {
  position: relative;
  z-index: 1;
}
#mv .mvBox .copyWrap {
  margin-top: 42px;
  aspect-ratio: unset;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap {
    margin-top: 0;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 0;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap {
    margin-top: 0;
    height: 100%;
    aspect-ratio: 1/1;
    position: absolute;
    left: 50%;
    top: 0;
  }
}
#mv .mvBox .copyWrap:before {
  content: "";
  display: inline-block;
  width: 63px;
  height: 195px;
  background: url(../images/home/img_mv_copy_object.svg) 0 0/contain no-repeat;
  position: absolute;
  left: -33px;
  top: 0;
  margin-top: 0;
  transform: rotate(180deg);
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap:before {
    margin-top: 80px;
    width: 90px;
    height: 190px;
    left: -72px;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .copyWrap:before {
    margin-top: 204px;
    width: 90px;
    height: 278px;
    left: -60px;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap:before {
    margin-top: 204px;
    width: 90px;
    height: 278px;
    left: -60px;
  }
}
#mv .mvBox .copyWrap:after {
  content: "";
  display: inline-block;
  width: 63px;
  height: 195px;
  background: url(../images/home/img_mv_copy_object.svg) 0 0/contain no-repeat;
  position: absolute;
  right: -33px;
  top: 0;
  margin-top: 0;
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap:after {
    margin-top: 20px;
    width: 90px;
    height: 190px;
    right: -72px;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .copyWrap:after {
    margin-top: 60px;
    width: 90px;
    height: 278px;
    right: -60px;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap:after {
    margin-top: 60px;
    width: 90px;
    height: 278px;
    right: -60px;
  }
}
#mv .mvBox .copyWrap .copy {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  row-gap: 36px;
  column-gap: 36px;
  position: relative;
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap .copy {
    column-gap: 22px;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .copyWrap .copy {
    column-gap: 36px;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap .copy {
    column-gap: 36px;
  }
}
#mv .mvBox .copyWrap .copy h1 {
  margin-top: 0;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.15em;
  position: relative;
  clip-path: inset(0);
  /*&:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #ccc;
    position: absolute;
    right: 0;
    bottom: -100%;
    z-index:2;
  }*/
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap .copy h1 {
    margin-top: 15px;
    font-size: 30px;
    line-height: 1.4;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .copyWrap .copy h1 {
    margin-top: 60px;
    font-size: 39px;
    line-height: 1.6;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap .copy h1 {
    margin-top: 60px;
    font-size: 39px;
    line-height: 1.6;
  }
}
#mv .mvBox .copyWrap .copy h1 span {
  display: inline-block;
}
#mv .mvBox .copyWrap .copy h1 span em {
  color: #009ad0;
}
#mv .mvBox .copyWrap .copy h1 span.anime-slidein {
  animation: slideIn 1.6s cubic-bezier(0.3, 0.015, 0.12, 1) backwards;
}
#mv .mvBox .copyWrap .copy h2 {
  margin-top: 0;
  writing-mode: vertical-rl;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  font-weight: 500;
  letter-spacing: 0.18em;
  position: relative;
  clip-path: inset(0);
  /*&:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #333;
    position: absolute;
    right: 0;
    bottom: -100%;
    z-index:1;
  }*/
}
@media screen and (min-width:768px) {
  #mv .mvBox .copyWrap .copy h2 {
    margin-top: 80px;
    font-size: 14px;
    line-height: 1.5;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .copyWrap .copy h2 {
    margin-top: 204px;
    font-size: 16px;
    line-height: 1.8;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .copyWrap .copy h2 {
    margin-top: 204px;
    font-size: 16px;
    line-height: 1.8;
  }
}
#mv .mvBox .copyWrap .copy h2 span {
  display: block;
}
#mv .mvBox .copyWrap .copy h2 span.anime-slidein {
  animation: slideIn 1.9s 1.9s cubic-bezier(0.3, 0.015, 0.12, 1) backwards;
}
@keyframes slideIn {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0%);
  }
}
#mv .mvBox .loopSlide {
  position: relative;
  display: flex;
  width: 100%;
  overflow: hidden;
  mask-image: none;
}
@media screen and (min-width:768px) {
  #mv .mvBox .loopSlide {
    mask-image: url(../images/home/mask_mv.svg);
    mask-position: center center;
    mask-size: auto 100%;
    mask-repeat: no-repeat;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .loopSlide {
    mask-image: url(../images/home/mask_mv.svg);
    mask-position: center center;
    mask-size: auto 100%;
    mask-repeat: no-repeat;
  }
}
#mv .mvBox .loopSlide ul {
  padding: 0;
  display: flex;
  flex-shrink: 0;
}
#mv .mvBox .loopSlide ul:first-child {
  animation: slide1 90s -45s linear infinite;
}
#mv .mvBox .loopSlide ul:last-child {
  animation: slide2 90s linear infinite;
}
#mv .mvBox .loopSlide ul li {
  display: inline-block;
  margin-right: 48px;
  list-style: none;
  text-align: center;
  aspect-ratio: 391/284;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  #mv .mvBox .loopSlide ul li {
    margin-right: 100px;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .loopSlide ul li {
    margin-right: 100px;
  }
}
#mv .mvBox .loopSlide ul li img {
  display: block;
  width: auto;
  max-height: 200px;
  object-fit: cover;
  font-size: 16px;
  border-radius: 1em;
}
@media screen and (min-width:768px) {
  #mv .mvBox .loopSlide ul li img {
    max-height: 360px;
  }
}
@media screen and (min-width:1290px) {
  #mv .mvBox .loopSlide ul li img {
    max-height: 568px;
  }
}
@media screen and (min-width:1440px) {
  #mv .mvBox .loopSlide ul li img {
    max-height: 568px;
  }
}
@keyframes slide1 {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes slide2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}
#mv .btnNav {
  display: flex;
  row-gap: 0;
  column-gap: 7px;
  margin: 18px 0 0 30px;
  position: absolute;
  z-index: 2;
}
@media screen and (min-width:768px) {
  #mv .btnNav {
    margin: -69px 0 0 68px;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav {
    margin: -69px 0 0 68px;
  }
}
#mv .btnNav li {
  display: inline-block;
}
#mv .btnNav li.line a {
  background-color: #04b801;
  border: 1px solid #04b801;
}
#mv .btnNav li.line a:before {
  content: none;
}
@media screen and (min-width:768px) {
  #mv .btnNav li.line a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_line_white.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav li.line a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_line_white.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
#mv .btnNav li.line a:hover {
  background-color: #fff;
  color: #04b801;
}
#mv .btnNav li.line a:hover:before {
  content: none;
}
@media screen and (min-width:768px) {
  #mv .btnNav li.line a:hover:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_line_green.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav li.line a:hover:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_line_green.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
#mv .btnNav li.apply a {
  background-color: #009ad0;
  border: 1px solid #009ad0;
}
#mv .btnNav li.apply a:before {
  content: none;
}
@media screen and (min-width:768px) {
  #mv .btnNav li.apply a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_apply_white.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav li.apply a:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_apply_white.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
#mv .btnNav li.apply a:hover {
  background-color: #fff;
  color: #009ad0;
}
#mv .btnNav li.apply a:hover:before {
  content: none;
}
@media screen and (min-width:768px) {
  #mv .btnNav li.apply a:hover:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_apply_blue.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav li.apply a:hover:before {
    content: "";
    display: inline-block;
    width: 17px;
    height: 17px;
    background: url(../images/icon_contact_apply_blue.svg) 0 0/contain no-repeat;
    margin: 0 0 0.4em;
  }
}
#mv .btnNav li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 129px;
  height: 40px;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 9999px;
}
@media screen and (min-width:768px) {
  #mv .btnNav li a {
    width: 102px;
    height: 102px;
    border-radius: 50%;
    font-size: 14px;
  }
}
@media screen and (min-width:1290px) {
  #mv .btnNav li a {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  #mv .btnNav li a {
    width: 144px;
    height: 144px;
    border-radius: 50%;
    font-size: 16px;
  }
}
#mv .loopText {
  display: flex;
  width: 100%;
  height: 154px;
  margin: 0 0 0;
  z-index: -1;
}
@media screen and (min-width:768px) {
  #mv .loopText {
    margin: -22px 0 0;
    height: 156px;
  }
}
@media screen and (min-width:1290px) {
  #mv .loopText {
    margin: -34px 0 0;
    height: 221px;
  }
}
@media screen and (min-width:1440px) {
  #mv .loopText {
    margin: -34px 0 0;
    height: 221px;
  }
}
#mv .loopText div {
  flex: 0 0 auto;
  white-space: nowrap;
  overflow: hidden;
}
#mv .loopText div:nth-child(odd) {
  animation: loop 150s -75s linear infinite;
}
#mv .loopText div:nth-child(even) {
  animation: loop2 150s linear infinite;
}
@keyframes loop {
  0% {
    transform: translateX(100%);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes loop2 {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-200%);
  }
}

/* DETAIL only
=================================================================================*/
#detailMain {
  padding: 35px 20px 0;
}
@media screen and (min-width:768px) {
  #detailMain {
    padding: 35px 48px 0;
  }
}
@media screen and (min-width:1440px) {
  #detailMain {
    padding: 35px 0 0;
  }
}
#detailMain .detailMainBox {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
  column-gap: 48px;
  margin: 0 auto;
  max-width: 1246px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 64px;
  }
}
@media screen and (min-width:1290px) {
  #detailMain .detailMainBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
}
#detailMain .detailMainBox .photos {
  overflow: hidden;
  width: 100%;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .photos {
    width: 100%;
  }
}
@media screen and (min-width:1290px) {
  #detailMain .detailMainBox .photos {
    width: 55.217%;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .photos {
    width: 55.217%;
  }
}
#detailMain .detailMainBox .photos .photosSwiper {
  position: relative;
  overflow: hidden;
}
#detailMain .detailMainBox .photos .photosSwiper .swiper-slide {
  aspect-ratio: 3/2;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
}
#detailMain .detailMainBox .photos .photosSwiper .swiper-slide img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap {
  padding: 0 0 24px;
  position: relative;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap {
    padding: 0 0 24px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap {
    padding: 0 0 32px;
  }
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn {
  display: block;
  margin: 8px 0 0;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn {
    margin: 24px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn {
    margin: 24px 0 0;
  }
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-wrapper .swiper-slide {
  aspect-ratio: 3/2;
  overflow: hidden;
  text-align: center;
  border-radius: 8px;
  transition: opacity 0.3s;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-wrapper .swiper-slide img {
  object-fit: cover;
  width: auto;
  height: 100%;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-wrapper .swiper-slide:hover {
  opacity: 0.5;
  cursor: pointer;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-wrapper .swiper-slide-thumb-active {
  opacity: 0.5;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-wrapper .swiper-slide-thumb-active:hover {
  cursor: default;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev,
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f3f7f8;
  border: 1px solid transparent;
  cursor: pointer;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev:before,
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev:hover,
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev:hover:before,
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev svg,
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next svg {
  display: none;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev {
  position: absolute;
  left: 0;
  top: auto;
  right: auto;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev {
    left: 0;
    top: 60px;
    right: auto;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev {
    left: 0;
    top: 60px;
    right: auto;
    bottom: auto;
    transform: rotate(180deg);
  }
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next {
    left: auto;
    right: 0;
    top: 60px;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next {
    left: auto;
    right: 0;
    top: 60px;
    bottom: auto;
    transform: none;
  }
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .photosSwiperTn .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .swiper-scrollbar {
  background: #eee; /* スクロールバーの背景色 */
  height: 8px; /* スクロールバーの高さ */
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
#detailMain .detailMainBox .photos .photosSwiperTnWrap .swiper-scrollbar .swiper-scrollbar-drag {
  background: #009ad0; /* スクロールドラッグの色 */
  border-radius: 4px; /* 角を丸くする */
}
#detailMain .detailMainBox .outline {
  /*共通*/
  margin: 0;
  width: 100%;
  height: auto;
  background-color: #f3f7f8;
  border-radius: 14px;
  position: relative;
  flex: 1;
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline {
    margin: 0 0 0;
    width: 512px;
  }
}
#detailMain .detailMainBox .outline article {
  padding: 20px 28px 20px;
  position: relative;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article {
    padding: 40px 36px 40px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article {
    padding: 40px 36px 40px;
  }
}
#detailMain .detailMainBox .outline article .badge {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-end;
  position: absolute;
  right: 28px;
  top: 20px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .badge {
    right: 36px;
    top: 36px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .badge {
    right: 36px;
    top: 36px;
  }
}
#detailMain .detailMainBox .outline article .badge li {
  display: inline-block;
  padding: 0 8px;
  background-color: #f4ce4b;
  font-size: 12px;
  line-height: 25px;
  border-radius: 4px;
}
#detailMain .detailMainBox .outline article .badge li:nth-of-type(n + 2) {
  margin: 6px 0 0;
}
#detailMain .detailMainBox .outline article .badge li span {
  position: relative;
}
#detailMain .detailMainBox .outline article .badge li.rentSubsidy span {
  padding: 0 0 0 18px;
  position: relative;
}
#detailMain .detailMainBox .outline article .badge li.rentSubsidy span:before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 0;
  width: 14px;
  height: 12px;
  background: url(../images/icon_badge_house.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#detailMain .detailMainBox .outline article .badge li.sportsScholarship span {
  padding: 0 0 0 18px;
  position: relative;
}
#detailMain .detailMainBox .outline article .badge li.sportsScholarship span:before {
  content: "";
  display: inline-block;
  margin: 0 3px 0 0;
  width: 13px;
  height: 13px;
  background: url(../images/icon_badge_sports.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#detailMain .detailMainBox .outline article figure {
  aspect-ratio: 3/2;
  overflow: hidden;
}
#detailMain .detailMainBox .outline article figure img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}
#detailMain .detailMainBox .outline article .textBox {
  margin: 0 0 0;
}
#detailMain .detailMainBox .outline article .textBox .sex {
  margin: 0 0 15px;
}
#detailMain .detailMainBox .outline article .textBox .sex span {
  padding: 0 0 0 7px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 16px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .sex span {
    font-size: 15px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .sex span {
    font-size: 15px;
  }
}
#detailMain .detailMainBox .outline article .textBox .name {
  color: #2c2d2f;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .name {
    font-size: 32px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .name {
    font-size: 32px;
  }
}
#detailMain .detailMainBox .outline article .textBox .fee {
  display: block;
  margin: 18px 0 0;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .fee {
    display: flex;
    align-items: center;
    margin: 24px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .fee {
    display: flex;
    align-items: center;
    margin: 24px 0 0;
  }
}
#detailMain .detailMainBox .outline article .textBox .fee dl {
  display: flex;
  align-items: center;
}
#detailMain .detailMainBox .outline article .textBox .fee dl dt {
  display: inline-block;
  margin: 0 0.5em 0 0;
  padding: 0 5px;
  font-size: 11px;
  line-height: 21px;
  font-weight: 500;
  background-color: #fff;
  color: #009ad0;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .fee dl dt {
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .fee dl dt {
    font-size: 12px;
  }
}
#detailMain .detailMainBox .outline article .textBox .fee dl dd {
  font-size: 16px;
  font-weight: 700;
  line-height: 21px;
}
#detailMain .detailMainBox .outline article .textBox .fee dl dd i {
  padding: 0 0.2em;
  font-size: 22px;
  font-weight: 700;
  font-family: "Fustat", sans-serif;
  letter-spacing: 0;
}
#detailMain .detailMainBox .outline article .textBox .fee .option {
  display: inline-block;
  margin: 12px 0 0;
  padding: 0 0.6em;
  font-size: 14px;
  line-height: 21px;
  font-weight: 500;
  background-color: #009ad0;
  color: #fff;
  border-radius: 4px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .fee .option {
    margin: 5px 0 0 20px;
    padding: 0 5px;
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .fee .option {
    margin: 5px 0 0 20px;
    padding: 0 5px;
    font-size: 12px;
  }
}
#detailMain .detailMainBox .outline article .textBox .text {
  margin: 22px 0 0;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .text {
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .text {
    font-size: 18px;
  }
}
#detailMain .detailMainBox .outline article .textBox .transfer {
  margin: 22px 0 0;
  padding: 0 0 0 33px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .transfer {
    font-size: 14px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .transfer {
    font-size: 14px;
  }
}
#detailMain .detailMainBox .outline article .textBox .transfer:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_access_transfer.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .transfer:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .transfer:before {
    width: 24px;
    height: 24px;
  }
}
#detailMain .detailMainBox .outline article .textBox .address {
  margin: 15px 0 0;
  padding: 0 0 0 33px;
  font-size: 12px;
  line-height: 1.5;
  position: relative;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .address {
    font-size: 14px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .address {
    font-size: 14px;
  }
}
#detailMain .detailMainBox .outline article .textBox .address:before {
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../images/icon_access_map.svg) 0 0/contain no-repeat;
  position: absolute;
  left: 0;
  top: -2px;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .address:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .address:before {
    width: 24px;
    height: 24px;
  }
}
#detailMain .detailMainBox .outline article .textBox .tag {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0.3em;
  column-gap: 1.5em;
  margin: 20px 0 0;
  font-size: 11px;
}
#detailMain .detailMainBox .outline article .textBox .tag li {
  text-decoration: none;
  color: #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .tag li:before {
  content: "#";
  display: inline;
}
#detailMain .detailMainBox .outline article .textBox .btns {
  display: flex;
  flex-wrap: wrap;
  row-gap: 8px;
  column-gap: 8px;
  margin: 50px 0 0;
}
@media screen and (min-width:768px) {
  #detailMain .detailMainBox .outline article .textBox .btns {
    row-gap: 10px;
    column-gap: 10px;
  }
}
@media screen and (min-width:1440px) {
  #detailMain .detailMainBox .outline article .textBox .btns {
    row-gap: 10px;
    column-gap: 10px;
  }
}
#detailMain .detailMainBox .outline article .textBox .btns li a {
  display: inline-block;
  padding: 0.7em 1.9em;
  font-size: 14px;
  border-radius: 9999px;
  text-decoration: none;
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply {
  position: relative;
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply i {
  display: inline-block;
  margin: auto;
  text-align: center;
  font-size: 12px;
  font-weight: 700;
  color: #009ad0;
  position: absolute;
  left: 0;
  top: -26px;
  right: 0;
  bottom: auto;
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply i span {
  display: inline-block;
  padding: 0 0.6em;
  white-space: nowrap;
  position: relative;
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply i span:before {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  position: absolute;
  background-color: #009ad0;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(-20deg);
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply i span:after {
  content: "";
  display: inline-block;
  width: 2px;
  height: 1em;
  position: absolute;
  background-color: #009ad0;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(20deg);
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply a {
  background-color: #009ad0;
  color: #fff;
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .btns li.apply a:hover {
  background-color: #fff;
  color: #009ad0;
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .btns li.tourReserve a {
  background-color: #fff;
  color: #009ad0;
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .btns li.tourReserve a:hover {
  background-color: #009ad0;
  color: #fff;
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .btns li.contact a {
  background-color: #fff;
  color: #009ad0;
  border: 1px solid #009ad0;
}
#detailMain .detailMainBox .outline article .textBox .btns li.contact a:hover {
  background-color: #009ad0;
  color: #fff;
  border: 1px solid #009ad0;
}

#dormitoryInfo {
  padding: 48px 20px;
  border-top: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo {
    padding: 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo {
    padding: 80px 0;
  }
}
#dormitoryInfo .dormitoryInfoBox {
  position: relative;
  /*> h2 {
    margin: 15px 0 35px;
  }
  .lead {
    margin-bottom: 35px;
    text-align: center;
    line-height: 1;
  }*/
  /*タブ関係ここから----------------------------------*/
  /*
  【注意事項】
  キャンパスのタブ仕様は個数を増やせる汎用性があるが、
  タブボタンのまとまりだけで囲めない欠点がある。
  囲めないとposition:stickyが使えないので詳細ページの詳細タブ版は別処理にしてある。
  詳細ページの詳細タブ仕様は個数指定やID指定しなくてはならないが、
  タブボタンだけで囲める。
  */
  /*タブの切り替えを制御するラジオボタンを非表示に*/
  /*タブのafter要素（デフォルト状態では右に100%ずらしている）*/
  /*タブ1がチェックされた時の、2以降のタブのafter要素の動き*/
  /*タブ2がチェックされた時の、3以降のタブのafter要素の動き*/
  /*チェックされたタブ（アクティブ状態）に対応したafter要素の動き*/
  /*カーソル乗った時のタブの色*/
  /*初期状態を非表示に*/
  /*対応するボタンにチェックが入ったときに表示*/
  /*タブ関係ここまで----------------------------------*/
}
#dormitoryInfo .dormitoryInfoBox .tab-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0 auto;
  padding: 0 0 0;
  max-width: 1246px;
  position: relative;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .tab-wrap {
    flex-direction: row;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .tab-wrap {
    flex-direction: row;
  }
}
#dormitoryInfo .dormitoryInfoBox .tab-btn {
  display: none;
}
#dormitoryInfo .dormitoryInfoBox .tab-list-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  background-color: #f4f7f8;
  border-radius: 9999px;
  position: sticky;
  top: 72px;
  z-index: 20;
  top: 72px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .tab-list-wrap {
    position: sticky;
    top: 72px;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .tab-list-wrap {
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .tab-list-wrap {
    position: sticky;
    top: 120px;
  }
}
#dormitoryInfo .dormitoryInfoBox .tab-list {
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .tab-list {
  color: #888;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  margin: 0;
  padding: 0;
  line-height: 56px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
#dormitoryInfo .dormitoryInfoBox .tab-list::after {
  background: #009ad0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: -1;
  border-radius: 9999px;
  box-sizing: border-box;
  border: 6px solid #f3f7f8;
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-list-wrap #tab-list2::after,
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-list-wrap #tab-list3::after {
  transform: translateX(-100%);
}
#dormitoryInfo .dormitoryInfoBox #tab-btn2:checked ~ .tab-list-wrap #tab-list3::after {
  transform: translateX(-100%);
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-list-wrap #tab-list1::after,
#dormitoryInfo .dormitoryInfoBox #tab-btn2:checked ~ .tab-list-wrap #tab-list2::after,
#dormitoryInfo .dormitoryInfoBox #tab-btn3:checked ~ .tab-list-wrap #tab-list3::after {
  opacity: 1;
  transform: translateX(0);
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-list-wrap #tab-list1,
#dormitoryInfo .dormitoryInfoBox #tab-btn2:checked ~ .tab-list-wrap #tab-list2,
#dormitoryInfo .dormitoryInfoBox #tab-btn3:checked ~ .tab-list-wrap #tab-list3 {
  color: #fff;
}
#dormitoryInfo .dormitoryInfoBox .tab-list span {
  transition: all 0.3s;
}
#dormitoryInfo .dormitoryInfoBox .tab-list-wrap .tab-list:hover span {
  opacity: 0.7;
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-list-wrap #tab-list1:hover span,
#dormitoryInfo .dormitoryInfoBox #tab-btn2:checked ~ .tab-list-wrap #tab-list2:hover span,
#dormitoryInfo .dormitoryInfoBox #tab-btn3:checked ~ .tab-list-wrap #tab-list3:hover span {
  opacity: 1;
}
#dormitoryInfo .dormitoryInfoBox .tab-content {
  opacity: 0;
  height: 0 !important;
}
#dormitoryInfo .dormitoryInfoBox .tab-content #tab-content1 #detailInfoNav,
#dormitoryInfo .dormitoryInfoBox .tab-content #tab-content1 .mainCol {
  display: none;
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-content-wrap #tab-content1,
#dormitoryInfo .dormitoryInfoBox #tab-btn2:checked ~ .tab-content-wrap #tab-content2,
#dormitoryInfo .dormitoryInfoBox #tab-btn3:checked ~ .tab-content-wrap #tab-content3 {
  opacity: 1;
  height: auto !important;
  z-index: 2;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-content-wrap #tab-content1 #tab-content1 #detailInfoNav,
#dormitoryInfo .dormitoryInfoBox #tab-btn1:checked ~ .tab-content-wrap #tab-content1 #tab-content1 .mainCol {
  display: block;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo {
  display: block;
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo {
    display: flex;
    align-items: flex-start;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo {
    display: flex;
    align-items: flex-start;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav {
  display: none;
  flex: 1;
  padding: 44px 0 0;
  position: sticky;
  top: 120px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo nav {
    display: block;
    padding: 64px 0 0;
    position: sticky;
    top: 120px;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo nav {
    display: block;
    padding: 64px 0 0;
    position: sticky;
    top: 168px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo nav {
    display: block;
    padding: 64px 0 0;
    position: sticky;
    top: 168px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li {
  display: block;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li a {
  display: inline-block;
  padding: 0 0 0 42px;
  text-decoration: none;
  color: #2c2d2f;
  font-size: 15px;
  line-height: 1;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li a i {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li a i:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background: #009ad0 url(../images/btn_arrow_white_b.svg) center center/32% 32% no-repeat;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  border: 1px solid transparent;
  transition: all 0.3s;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li a:hover {
  opacity: 0.7;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li a:hover i:before {
  border: 1px solid #009ad0;
  background: #fff url(../images/btn_arrow_blue_b.svg) center center/32% 32% no-repeat;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo nav ul li:nth-of-type(n + 2) {
  margin: 35px 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol {
  width: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol {
    width: 75.5%;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol {
    width: 75.5%;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol {
    width: 75.5%;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface {
  padding: 40px 0 40px;
  scroll-margin-top: 220px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface {
    padding: 60px 0 44px;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface {
    padding: 60px 0 44px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface {
    padding: 60px 0 44px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article {
  display: flex;
  flex-wrap: wrap;
  row-gap: 30px;
  column-gap: 50px;
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article {
    row-gap: 50px;
    column-gap: 50px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article {
    row-gap: 50px;
    column-gap: 50px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol {
  flex: 1;
  min-width: 300px;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h3 {
  line-height: 1.5;
  font-size: 20px;
  color: #2c2d2f;
  text-align: left;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h4 {
  margin: 30px 0 0;
  line-height: 1.5;
  font-size: 17px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol h4 {
    font-size: 20px;
    line-height: 1.6;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol p {
  margin: 20px 0 0;
  line-height: 1.8;
  font-size: 16px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol p {
    margin: 30px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol p {
    margin: 30px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol strong {
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol em {
  color: #009ad0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol a {
  text-decoration: underline;
  color: #2c2d2f;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol a:hover {
  opacity: 0.7;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul li,
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ol li {
  /*display: flex;
  justify-content: space-between;*/
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul {
  margin: 20px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul {
    margin: 30px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul {
    margin: 30px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul li {
  padding: 0 0 0 1em;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  background-color: #2c2d2f;
  position: absolute;
  left: 0;
  top: 0.7em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ol {
  margin: 30px 0 0;
  padding: 0 0 0 1em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .textCol ol li {
  list-style-type: decimal;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol {
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol {
    width: 100%;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol {
    width: 420px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol {
    width: 420px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie {
    max-width: 100%;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie {
    max-width: 420px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie iframe + iframe {
  margin: 30px 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol #preface.preface article .imgCol .movie + .movie {
  margin: 30px 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service {
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service {
    padding: 44px 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service {
    padding: 44px 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service h4 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 8px;
  column-gap: 8px;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 19px;
    column-gap: 19px;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
    column-gap: 19px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 26px;
    column-gap: 26px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 10px;
  width: 100%;
  height: 100%;
  aspect-ratio: 1/1;
  background-color: #f3f7f8;
  border-radius: 16px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul li {
    width: 112px;
    height: 112px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul li {
    width: 112px;
    height: 112px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul li figure {
  text-align: center;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .service ul li p {
  text-align: center;
  font-size: 11px;
  font-weight: 700;
  color: #009ad0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room {
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room {
    padding: 44px 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room {
    padding: 44px 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room h4 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap {
  display: flex;
  flex-direction: column;
  row-gap: 34px;
  column-gap: 34px;
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap {
    flex-direction: row;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap {
    flex-direction: row;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap {
  max-width: 100%;
  position: relative;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap {
    max-width: 100%;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap {
    max-width: 325px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap {
    max-width: 325px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper {
  position: relative;
  overflow: hidden;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/btn_modal_open.svg) center center/contain no-repeat;
  overflow: hidden;
  border-radius: 50%;
  box-shadow: 3px 3px 3px 0px rgba(0, 0, 0, 0.16);
  position: absolute;
  right: 15px;
  bottom: 15px;
  z-index: 2;
  pointer-events: none;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper:hover {
  opacity: 0.7;
  transition: opacity 0.3s;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper .swiper-wrapper .swiper-slide {
  aspect-ratio: 3/2;
  overflow: hidden;
  text-align: center;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 1;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomSwiper .swiper-wrapper .swiper-slide img {
  border-radius: 8px;
  object-fit: cover;
  width: auto;
  height: 100%;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomBottomNav {
  row-gap: 2em;
  column-gap: 2em;
  margin: 20px 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomBottomNav .swiper-pagination {
  position: relative;
  text-align: left;
  width: auto;
  padding: 8px 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomBottomNav .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #009ad0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomBottomNav .swiper-pagination .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 6px);
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .roomWrap .roomBottomNav .roomText {
  display: block;
  margin: 8px 0 0;
  font-size: 14px;
  line-height: 1.4;
  flex: 1;
  /*position: absolute;
  left: 0;
  bottom: 6px;*/
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment {
  flex: 1;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment h5 {
  margin: 0 0 22px;
  font-size: 18px;
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  row-gap: 9px;
  column-gap: 9px;
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 9px;
    column-gap: 9px;
    width: 100%;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 9px;
    column-gap: 9px;
    width: 100%;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul li {
  padding: 0.8em 0;
  background-color: #f3f7f8;
  text-align: center;
  color: #009ad0;
  font-size: 12px;
  border-radius: 5px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul li {
    width: 109px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .room .equipmentWrap .equipment ul li {
    width: 109px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access {
  padding: 40px 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access {
    padding: 44px 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access {
    padding: 44px 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access h4 {
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access h4 {
    margin: 0 0 24px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access h4 {
    margin: 0 0 24px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox {
  display: flex;
  flex-direction: column;
  row-gap: 48px;
  column-gap: 48px;
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 48px;
    column-gap: 48px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 64px;
    column-gap: 64px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .map iframe {
  width: 100%;
  aspect-ratio: 4/3;
  overflow: hidden;
  height: fit-content;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .map iframe {
    width: 432px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .map iframe {
    width: 432px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .map .address {
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 1.4;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo {
  margin: 40px 0 0;
  flex: 1;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo {
    margin: 0;
    min-width: 300px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo {
    margin: 0;
    min-width: 300px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo h5 {
  margin: 0 0 24px;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo h5 {
    margin: 0 0 30px;
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo h5 {
    margin: 0 0 30px;
    font-size: 18px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time dl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dotted #2c2d2f;
  position: absolute;
  left: 0;
  top: 0.75em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time dl dt {
  padding: 0 1.5em 0 0;
  background-color: #fff;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time dl dd {
  padding: 0 0 0 1.5em;
  background-color: #fff;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time dl:nth-of-type(n + 2) {
  margin: 0.6em 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time .att {
  margin: 18px 0 0 0;
  padding: 0 0 0 0;
  font-size: 10px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time .att {
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time .att {
    font-size: 12px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .commuting_time .att span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station {
  margin: 40px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station {
    margin: 42px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station {
    margin: 42px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station ul li {
  padding: 0 0 0 1em;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station ul li:before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background-color: #2c2d2f;
  position: absolute;
  left: 0.25em;
  top: 0.55em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .access .accessBox .accessInfo .nearest_station ul li:nth-of-type(n + 2) {
  margin: 1em 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data {
  display: flex;
  flex-direction: column;
  row-gap: 46px;
  column-gap: 50px;
  padding: 40px 0 0;
  border-top: 1px solid #d9d9d9;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data {
    row-gap: 44px;
    padding: 44px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 50px;
    column-gap: 50px;
    padding: 44px 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data h4 {
  margin: 0 0 24px;
  font-size: 20px;
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article {
  width: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article {
    width: auto;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article {
    width: 40%;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article dl {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article dl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px dotted #2c2d2f;
  position: absolute;
  left: 0;
  top: 0.75em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article dl dt {
  padding: 0 20px 0 0;
  position: relative;
  background-color: #fff;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article dl dd {
  padding: 0 0 0 20px;
  width: 60%;
  background-color: #fff;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article dl:nth-of-type(n + 2) {
  margin: 0.8em 0 0;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article .att {
  margin: 30px 0 0 40%;
  padding: 0 0 0 20px;
  font-size: 10px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article .att {
    font-size: 12px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article .att {
    font-size: 12px;
  }
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article .att span {
  display: inline-block;
  padding-left: 1em;
  text-indent: -1em;
}
#dormitoryInfo .dormitoryInfoBox .detailInfo .mainCol .data article:nth-of-type(n + 2) {
  flex: 1;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo {
  padding: 40px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo {
    padding: 44px 0 0;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo {
    padding: 44px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo {
    padding: 44px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo h2 {
  margin: 0 0 20px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #2c2d2f;
  line-height: 1.4;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h2 {
    margin: 0 0 35px;
    font-size: 24px;
    line-height: 1;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h2 {
    margin: 0 0 35px;
    font-size: 24px;
    line-height: 1;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo h3 {
  margin: 0 0 32px;
  text-align: left;
  font-size: 20px;
  font-weight: 700;
  color: #2c2d2f;
  line-height: 1;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h3 {
    margin: 0 0 28px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h3 {
    margin: 0 0 28px;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo h4 {
  margin: 0 0 22px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h4 {
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo h4 {
    font-size: 20px;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap {
  display: flex;
  flex-direction: column;
  row-gap: 0;
  column-gap: 56px;
  width: 100%;
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 {
  width: auto;
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 {
    width: 55%;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee h4 {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee h4 {
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee h4 {
    font-size: 18px;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  column-gap: 20px;
  width: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap {
    flex-direction: row;
    flex-wrap: wrap;
    row-gap: 24px;
    column-gap: 24px;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard {
  padding: 20px 30px;
  background-color: #f3f7f8;
  border-radius: 7px;
  flex: 1;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dt {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dt em {
  font-size: 16px;
  font-weight: 700;
  flex: 1;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dt span {
  font-size: 14px;
  color: #888;
  white-space: nowrap;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dt span {
    font-size: 13px;
    line-height: 1;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dt span {
    font-size: 13px;
    line-height: 1;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dd {
  margin: 13px 0 0;
  font-size: 16px;
  color: #009ad0;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee .planCardWrap .planCard dl dd em {
  padding: 0 0.2em 0 0;
  font-size: 22px;
  font-weight: 900;
  font-family: "Fustat", sans-serif;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee:nth-of-type(n + 2) {
  margin: 40px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee:nth-of-type(n + 2) {
    margin: 40px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col1 .basic_fee:nth-of-type(n + 2) {
    margin: 40px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 {
  margin: 40px 0 0;
  flex: 1;
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 {
    margin: 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee h4 {
  font-size: 16px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee h4 {
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee h4 {
    font-size: 18px;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap {
  display: table;
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  /*dl:nth-of-type(n + 2) {
    margin: 0.8em 0 0;
  }*/
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap dl {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  /*&:before {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    border-top: 1px dotted $color-default;
    position: absolute;
    left: 0;
    top: 0.75em;
  }*/
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap dl dt,
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap dl dd {
  display: table-cell;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  box-sizing: border-box;
  padding: 0.75em 0.9em;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap dl dt {
  background-color: #fff;
  position: relative;
  background-color: #f3f7f8;
  font-weight: 700;
  width: 28%;
  white-space: nowrap;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .etc_fee .tableWrap dl dd {
  background-color: #fff;
  position: relative;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .remarks {
  margin: 28px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .remarks {
    margin: 28px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .remarks {
    margin: 28px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .colWrap .col2 .remarks p {
  font-size: 14px;
  line-height: 1.7;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee {
  margin: 40px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee,
  #dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee {
    margin: 45px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee,
  #dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee {
    margin: 45px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap {
  display: table;
  width: 100%;
  border-right: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl {
  display: table-row;
  font-size: 14px;
  line-height: 1.5;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl dt,
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl dd,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl dt,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl dd {
  display: table-cell;
  border-left: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 0.75em 0.9em;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl dt,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl dt {
  width: 38%;
  background-color: #f3f7f8;
  font-weight: 700;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl dt span,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl dt span {
  padding: 0 0 0 0.3em;
  font-weight: 400;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl dd,
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl dd {
  flex: 1;
}
#dormitoryInfo .dormitoryInfoBox .feeInfo .admission_procedure_fee .tableWrap dl:nth-of-type(n + 2),
#dormitoryInfo .dormitoryInfoBox .feeInfo .contract_renewal_fee .tableWrap dl:nth-of-type(n + 2) {
  margin: 0.8em 0 0;
}
#dormitoryInfo .dormitoryInfoBox .simulationBtn {
  margin: 40px 0 0;
  text-align: center;
}
#dormitoryInfo .dormitoryInfoBox .simulationBtn a {
  display: inline-block;
  padding: 0 1.5em;
  text-decoration: none;
  line-height: 48px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  background-color: #009ad0;
  border: 1px solid #009ad0;
  border-radius: 9999px;
  transition: all 0.3s;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .simulationBtn a {
    padding: 0 1.5em;
    font-size: 16px;
    line-height: 46px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .simulationBtn a {
    padding: 0 1.5em;
    font-size: 16px;
    line-height: 48px;
  }
}
#dormitoryInfo .dormitoryInfoBox .simulationBtn a:hover {
  color: #009ad0;
  background-color: #fff;
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo {
  padding: 40px 0 0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo {
    padding: 50px 0 0;
  }
}
@media screen and (min-width:1290px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo {
    padding: 44px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo {
    padding: 44px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo h2 {
  margin: 0 0 32px;
  font-size: 20px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo h2 {
    margin: 0 0 40px;
    font-size: 24px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo h2 {
    margin: 0 0 40px;
    font-size: 24px;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap {
  column-count: 1;
  overflow: hidden;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap {
    column-count: 2;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap {
    column-count: 2;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap .comment {
  margin: 0 0 20px;
  break-inside: avoid;
  background-color: #f3f7f8;
  padding: 30px;
  border-radius: 8px;
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap .comment .text {
  font-size: 14px;
  line-height: 1.5;
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap .comment .affiliation {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 1.8;
  color: #888;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap .comment .affiliation {
    line-height: 1.5;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .commentWrap .comment .affiliation {
    line-height: 1.5;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn {
  display: block;
  text-align: center;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn {
    margin: 44px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn {
    margin: 44px 0 0;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn a {
  display: inline-block;
  margin: 0 auto;
  padding: 0 2em;
  font-size: 15px;
  color: #009ad0;
  font-weight: 700;
  line-height: 40px;
  text-align: center;
  background-color: #fff;
  border-radius: 9999px;
  text-decoration: none;
  border: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn a {
    padding: 0 1.5em;
    font-size: 16px;
    line-height: 46px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn a {
    padding: 0 1.5em;
    font-size: 16px;
    line-height: 48px;
  }
}
#dormitoryInfo .dormitoryInfoBox .reviewInfo .listBtn a:hover {
  color: #fff;
  background-color: #009ad0;
  border: 1px solid #009ad0;
}
#dormitoryInfo .dormitoryInfoBox .snsSet {
  margin: 36px auto 0;
  padding: 22px;
  max-width: 1246px;
  background-color: #f3f7f8;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet {
    margin: 44px auto 0;
    padding: 24px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet {
    margin: 44px auto 0;
    padding: 24px;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul {
  display: flex;
  justify-content: center;
  row-gap: 0;
  column-gap: 16px;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li a,
#dormitoryInfo .dormitoryInfoBox .snsSet ul li button {
  display: inline-block;
  padding: 0;
  width: 46px;
  height: 46px;
  line-height: 46px;
  border-radius: 9999px;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 9999px;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button {
    width: 11.7em;
    height: auto;
    line-height: 34px;
    text-align: center;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button {
    width: 140px;
    height: auto;
    line-height: 34px;
    text-align: center;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li a span,
#dormitoryInfo .dormitoryInfoBox .snsSet ul li button span {
  display: inline-block;
  position: relative;
  width: 100%;
  height: 100%;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span {
    padding: 0 0 0 24px;
    width: auto;
    height: auto;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span {
    padding: 0 0 0 24px;
    width: auto;
    height: auto;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li a span:before,
#dormitoryInfo .dormitoryInfoBox .snsSet ul li button span:before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span:before,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span:before {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span:before,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span:before {
    left: 0;
    top: 50%;
    transform: translate(0, -50%);
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li a span em,
#dormitoryInfo .dormitoryInfoBox .snsSet ul li button span em {
  display: none;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span em,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span em {
    display: inline;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li a span em,
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li button span em {
    display: inline;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li a:hover {
  opacity: 0.7;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.linkCopy button {
  background-color: #009ad0;
  /*width: 140px;
  height: auto;
  line-height: 34px;
  color: #fff;
  font-size: 12px;
  border-radius: 9999px;
  transition: all 0.3s;*/
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.linkCopy button span:before {
  width: 17px;
  height: 17px;
  background: url(../images/icon_sns_linkCopy.svg) center center/contain no-repeat;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.linkCopy button span:before {
    width: 12px;
    height: 12px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.linkCopy button span:before {
    width: 12px;
    height: 12px;
    margin-left: 4px;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.linkCopy button:hover {
  cursor: pointer;
  opacity: 0.7;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.line a {
  background-color: #00b902;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.line a span:before {
  width: 23px;
  height: 20px;
  background: url(../images/icon_sns_line.svg) center center/contain no-repeat;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.line a span:before {
    width: 17px;
    height: 15px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.line a span:before {
    width: 17px;
    height: 15px;
    margin-left: -2px;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.fb a {
  background-color: #4267b2;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.fb a span:before {
  width: 10px;
  height: 20px;
  background: url(../images/icon_sns_fb.svg) center center/contain no-repeat;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.fb a span:before {
    width: 8px;
    height: 16px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.fb a span:before {
    width: 8px;
    height: 16px;
    margin-left: 5px;
  }
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.x a {
  background-color: #000;
}
#dormitoryInfo .dormitoryInfoBox .snsSet ul li.x a span:before {
  width: 21px;
  height: 18px;
  background: url(../images/icon_sns_x.svg) center center/contain no-repeat;
  margin-left: auto;
}
@media screen and (min-width:768px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.x a span:before {
    width: 16px;
    height: 14px;
    margin-left: auto;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryInfo .dormitoryInfoBox .snsSet ul li.x a span:before {
    width: 16px;
    height: 14px;
    margin-left: auto;
  }
}

#addcheck {
  margin: 0 0 48px;
  padding: 48px 20px 80px;
  border-top: 1px solid #009ad0;
  overflow: hidden;
  /*タブ関係ここから----------------------------------*/
  /*タブとコンテンツの間の余白*/
  /*タブ下の帯（タブ類だけで囲めないので疑似的）*/
  /*アクティブ表示*/
  /*タブ関係ここまで----------------------------------*/
}
@media screen and (min-width:768px) {
  #addcheck {
    margin: 0;
    padding: 64px 64px;
  }
}
@media screen and (min-width:1440px) {
  #addcheck {
    margin: 0;
    padding: 80px 0;
  }
}
#addcheck .addcheckBox {
  margin: 0 auto;
  max-width: 1246px;
}
#addcheck > h2 {
  margin: 0 0 32px;
  font-size: 20px;
}
@media screen and (min-width:768px) {
  #addcheck > h2 {
    margin: 0 0 34px;
    font-size: 28px;
  }
}
@media screen and (min-width:1440px) {
  #addcheck > h2 {
    margin: 0 0 48px;
    font-size: 28px;
  }
}
#addcheck .lead {
  margin-bottom: 35px;
  text-align: center;
  line-height: 1;
}
#addcheck .tab-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 0 0; /*コンテンツ下の余白*/
  position: relative;
}
#addcheck .tab-wrap::after {
  content: "";
  height: 32px;
  order: -1;
  width: 100%;
}
#addcheck .tab-btn {
  color: #565656;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  margin: 0;
  padding: 0;
  max-width: 246px;
  font-size: 16px;
  line-height: 48px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
}
#addcheck .tab-btn::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #f3f7f8;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -2;
}
#addcheck .tab-btn:first-of-type::before {
  border-radius: 9999px 0 0 9999px;
}
#addcheck .tab-btn:last-of-type::before {
  border-radius: 0 9999px 9999px 0;
}
#addcheck .tab-btn::after {
  background: #009ad0;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) 0.2s 80ms;
  width: 100%;
  z-index: -1;
  border-radius: 9999px;
  box-sizing: border-box;
  border: 6px solid #f3f7f8;
}
#addcheck .tab-content {
  height: 0;
  opacity: 0;
  pointer-events: none;
  /*transition:
      transform 0.3s 80ms,
      opacity 0.3s 80ms;*/
  width: 100%;
}
#addcheck .tab-switch {
  display: none;
}
#addcheck .tab-switch:checked + .tab-btn {
  color: #fff;
}
#addcheck .tab-switch:checked ~ .tab-btn::after {
  transform: translateX(-100%);
}
#addcheck .tab-switch:checked + .tab-btn::after {
  opacity: 1;
  transform: translateX(0);
}
#addcheck .tab-switch:checked ~ .tab-content {
  transform: translateX(30%);
}
#addcheck .tab-switch:checked + .tab-btn + .tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}
#addcheck .addcheckSwiper {
  position: relative;
}
#addcheck .addcheckSwiper .swiper-button-prev,
#addcheck .addcheckSwiper .swiper-button-next {
  display: block;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #f3f7f8;
  border: 1px solid transparent;
  cursor: pointer;
}
#addcheck .addcheckSwiper .swiper-button-prev:before,
#addcheck .addcheckSwiper .swiper-button-next:before {
  content: "";
  display: flex;
  width: 100%;
  height: 100%;
  background: url(../images/btn_arrow.svg) center center/15px 15px no-repeat;
}
#addcheck .addcheckSwiper .swiper-button-prev:hover,
#addcheck .addcheckSwiper .swiper-button-next:hover {
  border: 1px solid #009ad0;
}
#addcheck .addcheckSwiper .swiper-button-prev:hover:before,
#addcheck .addcheckSwiper .swiper-button-next:hover:before {
  background: url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
#addcheck .addcheckSwiper .swiper-button-prev svg,
#addcheck .addcheckSwiper .swiper-button-next svg {
  display: none;
}
#addcheck .addcheckSwiper .swiper-button-prev {
  position: absolute;
  left: auto;
  top: auto;
  right: 78px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%) rotate(180deg);
}
@media screen and (min-width:768px) {
  #addcheck .addcheckSwiper .swiper-button-prev {
    left: auto;
    top: -60px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
@media screen and (min-width:1440px) {
  #addcheck .addcheckSwiper .swiper-button-prev {
    left: auto;
    top: -60px;
    right: 60px;
    bottom: auto;
    transform: rotate(180deg);
  }
}
#addcheck .addcheckSwiper .swiper-button-next {
  position: absolute;
  top: auto;
  right: 20px;
  bottom: 0;
  margin-bottom: -32px;
  transform: translate(0, 100%);
}
@media screen and (min-width:768px) {
  #addcheck .addcheckSwiper .swiper-button-next {
    left: auto;
    right: 0;
    top: -60px;
    bottom: auto;
    transform: none;
  }
}
@media screen and (min-width:1440px) {
  #addcheck .addcheckSwiper .swiper-button-next {
    left: auto;
    right: 0;
    top: -60px;
    bottom: auto;
    transform: none;
  }
}
#addcheck .addcheckSwiper .swiper-button-prev.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
#addcheck .addcheckSwiper .swiper-button-prev.swiper-button-disabled:before {
  opacity: 0.3;
}
#addcheck .addcheckSwiper .swiper-button-next.swiper-button-disabled {
  cursor: default;
  opacity: 1;
}
#addcheck .addcheckSwiper .swiper-button-next.swiper-button-disabled:before {
  opacity: 0.3;
}
#addcheck .addcheckSwiper .listBtn a {
  display: block;
  width: 138px;
  line-height: 46px;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  background-color: #009ad0;
  color: #fff;
  border-radius: 9999px;
  position: absolute;
  right: 0;
  top: -78px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

/* DORMITORYLIST only
=================================================================================*/
#list .list-inner {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  row-gap: 24px;
  column-gap: 40px;
  margin: 48px auto 0;
  padding: 0;
  max-width: 1246px;
}
@media screen and (min-width:768px) {
  #list .list-inner {
    justify-content: flex-start;
    row-gap: 32px;
    column-gap: 30px;
    margin: 48px auto 0;
    padding: 0 64px;
  }
}
@media screen and (min-width:1440px) {
  #list .list-inner {
    row-gap: 48px;
    column-gap: 40px;
    margin: 80px auto 0;
    padding: 0 0;
  }
}
#list .list-inner .propertyCard {
  max-width: none;
}
@media screen and (min-width:768px) {
  #list .list-inner .propertyCard {
    max-width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width:1440px) {
  #list .list-inner .propertyCard {
    max-width: 388px;
  }
}
#list .pagination {
  margin: 32px auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1246px;
}
@media screen and (min-width:768px) {
  #list .pagination {
    margin: 64px auto 0;
    padding: 0 64px;
  }
}
@media screen and (min-width:1440px) {
  #list .pagination {
    margin: 64px auto 0;
    padding: 0;
  }
}
#list .pagination .btn {
  width: 48px;
  height: 48px;
}
#list .pagination .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  border: 1px solid transparent;
  border-radius: 9999px;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  cursor: pointer;
  position: relative;
  border: 1px solid transparent;
}
#list .pagination .btn a.prev {
  background: #f3f7f8 url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
  transform: rotate(180deg);
}
#list .pagination .btn a.next {
  background: #f3f7f8 url(../images/btn_arrow_blue.svg) center center/15px 15px no-repeat;
}
#list .pagination .btn a:hover {
  border: 1px solid #009ad0;
}
#list .pagination ol {
  display: flex;
  justify-content: center;
  align-items: center;
  row-gap: 0;
  column-gap: 8px;
}
@media screen and (min-width:768px) {
  #list .pagination ol {
    row-gap: 0;
    column-gap: 8px;
  }
}
@media screen and (min-width:1440px) {
  #list .pagination ol {
    row-gap: 0;
    column-gap: 8px;
  }
}
#list .pagination ol li {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  width: 48px;
  height: 48px;
}
#list .pagination ol li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #2c2d2f;
  text-decoration: none;
}
#list .pagination ol li a:hover {
  opacity: 0.7;
}
#list .pagination ol li em {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #009ad0;
  color: #fff;
  border-radius: 9999px;
}

#dormitoryList {
  padding: 48px 20px 48px;
  border-bottom: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  #dormitoryList {
    padding: 64px 0 80px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryList {
    padding: 64px 0 80px;
  }
}
#dormitoryList .listHead {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  column-gap: 80px;
  margin: 0 auto;
  padding: 0 0 48px;
  width: 100%;
  max-width: 1246px;
  border-bottom: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  #dormitoryList .listHead {
    flex-direction: column;
    padding: 0 64px 48px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryList .listHead {
    flex-direction: row;
    padding: 80px 0;
  }
}
#dormitoryList .listHead h1 {
  margin: 0 0 0;
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  font-size: 27px;
  max-width: none;
  text-box: trim-both cap alphabetic;
}
@media screen and (min-width:768px) {
  #dormitoryList .listHead h1 {
    max-width: none;
    font-size: 30px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryList .listHead h1 {
    max-width: 40%;
    font-size: 34px;
  }
}
#dormitoryList .listHead h2 {
  margin: 0 0 0;
  text-align: left;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 400;
  flex: 1;
  text-box: trim-both text alphabetic;
}
@media screen and (min-width:768px) {
  #dormitoryList .listHead h2 {
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  #dormitoryList .listHead h2 {
    font-size: 16px;
  }
}

#errorMessage {
  padding: 48px 0;
  border-bottom: 1px solid #009ad0;
}
@media screen and (min-width:768px) {
  #errorMessage {
    padding: 48px 0 80px;
  }
}
@media screen and (min-width:1440px) {
  #errorMessage {
    padding: 48px 0 80px;
  }
}
#errorMessage .errorHead {
  padding: 0 20px;
}
#errorMessage .errorHead h1 {
  margin: 0 0 0;
  text-align: center;
  height: 51px;
}
@media screen and (min-width:768px) {
  #errorMessage .errorHead h1 {
    height: auto;
  }
}
@media screen and (min-width:1440px) {
  #errorMessage .errorHead h1 {
    height: auto;
  }
}
#errorMessage .errorHead h2 {
  margin: 40px 0 0;
  text-align: center;
  line-height: 1.8;
  font-size: 15px;
  font-weight: 700;
}
@media screen and (min-width:768px) {
  #errorMessage .errorHead h2 {
    margin: 48px 0 0;
    font-size: 18px;
  }
}
@media screen and (min-width:1440px) {
  #errorMessage .errorHead h2 {
    margin: 48px 0 0;
    font-size: 18px;
  }
}
#errorMessage .errorHead .backBtn {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (min-width:768px) {
  #errorMessage .errorHead .backBtn {
    margin: 48px 0 0;
  }
}
@media screen and (min-width:1440px) {
  #errorMessage .errorHead .backBtn {
    margin: 48px 0 0;
  }
}
#errorMessage .errorHead .backBtn a {
  display: inline-block;
  padding: 0 2em 0 1.5em;
  line-height: 38px;
  border: 1px solid transparent;
  background-color: #009ad0;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-radius: 9999px;
}
@media screen and (min-width:768px) {
  #errorMessage .errorHead .backBtn a {
    line-height: 46px;
    font-size: 16px;
  }
}
@media screen and (min-width:1440px) {
  #errorMessage .errorHead .backBtn a {
    line-height: 46px;
    font-size: 16px;
  }
}
#errorMessage .errorHead .backBtn a span {
  padding: 0 0 0 28px;
  position: relative;
}
#errorMessage .errorHead .backBtn a span:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../images/btn_arrow_white.svg) center center/contain no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%) rotate(180deg);
  transition: all 0.3s;
}
#errorMessage .errorHead .backBtn a:hover {
  color: #009ad0;
  background-color: #fff;
  border: 1px solid #009ad0;
}
#errorMessage .errorHead .backBtn a:hover span:before {
  background: url(../images/btn_arrow_blue.svg) center center/contain no-repeat;
}

/*遷移フェード設定*/
body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff; /* 背景カラー */
  z-index: 9999; /* 一番手前に */
  pointer-events: none; /* 他の要素にアクセス可能にするためにポインターイベントは無効に */
  opacity: 0; /* 初期値 : 透過状態 */
  -webkit-transition: opacity 0.8s ease; /* アニメーション時間は 0.8秒 */
  transition: opacity 0.8s ease;
}

body.pagefade::after {
  opacity: 1;
}

/*各コンテンツのフェードイン設定*/
.is_animation {
  opacity: 0;
  transition: 0.8s;
  transform: translate(0, 30px);
}

.is_animation.is_show {
  opacity: 1;
  transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */