@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");

/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
/*-----------------------------------------------------------
clearfix
------------------------------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  line-height: 0; }

.clearfix {
  display: inline-block; }

/* exlude MacIE5 \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* end MacIE5 */
/*-----------------------------------------------------------
reset
------------------------------------------------------------*/
p {
  margin: 0;
  padding: 0; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%;
  resize: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

dl, dt, dd, th, td {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6 {
  /*font-size: 100%;*/
  font-weight: normal;
  margin: 0;
  padding: 0; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, dialog {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent; }

img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0;
  max-width: 100%;
  height: auto; }

table img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: 0; }

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

nav ul {
  list-style: none; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

*:focus {
  outline: none !important; }

label, select, button {
  cursor: pointer; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  select::-ms-expand {
    display: none; } }

@media screen {
  select::-ms-expand {
    display: none; } }

/*-----------------------------------------------------------
Link
------------------------------------------------------------*/
a {
  outline: none;
  transition: 0.3s; }
  @media (min-width: 897px) and (orientation: landscape), (min-width: 768px) and (orientation: portrait) {
    a:hover {
      text-decoration: none;
      color: #aaa;
      opacity: 0.5; } }

a:link, a:visited, a:active {
  color: #444;
  text-decoration: none; }

/*-----------------------------------------------------------
FONT family
------------------------------------------------------------*/
.ffN {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "メイリオ", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.ffM {
  font-family: "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

.ffYG {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif; }

.ffYM {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif; }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden; }

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */ }

/*-----------------------------------------------------------
PAGE BOOT
------------------------------------------------------------*/
/* WordPress */
.wp-pagenavi {
  clear: both;
  text-align: center;
  font-family: Arial;
  font-size: 14px; }

.wp-pagenavi span, .wp-pagenavi a {
  line-height: 30px;
  display: inline-block;
  margin: 0 4px;
  color: #666;
  text-align: center; }

.wp-pagenavi a, .wp-pagenavi span.current {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  width: 30px;
  height: 30px;
  background: #ededed; }

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background: #1489c3;
  color: #fff; }

.wp-pagenavi .pages {
  margin-right: 15px; }

/*-----------------------------------------------------------
Body
-------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  -moz-font-feature-settings: "palt";
  -ms-font-feature-settings: "palt";
  -o-font-feature-settings: "palt";
  font-feature-settings: "palt"; }

body {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  width: 100%;
  color: #444;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0;
  height: 100%;
  word-break: break-word; }

/*-----------------------------------------------------------
Container
------------------------------------------------------------*/
.container {
  max-width: 1400px;
  margin: 0 auto; }

/*-----------------------------------------------------------
common
------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .sp, .SP {
    display: none !important; } }

@media only screen and (max-width: 767px) {
  .pc, .PC {
    display: none !important; } }

.wcm {
  width: 1400px;
  margin: auto; }

/*-----------------------------------------------------------
Some stuff from bootstrap
------------------------------------------------------------*/
.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }

.fade.in {
  opacity: 1; }

.collapse {
  display: none; }

.collapse.in {
  display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: "height, visibility";
  -moz-transition-property: "height, visibility";
  -ms-transition-property: "height, visibility";
  -o-transition-property: "height, visibility";
  transition-property: "height, visibility";
  -webkit-transition-duration: 0.35s;
  -moz-transition-duration: 0.35s;
  -ms-transition-duration: 0.35s;
  -o-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  -moz-transition-timing-function: ease;
  -ms-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal .close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20); }
    .modal .close:hover, .modal .close:focus {
      color: #000000;
      text-decoration: none;
      cursor: pointer;
      opacity: 0.5;
      filter: alpha(opacity=50); }
  .modal button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none; }

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -moz-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: transform 0.3s ease-out;
  -moz-transition: transform 0.3s ease-out;
  -ms-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out; }

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -ms-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  -ms-background-clip: padding-box;
  -o-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000; }

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0); }

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857143; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0; }

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px; }

.modal-footer .btn-block + .btn-block {
  margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -ms-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    -o-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }

#footer {
  height: 49px;
  line-height: 49px; }
  @media only screen and (max-width: 767px) {
    #footer {
      height: 86px;
      background: #40220F;
      line-height: inherit;
      position: relative;
      z-index: 3;
      display: table;
      width: 100%; } }
  #footer .copyright {
    background: #40220F;
    padding: 0 130px;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: bold;
    font-size: 10px;
    font-size: 1rem;
    color: rgba(255, 249, 230, 0.7);
    text-align: right; }
    #footer .copyright span {
      margin-right: 20px;
      letter-spacing: 1.5px; }
      #footer .copyright span:last-child {
        margin-right: 0; }
    @media only screen and (max-width: 767px) {
      #footer .copyright {
        background: transparent;
        padding: 0;
        text-align: center;
        font-family: 'Noto Sans JP', sans-serif;
        line-height: 2;
        display: table-cell;
        vertical-align: middle; }
        #footer .copyright span {
          display: block;
          margin-right: 0; } }

.header {
  position: relative;
  z-index: 1000;
  width: 100%;
  padding: 30px 50px;
  background: url(../../assets/img/bg_header_pc.jpg) repeat center center;
  background-size: 100% 100%;
  -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); }
  @media only screen and (max-width: 900px) {
    .header {
      padding: 30px 25px; } }
  .header .inHeader {
    max-width: 1400px;
    margin: 0 auto;
    z-index: 2000; }
  .header #logo {
    position: absolute;
    left: 50px;
    top: 25px;
    z-index: 2000;
    width: 180px;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    @media only screen and (max-width: 900px) {
      .header #logo {
        left: 25px; } }
    .header #logo img {
      display: block;
      -webkit-transition: 0.3s ease all;
      -moz-transition: 0.3s ease all;
      -ms-transition: 0.3s ease all;
      -o-transition: 0.3s ease all;
      transition: 0.3s ease all; }
    .header #logo:hover {
      opacity: 0.7; }
    @media only screen and (max-width: 767px) {
      .header #logo {
        width: 150px;
        left: 20px;
        top: 28px; } }
  @media only screen and (max-width: 767px) {
    .header {
      height: 80px;
      padding: 0 20px;
      background: url(../../assets/img/small_bg_header_sp.jpg) no-repeat top left;
      background-size: cover;
      position: fixed; } }

.layerMenu {
  text-align: right;
  position: relative; }
  .layerMenu .gNavi {
    display: flex;
    justify-content: flex-end; }
    .layerMenu .gNavi > li {
      margin-left: 32px;
      font-weight: bold;
      letter-spacing: 2.3px;
      position: relative; }
      @media only screen and (max-width: 900px) {
        .layerMenu .gNavi > li {
          margin-left: 20px; } }
      .layerMenu .gNavi > li > a {
        display: block;
        color: #F2D5B0;
        position: relative;
        font-size: 13px;
        font-size: 1.3rem;
        font-weight: bold; }
        @media only screen and (max-width: 900px) {
          .layerMenu .gNavi > li > a {
            font-size: 12px;
            font-size: 1.2rem; } }
  @media only screen and (max-width: 767px) {
    .layerMenu {
      position: fixed;
      right: -100%;
      top: 0;
      z-index: 1000;
      width: 100%;
      height: 100%;
      text-align: center;
      background: url(../../assets/img/bg_header_sp.png) no-repeat;
      background-size: cover; }
      .layerMenu .inLayer {
        position: relative;
        height: 100%;
        padding: 180px 20px 65px;
        overflow: auto; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .layerMenu .inLayer {
        padding-top: 120px; } }
  @media only screen and (max-width: 767px) {
      .layerMenu .gNavi {
        margin-bottom: 97px;
        display: block; } }
    @media only screen and (max-width: 767px) and (max-width: 320px) {
      .layerMenu .gNavi {
        margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
        .layerMenu .gNavi > li {
          display: block;
          width: 100%;
          margin: 0 auto 40px; } }
      @media only screen and (max-width: 767px) and (max-width: 320px) {
        .layerMenu .gNavi > li {
          margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
          .layerMenu .gNavi > li:first-child {
            max-width: 330px; }
          .layerMenu .gNavi > li:nth-child(2) {
            max-width: 140px; }
          .layerMenu .gNavi > li:nth-child(3) {
            max-width: 160px; }
          .layerMenu .gNavi > li:last-child {
            max-width: 90px;
            margin-bottom: 0; }
      .layerMenu .company-name {
        color: #FFF9E6;
        font-weight: bold;
        font-size: 12px;
        font-size: 1.2rem;
        margin-bottom: 20px;
        letter-spacing: 2.5px; }
        .layerMenu .company-name span {
          margin-left: 10px;
          display: inline-block;
          vertical-align: middle; }
        .layerMenu .company-name strong {
          display: inline-block;
          vertical-align: middle; }
      .layerMenu .copyright {
        color: rgba(255, 249, 230, 0.7);
        font-size: 10px;
        font-size: 1rem;
        text-align: center;
        letter-spacing: 1px;
        line-height: 2.4; } }

.layerOn {
  overflow: hidden;
  position: fixed; }
  .layerOn .layerMenu {
    right: 0; }

.hamberger {
  position: fixed;
  right: 20px;
  top: 23px;
  z-index: 2000;
  width: 36px;
  padding: 0;
  line-height: 1;
  font-size: 0;
  text-align: center;
  cursor: pointer;
  display: none; }
  .hamberger span {
    display: inline-block;
    width: 36px;
    height: 1px;
    margin-bottom: 7px;
    background: #FFFFFF;
    -webkit-transition: 0.3s ease all;
    -moz-transition: 0.3s ease all;
    -ms-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    transition: 0.3s ease all; }
    .hamberger span:last-child {
      margin-bottom: 0; }
  .hamberger .txt_menu {
    margin-top: 5px; }
  .hamberger.active span {
    width: 36px; }
  .hamberger.active .ham {
    -webkit-transform: rotate(45deg) translateY(5px) translateX(6px);
    -moz-transform: rotate(45deg) translateY(5px) translateX(6px);
    -ms-transform: rotate(45deg) translateY(5px) translateX(6px);
    -o-transform: rotate(45deg) translateY(5px) translateX(6px);
    transform: rotate(45deg) translateY(5px) translateX(6px); }
  .hamberger.active .ber {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .hamberger.active .ger {
    display: none; }
  .hamberger.active .txt_menu {
    margin-top: 14px; }
  @media only screen and (max-width: 767px) {
    .hamberger {
      display: block; } }
