@charset "UTF-8";
/*===========================================================================*/
/*  media quary  */
/*===========================================================================*/
@import "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.6.0/css/all.min.css";
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@100..900&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;
  -moz-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 thead th {
  width: auto;
}
table tbody th {
  width: 20%;
  padding: 10px 15px;
  font-weight: bold;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ccc;
}
table tbody td {
  padding: 10px;
  text-align: left;
  border-collapse: collapse;
  border: 1px solid #ccc;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  transition: all 0.3s;
}

.wf-loading {
  opacity: 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: #000;
  outline: none;
  text-decoration: none;
  transition: all 0.3s;
}

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

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

/* 基本スタイル
---------------------------------------------------------------------------- */
html {
  overflow: auto;
  overflow-x: hidden;
}

body {
  height: 100%;
  color: #000;
  font-family: "source-han-sans-japanese", "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ ゴシック", "sans-serif";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 1px;
  overflow: hidden;
  position: relative;
}

.container {
  position: relative;
}

.en {
  font-family: "Work Sans", sans-serif;
}

/* パンクズ
---------------------------------------------------------------------------- */
#topicpath {
  margin: 0 auto 2em;
  padding: 0.7em 0;
}
#topicpath ul {
  font-size: .8em;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
#topicpath ul li {
  color: #000;
}
#topicpath ul li a {
  color: #000;
  text-decoration: underline;
}
#topicpath ul li a.home:before {
  content: "\f015";
  padding: 0 0 0 5px;
  font-family: "Font Awesome 6 Free",'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;
}

/* ページトップ
---------------------------------------------------------------------------- */
/* pagetop (containerの中のものは表示しない)*/
/* -------------------------------------------- */
.pagetop {
  display: none;
}

#pagetop * {
  margin: 0;
  padding: 0;
}

#pagetop {
  margin: 25px auto 0;
  text-align: center;
  width: 100%;
  border-top: 1px solid #ccc;
}

#pagetop span:after {
  content: "\f139";
  color: #333;
  font-family: "FontAwesome";
  padding: 0 0 0 7px;
  font-size: 1.4em;
}

#pagetop a {
  padding: 6px 0;
  display: block;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#pagetop a:hover {
  background: #efefef;
}

#topcontrol {
  z-index: 9998;
}

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

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

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

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

/*アニメーション設定
---------------------------------------------------------------------------- */
.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;
  filter: blur(20px);
}

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

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

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

.oj-image {
  object-fit: cover;
  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 Brands';
  font-weight: 900;
  padding: 0 0.3em;
  color: #e00011;
}
a[href$=".pdf"]:after:has(> img):after {
  content: none !important;
}

a[href$="doc"]:after, a[href$="docx"]:after {
  content: "\f1c2" !important;
  margin-left: .3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'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";
  display: inline-block;
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
  font-weight: 900;
  padding: 0 0.1em;
}

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

/*外部リンク*/
.icon-extra:after {
  display: inline-block;
  content: "\f35d" !important;
  margin: 0 .3em 0 0.3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
}

.arr-right:after {
  display: inline-block;
  content: "\f105";
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
  font-weight: 900;
  margin-left: .5em;
}

/*----------------横幅指定----------------------------------------------*/
.outblock {
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

.inblock {
  margin: 0 auto;
  max-width: 1200px;
  width: 90%;
}

.inner {
  width: 96%;
  max-width: 1000px;
  margin: 0 auto;
}

.read {
  line-height: 2.2;
}

.nl {
  display: inline-block;
}

/* ヘッダー
---------------------------------------------------------------------------- */
header {
  position: absolute;
  width: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.3), transparent);
  z-index: 9999;
  /*スクロール後ヘッダ*/
}
header .header-in {
  padding: 1.2em 0 0;
}
header .header-in .h-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-right: 180px;
}
header .header-in .h-top .h-logo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: 2%;
  width: 35%;
}
header .header-in .h-top .logo, header .header-in .h-top .logo-w {
  width: 440px;
  height: auto;
}
header .header-in .h-top .logo {
  display: none;
}
header .header-in .tel-area {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: .5em;
}
header .header-in .tel-area .lang {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 1.5em;
}
header .header-in .tel-area .lang .yourForm {
  display: inline-flex;
  align-items: center;
  position: relative;
}
header .header-in .tel-area .lang .yourForm:after {
  position: absolute;
  right: 15px;
  width: 10px;
  height: 7px;
  background-color: #535353;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
  pointer-events: none;
}
header .header-in .tel-area .lang .yourForm select {
  appearance: none;
  min-width: 40px;
  height: 2.8em;
  padding: 0.4em calc(.8em + 20px) 0.4em 0.8em;
  border: 1px solid #d0d0d0;
  border-radius: 3px;
  background-color: #fff;
  color: #333333;
  font-size: 1rem;
  cursor: pointer;
}
header .header-in .tel-area .tel {
  font-size: 2em;
  color: #fff;
  margin-right: 20px;
}
header .header-in .tel-area .tel img {
  vertical-align: middle;
}
header .header-in .tel-area .tel img.dial-bk {
  display: none;
}
header .header-in .nav-area {
  margin-right: 180px;
}
header .header-in .nav-area .gnav #global {
  height: 100%;
}
header .header-in .nav-area .gnav #global ul {
  display: flex;
  justify-content: flex-end;
  height: 100%;
}
header .header-in .nav-area .gnav #global ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin-right: 30px;
  color: #fff;
  line-height: 2.5;
  text-decoration: none;
}
header .header-in .nav-area .gnav #global ul li a {
  text-decoration: none;
  color: #fff;
  display: inline-block;
  font-feature-settings: "palt";
}
header .header-in .nav-area .gnav #global ul li a.m-profile {
  border: 2px solid #fff;
  border-radius: 99px;
  padding: 0 1.5em;
  line-height: 2.4;
}
header .header-in .nav-area .gnav #global ul li a.m-profile:hover {
  background: #da0000;
  border-color: #da0000;
  color: #fff;
}
header .header-in .nav-area .gnav #global ul li a.m-profile:hover span::after {
  display: none;
}
header .header-in .nav-area .gnav #global ul li a:hover span:after {
  width: 100%;
}
header .header-in .nav-area .gnav #global ul li a span {
  position: relative;
}
header .header-in .nav-area .gnav #global ul li a span:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.5rem;
  width: 0%;
  height: 1px;
  background: #fff;
  transition: all 0.5s;
}
header .header-in .contact-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 170px;
  height: 170px;
  padding: 0;
}
header .header-in .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
  border-radius: 0 0 0 10px;
  background: #da0000;
  color: #fff;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  transition: all 0.3s;
}
header .header-in .contact-btn a:hover {
  text-decoration: none;
  background: #c00000;
}
header .s-header {
  position: fixed !important;
  width: 100%;
  top: 0;
  left: 0;
  background: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border: none;
  z-index: 9999;
  margin: 0 auto;
}
header .s-header .header-in {
  padding: .8em 0;
}
header .s-header .header-in .h-top .logo-w {
  display: none;
}
header .s-header .header-in .h-top .logo {
  display: block;
}
header .s-header .header-in .h-top .tel-area {
  margin-bottom: 0;
}
header .s-header .header-in .h-top .tel-area .lang li a {
  border-color: #000;
  color: #000;
}
header .s-header .header-in .h-top .tel-area .tel {
  color: #000;
  line-height: 1;
}
header .s-header .header-in .h-top .tel-area .tel .dial-w {
  display: none;
}
header .s-header .header-in .h-top .tel-area .tel .dial-bk {
  display: inline;
}
header .s-header .header-in .nav-area {
  margin-right: 160px;
}
header .s-header .header-in .nav-area .gnav #global ul li {
  color: #da0000;
}
header .s-header .header-in .nav-area .gnav #global ul li a {
  color: #000;
}
header .s-header .header-in .nav-area .gnav #global ul li a.m-profile {
  border-color: #da0000;
  color: #da0000;
}
header .s-header .header-in .nav-area .gnav #global ul li a.m-profile:hover {
  color: #fff;
}
header .s-header .header-in .nav-area .gnav #global ul li a:hover span::after {
  background: #da0000;
}
header .s-header .header-in .contact-btn {
  width: 150px;
  height: 150px;
}

.hamburger {
  display: none !important;
}

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

.pc-none {
  display: none;
}

.sp {
  display: none;
}

/* フッター
---------------------------------------------------------------------------- */
footer .floating-banner {
  position: fixed;
  z-index: 1000;
  bottom: 12em;
  right: 0px;
}
footer .floating-banner button {
  position: absolute;
  right: 3px;
  top: -21px;
  z-index: 888;
}
footer .floating-banner .sp {
  display: none;
}
footer .contact-area {
  position: relative;
  padding: 3em 0;
}
footer .contact-area::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #da0000;
  background-image: radial-gradient(circle, rgba(255, 255, 255, 0.5) 0.5px, rgba(0, 0, 0, 0) 0.5px);
  background-position: 0 0;
  background-size: 21px 21px;
}
footer .contact-area h2 {
  margin-bottom: .5em;
  text-align: center;
  font-size: 2.4em;
  font-weight: 500;
  color: #fff;
}
footer .contact-area h2 span {
  font-size: 1.6em;
  font-weight: 700;
}
footer .contact-area .block-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2em;
  font-weight: 500;
}
footer .contact-area .block-wrap .block {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 48%;
  border-radius: 10px;
  border: 1px solid #fff;
  text-align: center;
}
footer .contact-area .block-wrap .block dl dt {
  font-size: 1.25em;
  line-height: 1.4;
}
footer .contact-area .block-wrap .block dl dd {
  font-size: 2em;
}
footer .contact-area .block-wrap .block.b-mail a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 10px;
  padding: 2em;
}
footer .contact-area .block-wrap .block.b-mail a:hover {
  text-decoration: none;
}
footer .contact-area .block-wrap .block.b-mail a:hover dl dd {
  color: #da0000;
}
footer .contact-area .block-wrap .block.b-mail a dl dt span {
  font-size: 2em;
  color: #da0000;
}
footer .contact-area .block-wrap .block.b-mail a dl dd {
  transition: all 0.3s;
}
footer .contact-area .block-wrap .block.b-mail a dl dd i {
  color: #da0000;
}
footer .contact-area .block-wrap .block.b-tel {
  padding: 2em;
}
footer .contact-area .block-wrap .block.b-tel a {
  color: #fff;
}
footer .contact-area .block-wrap .block.b-tel a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .contact-area .block-wrap .block.b-tel dl {
  color: #fff;
}
footer .contact-area .block-wrap .block.b-tel dl dd span {
  font-size: 1.2em;
  line-height: 1.4;
}
footer .contact-area .block-wrap .block.b-tel dl dd em {
  display: block;
  font-size: .9rem;
  font-weight: 400;
}
footer .contact-area .fax {
  text-align: center;
  color: #fff;
}
footer .contact-area .fax a {
  color: #fff;
}
footer .contact-area .fax a:hover {
  text-decoration: none;
  opacity: 0.7;
}
footer .contact-area .fax span {
  display: inline-block;
  border: 1px solid #fff;
  margin-right: 10px;
  padding: 0 .5em;
  border-radius: 5px;
  font-size: 1.1em;
  vertical-align: super;
}
footer .contact-area .fax em {
  font-size: 2.2em;
}
footer .footer-in {
  background: #262626;
  padding: 4em 0;
  color: #fff;
}
footer .footer-in a {
  color: #fff;
}
footer .footer-in a:hover {
  text-decoration: none;
}
footer .footer-in .f-nav {
  display: flex;
  flex-wrap: wrap;
}
footer .footer-in .f-nav.nav-top {
  margin-bottom: 4em;
}
footer .footer-in .f-nav .nav-block {
  width: 25%;
}
footer .footer-in .f-nav .nav-block.kakou {
  width: 50%;
}
footer .footer-in .f-nav .nav-block .nav-box {
  margin-bottom: 3em;
}
footer .footer-in .f-nav .nav-block .m-head {
  margin-bottom: .5em;
  font-weight: 700;
}
footer .footer-in .f-nav .nav-block .l-2col {
  display: flex;
}
footer .footer-in .f-nav .nav-block .l-2col ul {
  width: 50%;
}
footer .footer-in .f-nav .nav-block .m-list {
  margin-left: .5em;
}
footer .footer-in .f-nav .nav-block .m-list li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-in .f-nav .nav-block .m-list li a:hover {
  color: #fff;
}
footer .footer-in .f-bn-box {
  margin: 0 auto;
  padding: 3em 0 2em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-in .f-bn-box ul {
  display: flex;
  justify-content: center;
}
footer .footer-in .f-bn-box ul li {
  margin: 0 1% 1em;
}
footer .footer-in .f-bottom {
  display: flex;
  padding-top: 3em;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
footer .footer-in .f-bottom .add-area {
  width: 40%;
}
footer .footer-in .f-bottom .add-area .f-logo {
  margin-bottom: 10px;
  font-size: 1.8em;
  font-weight: 500;
}
footer .footer-in .f-bottom .add-area .f-logo a {
  color: #fff;
}
footer .footer-in .f-bottom .add-area .f-logo a:hover {
  text-decoration: none;
}
footer .footer-in .f-bottom .add-area a {
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-in .f-bottom .add-area address {
  margin-bottom: 1em;
}
footer .footer-in .f-bottom .add-area address p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
footer .footer-in .f-bottom .add-area .privacy {
  font-size: 14px;
}
footer .footer-in .f-bottom .f-link-area .sns {
  display: flex;
  margin-right: 5em;
  margin-bottom: 1.5em;
}
footer .footer-in .f-bottom .f-link-area .sns li {
  margin-right: 1.5em;
}
footer .footer-in .f-bottom .f-link-area .sns li:last-child {
  margin-right: 0;
}
footer .footer-in .f-bottom .f-link-area .sns li i {
  font-size: 2.6em;
  color: #fff;
  transition: all 0.3s;
}
footer .footer-in .f-bottom .iso dd {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
footer .copy-area {
  background: #000;
  padding: 1em 1em 3em;
}
footer .copy-area .outblock {
  display: flex;
  justify-content: space-between;
}
footer .copy-area p {
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

/* notfound
---------------------------------------------------------------------------- */
#notfound {
  padding: 40px 0;
  height: 100vh;
  background: transparent url("/common_img/bg_notfound.jpg") 50% 50% no-repeat;
  background-size: cover;
}
#notfound #content .inner {
  max-width: 750px;
  width: 90%;
  margin: 0 auto 8em;
  padding: 5em 0;
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
}
#notfound #content .inner .logo {
  margin: 0 auto 1.5em;
  font-weight: bold;
  max-width: 93px;
  font-size: 1.2em;
}
#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: #a40000;
}
#notfound #content .inner .read {
  margin-bottom: 2.2em;
}
#notfound #content .inner .btn-home {
  text-align: center;
}
#notfound #content .inner .btn-home p {
  display: inline-block;
}
#notfound #content .inner .btn-home p a {
  display: block;
  padding: 5px 40px;
  color: #000;
  border: 1px solid #000;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  transition: all 0.15s linear;
  text-align: center;
  text-decoration: none;
}
#notfound #content .inner .btn-home p a:hover {
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

/* 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 {
  background: #f3f3f3;
  font-size: 1em;
  font-weight: bold;
}
.entry-format td {
  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: .3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
  color: #e00011;
  font-size: 1em;
}
.entry-format a[href$="doc"]:after, .entry-format a[href$="docx"]:after {
  content: "\f1c2" !important;
  margin-left: .3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'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: .3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
  color: #da0000;
  font-size: 1em;
}
.entry-format a[rel="noopener"]:after {
  content: "\f35d";
  margin-left: .3em;
  font-weight: 900;
  font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
  font-size: .9em;
  display: inline-block;
}

/*===========================================================================*/
/*  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  */
  /*===========================================================================*/
  .g-btn {
    display: block !important;
  }

  body {
    margin-top: 0 !important;
  }

  /* -------------------------------------------- */
  /* globalnav */
  /* -------------------------------------------- */
  .hamburger {
    display: block !important;
    top: auto !important;
    right: 10px !important;
    width: 45px !important;
    height: 45px !important;
    margin: 13px 0 !important;
    padding: 10px !important;
    background: #da0000 !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;
  }

  .fat-nav {
    z-index: 1000;
    background: url(/common_img/bg_menu.jpg) !important;
    background-size: cover;
  }

  .pc-none {
    display: block;
  }

  .sp {
    display: block;
  }

  #globalHeader {
    display: none;
  }

  /* ヘッダー
  ---------------------------------------------------------------------------- */
  #header {
    display: none !important;
  }
  #header .header-in {
    display: none;
  }

  .wf-inactive {
    margin-top: 50px;
  }

  #sp-menu {
    position: fixed;
    padding: .5em 4.25em .5em .8em;
    width: 100%;
    height: 70px;
    background: white !important;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
    z-index: 1500;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: .5rem .5rem;
  }
  #sp-menu .logo img {
    width: 260px;
  }
  #sp-menu .lang .yourForm {
    display: inline-flex;
    align-items: center;
    position: relative;
  }
  #sp-menu .lang .yourForm:after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
  }
  #sp-menu .lang .yourForm select {
    appearance: none;
    min-width: 70px;
    height: 2.8em;
    padding: 0.4em calc(.8em + 20px) 0.4em 0.8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
  }
  #sp-menu .fat-nav__wrapper {
    padding: 19px 12px 0;
    background: #fff !important;
  }
  #sp-menu .fat-nav__wrapper .logo {
    margin-bottom: 1rem;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav {
    padding-top: 2em;
    margin-bottom: 2em;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul {
    display: block;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul li {
    margin-bottom: 0;
    background: none;
    text-align: left;
    border-bottom: 1px solid #ccc;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul li a {
    font-size: 1em;
    background: none;
    padding: 12px 5px;
    position: relative;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul li a::after {
    position: absolute;
    right: .5em;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    font-family: "Font Awesome 6 Free",'Font Awesome 6 Brands';
    content: "\f105";
    font-weight: 900;
    margin-left: 1em;
    color: #da0000;
    transition: all 0.3s;
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul li a:hover::after {
    transform: translate(5px, -50%);
  }
  #sp-menu .fat-nav__wrapper .menu-gnav ul li a.l-recruit::after {
    content: "\f35d";
  }
  #sp-menu .fat-nav__wrapper .base-btn {
    margin-bottom: 1em;
  }
  #sp-menu .fat-nav__wrapper .base-btn a {
    background: #da0000;
    color: #fff;
  }
  #sp-menu .fat-nav__wrapper .base-btn a:hover {
    background: #fff;
    color: #da0000;
  }
  #sp-menu .fat-nav__wrapper .base-btn a::after {
    content: "\f0e0";
  }
  #sp-menu .fat-nav__wrapper .tel {
    margin-bottom: 1.5rem;
    text-align: center;
  }
  #sp-menu .fat-nav__wrapper .tel span {
    font-size: 1.4em;
    line-height: 1.4;
    letter-spacing: normal;
  }
  #sp-menu .fat-nav__wrapper .tel span i {
    color: #da0000;
  }
  #sp-menu .fat-nav__wrapper .tel em {
    display: block;
    font-size: .9rem;
    font-weight: 400;
  }
  #sp-menu .fat-nav__wrapper .f-bn {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1rem 1rem;
    margin-bottom: 11rem;
  }
  #sp-menu .fat-nav__wrapper .f-bn p {
    width: 24%;
    line-height: 0;
  }

  .entry-format table {
    width: 100% !important;
  }
  .entry-format th, .entry-format td {
    display: table-cell;
  }

  /* notfound
  ---------------------------------------------------------------------------- */
  #notfound {
    padding-top: 7em;
  }
  #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 .read {
    margin-bottom: 2em;
    font-size: 0.9em;
  }

  .hook.slideIn,
  .hook.fadeIn,
  .img-animation {
    animation-name: none;
  }

  /* 画像アニメーション*/
  .img-animation {
    animation: none;
  }

  .img-animation:before {
    animation: none;
    background: none;
  }

  footer .contact-area h2 {
    font-size: 2em;
  }
  footer .contact-area .block-wrap {
    display: block;
    margin-bottom: 1em;
  }
  footer .contact-area .block-wrap .block {
    width: 100%;
  }
  footer .contact-area .block-wrap .block.b-mail {
    margin-bottom: 2em;
  }
  footer .contact-area .block-wrap .block dl dd {
    font-size: 1.8em;
  }
  footer .contact-area .fax em {
    font-size: 1.8em;
  }
  footer .footer-in {
    font-size: .9em;
  }
  footer .footer-in .f-bottom {
    flex-direction: column-reverse;
  }
  footer .footer-in .f-bottom .add-area {
    width: 100%;
    text-align: center;
  }
  footer .footer-in .f-bottom .add-area .f-logo {
    font-size: 1.6em;
  }
  footer .footer-in .f-bottom .f-link-area {
    margin-bottom: 1.5em;
  }
  footer .footer-in .f-bottom .f-link-area .sns {
    justify-content: center;
    margin: 0 0 1.5em 0;
  }
  footer .footer-in .f-bottom .f-link-area .bn {
    text-align: center;
  }
  footer .footer-in .f-bottom .iso {
    margin-bottom: 1.5em;
    text-align: center;
  }
  footer .copy-area {
    padding: 1em 0 3em;
  }
  footer .copy-area .outblock {
    display: block;
  }
}
@media screen and (max-width: 769px) {
  /*===========================================================================*/
  /*  media quary:767px  */
  /*===========================================================================*/
  #sp-menu .fat-nav__wrapper .f-bn {
    gap: 1rem 4%;
  }
  #sp-menu .fat-nav__wrapper .f-bn p {
    width: 48%;
    text-align: center;
  }

  footer .floating-banner .pc {
    display: none;
  }
  footer .floating-banner .sp {
    display: block;
  }
  footer .floating-banner button {
    right: 0;
  }
  footer .contact-area h2 {
    font-size: 1.8em;
  }
  footer .contact-area .block-wrap .block.b-mail {
    margin-bottom: 1.5em;
  }
  footer .contact-area .block-wrap .block dl dd {
    font-size: 1.6em;
  }
  footer .contact-area .fax em {
    font-size: 1.6em;
  }
  footer .footer-in {
    padding: 3em 0;
  }
  footer .footer-in .f-nav.nav-top {
    margin-bottom: 0;
  }
  footer .footer-in .f-nav .nav-block {
    width: 50%;
  }
  footer .footer-in .f-nav .nav-block.kakou {
    width: 100%;
    margin-bottom: 2em;
  }
  footer .footer-in .f-nav .nav-block .m-list li a {
    font-size: 12px;
  }
  footer .footer-in .f-bn-box {
    padding: 1em 0 0;
  }
  footer .footer-in .f-bn-box ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  footer .footer-in .f-bn-box ul li {
    width: 48%;
    margin: 0 1% 1em;
  }
  footer .footer-in .f-bottom .sns li img {
    max-width: 30px;
    max-height: 30px;
  }
}
@media screen and (max-width: 479px) {
  /*===========================================================================*/
  /*  media quary:479px  */
  /*===========================================================================*/
  /* notfound
  ---------------------------------------------------------------------------- */
  footer .contact-area h2 {
    font-size: 1.5em;
    line-height: 1.4;
  }
  footer .contact-area .block-wrap .block.b-mail {
    margin-bottom: 1.5em;
  }
  footer .contact-area .block-wrap .block.b-mail a {
    padding: 1.5em 1em;
  }
  footer .contact-area .block-wrap .block dl {
    font-size: .9em;
  }
  footer .contact-area .block-wrap .block.b-tel {
    padding: 1.5em 1em;
  }
  footer .contact-area .fax em {
    font-size: 1.4em;
  }
  footer .footer-in .f-nav .nav-block {
    width: 100%;
  }
  footer .footer-in .f-nav .nav-block .l-2col {
    justify-content: space-between;
  }
  footer .footer-in .f-nav .nav-block .l-2col ul {
    width: 45%;
  }
  footer .footer-in .f-nav .nav-block .nav-box .m-list.n-feature {
    display: flex;
  }
  footer .footer-in .f-nav .nav-block .nav-box .m-list.n-feature li {
    margin-right: 1em;
  }
  footer .footer-in .f-nav .sp-none {
    display: none;
  }
  footer .footer-in .f-bottom {
    padding-top: 2em;
  }
  footer .footer-in .f-bottom .add-area {
    font-size: .9em;
  }

  #chatplusview #eye_catcher img {
    max-width: 200px !important;
  }

  #notfound {
    padding-top: 5em;
  }
  #notfound #content .inner {
    padding: 2em 0;
  }
  #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 .read {
    width: 90%;
    margin: 0 auto 1em;
    text-align: left;
  }
}
