@charset "utf-8";
/* CSS Document */
/*-------------------------------------------*/
/* max-width: 1199px
/*-------------------------------------------*/
@media screen and (max-width: 1199px) {
/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/    
/*--文字揃え--*/
.text-cl-1199 {
    text-align: left !important;
}

/*--表示、非表示--*/
.sp-none-1199 {
    display: none;
}

.sp-display-1199 {
    display: block;
}
#common-cta {
    padding: 60px 0;
}
/*-------------------------------------------*/
/*	innerなど、サイズ設定
/*-------------------------------------------*/
/*--投稿のアーカイブ、シングル--*/
body.post-type-archive #content-inner,
body.tax-blog_cat #content-inner,
body.tax-blog_tag #content-inner,
body.single #content-inner {
    display: block;
}
body.post-type-archive #content-inner main#main-content,
body.tax-blog_cat #content-inner main#main-content,
body.tax-blog_tag #content-inner main#main-content,
body.single #content-inner main#main-content,
body.post-type-archive aside#sidebarArea,
body.tax-blog_cat aside#sidebarArea,
body.tax-blog_tag aside#sidebarArea,
body.single aside#sidebarArea {
    width: 100%;
}
body.post-type-archive aside#sidebarArea,
body.tax-blog_cat aside#sidebarArea,
body.tax-blog_tag aside#sidebarArea,
body.single aside#sidebarArea {
    padding-left: 0px;
    margin-top: 40px;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*---スライド---*/
#top-mv .slide-media {
    width: calc(100% - 80px);
}
#top-mv .slide-text {
    left: 50px;
}
#top-mv .slide-text h2 {
    font-size: 2.3rem;
}
#top-mv .slide-text p {
    font-size: 20px;
}
}
/*-------------------------------------------*/
/* max-width: 969px
/*-------------------------------------------*/
@media screen and (max-width: 969px) {

/*-------------------------------------------*/
/*	共通設定(max-width: 969px)
/*-------------------------------------------*/
    /*--文字揃え--*/
    .text-cl-969 {
        text-align: left !important;
    }

    /*--表示、非表示--*/
    .sp-none-969 {
        display: none;
    }

    .sp-display-969 {
        display: block;
    }

    header {
        display: block;
    }

    header nav ul {
        justify-content: center;
    }

    header.commonInner,
    .page-ttl {
        width: 95%;
    }

    #skill .skill-menulist ul li {
        width: 100%;
    }
/* サイズ */

body.home section {
    padding: 60px 0;
}

/*-------------------------------------------*/
/*	innerなど、サイズ設定(max-width: 969px)
/*-------------------------------------------*/
/*--共通inner--*/
.wp-block-column.top-inner,
.top-inner,
.common-inner-setting,
body.archive #content-inner,
body.single #content-inner,
.common-inner {
    width: 90%;
}
/*-------------------------------------------*/
/*	ハンバーガーメニュー(max-width: 969px)
/*-------------------------------------------*/
header #header-inner {
    height: 83px;
    width: calc(100% - 75px);
}
header #logo {
    max-width: 150px;
    width: calc(100% - 60px);
}
/*--ハンバーガー---*/
#g-nav {
position: fixed;
top: 0px;
right: 0;
z-index: 9999;
padding: 0;
box-sizing: border-box;
}

#g-nav.nav-open {
height: 100%;
width: 100%;
overflow: auto;
background-color: rgba(0, 0, 0, 0.5);
}

#g-nav #g-nav-inner {
display: none;
}

#g-nav.nav-open #g-nav-inner {
display: block;
overflow: auto;
position: absolute;
padding: 80px 30px;
margin: 0px;
border-right: 0px solid #e5e5e5;
background-color: rgba(238, 236, 239,0.9);
float: none;
width: 88vw;
height: 100%;
right: 0;
}
header nav#main-nav ul {
display: block;
}
header nav#main-nav ul li.menu-item {
font-size: 15px;
}
header nav#main-nav ul li a {
padding: 18px 10px 18px 18px;
display: block;
border-bottom: 1px solid #bbb6c1;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23534741" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
}
header nav#main-nav > ul#menu-global > li:first-of-type > a {
border-top: 1px solid #bbb6c1;
}
header nav#main-nav ul li.current a,
header nav#main-nav ul li a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 10 10" ><path fill="%23b390c3" d="M3.64,8.95c-.12,0-.25-.05-.34-.15-.18-.19-.17-.49.02-.67l3.28-3.13L3.31,1.87c-.19-.18-.2-.48-.02-.67.18-.19.48-.2.67-.02l3.64,3.48c.09.09.15.21.15.34s-.05.25-.15.34l-3.64,3.48c-.09.09-.21.13-.33.13Z" /></svg>');
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 10px 8px;
color: #b390c3;
font-weight: bold;
}
/*--ホバー時の設定解除--*/
header nav#main-nav ul li:hover ul.sub-menu {
position: initial;
}
header nav#main-nav ul li ul.sub-menu,
header nav#main-nav ul li:hover ul.sub-menu {
display: block;
box-shadow: none;
width: calc(100% - 1em);
margin-left: auto;
    transform: initial;
}
header nav#main-nav ul li ul.sub-menu li a {
background-color: transparent;
padding: 10px 10px 10px 18px;
border: none;
border-bottom: 1px dashed #bbb6c1;
}
header nav#main-nav > ul > li.menu-item > a:after {
content: none;
}
header nav#main-nav ul li ul.sub-menu li a:hover {
background-color: transparent;
}
/*--ハンバーガーメニュー--*/
#g-nav .hamburger-menu {
cursor: pointer;
position: fixed;
z-index: 10000;
right: 20px;
top: 20px;
display: flex;
flex-direction: column;
justify-content: space-around;
height: 30px;
width: 30px;
}

.hamburger-line {
background-color: var(--color-main-text);
height: 1px;
width: 30px;
transition: 0.3s;
}
#g-nav.nav-open .hamburger-line:nth-child(1) {
transform: translateY(10px) rotate(45deg);
}

#g-nav.nav-open .hamburger-line:nth-child(2) {
opacity: 0;
}

#g-nav.nav-open .hamburger-line:nth-child(3) {
transform: translateY(-10px) rotate(-45deg);
}
/*-------------------------------------------*/
/*	TOP(max-width: 969px)
/*-------------------------------------------*/
/*---間隔調整---*/
section#top-about,
section#top-seminar {
padding-bottom: 40px;
}
section#top-contact {
padding-top: 30px;
}
/*---/間隔調整---*/
body.home section h2,
body.home section h2.text-c {
    font-size: 1.5rem;
    width: fit-content;
    margin: 0 auto 35px;
    padding: 0 1.5em;
    background-image: url(/images/common/deco-star-purple.png), url(/images/common/deco-star-purple.png);
    background-position: left center, right center;
    background-repeat: no-repeat, no-repeat;
    background-size: 0.8em, 0.8em;
}
/*--MV--*/
#top-mv .slide-text h2 {
	font-size: 30px;
}
#top-mv .slide-text p {
letter-spacing: 0;
}
/*--top-about--*/
section#top-about .top-about-text,
section#top-about .top-about-img {
    width: 100%;
}
section#top-about .top-about-text {
margin-bottom: 30px;
}
/*--top-seminar--*/
section#top-seminar .top-seminar-bnr ul {
    margin-top: 40px;
}
section#top-seminar .top-seminar-bnr ul li {
    margin: 30px auto;
}
/*-------------------------------------------*/
/*	下層(max-width: 969px)
/*-------------------------------------------*/
/*--#page-ttl--*/
#page-ttl {
    padding: 60px 10px;
}
#page-ttl h1 {
    font-size: 1.75em;  
}
/*-------------------------------------------*/
/*	footer(max-width: 969px)
/*-------------------------------------------*/
#footer-wrap {
    padding: 25px 0 25px;
}
.footer-inner.flex {
    display: block;
}
.footer-l,
.footer-r {
    width: 100%;
    padding-right: 0;
}
.foot-sns {
    padding-right: 0;
    margin-top: 30px;
}
}

/*-- END (max-width: 969px)--*/
/*-------------------------------------------*/
/* max-width: 769px
/*-------------------------------------------*/
@media screen and (max-width: 769px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
    /*--文字揃え--*/
    .text-cl-769 {
        text-align: left !important;
    }

    /*--表示、非表示--*/
    .sp-none-769 {
        display: none;
    }

    .sp-display-769 {
        display: block;
    }
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*---MV---*/
#top-mv {
padding: 10px 0 60px;
}
#top-mv:after {
content: '';
position: absolute;
width: 90%;
height: 90%;
left: 0;
bottom: 0;
background-color: #eeecef;
z-index: -1;
}
#top-mv .slide-media {
height: 96vw;
}
#top-mv .swiper {
overflow: visible;
}
#top-mv .slide-media {
width: calc(100% - 30px);
}
#top-mv .slide-text {
left: 23px;
top: initial;
transform: initial;
-webkit-transform: initial;
bottom: -40px;
}
#top-mv .slide-text h2 {
font-size: 28px;
line-height: 1.6em;
text-shadow: 0 0 8px #fff, 0 0 8px #fff;
}
#top-mv .slide-text p {
font-size: 19px;
}
/*-------------------------------------------*/
/*	下層
/*-------------------------------------------*/


}

/*-------------------------------------------*/
/* max-width: 660px
/*-------------------------------------------*/
@media screen and (max-width: 660px) {
    body {
        font-size: 15px;
    }
    h2 {
        font-size: 20px;
    }
/*-------------------------------------------*/
/*	共通設定(max660)
/*-------------------------------------------*/
    /*--文字揃え--*/
    .text-cl-660 {
        text-align: left !important;
    }

    /*--表示、非表示--*/
    .sp-none-660 {
        display: none;
    }

    .sp-display-660 {
        display: block;
    }
/* サイズ */
#content {
    padding: 30px 0 60px;
}
body.archive #content-inner,
body.single #content-inner {
    width: 95%;
}
/*-------------------------------------------*/
/*	header(max660)
/*-------------------------------------------*/
header #header-inner {
width: calc(100% - 35px);
}
/*-------------------------------------------*/
/*	TOP(max660)
/*-------------------------------------------*/
body.home {
    background-size: 1000px;
}
/*---間隔調整---*/
section#top-about,
section#top-seminar {
padding-bottom: 30px;
}
section#top-contact {
padding-top: 30px;
}
/*--top-seminar--*/
section#top-seminar .top-seminar-text ul {
    margin: 0px auto 30px;
}
/*--top-overview--*/
section#top-overview table tr th,
section#top-overview table tr td {
display: block;
width: 100%;
padding: 10px;
text-align: center;
}
section#top-overview table tr th {
    border: none;
	}
section#top-overview table tr th span {
border-bottom: 1px solid var(--color-accent-purple);
        padding: 10px;
}
/*--#top-contact--*/
section#top-contact .top-contact-eng {
    font-size: 3.5rem;
}
/*-------------------------------------------*/
/*	下層(max660)
/*-------------------------------------------*/
#page-ttl h1 {
    font-size: 1.55em;
    line-height: 1.4em;
}
/*--サイトマップ--*/
.sitemap-l, .sitemap-r {
    width: 100%;
}

/*--共通--*/
.pager ul li {
    font-size: 13px;
}
/*--CTA--*/
#common-cta ul li {
    width: 100%;
    margin-bottom: 20px;
}
#common-cta ul li:last-of-type {
    margin-bottom: 0px;
}
/*--プライバシーポリシー--*/
#page-privacy dl dd {
        margin: 0;
}
#page-privacy dl dd ol {
padding-left: 1em;
}
/*-------------------------------------------*/
/*	footer(max660)
/*-------------------------------------------*/
/*---footer---*/
.footer-l {
    margin-bottom: 15px;
}
.footer-r {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 20px;
}
.footer-logo {
    margin: 0 auto 10px;
    display: block;
}
.footer-sub-list.flex {
justify-content: center;
}
.footer-bottom .footer-bottom-nav ul {
    display: block;
}
.footer-bottom .footer-bottom-nav ul li {
    padding: 0 0 5px;
}
}

/*-- END (max-width: 660px)--*/
/*-------------------------------------------*/
/* max-width: 480px
/*-------------------------------------------*/
@media screen and (max-width: 480px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
    /*--文字揃え--*/
    .text-cl-480 {
        text-align: left !important;
    }

    /*--表示、非表示--*/
    .sp-none-480 {
        display: none;
    }

    .sp-display-480 {
        display: block;
    }
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
/*---間隔調整---*/
section#top-about,
section#top-seminar {
padding-top: 45px;
}
/*-------------------------------------------*/
/*	下層(max480)
/*-------------------------------------------*/

}

/*-- END (max-width: 480px)--*/
/*-------------------------------------------*/
/* max-width: 370px
/*-------------------------------------------*/
@media screen and (max-width: 370px) {

/*-------------------------------------------*/
/*	共通設定
/*-------------------------------------------*/
    /*--文字揃え--*/
    .text-cl-370 {
        text-align: left !important;
    }

    /*--表示、非表示--*/
    .sp-none-370 {
        display: none;
    }

    .sp-display-370 {
        display: block;
    }
/*-------------------------------------------*/
/*	見出しスタイル
/*-------------------------------------------*/
/*--ttl-sand-border--*/
.ttl-sand-border {
border-bottom: 1px solid;
padding-bottom: 15px;
}
.ttl-sand-border span {
    padding: 0;
}
.ttl-sand-border span:before,
.ttl-sand-border span:after {
content: none;
}
/*-------------------------------------------*/
/*	TOP
/*-------------------------------------------*/
}