@charset "UTF-8";
/*------------------------------------------
 *  リセット  
 *----------------------------------------*/
* {
	box-sizing: border-box;
	vertical-align: bottom;
}
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent; }
body {
    line-height: 1;
	background-color: #FAFAFA;}
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
	overflow: hidden;}
nav, ul, li {
    list-style: none; }
blockquote, q {
    quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none; }
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
	text-decoration: none;}
a:hover {
	opacity: .7;
	transition: .3s;
}
iframe {
    display: block;
}
img {
	width: 100%;
}

/*------------------------------------------
 *  全体
 *----------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
	background: #fff !important;
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: bold;
	color: #2D2D2D;
}
h2 {
	font-family: "Inter", sans-serif;
	font-size: 60px;
	color: #ED681D;
	letter-spacing: -1.8px;
	text-align: center;
	margin: 80px auto 20px;
	line-height: 1;
}
.pc_hide { /*sp用の画像、コンテンツブロックに使用*/
    display: none !important;
}
@media only screen and (max-width: 640px) {
	h2 {
		margin-top: 60px;
	}
    .pc_hide {
        display: block !important;
    }
    .sp_hide { /*pc用の画像、コンテンツブロックに使用*/
        display: none !important;
    }
}

header,
.l-fixHeader__inner,
#breadcrumb{
	display: none;
}
.page-id-61 #content,
.page-id-61 .l-content,
.page-id-61 .l-container
{
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	padding: 0 !important;
	max-width: 100%;
}

/*------------------------------------------
 *  fv
 *----------------------------------------*/
.logo_img {
	width: 320px;
	float: inline-start;
}

.fv_img {
	padding-top: 120px;
	margin-bottom: -20px;
	text-align: center;
	background-image: url(../img/lp-internship/pc/FV-pic_pc.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
@media only screen and (max-width: 640px) {
	.fv_img {
		padding-top: 240px;
		margin-bottom: -20%;
		background-image: url(../img/lp-internship/sp/FV-pic_sp.jpg);
	}
}

.fv_img img {
	width: 508px;
}
@media only screen and (max-width: 640px) {
	.fv_img img {
		width: 100% !important;
	}
}
.gradation_orange {
	background-image: linear-gradient(105deg, rgba(255, 163, 1, 1), rgba(237, 104, 29, 1));
	text-align: center;
	padding: 20px 0;
}
.gradation_orange img {
	width: min(1022px, 80%);
}
@media only screen and (max-width: 640px) {
	.gradation_orange {
		height: 235px;
		display: flex;
		align-items: flex-end;
	}
	.gradation_orange img {
		width: 90%;
		margin: 0 auto;
	}
}

.fv_content {
	display: flex;
	justify-content: center;
	border-top: 2px solid #DFDFDF;
	border-bottom: 2px solid #DFDFDF;
}

.fv_content img {
	width: min(400px, 30%);
	border-left: 2px solid #DFDFDF;
}

.fv_content img:last-of-type {
	border-right: 2px solid #DFDFDF;
}
@media only screen and (max-width: 640px) {
	.fv_content.pc_hide {
		display: grid !important;
		grid-template-columns: 1fr 1fr; /* 1行目を2カラムに */
  		grid-template-rows: auto auto; /* 行の高さはコンテンツに合わせて自動調整 */
	}
	.fv_content.pc_hide > *:nth-child(3) {
  		grid-column: 1 / 3; /* 3番目の要素（2行目の要素）を1カラム幅にする */
	}
	.fv_content img {
		width: 100%;
	}
	.fv_content img:last-of-type {
		border-top: 2px solid #DFDFDF;
		border-right: none;
	}
}

/*------------------------------------------
 *  イントロ
 *----------------------------------------*/
.intro_wrap {
	background-color: #F6F6F6;
	color: #fff;
	font-size: 24px;
	text-align: center;
}
.intro_wrap img {
	width: min(1200px, 90%);
}
@media only screen and (max-width: 640px) {
	.intro_wrap img {
		margin: 0 auto;
	}
}

.semicircle_orange {
	background-image: url(../img/lp-internship/pc/intro-bg1_pc.jpg);
	background-size: cover;
	background-position: center;
	padding: 80px;
	letter-spacing: -0.72px;
}
.intro_balloon {
	background-image: url(../img/lp-internship/pc/intro-bg2_pc.jpg);
	background-size: cover;
	background-position: center;
}
.intro_balloon img {
	width: min(1200px, 90%);
}
@media only screen and (max-width: 640px) {
	.semicircle_orange {
		background-image: url(../img/lp-internship/sp/intro-bg_sp.jpg);
		padding: 60px 20px 40px;
		font-size: 18px;
		line-height: 1.778;
	}
	.intro_balloon img{
		width: 100% !important;
	}
}

.gray_bg {
	background-color: #6F6F6F;
	text-align: center;
	font-weight: bold;
	padding: 60px 0 80px;
}

.green_txt {
	color: #DAFF06;
	font-size: 36px;
	padding-bottom: 40px;
	letter-spacing: -1.08px;
}

.gray_bg p:last-of-type {
	letter-spacing: -0.72px;
}
@media only screen and (max-width: 640px) {
	.gray_bg {
		font-size: 18px;
		line-height: 2;
		padding: 40px 0 60px;
	}
	.green_txt {
		font-size: 24px;
		padding-bottom: 20px;
	}
}

/*------------------------------------------
 *  PROGRAM
 *----------------------------------------*/
.section_intro {
	color: #ED681D;
	text-align: center;
	font-size: 18px;
	line-height: 2;
	border-bottom: 2px solid #ED681D;
	padding-bottom: 60px;
}
.program_movie {
	background-color: #F6F6F6;
	text-align: center;
	padding: 60px 0;
}
.program_movie {
	background-color: #F6F6F6;
	text-align: center;
	padding: 60px 0;
}

.program_movie img {
	width: min(724px, 60%);
	margin: 0 auto;
}

.program_movie iframe {
	width: min(800px, 70%);
	max-width: 100%; 
	height: 450px;
	margin: 20px auto 0;
}

/* スマートフォン表示用の調整 (例：画面幅が768px以下の場合) */
@media only screen and (max-width: 640px) {
	.program_movie iframe {
		 width: 90%;
		 height: calc(90vw * 9 / 16); 
	}
}


.program_txt {
	padding: 60px 0 80px;
	width: min(1080px, 70%);
	margin: 0 auto;
}


.program_txt p {
	color: #2D2D2D;
	font-size: 24px;
	letter-spacing: -0.72px;
	margin-bottom: 12px;
}

.program_txt h3 {
	background-color: #2D2D2D;
	color: #fff;
	font-size: 36px;
	letter-spacing: -2.16px;
	padding: 0 3px;
	display: inline;
}


.program_txt ul {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	justify-content: center;
	gap: 0.5em 2em;
	margin: 40px auto 0;
	padding: 0;
	position: relative;
	left: 5%;
}
.program_txt li {
	position: relative;
	color: #6F6F6F;
	line-height: 2;
	white-space: nowrap;
}
.program_txt li::before {
	content: "●";
	font-size: 10px;
	top: 5px;
	left: -5%;
	position: absolute;
}
@media only screen and (max-width: 640px) {
	.section_intro {
		width: 90%;
		margin: 0 auto;
		text-align: left;
		border-bottom: none;
	}
	.program_movie {
		padding: 40px 0;
	}
	.program_movie img {
		width: 80%;
		margin: 0 auto;
	}
	.program_txt {
		width: 90%;
		margin: 0 auto;
		padding: 40px 0 60px;
	}
	.program_txt p {
		font-size: 18px;
		letter-spacing: -0.54px;
	}
	.program_txt h3 {
		font-size: 24px;
		letter-spacing: -1.44px;
		line-height: 1.5;
	}
	.program_txt ul {
		grid-template-columns: 1fr;
		margin: 20px 0 0;
		gap: 0;	
	}
	.program_txt li {
		margin-left: 4%;
		white-space: normal;
		font-size: 14px;
	}
	.program_txt li::before {
		left: -4%;
	}
}

.program_order {
	padding: 20px 0 80px;
	text-align: center;
}
.program_order h3 {
	font-size: 36px;
	color: #6F6F6F;
	margin-bottom: 40px;
}
.program_order h3 span {
	color: #2D2D2D;
}
.program_flow_img {
	width: min(1080px, 70%);
}
.program_order .gradation_orange {
	width: min(1200px, 90%);
	margin: 60px auto 80px;
	border-radius: 20px;
	color: #fff;
	font-size: 24px;
	line-height: 1.5;
	padding: 40px 0;
}
@media only screen and (max-width: 640px) {
	.program_order {
		padding: 0 0 40px;
	}
	.program_order h3 {
		font-size: 24px;
		margin-bottom: 20px;
		line-height: 1.5;
	}
	.program_flow_img {
		width: 80%;
		margin: 0 auto;
	}
	.program_order .gradation_orange {
		height: auto;
		font-size: 18px;
		justify-content: center;
		padding: 20px 0;
		margin: 40px auto 60px;
	}
}

.program_detail {
	padding-bottom: 80px;
}

.program_detail:last-of-type {
	padding-bottom: 0;
}

.program_detail h3 img {
	width: 40%;
	margin-bottom: 30px;
}


.program_detail_preamble {
	width: min(1080px, 70%);
	margin: 0 auto;
}


.program_detail_preamble ul {
	position: relative;
	left: 2%;
	margin-bottom: 60px;
}

.program_detail_preamble li {
	position: relative;
	font-size: 24px;
	line-height: 1;
	margin-bottom: 20px;
}


.program_detail_preamble li::before {
	content: "●";
	color: #DAFF06;
	font-size: 16px;
	top: 4px;
	left: -20px;
	position: absolute;
}

.program_detail_preamble p {
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
}


.program_detail hr {
	width: min(1200px, 90%);
	background-color: #DFDFDF;
	height: 2px;
	border: none;
	margin: 60px auto;
}

.program_balloon {
	width: min(263px, 30%);
}


.program_detail_content {
	width: min(1080px, 70%);
	margin: 0 auto;
}

.program_detail_grid {
	display: grid;
	grid-template-columns: 1fr 1px 1fr;
	gap: 2em;
	max-width: 1200px;
	margin: 20px auto 80px;
	align-items: start;
}

.program_detail_column {
	display: flex;
	flex-direction: column;
	gap: 2em;
}
.program_detail_item:first-child {
	margin-top: 0;
}


.program_detail_item h5 {
	background-color: #2D2D2D;
	color: #fff;
	padding: 2.5px 5px;
	display: table;
	font-size: 18px;
	letter-spacing: 0.05em
}
.program_detail_item img {
	display: block;
	margin: 10px 0 20px;
	width: 170px;
	height: auto;
}




.program_detail_item p {
	font-size: 16px;
	line-height: 2;
	color: #2D2D2D;
}

.program_detail_divider {
	background-color: #DFDFDF;
	width: 2px;
	height: 100%;
}

.step2_item {
	text-align: center;
}

.step2_item img {
	width: min(880px, 90%);
	margin: 40px auto;
}

.step2_item img:last-of-type {
	width: 100%;
	margin: 40px auto 60px;
}

.step2_item p {
	font-size: 24px;
	line-height: 1.5;
}

.step2_item p span {
	color: #6F6F6F;
	font-size: 18px;
}
.step2_flow_img {
	width: 100% !important;
}

.program_detail_item {
	margin-top: 20px;
}
@media only screen and (max-width: 640px) {

	.program_detail h3 img {
		width: 80%;
		margin-bottom: 20px;
	}
	.program_detail_preamble {
		width: 90%;
		margin: 0 auto;
	}
	.program_detail_preamble ul {
		margin-bottom: 40px;
		margin-left: 4%;
	}
	.program_detail_preamble li {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 1.5;
	}
	.program_detail_preamble p {
		font-size: 16px;
		line-height: 2;
	}
	.program_balloon {
		width: 80%;
		margin-bottom: 20px;
	}
	.program_detail_item {
		margin-top: 0;
	}
	.program_detail_content {
		width: 90%;
	}
	.program_detail_grid {
		grid-template-columns: 1fr;
		margin: 0 auto 60px;
	}
	.program_detail_item h5 {
		font-size: 16px;
		letter-spacing: 0;
	}
	.program_detail_item img {
		width: 50%;
	}
	.program_detail_divider {
		width: 100%;
		height: 2px;
	}
	.program_detail hr {
		margin: 40px auto;
	}
	.step2_item p {
		font-size: 16px;
	}
	.step2_item p span {
		font-size: 14px;
		line-height: 2;
	}
	.step2_item img:last-of-type {
		margin: 20px auto 40px;
	}
}

.step2_txt {
	margin-bottom: 80px;
}

.step2_txt h5 {
	display: inline;
	margin-bottom: 20px;
	line-height: 1.8;
}
@media only screen and (max-width: 640px) {
	.step2_txt {
		margin-bottom: 60px;
	}

	.step2_txt p {
		margin-top: 20px;
	}
	.step2_item img {
		width: 100%;
	}
	
}

.step3_item {
	margin-bottom: 60px;
}

.step3_item h5 {
	margin-bottom: 20px;
}

.step3_item:last-of-type {
	margin-bottom: 80px;
}
@media only screen and (max-width: 640px) {
	.step3_item {
		margin-bottom: 40px;
	}
	.step3_item h5 {
		display: inline;
		line-height: 1.8;
	}
	.step3_item p {
		margin-top: 20px;
		font-size: 14px;
	}
	.step3_item:last-of-type {
		margin-bottom: 60px;
	}
}

.step3_content_img {
	width: 360px !important;
	margin-top: 20px !important;
}

.step3_graph_img {
	width: min(720px, 80%) !important;
	margin: 40px 0 !important;
}

.step3_il_img {
	width: 260px !important;
}
@media only screen and (max-width: 640px) {
	.section_intro_wrap {
		width: 100%;
		border-bottom: 2px solid #ED681D;
	}
	.step3_content_img,
	.step3_graph_img{
		width: 100% !important;
	}
	.step3_graph_img {
		margin-bottom: 0 !important;
	}
}

/*------------------------------------------
 *  VOICE
 *----------------------------------------*/
.voice_wrap p {
	color: #ED681D;
	text-align: center;
}
.slider-container {
	width: min(1200px, 90%);
	margin: 40px auto 100px;
	position: relative;
}
.swiper-wrapper {
    max-width: 100%;
	margin: 0 auto;
}

.swiper-slide {
    /* 文字配置調整、背景色設定 */
    display: flex;
    justify-content: center;
    align-items: center;
}
.swiper-button-prev,
.swiper-button-next {
	position: absolute;
    transform: translateY(-50%);
	width: 30px;
}
.swiper-button-prev {
	left: -3%;
}
.swiper-button-next {
	right: -3%;
}
.swiper-button-prev::before,
.swiper-button-next::before,
.swiper-button-prev::after,
.swiper-button-next::after {
	content: "";
	height: 20px;
	width: 20px;
	bottom: -7px;
    width: 100%;
    height: 6px;
    border-radius: 5px;
	background: #ED681D;
}
.swiper-button-prev::before {
	transform: rotate(-45deg);
	position: absolute;
	top: 0;
}
.swiper-button-next::before {
	transform: rotate(45deg);
	position: absolute;
	top: 0;
}
.swiper-button-prev::after {
	transform: rotate(-135deg);
}
.swiper-button-next::after {
	transform: rotate(135deg);
}
@media only screen and (max-width: 640px) {
	.swiper-button-prev,
	.swiper-button-next {
		width: 18px;
	}
	.swiper-button-prev::before {
		top: 9px;
	}
	.swiper-button-next::before {
		top: 9px;
	}
}

/*------------------------------------------
 *  ENTRY
 *----------------------------------------*/
.entry_wrap {
	margin-bottom: 60px;
}
.entry_content {
	background-image: linear-gradient(136deg, rgba(255, 163, 1, 1), rgba(237, 104, 29, 1));
	width: min(1200px, 90%);
	text-align: center;
	padding-bottom: 20px;
	margin: 0 auto;
	border-radius: 60px;
	overflow: hidden;
	color: #fff;
}
.entry_content h2 {
	color: #fff;
}
.entry_content .sp_hide {
	width: min(1022px, 80%);
	padding: 1.5em;
}
.entry_content p {
	font-size: 18px;
	line-height: 2;
}
.entry_content a {
	display: inline-block;
	width: min(480px, 50%);
	margin: 60px auto;
}
@media only screen and (max-width: 640px) {
	.entry_content {
		width: 100%;
		padding: 0 1em 1em;
		border-radius: 40px;
	}
	.entry_content p {
		text-align: left;
		line-height: 2;
	}
	.entry_content a {
		width: 100% !important;
		padding: 0 !important;
		margin: 40px auto;
	}
	.entry_content img:last-of-type {
		width: 100% !important;
		padding: 0 !important;
	}
}
/*------------------------------------------
 *  GALLERY
 *----------------------------------------*/
.gallery_content {
    display: flex; 
    justify-content: center;
	margin: 60px auto 120px;
}

.gallery_content_ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 5em;
}

@media only screen and (max-width: 640px) {
	.gallery_wrap .section_intro {
		padding-bottom: 20px;
	}
	.gallery_content {
		margin: 40px auto 80px;
	}
	.gallery_content_ul {
		justify-content: center;
		gap: 1.5em;
	}
	.gallery_content_li {
		width: 90%;
	}
	.movie-video iframe {
		width: 100%;
		height: calc(90vw * 9 / 16); 
	}
}


/*------------------------------------------
 *  coming soon
 *----------------------------------------*/

.coming_soon {
	text-align: center;
	padding: 20px 0 40px;
}
.coming_soon p {
	color: #6F6F6F;
	font-size: 20px;
}
@media only screen and (max-width: 640px) {
	.top_article_wrap {
		padding: 0;	
	}
}
