html {
    font-size: 15px;
    color: #342a23;
}

body {
    font-family: 'Noto Sans', sans-serif;
}

footer {
    font-size: 0.73rem;
}

.under-line {
    text-decoration: underline;
}

.nav-item img {
    margin-left: 10px;
    height: 10px;
}

.limiter {
    box-sizing: border-box;
    margin: auto;
    width: 977px;
    padding: 0;
}

.site-header .limiter {
    width: 1024px;
    height: 65px;
    padding: 0;
}

.site-header .site-title {
    font-size: 0;
    margin: 0;
    padding: 0;
    text-indent: -99999rem;
}

.site-header .site-title span {
    background-image: url('../img/logo.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    width: 232px;
    height: 65px;
}

.site-header .site-title span:after {
    content: "";
    display: block;
    padding-top: 19.73244147157191%;
}

.site-header .sidenav-trigger {
    box-sizing: border-box;
    color: #000;
    font-size: 2rem;
    height: 3.5rem;
    line-height: 2rem;
    padding: .75rem;
    text-align: center;
    width: 4rem;
}

.site-header .nav-item {
    font-size: 0.93rem;
    color: #a6a6a7;
    display: inline-block;
    vertical-align: bottom;
    padding: 23px 17px 26px 17px;
    height: 65px;
    position: relative;
}

.site-header .main-nav-items .nav-item:after {
    background-color: #a6a6a7;
    content: "";
    display: block;
    height: 1rem;
    position: absolute;
    right: -.125rem;
    top: 50%;
    transform: translate(0, -50%);
    width: .125rem;
}

.site-header .main-nav-items .nav-item:last-child:after {
    display: none;
}

.site-header .nav-item.nav-item-primary {
    background-color: #dc304d;
    color: #fff;
    width: 118.3px;
    padding: 23px 0px 26px 10px;
    background-image: url(../img/btn-arrow-w.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: 100px center;

}

.site-header .nav-item.nav-item-seminar {
    background-color: #ef8500;
    color: #fff;
    width: 118.3px;
    padding: 14px 20px 14px 0;
    text-align: center;
    background-image: url(../img/btn-arrow-w.png);
    background-repeat: no-repeat;
    background-size: auto 10px;
    background-position: 100px center;
}

.site-header .right{
    display: inline-flex;
}


.page-header {
    background-color: #f7f7f6;
}

.section-title {
    color: #dc304d;
    font-size: 1.25rem;
    font-weight: bold;
    padding: 55px 0 20px 0;
    position: relative;
    text-align: center;
    margin: 0;
}

.section-title:before {
    background-color: #dc304d;
    bottom: 0;
    content: "";
    display: block;
    height: .25rem;
    right: 50%;
    position: absolute;
    width: 2rem;
}

.section-title:after {
    background-color: #a6a6a7;
    bottom: 0;
    content: "";
    display: block;
    height: .25rem;
    left: 50%;
    position: absolute;
    width: 2rem;
}

.section-sub-title {
    font-size: 2rem;
    font-weight: 500;
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    line-height: 3rem;
}

.section-sub-title-1 {
    font-size: 1.53rem;
    font-weight: 500;
    padding-bottom: 2rem;
    text-align: center;
    line-height: 2.6rem;
}

.section-sub-title-2 {
    text-align: left;
    font-size: 0.93rem;
    font-weight: 300;
    line-height: 1.73rem;
    margin: 0 0 2rem 0;
}

.person-picture-1 {

}

.slide-profile a {
	color: inherit;
}

@media only screen and (min-width: 1024px) {
    .section-sub-title-2 {
        text-align: center;
        margin-left: 13%;
        margin-right: 10%;
    }
}

.page-section {
    padding: 0;
}

.breadcrumbs .breadcrumb-item {
    background-color: #ddddde;
    overflow: hidden;
    padding: .75rem 1rem;
    position: relative;
}

.breadcrumbs .breadcrumb-item.breadcrumb-active-item {
    background-color: #dc304d;
    color: #fff;
}

.breadcrumbs .breadcrumb-item:before {
    background-color: #ddddde;
    border: solid 01px #f7f7f6;
    bottom: 75%;
    content: "";
    display: block;
    height: 4rem;
    position: absolute;
    right: -2.55rem;
    transform: rotate(58deg);
    width: 4rem;
}

.breadcrumbs .breadcrumb-item:after {
    background-color: #ddddde;
    border: solid 01px #f7f7f6;
    content: "";
    display: block;
    height: 4rem;
    position: absolute;
    right: -2.55rem;
    top: 75%;
    transform: rotate(32deg);
    width: 4rem;
}

.breadcrumbs .breadcrumb-item:last-of-type:before,
.breadcrumbs .breadcrumb-item:last-of-type:after {
    display: none;
}

.breadcrumbs .next-on.breadcrumb-item:before,
.breadcrumbs .next-on.breadcrumb-item:after {
    background-color: #dc304d;
    border: solid 01px #f7f7f6;
}

@media only screen and (min-width: 1024px) {
    .form .form-header.form-header-tall {
        height: 11.875rem;

    }

    .form .form-header.form-header-last {
        border-bottom: none;
    }
}

.button,
.row .col.button {
    border: solid 1px #dadada;
    display: inline-block;
    padding: 1rem;
    text-align: center;
}

.button.button-primary,
.row .col.button.button-primary {
    background-color: #dc304d;
    border-color: #dc304d;
    color: #fff;
}

.page-info-1 {
    background-color: #f7f7f6;
}

.white-spacer {
    height: 2rem;
}

.page-footer {
    color: #342a23;
    background-color: #f7f7f6;
    padding-bottom: .0625rem;
    font-weight: 500;
}

.page-footer .logo {
    width: 100%;
    font-size: 0.73em;
    text-align: left;
    line-height: 1;
}

.cont_info {
    width: 100%;
    display: flex;
}

.page-footer .info-left {
    width: 40%;
    float: none;
}

.page-footer .info-right {
    width: 30%;
    float: none;
}

.page-footer .info-center {
    width: 30%;
    float: none;
}

.page-footer .info-right2 {
    width: 25%;
    margin-top: auto;
    margin-bottom: 0.5rem;
    text-align: right;
    float: none;
    display: flex;
}
.page-footer .info-right2 a {
    color: #342a23;
    text-decoration: underline;
}
.page-footer .info-right2 a:hover {
    text-decoration: none;
}

.page-footer .footer-info.row,
.page-footer .footer-info.row .row {
    margin-bottom: 0.5rem;
}

.footer-info .title {
    margin-left: 70px;
    width: 75px;
    padding: 0px;
    line-height: 1.4;
    text-align: left;
}

.footer-info .title2 {
    width: 75px;
    padding: 0px;
    line-height: 1.4;
    text-align: left;
}


.footer-info .detail {
	width: unset;
    padding: 0px;
    line-height: 1.4;
    text-align: left;
}



.footer-info-message {
    text-align: center;
}

.registered {
    display: inline-block;
    line-height: 30px;
    margin: 0 8px;
    font-size: 17px;
    vertical-align: top;
}

@media only screen and (min-width: 1024px) {
    header.site-header {
        height: 65px;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    header.hero {
        margin-top: 65px;
    }

    .footer-info-message {
        text-align: right;
    }
}

.button.read {
    color: #dc304d;
    border: solid 1px #dc304d;
    width: 170px;
    height: 50px;
    margin: 1.33rem 0 4rem 0;
    padding: 0.8rem;
}

/* PC-SP 制御 ---------------------------------------------------------- */

.pc {
    display: block;
}

.pc_text {
    display: inline;
}

.sp {
    display: none;
}

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

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .pc_text {
        display: none;
    }

    header.site-header {
        height: 11.72vw;
        width: 100%;
        background-color: white;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        z-index: 10;
    }
    header.hero {
	    margin-top: 11.72vw;
    }

    .limiter {
        width: 100%;
        padding: 0 3.2vw;
    }

    html {
        font-size: 2vw;
    }

    footer {
        font-size: 1.33rem;
    }

    .site-header .limiter {
        width: 100%;
        height: 11.72vw;
    }

    .site-header .site-title span {
        height: 11.72vw;
        width: 43.6vw;
        background-image: url('../img/logo_sp.png');
    }

    .site-header .nav-item {
        font-size: 1.1rem;
        height: 11.72vw;
        display: inline-table;
    }
    
    .site-header .nav-item span {
    	display: table-cell;
    	vertical-align: middle;
    }

    .site-header .nav-item.nav-item-primary {
        width: 10rem;
        /* padding: 0.75vw 2.5vw 0 0; */
        line-height: 1.5rem;
        background-position: 95% center;
    }

    .site-header .nav-item.nav-item-seminar {
        width: 10rem;
        /* padding: 0.75vw 2.5vw 0 0; */
        line-height: 1.5rem;
        background-position: 95% center;
    }
   

    .button.read {
        font-size: 4.72vw;
        padding-top: 1.9rem;
        margin-bottom: 6rem;
        height: 6.66rem;
        width: 22.9rem;
    }

    .footer-info img {
        height: 8.5rem;
        width: auto;
        margin: 0rem;
    }

    .section-title {
        font-size: 1.8rem;
        padding: 3.8rem 0 2rem 0;
    }

    .section-sub-title {
        font-size: 3.07rem;
        line-height: 4.5rem;
        padding-top: 1.33rem;
        padding-bottom: 3.33rem;
    }

    .page-footer .footer-info.row,
    .page-footer .footer-info.row .row {
        margin-bottom: 1rem;
    }

    .site-header .sidenav-trigger {
        font-size: 4.2rem;
        height: 11.72vw;
        width: 11.72vw;
    }

    .cont_info {
        display: block;
    }

    .page-footer .info-left {
        width: 100%;
    }

    .page-footer .info-right {
        width: 100%;
    }
	
	.page-footer .info-center{
		width: 100%;
	}
	
    .page-footer .info-right2 {
        width: 100%;
        text-align: center;
    }
    .page-footer .info-right2 a {
        margin: 2rem auto 1rem;
    }

    .footer-info .title {
        margin-left: 1.3rem;
        width: 10.5rem;
        
    }
    
    .footer-info .title2 {
        margin-left: 1.3rem;
        width: 10.5rem;
        
    }

    .sidenav li > a {
        font-size: 0.93rem;
    }

    .swiper-button-next, .swiper-button-prev {
        width: 1.8rem;
        height: 2.9rem;
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }
}

@media only screen and (max-width: 600px) {
	
.site-header .nav-item.nav-item-primary {
    width: 8rem;
    padding: 0;
    text-align: center;
    background-image: none;
}
}


@media only screen and (max-width: 450px) {
	
	.site-header .site-title {
		width: 39%;
	}
	
	.site-header .site-title span {
		width: 100%;
	}
	
	.site-header .nav-item.nav-item-primary {
		width: 8rem;
		padding: 0;
		text-align: center;
	}
	
	.site-header .nav-item.nav-item-seminar {
		width: 8rem;
		padding: 0;
		line-height: 1.4rem;
		background-image: none;
	}
	
	.site-header .nav-item.nav-item-primary img {
		display: none;
	}


}