@charset "utf-8";
/* CSS Document */

.internship-visual {
	position: relative;
	padding-top: 18%;
	padding-bottom: 18%;
	max-height: 825px;
	background: url("../internship/img/visual-img.jpg") no-repeat;
	background-size: cover;
	width: 100%;
}
.lets-work {
	position: absolute;
	top: 42%;
	left: 24%;
}
.internship-visual h2 {
	color: #FFF;
	font-size: 90px;
	padding-left: 80px;
	line-height: 1.2;
	margin-bottom: 25px;
}
h2 span {
    display: inline-block;
    font-weight:bold;
    background: linear-gradient(transparent 50%, #000000 50%);
    margin: 0 auto;
    padding: 0 5px;
}
.internship-visual p {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	padding-left: 80px;
}


/* コンテンツ内 */
.internship-contents {
	background-color: #272727;
	padding: 100px 0;
}
.block__description {
	color: #FFF;
	padding: 50px 40px;
	width: 1100px;
	margin: 0 auto;
}
.block__description p.description {
	font-size: 20px;
	padding-left: 50px;
	padding-right: 50px;
}

.block__program-contents {
	background-color: #FFF;
	padding: 50px 80px 80px;
	margin-top: 80px;
	color: #000;
}
.block__program-contents h3 {
	color: #E3E3E3;
	font-size: 60px;
	text-align: center;
	line-height: 2.0;
}
.block__program-contents p.program-description {
	font-size: 18px;
	text-align: center;
	font-weight: 500;
}

.block__program-contents h4 {
    background: #FFEE00;
	font-size: 30px;
    padding: 1rem 2rem;
	text-align: center;
	margin: 30px 0 10px;
	line-height: 2.0;
}
.fb__program { 
    width: 100%;
	margin: 20px 0;
	display: flex;
    flex-wrap: wrap;
	padding: 10px 20px;
}
.item__program {
    width: calc(50% - 40px);
    margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	/*list-style-position: inside;*/
}
.fb__program .item__program:nth-child(2n){
     margin-right: 0;
}

/* 体験photo */
.fb__sample-photo {
	display: flex;
	padding: 10px 20px 40px;
}
.item__sample-photo {
    width: calc(50% - 20px);
    margin: 10px;	
}
.item__sample-photo:nth-child(2n){
     margin-right: 0;
}


/* 日時などの詳細 */
.block__detail {
	border-top: 2px dotted #C4C4C4;
	padding: 20px 30px;
	
}
.block__detail dl {
	display: flex;
	flex-wrap: wrap;
	font-weight: 500;
}
.block__detail dt {
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
	width: 15%;
}
.block__detail dd {
	font-size: 18px;
	line-height: 1.5;
	margin: 10px 0;
	width: 85%;
}
.line {
	border-bottom: 4px solid #FFCE00;
}

.block__detail dd .address-font {
	font-size: 14px;
}
.block__detail dd .map-font {
	font-size: 12px;
}
.block__detail dd .map-font a {
	color: #A66935;
	border: 1px solid #A66935; 
	padding: 3px;
	border-radius: 5px;
	line-height: 1.25;
}
.block__detail dd .map-font a:hover {
	opacity: 0.6;
}
.block__detail dd .map-font i {
	padding: 0 2px 0 0;
}


/* contact */
.block__contact-contents {
	padding: 50px 30px;
}

h5.right-line {
    display: flex;
    align-items: center;
	font-size: 20px;
	margin-bottom: 30px;
}
h5.right-line::after {
    content: '';
    width: 100px;
    height: 3px;
    background-color: #FFCE00;
}
h5.right-line::after {
    margin-left: 20px;
}
p.manager {
	margin: 20px 0;
}


/* エントリーシートダウンロード */
.block__entry-sheet-contents {
	background-color: #F5F5F5;
	padding: 25px 10px 40px;
	text-align: center;
}
.block__entry-sheet-contents h6 {
    font-size: 22px;
    margin-bottom: 30px;
	line-height: 1.5;
}
/* ボタン */
.btn-entry-sheet a {
    border-radius: 100px;
    display: block;
    font-size: 20px;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #FFEE00;
    color: #000;
	font-weight: 500;
    text-decoration: none;
    text-align: center;
    margin: 10px auto 20px;
	width: 600px;
}
.btn-entry-sheet a:hover {
	opacity: 0.65;
}
.btn-entry-sheet i {
	padding: 0 0 0 10px;
}

.block__entry-sheet-contents p {
	font-size: 14px;
	line-height: 2.0;
} 

.font-bold {
	font-weight: 600;
}


/* 作業イメージ */
.block__work-img {
	padding: 0;
	margin: 0;
}




/*----------- レスポンシブ -----------*/

@media (max-width: 1239px) {
.internship-visual {
	position: relative;
	padding-top: 25%;
	padding-bottom: 5%;
	max-height: 825px;
	background: url("../internship/img/visual-img.jpg") no-repeat;
	background-size: cover;
	width: 100%;
}
.lets-work {
	position: absolute;
	top: 60%;
	left: 25%;
}
.internship-visual h2 {
	color: #FFF;
	font-size: 70px;
	padding-left: 80px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.block__description {
	color: #FFF;
	padding: 50px 4rem;
	width: auto;
	margin: 0 auto;
}
.block__detail dt {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0;
	width: 25%;
}
.block__detail dd {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0;
	width: 75%;
}

}


@media (max-width: 1024px) {
.block__description {
	color: #FFF;
	padding: 50px 2rem;
	width: auto;
	margin: 0 auto;
}

}



@media (max-width: 960px) {
.lets-work {
	position: absolute;
	top: 35%;
	left: 30%;
}
.lets-work img {
	width: 80%;
	height: auto;
}
.btn-entry-sheet a {
    border-radius: 100px;
    display: block;
    font-size: 16px;
    padding: 20px 15px;
    box-sizing: border-box;
    background: #FFEE00;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 10px auto;
	width: auto;
}
}


@media (max-width: 768px) {
.internship-visual h2 {
	color: #FFF;
	font-size: 40px;
	padding-left: 50px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.lets-work {
	position: absolute;
	top: 50%;
	left: 30%;
}
.lets-work img {
	width: 70%;
	height: auto;
}
.internship-visual p {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	padding-left: 50px;
}

	
.block__program-contents {
	padding: 50px 40px 80px;
	margin-top: 80px;
}
.block__program-contents p.program-description {
	text-align: left;
}
	
.fb__program { 
    width: 100%;
	margin: 20px 0;
	display: flex;
    flex-wrap: wrap;
	padding: 10px 5px;
	flex-direction: column;
}
.item__program {
    width: calc(100% - 20px);
    margin-right: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	/*list-style-position: inside;*/
}
.fb__sample-photo {
	display: flex;
	padding: 10px 10px 40px;
}
.block__detail {
	border-top: 2px dotted #C4C4C4;
	padding: 20px 10px;
	
}
.block__detail dl {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
.block__detail dt {
	font-size: 16px;
	line-height: 1.5;
	margin: 10px 0 5px;
	width: 100%;
}
.block__detail dd {
	font-size: 16px;
	line-height: 1.5;
	margin: 5px 0 10px;
	width: 100%;
}
	
.block__contact-contents {
	padding: 50px 10px;
}
	
	
}
	

@media (max-width: 480px) {
.internship-visual h2 {
	color: #FFF;
	font-size: 40px;
	padding-left: 40px;
	line-height: 1.2;
	margin-bottom: 25px;
}
.lets-work img {
	width: 60%;
	height: auto;
}
.lets-work {
	position: absolute;
	top: 48%;
	left: 40%;
}
.internship-visual p {
	color: #FFF;
	font-size: 25px;
	font-weight: 600;
	padding-left: 40px;
}
.internship-contents {
	background-color: #272727;
	padding: 50px 0;
}
.block__program-contents {
	padding: 50px 20px 80px;
	margin-top: 80px;
}
.block__program-contents h3 {
	color: #E3E3E3;
	font-size: 30px;
	text-align: center;
	line-height: 2.0;
}
.block__program-contents h4 {
    background: #FFEE00;
	font-size: 22px;
    padding: 1rem 2rem;
	text-align: center;
	margin: 30px 0 10px;
	line-height: 2.0;
}
.item__program {
    width: calc(100% - 10px);
    margin-right: 5px;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 10px;
	/*list-style-position: inside;*/
}
.fb__sample-photo {
	display: flex;
	flex-direction: column;
	padding: 10px 10px 40px;
}
.item__sample-photo {
    width: 100%;
    margin: 10px 0;	
}
.block__detail dd .address-font {
	font-size: 12px;
}
.block__entry-sheet-contents h6 {
    font-size: 20px;
    margin-bottom: 30px;
	line-height: 1.5;
}
	
}


/* print */
@page {
    margin: 10mm;
    size: 210mm 297mm; /* A4縦サイズの場合 */
}
@media print {

body {
	background: url("../internship/img/visual-img.jpg") no-repeat top center;
	background-size: 120%;
}
	
.internship-visual {
	position: relative;
	background: none;
	width: auto;
	/*height: 20vh;
	max-height: 20vh;*/
	margin-top: 0;
}
.lets-work {
	position: absolute;
	top: 45%;
	left: 20%;
}
.lets-work img {
	width: 100%;
	height: auto;
}
.internship-visual h2 {
	color: #FFF;
	font-size: 50px;
	padding-left: 5%;
	line-height: 1.2;
	margin-bottom: 0;
}
h2 span {
    display: inline-block;
    font-weight:bold;
    background: linear-gradient(transparent 50%, #000000 50%);
    margin: 0 auto;
    padding: 0 5px;
}
.internship-visual p {
	color: #FFF;
	font-size: 25px;
}
.block__program-contents h4 {
	font-size: 24px;
}
	
	
	
	
	
.block__description {
	padding: 20px;
}
.block__description p.description {
	font-size: 16px;
}


	
	
	
}