@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/*(赤色)*/
/*(茶)*/
/*(黒)*/
/*
Zarigani Design Office Drawer Menu
Copyright 2018 Zarigani Design Office

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
@import url(https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700|Noto+Serif+JP:300,400,500,600,700&display=swap);
.zdo_drawer_menu * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none; }
.zdo_drawer_menu a {
  color: inherit;
  text-decoration: none; }
.zdo_drawer_menu a:visited {
  color: inherit; }
.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background-color: rgba(51, 51, 51, 0.5);
  display: none;
  top: 0;
  left: 0; }
.zdo_drawer_menu .zdo_drawer_button {
  display: block;
  background: none;
  border: none;
  padding: 0;
  width: 42px;
  letter-spacing: 0.1em;
  cursor: pointer;
  position: fixed;
  top: 32px;
  right: 32px;
  z-index: 1001;
  text-align: center;
  outline: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
    width: 49px; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
    transform: rotate(30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar2 {
    opacity: 0; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
    transform: rotate(-30deg); }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_menu_text {
    display: none; }
  .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
    display: block; }
.zdo_drawer_menu .zdo_drawer_bar {
  display: block;
  height: 2px;
  margin: 10px 0;
  transition: all 0.2s;
  transform-origin: 0 0; }
.zdo_drawer_menu .zdo_drawer_text {
  text-align: center;
  font-size: 10px; }
.zdo_drawer_menu .zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none; }
.zdo_drawer_menu .zdo_drawer_menu_text {
  display: block; }
.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  width: 312px;
  height: 100%;
  transition: all 0.2s;
  transform: translate(312px);
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1000;
  background-color: #FFF; }
  .zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }
.zdo_drawer_menu.left .zdo_drawer_button {
  right: auto;
  left: 32px; }
.zdo_drawer_menu.left .zdo_drawer_nav_wrapper {
  transform: translate(-312px);
  right: auto;
  left: 0; }
  .zdo_drawer_menu.left .zdo_drawer_nav_wrapper.open {
    transform: translate(0); }

/*+++ Default Navigation CSS +++*/
.zdo_drawer_menu .zdo_drawer_nav {
  padding: 112px 24px; }
  .zdo_drawer_menu .zdo_drawer_nav li {
    font-size: 16px;
    margin-bottom: 15px; }

/*+++ Default Button Color +++*/
.zdo_drawer_menu .zdo_drawer_button {
  color: #276490; }
  .zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
    background-color: #276490; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 2em;
  font-weight: 500;
  letter-spacing: 1.0px;
  color: #333;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 0.875rem;
  /*
  @media screen and (min-width:835px){
  background: url(../images/common/bg01.png) no-repeat right top;
  background-size: cover;
  background-attachment: fixed;
  }
  */ }
  @media only screen and (max-width: 640px) {
    body {
      font-size: 0.9375rem;
      line-height: 1.8em;
      letter-spacing: normal; } }

.contents-inner {
  /*
  	background:rgba(#fff,0.6);
  	padding:2%;
  	*/ }

@media screen and (min-width: 1001px) and (max-width: 1200px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media screen and (min-width: 835px) and (max-width: 1000px) {
  .inner {
    padding-left: 10px !important;
    padding-right: 10px !important; } }
@media only screen and (max-width: 834px) {
  .inner {
    padding-left: 15px !important;
    padding-right: 15px !important; } }

/*
.inner2 {
	margin: 0 auto;
	max-width: 1000px;
}
*/
#contents_wrap {
  width: 100%;
  min-width: 100% !important; }

#contents {
  font-size: 100%;
  width: 100%;
  max-width: 1200px; }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 640px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

/*
#side {
	width: 18.75000%;
}
*/
.map {
  margin: 56px 20px 0; }

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed; } }
.tlfixed table {
  table-layout: fixed; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  font-size: 80%; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: 500; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none; }

a:hover {
  opacity: 0.6; }

@media screen and (min-width: 641px) and (max-width: 834px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

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

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

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  header#global_header #header-wrap {
    width: 100%;
    background: url(../images/common/header_line.png) repeat-x; }

#header {
  max-width: 1200px;
  margin: 0 auto;
  padding: 15px 0 10px 0;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 834px) {
    #header {
      flex-direction: column;
      padding-top: 40px; } }

#header-logo img {
  width: 250px; }
@media only screen and (max-width: 834px) {
  #header-logo {
    margin-bottom: 15px; }
    #header-logo img {
      margin-left: 0; } }
@media only screen and (max-width: 640px) {
  #header-logo img {
    width: 60%;
    display: block;
    margin: 0 auto; } }

.header-right {
  justify-content: flex-end;
  display: flex;
  width: 60%;
  min-width: 580px; }
  @media only screen and (max-width: 640px) {
    .header-right {
      flex-direction: column; } }

.header-tel {
  display: flex;
  flex-direction: column;
  text-align: left;
  color: #1b1b1b;
  font-size: 1.875rem;
  font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
  letter-spacing: 1.5px;
  margin-right: 10px; }
  @media (max-width: 1200px) {
    .header-tel {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .header-tel span {
    color: #333;
    font-size: 1rem;
    letter-spacing: 1px; }
  .header-tel i {
    font-size: 1.5rem;
    color: #fff;
    background: #1b1b1b;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 40px;
    margin-right: 5px; }
    @media (max-width: 1200px) {
      .header-tel i {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .header-tel a {
    color: #1b1b1b !important; }
  @media only screen and (max-width: 640px) {
    .header-tel {
      text-align: center;
      margin-bottom: 10px;
      font-size: 1.875rem; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .header-tel {
      font-size: calc(1.3125rem + 0.75vw) ; } }

.h-time {
  font-size: 0.90rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #333;
  letter-spacing: normal; }

.header-cont {
  width: 60%;
  max-width: 250px;
  margin-right: 10px;
  align-self: center; }
  .header-cont a {
    background: #ff0000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px; }
    .header-cont a i {
      padding-right: 10px; }
    .header-cont a:hover {
      opacity: 1 !important;
      background: #1b1b1b;
      transition: 0.3s; }
  @media only screen and (max-width: 834px) {
    .header-cont {
      margin: 0; } }

.mean-container .mean-push {
  display: none !important; }

#nav-wrap {
  background: rgba(27, 27, 27, 0.9) !important; }

#nav_global {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    #nav_global {
      display: none; } }
  #nav_global ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: baseline; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #nav_global ul li a {
        text-align: center;
        font-size: 1rem;
        font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
        display: block;
        padding: 10px 20px;
        text-align: center;
        color: #fff; }
        #nav_global ul li a span {
          font-weight: initial !important;
          display: block;
          font-size: 12px;
          color: #ff0000; }
        @media screen and (max-width: 1100px) {
          #nav_global ul li a {
            font-size: 0.875rem;
            padding: 10px;
            letter-spacing: inherit;
            display: block; } }
        #nav_global ul li a:hover {
          background: url(../images/common/nav_bg.png) repeat;
          opacity: 1 !important; }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.8); }
        #nav_global ul li ul li:before {
          content: none !important; }
        @media screen and (min-width: 835px) and (max-width: 1000px) {
          #nav_global ul li ul li a {
            font-size: 15px; } }

.mean-bar {
  display: none; }

#mainArea {
  position: relative;
  left: 0;
  right: 0;
  max-width: 100%; }
  #mainArea img {
    width: 100%;
    height: auto; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea img {
        width: 130%;
        height: 40vh !important;
        object-fit: cover; } }
    @media only screen and (max-width: 640px) {
      #mainArea img {
        width: 130%;
        height: 35vh !important;
        object-fit: cover; } }
  #mainArea .slick-prev, #mainArea .slick-next {
    z-index: 100;
    height: auto !important;
    width: auto !important; }
  #mainArea .slick-prev {
    left: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-prev {
        width: 50px !important; } }
  #mainArea .slick-next {
    right: 18% !important; }
    @media screen and (min-width: 641px) and (max-width: 834px) {
      #mainArea .slick-next {
        width: 50px !important; } }
  #mainArea .slick-prev:before, #mainArea .slick-next:before {
    display: none; }

#main-txt {
  display: none;
  position: absolute;
  right: 50px;
  bottom: -50px;
  width: 80px;
  height: 300px;
  background: #ff0000; }
  #main-txt a {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 1.125rem; }

.mean-container .mean-bar {
  background: #1b1b1b !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #1b1b1b !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important;
  padding: 0.8em 5% !important; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*
  background-color: #e9832f !important;*/ }

.mean-container .mean-nav ul li a.mean-expand {
  height: 30px !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .mean-container .mean-nav ul li a.mean-expand {
      height: 25px !important; } }

.mean-container .mean-nav ul li li a {
  padding: 0.2em 10% !important; }

.anchor {
  display: block;
  transform: translateY(-150px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-80px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-60px); } }

.anchor2 {
  display: block;
  transform: translateY(-100px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor2 {
      transform: translateY(-100px); } }
  @media only screen and (max-width: 640px) {
    .anchor2 {
      transform: translateY(-100px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="map" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 2;
  width: 100%;
  transition: .3s;
  transform: translateY(-100%); }
  @media only screen and (max-width: 834px) {
    .clone-nav {
      display: none; } }

.is-show {
  transform: translateY(0); }

@media screen and (min-width: 834px) {
  .zdo_drawer_menu {
    display: none !important; } }

.zdo_drawer_menu .zdo_drawer_button {
  background: #1b1b1b !important; }

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background: #1b1b1b !important; }

.store_areA {
  padding: 20%; }
  .store_areA img {
    width: 60%;
    margin: 0 auto; }
  .store_areA .h_logo {
    display: none; }

.h_tel, .h_cont {
  width: 220px;
  height: 50px;
  line-height: 50px;
  background: red;
  color: #fff;
  letter-spacing: 0.2em;
  font-size: 1rem;
  margin-bottom: 10px; }
  .h_tel i, .h_cont i {
    margin-right: 5px; }
  .h_tel a, .h_cont a {
    display: block;
    color: #fff !important;
    font-size: 1rem;
    text-align: center; }

.zdo_drawer_menu .zdo_drawer_nav {
  padding: 10px 20px !important;
  	/*height: 400px;
      overflow: scroll;
  	*/ }

.zdo_drawer_menu a {
  display: block;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  padding-bottom: 10px; }

.zdo_drawer_menu .zdo_drawer_nav li {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px !important; }

.zdo_drawer_menu .zdo_drawer_menu_text, .zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_close {
  display: none !important; }

.zdo_drawer_menu .zdo_drawer_button {
  background: rgba(255, 255, 255, 0.5) !important;
  padding: 0 5px !important;
  width: 50px;
  height: 50px;
  top: 5px !important;
  right: 5px !important; }

.line_tel, .line_tel {
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  background: #fff;
  background-size: cover; }

.zdo_drawer_menu a:visited {
  color: #1b1b1b !important; }

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(45deg) !important; }

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-45deg) !important; }

.zdo_drawer_menu .zdo_drawer_button.active .zdo_drawer_bar {
  margin: 15px 0 !important; }

footer#global_footer {
  position: relative;
  background: none !important;
  min-width: auto !important;
  margin-top: 80px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    footer#global_footer {
      margin-top: 50px; } }
  @media only screen and (max-width: 640px) {
    footer#global_footer {
      margin-top: 30px; } }

#top-button {
  position: fixed;
  right: 25px;
  bottom: 10px;
  z-index: 1; }
  @media screen and (max-width: 1400px) {
    #top-button {
      display: none !important; } }

#fix-cont {
  width: 80px;
  height: 320px;
  border: 1px solid #ff0000;
  background: #ff0000;
  opacity: 0.6;
  line-height: 40px;
  font-size: 1rem;
  position: relative; }
  #fix-cont i {
    margin-right: 5px; }
  #fix-cont a {
    display: block;
    line-height: 80px;
    color: #fff;
    font-size: 1rem;
    opacity: 1 !important;
    writing-mode: vertical-rl;
    text-orientation: upright;
    padding-top: 55px; }
  #fix-cont:hover {
    background: #1b1b1b;
    border: 1px solid #1b1b1b;
    opacity: 1 !important;
    transition: 0.5s; }
    #fix-cont:hover img {
      display: inline-block;
      animation: hurueru .3s  infinite; }
@keyframes hurueru {
  0% {
    transform: translate(0px, 0px) rotateZ(0deg); }
  25% {
    transform: translate(3px, 3px) rotateZ(2deg); }
  50% {
    transform: translate(0px, 3px) rotateZ(0deg); }
  75% {
    transform: translate(3px, 0px) rotateZ(-2deg); }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg); } }
  #fix-cont img {
    position: absolute;
    top: -30px;
    left: -20px;
    max-width: 150% !important;
    width: 150% !important; }

#TCT-wrap {
  position: relative;
  padding: 4% 0 !important;
  background: url(../images/common/TCT_bg.png) no-repeat center top;
  background-size: cover; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #TCT-wrap {
      padding: 10% 0 5% 0 !important; } }
  @media only screen and (max-width: 640px) {
    #TCT-wrap {
      padding: 10% 0 15px 0 !important; } }

#TCT-inner {
  max-width: 1000px;
  margin: 0 auto; }

#TCT-title {
  color: #fff;
  font-size: 1rem;
  margin-bottom: 30px; }
  #TCT-title h2 {
    font-size: 1.875rem;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #fff;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px; }
    @media (max-width: 1200px) {
      #TCT-title h2 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    #TCT-title h2:after {
      content: '';
      width: 50px;
      height: 5px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      background: #fff;
      border-radius: 2px; }
  @media only screen and (max-width: 834px) {
    #TCT-title {
      margin-bottom: 20px;
      font-size: 1rem; }
      #TCT-title h2 {
        margin-bottom: 10px; }
        #TCT-title h2 span {
          padding-top: 10px; } }

#TCT-bottom {
  display: flex;
  justify-content: space-around; }
  @media only screen and (max-width: 640px) {
    #TCT-bottom {
      flex-direction: column; } }

#TCT-tel-wrap, .TCT-cont-wrap {
  width: 46%;
  margin: 2%;
  padding: 5% 0;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #TCT-tel-wrap #TCT-tel, .TCT-cont-wrap #TCT-tel {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1b1b1b;
    font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
    letter-spacing: 1.5px;
    font-size: 2.25rem; }
    #TCT-tel-wrap #TCT-tel i, .TCT-cont-wrap #TCT-tel i {
      font-size: 20px;
      background: #1b1b1b;
      border-radius: 50%;
      width: 40px;
      height: 40px;
      line-height: 36px;
      text-align: center;
      color: #fff;
      margin-right: 5px; }
    @media (max-width: 1200px) {
      #TCT-tel-wrap #TCT-tel, .TCT-cont-wrap #TCT-tel {
        font-size: calc(1.35rem + 1.2vw) ; } }
  @media only screen and (max-width: 640px) {
    #TCT-tel-wrap, .TCT-cont-wrap {
      width: 95%;
      margin: 0 auto 15px auto; }
      #TCT-tel-wrap .tel-s a, .TCT-cont-wrap .tel-s a {
        color: #1b1b1b;
        letter-spacing: 1px; } }
  #TCT-tel-wrap p, .TCT-cont-wrap p {
    margin-top: 25px; }

.TCT-cont-wrap .TCT-cont {
  width: 70%;
  min-width: 250px;
  align-self: center; }
  .TCT-cont-wrap .TCT-cont a {
    background: #ff0000;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 1.25rem;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px 0; }
    .TCT-cont-wrap .TCT-cont a i {
      padding-right: 10px; }
    .TCT-cont-wrap .TCT-cont a:hover {
      opacity: 1 !important;
      background: #1b1b1b;
      transition: 0.3s; }

#footer_wrap {
  background: #e5e5e5; }
  #footer_wrap #footer {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2% 0;
    display: flex;
    justify-content: space-between;
    text-align: left; }
    @media screen and (max-width: 1200px) {
      #footer_wrap #footer {
        width: 90%; } }
    @media only screen and (max-width: 834px) {
      #footer_wrap #footer {
        text-align: center;
        padding: 5% 0; } }
  #footer_wrap .footer-info-wrap {
    margin: 0 auto;
    width: 50%; }
  #footer_wrap address {
    color: #000; }
    #footer_wrap address .tel-s {
      color: #000; }
      #footer_wrap address .tel-s a {
        color: #000; }
  #footer_wrap #footer-logo img {
    width: 180px; }
  #footer_wrap #footer-icon {
    display: flex;
    justify-content: center; }
    #footer_wrap #footer-icon p {
      background: #1b1b1b;
      border-radius: 50%;
      margin: 5px;
      width: 30px; }
      #footer_wrap #footer-icon p a {
        color: #fff; }
  #footer_wrap #footer-nav {
    width: 40%; }
    #footer_wrap #footer-nav ul {
      margin: 10px auto 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end; }
      #footer_wrap #footer-nav ul li a {
        padding: 5px 10px;
        display: block;
        text-align: right; }
    @media only screen and (max-width: 834px) {
      #footer_wrap #footer-nav {
        display: none; } }
  #footer_wrap #footer-map iframe {
    vertical-align: bottom !important; }
  #footer_wrap #copyright {
    text-align: center;
    background: url(../images/common/footer_line.png) repeat center top;
    background-size: 10px;
    color: #333; }
    #footer_wrap #copyright a {
      color: #333; }

.mean-container .mean-push {
  display: none !important; }

.top-title h1, .top-title-white h1, .top-title-en h1 {
  font-size: 1.875rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #000;
  line-height: 1.5em;
  position: relative; }
  @media (max-width: 1200px) {
    .top-title h1, .top-title-white h1, .top-title-en h1 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title h1:after, .top-title-white h1:after, .top-title-en h1:after {
    content: '';
    background: url(../images/common/line1.png) repeat;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 70%;
    max-width: 300px;
    height: 5px; }
    @media only screen and (max-width: 834px) {
      .top-title h1:after, .top-title-white h1:after, .top-title-en h1:after {
        bottom: -15px; } }
  @media only screen and (max-width: 640px) {
    .top-title h1, .top-title-white h1, .top-title-en h1 {
      font-size: 1.32rem; } }
.top-title h2, .top-title-white h2, .top-title-en h2 {
  font-size: 2.5rem;
  font-family: "Open Sans", "Century Gothic", "CenturyGothic", "AppleGothic", sans-serif;
  color: #1b1b1b;
  position: relative;
  display: block; }
  @media (max-width: 1200px) {
    .top-title h2, .top-title-white h2, .top-title-en h2 {
      font-size: calc(1.375rem + 1.5vw) ; } }
  .top-title h2 span, .top-title-white h2 span, .top-title-en h2 span {
    display: block;
    color: #ff0000;
    font-size: 1rem;
    margin-top: 15px; }
.top-title h3, .top-title-white h3, .top-title-en h3, .top-title .title h4, .title .top-title h4, .top-title-white .title h4, .title .top-title-white h4, .top-title-en .title h4, .title .top-title-en h4, .top-title .title3 h4, .title3 .top-title h4, .top-title-white .title3 h4, .title3 .top-title-white h4, .top-title-en .title3 h4, .title3 .top-title-en h4 {
  font-size: 1.375rem;
  font-weight: 500;
  color: #1b1b1b;
  text-align: center; }
  @media (max-width: 1200px) {
    .top-title h3, .top-title-white h3, .top-title-en h3, .top-title .title h4, .title .top-title h4, .top-title-white .title h4, .title .top-title-white h4, .top-title-en .title h4, .title .top-title-en h4, .top-title .title3 h4, .title3 .top-title h4, .top-title-white .title3 h4, .title3 .top-title-white h4, .top-title-en .title3 h4, .title3 .top-title-en h4 {
      font-size: calc(1.2625rem + 0.15vw) ; } }
  .top-title h3 img, .top-title-white h3 img, .top-title-en h3 img, .top-title .title h4 img, .title .top-title h4 img, .top-title-white .title h4 img, .title .top-title-white h4 img, .top-title-en .title h4 img, .title .top-title-en h4 img, .top-title .title3 h4 img, .title3 .top-title h4 img, .top-title-white .title3 h4 img, .title3 .top-title-white h4 img, .top-title-en .title3 h4 img, .title3 .top-title-en h4 img {
    margin-right: 10px;
    vertical-align: text-top; }
  .top-title h3 span, .top-title-white h3 span, .top-title-en h3 span, .top-title .title h4 span, .title .top-title h4 span, .top-title-white .title h4 span, .title .top-title-white h4 span, .top-title-en .title h4 span, .title .top-title-en h4 span, .top-title .title3 h4 span, .title3 .top-title h4 span, .top-title-white .title3 h4 span, .title3 .top-title-white h4 span, .top-title-en .title3 h4 span, .title3 .top-title-en h4 span {
    color: #ff0000;
    font-size: 1.125rem;
    display: block; }

.top-title-white h2 {
  color: #fff; }
  .top-title-white h2 span {
    color: #fff; }

.top-title2 {
  position: relative; }
  .top-title2 h2 {
    font-size: 3rem;
    font-weight: bold;
    line-height: normal;
    padding: 10px 0;
    background: rgba(255, 255, 255, 0.7); }
    @media (max-width: 1200px) {
      .top-title2 h2 {
        font-size: calc(1.425rem + 2.1vw) ; } }
  .top-title2:before {
    position: absolute;
    top: 0;
    content: '';
    width: 100%;
    background: url(../images/common/line2.png) repeat-x;
    height: 5px; }

.top-title3 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto;
  padding: 20px 0; }
  .top-title3 h2 {
    font-size: 2.25rem;
    color: #1b1b1b;
    font-weight: 600; }
    @media (max-width: 1200px) {
      .top-title3 h2 {
        font-size: calc(1.35rem + 1.2vw) ; } }
    .top-title3 h2 span {
      color: #1b1b1b;
      font-size: 1.875rem;
      display: block; }
      @media (max-width: 1200px) {
        .top-title3 h2 span {
          font-size: calc(1.3125rem + 0.75vw) ; } }

.top-title4 h3, .top-title4 .title h4, .title .top-title4 h4, .top-title4 .title3 h4, .title3 .top-title4 h4 {
  font-size: 1.5rem;
  color: #333;
  border-bottom: 3px dashed #ccc;
  padding: 0 5px 10px 5px;
  display: inline-block;
  margin-bottom: 20px; }
  @media (max-width: 1200px) {
    .top-title4 h3, .top-title4 .title h4, .title .top-title4 h4, .top-title4 .title3 h4, .title3 .top-title4 h4 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title4 h3 img, .top-title4 .title h4 img, .title .top-title4 h4 img, .top-title4 .title3 h4 img, .title3 .top-title4 h4 img {
    margin-left: 10px; }
.top-title4 div {
  font-size: 1.875rem;
  color: #1b1b1b;
  font-weight: 500;
  line-height: 1.5em; }
  @media (max-width: 1200px) {
    .top-title4 div {
      font-size: calc(1.3125rem + 0.75vw) ; } }

.top-title-en h2 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }

.top-con1-wrap {
  position: relative;
  padding: 5% 20px 7% !important;
  margin-bottom: 23%; }
  @media screen and (max-width: 1500px) {
    .top-con1-wrap {
      padding: 5% 20px 7% !important; } }
  @media screen and (max-width: 1200px) {
    .top-con1-wrap {
      padding: 5% 20px 10% !important; } }
  @media only screen and (max-width: 834px) {
    .top-con1-wrap {
      padding: 10% 10px  !important; } }
  @media only screen and (max-width: 640px) {
    .top-con1-wrap {
      margin-bottom: 10%; } }

.top-con1-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg1.png) no-repeat center;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 640px) {
    .top-con1-inr {
      background: url(../images/common/top_bg1.png) no-repeat left;
      background-size: cover; } }
  .top-con1-inr img {
    position: absolute;
    bottom: -200px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 95%;
    max-width: 1200px; }
    @media screen and (max-width: 1200px) {
      .top-con1-inr img {
        bottom: -150px; } }
    @media screen and (max-width: 1000px) {
      .top-con1-inr img {
        bottom: -100px; } }
    @media only screen and (max-width: 640px) {
      .top-con1-inr img {
        display: none; } }

.top-con1 {
  max-width: 1200px;
  font-size: 1rem;
  line-height: 2em; }
  .top-con1 .top-con1-txt {
    padding: 40px 0 20px 0 !important; }
  @media only screen and (max-width: 834px) {
    .top-con1 {
      line-height: 2em; }
      .top-con1 .top-con1-txt {
        padding: 30px 0 10px 0 !important; } }
  .top-con1 .btn1 a {
    margin: 0  auto;
    width: 30%; }
    @media only screen and (max-width: 640px) {
      .top-con1 .btn1 a {
        width: 80%;
        display: inline-block;
        margin: 0　auto !important; } }
  @media only screen and (max-width: 640px) {
    .top-con1 {
      background: rgba(255, 255, 255, 0.7);
      padding: 10px; } }

.top-con2-wrap {
  position: relative;
  padding: 7% 20px !important; }
  @media only screen and (max-width: 834px) {
    .top-con2-wrap {
      padding: 10% 15px  !important; } }

.top-con2-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg2.png) no-repeat center;
  background-size: cover;
  z-index: -1; }

.top-con2 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap; }
  .top-con2 .box {
    width: 31.333%;
    margin: 1%;
    background: rgba(255, 255, 255, 0.5); }
    .top-con2 .box .box-txt div {
      font-size: 1.125rem;
      font-weight: bold; }
    .top-con2 .box .box-link img {
      width: 80% !important; }
  @media only screen and (max-width: 640px) {
    .top-con2 {
      flex-direction: column; }
      .top-con2 .box {
        width: 100%;
        height: 100%;
        margin: 0 auto 15px auto; } }

.top-con3-wrap {
  position: relative;
  padding: 7% 20px !important; }
  @media only screen and (max-width: 834px) {
    .top-con3-wrap {
      padding: 10% 0  !important; } }

.top-con3-inr {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: #999;
  background-size: cover;
  z-index: -1; }

.top-con3 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: nowrap;
  justify-content: center; }
  .top-con3 .box {
    width: 31.333%;
    margin: 1%; }
    .top-con3 .box .box-txt div {
      font-size: 1rem; }
    .top-con3 .box .box-img {
      background: white;
      border-radius: 50%;
      width: 100%;
      height: 312px;
      color: #ff0000; }
      .top-con3 .box .box-img div {
        font-size: 1.5rem;
        font-weight: bold; }
        @media (max-width: 1200px) {
          .top-con3 .box .box-img div {
            font-size: calc(1.275rem + 0.3vw) ; } }
      .top-con3 .box .box-img img {
        margin-top: 15px; }
  @media screen and (max-width: 1000px) {
    .top-con3 .box {
      width: 250px; }
      .top-con3 .box .box-img {
        height: 250px; } }
  @media screen and (max-width: 900px) {
    .top-con3 .box {
      width: 200px; }
      .top-con3 .box .box-img {
        height: 200px; }
        .top-con3 .box .box-img div {
          font-size: 1.25rem;
          font-weight: bold; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-con3 .box {
      width: 180px; }
      .top-con3 .box .box-img {
        height: 180px; }
        .top-con3 .box .box-img div {
          font-size: 1.25rem;
          font-weight: bold; }
        .top-con3 .box .box-img img {
          margin-top: 0; } }
  @media only screen and (max-width: 640px) {
    .top-con3 {
      flex-direction: column; }
      .top-con3 .box {
        width: 300px;
        margin: 0 auto 15px auto; }
        .top-con3 .box .box-img {
          height: 300px; } }
  @media screen and (max-width: 350px) {
    .top-con3 .box {
      width: 250px; }
      .top-con3 .box .box-img {
        height: 250px; } }

.top-info {
  max-width: 900px;
  background: #fff;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 15px;
  display: flex;
  align-items: center;
  justify-content: center; }
  .top-info .header-right {
    width: 50%;
    min-width: auto;
    justify-content: center; }
  .top-info .header-tel .tel-s {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2.5rem; }
    @media (max-width: 1200px) {
      .top-info .header-tel .tel-s {
        font-size: calc(1.375rem + 1.5vw) ; } }
    .top-info .header-tel .tel-s i {
      font-size: 1.5rem;
      height: 45px;
      width: 45px;
      line-height: 45px; }
      @media (max-width: 1200px) {
        .top-info .header-tel .tel-s i {
          font-size: calc(1.275rem + 0.3vw) ; } }
  .top-info .btn1 {
    width: 50%; }
    .top-info .btn1 a {
      padding: 20px 10px; }
  @media only screen and (max-width: 640px) {
    .top-info {
      flex-direction: column; }
      .top-info .header-right {
        width: 100%; }
      .top-info .btn1 {
        width: 100%; } }

.btn1 a {
  min-width: 280px;
  max-width: 400px;
  margin: 0 auto;
  align-self: center;
  background: #ff0000;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px 10px;
  display: block;
  text-align: center;
  position: relative; }
  .btn1 a:hover {
    opacity: 1 !important;
    background: #1b1b1b;
    transition: 0.3s; }
  .btn1 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: auto;
    bottom: auto;
    color: #fff; }
@media only screen and (max-width: 640px) {
  .btn1 div {
    text-align: center !important; } }

.btn2 a {
  width: 90%;
  margin: 0 auto;
  align-self: center;
  background: #333;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 8px 10px;
  display: block;
  text-align: center;
  position: relative; }
  .btn2 a:hover {
    opacity: 1 !important;
    background: #1b1b1b;
    transition: 0.3s; }
  @media only screen and (max-width: 640px) {
    .btn2 a {
      display: inline-block;
      margin: 0 auto; } }
  .btn2 a:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    font-weight: 600;
    font-size: 0.875rem;
    position: absolute;
    right: 5px;
    top: auto;
    bottom: auto;
    color: #fff; }

.news-wrap {
  height: 300px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  background: #e5e5e5;
  position: relative; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .news-wrap {
      margin: 20px; } }
  @media only screen and (max-width: 834px) {
    .news-wrap {
      height: 300px;
      margin: 0 10px; } }
  .news-wrap:before, .news-wrap:after {
    z-index: -1;
    position: absolute;
    content: "";
    bottom: 15px;
    left: 10px;
    width: 50%;
    top: 80%;
    max-width: 300px;
    background: #777;
    -webkit-box-shadow: 0 15px 10px #777;
    -moz-box-shadow: 0 15px 10px #777;
    box-shadow: 0 15px 10px #777;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    transform: rotate(-3deg); }
  .news-wrap:after {
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    transform: rotate(3deg);
    right: 10px;
    left: auto; }

.news {
  height: 100%;
  overflow-y: auto;
  line-height: 1.2; }
  .news dt {
    color: #000; }
  .news dl {
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px 0;
    display: block !important; }
    .news dl dt, .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 5px 8px !important; }

section div.form_wrap dl dt {
  background-color: none !important; }

a.linktel {
  color: #333; }
  a.linktel:hover {
    opacity: 1 !important; }

.tel-s a, .tel-h a {
  color: #333; }
  .tel-s a:hover, .tel-h a:hover {
    opacity: 1.0 !important; }

@media only screen and (max-width: 834px) {
  .brdnt {
    text-align: left !important; }
    .brdnt br {
      display: none; } }

@media only screen and (max-width: 640px) {
  .brdn {
    text-align: left !important; }
    .brdn br {
      display: none; }
    .brdn div {
      text-align: left !important; } }

@media screen and (min-width: 834px) {
  .brdnpc br {
    display: none; } }

@media only screen and (max-width: 640px) {
  .CLS table tr {
    display: flex;
    flex-direction: column-reverse; } }

.ai-company dt {
  align-items: center !important; }
@media only screen and (max-width: 640px) {
  .ai-company dl {
    display: block !important; }
    .ai-company dl dt {
      width: 100% !important;
      border-right: 1px solid #ccc !important; }
    .ai-company dl dd {
      width: 100% !important; } }

.ai-company2 {
  background: none !important; }
  .ai-company2 dl dt {
    align-items: center !important;
    background: none !important;
    border-bottom: 2px solid #1b1b1b !important; }
  .ai-company2 dl dd {
    background: none !important;
    border-bottom: 2px solid #ccc !important; }
  .ai-company2 dl:last-of-type dt {
    border-bottom: 2px solid #1b1b1b !important; }
  @media only screen and (max-width: 640px) {
    .ai-company2 dl {
      display: block !important; }
      .ai-company2 dl dt {
        width: 100% !important;
        border-right: 2px solid #1b1b1b !important;
        border-left: 2px solid #1b1b1b !important;
        background: rgba(27, 27, 27, 0.2) !important; }
      .ai-company2 dl dd {
        width: 100% !important;
        border-bottom: 2px solid #ccc !important;
        border-left: 2px solid #ccc !important;
        border-right: 2px solid #ccc !important; } }

.ai-company3 {
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .ai-company3 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .ai-company3 dl:last-child dt {
    background: #400101 !important; }
  .ai-company3 dt {
    align-items: center !important;
    background: #888888 !important;
    color: #fff;
    padding: 10px 0 !important; }
  .ai-company3 dd {
    text-align: center !important;
    padding: 10px 0 !important; }
  @media only screen and (max-width: 640px) {
    .ai-company3 dl {
      display: block !important; }
      .ai-company3 dl dt {
        width: 100% !important;
        border-right: 1px solid #ccc !important; }
      .ai-company3 dl dd {
        width: 100% !important; } }

.form_wrap dl dd > div {
  display: block !important; }

@media only screen and (max-width: 834px) {
  .fancybox-toolbar {
    top: 50px !important; } }

.pankuzu {
  text-align: right;
  margin-top: 20px; }
  @media only screen and (max-width: 834px) {
    .pankuzu {
      display: none; } }

.imgL {
  max-width: 100% !important; }

.error2 h2 {
  font-size: 40px;
  font-weight: bold; }
.error2 a {
  border: 1px solid #ccc;
  padding: 3px 20px;
  display: inline-block; }

.pick01 {
  background: rgba(64, 1, 1, 0.3);
  font-size: 1rem;
  padding: 30px; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 20px 10px; } }
  .pick01 h2, .pick01 h3, .pick01 .title h4, .title .pick01 h4, .pick01 .title3 h4, .title3 .pick01 h4 {
    font-size: 1.5rem;
    font-weight: bold;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #1b1b1b;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 30px;
    text-align: center; }
    @media (max-width: 1200px) {
      .pick01 h2, .pick01 h3, .pick01 .title h4, .title .pick01 h4, .pick01 .title3 h4, .title3 .pick01 h4 {
        font-size: calc(1.275rem + 0.3vw) ; } }
    .pick01 h2:after, .pick01 h3:after, .pick01 .title h4:after, .title .pick01 h4:after, .pick01 .title3 h4:after, .title3 .pick01 h4:after {
      position: absolute;
      content: '';
      background: url(../images/common/ptn3.png) repeat-x center top;
      width: 200px;
      background-size: 14.5%;
      height: 14px;
      opacity: 0.7;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .pick01 .bg1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); }
    .pick01 .bg1 div {
      color: #ff0000;
      font-weight: bold; }
  .pick01 .left {
    margin-top: 15px;
    text-align: left !important; }
    .pick01 .left .report-ttl {
      text-align: left !important;
      font-weight: bold;
      border-bottom: 1px solid #333; }

.pick02 {
  background: rgba(255, 0, 0, 0.2);
  padding: 1%; }
  .pick02 h2 {
    font-size: 1.25rem; }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(255, 0, 0, 0.1); }
  .pick03 h3, .pick03 .title h4, .title .pick03 h4, .pick03 .title3 h4, .title3 .pick03 h4 {
    font-size: 1.125rem; }
  @media only screen and (max-width: 834px) {
    .pick03 {
      padding: 5%; } }

.gallery-3 {
  display: flex;
  flex-wrap: wrap; }
  .gallery-3 .box {
    width: 31.333%;
    margin: 1%; }
    @media only screen and (max-width: 834px) {
      .gallery-3 .box {
        width: 48%; } }

.contact_contents #contents_wrap {
  margin-top: 100px; }
  @media only screen and (max-width: 834px) {
    .contact_contents #contents_wrap {
      margin-top: 50px; } }

.img100 img {
  display: block !important;
  width: 100% !important; }

.gallery-FLX {
  display: flex;
  flex-wrap: flex-wrap; }
  .gallery-FLX .box {
    width: 23%;
    margin: 1%; }
    .gallery-FLX .box h3, .gallery-FLX .box .title h4, .title .gallery-FLX .box h4, .gallery-FLX .box .title3 h4, .title3 .gallery-FLX .box h4 {
      display: none; }
    .gallery-FLX .box div .box-ttl {
      background: #ff0000;
      padding: 5px 0;
      color: #fff;
      text-align: center;
      margin: 5px auto;
      font-size: 1.125rem; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .gallery-FLX .box {
      width: 48%; } }
  @media only screen and (max-width: 640px) {
    .gallery-FLX .box {
      width: 100%;
      margin: 0 auto 20px auto; } }

section form h2.mail.title, section form h2.mail.title3 {
  display: none !important; }

.page-title-wrap {
  position: relative;
  padding: 8% 0  5% 0 !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      padding: 10% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 10% 0 !important; } }

.page-title-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/bg2.png) repeat center top;
  background-size: auto;
  z-index: -1; }

.page-title h1 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  font-size: 2.25rem;
  color: #400101;
  position: relative;
  display: block; }
  @media (max-width: 1200px) {
    .page-title h1 {
      font-size: calc(1.35rem + 1.2vw) ; } }
  .page-title h1:after {
    content: '';
    background: url(../images/common/page_title.png) repeat-x;
    position: absolute;
    bottom: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 80%;
    max-width: 250px;
    height: 30px;
    background-size: 10%; }

.title h2, .title3 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #1b1b1b;
  font-weight: 500;
  font-size: 1.5rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(27, 27, 27, 0.1);
  position: relative;
  border-left: solid 5px #1b1b1b;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
  @media (max-width: 1200px) {
    .title h2, .title3 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
.title h3, .title3 h3, .title h4, .title3 h4 {
  font-size: 1.125rem;
  color: #000;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 25px; }
  .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0c8";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.25rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #400101;
    /*アイコン色*/ }
  .title h3 span, .title3 h3 span, .title h4 span, .title3 h4 span {
    color: #400101;
    float: right; }
  @media only screen and (max-width: 640px) {
    .title h3 span, .title3 h3 span, .title h4 span, .title3 h4 span {
      display: block;
      float: none;
      text-align: right; } }
@media only screen and (max-width: 834px) {
  .title h4, .title3 h4 {
    font-size: 18px; } }

.title2 h2 {
  color: #1b1b1b;
  font-size: 1.25rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: url(../images/common/ptn2.png) repeat center top;
  background-size: 10%;
  position: relative;
  border-left: solid 5px #ff0000;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
.title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px; }
  .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f276";
    /*アイコンのユニコード*/ }

.title-center01 h2 {
  position: relative;
  color: #158b2b;
  font-size: 20px;
  padding: 10px 0;
  text-align: center;
  margin: 1.5em 0; }
  .title-center01 h2:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 50%;
    width: 150px;
    height: 58px;
    border-radius: 50%;
    border: 5px solid #a6ddb0;
    border-left-color: transparent;
    border-right-color: transparent;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h2, .step-title2 h2 {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1b1b1b;
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  position: relative;
  border-top: solid 2px rgba(27, 27, 27, 0.3);
  border-bottom: solid 2px rgba(27, 27, 27, 0.3);
  background: rgba(27, 27, 27, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h2, .step-title2 h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title h2:after, .step-title2 h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    content: '\f0a6\ ポイント';
    font-size: 0.875rem;
    background: #1b1b1b;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    line-height: 1;
    letter-spacing: 0.05em; }
.step-title h3, .step-title2 h3, .step-title .title h4, .title .step-title h4, .step-title2 .title h4, .title .step-title2 h4, .step-title .title3 h4, .title3 .step-title h4, .step-title2 .title3 h4, .title3 .step-title2 h4 {
  font-size: 1.25rem;
  color: #400101;
  position: relative;
  border-top: solid 2px #400101;
  border-bottom: solid 2px #400101;
  background: rgba(64, 1, 1, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after, .step-title2 h3:after, .step-title .title h4:after, .title .step-title h4:after, .step-title2 .title h4:after, .title .step-title2 h4:after, .step-title .title3 h4:after, .title3 .step-title h4:after, .step-title2 .title3 h4:after, .title3 .step-title2 h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-style: oblique;
    content: '\f5ad\ STEP';
    background: #400101;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.9em;
    line-height: 1;
    letter-spacing: 0.05em; }

.step-title2 h2 {
  font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
  font-size: 1.25rem; }
  .step-title2 h2:after {
    content: '\f4b6\ お客様の声'; }
.step-title2 h3:after, .step-title2 .title h4:after, .title .step-title2 h4:after, .step-title2 .title3 h4:after, .title3 .step-title2 h4:after {
  content: '\f0a6\ step'; }

.staff-title h3, .staff-title .title h4, .title .staff-title h4, .staff-title .title3 h4, .title3 .staff-title h4 {
  font-size: 1.25rem;
  font-weight: bold;
  position: relative;
  border-top: solid 2px rgba(138, 116, 29, 0.3);
  border-bottom: solid 2px rgba(138, 116, 29, 0.3);
  background: rgba(27, 27, 27, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3:after, .staff-title .title h4:after, .title .staff-title h4:after, .staff-title .title3 h4:after, .title3 .staff-title h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    content: '\f7f3\ STAFF';
    background: #8a741d;
    color: #fff;
    left: 0px;
    bottom: 100%;
    border-radius: 3px 3px 0 0;
    padding: 5px 10px 3px;
    font-size: 0.8em;
    line-height: 1;
    letter-spacing: 0.05em; }

.land-title h2 {
  font-size: 1.5rem;
  color: #000;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  @media (max-width: 1200px) {
    .land-title h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .land-title h2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #400101;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.land-title h3, .land-title .title h4, .title .land-title h4, .land-title .title3 h4, .title3 .land-title h4 {
  font-size: 1.125rem;
  color: #000;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .land-title h3:before, .land-title .title h4:before, .title .land-title h4:before, .land-title .title3 h4:before, .title3 .land-title h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #400101;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h3:before, .land-title .title h4:before, .title .land-title h4:before, .land-title .title3 h4:before, .title3 .land-title h4:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }

/* 表示ボタン */
.qa_q {
  cursor: pointer;
  padding: 10px;
  border: solid 1px #d2d2d2;
  border-left: 5px solid #ff0000;
  position: relative;
  font-size: 1rem;
  color: #000;
  font-weight: bold; }
  .qa_q:after {
    font-family: "Font Awesome 5 Pro";
    content: "\f138";
    font-weight: 600;
    position: absolute;
    right: 5px;
    top: auto;
    bottom: auto; }
  .qa_q:hover {
    background: rgba(255, 0, 0, 0.1);
    transition: 0.3s; }
    @media only screen and (max-width: 834px) {
      .qa_q:hover {
        background: none; } }

/* 説明文 */
.qa_a {
  display: none;
  padding: 10px 10px 10px 20px; }

.menu-FLX {
  display: flex;
  flex-wrap: wrap; }
  .menu-FLX .box, .menu-FLX .list01, .menu-FLX .list02 {
    width: 48%;
    margin: 1%; }
  @media only screen and (max-width: 834px) {
    .menu-FLX {
      flex-direction: column; }
      .menu-FLX .box {
        width: 100%;
        margin: 0 auto 20px auto; }
      .menu-FLX .list01, .menu-FLX .list02 {
        width: 100%;
        margin: 0 auto; } }

.tanpin {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px dashed #333; }
  .tanpin .box:first-child {
    width: 19%;
    margin: 0.5%; }
  .tanpin .box:nth-child(2) {
    width: 59%;
    margin: 0.5%; }
  .tanpin .box:nth-child(3) {
    width: 19%;
    margin: 0.5%; }
    .tanpin .box:nth-child(3) div {
      color: #400101;
      font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .tanpin .box:nth-child(2) {
      width: 63%;
      margin: 0.5%; }
    .tanpin .box:nth-child(3) {
      width: 9%;
      margin: 0.5%;
      min-width: 45px; } }

.big-thumb img {
  border: 5px solid rgba(138, 116, 29, 0.5) !important; }

.thumb {
  height: 185px !important; }
  .thumb img {
    height: 160px !important;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }
    .thumb img:hover {
      opacity: 0.6; }
  @media only screen and (max-width: 640px) {
    .thumb {
      height: 100px !important;
      padding: 5px !important; }
      .thumb img {
        height: 80px !important; } }

.table-template02 {
  background: rgba(0, 0, 0, 0.1);
  border: 1px solid #e5e3e1;
  padding: 8px; }
  .table-template02 td {
    padding: 0 8px !important; }
  .table-template02 .publish div {
    font-size: 0.875rem;
    font-family: adobe-garamond-pro, serif;
    font-style: italic;
    font-weight: 400;
    text-align: right; }
  .table-template02 .label div {
    display: inline-block; }
    .table-template02 .label div span {
      display: block;
      color: #fff;
      padding: 5px 10px; }
  .table-template02 .sm-title h2 {
    margin: 10px;
    color: #ff0000;
    font-size: 1.25rem;
    font-style: oblique; }
  .table-template02 .date {
    padding-bottom: 0 !important; }
  .table-template02 .date div {
    font-size: 14px; }
    .table-template02 .date div:before {
      content: "\f073";
      font-family: FontAwesome;
      padding-right: 0.6em; }
  .table-template02 .place {
    padding-top: 0 !important; }
  .table-template02 .place div {
    font-size: 14px; }
    .table-template02 .place div:before {
      content: "\f3c5";
      font-family: 'Font Awesome 5 Pro';
      padding-right: 0.6em;
      font-weight: 900; }
  .table-template02 .text div {
    background: #fff;
    padding: 12px;
    font-size: 14px; }

.rs-tel {
  font-size: 1.5rem;
  color: #000 !important;
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }
  @media (max-width: 1200px) {
    .rs-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .rs-tel a {
    color: #000; }
  .rs-tel:before {
   /*
 font-family: "Font Awesome 5 Free";
 content: "\f0c4";
 font-weight: 600;
*/
    content: '';
    background: url(../images/common/header_tel_icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 35px;
    height: 35px;
    vertical-align: middle;
    padding-right: 5px; }

.list01 dl, .list02 dl {
  border-bottom: 1px dashed #333; }
  .list01 dl dt, .list02 dl dt {
    border: none !important;
    background: none !important; }
  .list01 dl dd, .list02 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important;
    min-width: 80px;
    color: #400101;
    font-weight: bold; }

.list02 dl dd {
  min-width: 300px; }
@media only screen and (max-width: 640px) {
  .list02 dl {
    display: block !important; }
    .list02 dl dd, .list02 dl dt {
      width: 100% !important; } }

.list03 dl {
  border-bottom: 1px dashed #333; }
  .list03 dl dt {
    border: none !important;
    background: none !important;
    color: #8a4609;
    font-weight: bold;
    min-width: 280px; }
  .list03 dl dd {
    border: none !important;
    background: none !important;
    text-align: right !important; }
  @media only screen and (max-width: 640px) {
    .list03 dl {
      display: block !important; }
      .list03 dl dd, .list03 dl dt {
        width: 100% !important;
        text-align: left !important; } }

.faq table td {
  border: none; }

.faq-q span, .faq-a span {
  width: 40px;
  height: 40px;
  display: block;
  background: #1b1b1b;
  line-height: 40px;
  border-radius: 5px;
  color: #fff;
  font-size: 1.5rem; }
  @media (max-width: 1200px) {
    .faq-q span, .faq-a span {
      font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .faq-q, .faq-a {
    background: #1b1b1b;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #ff0000; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #ff0000; } }

.faq-q-txt {
  font-weight: bold;
  color: #000; }
  @media screen and (min-width: 640px) {
    .faq-q-txt {
      border-bottom: 1px dashed #ccc !important; } }

#blog-title {
  text-align: center !important; }

.blog {
  max-width: 1200px;
  margin: 80px auto 0; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .blog {
      margin: 50px auto 0; } }
  @media only screen and (max-width: 640px) {
    .blog {
      margin: 30px auto 0; } }
  .blog .wrap {
    display: flex; }
    .blog .wrap aside {
      width: 28%;
      margin: 1%; }
      .blog .wrap aside nav {
        line-height: 2.0em; }
        .blog .wrap aside nav h3, .blog .wrap aside nav .title h4, .title .blog .wrap aside nav h4, .blog .wrap aside nav .title3 h4, .title3 .blog .wrap aside nav h4 {
          background: #1b1b1b !important; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
          .blog .wrap aside nav ul li .blogside {
            color: #333; }
            .blog .wrap aside nav ul li .blogside span {
              color: #1b1b1b;
              margin-left: 5px; }
        .blog .wrap aside nav > a {
          background: #ff0000 !important; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article .date {
        color: #1b1b1b !important; }
      .blog .wrap #contents article div {
        display: flex;
        flex-wrap: wrap; }
        .blog .wrap #contents article div img {
          width: 48%;
          margin: 1%; }
      .blog .wrap #contents article .date {
        color: #1b1b1b !important; }
      .blog .wrap #contents article h2 {
        background: red;
        color: #fff !important; }
    @media only screen and (max-width: 834px) {
      .blog .wrap {
        flex-direction: column; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 100%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }
    @media only screen and (max-width: 640px) {
      .blog .wrap #contents article div {
        flex-direction: column; }
        .blog .wrap #contents article div img {
          width: 100%; } }

.bg_100per_wrap {
  position: relative;
  padding: 50px 0 !important;
  margin-bottom: 60px !important; }

.bg_100per_inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: #f7ead4;
  z-index: -1; }

.bg_100per_wrap {
  position: relative;
  padding: 80px 0 !important;
  margin-bottom: 60px 0 !important; }

.bg_100per_inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/contents/cont-bg.jpg) repeat center top;
  background-size: cover;
  z-index: -1; }

.hoverBgContents {
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .hoverBgContents > .hoverBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: -1;
    pointer-events: none;
    transition: transform 0.8s;
    background-position: center; }
  .hoverBgContents:hover > .hoverBg {
    transform: scale(1.2); }

@media only screen and (max-width: 834px) {
  #col_main .errorbg {
    padding: 0 !important; } }

.slide-bottom {
  opacity: 0;
  transform: translate(0, 50px);
  transition: all 1500ms; }

.slide-bottom.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top {
  opacity: 0;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-top2 {
  opacity: 0.4;
  transform: translate(0, -50px);
  transition: all 1500ms; }

.slide-top2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-right {
  opacity: 0;
  transform: translate(100px, 0px);
  transition: all 2500ms; }

.slide-right.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 2500ms; }

.slide-left.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.slide-left2 {
  opacity: 0;
  transform: translate(-100px, 0px);
  transition: all 1000ms; }

.slide-left2.scrollin {
  opacity: 1;
  transform: translate(0, 0); }

.works-FLX {
  display: flex;
  flex-wrap: wrap;
  align-items: top; }
  .works-FLX a:hover {
    opacity: 1 !important; }
  .works-FLX .boxL {
    width: 43%;
    margin: 1%; }
    .works-FLX .boxL ul li article div {
      display: none; }
  .works-FLX .boxR {
    width: 53%;
    margin: 1%; }
    .works-FLX .boxR ul {
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      .works-FLX .boxR ul li {
        width: 24%;
        margin: 0 0.5% 1% 0.5%; }
        .works-FLX .boxR ul li article {
          position: relative; }
          .works-FLX .boxR ul li article:before {
            content: '';
            display: block;
            padding-top: 100%; }
          .works-FLX .boxR ul li article img {
            position: absolute;
            top: 0;
            right: 0;
            height: 100% !important;
            width: 100% !important;
            object-fit: cover;
            font-family: 'object-fit: cover;';
            display: block; }
          .works-FLX .boxR ul li article div {
            display: none; }
  @media only screen and (max-width: 834px) {
    .works-FLX {
      flex-direction: column;
      align-items: center; }
      .works-FLX .boxL {
        width: 90%; }
      .works-FLX .boxR {
        width: 95%; } }
  @media only screen and (max-width: 640px) {
    .works-FLX .boxR ul li {
      width: 48%; } }

.modaal-close {
  position: absolute !important;
  right: 6px !important;
  top: 6px !important;
  background: #e1e1e1 !important;
  width: 50px !important;
  height: 50px !important; }
  .modaal-close:hover {
    opacity: 0.7 !important; }
  .modaal-close:before, .modaal-close:after {
    background: #000 !important; }

.modaal-content-container table td {
  padding: 10px; }

.modaal-container {
  background: none !important;
  color: #fff !important; }

@media only screen and (max-width: 640px) {
  .modaal-wrapper table td {
    display: block !important;
    border: none !important; } }

.modaalBox {
  display: none; }

/* title */
.midashi h2 {
  color: #fff;
  line-height: 2em;
  font-size: 40px;
  font-weight: bold; }
  @media only screen and (max-width: 640px) {
    .midashi h2 {
      font-size: 20px; } }

.tdpd10 td {
  padding: 10px !important; }

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