@charset "UTF-8";
/* COMMON
-------------------------------------------------------------- */
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}

img.rendering {
  image-rendering: -webkit-optimize-contrast;
}

img {
  width: 100%;
}

br.sm_br {
  display: none;
}
@media only screen and (max-width:766px) {
  br.sm_br {
    display: inline;
  }
}

br.tb_br {
  display: none;
}
@media only screen and (max-width:1023px) {
  br.tb_br {
    display: inline;
  }
}

@media only screen and (max-width:766px) {
  br.pc_tb_br {
    display: none;
  }
}

@media only screen and (max-width:1023px) {
  br.pc_br {
    display: none;
  }
}

.center {
  text-align: center !important;
}

.right {
  text-align: right !important;
}

strong, b {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  color: #000;
  -webkit-transition: opacity 0.5s ease-out;
  transition: opacity 0.5s ease-out;
}

a:hover {
  opacity: 0.2;
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width:766px) {
  a:hover {
    opacity: 1 !important;
  }
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wp-block-embed-youtube .wp-block-embed__wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.wp-block-embed-youtube .wp-block-embed__wrapper iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.list001 li {
  position: relative;
  padding-left: 1em;
}
.list001 li:last-child {
  margin-bottom: 0;
}
.list001 li:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.link001 a {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 300;
  letter-spacing: 1px;
  color: #ff0000;
}
.link001 a span {
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 1px solid #ff0000;
}

select::-ms-expand {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type=submit],
input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

svg {
  width: 100%;
}
svg.fa-clone {
  width: auto;
}

.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 45.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media only screen and (max-width:766px) {
  a:hover,
  button:hover,
  [class*=btn]:hover,
  [class*=button]:hover {
    opacity: 1 !important;
    background-color: inherit !important;
    color: inherit !important;
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
}
/* LAYOUT
-------------------------------------------------------------- */
body {
  height: 100%;
  min-height: 100%;
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  position: relative;
  overflow-x: hidden;
  background: #b3b3b1;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 2em;
}
body.active {
  overflow-y: hidden;
}

html {
  height: 100%;
  min-height: 100%;
}

main {
  display: block;
}
main.page_main {
  padding-top: 80px;
}
@media only screen and (max-width:766px) {
  main.page_main {
    padding-top: 30px;
  }
}

.logo a {
  display: block;
  background-repeat: no-repeat;
  text-indent: -999999px;
  background-size: cover;
}

.menu_contact li a {
  display: block;
  border: 2px solid #ff0000;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  font-weight: bold;
  padding: 20px 5px;
  width: 100%;
}

/* HEDDER
-------------------------------------------------------------- */
header {
  zoom: 1;
}
header:before, header:after {
  content: "";
  display: table;
}
header:after {
  clear: both;
}
header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
}
@media only screen and (max-width:1023px) {
  header {
    position: relative;
  }
}
header .header_inner .logo_header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
header .header_inner .logo_header a {
  width: 220px;
  height: 155px;
  background-image: url(../images/common/logo_header.png);
}
@media only screen and (max-width:766px) {
  header .header_inner .logo_header a {
    width: 147px;
    height: 104px;
  }
}
header .header_inner nav {
  float: right;
  padding: 30px 50px 0 0;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav {
    display: none;
    float: none;
    background-color: #b3b3b1;
    height: 100%;
    min-height: 100%;
    width: 100%;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner {
    height: 100%;
    min-height: 100%;
    padding-top: 180px;
  }
}
@media only screen and (max-width:1023px) and (orientation: landscape) {
  header .header_inner nav .nav_inner {
    overflow-y: auto;
  }
}
header .header_inner nav .nav_inner .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu {
    display: block;
    padding: 0 20px;
  }
}
header .header_inner nav .nav_inner .gmenu li {
  border-right: 1px solid #fff;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu li {
    border-right: none;
    border-bottom: 1px solid #979797;
    height: 54px;
  }
}
header .header_inner nav .nav_inner .gmenu li a {
  display: block;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
  padding: 10px 15px;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu li a {
    padding: 10px 0;
    position: relative;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu li a span {
    position: absolute;
    top: 20px;
  }
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu li a span.en {
    left: 50%;
    -webkit-transform: translateX(-8em);
            transform: translateX(-8em);
  }
}
header .header_inner nav .nav_inner .gmenu li a span.jp {
  display: block;
  font-size: 10px;
  font-size: 0.625rem;
  font-weight: 400;
}
@media only screen and (max-width:1023px) {
  header .header_inner nav .nav_inner .gmenu li a span.jp {
    left: 50%;
    -webkit-transform: translateX(4em);
            transform: translateX(4em);
    font-size: 12px;
    font-size: 0.75rem;
  }
}
header .header_inner nav .nav_inner .gmenu li a:hover {
  color: #ff0000;
  opacity: 1;
}
header .header_inner nav .nav_inner .gmenu li.now a {
  color: #ff0000;
}
header .header_inner nav .nav_inner .gmenu li:first-child a {
  padding-left: 0;
}
header .header_inner nav .nav_inner .gmenu li:last-child {
  border-right: none;
}
header .header_inner nav .nav_inner .gmenu li:last-child a {
  padding-right: 0;
}
header .header_inner nav .nav_inner .gmenu_contact {
  display: none;
}
header .header_inner .sm_menu_bt {
  position: fixed;
  z-index: 110;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  display: none;
  isolation: isolate;
}
@media only screen and (max-width:1023px) {
  header .header_inner .sm_menu_bt {
    top: 0px;
    right: 0px;
    display: block;
    height: 70px;
    width: 70px;
    border: 2px solid #ff0000;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
header .header_inner .sm_menu_bt .menu-trigger, header .header_inner .sm_menu_bt .menu-trigger span {
  display: inline-block;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
header .header_inner .sm_menu_bt .menu-trigger {
  position: relative;
  width: 30px;
  height: 20px;
  display: block;
  margin: 21px auto 0 auto;
  text-align: center;
}
header .header_inner .sm_menu_bt .menu-trigger span {
  position: absolute;
  right: 0;
  height: 1px;
  background-color: #000;
  width: 100%;
  left: 0px;
  mix-blend-mode: difference;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(1) {
  top: 0;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(2) {
  top: 5px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(3) {
  top: 10px;
}
header .header_inner .sm_menu_bt .menu-trigger span:nth-of-type(4) {
  top: 20px;
  height: auto;
  background: none;
  line-height: 0;
  font-size: 11px;
  font-size: 0.6875rem;
  font-weight: bold;
}
header .header_inner .sm_menu_bt .menu-trigger:hover {
  cursor: pointer;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) translateX(0px) rotate(-45deg);
  transform: translateY(12px) translateX(0px) rotate(-45deg);
  width: 100%;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(3) {
  display: none;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(2) {
  -webkit-transform: translateY(7px) translateX(0px) rotate(45deg);
  transform: translateY(7px) translateX(0px) rotate(45deg);
  width: 100%;
}
header .header_inner .sm_menu_bt .menu-trigger.active span:nth-of-type(4) {
  display: none;
}

/* FOOTER
-------------------------------------------------------------- */
footer .footer_contact_wrap {
  padding: 100px 20px 70px 20px;
}
@media only screen and (max-width:766px) {
  footer .footer_contact_wrap {
    padding: 70px 20px;
  }
}
footer .footer_contact_wrap .footer_contact {
  background-color: #fff;
  padding: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  gap: 0 30px;
}
@media only screen and (max-width:1023px) {
  footer .footer_contact_wrap .footer_contact {
    display: block;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_contact_wrap .footer_contact {
    padding: 35px 15px;
  }
}
footer .footer_contact_wrap .footer_contact p {
  width: 50%;
}
@media only screen and (max-width:1023px) {
  footer .footer_contact_wrap .footer_contact p {
    width: 100%;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_contact_wrap .footer_contact p {
    padding: 0 20px;
  }
}
footer .footer_contact_wrap .footer_contact .fmenu_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  gap: 0 30px;
}
@media only screen and (max-width:1023px) {
  footer .footer_contact_wrap .footer_contact .fmenu_contact {
    width: 100%;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_contact_wrap .footer_contact .fmenu_contact {
    display: block;
  }
}
footer .footer_contact_wrap .footer_contact .fmenu_contact li {
  width: 50%;
}
@media only screen and (max-width:766px) {
  footer .footer_contact_wrap .footer_contact .fmenu_contact li {
    width: 100%;
    margin-bottom: 25px;
  }
  footer .footer_contact_wrap .footer_contact .fmenu_contact li:last-child {
    margin-bottom: 0;
  }
}
footer .footer_menu_wrap {
  background-image: url(../images/common/footer_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 60px 50px 60px 70px;
  position: relative;
}
@media only screen and (max-width:1023px) {
  footer .footer_menu_wrap {
    display: block;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap {
    background-image: url(../images/common/footer_sm.jpg);
    padding: 50px 30px;
  }
}
footer .footer_menu_wrap .footer_menu {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-top: 20px;
}
footer .footer_menu_wrap .footer_menu .gmenu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 30px;
  margin-bottom: 120px;
}
@media only screen and (max-width:1023px) {
  footer .footer_menu_wrap .footer_menu .gmenu {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_menu .gmenu {
    display: block;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_menu .gmenu li {
    margin-bottom: 0.5em;
  }
}
footer .footer_menu_wrap .footer_menu .gmenu li a {
  color: #d33;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1em;
}
footer .footer_menu_wrap .footer_menu .gmenu li a span {
  display: block;
  font-weight: 400;
  font-size: 10px;
  font-size: 0.625rem;
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_menu .gmenu li a {
    font-size: 11px;
    font-size: 0.6875rem;
  }
  footer .footer_menu_wrap .footer_menu .gmenu li a span {
    display: none;
  }
}
footer .footer_menu_wrap .footer_menu .footer_address {
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_menu .footer_address {
    font-size: 10px;
    font-size: 0.625rem;
    line-height: 1.7em;
  }
}
footer .footer_menu_wrap .footer_info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  footer .footer_menu_wrap .footer_info {
    text-align: right;
    margin-top: -50px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_info {
    text-align: right;
    margin-top: -35px;
  }
}
footer .footer_menu_wrap .footer_info .footer_logo {
  margin-bottom: 50px;
}
@media only screen and (max-width:1023px) {
  footer .footer_menu_wrap .footer_info .footer_logo {
    text-align: right;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_info .footer_logo {
    margin-bottom: 15px;
  }
}
footer .footer_menu_wrap .footer_info .footer_logo a {
  display: block;
  width: 138px;
  height: 59px;
  background-image: url(../images/common/logo.png);
  background-size: 138px auto;
  background-repeat: no-repeat;
}
@media only screen and (max-width:1023px) {
  footer .footer_menu_wrap .footer_info .footer_logo a {
    display: inline-block;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_info .footer_logo a {
    width: 80px;
    height: 30px;
    background-size: 80px auto;
  }
}
footer .footer_menu_wrap .footer_info .footer_logo a span {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0); /* ←スクリーンリーダーだけ読める */
}
footer .footer_menu_wrap .footer_info .footer_text {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
  font-weight: bold;
  line-height: 1.5em;
  margin-bottom: 40px;
}
@media only screen and (max-width:1023px) {
  footer .footer_menu_wrap .footer_info .footer_text {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_info .footer_text {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
footer .footer_menu_wrap .footer_info .footer_copy {
  font-size: 10px;
  font-size: 0.625rem;
  color: #fff;
  font-weight: bold;
}
footer .footer_menu_wrap .footer_arrow {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -38px;
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_arrow {
    top: -28px;
  }
}
footer .footer_menu_wrap .footer_arrow a {
  display: block;
  width: 40px;
  height: 69px;
  background-image: url(../images/common/arrow_t.svg);
  background-repeat: no-repeat;
  background-size: cover;
  text-indent: -999999px;
}
@media only screen and (max-width:766px) {
  footer .footer_menu_wrap .footer_arrow a {
    width: 32px;
    height: 54px;
  }
}

/* MODAL
-------------------------------------------------------------- */
.bt_modal {
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
  font-size: 10px;
  font-size: 0.625rem;
}
.bt_modal:hover {
  opacity: 0.6;
  cursor: pointer;
}

.modal {
  display: none;
  position: fixed;
  top: 20px;
  left: 50%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 80px);
  height: calc(100% - 80px);
  overflow: hidden;
  z-index: 100;
}
@media only screen and (max-width:766px) {
  .modal {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
  }
}
.modal .modal_inner {
  position: relative;
  background-color: #fff;
  height: 100%;
  padding: 60px 40px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media only screen and (max-width:766px) {
  .modal .modal_inner {
    padding: 0px;
  }
}
.modal .modal_inner .modal_inner_scroll {
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  padding: 100px 180px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .modal .modal_inner .modal_inner_scroll {
    padding: 40px 20px;
  }
}
@media only screen and (max-width:766px) {
  .modal .modal_inner .modal_inner_scroll {
    padding: 80px 0px;
  }
}
.modal .modal_inner .modal_inner_scroll h3 {
  font-size: 40px;
  font-size: 2.5rem;
  font-family: "Aleo", "Shippori Mincho B1", serif;
  text-align: center;
  margin-bottom: 80px;
}
@media only screen and (max-width:766px) {
  .modal .modal_inner .modal_inner_scroll h3 {
    font-size: 25px;
    font-size: 1.5625rem;
    margin-bottom: 40px;
  }
}
.modal .modal_inner .modal_inner_scroll h3 img {
  max-width: 342px;
}
@media only screen and (max-width:766px) {
  .modal .modal_inner .modal_inner_scroll h3 img {
    max-width: 250px;
  }
}
.modal .modal_inner .modal_inner_scroll p {
  margin-bottom: 1.5em;
}
.modal .modal_inner .modal_inner_scroll p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width:766px) {
  .modal .modal_inner .modal_inner_scroll p {
    padding: 0 25px;
  }
}
.modal .modal_inner .modal_close {
  width: 30px;
  height: 30px;
  background: url(../images/common/bt_close.png) no-repeat;
  background-size: 30px 30px;
  position: absolute;
  right: 26px;
  top: 26px;
  cursor: pointer;
  z-index: 10;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
.modal .modal_inner .modal_close:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media only screen and (max-width:766px) {
  .modal .modal_inner .modal_close {
    width: 25px;
    height: 25px;
    background: url(../images/common/bt_close.png) no-repeat;
    background-size: 25px 25px;
    right: 20px;
    top: 20px;
  }
}

/* INDEX
-------------------------------------------------------------- */
#mv {
  width: 100%;
  height: 100vh; /* ウィンドウの高さにフィット */
  position: relative;
  overflow: hidden;
  padding: 90px 0 67px 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #4d4d4d));
  background: linear-gradient(to bottom, transparent 50%, #4d4d4d 50%);
}
@media only screen and (max-width:766px) {
  #mv {
    padding: 54px 0 67px 0;
  }
}
#mv .mv_slider {
  width: 100%;
  height: 100vh; /* 画面いっぱいの高さ */
  overflow: hidden;
}
#mv .mv_slider,
#mv .mv_slider .slick-list,
#mv .mv_slider .slick-track,
#mv .mv_slider .slick-slide {
  height: 100%;
}
#mv {
  /* 各スライド */
}
#mv .mv_slider .slider_cont {
  width: 100%;
  height: 100%;
  position: relative;
}
#mv {
  /* 画像フィット設定 */
}
#mv .mv_slider picture,
#mv .mv_slider img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover; /* 縦横比を維持して全画面フィット */
  display: block;
}

#mv_link {
  position: absolute;
  right: 15px;
  bottom: 75px;
  z-index: 10;
}
@media only screen and (max-width:766px) {
  #mv_link {
    bottom: 85px;
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mv_link a {
  width: 358px;
  height: 100px;
  background-image: url(../images/common/link_back.png);
  background-repeat: no-repeat;
  background-size: 358px 105px;
  display: block;
  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;
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: bold;
}

#mv_arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 20;
}
#mv_arrow a img {
  max-width: 40px;
  height: auto;
}

#mv_text_scroll {
  position: absolute;
  top: 50px;
  left: calc(-100% + 50px);
  width: 100vh; /* 回転後に横幅として使う */
  height: 100vw; /* 回転後に縦幅として使う */
  -webkit-transform: rotate(90deg) translateY(-100%);
          transform: rotate(90deg) translateY(-100%);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}
@media only screen and (max-width:766px) {
  #mv_text_scroll {
    left: calc(-100% + 35px);
  }
}

.scroll_inner {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; /* 横方向に並べる */
  -webkit-animation: scrollUp 20s linear infinite;
          animation: scrollUp 20s linear infinite;
}

.scroll_inner span {
  display: inline-block;
  padding-right: 2rem; /* 文字間隔 */
  color: #fff;
  font-size: 1.2rem;
  white-space: nowrap;
  font-size: 50px;
  font-size: 3.125rem;
  color: #ff0000;
  font-style: italic;
  font-family: "Nunito Sans", sans-serif;
  font-weight: 300;
}
@media only screen and (max-width:766px) {
  .scroll_inner span {
    font-size: 30px;
    font-size: 1.875rem;
  }
}

/* 上方向スクロール */
@-webkit-keyframes scrollUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scrollUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#mv_copy {
  position: absolute;
  top: 65px;
  right: 45px;
}
@media only screen and (max-width:766px) {
  #mv_copy {
    top: 45px;
    right: 15px;
  }
}
#mv_copy img {
  width: 488px;
  height: auto;
}
@media only screen and (max-width:766px) {
  #mv_copy img {
    width: 261px;
  }
}

.sec_ttl {
  text-align: center;
}
.sec_ttl img {
  height: 29px;
  width: auto;
}
@media only screen and (max-width:766px) {
  .sec_ttl img {
    height: 22px;
  }
}
.sec_ttl span {
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  display: block;
}
@media only screen and (max-width:766px) {
  .sec_ttl span {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.bt_more {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
}
.bt_more a {
  color: #ff0000;
}

#index_news {
  padding: 90px 0 50px 190px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #index_news {
    padding: 90px 0 50px 90px;
  }
}
@media only screen and (max-width:766px) {
  #index_news {
    padding: 90px 0 50px 30px;
  }
}
#index_news #index_news_inner {
  position: relative;
}
#index_news #index_news_inner .sec_ttl {
  text-align: left;
}
#index_news #index_news_inner .sec_ttl span {
  display: inline-block;
  margin-left: 1.5em;
}
#index_news #index_news_inner .bt_more {
  position: absolute;
  right: 190px;
  top: 0;
}
@media only screen and (max-width:1023px) {
  #index_news #index_news_inner .bt_more {
    right: 20px;
  }
}
#index_news #index_news_inner #index_news_list li {
  margin-right: 36px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #index_news #index_news_inner #index_news_list li {
    margin-right: 25px;
  }
}
@media only screen and (max-width:766px) {
  #index_news #index_news_inner #index_news_list li {
    margin-right: 0px;
  }
}
#index_news #index_news_inner #index_news_list li:last-child {
  margin-right: 0;
}
#index_news #index_news_inner #index_news_list li a img {
  margin-bottom: 0.5em;
}
#index_news #index_news_inner #index_news_list li a h3 {
  margin-bottom: 3em;
  letter-spacing: 2px;
}
#index_news #index_news_inner #index_news_list li .news_des {
  max-width: 300px;
  min-height: 5em;
}
#index_news #index_news_inner #index_news_list li .news_des p {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5em;
}
#index_news #index_news_inner #index_news_list li .news_day {
  font-size: 10px;
  font-size: 0.625rem;
  letter-spacing: 1px;
}
#index_news #index_news_inner #index_news_list .slick-track {
  margin-left: 0 !important;
  margin-right: auto !important;
}
#index_news #index_news_inner #index_news_list .slick-slide {
  float: left !important;
}
#index_news #index_news_inner .slick-arrow {
  width: 9px;
  height: 14px;
  top: auto;
  bottom: -37px;
  display: block !important; /* slick が display:none にしても無理やり表示 */
  opacity: 1 !important; /* 薄くなっている場合は強制で出す */
  z-index: 100;
}
#index_news #index_news_inner .slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
#index_news #index_news_inner .slick-arrow:focus {
  opacity: 1 !important;
}
#index_news #index_news_inner .slick-arrow:before {
  display: none;
}
#index_news #index_news_inner .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 14px;
  background-repeat: no-repeat;
  background-size: 9px auto;
}
#index_news #index_news_inner .slick-next {
  right: 50%;
  -webkit-transform: translateX(70px);
          transform: translateX(70px);
}
#index_news #index_news_inner .slick-next:after {
  background-image: url(../images/common/arrow_r2.svg);
}
#index_news #index_news_inner .slick-prev {
  left: 50%;
  -webkit-transform: translateX(-70px);
          transform: translateX(-70px);
  z-index: 10 !important;
}
#index_news #index_news_inner .slick-prev:after {
  background-image: url(../images/common/arrow_l2.svg);
}

#index_concept {
  padding: 140px 20px 145px 20px;
}
@media only screen and (max-width:766px) {
  #index_concept {
    padding: 140px 0px 78px 18px;
    position: relative;
  }
}
#index_concept h2 {
  margin-bottom: 10px;
}
@media only screen and (max-width:766px) {
  #index_concept h2 {
    position: absolute;
    top: 95px;
    left: 0;
    width: 100%;
  }
}
#index_concept #index_concept_cont {
  max-width: 1120px;
  margin: 0 auto;
  position: relative;
}
#index_concept #index_concept_cont #index_concept_copy {
  position: absolute;
  left: -95px;
  top: -22px;
  width: 406px;
  height: 473px;
  background-image: url(../images/index/concept_back.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding: 127px 0 0 45px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #index_concept #index_concept_cont #index_concept_copy {
    left: 0px;
    top: 0px;
    width: 300px;
    height: 350px;
    padding: 90px 0 0 30px;
  }
}
@media only screen and (max-width:766px) {
  #index_concept #index_concept_cont #index_concept_copy {
    width: 330px;
    height: 384px;
    left: -18px;
    top: 75px;
    padding: 90px 0 0 30px;
  }
}
#index_concept #index_concept_cont #index_concept_copy img {
  max-width: 293px;
  margin-bottom: 100px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #index_concept #index_concept_cont #index_concept_copy img {
    max-width: 218px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width:766px) {
  #index_concept #index_concept_cont #index_concept_copy img {
    max-width: 240px;
    margin-bottom: 30px;
  }
}
#index_concept #index_concept_cont #index_concept_copy #index_concept_text p {
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  font-weight: 500;
}
@media only screen and (max-width:1023px) {
  #index_concept #index_concept_cont #index_concept_copy #index_concept_text p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

#index_business {
  padding: 80px 0 130px 0;
  background-image: url(../images/index/bussiness_back_pc.jpg);
  background-size: cover;
  background-repeat: no-repeat;
}
@media only screen and (max-width:766px) {
  #index_business {
    padding: 80px 10px 100px 10px;
    background-image: url(../images/index/bussiness_back_sm.jpg);
  }
}
#index_business .sec_ttl {
  margin-bottom: 30px;
}
@media only screen and (max-width:766px) {
  #index_business .sec_ttl {
    margin-bottom: 15px;
  }
}
#index_business #index_business_menu ul {
  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;
}
#index_business #index_business_menu ul li {
  border-right: 1px solid #ff0000;
  line-height: 1em;
}
#index_business #index_business_menu ul li:last-child {
  border: none;
}
#index_business #index_business_menu ul li a {
  display: block;
  padding: 0 20px;
  color: #ff0000;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  #index_business #index_business_menu ul li a {
    font-size: 14px;
    font-size: 0.875rem;
    white-space: nowrap;
  }
}
#index_business #index_business_list {
  overflow-x: hidden;
}
#index_business #index_business_list li {
  padding-top: 115px;
}
@media only screen and (max-width:766px) {
  #index_business #index_business_list li {
    padding-top: 95px;
  }
}
#index_business #index_business_list li:nth-child(odd) {
  padding-left: 18%;
}
#index_business #index_business_list li:nth-child(odd) .index_business_inner {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width:1023px) {
  #index_business #index_business_list li:nth-child(odd) {
    padding-left: 0px;
  }
}
#index_business #index_business_list li:nth-child(even) {
  padding-right: 18%;
}
@media only screen and (max-width:1023px) {
  #index_business #index_business_list li:nth-child(even) {
    padding-right: 0px;
  }
}
#index_business #index_business_list li .index_business_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 120px;
}
@media only screen and (max-width:1023px) {
  #index_business #index_business_list li .index_business_inner {
    display: block;
  }
}
@media only screen and (max-width:1023px) {
  #index_business #index_business_list li .index_business_inner .index_business_cont {
    padding: 0 20px;
  }
}
#index_business #index_business_list li .index_business_inner .index_business_cont h3 {
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  color: #ff0000;
  font-family: "Aleo", "Shippori Mincho B1", serif;
  margin-bottom: 1em;
}
@media only screen and (max-width:766px) {
  #index_business #index_business_list li .index_business_inner .index_business_cont h3 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}
#index_business #index_business_list li .index_business_inner .index_business_cont h3 span {
  display: block;
}
#index_business #index_business_list li .index_business_inner .index_business_cont h3 span.index_business_number {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 2em;
}
#index_business #index_business_list li .index_business_inner .index_business_cont h3 span.index_business_jp {
  font-family: "Lato", "Noto Sans JP", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: normal;
  margin-top: 1em;
}
#index_business #index_business_list li .index_business_inner .index_business_cont p {
  color: #fff;
  max-width: 530px;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  line-height: 1.6em;
}
@media only screen and (max-width:1023px) {
  #index_business #index_business_list li .index_business_inner .index_business_cont p {
    max-width: 100%;
  }
}

/* PAGE COMMON
-------------------------------------------------------------- */
.page_mv {
  width: 100%;
  height: 400px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width:766px) {
  .page_mv {
    height: 216px;
  }
}

.table001 {
  width: 100%;
  margin: 0 auto;
}
.table001 tr th, .table001 tr td {
  border-bottom: 2px solid #fff;
  padding: 15px;
  text-align: left;
}
@media only screen and (max-width:766px) {
  .table001 tr th, .table001 tr td {
    padding: 10px;
    font-size: 12px;
    font-size: 0.75rem;
    border-bottom: 1px solid #fff;
    line-height: 1.7em;
  }
}
.table001 tr th {
  white-space: nowrap;
}
.table001 tr td {
  padding-left: 40px;
  position: relative;
}
.table001 tr td:before {
  content: "";
  display: block;
  width: 30px;
  height: 5px;
  position: absolute;
  bottom: -2px;
  left: 0;
  background-color: #b3b3b1;
}

/* ABOUT
-------------------------------------------------------------- */
#page_about {
  background-image: url(../images/about/about_mv.jpg);
}

#about_company {
  padding-bottom: 90px;
  margin: 0 auto;
  max-width: 776px;
  padding: 0 20px;
}
#about_company .sec_ttl {
  margin-bottom: 105px;
}
@media only screen and (max-width:766px) {
  #about_company .sec_ttl {
    margin-bottom: 80px;
  }
}

#about_member {
  padding: 90px 0 110px 0;
}
@media only screen and (max-width:766px) {
  #about_member {
    padding: 90px 0 70px 0;
  }
}
#about_member .sec_ttl {
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  #about_member .sec_ttl {
    margin-bottom: 30px;
  }
}
#about_member .slide_scroll li {
  height: 400px;
  padding: 0 10px;
}
@media only screen and (max-width:766px) {
  #about_member .slide_scroll li {
    height: 240px;
    padding: 0 5px;
  }
}
#about_member .slide_scroll li img {
  width: auto;
}

#about_recruit {
  padding: 110px 0 110px 0;
}
@media only screen and (max-width:766px) {
  #about_recruit {
    padding: 70px 0;
  }
}
@media only screen and (max-width:766px) {
  #about_recruit .sec_ttl {
    margin-bottom: 25px;
  }
}
@media only screen and (max-width:766px) {
  #about_recruit {
    padding: 70px 0 70px 0;
  }
}
#about_recruit #about_recruit_mv {
  margin-bottom: 86px;
}
@media only screen and (max-width:766px) {
  #about_recruit #about_recruit_mv {
    margin-bottom: 60px;
  }
}
#about_recruit #about_recruit_text {
  max-width: 776px;
  margin: 0 auto;
  padding: 0 20px;
}
#about_recruit #about_recruit_text h3 {
  color: #fff;
  font-size: 30px;
  font-size: 1.875rem;
  text-align: center;
  margin-bottom: 60px;
  font-weight: bold;
}
@media only screen and (max-width:766px) {
  #about_recruit #about_recruit_text h3 {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 35px;
  }
}
#about_recruit #about_recruit_text p {
  max-width: 640px;
  margin: 0 auto;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  line-height: 1.8em;
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  #about_recruit #about_recruit_text p {
    margin-bottom: 70px;
  }
}

#about_voice {
  max-width: 1236px;
  margin: 0 auto;
  padding: 110px 0 110px 0;
}
@media only screen and (max-width:766px) {
  #about_voice {
    padding: 70px 0 160px 0;
  }
}
#about_voice .sec_ttl {
  margin-bottom: 40px;
}
#about_voice .about_voice_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 40px;
  padding: 0 20px;
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont {
    display: block;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 {
  width: 56%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont001 {
    width: 100%;
    margin-bottom: 70px;
    display: block;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_img {
  width: 186px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_img {
    margin: 0 auto 1em auto;
  }
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_img {
    width: 120px;
    float: left;
    margin-right: 20px;
    margin-bottom: 10px;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info {
  width: calc(100% - 186px);
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info {
    width: 100%;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 0.5em;
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info h3 span {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info h3 {
    text-align: center;
  }
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info h3 {
    position: relative;
    font-size: 24px;
    font-size: 1.5rem;
  }
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info h3 span {
    position: absolute;
    left: 140px;
    top: 132px;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info .about_voice_cont001_text {
  font-weight: 300;
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info .about_voice_cont001_text {
    clear: left;
  }
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info .about_voice_cont001_text p {
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 1.5em;
  line-height: 1.6em;
}
#about_voice .about_voice_cont .about_voice_cont001 .about_voice_cont001_info .about_voice_cont001_text p:last-child {
  margin-bottom: 0;
}
#about_voice .about_voice_cont .about_voice_cont002 {
  width: 44%;
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont002 {
    width: 100%;
  }
}
#about_voice .about_voice_cont .about_voice_cont002 h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px;
  letter-spacing: 1px;
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont .about_voice_cont002 h3 {
    padding-left: 10px;
  }
}
#about_voice .about_voice_cont .about_voice_cont002 table {
  width: 100%;
}
#about_voice .about_voice_cont .about_voice_cont002 table tr th, #about_voice .about_voice_cont .about_voice_cont002 table tr td {
  border-top: 1px solid #000;
  padding: 1px 20px;
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont .about_voice_cont002 table tr th, #about_voice .about_voice_cont .about_voice_cont002 table tr td {
    font-size: 12px;
    font-size: 0.75rem;
    padding: 5px 10px;
    line-height: 1.5em;
  }
}
#about_voice .about_voice_cont .about_voice_cont_harf {
  width: 50%;
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont .about_voice_cont_harf {
    width: 100%;
  }
}
#about_voice .about_voice_cont #about_voice_table_wrap {
  position: relative;
}
#about_voice .about_voice_cont #about_voice_table_wrap:after {
  content: "";
  display: block;
  width: 110px;
  height: 104px;
  background-image: url(../images/about/ill_clock.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  right: 10px;
  top: 0;
}
@media only screen and (max-width:766px) {
  #about_voice .about_voice_cont #about_voice_table_wrap:after {
    top: -10px;
    right: 5px;
    width: 64px;
    height: 60px;
  }
}
@media only screen and (max-width:1023px) {
  #about_voice .about_voice_cont #about_voice_cont002_img {
    margin: 0 -20px;
    width: auto;
  }
}
#about_voice #about_voice_sec002 {
  margin-bottom: 60px;
}
#about_voice #about_voice_img {
  margin: 60px auto;
  max-width: 816px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0 20px;
}
@media only screen and (max-width:766px) {
  #about_voice #about_voice_img {
    display: block;
    line-height: 1em;
  }
  #about_voice #about_voice_img div:first-of-type {
    margin-bottom: 20px;
  }
}

#about_contact {
  background-color: #ccccca;
  padding: 45px 20px 60px 20px;
}
#about_contact .sec_ttl {
  margin-bottom: 65px;
}
@media only screen and (max-width:766px) {
  #about_contact .sec_ttl {
    margin-bottom: 40px;
  }
}
#about_contact #about_contact_form {
  max-width: 500px;
  margin: 0 auto;
  -webkit-transform: translateX(150px);
          transform: translateX(150px);
}
@media only screen and (max-width:1023px) {
  #about_contact #about_contact_form {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
#about_contact #about_contact_form #about_contact_form_text {
  margin-bottom: 2em;
}
#about_contact #about_contact_form .form_list input[type=text], #about_contact #about_contact_form .form_list input[type=email], #about_contact #about_contact_form .form_list input[type=tel], #about_contact #about_contact_form .form_list textarea {
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#about_contact #about_contact_form .form_list input[type=text]:focus, #about_contact #about_contact_form .form_list input[type=email]:focus, #about_contact #about_contact_form .form_list input[type=tel]:focus, #about_contact #about_contact_form .form_list textarea:focus {
  outline: none;
}
#about_contact #about_contact_form .form_list input[type=text]::-webkit-input-placeholder, #about_contact #about_contact_form .form_list input[type=email]::-webkit-input-placeholder, #about_contact #about_contact_form .form_list input[type=tel]::-webkit-input-placeholder, #about_contact #about_contact_form .form_list textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list input[type=text]::-moz-placeholder, #about_contact #about_contact_form .form_list input[type=email]::-moz-placeholder, #about_contact #about_contact_form .form_list input[type=tel]::-moz-placeholder, #about_contact #about_contact_form .form_list textarea::-moz-placeholder {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list input[type=text]:-ms-input-placeholder, #about_contact #about_contact_form .form_list input[type=email]:-ms-input-placeholder, #about_contact #about_contact_form .form_list input[type=tel]:-ms-input-placeholder, #about_contact #about_contact_form .form_list textarea:-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list input[type=text]::-ms-input-placeholder, #about_contact #about_contact_form .form_list input[type=email]::-ms-input-placeholder, #about_contact #about_contact_form .form_list input[type=tel]::-ms-input-placeholder, #about_contact #about_contact_form .form_list textarea::-ms-input-placeholder {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list input[type=text]::placeholder, #about_contact #about_contact_form .form_list input[type=email]::placeholder, #about_contact #about_contact_form .form_list input[type=tel]::placeholder, #about_contact #about_contact_form .form_list textarea::placeholder {
  color: #000;
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list textarea {
  height: 200px;
}
#about_contact #about_contact_form .form_list button {
  width: 350px;
  height: 50px;
  background-color: #ff0000;
  color: #fff;
  border: none;
  font-family: "Aleo", "Shippori Mincho B1", serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  position: relative;
  -webkit-transition: 0.6s all;
  transition: 0.6s all;
}
@media only screen and (max-width:766px) {
  #about_contact #about_contact_form .form_list button {
    width: 100%;
  }
}
#about_contact #about_contact_form .form_list button:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: url(../images/common/bt_arrow.png);
  background-repeat: no-repeat;
  background-size: cover;
}
#about_contact #about_contact_form .form_list button:hover {
  opacity: 0.6;
  cursor: pointer;
}
#about_contact #about_contact_form .form_list li {
  border: 1px solid #000;
  margin-bottom: 20px;
}
#about_contact #about_contact_form .form_list li.input_radio {
  font-size: 12px;
  font-size: 0.75rem;
}
#about_contact #about_contact_form .form_list li.input_radio span {
  margin-right: 1em;
  margin-left: 0;
}
#about_contact #about_contact_form .form_list li.non_border {
  border: none;
}
#about_contact #about_contact_form .form_list li.mb_none {
  margin-bottom: 0;
  border-bottom: none;
}
#about_contact #about_contact_form .form_list li#submit {
  text-align: right;
  margin-top: 30px;
}
#about_contact #about_contact_form .form_list li#submit button {
  font-family: "Noto Sans JP", 游ゴシック, "Yu Gothic", 游ゴシック体, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#about_contact #about_contact_form .form_list li#submit a {
  display: block;
  margin-top: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}

/* WORKS
-------------------------------------------------------------- */
#page_works {
  background-image: url(../images/works/works_mv.jpg);
}

.works_wrap {
  padding: 0 20px;
}
.works_wrap .sec_ttl {
  margin-bottom: 70px;
}
.works_wrap article {
  max-width: 984px;
  margin: 0 auto 350px auto;
  padding: 0 50px;
}
@media only screen and (max-width:766px) {
  .works_wrap article {
    padding: 0;
    margin: 0 auto 200px auto;
  }
}
.works_wrap article:last-of-type {
  margin: 0 auto 200px auto;
}
@media only screen and (max-width:766px) {
  .works_wrap article:last-of-type {
    margin: 0 auto 100px auto;
  }
}
.works_wrap article .works_img_list {
  margin-bottom: 25px;
}
@media only screen and (max-width:766px) {
  .works_wrap article .works_img_list {
    margin: 0 -20px 60px -20px;
  }
}
.works_wrap article .works_info h3 {
  font-size: 24px;
  font-size: 1.5rem;
  margin-bottom: 1em;
  padding: 0 115px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .works_wrap article .works_info h3 {
    padding: 0 40px;
  }
}
@media only screen and (max-width:766px) {
  .works_wrap article .works_info h3 {
    padding: 0;
  }
}
.works_wrap article .works_info .works_body {
  margin-bottom: 40px;
  padding: 0 115px;
}
@media only screen and (min-width:767px) and (max-width:1023px) {
  .works_wrap article .works_info .works_body {
    padding: 0 40px;
  }
}
@media only screen and (max-width:766px) {
  .works_wrap article .works_info .works_body {
    padding: 0;
  }
}
.works_wrap article .works_info .works_data {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: right;
  line-height: 1.5em;
}
@media only screen and (max-width:766px) {
  .works_wrap article .works_info .works_data {
    font-size: 11px;
    font-size: 0.6875rem;
  }
}
.works_wrap .slick-arrow {
  width: 57px;
  height: 35px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block !important; /* slick が display:none にしても無理やり表示 */
  opacity: 1 !important; /* 薄くなっている場合は強制で出す */
  z-index: 100;
}
@media only screen and (max-width:766px) {
  .works_wrap .slick-arrow {
    width: 40px;
    height: 23px;
    top: auto;
    bottom: -15px;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.works_wrap .slick-arrow:hover {
  opacity: 1 !important;
  cursor: pointer;
}
.works_wrap .slick-arrow:focus {
  opacity: 1 !important;
}
.works_wrap .slick-arrow:before {
  display: none;
}
.works_wrap .slick-arrow:after {
  content: "";
  position: absolute;
  display: block;
  width: 57px;
  height: 35px;
  background-repeat: no-repeat;
  background-size: 57px auto;
}
@media only screen and (max-width:766px) {
  .works_wrap .slick-arrow:after {
    width: 40px;
    height: 23px;
    background-size: 40px auto;
  }
}
.works_wrap .slick-next {
  right: -45px;
}
@media only screen and (max-width:766px) {
  .works_wrap .slick-next {
    right: 5px;
  }
}
.works_wrap .slick-next:after {
  background-image: url(../images/common/arrow_r.svg);
}
.works_wrap .slick-prev {
  left: -45px;
  z-index: 10 !important;
}
@media only screen and (max-width:766px) {
  .works_wrap .slick-prev {
    left: 5px;
  }
}
.works_wrap .slick-prev:after {
  background-image: url(../images/common/arrow_l.svg);
}

.blog_body p {
  margin-bottom: 1.5em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}
.blog_body p:last-child {
  margin-bottom: 0;
}
.blog_body a {
  text-decoration: underline;
}
.blog_body a img {
  text-decoration: none;
}
.blog_body ul,
.blog_body ol,
.blog_body blockquote,
.blog_body table {
  margin-bottom: 1.5em;
}
.blog_body ul:last-child,
.blog_body ol:last-child,
.blog_body blockquote:last-child,
.blog_body table:last-child {
  margin-bottom: 0;
}
.blog_body ul li {
  position: relative;
  padding-left: 0.9em;
  text-align: justify;
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
  margin-bottom: 0.2em;
  line-height: 1.6em;
}
.blog_body ul li:last-child {
  margin-bottom: 0;
}
.blog_body ul li:before {
  content: "・";
  position: absolute;
  left: 0;
  top: 2px;
}
.blog_body ol {
  padding-left: 1.5em;
}
.blog_body ol li {
  list-style: decimal;
  list-style-position: outside;
}
.blog_body table {
  width: 100%;
  border-top: 1px solid #cccccc;
  border-left: 1px solid #cccccc;
}
.blog_body table tr th,
.blog_body table tr td {
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  padding: 5px;
  text-align: left;
  vertical-align: top;
}
.blog_body blockquote {
  position: relative;
  padding: 40px 15px 8px 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}
.blog_body blockquote:before {
  display: inline-block;
  position: absolute;
  top: 13px;
  left: 15px;
  content: "\f10d";
  font-family: FontAwesome;
  color: #cfcfcf;
  font-size: 28px;
  line-height: 1;
  font-weight: 900;
}
.blog_body blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}
.blog_body blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* NEWS
-------------------------------------------------------------- */
#page_news {
  background-image: url(../images/news/news_mv.jpg);
}

.news_wrap {
  max-width: 1056px;
  padding: 0 20px;
  margin: 0 auto;
}
.news_wrap .sec_ttl {
  margin-bottom: 70px;
}
.news_wrap .news_cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width:1023px) {
  .news_wrap .news_cont {
    display: block;
    max-width: 700px;
    margin: 0 auto;
  }
}
.news_wrap .news_cont .news_left {
  width: calc(100% - 300px);
  padding-right: 75px;
}
@media only screen and (max-width:1023px) {
  .news_wrap .news_cont .news_left {
    width: 100%;
    padding-right: 0px;
  }
}
.news_wrap .news_cont .news_left article {
  padding-bottom: 135px;
  margin-bottom: 160px;
  border-bottom: 1px solid #000;
}
@media only screen and (max-width:766px) {
  .news_wrap .news_cont .news_left article {
    padding-bottom: 80px;
    margin-bottom: 80px;
  }
}
.news_wrap .news_cont .news_left article .news_thumbneil {
  margin-bottom: 40px;
}
@media only screen and (max-width:766px) {
  .news_wrap .news_cont .news_left article .news_thumbneil {
    margin: 0 -10px 30px -10px;
  }
}
.news_wrap .news_cont .news_left article h2 {
  margin-bottom: 40px;
  font-size: 22px;
  font-size: 1.375rem;
}
@media only screen and (max-width:766px) {
  .news_wrap .news_cont .news_left article h2 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 30px;
  }
}
.news_wrap .news_cont .news_left article .news_body {
  margin-bottom: 100px;
}
@media only screen and (max-width:766px) {
  .news_wrap .news_cont .news_left article .news_body {
    margin-bottom: 70px;
  }
}
.news_wrap .news_cont .news_left article .news_meta {
  color: #ff0000;
  font-size: 12px;
  font-size: 0.75rem;
}
.news_wrap .news_cont .news_right {
  width: 300px;
}
@media only screen and (max-width:1023px) {
  .news_wrap .news_cont .news_right {
    width: 100%;
  }
}
@media only screen and (max-width:766px) {
  .news_wrap .news_cont .news_right {
    margin-bottom: 150px;
  }
}
.news_wrap .news_cont .news_right .news_right_cont h4 {
  font-size: 16px;
  font-size: 1rem;
  color: #ff0000;
}
.news_wrap .news_cont .news_right .news_right_cont ul li {
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
  font-size: 12px;
  font-size: 0.75rem;
}
.news_wrap .news_cont .news_right .news_right_cont ul li:first-child {
  border-top: 1px solid #fff;
}
.news_wrap .news_cont .news_right #news_post {
  margin-bottom: 115px;
}
.news_wrap .news_cont .news_right #news_post ul li {
  white-space: nowrap; /* 折り返さない */
  overflow: hidden; /* はみ出しを隠す */
  text-overflow: ellipsis; /* …を表示 */
}
.news_wrap .news_cont .news_right #news_post ul li:before {
  content: "・";
}

/* WORDPRESS
-------------------------------------------------------------- */
.wp-pagenavi {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 80px;
}
.wp-pagenavi a, .wp-pagenavi span {
  font-size: 13px;
  font-size: 0.8125rem;
  display: inline-block;
  margin: 0px !important;
  padding: 0px 12px !important;
  line-height: 1em !important;
  border-right: 1px solid #000 !important;
  border-left: 1px solid #000 !important;
  margin-right: -1px !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none !important;
}
.wp-pagenavi span.current {
  position: relative;
}
@media only screen and (max-width:766px) {
  .wp-pagenavi span.current {
    padding-bottom: 5px !important;
  }
}
.wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink {
  border: none !important;
}

.slick-dots {
  bottom: 3px;
  text-align: right;
}
@media only screen and (max-width:766px) {
  .slick-dots {
    text-align: center;
    bottom: -30px;
  }
}
@media only screen and (max-width:766px) {
  .slick-dots li {
    width: 10px;
  }
}
.slick-dots li button {
  width: 10px;
}
@media only screen and (max-width:766px) {
  .slick-dots li button {
    width: 5px;
  }
}
.slick-dots li button:before {
  font-size: 16px;
  content: "";
  opacity: 1;
  display: block;
  height: 10px;
  width: 10px;
  border: 1px solid #fff;
}
@media only screen and (max-width:766px) {
  .slick-dots li button:before {
    height: 5px;
    width: 5px;
  }
}
.slick-dots li.slick-active button:before {
  background: #ff0000;
  border: 1px solid #ff0000;
}

.slick-dots li.slick-active button:before {
  opacity: 1;
}

.slick-disabled {
  display: none !important;
}

.wpcf7-spinner {
  display: block !important;
  margin: 0 auto !important;
}
.wpcf7-spinner:before {
  left: 0 !important;
}

.wpcf7-response-output {
  margin: 0 auto !important;
  text-align: center !important;
  font-size: 16px;
  font-size: 1rem;
}
@media only screen and (max-width:766px) {
  .wpcf7-response-output {
    text-align: left !important;
  }
}

.wpcf7-list-item {
  margin: 0 !important;
}

.wpcf7-not-valid-tip {
  padding: 0 20px;
}

.wpcf7-response-output {
  text-align: left;
  font-size: 0.8em;
}