#top_contents_title {
  text-align: center;
}
#top_contents_title h1 {
  font-size: clamp(30px, 3.385vw, 65px);
  display: flex;
  gap: 65px;
  align-items: center;
  justify-content: center;
}
#top_contents_title h1 span {
  font-size: clamp(22px, 2.34vw, 45px);
}
#top_contents_title p {
  font-size: clamp(16px, 1.5625vw, 30px);
  line-height: 1.333;
  margin-top: clamp(8px, 0.729vw, 14px);
}

#top_service {
  display: flex;
  align-items: flex-start;
  gap: clamp(20px, 1.875vw, 36px);
  margin-top: clamp(24px, 3.593vw, 69px);
}
#top_service .top_service_affiliation {
  max-width: 454px;
  width: 35.9%;
}
#top_service .top_service_affiliation ._img .sp {
  display: none;
}
#top_service .top_service_affiliation ._img img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
#top_service .top_service_affiliation ._people,
#top_service .top_service_affiliation ._association {
  margin-top: 22px;
  margin-bottom: clamp(38px, 2.604vw, 50px);
}
#top_service .top_service_affiliation ._people h2,
#top_service .top_service_affiliation ._association h2 {
  font-size: clamp(18px, 1.25vw, 24px);
  line-height: 1.833;
  background-color: #FFEEC7;
  border-radius: 10px;
  display: inline-block;
  padding: clamp(3px, 0.41vw, 8px) clamp(18px, 1.718vw, 33px);
  min-width: 126px;
  max-width: 187px;
  width: 100%;
  display: grid;
  place-content: center;
  margin-bottom: clamp(6px, 1.458vw, 28px);
}
#top_service .top_service_affiliation ._people p,
#top_service .top_service_affiliation ._association p {
  font-size: clamp(18px, 1.25vw, 24px);
  margin-top: clamp(5px, 1.145vw, 22px);
  padding-left: 1em;
  line-height: 1.833;
}
#top_service .top_service_affiliation ._people {
  margin-top: clamp(42px, 3.229vw, 62px);
}
#top_service .top_service_box {
  max-width: 774px;
  width: 61.2%;
}
#top_service .top_service_box > div {
  background-color: #FFF4DB;
  border: 9px solid #FF995F;
  border-radius: 10px;
  padding: clamp(15px, 1.927vw, 37px) clamp(14px, 1.093vw, 21px);
}
#top_service .top_service_box h2 {
  font-size: clamp(24px, 1.5625vw, 30px);
  border-bottom: 2px solid #FEA46D;
  padding-bottom: 16.5px;
}
#top_service .top_service_box h2 span {
  font-size: clamp(18px, 1.25vw, 24px);
}
#top_service .top_service_box ._link {
  background-color: #FF995F;
  color: #fff;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding: clamp(8px, 1.4vw, 27px) clamp(15px, 2.08vw, 40px);
  font-size: 22px;
  max-width: 360px;
  width: 100%;
  margin-top: clamp(100%, 2.604vw, 20px);
  margin: clamp(50px, 3.125vw, 60px) auto 0;
}
#top_service .top_service_box ._link span {
  width: 17px;
  height: 17px;
}
#top_service .top_service_boxinner {
  margin-top: 19.5px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
#top_service .top_service_boxinner li {
  font-size: clamp(16px, 1.041vw, 20px);
  line-height: 2.15;
  display: flex;
  align-items: baseline;
  gap: 5px;
}
#top_service .top_service_boxinner li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #414141;
  flex-shrink: 0;
}
#top_service .top_service_boxinner ._left {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #top_service .top_service_boxinner ._left {
    margin-bottom: 1.5rem;
  }
}
#top_service .top_service_boxinner ._right {
  width: 52%;
}

#top_greetings {
  margin-top: clamp(110px, 2.239vw, 120px);
}

.top_service_bottom {
  font-size: clamp(16px, 1.25vw, 18px);
  margin-top: clamp(5px, 1.145vw, 22px);
  line-height: 1.833;
  margin-left: 1rem;
}

.top_greetings_title h2 {
  font-size: clamp(28px, 2.604vw, 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
}
.top_greetings_title h2::after {
  content: "";
  width: clamp(137px, 12.81vw, 246px);
  height: clamp(10px, 0.93vw, 18px);
  display: inline-block;
  background-image: url(../images/top/title.png);
  background-size: contain;
}
.top_greetings_title p {
  font-size: 20px;
  margin-top: clamp(22px, 1.82vw, 35px);
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .top_greetings_title p {
    text-align: left;
  }
}

.top_greetings_contents {
  margin-top: clamp(54px, 3.333vw, 64px);
}
.top_greetings_contents li {
  margin-top: 60px;
}
.top_greetings_contents ._title {
  background-color: #FF995F;
  border-radius: 10px;
  color: #fff;
  font-size: clamp(20px, 1.25vw, 24px);
  line-height: 1.83;
  max-width: 378px;
  width: 100%;
  height: clamp(58px, 3.645vw, 70px);
  display: flex;
  align-items: center;
  padding-left: 32px;
}
.top_greetings_contents ._text {
  margin-top: clamp(20px, 1.82vw, 35px);
  line-height: 2;
  font-size: 20px;
}

#top_intro {
  margin-top: 196px;
}
#top_intro h2 {
  font-size: clamp(28px, 2.604vw, 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
}
#top_intro h2::after {
  content: "";
  width: clamp(137px, 12.81vw, 246px);
  height: clamp(10px, 0.93vw, 18px);
  display: inline-block;
  background-image: url(../images/top/title.png);
  background-size: contain;
}

.top_intro_flex {
  display: flex;
  gap: clamp(19px, 2.083vw, 40px);
  margin-top: 76px;
}
.top_intro_flex:first-of-type {
  margin-top: clamp(38px, 4.479vw, 86px);
}
.top_intro_flex ._img {
  max-width: 186px;
  width: 100%;
}
.top_intro_flex ._img img {
  border-radius: 10px;
  width: 100%;
}
.top_intro_flex ._name {
  background-color: #FFEEC7;
  border-radius: 10px;
  font-size: clamp(20px, 1.5625vw, 30px);
  height: clamp(58px, 4.32vw, 83px);
  line-height: 1.466;
  padding-left: 23px;
  display: flex;
  align-items: center;
}
.top_intro_flex ._name.sp {
  display: none;
}
.top_intro_flex ._intro {
  width: 100%;
}
.top_intro_flex ._intro table {
  margin-top: 5px;
  width: 100%;
}
.top_intro_flex ._intro table tr {
  height: 53px;
}
.top_intro_flex ._intro table th {
  font-size: clamp(16px, 1.041vw, 20px);
  border-bottom: 4px solid #AAAAAA;
  align-content: center;
  max-width: 240px;
  min-width: 8em;
  width: 25%;
  padding: 11px 0 10px clamp(12px, 1.197vw, 23px);
}
.top_intro_flex ._intro table td {
  font-size: clamp(16px, 1.041vw, 20px);
  border-bottom: 1px solid #AAAAAA;
  align-content: center;
  max-width: 700px;
  width: 75%;
  padding: 11px 0 10px clamp(10px, 2.76vw, 53px);
  line-height: 1.5rem;
}
.top_intro_flex ._intro ._text {
  font-size: clamp(18px, 1.041vw, 20px);
  line-height: 2;
  margin-top: 33px;
}
.top_intro_flex ._intro ._text a {
  color: #2D57FF;
}
.top_intro_flex ._intro ._text ._under {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: underline;
}
.top_intro_flex ._intro ._text ._under span {
  width: 26px;
  height: 26px;
}
.top_intro_flex ._intro ._text ._last {
  padding-top: 37px;
}

#top_access {
  margin-top: 196px;
}
#top_access h2 {
  font-size: clamp(28px, 2.604vw, 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
}
#top_access h2::after {
  content: "";
  width: clamp(137px, 12.81vw, 246px);
  height: clamp(10px, 0.93vw, 18px);
  display: inline-block;
  background-image: url(../images/top/title.png);
  background-size: contain;
}
#top_access .top_access_flex {
  display: flex;
  gap: clamp(38px, 3.9vw, 75px);
  margin-top: 83px;
}
#top_access .top_access_flex ._address {
  font-size: clamp(18px, 1.041vw, 20px);
  line-height: 2;
}
#top_access .top_access_flex ._train {
  margin-top: 38px;
  font-size: clamp(18px, 1.041vw, 20px);
  line-height: 2;
}
#top_access .top_access_flex ._train p {
  margin-top: 34px;
}
#top_access .top_access_flex ._title {
  font-size: 24px;
}
#top_access .top_access_flex ._title + p {
  margin-top: 24px;
}
#top_access .top_access_flex iframe {
  max-width: 100%;
}

.gmap_iframe {
  aspect-ratio: 16/9;
  width: 100%;
}

#top_contact {
  margin-top: 196px;
}
#top_contact h2 {
  font-size: clamp(28px, 2.604vw, 50px);
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: clamp(8px, 0.78vw, 15px);
}
#top_contact h2::after {
  content: "";
  width: clamp(137px, 12.81vw, 246px);
  height: clamp(10px, 0.93vw, 18px);
  display: inline-block;
  background-image: url(../images/top/title.png);
  background-size: contain;
}
#top_contact .top_contact_flex {
  display: flex;
  align-items: center;
  gap: clamp(20px, 3.229vw, 62px);
  margin-top: 106px;
}
#top_contact .top_contact_flex table {
  max-width: 560px;
  width: 60%;
}
#top_contact .top_contact_flex table tr {
  height: 62px;
}
#top_contact .top_contact_flex table th {
  font-size: clamp(18px, 1.145vw, 22px);
  border-bottom: 4px solid #AAAAAA;
  align-content: center;
  max-width: 240px;
  width: 42%;
  text-align: center;
  padding: 11px 0 9px;
}
#top_contact .top_contact_flex table td {
  font-size: clamp(18px, 1.145vw, 22px);
  border-bottom: 1px solid #AAAAAA;
  align-content: center;
  max-width: 302px;
  width: 54%;
  padding: 11px 0 9px clamp(10px, 2.34vw, 45px);
}
#top_contact .top_contact_flex p {
  font-size: clamp(18px, 1.041vw, 20px);
  line-height: 2;
  width: 46%;
}
#top_contact ._btn {
  margin: 126px auto 0;
  font-size: clamp(18px, 1.145vw, 22px);
  background-color: #FF995F;
  border-radius: 34px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  max-width: 360px;
  width: 100%;
  height: 72px;
}
#top_contact ._btn span {
  width: 30px;
  height: 24px;
}

._left_text,
._right_text {
  background: #ffd682;
  padding: 0.2rem 1rem;
  border-radius: 8px;
}

@media screen and (max-width: 1024px) {
  #top_access .top_access_flex {
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  #top_contents_title h1 {
    flex-direction: column;
    gap: 5px;
    line-height: 1.3;
  }
  #top_contents_title h1 span {
    font-weight: 600;
  }
  #top_service {
    flex-direction: column;
    gap: 0;
  }
  #top_service .top_service_affiliation {
    width: 100%;
    max-width: 100%;
  }
  #top_service .top_service_affiliation ._img {
    max-width: 268px;
    margin: 0 auto;
  }
  #top_service .top_service_affiliation ._img .pc {
    display: none;
  }
  #top_service .top_service_affiliation ._img .sp {
    display: block;
  }
  #top_service .top_service_affiliation ._people h2,
#top_service .top_service_affiliation ._association h2 {
    text-align: center;
  }
  #top_service .top_service_affiliation ._people p,
#top_service .top_service_affiliation ._association p {
    padding-left: 0;
    font-weight: 600;
  }
  #top_service .top_service_affiliation ._people p:first-of-type,
#top_service .top_service_affiliation ._association p:first-of-type {
    margin-top: 20px;
  }
  #top_service .top_service_affiliation ._association {
    margin-bottom: 37px;
  }
  #top_service .top_service_box {
    width: 100%;
    max-width: 100%;
  }
  #top_service .top_service_box > div {
    border: none;
  }
  #top_service .top_service_box h2 {
    padding-bottom: 2px;
  }
  #top_service .top_service_box ._link {
    margin: 30px auto 0;
    padding: 24px 15px;
    font-weight: 600;
    font-size: 16px;
  }
  #top_service .top_service_boxinner {
    flex-direction: column;
    margin-top: 26px;
  }
  #top_service .top_service_boxinner li {
    line-height: 1.87;
    font-weight: 600;
  }
  #top_service .top_service_boxinner li::before {
    width: 8px;
    height: 8px;
  }
  #top_service .top_service_boxinner ._left {
    width: 100%;
  }
  #top_service .top_service_boxinner ._right {
    width: 100%;
  }
  #top_service .top_service_boxinner ._link {
    font-weight: 600;
  }
  #top_greetings {
    margin-top: 80px;
  }
  .top_greetings_title p {
    text-align: left;
    line-height: 1.75;
    font-size: 16px;
  }
  .top_greetings_contents li {
    margin-top: 52px;
  }
  .top_greetings_contents ._title {
    justify-content: center;
    padding-left: 0;
    font-weight: 600;
  }
  .top_greetings_contents ._text {
    line-height: 1.75;
    font-size: 16px;
  }
  #top_intro {
    margin-top: 106px;
  }
  .top_intro_flex {
    flex-direction: column;
    margin-top: 42px;
  }
  .top_intro_flex ._name {
    justify-content: center;
    padding-left: 0;
    font-weight: 600;
  }
  .top_intro_flex ._name.sp {
    display: flex;
  }
  .top_intro_flex ._name.pc {
    display: none;
  }
  .top_intro_flex ._img {
    margin: 0 auto;
    max-width: 151px;
  }
  .top_intro_flex ._intro table {
    margin-top: 0;
  }
  .top_intro_flex ._intro table tr {
    height: 49px;
  }
  .top_intro_flex ._intro ._text {
    margin-top: 27px;
    line-height: 1.63;
  }
  .top_intro_flex ._intro ._text ._last {
    padding-top: 0px;
  }
  #top_access {
    margin-top: 106px;
  }
  #top_access .top_access_flex {
    margin-top: 35px;
  }
  #top_access .top_access_flex ._address {
    line-height: 1.95;
  }
  #top_access .top_access_flex ._title {
    font-size: 18px;
    font-weight: 600;
  }
  #top_access .top_access_flex ._title p {
    margin-top: 29px;
  }
  #top_access .top_access_flex ._train {
    margin-top: 0;
    line-height: 1.15;
  }
  #top_access .top_access_flex iframe {
    height: 233px;
  }
  #top_contact {
    margin-top: 112px;
  }
  #top_contact .top_contact_flex {
    display: block;
    margin-top: 44px;
  }
  #top_contact .top_contact_flex table {
    width: 100%;
    margin: 0 auto;
  }
  #top_contact .top_contact_flex table tr {
    height: 46px;
  }
  #top_contact .top_contact_flex table th {
    width: 34%;
  }
  #top_contact .top_contact_flex table td {
    width: 66%;
    padding-left: 10px;
  }
  #top_contact .top_contact_flex p {
    width: 100%;
    margin-top: 40px;
  }
  #top_contact ._btn {
    margin: 72px auto 0;
    font-weight: 600;
  }
  .top_service_bottom {
    margin-left: 0;
  }
  .pc_br {
    display: none;
  }
}
/*# sourceMappingURL=top.css.map */