  @charset "UTF-8";
:root {
  --tsu-border-color-gray: #535353;
  --tsu-transition-duration: 0.2s;
  --tsu-color-blue: #3089b1;
  --tsu-color-green: #3e831a;
  --tsu-color-paleoragnge: #ffe9bf;
  --tsu-color-link: #6bbe5f;
}

.tsu-d-block-lg {
  display: none;
}

.tsu-d-inlineblock-lg {
  display: none;
}

.tsu-d-inline-lg {
  display: none;
}

.tsu-d-block-mb {
  display: block;
}

.tsu-d-inlineblock-mb {
  display: inline-block;
}

.tsu-d-inline-mb {
  display: inline;
}

.tsu-d-inlineblock {
  display: inline-block;
}

/* ¼È´æ¤ÎÉÏ•ø¤­ */
.tsu .l-content-header {
  padding-top: 0;
  padding-bottom: 0;
  background-color: transparent;
  background-image: linear-gradient(180deg, #ebf0f3 70px, transparent 70px);
}
.tsu .l-content-header > .l-content-fluid {
  padding-top: 17px;
}
@media (max-width: 768px) {
  .tsu .l-content-header > .l-content-fluid {
    display: none;
  }
}
.tsu .l-content-header p {
  letter-spacing: 0.09em;
}
.tsu .l-content-header p:last-of-type {
  margin-top: 0.5rem;
  font-size: 1.2rem;
}
@media (min-width: 1091px) {
  .tsu .l-content-header p:last-of-type {
    margin-top: 1rem;
  }
}
.tsu .l-content-header .tsu-header {
  background: url(/assets/tsunagu/img/common/bg-01.jpg) #fff no-repeat center/cover;
}
.tsu .l-content-header .tsu-header > .l-content-fluid {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  min-height: 259px;
  display: grid;
  align-content: center;
}
@media (max-width: 768px) {
  .tsu .l-content-header .tsu-header > .l-content-fluid {
    min-height: 190px;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
.tsu .p-sidebar-group .p-sidebar-title {
  font-weight: bold;
}
.tsu .p-sidebar-group {
  /*
  @media (hover: hover) {
    a:hover {
      color: #3089b1;
    }
  }
  */
}
.tsu .tsu-link-text {
  color: #525252;
}
.tsu .tsu-link-text[target=_blank]::after {
  background-color: currentColor;
  mask: no-repeat 50% 50%;
  mask-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIGlkPSJf44Os44Kk44Ok44O8XzEiIGRhdGEtbmFtZT0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmVyc2lvbj0iMS4xIiB2aWV3Qm94PSIwIDAgMTUgMTQiPiAgPGRlZnM+IDxzdHlsZT4gLnN0MCB7IGZpbGw6ICM1MjUyNTI7IH0gPC9zdHlsZT4gPC9kZWZzPiA8cGF0aCBjbGFzcz0ic3QwIiBkPSJNMCwwdjExaDEyVjBIMFpNMTEsMTBIMVYxaDEwdjlaIi8+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNSwxNEgxdi0xaDE0djFaIi8+IDxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNSwxNGgtMVYxaDF2MTNaIi8+PC9zdmc+");
  mask-size: contain;
  display: inline-block;
  width: 0.8em;
  height: 0.8em;
  margin-left: 0.2rem;
  margin-right: 0.2rem;
  vertical-align: middle;
  content: "";
}
.tsu .p-sidebar-list p:not(:first-of-type) {
  font-size: 1.1rem;
  letter-spacing: 0;
}
@media (min-width: 1091px) {
  .tsu .p-sidebar-list p:not(:first-of-type) {
    font-size: 1.2rem;
  }
}
.tsu iframe {
  display: block;
}
.tsu .tsu-text-center {
  text-align: center;
}

.tsu-section-inner {
  max-width: 1124px;
  margin: 0 auto;
  padding: 60px 30px 0;
}
.tsu-section-inner > *:first-child {
  margin-top: 0;
}
.tsu-section-inner > *:last-child {
  margin-bottom: 0;
}

/* index/top */
.tsu-article-list > a {
  color: #525252;
}

.tsu-article-item {
  display: block;
}
.tsu-article-item + .tsu-article-item {
  margin-top: 3rem;
}
.tsu-article-item a, .tsu-article-item .tsu-article-imgcontainer {
  position: relative;
  display: block;
}
.tsu-article-item .tsu-swiper {
  position: relative;
}
.tsu-article-item .swiper-wrapper {
  overflow: hidden;
  aspect-ratio: 750/700;
}
.tsu-article-item img {
  width: 100%;
  display: block;
  height: auto;
  max-width: initial;
}

.tsu-article-title {
  position: absolute;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
  z-index: 10;
}

.tsu-article-title-main {
  font-size: min(5.2rem, 6.77083333vw);
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.tsu-article-title-sub {
  line-height: 1.4;
  font-size: min(3.4rem, 4.42708333vw);
  font-weight: 400;
  letter-spacing: 0;
  color: #fff;
}

.tsu-article-item-lead {
  line-height: 2;
  font-size: 1.2rem;
  margin-top: 1rem;
  font-weight: 500;
  letter-spacing: 0;
}

.tsu-article-item-pagination {
  display: flex;
  justify-content: center;
  padding: 2rem 0;
  min-height: 44px;
}
.tsu-article-item-pagination .swiper-pagination-bullet {
  width: 4rem;
  height: 0.4rem;
  border-radius: 0;
  background: #909090;
}
.tsu-article-item-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--tsu-color-blue);
}

@media (min-width: 769px) {
  /* index/top ¤³¤³¤À¤±769 */
  .tsu-article-item + .tsu-article-item {
    margin-top: 5rem;
  }
  .tsu-article-item .swiper-wrapper {
    aspect-ratio: 2448/1080;
  }
  .tsu-article-title {
    bottom: 3rem;
    left: 3rem;
  }
  .tsu-article-title .tsu-d-block-mb {
    display: none;
  }
  .tsu-article-title .tsu-d-inlineblock-mb {
    display: none;
  }
  .tsu-article-title .tsu-d-inline-mb {
    display: none;
  }
  .tsu-article-title-main {
    font-size: min(4.4rem, 3.055vw);
    margin-top: 0.5rem;
  }
  .tsu-article-title-sub {
    font-size: min(2.6rem, 1.805vw);
    margin-top: 0.5rem;
  }
  .tsu-article-item-lead {
    font-size: 2rem;
    margin-top: 3rem;
    text-align: center;
  }
  .tsu-article-item-pagination {
    padding: 3rem 0;
    min-height: 64px;
  }
}
/* index¤Î¤ß */
.tsu-article-list.tsu-root .tsu-article-item {
  border: 1px solid var(--tsu-border-color-gray);
}
.tsu-article-list.tsu-root .tsu-lead h1, .tsu-article-list.tsu-root .tsu-lead h2 {
  font-size: 1.8rem;
}
.tsu-article-list.tsu-root .tsu-index ul {
  font-size: 1.4rem;
}
.tsu-article-list.tsu-root .tsu-index ul li + li {
  margin-top: 0.725rem;
}
@media (min-width: 1091px) {
  .tsu-article-list.tsu-root .tsu-lead h1, .tsu-article-list.tsu-root .tsu-lead h2 {
    font-size: 2.4rem;
  }
  .tsu-article-list.tsu-root .tsu-index ul {
    font-size: 1.6rem;
  }
}

.tsu-article-description {
  padding-top: 0.725rem;
  background-color: #ebf0f3;
}
.tsu-article-description .tsu-index {
  border: none;
  background-color: transparent;
}
.tsu-article-description .tsu-index .tsu-index-inner {
  padding: 0.725rem 1.5rem 2rem;
}
.tsu-article-description .tsu-lead {
  margin: 0;
  padding: 0;
}
@media (min-width: 1091px) {
  .tsu-article-description {
    padding-top: 1.5rem;
  }
  .tsu-article-description .tsu-index .tsu-index-inner {
    padding: 1.5rem 4rem 3rem;
  }
}

/* Ô”¼š¥Ú©`¥¸ */
.tsu-lead {
  padding-top: 1rem;
  margin: 0 0 2rem 0;
}
.tsu-lead h1, .tsu-lead h2 {
  text-align: center;
  font-size: 2rem;
}
.tsu-lead p {
  line-height: 2;
  font-weight: bold;
  letter-spacing: 0;
}

.tsu-heading-lv2 {
  margin: 2rem 0 1.5rem;
  font-size: 2rem;
}

.tsu-heading-lv3 {
  margin: 1rem 0 0.5rem;
  font-size: 1.9rem;
  font-weight: 500;
}
.tsu-heading-lv3 + .tsu-figure-container {
  margin-top: 1.5rem;
}

.tsu-heading-lv4 {
  margin: 1rem 0 0.5rem;
  font-size: 1.7rem;
  font-weight: 500;
}
.tsu-heading-lv4 + .tsu-figure-container {
  margin-top: 1.5rem;
}

.tsu-heading-lv5 {
  margin: 1rem 0 0.5rem;
  font-size: 1.5rem;
  font-weight: 500;
}
.tsu-heading-lv5 + .tsu-figure-container {
  margin-top: 1.5rem;
}

@media (min-width: 1091px) {
  .tsu-lead {
    margin-bottom: 4rem;
    padding-top: 2rem;
  }
  .tsu-lead h1, .tsu-lead h2 {
    font-size: 3.8rem;
  }
  .tsu-lead p {
    text-align: center;
    font-size: 1.8rem;
  }
  .tsu-heading-lv2 {
    margin: 2rem 0 1.5rem;
    font-size: 3.2rem;
  }
  .tsu-heading-lv3 {
    margin: 2rem 0 1.5rem;
    font-size: 2.6rem;
  }
  .tsu-heading-lv3 + .tsu-figure-container {
    margin-top: 1.5rem;
  }
  .tsu-heading-lv4 {
    margin: 2rem 0 1.5rem;
    font-size: 2.3rem;
  }
  .tsu-heading-lv4 + .tsu-figure-container {
    margin-top: 1.5rem;
  }
  .tsu-heading-lv5 {
    margin: 2rem 0 1.5rem;
    font-size: 2rem;
  }
  .tsu-heading-lv5 + .tsu-figure-container {
    margin-top: 1.5rem;
  }
}
.tsu-heading-container {
  display: block;
  border-bottom: 1px solid var(--tsu-border-color-gray);
  margin: 1rem 0;
  padding: 0 0 1rem;
}
.tsu-heading-container.tsu-heading-blue {
  color: var(--tsu-color-blue);
  border-bottom-color: var(--tsu-color-blue);
}
.tsu-heading-container.tsu-heading-green {
  color: var(--tsu-color-green);
  border-bottom-color: var(--tsu-color-green);
}
.tsu-heading-container picture {
  display: block;
}
.tsu-heading-container img {
  display: block;
  margin: 0 auto;
}
.tsu-heading-container p {
  margin: 0.5rem 0 0;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0;
}
.tsu-heading-container h2, .tsu-heading-container h3 {
  font-weight: 500;
  margin: 0;
  font-size: 2rem;
  text-align: center;
}
.tsu-subcontents .tsu-heading-container h2, .tsu-subcontents .tsu-heading-container h3 {
  font-size: 2rem;
}
@media (min-width: 1091px) {
  .tsu-heading-container {
    padding-bottom: 2rem;
  }
  .tsu-heading-container h2, .tsu-heading-container h3 {
    font-size: 3.2rem;
  }
  .tsu-subcontents .tsu-heading-container h2, .tsu-subcontents .tsu-heading-container h3 {
    font-size: 3.2rem;
  }
  .tsu-heading-container p {
    margin: 1.5rem 0 0;
    font-size: 1.8rem;
    text-align: center;
  }
}

.tsu-heading-lead {
  margin: 1rem 0;
}
.tsu-heading-lead.tsu-heading-blue {
  color: var(--tsu-color-blue);
}
.tsu-heading-lead.tsu-heading-green {
  color: var(--tsu-color-green);
}
.tsu-heading-lead p {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0;
}
@media (min-width: 1091px) {
  .tsu-heading-lead {
    margin: 1.5rem 0 3rem;
  }
  .tsu-heading-lead p {
    text-align: center;
    font-size: 1.8rem;
  }
}

.tsu-section {
  scroll-margin-top: 4rem;
}
.tsu-section > .tsu-section-inner {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.tsu-section > .tsu-section-inner.tsu-pb-0 {
  padding-bottom: 0;
}
.tsu-section > .tsu-section-inner > *:first-child,
.tsu-section .tsu-section-xsmall > *:first-child,
.tsu-section .tsu-section-small > *:first-child,
.tsu-section .tsu-section-middle > *:first-child {
  margin-top: 0;
}
.tsu-section > .tsu-section-inner > *:last-child,
.tsu-section .tsu-section-xsmall > *:last-child,
.tsu-section .tsu-section-small > *:last-child,
.tsu-section .tsu-section-middle > *:last-child {
  margin-bottom: 0;
}
.tsu-section [class*=tsu-section-] + .tsu-section-xsmall,
.tsu-section [class*=tsu-section-] + .tsu-section-xxsmall {
  margin-top: 1rem;
}
.tsu-section [class*=tsu-section-] + .tsu-section-small {
  margin-top: 1.5rem;
}
.tsu-section [class*=tsu-section-] + .tsu-section-middle,
.tsu-section [class*=tsu-section-] + .tsu-section-large,
.tsu-section [class*=tsu-section-] + .tsu-section-xlarge {
  margin-top: 3rem;
}
.tsu-section.tsu-offset-bottom {
  padding-bottom: 5rem;
}
.tsu-section.tsu-offset-bottom-lg {
  padding-bottom: 0;
}
.tsu-section .tsu-figcaption {
  font-size: 1.2rem;
}
.tsu-section .tsu-section-innerline {
  padding: 1.5rem 1.5rem 2rem;
  border: 1px solid var(--tsu-border-color-gray);
}
@media (min-width: 1091px) {
  .tsu-section {
    scroll-margin-top: 5rem;
  }
  .tsu-section > .tsu-section-inner {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .tsu-section .tsu-section-innerline {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }
  .tsu-section.tsu-offset-bottom {
    padding-bottom: 11rem;
  }
  .tsu-section.tsu-offset-bottom-lg {
    padding-bottom: 11rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-xxsmall {
    margin-top: 1rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-xsmall {
    margin-top: 1.5rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-small {
    margin-top: 3rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-middle {
    margin-top: 4rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-large {
    margin-top: 10rem;
  }
  .tsu-section [class*=tsu-section-] + .tsu-section-xlarge {
    margin-top: 17rem;
  }
  .tsu-section .tsu-figcaption {
    font-size: 1.4rem;
  }
}

.tsu-diverder {
  padding-top: 1.5rem;
  border-top: 1px solid #535353;
}
@media (min-width: 1091px) {
  .tsu-diverder {
    padding-top: 3rem;
  }
}

.tsu-text-container {
  margin: 1.5rem 0;
  padding: 0;
}
.tsu-text-container > *:first-child {
  margin-top: 0;
}
.tsu-text-container > *:last-child {
  margin-bottom: 0;
}
.tsu-text-container .tsu-heading-lv2,
.tsu-text-container .tsu-heading-lv3,
.tsu-text-container .tsu-heading-lv4,
.tsu-text-container .tsu-heading-lv5 {
  letter-spacing: 0;
}

.tsu-text-container p,
.tsu-sentence p {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0;
}
.tsu-text-container .tsu-text,
.tsu-sentence .tsu-text {
  font-size: 1.4rem;
  line-height: 1.75;
}
.tsu-text-container .tsu-text-weak,
.tsu-sentence .tsu-text-weak {
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0;
}

.tsu-sentence p + p {
  margin-top: 0.5em;
}

.tsu-text {
  font-size: 1.4rem;
  line-height: 1.75;
}

.tsu-text-weak {
  line-height: 1.75;
  font-size: 1.2rem;
  letter-spacing: 0;
}

@media (min-width: 1091px) {
  .tsu-text {
    font-size: 1.6rem;
  }
  .tsu-text-weak {
    font-size: 1.4rem;
  }
  .tsu-sentence p,
  .tsu-text-container p {
    font-size: 1.6rem;
  }
  .tsu-sentence .tsu-text,
  .tsu-text-container .tsu-text {
    font-size: 1.6rem;
  }
  .tsu-sentence .tsu-text-weak,
  .tsu-text-container .tsu-text-weak {
    font-size: 1.4rem;
  }
}
.tsu-figure-container {
  margin: 1.5rem 0;
  padding: 0;
}
.tsu-figure-container > *:first-child {
  margin-top: 0;
}
.tsu-figure-container > *:last-child {
  margin-bottom: 0;
}
.tsu-figure-container .tsu-col > *:first-child {
  margin-top: 0;
}
.tsu-figure-container .tsu-col > *:last-child {
  margin-bottom: 0;
}
.tsu-figure-container figure img {
  width: 100%;
  height: auto;
}
.tsu-figure-container figure figcaption {
  text-align: right;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  font-weight: 400;
  letter-spacing: 0;
}
@media (min-width: 1091px) {
  .tsu-figure-container {
    margin-top: 3rem;
    margin-bottom: 2rem;
  }
  .tsu-figure-container figure figcaption {
    margin-top: 1rem;
    font-size: 1.3rem;
  }
}

.tsu-table th, .tsu-table td {
  padding: 0 0.2rem;
  font-size: 1.1rem;
}
.tsu-table th {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 1091px) {
  .tsu-table th, .tsu-table td {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
  }
}

.tsu-grid {
  display: grid;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.tsu-grid-col-2-mb {
  grid-template-columns: 1fr 1fr;
}
.tsu-col figure + .tsu-text-container {
  margin-top: 0.5rem;
}

.tsu-promo-container {
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  row-gap: 1rem;
}
.tsu-promo-container > * {
  margin-top: 0;
  margin-bottom: 0;
}
.tsu-promo-container {
  /*
  .tsu-col-01 {
    grid-area: 1 / 1 / 2 / 2;
  }
  .tsu-col-02 {
    grid-area: 3 / 1 / 4 / 2;
  }
  .tsu-col-03 {
    grid-area: 2 / 1 / 3 / 2;
  }
  */
}

.tsu-hero img {
  width: 100%;
  height: auto;
}
.tsu-hero figure {
  position: relative;
}
.tsu-hero figure figcaption {
  padding: 1rem 3rem;
  color: #fff;
  background-color: var(--tsu-color-blue);
}
.tsu-hero figure figcaption h2 {
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
}
.tsu-hero figure figcaption h2 span {
  display: block;
  font-size: 1.2rem;
}
@media (min-width: 769px) {
  .tsu-hero figure {
    position: relative;
  }
  .tsu-hero figure figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
    background-color: transparent;
    padding: 2rem;
  }
  .tsu-hero figure figcaption h2 {
    text-align: left;
    font-size: 3.6rem;
  }
  .tsu-hero figure figcaption h2 span {
    font-size: 2.8rem;
  }
}

.tsu-intro > .tsu-section-inner {
  padding-top: 0;
  padding-bottom: 0;
}
.tsu-intro {
  /*
  @media (min-width: 1091px) {
    > .tsu-section-inner {
      padding-top: 2.0rem;
    }
  }
  */
}

.tsu-map {
  max-width: 480px;
  margin: 2rem auto 0;
}
.tsu-map img {
  display: block;
  margin: auto;
  width: 100%;
  height: auto;
}
@media (min-width: 1091px) {
  .tsu-map {
    max-width: 580px;
    margin: 3rem auto 0;
  }
}

.tsu-index {
  border: 1px solid var(--tsu-border-color-gray);
  background-color: #fff;
  max-width: 640px;
  margin: 0 auto;
}
.tsu-index .tsu-index-inner {
  display: grid;
  justify-content: center;
  padding: 1.5rem;
}
.tsu-index .tsu-index-inner *:first-child {
  margin-top: 0;
}
.tsu-index .tsu-index-inner *:last-child {
  margin-bottom: 0;
}
.tsu-index h2, .tsu-index ul {
  font-size: 2rem;
  font-weight: 500;
}
.tsu-index h2 {
  text-align: center;
}
.tsu-index ul {
  list-style: disc;
  margin: 0.5rem 0 0 0;
  padding: 0 0 0 2rem;
  font-size: 1.5rem;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
.tsu-index ul li + li {
  margin-top: 1rem;
}
.tsu-intro .tsu-index ul {
  list-style-type: none;
  margin-top: 1rem;
  padding-left: 0;
}
.tsu-intro .tsu-index ul > li {
  position: relative;
  padding-left: 0.85em;
}
.tsu-intro .tsu-index ul > li::before {
  content: "??";
  position: absolute;
  top: 0.55em;
  left: 0;
  font-size: 0.6em;
}
.tsu-intro .tsu-index ul > li + li {
  margin-top: 1.5rem;
}
@media (min-width: 1091px) {
  .tsu-index {
    display: block;
    max-width: 860px;
  }
  .tsu-index .tsu-index-inner {
    padding: 2rem 4rem;
  }
  .tsu-index h2 {
    font-size: 2.8rem;
  }
  .tsu-index ul {
    font-size: 2rem;
    margin-top: 1rem;
  }
  .tsu-index ul li + li {
    margin-top: 1rem;
  }
  .tsu-intro .tsu-index ul {
    margin-top: 2rem;
  }
  .tsu-intro .tsu-index ul > li {
    padding-left: 1em;
  }
  .tsu-intro .tsu-index ul > li::before {
    top: 0.55em;
    left: 0;
  }
  .tsu-intro .tsu-index ul > li + li {
    margin-top: 2rem;
  }
}

/*
.tsu-overview {
  margin: 4.0rem auto;
  .tsu-heading-lv2 {
    padding: .5rem 1rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    background-color: #3089b1;
  }
    @media (min-width: 1091px) {
    max-width: 784px;
    margin: 6.0rem auto;
    .tsu-heading-lv2 {
      padding: 1.0rem 2.0rem;
      font-size: 2.0rem;
    }
  }
}
*/
.tsu-yushoku {
  background-color: var(--tsu-color-paleoragnge);
  padding-bottom: 5rem;
}
.tsu-yushoku .tsu-section-inner {
  padding-bottom: 0;
}
.tsu-yushoku .tsu-logo-yushoku {
  margin: 2rem 0 0;
  text-align: center;
}
.tsu-yushoku .tsu-logo-yushoku > div {
  display: inline-block;
  text-align: left;
}
.tsu-yushoku .tsu-logo-yushoku img {
  max-width: 280px;
  height: auto;
}
.tsu-yushoku .tsu-logo-yushoku p {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.tsu-yushoku .tsu-logo-yushoku + .tsu-heading-lead {
  margin-top: 1.5rem;
}
.tsu-yushoku .tsu-heading-lv2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
  padding-left: 1rem;
  color: var(--tsu-color-green);
  border-left: 6px solid var(--tsu-color-green);
}
.tsu-yushoku .tsu-heading-lv2 > span {
  display: inline-block;
}
.tsu-yushoku .tsu-heading-lv3 {
  font-size: 1.4rem;
  margin: 1rem 0 1rem;
}
.tsu-yushoku .tsu-text-container p {
  line-height: 1.75;
}
.tsu-yushoku .tsu-text-weak,
.tsu-yushoku .tsu-text-container .tsu-text-weak {
  line-height: 1.5;
}
.tsu-yushoku .tsu-text-container .tsu-text-address {
  line-height: 1.5;
}
.tsu-yushoku .tsu-section-yushoku {
  margin-left: auto;
  margin-right: auto;
}
.tsu-yushoku .tsu-provider .tsu-text {
  line-height: 1.6;
}
.tsu-yushoku .tsu-provider p {
  margin: 0;
}
@media (min-width: 768px) {
  .tsu-yushoku .tsu-provider .tsu-text-container {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    justify-content: flex-start;
    column-gap: 1em;
  }
}
.tsu-yushoku .tsu-map-grid {
  margin: 1.5rem 0;
  gap: 1.5rem 1rem;
}
@media (min-width: 1091px) {
  .tsu-yushoku {
    padding-bottom: 5rem;
  }
  .tsu-yushoku .tsu-section-inner {
    padding-top: 5rem;
  }
  .tsu-yushoku .tsu-logo-yushoku {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }
  .tsu-yushoku .tsu-logo-yushoku img {
    max-width: 360px;
  }
  .tsu-yushoku .tsu-logo-yushoku p {
    font-size: 1.4rem;
  }
  .tsu-yushoku .tsu-logo-yushoku + .tsu-heading-lead {
    margin-top: 2rem;
  }
  .tsu-yushoku .tsu-heading-lv2 {
    font-size: 2.8rem;
    margin-bottom: 1.5rem;
  }
  .tsu-yushoku .tsu-heading-lv3 {
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
  .tsu-yushoku .tsu-section-yushoku {
    max-width: 784px;
  }
  .tsu-yushoku .tsu-map-grid {
    margin: 3rem 0;
    gap: 3rem;
  }
  .tsu-yushoku .tsu-heading-lv3 + .tsu-map-grid {
    margin-top: 1.5rem;
  }
}

.tsu-note .tsu-section-inner {
  padding-top: 2rem;
  padding-bottom: 0;
}
@media (min-width: 1091px) {
  .tsu-note .tsu-section-inner {
    padding-top: 2.5rem;
    padding-bottom: 0;
  }
}

.tsu-pickup-container {
  margin: 4rem auto;
  background-color: #fff;
}
.tsu-pickup-container .tsu-pickup-heading {
  line-height: 1.3;
  margin: 0;
  padding: 0.8rem 1rem 0.5rem;
  font-size: 1.8rem;
  text-align: center;
  letter-spacing: 0;
  font-weight: 500;
  color: #fff;
  background-color: #bfae86;
}
.tsu-pickup-container .tsu-pickup-heading img {
  width: 61px;
  height: 18px;
}
.tsu-pickup-container .tsu-pickup-container-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 1.5rem 3rem;
}
.tsu-pickup-container .tsu-pickup-container-inner *:first-child {
  margin-top: 0;
}
.tsu-pickup-container .tsu-pickup-container-inner *:last-child {
  margin-bottom: 0;
}
.tsu-pickup-container .tsu-heading-lv3 {
  font-size: 1.4rem;
  margin: 1rem 0 1rem;
}
.tsu-pickup-container .tsu-figure-container {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.tsu-pickup-container .tsu-text-container {
  margin-top: 1rem;
}
@media (min-width: 1091px) {
  .tsu-pickup-container {
    max-width: 784px;
    margin: 4rem auto;
  }
  .tsu-pickup-container .tsu-pickup-heading {
    padding: 1rem 3rem 0.8rem;
    font-size: 2.2rem;
  }
  .tsu-pickup-container .tsu-pickup-heading img {
    width: 100px;
    height: 29px;
  }
  .tsu-pickup-container .tsu-pickup-container-inner {
    max-width: 580px;
    padding: 2rem 0 2.5rem;
  }
  .tsu-pickup-container .tsu-heading-lv3 {
    font-size: 2rem;
    margin: 2rem 0 1.5rem;
  }
  .tsu-pickup-container .tsu-text-container {
    margin-top: 1.5rem;
  }
}

.tsu-spot-container {
  background-color: #fff;
}
.tsu-spot-container .tsu-spot-container-inner {
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem 1.5rem;
}
.tsu-spot-container .tsu-spot-container-inner *:first-child {
  margin-top: 0;
}
.tsu-spot-container .tsu-spot-container-inner *:last-child {
  margin-bottom: 0;
}
@media (min-width: 1091px) {
  .tsu-spot-container .tsu-spot-container-inner {
    max-width: 784px;
    padding: 6rem 0;
  }
}

.tsu-fhn-container > .tsu-col {
  margin-top: 0;
  margin-bottom: 0;
}
.tsu-fhn-container {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: auto auto auto auto auto;
  align-items: flex-start;
  row-gap: 0.5rem;
  column-gap: 4rem;
}
.tsu-fhn-container > .tsu-col > *:first-child {
  margin-top: 0;
}
.tsu-fhn-container > .tsu-col > *:last-child {
  margin-bottom: 0;
}
.tsu-fhn-container > .tsu-col-01 {
  grid-area: 4/1/5/2;
  text-align: center;
}
.tsu-fhn-container > .tsu-col-01 img {
  width: 14rem;
}
.tsu-fhn-container > .tsu-col-02 {
  grid-area: 1/1/2/2;
}
.tsu-fhn-container > .tsu-col-03 {
  grid-area: 2/1/3/2;
}
.tsu-fhn-container > .tsu-col-04 {
  grid-area: 3/1/4/2;
}
.tsu-fhn-container > .tsu-col-05 {
  grid-area: 5/1/6/2;
}
.tsu-fhn-container > .tsu-col .tsu-figure-container {
  margin-top: 0.5rem;
}
.tsu-fhn-container .tsu-heading-lv3 {
  font-size: 1.8rem;
}
.tsu-fhn-container h2, .tsu-fhn-container h3, .tsu-fhn-container p, .tsu-fhn-container th, .tsu-fhn-container td {
  letter-spacing: 0;
}
@media (min-width: 1091px) {
  .tsu-fhn-container {
    display: grid;
    grid-template-columns: 180px 1fr 300px;
    grid-template-rows: auto auto 1fr;
    align-items: flex-start;
    row-gap: 1rem;
    column-gap: 4rem;
  }
  .tsu-fhn-container > .tsu-col > *:first-child {
    margin-top: 0;
  }
  .tsu-fhn-container > .tsu-col > *:last-child {
    margin-bottom: 0;
  }
  .tsu-fhn-container > .tsu-col-01 {
    display: grid;
    height: 100%;
    place-items: center;
  }
  .tsu-fhn-container > .tsu-col-01 img {
    width: 100%;
    margin: 0;
  }
  .tsu-fhn-container > .tsu-col-01 {
    grid-area: 1/1/3/2;
  }
  .tsu-fhn-container > .tsu-col-02 {
    grid-area: 1/2/2/3;
  }
  .tsu-fhn-container > .tsu-col-03 {
    grid-area: 2/2/3/3;
  }
  .tsu-fhn-container > .tsu-col-04 {
    grid-area: 1/3/4/4;
  }
  .tsu-fhn-container > .tsu-col-05 {
    display: grid;
    height: 100%;
    align-items: center;
    justify-content: flex-start;
    grid-area: 3/1/4/3;
  }
  .tsu-fhn-container > .tsu-col .tsu-figure-container {
    margin-top: 0;
  }
  .tsu-fhn-container .tsu-heading-lv3 {
    font-size: 2rem;
  }
}

.tsu-project .tsu-project-text {
  font-size: 1.1rem;
}
.tsu-project .tsu-table th, .tsu-project .tsu-table td {
  padding: 0 0.2rem;
  font-size: 1.1rem;
  letter-spacing: 0;
}
.tsu-project .tsu-table th {
  white-space: nowrap;
  vertical-align: top;
  text-align: left;
  font-weight: normal;
}
@media (min-width: 1091px) {
  .tsu-project .tsu-project-text {
    font-size: 1.5rem;
  }
  .tsu-project .tsu-table th, .tsu-project .tsu-table td {
    padding: 0 0.4rem;
    font-size: 1.5rem;
  }
}

@media (max-width: 1090px) {
  .tsu .c-heading-lv1 {
    margin-bottom: 0;
  }
  .tsu .l-breadcrumb {
    display: none;
  }
}
@media (min-width: 1091px) {
  .tsu-d-inline-lg {
    display: inline;
  }
  .tsu-d-block-lg {
    display: block;
  }
  .tsu-d-inlineblock-lg {
    display: inline-block;
  }
  .tsu-d-block-mb {
    display: none;
  }
  .tsu-d-inlineblock-mb {
    display: none;
  }
  .tsu-d-inline-mb {
    display: none;
  }
  .tsu .l-breadcrumb {
    margin-bottom: 2rem;
  }
  .tsu-text-container {
    margin: 2rem auto;
    padding: 0;
  }
  .tsu-grid {
    margin: 2rem 0;
  }
  .tsu-grid-col-2-lg {
    column-gap: 3rem;
    row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
  }
  .tsu-grid-col-4-lg {
    column-gap: 2rem;
    row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .tsu-col figure + .tsu-text-container {
    margin-top: 1rem;
  }
  /* Ô”¼š¥Ú©`¥¸ */
  .tsu-promo-container {
    display: grid;
    row-gap: 2rem;
    column-gap: 4rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }
  .tsu-promo-container > * {
    margin-top: 0;
    margin-bottom: 0;
  }
  .tsu-promo-container .tsu-col-01 {
    grid-area: 1/1/2/3;
  }
  .tsu-promo-container .tsu-col-02 {
    grid-area: 2/1/3/2;
  }
  .tsu-promo-container .tsu-col-03 {
    grid-area: 2/2/3/3;
  }
}
@media (hover: hover) {
  .tsu .tsu-link-text {
    transition: color ease-in-out var(--tsu-transition-duration) 0s;
  }
  .tsu .tsu-link-text:hover {
    color: var(--tsu-color-link);
  }
  .tsu .tsu-yushoku .tsu-link-text:hover {
    color: var(--tsu-color-link);
  }
  .tsu-article-list a {
    transition: color ease-in-out var(--tsu-transition-duration) 0s;
  }
  .tsu-article-list a .tsu-swiper::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
    opacity: 0;
    background: #fff;
    pointer-events: none;
    transition: opacity ease-in-out var(--tsu-transition-duration) 0s;
  }
  .tsu-article-list a:hover {
    color: #6482ff;
  }
  .tsu-article-list a:hover .tsu-swiper::after {
    opacity: 0.2;
  }
  .tsu-intro .tsu-index li {
    transition: color ease-in-out var(--tsu-transition-duration) 0s;
  }
  .tsu-intro .tsu-index li a {
    transition: none;
  }
  .tsu-intro .tsu-index li:hover {
    color: var(--tsu-color-link);
  }
  .tsu-intro .tsu-index li:hover a {
    color: currentColor;
    text-decoration: underline;
    text-underline-offset: 0.2em;
  }
}