@charset "UTF-8";
.tsudoi-page {
  background: #fff;
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
}
.tsudoi-page * {
  font-family: inherit;
}
.tsudoi-page__inner {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__inner {
    padding: 0 13px 0 12px;
  }
}
.tsudoi-page__inner--narrow {
  max-width: 906px;
  width: 100%;
}
.tsudoi-page__intro {
  padding: 52px 0 32px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__intro {
    padding: 24px 0 14px;
  }
}
.tsudoi-page__title {
  padding-bottom: 27px;
  border-bottom: 1px solid #707070;
  font-size: 28px;
  font-weight: 500;
  line-height: 37px;
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__title {
    padding-bottom: 12px;
    font-size: 20px;
  }
}
.tsudoi-page__lead {
  margin-top: 21px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
  font-family: "Yu Mincho", "游明朝", YuMincho, "Hiragino Mincho ProN", "MS Mincho", serif;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__lead {
    margin-top: 22px;
  }
}
.tsudoi-page__message {
  margin: 56px auto 0;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__message {
    margin-top: 55px;
  }
}
.tsudoi-page__message p {
  margin-top: 24px;
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__message p {
    font-size: 15px;
    line-height: 24px;
    margin-top: 26px;
  }
}
.tsudoi-page__message-title {
  position: relative;
  display: inline-block;
  padding-bottom: 19px;
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__message-title {
    padding-bottom: 17px;
  }
}
.tsudoi-page__message-title::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 109px;
  height: 3px;
  margin: auto;
  background: #B23333;
  content: "";
}
.tsudoi-page__feature {
  padding: 44px 0 62px;
  background: #FAECDA;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__feature {
    padding: 12px 0 35px;
  }
}
.tsudoi-page__feature-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 11px 12px 12px;
  background: #193547;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__feature-heading {
    padding: 8px 15px 9px;
    font-size: 18px;
    line-height: 24px;
  }
}
.tsudoi-page__feature-block {
  margin-top: 16px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__feature-block {
    margin-top: 25px;
  }
}
.tsudoi-page__feature-block:nth-child(3) {
  margin-top: 23px;
  margin-bottom: 36px;
}
.tsudoi-page__feature-block:nth-child(3) .tsudoi-page__media-row {
  gap: 28px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__feature-block:nth-child(3) .tsudoi-page__media-row {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .tsudoi-page__feature-block:nth-child(3) {
    margin-top: 36px;
    margin-bottom: 58px;
  }
}
.tsudoi-page__section-title {
  position: relative;
  color: #193547;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0.1em;
  padding-bottom: 2px;
  margin-bottom: 13px;
  font-family: "Noto Sans JP", sans-serif;
  padding-left: 9px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__section-title {
    padding-left: 0;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
}
.tsudoi-page__section-title::after {
  content: "";
  position: absolute;
  height: 1px;
  background: #909090;
  width: 100%;
  left: 0;
  bottom: 0;
}
.tsudoi-page__media-row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 324px 24px 1fr;
  grid-template-columns: 324px 1fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__media-row {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 36px;
  }
}
.tsudoi-page__text {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}
.tsudoi-page__text p {
  line-height: 28px;
}
.tsudoi-page__text p + p {
  margin-top: 3px;
}
.tsudoi-page__text--custom {
  font-size: 14px;
  line-height: 19px !important;
}
.tsudoi-page__desc-custom {
  margin-top: -5px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__desc-custom {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .tsudoi-page__desc-custom p {
    margin-bottom: 11px;
  }
}
.tsudoi-page__desc-last {
  margin-top: -2px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__desc-last {
    margin: 0;
  }
}
.tsudoi-page__note {
  color: #ff051c;
  font-size: 14px;
  line-height: 20px !important;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__note {
    margin-top: -9px !important;
    margin-bottom: 19px !important;
  }
}
.tsudoi-page__photo-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 18px minmax(0, 1fr);
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__photo-grid {
    gap: 12px;
    -ms-grid-columns: 240px;
    grid-template-columns: 240px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.tsudoi-page__single-photo {
  max-width: 240px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__single-photo {
    margin: 0 auto;
  }
}
.tsudoi-page__photo {
  display: block;
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.tsudoi-page__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  padding: 22px 15px;
  position: relative;
  border: 2px solid #193547;
  border-radius: 5px;
  background: #193547;
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button::before {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.tsudoi-page__button::before {
  content: "";
  width: 0px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 5px;
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button__text {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.tsudoi-page__button__text {
  padding-right: 20px;
  position: relative;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.15em;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button__text:not(.outer):not(.pdf)::after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.tsudoi-page__button__text:not(.outer):not(.pdf)::after {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.tsudoi-page__button__text.outer {
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button__text.outer::after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.tsudoi-page__button__text.outer::after {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px auto;
  background-image: url("../images/common/icon-outerLink-white.png");
}
.tsudoi-page__button__text.pdf {
  padding-right: 30px;
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button__text.pdf::after {
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
}
.tsudoi-page__button__text.pdf::after {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 20px auto;
  background-image: url("../images/common/icon-pdf-white.png");
}
@media screen and (min-width: 769px) {
  .tsudoi-page__button:hover::before {
    width: 100%;
  }
  .tsudoi-page__button:hover span[class*=__text] {
    color: #193547;
  }
  .tsudoi-page__button:hover span[class*=__text]:not(.outer):not(.pdf)::after {
    border-color: #193547;
  }
  .tsudoi-page__button:hover span[class*=__text].outer::after {
    background-image: url("../images/common/icon-outerLink-black.png");
    background-image: url("../images/common/icon-outerLink-black.png");
  }
  .tsudoi-page__button:hover span[class*=__text].pdf::after {
    background-image: url("../images/common/icon-pdf-black.png");
    background-image: url("../images/common/icon-pdf-black.png");
  }
}
@media screen and (max-width: 768px) {
  .tsudoi-page__button {
    padding: 7px;
  }
  .tsudoi-page__button span[class*=__text] {
    padding-right: 25px;
    font-size: 14px;
  }
}
.tsudoi-page__button {
  max-width: 150px;
  width: 100%;
  padding: 2px 25px 2px 35px;
  border-radius: 30px;
  border: 1px solid #193547;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 11px;
}
.tsudoi-page__button::before {
  background: #fff;
  border-radius: 30px;
}
.tsudoi-page__button:hover .tsudoi-page__button-text {
  color: #193547;
}
.tsudoi-page__button:hover .tsudoi-page__button-text::after {
  border-color: #193547;
}
.tsudoi-page__button--application {
  padding: 11px 18px;
  border-radius: 30px;
  background: #C8A981;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #C8A981;
  max-width: 268px;
}
.tsudoi-page__button--application::before {
  background: #fff;
  border-radius: 30px;
}
.tsudoi-page__button--application:hover .tsudoi-page__button-text {
  color: #C8A981;
}
.tsudoi-page__button--application:hover .tsudoi-page__button-text::after {
  border-color: #C8A981;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__button {
    width: 100%;
    min-width: 0;
    margin-top: 14px;
  }
}
.tsudoi-page__button--wide {
  max-width: 221px;
  padding: 2px 16px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__button--wide {
    margin-top: 15px;
  }
}
.tsudoi-page__button--last {
  max-width: 272px;
  padding: 2px 16px;
  margin-top: 8px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__button--last {
    margin-top: 8px;
    margin-bottom: -10px;
  }
}
.tsudoi-page__button-text {
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  position: relative;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  font-weight: 500;
}
.tsudoi-page__button-text::after {
  content: "";
  width: 8px;
  height: 8px;
  display: block;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  top: 50%;
  right: -15%;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}
.tsudoi-page__button-text--application {
  padding-right: 20px;
  color: #193547;
  font-size: 18px;
  line-height: 24px;
}
.tsudoi-page__button-text--application::after {
  right: 0;
  width: 10px;
  height: 10px;
  border-color: #193547;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__button-text--application::after {
    width: 9px;
    height: 9px;
  }
}
.tsudoi-page__external-note {
  margin-top: 16px;
  color: #fff;
  font-size: 14px;
  line-height: 1.7;
  text-align: center;
  word-break: break-all;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__external-note {
    color: rgba(25, 53, 71, 0.5);
    font-size: 12px;
  }
}
.tsudoi-page__support-box {
  margin-top: 28px;
  padding: 13px 36px 5px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__support-box {
    margin-top: 37px;
    padding: 6px 9px;
  }
}
.tsudoi-page__support-title {
  border-bottom: 1px solid #707070;
  color: #193547;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  letter-spacing: 0;
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 1px;
}
.tsudoi-page__support-list {
  max-width: 498px;
  margin: 13px auto 0;
  color: #000;
  font-weight: 500;
  font-size: 16px;
  line-height: 28px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__support-list {
    margin-top: 6px;
  }
}
.tsudoi-page__support-list li {
  list-style: none;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__support-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.tsudoi-page__support-list li span {
  line-height: 28px;
}
.tsudoi-page__example {
  padding: 54px 0 24px;
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__example {
    padding: 36px 0 21px;
  }
}
.tsudoi-page__inner--example {
  max-width: 760px;
  width: 100%;
}
.tsudoi-page__example-title {
  margin-bottom: 27px;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__example-title {
    margin-bottom: 17px;
  }
}
.tsudoi-page__example-venue {
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.tsudoi-page__example-photo {
  display: block;
  max-width: 182px;
  margin: 16px auto 26px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__example-photo {
    margin-top: 22px;
    margin-bottom: 21px;
  }
}
.tsudoi-page__schedule {
  max-width: 316px;
  margin: 0 auto;
}
.tsudoi-page__schedule-item {
  color: #000;
  font-weight: 500;
}
.tsudoi-page__schedule-item + .tsudoi-page__schedule-item {
  margin-top: 35px;
}
.tsudoi-page__schedule-time {
  font-size: 16px;
  line-height: 21px;
  border-bottom: 0.5px solid #707070;
  padding-bottom: 3px;
}
.tsudoi-page__schedule-text {
  font-size: 16px;
  line-height: 21px;
  margin-top: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tsudoi-page__schedule-text span {
  line-height: 21px;
}
.tsudoi-page__meal-photo {
  display: block;
  max-width: 182px;
  margin: 7px auto 9px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__meal-photo {
    margin-top: 15px;
    margin-bottom: 20px;
  }
}
.tsudoi-page__schedule-note {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  margin: 0 -73px 41px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__schedule-note {
    margin: 0 0 -8px;
  }
}
.tsudoi-page__example-caption {
  margin-top: 21px;
  font-size: 14px;
  line-height: 19px;
  font-weight: 500;
}
.tsudoi-page__application {
  padding: 31px 0 37px;
  background: #193547;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__application {
    padding: 16px 0 35px;
  }
}
.tsudoi-page__inner--application {
  max-width: 957px;
}
.tsudoi-page__application-title {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 19px;
}
.tsudoi-page__application-text {
  font-size: 16px;
  font-weight: 500;
}
.tsudoi-page__application-text p {
  line-height: 32px;
}
.tsudoi-page__application-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  margin-top: 46px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__application-buttons {
    gap: 0;
    margin-top: 62px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.tsudoi-page__contact {
  padding: 44px 0 35px;
  background: #FAECDA;
  color: #193547;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__contact {
    padding: 23px 0 29px;
  }
}
.tsudoi-page__contact-title {
  margin-bottom: 23px;
  font-size: 24px;
}
.tsudoi-page__contact-title::after {
  width: 236px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -2px;
  height: 5px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__contact-title {
    margin-bottom: 16px;
  }
}
.tsudoi-page__contact-name {
  font-size: 24px;
  line-height: 32px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__contact-name {
    font-size: 18px;
  }
}
.tsudoi-page__contact-address {
  margin-top: 13px;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__contact-address {
    margin-top: 22px;
  }
}
.tsudoi-page__contact-info {
  margin-top: 8px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .tsudoi-page__contact-info {
    margin-top: 12px;
  }
}