@charset "UTF-8";
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
    - Normalize
    - Box sizing
# Base
    - Typography
    - Elements
    - Links
    - Forms
## Layouts
# Components
    - Navigation
    - Posts and pages
    - Comments
    - Widgets
    - Media
    - Captions
    - Galleries
# plugins
    - Jetpack infinite scroll
# Utilities
    - Accessibility
    - Alignments
--------------------------------------------------------------*/
/* ---------------------------------------------------------------
// 縦横比維持したままレスポンシブ
// 要素を囲んでいる親クラスに指定
// * ex)
//   @include aspect-ratio(16, 9);
//   @include aspect-ratio(4, 3);
//   @include aspect-ratio(1920, 1080);
--------------------------------------------------------------- */
/* ---------------------------------------------------------------
// 表示行数を制御
// * ex)
//   @include line-clamp(1);
--------------------------------------------------------------- */
/*--------------------------------------------------------------
# Generic
# Base
--------------------------------------------------------------*/
/* Block elements */
html,
body,
div,
article,
section,
nav,
header,
footer,
canvas,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Text elements */
span,
p,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
address,
em,
small,
strong,
b,
i,
label,
caption,
time {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Media elements */
object,
iframe,
img,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* List elements */
dl,
dt,
dd,
ol,
ul,
li {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Table elements */
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* Menu elements */
hgroup,
menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

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

em,
b {
  font-style: normal;
}

img {
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

/*! 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
     ========================================================================== */
/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
     ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: border-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;
}

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

* {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

html {
  box-sizing: border-box;
}

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

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

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

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

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

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

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

big {
  font-size: 125%;
}

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

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

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

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

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

figure {
  margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
  color: #4169e1;
}
a:hover, a:focus, a:active {
  color: #191970;
}
a:focus {
  outline: none;
}
a:hover, a:active {
  outline: 0;
}

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

br.spOnly {
  display: none;
}

@media screen and (max-width: 559px) {
  br.spOnly {
    display: inline;
  }
}
/* Pages
--------------------------------------------- */
@media screen and (max-width: 958px) {
  #page {
    padding-top: 50px;
  }
}
@media screen and (min-width: 959px) {
  #page {
    padding-top: 90px;
  }
}
.blog #page, .category #page, .tag #page {
  background-color: #f6f6f6;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 0px 1px 0px #e2e2e2;
  color: #454545;
  /* 検索 */
}
@media screen and (max-width: 958px) {
  .header {
    padding-right: 10px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1119px) {
  .header {
    padding-left: 40px;
  }
}
@media screen and (min-width: 1120px) {
  .header {
    padding-left: 80px;
  }
}
.header .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 958px) {
  .header .wrap {
    height: 50px;
  }
}
@media screen and (min-width: 959px) {
  .header .wrap {
    height: 90px;
  }
}
.header .logo {
  display: flex;
  align-items: center;
}
.header .logo.title {
  -webkit-tap-highlight-color: transparent;
}
@media screen and (max-width: 958px) {
  .header .logo.title {
    width: 186px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1119px) {
  .header .logo.title {
    width: 284px;
  }
}
@media screen and (min-width: 1120px) {
  .header .logo.title {
    width: 412px;
  }
}
.header .logo.title img {
  display: block;
  width: 100%;
  height: auto;
}
.header .linkWrap {
  display: flex;
  align-items: center;
}
.header .recruit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #004996;
  color: #fff;
}
.header .recruit::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  margin-right: 10px;
  background-image: url("../images/icon_external_link.svg");
}
@media screen and (max-width: 958px) {
  .header .recruit {
    width: 100%;
    height: 68px;
    margin: 64px auto;
  }
}
@media screen and (min-width: 959px) {
  .header .recruit {
    width: 160px;
    height: 50px;
    margin: 0 20px;
    font-size: 14px;
    font-weight: normal;
  }
  .header .recruit:hover {
    background-color: #0053aa;
  }
}
.header .ceLink {
  display: flex;
  align-items: center;
  margin-right: 30px;
  color: #333;
  font-size: 14px;
}
@media screen and (max-width: 958px) {
  .header .ceLink {
    display: none;
  }
}
.header .ceLink::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 6px;
  background-image: url("../images/ce_blog/icon_out.png");
  background-size: 11px 12px;
}
.header .ceLink:hover {
  color: #004996;
}
.header .ceLink.inNav {
  display: none;
}
@media screen and (max-width: 958px) {
  .header .ceLink.inNav {
    display: block;
    margin-right: 0;
    font-size: 26px;
    text-align: center;
  }
  .header .ceLink.inNav::before {
    width: 16px;
    height: 18px;
    background-size: 16px 18px;
  }
}
.header .langSelect {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 4px;
  border: solid 1px #004996;
}
@media screen and (max-width: 958px) {
  .header .langSelect {
    width: 100px;
    height: 24px;
    margin-right: 6px;
    font-size: 12px;
  }
}
@media screen and (min-width: 959px) {
  .header .langSelect {
    width: 140px;
    height: 32px;
    margin-right: 20px;
    font-size: 14px;
  }
}
.header .langBtnArea {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 124px;
  max-width: 100%;
  height: 34px;
  padding: 0;
  border: 2px solid #175aa5;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.7);
}
@media screen and (max-width: 958px) {
  .header .langBtnArea {
    width: 100px;
    height: 24px;
    margin-right: 8px;
    border-radius: 12px;
  }
}
.header .langBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  max-width: 50%;
  height: 100%;
  padding: 0;
  border-radius: 0;
  color: #a4a4a4;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
}
.header .langBtn:first-child {
  border-radius: 12px 0 0 12px;
}
@media screen and (max-width: 958px) {
  .header .langBtn:first-child {
    border-radius: 8px 0 0 8px;
  }
}
.header .langBtn:last-child {
  border-radius: 0 12px 12px 0;
}
@media screen and (max-width: 958px) {
  .header .langBtn:last-child {
    border-radius: 0 8px 8px 0;
  }
}
.header .langBtn.current {
  background: #175aa5;
  color: #fff;
}
@media screen and (max-width: 958px) {
  .header .langBtn {
    font-size: 12px;
  }
}
.header .searchBtn {
  width: 30px;
  height: 70px;
  margin-left: 20px;
  padding: 0;
  background-image: url(../images/ce_blog/btn_search_on.svg);
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: 30px 30px;
  background-position: center;
  border: none;
  cursor: pointer;
}
.header .searchBtn.show {
  background-image: url(../images/ce_blog/btn_search_off.svg);
}
.header .searchArea {
  display: flex;
  justify-content: center;
  position: absolute;
  top: 50px;
  left: 0;
  height: 0;
  width: 100%;
  padding: 0 20px;
  background-color: #fafafa;
  overflow: hidden;
  transition: 0.5s;
  z-index: 110;
}
.header .searchArea.show {
  height: 180px;
}
@media screen and (min-width: 959px) {
  .header .searchArea {
    top: 90px;
    width: 100%;
  }
  .header .searchArea.show {
    height: 260px;
  }
}

.searchAreaBackground {
  position: fixed;
  visibility: hidden;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  width: 100%;
  height: 100%;
  z-index: 99;
  transition: background-color 0.5s;
}
.searchAreaBackground.show {
  visibility: visible;
  background-color: rgba(0, 0, 0, 0.7);
}

.hamburgerButton {
  z-index: 10;
  margin: 0;
  padding: 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  text-transform: inherit;
  -webkit-tap-highlight-color: transparent;
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
}
@media screen and (min-width: 959px) {
  .hamburgerButton {
    display: none;
  }
}

.hamburger {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 18px;
}
.hamburger > span {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #8e8e8e;
  transition: all 0.3s ease-out;
  opacity: 1;
}
.hamburger > span:nth-of-type(1), .hamburger > span:nth-of-type(3) {
  position: absolute;
}
.hamburger > span:nth-of-type(1) {
  transform: translateY(-8px);
}
.hamburger > span:nth-of-type(3) {
  transform: translateY(8px);
}
[data-menu=true] .hamburger > span:nth-of-type(1) {
  transform: rotate(-45deg);
}
[data-menu=true] .hamburger > span:nth-of-type(2) {
  opacity: 0;
}
[data-menu=true] .hamburger > span:nth-of-type(3) {
  transform: rotate(45deg);
}

.hamburgerAnim {
  overflow: hidden;
}
.hamburgerAnim > span {
  position: relative;
  background-color: transparent;
}
.hamburgerAnim > span > span {
  display: block;
  height: 100%;
}
.hamburgerAnim > span > span::before, .hamburgerAnim > span > span::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 1px;
  background-color: #8e8e8e;
}
.hamburgerAnim > span:nth-of-type(1) > span {
  animation: hamburgerAnim-1 backwards 3s infinite;
}
.hamburgerAnim > span:nth-of-type(1) > span::after {
  transform: translateX(120%);
}
.hamburgerAnim > span:nth-of-type(2) > span {
  animation: hamburgerAnim-2 backwards 3s infinite;
}
.hamburgerAnim > span:nth-of-type(2) > span::after {
  transform: translateX(-120%);
}
.hamburgerAnim > span:nth-of-type(3) > span {
  animation: hamburgerAnim-1 backwards 3s infinite;
}
.hamburgerAnim > span:nth-of-type(3) > span::after {
  transform: translateX(120%);
}
[data-menu=true] .hamburgerAnim {
  animation: rotateY 1.6s forwards infinite;
}
[data-menu=true] .hamburgerAnim > span > span {
  animation: none;
}

@keyframes hamburgerAnim-1 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-120%);
  }
}
@keyframes hamburgerAnim-2 {
  0%, 100% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(120%);
  }
}
.title.pageTitle {
  font-size: 47px;
  font-weight: bold;
  color: #fff;
  font-family: Lato, sans-serif;
}
.title.entryTitle {
  font-size: 25px;
  font-weight: bold;
  color: #0f0f0f;
  font-family: Lato, sans-serif;
  line-height: 40px;
}
.title.error404 {
  margin-top: 32px;
  font-size: 70px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #c3374d;
  text-align: center;
}

h1.pageTitle {
  font-size: 36px;
  font-weight: bold;
}
@media screen and (max-width: 958px) {
  h1.pageTitle {
    font-size: 20px;
  }
}

h3.title.default {
  font-size: 21px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #c3374d;
}
h3.title.default.white {
  color: #fff;
}
h3.title.center {
  text-align: center;
}
h3.title.borderBottom {
  width: 684px;
  margin: 0 auto;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 5px solid #c3374d;
  font-size: 21px;
  font-family: Poppins, sans-serif;
  color: #c3374d;
}
@media screen and (max-width: 958px) {
  h3.title.borderBottom {
    width: 100%;
  }
}
h3.title.borderBottom.side, h3.title.borderBottom.contentsFoot {
  width: auto;
  margin-bottom: 20px;
  padding-bottom: 2px;
  font-size: 21px;
  text-align: left;
}
h3.title.borderBottom.contentsFoot {
  width: 280px;
  margin: 0 0 20px;
}

h2.sub.logo {
  width: 688px;
  height: 56px;
  background: url("../images/logo_main.png") no-repeat;
  background-size: contain;
  text-indent: -9999em;
}

.list.topMessage {
  display: flex;
  list-style: none;
  justify-content: space-between;
  margin-top: 50px;
}
.list.topMessage li {
  position: relative;
}
.list.topMessage li + li {
  margin-left: 5px;
}
.list.topMessage .title {
  position: absolute;
  bottom: 91px;
  left: 30px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 23px;
}
.list.topMessage .btn {
  position: absolute;
  bottom: 30px;
  left: 30px;
  width: 78px;
  height: 37px;
  border-radius: 50px;
  background: #fff;
}
.list.topMessage .btn a {
  display: block;
  height: 37px;
  color: #000;
  /*font: normal normal 600 9px/13px Poppins;*/
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 37px;
}
.list.homeMoviesList {
  display: flex;
  list-style: none;
  justify-content: flex-start;
  margin-top: 50px;
  padding-bottom: 40px;
}
.list.homeMoviesList .homeMoviesListItem .homeMovie {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.list.homeMoviesList .homeMoviesListItem .homeMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list.homeMoviesList .homeMoviesListItem .homeMovieCaption {
  margin-top: 0.5em;
  font-size: 16px;
  font-weight: 600;
}
.list.homeBlogList {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 80px;
  flex-wrap: wrap;
}
.list.homeBlogList li {
  width: 170px;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
}
.list.homeBlogList li a {
  display: block;
  color: #000;
}
.list.homeBlogList li .img {
  overflow: hidden;
  width: 170px;
  height: 97px;
  margin-bottom: 10px;
  /*background: #ebebeb;*/
}
.list.visionList {
  margin-bottom: 30px;
}
.list.visionList dt .title {
  margin-bottom: 20px;
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-size: 21px;
}
.list.visionList dd .text {
  color: #7c7c91;
  font-family: Roboto, sans-serif;
  font-size: 22px;
  font-weight: normal;
}
.list.groupCompanyList {
  display: flex;
  justify-content: center;
  max-width: 800px;
  margin: 40px auto 0;
  flex-wrap: wrap;
}
.list.groupCompanyList li {
  width: 48%;
  margin-bottom: 20px;
}
.list.groupCompanyList a {
  display: block;
  width: 100%;
  border: solid 2px #ddd;
  border-radius: 20px;
}
.list.groupCompanyList img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.list.workStyleList {
  margin-top: 68px;
  margin-bottom: 80px;
}
.list.workStyleList li {
  display: flex;
  width: 800px;
  margin: 0 auto 44px;
}
.list.workStyleList li .box.image {
  margin-right: 40px;
}
.list.workStyleList li .img {
  width: 122px;
  height: 122px;
  border-radius: 10px;
}
.list.workStyleList li .img img {
  width: 122px;
}
.list.workStyleList li .title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}
.list.workStyleList li .text {
  color: #7c7c91;
  font-family: Roboto, sans-serif;
}
.list.underRecruitmentList {
  width: 684px;
  margin: 68px auto 0;
}
.list.underRecruitmentList li {
  display: flex;
  margin-bottom: 20px;
  min-height: 160px;
}
.list.underRecruitmentList li .details {
  flex: 1;
}
.list.underRecruitmentList li .box.image {
  margin-right: 40px;
}
.list.underRecruitmentList li .img {
  width: 243px;
  border: #6f7170 1px solid;
}
.list.underRecruitmentList li .img a {
  display: block;
}
.list.underRecruitmentList li .img img {
  height: 140px;
  object-fit: cover;
}
.list.underRecruitmentList li .title {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  font-weight: bold;
}
.list.underRecruitmentList li .text {
  color: #7c7c91;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  word-break: break-all;
}
.list.underRecruitmentList li .btn.readMore {
  display: flex;
  justify-content: flex-end;
  margin-top: 10px;
}
.list.popularPostList {
  margin-bottom: 56px;
}
.list.popularPostList > li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dashed rgba(145, 145, 146, 0.5607843137);
}
.list.popularPostList li .title {
  margin-top: 6px;
  margin-bottom: 10px;
  color: #4d4f5c;
  font-family: Roboto, sans-serif;
  font-size: 14px;
}
.list.popularPostList li .title a {
  color: #4d4f5c;
}
.list.popularPostList li .list.sidePopularPostStatusList {
  display: flex;
  justify-content: space-between;
}
.list.popularPostList li .list.sidePopularPostStatusList li {
  display: flex;
  align-items: center;
  margin-right: 5px;
  color: #919192;
  font-size: 13px;
}
.list.popularPostList li .list.sidePopularPostStatusList li .icon {
  margin-right: 5px;
}
.list.sideCategoryList {
  margin-bottom: 56px;
}
.list.sideCategoryList li {
  border-bottom: 1px dashed rgba(145, 145, 146, 0.5607843137);
  font-size: 15px;
}
.list.sideCategoryList li a {
  display: block;
  padding: 4px 0;
  color: #4d4f5c;
}
.list.sideTagList {
  display: flex;
  flex-wrap: wrap;
}
.list.sideTagList li {
  margin-right: 10px;
  margin-bottom: 8px;
}
.list.sideTagList li .text {
  border-radius: 6px;
  background: #e8e8e8;
  font-size: 8px;
  text-align: center;
  line-height: 20px;
}
.list.sideTagList li a {
  display: block;
  min-width: 38px;
  height: 20px;
  padding: 0 4px;
  color: #707070;
}
.list.visionPictureList {
  width: 230px;
}
.list.visionPictureList dt .image {
  width: 98px;
  height: 98px;
  margin: 0 auto 25px;
  border-radius: 98px;
}
.list.visionPictureList dt .image,
.list.visionPictureList dd .text {
  text-align: center;
}
.list.visionPictureList.center {
  width: 60px;
}
.list.visionPictureList.center .image {
  margin-top: 40px;
}
.list.cultureContentsList {
  margin-top: 40px;
}
.list.cultureContentsList dt,
.list.cultureContentsList dd {
  text-align: center;
}
.list.cultureContentsList dt {
  margin-bottom: 20px;
}
.list.cultureContentsList dt .title {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-size: 21px;
}
.list.cultureContentsList dd {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
  font-size: 21px;
}
.list.activityList {
  margin-top: 20px;
}
.list.activityList + .list.activityList {
  margin-top: 45px;
}
.list.activityList dt {
  margin-top: 25px;
  font-family: Poppins, sans-serif;
  font-size: 21px;
}
.list.activityList dt .image {
  width: 82px;
  height: 82px;
  margin-bottom: 25px;
  border-radius: 10px;
}
.list.activityList dt .image > img {
  width: 82px;
}
.list.activityList dt + dd {
  margin-top: 21px;
}
.list.activityList dd {
  color: #808080;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}
.list.engineerColor {
  display: flex;
  max-width: 100%;
  margin-bottom: 16px;
  flex-wrap: wrap;
}
.list.engineerColor li {
  display: flex;
  align-items: center;
  margin-right: 30px;
}
.list.engineerColor .pic {
  width: 25px;
  height: 25px;
  margin-right: 12px;
  border-radius: 6px;
}
.list.engineerColor .text {
  font-size: 21px;
  font-weight: bold;
}
.list.engineerColor .red .pic {
  background: #c3374d;
}
.list.engineerColor .red .text {
  color: #c3374d;
}
.list.engineerColor .purple .pic {
  background: #9d71d0;
}
.list.engineerColor .purple .text {
  color: #9d71d0;
}
.list.engineerColor .blue .pic {
  background: #3842b7;
}
.list.engineerColor .blue .text {
  color: #3842b7;
}
.list.engineerColor .green .pic {
  background: #2f7729;
}
.list.engineerColor .green .text {
  color: #2f7729;
}
.list.engineerColor .yellow .pic {
  background: #d3d323;
}
.list.engineerColor .yellow .text {
  color: #d3d323;
}
.list.engineerColor .orange .pic {
  background: #ed9e08;
}
.list.engineerColor .orange .text {
  color: #ed9e08;
}
.list.blogCategoryList {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}
.list.blogCategoryList li {
  margin: 0 10px;
}
.list.blogCategoryList .text {
  height: 24px;
  padding: 0 12px;
  border-radius: 6px;
  background: #c3374d;
  font-size: 11px;
  line-height: 24px;
}
.list.blogCategoryList .text a {
  display: block;
  color: #fff;
}
.list.blogArticleList {
  width: 100%;
}
.list.blogArticleList .title {
  margin-top: 5px;
  color: #4d4f5c;
  font-family: Lato, sans-serif;
  font-size: 21px;
  text-align: center;
}
.list.blogArticleList .title a {
  color: #4d4f5c;
}
.list.blogArticleList .postThumbnail {
  width: 100%;
  margin-bottom: 10px;
}
.list.blogArticleList .postThumbnail img {
  width: 100%;
  height: auto;
}
.list.blogArticleList .text.excerpt {
  margin-top: 15px;
  color: #7c7c91;
  font-family: Roboto, sans-serif;
  font-size: 15px;
}
.list.blogArticleList > li {
  padding-bottom: 22px;
  border-bottom: 5px dashed rgba(145, 145, 146, 0.5607843137);
}
.list.blogArticleList > li + li {
  margin-top: 60px;
}
.list.blogArticleList > li > .img {
  margin-bottom: 22px;
}
.list.blogArticleList li .box.blogArticleBottom {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}
.list.blogArticleBottomStatus, .list.entryMetaList {
  display: flex;
}
.list.blogArticleBottomStatus li, .list.entryMetaList li {
  display: flex;
  align-items: center;
  margin-right: 25px;
  color: #919192;
  font-size: 15px;
}
.list.blogArticleBottomStatus li .icon, .list.entryMetaList li .icon {
  margin-right: 5px;
}

@media screen and (max-width: 1050px) {
  .list.mainMenu {
    margin-right: 10px;
  }
  .list.mainMenu li {
    font-size: 16px;
  }
  .list.engineerColor li {
    margin-right: 10px;
  }
  .list.engineerColor .text {
    font-size: 16px;
  }
  .list.engineerColor .pic {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
@media screen and (max-width: 958px) {
  .list.cultureContentsList dt .title {
    font-size: 18px;
  }
  .list.cultureContentsList dd {
    font-size: 16px;
  }
  .list.activityList dt {
    font-size: 16px;
  }
  .list.visionList dt .title {
    font-size: 18px;
  }
  .list.visionList dd .text {
    font-size: 16px;
  }
  .list.workStyleList {
    margin-top: 40px;
  }
  .list.workStyleList li {
    width: 100%;
    margin-bottom: 25px;
  }
  .list.workStyleList li .title {
    font-size: 18px;
  }
  .list.workStyleList li .text {
    font-size: 16px;
  }
  .list.underRecruitmentList {
    width: 100%;
    margin-top: 40px;
  }
  .list.underRecruitmentList li {
    width: 100%;
  }
  .list.underRecruitmentList li .box.image {
    margin-right: 20px;
  }
}
@media screen and (max-width: 719px) {
  .list.topMessage {
    display: block;
    margin-top: 20px;
  }
  .list.topMessage > li:first-child,
  .list.topMessage > li:last-child {
    margin: 0 0 10px 0;
  }
}
@media screen and (max-width: 559px) {
  .list.topMessage > li > .title,
  .list.topMessage > li > .btn {
    left: 15px;
  }
  .list.topMessage > li > .title {
    bottom: 70px;
  }
  .list.topMessage > li > .btn {
    bottom: 15px;
  }
  .list.homeBlogList {
    width: 320px;
    margin: 0 auto;
  }
  .list.homeBlogList > li {
    margin-bottom: 20px;
  }
  .list.homeBlogList > li .img {
    text-align: center;
  }
  .list.homeBlogList > li,
  .list.homeBlogList > li .img {
    width: 100%;
  }
  .list.homeBlogList, .list.homeBlogList > li {
    display: block;
  }
  .list.groupCompanyList li {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .list.underRecruitmentList > li, .list.workStyleList > li {
    display: block;
    margin-bottom: 20px;
  }
  .list.underRecruitmentList > li .img, .list.workStyleList > li .img {
    margin: 0 auto 10px;
  }
  .list.underRecruitmentList li .box.image, .list.workStyleList li .box.image {
    margin-right: 0;
  }
  .list.underRecruitmentList > li .box.details .title, .list.workStyleList > li .box.details .title {
    text-align: center;
  }
}
.text.careersText {
  font-size: 11px;
  font-weight: bold;
  color: #c2364c;
  text-align: center;
}
.text.careersText::before, .text.careersText::after {
  content: "";
  display: inline-block;
  width: 1px;
  height: 18px;
  border: 3px solid #c2364c;
}
.text.careersText::before {
  margin: 0 10px -8px 0;
  transform: rotate(-25deg);
}
.text.careersText::after {
  margin: 0 0 -8px 10px;
  transform: rotate(25deg);
}
.text.poppins {
  font-family: Poppins, sans-serif;
}
.text.lato {
  font-family: Lato, sans-serif;
}
.text.roboto {
  font-family: Roboto, sans-serif;
}
.text.red {
  color: #c3374d;
}
.text.bold {
  font-weight: bold;
}
.text.f21 {
  font-size: 21px;
}

.table.borderTable tbody, .table.borderTable.type2 tbody {
  display: table;
  width: 100%;
}
.table.borderTable th, .table.borderTable.type2 th {
  padding: 20px;
  border: 1px solid #cbc8c8;
  border-bottom: none;
  background: #f8f8f8;
  font-weight: bold;
}
.table.borderTable td, .table.borderTable.type2 td {
  padding: 20px;
  border-top: 1px solid #cbc8c8;
  border-left: 1px solid #cbc8c8;
  border-bottom: 1px solid #cbc8c8;
}
.table.borderTable td:last-child, .table.borderTable.type2 td:last-child {
  border-right: 1px solid #cbc8c8;
}
.table.borderTable.type2 {
  /*width: 632px;*/
  width: 800px;
  margin: 0 auto;
}
@media screen and (max-width: 958px) {
  .table.borderTable.type2 {
    width: 100%;
  }
}
.table.borderTable.type2 th,
.table.borderTable.type2 td {
  font-size: 21px;
  font-weight: bold;
  font-family: Poppins, sans-serif;
  color: #707070;
}
@media screen and (max-width: 958px) {
  .table.borderTable.type2 th,
  .table.borderTable.type2 td {
    font-size: 16px;
  }
}
.table.borderTable.type2 th {
  padding: 5px 20px;
  border-bottom: 1px solid #cbc8c8;
}
.table.borderTable.type2 th:first-child {
  width: 280px;
}
.table.borderTable.type2 td {
  border-top: none;
  border-bottom: 2px dotted #cbc8c8;
  font-weight: normal;
}
.table.borderTable.type2 tr:last-child td {
  border-bottom: 1px solid #cbc8c8;
}
.table + .table.borderTable {
  margin-top: 15px;
}
.table.default tr {
  border-bottom: 5px dashed rgba(145, 145, 146, 0.5607843137);
}
.table.default th {
  box-sizing: border-box;
  width: 38%;
  padding: 40px 20px 30px 4px;
  font-size: 21px;
  text-align: left;
}
@media screen and (max-width: 958px) {
  .table.default th {
    padding: 30px 10px 20px 4px;
    font-size: 16px;
  }
}
.table.default td {
  width: 62%;
  padding-top: 40px;
  padding-bottom: 30px;
  font-size: 20px;
  /*color: #7c7c91;*/
  font-family: Roboto, sans-serif;
}
@media screen and (max-width: 958px) {
  .table.default td {
    padding-top: 30px;
    padding-bottom: 20px;
    font-size: 15px;
  }
}

section.box {
  width: 1000px;
  min-width: 320px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
section.box.homeTopMessage {
  position: relative;
  margin-top: 55px;
  margin-bottom: 85px;
  font-family: Poppins, sans-serif;
}
section.box.homeMovies {
  position: relative;
  margin-top: 55px;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
}
section.box.careersLink {
  padding-right: 0;
  padding-left: 0;
}
section.box.free {
  width: 100%;
}
section.box.homeStrongMessage {
  margin-bottom: 55px;
  background: #c3374d;
  color: #fff;
}
section.box.homeStrongMessage .wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}
section.box.homeStrongMessage .wrap h3 {
  margin-bottom: 40px;
}
section.box.homeStrongMessage .wrap .text {
  margin-bottom: 40px;
  font-family: Lato, sans-serif;
  font-size: 29px;
  font-weight: bold;
  text-align: center;
}
section.box.bottomPhoto {
  margin-top: 77px;
}
section.box.cultureStrongMessage {
  margin-bottom: 70px;
  background: #c3374d;
  color: #fff;
  font-family: Lato, sans-serif;
}
section.box.cultureStrongMessage .wrap {
  width: 1000px;
  margin: 0 auto;
  padding-top: 55px;
  padding-bottom: 55px;
}
section.box.cultureStrongMessage > .wrap .title.default {
  font-family: Lato, sans-serif;
}
section.box.cultureVision h3.title {
  margin-bottom: 20px;
}
section.box.cultureVision .text {
  font-size: 21px;
}
section.box.structureOrganizationChart {
  margin-bottom: 77px;
}
section.box.structureCoconeEngineer {
  margin-bottom: 80px;
}
section.box.structureCoconeEngineer h3.title {
  margin-bottom: 56px;
}
section.box.careersVision {
  width: 684px;
  margin: 0 auto 95px;
}
section.box.careersVision .list.visionList {
  margin-top: 95px;
}
section.box.careersDocument {
  margin-top: 77px;
}
section.box.careersDocument .careersDocumentWrapper {
  width: 69%;
  margin: 0 auto;
}
section.box.technologyStackTopMessage {
  margin-top: 90px;
}
section.box.technologyStackTopMessage .text {
  font-size: 21px;
}
section.box.blogArticle {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  padding-right: 10px;
  padding-left: 10px;
}
section.box.blogArticle .wrap.left {
  flex: 1;
  max-width: 680px;
}
section.box.blogArticle .wrap.right {
  width: 300px;
  margin-left: 20px;
}
section.box.blogArticle .bottom_sentence {
  margin: 80px auto;
  padding-top: 80px;
  border-top: solid 1px #ccc;
}
section.box.cultureTable table th {
  font-family: "Kozuka Gothic Pr6N", sans-serif;
}
section.box.cultureTable table td {
  font-family: Lato, sans-serif;
}
section.box.searchPage {
  width: 1200px;
  margin-top: 20px auto 40px;
}
section.box.searchPage .searchPageInner {
  margin-top: 30px;
}
section.box.searchPage .resultCount {
  margin: 20px 0;
  font-size: 16px;
}
section.box.error404 h2 {
  margin-bottom: 12px;
  text-align: center;
}
section.box.error404 p {
  margin-bottom: 32px;
  text-align: center;
}
section.box.error404 .mark {
  margin-bottom: 50px;
  font-size: 100px;
  animation: anim 1s forwards;
}
@keyframes anim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* [end] section.box */
.box.firstView {
  position: relative;
  min-width: 320px;
  background-color: #999;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.box.firstView.type0 {
  background-image: url(../images/pic_hero_image_0.jpg);
}
.box.firstView.type1 {
  background-image: url(../images/pic_hero_image_1.jpg);
}
.box.firstView.type2 {
  background-image: url(../images/pic_hero_image_2.jpg);
}
.box.firstView.type3 {
  background-image: url(../images/pic_hero_image_3.jpg);
}
.box.firstView.type4 {
  background-image: url(../images/pic_hero_image_4.jpg);
}
.box.firstView.type5 {
  background-image: url(../images/pic_hero_image_5.jpg);
}
.box.firstView.type6 {
  background-image: url(../images/pic_hero_image_6.jpg);
}
.box.firstView.type7 {
  background-image: url(../images/pic_hero_image_7.jpg);
}
.box.firstView.type8 {
  background-image: url(../images/pic_hero_image_8.jpg);
}
.box.firstView.type9 {
  background-image: url(../images/pic_hero_image_9.jpg);
}
.box.firstView.type10 {
  background-image: url(../images/pic_hero_image_10.jpg);
}
.box.firstView.type11 {
  background-image: url(../images/pic_hero_image_11.jpg);
}
.box.main.firstView {
  height: 600px;
}
.box.sub.firstView {
  height: 220px;
  background-image: url(../images/bg_page_first_view_1.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.box.sub.firstView.type2 {
  background-image: url(../images/bg_page_first_view_2.png);
}
.box.sub.firstView.type3 {
  background-image: url(../images/bg_page_first_view_3.png);
}
.box.sub.firstView.type4 {
  background-image: url(../images/bg_page_first_view_4.png);
}
.box.sub.firstView.type5 {
  background-image: url(../images/bg_page_first_view_5.png);
}
.box.sub.firstView.type6 {
  background-image: url(../images/bg_page_first_view_6.png);
}
.box.sub.firstView.type7 {
  background-image: url(../images/bg_page_first_view_7.png);
}
.box.sub.firstView.type8 {
  background-image: url(../images/bg_page_first_view_8.png);
}
.box.sub.firstView.type9 {
  background-image: url(../images/bg_page_first_view_9.png);
}
.box.sub.firstView.type10 {
  background-image: url(../images/bg_page_first_view_10.png);
}
.box.mainFirstViewContents {
  position: absolute;
  top: calc(50% + 100px);
  left: 50%;
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  font-family: Poppins, sans-serif;
  transform: translate(-50%, -50%);
}
.box.mainFirstViewContents > .text {
  margin-top: 20px;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  line-height: 37px;
}
.box.mainFirstViewContents .link {
  margin-top: 25px;
  letter-spacing: 1.68px;
}
.box.mainFirstViewContents .link a {
  display: flex;
  justify-items: center;
}
.box.mainFirstViewContents .link a .icon {
  margin-right: 15px;
}
.box.mainFirstViewContents .link,
.box.mainFirstViewContents .link a {
  color: #fff;
  font-size: 21px;
  font-weight: 600;
}
.box .pageFirstViewContents {
  width: 1200px;
  max-width: 100%;
  height: 100%;
  margin: 0 auto;
}
.box .pageFirstViewContents .title.pageTitle {
  position: absolute;
  top: 50%;
  left: 120px;
  transform: translateY(-50%);
}
.box.entryContent {
  margin-top: 25px;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 2;
  word-break: break-word;
}
.box.entryContent h2,
.box.entryContent h3,
.box.entryContent h4 {
  margin-top: 40px;
  margin-bottom: 20px;
  color: #555;
  letter-spacing: 1px;
}
.box.entryContent h2:empty,
.box.entryContent h3:empty,
.box.entryContent h4:empty {
  display: none;
}
.box.entryContent h2 {
  position: relative;
  margin-left: 15px;
  padding: 5px 7px;
  background: #fafafa;
  font-size: 22px;
}
.box.entryContent h2::before {
  content: "";
  position: absolute;
  top: 0;
  left: -16px;
  width: 8px;
  height: 100%;
  border-radius: 6px;
  background: #b6454f;
}
.box.entryContent h3 {
  padding: 5px 7px;
  border-bottom: 2px solid #b6454f;
  font-size: 20px;
}
.box.entryContent h4 {
  font-size: 16px;
}
.box.entryContent .wrapTable {
  overflow-x: scroll;
  margin-bottom: 30px;
}
.box.entryContent .wrapTable > table {
  margin: 0 auto;
  border-collapse: collapse;
  border-spacing: 0;
}
.box.entryContent .wrapTable > table th {
  background: #666;
  color: #fff;
}
.box.entryContent .wrapTable > table th,
.box.entryContent .wrapTable > table td {
  padding: 10px;
  border: 1px solid #ccc;
  white-space: nowrap;
}
.box.prBox {
  margin-top: 50px;
}
.box.visionPictureBox {
  display: flex;
  justify-content: center;
}
.box.colorBorderBox {
  display: flex;
  height: 57px;
  margin-bottom: 64px;
  border-radius: 6px;
}
.box.colorBorderBox .value {
  height: 57px;
}
.box.colorBorderBox .value:first-child {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.box.colorBorderBox .value:last-child {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.box.colorBorderBox .value.red {
  background: #c3374d;
}
.box.colorBorderBox .value.purple {
  background: #9d71d0;
}
.box.colorBorderBox .value.blue {
  background: #3842b7;
}
.box.colorBorderBox .value.green {
  background: #2f7729;
}
.box.colorBorderBox .value.yellow {
  background: #d3d323;
}
.box.colorBorderBox .value.orange {
  background: #ed9e08;
}
.box.careersLink {
  margin-top: 90px;
}
.box.entryFooter {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  padding: 23px 0;
  border-top: 4px dashed rgba(145, 145, 146, 0.5607843137);
}
.box.entryFooter .sideCategoryList,
.box.entryFooter .sideTagList {
  width: 280px;
}
.box.eventThumbnailList {
  display: flex;
  margin: 60px 0 20px;
  flex-wrap: wrap;
}
.box.eventThumbnail {
  width: 22%;
  margin: 0 1.5% 20px;
  color: #000;
  text-align: center;
}
.box.eventThumbnail img {
  margin-bottom: 10px;
}
.box.singleContent {
  width: 100%;
}
.box.singleContent .post-thumbnail {
  margin-bottom: 25px;
}
.box.singleContent .post-thumbnail img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1199px) {
  .box.pageFirstViewContents {
    width: auto;
  }
  .box.main.firstView {
    background-position: center top;
  }
}
@media screen and (max-width: 1000px) {
  section.box,
  section.box.free > .wrap {
    width: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .box.entryFooter {
    width: 100%;
    padding: 20px 10px;
  }
  .box.main.firstView {
    height: 493px;
    /*background-size: contain;*/
    background-size: cover;
  }
  .box.sub.firstView {
    background-position: center;
  }
  .box.mainFirstViewContents {
    top: 50%;
    width: 100%;
    text-align: center;
  }
  .box.mainFirstViewContents h2.sub.logo {
    display: none;
    width: 230px;
    height: 26px;
  }
  .box.mainFirstViewContents > .text {
    margin-top: 10px;
    font-size: 16px;
  }
  .box.mainFirstViewContents.mainFirstViewContents > .link {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 958px) {
  section.box.cultureStrongMessage .wrap {
    padding: 30px 20px;
  }
  section.box.careersVision .list.visionList {
    margin-top: 40px;
  }
  section.box.careersDocument .careersDocumentWrapper {
    width: 100%;
  }
  section.box.technologyStackTopMessage .text {
    font-size: 18px;
  }
  section.box.blogArticle {
    display: block;
  }
  section.box.blogArticle .wrap.right {
    display: none;
  }
  section.box.blogArticle .wrap.left {
    max-width: 100%;
  }
  section.box.blogArticle .bottom_sentence {
    margin: 40px auto;
    padding-top: 40px;
  }
  section.box.homeStrongMessage > .wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  section.box.homeStrongMessage > .wrap h3 {
    margin-bottom: 30px;
  }
  section.box.homeStrongMessage > .wrap .text {
    font-size: 21px;
  }
  .box.pageFirstViewContents .title.pageTitle {
    left: 20px;
    font-size: 30px;
  }
}
@media screen and (max-width: 719px) {
  .box.main.firstView {
    height: 354px;
  }
  .box.eventThumbnailList {
    padding: 0;
  }
  .box.eventThumbnail {
    width: 48%;
    margin: 0 1% 20px;
  }
}
@media screen and (max-width: 559px) {
  section.box.homeStrongMessage > .wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  section.box.homeStrongMessage > .wrap .text {
    text-align: left;
  }
  section.box.homeStrongMessage > .wrap .text br {
    display: none;
  }
  .box.main.firstView {
    height: 270px;
    background-size: cover;
  }
  .box.main.firstView br {
    display: none;
  }
  .box.mainFirstViewContents .text {
    padding: 0 20px;
    text-align: left;
    line-height: 1.6;
  }
  .box.footerLogo {
    margin-bottom: 20px;
  }
}
.btn.readMore {
  font-size: 11px;
  color: #c3374d;
}
.btn.readMore > a {
  display: flex;
  align-items: center;
  color: inherit;
}
.btn.readMore .icon.readMore {
  margin-left: 5px;
}
.btn.primary {
  width: 207px;
  height: 48px;
  background: #c3374d;
  border-radius: 50px;
  font-family: Poppins, sans-serif;
}
.btn.primary a {
  display: block;
  height: 48px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
}
.btn.center {
  margin: 0 auto;
}
.btn.careersBtn {
  width: 352px;
  height: 46px;
  margin: 8px auto 0;
  background: #c3374d;
  border-radius: 6px;
}
.btn.careersBtn a {
  display: block;
  height: 46px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  color: #fff;
}

.modalContents {
  display: none;
}

.modalWindow.homeModalMessage {
  background: rgba(255, 255, 255, 0.92);
}
.modalWindow.homeModalMessage::before {
  display: none;
}
.modalWindow.homeModalMessage .img {
  margin-bottom: 40px;
}
.modalWindow.homeModalMessage .title.job, .modalWindow.homeModalMessage .title.name, .modalWindow.homeModalMessage .title.message {
  font-family: Poppins, sans-serif;
}
.modalWindow.homeModalMessage .title.job, .modalWindow.homeModalMessage .title.name {
  color: #000;
  font-size: 25px;
  font-weight: bold;
}
.modalWindow.homeModalMessage .title.message {
  margin-top: 10px;
  font-size: 25px;
  font-weight: bold;
  color: #c3374d;
}
.modalWindow.homeModalMessage .text.message {
  font-family: Poppins, sans-serif;
  margin-top: 15px;
  padding-bottom: 60px;
  font-size: 15px;
  color: #000;
  line-height: 2;
}

.tingle-modal-box {
  width: 828px;
  min-width: 320px;
  min-height: 1000px;
  margin-top: 70px;
  border-radius: 0;
  background: none;
}
@media screen and (max-width: 958px) {
  .tingle-modal-box {
    width: 100%;
    margin-top: 20px;
  }
}
.tingle-modal-box__content {
  padding: 0;
  overflow-y: auto;
}
.tingle-modal__close {
  position: absolute;
  top: 50px;
  right: -884px;
  left: 0;
  margin: 0 auto;
  width: 54px;
  height: 54px;
  background: #fff;
  color: #8b8b8b;
  font-size: 1rem;
  outline: 0;
}
@media screen and (max-width: 958px) {
  .tingle-modal__close {
    left: auto;
    right: 20px;
  }
}
.tingle-modal__close:hover {
  color: #8b8b8b;
}
.tingle-modal__closeIcon {
  display: inline-block;
  width: 19px;
  height: 19px;
}
@media screen and (max-width: 958px) {
  .tingle-modal__closeIcon {
    margin-right: 0;
  }
}
@media screen and (max-width: 958px) {
  .tingle-modal .homeModalMessage .title.job,
  .tingle-modal .homeModalMessage .title.name {
    font-size: 24px;
  }
  .tingle-modal .homeModalMessage .title.message {
    font-size: 22px;
  }
  .tingle-modal .homeModalMessage .text.message {
    font-size: 16px;
  }
}

.icon.calender, .icon.comment, .icon.eye {
  width: 20px;
  height: 20px;
  background: url("../images/icon_sp.png") no-repeat;
}
.icon.comment {
  background-position: left -31px;
}
.icon.eye {
  width: 32px;
  background-position: left -61px;
}
.icon.calender.small, .icon.comment.small, .icon.eye.small {
  width: 15px;
  height: 15px;
  background: url("../images/icon_sp.png") no-repeat;
  background-size: 22px auto;
}
.icon.comment.small {
  background-position: left -21px;
}
.icon.eye.small {
  width: 22px;
  background-position: left -42px;
}
.icon.rightArrow.right {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("../images/icon_arrow_right_red.png") no-repeat;
  background-size: contain;
}
.icon.readMore {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  border-top: 3px solid #c3374d;
  border-right: 3px solid #c3374d;
  transform: rotate(45deg);
}

footer {
  position: relative;
  margin-top: 50px;
  background-color: #000;
  color: #fff;
}
footer .recruitLinkArea {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background-color: #004996;
}
@media screen and (max-width: 958px) {
  footer .recruitLinkArea {
    height: 80px;
  }
}
@media screen and (min-width: 959px) {
  footer .recruitLinkArea {
    height: 106px;
  }
}
footer .recruitLinkText {
  display: flex;
  align-items: center;
  color: #fff;
}
footer .recruitLinkText::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-left: 8px;
  background-image: url("../images/ce_blog/icon_arrow_right.png");
  background-size: 24px;
  background-repeat: no-repeat;
}
@media screen and (max-width: 958px) {
  footer .recruitLinkText {
    font-size: 20px;
  }
}
@media screen and (min-width: 959px) {
  footer .recruitLinkText {
    font-size: 24px;
  }
}
footer .wrap {
  display: flex;
  width: 100%;
}
@media screen and (max-width: 958px) {
  footer .wrap {
    flex-direction: column;
    padding: 22px 20px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1279px) {
  footer .wrap {
    justify-content: start;
  }
}
@media screen and (min-width: 959px) {
  footer .wrap {
    justify-content: center;
    padding: 36px 0 28px;
  }
}
footer .wrap > * + * {
  position: relative;
}
@media screen and (max-width: 958px) {
  footer .wrap > * + * {
    margin-top: 14px;
    padding-top: 14px;
  }
  footer .wrap > * + *::before {
    width: 100%;
    height: 1px;
  }
}
@media screen and (min-width: 959px) {
  footer .wrap > * + * {
    margin-left: 20px;
    padding-left: 20px;
  }
  footer .wrap > * + *::before {
    bottom: 0;
    width: 1px;
    height: 100%;
    margin: auto;
  }
}
footer .footerCoconeEngineering {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 958px) {
  footer .footerCoconeEngineering .coconeEngineeringLogo {
    width: 268px;
  }
}
@media screen and (min-width: 959px) {
  footer .footerCoconeEngineering .coconeEngineeringLogo {
    width: 268px;
  }
}
footer .footerCoconeEngineering .mainMessage {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 14px;
}
footer .footerMenu {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 959px) and (max-width: 1279px) {
  footer .footerMenu {
    align-items: flex-start;
    flex-direction: column;
  }
}
footer .footerMenu a {
  color: #fff;
}
footer .footerMenu li::before {
  content: "-";
}
footer .footerMenu li a {
  color: #fff;
  font-family: "Lato", sans-serif;
}
footer .footerSNS {
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footerSNS li + li {
  margin-left: 10px;
}
footer .footerSNS li .iconX {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 26px;
  height: 26px;
  border-radius: 13px;
}
footer .footerSNS li .iconX img {
  width: 16px;
  height: 16px;
}
footer .ceLink {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #fff;
}
footer .ceLink::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 12px;
  margin-right: 6px;
  background-image: url("../images/ce_blog/icon_out_white.png");
  background-size: 11px 12px;
}
footer .ceLink:hover {
  color: #ccc;
}
footer .footerLogoArea {
  padding-top: 16px;
  padding-bottom: 40px;
  background-color: #000;
  text-align: center;
}
footer .footerLogo {
  display: block;
  width: 122px;
  margin-right: auto;
  margin-left: auto;
}
footer .copyright {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 11px;
}
footer .pageTopButton {
  display: flex;
  position: absolute;
  bottom: calc(100% + 10px);
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  background-color: #b4b4b4;
}
@media screen and (max-width: 958px) {
  footer .pageTopButton {
    right: 20px;
  }
}
@media screen and (min-width: 959px) {
  footer .pageTopButton {
    right: 30px;
  }
}
footer .pageTopButton svg {
  display: block;
  width: 18px;
}

.blogSidebar .sidebarContent {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #fff;
}
.single-post .blogSidebar .sidebarContent {
  border: 1px solid #e3e3e3;
}
.blogSidebar .sidebarContent + .sidebarContent {
  margin-top: 20px;
}
.blogSidebar .title {
  padding-top: 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #c3374d;
  color: #454545;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: bold;
}
.blogSidebar .categoryList .item + .item {
  border-top: 1px solid #e3e3e3;
}
.blogSidebar .categoryList .item a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
  padding-bottom: 18px;
  color: #454545;
  font-size: 14px;
  font-weight: bold;
  -webkit-tap-highlight-color: transparent;
}
.blogSidebar .categoryList .item a::after {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../images/icon_arrow_1.svg);
  background-repeat: no-repeat;
}
.blogSidebar .tagList {
  display: flex;
  margin: -2px -6px;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
}
.blogSidebar .tagList .item {
  margin: 2px 6px;
}
.blogSidebar .tagList a {
  color: #454545;
  font-size: 12px;
}
.blogSidebar .popularPostList {
  padding-top: 20px;
  padding-bottom: 20px;
}
.blogSidebar .popularPostList .item + .item {
  margin-top: 16px;
  padding-top: 16px;
  border-top: dashed 1px #e3e3e3;
}
.blogSidebar .popularPostList .postImg a {
  position: relative;
  width: 100%;
}
.blogSidebar .popularPostList .postImg a::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blogSidebar .popularPostList .postImg a > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogSidebar .popularPostList .postImg a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogSidebar .popularPostList .postCategory {
  display: inline-block;
  margin-top: 10px;
}
.blogSidebar .popularPostList .postCategory ul {
  display: flex;
  margin: -2px;
  flex-wrap: wrap;
}
.blogSidebar .popularPostList .postCategory li {
  margin: 2px;
}
.blogSidebar .popularPostList .postCategory a {
  display: inline-flex;
  align-items: center;
  background-color: #c3374d;
  color: #fff;
}
@media screen and (max-width: 958px) {
  .blogSidebar .popularPostList .postCategory a {
    height: 18px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 9px;
    font-size: 10px;
  }
}
@media screen and (min-width: 959px) {
  .blogSidebar .popularPostList .postCategory a {
    height: 24px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 12px;
    font-size: 12px;
  }
}
.blogSidebar .popularPostList .postTitle {
  margin-top: 10px;
}
.blogSidebar .popularPostList .postTitle a {
  color: #454545;
  font-weight: bold;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.blogSidebar .popularPostList .postDate {
  display: block;
  margin-top: 10px;
  color: #8e8e8e;
  font-size: 10px;
}

.nav {
  height: 100%;
  color: currentColor;
  font-family: Lato, sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 958px) {
  .nav {
    display: flex;
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    overflow-y: scroll;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    background-color: #fff;
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transform: translateX(100%);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .nav::-webkit-scrollbar {
    display: none;
  }
  [data-menu=true] .nav {
    transform: translateX(0);
  }
}
@media screen and (max-width: 958px) {
  .nav .navWrap {
    overflow-y: auto;
    width: 80%;
    max-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 959px) {
  .nav .navWrap {
    display: flex;
    align-items: center;
    height: 100%;
  }
}
@media screen and (max-width: 958px) {
  .nav .mainMenu {
    width: 100%;
    max-width: 220px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 959px) {
  .nav .mainMenu {
    display: flex;
  }
}
@media screen and (max-width: 958px) {
  .nav .mainMenu li + li {
    margin-top: 20px;
  }
}
@media screen and (min-width: 959px) and (max-width: 1119px) {
  .nav .mainMenu li + li {
    margin-left: 14px;
  }
}
@media screen and (min-width: 1120px) {
  .nav .mainMenu li + li {
    margin-left: 20px;
  }
}
@media screen and (min-width: 959px) {
  .nav .mainMenu li {
    position: relative;
  }
  .nav .mainMenu li::before {
    content: "";
    position: absolute;
    top: calc(100% + 4px);
    width: 100%;
    height: 2px;
    background-color: #c3374d;
    transition: transform 0.4s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scaleX(0);
  }
  .nav .mainMenu li.current_page_item::before, .nav .mainMenu li:hover::before {
    transform: scaleX(1);
  }
  .nav .mainMenu li:hover::before {
    transform-origin: center;
  }
}
@media screen and (max-width: 958px) {
  .nav .mainMenu a {
    color: #454545;
    font-size: 28px;
  }
}
@media screen and (min-width: 959px) {
  .nav .mainMenu a {
    display: block;
    color: currentColor;
    font-size: 16px;
  }
}

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

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

.sticky {
  display: block;
}

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

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

.bypostauthor {
  display: block;
}

.widget {
  margin: 0 0 1.5em;
}

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

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

#blogPostsSlider {
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 958px) {
  #blogPostsSlider {
    padding: 30px 20px 60px;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider {
    padding-top: 30px;
    padding-bottom: 54px;
  }
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .swiper-wrapper {
    width: 100%;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .swiper-wrapper {
    width: 600px;
  }
}
#blogPostsSlider .swiper-wrapper.swiper-initialized {
  display: none;
}
#blogPostsSlider .swiper-slide {
  position: relative;
  height: auto;
}
#blogPostsSlider .swiper-slide > a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .swiper-slide > a {
    display: flex;
    flex-direction: column;
    background-color: #404040;
  }
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .blogPostSliderTextBox {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 10px 18px 10px 18px;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .blogPostSliderTextBox {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    align-items: center;
    width: 100%;
    padding: 16px 8px;
    background-color: rgba(0, 0, 0, 0.75);
  }
}
#blogPostsSlider .blogPostSliderCategory > span ul {
  display: flex;
  margin: -2px;
  flex-wrap: wrap;
}
#blogPostsSlider .blogPostSliderCategory > span li {
  margin: 2px;
}
#blogPostsSlider .blogPostSliderCategory > span {
  display: inline-flex;
  align-items: center;
  background-color: #c3374d;
  color: #fff;
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .blogPostSliderCategory > span {
    height: 18px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 9px;
    font-size: 10px;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .blogPostSliderCategory > span {
    height: 24px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 12px;
    font-size: 12px;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .blogPostSliderCategory > span {
    order: 1;
  }
}
#blogPostsSlider .blogPostSliderTitle {
  color: #fff;
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .blogPostSliderTitle {
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 18px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .blogPostSliderTitle {
    flex: 1;
    margin-left: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    order: 3;
  }
}
#blogPostsSlider .blogPostSliderDate {
  display: block;
  color: #fff;
  font-size: 10px;
}
@media screen and (max-width: 958px) {
  #blogPostsSlider .blogPostSliderDate {
    margin-top: auto;
  }
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .blogPostSliderDate {
    margin-left: 8px;
    order: 2;
  }
}
#blogPostsSlider .swiper-pagination {
  z-index: 1;
  right: 0;
  bottom: 20px;
  left: 0;
  margin: auto;
}
#blogPostsSlider .swiper-pagination-bullet {
  width: 60px;
  height: 4px;
  margin: 0 1px;
  border-radius: 0;
  background: #e2e2e2;
  opacity: 1;
}
#blogPostsSlider .swiper-pagination-bullet[class*=-active] {
  background: #c3374d;
}
@media screen and (min-width: 959px) {
  #blogPostsSlider .swiper-slide:not(.swiper-slide-active) {
    transform: scale(0.9);
    opacity: 0.7;
  }
  #blogPostsSlider .swiper-slide:not(.swiper-slide-active) .blogPostSliderTextBox {
    opacity: 0;
  }
  #blogPostsSlider .swiper-slide .blogPostSliderTextBox {
    opacity: 1;
  }
}
#blogPostsSlider .slider-animation-active .swiper-slide {
  transition: all 1s cubic-bezier(0.23, 1, 0.32, 1);
}
#blogPostsSlider .slider-animation-active .swiper-slide .blogPostSliderTextBox {
  transition: opacity 0.8s 0.1s cubic-bezier(0.23, 1, 0.32, 1);
}

.blogIndex {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  box-sizing: content-box;
}
@media screen and (max-width: 958px) {
  .blogIndex {
    flex-direction: column;
  }
}
@media screen and (min-width: 959px) {
  .blogIndex .wrap.left {
    flex: 1;
  }
}
@media screen and (max-width: 958px) {
  .blogIndex .wrap.right {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 959px) {
  .blogIndex .wrap.right {
    width: 300px;
    margin-left: 20px;
  }
}
.blogIndex .blogIndexList {
  position: relative;
  padding-bottom: 74px;
}
@media screen and (min-width: 769px) {
  .blogIndex .blogIndexList {
    display: grid;
    gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}
@media screen and (max-width: 768px) {
  .blogIndex .blogIndexList {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.blogIndex .blogIndexItem {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .blogIndex .blogIndexItem {
    width: calc(50% - 5px);
  }
  .blogIndex .blogIndexItem:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}
.blogIndex .blogIndexBody {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 14px;
}
@media screen and (max-width: 958px) {
  .blogIndex .blogIndexBody {
    padding: 8px;
  }
}
.blogIndex .blogIndexImage {
  position: relative;
  width: 100%;
}
.blogIndex .blogIndexImage::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.blogIndex .blogIndexImage > :first-child {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blogIndex .blogIndexImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.blogIndex .blogIndexCategory ul {
  display: flex;
  margin: -2px;
  flex-wrap: wrap;
}
.blogIndex .blogIndexCategory li {
  margin: 2px;
}
.blogIndex .blogIndexCategory li {
  font-size: 0;
}
.blogIndex .blogIndexCategory a {
  display: inline-flex;
  align-items: center;
  background-color: #c3374d;
  color: #fff;
}
@media screen and (max-width: 958px) {
  .blogIndex .blogIndexCategory a {
    height: 18px;
    padding-right: 8px;
    padding-left: 8px;
    border-radius: 9px;
    font-size: 10px;
  }
}
@media screen and (min-width: 959px) {
  .blogIndex .blogIndexCategory a {
    height: 24px;
    padding-right: 14px;
    padding-left: 14px;
    border-radius: 12px;
    font-size: 12px;
  }
}
.blogIndex .blogIndexTitle {
  margin-top: 10px;
  margin-bottom: 10px;
}
@media screen and (max-width: 958px) {
  .blogIndex .blogIndexTitle {
    margin-top: 4px;
    margin-bottom: 4px;
    font-size: 14px;
  }
}
.blogIndex .blogIndexTitle a {
  display: block;
  color: #454545;
  font-size: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 958px) {
  .blogIndex .blogIndexTitle a {
    font-size: 14px;
  }
}
.blogIndex .blogIndexDate {
  margin-top: auto;
  color: #8e8e8e;
  font-size: 10px;
}
.blogIndex .infinite-loader {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.blogIndex #infinite-handle {
  position: absolute;
  bottom: 0;
  left: 50%;
  color: #c3374d;
  text-align: center;
  transform: translateX(-50%);
}
.blogIndex #infinite-handle span {
  display: block;
  width: 180px;
  height: 46px;
  padding: 0;
  border: 1px solid currentColor;
  border-radius: 0;
  background-color: transparent;
  color: currentColor;
  font-size: 16px;
}
.blogIndex #infinite-handle span button {
  width: 100%;
  height: 100%;
  color: currentColor;
}

.sns.linkButtonContainer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: 20px auto;
}
.sns.linkButtonContainer.left {
  justify-content: flex-start;
}
.sns.btn {
  display: flex;
  align-items: center;
  height: 30px;
  padding: 0 14px;
  border-radius: 6px;
  color: #fff;
  font-size: 12px;
}
.sns.btn:not(:last-child) {
  margin-right: 10px;
}
.sns.btn::before {
  content: "";
  display: block;
  background-size: 100%;
  background-repeat: no-repeat;
}
.sns.btn:has(p)::before {
  margin-right: 2px;
}
.sns.btn.x {
  background-color: #000;
  border-radius: 20px;
}
.sns.btn.x::before {
  width: 12px;
  height: 12px;
  background-image: url(../images/icon_x.svg);
}
.sns.btn.facebook {
  background-color: #0866ff;
}
.sns.btn.facebook::before {
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_facebook_white.png);
}

.c-blogcard {
  width: 100%;
  margin: 40px auto;
}
@media screen and (max-width: 958px) {
  .c-blogcard {
    margin: 20px auto;
  }
}
.c-blogcard__inner {
  display: flex;
  padding: 15px;
  background-color: #fff;
  color: #404040;
}
.c-blogcard__thumbnail {
  min-width: 40%;
  width: 40%;
  margin-right: 15px;
}
.c-blogcard__thumbnailImage {
  width: 100%;
  border: 1px solid #d2d2d2;
  object-fit: contain;
}
.c-blogcard__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}
@media screen and (max-width: 958px) {
  .c-blogcard__title {
    font-size: 16px;
  }
}
.c-blogcard__description {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 958px) {
  .c-blogcard__description {
    font-size: 14px;
  }
}
.c-blogcard__link {
  display: none;
}
@media screen and (max-width: 958px) {
  .c-blogcard__link {
    display: flex;
    align-items: center;
  }
}
.c-blogcard__favicon {
  margin-right: 4px;
}
.c-blogcard a[target=_blank].c-blogcard__inner::after {
  display: none;
}
.c-blogcard a[target=_blank].c-blogcard__inner .c-blogcard__title::after {
  display: inline-block;
  content: "";
  width: 15px;
  height: 13px;
  margin-left: 10px;
  background: url(../images/icon_external_link.svg) no-repeat center/contain;
}

.c-article a.c-blogcard__inner {
  border: 1px solid #cccccc;
}

.searchForm {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
}
@media screen and (min-width: 959px) {
  .searchForm {
    width: 80%;
  }
}
.searchForm__headline {
  font-size: 14px;
  font-weight: bold;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 0;
}
@media screen and (min-width: 959px) {
  .searchForm__headline {
    margin-top: 60px;
    margin-bottom: 36px;
    font-size: 21px;
  }
}
.searchForm__inputArea {
  position: relative;
  width: 100%;
}
.searchForm.-searchPage {
  width: 100%;
}
@media screen and (min-width: 959px) {
  .searchForm.-searchPage .searchForm__headline {
    display: none;
  }
}

input[type=text].searchForm__inputText {
  width: 100%;
  padding: 8px;
  border: solid 1px #000;
  font-size: 14px;
  background-color: #fff;
}
@media screen and (min-width: 959px) {
  input[type=text].searchForm__inputText {
    padding: 16px 14px;
    font-size: 16px;
  }
}

button.searchForm__submitBtn {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  padding: 0;
  transform: translateY(-50%);
  background-color: transparent;
  background-image: url(../images/icon_search.png);
  background-repeat: no-repeat;
  background-size: 100%;
  border: none;
  cursor: pointer;
}

.c-pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  column-gap: 14px;
}
@media screen and (max-width: 958px) {
  .c-pagination ul.page-numbers {
    column-gap: 10px;
  }
}
.c-pagination ul.page-numbers li {
  width: 40px;
  height: 40px;
  background-color: #004996;
  color: #fff;
}
.c-pagination span.page-numbers,
.c-pagination a.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
}
.c-pagination ul.page-numbers li a.page-numbers {
  color: #fff;
}
.c-pagination span.page-numbers.current {
  background-color: #0089d6;
  color: #ddd;
}

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

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

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

.text.center,
.img.center {
  text-align: center;
}

.mt60 {
  margin-top: 60px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt150 {
  margin-top: 150px !important;
}

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

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

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

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

/*--------------------------------------------------------------
# Swiper override style
--------------------------------------------------------------*/
:root {
  --swiper-pagination-color: #c3374d;
}
