/* View Small */

body.expanded {
	overflow: hidden;
}
_body::before {
	position: fixed;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	content: '';
	width: 1px;
	height: 100vh;
	background: red;
}

html {
	min-height: 100vh;
	font-size: 18px !important;
	font-size: 25px !important;
	line-height: 1.8em !important;
}
body {
	min-width: 480px;
	min-height: 100vh;
	font-size: 18px !important;
	font-size: 25px !important;
	line-height: 1.8em !important;
}


.inner {
	min-width: 0;
}
.section {
	margin: 0 auto 3.5em auto;
}

.only_mobile {
	display: block;
}
.only_mobile.inline {
	display: inline-block;
}
.only_pc,
.only_pc.inline {
	display: none;
}
.more a {
    padding-right: 70px;
}
.more a::before {
    width: 46px;
    height: 46px;
    background: #00a2e7 url(../images/common/icon_arrow_white.png) no-repeat center / 22px 9px;
}
.more.invert a::before {
	background: #fff url(../images/common/icon_arrow.png) no-repeat center / 22px 9px;
}

.summary_content_title h3.title {
	margin-bottom: 1em !important;
	font-size: 1.75em !important;
}
h3.title {
	margin-bottom: 1.5em !important;
	font-size: 1.5em !important;
}
h3.title .title_ja {
    padding-bottom: 0.4em;
    font-size: 0.5em;
}

/** Switch **/

#menu_switch {
	display: block;
	position: fixed;
	top: 65px;
	right: 45px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent !important;
	z-index: 10010;
}
.fixed #menu_switch {
	top: 50px;
}
#menu_switch p {
	position: relative;
	width: 32px;
	height: 26px;
}
.switch_bar {
	display: block;
	position: absolute;
	left: 0;
	width: 32px;
	height: 2px;
	background: #00a2e7;
	border-radius: 200px;
	transition: all 140ms linear;
}
.w_hero .switch_bar {
	background: #fff;
}
.fixed .switch_bar {
	background: #00a2e7 !important;
}
.expanded .switch_bar {
	background: #fff !important;
}
#menu_switch #switch_top {
	top: 0;
}
#menu_switch #switch_middle {
	top: 12px;
}
#menu_switch #switch_bottom {
	bottom: 0;
}
.expanded #menu_switch #switch_top {
	top: 12px;
	transform: rotate(45deg);
	transition: all 120ms ease-in;
}
.expanded #menu_switch #switch_bottom {
	bottom: 12px;
	transform: rotate(-45deg);
	transition: all 120ms ease-in;
}

#menu_overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.77;
	cursor: pointer;
	z-index: 10001;
}

/* Menu */

#menu {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #00a2e7;
	z-index: 10002;
}
.menu_inner {
	position: relative;
	padding: 174px 75px 104px 75px;
}
#menu_logo {
	position: fixed;
	top: 60px;
	left: 50px;
}
#menu_logo a {
	display: block;
	width: 288px;
	height: 34px;
	background: url(../images/common/sankyosteel.jp_white.png) no-repeat center / 100%;
}
#menu_main {
	margin-bottom: 1.85em;
	padding-bottom: 3em;
	border-bottom: 1px solid #fff;
}
#menu_global {
	float: left;
	width: 46%;
}
#menu_global li:not(:last-of-type)  {
	margin-bottom: 1.3em;
}
#menu_global li a {
	font-size: 1.22em;
	line-height: 1.2em;
	color: #fff !important;
}
#menu_global li.w_children a {
	margin-bottom: 0.5em;
}
#menu_global .menu_children li {
	float: left;
	margin-bottom: 0;
}
#menu_global .menu_children li:not(:last-of-type)::after {
	margin-right: 0.5em;
	margin-left: 0.5em;
	content: '|';
	font-size: 0.7em;
	color: #fff;
}
#menu_global .menu_children li a {
	font-size: 0.75em;
}
#menu_purchase {
	float: right;
	width: 46%;
}
#menu_purchase_image {
	margin-bottom: 0.8em;
	border-radius: 10px;
	overflow: hidden;
}
#menu_purchase h4 {
	padding: 0 0.4em;
	font-size: 0.85em;
	font-size: 0.9em;
	letter-spacing: 0;
	line-height: 1.5em;
	color: #fff;
}
#menu_purchase h4 span {
	display: block;
	font-size: 0.65em;
}
#menu_purchase .more {
	margin-top: 2.3em;
	text-align: center;
}
#menu_purchase .more a {
	font-size: 0.85em;
}
#menu_recruit h3 {
	position: relative;
	margin-bottom: 2em;
	padding-left: 24px;
	font-size: 0.9em;
	font-weight: 500;
	line-height: 1.2em;
	color: #fff;
}
#menu_recruit h3::before {
	position: absolute;
	top: 50%;
	left: 0;
	content: '';
	transform: translateY(-50%);
	width: 10px;
	height: 10px;
	background: #fff;
	border-radius: 50%;
}
.menu_recruit_pane {
	float: left;
	width: 46%;
}
.menu_recruit_pane:nth-of-type(even) {
	float: right;
}
.menu_recruit_pane:nth-of-type(2n + 1) {
	clear: both;
}
.menu_recruit_pane:nth-last-of-type(n + 3) {
	margin-bottom: 1.5em;
}
.menu_recruit_pane a {
	display: block;
	padding: 1em;
	color: #00a2e7 !important;
	background: #fff;
	/* border: 2px solid #00a2e7; */
	text-align: center;
	border-radius: 8px;
	text-decoration: none;
}
.menu_recruit_pane h4,
.menu_recruit_pane h5 {
	line-height: 1.2em;
}
.menu_recruit_pane h4 {
	margin-bottom: 0.3em;
	margin-bottom: 0.5em;
	font-size: 0.9em;
}
.menu_recruit_pane h5 {
	font-size: 0.65em;
}


.list_categories {
    margin-bottom: 3.5em;
}
.list_categories li a {
	padding: 0.5em;
}
.list_categories.tab_4 li {
	margin-right: 0 !important;
    width: 49%;
}
.list_categories.tab_4 li:nth-of-type(even) {
    float: right;
}
.list_categories.tab_4 li:nth-last-of-type(n + 3) {
    margin-bottom: 0.6em;
}


#page_heading .inner {
    padding-top: calc(155px + 1em);
    padding-bottom: 3em;
}

#single_paging {
    margin-top: 5em;
    margin-bottom: 6.5em;
}
#single_paging ul li img {
    display: block;
}


/* Header */

#header {
	padding: 47px 133px 48px 50px;
	height: 155px;
}
.fixed #header {
	padding: 32px 133px 33px 50px;
	height: 125px;
}
#header_logo {
	margin-top: 13px;
}
#header_logo a {
	width: 288px;
	height: 34px;
}
#header_menu_contact a {
	padding: 1.17em 60px 1.18em 1em;
	font-size: 0.66em;
}
#header_menu_contact a::before {
	width: 27px;
	height: 27px;
}
#header_menu_global {
	display: none;
}


/* Home */

/** Hero **/

#home_hero {
	max-height: 1255px;
	height: calc(100dvh - 80px);
	overflow: visible;
}
#home_hero h2 {
	display: flex;
	align-items: flex-end;
	bottom: 130px;
	left: 135px;
	left: 110px;
	width: auto;
}
#home_hero h2 picture {
	margin-left: 1.4em;
	width: 210px;
}
#home_hero h2 span {
	color: #fff;
		-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1em;
}
#home_hero_scroll {
	bottom: 130px;
	left: 77px;
	left: 50px;
}
#home_hero_scroll:before {
	top: -185px;
	height: 170px;
}
#home_hero_scroll:after {
	top: -185px;
	height: 66px;
}
@keyframes home_hero_scroll {
	0% {
		top: -185px;
		opacity: 0;
	}
	20% {
		top: -185px;
		opacity: 1;
	}
	80% {
		top: -80px;
		opacity: 1;
	}
	100% {
		top: -80px;
		opacity: 0;
	}
}
#home_hero_news {
	bottom: -43px;
	bottom: -50px;
	right: auto;
	left: 50px;
	padding: 20px 90px 20px 90px;
	width: calc(100% - 100px);
	height: auto;
}
#home_hero_news::before {
	left: 28px;
    width: 48px;
    height: 48px;
}
#home_hero_news_slides {
	height: 60px;
}
#home_hero_news_slides li {
	font-size: 0.7em;
	font-size: 0.9em;
}
#home_hero_news_slides li span {
	display: block;
	display: -webkit-box;
}
#home_hero_news_slides li .home_hero_news_date {
	margin-bottom: 0.5em;
}
#home_hero_news_slides li .home_hero_news_title {
	max-width: 100%;
}
#home_hero_news_link {
	right: 23px;
}
#home_hero_news_link a {
    width: 48px;
    height: 48px;
    background: #00a2e7 url(../images/common/icon_list_white.png) no-repeat center / 23px 6px;
}


/** Business **/

#home_business {
	margin-top: 0;
}
#home_business .inner {
	padding: 0;
}
#home_business_wrapper {
	padding: 130px 50px 73px 50px;
	border-radius: 0;
}
#home_business_summary .heading {
    float: none;
}
#home_business_summary_text {
    float: none;
    width: 100%;
}
#home_business_summary_text .more p {
	font-size: 1em;
    line-height: 1.8em;
}
#home_business_wrapper::before {
    top: 83px;
    left: auto;
    right: 70px;
    transform: none;
    width: 783px;
    height: 774px;
}
#home_business_summary {
	margin-bottom: 3.48em;
}
#home_business_flow {
	padding: 0 60px;
	padding: 0;
}
#home_business_flow_panes {
	margin-bottom: 2.5em;
}
#home_business_flow_panes .swiper-wrapper {
	display: flex;
	transform: translateZ(0);
}
.home_business_flow_pane:not(:nth-of-type(4n))::before {
    right: -21%;
    width: 19px;
    height: 32px;
}
.home_business_flow_pane h5 {
    font-size: 0.7em;
}

/** Company **/

#home_company {
	margin: 5.5em 0;
}
#home_company_message {
	float: none;
	width: 100%;
}
#home_company_slides {
	float: none;
	margin: 0 auto 3.5em auto;
	width: 100%;
	width: 86%;
}
#home_company_slides_mobile {
	margin-bottom: 1em;
}
#home_company_slides_mobile p {
	float: left;
	margin-bottom: 1.5em;
	width: 47.5%;
	border-radius: 15px;
	overflow: hidden;
}
#home_company_slides_mobile p:nth-of-type(odd) {
	clear: both;
}
#home_company_slides_mobile p:nth-of-type(even) {
	float: right;
}
#_home_company_slides_mobile {
	margin-bottom: 3.6em;
}
._home_company_slide {
    height: 390px;
    height: 680px;
}
._home_company_message h4 {
	line-height: 1.8em;
}
#home_company_message h4 {
	margin-bottom: 1.25em;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 2.2em;
}
#home_company_message .sentence {
	display: inline;
	margin-left: 0;
}
#home_company_message_signature h5 {
	margin-bottom: 1.5em;
	font-size: 1.25em;
	text-align: left;
	text-align: right;
}
#home_company_message_signature .more {
	float: right;
}
#home_company_summary_mobile {
	padding: 0 60px;
	color: #00a2e7;
}
#home_company_summary_mobile p {
	font-size: 1.2em;
	line-height: 1.87em;
}
#home_company_summary_mobile h4 {
	margin-top: 2em;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.06em;
	text-align: right;
}

/** Recruit **/

#home_recruit .inner {
	padding: 0 25px;
}
#home_recruit_wrapper {
    padding: 80px 73px;
    border-radius: 19px;
}
#home_recruit .heading {
    float: none;
	margin-bottom: 14em;
    width: 100%;
}
#home_recruit_wrapper .heading h3.title {
	float: left;
}
#home_recruit_wrapper .heading .more {
	float: right;
}
#home_recruit_summary {
	clear: both;
	margin-bottom: 2.6em;
}
#home_recruit_slides {
	float: none;
	padding: 0 30px 100px 30px;
    width: 100%;
}
.home_recruit_slide h4 {
	padding-right: 65px;
    font-size: 1.25em;
}
.home_recruit_slide h4 span {
    font-size: 0.77rem;
}
.home_recruit_slide h4::before {
    width: 55px;
    height: 55px;
    background: #fff url(../images/common/icon_arrow.png) no-repeat center / 27px 11px;
}
.home_recruit_job h4 {
    font-size: 0.9em;
    font-size: 1em;
	font-weight: 500;
}
.home_recruit_job h5 {
    font-size: 0.66em;
}
#home_recruit_slides_buttons {
    width: 80%;
	height: 27px;
}
#home_recruit_slides_buttons .to_list {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: max-content;
}
#home_recruit_slides_buttons .to_list a {
	color: #00a2e7 !important;
	font-size: 0.9em;
	font-weight: 500;
	letter-spacing: 0.05em;
	text-decoration: none;
}
.home_recruit_slides_button {
	margin-top: -13px !important;
	width: 17px;
	height: 27px;
}
#home_recruit_map {
    top: 10px;
    left: -250px;
	padding-top: 60px;
    width: 1229px;
    width: 1350px;
}


/** News **/

#home_news .heading {
    float: none;
    width: 100%;
}
#home_news .heading h3.title {
    float: left;
}
#home_news .heading .more {
    float: right;
}
#home_news_list {
    float: none;
    width: 100%;
}


.summary_content {
	padding-bottom: 2.5em;
}
.summary_content_title {
	float: none;
	padding-top: 0;
	width: 100%;
}
.summary_content_title h3.title {
	font-size: 1.25em;
}
.summary_content_desc {
	float: none;
	width: 100%;
	font-size: 1.15em;
}
.summary_content ul {
	margin-bottom: 1.75em;
}

.page_image {
    margin-bottom: 3.5em;
}


/* Business */

.business_flow_pane {
	float: none;
	margin-bottom: 2.5em;
	padding-left: 0;
	padding-bottom: 2.5em;
}
.business_flow_pane h4.title {
	position: relative;
	left: 0;
	top: 0;
	margin-bottom: 0;
	padding-left: 70px;
	width: 100%;
	writing-mode: initial;
	font-size: 1.25em;
	font-weight: 500;
	line-height: 1em;
	letter-spacing: 0.25em;
	color: #00a2e7;
}
.business_flow_pane h4.title .labeled {
	display: inline-block;
	line-height: 1.6em !important;
}
.business_flow_pane h4.title .num {
	position: absolute;
	left: 0;
	top: 0;
	display: inline-block;
	margin: 0 0.75em 0 0;
	width: 50px;
	height: 50px;
	font-size: 0.8em;
	line-height: 45px;
}
.business_flow_image {
	float: none;
	margin-bottom: 1.5em;
	padding: 0 20%;
	width: 100%;
}
.business_flow_text {
	float: none;
	padding: 0;
	width: 100%;
}
.business_flow_text::after {
	display: none;
}
.business_flow_text h5.title {
	margin-bottom: 0.25em;
	font-size: 1.35em;
	line-height: 1.5em;
}
.business_flow_text h5.title br {
	display: none;
}
.business_flow_text h6 {
	margin-bottom: 1.5em;
}
#business_available {
    margin-left: 0;
    padding: 60px 36px 36px 36px;
    width: 100%;
    border-radius: 15px;
}
#business_available li {
	float: left;
	padding: 1.5em 0;
	margin-bottom: 0.85em;
	margin-right: 3.5% !important;
	width: 31%;
	text-align: center;
	color: #00a2e7;
	font-weight: 500;
	font-size: 0.95em;
	background: #fff;
	border-radius: 8px;
}
#business_available li:nth-of-type(3n) {
	margin-right: 0 !important;
}
.business_facility {
	float: none !important;
	margin: 0 0 2.5em 0 !important;
	width: 100% !important;
}


/* Company */

#company_greetings {
	margin-top: -3.5em;
	background: #00a2e7;
	overflow: hidden;
}
#company_greetings_wrapper {
	padding: 4em 0 3em 0;
	border-radius: 0;
	overflow: visible;
}
#company_greetings_wrapper h4 {
    margin-bottom: 1.8em;
    letter-spacing: 0.03em;
}
.company_greetings_image {
	right: 0;
	top: 40px;
	bottom: auto;
	width: 220px;
	aspect-ratio: 1 / 1;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
}
.company_greetings_image_name {
	display: none;
}
.company_profile_data {
	float: none;
	margin-bottom: 3em;
	width: 100%;
}
.company_profile_data dt {
	clear: none;
	float: none;
	margin-bottom: 1em;
	padding: 0;
	font-size: 1.08em;
	width: 100%;
	line-height: 1.2em;
}
.company_profile_data dd {
	padding: 0 0 1.5em 0;
	margin-bottom: 1.5em;
	line-height: 1.3em;
}
.company_profile_partners ul {
	column-gap: 10px;
}
._company_profile_partners li {
	word-break: keep-all;
}
.company_profile_offices {
	float: none;
	width: 100%;
}
.company_child {
    float: none;
    width: 100%;
    padding: 2.5em;
    background: #f4f4f4;
    border-radius: 10px;
    overflow: hidden;
}
.company_child:not(:last-of-type) {
    margin-bottom: 2em;
}

/** History **/

#history_summary .summary_content_desc {
	font-size: 1.1em;
}
#history_summary .summary_content_desc .astarisc {
    margin-right: 0;
}
#history_summary .summary_content_desc p {
	letter-spacing: 0.03em;
}
#history_summary .summary_content_desc .note {
	margin-top: -0.5em !important;
}
.history_pane {
    float: none;
    margin-bottom: 2em;
    width: 100%;
}
.history_pane:nth-of-type(odd) {
    clear: none;
}
.history_pane:nth-of-type(even) {
    float: none;
    margin-top: 0;
}
.history_pane h4 {
    margin-bottom: 1rem;
}

/** Sdgs **/

#sdgs_approach {
	overflow: hidden;
}
#sdgs_approach_image {
	margin-left: -50px;
	width: calc(100% + 100px);
	border-radius: 0;
}
#sdgs_approach_panes {
	padding: 0;
	width: 100%;
	border-radius: 20px;
}
.sdgs_approach_pane:not(:last-of-type) {
    margin-bottom: 3em;
	padding-bottom: 0;
	border-bottom: none;
}
.sdgs_approach_pane_image {
	float: none;
	position: relative;
	margin: 0 auto 2em auto;
	aspect-ratio: 2 / 1;
	width: 100%;
	background: #fff;
	border: 1px solid #eee;
}
.sdgs_approach_pane_image p {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 250px;
}
.sdgs_approach_pane:nth-of-type(even) .sdgs_approach_pane_image {
    float: none;
}
.sdgs_approach_pane_text {
    float: none;
    padding-top: 0;
    width: 100%;
}
.sdgs_approach_pane_text h4 {
    padding-left: 55px;
    margin-bottom: 1em;
}
.sdgs_approach_pane_text h4::before {
    width: 40px;
    height: 40px;
}

/* Purchase */

#purchase_flow {
	overflow: hidden;
}
.purchase_strengths_pane:not(:last-of-type) {
    margin-bottom: 2.5em;
}
#purchase_summary .summary_content_desc p {
	letter-spacing: 0.04em;
}
.purchase_flow_pane {
	float: none;
	width: 100%;
}
.purchase_flow_pane:not(:nth-of-type(4n)) {
    margin-right: 0;
}
.purchase_flow_pane:not(:last-of-type) {
    margin-bottom: 1.5em;
	padding-bottom: 1.5em;
	border-bottom: solid 1px #eee;
}
.purchase_flow_heading {
	float: left;
	margin-bottom: 0;
	width: 40%;
}
.purchase_flow_pane h4 {
    margin-left: 0;
	font-size: 1.09em;
	text-align: left;
}
.purchase_flow_pane h4 span {
	transform: translateY(-3px);
}
.purchase_flow_text {
    float: right;
	transform: translateY(-8px);
	width: 52%;
}
.purchase_flow_text p {
    letter-spacing: 0.07em;
}
#purchase_flow_1 .purchase_flow_text p.note {
    letter-spacing: 0.03em;
}
._purchase_flow_text p.note {
    letter-spacing: 0.08em;
}
.purchase_strengths_text {
    position: relative;
    top: auto;
    left: 0;
    transform: none;
    padding: 2.5em 2.2em 2em 2.2em;
    width: 100%;
}
.purchase_strengths_text h4 {
    margin-bottom: 1em;
}
.purchase_strengths_text h4 span {
	margin-right: 1rem;
	font-size: 2.2em;
}
.purchase_strengths_image {
    float: none;
    position: relative;
    margin-top: -45px;
    margin-left: -50px;
    width: calc(100% + 100px);
    border-radius: 0;
}
.purchase_scenes_pane {
    float: none;
    width: 100%;
    padding: 4em 2.2em 2em 2.2em;
}
#purchase_scenes_corporate {
    margin-bottom: 2em;
}

/* Faq */

.faq_pane {
    padding: 1em 1.5em;
}
.faq_pane:not(:last-of-type) {
    margin-bottom: 1.5em;
}
.faq_q {
	padding: 1.2rem 0;
	padding-left: 65px;
	width: calc(100% - 70px);
}
.faq_q::before {
	top: 24px;
}
.faq_pane h4 {
	width: 100%;
    font-size: 1.1em;
}
.faq_switch {
    top: 60px;
    top: 47px;
	right: 45px;
	background: url(../images/faq/icon_faq_open.png) no-repeat center / 100%;
}
.faq_a {
    padding: 1.5em 0 1em 0;
    padding-left: 65px;
    font-size: 1.05em;
}
/* .faq_pane {
    padding: 1.5em 1.8em;
    border-radius: 8px;
}
.faq_pane:not(:last-of-type) {
	margin-bottom: 1.5em;
}
.faq_q {
	padding: 0;
    padding-left: 65px;
    width: calc(100% - 65px);
}
.faq_q::before {
    top: -5px;
    font-size: 1.6em;
}
.faq_pane h4 {
	width: 100%;
    font-size: 1.1em;
}
.faq_a {
    padding: 1.5em 0 0 0;
    padding-left: 65px;
    font-size: 1.1em;
    z-index: 10;
}
.faq_a::before {
    left: 0;
    top: 1.5rem;
    font-size: 1.6em;
}
.faq_switch {
    right: 1.5em;
    top: 33px;
    width: 70px;
    height: 70px;
} */
 

/* News */

#news_list_main li {
	padding-bottom: 1.2em;
}
#news_list_main li:not(:last-of-type) {
    margin-bottom: 1.5em;
}
#news_list_main .news_list_date {
    margin-top: 0;
    margin-bottom: 0.8em;
    margin-right: 0.5em;
}
#news_list_main h5 {
    margin-top: 0;
    padding-bottom: 0.3em;
}
#news_list_main h4 {
    clear: both;
    padding-left: 0;
    font-size: 1.08em;
}

/** Single **/

#news_single .heading {
	margin-bottom: 2em;
	padding-bottom: 2em;
}
#news_single .heading h2 {
	font-size: 1.6em;
}

/* Recruit */

.recruit_job h4.title .recruit_num {
    width: 50px;
    height: 50px;
    margin-right: 0.4rem;
    line-height: 50px;
}
#recruit_jobs th,
#recruit_jobs td {
	font-size: 0.85em;
}
#recruit_jobs tbody th {
	padding: 1em;
    width: 30%;
}
.recruit_job_readmore .recruit_job_table::before {
	height: 100px;
}
#recruit_form_side {
    float: none;
	margin-bottom: 3.5em;
    width: 100%;
}
.recruit_form_jobs_pane a {
    padding: 1em 100px 1em 1.5em;
}
.recruit_form_jobs_pane a::before {
	right: 1.5em;
	width: 50px;
	height: 50px;
	background: #fff url(../images/common/icon_anchor_arrow.png) no-repeat center 13px / 25px;
}
.recruit_form_jobs_pane h4 {
    font-size: 1em;
}
.recruit_form_jobs_pane h5 {
    margin-top: 0.5em;
    font-size: 0.8em;
}
#recruit_form_main {
    float: none;
    width: 100%;
}
.swiper_overflow .swiper-pagination {
	display: none;
}
.swiper_overflow .swiper-controller {
	margin-top: 2rem;
	justify-content: center;
}
.recruit_interview_pane h4::before {
    width: 60px;
    height: 60px;
    background: #fff url(../images/common/icon_arrow.png) no-repeat center / 25px 13px;
}
.recruit_interview_pane h4 {
    padding-right: calc(50px + 2em);
    font-size: 1.1em;
}
.recruit_interview_pane h4 span {
    font-size: 0.9rem;
}

/* Single */

#interview_talk_contents {
    float: none;
    width: 100%;
}
.interview_talk_lead {
    margin: 3.5em 0 1.8em 0;
    font-size: 1.2em;
    line-height: 1.8em;
}
.interview_talk_q {
    padding-left: 55px;
	letter-spacing: 0.05em;
}
.interview_talk_q::before {
	top: 0;
    width: 40px;
    height: 40px;
}
.interview_talk_a {
    margin-bottom: 2em;
    /* padding: 1em 1.2em 1.2em 1.3em; */
}
.interview_talk_image {
    margin-bottom: 2.5em;
}

/* Contact */

#contact_side {
    float: none;
	margin-bottom: 3.5em;
    width: 100%;
}
#contact_direct a {
    padding-left: 100px;
}
#contact_direct a::before {
    width: 70px;
    height: 113px;
}
#contact_direct h3 {
    margin-bottom: 0.35em;
}
#contact_direct h4 {
    line-height: 1.1em;
}
#contact_main {
    float: none;
    width: 100%;
}
#_field_photo {
	justify-content: space-between;
}
#field_photo label {
    padding: 0.5em 1em;
    width: 190px;
    font-size: 0.8em;
}
.field_photo_status {
	margin-left: 0.5em;
    width: calc(100% - 270px);
}
.field_photo_delete {
    width: 40px;
    height: 40px;
}
.form h6 {
    padding-left: 1em;
}
.field.required h6:after,
.field.depend h6:after {
    width: 10px;
    height: 10px;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"],
.form input[type="password"],
.form input[type="number"],
.form textarea {
	font-size: 34px !important;
}

/** Sent **/

.sent_heading {
	margin-bottom: 2em;
}
.sent_heading h4 {
	font-size: 1.05em;
	letter-spacing: 0.04em;
	text-align: left;
}
.sent_heading h4 br {
	display: none;
}
.sent_contact {
	padding: 2em 1.5em;
	width: 100%;
}
.sent_contact li {
    float: none;
    width: 100%;
    text-align: center;
}


/* Footer */

#footer {
	margin: 5em 0 3em 0;
	border-top: 1px solid #00a2e7;
}
#footer .heading {
	margin-bottom: 3em;
	border-top: 0;
}
#footer_logo {
    float: none;
    margin-right: 0;
	margin-bottom: 1.2em;
    width: 360px;
    height: 43px;
}
#footer .heading h2 {
	font-size: 0.9em;
}
#footer_offices {
	margin-bottom: 3em;
}
.footer_office {
    float: none;
    width: 100%;
}
.footer_office_pane li {
	line-height: 1.2em;
}
.footer_office_pane li:not(:last-of-type) {
    margin-bottom: 0.5em;
}
#footer_office_main {
	margin-right: 0;
	margin-bottom: 2.6em;
}
.footer_office_map {
	aspect-ratio: 26 / 11 !important;
    height: 275px;
}
#footer_menu {
	float: none;
	margin-bottom: 1em;
	text-align: center;
}
#footer_menu li {
	float: none;
	display: inline-block;
	margin-bottom: 0.5em;
	margin-bottom: 1em;
}
#_footer_menu li:not(:last-of-type) {
	margin-right: 0;
}
#footer_menu li:not(#footer_menu_purchase,#footer_menu_contact) {
	margin-right: 1em;
}
#footer_menu li a {
	font-size: 0.9em;
}
#footer_menu_faq {
	clear: both;
}
#footer_menu li.active::before {
    top: -12px;
    width: 10px;
    height: 10px;
}
#copyright {
	float: none;
	text-align: center;
}