@charset "UTF-8";
/*-------------------------------
色設定
-------------------------------*/
/*-------------------------------
文字太さ設定
-------------------------------*/
/*-------------------------------
mixin
-------------------------------*/
/*-------------------------------
Utility
-------------------------------*/
.u-mtA {
  margin-top: auto !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-mb90 {
  margin-bottom: 90px !important;
}

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

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-mb40-20 {
  margin-bottom: 40px !important;
}
@media (max-width: 767px) {
  .u-mb40-20 {
    margin-bottom: 20px !important;
  }
}

.u-textLink {
  color: #222;
  text-decoration: underline;
  word-break: break-all;
}

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

.u-center {
  text-align: center;
}

@media (max-width: 1024px) {
  .u-pc {
    display: none !important;
  }
}

@media (min-width: 1025px) {
  .u-spTab {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .u-pcTab {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

/*-------------------------------
全体設定
-------------------------------*/
html {
  height: 100%;
  font-size: 62.5%;
}

body {
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #222;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0px;
  font-weight: 500;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0px;
  }
}
body.-en {
  word-break: auto-phrase;
}

.main {
  margin-top: 132px;
}
@media (max-width: 1024px) {
  .main {
    margin-top: 65px;
  }
}
.main.-lp {
  margin-top: 0;
}

img {
  width: 100%;
}

a {
  color: #003840;
  text-decoration: underline;
  word-break: break-all;
  transition: 0.2s;
}
a:hover {
  opacity: 0.6;
}

a:focus-visible,
button:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 3px solid #222;
}

/*-------------------------------
ヘッダー
-------------------------------*/
.header {
  height: 132px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
@media (max-width: 1024px) {
  .header {
    height: 65px;
  }
}

.headerTop {
  padding: 3px 0;
  background-color: #222;
}
@media (max-width: 1024px) {
  .headerTop {
    display: none;
  }
}
.headerTop_inner {
  width: 100%;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 2rem;
}

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

.headerTopItem {
  position: relative;
}
.headerTopItem:not(:last-child) {
  margin-right: 10px;
  padding-right: 12px;
}
.headerTopItem:not(:last-child)::before {
  content: "";
  height: 12px;
  width: 2px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  background-color: #fff;
}
.headerTopItem_link {
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
}
.headerTopItem_text {
  color: #fff;
  font-size: 13px;
}

.headerBottom {
  height: 100px;
  background-color: #fff;
}
@media (max-width: 1024px) {
  .headerBottom {
    height: 65px;
  }
}
.headerBottom_inner {
  height: 100%;
  width: 100%;
  max-width: 1440px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto;
  padding: 0 2rem;
}

.headerLogo {
  max-width: 200px;
}
@media (max-width: 1024px) {
  .headerLogo {
    max-width: 150px;
  }
}
.headerLogo_link {
  display: block;
}

.headerNav {
  height: 100%;
  width: 100%;
}
@media (max-width: 1024px) {
  .headerNav {
    position: fixed;
    top: 65px;
    left: 0;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
  }
  .headerNav.-active {
    opacity: 1;
    visibility: visible;
  }
}

.headerNavList {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 1024px) {
  .headerNavList {
    height: auto;
    display: block;
  }
}

.headerNavItem {
  height: 100%;
  display: flex;
  align-items: center;
  position: relative;
  margin: 0 20px;
}
@media (max-width: 1024px) {
  .headerNavItem {
    display: block;
    margin: 0;
    padding: 20px 30px;
    border-top: 1px solid #aaa;
  }
}
.headerNavItem_link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
@media (max-width: 1024px) {
  .headerNavItem_link {
    width: 100%;
    justify-content: space-between;
  }
}
.headerNavItem_text {
  font-size: 15px;
  font-weight: 700;
}
.headerNavItem_icon {
  margin-left: 10px;
}

.headerChildNavList {
  min-height: 0;
  min-width: 290px;
  position: absolute;
  top: 100%;
  padding: 10px 0;
  background-color: #fff;
  border-radius: 0 0 20px 20px;
  opacity: 0;
  visibility: hidden;
  transition: 0.2s ease-in-out;
}
@media (max-width: 1024px) {
  .headerChildNavList {
    position: static;
  }
  .-active .headerChildNavList {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 1025px) {
  .headerNavItem.-parent:hover .headerChildNavList {
    min-height: 87px;
    opacity: 1;
    visibility: visible;
    box-shadow: 0.06px -0.1px 0 #aaa;
  }
}

.headerChildNavItem {
  padding: 5px 30px;
}
.headerChildNavItem_link {
  display: block;
  text-decoration: none;
  font-weight: 700;
}

.headerBottomSubList {
  padding: 30px 0;
  background-color: #222;
}

.headerBottomSubItem {
  margin-bottom: 10px;
  padding: 0 30px;
}
.headerBottomSubItem_link {
  text-decoration: none;
}
.headerBottomSubItem_text {
  color: #fff;
  font-weight: 700;
}

.navBtn {
  display: none;
}
@media (max-width: 1024px) {
  .navBtn {
    height: 15px;
    width: 30px;
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 24px;
    right: 20px;
    z-index: 11;
  }
}
.navBtn_lineWrap {
  height: 14px;
  width: 30px;
  display: block;
}
.navBtn_line {
  height: 1px;
  width: 100%;
  display: block;
  background-color: #222;
  transition: 0.2s;
}
.navBtn.-active .navBtn_line:nth-child(1) {
  transform: translate(0px, 7px) rotate(24deg);
}
.navBtn_line:nth-child(2) {
  transform: translateY(6px);
}
.navBtn.-active .navBtn_line:nth-child(2) {
  transform: translateY(6px) translateX(10px);
  opacity: 0;
}
.navBtn_line:nth-child(3) {
  transform: translateY(12px);
}
.navBtn.-active .navBtn_line:nth-child(3) {
  transform: translate(0px, 5px) rotate(-24deg);
}
.navBtn_text {
  font-size: 11px;
  line-height: 1.5;
  letter-spacing: 0px;
}

/*-------------------------------
フッター
-------------------------------*/
.footer {
  width: 100%;
  background-color: #fff;
}
.footer_inner {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.bnrList {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .bnrList {
    display: block;
  }
}

.bnrItem {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .bnrItem {
    max-width: 240px;
    margin: 0 auto;
  }
  .bnrItem:not(:last-child) {
    margin-bottom: 20px;
  }
}
.bnrItem_text {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 8px;
  color: #003840;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .bnrItem_text {
    margin-bottom: 4px;
    padding-bottom: 6px;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}
.bnrItem_text::before {
  content: "";
  height: 2px;
  width: 30px;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #003840;
}
.bnrItem_link {
  display: block;
}

.subLinkList {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.subLinkItem {
  width: 120px;
}
.subLinkItem_link {
  display: block;
}
.subLinkItem_text {
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
}

.footerCopy {
  padding: 20px 0;
  text-align: center;
}
.footerCopy_text {
  color: #003840;
  font-size: 12px;
  line-height: 2.2;
  letter-spacing: 0.75px;
}

/*-------------------------------
共通コンポーネント
-------------------------------*/
.section {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}
.section.-green {
  background-color: #003840;
}
.section.-p0 {
  padding: 0;
}
.section.-pb0 {
  padding-bottom: 0;
}

.container {
  max-width: 1200px;
  margin-inline: auto;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}

.breadcrumb {
  padding: 10px 0;
  background-color: #003840;
}
.breadcrumb_inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.breadcrumb_list {
  display: flex;
  align-items: center;
  overflow-x: auto;
}
.breadcrumb_item {
  position: relative;
}
@media (max-width: 767px) {
  .breadcrumb_item {
    display: inline-block;
  }
}
.breadcrumb_item:not(:last-child) {
  margin-right: 20px;
}
.breadcrumb_link {
  display: flex;
  align-items: center;
  color: #fff;
  text-decoration: none;
}
.breadcrumb_text {
  color: #fff;
  font-size: 13px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  white-space: nowrap;
}
.breadcrumb_icon {
  margin-left: 20px;
}

.btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  background-color: #025b97;
  text-decoration: none;
}
.btn.-w300 {
  max-width: 300px;
}
.btn.-w500 {
  max-width: 500px;
}
.btn.-center {
  margin: 0 auto;
}
.btn_text {
  color: #fff;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.33px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .btn_text {
    font-size: 16px;
    line-height: 2.2;
    letter-spacing: 0.33px;
  }
}

/*-------------------------------
overview
-------------------------------*/
.overview {
  color: #fff;
}
.overview_title {
  margin-bottom: 30px;
  font-size: 43px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .overview_title {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}
.overview_text {
  margin-bottom: 30px;
}
.overview_borderText {
  display: inline-block;
  padding: 10px 30px;
  border: 3px solid #00dcff;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}
@media (max-width: 767px) {
  .overview_borderText {
    padding: 10px 15px;
  }
}

/*-------------------------------
news
-------------------------------*/
.news_title {
  margin-bottom: 30px;
  font-size: 43px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .news_title {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}

.newsList {
  border-top: 1px solid #aaa;
}

.newsItem {
  display: flex;
  align-items: flex-start;
  padding: 20px 20px;
  border-bottom: 1px solid #aaa;
}
@media (max-width: 767px) {
  .newsItem {
    display: block;
    padding: 20px 16px;
  }
}
.newsItem_dateWrap {
  width: 260px;
  display: flex;
  margin-top: 5px;
  padding-right: 20px;
}
@media (max-width: 767px) {
  .newsItem_dateWrap {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    padding-bottom: 10px;
  }
}
.newsItem_date {
  margin-right: 10px;
  color: #003840;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.75px;
}
@media (max-width: 767px) {
  .newsItem_date {
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.75px;
  }
}
@media (max-width: 767px) {
  .newsItem_tagWrap {
    display: flex;
  }
}
.newsItem_tag {
  min-width: 140px;
  padding: 0 10px;
  border: 1px solid #003840;
  color: #003840;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  text-align: center;
}
@media (max-width: 767px) {
  .newsItem_tag {
    min-width: auto;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}
.newsItem_tag:not(:only-child) {
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .newsItem_tag:not(:only-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.newsItem_title {
  width: calc(100% - 238px);
  padding-left: 20px;
  color: #003840;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .newsItem_title {
    width: 100%;
    padding-left: 0;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}
.newsItem_link {
  display: block;
  text-decoration: none;
}

.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  clear: none;
  margin-top: 30px;
}
.wp-pagenavi > a,
.wp-pagenavi > span {
  height: 32px;
  width: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 5px !important;
  padding: 0 !important;
  border-color: #aaa !important;
}
.wp-pagenavi > span.current {
  border-color: #003840 !important;
  background-color: #003840;
  color: #fff;
}
.wp-pagenavi .previouspostslink::before {
  content: "\f104";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}
.wp-pagenavi .nextpostslink::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 14px;
}

.singlePost {
  padding: 60px 0;
}
@media (max-width: 767px) {
  .singlePost {
    padding: 30px 0;
  }
}
.singlePost_dateWrap {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .singlePost_dateWrap {
    display: block;
  }
}
.singlePost_date {
  margin-right: 20px;
}
@media (max-width: 767px) {
  .singlePost_date {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
.singlePost_tagWrap {
  display: flex;
  align-items: center;
}
.singlePost_tag {
  padding: 0 20px;
  border: 1px solid #003840;
  color: #003840;
  font-size: 14px;
  line-height: 2.2;
  letter-spacing: 0.63px;
  text-align: center;
}
@media (max-width: 767px) {
  .singlePost_tag {
    padding: 0 10px;
    font-size: 12px;
    line-height: 2.2;
    letter-spacing: 0.63px;
  }
}
.singlePost_tag:not(:last-child) {
  margin-right: 10px;
}
.singlePost_title {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #efefef;
  color: #003840;
  font-size: 28px;
  line-height: 2.2;
  letter-spacing: 0.63px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .singlePost_title {
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.63px;
  }
}

.singlePostMain {
  border-bottom: 1px solid #efefef;
}
.singlePostMain h2.wp-block-heading {
  margin-bottom: 25px;
  padding: 10px 20px;
  background-color: #003840;
  color: #fff;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 700;
}
.singlePostMain h3.wp-block-heading {
  margin-bottom: 25px;
  padding-left: 8px;
  border-bottom: 2px solid #003840;
  font-size: 18px;
  line-height: 2.2;
  letter-spacing: 0.42px;
  font-weight: 700;
}
.singlePostMain h4.wp-block-heading {
  margin-bottom: 25px;
  padding-left: 8px;
  border-left: 8px solid #003840;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.singlePostMain h5.wp-block-heading {
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.4px;
  font-weight: 700;
}
.singlePostMain .wp-block-quote {
  margin-bottom: 25px;
  padding: 20px;
  border: 1px solid #aaa;
}
.singlePostMain ul.wp-block-list {
  margin-bottom: 25px;
}
.singlePostMain ul.wp-block-list > li {
  position: relative;
  padding-left: 2.5em;
}
.singlePostMain ul.wp-block-list > li::before {
  content: "";
  height: 4px;
  width: 4px;
  display: block;
  position: absolute;
  top: 16px;
  left: 10px;
  background-color: #222;
  border-radius: 50%;
}
.singlePostMain ol.wp-block-list {
  margin-bottom: 25px;
  counter-reset: number 0;
}
.singlePostMain ol.wp-block-list > li {
  position: relative;
  padding-left: 2.5em;
}
.singlePostMain ol.wp-block-list > li::before {
  content: counter(number) ".";
  position: absolute;
  top: 0;
  left: 5px;
  counter-increment: number 1;
}
.singlePostMain .wp-block-gallery,
.singlePostMain .wp-block-audio,
.singlePostMain .wp-block-cover,
.singlePostMain .wp-block-file,
.singlePostMain .wp-block-video,
.singlePostMain .wp-block-table,
.singlePostMain .wp-block-columns,
.singlePostMain .wp-block-separator,
.singlePostMain .wp-block-calendar {
  margin-bottom: 25px;
}
.singlePostMain .wp-block-file__button {
  background-color: #025b97;
  border-radius: 0;
}
.singlePostMain .wp-block-buttons {
  margin-bottom: 25px;
}
.singlePostMain .wp-block-buttons .wp-block-button__link {
  background-color: #025b97;
  border-radius: 0;
  font-size: 16px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
}
.singlePostMain .wp-block-embed-youtube {
  max-width: 800px;
  margin: 0 auto 25px;
}
.singlePostMain .wp-block-embed-youtube .wp-block-embed__wrapper {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.singlePostMain .wp-block-embed-youtube .wp-block-embed__wrapper > iframe {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.singlePostMain > p:not([class]) {
  margin-bottom: 25px;
}
.singlePostMain p + p:not([class]) {
  margin-bottom: 25px;
}
.singlePostMain a:not([class]) {
  color: #025b97;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .singlePostMain a:not([class]) {
    word-break: break-all;
  }
}
.singlePostMain .-bold {
  font-weight: 700;
}
.singlePostMain .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .singlePostMain .grid {
    gap: 10px;
  }
}
.singlePostMain .grid br {
  display: none;
}

.singlePostEvent {
  margin-bottom: 25px;
}
.singlePostEvent_imageWrap {
  margin-bottom: 25px;
}
.singlePostEvent_overviewWrap {
  margin-bottom: 25px;
}
.singlePostEvent_overview {
  color: #003840;
  font-size: 21px;
  line-height: 2.2;
  letter-spacing: 0.53px;
  font-weight: 700;
}
.singlePostEvent_overviewItem {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #003840;
  border-left: 1px solid #003840;
}
@media (max-width: 767px) {
  .singlePostEvent_overviewItem {
    display: block;
  }
}
.singlePostEvent_overviewTitle {
  width: 20%;
  padding: 5px 10px;
  background-color: #003840;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #003840;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .singlePostEvent_overviewTitle {
    width: 100%;
    border-bottom: none;
  }
}
.singlePostEvent_overviewText {
  width: 80%;
  padding: 5px 10px;
  background-color: #fff;
  border-bottom: 1px solid #003840;
  border-right: 1px solid #003840;
}
@media (max-width: 767px) {
  .singlePostEvent_overviewText {
    width: 100%;
    text-align: center;
  }
}
.singlePostEvent_overviewBtnWrap {
  padding: 30px;
  background-color: #e3efee;
}

.singleNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 30px;
}
@media (max-width: 767px) {
  .singleNav {
    margin-top: 60px;
  }
}
.singleNav_link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.singleNav_title {
  font-weight: 700;
  line-height: 1;
}
.singleNav_arrow {
  height: 16px;
  width: 16px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #003840;
  font-size: 18px;
}
.singleNav_li.-prev .singleNav_arrow {
  margin-top: 3px;
  margin-right: 10px;
}
.singleNav_li.-next .singleNav_arrow {
  margin-top: 3px;
  margin-left: 10px;
}

/*-------------------------------
download
-------------------------------*/
.download {
  padding: 40px 0 80px;
  text-align: center;
}
@media (max-width: 767px) {
  .download {
    padding: 40px 0;
  }
}
.download_wrap {
  max-width: 640px;
  display: flex;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media (max-width: 767px) {
  .download_wrap {
    display: block;
    margin: 20px auto 0;
  }
}
.download_item {
  width: 100%;
  max-width: 300px;
}
@media (max-width: 767px) {
  .download_item {
    max-width: none;
  }
}
.download_item + .download_item {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .download_item + .download_item {
    margin-left: 0;
    margin-top: 20px;
  }
}
.download_title {
  margin-bottom: 30px;
  font-size: 43px;
  line-height: 2.2;
  letter-spacing: 0.75px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .download_title {
    font-size: 36px;
    line-height: 2;
    letter-spacing: 0.75px;
  }
}
.download_btn {
  width: 100%;
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #025b97;
  text-decoration: none;
}
.download_btn.-lightBlue {
  background-color: #0274c0;
}
.download_btnText {
  color: #fff;
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.75px;
  font-weight: 700;
}
.download_btnBottomText {
  font-weight: 700;
}

/*-------------------------------
lp
-------------------------------*/
.lpFloating {
  position: fixed;
  top: 132px;
  right: 0;
  z-index: 1;
  display: flex;
}
@media (max-width: 1024px) {
  .lpFloating {
    top: 65px;
  }
}
@media (max-width: 767px) {
  .lpFloating {
    top: auto;
    bottom: 0;
    left: 0;
  }
}
.lpFloating_btn {
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.lpFloating_btn.-material {
  background-color: #1da242;
  width: 176px;
}
@media (max-width: 767px) {
  .lpFloating_btn.-material {
    width: 50%;
  }
}
.lpFloating_btn.-contact {
  background-color: #00aae7;
  width: 200px;
}
@media (max-width: 767px) {
  .lpFloating_btn.-contact {
    width: 50%;
  }
}

.lp {
  line-height: 1.5;
}
.lp .wp-block-spacer {
  margin-top: 0;
}
@media (max-width: 767px) {
  .lp .wp-block-spacer {
    height: 50px !important;
  }
}
.lp h2.wp-block-heading {
  margin-top: 0;
  color: #0274c0;
  font-size: 32px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lp h2.wp-block-heading {
    font-size: 24px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.lp .is-layout-flex > :is(*, div) {
  margin-inline: auto;
}
.lp .wp-block-columns {
  padding: 0;
  margin-bottom: 0;
}
.lp .wp-block-button__link {
  min-width: 280px;
  background-color: #00dcff;
  border-radius: 0;
  color: #222;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 1px;
  font-weight: 700;
}

.lpKv {
  height: 700px;
  width: 100%;
  position: relative;
  margin-top: 132px;
  background-image: url(../image/lpKv_bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media (max-width: 767px) {
  .lpKv {
    height: 100vh;
    margin-top: 65px;
  }
}
.lpKv_contents {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 0 40px;
  background-color: #003840;
}
@media (max-width: 767px) {
  .lpKv_contents {
    padding-bottom: 30px;
  }
}
.lpKv_textWrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.lpKv_bigText {
  color: #fff;
  font-size: 100px;
  line-height: 1.5;
  letter-spacing: 3px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpKv_bigText {
    font-size: 13vw;
  }
}
.lpKv_middleText {
  color: #0bfc03;
  font-size: 28px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpKv_middleText {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.lpKv_text {
  color: #fff;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
}
@media (max-width: 767px) {
  .lpKv_text {
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

.lpSubjectList_title {
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
  margin-bottom: 10px;
}

.lpSubjectItem {
  display: flex;
  border: 3px solid #0274c0;
}
.lpSubjectItem + .lpSubjectItem {
  margin-top: 10px;
}
.lpSubjectItem_title {
  width: 40%;
  display: flex;
  align-items: center;
  padding: 10px;
  background-color: #0274c0;
  color: #fff;
  font-weight: 700;
}
.lpSubjectItem_text {
  width: 60%;
  padding: 12px 10px;
  color: #0274c0;
}

.lpOfferList {
  display: flex;
  gap: 20px;
}
@media (max-width: 767px) {
  .lpOfferList {
    flex-direction: column;
    gap: 10px;
  }
}

.lpOfferItem {
  width: 33.33333%;
  display: flex;
  align-items: center;
  position: relative;
  padding: 35px 20px 35px 60px;
  background-color: #fff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lpOfferItem {
    width: 100%;
    padding: 20px 16px 20px 60px;
  }
}
.lpOfferItem::before {
  content: "";
  height: 100px;
  width: 160px;
  position: absolute;
  top: -52px;
  left: -46px;
  z-index: 0;
  transform: rotate(-35deg);
  background-color: #0274c0;
}
@media (max-width: 767px) {
  .lpOfferItem::before {
    top: -75px;
  }
}
.lpOfferItem_title {
  position: absolute;
  top: 3px;
  left: 10px;
  z-index: 1;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpOfferItem_title {
    top: 0px;
    left: 6px;
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}

.lpTenant_places {
  color: #00504e;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
.lpTenant_wrap {
  border-top: 1px solid #97c73c;
  border-left: 1px solid #97c73c;
}
.lpTenant .wp-block-columns {
  gap: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}
@media (max-width: 767px) {
  .lpTenant .wp-block-columns {
    grid-template-columns: 1fr;
  }
}
.lpTenant_item {
  border-bottom: 1px solid #97c73c;
  border-right: 1px solid #97c73c;
  padding: 25px 20px 20px;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
  max-width: 290px;
  margin-inline: 0 !important;
}
@media (max-width: 767px) {
  .lpTenant_item {
    display: flex;
    flex-direction: column;
    max-width: none;
  }
}
.lpTenant .wp-block-image {
  max-width: 200px;
  margin: 0 auto;
}
.lpTenant h4 {
  font-weight: 700;
  margin-top: 20px;
}
.lpTenant .wp-block-paragraph {
  margin-top: 8px;
}
.lpTenant_btn {
  margin-inline: 0 !important;
}
.lpTenant_btn .wp-block-button__link {
  min-width: auto;
  background-color: #ebf5f3;
  color: #00504e;
  min-height: 40px;
  font-size: 14px;
  font-weight: 400;
  border: 0;
}

.lpCaseItem {
  display: flex;
  border-bottom: 2px solid #0274c0;
}
.lpCaseItem + .lpCaseItem {
  margin-top: 15px;
}
.lpCaseItem_title {
  width: 20%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0274c0;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpCaseItem_title {
    padding: 16px;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
    writing-mode: vertical-lr;
  }
}
.lpCaseItem_textWrap {
  width: 80%;
  padding: 10px 20px 10px 40px;
}
@media (max-width: 767px) {
  .lpCaseItem_textWrap {
    padding: 16px;
  }
}
.lpCaseItem_textLink {
  display: inline-block;
  color: #119fb5;
}

.lpPlaceList:not(.is-not-stacked-on-mobile) > .wp-block-column {
  width: 50%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 767px) {
  .lpPlaceList > .wp-block-column + .wp-block-column {
    margin-top: 40px;
  }
}
.lpPlaceList > .wp-block-column h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpPlaceList > .wp-block-column h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}
.lpPlaceList > .wp-block-column > p {
  flex: 1;
}
.lpPlaceList > .wp-block-column > p > a {
  display: inline-block;
  color: #119fb5;
}

.lpFlowList {
  background-color: #003840;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}
@media (max-width: 767px) {
  .lpFlowList {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.lpFlowItem {
  display: flex;
}
.lpFlowItem_figure {
  width: 46px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  margin-right: 20px;
}
.lpFlowItem_contents {
  width: calc(100% - 66px);
  color: #fff;
}
.lpFlowItem_title {
  margin-bottom: 10px;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 2px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpFlowItem_title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 2px;
  }
}

.lpfaqList h3 {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .lpfaqList h3 {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0px;
  }
}/*# sourceMappingURL=layout.css.map */