@charset "UTF-8";
#sut,#sut_contents {
	font-size:clamp(12px, 3.8vw, 19px);
	font-family: Noto Sans JP, sans-serif;
	width: 100%;
	color: #161616;
}
#company .default_sp{
    padding-bottom: 80px;
}
#company .company_header{
	background: url(../images/company_image.jpg) no-repeat bottom;
	padding-top: 80%;
	position:
	relative;
	background-size: cover;
	margin-bottom: -56px;
}
#company .company_header::after{
  content: "";
  background: rgb(0 0 0 / 35%);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;	
}
#company .head_title_wrap{
	position:absolute;
	top: 40%;
	left: 10%;
	transform: translateY(-50%);
	z-index:2;
}
#company .head_title {
    font-family: "Roboto", serif;
    letter-spacing: .06em;
    font-size: 40px;
}
#company .head_subtitle {
    font-size: 18px;
}
#company .base_common{
	position:relative;
	padding: 12% 0 25%;
	border-radius: 50px 50px 0 0;
}
#company .info_wrap{
	/* padding: 12% 0 25%; */
	padding: 40px 0 100px;
	margin-bottom: -56px;
	background: #ffffff;
}
#company .info_listwrap{
	margin: 5% auto;
	padding: 0 3%;
}
#company .container ul{
	margin:8% auto;
	width: 93%;
}

#company .container li{
	border-bottom:1px solid #666666;
}
#company .container li:first-of-type{
	border-top:1px solid #666666;
}
#company .container li{
	display: block;
	padding: 3% 1%;
}
#company .container li .date{
	background:#009bdb;
	color:#ffffff;
	width: 8rem;
	text-align:center;
	margin-bottom: 3px;
}
#company .container li .ttl{
	color:#666666;
}
#company #information .more{
	display:block;
	width: 250px;
	margin:0 auto;
	padding: 3% 0;
	text-align:center;
	border:1.5px solid;
	border-radius: 5px;
}
#company #information .more i{
	margin-left:5px;
	font-size:1.3rem;
}
#company .tab_wrap{
	/* padding: 12% 0 25%; */
	padding: 60px 0 120px;
	margin-bottom: -56px;
	background-image: linear-gradient(-45deg, #76C7D8, #009BDB);
}
#company .tab_flexwrap{
	display:flex;
	justify-content: space-evenly;
	font-size:2.1rem;
	/* width: 96%; */
	flex-direction: column;
	margin: 0 auto;
	gap: 20px;
}
#company .tab_flexwrap .tab_contentswrap{
	background:linear-gradient(135deg, #ffffff, #f9f9f9,#d6d6d6);
	border-radius: 10px;
	box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.35);
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	width: 90%;
	max-width: 340px;
	padding: 3%;
	margin: 0 auto;
	position: relative;
	min-height: 170px;
}

#company .company_arrow{
    width: 25px;
    height: 2px;
    line-height: 1;
    position: absolute;
    background: #666666;
    right: 5%;
    bottom: 19%;
    transition: 0.3s;
}
#company .company_arrow::before {
    content: "";
    width: 13px;
    height: 13px;
    border: 2px solid #666666;
    position: absolute;
    box-sizing: border-box;
    border-left: 0;
    border-bottom: 0;
    transform: rotate(45deg);
    transform-origin: top right;
    top: 50%;
    right: -1px;
    background: no-repeat;
    border-radius: unset;
}
#company .tab_flexwrap .tab_contentswrap:hover {
    color: #161616;
}
#company .tab_flexwrap .tab_contentswrap:hover .arrow {
    right: 8%;
}
#company .tab_flexwrap .tab_title{
	/* height: 50px; */
	font-size: 28px;
	margin-bottom: 2%;
	font-family: "Roboto", serif;
	letter-spacing: .06em;
}
#company .tab_flexwrap .tab_profile{
	line-height:1.2;
	/* padding: 50px 40px; */
}
#company .tab_flexwrap .tab_recruit{
	line-height: 1;
	/* padding: 50px 45px; */
}
#company .tab_flexwrap .tab_subtitle{
	font-size: 1.5rem;
	text-align: center;
	/* border-bottom: 1.5px solid #009bdb; */
	line-height:1.5;
	width: 6.4rem;
	/* margin: 10px auto 0; */
	padding-bottom: 5px;
	color: #666666;
}
#company .itemlist_wrap{
	padding: 12% 0;
	padding: 40px 0 0 0;
	background: #ffffff;
}
#company .itemlist_contentswrap{
	display: block;
	flex-wrap: wrap;
	width: 85%;
	justify-content: space-between;
	/* padding: 3% 0; */
	margin: 5% auto 0 auto;
}
#company .itemlist_flexwrap{
    position: relative;
	display:flex;
	justify-content:space-between;
	/* width: 45%; */
	color: #666666;
	border-top: 1px solid #666666;
	padding: 5% 1%;
}
#company .itemlist_flexwrap:last-child{
	border-bottom: 1px solid #666666;
}
#company .itemlist_flexwrap::before,
#company .itemlist_flexwrap::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 1px;
    border-radius: 50px;
    background-color: #666666;
    right: 25px;
    top: 50%;
    transform-origin: 100% 50%;
}
#company .itemlist_flexwrap::before{
    transform: rotate(45deg);
}
#company .itemlist_flexwrap::after{
    transform: rotate(-45deg);
}
#company .itemlist_icon{
    display: none;
}

@media screen and (min-width: 601px) {
    #company .company_header {
        padding-top: 60%;
    }
}

/*共通*/
.content_wrap{
	margin: 0 auto;
	width: 90%;
}
.head_title {
    font-size: clamp(25px, 5vw, 35px);
}


.page_title{
	position: relative;
	width: 100%;
	padding: 30px 0 10px;
}

.page_title::after{
	position: absolute;
	content: "";
	width: 100%;
	height: 5px;
	bottom: 0;
	left: 0;
	background-color: #009bdb;
	opacity: 0.2;
}

.content_header{
	position: relative;
	line-height: 1;
	margin-top: 45px;
	padding-left: 10px;
	font-size: clamp(18px, 3.8vw, 24px);
}

.content_header::before{
	position: absolute;
	content: "";
	width: 4px;
	height: 100%;
	left: 0;
	top: 0;
	background-color: #009bdb;
}
.content_header .content_header_big {
    margin-bottom: 2%;
    font-size: clamp(24px, 4vw, 30px);
}

.content_header .content_header_big.kana {
    font-size: clamp(18px, 3.8vw, 24px);
    position: relative;
    line-height: 1;
    margin-top: 45px;
    padding-left: 0;
}
.content_header_small {
    font-size: clamp(12px, 2.4vw, 14px);
}

.connection_link_btn{
	position: relative;
	border: solid 2px #009bdb;
	border-radius: 5px;
	margin: 0 auto;
	width: 80%;
	max-width: 300px;
}

.connection_link_btn a{
    position: relative;
	display: block;
	padding: 20px 30px;
	color: #fff;
	background-color: #009bdb;
}

.connection_link_btn a::before,
.connection_link_btn a::after{
    content: '';
    position: absolute;
    width: 10px;
    height: 3px;
    border-radius: 50px;
    background-color: #fff;
    right: 25px;
    top: 50%;
    transform-origin: calc(100% - 1px) 50%;
}

.connection_link_btn a::before{
    transform: rotate(45deg);
}

.connection_link_btn a::after{
    transform: rotate(-45deg);
}

.connection_link_btn i{
    display: none;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}