@charset "UTF-8";
html {
  font-family: "Meiryo", "メイリオ", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Verdana, Helvetica, sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  padding: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

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

@media screen and (max-width: 768px) {
  section {
    padding: 0 5%;
  }
}

header .contents {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  header .contents {
    margin: 10px auto;
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  header .contents .oac_logo {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  header .contents p {
    font-size: 12px;
  }
}

.mv {
  background: #f7f7f7;
}
.mv .contents {
  text-align: center;
  padding: 5px 0;
}
.mv .contents img {
  margin: 0 auto;
  max-width: 1000px;
}
@media screen and (max-width: 768px) {
  .mv .contents img {
    width: 100%;
  }
}

.link_list {
  max-width: 600px;
  width: 100%;
  margin: 80px auto 100px;
}
.link_list ul li {
  list-style: none;
  border-bottom: 1px solid #f1f1f1;
  padding: 15px 0;
}
.link_list ul li .link_page {
  color: #3b3b3b;
  text-decoration: none;
}
.link_list ul li .link_page:hover {
  color: #e60012;
  text-decoration: underline;
}

.member .contents {
  max-width: 1000px;
  margin: 80px auto;
}
@media screen and (max-width: 768px) {
  .member .contents {
    margin: 50px auto;
  }
}
.member .contents .ttl {
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .member .contents .ttl {
    font-size: 16px;
    margin-bottom: 40px;
  }
}
.member .contents .ttl::after {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #e60012;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  .member .contents .ttl::after {
    left: 43%;
  }
}
.member .contents .member_box {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .member .contents .member_box {
    display: block;
  }
}
.member .contents .member_box.member02 {
  display: flex;
  justify-content: center;
  gap: 0 6%;
}
.member .contents .member_box .txt {
  margin-left: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .member .contents .member_box .txt {
    margin-left: 0;
  }
}
.member .contents .member_box .txt h3 {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .member .contents .member_box .txt h3 {
    margin-top: 20px;
  }
}
.member .contents .member_box .txt .txt_box {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .member .contents .member_box .txt .txt_box {
    margin-top: 20px;
    width: 100%;
  }
}
.member .contents .member_box .txt .txt_box h4 {
  font-size: 18px;
}
.member .contents .member_box .txt .txt_box h4 span {
  font-size: 14px;
}
.member .contents .member_box .txt .txt_box p {
  font-size: 16px;
  margin-top: -15px;
}

.g_bg {
  background: #f7f7f7;
}

.w_bg {
  background: #fff;
}

.g_bg .ttl, .w_bg .ttl {
  padding-top: 80px;
  margin-bottom: 60px;
  font-size: 20px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 768px) {
  .g_bg .ttl, .w_bg .ttl {
    padding-top: 40px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.g_bg .ttl::after, .w_bg .ttl::after {
  content: "";
  width: 50px;
  height: 3px;
  display: inline-block;
  background-color: #e60012;
  position: absolute;
  bottom: -10px;
  left: calc(50% - 50px);
}
@media screen and (max-width: 768px) {
  .g_bg .ttl::after, .w_bg .ttl::after {
    left: 43%;
  }
}
.g_bg .ttl_box, .w_bg .ttl_box {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
}
@media screen and (max-width: 768px) {
  .g_bg .ttl_box, .w_bg .ttl_box {
    display: block;
  }
}
.g_bg .ttl_box .txt, .w_bg .ttl_box .txt {
  margin-right: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .g_bg .ttl_box .txt, .w_bg .ttl_box .txt {
    margin-right: 0;
  }
}
.g_bg .txt_box, .w_bg .txt_box {
  max-width: 700px;
  padding: 80px 0;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box, .w_bg .txt_box {
    padding: 40px 0;
  }
}
.g_bg .txt_box.data02, .w_bg .txt_box.data02 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.g_bg .txt_box.data02 .article_img, .w_bg .txt_box.data02 .article_img {
  margin-bottom: 80px;
}
.g_bg .txt_box.data02 .txt, .g_bg .txt_box.data02 .txt_img, .g_bg .txt_box.data02 .img_txt, .g_bg .txt_box.data02 .txt_under, .w_bg .txt_box.data02 .txt, .w_bg .txt_box.data02 .txt_img, .w_bg .txt_box.data02 .img_txt, .w_bg .txt_box.data02 .txt_under {
  max-width: 700px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box.data02 .txt, .g_bg .txt_box.data02 .txt_img, .g_bg .txt_box.data02 .img_txt, .g_bg .txt_box.data02 .txt_under, .w_bg .txt_box.data02 .txt, .w_bg .txt_box.data02 .txt_img, .w_bg .txt_box.data02 .img_txt, .w_bg .txt_box.data02 .txt_under {
    margin-bottom: 20px;
  }
}
.g_bg .txt_box.data02 .txt:last-child, .g_bg .txt_box.data02 .txt_img:last-child, .g_bg .txt_box.data02 .img_txt:last-child, .g_bg .txt_box.data02 .txt_under:last-child, .w_bg .txt_box.data02 .txt:last-child, .w_bg .txt_box.data02 .txt_img:last-child, .w_bg .txt_box.data02 .img_txt:last-child, .w_bg .txt_box.data02 .txt_under:last-child {
  margin-bottom: 0;
}
.g_bg .txt_box.data02 .txt p, .g_bg .txt_box.data02 .txt_img p, .g_bg .txt_box.data02 .img_txt p, .g_bg .txt_box.data02 .txt_under p, .w_bg .txt_box.data02 .txt p, .w_bg .txt_box.data02 .txt_img p, .w_bg .txt_box.data02 .img_txt p, .w_bg .txt_box.data02 .txt_under p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box.data02 .txt p, .g_bg .txt_box.data02 .txt_img p, .g_bg .txt_box.data02 .img_txt p, .g_bg .txt_box.data02 .txt_under p, .w_bg .txt_box.data02 .txt p, .w_bg .txt_box.data02 .txt_img p, .w_bg .txt_box.data02 .img_txt p, .w_bg .txt_box.data02 .txt_under p {
    font-size: 14px;
  }
}
.g_bg .txt_box.data02 .txt p span, .g_bg .txt_box.data02 .txt_img p span, .g_bg .txt_box.data02 .img_txt p span, .g_bg .txt_box.data02 .txt_under p span, .w_bg .txt_box.data02 .txt p span, .w_bg .txt_box.data02 .txt_img p span, .w_bg .txt_box.data02 .img_txt p span, .w_bg .txt_box.data02 .txt_under p span {
  color: #e60012;
  font-weight: bold;
}
.g_bg .txt_box h3, .w_bg .txt_box h3 {
  text-align: center;
  font-size: 18px;
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box h3, .w_bg .txt_box h3 {
    margin: 0 0 20px;
  }
}
.g_bg .txt_box .txt, .g_bg .txt_box .txt_img, .g_bg .txt_box .img_txt, .w_bg .txt_box .txt, .w_bg .txt_box .txt_img, .w_bg .txt_box .img_txt {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .txt, .g_bg .txt_box .txt_img, .g_bg .txt_box .img_txt, .w_bg .txt_box .txt, .w_bg .txt_box .txt_img, .w_bg .txt_box .img_txt {
    margin-bottom: 20px;
  }
}
.g_bg .txt_box .txt:last-child, .g_bg .txt_box .txt_img:last-child, .g_bg .txt_box .img_txt:last-child, .w_bg .txt_box .txt:last-child, .w_bg .txt_box .txt_img:last-child, .w_bg .txt_box .img_txt:last-child {
  margin-bottom: 0;
}
.g_bg .txt_box .txt p, .g_bg .txt_box .txt_img p, .g_bg .txt_box .img_txt p, .w_bg .txt_box .txt p, .w_bg .txt_box .txt_img p, .w_bg .txt_box .img_txt p {
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .txt p, .g_bg .txt_box .txt_img p, .g_bg .txt_box .img_txt p, .w_bg .txt_box .txt p, .w_bg .txt_box .txt_img p, .w_bg .txt_box .img_txt p {
    font-size: 14px;
  }
}
.g_bg .txt_box .txt p span, .g_bg .txt_box .txt_img p span, .g_bg .txt_box .img_txt p span, .w_bg .txt_box .txt p span, .w_bg .txt_box .txt_img p span, .w_bg .txt_box .img_txt p span {
  color: #e60012;
  font-weight: bold;
}
.g_bg .txt_box .txt_img, .w_bg .txt_box .txt_img {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .txt_img, .w_bg .txt_box .txt_img {
    display: block;
  }
}
.g_bg .txt_box .txt_img p, .w_bg .txt_box .txt_img p {
  margin-right: 25px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .txt_img p, .w_bg .txt_box .txt_img p {
    margin-right: 0;
  }
}
.g_bg .txt_box .txt_img .img, .w_bg .txt_box .txt_img .img {
  margin-top: 20px;
}
.g_bg .txt_box .img_txt, .w_bg .txt_box .img_txt {
  margin-bottom: 0 !important;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .img_txt, .w_bg .txt_box .img_txt {
    display: block;
  }
}
.g_bg .txt_box .img_txt p, .w_bg .txt_box .img_txt p {
  margin-left: 25px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .img_txt p, .w_bg .txt_box .img_txt p {
    margin-left: 0;
  }
}
.g_bg .txt_box .img_txt .img, .w_bg .txt_box .img_txt .img {
  margin-top: 20px;
}
.g_bg .txt_box .txt_under, .w_bg .txt_box .txt_under {
  margin-top: -20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .g_bg .txt_box .txt_under, .w_bg .txt_box .txt_under {
    margin-top: 0;
    font-size: 14px;
  }
}

.profile_box {
  max-width: 800px;
  margin: 0 auto;
}
.profile_box:last-child {
  margin-top: 40px;
  padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .profile_box:last-child {
    padding-bottom: 20px;
  }
}
.profile_box .category {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.profile_box .profile {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .profile_box .profile {
    display: block;
  }
}
.profile_box .profile .txt {
  margin-left: 25px;
}
.profile_box .profile .txt .name {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .profile_box .profile .txt .name {
    font-size: 16px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .profile_box .profile .txt {
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .profile_box .profile .txt p {
    font-size: 14px;
    margin: 10px 0 30px;
  }
}

footer {
  font-size: 12px;
  color: #fff;
  text-align: center;
  background: #b2b2b2;
  padding: 10px 0;
}/*# sourceMappingURL=layout.css.map */