@import url("https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap");
h1,
h2,
ul {
    font-family: "Josefin Sans", "Yu Gothic Pr6N", sans-serif;
    font-weight: 400 !important;
}

/* h1,h2,h3{
	  text-stroke:0.5px var(--color_text);
  -webkit-text-stroke: 0.5px var(--color_text);
}
 */
p {
    font-family: "Yu Gothic Pr6N", sans-serif;
}

/* Moreボタン */
.style_btn .wp-block-button__link {
    font-family: "Josefin Sans", "Yu Gothic Pr6N", sans-serif;
    background-color: unset;
    color: var(--color_main);
    position: relative;
    display: inline-block;
    transition: all 0.3s ease;
}

.style_btn .wp-block-button__link:hover {
    opacity: 0.7;
}

/* 矢印部分 */
.style_btn .wp-block-button__link::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 40px;
    height: 1px;
    background: var(--color_main);
    transform: translateY(-50%);
    transition: right 0.7s ease;
}

/* 矢印の先端（三角形） */
.style_btn .wp-block-button__link::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0px;
    width: 14px;
    height: 9px;
    border-top: 1px solid var(--color_main);
    transform: translateY(-50%) rotate(30deg);
    transition: right 0.7s ease;
}

.style_btn .wp-block-button__link:hover::after,
.style_btn .wp-block-button__link:hover::before {
    right: -10px;
}

/* skill_list */
.skill_list .swell-block-dl__dd {
    border-bottom: solid 1px var(--color_main);
    margin-left: 0;
    padding: 0.5em 1em;
}
.skill_list img {
    aspect-ratio: 1 / 1;
    width: 100%;
    max-width: 40px;
    height: auto;
    object-fit: contain !important;
}
.skill_items {
    display: flex;
}

.skill_card {
    padding-bottom: 3rem;
}

/* interview_card */
.interview_card .wp-block-columns {
    justify-content: center;
    gap: 0 !important;
}

/* 暗転演出 */
.recruit_section {
    background: transparent;
    color: inherit;
    transition:
        background-color 1s ease,
        color 1s ease;
}

.recruit_section.is-visible {
    background-image: linear-gradient(0deg, transparent, #0e294f);
    color: #fff;
}

/* グラデーション */

/* .bk_gradation {
    border-radius: 50%;
    z-index: -1;
    aspect-ratio: 1 / 1;
    width: 70%;
    height: auto;
    object-fit: cover;
    background:
        radial-gradient(ellipse at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%),
        radial-gradient(ellipse at 70% 60%, #60e0d2 0%, rgba(195, 224, 96, 0) 90%),
        radial-gradient(ellipse at 30% 30%, #e5ff8c 0%, rgba(195, 224, 96, 0) 60%),
        radial-gradient(ellipse at bottom left, #70e3ff 0%, rgba(0, 163, 203, 0) 70%),
        linear-gradient(135deg, rgba(18, 46, 119, 0) 0%, rgba(18, 46, 119, 0) 75%, #123a77 100%),
        linear-gradient(to right, #5d5793 0%, #ed817b 35%, #ffdb18 65%, #c7dc4d 100%);
    background-blend-mode: screen, lighten, luminosity, overlay;
    filter: blur(0px);
    position: fixed;
    top: -20px;
    right: -20px;
    opacity: 50%;
    animation: rotation 20s linear infinite;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} */

.c-pageTitle {
    display: none;
}
.ttl {
    color: var(--color_main) !important;
}
.l-header .c-gnav > li > a:after {
    background: var(--color_main) !important;
}

.mess_inner_text {
    max-width: 600px;
}
.mess_inner_img {
    margin-top: -200px;
    margin-left: 500px;
    position: relative;
    z-index: -1;
}

.style_btn {
    letter-spacing: 0.3rem;
    font-size: 0.8rem;
}

/* スライドするテキスト */
/* ulタグ */
.scroll-list {
    display: flex;
    list-style: none;
    padding-inline: 0;
    margin-inline: 0;
    gap: 0;
    overflow: hidden;
    margin-bottom: 0;
}

/* liタグ */
.scroll-list li {
    	mix-blend-mode: overlay;
    color: #ffffffc4;
    font-size: 120px;
    font-weight: bold;
    white-space: nowrap;
    padding: 0 0.3em 0 0;
    margin: 0;
    animation: marquee-left 20s linear infinite;
}
.scroll-list.down_scroll {
    margin-top: -60px;
    /*     margin-left: 80px; */
}

.scroll-list.down_scroll li {
    animation: marquee-right 20s linear infinite;
}

/* PCの時のフォントサイズ */
@media (min-width: 600px) {
    .scroll-list li {
        font-size: 8vw;
    }
}

/* アニメーション */
@keyframes marquee-left {
    100% {
        transform: translateX(-100%);
    }
}
@keyframes marquee-right {
    100% {
        transform: translateX(100%);
    }
}


/* interview_card */
.interview_card_text {
    background: #fffff0d1;
    padding: 1rem;
}

.interview_card_img_right img {
    margin-left: 50px;
}
.interview_card_img_left img {
    margin-left: -80px;
	    z-index: -1;
    position: relative;
}

@media screen and (max-width: 781px) {
	.column_even .wp-block-columns {
    flex-direction: column-reverse;
}
    .interview_card {
        padding: 1rem !important;
    }

    .interview_card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 4 / 3 !important;
    }
	
	.interview_card_img_left img,
	.interview_card_img_right img
	{
        margin-left: 0;
    }
	
    .interview_card h3 {
        text-align: left !important;
    }
}
/* 

.interview_card_even .interview_card_inner_left img {
    margin-left: -50px;
    position: relative;
    z-index: -1;
}

.interview_card_even.interview_card {
    padding-right: 0px;
    padding-left: 50px;
} */
/* 
@media screen and (max-width: 781px) {
    .interview_card {
        padding: 1rem !important;
    }

    .interview_card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 4 / 3 !important;
    }
    .interview_card_inner_left img {
        margin-left: 0;
    }
    .interview_card h3 {
        text-align: left !important;
    }

    .interview_card_even .interview_card_inner_left img {
        margin-left: 0px;
    }
    .interview_card_even.interview_card {
        padding-left: 0px;
    }
} */

.mv_title {
    font-size: 6rem !important;
    line-height: 1;
}
@media screen and (max-width: 768px) {
    .mv_title {
        font-size: 10vw !important;
    }
    .bk_gradation {
        width: 100%;
        right: -80px;
    }
}

/* about_parts_section */
.about_parts_section {
    position: relative;
}

.about_parts_inner {
    position: absolute;
    top: -30%;
    left: 20%;
    z-index: -1;
}

/* contact_f_section */
.black_btn a {
    background: var(--color_main) !important;
    color: #fff !important;
}
.black_btn .style_btn .wp-block-button__link::after {
    background: #fff;
}
.black_btn .style_btn .wp-block-button__link::before {
    border-top: 1px solid #ffffff;
}

/* 余白 */
@media screen and (max-width: 768px) {
    .Org_spacer {
        height: calc(100vh / 6) !important;
    }
}

/* skill_card */
.skill_card {
    margin-bottom: 3rem;
}
@media screen and (max-width: 781px) {
    .skill_card img {
        width: 100%;
        height: auto;
        object-fit: cover;
        aspect-ratio: 16 / 9 !important;
    }
}

/* フェード */
.fade_img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.fade_img_item1 img {
    aspect-ratio: 4 / 3;
    max-width: 300px;
}
.fade_img_item2 img {
    aspect-ratio: 16 / 9;
    max-width: 250px;
    margin-top: -30px;
    margin-left: -200px;
}
.fade_img_item3 img {
    aspect-ratio: 3 / 4;
    max-width: 150px;
    margin-left: 230px;
    margin-top: -100px;
}

.tate_scroll {
    height: 100px;
}
.tate_scroll_item {
    display: flex;
    justify-content: center;
}
.tate_scroll_item h3 {
    margin-bottom: 0;
}

.skill_list img {
    mix-blend-mode: multiply !important;
}

/* lower_header */
.l-header{
	background:#ffffff00;
}

.lower_header.bk_gradation{
	width:50%;
	top:-20%;
}

@media screen and (max-width: 781px) {
	.lower_header.bk_gradation{
	width:60%;
	top:-10%;
		right: -40px;
}
}

.big_text{
	font-size:120px;
	    font-family: "Josefin Sans", "Yu Gothic Pr6N", sans-serif;
    font-weight: bold;
	color:#ffffffc4;
	text-wrap:nowrap;
	margin-top:-20%;
	z-index:1;
	position:relative;
	mix-blend-mode: overlay;
}

.lowerpage.wp-block-columns{
gap:0 !important;	
}

.lowerpage_block{
	z-index:1;
	position:relative;
}
@media screen and (max-width: 781px) {
	.lowerpage.wp-block-columns{
gap:1rem !important;	
}

}

/* コンタクト */
.page-id-252 #before_footer_widget,
.page-id-324 #before_footer_widget,
.page-id-322 #before_footer_widget{
	display:none;
}

.cf_privacy .wpcf7-form-control{
	border:none !important;	
}

.style_btn .wp-block-button__link{
padding:0;	
	padding-right:43px;
}

.style_btn.black_btn .wp-block-button__link{
padding:1rem 2rem;	
	padding-right:60px;
}

.style_btn.black_btn .wp-block-button__link::before{
	border-top: 1px solid #fff;
		right:15px;
}
.style_btn.black_btn .wp-block-button__link::after{
	background:#fff;
	right:15px;
}

.message_container{
	    max-width: var(--article_size) !important;
	margin:auto !important;
	padding:1rem;
}

.lower_title{
	margin-bottom:160px;
	margin-top:0;
}
.l-mainContent__inner>.post_content{
	margin:0em 0;
}
/* グラデーション */
.bk_gradation {
    position: fixed;
			animation: rotation 60s linear infinite;
}
.bk_gradation::after {
    content:"";
    display: inline-block;
  width: 1200px;
  height: 1200px;
    position: absolute;
    top: -400px;
    left: 100px;
    z-index: -99 !important;
	  background-image: url(https://digital-nomad.co.jp/wp-content/uploads/2025/11/gradationimg.png);
  background-size: contain;
  vertical-align: middle;
	background-repeat: no-repeat;
	opacity:70%;
}

 @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 

@media screen and (max-width:768px){
	.bk_gradation::after {
  width: 600px;
  height: 600px;
    top: 10px !important;
    left: 0px;
}
}

#breadcrumb,#footer{
	z-index:1;
}

.p-postList .p-postList__title{
	-webkit-text-stroke:0px !important;
	text-stroke:0px !important;
}

.inte_case01{
	position:relative;
}
.inte_case01:before{
	content:"interview01";
    mix-blend-mode: overlay;
    color: var(--main_color);
		-webkit-text-stroke:0px !important;
	text-stroke:0px !important;
	font-size:3rem;
	z-index:-1;
	top:-1.2rem;
	left:0;
	line-height:0;
}

.inte_case02{
	position:relative;
}
.inte_case02:before{
	content:"interview02";
    mix-blend-mode: overlay;
    color: var(--main_color);
		-webkit-text-stroke:0px !important;
	text-stroke:0px !important;
	font-size:3rem;
	z-index:-1;
	top:-1.2rem;
	left:0;
	line-height:0;
}

.inte_card{
	padding:1rem;
	margin-bottom:100px;
	border-bottom:1px solid #b5b5b5a3;
	padding-bottom:80px;
}

.recruit_container{
	a{
	color:#fff !important;
}
	.style_btn .wp-block-button__link::before{
	border-top:1px solid #fff;
}
	.style_btn .wp-block-button__link::after{
		background:#fff;
	}
}
.recruit_grid {
	h3,p{
	color:var(--color_main) !important;
}
}

@media screen and (max-width:781px){
	.recruit_container,.recruit_block{
		padding:1rem ;
	}
	.recruit_grid{
		grid-template-columns:1fr !important;
	}
}

.mvv_text,.c-widget__title.-spmenu{
	font-family:"Josefin Sans", "Yu Gothic Pr6N", sans-serif;
	    font-weight: 400 !important;
}

.page-id-250 .lower_title{
	margin-bottom:60px;
}
