/*
Theme Name: Shigaku Seminar
Theme URI: #
Author: #
Author URI: 
Description: #!
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, style-variations, wide-blocks, block-styles, accessibility-ready, blog, portfolio, news
*/

/* General element styling --------------------------------------------- */

html {
    margin: 0;
    padding: 0;
}

body {
    margin: 0;
    padding: 0;
    font-family: "BIZ UDPGothic", sans-serif;
    font-size: 16px;
    line-height: 25px;
    color: #000;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
    font-weight: 500;
    margin: 0 0 20px;
}

img {
    max-width: 100%;
}

button {
    cursor: pointer;
}

html {
    scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.txt__center {
    text-align: center;
}

.txt__bold {
    font-weight: bold;
}

.am-container {
    width: calc(100% - 40px);
    margin: 0 auto;
    max-width: 1440px;
}

.am-container.style2 {
    max-width: 1000px;
}

.am-container.style3 {
    max-width: 1200px;
}

.am-container.style5 {
    width: calc(100% - 120px);
}

.am-container.bg-grey {
    background: #F5F5F5;
}

.am-flex {
    display: flex;
}

.am-flex.wrap {
    flex-wrap: wrap;
}

.am-flex.between {
    justify-content: space-between;
}

.am-flex.center {
    justify-content: center;
}

.am-flex.vert-center {
    align-items: center;
}

.am-flex.vert-stretch {
    align-items: stretch;
}

.am-flex.vert-fl-end {
    align-items: flex-end;
}

.am-col1 {
    width: calc(100% / 12);
}

.am-col2 {
    width: calc(100% / 12 * 2);
}

.am-col3 {
    width: calc(100% / 12 * 3);
}

.am-col4 {
    width: calc(100% / 12 * 4);
}

.am-col5 {
    width: calc(100% / 12 * 5);
}

.am-col6 {
    width: calc(100% / 12 * 6);
}

.am-col7 {
    width: calc(100% / 12 * 7);
}

.am-col8 {
    width: calc(100% / 12 * 8);
}

.am-col9 {
    width: calc(100% / 12 * 9);
}

.am-col10 {
    width: calc(100% / 12 * 10);
}

.am-col11 {
    width: calc(100% / 12 * 11);
}

.am-hide {
    display: none;
}

.am-center {
    text-align: center;
}

.am-sp {
    display: none;
}

.am-pc {
    display: block;
}

.am-modal__min-btn {
    border: unset;
    background: unset;
    margin: 0 auto;
    display: block;
}

dialog.am-modal__max {
    width: 100%;
    height: 100%;
    border: unset;
    background: #0003;
}

.am-modal__max-cont {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #FFF;
    width: calc(100% - 80px);
    height: calc(100% - 120px);
    padding: 20px;
    border-radius: 10px
}

.am-modal__max-pix {
    width: calc(100% - 100px);
    height: calc(100% - 150px);
    overflow: auto;
    padding: 50px;
    box-shadow: 0 0 10px #8888 inset;
    border: 1px solid #888;
}

.am-modal__max-pix>img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
    display: block;
    margin: auto;
    /* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
    width: auto;
    height: auto;
    max-width: 200vw;
    max-height: 200vh;
    /* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
    margin: 10px auto;
    display: block;
    padding: 10px;
    min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
    content: unset;
}

.am-bg-layout {
    position: relative;
}
section#ai-studios-overview {
    background: url('images/bg-img04.jpg') bottom no-repeat;
    background-size: 100%;
}
.am-bg-pix {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
}

.am-bg-pix>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.am-bg-cont {
    position: relative;
    z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
    position: relative;
    top: unset;
    left: unset;
    height: auto;
}

.am-bg-layout.style2 .am-bg-pix>img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.am-bg-layout.style2 .am-bg-cont {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
    height: auto;
}

.bnr__title {
    margin: 0;
    font-size: 50px;
    padding: 200px 0;
}

.sect-cont {
    padding: 80px 0;
}

.sect-cont.style2 {
    padding: 60px 0;
}

.af-topgap {
    height: 68px;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    font-family: "BIZ UDPGothic", sans-serif;
    font-weight: 400;
    background-color: #fff;
	height: 120px;
}

.hdr__layout {
    height: 100px;
    position: relative;
}

.hdr__logo {
    margin: 0 auto 0 0;
    position: absolute;
    top: 60px;
    transform: translateY(-50%);
}

.hdr__logo>a>img {
    height: auto;
    width: 350px;
    display: block;
}

.hdr__navi-menu {
    display: block;
}

.hdr__navi {
    margin: 15px 0 0 auto;
	text-align: right;
}

.hdr__navi-menu {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    margin: 0 10px 0 0;
	align-items: center;
}

.hdr__navi-menu li {
    list-style: none;
    text-align: center;
    display: block;
    line-height: 1;
}

.hdr__navi-lang {
    text-align: center;
}

.hdr__navi-menu li:last-child {
    border-width: 0;
}

.hdr__navi-menu li a {
    text-decoration: none;
    color: #000;
    font-weight: 400;
    padding: 20px;
    width: calc(100% - 40px);
    display: block;
    white-space: nowrap;
}

.hdr__navi-lang a {
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.hdr__navi-lang a.active {
    color: #000;
}

/* SP menu btn ---------------------------------------------*/

.hdr__menu-btn {
    position: absolute;
    top: calc(120px / 2);
    right: 15px;
    border: 2px solid #0079E1;
    background: transparent;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
    display: none;
}

.hdr__menu-btn-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.hdr__menu-btn-icon::before,
.hdr__menu-btn-icon::after,
.hdr__menu-btn-icon>span {
    content: "";
    width: 30px;
    height: 2px;
    background: #0079E1;
    display: block;
    margin: 8px 0;
    transition: 0.5s ease;
    opacity: 1;
}

header.hdr__menu--show {
    height: 100vh;
    overflow: auto;
}

.bnr__pix {
    text-align: center;
    padding: 0 0 50px;
}

.bnr__pix>video {
    width: 100%;
    height: auto;
}

.bnr__ov {
    position: absolute;
    bottom: 25px;
    right: 10px;
}

.hdr__ftr.ftr__cont {
    display: none;
}

.hdr__navi-lang img {
    width: 30px;
    height: 30px;
    margin: 5px 30px 0 0;
    vertical-align: middle;
    object-fit: contain;
    object-position: top;
}

span.hdr__tel {
    font-size: 24px;
    line-height: 1;
    color: #fcae1c;
    border-bottom: 2px solid;
    border-top: 2px solid transparent;
    font-weight: 700;
}

.slider__layout {
    position: relative;
    padding: 0;
	margin: 120px 0 0;
}

.slider__ov {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translateX(-50%);
    color: #fff;
    width: max-content;
}

.slider__ov-main-title {
    font-weight: 400;
    font-size: 50px;
    margin: 0;
    font-weight: 700;
}

.slider__ov-sub-title {
    font-size: 60px;
    font-weight: 400;
    line-height: 1.5;
    display: block;
    text-shadow: 2px 2px 0 #000, 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.slider__ov-btn {
    font-size: 24px;
    line-height: 1;
    color: #000;
    text-decoration: unset;
    display: inline-block;
    background: #FFF;
    padding: 18px;
    border-radius: 10px;
    margin: 30px 0 0;
}

.slider__ov-btn>i {
    margin: 0 0 0 20px;
}

.slider__tel {
    display: block;
    font-weight: 700;
    border-bottom: 2px solid;
    width: fit-content;
    border-top: 2px solid transparent;
    color: #fcaf17;
    line-height: 1;
}

.slider__ov-sub-title img {
    width: 30px;
    height: 28px;
    display: flex;
    margin: 0 10px 0 0;
    object-fit: cover;
    object-position: top;
}

span.slider__time {
    display: block;
    margin: 0 0 20px;
}

.slider__tel a {
    color: #f7ac17;
    text-decoration: none;
    font-size: 24px;
}

.slick-slide img {
    display: block;
}

.am-col-auto.hdr__logo img {
    max-width: 230px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.hdr__logo a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    font-family: 'Century Gothic', sans-serif;
    position: relative;
}

.hdr__logo a > span {
    display: block;
}

.slider__item img {
    height: 720px;
    width: 100%;
    object-fit: cover;
}

.hdr__navi-lang a {
    display: inline-block;
}

.am-anchor {
    position: relative;
}

.am-anchor>span {
    position: absolute;
    top: -60px;
}

.slider__nav.slider-nav {
    position: absolute;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
}

.slider-nav__arrows.slider-navi.slider-navi_main i {
    font-size: 25px;
}

.slider-nav__arrows.slider-navi.slider-navi_main button {
    background: #fff;
    border: none;
    color: #000;
    font-weight: 400;
    border-radius: 50%;
    padding: 8px 10px;
    margin: 0 5px 0 0;
}

button.slider-navi__pause {
    background: none !important;
    color: #fff !important;
}

#menu {
    padding: 80px 0;
}

.menu-cont {
    max-width: 1200px;
    margin: 0 auto;
}

.menu-content {
    color: #fff;
    align-content: center;
    padding: 50px 100px;
    line-height: 1.8;
}

.menu-subtitle {
    font-size: 24px;
    display: block;
    font-weight: 700;
    border-bottom: 1px solid #003B94;
    margin: 0 0 10px 0;
}

.menu-description {
    font-size: 18px;
    display: block;
    margin: 0 0 15px 0;
}

@media screen and (max-width:767px) {
    .menu-description {
        font-size: 15px;
    }
}

.menu-details {
    font-size: 15px;
    color: #fff;
    outline: 0;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.products-content__desc {
    border-bottom: 1px solid transparent;
	color:#000;
	text-decoration:none;
}

#products-solution {
    padding: 80px 0;
    padding-bottom: 10px;
}

.products-solution-cont {
    text-align: center;
}

.title-jp {
    font-size: 16px;
    display: block;
    color: #002152;
}

.title-en {
    font-size: 40px;
    font-weight: 400;
    display: block;
    color: #0079E1;
    padding: 0 0 5px;
    line-height: 1;
}

.products-solution-item {
    background-color: #EFEFEF;
    margin: 0 auto;
    padding: 50px 0;
}

.products-solution-item__cont {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}

.products-solution-item__image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    display: block;
}

#contact-form {
    background-color: #EFEFEF;
    padding: 80px 0;
    padding-bottom: 50px;
}

.contact-form-cont {
    max-width: 1000px;
    margin: 0 auto;
}

.form-contol,
.form-area {
    background-color: transparent;
    outline: none;
    border: 1px solid #9B9B9B;
    width: 100%;
    padding: 0 15px;
    border-radius: 5px;
}

.form-contol ::-moz-placeholder,
.form-area ::-moz-placeholder {
    color: #919191;
}

.form-contol ::placeholder,
.form-area ::placeholder {
    color: #919191;
}

.form-contol {
    height: 50px;
}

.form-area {
    height: 12.7rem;
    resize: none;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.form-contact--table {
    width: 100%;
    margin: 80px 0 0;
    margin-top: 0;
}

.form-contact--table tr td {
    box-sizing: border-box;
}

.form-contact--table tr td:first-child {
    width: 227px;
    color: #000;
    padding-right: 20px;
}

.form-contact--table tr td:last-child {
    width: calc(100% - 227px);
}

.contact-stiker {
    display: flex;
    font-size: 16px;
    color: #fff;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 25px;
    border-radius: 5px;
    border: 1px solid #888888;
    float: right;
    background: #888888
}

.form-contact {
    padding-top: 7.6rem;
}

.contact-stiker--red {
    color: #fff;
    border-color: #077ED3;
    background: #077ED3;
}

.tr-main-area {
    vertical-align: top;
}

.txt-form-privacy {
    color: #000;
    margin-top: 2rem;
}

.form-submit {
    border: 0;
    outline: 0;
    background-color: #39ABBE;
    background: linear-gradient(to left, #005998, #0089EA);
    box-shadow: 0 0.4rem 0.4rem rgba(0, 0, 0, 0.25);
    display: inline-block;
    cursor: pointer;
    color: #fff;
    width: 138px;
    height: 46px;
    font-size: 16px;
    border-radius: 50px;
    font-weight: 700;
}

.form-submit:after {
    content: none;
}

.submit-form {
    text-align: center;
    padding-top: 0;
    position: relative;
}

.submit-form .wpcf7-spinner {
    margin: 0 !important;
    position: absolute;
    bottom: -32px;
    left: 50%;
    transform: translateX(-50%);
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    padding: 15px 0;
    border: 1px solid #9B9B9B;
    border-radius: 5px;
    color: rgb(0, 0, 0);
}

.wpcf7-list-item {
    display: inline-block;
	margin: 0 20px 0 0!important;
}

input[type="checkbox"] {
    width: 27px;
    height: 27px;
    border: 1px solid #9B9B9B;
    vertical-align: middle;
}

.thanks-cont {
    text-align: center;
}

.slider__container-aboutus,
.slider-nav__arrows-aboutus {
/* 	width: calc(18% - 60px); */
	width: fit-content;
	margin: auto;
}

.slider__item-aboutus {
	width: 100%;
	height: auto;
}

.slider__container-aboutus {
    width: 96%;
    height: 97%;
    position: absolute !important;
    left: 50%;
    top: 1%;
    transform: translateX(-50%);
    border-radius: 14%;
    overflow: hidden;
}

.slider__layout-aboutus {
    position: relative;
    width: calc(80% - 60px);
    margin: auto;
}

.slider__item-aboutus > video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.slider__item-aboutus {
    height: 100%;
}

.slider__container-aboutus .slick-list,
.slider__container-aboutus .slick-track {
	height: 100% !important;
}

#introduction .am-col6 .vid-frame {
    position: relative;
    width: 100%;
    height: auto;
}

#introduction {
    background-color: #EBF6FF;
    padding: 80px 0;
}

i.fa.fa-pause,
i.fa.fa-play {
    font-size: 30px;
	color: #0079E1;
}

button.slider-navi__pause.dl-pausevid {
    border: none;
}

.cont-1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.introduction-video {
    display: block;
}

.introduction-content__text {
	font-size: 20px;
	color: #0079E1;
	font-weight: 700;
}

.shigaku-btn1 {
    background-color: #fff;
    width: 350px;
    text-align: center;
    padding: 15px 0;
    display: block;
    color: #0079e1;
    text-decoration: none;
    font-size: 20px;
    font-weight: 700;
	line-height: 1.8;
	border: 1px solid #0079e1;
	margin: 40px 0 0;
}

.mail-icon {
    margin: 0 10px 0 0;
    vertical-align: top;
}

.arrow-icon {
    margin: 0 0 5px 2px;
    vertical-align: middle;
}

#seminar-explanation {
    padding: 80px 0;
}

.title1 {
    font-weight: 700;
    text-align: center;
    color: #fff;
    margin: 0 0 50px 0;
}

.fs-24 {
	font-size: 24px;
}

.seminar-explanation-caption {
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
}

.seminar-explanation-item {
    text-align: center;
}

#seminar-explanation .am-bg-pix>img {
	opacity: 20%;
}

#opinion {
    padding: 80px 0;
    background-color: #EBF6FF;
}

.cont-1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.title2 {
    text-align: center;
    font-weight: 700;
    line-height: 40px;
    color: #0079E1;
    margin: 0 0 40px;
}

.opinion-item__image.left-image {
    margin: 0 40px 0 0;
}

.point-text {
    background: #0079E1;
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    margin: 10px 0;
}

.point-number {
    font-size: 30px;
    font-style: italic;
    font-weight: 400;
	font-family: "Noto Serif Tamil", serif;
}

.point-subtitle {
    border: 1px solid #0079E1;
	display: flex;
}

.subtitle1 {
    margin: 0 0 0 10px;
    font-size: 20px;
    color: #0079E1;
    font-weight: 700;
}

.subtitle1.yellow {
    color: #FFF155;
}

.opinion-item {
    margin: 0 0 50px 0;
}

.opinion-item__image.right-image {
    margin: 0 0 0 40px;
}

.opinion-item__image img {
    width: 450px;
    height: 300px;
    object-fit: cover;
}

.image-position img {
    object-fit: contain;
    height: 250px;
}

.shigaku-btn2 {
    background-color: #fff;
    width: 280px;
    padding: 15px 12px;
    display: block;
    text-align: center;
    margin: 0 auto;
    font-weight: 700;
    color: #0079E1;
    text-decoration: none;
    border: 1px solid #0079E1;
	align-content: center;
}

#class {
    padding: 80px 0;
}

.title3 {
    text-align: center;
    margin: 0 0 50px;
}

.class-item {
    margin: 0 30px 30px 0;
	width: calc(100% / 12 * 4 - 30px);
}

.class-item:nth-child(3n) {
    margin: 0;
}

.class-item img {
    border-radius: 10px 10px  0 0;
}

.class-item__content {
    background-color: #fff;
    padding: 10px;
    margin: -8px 0 0;
    border-radius: 0 0 10px 10px;
	min-height: 250px;
}

.class-item__subtitle {
    color: #0079E1;
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    margin: 10px auto;
    padding: 0 0 10px;
	position: relative;
}

.class-item__list {
    display: block;
}

.class-item__list img {
    margin: 0 5px 0 0;
}

.class-cont {
    justify-content: center;
}

.class-item__subtitle::after {
    position: absolute;
    content: "";
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
    width: 120px;
    height: 2px;
    background-color: #0079E1;
}

#stop-school-banner .am-bg-pix>img {
    max-width: 840px;
    margin: 0 auto;
    min-height: 430px;
}

.stop-school-banner-cont {
    max-width: 450px;
    margin: 5% auto;
    left: 140px;
	padding: 5% 0;
}

.stop-school-banner-subtitle {
    font-size: 36px;
    color: #0079E1;
    font-weight: 700;
    display: block;
    line-height: 32px;
}

.stop-school-banner-desc {
    font-size: 20px;
    display: block;
    margin: 20px 0 40px;
	color: #000;
	font-weight: 500;
}

.stop-school-banner-list {
    border: 1px solid #0079E1;
    border-radius: 50px;
    background-color: #fff;
    width: fit-content;
    padding: 10px 20px;
	color: #000;
}

.stop-school-banner-list img {
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#student-testimonials {
    padding: 80px 0;
    background-color: #EBF6FF;
}

.student-testimonials-item {
    border: 1px solid #0079E1;
}

.student-testimonials-item__subtitle {
    background-color: #D3E8F9;
    padding: 10px 10px 10px 20px;
    margin: 0 0 20px;
    color: #0079E1;
    font-weight: 700;
    font-size: 20px;
}

.student-testimonials-item__number {
    background-color: #0079E1;
    color: #fff;
    width: 40px;
    height: 40px;
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin: 0 10px 0 0;
    font-size: 25px;
    line-height: 1.5;
}

.student-testimonials-item__subtitle2 {
    margin: 0 0 20px;
    font-weight: 700;
    color: #0079E1;
    border-bottom: 1px solid #0079E1;
}

.student-testimonials-subitem {
    background-color: #fff;
}

.student-testimonials-item {
    background-color: #fff;
    margin: 0 0 30px 0;
}

.student-testimonials-content {
    margin: 0 0 0 30px;
    padding: 0 20px 20px 0;
    line-height: 32px;
}

.student-testimonials-image {
    padding: 0 0 20px 20px;
}

.student-testimonials-item__desc {
    padding: 0 20px 20px;
    margin: 0;
}

header p {
    display: inline-block;
}

.hdr-tel {
    font-weight: 700;
    font-size: 30px;
    margin: 0;
	vertical-align: super;
}

.bulletin-btn {
    text-decoration: none;
    color: #fff;
    background-color: #0079E1;
    padding: 12px 20px;
    font-weight: 700;
    border-radius: 5px;
}

.inquiry-btn {
    background: linear-gradient(135deg, #FF8D29 0%, #FFDF4F 100%);
    padding: 12px 20px;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
    vertical-align: middle;
    border-radius: 5px;
}

.inquiry-btn img {
    vertical-align: middle;
	margin: 0 0 0 5px;
}

.bulletin-btn img {
    vertical-align: middle;
	margin: 0 0 0 5px;
}

.hdr-time {
    font-size: 15px;
    font-weight: 400;
    margin: 0 10px;
}

.hdr-btn {
    display: inline-block;
	vertical-align: super;
}

.hdr__navi-menu li:last-child a {
    padding: 20px 0 20px 20px;
}

.subtitle1 {
    color: #0079E1;
    font-size: 20px;
    font-weight: 700;
	text-align: center;
}

.layout-text-banner-h2 {
    position: absolute;
    top: 20%;
    line-height: 1.8;
    right: 0;
	left: 50%;
    transform: translateX(-50%);
	text-align: center;
}

.subtitle3 {
    font-weight: 700;
    font-size: 60px;
    color: #fff;
}

.subtitle2 {
    display: block;
    font-weight: 700;
    color: #fff;
    font-size: 34px;
}

#blog {
    padding: 80px 0;
}

img.blog-image {
    max-width: 380px;
	width: 100%;
    height: 230px;
    object-fit: contain;
}

.blog-cont {
    margin: 0 0 50px;
	justify-content: center;
}

.blog-item a {
    text-decoration: none;
}

.top-columns__content {
    color: #000;
	display: block;
	margin: 10px 0 0;
}

.blog-title {
    display: flex;
    color: #0079E1;
    font-weight: 700;
    background-color: #fff;
    padding: 10px 15px;
	width: calc(100% - 30px);
	margin: 5px 0 0;
}

.top-columns__subtitle {
    margin: 0 10px;
    font-weight: 700;
	font-size: 16px;
}

.blog-title img {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.blog-date {
    margin: 0;
	font-size: 16px;
}

.am-col4.blog-item {
    width: calc(100% / 12 * 4 - 30px);
    margin: 0 30px 0 0;
}

.am-col4.blog-item:last-child {
    margin: 0;
}

#video-message {
    background-color: #EBF6FF;
    padding: 80px 0;
}

.video-message-caption {
    display: block;
	text-align: left;
}

img.video-message-image {
    width: 100%;
}

.video-message-cont {
    margin: 0 0 50px;
	justify-content: center;
}

.video-message-item:last-child {
    margin: 0;
}

.video-message-item {
    text-align: center;
	margin : 0 40px 0 0;
    width: calc(100% / 12 * 6 - 40px);
}

#instagram {
    padding: 80px 0;
}

.instagram-subtitle {
    font-size: 20px;
    font-weight: 700;
}

.instagram-desc {
    line-height: 28px;
    margin: 0 0 40px;
}

.instagram-subcont {
    justify-content: center;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

.instagram-item__box {
    background-color: #D3E8F9;
    padding: 30px 50px 30px 60px;
    display: inline-flex;
    border-radius: 10px;
    margin: 15px 0 40px -40px;
    z-index: 0;
    height: 40px;
    width: 334px;
}

.instagram-item {
    display: flex;
    text-decoration: none;
    color: #0079E1;
    font-size: 20px;
    font-weight: 700;
    margin: 0 30px 0 0;
    width: calc(100% / 12 * 4 - 30px);
}

.instagram-item__icon {
    width: 123px;
    height: 123px;
    border-radius: 50%;
    border: 1px solid #0079E1;
    object-fit: contain;
    z-index: 1;
}

#faq {
    padding: 80px 0;
}

.faq-item {
	margin: 0 0 20px;
}

.faq-item_q {
    background: #D3E8F9;
    color: #fff;
    border: 1px solid #0079E1;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.faq-item_q h3 {
    font-size: 16px;
	margin: 0;
}

.faq-item_a {
    background: #f7f7f7;
    color: #2A2A2A;
    border: 1px solid #0079E1;
    text-align: left;
    display: flex;
    position: relative;
}

.faq-item_q::before, .faq-item_a::before {
    margin: 10px;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    align-content: center;
}

.faq-item_q::before {
   	background-color: #0079E1;
	counter-increment: qa-item;
   	content: "Q"counter(qa-item);
}

.faq-item_a::before {
	content: "A"counter(qa-item);
	align-content: center;
	background-color: #D3E8F9;
	color: #0079E1;
	border: 1px solid #0079E1;
}

.faq-item_q > h3 {
    color: #2F4B53;
    font-weight: 700;
}

.faq-item_a > p {
    border-left: 1px solid #b8b8b8;
    padding: 0 0 0 15px;
    color: #2F4B53;
    font-weight: 400;
}

.faq-item_a {
    background: #ffffff;
    border-width: 0 1px 1px;
	max-height: 0;
    overflow: hidden;
    transition: 0.5s ease;
}

.faq-item_q::after {
	content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
	color: #0079E1;
}

.faq-item_a h3 {
    font-size: 16px;
    line-height: 28px;
    font-weight: 400;
    margin: 10px 0;
}

.faq-cont {
    counter-reset: qa-item;
}

q::after {
    content: "+";
    position: absolute;
    right: 30px;
    font-weight: bold;
    font-size: 30px;
    transition: 0.5s ease;
}

.faq-item.show .faq-item_q::after {
    content: "–";
    transform: rotate(180deg);
}

.faq-item.show .faq-item_a {
    max-height: 500px;
	padding: 10px 0;
}

#free-trial {
    padding: 80px 0;
}

.title4::before, .title4::after {
    content: "";
    width: 40px;
    height: 3px;
    display: inline-block;
    background: #FF8D29;
    vertical-align: middle;
}

.title4::before {
    transform: rotate(60deg);
}

.title4::after {
    transform: rotate(-60deg);
    margin: 0 0 0 -10px;
}

.title4 {
	text-align: center;
	color: #FF8D29;
}

.free-trial-cont {
    margin: 50px 0 0;
}

.cont-800 {
	max-width: 800px;
	margin: 0 auto;
}

.call-icon {
    margin: 0 5px 5px 0;
    vertical-align: middle;
}

#free-trial .am-bg-pix>img {
    filter: opacity(0.7);
}

.footer__cont {
	max-width: 1000px;
	margin: 0  auto;
}

footer {
	background-color: #0B2660;
	padding: 50px 0 0;
	color: #fff;
}

footer .footer__container {
	border-width: 0 0 1px 0;
	padding: 0 0 50px;
}

#footer__cont .am-col4 {
	width: calc(100% - 40px);
	margin: 0 40px;
}

.ftr-copyright {
	text-align: center;
	color: #fff;
	font-size: 15px;
	padding: 20px 0;
}

.footer__cont .am-col4 iframe {
	width: 100%;
	height: 305px;
}

.footer__cont .am-col4 {
	margin: 0 40px 0 0;
	width: calc(43% - 20px);
}

.footer__cont .am-col8 {
	width: calc(57% - 40px);
}

.ftr-phone-num {
	font-size: 20px;
	font-weight: 700;
	margin: 10px 0;
}

.ftr-phone-num span {
	font-weight: 400;
	font-size: 15px;
}

.ftr-phone-num img {
	vertical-align: middle;
	margin: 0 10px 6px 0;
}

.ftr-fax-num img {
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.ftr-fax-num {
	margin: 10px 0;
}

.ftr-business-hours span {
	border: 2px solid #fff;
	display: inline-block;
	padding: 0 11px;
	border-radius: 20px;
	margin: 0 10px 0 0;
	font-size: 15px;
}

.ftr-business-days span {
	border: 2px solid #fff;
	display: inline-block;
	padding: 0 18px;
	border-radius: 20px;
	margin: 10px 10px 20px 0;
	font-size: 15px;
}

.ftr-sns-logo {
	margin: 20px 0 0 0;
}

.ftr-sns-logo img:first-child {
	margin: 0 10px 0 0;
}

#seminar-explanation .am-bg-pix {
    background: #0B2660;
}

#opinion .subtitle1 {
    vertical-align: middle;
    align-content: center;
    text-align: left;
}

.layout-text-banner-h2 {
	position: unset;
	top: unset;
	line-height: 1.8;
	right: unset;
	left: unset;
	transform: unset;
	text-align: center;
	margin: 30px auto 0 0;
	width: fit-content;
	text-shadow: 0px 4px 4px #0004;
}

.subtitle1.yellow {
	width: fit-content;
	margin: 0 auto;
}

.subtitle1.yellow::before,
.subtitle1.yellow::after {
	content: "";
	width: 40px;
	height: 2px;
	background: #FFF155;
	display: inline-block;
	box-shadow: 0 4px 4px #0004;
	transform: translateY(-5px) rotate(60deg);
}


.subtitle1.yellow::after {
	transform: translateY(-5px) rotate(-60deg);
}

.subtitle3 {
	text-shadow: 3px 3px 5px #41515F;
	line-height: 1.4;
}

.main-slider-ov {
	width: calc(100% - 40px);
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	max-width: 1290px;
	transform: translateX(-50%);
}

.slider__item.ov-cont {
	position: relative;
}

.slider__item.ov-cont > img {
	height: auto;
	max-height: 760px;
	display: block;
}

.slider__item.ov-cont .main-slider-ov__sideimg {
	height: auto;
	width: calc(100% - 750px);
	position: absolute;
	right: 0;
	bottom: 0;
	max-height: 720px;
	object-fit: contain;
}

.main-slider-ov__content {
	width: 800px;
}

.main-slider-ov__orange {
	display: flex;
	justify-content: flex-start;
	margin: 20px 0 0;
}

.main-slider-ov__orange-item::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	background: #ff8d29;
	z-index: -1;
	transform: skewX(-30deg);
	top: 0;
	left: 0;
	border-radius: 5px;
}

.main-slider-ov__orange-item {
	position: relative;
	padding: 0;
	text-align: center;
	color: #FFF;
	margin: 0 10px;
	width: 250px;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.8;
}

.main-slider-ov__orange-item > strong {
	font-size: 30px;
	line-height: 1;
}

.main-slider-ov__subbnr {
	width: 100%;
	max-width: 750px;
/* 	background-image: linear-gradient(#0071c1, #2093cf); */
	border-radius: 10px 10px 0 0;
/* 	margin: 55px 0 0; */
	position: relative;
}

.main-slider-ov__subbnr-img.left {
	position: absolute;
	width: 56%;
	height: auto;
	bottom: 0;
}

.main-slider-ov__subbnr-img.right {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 48.6%;
	height: auto;
}

.main-slider-ov__subbnr-title {
	background: #005aa7;
	color: #FFF;
	font-size: 18px;
	line-height: 0.8;
	font-weight: 700;
	padding: 10px 0 10px 32%;
	display: flex;
	align-items: center;
	border-radius: 10px 10px 0 0;
}

.main-slider-ov__subbnr-title > strong {
	font-size: 45px;
	color: #fff155;
	margin: 0 15px 0 0;
	line-height: 1;
}

.main-slider-ov__subbnr-txt {
	padding: 10px 0 20px 32%;
	color: #FFF;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	position: relative;
	z-index: 1;
}

.main-slider-ov__subbnr-txt > p {
	margin: 0;
}

.main-slider-ov__subbnr-txt > p.mid {
	font-size: 35px;
	line-height: 30px;
	margin: 12px 0 10px;
}

.main-slider-ov__subbnr-txt > p.mid > span {
	font-size: 20px;
	line-height: 30px;
}

.main-slider-ov__btns {
	margin: 30px 0 0;
	display: flex;
}

.sh-btn {
	display: block;
	background: #FFF;
	color: #0079e1;
	padding: 10px 20px;
	border: 1px solid;
	text-decoration: unset;
	text-align: center;
}

.sh-btn > i.fa {
	margin: 0 10px 0 0;
}

.sh-btn > i.fa-arrow-right {
	margin: 0 0 0 10px;
}

.main-slider-ov__btns .sh-btn {
	width: calc(50% - 20px);
	margin: 0 15px 0 0;
	max-width: 326px;
	font-size: 20px;
	line-height: 1;
	padding: 20px;
	box-shadow: 0 4px 4px 0 #0004;
}

.main-slider-ov__btns > .sh-btn:last-child {
	margin: 0;
}

.col-md-6.first-item {
    margin: 0 50px 0 0;
}

.business1-cont .col-md-6 {
    width: calc(100 / 12 * 6);
    width: calc(100% / 12 * 6 - 50px);
    margin: 0 50px 0 0;
}

img.vid-frame {
    position: relative;
    z-index: 1;
}

.banner-image img {
	height: 526px;
    width: 100%;
    object-fit: cover;
}

.banner-layout.toefl-toeic-class .banner-image img {
	display: block;
}

.single-class .banner-image img {
	height: 35vw;
	object-position: left 36%;
}

.banner-title {
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    transform: translate(-50%, -50%);
    text-align: center;
	text-shadow: 2px 2px 4px #000000;
}

.banner-layout {
    position: relative;
	margin: 120px 0 0;
}

.single-class.banner-layout {
    margin: 120px 0 0;
}

.about-shigaku-seminar-subcont {
    background-color: rgb(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
}

.about-shigaku-seminar-cont {
    padding: 50px;
}

.about-shigaku-seminar-desc {
    font-size: 24px;
    text-align: center;
    line-height: 32px;
	font-weight: 700;
}

.about-shigaku-seminar-item img {
    object-fit: cover;
    height: 330px;
    width: 100%;
}

.cont-1200 {
	max-width: 1200px;
	margin: 0 auto;
}

#pricipal-message {
    background: #EBF6FF;
    padding: 80px 0;
}

.pricipal-message-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
}

#about-shigaku-seminar .am-bg-pix>img {
    object-position: bottom;
}

#meet-our-instructors {
    padding: 80px 0;
}

.meet-our-instructors-item {
    background-color: #fff;
    margin: 0 0 40px;
    padding: 20px;
}

.meet-our-instructors-name {
    font-size: 20px;
    font-weight: 700;
    color: #0079E1;
    padding: 0 0 2px;
    border-bottom: 1px solid #0079E1;
	margin: 0 0 10px;
}

.meet-our-instructors-position {
    font-size: 16px;
    margin: 0 10px 0 0;
}

.meet-our-instructors-image img {
    width: 100%;
    height: 277px;
    object-fit: cover;
    object-position: top;
}

#meet-our-instructors .am-col4 {
    max-width: 250px;
}

#meet-our-instructors .am-col8 {
    width: calc(100% - 250px);
    margin: 0 0 0 50px;
	line-height: 32px;
}

.meet-our-instructors-subtitle {
    display: block;
	font-weight: 700;
}

.about-text {
    color: #000;
    font-weight: 400;
    font-size: 16px;
    margin: 0 10px 0;
}

#enrollment-process {
    padding: 80px 0;
    background-color: #EBF6FF;
}

.enrollment-process-content__subtitle {
    font-weight: 700;
    display: block;
}

.enrollment-process-item {
    line-height: 28px;
    margin: 0 0 50px 0;
}

.enrollment-process-image {
    background-color: #0079E1;
    width: 144px;
    height: 144px;
    border-radius: 50%;
    text-align: center;
    line-height: 1;
    align-content: center;
    margin: 0 40px 0 0;
}

.enrollment-process-number span {
    font-size: 18px;
    font-style: normal;
}

.enrollment-process-number {
    font-size: 30px;
    color: #fff;
    text-align: center;
    font-style: italic;
    font-weight: 700;
    margin: 0;
    justify-self: center;
}

.enrollment-process-image img {
    width: 77px;
    text-align: center;
    height: auto;
	margin: 5px 0 0;
}

#access-service {
    padding: 80px 0;
}

.access-service-cont {
    background-color: rgb(255, 255, 255, 0.6);
    max-width: 1200px;
    margin: 0 auto;
    padding: 50px;
	line-height: 1.8;
}

.access-service-map iframe {
    width: 100%;
}

.access-service-map {
    margin: 0 40px 0 0;
}

.access-service-subtitle {
    font-size: 18px;
    font-weight: 700;
    display: block;
	margin: 0 0 10px;
}

.access-service-item {
    margin: 0 0 20px;
}

p.access-service-item {
    margin: 0;
}

.mrg-adj {
	margin: 40px 0 20px;
}

.cont-1000 {
	max-width: 1000px;
	margin: 0 auto;
}

#about-shigaku-seminar .am-bg-pix > img {
    margin: -8px 0 0;
}

.class-custom-item {
    border: 1px solid #0079E1;
	margin: 0 0 40px;
}

.class-name {
    display: block;
    color: #0079E1;
    font-weight: 700;
    font-size: 20px;
    padding: 10px 0 10px 20px;
    background-color: #D3E8F9;
}

.class-custom-subitem {
    padding: 20px;
}

.class-content {
    margin: 0 0 0 30px;
}

.class-content-subtitle {
    color: #0079E1;
    font-weight: 700;
    display: block;
    font-size: 20px;
    align-content: end;
    border-bottom: 2px solid;
    margin: 20px 0;
    width: 100%;
}

.class-content-subtitle__cont {
    display: flex;
}

.class-content-subtitle__cont img {
    vertical-align: middle;
	object-fit: contain;
}

.class-content-subtitle__cont {
    margin: 0;
}

.class-cont {
    line-height: 32px;
}

.class-content-subitem {
    margin: 0 0 20px;
}

.class-btn1 {
    border: 1px solid #0079E1;
    border-radius: 50px;
    max-width: 190px;
    font-weight: 700;
    color: #0079E1;
    font-size: 20px;
    text-align: center;
    padding: 12px 35px;
    text-decoration: none;
    margin: 0 auto;
}

.class-btn1 img {
    vertical-align: middle;
    padding: 0 0 5px 2px;
}

.class-btn1-cont {
    text-align: right;
    margin: 20px;
    display: block;
}

#single-class .title3 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 3px solid #0079E1;
    padding: 0 0 10px;
    margin: 50px 0 40px;
}

#single-class .am-col8 {
    margin: 0 30px 0 0;
}

.class-yt-desc {
    margin: 30px 0 0;
    display: block;
}

.yt-video1 {
    margin: 0 0 30px;
}

.single-class-subitem {
    border: 1px solid #0079E1;
    padding: 20px;
    margin: 0 0 30px;
}

#single-class .single-class-subitem__content {
    margin: 0 0 0 30px;
}

.single-class-subitem__name {
    margin: 0;
    font-size: 20px;
    color: #0079E1;
    font-weight: 700;
    border-bottom: 1px solid #0079E1;
}

.single-class-subitem__position {
    font-weight: 700;
}

.single-class-subitem2 {
    border: 1px solid #0079E1;
    margin: 0 0 20px;
    padding: 20px;
}

.single-class-subitem2 .single-class-subitem__name {
    margin: 0 0 10px;
}

.other-articles > h3 {
    display: flex;
    align-items: center;
    position: absolute;
    left: 20px;
    top: 0;
    transform: translateY(-50%);
    background: #FFF;
    width: fit-content;
    padding: 0 15px;
}

.other-articles {
    border: 2px solid #0079e1;
    position: relative;
    margin: 60px 0 40px;
    padding: 50px 20px;
}

.other-articles > h3 > img {
    margin: 0 10px 0 0;
}

.other-articles__content > span {
    color: #0079e1;
    margin: 0 10px 0 0;
}

.schedule-fees tbody tr td {
    border: 1px solid #9D9D9D;
	padding: 10px 5px;
}

.schedule-fees {
    border-collapse: collapse;
    text-align: center;
	width: 100%;
	margin: 50px 0 60px;
}

.schedule-fees tbody tr:first-child td {
    background-color: #0079E1;
    color: #fff;
    font-weight: 700;
}

.bg-blue {
    background-color: #EBF6FF;
}

.class-btn2 {
    background-color: #0079E1;
    color: #fff;
    text-decoration: none;
    font-size: 28px;
    font-weight: 700;
    border-radius: 10px;
    padding: 30px 10px;
    text-align: center;
    max-width: 380px;
    display: block;
}

.class-btn2-cont {
    margin: 0 0 30px;
}

.class-btn2 img {
    margin: 0 0 0 10px;
}

.title5 {
    border-bottom: 3px solid #0079E1;
    width: fit-content;
}

.single-class-category__cont {
    border-bottom: 1px solid #B6B6B6;
    padding: 15px 0;
}

#single-class .single-class-category .am-col8 {
    margin: 0 0 0 15px;
}

#single-class .single-class-category .am-col4 img {
    width: 100%;
    vertical-align: middle;
}

.single-class-category {
    border: 1px solid #0079E1;
    padding: 20px;
	background-color: #EBF6FF4D;
}

.class-table-content {
    border: 1px solid #0079E1;
    padding: 10px;
    margin: 40px 0 0;
    background-color: #EBF6FF;
}

.title6 {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
}

.class-table-content a {
    text-decoration: none;
    color: #000;
}

.class-table-content ul li {
    list-style: auto;
}

.single-class-category__cont {
    text-decoration: none;
    color: #000;
}

.br-sp {
	display: none;
}

.am-anchor {
    position: relative;
}

.am-anchor > span {
    position: absolute;
    top: -100px;
}

.banner-title1 {
    font-size: 30px;
    display: block;
	color: #FFB34F;
}

.banner-title2 {
    font-size: 38px;
    color: #0079E1;
}

.fs-48 {
	font-size: 48px;
}

.toefl-toeic-class .banner-title {
    line-height: 60px;
}

.banner-layout.toefl-toeic-class {
    margin: 90px 0 0;
}

#serious-learning {
    padding: 80px 0;
    background-color: #EBF6FF;
}

.serious-learning-content {
    margin: 0 0 0 40px;
    line-height: 28px;
    align-content: center;
}

.teaching-style-subcont {
    background-color: rgb(255, 255, 255, 0.7);
	padding: 50px;
}

.cont-1200.teaching-style-cont {
    padding: 50px;
}

.teaching-style-item {
    background-color: #0079E1CC;
    margin: 0 30px 0;
    width: 240px;
    height: 240px;
    border-radius: 50%;
    color: #fff;
    text-align: center;
    align-content: center;
}

#teaching-style .am-flex {
    justify-content: center;
}

.teaching-style-image {
    margin: 0 auto;
    display: block;
    width: 120px;
    height: 120px;
}

.left-image .should-take-course-item__content {
    margin: 0 0 0 40px;
    line-height: 28px;
}

.should-take-course-item__subtitle {
    font-size: 20px;
    display: block;
    color: #0079E1;
    font-weight: 700;
    margin: 0 0 20px;
}

.should-take-course__item {
    margin: 0 0 50px;
}

.right-image .should-take-course-item__content {
    margin: 0 40px 0 0;
    line-height: 28px;
}

#should-take-course {
    padding: 80px 0;
    background-color: #EBF6FF;
}

#about-course .am-bg-pix>img {
    filter: opacity(0.8);
}

#about-course {
    padding: 80px 0;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
	border: 2px solid #ccc;
	height: 200px;
	object-fit: cover;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	padding: 0 0 30px 0;
}

.blog-item {
    width: calc(100% / 12 * 3 - 30px);
	margin: 0 30px 30px 0;
}

.blog-pg .blog-item {
    width: calc(100% / 12 * 2 - 20px);
    margin: 0 30px 30px 0;
    border: 1px solid #0079E1;
    border-radius: 20px;
    padding: 10px;
    text-align: center;
    color: #0079E1;
    text-decoration: none;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
	min-height: 180px;
    align-content: center;
	box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2), 0 1px 10px 0 rgba(0, 0, 0, 0.19);
}

img.blog-image.pg-blog {
    height: 250px;
	width: 100%;
	max-width: 100%;
}

.blog-pg .blog-title {
    background-color: #EBF6FF;
    border: 1px solid #0079E1;
}

.sect-blog__item-date {
	font-size: 14px;
}

.sect-blog__item-excerpt {
	font-size: 16px;
	line-height: 160%;
}

.sect-blog__item-title {
	font-size: 18px;
	margin: 10px 0;
	font-weight: 700;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 16px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: orange;
	color:#FFF;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.header-blog {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #0079E1;
	font-size: 26px;
	text-align: left;
	width: fit-content;
	padding: 0 0 5px;
}

.widgettitle {
	font-weight: 700;
	color: #555;
	line-height: 140%;
	border-bottom: 3px solid #38393c;
	font-size: 26px;
	text-align: left;
	margin: 60px 0 0;
}

.widgettitle:last-child {
	margin: 60px 0 0 0;
}

.sect-blog__sidebar ul li {
	list-style: none;
	border-bottom: 1px solid #B2B2B2;
	padding: 10px 0;
}

.sect-blog__sidebar ul li a {
	text-decoration: none;
	font-weight: 400;
	color: #000;
}

div#calendar_wrap {
	width: 100%;
}

table#wp-calendar {
	width: 100%;
	margin: 20px 0 0;
	table-layout: fixed;
}

#wp-calendar tbody td {
	background: #f5f5f5;
	border: 1px solid #fff;
	text-align: center;
	padding: 8px;
}

.sidebar ul li a {
	color: #000;
}

#sect-blog a:hover {
	color: #000;
	text-decoration: underline;
}

.widgettitle:first-child {
	margin: 0;
}

.wp-calendar-nav-prev a {
	text-decoration: none;
	color: #007bff;
	font-weight: 700;
}

#wp-calendar a {
	color: #007bff;
	font-weight: 700;
	text-decoration: none;
}

caption {
	padding-top: .75rem;
	padding-bottom: .75rem;
	color: #0079E1;
	text-align: left;
	caption-side: bottom;
}

#wp-calendar caption {
	text-align: right;
	color: #000;
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 15px;
}

.mgb-40 {
	margin: 0 0 40px;
}

.ii-pgnavi__btn.ii-pgnavi__current {
	background: #0079E1;
	color: #FFF;
	cursor: revert;
}

.ii-pgnavi__btn {
	background-color: #0079E1;
	padding: 10px 14.79px;
	color: #fff;
	font-weight: 500;
	border: 1px solid #888;
	margin: 0 5px;
	cursor: pointer;
	font-size: 16px;
}

.ii-pgnavi__btn i {
	background-color: #fff;
	color: #0079E1;
	margin: 0 0 0 8px;
}

button.ii-pgnavi__btn.next {
	background-color: #fff;
	padding: 10px 12.79px;
	color: #0079E1;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
	
}

button.ii-pgnavi__btn.previous {
	background-color: #fff;
	padding: 12px 13.79px;
	padding: 10px 12.79px;
	color: #0079E1;
	font-size: 18px;
	font-weight: 700;
	border: 1px solid #0079E1;
}

.sect-news__pagenavi{
	text-align: center;
	margin: 0 0 100px;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
}

.sect-news__pagenavi .btn-style-1 {
	text-decoration: unset;
	display: inline-block;
	margin: 0 10px;
	width: 150px;
	position: relative;
	background: linear-gradient(90deg, #3F8837 0%, #8FDF86 100%);
}

.ll-button {
	background-color: #006533;
	border-radius: 50px;
	color: #fff;
}

.chev-left {
	padding: 5px 20px 5px 15px;
}

.chev-right {
	padding: 5px 15px 5px 20px;
}

.chev-left::before {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 15px;
	line-height: 1.8;
}

.chev-right::after {
	font-family: 'Font Awesome 6 Free';
	font-weight: 700;
	font-size: 10px;
	width: 18px;
	height: 18px;
	border: 2px solid;
	display: inline-block;
	border-radius: 50%;
	vertical-align: bottom;
	position: absolute;
	top: 22%;
	right: 0;
	left: 75%;
	line-height: 1.8;
}

.chev-left::before {
	content: "\f053";
	margin: 0 10px 4px 0;
}

.chev-right::after {
	content: "\f054";
	margin: 0 0 4px 10px;
}

#main-teach {
    padding: 80px 0;
    background-color: #EBF6FF;
}

.main-teach__subtitle {
    width: fit-content;
    margin: 0 auto 60px;
}

.main-teach__item {
    display: flex;
    background: #FFF;
    padding: 40px;
    border: 1px solid #0079e1;
	margin: 0 0 40px;
}

.main-teach__item:last-child {
    margin: 0;
}

.main-teach__item-pix {
    width: 21.7%;
}

.main-teach__item-pix > img {
    display: block;
}

.main-teach__item-content {
    width: calc(78.3% - 40px);
    margin: 0 0 0 40px;
}

.main-teach__item-title {
    font-size: 20px;
    line-height: 1;
    font-weight: 700;
    color: #0079E1;
    border-bottom: 1px solid;
    padding: 0 0 15px;
    margin: 0 0 10px;
}

.main-teach__item-title > small {
    font-size: 16px;
    margin: 0 20px 0 0;
}

.main-teach__item-subtitle {
    margin: 0 0 5px;
    font-weight: 700;
    line-height: 1.8;
}

.main-teach__item-desc {
    margin: 0;
    line-height: 1.8;
}

.about-course-item {
    background: #ffffff;
    border: 1px solid #0079e1;
    margin: 0 0 30px;
}

.about-course-item__subitem {
    color: #0079e1;
    font-size: 20px;
    line-height: 1.6;
    background: #d3e8f9;
    padding: 20px 30px;
    font-weight: 700;
    margin: 0;
}

.about-course-item > div.am-flex {
    padding: 40px 30px;
}

.about-course-item__image {
    padding: 0 30px 0 0;
}

.about-course-item__subtitle2 {
    display: block;
    margin: 10px 0;
    color: #0079e1;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
}

.about-course-item__list {
    margin: 0 0 20px;
    padding-left: 20px;
}

.btn3 {
    background: linear-gradient(180deg, #FFDF4F 0%, #FF8D29 100%);
    padding: 20px 40px;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #FFF;
    text-decoration: unset;
    display: inline-block;
    margin: 20px 0 0;
}

.btn3 > img {
    margin: 0 0 0 20px;
}

.about-course-item__subtitle3 {
    display: block;
    margin: 20px 0 0;
}

.about-course-item__subtitle4 {
    display: block;
    font-size: 20px;
    line-height: 1.6;
    font-weight: 700;
    margin: 20px 0;
}

.about-course-item__subtitle4::before {
    content: "";
    width: 7px;
    height: 32px;
    border-radius: 10px;
    display: inline-block;
    background: #0079E1;
    vertical-align: bottom;
    margin: 0 10px 0 0;
}

.about-course-item__content {
    font-size: 16px;
    line-height: 1.8;
}

.btn3:hover {
    opacity: 0.8;
}

.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 900px;
	width: calc(100% - 40px);
}

.required {
	color: #FFF;
	padding: 1px 34px;
	font-size: 14px;
	margin: 0 20px 0 auto;
	background-color: #0079e1;
	border-radius: 30px;
}

.not.required {
    background: #9d9d9d;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	font-weight: 400;
	display: flex;
}

.inquiry-form__contact-col input {
	padding: 16px 10px;
	width: calc(100% - 22px);
	border: 1px solid #0079E1;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	padding: 10px;
	width: calc(100% - 22px);
	border: 1px solid #0079E1;
}

.inquiry-form__link {
	font-size: 18px;
}

.inquiry-form__contact-form a {
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid #B1B1B1;
}

.inquiry-form__row.height-adj {
    height: 93px;
}

.inquiry-form__contact-col.inq-item__radio {
	align-self: center;
}

.inquiry-form__row {
    display: flex;
    align-items: flex-start;
}

.inquiry-form__contact-col {
    width: 72%;
}

.inquiry-form__contact-col:first-child {
    width: 28%;
}

.contact-apply-cont {
    background: #eff5fe;
    width: 100%;
    max-width: 1100px;
    margin: 50px auto;
    padding: 50px 0;
}

#contact-apply {
    padding: 1px 0;
}

.inquiry-form__submit-cont input {
    background: linear-gradient(180deg, #FFDF4F 0%, #FF8D29 100%);
    border: unset;
    color: #FFF;
    font-size: 20px;
    font-weight: 700;
    line-height: 1;
    padding: 20px 60px 20px 40px;
}

.inquiry-form__submit-cont {
    text-align: center;
}

#faq-toefl {
    padding: 80px 0;
}

#thank-you {
	padding: 80px 0;
	background: #EBF6FF;
}

.thank-you-cont {
    text-align: center;
}

.class-btn1-cont.class-btn {
    text-align: center;
    margin: 0 0 50px;
}

.dl-submit {
	position: relative;
	width: fit-content;
	margin: 0 auto;
}

.dl-submit .wpcf7-spinner {
    display: block;
}

.dl-submit::after {
    content: "\f061";
    font-family: 'FontAwesome';
    color: #FFF;
    letter-spacing: 0.25px;
    font-size: 18px;
    line-height: 1.55;
    width: 18px;
    height: 18px;
    position: absolute;
    right: 15px;
    top: 25px;
    transform: translateY(-50%);
}

.hdr-tel a {
    text-decoration: none;
    color: #000;
}

.free-trial-inquiry-subcont {
    max-width: 1100px;
    margin: 50px auto;
    padding: 50px;
    background-color: rgb(255,255,255, 0.8);
}

#free-trial-inquiry {
    padding: 50px 0;
}

.subtitle-inquiry {
    font-weight: 700;
    text-align: center;
    margin: 50px 0 30px 0;
}

.free-trial-inquiry-tel {
	text-align: center;
	font-weight: 700;
	font-size: 20px;
}

.free-trial-inquiry-tel a {
    color: #0079E1;
    text-decoration: none;
}

.free-trial-inquiry-tel img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

.free-trial-inquiry-form {
    margin: 50px 0;
}

input[type="radio"] {
    width: unset;
}

#student-testimonials-page {
    padding: 80px 0;
}

#student-testimonials-page .am-bg-pix>img {
    filter: opacity(0.7);
	margin: -8px 0 0;
}

.ftr-phone-num a {
    text-decoration: none;
    color: #fff;
}

.main-slider-ov__subbnr-title > span {
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
    margin: 10px 0;
}

.main-slider-ov__subbnr-txt > p.mid-txt {
    font-size: 45px;
    line-height: 100%;
    display: block;
    color: #FFF155;
    margin: 10px 0;
    text-shadow: 3px 3px 5px #41515F;
}

img.main-slider__arrow {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
}

.low-txt {
    text-align: right;
    max-width: 460px;
}

.low-txt a {
    text-decoration: none;
    color: #fff;
}

.main-slider-ov__subbnr-txt > p.low-txt {
    margin: 20px 0 0;
}

.main-slider-ov__subbnr-txt > p.top-txt {
    font-size: 20px;
    line-height: 35px;
}

.txt-sp {
	display: block;
}

.sp-only {
	display: none;
}

.category-list {
    margin: 40px 0;
    padding: 20px;
    background-color: #EBF6FF4D;
    border: 1px solid #0079E1;
}

.single-class-category .am-col8 {
    margin: 0 0 0 10px;
}

i.fa.fa-chevron-left {
    margin: 0 8px 0 0;
}

li.cat-item:before {
    content: '\f054';
    margin: 0 5px 0 0;
	font-family:'FontAwesome'
}

#sect-blog.blog-pg .sect-blog__cont {
    margin: 80px 0 0;
	max-width: 1200px;
    margin: 0 auto;
	justify-content: center;
}

#sect-blog.blog-pg.single-pg .sect-blog__cont {
    margin: 80px 0 0;
    max-width: unset;
}

img.folder-icon {
    margin: 0 10px 3px 0;
    vertical-align: middle;
}

.header-blog2 {
    font-weight: 700;
    font-size: 42px;
    line-height: 1.5;
    color: #0079E1;
}

#single-class {
    padding: 80px 0;
}

#sect-blog.single-pg .title3 {
    text-align: left;
    font-weight: 700;
    font-size: 28px;
    border-bottom: 3px solid rgb(0, 121, 225);
    padding: 0px 0px 10px;
    margin: 50px 0px 40px;
}

.smile-postcards-content {
    margin: 0 0 0 30px;
    line-height: 28px;
}

.improve-school-record-list li {
    list-style: number;
	line-height: 28px;
}

ul.improve-school-record-list {
    padding: 0 0 0 20px;
}

.improve-school-record-image {
    text-align: center;
    margin: 0 auto;
    display: block;
}

#excellent-students img {
    width: 100%;
}

.shigaku-btn1.blog-btn {
    text-align: center;
    display: block;
    margin: 40px auto 0 auto;
}

.individu-learning-style-list li {
    list-style: number;
}

ul.individu-learning-style-list {
    padding: 0 0 0 20px;
    line-height: 28px;
}

.class-table-content ul li {
    font-size: 20px;
    line-height: 32px;
    margin: 0 0 5px;
}

.acknowledge-other-content {
    line-height: 28px;
}

#future-map-motto img {
    width: 100%;
}

.future-map-content {
    line-height: 28px;
}

#excellent-students .title3 {
    line-height: 58px;
}

.excellent-students-content {
    line-height: 28px;
}

.celebrating-content {
    line-height: 28px;
}

.senior-content {
    line-height: 28px;
}

#daily-verification .title3 {
    line-height: 54px;
}

#smile-postcards .title3 {
    line-height: 54px;
}

.pc-only {
	display: block;
}

.np-fixed.pc {
	display: block;
	position: fixed;
	width: auto;
/* 	right: max(10px, calc(50vw - 720px)); */
	right: 100px;
	bottom: 0;
	z-index: 5;
}

.np-fixed.pc .np-fixed__btn.dload {
    background: #FF8D29;
    color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-decoration: unset;
    padding: 10px;
    border-radius: 10px 10px 0 0;
    text-align: center;
    width: calc(160px - 20px);
    height: calc(90px - 20px);
}

.np-fixed.pc .np-fixed__btn.dload > i.fa {
    display: block;
    margin: 0 0 5px;
}

.np-fixed.sp {
	display: none;
}

.pc-only {
	display: block;
}

.blog-banner .banner-image img {
    object-position: bottom;
}

.blog-item__subtitle {
    display: block;
}

.blog-pg .blog-item:nth-child(5n),
.blog-pg .blog-item:nth-child(10n){
    margin: 0 0 30px 0;
}

.blog-list__title {
    display: block;
    background-color: #0079E1;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 5px 10px;
}

.blog-list__item {
    margin: 0 auto 0 0;
    width: calc(100% / 12 * 4 - 40px);
}

.blog-list_list li a {
    text-decoration: none;
    color: #000;
}

.blog-list_list li {
    margin: 10px 0;
}

.blog-list__item:nth-child(3n) {
    margin: 0;
}

.blog-list__cont {
    justify-content: space-between;
	margin: 0 auto 60px;
}

.blog-list__title img {
    vertical-align: middle;
    margin: 0 10px 0 0;
}

#sect-blog.category-pg {
    padding: 80px 0;
}

#sect-blog.category-pg .sect-blog__cont {
    max-width: 1200px;
}

.blog-pg.category-pg .blog-item {
    width: calc(100% / 12 * 6 - 50px);
    margin: 0 20px 30px 0;
}

.category-pg img.sect-blog__item-img {
    object-fit: contain;
    width: 100%;
    border: none;
}

.np-fixed__btn.dload img {
    width: 30px;
    text-align: center;
    display: block;
    margin: 0 auto 5px;
}

.video-message-item iframe {
    width: 100%;
    height: 300px;
}

#stop-school-banner a {
    text-decoration: none;
}

a.am-col4.class-item {
    text-decoration: none;
    color: #000;
}

/* a.subbnr-link{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
	top: 0;
    left: 0;
} */

.stop-button {
    display: block;
    text-align: right;
    color: #0079E1;
    font-weight: 700;
}

.blog-btn__cont {
    display: flex;
    justify-content: center;
}

.shigaku-btn2.blog-btn1 {
    margin: 0 20px 0 0;
}

.shigaku-btn2.blog-btn2 {
    margin: 0;
}

img.subbnr-img {
    height: 260px;
    object-fit: contain;
    width: 100%;
    max-width: 750px;
    margin: 30px 0 0;
    position: relative;
}

#banner-lower-image.about-banner .banner-image img {
    height: auto;
}
