@charset "utf-8";
/**
 * 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;
}


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

@font-face {
	font-family: 'DINCondensed';
	src: url(/wp-content/themes/lightning_child_uni2024/font/DIN-Condensed-Bold.ttf);
}

body {
	padding-top: 0;
	color: #231815;
	font-family:"Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
	font-weight: 500;
}

main {
	contain: paint;
}

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

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

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

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


.font_mincho {
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", "Sawarabi Mincho", serif;
}

a:hover {
	opacity: 0.7;
}

.en {
	font-family: 'DINCondensed';
}

.header {
	padding: 30px max(calc((100% - 1200px) / 2), 60px) 15px max(7%,60px);
	position: absolute;
	z-index: 3;
	width: 100%;
}

.header_inner {
	display: flex;
	justify-content: space-between;
	position: relative;
}

.header_inner h1 {
	position: relative;
	z-index: 1;
}

.header_inner:before {
	content: "";
	position: absolute;
	top: -30px;
	width: 220px;
	height: 95px;
	background-color: #fff;
	border-radius: 0 0 25px 0;
}

.header_menu ul {
	display: flex;
	margin-top: 74px;
	align-items: center;
}

.header_menu ul li {
	text-align: center;
	line-height: 1;
	margin-bottom: 0;
	margin-left: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.home .header_menu ul li {
	color: #231815;
}

.header_menu ul li .en {
	display: block;
	margin-top: 3px;
	color: #d3d3d4;
}

.home .header_menu ul li .en {
	color: #6a929e;
}

.header_menu ul li.header_menu_contact {
    background-color: #0dac67;
    color: #fff;
    padding: 10px;
}

.home .header_menu ul li.header_menu_contact {
	background-color: #6a929e;
}

.header_menu ul li.header_menu_contact .en {
    display: inline-block;
    color: rgb(255 255 255 / 50%);
    margin-left: 5px;
    margin-top: 0;
}

.header_menu {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.menu_btn {
	width: 44px;
	height: 44px;
	background-color: #142062;
	border-radius: 50%;
	position: fixed;
	right: max(calc((100% - 1200px) / 2), 60px);
	top: 30px;
	z-index: 1000000;
	transition: background-color 0.3s;
}

.admin-bar .menu_btn {
	top: 62px;
}

.menu_btn > span {
    position: absolute;
    right: 30%;
    height: 2px;
    background-color: #fff;
	transition: all 0.3s cubic-bezier(0.33, 1, 0.68, 1);
}

.menu_btn > span:nth-child(1) {
    width: 40%;
    top: 35%;
}

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

.menu_btn > span:nth-child(3) {
    width: 25%;
    bottom: 35%;
}

.menu_btn.active, .menu_btn.active:before {
	background-color: #ffffff;
}

.menu_btn.active > span {
	top: 50%;
	left: calc(50% - 9px);
	width: 18px;
	right: auto;
	background-color: #142062;
}

.menu_btn.active > span:nth-child(1) {
	transform: rotate(45deg);
}

.menu_btn.active > span:nth-child(2) {
	transform: rotate(-45deg);
}

.menu_btn.active > span:nth-child(3) {
	opacity: 0;
}

.menu_btn:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: #142062;
	border-radius: 50%;
	transition: transform 0.1s cubic-bezier(0.33, 1, 0.68, 1), background-color 0.3s;
}

.menu_btn:hover:before {
	transform: scale(1.25);
}

.menu_btn:hover > span:nth-child(2), .menu_btn:hover > span:nth-child(3) {
	width: 40%;
}

.menu_full {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999999;
	padding: 30px;
	color: #fff;
	clip-path: circle(0px at min( calc( 100% - ((100% - 1200px) / 2) - 21px), calc( 100% - 82px )) 52px);
	background-color: #142062;
	transition: clip-path 0.8s ease-in-out;
}

.menu_full_logo {
	padding-left: max(calc(7% - 30px),30px);
}

.menu_full.active {
	clip-path: circle( max(120vw, 150vh) at min( calc( 100% - ((100% - 1120px) / 2) - 21px), calc( 100% - 52px )) 52px);
}

.menu_full_content {
	padding: 40px 20px;
	display: flex;
	justify-content: space-between;
	max-width: 1120px;
	margin: auto;
}

.menu_full_item {
	margin-bottom: 60px;
	display: flex;
	min-height: 160px;
	align-items: start;
}

.menu_full_item ul li {
	margin-top: 15px;
	font-size: 14px;
	font-weight: 500;
}

.menu_full .en {
	font-size: 25px;
	color: #6a929e;
	margin-bottom: 5px;
}

.menu_full_title {
	text-align: center;
	width: 110px;
}

.menu_full_item ul {
	flex: 1;
	padding-left: 10px;
	padding-bottom: 10px;
	margin-left: 10px;
	border-left: 1px solid;
	padding-top: 20px;
}

.menu_full_contact {
	display: block;
	text-align: center;
	border: 1px solid;
	border-radius: 5px;
	padding: 30px 5px;
}

.menu_full_contact_icon {
	margin-top: 15px;
}

.menu_full_privacy {
	text-align: right;
	display: block;
	margin-top: 15px;
}


#page_top {
	display: none;
}

.fadein_bottom {
	transition: all 1s cubic-bezier(.22,.94,.44,1);
	opacity: 0;
	transform: translateY(100px);
}

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

.common_contact_list {
	display: flex;
}

.common_contact_list li {
	flex: 1;
	text-align: center;
	border: 1px solid #4193c7;
	border-radius: 20px;
	color: #142062;
	padding: 40px 20px;
	position: relative;
}

.common_contact_list li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 20%;
	right: 20%;
	height: 4px;
	background-color: #4193c7;
}

.common_contact_list li:first-child {
	margin-right: 40px;
}

.common_contact_title {
	font-weight: 500;
	font-size: 20px;
	margin-bottom: 25px;
}

.common_contact_list li a {
	display: block;
	font-size: 23px;
	font-weight: bold;
	margin-top: 5px;
}

.footer {
	text-align: center;
	padding: 80px 0 120px;
	font-weight: 500;
	position: relative;
	overflow: hidden;
}

.footer:before {
	content: "";
	position: absolute;
	top: 0;
	width: 300vw;
	height: 300vw;
	border: 1px solid #4193c7;
	left: -100vw;
	border-radius: 50%;
	pointer-events: none;
}

.footer_menu {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	max-width: 460px;
	margin: auto;
	font-size: 12px;
	gap: 0 20px;
	color: #142062;
	margin-top: 40px;
}

.footer_menu_contact {
	width: 100%;
	margin-top: 15px;
	color: #fff;
}

.footer_menu_privacy {
	width: 100%;
	margin-top: 15px;
}

.footer_menu_contact a {
	display: block;
	background-color: #142062;
	padding: 5px;
}

.common_header {
	padding-top: 240px;
	padding-bottom: 280px;
	background-size: cover;
	margin-left: calc(7% + 35px);
	background-position: center center;
	margin-bottom: -120px;
}

.common_header:before {
	content:"";
	position: absolute;
	left: -1px;
	bottom: 0;
	height: 120px;
	right: max(calc((99vw - 1200px) / 2), 60px);
	background-color: #fff;
	border-radius: 0 25px 0 0;
}

.common_header:after {
	content:"";
	position: absolute;
	left: -1px;
	bottom: 119px;
	height: 25px;
	width: 25px;
	background-image: url(img/circle_reverse.svg);
	background-size: cover;
}

.common_header h2 {
	color: #fff;
	text-align: right;
}

.common_header h2 .en {
	font-size: 50px;
	opacity: 0.5;
}

.common_header_title_ja {
	font-size: 40px;
	font-weight: bold;
}

.informationlabdisp_content .common_header_title_ja {
	font-size: 30px;
}

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

.common_service_list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	max-width: 900px;
	margin: 40px auto 0;
}

.common_service_list li {
	width: 31%;
}

.common_service_list_img img {
	width: 196px;
}

.common_service_list li h4 {
	font-size: 19px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
	color: #3c2577;
}

.common_service_list p {
	max-width: 280px;
	margin: auto;
}

.circle_section {
    clip-path: circle(150vw at 50% 150vw);
    margin-top: -10vw;
}

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

#loading.active {
    transition: 0.6s opacity;
    opacity: 0;
    pointer-events: none;
}

.loading_inner > div:nth-child(1) {
	margin-bottom: 25px;
	display: flex;
}

.loading_inner > div:nth-child(1) img, .loading_inner > div:nth-child(2) {
	opacity: 0;
	transition: all 2.5s;
}

.loading_inner > div:nth-child(1) img:nth-child(1) {
	margin-right: 5px;
	transition-delay: 1.4s;
}

.loading_inner > div:nth-child(1) img:nth-child(2) {
	transition-delay: 2.8s;
}

.loading_inner > div:nth-child(2) {
	transition-delay: 4.2s;
}

#loading.active .loading_inner > div:nth-child(1) img, #loading.active .loading_inner > div:nth-child(2) {
	opacity: 1;
}

.home #loading.active {
	transition-delay: 6s;
}

.loading_inner > div:nth-child(1) img:nth-child(1) {
	width: 64.7%;
}

.loading_inner > div:nth-child(1) img:nth-child(2) {
	width: 34.3%;
}

.loading_inner {
	max-width: 80%;
	width: 400px;
}

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

.home main {
    padding-top: 151px;
}

.top_header {
	padding: 0;
	background-image: url(img/top_header_bg.png);
	background-size: 1500px;
	background-position: center top calc(57vw - 450px);
	background-repeat: no-repeat;
}

.top_slide {
	position: relative;
	margin: auto;
}

.top_slide li {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	transition: opacity 1s;
}

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

.top_slide li.active {
	opacity: 1;
}

.top_slide li img {
	width: 100%;
}

.top_slide:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	z-index: 2;
	transition: all 0.8s ease-out;
}

.top_slide:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #efefef;
	z-index: 1;
	transition: all 0.6s ease-out;
	transition-delay: 0.2s;
}

.top_slide.active:before, .top_slide.active:after {
	left: 100%;
}

.top_header_catch {
	max-width: 950px;
	margin: 20px auto 0;
}

.top_header_catch h3 {
	font-size: 25px;
	font-weight: bold;
	color: #142062;
	line-height: 1.6;
}

.top_header_catch p {
	font-weight: 500;
	color: #142062;
	margin-top: 20px;
	max-width: 360px;
}

.top_service {
	width: calc(1080px + ( ( 100vw - 1080px ) / 2 ) );
	margin-left: auto;
	margin-top: 60px;
}

.top_service_title {
	text-align: center;
	font-size: 150px;
	color: rgb(172 207 238 / 50%);
}

.top_service_item {
	display: flex;
	margin-left: 50px;
	margin-bottom: 60px;
	align-items: center;
}

.top_service_link_title {
	color: #142062;
	font-weight: bold;
	font-size: 28px;
	flex: 1;
	position: relative;
	background-color: #fff;
	border: 1px solid;
	border-radius: 10px;
	padding: 15px 30px;
	overflow: hidden;
}

.top_service_link_title .en {
	font-size: 18px;
	margin-left: 3px;
	margin-bottom: 5px;
}

.top_service_link {
	display: flex;
	align-items: center;
	background-color: #142062;
	border-radius: 10px;
	margin-right: -200px;
	position: relative;
	z-index: 2;
}

.top_service_link:hover {
	opacity: 1;
}

.top_service_link_more {
	width: 140px;
	color: #fff;
	text-align: right;
	padding-right: 15px;
	font-size: 18px;
	position: relative;
	overflow: hidden;
}

.top_service_link_title:before {
	content : "";
	position : absolute;
	width: 97px;
	height: 10px;
	background-image:url(img/more_arrow_blue.svg);
	top: calc( 50% - 10px);
	right: -50px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}

.top_service_link_more:before {
	content : "";
	position : absolute;
	width: 97px;
	height: 10px;
	background-image:url(img/more_arrow_white.svg);
	top: calc( 50% - 10px);
	left: -47px;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	transition: all 0.3s;
}


.top_service_link:hover .top_service_link_title:before {
	right: -60px;
}

.top_service_link:hover .top_service_link_more:before {
	left: -37px;
}

.top_service_link:hover :before {
	animation: clip-out-in 0.6s;
}

@keyframes clip-out-in {
	0% {
		clip-path: inset(0 0);
		opacity: 1;
	}
	50% {
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}
	51% {
		clip-path: inset(0 100% 0 0 );
		opacity: 0;
	}
	100% {
		clip-path: inset(0 0);
		opacity: 1;
	}
}

.top_service_item_txt h4 {
	padding: 25px 30px 15px;
	color: #142062;
	font-size: 17px;
	font-weight: bold;
}

.top_service_item_txt p {
	padding: 0 30px;
	font-weight: 500;
}

.top_service_item_txt {
	width: max(400px, 35%);
}

.top_service_item_img {
	flex: 1;
}

.top_service_item_img img {
	width: 100%;
}

.top_recommend {
	background-color: #e6e6e6;
	margin-top: calc(12vw + 80px);
	padding-top: 0;
	padding-bottom: calc(10vw + 80px);
}

.top_recommend:before {
	content: "";
	width: 300vw;
	height: 300vw;
	left: -100vw;
	top: -10vw;
	position: absolute;
	border-radius: 50%;
	background-color: #e6e6e6;
}

.top_recommend:after {
	content: "";
	position: absolute;
	right: -5%;
	bottom: 0;
	height: 500px;
	width: 900px;
	background-image: url(img/top_recommend_bg.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: right bottom;
}

.top_recommend .section_inner {
	z-index: 2;
}

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

.top_recommend_list li {
	position: relative;
	width: 28%;
	height: 396px;
	transform: translateX(100vw);
	transition: all 1.4s ease-out;
}

.top_recommend_list.active li {
	transform: translateX(0);
}

.top_recommend_list li:nth-child(1) .top_recommend_front, .top_recommend_list li:nth-child(1) .top_recommend_back {
	transition-delay: 0.8s;	
}

.top_recommend_list li:nth-child(2) {
	transition-delay: 0.2s;
}
.top_recommend_list li:nth-child(2) .top_recommend_front, .top_recommend_list li:nth-child(2) .top_recommend_back {
	transition-delay: 1s;	
}

.top_recommend_list li:nth-child(3) {
	transition-delay: 0.4s;
}
.top_recommend_list li:nth-child(3) .top_recommend_front, .top_recommend_list li:nth-child(3) .top_recommend_back {
	transition-delay: 1.2s;	
}

.top_recommend_front, .top_recommend_back {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 5px;
	backface-visibility: hidden;
	transition: transform 0.6s;
}

.top_recommend_front {
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top_recommend_back {
	background-color: #ffffff;
	transform: rotateY(-180deg);
	padding: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.top_recommend_list li:nth-child(1) .top_recommend_front {
	background-image: url(img/top_recommend1.png);
}


.top_recommend_list li:nth-child(2) .top_recommend_front {
	background-image: url(img/top_recommend2.png);
}


.top_recommend_list li:nth-child(3) .top_recommend_front {
	background-image: url(img/top_recommend3.png);
}


.active .top_recommend_front {
	transform: rotateY(-180deg);
}

.active .top_recommend_back {
	transform: rotateY(0deg);
}

.top_recommend_title {
	color: #ffffff;
	position: absolute;
	font-size: 205px;
	width: 100%;
	text-align: center;
	top: 80px;
}

.top_recommend_front h4 {
	color: #fff;
}

.top_recommend_list li h4 {
	font-size: 28px;
	font-weight: bold;
	line-height: 1;
}

.top_recommend_list li h4 > span {
	display: block;
	margin-bottom: 20px;
}

.top_recommend_list li:nth-child(3) h4 > span:nth-child(1) {
	margin-bottom: 5px;
}

.top_recommend_list li h4 > span:last-child {
	margin-bottom: 0;
}

.top_recommend_back h4 {
	color: #0dab67;
	display: flex;
	flex-direction: column;
	height: 150px;
	justify-content: center;
}

.top_recommend_back p {
	font-weight: 500;
	margin-bottom: 15px;
	min-height: 130px;
}

.top_recommend_back a {
	width: 100%;
	text-align: center;
	background-color: #0dab67;
	color: #fff;
	border-radius: 3px;
	padding: 5px;
	font-size: 18px;
}

.top_recommend_back:before {
	content: "";
	position: absolute;
	top: 0;
	left: 40px;
	right: 40px;
	height: 2px;
	background-color: #0dab67;
}

.top_casestudy {
	margin-top: 130px;
	margin-left: 50px;
}

.top_casestudy h4 {
	color: #0dac67;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 30px;
}

.top_casestudy p {
	font-weight: 500;
	max-width: 400px;
}

.top_viewmore {
    display: block;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    padding: 5px;
    font-size: 18px;
    max-width: 240px;
	position: relative;
}

.top_viewmore:before, .top_viewmore:after {
	content: "";
	position: absolute;
	width: 66px;
	height: 10px;
	top: calc(50% - 10px);
	background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
	right: -33px;
	
}

.top_viewmore:before {
    background-image: url(img/more_arrow_white2.svg);
	clip-path: inset(0 33px 0 0);
}

.top_viewmore:after {
	clip-path: inset(0 0 0 33px);
}

.top_viewmore:hover {
	opacity: 1;
}

.top_viewmore:hover:before {
	animation: clip-out-in-before 0.8s forwards;
	right: -43px;
}

.top_viewmore:hover:after {
	animation: clip-out-in-after 0.8s forwards;
	animation-delay: 0.07s;
	right: -43px;
}

@keyframes clip-out-in-before {
	0% {
		clip-path: inset(0 33px 0 0);
		opacity: 1;
	}
	50% {
		clip-path: inset(0 33px 0 100%);
		opacity: 0;
	}
	51% {
		clip-path: inset(0 100% 0 0 );
		opacity: 0;
	}
	100% {
		clip-path: inset(0 43px 0 0);
		opacity: 1;
	}
}

@keyframes clip-out-in-after {
	0% {
		clip-path: inset(0 0 0 33px);
		opacity: 1;
	}
	50% {
		clip-path: inset(0 0 0 100%);
		opacity: 0;
	}
	51% {
		clip-path: inset(0 33px 0 23px);
		opacity: 0;
	}
	100% {
		clip-path: inset(0 0 0 23px);
		opacity: 1;
	}
}


.top_casestudy .top_viewmore {
	background-color: #0dab67;
}

.top_casestudy .top_viewmore:after {
	background-image: url(img/more_arrow_green2.svg);
}

.top_company {
    padding-top: 0;
}

.top_company:before {
	content: "";
	width: 300vw;
	height: 300vw;
	left: -100vw;
	top: -10vw;
	position: absolute;
	border-radius: 50%;
	background-color: #fff;
}

.top_company_header {
	text-align: center;
	position: relative;
	top: -5vw;
	padding-bottom: 60px;
	background-image: url(img/top_company_bg.png);
	background-size: auto 85%;
	background-repeat: no-repeat;
	background-position: center bottom;
}

.top_company_title {
	position: relative;
}

.top_company_title .en {
	color: rgb(65 147 199 / 15%);
	font-size: 205px;
	line-height: 1;
}

.top_company_title_ja {
    position: absolute;
    width: 100%;
    bottom: 43px;
    color: #4193c7;
    font-size: 30px;
    font-weight: bold;
}

.top_company_header p {
    font-weight: 500;
	margin-bottom: 60px;
}

.top_company_header .top_viewmore {
    margin: auto;
    background-color: #4193c7;
}

.top_company_header .top_viewmore:after {
	background-image: url(img/more_arrow_blue2.svg);
}

.top_company_link {
	display: flex;
	text-align: center;
	max-width: 870px;
	margin: auto;
	font-size: 23px;
	font-weight: bold;
	margin-top: -2vw;
}

.top_company_link a {
	display: block;
	margin-top: 20px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 0 15px #d9d9d9;
}

.top_company_link a:hover {
	opacity:1;
}

.top_company_link a img {
	transition: all 0.3s;
}

.top_company_link a:hover img {
    transform: scale(1.1);
}


.top_company_link li {
	margin-right: 40px;
}

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

.topics_list_tab {
	display: flex;
	flex-wrap: wrap;
	gap: 0 3px;
	justify-content: space-between;
}

.topics_list_tab > label {
	flex: 1 1;
	order: -1;
	padding: 5px;
	background-color: #e5e5e6;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	color: #142062;
	border-bottom: 4px solid #fff;
	border-top: 4px solid #fff;
}

.topics_list_tab > label:hover {
	opacity: .8;
}

.topics_list_tab input {
	display: none;
}

.topics_list_tab > div {
	display: none;
	width: 100%;
	border-top: 2px solid #142062;
	border-bottom: 2px solid #142062;
}

.topics_list_tab label:has(:checked) {
	color: #fff;
	background-color: #142062;
	font-weight: bold;
	border-color: #142062;
}

.topics_list_tab label:has(:checked) + div {
	display: block;
}

.common_topics {
    padding-top: 0;
    padding-bottom: 0;
}

.common_topics:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: max(calc((100% - 1050px) / 2), 80px);
    background-color: #efefef;
    border-radius: 0 25px 0 0;
}

.topics_list {
	display: flex;
	padding-bottom: 60px;
	position: relative;
	align-items: start;
}

.topics_list:before, .topics_list:after {
	content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
}	

.topics_list:before {
	background-color: #ffffff;
	border-radius: 0 0 0 25px;
	z-index: 1;
}

.topics_list:after {
	background-color: #efefef;
}

.topics_list_header {
	width: 300px;
	margin-right: 30px;
	text-align: right;
}

.topics_list_content {
	flex: 1;
}

.topics_list_title .en {
	color: rgb(20 32 98 / 20%);
	font-size: 100px;
}

.topics_list_title {
	line-height: 1;
}

.topics_list_title_ja {
	color: #142062;
	font-weight: bold;
	font-size: 30px;
}

.topics_list_header_link {
	display: flex;
	align-items: center;
	justify-content: right;
	font-size: 14px;
	font-weight: 500;
	color: #142062;
	margin-top: 80px;
}

.topics_list_header_link img {
	margin-left: 5px;
}

.topics_list_content ul li {
	display: flex;
	font-size: 14px;
	font-weight: 500;
	padding: 20px 15px;
	border-bottom: 1px solid #9fa0a0;
	align-items: center;
}

.topics_list_content ul li:last-child {
	border-bottom: 0;
}

.topics_list_content ul li .topics_date {
	width: 90px;
}

.topics_list_content ul li .topics_cat {
	font-size: 12px;
	margin-right: 10px;
	color: #142062;
	width: 90px;
	text-align: center;
	padding: 3px 2px;
}

.topics_list_content ul li .topics_title {
	flex: 1;
	line-height: 1.8;
}

.topics_cat {
	background-color: #e5e5e6;
}

.topics_cat.information {
	background-color: #d2ddf0;
}

.topics_cat.important {
	background-color: #c6e7f9;
}

.topics_cat.product {
	background-color: #bedcc0;
}

.topics_cat.rpa {
	background-color: #ecf1c5;
}

.topics_cat.press {
	background-color: #feecd2;
}

.top_recruit {
	background-color: #efefef;
}

.top_recruit .section_inner {
	display: flex;
	align-items: center;
}

.top_recruit_img {
	margin-left: min(calc((100vw - 1050px) / 2) * -1, -80px);
	width: 50vw;
	max-width: 750px;
	margin-right: 10px;
}

.top_recruit_img img {
	width: 100%;
	margin-left: -3vw;
}

.top_recruit_txt {
	flex: 1;
}

.top_recruit_title_en {
	color: #fff;
	font-size: 150px;
}

.top_recruit_txt h3 {
	text-align: right;
	line-height: 1;
	margin-bottom: 30px;
}

.top_recruit_title_ja {
	color: #142062;
	font-weight: bold;
	font-size: 30px;
}

.top_recruit_txt p {
	font-weight: 500;
}

.top_recruit_txt .top_viewmore {
	background-color: #142062;
	margin-left: auto;
	margin-right: 33px;
}

.top_recruit_txt .top_viewmore:after {
    background-image: url(img/more_arrow_darkblue2.svg);
}

/**
 * ICTインフラ
* ----------------------------------------------------------------------------
*/
.infrastructure_header {
	background-image: url(img/infrastructure_header.jpg);
}

.infrastructure_link ul {
	display: flex;
	text-align: center;
	justify-content: space-between;
	max-width: 650px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	position: relative; 
	z-index: 2;
}

.infrastructure_link ul li:nth-child(1) {
    color: #3c2577;
}

.infrastructure_link ul li:nth-child(2) {
    color: #003d25;
}

.infrastructure_link_icon {
	display: flex;
	justify-content: center;
	height: 80px;
	align-items: center;
}

.infrastructure_link_arrow {
	margin-top: 10px;
	position: relative;
}

.infrastructure_link_arrow:before {
	content: "";
	width: 24px;
	height: 18px;
	background-image: url(img/infrastructure_link_arrow.svg);
}

.infrastructure_link {
	padding: 30px 80px 360px;
	background-image: url(img/infrastructure_link_bg.jpg);
	background-size: cover;
	background-position: top 120px center;
	background-repeat: no-repeat;
}

.infrastructure_link:before {
	position: absolute;
	content: "";
	top: 119px;
	left: 0;
	height: 120px;
	right: max(calc((99vw - 1200px) / 2), 60px);
	background-color: #fff;
	border-radius: 0 0 25px;
}

.infrastructure_link_arrow:before {
	content: "";
	width: 24px;
	height: 18px;
	background-image: url(img/infrastructure_link_arrow.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: calc(50% - 12px);
	top: calc(50% - 9px);
	animation: arrow_down 3s linear 0s infinite;
}

@keyframes arrow_down {
    0% {
        margin-top: -10px;
        opacity: 0
    }

    20% {
        margin-top: 0;
        opacity: 1
    }

    70% {
        margin-top: 0;
        opacity: 1
    }

    to {
        margin-top: 10px;
        opacity: 0
    }
}

.infrastructure_solutions {
	background-color: #fff;
}

.infrastructure_solutions h3 .en {
	font-size: 130px;
	color: #e2e4f2;
	line-height: 0.9;
}

.infrastructure_solutions h3 {
	text-align: center;
	margin-bottom: 20px;
}

.infrastructure_solutions h3  .infrastructure_solutions_title_icon {
	margin-top: -120px;
}

.infrastructure_solutions h3 .infrastructure_solutions_title_ja {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	color: #3c2577;
}

.infrastructure_solutions p {
	text-align: center;
}

.infrastructure_solutions .common_service_list li h4 {
	color: #3c2577;
}

.infrastructure_solutions .common_service_list li:nth-child(n+4) {
	margin-top: 80px;    
}


.infrastructure_service {
	background-color: #d4e2da;
	margin-top: 0;
	margin-bottom: 80px;
}

.infrastructure_service h3 .en {
	font-size: 130px;
	color: #fff;
	line-height: 0.9;
}

.infrastructure_service h3 {
	text-align: center;
	margin-bottom: 20px;
}

.infrastructure_service h3  .infrastructure_solutions_title_icon {
	margin-top: -100px;
}

.infrastructure_service h3 .infrastructure_solutions_title_ja {
	font-size: 30px;
	font-weight: bold;
	margin-top: 10px;
	color: #003d25;
}

.infrastructure_service p {
	text-align: center;
}

.infrastructure_service .common_service_list li h4 {
	color: #003d25;
}

.infrastructure_service .common_service_list li:nth-child(n+3) {
	margin-top: 80px;    
}

.infrastructure_service .common_service_list li {
	width: 270px;
}

.infrastructure_service .common_service_list {
	max-width: 600px;
}

.products_topics:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: max(calc((100% - 1050px) / 2 - 40px), 40px);
	background-color: #efefef;
	border-radius: 0 25px 25px 0;
}

.products_topics .topics_list:before {
	display: none;
}

.products_topics .topics_list {
	padding-bottom: 0;
}

.products_topics .topics_list_title .en {
	font-size: 90px;
	color: #bedcc0;
}

.products_topics .topics_list_title_ja {
	color: #006837;
}

.products_topics .topics_list_content {
	background-color: #fff;
	border-top: 2px solid #142062;
	border-bottom: 2px solid #142062;
}


/**
 * システム製品
 * ----------------------------------------------------------------------------
 */
.product_header {
	background-image: url(img/product_header.jpg);
}

.product_content > .section_inner > p {
	font-size: 21px;
	text-align: center;
	font-weight: bold;
	color: #3c2577;
}

.product_content .common_service_list {
	max-width: 750px;
}

.product_content .common_service_list li {
	width: 320px;
}

.product_content .common_service_list p {
	max-width: 320px;
}


/**
 * 企業情報
 * ----------------------------------------------------------------------------
 */

.company_header {
	background-position: top center;
	background-image: url(img/company_header.jpg);
	z-index: 2;
}

.company_link {
	padding: 30px 80px 25vw;
	background-image: url(img/company_link_bg.jpg);
	background-size: cover;
	background-position: top 90px center;
	background-repeat: no-repeat;
}

.company_link:before {
	position: absolute;
	content: "";
	top: 89px;
	left: 0;
	height: 150px;
	right: max(calc((99vw - 1200px) / 2), 60px);
	background-color: #fff;
	border-radius: 0 0 25px;
}

.company_link ul {
	display: flex;
	text-align: center;
	justify-content: start;
	max-width: 900px;
	margin: auto;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	z-index: 2;
	color: #3c2577;
	flex-wrap: wrap;
}

.company_link ul li {
	width: 25%;
}

.company_link_title {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 5px;
}

.company_link ul .company_link_icon {
	margin-right: 10px;
	width: 30px;
	margin-left: -40px;
}

.company_link ul li:nth-child(n+5) {
	margin-top: 20px;
}

.company_link_arrow {
	position: relative;
}

.company_link_arrow:before {
	content: "";
	width: 20px;
	height: 15px;
	background-image: url(img/infrastructure_link_arrow.svg);
	position: absolute;
	background-size: contain;
	background-repeat: no-repeat;
	left: calc(50% - 10px);
	top: calc(50% - 7.5px);
	animation: arrow_down 3s linear 0s infinite;
}

.company_message {
	background-color: #fff;
	padding-bottom: 0;
}

.company_message:before {
	content: "";
	position: absolute;
	left: 0;
	top: 240px;
	bottom: 0;
	width: 80px;
	background-color: #efefef;
	border-radius: 0 25px 0 0;
}

.company_message:after {
	content: "";
	position: absolute;
	left: 80px;
	bottom: 0;
	width: 25px;
	height: 25px;
	background-image: url(img/circle_reverse_gray.svg);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.company_subtitle {
	text-align: center;
}

.company_subtitle_en {
	color: #dfeaf0;
	font-size: 91px;
	line-height: 1;
}

.company_subtitle_icon {
	margin-top: -50px;
}

.company_subtitle_ja {
	color: #4193c7;
	font-weight: bold;
	font-size: 21px;
	margin-top: 5px;
}

.company_message .company_subtitle_en {
	font-size: 150px;
}

.company_message .company_subtitle_icon {
	margin-top: -75px;
}

.company_message .company_subtitle_ja {
	font-size: 30px;
}

.company_message_content {
	display: flex;
	padding-top: 50px;
	position: relative;
	align-items: end;
}

.company_message_txt {
	flex: 1;
}

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

.company_message_txt > p:nth-child(1) {
	font-size: 21px;
	font-weight: bold;
	margin-bottom: 20px;
}

.company_message_name {
	text-align: right;
	font-weight: bold;
	margin-top: 60px;
	padding-bottom: 20px;
}

.company_navi_area {
	background-color: #efefef;
	display: flex;
	padding-top: 130px;
}

.company_navi {
	width: 21%;
	font-size: 14px;
	margin-top: 60px;
}

.company_content {
	width: 79%;
}


.company_navi li {
	width: 140px;
	margin-left: auto;
	margin-bottom: 20px;
	color: #808080;
	position: relative;
}

.company_navi li a.active {
	color: #4193c7;
	font-weight: bold;
}

.company_navi li:has(.active):before {
	background-color: #4193c7;
}

.company_content section {
	padding: 5vw 60px;
}

.company_characteristic {
	background-color: #fff;
	border-radius: 25px 0 0 0;
}

.company_navi li:before {
	content: "";
	position: absolute;
	left: -10px;
	height: 5px;
	width: 5px;
	background-color: #808080;
	border-radius: 50%;
	top: calc( 50% - 2.5px );
}

.company_characteristic_item {
	margin-top: 60px;
}

.company_characteristic_item_title {
	display: flex;
	color: #142062;
	border: 1px solid;
	border-radius: 10px;
	margin-bottom: 30px;
	overflow: hidden;
}

.company_characteristic_item_title:after {
	content: "";
	flex: 1;
	background-size: cover;
    background-position: center center;
}

.company_characteristic_item_title h4 {
	padding: 40px 20px;
	width: 270px;
	font-weight: bold;
	font-size: 19px;
}

._1 .company_characteristic_item_title:after {
	background-image: url(img/company_characteristic1.jpg)
}

._2 .company_characteristic_item_title:after {
	background-image: url(img/company_characteristic2.jpg)
}

._3 .company_characteristic_item_title:after {
	background-image: url(img/company_characteristic3.jpg)
}

.company_navi ul {
	position: sticky;
	top: 60px;
	padding-bottom: 20px;
}

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

.company_content .company_principle {
	background-color: #fff;
	background-image: url(img/company_principle_bg.jpg);
	background-size: 150%;
	background-repeat: no-repeat;
	background-position: top center;
	padding: 60px 20px;
	border-radius: 0 0 0 25px;
}

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

.company_principle .company_subtitle_en {
	font-size: 70px;
	color: #fff;
	opacity: 0.4;
}

.company_principle .company_subtitle_ja {
	color: #fff;
}

.company_principle_list > ul > li {
	background-color: #ffffff;
	margin-bottom: 30px;
	border-radius: 10px;
	box-shadow: 2px 2px 8px rgb(0 0 0 / 30%);
	padding: 25px 20px;
}

.company_principle_img > div {
	position: sticky;
	top: 60px;
}

.company_principle_img > div a {
	position: absolute;
}

.company_principle_img > div a[href="#mission"] {
	top: 14%;
	left: 28%;
	width: 47%;
	height: 18%;
}

.company_principle_img > div a[href="#vision"] {
	top: 31%;
	left: 12%;
	width: 38%;
	height: 20%;
}

.company_principle_img > div a[href="#value"] {
	top: 31%;
	left: 50%;
	width: 38%;
	height: 20%;
}

.company_principle_img > div a[href="#action"] {
	top: 54%;
	left: 28%;
	width: 47%;
	height: 12%;
}

.company_principle_img > div a[href="#credo"] {
	top: 68%;
	left: 40%;
	width: 20%;
	height: 20%;
}

.company_principle_img {
	width: 48%;
}

.company_principle_list {
	width: 52%;
	min-width: 415px;
}

.company_principle_list h4 {
    text-align: center;
    margin-bottom: 15px;
}

.company_principle_list_title_ja {
    font-size: 14px;
    font-weight: bold;
}

.company_principle_list_title_en {
	font-size: 32px;
	font-weight: bold;
	margin-top: 5px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}

.company_principle_list_title_en:before {
	width: 35px;
	margin-right: 5px;
	margin-left: -40px;
}


.company_principle_list > ul > li:nth-child(1) {
	text-align: center;
	font-weight: bold;
}

.company_principle_list > ul > li:nth-child(1) .company_principle_list_title_ja {
	color: #487252;
}

.company_principle_list > ul > li:nth-child(1) .company_principle_list_title_en {
	color: #83cac6;
}

.company_principle_list > ul > li:nth-child(1) .company_principle_list_title_en:before {
	content: url(img/company_principle_content_icon1.svg);
}

.company_principle_list > ul > li:nth-child(1) > p {
    display: inline-block;
    text-align: left;
}

.company_principle_list > ul > li:nth-child(2) {
	font-weight: bold;
	font-size: 14px;
}


.company_principle_list > ul > li:nth-child(2) .company_principle_list_title_ja {
	color: #005d96;
}

.company_principle_list > ul > li:nth-child(2) .company_principle_list_title_en {
	color: #7dccf3;
}

.company_principle_list > ul > li:nth-child(2) .company_principle_list_title_en:before {
	content: url(img/company_principle_content_icon2.svg);
}

.company_principle_list_vision_jigyou, .company_principle_list_vision_jinzai {
	position: relative;
	padding-left: 80px;
	line-height: 1.6;
	max-width: 430px;
	margin: auto;
}

.company_principle_list_vision_jinzai {
	margin-top: 20px;
}

.company_principle_list_vision_jigyou:before, .company_principle_list_vision_jinzai:before {
	position: absolute;
	left: 0;
	top: calc(50% - 37.5px);
	font-size: 12px;
	font-weight: bold;
	height: 75px;
	width: 75px;
	background-color: #7dccf3;
	color: #fff;
	border-radius: 50%;
	padding: 30px 0px;
	text-align: center;
}

.company_principle_list_vision_jigyou:before {
	content: "事業ビジョン";
}

.company_principle_list_vision_jinzai:before {
	content: "人材ビジョン";
}

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

.company_principle_list > ul > li:nth-child(3) {
	font-weight: bold;
}

.company_principle_list > ul > li:nth-child(3) .company_principle_list_title_ja {
	color: #4e578f;
}

.company_principle_list > ul > li:nth-child(3) .company_principle_list_title_en {
	color: #789fc8;
}

.company_principle_list > ul > li:nth-child(3) .company_principle_list_title_en:before {
	content: url(img/company_principle_content_icon3.svg);
}

.company_principle_list_value_subtitle {
    text-align: center;
    font-size: 20px;
}

.company_principle_list > ul > li:nth-child(3) p {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.company_principle_list > ul > li:nth-child(3) p:last-child {
	margin-bottom: 0;
	font-weight: 500;
	font-size: 14px;
}


.company_principle_list > ul > li:nth-child(4) .company_principle_list_title_ja {
	color: #637a85;
}

.company_principle_list > ul > li:nth-child(4) .company_principle_list_title_en {
	color: #296972;
}

.company_principle_list > ul > li:nth-child(4) .company_principle_list_title_en:before {
	content: url(img/company_principle_content_icon4.svg);
}

.company_principle_list_guideline_subtitle {
	text-align: center;
	color: #637a85;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	font-weight: bold;
}

.company_principle_list_guideline_subtitle > span {
	font-size: 22px;
	margin-right: 2px;
}

.company_principle_list > ul > li:nth-child(4) h4 {
	margin-bottom: 5px;
}

.company_principle_list_guideline_list li {
	margin-top: 20px;
}

.company_principle_list_guideline_list li h5 {
	font-size: 25px;
	font-weight: bold;
	color: #3e8b95;
}

.company_principle_list_guideline_list li p {
	font-size: 14px;
}

.company_principle_list > ul > li:nth-child(5) .company_principle_list_title_ja {
	color: #18576e;
}

.company_principle_list > ul > li:nth-child(5) .company_principle_list_title_en {
	color: #808080;
}

.company_principle_list > ul > li:nth-child(5) .company_principle_list_title_en:before {
	content: url(img/company_principle_content_icon5.svg);
}

.company_principle_list > ul > li:nth-child(5) h4 {
	margin-bottom: 0;
}

.company_principle_list_credo_subtitle {
	text-align: center;
	font-weight: bold;
	color: #808080;
}

.company_principle_list_credo_list li {
	margin-top: 20px;
}

.company_principle_list_credo_list li h5 {
    display: flex;
    align-items: center;
}

.company_principle_list_credo_list li h5 ._en {
	font-size: 25px;
	font-weight: bold;
	color: #18576e;
}
.company_principle_list_credo_list li h5 ._ja {
	font-weight: bold;
	margin-left: 10px;
}

.company_principle_list_credo_list li p {
	font-size: 14px;
	margin-bottom: 15px;
}

.company_profile .section_inner {
	max-width: 820px;
}

.company_profile .company_subtitle_en {
	color: #fff;
}

.company_profile_table {
	margin-top: 60px;
	color: #142062;
	font-weight: bold;
}

.company_profile_table th {
	padding: 20px 20px 20px 0;
	width: 140px;
	border-right: 2px solid #fff;
}

.company_profile_table td {
	padding: 20px 0 20px 20px;
}

.company_profile_table ul {
	line-height: 1.4;
}

.company_profile_table ul li {
	margin-bottom: 20px;
}

.company_profile_table tr:last-child th, .company_profile_table tr:last-child td {
	padding-bottom: 80px;
}

.company_profile_group {
	text-align: center;
	background-color: #fff;
	padding: 15px;
	border-radius: 15px;
	font-weight: bold;
}

.company_profile_group h4 {
	color: #4193c7;
	margin-top: 3px;
}

.company_profile_group ul {
	color: #142062;
}

.company_profile_group ul li {
	margin-top: 20px;
}

.company_location .company_subtitle_en {
	opacity: 0.6;
}

.company_location {
	background-color: #fff;
	border-radius: 25px 0 0 0;
	height: 75vw;
	background-image: url(img/company_location_map.png?);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top;
}

.company_location .company_subtitle_ja {
	color: #fff;
}

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

.company_location_list li {
	position: absolute;
	height: 15px;
	width: 15px;
}

.company_location_list li:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-image: url(img/company_location_point.svg);
	background-repeat: no-repeat;
	background-size: contain;
	transition: all 0.1s;
}

.company_location_list li:hover:before {
	transform: scale(1.3);
}

.company_location_list li > a:hover {
	opacity: 1;
}

.company_location_list li > a {
	position: absolute;
	padding: 6px;
}

.company_location_list li > a img {
	width: 100%;
}

.company_location_list li._osaka {
	top: calc(50.7vw * 0.79 - 15px);
	left: calc(50.7% - 8px);
	z-index: 3;
}

.company_location_list li._osaka a {
	width: 7.92vw;
	right: 0;
	bottom: 0;
}

.company_location_list li._tokyo {
	height: 20px;
	width: 20px;
	top: calc(48.4vw * 0.79 - 20px);
	left: calc(62% - 20px);
	z-index: 6;
}

.company_location_list li._tokyo a:nth-child(1) {
	width: 9.92vw;
	left: 5px;
	top: 5px;
}

.company_location_list li._tokyo a:nth-child(2) {
	width: 22.32vw;
	left: 5px;
	bottom: 5px;
}

.company_location_list li._nagoya {
	top: calc(49.5vw * 0.79 - 15px);
	left: calc(54% - 8px);
	z-index: 5;
}

.company_location_list li._nagoya a {
	width: 10.5vw;
	left: 2px;
	top: 1px;
}

.company_location_list li._kofu {
	top: calc(48.8vw * 0.79 - 15px);
	left: calc(58.5% - 8px);
}

.company_location_list li._kofu a {
	width: 10.4vw;
	right: 0;
	bottom: 0;
}

.company_location_list li._hiroshima {
	top: calc(51.3vw * 0.79 - 15px);
	left: calc(42.6% - 8px);
}

.company_location_list li._hiroshima a {
	width: 15.36vw;
	left: 0;
	top: 0;
}

.company_location_list li._takamatsu {
	top: calc(52.7vw * 0.79 - 15px);
	left: calc(46.3% - 8px);
}

.company_location_list li._takamatsu a {
	width: 12.4vw;
	left: 0;
	top: 0;
}

.company_location_list li._okinawa {
	top: calc(74vw * 0.79 - 15px);
	left: calc(30.9% - 8px);
}
.company_location_list li._okinawa a {
	width: 21vw;
	left: 0;
	top: 0;
}

.company_location_list li._china {
	top: calc(63vw * 0.79 - 15px);
	left: calc(5.9% - 8px);
}
.company_location_list li._china a {
	width: 17.68vw;
	left: 0;
	bottom: 0;
}

.company_content .company_history {
	background-color: #fff;
	background-image: url(img/company_history_bg.jpg);
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: top center;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 120px;
	border-radius: 0 0 0 25px;
}

.company_history_list {
	background-color: #fff;
	clip-path: circle(150vw at 50% 150vw);
	margin-top: 10vw;
	position: relative;
	background-image: url(img/company_history_list_bg.png);
	background-repeat: no-repeat;
	background-position: top 10px center;
	background-size: auto 99%;
	padding-top: 20px;
}

.company_history_list li {
	width: 50%;
	position: relative;
	padding: 0 20px;
	margin-top: -30px;
}

.company_history_list li:nth-child(odd) {
	margin-left: 50%;
}

.company_history_list li:nth-child(even) {
	text-align: right;
}

.company_history_year > span:nth-child(1) {
	font-size: 70px;
	color: #dfeaf0;
}

.company_history_year > span:nth-child(2) {
	font-size: 30px;
	color: #c9e5df;
	margin-left: 5px;
}

.company_history_list li p {
	color: #142062;
	line-height: 1.6;
	position: relative;
}

.company_history_year {
	line-height: 1;
}

.company_history_list li:first-child {
	margin-top: 0;
}

.company_history_list li p:before {
    content: "";
    position: absolute;
    top: 5px;
    height: 15px;
    width: 15px;
    background-color: #142062;
    border-radius: 50%;
}

.company_history_list li p:after {
    content: "";
    position: absolute;
    height: 2px;
    width: 20px;
	top: 12px;   
	background-color: #142062;
}

.company_history_list li:nth-child(odd) p:before{
	left: -27px;
}

.company_history_list li:nth-child(odd) p:after {
	right: calc(100% + 1px);
}

.company_history_list li:nth-child(even) p:before{
	right: -27px;
}

.company_history_list li:nth-child(even) p:after {
	left: calc(100% + 1px);
}

.company_content .company_codeofconduct {
	padding-top: 120px;
	padding-bottom: 100px;
	background-image: url(img/company_codeofconduct_bg.png);
	background-repeat: no-repeat;
	background-position: right top;
	background-size: 70%;
}

.company_codeofconduct .company_subtitle_en {
	color: #fff;
}

.company_codeofconduct_list li a {
	display: flex;
	border-radius: 10px;
	overflow: hidden;
	min-height: 56px;
}

.company_codeofconduct_list_link_title {
	display: flex;
	align-items: center;
	padding: 0 20px;
	background-color: #fff;
	color: #142062;
	font-weight: bold;
	flex: 1;
	line-height: 1.3;
	position: relative;
	overflow: hidden;
}

.company_codeofconduct_list_link_title:before {
    content: "";
    position: absolute;
    width: 97px;
    height: 10px;
    background-image: url(img/more_arrow_blue3.svg);
    top: calc(50% - 10px);
    right: -40px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.company_codeofconduct_list_link_icon {
	background-color: #4193c7;
	width: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.company_codeofconduct_list {
	margin-top: 80px;
}

.company_codeofconduct_list li a:hover {
	opacity: 1;
}

.company_codeofconduct_list_link_more {
	width: 145px;
	background-color: #4193c7;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: end;
	padding-right: 25px;
	position: relative;
	overflow: hidden;
}

.company_codeofconduct_list_link_more:before {
    content: "";
    position: absolute;
    width: 97px;
    height: 10px;
    background-image: url(img/more_arrow_white3.svg);
    top: calc(50% - 10px);
    left: -47px;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    transition: all 0.3s;
}

.company_codeofconduct_list a:hover :before {
    animation: clip-out-in 0.6s;
}

.company_codeofconduct_list a:hover .company_codeofconduct_list_link_title:before {
    right: -50px;
}
.company_codeofconduct_list a:hover .company_codeofconduct_list_link_more:before {
     left: -37px;
}

.company_codeofconduct_list li {
	margin-top: 40px;
}

.company_codeofconduct_list li p {
	margin-top: 10px;
	margin-left: 60px;
}

.company_codeofconduct .section_inner {
	max-width: 700px;
}

/**
 * 企業情報 第三階層
 * ----------------------------------------------------------------------------
 */
.corporateethics_content {
	background-image: url(img/corporateethics_bg.jpg);
}

.envprotect_content {
	background-image: url(img/envprotect_bg.jpg);
}

.securityporicy_content {
	background-image: url(img/securityporicy_bg.jpg);
}

.securityporicy_content {
	background-image: url(img/securityporicy_bg.jpg);
}

.mynumber_content {
	background-image: url(img/mynumber_bg.jpg);
}

.informationlabdisp_content {
	background-image: url(img/informationlabdisp_bg.jpg);
}

.ucsdgs_content {
	background-image: url(img/ucsdgs_bg.jpg);
}

.common_thirdpage_content {
	margin-left: calc(7% + 35px);
	padding-right: max(calc((100% - 1200px) / 2) + 80px, 140px);
	padding-top: 200px;
	background-size: 100%;
	background-repeat: no-repeat;
}

.common_thirdpage_content:before {
	content: "";
	position: absolute;
	left: 0;
	top: 160px;
	right: max(calc((100vw - 1220px) / 2), 60px);
	bottom: 0;
	background-color: #fff;
	border-radius: 0 25px 0 0;
}

.common_thirdpage_content:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 135px;
	height: 25px;
	width: 25px;
	background-image: url(img/circle_reverse.svg);
	background-size: cover;
}

.common_thirdpage_h2 {
	text-align: right;
	color: #142062;
	margin-bottom: 40px;
}

.common_thirdpage_h2 .en {
	opacity: 0.5;
	font-size: 50px;
}

.common_thirdpage_h3 {
	text-align: center;
	color: #142062;
	font-weight: bold;
	font-size: 19px;
	margin-bottom: 30px;
}

.right {
	text-align: right;
}

.common_num_list {
	counter-reset: number;
	margin-top: 50px;
}

.common_num_list > li {
	counter-increment: number;
	margin-top: 30px;
	line-height: 1.6;
	position: relative;
}

.common_num_list > li h4 {
	color: #142062;
	font-weight: bold;
}

.common_num_list > li:before {
	content: counter(number);
	font-family: "Arial", sans-serif;
	font-size: 30px;
	color: #0dab67;
	line-height: 1;
	position: absolute;
	left: -25px;
	top: -3px;
	font-weight: bold;
}

.common_end_content {
	text-align: right;
	margin-top: 30px;
	font-weight: bold;
	color: #142062;
}

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

.informationlabdisp_link {
	display: flex;
	justify-content: center;
	margin-top: 80px;
}

.informationlabdisp_link li {
	margin-right: 20px;
}

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

.ucsdgs_content {
	text-align: center;
}

.ucsdgs_logo {
	margin-bottom: 40px;
}

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

.ucsdgs_list li {
	margin-right: 7px;
}

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

.ucsdgs_content .ucsdgs_list {
	margin-bottom: 30px;
}

.ucsdgs_detail {
	padding-bottom: 140px;
}

.ucsdgs_detail:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 40%;
	background-color: #e5e5e5;
	clip-path: circle(150vw at 50% 150vw);
}

.ucsdgs_detail:after {
	content: "";
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #e5e5e5;
	clip-path: circle(150vw at 50% calc(-150vw + 100%));
}

.ucsdgs_detail .section_inner {
	z-index: 2;
}

.ucsdgs_detail h3 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #142062;
	margin-bottom: 40px;
	line-height: 1.6;
}

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

.ucsdgs_detail_item {
	max-width: 852px;
	margin: 60px auto 0;
	display: flex;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0 0 10px rgb(0 0 0 / 20%);
	overflow: hidden;
}

.ucsdgs_detail_item_txt {
	flex: 1;
	padding: 30px 25px;
}

.ucsdgs_detail_item_img {
	width: 456px;
	display: flex;
	align-items: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
}

.ucsdgs_detail_item_title {
	font-family: "Arial", sans-serif;
	font-weight: bold;
	font-size: 14px;
	color: #0dab67;
	margin-bottom: 20px;
}

.ucsdgs_detail_item_title > span {
	display: block;
	margin-top: 3px;
}

.ucsdgs_detail_item_txt p {
	color: #142062;
	font-size: 18px;
	font-weight: bold;
}

.ucsdgs_detail_item_img .ucsdgs_list {
	padding: 25px 15px;
	background-color: #fff;
	border-radius: 0 20px 20px 0;
}

.ucsdgs_detail_item._01 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo1.jpg);
}

.ucsdgs_detail_item._02 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo2.jpg);
}

.ucsdgs_detail_item._03 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo3.jpg);
	background-size: 113%;
	background-position: center left;
}

.ucsdgs_detail_item._04 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo4.jpg);
}

.ucsdgs_detail_item._05 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo5.jpg);
	background-position: top left 30%;
}

.ucsdgs_detail_item._06 .ucsdgs_detail_item_img {
	background-image: url(img/ucsdgs_detail_photo6.jpg);
	background-position: bottom left;
	background-size: 130%;
}

/**
 * 事業所
 * ----------------------------------------------------------------------------
 */

.location_content {
	background-image: url(img/location_bg.jpg);
}

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

.location_title_map {
	margin-top: -20px;
	margin-left: 5%;
}

.location_detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.location_detail_txt {
	flex: 1;
	text-align: center;
	padding-left: 15px;
}

.location_detail_photo {
	width: 464px;
	border-radius: 15px;
	overflow: hidden;
}

.location_detail_photo img {
	width: 100%;
}

.location_detail_txt h3 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #142062;
	margin-bottom: 20px;
}

.location_detail_icon {
	margin-bottom: 20px;
}

.location_detail_txt p {
	font-size: 18px;
	font-weight: bold;
}

.common_thirdpage_content.location_content .section_inner {
	max-width: 1000px;
}

.location_map {
	margin-top: 50px;
	border-radius: 15px;
	overflow: hidden;
}

.location_map iframe {
	width: 100%;
}

.location_access_title {
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    color: #142062;
    margin-top: 30px;
}

.location_access_icon {
    text-align: center;
    margin-top: 10px;
}

.location_access_list li {
	display: flex;
	margin-top: 20px;
	align-items: center;
}

.location_access_list li:before {
	content: url(img/location_access_arrow.svg);
	order: 2;
	width: 68px;
	margin: 0 20px;
}

.location_access_list li > span:nth-child(1) {
	color: #142062;
	font-weight: bold;
	order: 1;
	flex: 1;
	text-align: right;
}

.location_access_list li > span:nth-child(2) {
	order: 3;
	flex: 1;
}

.location_access_list {
	margin-top: 40px;
}

.location_china .location_detail {
	margin-top: 20px;
}

.location_china .location_access_list {
	margin-top: 20px;
}

.location_access_subtitle {
	font-weight: bold;
	text-align: center;
	color: #3c2577;
	margin-top: 40px;
}

.location_china_access {
	text-align: center;
	margin-top: 80px;
}

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

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

@media screen and  (max-width: 1000px) {
	
	body {
		font-size: 14px;
	}

	.home main {
		padding-top: 75px;
	}

	main section {
		padding: 40px 20px;
	}
	.pc {
		display: none!important;
	}

	.header {
		padding: 20px 20px 15px 30px;
		min-height: 75px;
	}

	.menu_btn {
		width: 40px;
		height: 40px;
		right: 30px;
		top: 20px;
	}

	.header h1 img {
		width: 136px;
	}

	.header_inner:before {
		width: 160px;
		height: 75px;
	}

	.menu_full {
		text-align: center;
		overflow: scroll;
		clip-path: circle(0px at calc(100% - 40px) 40px);
	}

	.menu_full_content {
		flex-direction: column;
		padding: 20px 0px;
	}

	.menu_full_item {
		flex-direction: column;
		min-height: 0;
		margin-bottom: 10px;
		border-top: 1px solid;
		padding-top: 10px;
		position: relative;
	}

	.menu_full_item ul {
		border-left: 0;
		width: 100%;
		margin-left: 0;
		padding-left: 0;
		padding-top: 0;
		position: relative;
		transition: max-height 0.6s;
		max-height: 0;
		overflow: hidden;
	}

	.menu_full_item ul.active {
		max-height: 450px;
	}

	.menu_full_title {
		width: 100px;
		font-size: 15px;
		margin: auto;
	}

	.menu_full .en {
		font-size: 15px;
	}

	.menu_full_item ul li {
		font-size: 12px;
	}

	.menu_full_logo img {
		width: 150px;
	}

	.menu_full_contact {
		padding: 10px;
	}

	.menu_full_item_btn {
		position: absolute;
		right: 5px;
		top: 20px;
		width: 20px;
		height: 20px;
	}

	.menu_full_item_btn > span {
		content: "";
		position: absolute;
		background-color: #fff;
	}

	.menu_full_item_btn > span:nth-child(1) {
		width: 100%;
		height: 1px;
		top: calc(50% - 0.5px);
		left: 0;
	}

	.menu_full_item_btn > span:nth-child(2) {
		width: 1px;
		height: 100%;
		top: 0;
		left: calc(50% - 0.5px);
		transition : opacity 0.3s;
	}

	.menu_full_item_btn.active > span:nth-child(2) {
		opacity: 0;
	}

	.top_header {
		background-size: 130%;
		background-position: center top calc(-28vw + 200px);
		background-image: url(img/top_header_bg_sp.png);
	}

	.top_header_catch h3 {
		font-size: 15px;
	}

	.top_header_catch p {
		font-size: 14px;
	}

	.top_header_catch {
		max-width: 360px;
		padding: 0 20px;
	}

	.top_service_title {
		font-size: 45px;
	}

	.top_service {
		margin-top: 12vw;
		width: 100%;
	}

	.top_service_item {
		flex-direction: column-reverse;
		margin-left: 0;
		margin-bottom: 30px;
	}

	.top_service_item_img img {
		width: 120%;
		max-width: 120%;
		margin-left: -10%;
		margin-top: -10%;
	}

	.top_service_item_img {
		overflow: hidden;
		max-height: 30vw;
		width: 100%;
	}

	.top_service_link {
		margin-right: 0;
	}

	.top_service_link_title .en {
		font-size: 15px;
	}

	.top_service_link_title {
		font-size: 20px;
		padding: 10px 15px;
	}

	.top_service_link_more {
		font-size: 11px;
		width: 120px;
	}

	.top_service_item_txt {
		max-width: 90%;
		margin-top: -30px;
	}

	.top_service_link_title:before {
		width: 60px;
		right: -30px;
	}

	.top_service_link_more:before {
		width: 60px;
		left: -30px;
	}
	
	.top_service_link:hover .top_service_link_title:before {
		right: -40px;
	}

	.top_service_link:hover .top_service_link_more:before {
		left: -20px;
	}

	.top_service_item_txt h4 {
		padding: 20px;
		font-size: 16px;
	}

	.top_service_item_txt p {
		padding: 0 20px;
		font-size: 14px;
	}

	.top_recommend_title {
		position: relative;
		top: 0;
		font-size: 45px;
	}

	.top_recommend {
		margin-top: calc(12vw + 30px);
	}

	.top_recommend_list {
		flex-direction: column;
		align-items: center;
	}

	.top_recommend_list li {
		width: 300px;
		max-width: 100%;
		margin-top: 30px;
		transition: all 0.8s ease-out;
	}

	.top_recommend_list li h4 {
		font-size: 26px;
	}
	
	.top_recommend_list.active li {
		transform: translateX(100vw);
	}
	
	.top_recommend_list li.active {
		transform: translateX(0);
	}
	
	.top_recommend_list li:nth-child(2),.top_recommend_list li:nth-child(3) {
		transition-delay: 0s;
	}
	
	.top_recommend_list li .top_recommend_front, .top_recommend_list li .top_recommend_back {
		transition-delay: 0.6s!important;
	}
	
	ul.active .top_recommend_front {
		transform: rotateY(0);
	}
	
	li.active .top_recommend_front {
		transform: rotateY(-180deg);
	}
	
	ul.active .top_recommend_back {
		transform: rotateY(-180deg);
	}
	
	li.active .top_recommend_back {
		transform: rotateY(0deg);
	}

	.top_casestudy {
		margin: 40px auto 80px;
		max-width: 300px;
	}

	.top_recommend:after {
		width: 110%;
		height: 60vw;
	}

	.top_casestudy h4 {
		text-align: center;
	}

	.top_recommend {
		padding-bottom: 50vw;
	}

	.top_casestudy .top_viewmore {
		margin: auto;
	}

	.top_company_title .en {
		font-size: 45px;
	}

	.top_company_title_ja {
		position: relative;
		bottom: auto;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.top_company {
		padding-left: 0;
		padding-right: 0;
		padding-bottom: 0;
	}

	.top_company_header {
		background-size: 100%;
		background-position: center top 20px;
	}

	.top_company_header p {
		padding: 0 20px;
		margin-bottom: 30px;
	}

	.top_company_link {
		font-size: 20px;
		flex-direction: column;
		align-items: center;
	}

	.top_company_link li {
		margin-right: 0;
		width: 260px;
		margin-bottom: 40px;
	}

	.topics_list {
		flex-direction: column;
		padding-bottom: 40px;
	}

	.topics_list_header {
		width: 100%;
		text-align: center;
		margin-right: 0;
	}

	.common_topics:before {
		display: none;
	}

	.topics_list_title .en {
		font-size: 45px;
	}

	.topics_list_title_ja {
		font-size: 20px;
		margin-top: 5px;
	}

	.topics_list_content {
		margin-top: 20px;
		width: 100%;
	}

	.topics_list_tab > label {
		flex: 0 1 auto;
		width: 32%;
		font-size: 13px;
	}

	.topics_list_tab > div {
		border-top: 0;
		border-bottom: 0;
	}
	
	.topics_list_tab {
		gap: 0 2%;
		justify-content: start;
	}
	
	.topics_list_content ul li {
		position: relative;
	}

	.topics_list_content ul li .topics_cat {
		position: absolute;
		left: 15px;
		top: 20px;
	}

	.topics_list_content ul li .topics_date {
		position: absolute;
		left: 20px;
		top: 50px;
		width: auto;
	}
	
	.topics_list_content ul li .topics_title {
		padding-left: 100px;
		min-height: 50px;
	}
	
	.topics_list:after {
		display: none;
	}

	.topics_list_header_link {
		margin-top: 20px;
		justify-content: center;
		width: 100%;
	}
	
	.top_recruit .section_inner {
		flex-direction: column;
	}

	.top_recruit {
		padding-top: 0;
	}

	.top_recruit_img {
		margin: 0;
		width: 100%;
		max-width: 100%;
	}

	.top_recruit_img img {
		width: 100vw;
		margin-left: -20px;
		max-width: 100vw;
	}

	.top_recruit_txt h3 {
		text-align: center;
		margin-bottom: 20px;
	}

	.top_recruit_title_en {
		font-size: 45px;
		margin-top: 20px;
	}

	.top_recruit_title_ja {
		font-size: 20px;
		margin-top: 5px;
	}

	.top_recruit_txt .top_viewmore {
		margin: auto;
	}

	.common_contact_list {
		flex-direction: column;
		align-items: center;
	}

	.common_contact_list li:first-child {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.common_contact_list li {
		width: 400px;
		max-width: 100%;
		padding: 25px 10px;
	}

	.common_contact_title {
		font-size: 13px;
	}

	.common_contact_list li a {
		font-size: 15px;
	}

	.footer {
		padding: 60px 0 60px;
	}

	.common_header {
		padding-right: 40px;
		padding-top: 110px;
		padding-bottom: 130px;
		margin-left: 35px;
		margin-bottom: -80px;
	}

	.common_header h2 .en {
		font-size: 28px;
	}

	.common_header_title_ja {
		font-size: 23px;
	}
	
	.common_header:before {
		right: 40px;
		height: 80px;
		border-radius: 0 10px 0 0;
	}

	.infrastructure_link:before {
		right: 40px;
		top: 79px;
		height: 80px;
		border-radius: 0 0 10px 0;
	}

	.infrastructure_link ul li:nth-child(1) .infrastructure_link_icon img {
		width: 30px;
	}

	.infrastructure_link ul li:nth-child(2) .infrastructure_link_icon img {
		width: 30px;
	}

	.infrastructure_link_icon {
		height: 40px;
	}

	.infrastructure_link_title {
		font-size: 15px;
	}

	.infrastructure_link ul {
		max-width: 300px;
	}

	.infrastructure_link {
		padding: 20px 50px 30vw;
		background-position: top 80px center;
	}

	.infrastructure_link_arrow img {
		width: 32px;
	}

	.infrastructure_link_arrow:before {
		width: 12px;
		height: 9px;
		left: calc(50% - 6px);
		top: calc(50% - 5px);
	}

	.common_header:after {
		bottom: 79px;
		height: 15px;
		width: 15px;
	}

	.infrastructure_solutions h3 .en {
		font-size: 45px;
	}

	.infrastructure_solutions h3 .infrastructure_solutions_title_icon {
		margin-top: -60px;
	}

	.infrastructure_solutions h3 .infrastructure_solutions_title_ja {
		font-size: 20px;
	}

	.infrastructure_solutions_title_icon img {
		width: 40px;
	}

	.infrastructure_solutions p {
		margin-bottom: 0;
	}

	.common_service_list li {
		width: 48%;
	}

	.common_service_list li h4 {
		font-size: 14px;
	}

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

	.common_service_list_img img {
		width: 122px;
	}

	.common_service_list {
		margin-top: 0;
		max-width: 600px;
	}

	.circle_section {
		clip-path: circle(200vw at 50% 200vw);
	}
	
	.infrastructure_service h3 .en {
		font-size: 45px;
	}

	.infrastructure_service h3 .infrastructure_solutions_title_icon {
		margin-top: -25px;
	}

	.infrastructure_service h3 .infrastructure_solutions_title_ja {
		font-size: 20px;
	}

	.infrastructure_service .common_service_list li, .infrastructure_service .common_service_list li:nth-child(n+3) {
		width: 48%;
		margin-top: 20px;
	}
	
	.infrastructure_service p {
		margin-bottom: 0;
	}
	
	.common_service_list p {
		font-size: 14px;
	}
	
	.infrastructure_service {
		margin-bottom: 20px;
	}

	.products_topics:before {
		right: 0;
		border-radius: 0;
	}

	.products_topics .topics_list_title .en {
		font-size: 45px;
	}

	.product_content > .section_inner > p {
		font-size: 14px;
		padding: 0 30px;
	}

	.product_content .common_service_list {
		max-width: 280px;
		justify-content: center;
	}

	.product_content .common_service_list li:first-child {
		margin-bottom: 30px;
	}

	.company_link ul li {
		width: 50%;
		margin-bottom: 20px;
	}

	.company_link ul {
		font-size: 16px;
	}

	.company_link ul {
		max-width: 500px;
	}

	.company_link {
		padding: 30px 40px 35vw;
		background-size: 100%;
		background-position: center bottom;
		background-color: #f2f8f6;
	}

	.company_link ul .company_link_icon {
		margin-right: 5px;
		width: 20px;
		margin-left: -20px;
	}

	.company_link:before {
		right: 40px;
		height: auto;
		bottom: 30vw;
		border-radius: 0 0 15px;
		top: 0px;
	}

	.company_link ul li:nth-child(n+5) {
		margin-top: 0;
	}

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

	.company_link_arrow img {
		width: 32px;
	}

	.company_link_arrow:before {
		width: 13px;
		height: 10px;
		left: calc(50% - 6.5px);
		top: calc(50% - 5px);
	}

	.company_header {
		background-position: left center;
	}

	.company_message .company_subtitle_en {
		font-size: 45px;
	}

	.company_message .company_subtitle_ja {
		font-size: 20px;
	}

	.company_message .company_subtitle_icon {
		margin-top: -20px;
	}

	.company_message_content {
		flex-direction: column-reverse;
		padding-top: 20px;
	}

	.company_message_txt > p:nth-child(1) {
		font-size: 16px;
		text-align: center;
	}

	.company_message_name {
		text-align: center;
		margin-top: 20px;
	}

	.company_message_photo {
		width: 100%;
		text-align: center;
	}

	.company_message_photo img {
		width: 167px;
	}

	.company_message:before {
		top: auto;
		height: 100px;
		width: 40px;
		border-radius: 0 15px 0 0;
	}

	.company_message:after {
		width: 15px;
		height: 15px;
		left: 40px;
	}

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

	.company_navi_area {
		padding-top: 60px;
	}

	.company_content {
		width: 100%;
	}

	.company_characteristic {
		border-radius: 0;
	}

	.company_content section {
		padding: 40px 20px;
	}

	.company_subtitle_en {
		font-size: 45px;
	}

	.company_subtitle_icon {
		margin-top: -25px;
	}

	.company_characteristic_item {
		margin-top: 30px;
	}

	.company_characteristic_item_title {
		flex-direction: column-reverse;
		margin-left: -20px;
		margin-right: -20px;
		border: 0;
		border-radius: 0;
		margin-bottom: 20px;
	}

	.company_characteristic_item_title:after {
		width: 100%;
		height: 30vw;
		flex: auto;
	}

	.company_characteristic_item_title h4 {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
		text-align: center;
		border: 1px solid;
		border-radius: 15px;
		margin-top: -35px;
		background-color: #fff;
		padding: 25px 5px;
	}

	.company_characteristic .section_inner {
		max-width: 1000px;
	}

	.company_principle .company_subtitle_en {
		font-size: 38px;
	}

	.company_content .company_principle {
		padding: 40px 20px;
		border-radius: 0;
	}

	.company_subtitle_ja {
		font-size: 20px;
	}

	.company_principle_content {
		flex-direction: column;
		align-items: center;
	}

	.company_principle_img {
		width: 100%;
		text-align: center;
	}

	.company_principle_list {
		min-width: 0px;
		width: 100%;
		max-width: 415px;
	}

	.company_principle_img > div {
		position: relative;
		top: 0;
		display: inline-block;
	}

	.company_principle_list_title_ja {
		font-size: 12px;
	}

	.company_principle_list_title_en {
		font-size: 22px;
	}

	.company_principle_list_title_en:before {
		width: 20px;
	}

	.company_principle_list > ul > li {
		font-size: 12px;
	}

	.company_principle_list > ul > li:nth-child(2) {
		font-size: 12px;
	}

	.company_principle_list_vision_jigyou:before, .company_principle_list_vision_jinzai:before {
		font-size: 10px;
		height: 65px;
		width: 65px;
		top: calc(50% - 32.5px);
		padding: 23px 0px;
	}

	.company_principle_list_vision_jigyou, .company_principle_list_vision_jinzai {
		padding-left: 70px;
	}

	.company_principle_list_value_subtitle {
		font-size: 14px;
	}

	.company_principle_list_guideline_list li h5 {
		font-size: 15px;
	}

	.company_principle_list_guideline_list li p {
		font-size: 12px;
	}

	.company_principle_list_credo_list li h5 ._en {
		font-size: 15px;
	}

	.company_profile_table {
		margin-top: 30px;
		margin-left: auto;
		margin-right: auto;
	}

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

	.company_profile_table th {
		width: 100%;
		border-right: 0;
		text-align: center;
		padding: 10px 0;
	}

	.company_profile_table td {
		padding: 0 0 25px;
		text-align: center;
	}

	.company_profile_table tr:last-child th, .company_profile_table tr:last-child td {
		padding-bottom: 10px;
	}

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

	.company_profile_group {
		margin-top: 40px;
	}

	.company_profile_group {
		margin-top: 40px;
	}

	.company_content .company_location {
		border-radius: 0;
		padding-top: 20px;
		height: auto;
	}

	.company_location_list li > a {
		display: none;
	}

	.company_location_list li {
		height: 1.5vw;
		width: 1.5vw;
	}
	
	.company_location_list li._osaka {
		top: calc(50.7vw - 0.7vw);
		left: calc(50.7% - 0.7vw);
	}

	.company_location_list li._tokyo {
		height: 2vw;
		width: 2vw;
		top: calc(48.4vw - 1vw);
		left: calc(62% - 1vw);
	}

	.company_location_list li._nagoya {
		top: calc(49.5vw - 0.7vw);
		left: calc(54% - 0.7vw);
	}

	.company_location_list li._kofu {
		top: calc(48.8vw - 0.7vw);
		left: calc(58.5% - 0.7vw);
	}

	.company_location_list li._hiroshima {
		top: calc(51.3vw - 0.7vw);
		left: calc(42.6% - 0.7vw);
	}

	.company_location_list li._takamatsu {
		top: calc(52.7vw - 0.7vw);
		left: calc(46.3% - 0.7vw);
	}

	.company_location_list li._okinawa {
		top: calc(74vw - 0.7vw);
		left: calc(30.9% - 0.7vw);
	}

	.company_location_list li._china {
		top: calc(63vw - 0.7vw);
		left: calc(5.9% - 0.7vw);
	}

	.company_location_list_sp {
		max-width: 260px;
		margin: 75vw auto 0 auto;
	}

	.company_location_list_sp li {
		color: #142062;
		font-weight: bold;
		display: flex;
		margin-top: 7px;
		align-items: center;
		position: relative;
	}

	.company_location_list_sp li:before {
		content: "";
		height: 18px;
		width: 18px;
		background-color: #142062;
		border-radius: 50%;
		margin-right: 10px;
	}

	.company_location_list_sp li:after {
		content: "";
		position: absolute;
		width: 7px;
		height: 7px;
		border-right: 1px solid;
		border-bottom: 1px solid;
		color: #fff;
		transform: rotate(-45deg);
		left: 3px;
		top: 6px;
	}

	.company_location_list_sp li._netspace, .company_location_list_sp li._china {
		margin-top: 15px;
	}
	.company_location_list_sp li._netspace, .company_location_list_sp li._netspace2 {
		color: #10834f;
	}
	.company_location_list_sp li._netspace:before, .company_location_list_sp li._netspace2:before {
		background-color: #10834f;
	}
	.company_location_list_sp li._china {
		color: #4193c7;
	}
	.company_location_list_sp li._china:before {
		background-color: #4193c7;
	}

	.company_history_list li {
		width: 100%;
		margin-top: 10px;
		z-index: 2;
		max-width: 340px;
		margin: 10px auto 0 auto;
		padding: 0 20px;
	}

	.company_history_list li:nth-child(odd) {
		margin-left: auto;
	}

	.company_history_list li:nth-child(even) {
		text-align: left;
	}

	.company_history_year > span:nth-child(1) {
		font-size: 30px;
	}

	.company_history_year > span:nth-child(2) {
		font-size: 13px;
	}

	.company_history_list {
		margin-top: 5vw;
		position: relative;
		clip-path: none;
		background-color: transparent;
		padding-top: 40px;
		background-position: top 30px left max(2px, calc((100% - 340px) / 2) + 5px);
		background-size: auto 98%;
	}

	.company_history_list:before {
		position: absolute;
		content: "";
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background-color: #fff;
		clip-path: circle(150vw at 50% 150vw);
		background-position: top 30px left max(2px, calc((100% - 340px) / 2) + 5px);
		background-image: url(img/company_history_list_bg.png);
		background-size: auto 98%;
		background-repeat: no-repeat;
	}

	.company_history_list li p:before {
		height: 10px;
		width: 10px;
		top: 7px;
	}

	.company_history_list li p:after {
		top: 11px;
		width: 10px;
	}

	.company_history_list li:nth-child(odd) p:before {
		left: -20px;
	}

	.company_history_list li:nth-child(even) p:before {
		right: auto;
		left: -20px;
	}

	.company_history_list li:nth-child(even) p:after {
		right: calc(100% + 1px);
		left: auto;
	}

	.company_content .company_history {
		border-radius: 0;
		padding-bottom: 40px;
	}

	.company_content .company_codeofconduct {
		background-size: 100%;
		background-position: center top;
		padding-bottom: 40px;
	}

	.company_codeofconduct_list {
		margin-top: 0;
	}

	.company_codeofconduct .section_inner {
		max-width: 500px;
	}

	.company_codeofconduct_list li p {
		margin-left: 15px;
		margin-right: 15px;
	}

	.company_codeofconduct_list li {
		margin-top: 20px;
	}

	.company_codeofconduct_list_link_more {
		width: 96px;
		padding-right: 10px;
		font-size: 11px;
	}

	.company_codeofconduct_list_link_icon {
		width: 50px;
	}

	.company_codeofconduct_list_link_title {
		padding: 0 20px 0 10px;
	}
	
	.company_codeofconduct_list_link_title:before {
		width: 64px;
	}
	
	.company_codeofconduct_list_link_more:before {
		width: 64px;
		left: -37px;
	}

	.company_codeofconduct_list a:hover .company_codeofconduct_list_link_more:before {
		left: -32px;
	}

	.common_thirdpage_content:before {
		top: 100px;
		border-radius: 0 15px 0 0;
		right: 35px;
	}

	.common_thirdpage_content {
		padding: 120px 55px 20px 20px;
		margin-left: 35px;
	}

	.common_thirdpage_content:after {
		top: 85px;
		height: 15px;
		width: 15px;
	}

	.common_thirdpage_h2 .en {
		font-size: 28px;
	}

	.common_thirdpage_h3 {
		font-size: 16px;
	}

	.common_num_list > li:before {
		font-size: 15px;
		left: -15px;
		top: 3px;
	}

	.informationlabdisp_content .common_header_title_ja {
		font-size: 23px;
	}

	.informationlabdisp_link {
		flex-direction: column;
		align-items: center;
		margin-top: 0;
	}

	.informationlabdisp_link li {
		margin-right: 0;
		margin-top: 20px;
	}

	.ucsdgs_detail {
		padding-bottom: 80px;
	}

	.ucsdgs_content {
		background-image: url(img/ucsdgs_bg_sp.jpg);
		background-size: 130%;
	}

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

	.ucsdgs_detail_item._03 .ucsdgs_detail_item_img {
		background-size: 450px;
		background-position: top -30px left;
	}

	.ucsdgs_detail_item {
		flex-direction: column;
		max-width: 450px;
		align-items: center;
	}

	.ucsdgs_detail_item_title {
		font-size: 13px;
	}

	.ucsdgs_detail_item_title > span {
		font-size: 15px;
	}

	.ucsdgs_detail_item_txt p {
		font-size: 13px;
	}

	.ucsdgs_list img {
		width: 65px;
	}

	.ucsdgs_detail_item_img {
		width: 100%;
		height: 200px;
		align-items: start;
	}

	.ucsdgs_detail_item_img .ucsdgs_list {
		padding: 0 15px 15px;
		border-radius: 0 0 20px 20px;
		margin-left: 20px;
	}

	.ucsdgs_detail_item._06 .ucsdgs_detail_item_img {
		background-position: top left;
		background-size: 100%;
	}

	.ucsdgs_detail:before {
		clip-path: circle(300vw at 50% 300vw);
	}

	.ucsdgs_detail:after {
		clip-path: circle(300vw at 50% calc(-300vw + 100%));
	}

	.ucsdgs_detail_item_txt {
		padding: 20px 10px;
	}

	.location_title_map {
		margin-top: -10px;
		flex: 1;
		margin-right: 10px;
		margin-left: -30px;
	}

	.location_title_map img {
		width: 160px;
	}

	.location_detail {
		flex-direction: column;
	}

	.location_detail_photo {
		max-width: 100%;
		text-align: center;
		margin-top: -20px;
	}

	.location_detail_txt h3 {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.location_detail_txt {
		margin-top: 20px;
		width: calc(100% + 60px);
		padding-left: 0;
	}

	.location_detail_icon img {
		width: 21px;
	}

	.location_detail_icon {
		margin-bottom: 10px;
	}

	.location_detail_txt p {
		font-size: 14px;
	}

	.location_map {
		margin-top: 30px;
		margin-left: -55px;
		margin-right: -55px;
		border-radius: 0;
	}

	.location_map iframe {
		height: 200px!important;
	}

	.location_access_list li {
		flex-direction: column;
		margin-top: 30px;
	}

	.location_access_list li > span {
		width: 100%;
		text-align: center!important;;
		line-height: 1.6;
	}

	.location_access_list li:before {
		content: url(img/location_access_arrow_sp.svg);
		width: 6px;
		margin: 10px 0;
	}
	.location_access_list {
		margin-left: -30px;
		margin-right: -30px;
	}

	.location_china_access._1 img {
		margin-right: -80px;
	}

	.loading_inner {
		margin-top: -25%;
	}
}