@charset "UTF-8";
/* Scss Document */
/******************************************
mixin
******************************************/
@media (max-width: 500px) {
  .testtest {
    width: 100px;
  }
}

/******************************************
fonts
******************************************/
/******************************************
HTML一般設定
******************************************/
html {
  height: -webkit-fill-available;
}
body {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 500;
  color: #000;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available;
}
@media (max-width: 900px) {
  body {
    font-size: 11.9px;
  }
}

::-webkit-scrollbar {
  width: 10px;
}

::-webkit-scrollbar-track {
  background-color: #fff;
}

::-webkit-scrollbar-thumb {
  background-color: #000;
}

img {
  width: 100%;
  height: auto;
}

/******************************************
ユーティリティー
******************************************/
.u-wbr {
  word-break: keep-all;
}

.u-mt100 {
  margin-top: 100px;
}

.u-mt90 {
  margin-top: 90px;
}

.u-mt80 {
  margin-top: 80px;
}

.u-mt70 {
  margin-top: 70px;
}

.u-mt60 {
  margin-top: 60px;
}

.u-mt50 {
  margin-top: 50px;
}

.u-mt40 {
  margin-top: 40px;
}

.u-mt30 {
  margin-top: 30px;
}

.u-mt20 {
  margin-top: 20px;
}

.u-mt10 {
  margin-top: 10px;
}

.u-mb100 {
  margin-bottom: 100px;
}

.u-mb80 {
  margin-bottom: 80px;
}

.u-mb70 {
  margin-bottom: 70px;
}

.u-mb60 {
  margin-bottom: 60px;
}

.u-mb50 {
  margin-bottom: 50px;
}

.u-mb40 {
  margin-bottom: 40px;
}

.u-mb30 {
  margin-bottom: 30px;
}

.u-mb20 {
  margin-bottom: 20px;
}

.u-mb10 {
  margin-bottom: 10px;
}

.u-unbounded {
  font-family: "Unbounded", sans-serif;
  font-weight: 600;
}

.u-bold {
  font-weight: 700 !important;
}

/******************************************
テキスト
******************************************/
@media (min-width: 1026px) {
  br.-pc, span.-pc {
    display: inline-block !important;
  }
}
@media (max-width: 1025px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (max-width: 900px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-tb, span.-tb {
    display: inline-block !important;
  }
}
@media (max-width: 900px) {
  br.-tb, span.-tb {
    display: none;
  }
}
@media (min-width: 1026px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 900px) {
  br.-sp, span.-sp {
    display: inline-block !important;
  }
}

/******************************************
サイト共通コンポーネントパーツ（ボタン、タイトル部品単位）
******************************************/
.container {
  width: 100%;
  max-width: 1280px;
  padding-left: 40px;
  padding-right: 40px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1025px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 900px) {
  .container {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.container.-small {
  max-width: 1080px;
}

/******************************************
コモンパーツ（ヘッダー、フッター）
******************************************/
.kv {
  height: 100vh;
  background: url(../images/kvBarckground.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  position: relative;
}
@media (max-width: 900px) {
  .kv {
    height: 80vh;
  }
}

.logo {
  width: 180px;
  margin: 10vh auto 10vh;
}
@media (max-width: 1025px) {
  .logo {
    height: auto;
    width: 200px;
    margin: 8vh auto 8vh;
  }
}

.kvText {
  max-width: 850px;
  margin: 0 auto;
  text-align: center;
}
.kvText_text {
  font-size: 40px;
  font-weight: 900;
  color: #153362;
  display: inline-block;
  background-color: #fff;
  text-align: center;
  padding: 0 5px;
}
.kvText_text:nth-of-type(2) {
  margin: 3.5vh 0;
}
@media (max-width: 900px) {
  .kvText_text {
    font-size: 20px;
  }
}

.kvDecoText {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 1200px;
  width: calc(100% - 40px);
}

.snsArea {
  padding: 50px 0 59px;
  background: rgb(0, 143, 128);
  background: linear-gradient(90deg, rgb(0, 143, 128) 0%, rgb(21, 51, 98) 100%);
}

.snsCopy {
  font-size: 24px;
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .snsCopy {
    font-size: 20.4px;
  }
}

.snsList {
  display: flex;
  justify-content: center;
  align-items: center;
}

.snsItem {
  width: 50px;
  height: 50px;
  margin: 0 10px;
  box-shadow: 5px 5px 10px rgba(143, 145, 165, 0.1490196078);
}
.snsItem a {
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 10px;
  overflow: hidden;
}
.snsItem.-note a {
  padding: 0;
}

.access {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0;
}
.access .accessLink {
  grid-column: 1/3;
}
@media (max-width: 900px) {
  .access {
    grid-template-columns: 1fr;
  }
  .access .accessLink {
    grid-column: 1/2;
  }
}

.accessImage {
  min-height: 590px;
  background: url(../images/zetbaseimage.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
.accessImage img {
  display: none;
}
@media (max-width: 900px) {
  .accessImage {
    min-height: auto;
    background: none;
  }
  .accessImage img {
    display: block;
  }
}

.accessDetail {
  padding: 50px;
  background-color: #fff;
  min-height: 236px;
}
.accessDetail_title {
  font-size: 24px;
  line-height: 1.75;
  letter-spacing: 0em;
  font-weight: 900;
  color: #153362;
  padding-left: 10px;
  border-left: solid 10px #008F8C;
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .accessDetail_title {
    font-size: 20.4px;
  }
}
.accessDetail_text {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  font-weight: 500;
  color: #153362;
}
@media (max-width: 900px) {
  .accessDetail_text {
    font-size: 15.3px;
  }
}

.accessMap {
  height: 354px;
}
.accessMap iframe {
  width: 100%;
  height: 100%;
}

.accessLink {
  padding: 50px;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(90deg, rgba(0, 143, 140, 0.1019607843) 0%, rgba(21, 51, 98, 0.1019607843) 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnRound {
  display: block;
  background: rgb(0, 143, 128);
  background: linear-gradient(90deg, rgb(0, 143, 128) 0%, rgb(21, 51, 98) 100%);
  width: fit-content;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #fff;
  padding: 27px 44px;
  text-align: center;
  border-radius: 40px;
  transition: all 0.3s;
}
@media (max-width: 900px) {
  .btnRound {
    font-size: 15.3px;
  }
}
.btnRound:hover {
  opacity: 0.9;
}

.partner {
  padding: 80px 0;
}

.sectionTitle {
  font-size: 44px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 900;
  color: #153362;
  position: relative;
  padding-bottom: 25px;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 900px) {
  .sectionTitle {
    font-size: 37.4px;
  }
}
.sectionTitle::after {
  content: "";
  display: inline-block;
  height: 5px;
  width: 60px;
  background: rgb(0, 143, 128);
  background: linear-gradient(90deg, rgb(0, 143, 128) 0%, rgb(21, 51, 98) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.partnerList {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 25px;
}
@media (max-width: 900px) {
  .partnerList {
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
  }
}

.partnerItem {
  border: solid 1px #707070;
}
.partnerItem a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
}

.contact {
  padding: 50px;
  justify-content: center;
  align-items: center;
  background: transparent linear-gradient(90deg, rgba(0, 143, 140, 0.1019607843) 0%, rgba(21, 51, 98, 0.1019607843) 100%) 0% 0% no-repeat padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

.btnWrap {
  display: flex;
  justify-content: center;
}

.footHeading {
  padding: 0 0 50px;
}
.footHeading_logo {
  width: 200px;
  margin: 0 auto 40px;
}
.footHeading_name {
  font-size: 20px;
  line-height: 1.8;
  letter-spacing: 0em;
  font-weight: 900;
  color: #153362;
  text-align: center;
}
@media (max-width: 900px) {
  .footHeading_name {
    font-size: 17px;
  }
}
.footHeading_text {
  font-size: 16px;
  line-height: 2.25;
  letter-spacing: 0em;
  font-weight: 500;
  color: #153362;
  text-align: center;
}
@media (max-width: 900px) {
  .footHeading_text {
    font-size: 13.6px;
  }
}
.footHeading_text:first-of-type {
  margin-bottom: 6px;
}

.operator {
  padding: 70px 0;
  border-top: solid 1px #008F8C;
}
@media (max-width: 900px) {
  .operator {
    padding: 55px 0;
  }
}

.operatorList {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.operatorItem {
  width: 220px;
  margin: 0 35px;
}
@media (max-width: 900px) {
  .operatorItem {
    max-width: 180px;
    margin: 15px 0;
  }
}

.zetvalley {
  padding: 50px 0;
  border-top: solid 1px #008F8C;
}
.zetvalley_logo {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.copyright {
  background-color: #F7F7F7;
  padding: 50px 0;
}
.copyright_text {
  font-size: 13px;
  line-height: 2.7692307692;
  letter-spacing: 0em;
  font-weight: 500;
  color: #153362;
  text-align: center;
}
@media (max-width: 900px) {
  .copyright_text {
    font-size: 11.05px;
  }
}

.newsSlideList {
  padding: 20px 0;
}

.newsSlideItem {
  height: auto;
  box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.16);
}
.newsSlideItem_link {
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #008F8C;
  transition: 0.2s;
}
.newsSlideItem_link:hover {
  opacity: 0.7;
}
.newsSlideItem_textWrap {
  height: 100%;
  display: flex;
}
.newsSlideItem_dateWrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: 5px;
  padding: 4px 6px;
  background-color: #fff;
}
.newsSlideItem_year {
  color: #153362;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 900px) {
  .newsSlideItem_year {
    font-size: 10.2px;
  }
}
.newsSlideItem_month {
  color: #153362;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 900px) {
  .newsSlideItem_month {
    font-size: 17px;
  }
}
.newsSlideItem_day {
  color: #153362;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 900px) {
  .newsSlideItem_day {
    font-size: 17px;
  }
}
.newsSlideItem_title {
  padding: 10px;
  color: #fff;
  font-size: 16px;
  line-height: 1.5625;
  letter-spacing: 0em;
  font-weight: 500;
}
@media (max-width: 900px) {
  .newsSlideItem_title {
    font-size: 13.6px;
  }
}

/*.newsItem {
	display: flex;
	align-items: top;
	width: 100%;
	transition: all .3s;


	@include mediaSmartphone(){
		display: block;

	}

	&:hover {
		opacity: 0.6;
	}

	&_date {
		font-size: 16px;
		color: $color-blue;
		width: 100px;

		@include mediaSmartphone(){
			font-size: 14px;
			margin-bottom: 8px;
			width: 100%;
		}
	}

	&_contents {
		width: calc(100% - 100px);
		font-size: 16px;
		position: relative;
		padding-left: 20px;

		&::before {
			position: absolute;
			content: "";
			top: 50%;
			left: 0;
			transform: translateY(-50%);
			width: 5px;
			height: 100%;
			background: linear-gradient(90deg, rgba(0,143,128,1) 0%, rgba(21,51,98,1) 100%);;
		}


		@include mediaSmartphone(){
			font-size: 14px;
			width: 100%;
		}

		span {
			font-size: 24px;

			@include mediaSmartphone(){
				font-size: 14px;
			}
		}

		p {
			text-decoration: underline;
			width: fit-content;
		}
	}
}*/
/******************************************
主にINDEXページ
******************************************/
.news {
  padding: 70px 0;
}
@media (max-width: 900px) {
  .news {
    padding: 50px 0;
  }
}
.news_item {
  display: block;
  margin-top: 28px;
}
.news_item:first-child {
  margin-top: 0;
}
@media (max-width: 900px) {
  .news_item {
    margin-top: 20px;
  }
}
.news_link {
  margin-top: 30px;
}
@media (max-width: 900px) {
  .news_link {
    margin-top: 32px;
  }
}

.floorGuide {
  padding: 50px 0 0;
}

.floorMap {
  padding: 0 0 80px;
}
@media (max-width: 1025px) {
  .floorMap {
    padding: 0 0 40px;
  }
}

.carousel {
  margin: 0 0 20px;
  padding: 20px;
}
.carousel_mainWrapper {
  position: relative;
  padding: 0 0 40px;
  max-width: 900px;
  margin: 0 auto;
}
.carousel_mainWrapper:before {
  content: "";
  display: block;
  padding: 66.7% 0 0;
}
.carousel_button {
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  height: calc(100% - 40px);
  padding: 0 8px;
  font-size: 18px;
  background: #fff;
  opacity: 0.9;
  transition: 0.2s;
  z-index: 1;
}
@media (max-width: 1025px) {
  .carousel_button {
    padding: 0 4px;
    font-size: 24px;
  }
}
.carousel_button:hover {
  opacity: 0.6;
  cursor: pointer;
  background: #fff;
}
.carousel_button.-next {
  right: 0;
}
.carousel_button.-prev {
  left: 0;
}
.carousel_main {
  position: absolute;
  top: 0;
  opacity: 0;
  transition: 0.2s;
}
.carousel_main.-show {
  opacity: 1;
}
.carousel_mainText {
  padding: 10px 0 0;
  text-align: center;
}
.carousel_list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 24px;
}
@media (max-width: 900px) {
  .carousel_list {
    grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    gap: 10px;
  }
}
.carousel_listItem {
  transition: 0.2s;
}
.carousel_listItem:hover {
  opacity: 0.6;
  cursor: pointer;
}
.carousel_listItem.-show {
  opacity: 0.6;
  cursor: pointer;
}

/******************************************
主にABOUTページ
******************************************/
/******************************************
Wordpressが出力するタグへのスタイル
******************************************/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 16px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 400;
}
@media (max-width: 900px) {
  .wp-pagenavi {
    font-size: 13.6px;
  }
}
@media (max-width: 1025px) {
  .wp-pagenavi {
    font-size: 1.4rem;
  }
}
.wp-pagenavi > * {
  background-color: #FFF;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: inherit;
  text-decoration: none;
  margin: 0 10px 5px;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
@media (max-width: 1025px) {
  .wp-pagenavi > * {
    margin: 0 5px 5px;
    width: 30px;
    height: 30px;
  }
}
.wp-pagenavi a {
  transition: all 0.3s;
}
.wp-pagenavi a:hover {
  color: #FFF;
}
.wp-pagenavi .current {
  color: #FFF;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  position: relative;
}
.wp-pagenavi .previouspostslink:before,
.wp-pagenavi .nextpostslink:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: 700;
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-pagenavi .previouspostslink:before {
  font-family: "Font Awesome 6 Free";
  content: "\f104";
}
.wp-pagenavi .nextpostslink:before {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
}

.form_name {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 900px) {
  .form_name {
    font-size: 13.6px;
  }
}
.form_must {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 4px 25px;
  background-color: #000;
  display: inline-block;
  margin-left: 10px;
}
@media (max-width: 900px) {
  .form_must {
    font-size: 13.6px;
  }
}
.form_input {
  margin-bottom: 30px;
}
.form_input input, .form_input textarea {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0em;
  font-weight: 700;
  padding: 25px 35px;
  background-color: #fff;
  width: 100%;
}
@media (max-width: 900px) {
  .form_input input, .form_input textarea {
    font-size: 13.6px;
  }
}
.form_check {
  margin-bottom: 30px;
}
.form_check.-center {
  display: flex;
  justify-content: center;
}
.form_check label {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: fit-content;
  margin-bottom: 10px;
}
.form_check label input {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  border: solid 1px #000;
}
.form_file {
  margin-bottom: 30px;
}
.form_btn {
  display: flex;
  align-items: center;
  justify-content: center;
}
.form_btn .roundBtn {
  margin: 0 10px;
}
.form_btn br {
  display: none;
}
.form_agree .wpcf7-list-item-label {
  display: none;
}

/******************************************
Wordpress管理画面のカスタマイズ
******************************************/
.block-editor-block-list__layout h2 {
  position: relative;
}
.block-editor-block-list__layout h3 {
  position: relative;
}

.block-editor-block-list__block.wp-block.wp-block-spacer {
  background-color: #fff;
  border: solid 1px #000;
  position: relative;
}
.block-editor-block-list__block.wp-block.wp-block-spacer:after {
  content: "スペース空け";
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}

body.customize-support .header {
  top: 32px;
}

.wpcf7-not-valid-tip {
  position: absolute;
  word-break: keep-all;
}

.wpcf7-response-output {
  border: none;
}/*# sourceMappingURL=layout.css.map */