@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  vertical-align: baseline;
  box-sizing: border-box;
  color: #222;
  font-weight: 500;
}

html {
  line-height: 1;
  scroll-behavior: smooth;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

a {
  transition: all .3s;
  text-decoration: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary, picture {
  display: block;
}

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

* {
  box-sizing: border-box;
}

.oswald {
  font-family: 'Oswald', sans-serif;
  font-weight: 500;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.close {
  display: none !important;
}

header {
  width: 100%;
  height: 100px;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  header {
    height: 70px;
  }
}
header .header {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  header .header {
    padding: 0 15px;
  }
}
header .header .logo {
  display: flex;
  width: 340px;
  align-items: center;
  position: relative;
  z-index: 3;
  background: #FFF;
}
@media screen and (max-width: 767px) {
  header .header .logo {
    width: 240px;
  }
}
@media screen and (max-width: 767px) {
  header .header nav {
    position: fixed;
    width: 100%;
    height: calc(100svh - 70px);
    top: 70px;
    left: 0;
    z-index: 2;
    background: #FFF;
    translate: 0 -120vh;
    transition: all .3s;
  }
}

footer .footer {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 71px 40px;
}
@media screen and (max-width: 767px) {
  footer .footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 71px 15px 51px;
  }
}
footer .footer .footer_info {
  display: flex;
  flex-direction: column;
  gap: 57px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_info {
    display: contents;
  }
}
footer .footer .footer_info .logo {
  width: 350px;
  display: flex;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_info .logo {
    width: 60vw;
    order: 1;
  }
}
footer .footer .footer_info .information {
  display: flex;
  flex-direction: column;
  gap: 0px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_info .information {
    order: 3;
    margin-top: 50px;
    width: 100%;
  }
}
footer .footer .footer_info .information .f_text {
  font-size: 14px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_info .information .f_text {
    font-size: 13px;
  }
}
footer .footer .footer_navi_area {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-top: 87px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_navi_area {
    margin-top: 50px;
    padding-top: 0;
    display: contents;
  }
}
footer .footer .footer_navi_area:has(.entry_block) {
  padding-top: 0;
}
footer .footer .footer_navi_area:has(.entry_block) nav {
  margin-top: 57px;
}
footer .footer .footer_navi_area nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 33px;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_navi_area nav {
    gap: 15px 0;
    order: 2;
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  footer .footer .footer_navi_area nav .footer_navi.navi {
    padding: 0;
  }
}
footer .footer .footer_navi_area .copy {
  font-size: 14px;
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  footer .footer .footer_navi_area .copy {
    order: 5;
    font-size: 13px;
    margin-top: 50px;
    margin-left: 0;
  }
}

.navi {
  display: flex;
  gap: 28px;
  align-items: center;
  width: fit-content;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .navi {
    display: grid;
    width: 100%;
    height: auto;
    grid-template-columns: repeat(2, 1fr);
    padding: 50px 15px 0;
    gap: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .navi .list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 30px;
  }
}
.navi .list .btn {
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .navi .list .btn {
    text-decoration: underline;
  }
}

.menu {
  width: 50px;
  height: 50px;
  position: relative;
  position: absolute;
  top: 10px;
  right: 15px;
  background: #eeeeee;
  border-radius: 100%;
  display: none;
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .menu {
    display: block;
  }
}
.menu .bar {
  width: 12px;
  height: 1px;
  background: #222;
  position: absolute;
  left: 50%;
  translate: -50% 0;
}
.menu .bar:nth-of-type(1) {
  top: 19px;
  rotate: 0;
}
.menu .bar:nth-of-type(2) {
  top: 24px;
  opacity: 1;
}
.menu .bar:nth-of-type(3) {
  bottom: 20px;
  rotate: 0;
}

.menu_open header .header nav {
  translate: 0 0;
}
.menu_open .menu .bar:nth-of-type(1) {
  animation: menu01 .3s ease-in-out 0s forwards;
}
.menu_open .menu .bar:nth-of-type(2) {
  animation: menu02 .3s ease-in-out 0s forwards;
}
.menu_open .menu .bar:nth-of-type(3) {
  animation: menu03 .3s ease-in-out 0s forwards;
}

@keyframes menu01 {
  0% {
    top: 19px;
    rotate: 0;
  }
  50% {
    top: 24px;
    rotate: 0;
  }
  100% {
    top: 24px;
    rotate: 45deg;
  }
}
@keyframes menu02 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  50.1% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes menu03 {
  0% {
    bottom: 20px;
    rotate: 0;
  }
  50% {
    bottom: 25px;
    rotate: 0;
  }
  100% {
    bottom: 25px;
    rotate: -45deg;
  }
}
.post_data {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.post_data .category {
  border: 1px solid #CECECE;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 15px;
  width: 100%;
  height: 30px;
}
.post_data .category + .day {
  margin-top: 18px;
}
.post_data .day {
  color: #81CDD1;
  font-size: 40px;
}
.post_data .ym {
  color: #81CDD1;
  font-size: 13px;
}

.news_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 38px;
}
.news_list .list .news_item {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 24px;
  align-items: center;
}
.news_list .list .news_item .news_title {
  font-size: 15px;
  position: relative;
  padding-right: 31px;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .news_list .list .news_item .news_title {
    font-size: 14px;
    line-height: 1.75;
    padding-right: 0;
  }
}
.news_list .list .news_item .news_title:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 0;
  translate: 0 -50%;
  width: 21px;
  height: 21px;
  background: url(../images/common/news_arrow.svg) no-repeat left top;
  background-size: 21px 21px;
}
@media screen and (max-width: 767px) {
  .news_list .list .news_item .news_title:after {
    display: none;
  }
}
.news_list .list + .list {
  border-top: 1px solid #CECECE;
  padding-top: 38px;
}

.blog_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  gap: 50px;
}
.blog_list .list {
  display: grid;
  grid-template-columns: 248px 1fr;
  gap: 40px;
  border-bottom: 1px solid #CECECE;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .blog_list .list {
    grid-template-columns: 120px 1fr;
    gap: 20px;
  }
}
.blog_list .list .blog_thumbnail {
  background: red;
}
.blog_list .list .blog_item {
  display: grid;
  grid-template-columns: 82px 1fr;
  gap: 24px;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog_list .list .blog_item {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog_list .list .blog_item .blog_title {
  font-size: 15px;
  position: relative;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .blog_list .list .blog_item .blog_title {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .blog_list .list .blog_item .post_data {
    flex-direction: row;
    align-items: center;
  }
  .blog_list .list .blog_item .post_data .category {
    order: 1;
    font-size: 12px;
    height: 21px;
    margin-right: 15px;
  }
  .blog_list .list .blog_item .post_data .ym {
    order: 2;
    font-size: 13px;
  }
  .blog_list .list .blog_item .post_data .day {
    order: 3;
    font-size: 13px;
    margin-top: 0;
    display: flex;
  }
  .blog_list .list .blog_item .post_data .day:before {
    content: ".";
    display: block;
    font-size: 13px;
  }
}

.list_wrap {
  list-style: disc;
  margin-left: 1rem;
}

section.has_bg {
  background: url(../images/common/common_bg.png) repeat left top;
  background-size: 100%;
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  section.has_bg {
    margin-top: 70px;
  }
}
section .container {
  padding: 0 20px;
  max-width: 1066px;
  margin-inline: auto;
}
@media screen and (max-width: 767px) {
  section .container {
    padding: 0 15px;
  }
}
section .container .contents .text {
  font-size: 15px;
  line-height: 2.5;
}
@media screen and (max-width: 767px) {
  section .container .contents .text {
    font-size: 14px;
    line-height: 2;
  }
}
section .container .contents .add_text {
  font-size: 15px;
  line-height: 2.5;
  position: relative;
  padding-left: 16px;
}
@media screen and (max-width: 767px) {
  section .container .contents .add_text {
    font-size: 14px;
    line-height: 2;
  }
}
section .container .contents .add_text .icon {
  font-size: 15px;
  line-height: 2.5;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  section .container .contents .add_text .icon {
    font-size: 14px;
    line-height: 2;
  }
}

.common_btn {
  font-size: 13px;
  border: 1px solid #CECECE;
  border-radius: 45px;
  width: 106px;
  height: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.common_btn:after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
  right: 9px;
  translate: 0 -50%;
  width: 5px;
  height: 8px;
  background: url(../images/common/btn_more.svg) no-repeat left top;
  background-size: 5px 8px;
}

.more_btn {
  display: grid;
  grid-template-columns: 1fr 54px;
  align-items: center;
  font-size: 15px;
  width: fit-content;
  border-bottom: 2px solid #222;
  padding-bottom: 13px;
  margin-left: auto;
  margin-top: 75px;
  gap: 9px;
}
@media screen and (max-width: 767px) {
  .more_btn {
    font-size: 14px;
  }
}
.more_btn:after {
  content: "";
  display: block;
  width: 54px;
  height: 9px;
  background: url(../images/top/more_graduate_arrow.svg) no-repeat left top;
  background-size: 54px 9px;
}

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

.wpcf7 form .wpcf7-response-output{
	padding:1em!important;
}

/*# sourceMappingURL=style.css.map */
