
#corporate {
	padding-bottom: 100px;
}
#corporate .outline {
	width: 100%;
	/*width: 1034px;*/
	padding: 25px 0 100px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#corporate .outline .outline_left {
	width: 100%;
	max-width:400px;
	
}
#corporate .outline .outline_left img {
	width:100%;
	height: auto;
}
#corporate .outline .outline_right {
	width: calc(100% - 420px);
}
#corporate .outline .outline_right table {
	width: 100%;
	border: 1px solid #C9C9C9;
	margin-bottom: 1em;
}
#corporate .outline .outline_right table th,
#corporate .outline .outline_right table td {
	border: 1px solid #C9C9C9;
	padding: 0.5em;
}
#corporate .outline .outline_right table th {
	width: calc(100% * (205 / 600));
	background-color: #E3E3E3;
}

#corporate .drop_wrap {
	margin-bottom: 1em;
}
#corporate .drop_title {
	background-color: #e2f4f0;
	color: #00baa6;
	padding: 0.2em 0.5em;
	position: relative;
	cursor: pointer;
}
#corporate .drop_title::after {
    content: "▼";
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 15px;
    transition: 0.3s;
}
#corporate .drop_title.active::after {
    transform: translateY(-50%) rotate(-180deg);
}
#corporate .drop_contents {
	display: none;
	background-color: #ECEBE5;
	padding: 1.5em;
}
#corporate .drop_contents ul {
	margin: 0;
	padding: 0;
}
#corporate .drop_contents ul li {
	list-style: none;
}
#corporate .drop_contents ul li::before {
	content: '・';
}
.recruit_link {
    display: block;
    margin-bottom: 10px;
}
.corporate_contents {
	padding-bottom: 100px;	
}
.corporate_item {
	width:100%;
	max-width: 800px;
	margin:0 auto 40px;
}
.corporate_item h2 {
	color: #00baa6;
	border-bottom: 2px solid #00baa6;
	font-size:20px;
	font-weight: bold;
	margin-bottom:20px;
}
.corporate_item_flex {
	display: flex;
	justify-content: space-between;
	padding:15px 0;
}
.corporate_item:nth-child(odd) .corporate_item_flex{
	flex-direction: row-reverse;
}
.item_img {
	width: 380px;
}
.item_img img {
	max-width: 100%;
}
.corporate_item_col1 .item_txt {
	width: 100%;
}
.corporate_item_flex .item_txt {
	width: 380px;
	word-break: break-all;
}

#second_title .inner {
	padding: 0 0 20px 0;
}
.update {
	text-align: center;
}
#second_title .note {
	text-align: center;
}
#search_wrap {
	background-color: #e2f4f0;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
	padding-top: 5px;
	padding-bottom: 5px;
}
#search_wrap form {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
#search_wrap form h2 {
    color: #00baa6;
	font-size: 20px;
}
#search_wrap form h2 span{
    font-size: 0.785em;
}
#search_wrap .search_select_wrap {
    position: relative;
    width: fit-content;
}
#search_wrap .search_select_wrap::after {
    content: "▼";
    color: #00baa6;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    right: 20px;
    pointer-events: none;
}
#search_wrap select {
    background-color: #fff;
    display: inline-block;
    padding: 5px;
    border: solid 3px #00baa6;
	appearance: none;
	font-size: 20px;
	width: 240px;
}
.search__btn {
    background-color: #fff;
    border: solid 3px #00baa6;
    display: block;
    text-align: center;
    color: #00baa6;
	width: 240px;
    padding: 5px 0;
    border-radius: 15px;
    transition: 0.3s;
    font-size: 20px;
    font-weight: bold;
	border-radius: 999px;
}

#list {
	padding: 0 0 60px 0;
}
#list .inner {
	padding: 0 0 100px 0;
}

#list .list_index {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
#list .list_index li {
	color: #fff;
	background-color: #00baa6;
	padding: 5px 8px;
	box-sizing: border-box;
	border: 2px solid #ECEBE5;
}
#list .list_item {
	display: flex;
	list-style: none;
	margin: 0;
	padding: 30px 0;
	justify-content: space-between;
    border-bottom: solid 2px #00baa6;
}
#list .list_item div {
	box-sizing: border-box;
/*	border: 2px solid #ECEBE5;*/
}
#list .list_index .date {
	width: 17%;
}
#list .list_index .name {
	width: 25%;
}
#list .list_index .office {
	width: 40%;
}
#list .list_index .service {
	width: 18%;
}

#list .list_item_left {
	width: calc(17% + 25%);
	display: flex;
	margin: 0;
	padding: 0;
	border: none;
	justify-content: space-between;
}
#list .list_item_right {
	width: calc(40% + 18%);
	display: flex;
	margin: 0;
	padding: 0;
	border: none;
	flex-direction: column;
}
#list .list_item .date {
	width: calc( 100% * (17 / (25 + 17)));
	padding: 5px 8px;
}
#list .list_item p.date {
	margin: 0;
}
#list .list_item .name {
	width: calc( 100% * (25 / (25 + 17)));
	padding: 5px 8px;
}
#list .list_item .name h3 {
	margin: 0;
	color: #00baa6;
	font-size: 1rem;
	margin-bottom: 5px;
}
#list .list_item .page_link a {
	display: block;
	width: 176px;
	text-align: center;
	border-radius: 999px;
	background-color: #00baa6;
	color: #fff;
	text-decoration: none;
	padding: 3px 0;
}

#list .office_wrap {
	display: flex;
	margin: 0;
	padding: 0;
	justify-content: space-between;
}
#list .office_wrap .office {
	margin: 0;
	border: none;
	width: calc( 100% * (40 / (40 + 18)));
	padding: 5px 8px;
}
#list .office_wrap .office h4 {
	margin: 0;
	color: #00baa6;
	font-size: 1rem;
}
#list .office_wrap .office p {
	margin: 0;
	font-size: 1rem;
}
#list .office_wrap .service {
	margin: 0;
	border: none;
	width: calc( 100% * (18 / (40 + 18)));
	padding: 5px 8px;
}
#list .office_wrap .service p {
	margin: 0;
	font-size: 1rem;
}

.sp_date_title,
.sp_name_title,
.sp_office_title {
	display: none;
}


/*pagenavi アーカイブ*/
.archive .pagenavi {
  padding-top: 30px;
  padding-bottom: 60px;
}
.archive .pagination {
  display: flex;
  justify-content: center;
}
.archive .pagination li {
    padding: 0 0.5em;
}
.archive .pagination li a, .archive .pagination li a:visited, .archive .pagination li a:hover {
  color:#58bc4a;
  font-size:15px;
}


/*pagenavi シングル*/
.single .pagenavi .pagination_wrap {
  border-top:3px solid #e6e6e6;
}
.single .page_list {
  display: flex;
  justify-content:space-around;
  max-width:500px;
  margin:0 auto;
  padding:30px 0;
}
.single .page_list li {
    padding: 0 0.5em;
}
.single .page_list li a, .single .page_list li a:visited, .single .page_list li a:hover {
  color:#58bc4a;
  font-size:15px;
}





/* sp
-----------------------------------------------------------------*/

@media only screen and (max-width: 767px) {

#second_title .inner {
	padding: 0 0 calc(100vw * (30 / 375)) 0;
}
	
#second_title .note {
	text-align: left;
	width: calc(100vw * (321/ 375));
	margin-left: auto;
	margin-right: auto;
}
#list .inner {
	padding: calc(100vw * (25 / 375)) 0 calc(100vw * (50 / 375)) 0;
}
#search_wrap {
	width: calc(100vw * (321/ 375));
	margin-bottom: calc(100vw * (20/ 375));
}
#search_wrap form {
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	align-items: center;
}
#search_wrap form h2 {
    /*font-size: calc(100vw * (20/ 375));*/
	margin: calc(100vw * (8/ 375)) 0 calc(100vw * (20/ 375)) 0;
}
#search_wrap select {
    /*font-size: calc(100vw * (18/ 375));*/
    width: calc(100vw * (270/ 375));
}
.search__btn {
    width: calc(100vw * (270/ 375));
    padding: 5px 0;
    transition: 0.3s;
    /*font-size: calc(100vw * (18/ 375));*/
	margin-top: calc(100vw * (20/ 375));
	margin-bottom: calc(100vw * (20/ 375));
}
	
#list .list_index {
	display: none;
}
#list .list_contents {
	width: calc(100vw * (320/ 375));
	margin-left: auto;
	margin-right: auto;
}
	
#list .list_item {
    display: flex;
	flex-direction: column;
	padding: 0 0  calc(100vw * (20/ 375)) 0;
	margin: 0 0  calc(100vw * (20/ 375)) 0;
}
#list .list_item_left {
    width: 100%;
	flex-direction: column;
}
#list .list_item .date {
    width: 100%;
    padding: 0;
}

	
#list .list_item_right {
    width: 100%;
	flex-direction: column;
}
#list .office_wrap {
    width: 100%;
	flex-direction: column;
	margin-bottom: calc(100vw * (15/ 375));
}
#list .office_wrap .office {
	width: 100%;
	padding: 0;
}
#list .office_wrap .service {
	width: 100%;
	padding: 0;
}

#list .list_item .name {
    width: 100%;
	order: 1;
    padding: 0 0 0 0;
	margin-bottom: calc(100vw * (15/ 375));
}
#list .list_item .name  h3 {
	/*font-size: calc(100vw * (18/ 375));*/
}
#list .list_item p.date {
    width: 100%;
    padding: 0;
	order: 2;
	margin-bottom: calc(100vw * (15/ 375));
}
	
.sp_date_title {
	display: inline-block;
}
.sp_name_title {
	background-color: #00baa6;
	color: #fff;
	display: block;
	text-align: center;
	padding: calc(100vw * (5 / 375));
	margin: calc(100vw * (8 / 375)) 0 calc(100vw * (15 / 375)) 0;
}
.sp_office_title {
	background-color: #00baa6;
	color: #fff;
	display: block;
	text-align: center;
	padding: calc(100vw * (5 / 375));
	margin: calc(100vw * (8 / 375)) 0 calc(100vw * (15 / 375)) 0;
}

h1.heading_blue {
    margin-bottom: 0;
}

#corporate {
	padding-bottom: 0;
}
#corporate .drop_title span {
	font-size: 0.875em;
}
#corporate .outline {
    width: calc(100vw * (325 / 375));
	flex-direction: column;
	padding-bottom: calc(100vw * (35 / 375));
}
#corporate .outline .outline_left {
    width: 100%;
    max-width:100%;
	padding-bottom: calc(100vw * (15 / 375));
}

#corporate .outline .outline_right {
    width: calc(100vw * (325 / 375));
}
.corporate_item {
    width: calc(100vw * (325 / 375));
	flex-direction: column;
}
.corporate_item:nth-child(odd) .corporate_item_flex,
.corporate_item_flex{
	flex-direction: column;
}
.item_img {
    width: 100%;
	padding-bottom: calc(100vw * (15 / 375));
}
.corporate_item_col1 .item_txt {
	width: 100%;
}
.corporate_item_flex .item_txt {
    width: 100%;
}
.corporate_contents {
    padding-bottom: calc(100vw * (50 / 375));
}
}
