@charset "UTF-8";
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  /* 1 */
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

button,
input {
  /* 1 */
  overflow: visible; }

button,
select {
  /* 1 */
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

/* base */
.cf {
  zoom: 1; }
  .cf:before, .cf:after {
    content: "";
    display: table; }
  .cf:after {
    clear: both; }

/*
@mixin mplus {
    font-family: 'M PLUS Rounded 1c','Noto Sans JP', "メイリオ", Meiryo,YuGothic, "游ゴシック",'Roboto', Helvetica Neue, Helvetica, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
}
// 明朝定義
@mixin mincyou {
    font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}
*/
*:link,
*:visited,
*:active {
  color: inherit; }

a:hover {
  color: inherit; }

footer a:hover {
  text-decoration: underline; }

/* Base Layout
 * =================================================================================
**/
.mb1 {
  margin-bottom: 6px; }

.mb2 {
  margin-bottom: 12px; }

.mb3 {
  margin-bottom: 18px; }

.mb4 {
  margin-bottom: 24px; }

.mb5 {
  margin-bottom: 30px; }

.mb6 {
  margin-bottom: 36px; }

.mb7 {
  margin-bottom: 42px; }

.mb8 {
  margin-bottom: 48px; }

.mb9 {
  margin-bottom: 54px; }

.mb10 {
  margin-bottom: 60px; }

.left {
  float: left; }

.right {
  float: right; }

.tar {
  text-align: right; }

.tal {
  text-align: left; }

.tac {
  text-align: center; }

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

img.left {
  margin-right: 48px; }

img.right {
  margin-left: 48px; }

.rad {
  border-radius: 6px; }

.full {
  width: 100%;
  height: auto; }

.red {
  color: #FF0000; }

.small {
  font-size: 80%; }

.big {
  font-size: 117%; }

.bold {
  font-weight: bold; }

.mt5 {
  margin-top: 5px; }

.mt10 {
  margin-top: 10px; }

.mt20 {
  margin-top: 20px; }

.mt30 {
  margin-top: 30px; }

.mb5 {
  margin-bottom: 5px; }

.mb10 {
  margin-bottom: 10px; }

.mb20 {
  margin-bottom: 20px; }

.mb30 {
  margin-bottom: 30px; }

.i-sh {
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3); }

/* Default
 * =================================================================================
**/
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
input,
textarea,
small,
address,
aside,
blockquote,
th,
td {
  font-family: sans-serif,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
  font-size: 16px;
  font-size: 1rem;
  color: #000;
  font-weight: 400;
  box-sizing: border-box;
  letter-spacing: 1px;
  z-index: 0;
  margin: 0;
  max-height: 100%; }
  @media screen and (max-width: 576px) {
    body,
    dl,
    dt,
    dd,
    ul,
    ol,
    li,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    pre,
    form,
    input,
    textarea,
    small,
    address,
    aside,
    blockquote,
    th,
    td {
      font-size: 15px;
      font-size: 0.9375rem;
      letter-spacing: 0px; } }

p, div {
  letter-spacing: inherit;
  font-family: inherit;
  margin: 0;
  box-sizing: border-box; }
  @media screen and (max-width: 576px) {
    p, div {
      letter-spacing: 0; } }

section {
  box-sizing: border-box; }

html {
  overflow-y: scroll;
  box-sizing: border-box; }

body {
  line-height: 1.7;
  position: relative; }
  @media screen and (max-width: 576px) {
    body {
      line-height: 1.5; } }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style: none; }
  li img {
    vertical-align: bottom; }

a {
  color: inherit;
  cursor: pointer;
  backface-visibility: hidden; }
  a:hover {
    opacity: 0.8; }

/*
@media screen and (min-width: 801px) {
a[href^="tel:"] {
    pointer-events: none;
}
}*/
::selection {
  background-color: #595959;
  color: #fff;
  /* Safari */ }

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

.arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle; }

.triangle {
  content: "";
  box-sizing: border-box;
  width: 4px;
  height: 4px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border: 4px solid transparent;
  border-left: 4px solid #fff; }

/* END:Default
 * =================================================================================
 */
/* Base Block Style
 * =================================================================================
**/
body {
  background: #fff; }

.boxwrap1, .top_contents .contents_list {
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  max-width: 100%; }
  @media screen and (max-width: 576px) {
    .boxwrap1, .top_contents .contents_list {
      padding-left: 2%;
      padding-right: 2%; } }

#l_footer, .top_contents .title_wrap, .top_news, #section_pageHeader .titlearea, .title-navi_ul {
  padding-left: clamp(20px, 7.47vw, 7.47vw);
  padding-right: clamp(20px, 7.47vw, 7.47vw);
  margin-left: auto;
  margin-right: auto;
  position: relative; }
  @media screen and (max-width: 800px) {
    #l_footer, .top_contents .title_wrap, .top_news, #section_pageHeader .titlearea, .title-navi_ul {
      padding-left: clamp(20px, 6vw, 7.47vw);
      padding-right: clamp(20px, 6vw, 7.47vw); } }

#header {
  margin: 0 auto;
  position: relative; }

.shopframe #header {
  z-index: 2; }

/* END:Base Block Style
 * =================================================================================
**/
/* Print Style
 * =================================================================================
**/
@media print {
  h1 a {
    text-indent: 0; }

  #navi_main li a {
    text-indent: 0; }

  #navi_sub li a {
    text-indent: 0; } }
a:hover {
  text-decoration: none; }

/* END:Default
 * =================================================================================
 */
/* Layout Style
 * =================================================================================
**/
/* Logo Style
 * =================================================================================
**/
#h-logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 230px;
  z-index: 2;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }
  #h-logo a {
    display: inline-block;
    text-indent: -9999px;
    background: url(../img/logo.png) no-repeat 0 0;
    background-size: 100%;
    width: 230px;
    height: 52px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    #h-logo a:hover {
      opacity: 1; }
  @media screen and (max-width: 1352px) {
    #h-logo {
      top: 10px;
      left: 10px; } }
  @media screen and (max-width: 1199px) {
    #h-logo {
      max-width: calc(95% - 60px);
      position: relative;
      margin-bottom: 30px; }
      #h-logo a {
        max-width: 100%; } }

/* END:Logo Style
 * =================================================================================
**/
/* Header Style
 * =================================================================================
**/
#l-header {
  width: 100%;
  position: relative;
  margin-bottom: 20px; }
  @media screen and (min-width: 1200px) {
    #l-header {
      z-index: 3; }
      #l-header .headinner {
        width: 100%;
        background: #CDCDCD;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        position: fixed;
        top: 0;
        left: 0; }
        #l-header .headinner.fixed {
          box-shadow: 0 3px 6px -3px rgba(0, 0, 0, 0.2); }
          #l-header .headinner.fixed #h-logo {
            top: 5px; }
          #l-header .headinner.fixed .h_nav__item.h-nav__item--1 {
            font-size: 16px;
            font-size: 1rem; }
            #l-header .headinner.fixed .h_nav__item.h-nav__item--1 a {
              padding: 15px 0.8vw; } }
  @media screen and (max-width: 1199px) {
    #l-header {
      z-index: auto;
      width: 100%; } }
  @media screen and (max-width: 510px) {
    #l-header {
      margin-bottom: 3vw; } }
  @media screen and (max-width: 420px) {
    #l-header {
      margin-bottom: 0; } }
  #l-header .h_nav {
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    @media screen and (max-width: 1199px) {
      #l-header .h_nav {
        position: fixed;
        padding: 0;
        background: #CDCDCD; } }
    #l-header .h_nav__list {
      display: flex;
      flex-flow: row nowrap;
      justify-content: flex-end;
      position: relative;
      align-items: center;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
      @media screen and (max-width: 1199px) {
        #l-header .h_nav__list {
          max-height: none;
          max-width: 100%;
          flex-wrap: wrap;
          display: block;
          border-top: none; } }
    #l-header .h_nav__item {
      text-align: center;
      transition: all 0.3s linear;
      line-height: 1.5;
      flex: 0 1 auto;
      letter-spacing: 0; }
      @media screen and (max-width: 1199px) {
        #l-header .h_nav__item {
          height: auto;
          margin-top: 0;
          position: relative;
          width: 100%; } }
      #l-header .h_nav__item div {
        color: inherit; }
        @media screen and (max-width: 1199px) {
          #l-header .h_nav__item div.drawer-menu-item {
            padding: 0;
            text-decoration: none; } }
      #l-header .h_nav__item a {
        text-decoration: none;
        display: block;
        position: relative;
        box-sizing: border-box;
        transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease; }
        @media screen and (max-width: 576px) {
          #l-header .h_nav__item a:hover {
            opacity: 1; } }
        @media screen and (max-width: 1199px) {
          #l-header .h_nav__item a {
            width: 100%; } }
      @media screen and (min-width: 1200px) {
        #l-header .h_nav__item a:hover {
          opacity: 1;
          color: #fff; } }
      #l-header .h_nav__item.h-nav__item--1 {
        font-weight: 400;
        letter-spacing: .04em; }
        #l-header .h_nav__item.h-nav__item--1 .en {
          font-size: clamp(18px, 1.4vw, 20px); }
        #l-header .h_nav__item.h-nav__item--1 .jp {
          font-size: 12px;
          font-size: 0.75rem;
          font-weight: 500; }
        #l-header .h_nav__item.h-nav__item--1 a {
          padding: 24px 1.2vw; }
          @media screen and (max-width: 1280px) {
            #l-header .h_nav__item.h-nav__item--1 a {
              padding: 18px 0.8vw; } }
        @media screen and (max-width: 1199px) {
          #l-header .h_nav__item.h-nav__item--1 {
            background-position: 10px center;
            text-align: left;
            margin-left: 0px;
            margin-right: 0px; }
            #l-header .h_nav__item.h-nav__item--1 a {
              padding: 10px 2vw; } }
  #l-header .drawer-dropdown:hover a {
    opacity: 0.7; }
  @media screen and (max-width: 1199px) {
    #l-header .drawer-dropdown:hover {
      /*background-color:none;*/ }
    #l-header .drawer-dropdown.openwrap {
      background-color: none; } }
  #l-header .drawer-dropdown .drawer-dropdown-menu {
    position: absolute;
    background: #e5e5e5; }
    #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner * {
      color: #333; }
    #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap {
      padding: 2.0vw;
      background: #CDCDCD; }
      #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap .title2 {
        font-size: clamp(24px, 2.8vw, 34px);
        color: #000; }
      #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap .title3 {
        font-size: clamp(16px, 1.4vw, 20px);
        color: #666; }
      #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap .more {
        margin-top: 40px;
        color: #333; }
        #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap .more a {
          position: relative;
          display: inline-block;
          align-items: center;
          justify-content: center;
          border: 1px solid #4e4e56;
          padding: 5px 40px;
          color: #333; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap .more a:hover {
            background: #4e4e56;
            color: #fff; }
    #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap {
      padding: 3vw 2vw; }
      #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap > div {
        border-bottom: 1px solid #ccc;
        font-size: 15px;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #000; }
        @media screen and (min-width: 577px) {
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap > div:hover {
            border-bottom-color: #999;
            text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF; } }
        #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap > div a {
          position: relative;
          padding: 12px 20px 12px 0; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap > div a::before {
            content: "";
            position: absolute;
            right: 0px;
            margin: auto;
            top: 0;
            bottom: 0;
            box-sizing: border-box;
            background: url("../img/arrow.png") no-repeat right center;
            width: 18px;
            height: 8px;
            background-size: auto 70%;
            opacity: 0.5; }
    @media screen and (min-width: 1200px) {
      #l-header .drawer-dropdown .drawer-dropdown-menu {
        top: 100%;
        left: 0; }
        #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner {
          display: flex;
          justify-content: space-between;
          max-width: 100%; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap {
            width: 25%;
            display: block;
            margin-bottom: 0; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap {
            width: 75%;
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            display: grid;
            grid-template-columns: repeat(auto-fill, minmax(14.5rem, auto));
            gap: 5px 2rem;
            align-items: start; } }
    @media screen and (max-width: 1199px) {
      #l-header .drawer-dropdown .drawer-dropdown-menu {
        display: block;
        position: relative;
        top: 0px;
        z-index: 1;
        box-shadow: none;
        transform: none;
        border-width: 5px; }
        #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner {
          display: block; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap {
            width: 100%;
            padding: 15px 20px 20px; }
          #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap {
            display: none; } }
    #l-header .drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item {
      position: relative;
      letter-spacing: -0.5px;
      line-height: 1.4;
      text-align: left;
      padding: 0;
      text-decoration: none;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
      #l-header .drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item a {
        display: block;
        position: relative;
        opacity: 1.0;
        text-decoration: none; }
        #l-header .drawer-dropdown .drawer-dropdown-menu .drawer-dropdown-menu-item a:hover {
          opacity: 0.7; }
  #l-header .h_nav__item.h_subnav {
    padding-right: 9px;
    padding-left: 9px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1199px) {
      #l-header .h_nav__item.h_subnav {
        position: relative;
        right: auto;
        top: auto;
        display: block;
        margin-top: 20px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0; } }
    #l-header .h_nav__item.h_subnav a::before, #l-header .h_nav__item.h_subnav a::after {
      display: none; }
    @media screen and (max-width: 1199px) {
      #l-header .h_nav__item.h_subnav > div {
        width: 100% !important;
        padding: 3px 10px;
        margin-left: 0; }
        #l-header .h_nav__item.h_subnav > div.search {
          margin-left: 0; } }
    #l-header .h_nav__item.h_subnav .search {
      margin-left: 0.6vw;
      width: 166px; }
      @media screen and (max-width: 1280px) {
        #l-header .h_nav__item.h_subnav .search {
          margin-left: 0.4vw; } }
      #l-header .h_nav__item.h_subnav .search .rdSiteSearch .rdSiteSearch-formInner {
        display: flex;
        border: 2px solid #595959; }
        #l-header .h_nav__item.h_subnav .search .rdSiteSearch .rdSiteSearch-formInner .rdSiteSearch-input {
          width: calc(100% - 40px); }
      #l-header .h_nav__item.h_subnav .search .rdSiteSearch .rdSiteSearch-input {
        padding: 5px;
        border: 0;
        width: 100%; }
      #l-header .h_nav__item.h_subnav .search .rdSiteSearch .rdSiteSearch-btn {
        background: url("../img/search.png") no-repeat center;
        background-color: #595959;
        background-size: 21px 22px;
        color: rgba(255, 255, 255, 0);
        border: none;
        width: 40px;
        cursor: pointer;
        position: relative; }
    #l-header .h_nav__item.h_subnav .lang {
      padding-left: 0.4vw;
      display: flex;
      flex-wrap: nowrap; }
      @media screen and (max-width: 1199px) {
        #l-header .h_nav__item.h_subnav .lang {
          justify-content: center;
          margin-top: 1em; } }
      #l-header .h_nav__item.h_subnav .lang > div {
        font-size: 13px;
        font-size: 0.8125rem;
        font-weight: 500;
        position: relative;
        padding-left: 0.5em;
        margin-left: 0.1em; }
        #l-header .h_nav__item.h_subnav .lang > div:not(:first-child):before {
          content: "/";
          display: inline-block;
          position: absolute;
          left: 0;
          top: 0;
          bottom: 0;
          margin: auto; }
        #l-header .h_nav__item.h_subnav .lang > div a {
          padding-left: 3px;
          padding-right: 3px;
          display: block; }

.tel {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  letter-spacing: 0;
  display: inline-block;
  line-height: 1.4; }
  .tel a {
    position: relative;
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: 700;
    display: inline;
    color: inherit;
    text-decoration: none;
    background: url("../img/ico_tel.png") no-repeat left center;
    padding-left: 34px;
    padding-right: 3px; }

.mail a {
  border: 2px solid #fff;
  border-radius: 99px;
  text-decoration: none;
  display: inline-block;
  font-weight: 700;
  font-size: 19px;
  font-size: 1.1875rem;
  color: #fff;
  letter-spacing: 0;
  padding: 10px 9% 10px 100px;
  box-sizing: border-box;
  max-width: 100%;
  background: url("../img/ico_mail.png") no-repeat 55px center;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease; }
  @media screen and (min-width: 577px) and (max-width: 800px) {
    .mail a {
      padding-left: 50px;
      background-position: 20px center;
      letter-spacing: 0; } }

.sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding-left: 0.6vw; }
  @media screen and (max-width: 1199px) {
    .sns {
      margin-top: 1em; } }
  @media screen and (max-width: 576px) {
    .sns {
      justify-content: left;
      margin-top: 2em; } }
  .sns > div {
    padding-right: 4.5px;
    padding-left: 4.5px; }

@keyframes rotation {
  0% {
    transform: rotate(0); }
  100% {
    transform: rotate(360deg); } }
.sp-dropbutton {
  display: inline-block;
  position: absolute;
  right: 0px;
  top: 12px;
  width: 36px;
  height: 40px;
  transition: all 0.3s;
  z-index: 2; }
  .sp-dropbutton::before {
    width: 7px;
    height: 7px;
    content: "";
    display: inline-block;
    position: absolute;
    top: 0px;
    right: 12px;
    border-bottom: 2px solid #595959;
    border-right: 2px solid #595959;
    transition: all 0.3s;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg); }
  .sp-dropbutton.open::before {
    transform: rotate(225deg); }
  @media screen and (min-width: 1200px) {
    .sp-dropbutton {
      display: none; } }

@media screen and (min-width: 1200px) {
  .drawer-navbar {
    margin: 0 auto;
    height: auto;
    background-color: transparent;
    border: 0;
    box-sizing: border-box;
    position: relative; }

  .drawer-hamburger {
    display: none; } }
.drawer-hamburger {
  background-color: #595959;
  padding-top: 12px;
  padding-bottom: 32px;
  border-radius: 0 0 0 0; }
  .drawer-hamburger::after {
    content: "MENU";
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    margin: auto;
    font-size: 11px;
    color: #fff; }
  .drawer-hamburger:hover {
    cursor: pointer;
    background-color: #595959; }

.drawer-dropdown {
  z-index: 100; }

.drawer-hamburger-icon, .drawer-hamburger-icon::before, .drawer-hamburger-icon::after {
  background-color: #fff;
  height: 4px; }

#l-header .h_subnav .bn-fix {
  /*
  @include medium-screen(){
  position: relative;
  }
    width: calc(100% - 10px);
    border-radius: 99px;
    height: auto;
    color: #fff !important;
    margin-top: 20px;
    letter-spacing: 1px;
    margin-left: auto;
    margin-right: auto;
        a {
        padding:14px 40px;
        }
        br {
        display: none;
        }
        &::before {
        }
        &::after {
        display: none;
        }*/ }
  @media screen and (min-width: 1200px) {
    #l-header .h_subnav .bn-fix {
      display: none; } }

#acp-page .fix_wrap {
  top: calc(4vh + 198px); }

/* END:Header Style
 * =================================================================================
**/
/* Footer Style
 * =================================================================================
**/
#l_footer {
  background: #CDCDCD;
  padding-top: 80px;
  padding-bottom: 20px; }
  @media screen and (max-width: 576px) {
    #l_footer {
      padding-top: 40px;
      display: flex;
      flex-direction: column; } }
  #l_footer .fmain {
    justify-content: space-between;
    order: 1; }
  #l_footer .flex_left {
    width: calc(98% -450px);
    max-width: 50%;
    margin-bottom: 20px; }
  #l_footer .flex_right {
    width: 430px;
    max-width: 50%; }
  @media screen and (max-width: 576px) {
    #l_footer .edit_inner {
      width: 100%;
      max-width: 100%; } }
  #l_footer .logo {
    margin-bottom: 20px;
    font-size: clamp(16px, 2.5vw, 18px);
    letter-spacing: 0; }
    #l_footer .logo a {
      text-decoration: none; }
  #l_footer .address {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: 400; }
  #l_footer .fnav {
    justify-content: flex-start;
    color: #ccc;
    padding-top: 20px;
    order: 0; }
    @media screen and (max-width: 576px) {
      #l_footer .fnav {
        margin-bottom: 20px; } }
    #l_footer .fnav > div {
      font-size: 13px;
      font-size: 0.8125rem;
      margin-right: 1rem;
      margin-bottom: 8px; }
      @media screen and (max-width: 576px) {
        #l_footer .fnav > div {
          font-size: 12px;
          font-size: 0.75rem; } }
      #l_footer .fnav > div a {
        text-decoration: none;
        color: inherit;
        display: block; }
        #l_footer .fnav > div a:hover {
          color: #fff;
          opacity: 1; }
  #l_footer .copy {
    font-size: 11px;
    letter-spacing: 0;
    margin-left: auto;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 20px;
    order: 9; }
    #l_footer .copy a {
      text-decoration: none;
      color: inherit; }

#pagetop-side {
  width: 60px;
  height: 60px;
  position: fixed;
  z-index: 100;
  bottom: 0px;
  right: 0px;
  text-indent: -9999px;
  background-color: #CDCDCD;
  background-image: url(../img/pagetop.png);
  background-repeat: no-repeat;
  background-position: center;
  opacity: 1;
  transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  cursor: pointer; }
  @media screen and (min-width: 577px) {
    #pagetop-side:hover {
      background-color: #d7000f; } }
  @media screen and (max-width: 576px) {
    #pagetop-side {
      width: 40px;
      height: 40px; } }
  #pagetop-side a {
    display: block; }

/* END:Footer Style
 * =================================================================================
**/
/* Main Contents Style
 * =================================================================================
**/
.l-container,
#contents {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 40vh; }

#contents {
  width: 1200px;
  max-width: 100%;
  margin: 0 auto;
  min-height: 40vh; }
  @media screen and (max-width: 576px) {
    #contents {
      max-width: 98%; } }

.inner {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }

.l_main.page_main {
  overflow-x: hidden; }

/* END:Main Contents Style
 * =================================================================================
**/
/* END:Generic Layout Style
 * =================================================================================
**/
/* class追加機能対応セレクタ*/
.pconly {
  display: block; }
  @media screen and (max-width: 576px) {
    .pconly {
      display: none; } }

.sponly {
  display: none; }
  @media screen and (max-width: 576px) {
    .sponly {
      display: block; } }

.spn {
  display: inline; }

.flex_inner {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: row;
  flex-direction: row;
  justify-content: space-between;
  position: relative; }
  @media screen and (max-width: 576px) {
    .flex_inner {
      display: block; } }

.just2, .just3, .just4, .just5, .just_gr, .book_box .book_box_ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 576px) {
    .just2 .flex-blnk, .just3 .flex-blnk, .just4 .flex-blnk, .just5 .flex-blnk, .just_gr .flex-blnk, .book_box .book_box_ul .flex-blnk {
      margin-bottom: 0 !important; } }

.just_center {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center; }

.just2 > div {
  width: 49%;
  margin-right: 2%;
  width: calc(50% - 4px);
  margin-right: 4px; }
  .just2 > div:nth-child(2n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just2 > div {
      width: 100%;
      margin-right: 0; } }

.just2.just3 > div {
  width: 32%;
  margin-right: 2%;
  width: calc(33.333333% - 4px);
  margin-right: 4px; }
  .just2.just3 > div:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just2.just3 > div {
      width: 100%;
      margin-right: 0; } }
.just2.just4 > div {
  width: 24%;
  margin-right: 1.3%;
  width: calc(25% - 4px);
  margin-right: 4px; }
  .just2.just4 > div:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just2.just4 > div {
      width: 49%;
      margin-right: 2%; }
      .just2.just4 > div:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .just2.just4 > div {
      width: 100%; } }
.just2.just5 > div {
  width: 19%;
  margin-right: 1.25%;
  width: calc(20% - 4px);
  margin-right: 4px; }
  .just2.just5 > div:nth-child(5n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just2.just5 > div {
      width: 49%;
      margin-right: 2%; }
      .just2.just5 > div:nth-child(5n) {
        margin-right: 2%; }
      .just2.just5 > div:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .just2.just5 > div {
      width: 100%; } }

.just3 > div {
  width: 32%;
  margin-right: 2%; }
  .just3 > div:nth-child(3n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just3 > div {
      width: 100%;
      margin-right: 0; } }

.just4 > div {
  width: 24%;
  margin-right: 1.3%; }
  .just4 > div:nth-child(4n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just4 > div {
      width: 49%;
      margin-right: 2%; }
      .just4 > div:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .just4 > div {
      width: 100%; } }

.just5 > div {
  width: 19%;
  margin-right: 1.25%; }
  .just5 > div:nth-child(5n) {
    margin-right: 0; }
  @media screen and (max-width: 576px) {
    .just5 > div {
      width: 49%;
      margin-right: 2%; }
      .just5 > div:nth-child(5n) {
        margin-right: 2%; }
      .just5 > div:nth-child(2n) {
        margin-right: 0; } }
  @media screen and (max-width: 480px) {
    .just5 > div {
      width: 100%; } }

.grid {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, auto));
  gap: 0 2rem; }

.hidden {
  overflow: hidden; }

.boxwrap1 {
  position: relative;
  padding-left: auto;
  padding-right: auto;
  padding-left: 0;
  padding-right: 0; }

.default_none {
  display: none; }

.mla {
  margin-left: auto; }

.mra {
  margin-right: auto; }

.title_bg {
  position: relative;
  background: #595959; }
  .title_bg::before {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    height: 100%;
    width: 100%;
    background: url("../img/bg_ttl.png") no-repeat 0 0;
    opacity: 0.2; }

.bg_wrap {
  position: relative;
  background: #CDCDCD;
  padding: 60px 0px 40px;
  width: 100vw;
  max-width: 100vw;
  margin: 0 calc(50% - 50vw); }
  @media screen and (max-width: 1199px) {
    .bg_wrap {
      padding: 30px 0px 20px; } }

.rad img {
  border-radius: 10px; }

.dl_ico a {
  text-decoration: underline;
  position: relative; }
  .dl_ico a:after {
    display: inline-block;
    width: 31px;
    height: 31px;
    position: absolute;
    right: 5px;
    top: 0;
    bottom: 0;
    margin: auto;
    content: none; }
  .dl_ico a[href*=".pdf"] {
    padding: 5px 35px 5px 5px; }
    .dl_ico a[href*=".pdf"]:after {
      content: "";
      background: url("../img/icon-pdf-m.png") no-repeat 0 0;
      background-size: 100% 100%; }
  .dl_ico a[href*=".doc"], .dl_ico a[href*=".docx"] {
    padding: 5px 35px 5px 5px; }
    .dl_ico a[href*=".doc"]:after, .dl_ico a[href*=".docx"]:after {
      content: "";
      background: url("../img/icon-word-m.png") no-repeat 0 0;
      background-size: 100% 100%; }
  .dl_ico a[href*=".xls"], .dl_ico a[href*=".xlsx"] {
    padding: 5px 35px 5px 5px; }
    .dl_ico a[href*=".xls"]:after, .dl_ico a[href*=".xlsx"]:after {
      content: "";
      background: url("../img/icon-xcel-m.png") no-repeat 0 0;
      background-size: 100% 100%; }

.color_bg {
  position: relative;
  width: 1200px;
  max-width: 100%;
  margin: 0 auto; }
  .color_bg::before {
    z-index: -1;
    content: "";
    background: #CDCDCD;
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw);
    position: absolute;
    top: 0;
    left: 0;
    height: 100%; }

.bg_grad {
  background: -moz-linear-gradient(to right, #595959, #d7000f);
  background: -webkit-linear-gradient(to right, #595959, #d7000f);
  background: linear-gradient(to right, #595959, #d7000f);
  color: #fff;
  font-weight: 700;
  text-align: center; }

.dot_icon {
  padding-left: 24px !important;
  position: relative; }
  .dot_icon::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.3em + 10px);
    width: 1em;
    height: 1em;
    border-radius: 50%;
    background: #595959; }

.relative {
  position: relative; }

.tag_rt {
  position: absolute;
  right: 10px;
  top: 10px;
  display: inline-block; }

.swingbox,
.flipbox,
.fadebox,
.fadeinbox,
.bouncedownbox,
.bouncebox {
  opacity: 0; }

.swingbox.animate__animated,
.flipbox.animate__animated,
.fadebox.animate__animated,
.fadeinbox.animate__animated,
.bouncedownbox.animate__animated,
.bouncebox.animate__animated {
  opacity: 1; }

.ablock a {
  display: block; }

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

.rdplanetext.table_borderbottom .table table th,
.rdplanetext.table_borderbottom .table table td,
.rdplanetext2.table_borderbottom .table table th,
.rdplanetext2.table_borderbottom .table table td {
  border: none;
  border-bottom: 1px solid #DDDDDD; }

.link_efect {
  position: relative; }
  .link_efect a {
    background: #595959;
    display: block;
    color: #fff;
    font-weight: 700;
    text-align: center;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative; }
    .link_efect a:hover {
      background: #d7000f; }

.wraptitle {
  background: #fff;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 10px;
  width: 320px;
  max-width: 100%;
  border: 3px solid rgba(89, 89, 89, 0.5);
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  color: #333; }

.underlinetitles {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(89, 89, 89, 0.5) 60%); }

.underlinetitles2 {
  display: inline-block;
  background: linear-gradient(transparent 60%, rgba(166, 152, 85, 0.9) 60%); }

.font_tel {
  font-family: 'Unna', serif; }

.font_oswald {
  font-family: 'Oswald', Helvetica Neue, Helvetica, 'Noto Sans JP', YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo; }

.font_roboto {
  font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN"; }

/* class追加機能対応セレクタ END*/
.jp-style {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  -webkit-text-orientation: upright;
  text-orientation: upright; }

/* USERBLOCK Style 
 * =================================================================================
**/
/*システム標準ブロック*/
.gaiyou {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #DDDDDD; }
  .gaiyou > div:nth-child(2n-1) {
    width: 30%;
    padding: 14px 1.5%;
    font-weight: 700;
    position: relative;
    background: #CDCDCD;
    background: #f5f5f5;
    border-bottom: 1px solid #DDDDDD;
    border-right: 1px dashed #DDDDDD; }
  .gaiyou > div:nth-child(2n) {
    width: 70%;
    padding: 14px 1.5%;
    border-bottom: 1px solid #DDDDDD;
    background: #fff; }
  @media screen and (max-width: 576px) {
    .gaiyou > div:nth-child(2n-1) {
      border-right: none; }
    .gaiyou > div:nth-child(1n) {
      width: 100%; } }

.ablock a {
  display: block !important; }

.flex-blnk {
  border: none !important;
  box-shadow: none !important;
  background: none !important; }
  .flex-blnk::before, .flex-blnk::after {
    display: none !important; }

.anchor__list {
  justify-content: left; }
  @media screen and (max-width: 576px) {
    .anchor__list {
      justify-content: flex-start; } }
  .anchor__list > div {
    font-weight: 500;
    text-align: center;
    letter-spacing: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative;
    padding: 8px; }
    .anchor__list > div::before {
      content: "";
      position: absolute;
      left: 0px;
      top: 0px;
      width: calc(100% - 16px);
      height: calc(100% - 16px);
      border: 8px solid #CDCDCD;
      border-radius: 99px;
      z-index: -1; }
    .anchor__list > div a {
      text-decoration: none;
      background: #595959;
      border-radius: 99px;
      padding: 12px 20px;
      display: block;
      position: relative;
      color: #fff; }
    .anchor__list > div:hover a {
      background-position: right center;
      background-size: 200% auto;
      -webkit-animation: pulse 2.5s infinite;
      animation: shad26 1.5s infinite; }

@keyframes shad26 {
  0% {
    box-shadow: 0 0 0 0 #595959; }
  70% {
    box-shadow: 0 0 0 10px rgba(89, 89, 89, 0); }
  100% {
    box-shadow: 0 0 0 0 rgba(89, 89, 89, 0); } }
.faq {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto; }
  .faq > div {
    position: relative; }
    .faq > div::before {
      position: absolute;
      font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
      left: 5px !important;
      top: 0;
      font-size: 30px;
      font-size: 1.875rem;
      width: 40px !important;
      height: 40px !important;
      line-height: 40px !important;
      text-align: center;
      font-family: 'Unna', serif;
      font-weight: 600;
      color: #595959;
      content: ""; }
    .faq > div:nth-child(2n-1) {
      padding: 14px 0px 14px 50px !important;
      font-weight: 700;
      font-size: clamp(16px, 2vw, 18px);
      /*
      &::after {
      background:$base-main-color url("../img/arrow5.png") no-repeat center;
      border-radius: 50%;
      width:22px;
      height:22px;
      content: "";
      position: absolute;
      right: 15px;
      top:18px;
      transition: all 0.5s ease 0s;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
      }
      &.open {
          &::after {
          transform: scaleY(-1);
          }
      }*/ }
      .faq > div:nth-child(2n-1)::before {
        content: "Q." !important;
        top: 9px; }
    .faq > div:nth-child(2n) {
      padding: 15px 0px 15px 50px !important; }
      .faq > div:nth-child(2n)::before {
        content: "A." !important;
        color: rgba(89, 89, 89, 0.6);
        top: 8px; }

.link_btn {
  letter-spacing: .04em;
  font-size: 17px;
  font-size: 1.0625rem; }
  .link_btn a {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    padding: 8px clamp(90px, 10vw, 105px) 8px 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    position: relative; }
    @media screen and (max-width: 576px) {
      .link_btn a {
        padding-right: 95px;
        padding-top: 10px;
        padding-bottom: 10px; } }
    .link_btn a::before {
      content: "";
      width: 46px;
      height: 46px;
      border-radius: 50%;
      background: #CDCDCD;
      right: 0;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      transition: all 0.5s ease 0s; }
    .link_btn a::after {
      content: "";
      width: 62px;
      height: 8px;
      background: url("../img/arrow.png") no-repeat 0 0;
      right: 20px;
      top: 0;
      bottom: 0;
      margin: auto;
      position: absolute;
      transition: all 0.5s ease 0s; }
    .link_btn a:hover::before, .link_btn a:hover::after {
      transform: translateX(5px); }
    .link_btn a:hover::before {
      transform: translateX(5px);
      background: rgba(0, 0, 0, 0.5); }
  .link_btn.orange a {
    background-color: #ff9933; }
  .link_btn.blue a {
    background-color: #A69855; }
  .link_btn.green a {
    background-color: #595959; }

.dl_list_text {
  flex-wrap: wrap;
  display: flex;
  padding: 10px 0 10px; }
  .dl_list_text .dl_list_text_title {
    padding: 12px 0 12px 20px;
    position: relative; }
    .dl_list_text .dl_list_text_title::before {
      margin: auto;
      position: absolute;
      content: "";
      width: 5px;
      height: 30px;
      background: #595959;
      top: 0;
      bottom: 0;
      left: 0;
      border-radius: 9px; }

.dl_list_text_btn {
  max-width: 500px; }
  .dl_list_text_btn a {
    position: relative;
    display: block;
    padding: 10px 25px 10px 50px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    background: #eee;
    border-radius: 50px;
    z-index: 0;
    text-decoration: none;
    overflow: hidden; }
    .dl_list_text_btn a:before {
      content: "";
      position: absolute;
      inset-block: 0;
      margin-block: auto;
      width: 36px;
      height: 36px;
      background-image: url(../img/arrow2.png);
      background-repeat: no-repeat;
      background-position: 15px center;
      -webkit-transition: inherit;
      left: 5px;
      background-color: #FFF;
      border-radius: 50%;
      z-index: 2; }
    .dl_list_text_btn a[href*=".pdf"]:before, .dl_list_text_btn a[href*=".doc"]:before, .dl_list_text_btn a[href*=".docx"]:before, .dl_list_text_btn a[href*=".xls"]:before, .dl_list_text_btn a[href*=".xlsx"]:before, .dl_list_text_btn a[href*=".zip"]:before {
      right: auto;
      background-size: 25px 25px;
      background-position: center; }
    .dl_list_text_btn a[href*=".pdf"]:before {
      background-image: url("../img/icon-pdf-m.png"); }
    .dl_list_text_btn a[href*=".doc"]:before, .dl_list_text_btn a[href*=".docx"]:before {
      background-image: url("../img/icon-word-m.png"); }
    .dl_list_text_btn a[href*=".xls"]:before, .dl_list_text_btn a[href*=".xlsx"]:before {
      background-image: url("../img/icon-xcel-m.png"); }
    .dl_list_text_btn a[href*=".zip"]:before {
      background-image: url("../img/zip.png"); }

.fullsize {
  text-align: center; }
  .fullsize img {
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw); }

.openbox {
  width: 100%;
  position: relative;
  background-color: #CDCDCD;
  border-radius: 5px 5px 0 0;
  padding: 12px 40px 12px 20px;
  border-bottom: 1px solid #595959;
  cursor: pointer; }
  .openbox::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 14px;
    right: 14px;
    background: url("../img/h4.png") no-repeat center;
    background-size: contain;
    cursor: pointer; }
  .openbox::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 0px;
    background-color: #fff;
    transition: all .5s ease;
    top: 26px;
    right: 26px; }
  .openbox.open::after {
    height: 14px;
    top: 20px; }
  @media screen and (max-width: 576px) {
    .openbox {
      padding-right: 32px;
      padding-left: 15px; }
      .openbox::before {
        right: 8px; }
      .openbox::after {
        right: 20px; } }

.dot_txt > div {
  padding-left: 20px !important;
  position: relative; }
  .dot_txt > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.45em + 0px);
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #595959; }

.dot_txt2 > div {
  padding-left: 20px !important;
  position: relative; }
  .dot_txt2 > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.45em + 0px);
    width: 0.8em;
    height: 0.8em;
    border-radius: 50%;
    background: #d7000f; }

/*custom*/
.car_txt > div {
  padding-left: 28px !important;
  position: relative; }
  .car_txt > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.25em + 0px);
    background: url("../img/ico_car.png") no-repeat 0 0;
    width: 20px;
    height: 20px; }

.train_txt > div {
  padding-left: 28px !important;
  position: relative; }
  .train_txt > div::before {
    content: "";
    position: absolute;
    left: 0;
    top: calc(0.25em + 0px);
    background: url("../img/ico_train.png") no-repeat 0 0;
    width: 20px;
    height: 20px; }

.toggle-box {
  position: relative;
  border: 1px solid #595959;
  border-radius: 5px; }
  .toggle-box::before {
    content: "";
    width: 14px;
    position: absolute;
    top: 27px;
    right: 24px;
    border-top: 2px solid #FFF;
    box-sizing: border-box;
    z-index: 1; }
    @media screen and (max-width: 576px) {
      .toggle-box::before {
        top: 21px; } }
  .toggle-box > div:nth-child(2n-1) {
    width: 100%;
    position: relative;
    color: #333333;
    letter-spacing: 0.1em;
    background-color: #CDCDCD;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    padding: 12px 50px 12px 20px;
    cursor: pointer; }
    .toggle-box > div:nth-child(2n-1)::before {
      content: "";
      width: 26px;
      height: 26px;
      position: absolute;
      top: 15px;
      right: 18px;
      background-color: #595959;
      border-radius: 13px;
      -webkit-border-radius: 13px;
      -moz-border-radius: 13px;
      cursor: pointer; }
      @media screen and (max-width: 576px) {
        .toggle-box > div:nth-child(2n-1)::before {
          top: 9px; } }
    .toggle-box > div:nth-child(2n-1)::after {
      content: "";
      width: 14px;
      position: absolute;
      top: 27px;
      right: 24px;
      border-top: 2px solid #FFF;
      box-sizing: border-box;
      z-index: 1;
      transform: rotate(90deg);
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease; }
      @media screen and (max-width: 576px) {
        .toggle-box > div:nth-child(2n-1)::after {
          top: 21px; } }
    .toggle-box > div:nth-child(2n-1).open:after {
      transform: rotate(180deg); }
  .toggle-box > div:nth-child(2n) {
    padding: 12px 20px;
    position: relative;
    display: none; }
    .toggle-box > div:nth-child(2n).open {
      display: block; }

/* USERBLOCK Style
 * =================================================================================
**/
.ol-list {
  counter-reset: item;
  position: relative;
  padding-bottom: 1.5em;
  padding-left: 0; }
  .ol-list .ol-list_li {
    list-style-type: none;
    padding: 0.5em 0;
    position: relative;
    padding-left: 66px;
    margin-top: 10px;
    margin-bottom: 10px; }
    @media screen and (max-width: 576px) {
      .ol-list .ol-list_li {
        padding-left: 58px; } }
    .ol-list .ol-list_li:before {
      position: absolute;
      left: 5px;
      top: 0;
      font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
      font-weight: 700;
      letter-spacing: 0;
      font-size: 24px;
      font-size: 1.5rem;
      width: 42px;
      height: 42px;
      line-height: 38px;
      border: 2px solid #595959;
      color: #595959;
      background: -moz-linear-gradient(to top, #595959 50%, #fff 50%);
      background: -webkit-linear-gradient(to top, #595959 50%, #fff 50%);
      background: linear-gradient(to top, #595959 50%, #fff 50%);
      background: #CDCDCD;
      text-align: center;
      flex-shrink: 1;
      counter-increment: item;
      content: counter(item) "";
      display: inline-block;
      box-sizing: border-box;
      border-radius: 50%; }

/* userblock template style END*/
/*custom userblock*/
.link_btn2 a {
  display: block;
  color: #d7000f;
  border: 1px solid #d7000f;
  padding: 12px 32px;
  position: relative;
  border-radius: 99em;
  text-decoration: none;
  line-height: 1.5; }
  .link_btn2 a:after {
    content: '';
    position: absolute;
    display: block;
    height: 6px;
    width: 6px;
    left: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 2px solid #d7000f;
    border-top: 2px solid #d7000f;
    transform: rotate(45deg); }
  .link_btn2 a:hover {
    color: #fff;
    background: #d7000f; }
    .link_btn2 a:hover:after {
      border-color: #fff; }

.link_btn_hp a {
  background: #d7000f;
  font-weight: 700;
  display: block;
  padding: 8px 42px 8px 10px;
  color: #fff;
  position: relative;
  text-decoration: none; }
  .link_btn_hp a::before {
    content: "HP";
    position: absolute;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    width: 2em;
    height: 20px;
    line-height: 22px;
    border-radius: 3px;
    color: #d7000f;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center; }

.rdplanetext.link_btn_hp .table table th a, .rdplanetext.link_btn_hp .table table td a, .rdplanetext2.link_btn_hp .table table th a, .rdplanetext2.link_btn_hp .table table td a {
  background: #d7000f;
  font-weight: 700;
  display: block;
  padding: 8px 42px 8px 10px;
  color: #fff;
  position: relative;
  text-decoration: none; }
  .rdplanetext.link_btn_hp .table table th a::before, .rdplanetext.link_btn_hp .table table td a::before, .rdplanetext2.link_btn_hp .table table th a::before, .rdplanetext2.link_btn_hp .table table td a::before {
    content: "HP";
    position: absolute;
    font-size: 19px;
    font-size: 1.1875rem;
    font-weight: 700;
    width: 2em;
    height: 20px;
    line-height: 22px;
    border-radius: 3px;
    color: #d7000f;
    background: #fff;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 5px;
    font-size: 16px;
    font-size: 1rem;
    text-align: center; }

/*custom userblock*/
/* Top Page Style
 * =================================================================================
**/
/*SlideShow*/
#topslide {
  max-height: calc(100vh - 80px) !important;
  margin-bottom: 40px;
  overflow: hidden; }
  @media screen and (max-width: 576px) {
    #topslide {
      max-height: calc(100vh - 160px) !important; } }

#topslide.loaded .masonry-item {
  background-color: rgba(89, 89, 89, 0.1); }

#topslide .masonry-item {
  background-color: transparent;
  transition: background-color 0.3s;
  max-height: none;
  width: 20%;
  width: calc(20% - 3.2px);
  margin-bottom: 3.2px; }

#topslide .masonry-item.loaded img {
  opacity: 1; }

#topslide .masonry-item img {
  transition: opacity 0.3s;
  opacity: 0;
  width: 100%;
  height: auto; }

.slide-copy {
  width: 100%;
  height: 145px;
  overflow: hidden;
  position: absolute;
  bottom: 0px;
  left: 0;
  max-height: 12vw;
  z-index: 2; }
  .slide-copy .copy_txt {
    background: url("../img/flowttl.png") repeat-x;
    background-size: auto;
    background-size: auto 100%;
    width: 100%;
    height: 100%;
    animation: lead-title-Animation 1200s linear infinite;
    font-size: 187px;
    font-size: 11.6875rem;
    font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    color: rgba(188, 188, 188, 0.6);
    font-weight: 700;
    letter-spacing: 0;
    line-height: 1.0; }

@keyframes lead-title-Animation {
  0% {
    background-position: 0 0; }
  100% {
    background-position: -30000px 0; } }
.slider-area {
  position: relative;
  /*
  #slide-wrap {
    position: relative;
    width: 100%;
    border-radius: 15px;
    overflow: hidden;
    .swiper-wrapper {
      position: relative;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-transition-property: -webkit-transform;
      transition-property: -webkit-transform;
      transition-property: transform;
      transition-property: transform, -webkit-transform;
      -webkit-box-sizing: content-box;
      box-sizing: content-box;
    }
  }
  .no-flexbox #slide-wrap .swiper-wrapper {
    width: 1000px;
    margin: 0 auto;
  }
  #slide-wrap.swiper-container .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    img {
      display: block;
      width: 100%;
    }
	.img {
	position: relative;
	}
  }
  .no-flexbox #slide-wrap.swiper-container {
    height: 510px;
    overflow: hidden;

    .swiper-slide {
      float: left;
    }
  }
  #slide-wrap {
    .swiper-pagination-fraction, .swiper-pagination-custom, .swiper-container-horizontal > .swiper-pagination-bullets {
      bottom: 2px;
    }
    .swiper-pagination-bullet-active {
      background-color: rgba($base-main-color, 0.9);
    }
  }
  .top-slide {
    position: relative;
  }
  .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
  }

  .swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
    left: 10px;
    right: auto;
  }
.swiper-pagination-fraction, .swiper-pagination-custom, 
.swiper-container-horizontal > .swiper-pagination-bullets {
}
.swiper-pagination-bullet {
width:10px;
height: 10px;
background:#fff;
opacity: 0.8;
}

  .swiper-button-prev, .swiper-button-next {
    width: 18px;
    height: 35px;
    margin-top: -17px;
    background-size: 17px 36px;
    opacity: 0;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
  }
  .top-slide:hover {
    .swiper-button-prev, .swiper-button-next {
      opacity: 1;
    }
  }*/
  /*
@media screen and (max-width: 800px) {
  #slide-wrap .swiper-slide {
    width: 100%;
    height: 100%;
    img {
      height: auto;
      max-width: 100%;
    }
  }
}*/ }
  .slider-area .sp-image img {
    display: block; }
  .slider-area .slide-img img {
    width: 100%; }

.sec_carusel {
  margin-left: clamp(120px, 8.47%, 8.47%);
  overflow: hidden; }
  .sec_carusel .wrap-carusel {
    position: relative; }
    .sec_carusel .wrap-carusel .swiper-wrapper > div {
      text-align: center; }
      .sec_carusel .wrap-carusel .swiper-wrapper > div img {
        width: auto; }
    .sec_carusel .wrap-carusel .swiper-pagination-bullet-active {
      background: #595959; }
    .sec_carusel .wrap-carusel .swiper-slide {
      text-align: left;
      transition: all 0.2s ease 0s;
      -webkit-transition: all 0.2s ease;
      -moz-transition: all 0.2s ease; }
      .sec_carusel .wrap-carusel .swiper-slide .slideinner {
        margin-left: auto;
        margin-right: auto;
        width: 272px;
        max-width: 100%;
        border-bottom: 1px solid #D6D6D6; }
      .sec_carusel .wrap-carusel .swiper-slide .imgwrap {
        text-align: center;
        width: 100%;
        margin-bottom: 10px;
        position: relative; }
      .sec_carusel .wrap-carusel .swiper-slide .title_txt {
        padding: 10px 0;
        text-align: left;
        font-size: 18px;
        font-size: 1.125rem;
        color: #FBFBFB;
        font-weight: 700;
        line-height: 1.4;
        border-bottom: 1px solid #FBFBFB;
        margin-bottom: -1px;
        display: inline-block;
        letter-spacing: 0; }
        .sec_carusel .wrap-carusel .swiper-slide .title_txt a {
          text-decoration: none; }
  .sec_carusel .swiper-pagination-fraction, .sec_carusel .swiper-pagination-custom,
  .sec_carusel .swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: -5px; }
  .sec_carusel .top-swiper-button-case-next,
  .sec_carusel .swiper-container-rtl .top-swiper-button-case-prev {
    background-image: url("../img/arrow-next-circle.png"); }
  .sec_carusel .top-swiper-button-case-prev,
  .sec_carusel .swiper-container-rtl .top-swiper-button-case-next {
    background-image: url("../img/arrow-prev-circle.png");
    right: auto; }
  @media screen and (max-width: 1199px) {
    .sec_carusel {
      margin-left: clamp(20px, 4vw, 120px); } }
  @media screen and (max-width: 576px) {
    .sec_carusel {
      margin-left: 0; } }
  .sec_carusel .top-swiper-button-case-prev, .sec_carusel .top-swiper-button-case-next {
    position: absolute;
    top: -105px;
    opacity: 1;
    z-index: 1;
    cursor: pointer;
    -moz-transition: all 0.5s ease;
    width: 66px;
    height: 66px;
    background-color: #CDCDCD;
    border-radius: 50%;
    background-size: 22px 8px;
    background-position: center 26px;
    background-repeat: no-repeat;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    .sec_carusel .top-swiper-button-case-prev:hover, .sec_carusel .top-swiper-button-case-next:hover {
      opacity: 1.0;
      background-color: rgba(0, 0, 0, 0.3); }
    @media screen and (max-width: 576px) {
      .sec_carusel .top-swiper-button-case-prev, .sec_carusel .top-swiper-button-case-next {
        top: -58px;
        width: 50px;
        height: 50px;
        background-position: center 18px; } }
  .sec_carusel .top-swiper-button-case-prev {
    left: auto;
    right: clamp(120px, 8.47%, 150px);
    margin-right: 80px; }
    @media screen and (max-width: 1199px) {
      .sec_carusel .top-swiper-button-case-prev {
        right: clamp(20px, 4vw, 120px); } }
    @media screen and (max-width: 576px) {
      .sec_carusel .top-swiper-button-case-prev {
        margin-right: 60px; } }
  .sec_carusel .top-swiper-button-case-next {
    right: min(120px, 8.47%);
    right: clamp(120px, 8.47%, 150px); }
    @media screen and (max-width: 1199px) {
      .sec_carusel .top-swiper-button-case-next {
        right: clamp(20px, 4vw, 120px); } }
  .sec_carusel .wrap-carusel .swiper-slide {
    width: 468px;
    max-width: 100%;
    padding-left: 1em;
    padding-right: 1em; }
    .sec_carusel .wrap-carusel .swiper-slide .imgwrap {
      text-align: center;
      margin-bottom: 5px; }
  .sec_carusel .h3 {
    text-align: right;
    font-size: clamp(14px, 1.5vw, 16px);
    color: #555;
    letter-spacing: 0; }
  .sec_carusel .h2 {
    text-align: right;
    font-size: clamp(18px, 2vw, 21px); }
  .sec_carusel .txt {
    border-top: 1px dashed #A5A5A5;
    padding-top: 12px;
    margin-top: 12px;
    font-size: clamp(13px, 1.5vw, 14px);
    text-align: left;
    font-family: sans-serif,'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
    font-weight: 500; }

.sec_carusel_wrap {
  background: #fff;
  padding-bottom: 50px; }
  .sec_carusel_wrap .title_wrap {
    margin-left: auto;
    margin-right: auto;
    padding: 80px 1vw 10px; }

/*sliderEnd*/
.min {
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E,serif; }

.title_wrap {
  display: flex;
  align-items: baseline;
  margin-bottom: 50px;
  padding-left: 1vw;
  padding-right: 1vw; }
  .title_wrap .h2 {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .04em;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .title_wrap .h2 {
        padding-left: 20px; } }
  .title_wrap .h3 {
    margin-left: 1em;
    font-size: 14px;
    font-size: 0.875rem;
    position: relative;
    font-weight: 500;
    color: #333333;
    padding-left: 1em; }
    .title_wrap .h3::before {
      position: absolute;
      content: "_";
      left: 0;
      bottom: 0; }

/*TOP MAIN */
.conceptstyle {
  position: relative; }
  .conceptstyle > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    position: relative; }
    @media screen and (max-width: 880px) {
      .conceptstyle > div {
        width: 100%;
        max-width: 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        min-height: 1px; } }
  .conceptstyle.rev {
    flex-direction: row-reverse; }
  .conceptstyle .flex_txt {
    text-align: left;
    padding: min(60px, 4vw) min(120px, calc(1vw + 7.47%)); }

.top_about {
  display: none;
  /*
      >div {
      margin-bottom: 4vw;
      @media screen and (max-width: 880px) {
      &.img_wrap {
      margin-bottom: 0;
      }
      }
      }
      .title_wrap {
      padding-left: 0;
      padding-right: 0;
      }
      .txt {
      @include fontsize(16);
      font-weight: 500;
      margin-bottom: 4vw;
      }*/ }

.grid3 {
  display: grid;
  grid-template: auto/repeat(3, 1fr); }
  @media screen and (max-width: 1000px) {
    .grid3 {
      grid-template: auto/repeat(2, 1fr); } }
  @media screen and (max-width: 576px) {
    .grid3 {
      grid-template: auto/repeat(1, 1fr); } }

.grid4 {
  display: grid;
  grid-template: auto/repeat(4, 1fr); }
  @media screen and (max-width: 1000px) {
    .grid4 {
      grid-template: auto/repeat(3, 1fr); } }
  @media screen and (max-width: 800px) {
    .grid4 {
      grid-template: auto/repeat(2, 1fr); } }
  @media screen and (max-width: 480px) {
    .grid4 {
      grid-template: auto/repeat(1, 1fr); } }

.top_contents .title_wrap {
  padding-top: 90px;
  padding-bottom: 10px; }
.top_contents .contents_list {
  width: 100%; }
  .top_contents .contents_list > div {
    position: relative;
    text-align: center; }
  .top_contents .contents_list .imgwrap {
    text-align: center;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center; }
    .top_contents .contents_list .imgwrap > div {
      width: 100%;
      height: 100%; }
  .top_contents .contents_list .txtwrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    background: rgba(255, 255, 255, 0.6);
    display: inline-block;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: calc(100% - 40px);
    width: 380px;
    max-height: 70%;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
  .top_contents .contents_list .en {
    font-size: clamp(20px, 2.4vw, 28px);
    letter-spacing: .04em;
    text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF  0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
    line-height: 1.2; }
    @media screen and (max-width: 576px) {
      .top_contents .contents_list .en {
        font-size: clamp(20px, 5.5vw, 28px); } }
  .top_contents .contents_list .jp {
    font-size: clamp(13px, 1.2vw, 14px);
    font-weight: 500;
    letter-spacing: 0;
    text-shadow: #FFF 1px 1px 0, #FFF -1px -1px 0, #FFF -1px 1px 0, #FFF 1px -1px 0, #FFF 0px 1px 0, #FFF  0 -1px 0, #FFF -1px 0 0, #FFF 1px 0 0;
    letter-spacing: .04em;
    margin-top: 8px; }
    @media screen and (max-width: 576px) {
      .top_contents .contents_list .jp {
        font-size: clamp(15px, 1.8vw, 17px); } }
  .top_contents .contents_list a {
    text-decoration: none; }
  .top_contents .contents_list.grid4 .txtwrap {
    width: 360px; }
  .top_contents .contents_list.grid4 .en {
    font-size: clamp(20px, 2.2vw, 26px); }
  .top_contents .contents_list .contents_li:hover .imgwrap {
    filter: brightness(90%); }
  .top_contents .contents_list .contents_li:hover .txtwrap {
    background: rgba(255, 255, 255, 0.8); }

.top_news {
  padding-top: 80px;
  padding-bottom: 80px; }
  @media screen and (max-width: 576px) {
    .top_news {
      padding-left: 10px;
      padding-right: 10px; } }
  .top_news .title_wrap {
    display: block;
    margin-bottom: 0;
    width: 25%;
    min-width: 220px; }
    @media screen and (max-width: 576px) {
      .top_news .title_wrap {
        width: 100%;
        margin-bottom: 20px; } }
  .top_news .more {
    margin-top: 40px;
    letter-spacing: 0; }
    @media screen and (max-width: 576px) {
      .top_news .more {
        margin-top: 0px;
        text-align: right; } }
  .top_news .top_news__wrap {
    width: 75%;
    max-width: calc(100% - 220px);
    max-height: 300px;
    overflow: auto; }
    @media screen and (max-width: 576px) {
      .top_news .top_news__wrap {
        width: 100%;
        max-width: 100%; } }

.top_news__dl {
  border-bottom: 1px solid #DDDDDD;
  padding: 18px 0;
  display: flex;
  flex-wrap: wrap; }

.top_news__dt {
  letter-spacing: 0;
  font-weight: 400;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", HGS明朝E,serif;
  color: #888;
  flex-shrink: 1;
  width: 128px;
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (max-width: 880px) {
    .top_news__dt {
      width: 100%; } }

.top_news__dd {
  width: calc(100% - 128px);
  font-size: 15px;
  font-size: 0.9375rem; }
  @media screen and (max-width: 880px) {
    .top_news__dd {
      width: 100%;
      margin-top: 5px; } }

/*news end*/
.banner {
  background: #fff;
  padding: 60px 8.472vw; }
  @media screen and (max-width: 1199px) {
    .banner {
      padding: 60px 6vw; } }
  .banner .btn_list {
    gap: 3vw 30px;
    justify-content: flex-start;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    .banner .btn_list > div {
      width: clamp(330px, 40vw, 520px); }
      @media screen and (max-width: 800px) {
        .banner .btn_list > div {
          width: 100%; } }
    .banner .btn_list .btn_list_li {
      font-size: clamp(17px, 2vw, 22px);
      text-align: left;
      font-weight: 400; }
    .banner .btn_list a {
      align-items: center;
      text-decoration: none;
      background: #CDCDCD;
      padding: 41px 80px 43px 2.5vw;
      transition: all 0.5s;
      position: relative;
      display: block; }
      .banner .btn_list a::before {
        content: "";
        width: 36px;
        height: 36px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.4);
        right: 20px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transition: all 0.5s ease 0s; }
      .banner .btn_list a::after {
        content: "";
        width: 62px;
        height: 8px;
        background: url("../img/arrow.png") no-repeat 0 0;
        right: 35px;
        top: 0;
        bottom: 0;
        margin: auto;
        position: absolute;
        transition: all 0.5s ease 0s; }
      @media screen and (max-width: 800px) {
        .banner .btn_list a {
          padding: 30px 80px 30px 20px; } }
      .banner .btn_list a:hover::before {
        transform: translateX(5px);
        background: rgba(255, 255, 255, 0.7); }
      .banner .btn_list a:hover::after {
        transform: translateX(5px); }

/* END:Top Page Style
 * =================================================================================
**/
/* PageHeader Style
 * =================================================================================
**/
.forfixed {
  margin-top: 98px; }
  @media screen and (max-width: 1199px) {
    .forfixed {
      margin-top: 0px;
      padding-top: 0px; } }

.rdanchor a {
  padding-top: 120px !important;
  display: block;
  margin-top: -120px;
  pointer-events: none; }

#editView .rdanchor a {
  padding-top: 0 !important;
  display: inherit;
  margin-top: 0px;
  pointer-events: all; }

#section_pageHeader {
  margin-bottom: calc(1.5vw + 10px); }
  #section_pageHeader .head_inner {
    position: relative;
    overflow: hidden;
    background: -moz-linear-gradient(to top, rgba(89, 89, 89, 0.9), rgba(251, 251, 251, 0.9));
    background: -webkit-linear-gradient(to top, rgba(89, 89, 89, 0.9), rgba(251, 251, 251, 0.9));
    background: linear-gradient(to top, #595959, rgba(89, 89, 89, 0.6));
    background: rgba(89, 89, 89, 0.6);
    width: 100vw;
    max-width: 100vw;
    margin: 0 calc(50% - 50vw); }
  #section_pageHeader .headimg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    z-index: 0;
    position: absolute;
    top: 0;
    right: 0; }
    #section_pageHeader .headimg img {
      width: 100%;
      height: auto;
      opacity: 0.3;
      object-fit: cover; }
  #section_pageHeader .titlearea {
    padding-top: calc(2vw + 20px);
    padding-bottom: calc(2vw + 20px);
    z-index: 1;
    display: flex;
    display: block;
    line-height: 1.5;
    font-weight: 700;
    font-size: clamp(24px, 3vw, 45px);
    color: #fff; }

@media all and (-ms-high-contrast: none) {
  #title-wrap .imgwrap img {
    width: auto;
    max-width: none; } }
.title-navi_ul {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: calc(1.5vw + 10px);
  gap: 20px; }
  .title-navi_ul > div {
    position: relative;
    margin-bottom: 8px;
    margin-right: 8px; }
    @media screen and (max-width: 576px) {
      .title-navi_ul > div {
        width: 100%; } }
    .title-navi_ul > div a {
      padding: 10px 20px;
      text-decoration: none;
      position: relative;
      display: block;
      transition: all 0.5s ease 0s;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      border: 1px solid #999; }
    .title-navi_ul > div:hover a {
      color: #595959;
      box-shadow: 0 0 20px rgba(89, 89, 89, 0.5); }

/*CUSTOM*/
/*system block add*/
.link_btn_out {
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem; }
  .link_btn_out a {
    display: block;
    text-decoration: none;
    border: 1px solid #595959;
    border-radius: 5px;
    padding: 10px 38px 10px 30px;
    position: relative;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    background: url("../img/ico_link.png") no-repeat left 12px center; }
    .link_btn_out a::before {
      content: "";
      position: absolute;
      right: 10px;
      top: 0;
      bottom: 0;
      margin: auto;
      width: 20px;
      height: 20px;
      box-sizing: border-box;
      background: url("../img/ico_link2.png") no-repeat center;
      background-size: 20px 20px; }

.title_link_wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  background: #CDCDCD;
  border-radius: 4px;
  border: 2px solid #595959;
  padding: 10px 15px;
  align-items: center; }
  .title_link_wrap a {
    text-decoration: none;
    display: block; }
  .title_link_wrap .title_link {
    font-size: clamp(19px, 1.46vw, 22px);
    font-weight: 700; }
    @media screen and (max-width: 576px) {
      .title_link_wrap .title_link {
        width: 100%; }
        .title_link_wrap .title_link a {
          display: block;
          background: url("../img/arrow.png") no-repeat right center;
          padding-right: 20px; } }
  .title_link_wrap .title_link_copy {
    margin-left: auto;
    margin-right: -15px;
    background: #595959 url("../img/arrow01.png") no-repeat right 5px center;
    background-size: 10px 5px;
    color: #fff;
    padding: 5px 25px 5px 10px;
    border-radius: 3px 0 0 3px;
    font-size: 15px;
    font-size: 0.9375rem; }
    @media screen and (max-width: 576px) {
      .title_link_wrap .title_link_copy {
        display: none; } }
    .title_link_wrap .title_link_copy:empty {
      opacity: 0; }

.department {
  background: #fff;
  padding: 40px 30px;
  border-radius: 15px; }
  @media screen and (max-width: 576px) {
    .department {
      padding: 30px 20px; } }
  .department .depart_ul {
    display: grid;
    grid-template: auto/repeat(4, 1fr);
    gap: 18px; }
    .department .depart_ul > div {
      font-weight: bold;
      text-decoration: none; }
      .department .depart_ul > div a {
        background: #fff url("../img/arrow02.png") no-repeat left 10px center;
        background-size: 18px 18px;
        padding: 13px 13px 13px 36px;
        line-height: 1.4;
        width: 100%;
        text-decoration: none;
        min-height: 70px;
        box-sizing: border-box;
        display: flex;
        align-items: center;
        position: relative; }
    @media screen and (max-width: 1000px) {
      .department .depart_ul {
        grid-template: auto/repeat(3, 1fr); } }
    @media screen and (max-width: 800px) {
      .department .depart_ul {
        grid-template: auto/repeat(2, 1fr);
        gap: 15px; } }
    @media screen and (max-width: 480px) {
      .department .depart_ul {
        grid-template: auto/repeat(1, 1fr); }
        .department .depart_ul > div a {
          min-height: 66px; } }

.staff {
  display: grid;
  gap: 30px;
  grid-template: auto/repeat(2, 1fr); }
  @media screen and (max-width: 800px) {
    .staff {
      grid-template: auto/repeat(1, 1fr); } }
  .staff .staff_box {
    display: flex;
    flex-wrap: wrap;
    background: rgba(205, 205, 205, 0.5);
    box-shadow: inset 0 0 10px 2px rgba(89, 89, 89, 0.08);
    padding: calc(20px + 1vw);
    border-radius: 8px;
    position: relative; }
    @media screen and (max-width: 576px) {
      .staff .staff_box {
        gap: 20px; } }
    .staff .staff_box::before {
      position: absolute;
      content: "";
      left: 0;
      top: calc(27px + 1.0vw);
      border-top: 1px solid #595959;
      width: 24px;
      height: 1px; }
    .staff .staff_box .datas {
      font-size: 14px;
      font-size: 0.875rem;
      color: #595959;
      line-height: 1.0;
      width: 100%; }
    .staff .staff_box .names {
      font-size: clamp(20px, 1.6vw, 24px);
      font-weight: 700;
      width: 100%;
      margin-bottom: 18px; }
      .staff .staff_box .names span {
        font-size: 15px;
        font-size: 0.9375rem;
        letter-spacing: 0;
        margin-left: 8px; }
    .staff .staff_box .staff_dl {
      display: flex;
      flex-wrap: wrap;
      margin-bottom: auto;
      height: 100%; }
      .staff .staff_box .staff_dl > div {
        font-size: 15px;
        font-size: 0.9375rem;
        margin-bottom: 8px; }
        .staff .staff_box .staff_dl > div:nth-child(2n - 1) {
          width: 3em;
          background: #595959;
          border-radius: 99em;
          margin-bottom: auto;
          color: #fff;
          text-align: center; }
        .staff .staff_box .staff_dl > div:nth-child(2n) {
          width: calc(100% - 3em);
          padding-left: 1em; }
    .staff .staff_box.img_box .staff_dl {
      width: calc(100% - 120px);
      padding-left: 15px; }
    .staff .staff_box.img_box .img_wrap {
      object-fit: cover;
      width: 120px; }
      .staff .staff_box.img_box .img_wrap img {
        border-radius: 8px;
        object-fit: cover; }

.book_box {
  background: #fff;
  box-shadow: 0 1px 6px 1px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 20px; }
  .book_box .book_box_ul {
    justify-content: center;
    align-items: center; }
    .book_box .book_box_ul > div {
      width: 33%;
      grid: 20px;
      position: relative;
      padding: 15px 15px;
      min-width: 280px; }
      @media screen and (max-width: 900px) {
        .book_box .book_box_ul > div {
          font-size: 20px;
          font-size: 1.25rem;
          min-width: 310px;
          padding: 20px; } }
      .book_box .book_box_ul > div::after {
        position: absolute;
        border-right: 1px solid #eee;
        height: 80%;
        top: 10%;
        bottom: 10%;
        right: 0;
        width: 1px;
        content: ""; }
      .book_box .book_box_ul > div:last-child::after {
        display: none; }
      @media screen and (max-width: 700px) {
        .book_box .book_box_ul > div {
          padding: 20px 10px; }
          .book_box .book_box_ul > div::after {
            display: none; } }
    .book_box .book_box_ul .times {
      text-align: center; }
      @media screen and (max-width: 960px) {
        .book_box .book_box_ul .times {
          width: 100%; }
          .book_box .book_box_ul .times::after {
            display: none; } }
    .book_box .book_box_ul .h4 {
      font-weight: 700;
      font-size: 17px;
      font-size: 1.0625rem;
      display: inline-block;
      border: 2px solid #595959;
      padding: 4px 25px;
      border-radius: 99px;
      margin-bottom: 10px; }
    .book_box .book_box_ul .telbox, .book_box .book_box_ul .faxbox {
      position: relative;
      font-family: 'Roboto', Helvetica Neue, Helvetica, YuGothic, "游ゴシック", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN";
      font-weight: 700;
      padding-left: 60px;
      font-size: 24px;
      font-size: 1.5rem;
      line-height: 1.2; }
      .book_box .book_box_ul .telbox::before, .book_box .book_box_ul .faxbox::before {
        content: "";
        position: absolute;
        left: 15px;
        top: 0;
        bottom: 0;
        margin: auto;
        background: url("../img/telm.png") no-repeat center;
        width: 30px;
        height: 30px; }
      .book_box .book_box_ul .telbox .txt, .book_box .book_box_ul .faxbox .txt {
        display: inline-block;
        text-align: center; }
    .book_box .book_box_ul .faxbox::before {
      background: url("../img/faxm.png") no-repeat center; }

/*userblock add*/
/*system block */
.info_item {
  margin-bottom: 25px;
  line-height: 1.5;
  position: relative; }
  .info_item::after {
    content: " ";
    position: absolute;
    top: calc(6px + 0.8em);
    left: 0%;
    /*-webkit-transform: translateY(-50%);
    transform: translateY(-50%);*/
    width: 100%;
    height: 2px;
    background: #595959;
    z-index: -1; }
  .info_item > div:nth-child(2n - 1) {
    width: auto;
    padding: 6px 14px;
    border: solid 2px #595959;
    background: #fff;
    border-radius: 99px;
    text-align: center;
    line-height: 1.5;
    letter-spacing: 0.1em;
    display: inline-block; }
  .info_item > div:nth-child(2n) {
    padding: 10px; }

/* END:PageHeader Style
 * =================================================================================
**/
/* NWC template Style
 * =================================================================================
**/
div.rdplanetitle h2 {
  font-size: clamp(24px, 3.5vw, 34px);
  text-align: center;
  display: block;
  position: relative;
  font-weight: 700;
  line-height: 1.5; }
  div.rdplanetitle h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 6px;
    margin: 15px auto 0;
    background: #595959;
    border-radius: 9px; }
div.rdplanetitle h3 {
  font-size: clamp(20px, 2vw, 30px);
  font-weight: 700;
  padding-left: 44px;
  position: relative;
  line-height: 1.4; }
  div.rdplanetitle h3::before, div.rdplanetitle h3::after {
    position: absolute;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #CDCDCD;
    left: 0px;
    top: 4px;
    content: "";
    z-index: -1; }
  div.rdplanetitle h3::after {
    width: 18px;
    height: 18px;
    top: 1px;
    left: 24px;
    background: rgba(89, 89, 89, 0.8);
    mix-blend-mode: multiply; }
div.rdplanetitle h4 {
  font-size: clamp(18px, 1.86vw, 28px);
  color: #333;
  font-weight: 900;
  line-height: 1.5;
  position: relative;
  padding: 10px 0;
  border-top: 1px solid #DDDDDD; }
  div.rdplanetitle h4::before {
    content: "";
    position: absolute;
    border-right: 8px solid #fff;
    width: 20%;
    height: 2px;
    left: 0;
    top: -2px;
    background: #595959; }
div.rdplanetitle h5 {
  font-size: clamp(18px, 1.34vw, 20px);
  background: #CDCDCD;
  position: relative;
  padding: 6px 12px;
  font-weight: 500;
  letter-spacing: 0;
  border-bottom: 1px solid #595959; }

/* responsiv table scroll */
@media screen and (max-width: 576px) {
  .rdplanetext, .rdplanetext2 {
    /* responsiv table block */ }
    .rdplanetext.scrl_tb, .rdplanetext.scrtable, .rdplanetext2.scrl_tb, .rdplanetext2.scrtable {
      overflow: auto; }
      .rdplanetext.scrl_tb .table table, .rdplanetext.scrtable .table table, .rdplanetext2.scrl_tb .table table, .rdplanetext2.scrtable .table table {
        min-width: 576px; }
        .rdplanetext.scrl_tb .table table tr, .rdplanetext.scrtable .table table tr, .rdplanetext2.scrl_tb .table table tr, .rdplanetext2.scrtable .table table tr {
          display: table-row !important;
          width: auto; }
          .rdplanetext.scrl_tb .table table tr td, .rdplanetext.scrl_tb .table table tr th, .rdplanetext.scrtable .table table tr td, .rdplanetext.scrtable .table table tr th, .rdplanetext2.scrl_tb .table table tr td, .rdplanetext2.scrl_tb .table table tr th, .rdplanetext2.scrtable .table table tr td, .rdplanetext2.scrtable .table table tr th {
            display: table-cell;
            width: auto; }
    .rdplanetext.block_tb .table table tr td, .rdplanetext.block_tb .table table tr th, .rdplanetext.blocktable .table table tr td, .rdplanetext.blocktable .table table tr th, .rdplanetext2.block_tb .table table tr td, .rdplanetext2.block_tb .table table tr th, .rdplanetext2.blocktable .table table tr td, .rdplanetext2.blocktable .table table tr th {
      width: 100% !important; } }
/* 50%cell responsiv table block */
.rdplanetext.half_tb .table table th, .rdplanetext.half_tb .table table td, .rdplanetext.blockhalf .table table th, .rdplanetext.blockhalf .table table td, .rdplanetext2.half_tb .table table th, .rdplanetext2.half_tb .table table td, .rdplanetext2.blockhalf .table table th, .rdplanetext2.blockhalf .table table td {
  width: 50%; }
  @media screen and (max-width: 576px) {
    .rdplanetext.half_tb .table table th, .rdplanetext.half_tb .table table td, .rdplanetext.blockhalf .table table th, .rdplanetext.blockhalf .table table td, .rdplanetext2.half_tb .table table th, .rdplanetext2.half_tb .table table td, .rdplanetext2.blockhalf .table table th, .rdplanetext2.blockhalf .table table td {
      width: 100% !important; } }

/*border-bottom table */
.rdplanetext.borderb_tb .table table th, .rdplanetext.borderb_tb .table table td, .rdplanetext.table_borderbottom .table table th, .rdplanetext.table_borderbottom .table table td, .rdplanetext2.borderb_tb .table table th, .rdplanetext2.borderb_tb .table table td, .rdplanetext2.table_borderbottom .table table th, .rdplanetext2.table_borderbottom .table table td {
  border: none;
  border-bottom: 1px solid #DDDDDD; }

/*a=download_icon table */
.rdplanetext.dl_tb a, .rdplanetext2.dl_tb a {
  text-indent: -999em;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .rdplanetext.dl_tb a[href*=".pdf"], .rdplanetext2.dl_tb a[href*=".pdf"] {
    background-image: url(../img/icon-pdf-m.png);
    background-size: 30px 30px; }
  .rdplanetext.dl_tb a[href*=".doc"], .rdplanetext.dl_tb a[href*=".docx"], .rdplanetext2.dl_tb a[href*=".doc"], .rdplanetext2.dl_tb a[href*=".docx"] {
    background-image: url(../img/icon-word-m.png);
    background-size: 30px 30px; }
  .rdplanetext.dl_tb a[href*=".xls"], .rdplanetext.dl_tb a[href*=".xlsx"], .rdplanetext2.dl_tb a[href*=".xls"], .rdplanetext2.dl_tb a[href*=".xlsx"] {
    background-image: url(../img/icon-xcel-m.png);
    background-size: 30px 30px; }

.dl_tb .rdplanetext a, .dl_tb .rdplanetext2 a {
  text-indent: -999em;
  background-image: url(../img/download.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 30px;
  height: 30px;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  position: relative; }
  .dl_tb .rdplanetext a[href*=".pdf"], .dl_tb .rdplanetext2 a[href*=".pdf"] {
    background-image: url(../img/icon-pdf-m.png);
    background-size: 30px 30px; }
  .dl_tb .rdplanetext a[href*=".doc"], .dl_tb .rdplanetext a[href*=".docx"], .dl_tb .rdplanetext2 a[href*=".doc"], .dl_tb .rdplanetext2 a[href*=".docx"] {
    background-image: url(../img/icon-word-m.png);
    background-size: 30px 30px; }
  .dl_tb .rdplanetext a[href*=".xls"], .dl_tb .rdplanetext a[href*=".xlsx"], .dl_tb .rdplanetext2 a[href*=".xls"], .dl_tb .rdplanetext2 a[href*=".xlsx"] {
    background-image: url(../img/icon-xcel-m.png);
    background-size: 30px 30px; }

/*※表の見出しのデフォルトをbg-color太字にカスタム*/
div.rdplanetext .table table th,
div.rdplanetext2 .table table th {
  background: #CDCDCD; }

/*一列目がTHの表に使用する(住所録など)レスポンシブでTHが非表示になり、TDが縦に並ぶ*/
@media screen and (max-width: 576px) {
  .resp_tb table th {
    display: none; }
  .resp_tb table td {
    display: block;
    border: none; }
  .resp_tb table tr {
    border-bottom: solid thin #e6e6e6; }
  .resp_tb table a {
    padding-bottom: 0.1em;
    color: inherit;
    border-bottom: solid thin #595959;
    text-decoration: none; } }
/*グレー線1pxの表*/
.rdplanetext.bd_tb figure.table table th, .rdplanetext.bd_tb figure.table table td, .rdplanetext2.bd_tb figure.table table th, .rdplanetext2.bd_tb figure.table table td {
  border-color: #DDDDDD;
  border-left: 1px solid #DDDDDD;
  border-right: 1px solid #DDDDDD; }

@media screen and (max-width: 576px) {
  .rdflexarea.rev {
    flex-direction: column-reverse; } }
/* cmshtml template Style END
 * =================================================================================
**/
/* Inquiry Page Style
 * =================================================================================
**/
dd.contact_item_input input[type="text"],
dd.contact_item_input input[type="tel"],
dd.contact_item_input input[type="email"],
dd.contact_item_input input[type="date"] {
  padding: 8px;
  height: auto;
  background-color: #fff;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  outline: none; }
  dd.contact_item_input input[type="text"]:focus,
  dd.contact_item_input input[type="tel"]:focus,
  dd.contact_item_input input[type="email"]:focus,
  dd.contact_item_input input[type="date"]:focus {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border: none; }

dl.contact_item_table {
  border: 1px solid #ededed;
  /*contact-table-style*/ }
  dl.contact_item_table input[type="file"]:focus,
  dl.contact_item_table input[type="tel"]:focus,
  dl.contact_item_table input[type="number"]:focus,
  dl.contact_item_table textarea:focus,
  dl.contact_item_table select:focus,
  dl.contact_item_table input[type="text"][name="img_auth"]:focus {
    background-color: #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.3);
    border: none; }
  dl.contact_item_table dt.contact_item_title {
    margin-bottom: 4px;
    font-weight: 700;
    padding: 10px 10px 10px !important;
    border-bottom: 1px solid #ededed; }
    dl.contact_item_table dt.contact_item_title:not(:first-child) {
      margin-top: 3px;
      margin-top: auto !important; }

dd.contact_item_input,
.contact_item_inside_input,
.contact_item_file_box {
  border-bottom: 1px solid #ededed;
  padding: 10px 20px !important; }

.contact_item_inside_input,
.contact_item_inside_title.contact_inp_title_address2 {
  border: none !important; }

div.rdcontact_btn_area {
  margin-bottom: 30px; }
  div.rdcontact_btn_area .rdcontact_btn_submit {
    background: #595959;
    border-radius: 999px;
    border: none; }
    div.rdcontact_btn_area .rdcontact_btn_submit:hover,
    div.rdcontact_btn_area .rdcontact_btn_submit .rdcontact_btn_area .rdcontact_btn_submit:focus {
      background: rgba(89, 89, 89, 0.8);
      box-shadow: 0 0 6px rgba(0, 0, 0, 0.3); }

/*juusyo*/
.contact_item_inside_table {
  display: flex;
  flex-wrap: wrap;
  align-items: normal; }
  .contact_item_inside_table dt:last-child, .contact_item_inside_table dd:last-child {
    border-bottom: none; }

.contact_item_inside_title {
  border-bottom: 1px solid #ededed;
  padding: 10px 0px !important; }

.contact_header {
  margin-bottom: 10px; }

.contact_footer {
  margin-top: 10px; }

/* END:Inquiry Page Style
 * =================================================================================
**/
/*ブログ調整テンプレート
 * =================================================================================
**/
/*ブログフレーム 左右に分ける*/
.blogcontents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 60px;
  /*記事ブロック：幅いっぱい縦並び*/
  /*date*/ }
  .blogcontents .mainarea {
    width: 70%;
    margin-bottom: 60px; }
  .blogcontents .blogcommon {
    width: 27%;
    margin-bottom: 60px; }
  .blogcontents .rdListShort {
    display: block; }
    .blogcontents .rdListShort:first-child {
      border-top: 1px dotted #595959; }
    .blogcontents .rdListShort .rdListItem {
      width: auto;
      display: flex;
      padding: 1.8rem 0 2.2rem;
      border: none;
      border-bottom: 1px dotted #595959;
      box-shadow: none;
      flex-wrap: wrap;
      padding-left: 260px;
      /*JS連動：サムネイルがない場合左詰め*/
      /*カテゴリ*/
      /*タグ*/
      /*本文のプレビュー 続きを読むまで*/ }
      .blogcontents .rdListShort .rdListItem .rdListTitle,
      .blogcontents .rdListShort .rdListItem .rdListCategory,
      .blogcontents .rdListShort .rdListItem .rdListTag,
      .blogcontents .rdListShort .rdListItem .rdListExcerpt {
        width: 100%; }
      .blogcontents .rdListShort .rdListItem .rdListTitle {
        margin-top: 0; }
      .blogcontents .rdListShort .rdListItem h3.rdarticleTitleText {
        border: none;
        position: relative; }
        .blogcontents .rdListShort .rdListItem h3.rdarticleTitleText a {
          text-decoration: none;
          display: block;
          padding-left: 28px; }
          .blogcontents .rdListShort .rdListItem h3.rdarticleTitleText a:after {
            position: absolute;
            left: 0;
            top: 0.3em;
            content: "";
            width: 22px;
            height: 22px;
            border-style: solid;
            border-width: 5px;
            border-color: #595959;
            border-radius: 50%;
            box-sizing: border-box; }
      .blogcontents .rdListShort .rdListItem .rdListImageItemDummy {
        display: none; }
      .blogcontents .rdListShort .rdListItem.noimage {
        padding-left: 0; }
      .blogcontents .rdListShort .rdListItem > .rdListImage {
        max-width: 240px;
        margin-right: 20px;
        position: absolute;
        left: 0;
        top: 1.8em; }
      .blogcontents .rdListShort .rdListItem div.rdListCategory {
        position: static;
        width: 100%;
        margin-bottom: 0.5em;
        padding-right: 10px;
        padding-left: 10px; }
        .blogcontents .rdListShort .rdListItem div.rdListCategory a {
          text-decoration: none; }
      .blogcontents .rdListShort .rdListItem li.rdListCategoryItem {
        background-color: #595959;
        color: #FFF;
        border: none;
        padding: 2px 10px 0px;
        border-radius: 99px;
        font-size: 14px; }
      .blogcontents .rdListShort .rdListItem .ItemrdListTagListItem {
        border: 1px solid #595959;
        padding: 2px 10px 0;
        border-radius: 99px;
        background: none;
        color: #595959;
        font-size: 14px; }
        .blogcontents .rdListShort .rdListItem .ItemrdListTagListItem a {
          color: #595959;
          text-decoration: none; }
      .blogcontents .rdListShort .rdListItem .rdListExcerpt {
        margin-top: 1.5em;
        /*続きを読む*/ }
        .blogcontents .rdListShort .rdListItem .rdListExcerpt .rdReadMore {
          color: #666;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-right: 10px;
          padding-left: 10px;
          display: block;
          width: 100%;
          float: none;
          text-align: right;
          position: absolute;
          bottom: 0;
          left: 0;
          box-sizing: border-box; }
        .blogcontents .rdListShort .rdListItem .rdListExcerpt .rdReadMore {
          color: #666;
          text-align: center;
          padding-top: 5px;
          padding-bottom: 5px;
          padding-right: 10px;
          padding-left: 10px;
          display: block;
          width: 100%;
          float: none;
          text-align: right;
          position: absolute;
          bottom: 0;
          left: 0;
          box-sizing: border-box; }
  .blogcontents .rdarticleTitle h3:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    width: 0px;
    height: 100%;
    background: -webkit-linear-gradient(#595959, #d7000f);
    background: -moz-linear-gradient(#595959, #d7000f);
    background: linear-gradient(#595959, #d7000f); }
  .blogcontents .rdpublishDate {
    color: #595959;
    font-size: 11px;
    letter-spacing: 0; }

/*ブログメイン＝記事ページ*/
.blogmain_main .blogcontents {
  margin-bottom: 60px;
  /*タイトル（リンク）*/ }
  .blogmain_main .blogcontents .rdpublishDate {
    margin-bottom: 0; }
  .blogmain_main .blogcontents .rdarticleTitle h3 {
    font-size: 2.2rem;
    padding-bottom: 12px;
    padding-top: 18px;
    border-bottom: 2px solid #DDDDDD;
    position: relative;
    line-height: 1.5; }
    .blogmain_main .blogcontents .rdarticleTitle h3::before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -1px;
      width: 42px;
      height: 1px;
      background: #595959;
      border-right: 2px solid #fff; }

/*ブログ共通フッター*/
.blogcommon {
  margin: 0 auto;
  /*ブログ共通部分カラー*/
  /*最新記事一覧*/
  /*月別アーカイブ*/
  /*ブログ内検索*/
  /*ブログカテゴリー*/
  /*ブログカレンダー*/
  /*タグリスト*/
  /*年アーカイブ*/ }
  .blogcommon .rdblartlist .rdnewArticle {
    border: none; }
  .blogcommon .rdMonthlyArchive .rdMonthlyArchive-item:before {
    border-color: #595959; }
  .blogcommon .rdBlogSearch .rdBlogSearch-btn {
    background-color: #595959; }
  .blogcommon .rdCategorylist .rdCategorylist-link:after {
    border-left-color: #595959; }
  .blogcommon .rdCategorylist .rdCategorylist-link:hover {
    background: #CDCDCD;
    color: #595959; }
  .blogcommon .rdCalendar .rdCalendarTable-link {
    background: #595959; }
    .blogcommon .rdCalendar .rdCalendarTable-link:hover {
      background: #d7000f; }
  .blogcommon .rdTaglist .rdTaglist-link {
    background: #CDCDCD; }
    .blogcommon .rdTaglist .rdTaglist-link:after {
      background: #CDCDCD; }
    .blogcommon .rdTaglist .rdTaglist-link:before {
      background: #CDCDCD; }
    .blogcommon .rdTaglist .rdTaglist-link:hover {
      background: #595959; }
      .blogcommon .rdTaglist .rdTaglist-link:hover:before {
        background: #595959; }
      .blogcommon .rdTaglist .rdTaglist-link:hover:after {
        background: #595959; }
  .blogcommon .rdYearlyArchive-item .rdYearlyArchive-link {
    background: #d7000f;
    color: #fff;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease; }
    .blogcommon .rdYearlyArchive-item .rdYearlyArchive-link:hover {
      background: #595959; }

@media screen and (max-width: 768px) {
  .blogcontents .mainarea {
    width: 100%;
    margin-bottom: 30px; }
  .blogcontents .blogcommon {
    width: 100%;
    margin-bottom: 30px; }
  .blogcontents .rdListShort .rdListItem {
    padding-left: 0;
    padding-top: 10px; }
    .blogcontents .rdListShort .rdListItem > .rdListImage {
      max-width: 100%;
      position: relative;
      margin-right: 0;
      margin-bottom: 10px;
      top: 0; } }
/* #editView  style */
#editView {
  /*初期非表示エリア表示のための調整*/
  /*head*/
  /*foot*/
  /*TOP*/
  /* PAGE */
  /* flexの中の幅を調整 */
  /*操作盤表示*/ }
  #editView.showhideElement #navigation .drawer-dropdown-menu {
    display: block; }
  #editView.showhideElement .drawer-dropdown-menu {
    z-index: 100;
    display: block;
    width: 100%;
    border-radius: 5px;
    left: 10px; }
  #editView.showhideElement .default_none {
    display: block; }
  #editView.showhideElement .toggle-box .toggle-box_dd {
    display: block; }
  #editView.showhideElement #l-header {
    z-index: 9999; }
    #editView.showhideElement #l-header .h_nav__list {
      justify-content: space-between;
      padding-right: 0; }
      #editView.showhideElement #l-header .h_nav__list > div {
        flex-grow: 1; }
    #editView.showhideElement #l-header .drawer-dropdown-menu-item {
      font-size: 15px; }
      #editView.showhideElement #l-header .drawer-dropdown-menu-item a {
        padding: 10px 0px 10px 20px; }
  #editView [data-aos=fade-up],
  #editView [data-aos=flip-left],
  #editView [data-aos=zoom-in-up] {
    transform: none;
    opacity: 1; }
  #editView .fade,
  #editView [data-aos^=fade] {
    opacity: 1; }
  #editView .forfixed {
    margin-top: 0; }
  #editView #h-logo {
    position: relative;
    top: 10px; }
  #editView .drawer-nav {
    overflow: visible; }
  #editView .h_nav {
    padding-top: 30px;
    height: auto; }
    #editView .h_nav p {
      min-height: 3em; }
  #editView #l-header {
            /*
			[data-blocks="サブナビ"] {
              position: absolute;
              right: 0;
              width: 100%;
              top: -66px;
            }
            .h_nav__item.h_subnav {
              top: 0;
            }
            */ }
    #editView #l-header .headinner {
      position: relative; }
    #editView #l-header .h_nav__list [data-blocks="ナビ(プルダウン有)"] {
      position: relative;
                    /*
					&:before {
						content: "";
						display: inline-block;
						position: absolute;
						right: 2px;
						border-bottom: 2px solid $base-main-color;
						border-right: 2px solid $base-main-color;
						transition: all 0.3s;
						bottom: 0;
						margin: auto;
						transform: rotate(45deg);
						width: 6px;
						height: 6px;
						top: 0;
						left: auto;
						z-index: 101;
					}
                    */ }
  #editView .drawer-dropdown-menu {
    display: none;
    height: auto; }
    #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul {
      padding: 0;
      display: block; }
      #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul .drawer-dropdown-menu-item {
        width: 100%; }
        #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul .drawer-dropdown-menu-item a {
          padding: 10px 0px 10px 20px; }
  #editView #l_footer .foot_contact .imgwrap img {
    max-width: calc(100vw - 280px); }
  #editView .top-slide {
    max-height: 560px;
    overflow: auto; }
    #editView .top-slide .swiper-wrapper {
      padding-top: 23px;
      flex-wrap: wrap; }
  #editView .top_concept.rev {
    flex-direction: row-reverse; }
  #editView .top_concept .flex_row_inner {
    max-width: 100%; }
  #editView .news-dl {
    width: auto; }
  #editView .top_news .top_news__wrap {
    max-height: none;
    overflow: visible;
    width: 100%;
    padding-top: 23px; }
  #editView .top_news .top_news__dl [data-blocks="お知らせ日付"] {
    width: 120px; }
  #editView .top_news .top_news__dl [data-blocks="お知らせ本文"] {
    width: calc(100% - 120px); }
  #editView .container {
    padding-left: 0;
    padding-right: 0; }
  #editView #section_pageHeader .head_inner {
    display: flex;
    background: #FDEFEC;
    align-items: center; }
    #editView #section_pageHeader .head_inner [data-blocks="タイトル"],
    #editView #section_pageHeader .head_inner [data-blocks="共通タイトル"] {
      width: 30%;
      padding: 5% 0; }
    #editView #section_pageHeader .head_inner [data-blocks="画像"],
    #editView #section_pageHeader .head_inner [data-blocks="共通画像"] {
      width: 70%; }
  #editView #section_pageHeader #title-wrap {
    width: 100%;
    position: relative;
    background: none; }
  #editView #section_pageHeader .imgwrap {
    position: relative;
    z-index: 0;
    max-height: 400px; }
    #editView #section_pageHeader .imgwrap img {
      width: 100%;
      position: relative;
      background: none;
      z-index: 0;
      max-height: 400px; }
  #editView #section_pageHeader #title {
    padding: 0; }
  #editView .title-navi {
    margin: 0 5%; }
    #editView .title-navi > div {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      width: 1160px;
      max-width: 100%;
      margin-left: auto;
      margin-right: auto; }
    #editView .title-navi:empty {
      display: block !important; }
  #editView .toggle-box > div:nth-child(2n),
  #editView .faq > div:nth-child(2n) {
    display: block; }
  #editView .dl_list_text {
    justify-content: space-between; }
  #editView .day_list .text_area:last-child::after {
    content: none; }
  #editView .faq > div:nth-child(2n-1)::after {
    border-radius: 0%;
    right: auto;
    transition: none; }
  #editView .hidden {
    overflow: visible; }
  #editView .swingbox,
  #editView .flipbox,
  #editView .fadebox,
  #editView .fadeinbox,
  #editView .bouncedownbox,
  #editView .bouncebox {
    opacity: 1; }
  #editView .just2,
  #editView .just3,
  #editView .just4,
  #editView .just5,
  #editView .just6 {
    justify-content: flex-start; }
    #editView .just2 > div,
    #editView .just3 > div,
    #editView .just4 > div,
    #editView .just5 > div,
    #editView .just6 > div {
      margin-right: 2px; }
  #editView .top_news__dd,
  #editView .top_news__dt,
  #editView .flex_left,
  #editView .flex_right,
  #editView .message .message_inner .flex_img,
  #editView .message .message_inner .title_wrap,
  #editView .message .message_inner .flex_txt {
    width: 100%;
    max-width: 100%; }
  #editView .message .message_inner [data-blocks="テキストエリア"] {
    max-width: 720px; }
  #editView .message .message_inner .flex_img [data-blocks="画像エリア"] {
    max-width: 30%; }
  #editView .top_news__wrap {
    padding-top: 23px; }

/*操作パネル幅調整*/
.paneClose #editView #l_footer .foot_contact .imgwrap img {
  max-width: 100vw; }

/*初期非表示エリア表示のための調整*/
#editView {
  /*操作盤表示*/
  /*edit {
    min-height: 2rem;
    min-width: 3rem;
  }*/
  /*custom*/
  /*customEnd*/ }
  #editView.showhideElement #navigation .drawer-dropdown-menu {
    display: block; }
  #editView.showhideElement .drawer-dropdown-menu {
    z-index: 100;
    display: block;
    width: 100%;
    padding: 0; }
  #editView.showhideElement .default_none, #editView.showhideElement .toggle-box .toggle-box_dd {
    display: block; }
  #editView.showhideElement #l-header {
    z-index: 9999; }
    #editView.showhideElement #l-header .h_nav__list {
      justify-content: space-between;
      padding-right: 0; }
      #editView.showhideElement #l-header .h_nav__list > div {
        flex-grow: 1; }
    #editView.showhideElement #l-header .drawer-dropdown-menu-item {
      font-size: 15px;
      font-size: 0.9375rem; }
    #editView.showhideElement #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner {
      display: block; }
      #editView.showhideElement #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .title_wrap {
        width: 100%;
        display: block;
        padding: 10px 3px; }
      #editView.showhideElement #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap {
        width: 100%;
        display: block;
        padding: 10px 3px; }
        #editView.showhideElement #l-header .drawer-dropdown .drawer-dropdown-menu .ddinner .item_wrap > div {
          margin: 0;
          width: 100%; }
  #editView #l-header [data-blocks="サブナビ"] {
    position: absolute;
    right: 0;
    top: -90px;
    width: 100%;
    min-height: 98px; }
  #editView #l-header .h_nav__item.h_subnav {
    top: 0; }
  #editView #h-logo {
    position: relative;
    top: 10px; }
  #editView .drawer-nav {
    overflow: visible; }
  #editView .h_nav {
    padding-top: 23px;
    height: auto; }
  #editView #l-header .headinner, #editView #l-header .h_nav__list [data-blocks="ナビ(プルダウン有)"] {
    position: relative; }
  #editView .drawer-dropdown-menu {
    display: none;
    height: auto; }
    #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul {
      padding: 0;
      display: block; }
      #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul .drawer-dropdown-menu-item {
        width: 100%; }
        #editView .drawer-dropdown-menu .drawer-dropdown-menu_ul .drawer-dropdown-menu-item a {
          padding: 10px 0px 10px 20px; }
  #editView .conceptstyle.rev {
    flex-direction: row-reverse; }
  #editView .conceptstyle .flex_row_inner {
    max-width: 100%; }
  #editView .top_news__wrap {
    max-height: none;
    overflow: visible;
    width: 100%;
    padding-top: 23px; }
  #editView [data-aos=fade-up], #editView [data-aos=flip-left], #editView [data-aos=zoom-in-up] {
    transform: none;
    opacity: 1; }
  #editView .fade, #editView [data-aos^=fade] {
    opacity: 1; }
  #editView .forfixed {
    margin-top: 0; }
  #editView .absolute {
    position: relative;
    left: 0;
    top: 0; }
  #editView .top_news__wrap {
    padding-top: 23px; }
  #editView edit p {
    min-width: 3em; }
  #editView .rdareaItem edit {
    min-width: 3.6em; }
  #editView html {
    overflow-x: hidden;
    overflow-y: auto; }
  #editView .top_info .top_news__wrap .top_news__dl [data-blocks="お知らせ日付"] {
    width: 130px; }
  #editView .top_info .top_news__wrap .top_news__dl [data-blocks="お知らせ本文"] {
    width: calc(100% - 130px); }
  #editView .mix [data-blocks="お知らせ日付"] {
    width: 245px; }
  #editView .mix [data-blocks="お知らせ本文"] {
    width: calc(100% - 245px); }
  @media screen and (min-width: 901px) {
    #editView .top_about .top_about_inner [data-blocks="タイトル"] {
      width: 22%; }
    #editView .top_about .top_about_inner [data-blocks="テキスト"] {
      width: 78%; } }
  @media screen and (min-width: 577px) {
    #editView .top_info [data-blocks="タイトルエリア"] {
      width: 20%; }
    #editView .top_info [data-blocks="お知らせエリア"] {
      width: 80%; } }

/* editView style END*/
/*あとで消す*/
.subnav_li a {
  background-image: url("../img/snav01.png"); }

#l_footer .fnav > div {
  background-image: url("../img/fnav01.png"); }

/*# sourceMappingURL=style.css.map */
