@charset "UTF-8";
.about-st-dormitory .fv.type02 .sub{
	background: url("../img/about-student-dormitory/student-dormitory_fv_sp.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
a{
	color: inherit;  
}
.about-st-dormitory .c-key_bg arrow{
	position: relative;
    margin-bottom: 7em;
}
.about-st-dormitory section.point .point-list dd:before {
    background-image: url(../img/admission-entry/ad-point_icon.webp);
}
.about-st-dormitory .point-list dd {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 1em;
    padding-left: 6em;
    display: flex;
    flex-wrap: wrap;
    border-radius: 0.5em;
    font-size: 1.625em;
    line-height: 1.5;
    min-height: 6.5em;
    align-items: center;
    margin: 5% auto;
    position: relative;
    box-sizing: border-box;
}
.about-st-dormitory .point-list dd:before {
    content: '';
    display: block;
    width: 3.46em;
    aspect-ratio: 1 / 1;
    position: absolute;
    top: 50%;
    left: 6%;
    transform: translateY(-50%);
    background: no-repeat center / contain;
}
.point_caption{
	color: #fff;
	font-size: 1em;
	text-align: center;
	margin-top: 1em;
	
}
.about-st-dormitory section.point:nth-of-type(2) .c-key_bg.arrow:after {
    border-color: #1F90E0 transparent transparent transparent;
}
.about-st-dormitory section.point .c-key_bg.arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-color: #FE5226 transparent transparent transparent;
    border-width: 4em 50vw 0px 50vw;
    position: absolute;
    bottom: calc(-4em + 1px);
    left: 0;
    right: 0;
    margin: 0 auto;
}
section.dormitory-list .person {
    border: 0.2em solid #b3b3b3;
    padding: 2em;
    border-radius: 1.5em;
    box-sizing: border-box;
    line-height: 1.5;
    margin: 6em auto;
}
section.dormitory-list .person h3 {
    background: #303030;
    color: #fff;
    font-size: 1.875em;
    text-align: center;
    padding: 0.5em;
    box-sizing: border-box;
    border-radius: 2em;
    width: 90%;
    margin: -2.5em auto 1em;
}
.dormitory-list li[data-type="●"]::before {
  content: "●";
  color: #1F90E0;
  margin-right: 0.5em;
}
.dormitory-list .c_orange li[data-type="●"]::before {
  color: #fe5226!important;
}
.dormitory-list .dorm_ul {
    display: flex;
    margin: 0 auto;
    max-width: 800px;
    gap: 1.6em;
    font-size: 1.125em;
    line-height: 1.8em;
    font-weight: 600;
    padding-left: 3.3em;
}
ul.note-type {
    max-width: 24.5em;
    width: 100%;
}
ul.note-type li {
    text-indent: -1.6em;
}
.about-st-dormitory .contact-panel {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  max-width: 800px;
  margin: 2em auto;
}
.c_orange_bg{
	background-color: #fe7551!important;
}
.about-st-dormitory .contact-label {
  background-color: #4ca6e6;
  color: white;
  padding: 1.5em 1.3em;
  font-weight: bold;
  font-size: 1.1em;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 150px;
  width: 100%;
  box-sizing: border-box;
}
.c_orange_2_bg {
	background-color: #ffe5de!important;
}
.about-st-dormitory .contact-info {
  background-color: #ddeefa;
  padding: 1.2em 1.5em;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.3em;
  font-size: 1.25em;
  max-width: 650px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 600;
}

.about-st-dormitory .contact-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.about-st-dormitory .contact-item .icon {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 1.4em;
  overflow: hidden;
}

.about-st-dormitory .contact-item .icon::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  background: no-repeat center/contain;
}

.about-st-dormitory .contact-item.freetel .icon::before {
  background-image: url('../img/about-student-dormitory/icon-free.webp');
}

.about-st-dormitory .contact-item.url .icon::before {
  background-image: url('../img/about-student-dormitory/icon-url.webp');
}
.about-st-dormitory .contact-item.tel .icon::before {
  background-image: url('../img/about-student-dormitory/icon-tel.webp');
}
.about-st-dormitory .contact-item.mail .icon::before {
  background-image: url('../img/about-student-dormitory/icon-mail.webp');
}
.sjs_address img{
    width: 56%;
}
.point_orange.c-key_bg.arrow {
    background-color: #fe5226;
}

@media (min-width: 751px) {
    .about-st-dormitory .point-list {
        display: flex;
        flex-wrap: wrap;
        max-width: 1200px;
        margin: 0 auto;
    }
	.about-st-dormitory .point-list dd {
        width: calc(100% / 3 - 1%);
        margin: 1% auto;
        font-size: 1em;
        box-sizing: border-box;
        padding: 2.5em;
        padding-left: 6em;
    }
	.about-st-dormitory .point-list dd:before {
        left: 2em;
    }
	.about-st-dormitory section.point .c-key_bg.arrow, .about-st-dormitory section.point.c-key_bg .c-key_bg.arrow {
        margin-bottom: 10em;
        padding-bottom: 2em;
        margin-top: 5em;
        position: relative;
    }
	.about-st-dormitory section.ad-policy, .about-st-dormitory section.point .c-key_bg {
        padding: 2em 5.5em 6%;
    }
	.about-st-dormitory .point-list dd:before {
        left: 2em;
    }
	section.dormitory-list .person {
        max-width: 1000px;
    }
	section.dormitory-list .person h3 {
        font-size: 1.25em;
        max-width: 24em;
        margin: -3em auto 2em;
    }
	.about-st-dormitory .fv.type02 .sub {
	background: url("../img/about-student-dormitory/student-dormitory_fv.webp");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
}
@media (max-width: 750px) {
	.dorm_ul {
        display: block;
}
	.about-st-dormitory dl.point-list {
        padding: 0.2em 3em;
}
	.about-st-dormitory h2.type04 {
        margin: 1em;
}
	.about-st-dormitory .dorm_ul {
        display: block;
		font-size: 1.75em;
}
	.about-st-dormitory .contact-panel {
		display: block;
}
	.about-st-dormitory .contact-label {
		width: 100%;
		max-width: 600px;
		font-size: 1.75em;
		padding: 0.5em;
}
	.about-st-dormitory .contact-item {
		font-size: 1.45em;
		align-items: flex-start;
}
	p.point_caption {
		font-size: 1.5em;
		line-height: 1.6em;
}
	.sjs_address img {
		width: 71%;
}

	.sjs_address {
		width: 88%;
		margin-top: -0.2em;
}
	p.contact-item_txt span {display: block;}
	
.blue .c-key_bg, .c-key_bg_bl {
    padding: 2em 0;
    margin: 5em 0 9em;
}
	.about-st-dormitory section.point {
    position: relative;
}
}
