@charset "UTF-8";
html {
  color: #000;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 62.5%;
  position: relative;
  background: #fff;
  font-weight: 300;
  transition: .3s;
}
@media (max-width: 959px) {
  html {
    font-size: 52%;
  }
}

body {
  font-size: 1.6rem;
  transition: .3s;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures contextual;
  font-feature-settings: "kern", "liga", "clig", "calt";
  padding: 7.6rem 0 0;
}
body a {
  color: #000;
  text-decoration: none;
  transition: .3s;
  vertical-align: top;
  display: inline-block;
}
body a:hover {
  text-decoration: none;
}
body a:hover img {
  opacity: .8;
  transition: .3s;
}
body a:focus {
  overflow: hidden;
  outline: none;
}
body .indent {
  padding-left: 1em;
  text-indent: -1em;
}
body dt, body dd, body p, body li, body th, body td, body address {
  line-height: 3.6rem;
  letter-spacing: 1px;
}
body img {
  max-width: 100%;
  transition: .3s;
}
body strong {
  font-weight: 700;
  color: #eb8282;
}
body .red {
  color: #cb2d28;
}
body .pink {
  color: #eb8282;
}
body .green {
  color: #71aa47;
}
body .blue {
  color: #519da6;
}
body .right {
  text-align: right;
}
body .left {
  text-align: left;
}
body .center {
  text-align: center;
}
body .b {
  font-weight: bold;
}
body .s {
  font-size: 1.2rem;
}
body .must {
  background: #eb8282;
  padding: 0.2% 2%;
  color: #fff;
  font-weight: bold;
  font-size: 1.2rem;
  text-align: center;
  border-radius: 3px;
  display: inline-block;
  margin-left: .8rem;
}

/* -----------------------------------------
		common
----------------------------------------- */
.dPc {
  display: block;
}

.dSp {
  display: none;
}

.dPcinline {
  display: inline-block;
}

.dSpinline {
  display: none;
}

.cf {
  display: block;
}
.cf:before {
  content: "";
  display: block;
  clear: both;
}
.cf:after {
  content: "";
  display: block;
  clear: both;
}

@media (max-width: 559px) {
  .dPc {
    display: none;
  }

  .dSp {
    display: block;
  }

  .dPcinline {
    display: none;
  }

  .dSpinline {
    display: inline-block;
  }
}
.container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 3rem;
}
@media (max-width: 959px) {
  .container {
    width: auto;
  }
}
@media (max-width: 559px) {
  .container {
    padding: 0 2rem;
  }
}

.breadcrumbs {
  border-bottom: 1px solid #e8e8e8;
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
.breadcrumbs .container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

#pagetop {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
  background: rgba(48, 27, 11, 0.8);
  font-family: "Material Icons";
  font-size: 3rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  cursor: pointer;
  width: 6rem;
  height: 6rem;
}

#key {
  height: 42rem;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;
  background: url("../img/mv.jpg") no-repeat center center/cover;
}
#key h1 {
  color: #fff;
  font-size: 4rem;
  letter-spacing: 2px;
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  display: inline-block;
  position: relative;
  margin: 0 0 2.8rem;
  text-align: center;
}
#key h1 + p {
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#key h1:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 5px;
  display: block;
  transform: skewX(-28deg);
  background: #fff;
  z-index: 1;
}
@media (max-width: 559px) {
  #key {
    height: 18rem;
  }
  #key h1 {
    font-size: 2.6rem;
    margin: 0 0 1rem;
  }
  #key h1 + p {
    font-size: 1.6rem;
  }
  #key h1:after {
    height: 3px;
    bottom: -1rem;
  }
}

#path {
  border-bottom: 1px solid #ccc;
  display: none;
}
#path .container #breadcrumb {
  padding: 1rem 0;
}
#path .container #breadcrumb ul {
  display: flex;
  justify-content: flex-start;
}
#path .container #breadcrumb ul li {
  position: relative;
  padding: 0 3rem 0 0;
  margin: 0 1rem 0 0;
}
#path .container #breadcrumb ul li:after {
  position: absolute;
  right: 0;
  content: "keyboard_arrow_right";
  font-family: "Material Icons";
  font-size: 2rem;
  top: 50%;
  margin-top: -1.5rem;
}
#path .container #breadcrumb ul li:last-of-type:after {
  display: none;
}
#path .container #breadcrumb ul li a:hover {
  text-decoration: underline;
}

.more {
  text-align: right;
  margin: 2rem 0 0;
}
.more a {
  display: inline-block;
  border: 1px solid #333;
  font-size: 1.8rem;
  font-weight: 300;
  padding: .6rem 2rem;
  background: #fff;
  transition: .3s;
}
.more a:hover {
  background: #333;
  color: #fff;
}
@media (max-width: 959px) {
  .more {
    text-align: center;
  }
}

.list-common01 .wp-block-column h3 {
  text-align: center;
  border: 1px solid #000;
  padding: 1.4rem 0 1.7rem;
  margin: 0 0 1rem !important;
}

.btn-common01 a {
  display: inline-block;
  background: #5cbdcf;
  color: #fff;
  font-weight: 700;
  padding: 2rem 9rem;
  transition: .3s;
}
.btn-common01 a:hover {
  opacity: .8;
}

.title-common01 {
  text-align: center;
  border: 1px solid #000;
  padding: 1.4rem 0 1.7rem;
  margin: 0 0 1rem !important;
}

.home header nav ul li:nth-of-type(1) a span,
.reframe header nav ul li:nth-of-type(2) a span,
.session header nav ul li:nth-of-type(2) a span,
.company header nav ul li:nth-of-type(3) a span,
.contact header nav ul li:nth-of-type(4) a span {
  color: #301b0b;
  border-bottom: 2px solid #301b0b;
}

/* -----------------------------------------
		haeder footer
----------------------------------------- */
header {
  position: fixed;
  width: 100%;
  background: #fff;
  z-index: 100;
  transition: .3s;
  top: 0;
}
header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 7.6rem;
}
header .container .logo {
  width: 17rem;
  line-height: 0;
}
header .container .logo img.dSpinline {
  width: 4rem;
  height: auto;
}
header .container nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
header .container nav ul li {
  margin: 0 0 0 4rem;
}
header .container nav ul li a {
  transition: .3s;
}
header .container nav ul li a span.en {
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-weight: 700;
  font-size: 1.6rem;
}
header .container nav ul li a span.ja {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  display: none;
  color: #301b0b;
}
header .container nav ul li a:hover {
  transition: .3s;
}
header .container nav ul li a:hover .en {
  display: none;
}
header .container nav ul li a:hover .ja {
  display: block;
}
header.scroll {
  background: rgba(255, 255, 255, 0.8);
}
@media (max-width: 959px) {
  header .container nav {
    display: none;
  }
}

.nav-toggle {
  display: none;
}
@media (max-width: 959px) {
  .nav-toggle {
    display: block;
  }
  .nav-toggle .global-nav {
    position: fixed;
    height: 100vh;
    padding-top: 10.8rem;
    background-color: #fff;
    transition: all .3s;
    z-index: 200;
    overflow-y: auto;
    top: -100vh;
    right: auto;
    width: 100%;
    box-sizing: border-box;
  }
  .nav-toggle .global-nav .global-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav-toggle .global-nav .global-nav__list .global-nav__item {
    text-align: center;
    padding: 0 4%;
  }
  .nav-toggle .global-nav .global-nav__list .global-nav__item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #111;
    text-align: left;
  }
  .nav-toggle .global-nav .global-nav__list .global-nav__item a:before {
    font-family: "Material Icons";
    content: "navigate_next";
    color: #519da6;
    margin-right: .5rem;
  }
  .nav-toggle .global-nav .global-nav__list .global-nav__item a:hover {
    background-color: #eee;
  }
  .nav-toggle .global-nav .title {
    font-size: 2rem;
    font-weight: 700;
    color: #519da6;
    padding: 0 0 2% 4%;
    top: 3rem;
  }
  .nav-toggle .hamburger {
    position: fixed;
    cursor: pointer;
    z-index: 300;
    right: 3rem;
    top: 2.4rem;
    width: 100%;
    height: 23px;
  }
  .nav-toggle .hamburger .hamburger__line {
    position: absolute;
    right: 0px;
    width: 24px;
    height: 2px;
    background-color: #111;
    transition: all .6s;
  }
  .nav-toggle .hamburger .hamburger__line.hamburger__line--1 {
    top: 0px;
  }
  .nav-toggle .hamburger .hamburger__line.hamburger__line--2 {
    top: 10px;
  }
  .nav-toggle .hamburger .hamburger__line.hamburger__line--3 {
    top: 20px;
  }
  .nav-toggle .black-bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #000;
    opacity: 0;
    visibility: hidden;
    transition: all .6s;
    cursor: pointer;
  }
}
@media (max-width: 559px) {
  .nav-toggle .global-nav .btn-nav {
    padding: 5vw 6vw;
  }
  .nav-toggle .global-nav .btn-nav .tel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 4vw 0;
  }
  .nav-toggle .global-nav .btn-nav .tel span {
    font-size: 4vw;
    padding: .3vw 2vw 1vw;
    line-height: 5.6vw;
    margin: 0 auto 2vw;
    order: 1;
  }
  .nav-toggle .global-nav .btn-nav .tel a {
    order: 2;
    background-position: left top 2.4vw;
    background-size: 10vw auto;
    font-size: 8vw;
    padding: 1vw 0 1vw 13vw;
  }
  .nav-toggle .global-nav .btn-nav ul {
    flex-wrap: wrap;
  }
  .nav-toggle .global-nav .btn-nav ul li {
    width: 100%;
    margin: 0 0 2vw;
  }
  .nav-toggle .global-nav .btn-nav ul li a {
    border-radius: 7vw;
    height: 14vw;
    font-size: 3.6vw;
    padding: 0;
  }
  .nav-toggle .global-nav .btn-nav ul li a span {
    padding: 0 0 0 9vw;
    top: 0;
  }
  .nav-toggle .global-nav .btn-nav ul li a span:before {
    font-size: 7vw;
    top: .5vw;
  }
  .nav-toggle .global-nav .btn-nav ul li:last-of-type {
    margin: 0;
  }
  .nav-toggle .global-nav .global-nav__list {
    padding: 0 0 20vw;
  }
  .nav-toggle .icon-access {
    position: fixed;
    right: 6.6rem;
    top: 11px;
    z-index: 100;
  }
  .nav-toggle .icon-access a {
    color: #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 4rem;
    line-height: 0;
    background: #71aa47;
    font-size: 2.4rem;
    font-family: "Material Icons";
  }
}

.nav-open .hamburger {
  top: 2.4rem;
  right: 3rem;
}
.nav-open .global-nav {
  right: auto;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  flex-wrap: wrap;
  align-content: start;
}
.nav-open .global-nav .global-nav__list {
  margin: 0 0 2rem;
  width: 90%;
  margin: 0 5% 4rem;
}
.nav-open .global-nav .global-nav__list li a {
  display: block;
  color: #fff;
  border-bottom: 1px solid #d4e5c7;
  position: relative;
  padding: 1rem 0;
}
.nav-open .global-nav .global-nav__list li a:before {
  font-family: "Material Icons";
  font-size: 2rem;
  color: #fff;
  position: absolute;
  right: 0;
  top: 1rem;
  content: "navigate_next";
}
.nav-open .global-nav .btn-nav {
  padding: 4.2rem 5rem;
  background: #fff;
  border-radius: 5px;
  width: 90%;
  box-sizing: border-box;
  margin: 0 5%;
}
.nav-open .global-nav .btn-nav .tel {
  margin: 0 1.6rem 2.8rem 0;
  text-align: center;
}
.nav-open .global-nav .btn-nav .tel span {
  background: #eb8282;
  color: #fff;
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  padding: 0 .6rem .1rem;
  display: inline-block;
  line-height: 2.1rem;
  margin: 0 1.4rem 0 0;
}
.nav-open .global-nav .btn-nav .tel a {
  font-size: 4.7rem;
  font-weight: 400;
  background: url("../img/icon-freedial.png") no-repeat left center/6.3rem auto;
  padding: 0 0 0 7.9rem;
}
.nav-open .global-nav .btn-nav ul {
  display: flex;
  justify-content: center;
}
.nav-open .global-nav .btn-nav ul li {
  width: 50%;
}
.nav-open .global-nav .btn-nav ul li a {
  text-align: center;
  color: #fff;
  border-radius: 5rem;
  height: 5rem;
  font-size: 1.5rem;
  font-weight: 400;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 3rem;
  box-sizing: border-box;
}
.nav-open .global-nav .btn-nav ul li a span {
  position: relative;
  padding: 0 0 0 3.6rem;
  top: -.1rem;
  letter-spacing: 0;
}
.nav-open .global-nav .btn-nav ul li a span:before {
  font-family: "Material Icons";
  font-size: 3rem;
  position: absolute;
  left: 0;
  top: .1rem;
}
.nav-open .global-nav .btn-nav ul li:first-of-type a {
  background: #519da6;
  border: 3px solid #519da6;
}
.nav-open .global-nav .btn-nav ul li:first-of-type a span:before {
  content: "email";
}
.nav-open .global-nav .btn-nav ul li:first-of-type a:hover {
  border: 3px solid #519da6;
  background: #fff;
  color: #519da6;
  opacity: 1;
}
.nav-open .global-nav .btn-nav ul li:first-of-type a:hover span:before {
  color: #519da6;
}
.nav-open .global-nav .btn-nav ul li:last-of-type {
  margin: 0 0 0 1rem;
}
.nav-open .global-nav .btn-nav ul li:last-of-type a {
  background: #71aa47;
  border: 3px solid #71aa47;
}
.nav-open .global-nav .btn-nav ul li:last-of-type a span:before {
  content: "comment";
  top: .3rem;
}
.nav-open .global-nav .btn-nav ul li:last-of-type a:hover {
  border: 3px solid #71aa47;
  background: #fff;
  color: #71aa47;
  opacity: 1;
}
.nav-open .global-nav .btn-nav ul li:last-of-type a:hover span:before {
  color: #71aa47;
}
.nav-open .black-bg {
  opacity: .8;
  visibility: visible;
  background: #000;
}
.nav-open .hamburger__line--1 {
  transform: rotate(45deg);
  top: 20px !important;
  background: #fff !important;
}
.nav-open .hamburger__line--2 {
  width: 0 !important;
  left: 50% !important;
  background: #71aa47 !important;
}
.nav-open .hamburger__line--3 {
  transform: rotate(-45deg);
  top: 20px !important;
  background: #fff !important;
}

footer {
  background: #301b0b;
}
footer ul {
  display: flex;
  justify-content: center;
  padding: 3rem 0;
}
footer ul li {
  margin: 0 1rem;
}
footer ul li a {
  color: #fff;
  text-decoration: underline;
}
footer ul li a:hover {
  text-decoration: none;
}
@media (max-width: 559px) {
  footer ul {
    flex-wrap: wrap;
  }
  footer ul li {
    width: 100%;
    margin: .4rem 0;
    text-align: center;
  }
}

small {
  display: block;
  font-style: normal;
  text-align: center;
  padding: 3rem 0;
  font-size: 1.6rem;
  letter-spacing: 2px;
}

/* -----------------------------------------
		top
----------------------------------------- */
#mv p {
  line-height: 0;
}
#mv p.logo-message {
  text-align: center;
  margin: 2rem 0 3rem;
}
#mv p.logo-message img {
  width: 40%;
}

#content {
  padding: 8rem 0;
}
#content .title {
  text-align: center;
}
#content .title h2 {
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
  z-index: 1;
  position: relative;
  display: inline-block;
  margin: 0 0 6rem;
  min-width: 20rem;
}
#content .title h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2rem;
  width: 100%;
  height: 5px;
  display: block;
  transform: skewX(-28deg);
  background: #000;
  z-index: -1;
}
@media (max-width: 559px) {
  #content .title h2 {
    font-size: 2.2rem;
  }
}
#content img {
  height: auto;
}
#content p {
  margin: 0 0 3.6rem;
  line-height: 4rem;
  font-size: 1.8rem;
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#content p.message {
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 3.8rem;
  margin: 0 0 3.6rem;
}
#content p.message:last-of-type {
  margin-bottom: 5rem;
}
#content table {
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
#content h3 {
  margin: 0 0 2rem;
}
#content .wp-block-table table {
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
}
#content .wp-block-table table tr td {
  border-left: 1px solid #666;
  border-top: 1px solid #666;
  padding: 1rem 2rem;
}
#content .wp-block-table table tr td:nth-of-type(1) {
  font-weight: 700;
}
@media (max-width: 559px) {
  #content .wp-block-table table tr {
    display: block;
  }
  #content .wp-block-table table tr td {
    display: block;
    background: #fff;
  }
  #content .wp-block-table table tr td:nth-of-type(1) {
    background: #eee;
  }
}
#content .container {
  padding: 0 20rem;
  box-sizing: border-box;
}
@media (max-width: 959px) {
  #content .container {
    padding: 0 3rem;
  }
}
#content.content-index {
  padding: 8rem 0;
  background: url("../img/bg01.jpg") no-repeat center top/100% auto;
  text-align: center;
}
#content.content-index h2 {
  font-family: fot-tsukubrdgothic-std, sans-serif;
}
@media (max-width: 959px) {
  #content.content-index {
    padding: 8rem 3rem;
  }
  #content.content-index p {
    text-align: left;
  }
}
@media (max-width: 559px) {
  #content.content-index {
    padding: 6rem 3rem;
  }
}
#content.content-session .container ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#content.content-session .container ul li {
  border: 3px solid #ccc;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  margin: 0 1rem 2rem;
  width: 47%;
  box-sizing: border-box;
}
#content.content-session .container h2:nth-of-type(2) {
  margin-top: 9rem;
}
@media (max-width: 559px) {
  #content.content-session .container ul {
    justify-content: space-between;
  }
  #content.content-session .container ul li {
    margin: 0 0 2rem;
    box-sizing: border-box;
    width: 48%;
  }
}
#content.content-company .container table {
  margin: 0 0 5rem;
}
#content.content-company .container table tr td {
  padding: .6rem 2rem;
}
#content.content-company .container table tr td:first-of-type {
  font-weight: 700;
}
#content.content-contact .container #contact-form dl {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #ccc;
  padding: 1.6rem 0;
}
#content.content-contact .container #contact-form dl dt {
  width: 24%;
  white-space: nowrap;
  margin: 0 3rem 0 0;
}
#content.content-contact .container #contact-form dl dd {
  flex: 1;
  width: 100%;
}
#content.content-contact .container #contact-form dl dd input, #content.content-contact .container #contact-form dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 1.4rem 1.6rem;
  border-radius: 5px;
  border: 1px solid #ccc;
}
#content.content-contact .container #contact-form dl dd input[type="checkbox"] {
  display: inline;
  width: auto;
}
#content.content-contact .container #contact-form dl dd .contact-pref input {
  width: 20%;
  margin-bottom: 1rem;
}
#content.content-contact .container #contact-form p {
  text-align: center;
  margin: 3rem 0 8rem;
}
#content.content-contact .container #contact-form p input {
  border: none;
  background: #e95858;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  color: #fff;
  cursor: pointer;
  padding: 1.6rem 7rem 1.7rem;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  transition: .3s;
}
#content.content-contact .container #contact-form p input:hover {
  opacity: .8;
}
#content.content-contact .container #contact-form p a {
  text-decoration: underline;
}
@media (max-width: 559px) {
  #content.content-contact .container #contact-form dl {
    flex-wrap: wrap;
  }
  #content.content-contact .container #contact-form dl dt {
    width: 100%;
    margin: 0;
  }
  #content.content-contact .container #contact-form dl dd {
    width: 100%;
  }
}
#content.content-privacy .container ul {
  margin: 0 0 3.6rem;
}
#content.content-privacy .container ul li {
  position: relative;
}
#content.content-privacy .container ul li:before {
  content: "●";
}

#news {
  background: #f2f2f2;
  padding: 9rem 0;
}
#news .container h2 {
  font-family: "Century Gothic", "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 3.6rem;
  font-weight: 700;
  margin: 0 0 3rem;
}
#news .container h2 span {
  display: block;
  font-family: "Noto Sans JP", YuGothic, "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 1.4rem;
  font-weight: 300;
  margin: 1rem 0 0;
  letter-spacing: 2px;
}
#news .container .wrap {
  display: flex;
  justify-content: flex-start;
}
#news .container .wrap article {
  width: 22%;
  margin: 0 4% 0 0;
}
#news .container .wrap article time {
  font-weight: 700;
}
#news .container .wrap article .img img {
  height: 20rem;
  object-fit: cover;
}
#news .container .wrap article:last-of-type {
  margin-right: 0;
}
@media (max-width: 959px) {
  #news .container .wrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #news .container .wrap article {
    width: 48%;
    margin: 0 0 2rem;
  }
  #news .container .wrap article .img img {
    width: 100%;
  }
}
@media (max-width: 559px) {
  #news {
    padding: 5rem 0;
  }
  #news .container h2 {
    font-size: 2.8rem;
  }
  #news .container h2 span {
    font-size: 1.2rem;
  }
  #news .container .wrap {
    flex-wrap: wrap;
  }
  #news .container .wrap article {
    width: 100%;
    margin: 0 0 3rem;
  }
  #news .container .wrap article .img img {
    width: 100%;
  }
}

/* -----------------------------------------
		blog
----------------------------------------- */
.wp-block-table.is-style-stripes {
  border-bottom: none !important;
}

.news #key h1, .news #key p,
.single #key h1,
.single #key p {
  color: #000;
}
.news #key h1:after, .news #key p:after,
.single #key h1:after,
.single #key p:after {
  background: #000;
}
.news .data,
.single .data {
  text-align: center;
}

.news #content .container {
  padding: 0 3rem;
}
.news #content .container #news {
  background: none;
  padding: 0;
}
.news #content .container #news .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.news #content .container #news .wrap article {
  width: 23%;
}
.news #content .container #news .wrap article .img {
  margin: 0;
}
.news #content .container #news .wrap article .img img {
  height: 21rem;
  object-fit: cover;
  width: 100%;
}
.news #content .container #news .wrap article time {
  font-weight: 700;
}
.news #content .container #news .wrap article .title {
  text-align: left;
}
@media (max-width: 959px) {
  .news #content .container #news .wrap article {
    width: 48%;
    margin: 0 0 3rem;
  }
}
@media (max-width: 559px) {
  .news #content .container #news .wrap article {
    width: 100%;
  }
  .news #content .container #news .wrap article .img img {
    height: 48vw;
  }
}
