@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: "Montserrat";
	src: url("font/Montserrat-ExtraBoldItalic.ttf");
}

@font-face {
	font-family: "Montserrat-SemiBold";
	src: url("font/Montserrat-SemiBold.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", sans-serif;
}
img {
	max-width:100%;
	height: auto;
}

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

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

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

a:hover {
	opacity: 0.7;
}

.header {
	display: flex;
	position: fixed;
	top: 0;
	left: 0;
	justify-content: space-between;
	width: 100%;
	font-weight: bold;
	padding: 15px 30px 20px;
	z-index: 9999;
	background-color: #fff;
	align-items: center;
}

.header_menu {
	display: flex;
	font-size: 14px;
}

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

.header h1 {
	font-size: 25px;
}

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

main {
	padding-top: 64px;
}

.en {
	font-family: "Montserrat";
}

.common_h3 {
	margin-bottom: 25px;
}

.common_h3 .en {
	font-size: 14px;
	color: #008dda;
}

.common_h3 ._ja {
	font-size: 35px;
	font-weight: bold;
	font-feature-settings: "palt";
	line-height: 1.2;
	letter-spacing: 3px;
}

.common_h3_2 {
	font-size: 28px;
	font-weight: bold;
	background-image: url(img/manufacturer_title_bg.jpg);
	color: #fff;
	background-size: cover;
	padding: 15px 20px;
	margin-bottom: 40px;
}

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

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

.footer {
	padding: 60px 0 40px;
	font-size: 14px;
	text-align: center;
	position: relative;
}

.footer_menu {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 20px;
	font-weight: bold;
}

.footer_menu_name {
	font-size: 25px;
	font-weight: bold;
}

.footer_menu li {
	margin-right: 30px;
}

.footer_copyright {
	font-size: 10px;
	margin-bottom: 0;
	margin-top: 50px;
	font-weight: bold;
}

.footer_nichu {
	position: absolute;
	right: 30px;
	bottom: 30px;
}

.footer_menu li:last-child {
	margin-right: 0;
}

.common_main {
	padding-top: 130px;
	padding-bottom: 130px;
	background-size: cover;
    background-position: center;
}

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

.common_main .common_h3 ._ja {
	color: #fff;
}

.common_main .common_h3 .en {
	color: #0064d0;
}

.font_white, .font_white .common_h3 .en {
	color: #fff;
}

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

.top_main {
    padding: 0;
}

#top_slide_svg {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 8;
}

#top_slide_svg circle {
	stroke: #e7ffff;
	fill: none;
	transition-duration: 0.6s;
	stroke-width: 0;
	transition-timing-function: linear;
}
.streak circle {
	stroke-width: 15%!important;
}
#circle1 {
	transition-delay: 0.15s;
}

#circle2 {
	transition-delay: 0.3s;
}

#circle3 {
	transition-delay: 0.45s;
}

#circle4 {
	transition-delay: 0.6s;
}

#circle5 {
	transition-delay: 0.75s;
}

#circle6 {
	transition-delay: 0.9s;
}

#circle7 {
	transition-delay: 1.05s;
}

#circle8 {
	transition-delay: 1.2s;
}

#circle9 {
	transition-delay: 1.35s;
}

.top_slide {
	position: relative;
	overflow: hidden;
}

.top_slide li img {
	width: 100%;
}

.top_slide li.active {
	z-index: 3;
}

.top_slide li:first-child {
    position: relative;
	z-index: 2;
}

.top_slide li {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	transition: transform 1.4s;
}

.top_slide.zoom li {
	transform: scale(1.3);
}

.top_news {
	background-image: url(img/top_news_bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	color: #fff;
}

.top_news > .section_inner {
    display: flex;
}

.top_news > .section_inner .common_h3 {
    margin-right: 100px;
}

.top_news_date {
    font-size: 12px;
    color: #0064d0;
	margin-bottom: 5px;
}

.top_news .common_h3 .en {
	color: #0064d0;
}

.top_news_list {
	flex: 1;
}

.top_news_list li {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #ffffff;
}

.top_features {
	background-image: url(img/top_features_bg.jpg);
	background-size: cover;
	background-position: center;
	height: 60vw;
	padding-bottom: 0;
	padding-top: 7vw;
}

.top_business {
	padding-top: 30px;
	padding-bottom: 90px;
}

.top_business:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	height: 60px;
	width: 100%;
	background-image: url(img/top_business_bg.jpg);
	background-size: cover;
}

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

.top_business_list {
    display: flex;
    justify-content: center;
}

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

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

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

.top_business_list li p {
	background: linear-gradient(to left, #0094f8, #0098ff, #73ebff);
	color: #fff;
	border-radius: 30px;
	text-align: center;
	font-weight: 500;
	line-height: 1;
	padding: 5px;
}

.top_strengths_list {
	margin: -200px -80px 0;
	position: relative;
	height: 62vw;
	background-image: url(img/top_strengths.svg);
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: right -7vw top;
}

.top_strengths_list li {
	position: absolute;
}

.top_strengths > * {
	position: relative;
	z-index: 1;
}

.top_strengths:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: url(img/top_strengths_bg.jpg);
	background-size: cover;
	opacity: 0.5;
}

.top_strengths > .section_inner > p {
	max-width: 625px;
}

.top_strengths_list li:nth-child(1) {
	width: 11vw;
	top: 49%;
	left: 13.2%;
}

.top_strengths_list li:nth-child(2) {
	width: 8.2vw;
	top: 32%;
	left: 45.2%;
}

.top_strengths_list li:nth-child(3) {
	width: 11vw;
	top: 11%;
	left: 76.3%;
}

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

.company_message {
	z-index: 2;
}

.company_message > .section_inner {
	display: flex;
	align-items: start;
	flex-direction: row-reverse;
}


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

.company_message > .section_inner > div:nth-child(1) {
	margin-right: -60px;
	margin-left: 50px;
	box-shadow: 8px 8px 10px rgb(0 0 0 / 15%);
}

.company_message_position {
	text-align: right;
	font-size: 14px;
	margin-bottom: 0;
}

.company_message_name {
	text-align: right;
	font-size: 25px;
	line-height: 1.4;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

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

.company_about_table th {
	width: 190px;
	border-bottom: 1px solid;
	padding-bottom: 5px;
}

.company_about_table tr {
	display: flex;
	align-items: start;
	margin-bottom: 30px;
}

.company_about_table td {
	flex: 1;
	margin-left: 40px;
	font-weight: 500;
}

.company_about {
	background-image: url(img/company_about_bg.png);
	background-size: cover;
	background-position: top center;
	padding-top: 240px;
	padding-bottom: 140px;
	margin-top: -160px;
}

.company_about:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(to bottom, transparent, rgb(60 185 252 / 90%), rgb(0 148 248 / 90%));
}

.company_about .common_h3 {
	margin-top: 40px;
}

.company_about_table {
	line-height: 1.6;
}

.company_history {
	background: linear-gradient(to bottom, #c7d3dd,#fff);
}

.company_history:before {
	content: "IGARASHI 1985-";
	font-family: "Montserrat";
	font-size: 56px;
	color: #008dda;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	text-align: center;
	letter-spacing: 5px;
	line-height: 0.7;
}

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

.company_history_list li {
	display: flex;
	background-color: #fff;
	margin-bottom: 15px;
	padding: 30px 35px;
	align-items: center;
	box-shadow: 5px 5px 5px rgb(0 0 0 / 10%);
}

.company_history_ym {
	font-size: 24px;
	color: #008dda;
	width: 100px;
}

.company_history_content {
	flex: 1;
	line-height: 1.6;
}

.company_about_map iframe {
	width: 100%;
}

.company_about_map {
	width: 100%;
}

/**
 * 取り扱い品目
 * ----------------------------------------------------------------------------
 */
.common_main._business {
	background-image: url(img/business_main.jpg);
}

.business_content {
	background: linear-gradient(to bottom, rgb(199 211 221 / 30%), #fff);
	padding-top: 40px;
}

.business_menu_list {
	display: flex;
	margin-bottom: 80px;
}

.business_menu_list li:nth-child(n+2) {
	margin-left: 10px;
}

.business_item {
    display: flex;
    background-color: #ffffff;
    margin-bottom: 30px;
    box-shadow: 5px 5px 10px rgb(0 0 0 / 10%);
    height: 334px;
}

.business_item > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.business_item > div:nth-child(1) {
    width: 334px;
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	background-image: url(img/business_item_bg.jpg);
	background-size: cover;
	color: #fff;
}

.business_item > div:nth-child(3) {
    flex: 1;
	text-align: center;
}

.business_item > div:nth-child(3) img {
    max-height: 240px;
}

.business_item > div:nth-child(2) {
    width: 320px;
    margin-left: 30px;
}

.business_item > div:nth-child(2) p {
    max-width: 270px;
    font-size: 14px;
}

.business_item_product {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    margin-right: -40px;
    margin-left: 15px;
}

.business_item_product li {
    width: 50%;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.business_item_product li:before {
    content: "";
    width: 6px;
    height: 6px;
    display: inline-block;
    background-color: #1441fb;
    border-radius: 50%;
    margin-right: 5px;
	min-width: 6px;
}

/**
 * 取り扱いメーカー
 * ----------------------------------------------------------------------------
 */
.common_main._manufacturer {
	background-image: url(img/manufacturer_main.jpg);
}

.manufacturer_content_inner {
    display: flex;
}

.manufacturer_content_inner > div:nth-child(2) {
    flex: 1;
    margin-left: 40px;
    margin-top: 100px;
    font-size: 18px;
    display: flex;
}

.manufacturer_content_list {
	margin-right: 100px;
}

.manufacturer_content_list li{
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

.manufacturer_content_list li:before {
	content: "";
	height: 1px;
	width: 24px;
	margin-right: 15px;
}

.manufacturer_content_list li:has(a):before {
	background-color: #0064d0;
}


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

.strengths_content {
	padding-left: 0;
	padding-right: 0;
	background: linear-gradient(to bottom, transparent, rgb(60 185 252 / 50%), rgb(0 148 248 / 50%));
	padding-top: 30px;
	padding-bottom: 12vw;
}

.strengths_content:after {
    content: "";
    position: absolute;
    bottom: 20px;
    right: 0;
    left: 0;
    height: 32vw;
    background-image: url(img/strengths_bg_illust.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.strengths_content > * {
	position: relative;
	z-index: 1;
}

.strengths_link_list {
	display: flex;
	align-items: end;
	background-image: url(img/strengths_link_bg.svg);
	background-size: 100%;
	height: 32vw;
	background-repeat: no-repeat;
	justify-content: center;
}

.strengths_link_list li {
	width: 14.5vw;
	height: 14.5vw;
	text-align: center;
	display: flex;
	align-items: end;
	justify-content: center;
	margin-bottom: 13vw;
	border-radius: 50%;
	font-weight: bold;
	color: #008dda;
}

.strengths_link_list li:nth-child(n+2) {
    margin-left: 6.5vw;
}

.strengths_link_list li > a > div:nth-child(1) {
	margin-bottom: 10px;
}

.strengths_link_list li:nth-child(1) > a > div:nth-child(1) img {
	width: 12vw;
	margin-right: -2vw;
}


.strengths_link_list li:nth-child(2) > a > div:nth-child(1) img {
	width: 7.5vw;
}

.strengths_link_list li:nth-child(3) > a > div:nth-child(1) img {
	width: 11vw;
	margin-right: -1vw;
}

.strengths_content_item .section_inner {
    display: flex;
	max-width: 1040px;
}

.strengths_content_item_txt {
    flex: 1;
    margin-top: 160px;
}

.strengths_content_item_txt h3 {
    font-size: 35px;
    font-weight: bold;
    margin-bottom: 20px;
}

.strengths_content_item {
	background-size: 50%;
	background-repeat: no-repeat;
}


.strengths_content_item:nth-child(odd) .strengths_content_item_txt {
    margin-left: -70px;
}

.strengths_content_item:nth-child(even) .strengths_content_item_txt {
	margin-right: -70px;
}

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

.strengths_content_item:nth-child(odd) {
	background-position: left bottom;
}

.strengths_content_item:nth-child(even) {
	background-position: right bottom;
}

.strengths_content_item:nth-child(odd) .section_inner {
	padding-right: 40px;
}

.strengths_content_item:nth-child(even) .section_inner {
	padding-left: 40px;
}

#strengths01 {
	background-image: url(img/strengths_bg1.png);
}

#strengths02 {
	background-image: url(img/strengths_bg2.png);
}

#strengths03 {
	background-image: url(img/strengths_bg3.png);
}

#strengths02 .strengths_content_item_num {
    margin-top: -70px;
}


/**
 * お問い合わせ
 * ----------------------------------------------------------------------------
 */
.common_main._contact {
	background-image: url(img/contact_main.jpg);
}

.contact_content {
	text-align: center;
}

.contact_content p {
	font-size: 20px;
	margin: 50px 0;
}

.contact_content a {
	font-family: "Montserrat-SemiBold";
	font-size: 54px;
	color: #008dda;
	display: flex;
	justify-content: center;
	align-items: center;
	letter-spacing: 3px;
}

.contact_content a:before {
	content: url(img/contact_icon.svg);
	width: 44px;
	margin-right: 15px;
}


/**
 * プライバシーポリシー
 * ----------------------------------------------------------------------------
 */
.common_main._privacy {
	background-image: url(img/privacy_main.jpg);
}

.privacy_content {
	overflow: hidden;
	padding-top: 120px;
}

.privacy_content .section_inner {
	max-width: 712px;
	font-weight: 500;
}

.privacy_content .section_inner > * { 
	z-index: 2;
	position: relative;
}

.privacy_content h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.privacy_content h3:nth-child(+2n) {
    margin-top: 60px;
}

.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 {
    color: #008dda;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 20px;
	margin-top: 60px;
}

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

.privacy_content .section_inner:before {
    content: "";
    width: 350px;
    height: 350px;
    position: absolute;
    top: -110px;
    left: -160px;
	background-image: url(img/privacy_bg.svg);
	background-size: cover;
}


.privacy_content .section_inner:after {
	content: "";
	width: 567px;
	height: 567px;
	position: absolute;
	top: 40%;
	right: -230px;
	background-image: url(img/privacy_bg.svg);
	background-size: cover;
}

/**
 * 新着情報
 * ----------------------------------------------------------------------------
 */
.common_main._news {
	background-image: url(img/news_main.jpg);
}
.news_pagination {
	font-family: "Montserrat-SemiBold";
	margin-top: 100px;
}
.news_content .section_inner {
    max-width: 700px;
}

.news_date {
	color: #0064d0;
	font-size: 14px;
	margin-bottom: 10px;
}

.news_title {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}

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

.nav-links {
    display: flex;
}

.page-numbers {
	width: 49px;
	height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #0064d0;
	border-radius: 50%;
	margin-right: 15px;
	margin-bottom: 15px;
	font-size: 14px;
}

.page-numbers.current {
	background-color: #008dda;
	color: #fff;
}

.news_body {
	margin-top: 30px;
}

.news_back {
	margin-top: 40px;
}

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

@media screen and  (max-width: 1200px) {
	.business_item > div:nth-child(1) {
		width: 240px;
		font-size: 24px;
	}
	.manufacturer_content_list {
		margin-right: 60px;
	}
}

@media screen and  (max-width: 1100px) {
	.top_strengths_list {
		margin-top: -120px;
	}
	.manufacturer_content_list {
		margin-right: 20px;
	}

	.manufacturer_content_list:last-child {
		margin-right: 0;
	}
}/* max-width: 960px */

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

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

	main {
		padding-top: 0;
	}

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

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

	.header h1 {
		font-size: 14px;
	}

	.top_slide li img {
		width: 140%;
		max-width: 140%;
		margin-left: -20%;
	}

	main section {
		padding: 40px 7%;
	}

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

	.common_h3 ._ja {
		font-size: 18px;
		letter-spacing: 1px;
	}

	.top_news > .section_inner {
		flex-direction: column;
	}

	body {
		font-size: 14px;
	}

	.top_news_date {
		font-size: 10px;
	}

	.top_features {
		background-image: url(img/top_features_bg_sp.jpg);
		height: auto;
		padding-bottom: 45vw;
	}

	.top_business_list {
		flex-wrap: wrap;
	}

	.top_business_list li {
		width: 29%;
		flex: auto;
		margin: 0 2%;
		max-width: 29%;
	}

	.top_business_list_img {
		height: 15vw;
	}

	.top_business_list li p {
		font-size: 10px;
	}

	.top_business {
		padding-left: 0;
		padding-right: 0;
		padding-top: 40px;
		padding-bottom: 40px;
	}

	.top_business_list li:nth-child(n+4) {
		margin-top: 20px;
	}

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

	.top_business:after {
		display: none;
	}

	.top_strengths_list {
		margin-top: -15px;
		margin-right: -7vw;
		height: 72vw;
		background-size: 95%;
		background-position: left 15vw top;
	}

	.top_strengths_list li:nth-child(1) {
		width: 13vw;
		top: calc(34% + 30px);
		left: calc(20.2% - 10px);
	}

	.top_strengths_list li:nth-child(2) {
		width: 11.5vw;
		top: calc(16.5% + 30px);
		left: calc(50.5% - 10px);
	}

	.top_strengths_list li:nth-child(3) {
		width: 11.5vw;
		top: calc(1.5% + 30px);
		left: calc(81% - 10px);
	}

	.footer {
		display: flex;
		padding: 60px 20px 20px;
		justify-content: space-between;
	}

	.footer_copyright {
		margin-top: 0;
		font-size: 8px;
	}

	.footer_nichu {
		position: relative;
		right: auto;
		bottom: auto;
		width: 60px;
	}

	.header_menu {
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		flex-direction: column;
		padding: 50px 0;
		background: linear-gradient(to bottom, #0094f8, #0098ff, #73ebff);
		color: #fff;
		z-index: 1;
		display: none;
	}

	.header_menu li {
		width: 120px;
		margin: 25px auto;
	}

	.header_menu_btn {
		z-index: 2;
		position: relative;
	}

	.common_main {
		padding-top: 65px;
		padding-bottom: 60px;
	}

	.company_message > .section_inner > div:nth-child(1) {
		float: right;
		width: 100px;
		margin-right: -10px;
		margin-left: 20px;
	}

	.company_message > .section_inner {
		display: block;
	}

	.company_message_position {
		font-size: 12px;
	}

	.company_message_name {
		font-size: 20px;
	}

	.common_main {
		padding-top: 65px;
		padding-bottom: 60px;
	}

	.company_about .section_inner {
		flex-direction: column;
	}

	.company_about_table tr {
		flex-direction: column;
		margin-bottom: 20px;
	}

	.company_about_table th {
		width: 100%;
		margin-bottom: 3px;
		padding-bottom: 3px;
	}

	.company_about_table td {
		margin-left: 0;
	}

	.company_about {
		padding-top: 160px;
		margin-top: -200px;
		padding-bottom: 40px;
	}

	.company_history:before {
		font-size: 23px;
		letter-spacing: 3px;
	}

	.company_history_ym {
		font-size: 10px;
		width: 45px;
		margin-top: 4px;
	}

	.company_history_list li {
		padding: 15px;
		align-items: start;
	}

	.company_history_content {
		font-size: 12px;
	}

	.company_about_map iframe {
		height: 280px;
	}

	.business_item > div:nth-child(1) {
		font-size: 14px;
		line-height: 1.4;
		width: 100px;
	}

	.business_menu_list {
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.business_menu_list li {
		width: 32%;
		margin-left: 0!important;
		margin-right: 2%;
		margin-bottom: 15px;
	}

	.business_menu_list li:nth-child(3n) {
		margin-right: 0;
	}

	.business_item {
		height: auto;
	}

	.business_item > div:nth-child(2) {
		padding: 20px 0;
		margin-left: 15px;
		flex: 1;
	}

	.business_item_product {
		flex-direction: column;
		margin-right: -40px;
		font-size: 12px;
		margin-left: 0;
		margin-bottom: 5px;
	}

	.business_item_product li {
		width: 100%;
		margin-bottom: 5px;
	}

	.business_item > div:nth-child(2) p {
		font-size: 12px;
	}

	.business_item > div:nth-child(3) {
		padding: 15px 5px;
		flex: none;
		width: 120px;
	}

	.business_item#business01 > div:nth-child(3) {
		justify-content: start;
		padding-top: 40px;
	}

	.business_item#business01 > div:nth-child(2) p {
		margin-right: -100px;
	}

	.manufacturer_content_inner > div:nth-child(2) {
		flex-direction: column;
		font-size: 14px;
		margin-top: 10px;
		margin-left: 30px;
	}

	.manufacturer_content_list {
		margin-right: 0;
	}

	.manufacturer_content_list li {
		margin-bottom: 10px;
	}

	.manufacturer_content_list li:before {
		width: 8px;
		margin-right: 5px;
	}


	.manufacturer_content_inner > div:nth-child(1) {
		width: 30%;
	}

	.manufacturer_content_inner > div:nth-child(1) img {
		width: 100%;
	}
	
	.common_h3_2 {
		font-size: 16px;
		padding: 10px 15px;
	}
	
	.strengths_link_list {
		background-image: url(img/strengths_link_bg_sp.svg);
		background-size: 103%;
		background-position: right top;
	}

	.strengths_link_list li {
		width: 19vw;
		height: 19vw;
		margin-bottom: 12vw;
	}

	.strengths_link_list li:nth-child(n+2) {
		margin-left: 7.5vw;
	}

	.strengths_link_list li:nth-child(1) > a > div:nth-child(1) img {
		width: 10vw;
	}

	.strengths_link_list li:nth-child(2) > a > div:nth-child(1) img {
		width: 8vw;
	}

	.strengths_link_list li:nth-child(3) > a > div:nth-child(1) img {
		width: 10.5vw;
	}

	.strengths_content_item_num {
		width: 35%;
		max-width: 180px;
	}

	.strengths_content_item:nth-child(odd) .strengths_content_item_txt {
		margin: 40px 0 0 0;
	}

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

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

	.strengths_content_item:nth-child(odd) .section_inner {
		padding-right: 7%;
	}

	.strengths_content_item {
		background-size: min(40%, 220px);
		min-height: 200px;
		margin-top: 30px;
	}

	#strengths02 .strengths_content_item_num {
		margin-top: 0;
	}

	.strengths_content_item:nth-child(even) .strengths_content_item_txt {
		margin: 40px 0 0 0;
	}

	.strengths_content_item:nth-child(even) .section_inner {
		padding-left: 7%;
	}

	.contact_content p {
		font-size: 14px;
		margin: 30px 0;
	}

	.contact_content a {
		font-size: 28px;
		letter-spacing: 1px;
	}

	.contact_content a:before {
		width: 22px;
		margin-right: 5px;
	}
	
	.privacy_content h3 {
		font-size: 16px;
	}

	.privacy_content {
		padding-top: 60px;
	}

	.privacy_content .section_inner:before {
		width: 182px;
		height: 182px;
		top: -80px;
		left: -80px;
	}

	.privacy_content .section_inner:after {
		width: 296px;
		height: 296px;
		right: -140px;
	}

	.privacy_content h4 {
		margin-top: 40px;
	}

	.privacy_content h4 {
		font-size: 14px;
		line-height: 1.6;
	}

	.news_date {
		font-size: 12px;
	}

	.news_title {
		font-size: 16px;
	}

	.news_back {
		text-align: center;
	}

	.page-numbers {
		width: 36px;
		height: 36px;
		font-size: 12px;
	}
}/* max-width: 960px */


@media screen and  (max-width: 650px) {
	#circle1 {
		r: 5px;
	}
}/* max-width: 650px */

@media screen and  (max-width: 380px) {
	.business_item > div:nth-child(1) {
		font-size: 12px;
		width: 80px;
	}

	.business_item > div:nth-child(1) {
		font-size: 12px;
		width: 80px;
	}

	.business_item_product {
		font-size: 10px;
	}

	.business_item > div:nth-child(2) p {
		font-size: 10px;
	}

	.business_item > div:nth-child(3) {
		width: 100px;
	}

	.business_item#business01 > div:nth-child(2) p {
		margin-right: -90px;
	}

	.strengths_link_list {
		font-size: 12px;
	}

	.contact_content .common_h3_2 {
		font-size: 12px;
	}
}