/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 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;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 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;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * 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;
  font-size: 1em;
}

/**
 * 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;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * 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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * 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;
  font: inherit;
}

/* 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;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
  text-align: justify;
}

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 1.5em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Links
--------------------------------------------- */
a:focus {
  outline: thin dotted;
}

a:hover,
a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: #aaa #bbb #bbb;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
}

.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}

.main-navigation ul ul a {
  width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}

.main-navigation li {
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em;
}

.widget select {
  max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

:root {
  --container-padding: calc((1440px - 1200px) / 2);
}

@media (max-width: 1200px) {
  :root {
    --container-padding: 10px;
  }
}
@keyframes btnCircle {
  from {
    scale: 1;
  }
  to {
    scale: 1.8;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
* {
  color: #3D3D3D;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  font-feature-settings: "palt";
  box-sizing: border-box;
}

h1 {
  font-size: 45px;
  font-weight: 600;
  line-height: 1.38;
}
@media (max-width: 1200px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 20px;
}
@media (max-width: 1200px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.53;
}
@media (max-width: 1200px) {
  h3 {
    font-size: 20px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.53;
}
@media (max-width: 1200px) {
  h4 {
    font-size: 18px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.53;
}
@media (max-width: 1200px) {
  h5 {
    font-size: 16px;
  }
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 2em;
  text-align: justify;
  letter-spacing: 0.04em;
}
@media (max-width: 1200px) {
  p {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
  }
}

img {
  object-fit: cover;
}

.sp {
  display: none !important;
}
@media (max-width: 1200px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block !important;
}
@media (max-width: 1200px) {
  .pc {
    display: none !important;
  }
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  clip-path: inset(50%);
  white-space: nowrap;
  border: 0;
}

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

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

.jost {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: italic;
}

h2.jost {
  font-size: 6vw;
  display: flex;
  flex-direction: column;
  line-height: 1em;
}
@media (max-width: 1200px) {
  h2.jost {
    font-size: 36px;
  }
}
h2.jost span {
  font-size: 1.25vw;
  font-weight: bold;
  margin-bottom: -20px;
}
@media (max-width: 1200px) {
  h2.jost span {
    font-size: 12px;
    margin-bottom: -4px;
  }
}

.articleHeader {
  position: relative;
}
@media (max-width: 1200px) {
  .articleHeader {
    margin: 0 auto;
  }
}
.articleHeader span {
  font-size: 1.25vw;
  font-weight: 600;
  line-height: 2.8em;
}
@media (max-width: 1200px) {
  .articleHeader span {
    font-size: 14px;
  }
}
.articleHeader h2 {
  font-size: 4.86vw;
  color: #73C0FF;
  line-height: 1em;
}
@media (max-width: 1200px) {
  .articleHeader h2 {
    font-size: 40px;
    margin-top: -4px;
    margin-bottom: 0;
  }
}

.c-blue {
  color: #1D8CEB;
}

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 1.2s ease;
}
.fadein.active {
  opacity: 1;
  transform: translateY(0);
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100svh;
}
body#front-page .container main {
  width: 100%;
}
body .container {
  display: flex;
  justify-content: center;
  gap: 60px;
}
body .container main {
  width: 62.5vw;
}
@media (max-width: 1200px) {
  body .container main {
    width: 100%;
  }
}
body .container aside {
  width: 290px;
}
body .container.singleClumn main {
  width: 100%;
}
body footer {
  margin-top: auto;
}

.page-template-page-group-list .container,
body.post-type-archive-company .container,
.tax-group .container,
.single-post .container,
.page-template-page-topics .container {
  margin-top: 2vw;
}

.page-template-page-group-list .container {
  margin-top: -2vw;
}

.headerNav {
  position: absolute;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 22px 24px 0 24px;
  z-index: 200;
  width: 100%;
}
@media (max-width: 1200px) {
  .headerNav {
    padding: 10px 10px 0 10px;
  }
}
.headerNav .headerLogo {
  margin: 0;
}
.headerNav .headerLogo svg {
  width: 155px;
  height: auto;
}
@media (max-width: 1200px) {
  .headerNav .headerLogo svg {
    width: 100px;
  }
}
.headerNav .headerLogo svg .paint {
  fill: #1D8CEB;
}
@media (max-width: 1200px) {
  .headerNav .headerLogo.subPage svg {
    width: 50px;
  }
}
.headerNav .cciLink {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  font-size: 16px;
}
@media (max-width: 1200px) {
  .headerNav .cciLink {
    font-size: 14px;
    margin-left: auto;
  }
}
.headerNav .cciLink img {
  width: 21px;
  height: auto;
  margin-top: 6px;
}
@media (max-width: 1200px) {
  .headerNav .cciLink img {
    width: 18px;
  }
}
.headerNav .headerLogoS {
  display: none;
}
.headerNav.sheader {
  position: fixed;
  transform: translateY(-100%);
  transition: transform 0.3s ease;
  padding: 16px 24px 0 24px;
}
@media (max-width: 1200px) {
  .headerNav.sheader {
    padding: 10px 10px 10px 10px;
    display: flex;
    align-items: center;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #1D8CEB;
    justify-content: center;
  }
}
.headerNav.sheader .headerLogo {
  display: none;
}
.headerNav.sheader .headerLogoS {
  display: block;
  width: 240px;
  height: auto;
  z-index: 9999;
  margin: auto 0;
}
@media (max-width: 1200px) {
  .headerNav.sheader .headerLogoS {
    height: auto;
    width: 160px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .headerNav.sheader .headerLogoS svg {
    height: auto;
    width: 160px;
  }
}
.headerNav.sheader .headerLogoS svg .paintS {
  fill: #1D8CEB;
}
@media (max-width: 1200px) {
  .headerNav.sheader .headerLogoS svg .paintS {
    fill: white;
  }
}
.headerNav.sheader.visible {
  transform: translateY(0);
}
@media (max-width: 1200px) {
  .headerNav.sheader .cciLink {
    display: none;
  }
}

.subpageHeader {
  text-align: center;
  padding: 8vw 0 4vw;
  background-image: url(../img/common/icon/starBg.svg);
  background-repeat: no-repeat;
  background-size: 66%;
  background-position: -10% -41vw;
}
.subpageHeader h1 {
  color: #1D8CEB;
  font-size: 3.47vw;
  margin-bottom: 12px;
}
.subpageHeader h1 span {
  color: #1D8CEB;
  display: block;
  font-size: 0.6em;
}
@media (max-width: 1200px) {
  .subpageHeader h1 {
    font-size: 24px;
    margin-bottom: 0px;
  }
}
.subpageHeader .jost {
  color: #1D8CEB;
  font-size: 18px;
}
@media (max-width: 1200px) {
  .subpageHeader .jost {
    font-size: 12px;
  }
}
.subpageHeader .pageHead {
  width: 100%;
  text-align: center;
  margin-top: 6vw;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead {
    padding: 0px 10px;
  }
}
.subpageHeader .pageHead .groupName {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  border-bottom: solid 1px #707070;
  width: fit-content;
  margin: 0 auto;
  padding: 8px 32px;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead .groupName {
    border: none;
    padding: 0px 32px;
    gap: 10px;
  }
}
.subpageHeader .pageHead .groupName img {
  height: 1.4vw;
  width: 1.4vw;
  max-width: 1.4vw;
  height: auto;
  filter: brightness(0);
  opacity: 0.7;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead .groupName img {
    height: 24px;
    width: 24px;
    max-width: 24px;
  }
}
.subpageHeader .pageHead .groupName h2 {
  font-size: 1.6vw;
  font-weight: 300;
  margin: 0;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead .groupName h2 {
    font-size: 16px;
    font-weight: 500;
  }
}
.subpageHeader .pageHead h3 {
  font-size: 2.22vw;
  font-weight: 300;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead h3 {
    font-size: 16px;
    font-weight: 500;
  }
}
.subpageHeader .pageHead h3 span {
  font-weight: 300;
  font-size: 0.5em;
  display: block;
}
@media (max-width: 1200px) {
  .subpageHeader .pageHead h3 span {
    font-size: 0.8em;
  }
}
.subpageHeader .pageHead form#searchform + h3 {
  margin-top: 4vw;
}
.subpageHeader.enjoy-otake {
  background-image: url(../img/header/enjoyImg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  padding-bottom: 12vw;
}
.subpageHeader.enjoy-otake::after {
  content: "";
  opacity: 0.3;
  z-index: 1;
  background-color: #005095;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpageHeader.enjoy-otake::before {
  content: "";
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  width: 100%;
  height: 12vw;
}
.subpageHeader.enjoy-otake h1 {
  z-index: 10;
  position: relative;
  color: white;
}
.subpageHeader.enjoy-otake h1 span {
  color: white;
}
.subpageHeader.enjoy-otake .jost {
  color: white;
  z-index: 10;
  position: relative;
}
.subpageHeader.enjoy-otake .lead {
  color: white;
  z-index: 10;
  position: relative;
  margin-top: 40px;
  font-weight: 400;
  font-size: 14px;
  line-height: 2em;
  padding-top: 32px;
}
@media (max-width: 1200px) {
  .subpageHeader.enjoy-otake .lead {
    font-size: 14px;
    padding: 18px 10px;
  }
}
.subpageHeader.enjoy-otake .lead::after {
  content: "";
  z-index: 1;
  background-color: white;
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50% 0;
  width: 40px;
  height: 1px;
}

header.enjoyHeader .headerNav .headerLogo svg .paint {
  fill: white;
}
header.enjoyHeader .headerNav .cciLink span {
  color: white;
}

footer {
  background-color: white;
}
footer .footerContact {
  margin-top: 60px;
}
footer .footerContact .titleWrap {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 1200px) {
  footer .footerContact .titleWrap {
    flex-direction: column;
    gap: 8px;
    padding: 0 var(--container-padding);
  }
}
footer .footerContact .titleWrap h2 {
  font-size: 3.2vw;
  text-align: center;
}
footer .footerContact .titleWrap h2 span {
  font-size: 0.4em;
  margin-top: 0px;
}
@media (max-width: 1200px) {
  footer .footerContact .titleWrap h2 {
    margin: auto;
    font-size: 34px;
  }
}
footer .footerContact .titleWrap p {
  margin-bottom: 34px;
  font-size: 14px;
}
@media (max-width: 1200px) {
  footer .footerContact .titleWrap p {
    margin-bottom: 0px;
    text-align: center;
  }
}
@media (max-width: 1200px) {
  footer .footerContact .titleWrap .wrap,
  footer .footerContact .titleWrap p {
    width: 100%;
  }
}
footer .footerContact .btnWrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding: 0 var(--container-padding);
  margin-top: 0px;
}
@media (max-width: 1200px) {
  footer .footerContact .btnWrap {
    gap: 8px;
  }
}
footer .footerContact .btnWrap a {
  width: 30%;
  text-align: center;
  color: white;
  font-size: 20px;
  padding: 24px 0;
  transition: opacity 0.3s;
}
@media (max-width: 1200px) {
  footer .footerContact .btnWrap a {
    font-size: 16px;
    padding: 16px 0;
    width: 100%;
  }
}
footer .footerContact .btnWrap a.tel {
  background-color: #1D8CEB;
}
footer .footerContact .btnWrap a.mail {
  background-color: #FA9E42;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
footer .footerContact .btnWrap a.mail img {
  width: 22px;
  height: auto;
  margin-top: 2px;
  filter: brightness(100);
}
footer .footerContact .btnWrap a:hover {
  opacity: 0.8;
}
footer .footerContact .bannerWrap {
  display: flex;
  justify-content: center;
  padding: 44px 0;
  gap: 44px;
}
@media (max-width: 1200px) {
  footer .footerContact .bannerWrap {
    padding: 32px 0;
    gap: 24px;
  }
}
footer .footerContact .bannerWrap .cciLink {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 18px;
}
footer .footerContact .bannerWrap .cciLink img {
  width: 40px;
  height: auto;
}
footer .footerContact .bannerWrap .otakeLink img {
  height: 40px;
}
footer .footerContact .bannerWrap a {
  transition: opacity 0.3s;
}
footer .footerContact .bannerWrap a:hover {
  opacity: 0.6;
}
footer .copy {
  background-color: #005095;
  display: flex;
  justify-content: space-between;
  padding: 40px var(--container-padding);
}
@media (max-width: 1200px) {
  footer .copy {
    padding: 16px var(--container-padding);
  }
}
footer .copy p {
  color: white;
  margin-bottom: 0;
  font-size: 12px;
  margin: auto 0;
}
footer .copy .toTop {
  display: flex;
  align-items: center;
  gap: 16px;
}
footer .copy .toTop span {
  color: white;
  font-weight: 300;
}
@media (max-width: 1200px) {
  footer .copy .toTop span {
    display: none;
  }
}
footer .copy .toTop a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  border: white 1px solid;
  border-radius: 50%;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  footer .copy .toTop a {
    width: 24px;
    height: 24px;
  }
}
footer .copy .toTop a::after {
  content: "";
  border-right: 1px solid white;
  border-top: 1px solid white;
  width: 8px;
  height: 8px;
  rotate: -45deg;
  margin-top: 4px;
  transition: margin-top 0.3s;
}
footer .copy .toTop a:hover {
  background-color: #1D8CEB;
}
footer .copy .toTop a:hover::after {
  margin-top: 0px;
}

aside h4 {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 4px;
}
aside ul.groupList {
  position: sticky;
  top: 48px;
  margin-top: 12px;
}
aside ul.groupList li a {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  transition: background-color 0.1s, translate 0.3s;
  border-radius: 0px;
}
aside ul.groupList li a img {
  width: 40%;
  max-width: 24px;
  height: auto;
  max-height: 24px;
  flex-shrink: 0;
  object-fit: contain;
  margin-right: 8px;
  filter: brightness(0);
  opacity: 0.5;
  transition: opacity 0.1s, filter 0.1s;
}
aside ul.groupList li a h5 {
  font-size: 14px;
  transition: color 0.1s;
  opacity: 0.8;
}
aside ul.groupList li a .rght {
  font-size: 14px;
  transition: color 0.1s;
}
aside ul.groupList li a:hover {
  background-color: #1D8CEB;
  translate: 8px 0px;
}
aside ul.groupList li a:hover img {
  filter: brightness(10);
  opacity: 1;
}
aside ul.groupList li a:hover h5 {
  color: white;
}
aside ul.groupList li a:hover .rght {
  color: white;
}
aside ul.groupList li + li {
  margin-top: 4px;
}

#front-page header .fvSlider {
  width: 100vw;
  height: 50vw;
  display: flex;
  overflow: hidden;
  position: fixed;
  z-index: -1;
}
@media (max-width: 1200px) {
  #front-page header .fvSlider {
    height: 120vw;
  }
}
#front-page header .fvSlider .fvItem {
  width: 22%;
  height: 100%;
  overflow: hidden;
  transition: width 1.2s cubic-bezier(0.09, 0.89, 0.29, 1.01);
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  #front-page header .fvSlider .fvItem {
    width: 30%;
  }
}
#front-page header .fvSlider .fvItem img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 18s ease, filter 1s ease;
  filter: grayscale(50%) brightness(80%);
}
@media (max-width: 1200px) {
  #front-page header .fvSlider .fvItem img {
    transition: transform 8s ease, filter 1s ease;
  }
}
#front-page header .fvSlider .fvItem.active {
  width: 34%;
}
@media (max-width: 1200px) {
  #front-page header .fvSlider .fvItem.active {
    width: 40%;
  }
}
#front-page header .fvSlider .fvItem.active img {
  transform: scale(1.08);
  opacity: 1;
  filter: grayscale(0%) brightness(100%);
}
#front-page header .catch {
  margin-top: 34vw;
  width: 100%;
  height: 16vw;
  background: #000000;
  background: linear-gradient(0deg, #73C0FF 0%, rgba(255, 255, 255, 0) 100%);
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding: 0 24px;
}
@media (max-width: 1200px) {
  #front-page header .catch {
    margin-top: 95vw;
    height: 24vw;
  }
}
#front-page header .catch img {
  width: 100%;
  height: auto;
}
@media (max-width: 1200px) {
  #front-page header .catch img {
    width: 80%;
  }
}
#front-page header .lead {
  width: 100%;
  background-color: #73C0FF;
  padding: 8vw 0 2vw;
}
@media (max-width: 1200px) {
  #front-page header .lead {
    padding: 24px 0 16px;
  }
}
#front-page header .lead p {
  color: white;
  font-size: 1.66vw;
  font-weight: 400;
  line-height: 2em;
  text-align: center;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  #front-page header .lead p {
    font-size: 15px;
  }
}
#front-page header .view {
  width: 100%;
  min-height: 24vw;
  background-image: url("../img/frontPage/view.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
#front-page header .view::before {
  content: "";
  width: 100%;
  height: 16vw;
  background: linear-gradient(180deg, #73C0FF 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
#front-page header .view::after {
  content: "";
  width: 100%;
  height: 16vw;
  background: linear-gradient(0deg, white 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (max-width: 1200px) {
  #front-page header .view::after {
    height: 32vw;
  }
}
#front-page header .view .topics {
  z-index: 10;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 80px;
  background: linear-gradient(0deg, white 10%, rgba(255, 255, 255, 0) 100%);
}
#front-page header .view .topics .titileWrap {
  margin-top: 120px;
  margin-bottom: 40px;
}
@media (max-width: 1200px) {
  #front-page header .view .topics .titileWrap {
    margin-top: 80px;
    margin-bottom: 0px;
  }
}
#front-page header .view .topics a p {
  padding: 0 var(--container-padding);
}
@media (max-width: 1200px) {
  #front-page header .view .topics a p {
    display: flex;
  }
}
#front-page header .view .topics a p,
#front-page header .view .topics a span {
  transition: color 0.3s;
}
#front-page header .view .topics a:hover p,
#front-page header .view .topics a:hover span {
  color: #1D8CEB;
}
#front-page header .view .topics p {
  font-weight: 500;
}
#front-page header .view .topics p span {
  margin-right: 24px;
  font-size: 14px;
}
#front-page .container {
  background-color: white;
}
#front-page .container main article.company {
  padding-left: var(--container-padding);
  margin-top: 120px;
  display: flex;
}
@media (max-width: 1200px) {
  #front-page .container main article.company {
    margin-top: 24px;
    display: block;
  }
}
#front-page .container main article.company .left h2 {
  position: relative;
  width: fit-content;
}
#front-page .container main article.company .left h2 svg {
  width: 20.8vw;
  fill: #73C0FF;
  opacity: 0.2;
  position: absolute;
  right: -9vw;
}
#front-page .container main article.company .left p {
  margin-top: 16px;
}
@media (max-width: 1200px) {
  #front-page .container main article.company .left {
    display: flex;
  }
  #front-page .container main article.company .left p {
    margin-top: 16px;
    margin-left: 40px;
  }
}
#front-page .container main article.company .right {
  padding-left: 4vw;
  padding-bottom: 4vw;
  padding-top: 16px;
}
@media (max-width: 1200px) {
  #front-page .container main article.company .right {
    padding-left: 0vw;
  }
}
#front-page .container main article.company .right .swiper-slide-next {
  transform: translateY(40px);
}
@media (max-width: 1200px) {
  #front-page .container main article.company .right .swiper-slide-next {
    transform: translateY(16px);
  }
}
#front-page .container main article.company .right .swiper-slide {
  opacity: 0;
  transition: opacity 0.2s ease, transform 0.4s 0.4s;
}
#front-page .container main article.company .right .swiper-slide-active {
  opacity: 1;
  transition: opacity 0.6s 0.6s ease-in-out;
}
#front-page .container main article.company .right .swiper-slide-next {
  opacity: 1;
  transition: opacity 0.6s 0.7s ease-in-out;
}
#front-page .container main article.company .right .swiper-slide-next + .swiper-slide {
  opacity: 1;
  transition: opacity 0.6s 0.8s ease-in-out;
}
@media (max-width: 1200px) {
  #front-page .container main article.company .btn.sp {
    margin: 24px auto;
  }
}
#front-page .container main article.enjoy {
  display: flex;
  justify-content: flex-end;
  padding-right: var(--container-padding);
  padding-bottom: 6vw;
  gap: 6.25vw;
  margin-top: 240px;
  position: relative;
}
@media (max-width: 1200px) {
  #front-page .container main article.enjoy {
    margin-top: 80px;
    padding: 0 var(--container-padding) 6vw;
  }
}
#front-page .container main article.enjoy::before {
  position: absolute;
  content: url(../img/frontPage/enjoy/wave.svg);
  opacity: 0.2;
  width: calc(100% + var(--container-padding));
  height: auto;
  bottom: 0;
  right: 0;
}
#front-page .container main article.enjoy .left {
  display: flex;
  gap: 1.38vw;
  align-items: center;
}
#front-page .container main article.enjoy .left .imageWrapLeft {
  display: flex;
  flex-direction: column;
  gap: 1.38vw;
  align-items: flex-end;
}
#front-page .container main article.enjoy .left .imageWrapLeft .shimose {
  width: 20.8vw;
  height: 20.8vw;
}
#front-page .container main article.enjoy .left .imageWrapLeft .yugu {
  width: 15.2vw;
  height: 15.2vw;
}
#front-page .container main article.enjoy .left .imageWrapRight .mikura {
  width: 18.7vw;
  height: 18.7vw;
}
#front-page .container main article.enjoy .right h2 {
  position: relative;
}
#front-page .container main article.enjoy .right h2::before {
  content: "";
  width: 7.77vw;
  height: 7.77vw;
  border-radius: 50%;
  background-color: #73C0FF;
  opacity: 0.2;
  position: absolute;
  right: 24px;
}
#front-page .container main article.enjoy .right p {
  margin-top: 16px;
}

body.single-company header {
  position: relative;
  background-size: cover;
  background-position: center -240px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  height: 24vw;
}
@media (max-width: 1200px) {
  body.single-company header {
    width: 100%;
    height: 240px;
    background-size: contain;
    background-position: 0% 0%;
  }
}
body.single-company header .headerNav .headerLogo svg .paint {
  fill: white;
}
body.single-company header .headerNav .cciLink span {
  color: white;
}
body.single-company header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1D8CEB;
  opacity: 0.6;
}
body.single-company header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40%;
  background-image: linear-gradient(0deg, rgb(255, 255, 255), rgba(255, 255, 255, 0.68) 30%, rgba(255, 255, 255, 0));
}
body.single-company header .nameWrap {
  position: relative;
  z-index: 100;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media (max-width: 1200px) {
  body.single-company header .nameWrap {
    padding: 0 10px;
  }
}
body.single-company header .nameWrap h1 {
  color: white;
  margin: 0;
}
@media (max-width: 1200px) {
  body.single-company header .nameWrap h1 {
    font-size: 24px;
  }
}
body.single-company header .nameWrap p.name_kana {
  color: white;
  margin-top: 16px;
  margin-bottom: 0;
  line-height: 1;
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1200px) {
  body.single-company header .nameWrap p.name_kana {
    margin-top: 8px;
  }
}
body.single-company main {
  width: 100%;
  background-image: url(../img/common/icon/starBg.svg);
  background-repeat: no-repeat;
  background-size: 400%;
  background-position: 45% 500px;
}
@media (max-width: 1200px) {
  body.single-company main {
    background-size: 400%;
    background-position: 10% 0px;
  }
}
body.single-company main article#overview {
  margin-top: 24px;
  position: relative;
  display: flex;
  gap: 0;
  align-items: center;
  justify-content: center;
  padding: 0 var(--container-padding);
}
@media (max-width: 1200px) {
  body.single-company main article#overview {
    flex-direction: column;
    margin-top: -32px;
    gap: 8px 0;
  }
}
body.single-company main article#overview .companyExterior {
  display: block;
  min-width: 0;
  object-fit: cover;
  height: fit-content;
  width: calc((100vw - var(--container-padding) * 2) / 2);
  height: calc((100vw - var(--container-padding) * 2) / 2 / 3 * 2);
  flex-shrink: 0;
  margin-right: 4vw;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .companyExterior {
    width: 80%;
    height: auto;
    margin: 0 auto;
  }
}
body.single-company main article#overview .right h4.Industry_main {
  font-size: 20px;
  position: relative;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right h4.Industry_main {
    font-size: 16px;
    text-align: center;
  }
}
body.single-company main article#overview .right .companyLogo {
  margin-top: 14px;
  height: 100px;
  width: auto;
  max-width: 80%;
  object-fit: contain;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .companyLogo {
    margin: 8px auto;
    display: block;
  }
}
body.single-company main article#overview .right ul.group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  gap: 10px 4px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right ul.group {
    gap: 6px 4px;
    margin-top: 16px;
  }
}
body.single-company main article#overview .right ul.group li a {
  font-size: 14px;
  padding: 6px 8px;
  transition: background-color 0.3s ease, color 0.3s;
  border: 1px solid #73C0FF;
  color: #73C0FF;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right ul.group li a {
    font-size: 12px;
    padding: 4px 4px;
  }
}
body.single-company main article#overview .right ul.group li a img {
  width: 20px;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  filter: brightness(1);
  transition: filter 0.1s;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right ul.group li a img {
    width: 16px;
    height: auto;
    max-width: 16px;
    max-height: 16px;
  }
}
body.single-company main article#overview .right ul.group li a:hover {
  background-color: #73C0FF;
  color: white;
}
body.single-company main article#overview .right ul.group li a:hover img {
  filter: brightness(10);
  transition: filter 0.3s;
}
body.single-company main article#overview .right .Industry_sub {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .Industry_sub {
    margin-top: 16px;
  }
}
body.single-company main article#overview .right .Industry_sub h5 {
  font-size: 16px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .Industry_sub h5 {
    font-size: 14px;
  }
}
body.single-company main article#overview .right .Industry_sub p {
  margin: 8px 0 0;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .Industry_sub p {
    font-size: 14px;
    margin-top: 4px;
  }
}
body.single-company main article#overview .right .urlWrap {
  display: flex;
  margin-top: 22px;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .urlWrap {
    margin-top: 16px;
  }
}
body.single-company main article#overview .right .urlWrap a.url {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1em;
  transition: color 0.3s ease;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .urlWrap a.url {
    font-size: 14px;
  }
}
body.single-company main article#overview .right .urlWrap a.url svg {
  width: 18px;
  height: auto;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .urlWrap a.url svg {
    width: 16px;
  }
}
body.single-company main article#overview .right .urlWrap a.url svg path {
  transition: fill 0.3s ease;
  fill: #73C0FF;
}
body.single-company main article#overview .right .urlWrap a.url.url_youtube svg {
  width: 21px;
}
@media (max-width: 1200px) {
  body.single-company main article#overview .right .urlWrap a.url.url_youtube svg {
    width: 16px;
  }
}
body.single-company main article#overview .right .urlWrap a.url:hover {
  color: #1D8CEB;
}
body.single-company main article#overview .right .urlWrap a.url:hover svg path {
  fill: #1D8CEB;
}
body.single-company main article#overview .right a.hellowork {
  margin-top: 24px;
  background-color: #1D8CEB;
  border-radius: 16px;
  text-align: center;
  font-size: 18px;
  padding: 8px 24px;
  display: block;
  width: 100%;
  min-width: 320px;
  max-width: 480px;
  transition: translate 0.2s, background-color 0.3s, color 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: white;
  position: relative;
  translate: 0px 0px;
}
body.single-company main article#overview .right a.hellowork span {
  display: block;
  font-size: 10px;
  transition: color 0.3s;
  color: white;
  font-weight: normal;
  margin-top: 1px;
  margin-bottom: 0;
  line-height: 1em;
}
body.single-company main article#overview .right a.hellowork::after {
  position: absolute;
  right: 16px;
  top: 50%;
  translate: 0 -50%;
  width: 14px;
  height: auto;
  content: url(../img/common/icon/open_in_new.svg);
}
body.single-company main article#overview .right a.hellowork:hover {
  background-color: #1D8CEB;
  color: white;
  translate: 2px 2px;
  background-color: #FA9E42;
}
body.single-company main article#overview .right a.hellowork:hover span {
  color: white;
}
body.single-company main article#overview.noexterior .right {
  text-align: center;
}
body.single-company main article#overview.noexterior .right ul.group {
  justify-content: center;
}
body.single-company main article#overview.noexterior .right .urlWrap {
  justify-content: center;
}
body.single-company main article#overview.noexterior .right .Industry_sub p {
  text-align: center;
}
body.single-company main article#pageNav {
  position: sticky;
  top: 8px;
  z-index: 1000;
  width: fit-content;
  margin: 6vw auto 0;
}
@media (max-width: 1200px) {
  body.single-company main article#pageNav {
    top: 4px;
    width: calc(100% - 20px);
    margin: 32px 10px 0;
  }
}
body.single-company main article#pageNav ul {
  display: flex;
  justify-content: center;
  background-color: white;
  width: fit-content;
  border-radius: 24px;
  padding: 0 1vw;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (max-width: 1200px) {
  body.single-company main article#pageNav ul {
    border-radius: 24px;
    padding: 8px 16px;
    justify-content: space-between;
    width: 100%;
  }
}
body.single-company main article#pageNav ul li a {
  display: flex;
  align-items: center;
  padding: 24px 1.4vw;
}
@media (max-width: 1200px) {
  body.single-company main article#pageNav ul li a {
    padding: 4px 0px;
    font-size: 14px;
    line-height: 1.2em;
  }
}
body.single-company main article#pageNav ul li a span {
  margin-right: 4px;
  color: #1D8CEB;
  transition: color 0.3s, scale 0.3s;
  font-size: 10px;
}
@media (max-width: 1200px) {
  body.single-company main article#pageNav ul li a span {
    font-size: 6px;
    margin-right: 4px;
  }
}
body.single-company main article#pageNav ul li a:hover span {
  color: #FA9E42;
  scale: 1.25;
}
body.single-company main article#member {
  margin-top: 14vw;
}
@media (max-width: 1200px) {
  body.single-company main article#member {
    margin-top: 80px;
  }
}
body.single-company main article#member .articleContent {
  display: flex;
  gap: 7vw;
  margin: 0px var(--container-padding) 0;
  align-items: center;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent {
    flex-direction: column;
    gap: 32px 0;
  }
}
body.single-company main article#member .articleContent .left {
  position: relative;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .left {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
  }
}
body.single-company main article#member .articleContent .left .articleHeader {
  position: absolute;
  top: -6.9vw;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .left .articleHeader {
    position: relative;
  }
}
body.single-company main article#member .articleContent .left .staff_image {
  display: block;
  min-width: 0;
  object-fit: cover;
  height: 29vw;
  width: auto;
  flex-grow: 0;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .left .staff_image {
    width: 100%;
    height: auto;
  }
}
body.single-company main article#member .articleContent .left::after {
  content: "";
  width: 1px;
  background-color: #1D8CEB;
  height: 29vw;
  position: absolute;
  top: 2.22vw;
  right: -2.22vw;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .left::after {
    width: 1px;
    height: 240px;
    top: auto;
    bottom: -6px;
    right: -6px;
  }
}
body.single-company main article#member .articleContent .left::before {
  content: "";
  height: 1px;
  width: 3.47vw;
  background-color: #1D8CEB;
  position: absolute;
  right: -2.22vw;
  bottom: -2.22vw;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .left::before {
    width: 100%;
    height: 1px;
    right: -6px;
    bottom: -6px;
  }
}
body.single-company main article#member .articleContent .right h5 {
  font-size: 16px;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .right h5 {
    font-size: 14px;
  }
}
body.single-company main article#member .articleContent .right h3 {
  font-size: 24px;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .right h3 {
    font-size: 18px;
  }
}
body.single-company main article#member .articleContent .right p {
  margin-top: 22px;
  margin-bottom: 0;
  max-width: 38.8vw;
}
@media (max-width: 1200px) {
  body.single-company main article#member .articleContent .right p {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }
}
body.single-company main article#pride {
  display: flex;
  margin-top: 12vw;
  gap: 4.16vw;
  justify-content: flex-end;
  justify-content: center;
  padding: 0 var(--container-padding);
}
@media (max-width: 1200px) {
  body.single-company main article#pride {
    margin-top: 80px;
    flex-direction: column;
    justify-content: flex-start;
  }
}
body.single-company main article#pride .articleContent {
  max-width: 38.8vw;
}
@media (max-width: 1200px) {
  body.single-company main article#pride .articleContent {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }
}
body.single-company main article#message {
  margin-top: 12vw;
  padding: 0 var(--container-padding);
  display: flex;
  gap: 4.16vw;
}
@media (max-width: 1200px) {
  body.single-company main article#message {
    margin-top: 80px;
    flex-direction: column;
    justify-content: flex-start;
    gap: 24px 0;
  }
}
body.single-company main article#message .articleContent {
  display: flex;
  gap: 4.16vw;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent {
    flex-direction: column-reverse;
    gap: 24px 0;
  }
}
body.single-company main article#message .articleContent .left {
  width: 50%;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .left {
    width: 100%;
  }
}
body.single-company main article#message .articleContent .left h3 {
  font-size: 22px;
  line-height: 1.8em;
}
body.single-company main article#message .articleContent .left p {
  margin-top: 16px;
  margin-bottom: 0;
  max-width: 38.8vw;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .left p {
    width: 100%;
    max-width: 100%;
  }
}
body.single-company main article#message .articleContent .right {
  position: relative;
}
body.single-company main article#message .articleContent .right .president_image {
  flex-shrink: 0;
  width: 15.8vw;
  height: 15.8vw;
  border-radius: 50%;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .right .president_image {
    width: 180px;
    height: 180px;
    margin: 0 auto;
    display: block;
  }
}
body.single-company main article#message .articleContent .right::after {
  content: "";
  width: 15.8vw;
  height: 15.8vw;
  border-radius: 50%;
  z-index: -1;
  border-bottom: 1px #1D8CEB solid;
  border-right: 1px rgba(29, 140, 235, 0) solid;
  border-left: 1px rgba(29, 140, 235, 0) solid;
  rotate: -45deg;
  position: absolute;
  left: 1.11vw;
  top: 1.11vw;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .right::after {
    width: 180px;
    height: 180px;
    translate: 50% 0;
    left: 8px;
    top: 8px;
  }
}
body.single-company main article#message .articleContent .right h4 {
  margin-top: 40px;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .right h4 {
    margin-top: 40px;
    font-size: 16px;
  }
}
body.single-company main article#message .articleContent .right h4 span {
  font-size: 14px;
  margin-right: 16px;
}
@media (max-width: 1200px) {
  body.single-company main article#message .articleContent .right h4 span {
    font-size: 12px;
  }
}
body.single-company main article#aboutus {
  margin-top: 12vw;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus {
    margin-top: 80px;
  }
}
body.single-company main article#aboutus .articleHeader {
  width: fit-content;
  margin: 0 var(--container-padding);
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleHeader {
    margin: 0 auto;
  }
}
body.single-company main article#aboutus .articleContent {
  padding: 0 12vw;
  margin-top: 24px;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent {
    padding: 0 10px;
  }
}
body.single-company main article#aboutus .articleContent .overviewWrap {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 0 6%;
}
body.single-company main article#aboutus .articleContent .overviewWrap dl {
  width: 47%;
  display: flex;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .overviewWrap dl {
    width: 100%;
  }
}
body.single-company main article#aboutus .articleContent .overviewWrap dl dt {
  font-weight: bold;
  width: 9.8vw;
  border-bottom: solid 2px #1D8CEB;
  padding: 20px 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .overviewWrap dl dt {
    width: 80px;
    padding: 8px 0;
    font-size: 14px;
  }
}
body.single-company main article#aboutus .articleContent .overviewWrap dl dd {
  flex-grow: 1;
  border-bottom: solid 1px #3D3D3D;
  margin: 0;
  padding: 20px 0 20px 40px;
  display: flex;
  align-items: center;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .overviewWrap dl dd {
    width: 80px;
    padding: 8px 16px;
    font-size: 14px;
  }
}
body.single-company main article#aboutus .articleContent iframe {
  width: 100%;
  height: 33.3vw;
  margin-top: 56px;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent iframe {
    margin-top: 32px;
    height: 240px;
  }
}
body.single-company main article#aboutus .articleContent .adress {
  margin-top: 16px;
}
body.single-company main article#aboutus .articleContent .adress .mainAdress,
body.single-company main article#aboutus .articleContent .adress .subAdress {
  display: flex;
}
body.single-company main article#aboutus .articleContent .adress .mainAdress .left,
body.single-company main article#aboutus .articleContent .adress .subAdress .left {
  color: #1D8CEB;
  text-align: center;
  width: 16%;
  font-weight: normal;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .adress .mainAdress .left,
  body.single-company main article#aboutus .articleContent .adress .subAdress .left {
    width: 80px;
    padding: 8px 0;
    font-size: 14px;
  }
}
body.single-company main article#aboutus .articleContent .adress .mainAdress .right,
body.single-company main article#aboutus .articleContent .adress .subAdress .right {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 32px;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .adress .mainAdress .right,
  body.single-company main article#aboutus .articleContent .adress .subAdress .right {
    gap: 8px 16px;
  }
}
body.single-company main article#aboutus .articleContent .adress .mainAdress dl,
body.single-company main article#aboutus .articleContent .adress .subAdress dl {
  display: flex;
  align-items: center;
}
body.single-company main article#aboutus .articleContent .adress .mainAdress dl dt,
body.single-company main article#aboutus .articleContent .adress .subAdress dl dt {
  font-weight: bold;
  margin-right: 16px;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .adress .mainAdress dl dt,
  body.single-company main article#aboutus .articleContent .adress .subAdress dl dt {
    font-size: 14px;
  }
}
body.single-company main article#aboutus .articleContent .adress .mainAdress dl dd,
body.single-company main article#aboutus .articleContent .adress .subAdress dl dd {
  flex-shrink: 0;
  margin: 0;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .adress .mainAdress dl dd,
  body.single-company main article#aboutus .articleContent .adress .subAdress dl dd {
    font-size: 14px;
  }
}
body.single-company main article#aboutus .articleContent .adress .subAdress {
  margin-top: 24px;
}
@media (max-width: 1200px) {
  body.single-company main article#aboutus .articleContent .adress .subAdress {
    margin-top: 16px;
  }
}
body.single-company main article#condition {
  display: flex;
  gap: 8.19vw;
  margin-top: 12vw;
  padding: 4vw var(--container-padding);
  background-color: #C9E3F8;
}
@media (max-width: 1200px) {
  body.single-company main article#condition {
    margin-top: 80px;
    flex-direction: column;
  }
}
body.single-company main article#contact {
  gap: 8.19vw;
  margin: 8vw 0 0;
  background-color: #005095;
  padding: 4vw 0;
  background-position: center;
  background-size: cover;
  position: relative;
}
body.single-company main article#contact::after {
  position: absolute;
  content: "";
  background-color: #005095;
  opacity: 0.8;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
body.single-company main article#contact h3 {
  color: white;
  font-size: 20px;
  z-index: 10;
  position: relative;
  text-align: center;
}
body.single-company main article#contact .btnWrap {
  display: flex;
  justify-content: center;
  gap: 24px;
  z-index: 10;
  position: relative;
  margin-top: 20px;
}
@media (max-width: 1200px) {
  body.single-company main article#contact .btnWrap {
    flex-wrap: wrap;
  }
}
body.single-company main article#contact .btnWrap a {
  background-color: white;
  border-radius: 16px;
  text-align: center;
  font-size: 20px;
  padding: 12px 24px;
  min-width: 280px;
  transition: translate 0.2s, background-color 0.3s, color 0.3s;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}
body.single-company main article#contact .btnWrap a span {
  display: block;
  font-size: 12px;
  transition: color 0.3s;
}
body.single-company main article#contact .btnWrap a:hover {
  background-color: #1D8CEB;
  color: white;
  translate: -4px -4px;
}
body.single-company main article#contact .btnWrap a:hover span {
  color: white;
}
body.single-company main article#pickUp {
  margin: 8vw 0 6vw;
}
body.single-company main article#pickUp .articleHeader h2 {
  text-align: center;
  font-size: 2.7vw;
}
@media (max-width: 1200px) {
  body.single-company main article#pickUp .articleHeader h2 {
    font-size: 40px;
    margin-top: 80px;
  }
}
body.single-company main article#pickUp .articleContent {
  padding: 40px;
}
body.single-company main article#pickUp .articleContent a {
  width: fit-content;
}
body.single-company main article#pickUp .articleContent a:nth-child(even) {
  margin-top: 24px;
}

body.post-type-archive-company .container,
.tax-group .container {
  padding-bottom: 2vw;
}
body.post-type-archive-company .container main,
.tax-group .container main {
  display: flex;
  flex-wrap: wrap;
  gap: 6vw;
  align-items: flex-start;
  height: fit-content;
}
body.post-type-archive-company .container main p.noArticle,
.tax-group .container main p.noArticle {
  width: 100%;
  text-align: center;
}
@media (max-width: 1200px) {
  body.post-type-archive-company .container main,
  .tax-group .container main {
    gap: 24px 4%;
    padding: 0 10px;
  }
}

body#is_page.page-template-page-topics .container main li a {
  display: flex;
  gap: 16px;
}
body#is_page.page-template-page-topics .container main li a .date {
  line-height: 1.6em;
  transition: color 0.3s;
}
body#is_page.page-template-page-topics .container main li a p {
  line-height: 1.6em;
  margin: 0;
  padding: 0;
  transition: color 0.3s;
}
body#is_page.page-template-page-topics .container main li a:hover .date,
body#is_page.page-template-page-topics .container main li a:hover p {
  color: #1D8CEB;
  opacity: 1;
}

.breadCrumb {
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 1em;
  font-size: 12px;
}
.breadCrumb * {
  font-weight: 400;
}
.breadCrumb .iconHome {
  width: 13px;
  height: auto;
  margin-right: 3px;
}
@media (max-width: 1200px) {
  .breadCrumb .iconHome {
    width: 10px;
    margin-right: 2px;
  }
}
.breadCrumb a {
  transition: color 0.3s ease;
}
.breadCrumb a:hover {
  color: #DFF014;
}
.breadCrumb .homeLink a img {
  filter: brightness(0%);
  opacity: 0.7;
  transition: 0.3s ease;
}
.breadCrumb .homeLink a:hover img {
  filter: brightness(100%);
  opacity: 1;
}

.pagenation {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 4vw;
  gap: 16px;
  font-size: 14px;
}
.pagenation .page-numbers {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  transition: color 0.2s ease, background-color 0.2s;
}
.pagenation .page-numbers.current {
  background-color: #1D8CEB;
  color: white;
}
.pagenation .prev.page-numbers {
  margin-right: 24px;
  rotate: 180deg;
  font-size: 10px;
}
.pagenation .next.page-numbers {
  font-size: 10px;
  margin-left: 24px;
}
.pagenation a:hover {
  background-color: #73C0FF;
}
.pagenation a:hover img {
  filter: brightness(100%);
  opacity: 1;
}

.page-template-page-group-list .container main {
  padding: 0 var(--container-padding) 4vw;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main {
    margin-top: 8px;
  }
}
.page-template-page-group-list .container main ul.groupList {
  display: flex;
  flex-wrap: wrap;
  gap: 3vw 2.3%;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList {
    gap: 16px 2%;
  }
}
.page-template-page-group-list .container main ul.groupList li {
  width: 31.8%;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li {
    width: 49%;
  }
}
.page-template-page-group-list .container main ul.groupList li a {
  display: flex;
  flex-direction: column;
  border-radius: 0.8vw;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 20px, rgba(0, 0, 0, 0.1) 0px 6px 6px;
  padding: 1.38vw;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a {
    padding: 10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1vw;
}
.page-template-page-group-list .container main ul.groupList li a .top h3 {
  font-size: 1.5vw;
  color: #1D8CEB;
  line-height: 1.3em;
  font-weight: 500;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .top h3 {
    font-size: 15px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .top div {
  background-color: #1D8CEB;
  width: 5.2vw;
  height: 5.2vw;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .top div {
    width: 40px;
    height: 40px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .top div img.icon {
  width: 3.33vw;
  height: auto;
  max-width: 45%;
  filter: brightness(10);
  transition: scale 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .top div img.icon {
    width: 40px;
    height: auto;
    max-width: 50%;
  }
}
.page-template-page-group-list .container main ul.groupList li a p {
  font-size: 1.11vw;
  margin: 8px 0 0 0;
  line-height: 1.4em;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a p {
    font-size: 12px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .btm {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  width: fit-content;
  margin-left: auto;
  border-top: 1px solid #1D8CEB;
  margin-top: 0.8vw;
  padding: 0 8px;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .btm {
    margin-top: 12px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .btm h4 {
  font-size: 1.11vw;
  line-height: 1em;
  color: #1D8CEB;
  height: 100%;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .btm h4 {
    font-size: 10px;
  }
}
.page-template-page-group-list .container main ul.groupList li a .btm p {
  font-size: 1.8vw;
  font-weight: bold;
  color: #1D8CEB;
  line-height: 1em;
  margin-bottom: 0;
  margin: 0;
  padding-left: 1em;
  padding-top: 4px;
  transition: color 0.3s;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main ul.groupList li a .btm p {
    font-size: 16px;
  }
}
.page-template-page-group-list .container main ul.groupList li a:hover {
  background-color: #1D8CEB;
}
.page-template-page-group-list .container main ul.groupList li a:hover .top h3 {
  color: white;
}
.page-template-page-group-list .container main ul.groupList li a:hover .top div {
  border: solid 1px white;
}
.page-template-page-group-list .container main ul.groupList li a:hover .top div img.icon {
  scale: 1.2;
}
.page-template-page-group-list .container main ul.groupList li a:hover p {
  color: white;
}
.page-template-page-group-list .container main ul.groupList li a:hover .btm {
  border-top: 1px solid white;
}
.page-template-page-group-list .container main ul.groupList li a:hover .btm h4 {
  color: white;
}
.page-template-page-group-list .container main ul.groupList li a:hover .btm p {
  color: white;
  border-top: 1px solid white;
}
.page-template-page-group-list .container main .btn {
  margin: 4vw auto 0;
}
@media (max-width: 1200px) {
  .page-template-page-group-list .container main .btn {
    margin: 40px auto 0;
  }
}

.btn,
.wp-block-button {
  background-color: white;
  border: 1px #1D8CEB solid;
  width: fit-content;
  border-radius: 999px;
  transition: scale 0.3s ease;
  transform-origin: center;
}
.btn a,
.wp-block-button a {
  font-size: 16px;
  font-weight: 600;
  color: #3D3D3D;
  display: flex;
  padding: 22px 40px;
  transition: scale 0.3s ease, color 0.3s;
  transform: scale(1);
  background-color: white;
  border-radius: 999px;
  align-items: center;
  line-height: 1em;
  gap: 14px;
}
@media (max-width: 1200px) {
  .btn a,
  .wp-block-button a {
    font-size: 14px;
    padding: 18px 32px;
  }
}
.btn a .arw,
.wp-block-button a .arw {
  background-color: #1D8CEB;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn a .arw::after,
.wp-block-button a .arw::after {
  content: "";
  border-right: solid 1px white;
  border-bottom: solid 1px white;
  width: 4px;
  height: 4px;
  rotate: -45deg;
  margin-right: 2px;
  transition: opacity 0.3s;
  opacity: 0;
}
.btn a .arw::before,
.wp-block-button a .arw::before {
  content: "";
  position: absolute;
  background-color: #73C0FF;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  z-index: -1;
  animation: btnCircle 0.8s infinite ease-out;
  opacity: 0;
  transition: opacity 0.3s;
}
.btn:hover,
.wp-block-button:hover {
  scale: 1.1;
}
.btn:hover a,
.wp-block-button:hover a {
  scale: 0.909;
  transition: scale 0.3s ease;
  color: #1D8CEB;
}
.btn:hover a .arw::after,
.wp-block-button:hover a .arw::after {
  opacity: 1;
}
.btn:hover a .arw::before,
.wp-block-button:hover a .arw::before {
  opacity: 1;
}

.fixdBtn {
  width: 190px;
  height: 190px;
  position: fixed;
  right: 40px;
  border-radius: 50%;
  background-color: #FA9E42;
  z-index: 1000;
  outline: 2px dotted rgb(255, 255, 255);
  outline-offset: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
  opacity: 0;
  bottom: -200px;
  transition: scale 0.3s, box-shadow 0.3s, opacity 0.3s 0.1s, bottom 0.3s;
}
.fixdBtn p {
  color: white;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin: 0;
  line-height: 1.6em;
}
.fixdBtn p span {
  color: white;
  margin-left: 16px;
}
@media (max-width: 1200px) {
  .fixdBtn {
    width: 100px;
    height: 100px;
    right: 50%;
    translate: 50% 0;
    outline-offset: -4px;
  }
  .fixdBtn p {
    font-size: 14px;
    line-height: 1.4em;
  }
  .fixdBtn p span {
    margin-left: 0px;
    margin-right: 1em;
  }
}
.fixdBtn.show {
  opacity: 1;
  bottom: 40px;
}
@media (max-width: 1200px) {
  .fixdBtn.show {
    bottom: 16px;
  }
}
.fixdBtn img {
  position: absolute;
  bottom: 34px;
  left: 57px;
  width: 44px;
  height: auto;
  opacity: 0;
  scale: 1.4;
  transition: opacity 0.3s, scale 0.3s;
}
@media (max-width: 1200px) {
  .fixdBtn img {
    opacity: 1;
    bottom: 22px;
    left: 58px;
    width: 14px;
    height: auto;
    opacity: 1;
    scale: 1;
  }
}
.fixdBtn:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px;
  outline: 2px dotted rgb(255, 255, 255);
  outline-offset: -8px;
  scale: 1.03;
}
.fixdBtn:hover img {
  opacity: 1;
  scale: 1;
}

a.companyWrap {
  position: relative;
}
a.companyWrap img {
  width: 18vw;
  height: 24vw;
  border-radius: 1.6vw;
  object-fit: cover;
  transition: transform 0.3s;
}
@media (max-width: 1200px) {
  a.companyWrap img {
    width: 30vw;
    height: 40vw;
  }
}
a.companyWrap .nameWrap {
  background-color: #1D8CEB;
  border-radius: 0 0 1.6vw 1.6vw;
  width: 18vw;
  margin-left: 1.2vw;
  padding: 6px 1.6vw 12px;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  a.companyWrap .nameWrap {
    width: 30vw;
    padding: 2px 1.6vw 6px;
  }
}
a.companyWrap h3 {
  font-size: 18px;
  color: white;
}
@media (max-width: 1200px) {
  a.companyWrap h3 {
    font-size: 12px;
  }
}
a.companyWrap p {
  font-size: 12px;
  color: white;
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  a.companyWrap p {
    font-size: 10px;
    line-height: 1.2em;
    margin-top: 4px;
  }
}
a.companyWrap::before {
  position: absolute;
  top: 1.2vw;
  left: 1.2vw;
  content: "";
  width: 18vw;
  height: 22.8vw;
  background-color: #1D8CEB;
  z-index: -1;
  border-radius: 1.6vw 1.6vw 0 0;
  transition: background-color 0.3s;
}
@media (max-width: 1200px) {
  a.companyWrap::before {
    width: 30vw;
    height: 38.8vw;
  }
}
a.companyWrap:hover img {
  transform: translate(-8px, -8px);
}
a.companyWrap:hover::before {
  background-color: #FA9E42;
}
a.companyWrap:hover .nameWrap {
  background-color: #FA9E42;
}

a.listCompany {
  position: relative;
  width: 26.4vw;
  height: fit-content;
  transition: translate 0.3s;
}
@media (max-width: 1200px) {
  a.listCompany {
    width: 48%;
  }
}
a.listCompany .imgWrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 2vw 2vw 0 0;
}
a.listCompany .imgWrap img {
  height: 13.2vw;
  width: 100%;
}
@media (max-width: 1200px) {
  a.listCompany .imgWrap img {
    height: 120px;
  }
}
a.listCompany .imgWrap img:not(.listCompanyMask) {
  transition: scale 0.3s;
}
a.listCompany .imgWrap .listCompanyMask {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: auto;
}
a.listCompany::before {
  position: absolute;
  top: 1.4vw;
  left: 0.8vw;
  content: "";
  width: 26.4vw;
  height: calc(100% - 10px);
  background-color: #1D8CEB;
  z-index: -1;
  border-radius: 2vw;
  transition: background-color 0.3s, translate 0.3s;
}
@media (max-width: 1200px) {
  a.listCompany::before {
    width: 100%;
    top: 16px;
    left: 4px;
  }
}
a.listCompany .nameWrap {
  padding: 1.4vw 2.2vw 1.8vw;
  border-radius: 0 0 2vw 2vw;
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap {
    padding: 4px 10px 8px;
  }
}
a.listCompany .nameWrap .Industry_main {
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap .Industry_main {
    font-size: 12px;
  }
}
a.listCompany .nameWrap h3 {
  font-size: 20px;
  margin-top: 4px;
  position: relative;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap h3 {
    font-size: 15px;
    font-weight: 600;
    margin-top: 2px;
  }
}
a.listCompany .nameWrap h3::after {
  position: absolute;
  top: 6px;
  left: -2.2vw;
  content: "";
  background-color: #1D8CEB;
  width: 1.6vw;
  height: 20px;
  transition: background-color 0.3s ease;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap h3::after {
    left: -10px;
    top: 7px;
    height: 10px;
    width: 8px;
  }
}
a.listCompany .nameWrap p {
  margin-top: 8px;
  font-size: 14px;
  margin-bottom: 0;
  line-height: 1.6em;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap p {
    font-size: 12px;
    margin-top: 4px;
  }
}
a.listCompany .nameWrap ul.group {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 16px;
  margin-top: 10px;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap ul.group {
    gap: 8px;
    margin-top: 6px;
  }
}
a.listCompany .nameWrap ul.group li {
  font-size: 14px;
  transition: background-color 0.3s ease, color 0.3s;
  color: #73C0FF;
  display: flex;
  align-items: center;
  gap: 6px;
}
@media (max-width: 1200px) {
  a.listCompany .nameWrap ul.group li {
    font-size: 10px;
    line-height: 1.2em;
  }
}
a.listCompany .nameWrap ul.group li img {
  width: 20px;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  filter: brightness(1);
  transition: filter 0.1s;
}
a.listCompany .more {
  color: white;
  margin-top: 8px;
  font-size: 16px;
  align-items: center;
  gap: 12px;
  display: flex;
  justify-content: flex-end;
  margin-right: 12px;
  transition: translate 0.3s;
}
@media (max-width: 1200px) {
  a.listCompany .more {
    font-size: 12px;
    margin-top: 4px;
    gap: 8px;
    margin-bottom: 2px;
  }
}
a.listCompany .more span {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: white;
  display: block;
  position: relative;
}
@media (max-width: 1200px) {
  a.listCompany .more span {
    width: 12px;
    height: 12px;
  }
}
a.listCompany .more span::after {
  position: absolute;
  content: "";
  top: 6px;
  left: 5px;
  width: 4px;
  height: 4px;
  border-right: 1px solid #1D8CEB;
  border-top: 1px solid #1D8CEB;
  rotate: 45deg;
}
@media (max-width: 1200px) {
  a.listCompany .more span::after {
    top: 4px;
    left: 3px;
  }
}
a.listCompany:hover {
  translate: -4px -4px;
}
a.listCompany:hover .imgWrap img:not(.listCompanyMask) {
  scale: 1.04;
}
a.listCompany:hover .nameWrap h3::after {
  background-color: #FA9E42;
}
a.listCompany:hover::before {
  background-color: #FA9E42;
  translate: 4px 4px;
}
a.listCompany:hover .more {
  translate: 4px 4px;
}

form#searchform {
  position: relative;
  width: 100%;
  background-color: #EBEBEB;
  border-radius: 999px;
  font-size: 16px;
  padding: 14px 60px 14px 24px;
}
@media (max-width: 1200px) {
  form#searchform {
    margin-left: 40px;
    margin-right: 0;
    width: calc(100% - 40px);
    padding: 8px 40px 8px 24px;
  }
}
form#searchform input,
form#searchform button {
  all: unset;
}
form#searchform input:-webkit-autofill {
  background-color: transparent !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
}
form#searchform input:focus {
  background-color: transparent !important;
}
form#searchform input {
  font-size: 16px;
  width: 100%;
  border-radius: 999px;
}
form#searchform input::placeholder {
  color: #707070;
}
form#searchform button {
  position: absolute;
  top: 12px;
  right: 20px;
  cursor: pointer;
}
@media (max-width: 1200px) {
  form#searchform button {
    right: 18px;
    top: 6px;
  }
}
form#searchform button img {
  width: 20px;
  height: 20px;
}

.page-template-page-group-list form#searchform {
  width: 40vw;
  margin: 8px auto 0;
}
@media (max-width: 1200px) {
  .page-template-page-group-list form#searchform {
    width: 100%;
  }
}

aside form#searchform {
  margin: 6px auto 40px;
  padding: 8px 40px 8px 16px;
}
aside form#searchform button {
  top: 4px;
  right: 16px;
}
aside form#searchform button img {
  width: 18px;
  height: 18px;
}

#is_page:not(.page-template-page-group-list) .container,
#is_single:not(.single-company) .container {
  margin-top: 4vw;
}
@media (max-width: 1200px) {
  #is_page:not(.page-template-page-group-list) .container,
  #is_single:not(.single-company) .container {
    margin-top: 40px;
  }
}
@media (max-width: 1200px) {
  #is_page:not(.page-template-page-group-list) .container main,
  #is_single:not(.single-company) .container main {
    padding: 0 10px;
  }
}
#is_page:not(.page-template-page-group-list) .container main a:hover,
#is_single:not(.single-company) .container main a:hover {
  opacity: 0.8;
}
#is_page:not(.page-template-page-group-list) .container main a:hover::before,
#is_single:not(.single-company) .container main a:hover::before {
  scale: 1.2;
}
#is_page:not(.page-template-page-group-list) .container main ul,
#is_single:not(.single-company) .container main ul {
  list-style: none;
}
#is_page:not(.page-template-page-group-list) .container main ul li,
#is_single:not(.single-company) .container main ul li {
  position: relative;
  font-size: 16px;
}
#is_page:not(.page-template-page-group-list) .container main ul li::before,
#is_single:not(.single-company) .container main ul li::before {
  position: absolute;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #3D3D3D;
  border-radius: 999px;
  left: -18px;
  top: 7px;
}
#is_page:not(.page-template-page-group-list) .container main ul li + li,
#is_single:not(.single-company) .container main ul li + li {
  margin-top: 10px;
}

#is_single:not(.single-company) .container main h2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 1.6;
  margin: 100px 0 20px 0;
}
@media (max-width: 1200px) {
  #is_single:not(.single-company) .container main h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
#is_single:not(.single-company) .container main h2:first-child {
  margin-top: 0;
}
#is_single:not(.single-company) .container main h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.53;
  margin: 40px 0 16px 0;
  padding-left: 18px;
  position: relative;
}
#is_single:not(.single-company) .container main h3:first-child {
  margin-top: 0;
}
#is_single:not(.single-company) .container main h3::before {
  width: 5px;
  height: 1em;
  content: "";
  position: absolute;
  background-color: #1D8CEB;
  border-radius: 999px;
  top: 0.3em;
  left: 0;
}
#is_single:not(.single-company) .container main h4 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.53;
  margin: 32px 0 16px;
  padding: 0 8px;
  position: relative;
}
#is_single:not(.single-company) .container main h4:first-child {
  margin-top: 0;
}
#is_single:not(.single-company) .container main h4::after {
  width: 80%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #1D8CEB;
  bottom: -6px;
  left: 0;
}
#is_single:not(.single-company) .container main h4::before {
  width: 20%;
  height: 3px;
  content: "";
  position: absolute;
  background-color: #FA9E42;
  bottom: -6px;
  right: 0;
}
#is_single:not(.single-company) .container main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.87;
  margin-bottom: 0;
  margin-top: 12px;
}
#is_single:not(.single-company) .container main p:first-child {
  margin-top: 0;
}
#is_single:not(.single-company) .container main figure.wp-block-table table {
  border-spacing: 0 0;
  border: solid 1px #3D3D3D;
}
#is_single:not(.single-company) .container main figure.wp-block-table table tbody tr td {
  font-weight: 400;
  background-color: transparent;
  border-bottom: solid 1px #3D3D3D;
}
#is_single:not(.single-company) .container main figure.wp-block-table table tbody tr td:first-child {
  border-right: solid 1px #3D3D3D;
  background-color: #EBEBEB;
  width: 160px;
  font-weight: 500;
}
#is_single:not(.single-company) .container main figure.wp-block-table table tbody tr:last-child td {
  border-bottom: solid 0px #3D3D3D;
}
#is_single:not(.single-company) .container img.thmb {
  margin: 0 auto 60px;
  display: block;
  width: 700px;
  max-height: 600px;
  object-fit: contain;
}

#is_page:not(.page-template-page-group-list) .container main h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
  margin: 100px 0 20px 0;
  position: relative;
}
@media (max-width: 1200px) {
  #is_page:not(.page-template-page-group-list) .container main h2 {
    font-size: 28px;
    margin-bottom: 0;
  }
}
#is_page:not(.page-template-page-group-list) .container main h2:first-child {
  margin-top: 0;
}
#is_page:not(.page-template-page-group-list) .container main h3 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.53;
  margin: 40px 0 16px 0;
  padding-left: 18px;
  position: relative;
}
#is_page:not(.page-template-page-group-list) .container main h3:first-child {
  margin-top: 0;
}
#is_page:not(.page-template-page-group-list) .container main h3::before {
  width: 5px;
  height: 1em;
  content: "";
  position: absolute;
  background-color: #1D8CEB;
  border-radius: 999px;
  top: 0.3em;
  left: 0;
}
#is_page:not(.page-template-page-group-list) .container main h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.53;
  margin: 32px 0 16px;
  position: relative;
}
#is_page:not(.page-template-page-group-list) .container main h4:first-child {
  margin-top: 0;
}
#is_page:not(.page-template-page-group-list) .container main p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.87;
  margin-bottom: 0;
  margin-top: 12px;
}
#is_page:not(.page-template-page-group-list) .container main p:first-child {
  margin-top: 0;
}

figure.wp-block-table {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 32px;
  margin-top: 16px;
}
figure.wp-block-table:first-child {
  margin-top: 0;
}
figure.wp-block-table table {
  border: none;
  border-spacing: 0 4px;
  border-collapse: separate;
}
@media (max-width: 1200px) {
  figure.wp-block-table table {
    overflow: scroll;
    width: auto;
  }
}
figure.wp-block-table table thead tr th {
  border: none;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  padding: 0px 0px 4px;
  opacity: 0.8;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  figure.wp-block-table table thead tr th {
    width: 440px;
  }
}
@media (max-width: 1200px) {
  figure.wp-block-table table thead tr th:first-child {
    width: 160px;
  }
}
figure.wp-block-table table tbody tr td {
  border: none;
  background-color: #EBEBEB;
  vertical-align: middle;
  padding: 18px 30px;
  line-height: 1.6em;
}
@media (max-width: 1200px) {
  figure.wp-block-table table tbody tr td {
    width: 440px;
  }
}
figure.wp-block-table table tbody tr td:first-child {
  background-color: #1D8CEB;
  width: 250px;
  text-align: center;
  padding: 18px 20px;
}
@media (max-width: 1200px) {
  figure.wp-block-table table tbody tr td:first-child {
    width: 160px;
  }
}
figure.wp-block-table table tbody tr + tr {
  margin-top: 4px;
}
figure.wp-block-table .wp-element-caption {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 32px;
  margin-top: -24px;
}
@media (max-width: 1200px) {
  figure.wp-block-table .wp-element-caption {
    width: 100%;
  }
}

@media (max-width: 1200px) {
  figure.wp-block-table.threeRows table thead tr th {
    width: 280px;
  }
}
figure.wp-block-table.threeRows table thead tr th:first-child {
  width: 250px;
}
@media (max-width: 1200px) {
  figure.wp-block-table.threeRows table thead tr th:first-child {
    width: 200px;
  }
}

@media (max-width: 1200px) {
  .is-layout-flex {
    flex-direction: column;
  }
}

#is_single:not(.single-company) header .subpageHeader h1 {
  max-width: 60vw;
  margin-right: auto;
  margin-left: auto;
}/*# sourceMappingURL=themeStyle.css.map */