@charset "UTF-8";
/* CSS Document */

/*========================================base========================================*/
.www-main {
  font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  fill: #000;
  border-color: #000;
  background-color: #fff;
  font: 16px;
  font-size: 16px;
  line-height: 2;
}
:where(.www-main) * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
:where(.www-main) *:before, :where(.www-main) *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-color: #000;
  background-color: #fff;
}

:where(.www-main) ol, :where(.www-main) ul {
  list-style: none;
  padding: 0;
}

:where(.www-main) img {
  border: none;
  display: block;
  width: 100%;
  height: auto;
}

/*h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
}

p,
a,
a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: inherit;
}*/

:where(.www-main) a[href^="tel:"],
:where(.www-main) a[href^="mailto:"] {
  text-decoration: inherit;
  color: inherit;
}
@media only screen and (min-width: 600px) {
  :where(.www-main) a[href^="tel:"],
  :where(.www-main) a[href^="mailto:"] {
    cursor: default;
    pointer-events: none;
  }
}

:where(.www-main) .url-break,
:where(.www-main) .break-all {
  word-break: break-all;
}

:where(.www-main) .block {
  display: block !important;
}

@media not screen, (max-width: 599px) {
  :where(.www-main) .wrap-control-sp {
    display: inline-block;
    white-space: nowrap;
  }
}

@media only screen and (min-width: 600px) {
  :where(.www-main) .wrap-control-pc {
    display: inline-block;
    white-space: nowrap;
  }
}

:where(.www-main) .wrap-control,
:where(.www-main) .wrap-control-both {
  display: inline-block;
  white-space: nowrap;
}

@media not screen, (max-width: 599px) {
  :where(.www-main) .hidden-sp {
    display: none !important;
  }
}

@media only screen and (min-width: 600px) {
  :where(.www-main) .hidden-pc {
    display: none !important;
  }
}

/*========================================contents========================================*/
.www-main {
  padding-bottom: 30px;
}
@media only screen and (min-width: 600px) {
  .www-main {
    padding-bottom: 60px;
  }
}

:where(.www-main) .spaced {
  display: inline-block;
  margin-right: -0.25em;
  letter-spacing: 0.25em;
}

:where(.www-main) .strong {
  font-weight: bold;
}

:where(.www-main) .underline {
  text-decoration: underline;
}

:where(.www-main) .iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
:where(.www-main) .iframe-wrapper iframe,
:where(.www-main) .iframe-wrapper object,
:where(.www-main) .iframe-wrapper embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

:where(.www-main) .section-body {
  padding-top: 30px;
  padding-bottom: 30px;
}
:where(.www-main) .section-inner {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 5.0%;
  padding-left: 5.0%;
  margin-bottom: -20px;
  padding-bottom: 20px;
  overflow: hidden;
}
@media only screen and (min-width: 600px) {
  :where(.www-main) .section-inner {
    padding-right: 0;
    padding-left: 0;
  }
}
:where(.www-main) .section-head {
  margin-bottom: 25px;
  text-align: center;
}
:where(.www-main) .section-title, .section-title-s {
  font-weight: bold;
  text-align: center;
}
:where(.www-main) .section-title:not(:last-child), .section-title-s:not(:last-child) {
  margin-bottom: 10px;
}
:where(.www-main) .section-title .spaced, .section-title-s .spaced {
  display: inline-block;
  margin-right: -0.1em;
  letter-spacing: 0.1em;
}
:where(.www-main) .section-title {
  border-bottom: 1px solid;
  font-size: 28px;
  line-height: 1.5em;
  font-weight: bold;
}
:where(.www-main) .section-title-s {
  font-size: 18px;
  line-height: 1.75em;
}
:where(.www-main) .section-caption {
  font-size: 18px;
}
:where(.www-main) .section-text a {
  text-decoration: underline;
}
:where(.www-main) .section-text a:hover {
  opacity: 0.7;
}
:where(.www-main) .section-text a[href^="tel:"] {
  text-decoration: inherit;
  color: inherit;
}
:where(.www-main) .section-paragraph-separated {
  margin-bottom: 1.75em;
}
:where(.www-main) .www-linkBtns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-top: 30px;
  margin-bottom: 30px;
}
:where(.www-main) .www-linkBtns.www-linkBtns-row {
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -2.5vw;
  margin-left: -2.5vw;
}
:where(.www-main) .www-linkBtns.www-linkBtns-row .www-linkBtn-outer {
  width: 50%;
  padding-right: 2.5vw;
  padding-left: 2.5vw;
}
:where(.www-main) .www-linkBtns .www-linkBtn {
  color: #fff;
  background-color: #000;
}
:where(.www-main) .www-linkBtns .www-linkBtn a:hover {
  color: #4d4d4d;
  background-color: #e4e4e4;
}
@media only screen and (min-width: 600px) {
  :where(.www-main) .section-head {
    margin-bottom: 50px;
  }
  :where(.www-main) .section-title:not(:last-child), .section-title-s:not(:last-child) {
    margin-bottom: 20px;
  }
  :where(.www-main) .section-title {
    font-size: 54px;
  }
  :where(.www-main) .section-title-s {
    font-size: 28px;
  }
  :where(.www-main) .section-caption {
    font-size: 28px;
  }
  :where(.www-main) .section-text a[href^="mailto:"] {
    cursor: pointer;
    pointer-events: auto;
  }
  :where(.www-main) .www-linkBtns {
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  :where(.www-main) .www-linkBtns.www-linkBtns-row {
    margin-right: -20px;
    margin-left: -20px;
  }
  :where(.www-main) .www-linkBtns.www-linkBtns-row .www-linkBtn-outer {
    padding-right: 20px;
    padding-left: 20px;
  }
}


/*========================================concept========================================*/
.concept-head-picture {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 20px;
  padding-right: 0;
  padding-left: 0;
}
.concept-head-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.75em;
}
.concept-head .www-linkBtn {
  height: auto;
  font-size: clamp(15px, 5.0vw, 20px);
  font-weight: bold;
  line-height: 1.75em;
}
.concept-head .www-linkBtn a {
  padding: 1em 0;
  font-weight: inherit;
}

@media only screen and (min-width: 600px) {
  .concept-head-picture {
    margin-bottom: 30px;
  }
  .concept-head-title {
    padding-right: 0;
    padding-left: 0;
    font-size: 27px;
  }
  .concept-head .www-linkBtn {
    font-size: 27px;
  }
}
.concept-story {
  padding-top: 10px;
  padding-bottom: 10px;
}
.concept-story-title {
  margin-bottom: 20px;
  font-size: 20px;
  text-align: center;
  line-height: 1.75em;
}
.concept-story-summary {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
.concept-story-summary-item {
  counter-increment: li;
  position: relative;
  margin-bottom: 10px;
  padding-left: 36px;
}
.concept-story-summary-item:before {
  content: counter(li);
  display: block;
  position: absolute;
  top: 4px;
  left: 0;
  width: 24px;
  height: 24px;
  border-radius: 13px;
  background-color: #FFAA00;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: center;
}
@media only screen and (min-width: 600px) {
  .concept-story {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .concept-story-title {
    text-align: left;
  }
  .concept-story-summary {
    margin-bottom: 20px;
  }
}
.concept-sections-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
}
@media only screen and (min-width: 600px) {
  .concept-sections-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .concept-sections-wrapper .section-title {
    padding: 10px;
  }
}
.concept-section {
  margin-bottom: 24px;
}
.concept-section .section-title {
  color: #fff;
  fill: #fff;
  border-color: #fff;
  background-color: #4d4d4d;
  border: none;
  padding: 8px 2.5vw;
  font-size: 20px;
}
.concept-section .section-title:before, .concept-section .section-title:after {
  border-color: #fff;
  background-color: #4d4d4d;
}
.concept-section .section-title-s {
  margin-bottom: 0.5em;
  font-size: 18px;
  text-align: left;
}
.concept-section .section-title-m {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75em;
  text-align: left;
}
.concept-section .section-title-m:not(:last-child) {
  margin-bottom: 10px;
}
.concept-section .section-title-m .spaced {
  display: inline-block;
  margin-right: -0.1em;
  letter-spacing: 0.1em;
}
.concept-section .section-text p:not(.section-paragraph-separated) {
  margin-bottom: 0.5em;
}
.concept-section .detail-image,
.concept-section .iframe-wrapper {
  margin-top: 15px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 600px) {
  .concept-section .section-title {
    padding: 10px;
    font-size: 28px;
  }
  .concept-section .section-title-m {
    font-size: 26px;
  }
  .concept-section .section-title-m:not(:last-child) {
    margin-bottom: 20px;
  }
}
