@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
h2,h3{ font-weight: bold;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
body {
    -webkit-animation: fadeIn 1.5s ease 0s 1 normal;
    animation: fadeIn 1.5s ease 0s 1 normal;
  }

  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }

#header {
    background: #fff;
    width: 100%;
    padding: 10px;
    position: fixed;
    top: 0;
    z-index: 999;
    height: 60px;
    display: flex;
    align-items: center;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
h1.logo {
    margin: 0;
}
.logo img {
    width: 160px;
}

@media screen and (max-width:1200px) {

#g-nav {
    position: fixed;
    z-index: 999;
    top: 60px;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    border-top: 1px solid #1f2978;
}
#g-nav.panelactive{
    right: 0;
}

#g-nav ul {
    top: 50%;
    left: 50%;
    padding: 0;
    margin: 0;
}

#g-nav li{
	list-style: none;
}

#g-nav li a {
    color: #1f2978;
    text-decoration: none;
    padding: 10px 20px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px solid #1f2978;
    position: relative;
}
#g-nav li a::after {
    content: "";
    display: block;
    border-left: 3px solid #999;
    border-bottom: 3px solid #999;
    height: 12px;
    width: 12px;
    position: absolute;
    transform: rotate(225deg);
    top: 16px;
    right: 23px;
}
#g-nav li a.recbtn {
    background: #1f2978;
    color: #fff;
    width: 240px;
    padding: 1rem 0;
    text-align: center;
    margin: 1rem auto;
    border-radius: 8px;
}
#g-nav li:nth-of-type(6) a,#g-nav li:last-child a {
    border: none;
}
#g-nav li:nth-of-type(6) a::after,#g-nav li:last-child a::after {
    display: none;
}

.openbtn {
    position: fixed;
    z-index: 9999;
    top: 5px;
    right: 5px;
    cursor: pointer;
    width: 50px;
    height: 50px;
}
.openbtn span {
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #1f2978;
    width: 45%;
}

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}
#g-nav li a.tell {
    letter-spacing: 1px;
    font-size: 28px;
    display: block;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
}
#g-nav li a.tell::before {
    content: "";
    background-image: url(../img/ico-tell.png);
    display: inline-block;
    width: 20px;
    height: 30px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: middle;
    margin-right: 5px;
}
#mainvisual {
    margin-top: 60px;
}
.slider {
    position:relative;
    z-index: 1;
    width: 100%;
}
.slider-item img {
    width: 100%;
    object-fit: cover;
}
.slider, .slider-item, .slider-item img {
    height: 60vh;
}
  
.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -20px 0 0 0;
    padding: 0;
}
.slick-dots li {
    display:inline-block;
    margin:0 10px;
}
.slick-dots button {
    color: transparent;
    outline: none;
    width: 10px;
    height: 10px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.slick-dots .slick-active button{
    background:#1f2978;
}
.slick-prev, .slick-next {
    position: absolute;
    top: 34%;
    cursor: pointer;
    outline: none;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    height: 15px;
    width: 15px;
}
.slick-prev {
    left: -6.5%;
    transform: rotate(-135deg);
}
.slick-next {
    right: -6.5%;
    transform: rotate(45deg);
}

section {
    padding: 3rem 0;
}
h2 {
    text-align: center;
    font-size: 26px;
    margin-bottom: 1rem;
    color: #1f2978;
}
#about h3 {
    color: #1f2978;
    margin: 1rem 0;
    border-left: 10px solid;
    padding: 5px;
    line-height: 1.4;
}
#about .col-sm-6::after {
    content: "";
    background-image: url(../img/about1.jpg);
    height: 35vh;
    width: 100%;
    display: block;
    background-size: cover;
}
#about .col-sm-6:nth-of-type(2)::after {
    background-image: url(../img/about2.jpg);
}
#about .col-sm-6:nth-of-type(2) h3{
    margin-top: 3rem;
}
.marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}
.marquee__text {
    display: inline-block;
    padding-right: 0.5em;
    animation: marquee 20s linear infinite;
    color: #eef4ff;
    margin: 0;
    font-size: 60px;
    font-weight: bold;
    line-height: 0.8;
    margin-top: 1rem;
}
@keyframes marquee {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-100%); }
}
.ttl-bg {
    background-image: url(../img/facilities.jpg);
    height: 40vh;
    background-size: cover;
    position: relative;
    color: #fff;
    font-weight: bold;
    display: flex;
    align-items: end;
    padding-bottom: 1rem;
}
.ttl-bg h2 {
    color: #fff;
    font-size: 30px;
    text-align: left;
    margin-bottom: 5px;
}
.ttl-bg h2 small {
    font-size: 18px;
    vertical-align: middle;
    margin-left: 5px;
}
#facilities .inner {
    padding: 2rem;
    margin: -20px 0 0;
    background-image: linear-gradient(0deg, #4e5caf, #1f2978);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    position: relative;
}
ul.facilitie-list {
    padding: 0;
    width: 100%;
    color: #fff;
}
ul.facilitie-list li a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
}
ul.facilitie-list li h3{
    font-size: 18px;
    color: #fff;
}
ul.facilitie-list li figure {
    overflow: hidden;
}
ul.facilitie-list li figure img {
    object-fit: cover;
    width: 100%;
    height: 240px;
    transition: 0.5s;
}
ul.facilitie-list li a:hover {
    opacity: 1;
}
ul.facilitie-list li a:hover figure img{
    transition: 0.5s;
    transform: scale(1.2);
}
a.link-btn {
    background: #1f2978;
    color: #fff;
    display: block;
    font-weight: bold;
    text-decoration: none;
    padding: 15px 0;
    text-align: center;
    width: 220px;
    margin: 0 auto;
    border: 2px solid;
}
a.link-btn:hover{
    opacity: 1;
    background: #fff;
    color: #1f2978;
}
#facilities a.link-btn{
    background: #fff;
    color: #1f2978;
    border: 2px solid #fff;
}
#facilities a.link-btn:hover{
    background: #1f2978;
    color: #fff;
}
#recruit .ttl-bg {
    background-image: url(../img/recruit.jpg);
    background-position: -93px;
}
#recruit .row,#company .row {
    margin: 2rem 0 0;
}
#recruit .row a,.anker a{
    color: #1f2978;
    text-decoration: none;
    font-weight: bold;
    margin-bottom: 1rem;
    display: block;
}
#recruit .row a figure,.anker a {
    display: block;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #d3d7f4;
    margin: 0 0 5px;
    overflow: hidden;
    padding: 10px;
}
#recruit .row a figure img{
    transition: 0.5s;
}
#recruit .row a{
    padding: 0;
}
#recruit .row a p{
    padding-left: 10px;
}
#recruit .row a:hover figure img{
    transform: scale(1.2);
    transition: 0.5s;
}
#recruit .row a:hover{
    opacity: 1;
}
#company .ttl-bg{
    background-image: url(../img/company.jpg);
}

.anker a {
    padding: 20px;
    margin-bottom: 1rem;
    position: relative;
    padding-left: 2rem;
    position: relative;
    top: 0;
}
.anker a:hover {
    opacity: 1;
    top: -5px;
    transition: 0.5s;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
.anker a::before {
    content: "";
    display: block;
    width: 10px;
    height: 70%;
    background: #1f2978;
    position: absolute;
    top: 15%;
    left: 10px;
}
#news {
    background: #f5f9ff;
}

.map iframe {
    width: 100%;
    height: 270px;
    margin-top: 1rem;
}
ul.news-list {
    padding: 0;
    margin: 0 0 2rem;
}
ul.news-list li {
    list-style-type: none;
    font-weight: bold;
    color: #1f2978;
    border-top: 1px solid #1f2978;
    padding: 1rem;
}
ul.news-list li:last-child{
    border-bottom: 1px solid #1f2978
}
ul.news-list li p {
    margin: 0;
}
ul.news-list li a {
    color: #1f2978;
    text-decoration: none;
}
ul.news-list li a h3 {
    font-size: 16px;
    margin: 0;
}
#contact {
    background: #1f2978;
    color: #fff;
}
#contact h2 {
    font-size: 22px;
    color: #fff;
}
#contact .row {
    width: 90%;
    margin: 0 auto !important;
}
a.mail {
    background: #1f2978;
    margin-top: 15px;
    padding: 15px 0;
    display: block;
    text-align: center;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    border: 2px solid;
}
a.mail::before {
    content: "";
    background-image: url(../img/ico-mail.png);
    display: inline-block;
    width: 35px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    vertical-align: sub;
    margin-right: 7px;
}
a.mail:hover {
    background: #fff;
    color: #1f2978;
    opacity: 1;
}
#footer .logo img {
    width: 220px;
    margin-bottom: 1rem;
}
#f-bottom {
    padding: 2rem 0;
}
p.copyright {
    margin: 0;
}
#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}

@media screen and (min-width:760px) {
.slider, .slider-item, .slider-item img {
    height: 32vh;
}
    #about .row {
        flex-direction: column;
        margin: 2rem 0 1rem;
    }
#about .row .col-sm-6 {
    position: relative;
}
#about .col-sm-6::after {
    height: 30vh;
    position: absolute;
    top: 0;
}
#about .row .col-sm-6:nth-of-type(1) {
    margin-left: auto;
}

#about .row .col-sm-6:nth-of-type(1)::after {
    left: -100%;
}
#about .row .col-sm-6:nth-of-type(2)::after {
    right: -100%;
}
#about .row .col-sm-6:nth-of-type(2) {
    padding-left: 0;
}
section {
    padding: 4rem 0;
}
.marquee__text {
    font-size: 90px;
}
ul.facilitie-list li {
    margin: 0 10px;
}
.slick-next {
    right: -2.5%;
}
.slick-prev {
    left: -2.5%;
}
#recruit .ttl-bg {
    background-position: -45px;
}
#recruit .row, #company .row {
    margin: 3rem 0 0;
    gap: 20px;
}
#recruit .row a, .anker a {
    width: 48.5%;
    margin-bottom: 0;
}
.map iframe {
    margin-top: 3rem;
}
a.mail {
    margin: 0;
}
#contact h2 {
    margin-bottom: 2rem;
}
}
@media screen and (min-width:1200px) {
    #header {
    justify-content: space-between;
    padding: 0 10px;
}
    .slider, .slider-item, .slider-item img {
        height: 75vh;
    }
    #g-nav-list ul {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
#g-nav-list ul li {
    list-style-type: none;
}

#g-nav-list ul li a {
    color: #1f2978;
    font-weight: bold;
    text-decoration: none;
    display: block;
    padding-left: 1rem;
    padding: 0 20px;
}
#g-nav li a.tell {
    letter-spacing: -1px;
}
#g-nav-list ul li a.recbtn {
    background: #1f2978;
    color: #fff;
    padding: 10px 30px;
    border-radius: 6px;
    margin-right: 15px;
    border: 2px solid;
}
#g-nav-list ul li a.recbtn:hover {
    opacity: 1;
    background: #fff;
    color: #1f2978;
    border: 2px solid;
}
section {
    padding: 6rem 0;
}
h2 {
    font-size: 35px;
    margin-bottom: 2rem;
}
#about .row {
    margin: 3rem 0;
}
#about h3 {
    font-size: 30px;
    padding: 0 0 0 10px;
    border-left: 15px solid;
    margin: 1rem 0 2rem;
}
#about .row .col-sm-6 p {
    font-size: 18px;
}
#about .col-sm-6::after {
    height: 350px;
}
#about .row .col-sm-6:nth-of-type(2)::after {
    top: 1rem;
}
#about .col-sm-6:nth-of-type(2) h3 {
margin-top: 7rem;
}
.marquee__text {
    font-size: 140px;
}
.ttl-bg {
    background-attachment: fixed;
    height: 70vh;
    background-size: cover;
    background-position: bottom;
}
.ttl-bg h2,#news h2 {
    font-size: 45px;
}
.ttl-bg h2 small {
    font-size: 22px;
    margin-left: 10px;
}
.ttl-bg h2 + p {
    font-size: 20px;
}
#facilities .inner {
    padding: 4rem 5rem 3rem;
}
#recruit .row, #company .row {
    margin: 4rem 0 0;
    gap: 33px;
}
#recruit .row a p,.anker a {
    font-size: 20px;
}
.anker a {
    padding: 30px 30px 30px 40px;
}
.anker a::before {
    width: 15px;
}
.map iframe {
    margin-top: 4rem;
    height: 380px;
}
#news h2 {
text-align: left;
}
#news a.link-btn {
    margin-left: 0;
}
ul.news-list li {
    display: flex;
    align-items: center;
    padding: 2rem 1rem;
}
ul.news-list li p {
    width: 110px;
    margin-right: 10px;
}
    #contact h2 {
        margin-bottom: 3rem;
        font-size: 25px;
    }
    #contact .row {
    width: 80%;
    gap: 50px;
}
#contact .row .col-md-6 {
    width: 45%;
}
a.mail {
    font-size: 24px;
}
a.mail::before {
    width: 40px;
    height: 30px;
    vertical-align: middle;
    margin-right: 10px;
}
#f-bottom {
    padding: 3rem 0;
}
#footer .logo img {
    width: 300px;
    margin-bottom: 0;
}
#f-bottom .col-sm-8 {
    padding-top: 20px;
}
}

@media screen and (min-width:1400px) {
    .logo img {
    width: 170px;
}
#g-nav-list ul li a {
    font-size: 18px;
    padding: 0 30px;
}
#g-nav li a.tell {
    font-size: 32px;
}
#g-nav-list ul li a.recbtn {
    padding: 10px 40px;
    margin-right: 20px;
}
.slider, .slider-item, .slider-item img {
    height: 80vh;
}
section {
    padding: 7rem 0;
}
.container {
    max-width: 1200px;
}
#about h3 {
    font-size: 35px;
}
#about .row .col-sm-6:nth-of-type(1) {
    padding: 0 2rem;
}
#about .row .col-sm-6:nth-of-type(2) {
    padding-right: 2rem;
}
.ttl-bg h2, #news h2 {
    font-size: 50px;
}
#facilities .container:nth-of-type(2) {
    max-width: 1300px;
}
#facilities .inner {
        padding: 5rem 6rem 4rem;
    }
#facilities, #recruit {
    padding-bottom: 12rem;
}
.slick-prev, .slick-next {
    border-top: 5px solid #fff;
    border-right: 5px solid #fff;
    height: 20px;
    width: 20px;
}
ul.facilitie-list li {
    margin: 0 15px;
}
a.link-btn {
    width: 250px;
    font-size: 18px;
}
#recruit .row, #company .row {
    margin: 5rem 0 0;
}
#recruit .row {
    gap: 50px;
}
#recruit .row a {
    width: 47.8%;
}
.map iframe {
    margin-top: 5rem;
    height: 500px;
}
ul.news-list li {
    padding: 2rem;
}
a.mail {
    line-height: 2.3;
}
    #contact .row {
    width: 90%;
    gap: 60px;
}
    #f-bottom {
        padding: 4rem 0;
    }
}
@media screen and (min-width:1600px) {
.slider, .slider-item, .slider-item img {
    height: 90vh;
}
h2,#about h3  {
    font-size: 40px;
}
.container {
    max-width: 1400px;
}
#about .row {
    margin: 4rem 0 5rem;
}
    #about .col-sm-6::after {
        height: 400px;
    }
#about .row .col-sm-6 p {
    font-size: 20px;
    margin-bottom: 2rem;
}
    #about .row .col-sm-6 p {
    font-size: 20px;
}
    .marquee__text {
    font-size: 200px;
}
.ttl-bg {
    height: 800px;
}
.ttl-bg h2, #news h2 {
    font-size: 70px;
}
    .ttl-bg h2 small {
    font-size: 26px;
    margin-left: 20px;
}
.ttl-bg h2 + p {
    font-size: 22px;
}
#facilities .container:nth-of-type(2) {
    max-width: 1600px;
}
    #facilities .inner {
    padding: 6rem 7rem 5rem;
}
ul.facilitie-list li h3 {
    font-size: 20px;
}
ul.facilitie-list li figure img{
    height: 300px;
}
a.link-btn {
    font-size: 20px;
}
#recruit .container:nth-of-type(2), #company .container:nth-of-type(2){
    max-width: 1300px;
}
#recruit .row a p, .anker a {
    font-size: 24px;
}
    ul.news-list li {
    padding: 2rem 3rem;
}
    #contact h2 {
    font-size: 30px;
}
    a.mail {
    font-size: 30px;
    line-height: 2.3;
}
    a.mail::before {
    width: 60px;
    height: 40px;
}
#footer .logo img {
    width: 360px;
}
#f-bottom .col-sm-8 {
    padding-top: 30px;
    font-size: 18px;
}
}


/* page */
.wp-block-group__inner-container a:not(.link-btn),.news-content a {
    color: #1f2978;
}
#page_header {
    margin-top: 60px;
    padding-top: 10rem;
    background-size: cover;
    background-position: center;
    position: relative;
}
#page-content {
    padding: 3.5rem 0 3rem;
}
#page-content a{
    word-break: break-all;
}
h1.page-title {
    margin: 0 auto;
    width: fit-content;
    background: #1f2978;
    color: #fff;
    font-weight: bold;
    letter-spacing: 10px;
    padding: 15px 50px;
    font-size: 26px;
    position: absolute;
    bottom: -20px;
    left: 0;
    right: 0;
}
.wp-block-group__inner-container {
    padding: 0 1rem;
}
:where(.wp-block-columns.is-layout-flex) {
    gap: 1em;
}
p.rec-lead {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    margin: 0;
    color: #4251ad;
}
h2.wp-block-heading, h3.wp-block-heading {
    color: #4251ad;
    text-align: center;
}
h2.wp-block-heading::after {
    content: "";
    display: block;
    background: #4251ad;
    width: 70px;
    height: 10px;
    margin: 10px auto 1rem;
}
.wp-block-columns.sujidemiru .wp-block-column {
    background: #f2f2f2;
    padding: 2rem 1rem;
    min-height: 345px;
}
.wp-block-columns.sujidemiru .wp-block-column h3 {
    margin-bottom: 1rem;
}
.wp-block-columns.sujidemiru .wp-block-column p {
    color: #4251ad;
    font-weight: bold;
    font-size: 120px;
    text-align: center;
    margin-bottom: 0;
}
.wp-block-columns.sujidemiru .wp-block-column p small {
    font-size: 35px;
}
.wp-block-column.message {
    background: #4251ad;
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    position: relative;
}
.wp-block-column.message p {
    margin: 0;
}
.wp-block-columns.is-not-stacked-on-mobile.comments {
    margin-bottom: 1rem;
}
.wp-block-column.message::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 20px solid #4251ad;
    border-left: 0;
    position: absolute;
    top: 15px;
    left: -15px;
}
.wp-block-column.message.bg-pink {
    background: #ce3669;
}
.wp-block-column.message.bg-pink::after {
    border-right: 20px solid #ce3669;
    transform: rotate(180deg);
    left: auto;
    right: -15px;
}
#isystem::before,#isystem::after {
    content: "";
    background-image: url(../img/bg-system.png);
    background-size: cover;
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
}
#isystem::after {
    top: auto;
    bottom: 0;
}
#isystem .wp-block-column h3 {
    margin: 1.5rem auto 1rem;
    color: #1832b2;
}
#isystem .wp-block-columns:not(.comments) {
    gap: 2em;
}
.wp-block-column.message.bg-orenge {
    background: #ff9515;
}
.wp-block-column.message.bg-orenge::after {
    border-right: 20px solid #ff9515;
}
.wp-block-column.message.bg-green {
    background: #41b792;
}
.wp-block-column.message.bg-green::after {
    border-right: 20px solid #41b792;
    transform: rotate(180deg);
    left: auto;
    right: -15px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    border: none;
    padding: 20px;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr {
    border-top: 1px solid;
}

.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table {
    border-bottom: 1px solid;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr:nth-of-type(odd) td {
    background: #f5f7ff;
}
#entry .wp-block-column {
    background: #f5f7ff;
    border: 1px solid #b5b9c9;
    padding: 5px;
    color: #1f2978;
    font-weight: bold;
}
#entry .wp-block-column h3 {
    color: #1f2978;
    margin: 1.5rem 0;
}
#entry a.link-btn {
    width: 300px;
}
.wp-block-group.syaze {
    border: 3px solid #4251ad;
    border-radius: 10px;
    padding: 2rem 1rem;
    margin-top: 3rem;
    position: relative;
}
.wp-block-group.syaze h3 {
    position: absolute;
    background: #fff;
    padding: 5px 35px;
    top: -18px;
    left: 0;
    right: 0;
    width: fit-content;
    margin: 0 auto!important;
}
.wp-block-group.syaze p.s-text {
    font-size: 24px;
    font-family: 游明朝;
}
.page-id-121 h3.wp-block-heading {
    margin: 2rem 0 1rem;
}
.page-id-150 h3.wp-block-heading,.page-id-3 h3.wp-block-heading,.news-content h3.wp-block-heading {
    border-left: 10px solid;
    margin: 2rem 0 1rem;
    text-align: left;
    font-size: 20px;
    padding-left: 10px;
}
.page-id-150 h2.wp-block-heading:not(:nth-of-type(1)),.page-id-184 h2.wp-block-heading:not(:nth-of-type(1)),.news-content h3.wp-block-heading {
    margin-top: 4rem;
}
.page-id-184 p span.tell {
    font-weight: bold;
    font-size: 28px;
    line-height: 1.4;
}
.smf-form--simple-table .smf-item {
    border-top: 1px solid;
    padding: 1rem;
}
.smf-form--simple-table .smf-item:last-child {
    border-bottom: 1px solid;
}
.smf-item label {
    font-weight: bold;
}
.smf-item label strong {
    color: red;
    font-size: 12px;
}
.smf-action .smf-button-control__control {
    background: #1f2978;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 20px 50px;
}
.subject .smf-select-control {
    width: 100%;
}
#snow-monkey-form-190,#snow-monkey-form-245 {
    margin: 1rem auto 0;
    background: #eef1ff;
    padding: 1rem;
    border-radius: 10px;
}
.page-id-184 p span.tell {
    font-size: 36px;
}
.movie iframe {
    width: 100%;
    height: 13rem;
}

@media screen and (min-width:760px) {
.wp-block-group__inner-container {
    max-width: 720px;
    margin: 0 auto;
}
.movie iframe {
    height: 23rem;
}
}

@media screen and (max-width:760px) {
.page-id-3 h1.page-title {
    font-size: 20px;
    padding: 15px 20px;
}
}

@media screen and (min-width:1200px) {
#page_header {
    padding-top: 16rem;
}
h1.page-title {
    font-size: 30px;
    padding: 30px;
    min-width: 480px;
    text-align: center;
    letter-spacing: 20px;
    bottom: -45px;
}
#page-content {
    padding: 6rem 0 4rem;
}
.wp-block-group__inner-container {
    max-width: 1100px;;
}
p.rec-lead {
    font-size: 24px;
}
.wp-block-column.workwell img {
    width: 660px;
    position: absolute;
    left: 1rem;
    top: 0rem;
}
.wp-block-columns.sujidemiru .wp-block-column h3 {
    font-size: 24px;
}
.wp-block-columns.sujidemiru .wp-block-column p{
    font-size: 150px;
}
.wp-block-columns.sujidemiru img.wp-image-52 {
    margin-top: 40px;
}
.wp-block-columns.is-not-stacked-on-mobile.comments {
    margin: 2rem 1rem 0;
    gap: 3em;
}
.wp-block-column.message {
    display: flex;
    align-items: center;
    padding: 40px;
    font-size: 18px;
}
.wp-block-column.message::after {
    border-top: 25px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 45px solid #4251ad;
    left: -40px;
    top: 55px;
}
.wp-block-column.message.bg-pink::after {
    border-right: 45px solid #ce3669;
    right: -40px;
    transform: scale(-1, 1);
}
.wp-block-column.message.bg-orenge::after {
    border-right: 45px solid #ff9515;
}
.wp-block-column.message.bg-green::after {
    border-right: 45px solid #41b792;
    transform: scale(-1, 1);
    right: -40px;
}
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr th,
.wp-block-flexible-table-block-table.wp-block-flexible-table-block-table>table tr td {
    padding: 25px 10px;
}
#entry .wp-block-column h3 {
    font-size: 24px;
}
#entry .wp-block-column {
    padding: 5px 5px 10px;
}
#entry a.link-btn {
    width: 420px;
    font-size: 20px;
    margin-top: 3rem;
    padding: 20px 0;
}

.page-id-121 .map iframe {
    height: 330px;
}
.wp-block-group.syaze {
    padding: 2rem 9rem;
    font-size: 18px;
    margin-top: 5rem;
}
.wp-block-group.syaze li {
    line-height: 2;
}
.wp-block-group.syaze h3 {
    top: -24px;
}
.page-id-121 h3.wp-block-heading {
    margin: 3rem 0 1rem;
}
.page-id-150 h3.wp-block-heading,.page-id-3 h3.wp-block-heading ,.news-content h3.wp-block-heading{
    font-size: 26px;
    margin: 3rem 0 1rem;
}
.page-id-150 h2.wp-block-heading:not(:nth-of-type(1)),.page-id-184 h2.wp-block-heading:not(:nth-of-type(1)) {
    margin-top: 8rem;
}
#snow-monkey-form-190 ,#snow-monkey-form-245{
    padding: 4rem;
}
.smf-form--simple-table .smf-item {
    padding: 2rem;
}
.movie iframe {
    height: 40rem;
}
}

@media screen and (min-width:1400px) {
#page_header {
    padding-top: 20rem;
}
.wp-block-group__inner-container {
    max-width: 1200px;;
}
p.rec-lead {
    font-size: 26px;
    line-height: 1.5;
}
.wp-block-column.workwell img {
    width: 780px;
    left: 2rem;
    top: -1rem;
}
.wp-block-column.message {
    flex-basis: 73% !important;
}
.wp-block-columns.is-not-stacked-on-mobile.comments {
    justify-content: center;
    position: relative;
}
.wp-block-column.p-left {
    position: absolute;
    left: -40px;
}
.wp-block-column.p-right {
    position: absolute;
    right: -40px;
}
#isystem::before, #isystem::after {
    height: 40px;
}
#entry p.text-xl-center.has-medium-font-size {
    font-size: 25px !important;
}
#entry .wp-block-columns {
    gap: 1.5em;
}
#entry a.link-btn {
    width: 530px;
    font-size: 24px;
    margin-top: 4rem;
    padding: 30px 0;
}
.page-id-121 .map iframe {
    height: 360px;
}
.wp-block-group.syaze p.s-text,.wp-block-group.syaze h3 {
    font-size: 30px;
}

}

@media screen and (min-width:1600px) {
#page_header {
    padding-top: 26rem;
}
.wp-block-group__inner-container {
    max-width: 1300px;;
}
#page-content {
    padding: 9rem 0 6rem;
    font-size: 18px;
}
.wp-block-column.workwell img {
    width: 830px;
    left: 3%;
}
p.rec-lead {
    font-size: 30px;
}
.wp-block-column.message {
    flex-basis: 70% !important;
}
.wp-block-column.p-left {
    left: -10px;
}
.wp-block-column.p-right {
    right: -10px;
}
#entry p.text-xl-center.has-medium-font-size {
    font-size: 30px !important;
}
.page-id-121 .map iframe {
    height: 392px;
}
.movie iframe {
    height: 45rem;
}

}

/* news */
h2.news-title {
    font-size: 22px;
    color: #4251ad;
    text-align: left;
    margin: 0;
}
.news-article {
    border: 3px solid #4251ad;
    padding: 2rem 1rem;
    margin-bottom: 2rem;
}
.news-content h2.wp-block-heading {
    font-size: 24px;
}
.entry-pager {
    margin: 2rem 0 0;
}
.back a, .next a {
    display: block;
    color: #4251ad;
    border: 1px solid #4251ad;
    padding: 20px 30px;
    text-decoration: none;
    margin-top: 10px;
    position: relative;
    font-size: 16px;
}
.back a::before,.next a::after {
    content: "";
    display: inline-block;
    border-left: 3px solid;
    border-bottom: 3px solid;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 15px;
}
.next a::after {
    left: auto;
    right: 15px;
    transform: rotate(-135deg);
}
.pagenavi {
    text-align: center;
}
.pagenavi span.pages {
    display: none;
}
.pagenavi .wp-pagenavi a, .pagenavi .wp-pagenavi span {
    border: 1px solid #1f2978;
    color: #1f2978;
    padding: 5px 10px;
}
.pagenavi .wp-pagenavi span.current {
    background: #1f2978;
    color: #fff;
}

@media screen and (min-width:760px) {
.news-article {
    padding: 4rem;
}
}

@media screen and (min-width:1200px) {
h2.news-title {
    font-size: 26px;
}
.news-content h2.wp-block-heading {
    font-size: 26px;
}
.entry-pager {
    display: flex;
    justify-content: space-between;
}
.back a, .next a {
    min-width: 290px;
}
}