@charset "UTF-8";
@media print, screen and (min-width: 600px) {
  .only_sp {
    display: none !important;
  }
}

.only_pc {
  display: none;
}
@media print, screen and (min-width: 600px) {
  .only_pc {
    display: block !important;
  }
}

/***********************************************/
/* ANIMATION */
/***********************************************/
@keyframes PageFadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/***********************************************/
/*FONT*/
/***********************************************/
.font-shippori {
  font-family: "Shippori Mincho B1", serif;
}

/***********************************************/
/*BASE*/
/***********************************************/
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

.clearfix {
  overflow: hidden;
  *zoom: 1;
}

html {
  font-size: 62.5%;
  text-size-adjust: 100%;
  height: 100%;
}
html.backfixed {
  overflow: hidden;
  height: 100vh;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  width: 100vw;
  min-height: 100%;
  font-size: 4vw;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-feature-settings: "palt" 1;
  color: #000000;
  background-color: #ffffff;
}
@media print, screen and (min-width: 600px) {
  body {
    font-size: 2.4rem;
    width: 100%;
    min-width: 1200px;
  }
}

#wrapper {
  width: 100vw;
  position: relative;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  #wrapper {
    width: 100%;
  }
}

/***********************************************/
/* LINK */
/***********************************************/
/* IMAGE LINK */
.img_alpha:hover {
  opacity: 0.7;
}

@media print, screen and (min-width: 600px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
a {
  color: #0000ff;
  text-decoration: none;
}
a:hover {
  color: #0000ff;
  text-decoration: underline;
}

a.link-btn {
  color: #ffffff;
  display: inline-block;
  background: #56a546;
  padding: 0.5em 1em;
  border-radius: 1em;
  margin: 0.5em 0;
}
a.link-btn:hover {
  text-decoration: none;
}
a.link-btn i {
  display: inline-block;
  transform: rotate(90deg);
}

/***********************************************/
/* ACTION */
/***********************************************/
/* TAB MENU */
#menu_tab li {
  display: inline-block;
  cursor: pointer;
}
#menu_tab li.active {
  background-color: #dddddd;
}

#tab_cont-box .tab_cont:not(:first-child) {
  display: none;
}

/* ACCORDION MENU */
#menu_accordion dt {
  cursor: pointer;
}
#menu_accordion dt.active {
  background-color: #dddddd;
}
#menu_accordion dd {
  display: none;
}

/* FULL WIDTH */
.full_width {
  background-color: #333333;
  color: #ffffff;
  padding: 2em;
  margin: 0 calc(50% - 50vw);
}

/* PAGE TOP */
#pagetop {
  cursor: pointer;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10;
  width: 17.8666666667vw;
  height: 17.8666666667vw;
}
@media print, screen and (min-width: 600px) {
  #pagetop {
    width: 94px;
    height: 94px;
    right: 20px;
  }
}

/* YOUTUBE */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* MODAL WINDOW */
.button-open {
  display: block;
  margin: 0 auto;
  width: 20rem;
  padding: 1em;
  background-color: #3140c9;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

.modal-window {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 300px;
  background-color: #dfdddd;
  border-radius: 5px;
  z-index: 11;
  padding: 2rem;
}

.button-close {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  padding: 1em;
  background-color: #c96931;
  color: #eaeaea;
  border-radius: 20rem;
  cursor: pointer;
}

.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  z-index: 10;
}

/* スクロールフェードイン */
.scroll-block {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1s ease-out;
}

.scroll-block.active {
  opacity: 1;
  transform: translateY(0);
}

/***********************************************/
/* HEADER */
/***********************************************/
header#header {
  margin-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  header#header {
    margin-bottom: 12px;
  }
}
header#header .header {
  width: 100%;
  position: relative;
}
@media print, screen and (max-width: 599px) {
  header#header .header {
    height: 13.3333333333vw;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .header {
    width: 1000px;
    margin: 50px auto 0;
  }
}
header#header .logo {
  width: 62.6666666667vw;
}
@media print, screen and (max-width: 599px) {
  header#header .logo {
    display: flex;
    align-items: end;
    height: 13.3333333333vw;
    margin-left: 4.2666666667vw;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .logo {
    position: relative;
    z-index: 10;
    width: 302px;
  }
}
@media print, screen and (max-width: 599px) {
  header#header .main_navi {
    position: absolute;
    top: 0;
    left: 0;
    background-color: #ffffff;
    width: 100%;
    z-index: 200;
    transform: translateY(-100%);
    transition: all 0.6s;
    border-top: solid 13.3333333333vw #56a546;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .main_navi {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: -48px;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .main_navi nav {
    font-size: 1.6rem;
    order: 2;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .main_navi ul {
    display: flex;
    justify-content: center;
  }
}
header#header .main_navi ul li {
  font-weight: 600;
}
@media print, screen and (max-width: 599px) {
  header#header .main_navi ul li {
    border-bottom: solid 1px #000;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .main_navi ul li {
    border-right: solid 1px #707070;
    line-height: 1;
    padding: 0 2em;
  }
}
header#header .main_navi ul li a {
  color: #000;
}
@media print, screen and (max-width: 599px) {
  header#header .main_navi ul li a {
    display: block;
    padding: 5.3333333333vw 6.6666666667vw;
    background-image: url(/img/nav_link_icon.png);
    background-repeat: no-repeat;
    background-position: 90.6666666667vw center;
    background-size: 2.5333333333vw auto;
  }
}
header#header .main_navi-btn {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 13.3333333333vw;
  height: 13.3333333333vw;
  cursor: pointer;
  background-color: #56a546;
  z-index: 300;
}
header#header .main_navi-btn span {
  display: block;
  position: absolute;
  width: 9.0666666667vw;
  border-bottom: solid 0.6666666667vw #ffffff;
  transition: 0.35s ease-in-out;
  left: 2.1333333333vw;
}
header#header .main_navi-btn span:nth-child(1) {
  top: 3.0666666667vw;
}
header#header .main_navi-btn span:nth-child(2) {
  top: 6.2666666667vw;
}
header#header .main_navi-btn span:nth-child(3) {
  top: 9.6vw;
}
header#header .main_navi-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: rgba(53, 52, 52, 0.85);
  opacity: 0;
  visibility: hidden;
  transition: all 0.6s;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  cursor: pointer;
}
header#header.active .main_navi {
  transform: translateY(0%);
}
header#header.active .main_navi-btn span:nth-child(1) {
  top: 6.4vw;
  left: 2.4vw;
  width: 8.5333333333vw;
  transform: rotate(-45deg);
}
header#header.active .main_navi-btn span:nth-child(2) {
  transform: scale(0, 0);
}
header#header.active .main_navi-btn span:nth-child(3) {
  top: 6.4vw;
  left: 2.4vw;
  width: 8.5333333333vw;
  transform: rotate(45deg);
}
header#header.active .main_navi-bg {
  opacity: 1;
  visibility: visible;
}
header#header .contact {
  display: flex;
  align-items: center;
}
@media print, screen and (max-width: 599px) {
  header#header .contact {
    padding: 4.2666666667vw 6.6666666667vw 4vw;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .contact {
    justify-content: flex-end;
  }
}
@media print, screen and (min-width: 600px) {
  header#header .contact dt {
    margin-top: 0.25em;
  }
}
header#header .contact dd {
  text-align: center;
}
@media print, screen and (min-width: 600px) {
  header#header .contact dd {
    border-left: solid 1px #707070;
    margin-left: 15px;
    padding-left: 20px;
  }
}
header#header .contact .tel {
  font-size: 8vw;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}
@media print, screen and (min-width: 600px) {
  header#header .contact .tel {
    font-size: 3rem;
  }
}
header#header .contact .open {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1;
  margin-top: 4px;
}
@media print, screen and (min-width: 600px) {
  header#header .contact .open {
    font-size: 1.4rem;
  }
}
header#header .contact [data-ruby] {
  position: relative;
}
header#header .contact [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -0.2em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.4em;
}
@media print, screen and (min-width: 600px) {
  header#header .contact [data-ruby]::before {
    top: -0.5em;
  }
}

/***********************************************/
/* FOOTER */
/***********************************************/
footer#footer {
  background-color: #eaeaea;
  overflow: hidden;
  margin-top: 15.3333333333vw;
}
@media print, screen and (min-width: 600px) {
  footer#footer {
    background-color: #d6d6d6;
    margin-top: 100px;
  }
}
footer#footer .footer {
  margin: 4vw;
}
@media print, screen and (min-width: 600px) {
  footer#footer .footer {
    line-height: 1.75;
    margin: 60px auto 34px;
    width: 1000px;
  }
}
@media print, screen and (min-width: 600px) {
  footer#footer .footer ul.footer-inner {
    display: grid;
    grid-template-rows: auto auto;
    grid-template-columns: auto auto auto auto auto auto;
  }
}
footer#footer .footer li.fst {
  margin: 0.75em 0;
}
@media print, screen and (min-width: 600px) {
  footer#footer .footer li.fst {
    font-size: 1.6rem;
    margin: 0;
  }
}
footer#footer .footer li.snd {
  margin: 0.25em 0;
}
@media print, screen and (min-width: 600px) {
  footer#footer .footer li {
    font-size: 1.4rem;
  }
}
footer#footer .footer a {
  color: #000;
}
footer#footer .footer a.fst {
  font-weight: 700;
}
footer#footer .footer a.snd {
  font-weight: 600;
}
footer#footer .copyright {
  background-color: #56a546;
  color: #ffffff;
  text-align: center;
  font-size: 3.2vw;
  letter-spacing: 0;
  padding: 1em 0;
}
@media print, screen and (min-width: 600px) {
  footer#footer .copyright {
    font-size: 1.8rem;
    font-weight: 400;
  }
}

/***********************************************/
/* TOP */
/***********************************************/
#home #main #news {
  background-color: #cccccc;
}
@media print, screen and (min-width: 600px) {
  #home #main #news {
    background-color: #f2f2f2;
  }
}
#home #main #news .content-inner {
  padding-top: 3.2vw;
  padding-bottom: 4vw;
}
@media print, screen and (min-width: 600px) {
  #home #main #news .content-inner {
    padding: 36px 0;
  }
}
#home #main #news .top-section-title {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 600;
  background-color: #ffffff;
  line-height: 1;
  padding: 0.6em 0 0.5em;
}
@media print, screen and (min-width: 600px) {
  #home #main #news .top-section-title {
    font-size: 3.8rem;
  }
}
#home #main #news .news-list li {
  margin: 3.2vw 0;
  line-height: 1.4;
}
@media print, screen and (min-width: 600px) {
  #home #main #news .news-list li {
    display: flex;
    margin: 24px 0;
  }
}
#home #main #news .news-list li a {
  color: #009d9d;
  text-decoration: none;
}
#home #main #news .news-list li a:hover {
  text-decoration: underline;
}
@media print, screen and (min-width: 600px) {
  #home #main #news .news-list .date {
    font-weight: 600;
    width: 250px;
    flex: 0 0 auto;
  }
}
#home #main .section-01 {
  text-align: center;
  background-image: url(/img/section_01-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-01 {
    background-image: url(/img/pc-section_01-bg.png);
  }
}
@media print, screen and (min-width: 600px) {
  #home #main .section-01 .content-inner {
    height: 450px;
  }
}
#home #main .section-01 .top-section-title {
  font-size: 6.6666666667vw;
  font-weight: 500;
  line-height: 1.2;
  padding: 1.2em 0 1em;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 600px) {
  #home #main .section-01 .top-section-title {
    font-size: 4.2rem;
    padding: 2.5em 0 1em;
    text-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
  }
}
#home #main .section-01 p {
  padding-bottom: 1.5em;
  line-height: 1.7;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-01 p {
    font-size: 3rem;
    line-height: 1.8;
  }
}
#home #main .section-02 {
  background-image: url(/img/section_02-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 {
    background-image: url(/img/pc-section_02-bg.png);
  }
}
#home #main .section-02 .intro {
  text-align: center;
  color: #ffffff;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin: 1em 0;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 .intro {
    font-size: 3.2rem;
    font-weight: 500;
  }
}
#home #main .section-02 .content-inner {
  padding-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 .content-inner {
    padding-bottom: 36px;
  }
}
#home #main .section-02 .content-block {
  background-color: rgba(255, 255, 255, 0.88);
  padding: 4.2666666667vw 5.8666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 .content-block {
    mask-image: url(/img/pc-section_02-mask.svg);
    mask-repeat: no-repeat;
    mask-size: contain;
    height: 548px;
    padding: 45px 50px;
  }
}
#home #main .section-02 .content-block p {
  line-height: 2.1;
  margin: 1em 0;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 .content-block p {
    font-weight: 600;
  }
}
#home #main .section-02 .top-section-title {
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 0.6666666667vw #56a546;
  padding-bottom: 0.25em;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-02 .top-section-title {
    font-size: 3.6rem;
    border-bottom: solid 4px #56a546;
    padding-bottom: 1em;
  }
}
#home #main .section-03 .top-section-title {
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 0.6666666667vw #56a546;
  padding-bottom: 0.25em;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-03 .top-section-title {
    font-size: 3.6rem;
    border-bottom: solid 4px #56a546;
  }
}
#home #main .section-03 .content-inner {
  padding-bottom: 6.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-03 .content-inner {
    display: flex;
    gap: 25px;
    padding-top: 98px;
    padding-bottom: 32px;
  }
}
#home #main .section-03 .content-block {
  padding-top: 6.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-03 .content-block {
    padding: 0;
  }
}
#home #main .section-03 p {
  line-height: 2.1;
  margin: 1em 0;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-03 p {
    font-weight: 400;
    font-size: 2.5rem;
    line-height: 1.8;
  }
}
#home #main .section-03 figure {
  width: 57.0666666667vw;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-03 figure {
    flex: 0 0 auto;
    width: 284px;
    margin: 0;
  }
}
#home #main .section-04 {
  background-image: url(/img/section_04-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  height: 195.3333333333vw;
  color: #354756;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 {
    position: relative;
    background-image: url(/img/pc-section_04-bg.png);
    height: 725px;
  }
}
#home #main .section-04 .top-section-title {
  font-size: 4.6666666667vw;
  font-weight: 600;
  text-align: center;
  border-bottom: solid 0.6666666667vw #56a546;
  padding-bottom: 0.25em;
  margin-top: 5.3333333333vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .top-section-title {
    font-size: 3.5rem;
    border-bottom: solid 4px #56a546;
    padding-bottom: 0.2em;
    margin-top: 48px;
  }
}
#home #main .section-04 p {
  font-size: 3.6vw;
  font-weight: 400;
  margin: 0.5em 0;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 p {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.2;
    margin: 15px;
  }
}
#home #main .section-04 .content-block {
  margin-top: 8.5333333333vw;
  background-image: url(/img/section_04-inner-bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 3.2vw;
  height: 109.0666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .content-block {
    position: absolute;
    top: 58px;
    left: 404px;
    background-image: url(/img/pc-section_04-inner-bg.png);
    height: 602px;
    width: 698px;
    padding: 0 25px;
    margin: 0;
  }
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .recommend {
    margin: 50px 15px 0;
  }
}
#home #main .section-04 .recommend-title {
  font-size: 4.5333333333vw;
  font-weight: 600;
  text-align: center;
  background-image: url(/img/recommend-title-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .recommend-title {
    font-size: 3rem;
  }
}
#home #main .section-04 .recommend-list {
  line-height: 1.2;
  margin: 1em 0;
  display: flex;
  gap: 1.6vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .recommend-list {
    font-size: 2.3rem;
    font-weight: 700;
    gap: 10px;
    margin: 0.8em 0;
  }
}
#home #main .section-04 .recommend-list::before {
  flex: 0 0 auto;
  display: block;
  content: "";
  width: 2.9333333333vw;
  height: 3.3333333333vw;
  background-image: url(/img/list-mark-check.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.6666666667vw;
}
@media print, screen and (min-width: 600px) {
  #home #main .section-04 .recommend-list::before {
    width: 24px;
    height: 27px;
    margin-top: 0;
  }
}

@media print, screen and (min-width: 600px) {
  .swiper {
    width: 1200px;
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 600px) {
  .swiper-slide {
    width: 1200px;
    height: 500px;
  }
}

/***********************************************/
/* MAIN */
/***********************************************/
main#main .page-title {
  text-align: center;
  margin: 0 0 3.4666666667vw;
}
@media print, screen and (min-width: 600px) {
  main#main .page-title {
    margin: 0 auto 54px;
    width: 1200px;
  }
}
main#main .section-title {
  font-size: 5.3333333333vw;
  font-weight: 600;
  background-color: #d6d6d6;
  text-align: center;
  padding: 0.25em;
  margin: 8.5333333333vw 0 5.7333333333vw;
}
@media print, screen and (min-width: 600px) {
  main#main .section-title {
    font-size: 3.7rem;
    margin: 80px auto 54px;
  }
}
main#main .content {
  max-width: 1200px;
  margin: 0 auto;
}
main#main .content-full {
  background-color: #f0f8fa;
}
main#main .content-inner {
  overflow: hidden;
}
@media print, screen and (max-width: 599px) {
  main#main .content-inner {
    padding: 0 4vw;
  }
}
@media print, screen and (min-width: 600px) {
  main#main .content-inner {
    width: 1000px;
    margin: 0 auto;
  }
}
main#main .content-block {
  overflow: hidden;
}
@media print, screen and (max-width: 599px) {
  main#main .banner_link {
    width: 73.3333333333vw;
    margin: 11.7333333333vw auto 17.0666666667vw;
  }
}
@media print, screen and (min-width: 600px) {
  main#main .banner_link {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px 68px;
    margin: 95px auto 103px;
  }
}
main#main .banner_link li {
  margin: 3.3333333333vw 0;
}
@media print, screen and (min-width: 600px) {
  main#main .banner_link li {
    margin: 0;
    width: 288px;
  }
}
main#main .coming_soon p {
  text-align: center;
  font-size: 6.6666666667vw;
  margin: 5em 0;
}
@media print, screen and (min-width: 600px) {
  main#main .coming_soon p {
    font-size: 3.8rem;
  }
}

/***********************************************/
/* ABOUT US */
/***********************************************/
#about_us .page-navi-list {
  display: flex;
}
@media print, screen and (max-width: 599px) {
  #about_us .page-navi-list {
    gap: 2.1333333333vw;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 600px) {
  #about_us .page-navi-list {
    justify-content: space-between;
  }
}
#about_us .page-navi-list li {
  flex: 0 0 calc(50% - 1.0666666667vw);
}
@media print, screen and (min-width: 600px) {
  #about_us .page-navi-list li {
    flex: 0 0 240px;
  }
}
#about_us .page-navi-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 44.9333333333vw;
  font-size: 5.3333333333vw;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 600px) {
  #about_us .page-navi-list li a {
    height: 240px;
    font-size: 3rem;
  }
}
#about_us .page-navi-list li.nav-01 a {
  background-image: url(/about_us/img/page_nav-01-bg.png);
}
#about_us .page-navi-list li.nav-02 a {
  background-image: url(/about_us/img/page_nav-02-bg.png);
}
#about_us .page-navi-list li.nav-03 a {
  background-image: url(/about_us/img/page_nav-03-bg.png);
}
#about_us .page-navi-list li.nav-04 a {
  background-image: url(/about_us/img/page_nav-04-bg.png);
}
#about_us .cnt-01 .text {
  line-height: 2.2;
}
#about_us .cnt-01 .name {
  font-size: 5.3333333333vw;
  font-weight: 500;
  text-align: right;
  margin-top: 1em;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-01 .name {
    font-size: 3rem;
  }
}
#about_us .cnt-01 .name span {
  font-size: 4vw;
  margin-right: 1em;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-01 .name span {
    font-size: 2.2rem;
  }
}
#about_us .cnt-02 dl {
  margin-bottom: 1.8em;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-02 dl {
    font-size: 2rem;
  }
}
#about_us .cnt-02 dl dt {
  font-weight: 400;
  text-align: right;
  width: 4.5em;
  float: left;
}
#about_us .cnt-02 dl dd {
  margin-left: 5.5em;
}
#about_us .cnt-03 dl {
  margin-bottom: 1.8em;
}
#about_us .cnt-03 dl dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 4.6666666667vw;
  font-weight: 400;
  letter-spacing: -0.05em;
  width: 17.0666666667vw;
  float: left;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-03 dl dt {
    font-size: 2rem;
    width: 90px;
  }
}
#about_us .cnt-03 dl dt::after {
  display: block;
  content: " ";
  background-color: #000;
  width: 2.1333333333vw;
  height: 2.1333333333vw;
  border-radius: 50%;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-03 dl dt::after {
    width: 16px;
    height: 16px;
  }
}
#about_us .cnt-03 dl dd {
  font-size: 4.6666666667vw;
  margin-left: 16vw;
  border-left: solid 1px #000;
  padding: 0 0 1em 0.8em;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-03 dl dd {
    font-size: 2rem;
    margin-left: 81px;
    padding: 0 0 1em 1.4em;
  }
}
#about_us .cnt-03 dl dd:last-of-type {
  padding-bottom: 0;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-04 .access-layout {
    display: grid;
    grid-template-rows: auto 1fr;
    grid-template-columns: 500px 1fr;
    margin-top: 54px;
  }
  #about_us .cnt-04 .access-layout-map {
    grid-row: 1/3;
    grid-column: 2;
  }
}
#about_us .cnt-04 .content-title {
  font-size: 4vw;
  font-weight: 600;
  background-color: #d6d6d6;
  text-align: center;
  padding: 0.25em;
  margin: 0 0 4.2666666667vw;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-04 .content-title {
    font-size: 2.4rem;
    margin: 0;
    padding: 0.5em;
    width: 490px;
  }
}
#about_us .cnt-04 .map {
  border: solid 1px #888;
  overflow: hidden;
}
#about_us .cnt-04 .map iframe[src*="www.google.com/maps/embed"] {
  aspect-ratio: 3/2;
  width: 100%;
  height: auto;
}
#about_us .cnt-04 p {
  margin: 1em 0;
}
@media print, screen and (min-width: 600px) {
  #about_us .cnt-04 p {
    font-size: 2rem;
    line-height: 1.8;
    width: 490px;
    margin: 1.5em 0;
  }
}

/***********************************************/
/* LINEUP */
/***********************************************/
#lineup .page-copy {
  font-size: 5.3333333333vw;
  text-align: center;
  margin: 0 0 4.2666666667vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .page-copy {
    font-size: 3.8rem;
    margin: 0 auto 60px;
    width: 1200px;
  }
}
#lineup .page-navi-list {
  display: flex;
}
@media print, screen and (max-width: 599px) {
  #lineup .page-navi-list {
    gap: 2.1333333333vw;
    flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 600px) {
  #lineup .page-navi-list {
    justify-content: space-between;
  }
}
#lineup .page-navi-list li {
  flex: 0 0 calc(50% - 1.0666666667vw);
}
@media print, screen and (min-width: 600px) {
  #lineup .page-navi-list li {
    flex: 0 0 475px;
  }
}
#lineup .page-navi-list li a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 44.9333333333vw;
  font-size: 5.3333333333vw;
  color: #fff;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
}
@media print, screen and (min-width: 600px) {
  #lineup .page-navi-list li a {
    height: 225px;
    font-size: 3rem;
    width: 475px;
  }
}
#lineup .page-navi-list li.nav-01 a {
  background-image: url(/lineup/img/page_nav-01-bg.png);
}
#lineup .page-navi-list li.nav-02 a {
  background-image: url(/lineup/img/page_nav-02-bg.png);
}
#lineup .lineup {
  margin-bottom: 15.3333333333vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .lineup {
    margin-bottom: 100px;
  }
}
#lineup .osusume {
  background-image: url(/lineup/img/osusume-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 64.8vw;
  margin: 4.2666666667vw 0;
}
@media print, screen and (min-width: 600px) {
  #lineup .osusume {
    background-image: url(/lineup/img/pc-osusume-bg.png);
    height: 404px;
    margin: 30px 0;
  }
}
#lineup .osusume dt {
  text-align: center;
  font-weight: 600;
  font-size: 5.3333333333vw;
  text-decoration: underline; /* 下線 */
  text-decoration-thickness: 1.4666666667vw; /* 線の太さ */
  text-decoration-color: #fad9ca;
  text-underline-offset: -0.1em; /* 線の位置。テキストに重なるようにやや上部にする */
  text-decoration-skip-ink: none; /* 下線と文字列が重なる部分でも下線が省略されない（線が途切れない） */
  margin: 5.3333333333vw 0 4.2666666667vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .osusume dt {
    font-size: 3.6rem;
    margin: 42px 0 32px;
    text-decoration-thickness: 12px; /* 線の太さ */
  }
}
#lineup .osusume dd {
  margin: 0 1em 0 10vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .osusume dd {
    margin: 0 1em 0 80px;
  }
}
#lineup .osusume dd ul li {
  display: flex;
  gap: 2.6666666667vw;
  line-height: 1.25;
  margin-bottom: 0.5em;
}
@media print, screen and (min-width: 600px) {
  #lineup .osusume dd ul li {
    font-size: 3.2rem;
    gap: 20px;
  }
}
#lineup .osusume dd ul li::before {
  flex: 0 0 auto;
  display: block;
  content: "";
  width: 3.7333333333vw;
  height: 4.2666666667vw;
  background-image: url(/lineup/img/list-mark-check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: 0.4vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .osusume dd ul li::before {
    width: 27px;
    height: 30px;
    margin-top: 6px;
  }
}
#lineup .feature {
  margin-bottom: 5.3333333333vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .feature {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin: 30px 0 80px;
  }
}
#lineup .feature-image {
  width: 42.2666666667vw;
  height: 42.2666666667vw;
  margin: 5.3333333333vw auto;
}
@media print, screen and (min-width: 600px) {
  #lineup .feature-image {
    flex: 0 0 262px;
    width: 262px;
    height: 262px;
    margin: 0 auto 0.5em;
  }
}
@media print, screen and (max-width: 599px) {
  #lineup .feature.no-image {
    margin-top: 5.3333333333vw;
  }
}
#lineup .feature dl dt {
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.25em 0;
}
@media print, screen and (min-width: 600px) {
  #lineup .feature dl dt {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  #lineup .feature dl dd {
    line-height: 2;
  }
}
#lineup .user-voice {
  margin: 5.0666666667vw auto;
}
@media print, screen and (min-width: 600px) {
  #lineup .user-voice {
    margin: 40px auto 50px;
  }
}
#lineup .user-voice dt {
  font-size: 5.3333333333vw;
  font-weight: 600;
  text-align: center;
  margin: 0 0 0.25em 0;
}
@media print, screen and (min-width: 600px) {
  #lineup .user-voice dt {
    font-size: 3.5rem;
  }
}
@media print, screen and (min-width: 600px) {
  #lineup .user-voice dd ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 50px;
    margin-top: 30px;
    font-size: 2.2rem;
  }
}
#lineup .user-voice dd ul li {
  background-color: #fff;
  border: solid 1px #000;
  border-radius: 1.3333333333vw;
  padding: 1em;
  margin: 4.8vw 0;
}
@media print, screen and (min-width: 600px) {
  #lineup .user-voice dd ul li {
    flex: 0 0 475px;
    margin: 0;
    border-radius: 10px;
  }
}
#lineup .user-voice dd ul li .attribute {
  font-weight: 600;
}
#lineup .how-to {
  background-image: url(/lineup/img/how_to-bg.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 143.4666666667vw;
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to {
    background-image: url(/lineup/img/pc-how_to-bg.png);
    height: 442px;
    margin-bottom: 50px;
  }
}
#lineup .how-to dl {
  backdrop-filter: blur(24px) brightness(1.13);
  background-color: rgba(255, 255, 255, 0.33);
  padding: 4.6666666667vw;
  margin-top: 3.2vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to dl {
    width: 574px;
    margin-top: 74px;
    padding: 25px 30px 30px;
  }
}
#lineup .how-to dl dt {
  font-size: 5.2vw;
  font-weight: 600;
  text-align: center;
  margin-bottom: 3.2vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to dl dt {
    font-size: 3.5rem;
    margin-bottom: 0.5em;
  }
}
#lineup .how-to dl dd {
  font-size: 4vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to dl dd {
    font-size: 2.5rem;
  }
}
#lineup .how-to-step {
  margin-bottom: 4vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to-step {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
  }
}
@media print, screen and (max-width: 599px) {
  #lineup .how-to-step li {
    width: 61.3333333333vw;
    margin: 0 auto 4vw;
  }
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to-step li {
    width: 278px;
  }
}
#lineup .how-to-step li .step-num {
  font-size: 8vw;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to-step li .step-num {
    font-size: 3.5rem;
  }
}
#lineup .how-to-step li p {
  margin: 0.5em 0;
}
@media print, screen and (min-width: 600px) {
  #lineup .how-to-step li p {
    font-size: 2rem;
  }
}
#lineup .overview {
  border-collapse: collapse;
}
@media print, screen and (min-width: 600px) {
  #lineup .overview {
    font-size: 2rem;
  }
}
#lineup .overview th {
  font-weight: 400;
  white-space: nowrap;
}
#lineup .overview th,
#lineup .overview td {
  border: solid 1px #000;
  padding: 0.5em;
}
@media print, screen and (min-width: 600px) {
  #lineup .overview th,
  #lineup .overview td {
    padding: 0.5em 1em;
  }
}

/***********************************************/
/* RESEARCH THESIS */
/***********************************************/
#research_thesis .page-copy {
  font-size: 5.3333333333vw;
  text-align: center;
  margin: 0 auto;
}
@media print, screen and (min-width: 600px) {
  #research_thesis .page-copy {
    font-size: 3.8rem;
    width: 1200px;
  }
}
#research_thesis .text {
  margin-bottom: 2em;
}
#research_thesis .research_thesis-list {
  margin: 1.5em 0;
}
@media print, screen and (min-width: 600px) {
  #research_thesis .research_thesis-list {
    font-size: 2rem;
  }
}
#research_thesis .research_thesis-list .title {
  font-weight: 600;
}
#research_thesis .research_thesis-list dl dt {
  font-weight: 400;
  float: left;
}
#research_thesis .research_thesis-list dl dd {
  margin-left: 4em;
}
#research_thesis .research_thesis-list .link a {
  color: #009d9d;
  text-decoration: underline;
}

/***********************************************/
/* PRIVACY */
/***********************************************/
#privacy .page-title-noimage {
  font-size: 4.6666666667vw;
  font-weight: 600;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 600px) {
  #privacy .page-title-noimage {
    font-size: 3.5rem;
    margin-top: 1.5em;
  }
}
@media print, screen and (min-width: 600px) {
  #privacy dl {
    font-size: 2rem;
  }
}
#privacy dl dt {
  margin-top: 2em;
}
#privacy dl dd ul,
#privacy dl dd p {
  margin: 1em 0;
}
@media print, screen and (min-width: 600px) {
  #privacy .text-end {
    text-align: right;
  }
}
@media print, screen and (max-width: 599px) {
  #privacy .text-date {
    text-align: right;
    margin-top: 2em;
  }
}
@media print, screen and (min-width: 600px) {
  #privacy .text-date {
    font-size: 2rem;
  }
}/*# sourceMappingURL=style.css.map */