@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* --- 全体 --- */
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap');
* {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: .05em;
}
h1, h2, ul, p {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-block-end: 0;
    margin-block-start: 0;
}
a {
    text-decoration: none;
/*     color: #222; */
    margin: 0;
    transition: .3s;
}
a:hover {
    opacity: .6;
}
figure {
    margin: 0;
}
body {
    font-family: "Noto Sans Japanese", sans-serif;
    background: #fff5e4;
    margin: 0;
}

img {
    max-width:100%;
    height:auto;
    vertical-align:middle;
}

/* main.css 上書き */
.l-content {
    margin: 0 auto;
}
@media screen and (max-width: 782px) {
	.l-content {
		padding: 0 20px 0 20px;
	}
}

/* footer.css 上書き */
.l-footer .copyright {
    text-align: right;
    width: 90%;
    margin: 0 auto;
}

/* 共通 */
/* --- ページの幅 ---*/
.page-wrap-1200 {
    width: min(1200px, 83vw);
    margin: 0 auto;
}

.top #content {
	padding-top: 0 !important;
}

#body_wrap:not(.home) .l-content {
    padding-top: 4em;
    padding-bottom: 4em;
}
body.not-home {
    background-color: #fff;
}


/* セクションの見出し */



/* ヘッダー */
#gnav {
	display: none;
}
.l-header__logo {
	padding: 20px !important;
}
.l-header__inner.l-container {
	max-width: none !important;
	padding: 0;
}
.c-headLogo {
	color: #6f6f6f;
}
.c-headLogo span {
	font-family: "Jost", sans-serif;
	font-weight: 400;
	color: #ed681d;
}
.c-headLogo a {
	font-family: "Jost", sans-serif;
	font-weight: 400 !important;
}
.-txt .c-headLogo__link {
	font-size: 32px;	
}
.header_img_phrase {
	position: absolute;
	bottom: 0;
	display: flex;
}
.header_img_phrase img {
	width: 140px;
	border: 1px solid #ed681d;
	padding: 5px;
	border-right: none;
	border-bottom: none;
}
.c-catchphrase.u-thin {
	border: 1px solid #ed681d;
	padding: 5px;
	margin-bottom: 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	align-content: center;
	opacity: 1;
	border-bottom: none;
}
.l-header {
	border-bottom: 2px solid #ED681D;
}
.btn_header a {
	background-image: linear-gradient(114deg, rgba(255, 163, 1, 1), rgba(237, 104, 29, 1));
	border-radius: 0;
	font-size: 20px;
	font-weight: bold;
	height: 120px;
	width: 250px;
	display: flex;
	align-items: center;
	position: relative;
}
.btn_header a::before{
	width: 30px;
	height: 30px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 18px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.btn_header a::after{
	width: 7px;
	height: 7px;
	border-top: 2px solid #ed681d;
	border-right: 2px solid #ed681d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	bottom: 0;
	right: 30px;
	margin: auto;
	content: "";
	vertical-align: middle;
}
.l-fixHeader {
	box-shadow: none!;
	border-bottom: 2px solid #ED681D;
}
.l-fixHeader__inner.l-container {
	justify-content: space-between;
    max-width: 100%;
	padding: 0;
}

@media not all and (min-width: 960px) {
	.l-header__inner {
		display: block;
	}
    .l-header__inner .c-catchphrase {
        display: block !important;
		font-size: 12px;
		padding: 1em;
    }
	.header_img_phrase img {
		flex-grow: 1;
		width: 30%;
		padding: 0.5em 0.8em;
	}
	.l-header__customBtn,
	.l-header__menuBtn {
		display: none;
	}
	.c-headLogo.-txt {
		justify-content: center;
	}
	.l-header[data-spfix="1"] {
		position: unset;
	}
	.-txt .c-headLogo__link {
		font-size: 45px;
	}
	.header_img_phrase {
		position: unset;
	}
	.w-header {
		display: block !important;
	}
	.w-header__inner .wp-block-buttons {
		justify-content: unset;
	}
	.w-header__inner .btn_header {
		flex-grow: 1;
	}
	.btn_header a {
		width: 100%;
		height: 70px;
		justify-content: center;
	}
}
/* .header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 120px;
    z-index: 999;
}
.header_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px;
}
.header_logo_area img {
    width: 200px;
}

.header_right {
    display: flex;
}
.header_right ul {
    display: flex;
    align-items: center;
    font-weight: 600;
}
.header_right li {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    padding: 20px;
    position: relative;
    letter-spacing: 0.1em;
}
.header_right li::before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 26px;
    left: 8px;
    width: 5px;
    height: 5px;
    border-radius: 5px;
    background-color: #111;
    vertical-align: middle;
    line-height: 1;
}
.usrbtn_header a {
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    background-color: #FFA200;
    padding: 15px 20px;
    border-radius: 40px;
    white-space: nowrap;
}
.usrbtn_header::before {
    content: none !important;
} */

/* パンくず */
#breadcrumb {
	font-weight: bold;
	padding: 8px 2em;
	background: #fff;
	box-shadow: none !important;
	border-top: 2px solid #DFDFDF !important;
	border-bottom: 2px solid #DFDFDF !important;
}
#breadcrumb .l-container {
	max-width: 100%;
}
.p-breadcrumb__item:after {
	background-color: #DFDFDF;
}
.__home {
	color: #ED681D;
}
@media screen and (max-width: 782px) {
	#breadcrumb {
		padding: 12px 0 8px 0;
	}
}

/* fvに表示する記事 */
.fv_post_wrap {
/*     width: min(1200px, 83vw);
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 80px;
    height: min(410px, 28.4722222222vw); */
	margin: 0 calc(50% - 50vw);
    width: 100vw;
}
.fv_post_content {
    display: flex;
}
.fv_post_left {
/*     width: min(600px, 41.5vw);
    height: min(410px, 28.4722222222vw); */
	width: 50%;
	height: 500px;
}
.fv_post_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.fv_post_right {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 0 40px;
    background: #fff;
}
.fv_post_cat {
    color: #f35528;
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    letter-spacing: 0.1em;
    margin-right: 30px;
    position: relative;
}
@media screen and (max-width: 782px) {
	.fv_post_wrap {
		height: auto!important;	
	}
	.fv_post_content {
		flex-direction: column;
	}
	.fv_post_left,
	.fv_post_right{
		width: 100%;
		height: auto;
	}
	.fv_post_right {
		padding: 20px;
	}
}

.top_post_date {
    color: #888;
    font-size: 14px;
}
.fv_post_ttl {
    font-size: 20px;
    line-height: 1.75em;
    margin: 30px 0;
}
.fv_post_right h2 a {
    color: #484848;
}
.fv_post_tag a {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    color: #f35528;
    letter-spacing: 0.1em;
    line-height: 2.5;
    border: 1px solid #f35528;
    border-radius: 30px;
    padding: 4px 15px;
    margin: 5px;
    white-space: nowrap;
}

/* ページタイトル　コンテンツ上 */
.l-topTitleArea__body {
	text-shadow: unset;
}
.l-topTitleArea__img,
.c-filterLayer.-texture-dot:after {
	display: none;
}

.l-topTitleArea.c-filterLayer::before {
	background-color: #fff;
}
.c-pageTitle {
	color: #ED681D;
	padding: 0 2em;
	font-size: 32px;
}
#top_title_area .l-container {
	max-width: 100%;
}
@media screen and (max-width: 782px) {
	.c-pageTitle {
		padding: 0;
		font-size: 24px;
	}
}



/* PICK UP */
/* PICK UP タイトル */
.top_pickup {
	width: 100vw;
	margin: 0 calc(50% - 50vw);
}
.top_pickup_wrap {
    display: flex;
    margin: 75px 0 85px 75px;
}
.top_pickup_header {
    display: flex;
    flex-direction: column;
    margin-right: 30px;

    padding: 20px 2px;
    position: relative;
    width: 54px;
}

.top_pickup_header p {
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0 auto;
    font-size: 12px;
    color: #fff;
    letter-spacing: 2px;
	background: #dc0017;
}
.top_pickup_header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 36px;
    font-weight: 400;
    color: #dc0017;
    letter-spacing: 0.1em;
    writing-mode: vertical-lr;
    text-orientation: sideways;
    margin-bottom: 10px;
}
.top_pickup_nav {
    margin-top: 50px;
}
.btn_top_arrow {
    display: inline-block;
    width: 25px;
    height: 25px;
    border-radius: 15px;
    border: none;
    color: #fff;
    background: #FFA200;
    cursor: pointer;
	padding: 0;
}

/* PICK UP コンテンツ */
.carousel-container {
    float: left;
    overflow: hidden;
}
.top_pickup_box {
    overflow: hidden;
}

.top_pickup_box li {
    min-width: min(380px, 25vw);
}

.top_pickup_content {
    background: #fff;
    padding: 20px;
    width: 400px;
}

.top_post_content {
    background: #fff;
    padding: min(28px, 1.9444444444vw) min(30px, 2.0833333333vw) min(30px, 2.0833333333vw);
    flex-grow: 1;
    box-sizing: border-box;
}
.top_post_thum {
    height: min(236px, 16.3888888889vw);
}
.top_post_thum img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top_post_ttl a {
    font-size: 20px;
    color: #484848;
}

.top_post_tag a {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    color: #f35528;
    letter-spacing: 0.1em;
    line-height: 2.5;
    border: 1px solid #f35528;
    border-radius: 30px;
    padding: 4px 15px;
    margin: 5px;
    white-space: nowrap;
}
@media screen and (max-width: 782px) {
	.top_pickup {
		width: 100%;
		margin: 0;
	}
	.top_pickup_wrap {
		flex-direction: column;
		margin: 0;
	}
	.top_pickup_header {
		width: 100%;
		padding: 10px 20px;
		margin-right: 0;
		flex-direction: column;
	}
	.top_pickup_header h2,
	.top_pickup_header p{
		writing-mode: horizontal-tb;
	}
	.top_pickup_header h2 {
		line-height: 1;
		margin-bottom: 0;
	}
	.top_pickup_header p {
		text-align: justify;
		margin: 0;
	}
	.article_content_ul,
	.top_pickup_box {
		overflow: visible;
	}
	.top_pickup_box li {
		width: 400px !important;
		min-width: unset;
		box-sizing: border-box;
	}
	.top_post_thum {
		height: unset;
		 aspect-ratio: 1.3 / 1;
	}
	.top_article_content > .article_content_ul {
		flex-direction: column;
		align-items: center;
	}
	.article_content_li {
		border-right: none !important;
	}
	.top_article_content > .article_content_ul > li {
		width: 90%;
	}
}

/* デジタルアーカイブス */
.top_movie_content {
    position: relative;
    width: 80%; /* 動画の幅を80%に変更 */
    max-width: 800px; /* 最大幅を800pxに制限 */
    margin: 3em auto 0; /* 中央配置 */
}

.top_movie_content iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* アスペクト比を維持 */
}


.btn_movie {
    font-family: "Roboto", sans-serif;
    font-size: 2em;
    background-color: #FFA200;
    color: #fff;
    letter-spacing: 0.1em;
    display: flex;
    width: 60%;
    margin: 60px auto;
    padding: 0.9em;
    position: relative;
}
.btn_movie::before {
    content: "デジタルアーカイブス";
    color: #fff;
    position: absolute;
    bottom: 0.9em;
    font-size: 0.4em;
}
.btn_movie::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
@media screen and (max-width: 782px) {
	.top_movie_content {
		width: 100%;
		margin: 4em auto 0;
	}
	.btn_movie {
		width: 100%;
		margin: 3em auto;
	}
}


/* PEOPLE */
.top_article {
    background: #fff;
	width: 100vw;
	margin: 0 calc(50% - 50vw);
    padding: 30px 50px;
}
.top_article_wrap {
    width: min(1200px, 83vw);
    margin: 0 auto;
}
.top_article_header {
    text-align: center;
    padding: 30px;
}
.top_article_header p,
.top_article_header h2 {
    color: #FFA200;
}
.top_article_header h2 {
    font-family: "Roboto", sans-serif;
    font-size: 38px;
    font-weight: 500;
    letter-spacing: 0.1em;
}
.top_article_header p {
    font-size: 14px;
    letter-spacing: 0.1em;
}
.top_article_content {
    display: flex;
    justify-content: start;
}
.article_content_ul {
    display: flex;
/*     gap: min(30px, 2vw); 線ひっすならいらない */
    transition: transform 0.5s ease;
}
.article_content_li {
    display: flex;
    flex-direction: column;
    width: min(380px, 25vw);
	
	padding: 0 20px;
	border-right: 1px solid #111;
}
.carousel-track > .article_content_li,
.article_content_li:last-of-type {
	border-right: none;
}
@media screen and (max-width: 782px) {
	.article_content_ul li {
		flex: 0 0 300px;
    	width: 300px;
	}
	.top_article {
		width: 100%;
		padding: 0;
	}
	.top_article_wrap {
		width: 90%;
		padding: 2em 0;
		/* LPではpadding削除 */
	}
	.top_article_content {
		justify-content: center;
	}
}


.btn_viewall {
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    color: #FFA200;
    letter-spacing: 0.1em;
    display: flex;
    justify-content: center;
    border: 2px solid #FFA200;
    border-radius: 30px;
    width: 500px;
    margin: 60px auto;
    padding: 12px;
}
@media screen and (max-width: 782px) {
	.btn_viewall {
		width: 80%;
	}
}


/* 共通 インターンシップ */
.common_internship {
    height: 300px;
    padding: 4em 2em;
    display: flex;
    align-items: center;
    gap: 5em;
	background: #fff5e4;
	margin: 0 calc(50% - 50vw);
	padding: 0 calc(50vw - 50%);
}
.common_internship_left {
    width: 45%;
}
.common_internship_right {
    flex-grow: 1;
	height: 100%;
}


.btn_common_internship {
    font-family: "Roboto", sans-serif;
    background-color: #FFA200;
    font-weight: bold;
    color: #fff;
    letter-spacing: 0.1em;
    display: flex;

    padding: 2em;
    position: relative;
	height: 100%;
	align-items: center;
}

.btn_common_internship::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 27px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
    box-sizing: border-box;
}
/*------------------------------------------
 *  footer
 *----------------------------------------*/
#footer .l-container {
	max-width: 100%;
}
.l-footer__inner {
	border-top: 2px solid #DFDFDF !important;
}
.footer_wrap {
	background-color: #fff !important;
	padding: 60px 5em;
	
	font-weight: bold;
}
.footer_inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}
.footer_inner ul {
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	max-width: 50%;
	gap: 2em 0;
}
.footer_inner li {
	margin-right: 60px;
	white-space: nowrap;
}
.footer_inner li a {
	color: #2D2D2D;
}
.footer_inner small {
	color: #6F6F6F;
}
@media only screen and (max-width: 640px) {
	.footer_wrap {
		width: 90% !important;
		padding: 40px 0 !important;
		margin: 0 auto;
	}
	.footer_inner {
		flex-wrap: wrap;
		align-items: flex-start;
		flex-direction: column;
		align-content: space-between;
	}
	.footer_inner ul {
		flex-direction: column;
		gap: 1em 0;
	}
	.footer_inner small {
		margin: 40px 0 0;
	}
}
.l-footer__widgetArea,
.w-footer__box {
	padding: 0;
}
.l-footer__foot {
	display: none;
}
