@charset "UTF-8";

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(50/var(--device-width) *var(--main-width));
}

body {
  background-image: url("../images/bg01.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: top right;
}

body,
p {
  color: #000;
  font-family: "Noto sans JP", sans-serif;
  font-weight: 500;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

main a:hover {
  opacity: 0.6;
  transition: all 0.4s;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

*:focus {
  outline: none;
}

.spbr {
  display: none;
}

.pcbr {
  display: block;
}

.header_wrap,
footer {
  max-width: 1280px;
  margin: auto;
}

@media screen and (max-width:900px) {
  body {
    background-image: url("../images/bg01_sp.png");
  }
  main {
    padding-top: 14vw;
  }
  .spbr {
    display: block;
  }
  
  .pcbr {
    display: none;
  }
}

/* header */
.header {
  background-color: #D93924;
  height: auto;
}

.header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 0 20px;
  height: 100%;
}

.logo {
  padding-left: 14px;
  width: 13%;
}

.hamburger-menu {
  display: none;
  width: 50px;
  height: 50px;
  position: relative;
  border: none;
  background: transparent;
  appearance: none;
  padding: 0;
  cursor: pointer;
}

.hamburger-menu__bar {
  display: inline-block;
  width: 100%;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .5s;
}

.hamburger-menu__bar:first-child {
  top: 25%;
}

.hamburger-menu__bar:nth-child(2) {
  top: 50%;
}

.hamburger-menu__bar:last-child {
  top: 75%;
}

.hamburger-menu--open .hamburger-menu__bar {
  top: 50%;
}

.hamburger-menu--open .hamburger-menu__bar:first-child {
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.hamburger-menu--open .hamburger-menu__bar:last-child {
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}

.hamburger-menu--open .hamburger-menu__bar:nth-child(2) {
  display: none;
}

.navigation {
  display: block;
  width: 750px;
  z-index: 9999;
}

.navigation__list {
  display: flex;
  justify-content: space-between;
  text-align: center;
  list-style: none;
  padding: 0;
  margin: 0;
}


.navigation__link {
  position: relative;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-size: 15px;
  display: block;
  padding: 28px 0;
  transition: .5s;
}

@media (hover: hover) and (pointer: fine) {
  .navigation__link:hover {
    background: #fff;
    color: #D93924;
  }
}

@media only screen and (max-width: 900px) {
  .header {
    position: fixed;
    width: 100%;
    height: 14vw;
    z-index: 10000;
  }

  .header_wrap {
    height: 100%;
  }

  .hamburger-menu {
    display: block;
    width: 45px;
    height: 45px;
    z-index: 10000;
  }

  .navigation {
    display: none;
    position: absolute;
    top: 14vw;
    left: 0;
    right: 0;
    background: #D93924;
    width: 100%;
  }

  .navigation__list {
    flex-direction: column;
    align-items: baseline;
    justify-content: flex-start;
    padding-left: 4em;
    padding-bottom: 2em;
  }

  .navigation__link {
    font-size: 4vw;
    padding: 6vw 0;
}

.navigation__link::after {
  display: block;
  position: absolute;
  bottom: 1em;
  left: 0;
  content: "";
  background-color: #fff;
  width: 100%;
  height: 1px;
}

  .logo {
    padding-left: 1%;
    width: 28.4%;
  }
}

/* read */
#read {
  max-width: 1280px;
  margin: auto;
}

#read p {
  width: 94.2%;
  margin: 0 auto 6.6%;
  padding-top: 1.9%;
}

#read ul {
  width: 76%;
  margin: 0 auto 9.2%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
}

#read ul .item01 {
  width: 335px;
}

#read ul .item02 {
  width: 300px;
}

#read ul .item03 {
  width: 97px;
}

#read ul .item04 {
  width: 235px;
}

#read ul .item05 {
  width: 185px;
}


@media only screen and (max-width: 900px) {
  #read {
  }
  

  #read p {
    width: 97.8%;
    margin: 0 auto 6.6%;
    padding-top: 1.3%;
  }

  #read ul {
    display: none;
  }
}

/* schedule */
#schedule {
  background-color: #FDF5F4;
  padding-bottom: 7.5%;
}

#schedule .wrap {
  max-width: 1280px;
  margin: auto;
}

#schedule h2 {
  width: 39%;
  margin: 0 auto 4.9%;
  padding-top: 6.8%;
}

#schedule ul {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

#schedule .table {
  width: 87.1%;
  margin: auto;
}

#schedule .table01 {
  margin-bottom: 80px;
}

#schedule .table .slide {
  display: none;
}

@media only screen and (max-width: 900px) {
  #schedule {
    padding-bottom: 10.5%;
  }

  #schedule h2 {
    width: 76%;
    margin: 0 auto 7.3%;
    padding-top: 20.8%;
  }

  #schedule .table {
    width: 87.5%;
    margin: auto;
  }

  #schedule .table01 {
    margin-bottom: 0;
  }

  #schedule .table>div {
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 0 0 1.5em;
  }

  #schedule .table>div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  #schedule .table>div::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
  }

  #schedule .table>div::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #B3B3B3;
  }

  #schedule .table>div::-webkit-scrollbar-track {
    --bg-opacity: 1;
    background-color: #E6E6E6;
  }

  #schedule .table>div img {
    width: 173%;
  }

  #schedule .table .slide {
    display: block;
    font-size: 2.7vw;
    text-align: center;
    background-color: #fff;
    padding: 0.3em;
    width: 60%;
    margin: 1em auto;
  }
}

/* plan */
#plan {
  max-width: 1280px;
  margin: auto;
  padding-bottom: 9.4%;
}

#plan h2 {
  width: 31.5%;
  margin: 0 auto 6.7%;
  padding-top: 6.2%;
}

#plan ul {
  display: flex;
  flex-direction: column;
  gap: 60px;
}

#plan .table {
  width: 82.3%;
  margin: auto;
}

#plan .table02 {
  margin: 0 auto 5%;
}

#plan .table04 {
  margin: 0 auto 1%;
}

#plan .table05 {
  width: 71.2%;
}

#plan .table06 {
  width: 71.2%;
}

#plan .table07 {
  width: 53%;
}

#plan .table04 div {
  margin-bottom: 35px;
}

#plan .table05 div {
  margin-bottom: 17px;
}

#plan .table .slide {
  display: none;
}

#plan .table .caution {
  color: #19325F;
  font-size: 17px;
  line-height: 1.6;
}

#plan .table04 .caution {
  margin-left: -1em;
}

@media only screen and (max-width: 900px) {
  #plan {
    padding-bottom: 18%;
  }

  #plan h2 {
    width: 77.5%;
    margin: 0 auto 11%;
    padding-top: 14.8%;
  }

  #plan .table {
    width: 87.5%;
    margin: auto;
  }

  #plan .table01 {
    margin-bottom: 0;
  }

  #plan .table>div {
    overflow-y: hidden;
    overflow-x: scroll;
    padding: 0 0 2.5em;
  }

  #plan .table>div::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  #plan .table>div::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
  }

  #plan .table>div::-webkit-scrollbar-thumb {
    --bg-opacity: 1;
    background-color: #B3B3B3;
  }

  #plan .table>div::-webkit-scrollbar-track {
    --bg-opacity: 1;
    background-color: #E6E6E6;
  }

  #plan .table>div img {
    width: 164%;
  }

  #plan .table05>div img {
    width: 134%;
  }

  #plan .table06>div img {
    width: 134%;
}

#plan .table07>div img {
  width: 100%;
}

  #plan .table .slide {
    display: block;
    font-size: 2.7vw;
    text-align: center;
    background-color: #fff;
    padding: 0.3em;
    width: 60%;
    margin: 1em auto;
  }

  #plan .table02 {
    margin: 0 auto;
  }

  #plan .table04 {
    margin: 0 auto 3.6%;
  }

  #plan .table05 {
    width: 87.5%;
  }

  #plan .table04 div {
    margin: 0 auto;
  }

  #plan .table05 div {
    margin: 0 auto;
  }

  #plan .table .caution {
    font-size: 2.5vw;
    margin-left: 0;
  }

}

/* faq */
#faq {
  background-color: #FDF5F4;
  padding-bottom: 7.5%;
}

#faq .wrap {
  max-width: 1280px;
  margin: auto;
}

#faq h2 {
  width: 6%;
  margin: 0 auto 4.6%;
  padding-top: 8.1%;
}

#faq ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 85%;
  margin: auto;
}


#faq h3 {
  display: grid;
  place-content: center start;
  position: relative;
  color: #19325F;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 0.07em;
  line-height: 1.3;
  padding: 0.2em 3.6em;
  height: 67px;
  border-bottom: solid 1px #19325F;
}

#faq h3::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 67px;
  height: 67px;
  background-color: #19325F;
}

#faq h3::after {
  content: "";
  display: block;
  position: absolute;
  top: 28px;
  left: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

#faq h3:hover {
  cursor: pointer;
}

#faq h3 span:first-of-type {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  display: block;
  width: 34px;
  height: 3px;
  background-color: #19325F;
  margin: auto;
}

#faq h3 span:last-of-type{
  display: block;
  background-color: #19325F;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  width: 34px;
  height: 3px;
  transform: rotate(90deg);
  transition: transform 0.4s;
  margin: auto;
}

#faq h3.active span:last-of-type {
  transform: rotate(0deg);
}

#faq h3.question1::after {
  width: 48px;
  height: 33px;
  background-image: url("../images/icon_q1.png");
}

#faq h3.question2::after {
  width: 53px;
  height: 32px;
  background-image: url("../images/icon_q2.png");
}

#faq h3.question3::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q3.png");
}
#faq h3.question4::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q4.png");
}
#faq h3.question5::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q5.png");
}
#faq h3.question6::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q6.png");
}
#faq h3.question7::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q7.png");
}
#faq h3.question8::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q8.png");
}
#faq h3.question9::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q9.png");
}
#faq h3.question10::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q10.png");
}
#faq h3.question11::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q11.png");
}
#faq h3.question12::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q12.png");
}
#faq h3.question13::after {
  width: 52px;
  height: 32px;
  background-image: url("../images/icon_q13.png");
}

#faq p {
  position: relative;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.9;
  padding: 0.7em 3.6em 1.6em;
}

#faq p a {
  display: inline;
  color: #0071BC;
  text-decoration: underline;
}

#faq p:not(.caution):after {
  content: "";
  display: block;
  position: absolute;
  top: 20px;
  left: 10px;
  background-repeat: no-repeat;
  background-size: contain;
  margin: auto;
}

#faq p.answer {
  display: none;
}

#faq p.answer1::after {
  width: 46px;
  height: 25px;
  background-image: url("../images/icon_a1.png");
}

#faq p.answer2::after {
  width: 48px;
  height: 25px;
  background-image: url("../images/icon_a2.png");
}

#faq p.answer3::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a3.png");
}
#faq p.answer4::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a4.png");
}
#faq p.answer5::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a5.png");
}
#faq p.answer6::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a6.png");
}
#faq p.answer7::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a7.png");
}
#faq p.answer8::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a8.png");
}
#faq p.answer9::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a9.png");
}
#faq p.answer10::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a10.png");
}
#faq p.answer11::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a11.png");
}
#faq p.answer12::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a12.png");
}
#faq p.answer13::after {
  width: 48px;
  height: 26px;
  background-image: url("../images/icon_a13.png");
}

#faq p.caution {
  color: #19325F;
  padding-left: 4.8em;
}


@media only screen and (max-width: 900px) {
  #faq {
    padding-bottom: 2.2%;
  }

  #faq h2 {
    width: 12%;
    margin: 0px auto 9.5%;
    padding-top: 11.1%;
  }

  #faq ul {
    gap: 2em;
    width: 88%;
  }

  #faq ul li {
    /* min-height: 92px; */
  }

  #faq h3 {
    font-size: 3.7vw;
    font-weight: bold;
    letter-spacing: 0;
    padding: 0 3.2em 0.2em;
    line-height: 1.2;
    height: auto;
    min-height: 9vw;
  }

  #faq h3::before {
    width: 12%;
    height: 10.2vw;
    bottom: initial;
    top: 0;
  }

  #faq h3.question1::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }

  #faq h3.question2::after {
    top: 22%;
    left: 1.7%;
    width: 9%;
    height: 50%;
  }

  #faq h3.question3::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question4::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question5::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question6::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question7::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question8::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question9::after {
    top: 22%;
    left: 1.7%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question10::after {
    top: 22%;
    left: 1.1%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question11::after {
    top: 22%;
    left: 1.1%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question12::after {
    top: 22%;
    left: 1.1%;
    width: 10%;
    height: 50%;
  }
  #faq h3.question13::after {
    top: 22%;
    left: 1.1%;
    width: 10%;
    height: 50%;
  }

  #faq p.answer1::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer2::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer3::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer4::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer5::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer6::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer7::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer8::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer9::after {
    top: 1em;
    left: 1.7%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer10::after {
    top: 1em;
    left: 0.5%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer11::after {
    top: 1em;
    left: 0.5%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer12::after {
    top: 1em;
    left: 0.5%;
    width: 10vw;
    height: 4vw;
}
  #faq p.answer13::after {
    top: 1em;
    left: 0.5%;
    width: 10vw;
    height: 4vw;
}

  #faq p {
    position: relative;
    font-size: 3.4vw;
    font-weight: normal;
    line-height: 1.5;
    padding: 0.7em 0 1.6em 3.3em;
  }

  #faq p.caution {
    font-size: 2.6vw;
    padding-top: 1.3em;
    padding-left: 0;
    width: 87.3%;
    margin: auto;
  }

  #faq h3 span:first-of-type {
    right: 3vw;
    width: 6vw;
  }
  

  #faq h3 span:last-of-type {
    right: 3vw;
    width: 6vw;
}


}


/* area */
#area {}

#area h2 {
  width: 22%;
  margin: 0 auto 2.2%;
  padding-top: 17.2%;
}

#area .select {
  display: flex;
  justify-content: center;
  gap: 5%;
  background-color: #F5F3F2;
  width: 87%;
  margin: 0 auto 4.6%;
  padding: 1.5% 0px;
  box-sizing: border-box;
}

#area .select h3 {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.4em;
  border-bottom: solid 1px #000
}

#area .select ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1em;
  padding: 3.5% 0;
}

#area .select ul li {
  display: grid;
  place-content: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #fff;
  color: #19325F;
}

#area .select ul.kyusyu li {
  width: 103px;
  border: solid 1px #DEDAE2;
  padding: 0.3em;
  box-sizing: border-box;
}

#area .select ul.other li {
  width: 143px;
  border: solid 1px #DEDAE2;
  padding: 0.3em;
  box-sizing: border-box;
}


#area .select ul li:hover {
  cursor: pointer;
}

#area .select .select_inner {
  width: 473px;
}

#area .select_inner .tab.active {
  background-color: #D93924;
  color: #fff;
  border: none;
}

#area .panel {
  display: none;
  width: 87%;
  margin: 0 auto 4%;
}

#area .panel.active {
  display: block;
}

#area .panel>div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1.5em;
  background-color: #D93924;
  width: 100%;
  height: 36px;
  padding-left: 1em;
  margin: 0 auto 1.4em;
}

#area .panel h4 {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
}

#area .panel>div p {
  position: relative;
  background-color: #fff;
  border: #DEDAE2;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 0.3em 1.1em 0.3em 1.9em;
}

#area .panel>div p::after {
  display: block;
  content: "";
  position: absolute;
  top: 6px;
  left: 15px;
  background-image: url(../images/icon_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
}

#area .panel>p {
  font-size: 25px;
  font-weight: bold;
  padding: 1em 0 0.3em;
}

#area .panel>p:first-of-type {
  padding: 0 0 0.3em;
}

#area .panel ul {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.4em 0;
}

#area .panel ul::after {
  content: "";
  width: 33%;
}

#area ul li {
  background-color: #FBEBE9;
  width: 33%;
  padding: 1.8em 1.5em;
  box-sizing: border-box;
}

#area ul h5 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 1em;
}

#area ul .flex {
  display: flex;
  width: 100%;
  gap: 0.4em;
}

#area ul .flex p {
display: flex;
justify-content: center;
align-items: center;
  position: relative;
  background-color: #fff;
  border: solid 1px #DEDAE2;
  border-radius: 5px;
  box-sizing: border-box;
  font-size: 15px;
  font-weight: bold;
  width: 94px;
  height: 30px;
}

#area ul .flex p:first-of-type {
  border: none;
  background-color: #D93924;
  
}

#area ul .flex p:first-of-type a {
  color: #fff;
}

#area ul .flex p:nth-of-type(2) {
  padding-left: 1em;
}

#area ul .flex p:nth-of-type(2)::after {
  display: block;
  content: "";
  position: absolute;
  top: 8px;
  left: 18px;
  background-image: url(../images/icon_map.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 14px;
}

#area ul .flex p a {
  width: 100%;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
#area ul .flex p {
  font-size: 12px;
}

#area ul .flex p:nth-of-type(2)::after {
  top: 8px;
  left: 11px;
}
}

@media only screen and (max-width: 900px) {
  #area h2 {
    width: 44%;
    margin: 0 auto 6.5%;
    padding-top: 14.5%;
  }

  #area .select {
    flex-direction: column;
    gap: 1.8em;
    padding: 3% 0;
  }

  #area .select .select_inner {
    width: 94%;
    margin: auto;
  }

  #area .select ul {
    gap: 0.6em 3.5%;
    padding: 3.5% 0;
  }

  #area .select h3 {
    font-size: 3.5vw;
    padding-bottom: 0.4em;
  }

  #area .select ul li {
    font-size: 3.4vw;
  }

  #area .select ul.kyusyu li {
    width: 18vw;
    padding: 0.4em 0;
  }

  #area .select ul.other li {
    width: 25vw;
    padding: 0.4em 0;
  }

  #area .panel>div {
    gap: 0.9em;
    width: 98%;
    height: 7.3vw;
    padding-left: 1em;
    margin: 0 auto 0.9em;
  }

  #area .panel h4 {
    font-size: 3.4vw;
  }

  #area .panel>div p {
    font-size: 2.7vw;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 0.3em 1.1em 0.3em 2em;
  }

  #area .panel>div p::after {
    top: 18%;
    left: 1em;
    width: 2vw;
    height: 3vw;
  }

  #area .panel ul {
    flex-direction: column;
    gap: 0.4em 0;
  }

  #area ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 1.5em 0.7em;
  }

  #area ul .flex {
    display: flex;
    justify-content: space-between;
    width: 51.6%;
    gap: 0.4em;
}

#area ul h5 {
  font-size: 3.7vw;
  margin-bottom: 0;
  line-height: 1.2;
}

#area ul .flex p {
  font-size: 2.6vw;
  height: 5.5vw;
}

#area ul .flex p:first-of-type {
  width: 8.7vw;
}
#area ul .flex p:nth-of-type(2) {
  width: 12.7vw;
}
#area ul .flex p:last-of-type {
  width: 15.7vw;
}

#area ul .flex p:nth-of-type(2)::after {
  top: 28%;
  left: 0.8em;
  width: 25%;
  height: 45%;
}

#area .panel>p {
  font-size: 3.7vw;
  padding: 1em 0 0.3em;
}

#area .panel>p:first-of-type {
  padding: 0 0 0.3em 0;
}
}


/* contact */
#contact {
  max-width: 1280px;
  margin: 0 auto 7.8%;
}

#contact h2 {
  width: 16%;
  margin: 0 auto 4.6%;
  padding-top: 8.1%;
}

#contact .flex {
  display: flex;
  gap: 7%;
  width: 69%;
  margin: auto;
}

#contact .flex p {
  font-size: 16px;
  line-height: 2;
  text-align: center;
}

@media only screen and (max-width: 900px) {
  #contact {
    margin: 0 auto 17.6%;
}
  #contact h2 {
    width: 32%;
    margin: 0 auto 6.6%;
    padding-top: 8.1%;
}

#contact .flex {
  flex-direction: column;
  gap: 6vw;
  width: 100%;
}

#contact .flex div:first-of-type {
  width: 69%;
  margin: auto;
}
#contact .flex div:last-of-type {
  width: 73%;
  margin: auto;
}

#contact .flex p {
  font-size: 2.8vw;
  line-height: 1;
}

}


/* footer */
footer {
  margin: 0 auto 4%;
}

footer small {
  display: block;
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.1em;
  margin: auto;
}

@media only screen and (max-width: 900px) {
  footer small {
    font-size: 2vw;
}
}