@charset "UTF-8";

/*!
Theme Name: ipeinc-new
Theme URI: http://underscores.me/
Author: studio-puff
Author URI: http://studio-puff.com
Description: ipeinc theme
Version: 1.0.4
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ipeinc
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

ipeinc is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Header
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
	- Wrap
#Page
	- About

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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 {
  color: #404040;
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  font-size: 1rem;
  line-height: 2;
}

.page .entry-content p {
  line-height: 2.5;
  margin-bottom: 4em;
}

@media screen and (max-width: 767px) {
  .page .entry-content p {
    line-height: 2;
  }
}

.post .entry-content p {
  margin-bottom: 3em;
}

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

.single-employee_interview .entry-content h2,
.page main h2,
.category h2 {
  font-size: 3.5rem;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 12rem;
  margin-bottom: 7rem;
}

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

  .single-employee_interview .entry-content h2,
  .page main h2,
  .category h2 {
    font-size: 1.8rem;
  }
}

.single-employee_interview .entry-content h2:before,
.page main h2:before,
.category h2:before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: #2aa0d0;
  position: absolute;
  top: -0.5em;
}

.single-employee_interview .entry-content h3,
.page main h3,
.category h3 {
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-bottom: 2em;
}

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

  .single-employee_interview .entry-content h3,
  .page main h3,
  .category h3 {
    font-size: 1.8rem;
  }
}

.post .entry-content h2 {
  font-size: 2.6rem;
  padding-left: 5rem;
  position: relative;
  margin-bottom: 4rem;
}

.post .entry-content h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 2px;
  background: #2aa0d0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.post .entry-content h3 {
  display: block;
  font-size: 2.2rem;
  padding-left: 1em;
  position: relative;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.post .entry-content h3::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
  width: 2px;
  background: #2aa0d0;
}

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

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
--------------------------------------------- */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-size: 1.6rem;
}

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

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

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 {
  color: #404040;
  transition: 500ms;
}

a:hover,
a:focus,
a:active {
  opacity: 0.8;
  transform: scale(1.1, 1.1);
}

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
--------------------------------------------------------------*/
.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.site-main {
  width: 100%;
  overflow: hidden;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: flex;
  justify-content: end;
  width: 100%;
}

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

.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;
  margin: 3rem 1rem;
  font-size: 1.6rem;
  color: #404040;
}

.main-navigation li:hover>a,
.main-navigation li.focus>a {
  color: #333;
}

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

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

@media screen and (min-width: 768px) {

  .menu-toggle,
  .side-nav__social-icon {
    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%;
}

.menu-toggle {
  position: fixed;
  z-index: 99999;
  top: 0;
  right: 1rem;
  cursor: pointer;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  border: none;
  outline: none;
  background: transparent;
}

.menu-toggle span {
  display: inline-block;
  transition: all .4s;
  /*アニメーションの設定*/
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #2aa0d0;
}

.menu-toggle span:nth-of-type(1) {
  top: 15px;
  width: 45%;
}

.menu-toggle span:nth-of-type(2) {
  top: 23px;
  width: 35%;
}

.menu-toggle span:nth-of-type(3) {
  top: 31px;
  width: 20%;
}

.menu-toggle.active span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.menu-toggle.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-toggle.active span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

.toggled .menu-toggle span {
  background-color: #fff;
}

.toggled .menu-toggle span:nth-of-type(1) {
  top: 18px;
  left: 18px;
  transform: translateY(6px) rotate(-135deg);
  width: 30%;
}

.toggled .menu-toggle span:nth-of-type(2) {
  opacity: 0;
}

.toggled .menu-toggle span:nth-of-type(3) {
  top: 30px;
  left: 18px;
  transform: translateY(-6px) rotate(135deg);
  width: 30%;
}

@media screen and (max-width: 767px) {
  .menu-primary-container {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    background: #2aa0d0;
    transition: all 0.6s;
  }
}

.toggled .menu-primary-container {
  right: 0;
}

.toggled ul {
  position: absolute;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.toggled ul li {
  list-style: none;
  text-align: center;
}

.toggled ul li a {
  color: #fff;
  padding: 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.side-nav__social-icon {
  position: fixed;
  z-index: 9999;
  top: 0;
  right: -120%;
  width: 6rem;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  transition: all 0.6s;
  display: flex;
  flex-flow: column;
  justify-content: end;
  align-items: center;
  padding-bottom: 2rem;
}

.side-nav__social-icon img {
  filter: brightness(0) invert(1);
  margin-bottom: 3rem;
}

.toggled .side-nav__social-icon {
  right: 0;
}

.site-navigation__storategy {
  margin: 3rem 1em 0 0;
}

.site-navigation__storategy a {
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.site-navigation__storategy img {
  margin: 0 1em 0 1em;
  /* 0 0 0 2em */
  width: 20px;
  /* 30px;*/
  height: auto;
}

.site-navigation__storategy img:last-child {
  margin: 0 1em !important;
  width: 15px;
  /*12px;*/
}

@media screen and (max-width: 767px) {
  .site-navigation__storategy {
    display: none;
  }
}

.site-navigation__storategy__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-navigation__storategy__sp {
    display: block;
  }
}

.site-navigation__storategy__sp a {
  text-transform: none !important;
  white-space: nowrap;
  position: relative;
}

.site-navigation__storategy__sp img {
  display: inline-block;
  margin-left: 1em;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

.site-navigation__deepeditor {
  margin: 3rem 1em 0 0;
}

.site-navigation__deepeditor a {
  border: 1px solid #000;
  border-radius: 50px;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.site-navigation__deepeditor img {
  margin: 0 1em 0 1em;
  /*margin: 0 0 0 2em;*/
  width: 20px;
  height: auto;
}

.site-navigation__deepeditor img:last-child {
  margin: 0 1em;
  width: 15px;
  /*12px;*/
}

@media screen and (max-width: 767px) {
  .site-navigation__deepeditor {
    display: none;
  }
}

.site-navigation__deepeditor__sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .site-navigation__deepeditor__sp {
    display: block;
  }
}

.site-navigation__deepeditor__sp a {
  text-transform: none !important;
  white-space: nowrap;
  position: relative;
}

.site-navigation__deepeditor__sp img {
  display: inline-block;
  margin-left: 1em;
  filter: brightness(0) invert(1);
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
}

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

.post,
.page {
  margin: 0 0 1.5em;
}

.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;
}

/* Card
--------------------------------------------- */
.latest-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 4.5rem auto 1fr;
  background: #fff;
  padding: 6rem 4rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .latest-card {
    width: 28rem;
    padding: 3rem 2rem;
  }
}

.latest-card__cat {
  color: #fff;
  background: #2aa0d0;
  font-size: 1.7rem;
  padding: 1rem 3rem;
  width: fit-content;
  height: fit-content;
}

@media screen and (max-width: 767px) {
  .latest-card__cat {
    font-size: 1rem;
  }
}

.latest-card__date {
  display: flex;
  align-items: center;
}

.latest-card__title {
  grid-column: 1 / span 2;
  font-size: 2rem;
  font-weight: auto;
}

@media screen and (max-width: 767px) {
  .latest-card__title {
    font-size: 1.8rem;
  }
}

.latest-card__desc {
  grid-column: 1 / span 2;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .latest-card__desc {
    font-size: 1.2rem;
  }
}

.latest__item:nth-child(odd) .latest-card__cat {
  background: #2ad0be;
}

.works-card {
  display: block;
  text-decoration: none;
  box-shadow: 7px 10px 5px -2px #aaaaaa, 5px 7px 5px 0px #ffffff inset;
}

.works-card__img {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
}

.works-card__img img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.works-card__title {
  font-size: 2rem !important;
  padding-left: 1em;
  padding-right: 1em;
}

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

/* Header
--------------------------------------------- */
/* Site-header
--------------------------------------------- */
.site-header {
  width: 100%;
  display: flex;
}

/* Site-title
--------------------------------------------- */
.site-title {
  margin: 7rem 6rem;
}

@media screen and (max-width: 767px) {
  .site-title {
    margin: 1rem;
  }
}

/* Page-header
--------------------------------------------- */
.page-header {
  background: #f8f9fa;
  margin-top: 15rem;
  position: relative;
  min-height: 30rem;
  padding-top: 2em;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page-header {
    padding-top: 0.5em;
    min-height: 15rem;
  }
}

.page-header__sub-title {
  position: absolute;
  font-size: 6.6rem;
  color: #2aa0d0;
  top: -1.2em;
}

@media screen and (max-width: 767px) {
  .page-header__sub-title {
    font-size: 3.3rem;
    line-height: 0.8;
  }
}

.page-header__title {
  font-size: 2.2rem;
  padding-left: 0.5em;
  letter-spacing: 0.12em;
}

@media screen and (max-width: 767px) {
  .page-header__title {
    font-size: 1.8rem;
  }
}

/* breadcrumb
--------------------------------------------- */
.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  position: absolute;
  bottom: 2em;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .breadcrumb ul {
    font-size: 1rem;
  }
}

.breadcrumb li span {
  padding-left: 0.5em;
  padding-right: 0.5em;
}

/* modules
--------------------------------------------- */
.clients-section {
  margin-bottom: 20rem;
}

.clients-section__subhedding {
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  margin-bottom: 5rem;
}

.clients-section__subhedding span {
  color: #2aa0d0;
}

.clients-section__images {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3rem;
  padding: 0 5rem;
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .clients-section__images {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 2rem;
    gap: 2rem;
  }
}

.clients-section__image {
  display: block;
  padding: 10%;
  width: 100%;
  border: 1px solid #888;
  margin-bottom: 5rem;
}

.clients-section__content {
  text-align: center;
  font-size: 1.6rem;
}

.clients-section__more {
  margin-left: auto;
  margin-right: auto;
}

.webiner-section {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .webiner-section {
    display: block;
  }
}

.webiner-section a {
  text-decoration: none;
  display: block;
  margin-bottom: 5rem;
}

.webiner-section__meta {
  color: #2aa0d0;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 1rem;
  padding-bottom: 2rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #c4c4c4;
}

.webiner-section__meta__date {
  font-size: 3.6rem;
}

.webiner-section__meta__date span {
  font-size: 2rem;
}

.webiner-section__meta__time {
  font-size: 2.8rem;
}

.webiner-section__meta__time span {
  font-size: 2rem;
}

.webiner-section__title {
  font-size: 2rem;
}

.webiner-section__more {
  grid-column: span 3;
  margin-left: auto;
  margin-right: auto;
}

.casestudy-section a {
  text-decoration: none;
  display: block;
}

.casestudy-section__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .casestudy-section__container {
    display: block;
  }
}

.casestudy-section__img {
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .casestudy-section__img {
    padding-top: 56.25%;
  }
}

.casestudy-section__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline;
}

.casestudy-section__content {
  background: #f6f6f6;
  padding: 3rem;
}

.casestudy-section__company {
  display: inline-block;
  background: #2AA0D0;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 28px;
  font-size: 2rem;
  padding: 0.4em 1em;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .casestudy-section__company {
    font-size: 1.6rem;
  }
}

.casestudy-section__title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .casestudy-section__title {
    font-size: 1.6rem;
  }
}

.casestudy-section__desc {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .casestudy-section__desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 5;
  }
}

.casestudy-section__more.more-btn {
  margin: 5rem auto;
}

.related-article-section a {
  text-decoration: none;
  display: block;
}

.related-article-section__container {
  display: grid;
  grid-template-columns: 1fr 2fr;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .related-article-section__container {
    display: block;
  }
}

.related-article-section__img {
  align-self: stretch;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .related-article-section__img {
    padding-top: 56.25%;
  }
}

.related-article-section__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: inline;
}

.related-article-section__content {
  background: #f6f6f6;
  padding: 3rem;
}

.related-article-section__company {
  display: inline-block;
  background: #2AA0D0;
  text-align: center;
  color: #FFFFFF;
  font-weight: bold;
  border-radius: 28px;
  font-size: 2rem;
  padding: 0.4em 1em;
  line-height: 1;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .related-article-section__company {
    font-size: 1.6rem;
  }
}

.related-article-section__title {
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .related-article-section__title {
    font-size: 1.6rem;
    padding-bottom: 0.2rem;
  }
}

.related-article-section__desc {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 2.5;
}

@media screen and (max-width: 767px) {
  .related-article-section__desc {
    font-size: 1.4rem;
    -webkit-line-clamp: 5;
  }
}

.related-article-section__more.more-btn {
  margin: 5rem auto;
}

/* footer
--------------------------------------------- */
.footer-cta {
  padding: 0 100px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: center;
  justify-items: center;
  position: relative;
  z-index: 1;
  gap: 11px;
}

@media screen and (max-width: 767px) {
  .footer-cta {
    display: block;
  }
}

.footer-cta__item {
  background: #fff;
  width: 100%;
  text-align: center;
  padding: min(9.407vw, 80px) 3px;
  letter-spacing: 0.2rem;
  box-shadow: 2px 2px 4px 4px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 767px) {
  .footer-cta__item {
    padding: 5rem 1rem;
    margin-top: 3rem;
  }
}

.footer-cta__item__title {
  font-size: 1.6rem !important;
  margin-top: 0rem !important;
  margin-bottom: 5rem !important;
  min-height: 71px;
}

.footer-cta__item__title span {
  font-size: 2.5rem;
}

.footer-cta__item__btn {
  background: #fff;
  width: 100%;
  color: #000;
  font-size: min(1.93vw, 18px);
  /* font-size: 18px; */
  font-weight: bold;
  padding-bottom: 2rem;
  position: relative;
  /* max-height: 128px; */
  height: min(12.85vw, 128px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 30px;
  padding-right: 30px;
}

@media screen and (max-width: 767px) {
  .footer-cta__item__btn {
    font-size: 1.5rem;
    padding: 0 70px 2rem;
    height: auto;
  }
}

.footer-cta__item__btn::before {
  content: "＞";
  color: #2aa0d0;
  display: block;
  position: absolute;
  top: 50%;
  right: min(0.55vw, 25px);
  width: 15px;
  /* min-height: 34px; */
  transform: translateY(calc(-50% - 1rem));
}

.footer-cta__item__content {
  line-height: 2.5;
  letter-spacing: 0.1em;
  font-size: min(1.3vw, 13px);
  height: 19.44vw;
  max-height: 210px;
}

@media screen and (max-width: 767px) {
  .footer-cta__item__content {
    line-height: 2.5;
    font-size: 1.6rem;
    height: auto;
  }
}

.footer-cta__item a {
  text-decoration: none;
}

.footer-contact {
  background-image: url("images/footer-contact-back2.webp");
  background-size: cover;
  position: relative;
  top: -8rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .footer-contact {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.footer-contact .wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .footer-contact .wrap {
    display: block;
  }
}

.footer-contact .footer-contact__title {
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #2aa0d0;
  grid-column: 1 / span 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-top: 4rem;
}

.footer-contact .footer-contact__title::before {
  content: none;
}

.footer-contact .footer-contact__subtitle {
  letter-spacing: 0.2rem;
  font-weight: bold;
  grid-row: 2 / span 1;
  margin-top: 0;
}

.footer-contact .footer-contact__btn {
  width: 70%;
  border: 1px solid #2aa0d0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  color: #2aa0d0;
  margin-left: auto;
  height: 7rem;
  margin-bottom: 2rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .footer-contact .footer-contact__btn {
    width: 100%;
  }
}

.footer-contact .footer-contact__btn::before {
  content: "＞";
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .footer-contact .footer-contact__btn::before {
    right: 2rem;
  }
}

.footer-contact .footer-contact__btn__image {
  display: block;
  width: auto;
  margin: 2rem 0rem 2rem 4rem;
  padding-right: 4rem;
  border-right: 2px solid #2aa0d0;
}

@media screen and (max-width: 767px) {
  .footer-contact .footer-contact__btn__image {
    margin: 2rem 0rem 2rem 2rem;
    padding-right: 2rem;
  }
}

.footer-contact .footer-contact__btn__content {
  display: flex;
  margin: 0;
  width: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  letter-spacing: 0.1rem;
  color: #2aa0d0;
  line-height: 1.2;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 1rem;
  padding-top: 20rem;
}

@media screen and (max-width: 767px) {
  .footer-nav {
    padding-top: 5rem;
  }
}

.footer-nav__corp {
  grid-column: span 5 / span 5;
}

@media screen and (max-width: 767px) {
  .footer-nav__corp {
    grid-column: span 12 / span 12;
    order: 3;
    margin-bottom: 10rem;
    font-size: 1.3rem;
  }
}

.footer-nav__corp__img {
  margin-bottom: 2rem;
}

.footer-nav__corp__content {
  line-height: 2.5;
}

.footer-nav__menu {
  grid-column: span 6 / span 6;
}

@media screen and (max-width: 767px) {
  .footer-nav__menu {
    grid-column: span 12 / span 12;
    order: 2;
    margin-bottom: 10rem;
  }
}

.footer-nav__menu ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}

.footer-nav__menu li {
  width: calc(100% / 3);
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .footer-nav__menu li {
    width: 50%;
    font-size: 1.2rem;
  }
}

.footer-nav__menu a {
  text-decoration: none;
}

.footer-nav__social {
  grid-column: span 1 / span 1;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .footer-nav__social {
    grid-column: span 12 / span 12;
    order: 1;
    display: flex;
    justify-content: space-around;
    margin-bottom: 10rem;
  }
}

/* first-view
--------------------------------------------- */
.first-view {
  position: relative;
  margin-bottom: 10rem;
  margin-top: 15rem;
}

.first-view__main-text {
  font-size: 6rem;
  font-weight: 600;
  letter-spacing: 0.4rem;
}

@media screen and (max-width: 767px) {
  .first-view__main-text {
    font-size: 2rem;
  }
}

.first-view__sub-text {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 7rem;
  letter-spacing: 0.3rem;
}

@media screen and (max-width: 767px) {
  .first-view__sub-text {
    font-size: 1.4rem;
    letter-spacing: 0.1rem;
    line-height: 2.5;
  }
}

.first-view__video {
  position: absolute;
  left: 15%;
  top: -90%;
  z-index: -10;
  filter: drop-shadow(0px 0px rgba(0, 0, 0, 0));
  outline: none;
  border: none;
}

@media screen and (max-width: 767px) {
  .first-view__video {
    width: 170%;
  }
}

/* Pr3
--------------------------------------------- */
.pr3 {
  padding: 6rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 10rem;
}

@media screen and (max-width: 767px) {
  .pr3 {
    display: block;
    margin-bottom: 0;
  }
}

.pr3__item__more {
  grid-column: 2 / span 1;
}

/* Clients
--------------------------------------------- */
.clients {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 2rem;
  padding-top: 20rem;
  padding-bottom: 20rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .clients {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

@media screen and (max-width: 767px) {
  .clients {
    display: block;
  }
}

.clients__title {
  font-size: 2.4rem;
  color: #2aa0d0;
  margin-bottom: 3rem;
}

.clients__content {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .clients__content {
    font-size: 2.2rem;
  }
}

.clients__subcontent {
  font-size: 1.5rem;
  margin-bottom: 6rem;
}

.clients__logo {
  grid-column: 2 / span 2;
  grid-row: 1 / span 4;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .clients__logo {
    margin-top: 10rem;
  }
}

.clients__more {
  margin-left: -4rem;
}

@media screen and (max-width: 767px) {
  .clients__more {
    margin-left: auto;
    margin-right: auto;
  }
}

/* Pr-card
--------------------------------------------- */
.pr-card {
  padding: 4rem;
}

@media screen and (max-width: 767px) {
  .pr-card {
    padding: 2rem 0;
  }
}

.pr-card__title {
  font-size: 3.8rem;
  color: #a3cbd8;
}

@media screen and (max-width: 767px) {
  .pr-card__title {
    font-size: 2.2rem;
  }
}

.pr-card__title::after {
  content: '';
  display: block;
  width: 4rem;
  height: 0.3rem;
  background-color: #a3cbd8;
}

.pr-card__content {
  font-size: 1.8rem;
  line-height: 4.4rem;
}

@media screen and (max-width: 767px) {
  .pr-card__content {
    font-size: 1.6rem;
  }
}

/* marketing
--------------------------------------------- */
.marketing {
  background-image: url("images/marketing-background.webp");
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 20rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .marketing {
    background-position: right;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.marketing__title {
  width: 50%;
  font-size: 2.4rem;
  color: #2aa0d0;
}

@media screen and (max-width: 767px) {
  .marketing__title {
    width: 100%;
  }
}

.marketing__content {
  width: 50%;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 6rem;
}

@media screen and (max-width: 767px) {
  .marketing__content {
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.5rem;
  }
}

.marketing__more {
  margin-left: -4rem !important;
}

@media screen and (max-width: 767px) {
  .marketing__more {
    margin-left: auto !important;
    margin-right: auto;
  }
}

/* latest
--------------------------------------------- */
.latest {
  background-image: linear-gradient(135deg, #aee0f8, #aebaf8 50%, #aee0f8);
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .latest {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.latest>div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 767px) {
  .latest>div:first-child {
    display: block;
  }
}

.latest>div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 2.5rem;
}

@media screen and (max-width: 767px) {
  .latest>div:nth-child(2) {
    width: 100%;
    display: flex;
    overflow: scroll;
  }
}

.latest__title {
  width: 50%;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .latest__title {
    width: 100%;
  }
}

.latest__more {
  color: #fff !important;
  margin-left: auto;
  margin-top: 1rem !important;
  padding-right: 0 !important;
}

.latest__more::after {
  background-color: #fff !important;
}

.latest__item {
  text-decoration: none;
}

/* recruit
--------------------------------------------- */
section.recruit {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding-top: 20rem;
  padding-bottom: 20rem;
  gap: 0 10rem;
}

@media screen and (max-width: 767px) {
  section.recruit {
    padding-top: 10rem;
    padding-bottom: 10rem;
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr;
  }
}

section.recruit .recruit__title {
  font-size: 2.4rem;
  color: #2aa0d0;
  margin-bottom: 3rem;
  order: 1;
}

section.recruit .recruit__content {
  font-size: 3.5rem;
  font-weight: bold;
  margin-bottom: 3rem;
  order: 3;
}

@media screen and (max-width: 767px) {
  section.recruit .recruit__content {
    font-size: 2.2rem;
  }
}

section.recruit .recruit__subcontent {
  font-size: 1.5rem;
  margin-bottom: 6rem;
  line-height: 3;
  order: 4;
}

section.recruit .recruit__link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: flex-start;
  order: 5;
}

section.recruit .recruit__link__item {
  font-size: 1.8rem;
  position: relative;
  color: #fff;
  text-align: left;
  width: 50%;
  padding-left: 4rem;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  section.recruit .recruit__link__item {
    width: 100%;
  }
}

section.recruit .recruit__link__item::before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

section.recruit .recruit__link__item:nth-child(1) {
  background: #2aa0d0;
  line-height: 6em;
}

section.recruit .recruit__link__item:nth-child(2) {
  background: #36abda;
  line-height: 6em;
}

section.recruit .recruit__link__item:nth-child(3) {
  background: #adadad;
  line-height: 4em;
}

section.recruit .recruit__link__item:nth-child(4) {
  background: #cbcbcb;
  line-height: 4em;
}

section.recruit .recruit__img {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  order: 2;
  grid-row: span 4 / span 4;
  margin-top: -20rem;
  margin-bottom: -20rem;
}

@media screen and (max-width: 767px) {
  section.recruit .recruit__img {
    margin-top: 5rem;
    margin-bottom: 0;
    order: 6;
  }
}

section.recruit .recruit__img__item {
  grid-row: span 4 / span 4;
}

section.recruit .recruit__img__item:nth-child(1) {
  grid-column: 1;
  grid-row: 2 / span 4;
  margin-top: auto;
}

section.recruit .recruit__img__item:nth-child(2) {
  grid-column: 1;
  grid-row: 6 / span 4;
}

section.recruit .recruit__img__item:nth-child(3) {
  grid-column: 1;
  grid-row: 10 / span 3;
}

section.recruit .recruit__img__item:nth-child(4) {
  grid-column: 2;
  grid-row: 1 / span 4;
}

section.recruit .recruit__img__item:nth-child(5) {
  grid-column: 2;
  grid-row: 5 / span 4;
}

section.recruit .recruit__img__item:nth-child(6) {
  grid-column: 2;
  grid-row: 9 / span 4;
  overflow: hidden;
}

section.recruit .recruit__img__item:nth-child(6) img {
  transform: scale(1.15);
}

section.recruit .recruit__img__item img {
  object-fit: cover;
}

/* Owned
--------------------------------------------- */
.owned {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding-top: 20rem;
  padding-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .owned {
    padding-top: 0rem;
    padding-bottom: 0rem;
    display: block;
  }
}

.owned__title {
  grid-column: span 3 / span 3;
  display: grid;
  grid-template-columns: 70% 30%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .owned__title {
    display: block;
  }
}

.owned__title__head {
  order: 1;
  font-size: 2.4rem;
  color: #2aa0d0;
}

@media screen and (max-width: 767px) {
  .owned__title__head {
    margin-bottom: 0;
  }
}

.owned__title__img {
  order: 3;
}

@media screen and (max-width: 767px) {
  .owned__title__img {
    width: 40%;
    display: block;
    margin-bottom: 30px;
  }
}

.owned__title__more {
  order: 2;
  grid-row: span 2 / span 2;
  margin: auto !important;
}

@media screen and (max-width: 767px) {
  .owned__title__more {
    margin-bottom: 100px !important;
  }
}

.owned .article {
  text-decoration: none;
}

.owned .article-img {
  aspect-ratio: 5 / 3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.owned .article-img img {
  position: absolute;
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.owned .article-tag {
  color: #007bad;
  text-decoration: none;
  font-family: YuMincho, 'Yu Mincho', serif;
  font-weight: bold;
  display: block;
  margin: 1em 0;
}

.owned .article-title {
  text-decoration: none;
  font-family: YuMincho, 'Yu Mincho', serif;
}

.owned .article-title h2 {
  font-size: 1em;
}

@media screen and (max-width: 767px) {
  .owned .article-title {
    margin-bottom: 100px;
  }
}

/* recruit
--------------------------------------------- */
.interview {
  background-image: url("images/interview-back.webp");
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 20rem;
  margin-bottom: 20rem;
}

.interview.bg-none {
  background-image: none;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .interview {
    display: block;
    padding-top: 10rem;
    padding-bottom: 10rem;
    margin-bottom: 10rem;
  }
}

.interview>div:first-child {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .interview>div:first-child {
    display: block;
  }
}

.interview>div:nth-child(2) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 2.5rem;
  margin-top: 0.83em;
}

@media screen and (max-width: 767px) {
  .interview>div:nth-child(2) {
    grid-template-columns: 1fr 1fr;
  }
}

.interview__title {
  width: 50%;
  font-size: 2.4rem;
  letter-spacing: 0.1rem;
  color: #2aa0d0;
  grid-column: span 2 / span 2;
}

.interview__subtitle {
  font-size: 3.5rem;
  letter-spacing: 0.5rem;
}

@media screen and (max-width: 767px) {
  .interview__subtitle {
    font-size: 2.2rem;
  }
}

.interview__more {
  margin-left: auto;
  margin-top: 1rem !important;
  padding-right: 0 !important;
}

.interview__item {
  text-decoration: none;
}

.interview-card__img {
  position: relative;
  box-shadow: 0px 0px 15px -5px #777777;
  aspect-ratio: 3 / 4;
}

.interview-card__img img {
  object-fit: cover;
  aspect-ratio: 3 / 4;
  vertical-align: top;
}

.interview-card__img__cat {
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  background: #2aa0d0;
  font-size: 1.6rem;
  padding: 0rem 2rem;
  width: fit-content;
  height: fit-content;
}

.interview-card__desc {
  text-decoration: underline;
  text-decoration-color: #ccc;
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 2.2rem;
  margin-bottom: 0.5em;
  height: calc(3em * 1.5);
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .interview-card__desc {
    font-size: 1.3rem;
  }
}

.interview-card__title {
  font-size: 1.6rem;
  color: #333;
  font-weight: normal;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .interview-card__title {
    font-size: 1.3rem;
  }
}

/* More-btn
--------------------------------------------- */
.more-btn {
  display: block;
  text-decoration: none;
  position: relative;
  width: 420px;
  max-width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  color: #2aa0d0;
  padding-left: 4rem;
  padding-right: 4rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.more-btn::before {
  content: ">";
  display: block;
  position: absolute;
  top: 50%;
  right: 4rem;
  transform: translateY(-50%);
}

.more-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 8rem);
  bottom: 0;
  height: 0.2rem;
  background-color: #2aa0d0;
}

/* List
--------------------------------------------- */
.default-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 3rem;
}

@media screen and (max-width: 767px) {
  .default-list {
    display: block;
  }
}

.service-pr3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 7rem;
  background: #f4f4f4;
  padding: 7rem;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .service-pr3 {
    display: block;
    padding: 2rem;
  }
}

.service-pr3__item {
  background: #fff;
}

.service-pr3__item::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  padding: 2rem;
  color: #d3d3d3;
}

.service-pr3__item img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 40%;
  height: 30%;
  object-fit: contain;
}

.service-pr3__item h3 {
  text-align: center;
  font-size: 2rem;
  letter-spacing: 0.1em;
  margin-top: 3rem;
  margin-bottom: 3rem;
  text-decoration: underline solid #adadad;
}

.service-pr3__item p {
  padding: 0 2em 2em 2em;
  margin-bottom: 2em;
}

@media screen and (max-width: 767px) {
  .service-pr3__item p {
    font-size: 1.3rem;
  }
}

.service-pr3__item__img {
  background: #fff;
  grid-column: span 3 / span 3;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .service-pr3__item__img {
    margin-bottom: 2rem;
  }
}

.service-pr3__item__img img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* Page Nation
--------------------------------------------- */
.page-nation {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page-nation .nav-links {
  display: flex;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
}

.page-nation .nav-links span {
  display: block;
  color: #fff;
  background: #2aa0d0;
  height: 4rem;
  width: 4rem;
  text-align: center;
  margin-right: 1rem;
}

.page-nation .nav-links a {
  display: block;
  color: #2aa0d0;
  text-decoration: none;
}

.page-nation .nav-links a.page-numbers {
  height: 4rem;
  width: 4rem;
  text-align: center;
  margin-right: 1rem;
  background: #ebf6f9;
}

.page-nation .nav-links a.page-numbers.next {
  width: fit-content;
  background-color: transparent;
  position: relative;
}

.page-nation .nav-links a.page-numbers.next::after {
  content: "＞";
}

.page-nation .nav-links a.page-numbers.prev {
  width: fit-content;
  background-color: transparent;
  position: relative;
}

.page-nation .nav-links a.page-numbers.prev::before {
  content: "＜";
}

/* Cta
--------------------------------------------- */
.page .contact-cta {
  background-image: url("images/marketing-background.webp");
  background-size: cover;
  padding-top: 20rem;
  padding-bottom: 20rem;
  letter-spacing: 0.1rem;
}

@media screen and (max-width: 767px) {
  .page .contact-cta {
    background-position: right;
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}

.page .contact-cta .wrap {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  align-items: center;
}

@media screen and (max-width: 767px) {
  .page .contact-cta .wrap {
    display: block;
  }
}

.page .contact-cta__img {
  grid-column: 9 / span 4;
  grid-row: span 4 / span 4;
}

.page .contact-cta__title {
  font-size: 2.4rem;
  color: #2aa0d0;
  margin: 0;
  grid-column: span 8 / span 8;
}

.page .contact-cta__title::before {
  content: none;
}

.page .contact-cta__subtitle {
  font-size: 3.5rem;
  font-weight: bold;
  line-height: 6rem;
  grid-column: span 8 / span 8;
}

@media screen and (max-width: 767px) {
  .page .contact-cta__subtitle {
    font-size: 1.8rem;
    line-height: 2;
  }
}

.page .contact-cta__content {
  grid-column: span 8 / span 8;
}

.page .contact-cta__more {
  grid-column: span 8 / span 8;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .page .contact-cta__more {
    padding-left: 4rem;
  }
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
#satori__custom_form {
  max-width: 840px;
  margin: 0 auto;
}

#satori__custom_form .satori__require {
  color: red;
  font-weight: bolder;
  background: transparent;
}

#satori__custom_form .satori__not_require {
  color: #808080;
  font-weight: bold;
  background: transparent;
}

#satori__custom_form label {
  font-weight: bold;
  width: 100%;
}

#satori__custom_form .satori__input_group {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 20px;
}

#satori__custom_form .satori__system_notes {
  display: block;
}

#satori__custom_form .satori__horiz_group {
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

#satori__custom_form .satori__horiz_group .satori__input_group {
  width: 50%;
}

#satori__custom_form .satori__input_group input[type='text'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group input[type='tel'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group input[type='password'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group input[type='email'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group input[type='number'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group input[type='url'],
#satori__custom_form .satori__custom_form_3a3fb82eddcf5d74_css .satori__input_group textarea {
  background-color: #fff;
}

#satori__custom_form #satori__privacy_policy_agreement_wrapper {
  background: #ececec;
  font-weight: bold;
  border-radius: 1rem;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 10rem;
}

#satori__custom_form #satori__privacy_policy_agreement_wrapper p {
  margin-bottom: 2rem;
}

#satori__custom_form #satori__privacy_policy_agreement_wrapper label {
  width: auto;
}

#satori__custom_form .satori__btn.submit {
  margin-top: 5rem;
  padding: 0.8em 4em;
}

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

/* slick
--------------------------------------------- */
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

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

/* Borders
--------------------------------------------- */
.border-default {
  border: 1px solid #d6d5d5;
  padding: 2rem;
  width: 50%;
  margin-bottom: 2em;
  background-color: #f4f4f4;
}

.border-default ol,
.border-default ul {
  margin: 0;
}

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

  .border-default ol,
  .border-default ul {
    padding-left: 1em;
  }
}

.border-default a {
  text-decoration: underline solid #adadad;
}

@media screen and (max-width: 767px) {
  .border-default {
    width: 100%;
  }
}

/* Wrap
--------------------------------------------- */
.wrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 140rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.wrap__p-none {
  margin-right: auto;
  margin-left: auto;
  max-width: 140rem;
}

/* Wp-block
--------------------------------------------- */
.wp-block-group {
  margin-bottom: 20rem;
}

/* Fade-in
--------------------------------------------- */
.fade-in {
  opacity: 0;
  transition-duration: 700ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 100px);
}

.fade-in-down {
  transform: translate(0, -100px);
}

.fade-in-left {
  transform: translate(-100px, 0);
}

.fade-in-right {
  transform: translate(100px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/* Margin
--------------------------------------------- */
.mb-20 {
  margin-bottom: 20rem !important;
}

@media screen and (max-width: 767px) {
  .mb-20 {
    margin-bottom: 10rem !important;
  }
}

.mb-10 {
  margin-bottom: 10rem;
}

.m-auto {
  margin: auto;
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.m--6 {
  margin-top: -6rem;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .m--6 {
    margin-top: -10rem;
    padding-bottom: 0rem;
  }
}

.mb-2 {
  margin-bottom: 2rem !important;
}

.mb--10 {
  margin-bottom: 10rem !important;
}

/* Margin
--------------------------------------------- */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .tab-none {
    display: none;
  }
}

/* Page
--------------------------------------------- */
.page .about-mission {
  position: relative;
  text-align: center;
}

.page .about-mission__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  width: 100%;
  line-height: 2 !important;
}

@media screen and (max-width: 767px) {
  .page .about-mission__content {
    font-size: 1.6rem;
  }
}

.page .about-vision {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 7rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page .about-vision {
    display: block;
    margin-bottom: 10rem;
  }
}

.page .about-vision__image {
  grid-column: span 2 / span 2;
  margin-left: auto;
}

.page .about-value {
  background: #f4f4f4;
  padding: 8rem;
  margin-top: 4rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page .about-value {
    padding: 2rem;
    margin-bottom: 10rem;
  }
}

.page .about-value__sub-title {
  text-align: center;
  margin: 0 !important;
}

.page .about-value__title {
  text-align: center;
  font-size: 3.3rem;
  font-weight: bold;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page .about-value__title {
    font-size: 2.5rem;
    margin-bottom: 5rem !important;
  }
}

.page .about-value__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 4.5rem;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .page .about-value__list {
    gap: 2rem;
  }
}

.page .about-value__list__item {
  width: calc(100% / 3 - 4.5rem);
  background: #fff;
}

@media screen and (max-width: 767px) {
  .page .about-value__list__item {
    width: 100%;
  }
}

.page .about-value__list__item h3 {
  text-align: center;
  color: #2aa0d0;
  font-size: 2rem;
  margin-top: 7rem;
  margin-bottom: 8rem;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .page .about-value__list__item h3 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.page .about-value__list__item p {
  padding: 0 2em 2em 2em;
  letter-spacing: 0.1em;
  margin-bottom: 2rem !important;
}

@media screen and (max-width: 767px) {
  .page .about-value__list__item p {
    font-size: 1.3rem;
  }
}

.page .about-value__list__item::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  padding: 2rem;
  color: #d3d3d3;
}

.page .about-message {
  margin-top: 7rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page .about-message {
    margin-bottom: 10rem;
  }
}

.page .about-message img {
  width: 100%;
}

.page .about-overview {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page .about-overview {
    display: block;
    margin-bottom: 10rem;
  }
}

.page .about-overview dl {
  display: flex;
  flex-wrap: wrap;
}

.page .about-overview dl dt {
  width: 20%;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .page .about-overview dl dt {
    width: 30%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
  }
}

.page .about-overview dl dd {
  width: 80%;
  margin: 0;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .page .about-overview dl dd {
    width: 70%;
    padding-bottom: 1.5rem;
    margin-bottom: 1.5rem;
    font-size: 1.3rem;
  }
}

.page .about-history>dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .page .about-history>dl {
    margin-bottom: 0rem;
  }
}

.page .about-history>dl>dt {
  width: 10%;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
  position: relative;
  padding-left: 4rem;
  color: #2aa0d0;
}

.page .about-history>dl>dt>span {
  display: block;
}

.page .about-history>dl>dt>span::before {
  content: "";
  width: 2rem;
  height: 1px;
  background: #2aa0d0;
  position: absolute;
  top: 2rem;
  left: 0;
}

.page .about-history>dl>dd {
  width: 90%;
  margin: 0;
  border-bottom: 2px solid #e9e9e9;
  padding-bottom: 3rem;
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .page .about-history>dl>dd {
    width: 100%;
  }
}

.page .about-history>dl>dd>dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}

.page .about-history>dl>dd>dl>dt {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .page .about-history>dl>dd>dl>dt {
    width: 20%;
  }
}

.page .about-history>dl>dd>dl>dt:first-child {
  margin-bottom: 1em;
}

.page .about-history>dl>dd>dl>dd {
  width: 90%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .page .about-history>dl>dd>dl>dd {
    width: 80%;
    font-size: 1.3rem;
  }
}

.page .about-member {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 20rem;
  align-items: center;
}

.page .about-member h2 {
  grid-column: span 2 / span 2;
}

.page .about-member__more {
  grid-column: span 2 / span 2;
  height: 4rem;
  margin-left: auto;
}

.page .about-office {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 2rem;
  margin-bottom: 20rem;
}

@media screen and (max-width: 767px) {
  .page .about-office {
    display: block;
  }
}

.page .about-office h2 {
  grid-column: span 3 / span 3;
}

@media screen and (min-width: 768px) {
  .page .about-office h2 {
    margin-bottom: 0;
  }
}

.page .about-office h3 {
  grid-column: span 3 / span 3;
  margin-bottom: 0;
}

.page .about-office p {
  grid-column: span 3 / span 3;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 768px) {
  .page .about-office p {
    margin-bottom: 0;
  }
}

.page .about-office__more {
  grid-column: span 3 / span 3;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  .page .about-office__more {
    padding-left: 4rem;
  }
}

@media screen and (min-width: 768px) {
  .page .about-office__more {
    margin-bottom: 0;
  }
}

.page .about-office img {
  grid-column: 4 / span 5;
  grid-row: 1 / span 4;
  height: 100%;
  object-fit: cover;
}

.page-h4 {
  color: #2aa0d0;
}

.page-h3 {
  display: inline-block;
  border-bottom: 1px solid #2aa0d0;
}

.page-service .wrap {
  max-width: calc(110rem + 96px);
  padding-left: 48px;
  padding-right: 48px;
}

@media screen and (max-width: 767px) {
  .page-service .wrap {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.page-service h2,
.page-service h3 {
  font-weight: 400;
}

.service__pr3 {
  background: #F5F5F5;
  padding: 1px 0 120px;
}

.service__pr3 .service-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 27px 24px;
}

.service__pr3 .service-item {
  width: 350.5px;
  padding: 32px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service__pr3 .service-item h3 {
  min-height: 61px;
  font-size: 24px;
  letter-spacing: normal;
  text-align: center;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  margin: 0;
  padding-top: 7px;
}

.service__pr3 .service-item p {
  margin: 24px 0 16px;
  line-height: 160%;
  font-size: 14px;
}

.service__pr3 .service-item .more-btn {
  margin: 0;
  max-width: 109px;
  padding: 0;
  width: 100%;
  margin-left: auto;
  font-size: 16px;
}

.service__pr3 .service-item .more-btn::after {
  width: 100%;
}

.service__pr3 .service-item .more-btn::before {
  right: 0;
}

.service__pr3 .service-item .more-btn.disabled {
  opacity: 0.5;
  pointer-events: none;
  max-width: 130px;
  color: #8a8a8a;
}

.service__pr3 .service-item .more-btn.disabled::after {
  background: #8a8a8a;
}

.wrap .service-sub-title__fs {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .wrap .service-sub-title__fs {
    font-size: 2rem;
  }
}

.page.content_marketing .about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  background: #f4f4f4;
  padding: 8rem;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .about {
    display: block;
    padding: 1rem;
  }
}

.page.content_marketing .about__img {
  grid-column: span 2 / span 2;
  background: #fff;
}

.page.content_marketing .about__img img {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .about__img {
    margin-bottom: 2rem;
  }
}

.page.content_marketing .about__item {
  background: #fff;
}

.page.content_marketing .about__item::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  padding: 2rem;
  color: #d3d3d3;
}

.page.content_marketing .about__item h3 {
  text-align: center;
  color: #2aa0d0;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 7rem;
  margin-bottom: 8rem;
  padding-left: 1rem;
  padding-right: 1rem;
  height: 2em;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .about__item h3 {
    margin-top: 3rem;
    margin-bottom: 4rem;
  }
}

.page.content_marketing .about__item p {
  padding: 0 2em 2em 2em;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .about__item p {
    font-size: 1.3rem;
  }
}

.page.content_marketing .cm-strength__head {
  display: flex;
  gap: 2rem;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__head {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
}

.page.content_marketing .cm-strength__head__title {
  width: 70%;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__head__title {
    width: 100%;
  }
}

.page.content_marketing .cm-strength__head__title p {
  margin-bottom: 3rem;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__head__title p {
    margin-bottom: 10rem;
  }
}

.page.content_marketing .cm-strength__head__img {
  width: 30%;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__head__img {
    width: 100%;
  }
}

.page.content_marketing .cm-strength__pr4 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9rem;
  background: #f4f4f4;
  padding: 8rem;
  counter-reset: number 0;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__pr4 {
    display: block;
    padding: 1rem;
  }
}

.page.content_marketing .cm-strength__pr4__item {
  background: #fff;
}

.page.content_marketing .cm-strength__pr4__item::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  padding: 2rem;
  color: #d3d3d3;
}

.page.content_marketing .cm-strength__pr4__item h3 {
  text-align: center;
  color: #2aa0d0;
  font-size: 2rem;
  font-weight: bold;
  margin-top: 5rem;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__pr4__item h3 {
    margin-top: 3rem;
  }
}

.page.content_marketing .cm-strength__pr4__item h4 {
  text-align: center;
  font-size: 2.2rem;
  letter-spacing: 0.1em;
  margin-top: 0;
  margin-bottom: 7rem;
  text-decoration: underline solid #adadad;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__pr4__item h4 {
    font-size: 1.8rem;
    margin-bottom: 4rem;
  }
}

.page.content_marketing .cm-strength__pr4__item p {
  padding: 0 2em 2em 2em;
  letter-spacing: 0.1em;
  margin-bottom: 2rem;
}

@media screen and (max-width: 767px) {
  .page.content_marketing .cm-strength__pr4__item p {
    font-size: 1.3rem;
  }
}

.content_marketing-column {
  display: flex;
}

@media screen and (max-width: 767px) {
  .content_marketing-column {
    flex-direction: column-reverse;
  }
}

.content_marketing-column__txt {
  width: 70%;
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .content_marketing-column__txt {
    width: 100%;
  }
}

.content_marketing-column__txt__create {
  width: 55%;
  padding-right: 2rem;
}

@media screen and (max-width: 767px) {
  .content_marketing-column__txt__create {
    width: 100%;
  }
}

.content_marketing-column__img {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -3em;
}

@media screen and (max-width: 767px) {
  .content_marketing-column__img {
    width: 100%;
    flex-direction: row;
    margin: 1em 0 4em;
  }
}

.content_marketing-column__img__create {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: -3em;
}

@media screen and (max-width: 767px) {
  .content_marketing-column__img__create {
    width: 100%;
    flex-direction: row;
    margin: 1em 0 4em;
  }
}

@media screen and (max-width: 767px) {
  .content_marketing-column__img img {
    width: 90%;
  }
}

.page.seo main img {
  display: block;
}

.seo__img__flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .seo__img__flex {
    flex-direction: column;
  }
}

.seo__img__flex img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .seo__img__flex img {
    width: 100%;
  }
}

.seo__img__flex img:first-child {
  margin-bottom: 2rem;
}

.wrap .seo-sub-title__fs {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .wrap .seo-sub-title__fs {
    font-size: 2rem;
  }
}

.page.advertising_operation .ad-flow {
  counter-reset: number 0;
  position: relative;
}

.page.advertising_operation .ad-flow::before {
  content: "";
  position: absolute;
  left: 2.5rem;
  top: 2.5rem;
  bottom: 0;
  display: block;
  width: 2px;
  background: #dedede;
}

.page.advertising_operation .ad-flow__title {
  font-size: 2rem;
  font-weight: bold;
  padding-left: 10rem;
  position: relative;
  width: fit-content;
  margin-bottom: 1rem;
}

@media screen and (max-width: 767px) {
  .page.advertising_operation .ad-flow__title {
    padding-left: 7rem;
    font-size: 1.8rem;
  }
}

.page.advertising_operation .ad-flow__title::before {
  counter-increment: number 1;
  content: counter(number);
  display: flex;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background: #2aa0d0;
  border-radius: 50%;
  color: #fff;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
}

.page.advertising_operation .ad-flow__title::after {
  content: "";
  width: 100%;
  height: 2px;
  display: block;
  background: #adadad;
}

.page.advertising_operation .ad-flow__content {
  padding-left: 10rem;
}

@media screen and (max-width: 767px) {
  .page.advertising_operation .ad-flow__content {
    padding-left: 7rem;
    font-size: 1.3rem;
  }
}

.wrap .advertising_operation-sub-title__fs {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .wrap .advertising_operation-sub-title__fs {
    font-size: 2rem;
  }
}

.category-works__clients {
  margin-bottom: 20rem;
}

.category-works__clients__image {
  display: block;
  padding: 10%;
  width: 100%;
  border: 1px solid #888;
  margin-bottom: 5rem;
}

.category-works__clients__content {
  text-align: center;
  font-size: 1.6rem;
}

.category-works__more {
  margin-left: auto;
  margin-right: auto;
}

.post.category-works h1 {
  font-size: 3.2rem;
  letter-spacing: 0.1em;
  position: relative;
  margin-top: 12rem;
  margin-bottom: 7rem;
}

@media screen and (max-width: 767px) {
  .post.category-works h1 {
    font-size: 2.5rem;
  }
}

.post.category-works h1:before {
  content: "";
  display: block;
  width: 4rem;
  height: 1px;
  background: #2aa0d0;
  position: absolute;
  top: -0.5em;
}

.post.category-works h2 {
  font-size: 2.6rem;
  padding-left: 5rem;
  position: relative;
  margin-bottom: 4rem;
}

.post.category-works h2::before {
  content: "";
  position: absolute;
  display: block;
  width: 3rem;
  height: 2px;
  background: #2aa0d0;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.post.category-works strong {
  display: block;
  font-size: 2.2rem;
  padding-left: 1em;
  position: relative;
  margin-top: 4rem;
}

.post.category-works strong::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 1em;
  width: 2px;
  background: #2aa0d0;
}

.post.category-works .header-image {
  height: 50vh;
  margin-top: 0;
  margin-bottom: 5rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}

.post.category-works .header-image::before {
  content: " ";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgba(27, 29, 30, 0.35);
}

.post.category-works dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  margin-bottom: 5rem;
}

@media screen and (max-width: 767px) {
  .post.category-works dl {
    font-size: 1.3rem;
  }
}

.post.category-works dl dt {
  width: 12%;
  margin-bottom: 0.8em;
}

@media screen and (max-width: 767px) {
  .post.category-works dl dt {
    width: 100%;
  }
}

.post.category-works dl dd {
  width: 88%;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .post.category-works dl dd {
    width: 100%;
    margin-left: 10%;
    margin-bottom: 2rem;
  }
}

.post.category-works dl a {
  text-decoration: none;
}

.post.category-works div {
  margin-bottom: 8rem;
}

.post.category-news .entry-header {
  margin-bottom: 5rem;
}

.post.category-news .entry-header .entry-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.post.category-news .entry-header .entry-meta__cat {
  color: #fff;
  background: #2aa0d0;
  font-size: 1.7rem;
  padding: 1rem 3rem;
  margin-right: 2rem;
  width: fit-content;
  height: fit-content;
}

.post.category-news .entry-header .entry-meta__date {
  font-size: 1.8rem;
}

.post.category-news .entry-header::before {
  content: "";
  display: block;
  width: 4rem;
  height: 2px;
  background: #2aa0d0;
  margin-bottom: 4rem;
}

.post.category-news .more-btn {
  margin-left: auto;
  margin-right: auto;
}

.category-news .default-list {
  background: #f3f3f3;
  padding: 2rem;
}

@media screen and (max-width: 767px) {
  .category-news .latest-card {
    width: 100%;
    margin-bottom: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .category-news .entry-title {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .category-news .entry-content h1 {
    font-size: 1.8rem;
  }

  .category-news .entry-content h2 {
    font-size: 1.8rem;
  }

  .category-news .entry-content h3 {
    font-size: 1.6rem;
  }
}

.page.recruit .page-header {
  margin-bottom: 0;
}

.page.recruit .header-img {
  position: relative;
}

@media screen and (max-width: 767px) {
  .page.recruit .header-img {
    min-height: 280px;
  }
}

.page.recruit .header-img__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .page.recruit .header-img__img {
    height: 280px;
    object-fit: cover;
    object-position: 83% 50%;
  }
}

.page.recruit .header-img__content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #fff;
  font-size: 2rem;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 7rem;
  text-shadow: 2px 2px 2px gray;
}

@media screen and (max-width: 767px) {
  .page.recruit .header-img__content {
    display: block;
    height: 100%;
    margin-bottom: 0;
    padding-top: 1.5rem;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 1025px) {
  .page.recruit .header-img__content {
    font-size: 2.8rem;
  }
}

.page.recruit .header-img__content__first {
  font-size: 5rem;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .page.recruit .header-img__content__first {
    font-size: 3.5rem;
    height: 60%;
  }
}

@media screen and (min-width: 1025px) {
  .page.recruit .header-img__content__first {
    font-size: 7.2rem;
  }
}

.page.recruit .header-img__content__second {
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .page.recruit .header-img__content__second {
    text-align: right;
  }
}

.page.recruit .recruit-value__sub {
  font-size: 2.2rem;
}

.page.recruit .recruit-pr {
  box-shadow: 5px 5px 5px 5px rgba(100, 100, 100, 0.05);
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  counter-reset: number 0;
  gap: 5rem;
  padding-bottom: 8rem;
}

.page.recruit .recruit-pr__title {
  width: 100%;
  text-align: center;
  font-size: 3.3rem;
  margin-top: 8rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}

.page.recruit .recruit-pr__title span {
  font-size: 1.6rem;
  font-weight: normal;
}

.page.recruit .recruit-pr__pr-card {
  background: #fafafa;
  width: 32rem;
  padding: 2rem;
}

.page.recruit .recruit-pr__pr-card::before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  padding: 2rem;
  color: #d3d3d3;
}

.page.recruit .recruit-pr__pr-card__img {
  display: block;
  margin: 0 auto;
  height: 124px;
}

.page.recruit .recruit-pr__pr-card__title {
  text-align: center;
  font-size: 2rem;
  color: #2aa0d0;
  line-height: 1.5;
  height: calc(1.5em * 2);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.page.recruit .recruit-system .recruit-pr__pr-card__title {
  height: calc(1.5em * 1);
}

.page.recruit .recruit-org__item {
  display: brock;
  grid-template-columns: 65% 35%;
  grid-template-rows: auto auto 1fr;
  margin-bottom: 10rem;
}

@media screen and (min-width: 768px) {
  .page.recruit .recruit-org__item {
    grid-template-columns: 70 30%;
    display: grid;
  }
}

@media screen and (min-width: 1025px) {
  .page.recruit .recruit-org__item {
    grid-template-columns: 65% 35%;
    padding: 0 5rem;
  }
}

.page.recruit .recruit-org__item__img {
  order: 2;
}

@media screen and (min-width: 768px) {
  .page.recruit .recruit-org__item__img {
    grid-row: span 2 / span 2;
  }
}

@media screen and (min-width: 1025px) {
  .page.recruit .recruit-org__item__img {
    grid-row: span 3 / span 3;
  }
}

.page.recruit .recruit-org__item__title {
  font-size: 3.5rem;
  color: #2aa0d0;
  order: 1;
  margin: 0.5em 0;
}

.page.recruit .recruit-org__item__subtitle {
  font-size: 2rem;
  order: 3;
  margin-bottom: 1em;
}

.page.recruit .recruit-org__item__content {
  font-size: 1.8rem;
  order: 4;
  padding-top: 1em;
  padding-bottom: 1em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .page.recruit .recruit-org__item__content {
    grid-column: span 2 / span 2;
  }
}

@media screen and (min-width: 1025px) {
  .page.recruit .recruit-org__item__content {
    padding-right: 10%;
    padding-top: 0;
    padding-bottom: 0;
    grid-column: span 1 / span 1;
  }
}

.page.recruit .recruit-org__item__content::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background-color: #e7e7e7;
  position: absolute;
  bottom: 0;
}

.page.recruit .recruit-link__btn-link {
  display: flex;
  flex-wrap: wrap;
  gap: 3rem;
  margin-top: 9rem;
  margin-bottom: 10rem;
  justify-content: space-around;
}

@media screen and (min-width: 1025px) {
  .page.recruit .recruit-link__btn-link {
    justify-content: start;
  }
}

.page.recruit .recruit-link__btn-item {
  font-size: 1.7rem;
  display: block;
  color: #fff;
  padding: 0.5em 0;
  text-align: center;
  background: #2aa0d0;
  width: 200px;
  position: relative;
  text-decoration: none;
}

.page.recruit .recruit-link__btn-item__link::after {
  content: url(./images/open.webp);
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.page.recruit .recruit-link__btn-item__more::after {
  content: url(./images/down-arrow.webp);
  display: block;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.page.recruit .recruit-link__subtitle {
  color: #764f25;
  font-size: 2.2rem;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 1.5em;
  margin-bottom: 1.5em;
  margin-top: 3em;
}

.page.recruit .recruit-link__link {
  display: block;
  margin-bottom: 1em;
  font-size: 1.8rem;
}

.page.recruit .recruit-link__link:hover {
  transform: scale(1);
}

.page.recruit .recruit-link__link__link::after {
  content: url(./images/open-black.webp);
  display: inline-block;
  margin-left: 1em;
}

.aboutbox_01 {
  max-width: 960px;
  margin: 0 auto;
}

.aboutbox_01 ul {
  margin: 0;
  padding: 0;
}

.aboutbox_01 li {
  background: url(http://www.volare.jp/company/about/images/line.jpg) repeat-x bottom left;
  padding-bottom: 17px;
  margin-bottom: 17px;
  clear: both;
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
  list-style: none;
}

.aboutbox_01 ul li .cel_l {
  font-weight: bold;
  width: 110px;
  display: inline;
  float: left;
  overflow: hidden;
  zoom: 1;
}

.aboutbox_01 ul li .cel_r {
  width: auto;
  overflow: hidden;
  zoom: 1;
  line-height: 1.5;
}

.saiyo-more {
  color: #2490a5;
  display: block;
  text-align: center;
  box-shadow: none;
  border: 1px solid #2490a5;
  padding: 0.35rem 0px;
  margin-top: 1.25rem;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  font-size: 14px;
  -webkit-box-shadow: inherit !important;
  -moz-box-shadow: inherit !important;
  box-shadow: inherit !important;
  background: #fff;
}

.saiyo-more:hover {
  color: #fff;
  background: #2490a5;
}

.page.entry .wpcf7-form {
  max-width: 960px;
  margin: 0 auto;
}

.page.entry .wpcf7-form input,
.page.entry .wpcf7-form select,
.page.entry .wpcf7-form textarea {
  border: 1px solid #dfdfdf;
  letter-spacing: 1px;
  margin: 0;
  max-width: 100%;
  width: 100%;
  resize: none;
}

.page.entry div.wpcf7-validation-errors {
  border: 2px solid rgba(0, 0, 0, 0.09);
  font-size: 14px;
  margin: 2rem 0;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  color: #888;
  background: #fff;
}

.page.entry div.wpcf7-response-output {
  border: 2px solid rgba(0, 0, 0, 0.09);
  font-size: 14px;
  margin: 2rem 0;
  padding: 0.5rem 0.75rem;
  border-radius: 2px;
  color: #333;
  background: #fff;
}

.page.entry .wpcf7-select {
  padding: 0.5rem 1.5rem 0.5rem 0.5rem;
  font-size: 14px;
  height: 40px;
  margin-top: 0.5rem;
  background: white none repeat scroll 0% 0%;
  box-shadow: inherit;
  border: 1px solid rgba(0, 0, 0, 0.3);
  font-weight: 400;
  color: #333333;
  cursor: pointer;
}

.page.entry input[type="text"],
.page.entry input[type="email"],
.page.entry input[type="url"],
.page.entry input[type="password"],
.page.entry input[type="search"],
.page.entry input[type="tel"],
.page.entry input[type="number"],
.page.entry textarea {
  padding: 0.5rem;
  margin-top: 0.25rem;
}

.page.entry span.wpcf7-not-valid-tip {
  color: #d94848;
  font-size: 1em;
  display: block;
  font-size: 14px;
  margin-top: 0.25rem;
}

.page.entry p.attention {
  padding: 1.25rem 1.25rem 2.25rem 1.25rem;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fafafa;
  font-size: 13px;
  line-height: 1.5;
}

.page.entry p.attention span {
  margin-bottom: -0.8rem;
  display: block;
}

.page.entry input[type="submit"] {
  background: #1a1a1a;
  border: 0;
  border-radius: 2px;
  color: #fff;
  font-family: Montserrat, "Helvetica Neue", sans-serif;
  font-weight: 700;
  letter-spacing: 0.046875em;
  line-height: 1;
  padding: 0.84375em 0.875em 0.78125em;
  text-transform: uppercase;
}

.page.entry input[type="submit"]:hover {
  background: #007acc;
}

.page.entry .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.page.entry .wpcf7-list-item-label::before,
.page.entry .wpcf7-list-item-label::after {
  content: " ";
}

.page.entry .wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d;
  /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

.page.entry .wpcf7 form.submitting .ajax-loader {
  visibility: visible;
}

.page.entry .wpcf7 .ajax-loader::before {
  content: '';
  position: absolute;
  background-color: #fbfbfc;
  /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.page.entry .wpcf7-form input[type="radio"],
.page.entry .wpcf7-form input[type="checkbox"],
.page.entry .wpcf7-form input[type="submit"] {
  width: auto;
}

.page.entry .wpcf7-form input[type="submit"] {
  font-size: 1em;
}

.page.entry .wpcf7 p {
  line-height: 1.7;
  margin-bottom: 0;
}

.page.office figure {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
}

.page.office figure img {
  width: 100%;
}

.page.office figure .imgfull {
  grid-column: span 2;
}

.single-employee_interview .page-header {
  margin-bottom: 0;
}

.single-employee_interview .entry-content {
  line-height: 2.5;
}

.single-employee_interview .entry-content h2 {
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .entry-content h2 {
    font-size: 1.8rem;
  }
}

.single-employee_interview .entry-content p {
  margin-bottom: 1em;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .entry-content p {
    margin-bottom: 1rem;
  }
}

.single-employee_interview .entry-content figure {
  margin-bottom: 15rem;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .entry-content figure {
    margin-bottom: 10rem;
  }
}

.single-employee_interview .recruit {
  background-color: #f7f7f7;
  margin-top: 20rem;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .recruit {
    margin-top: 15rem;
  }
}

.single-employee_interview .recruit-back {
  background-color: #f7f7f7;
}

.single-employee_interview .overflow-l img {
  margin-top: 15rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .overflow-l img {
    margin-top: 10rem;
  }
}

.single-employee_interview .overflow-r img {
  margin-top: 15rem;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .single-employee_interview .overflow-r img {
    margin-top: 10rem;
  }
}

.emin-head__img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .emin-head__img {
    min-height: 40vh;
    object-fit: cover;
  }
}

.emin-head__meta {
  padding: 6rem;
  box-shadow: 0px 0px 15px -5px #777777;
  position: relative;
  top: -7rem;
  background: #fff;
}

@media screen and (max-width: 767px) {
  .emin-head__meta {
    padding: 2rem;
    margin: 0.5rem;
  }
}

.emin-head__meta__cat {
  color: #fff;
  background: #2aa0d0;
  font-size: 1.7rem;
  padding: 0rem 3rem;
  margin-right: 2rem;
  width: fit-content;
  height: fit-content;
}

.emin-head__meta__title {
  font-size: 3.2rem;
  margin: 1em 0;
  font-weight: bold;
  line-height: 1.7;
}

@media screen and (max-width: 767px) {
  .emin-head__meta__title {
    font-size: 2.2rem;
  }
}

.emin-head__meta__name {
  font-size: 2.8rem;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #ddd;
}

.emin-head__meta__name h1 {
  font-size: 1em;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .emin-head__meta__name h1 {
    font-size: 2.2rem;
  }
}

.emin-head__meta__bio {
  margin-top: 2em;
  margin-bottom: 0;
  font-size: 1.8rem;
}