@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 3.0
*/

/*-------------リセットcss-------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
/* 	vertical-align: baseline; */
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.entry-content h2 {
	border: none;
	padding: 0;
	background: transparent;
	margin: 0;
}
.entry-content p {
	margin: 0;
}
.entry-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: none;
	border-radius: 0;
}
p.img_inner {
	vertical-align: bottom !important;
}
img {
	vertical-align: middle;
}
/*-------------END リセットcss-------------*/

/*-------------共通-------------*/
html {
	scroll-behavior: smooth;
	margin-top: 0 !important;
}
body {
	font-family: 'Noto Sans JP', sans-serif;
	color: #2B2B2B;
	background-color: #fff;
}
body a {
	color: #2B2B2B;
}
a:hover {
	text-decoration: none;
}
.business #content {
    margin-top: 0;
/*     padding-bottom: 2em; */
}
/*-------------END 共通-------------*/

/*side*/
.common-side {
    width: 380px;
    background: #222425;
	color: #fff;
	position: fixed;
    top: 0px;
    left: 0px;
    min-width: 380px;
    height: 100vh;
    vertical-align: top;
    overflow: hidden;
	z-index: 10;
}
.common-side a {
	color: #fff;
}
.common-side_inner {
    padding: 50px;
	height: 100%;
    box-sizing: border-box;
    scrollbar-width: none;
    overflow: auto;
}
.common-side_des {
    line-height: 26px;
    font-weight: bold;
	font-size: 0.9em;
    padding-bottom: 40px;
}
.common-side_logo {
    margin-bottom: 60px;
}
.common-side_list {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 35px;
}
.common-side_item {
	display: flex;
	align-items: center;
}
.common-side_img {
    width: 24%;
    margin-right: 16px;
	display: none;
}
.common-side_detail {
    font-size: 1.3em;
}
.common-side_tit {
    font-size: 1em;
	font-weight: bold;
    padding-bottom: 14px;
}
.common-side_alist {
    font-size: 0.8em;
}
.common-side_a {
    border-right: solid 1px #fff;
    padding-right: 10px;
    padding-left: 10px;
}
.common-side_a:first-child {
	padding-left: 0;
}
.common-side_a:last-child {
	padding-right: 0;
	border-right: none;
}
.common-side_sns {
    padding-bottom: 40px;
}
.common-side_sns_li {
    display: inline-block;
    padding-right: 15px;
	font-size: 2em;
}

/*END side*/

.business_main {
    padding-left: 380px;
	position: relative;
	z-index: 5;
}
.company .business_main {
	padding-right: 100px;
}
.business_main:before {
    position: absolute;
    top: -2px;
    right: 0;
    display: block;
    content: "";
    width: 250px;
    height: 250px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/business_deco.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 5;
}
.company .business_main:before {
    display: none;
}
.company .business_main:after {
    content: "";
    display: block;
    width: 100px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: #222425;
    z-index: 5;
}
.business_container {
    padding: 50px 0;
}
.business-list_container {
	padding: 30px 0;
}
.business_inner {
    padding: 50px 4.5vw;
}
.business-int_container {
	padding-top: 0;
}
.business-int_content {
    display: flex;
    align-items: center;
}
.business-int_left {
    display: flex;
    align-items: flex-end;
}
.business-int_tit {
	background: #222425;
    color: #fff;
    font-weight: bold;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px 0 0 10px;
    line-height: 1.7em;
    letter-spacing: 0.5em;
    padding-left: 10px;
    font-size: 1.5em !important;
}
.business-int_des {
	line-height: 1.4em;
	font-size: 1.1em;
}
.business-int_img {
    height: 150px;
    border-radius: 0 10px 10px 0;
    overflow: hidden;
}
.business-int_img img {
    height: 150px;
    width: 300px;
    object-fit: cover;
}
.business-int_right {
    padding-left: 30px;
}
.business-list_lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 25px;
	column-gap: 25px;
    padding-top: 24px;
}
.business-industry_h1 {
    font-weight: bold;
    font-size: 1.9em !important;
    display: block;
    padding-bottom: 15px;
}
.business-list_items a {
	display: block;
	position: relative;
    box-shadow: rgba(24, 44, 84, 0.1) 0px 1px 2px 0px, rgba(24, 44, 84, 0.1) 0px 1px 3px 1px;
	border-radius: 10px;
    overflow: hidden;
}
.business-list_items a:before {
    position: absolute;
    top: 10px;
	right: 10px;
    display: block;
    content: "";
    width: 32px;
    height: 32px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/business-list_icon.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 5;
}
.business-list_right {
    padding: 14px 20px;
}
.business-list_h2 {
    font-weight: bold;
    padding-bottom: 10px;
    font-size: 1.1em;
}
.business-list_details-items {
    padding-bottom: 7px;
	font-size: 0.8em;
	position: relative;
    padding-left: 17px;
}
.business-list_details-items:before {
    position: absolute;
    top: 1px;
    left: 0px;
    display: inline-block;
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/business-list_his.png);
    background-repeat: no-repeat;
    background-size: contain;
    z-index: 2;
    background-position: center bottom;
}
.business-list_details-items_mes:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/business/business-list_mes.png);
}
.business-list_details-items_area:before {
	background-image: url(/wp-content/themes/sango-theme-child/img/business/business-list_area.png);
}
.business-list_choice-box {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}
.business_date {
    color: #71787c;
    font-weight: bold;
}
button.business-list_choice-btn {
    color: #71787c;
    background: #e5e8ea;
    border: none;
    padding: 16px 32px;
    border-radius: 50px;
    width: 350px;
    text-align: left;
}
.business-list_choice-btn i.fa-map-marker-alt {
    padding-right: 5px;
}
.business-list_choice-btn i.fa-chevron-down {
    padding-left: 5px;
}
i.fa-chevron-down.business-list_choice-btn-icon_active {
	transform: scale(1, -1);
}
.business-list_choice-inner {
    position: relative;
}
.business-list_choice-list {
    padding: 40px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 0 8px 2px rgba(216, 216, 216, 0.5);
    background: #ffffff;
    position: absolute;
    z-index: 6;
    top: 70px;
	display: none;
}
.business-list_choice-list.business-list_choice-list_open {
	display: block;
}
.business-list_choice-list-detail {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 16px;
    column-gap: 16px;
}
.business-list_choice-item a {
    color: #71787c;
    border: solid 1px #71787c;
    display: block;
    width: 135px;
    border-radius: 5px;
    padding: 27px 15px;
    text-align: center;
    font-weight: bold;
}
.business-list_choice-item_active a {
    background: #e5e8ea;
    border: none;
}
.business-dendo_lists {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    row-gap: 25px;
    column-gap: 25px;
    padding-top: 24px;
}
.business-dendo_left {
    border-radius: 10px;
    overflow: hidden;
}
.business-dendo_tit {
    font-size: 0.95em;
    font-weight: bold;
    line-height: 1.5em;
    padding: 10px 0;
}
.business-dendo_atg {
    font-size: 0.95em;
	display: flex;
    align-items: center;
}
.business-dendo_atg i {
    margin-right: 8px;
    background: #222425;
    color: #fff;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
	font-size: 10px;
}
.business-common_h2 {
    font-weight: bold;
    font-size: 2.5em;
	position: relative;
	padding-bottom: 25px;
}
.business-common_h2 span {
    font-size: 0.7em;
}
.business-common_h2:before {
    content: "";
    background: #fff;
    display: block;
    width: 430px;
    height: 40px;
    position: absolute;
    top: 0;
	z-index: 3;
}
.business-common_h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2B2B2B;
    position: absolute;
    top: 27%;
	z-index: 2;
}
.business-common_h2-inner {
    position: relative;
    z-index: 4;
}
/*swiper*/
.business-dendo_box {
    width: 65%;
    position: relative;
    padding-bottom: 65px;
}
.business-dendo_box-inner {
	overflow: hidden;
	padding: 90px 0;
	position: relative;
}
.business-dendo_item {
  opacity: .3; /* 左右のスライドを薄くする */
  transform: scale(1) !important; /* 左右のスライドを小さくする */
  transition: .7s; /* ゆっくり小さくさせる */
}
.business-dendo_swiper-slide img {
  width: 100%;
}
.swiper-slide-active {
  opacity: 1; /* 中央のスライドは薄くしない */
  transform: scale(1.7) !important; /* 中央のスライドは小さくしない */
  z-index: 1; /* 中央のスライドを一番上にする */
}
.business-dendo_swiper-pagination {
    position: absolute;
    bottom: 0 !important;
	display: flex;
    align-items: center;
    justify-content: center;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background: #2b2b2b !important;
	opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    width: 15px !important;
    height: 15px !important;
}
.swiper-button-next, .swiper-button-prev {
	width: auto !important;
	height: auto !important;
	top: initial !important;
    bottom: 0 !important;
}
.swiper-button-next:after {
    display: block;
    content: "" !important;
    width: 50px;
    height: 31px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/business-media_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
}
.swiper-button-prev:after {
    display: block;
    content: "" !important;
    width: 50px;
    height: 31px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/business-media_arrow.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
	transform: scale(-1, 1);
}
/*END swiper*/
.business-dendo_inner {
    display: flex;
	justify-content: space-between;
	align-items: center;
	padding-top: 25px;
}
.business-release_box {
    width: 30%;
    background: #dddddd;
    border-radius: 10px;
    padding: 30px;
    text-align: center;
    margin-left: 50px;
	position: relative;
}
.business-release_h3 {
    position: absolute;
    top: -5%;
    left: 0;
    right: 0;
    margin: auto;
    font-weight: bold;
    font-size: 1.3em;
    line-height: 1.3em;
}
.business-release_h3:before {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    position: absolute;
    top: 0;
    left: 18%;
    transform: rotate(-20deg);
}
.business-release_h3:after {
    content: "";
    width: 2px;
    height: 100%;
    background: #111;
    position: absolute;
    top: 0;
    right: 18%;
    transform: rotate(20deg);
}
.business-release_img {
    padding: 10px 50px;
}
.business-release_detail {
    font-size: 1.3em;
    font-weight: bold;
    line-height: 1.5em;
    padding-top: 15px;
}
.business-release_hosoku {
    font-size: 0.9em;
}
.business-footer {
    background: #222425;
}
.business-footer_p {
	color: #fff;
    font-weight: bold;
	font-size: 1.5em;
}
@media screen and (max-width: 1664px) {
	.business-release_h3 {
		font-size: 1em;
	}
	.business-release_detail {
		font-size: 1em;
	}
	.swiper-slide-active {
		  transform: scale(1.5) !important; /* 中央のスライドは小さくしない */
	}
	.business-dendo_box {
		padding-bottom: 53px;
	}
	.business-dendo_box-inner {
		padding: 60px 0;
	}
}
@media screen and (max-width: 1512px) {
	.business-dendo_atg {
		font-size: 0.8em;
	}
	.business-release_box {
		padding: 30px 20px;
	}
	.business-dendo_box {
        padding-bottom: 35px;
    }
}
@media screen and (max-width: 1440px) {
	.business-int_tit {
		width: 130px;
		height: 125px;
	}
	.business-int_img {
    	height: 125px;
	}
	.business-int_img img {
		width: 200px;
	}
	.business-int_des {
		font-size: 0.9em;
		line-height: 1.5em;
	}
	.business_container {
		padding: 40px 0;
	}
	.business-int_container {
		padding-top: 0;
	}
	.business-list_lists {
		row-gap: 16px;
		column-gap: 16px;
	}
	.business-dendo_lists {
		row-gap: 16px;
		column-gap: 16px;
	}
	.business-list_right {
		padding: 14px 16px;
	}
	.business-dendo_tit {
    	font-size: 0.8em;
	}
    .business-dendo_atg {
        font-size: 10px;
    }
	.business-release_detail {
        font-size: 0.9em;
    }
    .business-release_h3 {
        font-size: 0.9em;
    }
}
@media screen and (max-width: 1280px) {
	.common-side {
		width: 355px;
		min-width: 355px;
	}
	.business_main {
		padding-left: 355px;
	}
	.business-int_des {
        font-size: 11px;
    }
	.business-int_tit {
        width: 125px;
        height: 120px;
    }
	.business-int_img {
        height: 120px;
    }
	.business-int_img img {
        width: 190px;
    }
	button.business-list_choice-btn {
    	padding: 13px 32px;
	}
	.business-list_lists {
    	grid-template-columns: repeat(4, 1fr);
	}
	.business-dendo_lists {
		grid-template-columns: repeat(4, 1fr);
	}
	.business-dendo_box {
    	width: 60%;
	}
	.business-dendo_box-inner {
        padding: 43px 0;
    }
	.business-dendo_box {
        padding-bottom: 55px;
    }
	.business-release_box {
    	width: 40%;
	}
	.business-list_choice-list {
    	padding: 30px;
	}
	.business-list_choice-list-detail {
		row-gap: 10px;
		column-gap: 10px;
	}
}
@media screen and (max-width: 1200px) {
	.business-common_h2 {
    	font-size: 2em;
	}
	.business-common_h2:before {
    	width: 340px;
	}
	.business-release_h3 {
        font-size: 0.8em;
    }
	.business-release_detail {
        font-size: 0.8em;
    }
}
/*企業ページ*/
.company_inner {
    padding-top: 110px;
}
.company .common-side {
	color: #615e5e;
}
.company .common-side a {
    color: #615e5e;
	border-right: solid 1px #615e5e;
}
.company .common-side a:last-child {
	border-right: none;
}
.company-header_logo {
	width: 15% !important;
}
.company-header_content {
	padding: 29px 4.5vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    position: fixed;
    top: 0;
    z-index: 10;
    width: 75%;
	box-shadow: rgba(0, 12, 66, 0.09) 0px 0px 45px;
}
.company-header_left {
    display: flex;
    align-items: center;
}
.company-header_company-name {
    padding-left: 20px;
}
.company-header_name {
    font-weight: bold;
    font-size: 2em !important;
    padding-bottom: 8px;
    white-space: nowrap;
}
.company-header_url_inner {
	display: inline;
}
.company-header_url {
    text-decoration: underline !important;
}
.company-header_area {
    display: inline-block;
    padding-left: 10px;
}
.company-header_area i {
	padding-right: 5px;
}
.company-header_menu {
    display: flex;
}
.company-header_menu-item {
    padding-right: 25px;
}
.company-header_menu-item a {
    font-weight: bold;
    font-size: 1.3em;
	position: relative;
}
.company-header_menu-item a.js_underline:before {
    position: absolute;
    width: 18px;
    height: 3px;
    border-radius: 1px;
    background-color: #222425;
    content: "";
    display: inline-block;
    bottom: -7px;
    right: 0;
    left: 0;
    margin: auto;
}
.company_right-img {
    padding-left: 4.5vw;
	padding-bottom: 40px;
}
.company-catch_content {
    padding: 40px 4.5vw;
}
.company-catch_copy {
    font-weight: bold;
    font-size: 3.7em;
    padding-bottom: 25px;
	margin-left: -29px;
}
.company-recruit_container .company-catch_copy {
    margin-left: 0;
    font-size: 2.8em;
}
.company-catch_detail {
    display: flex;
    align-items: center;
}
.company_p {
    font-size: 1.5em;
    line-height: 1.5em;
    font-weight: 400;
}
.vision_p {
    line-height: 2em;
	padding-right: 50px;
    width: 60%;
}
.company-catch_detail .shohin-img_box {
    overflow: hidden;
    position: relative;
    margin-bottom: 0.7em;
    width: 40%;
}
.company-catch_detail .swiper-pagination-bullet-active {
	height: 10px !important;
}
.company-catch_detail .shohin-img_box .swiper-pagination {
	bottom: 15px !important;
}
.company-left_content {
    padding: 40px 4.5vw;
    display: flex;
    align-items: center;
}
.company-half_h2 {
    font-weight: bold;
    font-size: 2.5em;
    position: relative;
    padding-bottom: 25px;
}
.company-half_h2:before {
    content: "";
    background: #fff;
    display: block;
    width: 135px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 3;
}
.company-common_h2-inner {
    position: relative;
    z-index: 4;
}
.company-half_h2:after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #2B2B2B;
    position: absolute;
    top: 27%;
    z-index: 2;
}
.company-half_img {
    width: 50%;
}
.company-half_img img {
	width: 100%;
}
.company-intro_container {
    padding-bottom: 50px;
}
.company-half_detail {
    padding-left: 50px;
    width: 50%;
}
.company-right_content {
    padding: 40px 4.5vw;
    display: flex;
    align-items: center;
	flex-direction: row-reverse;
}
.company-right_content .company-half_detail {
    padding-left: 0;
}
.company-right_content .company-half_img {
	padding-left: 50px;
}
.company-service_container .company_p {
	padding-bottom: 20px;	
}
.company-member_container {
	padding: 50px 0;
}
.company-member_container .company-half_h2:before {
    width: 169px;
}
.company-recruit_container {
    background: #e5e8ea;
	padding: 50px 0;
}
.company-recruit_container .company-half_h2:before {
    width: 170px;
	background: #e5e8ea;
}
.company-recruit_h2 {
    padding: 20px 0 20px 4.5vw;
	width: 50%;
}
.company-company_container {
	padding: 50px 0;
}
.company-message_h2:before {
    width: 180px;
}
.company-infomation_h2:before {
    width: 240px;
}
.company_btn {
    border: solid 2px #111;
    padding: 16px 40px 16px 30px;
    font-size: 1.3em;
    font-weight: bold;
    display: inline-block;
    margin-top: 24px;
    position: relative;
}
.company_btn:after {
    content: "";
    display: block;
    margin-left: 10px;
    width: 60px;
    height: 8px;
    border-bottom: 1.5px solid #000;
    border-right: 2px solid #000;
    transform: skew(45deg);
    position: absolute;
    top: 34%;
    right: -15%;
}
.company-info_item {
    font-weight: 400;
    font-size: 1.5em;
	line-height: 1.9em;
}
.company-info_h {
    display: inline-block;
}
.company-info_d {
    display: inline-block;
}
.company-info_h:after {
    content: "：";
    display: inline-block;
    padding: 0 10px;
}
@media screen and (max-width: 1536px) {
	.company_p {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 1440px) {
	.company_p {
		font-size: 1.3em;
	}
}
@media screen and (max-width: 1280px) {
	.company_p {
		font-size: 1em;
	}
	.company-info_item {
		font-size: 1em;
	}
	.company_btn {
		padding: 10px 40px 10px 30px;
		font-size: 1em;
		margin-top: 18px;
	}
}
/*END 企業ページ*/
/*社長ページ*/
.company-interview-main_h2 {
    font-weight: bold;
    font-size: 1.5em;
    position: relative;
    padding-left: 13px;
    margin-bottom: 20px;
}
.company-interview-main_h2:before {
    content: "";
    display: inline-block;
    width: 5px;
    height: 23px;
    background: #353535;
    position: absolute;
    top: 1%;
    left: 0;
    border-radius: 2px;
}
.company-interview_container {
    background: #e5e8ea;
    padding: 50px 0;
}
.company-interview_content {
    padding: 40px 4.5vw;
}
.company-interview_container .company-left_content {
    padding: 0;
}
.company-interview_h2 {
    font-weight: bold;
    font-size: 2em;
    padding-bottom: 20px;
}
.company_small-p {
    font-size: 1.2em;
    line-height: 1.5em;
    font-weight: 400;
	padding: 10px 0;
}
.company-interview-main_container {
    padding: 50px 0;
}
.company-interview-main_content {
    padding: 40px 4.5vw 80px;
	position: relative;
}
.company-interview-main_content-inner {
    position: relative;
    z-index: 2;
}
.company-interview-main_content:after {
    position: absolute;
    bottom: 10px;
    right: 4.5vw;
    display: block;
    content: "";
    width: 600px;
    height: 120px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/president_dec.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}
.company-interview_img {
    padding: 0 0 10px;
}
.company-author_content {
    padding: 0 4.5vw;
}
.company-author_box {
    display: flex;
    align-items: center;
	padding-bottom: 10px;
}
.company-author_name {
    font-weight: bold;
    font-size: 2em;
}
.company-author_company {
    font-size: 0.7em;
}
.company-sns_list {
    padding-left: 16px;
}
.company-sns_item {
    display: inline-block;
}
.company-sns_item {
    padding-right: 10px;
}
.company-sns_item a {
    background: #555;
    color: #fff;
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
}
.policy_link {
    padding: 16px 24px;
    font-size: 1.3em !important;
    margin: 10px 0 !important;
}
.policy_link a {
    color: #2d93ed;
}
.kanshu_box {
    padding: 24px 25px 24px 25px;
}
.kanshu_left {
        width: 100px;
    }
.kanshu_img:after {
	display: none;
}
.kanshu_right {
	width: auto;
}
.kanshu_detail dt {
    font-size: 1.7em;
	padding-bottom: 16px;
}
.katagaki {
    font-size: 0.7em;
}
.kanshu_detail dd {
    font-size: 1.3em;
}
.company_kanshu-inner {
    padding-top: 30px;
	padding-bottom: 60px;
	position: relative;
}
.company_kanshu-inner:after {
    position: absolute;
    bottom: -20%;
    right: 0;
    display: block;
    content: "";
    width: 600px;
    height: 120px;
    background-image: url(/wp-content/themes/sango-theme-child/img/business/president_dec.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom;
    z-index: 1;
}
@media screen and (max-width: 1280px) {
	.kanshu_detail dd {
		line-height: 1.3em;
	}
}
@media screen and (max-width: 1200px) {
	.policy_link {
    	font-size: 1.2em !important;
	}
	.kanshu_detail dt {
    	font-size: 1.3em;
		padding-bottom: 11px;
	}
	.kanshu_detail dd {
		font-size: 1.1em;
	}
	.company_small-p {
		font-size: 1.1em;
	}
}
/*END 社長ページ*/
/*footer*/
.pc_footer-li {
    display: inline-block;
    padding: 9px 25px 9px 0px;
}
.pc_footer-li a {
    color: rgb(255, 255, 255);
    font-weight: bold;
    font-size: 18.5px;
    padding-left: 30px;
    position: relative;
    display: inline-block;
}
    .pc_footer-li a::before {
        position: absolute;
        top: 0px;
        left: 0px;
        display: block;
        content: "";
        width: 21px;
        height: 21px;
        background-image: url(/wp-content/themes/sango-theme-child/img/business/pc_arrow.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: 2;
        background-position: center bottom;
    }
/*END footer*/

/*パソコンデバイス分岐*/
@media screen and (max-width: 1664px) {
	.common-side {
		width: 350px;
		min-width: 350px;
	}
	.business_main {
		padding-left: 350px;
	}
	.business_main:before {
		width: 200px;
		height: 200px;
	}
	.business-int_des {
		line-height: 1.6em;
		font-size: 1em;
	}
	.business-dendo_tit {
    	font-size: 0.75em;
	}
	.business-dendo_atg {
    	font-size: 0.8em;
	}
    .company_p {
        font-size: 1.2em;
    }
	.company_right-img {
		padding-bottom: 20px;
	}
	.company-info_item {
		font-size: 1.3em;
	}
	.company-author_box {
		padding-top: 20px;
	}
	.pc_footer-li a {
    	font-size: 14px;
	}
	.pc_footer-li a::before {
		width: 18px;
		height: 18px;
	}
	.company-header_content {
		width: 71.6%;
	}
}
@media screen and (max-width: 1536px) {
	.common-side {
        width: 320px;
        min-width: 320px;
    }
	.business_main {
        padding-left: 320px;
    }
	.common-side_list {
    	font-size: 0.9em;
	}
	.company-header_content {
        width: 72.6%;
    }
}
@media screen and (max-width: 1512px) {
	.business_inner {
		padding: 50px 4vw;
	}
    .company-header_content {
        width: 72.3%;
    }
	.company_p {
        font-size: 1.3em;
    }
}
@media screen and (max-width: 1440px) {
    .business-dendo_tit {
        font-size: 0.7em;
    }
	.business-dendo_atg i {
		width: 20px;
		height: 20px;
		font-size: 9px;
	}
    .company-header_content {
        width: 70.8%;
    }
    .company_p {
        font-size: 1.2em;
    }
	.company-info_item {
		font-size: 1.1em;
	}
}
@media screen and (max-width: 1280px) {
    .business_main:before {
        width: 180px;
        height: 180px;
    }
    .company-header_content {
        width: 67%;
        padding: 29px 2vw 29px 4vw;
    }
	.company-header_menu-item a {
		font-size: 1em;
	}
	.company-catch_copy {
		font-size: 3em;
	}
	.company_p {
        font-size: 1em;
    }
	.company_right-img {
		padding-bottom: 10px;
	}
}
@media screen and (max-width: 1200px) {
    .business-int_des {
        font-size: 0.8em;
    }
	.company-header_content {
        width: 65%;
        padding: 29px 1vw 29px 4vw;
    }
    .company_p {
        font-size: 0.9em;
    }
	.company-info_item {
        font-size: 0.9em;
    }
	.company-author_box {
		padding-top: 20px;
	}
}
/*パソコンデバイス分岐*/