@charset "UTF-8";
/*!
Theme Name: 小倉クラッチ株式会社英語版
Theme URI: http://underscores.me/
Author: Tetsuya Kogure Teta's LLC
Author URI: https://teta-s.co.jp/
Description: 小倉クラッチ株式会社英語版 テーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: oguraclutch
Tags:

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

oguraclutch is based on Underscores http://underscores.me/, (C) 2012-2016 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 http://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
## Links
## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
## Posts and pages
## Comments
# Infinite scroll
# Media
## Captions
## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 150px;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox],
input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #222222;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

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

p {
  margin-bottom: 1.5em;
}

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

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  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;
  font-size: 15px;
  font-size: 0.9375rem;
}

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

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
  quotes: "" "";
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
}

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

ul, ol {
  margin: 0;
}

ul {
  list-style: none;
}

ol {
  list-style: decimal;
}

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

dd {
  margin: 0;
}

img {
  height: auto; /* Make sure images are scaled correctly. */
  max-width: 100%; /* Adhere to container width. */
}

figure {
  margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

/*--------------------------------------------------------------
# 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);
  font-size: 12px;
  font-size: 0.75rem;
  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%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  color: #0068b7;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  clear: both;
  display: block;
  float: left;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
          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 {
  left: 100%;
}
.main-navigation ul ul a {
  width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  float: left;
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
}
/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    /*overflow: hidden;*/
    display: block;
  }
}
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

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

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}
.widget select {
  max-width: 100%;
}

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

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

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

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# 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 embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

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

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-item .gallery-columns-2 {
  max-width: 50%;
}
.gallery-item .gallery-columns-3 {
  max-width: 33.3333333333%;
}
.gallery-item .gallery-columns-4 {
  max-width: 25%;
}
.gallery-item .gallery-columns-5 {
  max-width: 20%;
}
.gallery-item .gallery-columns-6 {
  max-width: 16.6666666667%;
}
.gallery-item .gallery-columns-7 {
  max-width: 14.2857142857%;
}
.gallery-item .gallery-columns-8 {
  max-width: 12.5%;
}
.gallery-item .gallery-columns-9 {
  max-width: 11.1111111111%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Bootstrap
--------------------------------------------------------------*/
.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 992px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (min-width: 576px) {
  .container {
    width: 728px;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .container {
    width: 952px;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .container {
    width: 1160px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1140px;
    max-width: 100%;
  }
}
.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 0;
  margin-left: 0;
}

@media (min-width: 576px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 768px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 992px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
@media (min-width: 1200px) {
  .row {
    margin-right: 0;
    margin-left: 0;
  }
}
body.home .col-1, body.home .col-2, body.home .col-3, body.home .col-4, body.home .col-5, body.home .col-6, body.home .col-7, body.home .col-8, body.home .col-9, body.home .col-10, body.home .col-11, body.home .col-12, body.home .col, body.home .col-sm-1, body.home .col-sm-2, body.home .col-sm-3, body.home .col-sm-4, body.home .col-sm-5, body.home .col-sm-6, body.home .col-sm-7, body.home .col-sm-8, body.home .col-sm-9, body.home .col-sm-10, body.home .col-sm-11, body.home .col-sm-12, body.home .col-sm, body.home .col-md-1, body.home .col-md-2, body.home .col-md-3, body.home .col-md-4, body.home .col-md-5, body.home .col-md-6, body.home .col-md-7, body.home .col-md-8, body.home .col-md-9, body.home .col-md-10, body.home .col-md-11, body.home .col-md-12, body.home .col-md, body.home .col-lg-1, body.home .col-lg-2, body.home .col-lg-3, body.home .col-lg-4, body.home .col-lg-5, body.home .col-lg-6, body.home .col-lg-7, body.home .col-lg-8, body.home .col-lg-9, body.home .col-lg-10, body.home .col-lg-11, body.home .col-lg-12, body.home .col-lg, body.home .col-xl-1, body.home .col-xl-2, body.home .col-xl-3, body.home .col-xl-4, body.home .col-xl-5, body.home .col-xl-6, body.home .col-xl-7, body.home .col-xl-8, body.home .col-xl-9, body.home .col-xl-10, body.home .col-xl-11, body.home .col-xl-12, body.home .col-xl {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0;
  padding-left: 0;
}
@media (min-width: 576px) {
  body.home .col-1, body.home .col-2, body.home .col-3, body.home .col-4, body.home .col-5, body.home .col-6, body.home .col-7, body.home .col-8, body.home .col-9, body.home .col-10, body.home .col-11, body.home .col-12, body.home .col, body.home .col-sm-1, body.home .col-sm-2, body.home .col-sm-3, body.home .col-sm-4, body.home .col-sm-5, body.home .col-sm-6, body.home .col-sm-7, body.home .col-sm-8, body.home .col-sm-9, body.home .col-sm-10, body.home .col-sm-11, body.home .col-sm-12, body.home .col-sm, body.home .col-md-1, body.home .col-md-2, body.home .col-md-3, body.home .col-md-4, body.home .col-md-5, body.home .col-md-6, body.home .col-md-7, body.home .col-md-8, body.home .col-md-9, body.home .col-md-10, body.home .col-md-11, body.home .col-md-12, body.home .col-md, body.home .col-lg-1, body.home .col-lg-2, body.home .col-lg-3, body.home .col-lg-4, body.home .col-lg-5, body.home .col-lg-6, body.home .col-lg-7, body.home .col-lg-8, body.home .col-lg-9, body.home .col-lg-10, body.home .col-lg-11, body.home .col-lg-12, body.home .col-lg, body.home .col-xl-1, body.home .col-xl-2, body.home .col-xl-3, body.home .col-xl-4, body.home .col-xl-5, body.home .col-xl-6, body.home .col-xl-7, body.home .col-xl-8, body.home .col-xl-9, body.home .col-xl-10, body.home .col-xl-11, body.home .col-xl-12, body.home .col-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 768px) {
  body.home .col-1, body.home .col-2, body.home .col-3, body.home .col-4, body.home .col-5, body.home .col-6, body.home .col-7, body.home .col-8, body.home .col-9, body.home .col-10, body.home .col-11, body.home .col-12, body.home .col, body.home .col-sm-1, body.home .col-sm-2, body.home .col-sm-3, body.home .col-sm-4, body.home .col-sm-5, body.home .col-sm-6, body.home .col-sm-7, body.home .col-sm-8, body.home .col-sm-9, body.home .col-sm-10, body.home .col-sm-11, body.home .col-sm-12, body.home .col-sm, body.home .col-md-1, body.home .col-md-2, body.home .col-md-3, body.home .col-md-4, body.home .col-md-5, body.home .col-md-6, body.home .col-md-7, body.home .col-md-8, body.home .col-md-9, body.home .col-md-10, body.home .col-md-11, body.home .col-md-12, body.home .col-md, body.home .col-lg-1, body.home .col-lg-2, body.home .col-lg-3, body.home .col-lg-4, body.home .col-lg-5, body.home .col-lg-6, body.home .col-lg-7, body.home .col-lg-8, body.home .col-lg-9, body.home .col-lg-10, body.home .col-lg-11, body.home .col-lg-12, body.home .col-lg, body.home .col-xl-1, body.home .col-xl-2, body.home .col-xl-3, body.home .col-xl-4, body.home .col-xl-5, body.home .col-xl-6, body.home .col-xl-7, body.home .col-xl-8, body.home .col-xl-9, body.home .col-xl-10, body.home .col-xl-11, body.home .col-xl-12, body.home .col-xl {
    padding-right: 0;
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  body.home .col-1, body.home .col-2, body.home .col-3, body.home .col-4, body.home .col-5, body.home .col-6, body.home .col-7, body.home .col-8, body.home .col-9, body.home .col-10, body.home .col-11, body.home .col-12, body.home .col, body.home .col-sm-1, body.home .col-sm-2, body.home .col-sm-3, body.home .col-sm-4, body.home .col-sm-5, body.home .col-sm-6, body.home .col-sm-7, body.home .col-sm-8, body.home .col-sm-9, body.home .col-sm-10, body.home .col-sm-11, body.home .col-sm-12, body.home .col-sm, body.home .col-md-1, body.home .col-md-2, body.home .col-md-3, body.home .col-md-4, body.home .col-md-5, body.home .col-md-6, body.home .col-md-7, body.home .col-md-8, body.home .col-md-9, body.home .col-md-10, body.home .col-md-11, body.home .col-md-12, body.home .col-md, body.home .col-lg-1, body.home .col-lg-2, body.home .col-lg-3, body.home .col-lg-4, body.home .col-lg-5, body.home .col-lg-6, body.home .col-lg-7, body.home .col-lg-8, body.home .col-lg-9, body.home .col-lg-10, body.home .col-lg-11, body.home .col-lg-12, body.home .col-lg, body.home .col-xl-1, body.home .col-xl-2, body.home .col-xl-3, body.home .col-xl-4, body.home .col-xl-5, body.home .col-xl-6, body.home .col-xl-7, body.home .col-xl-8, body.home .col-xl-9, body.home .col-xl-10, body.home .col-xl-11, body.home .col-xl-12, body.home .col-xl {
    padding-right: 0;
    padding-left: 0;
  }
  body.home .col-lg {
    -ms-flex-preferred-size: 20%;
  }
}
@media (min-width: 1200px) {
  body.home .col-1, body.home .col-2, body.home .col-3, body.home .col-4, body.home .col-5, body.home .col-6, body.home .col-7, body.home .col-8, body.home .col-9, body.home .col-10, body.home .col-11, body.home .col-12, body.home .col, body.home .col-sm-1, body.home .col-sm-2, body.home .col-sm-3, body.home .col-sm-4, body.home .col-sm-5, body.home .col-sm-6, body.home .col-sm-7, body.home .col-sm-8, body.home .col-sm-9, body.home .col-sm-10, body.home .col-sm-11, body.home .col-sm-12, body.home .col-sm, body.home .col-md-1, body.home .col-md-2, body.home .col-md-3, body.home .col-md-4, body.home .col-md-5, body.home .col-md-6, body.home .col-md-7, body.home .col-md-8, body.home .col-md-9, body.home .col-md-10, body.home .col-md-11, body.home .col-md-12, body.home .col-md, body.home .col-lg-1, body.home .col-lg-2, body.home .col-lg-3, body.home .col-lg-4, body.home .col-lg-5, body.home .col-lg-6, body.home .col-lg-7, body.home .col-lg-8, body.home .col-lg-9, body.home .col-lg-10, body.home .col-lg-11, body.home .col-lg-12, body.home .col-lg, body.home .col-xl-1, body.home .col-xl-2, body.home .col-xl-3, body.home .col-xl-4, body.home .col-xl-5, body.home .col-xl-6, body.home .col-xl-7, body.home .col-xl-8, body.home .col-xl-9, body.home .col-xl-10, body.home .col-xl-11, body.home .col-xl-12, body.home .col-xl {
    padding-right: 0;
    padding-left: 0;
  }
}

#anniversary .row {
  margin-right: -15px;
  margin-left: -15px;
}
#anniversary .row [class^=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

#product {
  padding-top: 40px;
  padding-bottom: 80px;
  background-color: #222222;
  color: #ffffff;
}
#product h1 {
  margin-bottom: 1.5em;
  letter-spacing: 0.2em;
  font-weight: lighter;
}
#product h1 img {
  margin-bottom: 0.5em;
}
#product dl {
  margin-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
}
#product dl dt {
  padding-bottom: 40px;
  max-height: 170px;
}
#product dl dt img {
  max-width: 80%;
  height: auto;
}
#product dl dd {
  width: 100%;
  color: #ffffff;
}
#product a:hover dl dt img {
  -webkit-filter: drop-shadow(5px 5px 10px #5d77aa);
          filter: drop-shadow(5px 5px 10px #5d77aa);
}
#product a:hover dl dd {
  color: #1cacff;
}
@media (max-width: 991px) {
  #product dl dt {
    max-height: none;
  }
}

#newsrelease {
  padding-top: 100px;
  padding-bottom: 100px;
}
#newsrelease h1 {
  margin-bottom: 0;
  letter-spacing: 0.2em;
  font-weight: lighter;
}
#newsrelease h1 img {
  margin-bottom: 0.5em;
}
@media (min-width: 768px) {
  #newsrelease .nav-tabs {
    margin-top: -3em;
    margin-bottom: 1em;
    padding-bottom: 2em;
  }
  #newsrelease .nav-tabs .nav-link {
    border: none;
    letter-spacing: 0.2em;
  }
  #newsrelease a.nav-link.active {
    margin-bottom: calc(0.5em - 2px);
    padding-bottom: 0;
    border-bottom: solid 2px #1a4089;
  }
  #newsrelease dl {
    padding-left: 15px;
    padding-right: 15px;
  }
  #newsrelease a.button_blue {
    width: 25%;
    margin-top: 3em;
    margin-left: auto;
    margin-right: auto;
  }
}
#newsrelease dd {
  padding-top: 1em;
}
#newsrelease dd h1 {
  margin-bottom: 1em;
  font-size: 1.2em;
  line-height: 1.4em;
}
#newsrelease dd h1 a {
  font-weight: bold;
  overflow-wrap: break-word;
  word-wrap: break-word;
  letter-spacing: 0;
}
#newsrelease dd p {
  font-size: 0.87em;
}
#newsrelease dd a.button {
  display: block;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  border: solid 1px #1a4089;
  color: #1a4089;
  font-size: 0.87em;
  line-height: 3em;
  text-align: center;
  letter-spacing: 0.2em;
}
#newsrelease dd a.button:hover {
  background-color: #1a4089;
  color: #ffffff;
}
#newsrelease dd data {
  font-size: 0.87em;
  color: #c5c5c5;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  #newsrelease dl {
    margin-bottom: 5em;
  }
  #newsrelease dl dd a.button {
    width: 40%;
  }
}

#corporate div:not(.content_center_h) {
  position: relative;
}
#corporate .content_center_h {
  top: 20%;
  width: 90%;
  z-index: 10;
  color: #ffffff;
}
#corporate .content_center_h * {
  text-shadow: 0 0 10px #222222;
}
#corporate .content_center_h h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#corporate .content_center_h p {
  line-height: 2em;
}
#corporate .content_center {
  width: 80%;
  z-index: 10;
  color: #ffffff;
}
#corporate .content_center h1 {
  font-size: 1.5em;
  margin-bottom: 1em;
}
#corporate .button_white {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  line-height: 3em;
}
#corporate .border_w:first-child {
  border-left: none;
}
#corporate .border_w:last-child {
  border-right: none;
}
@media (max-width: 767px) {
  #corporate .border_w {
    border-left: none;
    border-right: none;
  }
  #corporate .sm_clear {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.frame-wrapper__video, .frame-wrapper__map {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 65.7%;
  overflow: hidden;
}
.frame-wrapper__video iframe, .frame-wrapper__map iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#content_application a,
#club a {
  color: #222222;
}

table th {
  vertical-align: middle !important;
}

#careerinfo ul li {
  margin-left: 2em;
  list-style: disc;
}
#careerinfo p {
  margin-bottom: 0;
  line-height: 1.8em;
}

iframe {
  border: none;
}

input[type=text] {
  width: 100%;
}

.h-47 {
  height: 47vw;
}

.hover-circle:hover {
  border-radius: 50%;
  overflow: hidden;
}

.breadcrumbs {
  letter-spacing: 0.1em;
  font-size: 0.875rem;
  line-height: 1rem;
}
.breadcrumbs a {
  color: #ffffff;
}

.button_white {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 1px #ffffff;
  color: #ffffff;
  font-size: 0.8em;
  line-height: 2em;
  text-align: center;
}

.button_white:hover {
  color: #222222;
  background-color: #ffffff;
}

.button_blue {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 1px #959595;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 3.33em;
  background-color: #1a4089;
}

.button_blue:hover {
  background-color: #1cacff;
}

.button_blue2 {
  color: #ffffff;
  background-color: #0068b7;
}

.button_blue2:hover {
  background-color: #268abf;
}

.button_green {
  display: block;
  padding-left: 1em;
  padding-right: 1em;
  border: solid 1px #959595;
  color: #ffffff;
  font-size: 0.875em;
  line-height: 3.33em;
  background-color: #2d8386;
}

.button_green:hover {
  background-color: #53c4c7;
}

.right_box {
  /*position: absolute;
  right: 0;*/
}

.bottom_box {
  /*position: absolute;
  bottom: 0;*/
}
@media (min-width: 767.98px) {
  .bottom_box {
    padding-top: 1rem;
  }
}

.content_center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%); /* Safari用 */
  transform: translate(-50%, -50%);
}

.content_center_h {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0); /* Safari用 */
  transform: translate(-50%, 0);
}

.content_center_v {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.img_width_auto {
  width: auto;
  height: auto;
}

.inline-block {
  display: inline-block;
}

.d-tablerow {
  display: table-row !important;
}

.d-tablecell {
  display: table-cell !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.block {
  display: block;
  overflow: hidden;
}

.bold {
  font-weight: bold;
}

.fw_normal {
  font-weight: normal !important;
}

.bg_black {
  background-color: #171717 !important;
}

.bg_lightglay {
  background-color: #efefef !important;
}

.bg_lightglay2 {
  background-color: #f8f8f8 !important;
}

.bg_blue {
  background-color: #1a4089 !important;
}

.bg_lightblue {
  background-color: #014b8a !important;
}

.bg_lightblue2 {
  background-color: #d9e3e3 !important;
}

.bg_skyblue {
  background-color: #3870dc !important;
}

.bg_skyblue2 {
  background-color: #3d95ed !important;
}

.bg_lightskyblue {
  background-color: #e2f0f7 !important;
}

.bg_lightgreen {
  background-color: #13b5b1 !important;
}

.bg_lightgreen2 {
  background-color: #00b3ba !important;
}

.bg_green {
  background-color: #0ca09b !important;
}

.bg_yellow {
  background-color: #ffba00 !important;
}

.bg_orange {
  background-color: #ff9941 !important;
}

.bg_white_70 {
  background-color: rgba(255, 255, 255, 0.7) !important;
}

.bg_white {
  background-color: #ffffff !important;
}

.border_w {
  border: solid 1px #ffffff;
  border-collapse: collapse;
}

.border_w_5 {
  border: solid 5px #ffffff;
  border-collapse: collapse;
}

.border_b {
  border-top: solid 1px #b9b9b9 !important;
  border-right: solid 1px #b9b9b9 !important;
  border-bottom: solid 1px #b9b9b9 !important;
  border-left: solid 1px #b9b9b9 !important;
  border-collapse: collapse !important;
}

.border_b_5 {
  border: solid 5px #b9b9b9;
  border-collapse: collapse;
}

.border_bt {
  border-top: solid 1px #b9b9b9;
  border-collapse: collapse;
}

.border_bl {
  border-left: solid 1px #b9b9b9;
  border-collapse: collapse;
}

.border_br {
  border-right: solid 1px #b9b9b9;
  border-collapse: collapse;
}

.border_bb {
  border-bottom: solid 1px #b9b9b9;
  border-collapse: collapse;
}

.border_bb2 {
  border-bottom: solid 2px #b9b9b9;
  border-collapse: collapse;
}

.border_bw {
  border-bottom: solid 1px #ffffff;
  border-collapse: collapse;
}

.border_lg {
  border: solid 1px #8389a4;
  border-collapse: collapse;
}

.border_lgb {
  border-bottom: solid 1px #8389a4;
  border-collapse: collapse;
}

.border_mlg {
  border: 1px solid #eceeef;
  border-collapse: collapse;
}

.border_lgdb {
  border-bottom: dotted 1px #8389a4;
  border-collapse: collapse;
}

.border_blue {
  border: solid 1px #1a4089;
  border-collapse: collapse;
}

.border_blue_3 {
  border: solid 2px #1a4089;
  border-collapse: collapse;
}

.border_none {
  border: none !important;
}

.arrow_b {
  border-style: solid;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
  border-width: 20px 20px 0 20px;
}

.color_white {
  color: #ffffff !important;
}

.color_white:hover {
  color: #ffffff !important;
}

.color_blue {
  color: #1a4089;
}

.color_lightblue {
  color: #014b8a;
}

.color_glay {
  color: #777777;
}

.color_red {
  color: #dd0000;
}

.color_black {
  color: #222222;
}

.color_green {
  color: #0ca09b !important;
}

.lh_10 {
  line-height: 1;
}

.lh_17 {
  line-height: 1.7em;
}

.lh_20 {
  line-height: 2rem;
}

.lh_22 {
  line-height: 2.2rem;
}

.fs_14 {
  font-size: 0.87rem;
}

.fs_18 {
  font-size: 1.125rem;
}

.fs_24 {
  font-size: 1.5rem;
}

.ls_50 {
  letter-spacing: 0.05em;
}

.hiragino {
  font-family: "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

.text-shadow {
  text-shadow: 0 5px 10px rgba(0, 0, 0, 0.7);
}

.letter-spacing {
  letter-spacing: 0.1em;
}

.ls_dis {
  list-style: disc;
}

.ls_dis li {
  margin-left: 2em;
  /*margin-right: -2em;*/
}

ol.circle_blue {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
}
ol.circle_blue li {
  margin-bottom: 0.5em;
  padding-left: 2em;
  position: relative;
}
ol.circle_blue li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1a4089;
  color: #ffffff;
  display: block;
  float: left;
  line-height: 1.7em;
  margin-left: -2.5em;
  text-align: center;
  height: 1.7em;
  width: 1.7em;
  border-radius: 50%;
}

ul.circle {
  padding: 0;
}
ul.circle li {
  position: relative;
  list-style-type: none !important;
  margin-bottom: 0.5em;
}
ul.circle li:before {
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 1em;
  height: 1em;
  background: #1a4089;
  border-radius: 50%;
  margin-right: 0.5em;
}

@media (max-width: 768px) {
  .list_dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.list_dl dt,
.list_dl dd {
  line-height: 1.4em;
}
.list_dl dt {
  height: 1.4em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .list_dl dt {
    width: 100%;
    height: auto;
  }
}
.list_dl dd {
  width: 80%;
  margin-top: -1.4em;
  margin-left: 20%;
}
@media (max-width: 768px) {
  .list_dl dd {
    width: 100%;
    margin: 0;
  }
}

.try_yellow {
  padding-left: 1em;
  background: url(images/try_yellow.png) top calc(0.5em - 5px) left no-repeat;
}

.try_white {
  padding-left: calc(32px + 1em);
  background-image: url(images/try_white.png);
  background-position: center left;
  background-repeat: no-repeat;
}

.try_right {
  background: url(images/tri_right.png) center right no-repeat;
}

.try_blue_left {
  padding-left: 1em;
  text-align: left;
  background: url(images/tri_bl_left.png) top calc(0.5em - 1px) left no-repeat;
}

.try_blue_right {
  padding-right: 1em;
  text-align: right;
  background: url(images/tri_bl_right.png) top calc(0.5em - 1px) right no-repeat;
}

.top-images {
  background-color: #efefef;
}

.top-images.productinfo .container {
  height: 500px;
}
.top-images.productinfo .container img {
  position: absolute;
  right: 0;
}
.top-images.productinfo .container dl {
  background-color: rgba(255, 255, 255, 0.7);
}
.top-images.productinfo .container dl dt {
  font-size: 1.875em;
  line-height: 1.8em;
  border-bottom: solid 1px #222222;
}
.top-images.productinfo .container dl dd {
  padding-top: 1em;
  line-height: 1.6em;
}
@media (max-width: 768px) {
  .top-images.productinfo .container {
    height: auto;
  }
  .top-images.productinfo .container img {
    position: relative;
  }
}

.top-images.corporateinfo h1 {
  position: absolute;
  text-align: right;
  top: 50%;
  -webkit-transform: translateY(-50%); /* Safari用 */
  transform: translateY(-50%);
}

.title-cap {
  position: relative;
  width: 100%;
}
.title-cap img {
  border: solid 3px #e6e6e6;
}
.title-cap span {
  position: absolute;
  display: block;
  left: 3px;
  bottom: 3px;
  width: calc(100% - 6px);
  line-height: 2em;
  color: #ffffff;
  font-weight: normal;
  background-image: url(images/bg_title-cap.png);
}

@media (max-width: 768px) {
  .pc-view {
    display: none;
    visibility: hidden;
  }
  .sm_clear {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .sm-mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
}
.ov-xscroll {
  width: 100%;
  max-width: 100%;
  overflow-x: scroll;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}

header#masthead {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #1a4089;
}
header#masthead .button_white {
  margin-left: 1em;
  min-width: 100px;
}
header#masthead h1 img {
  width: auto;
  height: auto;
}
header#masthead #primary-menu li a,
header#masthead #menu-en_menu li a {
  margin-left: 1em;
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
}
header#masthead #primary-menu li a:hover,
header#masthead #menu-en_menu li a:hover {
  text-decoration: underline;
}
header#masthead .header_btn {
  display: block;
  margin-top: 10%;
  padding: 0;
  background-color: transparent;
  border: none;
}
header#masthead .collapse,
header#masthead .collapsing {
  width: 100%;
}
header#masthead .collapse ul li,
header#masthead .collapsing ul li {
  text-align: right;
}

body.home #anniversary {
  padding-top: 40px;
}
body.home #anniversary h1 {
  line-height: 1.25em;
  margin-bottom: 1em;
}
body.home #anniversary h1 + p {
  line-height: 2em;
}
body.home #anniversary .button_box {
  padding-top: 40px;
  padding-bottom: 60px;
}
@media (max-width: 768px) {
  body.home #anniversary .embed-responsive {
    margin-bottom: 40px;
  }
  body.home #anniversary .button_blue {
    width: 40%;
    min-width: 12em;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
body.home #corporate a {
  color: #ffffff;
}
body.home #whatsogura {
  height: 29.2vw;
  background: center url(images/bg-whatsogura.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  body.home #whatsogura {
    height: auto;
  }
}

.ir-contact {
  display: block;
  width: 100%;
  height: 60px;
  color: #ffffff;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background-color: #80c269;
  border-radius: 16px;
}

.ir-contact:hover {
  color: #ffffff;
  background-color: #1a4089;
}

@media (min-width: 768px) {
  .page-template-page-careers header#masthead {
    width: 100%;
  }
  .page-template-page-careers .breadcrumbs {
    display: none;
  }
  .w-md-50 {
    max-width: 50% !important;
  }
  .w-md-40 {
    max-width: 40% !important;
  }
  .w-md-25s {
    width: 25% !important;
  }
  .w-md-20s {
    width: 20% !important;
  }
}
.top-images.career {
  width: 100%;
  height: 54.375vw;
  max-height: 870px;
  background: url(images/careers_01.png) center center no-repeat;
  background-size: cover;
}

.career-contact {
  display: inline-block;
  width: 170px;
  height: 50px;
  color: #1a4089;
  font-size: 18px;
  line-height: 50px;
  text-align: center;
  background-color: #ffbe4c;
  border-radius: 16px;
}

.career-contact:hover {
  background-color: #ffffff;
}

footer {
  background-color: #171717;
}
footer .footer_info {
  background-color: #1a4089;
  color: #ffffff;
}
@media (min-width: 768px) {
  footer .footer_info a {
    line-height: 4em;
  }
}
@media (max-width: 767px) {
  footer .footer_info img {
    width: auto;
  }
}
footer a,
footer a:hover {
  font-size: 0.87em;
  color: #ffffff;
}
footer .go_top img {
  margin-right: 1em;
  vertical-align: middle;
}
@media (min-width: 768px) {
  footer .footer_menu {
    padding-top: 3em;
    padding-bottom: 4em;
  }
  footer .footer_menu dl {
    padding-left: 0.5em;
    padding-right: 0.5em;
    padding-bottom: 1em;
  }
  footer .footer_menu dl dt {
    margin-bottom: 0.5em;
    padding-bottom: 0.5em;
    color: #ffffff;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: normal;
    border-bottom: solid 1px #1a4089;
  }
  footer .footer_menu dl dd a {
    display: block;
    line-height: 1.8em;
  }
  footer .footer_menu dl dd a:hover {
    padding-left: 1em;
    color: #ffffff;
    background-color: #1a4089;
  }
}
@media (max-width: 767px) {
  footer .hidden-md-up {
    padding-top: 2em;
  }
  footer .hidden-md-up dt {
    padding-left: 3em;
    line-height: 3em;
    color: #ffffff;
    font-weight: normal;
    background: url(images/footer_tri_close.png) right 20px center no-repeat;
    cursor: pointer;
  }
  footer .hidden-md-up dt[aria-expanded=true] {
    background: url(images/footer_tri_open.png) right 20px center no-repeat;
  }
  footer .hidden-md-up dd:not(.footer_sm_border) {
    padding-bottom: 2em;
  }
  footer .hidden-md-up dd:not(.footer_sm_border) a {
    padding-left: 4em;
    font-size: 0.87em;
    display: block;
    line-height: 2em;
  }
  footer .hidden-md-up .footer_sm_border {
    width: 100%;
    height: 1px;
    background-color: #333333;
  }
  footer button,
  footer input[type=button] {
    border: none;
    border-radius: 0;
    background: transparent;
    color: inherit;
    font-size: inherit;
    font-size: inherit;
    line-height: inherit;
    padding: 0;
  }
}
footer small {
  display: block;
  background-color: #1a4089;
  color: #ffffff;
  font-size: 0.78em;
  line-height: 4em;
  letter-spacing: 0.2em;
}
@media (max-width: 767px) {
  footer small {
    padding-top: 1.3em;
    padding-bottom: 1.3em;
    min-height: 4em;
    line-height: 1.4em;
  }
  footer .footer_info {
    padding-top: 1em;
    padding-bottom: 1em;
  }
}

.ir-box {
  max-height: 20rem;
  overflow-y: scroll;
}

ul.accordion {
  margin: 0;
  font-size: 0.87rem;
}

ul.accordion a {
  display: block;
  padding-left: 0.2rem;
}

ul.accordion a:hover {
  background: #1a4089;
  color: #fff;
}

ul.accordion span {
  display: block;
}

ul.accordion span:hover {
  background: #1a4089;
  padding-left: 0.2rem;
  color: #fff;
  cursor: pointer;
}

ul.accordion ul {
  display: none;
}

ul.accordion > li > p span {
  background: #fff;
}

ul.accordion > li > p span.open {
  background: #fff;
}

ul.accordion > li > p span.open:hover {
  background: #1a4089;
  color: #fff;
}

ul.accordion > li > ul > li {
  background: #fff;
}

ul.accordion > li > ul > li > p {
  background: #fff;
}

ul.accordion > li > ul > li > a {
  background: #fff;
}

ul.accordion > li > ul > li > ul > li {
  background: #fff;
}

ul.accordion > li > ul > li > ul > li:last-child {
  border: none;
}

.single-product .breadcrumbs > div > span:nth-child(3) {
  display: none;
}

.wpcf7c-conf {
  background-color: #eeeeee !important;
}

.cad-table tr td:not(:first-child) {
  width: calc(16px + 1.5rem);
  text-align: center;
}

#cad_data tr td:nth-last-child(1),
#cad_data tr td:nth-last-child(2) {
  width: calc(16px + 1.5rem);
  text-align: center;
}

.table .table.table-borderless {
  width: auto;
}
.table .table.table-borderless * {
  border: none;
  background-color: transparent;
  padding: 0;
}
.table .table.table-borderless tr {
  padding: 0 0.5rem;
}
.table .table.table-borderless tr th {
  padding-right: 1rem;
  font-weight: normal;
}

#notice {
  padding: 20px 0;
  background-color: #1a4089;
  text-align: center;
}
#notice a {
  color: #ffffff;
  text-decoration: none;
}

.menu-en_menu-container .menu li a {
  color: #fff;
}

.global-button {
  border: none;
  background: transparent;
  color: #ffffff;
  font-size: inherit;
  line-height: 1;
  padding: 0;
  display: block;
  width: 110px;
  height: 60px;
  margin-left: 20px;
  background: center url("images/global-earth-off.gif") no-repeat;
}
.global-button:hover {
  background: center url("images/global-earth-on.gif") no-repeat;
}

.global-button-menu {
  position: absolute;
  top: 172px;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #121212;
  color: #ffffff;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden;
  z-index: 999999;
}
@media (max-width: 767.98px) {
  .global-button-menu {
    top: 192px;
  }
}
.global-button-menu a {
  color: #ffffff;
}
.global-button-menu a:hover {
  color: aqua;
  text-decoration: none;
}
.global-button-menu.active {
  height: auto;
  padding-top: 40px;
  -webkit-transition: height 0.4s;
  transition: height 0.4s;
}
.global-button-menu .mega-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.global-button-menu .mega-menu-container .left-content {
  padding-right: 120px;
  padding-bottom: 3rem;
}
@media (max-width: 767px) {
  .global-button-menu .mega-menu-container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .global-button-menu .mega-menu-container .left-content,
  .global-button-menu .mega-menu-container .right-content {
    width: 100%;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.development-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 50px 1fr 50px 1fr 50px 1fr;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 18px 50px;
}
@media (max-width: 767px) {
  .development-content {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 18px 10px;
  }
}
.development-content-item-container {
  padding: 6px;
  border: solid 1px #6e8080;
  border-radius: 0 0 10px 10px;
}
.development-content-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  background-color: #004098;
}
@media (max-width: 767px) {
  .development-content-item-title {
    font-size: 12px;
  }
}
.development-content-item-image {
  margin-bottom: 0;
}
.development-content-item-image img {
  width: 100%;
}
.development-content-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 56px;
  margin-bottom: 8px;
  padding: 5px 20px;
  color: #ffffff;
  background-color: #6e8080;
  font-size: 14px;
}
@media (max-width: 767px) {
  .development-content-item-text {
    padding: 5px 10px;
    font-size: 10px;
  }
}
.development-content-item-detail-title {
  margin-bottom: 8px;
  text-align: center;
  font-size: 14px;
}
@media (max-width: 767px) {
  .development-content-item-detail-title {
    font-size: 12px;
  }
}
.development-content-item-detail-button {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  grid-gap: 8px;
}
.development-content-item-detail-button.type-01 {
  -ms-grid-columns: 1fr 8px 1fr;
  grid-template-columns: repeat(2, 1fr);
}
.development-content-item-detail-button [class*=button] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 32px;
  color: #ffffff;
  font-size: 14px;
  font-weight: bold;
  border-radius: 6px;
  letter-spacing: 0.06em;
}
@media (max-width: 767px) {
  .development-content-item-detail-button [class*=button] {
    font-size: 12px;
  }
}
.development-content-item-detail-button .button-pdf {
  background-color: #004098;
}
.development-content-item-detail-button .button-youtube {
  background-color: #be272d;
}
.development-content-item-detail-button .button-setsumei {
  background-color: #01af50;
}
.development-content-item-contact {
  margin-bottom: 0;
}
.development-content-item-contact .button-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  margin-top: 6px;
  color: #004098;
  background-color: #f8ad3b;
  border: solid 2px #ffffff;
  border-radius: 6px;
  font-size: 14px;
  font-weight: bold;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff; /* 各方向に白いテキストシャドウを適用 */
}
@media (max-width: 767px) {
  .development-content-item-contact .button-contact {
    font-size: 12px;
  }
}

.button-development-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 62px;
  color: #ffffff;
  background-color: #004098;
  font-size: 14px;
}
.button-development-contact::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 7.5px solid #f8ad3b;
  border-right: 7.5px solid transparent;
  border-bottom: 6px solid transparent;
  margin-right: 8px;
}
.button-development-contact:hover, .button-development-contact:focus, .button-development-contact:active {
  color: #ffffff;
}

.gaihi-modal {
  position: fixed;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  z-index: 9999999;
}
.gaihi-modal-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 0;
}
.gaihi-modal-content {
  position: relative;
  width: 90%;
  max-width: 600px;
  padding: 30px;
  background-color: #ffffff;
  z-index: 2;
}

.new-mark {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 5px;
  padding: 2px 10px;
  color: #ffffff;
  background-color: #be272d;
  border-radius: 4px;
  font-size: 10px;
}

.careerinfo-maintitle {
  text-align: center;
}
@media (max-width: 767px) {
  .careerinfo-maintitle img {
    width: 220px;
  }
}
.careerinfo-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 45px;
  margin-bottom: 50px;
  text-align: center;
  font-size: 24px;
  color: #ffffff;
  background-color: #ea5e80;
}
@media (max-width: 767px) {
  .careerinfo-title {
    min-height: 30px;
    font-size: 14px;
  }
}
.careerinfo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
}
@media (max-width: 767px) {
  .careerinfo-link {
    gap: 16px;
  }
  .careerinfo-link img {
    width: 77px;
  }
}
.careerinfo-subtitle {
  margin-bottom: 1rem;
  padding-bottom: 5px;
  font-size: 36px;
  line-height: 1.1944444444;
  font-weight: bold;
  color: #1a4089;
  border-bottom: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-subtitle {
    font-size: 24px;
  }
}
.careerinfo-notice {
  margin-bottom: 1rem;
  font-size: 21px;
  line-height: 1.1904761905;
  font-weight: bold;
  color: #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-notice {
    font-size: 14px;
  }
}
.careerinfo-table {
  margin-bottom: 76px;
}
@media (max-width: 767px) {
  .careerinfo-table {
    margin-bottom: 50px;
  }
}
.careerinfo-table tr {
  vertical-align: middle;
}
.careerinfo-table th,
.careerinfo-table td {
  height: 154px;
  padding: 28px;
  vertical-align: middle;
  border: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-table th,
  .careerinfo-table td {
    height: 100px;
    padding: 20px;
  }
}
.careerinfo-table th {
  min-width: 226px;
  text-align: center;
  background-color: #f0f0f0;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  -webkit-text-stroke: 3px #ffffff;
  text-stroke: 3px #ffffff;
  paint-order: stroke;
}
@media (max-width: 767px) {
  .careerinfo-table th {
    min-width: 150px;
    font-size: 14px;
  }
}
.careerinfo-table th[class*=bg-] {
  background-position: bottom left;
  background-repeat: no-repeat;
}
.careerinfo-table th.bg-01 {
  background-image: url("images/careerinfo-bg-01.webp");
}
.careerinfo-table th.bg-02 {
  background-image: url("images/careerinfo-bg-02.webp");
}
.careerinfo-table th.bg-03 {
  background-image: url("images/careerinfo-bg-03.webp");
}
.careerinfo-table th.bg-04 {
  background-image: url("images/careerinfo-bg-04.webp");
}
.careerinfo-table th.bg-05 {
  background-image: url("images/careerinfo-bg-05.webp");
}
.careerinfo-table th.bg-06 {
  background-image: url("images/careerinfo-bg-06.webp");
}
.careerinfo-table td {
  font-size: 21px;
  line-height: 1.619047619;
}
@media (max-width: 767px) {
  .careerinfo-table td {
    font-size: 14px;
  }
}
.careerinfo-table td p:not(:last-child) {
  margin-bottom: 1em !important;
}
.careerinfo-table .careers-info-innner-table {
  width: calc(100% + 60px);
  margin: -30px;
}
@media (max-width: 767px) {
  .careerinfo-table .careers-info-innner-table {
    width: calc(100% + 44px);
    margin: -22px;
  }
}
.careerinfo-table .careers-info-innner-table th,
.careerinfo-table .careers-info-innner-table td {
  height: 76px;
  text-align: center;
}
@media (max-width: 767px) {
  .careerinfo-table .careers-info-innner-table th,
  .careerinfo-table .careers-info-innner-table td {
    height: 50px;
    min-width: inherit;
    padding: 5px;
  }
}
.careerinfo-table .careers-info-innner-table th {
  color: #ffffff;
  font-weight: bold;
  background-color: #1a4089;
  -webkit-text-stroke: 0 transparent;
  text-stroke: 0 transparent;
}
.careerinfo-step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 37px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.careerinfo-step-item {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 226px 6.4153969527% 69px 6.4153969527% 1fr;
  grid-template-columns: 226px 69px 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  gap: 6.4153969527%;
}
.careerinfo-step-item > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.careerinfo-step-item > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.careerinfo-step-item > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media (max-width: 767px) {
  .careerinfo-step-item {
    -ms-grid-columns: 75px 12px 49px 12px 1fr;
    grid-template-columns: 75px 49px 1fr;
    gap: 12px;
  }
}
.careerinfo-step-item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 154px;
  padding: 20px;
  text-align: center;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #1a4089;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 767px) {
  .careerinfo-step-item-title {
    height: 100px;
    padding: 10px;
    font-size: 14px;
  }
}
.careerinfo-step-item-icon {
  position: relative;
  padding-top: 40px;
  text-align: center;
}
@media (max-width: 767px) {
  .careerinfo-step-item-icon {
    padding-top: 25px;
  }
}
.careerinfo-step-item-icon::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: block;
  width: 2px;
  height: calc(100% + 74px);
  background-color: #1a4089;
}
.careerinfo-step-item:first-child .careerinfo-step-item-icon::before {
  top: 109px;
}
.careerinfo-step-item:last-child .careerinfo-step-item-icon::before {
  height: 50%;
}
.careerinfo-step-item-content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 154px;
  margin-bottom: 10px;
  padding: 20px;
  border: solid 2px #1a4089;
  border-radius: 8px;
  text-align: center;
  color: #1a4089;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
@media (max-width: 767px) {
  .careerinfo-step-item-content-title {
    min-height: 100px;
    padding: 10px;
    font-size: 24px;
  }
}
.careerinfo-step-item-content-text {
  text-align: center;
  font-size: 21px;
  line-height: 1.619047619;
  color: #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-step-item-content-text {
    font-size: 14px;
  }
}
.careerinfo-step-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 53px;
  margin-top: 20px;
}
@media (max-width: 767px) {
  .careerinfo-step-link {
    margin-top: 10px;
    gap: 20px;
  }
}
.careerinfo-anchorlink {
  margin-bottom: 60px;
  border-top: solid 2px #1a4089;
  border-bottom: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-anchorlink {
    margin-bottom: 40px;
  }
}
.careerinfo-anchorlink-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 24px;
  min-height: 234px;
  background: center/contain no-repeat url("images/careerinfo-anchorlink-bg.webp");
}
@media (max-width: 767px) {
  .careerinfo-anchorlink-container {
    gap: 12px;
    min-height: 150px;
    background: transparent;
  }
  .careerinfo-anchorlink-container img {
    width: 75px;
  }
}
.careerinfo-contact {
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .careerinfo-contact {
    margin-bottom: 40px;
  }
}
.careerinfo-contact-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 1rem;
}
.careerinfo-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 135px;
  padding: 10px;
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.05em;
  background-color: #f0f0f0;
  border: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-contact-item {
    min-height: 100px;
    padding: 5px;
    font-size: 24px;
  }
}
.careerinfo-contact-item:last-child {
  border-left: none;
}
.careerinfo-contact-item a {
  color: #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-contact-item a:last-child {
    font-size: 16px;
  }
}
.careerinfo-contact-text {
  text-align: center;
  font-size: 21px;
  line-height: 1.619047619;
  letter-spacing: 0.05em;
  color: #1a4089;
}
@media (max-width: 767px) {
  .careerinfo-contact-text {
    font-size: 14px;
  }
}

.robot--inner {
  max-width: 1160px;
}
.robot-mainimage {
  margin-bottom: 30px;
  padding-top: 30px;
  background: center/contain repeat-x url("images/development-robot-mainimage-bg.png");
}
@media (max-width: 767px) {
  .robot-mainimage {
    background: top 10% center repeat-x url("images/development-robot-mainimage-bg.png");
  }
}
.robot-mainimage__title {
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1;
  color: #1a4089;
  border-bottom: solid 4px #1a4089;
}
@media (max-width: 767px) {
  .robot-mainimage__title {
    margin-right: -20px;
    font-size: 24px;
  }
}
.robot-mainimage__sub {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1;
  color: #1a4089;
}
@media (max-width: 767px) {
  .robot-mainimage__sub {
    font-size: 12px;
  }
}
.robot-mainimage__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 360px 50px 1fr;
  grid-template-columns: 360px 1fr;
  gap: 0 50px;
}
@media (max-width: 767px) {
  .robot-mainimage__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 30px 0;
  }
}
@media (max-width: 767px) {
  .robot-mainimage__content__left {
    padding: 0 20px;
  }
}
.robot-mainimage__content__left--list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.robot-mainimage__content__left--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 37px;
  padding: 5px 10px;
  text-align: center;
  color: #ffffff;
  font-size: 24px;
  background-color: #1a4089;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .robot-mainimage__content__left--button {
    font-size: 21px;
  }
}
.robot-mainimage__content__left--button:hover, .robot-mainimage__content__left--button:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}
.robot-mainimage__content__left--movie {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.robot-mainimage__content__left--movie:hover, .robot-mainimage__content__left--movie:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}
.robot-mainimage__content__left--movie img {
  width: 100%;
}
.robot__content--title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 46px;
  margin-bottom: 10px;
  padding: 5px 10px;
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a4089;
}
@media (max-width: 767px) {
  .robot__content--title {
    min-height: 23px;
    margin: 0 -20px 10px;
    padding: 5px 20px;
    font-size: 12px;
  }
}
.robot__content--list {
  margin-left: 1em;
  list-style: disc;
  font-size: 24px;
  line-height: 1.75;
  color: #1a4089;
}
@media (max-width: 767px) {
  .robot__content--list {
    font-size: 12px;
  }
}
.robot__content--line {
  height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #1a4089;
}
@media (max-width: 767px) {
  .robot__content--line {
    height: 2px;
    margin-right: -20px;
    margin-left: -20px;
  }
}
.robot__content--table {
  margin-bottom: 40px;
}
.robot__content--table thead th {
  font-size: 24px;
  color: #1a4089;
  font-weight: 600;
}
@media (max-width: 767px) {
  .robot__content--table thead th {
    font-size: 12px;
  }
}
.robot__content--table thead td {
  padding: 10px 0;
}
@media (max-width: 767px) {
  .robot__content--table thead td {
    padding: 5px 0;
  }
}
.robot__content--table thead td span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 10px;
  text-align: center;
  color: #ffffff;
  font-size: 20px;
  line-height: 1.5;
  background-color: #f19345;
}
@media (max-width: 767px) {
  .robot__content--table thead td span {
    font-size: 10px;
  }
}
.robot__content--table tbody {
  font-size: 20px;
  line-height: 1.8;
}
@media (max-width: 767px) {
  .robot__content--table tbody {
    font-size: 10px;
  }
}
.robot__content--table tbody tr:first-child td {
  background-color: #c8c9ca;
}
.robot__content--table tbody tr:last-child th {
  border-bottom: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .robot__content--table tbody tr:last-child th {
    border-bottom: solid 1px #1a4089;
  }
}
.robot__content--table tbody th,
.robot__content--table tbody td {
  border: solid 2px #1a4089;
}
@media (max-width: 767px) {
  .robot__content--table tbody th,
  .robot__content--table tbody td {
    border: solid 1px #1a4089;
  }
}
.robot__content--table tbody th {
  text-align: center;
  color: #ffffff;
  background-color: #1a4089;
  font-weight: 500;
  border-right: solid 5px #1a4089;
  border-bottom: solid 2px #ffffff;
  border-left: solid 5px #1a4089;
}
@media (max-width: 767px) {
  .robot__content--table tbody th {
    border-right: solid 3px #1a4089;
    border-bottom: solid 1px #ffffff;
    border-left: solid 3px #1a4089;
  }
}
.robot__content--table tbody td {
  text-align: center;
}
.robot__content--table tbody td:nth-child(even) {
  background-color: #eeeeef;
}
.robot__content--table tfoot td {
  padding: 10px 0;
  font-size: 20px;
  line-height: 1.75;
  color: #1a4089;
}
@media (max-width: 767px) {
  .robot__content--table tfoot td {
    font-size: 10px;
  }
}
.robot__content--image {
  margin-bottom: 45px;
}
.robot__content--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 14px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .robot__content--link {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    gap: 10px 0;
  }
}
.robot__content--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  min-height: 64px;
  padding: 5px 10px;
  text-align: center;
  font-size: 24px;
  line-height: 1.2916666667;
  color: #ffffff;
  background-color: #f19345;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
@media (max-width: 767px) {
  .robot__content--button {
    min-height: 32px;
    font-size: 12px;
  }
}
.robot__content--button:hover, .robot__content--button:focus {
  color: #ffffff;
  text-decoration: none;
  opacity: 0.75;
}
.robot__contact {
  margin-bottom: 50px;
}
.robot__contact--link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  gap: 10px;
  text-align: center;
}
.robot__contact--text {
  font-size: 18px;
  line-height: 1.7222222222;
  color: #1a4089;
}

.robotsub-mainimage {
  margin-bottom: 35px;
  padding-top: 12px;
}
.robotsub-mainimage__title {
  padding-top: 6px;
  border-top: solid 4px #1a4089;
}
@media (max-width: 767px) {
  .robotsub-mainimage__title {
    margin: 0 -20px;
  }
}
.robotsub-mainimage__title span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
  color: #ffffff;
  background-color: #1a4089;
}
@media (max-width: 767px) {
  .robotsub-mainimage__title span {
    margin-bottom: 5px;
    padding: 10px 20px;
    font-size: 18px;
  }
}
.robotsub-mainimage__sub {
  padding: 0 10px;
  font-size: 14px;
  line-height: 1.6428571429;
  color: #1a4089;
}
@media (max-width: 767px) {
  .robotsub-mainimage__sub {
    padding: 0;
    font-size: 7px;
  }
}
.robotsub-mainimage__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .robotsub-mainimage__content {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.robotsub-mainimage__left {
  width: 220px;
}
@media (max-width: 767px) {
  .robotsub-mainimage__left {
    padding-top: 40px;
    width: 29.3333333333vw;
  }
}
.robotsub-mainimage__center {
  padding-top: 30px;
  padding-left: 19px;
}
@media (max-width: 767px) {
  .robotsub-mainimage__center {
    width: 45.0666666667vw;
    padding-top: 0;
    padding-left: 10px;
  }
}
@media (min-width: 768px) {
  .robotsub-mainimage__right.type-02 {
    margin-left: -200px;
    padding-top: 40px;
  }
}
@media (max-width: 767px) {
  .robotsub-mainimage__right {
    width: 80%;
    margin: 0 auto;
  }
}
.robotsub-mainimage__table thead th {
  padding: 0 0 10px;
  font-size: 36px;
  color: #1a4089;
  font-weight: 600;
}
@media (max-width: 767px) {
  .robotsub-mainimage__table thead th {
    font-size: 18px;
  }
}
.robotsub-mainimage__table tbody tr:last-child th {
  border-bottom: solid 2px #1a4089;
}
.robotsub-mainimage__table tbody th,
.robotsub-mainimage__table tbody td {
  font-size: 13px;
  line-height: 1.7692307692;
}
@media (max-width: 767px) {
  .robotsub-mainimage__table tbody th,
  .robotsub-mainimage__table tbody td {
    font-size: 7px;
  }
}
.robotsub-mainimage__table tbody td {
  text-align: center;
  border: solid 2px #1a4089;
  color: #1a4089;
  font-weight: normal;
  background-color: #ffffff;
}
.robotsub-mainimage__table tbody th {
  width: 61.8181818182%;
  background-color: #1a4089;
  color: #ffffff;
  text-align: center;
  border-top: solid 1px #1a4089;
  border-right: solid 3px #1a4089;
  border-bottom: solid 1px #ffffff;
  border-left: solid 3px #1a4089;
}
.robotsub-notice {
  margin-bottom: 50px;
}
.robotsub-notice__logo {
  margin-bottom: 20px;
  text-align: center;
}
@media (max-width: 767px) {
  .robotsub-notice__logo {
    margin-bottom: 10px;
  }
  .robotsub-notice__logo img {
    width: 70%;
  }
}
.robotsub-notice__content {
  width: 100%;
  margin: 0 auto;
  padding: 26px 10%;
  background-color: #7ac943;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .robotsub-notice__content {
    padding: 13px 5%;
    border-radius: 5px;
  }
}
.robotsub-notice__text {
  margin-bottom: 0;
  font-size: 24px;
  line-height: 1.75;
  color: #ffffff;
  font-weight: 600;
}
@media (max-width: 767px) {
  .robotsub-notice__text {
    font-size: 12px;
  }
}
/*# sourceMappingURL=style.css.map */