#header-ptn5 .bg-wrap {
    background-color: #5aabd0;
}

#header-ptn5 {
    overflow: hidden;
    height: 550px;
    position: relative;
}

.header-wrap.ptn5 .ttl_area {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    padding: 30px 20px;
    letter-spacing: 0.5rem;
}

#header-ptn5 .bg {
    background-image: url('../images/img05.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.0;
    right: 0;
    width: 60%;
    height: 100%;
    mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
    -webkit-mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%);
}

@media(max-width:575px) {
    .header-wrap.ptn5 .ttl_area {
        position: static;
        left: 0;
        right: 0;
        top: 0;
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
    }

    #header-ptn5 .bg {
        mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 30%, black 100%);
        width: 100%;
        height: 70%;
        top: 40%;
    }

    #header-ptn5 .fontL {
        font-size: 28px;
    }

    #header-ptn5 .h1_ttl {
        font-size: 40px;
    }
}#strength-ptn5 {}

#strength-ptn5 .h4_ttl {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

#strength-ptn5 .h4_ttl::after {
    content: "";
    position: absolute;
}

#strength-ptn5 .h4_ttl::after {
    bottom: 0;
    left: -50%;
    width: 150%;
    height: 1px;
    background: #000;
}

#strength-ptn5 .whiteBox {
    padding: 2rem 1.5rem;
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/0.2);
    border-radius: 15px;
    height: 100%;
}

#strength-ptn5 .bg {
    background-image: url('../images//uploaded/7/bg.jpg');
    background-repeat: cover, no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.0;
}#etc-ptn8 .bg-wrap,
#etc-ptn8 .bg {
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}

#etc-ptn8 .evaluation {
    font-family: 'Noto Sans JP', sans-serif;
    background: #f8efd7;
    padding: 30px 20px;
    border-radius: 12px;
    max-width: 500px;
    margin: auto;
}

#etc-ptn8 .evaluation .img_area img {
    height: auto;
}

#etc-ptn8 .evaluation h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #6a5c4b;
    padding-bottom: .75rem;
    border-bottom: 1px solid #fff;
}

#etc-ptn8 .evaluation-item {
    margin-bottom: 40px;
}

#etc-ptn8 .evaluation-item .number {
    font-weight: bold;
    color: #8d826f;
    display: inline-block;
    margin-right: 8px;
}

#etc-ptn8 .evaluation-item .label {
    font-weight: bold;
    color: #4a3f33;
    display: inline-block;
}

#etc-ptn8 .bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    margin: 12px 0;
}

#etc-ptn8 .bar::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 4px;
    background: #d8d6d2;
    transform: translateY(-50%);
    border-radius: 2px;
}

#etc-ptn8 .dot {
    width: 16px;
    height: 16px;
    background: #d8d6d2;
    border-radius: 50%;
    position: relative;
    z-index: 1;
}

#etc-ptn8 .dot.active {
    background: none;
    position: relative;
}

#etc-ptn8 .dot.active::before {
    content: "��";
    color: #1eb6a7;
    font-size: 20px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#etc-ptn8 .labels {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}

#etc-ptn8 .labels .good {
    color: #1eb6a7;
    font-weight: bold;
}

#etc-ptn8 .evaluation-big {
    display: flex;
    justify-content: center;
    align-items: end;
    line-height: 1;
}

#etc-ptn8 .evaluation-big li:first-child {
    color: #1eb6a7;
    font-weight: bold;
    font-size: 5rem;
}


#etc-ptn8 .border-line {
    position: absolute;
    background: #1eb6a7;
    width: 1px;
    height: 90%;
    top: 5%;
    left: 3.45rem;
}

#etc-ptn8 .outschedule {
    margin: auto;
    display: inline-block;
}

#etc-ptn8 .schedule {
    font-weight: bold;
}

#etc-ptn8 .schedule li {
    padding: 1rem 0;
}

#etc-ptn8 .schedule li:first-child {
    width: 3rem;
}

#etc-ptn8 .schedule li:nth-child(2) {
    color: #1eb6a7;
    width: 2rem;
}

#etc-ptn8 .schedule li:last-child {}#etc-ptn3 {}

#etc-ptn3 .h4_ttl {
    position: relative;
    font-weight: bold;
    display: inline-block;
}

#etc-ptn3 .bg-wrap,
#etc-ptn3 .bg {
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}

#etc-ptn3 .img_area svg,
#etc-ptn3 .img_area img {
    height: auto;
    width: 100%;
    max-height: 70px;
    max-width: 70px;
}



#etc-ptn3 .gallary-item {
    text-align: center;
}

#etc-ptn3 .iconBox {
    background: #f8efd7;
    border-radius: 10px;
    padding: 1rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}

#etc-ptn3 .iconBox .img_area {
    margin-top: auto;
}

#etc-ptn3 .gallary-item p {
    margin-bottom: .75rem;
    color: #555555;
    font-weight: bold;
}

#etc-ptn3 .outBox {
    border: 4px solid #f8efd7;
    background-color: #fff;
    border-radius: 10px;
    padding: .5rem;
    margin-bottom: 1rem;
}#etc-ptn9 .bg-wrap,
#etc-ptn9 .bg {
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}

#etc-ptn9 .evaluation h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #6a5c4b;
    padding-bottom: .75rem;
    border-bottom: 1px solid #fff;
}

#etc-ptn9 .etc-ptn9-roundBox {
    background: #fff;
    border: 4px solid #fceed7;
    border-radius: 15px;
    padding: 2rem;
}

#etc-ptn9 .etc-ptn9-roundBox ul {
    max-width: 500px;
    margin: auto;
}

#etc-ptn9 .etc-ptn9-roundBox ul li:first-child {
    background: rgb(0, 192, 255);
    border-radius: 999px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-right: 1rem;
    padding: 5px 20px;
    white-space: nowrap;
}#etc-ptn4 {}

#etc-ptn4 .h4_ttl {
    position: relative;
    font-weight: bold;
    display: inline-block;
    color: #64c0ae;
    text-align: center;
}

#etc-ptn4 .subs {
    text-align: center;
}

#etc-ptn4 .lightBox {
    background: #f9f6ec;
    padding: 1rem;
    height: 100%;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    list-style: none;
    border-radius: 10px;
}

#etc-ptn4 .lightBox .img_area {
    margin-right: 1.5rem;
}

#etc-ptn4 .lightBox .img_area img {
    height: auto;
    max-width: 70px;
    max-width: 70px;
}

@media(max-width:767px; ) {
    #etc-ptn4 .h4_ttl {
        text-align: center;
        padding-bottom: 1.5rem;
    }
}#etc-ptn10 {}

#etc-ptn10 .h1_ttl {
    text-align: center;
}

#etc-ptn10 .h4_ttl {
    position: relative;
    font-weight: bold;
    display: inline-block;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
    text-align: center;
}

#etc-ptn10 .h4_ttl::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 166px;
    height: 1px;
    background: rgb(0, 192, 255)
}

#etc-ptn10 .whiteBox {
    /*padding: 2rem 1.5rem;*/
    overflow: hidden;
    background: #fff;
    box-shadow: 5px 5px 10px rgb(0 0 0/0.2);
    border-radius: 15px;
    height: 100%;
    text-align: center;
}

#etc-ptn10 .whiteBox img {
    width: 100%;
    height: auto;
}

#etc-ptn10 .whiteBox .inner-box {
    padding: 2rem 1.5rem;
}

#etc-ptn10 .bg {
    background-image: url('../images/etc-ptn10-bg.jpg');
    background-repeat: cover, no-repeat;
    background-position: center;
    background-size: cover;
    opacity: 1.0;
}#interview-all-ptn8 {
    background: #f9f6ec;
}

#interview-all-ptn8 a {
    display: block;
}

#interview-all-ptn8 .bg-green {
    background: #71bdab
}

#interview-all-ptn8 .bg-pink {
    background: #eba3a9
}

#interview-all-ptn8 .bg-blue {
    background: #50b2d7;
}

#interview-all-ptn8 .img_area svg {
    max-width: 50px;
    margin-left: auto !important;
    text-align: right;
}

#interview-all-ptn8 .img_area .imgs {
    overflow: hidden;
    border-radius: 10px;
}
#interview-all-ptn8 .bg-wrap {
	background: #fcf6eb;
}#gallery-blocks {
	padding: 60px 0;
}

#gallery-blocks .fontSS {
	color: rgb(100, 192, 174);
}

#gallery-blocks .item-img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

#gallery-blocks .gallery-item {
	position: relative;
	overflow: hidden;
}

#gallery-blocks .gallery-item .item-title {
	position: absolute;
	left: 5px;
	top: 5px;
}

#gallery-blocks .gallery-item .item-icon {
	position: absolute;
	left: 5px;
	top: 25px;
}

#gallery-blocks .gallery-item img {
	width: 100%;
}

#gallery-blocks .arrowBtn {
	position: relative;
	background-color: #64c0ae;
	border-radius: 9999px;
	padding: 1rem 3rem 1rem 2rem;
	width: 100%;
	max-width: 330px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
}

#gallery-blocks .arrowBtn::before {
	position: absolute;
	content: "";
	background: url("images/icons/icon35.svg");
	right: 10px;
	top: 50%;
	transform: translate(0, -50%);
	width: 35px;
	height: 35px;
}

#gallery-blocks .recruit-btn {
	background: #50b2d7;
	border-radius: 999px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: .5rem .5rem .5rem 3rem;
	position: relative;
	max-width: 350px;
	margin: auto;
}

#gallery-blocks .icons {
	width: 35px;
	height: 35px;
	margin-left: auto;
}#etc-ptn11 {}

#etc-ptn11 .whiteBox {
    border-radius: 30px;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
    width: 100%;
}

#etc-ptn11 .whiteBox iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}
#etc-ptn11 .bg-wrap {
	background: #50b2d7;
}#etc-ptn20,
#etc-ptn20 .contents-wrap {
    padding: 0;
    width: 100%;
}

#etc-ptn20 .floatingBox {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 11;
    background: rgb(255 255 255 / .5);
    padding: 0.5rem 1rem;
}

#etc-ptn20 .floatingBox .telBox {}

#etc-ptn20 .floatingBox .txtBox {
    background: rgb(80 178 215 / 1);
    color: #fff;
    border-radius: 999px;
    padding: 0.5rem 1rem;
    max-width: 400px;
    margin: auto;
}

#etc-ptn20 .floatingBox .telBox a,
#etc-ptn20 .floatingBox .txtBox {
    font-size: calc(1.3rem + .6vw) !important
}

#etc-ptn20 .bg {
    background: #fff;
    opacity: 1;
}

@media(max-width:767px) {

    #etc-ptn20 .floatingBox {
        right: 0;
        top: inherit;
        bottom: 0;
        width: 100%;
        align-items: center;
        justify-content: center;
    }

    #etc-ptn20 .floatingBox .telBox a,
    #etc-ptn20 .floatingBox .txtBox {
        font-size: 5vw !important;
    }
}#footer-ptn6 {}
#footer-ptn6 .bg-wrap {
	background: #fcf6eb;
}