body,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea,
input[type=submit] {
    font-family: "Sawarabi Gothic";
}

body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

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

    100% {
        opacity: 1
    }
}

/*body {
    display: none;
}*/

/*ヘッダー周り*/
.global-nav-list>li .global-nav-name {
    font-size: 1.15em;
    /*font-weight: 200;
    font-family: "Sawarabi Mincho";*/
}

.global-nav-list>li .global-nav-name span {
    font-size: .8em;
    font-weight: 200;
    color: #dcdcdc;
    font-family: inherit;
    display: none;
}

.global-nav-list>li {
    position: relative;
}

.global-nav-list>li:not(:last-child)::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 5em;
    background-color: #ccc;
    position: absolute;
    top: 0.6em;
    right: -5px;
}

.global-nav-list>li:before {
    border-bottom: 1px solid #005814;
}

.global-nav-list>li.home_page {
    display: none
}

.global-nav-list>li.other_page {
    display: block
}

body.home .global-nav-list>li.home_page {
    display: block
}

body.home .global-nav-list>li.other_page {
    display: none
}

.device-pc .global-nav-list>li>a {
    padding: 14px 2.5em;
    padding-bottom: 0;
}

.device-pc .global-nav-list>li:not(:first-child)>a {
    padding: 24px 2em;
}

.site-header {
    margin-bottom: 0.3em;
}

.site-header-logo a {
    color: #464646;
}

.site-header-logo a span {
    position: relative;
    padding-left: 3em;
    display: block;
}


.site-header-logo a span::before {
    content: '';
    display: inline-block;
    width: 70px;
    height: 40px;
    background-image: url(images/logo2.webp);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    margin-right: 0.3em;
    position: absolute;
    left: 0;
    top: 2px;
}

.site-header-logo a span span {
    font-size: .5em;
    line-height: 1;
    padding-left: 0;
}

.site-header-logo a span span::before {
    content: none;
}

.header_scrolled .site-header-logo {
    display: block;
}

.site-header--layout--nav-float .site-header-logo {
    width: auto;
    font-weight: 200;
    margin-right: 0;
    padding-top: 3.2rem;
}

.global-nav--layout--float-right .global-nav-list {
    width: 100%;
    flex-wrap: wrap;
    justify-content: right;
}

.global-nav-list>li:first-child {
    width: 100%;
    text-align: end;
}

.global-nav-list>li:first-child a {
    display: inline-block;
    position: relative;
    overflow: initial;
}

.global-nav-list>li:first-child:hover::before {
    width: 0;
}

.global-nav-list>li:first-child::after {
    content: none;
}

.site-header-logo {
    padding-top: 2.8rem;
}

.global-nav-list>li:first-child .global-nav-name {
    font-size: 2em;
}

.global-nav-list>li:first-child a::before {
    content: '';
    display: inline-block;
    width: 41px;
    height: 42px;
    background-image: url(images/header_tel.webp);
    background-size: contain;
    vertical-align: middle;
    position: absolute;
    left: -15px;
    top: 10px;
}

.swiper-slide-next {
    opacity: 0.5;
}

.swiper-slide-prev {
    opacity: 0.5;
}

.page-header {
    display: none
}

.breadcrumb {
    border-top: none;
}

.elementor>section.other_title {
    margin-bottom: 0
}

/*サイドバー周り*/
.sub-section--col--two img {
    width: 260px;
    margin-bottom: 1em
}

.sub-section--col--two img.pc_only {
    border: 1px solid #dcdcdc;
}

.sub-section--col--two a,
.footer_bannar_inner a,
input[type=submit] {
    transition: 0.5s;
}

.sub-section--col--two a:hover,
.footer_bannar_inner a:hover,
input[type=submit]:hover {
    opacity: 0.7;
}

.sub-section>aside:last-child a:nth-of-type(4) {
    display: block;
    position: relative;
    overflow: hidden
}

.sub-section>aside:last-child a:nth-of-type(4) img {
    border-radius: 10px
}

/*フッター周り*/
.site-footer {
    border-top: none;
    background: #E5DFD6;
    content-visibility: inherit;
}

.site-footer-content .row .col-lg-4:first-child {
    flex: 0 0 100%;
    max-width: none;
}

.site-footer-content .row .col-lg-4:nth-of-type(2),
.site-footer-content .row .col-lg-4:nth-of-type(3) {
    display: none;
}

.site-footer-copyright {
    background: #E5DFD6;
    color: #333;
    max-width: none;
}

.site-footer-copyright p {
    font-size: 1.2em;
}

.site-footer-content h2 {
    border: none;
    text-align: center;
    font-size: 1.6em;
    padding-top: 2em;
}

.footer_bannar {
    justify-content: space-evenly;
    display: flex;
    padding-bottom: 3em;
}

.footer_bannar_inner {
    width: 20%;
}

.sp_only {
    display: none;
}

.pc_only {
    display: block;
}

ul.fbt {
    display: none;
}

.site-footer-content {
    display: none
}



/*トップページ*/
section:first-child .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding-top: 0;
}

h2.elementor-heading-title {
    border-left: 5px solid #76c1fc;
    border-top: none;
    padding-left: 0.5em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid #76c1fc;
    font-size: 1.2em;
    line-height: 1.4;
    padding-top: 0.2em;
}

.elementor>section {
    margin-bottom: 2.5em;
}

section.news ul {
    list-style: none;
    FB7E03
}

section.news ul li h3 {
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

section.news ul li h3:hover {
    color: #FB7E03;
}

section.news h3 {
    font-size: 1rem;
    font-weight: 200;
    display: flex;
}

section.news h3 span.date {
    margin-right: 1em;
}

section.news h3::after {
    content: none;
}

section.news .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

/*section.reason {
    margin-top: -140px;
    padding-top: 140px
}*/

section.reason h2.elementor-heading-title {
    border: none;
    text-align: center;
}

section.reason h2.elementor-heading-title span {
    font-size: 1.8em;
}

section.reason h2.elementor-heading-title span span {
    color: #d40000;
    font-size: 1.4em;
}

section.reason_new h2 {
    border-left: none;
    font-size: 1.6em;
}

section.reason_new h2>span {
    font-size: 1.2em;
    margin-right: 0.5em;
}

section.reason_new h2>span>span {
    color: #ff0000;
    font-size: 1.4em;
}


section.reason_new h2 {
    position: relative;
    padding: 0 0 .5em 0;
    border-bottom: 3px solid #000;
    margin-bottom: 1em;
    text-align: center;
}

section.reason_new h2:before,
section.reason_new h2:after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}

section.reason_new h2:before {
    bottom: -45px;
    border-style: solid;
    border-color: #000 transparent transparent transparent;
    border-width: 45px 40px 0 0;
}

section.reason_new h2:after {
    bottom: -39px;
    border-style: solid;
    border-color: #fff transparent transparent transparent;
    border-width: 39px 35px 0 0;
    z-index: 10;
}



section.reason h3,
section.reason_new h3 {
    border: none;
    font-size: 2em;
}

section.reason p,
section.reason_new p {
    font-size: 1.2em;
}

section.reason h3::after,
section.reason_new h3::after {
    content: none;
}

section.reason h3 span,
section.reason_new h3 span {
    color: #ff0000;
    margin-right: .3em;
}

section.reason span.page_link {
    font-size: .9em;
    display: block;
    margin-top: 0.5em;
}

section.reason span.page_link::before {
    content: ">>>";
    color: #d40000;
    font-weight: 900;
    font-size: 1.4em;
    margin-right: 0.1em;
}

section.about p.haba_small {
    letter-spacing: -1px;
    margin-bottom: 0;
}

.mt20 {
    margin-top: 20px;
}

.clm1s_body {
    width: auto;
    padding: 10px 10px 5px;
}

.ih_list3 {
    position: relative;
    width: 698px;
    /*height: 371px;*/
    background: url(images/img5_new3.png) no-repeat;
    background-position-x: right;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-bottom: 150px;
}

.ih_list3::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.ih_list3 dt {
    display: none;
}

.ih_list3 .txt1 {
    position: absolute;
    left: 85px;
    top: 70px;
    width: auto;
    padding-left: 2em;
}

.ih_list3 .txt2 {
    position: absolute;
    left: 10px;
    top: 160px;
    width: 470px;
    padding-left: 0;
    padding-top: 1.2em;
    padding-right: 1em;
}

img.top_sp_img {
    display: none;
}

section.kashidashi h2 {
    background: #FF74A7;
    border: none;
    display: inline-block;
    padding: 0.5em 1em;
    border-radius: 20px;
    color: #fff;
    text-align: center;
    font-size: 2.5em;
    padding-top: 0;
    position: relative;
}

section.kashidashi h2::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #FF74A7;
}

section.kashidashi h2 span {
    font-size: .4em;
    font-weight: 200;
}

section.kashidashi section.fukidashi p {
    background: #adadad;
    color: #fff;
    border-radius: 50%;
    font-size: 1.2em;
    padding: 1.5em 0;
    position: relative;
    text-align: center;
}

section.kashidashi section.fukidashi p.fukidashi1::before {
    content: "";
    position: absolute;
    bottom: 15px;
    right: -8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #adadad;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.kashidashi section.fukidashi p.fukidashi1 span,
section.kashidashi section.fukidashi p.fukidashi2 span {
    transform: rotate(-7deg);
    -moz-transform: rotate(-7deg);
    -webkit-transform: rotate(-7deg);
    display: block;
}

section.kashidashi section.fukidashi p.fukidashi3 span {
    transform: rotate(7deg);
    -moz-transform: rotate(7deg);
    -webkit-transform: rotate(7deg);
    display: block;
}

section.kashidashi section.fukidashi p.fukidashi2::before {
    content: "";
    position: absolute;
    top: 55px;
    right: -5px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 25px solid #adadad;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(90deg);
}

section.kashidashi section.fukidashi p.fukidashi3 {
    margin-top: 3em;
}

section.kashidashi section.fukidashi p.fukidashi3::before {
    content: "";
    position: absolute;
    bottom: 15px;
    left: 8px;
    margin-top: -15px;
    border: 15px solid transparent;
    border-left: 15px solid #adadad;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

section.kashidashi section.fukidashi+div p {
    text-align: center;
    font-size: 1.6em;
    margin-top: 0.5em;
}

section.kashidashi section.fukidashi+div p span {
    font-size: 1.8em;
}

section.kashidashi ul {
    list-style: none;
    padding-left: 0;
    font-size: .8em;
    letter-spacing: -1px;
}

section.kashidashi h3 {
    color: #fff;
    padding: 1em;
    padding-right: 30%;
    line-height: 1.4;
    font-size: 2em;
    font-weight: 200;
    background: url(images/boiler2.webp);
    position: relative;
    background-color: #ff1f52;
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: bottom;
    background-size: 160px;
}

section.kashidashi h3 span.boiler_over {
    position: absolute;
    background: #fff;
    color: #333;
    font-size: .5em;
    border-radius: 50%;
    padding: 1.2em;
    right: 1%;
    top: -17%;
    border: 1px solid #000;
}

section.kashidashi h3 span.boiler_over::before {
    content: "";
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin-left: -15px;
    border: 12px solid transparent;
    border-top: 12px solid #FFF;
    z-index: 2;
}

section.kashidashi h3 span.boiler_over::after {
    content: "";
    position: absolute;
    bottom: -28px;
    left: 50%;
    margin-left: -17px;
    border: 14px solid transparent;
    border-top: 14px solid #555;
    z-index: 1;
}

section.kashidashi h3 span.glay {
    font-size: 1.5em;
    color: #c9c9c9;
}

section.kashidashi h3 span.small {
    font-size: .5em;
    line-height: 1.4;
    display: block;
    color: #c9c9c9;
}

ul.display-posts-listing li:nth-child(4),
ul.display-posts-listing li:nth-child(7),
ul.display-posts-listing li:nth-child(8),
ul.display-posts-listing li:nth-child(9) {
    pointer-events: none
}

/*問い合わせページ*/
section.contact_content .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0
}

p.nyuuryoku,
p.kakunin_send {
    color: #ff0a21;
    margin-top: 0;
}

.mw_wp_form_input p.kakunin_send,
.mw_wp_form_confirm p.nyuuryoku,
.mw_wp_form_confirm h2.contact,
.mw_wp_form_confirm ul {
    display: none;
}

.mw_wp_form_confirm p.kakunin_send {
    display: block;
}

body.inquiry .page-header {
    min-height: 23em;
    background: url(images/inquiry_header_mv.webp);
    color: #333;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

.page-header-title,
h1.page-header-title {
    font-size: 1.6rem;
}

body.inquiry h1.page-header-title {
    color: #333;
    text-shadow: 1px 1px 3px #b7b4b4;
}

body.inquiry p {
    text-align: center;
}

body.inquiry .mw_wp_form_complete p {
    text-align: left;
}

body.inquiry form ul {
    margin-bottom: 3em;
}

body.inquiry table {
    border-top: none;
}

body.inquiry table td {
    border: 1px solid #ddd;
    border: none;
    padding-top: 1.3em;
}

body.inquiry table tr td:first-child {
    border-bottom: 2px solid #005814;
}

body.inquiry table tr td:last-child {
    border-bottom: 1px solid #ccc;
}

h2.contact {
    text-align: center;
    border: none;
    font-size: 1.2em;
    font-weight: 500;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: .5em 1em;
}

input[type=text].post {
    width: auto;
}

form p {
    margin-top: 3em;
}

table.tablepress-id-1 tr td:nth-child(odd) {
    width: 30%;
    position: relative;
    font-size: 1em;
}

span.required {
    background: #f58f78;
    color: #fff;
    padding: 0 0.5em;
    margin-left: 1.5em;
    margin-right: 1em;
    margin-top: 0;
    position: absolute;
    right: 0;
}

input[type=submit] {
    border-radius: 0;
}

input[type=submit]:hover {
    background-color: #005814;
}

input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    border-radius: 0;
}

.mw_wp_form .error {
    font-size: 100%;
    color: #ff0000;
}

/*会社案内ページ*/
h1.page-header-title {
    font-size: 1.6rem;
    color: #fff;
    text-shadow: 1px 1px 3px #333;
}

body.company .page-header {
    min-height: 23em;
    background: url(images/company_header.webp);
    color: #333;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

body.company .site-body-container,
.elementor-section.elementor-section-boxed.map>.elementor-container {
    max-width: none;
}

section.map {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
}

#sample {
    width: 100%;
    height: 450px;
}

body.company .sub-section--col--two {
    display: none;
}

body.company .main-section--col--two {
    width: 100%;
}

body.company table {
    display: table;
    width: 80%;
    margin: 2em auto;
}

body.company table tbody tr td {
    text-align: left;
    padding: 15px;
    border: 1px solid #aaaaaa;
    font-size: 16px;
    line-height: 2;
}

body.company tr:nth-child(odd) td {
    background-color: #f9f9f9;
}

span.course__ttl__en {
    font-family: "Libre Baskerville", serif;
    font-weight: normal;
    font-style: italic;
    background: linear-gradient(-120deg, rgba(142, 74, 162, 0.2), rgba(0, 143, 208, 0.2));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3em;
    padding-right: 0.3em;
}

/*選ばれる理由ページ*/
body.reason .page-header {
    min-height: 23em;
    background: url(images/reason_header.webp);
    color: #333;
    background-color: inherit;
    background-repeat: no-repeat;
    background-size: cover;
}

body.reason .main-section--col--two {
    width: 100%;
}

body.reason .sub-section--col--two {
    display: none;
}

body.reason h2.elementor-heading-title {
    border-left: none;
    border-bottom: 1px solid #000;
    font-size: 2em;
    position: relative;
    margin-bottom: 2em
}

body.reason h2.elementor-heading-title::before,
body.reason h2.elementor-heading-title::after {
    content: "";
    position: absolute;
    right: 0;
    left: 0;
    width: 0;
    height: 0;
    margin: auto;
}

body.reason h2.elementor-heading-title::before {
    bottom: -40px;
    border-style: solid;
    border-color: #000 transparent transparent #000;
    border-width: 20px 18px 20px 18px;
}

body.reason h2.elementor-heading-title::after {
    bottom: -38px;
    border-style: solid;
    border-color: #fff transparent transparent #fff;
    border-width: 19px 17px 19px 17px;
    z-index: 10;
}


body.reason h2.elementor-heading-title span.red {
    color: #ff0000;
    font-size: 1.2em;
}

body.reason h2.elementor-heading-title span.small {
    font-size: .8em
}

body.reason h3 {
    border-bottom: none;
    padding: 80px 130px 40px;
    line-height: 1;
    font-size: 2em;
    text-align: center;
}

body.reason h3 span.big {
    font-size: 5em
}

body.reason h3 span.middle {
    font-size: 2em
}

body.reason h3::after {
    content: none
}

body.reason h4 {
    background: none;
    font-size: 2em;
    margin-bottom: 0;
    padding-left: 0
}

body.reason h4+p {
    font-size: 1.8em
}

body.reason h4::first-letter {
    color: #ff0000
}

.chosa_outer {
    display: flex;
    justify-content: center;
    margin-top: 2em
}

.chosa_inneer {
    margin-right: 2em
}

.four_box.elementor-section.elementor-section-boxed>.elementor-container {
    flex-wrap: wrap;
    max-width: 1024px;
    justify-content: space-between;
}

.four_box.elementor-section.elementor-section-boxed>.elementor-container .elementor-col-25 {
    width: 48%;
}

/*ご挨拶ページ*/
.greeting_title .elementor-widget-container {
    text-align: center;
}

body.greeting h2 {
    font-weight: 200;
    padding-left: 3em;
    border: none;
    text-align: center;
    font-size: 1.8em;
    border-bottom: 1px solid #333;
    display: inline-block;
    padding-right: 3em;
    margin-bottom: 1em;
}

body.greeting p {
    font-size: 1.2em;
    line-height: 2;
}

body.greeting .syomei_area {
    width: 50%;
    margin-left: 50%;
}

body.greeting p.syomei {
    margin-bottom: 0;
    font-family: "Sawarabi Mincho";
}

/*アコーディオン*/
/*ベース*/
.toggle {
    display: none;
}

.Label {
    /*タイトル*/
    padding: 1em;
    display: block;
    color: #fff;
    background: #7DCCF0;
}

.accordion1 .Label,
.accordion1 .Labe3 {
    background: #76C1FC;
}

.accordion2 .Label,
.accordion4 .Label {
    background: #F9E96D;
}

.Label::before {
    /*タイトル横の矢印*/
    content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    right: 20px;
    transform: rotate(135deg);
}

.Label {
    text-align: center;
    position: relative;
    height: 3em;
}

.Label a {
    color: #fff;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 0.7em;
}

.Label,
.content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

.content {
    /*本文*/
    height: 0;
    margin-bottom: 10px;
    padding: 0 0px;
    overflow: hidden;
}

.toggle:checked+.Label+.content {
    /*開閉時*/
    height: auto;
    padding: 20px 0;
    transition: all .3s;
}

.toggle:checked+.Label::before {
    transform: rotate(-45deg) !important;
}

.page-id-748 .entry-body p:first-child {
    text-align: end;
    margin-bottom: 3em;
}

.page-id-748 .entry-body h2 {
    border: none;
    font-size: 1.2em;
}