@charset "UTF-8";
html {
  font-size: 62.5%;
  letter-spacing: 0.18rem;
  color: #000;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  html {
    letter-spacing: 0.1rem;
  }
}
html ul li {
  list-style: none;
}
html small {
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 14px;
  text-indent: -14px;
}
@media screen and (max-width: 768px) {
  html small {
    font-size: 1.2rem;
    padding-left: 12px;
    text-indent: -12px;
  }
}
html a {
  text-decoration: none;
}
html .sp {
  display: none;
}
@media screen and (max-width: 768px) {
  html .sp {
    display: inherit;
  }
}
@media screen and (max-width: 768px) {
  html .pc {
    display: none;
  }
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  width: 100%;
  overflow-x: hidden;
}
body .wrapper {
  margin: 0 auto;
  position: relative;
  padding: 0 5%;
}
body .wrapper .main {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  padding: 80px 0 300px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media screen and (max-width: 1280px) {
  body .wrapper .main {
    padding: 100px 0 200px;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .main {
    flex-direction: column;
    align-items: center;
    padding: 60px 0 150px;
  }
}
body .wrapper .main .kv {
  width: 50%;
  text-align: center;
  position: sticky;
  top: 80px;
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .kv {
    width: 80%;
    top: 0;
    position: relative;
    padding: 0;
  }
}
body .wrapper .main .right {
  width: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right {
    width: 90%;
    margin-top: 80px;
  }
}
body .wrapper .main .right h1 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right h1 {
    margin-bottom: 30px;
  }
}
body .wrapper .main .right .info {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .info {
    margin-bottom: 30px;
  }
}
body .wrapper .main .right .info p {
  font-size: 3rem;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .info p {
    font-size: 2.4rem;
  }
}
body .wrapper .main .right .info p span {
  font-size: 2.4rem;
  line-height: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .info p span {
    font-size: 1.8rem;
    line-height: 1.8rem;
  }
}
body .wrapper .main .right .info p .red {
  margin-top: 16px;
  display: inline-block;
  font-size: 2.4rem;
  letter-spacing: 0.4rem;
  color: #e60012;
  padding: 6px;
  border: 1px solid #e60012;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .info p .red {
    font-size: 2rem;
  }
}
body .wrapper .main .right .info .date {
  border-bottom: 1px solid #e60012;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .info .date {
    padding-bottom: 16px;
    margin-bottom: 16px;
  }
}
body .wrapper .main .right .time {
  margin-bottom: 20px;
  border-left: 1px solid #e60012;
}
body .wrapper .main .right .time li {
  font-size: 1.6rem;
  font-weight: bold;
  padding-left: 16px;
}
body .wrapper .main .right .end {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  border-left: 1px solid #e60012;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .end {
    margin-bottom: 10px;
  }
}
body .wrapper .main .right .end p {
  font-weight: bold;
  font-size: 18px;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .end p {
    font-size: 16px;
  }
}
body .wrapper .main .right .oac_50th {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 50px;
  gap: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .oac_50th {
    margin-top: 30px;
  }
}
body .wrapper .main .right .message1-1,
body .wrapper .main .right .message1-2 {
  margin-top: 300px;
  font-size: 5.6rem;
  line-height: 16rem;
  letter-spacing: 0.6rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 1280px) {
  body .wrapper .main .right .message1-1,
  body .wrapper .main .right .message1-2 {
    font-size: 4rem;
    line-height: 10rem;
    letter-spacing: 0.4rem;
    white-space: inherit;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .message1-1,
  body .wrapper .main .right .message1-2 {
    width: 100vw;
    margin: 150px calc(50% - 50vw) 0;
    padding: 0 5%;
    font-size: 2.8rem;
    line-height: 7rem;
    letter-spacing: 0.3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
body .wrapper .main .right .message1-1 {
  margin-bottom: 300px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .message1-1 {
    margin-bottom: 150px;
  }
}
body .wrapper .main .right .message1-2 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  body .wrapper .main .right .message1-2 {
    margin-bottom: 0;
  }
}
body .wrapper .midokoro {
  background: #f2f2f2;
  padding: 100px 40px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro {
    padding: 60px 5%;
  }
}
body .wrapper .midokoro h2 {
  margin-bottom: 40px;
  font-size: 4.2rem;
  color: #e60012;
  text-align: center;
  position: relative;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro h2 {
    margin-bottom: 30px;
    font-size: 3rem;
  }
}
body .wrapper .midokoro h2::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  background: #e60012;
}
body .wrapper .midokoro .comments {
  margin-bottom: 40px;
  font-size: 2rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .comments {
    margin-bottom: 30px;
    font-size: 1.8rem;
  }
}
body .wrapper .midokoro .sns_box {
  width: 100%;
  height: auto;
  margin: 10px auto 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .sns_box {
    margin: 10px auto 30px;
  }
}
body .wrapper .midokoro .sns_box a {
  width: 40px;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
}
body .wrapper .midokoro .sns_box a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .sns_box a {
    width: 30px;
  }
}
body .wrapper .midokoro .sns_box a img {
  width: 100%;
  height: auto;
}
body .wrapper .midokoro .note_box {
  width: 100%;
  max-width: 900px;
  margin: 50px auto;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .note_box {
    margin: 20px auto 15px;
  }
}
body .wrapper .midokoro .note_box h3 {
  font-size: 18px;
  font-weight: 700;
  color: #e60012;
  display: grid;
  place-items: center;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .note_box h3 {
    font-size: 16px;
  }
}
body .wrapper .midokoro .note_box p {
  width: 100%;
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.75;
  letter-spacing: 1px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .note_box p {
    margin-top: 5px;
    font-size: 12px;
  }
  body .wrapper .midokoro .note_box p br {
    display: none;
  }
}
body .wrapper .midokoro .midokoro_box {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  width: 100%;
  max-width: 1500px;
}
@media screen and (max-width: 1280px) {
  body .wrapper .midokoro .midokoro_box {
    flex-direction: column;
  }
}
body .wrapper .midokoro .midokoro_box li {
  display: flex;
  align-items: flex-start;
  width: 48%;
  background: #fff;
  padding: 2% 40px;
  gap: 4%;
}
@media screen and (max-width: 1280px) {
  body .wrapper .midokoro .midokoro_box li {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li {
    flex-direction: column;
    align-items: center;
    padding: 5% 7% 7%;
  }
}
body .wrapper .midokoro .midokoro_box li img {
  width: 40%;
  max-width: 240px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li img {
    width: 50%;
  }
}
body .wrapper .midokoro .midokoro_box li .txt {
  width: 60%;
  margin-top: 2%;
}
@media screen and (max-width: 1280px) {
  body .wrapper .midokoro .midokoro_box li .txt {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt {
    margin-top: 30px;
  }
}
body .wrapper .midokoro .midokoro_box li .txt h3 {
  margin-bottom: 24px;
  font-size: 2.4rem;
  line-height: 3.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt h3 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}
body .wrapper .midokoro .midokoro_box li .txt p {
  text-align: left;
  font-size: 1.7rem;
  line-height: 2.9rem;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt p {
    font-size: 1.4rem;
    line-height: 2.4rem;
  }
}
body .wrapper .midokoro .midokoro_box li .txt p .red {
  color: #e60012;
  font-weight: bold;
}
body .wrapper .midokoro .midokoro_box li .txt .btn {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt .btn {
    width: 100%;
    height: auto;
  }
}
body .wrapper .midokoro .midokoro_box li .txt .btn a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding: 12px;
  border: 1px solid #000;
  font-size: 1.6rem;
  font-weight: bold;
  color: #000;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt .btn a {
    width: 100%;
    height: auto;
    display: flex;
    -moz-column-gap: 5px;
         column-gap: 5px;
  }
}
body .wrapper .midokoro .midokoro_box li .txt .btn a.pdf {
  padding: 12px 40px 12px 12px;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .midokoro_box li .txt .btn a.pdf {
    padding: 12px;
  }
}
body .wrapper .midokoro .midokoro_box li .txt .btn a.pdf::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 21px;
  background: url(../img/btn_pdf.png) no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 10px;
  margin: auto 0;
}
body .wrapper .midokoro .midokoro_box li .txt .btn a img {
  width: 8px;
  height: auto;
}
body .wrapper .midokoro .midokoro_box li .txt .btn a:hover {
  opacity: 0.7;
}
body .wrapper .midokoro .midokoro_box li .txt .date {
  margin-top: 20px;
  border-left: 1px solid #e60012;
  padding-left: 16px;
}
body .wrapper .midokoro .video_box {
  width: 100%;
  height: auto;
  margin-inline: auto;
  margin-top: 100px;
  display: grid;
  place-items: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .video_box {
    margin-top: 50px;
  }
}
body .wrapper .midokoro .video_box .ttl p {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  font-feature-settings: "palt";
}
@media screen and (max-width: 768px) {
  body .wrapper .midokoro .video_box .ttl p {
    font-size: 18px;
  }
}
body .wrapper .midokoro .video_box .video {
  width: 100%;
  max-width: 800px;
  margin-inline: auto;
  margin-top: 10px;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
}
body .wrapper .midokoro .video_box .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
body .wrapper .message2 {
  margin: 300px auto;
  font-size: 8rem;
  letter-spacing: 1rem;
  line-height: 14rem;
  font-weight: bold;
  text-align: center;
  transform: rotate(-7deg);
}
@media screen and (max-width: 1280px) {
  body .wrapper .message2 {
    font-size: 6rem;
    line-height: 12rem;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .message2 {
    margin: 150px auto;
    font-size: 2.8rem;
    line-height: 7rem;
    letter-spacing: 0.3rem;
  }
}
body .wrapper .message2 span {
  font-weight: bold;
  color: #e60012;
}
body .wrapper .btm {
  margin: 0 auto;
  width: 100%;
  max-width: 1500px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm {
    flex-direction: column;
    align-items: center;
  }
}
body .wrapper .btm .btm_kv {
  width: 50%;
  padding-right: 4%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_kv {
    width: 80%;
    padding: 0;
  }
}
body .wrapper .btm .btm_kv :first-child {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  body .wrapper .btm .btm_kv :first-child {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_kv :first-child {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_kv .btm_oac_logo {
    width: 70%;
  }
}
body .wrapper .btm .btm_kv.end :first-child {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_kv.end :first-child {
    margin-bottom: 30px;
  }
}
body .wrapper .btm .btm_kv.end :nth-child(2) {
  margin-bottom: 150px;
}
@media screen and (max-width: 1280px) {
  body .wrapper .btm .btm_kv.end :nth-child(2) {
    margin-bottom: 100px;
  }
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_kv.end :nth-child(2) {
    margin-bottom: 60px;
  }
}
body .wrapper .btm .btm_right {
  width: 50%;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right {
    width: 90%;
    margin-top: 80px;
  }
}
body .wrapper .btm .btm_right .comments {
  margin-top: 30px;
  font-size: 2.4rem;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .comments {
    font-size: 2rem;
  }
}
body .wrapper .btm .btm_right .btm_info {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .btm_info {
    margin-top: 40px;
  }
}
body .wrapper .btm .btm_right .btm_info tr {
  margin-bottom: 20px;
  display: flex;
  align-items: flex-start;
}
body .wrapper .btm .btm_right .btm_info tr:last-child {
  margin-bottom: 0;
}
body .wrapper .btm .btm_right .btm_info tr th {
  margin-right: 20px;
  text-align: center;
  padding: 1px 6px;
  font-size: 1.8rem;
  color: #e60012;
  border: 1px solid #e60012;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .btm_info tr th {
    margin-right: 16px;
    font-size: 1.6rem;
  }
}
body .wrapper .btm .btm_right .btm_info tr td {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .btm_info tr td {
    font-size: 1.8rem;
  }
}
body .wrapper .btm .btm_right .btm_info tr td span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #e60012;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .btm_info tr td span {
    font-size: 1.6rem;
  }
}
body .wrapper .btm .btm_right .btm_info tr td .btm_time {
  margin-top: 20px;
  padding-left: 16px;
  flex-direction: column;
  align-items: flex-start;
  font-size: 1.8rem;
  border-left: 1px solid #e60012;
}
body .wrapper .btm .btm_right .btm_info tr td .btm_time li {
  margin-bottom: 10px;
}
body .wrapper .btm .btm_right .btm_info tr td .btm_time li:last-child {
  margin-bottom: 0;
}
body .wrapper .btm .btm_right .btm_info tr td .btm_time li span {
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
  color: #808080;
  white-space: inherit;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .btm_info tr td .btm_time li span {
    font-size: 1.2rem;
  }
}
body .wrapper .btm .btm_right .access {
  margin-top: 60px;
  padding: 40px;
  background: #f2f2f2;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access {
    margin-top: 40px;
    padding: 30px;
  }
}
body .wrapper .btm .btm_right .access .acs_ttl {
  margin-bottom: 20px;
  font-size: 2rem;
  color: #e60012;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access .acs_ttl {
    margin-bottom: 16px;
    font-size: 1.8rem;
  }
}
body .wrapper .btm .btm_right .access .add {
  margin-bottom: 20px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access .add {
    margin-bottom: 16px;
    font-size: 1.6rem;
  }
}
body .wrapper .btm .btm_right .access ul {
  margin-bottom: 20px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access ul {
    margin-bottom: 16px;
    font-size: 1.4rem;
  }
}
body .wrapper .btm .btm_right .access ul li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access ul li {
    padding-left: 10px;
    margin-bottom: 8px;
  }
}
body .wrapper .btm .btm_right .access ul li::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 14px;
  background: #e60012;
  top: 4px;
  left: 0;
}
body .wrapper .btm .btm_right .access a {
  position: relative;
  font-size: 1.6rem;
  color: #e60012;
  border-bottom: 1px solid #e60012;
  padding-right: 16px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access a {
    font-size: 1.4rem;
  }
}
body .wrapper .btm .btm_right .access a::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/blank_icon.png) no-repeat;
  background-size: contain;
  top: 1px;
  right: 0;
}
body .wrapper .btm .btm_right .access a:hover {
  border: none;
}
body .wrapper .btm .btm_right .access small {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  body .wrapper .btm .btm_right .access small {
    margin-top: 16px;
  }
}
body .wrapper .footer {
  margin: 150px auto 20px;
  border-top: 1px solid #e60012;
  padding: 30px 2% 0;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer {
    margin: 100px calc(50% - 50vw) 20px;
  }
}
body .wrapper .footer .contact {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .contact {
    gap: 10px;
  }
}
body .wrapper .footer .contact p {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .contact p {
    font-size: 1.4rem;
  }
}
body .wrapper .footer .contact p span {
  padding: 2px 4px;
  border: 1px solid #e60012;
  font-size: 1.4rem;
  color: #e60012;
  margin-right: 10px;
}
body .wrapper .footer .contact .con_ttl {
  padding-right: 20px;
  font-size: 2rem;
  color: #e60012;
  position: relative;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .contact .con_ttl {
    padding: 0 0 16px 0;
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
  }
}
body .wrapper .footer .contact .con_ttl::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 20px;
  background: #e60012;
  top: 5px;
  right: 0;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .contact .con_ttl::after {
    content: "";
    position: absolute;
    height: 1px;
    width: 30px;
    top: 34px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}
body .wrapper .footer .contact .oaclink {
  font-size: 1.6rem;
  color: #e60012;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .contact .oaclink {
    font-size: 1.4rem;
  }
}
body .wrapper .footer .contact .oaclink:hover {
  text-decoration: none;
}
body .wrapper .footer .copyright {
  margin-top: 30px;
  font-size: 1.2rem;
  color: #e60012;
  text-align: center;
}
@media screen and (max-width: 768px) {
  body .wrapper .footer .copyright {
    font-size: 1rem;
  }
}
/*# sourceMappingURL=layout.css.map */
