#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/uploaded/7/bg_top.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;
    }
}
#contents-ptn7 .bg {
	background-image: url('../images//uploaded/7/bg2.jpg');
}#etc-ptn9 .bg-wrap,
#etc-ptn9 .bg {
	background-image: url('../images//uploaded/7/recruit_img01.jpg');
    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;
}#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-ptn14 {}

#etc-ptn14 .whiteBox {
    background: url(../images/bg_03.jpg)no-repeat top center/cover;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    padding-top: 18%;
    padding-bottom: 22%;
    width: 100%;
}

#etc-ptn14 .whiteBox li {
    background: #FFF;
    border-radius: 999px;
    position: relative;
    padding: 1rem 2rem;
    max-width: 30%;
    width: 100%;
}

#etc-ptn14 .whiteBox li::before {
    content: "";
    background: #00417C;
    border-radius: 999px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translate(0, -50%);
}

#etc-ptn14 .whiteBox li+li {
    margin-top: 1rem;
}

@media(max-width:767px) {
    #etc-ptn14 .whiteBox {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #etc-ptn14 .whiteBox li {
        max-width: 100%;
    }
}
#etc-ptn14 .bg {
	background-image: url('../images//uploaded/7/bg_04.jpg');
}#price-ptn01 .bg-wrap {
    background-color: #fcf6eb;
}

#price-ptn01 h3 {
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    border-bottom: 1px solid #555555;
}

#price-ptn01 .whiteBox {
    background: #fff;
    border-radius: 15px;
}

#price-ptn01 .whiteBox .blueBox {
    background: #50b2d7;
    border-radius: 15px;
    color: #fff;
    width: 50%;
}

#price-ptn01 .whiteBox .textBox {
    padding: 1.5rem;
    position: relative;
    width: 50%;
}

#price-ptn01 .whiteBox .textBox::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translate(0, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 20px 15px 0;
    border-color: transparent #FFFFFF transparent transparent;
}

@media(max-width:767px) {
    #price-ptn01 .whiteBox {
        flex-direction: column;
    }

    #price-ptn01 .whiteBox .blueBox {
        padding: 3rem;
    }

    #price-ptn01 .whiteBox .blueBox,
    #price-ptn01 .whiteBox .textBox {
        width: 100%;
    }

    #price-ptn01 .whiteBox .textBox::before {
        left: 0;
        right: 0;
        top: -20px;
        transform: translate(0, 0);
        margin: auto;
        border-width: 0 15px 20px 15px;
        border-color: transparent transparent #FFFFFF transparent;
    }
}#etc-ptn15 .bg-wrap,
#etc-ptn15 .bg {
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}

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

#etc-ptn15 .gallery-item img {
    width: 100%;
}#etc-ptn15 .bg-wrap,
#etc-ptn15 .bg {
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}
#etc-ptn16 .bg-wrap {
	background: #f9f6ec;
}#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-ptn17 .bg-wrap,
#etc-ptn17 .bg {
	background-image: url('../images//uploaded/7/bg_05.jpg');
    background-color: #f9f6ec;
    left: 0;
    top: 0;
}

#etc-ptn17 .whiteBox {
    background: #fff;
    border-radius: 20px;
}#corporate-ptn05 .bg {
	opacity: 0;}

#corporate-ptn05 .bg::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to right, rgb(0 0 0/0.7) 0%, transparent 100%);
    pointer-events: none;
}

#corporate-ptn05 .bgBox {
    background-color: #f6f6f6;
    border-radius: 20px;
    width: 100%;
}

#corporate-ptn05 th,
#corporate-ptn05 td {
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid #ddd;
}#etc-ptn18,
#etc-ptn18 .contents-wrap {
    padding: 0;
    height: 75px;
    width: 100%;
}

#etc-ptn18 .floatingBox {
    position: fixed;
    right: 0px;
    top: 0px;
    z-index: 11;
    background: rgb(80 178 215 / 1);
    border-radius: 999px;
    padding: 0.5rem 1rem;
}

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

@media(max-width:767px) {

    #etc-ptn18 .floatingBox {
        right: 0;
        top: inherit;
        bottom: 0;
    }
}#footer-ptn6 {}
#footer-ptn6 .bg-wrap {
	background: #fcf6eb;
}