@charset "utf-8";

/*==================================== PC ====================================================*/

#ttl {
	background-image: url(images/ttl.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 150px;
	text-indent: -9999px;
	min-width:1000px;
}

/* root */
.aid {
	border-top: 1px dotted #666;
	margin-top: 20px;
}

.aid p {
	border-bottom: 1px dotted #666;
	padding: 10px 0px 10px 17px;
}

.aid_description {
	font-weight: bold;
	margin-right: 20px;
}

/* 学生の一週間 */
.weekly_wrap {
	padding-bottom: 30px;
	border-bottom: 1px dotted #ccc;
	margin-bottom: 30px;
}

.weekly {
	background: #fffdea;
}

.weekly .clearfix img {
	float: left;
	margin-right: 15px;
}

.weekly_textarea {
	float: right;
	width: 430px;
	height: 152px !important;
	
	
	padding: 15px 15px 15px 0px;
	position: relative;
}

.weekly .clearfix div p/* コメント */ {
	font-size: 22px;
	line-height: 1.2;
}

.weekly .clearfix div div {
	position: absolute;
	bottom: 0px;
}

.weekly .clearfix div div p/* 名前 */ {
	font-size: 24px;
	margin: 0px 0px 10px 0px;
}

.weekly .clearfix div div/* 勤め先等 */ {
	font-size: 100%;
	padding: 10px 0px 0px 0px;
}


.weekly_bottom {
	background: #fffdea;
	padding: 15px;
}

.weekly h3 {
	margin: 15px 0px 25px 0px;
	padding-top: 4px;
	padding-left: 9px;
	border-left: 6px solid #000546;
	
	font-size: 18px;
	font-weight: normal;
}

.weekly h3 span {
	font-size: 12px;
}

.weekly h3 span span {
	color: #403492;
}

.weekly_bottom .clearfix img {
	float: left;
	margin-right: 15px;
}

.weekly_bottom .clearfix div {
	width: 238px;
	background: #dddabe;
	padding: 15px;
    box-sizing: border-box;
	float: right;
}

.weekly_bottom .clearfix div h4 {
	margin-bottom: 15px;
	padding-top: 5px;
	padding-left: 9px;
	border-left: 5px solid #979262;
	
	font-size: 16px;
	font-weight: bold;
}

/* 学生の声 */
.voice_list {
	position: relative;
	height: 200px;
	margin-bottom: 25px;
}

.voice_list .voice_comment {
	float: right;
	color: #227d0d;
	font-size: 24px;
	line-height: 1.2;
	width: 559px;
}

.voice_photo {
	width: 180px;
	float: left;
	margin-right: 20px;
}

.voice_profile {
	position: absolute;
	bottom: 0px;
	left: 200px;
	float: right;
	width: 559px;
}

.voice_profile .name {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 4px solid #58c43f; 
}

.voice_profile .name span {
	font-size: 14px;
}

.voice_message {
	float: right;
	width: 559px;
}

/* 修了者の声 */
.pass_list {
	position: relative;
	height: 200px;
	margin-bottom: 25px;
}

.pass_list .pass_comment {
	float: right;
	color: #977a49;
	font-size: 24px;
	line-height: 1.2;
	width: 559px;
}

.pass_photo {
	width: 180px;
	float: left;
	margin-right: 20px;
}

.pass_profile {
	position: absolute;
	bottom: 0px;
	left: 200px;
	float: right;
	width: 559px;
}

.pass_profile .name {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 4px solid #977a49; 
}

.pass_profile .name span {
	font-size: 14px;
}

.pass_message {
	float: right;
	width: 559px;
}

.border-bottom {
	padding-bottom: 30px;
	border-bottom: 1px dotted #999999;
	margin-bottom: 30px;
}


.out_photo {
	width: 180px;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.out_info {
	font-size: 16px;
}

.out_name {
	font-size: 24px;
	line-height: 1.2;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dotted #977a49; 
}

.out_comment {
	color: #977a49;
	font-size: 18px;
	line-height: 1.2;
	width: 549px;
}




/* FAQ */
.faq_list dt, .faq_list dd {
	padding: 10px;
	display: block;
}

.faq_list dt span {
	color: #000546;
	font-weight: bold;
}

.faq_list dt {
	background: #E1E2EF;
	border: 1px solid #CCC;
	font-size: 120%;
}

.faq_list dd {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	margin-bottom: 20px;
}

.equipment_box table {
	width: 375px;
	margin-bottom: 30px;
	margin-right: 10px;
	float: left;
}

.equipment_box table, .equipment_box table td, .equipment_box table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
}

.equipment_box th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.equipment_box .td_midashi {
	background: #E1E2EF;
	white-space: nowrap;
}

.photo_box {
	float: left;
	margin-right: 10px;
	margin-bottom: 30px;
}
.photo_box img {
	margin-bottom: 3px;
}

.equipment_box .clearfix {
	width: 770px;
	margin-right: -10px;
}

.faq_q6 {
	padding-left: 26px;
}

.faq_q6 li {
	list-style-type: decimal;
	margin-bottom: 4px;
}

/* リンク */
.link_list li {
	background: url(../common/images/icon01.gif);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 10px 10px 10px 17px;
	border-bottom: 1px dotted #CCC;
}

/* 就職先 */

.recruit_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px 2%;
}

.recruit_list li {
  width: 32%;
	padding: 8px;
  box-sizing: border-box;
}

.recruit_list li:nth-child(odd) {
	background: #E1E2EF;
}

.recruit_list li:nth-child(even) {
	background: #f3f4fa;
}


.line_2 {
	height: 44px;
}

.recruit table {
	width: 100%;
	margin-top: 30px;
}

.recruit table.is_nittei br {
	display: none;
}

.recruit table, .recruit table td, .recruit table th {
	padding: 10px;
	border: 1px solid #CCC;
	border-collapse: collapse;
	vertical-align: top;
}

.recruit th {
	background: #000546;
	text-align: center;
	color: #FFF;
}

.recruit p {
	margin: 1em 0px;
}

.recruit span {
	font-weight: bold;
}

.recruit .td_midashi {
	background: #E1E2EF;
}

.koen_left {
	float: left;
	width: 120px;
	font-weight: bold;
}

.koen_right {
	float: left;
	width: calc(100% - 120px);
	display: block;
	padding-left: 15px;
	box-sizing: border-box;
	font-weight: bold;
}

/* キャリア支援 */
.ex_interview {
    margin-top: 20px;
}

.ex_interview a {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    
    color: #111;
    text-decoration: none;
    transition: 0.3s;
    
    margin-bottom: 20px;
}
.ex_interview a img {
    object-fit: cover;
    width: 30%;
}
.ex_interview a div {
    width: 70%;
    padding: 15px;
    background: #f1f1f1;
    box-sizing: border-box;
    
    font-size: 16px;
    font-weight: bold;
}
.ex_interview a div span {
    display: block;
    
    color: #666;
    font-size: 14px;
    font-weight: normal;
    text-align: left;

    margin-top: 8px;
}

.ex_interview a:hover {
    opacity: 0.7;
}

.ex_int_header {
    display: flex;
    justify-content: space-between;
}
.ex_int_header img {
    width: 45%;
    object-fit: cover;
}
.ex_int_header_info {
    width: calc(55%);
    background: #E1E2EF;
    padding: 25px;
    box-sizing: border-box;
}

.ex_int_header_info_ttl {
    color: #000546;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.3;
    margin-bottom: 15px;
}

.ex_int_question {
    font-size: 22px;
    font-weight: bold;
    line-height: 1.3;
    padding: 15px 10px 13px 13px;
    background: #f1f1f1;
    border-left: 4px solid #000546;
    margin: 60px 0 25px !important;
    position: relative;
}

.ex_int_question p {
    text-indent: -1.8em;
    padding-left: 1.8em;
}

.ex_int_answer {
    font-size: 105%;
    line-height: 1.8;
}
.ex_int_answer img {
    float: left;
    width: 40%;
    margin: 0 30px 30px 0;
}

.ex_int_photo_end {
    margin-top: 40px;
    display: block;
}
.ex_return {
    text-align: center;
    padding: 60px 0;
}

.ex_return a {
    display: inline-block;
    
    padding: 15px 40px 15px 15px;
    background: #000546;
    font-size: 16px;
    text-decoration: none;
    

    margin: 20px auto 0px auto;
    color: #FFF;
    
    position: relative;
    transition: 0.3s;
}
.ex_return a::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateY(-50%) rotate(45deg);
    
    position: absolute;
    top: 47%;
    right: 15px;
}
.ex_return a:hover {
    opacity: 0.7;
}



/********************************************************************************************************************/
/****************************************** MEDIA QUERIES ***********************************************************/
/********************************************************************************************************************/


/*==================================== PHONES ====================================================*/

@media (max-width: 480px) {
	
#ttl {
	height: auto;
	text-indent: 0px;
	font-size: 120%;
	padding-bottom: 10px;
	background-image: none;
	color: #333;
	min-width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000546;
	margin-bottom: 10px;
}

#ttl p {
	padding-left: 10px;
}

/* 学生の一週間 */

.weekly .clearfix img {
	float: none;
	margin-right: 0px;
}

.weekly .clearfix div div {
	position: relative;
	margin-top: 10px;
}

.weekly_textarea {
	width: 95%;
	margin: auto;
	height: auto !important;
	float: none;
	padding: 10px 0px;
}

.weekly_bottom .clearfix div {
	width: auto;
	height: auto;
	float: none;
	margin-top: 20px;
}

/* 学生の声 */

.voice_list .voice_comment {
	float: none;
	width: auto;
}

.voice_list {
	height: auto;
}

.voice_photo {
	float: none;
	margin: 10px 0px 0px 0px;
}

.voice_profile {
	width: auto;
	position: static;
	left: 0px;
	float: none;
	margin-top: 10px;
}

.voice_profile span {
	display: block;
}

.floatLeft {
	float: none;
}

.voice_message {
	width: auto;
	float: none;
}


/* 修了生の声 */

.pass_list .pass_comment, .out_comment {
	float: none;
	width: auto;
}

.pass_list {
	height: auto;
}

.pass_photo {
	float: none;
	margin: 10px 0px 0px 0px;
}

.out_photo {
	float: none;
	margin: 10px 0px 10px 0px;
}

.pass_profile {
	width: auto;
	position: static;
	left: 0px;
	float: none;
	margin-top: 10px;
}

.pass_profile span {
	display: block;
}

.floatLeft {
	float: none;
}

.pass_message {
	width: auto;
	float: none;
}

/* 設備 */

.equipment_box table {
	float: none;
	width: 100%;
}

.photo_box {
	float: none;
	margin-right: 0px;
}

.equipment_box .clearfix {
	width: 100%;
	margin-right: 0px;
}


/* 就職先 */

.seminar .floatRight {
	float: none;
	display: block;
	margin-bottom: 5px;
}

.recruit_list {
	width: 100%;
	margin-right: 0;
}

.recruit_list li {
	width: auto;
	margin-right: 0px;
	float: none;
}

.recruit table tr td, recruit table tr th {
	display: block;
}

.line_2 {
	height: auto;
}

.ex_interview a img {
    width: 100%;
}
.ex_interview a div {
    width: 100%;
    box-sizing: border-box;
}
    
    .ex_interview a {
        flex-direction: column;
    }
    .ex_interview a img {
        width: 100%;
    }
    .ex_interview a div {
        width: 100%;
    }
    
    .ex_int_header {
        flex-direction: column;
    }
    .ex_int_header img {
        width: 100%;
    }
    .ex_int_header_info {
        width: 100%;
        padding: 15px;
    }

    .ex_int_question {
        font-size: 19px;
    }
    
    .ex_int_answer img {
        float: none;
        width: 100%;
        margin: 0 0 20px 0;
    }
    
    .ex_int_photo img {
        width: 100%;
    }
    
    .talk_head {
        font-size: 21px;
    }

    

}