@charset "UTF-8";
/*====================================================================================================
//////////////////////////////////////////////////////////////////////////////////////////////////////

    version: 1.0
    created: 2017/01/01
    update : -

//////////////////////////////////////////////////////////////////////////////////////////////////////
====================================================================================================*/
@font-face {
  font-family: "icon";
  src: url("../../fonts/icon.woff");
}

/*====================================================================================================

format

====================================================================================================*/
html {
  font-size: 10px;
}

html.is_fixed {
  overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
}

p {
  margin: 0 0 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em;
  padding-left: 0;
  letter-spacing: -.5em;
}

ul,
ol {
  list-style: none;
}

li {
  letter-spacing: 0;
  /*text-align: center;*/ /*★*/
}

table {
  margin: 0 0 1.5em;
  border-spacing: 0;
  border-collapse: collapse;
}

table th > *:last-child,
table td > *:last-child {
  margin-bottom: 0 !important;
}

hr {
  display: none;
}

img {
  border: 0;
  vertical-align: middle;
}

li img {
  vertical-align: middle;
}

button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  cursor: pointer;
}

button {
  display: inline;
  border: none;
  padding: 0;
  background: none;
}

button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

:placeholder-shown {
  color: #cccccc;
}

::-webkit-input-placeholder {
  color: #cccccc;
}

::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #cccccc;
}

em,
address,
small {
  font-style: normal;
}

em {
  font-weight: bold;
}

article,
aside,
dialog,
figure,
footer,
header,
menu,
nav,
section,
mark,
audio,
video,
picture,
main {
  display: block;
  margin: 0;
  border: 0;
  padding: 0;
  outline: 0;
}

fieldset {
  margin: 0;
  border: none;
  padding: 0;
}

nav ul {
  list-style: none;
}

/*====================================================================================================

base

====================================================================================================*/
@font-face {
  font-family: 'Butler';
  src: url("../../fonts/Butler_Regular.otf") format("truetype");
}

@font-face {
  font-family: 'ButlerBold';
  src: url("../../fonts/Butler_Bold.otf") format("truetype");
}

body {
  color: #374047;
  background: #FFFFFF;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  }
}

@media screen and (min-width: 769px) {
  body {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
    line-height: 1.42857;
  }
}

#document {
  overflow: hidden;
  margin: 0 auto;
  opacity: 0;
}

#document.is_load {
  opacity: 1;
}

@media screen and (min-width: 769px) {
  a[href*="tel:"] {
    text-decoration: none;
    pointer-events: none;
    cursor: text;
  }
  a[href*="tel:"] img {
    cursor: default;
  }
}

/* Header
--------------------------------------------------------------------------------------------------- */
#gheader {
  position: absolute;
  /*position: fixed;*/
  width: 100%;
}

#gheader.is_fixed {
  position: fixed;
  z-index: 100;
}

#gheader.is_fixed .content {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FFFFFF;
  border-bottom: 1px solid #ECEDEF;
}

#gheader .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#gheader .content .logo {
  position: relative;
  margin: 0;
  z-index: 100;
}

#gheader .content .logo > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#gheader .unav {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

#gheader .unav > li {
  display: inline-block;
  vertical-align: middle;
}

#gheader .unav > li:nth-child(n+2) {
  margin-left: 10px;
}

@media screen and (min-width: 769px) {
  #gheader {
    min-width: 800px;
    overflow: hidden;
  }
  #gheader.is_fixed .content {
    padding-top: 0;
    height: 80px;/*★*/
  }
  #gheader.is_fixed .content .logo {
    height: 81px;/**//*★*/
  }
  #gheader.is_fixed #gnav {
    margin-top: 0;
  }
  #gheader.is_fixed #gnav:after {
    display: none;
  }
  #gheader.is_fixed #gnav ul > li.btn > a {
    background: transparent;
  }
  #gheader .content {
    padding: 20px 0 0;
  }
  #gheader .content .logo {
    width: 180px;
    height: 180px;
  }
  #gheader .content .logo > a {
    width: 100%;
    height: 100%;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  #gheader .content .logo > a:hover {
    opacity: 0.7;
  }
  #gheader .menu {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #gheader {
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    z-index: 100;
  }
  #gheader.is_fixed .menu button {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 30px;
    height: 16px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }
  #gheader.is_fixed .menu button::before, #gheader.is_fixed .menu button::after {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    background: #374047;
  }
  #gheader.is_fixed .menu button::before {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #gheader.is_fixed .menu button > span {
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  #gheader.is_fixed .menu button > span::before, #gheader.is_fixed .menu button > span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #gheader.is_fixed .menu button > span::before {
    top: 10px;
  }
  #gheader.is_fixed .menu button > span::after {
    bottom: 10px;
  }
  #gheader.is_fixed .menu button.close::before {
    -webkit-animation: s_gnavBtn03-bar1 0.3s forwards;
            animation: s_gnavBtn03-bar1 0.3s forwards;
  }
  #gheader.is_fixed .menu button.close::after {
    -webkit-animation: s_gnavBtn03-bar2 0.3s forwards;
            animation: s_gnavBtn03-bar2 0.3s forwards;
  }
  #gheader.is_fixed .menu button.close span::before {
    -webkit-animation: s_gnavBtn03-bar3 0.3s forwards;
            animation: s_gnavBtn03-bar3 0.3s forwards;
  }
  #gheader.is_fixed .menu button.close span::after {
    -webkit-animation: s_gnavBtn03-bar4 0.3s forwards;
            animation: s_gnavBtn03-bar4 0.3s forwards;
  }
  #gheader.is_fixed .menu button::after {
    content: '';
  }
  #gheader.is_fixed .menu button span::before, #gheader.is_fixed .menu button span::after {
    height: 1px;
    background: #374047;
  }
  #gheader.is_fixed .menu button.is_active::before {
    -webkit-animation: s_gnavBtn03-bar1-active 0.3s forwards;
            animation: s_gnavBtn03-bar1-active 0.3s forwards;
  }
  #gheader.is_fixed .menu button.is_active::after {
    -webkit-animation: s_gnavBtn03-bar2-active 0.3s forwards;
            animation: s_gnavBtn03-bar2-active 0.3s forwards;
  }
  #gheader.is_fixed .menu button.is_active span::before {
    -webkit-animation: s_gnavBtn03-bar3-active 0.3s forwards;
            animation: s_gnavBtn03-bar3-active 0.3s forwards;
  }
  #gheader.is_fixed .menu button.is_active span::after {
    -webkit-animation: s_gnavBtn03-bar4-active 0.3s forwards;
            animation: s_gnavBtn03-bar4-active 0.3s forwards;
  }
  @-webkit-keyframes s_gnavBtn03-bar1 {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes s_gnavBtn03-bar1 {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar2 {
    0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes s_gnavBtn03-bar2 {
    0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar3 {
    0% {
      top: 50%;
      opacity: 0;
    }
    50% {
      top: 50%;
      opacity: 0;
    }
    100% {
      top: 10px;
      opacity: 1;
    }
  }
  @keyframes s_gnavBtn03-bar3 {
    0% {
      top: 50%;
      opacity: 0;
    }
    50% {
      top: 50%;
      opacity: 0;
    }
    100% {
      top: 10px;
      opacity: 1;
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar4 {
    0% {
      bottom: 50%;
      opacity: 0;
    }
    50% {
      bottom: 50%;
      opacity: 0;
    }
    100% {
      bottom: 10px;
      opacity: 1;
    }
  }
  @keyframes s_gnavBtn03-bar4 {
    0% {
      bottom: 50%;
      opacity: 0;
    }
    50% {
      bottom: 50%;
      opacity: 0;
    }
    100% {
      bottom: 10px;
      opacity: 1;
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar1-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  }
  @keyframes s_gnavBtn03-bar1-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar2-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  @keyframes s_gnavBtn03-bar2-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar3-active {
    0% {
    }
    50% {
      top: 50%;
    }
    100% {
      top: 50%;
      opacity: 0;
    }
  }
  @keyframes s_gnavBtn03-bar3-active {
    0% {
    }
    50% {
      top: 50%;
    }
    100% {
      top: 50%;
      opacity: 0;
    }
  }
  @-webkit-keyframes s_gnavBtn03-bar4-active {
    0% {
    }
    50% {
      bottom: 50%;
    }
    100% {
      bottom: 50%;
      opacity: 0;
    }
  }
  @keyframes s_gnavBtn03-bar4-active {
    0% {
    }
    50% {
      bottom: 50%;
    }
    100% {
      bottom: 50%;
      opacity: 0;
    }
  }
  #gheader.is_fixed #gnav {
    top: 60px;
    height: calc(100% - 60px);
  }
  #gheader.is_fixed .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 20px 0 0;
    height: 60px;
  }
  #gheader.is_fixed .content .logo {
    height: 61px;
  }
  #gheader.is_fixed .content .logo > a {
    /*height: 100%;*/
	height: 61px;  /*⭐️*/
	overflow: hidden; /*⭐️*/
  }

  #gheader.is_fixed .content .logo > a > img {
    height: 160%; /*⭐️*/
  }

  #gheader.is_menuOpen.is_fixed .content .logo > a {
    /*height: 100%;*/
	/*height: 61px;*/
  }

  #gheader.is_menuOpen .content {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 0;
    background: #FFFFFF;
  }
  #gheader.is_menuOpen .content .logo > a {
    height: 61px; /*⭐️*/
	overflow: hidden; /*⭐️*/
  }
  #gheader.is_menuOpen .content .logo > a > img {
    height: 160%; /*⭐️*/
  }

  #gheader.is_menuOpen .content .menu button:before, #gheader.is_menuOpen .content .menu button:after {
    background: #374047;
  }
  #gheader.is_menuOpen .content .menu button span:before, #gheader.is_menuOpen .content .menu button span:after {
    background: #374047;
  }
  #gheader .content {
    padding: 20px 20px 0 0;
  }
  #gheader .content .logo {
    pointer-events: auto;
  }
  #gheader .content .logo > a {
    width: 160px;
    height: 160px;
  }
  #gheader .content .logo > a img {
    /*width: 140px;*/
    /*height: 160px;*/
  }
  #gheader .menu {
    margin-left: auto;
    pointer-events: auto;
  }

  #gheader .menu button {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    display: block;
    width: 30px;
    height: 16px;
    position: relative;
    padding: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-indent: 200%;
  }
  #gheader .menu button::before, #gheader .menu button::after {
    display: block;
    height: 1px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 20px);
    margin: auto;
    background: #ffffff;
  }
  #gheader .menu button::before {
    content: '';
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #gheader .menu button > span {
    width: calc(100% - 20px);
    height: 100%;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
  }
  #gheader .menu button > span::before, #gheader .menu button > span::after {
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #gheader .menu button > span::before {
    top: 10px;
  }
  #gheader .menu button > span::after {
    bottom: 10px;
  }
  #gheader .menu button.close::before {
    -webkit-animation: s_gnavBtn03-bar1 0.3s forwards;
            animation: s_gnavBtn03-bar1 0.3s forwards;
  }
  #gheader .menu button.close::after {
    -webkit-animation: s_gnavBtn03-bar2 0.3s forwards;
            animation: s_gnavBtn03-bar2 0.3s forwards;
  }
  #gheader .menu button.close span::before {
    -webkit-animation: s_gnavBtn03-bar3 0.3s forwards;
            animation: s_gnavBtn03-bar3 0.3s forwards;
  }
  #gheader .menu button.close span::after {
    -webkit-animation: s_gnavBtn03-bar4 0.3s forwards;
            animation: s_gnavBtn03-bar4 0.3s forwards;
  }
  #gheader .menu button::after {
    content: '';
  }
  #gheader .menu button span::before, #gheader .menu button span::after {
    height: 1px;
    background: #ffffff;
  }
  #gheader .menu button.is_active::before {
    -webkit-animation: s_gnavBtn03-bar1-active 0.3s forwards;
            animation: s_gnavBtn03-bar1-active 0.3s forwards;
  }
  #gheader .menu button.is_active::after {
    -webkit-animation: s_gnavBtn03-bar2-active 0.3s forwards;
            animation: s_gnavBtn03-bar2-active 0.3s forwards;
  }
  #gheader .menu button.is_active span::before {
    -webkit-animation: s_gnavBtn03-bar3-active 0.3s forwards;
            animation: s_gnavBtn03-bar3-active 0.3s forwards;
  }
  #gheader .menu button.is_active span::after {
    -webkit-animation: s_gnavBtn03-bar4-active 0.3s forwards;
            animation: s_gnavBtn03-bar4-active 0.3s forwards;
  }
  @keyframes s_gnavBtn03-bar1 {
    0% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes s_gnavBtn03-bar2 {
    0% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: none;
              transform: none;
    }
  }
  @keyframes s_gnavBtn03-bar3 {
    0% {
      top: 50%;
      opacity: 0;
    }
    50% {
      top: 50%;
      opacity: 0;
    }
    100% {
      top: 10px;
      opacity: 1;
    }
  }
  @keyframes s_gnavBtn03-bar4 {
    0% {
      bottom: 50%;
      opacity: 0;
    }
    50% {
      bottom: 50%;
      opacity: 0;
    }
    100% {
      bottom: 10px;
      opacity: 1;
    }
  }
  @keyframes s_gnavBtn03-bar1-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
    }
  }
  @keyframes s_gnavBtn03-bar2-active {
    0% {
    }
    50% {
      -webkit-transform: none;
              transform: none;
    }
    100% {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
    }
  }
  @keyframes s_gnavBtn03-bar3-active {
    0% {
    }
    50% {
      top: 50%;
    }
    100% {
      top: 50%;
      opacity: 0;
    }
  }
  @keyframes s_gnavBtn03-bar4-active {
    0% {
    }
    50% {
      bottom: 50%;
    }
    100% {
      bottom: 50%;
      opacity: 0;
    }
  }
}

#gnav {
  position: relative;
}

#gnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}

#gnav ul > li a {
  display: block;
  color: #374047;
  letter-spacing: 0.02em;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  #gnav {
    margin: 20px 50px 0 0;
    width: calc(100% - 200px);
  }
  #gnav:after {
    content: "";
    display: block;
    margin-top: 45px;
    margin-right: -50px;
    height: 1px;
    background: rgba(207, 211, 214, 0.3);
  }
  #gnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-left: auto;
    line-height: 1;
  }
  #gnav ul > li {
    position: relative;
    z-index: 1;
  }
  #gnav ul > li + li {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px solid #CFD3D6;
  }
  #gnav ul > li.btn > a {
    background: transparent;
  }
  #gnav ul > li > a {
    position: relative;
    font-size: 1.6rem;
  }
  #gnav ul > li > a.is_current:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #gnav ul > li > a:hover:after {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  #gnav .m_copyBox {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  #gnav {
    display: none;
    position: absolute;
    top: 100px;
    right: 0;
    padding: 0 30px 30px;
    width: 100%;
    height: calc(100% - 100px);
    overflow: auto;
    background: #FFFFFF;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    pointer-events: auto;
    -webkit-overflow-scrolling: touch;
  }
  #gnav ul {
    margin: 0 -30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #gnav ul > li {
    padding: 0 10px;
    width: 100%;
    background: #374047;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gnav ul > li.btn {
    margin-top: 40px;
    background: transparent;
    text-align: center;
  }
  #gnav ul > li.btn > a {
    display: inline-block;
    padding: 10px 0;
    margin: auto;
    min-width: 200px;
    border-radius: 8px;
  }
  #gnav ul > li.btn > a:after {
    display: none;
  }
  #gnav ul > li > a {
    position: relative;
    padding: 20px 0 20px 25px;
    font-size: 2rem;
    color: #FFFFFF;
  }
  #gnav ul > li > a:after {
    content: '\f078';
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
    height: 12px;
    font-family: "Font Awesome 5 Free";
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1;
    color: #FFFFFF;
  }
  #gnav .m_copyBox {
    margin: 20px -30px 0;
    background: transparent;
  }
  #gnav .m_copyBox .copyright {
    color: #CFD3D6;
  }
  #gnav .m_copyBox .sns * + * {
    margin-left: -4px;
  }
  #gnav .m_copyBox .sns > p {
    position: relative;
  }
  #gnav .m_copyBox .sns > p.ic-i {
    z-index: 3;
  }
  #gnav .m_copyBox .sns > p.ic-f {
    z-index: 2;
  }
  #gnav .m_copyBox .sns > p.ic-f > a {
    background: #F3F4F5;
  }
  #gnav .m_copyBox .sns > p.ic-t {
    z-index: 1;
  }
  #gnav .m_copyBox .sns > p > a {
    width: 40px;
    height: 40px;
    background: #ECEDEF;
  }
  #gnav .m_copyBox .sns > p > a .fab {
    font-size: 1.8rem;
  }
}

/* MainContents
--------------------------------------------------------------------------------------------------- */
#container {
  position: relative;
  margin: 0 auto;
  padding: 0 20px;
}

#container .mainContent {
  padding: 60px 0px 0px 0px;
}

@media screen and (min-width: 769px) {
  #container {
    min-width: 800px;
    /*padding: 40px 40px 40px 40px;*/
	/*padding: 60px 0px 0px 0px;*/
  }

  #container .mainContent {
    padding: 80px 0px 0px 0px;
  }
}

/* Footer
--------------------------------------------------------------------------------------------------- */
#gfooter {
  position: relative;
  margin: 0 auto;
  z-index: 2;
}

#gfooter .content {
  background: #374047;
}

#gfooter .content .inner .info > *:last-child {
  margin-bottom: 0 !important;
}

#gfooter .content .inner .info .address {
  color: #FFFFFF;
}

#gfooter .content .inner .info .address:before {
  content: "";
  display: block;
  margin-bottom: 15px;
  width: 20px;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
}

#gfooter .content .inner .info .maptxt {
  font-size: 1.4rem;
  letter-spacing: 0.02em;
}

#gfooter .content .inner .info .maptxt > a {
  color: #FFFFFF;
  text-decoration: none;
}

#gfooter .content .inner .nav .footnav {
  position: relative;
  margin: 0;
  line-height: 1;
  padding-left: 10px;
}

#gfooter .content .inner .nav .footnav .list > a {
  color: #FFFFFF;
  text-decoration: none;
}

#gfooter .content .inner .nav .footnav .smallcategory {
  margin: 0;
  width: 100%;
}

#gfooter .content .inner .nav .footnav .smallcategory .list {
  margin: 0;
}

#gfooter .content .inner .nav .footnav .smallcategory .list > a {
  font-size: 1.2rem;
  font-weight: 500;
}

#gfooter .unav {
  margin: 0;
}

#gfooter .unav > li {
  display: inline-block;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  #gfooter .content .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 100px 0;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  #gfooter .content .inner .info .address {
    margin: 55px 0 10px;
    font-size: 1.4rem;
  }
  #gfooter .content .inner .nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px 0 0 90px;
    height: 100%;
  }
  #gfooter .content .inner .nav .footnav {
    position: relative;
	padding-bottom: 5px;
  }
  #gfooter .content .inner .nav .footnav:first-of-type {
    padding-right: 60px;
  }
  #gfooter .content .inner .nav .footnav:first-of-type:before {
    content: "";
    display: block;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), color-stop(25%, rgba(255, 255, 255, 0.8)), color-stop(25%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0))) 0% 0%;
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0.8) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 100%) 0% 0%;
    background-size: 1px 4px;
    width: 1px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
  }
  #gfooter .content .inner .nav .footnav + .footnav {
    padding-left: 20px;
  }
  #gfooter .content .inner .nav .footnav .list {
    margin: 0;
  }
  #gfooter .content .inner .nav .footnav .list + .list {
    margin-top: 18px;
  }
  #gfooter .content .inner .nav .footnav .list > a {
    font-size: 1.8rem;
    letter-spacing: 0.02em;
  }
  #gfooter .content .inner .nav .footnav .smallcategory {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    height: calc(100% - 6em);
  }
  #gfooter .content .inner .nav .footnav .smallcategory .list + .list {
    margin-top: 8px;
  }
  #gfooter .content .inner .nav .footnav .smallcategory .list > a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  #gfooter .content .inner {
    padding: 45px 0;
  }
  #gfooter .content .inner .info {
    display: none;
  }
  #gfooter .content .inner .nav .footnav .list {
    display: none;
  }
  #gfooter .content .inner .nav .footnav .smallcategory {
    margin: auto;
    max-width: 350px;
    text-align: center;
  }
  #gfooter .content .inner .nav .footnav .smallcategory .list {
    display: inline-block;
  }
  #gfooter .content .inner .nav .footnav .smallcategory .list:nth-of-type(even) {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #FFFFFF;
  }
  #gfooter .content .inner .nav .footnav .smallcategory .list:nth-of-type(n + 3) {
    margin-top: 10px;
  }
}

/*====================================================================================================

    module

====================================================================================================*/
/* section module
--------------------------------------------------------------------------------------------------- */
.m_section {
  position: relative;
}

.m_section.s_gray {
  background: #F3F4F5;
}

.m_section.s_white {
  background: #FFFFFF;
}

.m_section.s_w100 .content {
  padding-bottom: 0;
}

.m_section.s_bg > * {
  color: #FFFFFF;
}

.m_section.s_bg .m_head:after {
  background: #FFFFFF;
}

.m_section.s_bg:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 64, 71, 0.8);
  mix-blend-mode: multiply;
}

.m_section.s_bg:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.m_section.s_bg--light:before {
  background: rgba(55, 64, 71, 0.3);
}

.m_section.s_bg .m_head .sub {
  color: rgba(255, 255, 255, 0.6);
}

.m_section.is_display.s_bg:after {
  opacity: 1;
}

.m_section .content {
  position: relative;
  z-index: 1;
}

.m_section .content.s_type01 {
  background: #FFFFFF;
}


@media screen and (min-width: 769px) {
  .m_section.s_gray .content {
    /* padding-bottom: 100px; */
  }
  .m_section.s_gray .content .m_head {
    margin-bottom: 55px;
  }
  .m_section.s_bg .content {
    padding: 155px 0 135px;
  }
  .m_section.s_w100 .content {
    max-width: 100%;
  }
  .m_section .content {
    /* padding: 135px 30px; */
    padding: 135px 30px 20px;
    margin: auto;
    max-width: 1000px;
  }
  .m_section .bg img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .m_section.s_bg .content {
    padding: 118px 30px 80px;
  }
  .m_section.s_bg--light .content {
    padding-bottom: 98px;
  }
  .m_section.s_w100 .content {
    padding-left: 0;
    padding-right: 0;
  }
  .m_section .content {
    /* padding: 98px 30px; */
    padding: 98px 30px 40px;
  }
  .m_section .content > *:last-child {
    margin-bottom: 0 !important;
  }
}

/* Original start*/
.m_section .content .desc_start {
  font-size: 1.4rem;
  margin: 40px 0px 0px 0px;
  border-bottom: 1px solid #374047;
  /* padding: 0px 0px 40px; */
  padding: 0px 0px 20px;
}

.m_section .content .desc_chapter {
  font-weight: bold;
  padding: 40px 0px 0px 0px;
}

.m_section .content .desc {
  display: block;
  margin: 0;
  color: #7F8B93;
  background: #f1f1f1;
  color: #374047;
}

.m_section .content .desc_list {
  list-style: disc;
  padding: 0px 0px 0px 40px;
  /* font-size: 1.0rem; */
}

.m_section .content .btn {
	display: inline-block;
	padding: 7px 20px;
	border: 1px solid #0078DC;
	border-radius: 3px;
	background: #0078DC;
	font-size: 16px;
	line-height: normal;
	color: #ffffff;
	text-decoration: none;
}

.m_section .content .btn:hover {
	cursor: pointer;
	background: #459AED;
	border: 1px solid #459AED;
}

/* Original end*/

/* heading module
--------------------------------------------------------------------------------------------------- */
.m_head {
  margin: 0;
  text-align: center;
}

.m_head:after {
  content: "";
  display: block;
  position: relative;
  width: 60px;
  height: 4px;
  z-index: 2;
}

.m_head.s_side {
  text-align: left;
}

.m_head.s_side:after {
  display: none;
}

.m_head.s_side .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.m_head.s_side .main:after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: inline-block;
  margin-left: 40px;
  height: 1px;
  background: #CFD3D6;
}

.m_head .sub {
  display: block;
  font-weight: bold;
  color: #7F8B93;
  letter-spacing: 0.2em;
}

.m_head .main {
  display: block;
  line-height: 1;
}



@media screen and (min-width: 769px) {
  .m_head {
    margin-bottom: 75px;
  }
  .m_head:after {
    margin: 30px auto 0;
  }
  .m_head.s_side {
    margin-bottom: 32px;
  }
  .m_head.s_side .sub {
    font-size: 1.6rem;
  }
  .m_head.s_side .main {
    font-size: 4.8rem;
  }
  .m_head .sub {
    margin-bottom: 8px;
    font-size: 1.8rem;
  }
  .m_head .main {
    font-size: 7.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m_head {
    margin-bottom: 58px;
  }
  .m_head:after {
    margin: 18px auto 0;
  }
  .m_head.s_side {
    margin-bottom: 35px;
  }
  .m_head.s_side .sub {
    font-size: 1.6rem;
  }
  .m_head.s_side .main {
    font-size: 3.2rem;
  }
  .m_head .sub {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .m_head .main {
    font-size: 4.8rem;
  }
}

.m_serviceHead {
  margin: 0;
}

.m_serviceHead .main {
  display: block;
  line-height: 1.1;
  letter-spacing: 0.02em;
}

.m_serviceHead .sub {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  color: #7F8B93;
}

@media screen and (min-width: 769px) {
  .m_serviceHead {
    margin-bottom: 18px;
  }
  .m_serviceHead .main {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .m_serviceHead {
    margin-bottom: 15px;
  }
  .m_serviceHead .main {
    font-size: 2.8rem;
  }
  .m_serviceHead .sub {
    margin-bottom: 5px;
  }
}

.m_2colHead {
  margin: 0;
  line-height: 1.5;
}

@media screen and (min-width: 769px) {
  .m_2colHead {
    margin-bottom: 25px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m_2colHead {
    margin: 45px auto 20px;
    font-size: 2rem;
  }
}

.m_descHead {
  margin: 0 0 35px;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .m_descHead {
    font-size: 2rem;
  }
}

@media screen and (max-width: 768px) {
  .m_descHead {
    font-size: 1.8rem;
  }
}

/* box module
--------------------------------------------------------------------------------------------------- */
.m_serviceSlide .list .txtWrap {
  background: #FFFFFF;
}

.m_serviceSlide .list .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}

.m_serviceSlide .list .txtWrap .txt {
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .m_serviceSlide .list {
    position: relative;
    height: 540px;
  }
  .m_serviceSlide .list .txtWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    position: absolute;
    right: 0;
    bottom: -236px;
    bottom: 0;
    padding: 45px 40px;
    width: 500px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_serviceSlide .list .txtWrap .txt {
    font-size: 1.5rem;
  }
  .m_serviceSlide .list .bgWrap img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .m_serviceSlide .slides > li + li {
    margin-top: 20px;
  }
  .m_serviceSlide .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .m_serviceSlide .list .txtWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 38px 30px;
  }
  .m_serviceSlide .list .bgWrap {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    height: 100%;
  }
  .m_serviceSlide .list .bgWrap img {
    width: 100%;
  }
}

.m_listBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.m_listBox .item {
  color: #FFFFFF;
}

.m_listBox .item dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 0;
}

.m_listBox .item dl dt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}

.m_listBox .item dl dt:after {
  content: "";
  display: block;
  margin: 0 20px;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background: rgba(255, 255, 255, 0.2);
}

.m_listBox .item dl dd {
  margin-left: 0;
  font-weight: 500;
}

@media screen and (min-width: 769px) {
  .m_listBox {
    width: 50%;
    height: 100%;
  }
  .m_listBox .item dl + dl {
    margin-top: 25px;
  }
  .m_listBox .item dl dt {
    width: 170px;
  }
}

@media screen and (max-width: 768px) {
  .m_listBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 80px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  .m_listBox .item dl + dl {
    margin-top: 15px;
  }
  .m_listBox .item dl dt {
    width: 140px;
  }
}

.m_contactBox:hover {
  opacity: 1 !important;
}

.m_contactBox .inner .icon {
  margin: 0;
}

.m_contactBox .inner .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_contactBox .inner .hours .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}

.m_contactBox .inner .hours .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_contactBox .inner .hours .icon .ic-tel {
  font-size: 3rem;
}

.m_contactBox .inner .hours .tel {
  margin: 0;
  line-height: 1;
}

.m_contactBox .inner .hours .tel > a {
  text-decoration: none;
}

.m_contactBox .inner .hours, .m_contactBox .inner .tel > a, .m_contactBox .inner .time {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .m_contactBox {
    /*padding: 100px 0 80px;*/
    padding: 40px 0 20px;
  }
  .m_contactBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_contactBox .inner .hours {
    margin-left: 40px;
  }
  .m_contactBox .inner .hours .txtWrap {
    margin-left: 15px;
  }
  .m_contactBox .inner .hours .txtWrap .tel {
    margin-bottom: 6px;
  }
  .m_contactBox .inner .hours .txtWrap .tel > a {
    font-size: 3.4rem;
  }
  .m_contactBox .inner .hours .txtWrap .time {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m_contactBox {
    /*padding: 90px 30px 45px;*/
    padding: 40px 20px 30px;
  }
  .m_contactBox .inner .hours {
    margin-top: 35px;
  }
  .m_contactBox .inner .hours .txtWrap {
    margin-left: 15px;
  }
  .m_contactBox .inner .hours .txtWrap .tel {
    margin-bottom: 6px;
  }
  .m_contactBox .inner .hours .txtWrap .tel > a {
    font-size: 2.4rem;
  }
  .m_contactBox .inner .hours .txtWrap .time {
    font-size: 1.2rem;
  }
}

.m_membersBox:hover {
  opacity: 1 !important;
}

.m_membersBox .inner .icon {
  margin: 0;
}

.m_membersBox .inner .hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_membersBox .inner .hours .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}

.m_membersBox .inner .hours .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_membersBox .inner .hours .icon .ic-tel {
  font-size: 3rem;
}

.m_membersBox .inner .hours .tel {
  margin: 0;
  line-height: 1;
}

.m_membersBox .inner .hours .tel > a {
  text-decoration: none;
}

.m_membersBox .inner .hours, .m_membersBox .inner .tel > a, .m_membersBox .inner .time {
  color: #FFFFFF;
}

@media screen and (min-width: 769px) {
  .m_membersBox {
    /* padding: 100px 0 80px; */
    padding: 40px 0 20px;
  }
  .m_membersBox .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .m_membersBox .inner .hours {
    margin-left: 40px;
  }
  .m_membersBox .inner .hours .txtWrap {
    margin-left: 15px;
  }
  .m_membersBox .inner .hours .txtWrap .tel {
    margin-bottom: 6px;
  }
  .m_membersBox .inner .hours .txtWrap .tel > a {
    font-size: 3.4rem;
  }
  .m_membersBox .inner .hours .txtWrap .time {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .m_membersBox {
    /*padding: 90px 30px 45px;*/
    padding: 40px 20px 30px;
  }
  .m_membersBox .inner .hours {
    margin-top: 35px;
  }
  .m_membersBox .inner .hours .txtWrap {
    margin-left: 15px;
  }
  .m_membersBox .inner .hours .txtWrap .tel {
    margin-bottom: 6px;
  }
  .m_membersBox .inner .hours .txtWrap .tel > a {
    font-size: 2.4rem;
  }
  .m_membersBox .inner .hours .txtWrap .time {
    font-size: 1.2rem;
  }
}

.m_map {
  position: relative;
}

.m_map.s_type01 iframe {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}

.m_map.s_type02 iframe {
  -webkit-filter: sepia(40%);
          filter: sepia(40%);
}

.m_map .mapWrap iframe {
  width: 100%;
}

@media screen and (min-width: 769px) {
  .m_map {
    height: 665px;
    overflow: hidden;
  }
  .m_map .mapWrap {
    margin: 0 auto;
    /*overflow: visible !important;*/
  }
  .m_map .mapWrap iframe {
    width: 200%;
    height: 665px;
  }
}

@media screen and (max-width: 768px) {
  .m_map .mapWrap {
    height: 794px;
    overflow: hidden;
  }
  .m_map .mapWrap iframe {
    height: 200%;
  }
}

.m_lead {
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.m_lead p.txt {
  font-weight: 500;
  color: #374047;
  line-height: 2;
}

@media screen and (min-width: 769px) {
  .m_lead {
    padding: 55px 55px 0;
    text-align: center;
  }
  .m_lead .m_btn {
    margin-top: 55px;
  }
}

@media screen and (max-width: 768px) {
  .m_lead .m_btn {
    margin-top: 35px;
  }
}

.m_copyBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #7F8B93;
}

.m_copyBox .copyright {
  margin: 0;
  height: 100%;
  font-size: 1.2rem;
  color: #ECEDEF;
  letter-spacing: 0.02em;
  text-align: center;
}

.m_copyBox .copyright small {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.m_copyBox .copyright .text {
  margin-left: 5px;
}

.m_copyBox .sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.m_copyBox .sns * + * {
  margin-left: 5px;
}

.m_copyBox .sns > p {
  position: relative;
  margin-bottom: 0;
}

.m_copyBox .sns > p > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50px;
  text-decoration: none;
}

.m_copyBox .sns > p > a .fab {
  font-size: 1.3rem;
  color: #7F8B93;
}

@media screen and (min-width: 769px) {
  .m_copyBox {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 35px 0;
  }
  .m_copyBox .sns {
    position: absolute;
    right: 240px;
  }
  .m_copyBox .sns > p > a {
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
  }
  .m_copyBox .sns > p > a:hover {
    background: #FFFFFF;
  }
}

@media screen and (max-width: 768px) {
  .m_copyBox {
    padding: 33px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m_copyBox .copyright small {
    font-size: 1rem;
  }
  .m_copyBox .sns {
    right: 30px;
  }
}

/* paragraph module
--------------------------------------------------------------------------------------------------- */
.m_headTxt {
  font-weight: bold;
  text-align: left;
}

@media screen and (min-width: 769px) {
  .m_headTxt {
    margin: 0 20px 28px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 768px) {
  .m_headTxt {
    margin: 0 20px 20px;
    font-size: 1.8rem;
  }
}

.m_headSubTxt {
  margin-bottom: 0;
  line-height: 2;
  text-align: left;
  margin-left: 20px;
  max-width: 480px;
  font-size: 1.4rem;
}

.m_moreTxt {
  position: relative;
  letter-spacing: 0.02em;
  cursor: pointer;
}

.m_moreTxt:after {
  content: '\f078';
  display: inline-block;
  margin: auto 0 auto 13px;
  height: 10px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: bold;
  line-height: 1;
  color: inherit;
  vertical-align: 1px;
}

.m_moreTxt.s_large {
  margin-bottom: 0;
  font-size: 1.6rem;
}

@media screen and (min-width: 769px) {
  .m_moreTxt {
    margin-top: 50px;
    font-size: 1.4rem;
    text-align: right;
  }
}

@media screen and (max-width: 768px) {
  .m_moreTxt {
    margin-top: 34px;
    text-align: center;
  }
}

.m_arrowTxt > .txt {
  position: relative;
}

.m_arrowTxt > .txt[target="_blank"]:after {
  content: "";
  display: none;
}

.m_arrowTxt > .txt[target="_blank"] svg {
  display: inline-block;
}

.m_arrowTxt > .txt:after {
  content: '\f061';
  display: inline-block;
  margin-left: 8px;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}

.m_arrowTxt > .txt svg {
  display: none;
  margin-left: 8px;
}

.m_arrowTxt > .txt svg path {
  color: #FFFFFF;
}

.m_linkTxt[target="_blank"]:after {
  content: "";
  display: none;
}

.m_linkTxt[target="_blank"] svg {
  display: inline-block;
  margin-left: 5px;
}

.m_linkTxt svg {
  display: none;
}

@media screen and (min-width: 769px) {
  .m_linkTxt:hover {
    text-decoration: none;
  }
}

.m_linkPdf {
  margin-right: 16px;
}

.m_linkPdf:after {
  content: "";
  display: inline-block;
  margin: auto auto auto 5px;
  width: 16px;
  height: 16px;
  background: url(../../images/common/ic_pdf.png) no-repeat 0 0/cover;
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .m_linkPdf:hover {
    text-decoration: none;
  }
}

.m_linkUrl {
  margin-right: 16px;
}

.m_linkUrl:after {
  content: "";
  display: inline-block;
  margin: auto auto auto 5px;
  width: 16px;
  height: 16px;
  /*background: url(../../images/common/ic_pdf.png) no-repeat 0 0/cover;*/
  vertical-align: middle;
}

@media screen and (min-width: 769px) {
  .m_linkUrl:hover {
    text-decoration: none;
  }
}

/* list module
--------------------------------------------------------------------------------------------------- */
.m_newsList > *:last-child {
  margin-bottom: 0 !important;
}

.m_newsList ul {
  margin: 0;
}

.m_newsList li {
  position: relative;
}

.m_newsList li + li {
  border-top: 1px solid #ECEDEF;
}

.m_newsList li .cat {
  display: inline-block;
  padding: 5px 0;
  min-width: 120px;
  min-height: 30px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px solid #CFD3D6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

.m_newsList li .cat.s_new {
  letter-spacing: 0.2em;
}

.m_newsList li .time {
  margin-left: 15px;
  font-size: 1.4rem;
  color: #7F8B93;
  letter-spacing: 0.02em;
}

.m_newsList li .title {
  display: block;
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  line-height: 1.5;
  font-weight: bold;
}

.m_newsList li .txt {
  display: block;
  position: relative;
  margin-top: 12px;
  overflow: hidden;
  line-height: 1.5;
}

.m_newsList li .txt.is_hide:after {
  display: block;
}

.m_newsList li .txt:after {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 45px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.8)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.8), white);
}

.m_newsList li .m_moreTxt {
  margin: auto;
}

@media screen and (min-width: 769px) {
  .m_newsList {
    margin-left: auto;
    margin-right: auto;
    /* max-width: 700px;*/
    max-width: 90%;
  }
  .m_newsList li + li {
    padding-top: 45px;
    margin-top: 37px;
  }
  .m_newsList li .txt {
    height: 100%;
  }
  .m_newsList li .txt.is_hide {
    height: 88px;
  }
  .m_newsList li .txt:after {
    bottom: 0;
  }
  .m_newsList li .m_moreTxt {
    position: absolute;
    left: 0;
    right: 0;
    bottom: -5px;
  }
}

@media screen and (max-width: 768px) {
  .m_newsList li + li {
    padding-top: 30px;
    margin-top: 27px;
  }
  .m_newsList li .txt.is_hide {
    height: 128px;
  }
  .m_newsList li .txt:after {
    bottom: -25px;
  }
  .m_newsList li .m_moreTxt {
    margin-bottom: 26px;
  }
}

/* navigation module
--------------------------------------------------------------------------------------------------- */
.m_btn.s_cv > .txt {
  font-size: 1.8rem;
  letter-spacing: 0.02em;
  background: #FFFFFF;
}

.m_btn.s_cv > .txt:after {
  color: inherit;
}

.m_btn > .txt {
  display: inline-block;
  position: relative;
  padding: 14px 30px;
  font-weight: bold;
  font-size: 1.6rem;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  text-align: center;
}

.m_btn > .txt:after {
  content: '\f061';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  font-family: "Font Awesome 5 Free";
  font-size: 1rem;
  font-weight: bold;
  color: #FFFFFF;
}

.m_btn > .txt[target="_blank"]:after {
  display: none;
}

.m_btn > .txt[target="_blank"] svg {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}

.m_btn > .txt svg {
  display: none;
}

@media screen and (min-width: 769px) {
  .m_btn.s_cv > .txt {
    min-width: 280px;
  }
  .m_btn > .txt {
    min-width: 240px;
    -webkit-transition: opacity 0.3s,color 0.3s;
    transition: opacity 0.3s,color 0.3s;
  }
}

@media screen and (max-width: 768px) {
  .m_btn {
    width: 100%;
    text-align: center;
  }
  .m_btn.s_cv > .txt {
    min-width: 100%;
  }
  .m_btn > .txt {
    min-width: 240px;
  }
}

/* inline module
--------------------------------------------------------------------------------------------------- */
.m_br[class*="_before"]::before,
.m_br[class*="_after"]::after {
  content: "\A";
  white-space: pre;
}

@media screen and (min-width: 769px) {
  .m_pcHide {
    display: none !important;
  }
  .m_pcbr[class*="_before"]::before,
  .m_pcbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

@media screen and (max-width: 768px) {
  .m_spHide {
    display: none !important;
  }
  .m_spbr[class*="_before"]::before,
  .m_spbr[class*="_after"]::after {
    content: "\A";
    white-space: pre;
  }
}

/* modifire module
--------------------------------------------------------------------------------------------------- */
/* text align */
[class*="_alignLeft"] {
  text-align: left !important;
}

[class*="_alignCenter"] {
  text-align: center !important;
}

[class*="_alignRight"] {
  text-align: right !important;
}

[class*="_alignTop"] {
  vertical-align: top !important;
}

[class*="_alignMiddle"] {
  vertical-align: middle !important;
}

[class*="_alignBottom"] {
  vertical-align: bottom !important;
}

/* font style */
[class*="_fontBold"] {
  font-weight: bold;
}

[class*="_fontItalic"] {
  font-style: italic;
}

[class*="_fontNormal"] {
  font-style: normal !important;
  font-weight: normal !important;
}

body .js_font02 {
  font-weight: bold !important;
}

/* ※※ module
--------------------------------------------------------------------------------------------------- */
/*====================================================================================================

    unique

====================================================================================================*/
/* ※※
--------------------------------------------------------------------------------------------------- */
#document.home {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  /* Slider */
}

#document.home .slick-slider {
  position: relative;
  display: block;
  margin: 0;
  width: 100%;
  height: 540px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

#document.home .slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  z-index: 1;
}

#document.home .slick-list:focus {
  outline: none;
}

#document.home .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

#document.home .slick-slider .slick-track,
#document.home .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#document.home .slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#document.home .slick-track:before, #document.home .slick-track:after {
  content: "";
  display: table;
}

#document.home .slick-track:after {
  clear: both;
}

.slick-loading #document.home .slick-track {
  visibility: hidden;
}

#document.home .slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none;
}

[dir="rtl"] #document.home .slick-slide {
  float: right;
}

#document.home .slick-slide img {
  width: 100%;
}

#document.home .slick-slide.slick-loading img {
  display: none;
}

#document.home .slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized #document.home .slick-slide {
  display: block;
}

.slick-loading #document.home .slick-slide {
  visibility: hidden;
}

.slick-vertical #document.home .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

#document.home .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
}

#document.home .slick-dots > li:only-child {
  display: none;
}

@media screen and (min-width: 769px) {
  #document.home .slick-dots {
    margin: -110px 0 0;
  }
}

#document.home .slick-dots li + li {
  margin-left: 10px;
}

#document.home .slick-dots li.slick-active button {
  background: #000;
}

#document.home .slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  background: #CFD3D6;
  border-radius: 50%;
  text-indent: -9999px;
}

#document.home .slick-arrow.slick-hidden {
  display: none;
}

#document.home .m_serviceSlide {
  position: relative;
}

#document.home .m_serviceSlide .slides {
  margin-bottom: 0;
}

#document.home .m_serviceSlide .slides .slide {
  position: relative;
  background-size: cover;
  background-position: center;
  height: 100vh !important;
  margin: 0;
}

#document.home .m_serviceSlide .slides .slide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(55, 64, 71, 0.4);
}

#document.home .m_serviceSlide .slides .slick-arrow {
  position: absolute;
  top: 33%;
  width: 40px;
  height: 40px;
  font-size: 0;
  background: #FFFFFF;
  -webkit-box-shadow: 0 4px 8px rgba(55, 64, 71, 0.2);
          box-shadow: 0 4px 8px rgba(55, 64, 71, 0.2);
  border-radius: 50%;
  z-index: 2;
}

#document.home .m_serviceSlide .slides .slick-arrow:hover:before {
  opacity: 0.7;
}

#document.home .m_serviceSlide .slides .slick-arrow.slick-prev {
  left: -20px;
}

#document.home .m_serviceSlide .slides .slick-arrow.slick-next {
  right: -20px;
}

#document.home .m_serviceSlide .slides .slick-arrow.slick-next:before {
  content: '\f054';
}

#document.home .m_serviceSlide .slides .slick-arrow:before {
  content: '\f053';
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Font Awesome 5 Free";
  font-size: 1.2rem;
  font-weight: bold;
  text-indent: 0%;
  z-index: 1;
}

#document.home .mvArea {
  position: relative;
}

#document.home .mvArea .txtWrap {
  color: #FFFFFF;
}

#document.home .mvArea .txtWrap > *:last-child {
  margin-bottom: 0 !important;
}

#document.home .mvArea .txtWrap .subTitle {
  color: #7F8B93;
  letter-spacing: 0.04em;
}

#document.home .mvArea .txtWrap .subTitle:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background: #CFD3D6;
}

#document.home .mvArea .txtWrap .m_copy {
  margin: 0;
  color: #374047;
  word-break:normal;
}

#document.home .mvArea .txtWrap .m_copy span {
  display: inline-block;
}

#document.home .mvArea .txtWrap .txt {
  font-weight: normal;
  color: #374047;
  letter-spacing: 0.02em;
  margin-right: 15%;
}

#document.home .mvArea .txtWrap .txt span {
  display: inline-block;
}

#document.home .mvArea .scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  width: 30px;
  opacity: 1;
  letter-spacing: 0.04em;
  z-index: 2;
}

#document.home .mvArea .scroll .txt {
  font-size: 1.2rem;
  -webkit-writing-mode: tb-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: tb-rl;
}

#document.home .mvArea .scroll .line {
  display: inline-block;
  margin-right: 10px;
  position: relative;
  width: 1px;
  height: 100%;
  overflow: hidden;
  background: rgba(55, 64, 71, 0.3);
}

#document.home .mvArea .scroll .line:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100px;
  background: #374047;
  -webkit-animation: scrollDown 2.5s infinite;
          animation: scrollDown 2.5s infinite;
}

@media screen and (min-width: 769px) {
  #document.home .mvArea {
    padding-bottom: 68px;
  }
  #document.home .mvArea .mainWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #document.home .mvArea .txtWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-top: auto;
    margin-bottom: 12%;
    margin-left: 4.688%;
  }
  #document.home .mvArea .txtWrap .subTitle {
    margin-bottom: 35px;
	margin-top: 40px;
    font-size: 1vw;
  }
  #document.home .mvArea .txtWrap .subTitle:after {
    margin-top: 10px;
  }
  #document.home .mvArea .txtWrap .m_copy {
    font-size: 3.50vw;
    line-height: 1.10;
  }
  #document.home .mvArea .txtWrap .txt {
    margin-top: 28px;
    font-size: 1.4vw;
  }
  #document.home .mvArea .bg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 60px;
    /*width: 51.563%;*/
	width: 100%;
    height: 100%;
  }
  #document.home .mvArea .bg img {
    width: 100%;
  }
  #document.home .mvArea .scroll {
    bottom: 68px;
    right: 40px;
    height: 100px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .mvArea .mainWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #document.home .mvArea .txtWrap {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    bottom: 75px;
    margin: 38px 0 80px 30px;
  }
  #document.home .mvArea .txtWrap .subTitle {
    /* margin-top: 20px; */
	margin-bottom: 20px;
    font-size: 1rem;
  }
  #document.home .mvArea .txtWrap .subTitle:after {
    margin-top: 5px;
  }
  #document.home .mvArea .txtWrap .m_copy {
    font-size: 2.4rem;
    line-height: 1.10;
  }
  #document.home .mvArea .txtWrap .txt {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #document.home .mvArea .bg {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-left: 20px;
    height: 100%;
  }
  #document.home .mvArea .bg img {
    width: 100%;
  }
  #document.home .mvArea .scroll {
    bottom: 0;
    right: 20px;
    height: 120px;
  }
}

#document.home #anc_about {
  background: url(../../images/common/about_bg.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  #document.home #anc_about .m_headTxt, #document.home #anc_about .m_headSubTxt {
    text-align: left;
  }
}

#document.home #anc_recruit {
  background: url(../../images/common/recruit_bg.jpg) no-repeat center center/cover;
}

@media screen and (min-width: 769px) {
  #document.home #anc_recruit .content {
    padding-bottom: 235px;
  }
  #document.home #anc_recruit .content .m_headTxt {
    margin-bottom: 0;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  #document.home #anc_recruit {
    background-position: left -240px top 0;
  }
}

#document.home .recruitBox {
  background: #FFFFFF;
}

#document.home .recruitBox .m_lead {
  position: relative;
}

@media screen and (min-width: 769px) {
  #document.home .recruitBox {
    padding: 0 0 120px;
  }
  #document.home .recruitBox .m_lead {
    margin: -180px auto auto;
    max-width: 1000px;
  }
}

@media screen and (max-width: 768px) {
  #document.home .recruitBox {
    padding: 55px 30px 100px;
  }
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}

@-webkit-keyframes s_gnavBtn03-bar1 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes s_gnavBtn03-bar1 {
  0% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes s_gnavBtn03-bar2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes s_gnavBtn03-bar2 {
  0% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes s_gnavBtn03-bar3 {
  0% {
    top: 50%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
@keyframes s_gnavBtn03-bar3 {
  0% {
    top: 50%;
    opacity: 0;
  }
  50% {
    top: 50%;
    opacity: 0;
  }
  100% {
    top: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes s_gnavBtn03-bar4 {
  0% {
    bottom: 50%;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 0;
  }
  100% {
    bottom: 10px;
    opacity: 1;
  }
}
@keyframes s_gnavBtn03-bar4 {
  0% {
    bottom: 50%;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 0;
  }
  100% {
    bottom: 10px;
    opacity: 1;
  }
}
@-webkit-keyframes s_gnavBtn03-bar1-active {
  0% {
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@keyframes s_gnavBtn03-bar1-active {
  0% {
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}
@-webkit-keyframes s_gnavBtn03-bar2-active {
  0% {
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@keyframes s_gnavBtn03-bar2-active {
  0% {
  }
  50% {
    -webkit-transform: none;
            transform: none;
  }
  100% {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@-webkit-keyframes s_gnavBtn03-bar3-active {
  0% {
  }
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    opacity: 0;
  }
}
@keyframes s_gnavBtn03-bar3-active {
  0% {
  }
  50% {
    top: 50%;
  }
  100% {
    top: 50%;
    opacity: 0;
  }
}
@-webkit-keyframes s_gnavBtn03-bar4-active {
  0% {
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 50%;
    opacity: 0;
  }
}
@keyframes s_gnavBtn03-bar4-active {
  0% {
  }
  50% {
    bottom: 50%;
  }
  100% {
    bottom: 50%;
    opacity: 0;
  }
}

/*# sourceMappingURL=../../Templates/dev/sourcemap/common/styles.css.map */
