@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Scss Document */
/******************************************
mixin
******************************************/
/******************************************
fonts
******************************************/
/******************************************
HTML一般設定
******************************************/
body {
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  color: #414141;
}
@media (max-width: 600px) {
  body {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
}

img {
  width: 100%;
}

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

.-bold {
  font-weight: 700;
}

@media (min-width: 1026px) {
  br.-pc, span.-pc {
    display: inline-block;
  }
}
@media (max-width: 1025px) {
  br.-pc, span.-pc {
    display: none;
  }
}
@media (max-width: 600px) {
  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;
  }
}
@media (min-width: 1026px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 1025px) {
  br.-sp, span.-sp {
    display: none;
  }
}
@media (max-width: 600px) {
  br.-sp, span.-sp {
    display: inline-block;
  }
}
br.-spNone, span.-spNone {
  display: inline;
}
@media (max-width: 600px) {
  br.-spNone, span.-spNone {
    display: none;
  }
}

.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-onlyPcTab {
  display: block;
}
@media (max-width: 600px) {
  .u-onlyPcTab {
    display: none;
  }
}

.u-onlySp {
  display: none;
}
@media (max-width: 600px) {
  .u-onlySp {
    display: block;
  }
}

.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-ml20 {
  margin-left: 20px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

.u-textLink {
  color: #008e5b;
  font-weight: 700;
  text-decoration: underline;
}

/******************************************
共通パーツ（ボタン、タイトル、コンテナーなど）
******************************************/
.container {
  max-width: 1280px;
  padding: 0 40px;
  margin: auto;
}
@media (max-width: 1025px) {
  .container {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0 16px;
  }
}

.-underbarText {
  color: #187770;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  font-weight: 700;
  padding-bottom: 20px;
  position: relative;
  width: fit-content;
}
@media (max-width: 600px) {
  .-underbarText {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    padding-bottom: 10px;
  }
}
.-underbarText:after {
  content: "";
  display: block;
  width: 56px;
  height: 3px;
  background-color: #187770;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
}
@media (max-width: 600px) {
  .-underbarText:after {
    height: 2px;
    width: 28px;
  }
}

.topHeading {
  text-align: center;
}
.topHeading_title {
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #187770;
}
.topHeading_title span {
  font-size: 42px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  font-weight: 700;
}
.topHeading_title.-small {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
}
.topHeading_title.-white {
  color: #fff;
}
@media (max-width: 600px) {
  .topHeading_title {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
  .topHeading_title span {
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0em;
  }
  .topHeading_title.-small {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.topHeading_catch {
  font-size: 24px;
  line-height: 2.1666666667;
  letter-spacing: 0em;
  font-weight: 700;
  width: fit-content;
  margin: 40px auto 0;
}
.topHeading_catch span {
  background-color: #187770;
  color: #fff;
  padding: 4px 0 2px;
  vertical-align: middle;
}
@media (max-width: 600px) {
  .topHeading_catch {
    margin: 20px auto 0;
    font-size: 18px;
    line-height: 2.4444444444;
    letter-spacing: 0em;
  }
}
.topHeading_logo {
  max-width: 300px;
  margin: 40px auto 0;
}
.topHeading_caption {
  margin-top: 40px;
  color: #187770;
}

.btnWrap.-right {
  text-align: right;
}
@media (max-width: 600px) {
  .btnWrap.-right {
    text-align: center;
  }
}
.btnWrap.-center {
  text-align: center;
}
.btnWrap.-flex {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.btnWrap.-flex .squareBtn {
  margin: 0 10px 10px;
}
.btnWrap.-flex .squareBtn:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .btnWrap.-flex .squareBtn {
    width: 100%;
    margin: 0 0 10px;
  }
  .btnWrap.-flex .squareBtn:last-of-type {
    margin-bottom: 0;
  }
}

.squareBtn {
  background-color: #2c728a;
  width: 100% !important;
  max-width: 300px;
  height: 80px;
  padding: 0 70px 0 10px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  color: #fff;
  position: relative;
  transition: 0.4s;
}
.squareBtn input {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 70px;
}
.squareBtn::after {
  content: "";
  width: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 37px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.4s;
  background: url(../images/arrow.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.squareBtn.-white {
  background-color: #fff;
  color: #187770;
}
.squareBtn.-white::after {
  background: url(../images/arrow_teal.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.squareBtn.-gray {
  background-color: #414141;
}
.squareBtn.-wide {
  max-width: 100%;
  background-color: #39a650;
}
@media (max-width: 600px) {
  .squareBtn.-wide {
    max-width: 300px;
  }
}
.squareBtn.-members {
  height: 50px;
}
.squareBtn.-fontBig {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
}
@media (min-width: 1026px) {
  .squareBtn:hover {
    background-color: #71be45;
  }
  .squareBtn:hover::after {
    right: 10px;
  }
  .squareBtn:hover.-white {
    background-color: #414141;
    color: #fff;
  }
  .squareBtn:hover.-white::after {
    background: url(../images/arrow.png) no-repeat;
    background-size: contain;
    background-position: center;
  }
  .squareBtn:hover.-gray {
    background-color: #414141;
  }
  .squareBtn:hover.-gray:hover {
    background-color: #a7a9ab;
    color: #414141;
  }
}

.pageHeading {
  background: url(../images/bg_leafttl.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
@media (max-width: 600px) {
  .pageHeading {
    height: 160px;
  }
}
.pageHeading::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
}
.pageHeading_title {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  padding: 20px;
  position: relative;
  z-index: 2;
}
@media (max-width: 600px) {
  .pageHeading_title {
    padding: 65px 20px 10px;
  }
}

.pankz {
  background: #fff;
  border-bottom: solid 1px #187770;
  padding: 5px 0;
}
@media (max-width: 600px) {
  .pankz {
    padding: 2px 0;
  }
}
.pankz_list {
  padding: 0 10px;
}
.pankz_item {
  display: inline;
}
.pankz_item:last-of-type {
  margin-right: 0;
}
.pankz_item a:hover {
  text-decoration: underline;
}
.pankz_link {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0em;
  color: #187770;
}
@media (max-width: 600px) {
  .pankz_link {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.pankz_arrow {
  font-size: 15px;
  line-height: 2;
  letter-spacing: 0em;
  color: #187770;
  margin: 0 5px;
}
@media (max-width: 600px) {
  .pankz_arrow {
    font-size: 13px;
    line-height: 2;
    letter-spacing: 0em;
  }
}

.pageLead {
  text-align: center;
}

/******************************************
Wordpressのpluginのカスタム
******************************************/
.wp-pagenavi {
  display: flex;
  justify-content: center;
  padding: 0 65px;
  position: relative;
  max-width: 800px;
  margin: 40px auto 0;
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  position: absolute;
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background-color: #fff;
  display: block;
  color: #fff;
  font-size: 1px;
  transition: 0.4s;
}
@media (max-width: 600px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    width: 36px;
    height: 36px;
  }
}
.wp-pagenavi .previouspostslink:before, .wp-pagenavi .nextpostslink:before {
  content: "";
  font-size: 18px;
  width: 12px;
  height: 18px;
  font-family: fontAwesome;
  color: #187770;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1026px) {
  .wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
    background-color: #187770;
    color: #187770;
  }
  .wp-pagenavi .previouspostslink:hover:before, .wp-pagenavi .nextpostslink:hover:before {
    color: #fff;
  }
}
.wp-pagenavi .previouspostslink {
  left: 0;
  top: 0;
}
.wp-pagenavi .previouspostslink:before {
  content: "\f053";
}
.wp-pagenavi .nextpostslink {
  right: 0;
  top: 0;
}
.wp-pagenavi .nextpostslink:before {
  content: "\f054";
}
.wp-pagenavi .page {
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #187770;
  margin: 0 15px;
  transition: 0.4s;
}
@media (min-width: 1026px) {
  .wp-pagenavi .page:hover {
    background-color: #187770;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .wp-pagenavi .page {
    width: 36px;
    height: 36px;
    margin: 0 4px;
  }
}
.wp-pagenavi .current {
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background-color: #187770;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin: 0 15px;
}
@media (max-width: 600px) {
  .wp-pagenavi .current {
    width: 36px;
    height: 36px;
    margin: 0 4px;
  }
}

/******************************************
ヘッダー
******************************************/
.header {
  display: flex;
  justify-content: space-between;
  border-bottom: solid 5px #2c728a;
  padding: 2px 0;
}
@media (max-width: 1025px) {
  .header {
    border-bottom: none;
    padding: 0;
  }
}
.header_logo {
  width: 254px;
  padding-left: 22px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .header_logo {
    width: 150px;
    padding-left: 10px;
  }
}
@media (max-width: 1025px) {
  .header_logo {
    width: 165px;
  }
}
@media (max-width: 600px) {
  .header_logo {
    width: 120px;
  }
}
.header_logo.-tsukuba {
  width: 254px;
}
@media screen and (max-width: 1200px) {
  .header_logo.-tsukuba {
    width: 140px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 1070px) {
  .header_logo.-tsukuba {
    width: 120px;
    padding-left: 5px;
  }
}
.header_logo img {
  width: 100%;
}
.header_logoWrapper {
  display: flex;
  align-items: center;
}
@media (max-width: 1025px) {
  .header_logoWrapper {
    height: 60px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #fff;
  }
}
@media (max-width: 1025px) {
  .header_inner {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 9;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
    height: 100vh;
    overflow: auto;
    border-bottom: none;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.4s;
  }
  .header_inner.-on {
    visibility: visible;
    opacity: 1;
  }
}

.areaLink {
  margin-left: 24px;
  width: 166px;
  height: calc(100% + 6px);
  background-color: #1b4d4a;
}
.areaLink.-tsukuba {
  width: 104px;
}
@media screen and (max-width: 1200px) {
  .areaLink.-tsukuba {
    width: 88px;
  }
}
@media (max-width: 1025px) {
  .areaLink.-tsukuba {
    width: 165px;
  }
}
@media (max-width: 600px) {
  .areaLink.-tsukuba {
    width: 130px;
  }
}
@media screen and (max-width: 1200px) {
  .areaLink {
    margin-left: 10px;
  }
}
@media (max-width: 1025px) {
  .areaLink {
    height: 100%;
    width: 165px;
  }
}
@media (max-width: 600px) {
  .areaLink {
    width: 130px;
  }
}
.areaLink_text {
  width: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  text-align: center;
}
@media (max-width: 600px) {
  .areaLink_text {
    font-size: 12px;
  }
}
.areaLink_text.-tal {
  text-align: left;
}
.-tsukuba .areaLink_text {
  font-size: 15px;
}
@media screen and (max-width: 1200px) {
  .-tsukuba .areaLink_text {
    font-size: 13px;
  }
}
.areaLink.-left {
  margin-right: 80px;
}
@media (max-width: 600px) {
  .areaLink.-left {
    margin-right: 40px;
  }
}
.areaLink_url {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 0 14px;
}
@media screen and (max-width: 1200px) {
  .-tsukuba .areaLink_url {
    padding: 0 12px;
  }
}

.nav {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 1025px) {
  .nav {
    width: 100%;
    display: block;
    padding-top: 80px;
    padding-bottom: 20px;
  }
}
.nav_item {
  height: 100px;
  margin-right: 2px;
  z-index: 3;
}
.nav_item.-top {
  display: none;
}
.nav_item.-pc {
  display: block;
}
@media (max-width: 1025px) {
  .nav_item {
    height: 50px;
    width: calc(100% - 75px);
    max-width: 600px;
    margin: 0 auto;
    border-bottom: solid 1px #fff;
  }
  .nav_item.-top {
    display: block;
  }
  .nav_item.-pc {
    display: none;
  }
  .nav_item:first-of-type {
    border-top: solid 1px #fff;
  }
}
.nav_itemLink {
  display: block;
  height: 100%;
  color: #fff;
  position: relative;
  padding: 0 0 0 27px;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}
@media (max-width: 1025px) {
  .nav_itemLink {
    background-color: transparent;
    padding: 0 2px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.nav_itemLink span {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background-color: #187770;
}
@media (max-width: 1025px) {
  .nav_itemLink span {
    background-color: transparent;
  }
}
.nav_itemLink::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 100px 28px;
  border-color: transparent transparent #187770 transparent;
}
@media (max-width: 1025px) {
  .nav_itemLink::before {
    content: none;
  }
}
.nav_itemLink::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: -27px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 28px 0 0;
  border-color: #187770 transparent transparent transparent;
}
@media (max-width: 1025px) {
  .nav_itemLink::after {
    border: none;
    display: block;
    position: relative;
    background: url(../images/arrow.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 13px;
    right: 0;
  }
}
@media (min-width: 1026px) {
  .nav_itemLink:hover span, .nav_itemLink.-current span {
    background-color: #1892bf;
  }
  .nav_itemLink:hover::before, .nav_itemLink.-current::before {
    border-color: transparent transparent #1892bf transparent;
  }
  .nav_itemLink:hover::after, .nav_itemLink.-current::after {
    border-color: #1892bf transparent transparent transparent;
  }
}
.nav_itemLink.-green span {
  background-color: #39a650;
}
.nav_itemLink.-green::before {
  border-color: transparent transparent #39a650 transparent;
}
.nav_itemLink.-green::after {
  border-color: #39a650 transparent transparent transparent;
}
@media (min-width: 1026px) {
  .nav_itemLink.-green:hover span, .nav_itemLink.-green.-current span {
    background-color: #1892bf;
  }
  .nav_itemLink.-green:hover::before, .nav_itemLink.-green.-current::before {
    border-color: transparent transparent #1892bf transparent;
  }
  .nav_itemLink.-green:hover::after, .nav_itemLink.-green.-current::after {
    border-color: #1892bf transparent transparent transparent;
  }
}
.nav_conv {
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  position: relative;
}
@media (max-width: 1025px) {
  .nav_conv {
    height: auto;
    width: calc(100% - 75px);
    max-width: 600px;
    margin: 0 auto;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first {
    margin-right: 2px;
    z-index: 2;
  }
}
.nav_conv.-first::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 100px 27px 0 0;
  border-color: #fff transparent transparent transparent;
}
@media (max-width: 1025px) {
  .nav_conv.-first::before {
    content: none;
  }
}
.nav_conv.-second {
  overflow: hidden;
  z-index: 1;
}
.nav_convLink {
  display: flex;
  justify-content: center;
  align-items: center;
  height: calc(50% - 1px);
  background-color: #39a650;
  color: #fff;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  padding: 0 20px;
}
.nav_convLink.-sp {
  display: none;
}
@media (max-width: 1025px) {
  .nav_convLink.-sp {
    display: flex;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink {
    background-color: #187770;
    padding: 0 0 0 25px;
  }
  .nav_conv.-first .nav_convLink:last-child {
    padding: 0 0 0 10px;
  }
  .nav_conv.-first .nav_convLink:hover, .nav_conv.-first .nav_convLink.-current {
    background-color: #1892bf;
  }
}
.nav_conv.-first .nav_convLink::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #187770 transparent transparent transparent;
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink:hover::after, .nav_conv.-first .nav_convLink.-current::after {
    border-color: #1892bf transparent transparent transparent;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink:first-child::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: -14px;
    width: 14px;
    height: 49px;
    background-color: #187770;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink:first-child::after {
    top: 0;
    right: -26px;
    border-width: 49px 13px 0 0;
  }
}
@media (max-width: 1025px) {
  .nav_conv.-first .nav_convLink:first-child::after {
    border: none;
    display: block;
    position: relative;
    background: url(../images/arrow.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 13px;
    right: 0;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink:hover:first-child::before, .nav_conv.-first .nav_convLink.-current:first-child::before {
    background-color: #1892bf;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-first .nav_convLink:last-child::after {
    top: calc(50% + 1px);
    right: -13px;
    border-width: 50px 14px 0 0;
  }
}
@media (max-width: 1025px) {
  .nav_conv.-first .nav_convLink:last-child::after {
    border: none;
    display: block;
    position: relative;
    background: url(../images/arrow.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 13px;
    right: 0;
  }
}
@media (min-width: 1026px) {
  .nav_conv.-second .nav_convLink {
    padding: 0 30px;
  }
  .nav_conv.-second .nav_convLink::before {
    content: "";
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
  }
}
.nav_conv.-second .nav_convLink:first-child::before {
  top: 0;
  left: 12px;
  border-width: 55px 15px 0 0;
}
.nav_conv.-second .nav_convLink:last-child::before {
  top: calc(50% + 1px);
  left: 0;
  border-width: 48px 13px 0 0;
}
@media (min-width: 1026px) {
  .nav_convLink:hover, .nav_convLink.-current {
    background-color: #1892bf;
  }
}
@media (max-width: 1025px) {
  .nav_convLink {
    height: 50px;
    padding: 0 2px;
    justify-content: space-between;
    background-color: transparent;
    border-bottom: solid 1px #fff;
  }
}
@media (max-width: 1025px) and (max-width: 1025px) {
  .nav_convLink::after {
    content: "";
    display: block;
    background: url(../images/arrow.png) no-repeat;
    background-position: center;
    background-size: cover;
    width: 18px;
    height: 13px;
    right: 0;
  }
}

.spNav {
  display: none;
}
@media (max-width: 1025px) {
  .spNav {
    display: block;
    background-color: #fff;
    padding: 20px 0 120px;
  }
  .spNav_item {
    width: calc(100% - 75px);
    max-width: 600px;
    color: #187770;
    font-size: 12px;
    line-height: 2.5;
    letter-spacing: 0em;
    margin: 0 auto;
    height: 50px;
  }
}

.navBtn {
  display: none;
}
@media (max-width: 1025px) {
  .navBtn {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 60px;
    height: 60px;
    background-color: #fff;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
    padding: 10px 0 26px 10px;
  }
  .navBtn span {
    height: 2px;
    background-color: #187770;
    display: block;
    transition: 0.4s;
    position: relative;
    top: 0;
    bottom: 0;
  }
  .navBtn span:nth-of-type(1) {
    width: 40px;
  }
  .navBtn span:nth-of-type(2) {
    width: 30px;
  }
  .navBtn span:nth-of-type(3) {
    width: 20px;
  }
  .navBtn p {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #187770;
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
    font-family: Source Sans Pro, sans-serif;
    font-weight: 300;
    text-align: center;
    font-weight: 700;
  }
  .navBtn p:after {
    content: "menu";
  }
  .navBtn.-on span:nth-of-type(1) {
    transform: rotate(45deg);
    top: 12px;
    width: 40px;
  }
  .navBtn.-on span:nth-of-type(2) {
    width: 0;
  }
  .navBtn.-on span:nth-of-type(3) {
    transform: rotate(-45deg);
    top: -10px;
    width: 40px;
  }
  .navBtn.-on p:after {
    content: "close";
  }
}

/******************************************
フッター
******************************************/
.footer_logo {
  text-align: center;
  padding: 30px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer_logoImg {
  display: inline-block;
  max-width: 230px;
}
.footer_logoImg.-mrSmall {
  margin-right: 20px;
}
@media (max-width: 600px) {
  .footer_logoImg.-mrSmall {
    margin-right: 10px;
  }
}

.map {
  display: flex;
  flex-wrap: wrap;
}
.map_mapWrap {
  width: 50%;
  min-height: 400px;
}
.map_mapWrap iframe {
  width: 100%;
  height: 100%;
}
@media (max-width: 600px) {
  .map_mapWrap {
    width: 100%;
  }
}
.map_text {
  width: 50%;
  background-color: #e3efee;
  padding: 40px;
}
@media (max-width: 600px) {
  .map_text {
    width: 100%;
    padding: 40px 20px;
  }
}
.map_address {
  color: #187770;
  margin-top: 14px;
}

.access {
  padding: 50px 0 80px;
}
.access_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 30px;
}
@media (max-width: 600px) {
  .access_flex {
    margin-bottom: -30px;
  }
}
.access_item {
  max-width: 560px;
  width: calc(50% - 20px);
  background-color: #e3efee;
  padding: 30px;
}
@media (max-width: 600px) {
  .access_item {
    width: 100%;
    padding: 20px;
    margin-bottom: 40px;
  }
}
.access_itemTitle {
  font-weight: 700;
  color: #187770;
}
.access_map {
  margin: 23px auto 33px;
  max-width: 360px;
}
.access_text {
  color: #187770;
}

.footerArea {
  text-align: center;
  padding: 40px 0 50px;
  border-top: 1px solid #efefef;
}
.footerArea_logoWrapper {
  text-align: center;
  margin-bottom: 20px;
}
.footerArea_itemWrapper {
  display: flex;
  justify-content: center;
}
@media (max-width: 1025px) {
  .footerArea_itemWrapper {
    display: block;
  }
}
@media (max-width: 600px) {
  .footerArea_itemWrapper {
    display: block;
  }
}
.footerArea_item {
  width: 48%;
  box-shadow: 0px 0px 15px -5px #a7a9ab;
  border: 1px solid rgb(214, 214, 214);
  background-color: #fff;
  display: flex;
  position: relative;
  border-radius: 6px;
}
@media (max-width: 1025px) {
  .footerArea_item {
    width: 100%;
    align-items: center;
  }
}
@media (max-width: 600px) {
  .footerArea_item {
    width: 100%;
    display: block;
  }
}
.footerArea_item.-left {
  margin-right: auto;
}
@media (max-width: 1025px) {
  .footerArea_item.-left {
    margin-bottom: 20px;
  }
}
@media (max-width: 600px) {
  .footerArea_item.-left {
    margin-bottom: 20px;
  }
}
.footerArea_itemLink {
  display: flex;
  align-items: center;
  padding: 30px;
}
@media (max-width: 600px) {
  .footerArea_itemLink {
    display: block;
    padding: 20px;
  }
}
.footerArea_itemImg {
  width: 28%;
  margin-right: auto;
  text-align: center;
}
@media (max-width: 600px) {
  .footerArea_itemImg {
    width: 100%;
    margin-bottom: 14px;
  }
}
.footerArea_itemImg img {
  max-width: 200px;
}
.footerArea_itemTextWrapper {
  width: 64%;
}
@media (max-width: 600px) {
  .footerArea_itemTextWrapper {
    width: 100%;
  }
}
.footerArea_itemTitle {
  color: #1b4d4a;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 6px;
  text-align: left;
}
@media (max-width: 600px) {
  .footerArea_itemTitle {
    font-size: 16px;
    margin-bottom: 2px;
  }
}
.footerArea_itemText {
  font-size: 16px;
  line-height: 1.5;
  text-align: left;
}
@media (max-width: 600px) {
  .footerArea_itemText {
    font-size: 14px;
  }
}

.footerNav {
  background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
  padding: 40px 0;
}
@media (max-width: 1025px) {
  .footerNav {
    display: none;
  }
}
.footerNav_list {
  display: flex;
  justify-content: center;
}
.footerNav_item {
  padding: 0 14px;
  height: 20px;
  display: flex;
  align-items: center;
}
.footerNav_item:nth-child(2) {
  border-left: solid 2px #fff;
  border-right: solid 2px #fff;
}
.footerNav_item a {
  display: block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0em;
  color: #fff;
  font-weight: 700;
}

.bnrArea {
  padding: 30px 0 40px;
}
@media (max-width: 1025px) {
  .bnrArea {
    border-top: solid 1px #efefef;
  }
}
.bnrArea_list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
@media (max-width: 600px) {
  .bnrArea_list {
    margin-bottom: -30px;
  }
}
.bnrArea_item {
  max-width: 300px;
  width: calc(50% - 20px);
}
@media (max-width: 600px) {
  .bnrArea_item {
    width: 100%;
    margin-bottom: 30px;
  }
}
.bnrArea_title {
  width: fit-content;
  margin: 0 auto 20px;
}

.copyright {
  text-align: center;
  padding: 30px 40px;
  font-size: 12px;
  line-height: 2.5;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  color: #187770;
  border-top: solid 1px #efefef;
}

/******************************************
コンテンツ
******************************************/
.hero {
  position: relative;
  display: flex;
  min-height: calc(100vh - 109px);
}
@media (min-height: 1500px) {
  .hero {
    min-height: 900px;
  }
}
@media (max-width: 1500px) {
  .hero {
    flex-direction: column-reverse;
    min-height: none;
  }
}
.hero_textWrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 50%;
  padding: 60px 65px;
}
@media (max-width: 1500px) {
  .hero_textWrap {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .hero_textWrap {
    padding: 60px 20px 90px;
  }
}
.hero_titleWrap {
  margin: 0 0 20px;
}
.hero_catch {
  width: fit-content;
  margin: 0 auto 20px;
  padding: 6px 50px;
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
  text-align: center;
  color: #fff;
}
@media (max-width: 1500px) {
  .hero_catch {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .hero_catch {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.hero_title {
  margin: 0 0 10px;
  font-size: 58px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  text-align: center;
  color: #187770;
  font-weight: 700;
}
@media (max-width: 1500px) {
  .hero_title {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .hero_title {
    font-size: 34px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.hero_titleJp {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  text-align: center;
  color: #187770;
}
@media (max-width: 1500px) {
  .hero_titleJp {
    padding: 0 20px;
  }
}
@media (max-width: 600px) {
  .hero_titleJp {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.hero_description {
  margin: 0 0 20px;
  text-align: center;
  color: #187770;
}
@media (max-width: 1500px) {
  .hero_description {
    padding: 0 20px;
  }
}
.hero_featureList {
  display: grid;
  gap: 15px;
  margin: 0 0 30px;
  padding: 30px;
  border: 5px solid #187770;
  border-radius: 3px;
  font-weight: 700;
  color: #187770;
}
.hero_featureItem {
  position: relative;
  margin: 0 0 0 45px;
}
.hero_featureItem:before {
  position: absolute;
  left: -45px;
  content: "\f058";
  font-family: "Font Awesome 6 Free";
  font-size: 30px;
  line-height: 1;
  letter-spacing: 0em;
}
.hero_btnWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px;
}
@media (max-width: 1025px) {
  .hero_btnWrap {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 600px) {
  .hero_btnWrap {
    align-items: center;
    gap: 10px;
  }
}
.hero_btnWrap.-one {
  display: inline-block;
  text-align: center;
}
.hero_btnWrap.-one a {
  max-width: 310px;
}
.hero_imageWrap {
  width: 50%;
}
@media (max-width: 1500px) {
  .hero_imageWrap {
    width: 100%;
    height: 900px;
  }
}
@media (max-width: 600px) {
  .hero_imageWrap {
    height: 350px;
  }
}
.hero_slideList {
  width: 50%;
}
@media (max-width: 1500px) {
  .hero_slideList {
    width: 100%;
    height: 900px;
  }
}
@media (max-width: 600px) {
  .hero_slideList {
    height: 350px;
  }
}
.hero_slideItem {
  background-position: center;
  background-size: cover;
}
.hero_slideItem.-image01 {
  background-image: url("../images/img_topslide01.jpg");
}
.hero_slideItem.-image02 {
  background-image: url("../images/img_topslide02.jpg");
}
.hero_slideItem.-image03 {
  background-image: url("../images/img_topslide03.jpg");
}
.hero_slideItem.-image04 {
  background-image: url("../images/oshiage/img_topslide04.jpg?20250225");
}
.hero_slideItem.-image05 {
  background-image: url("../images/oshiage/img_topslide05.jpg?20250225");
}
.hero_slideItem.-image06 {
  background-image: url("../images/oshiage/img_topslide06.jpg");
}
.hero_slideTextWrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px 30px;
  background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
}
@media (max-width: 1500px) {
  .hero_slideTextWrap {
    padding: 10px 65px;
  }
}
@media (max-width: 600px) {
  .hero_slideTextWrap {
    padding: 10px 20px;
  }
}
.hero_slideText {
  font-size: 48px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 700;
  color: #fff;
  filter: drop-shadow(1px 1px 5px #000);
}
@media (max-width: 1500px) {
  .hero_slideText {
    font-size: 36px;
    line-height: 1.8888888889;
    letter-spacing: 0em;
  }
}
@media (max-width: 600px) {
  .hero_slideText {
    font-size: 22px;
    line-height: 1.9090909091;
    letter-spacing: 0em;
  }
}
.hero_slideText.-sub {
  font-size: 24px;
  line-height: 1.875;
  letter-spacing: 0em;
}
@media (max-width: 1500px) {
  .hero_slideText.-sub {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0em;
  }
}
@media (max-width: 600px) {
  .hero_slideText.-sub {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
  }
}

.topNews {
  background-color: #efefef;
  padding: 60px 0 100px;
}
.topNews .btnWrap {
  margin-top: 50px;
}

.newsList {
  border-radius: 15px;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 40px;
  padding: 10px 30px;
}
.newsList_item {
  color: #187770;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  border-bottom: solid 1px #efefef;
  padding: 20px 0;
}
.newsList_item:last-of-type {
  border-bottom: none;
}
.newsList_date {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  width: 125px;
  margin-top: 8px;
}
.newsList_category {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0em;
  border: solid 2px #187770;
  width: 96px;
  margin-top: 5px;
  text-align: center;
}
.newsList_title {
  display: block;
  width: calc(100% - 125px - 96px - 28px);
  margin-left: 28px;
  padding-left: 30px;
  border-left: solid 1px #efefef;
}
@media (max-width: 600px) {
  .newsList_title {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
    margin-top: 10px;
  }
}
.newsList_link {
  font-weight: 700;
}
.newsList_link:hover {
  text-decoration: underline;
}
.newsList.-textLink .newsList_title {
  width: 100%;
  margin-left: 0;
  padding-left: 0;
  border: none;
}

.topAbout {
  padding: 100px 0 70px;
  background: url(../images/oshiage/img_topfacility.jpg?20250116) no-repeat;
  background-position: center;
  background-size: cover;
}
.topAbout_image {
  display: block;
  max-width: 452px;
  margin: 43px auto 0;
}
@media (max-width: 600px) {
  .topAbout_image {
    margin-top: 20px;
  }
}
.topAbout_image.-n404 {
  max-width: 190px;
  margin: 10px auto 0;
}
.topAbout_imageCaption {
  color: #187770;
  font-weight: 700;
  text-align: center;
  max-width: 820px;
  padding: 20px 10px;
  background-color: #fff;
  border: solid 1px #187770;
  margin: 50px auto 0;
}
.topAbout_text {
  font-size: 16px;
  line-height: 2.75;
  letter-spacing: 0em;
  font-weight: 700;
  color: #187770;
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 600px) {
  .topAbout_text {
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    text-align: left;
  }
}
.topAbout .btnWrap {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .topAbout .btnWrap {
    margin-top: 50px;
  }
}

.topService {
  padding: 100px 0;
}
.topService .programBox {
  margin-top: 40px;
}
.topService .btnWrap {
  margin-top: 50px;
}

.programBox {
  background-color: #e3efee;
  padding: 50px 20px 100px;
}
@media (max-width: 600px) {
  .programBox {
    padding: 30px 20px;
  }
}
.programBox_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  color: #187770;
  text-align: center;
}
@media (max-width: 600px) {
  .programBox_title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.programBox_caption {
  margin-top: 30px;
  color: #187770;
  text-align: center;
}
.programBox_image {
  max-width: 1100px;
  margin: 40px auto 80px;
  display: block;
}
@media (max-width: 600px) {
  .programBox_image {
    margin: 20px auto 40px;
  }
}
.programBox_iframeWrap {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.programBox_iframeInner {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
.programBox_iframeInner iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topModelCase {
  background: url(../images/img_topperformance.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .topModelCase {
    padding: 40px 0 50px;
  }
}
.topModelCase::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(to right, rgba(24, 119, 112, 0.9), rgba(57, 166, 80, 0.9));
  z-index: 1;
}
.topModelCase_text {
  text-align: center;
  color: #fff;
  margin-top: 40px;
}
.topModelCase .container {
  position: relative;
  z-index: 2;
}
.topModelCase .btnWrap {
  margin-top: 50px;
}

.topWhats {
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .topWhats {
    padding: 40px 0 50px;
  }
}
.topWhats .btnWrap {
  margin-top: 70px;
}
@media (max-width: 600px) {
  .topWhats .btnWrap {
    margin-top: 50px;
  }
}
.topWhats.-border {
  border-top: 1px solid #008e5b;
}

.topContact {
  padding: 90px 0 100px;
  background-color: #efefef;
}
@media (max-width: 600px) {
  .topContact {
    padding: 40px 0 50px;
  }
}
.topContact .btnWrap {
  margin-top: 50px;
}

.news {
  padding: 80px 0 100px;
  background-color: #efefef;
}
@media (max-width: 600px) {
  .news {
    padding: 40px 0 50px;
  }
}

.newsDetail {
  border-radius: 15px;
  background-color: #fff;
  max-width: 1200px;
  margin-top: 40px;
  padding: 60px 40px;
}
@media (max-width: 600px) {
  .newsDetail {
    padding: 30px 20px;
  }
}

.newsHeading {
  padding-bottom: 30px;
  border-bottom: solid 1px #efefef;
  color: #187770;
}
.newsHeading_inner {
  max-width: 960px;
  margin: 0 auto;
}
.newsHeading_title {
  font-weight: 700;
}
.newsHeading_data {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.newsHeading_date {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: -0.05em;
  width: 125px;
}
.newsHeading_category {
  font-size: 10px;
  line-height: 1.6;
  letter-spacing: 0em;
  border: solid 2px #187770;
  width: 96px;
  text-align: center;
}

.newsContent {
  max-width: 800px;
  margin: 0 auto;
  padding: 50px 0 0;
}
.newsContent h2 {
  font-size: 20px;
  line-height: 2;
  letter-spacing: 0em;
  border-bottom: solid 2px #187770;
  border-left: solid 20px #187770;
  color: #187770;
  font-weight: 700;
  margin-top: 50px;
  padding-left: 10px;
}
@media (max-width: 600px) {
  .newsContent h2 {
    font-size: 18px;
    line-height: 1.8888888889;
    letter-spacing: 0em;
  }
}
.newsContent h3 {
  border-left: solid 10px #187770;
  color: #187770;
  font-weight: 700;
  margin-top: 30px;
  padding-left: 10px;
}
.newsContent p {
  margin-top: 30px;
}
.newsContent .-caption {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .newsContent .-caption {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
.newsContent a {
  color: #187770;
  text-decoration: underline;
  font-weight: 700;
}
.newsContent a:hover {
  text-decoration: none;
}
.newsContent .-bold {
  font-weight: 700;
}
.newsContent .grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 20px;
  margin-top: 20px;
}
@media (max-width: 600px) {
  .newsContent .grid {
    gap: 10px;
  }
}
.newsContent .grid br {
  display: none;
}

.newsFootNav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}
@media (max-width: 600px) {
  .newsFootNav {
    flex-wrap: wrap;
  }
}
.newsFootNav_link {
  width: calc(50% - 140px);
  display: flex;
  align-items: center;
}
.newsFootNav_link.-prev {
  justify-content: flex-start;
}
.newsFootNav_link.-next {
  justify-content: flex-end;
}
@media (min-width: 1026px) {
  .newsFootNav_link:hover .newsFootNav_linkBtn {
    background-color: #187770;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .newsFootNav_link {
    width: 100%;
    background-color: #fff;
    border-radius: 3px;
    margin-bottom: 20px;
  }
  .newsFootNav_link-none {
    margin-bottom: 0;
  }
  .newsFootNav_link.-prev {
    order: 1;
  }
  .newsFootNav_link.-next {
    order: 2;
  }
}
.newsFootNav_linkBtn {
  position: relative;
  width: 51px;
  height: 51px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  color: teal;
  transition: 0.4s;
}
.newsFootNav_linkTitle {
  font-size: 14px;
  line-height: 1;
  display: -webkit-box;
  height: 14px;
  overflow: hidden;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  width: calc(100% - 70px);
  color: #187770;
}
.-prev .newsFootNav_linkTitle {
  margin-left: 20px;
}
@media (max-width: 600px) {
  .-prev .newsFootNav_linkTitle {
    margin-left: 10px;
    padding-right: 10px;
  }
}
.-next .newsFootNav_linkTitle {
  margin-right: 20px;
  text-align: right;
}
@media (max-width: 600px) {
  .-next .newsFootNav_linkTitle {
    margin-right: 10px;
    padding-left: 10px;
  }
}
.newsFootNav_back {
  width: 200px;
  height: 51px;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0em;
  color: #187770;
  transition: 0.4s;
}
.newsFootNav_back i {
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0em;
  margin-left: 24px;
}
@media (min-width: 1026px) {
  .newsFootNav_back:hover {
    background-color: #187770;
    color: #fff;
  }
}
@media (max-width: 600px) {
  .newsFootNav_back {
    width: 100%;
    order: 3;
  }
}

.facilityConcept {
  padding: 100px 0 0;
}

.facilityConceptItem_wrapper {
  background: url(../images/oshiage/facility_conceptBg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.facilityConceptItem_item {
  padding: 50px 100px;
  width: 66%;
  position: relative;
  overflow: hidden;
  backdrop-filter: blur(30px);
}
.facilityConceptItem_item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: -1;
  opacity: 0.5;
}
@media (max-width: 1025px) {
  .facilityConceptItem_item {
    padding: 20px 40px;
  }
}
@media (max-width: 600px) {
  .facilityConceptItem_item {
    padding: 20px 40px;
  }
}
.facilityConceptItem_title {
  font-size: 66px;
  font-weight: 700;
  font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
  font-style: italic;
  color: #1b4d4a;
  line-height: 1.2;
  text-align: center;
}
@media (max-width: 1025px) {
  .facilityConceptItem_title {
    font-size: 50px;
  }
}
@media (max-width: 600px) {
  .facilityConceptItem_title {
    font-size: 30px;
  }
}
.facilityConceptItem_text {
  font-size: 14px;
}
@media (max-width: 600px) {
  .facilityConceptItem_text {
    font-size: 11px;
  }
}
.facilityConceptItem_text.-mbMidium {
  margin-bottom: 32px;
}
@media (max-width: 600px) {
  .facilityConceptItem_text.-mbMidium {
    margin-bottom: 20px;
  }
}

.facilityConceptPoint {
  margin-top: 100px;
}
@media (max-width: 600px) {
  .facilityConceptPoint {
    margin-top: 70px;
  }
}

.facilityHeading {
  padding: 70px 0 0;
}
@media (max-width: 600px) {
  .facilityHeading {
    padding: 35px 0 0;
  }
}
.facilityHeading_lead {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .facilityHeading_lead {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
    margin-bottom: 32px;
  }
}
.facilityHeading_caption {
  margin-top: 40px;
  text-align: center;
}
.facilityHeading_image {
  display: block;
  max-width: 1010px;
  margin: 40px auto 0;
}
.facilityHeading_centerLineWrapper {
  text-align: center;
  margin-bottom: 90px;
}
.facilityHeading_centerLine {
  font-size: 18px;
  position: relative;
  display: inline-block;
  font-weight: 700;
}
@media (max-width: 600px) {
  .facilityHeading_centerLine {
    font-size: 16px;
  }
}
.facilityHeading_centerLine::before {
  content: "";
  position: absolute;
  right: calc(100% + 18px);
  top: 50%;
  transform: translateY(-50%);
  width: 70px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 600px) {
  .facilityHeading_centerLine::before {
    width: 40px;
  }
}
.facilityHeading_centerLine::after {
  content: "";
  position: absolute;
  left: calc(100% + 18px);
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 1px;
  background-color: #000;
}
@media (max-width: 600px) {
  .facilityHeading_centerLine::after {
    width: 40px;
  }
}
@media (max-width: 600px) {
  .facilityHeading_centerLine {
    font-size: 16px;
  }
}

.facilityPreview {
  padding: 100px 0 0;
}
@media (max-width: 600px) {
  .facilityPreview {
    padding: 50px 0 0;
  }
}
.facilityPreview_bigText {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .facilityPreview_bigText {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 0em;
  }
}
.facilityPreview_content {
  padding-top: 56.25%;
  position: relative;
}
@media (max-width: 600px) {
  .facilityPreview_content {
    padding-top: 100%;
  }
}
.facilityPreview_content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.facilityPreview_btn {
  max-width: 600px;
  margin: 30px auto 0;
}
@media (max-width: 600px) {
  .facilityPreview_btn {
    margin-top: 20px;
    text-align: center;
  }
}

.facilityPoint {
  margin-top: 100px;
}
.facilityPoint_textWrapper {
  width: 100%;
  padding: 10px 20px;
  background-color: #e3efee;
  margin: 10px auto 30px;
}
.facilityPoint_textWrapper.-point {
  margin: 0px auto 70px;
}
.facilityPoint_text {
  color: #187770;
  font-size: 24px;
  text-align: center;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .facilityPoint_text {
    font-size: 18px;
  }
}

.facilityColumn {
  margin-top: 100px;
}
.facilityColumn_introduceWrapper {
  margin-top: 50px;
}
@media (max-width: 1025px) {
  .facilityColumn_introduceWrapper {
    margin-top: 50px;
  }
}
@media (max-width: 600px) {
  .facilityColumn_introduceWrapper {
    margin-top: 40px;
  }
}

.pointList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 76px 5%;
}
@media (max-width: 1025px) {
  .pointList {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .pointList {
    grid-template-columns: repeat(1, 1fr);
  }
}

.pointItem {
  border: solid 1px #2c728a;
  position: relative;
  background-color: #fff;
  padding: 25px;
}
@media (max-width: 600px) {
  .pointItem {
    padding: 20px;
  }
}
.pointItem::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  right: -6px;
  bottom: -6px;
  z-index: -1;
  background-color: #2c728a;
}
.pointItem_label {
  position: absolute;
  width: 100px;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  color: #fff;
  text-align: center;
  top: -37px;
  left: -1px;
  background-color: #2c728a;
}
.pointItem_label::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 36px 0 0 36px;
  border-color: transparent transparent transparent #2c728a;
  position: absolute;
  right: -36px;
  top: 0;
}
@media (max-width: 600px) {
  .pointItem_label {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
    top: -31px;
  }
  .pointItem_label::before {
    border-width: 30px 0 0 30px;
    right: -30px;
    top: 0;
  }
}
.pointItem_image {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 140px;
}
.pointItem_image img {
  max-width: 250px;
}
.pointItem_image img.-p2 {
  width: 214px;
}
.pointItem_image img.-p3 {
  width: 214px;
}
.pointItem_text {
  margin-top: 20px;
}
.pointItem_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.pointItem_title::after {
  position: absolute;
  content: "";
  left: 0;
  top: calc(100% + 4px);
  width: 100%;
  height: 1px;
  background-color: #efefef;
}
@media (max-width: 600px) {
  .pointItem_title {
    font-size: 16px;
    margin-bottom: 14px;
  }
}

.facilityMap {
  margin-top: 75px;
}

.areaList {
  margin-top: 55px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 35px 5%;
}
@media (max-width: 1025px) {
  .areaList {
    gap: 35px 20px;
  }
}
@media (max-width: 600px) {
  .areaList {
    grid-template-columns: repeat(1, 1fr);
    gap: 35px;
  }
}

.areaItem {
  padding: 10px;
}
.areaItem:nth-of-type(1) {
  background-color: #1b4d4a;
}
.areaItem:nth-of-type(1) .areaItem_title {
  color: #1b4d4a;
  border-bottom: solid 3px #1b4d4a;
}
.areaItem:nth-of-type(2) {
  background-color: #1b4d4a;
}
.areaItem:nth-of-type(2) .areaItem_title {
  color: #1b4d4a;
  border-bottom: solid 3px #1b4d4a;
}
.areaItem:nth-of-type(3) {
  background-color: #187770;
}
.areaItem:nth-of-type(3) .areaItem_title {
  color: #187770;
  border-bottom: solid 3px #187770;
}
.areaItem:nth-of-type(4) {
  background-color: #71be45;
}
.areaItem:nth-of-type(4) .areaItem_title {
  color: #71be45;
  border-bottom: solid 3px #71be45;
}
.areaItem_image {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 300px;
  margin-bottom: 20px;
}
.areaItem_image img {
  object-fit: contain;
  height: 300px;
  object-position: center;
}
.areaItem_photo {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.areaItem_photo img {
  object-fit: contain;
  height: 100%;
  object-position: center;
}
.areaItem_photoTitle {
  position: absolute;
  right: 1px;
  bottom: 1px;
  width: auto;
  height: auto;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  line-height: 1;
}
@media (max-width: 600px) {
  .areaItem_photoTitle {
    font-size: 24px;
  }
}
.areaItem_textBox {
  background-color: #fff;
  height: calc(100% - 320px);
  padding: 30px;
}
@media (max-width: 600px) {
  .areaItem_textBox {
    padding: 20px 10px;
  }
}
.areaItem_photo + .areaItem_textBox {
  height: auto;
}
.areaItem_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  font-weight: 700;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media (max-width: 600px) {
  .areaItem_title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.areaItem_caption {
  font-size: 14px;
  line-height: 2;
  letter-spacing: 0em;
  background-color: #efefef;
  padding: 10px 20px;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .areaItem_caption {
    padding: 10px;
    font-size: 12px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

.facilityService {
  margin-top: 60px;
  padding-bottom: 50px;
}
.facilityService_title {
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0em;
  padding-bottom: 10px;
  border-bottom: solid 3px #414141;
}
@media (max-width: 600px) {
  .facilityService_title {
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0em;
    border-bottom: solid 2px #414141;
  }
}

.serviceList {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(auto-fill, 80px);
  gap: 21.8181818182px;
}
.serviceList_item {
  width: 80px;
}
.serviceList_item h3 {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
  text-align: center;
  margin-top: 5px;
}
@media (max-width: 600px) {
  .serviceList_item h3 {
    font-size: 12px;
    line-height: 1.3333333333;
    letter-spacing: 0em;
  }
}
@media (max-width: 600px) {
  .serviceList {
    gap: 7.6666666667px;
  }
}

.incubation {
  padding: 70px 0 0;
}
@media (max-width: 600px) {
  .incubation {
    padding: 35px 0 0;
  }
}
.incubation_lead {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .incubation_lead {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.incubation_caption {
  background-color: #efefef;
  margin-top: 40px;
  text-align: center;
  padding: 35px 20px;
}
@media (max-width: 600px) {
  .incubation_caption {
    padding: 20px;
    text-align: left;
  }
}
.incubation_image01 {
  display: block;
  max-width: 1100px;
  margin: 40px auto 0;
}
@media (max-width: 600px) {
  .incubation_image01 {
    margin: 20px auto 0;
  }
}
.incubation_image02 {
  display: block;
  margin: 40px auto 0;
}
@media (max-width: 600px) {
  .incubation_image02 {
    margin: 20px auto 0;
  }
}

.benefit {
  margin-top: 60px;
  padding-bottom: 100px;
}
@media (max-width: 600px) {
  .benefit {
    margin-top: 30px;
    padding-bottom: 50px;
  }
}

.borderList {
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}

.whatsHeading {
  padding: 70px 0 0;
}
@media (max-width: 600px) {
  .whatsHeading {
    padding: 35px 0 0;
  }
}
.whatsHeading_lead {
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 600px) {
  .whatsHeading_lead {
    font-size: 20px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.whatsHeading_caption {
  margin-top: 40px;
  text-align: center;
}

.whatsCompany {
  padding: 50px 0 60px;
}
@media (max-width: 600px) {
  .whatsCompany {
    padding: 25px 0 30px;
  }
}
.whatsCompany_title {
  color: #187770;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
  text-align: center;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  .whatsCompany_title {
    font-size: 20px;
    line-height: 1.3;
    letter-spacing: 0em;
    margin-bottom: 20px;
  }
}
.whatsCompany_table {
  width: 100%;
  border-collapse: collapse;
  border: solid 1px #efefef;
}
.whatsCompany_table tr:nth-child(2n) {
  background-color: #efefef;
}
.whatsCompany_table th {
  width: 300px;
  border-right: solid 1px #747476;
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  font-weight: 400;
  padding: 20px 20px 20px 50px;
}
@media (max-width: 1025px) {
  .whatsCompany_table th {
    padding: 20px;
    width: 200px;
  }
}
@media (max-width: 600px) {
  .whatsCompany_table th {
    display: block;
    width: 100%;
    border-right: none;
    padding: 20px 20px 10px;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.whatsCompany_table td {
  width: calc(100% - 300px);
  font-size: 16px;
  line-height: 1.875;
  letter-spacing: 0em;
  padding: 20px 20px 20px 50px;
}
@media (max-width: 1025px) {
  .whatsCompany_table td {
    padding: 20px;
    width: calc(100% - 200px);
  }
}
@media (max-width: 600px) {
  .whatsCompany_table td {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 1.8571428571;
    letter-spacing: 0em;
    padding: 10px 20px 20px;
  }
}

.borderBox {
  background-color: #fff;
  border: solid 10px #efefef;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}
.borderBox_singleColm {
  width: 100%;
  padding: 40px;
}
@media (max-width: 600px) {
  .borderBox_singleColm {
    padding: 20px;
  }
}
.borderBox_left {
  width: 50%;
  padding: 40px;
  border-radius: 20px 0 0 20px;
  background-color: #fff;
}
.borderBox_left .btnWrap {
  margin-top: 20px;
}
@media (max-width: 600px) {
  .borderBox_left {
    width: 100%;
    order: 2;
    padding: 20px;
    border-radius: 0 0 20px 20px;
  }
}
.borderBox_title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  padding-bottom: 10px;
  border-bottom: solid 1px #efefef;
  margin-bottom: 25px;
  color: #187770;
  font-weight: 700;
}
.borderBox_tsukuba {
  display: block;
  max-width: 379px;
  margin-top: 20px;
}
.borderBox_right {
  width: 50%;
  min-height: 460px;
  border-radius: 0 20px 20px 0;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
@media (max-width: 600px) {
  .borderBox_right {
    height: auto;
    min-height: auto;
    width: 100%;
    order: 1;
    border-radius: 20px 20px 0 0;
    padding: 20px;
  }
}
.borderBox_right img {
  max-width: 410px;
}
.borderBox_right.-photo {
  background: url(../images/startuppark.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .borderBox_right.-photo {
    height: 270px;
  }
}
.borderBox_right.-introduceTsukuba {
  background: url(../images/oshiage/facility_introduce_tsukuba.jpg) no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 600px) {
  .borderBox_right.-introduceTsukuba {
    height: 270px;
  }
}
.borderBox_right.-autoHeight {
  min-height: auto;
}
.borderBox_right.-event {
  padding-top: 40px;
}
.borderBox_right.-event img {
  max-width: 500px;
}
@media (max-width: 600px) {
  .borderBox_right.-event {
    padding: 20px 0 0;
    margin-bottom: -40px;
  }
}

.innerBox {
  background-color: #e3efee;
  border-radius: 20px;
  padding: 30px;
  max-width: calc(100% - 80px);
  margin: 0 auto 40px;
}
@media (max-width: 600px) {
  .innerBox {
    max-width: calc(100% - 20px);
    padding: 16px;
    margin: 0 auto 20px;
  }
  .innerBox.-order3 {
    order: 3;
  }
  .innerBox.-order4 {
    order: 4;
  }
}
.innerBox_title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  font-weight: 700;
  color: #187770;
  margin-bottom: 10px;
}
@media (max-width: 600px) {
  .innerBox_title {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
}
.innerBox_text {
  margin-bottom: 10px;
}
.innerBox_text span {
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}
@media (max-width: 600px) {
  .innerBox_text span {
    font-size: 12px;
    line-height: 2.1666666667;
    letter-spacing: 0em;
  }
}

.alignmentCase {
  padding: 70px 0 100px;
}
@media (max-width: 600px) {
  .alignmentCase {
    padding: 35px 0 50px;
  }
}

.alignmentList {
  margin: 40px auto 0;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .alignmentList {
    margin: 20px auto 0;
  }
}

.alignmentBox {
  background-color: #e3efee;
  padding: 25px 30px;
}
@media (max-width: 600px) {
  .alignmentBox {
    padding: 16px;
  }
}
.alignmentBox_title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #187770;
  margin-bottom: 20px;
}
.alignmentBox_title span {
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline-block;
}
@media (max-width: 600px) {
  .alignmentBox_title {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
  .alignmentBox_title span {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 700;
    display: inline-block;
  }
}
.alignmentBox_text {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  margin-bottom: 20px;
}
.alignmentBox_logoWrap {
  margin-bottom: 20px;
}
.alignmentBox_logoList {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}
@media (max-width: 600px) {
  .alignmentBox_logoList {
    display: block;
  }
}
.alignmentBox_logoItem {
  width: 48%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 40px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .alignmentBox_logoItem {
    width: 100%;
    padding: 16px;
  }
  .alignmentBox_logoItem:nth-child(1) {
    margin-bottom: 10px;
  }
}
.alignmentBox_companyName {
  font-size: 18px;
  line-height: 1.4444444444;
  letter-spacing: 0em;
  color: #187770;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .alignmentBox_companyName {
    margin-bottom: 10px;
  }
}
.alignmentBox_logo {
  max-width: 200px;
  margin: 0 auto;
}
.alignmentBox_movie {
  padding-top: 56%;
  position: relative;
}
.alignmentBox_movie > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modelCase {
  padding: 70px 0 100px;
  background-color: #efefef;
}
@media (max-width: 600px) {
  .modelCase {
    padding: 35px 0 50px;
  }
}

.modelCaseList {
  margin: 40px auto 0;
  max-width: 800px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .modelCaseList {
    margin: 20px auto 0;
  }
}

.caseBox {
  background-color: #fff;
  padding: 25px 30px;
}
@media (max-width: 600px) {
  .caseBox {
    padding: 20px;
  }
}
.caseBox_title {
  font-size: 18px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  color: #187770;
  margin-bottom: 20px;
}
.caseBox_title span {
  font-size: 22px;
  line-height: 1.3636363636;
  letter-spacing: 0em;
  font-weight: 700;
  display: inline-block;
  border-right: solid 1px #187770;
  padding-right: 15px;
  margin-right: 15px;
}
@media (max-width: 600px) {
  .caseBox_title {
    font-size: 16px;
    line-height: 1.625;
    letter-spacing: 0em;
  }
  .caseBox_title span {
    font-size: 18px;
    line-height: 1.4444444444;
    letter-spacing: 0em;
    font-weight: 700;
    display: inline-block;
    border-right: solid 1px #187770;
    padding-right: 8px;
    margin-right: 8px;
  }
}
.caseBox_text, .caseBox_company, .caseBox_job {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
}
.caseBox_profile {
  width: 360px;
  margin: 0 0 30px 30px;
  background-color: #e3efee;
  padding: 30px;
  float: right;
}
@media (max-width: 600px) {
  .caseBox_profile {
    float: none;
    width: 100%;
    margin: 0 0 20px;
  }
}
.caseBox_face {
  max-width: 300px;
  margin: 0 auto 10px;
}
.caseBox_name {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0em;
  font-weight: 700;
}
.caseBox_name span {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  font-weight: 400;
}
.caseBox_logo {
  padding: 20px;
  background-color: #fff;
  margin-top: 10px;
}

.headingTitle {
  font-size: 20px;
  line-height: 1.4;
  letter-spacing: 0em;
  font-weight: 700;
}

.movieGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px 30px;
}
@media (max-width: 600px) {
  .movieGrid {
    grid-template-columns: 1fr;
  }
}
.movieGrid.-one {
  grid-template-columns: repeat(1, 1fr);
}

.movieGridItem_iframeWrap {
  padding-top: 56%;
  position: relative;
}
.movieGridItem_iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.movieGridItem_caption {
  font-size: 14px;
  line-height: 1.4285714286;
  letter-spacing: 0em;
}

.alignment {
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .alignment {
    padding: 40px 0 50px;
  }
}
.alignment_content {
  margin-top: 40px;
}

.alignmentContent {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 40px;
}
@media (max-width: 600px) {
  .alignmentContent {
    gap: 20px;
  }
}

.alignmentImage_caption {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  text-align: right;
  margin-top: 10px;
}

.colorBox_inner {
  background-color: #e3efee;
  padding: 30px;
}
@media (max-width: 600px) {
  .colorBox_inner {
    padding: 20px;
  }
}
.colorBox_bigText {
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .colorBox_bigText {
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0em;
  }
}
.colorBox_ul {
  margin-top: 20px;
}
.colorBox_li {
  font-size: 14px;
  line-height: 1.7857142857;
  letter-spacing: 0em;
  margin-bottom: 10px;
  text-indent: -1em;
  padding-left: 1em;
}
.colorBox_li:last-child {
  margin-bottom: 0;
}
.colorBox_label {
  border: solid 2px #187770;
  color: #187770;
  font-weight: 700;
  width: 170px;
  text-align: center;
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0em;
  background-color: #fff;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 600px) {
  .colorBox_label {
    font-size: 14px;
    line-height: 2.1428571429;
    letter-spacing: 0em;
  }
}
.colorBox_label::before, .colorBox_label::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: auto;
}
.colorBox_label::before {
  border-style: solid;
  border-width: 0 12px 12px 0;
  border-color: transparent #187770 transparent transparent;
}
.colorBox_label::after {
  border-style: solid;
  border-width: 0 15px 15px 0;
  border-color: transparent #fff transparent transparent;
}
.colorBox_text {
  color: #187770;
}

.policy {
  padding: 80px 0 100px;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .policy {
    padding: 40px 0 50px;
  }
}
.policy a {
  color: #187770;
  text-decoration: underline;
  font-weight: 700;
}
.policy a:hover {
  text-decoration: none;
}
.policy h2 {
  color: #187770;
  margin-top: 20px;
  font-weight: 700;
}
.policy p {
  margin-top: 10px;
}

.application {
  padding: 80px 0 100px;
}
@media (max-width: 600px) {
  .application {
    padding: 40px 0 50px;
  }
}

.entryFlow {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  gap: 25px;
}

.flowBox {
  border: solid 5px #187770;
  border-radius: 20px;
}
.flowBox_title {
  background-color: #187770;
  color: #fff;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
  text-align: center;
  padding: 10px 20px;
}
.flowBox_text {
  padding: 10px 20px;
  font-size: 14px;
  line-height: 2.1428571429;
  letter-spacing: 0em;
}

.contact {
  padding: 80px 0;
  background-color: #efefef;
}
@media (max-width: 600px) {
  .contact {
    padding: 50px 0;
  }
}
.contact_inner {
  max-width: 800px;
  margin: 50px auto 0;
}
.contact_title {
  text-align: center;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.25;
  letter-spacing: 0em;
}
@media (max-width: 600px) {
  .contact_title {
    font-size: 18px;
    line-height: 1.6666666667;
    letter-spacing: 0em;
  }
}

.formTable th {
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0em;
  padding-bottom: 30px;
  width: 250px;
  font-weight: 400;
}
@media (max-width: 600px) {
  .formTable th {
    font-size: 13px;
    line-height: 2.2153846154;
    letter-spacing: 0em;
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.formTable th.-col2head {
  padding-bottom: 10px;
}
.formTable th .required {
  margin-left: 20px;
}
.formTable_radio {
  padding-bottom: 40px;
}
.formTable_radio label {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 10px;
}
.formTable_radio label input[type=radio] {
  margin-right: 10px;
  position: relative;
  top: -1px;
}
@media (max-width: 600px) {
  .formTable_radio label {
    margin-right: 20px;
  }
}
.formTable td {
  padding-bottom: 30px;
  font-size: 18px;
  line-height: 2.7777777778;
  letter-spacing: 0em;
}
@media (max-width: 600px) {
  .formTable td {
    font-size: 13px;
    line-height: 2.2153846154;
    letter-spacing: 0em;
    display: block;
    width: 100%;
  }
}
.formTable td.-textArea {
  font-size: 18px;
  line-height: 1.7777777778;
  letter-spacing: 0em;
  padding-top: 10px;
}
@media (max-width: 600px) {
  .formTable td.-textArea {
    font-size: 13px;
    line-height: 2.2153846154;
    letter-spacing: 0em;
  }
}
.formTable td input[type=text], .formTable td input[type=email], .formTable td input[type=tel], .formTable td input[type=url] {
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 11px 10px;
  width: 100%;
}
.formTable td textarea {
  border-radius: 10px;
  background-color: #fff;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 0em;
  padding: 11px 10px;
  width: 100%;
}

.required {
  display: inline-block;
  padding: 0 10px;
  font-size: 12px;
  line-height: 1.6666666667;
  letter-spacing: 0em;
  background-color: #aa111c;
  color: #fff;
}

.privacy_check {
  display: flex;
  align-items: center;
  padding: 50px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .privacy_check {
    padding: 20px;
  }
}
.privacy_check .required {
  margin-right: 24px;
}
.privacy_check input[type=checkbox] {
  margin-right: 20px;
}

.btnWrap {
  margin-top: 70px;
  margin-bottom: 20px;
}

.recaptcha {
  font-size: 13px;
  line-height: 1.8461538462;
  letter-spacing: 0em;
  text-align: center;
}

.thanks {
  padding: 80px 20px;
  background-color: #fff;
}
@media (max-width: 600px) {
  .thanks {
    padding: 30px;
  }
}
.thanks_text {
  text-align: center;
  color: #187770;
}

.whats {
  padding: 0 0 100px;
}
@media (max-width: 600px) {
  .whats {
    padding: 0 0 50px;
  }
}
.whats_title {
  text-align: center;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0em;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 300;
  color: #187770;
  font-weight: 700;
  margin: 100px 0 40px;
}
@media (max-width: 600px) {
  .whats_title {
    margin: 50px 40px;
  }
}
.whats_grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(16.6666666667%, 1fr));
  grid-gap: 2.5rem;
  gap: 2.5rem;
}

.logoItem {
  display: flex;
  align-items: center;
  justify-content: center;
}
.logoItem img {
  max-width: 150px;
}

/*
members
*/
.members {
  padding: 70px 0;
}
@media (max-width: 600px) {
  .members {
    padding: 35px 0 50px;
  }
}

.room {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .room {
    margin-bottom: 35px;
  }
}
.room_item {
  background-color: #e3efee;
  padding: 20px;
}
.room_item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .room_item {
    padding: 16px;
  }
  .room_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.room_title {
  max-width: 300px;
  margin: 0 auto 35px;
  text-align: center;
  background-color: #187770;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .room_title {
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.room_itemInner {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .room_itemInner {
    display: block;
  }
}
.room_itemImageWrap {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 20px 0 0;
}
@media (max-width: 600px) {
  .room_itemImageWrap {
    width: 100%;
    padding: 16px;
    margin: 0 0 16px;
  }
}
.room_itemImage {
  max-width: 240px;
}
.room_itemImage.-width {
  max-width: 120px;
}
.room_itemContents {
  width: calc(75% - 20px);
}
@media (max-width: 600px) {
  .room_itemContents {
    width: 100%;
  }
}
.room_itemTitle {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .room_itemTitle {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.room_itemUrl {
  font-weight: 700;
}
.room_itemUrl:hover {
  opacity: 0.5;
}
.room_btn {
  position: relative;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .room_btn {
    max-width: none;
  }
}
.room_btnLink {
  display: block;
  padding: 5px 0;
  background-color: #187770;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
}
@media (min-width: 601px) {
  .room_btnLink:hover {
    opacity: 0.7;
  }
}
.room_btnLink::before, .room_btnLink::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
.room_btnLink::before {
  width: 40px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 601px) {
  .room_btnLink:hover::before {
    right: 12px;
  }
}
.room_btnLink::after {
  width: 15px;
  top: 40%;
  right: 20px;
  transform: rotate(20deg);
}
@media (min-width: 601px) {
  .room_btnLink:hover::after {
    right: 12px;
  }
}

.booth_item {
  background-color: #e3efee;
  padding: 20px;
}
.booth_item:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 600px) {
  .booth_item {
    padding: 16px;
  }
  .booth_item:not(:last-child) {
    margin-bottom: 16px;
  }
}
.booth_title {
  max-width: 300px;
  margin: 0 auto 35px;
  text-align: center;
  background-color: #1d958d;
  color: #fff;
  font-size: 24px;
  line-height: 2;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .booth_title {
    margin: 0 auto 35px;
    font-size: 20px;
    line-height: 2;
    letter-spacing: 0em;
  }
}
.booth_itemInner {
  display: flex;
  justify-content: center;
}
@media (max-width: 600px) {
  .booth_itemInner {
    display: block;
  }
}
.booth_itemImageWrap {
  width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 0 20px;
  margin: 0 20px 0 0;
}
@media (max-width: 600px) {
  .booth_itemImageWrap {
    width: 100%;
    padding: 16px;
    margin: 0 0 16px;
  }
}
.booth_itemImage {
  max-width: 240px;
}
.booth_itemImage.-width {
  max-width: 120px;
}
.booth_itemContents {
  width: calc(75% - 20px);
}
@media (max-width: 600px) {
  .booth_itemContents {
    width: 100%;
  }
}
.booth_itemTitle {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0em;
  font-weight: 700;
}
@media (max-width: 600px) {
  .booth_itemTitle {
    font-size: 18px;
    line-height: 1.5;
    letter-spacing: 0em;
  }
}
.booth_itemUrl {
  font-weight: 700;
}
.booth_itemUrl:hover {
  opacity: 0.5;
}
.booth_btn {
  position: relative;
  text-align: center;
  max-width: 240px;
  margin-left: auto;
  margin-top: 10px;
}
@media (max-width: 600px) {
  .booth_btn {
    max-width: none;
  }
}
.booth_btnLink {
  display: block;
  padding: 5px 0;
  background-color: #187770;
  font-weight: bold;
  color: #fff;
  transition: 0.4s;
}
@media (min-width: 601px) {
  .booth_btnLink:hover {
    opacity: 0.7;
  }
}
.booth_btnLink::before, .booth_btnLink::after {
  content: "";
  position: absolute;
  display: block;
  height: 2px;
  background-color: #fff;
  transition: 0.4s;
}
.booth_btnLink::before {
  width: 40px;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media (min-width: 601px) {
  .booth_btnLink:hover::before {
    right: 12px;
  }
}
.booth_btnLink::after {
  width: 15px;
  top: 40%;
  right: 20px;
  transform: rotate(20deg);
}
@media (min-width: 601px) {
  .booth_btnLink:hover::after {
    right: 12px;
  }
}

.roomDetail {
  display: flex;
  gap: 20px;
  margin-top: 70px;
}
@media (max-width: 600px) {
  .roomDetail {
    display: block;
    margin-top: 35px;
  }
}
.roomDetail_textArea {
  width: 40%;
}
@media (max-width: 600px) {
  .roomDetail_textArea {
    width: 100%;
  }
}
.roomDetail_textArea:only-child {
  width: 100%;
}
.roomDetail_textWrap:not(:last-child) {
  margin-bottom: 20px;
}
.roomDetail_title {
  padding: 5px 10px;
  background-color: #e3efee;
}
.roomDetail_text {
  margin-top: 10px;
}
.roomDetail_imageArea {
  width: 60%;
}
@media (max-width: 600px) {
  .roomDetail_imageArea {
    width: 100%;
    margin-top: 35px;
  }
}
.roomDetail_imageList {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media (max-width: 600px) {
  .roomDetail_imageList {
    gap: 10px;
  }
}
.roomDetail_imageItem.-col1 {
  width: 100%;
}
.roomDetail_imageItem.-col2 {
  width: calc(50% - 10px);
}
.roomDetail_imageItem.-col3 {
  width: calc(32% - 10px);
}
@media (max-width: 600px) {
  .roomDetail_imageItem.-col2 {
    width: calc(50% - 5px);
  }
  .roomDetail_imageItem.-col3 {
    width: calc(50% - 5px);
  }
}
.roomDetail_imageWrap.-w300 {
  max-width: 300px;
  margin: 0 auto;
}
.roomDetail_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.roomDetail_image::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.roomDetail_imageItem.-col2 .roomDetail_image::before {
  padding-top: 80%;
}

.memberNewsArea {
  padding: 40px 0;
  background-color: #efefef;
}

/*
総合トップページ
*/
.top {
  padding-top: 100px;
}
@media (max-width: 600px) {
  .top {
    padding-top: 80px;
  }
}
.top.-n404 {
  padding-top: 40px;
}
@media (max-width: 600px) {
  .top.-n404 {
    padding-top: 40px;
  }
}
.top_textWrapper {
  margin-bottom: 60px;
  text-align: center;
}
@media (max-width: 600px) {
  .top_textWrapper {
    margin-bottom: 46px;
  }
}
.top_logoWrapper {
  text-align: center;
  margin-bottom: 70px;
}
.top_logoWrapper img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top_logoWrapper img {
    max-width: 300px;
  }
}
@media (max-width: 600px) {
  .top_logoWrapper {
    margin-bottom: 50px;
  }
}
.top_logoWrapper.-n404 {
  margin-bottom: 0;
}
.top_logoWrapper.-n404 img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
@media (max-width: 600px) {
  .top_logoWrapper.-n404 img {
    max-width: 300px;
  }
}
.top_logoWrapper.-mb0 {
  margin-bottom: 0;
}
.top_newsWrapper {
  margin-bottom: 70px;
}
@media (max-width: 600px) {
  .top_newsWrapper {
    margin-bottom: 60px;
  }
}
.top_newsItem {
  padding: 40px 30px;
  background-color: #EBF5F3;
}
@media (max-width: 600px) {
  .top_newsItem {
    padding: 24px 16px;
  }
}
.top_newsItemTitle {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 700;
}
@media (max-width: 600px) {
  .top_newsItemTitle {
    font-size: 14px;
  }
}
.top_newsItemText {
  font-size: 16px;
}
@media (max-width: 600px) {
  .top_newsItemText {
    font-size: 14px;
  }
}
.top_titleWrapper {
  margin-bottom: 60px;
}
@media (max-width: 600px) {
  .top_titleWrapper {
    margin-bottom: 42px;
  }
}
.top_title {
  text-align: center;
  font-size: 24px;
  position: relative;
  color: #00504E;
  font-weight: 700;
}
.top_title::after {
  content: "";
  position: absolute;
  left: 50%;
  top: calc(100% + 10px);
  transform: translateX(-50%);
  width: 40px;
  height: 1px;
  background-color: #00504E;
}
@media (max-width: 600px) {
  .top_title::after {
    top: calc(100% + 2px);
  }
}
@media (max-width: 600px) {
  .top_title {
    font-size: 18px;
  }
}
.top_lists {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
  margin-bottom: 50px;
}
@media (max-width: 600px) {
  .top_lists {
    gap: 50px 16px;
    grid-template-columns: repeat(1, 1fr);
    margin-bottom: 40px;
  }
}
.top_listItem {
  position: relative;
}
.top_listItemLink {
  display: block;
}
.top_listItemLink:hover > .top_listBtn .top_listBtnText img {
  transform: translate(6px, -50%);
}
.top_listItemImg {
  margin-bottom: 10px;
}
.top_listItemImg img {
  width: 100%;
}
.top_listItemTitle {
  font-size: 18px;
  font-weight: 700;
  color: #00504E;
  margin-bottom: 4px;
}
@media (max-width: 600px) {
  .top_listItemTitle {
    font-size: 16px;
  }
}
.top_listItemText {
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.5;
}
@media (max-width: 600px) {
  .top_listItemText {
    font-size: 14px;
  }
}
.top_listBtn {
  text-align: right;
}
.top_listBtnText {
  display: inline-block;
  position: relative;
  font-weight: 700;
  font-size: 12px;
  padding-right: 44px;
  color: #00504E;
  font-weight: 700;
}
@media (max-width: 600px) {
  .top_listBtnText {
    font-size: 10px;
  }
}
.top_listBtnText img {
  position: absolute;
  top: 50%;
  right: 14px;
  transform: translate(0, -50%);
  width: 12px;
  height: 10px;
  transition: 0.4s;
}
.top_text {
  font-size: 16px;
}
@media (max-width: 600px) {
  .top_text {
    font-size: 14px;
  }
}
.top_text.-n404 {
  color: #a7a9ab;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}

.grecaptcha-badge {
  display: none;
}

.wpcf7 .ajax-loader {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
  border: none;
  text-align: center;
  color: #aa111c;
}

div.wpcf7-validation-errors, div.wpcf7-acceptance-missing, div.wpcf7-mail-sent-ok {
  width: 100%;
  border: none;
  font-weight: bold;
  text-align: center;
}

span.wpcf7-not-valid-tip {
  width: 100%;
  border: none;
  font-size: 12px;
  line-height: 1.6;
}

.privacy_check span.wpcf7-list-item-label {
  display: none;
}

.privacy_check span.wpcf7-not-valid-tip {
  position: absolute;
  bottom: -20;
  left: 0;
  width: 120px;
  font-size: 10px;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
  text-align: center;
  color: #aa111c;
  border: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  text-align: center;
  border: none;
}

.wpcf7-spinner {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  color: #aa111c;
}/*# sourceMappingURL=layout.css.map */