/*!
Theme Name: gatewing-recruit
*/

body {
    margin: 0;
    font-family: "Helvetica Neue",
        Arial,
        "Hiragino Kaku Gothic ProN",
        "Hiragino Sans",
        Meiryo,
        sans-serif;
}


/*add*/
a {
    outline: none;
	color:#E02925;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a:hover {
	opacity: 0.8;
}

.txt-gothic {
    font-family: a-otf-ud-shin-go-pr6n, sans-serif;
    font-style: normal;
    font-weight: 300;
}

.txt-gothic2 {
    font-family: rift-soft, sans-serif;
    font-style: normal;
    /*font-weight: 400;/*400 700*/
}

.txt-mincho {
    font-family: kozuka-mincho-pr6n, serif;
    font-style: normal;
    /*font-weight: 700;/*400 700*/
}

table.table_normal {
	border-top: 1px solid #CCCCCC;
}

table.table_normal th, table.table_normal td {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #CCCCCC;
}

table.table_normal th {
	text-align: left;
	font-weight: normal;
	width: 7em;
	vertical-align: top;
}

table.table_normal2 {}

table.table_normal2 th, table.table_normal2 td {
	padding: 15px;
}

table.table_normal2 th {
	width: 20%;
	text-align: left;
	background-color: #f7f7f7;
	white-space: nowrap;
}

table.table_normal2 td {
	background-color: #ffffff;
}
.ttl_new h3{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.ttl_new h3 .new {
	text-align: center;
    vertical-align: middle;
    font-size: 0.5em;
    color: #ffffff;
    background-color: #8F1E1C;
    padding: 0.2em 0.3em;
    margin-top: 0.5em;
    margin-right: 0.5em;
    line-height: 1.4;
}


.fadeout_img{
    animation: fadeout-anim 2s ease 3s 1 forwards;
}
@keyframes fadeout-anim {
	100% {
		opacity: 0;
	}
}

/* メディア掲載歴 
**********************************************/
.media-list {
	background-color: #ffffff;
	padding: 15px;
}

.media-list li {
	list-style: none;
}

.media-box {
	display: flex;
	gap: 20px;
	padding-top: 25px;
	padding-bottom: 10px;
	border-bottom: 1px dashed #272617;
}

.media-list a:hover {
	opacity: 0.7;
}

.media-box_top {
	display: flex;
	gap: 30px;
	align-items: center;
}

.media-box_bottom {
	display: flex;
	align-items: center;
}

.media_label {
	color: #ffffff;
	background-color: #C4A44C;
	width: 100px;
    height: 25px;
    line-height: 25px;
    text-align: center;
}

.media_label-insta {
	background-color: #CF2F93 !important;
}

.media_label-paper {
	background-color: #38475C !important;
}

.media_label-tube {
	background-color: #DA1725 !important;
}

.media_label-tv {
	background-color: #D54E21 !important;
}

.media-list_ttl {
	text-align: center;
	font-size: 2em;
}

.media-list_detail {
	text-align: center;
	line-height: 1.5;
}


.media_data,.media_txt{
	color: #000;
}

@media (max-width:767px) {
	.media-box {
		flex-direction: column;
		padding-top: 30px;
}
}


/* Tik Tok -----------------------*/


/* ipad pc -----------------------*/
@media screen and (min-width:768px) {
    .sp_only {
        display: none !important;
    }
}

/* sp ---------------------------*/
@media (max-width:767px) {
    .pc_only {
        display: none !important;
    }
	
	.form_table td, .form_table th {
		display: block;
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 10px;
	}
	.form_table th {
		text-align: left;
	}
	.wide-S {
		width: 80px;
	}
	.wide-M {
		width: 80%;
	}
	.wide-L {
		width: 95%;
	}
	table.table_normal2 th, table.table_normal2 td {
		padding: 10px;
		width: 100%;
		display: block;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.ttl_new h3{
   justify-content: center;
}
.ttl_new h3 .new {
    margin-top: 0.1em;
}



}

