@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "https://kit.fontawesome.com/9f610e034f.css";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@700&display=swap");
/*@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');*/
/*===========================================================================*/
/*  common  */
/*===========================================================================*/
/* リセット
---------------------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  word-wrap: break-word;
  word-break: break-all;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

table {
  margin: 0 auto 2.5em;
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table th {
  width: 20%;
  padding: 10px 15px;
  font-weight: bold;
  background: #0080cc;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ccc;
  color: #fff;
  text-align: center;
}
table th.short {
  width: 10%;
}
table th.head1 {
  background: #0058a4;
}
table th.head2 {
  background: #00ccc5;
}
table th span {
  font-size: 0.8em;
}
table td {
  padding: 10px;
  background: #f6f6f6;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table td ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: disc;
  margin-left: 30px;
}
table td ul li {
  margin-right: 30px;
}
table td.head1 {
  background: #0058a4;
}
table td.right {
  text-align: right;
}

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

/* ハック
---------------------------------------------------------------------------- */
/* letter-spacing hack */
@media screen {
  body {
    letter-spacing: 0.5px;
  }
  br {
    letter-spacing: 0;
  }
}
/* height100% hack */
body > #container {
  height: auto;
}

/* リンク
---------------------------------------------------------------------------- */
a {
  overflow: hidden;
  color: #333;
  outline: none;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: underline;
}

a:hover img,
.btn a:hover {
  opacity: 0.7;
}

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
  font-size: 18px;
}

body {
  height: 100%;
  color: #333;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  font-weight: 400;
  line-height: 1.75;
  overflow: hidden;
  position: relative;
}

#container {
  padding-bottom: 5rem;
  padding-top: 125px;
  background: -webkit-gradient(linear, right top, left top, from(#d5e5f3), to(#f2f4f8));
  background: linear-gradient(-90deg, #d5e5f3, #f2f4f8);
}

/* 明朝
---------------------------------------------------------------------------- */
.min {
  font-family: "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "Noto Serif JP", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.ow {
  font-weight: 700;
  font-family: "Oswald", serif;
}

svg {
  overflow: visible;
}

/* パンクズ
---------------------------------------------------------------------------- */
#topicpath {
  margin: 0 auto;
  padding: 0.7em 0;
  z-index: 1;
}
#topicpath ul {
  position: relative;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 55558;
}
#topicpath ul li {
  color: #333;
}
#topicpath ul li a {
  color: #333;
  text-decoration: underline;
}
#topicpath ul li a.home:before {
  content: "\f015";
  padding: 0 0 0 5px;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
}
#topicpath ul li a:hover {
  text-decoration: none;
}
#topicpath ul li:after {
  content: "/";
  padding: 0 5px;
}
#topicpath ul li:last-child:after {
  content: none;
}

/*titlearea*/
.titlearea {
  margin: 0 auto;
  position: relative;
  width: 95%;
  max-width: 1400px;
}
.titlearea h1 {
  margin: 0 auto;
  padding: 3em 0 1em;
  font-size: 2.7rem;
  font-weight: bold;
  line-height: 1.4;
}
.titlearea h1 span {
  display: block;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
}
.titlearea h1 span.m-text {
  font-size: 2.7rem;
}
.titlearea h1 span.icon-home::before {
  content: "\e1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea h1 span.icon-business::before {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea h1 span.icon-machine::before {
  content: "\f46a";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea h1 span.icon-other::before {
  content: "\f85e";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea h1 span.icon-support::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea h1 span.icon-company::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
.titlearea p {
  margin: 0 auto;
  max-width: 1200px;
  position: absolute;
  bottom: -5%;
  right: 0;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
  font-size: 4.5rem;
  line-height: 1;
}

h2.base-title {
  margin: 0 auto 3rem;
  max-width: 1200px;
  font-weight: bold;
  text-align: center;
}
h2.base-title span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding-bottom: 0.5rem;
  font-size: 1.875rem;
  font-weight: bold;
}
h2.base-title span::after {
  content: "";
  position: absolute;
  margin: 0 auto;
  bottom: -2px;
  width: 250px;
  height: 8px;
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#0080cc), color-stop(45%, #0080cc), color-stop(55%, #00ccc5), to(#00ccc5));
  background: linear-gradient(90deg, #0080cc 0%, #0080cc 45%, #00ccc5 55%, #00ccc5 100%);
  text-align: center;
}
h2.base-title em {
  display: inline-block;
  margin-left: 1rem;
  padding: 0.4rem 0.5rem;
  font-size: 0.875rem;
  font-weight: normal;
  color: #fff;
  background: #de060f;
  line-height: 1;
}

.h3-block {
  margin-bottom: 3rem;
}
.h3-block.mbn {
  margin-bottom: 0;
}

h3.base-title {
  position: relative;
  margin-bottom: 1rem;
}
h3.base-title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  border-top: 2px solid #0080cc;
  border-bottom: 2px solid #0080cc;
  z-index: 1;
}
h3.base-title span {
  position: relative;
  display: inline-block;
  padding-right: 0.5rem;
  font-size: 1.625rem;
  font-weight: bold;
  background: #fff;
  z-index: 2;
}

h4.base-title {
  position: relative;
  padding-left: 1.375rem;
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: bold;
}
h4.base-title:after {
  content: "\f111";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  color: #0080cc;
  font-weight: 400;
  z-index: 1;
}

.balloon-title {
  margin-bottom: 2rem;
  text-align: center;
}
.balloon-title span {
  position: relative;
  display: inline-block;
  padding: 1rem 2rem 0.875rem;
  min-width: 350px;
  font-size: 1.25rem;
  font-weight: bold;
  color: #fff;
  background: #00ccc5;
  border-radius: 40px;
  text-align: center;
}
.balloon-title span:before {
  content: "";
  position: absolute;
  top: 99%;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #00ccc5;
}

.pdf-link {
  display: inline-block;
  color: #de060f;
  font-size: 1.125rem;
  font-weight: bold;
}
.pdf-link:after {
  content: "\f1c1";
  display: inline-block;
  color: #de060f;
  font-weight: 900;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
}
.pdf-link span {
  position: relative;
  display: inline-block;
}
.pdf-link span::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left center;
  transform-origin: left center;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #de060f;
  z-index: 2;
}
.pdf-link span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  z-index: 1;
}
.pdf-link:hover {
  color: #de060f;
}
.pdf-link:hover span:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.pdf-block.mb {
  margin-bottom: 1.5em;
}
.pdf-block ul {
  max-width: 610px;
  margin-left: 1.375rem;
  display: block;
  padding: 1.5rem 2.5rem;
  background: #e5f2fa;
  border-radius: 30px;
}
.pdf-block ul.multiple {
  margin-bottom: 1em;
  padding: 0 0 0 1.5em;
}
.pdf-block ul li {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
}

table.table-style, table.scroll-table {
  margin: 0 auto 1.5em;
  border: 1px solid #ccc;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.9em;
  line-height: 1.6;
}
table.table-style th, table.scroll-table th {
  width: 20%;
  padding: 13px;
  font-weight: bold;
  background: #0080cc;
  text-align: center;
  border: 1px solid #ccc;
  color: #fff;
  vertical-align: middle;
}
table.table-style th.short, table.scroll-table th.short {
  width: 10%;
}
table.table-style th.head1, table.scroll-table th.head1 {
  background: #0058a4;
}
table.table-style td, table.scroll-table td {
  padding: 13px;
  border: 1px solid #dedede;
  background: #f6f6f6;
  text-align: center;
  vertical-align: middle;
}
table.table-style td .red, table.scroll-table td .red {
  color: #de060f;
}
table.table-style.left td, table.scroll-table.left td {
  text-align: left;
}

p.right {
  text-align: right;
}

ul.kome li {
  position: relative;
  padding-left: 1rem;
}
ul.kome li:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  margin-right: 0.3rem;
}

.mb {
  margin-bottom: 1.5rem;
}

.base-btn.mb {
  margin-bottom: 1.5rem;
}
.base-btn a {
  position: relative;
  display: block;
  max-width: 507px;
  margin: 0 auto;
  padding: 0.875rem 3rem 0.875rem 1.5rem;
  color: #fff;
  background: #003182;
  border: 1px solid #003182;
  border-radius: 50px;
}
.base-btn a:hover {
  text-decoration: none;
}
.base-btn a:hover:before {
  -webkit-transform: translateY(-50%) scale(100);
  transform: translateY(-50%) scale(100);
}
.base-btn a:after {
  content: "\f062";
  position: absolute;
  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;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  width: 48px;
  height: 48px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  color: #0080cc;
  background: #e5f2fa;
  z-index: 2;
}
.base-btn a:before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  -webkit-transform: translateY(-50%) scale(0);
  transform: translateY(-50%) scale(0);
  width: 40px;
  height: 40px;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  border-radius: 50%;
  background: #0080cc;
  z-index: 1;
}
.base-btn a span {
  position: relative;
  font-size: 1.375rem;
  font-weight: bold;
  z-index: 5;
}
.base-btn a span em {
  display: block;
  font-size: 0.875rem;
}
.base-btn.extra a:after {
  content: "\f2d2" !important;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.border-b-btn {
  text-align: center;
}
.border-b-btn a {
  display: inline-block;
  padding: 8px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-size: 200% auto;
  background-image: -webkit-gradient(linear, left top, right top, from(#0080cc), color-stop(51%, #005aa6), to(#0080cc));
  background-image: linear-gradient(to right, #0080cc 0%, #005aa6 51%, #0080cc 100%);
  border-radius: 60px;
}
.border-b-btn a span {
  position: relative;
  display: inline-block;
  padding: 1rem 4rem 1rem 1.5rem;
  font-size: 1.125rem;
  width: 100%;
  font-weight: bold;
  background: #fff;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  border-radius: 60px;
  line-height: 1.25;
}
.border-b-btn a span:after {
  content: "\f062";
  position: absolute;
  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;
  right: 0.5rem;
  top: 49%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -webkit-transform: translateY(-50%) rotate(45deg) scale(1);
  transform: translateY(-50%) rotate(45deg) scale(1);
  width: 35px;
  height: 35px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  color: #fff;
  background: #0080cc;
}
.border-b-btn a:hover {
  background-position: right center;
}
.border-b-btn a:hover span {
  color: #0080cc;
}
.border-b-btn a:hover span:after {
  -webkit-transform: translateY(-50%) rotate(45deg) scale(0.8);
  transform: translateY(-50%) rotate(45deg) scale(0.8);
}
.border-b-btn.pdf a:after {
  content: none;
}
.border-b-btn.pdf a span:before {
  content: "\f1c1";
  margin-right: 0.3em;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  color: #cc0000;
  font-size: 1.1em;
}

.characteristic {
  position: relative;
  display: inline-block;
  padding: 0.5rem 1rem 0.3rem 1rem;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #fff;
  font-size: 1.2em;
  background: #0080cc;
  border-radius: 40px;
  line-height: 1.6;
  margin-right: 0.5em;
}
.characteristic::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 30%;
  border: 5px solid transparent;
  border-top: 5px solid #0080cc;
  text-align: center;
}

.text-link {
  text-decoration: underline;
}
.text-link:hover {
  text-decoration: none;
}

.text-link a {
  text-decoration: underline;
}
.text-link a:after {
  content: "\f062";
  display: inline-block;
  margin-left: 0.3rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  color: #0080cc;
}
.text-link a:hover {
  text-decoration: none;
}
.text-link.right {
  text-align: right;
}

section {
  margin-bottom: 5rem;
}

.radius {
  margin: 0 auto 2em;
  padding: 4em 2rem;
  background: #fff;
  border-radius: 40px;
}
.radius:last-of-type {
  margin-bottom: 0 !important;
}
.radius:last-of-type.mb {
  margin-bottom: 4rem !important;
}

form button, form select, form input, form textarea {
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif !important;
}

/* -------------------------------------------- */
/* 各トップぺージ */
/* -------------------------------------------- */
#index .card-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 3rem 3%;
}
#index .card-block .card {
  width: 31%;
  min-height: 372px;
  max-width: 355px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
#index .card-block .card.s-card {
  min-height: auto;
}
#index .card-block .card:hover {
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  text-decoration: none;
}
#index .card-block .card:hover .photo:before {
  opacity: 1;
}
#index .card-block .card .photo {
  line-height: 0;
}
#index .card-block .card p.title {
  position: relative;
  padding: 1.5rem 1.5rem 2rem;
  margin-bottom: 1rem;
  font-size: 1.25rem;
  color: #0080cc;
  text-align: center;
}
#index .card-block .card p.title:before {
  content: "\f062";
  position: absolute;
  right: 2.5rem;
  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;
  top: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  color: #0080cc;
  background: #d5ebec;
}
#index .card-block .card dl {
  position: relative;
  padding: 1.5rem 1rem 2rem;
}
#index .card-block .card dl:before {
  content: "\f062";
  position: absolute;
  right: 2.5rem;
  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;
  top: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
  transform: translate(50%, -50%) rotate(45deg);
  width: 38px;
  height: 38px;
  font-size: 1.25rem;
  font-weight: 400;
  font-family: "Font Awesome 6 Pro";
  border-radius: 50%;
  color: #0080cc;
  background: #d5ebec;
}
#index .card-block .card dl dt {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  color: #0080cc;
  text-align: center;
}

a .telno {
  text-decoration: underline;
}
a:hover .telno {
  text-decoration: none;
}

.page-link.radius {
  padding: 2rem;
  margin-bottom: 2rem !important;
}
.page-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.page-link ul li {
  line-height: 0;
}
.page-link ul li a {
  position: relative;
  display: inline-block;
  padding: 0.5em 1em;
  border: 1px solid #0080cc;
  border-radius: 50px;
  color: #fff;
  background: #0080cc;
  font-weight: bold;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  line-height: 1.6;
}
.page-link ul li a:after {
  content: "\f063";
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0.5rem;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #0080cc;
  background: #fff;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
}
.page-link ul li a:hover {
  text-decoration: none;
  background: #003182;
}

.contact-us-block {
  position: relative;
  padding: 2rem;
  border-radius: 40px;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.contact-us-block .inbox h2.title {
  position: relative;
  padding-bottom: 0.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 2px double #0080cc;
  text-align: center;
}
.contact-us-block .inbox h2.title em {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 350px;
  text-align: center;
}
.contact-us-block .inbox h2.title span {
  display: inline-block;
  font-size: 1.625rem;
  font-weight: bold;
}
.contact-us-block .inbox .s-c-text {
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: bold;
  color: #0080cc;
  text-align: center;
}
.contact-us-block .inbox .tel-fax-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 905px;
  margin: 0 auto 1rem;
}
.contact-us-block .inbox .tel-fax-box .bg {
  width: 48%;
  padding: 1rem 1rem;
  color: #fff;
  background: #003182;
}
.contact-us-block .inbox .tel-fax-box .bg p {
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
}
.contact-us-block .inbox .tel-fax-box .bg p a {
  color: #fff;
}
.contact-us-block .inbox .tel-fax-box .bg p span {
  font-size: 2.25rem;
  font-weight: bold;
}
.contact-us-block .inbox .tel-fax-box .bg p.s-text {
  font-size: 1rem;
  text-align: center;
}
.contact-us-block .inbox .tel-fax-box .bg.fax {
  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;
}
.contact-us-block .inbox .e-mail {
  max-width: 905px;
  margin: 0 auto 1rem;
  padding: 1rem 1rem;
  color: #fff;
  background: #003182;
}
.contact-us-block .inbox .e-mail p {
  font-size: 1.625rem;
  line-height: 1.2;
  text-align: center;
}
.contact-us-block .inbox .e-mail p a {
  color: #fff;
  font-size: 1.875rem;
  font-weight: bold;
}
.contact-us-block .inbox .contact-btn {
  max-width: 905px;
  margin: 0 auto;
}
.contact-us-block .inbox .contact-btn a {
  display: block;
  padding: 0.875rem 1rem;
  font-size: 2.25rem;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, right top, from(#003182), color-stop(51%, #0080cc), to(#003182));
  background: linear-gradient(to right, #003182 0%, #0080cc 51%, #003182 100%);
  background-size: 200% auto;
  border-radius: 20px;
  text-align: center;
}
.contact-us-block .inbox .contact-btn a span {
  color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}
.contact-us-block .inbox .contact-btn a span:before {
  content: "\f1d8";
  display: inline-block;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  margin-right: 0.5rem;
}
.contact-us-block .inbox .contact-btn a:hover {
  text-decoration: none;
  background-position: right center;
}
.contact-us-block .inbox .contact-btn a:hover span {
  background-position: right center;
}
.contact-us-block .chara {
  position: absolute;
  right: 0;
  bottom: 0;
}

/* ページトップ
---------------------------------------------------------------------------- */
#topcontrol {
  z-index: 9998;
}

.indent {
  padding-left: 34px;
  text-indent: -34px;
}

/* マウスドラッグ時のテキストカラー
---------------------------------------------- */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}
::selection {
  background: #255e9e;
  color: #fff;
}

/* Firefox */
::-moz-selection {
  background: #255e9e;
  color: #fff;
}

/* モバイル時のメニュー
---------------------------------------------------------------------------- */
.slicknav_menu {
  display: none;
}

/*アニメーション設定
---------------------------------------------------------------------------- */
@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@keyframes slideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(50px);
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px);
    transform: translateX(0px);
  }
}
@-webkit-keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30%, 20%);
    transform: translate(-30%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
@keyframes fadeInDownLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate(-30%, 20%);
    transform: translate(-30%, 20%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
  }
}
.boxSlide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}
.boxSlide .rect {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}

.fadeIn {
  opacity: 0;
}

.blurIn {
  opacity: 0;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}

.slideIn {
  opacity: 0;
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}

.slideIndown, .boxslideIndown {
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}

.boxSlide {
  position: relative;
  overflow: hidden;
  line-height: 0;
}

.oj-image {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
  font-family: "object-fit: cover; object-position:50% 50%;";
}

a[href$=".pdf"]:after {
  content: "\f1c1";
  display: inline-block;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  margin-left: 0;
  padding: 0 0.3em;
  -webkit-transform: rotate(0);
  transform: rotate(0);
  color: #de060f;
}
a[href$=".pdf"]:after:has(> img):after {
  content: none !important;
}

a[href$=doc]:after, a[href$=docx]:after {
  content: "\f1c2" !important;
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  color: #0D4F9F;
  font-size: 1em;
}

a[href$=xlsx]:after, a[href$=xltx]:after, a[href$=xlsm]:after, a[href$=xlsb]:after, a[href$=xls]:after, a[href$=xlam]:after {
  content: "\f1c3";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  padding: 0 0.1em;
}

/*pdf-icon*/
.icon-pdf:after {
  content: "\f1c1" !important;
  margin-left: 0.3em;
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  color: #cc0000;
  font-size: 1.1em;
}

/*外部リンク*/
.icon-extra:after {
  content: "\f2d2" !important;
  margin: 0 0.3em 0 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-size: 1.1em;
}

/*----------------横幅指定----------------------------------------------*/
.inblock {
  position: relative;
  margin: 0 auto;
  max-width: 1400px;
  width: 95%;
}

.inner {
  width: 96% !important;
  max-width: 1200px;
  margin: 0 auto;
}

.inbox {
  padding: 0 2rem;
}
.inbox .text.mb {
  margin-bottom: 1.5rem;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 111px;
  font-size: 16px;
  padding: 0;
  color: #000;
  z-index: 999;
  /*第二階層ヘッダ*/
}
header .header-area {
  width: calc(100% - 151px);
}
header .header-area .head-up {
  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;
  margin: 0 auto;
  padding: 5px 15px;
  background: #fff;
  display: flex;
  justify-content: space-between;
}
header .header-area .head-up .h-logo {
  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;
  width: 250px;
}
header .header-area .head-up .logo, header .header-area .head-up .logo-w {
  width: 250px;
  height: auto;
}
header .header-area .head-up .logo-w {
  display: none;
}
header .header-area .head-up ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
header .header-area .head-up ul li {
  padding: 0 8px;
}
header .header-area .head-up ul li.search {
  position: relative;
  z-index: 5;
}
header .header-area .head-up ul li.search:hover {
  cursor: pointer;
}
header .header-area .head-up ul li.search p {
  font-size: 14px;
}
header .header-area .head-up ul li.search p i {
  background: #003182;
  border-radius: 5px;
  color: #fff;
  padding: 5px;
}
header .header-area .head-up ul li.search .search-form {
  display: none;
  position: absolute;
  top: 24px;
  right: 0;
  padding: 8px;
  background: #efefef;
  width: 270px;
  padding-bottom: 10px;
  cursor: default;
}
header .header-area .head-up ul li.search .search-form input {
  padding: 8px;
}
header .header-area .head-up ul li.search .search-form #search {
  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;
}
header .header-area .head-up ul li.search .search-form #search .textarea {
  width: calc(100% - 40px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
header .header-area .head-up ul li.search .search-form #search .icon-search {
  position: relative;
  width: 30px;
  height: 30px;
}
header .header-area .head-up ul li.search .search-form #search .icon-search .fa-search {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  color: #fff;
  text-align: center;
  pointer-events: none;
}
header .header-area .head-up ul li.search .search-form #search .icon-search .fa {
  display: block;
  width: 30px;
  height: 30px;
}
header .header-area .head-up ul li.search .search-form input[type=submit] {
  background: #003182;
  color: #fff;
  border: 1px solid #003182;
  cursor: pointer;
  border-radius: 5px;
}
header .header-area .head-up ul li.search .search-form.active {
  display: block;
}
header .header-area .head-up ul li.languages-select {
  padding-right: 0;
}
header .header-area .head-up ul li a {
  color: #003182;
  font-weight: bold;
}
header .header-area .head-up ul li a.h-portal::before {
  content: "\e4b2";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-up ul li a.h-portal:after {
  content: "\f2d2" !important;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
header .header-area .head-up ul li a.h-contact::before {
  content: "\f095";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-up ul li a.h-support::before {
  content: "\f004";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-up ul li.languages-select select {
  padding: 5px;
  cursor: pointer;
}
header .header-area .head-bottom {
  background: linear-gradient(45deg, #0058a4, #0080cc);
}
header .header-area .head-bottom .nav-area .gnav #global ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
}
header .header-area .head-bottom .nav-area .gnav #global ul li {
  padding: 0 12px;
  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;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  cursor: pointer;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a {
  font-weight: bold;
  color: #fff;
  padding: 10px 0;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-recruit {
  background: #fff;
  color: #0080cc;
  border-radius: 5px;
  padding: 0 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-machine::before {
  content: "\f46a";
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-home::before {
  content: "\e1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-info::before {
  content: "\f05a";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-news::before {
  content: "\f675";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-business::before {
  content: "\f1ad";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands" !important;
  font-weight: 700;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a.g-other::before {
  content: "\f85e";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a:hover {
  text-decoration: none;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a:hover span:after {
  width: 100%;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a:hover.g-recruit {
  color: #003182;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a span {
  position: relative;
  display: inline-block;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 2px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .s-main {
  display: inline-block;
  padding: 0 20px 0;
  font-weight: bold;
  line-height: 2.5;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .m-main span {
  display: inline-block;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .m-main a {
  position: relative;
  width: 100%;
  height: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}
header .header-area .head-bottom .nav-area .gnav #global ul li.menu-li .m-main a:after {
  content: "\f107";
  display: inline-block;
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
}
header .header-area .head-bottom .nav-area .gnav #global ul li.menu-li:hover .menu {
  display: block;
  max-height: 9999px;
  opacity: 1;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu {
  display: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  top: 111px;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 1.5em 0;
  position: absolute;
  color: #333;
  background: linear-gradient(45deg, #d5e5f3, #ededed);
  z-index: 9999;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in {
  height: 100%;
  margin: 0 auto;
  max-width: 1200px;
  width: 95%;
  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;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title {
  width: 250px;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title img {
  border-radius: 10px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title a {
  display: block;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title span {
  color: #0080cc;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title span:after {
  background: #0080cc;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title span .home:before {
  content: "\e1b0";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in .menu-title span .gas:before {
  content: "\f46a";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 400;
  display: inline-block;
  margin-right: 5px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul {
  width: calc(100% - 280px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
  gap: 1rem 1%;
  -webkit-box-pack: left;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #333;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li {
  margin: 0;
  padding: 0;
  width: 32%;
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a {
  padding: 0;
  color: #333;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a::before {
  content: "\e09f";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  display: inline-block;
  margin-right: 5px;
  color: #0080cc;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a span {
  position: relative;
  display: inline-block;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a span:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 1px;
  height: 2px;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 0;
  height: 2px;
  background: #0080cc;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
header .header-area .head-bottom .nav-area .gnav #global ul li .menu .menu-in ul li a:hover span:after {
  width: 100%;
}
header .emergency {
  position: absolute;
  right: 0px;
  top: 0;
  width: 151px;
  height: 100%;
}
header .emergency a {
  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;
  height: 100%;
  width: 100%;
  padding: 0 10px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#f94240), color-stop(51%, #ff610f), to(#f94240));
  background-image: linear-gradient(to right, #f94240 0%, #ff610f 51%, #f94240 100%);
  background-size: 200% auto;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}
header .emergency a:hover {
  text-decoration: none;
  background-position: right center;
}
header .emergency em {
  position: relative;
  display: block;
  font-size: 16px;
  white-space: nowrap;
  color: #fff;
}
header .emergency em::before {
  content: "\e405";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 900;
  color: #ffd025;
  margin-right: 3px;
}
header.s-header {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  height: 111px !important;
  background: rgba(255, 255, 255, 0.8);
  border: none;
  z-index: 9999;
  margin: 0 auto;
}
header.s-header .logo {
  display: block;
}
header.s-header .logo-w {
  display: none;
}
header.s-header .header-in {
  width: 98%;
}
header.s-header .header-in p.logo {
  padding: 8px 0 0 10px !important;
  max-height: 70px !important;
}
header.s-header .header-in p.logo span {
  display: none !important;
}
header.s-header .header-in .gnav #global ul li .m-main {
  color: #fff;
}
header.s-header .header-in .gnav #global ul li:hover .m-main a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: scale-in-hor-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}
header.s-header .header-in .gnav #global ul li .menu {
  top: 84px !important;
}
header.s-header .header-in .gnav #global ul li .menu .menu_inner li.parent ul {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.hamburger {
  display: none !important;
}

.g-btn {
  display: none !important;
}

.pc-none {
  display: none;
}

.sp {
  display: none;
}

/* フッター
---------------------------------------------------------------------------- */
/* フッター
---------------------------------------------------------------------------- */
footer {
  font-size: 16px;
  background: linear-gradient(45deg, #0058a4, #0080cc);
  background-size: cover;
}
footer .inblock {
  max-width: 1200px;
}
footer .footer-in {
  padding: 2em 0;
}
footer .footer-in a {
  color: #fff;
}
footer .footer-in .add-nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-in .add-nav-area .add-area {
  width: 45%;
}
footer .footer-in .add-nav-area .add-area address .logo {
  max-width: 300px;
  margin-bottom: 1em;
}
footer .footer-in .add-nav-area .add-area address p {
  color: #fff;
}
footer .footer-in .add-nav-area .add-area address p.privacy {
  margin-top: 10px;
}
footer .footer-in .add-nav-area .add-area address p a {
  text-decoration: underline;
}
footer .footer-in .add-nav-area .add-area address p a:hover {
  text-decoration: none;
}
footer .footer-in .add-nav-area .add-area .privacy a::after {
  color: #fff;
}
footer .footer-in .add-nav-area .add-area ul.sns {
  margin: 1.5em auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .footer-in .add-nav-area .add-area ul.sns li {
  font-size: 1.5em;
  margin-right: 5px;
}
footer .footer-in .add-nav-area nav {
  max-width: 560px;
  width: 55%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
footer .footer-in .add-nav-area nav .nav-block {
  width: 45%;
}
footer .footer-in .add-nav-area nav .nav-block ul li {
  font-weight: bold;
  color: #fff;
}
footer .footer-in .add-nav-area nav .nav-block ul li a {
  color: #fff;
  display: inline-block;
}
footer .footer-in .add-nav-area nav .nav-block ul li a.parent {
  margin-top: 20px;
}
footer .footer-in .add-nav-area nav .nav-block ul li a.parent::before {
  content: "\e09f";
  font-family: "Font Awesome 6 Free", "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-weight: 700;
  display: inline-block;
  margin-right: 3px;
}
footer .footer-in .add-nav-area nav .nav-block ul li.nav-row ul {
  padding-left: 1em;
}
footer .footer-in .add-nav-area nav .nav-block ul li.nav-row ul li {
  font-size: 0.9em;
  font-weight: normal;
  border-bottom: none;
  margin-bottom: 0;
  padding: 0;
  line-height: 1.4;
}
footer .footer-in .add-nav-area nav .nav-block ul li.nav-row ul li a {
  margin: 0;
  padding: 0;
}
footer .footer-in .add-nav-area nav .nav-block ul li.nav-row ul li a i {
  margin-left: 0.5em;
}
footer .copy {
  width: 100%;
  padding: 0.8em 0;
  margin: 0 auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.5);
  color: #333;
  font-size: 14px;
  font-weight: bold;
}
footer .copy .cookie {
  margin: 0.5em auto;
  font-size: 11px;
  line-height: 1.2;
  font-weight: normal;
}

/* notfound
---------------------------------------------------------------------------- */
#notfound {
  height: 100vh;
}
#notfound #content .inner {
  max-width: 800px;
  width: 96%;
  margin: 0 auto 8em;
  padding: 5em 2rem;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#notfound #content .inner .logo {
  margin: 0 auto 1.5em;
  max-width: 350px;
}
#notfound #content .inner .logo img {
  padding: 10px;
}
#notfound #content .inner .txt-404 {
  margin-bottom: 2.2em;
}
#notfound #content .inner .txt-404 dt {
  margin-bottom: 0;
  font-size: 4em;
  font-weight: bold;
  text-shadow: 0 0 5px #bdbdbd;
}
#notfound #content .inner .txt-404 dd {
  font-size: 1.4em;
  color: #de060f;
}
#notfound #content .inner .read {
  margin-bottom: 2.2em;
}
#notfound #content .inner .btn-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 1rem;
}
#notfound #content .inner .btn-area .base-btn {
  min-width: 210px;
}
#notfound #content .inner .btn-area .base-btn a:after {
  right: 0.5rem;
  width: 35px;
  height: 35px;
}
#notfound #content .inner .btn-area .base-btn a:before {
  right: 0.5rem;
}
#notfound #content .inner .btn-area .base-btn a span {
  font-size: 1rem;
}
#notfound #content .inner .btn-area .base-btn.or a {
  border: 1px solid #f94240;
  background: #ff610f;
}
#notfound #content .inner .btn-area .base-btn.or a:before {
  background: #f94240;
}

/* maintenance
---------------------------------------------------------------------------- */
.maintenance #container {
  padding-top: 3em;
}
.maintenance #container .mainte-box {
  padding: 2rem;
  background: #fdf2f3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.maintenance #container .mainte-box p {
  font-size: 1.25em;
  font-weight: bold;
  text-align: left;
}
.maintenance #container .mainte-box p em {
  font-size: 1.5rem;
  color: #de060f;
  display: block;
}
.maintenance #container .mainte-box p.fig {
  max-width: 150px;
}
.maintenance #container .titlearea h1 {
  text-align: center;
  padding: 2em 0 0;
}

/* WP記事エリアの共通スタイル
---------------------------------------------------------------------------- */
.entry-format {
  zoom: 1;
  margin: 0 auto;
  word-wrap: break-word;
}
.entry-format:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format p {
  margin: 0 auto 25px;
}
.entry-format em {
  font-style: italic;
  font-family: "MS P Gothic", "ＭＳ Ｐゴシック";
}
.entry-format b {
  font-weight: bold;
}
.entry-format strong {
  font-weight: bold;
}
.entry-format a {
  text-decoration: underline;
  color: #0066cc;
}
.entry-format a:hover {
  text-decoration: none;
}
.entry-format .alignleft {
  float: left;
  margin: 0 15px 10px 0;
}
.entry-format .alignright {
  float: right;
  margin: 0 0 10px 15px;
}
.entry-format .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-format ul {
  list-style-type: disc;
  margin: 0 0 15px 20px;
}
.entry-format ol {
  list-style-type: decimal;
  margin: 0 0 15px 20px;
}
.entry-format blockquote {
  font-family: Georgia, "Bitstream Charter", serif;
  font-style: italic;
  font-weight: normal;
  margin: 0 3em;
}
.entry-format h1 {
  width: auto;
  font-size: 2em;
}
.entry-format h2 {
  border: none;
  font-size: 1.8em;
}
.entry-format h3 {
  font-size: 1.6em;
}
.entry-format h4 {
  font-size: 1.3em;
}
.entry-format h5 {
  font-size: 0.9em;
}
.entry-format h6 {
  font-size: 0.8em;
}
.entry-format address {
  font-style: italic;
}
.entry-format h1, .entry-format h2, .entry-format h3, .entry-format h4, .entry-format h5, .entry-format h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-weight: bold;
}
.entry-format .gallery .gallery-item img {
  width: auto;
  max-width: 100% !important;
  height: auto;
}
.entry-format table, .entry-format th, .entry-format td {
  border: 1px solid #ccc;
  border-collapse: collapse;
}
.entry-format table {
  width: 100% !important;
  margin: 0 0 1.5em;
  border-width: 1px 1px 0 0;
}
.entry-format table em {
  font-style: italic;
  font-family: "MS P Gothic", "ＭＳ Ｐゴシック";
}
.entry-format table tr, .entry-format table th, .entry-format table td {
  height: auto !important;
}
.entry-format th, .entry-format td {
  border-width: 0 0 1px 1px;
  text-align: left;
  vertical-align: top;
}
.entry-format th {
  color: #000;
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}
.entry-format td {
  background: #fff;
  font-size: 1em;
}
.entry-format hr {
  zoom: 1;
}
.entry-format hr:after {
  content: ".";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}
.entry-format .wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
  padding: 5px 0 0;
  background-color: #f3f3f3;
  border: 1px solid #dddddd;
  text-align: center;
}
.entry-format .wp-caption .wp-caption-text {
  margin-bottom: 0;
  padding: 5px 0;
  color: #333;
}
.entry-format a[href$=pdf]:after {
  content: "\f1c1" !important;
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  color: #de060f;
  font-size: 1em;
}
.entry-format a[href$=doc]:after, .entry-format a[href$=docx]:after {
  content: "\f1c2" !important;
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  color: #0D4F9F;
  font-size: 1em;
}
.entry-format a[href$=xlsx]:after, .entry-format a[href$=xltx]:after, .entry-format a[href$=xlsm]:after, .entry-format a[href$=xlsb]:after, .entry-format a[href$=xls]:after, .entry-format a[href$=xlam]:after {
  content: "\f1c3" !important;
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  color: #0080cc;
  font-size: 1em;
}
.entry-format a[rel=noopener]:after {
  content: "\f35d";
  margin-left: 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Pro", "Font Awesome 6 Brands";
  font-size: 0.9em;
  display: inline-block;
}

@media screen and (max-width: 1410px) {
  header .emergency {
    width: 140px;
  }
  header .header-area {
    width: calc(100% - 140px);
  }
  header .header-area .head-bottom .nav-area .gnav #global ul li {
    padding: 0 8px;
  }
  header .header-area .head-bottom .nav-area .gnav #global ul li a {
    font-size: 16px;
  }
}
@media screen and (max-width: 1305px) {
  header {
    background: #fff !important;
  }
  header .emergency {
    width: 120px;
  }
  header .emergency a {
    font-size: 11px;
  }
  header .emergency em {
    font-size: 14px;
  }
  header .header-area {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: calc(100% - 120px);
  }
  header .header-area .head-up {
    width: 100%;
  }
  header .header-area .head-up .h-logo {
    width: 200px;
  }
  header .header-area .head-up .entry-btn a {
    font-size: 14px;
  }
  header .header-area .head-up ul li a {
    font-size: 14px;
  }
  header .header-area .head-bottom .nav-area .gnav #global ul li a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1170px) {
  /*===========================================================================*/
  /*  media quary:1025px  */
  /*===========================================================================*/
  .titlearea p {
    font-size: 4rem;
  }
  header .header-area .head-up {
    padding: 10px;
  }
  header .header-area .head-up ul li a {
    font-size: 13px;
  }
  header .header-area .head-bottom .nav-area .gnav #global ul li a {
    font-size: 13px;
  }
  header .header-area .head-bottom .nav-area .gnav #global ul li a:before {
    content: none !important;
  }
  header .emergency a {
    font-size: 11px;
  }
  .contact-us-block .inbox {
    padding: 0;
  }
  .contact-us-block .inbox .tel-fax-box .bg p {
    font-size: 2rem;
  }
  .contact-us-block .inbox .tel-fax-box .bg p span {
    font-size: 2.25rem;
  }
  .contact-us-block .inbox .e-mail p {
    font-size: 1.5rem;
  }
  .contact-us-block .inbox .e-mail p a {
    font-size: 1.75rem;
  }
}
/*===========================================================================*/
/*  media quary:1025px  */
/*===========================================================================*/
@media screen and (min-width: 1025px) {
  body {
    overflow: visible !important;
    position: static !important;
  }
}
@media screen and (max-width: 1025px) {
  /*===========================================================================*/
  /*  media quary:1025px  */
  /*===========================================================================*/
  html {
    font-size: 16px;
  }
  .titlearea h1 {
    padding-top: 2rem;
    font-size: 2.5rem;
  }
  .titlearea h1 span {
    font-size: 1.25rem;
  }
  .titlearea p {
    bottom: -5%;
    font-size: 3.25rem;
  }
  #container {
    padding-top: 60px;
  }
  .g-btn {
    display: block !important;
  }
  /* -------------------------------------------- */
  /* 各トップぺージ */
  /* -------------------------------------------- */
  #index .card-block {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index .card-block .card {
    width: 48%;
  }
  .border-b-btn a span {
    font-size: 1.125rem;
  }
  .border-b-btn a span:after {
    width: 30px;
    height: 30px;
  }
  .contact-us-block .inbox .tel-fax-box {
    display: block;
  }
  .contact-us-block .inbox .tel-fax-box .bg {
    width: 100%;
    margin-bottom: 1rem;
  }
  .contact-us-block .chara {
    width: 17%;
  }
  .balloon-title span {
    border-radius: 100px;
  }
  .inbox {
    padding: 0;
  }
  /* -------------------------------------------- */
  /* globalnav */
  /* -------------------------------------------- */
  .hamburger {
    display: block !important;
    top: 8px !important;
    right: 10px !important;
    width: 45px !important;
    height: 45px !important;
    padding: 10px !important;
    background: #003182 !important;
  }
  .hamburger .hamburger__icon {
    background: #fff;
  }
  .hamburger .hamburger__icon:before, .hamburger .hamburger__icon:after {
    background: #fff;
  }
  .hamburger.active .hamburger__icon:before, .hamburger.active .hamburger__icon:after {
    background: #fff !important;
  }
  .pc-none {
    display: block;
  }
  .sp {
    display: block;
  }
  #globalHeader {
    display: none;
  }
  #header .emergency {
    display: none;
  }
  #header .head-bottom {
    display: none;
  }
  #header .head-up {
    display: none;
  }
  .hook.slideIn,
  .hook.fadeIn,
  .img-animation {
    -webkit-animation-name: none;
    animation-name: none;
  }
  /* 画像アニメーション*/
  .img-animation {
    -webkit-animation: none;
    animation: none;
  }
  .img-animation:before {
    -webkit-animation: none;
    animation: none;
    background: none;
  }
  #header {
    position: static !important;
    padding: 0;
    height: auto;
    border-bottom: none;
  }
  #header.s-header {
    position: static !important;
    top: 0 !important;
    height: auto !important;
  }
  #header .header-in {
    display: none;
  }
  #sp-menu .bg-menu-area {
    position: fixed;
    top: 0;
    left: 0;
    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;
    padding: 0.5em 60px 0.5em 0.5em;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.8) !important;
    z-index: 9999;
  }
  #sp-menu .bg-menu-area .emergency {
    display: block;
    position: relative;
    width: 125px;
  }
  #sp-menu .h-logo img {
    width: 180px;
  }
  #sp-menu .contact-btn {
    margin-right: 50px;
  }
  #sp-menu .contact-btn a {
    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;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em;
    width: 40px;
    height: 40px;
    color: #151a59;
    background: #fff;
    border: 1px solid #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
  }
  #sp-menu .contact-btn a:before {
    content: "\f0e0";
    display: block;
    width: 100%;
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
    text-align: center;
  }
  #sp-menu .contact-btn a:hover {
    text-decoration: none;
  }
  #sp-menu .fat-nav {
    z-index: 9998;
  }
  #sp-menu .fat-nav__wrapper {
    padding-top: 80px;
    background: url(../common_img/menu_bg.jpg) no-repeat 50% 50%;
    background-size: cover;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .logo {
    position: absolute;
    top: 10px;
    left: 10px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .logo img {
    width: 180px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list {
    display: block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu {
    font-size: 1.125rem;
    color: #fff;
    background: none;
    font-weight: bold;
    text-align: left;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .m-main a {
    padding: 7px 0;
    font-size: 1.125rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .m-main span {
    position: relative;
    padding-left: 0.5rem;
    border-left: 5px solid #fff;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu a {
    color: #fff;
    background: none;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu a:after {
    content: "\f105";
    display: inline-block;
    margin-left: 0.5em;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu li {
    margin: 0;
    width: 48%;
    text-align: left;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu li a {
    font-size: 0.875rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-contact {
    margin-bottom: 1rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-contact a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #003182;
    border-radius: 30px;
    text-align: center;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-contact a span {
    display: inline-block;
    padding-left: 1rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-contact a span:before {
    content: "\f1d8";
    display: inline-block;
    margin-right: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-portal {
    margin-bottom: 1rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-portal a {
    display: block;
    padding: 0.5rem 1rem;
    color: #fff;
    background: #ff610f;
    border-radius: 30px;
    text-align: center;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-portal a span {
    display: inline-block;
    padding-left: 1rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-portal a span:before {
    content: "\f2f6";
    display: inline-block;
    margin-right: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1rem 1%;
    margin-bottom: 1rem;
    padding: 0.875rem 1rem;
    background: rgba(255, 255, 255, 0.7);
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn {
    width: 48%;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a {
    display: block;
    width: 100%;
    padding: 0.5rem 1rem;
    color: #fff;
    border-radius: 30px;
    text-align: center;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a:before {
    display: inline-block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a.open {
    background-image: -webkit-gradient(linear, left top, right top, from(#005aa6), to(#0080cc));
    background-image: linear-gradient(to right, #005aa6 0%, #0080cc 100%);
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a.close {
    background-image: -webkit-gradient(linear, left top, right top, from(#b4051a), to(#cc003a));
    background-image: linear-gradient(to right, #b4051a 0%, #cc003a 100%);
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a span {
    display: inline-block;
    padding-right: 40px;
    position: relative;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn a span:after {
    content: "\f061";
    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;
    position: absolute;
    right: 0;
    top: 50%;
    width: 30px;
    height: 30px;
    -webkit-transform: translateY(-50%) rotate(-45deg);
    transform: translateY(-50%) rotate(-45deg);
    font-size: 1rem;
    font-weight: 900;
    font-family: "Font Awesome 6 Pro", "Font Awesome 6 Free", "Font Awesome 6 Brands";
    border-radius: 50%;
    color: #0080cc;
    background: #e5f2fa;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area {
    padding: 0.5em;
    margin: 0 auto 1em;
    font-size: 0.875em;
    color: #fff;
    border: 1px solid #fff;
    text-align: center;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area a {
    color: #fff;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .add span {
    display: inline-block;
    margin-right: 0.5rem;
    font-weight: bold;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .add em {
    display: inline-block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .f-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .f-tel p {
    font-size: 1.25rem;
    font-weight: bold;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .f-tel p span {
    font-size: 1.5rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .privacy a {
    color: #fff;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .privacy a:after {
    color: #fff;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .sns a {
    padding: 0;
    font-size: 20px;
    color: #fff;
    background: none;
  }
  #topicpath {
    width: 95%;
  }
  /* フッター
  ---------------------------------------------------------------------------- */
  footer .footer-in .add-nav-area .add-area {
    width: 100%;
    text-align: center;
  }
  footer .footer-in .add-nav-area .add-area address .logo {
    margin: 0 auto 1em;
  }
  footer .footer-in .add-nav-area .add-area ul.sns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-in .add-nav-area nav {
    display: none;
  }
  .entry-format table {
    width: 100% !important;
  }
  .entry-format th, .entry-format td {
    display: table-cell;
  }
  /* notfound
  ---------------------------------------------------------------------------- */
  #notfound #content .inner {
    width: 95%;
  }
  #notfound #content .inner .logo {
    margin-bottom: 2em;
  }
  #notfound #content .inner .txt-404 {
    margin-bottom: 2em;
  }
  #notfound #content .inner .txt-404 dt {
    font-size: 3em;
  }
  #notfound #content .inner .txt-404 dd {
    font-size: 1.1em;
  }
  #notfound #content .inner .txt-404 dd .caution {
    font-size: 1em;
  }
  #notfound #content .inner .read {
    margin-bottom: 2em;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 769px) {
  /*===========================================================================*/
  /*  media quary:767px  */
  /*===========================================================================*/
  body {
    font-size: 16px;
  }
  .titlearea h1 {
    padding: 2rem 0 1rem;
    font-size: 2.25rem;
  }
  .titlearea h1 span {
    font-size: 1.125rem;
  }
  .titlearea h1 span.m-text {
    font-size: 2.125rem;
  }
  .titlearea p {
    bottom: -3%;
    font-size: 2rem;
  }
  h2.base-title span {
    font-size: 1.5rem;
  }
  h2.base-title span:after {
    height: 6px;
    width: 200px;
  }
  h3.base-title span {
    font-size: 1.375rem;
  }
  h4.base-title {
    font-size: 1rem;
  }
  .pdf-link span {
    font-size: 1rem;
  }
  .inbox {
    padding: 0;
  }
  .contact-us-block .inbox .tel-fax-box .bg p {
    font-size: 1.625rem;
  }
  .contact-us-block .inbox .tel-fax-box .bg p span {
    font-size: 1.875rem;
  }
  .contact-us-block .inbox .e-mail p {
    font-size: 1.25rem;
  }
  .contact-us-block .inbox .e-mail p a {
    font-size: 1.5rem;
  }
  .contact-us-block .inbox .contact-btn a {
    font-size: 1.875rem;
  }
  .contact-us-block .chara {
    display: none;
  }
  h2.base-title {
    margin-bottom: 2rem;
  }
  h3.base-title span {
    font-size: 1.25rem;
  }
  .balloon-title span {
    font-size: 1.125rem;
  }
  .base-btn a:after {
    width: 38px;
    height: 38px;
    font-size: 1.25rem;
  }
  .base-btn a span {
    font-size: 1.125rem;
  }
  /* -------------------------------------------- */
  /* 各ページTOP */
  /* -------------------------------------------- */
  #index .card-block .card {
    min-height: auto;
  }
  #index .card-block .card .photo {
    height: 150px;
  }
  #index .card-block .card .photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: right center;
    object-position: right center;
  }
  #index .card-block .card dl {
    padding: 1.5rem 1rem;
  }
  #index .card-block .card dl dt {
    font-size: 1.125rem;
  }
  .border-b-btn a span {
    padding: 0.875rem 3.5rem 0.875rem 1rem;
    font-size: 1rem;
  }
  /* -------------------------------------------- */
  /* 表横スクロール */
  /* -------------------------------------------- */
  table.scroll-table {
    margin-bottom: 0;
    width: 800px;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  table.scroll-table tbody th.head {
    width: 100px;
  }
  table.scroll-table tbody td {
    font-size: 12px !important;
    -webkit-text-size-adjust: 100%;
  }
  .pdf-block ul {
    margin-left: 0;
    padding: 1rem 1rem;
  }
  p.right {
    text-align: left;
  }
  .table-wrap {
    position: relative;
    overflow: auto;
    margin-bottom: 1em;
  }
  .table-wrap .table-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
  }
  .table-wrap .table-icon {
    display: inline;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    width: 250px;
    margin: 0 auto;
    padding: 0.5em;
    font-weight: bold;
    border: 2px solid #01a137;
    color: #01a137;
    background: #fff;
  }
  .table-wrap .table-icon:after {
    position: absolute;
    width: 30px;
    content: "\f0a6";
    top: 0;
    right: 0;
    margin: 0 0.2em 0 auto;
    font-size: 1.5em;
    font-family: "FontAwesome";
    font-weight: 900;
    -webkit-animation-name: scroll;
    animation-name: scroll;
    -webkit-animation-duration: 1.5s;
    animation-duration: 1.5s;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
  }
  @-webkit-keyframes scroll {
    0% {
      -webkit-transform: translateX(30%);
      transform: translateX(30%);
    }
    100% {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%);
    }
  }
  @keyframes scroll {
    0% {
      -webkit-transform: translateX(30%);
      transform: translateX(30%);
    }
    100% {
      -webkit-transform: translateX(-30%);
      transform: translateX(-30%);
    }
  }
  table th {
    padding: 5px 8px;
  }
  table td {
    padding: 5px;
  }
  .radius {
    padding: 2.5em 1rem;
  }
  .inblock {
    width: 100%;
  }
  /* ヘッダー*/
  /*============================================*/
  #sp-menu .fat-nav__wrapper .menu-gnav ul.m-ul li.m-list .f-block {
    display: block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul.m-ul li.m-list .f-block ul {
    width: 100%;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul.m-ul li.m-list .f-block ul.screen {
    margin-bottom: 1.5em;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .f-tel {
    display: block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area .f-tel p em {
    display: none;
  }
  /* フッター
  ---------------------------------------------------------------------------- */
  footer .footer-in {
    padding: 1.5rem 0;
  }
  footer .footer-in .inblock {
    width: 96%;
  }
  footer .footer-in .add-nav-area {
    display: block;
  }
  footer .footer-in .add-nav-area .add-area {
    width: 100%;
    margin: 0 auto 0;
    text-align: center;
  }
  footer .footer-in .add-nav-area .add-area address .logo {
    margin: 0 auto 2em;
    text-align: center;
    max-width: 300px;
    margin-bottom: 1em;
  }
  footer .footer-in .add-nav-area .add-area address p {
    color: #fff;
  }
  footer .footer-in .add-nav-area .add-area address p.privacy {
    margin-top: 15px;
  }
  footer .footer-in .add-nav-area .add-area address span {
    display: inline-block;
  }
  footer .footer-in .add-nav-area .add-area ul.sns {
    margin: 1em auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .footer-in .add-nav-area .add-area ul.sns li {
    font-size: 1.5em;
  }
  footer .footer-in .add-nav-area nav {
    display: none;
  }
  footer .copy {
    position: relative;
  }
  footer .copy .inblock {
    width: 96%;
  }
  /* maintenance
  ---------------------------------------------------------------------------- */
  .maintenance #container {
    padding-top: 3em;
  }
  .maintenance #container .mainte-box {
    display: block;
    position: relative;
    padding-bottom: 4em;
  }
  .maintenance #container .mainte-box p {
    font-size: 1em;
    text-align: left;
  }
  .maintenance #container .mainte-box p em {
    font-size: 1.25rem;
    color: #de060f;
    display: block;
  }
  .maintenance #container .mainte-box p.fig {
    position: absolute;
    bottom: -20px;
    right: 30px;
    max-width: 80px;
  }
  .maintenance #container .titlearea h1 {
    text-align: center;
    padding: 2em 0 0;
  }
}
/*===========================================================================*/
/*  media quary:650px  */
/*===========================================================================*/
@media screen and (max-width: 650px) {
  .page-link ul {
    gap: 0.5rem 0.5rem;
  }
  .page-link ul li {
    width: 100%;
  }
  .page-link ul li a {
    position: relative;
    padding: 0.5rem 40px 0.5rem 1rem;
    width: 100%;
    text-align: center;
  }
  .page-link ul li a:after {
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
/*===========================================================================*/
/*  media quary:550px  */
/*===========================================================================*/
@media screen and (max-width: 550px) {
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu li {
    width: 100%;
    margin-left: 0.5rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .global-list .g-menu .menu li a {
    padding: 5px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .btn-area .btn {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  /*===========================================================================*/
  /*  media quary:479px  */
  /*===========================================================================*/
  html {
    -webkit-text-size-adjust: 100%;
  }
  .titlearea h1 {
    padding: 2rem 0 1rem;
    font-size: 1.75rem;
  }
  .titlearea h1 span {
    font-size: 0.875rem;
  }
  .titlearea h1 span.m-text {
    font-size: 2rem;
  }
  .titlearea p {
    bottom: -3%;
    font-size: 1.625rem;
  }
  .hamburger {
    right: 5px !important;
  }
  .balloon-title span {
    font-size: 1.125rem;
    min-width: 100%;
  }
  h2.base-title span {
    font-size: 1.3rem;
  }
  .base-btn a span {
    font-size: 1rem;
  }
  .base-btn a span em {
    font-size: 11px;
  }
  .base-btn a:after {
    right: 1rem;
    width: 30px;
    height: 30px;
    font-size: 1rem;
  }
  .contact-us-block {
    padding: 2rem 1rem;
  }
  .contact-us-block .inbox h2.title span {
    font-size: 1.375rem;
  }
  .contact-us-block .inbox h2.title em {
    width: 250px;
  }
  .contact-us-block .inbox .tel-fax-box .bg p {
    font-size: 1.125rem;
  }
  .contact-us-block .inbox .tel-fax-box .bg p span {
    font-size: 1.375rem;
  }
  .contact-us-block .inbox .contact-btn a {
    font-size: 1.375rem;
  }
  .contact-us-block .inbox .e-mail p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .contact-us-block .inbox .e-mail p em {
    font-size: 1.125rem;
    width: 70px;
  }
  .contact-us-block .inbox .e-mail p a {
    width: calc(100% - 70px);
    font-size: 1.125rem;
  }
  .contact-us-block .chara {
    display: none;
  }
  /* -------------------------------------------- */
  /* 各ページTOP */
  /* -------------------------------------------- */
  #index .card-block {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index .card-block .card {
    width: 100%;
    min-height: 300px;
  }
  #index .card-block .card .photo {
    height: 120px;
  }
  #index .card-block .card dl {
    padding: 1.5rem 1rem;
  }
  #index .card-block .card dl dt {
    font-size: 1.125rem;
  }
  .balloon-title span {
    font-size: 1.125rem;
  }
  #sp-menu .h-logo img {
    width: 160px;
  }
  #sp-menu .bg-menu-area {
    padding-right: 55px;
  }
  #sp-menu .bg-menu-area .emergency {
    width: 105px;
  }
  #sp-menu .bg-menu-area .emergency a {
    padding: 0 6px;
  }
  #sp-menu .bg-menu-area .emergency a em {
    font-size: 12px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .logo {
    top: 12px;
    left: 7px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .logo img {
    width: 160px;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav .add-area {
    margin: 0 auto 1em;
  }
  /* フッター
  ---------------------------------------------------------------------------- */
  footer .footer-in .add-nav-area nav {
    display: none;
  }
  footer .footer-in .add-nav-area nav .nav-block {
    width: 100%;
  }
  footer .footer-in .add-nav-area address .logo {
    max-width: 250px;
  }
  footer .footer-in .add-nav-area address .address-box p span {
    display: block;
  }
  footer .footer-in .add-nav-area address .address-box p span.telno {
    display: inline-block;
  }
  footer .footer-in .add-nav-area address .address-box p em {
    display: none;
  }
  footer .footer-in .sub-nav-area ul li {
    width: 100%;
  }
  footer .copy .inblock {
    display: block;
  }
  footer .copy .inblock ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .f--av {
    font-size: 35px;
  }
  /* notfound
  ---------------------------------------------------------------------------- */
  #notfound #content .inner {
    padding: 2em 1em;
  }
  #notfound #content .inner .logo {
    margin-bottom: 1em;
  }
  #notfound #content .inner .logo img {
    width: 95%;
  }
  #notfound #content .inner .txt-404 {
    margin-bottom: 1em;
  }
  #notfound #content .inner .txt-404 dt {
    margin-bottom: 0.2em;
    font-size: 1.8em;
    line-height: 1.5;
  }
  #notfound #content .inner .txt-404 dd {
    font-size: 1em;
  }
  #notfound #content .inner .txt-404 dd span {
    display: inline;
  }
  #notfound #content .inner .read {
    width: 90%;
    margin: 0 auto 1em;
    text-align: left;
  }
  #notfound #content .inner .btn-top ul {
    display: block;
  }
  #notfound #content .inner .btn-top ul li:first-child {
    margin: 0 auto 0.5em;
  }
  #notfound #content .inner .btn-top ul li:nth-child(2) {
    margin: 0 auto 0.5em;
  }
  #notfound #content .inner .btn-top ul li a {
    min-width: 200px;
    font-size: 0.9em;
  }
}
@media screen and (max-width: 380px) {
  .titlearea h1 {
    font-size: 1.625rem;
  }
}