@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;600;700&family=Barlow+Condensed:wght@400;700&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ==========================================================================
viewport指定
============================================================================*/
/*------------------------------
BASE
-------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

html, body {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: #fff;
  vertical-align: baseline;
}

html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  font-size: 62.5%;
}
html.is-text-large {
  font-size: 70.3%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%;
  }
}

body {
  position: relative;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", arial, sans-serif;
  font-weight: 400;
  line-height: 1.8;
  font-size: 1.5rem;
  color: #4C4948;
  letter-spacing: 0.13em;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.3rem;
  }
}

/* */
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-size: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  font-weight: 600;
}

*:focus {
  outline: 0;
}

a {
  color: #4C4948;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:hover {
  opacity: 0.5;
}

img {
  max-width: 100%;
}

/* clearfix -------------*/
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/* display -------------*/
/* pc/sp */
.for-pc {
  display: inherit;
}

.for-sp {
  display: none;
}

img.for-pc {
  display: inline;
}

img.for-sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .for-pc {
    display: none;
  }
  .for-sp {
    display: inherit;
  }
  img.for-pc {
    display: none;
  }
  img.for-sp {
    display: inline;
  }
}
/* margin -------------*/
.mt-0 {
  margin-top: 0px;
}

.mb-0 {
  margin-bottom: 0px;
}

.mt-5 {
  margin-top: 5px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-1em {
  margin-top: 1em;
}

.mb-1em {
  margin-bottom: 1em;
}

.mt-2em {
  margin-top: 2em;
}

.mb-2em {
  margin-bottom: 2em;
}

.mt-3em {
  margin-top: 3em;
}

.mb-3em {
  margin-bottom: 3em;
}

.mt-4em {
  margin-top: 4em;
}

.mb-4em {
  margin-bottom: 4em;
}

.mt-5em {
  margin-top: 5em;
}

.mb-5em {
  margin-bottom: 5em;
}

.mt-6em {
  margin-top: 6em;
}

.mb-6em {
  margin-bottom: 6em;
}

.mt-7em {
  margin-top: 7em;
}

.mb-7em {
  margin-bottom: 7em;
}

/* padding -------------*/
.pt-0 {
  padding-top: 0px;
}

.pb-0 {
  padding-bottom: 0px;
}

.pt-5 {
  padding-top: 5px;
}

.pb-5 {
  padding-bottom: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-1em {
  padding-top: 1em;
}

.pb-1em {
  padding-bottom: 1em;
}

.pt-2em {
  padding-top: 2em;
}

.pb-2em {
  padding-bottom: 2em;
}

.pt-3em {
  padding-top: 3em;
}

.pb-3em {
  padding-bottom: 3em;
}

.pt-4em {
  padding-top: 4em;
}

.pb-4em {
  padding-bottom: 4em;
}

.pt-5em {
  padding-top: 5em;
}

.pb-5em {
  padding-bottom: 5em;
}

.pt-6em {
  padding-top: 6em;
}

.pb-6em {
  padding-bottom: 6em;
}

.pt-7em {
  padding-top: 7em;
}

.pb-7em {
  padding-bottom: 7em;
}

/* text -------------*/
/* ff */
.txt-en {
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
}

/* font color */
.txt-gray {
  color: #797E87;
}

.txt-red {
  color: #B1184B;
}

.txt-grn {
  color: #295641;
}

.txt-lim {
  color: #0cc755;
}

.txt-darkgry {
  color: #3C4350;
}

.txt-lightgry {
  color: #EAEAEA;
}

/* font size */
.txt-xsmall {
  font-size: 68.75%;
}

.txt-small {
  font-size: 75%;
}

.txt-large {
  font-size: 112.5%;
}

.txt-xlarge {
  font-size: 125%;
}

/* wrap */
.txt-wrap {
  word-break: break-all;
}

/* align */
.txt-left {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.txt-center {
  text-align: center;
}

/* font weight */
.txt-fwL {
  font-weight: 300;
}

.txt-fwR {
  font-weight: 400;
}

.txt-fwM {
  font-weight: 500;
}

.txt-fwB {
  font-weight: 700;
}

/* font style */
.txt-italic {
  font-style: italic;
}

/* line height */
.lh-thin {
  line-height: 1.4;
}

.lh-2 {
  line-height: 2;
}

/* letter space */
.ls-1 {
  letter-spacing: 1em;
}

.ls-_5 {
  letter-spacing: 0.5em;
}

/* indent */
.indent-1 {
  margin-left: 1em;
  text-indent: -1em;
}

.indent-2 {
  margin-left: 2em;
  text-indent: -2em;
}

.indent-23 {
  margin-left: 2.3em;
  text-indent: -2.3em;
}

.indent-25 {
  margin-left: 2.5em;
  text-indent: -2.5em;
}

/**/
/*.txt-lead {
  font-size: 1.8rem;
  margin-bottom: 2em;
  &:last-child {
    margin-bottom: 0;
  }
  @include g.sp {
    font-size: 1.6rem;
  }
}*/
.txt-asterisk {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 75%;
  font-weight: 300;
}

.txt-annotation {
  font-size: 1.3rem;
}

/* hr -------------*/
.hr {
  margin: 5em auto;
  border-bottom: 1px solid #3C4350;
}
@media screen and (max-width: 768px) {
  .hr {
    margin: 4em auto;
  }
}

/*------------------------------
header
-------------------------------*/
.l-header {
  position: fixed;
  top: 0;
  letter-spacing: 0.1em;
  z-index: 100;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background: #fff;
  opacity: 1;
}
.l-header .inner {
  width: 100%;
  margin: auto;
  font-size: 1.4rem;
  font-weight: 600;
  padding: 10px 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-header a {
  text-decoration: none;
}
.l-header .logo {
  max-width: 149px;
  width: 25%;
  height: auto;
}
.l-header .logo img {
  vertical-align: top;
}
.l-header .logo a:hover {
  opacity: 0.7;
}
.l-header .header_navi .navi-gnavi ul {
  text-align: right;
}
.l-header .header_navi .navi-gnavi ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
}
.l-header .header_navi .navi-gnavi ul li a {
  display: block;
  padding: 5px 9px;
  position: relative;
}
.l-header .header_navi .navi-gnavi ul li a:after {
  content: "";
  display: block;
  margin: 5px;
  width: 24px;
  height: 2px;
  background: #ED6C00;
  position: absolute;
  bottom: -8px;
  left: 50%;
  margin-left: -12px;
  visibility: hidden;
}
.l-header .header_navi .navi-gnavi ul .contact {
  margin-left: 25px;
}
.l-header .header_navi .navi-gnavi ul .contact a {
  background: #ED6C00;
  color: #fff;
  padding: 12px 36px;
  border-radius: 40px;
}
.l-header .hamburger-menu {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 50px;
  height: 50px;
  display: none;
  z-index: 100;
}
.l-header .hamburger-menu:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/cmn/hamburger_menu.svg") no-repeat center;
  background-size: 50px;
}
@media screen and (max-width: 1140px) {
  .l-header .hamburger-menu {
    display: block;
  }
}
.l-header .hamburger-menu-close {
  margin: 0 auto;
  cursor: pointer;
  position: fixed;
  position: absolute;
  top: -58px;
  right: 8px;
  width: 50px;
  height: 50px;
  display: none;
}
.l-header .hamburger-menu-close:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("../img/cmn/hamburger_close.svg");
  background-size: 50px;
}
@media screen and (max-width: 1140px) {
  .l-header .hamburger-menu-close {
    display: block;
  }
}
@media screen and (max-width: 1140px) {
  .l-header {
    top: 0;
    width: 100%;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
  }
  .l-header .inner {
    padding: 10px 5%;
    display: block;
  }
  .l-header .logo {
    width: 37%;
    max-width: 106px;
  }
  .l-header .header_navi {
    visibility: hidden;
    position: fixed;
    top: 66px;
    right: 0;
    width: 100%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 20px 20px -15px rgba(0, 0, 0, 0.1);
    padding: 40px 5% 40px;
    z-index: 101;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, -webkit-transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
    transition: opacity 0.5s ease-out, transform 0.5s ease-out, -webkit-transform 0.5s ease-out;
  }
  .l-header .header_navi .navi-gnavi ul {
    text-align: left;
  }
  .l-header .header_navi .navi-gnavi ul li {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .l-header .header_navi .navi-gnavi ul li a {
    display: block;
    padding: 5px 9px;
    color: #4C4948;
    font-size: 1.4rem;
    font-weight: 600;
  }
  .l-header .header_navi .navi-gnavi ul li a:after {
    display: none;
  }
  .l-header .header_navi .navi-gnavi ul li a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 2px;
    margin-right: 10px;
    background: #4C4948;
    vertical-align: middle;
  }
  .l-header .header_navi .navi-gnavi ul li a .txt-en {
    font-size: 5.6vw;
    font-weight: 600;
    color: #000;
    line-height: 1.3;
  }
  .l-header .header_navi .navi-gnavi ul .contact {
    margin-left: 0;
    margin-top: 20px;
  }
  .l-header .header_navi .navi-gnavi ul .contact a {
    background: #ED6C00;
    color: #fff;
    padding: 12px 36px;
    border-radius: 40px;
    text-align: center;
    max-width: 250px;
  }
  .l-header .header_navi .navi-gnavi ul .contact a:before {
    display: none;
  }
}

.is-open .header_navi {
  visibility: visible;
  opacity: 1;
}

.l-header.change-color {
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}

.l-header.change-color.is-open {
  opacity: 1;
}

.page-future .l-header .header_navi .navi-gnavi ul li:nth-of-type(1) a:after {
  visibility: visible;
}

.page-company .l-header .header_navi .navi-gnavi ul li:nth-of-type(2) a:after {
  visibility: visible;
}

.page-business .l-header .header_navi .navi-gnavi ul li:nth-of-type(3) a:after {
  visibility: visible;
}

.page-culture .l-header .header_navi .navi-gnavi ul li:nth-of-type(4) a:after {
  visibility: visible;
}

.page-member .l-header .header_navi .navi-gnavi ul li:nth-of-type(5) a:after {
  visibility: visible;
}

.page-news .l-header .header_navi .navi-gnavi ul li:nth-of-type(6) a:after {
  visibility: visible;
}

/*------------------------------
footer
-------------------------------*/
.l-footer .bnr-area {
  background-image: linear-gradient(120deg, rgb(253, 208, 167), rgb(253, 159, 43));
  padding: 70px 0;
}
.l-footer .bnr-area ul {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.l-footer .bnr-area ul li {
  width: 48.5%;
}
.l-footer .bnr-area ul li a {
  text-decoration: none;
  background: #fff url(../img/cmn/icon-link.png) no-repeat center right 20px;
  background-size: 28px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 3%;
}
.l-footer .bnr-area ul li a .img {
  width: 33%;
}
.l-footer .bnr-area ul li a .img img {
  vertical-align: top;
}
.l-footer .bnr-area ul li a .sec-title {
  width: 60%;
}
.l-footer .bnr-area ul li a .sec-title h2 {
  margin-bottom: 0;
}
.l-footer .bnr-area ul li a .sec-title h2 .txt-en {
  margin-bottom: 1em;
}
.l-footer .bnr-area ul li a .sec-title h2 .jp {
  font-size: 2.4rem;
}
.l-footer .footer_navi .footer_navi_inner {
  width: 90%;
  max-width: 1200px;
  margin: auto;
  padding: 40px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  letter-spacing: 0.05em;
}
.l-footer .footer_navi .footer_navi_inner .logo {
  width: 20%;
  padding: 40px 0 0;
}
.l-footer .footer_navi .footer_navi_inner .logo a {
  width: 150px;
  display: block;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 {
  width: 74%;
  text-align: left;
  padding: 40px 0 0;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 dl {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  text-align: left;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 dl dd {
  font-size: 1.2rem;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 dl dd a {
  color: #4C4948;
}
.l-footer .footer_navi .footer_navi_inner .navi-01 dl a {
  text-decoration: none;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 {
  width: 74%;
  margin-left: auto;
  text-align: left;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl {
  display: inline-block;
  vertical-align: top;
  margin-left: 30px;
  text-align: left;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl dt {
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl dd {
  font-size: 1.2rem;
  margin-bottom: 0.7em;
  font-weight: 500;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl dd a {
  color: #4C4948;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl a {
  text-decoration: none;
}
.l-footer .footer_navi .footer_navi_inner .navi-02 dl a img {
  width: 28px;
  margin-right: 10px;
  vertical-align: middle;
}
.l-footer .footer_navi .navi-03 {
  width: 90%;
  max-width: 1200px;
  margin: 30px auto 0;
  padding: 0 0 20px 0;
}
.l-footer .footer_navi .navi-03 ul {
  margin-bottom: 1em;
}
.l-footer .footer_navi .navi-03 ul li {
  display: inline-block;
}
.l-footer .footer_navi .navi-03 ul li a {
  text-decoration: none;
  color: #4C4948;
  margin-right: 1.3em;
  font-weight: 600;
  font-size: 1.2rem;
}
.l-footer .footer_navi .navi-03 .copyright {
  color: #4C4948;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .l-footer .bnr-area ul li a .sec-title h2 .jp {
    font-size: 2.1vw;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl {
    width: 36%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-footer {
    padding: 0 0 0 0;
  }
  .l-footer .bnr-area {
    padding: 30px 0 20px;
  }
  .l-footer .bnr-area ul {
    display: block;
  }
  .l-footer .bnr-area ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .l-footer .bnr-area ul li a {
    background-size: 20px auto;
  }
  .l-footer .bnr-area ul li a .sec-title {
    width: 62%;
  }
  .l-footer .bnr-area ul li a .sec-title h2 .txt-en {
    margin-bottom: 0.5em;
  }
  .l-footer .bnr-area ul li a .sec-title h2 .jp {
    font-size: 1.6rem;
  }
  .l-footer .footer_navi .footer_navi_inner {
    padding: 30px 0 0;
    display: block;
  }
  .l-footer .footer_navi .footer_navi_inner .logo {
    width: 100%;
    margin-bottom: 30px;
  }
  .l-footer .footer_navi .footer_navi_inner .logo a {
    width: 100px;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 {
    width: 100%;
    text-align: left;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl {
    display: block;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl dt {
    font-size: 1.3rem;
    margin-bottom: 0.3em;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl dd {
    font-size: 1.2rem;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl dd a {
    text-indent: -1em;
    margin-left: 1em;
    display: block;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-01 dl dd a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 2px;
    background: #ED6C00;
    vertical-align: middle;
    margin-right: 6px;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-02 {
    width: 100%;
    text-align: left;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-02 dl {
    display: block;
    margin-left: 0;
  }
  .l-footer .footer_navi .footer_navi_inner .navi-02 dl dt {
    font-size: 1.3rem;
  }
  .l-footer .footer_navi .navi-03 {
    width: 90%;
    margin-top: 30px;
  }
  .l-footer .footer_navi .navi-03 ul {
    margin-bottom: 1em;
  }
  .l-footer .footer_navi .navi-03 ul li {
    display: block;
  }
}

.page-kasou .l-footer {
  padding: 0 0 0 0;
}

.contents_blc .sec-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 60px;
}

.l-main {
  margin: 90px 0 0;
}

.page-kasou .contents_blc {
  max-width: 1200px;
}
.page-kasou .l-main {
  background: #fff;
  border-radius: 40px 40px 0px 0px;
  position: relative;
  margin: 430px 0 0 0;
  padding-bottom: 140px;
}

@media screen and (max-width: 768px) {
  .contents_blc {
    width: 100%;
    margin: 0 auto 40px;
  }
  .contents_blc .sec-inner {
    width: 90%;
    margin: 0 auto;
  }
  .l-main {
    margin: 66px 0 0;
  }
  .page-kasou .l-main {
    border-radius: 20px 20px 0px 0px;
    margin: 190px 0 0 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
/*------------------------------
下層ヘッダ
-------------------------------*/
.page-head {
  background: url(../img/cmn/img-head.jpg) no-repeat top center;
  background-size: cover;
  width: 100%;
  height: 320px;
}
.page-head .page-title {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 80px;
}
.page-head .page-title .sec-title {
  font-size: 5rem;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 0.15em;
}
.page-head .page-title .sec-title .category {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.13em;
}
.page-head .page-title .sec-title .category:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 16px;
  background: #fff;
  vertical-align: middle;
  margin: 0 10px 2px 2px;
}
.page-head .page-title .sec-title .txt-en {
  font-size: 3.2rem;
  opacity: 0.2;
  letter-spacing: 0.13em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-head .page-title .sec-title {
    font-size: 4.4vw;
  }
}
@media screen and (max-width: 768px) {
  .page-head {
    height: inherit;
  }
  .page-head .page-title {
    padding: 20px 0;
  }
  .page-head .page-title .sec-title {
    font-size: 2rem;
    line-height: 1.5;
  }
  .page-head .page-title .sec-title .category {
    font-size: 1.1rem;
  }
  .page-head .page-title .sec-title h1 {
    margin: 10px 0;
  }
  .page-head .page-title .sec-title .txt-en {
    font-size: 1.5rem;
  }
}

.page-future .page-head {
  background: url(../img/future/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-future-features .page-head {
  background: url(../img/future/features/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-future-sdgs .page-head {
  background: url(../img/future/sdgs/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-company .page-head {
  background: url(../img/company/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-company-message .page-head {
  background: url(../img/company/message/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-business .page-head {
  background: url(../img/business/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-business-outsourcing .page-head {
  background: url(../img/business/outsourcing/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-business-flower-arrangement .page-head {
  background: url(../img/business/flower-arrangement/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-business-stationery .page-head {
  background: url(../img/business/stationery/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-culture .page-head {
  background: url(../img/culture/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-member .page-head {
  background: url(../img/member/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-member-data .page-head {
  background: url(../img/member/data/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-member-interview .page-head {
  background: url(../img/member/interview/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-member-recruit .page-head {
  background: url(../img/member/recruit/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-news .page-head {
  background: url(../img/news/img-head.jpg) no-repeat top center;
  background-size: cover;
}

.page-news-detail .page-head {
  background: url(../img/news/img-head-detail.jpg) no-repeat top center;
  background-size: cover;
}

.page-contact .page-head {
  background: url(../img/contact/img-head.jpg) no-repeat top center;
  background-size: cover;
}

/*------------------------------
下層リード
-------------------------------*/
.blc-lead {
  margin-top: -33px;
  padding: 120px 0 80px;
}
.blc-lead .sec-inner .sec-title {
  text-align: center;
}
.blc-lead .sec-inner .sec-title p {
  max-width: 860px;
  text-align: left;
  margin: 0 auto;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .blc-lead {
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0 30px;
  }
  .blc-lead .sec-inner .sec-title p {
    font-size: 1.4rem;
  }
}

/*------------------------------
リスト
-------------------------------*/
ul.disc {
  list-style: disc;
  padding-left: 1.8em;
}

/*------------------------------
パンクズ
-------------------------------*/
.breadcrumb {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 0;
  padding-top: 15px;
  font-size: 1rem;
  font-weight: 500;
  color: #4C4948;
}
.breadcrumb li {
  display: inline-block;
  padding-right: 4px;
  position: relative;
  letter-spacing: 1.65px;
}
.breadcrumb li a {
  text-decoration: none;
  color: #4C4948;
}
.breadcrumb li:last-child {
  color: #4C4948;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

/*------------------------------
ページネーション
-------------------------------*/
.pagenation {
  margin: 100px 0 0;
  text-align: center;
  font-family: "Barlow Condensed", sans-serif;
}
.pagenation .page-numbers {
  font-size: 1.6rem;
  padding: 0 10px;
  color: #8C8C8C;
  text-decoration: none;
  display: inline-block;
  vertical-align: middle;
}
.pagenation .current {
  color: #ED6C00;
}
.pagenation .prev {
  width: 40px;
  height: 40px;
  background: #ED6C00;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
}
.pagenation .prev:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 0 2px 3px;
}
.pagenation .next {
  width: 40px;
  height: 40px;
  background: #ED6C00;
  border: 0;
  margin: 0 10px;
  cursor: pointer;
  text-indent: -9999px;
  position: relative;
}
.pagenation .next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  left: 14px;
  top: 14px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 3px 2px 0;
}
@media screen and (max-width: 768px) {
  .pagenation {
    margin: 40px 0 0;
  }
  .pagenation .page-numbers {
    font-size: 1.3rem;
  }
  .pagenation .prev {
    width: 30px;
    height: 30px;
  }
  .pagenation .prev:before {
    width: 6px;
    height: 6px;
  }
  .pagenation .next {
    width: 30px;
    height: 30px;
  }
  .pagenation .next:before {
    width: 6px;
    height: 6px;
  }
}

/*------------------------------
見出し
-------------------------------*/
.sec-title .title {
  margin-bottom: 2em;
}
.sec-title .title .txt-en {
  font-size: 1.4rem;
  display: inline-block;
  font-weight: 600;
  background: url(../img/cmn/midashi-icon.png) no-repeat center left;
  background-size: 10px;
  padding-left: 18px;
  margin-bottom: 2em;
}
.sec-title .title .jp {
  font-size: 4rem;
  font-weight: 600;
  line-height: 155%;
  letter-spacing: 0.15em;
  display: block;
}
.sec-title p {
  font-size: 1.6rem;
  line-height: 210%;
  margin: 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-title .title .jp {
    font-size: 3.6vw;
  }
  .sec-title p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .sec-title .title {
    margin-bottom: 2em;
  }
  .sec-title .title .txt-en {
    font-size: 1rem;
    margin-bottom: 1em;
  }
  .sec-title .title .jp {
    font-size: 2rem;
  }
  .sec-title p {
    font-size: 1.4rem;
    line-height: 180%;
  }
}

/*------------------------------
テーブルレイアウト
-------------------------------*/
.table-layout {
  width: 100%;
  border-top: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  font-size: 1.4rem;
  border-spacing: 0;
  margin: 20px 0 15px;
}
.table-layout th {
  padding: 1.5em;
}
.table-layout th {
  background: #EDEDED;
  vertical-align: middle;
  font-weight: 400;
  text-align: left;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  width: 29%;
}
.table-layout th.col {
  text-align: center;
  color: #fff;
  background: #8C8C8C;
  font-size: 1.8rem;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  padding: 1em;
}
.table-layout td {
  background: #fff;
  padding: 1.5em;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  width: 71%;
}
.table-layout td li {
  margin: 0;
  line-height: 1.6;
  margin-left: 1.8em;
  list-style: disc;
}
.table-layout td p {
  font-size: 1.4rem;
}
.table-layout tr:nth-child(odd) td {
  background: #FFFFF7;
}
@media screen and (max-width: 768px) {
  .table-layout {
    font-size: 1.3rem;
  }
  .table-layout th {
    padding: 1em;
    width: 50%;
  }
  .table-layout th.col {
    font-size: 1.3rem;
    padding: 1em;
  }
  .table-layout td {
    padding: 1em;
    width: 50%;
  }
}

/*------------------------------
ページ内リンクボタン
-------------------------------*/
/*------------------------------
ボタン
-------------------------------*/
.btn-more {
  max-width: 300px;
  width: 100%;
  display: table;
}
.btn-more a {
  border-bottom: 2px solid #ED6C00;
  font-size: 1.6rem;
  font-weight: 600;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  width: 100%;
  height: 5em;
  max-width: 300px;
  margin-top: 30px;
  background: url(../img/cmn/icon-link.png) no-repeat center right 10px;
  background-size: 28px auto;
  letter-spacing: 0.06em;
}
.btn-more a:hover {
  color: #ED6C00;
  opacity: 1;
  background-position: center right;
}
@media screen and (max-width: 768px) {
  .btn-more {
    width: 80%;
  }
  .btn-more a {
    font-size: 1.2rem;
    margin-top: 20px;
    background-size: 20px auto;
  }
}

.btn-more-newwin {
  max-width: 300px;
  width: 100%;
  display: table;
}
.btn-more-newwin a {
  border-bottom: 2px solid #8C8C8C;
  font-size: 1.5rem;
  font-weight: 600;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
  padding: 0 10px;
  width: 100%;
  height: 5em;
  max-width: 300px;
  margin-top: 30px;
  background: url(../img/cmn/icon-openwindow.png) no-repeat center right 10px;
  background-size: 16px auto;
  letter-spacing: 0.06em;
}
.btn-more-newwin a:hover {
  color: #ED6C00;
  opacity: 1;
  background-position: center right;
}
@media screen and (max-width: 768px) {
  .btn-more-newwin {
    width: 80%;
  }
  .btn-more-newwin a {
    font-size: 1.2rem;
    margin-top: 20px;
    background-size: 20px auto;
  }
}

.btn-simple a {
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  padding: 2px 30px 2px 0;
  margin-top: 15px;
  color: #4C4948;
  background: url(../img/cmn/icon-link.png) no-repeat center right;
  background-size: 24px auto;
}
@media screen and (max-width: 768px) {
  .btn-simple a {
    font-size: 1.2rem;
    margin-top: 20px;
    background-size: 20px auto;
  }
}

/*-------------------------
 リンク 
---------------------------*/
.openwindow {
  background: url(../img/cmn/icon-openwindow.png) no-repeat center right;
  background-size: 16px auto;
  padding-right: 24px;
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid #666;
  padding-bottom: 2px;
}

/*-------------------------
 form 
---------------------------*/
input, select, textarea {
  background: #f1f6f3;
  border: none;
  font-size: 1.6rem;
  padding: 1.5em;
}
input::-webkit-input-placeholder, select::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #bcd1c8;
}
input::-moz-placeholder, select::-moz-placeholder, textarea::-moz-placeholder {
  color: #bcd1c8;
}
input:-ms-input-placeholder, select:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #bcd1c8;
}
input::-ms-input-placeholder, select::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #bcd1c8;
}
input::placeholder, select::placeholder, textarea::placeholder {
  color: #bcd1c8;
}

.checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 32px;
  height: 32px;
  border: 2px solid #8C8C8C;
  cursor: pointer;
  background: #fff;
  vertical-align: bottom;
}

.checkbox:checked::after {
  content: "";
  position: absolute;
  top: 4.5px;
  left: 3.5px;
  width: 22px;
  height: 13px;
  border-bottom: 3px solid #ED6C00;
  border-left: 3px solid #ED6C00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.radioButton {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #95AAA0;
  border-radius: 9999px;
  background: #fff;
  cursor: pointer;
  vertical-align: sub;
  margin-right: 5px;
}

.radioButton:checked {
  border: none;
  background-color: #249663;
}

.radioButton:checked::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 6px;
  height: 6px;
  margin: auto;
  border-radius: 9999px;
  background-color: #ffffff;
}

.dropdown {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-right: 3.5%;
}
@media screen and (max-width: 768px) {
  .dropdown {
    width: 100%;
    margin-bottom: 10px;
  }
}

.dropdown select {
  width: 100%;
  margin: 0;
  border-radius: 8px;
  background: #f1f6f3;
  border: none;
  font-size: 1.6rem;
  padding: 1.5em;
  outline: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
}

.dropdown::after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  right: 1em;
  margin-top: -12px;
  z-index: 2;
  background: url(../img/cmn/icon-link-btm-gr.svg) no-repeat center;
  /* These hacks make the select behind the arrow clickable in some browsers */
  pointer-events: none;
}

.form-btn {
  border-radius: 45px;
  background: #295641 url("../img/inquiry/arrow.svg") no-repeat right 15px center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  color: #FFF;
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 24px 40px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  border: none;
  cursor: pointer;
}

.form-btn-back {
  border-radius: 45px;
  background: #95AAA0 url("../img/inquiry/arrow-back.svg") no-repeat left 15px center;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.08);
  color: #FFF;
  font-size: 14px;
  text-align: right;
  font-weight: 400;
  letter-spacing: 0.7px;
  text-decoration: none;
  position: relative;
  display: inline-block;
  padding: 24px 40px;
  width: 100%;
  max-width: 280px;
  margin-top: 40px;
  border: none;
  cursor: pointer;
}

/*-------------------------
 スライダー 
---------------------------*/
.l-main .splide__arrows {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
}
.l-main .splide__arrows button {
  width: 40px;
  height: 40px;
  background: #ED6C00;
  border: 0;
  margin: 0 10px;
  display: inline-block;
  cursor: pointer;
}
.l-main .splide__arrows button svg {
  display: none;
}
.l-main .splide__arrows .splide__arrow--prev:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: 0 0 2px 3px;
}
.l-main .splide__arrows .splide__arrow--next:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: 0 3px 2px 0;
}
@media screen and (max-width: 768px) {
  .l-main .splide__arrows button {
    width: 30px;
    height: 30px;
  }
  .l-main .splide__arrows .splide__arrow--prev:before {
    width: 6px;
    height: 6px;
  }
  .l-main .splide__arrows .splide__arrow--next:before {
    width: 6px;
    height: 6px;
  }
}
.l-main .splide__pagination {
  margin-top: 30px;
}
.l-main .splide__pagination li {
  margin: 0 8px;
}
.l-main .splide__pagination li button {
  width: 16px;
  height: 16px;
  border-radius: 16px;
  border: none;
  background: #D9D9D9;
}
.l-main .splide__pagination li .is-active {
  background: #ED6C00;
}
@media screen and (max-width: 768px) {
  .l-main .splide__pagination {
    margin-top: 20px;
  }
  .l-main .splide__pagination li button {
    width: 8px;
    height: 8px;
    padding: 0;
    border-radius: 10px;
  }
}

/*-------------------------
 pagetop 
---------------------------*/
.pagetop {
  width: 70px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 10;
  font-size: 1.2rem;
  font-weight: 600;
  text-align: center;
  letter-spacing: 0.05em;
}
.pagetop a {
  display: block;
  width: 70px;
  color: #4C4948;
  background: url("../img/cmn/img-btn-pagetop.png") no-repeat top center;
  background-size: 40px;
  padding: 44px 0 0 0;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .pagetop {
    bottom: 15px;
    right: 15px;
  }
}

/*-------------------------
 アンカーリンク 
---------------------------*/
.anchor {
  padding-top: 110px;
  margin-top: -110px;
  width: 1px;
  display: inline-block;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.scroll-posi {
  padding-top: 110px;
  margin-top: -110px;
}

@media screen and (max-width: 768px) {
  .sp-anchor {
    padding-top: 80px !important;
    margin-top: -80px !important;
  }
}

a[href*="tel:"] {
  text-decoration: none;
}

@media screen and (min-width: 769px), print {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*--------------
SCROLL  フェードイン
--------------*/
.scrollIn.fade {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
  -webkit-transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, -webkit-transform 0.8s ease-out;
}

.scrollIn.fade.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/*------------------------------
top
-------------------------------*/
.page-top {
  overflow-x: hidden;
}
.page-top .top-mainimg {
  position: relative;
}
.page-top .top-mainimg:before {
  border-style: solid;
  border-width: 208px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  border-color: transparent #f6f6f6 transparent transparent;
}
.page-top .top-mainimg .kv-container {
  position: relative;
}
.page-top .top-mainimg .kv-container .main-copy {
  position: absolute;
  left: 5%;
  top: 16%;
  color: #4C4948;
}
.page-top .top-mainimg .kv-container .main-copy h1 {
  font-size: 5.4vw;
  line-height: 125%;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.page-top .top-mainimg .kv-container .main-copy h1 strong {
  font-weight: 600;
}
.page-top .top-mainimg .kv-container .main-copy p {
  font-size: 1.65vw;
  font-weight: 600;
  line-height: 175%;
  margin: 1.5em 0 1em;
}
.page-top .top-mainimg .kv-container .visual {
  width: 98%;
  margin: 0 auto;
  background: url(../img/top/main-bg.png) no-repeat center right 6%;
  background-size: 57%;
  padding: 1% 0 10%;
}
.page-top .top-mainimg .kv-container .visual .splide_mainimg {
  width: 60%;
  margin: 0 0 0 auto;
}
.page-top .top-mainimg .kv-container .visual .splide_mainimg img {
  width: 100%;
  height: auto;
}
.page-top .top-About {
  background-color: #f6f6f6;
}
.page-top .top-About .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 40px;
}
.page-top .top-About .sec-inner .txt {
  width: 650px;
}
.page-top .top-About .sec-inner .txt .sec-title p {
  font-size: 2rem;
  line-height: 300%;
  margin-bottom: 2em;
}
.page-top .top-About .sec-inner .txt .sec-title p strong {
  font-weight: 600;
}
.page-top .top-About .sec-inner .txt .btn-blc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.page-top .top-About .sec-inner .txt .btn-blc2 .btn-more {
  width: 47%;
}
.page-top .top-About .sec-inner .img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-top .top-About .sec-inner .img img {
  margin: 0 0 0 12%;
}
.page-top .top-Business {
  margin-bottom: 70px;
  margin-top: -250px;
  padding-top: 350px;
  background: #fff url(../img/top/business-bg.png) no-repeat top center;
  background-size: 100% auto;
}
.page-top .top-Business .sec-inner {
  position: relative;
}
.page-top .top-Business .txt h3 {
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  position: relative;
  font-weight: 600;
}
.page-top .top-Business .txt h3 .num {
  font-size: 80px;
  color: #ED6C00;
  position: absolute;
  left: -1px;
  top: -135px;
}
.page-top .top-Business .txt p {
  font-size: 1.6rem;
}
.page-top .top-Business .business-blc-01 {
  position: relative;
  background: url(../img/top/business-01-bg.jpg) no-repeat top left;
  background-size: 32.6%;
  padding: 1% 0 9%;
}
.page-top .top-Business .business-blc-01 .txt {
  position: absolute;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-top .top-Business .business-blc-01 .txt .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 10%;
}
.page-top .top-Business .business-blc-01 .txt .inner .inner-inner {
  max-width: 580px;
  width: 50%;
  background: #fff;
  padding: 5% 4% 4%;
}
.page-top .top-Business .business-blc-01 .txt .inner .inner-inner p {
  margin-bottom: 2em;
}
.page-top .top-Business .business-blc-01 .img {
  width: 57%;
  margin: 0 0 0 auto;
}
.page-top .top-Business .business-blc-02 {
  padding: 90px 0 70px;
  background: url(../img/top/business-02-bg.jpg) no-repeat top center;
  background-size: auto 100%;
  margin-top: 70px;
}
.page-top .top-Business .business-blc-02 .txt {
  max-width: 1100px;
  width: 90%;
  margin: 0 auto 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.page-top .top-Business .business-blc-02 .txt h3 {
  width: 12em;
}
.page-top .top-Business .business-blc-02 .txt p {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 210%;
  margin-top: 0.3em;
}
.page-top .top-Business .business-blc-02 .blcs {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-Business .business-blc-02 .blcs .blc {
  width: 49%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-top .top-Business .business-blc-02 .blcs .blc .inner {
  padding: 4% 7% 7%;
}
.page-top .top-Business .business-blc-02 .blcs .blc .inner h4 {
  font-size: 2.6rem;
  margin-bottom: 0.8em;
  font-weight: 600;
}
.page-top .top-Business .business-blc-02 .blcs .blc .inner p {
  margin: 0 0 2em;
  font-size: 1.6rem;
  line-height: 210%;
}
.page-top .top-Culture {
  position: relative;
  margin-bottom: 130px;
}
.page-top .top-Culture:before {
  content: "";
  background-color: #FFF2E1;
  background-image: url(../img/top/culture-bg01.png), url(../img/top/culture-bg02.png);
  background-repeat: no-repeat;
  background-position: top right, left bottom -10px;
  background-size: 50%;
  position: absolute;
  left: 0;
  top: 0;
  width: 93%;
  height: 100%;
}
.page-top .top-Culture:after {
  content: "";
  background-color: #FFF2E1;
  position: absolute;
  left: 0;
  top: 0;
  width: 93%;
  height: 100%;
  opacity: 0.7;
}
.page-top .top-Culture .sec-inner {
  padding: 18% 0;
  width: 100%;
  max-width: 100%;
  position: relative;
  z-index: 1;
}
.page-top .top-Culture .sec-inner:before {
  border-style: solid;
  border-width: 208px 100vw 0 0;
  top: 0;
  content: "";
  height: 0;
  position: absolute;
  border-color: transparent #fff transparent transparent;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page-top .top-Culture .sec-inner:after {
  border-style: solid;
  border-width: 208px 100vw 0 0;
  bottom: 0;
  content: "";
  height: 0;
  position: absolute;
  border-color: transparent #fff transparent transparent;
}
.page-top .top-Culture .sec-inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.page-top .top-Culture .sec-inner .txt .inner {
  max-width: 1200px;
  width: 90%;
  margin: -85px auto 0;
}
.page-top .top-Culture .sec-inner .txt .inner .inner-inner {
  max-width: 650px;
  width: 55%;
}
.page-top .top-Culture .sec-inner .txt .inner .inner-inner p {
  margin-bottom: 2em;
}
.page-top .top-Culture .sec-inner .img {
  width: 42%;
  margin: 0 0 0 auto;
}
.page-top .top-Member {
  margin-bottom: 120px;
}
.page-top .top-Member .member-01 {
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 70px;
}
.page-top .top-Member .member-01 .sec-inner {
  position: relative;
}
.page-top .top-Member .member-01 .sec-inner:before {
  content: "";
  background: url(../img/top/member-door.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  top: -90px;
  width: 22%;
  padding-top: 16%;
  display: block;
}
.page-top .top-Member .member-01:before {
  content: "";
  background: #E5FBFF url(../img/top/member-dot.png) repeat;
  position: absolute;
  right: 0;
  top: 0;
  width: 68%;
  height: 100%;
  display: block;
}
.page-top .top-Member .member-02 {
  position: relative;
  padding-bottom: 10px;
}
.page-top .top-Member .member-02 .sec-inner {
  max-width: 950px;
  padding: 70px 0 0;
  position: relative;
}
.page-top .top-Member .member-02 .sec-inner .sec-title {
  margin-bottom: 40px;
}
.page-top .top-Member .member-02 .sec-inner .sec-title .title {
  margin-bottom: 0.5em;
}
.page-top .top-Member .member-02 .sec-inner .sec-title .title .jp {
  font-size: 3.2rem;
}
.page-top .top-Member .member-02 .sec-inner .sec-title p {
  max-width: 648px;
}
.page-top .top-Member .member-02:before {
  content: "";
  background: #E5FBFF url(../img/top/member-dot.png) repeat;
  position: absolute;
  left: 0;
  top: 0;
  width: 68%;
  height: 100%;
  display: block;
}
.page-top .top-Member .member-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-top .top-Member .member-blc .blc {
  width: 32%;
  background: #fff url(../img/cmn/icon-link.png) no-repeat bottom 15px right 15px;
  background-size: 28px auto;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-top .top-Member .member-blc .blc a {
  text-decoration: none;
}
.page-top .top-Member .member-blc .blc .inner {
  padding: 6% 9% 8%;
}
.page-top .top-Member .member-blc .blc .inner h3 {
  font-size: 2.6rem;
  margin-bottom: 0.8em;
  font-weight: 600;
}
.page-top .top-Member .member-blc .blc .inner p {
  margin: 0;
  font-size: 1.6rem;
  line-height: 210%;
}
.page-top .top-Member .flow-blc {
  background: url(../img/top/member-flow-arrow.png) no-repeat bottom left;
  background-size: 22px auto;
  padding-left: 40px;
}
.page-top .top-Member .flow-blc .blc {
  background: #F9F9F9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}
.page-top .top-Member .flow-blc .blc .step {
  background: #4C4948;
  color: #fff;
  font-weight: 600;
  font-size: 1.9rem;
  width: 25%;
  padding: 14px 0 18px 16px;
}
.page-top .top-Member .flow-blc .blc .step .num {
  font-size: 4rem;
  vertical-align: sub;
  line-height: 1;
  margin-right: 15px;
}
.page-top .top-Member .flow-blc .blc .step_link {
  width: 75%;
  padding: 0 1em;
}
.page-top .top-Member .flow-blc .blc .step_link ul li {
  display: inline-block;
  border-right: 1px dashed #999;
}
.page-top .top-Member .flow-blc .blc .step_link ul li:last-child {
  border-right: none;
}
.page-top .top-Member .flow-blc .blc .step_link ul li a {
  font-weight: 600;
  padding: 0px 0.7em;
  font-size: 1.5rem;
}
.page-top .top-News .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #F9F9F9;
  padding: 60px 80px;
  margin-bottom: 120px;
}
.page-top .top-News .sec-inner .txt {
  width: 240px;
}
.page-top .top-News .sec-inner .top-News-list {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0;
}
.page-top .top-News .sec-inner .top-News-list li a {
  text-decoration: none;
  display: block;
  position: relative;
  padding: 1.7em 0 1.7em;
}
.page-top .top-News .sec-inner .top-News-list li a:after {
  content: "";
  width: 100%;
  height: 1px;
  opacity: 0.3;
  background: #ED6C00;
  display: block;
  position: absolute;
  bottom: 0;
}
.page-top .top-News .sec-inner .top-News-list li a:before {
  content: "";
  width: 33%;
  height: 2px;
  background: #ED6C00;
  display: block;
  position: absolute;
  bottom: 0;
}
.page-top .top-News .sec-inner .top-News-list li a dl dt {
  font-size: 1.2rem;
  color: #4C4948;
  margin-bottom: 1em;
}
.page-top .top-News .sec-inner .top-News-list li a dl dt .ico-category {
  font-size: 1.3rem;
  background: #fff;
  text-align: center;
  color: #8C8C8C;
  border: 1px solid #8C8C8C;
  width: 125px;
  display: inline-block;
  margin-left: 15px;
}
.page-top .top-News .sec-inner .top-News-list li a dl dd {
  font-size: 1.4rem;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-top .top-mainimg .kv-container .main-copy .btn-more {
    max-width: 250px;
  }
  .page-top .top-About .sec-inner .txt {
    width: 75%;
  }
  .page-top .top-About .sec-inner .txt .sec-title p {
    font-size: 1.8vw;
  }
  .page-top .top-Business .txt h3 {
    font-size: 3vw;
  }
  .page-top .top-Business .txt h3 .num {
    font-size: 7.2vw;
    top: -11vw;
  }
  .page-top .top-Business .business-blc-02 .blcs .blc .inner h4 {
    font-size: 2.3vw;
  }
  .page-top .top-Member .member-02 .sec-inner .sec-title .title .jp {
    font-size: 2.9vw;
  }
  .page-top .top-Member .member-blc .blc .inner h3 {
    font-size: 2.3vw;
  }
  .page-top .top-Member .flow-blc .blc .step {
    font-size: 1.7vw;
  }
  .page-top .top-Member .flow-blc .blc .step .num {
    font-size: 3.6vw;
  }
}
@media screen and (max-width: 768px) {
  .page-top .top-mainimg {
    width: 90%;
    margin: auto;
    padding-top: 20px;
  }
  .page-top .top-mainimg:before {
    border-style: solid;
    border-width: 20vw 100.5vw 0 0;
    bottom: 0;
    left: -6%;
    content: "";
    height: 0;
    position: absolute;
    border-color: transparent #f6f6f6 transparent transparent;
  }
  .page-top .top-mainimg .kv-container .main-copy {
    position: static;
    margin-top: 20px;
  }
  .page-top .top-mainimg .kv-container .main-copy h1 {
    font-size: 9vw;
    line-height: 150%;
  }
  .page-top .top-mainimg .kv-container .main-copy p {
    font-size: 3.5vw;
  }
  .page-top .top-mainimg .kv-container .visual {
    width: 100%;
    margin: 0 auto 0;
    background: url(../img/top/main-bg.png) no-repeat center right;
    background-size: 60%;
    padding: 0;
  }
  .page-top .top-mainimg .kv-container .visual .splide_mainimg {
    width: 100%;
    margin: 0;
  }
  .page-top .top-About {
    padding: 70px 0 0;
  }
  .page-top .top-About .sec-inner {
    display: block;
    padding: 0 0 40px;
  }
  .page-top .top-About .sec-inner .txt {
    width: 100%;
  }
  .page-top .top-About .sec-inner .txt .sec-title p {
    font-size: 1.4rem;
    line-height: 180%;
    margin-bottom: 2em;
  }
  .page-top .top-About .sec-inner .txt .btn-blc2 {
    display: block;
  }
  .page-top .top-About .sec-inner .txt .btn-blc2 .btn-more {
    width: 80%;
  }
  .page-top .top-About .sec-inner .img {
    text-align: right;
  }
  .page-top .top-About .sec-inner .img img {
    margin: 20px auto 0;
    width: 80%;
  }
  .page-top .top-Business {
    margin-bottom: 30px;
    margin-top: -140px;
    padding-top: 140px;
  }
  .page-top .top-Business .sec-inner {
    position: relative;
  }
  .page-top .top-Business .txt h3 {
    font-size: 1.7rem;
  }
  .page-top .top-Business .txt h3 .num {
    font-size: 50px;
    top: -80px;
  }
  .page-top .top-Business .txt p {
    font-size: 1.4rem;
  }
  .page-top .top-Business .business-blc-01 {
    position: relative;
    background: url(../img/top/business-02-bg.jpg) no-repeat top left;
    background-size: auto 100%;
    padding: 70px 0 50px;
  }
  .page-top .top-Business .business-blc-01 .txt {
    position: static;
    height: inherit;
    width: 100%;
    display: block;
  }
  .page-top .top-Business .business-blc-01 .txt .inner {
    width: 100%;
    margin: 0;
  }
  .page-top .top-Business .business-blc-01 .txt .inner .inner-inner {
    width: 90%;
    margin: 0 auto;
    padding: 33px 5% 20px;
  }
  .page-top .top-Business .business-blc-01 .txt .inner .inner-inner p {
    margin-bottom: 1em;
    line-height: 180%;
  }
  .page-top .top-Business .business-blc-01 .img {
    width: 90%;
    margin: 0 auto;
  }
  .page-top .top-Business .business-blc-02 {
    padding: 60px 0 0;
    margin-top: 0;
  }
  .page-top .top-Business .business-blc-02 .txt {
    margin: 0 auto 20px;
    display: block;
  }
  .page-top .top-Business .business-blc-02 .txt h3 {
    width: 100%;
  }
  .page-top .top-Business .business-blc-02 .txt p {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 180%;
    margin-top: 0.3em;
  }
  .page-top .top-Business .business-blc-02 .blcs {
    display: block;
  }
  .page-top .top-Business .business-blc-02 .blcs .blc {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-top .top-Business .business-blc-02 .blcs .blc .inner {
    padding: 10px 5% 20px;
  }
  .page-top .top-Business .business-blc-02 .blcs .blc .inner h4 {
    font-size: 1.6rem;
  }
  .page-top .top-Business .business-blc-02 .blcs .blc .inner p {
    margin: 0 0 1em;
    font-size: 1.4rem;
    line-height: 180%;
  }
  .page-top .top-Culture {
    margin-bottom: 50px;
  }
  .page-top .top-Culture:before {
    background-size: 100%;
    width: 100%;
  }
  .page-top .top-Culture:after {
    width: 100%;
  }
  .page-top .top-Culture .sec-inner:before {
    border-width: 20vw 100vw 0 0;
  }
  .page-top .top-Culture .sec-inner:after {
    border-width: 20vw 100vw 0 0;
  }
  .page-top .top-Culture .sec-inner .txt {
    display: block;
    height: inherit;
    position: static;
  }
  .page-top .top-Culture .sec-inner .txt .inner {
    margin: 0 auto 0;
  }
  .page-top .top-Culture .sec-inner .txt .inner .inner-inner {
    width: 100%;
  }
  .page-top .top-Culture .sec-inner .txt .inner .inner-inner p {
    margin-bottom: 1em;
  }
  .page-top .top-Culture .sec-inner .img {
    width: 90%;
    margin: 30px auto 0;
  }
  .page-top .top-Member {
    margin-bottom: 50px;
  }
  .page-top .top-Member .member-01 {
    margin-bottom: 30px;
  }
  .page-top .top-Member .member-01 .sec-inner:before {
    top: -20px;
    width: 32%;
    padding-top: 25%;
  }
  .page-top .top-Member .member-02 .sec-inner {
    padding: 30px 0 0;
  }
  .page-top .top-Member .member-02 .sec-inner .sec-title {
    margin-bottom: 20px;
  }
  .page-top .top-Member .member-02 .sec-inner .sec-title .title .jp {
    font-size: 1.8rem;
  }
  .page-top .top-Member .member-blc {
    display: block;
  }
  .page-top .top-Member .member-blc .blc {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-top .top-Member .member-blc .blc .inner {
    padding: 10px 5% 45px;
  }
  .page-top .top-Member .member-blc .blc .inner h3 {
    font-size: 1.6rem;
  }
  .page-top .top-Member .member-blc .blc .inner p {
    margin: 0;
    font-size: 1.4rem;
    line-height: 180%;
  }
  .page-top .top-Member .flow-blc {
    background: none;
    padding-left: 0;
  }
  .page-top .top-Member .flow-blc .blc {
    display: block;
  }
  .page-top .top-Member .flow-blc .blc .step {
    font-size: 1.6rem;
    width: 100%;
    padding: 10px 0 10px 16px;
  }
  .page-top .top-Member .flow-blc .blc .step .num {
    font-size: 2.8rem;
    display: inline-block;
  }
  .page-top .top-Member .flow-blc .blc .step_link {
    width: 100%;
    padding: 0 1em;
  }
  .page-top .top-Member .flow-blc .blc .step_link ul li {
    display: block;
    border-right: none;
    border-bottom: 1px dashed #999;
  }
  .page-top .top-Member .flow-blc .blc .step_link ul li:last-child {
    border-bottom: none;
  }
  .page-top .top-Member .flow-blc .blc .step_link ul li a {
    padding: 10px 1em;
    font-size: 1.4rem;
    text-decoration: none;
    display: block;
  }
  .page-top .top-News .sec-inner {
    display: block;
    padding: 30px 5%;
    margin-bottom: 60px;
  }
  .page-top .top-News .sec-inner .txt {
    width: 100%;
  }
  .page-top .top-News .sec-inner .top-News-list li a {
    padding: 1em 0;
  }
  .page-top .top-News .sec-inner .top-News-list li a dl dd {
    font-size: 1.3rem;
  }
}

/*------------------------------
下層共通レイアウト
-------------------------------*/
.indexpage-lr-blcs {
  padding-top: 25px;
}
.indexpage-lr-blcs .sec-inner {
  width: 100%;
  max-width: 100%;
  position: relative;
  margin-bottom: 120px;
}
.indexpage-lr-blcs .sec-inner .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.indexpage-lr-blcs .sec-inner .txt .inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 0;
}
.indexpage-lr-blcs .sec-inner .txt .inner .inner-inner {
  max-width: 650px;
  width: 55%;
}
.indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
  font-size: 2.4rem;
  margin-bottom: 1em;
}
.indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title strong {
  font-size: 3.2rem;
  font-weight: 600;
}
.indexpage-lr-blcs .sec-inner .txt .inner .inner-inner p {
  margin-bottom: 2em;
}
.indexpage-lr-blcs .sec-inner .img {
  width: 42%;
  margin: 0 0 0 auto;
}
.indexpage-lr-blcs .sec-inner:nth-child(even) .txt {
  left: inherit;
  right: 0;
}
.indexpage-lr-blcs .sec-inner:nth-child(even) .txt .inner .inner-inner {
  margin-left: auto;
}
.indexpage-lr-blcs .sec-inner:nth-child(even) .img {
  margin: 0 auto 0 0;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
    font-size: 2.2vw;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title strong {
    font-size: 2.9vw;
  }
  .indexpage-lr-blcs .sec-inner .img {
    min-height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .indexpage-lr-blcs {
    padding-bottom: 10px;
    border-top: 1px solid #D9D9D9;
    width: 90%;
    margin: auto;
  }
  .indexpage-lr-blcs .sec-inner {
    margin-bottom: 30px;
  }
  .indexpage-lr-blcs .sec-inner .txt {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner {
    width: 100%;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner {
    max-width: 100%;
    width: 100%;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title strong {
    font-size: 2rem;
  }
  .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner p {
    margin-bottom: 1em;
  }
  .indexpage-lr-blcs .sec-inner .img {
    width: 100%;
    margin: 20px auto 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
  }
  .indexpage-lr-blcs .sec-inner:nth-child(even) .txt .inner .inner-inner {
    margin-left: auto;
  }
  .indexpage-lr-blcs .sec-inner:nth-child(even) .img {
    margin: 20px auto 0;
  }
}

.indexpage-bnrs .sec-inner {
  margin-bottom: 100px;
}
.indexpage-bnrs .indexpage-bnr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.indexpage-bnrs .indexpage-bnr li {
  width: 48.7%;
}
@media screen and (max-width: 768px) {
  .indexpage-bnrs .sec-inner {
    margin-bottom: 40px;
  }
  .indexpage-bnrs .indexpage-bnr {
    display: block;
  }
  .indexpage-bnrs .indexpage-bnr li {
    width: 100%;
    margin-bottom: 20px;
  }
}

.indexpage-bnrs.w1000 .sec-inner {
  max-width: 1000px;
}
.indexpage-bnrs.w1000 .indexpage-bnr li {
  max-width: 480px;
}

.bnr-blc {
  max-width: 584px;
  width: 90%;
  margin: 0 auto 120px;
}
@media screen and (max-width: 768px) {
  .bnr-blc {
    margin: 0 auto 40px;
  }
}

.contents-lnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents-lnav .lnav {
  position: sticky;
  top: 120px;
  left: 0;
  width: 21%;
  max-width: 285px;
  z-index: 2;
  background: #EFF9FB;
  -webkit-box-shadow: 0 0 10px 0 rgba(128, 107, 96, 0.1);
  box-shadow: 0 0 10px 0 rgba(128, 107, 96, 0.1);
  padding: 4px 24px;
  margin-top: 120px;
}
.contents-lnav .lnav dl dt {
  display: none;
}
.contents-lnav .lnav dl dd ul li {
  border-bottom: 1px dashed #999;
}
.contents-lnav .lnav dl dd ul li:last-child {
  border-bottom: none;
}
.contents-lnav .lnav dl dd ul li a {
  font-weight: 600;
  text-decoration: none;
  padding: 1em 0;
  display: block;
}
.contents-lnav .lnav dl dd ul li a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 2px;
  background: #ED6C00;
  vertical-align: middle;
  margin-right: 12px;
}
.contents-lnav .lnav dl dd ul li a.active {
  color: #ED6C00;
}
.contents-lnav .business-detail-inner {
  width: 75%;
}
.contents-lnav .business-detail-inner .sec-title {
  margin-bottom: 60px;
  width: 90%;
  position: relative;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .contents-lnav {
    display: block;
  }
  .contents-lnav .lnav {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .contents-lnav .lnav dl dt {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
    color: #ED6C00;
  }
  .contents-lnav .lnav dl dt:after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 10px;
  }
  .contents-lnav .lnav dl dd {
    height: 0px;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .contents-lnav .lnav dl dd ul li a.active {
    color: #4C4948;
  }
  .contents-lnav .lnav dl.show dt:after {
    content: "ー";
  }
  .contents-lnav .business-detail-inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .contents-lnav {
    display: block;
  }
  .contents-lnav .lnav {
    position: static;
    width: 100%;
    max-width: 100%;
    margin-top: 0;
  }
  .contents-lnav .lnav dl dt {
    display: block;
    padding: 10px 0;
    font-weight: 600;
    position: relative;
    color: #ED6C00;
  }
  .contents-lnav .lnav dl dt:after {
    content: "＋";
    position: absolute;
    right: 0;
    top: 10px;
  }
  .contents-lnav .lnav dl dd {
    height: 0px;
    overflow: hidden;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
  }
  .contents-lnav .lnav dl dd ul li a.active {
    color: #4C4948;
  }
  .contents-lnav .lnav dl.show dt:after {
    content: "ー";
  }
  .contents-lnav .business-detail-inner {
    width: 90%;
    margin: 0 auto;
  }
  .contents-lnav .business-detail-inner .sec-title {
    margin-bottom: 30px;
    width: 100%;
  }
}

.sec-related {
  width: 90%;
  max-width: 1000px;
  padding: 45px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin: 0 auto 60px;
}
.sec-related .title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.6em;
}
.sec-related .btn-blc3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.sec-related .btn-blc3 .btn-more {
  width: 32%;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .sec-related .title {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .sec-related .btn-blc3 {
    display: block;
  }
  .sec-related .btn-blc3 .btn-more {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec-related {
    padding: 25px 0 30px;
    margin-bottom: 60px;
  }
  .sec-related .title {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .sec-related .btn-blc3 {
    display: block;
  }
  .sec-related .btn-blc3 .btn-more {
    width: 80%;
    margin: auto;
  }
}

.blc-category-links {
  background: #EDEDED;
  padding: 64px 0 10px;
  text-align: center;
}
.blc-category-links .category-name {
  font-size: 2.4rem;
  margin-bottom: 40px;
}
.blc-category-links .category-name a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
  margin-bottom: 3px;
}
.blc-category-links .category-list {
  max-width: 1000px;
  margin: auto;
}
.blc-category-links .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.blc-category-links .category-list ul li {
  width: 28%;
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.blc-category-links .category-list ul li a {
  display: block;
  text-decoration: none;
  height: 100%;
}
.blc-category-links .category-list ul li a .img img {
  vertical-align: top;
  width: 100%;
}
.blc-category-links .category-list ul li a p {
  display: table;
  width: 100%;
  height: 5.6em;
  margin: 0;
}
.blc-category-links .category-list ul li a p .inner {
  display: table-cell;
  text-align: left;
  font-weight: 600;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 1em;
  vertical-align: middle;
  background: url(../img/cmn/icon-link.png) no-repeat center right 15px;
  background-size: 28px auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .blc-category-links .category-list ul li {
    width: 32%;
  }
  .blc-category-links .category-list ul li a p span {
    font-size: 75%;
  }
}
@media screen and (max-width: 768px) {
  .blc-category-links {
    padding: 30px 0 10px;
  }
  .blc-category-links .category-name {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .blc-category-links .category-list ul {
    display: block;
  }
  .blc-category-links .category-list ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .blc-category-links .category-list ul li a {
    display: block;
    text-decoration: none;
  }
  .blc-category-links .category-list ul li a .img img {
    vertical-align: top;
  }
  .blc-category-links .category-list ul li a p .inner {
    text-align: left;
    font-weight: 600;
    margin: 0;
    padding: 1em;
    background: url(../img/cmn/icon-link.png) no-repeat center right 15px;
    background-size: 20px auto;
  }
}

/*------------------------------
目指すもの
-------------------------------*/
.page-future .blc-lead {
  padding-bottom: 30px;
}
.page-future .blc-lead .sec-title {
  background: url(../img/future/lead-bg.jpg) no-repeat center;
  background-size: contain;
}
.page-future .future-our_mind {
  background: #F9F9F9 url(../img/top/member-dot.png) repeat center;
  padding: 120px 0 1px;
}
.page-future .future-our_mind .sec-inner {
  margin-bottom: 120px;
}
.page-future .future-our_mind .our_mind_blc {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 30px;
}
.page-future .future-our_mind .our_mind_blc .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page-future .future-our_mind .our_mind_blc .head .left {
  width: 27%;
  border-right: 2px dotted #ffc08b;
  text-align: center;
  font-size: 3.2rem;
  padding: 45px 0;
}
.page-future .future-our_mind .our_mind_blc .head .left img {
  width: 104px;
  margin-top: 20px;
  vertical-align: top;
}
.page-future .future-our_mind .our_mind_blc .head .right {
  width: 73%;
  font-size: 2.6rem;
  font-weight: 600;
  padding: 20px 4%;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more {
  position: absolute;
  right: 30px;
  bottom: 30px;
  max-width: 240px;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more a {
  background: none;
  height: 3.5em;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more a .default {
  display: inline;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more a .close {
  display: none;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more a:after {
  content: "＋";
  position: absolute;
  right: 0;
  top: 10px;
  color: #ED6C00;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more.is-active a .default {
  display: none;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more.is-active a .close {
  display: inline;
}
.page-future .future-our_mind .our_mind_blc .head .btn-more.is-active a:after {
  content: "ー";
}
.page-future .future-our_mind .our_mind_blc .detail {
  padding: 4% 5% 1%;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
  padding-top: 0;
  padding-bottom: 0;
}
.page-future .future-our_mind .our_mind_blc .detail .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}
.page-future .future-our_mind .our_mind_blc .detail .inner .txt {
  width: 59%;
}
.page-future .future-our_mind .our_mind_blc .detail .inner .txt h4 {
  font-size: 3.2rem;
}
.page-future .future-our_mind .our_mind_blc .detail .inner .txt p {
  font-size: 1.6rem;
  line-height: 2;
}
.page-future .future-our_mind .our_mind_blc .detail .inner .img {
  width: 37%;
}
.page-future .future-our_mind .our_mind_blc .detail .inner-wide {
  margin-bottom: 40px;
}
.page-future .future-our_mind .our_mind_blc .detail.is-open {
  max-height: 1500px;
  padding: 4% 5% 1%;
  border-top: 2px dotted #ffc08b;
}
.page-future .feature-power5 {
  margin-top: 35px;
  text-align: center;
}
.page-future .feature-power5 ul {
  display: inline-block;
}
.page-future .feature-power5 ul li {
  display: inline-block;
  margin: 0 2px;
}
.page-future .feature-power5 ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 160px;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 142.857px;
  background: var(--orenge_maru, radial-gradient(49.83% 49.83% at 50% 50.17%, rgba(255, 255, 255, 0.1) 77.88%, var(--orange, rgba(237, 108, 0, 0.3)) 100%), rgba(255, 255, 255, 0));
}
.page-future .future-features-blc .sec-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 95px;
}
.page-future .future-features-blc .sec-inner .img {
  width: 50%;
}
.page-future .future-features-blc .sec-inner .txt {
  width: 55%;
  margin-left: -5%;
  background: #fff;
  padding: 3% 5% 4%;
  position: relative;
}
.page-future .future-features-blc .sec-inner .txt .sec-title .title {
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.page-future .future-features-blc .sec-inner .txt .sec-title .title .fukidashi {
  font-size: 2.2rem;
  background: #ED6C00;
  color: #fff;
  font-weight: 500;
  padding: 3px 12px 4px;
  margin-left: 15px;
  vertical-align: text-bottom;
  position: relative;
}
.page-future .future-features-blc .sec-inner .txt .sec-title .title .fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 10px solid #ED6C00;
  border-left: 0;
  position: absolute;
  left: -10px;
  top: 16px;
}
.page-future .future-features-blc .sec-inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-future .future-features-blc .sec-inner:nth-child(even) .txt {
  margin-left: 0;
  margin-right: -5%;
  padding: 3% 5% 4%;
}
.page-future .future-features-blc .sec-inner:nth-child(even) .img {
  margin: 0 0 0 auto;
}
.page-future .future-features-blc .features-01 {
  background: url(../img/future/features/01.png) no-repeat top right;
}
.page-future .future-features-blc .features-02 {
  background: url(../img/future/features/02.png) no-repeat top left;
}
.page-future .future-features-blc .features-03 {
  background: url(../img/future/features/03.png) no-repeat top right;
}
.page-future .future-features-blc .features-04 {
  background: url(../img/future/features/04.png) no-repeat top left;
}
.page-future .future-features-blc .features-05 {
  background: url(../img/future/features/05.png) no-repeat top right;
}
.page-future .linklist-sdgs .fukidashi {
  background: #4C4948;
  color: #fff;
  text-align: center;
  font-size: 2.2rem;
  font-weight: 600;
  display: table;
  margin: 0 auto 40px;
  line-height: 1.6;
  padding: 12px 30px;
  position: relative;
}
.page-future .linklist-sdgs .fukidashi:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 17px solid #4C4948;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -17px;
  margin-left: -7px;
}
.page-future .linklist-sdgs ul {
  text-align: center;
}
.page-future .linklist-sdgs ul li {
  display: inline-block;
  max-width: 144px;
  margin: 0 10px;
}
.page-future .linklist-sdgs ul li a {
  display: block;
}
.page-future .linklist-sdgs ul li a img {
  vertical-align: top;
}
.page-future .linklist-sdgs ul li a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-right: 3px solid #ED6C00;
  border-bottom: 3px solid #ED6C00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page-future .future-sdgs-blc {
  margin-bottom: 100px;
}
.page-future .future-sdgs-blc .sec-inner {
  max-width: 960px;
  margin: 0 auto 48px;
  background: #F9F9F9;
  padding: 80px;
}
.page-future .future-sdgs-blc .sec-inner .head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 2em;
}
.page-future .future-sdgs-blc .sec-inner .head .icon {
  width: 184px;
}
.page-future .future-sdgs-blc .sec-inner .head .icon img {
  width: 144px;
  vertical-align: top;
  margin-right: 8px;
}
.page-future .future-sdgs-blc .sec-inner .head .icon3 {
  width: 490px;
}
.page-future .future-sdgs-blc .sec-inner .head p {
  border-bottom: 1px solid #D9D9D9;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin: 0;
}
.page-future .future-sdgs-blc .sec-inner .txt h3 {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.page-future .future-sdgs-blc .sec-inner .txt dl {
  margin-bottom: 2em;
}
.page-future .future-sdgs-blc .sec-inner .txt dl dt {
  margin-bottom: 0.3em;
  font-weight: 600;
}
.page-future .future-sdgs-blc .sec-inner .txt dl dt:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ED6C00;
  border-radius: 20px;
  display: inline-block;
  margin-right: 7px;
}
.page-future .future-sdgs-blc .sec-inner .txt dl .target {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page-future .future-sdgs-blc .sec-inner .txt dl .target:before {
  margin-top: 8px;
}
.page-future .future-sdgs-blc .sec-inner .txt dl .target .tit {
  width: 4em;
}
.page-future .future-sdgs-blc .sec-inner .txt dl .target .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.page-future .future-sdgs-blc .sec-inner .txt dl dd {
  margin-bottom: 1em;
}
.page-future .future-sdgs-blc .sec-inner .txt .btn-blc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.page-future .future-sdgs-blc .sec-inner .txt .btn-blc2 .btn-more {
  width: 47%;
  margin-right: 3%;
}
.page-future .sdg-logo {
  margin: 0 auto 120px;
  max-width: 472px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-future .blc-lead .sec-title {
    background: none;
  }
  .page-future .future-our_mind .our_mind_blc .head .left {
    font-size: 2.9vw;
  }
  .page-future .future-our_mind .our_mind_blc .head .right {
    font-size: 2.4vw;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner .txt h4 {
    font-size: 2.8vw;
  }
  .page-future .feature-power5 ul li span {
    width: 15.4vw;
    height: 15.4vw;
    font-size: 1.8vw;
  }
  .page-future .future-features-blc .sec-inner .txt {
    padding: 3% 0 4% 5%;
    margin-top: 10%;
  }
  .page-future .future-features-blc .sec-inner .txt .sec-title .title {
    font-size: 2.9vw;
  }
  .page-future .future-features-blc .sec-inner .txt .sec-title .title .fukidashi {
    font-size: 1.8vw;
  }
  .page-future .future-features-blc .sec-inner:nth-child(even) .txt {
    padding: 3% 5% 4% 0;
  }
  .page-future .linklist-sdgs ul li {
    width: 13%;
  }
  .page-future .future-sdgs-blc .sec-inner {
    padding: 7%;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon {
    max-width: 170px;
    width: 50%;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon img {
    max-width: 144px;
    width: 69%;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon3 {
    max-width: 490px;
    width: 50%;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon3 img {
    max-width: 144px;
    width: 29%;
  }
}
@media screen and (max-width: 768px) {
  .page-future .blc-lead .sec-title {
    background: none;
  }
  .page-future .future-our_mind {
    padding: 40px 0 1px;
    margin-bottom: 0;
  }
  .page-future .future-our_mind .sec-inner {
    margin-bottom: 50px;
  }
  .page-future .future-our_mind .our_mind_blc {
    margin-bottom: 20px;
  }
  .page-future .future-our_mind .our_mind_blc .head {
    display: block;
    padding-bottom: 50px;
  }
  .page-future .future-our_mind .our_mind_blc .head .left {
    width: 100%;
    border-right: none;
    text-align: center;
    font-size: 1.8rem;
    padding: 5% 0 0;
  }
  .page-future .future-our_mind .our_mind_blc .head .left img {
    width: 80px;
    margin-top: 10px;
  }
  .page-future .future-our_mind .our_mind_blc .head .right {
    width: 100%;
    font-size: 1.5rem;
    padding: 0 4%;
    text-align: center;
  }
  .page-future .future-our_mind .our_mind_blc .head .btn-more {
    position: absolute;
    right: inherit;
    left: 50%;
    bottom: 15px;
    max-width: 180px;
    margin-left: -90px;
  }
  .page-future .future-our_mind .our_mind_blc .detail {
    padding: 7% 7% 2%;
    padding-top: 0;
    padding-bottom: 0;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner {
    display: block;
    margin-bottom: 10px;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner .txt {
    width: 100%;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner .txt h4 {
    font-size: 1.6rem;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner .txt p {
    font-size: 1.4rem;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner .img {
    width: 100%;
  }
  .page-future .future-our_mind .our_mind_blc .detail .inner-wide {
    margin-bottom: 10px;
  }
  .page-future .future-our_mind .our_mind_blc .detail.is-open {
    padding: 7% 7% 2%;
    border-top: 1px dotted #ffc08b;
  }
  .page-future .feature-power5 {
    margin-top: 20px;
    margin-bottom: 0;
  }
  .page-future .feature-power5 ul {
    display: block;
  }
  .page-future .feature-power5 ul li {
    margin: 0 0.5% 4px;
  }
  .page-future .feature-power5 ul li span {
    width: 26vw;
    height: 26vw;
    padding: 0;
    font-size: 2.4vw;
  }
  .page-future .feature-power5 .power5-02 li {
    margin: 0 9% 0;
  }
  .page-future .feature-power5 .power5-03 li {
    margin: -8% 5px 4px;
  }
  .page-future .future-features-blc .sec-inner {
    display: block;
    margin-bottom: 20px;
    padding-top: 40px;
  }
  .page-future .future-features-blc .sec-inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-future .future-features-blc .sec-inner .txt {
    width: 100%;
    margin-left: 0;
    padding: 3% 0 4%;
  }
  .page-future .future-features-blc .sec-inner .txt .sec-title .title {
    font-size: 1.8rem;
  }
  .page-future .future-features-blc .sec-inner .txt .sec-title .title .fukidashi {
    font-size: 1.4rem;
  }
  .page-future .future-features-blc .sec-inner .txt .sec-title .title .fukidashi:before {
    top: 9px;
  }
  .page-future .future-features-blc .sec-inner:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .page-future .future-features-blc .sec-inner:nth-child(even) .txt {
    margin-left: 0;
    margin-right: 0;
    padding: 3% 0 4%;
  }
  .page-future .future-features-blc .sec-inner:nth-child(even) .img {
    margin: 0 0 0 auto;
  }
  .page-future .future-features-blc .features-01 {
    background: url(../img/future/features/01.png) no-repeat top right;
    background-size: 34px;
  }
  .page-future .future-features-blc .features-02 {
    background: url(../img/future/features/02.png) no-repeat top right;
    background-size: 40px;
  }
  .page-future .future-features-blc .features-03 {
    background: url(../img/future/features/03.png) no-repeat top right;
    background-size: 40px;
  }
  .page-future .future-features-blc .features-04 {
    background: url(../img/future/features/04.png) no-repeat top right;
    background-size: 40px;
  }
  .page-future .future-features-blc .features-05 {
    background: url(../img/future/features/05.png) no-repeat top right;
    background-size: 40px;
  }
  .page-future .linklist-sdgs {
    margin-bottom: 0;
  }
  .page-future .linklist-sdgs .fukidashi {
    font-size: 1.5rem;
  }
  .page-future .linklist-sdgs ul {
    text-align: center;
  }
  .page-future .linklist-sdgs ul li {
    max-width: 24%;
    margin: 0 10px 10px;
  }
  .page-future .future-sdgs-blc {
    margin-bottom: 50px;
  }
  .page-future .future-sdgs-blc .sec-inner {
    margin: 0 auto 0;
    padding: 7%;
  }
  .page-future .future-sdgs-blc .sec-inner .head {
    display: block;
    margin-bottom: 1em;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon {
    width: 100%;
    margin-bottom: 15px;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon img {
    width: 29%;
  }
  .page-future .future-sdgs-blc .sec-inner .head .icon3 {
    width: 100%;
  }
  .page-future .future-sdgs-blc .sec-inner .head p {
    padding-bottom: 15px;
  }
  .page-future .future-sdgs-blc .sec-inner .txt h3 {
    font-size: 1.5rem;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl {
    margin-bottom: 1em;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl dt:before {
    width: 8px;
    height: 8px;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl .target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl .target:before {
    margin-top: 8px;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl .target .tit {
    width: 4em;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl .target .txt {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .page-future .future-sdgs-blc .sec-inner .txt dl dd {
    margin-bottom: 1em;
  }
  .page-future .future-sdgs-blc .sec-inner .txt .btn-blc2 {
    display: block;
  }
  .page-future .future-sdgs-blc .sec-inner .txt .btn-blc2 .btn-more {
    width: 100%;
  }
  .page-future .sdg-logo {
    margin: 0 auto 60px;
    max-width: 60%;
  }
}

.page-future-features .blc-lead .sec-title {
  background: none;
}

.page-future-sdgs .blc-lead .sec-title {
  background: none;
}

/*------------------------------
企業情報
-------------------------------*/
.page-company .blc-lead {
  padding-bottom: 50px;
}
.page-company .blc-lead .sec-title .lead {
  font-size: 2.6rem;
  font-weight: 600;
  margin-bottom: 35px;
}
.page-company .blc-lead .sec-title p {
  margin-bottom: 1.5em;
}
.page-company .blc-lead .btn-more {
  margin: auto;
  margin-bottom: 60px;
}
.page-company .blc-lead .ph {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-company .blc-lead .sec-title .lead {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .page-company .blc-lead .sec-title p {
    margin-bottom: 1em;
  }
  .page-company .blc-lead .btn-more {
    margin-bottom: 40px;
  }
}
.page-company .company-detail .company-detail-wrap {
  position: relative;
  width: 90%;
}
.page-company .company-detail .company-profile {
  padding: 120px 0 90px;
  position: relative;
}
.page-company .company-detail .company-profile:before {
  content: "";
  display: block;
  background: #F9F9F9;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-company .company-detail .company-history {
  padding: 120px 0 90px;
}
.page-company .company-detail .company-history .company-detail-wrap {
  width: 90%;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table {
  background: #F9F9F9;
  padding: 4%;
  margin-bottom: 90px;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #f4d9c3;
  font-size: 1.4rem;
  margin-bottom: 1em;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table dl dt {
  width: 145px;
  font-weight: 600;
  padding: 0 0 1.2em 1.5em;
  border-bottom: 2px solid #ED6C00;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table dl dt .year {
  width: 5em;
  display: inline-block;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table dl dt .month {
  width: 3em;
  display: inline-block;
  text-align: right;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 1.2em 1.5em;
  letter-spacing: 0.05em;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table .sameyear {
  margin-bottom: 0;
  border-bottom: none;
}
.page-company .company-detail .company-history .company-detail-wrap .history-table .sameyear dt {
  border-bottom: none;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei h3 {
  font-size: 2.6rem;
  margin-bottom: 20px;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2% 4%;
  border-bottom: 1px dashed #D9D9D9;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list .logo {
  width: 114px;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 4%;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt p {
  font-size: 1.4rem;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt .lead {
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
.page-company .company-detail .company-history .company-detail-wrap .nintei .list:last-child {
  border-bottom: none;
}
.page-company .company-detail .company-office {
  padding: 120px 0 90px;
  position: relative;
}
.page-company .company-detail .company-office:before {
  content: "";
  display: block;
  background: #F9F9F9;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-company .company-detail .company-office .office-link {
  width: 90%;
  margin: 0 0 20px;
  position: relative;
  background: #EFF9FB;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-company .company-detail .company-office .office-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-company .company-detail .company-office .office-link ul li {
  width: 20%;
  border-right: 1px dashed #c5c5c5;
}
.page-company .company-detail .company-office .office-link ul li:last-child {
  border-right: none;
}
.page-company .company-detail .company-office .office-link ul li a {
  display: block;
  text-align: center;
  padding: 1.3em 0;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
}
.page-company .company-detail .company-office .office-link ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
  margin-bottom: 3px;
}
.page-company .company-detail .company-office .office-blc {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 5% 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}
.page-company .company-detail .company-office .office-blc .data {
  width: 39%;
  font-size: 1.4rem;
}
.page-company .company-detail .company-office .office-blc .data .name {
  font-size: 2.2rem;
  background: url(../img/company/place-icon.png) no-repeat left center;
  background-size: 28px;
  padding-left: 40px;
  margin-bottom: 1em;
}
.page-company .company-detail .company-office .office-blc .data .midashi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0.5em;
}
.page-company .company-detail .company-office .office-blc .data .midashi:after {
  content: "";
  height: 1px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 1em;
  border-bottom: 1px dashed #ED6C00;
}
.page-company .company-detail .company-office .office-blc .data p {
  margin: 0 0 1.5em 0;
  line-height: 1.6;
}
.page-company .company-detail .company-office .office-blc .map {
  width: 56%;
}
.page-company .company-detail .company-group {
  padding: 120px 0 120px;
}
.page-company .company-detail .company-group .btn-blc2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  max-width: 658px;
}
.page-company .company-detail .company-group .btn-blc2 .btn-more {
  width: 47%;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-company .company-detail .company-detail-wrap {
    width: 100%;
  }
  .page-company .company-detail .company-profile:before {
    width: 134%;
    right: -5.6%;
  }
  .page-company .company-detail .company-history .company-detail-wrap {
    width: 100%;
  }
  .page-company .company-detail .company-office:before {
    width: 134%;
    right: -5.6%;
  }
  .page-company .company-detail .company-office .office-link {
    width: 100%;
  }
  .page-company .company-detail .company-office .office-link ul li a {
    font-size: 1.6vw;
  }
  .page-company .company-detail .company-office .office-link ul li a:before {
    width: 10px;
    height: 10px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 768px) {
  .page-company .company-detail .company-detail-wrap {
    position: relative;
    width: 100%;
  }
  .page-company .company-detail .company-detail-wrap .table-layout tr {
    display: block;
  }
  .page-company .company-detail .company-detail-wrap .table-layout tr th {
    display: block;
    width: 100%;
  }
  .page-company .company-detail .company-detail-wrap .table-layout tr td {
    display: block;
    width: 100%;
  }
  .page-company .company-detail .company-profile {
    padding: 40px 0 10px;
  }
  .page-company .company-detail .company-profile:before {
    width: 134%;
    right: -5.6%;
  }
  .page-company .company-detail .company-history {
    padding: 40px 0 10px;
  }
  .page-company .company-detail .company-history .company-detail-wrap {
    width: 100%;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table {
    padding: 7%;
    margin-bottom: 40px;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table dl {
    display: block;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table dl dt {
    width: 145px;
    padding: 0 0 0.5em 0;
    border-bottom: 0;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table dl dt .year {
    display: block;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table dl dt .month {
    display: block;
    text-align: left;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table dl dd {
    padding: 0 0 1.2em 0;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table .sameyear {
    margin-bottom: 0;
    border-bottom: none;
  }
  .page-company .company-detail .company-history .company-detail-wrap .history-table .sameyear dt {
    border-bottom: none;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei h3 {
    font-size: 1.8rem;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list {
    display: block;
    padding: 4% 0 2%;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list .logo {
    width: 114px;
    margin: auto;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt {
    padding-left: 4%;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt p {
    font-size: 1.4rem;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list .txt .lead {
    font-size: 1.6rem;
  }
  .page-company .company-detail .company-history .company-detail-wrap .nintei .list:last-child {
    border-bottom: none;
  }
  .page-company .company-detail .company-office {
    padding: 40px 0 10px;
  }
  .page-company .company-detail .company-office:before {
    width: 134%;
    right: -5.6%;
  }
  .page-company .company-detail .company-office .office-link {
    width: 100%;
    margin: 0 0 0;
    position: relative;
    background: #EFF9FB;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  }
  .page-company .company-detail .company-office .office-link ul li {
    text-align: center;
  }
  .page-company .company-detail .company-office .office-link ul li a {
    display: inline-block;
    padding: 0.8em 0;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 1.3rem;
  }
  .page-company .company-detail .company-office .office-link ul li a:before {
    width: 8px;
    height: 8px;
    margin-right: 0;
    margin-bottom: 7px;
  }
  .page-company .company-detail .company-office .office-blc {
    padding: 7%;
    display: block;
    margin-bottom: 10px;
  }
  .page-company .company-detail .company-office .office-blc .data {
    width: 100%;
    font-size: 1.4rem;
  }
  .page-company .company-detail .company-office .office-blc .data .name {
    font-size: 1.8rem;
    background: url(../img/company/place-icon.png) no-repeat left center;
    background-size: 20px;
    padding-left: 30px;
    margin-bottom: 1em;
  }
  .page-company .company-detail .company-office .office-blc .data .midashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 0.5em;
  }
  .page-company .company-detail .company-office .office-blc .data .midashi:after {
    content: "";
    height: 1px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-left: 1em;
    border-bottom: 1px dashed #ED6C00;
  }
  .page-company .company-detail .company-office .office-blc .map {
    width: 100%;
  }
  .page-company .company-detail .company-group {
    padding: 40px 0 10px;
  }
  .page-company .company-detail .company-group .btn-blc2 {
    display: block;
  }
  .page-company .company-detail .company-group .btn-blc2 .btn-more-newwin {
    width: 100%;
    margin: auto;
  }
}
.page-company .blc-category-links .category-list ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-company .blc-category-links .category-list ul li {
  margin: 0 15px 35px;
}
.page-company .blc-category-links .category-list ul li a {
  text-align: left;
  display: table;
  width: 100%;
  height: 72px;
  padding: 0 1em;
  font-size: 1.4rem;
  font-weight: 600;
  background: url(../img/cmn/icon-link.png) no-repeat center right 16px;
  background-size: 28px auto;
}
.page-company .blc-category-links .category-list ul li a span {
  display: table-cell;
  vertical-align: middle;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-company .blc-category-links .category-list ul {
    display: inline;
  }
  .page-company .blc-category-links .category-list ul li {
    width: 42%;
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .page-company .blc-category-links .category-list ul li {
    margin: 0 auto 15px;
  }
  .page-company .blc-category-links .category-list ul li a {
    height: 60px;
    background: url(../img/cmn/icon-link.png) no-repeat center right 16px;
    background-size: 20px auto;
    line-height: 1.4;
  }
}
.page-company .blc-company-message {
  padding: 110px 0 0;
  margin-bottom: 60px;
}
.page-company .blc-company-message .sec-inner .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.page-company .blc-company-message .sec-inner .inner .txt {
  width: 53%;
}
.page-company .blc-company-message .sec-inner .inner .txt p {
  font-size: 2rem;
  line-height: 2.1em;
  margin: 0 0 2em;
}
.page-company .blc-company-message .sec-inner .inner .ph {
  width: 41%;
  max-width: 484px;
  padding-top: 0.5em;
}
.page-company .blc-company-message .sec-inner .inner .ph .com {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: -58%;
}
.page-company .blc-company-message .sec-inner .inner .ph .name {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 0.5em;
}
.page-company .blc-company-message .sec-inner .inner .ph .name strong {
  font-size: 3.2rem;
  font-weight: 600;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-company .blc-company-message .sec-inner .inner .ph .com {
    font-size: 1.4vw;
  }
  .page-company .blc-company-message .sec-inner .inner .ph .name {
    font-size: 2vw;
  }
  .page-company .blc-company-message .sec-inner .inner .ph .name strong {
    font-size: 2.8vw;
  }
}
@media screen and (max-width: 768px) {
  .page-company .blc-company-message {
    padding: 40px 0 30px;
    margin-bottom: 0;
  }
  .page-company .blc-company-message .sec-inner .inner {
    display: block;
  }
  .page-company .blc-company-message .sec-inner .inner .txt {
    width: 100%;
  }
  .page-company .blc-company-message .sec-inner .inner .txt p {
    font-size: 1.4rem;
    line-height: 1.8em;
    margin: 1em 0 1em;
  }
  .page-company .blc-company-message .sec-inner .inner .ph {
    width: 100%;
    max-width: 100%;
  }
  .page-company .blc-company-message .sec-inner .inner .ph .com {
    font-size: 1.3rem;
    margin-top: 0.5em;
  }
  .page-company .blc-company-message .sec-inner .inner .ph .name {
    font-size: 1.4rem;
  }
  .page-company .blc-company-message .sec-inner .inner .ph .name strong {
    font-size: 1.8rem;
  }
}
.page-company .blc-specialsubsidiary {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto 120px;
  padding: 6% 7%;
  background: #F9F9F9 url(../img/company/message/specialsubsidiary-bg.png) no-repeat top 190px right 11%;
  background-size: 25% auto;
}
.page-company .blc-specialsubsidiary .tit-01 {
  font-size: 3.2rem;
  margin-bottom: 1em;
}
.page-company .blc-specialsubsidiary .tit-02 {
  font-size: 2.6rem;
  width: 66%;
  margin-bottom: 0.5em;
}
.page-company .blc-specialsubsidiary p {
  margin: 0 0 1em 0;
  font-size: 1.6rem;
  width: 66%;
  line-height: 2em;
}
.page-company .blc-specialsubsidiary .detail {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 3% 7%;
  margin-top: 50px;
}
.page-company .blc-specialsubsidiary .detail .blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 0;
  border-bottom: 1px solid #D9D9D9;
}
.page-company .blc-specialsubsidiary .detail .blc:last-child {
  border-bottom: none;
}
.page-company .blc-specialsubsidiary .detail .blc .txt {
  width: 54%;
}
.page-company .blc-specialsubsidiary .detail .blc .txt h4 {
  font-size: 2.2rem;
  margin-bottom: 0.5em;
  margin-left: 1em;
  text-indent: -1em;
}
.page-company .blc-specialsubsidiary .detail .blc .txt h4:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ED6C00;
  border-radius: 20px;
  display: inline-block;
  margin-right: 7px;
}
.page-company .blc-specialsubsidiary .detail .blc .txt p {
  width: 100%;
}
.page-company .blc-specialsubsidiary .detail .blc .ph {
  width: 43%;
  max-width: 360px;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-company .blc-specialsubsidiary {
    background: #F9F9F9;
    background-size: 25% auto;
  }
  .page-company .blc-specialsubsidiary .tit-02 {
    width: 100%;
  }
  .page-company .blc-specialsubsidiary p {
    width: 100%;
  }
  .page-company .blc-specialsubsidiary .detail .blc .txt h4 {
    margin-left: 1.2em;
    text-indent: -1.2em;
  }
}
@media screen and (max-width: 768px) {
  .page-company .blc-specialsubsidiary {
    background: #F9F9F9;
    margin: 0 auto 60px;
  }
  .page-company .blc-specialsubsidiary .tit-01 {
    font-size: 1.8rem;
  }
  .page-company .blc-specialsubsidiary .tit-02 {
    font-size: 1.5rem;
    width: 100%;
  }
  .page-company .blc-specialsubsidiary p {
    margin: 0 0 1em 0;
    font-size: 1.4rem;
    width: 100%;
    line-height: 1.8em;
  }
  .page-company .blc-specialsubsidiary .detail {
    margin-top: 20px;
  }
  .page-company .blc-specialsubsidiary .detail .blc {
    display: block;
    padding: 15px 0;
  }
  .page-company .blc-specialsubsidiary .detail .blc .txt {
    width: 100%;
  }
  .page-company .blc-specialsubsidiary .detail .blc .txt h4 {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .page-company .blc-specialsubsidiary .detail .blc .txt h4:before {
    width: 12px;
    height: 12px;
    margin-right: 5px;
  }
  .page-company .blc-specialsubsidiary .detail .blc .txt p {
    width: 100%;
  }
  .page-company .blc-specialsubsidiary .detail .blc .ph {
    width: 100%;
    max-width: 100%;
  }
}

/*------------------------------
事業内容
-------------------------------*/
.page-business .blc-lead .sec-title {
  background-image: url(../img/business/lead-bg-r.png), url(../img/business/lead-bg-l.png);
  background-repeat: no-repeat;
  background-position: top right, center left;
  background-size: 18% auto;
}
.page-business .business-index .sec-inner {
  margin-bottom: 120px;
}
.page-business .business-index .txt h2 {
  font-size: 3.2rem;
  letter-spacing: 0.15em;
  position: relative;
}
.page-business .business-index .txt h2 .num {
  font-size: 80px;
  color: #ED6C00;
  position: absolute;
  left: -1px;
  top: -135px;
}
.page-business .business-index .txt p {
  font-size: 2.2rem;
  font-weight: 600;
}
.page-business .business-index .business-blc-01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 150px;
}
.page-business .business-index .business-blc-01 .txt {
  width: 35%;
  margin-top: 87px;
}
.page-business .business-index .business-blc-01 .img {
  width: 65%;
}
.page-business .business-index .business-blc-02 .txt {
  margin: 0 auto 30px;
}
.page-business .business-index .business-blc-02 .blcs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-business .business-index .business-blc-02 .blcs .blc {
  width: 46%;
}
.page-business .business-index .business-blc-02 .blcs .blc .inner {
  padding: 40px 60px 0 0;
  display: inline-block;
  background: #fff;
  margin-top: -59px;
}
.page-business .business-index .business-blc-02 .blcs .blc .inner h3 {
  font-size: 2.6rem;
  margin-bottom: 0.8em;
}
.page-business .business-index .business-blc-02 .blcs .blc .inner p {
  margin: 0;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 155%;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-business .business-index .txt h2 {
    font-size: 2.9vw;
  }
  .page-business .business-index .txt h2 .num {
    font-size: 7.2vw;
  }
  .page-business .business-index .txt p {
    font-size: 2vw;
  }
  .page-business .business-index .business-blc-01 .txt {
    width: 38%;
  }
  .page-business .business-index .business-blc-01 .img {
    width: 62%;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner {
    padding: 40px 7% 0 0;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner h3 {
    font-size: 2.4vw;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .page-business .business-index .sec-inner {
    margin-bottom: 60px;
  }
  .page-business .business-index .txt h2 {
    font-size: 1.8rem;
  }
  .page-business .business-index .txt h2 .num {
    font-size: 40px;
    top: -60px;
  }
  .page-business .business-index .txt p {
    font-size: 1.4rem;
  }
  .page-business .business-index .business-blc-01 {
    display: block;
    margin-bottom: 70px;
  }
  .page-business .business-index .business-blc-01 .txt {
    width: 100%;
    margin-top: 87px;
    margin-bottom: 20px;
  }
  .page-business .business-index .business-blc-01 .img {
    width: 100%;
  }
  .page-business .business-index .business-blc-02 .txt {
    margin: 0 auto 10px;
  }
  .page-business .business-index .business-blc-02 .blcs {
    display: block;
  }
  .page-business .business-index .business-blc-02 .blcs .blc {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner {
    padding: 20px 10px 0 0;
    margin-top: -60px;
    width: 90%;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner h3 {
    font-size: 1.6rem;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner p {
    font-size: 1.4rem;
    line-height: 150%;
  }
  .page-business .business-index .business-blc-02 .blcs .blc .inner .btn-more {
    width: 92%;
  }
}
.page-business .business-detail .business-detail-inner .title-border {
  font-size: 2.6rem;
  margin-bottom: 1em;
  position: relative;
}
.page-business .business-detail .business-detail-inner .title-border:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 25px;
  background: #ED6C00;
  vertical-align: middle;
  margin-right: 10px;
}
.page-business .business-detail .business-detail-inner .title-border-top {
  font-size: 2.6rem;
  margin-bottom: 1em;
}
.page-business .business-detail .business-detail-inner .title-border-top:before {
  content: "";
  display: block;
  height: 3px;
  width: 25px;
  background: #ED6C00;
  vertical-align: middle;
  margin-bottom: 15px;
}
.page-business .business-detail .business-detail-inner .work-list .inner {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
  padding: 32px;
  width: 66%;
  position: relative;
}
.page-business .business-detail .business-detail-inner .work-list .inner .img {
  width: 35%;
}
.page-business .business-detail .business-detail-inner .work-list .inner .img img {
  vertical-align: top;
}
.page-business .business-detail .business-detail-inner .work-list .inner .txt {
  width: 60%;
}
.page-business .business-detail .business-detail-inner .work-list .inner .txt .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page-business .business-detail .business-detail-inner .work-list .inner .txt ul li {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-business .business-detail .business-detail-inner .work-list .inner .txt ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #ED6C00;
  margin-right: 8px;
}
.page-business .business-detail .business-detail-inner .work-list .img-r {
  width: 27%;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -23%;
}
.page-business .business-detail .business-detail-inner .work-list-wide {
  position: relative;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 45px;
  padding: 60px 100px 10px;
  width: 90%;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc {
  margin-bottom: 2.5em;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .logo img {
  max-width: inherit;
  height: 74px;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .title {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.8em;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc p {
  font-size: 1.6rem;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs2 img {
  vertical-align: top;
  width: 48.5%;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs3 img {
  vertical-align: top;
  width: 32%;
}
.page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .cap {
  font-size: 1.4rem;
}
.page-business .business-detail .business-detail-inner .work-style {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  width: 90%;
  margin-bottom: 65px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .work-style .title {
  background: #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.page-business .business-detail .business-detail-inner .work-style .title .num {
  font-size: 80px;
  color: #ED6C00;
  border-right: 1px dashed #999;
  width: 140px;
  text-align: center;
  line-height: 1.7;
}
.page-business .business-detail .business-detail-inner .work-style .title .jp {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 3rem;
  padding-left: 30px;
}
.page-business .business-detail .business-detail-inner .work-style .inner {
  padding: 50px 60px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt {
  width: 66%;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc {
  margin-bottom: 3em;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc p {
  font-size: 1.6rem;
  line-height: 210%;
  margin: 0 0 1.5em;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul {
  margin-bottom: 1.5em;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul li {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 0.5em;
  text-indent: -1.2em;
  margin-left: 1.2em;
}
.page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 12px;
  background: #ED6C00;
  margin-right: 8px;
}
.page-business .business-detail .business-detail-inner .work-style .inner .img {
  width: 42%;
  margin: 10px -12% 0 0;
}
.page-business .business-detail .business-detail-inner .work-style .inner-wide {
  display: block;
  padding: 50px 90px 10px;
}
.page-business .business-detail .business-detail-inner .work-style .inner-wide .txt {
  width: 100%;
}
.page-business .business-detail .business-detail-inner .work-style .inner-wide .txt .txt-blc {
  margin-bottom: 3em;
}
.page-business .business-detail .business-detail-inner .work-style .inner-wide .txt .txt-blc .imgs2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}
.page-business .business-detail .business-detail-inner .work-style .inner-wide .txt .txt-blc .imgs2 img {
  vertical-align: top;
  width: 49%;
}
.page-business .business-detail .business-detail-inner .style-01 .title {
  background: #E5FBFF;
}
.page-business .business-detail .business-detail-inner .style-02 .title {
  background: #EEFFCF;
}
.page-business .business-detail .business-detail-inner .business-business {
  padding: 120px 0 90px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-business:before {
  content: "";
  display: block;
  background: #F9F9F9;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-business .business-detail .business-detail-inner .business-workstyle {
  padding: 120px 0 50px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-workstyle:before {
  content: "";
  display: block;
  background: #FFF2E1;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-business .business-detail .business-detail-inner .business-precious {
  padding: 120px 0;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-precious:before {
  content: "";
  display: block;
  background: url(../img/business/outsourcing/precious-bg.jpg) no-repeat center;
  background-size: cover;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-business .business-detail .business-detail-inner .business-precious .inner {
  width: 90%;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  padding: 60px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-precious .inner .sec-title {
  margin-bottom: 40px;
}
.page-business .business-detail .business-detail-inner .business-precious .inner p {
  font-size: 2rem;
  line-height: 220%;
  margin: 0;
}
.page-business .business-detail .business-detail-inner .business-oneday {
  padding: 120px 0 50px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-oneday:before {
  content: "";
  display: block;
  background: #F9F9F9 url(../img/top/member-dot.png) repeat center;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-business .business-detail .business-detail-inner .business-oneday .sec-title {
  width: 90%;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 90%;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc {
  width: 45%;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work {
  text-align: center;
  border: 2px solid var(--txt_bk, #121212);
  background: #E5FBFF;
  padding: 20px;
  margin-bottom: 50px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work .title {
  font-size: 3rem;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work p {
  font-size: 1.6rem;
  font-weight: 600;
  margin: 3px 0 10px 0;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work .office {
  background: #ED6C00;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 5px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work2 {
  background: #EEFFCF;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline {
  position: relative;
  padding-top: 20px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc {
  position: relative;
  margin-bottom: 70px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc .time {
  position: absolute;
  top: -37px;
  left: 50%;
  width: 153px;
  margin-left: -76px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc .detail {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  text-align: center;
  font-size: 1.6rem;
  margin-bottom: 20px;
  padding: 2.2em 0;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc .line2 {
  padding: 1.6em 0 1em;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline:before {
  content: "";
  display: block;
  width: 8px;
  height: calc(100% - 40px);
  background: #8C8C8C;
  position: absolute;
  left: 50%;
  top: 30px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline2 {
  padding-top: 45px;
}
.page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .imgs .img {
  margin-bottom: 50px;
}
.page-business .business-detail .business-detail-inner .business-report {
  padding: 120px 0 50px;
}
.page-business .business-detail .business-detail-inner .business-report .sec-title {
  width: 90%;
  margin-bottom: 40px;
}
.page-business .business-detail .business-detail-inner .business-report .sec-title .office-title {
  font-size: 2.2rem;
  font-weight: 600;
}
.page-business .business-detail .business-detail-inner .business-report .report-list {
  width: 90%;
  margin-bottom: 70px;
}
.page-business .business-detail .business-detail-inner .business-report .report-list .splide_report {
  padding-bottom: 70px;
}
.page-business .business-detail .business-detail-inner .business-report .report-list ul.splide__list li {
  width: 32%;
  background: #FFF2E1;
  display: block;
  padding: 24px;
}
.page-business .business-detail .business-detail-inner .business-report .report-list ul.splide__list li p {
  font-size: 1.4rem;
  margin: 1em 0 0;
}
.page-business .business-detail .business-detail-inner .business-sdgs {
  padding: 120px 0;
  margin-bottom: 120px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-sdgs:before {
  content: "";
  display: block;
  background: url(../img/business/sdg-bg.jpg) no-repeat center;
  background-size: cover;
  width: 134%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner {
  background: #fff;
  width: 90%;
  padding: 60px 90px 30px;
  position: relative;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .sec-title {
  margin-bottom: 20px;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .sec-title .title {
  margin-bottom: 20px;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc {
  margin-bottom: 3em;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc .lead {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 1em;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc p {
  font-size: 1.6rem;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc p.t-l {
  font-size: 2rem;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .img {
  margin-bottom: 3em;
}
.page-business .business-detail .business-detail-inner .business-sdgs .inner .bnr {
  max-width: 584px;
  margin: auto;
  margin-bottom: 2em;
}
.page-business .business-detail .business-detail-inner .business-related {
  width: 90%;
  padding: 45px 0;
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  margin-bottom: 120px;
}
.page-business .business-detail .business-detail-inner .business-related .title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 1.6em;
}
.page-business .business-detail .business-detail-inner .business-related .btn-blc3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-business .business-detail .business-detail-inner .business-related .btn-blc3 .btn-more {
  width: 32%;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-business .business-detail .business-detail-inner .work-list-wide .inner {
    padding: 30px 5% 10px;
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-style {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .num {
    font-size: 8.5vw;
    width: 17%;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .jp {
    font-size: 3.3vw;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .jp span {
    font-size: 75%;
  }
  .page-business .business-detail .business-detail-inner .business-business:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-workstyle:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-precious:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-precious .inner {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-report .report-list {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-related {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-related .title {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .page-business .business-detail .business-detail-inner .business-related .btn-blc3 {
    display: block;
  }
  .page-business .business-detail .business-detail-inner .business-related .btn-blc3 .btn-more {
    width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .page-business .business-detail .business-detail-inner .title-border {
    font-size: 1.6rem;
  }
  .page-business .business-detail .business-detail-inner .title-border:before {
    height: 2px;
    width: 18px;
  }
  .page-business .business-detail .business-detail-inner .title-border-top {
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
  .page-business .business-detail .business-detail-inner .title-border-top:before {
    height: 2px;
    width: 20px;
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner {
    margin-bottom: 20px;
    padding: 20px 5% 20px;
    width: 100%;
    display: block;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner .txt {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner .txt .title {
    font-size: 1.6rem;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner .txt ul li {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .work-list .inner .txt ul li:before {
    width: 10px;
    height: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-list .img-r {
    display: none;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner {
    margin-bottom: 20px;
    padding: 30px 5% 10px;
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc {
    margin-bottom: 2em;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .logo img {
    height: 50px;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .title {
    font-size: 1.6rem;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc p {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs2 {
    display: block;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs2 img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs3 {
    display: block;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .imgs3 img {
    width: 100%;
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-list-wide .inner .txt .txt-blc .cap {
    font-size: 1.2rem;
  }
  .page-business .business-detail .business-detail-inner .work-style {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-business .business-detail .business-detail-inner .work-style .title {
    display: block;
    padding: 0 0 8px 15px;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .num {
    font-size: 3rem;
    width: inherit;
    border: none;
    display: block;
    text-align: left;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .jp {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-size: 1.8rem;
    padding: 0;
    line-height: 1.3;
  }
  .page-business .business-detail .business-detail-inner .work-style .title .jp span {
    font-size: 75%;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner {
    padding: 20px 5% 10px;
    display: block;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc {
    margin-bottom: 2em;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc p {
    margin: 0 0 1em;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul {
    margin-bottom: 1.5em;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul li {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .txt .txt-blc ul li:before {
    width: 10px;
    height: 10px;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner .img {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner-wide {
    display: block;
    padding: 20px 5% 10px;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner-wide .txt {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .work-style .inner-wide .txt .txt-blc {
    margin-bottom: 1em;
  }
  .page-business .business-detail .business-detail-inner .business-business {
    padding: 40px 0 10px;
  }
  .page-business .business-detail .business-detail-inner .business-business:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-workstyle {
    padding: 40px 0 10px;
  }
  .page-business .business-detail .business-detail-inner .business-workstyle:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-precious {
    padding: 30px 0;
  }
  .page-business .business-detail .business-detail-inner .business-precious:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-precious .inner {
    width: 100%;
    padding: 5%;
  }
  .page-business .business-detail .business-detail-inner .business-precious .inner .sec-title {
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .business-precious .inner p {
    font-size: 1.4rem;
    line-height: 180%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday {
    padding: 40px 0 10px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .sec-title {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc {
    display: block;
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc {
    width: 100%;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work {
    border: 1px solid var(--txt_bk, #121212);
    padding: 10px;
    margin-bottom: 30px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work .title {
    font-size: 1.8rem;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work p {
    font-size: 1.2rem;
    margin: 1px 0 7px 0;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .work .office {
    font-size: 1.2rem;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc {
    margin-bottom: 40px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc .time {
    top: -27px;
    width: 110px;
    margin-left: -55px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline .time-blc .detail {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline:before {
    width: 4px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .timeline2 {
    padding-top: 20px;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .imgs {
    display: none;
  }
  .page-business .business-detail .business-detail-inner .business-oneday .oneday-blc .blc .imgs .img {
    margin-bottom: 10px;
  }
  .page-business .business-detail .business-detail-inner .business-report {
    padding: 40px 0 10px;
  }
  .page-business .business-detail .business-detail-inner .business-report .sec-title {
    width: 100%;
    margin-bottom: 20px;
  }
  .page-business .business-detail .business-detail-inner .business-report .sec-title .office-title {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
  .page-business .business-detail .business-detail-inner .business-report .report-list {
    width: 100%;
    margin-bottom: 40px;
  }
  .page-business .business-detail .business-detail-inner .business-report .report-list .splide_report {
    padding-bottom: 50px;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs {
    padding: 30px 0;
    margin-bottom: 50px;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs:before {
    width: 134%;
    right: -5.6%;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner {
    width: 100%;
    padding: 5%;
    position: relative;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .sec-title {
    margin-bottom: 20px;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .sec-title .title {
    margin-bottom: 20px;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc {
    margin-bottom: 2em;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc .lead {
    font-size: 1.6rem;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc p {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .txt-blc p.t-l {
    font-size: 1.4rem;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .img {
    margin-bottom: 2em;
  }
  .page-business .business-detail .business-detail-inner .business-sdgs .inner .bnr {
    margin-bottom: 1em;
  }
  .page-business .business-detail .business-detail-inner .business-related {
    width: 100%;
    padding: 25px 0 30px;
    margin-bottom: 60px;
  }
  .page-business .business-detail .business-detail-inner .business-related .title {
    font-size: 1.8rem;
    margin-bottom: 0.6em;
  }
  .page-business .business-detail .business-detail-inner .business-related .btn-blc3 {
    display: block;
  }
  .page-business .business-detail .business-detail-inner .business-related .btn-blc3 .btn-more {
    width: 80%;
    margin: auto;
  }
}

.page-business-detail .blc-lead {
  background-image: url(../img/business/lead-bg-kasou.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto 100%;
}
.page-business-detail .blc-lead .sec-title {
  background: none;
}

/*------------------------------
働きやすさ
-------------------------------*/
.page-culture .blc-lead {
  background-image: url(../img/culture/lead-bg-kasou.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.page-culture .blc-lead .sec-title {
  background: none;
}
.page-culture .culture-index {
  background: #F9F9F9;
  padding: 120px 0 40px;
  margin-bottom: 60px;
}
.page-culture .culture-index .sec-inner {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  padding: 6% 5% 3%;
}
.page-culture .culture-index .sec-inner .midashi {
  max-width: 860px;
  margin: 0 auto 4em;
  text-align: center;
}
.page-culture .culture-index .sec-inner .midashi .fukidashi {
  font-size: 2.2rem;
  background: #ED6C00;
  color: #fff;
  display: inline-block;
  padding: 0 12px;
  margin-bottom: 20px;
  position: relative;
}
.page-culture .culture-index .sec-inner .midashi .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ED6C00;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
}
.page-culture .culture-index .sec-inner .midashi h2 {
  font-size: 3.2rem;
}
.page-culture .culture-index .sec-inner .midashi p {
  text-align: left;
}
.page-culture .culture-index .sec-inner .img-zu {
  max-width: 948px;
  margin: auto;
  margin-bottom: 2em;
}
.page-culture .culture-index .sec-inner .img-zu .blc01 {
  max-width: 690px;
  margin: auto;
  background: #EDEDED;
  padding: 25px 48px;
}
.page-culture .culture-index .sec-inner .img-zu .blc01 .tit {
  font-size: 2.2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
}
.page-culture .culture-index .sec-inner .img-zu .blc01 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-culture .culture-index .sec-inner .img-zu .blc01 ul li {
  width: 47.8%;
}
.page-culture .culture-index .sec-inner .img-zu .blc02 {
  margin: -32px 0 0;
}
.page-culture .culture-index .sec-inner .img-zu .blc02 img {
  vertical-align: top;
}
.page-culture .culture-index .sec-inner .detail {
  padding: 48px 65px;
  margin-bottom: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-culture .culture-index .sec-inner .detail .txt {
  width: 47%;
}
.page-culture .culture-index .sec-inner .detail .txt h3 {
  font-size: 2.6rem;
}
.page-culture .culture-index .sec-inner .detail .img {
  width: 47%;
}
.page-culture .culture-index .sec-inner .detail_bg {
  background: #FFF6EB;
}
.page-culture .culture-index .sec-inner .detail_border {
  border: 1px solid #8C8C8C;
  background: #FFF;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-culture .culture-index .sec-inner .detail {
    display: block;
  }
  .page-culture .culture-index .sec-inner .detail .txt {
    width: 100%;
  }
  .page-culture .culture-index .sec-inner .detail .img {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .page-culture .culture-index {
    padding: 40px 0 40px;
    margin-bottom: 50px;
  }
  .page-culture .culture-index .sec-inner {
    padding: 6% 5% 3%;
    margin-bottom: 20px;
  }
  .page-culture .culture-index .sec-inner .midashi {
    margin: 0 auto 1.5em;
  }
  .page-culture .culture-index .sec-inner .midashi .fukidashi {
    font-size: 1.6rem;
  }
  .page-culture .culture-index .sec-inner .midashi h2 {
    font-size: 1.8rem;
  }
  .page-culture .culture-index .sec-inner .img-zu {
    margin-bottom: 1.5em;
  }
  .page-culture .culture-index .sec-inner .img-zu .blc01 {
    padding: 5% 7% 3%;
  }
  .page-culture .culture-index .sec-inner .img-zu .blc01 .tit {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .page-culture .culture-index .sec-inner .img-zu .blc01 ul {
    display: block;
  }
  .page-culture .culture-index .sec-inner .img-zu .blc01 ul li {
    width: 100%;
    margin-bottom: 5px;
    position: relative;
  }
  .page-culture .culture-index .sec-inner .img-zu .blc02 {
    margin: -37vw -3% 0 auto;
    width: 94%;
  }
  .page-culture .culture-index .sec-inner .detail {
    padding: 7% 7% 5%;
    margin-bottom: 1.5em;
    display: block;
  }
  .page-culture .culture-index .sec-inner .detail .txt {
    width: 100%;
  }
  .page-culture .culture-index .sec-inner .detail .txt h3 {
    font-size: 1.6rem;
  }
  .page-culture .culture-index .sec-inner .detail .img {
    width: 100%;
  }
  .page-culture .culture-index .sec-inner .detail_bg {
    background: #FFF6EB;
  }
  .page-culture .culture-index .sec-inner .detail_border {
    border: 1px solid #8C8C8C;
    background: #FFF;
  }
}

/*------------------------------
働きたい人へ
-------------------------------*/
.page-member .blc-lead {
  background-image: url(../img/member/lead-bg.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
.page-member .blc-lead .sec-title {
  background: none;
}
.page-member .indexpage-lr-blcs .sec-inner .txt {
  left: inherit;
  right: 0;
}
.page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner {
  margin-left: auto;
  width: 40%;
}
.page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
  font-size: 3.2rem;
  font-weight: 600;
}
.page-member .indexpage-lr-blcs .sec-inner .img {
  width: 54%;
  margin: 0 auto 0 0;
}
.page-member .indexpage-lr-blcs .sec-inner:nth-child(even) .txt {
  left: 0;
  right: inherit;
}
.page-member .indexpage-lr-blcs .sec-inner:nth-child(even) .txt .inner .inner-inner {
  margin-left: 0;
  margin-right: auto;
}
.page-member .indexpage-lr-blcs .sec-inner:nth-child(even) .img {
  margin: 0 0 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner {
    width: 50%;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
    font-size: 2.9vw;
  }
  .page-member .indexpage-lr-blcs .sec-inner .img {
    width: 44%;
    margin: 0 auto 0 0;
  }
}
@media screen and (max-width: 768px) {
  .page-member .indexpage-lr-blcs {
    padding-bottom: 10px;
    border-top: 1px solid #D9D9D9;
    width: 90%;
    margin: auto;
    padding-top: 25px;
  }
  .page-member .indexpage-lr-blcs .sec-inner {
    margin-bottom: 30px;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt {
    display: block;
    position: static;
    width: 100%;
    height: 100%;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner {
    width: 100%;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner {
    max-width: 100%;
    width: 100%;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title {
    font-size: 1.5rem;
    margin-bottom: 0.5em;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner .sec-title .title strong {
    font-size: 2rem;
  }
  .page-member .indexpage-lr-blcs .sec-inner .txt .inner .inner-inner p {
    margin-bottom: 1em;
  }
  .page-member .indexpage-lr-blcs .sec-inner .img {
    width: 100%;
    margin: 20px auto 0;
    border-bottom: 1px solid #D9D9D9;
    padding-bottom: 30px;
  }
  .page-member .indexpage-lr-blcs .sec-inner:nth-child(even) .txt .inner .inner-inner {
    margin-left: auto;
  }
  .page-member .indexpage-lr-blcs .sec-inner:nth-child(even) .img {
    margin: 20px auto 0;
  }
}

.page-member-data .blc-lead {
  background-image: none;
}
.page-member-data .data-blcs .data-blc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-member-data .data-blcs .data-blc .inner {
  width: 48%;
  border-top: 2px solid #D9D9D9;
  border-bottom: 2px solid #D9D9D9;
  padding: 3.5% 3%;
  margin-bottom: 60px;
}
.page-member-data .data-blcs .data-blc .inner .data-txt {
  margin-bottom: 30px;
}
.page-member-data .data-blcs .data-blc .inner .data-txt .data-tit {
  font-size: 3.2rem;
  text-align: center;
  margin: 0 0 15px;
}
.page-member-data .data-blcs .data-blc .inner .data-txt .data-tit .fukidashi {
  display: block;
  margin: 0 auto 20px;
  color: #fff;
  background: #ED6C00;
  position: relative;
  font-size: 1.5rem;
  width: 75px;
}
.page-member-data .data-blcs .data-blc .inner .data-txt .data-tit .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ED6C00;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
}
.page-member-data .data-blcs .data-blc .inner .data-txt p {
  font-size: 1.6rem;
  margin: 0;
}
.page-member-data .data-blcs .wide {
  display: block;
}
.page-member-data .data-blcs .wide .inner {
  width: 100%;
}
.page-member-data .data-blcs .wide .inner .data-txt .data-tit {
  max-width: 860px;
  margin: 0 auto 15px;
}
.page-member-data .data-blcs .wide .inner .data-txt p {
  max-width: 860px;
  margin: 0 auto;
}
.page-member-data .data-blcs .wide .inner .data-01 {
  max-width: 757px;
  margin: 0 auto;
}
.page-member-data .data-blcs .wide .inner .data-02 {
  max-width: 504px;
  margin: 0 auto;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-member-data .data-blcs .data-blc .inner .data-txt .data-tit {
    font-size: 3.1vw;
  }
}
@media screen and (max-width: 768px) {
  .page-member-data .data-blcs .data-blc {
    display: block;
  }
  .page-member-data .data-blcs .data-blc .inner {
    width: 100%;
    padding: 6% 3% 3.5%;
    margin-bottom: 30px;
  }
  .page-member-data .data-blcs .data-blc .inner .data-txt {
    margin-bottom: 15px;
  }
  .page-member-data .data-blcs .data-blc .inner .data-txt .data-tit {
    font-size: 1.8rem;
  }
  .page-member-data .data-blcs .data-blc .inner .data-txt .data-tit .fukidashi {
    margin: 0 auto 10px;
    font-size: 1.3rem;
  }
  .page-member-data .data-blcs .data-blc .inner .data-txt p {
    font-size: 1.4rem;
  }
  .page-member-data .data-blcs .wide .inner .data-01 {
    max-width: 100%;
  }
  .page-member-data .data-blcs .wide .inner .data-02 {
    max-width: 100%;
  }
}

.page-member-interview .blc-lead {
  background-image: none;
}
.page-member-interview .interview-index {
  max-width: 1022px;
  width: 90%;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-member-interview .interview-index .interview-blc {
  width: 31%;
  margin-bottom: 100px;
}
.page-member-interview .interview-index .interview-blc a {
  display: block;
  background: #FFF6EB;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  font-weight: 600;
  position: relative;
}
.page-member-interview .interview-index .interview-blc a .fukidashi {
  font-size: 1.8rem;
  background: #ED6C00;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  line-height: 1.4;
  width: 254px;
  position: absolute;
  left: 50%;
  top: -57px;
  margin-left: -127px;
}
.page-member-interview .interview-index .interview-blc a .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ED6C00;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
}
.page-member-interview .interview-index .interview-blc a .txt {
  padding: 4% 7%;
}
.page-member-interview .interview-index .interview-blc a .txt .year {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.page-member-interview .interview-index .interview-blc a .txt .office {
  line-height: 1.4;
}
.page-member-interview .interview-index .interview-blc a .txt .office:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #ED6C00;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}
.page-member-interview .interview-index .interview-blc a .txt .operation {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}
.page-member-interview .interview-index .interview-blc a .txt .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-member-interview .interview-index .interview-blc a .fukidashi {
    font-size: 1.6vw;
    width: 87%;
    margin-left: -44%;
  }
}
@media screen and (max-width: 768px) {
  .page-member-interview .interview-index {
    display: block;
    margin-top: 50px;
  }
  .page-member-interview .interview-index .interview-blc {
    width: 100%;
    margin-bottom: 100px;
  }
  .page-member-interview .interview-index .interview-blc a .fukidashi {
    font-size: 1.6rem;
  }
}
.page-member-interview .interview-detail .interview-title {
  font-size: 4rem;
  text-align: center;
  margin: 70px 0 45px;
  background: url(../img/member/interview/title-icon.png) no-repeat center top;
  background-size: 45px;
  padding-top: 70px;
  letter-spacing: 0.15em;
}
.page-member-interview .interview-detail .interview-contents {
  background: #F9F9F9 url(../img/top/member-dot.png) repeat center;
  padding: 1px 0 120px;
  margin: 200px 0 0;
}
.page-member-interview .interview-detail .interview-contents .inner {
  max-width: 1000px;
  width: 90%;
  margin: -150px auto 0;
}
.page-member-interview .interview-detail .interview-contents .inner .prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 45px;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .img {
  width: 50%;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt {
  width: 53%;
  margin: 0 0 0 -5%;
  background: #FFF6EB;
  padding: 2% 3%;
  font-weight: 600;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt .year {
  font-size: 1.8rem;
  margin-bottom: 0.5em;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt .office {
  font-size: 2.2rem;
  line-height: 1.4;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt .office:before {
  content: "";
  display: inline-block;
  height: 3px;
  width: 12px;
  background: #ED6C00;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt .operation {
  font-size: 2.6rem;
  margin-bottom: 0.3em;
}
.page-member-interview .interview-detail .interview-contents .inner .prof .txt .name {
  font-size: 2.2rem;
}
.page-member-interview .interview-detail .interview-contents .inner .job {
  max-width: 800px;
  margin: 0 auto 45px;
}
.page-member-interview .interview-detail .interview-contents .inner .job dl {
  background: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-member-interview .interview-detail .interview-contents .inner .job dl dt {
  font-size: 1.8rem;
  font-weight: 600;
  color: #fff;
  background: #4C4948;
  width: 120px;
  text-align: center;
  display: table;
}
.page-member-interview .interview-detail .interview-contents .inner .job dl dt h2 {
  display: table-cell;
  vertical-align: middle;
}
.page-member-interview .interview-detail .interview-contents .inner .job dl dd {
  font-size: 1.6rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 2em 3em;
}
.page-member-interview .interview-detail .interview-contents .inner .qa {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl {
  padding: 4% 7% 2%;
  border-bottom: 1px dashed #D9D9D9;
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl dt {
  font-size: 2.2rem;
  font-weight: 600;
  margin-left: 1.2em;
  text-indent: -1.2em;
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl dt h3:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ED6C00;
  border-radius: 20px;
  display: inline-block;
  margin-right: 7px;
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl dd {
  font-size: 1.6rem;
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl dd p {
  line-height: 2;
}
.page-member-interview .interview-detail .interview-contents .inner .qa dl:last-child {
  border-bottom: none;
}
.page-member-interview .interview-detail .other-interview {
  padding: 100px 0;
}
.page-member-interview .interview-detail .other-interview .category-name {
  font-size: 2.4rem;
  margin-bottom: 40px;
  text-align: center;
}
.page-member-interview .interview-detail .other-interview .category-name a:after {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-left: 5px;
  margin-bottom: 3px;
}
.page-member-interview .interview-detail .other-interview .splide_interview {
  max-width: 1022px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 70px;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a {
  display: block;
  text-decoration: none;
  font-weight: 600;
  position: relative;
  padding-top: 50px;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .fukidashi {
  font-size: 1.8rem;
  background: #ED6C00;
  color: #fff;
  padding: 10px 20px;
  position: relative;
  text-align: center;
  line-height: 1.4;
  width: 254px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -127px;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 10px solid #ED6C00;
  border-bottom: 0;
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -3px;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt {
  padding: 5% 7%;
  background: #FFF6EB;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt .year {
  font-size: 1.2rem;
  margin-bottom: 0.5em;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt .office {
  line-height: 1.4;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt .office:before {
  content: "";
  display: inline-block;
  height: 2px;
  width: 8px;
  background: #ED6C00;
  vertical-align: middle;
  margin: 0 8px 2px 0;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt .operation {
  font-size: 1.6rem;
  margin-bottom: 0.3em;
}
.page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .txt .name {
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-member-interview .interview-detail .interview-title {
    font-size: 3.8vw;
  }
  .page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a {
    display: block;
    text-decoration: none;
    font-weight: 600;
    position: relative;
    padding-top: 50px;
  }
  .page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .fukidashi {
    font-size: 1.6vw;
    width: 87%;
    margin-left: -44%;
  }
}
@media screen and (max-width: 768px) {
  .page-member-interview .interview-detail {
    margin: 0 auto;
  }
  .page-member-interview .interview-detail .interview-title {
    font-size: 2rem;
    margin: 40px 0 25px;
    background-size: 25px;
    padding-top: 30px;
  }
  .page-member-interview .interview-detail .interview-contents {
    padding: 1px 0 60px;
    margin: 130px 0 0;
  }
  .page-member-interview .interview-detail .interview-contents .inner {
    margin: -100px auto 0;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof {
    display: block;
    margin-bottom: 45px;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .img {
    width: 100%;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .img img {
    vertical-align: top;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .txt {
    width: 100%;
    margin: 0;
    padding: 6%;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .txt .year {
    font-size: 1.3rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .txt .office {
    font-size: 1.6rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .txt .operation {
    font-size: 1.6rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .prof .txt .name {
    font-size: 1.5rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .job {
    max-width: 800px;
    margin: 0 auto 45px;
  }
  .page-member-interview .interview-detail .interview-contents .inner .job dl {
    display: block;
  }
  .page-member-interview .interview-detail .interview-contents .inner .job dl dt {
    font-size: 1.4rem;
    width: 120px;
  }
  .page-member-interview .interview-detail .interview-contents .inner .job dl dd {
    font-size: 1.4rem;
    padding: 2em 2em;
  }
  .page-member-interview .interview-detail .interview-contents .inner .qa dl {
    padding: 5.5% 7% 2%;
  }
  .page-member-interview .interview-detail .interview-contents .inner .qa dl dt {
    font-size: 1.6rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .qa dl dt:before {
    width: 16px;
    height: 16px;
  }
  .page-member-interview .interview-detail .interview-contents .inner .qa dl dd {
    font-size: 1.4rem;
  }
  .page-member-interview .interview-detail .interview-contents .inner .qa dl dd p {
    line-height: 1.8;
  }
  .page-member-interview .interview-detail .other-interview {
    padding: 50px 0;
  }
  .page-member-interview .interview-detail .other-interview .category-name {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
  .page-member-interview .interview-detail .other-interview .splide_interview {
    padding-bottom: 50px;
  }
  .page-member-interview .interview-detail .other-interview .splide_interview .splide__slide a .fukidashi {
    font-size: 1.6rem;
  }
}

.page-member-recruit .recruit-blc {
  padding-bottom: 70px;
}
.page-member-recruit .recruit-blc .recruit-link {
  max-width: 1044px;
  margin: 0 auto 50px;
}
.page-member-recruit .recruit-blc .recruit-link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.page-member-recruit .recruit-blc .recruit-link ul li {
  width: 31%;
  margin: 0 1%;
}
.page-member-recruit .recruit-blc .recruit-link ul li a {
  display: block;
  background: #EFF9FB;
  text-align: center;
  padding: 1.6em;
  font-weight: 600;
  font-size: 1.6rem;
  text-decoration: none;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-member-recruit .recruit-blc .recruit-link ul li a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 15px;
  margin-bottom: 3px;
}
.page-member-recruit .recruit-blc .recruit-link-02 ul li:first-child a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: -4px;
}
.page-member-recruit .recruit-blc .recruit-link-03 ul li:nth-child(-n+2) a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: -4px;
}
.page-member-recruit .recruit-blc .recruit-link-04 ul li a:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  margin-bottom: -4px;
}
.page-member-recruit .recruit-blc .blc {
  background: #fff;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 70px;
}
.page-member-recruit .recruit-blc .blc .recruit-category {
  background: #4C4948;
  text-align: center;
  color: #fff;
  font-size: 3.2rem;
  padding: 0.6em 0;
}
.page-member-recruit .recruit-blc .blc .inner {
  padding: 4% 8%;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner {
  border-bottom: 1px dashed #D9D9D9;
  padding: 1.8em 0;
  background: none !important;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner:last-child {
  border-bottom: none;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner h4 {
  font-size: 2.2rem;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner h4:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ED6C00;
  border-radius: 20px;
  display: inline-block;
  margin-right: 7px;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner ul {
  margin-left: 26px;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner ul li {
  font-size: 1.8rem;
  margin-left: 1.8em;
  list-style: disc;
  margin-top: 0.5em;
  font-weight: 600;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner p {
  margin-left: 26px;
  font-size: 1.6rem;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .txt-small {
  font-size: 1.2rem;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table {
  overflow-x: visible;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table {
  width: calc(100% - 26px);
  font-size: 1.4rem;
  border-spacing: 0;
  margin: 20px 0 15px 26px;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td {
  background: #fff;
  padding: 2.5em 1.5em;
  border: 1px solid #D9D9D9;
  width: 71%;
  font-size: 1.4rem;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table tr:nth-child(odd) td {
  background: #FFFFF7;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table tr:nth-child(odd) td:first-child {
  background: #EDEDED;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td:first-child {
  font-size: 1.5rem;
  font-weight: 500;
  padding: 1.5em;
  background: #EDEDED;
  vertical-align: middle;
  text-align: left;
  border-right: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  width: 29%;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table {
    font-size: 1.3rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td {
    padding: 1em;
    width: 50%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td:first-child {
    padding: 1em;
    width: 50%;
  }
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs {
  margin-left: 26px;
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% - 26px);
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc {
  width: 48.5%;
  background: #EDEDED;
  text-align: center;
  padding: 20px 35px 0;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc h5 {
  font-size: 1.6rem;
  margin-bottom: 10px;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .btn {
  max-width: 300px;
  margin: 0 auto;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .btn a {
  text-decoration: none;
  text-align: left;
  padding: 35px 15px;
  display: block;
  font-weight: 600;
  background: #fff url(../img/cmn/icon-link.png) no-repeat center right 10px;
  background-size: 28px auto;
  -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .tel {
  border: 1px solid #D9D9D9;
  background: #FFF;
  padding: 15px;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .tel h6 {
  font-size: 1.6rem;
  font-weight: 500;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .tel .tellnum {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc p {
  line-height: 1.4;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list {
  margin-left: 26px;
  margin-top: 15px;
  width: 94%;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-left: 0;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li {
  background: #FFF6EB;
  width: 21%;
  position: relative;
  padding: 3% 0;
  list-style: none;
  margin-top: 0;
  margin-left: 0;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li:after {
  content: "→";
  display: block;
  vertical-align: middle;
  color: #ED6C00;
  position: absolute;
  right: -20%;
  top: 50%;
  font-size: 2vw;
  margin-top: -1.8vw;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li:last-child:after {
  display: none;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li p {
  display: table;
  font-size: 1.6rem;
  margin: auto;
  font-weight: 600;
  height: 100%;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li p span {
  display: table-cell;
  vertical-align: middle;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 {
  width: 85%;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 ul li {
  width: 30%;
  padding: 1.5% 0;
}
.page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 ul li:after {
  right: -15%;
}
.page-member-recruit .recruit-blc .blc .inner .closing {
  display: none;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs {
    display: block;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc {
    width: 100%;
    margin-bottom: 10px;
    padding-bottom: 15px;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list {
    width: calc(100% - 26px);
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li p {
    font-size: 1.45vw;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 {
    width: calc(100% - 26px);
  }
}
@media screen and (max-width: 768px) {
  .page-member-recruit .recruit-blc {
    padding-bottom: 20px;
  }
  .page-member-recruit .recruit-blc .recruit-link {
    margin: 0 auto 0;
  }
  .page-member-recruit .recruit-blc .recruit-link ul li a {
    padding: 0.5em 0 0.5em 3em;
    font-size: 1.3rem;
    text-align: left;
    text-indent: -1.4em;
    line-height: 1.4;
  }
  .page-member-recruit .recruit-blc .recruit-link ul li a:before {
    width: 8px;
    height: 8px;
    margin-right: 10px;
    margin-bottom: 3px;
  }
  .page-member-recruit .recruit-blc .recruit-link-02 ul li:first-child a:before {
    margin-bottom: -1px;
  }
  .page-member-recruit .recruit-blc .recruit-link-03 ul li:nth-child(-n+2) a:before {
    margin-bottom: -1px;
  }
  .page-member-recruit .recruit-blc .recruit-link-04 ul li a:before {
    margin-bottom: -1px;
  }
  .page-member-recruit .recruit-blc .blc {
    background: #fff;
    -webkit-box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 10px 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    margin-top: 30px;
  }
  .page-member-recruit .recruit-blc .blc .recruit-category {
    font-size: 1.8rem;
    padding: 0.5em 0;
  }
  .page-member-recruit .recruit-blc .blc .inner {
    padding: 4% 7%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner {
    padding: 1em 0;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner h4 {
    font-size: 1.6rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner h4:before {
    width: 14px;
    height: 14px;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner ul {
    margin-left: 0;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner ul li {
    font-size: 1.5rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner p {
    margin-left: 0;
    font-size: 1.4rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table {
    margin-left: 0;
    width: 100%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td {
    display: block;
    width: 100%;
    padding: 1em;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td ul {
    padding-bottom: 1em;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .wp-block-table table td:first-child {
    font-size: 1.4rem;
    display: block;
    width: 100%;
    padding: 0.5em 1em;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs {
    margin-left: 0;
    margin-top: 20px;
    display: block;
    width: 100%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc {
    width: 100%;
    padding: 13px 7% 13px;
    margin-bottom: 15px;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc h5 {
    font-size: 1.5rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .btn a {
    padding: 20px 15px;
    background: #fff url(../img/cmn/icon-link.png) no-repeat center right 10px;
    background-size: 20px auto;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .tel h6 {
    font-size: 1.4rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .contact-blcs .contact-blc .tel .tellnum {
    font-size: 2rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list {
    margin-left: 0;
    width: 100%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul {
    display: block;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li {
    width: 100%;
    padding: 3% 0;
    margin-bottom: 10%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li:after {
    content: "↓";
    display: block;
    text-align: center;
    right: 50%;
    top: inherit;
    bottom: -7.5vw;
    font-size: 4vw;
    margin-top: 0;
    margin-right: -2vw;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list ul li p {
    font-size: 1.4rem;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 {
    width: 100%;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 ul li {
    width: 100%;
    padding: 3% 0;
  }
  .page-member-recruit .recruit-blc .blc .inner .inner-inner .recruit-flow-list.list3 ul li:after {
    right: 50%;
  }
}

/*------------------------------
news
-------------------------------*/
.page-news .contents_news_list {
  padding-top: 80px;
}
.page-news .contents_news_list .sec-inner {
  max-width: 1000px;
  margin-bottom: 120px;
}
.page-news .contents_news_list .sec-inner .categorylist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 23px;
}
.page-news .contents_news_list .sec-inner .categorylist li {
  width: 15.8%;
  margin-right: 1%;
}
.page-news .contents_news_list .sec-inner .categorylist li a {
  text-align: center;
  text-decoration: none;
  padding: 0.8em 0;
  display: block;
  font-weight: 500;
  background: #EDEDED;
}
.page-news .contents_news_list .sec-inner .categorylist li:last-child {
  margin-right: 0;
}
.page-news .contents_news_list .sec-inner .yearlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
}
.page-news .contents_news_list .sec-inner .yearlist li {
  width: 15.8%;
  margin-right: 1%;
}
.page-news .contents_news_list .sec-inner .yearlist li a {
  text-align: center;
  text-decoration: none;
  padding: 0.8em 0;
  display: block;
  font-weight: 500;
  background: #EDEDED;
}
.page-news .contents_news_list .sec-inner .yearlist li:last-child {
  margin-right: 0;
}
.page-news .contents_news_list .sec-inner .yearlist .txt {
  width: inherit;
  font-weight: 600;
}
.page-news .contents_news_list .sec-inner .yearlist .txt:before {
  content: "";
  height: 2px;
  width: 16px;
  background: #ED6C00;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.page-news .contents_news_list .sec-inner .news_list .blc {
  border-bottom: 1px dashed #D9D9D9;
}
.page-news .contents_news_list .sec-inner .news_list .blc a {
  text-decoration: none;
  display: block;
  padding: 1.5em 0;
}
.page-news .contents_news_list .sec-inner .news_list .blc a .data {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.page-news .contents_news_list .sec-inner .news_list .blc a .data .date {
  font-size: 1.2rem;
  font-weight: 300;
  margin-right: 1em;
}
.page-news .contents_news_list .sec-inner .news_list .blc a .data .category {
  font-size: 1.3rem;
  color: #fff;
  background: #8C8C8C;
  font-weight: 500;
  padding: 1px 0;
  width: 120px;
  text-align: center;
  display: inline-block;
}
.page-news .contents_news_list .sec-inner .news_list .blc a .title {
  text-decoration: underline;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.page-news .contents_news_list .sec-inner .news_list .blc a:hover {
  opacity: 1;
}
.page-news .contents_news_list .sec-inner .news_list .blc a:hover .title {
  color: #ED6C00;
}
@media screen and (min-width: 769px) and (max-width: 1099px) {
  .page-news .contents_news_list .sec-inner .categorylist li {
    width: 24%;
    margin-bottom: 7px;
  }
  .page-news .contents_news_list .sec-inner .yearlist li {
    width: 24%;
    margin-bottom: 7px;
  }
}
@media screen and (max-width: 768px) {
  .page-news .contents_news_list {
    padding-top: 40px;
  }
  .page-news .contents_news_list .sec-inner {
    margin-bottom: 60px;
  }
  .page-news .contents_news_list .sec-inner .categorylist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .page-news .contents_news_list .sec-inner .categorylist li a {
    padding: 0.5em 0;
  }
  .page-news .contents_news_list .sec-inner .categorylist li:nth-child(even) {
    margin-right: 0;
  }
  .page-news .contents_news_list .sec-inner .yearlist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px;
  }
  .page-news .contents_news_list .sec-inner .yearlist li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 5px;
  }
  .page-news .contents_news_list .sec-inner .yearlist li a {
    padding: 0.5em 0;
  }
  .page-news .contents_news_list .sec-inner .yearlist li:nth-child(odd) {
    margin-right: 0;
  }
  .page-news .contents_news_list .sec-inner .yearlist .txt {
    width: 100%;
  }
  .page-news .contents_news_list .sec-inner .news_list .blc a .data .category {
    font-size: 1.2rem;
  }
  .page-news .contents_news_list .sec-inner .news_list .blc a .title {
    font-size: 1.6rem;
  }
}

.page-news-detail .page-head .page-title {
  padding-top: 50px;
}
.page-news-detail .page-head .page-title .sec-title {
  font-size: 3.2rem;
  letter-spacing: 0.07em;
  color: #4C4948;
}
.page-news-detail .page-head .page-title .sec-title .category {
  color: #4C4948;
}
.page-news-detail .page-head .page-title .sec-title .category:before {
  background: #4C4948;
}
.page-news-detail .page-head .page-title .sec-title h1 {
  line-height: 1.3;
  padding: 1em 0 0.5em;
}
.page-news-detail .page-head .page-title .sec-title .data {
  letter-spacing: 0.05em;
  margin-bottom: 5px;
}
.page-news-detail .page-head .page-title .sec-title .data .date {
  font-size: 1.2rem;
  font-weight: 300;
  margin-right: 1em;
  background: url(../img/cmn/icon-date.png) no-repeat left center;
  background-size: 11px;
  padding-left: 18px;
}
.page-news-detail .page-head .page-title .sec-title .data .category {
  font-size: 1.3rem;
  color: #fff;
  background: #8C8C8C;
  font-weight: 500;
  padding: 1px 0;
  width: 120px;
  text-align: center;
  display: inline-block;
}
.page-news-detail .page-head .page-title .sec-title .data .category:before {
  display: none;
}
.page-news-detail .contents_news_detal {
  padding: 100px 0 0;
  font-size: 1.6rem;
  overflow-wrap: break-word;
}
.page-news-detail .contents_news_detal .sec-inner {
  max-width: 1000px;
}
.page-news-detail .contents_news_detal .sec-inner .lead {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 30px;
}
.page-news-detail .contents_news_detal .sec-inner .mokuji {
  background: #F9F9F9;
  padding: 30px 40px;
  max-width: 480px;
  margin: 0 auto 60px;
}
.page-news-detail .contents_news_detal .sec-inner .mokuji .midashi {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.page-news-detail .contents_news_detal .sec-inner .mokuji ul li {
  padding: 0.2em 0;
}
.page-news-detail .contents_news_detal .sec-inner .mokuji ul li:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #ED6C00;
  border-radius: 20px;
  display: inline-block;
  margin-right: 7px;
}
.page-news-detail .contents_news_detal .sec-inner .mokuji ul li a {
  text-decoration: none;
}
.page-news-detail .contents_news_detal .sec-inner .wp-block-image {
  margin-bottom: 30px;
}
.page-news-detail .contents_news_detal .sec-inner .wp-block-columns {
  margin: 30px 0;
}
.page-news-detail .contents_news_detal .sec-inner .wp-block-columns .wp-block-image {
  margin-bottom: 0;
}
.page-news-detail .contents_news_detal .sec-inner .dotline {
  border-top: 1px dashed #D9D9D9;
  margin: 40px 0 40px;
}
.page-news-detail .contents_news_detal .sec-inner h2 {
  font-size: 2.2rem;
}
.page-news-detail .contents_news_detal .sec-inner p a {
  color: #260EFF;
}
.page-news-detail .contents_news_detal .sec-inner .anchor {
  padding-top: 110px;
  margin-top: -110px;
  width: inherit;
}
@media screen and (max-width: 768px) {
  .page-news-detail .contents_news_detal .sec-inner .anchor {
    padding-top: 80px;
    margin-top: -80px;
  }
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_wide {
  background: #F9F9F9;
  padding: 30px 40px;
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_wide h3 {
  font-size: 1.8rem;
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_wide p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column {
  background: #F9F9F9;
  padding: 30px 40px;
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column h3 {
  font-size: 1.8rem;
}
.page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column p {
  font-size: 1.4rem;
  margin-bottom: 0;
}
.page-news-detail .contents_news_detal .sec-inner .pdf-btn {
  margin: 1em 0 0;
}
.page-news-detail .contents_news_detal .sec-inner .pdf-btn a {
  border-radius: 0;
  font-size: 1.5rem;
  background: #4C4948 url(../img/cmn/icon-pdf.png) no-repeat right 15px center;
  background-size: 19px auto;
  padding-right: 70px;
}
.page-news-detail .popup_txt {
  text-align: center;
}
.page-news-detail .popup_txt img {
  height: 22px;
}
.page-news-detail .news_back {
  margin: 0 0 120px;
}
.page-news-detail .news_back .btn-more {
  margin: auto;
}
@media screen and (max-width: 768px) {
  .page-news-detail .page-head .page-title {
    padding-top: 30px;
  }
  .page-news-detail .page-head .page-title .sec-title {
    font-size: 2rem;
  }
  .page-news-detail .page-head .page-title .sec-title h1 {
    line-height: 1.3;
    padding: 0.5em 0 0.2em;
  }
  .page-news-detail .page-head .page-title .sec-title .data .category {
    font-size: 1.2rem;
  }
  .page-news-detail .contents_news_detal {
    padding: 40px 0 0;
    font-size: 1.4rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .lead {
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .page-news-detail .contents_news_detal .sec-inner .mokuji {
    padding: 15px 20px;
    margin: 0 auto 30px;
  }
  .page-news-detail .contents_news_detal .sec-inner .mokuji .midashi {
    font-size: 1.6rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .mokuji ul li:before {
    width: 8px;
    height: 8px;
  }
  .page-news-detail .contents_news_detal .sec-inner .wp-block-image {
    margin-bottom: 20px;
  }
  .page-news-detail .contents_news_detal .sec-inner .wp-block-columns {
    margin: 20px 0;
  }
  .page-news-detail .contents_news_detal .sec-inner .dotline {
    margin: 20px 0 20px;
  }
  .page-news-detail .contents_news_detal .sec-inner h2 {
    font-size: 1.8rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_wide {
    padding: 15px 20px;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_wide h3 {
    font-size: 1.5rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_wide p {
    font-size: 1.3rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column {
    padding: 15px 20px;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column h3 {
    font-size: 1.5rem;
  }
  .page-news-detail .contents_news_detal .sec-inner .grayblc_2blc .wp-block-column p {
    font-size: 1.3rem;
  }
  .page-news-detail .popup_txt img {
    height: 16px;
  }
  .page-news-detail .news_back {
    margin: 0 0 60px;
  }
  .page-news-detail .news_back .btn-more {
    margin: auto;
  }
}

.page-template-page-news .contents_news_list .sec-inner .categorylist li:first-child a {
  background: #ED6C00;
  color: #fff;
}

.category-oshirase .contents_news_list .sec-inner .categorylist li.cat-item-3 a {
  background: #ED6C00;
  color: #fff;
}

.category-pressrelease .contents_news_list .sec-inner .categorylist li.cat-item-4 a {
  background: #ED6C00;
  color: #fff;
}

.category-media .contents_news_list .sec-inner .categorylist li.cat-item-5 a {
  background: #ED6C00;
  color: #fff;
}

.category-event .contents_news_list .sec-inner .categorylist li.cat-item-6 a {
  background: #ED6C00;
  color: #fff;
}

.category-other .contents_news_list .sec-inner .categorylist li.cat-item-7 a {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2023 .contents_news_list .sec-inner .yearlist li a[href*="2023"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2024 .contents_news_list .sec-inner .yearlist li a[href*="2024"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2025 .contents_news_list .sec-inner .yearlist li a[href*="2025"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2026 .contents_news_list .sec-inner .yearlist li a[href*="2026"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2027 .contents_news_list .sec-inner .yearlist li a[href*="2027"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2028 .contents_news_list .sec-inner .yearlist li a[href*="2028"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2029 .contents_news_list .sec-inner .yearlist li a[href*="2029"] {
  background: #ED6C00;
  color: #fff;
}

.yearly-archive-2030 .contents_news_list .sec-inner .yearlist li a[href*="2030"] {
  background: #ED6C00;
  color: #fff;
}

/*------------------------------
プライバシー系
-------------------------------*/
.page-other .blc-lead {
  padding-bottom: 0;
}
.page-other .contents_other .sec-inner {
  max-width: 1000px;
}
.page-other .contents_other .sec-inner .txt {
  padding: 2em 0;
  font-size: 1.6rem;
  line-height: 2;
}
.page-other .contents_other .sec-inner .txt h3 {
  font-size: 2.2rem;
  font-weight: 600;
  margin-bottom: 0.5em;
}
.page-other .contents_other .sec-inner .txt p {
  margin: 0;
}
.page-other .contents_other .sec-inner .txt p a {
  color: #260EFF;
}
.page-other .contents_other .sec-inner .txt p.mt-1em {
  margin-top: 1.5em;
}
.page-other .contents_other .sec-inner .txt ul li {
  margin-left: 1.8em;
  list-style: disc;
}
.page-other .contents_other .sec-inner .txt ol li {
  margin-left: 1.1em;
  text-indent: -1.1em;
}
.page-other .contents_other .sec-inner .border-btm {
  border-bottom: 1px dashed #D9D9D9;
}
.page-other .contents_other .sec-inner .gray-blc {
  background: #F9F9F9;
  padding: 2em 3em 1em;
  position: relative;
}
.page-other .contents_other .sec-inner .gray-blc .tit {
  font-size: 1.8rem;
  font-weight: 600;
}
.page-other .contents_other .sec-inner .gray-blc p {
  font-size: 1.4rem;
}
.page-other .contents_other .sec-inner .gray-blc p a {
  color: #260EFF;
}
.page-other .contents_other .sec-inner .gray-blc .pmark {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 100px;
  margin-top: -53px;
}
.page-other .contents_other .sec-inner .gray-blc .pmark img {
  vertical-align: top;
}
.page-other .contents_other .sec-inner .sitemap {
  max-width: 850px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc {
  width: 47%;
  font-weight: 600;
  margin-bottom: 2.5em;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dt {
  background: #EDEDED;
  font-size: 1.8rem;
  padding: 0.5em 0.9em;
  margin-bottom: 0.8em;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dt span {
  padding: 0 1.3em;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dd {
  padding: 0.5em 1em;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc dl a {
  text-decoration: none;
  display: block;
  text-indent: -1.7em;
  margin-left: 1.7em;
}
.page-other .contents_other .sec-inner .sitemap .sitemap_blc dl a:before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  border-right: 2px solid #ED6C00;
  border-bottom: 2px solid #ED6C00;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-right: 15px;
  margin-bottom: 6px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .page-other .contents_other .sec-inner .txt {
    padding: 1em 0;
    font-size: 1.3rem;
    line-height: 1.8;
  }
  .page-other .contents_other .sec-inner .txt h3 {
    font-size: 1.5rem;
    margin-bottom: 0.2em;
    line-height: 1.6;
  }
  .page-other .contents_other .sec-inner .gray-blc {
    padding: 1em 1.5em 0.5em;
  }
  .page-other .contents_other .sec-inner .gray-blc .tit {
    font-size: 1.4rem;
  }
  .page-other .contents_other .sec-inner .gray-blc p {
    font-size: 1.2rem;
  }
  .page-other .contents_other .sec-inner .gray-blc .pmark {
    top: inherit;
    right: 10px;
    bottom: 10px;
    width: 60px;
    margin-top: 0;
  }
  .page-other .contents_other .sec-inner .sitemap {
    display: block;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc {
    width: 100%;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dt {
    font-size: 1.5rem;
    padding: 0.5em 0.9em;
    margin-bottom: 0.8em;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dt span {
    padding: 0 1.3em;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc dl dd {
    padding: 0.5em 1em;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc dl a {
    text-decoration: none;
    display: block;
  }
  .page-other .contents_other .sec-inner .sitemap .sitemap_blc dl a:before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #ED6C00;
    border-bottom: 2px solid #ED6C00;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    margin-right: 15px;
    margin-bottom: 6px;
    vertical-align: middle;
  }
}

/*------------------------------
inquiry お問い合わせ
-------------------------------*/
.page-contact .contents_other .sec-inner .txt h3 {
  text-indent: -1.5em;
  margin-left: 1.5em;
}
.page-contact .contents_other .sec-inner .txt p {
  margin-left: 2em;
}
.page-contact .contents_other .sec-inner .gray-blc {
  margin-top: 4em;
}
.page-contact .contents_other .sec-inner .gray-blc .tit {
  font-size: 2.6rem;
  text-align: center;
}
.page-contact .contents_other .sec-inner .gray-blc p {
  font-size: 1.6rem;
  line-height: 2;
  display: table;
  margin: 1em auto;
}
.page-contact .blc-lead .sec-inner .sec-title p {
  text-align: center;
}
.page-contact .pp-agree {
  text-align: center;
  padding-bottom: 120px;
}
.page-contact .pp-agree .agree-check {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2;
}
.page-contact .pp-agree .agree-check .mini {
  font-size: 1.4rem;
  font-weight: 400;
}
.page-contact .pp-agree .btn {
  margin-top: 3em;
}
.page-contact .pp-agree .btn a {
  background: #ED6C00;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  padding: 1em 3em;
  display: inline-block;
  margin: 0 20px 20px;
}
.page-contact .pp-agree .nosubmit {
  opacity: 0.3;
}
.page-contact .pp-agree .nosubmit a {
  pointer-events: none;
}
.page-contact .form_blc {
  width: 90%;
  max-width: 800px;
  margin: 55px auto 0;
}
.page-contact .form_blc .wpforms-field-label {
  font-size: 1.8rem;
  font-weight: 600;
  margin: 0.3em 0 0.6em 0;
}
.page-contact .form_blc .wpforms-required-label {
  background: #FF3400;
  color: #fff;
  font-size: 1.3rem;
  padding: 1px 10px;
}
.page-contact .form_blc input {
  border-radius: 2px !important;
  border: 1px solid #D9D9D9 !important;
  background: #F9F9F9 !important;
  max-width: 100% !important;
}
.page-contact .form_blc select {
  border-radius: 2px;
  border: 1px solid #D9D9D9;
  background-color: #F9F9F9;
  max-width: 100% !important;
}
.page-contact .form_blc .form-btn {
  margin: 3em auto 0;
  background: #ED6C00 !important;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 72px;
  width: 300px;
  max-width: 300px !important;
  text-align: center;
  display: block;
}
.page-contact .back-btn {
  padding-bottom: 120px;
}
.page-contact .back-btn a {
  margin: 2em auto 0;
  background: #4C4948;
  color: #fff;
  text-decoration: none;
  font-size: 1.8rem;
  font-weight: 600;
  height: 72px;
  line-height: 72px;
  width: 300px;
  text-align: center;
  display: block;
}
.page-contact .back-btn p {
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .page-contact .contents_other .sec-inner .txt p {
    margin-left: 1.7em;
  }
  .page-contact .contents_other .sec-inner .gray-blc {
    margin-top: 2em;
  }
  .page-contact .contents_other .sec-inner .gray-blc .tit {
    font-size: 1.8rem;
  }
  .page-contact .contents_other .sec-inner .gray-blc p {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-contact .pp-agree {
    padding-bottom: 60px;
  }
  .page-contact .pp-agree .agree-check {
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .page-contact .pp-agree .agree-check .mini {
    font-size: 1.2rem;
  }
  .page-contact .pp-agree .btn {
    margin-top: 3em;
  }
  .page-contact .pp-agree .btn a {
    font-size: 1.4rem;
    width: 80%;
    max-width: 300px;
  }
  .page-contact .form_blc .wpforms-field-label {
    font-size: 1.5rem;
  }
  .page-contact .form_blc .form-btn {
    font-size: 1.6rem;
  }
  .page-contact .back-btn {
    padding-bottom: 60px;
  }
  .page-contact .back-btn a {
    font-size: 1.6rem;
  }
  .page-contact .back-btn p {
    font-size: 1.2rem;
  }
}

.wpforms-container .wpforms-field .wpforms-field-row {
  display: block !important;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-field-row-block {
  padding: 0 !important;
}

.wpforms-container input.wpforms-field-medium, .wpforms-container select.wpforms-field-medium, .wpforms-container .wpforms-field-row.wpforms-field-medium, .wp-core-ui div.wpforms-container input.wpforms-field-medium, .wp-core-ui div.wpforms-container select.wpforms-field-medium, .wp-core-ui div.wpforms-container .wpforms-field-row.wpforms-field-medium {
  max-width: 100% !important;
}

.wpforms-container .wpforms-field .wpforms-field-row .wpforms-one-half, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-three-sixths, .wpforms-container .wpforms-field .wpforms-field-row .wpforms-two-fourths {
  width: 100% !important;
}

.wpforms-field-row-block.wpforms-one-half.wpforms-first {
  margin-bottom: 1.5em;
}

.noufound {
  padding: 100px 0;
}
.noufound .sec-inner p {
  text-align: center;
}
.noufound .top_back {
  margin-top: 40px;
}
.noufound .top_back .btn-more {
  margin: 20px auto 0;
}