@charset "utf-8";

@font-face {
	font-family: "NotoSansJP";
	src: url("font/NotoSansJP-Regular.ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-weight: 500;
	src: url("font/NotoSansJP-Medium.ttf");
}

@font-face {
	font-family: "NotoSansJP";
	font-weight: bold;
	src: url("font/NotoSansJP-Bold.ttf");
}

@font-face {
	font-family: "Unbounded";
	src: url("font/Unbounded-SemiBold.ttf");
}

@font-face {
	font-family: "Poppins";
	src: url("font/Poppins-Light.ttf");
}

/*
Theme Name: 日鋳商事
Description: 
Version: 1.0
*/

/**
 * Reset
 * ----------------------------------------------------------------------------
 */

/*! destyle.css v1.0.14 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model */
/* ============================================ */

* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input:not([type="radio"]):not([type="checkbox"]),
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Remove margin, padding & outline.
 */

[type="checkbox"],
[type="radio"] {
  padding: 0;
  margin: 0;
  outline: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/**
 * 共通
 * ----------------------------------------------------------------------------
 */

body {
	color: #333;
	font-family: "NotoSansJP";
	font-weight: 500;
}
img {
	max-width:100%;
	height: auto;
}

p {
	margin-bottom: 30px;
	line-height: 2;
}

p:last-child {
	margin-bottom:0;
}

main section {
	padding: 80px 80px;
	position: relative;
}
.section_inner {
	max-width: 1000px;
	margin: auto;
	position: relative;
}

.section_inner._s {
	max-width: 710px;
}

.en {
	font-family: "Unbounded", serif;
}

.num {
	font-family: "Poppins", serif;
}

a:hover {
	opacity: 0.7;
}

.header {
	display: flex;
	align-items: end;
	padding: 20px 40px 15px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 9999;
	background-color: #fff;
}

.admin-bar .header {
	top: 32px;
}

.header_menu {
    display: flex;
	font-size: 14px;
	font-weight: bold;
	position: fixed;
	top: 38px;
	z-index: 100001;
	left: 190px;
}

.admin-bar .header_menu {
	top: 70px;
}

.header_menu li {
	margin-left: 25px;
}

main {
	padding-top: 70px;
}

.lightblue {
	color: #17c5ff;
}

.fadein_bottom {
	opacity: 0;
	transform: translateY(30px);
	transition: transform 1s ease, opacity 0.4s ease;
}

.fadein_bottom.active {
	opacity: 1;
	transform: translateY(0);
}


.common_h3 .en {
	font-size: 12px;
	color: #17c5ff;
}

.common_h3 {
	margin-bottom: 25px;
}

.common_h3 > div:not(.en) {
	font-size: 30px;
	font-weight: bold;
	margin-top: 5px;
	letter-spacing: 2px;
}

.footer {
	color: #fff;
	background-image: url(img/footer_bg.jpg);
	background-size: cover;
	background-position: center center;
	padding: 60px 20px 100px;
	position: relative;
}

.footer .section_inner > div {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid;
}

.footer_name {
	margin-top: 10px;
	font-size: 18px;
	letter-spacing: 2px;
}

.footer_address {
	line-height: 2;
	font-feature-settings: "palt";
}

.footer .section_inner > div:nth-child(2) {
	display: flex;
	justify-content: space-between;
	align-items: start;
}

.footer_menu {
	display: flex;
	max-width: 320px;
	flex-wrap: wrap;
}

.footer_menu li:nth-child(odd) {
	width: 60%;
}

.footer_menu li:nth-child(even) {
	width: 40%;
}

.footer_menu li {
	margin-bottom: 20px;
}

.footer .section_inner > div:nth-child(3) {
	display: flex;
	align-items: start;
}

.footer .section_inner > div:last-child {
	border-bottom: 0;
}

.footer_office_title {
	background-color: #ace2e1;
	color: #024ea5;
	font-weight: bold;
	padding: 4px 10px;
	margin-bottom: 5px;
}

.footer_office li {
	margin-bottom: 40px;
}

.footer_office li:last-child {
	margin-bottom: 0;
}

.footer_office {
	margin-right: 40px;
}

.footer_copyright {
	position: absolute;
	right: 30px;
	bottom: 25px;
}

.contact_banner {
	position: fixed;
	z-index: 9999;
	bottom: 100px;
	right: 5%;
}

.common_main {
	padding: 0;
	height: 415px;
	margin: 0 30px;
	display: flex;
	align-items: center;
	padding-left: 5vw;
	padding-right: calc(95vw - 375px);
	justify-content: center;
	background-size: cover;
	background-position: center center;
	border-radius: 20px;
}

.common_main .common_h3 {
	margin-bottom: 0;
	margin-top: 70px;
	position: relative;
	z-index: 2;
}

.common_main:before {
	content: "";
	position: absolute;
	top: 0;
	left: 5vw;
	width: 300px;
	bottom: 0;
	background-image: url(img/common_main_title_bg.svg);
	background-size: auto 105%;
	background-position: center center;
	background-repeat: no-repeat;
}

#loading {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: flex;
	z-index: 999999;
	background-color: #fff;
	align-items: center;
	justify-content: center;
}

#loading > div > img:nth-child(1) {
	margin-right: 20px;
}

#loading > div > img {
	opacity: 0;
}

/**
 * トップページ
 * ----------------------------------------------------------------------------
 */

.top_main {
	padding: 500px 0 0 0;
	margin-top: 2%;
	height: 1140px;
	overflow: hidden;
	background-image: url(img/top_main_bg.png);
	background-repeat: no-repeat;
	background-position: center bottom -5vw;
	background-size: 100%;
}

.top_main_copy {
	font-size: 4vw;
	position: absolute;
	right: 10vw;
	top: 1vw;
	font-weight: bold;
	z-index: 10000;
}

.top_main_cover {
    position: absolute;
    z-index: 3;
    width: 65.9%;
    left: 16.3%;
    top: 0.428%;
}

.top_main_track {
    width: 5.3%;
    position: absolute;
}

.top_main_track._1 {
	top: 2%;
	left: 16%;
	animation: top_main_track1 20s infinite linear;
	animation-delay: 1s;
}
@keyframes top_main_track1 {
	0%{
		transform: translate(0, 0);
	}
	90%{
		transform: translate(55vw, 34.5vw);
	}
	100%{
		transform: translate(55vw, 34.5vw);
	}
}

.top_main_track._2 {
	top: 6.8%;
	left: 41%;
	animation: top_main_track2 10s infinite linear;
}
@keyframes top_main_track2 {
	0%{
		transform: translate(0, 0);
	}
	80%{
		transform: translate(-25vw, 14.3vw);
	}
	100%{
		transform: translate(-25vw, 14.3vw);
	}
}

.top_main_track._3 {
	top: 84%;
	left: 87.5%;
	animation: top_main_track3 20s infinite linear;
	animation-delay: 5s;
}
@keyframes top_main_track3 {
	0%{
		transform: translate(0, 0);
	}
	90%{
		transform: translate(-62.5vw, -39.2vw);
	}
	100%{
		transform: translate(-62.5vw, -39.2vw);
	}
}

.top_main_track._4 {
	top: 66%;
	left: 25.8%;
	animation: top_main_track4 10s infinite linear;
}
@keyframes top_main_track4 {
	0%{
		transform: translate(0, 0);
	}
	80%{
		transform: translate(24.1vw, 15.2vw);
	}
	100%{
		transform: translate(24.1vw, 15.2vw);
	}
}

.top_main_person {
	animation: bounce 3.5s linear 0s infinite;
	position: absolute;
}

.top_main_person._1 {
	left: 4.2%;
	top: 29%;
	width: 3%;
}
.top_main_person._2 {
	width: 5%;
	left: 93%;
	top: 58.5%;
}
.top_main_person._3 {
    left: 16.3%;
    top: 71.6%;
    width: 2.7%;
}
.top_main_person._4 {
	left: 46.6%;
	top: 89.2%;
	width: 2.7%;
}

@keyframes bounce {
	0%   { transform: translate3d(0px, 0%, 0px); }
	55%   { transform: translate3d(0px, 0%, 0px); }
	70%  { transform: translate3d(0px, -8px, 0px); }
	75%  { transform: translate3d(0px, -10px, 0px); }
	80%  { transform: translate3d(0px, -10px, 0px); }
	85%  { transform: translate3d(0px, -8px, 0px); }
	100% { transform: translate3d(0px, 0%, 0px); }
}

.top_main:before {
	position: absolute;
	content: "";
	top: 100px;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}

.top_main.scrolled:before {
	display: none;
}

.top_main_inner {
	background-color: #fff;
	margin-top: 0;
	height: 580px;
	margin-left: calc((100vw - 3000px) / 2);
}

.scrolled .top_main_inner {
	animation: top_main_scrolled 1s ease-out forwards;
}

.top_main_animation {
	width: 76vw;
	margin-left: 6vw;
	margin-right: 18vw;
	position: absolute;
	left: 0;
	top: 0;
	transition: transform 0.3s ease-out;
}

.scrolled .top_main_animation {
	transform: scale(1.3) translate(0, 300px);
	transition-delay: 0.3s;
	transition: transform 1s ease-out;
}

@keyframes top_main_scrolled {
	0%{
		clip-path: path("M3000.5,915.17c0,828.4-671.55,1499.98-1499.98,1499.98S.5,1743.57,.5,915.17,1500.52-1996,1500.52-1996c0,0,1499.98,2082.72,1499.98,2911.17Z");
	}
	100%{
		clip-path: path("M1696.5,381.37c0,108.52-87.97,196.5-196.5,196.5s-196.51-87.98-196.51-196.5S1500,0,1500,0c0,0,196.5,272.84,196.5,381.37Z");
	}
}

@keyframes top_main_scrolled_sp {
	0%{
		clip-path: path("M1000,338.39c0,276.13-223.85,499.99-499.99,499.99S0,614.52,0,338.39,500.01-632,500.01-632c0,0,499.99,694.24,499.99,970.39Z");
	}
	100%{
		clip-path:path("M569.84,135.7c0,38.61-31.3,69.92-69.92,69.92s-69.92-31.3-69.92-69.92S499.92,0,499.92,0c0,0,69.92,97.08,69.92,135.7Z");
	}
}


body.home {
	position: relative;
}

body.home:before {
	background-image: url(img/top_header_bg.png);
	background-repeat: no-repeat;
	background-position: top right;
	position: absolute;
	content: "";
	right: 0;
	top: 0;
	width: 100%;
	height: 200px;
	z-index: 10000;
	pointer-events: none;
}



.top_business {
	text-align: center;
	padding: 0;
}

.top_business_copy {
	font-size: 35px;
	font-weight: bold;
	line-height: 1.6;
}

.top_business .section_inner {
	max-width: 710px;
}

.top_business_list {
	background-image: url(img/top_business_list_bg.png);
	display: flex;
	margin-top: 60px;
	background-size: 100% 100%;
    justify-content: center;
	padding: 20px;
}

.top_business_list li {
	flex: 1;
	max-width: 250px;
}

.top_business_list_img {
	height: 200px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 10px;
}

.top_business_list_img > img {
	max-height: 100%;
}

.top_strengths {
	background-image: url(img/top_strengths_bg.png);
	background-size: cover;
	background-repeat:no-repeat;
	background-position: bottom center;
	padding-bottom: 200px;
}

.top_strengths .section_inner {
	max-width: 710px;
	display: flex;
	align-items: end;
}

.top_strengths .section_inner > div:nth-child(1) {
	flex: 1;
	margin-right: 150px;
}

.top_strengths .section_inner > div:nth-child(2) {
	margin-bottom: 30px;
}

.viewmore._right {
	text-align: right;
}

.viewmore._left {
	margin-left: -20px;
	text-align: left;
}

.top_office .section_inner {
    max-width: 710px;
	display: flex;
	flex-wrap: wrap;
}

.top_office .section_inner > div:nth-child(2) {
	width: calc(100% - 360px);
	margin-left: 80px;
}

.top_office .section_inner > div:nth-child(1) {
	margin-left: -40px;
}

.top_office .section_inner .viewmore {
	width: 100%;
	margin-top: -20px;
}

.top_news .section_inner {
    max-width: 710px;
}

.top_news {
	padding-top: 20px;
	background-image: url(img/top_news_bg.png);
	background-size: 115%;
	background-repeat: no-repeat;
	background-position: bottom left;
	padding-bottom: 20vw;
}

.top_news_list li a {
	display: flex;
	width: 100%;
	padding: 30px 70px 30px 5px;
}

.top_news_title {
	flex: 1;
}

.top_news_date {
	color: #c5c5c5;
	width: 100px;
}

.top_news_list li {
	border-top: 1px solid #d8d8d8;
	background-image: url(img/link_icon.svg);
	background-repeat: no-repeat;
	background-size: 50px;
	background-position: right 10px center;
}

.top_news_list li:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.top_other {
	background-image: url(img/top_other_bg.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}

.top_other .section_inner {
    max-width: 710px;
}

.top_other_list li a {
	display: flex;
	align-items: center;
	height: 94px;
	background-color: rgb(255 255 255 / 90%);
}

.top_other_title {
	flex: 1;
	height: 100%;
	padding: 17px 40px;
}

.top_other_img {
	width: 251px;
	text-align: center;
}

.top_other_list li {
	margin-bottom: 30px;
}

.top_other_list li:last-child {
	margin-bottom: 0;
}

.top_other_title .common_h3 {
	margin-bottom: 0;
}

/**
 * 会社紹介
 * ----------------------------------------------------------------------------
 */
.common_main._company {
	background-image: url(img/company_main.jpg);
}

.company_link .section_inner {
	max-width: 800px;
}

.company_link_list {
	display: flex;
	justify-content: space-between;
}

.company_link_list li {
	text-align: center;
	border-left: 1px solid #024ea5;
	padding: 0 30px;
}

.company_link {
	padding-top: 15px;
	padding-bottom: 0;
}

.company_link_title {
	margin-top: 10px;
}

.company_link_list li:last-child {
	border-right: 1px solid #024ea5;
}

.company_link_list li a {
	display: block;
	padding-top: 15px;
	padding-bottom: 20px;
	background-image: url(img/company_link_icon.svg);
	background-position: center bottom 6px;
	background-repeat: no-repeat;
	background-size: 9px;
}

.company_message_name {
	text-align: right;
	font-size: 18px;
}

.company_message > .section_inner {
	display: flex;
}

.company_message > .section_inner > div:nth-child(1) {
	flex: 1;
	margin-right: 60px;
}

.company_message > .section_inner > div:nth-child(2) {
	margin-right: -120px;
}

.company_message > .section_inner:before {
	content: "";
	position: absolute;
	width: 138px;
	height: 150px;
	background-image: url(img/company_message_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -85px;
	top: -45px;
}

.company_logo {
	text-align: center;
	background-image: url(img/company_logo_bg.png);
	background-size: 100%;
	background-position: center bottom -4vw;
	background-repeat: no-repeat;
	padding-bottom: 15vw;
}

.company_logo .section_inner {
	max-width: 510px;
}

.company_logo > .section_inner:before {
	content: "";
	position: absolute;
	width: 290px;
	height: 290px;
	background-image: url(img/company_logo_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -170px;
	top: 20px;
}

.company_logo .common_h3 {
	margin-top: 40px;
	margin-bottom: 60px;
}

.company_overview {
	padding-top: 0;
	margin-top: -7vw;
}

.company_overview_table th {
	width: 230px;
	padding-bottom: 20px;
}

.company_overview_table {
	line-height: 1.6;
	margin-bottom: 40px;
}

.company_overview_table td {
	padding-bottom: 20px;
}

.company_overview > .section_inner:before {
	content: "";
	position: absolute;
	width: 109px;
	height: 107px;
	background-image: url(img/company_overview_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	left: -75px;
	top: -20px;
}

.company_staff {
	background-image: url(img/company_staff_bg.png);
	background-repeat: no-repeat;
	background-position: top -1.5vw center;
	background-size: 100%;
	padding-top: 15vw;
	padding-bottom: 15vw;
}

.company_staff:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 86%;
	background-color: #f6f6f6;
	z-index: -1;
}

.company_staff:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 20%;
	background-image: url(img/company_staff_bg2.svg);
	z-index: 2;
	background-position: bottom center;
	background-size: 100%;
}

.company_staff .section_inner {
	z-index: 3;
}

.company_staff > .section_inner > .common_h3 {
    text-align: center;
}

.company_staff > .section_inner > p {
    text-align: center;
}

.company_staff_menu {
    display: flex;
    text-align: center;
    font-size: 14px;
    font-weight: normal;
	margin-top: 60px;
}

.company_staff_menu_img {
    margin-left: -40%;
    margin-right: 5%;
}

.company_staff_menu li:nth-child(1) {
    z-index: 4;
}

.company_staff_menu li:nth-child(2) {
    z-index: 3;
}

.company_staff_menu li:nth-child(3) {
    z-index: 2;
}

.company_staff_menu li:nth-child(4) {
    z-index: 1;
}

.company_staff_menu_post {
    color: #024ea5;
    margin-top: 15px;
    margin-bottom: 3px;
}

.company_staff_item_photo2 {
    float: right;
    margin-left: 40px;
}

.company_staff_item {
    background: linear-gradient(#e5f9ff, #9ddff2);
    border-radius: 10px;
    box-shadow: 5px 5px 8px rgb(0 0 0 / 10%);
    display: flex;
    padding: 20px 20px 20px 40px;
}

.company_staff_item_area {
    margin-top: 80px;
}

.company_staff_item > div:nth-child(2) {
    flex: 1;
}

.company_staff_item > div:nth-child(1) {
    margin-right: 40px;
    text-align: center;
}

.company_staff_item > div:nth-child(1) .en {
    font-size: 46px;
    color: rgb(23 197 255 / 20%);
    letter-spacing: 5px;
    margin-bottom: 30px;
}

.company_staff_item_subtitle {
    color: #17c5ff;
    font-size: 19px;
    line-height: 1.8;
    font-weight: bold;
    margin-bottom: 10px;
}

.company_staff_item_name {
    font-size: 17px;
    margin-bottom: 5px;
    font-weight: bold;
    margin-left: 25px;
}

.company_staff_item_post {
    font-size: 13px;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
}

.company_staff_item_post > div {
    padding: 3px;
    width: 117px;
    text-align: center;
}

.company_staff_item_post > div:nth-child(1) {
    background-color: #fff;
}

.company_staff_item_post > div:nth-child(2) {
    background-color: #17c5ff;
}

.company_staff_item_body {
	font-size: 15px;
	line-height: 1.8;
}

.company_history {
	padding-left: 0;
	padding-right: 0;
	background-image: url(img/company_history_bg.png);
	margin-top: -7vw;
	padding-top: calc(7vw + 40px);
	background-size: cover;
	padding-bottom: 120px;
}
.company_history h3 .en {
	color: #17c5ff;
	font-size: 80px;
}

.company_history h3 {
	display: flex;
	align-items: end;
}

.company_history h3 div:not(.en) {
	font-size: 30px;
	font-weight: bold;
	margin-left: 20px;
	padding-bottom: 15px;
}

.company_history_content {
	overflow-x: scroll;
	scrollbar-width: none;
	margin-top: 60px;
}

.company_history_content_inner {
	display: inline-block;
}

.company_history_content_inner img {
	height: 65vh;
	width: auto;
	max-width: none;
}

.company_partner {
	padding-left: 350px;
}

.company_partner:before {
	content: "";
	position: absolute;
	top: 80px;
	left: 0;
	bottom: 80px;
	width: 285px;
	background-image: url(img/company_partner_bg.jpg);
	background-size: cover;
}

.company_partner_item {
    margin-top: 40px;
    display: flex;
}

.company_partner_item > div:nth-child(1) {
    width: 66px;
    margin-right: 15px;
}

.company_partner_item_icon {
    width: 66px;
    height: 66px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eeeeee;
    border-radius: 50%;
}

.company_partner_item > div:nth-child(2) h4 {
    font-size: 18px;
    font-weight: bold;
    color: #024ea5;
    margin-bottom: 20px;
    padding-top: 22px;
}

.company_partner_item > div:nth-child(2) p span {
	display: inline-block;
}

.company_organization .section_inner {
	background-color: #f6f6f6;
	padding: 50px;
	border-radius: 15px;
}

.company_organization_figure {
	margin-top: -60px;
}

/**
 * 事業紹介
 * ----------------------------------------------------------------------------
 */

.common_main._business {
	background-image: url(img/business_main.jpg);
}

.business_link {
	text-align: center;
	background-image: url(img/company_staff_bg.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: 100%;
	padding-bottom: 27vw;
}

.common_catch {
	color: #17c5ff;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.8;
}

.business_link > .section_inner > p:nth-child(2) {
	position: relative;
	display: inline-block;
}

.business_link > .section_inner > p:nth-child(2):before {
	content: "";
	position: absolute;
	width: 138px;
	height: 150px;
	background-image: url(img/company_message_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: -30px;
	top: -35px;
	z-index: -1;
}

.business_content .section_inner {
	max-width: 830px;
}

.business_content_item {
	position: relative;
	text-align: center;
	background-color: rgb(240 255 255 / 50%);
	padding: 60px;
	border: 1px solid #024ea5;
	margin-top: 60px;
}

.business_content_item:first-child {
	margin-top: 0;
}

.business_content_item_title {
	background-color: #024ea5;
	color: #fff;
	writing-mode: vertical-rl;
	position: absolute;
	right: 0;
	top: 0;
	padding: 15px 10px;
}

.business_content_item_title:before {
	content: "";
	position: absolute;
	top: calc(100% - 0.5px);
	height: 30px;
	width: 100%;
	right: 0;
	background-color: #024ea5;
	clip-path: polygon(0 0, calc(100% + 1px) 0, calc(100% + 1px) 100%);
}

.business_content_item_img {
	margin-bottom: 40px;
}

.business_content_item_img {
    margin-bottom: 40px;
}

.business_content_item_detail > p > span {
    display: inline-block;
}

.business_content_item_detail {
    text-align: left;
    background-color: #fff;
    margin-top: 30px;
    padding: 30px 30px 20px 30px;
    border: 1px solid #024ea5;
    border-top: 0;
    position: relative;
}


.business_content_item_detail h4 {
    color: #024ea5;
    position: absolute;
    left: 0;
    right: 0;
    display: flex;
    align-items: start;
    top: 0;
}

.business_content_item_detail h4:before {
    content: "";
    width: 15px;
    height: 1px;
    background-color: #024ea5;
    margin-right: 10px;
}

.business_content_item_detail h4:after {
    content: "";
    height: 1px;
    background-color: #024ea5;
    margin-left: 10px;
    flex: 1;
}

.business_content_item_detail h4 span {
	margin-top: -9px;
}

.business_content_item#business01 .business_content_item_img img {
	margin-right: -96px;
}

.business_link_content {
	position: relative;
	margin-top: 150px;
}

.business_link_cover {
	position: absolute;
	top: -15%;
	width: 100%;
	left: -1.5%;
	animation: bounce2 2s linear 0s infinite;
}

@keyframes bounce2 {
	0%   { transform: translate3d(0px, 0%, 0px); }
	35%  { transform: translate3d(0px, -7px, 0px); }
	50%  { transform: translate3d(0px, -9px, 0px); }
	55%  { transform: translate3d(0px, -9px, 0px); }
	65%  { transform: translate3d(0px, -7px, 0px); }
	100% { transform: translate3d(0px, 0%, 0px); }
}

.business_link_list {
    position: absolute;
    top: -15%;
    left: 0;
    right: 0;
    bottom: 0;
}

.business_link_list a {
    position: absolute;
	width: 25%;
	height: 30%;
}

.business_link_list a[href="#business01"] {
	top: 14%;
	left: 0;
}

.business_link_list a[href="#business02"] {
	top: 0;
	left: 37%;
}

.business_link_list a[href="#business03"] {
	right: 0;
	top: 14%;
}

.business_link_list a[href="#business04"] {
	top: 59%;
	left: 5.5%;
}

.business_link_list a[href="#business05"] {
	top: 59%;
	right: 4.7%;
}

.business_link_list a[href="#business06"] {
	bottom: 0;
	left: 37%;
	height: 21%;
}

.business_content {
	padding-top: 0;
	background-image: url(img/business_content_bg.png);
	background-size: 100%;
}

/**
 * NICHUの強み
 * ----------------------------------------------------------------------------
 */
.common_main._strengths {
	background-image: url(img/strengths_main.jpg);
}


.strengths_content > .section_inner > p {
	text-align: center;
	max-width: 710px;
	margin-left: auto;
	margin-right: auto;
}

.strengths_content .section_inner {
	max-width: 900px;
}

.strengths_content_link {
	display: flex;
	justify-content: space-between;
	margin: 60px 0;
}

.strengths_content_link li {
	width: 23.5%;
}

.strengths_content > .section_inner > p:nth-child(2) {
	position: relative;
}

.strengths_content > .section_inner > p:nth-child(2):before {
	content: "";
	position: absolute;
	width: 104px;
	height: 52px;
	background-image: url(img/strengths_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: -110px;
	bottom: -20px;
	z-index: -1;
}

.strengths_content_item {
	display: flex;
	justify-content: space-between;
	align-items: end;
	margin-top: 60px;
	position: relative;
	z-index: 2;
}

.strengths_content_item:nth-child(odd) {
	flex-direction: row-reverse;
}

.strengths_content_item > div:nth-child(2) {
	width: 435px;
}

.strengths_content_item .common_h3 {
	white-space: nowrap;
	font-feature-settings: "palt";
}

.strengths_content_item .common_h3 > div > span {
	display: inline-block;
	background-color: #17c5ff;
}

.strengths_content_item .common_h3 > div > span > span {
	color: #fff;
}

.strengths_content_item_icon {
	margin-bottom: 15px;
}

.strengths_content_item#strengths03 > div:nth-child(1) {
	margin-right: -60px;
	margin-bottom: -80px;
}

.strengths_content_item_cover {
	position: relative;
}

.strengths_content_item_cover:before {
	content: "";
	position: absolute;
	background-image: url(img/strengths_bg.png);
	top: -60px;
	bottom: 0;
	left: 0;
	right: 0;
	background-size: 140%;
	background-position: center center;
}

/**
 * 事業所一覧
 * ----------------------------------------------------------------------------
 */
.common_main._office {
	background-image: url(img/office_main.jpg);
}

.office_link_content {
    position: relative;
}

.office_link_list {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.office_link_list a {
    position: absolute;
	width: 15%;
	height: 4%;
}

.office_link_list a[href="#honsha"] {
	bottom: 0;
	left: 50.5%;
}

.office_link_list a[href="#sapporo"] {
	left: 45%;
	top: 7%;
}

.office_link_list a[href="#tohoku"] {
	left: 71%;
	top: 40.5%;
}

.office_link_list a[href="#nagano"] {
	left: 31%;
	top: 38.5%;
}

.office_link_list a[href="#chino"] {
	left: 34.5%;
	top: 32%;
}

.office_link_list a[href="#tokyo"] {
	left: 59%;
	top: 81.5%;
}

.office_link_list a[href="#tama"] {
	left: 56%;
	top: 89%;
}

.office_link_list a[href="#kyushu"] {
	left: 13%;
	top: 57.3%;
}

.office_link_list a[href="#igarashi"] {
	left: 66.5%;
	top: 55.5%;
	width: 16.5%;
}

.office_content_item {
	margin-bottom: 60px;
}

.office_content_item h3 {
	width: 100%;
	font-size: 30px;
	font-weight: bold;
	border-bottom: 2px solid #0099e7;
	margin-bottom: 30px;
	display: flex;
	align-items: center;
}

.office_content_item h3:before {
	content: url(img/office_icon1.svg);
	width: 45px;
	margin-bottom: -6px;
	margin-left: -22px;
	margin-right: 15px;
}

.office_content_item > div {
	display: flex;
	justify-content: space-between;
}

.office_content_item p {
    font-size: 20px;
    font-weight: bold;
    margin-left: 37px;
	white-space: nowrap;
}

.office_content_item p > span {
    color: #0099e7;
}

.office_content_map iframe {
	max-width: 100%;
}

.office_content_map {
	margin-left: 15px;
}

.office_content_item p > a {
	display: inline-block;
	margin-top: 10px;
}

.office_content_item#igarashi h3:before {
	content: url(img/office_icon2.svg);
}

.office_content_item#igarashi h3 {
	border-color: #024ea5;
}

/**
 * SDGsの取り組み
 * ----------------------------------------------------------------------------
 */
.common_main._sdgs {
	background-image: url(img/sdgs_main.jpg);
}

.sdgs_content > .section_inner > p {
	text-align: center;
}

.sdgs_content_item {
	margin-top: 80px;
	padding: 30px;
	background-size: cover;
	background-position: center;
	position: relative;
}

.sdgs_content_item_inner {
	height: 498px;
	width: 386px;
	background-color: #ffffff;
	padding: 40px;
}

.sdgs_content_item:nth-child(odd) .sdgs_content_item_inner {
	margin-left: auto;
}

.sdgs_content_item_icon {
	text-align: center;
}

.sdgs_content_item_img {
	text-align: center;
	margin: 20px 0;
}

.sdgs_content_item h3 {
	color: #17c5ff;
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
	font-weight: bold;
}

.sdgs_content_item:nth-child(1) {
	background-image: url(img/sdgs_1.jpg);
}

.sdgs_content_item:nth-child(2) {
	background-image: url(img/sdgs_2.jpg);
}

.sdgs_content_item:nth-child(3) {
	background-image: url(img/sdgs_3.jpg);
}

.sdgs_content_item:nth-child(4) {
	background-image: url(img/sdgs_4.jpg);
}

.sdgs_content_item:nth-child(5) {
	background-image: url(img/sdgs_5.jpg);
}

.sdgs_content_item_link {
	position: absolute;
	bottom: 45px;
	left: calc((100% - 386px) / 2 - 173px);
}

.sdgs_content > .section_inner > p:nth-child(2) {
	position: relative;
}

.sdgs_content > .section_inner > p:nth-child(2):before {
    content: "";
	position: absolute;
	width: 92px;
	height: 114px;
	background-image: url(img/sdgs_drop.png);
	background-size: contain;
	background-repeat: no-repeat;
	right: 0;
	bottom: -60px;
	z-index: -1;
}

/**
 * お問い合わせ
 * ----------------------------------------------------------------------------
 */
.common_main._contact {
	background-image: url(img/contact_main.jpg);
}
/* 2025.11.13修正 */
/* .contact_content > .section_inner > p {
	text-align: center;
	margin-bottom: 60px;
} */

.contact_content_item {
	max-width: 480px;
	margin: 25px auto 0;
	font-size: 20px;
	font-weight: bold;
}

.contact_content_item h3 {
	background: linear-gradient(to right, #0094f8, #0098ff, #73ebff);
	color: #fff;
	padding: 5px 20px;
	border-radius: 20px;
	margin-bottom: 15px;
}

.contact_content_item p {
	padding: 0 20px;
}

.contact_content_item p span {
	color: #0099e7;
}
/* 2025.11.13追加 */
.first_line {
	text-align: center;
	margin-bottom: 20px;
}

.second_line {
	text-align: center;
	margin-bottom: 60px;
}

.second_line a {
	text-decoration: underline;
	font-weight: bold;
	color: #0099e7;
}

.recruit_link_anchor {
	padding-top: 100px;
    margin-top: -100px;
}

/**
 * プライバシーポリシー
 * ----------------------------------------------------------------------------
 */
.common_main._privacy {
	background-image: url(img/privacy_main.jpg);
	padding-right: calc(93vw - 400px);
    padding-left: 7vw;
}

.common_main._privacy:before {
	display: none;
}

.common_main._privacy .common_h3 {
	margin-top: 10px;
}

.privacy_content h3 {
	font-size: 30px;
	font-weight: bold;
	margin-top: 80px;
	padding-bottom: 30px;
	margin-bottom: 30px;
	position: relative;
}

.privacy_content h3:first-child {
	margin-top: 0;
}

.privacy_content h3:before {
	content: "";
	height: 1px;
	width: 160px;
	background-color: #024ea5;
	position: absolute;
	bottom: 0;
	left: 0;
}

.privacy_content .section_inner {
	max-width: 710px;
}

.privacy_list1 {
	line-height: 2;
	counter-reset: li;
}

.privacy_list2 {
	line-height: 2;
	counter-reset: li;
}

.privacy_list1 li:before {
	counter-increment: li;
	content: counter(li)'.';
	margin-right: 10px;
	white-space: nowrap;
}

.privacy_list2 li:before {
	counter-increment: li;
	content: '( ' counter(li) ' )';
	margin-right: 10px;
	white-space: nowrap;
}

.privacy_list1 li {
	display: flex;
	margin-bottom: 3px;
}

.privacy_list2 li {
	display: flex;
	margin-bottom: 3px;
}

.privacy_content h4 {
	font-size: 20px;
	font-weight: bold;
	color: #024ea5;
	margin-bottom: 20px;
	margin-top: 60px;
}

.privacy_content h3 + h4 {
	margin-top: 0;
}

/**
 * 新着情報
 * ----------------------------------------------------------------------------
 */
.common_main._news {
	background-image: url(img/news_main.jpg);
}

.news_content h3 {
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}

.news_date {
	font-size: 12px;
	color: #17c5ff;
}

.news_body {
	margin: 40px 0;
}

.news_pagination {
    padding-top: 0;
}

.news_list li {
	margin-bottom: 40px;
}

.news_list li a {
    display: flex;
    align-items: center;
}

.news_list .news_title {
    flex: 1;
    font-size: 20px;
    font-weight: bold;
}

.news_list .news_date {
	margin-right: 60px;
}

.news_list li:last-child {
	margin-bottom: 0;
}

.nav-links {
	font-size: 12px;
	display: flex;
}

.page-numbers {
	padding: 5px;
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #eeeeee;
	border-radius: 5px;
	margin: 5px;
	color: #17c5ff;
}

.page-numbers.current {
	background-color: #17c5ff;
	color: #fff;
}

/**
 * レスポンシブ
 * ----------------------------------------------------------------------------
 */

@media screen and  (max-width: 1050px) {
	.strengths_content_item_cover:before {
		background-size: 150%;
	}
}/* min-width: 1050px */

@media screen and  (min-width: 961px) {
	.sp {
		display: none!important;
	}

	.company_history_content {
		pointer-events: none;
	}

	.company_history_content_inner {
		pointer-events: auto;
		margin: 10vh 0;
	}

	.company_history_content_inner img {
		margin: -10vh 0;
		pointer-events: none;
	}
	
	::-webkit-full-page-media, :future, :root .company_history_content{
		pointer-events: auto;
	}
	
	::-webkit-full-page-media, :future, :root .company_history_content_inner img{
		pointer-events: auto;
	}
}/* min-width: 961px */

@media screen and  (max-width: 960px) {
	.pc {
		display: none!important;
	}
	
	main {
		padding-top: 52px;
	}

	main section {
		padding: 40px 7%;
	}
	
	body {
		font-size: 14px;
	}

	.header_menu {
		left: 100%;
		display: block;
		position: fixed;
		top: 52px!important;
		width: 100%;
		background-color: rgb(255 255 255 / 95%);
		transition: all 0.3s;
		padding: 50px;
		height: 100%;
	}

	.header_menu.open {
		left: 0;
		width: 100%;
	}

	.admin-bar .header {
		top: 0;
	}

	.header {
		padding: 15px 15px 0;
		background-color: transparent;
	}

	.header_menu_btn {
		width: 54px;
		height: 52px;
		position: fixed;
		right: 0;
		top: 0;
		background: linear-gradient(to left, #005eac, #0da5c1);
	}

	.header h1 img {
		width: 90px;
	}
	body.home:before {
		background-image: url(img/top_header_bg_sp.png);
		background-size: 100%;
		z-index: 1;
	}

	.header_menu_btn > span {
		position: absolute;
		width: 22px;
		height: 2px;
		background-color: #fff;
		left: 16px;
		transition: all 0.4s;
	}

	.header_menu_btn > span:nth-child(2) {
		top: calc(50% - 1px);
	}

	.header_menu_btn > span:nth-child(1) {
		top: 17px;
	}

	.header_menu_btn > span:nth-child(3) {
		bottom: 17px;
	}
	
	.open .header_menu_btn > span:nth-child(1) {
		top: calc(50% - 1px);
		transform: rotate(45deg);
	}

	.open .header_menu_btn > span:nth-child(2) {
		opacity: 0;
	}

	.open .header_menu_btn > span:nth-child(3) {
		bottom: calc(50% - 1px);
		transform: rotate(-45deg);
	}

	.header_menu li {
		margin-left: 0;
		padding-bottom: 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #41c9e2;
	}

    .header_menu li a {
        display: flex;
        justify-content: space-between;
    }

	.header_menu li a:after {
		content: "＋";
		color: #41c9e2;
		margin-right: 10px;
	}

	.header_menu li:nth-last-child(2) {
		border: 0;
	}

	.contact_banner {
		left: 0;
		right: 0;
		bottom: 0;
		background-color: #024ea5;
		color: #fff;
	}

	.contact_banner_sp {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 10px;
		font-size: 14px;
	}

	.contact_banner_sp > img {
		margin-right: 10px;
	}

	.top_main_copy {
		font-size: 18px;
		left: 5%;
		right: 0;
	}

	.top_main_animation {
		margin: 50px 5vw 0;
		width: 90vw;
	}

	.top_main:before {
		top: 15vw;
	}

	.top_main {
		padding-top: 200px;
		height: 840px;
		background-position: center bottom 5vw;
	}

	.scrolled .top_main_animation {
		transform: scale(1.6) translate(0, 150px);
	}

	.common_h3 .en {
		font-size: 10px;
	}

	.common_h3 > div:not(.en) {
		font-size: 18px;
	}

	.top_business_copy {
		font-size: 16px;
	}

	.top_business .section_inner > p {
		padding: 0 7%;
	}

	.viewmore img {
		width: 165px;
		margin-left: -15px;
	}


	.viewmore._right, .viewmore._left {
		text-align: center;
	}

	.top_business .section_inner {
		max-width: 450px;
	}

	.top_business_list {
		font-size: 8px;
		padding: 10px 5px;
		margin-top: 30px;
	}

	.top_business_list_img {
		height: 50px;
	}
	
	.top_strengths .section_inner {
		flex-direction: column;
	}

	.top_strengths .section_inner > div:nth-child(1) {
		margin-right: 0;
	}

	.top_strengths {
		text-align: center;
		padding-bottom: 80px;
		background-size: 100%;
	}

	.viewmore._left {
		margin-left: 0;
	}

	.top_strengths .section_inner > div:nth-child(2) {
		width: 100%;
		margin-bottom: 0;
		margin-top: 40px;
	}

	.top_strengths .section_inner > div:nth-child(2) img {
		width: 46px;
	}


	.top_office .section_inner > div:nth-child(1) {
		order: 2;
		margin-left: 0;
		margin-top: 20px;
	}

	.top_office .section_inner > div {
		width: 100%!important;
	}

	.top_office .section_inner > div:nth-child(2) {
		order: 1;
		margin-left: 0;
	}

	.top_office .section_inner > div:nth-child(3) {
		order: 3;
		margin-top: 20px;
	}

	.top_office {
		text-align: center;
	}


	.top_office .section_inner > div:nth-child(1) img {
		width: 152px;
	}

	.top_news_list li a {
		flex-direction: column;
		padding: 15px 50px 15px 5px;
	}

	.top_news_date {
		font-size: 10px;
		margin-bottom: 5px;
	}

	.top_news_list li {
		background-size: 30px;
	}

	.top_other_img {
		width: 90px;
	}

	.top_other_list li a {
		height: 43px;
	}

	.top_other_title {
		padding: 7px 5px 10px 20px;
	}

	.top_other_list .common_h3 > div:not(.en) {
		font-size: 16px;
		margin-top: 0;
	}

	.top_other_list li:nth-child(2) img {
		width: 60px;
	}

	.footer_name {
		font-size: 14px;
	}

	.footer {
		padding: 40px 9% 100px;
		font-size: 12px;
	}

	.footer .section_inner > div:nth-child(2) {
		flex-direction: column;
	}

	.footer .section_inner > div {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.footer_address {
		width: 100%;
		margin-bottom: 20px;
	}

	.footer_menu li:nth-child(odd) {
		width: 120px;
	}

	.footer_menu li:nth-child(even) {
		width: calc(100% - 120px);
	}

	.footer .section_inner > div:nth-child(3) {
		flex-direction: column;
	}

	.footer_office {
		margin-right: 0;
		width: 100%;
	}

	.footer_office li {
		margin-bottom: 30px;
	}

	.footer_office:nth-child(1) {
		margin-bottom: 30px;
	}

	.footer_copyright {
		width: 94px;
		bottom: 60px;
	}

	.common_main {
		height: 200px;
		margin: 0;
		border-radius: 0;
		padding-left: 5%;
		padding-right: calc(95% - 145px);
		text-align: center;
	}

	.common_main:before {
		width: 145px;
	}

	.common_main .common_h3 {
		margin-top: 50px;
	}

	.company_link {
		padding: 15px 0;
	}

	.company_link_list li:first-child {
		border-left: 0;
	}

	.company_link_list li:last-child {
		border-right: 0;
	}

	.company_link_list {
		font-size: 10px;
		white-space: nowrap;
	}

	.company_link_list li {
		padding: 0 3px;
		display: flex;
		width: 100%;
		justify-content: center;
	}

	.company_link_icon img {
		max-height: 80%;
	}

	.company_link_icon {
		height: 25px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	
	.company_link_title {
		margin-top: 5px;
	}

	.company_link_list li a {
		background-size: 7px;
		padding-top: 10px;
		padding-bottom: 15px;
	}
	
	.company_message_name {
		font-size: 16px;
	}
	
	.company_message > .section_inner:before {
		display: none;
	}

	.company_message > .section_inner {
		flex-direction: column-reverse;
	}

	.company_message > .section_inner > div:nth-child(2) {
		margin-right: 0;
		text-align: center;
	}

	.company_message > .section_inner > div:nth-child(2) img {
		width: 120px;
	}

	.company_message > .section_inner > div:nth-child(1) {
		margin-right: 0;
		margin-top: 30px;
	}

	.company_message > .section_inner > div:nth-child(1) .common_h3 {
		text-align: center;
	}

	.company_logo > .section_inner:before {
		position: relative;
		display: block;
		left: 0;
		top: 0;
		width: 100%;
		height: 140px;
		background-position: center;
		margin-bottom: 10px;
	}

	.company_logo {
		padding-top: 0;
		background-position: center;
	}

	.company_logo .section_inner img {
		width: 173px;
	}

	.company_logo .common_h3 {
		margin-top: 30px;
		margin-bottom: 20px;
	}

	.company_logo .section_inner > p {
		text-align: left;
	}
	
	.company_overview {
		margin-top: 0;
	}

	.company_overview .viewmore img {
		width: 175px;
	}
	
	.company_overview > .section_inner:before {
		display: none;
	}

	.company_overview .common_h3 {
		text-align: center;
	}

	.company_overview_table tr {
		display: flex;
		flex-direction: column;
	}

	.company_overview_table th {
		padding-bottom: 0px;
		width: 100%;
	}

	.company_staff > .section_inner > .common_h3 {
		margin-bottom: 5px;
	}

	.company_staff_menu {
		margin-top: 0;
	}

	.company_staff {
		padding-left: 10px;
		padding-right: 10px;
	}

	.company_staff_menu {
		font-size: 10px;
	}

	.company_staff_menu_post {
		margin-top: 5px;
	}
	
	.company_staff_item_photo1 {
		width: 60px;
		position: absolute;
		top: 15px;
	}

	.company_staff_item > div:nth-child(1) .en {
		font-size: 17px;
		letter-spacing: 2px;
		position: absolute;
		left: 93px;
		top: 20px;
	}

	.company_staff_item {
		padding: 15px;
		position: relative;
	}

	.company_staff_item_name {
		font-size: 12px;
		position: absolute;
		margin: 0;
		top: 50px;
		left: 97px;
	}

	.company_staff_item_post {
		font-size: 10px;
		position: absolute;
		top: 70px;
		left: 85px;
	}

	.company_staff_item_post > div {
		width: 70px;
	}

	.company_staff_item_photo2 {
		position: absolute;
		width: calc(100% - 250px);
		height: 75px;
		margin: 0;
		text-align: right;
		right: 15px;
		top: 15px;
	}

	.company_staff_item_photo2 img {
		max-height: 100%;
		width: auto;
		height: auto;
	}

	.company_staff_item > div:nth-child(2) {
		margin-top: 85px;
	}

	.company_staff_item > div:nth-child(1) {
		margin-right: 0;
	}

	.company_staff_item_subtitle {
		font-size: 14px;
	}

	.company_staff_item_body {
		font-size: 14px;
	}

	.company_staff_item_area {
		margin-top: 40px;
	}

	.company_history_content_inner img {
		height: 260px;
	}

	.company_history h3 .en {
		font-size: 26px;
	}

	.company_history h3 div:not(.en) {
		font-size: 14px;
		padding-bottom: 5px;
	}

	.company_history .section_inner {
		padding: 0 7%;
	}

	.company_history {
		padding-bottom: 60px;
	}

	.company_partner:before {
		position: relative;
		width: 100%;
		top: 0;
		display: block;
		height: 120px;
		bottom: auto;
		background-image: url(img/company_partner_bg_sp.jpg);
		background-size: cover;
	}

	.company_partner {
		padding: 0;
	}

	.company_partner .section_inner {
		padding: 40px 7% 0;
	}

	.company_partner_item {
		margin-top: 20px;
	}

	.company_partner_item > div:nth-child(1) {
		width: 30px;
	}

	.company_partner_item_icon {
		width: 30px;
		height: 30px;
	}

	.company_partner_item_icon > img {
		max-width: 65%;
		max-height: 65%;
		width: auto;
		height: auto;
	}

	.company_partner_item > div:nth-child(2) h4 {
		font-size: 16px;
		padding-top: 3px;
		margin-bottom: 10px;
	}

	.company_organization .section_inner {
		padding: 40px 15px;
	}

	.company_organization_figure {
		margin-top: 0;
	}

	.company_organization .common_h3 {
		text-align: center;
		margin-bottom: 40px;
	}

	.common_catch {
		font-size: 16px;
	}

	.business_link > .section_inner > p:nth-child(2) {
		text-align: left;
	}

	.business_link > .section_inner > p:nth-child(2):before {
		width: 43px;
		height: 46px;
		right: -15px;
		top: -15px;
	}

	.business_link_content {
		margin-top: 50px;
	}

	.business_content_item {
		padding: 30px 20px;
		font-size: 12px;
	}

	.business_content_item_img img {
		width: 122px;
	}

	.business_content_item#business01 .business_content_item_img img {
		width: 152px;
		margin-right: -30px;
	}

	.business_content_item_img {
		margin-bottom: 20px;
	}

	.business_content_item .common_h3 {
		margin-bottom: 20px;
	}

	.business_content_item_detail {
		font-size: 12px;
	}

	.business_content_item_detail h4 span {
		margin-top: -7px;
	}

	.business_content_item_detail {
		padding: 10px;
	}

	.business_content_item_title {
		font-size: 12px;
		padding: 10px 5px;
	}

	.strengths_content > .section_inner > p:nth-child(2) {
		text-align: left;
	}

	.strengths_content > .section_inner > p:nth-child(2):before {
		width: 36px;
		height: 18px;
		right: 0;
		bottom: calc(100% + 30px);
	}

	.strengths_content_link {
		margin: 0;
	}

	.strengths_content_item_cover:before {
		display: none;
	}

	.strengths_content_item > div:nth-child(1) {
		position: absolute;
		top: 0;
		right: 0;
		height: 200px;
		width: 200px;
		text-align: right;
	}

	.strengths_content_item > div:nth-child(2) {
		width: 100%;
	}

	.strengths_content_item  .common_h3 > div:not(.en) {
		display: flex;
		flex-direction: column;
		align-items: start;
	}

	.strengths_content_item_icon > img {
		height: 54px;
		width: auto;
	}

	.strengths_content_item > div:nth-child(1) img {
		max-height: 100%;
		width: auto;
	}

	.strengths_content_item#strengths03 > div:nth-child(1) {
		margin: 0;
	}

	.strengths_content_item .common_h3 {
		margin-bottom: 60px;
	}

	.strengths_content_item#strengths02 > div:nth-child(1),.strengths_content_item#strengths03 > div:nth-child(1) {
		right: -20px;
	}
	
	.strengths_content_item .common_h3 > div > span {
		margin-top: 10px;
	}

	.office_content_item h3 {
		font-size: 16px;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.office_content_item h3:before {
		width: 20px;
		margin-left: -10px;
		margin-bottom: -8px;
		margin-right: 10px;
	}

	.office_content_item p {
		margin-left: 22px;
		font-size: 14px;
		width: 260px;
	}

	.office_content_map {
		flex: 1;
	}

	.office_link_list a {
		height: 6%;
		width: 22%;
	}

	.office_link_list a[href="#sapporo"] {
		left: 42%;
		top: 5.8%;
	}

	.office_link_list a[href="#tohoku"] {
		left: 72%;
		top: 38%;
	}

	.office_link_list a[href="#nagano"] {
		left: 29.5%;
		top: 39.5%;
	}

	.office_link_list a[href="#chino"] {
		left: 37%;
		top: 27.4%;
	}

	.office_link_list a[href="#tokyo"] {
		left: 59%;
		top: 78.5%;
	}

	.office_link_list a[href="#tama"] {
		left: 56%;
		top: 86%;
	}

	.office_link_list a[href="#kyushu"] {
		left: 13%;
		top: 55%;
	}

	.office_link_list a[href="#igarashi"] {
		left: 66.5%;
		top: 53.5%;
		width: 24.5%;
	}

	.office_link_list a[href="#honsha"] {
		left: 46.5%;
	}

	.common_main._sdgs .common_h3 > div:not(.en) {
		font-size: 15px;
	}

	.sdgs_content > .section_inner > p:nth-child(2):before {
		width: 26px;
		height: 32px;
		bottom: auto;
		top: -90px;
		right: 7vw;
	}

	.sdgs_content > .section_inner > p:nth-child(2) {
		text-align: left;
	}

	.sdgs_content {
		padding-left: 0;
		padding-right: 0;
	}

	.sdgs_content > .section_inner > p {
		padding: 0 7%;
	}

	.sdgs_content_item {
		margin-top: 40px;
		padding: 20px;
	}

	.sdgs_content_item_inner {
		width: 60%;
		height: auto;
		margin-left: auto;
		padding: 20px 15px;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		min-width: 230px;
		align-items: center;
	}

	.sdgs_content > .section_inner > p:nth-child(3) img {
		max-width: 224px;
	}

	.sdgs_content_item_img {
		margin: 0;
		flex: 1;
		text-align: right;
	}

	.sdgs_content_item_icon img {
		height: 40px;
		width: auto;
	}

	.sdgs_content_item h3 {
		width: 100%;
		text-align: left;
		margin-top: 10px;
		margin-bottom: 10px;
		font-size: 16px;
	}

	.sdgs_content_item_inner p {
		font-size: 12px;
	}

	.sdgs_content_item:nth-child(1) .sdgs_content_item_img img {
		width: 83px;
	}

	.sdgs_content_item:nth-child(2) .sdgs_content_item_img img {
		width: 66px;
	}

	.sdgs_content_item:nth-child(3) .sdgs_content_item_img img {
		width: 80px;
	}

	.sdgs_content_item:nth-child(4) .sdgs_content_item_img img {
		width: 63px;
	}

	.sdgs_content_item:nth-child(5) .sdgs_content_item_img img {
		width: 50px;
	}

	.sdgs_content_item:nth-child(5) {
		background-repeat: no-repeat;
		background-color: #17c5ff;
		background-image: url(img/sdgs_5_sp.png);
		background-size: auto 70%;
		background-position: left 10px top 20px;
	}

	.sdgs_content_item_link img {
		width: 100%;
	}

	.sdgs_content_item_link {
		left: 20px;
		bottom: 10px;
		width: 120px;
	}
	/* 	2025.11.13修正 */
/* 	.contact_content > .section_inner > p {
		text-align: left;
		margin-bottom: 40px;
	} */
	
	/* 	2025.11.13追加 */
	.first_line {
		text-align: left;
		margin-bottom: 20px;
	}
	
	.second_line {
		text-align: left;
		margin-bottom: 40px;
	}
	
	.recruit_link_anchor {
		padding-top: 0;
		margin-top: 0;
	}

	.contact_content_item {
		font-size: 14px;
		text-align: center;
	}

	.contact_content_item p {
		padding: 0;
	}

	.news_content h3 {
		font-size: 16px;
	}

	.news_list li a {
		flex-direction: column;
		align-items: start;
	}

	.news_list .news_date {
		margin-bottom: 10px;
		font-size: 10px;
	}

	.news_list .news_title {
		font-size: 16px;
	}

	.page-numbers {
		width: 28px;
		height: 28px;
		border-radius: 3px;
		font-size: 10px;
		margin: 3px;
	}
	
	.common_main._privacy {
		text-align: left;
		padding-right: calc(93vw - 220px);
	}

	.privacy_content h3 {
		font-size: 16px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.privacy_content h3:before {
		width: 75px;
	}

	.privacy_content h4 {
		font-size: 16px;
		margin-top: 40px;
		line-height: 1.6;
	}
}/* max-width: 960px */

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

	.office_content_item > div {
		flex-direction: column;
	}

	.office_content_item p {
		width: 100%;
		margin-bottom: 10px;
	}

	.office_content_map iframe {
		width: 100%;
	}

	.office_content_map {
		margin-left: 22px;
	}

}/* max-width: 800px */

@media screen and  (max-width: 600px) {
	
	.top_main_inner {
		background-color: #fff;
		margin-top: 0;
		height: 206px;
		margin-left: calc((100vw - 1000px) / 2);
	}
	
	.scrolled .top_main_inner {
		animation: top_main_scrolled_sp 1s ease-out forwards;
	}

	.scrolled .top_main_animation {
		transform: scale(1.2) translate(0, 80px);
	}

	.top_main {
		height: 450px;
	}
}/* max-width: 600px */