@charset "UTF-8";
@font-face {
  font-family: "YuGothic M";
  src: local("Yu Gothic Medium");
}
html {
  font-size: 62.5%;
}
body {
  font-size: 1.5rem;
  font-family: "游ゴシック体", "YuGothic", "YuGothic M", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "Open Sans", sans-serif;
  color: #000;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
}
a {
  display: block;
  transition: all 0.5s;
}
a:hover {
  opacity: 0.5;
}
.pc {
  display: block;
}
.sp {
  display: none;
}

/* back ground */
.body-bg {
  background-image: url(../img/bg_water.webp);
  width: 100%;
  background-repeat: repeat-y;
  background-size: cover;
  padding-top: 15.6rem;
  padding-bottom: 10rem;
}

/* header nav*/
header {
  width: 100%;
  height: 156px;
  padding: 2.8rem 0 0.6rem;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 2000;
  background-color: rgba(255, 255, 255, 1);
  box-sizing: border-box;
  box-shadow: 0 0px 14px 0 rgba(0, 0, 0, 0.4);
}
.header-container {
  position: relative;
  display: block;
  width: 100%;
  height: 12rem;
  max-width: 1162px;
  margin: 0 auto;
}

/* LOGO */
.logo-toyosu {
  position: absolute;
  width: 45%;
  max-width: 327px;
  height: 57px;
  bottom: 1.2rem;
}
.top-logo {
  position: absolute;
  width: 15rem;
  height: auto;
  top: 0;
  right: 3.6rem;
}
.nav {
  position: absolute;
  width: 60%;
  height: 5.45rem;
  bottom: 0;
  right: 3.6rem;
}
.nav ul {
  display: flex;
  width: 100%;
  justify-content: right;
}
.nav-menu {
  margin-left: 2rem;
}
.nav-menu a,
.nav-menu p {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
  font-weight: 800;
  padding: 1rem 0 1rem 1rem;
  /* margin: 0 auto 0.8rem 2rem; */
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s;
  color: #213555;
}
.nav-menu p:hover {
  opacity: 0.5;
}
.nav-menu a:after,
.nav-menu p:after {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 4px;
  border-radius: 1em;
  background-color: #213555;
  -webkit-transform: scale(0, 1);
  -ms-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.nav-menu a:hover::after,
.nav-menu p:hover::after {
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.nav-menu span {
  display: block;
  text-transform: uppercase;
  font-size: 0.8rem;
}

.nav-inner {
  position: relative;
  display: block;
}
.nav-menu .inner-menu {
  position: absolute;
  display: block;
  width: 25rem;
  top: 63px;
  left: 50%;
  transform: translateX(-48%);
  background-color: rgba(33, 53, 85, 0.9);
  padding: 0 2.8rem;
  box-sizing: border-box;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}
.nav-inner:hover .inner-menu {
  opacity: 1;
  visibility: visible;
}

.in-menu {
  border-bottom: 1px solid #d8c4b6;
}
.in-menu:last-of-type {
  border-bottom: none;
}
.in-menu a {
  width: 100%;
  margin: 0.5rem auto;
  color: #fff;
  padding: 1rem 0;
}
.in-menu a:after {
  display: none;
}
.hamburger-menu {
  display: none;
}

/* hero */
.hero-bg {
  position: relative;
  width: 100%;
  height: auto;
}

/* mv-slider */
.mv-slider .mv-swiper {
  width: 100%;
  height: 48vw;
}
/* Swiperスライドのスタイル */
.swiper-slide {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-slide picture,
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hero-box {
  position: absolute;
  width: 90%;
  max-width: 1162px;
  height: 80%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 100;
}
.hero-text {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
.hero-text h1 {
  font-size: 3.4rem;
  font-weight: bold;
  color: #fff;
  text-shadow: rgba(0, 0, 0, 0.6) 1px 0 10px;
}
.hero-text h1 span {
  display: block;
  font-size: 2.3rem;
  line-height: 1.5;
}
.hero-text:last-of-type {
  position: absolute;
  top: unset;
  right: unset;
  bottom: 0;
  left: 0;
  text-align: left;
}
.hero-text:last-of-type h1 {
  color: #213555;
  text-shadow: rgb(255, 255, 255, 0.6) 1px 0 10px;
}

/* sub title */
.s-title {
  color: #213555;
  font-size: 3rem;
  font-weight: 900;
  text-align: center;
  line-height: 3.6rem;
  margin-bottom: 5rem;
}
.s-title span {
  display: block;
  font-weight: 500;
  font-size: 2rem;
  text-transform: uppercase;
}

/* sub hero */
.sub-hero-bg {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  padding-top: calc((344 / 1440) * 100%);
}
.about .sub-hero-bg {
  background-image: url(../img/mv_about_pc.webp);
}
.shop .sub-hero-bg {
  background-image: url(../img/mv_shop_pc.webp);
}
.application .sub-hero-bg {
  background-image: url(../img/mv_application_pc.webp);
}
.sitemap .sub-hero-bg {
  background-image: url(../img/mv_sitemap_pc.webp);
}
.access .sub-hero-bg {
  background-image: url(../img/mv_access_pc.webp);
}
.office .sub-hero-bg {
  background-image: url(../img/mv_office_pc.webp);
}
.sub-hero-bg .s-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  margin-bottom: 0;
}

@media screen and (max-width: 1044px) {
  .sub-hero-bg {
    padding-top: calc((306 / 780) * 100%);
  }
  .about .sub-hero-bg {
    background-image: url(../img/mv_about_sp.webp);
  }
  .shop .sub-hero-bg {
    background-image: url(../img/mv_shop_sp.webp);
  }
  .sitemap .sub-hero-bg {
    background-image: url(../img/mv_sitemap_sp.webp);
  }
  .application .sub-hero-bg {
    background-image: url(../img/mv_application_sp.webp);
  }
  .access .sub-hero-bg {
    background-image: url(../img/mv_access_sp.webp);
  }
  .office .sub-hero-bg {
    background-image: url(../img/mv_office_sp.webp);
  }

  .sub-hero-bg .s-title {
    width: 100%;
    font-size: 2.4rem;
    line-height: 1.8;
  }
  .sub-hero-bg .s-title span {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .s-title span {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 1.2rem;
  }
}

section {
  margin-bottom: 10rem;
}
section.sub-hero-bg {
  margin-bottom: 4rem;
}
section:last-of-type {
  margin-bottom: 0;
}

/* inner */
.content-750 {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
}
.inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.inner-m {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
}
.inner-ml {
  width: 100%;
  max-width: 1190px;
  margin: 0 auto;
}
.inner-l {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
}
.bottom-space {
  margin-bottom: 12rem;
}

/* news */
.news-list {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 42px;
  background-color: #fff;
}
.news-list table {
  width: 100%;
}
.news-list tr {
  position: relative;
  display: flex;
  width: 100%;
  font-size: 1.4rem;
  background-color: #fff;
  border-bottom: 2px solid #d8c4b6;
  padding: 30px 40px;
  box-sizing: border-box;
}
.news-list tr td {
  line-height: 1.5;
}
.news-list tr td:first-of-type {
  width: 26%;
}
.news-list tr td:last-of-type {
  width: 67.5%;
}
.news-list tr::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  right: 40px;
  border-top: 2px solid #213555;
  border-right: 2px solid #213555;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}
.news-list tr:hover::after {
  right: 34px;
}

/* .access */
.g-map .inner-m {
  margin-bottom: 4rem;
}
.g-map .inner-m iframe {
  width: 100%;
  height: 250px;
}

/* cards */
.inst-item {
  position: relative;
  width: 100%;
  height: 51rem;
  margin-bottom: 5rem;
}
.inst-item a:hover {
  opacity: 1;
}
.inst-bg {
  position: absolute;
  width: 70%;
  height: 51rem;
  right: 0;
}
.inst-bg img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  top: 0;
  left: 0;
}
.card-box {
  position: absolute;
  width: 48.4rem;
  height: 41.3rem;
  top: 50%;
  left: 19.5rem;
  background-color: #fff;
  border: 4px solid #d8c4b6;
  padding: 0 3rem;
  transform: translateY(-50%);
  box-sizing: border-box;
  filter: drop-shadow(1px 1px 10px rgba(0, 0, 0, 0.5));
}
.card-content {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 6.2rem;
  left: 50%;
  transform: translateX(-50%);
}
/* 2つ目 */
.inst-item:nth-child(even) .inst-bg {
  right: unset;
  left: 0;
}
.inst-item:nth-child(even) .card-box {
  left: unset;
  right: 19.5rem;
}

/* btn-type1 */
.btn-type1 {
  position: relative;
  display: block;
  width: 100%;
  max-width: 426px;
  margin: 0 auto;
  background-color: #213555;
  font-size: 1.65rem;
  font-weight: 900;
  color: #fff;
  text-align: center;
  padding: 2.6rem;
  box-sizing: border-box;
  transition: all 0.5s;
}
.btn-type1::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 4rem;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}
.btn-type1:hover {
  opacity: 0.7;
}
.btn-type1:hover::after {
  right: 3.4rem;
}

/* btn-app */
.btn-application {
  position: fixed;
  width: 22rem;
  height: auto;
  padding: 1rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 4000;
}
.btn-application .btn-type1 {
  padding: 2.4rem 1rem;
  font-size: 1.5rem;
  border: 4px solid #d8c4b6;
  background-color: #012063;
  filter: drop-shadow(1px 1px 5px rgba(0, 0, 0, 0.5));
}
.btn-application .btn-type1::after {
  right: 1.5rem;
}
.btn-application .btn-type1:before {
  position: absolute;
  content: "";
  width: 20px;
  height: 25px;
  top: 50%;
  left: 2rem;
  background-image: url(../img/icon_doc.webp);
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(-52%);
}
.btn-application .btn-type1:hover::after {
  right: 1rem;
}

.link-related {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.link-related a {
  position: relative;
  display: block;
  background-color: #fff;
  border: 3px solid #d8c4b6;
}
.link-related a:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 50%;
  right: 1.2rem;
  border-top: 4px solid #000;
  border-right: 4px solid #000;
  transform: translateY(-50%) rotate(45deg);
  transition: all 0.5s;
}
.link-related a:hover::after {
  right: 0.5rem;
}

/* about */
.tab-menu {
  width: 100%;
  padding: 0 2rem;
  box-sizing: border-box;
  margin-bottom: 9.2rem;
}
.tab-menu ul {
  display: flex;
  width: 100%;
  height: auto;
  gap: 1rem;
  justify-content: space-between;
  background-color: #fff;
}
.tab-menu ul li {
  position: relative;
  flex: 1;
  width: 33%;
  height: 10rem;
  border-bottom: 4px solid #d8c4b6;
  text-align: center;
  box-sizing: border-box;
}
.tab-menu ul li:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  bottom: 14%;
  left: 50%;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.3s;
}
.tab-menu ul li:hover::after {
  bottom: 8%;
}
.tab-menu ul li a {
  position: absolute;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #213555;
  font-size: 1.4rem;
  font-weight: 900;
}
.tab-menu ul li a span {
  display: block;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 1rem;
}
/* info */
.info {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 15rem;
}
.info:last-of-type {
  margin-bottom: 12rem;
}
.info-pic {
  width: 400px;
  height: 515px;
  overflow: hidden;
  position: relative;
}
/* building img */
.info .info-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-40%, -43%) scale(0.8);
  width: auto;
  height: auto;
  max-width: none;
  max-height: none;
}
.info:nth-of-type(2) .info-pic img {
  transform: translate(-60%, -43%) scale(0.8);
}
.info:last-of-type .info-pic img {
  transform: translate(-50%, -51%) scale(0.4);
}

/* table */
.info-table {
  width: 60rem;
  max-width: 600px;
}
.info-table h4 {
  width: 100%;
  color: #213555;
  font-size: 2.2rem;
  font-weight: 900;
  line-height: 1.5;
  padding-bottom: 1rem;
  border-bottom: 4px solid #d8c4b6;
  margin-bottom: 2rem;
}
.info-table table {
  width: 100%;
  border-collapse: collapse;
}
.info-table th {
  width: 9rem;
  font-weight: bold;
  padding: 1rem 1.4rem 1rem 0;
  color: #213555;
  text-align: justify;
}
.info-table th::after {
  content: "";
  display: inline-block;
  width: 100%;
}
.info-table td {
  padding: 1rem;
  line-height: 1.8;
}
.reverse {
  flex-direction: row-reverse;
}

/* info-detail */
.info-detail {
  font-feature-settings: "palt";
}
.info-detail h3 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #213555;
  margin-bottom: 2rem;
}
.info-detail table {
  margin-bottom: 2.6rem;
}
.info-detail th {
  width: 6rem;
  color: #000;
  padding: 0;
  font-weight: normal;
}

.info-detail td {
  position: relative;
  padding: 0;
  text-indent: -1rem;
  padding-left: 1em;
}
.info-detail td::before {
  content: "：";
  margin-right: 0.6rem;
}
.info-detail th,
.info-detail td {
  line-height: 1.2;
}

/* shop */
.shop-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.shop-column::after {
  content: "";
  display: block;
  width: 294px;
}
.shop-column > * {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.shop-column-col {
  width: 294px;
  margin: 0 0 70px 0;
}
.shop-column-col-thumb {
  width: 294px;
  height: 182px;
  overflow: hidden;
  border: 1px solid #aaaaaa;
  position: relative;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.shop-column-col-thumb::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 15px;
  background-image: url(../img/shop/icon-ex-gray-pc.webp);
  background-size: 18px auto;
  right: 9px;
  bottom: 9px;
}

/* sitemap */
.sitemap .inner {
  padding: 0 9.5rem;
  box-sizing: border-box;
}
.sitemap-column {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 8px;
}
.sitemap-column > * {
  width: 32.6%;
  flex: 0 0 auto;
}
.sitemap-title {
  display: flex;
  align-items: center;
  width: 100%;
  height: 60px;
  border-bottom: 2px solid #d8c4b6;
  margin-bottom: 1rem;
}
.sitemap-title h3 {
  font-size: 1.4rem;
  font-weight: 600;
}
.up-text {
  display: block;
  font-size: 1.2rem;
  margin-bottom: 0.4rem;
}
.icon-arrow {
  position: relative;
  width: 24px;
  height: 24px;
  background-color: #213555;
  margin-right: 2rem;
}
.icon-arrow::after {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  top: 50%;
  left: 40%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
}
.sitemap-column-col ul {
  padding-left: 2rem;
  display: block;
  margin-top: 2.4rem;
}
.sitemap-column-col li {
  position: relative;
  width: 100%;
  display: flex;
  height: auto;
  align-items: center;
  padding-left: 2.2rem;
  font-size: 1.4rem;
  margin-bottom: 1.8rem;
  font-feature-settings: "palt";
}
.sitemap-column-col li::before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  top: 6px;
  left: 0;
  border-top: 2px solid #213555;
  border-right: 2px solid #213555;
  transform: rotate(45deg);
  transition: all 0.3s;
}
.sitemap-column-col li:hover::before {
  left: 2%;
}
.sitemap-column-col li a {
  width: 100%;
  height: 100%;
  line-height: 1.5;
}

/* application */
.download-table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  background-color: #fff;
  margin-bottom: 2rem;
}

.download-table th,
.download-table td {
  padding: 15px;
  text-align: left;
}
/* 各列を均等（50%ずつ）にする */
.download-table th:nth-child(1),
.download-table td:nth-child(1),
.download-table th:nth-child(2),
.download-table td:nth-child(2) {
  width: 50%;
}
.download-table td {
  padding-left: 6%;
}
.download-table td:nth-child(2) {
  padding-left: 0;
}
.download-table thead th {
  background-color: #fff;
  font-weight: bold;
  text-align: center;
  text-align-last: inherit;
  border-bottom: 4px solid #d8c4b6;
  border-right: 4px solid #fff;
}
.download-table thead th:last-of-type {
  border-right: none;
}
.download-table tbody tr:nth-child(odd) {
  background-color: #f7f1ea;
}
.download-table th:nth-child(1) {
  padding: 2rem;
}
.download-table th:nth-child(1),
.download-table td:nth-child(1) {
  border-right: 4px solid #fff;
}
.file-links {
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: center;
}
.icon-list {
  display: flex;
  align-items: center;
  gap: 14px;
}
.icon-list img {
  width: auto;
  height: 28px;
}
.note-list {
  display: flex;
  align-items: flex-start;
  flex-flow: column;
  margin-bottom: 2rem;
}
.note-list li:before {
  content: "※ ";
  font-weight: bold;
}
.note-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.note-list li {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  text-align: left;
  padding-left: 1em;
  text-indent: -1em;
}
.note-acro {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.note-acro p {
  font-size: 1rem;
  line-height: 1.5;
}

/* access */
.access .content-750 {
  padding: 0 2rem;
  box-sizing: border-box;
}
.access .inner iframe {
  width: 100%;
  height: 530px;
  padding: 0 2rem;
  box-sizing: border-box;
}
.map-img {
  margin-bottom: 3rem;
}
.access-list {
  margin-bottom: 2rem;
}
.access-list h4 {
  width: 100%;
  height: 44px;
  background-color: #fff;
  line-height: 40px;
  color: #213555;
  font-weight: 900;
  padding-left: 1.6rem;
  border-bottom: 4px solid #d8c4b6;
  margin-bottom: 2rem;
  box-sizing: border-box;
}
.access-list h4 img {
  width: 22px;
  height: 22px;
  margin: -3px 14px 0 0;
}
.map-img img {
  margin-bottom: rem;
}
.access-info {
  position: relative;
  margin-bottom: 1.4rem;
}
.access-info::before {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  left: 0;
  top: 10%;
  border: 4px solid #c1a470;
  border-radius: 10px;
  box-sizing: border-box;
  background-color: #fff;
}
.access-info.o-blue::before {
  border: 4px solid #0585cc;
}
.access-info.o-green::before {
  border: 4px solid #7abb5f;
}
.access-info.dot::before {
  position: absolute;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 20%;
  border-radius: 10px;
  border: none;
  background-color: #64b0f5;
  margin-left: 1rem;
}
.access-info p {
  padding-left: 25px;
  line-height: 1.5;
}

/* 料金表 */
.table-container {
  width: 100%;
  margin: 0 auto 2rem;
}
.price-table {
  width: 100%;
  border-collapse: collapse;
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
/* テーブルの枠線 */
.price-table th,
.price-table td {
  border: 1px solid #b4c3d9;
  padding: 12px;
  text-align: center;
  text-align-last: center;
}
.price-table tbody tr th,
.price-table tbody tr td {
  display: table-cell;
  align-content: center;
  padding: 24px 12px;
}

/* ヘッダーのデザイン */
.price-table thead th {
  background-color: #1c3557;
  color: white;
  font-weight: bold;
}
/* 1列目（最大料金）のセルの縦中央揃え */
.price-table th[rowspan] {
  vertical-align: middle; /* 縦中央揃え */
}

/* 1列目の見出しのデザイン */
.price-table tbody th {
  background-color: #1c3557;
  color: white;
  text-align: center;
}

/* office */
.body-bg.office {
  padding-bottom: 0;
}
.office .office-bg {
  margin-bottom: 0;
}
.office .tab-menu {
  margin-bottom: 4rem;
}
.office-bg {
  width: 100%;
  background-image: url(../img/office_01_bg.webp);
  background-size: cover;
  padding: 9rem 0;
}
.office-bg:last-of-type {
  background-image: url(../img/office_02_bg.webp);
}
.office-column .office-column-col {
  display: flex;
  margin-bottom: 8rem;
}
.office-column-col:last-of-type {
  margin-bottom: 0;
}
.office-column-col a {
  position: relative;
  width: 294px;
  height: auto;
  border: 2px solid #d8c4b6;
  box-sizing: border-box;
  margin-right: 3.8rem;
}
.office-column-col a::before {
  position: absolute;
  content: "";
  width: 18px;
  height: 15px;
  background-image: url(../img/shop/icon-ex-gray-pc.webp);
  background-size: 18px auto;
  right: 9px;
  bottom: 9px;
}
.office-lead {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.office-lead p:first-of-type {
  color: #213555;
  font-weight: 900;
  margin-bottom: 1.6rem;
}
.office-lead p:last-of-type {
  font-size: 1.2rem;
  line-height: 1.8;
}
/* footer */
/* トップへ戻るボタン */
footer {
  position: relative;
}
.btn-top {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  top: -20px;
  right: 10rem;
  background-color: rgba(33, 53, 85, 1);
  color: white;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
}
.btn-top::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  top: 40%;
  left: 50%;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
  transition: all 0.3s;
}
.btn-top:hover {
  opacity: 0.6;
}
.btn-top:hover::after {
  top: 30%;
}

/* ホバー時のエフェクト */
.back-to-top:hover {
  background: rgba(0, 0, 0, 0.8);
}
footer {
  font-size: 1.2rem;
}
.footer-top {
  padding: 6rem 0 4rem;
  background-color: #f5efe7;
}
.footer-logo {
  width: 45%;
  max-width: 327px;
  margin: 0 auto 8rem;
}
.footer-top .footer-bottom {
  background-color: #213555;
}
.footer-menu {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
.footer-menu a::before {
  content: "・";
}
.footer-bottom {
  color: #fff;
  padding: 6rem 0 4rem;
  background-color: #213555;
}
.footer-bottom .inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.link-footer {
  display: flex;
  gap: 3rem;
}

/* scroll margin */
#toyosu1,
#toyosu2,
#forms1,
#forms2,
#access1,
#access2,
#access3,
#food,
#shop,
#office1,
#office2 {
  scroll-margin-top: 156px;
}
/* tablet */

/* SP */
@media screen and (max-width: 1044px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  /* header */
  header {
    height: 68px;
    padding: 2rem 0;
    box-sizing: border-box;
  }
  .header-container {
    position: static !important;
    display: flex;
    width: 100%;
    height: fit-content;
    background-color: #fff;
    z-index: 2000;
  }
  .top-logos {
    width: 100%;
    height: 68px;
    display: flex;
    background-color: #fff;
    margin-top: -20px;
    padding: 2rem;
    box-sizing: border-box;
    z-index: 3000;
  }
  .logo-toyosu {
    position: static !important;
    width: 18rem;
    height: 35px;
    margin-right: 1.7rem;
  }
  .top-logo {
    position: static !important;
    width: 10rem;
    height: 32px;
  }

  .body-bg {
    padding: 6.8rem 0 6rem;
  }
  /* nav */
  .nav {
    position: absolute;
    width: 100%;
    height: 38rem;
    top: -50rem;
    right: 0;
    background-color: #213555;
    z-index: 1000;
    transition: all 0.5s;
  }
  .nav.active {
    top: 6.8rem;
  }
  .nav ul {
    display: block;
  }
  .nav ul li {
    position: relative;
  }
  .nav ul li::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 2.2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .nav-menu {
    margin-left: 0;
  }
  .nav-menu .inner-menu {
    /* position: static; */
    display: none;
    /* width: 100%;
    margin: auto;
    background: none;
    padding: 0; */
  }
  .inner-menu {
    left: 0 !important;
  }
  .in-menu {
    border: none;
  }
  .nav-menu a,
  .nav-menu p {
    margin: auto;
    padding: 2rem 0;
    color: #fff;
  }

  /* 3line menu */
  .sp-menu {
    position: absolute;
    right: 15px;
    top: 22px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 5000;
  }

  .sp-menu span {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    top: 0.5rem;
    left: 0;
    background-color: #000;
    transition: all 0.5s;
  }
  .sp-menu span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .sp-menu span:last-of-type {
    top: unset;
    bottom: 0.5rem;
  }

  .sp-menu.open span {
    transform: translateY(9px) rotate(45deg);
  }
  .sp-menu.open span:nth-child(2) {
    display: none;
  }
  .sp-menu.open span:last-of-type {
    transform: translateY(-9px) rotate(-45deg);
  }
  section {
    margin-bottom: 5rem;
  }

  /* hero */
  /* mv-slider */
  .mv-slider .mv-swiper {
    height: 31.6rem;
  }

  .hero-text h1 {
    font-size: 2rem;
  }
  .hero-text h1 span {
    font-size: 1.38rem;
  }
  .s-title {
    font-size: 2.4rem;
    margin-bottom: 2.5rem;
  }

  .btn-application {
    width: 100%;
    background-color: rgba(33, 53, 85, 0.6);
    bottom: 0;
    right: 0;
    box-sizing: border-box;
  }
  .btn-application .btn-type1 {
    width: 100%;
  }
  .btn-application .btn-type1:before {
    left: 8rem;
  }

  .bottom-space {
    margin-bottom: 8rem;
  }

  /* news */
  .news-list {
    width: 90%;
  }
  .news-list tr {
    display: block;
    padding: 1.5rem 1.5rem;
  }
  .news-list tr td:first-of-type,
  .news-list tr td:last-of-type {
    display: block;
    width: 96%;
  }
  .news-list tr td:first-of-type {
    margin-bottom: 1rem;
  }
  .news-list tr::after {
    right: 12px;
  }

  .btn-type1 {
    width: 90%;
  }
  .btn-type1::after {
    width: 6px;
    height: 6px;
    right: 1.8rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
  }

  /* access */
  .inner-m {
    width: 90%;
  }
  .access .inner iframe {
    height: 290px;
  }
  /* card */
  .inner-l {
    width: 90%;
    display: flex;
  }
  .inst-item {
    position: relative;
    width: 100%;
    height: 15rem;
    margin-bottom: 0;
  }
  .inst-item::after {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    top: 50%;
    right: 2.2rem;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: translateY(-50%) rotate(45deg);
  }
  .inst-bg {
    display: none;
  }

  .card-box {
    position: static;
    width: 90%;
    height: 15rem;
    transform: none;
    margin: 0 auto;
    padding: 0;
    background-image: url(../img/img_inst_sp_01.webp);
    background-size: contain;
    filter: drop-shadow(1px 1px 6px rgba(0, 0, 0, 0.4));
  }

  .inst-item:last-of-type .card-box {
    background-image: url(../img/img_inst_sp_02.webp);
  }
  .card-content {
    position: inherit;
    bottom: unset;
    left: unset;
    transform: none;
  }
  .card-content .s-title {
    font-size: 1.8rem;
    line-height: 1.5;
    margin-top: 4rem;
    color: #fff;
  }
  .card-content .s-title span {
    font-size: 1rem;
  }

  /* link-related */
  .link-related {
    display: block;
  }
  .link-related a {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .link-related a:after {
    width: 6px;
    height: 6px;
    right: 1.8rem;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
  }
  .link-related a img {
    display: block;
    width: 54%;
    margin: 0 auto;
  }

  /* about */
  .tab-menu {
    margin-bottom: 5rem;
    padding: 0;
  }
  .tab-menu ul li a {
    line-height: 1.2;
  }
  .tab-menu ul li a span {
    line-height: 1.2;
    margin-top: 0.4rem;
  }
  .tab-menu ul li:after {
    width: 6px;
    height: 6px;
    bottom: 8%;
  }
  .info {
    gap: 2rem;
  }
  .info:last-of-type {
    margin-bottom: 2rem;
  }
  .info-table {
    width: 100%;
  }
  /* building img */
  .info-pic {
    width: 100%;
    height: 260px;
  }
  .info .info-pic img {
    transform: translate(-42%, -40%) scale(0.6);
  }
  .info:nth-of-type(2) .info-pic img {
    transform: translate(-58%, -42%) scale(0.6);
  }
  .info:last-of-type .info-pic img {
    transform: translate(-51%, -47%) scale(0.3);
  }
  /* shop */
  .shop-column-col {
    width: 48%;
    margin-bottom: 4rem;
  }
  .shop-column-col-thumb {
    width: 100%;
    height: auto;
  }
  /* site map */
  .sitemap .inner {
    padding: 0 2rem;
  }
  .sitemap-column {
    display: block;
  }
  .sitemap-column > * {
    width: 100%;
    margin-bottom: 4rem;
  }
  .sitemap-column-col li {
    margin-bottom: 3.8rem;
  }

  /* application */
  .application .tab-menu ul li {
    height: 12rem;
  }
  .application .inner {
    padding: 0 2rem;
    box-sizing: border-box;
  }
  .download-table td:nth-child(2) {
    padding-left: 6%;
  }
  .file-links {
    flex-direction: column;
    align-items: center;
  }
  .file-links a {
    display: flex;
    justify-content: center;
    gap: 10px;
  }
  .file-links span {
    display: block;
    text-align: center;
    margin-top: 8px;
    font-size: 1.2rem;
  }
  .icon-list {
    gap: 20px;
  }
  .icon-list img {
    width: auto;
    height: 54px;
  }
  .note-acro {
    display: block;
  }
  .note-acro img {
    margin-bottom: 1.4rem;
  }

  /* office */
  .office .office-bg {
    padding: 4rem 0;
  }
  .office .tab-menu ul li {
    height: 12rem;
  }
  .office .inner {
    width: 90%;
  }
  .office-column .office-column-col {
    display: block;
    width: 90%;
    margin: 0 auto 6rem;
  }
  .office-column-col a {
    margin: 0 auto 4rem;
  }
  .office-bg:last-of-type {
    background-image: url(../img/office_02_bg.webp);
    background-size: cover;
    background-position: 280px center;
  }

  /* footer */
  .btn-top {
    right: 2rem;
  }
  .footer-top {
    padding: 4rem 0 3rem;
  }
  .footer-logo {
    position: relative;
    width: 60%;
    margin: 0 auto 7rem;
  }
  .footer-menu {
    position: relative;
    display: block;
    width: 90%;
  }
  .footer-menu::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    top: -3rem;
    background-color: #213555;
  }
  .footer-menu a {
    display: block;
    margin-bottom: 1.3rem;
  }
  .footer-bottom .inner {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  .link-footer {
    margin-bottom: 3rem;
    justify-content: center;
  }
  .footer-bottom .inner {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .info {
    flex-direction: column;
    gap: 2rem;
    margin-bottom: 6rem;
  }
  .info:last-of-type {
    margin-bottom: 2rem;
  }
  .info-table {
    width: 100%;
  }
  /* building img */
  .info-pic {
    width: 100%;
    height: 260px;
  }
  .info .info-pic img {
    transform: translate(-42%, -40%) scale(0.6);
  }
  .info:nth-of-type(2) .info-pic img {
    transform: translate(-58%, -42%) scale(0.6);
  }
  .info:last-of-type .info-pic img {
    transform: translate(-51%, -47%) scale(0.3);
  }
}
