@charset "UTF-8";
/*!
Theme Name: 小倉クラッチ株式会社V2
Theme URI: http://underscores.me/
Author: Tetsuya Kogure
Author URI: http://various-creative.com/
Description: 小倉クラッチ株式会社テーマ V2
Version: 2.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
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
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
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# 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%;
  }
}
@media (min-width: 1400px) {
  .container {
    width: 1290px;
    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;
  }
}

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

.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_20 {
  font-size: 1.5rem;
}

.fs_24 {
  font-size: 1.5rem;
}

.ls_50 {
  letter-spacing: 0.05em;
}

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

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

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

.br-100 {
  border-radius: 100vw !important;
}

/*--------------------------------------------------------------
# Pages
--------------------------------------------------------------*/
body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media (min-width: 768px) {
  body:not(.mce-content-body) {
    padding-top: 164px;
  }
}

.noto-serif {
  font-family: "Noto Serif JP", serif;
}

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  background-color: #1a4089;
  z-index: 9999;
}
@media (max-width: 767.98px) {
  .site-header {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}
.site-header-top-menu {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 190px 1fr;
  grid-template-columns: 190px 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 17px;
  border-bottom: solid 1px #9fc0ff;
}
@media (max-width: 767.98px) {
  .site-header-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.site-header-logo-content {
  margin-bottom: 0;
  font-size: 0;
}
.site-header-logo-content-image {
  width: auto;
  height: auto;
}
@media (max-width: 767.98px) {
  .site-header-logo-content-image {
    max-width: 46.1538461538vw;
  }
}
.site-header #primary-menu li a,
.site-header #menu-en_menu li a {
  margin-left: 1em;
  font-size: 1em;
  line-height: 1em;
  color: #ffffff;
}
.site-header #primary-menu li a:hover,
.site-header #menu-en_menu li a:hover {
  text-decoration: underline;
}
.site-header .header_btn {
  display: block;
  padding: 0;
  background-color: transparent;
  border: none;
}
.site-header .collapse,
.site-header .collapsing {
  width: 100%;
}
.site-header .collapse ul li,
.site-header .collapsing ul li {
  text-align: right;
}
.site-header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.site-header-button {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 10px;
  background-color: #1a4089;
  z-index: 99999;
}
@media (min-width: 768px) {
  .site-header-button {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .jp-site .main-navigation {
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    width: 100%;
    height: 138px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #1a4089;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .jp-site .main-navigation.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
.jp-site .main-navigation-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 40px;
}
@media (max-width: 767.98px) {
  .jp-site .main-navigation-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 10px;
    z-index: 9999;
  }
}
.jp-site .main-navigation-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 0 30px;
}
@media (max-width: 767.98px) {
  .jp-site .main-navigation-menu {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: auto 20px 1fr;
    grid-template-columns: auto 1fr;
    gap: 10px 20px;
  }
}
.jp-site .main-navigation-menu-item {
  color: #ffffff;
}
.jp-site .main-navigation-menu-item-link {
  color: #ffffff;
}
@media (max-width: 767.98px) {
  .jp-site .main-navigation-menu-item-link {
    font-size: 14px;
  }
}
.jp-site .main-navigation-menu-item-link:hover {
  text-decoration: underline;
  color: #ffffff;
}

.global-button {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  outline: none;
  color: inherit;
  font-size: inherit;
}

.global-button-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #121212;
  color: #ffffff;
  -webkit-transition: height 0.2s;
  transition: height 0.2s;
  overflow: hidden;
  visibility: hidden;
  z-index: 999999;
}
@media (max-width: 767.98px) {
  .global-button-menu {
    top: 138px;
  }
}
.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;
  visibility: visible;
}
.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;
  }
}

.site-header-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header-search-input {
  height: 30px;
  border-radius: 0 !important;
  border: none !important;
}
.site-header-search-button {
  width: 40px;
  height: 30px;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: #ff9941;
  border: none;
  outline: none;
  color: #ffffff;
}

.site-header-bottom-menu {
  position: relative;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu {
    position: fixed;
    top: 138px;
    left: 0;
    width: 100%;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    height: calc(100vh - 138px);
    padding: 20px;
    background-color: #1a4089;
    z-index: 9999;
    overflow: scroll;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .site-header-bottom-menu.active {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
}
.site-header-bottom-menu-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-container {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0 0 20px;
  }
}
.site-header-bottom-menu-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-list {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
    font-size: 16px;
  }
}
.site-header-bottom-menu-item {
  position: relative;
  cursor: pointer;
}
@media (min-width: 768px) {
  .site-header-bottom-menu-item:first-child {
    position: static;
  }
  .site-header-bottom-menu-item:hover .site-header-bottom-menu-item-link, .site-header-bottom-menu-item:focus-within .site-header-bottom-menu-item-link, .site-header-bottom-menu-item:active .site-header-bottom-menu-item-link {
    color: #1a4089;
    background-color: #ffffff;
    text-decoration: none;
  }
  .site-header-bottom-menu-item:hover .site-header-bottom-menu-item-link::after, .site-header-bottom-menu-item:focus-within .site-header-bottom-menu-item-link::after, .site-header-bottom-menu-item:active .site-header-bottom-menu-item-link::after {
    background-color: #1a4089;
  }
  .site-header-bottom-menu-item:hover .site-header-bottom-menu-submenu, .site-header-bottom-menu-item:focus-within .site-header-bottom-menu-submenu, .site-header-bottom-menu-item:active .site-header-bottom-menu-submenu {
    visibility: visible;
    opacity: 1;
    z-index: 9999;
  }
}
.site-header-bottom-menu-item-link {
  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;
  width: 100%;
  height: 50px;
  padding: 5px 12px 5px 15px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 194.444% */
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-item-link {
    margin-bottom: 10px;
    padding: 0;
    height: auto;
  }
}
.site-header-bottom-menu-item-link::after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin-left: 0.5em;
  -webkit-mask-image: url("images/site-header-bottom-menu-item-link.svg");
          mask-image: url("images/site-header-bottom-menu-item-link.svg");
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  background-color: #ffffff;
  text-decoration: none;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-item-link::after {
    display: none;
  }
}
.site-header-bottom-menu-item-link.nosub::after {
  display: none;
}
.site-header-bottom-menu-submenu {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0 30px;
  padding: 50px 30px;
  background-color: #ffffff;
  visibility: hidden;
  opacity: 0;
  z-index: -9999;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu {
    position: static;
    -webkit-transform: translate(0);
            transform: translate(0);
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 10px 20px;
    visibility: visible;
    opacity: 1;
    z-index: 1;
  }
}
.site-header-bottom-menu-submenu.menu01 {
  width: 100%;
}
.site-header-bottom-menu-submenu.menu01 .site-header-bottom-menu-submenu-item:not(:last-child) .site-header-bottom-menu-submenu-list {
  height: calc(100% - 35px - 1rem);
  padding-right: 30px;
  border-right: solid 1px #1a4089;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu.menu01 .site-header-bottom-menu-submenu-item:not(:last-child) .site-header-bottom-menu-submenu-list {
    height: auto;
    padding-right: 0;
    border-right: none;
  }
}
.site-header-bottom-menu-submenu-item:not(:last-child) .site-header-bottom-menu-submenu-list {
  height: 100%;
  padding-right: 30px;
  border-right: solid 1px #1a4089;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu-item:not(:last-child) .site-header-bottom-menu-submenu-list {
    padding-right: 0;
    border-right: none;
  }
}
.site-header-bottom-menu-submenu-item-title {
  margin-bottom: 1rem;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.9444444444; /* 194.444% */
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu-item-title {
    margin-bottom: 0.5rem;
    font-size: 14px;
  }
}
.site-header-bottom-menu-submenu-list-item-link {
  color: #1a4089;
  font-size: 16px;
  font-weight: 500;
  line-height: 2.25; /* 225% */
  white-space: nowrap;
}
.site-header-bottom-menu-submenu-list-item-link::before {
  content: "> ";
  display: inline;
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu-list-item-link {
    font-size: 12px;
    white-space: normal;
  }
}
.site-header-bottom-menu-submenu-list-item-submenu-text {
  margin-bottom: 0;
  padding-left: 1em;
}
.site-header-bottom-menu-submenu-list-item-submenu-text a {
  color: #1a4089;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 2.25; /* 225% */
}
@media (max-width: 767.98px) {
  .site-header-bottom-menu-submenu-list-item-submenu-text a {
    font-size: 12px;
  }
}

.site-footer {
  padding-top: 100px;
  background-color: #1e1e1e;
}
@media (max-width: 767px) {
  .site-footer {
    padding-top: 40px;
  }
}
.site-footer a,
.site-footer a:hover {
  color: #ffffff;
}
.site-footer .go_top img {
  margin-right: 1em;
  vertical-align: middle;
}
.site-footer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 30px;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .site-footer-logo {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 40px;
    text-align: center;
  }
  .site-footer-logo-image img {
    max-width: 80%;
  }
}
.site-footer-logo-text-en {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
}
@media (max-width: 767px) {
  .site-footer-logo-text-en {
    font-size: 16px;
  }
}
.site-footer-logo-text-jp {
  margin-bottom: 0;
}
.site-footer-logo-text-jp-image {
  width: 100%;
  max-width: 320px;
}
@media (max-width: 767px) {
  .site-footer-logo-text-jp-image {
    max-width: 240px;
  }
}
.site-footer-menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 5.4263565891%;
  margin-bottom: 40px;
  padding-top: 40px;
  border-top: solid 1px #707070;
}
@media (max-width: 767px) {
  .site-footer-menu-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
    padding-top: 20px;
    border-top: solid 1px #707070;
  }
}
.site-footer-menu-item:first-child {
  width: 4em;
  font-size: 20px;
}
@media (max-width: 767px) {
  .site-footer-menu-item:first-child {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .site-footer-menu-title {
    margin-bottom: 0;
  }
}
.site-footer-menu-title-link {
  color: #ffffff;
  text-shadow: 0px 6px 16px rgba(115, 0, 255, 0.25);
  font-style: normal;
  font-weight: 700;
  line-height: 34px; /* 170% */
}
.site-footer-menu dl dt {
  margin-bottom: 8px;
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 35px; /* 218.75% */
}
.site-footer-menu dl dd a {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 214.286% */
}
.site-footer-menu dl dd a::before {
  content: "・";
  display: inline;
}
.site-footer-copy {
  padding: 15px 0;
  background-color: #1a4089;
}
.site-footer-copy-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
}
@media (max-width: 767px) {
  .site-footer-copy-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.site-footer-copy-text {
  color: #ffffff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}
@media (max-width: 767px) {
  .site-footer-copy-text {
    text-align: center;
  }
}
.site-footer-copy-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 1em;
}
@media (max-width: 767px) {
  .site-footer-copy-menu {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 10px;
  }
}
.site-footer-copy-menu-item-link {
  color: #ffffff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px; /* 175% */
}
@media (max-width: 767px) {
  .site-footer-copy-menu-item-link {
    font-size: 12px;
  }
}

body.home {
  background: #eaeaea;
}
body.home .home-mainimage {
  width: 100%;
  max-height: 920px;
  aspect-ratio: 1920/920;
  background: center/cover no-repeat url("images/home-mainimage.jpg");
}
@media (max-width: 767.98px) {
  body.home .home-mainimage {
    height: 567px;
    max-height: inherit;
    aspect-ratio: 390/567;
    background: center/cover no-repeat url("images/home-mainimage-sp.jpg");
  }
}
body.home .home-mainimage .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  padding-top: 15.625%;
  padding-bottom: 3.5416666667%;
}
@media (min-width: 1921px) {
  body.home .home-mainimage .container {
    padding-top: 300px;
    padding-bottom: 68px;
  }
}
@media (max-width: 767.98px) {
  body.home .home-mainimage .container {
    padding-top: 48.9473684211vw;
    padding-bottom: 18.6842105263%;
  }
}
body.home .home-mainimage-title {
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  text-align: center;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1.6px;
}
@media (max-width: 767.98px) {
  body.home .home-mainimage-title {
    font-size: 32px;
    font-weight: 400;
    letter-spacing: 1.024px;
  }
}
body.home .home-mainimage-subtitle {
  text-align: center;
  color: #ffffff;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.home .home-mainimage-subtitle {
    font-size: 16px;
    font-weight: 400;
  }
}
body.home .home-mainimage-news {
  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: 66.6666666667%;
  min-height: 180px;
  margin-top: auto;
  padding: 20px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-mainimage-news {
    width: 100%;
    min-height: 80px;
    padding: 10px;
  }
}
body.home .home-mainimage-link {
  display: none;
  width: 100%;
  height: 100%;
}
body.home .home-about {
  padding-bottom: 205px;
  background-color: #1a4089;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-about {
    padding-bottom: 90px;
  }
}
body.home .home-about-title {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
  font-size: 80px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 767.98px) {
  body.home .home-about-title {
    text-align: center;
    font-size: 40px;
    font-weight: 700;
  }
}
body.home .home-about-content {
  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: 80px;
  width: 83.3333333333%;
  margin: 0 auto;
}
@media (max-width: 767.98px) {
  body.home .home-about-content {
    -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: 20px;
    width: 100%;
  }
}
body.home .home-about-content-title {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 32px;
  font-weight: 500;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  body.home .home-about-content-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }
}
body.home .home-about-content-line {
  width: 1px;
  min-height: 250px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-about-content-line {
    display: none;
  }
}
body.home .home-about-content-text {
  margin-bottom: 0;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  line-height: 40px; /* 181.818% */
}
@media (max-width: 767.98px) {
  body.home .home-about-content-text {
    font-size: 18px;
    font-weight: 500;
    line-height: 32px;
    letter-spacing: 0.576px;
  }
}
body.home .home-company {
  margin-top: -100px;
  margin-bottom: 110px;
}
@media (max-width: 767.98px) {
  body.home .home-company {
    margin-top: -50px;
    margin-bottom: 60px;
  }
}
body.home .home-company-link {
  display: block;
  background-color: #ffffff;
}
body.home .home-company-link img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.home .home-company-link:hover img, body.home .home-company-link:focus img {
  opacity: 0.75;
}
body.home .home-video {
  margin-bottom: 85px;
}
@media (max-width: 767.98px) {
  body.home .home-video {
    margin-bottom: 60px;
  }
}
@media (max-width: 767.98px) {
  body.home .home-video-title {
    text-align: center;
    font-size: 22px;
    font-weight: 700;
  }
}
body.home .home-video-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 0 30px;
  margin-bottom: 36px;
}
@media (max-width: 767.98px) {
  body.home .home-video-content {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 20px;
  }
}
body.home .home-video-content-title {
  -ms-grid-column-span: 4;
  grid-column: span 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 45px;
  margin-bottom: 20px;
  padding: 4px 13px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background-color: #1a4089;
}
@media (max-width: 767.98px) {
  body.home .home-video-content-title {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    margin-bottom: 0;
    font-size: 20px;
    font-weight: 700;
  }
}
body.home .home-video-item-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.home .home-video-item-link:hover, body.home .home-video-item-link:focus {
  opacity: 0.75;
}
body.home .home-video-item-image {
  width: 100%;
  height: auto;
}
body.home .home-video-item-title {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  body.home .home-video-item-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
}
body.home .home-video-item-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.home .home-video-item-text {
    font-size: 14px;
  }
}
body.home .home-video-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.home .home-video-link:hover, body.home .home-video-link:focus {
  opacity: 0.75;
}
body.home .home-news {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  body.home .home-news {
    margin-bottom: 60px;
  }
}
body.home .home-news-title {
  margin-bottom: 66px;
  color: #1a4089;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  body.home .home-news-title {
    margin-bottom: 40px;
    font-size: 24px;
  }
}
body.home .home-news-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media (max-width: 767.98px) {
  body.home .home-news-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
body.home .home-news-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0 20px;
  font-size: 18px;
  font-weight: 400;
  color: #222222;
}
@media (max-width: 767.98px) {
  body.home .home-news-button {
    font-size: 16px;
    gap: 0 10px;
  }
}
body.home .home-news-button::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background: center/contain url("images/icon-arrow-right.png") no-repeat;
}
@media (max-width: 767.98px) {
  body.home .home-news-button::before {
    width: 35px;
    height: 35px;
  }
}
body.home .home-news-item-title {
  margin-bottom: 36px;
  border-bottom: solid 1px #1a4089;
}
body.home .home-news-item-title-text {
  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;
  min-width: 190px;
  min-height: 50px;
  padding: 5px 10px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  background-color: #1a4089;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 767.98px) {
  body.home .home-news-item-title-text {
    min-width: 140px;
    min-height: 30px;
    padding: 3px 8px;
    font-size: 18px;
    font-weight: 700;
    border-radius: 10px 10px 0 0;
  }
}
body.home .home-news-item-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 27px;
  margin-bottom: 55px;
}
@media (max-width: 767.98px) {
  body.home .home-news-item-list {
    margin-bottom: 30px;
    gap: 20px;
  }
}
body.home .home-news-item-list-item:not(:last-child) {
  padding-bottom: 27px;
  border-bottom: dashed 1px #000000;
}
@media (max-width: 767.98px) {
  body.home .home-news-item-list-item:not(:last-child) {
    padding-bottom: 20px;
  }
}
body.home .home-news-item-list-item-link {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5em 20px 1fr;
  grid-template-columns: 5em 1fr;
  gap: 0 20px;
}
body.home .home-news-item-list-item-date {
  color: #1a4089;
  font-size: 16px;
  font-weight: 700;
}
body.home .home-news-item-list-item-title {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  color: #222222;
}
body.home .home-news-item-button {
  text-align: right;
}
body.home .home-product {
  padding: 70px 0 115px;
  background-color: #222222;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-product {
    padding: 40px 0 60px;
  }
}
body.home .home-product-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px 30px;
  max-width: 1042px;
  margin: 0 auto 110px;
}
@media (max-width: 767.98px) {
  body.home .home-product-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    max-width: inherit;
    margin-bottom: 60px;
  }
}
body.home .home-product-item:first-child {
  -ms-grid-column-span: 3;
  grid-column: span 3;
  max-width: 80%;
  margin: 0 auto 36px;
}
@media (max-width: 767.98px) {
  body.home .home-product-item:first-child {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
body.home .home-product-item:first-child .home-product-item-image {
  text-align: center;
}
body.home .home-product-item:first-child .home-product-item-title {
  margin-bottom: 28px;
  color: #ffffff;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-product-item:first-child .home-product-item-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body.home .home-product-item:first-child .home-product-item-text {
  margin: 0 auto;
}
body.home .home-product-item[href]:hover .home-product-item-image, body.home .home-product-item[href]:focus .home-product-item-image, body.home .home-product-item[href]:active .home-product-item-image {
  opacity: 0.7;
}
body.home .home-product-item-image {
  margin-bottom: 10px;
  text-align: center;
}
body.home .home-product-item-title {
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
body.home .home-product-item-text {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
}
body.home .home-jigyou {
  margin-bottom: 60px;
  padding-top: 110px;
  padding-bottom: 60px;
  background-color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-jigyou {
    margin-bottom: 40px;
    padding-top: 60px;
    padding-bottom: 40px;
  }
}
body.home .home-jigyou-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-jigyou-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body.home .home-jigyou-text {
  max-width: 850px;
  margin: 0 auto 42px;
  color: #4a4a4a;
  font-size: 16px;
  font-weight: 400;
}
body.home .home-jigyou-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  margin-bottom: 34px;
}
@media (max-width: 767.98px) {
  body.home .home-jigyou-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
body.home .home-jigyou-item-image {
  margin-bottom: 20px;
}
body.home .home-jigyou-item-title {
  margin-bottom: 7px;
  color: #222222;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-jigyou-item-title {
    font-size: 18px;
  }
}
body.home .home-jigyou-item-text {
  margin-bottom: 0;
  color: #222222;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.home .home-jigyou-item-text {
    font-size: 14px;
  }
}
body.home .home-jigyou-button {
  text-align: center;
}
body.home .home-contents {
  margin-bottom: 100px;
}
@media (max-width: 767.98px) {
  body.home .home-contents {
    margin-bottom: 60px;
  }
}
body.home .home-contents-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-contents-title {
    margin-bottom: 30px;
    font-size: 24px;
  }
}
body.home .home-contents-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px 30px;
  margin-bottom: 66px;
}
@media (max-width: 767.98px) {
  body.home .home-contents-container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    margin-bottom: 40px;
  }
}
body.home .home-contents-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #222222;
}
body.home .home-contents-item:nth-child(1), body.home .home-contents-item:nth-child(2) {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
body.home .home-contents-item-image {
  margin-bottom: 20px;
}
body.home .home-contents-item-title {
  margin-bottom: 7px;
  color: #000;
  font-size: 22px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-contents-item-title {
    font-size: 18px;
  }
}
body.home .home-contents-item-text {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  body.home .home-contents-item-text {
    font-size: 14px;
  }
}
body.home .home-contents-item-text a {
  color: #222222;
}
body.home .home-banner {
  margin-bottom: 60px;
}
body.home .home-golf {
  padding-top: 55px;
}
@media (max-width: 767.98px) {
  body.home .home-golf {
    padding-top: 30px;
  }
}
body.home .home-golf-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.home .home-golf-link:hover, body.home .home-golf-link:focus {
  opacity: 0.75;
}
body.home .home-recruit {
  padding: 55px;
  padding-bottom: 60px;
}
@media (max-width: 767.98px) {
  body.home .home-recruit {
    padding: 30px 0 40px;
  }
}
body.home .home-recruit-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
body.home .home-recruit-link:hover, body.home .home-recruit-link:focus {
  opacity: 0.75;
}
body.home .home-club {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  body.home .home-club {
    margin-bottom: 40px;
  }
}
body.home .home-club-title {
  margin-bottom: 30px;
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  body.home .home-club-title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}
body.home .home-club__container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
@media (max-width: 767.98px) {
  body.home .home-club__container {
    -ms-grid-columns: 1fr 10px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
  }
}
body.home .home-club__item {
  display: block;
  background-color: #1a4089;
  color: #ffffff;
}
body.home .home-club__text {
  padding: 10px 20px;
}
body.home .home-club__title {
  margin-bottom: 7px;
  color: #222222;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 500;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-club__title {
    font-size: 18px;
  }
}
body.home .home-club__subtitle {
  min-height: 1em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1;
  font-weight: 300;
  color: #ffffff;
}
@media (max-width: 767.98px) {
  body.home .home-club__subtitle {
    font-size: 14px;
  }
}

.home-banner {
  padding: 60px 0;
  background-color: #1a4089;
}
@media (max-width: 767.98px) {
  .home-banner {
    padding: 30px 0;
  }
}
.home-banner-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 0 30px;
}
@media (max-width: 767.98px) {
  .home-banner-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
}
.home-banner-item-link {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.home-banner-item-link:hover, .home-banner-item-link:focus {
  opacity: 0.75;
}

.contact-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: 60px;
  margin-bottom: 32px;
  padding: 5px 10px;
  background-color: #1a4089;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-title {
    margin-bottom: 20px;
    font-size: 16px;
  }
}
.contact-note {
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .contact-note {
    margin-bottom: 40px;
  }
}
.contact-note-text {
  width: 100%;
  max-width: 83.3333333333%;
  margin: 0 auto 65px;
}
@media (max-width: 767.98px) {
  .contact-note-text {
    max-width: inherit;
    margin-bottom: 40px;
  }
}
.contact-note-button {
  text-align: center;
}
.contact-note-button-link {
  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;
  width: 100%;
  max-width: 630px;
  min-height: 60px;
  padding: 0 20px;
  border-radius: 10px;
  background-color: #ff9941;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .contact-note-button-link {
    min-height: 40px;
    font-size: 16px;
  }
}
.contact-note-button-link:hover, .contact-note-button-link:focus {
  color: #fff;
  opacity: 0.8;
  text-decoration: none;
}
.contact-link {
  margin-bottom: 60px;
}
.contact-link-note {
  margin-bottom: 30px;
  color: #f00;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .contact-link-note {
    font-size: 16px;
  }
}
.contact-link-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 30px;
  margin-bottom: 42px;
}
@media (max-width: 767.98px) {
  .contact-link-container {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 20px;
  }
}
@media (max-width: 767.98px) {
  .contact-link-item {
    margin-bottom: 0;
  }
}
.contact-link-item-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;
  min-height: 70px;
  padding: 5px 10px;
  border-radius: 10px;
  border: 2px solid #3369d1;
  text-align: center;
  color: #3369d1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .contact-link-item-link {
    font-size: 14px;
  }
}
.contact-link-item-link:hover, .contact-link-item-link:focus {
  color: #fff;
  background-color: #3369d1;
  text-decoration: none;
}
.contact-link-text {
  width: 100%;
  max-width: 83.3333333333%;
  margin: 0 auto;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
@media (max-width: 767.98px) {
  .contact-link-text {
    max-width: inherit;
  }
}
.contact-content {
  margin-bottom: 78px;
}
@media (max-width: 767.98px) {
  .contact-content {
    margin-bottom: 40px;
  }
}
.contact-content-title {
  width: 100%;
  max-width: 850px;
  margin: 0 auto 25px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 1px #000000;
}
.contact-content-text {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 32px;
  font-size: 16px;
  font-weight: 400;
}
.contact-content-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 35px 1fr 35px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 35px;
  width: 100%;
  max-width: 962px;
  margin: 0 auto 54px;
}
@media (max-width: 767.98px) {
  .contact-content-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.contact-content-item {
  min-height: 123px;
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .contact-content-item {
    min-height: 100px;
  }
}
.contact-content-item-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;
  min-height: 123px;
  padding: 10px 20px;
  border-radius: 10px;
  border: 3px solid #153078;
  -webkit-box-shadow: 2px 2px 0px 0px #ffffff, 5px 5px 0px 0px #153078;
          box-shadow: 2px 2px 0px 0px #ffffff, 5px 5px 0px 0px #153078;
  color: #1c4992;
  font-size: 22px;
  font-weight: 700;
  line-height: 32px; /* 145.455% */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (max-width: 767.98px) {
  .contact-content-item-link {
    min-height: 100px;
    font-size: 18px;
  }
}
.contact-content-item-link:hover, .contact-content-item-link:focus {
  color: #fff;
  background-color: #153078;
  text-decoration: none;
}
.contact-content-table {
  width: 100%;
  max-width: 850px;
  margin: 0 auto;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 767.98px) {
  .contact-content-table {
    max-width: inherit;
    font-size: 18px;
  }
  .contact-content-table tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: none;
  }
  .contact-content-table td {
    width: 50%;
    border: none;
  }
  .contact-content-table .place {
    width: 100%;
  }
}
.contact-list {
  margin-bottom: 30px;
}
.contact-list-container {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 29px 30px;
}
@media (max-width: 767.98px) {
  .contact-list-container {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 0;
  }
}
.contact-list-item {
  border: 1px solid #bababa;
}
.contact-list-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: 60px;
  background-color: #1a4089;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}
.contact-list-item-text {
  margin-bottom: 0;
}
.contact-list-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 26px 10px 30px;
}
.contact-list-item-contact {
  width: 100%;
  margin-bottom: 12px;
  text-align: center;
}
.contact-list-item-contact-button {
  position: relative;
  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;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  padding: 5px 40px;
  border-radius: 100vw;
  background: #007aff;
  border: solid 1px #007aff;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.contact-list-item-contact-button:hover, .contact-list-item-contact-button:focus {
  text-decoration: none;
  color: #ffffff;
  opacity: 0.8;
}
.contact-list-item-contact-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: center/contain url("images/contact-list-item-contact-button.svg") no-repeat;
}
.contact-list-item-tel {
  width: 100%;
  margin-bottom: 26px;
  text-align: center;
}
.contact-list-item-tel-button {
  position: relative;
  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;
  width: 100%;
  max-width: 300px;
  min-height: 60px;
  padding: 5px 40px;
  border-radius: 100vw;
  border: solid 1px #3369D1;
  color: #1C4992;
  font-size: 20px;
  font-weight: 700;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 1;
}
.contact-list-item-tel-button:hover, .contact-list-item-tel-button:focus {
  text-decoration: none;
  color: #1C4992;
  opacity: 0.8;
}
.contact-list-item-tel-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 16px;
  background: center/contain url("images/contact-list-item-tel-button.svg") no-repeat;
}

.page-productinfo a {
  color: #1a4089;
}

.productinfo-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: 60px;
  margin-bottom: 32px;
  background-color: #1a4089;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

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

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

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

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

.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_blue {
  padding-left: 1em;
  background: url(images/try_blue.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;
}

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

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

.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-detail-button .button-page {
  background-color: #01afef;
}
.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 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: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 14px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  .robot__content--link {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    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%;
  max-width: 800px;
  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;
  }
}

.en-site {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, sans-serif;
}
/*# sourceMappingURL=style.css.map */