section {
  padding-right: 16px;
  padding-left: 16px;

  @media screen and (min-width: 769px) {
    padding-right: 140px;
    padding-left: 140px;
  }
}

:where(a, button, select):focus {
  outline: 2px solid #5E9ED6;
  outline-offset: 1px;
}

:where(a, button, select):focus:not(:focus-visible) {
  outline: 0;
}



.image img {
  vertical-align: top;
}

.image h1 img {
  height: auto;
}

.about .bottom span {
  border-bottom: 0;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 769px) {

  .about h3,
  .about h3>span {
    padding-bottom: 4px;
  }
}


.image_why {
  padding: 22px 0 18px;
  display: flex;
  justify-content: center;

  @media screen and (min-width: 769px) {
    padding: 30px 140px;
  }
}

.image_why>img {
  height: auto;
  padding-inline: 16px;

  @media screen and (min-width: 769px) {
    max-width: 1000px;
    width: 100%;
    height: auto;
    padding-inline: 0;
  }
}

.top {
  padding-top: 24px;
  padding-bottom: 14px;

  @media screen and (min-width: 769px) {
    padding-top: 40px;
    padding-bottom: 43px;
  }
}

.top>h2,
.heading {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.7;
  letter-spacing: .08em;

  @media screen and (min-width: 769px) {
    font-size: 45px;
  }
}

.para {
  color: #000;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .08em;

  @media screen and (min-width: 769px) {
    font-size: 21px;
  }
}

.grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
  height: 4px;
  margin-top: 10px;
  margin-bottom: 10px;

  @media screen and (min-width: 769px) {
    margin-top: 25px;
    margin-bottom: 25px;
    height: 9px;
  }
}

.grid-item:nth-child(1) {
  background-color: #1EA939;
}

.grid-item:nth-child(2) {
  background-color: #08287E;
}

.grid-item:nth-child(3) {
  background-color: #36BCEE;
}

.middle {
  padding-top: 4px;

  @media screen and (min-width: 769px) {
    padding-top: 29px;
  }
}

.middle h3 {
  line-height: 1.7;
  font-size: 18px;
  border-bottom-width: 5px;
  padding-bottom: 4px;
  letter-spacing: .05em;
}

@media screen and (min-width: 769px) {
  .middle h3 {
    font-size: 27px;
    line-height: 1.7;
    letter-spacing: .07em;
    border-bottom: 0;
  }
}

.middle p {
  padding-top: 14px;
  letter-spacing: .07em;
}

.middle .para+a {
  margin-top: 24px;
  width: 240px;
  height: 36px;

  @media screen and (min-width: 769px) {
    width: 390px;
    height: 53px;
    padding-right: 24px;
  }
}

.middle a>span {
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 500;
  font-size: 12px;

  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}

.middle a>span:after {
  width: 5px;
  height: 5px;
  border-top-width: 2px;
  border-right-width: 2px;

  @media screen and (min-width: 769px) {
    right: -20px;
    width: 7px;
    height: 7px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}


.bottom {
  padding-top: 32px;
  padding-bottom: 18px;

  @media screen and (min-width: 769px) {
    padding-top: 30px;
    padding-bottom: 70px;
  }
}

.bottom h3 {
  border: none;
  line-height: 1.7;
  font-size: 18px;
  border-bottom-width: 5px;
  padding-bottom: 4px;
  letter-spacing: .05em;
  margin-bottom: 32px;

  @media screen and (min-width: 769px) {
    font-size: 27px;
    line-height: 1.7;
    letter-spacing: .1em;
    margin-bottom: 109px;
  }
}

.bottom span {
  display: block;
  font-feature-settings: "palt";
  border-bottom: 0.4rem solid #F5FF2A;
  /* line-height: 24px;
    letter-spacing: 0.16em; */
}

/* @media screen and (min-width: 769px) {
    .bottom span {
        line-height: 27px;
        letter-spacing: 0.12em;
    }
} */

.bottom span:last-child {
  margin-top: 5px;
}

@media screen and (min-width: 769px) {
  .bottom span:last-child {
    margin-top: 10px;
  }
}

.colbox {
  @media screen and (min-width: 769px) {
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}

.colbox:has(.colbox-heading) {
  @media screen and (min-width: 769px) and (max-width: 970px) {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
  }
}

section h2.colbox-heading {
  text-align: left;
  font-size: inherit;
  line-height: normal;
  font-weight: normal;
  letter-spacing: normal;

  @media screen and (min-width: 769px) {
    font-size: inherit;
    line-height: normal;
    font-weight: normal;
    letter-spacing: normal;
    width: 352px;
    height: auto;
  }
}

.colbox>figure {
  text-align: center;
}

.colbox>figure+figure {
  margin-top: 16px;

  @media screen and (min-width: 769px) {
    margin-top: 0;
    margin-left: 69px;
  }
}

.figcaption {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .1em;
  text-align: left;
  margin-bottom: 12px;

  @media screen and (min-width: 769px) {
    font-size: 18px;
    margin-bottom: 16px;
  }
}

.figure1>.figcaption {
  margin-bottom: 20px;

  @media screen and (min-width: 769px) {
    margin-bottom: 87px;
  }
}

.colbox>figure>img {
  max-width: 100%;
  height: auto;
}

.colbox>.figure1>img {
  max-width: 190px;
  height: auto;

  @media screen and (min-width: 769px) {
    max-width: 100%;
  }
}

.note {
  color: #000;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: .01em;
  text-align: right;
  margin-top: 12px;


  @media screen and (min-width: 769px) {
    font-size: 18px;
    letter-spacing: .04em;
    margin-top: 24px;
    padding-right: 24px;
  }
}

.note_02 {
  @media screen and (max-width: 768px) {
    margin-top: 0;
  }
}

.job p.note {
  font-weight: 500;
}


.bottom>img {
  width: 94px;
  height: 94px;
  margin-top: auto;
  margin-bottom: auto;

  @media screen and (min-width: 769px) {
    width: 189px;
    height: 189px;
  }
}

.job {
  position: relative;
  background-color: #1EA939;
}

/* @media screen and (min-width: 769px) {
  .job {
    z-index: -1;
  }
} */

.job>section {
  padding-top: 48px;
  padding-bottom: 68px;

  @media screen and (min-width: 769px) {
    padding-top: 45px;
    padding-bottom: 40px;
    /* height: 270px; */
  }
}

.job>section>.colbox {

  @media screen and (min-width: 769px) {
    column-gap: 51px;
  }
}

.job>section>.box {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 20px;
  margin-top: 32px;

  @media screen and (min-width: 769px) {
    grid-template-columns: repeat(3, minmax(0, 3fr));
    justify-items: start;
    margin-top: 48px;
  }
}

/* .job>section>.box figure {
  text-align: center;
} */

/* .job>section>.box figcaption {
  text-align: left;
} */

.job>section>.box img {
  width: 100%;
  height: auto;
  margin-inline: auto;
  display: block;
}

.job_image1 {
  max-width: 100%;
  height: auto;
}

.job_image2 {
  max-width: 274px;
  margin-top: 10px;

  @media screen and (min-width: 769px) {
    max-width: 190px;
  }

  /* width: 292px;
  height: 375px;

  @media screen and (min-width: 769px) and (max-width: 1279px) {
    height: 80%;
    width: auto;
  }

  @media screen and (min-width: 1280px) {
    width: 190px;
    height: 244px
  } */

}

.job_image3 {
  max-width: 260px;
  margin-top: 38px;

  @media screen and (min-width: 769px) {
    max-width: 238px;
    margin-top: 10px;
  }
}

.job_figure_last {
  @media screen and (min-width: 769px) {
    justify-self: start;
    padding-left: 40px;
  }


}

.job_image4 {
  max-width: 274px;
  margin-top: 60px;

  @media screen and (min-width: 769px) {
    max-width: 194px;
    height: auto;
    margin-top: 0;
  }
}

.job p {
  color: white;
  font-weight: bold;

  @media screen and (min-width: 769px) and (max-width: 1099px) {}

  @media screen and (min-width: 1100px) {
    font-weight: bold;
    letter-spacing: 0.08em;
  }
}

.job p.text_job {
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-top: 48px;

  @media screen and (min-width: 769px) {
    font-size: 21px;
    letter-spacing: .04em;
    margin-top: 0;
    position: relative;
    top: 6px;
    flex: 1;
  }
}

.job>section>.box figcaption {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .04em;

  @media screen and (min-width: 769px) {
    font-size: 18px;
  }
}

.event {
  background-color: #D1FF03;
}

.event>section {
  padding-top: 30px;
  padding-bottom: 60px;
}

@media screen and (min-width: 769px) {
  .event>section {
    padding-top: 0;
  }
}


.event_top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 13px;
}

@media screen and (min-width: 769px) {
  .event_top {
    column-gap: 80px;
    flex-direction: row;
    margin-bottom: 24px;
    padding-top: 50px
  }
}


.event_top>h2 {
  text-align: start;
  letter-spacing: 0.14em;
  /* display:block; */

  @media screen and (min-width: 769px) {
    text-align: justify;
    width: 60%;
  }
}



.event_top>div>img {
  width: 330px;
}

@media screen and (min-width: 769px) {
  .event_top>div {
    width: 40%;
  }

  .event_top>div>img {
    max-width: 411px;
    width: 100%;
    height: 147px;
  }
}



.event_title {
  background-color: black;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;

  @media screen and (min-width: 769px) {
    justify-content: flex-start;
    height: 40px;
  }
}

.event_title p {
  color: #D1FF03;
  font-weight: bold;
  letter-spacing: 0;

  @media screen and (min-width: 769px) {
    margin-left: 20px;
    letter-spacing: 0.09em;
  }
}

.event_body {
  display: flex;
  flex-direction: column;
  margin-top: 15px;
  align-items: center;
  row-gap: 15px;

  @media screen and (min-width: 769px) {
    margin-top: 30px;
    align-items: flex-start;
    flex-direction: row;
    column-gap: 54px;
  }
}

.event_body_last {
  @media screen and (min-width: 769px) {
    flex-direction: row-reverse;
  }

}

.event_body>div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
  justify-content: center;
}

.event_body>div>img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .event_body>div>img {
    width: 346px;
  }
}


.event_body>p {
  /* font-size: 10px;
  line-height: 18px; */
  flex-shrink: 2;
  font-feature-settings: "palt";
}

@media screen and (min-width: 769px) {
  .event_body>p {
    /* font-size: 18px;
    line-height: 32px; */
    letter-spacing: 4.5px;
    margin-top: -.5em;
  }
}

.event_body p>span {
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0.16em;
}

@media screen and (min-width: 769px) {
  .event_body p>span {
    /* font-size: 12px;
    line-height: 18px; */
    letter-spacing: 0.08em;
  }
}

.event_article>a {
  margin-top: 25px;
  margin-bottom: 30px;
  background-color: white;
}

@media screen and (min-width: 769px) {
  .event_article>a {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}

.event_article_last>a {
  margin-bottom: 0;
}

.event_article>a>span {
  color: black;
}

.event_article>a>span::after {
  border-top: solid 2px black;
  border-right: solid 2px black;
}


article.mail {
  background-color: #E9E9E9;
}

.mail>section {
  padding-top: 32px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  row-gap: 60px;

  @media screen and (min-width: 769px) {
    padding-top: 60px;
    padding-bottom: 130px;
  }
}

.icon-figure {
  margin-bottom: 22px;

  @media screen and (min-width: 769px) {
    margin-bottom: 48px;
  }
}

.btn1+.icon-figure {
  margin-top: 79px;

  @media screen and (min-width: 769px) {
    margin-top: 144px;
  }
}

.icon-figure>img {
  width: 100px;
  height: auto;

  @media screen and (min-width: 769px) {
    width: 170px;
  }
}

.intro_text+.normal-figure,
.intro_text+.wrap-element {
  margin-top: 24px;

  @media screen and (min-width: 769px) {
    margin-top: 48px;
  }
}

.normal-figure>img {
  max-width: 100%;
  height: auto;

  @media screen and (min-width: 769px) {
    width: 661px;
  }
}

.wrap-element>iframe {
  aspect-ratio: 16/9;
  max-width: 100%;
  width: auto;
  height: auto;

  @media screen and (min-width: 769px) {
    width: 661px;
  }
}

.intro_text {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.7;
  letter-spacing: .05em;
  margin-top: 25px;

  @media screen and (min-width: 769px) {
    font-size: 27px;
    letter-spacing: .12em;
    margin-top: 50px;
  }
}

.intro_text_space {

  @media screen and (min-width: 769px) {
    letter-spacing: .08em;
  }
}

.btn1 {
  width: 240px;
  height: 36px;

  @media screen and (min-width: 769px) {
    width: 390px;
    height: 53px;
    padding-right: 24px;
  }
}

.intro_text+.btn1 {
  margin-top: 24px;

  @media screen and (min-width: 769px) {
    margin-top: 48px;
  }
}

.btn1>span {
  line-height: 1.7;
  letter-spacing: .08em;
  font-weight: 500;
  font-size: 12px;

  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}

.btn1>span:after {
  width: 5px;
  height: 5px;
  border-top-width: 2px;
  border-right-width: 2px;

  @media screen and (min-width: 769px) {
    right: -20px;
    width: 7px;
    height: 7px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

.mail_body_1 {
  margin-top: 30px;
  margin-bottom: 30px;
}

.mail_body_2 {
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 20px;

  @media screen and (min-width: 769px) {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 769px) {
  .mail_body_1 {
    margin-top: 45px;
    margin-bottom: 90px;
  }

  .mail_body_2 {
    margin-top: 44px;
    margin-bottom: 60px;
  }
}

.mail_body_1 ul {
  display: flex;
  flex-direction: column;
  gap: .2rem;
}

@media screen and (min-width: 769px) {
  .mail_body_1 ul {
    gap: 0;
  }
}


.mail_body:first-child>h2>br {
  display: none;
}

@media screen and (min-width: 769px) {
  .mail_body:first-child>h2>br {
    display: inline;
  }
}

.mail_body:last-child>h2>br {
  display: inline;
}

@media screen and (min-width: 769px) {
  .mail_body:last-child>h2>br {
    display: none;
  }
}

.mail_body>a {
  width: 100%;
  height: 40px;
  background-color: #FEAE00;
  margin-top: 0;
  margin-bottom: 0;

  @media screen and (min-width: 769px) {
    height: 80px;
  }
}

.mail_body>a>span {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.1em;


  @media screen and (min-width: 769px) {
    font-size: 30px;
  }
}

.mail_body:first-child>a>span::after {
  display: none;
}

.mail_body:last-child>a>span::after {
  width: 8px;
  height: 8px;
  border-top-width: 3px;
  border-right-width: 3px;
  right: -16px;

  @media screen and (min-width: 769px) {
    width: 8px;
    height: 8px;
    border-top: solid 4px #fff;
    border-right: solid 4px #fff;
    right: -16px;
  }
}

@media screen and (min-width: 769px) {
  .mail_body:last-child>a>span::after {
    width: 18px;
    height: 18px;
    border-top: solid 6px #fff;
    border-right: solid 6px #fff;
    right: -10px;
  }
}


.mail_body_1 {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  column-gap: 20px;

  @media screen and (min-width: 769px) {
    column-gap: 50px;
    justify-content: space-between;
  }
}

@media screen and (min-width: 769px) {
  .mail_body_1 h3 {
    font-size: 36px;
    line-height: 44px;
    font-weight: bold;
  }
}

.mail_body_1>picture {
  display: flex;
  justify-content: start;

  @media screen and (min-width: 769px) {
    justify-content: center;
    padding-left: 40px;
  }
}

.mail_body_1>div {
  display: flex;
  justify-content: center;
  font-size: 12px;
  line-height: 21px;
  font-weight: bold;

  @media screen and (min-width: 769px) {
    justify-content: end;
    font-size: 36px;
    line-height: 63px;
    letter-spacing: 0.1em;
  }
}

.mail_body_1>picture>img {
  width: 126px;
  height: 90px;


  @media screen and (min-width: 769px) {
    max-width: 356px;
    width: 100%;
    height: 258px
  }
}



.mail_body_2>div {
  display: flex;
  justify-content: center;
  margin-top: 20px;

  @media screen and (min-width: 769px) {
    margin-top: 0;
    width: 50.5%;
  }
}


.mail_body_2>div>img {

  max-width: 504px;
  height: auto;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .mail_body_2>div>img {
    width: auto;
    height: 357px;
    /* flex-shrink:0; */
  }
}

.mail_body_2>a {
  width: 100%;
  height: 36px;
  background-color: #3f3f3f;
  margin-top: 0;
  margin-bottom: 20px;
  flex-shrink: 0.7;
  max-width: 280px;
  padding-right: 24px;

  @media screen and (min-width: 769px) {
    width: 500px;
    height: 54px;
    margin: auto 0 auto;
    padding-right: 0;
    max-width: none;
  }
}

.mail_body_2>a>span {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: .08em;

  @media screen and (min-width: 769px) {
    font-size: 16px;
  }
}

.mail_body_2>a>span:after {
  width: 5px;
  height: 5px;
  border-top-width: 2px;
  border-right-width: 2px;

  @media screen and (min-width: 769px) {
    right: -20px;
    width: 7px;
    height: 7px;
    border-top-width: 3px;
    border-right-width: 3px;
  }
}

.mail_body>a.btn2 {
  height: 55px;
  justify-content: flex-start;
  padding-left: 10px;

  @media screen and (min-width: 769px) {
    justify-content: center;
    padding-left: 0;
    height: 97px;
  }
}

.mail_body>a.btn2>span {
  font-size: 18px;
  letter-spacing: .08em;
  text-align: left;

  @media screen and (min-width: 769px) and (max-width: 970px) {
    text-align: center;
    font-size: clamp(24px, calc(24px + (100vw - 769px) * .0398), 32px);
    padding-right: 40px;
  }

  @media screen and (min-width: 971px) {
    font-size: 36px;
    padding-right: 70px;
  }
}
