@charset "utf-8";
/* CSS Document */
*{
	box-sizing:border-box;
	padding:0;
	margin:0;
	word-break:normal;
	word-wrap:break-word;

}
body{
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W6", "メイリオ","Meiryo",Arial, sans-serif;
	background-color:#fff;
	color:#333;
	font-size: 16px;
	line-height: 1.6;
}
img{
	vertical-align:bottom;
	margin:0;
	padding:0;
	border:0;
	max-width:100%;
}
.clearfix:before,
.clearfix:after{
	display: table;
  	content: " ";
}
.clearfix:after{
	clear: both;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
td,
th {
  padding: 0;
}
table {
  background-color: transparent;
}
table col[class*="col-"] {
  position: static;
  display: table-column;
  float: none;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  display: table-cell;
  float: none;
}
ul li{
	list-style:none;
}
h1,h2,h3,h4,h5,h6,p{
	margin:0px;
}

.os-animation{
    opacity: 0;
}  

.os-animation.animated{
    opacity: 1;
}
.fixedcontainer{
	width:1080px;
	margin:0 auto;
	padding:0px;
}
a{
	color: inherit;
}
a:visited,
a:link,
a:hover,
a:active,
a:focus{
	outline:none;
	text-decoration:none;
}
a:hover{
	opacity:0.8;
	transition:opacity 0.5s ease;
}


.red{
	color:#ed1c24;
}
.bkyellow{
	background-color:#fff100;
}
.bold{
	font-weight:bold;
}
.btline{
	text-decoration:underline;	
}
.underline{
	text-decoration:underline;
}
.text-center{
	text-align:center;
}
.text-left{
	text-align:left;
}
.text-right{
	text-align:right;
}
.visible-sp{
	display:none;
}
.hidden-sp{
	display:block;
}
.visible-xs{
	display:none;
}
.hidden-xs{
	display:block;
}
.visible-500{
	display:none;
}
.hidden-500{
	display:block;
}
.flex{
  display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox;
    display:flex;
    flex-direction:row;
    flex-wrap: nowrap;
}
/*-----------------------------------*/
.fv .fixedcontainer{
	display: flex;
	justify-content: space-between;
}
.fv{
	background: url(../img/fv-back.png) no-repeat;
	background-size: cover;
	padding-top: 106px;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.header_in{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 40px;
}
.header_links ul{
	display: flex;
	align-items: center;
}
.header_links ul li{
	margin-left: 20px;
}
.header_links ul li a{
	display: block;
	text-align: center;
}
.header_links ul li a span{
	display: block;
	font-family: 'Montserrat';
	font-size: 12px;
}
.header_contact_btn{
	background-color: #ff5e52;
	padding: 10px 30px;
	border-radius: 5px;
	color: #fff;
	font-family: 'Montserrat';
	font-size: 18px;
}
.fv_content{
	padding-top: 80px;
}
.fv_ttl_jp{
	font-size: 34px;
	line-height: 1.4;
}
.fv_ttl_jp span{
	color: #ff5e52;
}
.fv_ttl_en{
	margin-top: 20px;
	font-family: 'Montserrat';
	font-size: 24px;
	color: #666;
}
.sec_top{
	padding-top: 120px;
}
.sec_bottom{
	padding-bottom: 120px;
}
.sec_title{
	font-size: 24px;
	margin-bottom: 60px;
	text-align: center;
	line-height: 1.3;
}
.sec_title span{
	font-family: 'Montserrat';
	font-size: 40px;
	display: block;
}
.business{
	background: url(../img/business-back.png) no-repeat;
	background-size: contain;
	background-position: center;
}
.business_one{
	display: flex;
	justify-content: space-between;
	margin-bottom: 80px;
}
.business_one:nth-child(2n-1){
	flex-direction: row-reverse;
}
.business_one:last-child{
	margin-bottom: 0;
}
.business_img{
	width: 540px;
	border-radius: 20px;
	overflow: hidden;
}
.business_content{
	width: 496px;
}
.business_num{
	margin-bottom: 10px;
}
.business_ttl{
	font-size: 20px;
	line-height: 1.4;
	margin-bottom: 40px;
}
.business_ttl span{
	display: block;
	font-size: 32px;
	font-family: 'Montserrat';
}
.business_btn{
	margin-top: 40px;
}
.btn{
	display: inline-flex;
	align-items: center;
	background-color: #ff5e52;
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	font-family: 'Montserrat';
	font-size: 18px;
}
.btn span{
	margin-right: 20px;
}
.news_in{
	max-width: 800px;
	margin: 0 auto;
}
.news_list li{
	border-top: 1px solid #ccc;
}
.news_list li:last-child{
	border-bottom: 1px solid #ccc;
}
.news_list li a{
	display: flex;
	width: 100%;
	padding: 30px 20px;
}
.news_list li a span{
	font-family: 'Montserrat';
	width: 180px;
}
.news_list li a p{
	width: calc(100% - 180px);
}
.sec_btn{
	text-align: center;
	margin-top: 40px;
}
.recruit_header{
	height: 400px;
	background: url(https://phalanx.co.jp/wp-content/uploads/2024/07/news-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.recruit_txt{
	text-align: center;
	margin-bottom: 20px;
}
.btn_flex{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.banner_btn{
	width: 520px;
	box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 60px 50px;
	border-radius: 20px;
	background-color: #fff;
	margin: 20px 0;
	position: relative;
}
.banner_btn_alert{
	font-family: 'Montserrat';
	font-size: 20px;
	color: #ff5e52;
	position: absolute;
	right: 20px;
	top: 10px;
}
.banner_btn_txt_jp{
	font-size: 24px;
	font-weight: bold;
}
.banner_btn_txt_en{
	font-family: 'Montserrat';
	margin-top: 10px;
}
.recruit{
	background: url(../img/recruit-back.png) no-repeat;
	background-size: cover;
}
.fixed_bottom{
	display: none;
	position: fixed;
	bottom: 40px;
	right: 40px;
}
.footer{
	background-color: #333;
	color: #fff;
	padding: 80px 0 0;
}
.footer_in1{
	display: flex;
}
.footer_in1_div{
	width: 50%;
}
.footer_ttl{
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}
.footer_link{
	padding-left: 20px;
}
.footer_link li{
	list-style: disc;
	margin-bottom: 10px;
}
.footer_address a{
	display: inline-block;
	border: 1px solid #fff;
	padding: 0 10px;
	border-radius: 5px;
	margin-left: 15px;
}
.footer_btn{
	margin-top: 30px;
}
.footer_btn p{
	margin-bottom: 10px;
}
.footer_in2{
	margin-top: 50px;
	border-top: 1px solid #fff;
	padding: 30px 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
}
.sub_fv{
	padding: 160px 0 100px;
	background: url(../img/fv-back.png) no-repeat;
	background-size: cover;
	background-position: center;
}
.sub_fv_ttl{
	text-align: center;
	font-size: 24px;
	line-height: 1.4;
}
.sub_fv_ttl span{
	font-family: 'Montserrat';
	font-size: 50px;
	display: block;
}
.sec_flex{
	display: flex;
	justify-content: space-between;
}
.sec_flex_img{
	width: 480px;
	border-radius: 20px;
	overflow: hidden;
}
.sec_flex_img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sec_flex_content{
	width: 540px;
}
.sec_flex_ttl{
	font-size: 24px;
	line-height: 1.4;
	margin-bottom: 30px;
}
.sec_flex_ttl span{
	font-family: 'Montserrat';
	font-size: 40px;
	display: block;
}
.phiosophy{
	position: relative;
}
.phiosophy:before{
	content: '';
	left: 0;
	top: 0;
	width: 205px;
	height: 209px;
	background: url(../img/concept-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
}
.phiosophy_in{
	display: flex;
	background-color: #f2f2f2;
	padding: 50px 110px;
	justify-content: space-between;
	align-items: center;
}
.phiosophy_ttl{
	font-size: 24px;
	position: relative;
}
.phiosophy_ttl:after{
	content: '';
	width: 100px;
	height: 1px;
	top: 50%;
	right: -120px;
	background-color: #333;
	position: absolute;
}
.phiosophy_ttl span{
	font-size: 40px;
	font-family: 'Montserrat';
	display: block;
}
.phiosophy_txt{
	font-size: 24px;
	font-weight: bold;
}
.phiosophy_txt span{
	color: #ff5e52;
}
.sec_flex.reverse{
	flex-direction: row-reverse;
}
.slogan_ttl{
	color: #ff5e52;
	font-size: 32px;
	margin-bottom: 10px;
}
.slogan{
	position: relative;
}
.slogan:after{
	content: '';
	width: 205px;
	height: 209px;
	background: url(../img/slogan-back.png) no-repeat;
	background-size: contain;
	right: 0;
	bottom: 0;
	position: absolute;
	z-index: -1;
}
.message_in{
	background-color: #f2f2f2;
	position: relative;
	padding: 100px;
}
.img1{
	position: absolute;
	left: 0;
	top: 0;
}
.img2{
	position: absolute;
	right: 0;
	top: 0;
}
.img3{
	position: absolute;
	left: 0;
	bottom: 0;
}
.img4{
	position: absolute;
	right: 0;
	bottom: 0;
}
.message_sign{
	margin-top: 50px;
	display: flex;
	justify-content: flex-end;
	text-align: right;
	align-items: center;
}
.message_sign div{
	margin-left: 20px;
}
.message_sign p{
	margin-bottom: 10px;
}
.company .fixedcontainer{
	position: relative;
}
.company_back1{
	position: absolute;
	left: 0;
	top: -80px;
	z-index: -1;
}
.company_back2{
	position: absolute;
	right: 0;
	top: -80px;
	z-index: -1;
}
.company_in{
	max-width: 826px;
	margin: 0 auto;
}
.company_in table{
	width: 100%;
}
.company_in table tr{
	border-top: 1px solid #ccc;
}
.company_in table tr:last-child{
	border-bottom: 1px solid #ccc;
}
.company_in table th{
	padding: 30px 0;
	text-align: left;
	font-weight: normal;
}
.company_in table td{
	padding: 30px 0;
}
.work{
	position: relative;
}
.work:after{
	content: '';
	position: absolute;
	z-index: -1;
	width: 266px;
	height: 338px;
	background: url(../img/work-back.png) no-repeat;
	background-size: contain;
	left: 0;
	top: 0;
}
.work_in{
	background: #f2f2f2;
	padding: 80px;
}
.work_in ul{
	display: flex;
	flex-wrap: wrap;
}
.work_in ul li{
	width: 50%;
	line-height: 2;
}
.history .fixedcontainer{
	position: relative;
}
.history .fixedcontainer:after{
	content: '';
	width: 188px;
	height: 256px;
	background: url(../img/history-back.png) no-repeat;
	background-size: contain;
	position: absolute;
	z-index: -1;
	right: 0;
	bottom: -100px;
}
.history_in{
	max-width: 826px;
	margin: 0 auto;
}
.history_one{
	display: flex;
	align-items: start;
	margin-bottom: 20px;
}
.history_one
.history_year{
	width: 200px;
	position: relative;
	display: flex;
	align-items: center;
}
.history_year img{
	margin-right: 10px;
}
.history_year:after{
	content: '';
	width: 64px;
	height: 1px;
	background-color: #333;
	right: 0px;
	top: 10px;
	position: absolute;
}
.history_content{
	width: calc(100% - 200px);
	padding-left: 50px;
}
.history_content>div{
	display: flex;
	margin-bottom: 10px;
}
.history_month{
	width: 80px;
}
.history_txt{
	width: calc(100% - 80px);
}
.map iframe{
	width: 100%;
	height: 342px;
}
.service_ttl{
	font-size: 24px;
	margin-bottom: 20px;
}
.service_ttl span{
	font-size: 16px;
	font-weight: normal;
	margin-left: 20px;
}
.service_div{
	margin-top: 50px;
}
.develop_img{
	text-align: center;
	margin-bottom: 40px;
}
.develop_list{
	display: flex;
	justify-content: space-between;
}
.develop_one{
	width: 320px;
	background-color: #f2f2f2;
	padding: 40px 20px;
	text-align: center;
}
.develop_txt{
	text-align: left;
}
.develop_ttl{
	font-size: 24px;
	margin: 20px 0;
}
.marketing_div{
	margin-top: 50px;
	padding-bottom: 50px;
	border-bottom: 1px solid #ccc;
	text-align: center;
}
.marketing_div:last-child{
	padding-bottom: 0;
	border-bottom: none;
}
.btn_flex.center{
	justify-content: center;
	text-align: left;
}
.news_title{
	font-size: 32px;
	margin-bottom: 40px;
}
.date{
	font-family: 'Montserrat';
}
.thumb_img{
	text-align: center;
}
.contact_in{
	padding: 80px;
	background-color: #f2f2f2;
}
.contact_in table{
	width: 100%;
}
.contact_in table th{
	width: 200px;
	font-weight: normal;
	text-align: left;
	padding: 30px 0;
	vertical-align: top;
}
.contact_in table th span{
	color: red;
}
.contact_in table td{
	padding: 10px 0;
}
.contact_in table td input[type="text"],
.contact_in table td input[type="email"],
.contact_in table td select,
.contact_in table td input[type="tel"]{
	padding: 10px;
	height: 60px;
	width: 100%;
	border: none;
	outline: none;
}
.contact_in table textarea{
	width: 100%;
	padding: 10px;
	height: 120px;
	border:none;
	outline: none;
}
.contact_in table td input[type="checkbox"]{
	width: 20px;
	height: 20px;
	vertical-align: middle;
	margin-right: 10px;
}
.submit_btn_wrap{
	text-align: center;
	margin-top: 30px;
}
.submit_btn{
	display: inline-block;
	width: 240px;
	padding: 15px 0;
	color: #fff;
	background-color: #ff5e52;
	border-radius: 5px;
	border: none;
	outline: none;
	font-size: 20px;
	font-weight: bold;
}
.privacy h2{
	font-size: 24px;
	margin-bottom: 30px;
}
.privacy h3{
	font-size: 18px;
	margin-bottom: 10px;
}
.recruit_content{
	padding-top: 80px;
}
.recruit_ttl{
	font-size: 32px;
	margin-bottom: 30px;
}

.tab {
  display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}

/* Style the buttons that are used to open the tab content */
.tab button {
	text-align: center;
	background-color: #ccc;
	color: #fff;
  width: 312px;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
	border-top-right-radius: 5px;
	border-top-left-radius: 5px;
	font-size: 18px;
	font-weight: bold;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #b7d100;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #b7d100;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 80px;
  border: 1px solid #ccc;
	border-top: none;
}
.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}
.recruit_info table{
	width: 100%;
}
.recruit_info table tr{
	border-top: 1px solid #ccc;
}
.recruit_info table tr:last-child{
	border-bottom: 1px solid #ccc;
}
.recruit_info table th{
	vertical-align: top;
	padding: 30px 0;
	width: 200px;
	font-weight: normal;
	text-align: left;
}
.recruit_info table td{
	padding: 30px 0;
}
.recruit_info table td ul{
	padding-left: 20px;
}
.recruit_info table td ul li{
	list-style-type: disc;
}
.mwform-tel-field{
	display: flex;
    align-items: center;
    gap: 10px;
}