@charset "utf-8";

/*normalize*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
* Correct `inline-block` display not defined in IE 8/9.
*/
audio,
canvas,
video {
  display: inline-block;
}

/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox < 22.
*/
[hidden],
template {
  display: none;
}

/* ==========================================================================
Base
========================================================================== */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
*    user zoom.
*/
html {
  font-family: sans-serif;

  /* 1 */
  -webkit-text-size-adjust: 100%;

  /* 2 */
  -ms-text-size-adjust: 100%;

  /* 2 */
}

/**
* Remove default margin.
*/
body {
  margin: 0;
}

/* ==========================================================================
Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
a {
  background: transparent;
  outline: none;
  word-break: break-all;
}

/**
* Address `outline` inconsistency between Chrome and other browsers.
*/
a:focus {
  outline: none;
}

a:focus-visible {
  outline: 2px dotted #333;
}

/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
Typography
========================================================================== */
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
h1 {
  font-size: 2em;
  margin: .67em 0;
}

/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
abbr[title] {
  border-bottom: 1px dotted;
}

/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
b,
strong {
  font-weight: bold;
}

/**
* Address styling not present in Safari 5 and Chrome.
*/
dfn {
  font-style: italic;
}

/**
* Address differences between Firefox and other browsers.
*/
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
* Address styling not present in IE 8/9.
*/
mark {
  background: #FF0;
  color: #000;
}

/**
* Correct font family set oddly in Safari 5 and Chrome.
*/
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
* Improve readability of pre-formatted text in all browsers.
*/
pre {
  white-space: pre-wrap;
}

/**
* Set consistent quote types.
*/
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
* Address inconsistent and variable font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

/* ==========================================================================
Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
img {
  border: 0;
}

/**
* Correct overflow displayed oddly in IE 9.
*/
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
Figures
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
figure {
  margin: 0;
}

/* ==========================================================================
Forms
========================================================================== */
/**
* Define consistent border, margin, and padding.
*/
fieldset {
  border: 1px solid #C0C0C0;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
legend {
  border: 0;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
* 1. Correct font family not being inherited in all browsers.
* 2. Correct font size not being inherited in all browsers.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
button,
input,
select,
textarea {
  -webkit-appearance: none;
  border-radius: 0;
  font-family: inherit;

  /* 1 */
  font-size: 100%;

  /* 2 */
  margin: 0;

  /* 3 */
}

input {
  -webkit-appearance: auto;
}

/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
button,
input {
  line-height: normal;
  outline: none;
}

textarea {
  outline: none;
}

/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
* Correct `select` style inheritance in Firefox 4+ and Opera.
*/
button,
select {
  text-transform: none;
}

/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
*    and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
*    `input` and others.
*/
button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;

  /* 2 */
  cursor: pointer;

  /* 3 */
}

/**
* Re-set default cursor for disabled elements.
*/
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;

  /* 1 */
  padding: 0;

  /* 2 */
}

/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
*    (include `-moz` to future-proof).
*/
input[type="search"] {
  -webkit-appearance: textfield;

  /* 1 */
  -webkit-box-sizing: content-box;

  /* 2 */
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

/**
* Remove inner padding and search cancel button in Safari 5 and Chrome
* on OS X.
*/
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* Remove inner padding and border in Firefox 4+.
*/
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
* 1. Remove default vertical scrollbar in IE 8/9.
* 2. Improve readability and alignment in all browsers.
*/
textarea {
  overflow: auto;

  /* 1 */
  vertical-align: top;

  /* 2 */
}

/*breadcrumb*/
#breadcrumb {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1400px;
  padding: 0 0 40px;
  width: 90%;
}

#breadcrumb ul {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

#breadcrumb ul li {
  list-style-type: none;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-top: 0;
  padding: 0;
}

#breadcrumb ul li:after {
  content: ">";
  margin-left: 10px;
}

#breadcrumb ul li:last-child:after {
  display: none;
}

/* ==========================================================================
Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* ==========================================================================
hx
========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

/* =======================================

layout CSS

========================================== */
html {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  background-color: #FFF;
  color: #333;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ";
  font-weight: 400;
  height: 100%;
  line-height: 1.8em;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 100%;
}

#contents {
  font-variant-ligatures: none;
  margin: 0 auto;
  padding-bottom: 355px;
  padding-top: 0;
  position: relative;
  text-align: left;
  width: 100%;
  z-index: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.tel-number {
  color: #333;
}

@media print {
  body {
    min-width: 1140px;
  }

  .header {
    display: none;
  }

  #contents {
    padding-top: 0;
  }

  #page-ttl {
    display: none;
  }
}

#wrap {
  height: 100%;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  padding: 0;
  position: relative;
  width: 100%;
}

body>#wrap {
  height: auto;
}

a {
  color: #1BA4F8;
  text-decoration: none;
}

a:hover {
  color: #1BA4F8;
  text-decoration: underline;
}

p {
  margin: 0;
  padding: 0;
}

img {
  background-color: transparent;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  vertical-align: bottom;
}

a img {
  opacity: 1;
  transition: .5s;
}

hr {
  border-bottom-width: 1px;
  border-color: #CCC;
  border-left-width: 0;
  border-right-width: 0;
  border-style: dotted;
  border-top-width: 0;
  clear: both;
  margin-bottom: 10px;
  margin-top: 10px;
}

hr.none {
  border: none;
  clear: both;
  height: 0;
  margin: 0;
  padding: 0;
}

/* End hide from IE-mac */
/*Float Clear*/
.clear {
  clear: both;
}

.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

/*List*/
ul {
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 20px;
}

ul.pdf {
  padding-left: 0;
}

ul.pdf li,
a.pdf {
  list-style-type: none;
  margin-bottom: 20px;
  padding-left: 25px;
  position: relative;
}

a[href$=".pdf"]::before {
  background-image: url(../image/contents/pdf_ico.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  color: #AD0B00;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

/*Contents(base)*/
#contents .inner {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  max-width: 1400px;
  width: 90%;
}

/*.header*/
header {
  position: fixed;
  top: 0;
  transition: .5s;
  width: 100%;
  z-index: 9999;
}

.header.hide {
  transform: translateY(-195px);
  transition: .5s;
}

.header.no-hide {
  transform: unset !important;
}

.header {
  height: auto;
  transition: .5s;
  width: 100%;
}

.header.shadow {
  box-shadow: 0 0 4px #40404066;
  transition: .3s;
}

.header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 100%;
  padding: 0;
  transition: .3s;
  width: 100%;
  z-index: 0;
}

.nav-inner {
  width: 100%;
}

.pc-.header .header-inner,
.mobile-.header .header-inner {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.header p.sp-button a {
  display: none;
}


.child-box {
  background-color: #f3f3f3;
  /* border-top:1px solid #939393; */
  box-shadow: 0 6px 6px -5px #40404066;
  display: none;
  left: 0;
  margin: 0 auto;
  padding: 55px 0 50px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 95%;
  width: 100%;
}


#g-navi .sub-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
  justify-content: flex-end;
  margin: 0;
  padding-top: 17px;
}

#g-navi ul.nav-child {
  display: flex;
  flex-wrap: wrap;
  gap: 20px 0;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
}

#g-navi .sub-list li {
  height: 100%;
  list-style: none;
}

#g-navi ul.navi-list .child-box li {
  margin: 0 20px 0 0;
  width: calc(100% / 3 - 14px);
}

#g-navi ul.navi-list .child-box .nav-child li:nth-child(3n) {
  margin-right: 0;
}

#g-navi .sub-list li a {
  color: #333;
  display: block;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: .05em;
  padding-left: 20px;
  position: relative;
  transition: .3s;
}

#g-navi .sub-list li a::before {
  background-image: url(../image/base/nav_arrow_bg.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 25px;
}

#g-navi .sub-list li a:hover {
  cursor: pointer;
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

#g-navi .navi-list .nav-child li a {
  background-color: transparent;
  background-color: #FFF;
  color: #fff;
  position: relative;
  transition: .5s;
  background: linear-gradient(.25turn, #ef8326, #f56e00);
}

#g-navi .navi-list .nav-child li a.link-btn::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
}

#g-navi .navi-list .nav-child li a:hover {
  /* background-color:#EE7C0A; */
  color: #FFF;
  /* opacity:1; */
  transition: .5s;
}

#g-navi .navi-list .nav-child li a:hover::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
}

.child-box .grid {
  align-items: start;
  display: grid;
  grid-template-columns: 400px calc(100% - 400px);
  margin: 0 auto;
  max-width: 1400px;
  width: 90%;
}

#g-navi .navi-list .child-box-right a {
  font-size: 16px;
  padding: 10px;
  position: relative;
}

#g-navi .navi-list .child-box-right a::before {
  height: 22px;
  right: 7px;
  width: 22px;
}

#g-navi .navi-list .child-box-left a {
  background-color: #333;
  border: none;
  /* border:2px solid #EE7C0A; */
  color: #FFF;
  font-size: 16px;
  margin: 25px auto 0;
  max-width: 250px;
  padding: 10px;
  transition: .5s;
  transition: .5s;
}

#g-navi .navi-list .child-box-left a:before {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 25px;
}

#g-navi .navi-list .child-box-left a:hover {
  /* background-color:transparent; */
  /* border:2px solid #EE7C0A; */
  color: #fff;
  /* opacity:1; */
  transition: .5s;
}

#g-navi .navi-list .child-box-left a:hover:before {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 5px;
  top: 0;
  width: 25px;
}

#g-navi .navi-list .child-box-left a:after,
#g-navi .navi-list li a.link-btn:after {
  display: none;
}

#g-navi .child-box-ttl {
  color: #333;
  font-size: 18px;
  font-style: italic;
  letter-spacing: .1em;
  line-height: 1em;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

#g-navi .child-box-ttl .roboto {
  display: block;
  font-size: 40px;
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 8px;
}

.mobile-view #page-ttl {
  margin-top: 200px;
}

/*Head_logo*/
.header .img-logo a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  margin: 0;
  transition: .3s;
  width: 100%;
}

.no-hide .header .img-logo a:hover .no-main {
  opacity: .5;
}

.header .img-logo a:hover .no-main.headerColorScroll {
  opacity: .4;
}

.header .img-logo a:hover {
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

.header .img-logo {
  align-items: center;
  display: flex;
  height: 60px;
  justify-content: center;
  margin: 0;
  margin-left: 25px;
  position: relative;
  width: 185px;
}

.header-inner .home-sub-area {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 70%;
}

.header-inner .sub-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  width: 472px;
}

.header .img-logo img {
  height: auto;
  max-width: 280px;
  width: 100%;
}

/*Footer CSS*/
footer {
  background-color: #333;
  border-bottom: 5px solid red;
  border-image: linear-gradient(to right, #EE7C0A, #F3930A) 1;
  bottom: 0;
  clear: both;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  text-align: left;
  width: 100%;
}

.footer-detail {
  align-items: center;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  justify-content: center;
  margin: 0 auto 0;
  margin: auto;
  max-width: 700px;
  padding: 0;
  text-align: center;
}

footer,
footer a,
footer a:hover {
  color: #FFF;
}

.footer-inner {
  font-size: 90%;
  margin: 0 auto;
  margin: 0 auto;
  margin-bottom: 0;
  max-width: 1250px;
  position: relative;
}

.footer-sitemap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}

.footer-sitemap .sp-none {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: auto;
  margin-left: 0;
  margin-right: 0;
  max-width: 1140px;
  padding: 0;
  padding-left: 0;
  text-align: center;
}

.footer-sitemap .list-border {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: 33px auto 29px;
  padding: 0;
}

.footer-sitemap .list-border li {
  background-image: none;
  font-size: 18px;
  letter-spacing: .05em;
  line-height: .8;
  margin: 0 0 11px;
  padding: 0;
  position: relative;
  width: max-content;
}

.footer-sitemap a {
  border-right: 1px solid #FFF;
  color: #FFF;
  display: block;
  font-weight: 500;
  height: 100%;
  padding: 2px 8px;
}

.footer-sitemap li:first-child a {
  border-left: 1px solid #FFF;
}

.footer-sitemap li a:hover {
  color: #FFF;
}

footer .logo-area {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}

footer .address {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.8em;
  padding: 0 40px;
  width: 100%;
}

.copyright {
  clear: both;
  color: #FFF;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0;
  padding: 25px 0 27px;
  text-align: center;
  width: 100%;
}

footer .name img {
  margin-bottom: 23px;
  text-align: center;
}

/* =======================================

Navi CSS

========================================== */
/*Mainnavi base*/
.navi-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: auto;
  max-width: 100%;
  width: 100%;
}

.sub-nav .contact a {
  background-color: #EE7C0A;
  border-radius: 5px;
  box-sizing: border-box;
  color: #FFF;
  display: block;
  padding: 10px;
  transition: .3s;
  width: 100%;
}

.sub-nav .contact a:hover {
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

.header-tel a {
  align-items: center;
  color: #EE7C0A;
  display: flex;
  justify-content: center;
  position: relative;
}

#g-navi {
  margin: 0 auto;
  width: calc(100% - 210px);
}

#g-navi.headerColorScroll {
  background-image: unset;
}

#g-navi.headerColorScroll::before {
  height: 100%;
}

#g-navi .navi-list {
  display: flex;
  height: 100%;
  justify-content: flex-end;
  margin: auto;
  padding-left: 0;
  width: 100%;
}

#g-navi .navi-list li {
  height: 100%;
  list-style: none;
}

#g-navi .navi-list li a {
  color: #333;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 1px;
  letter-spacing: 0;
  padding: 41px 35px;
  transition: .5s;
}

#g-navi .navi-list li.contact a {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #FFF;
  display: block;
  letter-spacing: .05em;
  margin-left: 30px;
  padding: 41px 52px 41px 100px;
  position: relative;
}

#g-navi .navi-list li.contact a:before {
  background-image: url(../image/base/ico_contact.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  left: 48px;
  margin: auto;
  position: absolute;
  top: 0;
}

#g-navi {
  margin: 0 auto;
  width: calc(100% - 494px);
}

.header-inner .contact-btn a {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #FFF;
  display: block;
  letter-spacing: .05em;
  margin-left: 30px;
  padding: 41px 52px 41px 100px;
  position: relative;
  transition: .3s;
}

.header-inner .contact-btn a:before {
  background-image: url(../image/base/ico_contact.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  width: 31px;
  height: 31px;
  left: 48px;
  margin: auto;
  position: absolute;
  top: 0;
}


.header-inner .contact-btn a:hover {
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

#g-navi .navi-list li a:hover {
  cursor: pointer;
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

#g-navi .navi-list li a:hover::before,
#g-navi .navi-list li.home a:hover::after {
  opacity: 1;
}

.header {
  background-color: #FFF;
  left: 0;
  margin: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/*Page-ttl*/
#page-ttl {
  background-image: url(../image/contents/page_ttl.jpg);
  background-position: center 75%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 110px;
  padding: 75px 0;
  width: 100%;
}

#page-ttl .inner {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 100%;
}

#page-ttl .inner h1 {
  color: #333;
  font-weight: 500;
  letter-spacing: .05em;
  margin: 0;
  text-shadow: #f5f5f5 1px 1px 20px, #f5f5f5 -1px 1px 20px, #f5f5f5 1px -1px 20px, #f5f5f5 -1px -1px 20px;
}

/* =======================================

Structure CSS

========================================== */
/*Text Decoration*/
.txt-pink {
  color: #E65886;
}

.txt-blue {
  color: #007BBB;
}

.txt-green {
  color: #298F35;
}

.look-red {
  color: #DC3232;
}

.look-orange {
  color: #EE7C0A;
}

#contents .bold {
  font-weight: bold;
}

#contents .normal {
  font-weight: normal;
}

/*Text Size*/
.txt-85 {
  font-size: 85%;
}

.txt-95 {
  font-size: 95%;
}

.txt-90 {
  font-size: 90%;
}

.txt-110 {
  font-size: 110%;
  line-height: 1.9em;
}

.txt-120 {
  font-size: 120%;
}

.txt-150 {
  font-size: 150%;
}

/*Margin*/
#contents .no-mb,
#contents .bg-gray.no-mb,
#contents .bg-blue.no-mb {
  margin-bottom: 0;
}

#contents .no-mt,
#contents h2.no-mt,
#contents h4.no-mt,
#contents h5.no-mt,
#contents p.no-mt,
#contents li.no-mt,
.no-mt {
  margin-top: 0;
}

#contents .mt-10 {
  margin-top: 10px;
}

#contents .mt-20 {
  margin-top: 20px;
}

#contents .mt-30 {
  margin-top: 30px;
}

#contents .mt-40 {
  margin-top: 40px;
}

#contents .mt-50 {
  margin-top: 50px;
}

#contents .mt-60 {
  margin-top: 60px;
}

#contents .box-mt {
  margin-top: 80px;
}

#contents .mb-10 {
  margin-bottom: 10px;
}

#contents .mb-20 {
  margin-bottom: 20px;
}

#contents .mb-30 {
  margin-bottom: 30px;
}

#contents .mb-40 {
  margin-bottom: 40px;
}

#contents .mb-50 {
  margin-bottom: 50px;
}

#contents .mb-60 {
  margin-bottom: 60px;
}

#contents .mb-65 {
  margin-bottom: 65px;
}

#contents .box-mb {
  margin-bottom: 80px;
}

#contents .mb-120 {
  margin-bottom: 120px;
}

#contents .txt-mb {
  margin-bottom: 15px;
}

#contents .ml-30 {
  margin-left: 30px;
}

#contents .mt-40 {
  margin-top: 40px;
}

/* Padding */
#contents .pt-40 {
  margin-top: -40px;
  padding-top: 40px;
}

#contents .pt-60 {
  margin-top: -60px;
  padding-top: 60px;
}

#contents .no-ml {
  padding-left: 0;
}

/* Float */
.left {
  float: left;
}

.right {
  float: right;
}

/*Text Align*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.va-center {
  vertical-align: middle;
}

/* table */
.table-over {
  overflow: auto;
  width: 100%;
}

.table-over::-webkit-scrollbar {
  height: 5px;
}

.table-over::-webkit-scrollbar-track {
  background: #DDD;
}

.table-over::-webkit-scrollbar-thumb {
  background: #2D61B6;
}

.table-over table.table-01,
.table-over table.table-02 {
  min-width: 690px;
  width: 100%;
}

.table-01 {
  border-collapse: collapse;
  border-width: 0;
  font-size: 15px;
  width: 100%;
}

.table-01 tr:first-child {
  border-top: 1px solid #D4D4D4;
}

.table-01 th {
  background-color: #F4F4F4;
  border-bottom: 1px solid #D4D4D4;
  color: #333;
  font-weight: 500;
  padding: 15px 20px;
}

.table-01 tr:first-child td,
.table-01 tr:first-child th {
  border-top-width: 0;
}

.table-01 th.need {
  border-left: 0;
  min-width: 200px;
  width: 30%;
}

.table-01 th.start {
  vertical-align: baseline;
}

.table-01 th.need p,
.table-01 th.no-need p {
  padding-left: 50px;
  position: relative;
}

.table-01 th.need p:before,
.table-01 th.no-need p:before {
  background-color: #EE7C0A;
  color: #FFF;
  content: "必須";
  display: block;
  font-size: 13px;
  left: 0;
  line-height: 1.8em;
  position: absolute;
  text-align: center;
  top: 2px;
  width: 35px;
}

.table-01 th.no-need p:before {
  background: transparent;
  content: none;
}

.table-01 td {
  background-color: #FFF;
  border-bottom: 1px solid #D4D4D4;
  border-right: 0;
  font-weight: 400;
  padding: 15px 20px;
}

.table-01.w-100 {
  width: 100%;
}

.table_over {
  border-spacing: 0 7px;
  overflow-x: auto;
  width: 100%;
}

.table_over table {
  min-width: 800px;
  width: 100%;
}

.table-02 {
  border-bottom-width: 0;
  border-collapse: collapse;
  border-left-width: 0;
  border-right-width: 0;
  border-top-width: 0;
  font-size: 14px;
  line-height: 1.6em;
  vertical-align: middle;
}

.table-02 th {
  background-color: #F4F4F4;
  background-color: #F4F4F4;
  border: 1px solid #D4D4D4;
  border-right-width: 0;
  font-weight: 600;
  padding: 15px 20px;
  vertical-align: middle;
}

.table-02 td {
  background-color: #FFF;
  border: 1px solid #D4D4D4;
  border-left-width: 0;
  font-weight: 400;
  line-height: 28px;
  padding: 15px 20px;
  vertical-align: middle;
}

.table-02 th.need {
  min-width: 200px;
}

.table-02 th.need:before {
  background-color: #E08752;
  color: #FFF;
  content: "必須";
  display: block;
  float: left;
  font-size: 11px;
  font-weight: normal;
  margin-right: 10px;
  text-align: center;
  width: 30px;
}

.table-02 th.no-need {
  padding-left: 50px;
}

.table-02 tr:first-child th:last-child,
.table-02 tr th {
  border-right: 1px solid #D4D4D4;
}

.table-02 td {
  border-left: 1px solid #D4D4D4;
}

.table-01 th,
.table-01 td,
.table-02 th,
.table-02 td {
  font-size: 16px;
}

tr.ver-top td {
  vertical-align: top;
}

/*send_btn*/
.btn-send {
  padding: 5px 20px;
}

/*ul*/
#contents .disc {
  margin: 0;
  padding: 0 0 0 20px;
}

#contents .disc li {
  list-style-type: disc;
  margin: 0;
  padding: 0;
}

table ul {
  margin-bottom: 0;
  margin-top: 0;
}

/*ol*/
ol {
  padding-left: 20px;
}

ol li {
  line-height: 1.6em;
  margin-bottom: 0;
}

/* hx */
#contents h2 {
  color: #4C4C4C;
  font-size: 22px;
  font-weight: bold;
  line-height: 56px;
  margin: 0 0 40px;
  padding: 0;
  position: relative;
  text-align: center;
  letter-spacing: 0.1em;
  transform: skewX(-10deg);
}

#contents h2 .en-ttl {
  color: #333;
  display: block;
  font-family: "Roboto", sans-serif;
  font-size: 80px;
  font-weight: bold;
  letter-spacing: 0.09em;
  padding-top: 21px;
  text-transform: uppercase;
}

#contents .bg-img h2,
#contents .bg-img h2 .en-ttl {
  color: #FFF;
}

#contents h3 {
  color: #333;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .03em;
  margin: 0 0 30px;
  padding: 8px 0 10px 25px;
  position: relative;
}

#contents h3.yellow-ttl {
  background-color: #EE7C0A;
  color: #333;
}

#contents h3::before {
  background-color: #EE7C0A;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 100%;
  left: 0;
  margin: auto;
  position: absolute;
  top: 0;
  width: 4px;
}

#contents h3.yellow-ttl::before {
  background-color: #333;
}

#contents h4 {
  border-bottom: 2px solid #EE7C0A;
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px;
  padding-bottom: 10px;
}

#contents h4.yellow-ttl {
  border-bottom: 2px solid #EE7C0A;
}

#contents h5 {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  -webkit-background-clip: text;
  color: transparent;
  font-size: 19px;
  max-width: max-content;
}

#contents p {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .03em;
  margin-bottom: 15px;
}

#contents td p {
  font-size: 16px;
}

#contents li {
  font-weight: 400;
  letter-spacing: .03em;
  margin-bottom: 5px;
}

#contents ul li:last-child {
  margin-bottom: 0;
}

/* googlemap ifreame */
.google-map iframe {
  border: none;
  height: 100%;
  min-height: 270px;
  width: 100%;
}

.google-map {
  border: 1px solid transparent;
  height: 299px;
}

/*カラム*/
#contents .flex {
  align-content: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#contents .flex.start {
  justify-content: start;
}

#contents .flex.center {
  justify-content: center;
}

.txt-2box {
  margin-right: 4%;
  width: 48%;
}

.txt-2box.end {
  margin-right: 0;
}

.txt-3box {
  margin-right: 30px;
  width: calc(100% / 3 - 20px);
}

.txt-3box.end {
  margin-right: 0;
}

.txt-4box {
  margin-right: 20px;
  width: calc(100% / 4 - 20px);
}

.txt-4box.end {
  margin-right: 0;
}

.txt-5box {
  margin-right: 1.5625%;
  width: 18.75%;
}

.txt-5box.end {
  margin-right: 0;
}

.img-2box {
  width: 35%;
}

.img-2box-txt {
  margin-left: 40px;
  width: calc(65% - 40px);
}

#search #contents h2 {
  font-size: 30px;
  letter-spacing: .05em;
  margin-top: 55px;
}

/* =======================================

共通背景色

========================================== */
#contents .bg-white {
  background-color: #FFF;
}

#contents .bg-gray {
  background-color: #F3F3F3;
  padding: 80px 0;
}

#contents .bg-gray.dark {
  background-color: #E4E4E4;
}

#contents .bg-blue {
  background-color: #E7F1F4;
  color: #FFF;
  padding: 90px 0;
}

#contents .bg-img {
  background-image: url(../image/contents/home/end_contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
  padding: 70px 0 110px;
}

/* =======================================

商品一覧

========================================== */
/* 商品詳細 */
#contents .pro-movie {
  margin-bottom: 5px;
}

#contents .pro-movie a,
#contents .pro-pdf a {
  margin-right: 20px;
  padding-left: 25px;
  position: relative;
}

#contents .pro-movie a::before,
#contents .pro-pdf a::before {
  background-image: url(../image/contents/ico_movie.svg);
  background-repeat: no-repeat;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  height: 20px;
  left: -2px;
  margin: auto;
  position: absolute;
  top: 0;
  width: 20px;
}

#contents .pro-pdf a::before {
  background-image: url(../image/contents/ico_pdf.svg);
  left: 0;
}

/* 検索欄 */
#contents .searchform {
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
}

#contents .searchform .search-input-area {
  background-color: #FFF;
  border: 3px solid #EE7C0A;
  border-right: none;
  padding: .95em;
  width: 630px;
}

#contents .searchform .search-btn-submit {
  background-color: #EE7C0A;
  border: none;
  color: #FFF;
  font-size: 18px;
  letter-spacing: .1em;
  transition: .3s;
  width: 170px;
}

#contents .searchform .search-btn-submit:hover {
  opacity: .5;
  transition: .3s;
}

/* 商品表示 */
#contents .product-contents.detail .product-group .ttl {
  background-color: #EE7C0A;
  color: #FFF;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1.55em;
  margin-bottom: 0;
  padding: 10px;
}

#contents .product-contents.detail .pro-movie {
  background-color: #E7F1F4;
  margin-bottom: 0;
  padding: 10px 10px 5px;
}

#contents .product-contents.detail .pro-pdf {
  background-color: #E7F1F4;
  padding: 0 10px 10px;
}

#contents .product-contents.detail .product-group {
  position: relative;
  transition: .3s;
}

#contents .product-contents.detail .product-group:hover {
  opacity: .5;
  transition: .3s;
}

#contents .product-contents.detail .product-group .product-link {
  background-color: transparent;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

#contents .product-contents.detail .product-group .product-link:hover {
  opacity: 1;
}

#contents .product-contents.detail .product-group .photo {
  background-color: #E7F1F4;
  text-align: center;
}

#contents .product-contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#contents .product-contents .product-group {
  margin: 0 26px 28px 0;
  width: calc(100% / 4 - 20px);
}

#contents .product-contents .product-group:nth-child(4n),
#contents .product-contents .product-group:last-child {
  margin-right: 0;
}

#contents .product-group .product-link {
  background-color: #E7F1F4;
  color: #FFF;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

#contents .product-group .product-link .photo {
  padding: 0 15px;
  text-align: center;
}

#contents .product-group .product-link .photo.full {
  padding: 0;
}

#contents .product-group .product-link .photo.full img {
  object-fit: cover;
}

#contents .product-group .product-link .photo img {
  height: 142px;
  object-fit: contain;
}

#contents .product-group .product-link .ttl {
  align-items: center;
  background-color: #EE7C0A;
  display: flex;
  font-weight: 500;
  height: 100%;
  justify-content: center;
  letter-spacing: .05em;
  line-height: 1.55em;
  margin-bottom: 0;
  padding: 10px 5px;
  text-align: center;
}

/* =======================================

下層共通

========================================== */
* {
  box-sizing: border-box;
}

br.br-1240,
br.br-1140,
br.br-640,
br.br-559,
br.br-430,
br.br-414 {
  display: none;
}

br.br-834 {
  display: none;
}

.error404 #contents h2 {
  color: #EE7C0A;
  font-size: 30px;
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 40px;
  padding-top: 30px;
}

.error404 #contents .error-txt {
  margin-bottom: 40px;
  text-align: center;
}

.error404 #contents .link-box {
  margin: 0 auto 50px;
  max-width: 700px;
}

.error404 #contents .link-box .right .link-btn {
  margin: 0 0 0 auto;
}

.error404 #contents .link-box .right .link-btn::after {
  left: 10px;
  right: unset;
  transform: rotate(180deg);
}

.error404 #contents .link-box .link-btn:hover {
  background-color: #EE7C0A;
  color: #FFF;
  opacity: 1;
}

.error404 #contents .link-box .link-btn:hover::after {
  background-image: url(../image/contents/arrow_white.svg);
}

.error404 #contents .link-btn.back::after {
  transform: rotate(180deg);
  left: 10px;
  right: unset;
}

.error404 #contents img {
  max-width: 13%;
}

#contents .w-100 {
  width: 100%;
}

#contents .sp-txt {
  display: none;
}

#contents ul.style-none {
  padding: 0;
}

#contents ul.style-none li {
  list-style: none;
}

/* other */
.pc-none {
  display: none;
}

.sp-none {
  display: block;
}

.sp-none.inline {
  display: inline-block;
}

/* inquiry */
form table input {
  background-color: #EEE;
  border: none;
  padding: .7em;
  width: 70%;
}

#contents input:-internal-autofill-selected {
  background-color: #EEE;
  box-shadow: 0 0 0 1000px #EEE inset;
}

textarea {
  background-color: #EEE;
  border: none;
  padding: .7em;
  width: 100%;
}

input[type="radio"] {
  width: auto;
}

input[type="checkbox"] {
  width: 20px;
}

input[type="submit"] {
  background-color: #EE7C0A;
  border: 0;
  color: #FFF;
  display: block;
  font-weight: 500;
  margin: auto;
  margin-top: 35px;
  max-width: 400px;
  padding: 15px;
  transition: .5s;
  width: 100%;
}

input[type="submit"]:hover {
  opacity: .5;
}

input[type="button"].wpcf7c-btn-back {
  background-color: #999;
  border: 0;
  color: #FFF;
  display: block;
  left: 0;
  margin: auto;
  margin-left: 0;
  margin-top: 45px;
  max-width: 200px;
  padding: 15px;
  right: 0;
}

.wpcf7-validation-errors {
  background-color: #F5F1E6;
  border: 2px solid #F7E700;
  border-width: 0;
}

.wpcf7-radio span.wpcf7-list-item {
  display: block;
  max-width: max-content;
  width: 100%;
}

.wpcf7-form-control-wrap.entry_year input {
  max-width: 65px;
}

.wpcf7-form-control-wrap.address_num input {
  margin-left: 5px;
  max-width: 95px;
}

input[type="button"].wpcf7c-btn-back {
  margin: 0 0 0 -15px;
}

span.wpcf7-list-item {
  display: block;
  margin: 0;
}

/* pc sp button */
.view-button {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  width: 100%;
}

.view-button p.pc-button {
  display: none;
}

.view-button p.sp-button {
  display: block;
  text-align: left;
}

/* img decoration */
.image-border img {
  border: 1px solid #CCC;
  box-sizing: border-box;
}

.img-border {
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 10px;
}

/* pdf */
a[href$=".pdf"] {
  position: relative;
}

/*anchor-link*/
#contents .anc-link {
  scroll-margin: 20px;
}

#contents .anchor-area,
#contents .common-bg .anchor-area {
  margin-top: -90px;
  padding-top: 90px;
}

/* single 投稿詳細ページ  */
.single #contents h2 {
  font-size: 170%;
  letter-spacing: .03em;
  line-height: 1.5em;
  margin-bottom: 30px;
  text-align: left;
}

.single #contents img {
  border: 1px solid #EAEAEA;
}

.single #contents p.day {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

/* btn */
.link-btn {
  background-color: transparent;
  border: 2px solid #EE7C0A;
  color: #EE7C0A;
  display: block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .1em;
  max-width: 100%;
  padding: 9px 15px;
  position: relative;
  text-align: center;
  transition: .3s;
  width: 340px;
  background-color: #333333;
  border: none;
  color: #fff;
  padding: 10px 15px;
}

.link-btn.parent {
  background-color: #EE7C0A;
  color: #FFF;
  padding: 17px 20px;
}

.link-btn.child {
  background-color: #EE7C0A;
  border: none;
  color: #333;
  padding: 17px 20px;
}

.link-btn.parent,
.link-btn.child {
  margin-top: 20px;
}

.link-btn:hover {
  opacity: .7;
  text-decoration: none;
  transition: .3s;
  color: #fff;
}

.link-btn:hover::after {
  background-image: url(../image/contents/arrow_white.svg);
}

.link-btn::after {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  display: block;
  height: 25px;
  margin: auto;
  position: absolute;
  right: 10px;
  top: 0;
  width: 25px;
}

.link-btn.anchor {
  margin-top: 30px;
  width: 100%;
}

.link-btn.anchor:hover {
  /* background-color:#EE7C0A; */
  color: #FFF;
  /* opacity:1; */
}

.link-btn.anchor::after,
.link-btn.anchor:hover::after {
  transform: rotate(90deg);
}

.link-btn.center {
  margin: 0 auto;
}

#topcontrol {
  background-image: url(../image/base/navi_pagetop.png);
  background-position: center;
  background-repeat: no-repeat;
  height: 70px;
  transition: .3s;
  width: 70px;
}

#topcontrol:hover {
  opacity: .5 !important;

  /* background-image: url(../image/base/navi_pagetop_hover.png); */
  transition: .3s;
}

.link-bnr {
  display: inline-block;
  transition: .3s;
}

.link-bnr:hover {
  opacity: .5;
  text-decoration: none;
  transition: .3s;
}

#contents .txt-4box a.link-bnr .bnr-ttl {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 18px;
}

/* bnr */

/* news */
.news-contents {
  background-color: #FFF;
  padding-bottom: 10px;
}

#contents .news-group {
  align-items: center;
  border-bottom: 1px solid #D6D6D6;
  display: flex;
  flex-wrap: wrap;
  padding: 20px 40px;
}

#contents .news-group .txt {
  align-items: center;
  display: flex;
}

#contents .news-group:first-child {
  border-top: 1px solid #D6D6D6;
}

#contents .txt-link-box {
  margin-top: 20px;
}

#contents .news-group p.day {
  color: #333;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0em;
  margin-right: 40px;
  position: relative;
  top: 1px;
}


#contents .news-group p {
  margin-bottom: 0;
}

#contents .news-group .ttl {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0;
  margin-bottom: 0;
  max-width: 80%;
  width: 100%;
}

#contents .news-group .ttl a {
  color: #21A4D4;
}

#contents .news-group p.category {
  background-color: #EE7C0A;
  color: #FFF;
  font-size: 15px;
  line-height: .8em;
  margin: 0 15px;
  padding: 4px 10px;
  text-align: center;
  width: 100px;
}

#contents .news-group p.category.recruit {
  background-color: #EE7C0A;
  color: #333;
}

#contents .news-category ul li {
  margin-right: 20px;
  width: calc(100% / 3 - 14px);
}

#contents .news-category ul li:last-child {
  margin-right: 0;
}

#contents .news-category ul li a {
  border-radius: 10px;
  color: #FFF;
  display: block;
  font-size: 18px;
  font-weight: 500;
  padding: 12px;
  position: relative;
  text-align: center;
  transition: .5s;
}

#contents .news-category ul li a:before {
  background-image: url(../image/contents/arrow_white.svg);
  background-repeat: no-repeat;
  background-size: contain;
  color: #FFF;
  content: "";
  height: 25px;
  position: absolute;
  right: 8px;
  top: 13px;
  width: 25px;
}

#contents .news-category ul li:nth-child(1) a,
#contents .news-group p.category.event {
  background: #F58108;
}

#contents .news-category ul li:nth-child(2) a {
  background: #EE7C0A;
}

#contents .news-category ul li:nth-child(3) a {
  background-color: #EE7C0A;
  color: #333;
}

#contents .news-category ul li:nth-child(3) a:before {
  background-image: url(../image/contents/arrow_black.svg);
}

#contents .news-category ul li a:hover {
  opacity: .5;
  text-decoration: none;
}

#contents .return-home,
#contents .return-news {
  margin-bottom: 8px;
}

.page-numbers {
  background-color: #E8E8E8;
  border-radius: 3px;
  color: #565656;
  margin-bottom: 10px;
  margin-right: 5px;
  padding: 12px 23px;
  text-decoration: none;
  transition: .5s;
}

.page-numbers:last-child {
  margin-right: 0;
}

.page-numbers.dots:hover {
  opacity: 1;
}

.page-num-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 30px;
}

.page-numbers.current {
  background-color: #333;
  color: #FFF;
  margin-right: 5px;
  padding: 12px 23px;
}

.page-numbers.current:hover {
  color: #FFF;
  opacity: 1;
  pointer-events: none;
}

.page-numbers:hover {
  color: #565656;
  opacity: .5;
  text-decoration: none;
}

/*お知らせ一覧*/
.category.news {
  background-color: #EE7C0A;
  border-radius: 15px;
  color: #FFF;
  font-size: 95%;
  margin-right: 10px;
  padding: 3px 15px;
}

.category.recruit {
  background-color: #EE7C0A;
  font-size: 95%;
  margin-right: 10px;
  padding: 3px 15px;
}


/* 採用情報 end contact */
#contents .end-contact {
  background-image: url(../image/contents/home/bg_contact.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 70px;
}

#contents .end-contact .contact-area {
  background-color: #fff;
  padding: 45px 15px 65px;
  position: relative;
  max-width: 1500px;
  width: 90%;
  margin: auto;
}

#contents .end-contact .contact-area h2 {
  margin-bottom: 10px !important;
}

#contents .end-contact .contact-area .link-btn.contact {
  background: linear-gradient(.25turn, #ef8326, #f56e00);
  color: #fff;
  max-width: 652px;
  width: 100%;
  font-size: 25px;
  padding: 50px 50px 50px 129px;
  margin: 35px auto 0;
  text-align: left;
}

#contents .end-contact .contact-area .link-btn.contact::after {
  right: 30px;
}

#contents .end-contact .contact-area .link-btn.contact:before {
  position: absolute;
  content: "";
  background-image: url(../image/contents/home/ico_mail.svg);
  width: 39px;
  height: 30px;
  left: 60px;
}

#contents .end-contact .contact-area:before {
  content: "";
  background-image: url(../image/contents/home/contact_photo_01.png);
  bottom: -110px;
  height: 260px;
  left: -60px;
  right: unset;
  top: 130px;
  width: 385px;
  position: absolute;
}

#contents .end-contact .contact-area:after {
  content: "";
  background-image: url(../image/contents/home/contact_photo_02.png);
  bottom: 0;
  height: 327px;
  left: auto;
  right: 55px;
  top: auto;
  width: 386px;
  position: absolute;
}

#contents .end-contact .contact-area .entry-txt {
  line-height: 1.8em;
  margin-bottom: 0;
  font-weight: 500;
}
/* tel */


@media screen and (min-width: 960px) {
  #openMenu {
    display: none;
  }

  .navi-inner .sub-nav {
    display: none;
  }

  .header.mobile-.header {
    height: 155px;
  }

  body.mobile-view {
    margin-top: 0;
  }

  .header .sp-ico {
    display: none;
  }

  /* PC時に電話番号を起動させない */
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }

  #contents a[href*="tel:"] {
    color: #333;
  }

  .mobile-header.header p.sp-button {
    left: 0;
    position: relative;
    right: 0;
    top: 0;
  }

  .mobile-header.header p.sp-button a {
    align-items: center;
    background: #333;
    box-sizing: border-box;
    color: #FFF;
    display: flex;
    font-size: 190%;
    justify-content: center;
    margin: auto;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    width: 100%;
    z-index: 9999;
  }

  :is(.mobile-header) #g-navi {
    top: 60px;
  }

  .footer-sitemap .list-border li {
    font-size: 16px;
    letter-spacing: .03em;
    line-height: .8;
  }
}

@media screen and (max-width: 1500px) {
  #contents .end-contact .contact-area:before {
    background-size: 340px;
    height: 240px;
    width: 340px;
    top: 70px;
  }

  #contents .end-contact .contact-area:after {
    height: 296px;
    width: 273px;
    background-image: url(../image/contents/home/contact_photo_02_2.png);
    right: 85px;
  }
}

@media screen and (max-width: 1340px) {
  #contents .product-contents .product-group {
    margin: 0 15px 22px 0;
    width: calc(100% / 4 - 13px);
  }

  #g-navi ul.navi-list .child-box li {
    margin: 0 10px 0 0;
    width: calc(100% / 3 - 8px);
  }

  /*  */
  #contents .end-contact .contact-area:before {
    background-size: 280px;
    height: 190px;
    width: 280px;
    top: 70px;
  }

  #contents .end-contact .contact-area:after {
    height: 163px;
    width: 150px;
    background-size: 150px;
    right: 30px;
  }
}

@media screen and (max-width: 1240px) {
  br.br-1240 {
    display: block;
  }

  .child-box .grid {
    grid-template-columns: 350px calc(100% - 350px);
    width: 95%;
  }
}

@media screen and (max-width: 1140px) {
  #contents {
    padding-bottom: 353px;
}

  br.br-1140 {
    display: block;
  }

  .mobile-view #page-ttl {
    margin-top: 158px;
  }

  #contents .product-group .product-link .photo img {
    height: 120px;
  }

  #contents p,
  #contents li {
    font-size: 15px;
  }

  #contents td p {
    font-size: 15px;
  }

  #contents .mb-50 {
    margin-bottom: 40px;
  }

  #contents .mb-65 {
    margin-bottom: 55px;
  }

  .footer-sitemap .list-border {
    margin: 30px auto 23px;
  }

  .footer-sitemap .list-border li {
    font-size: 15px;
  }

  .copyright {
    font-size: 14px;
    padding: 20px 0 25px;
  }

  footer .address {
    font-size: 15px;
  }

  .footer-sitemap {
    max-width: 800px;
  }

  .footer-sitemap li:nth-child(10) a {
    border-left: 1px solid #FFF;
  }

  #g-navi {
    margin-right: 0;
    width: calc(100% - 370px);
  }

  .header-inner .contact-btn a {
    margin-left: 20px;
    padding: 20px 20px 20px 50px;
  }

  .header-inner .contact-btn a:before {
    height: 20px;
    left: 15px;
    top: 3px;
    width: 20px;
  }

  .header {
    box-sizing: border-box;
  }

  .header .img-logo {
    margin-left: 5px;
    max-width: 165px;
    width: 20%;
  }

  #contents .news-group p.day {
    font-size: 16px;
  }

  .page-numbers,
  .page-numbers.current {
    font-size: 14px;
    padding: 7px 18px;
  }

  #contents .news-group {
    padding: 15px;
  }

  #contents .news-group p.category {
    font-size: 14px;
    width: 90px;
  }

  #contents .news-group .ttl {
    font-size: 16px;
  }

  .link-btn {
    font-size: 16px;
    padding: 10px;
  }

  .nav-inner li {
    font-size: 80%;
  }

  .nav-inner li a {
    font-size: 95%;
  }

  #g-navi .navi-list li a {
    font-size: 16px;
    padding: 20px 25px;
  }

  #g-navi .navi-list li.contact a {
    margin-left: 20px;
    padding: 20px 20px 20px 50px;
  }

  #g-navi .navi-list li.contact a:before {
    height: 20px;
    left: 15px;
    top: 3px;
    width: 20px;
  }

  /* 下層ページ */
  #contents h2 {
    font-size: 18px;
    line-height: 45px;
  }

  .single #contents h2 {
    font-size: 150%;
  }

  #page-ttl {
    margin-top: 68px;
    padding: 50px 0;
  }

  #page-ttl .inner h1 {
    font-size: 1.7em;
  }

  #contents h2 .en-ttl {
    font-size: 55px;
    padding-top: 13px;
  }

  #contents h3 {
    font-size: 22px;
    padding: 8px 0 10px 25px;
  }

  .table-01 th,
  .table-01 td,
  .table-02 th,
  .table-02 td {
    font-size: 14px;
  }

  /*  */
  #contents .end-contact .contact-area .link-btn.contact {
    padding: 40px 15px 40px 119px;
    max-width: 532px;
    font-size: 22px;
  }

  #contents .end-contact .contact-area:before {
    top: 55px;
    background-size: 250px;
    height: 170px;
    width: 250px;
    left: -35px;
  }

  #contents .end-contact .contact-area:after {
    background-size: 130px;
    height: 141px;
    width: 130px;
  }

}

/* view-959 Mobile,Tablet */
@media screen and (max-width: 959px) {
  .error404 #contents .txt-2box {
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
  }

  .error404 #contents .txt-2box.end {
    margin-right: 0;
  }

  .txt-2box {
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
  }

  #contents .anchor-link-box .txt-3box {
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
  }

  #contents .anchor-link-box .txt-3box .link-btn.anchor {
    margin-top: 15px;
  }

  #contents .anchor-link-box .txt-3box:nth-child(2n) {
    margin-right: 0;
  }

  #contents .anchor-link-box .link-btn {
    font-size: 15px;
  }

  #contents .searchform .search-btn-submit {
    font-size: 16px;
    width: 120px;
  }

  #contents .searchform .search-input-area {
    padding: .6em;
    width: calc(100% - 120px);
  }

  #contents .product-contents .product-group,
  #contents .product-contents .product-group:nth-child(4n) {
    margin: 0 15px 20px 0;
    width: calc(100% / 3 - 13px);
  }

  #contents .product-contents .product-group:nth-child(3n),
  #contents .product-contents .product-group:nth-child(6n) {
    margin-right: 0;
  }

  /* .header */
  .mobile-view header.hide {
    transform: translateY(0);
  }

  .header-inner {
    padding: 5px 0;
    width: 96%;
  }

  .header {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: relative;
    top: 0;
    width: 100%;
  }

  #openMenu {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: center;
    right: 0;
    top: 0;
  }

  .header .img-logo {
    margin-left: 0;
    width: 30%;
  }

  /* nav */
  .nav-area {
    background-color: transparent;
    border-top: 1px solid #FFF;
    display: none;
    left: 0;
    left: 0;
    margin-bottom: 50px;
    position: absolute;
    top: 44px;
    width: 100%;
    z-index: 999;
  }

  .nav-area.open {
    display: block;
  }

  .navi-inner {
    height: auto;
  }

  .sp-icon {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
  }

  .sp-tel img {
    display: inline-block;
  }

  .sp-icon .sp-tel .sp-nav-txt {
    color: #4BAB57;
  }

  .sp-icon .sp-nav-txt {
    color: #FFF;
    display: block;
    font-size: 10px;
    letter-spacing: .05em;
    margin-top: -13px;
  }

  #openMenu img {
    background: linear-gradient(.25turn, #ef8326, #f56e00);
    width: 45px;
  }

  .sp-tel {
    margin-left: auto;
    margin-right: 13px;
    width: 45px;
  }

  .header-inner .sp-tel a {
    align-items: center;
    background-color: #5591d7;
    display: flex;
    justify-content: center;
    height: 100%;
    width: 45px;
    padding: 13px;
  }

  #g-navi {
    background-color: transparent;
    height: auto;
    overflow: auto;
    overflow-x: hidden;
    max-height: calc(100svh - 69px);
  }

  #g-navi.open {
    background-color: #FFF;
    display: block;
    left: 0;
    position: fixed;
    right: 0;
    top: 69px;
    width: 100%;
    z-index: 99999;
  }

  #g-navi .navi-list {
    display: block;
    margin: 0;
    position: relative;
    width: 100%;
    z-index: 0;
  }

  #g-navi .navi-list li {
    background-color: #F3F3F3;
    border-bottom: 1px solid #FFF;
    color: #333;
    font-size: 90%;
    height: 100%;
    margin: 0;
    margin-bottom: 0;
    max-width: none;
    padding: 0;
    width: 100%;
  }

  #g-navi .navi-list li:last-child {
    border-bottom: none;
  }

  #g-navi .navi-list li.download {
    width: 100%;
  }

  #g-navi .sub-nav {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
  }

  #g-navi .navi-list .flex li {
    background-color: #FF7800;
    border: 0;
  }

  nav .navi-list .child-menu li {
    border: none;
    width: 100%;
  }

  #g-navi .navi-list li a {
    color: #333;
    font-size: 15px;
    height: 100%;
    justify-content: flex-start;
    padding: 10px 18px;
    text-align: left;
    width: 100%;
  }

  #g-navi .navi-list li.contact a {
    box-sizing: border-box;
    margin: 0;
    padding: 10px 40px;
  }

  #g-navi .navi-list .flex li a {
    border-radius: 0;
    color: #FFF;
    padding: 8px 0;
  }

  .nav-area li a.sp-none {
    display: none;
  }

  .nav-area li .sp-ttl {
    color: #FFF;
    display: block;
    font-weight: bold;
    padding: 10px;
    position: relative;
  }

  #g-navi .child-nav .child-item:last-child {
    border-bottom: 0;
  }

  .nav-area li .sp-ttl::before {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #FCFCFC;
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    right: 20px;
    top: 0;
  }

  #g-navi .navi-list .flex li {
    margin-right: 0;
    padding: 0;
  }

  #g-navi .navi-list li::before {
    background-color: #FFF;
  }

  #g-navi ul.navi-list li .nav-ttl {
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
  }

  #g-navi ul.navi-list li span.nav-ttl.open::before {
    transform: rotate(180deg);
  }

  #g-navi ul.navi-list li .child {
    background-color: transparent;
    border-top: 1px solid #DEDEDE;
    box-shadow: none;
    display: none;
    max-width: 100%;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: unset;
    visibility: visible;
    width: 100%;
  }

  #g-navi ul.navi-list li span.nav-ttl::before,
  #g-navi ul.navi-list li span.nav-ttl::after {
    background: #333;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 47%;
    transition: all .3s ease-in-out;
    width: 13px;
  }

  nav .navi-list .child ul {
    padding: 0px;
  }

  nav .navi-list .child ul {
    padding: 0px;
    width: 100%;
  }

  /* footer */
  footer {
    height: auto;
    min-height: 139px;
    padding-bottom: 0;
    padding-bottom: 0;
    position: static;
    position: absolute;
    text-align: center;
  }

  footer .address {
    border-left-width: 0;
    padding: 0;
    text-align: center;
    width: 100%;
  }

  footer .logo-area {
    width: 100%;
  }

  .footer-detail {
    flex-wrap: wrap;
    max-width: 400px;
    width: 90%;
  }

  footer .flex {
    justify-content: center;
    margin: 0;
  }

  footer .inner {
    margin: 0 auto;
    width: 94%;
  }

  #footer p.pc-button {
    margin: 0 auto;
    padding: 0;
  }

  .view-button p.sp-button {
    display: none;
  }

  #footer p.copyright {
    font-size: 1em;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
    top: calc(100% - 2.1em);
    width: 100%;
  }

  #footer .view-button a {
    background-color: #606060;
    color: #FFF;
    font-size: 85%;
    margin-right: 5px;
    padding: 5px 10px;
  }

  .view-button {
    display: none;
    margin: 15px 0;
    text-align: center;
    width: 100%;
  }

  .view-button p.pc-button a {
    color: rgb(255, 255, 255);
  }

  .footer-sitemap .sp-none {
    display: none;
  }

  .footer-sitemap .list-border {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style: none;
    margin: 20px 0 20px;
    padding: 0;
  }

  .copyright {
    clear: both;
    color: #FFF;
    margin: 0;
    text-align: center;
    width: 100%;
  }

  .footer-sitemap .list-border li:nth-child(10n) a {
    border-left: none;
  }

  /* error */
  .error404 #contents .error-txt {
    text-align: left;
  }

  .error404 #contents .error-txt br {
    display: none;
  }

  .error404 #contents h2 {
    font-size: 25px;
    margin-bottom: 30px;
  }

  /* 下層共通 */
  #contents .news-group {
    display: block;
    padding: 15px 10px;
  }

  #contents .news-group .ttl {
    font-size: 15px;
  }

  /* contents */
  body {
    min-width: 100%;
  }

  #contents {
    padding-bottom: 313px;
    padding-top: 0;
  }

  .bg-box {
    padding: 50px 0;
  }

  /* page ttl*/
  #page-ttl {
    margin-top: 70px;
    padding: 45px 0 39px;
    text-align: center;
  }

  #page-ttl .inner h1 {
    font-size: 1.5em;
  }

  /* hx */
  #contents h2 {
    margin-bottom: 30px;
  }

  /* カラム数 */
  .txt-2box,
  .img-2box,
  .img-2box-txt,
  .img-2box.option-ico,
  .img-2box-txt.option-text {
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }

  .txt-2box.end {
    margin-right: 0;
  }

  .txt-2box.end.mt {
    margin-top: 30px;
  }

  .txt-3box {
    margin-right: 0;
    width: 100%;
  }

  .txt-3box.end {
    margin-right: 0;
  }

  .txt-4box {
    margin-right: 15px;
    width: calc(100% / 2 - 8px);
  }

  .txt-4box:nth-child(2n) {
    margin-right: 0;
  }

  /* table */
  .table-01 {
    width: 100%;
  }

  .table-01 tr {
    border-bottom: 1px solid #D4D4D4;
  }

  .table_over table {
    min-width: 710px;
  }

  .table-01 th {
    border: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding: 10px 15px;
    width: 100%;
  }

  .table-01 td {
    border: none;
    display: block;
    padding: 10px 15px;
  }

  .table-01 textarea {
    max-width: 100%;
    width: 100%;
  }

  .table-01.w-100 th {
    box-sizing: border-box;
    width: 100%;
  }

  .table-02 th,
  .table-02 td {
    padding: 10px;
  }

  .table-01 th.need {
  width: 100%;
}

  /* view-none */
  .pc-none {
    display: block;
  }

  .pc-none.inline {
    display: inline;
  }

  .sp-none,
  .sp-none.inline,
  .header-inner .home-sub-area.sp-none {
    display: none;
    margin: -.5em 0 -1em 0;
    padding: 0;
    position: relative;
  }

  input,
  select {
    font-size: 16px;
    width: 100%;
  }

  input[type="submit"] {
    width: 100%;
  }

  input[type="checkbox"],
  input[type="radio"] {
    width: auto;
  }



  #topcontrol {
    /* pagetopへ戻るボタン。jsのため!importantを使用 */
    display: none !important;
  }

  .mobile-view #page-ttl {
    margin-top: 70px;
  }


  #g-navi .navi-list li::before {
    background-color: transparent;
    height: 0;
  }

  #g-navi ul.navi-list li .nav-ttl {
    display: block;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    width: 46px;
  }

  #g-navi ul.navi-list li span.nav-ttl.open::before {
    transform: rotate(180deg);
  }

  #g-navi ul.navi-list li .child {
    background-color: transparent;
    border-top: 1px solid #DEDEDE;
    box-shadow: none;
    display: none;
    max-width: 100%;
    opacity: 1;
    padding: 0;
    position: relative;
    transition: unset;
    visibility: visible;
    width: 100%;
  }

  #g-navi ul.navi-list li span.nav-ttl::before,
  #g-navi ul.navi-list li span.nav-ttl::after {
    background: #333;
    content: "";
    height: 2px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 47%;
    transition: all .3s ease-in-out;
    width: 13px;
  }

  nav .navi-list .child ul {
    padding: 0px;
    width: 100%;
  }

  nav .nav-menu-link {
    display: block;
    height: 45px;
    margin: -50px 0 0 auto;
    position: relative;
    width: 53px;
  }

  nav .nav-menu-link::before {
    background: #333;
    border-left: none;
    bottom: unset;
    content: "";
    display: block;
    height: 2px;
    margin: unset;
    position: absolute;
    right: 20px;
    top: 48%;
    transform: rotate(90deg);
    transition: all .3s ease-in-out;
    width: 14px;
    z-index: 1;
  }

  nav .nav-menu-link::after {
    background: #333;
    content: "";
    display: block;
    height: 2px;
    position: absolute;
    right: 20px;
    top: 48%;
    transition: all .2s ease-in-out;
    width: 14px;
    z-index: 1;
  }

  #g-navi .navi-list .child-box-right a::before {
    display: none;
  }

  #g-navi ul.nav-child {
    background-color: #FFF;
    display: block;
    padding: 0;
  }

  .child-box {
    border-top: 1px solid #FFF;
  }

  #g-navi .navi-list .nav-child li a.link-btn::after {
    left: 10px;
    right: unset;
    background-image: url(../image/contents/arrow_orange.svg);
  }

  #g-navi ul.navi-list .child-box li {
    background-color: #fff;
  }

  #g-navi .navi-list .child-box-right a {
    background-color: #FFF;
    border: none;
    max-width: 100%;
    padding: 10px 20px 10px 35px;
  }

  #g-navi .navi-list .child-box-right a:hover {
    color: #333;
    opacity: .5;
  }

  #g-navi ul.navi-list .child-box li {
    border-bottom: 1px solid #D2D2D2;
  }

  #g-navi ul.navi-list .child-box li,
  #g-navi ul.navi-list .child-box li:nth-child(3n) {
    width: 100%;
  }

  #g-navi ul.navi-list .child-box li:last-child {
    border-bottom: unset;
  }

  .child-box-left {
    display: none;
  }

  .child-box .grid {
    display: block;
    width: 100%;
  }

  .child-box {
    box-shadow: unset;
    padding: 0;
    position: relative;
  }

  nav .nav-menu-link.open::before {
    transform: rotate(180deg);
  }

  #g-navi .navi-list li a.link-btn.black {
    border: 0;
    color: #333;
    font-size: 15px;
    background: #f3f3f3;
  }

  #g-navi .navi-list li a.link-btn.black:hover {
    background-color: #F3F3F3;
    border: none;
    color: #333;
    opacity: .5;
  }

  #g-navi .navi-list li a.link-btn.black:before {
    background-color: transparent;
    background-image: url(../image/contents/arrow_purple.svg);
    left: 12px;
    margin: auto 0;
    right: 10px;
  }

  #g-navi .navi-list .nav-child li a:hover::after {
    background-image: url(../image/contents/arrow_orange.svg);
  }

  /*  */
  #contents .end-contact .contact-area .link-btn.contact {
    max-width: 750px;
    font-size: 20px;
  }

  #contents .end-contact .contact-area {
    padding: 45px 15px 45px;
  }

  #contents .end-contact .contact-area:after {
    top: 84px;
    background-size: 150px;
    height: 163px;
    width: 150px;
    right: 85px;
  }

  #contents .end-contact .contact-area .link-btn.contact:before {
    background-size: 30px;
    width: 30px;
    height: 24px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #contents .txt-4box a.link-bnr .bnr-ttl {
    padding: 7px 15px;
    font-size: 16px;
  }

  #contents .txt-4box:nth-child(n+3) a.link-bnr .bnr-ttl {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 834px) {
  br.br-834 {
    display: block;
  }

  /*  */
  #contents .end-contact .contact-area:before {
    top: 55px;
    background-size: 210px;
    height: 140px;
    width: 210px;
    left: -30px;
  }

  #contents .end-contact .contact-area:after {
    top: 107px;
    background-size: 130px;
    height: 141px;
    width: 130px;
    right: 46px;
  }
}


@media screen and (max-width: 767px) {

  #contents .product-contents .product-group,
  #contents .product-contents .product-group:nth-child(4n) {
    margin: 0 10px 17px 0;
    width: calc(100% / 3 - 8px);
  }

  .error404 #contents h2 {
    font-size: 22px;
    text-align: left;
  }

  .error404 #contents h2 br {
    display: none;
  }

  /*  */
  #contents .end-contact .contact-area:before,
  #contents .end-contact .contact-area:after {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  br.br-640 {
    display: block;
  }

  #contents .product-contents .product-group,
  #contents .product-contents .product-group:nth-child(3n) {
    margin: 0 10px 17px 0;
    width: calc(100% / 2 - 8px);
  }

  #contents .product-contents .product-group:nth-child(2n),
  #contents .product-contents .product-group:nth-child(4n),
  #contents .product-contents .product-group:nth-child(6n) {
    margin-right: 0;
    width: calc(100% / 2 - 8px);
  }

  /* bg */
  .anchor-link-box {
    margin-bottom: 80px;
  }

  #contents .box-mb {
    margin-bottom: 40px;
  }

  #contents .bg-gray {
    padding: 40px 0;
  }

  /*  */
  #contents .end-contact .contact-area .link-btn.contact {
    padding: 30px 15px 30px 90px;
  }

  #contents .end-contact .contact-area .link-btn.contact:before {
    left: 40px;
  }

  #contents .end-contact .contact-area .link-btn.contact::after {
    right: 25px;
  }
}

@media screen and (max-width: 559px) {
  br.br-559 {
    display: block;
  }

  #g-navi {
    max-height: calc(100svh - 65px);
  }

  .error404 #contents h2 {
    font-size: 17px;
  }

  .header .img-logo {
    width: 42%;
  }

  .link-btn {
    max-width: 100%;
    width: 100%;
  }

  #contents .product-group .product-link .photo img {
    height: 100px;
  }

  #contents .product-group .product-link .ttl {
    font-size: 14px;
  }

  #contents .searchform {
    margin-bottom: 40px;
  }

  #contents .searchform .search-btn-submit {
    font-size: 14px;
    letter-spacing: .07em;
    padding: 5px;
    width: 85px;
  }

  #contents .searchform .search-input-area {
    padding: .5em;
    width: calc(100% - 85px);
  }

  #contents .sp-txt {
    display: block;
  }

  #contents {
    padding-bottom: 360px;
  }

  .error404 #contents img {
    max-width: 100%;
    width: 80px;
  }

  .error404 #contents .link-box .right .link-btn {
    font-size: 15px;
  }

  .error404 #contents .link-box .link-btn::after {
    right: 0;
  }

  .error404 #contents .link-box .right .link-btn::after {
    left: 0;
  }

  input[type="submit"] {
    max-width: 100%;
  }

  .page-numbers,
  .page-numbers.current {
    padding: 5px 15px;
  }

  .page-numbers.next,
  .page-numbers.prev {
    padding: 5px 10px;
  }

  .page-num-list {
    margin-top: 20px;
  }

  .link-btn::before {
    height: 21px;
    width: 21px;
  }

  .txt-4box {
    margin-right: 10px;
    width: calc(100% / 2 - 5px);
  }

  .table-01 th,
  .table-01 td {
    padding: 10px;
  }

  #page-ttl {
    margin-top: 70px;
    padding: 43px 0 38px;
  }

  #contents .inner {
    width: 93%;
  }

  #contents h2 {
    font-size: 16px;
    line-height: 35px;
  }

  #contents h2 .en-ttl {
    font-size: 40px;
    padding-top: 0;
  }

  #contents h3 {
    font-size: 19px;
    margin-bottom: 25px;
    padding: 8px 0 10px 20px;
  }

  #contents h3::before {
    /* left: 11px; */
  }

  #contents h4 {
    font-size: 18px;
  }

  #breadcrumb {
    width: 93%;
  }

  .copyright {
    font-size: 13px;
  }

  footer .address {
    font-size: 14px;
  }

  .view-button .pc-button {
    border: solid 1px rgba(255, 255, 255, .3);
    color: #FFF;
    display: block;
    font-size: 14px;
    letter-spacing: .05em;
    margin: 0 auto 30px;
    max-width: 278px;
    padding: 5px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .5s;
    width: 100%;
  }

  .footer-sitemap .list-border {
    margin-bottom: 0;
  }

  .view-button {
    display: block;
    margin: 15px 0;
  }

  #contents .news-group .ttl {
    line-height: 1.7em;
  }

  .header .nav-area .flex {
    padding: 0;
  }

  footer .logo-area {
    max-width: 150px;
  }

  /*  */

  #contents .end-contact .contact-area .link-btn.contact {
    font-size: 18px;
    padding: 30px 15px 30px 70px;
  }

  #contents .end-contact .contact-area .link-btn.contact:before {
    background-size: 25px;
    width: 25px;
    height: 20px;
    left: 30px;
  }

  #contents .end-contact .contact-area {
    padding: 35px 15px;
  }

  #contents .end-contact .contact-area .link-btn.contact::after {
    right: 15px;
  }

  #contents .end-contact .contact-area h2 {
    margin-bottom: 15px !important;
  }

  #contents .end-contact{
    position: relative;
    bottom: -2px;
  }
}

@media screen and (max-width: 430px) {
  br.br-430 {
    display: block;
  }
}

@media screen and (max-width: 414px) {
  br.br-414 {
    display: block;
  }
}

@media screen and (max-width: 393px) {
  #contents .end-contact .contact-area .entry-txt {
    text-align: left;
  }

  #contents .end-contact .contact-area .entry-txt br {
    display: none;
  }
}

/* 管理画面ログイン後 上部メニューの固定化 */
#wpadminbar {
  position: fixed;
}