@charset "UTF-8";

/* ============================================================
   Design tokens
   ============================================================ */
:root {
    --wp--preset--font-size--small: 10px;
    --wp--preset--font-size--medium: 17px;
    --wp--preset--font-size--large: 32px;
    --wp--preset--font-size--x-large: 51px;
  }
@media (max-width: 767px) {
  :root {
    --wp--preset--font-size--small: 10px;
    --wp--preset--font-size--medium: 15px;
    --wp--preset--font-size--large: 28px;
    --wp--preset--font-size--x-large: 36px;
  }

}
/*--------------------
BASE
--------------------*/
html{
  font-size:106.25%;
  scroll-behavior: smooth;
  overflow-x: hidden;
  word-break:break-all;
  height: 100%;
}
body{
  margin: 0;
  padding: 0;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
main{
  width:100%;
  max-width:83rem;
  margin:0 auto;
}
@media (max-width: 767px) {
  main{
    margin:4rem auto 0 auto;
  }

}
.wrapper{
  flex: 1;
  position:relative;
}
section{
  width:100%;
  border-bottom:1px solid #000;
  padding:4rem;
}
section:last-of-type{
  border-bottom:none;
}

@media (min-width: 768px) and ( max-width:1099px)  {
    section{
    padding:2rem;
  }

}
@media (max-width: 767px) {
  section{
    padding:1rem;
  }
}

a{
  text-decoration: none;
}

.pc{
  display:initial;
}
  .tab{
  display:none;
}

.sp{
  display:none;
}
@media (min-width: 768px) and ( max-width:1099px)  {
    .pc{
    display:none;
  }
    .tab{
    display:initial;
  }
  .sp{
    display:none;
  }
}

@media (max-width: 767px) {
    .pc{
    display:none;
  }
    .tab{
    display:none;
  }
  .sp{
    display:initial;
  }
}

h2{
  font-size:3rem;
  font-weight:800;
  line-height: 1.5em;
  margin-bottom: 0.75em;
  text-transform: uppercase;
}
h3{
  font-size:2.25rem;
  font-weight:800;
  margin-bottom: 0.75em;
}

h4{
  font-size:1.75rem;
  font-weight:800;
  margin-bottom: 0.75em;
}

h5{
  font-size:1.25rem;
  font-weight:800;
  margin-bottom: 0.75em;
}



p{
  margin-bottom:1em;
  line-height:2;
  letter-spacing: 0.1em;
}
@media (max-width: 767px) {
  h2{
  font-size:2rem;
  }
  h3{
    font-size:1.5rem;
  }
}

.breadcrumbs{
  margin-top:8rem;
  margin-left:2rem;
}

button, input, optgroup, select, textarea {
    -webkit-appearance:auto;
    appearance: auto;
    }
@media (max-width: 767px) {
  .breadcrumbs{
  margin-top: 6rem;
  margin-left: 1rem;
  margin-bottom: 2rem;
  font-size: 0.63rem;
}

}
/*--------------------
BLOCK EDITOR
--------------------*/
body .wp-block-columns.is-layout-flex{
   align-items: stretch;
   gap:0 3rem;
}
.wp-block-media-text {
    box-sizing: border-box;
    direction: ltr;
    display: grid;
    grid-template-columns: 50% 1fr;
    grid-template-rows: auto;
    margin-bottom:4rem;
    gap:0 3rem;
}
@media ( max-width:1099px)  {
  .wp-block-media-text {
    gap:0 1rem;
  }
}
@media ( max-width:767px)  {
  .wp-block-media-text.is-stacked-on-mobile{
    display:block;
    margin-bottom:0;
  }
}

.wp-block-media-text:last-of-type{
  margin-bottom:0;
}

.wp-block-media-text > .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin: 0;
}
.wp-block-media-text > .wp-block-media-text__content {
    direction: ltr;
    grid-column: 2;
    grid-row: 1;
    padding: 2rem;
    word-break: break-word;
  }
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content {
    grid-column: 1;
    grid-row: 1;
}
.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media {
    grid-column: 2;
    grid-row: 1 /*!rtl:end:ignore*/;
}
.wp-block-media-text__media{
  width:100%;
  height:100%;
}
.wp-block-media-text__media img{
  width:100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-button__link{
  background-color:#0038ad;
  color: #fff;
  border-radius: 9999px;
  box-shadow: none;
  text-decoration: none;
  padding: calc(.667em + 2px) calc(1.333em + 2px);
  font-size: 1.125em;
  margin-top:2rem;
  transition:0.3s;
}
.wp-block-button__link:hover{
  background: #9ee01e;
}
@media ( max-width:767px)  {

  body .is-layout-flex{
      display: block;
    }
  .wp-block-buttons>.wp-block-button{
    margin-bottom:2em;
  }
}

body .banner_btn.is-layout-flex{
  width:100%;
  max-width:60rem;
  margin:4rem auto;
  justify-content: flex-start;
  align-items: center;
  padding:2rem; 
  gap:0;
}
@media ( max-width:1099px)  {
  body .banner_btn.is-layout-flex{
      width:calc(100% - 4rem);
  }
}

.banner_btn h2{
  font-size:2em;
  margin:0;
  padding:0 7rem 0 0;
  display:inline-block;
}

.banner_btn h2:after{
  font: var(--fa-font-solid);
  content: "\f054";
  color:#fff;
  display:inline-block;
  width:1em;
  height:0.75em;
  margin-left: 2.3rem;
  margin-top: 0.5em;
  transition:0.3s;
  position:absolute;
  z-index:1;

}
.banner_btn h2 a{
  transition:0.3s;
  line-height: 2;
  position: relative;
}
.banner_btn h2 a:hover{
  color:#9ee01e;
}

.banner_btn h2 a:after{
  position:absolute;
  display: inline-block;
  margin-left:1rem;
  content: "";
  background:#0038ad;
  border-radius:50% 50%;
  width:2em;
  height:2em;
  z-index:0;
}


.banner_btn p{
  margin: 1.5rem 0;
  padding-left:2rem;
}
@media ( max-width:767px)  {
    .banner_btn p{
    padding-left:0;
  }
}
.banner_btn .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-of-type{
  border-left:1px solid #000;
}
@media ( max-width:767px)  {
    .banner_btn p{
    padding-left:0;
  }
    .banner_btn .wp-block-column.is-layout-flow.wp-block-column-is-layout-flow:last-of-type{
    border-left:none;
  }
}

.wp-block-image img{
  border-radius: 0.5rem;
}
.wp-block-heading{
  margin-top:4rem;
}
.wp-block-group .wp-block-heading{
    margin-top:0;
}
.wp-block-group .wp-block-column > h2,.wp-block-group .wp-block-column > h3,.wp-block-group .wp-block-column > h4,.wp-block-group .wp-block-column > h5{
  margin-top:-0.25em;
}
.wp-block-group .wp-block-column figure + h2,.wp-block-group .wp-block-column figure + h3,.wp-block-group .wp-block-column figure + h4,.wp-block-group .wp-block-column figure + h5{
  margin-top:1em;
}



a.wp-block-button__link.wp-element-button{
  width:auto;
  display: block;
  margin-top: 0;
}
p + div div a.wp-block-button__link.wp-element-button{
  margin-top:1rem;
}
ul + div div a.wp-block-button__link.wp-element-button{
  margin-top:1rem;
}
.wp-block-table td, .wp-block-table th{
  padding:0.9em 1em;
}
.wp-block-group .wp-block-column{
  border-radius: 0.5rem;
}
.wp-block-group .wp-block-column .wp-block-group{
  padding:2rem;
  border-radius: 0.5rem;
}
.wp-block-cover, .wp-block-cover-image{
    border-radius: 0.5rem;
    min-height:35vh;
}
  .wp-block-cover .wp-block-buttons>.wp-block-button{
    margin-bottom:0;
  }


.marker {
  background: linear-gradient(to bottom, #e6ff33 0%, #daff00 100%);
  background-repeat: no-repeat;
  background-size: 100% 0.5em;
  background-position: 0 100%;
}

.is-vertically-aligned-center{
  display:flex;
  align-items: center;
}
@media ( max-width:767px)  {
  .wp-block-group .wp-block-column{
    margin-bottom:1rem;
  }
  .wp-block-cover, .wp-block-cover-image{
    min-height:50vw;
  }
  .wp-block-buttons.is-content-justification-center{
    text-align:center;
  }
}
/*--------------------
HISTORY TABLE
--------------------*/
.wp-block-table .has-fixed-layout{
  table-layout: auto;
}
#history .wp-block-table td, .wp-block-table th{
  border:none;
}
#history table tr td:first-of-type{
  border-right:1px solid #000;
  text-align: right;
}



/*--------------------
HEADER / NAVIGATION
--------------------*/
header{
  width:100%;
  height:4rem;
  position:fixed;
  top:0;
  left:0;
  z-index:10;
  font-size:0;
  transition:0.3s;
  background: rgba(255, 255, 255, 0.7);
}

header.fixed,header#sub.fixed{
  background:rgba(0, 0, 0, 0.7);
}
header#sub{
  background:rgba(255, 255, 255, 0.7);
}


@media (max-width: 767px) {
  header.fixed,header#sub{
    background:none;
  }
  header.fixed, header#sub.fixed{
    background:none;
  }
  header#sub h1{
    color:#000;
  }
}

header .inner{
  width: 100%;
  max-width: calc(100% - 2rem);
}
.logo_wrap{
  position:absolute;
  top:0;
  left:1rem;
}
.logo_wrap a{
  color:#000;
  transition:0.3s;
}
.logo_wrap a:hover{
  color:#9ee01e;
}
.logo_wrap a:hover img{
  opacity:0.6;
}

.logo{
    display: inline-block;
    vertical-align: middle;
    height: 4rem;
    font-size: 1rem;
    line-height:4rem;
    position:relative;
    z-index:999;
  }
.logo img{
  height:calc(100% - 1rem);
  width:auto;
  margin:0.5rem 0;
  transition:0.3s;
}
.logo h1{
  font-size:1.23rem;
  line-height:4rem;
  vertical-align: top;
  margin-left:1rem;
  display: inline-block;
  transition:0.3s;
  margin-block-start: 0;
  margin-block-end: 0;
  transition:0.3s;
}
.fixed .logo h1{
  color:#fff;
}
@media (max-width: 767px) {
  .logo h1{
    font-size:0.63rem;
    margin-left:0.5rem;
  }

}

header nav{
  height:5rem;
  width: 100%;
  position: absolute;
  height: 5rem;
  display: inline-block;
  right: 0;
}
header nav ul{
  text-align:right;
  padding:0.5rem 0;
}
header nav li{
  font-size:0.85rem;
  line-height:3rem;
  padding:0 1em;
  display:inline-block;
  text-align:left;
}
header nav li:first-of-type{
  padding:0 1em 0 0;
}

header nav li:last-of-type{
  padding:0 0 0 1em;
  margin-right:2rem;
}
header nav li:last-of-type span{
  background:#0038ad;
  padding: 0.5em 0.5em 0.5em 1em;
  color:#fff;
  border-radius: 9999px;
  transition:0.3s;
}

@media (hover: hover) {
  header nav li:last-of-type a:hover span{
    background: #9ee01e;
  }
}
header nav li a{
  color: #000;
  transition:0.3s;
}
header.fixed nav li a{
  color:#fff;
}
header nav li a:hover{
  color: #9ee01e;
}

header nav li a > span:after{
  font: var(--fa-font-solid);
  content: "\f054";
  color:#000;
  display:inline-block;
  width:1em;
  height:0.75em;
  margin-left:0.5em;
  transition:0.3s;
}
header nav li a:hover > span:after{
    color: #9ee01e;
}

header.fixed nav li a > span:after{
  color:#fff;
}
header nav li:last-of-type a > span:after{
  color:#fff;
}




@media (hover: hover) {
  header nav li a:hover > span:after{
    color:#9ee01e;
    width:1em;
    height:0.75em;
  }
}
@media (max-width: 1139px) {
  header nav li{
    padding:0 0.5em;
    color:#fff;
  }
  header nav li:first-of-type{
    padding:0 0.5em 0 0;
  }

  header nav li:last-of-type{
    padding:0 0 0 0.5em;
  }
}
@media (max-width: 1039px) {
  .logo img {
    height:calc(75% - 1rem);
    margin: 1rem 0;
  }
  .logo span{
    font-size:0.85rem;
  }
}
@media (max-width: 974px) {
  .logo span{
    font-size:0;
  }
}

@media (max-width: 767px) {
  header{
    background:rgba(0, 0, 0,0.7);
  }
  header .inner{
    width:100%;
    max-width:100%;
    height:100vh;
    background:rgba(0, 0, 0,0.85);
    position:relative;
    padding:4rem 2rem 2rem;
  }
  header nav{
    width:100%;
    text-align:left;
    position:relative;
  }
  header nav ul{
    padding: 2rem 0;
  }
  header nav li{
    font-size:1rem;
    display:block;
    margin-bottom:1rem;
    padding:0 1rem;
    font-size:1.23rem;
  }
  header nav li:first-of-type{
    margin:0 0 1rem 0;
    padding:0 1rem;
  }
  header nav li:last-of-type{
    padding:0 1rem;
  }
  header nav li:last-of-type{
    color:#fff;
  }

  header nav li:last-of-type span{
    border:none;
    padding:0;
  }
  .logo span{
    font-size:1rem;
    margin-left:0;
  }
  .comp_name.vanished{
    font-size:0;
  }
  header .logo{
    color:#fff;
  }

  header nav li a{
    color:#fff;
  }
  header.fixed nav li a{
    color:#fff;
  }
  header nav li:last-of-type span{
    background:none;
  }
  header nav li a > span:after{
    color:#fff;
  }
header nav li:first-of-type{
  display: block;
        margin-bottom: 1rem;
        padding: 0 1rem;
        font-size: 1.23rem;
    }
    header .address{
      font-size: 1rem;
    line-height: 2em;
    color: #fff;
    }
    header .address .call{
      font-size:2rem;
      margin-top:1rem;
      position: relative;
      display:block;
    }
    header .address .call:after{
      font-family: "Font Awesome 6 Free";
      font: var(--fa-font-solid);
      content: "\f095";
      color:#0038ad;
    margin-right:0.5em;
    font-size:0.5em;
    position: absolute;
        font-size: 0.5em;
        left: 0.5em;
        top: 0.45em;
    }
    header .address .call:before{
background: #fff;
        content: "";
        display: inline-block;
        width: 2rem;
        height: 2rem;
        margin-bottom: -0.1em;
        margin-right: 0.3em;
        border-radius: 50%;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        }

}

/* ==========================================================================
  toggle
  ========================================================================== */
  .toggle {
    cursor: pointer;
    height: 3rem;
    min-width: 3rem;
    position: fixed;
    top: 0.5rem;
    right: 0.5rem;
    width: 3rem;
    z-index: 9998;
    border:1px solid #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .toggle span {
    -webkit-transition: 0.3s ease-in-out;
    border-bottom: solid 3px #fff;
    display: block;
    position: absolute;
    right: 0.5rem;
    transition: 0.35s ease-in-out;
    width: 1.8rem;
    transition:0.3s;
  }
  .fixed .toggle{
    border:1px solid #000;
    background: #fff;
  }
  .fixed  .toggle span{
    border-bottom: solid 3px #000;
  }
  .toggle span:nth-child(1) {
    top: 0.65rem;
  }
  .toggle span:nth-child(2) {
    top: 1.35rem;
  }
  .toggle span:nth-child(3) {
    top: 2.1rem;
  }

  .toggle.active {
    background: transparent;
    border:none;
  }
  .toggle.active span{
    border-bottom: solid 3px #fff;
    width:2.5rem;
  }

  .toggle.active span:nth-child(1) {
    -webkit-transform: rotate(-45deg);
    top: 1.5rem;
    transform: rotate(-45deg);
  }
  .toggle.active span:nth-child(2), .toggle.active span:nth-child(3) {
    -webkit-transform: rotate(45deg);
    top: 1.5rem;
    transform: rotate(45deg);
  }
  
  @media (min-width: 783px) {
    .toggle {
      display: none;
    }
  }
    #sub .toggle {
      border: 1px solid #000;
    }
    #sub .toggle span{
      border-bottom: solid 3px #000;
    }
     #sub .toggle.active {
    background: transparent;
    border:none;
  }
    #sub .toggle.active span{
    border-bottom: solid 3px #fff;
    width:2.5rem;
  }

/*--------------------
CONTACT FORM
--------------------*/
.wpcf7 {
}
.wpcf7 ul{
  width:100%;
  max-width:800px;
  margin:0 auto;
}
.wpcf7 ul li {
  margin-bottom:1rem;
}
.wpcf7 ul li:last-child{
  margin-bottom:0;
}

.wpcf7 ul li span{
  display:block;
  margin-bottom:0.5rem;
  text-align:left;
}
.wpcf7 ul li input{
  padding: 0.5em 1em;
  border-radius: 5px 5px;
  border:1px solid #888;
  line-height: 2rem;
  width:100%;
}
.wpcf7 ul li textarea{
    padding: 0.5em 1em;
  border-radius: 5px 5px;
  border:1px solid #888;
  width:100%;
}

input[type=checkbox] {
  width:2rem;
-moz-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    margin-top: -0.1em;
}
.wpcf7 input[type="submit"]{
  background-color: #0038ad;
    color: #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    margin:2rem auto 4rem auto;
    display: block;
    margin-bottom:4rem;
    transition: 0.3s;
  }
  .wpcf7 input[type="submit"]:hover{
    background-color:#9ee01e;
  }

.wpcf7-list-item.first.last label{
  display:block;
  margin:2rem auto 0 auto;
  text-align:center;
}
.screen-reader-response ul{
  display:none;
}
.screen-reader-response p{
  text-align:center;
}
/*--------------------
FOOTER
--------------------*/

#page-top{
  right:1rem;
  bottom:0;
  color:#0038ad;
  transition:0.3s;
}
#page-top p{
  margin-bottom:0;
}
#page-top p:before{
  font: var(--fa-font-solid);
  content: "\f077";
  display:block;
  width: 2rem;
  height: 1.75rem;
  margin-left:0.75rem;
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
  transition:0.3s;
}
@media (hover: hover) {
  #page-top:hover{
    color:#9ee01e;
  }
  #page-top:hover .totop_arrow span{
    width: 2rem;
    height: 1.75rem;
    margin-top: -0.25rem;
  }
  #page-top:hover p:before{
      margin-bottom: 0;
  }

}
#page-top p{
  font-weight:700;
}
footer {
  background: #3a3a3a;
  margin-top:4rem;
  color: #fff;
  text-align: left;
}
footer .inner{
  width:100%;
  margin:0 auto;
  max-width:74rem;
  padding:4rem 0;
  display:flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border:none;
}
@media ( max-width:1099px)  {
  footer .inner{
  width:calc(100% - 4rem);
}
}

footer .logo img{
  margin:0;
  width:100%;
  vertical-align: top;
}
.company_prof .logo{
  font-size:0;
}

.company_prof .logo span{
  display:inline-block;
  font-size:1.23rem;
  margin-left:1em;
}
.company_prof .logo span.mark{
  width:4rem;
  margin-left:0;
}
.company_prof p{
  font-size:1rem;
}
.footer_nav ul{
  display:inline-block;
  vertical-align: top;
  margin-right:2rem;
}
.footer_nav ul:last-of-type{
  margin-right:0;
}

.footer_nav ul li{
  margin-left:1em;
  margin-top:1em;
}
.footer_nav ul li:first-of-type{
  margin-left:0;
  margin-top:0;
}
footer a > span:after{
  font-family: "Font Awesome 6 Free";
  font: var(--fa-font-solid);
  content: "\f054";
  display: inline-block;
  background-size: contain;
  width: 1em;
  height: 0.75em;
  margin-left: 0.5em;
  transition: 0.3s;
}
@media (hover: hover) {
  footer a:hover > span:after{
  font: var(--fa-font-solid);
  content: "\f054";
    background-size: contain;
    width: 1em;
    height: 0.75em;
  }
}
@media (max-width: 767px) {
  .company_prof .logo span{
    font-size:0.63rem;
  }
  footer .inner {
    width: calc(100% - 4rem);
  }
  
  .footer_nav{
    margin-top:2rem;
  }
  .footer_nav ul{
    display:block;
  }
  .footer_nav ul li{
    margin-bottom:1em;
  }
}





/*--------------------
TOP
--------------------*/
#mv{
  width:100%;
  height:97vh;
  position: relative;
  margin:0;
}
.mv_bg{
  width:100%;
  height:100%;
  position: relative;
  z-index:-999;
}
.mv_bg img{
  width:100%;
  height:100%;
  object-fit: cover;
}
#mv h2{
  text-shadow: #000 1px 0 10px;
  width:calc(100% - 8rem);
  margin-bottom:0;
  position:absolute;
  left:3rem;
  bottom:3rem;
  font-size:3rem;
  font-weight:800;
  color:#fff;
  line-height:1.25;
}
#mv h2 span{
  display: block;
  font-size:1rem;
  font-weight:400;
  max-width:40rem;
  margin:0.75em 0;
  line-height:1.75;
}
.wp-block-group__inner-container #news,.wp-block-group__inner-container #seminar{
  width:100%;
  max-width:60rem;
  margin:0 auto;
}
.c2{
  width:50%;
}
.c3{
  width:calc(100% / 3);
}
.c4{
  width:25%;
}
.c5{
  width:calc(100% / 5);
}
#news ul, #seminar ul{
  margin:2.1rem 2rem;
  list-style: none;
}
@media (max-width: 767px) {
  .wp-block-group__inner-container #news,.wp-block-group__inner-container #seminar{
    margin:0 auto 3rem auto;
  }
  #news ul, #seminar ul{
  margin:1.1rem 1rem;
}
.mv_bg{
  background:#000;
}
.mv_bg img{
  opacity: 0.7;
}

#mv h2{
  width: calc(100% - 6rem);
  font-size:2rem;
}
}
#news ul li, #seminar ul li{
  padding:1rem 0;
  border-bottom:1px dotted #000;
  transition:0.3s;
  position:relative;
}
#news ul li:after, #seminar ul li:after{
  font: var(--fa-font-solid);
    content: "\f054";
    color: #fff;
    display: inline-block;
    width: 1em;
    height: 0.75em;
    top: 1.5em;
    right: 0.35em;
    transition: 0.3s;
    position: absolute;
}
#news ul li div,#news ul li div{
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width:100%;
  height: 2em;
  line-height:2em;
  padding-right:3em;
  position:relative;
}
#news ul li div span,#news ul li div span{
  width:100%;
}

#news ul li div:after, #seminar ul li div:after{
  position: absolute;
  right:0;
  margin-bottom:-0.5em;
  content: "";
  background:#0038ad;
  border-radius:50% 50%;
  width:2em;
  height:2em;
  z-index:-2;
}


#news ul li:first-of-type, #seminar ul li:first-of-type{
  padding:0 0 1rem;
}
#news ul li:first-of-type:after, #seminar ul li:first-of-type:after{
    top: 0.5em;
  }


#news ul li:last-of-type, #seminar ul li:last-of-type{
  padding-bottom:0;
  border-bottom:none;
}
#news ul li a, #seminar ul li a{
  color:#000;
  transition:0.3s;
}
@media (hover: hover) {
  #news ul li a:hover, #seminar ul li a:hover{
    color:#9ee01e;
  }
}

#news ul li a span.cat, #seminar ul li a span.cat{
  display:inline-block;
  background:#000;
  color:#fff;
  margin:0 1rem;
  padding:0 1rem;
  font-size:0.7rem;
  line-height: 1.5rem;
  vertical-align: middle;
}
#news ul li a span.cat:after, #seminar ul li a span.cat:after{
  content:none;
}

#news h1{
  font-size: 1.5rem;
  margin-bottom:1rem;
  font-weight: 700;
}

.news__cat{
    background-color: #0038ad;
    color:#fff;
    border-radius: 9999px;
    padding: 0.3em 1em 0.25em;
    margin-right: 1rem;
}

.post{
  width:100%;
  max-width:1024px;
  margin-top:2rem;
  margin-bottom: 3rem;
}

.list_back{
  display: block;
  margin-top:2rem;
  text-align:center;
    background-color: #0038ad;
    color: #fff;
    border-radius: 9999px;
    box-shadow: none;
    text-decoration: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    font-size: 1.125em;
    margin: 2rem auto;
    transition: 0.3s;
}

@media (max-width: 767px) {
  h4 > span{
    font-size: 1.75rem;
    padding: 0.6rem 1.3rem 0.6rem 1.5rem;
  }

}

.wp-block-column{
  flex:1;
}
.wp-block-cover p{
  margin-bottom:0;
}
.has-text-align-center{
  text-align:center;
}
.wp-block-columns.is-layout-flex + .wp-block-columns.is-layout-flex{
  margin-top:3rem;
}
/*--------------------
SUB
--------------------*/
.twin{
  width:calc(50% - 1.5rem)
}
.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*--------------------
POST
--------------------*/

/*--------------------
POST-LIST
--------------------*/
.pagination{
  width:100%;
  font-size:2rem;
  margin:2rem auto;
  text-align:center;
}
.pagination a{
  margin:0 0 0 0.5em;
}
@media (max-width: 767px) {
  #news ul li div, #news ul li div {
    height:auto;
  }
  #news ul li div span, #news ul li div span {
    display: inline;
  }
  #news ul li div span.pc{
    display:none;
  }
  #news ul li div:after, #seminar ul li div:after{
    top: 1rem;
  }
  #news ul li:after, #seminar ul li:after {
    top:2.5rem;
  }
  #news ul li:first-of-type:after, #seminar ul li:first-of-type:after{
    top:1.5rem;
  }
}
/*--------------------
CONTACT / FORM
--------------------*/