@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: noamal;
  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; }

.mail title {
  display: none !important; }

@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; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      margin-top: 60px; } }
  header#global_header #header-wrap {
    width: 100%; }

#header {
  max-width: 1200px;
  margin: 10px auto;
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 834px) {
    #header {
      flex-direction: column; } }

#header-logo img {
  width: 250px;
  margin-left: 10px; }
@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 {
    display: block;
    margin: 0 auto 0 10px; } }

#header-info-R {
  display: flex;
  align-items: center; }
  #header-info-R p {
    color: #1b1b1b;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-size: 1.5rem;
    letter-spacing: 1px; }
    #header-info-R p i {
      font-size: 18px;
      background: #f7d745;
      border-radius: 50%;
      width: 35px;
      height: 35px;
      line-height: 35px;
      text-align: center;
      color: #fff;
      margin-right: 5px; }
    @media (max-width: 1200px) {
      #header-info-R p {
        font-size: calc(1.275rem + 0.3vw) ; } }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      #header-info-R p {
        letter-spacing: normal;
        font-size: 1.25rem; } }
  #header-info-R #header-fax {
    margin: 0  10px; }
  #header-info-R #header-cont {
    background: #f8891d;
    padding: 5px 30px;
    margin-right: 10px; }
    #header-info-R #header-cont a {
      font-size: 1rem;
      color: #fff;
      font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      display: block; }
    #header-info-R #header-cont i {
      width: auto;
      height: auto;
      background: none; }
    #header-info-R #header-cont:hover {
      background: #f7d745;
      transition: 0.5s; }
      #header-info-R #header-cont:hover a {
        opacity: 1 !important; }
  @media only screen and (max-width: 640px) {
    #header-info-R {
      flex-direction: column; }
      #header-info-R #header-fax, #header-info-R #header-cont {
        margin: 10px auto 0; }
      #header-info-R #header-cont a {
        width: 200px;
        display: block;
        text-align: center; }
      #header-info-R #header-tel .tel-s {
        color: #f8891d; } }

@media screen and (min-width: 834px) {
  #nav-wrap {
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb; } }

.mean-container .mean-push {
  display: none !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:not(.first):before {
        content: '|';
        font-size: 20px;
        color: #bbb;
        padding-right: 10px;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        display: flex;
        align-items: center; }
      #nav_global ul li a {
        text-align: center;
        font-size: 1rem;
        display: block;
        padding: 10px 20px;
        text-align: center;
        color: #1b1b1b; }
        #nav_global ul li a span {
          font-weight: initial !important;
          display: block;
          font-size: 12px;
          color: #f8891d; }
        #nav_global ul li a:hover {
          opacity: 1 !important;
          color: #f7d745;
          transition: 0.3s; }
      #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; } }

@media screen and (max-width: 900px) {
  .nav_global2 img {
    height: 75px !important; }
  .nav_global2 li a {
    font-size: 14px !important; } }

#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 {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  #main-txt img {
    width: 40%; }
  @media only screen and (max-width: 834px) {
    #main-txt img {
      width: 50%;
      height: auto !important; } }

.mean-container .mean-bar {
  background: #f7d745 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #f7d745 !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: #f7d745 !important; }

.zdo_drawer_menu .zdo_drawer_button .zdo_drawer_bar {
  background: #f7d745 !important; }

.store_areA {
  padding: 20px 20px 0 20px; }
  .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: #f8891d;
  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 Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  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; }

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: 10px;
  bottom: 10px;
  z-index: 3; }
  #top-button img {
    width: 80px; }
  @media only screen and (max-width: 640px) {
    #top-button {
      bottom: 10px; } }

#TCT-wrap {
  position: relative;
  padding: 3% 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 5% 0 !important; } }

#TCT-inner {
  max-width: 1200px;
  margin: 0 auto; }

#TCT-title {
  font-size: 1.125rem;
  margin-bottom: 30px; }
  #TCT-title h2 {
    font-size: 2.25rem;
    color: #1b1b1b;
    font-weight: 500;
    position: relative;
    margin-bottom: 30px;
    padding-bottom: 25px; }
    @media (max-width: 1200px) {
      #TCT-title h2 {
        font-size: calc(1.35rem + 1.2vw) ; } }
    #TCT-title h2:after {
      content: '';
      width: 50px;
      height: 5px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      background: -webkit-linear-gradient(top left, #f7d745, #f8891d);
      background: -o-linear-gradient(top left, #f7d745, #f8891d);
      background: linear-gradient(to bottom right, #f7d745, #f8891d); }
  @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: 834px) {
    #TCT-bottom {
      flex-direction: column; } }

#TCT-tel-wrap, .TCT-cont-wrap {
  width: 49%;
  margin: 1%;
  padding: 4% 0;
  background: rgba(255, 255, 255, 0.7);
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  #TCT-tel-wrap #TCT-tel-title, .TCT-cont-wrap #TCT-tel-title, #TCT-tel-wrap .TCT-cont-wrap .TCT-cont-title, .TCT-cont-wrap #TCT-tel-wrap .TCT-cont-title, .TCT-cont-wrap .TCT-cont-title {
    font-size: 1.5rem;
    background: rgba(247, 215, 69, 0.5);
    padding: 3% 0; }
    @media (max-width: 1200px) {
      #TCT-tel-wrap #TCT-tel-title, .TCT-cont-wrap #TCT-tel-title, #TCT-tel-wrap .TCT-cont-wrap .TCT-cont-title, .TCT-cont-wrap #TCT-tel-wrap .TCT-cont-title, .TCT-cont-wrap .TCT-cont-title {
        font-size: calc(1.275rem + 0.3vw) ; } }
    @media screen and (max-width: 400px) {
      #TCT-tel-wrap #TCT-tel-title, .TCT-cont-wrap #TCT-tel-title, #TCT-tel-wrap .TCT-cont-wrap .TCT-cont-title, .TCT-cont-wrap #TCT-tel-wrap .TCT-cont-title, .TCT-cont-wrap .TCT-cont-title {
        font-size: 18px; } }
  #TCT-tel-wrap .TCT-telfax, .TCT-cont-wrap .TCT-telfax {
    display: flex;
    align-items: center;
    justify-content: center; }
    #TCT-tel-wrap .TCT-telfax p, .TCT-cont-wrap .TCT-telfax p {
      color: #1b1b1b;
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.75rem;
      letter-spacing: 1.5px; }
      #TCT-tel-wrap .TCT-telfax p i, .TCT-cont-wrap .TCT-telfax p i {
        font-size: 18px;
        background: #f7d745;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: #fff;
        margin-right: 5px; }
      @media (max-width: 1200px) {
        #TCT-tel-wrap .TCT-telfax p, .TCT-cont-wrap .TCT-telfax p {
          font-size: calc(1.3rem + 0.6vw) ; } }
    #TCT-tel-wrap .TCT-telfax .TCT-fax, .TCT-cont-wrap .TCT-telfax .TCT-fax {
      margin: 0  10px; }
    @media screen and (max-width: 1000px) {
      #TCT-tel-wrap .TCT-telfax, .TCT-cont-wrap .TCT-telfax {
        flex-direction: column; }
        #TCT-tel-wrap .TCT-telfax p, .TCT-cont-wrap .TCT-telfax p {
          margin: 10px 0; }
        #TCT-tel-wrap .TCT-telfax #header-tel .tel-s, .TCT-cont-wrap .TCT-telfax #header-tel .tel-s {
          color: #1b1b1b; } }
  #TCT-tel-wrap img, .TCT-cont-wrap img {
    margin-right: 5px; }
  @media only screen and (max-width: 834px) {
    #TCT-tel-wrap, .TCT-cont-wrap {
      width: 90%;
      margin: 10px auto;
      padding: 7% 0; } }

.TCT-cont-wrap .TCT-cont {
  height: 50%;
  margin-top: 15px; }
  .TCT-cont-wrap .TCT-cont a {
    color: #fff;
    padding: 10px;
    display: block;
    background: #f8891d;
    align-self: center;
    font-size: 1.125rem;
    padding: 3% 20%;
    min-width: 250px;
    display: inline-block; }
    .TCT-cont-wrap .TCT-cont a i {
      padding-right: 10px; }
    .TCT-cont-wrap .TCT-cont a:hover {
      opacity: 1 !important;
      background: #f7d745;
      transition: 0.8s; }
  @media only screen and (max-width: 640px) {
    .TCT-cont-wrap .TCT-cont {
      margin-left: 0; } }
  @media screen and (max-width: 400px) {
    .TCT-cont-wrap .TCT-cont a {
      font-size: 18px;
      padding: 5%; } }

#footer-wrap {
  border-top: 2px solid rgba(247, 215, 69, 0.5) !important;
  margin-top: 3px;
  background: rgba(255, 255, 255, 0.8);
  padding: 20px 0; }
  @media only screen and (max-width: 834px) {
    #footer-wrap {
      padding: 30px 0 0 0; } }

#footer-inner {
  max-width: 1200px;
  margin: 0 auto; }
  @media only screen and (max-width: 834px) {
    #footer-inner {
      padding: 0; } }
  #footer-inner .footer-logo {
    display: block;
    margin-bottom: 10px; }
  #footer-inner #footer-nav {
    max-width: 700px;
    margin: 0 auto; }
    #footer-inner #footer-nav ul {
      display: -webkit-flex;
      display: flex;
      flex-wrap: wrap;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      align-items: center; }
      #footer-inner #footer-nav ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1;
        position: relative; }
        #footer-inner #footer-nav ul li a {
          color: #333;
          font-size: 0.8125rem;
          display: block;
          width: 100%;
          padding: 3px 10px; }
        @media screen and (min-width: 834px) {
          #footer-inner #footer-nav ul li:not(.first):before {
            content: '|';
            color: #bbb;
            padding-right: 0;
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            display: flex;
            align-items: center; } }
    @media screen and (min-width: 835px) and (max-width: 1000px) {
      #footer-inner #footer-nav {
        width: 100%; } }
    @media only screen and (max-width: 834px) {
      #footer-inner #footer-nav {
        max-width: 100%;
        margin-top: 10px;
        width: 100%;
        display: block !important; }
        #footer-inner #footer-nav ul li {
          width: 50%;
          border: 1px solid #fff;
          background: rgba(247, 215, 69, 0.7); }
          #footer-inner #footer-nav ul li a {
            text-align: center;
            color: #fff;
            padding: 5px; } }

.f-map {
  border-bottom: 3px solid #f7d745; }
  .f-map iframe {
    vertical-align: bottom !important; }

#copyright {
  background: #f7d745;
  text-align: center;
  color: #333 !important; }
  #copyright a {
    color: #333 !important; }

.mean-container .mean-push {
  display: none !important; }

.top-title, .top-title-en {
  position: relative; }
  .top-title:after, .top-title-en:after {
    content: '';
    width: 50px;
    height: 5px;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    background: -webkit-linear-gradient(top left, #f7d745, #f8891d);
    background: -o-linear-gradient(top left, #f7d745, #f8891d);
    background: linear-gradient(to bottom right, #f7d745, #f8891d); }
  .top-title h1, .top-title-en h1 {
    font-size: 2.5rem;
    color: #1b1b1b;
    font-weight: 500;
    padding-bottom: 20px; }
    @media (max-width: 1200px) {
      .top-title h1, .top-title-en h1 {
        font-size: calc(1.375rem + 1.5vw) ; } }
  .top-title .translate h1, .top-title-en .translate h1 {
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      .top-title .translate h1, .top-title-en .translate h1 {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title h2, .top-title-en h2 {
    font-size: 2.25rem;
    color: #1b1b1b;
    font-weight: 500;
    padding-bottom: 25px; }
    @media (max-width: 1200px) {
      .top-title h2, .top-title-en h2 {
        font-size: calc(1.35rem + 1.2vw) ; } }
    .top-title h2:after, .top-title-en h2:after {
      content: '';
      width: 50px;
      height: 5px;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      margin: 0 auto;
      background: -webkit-linear-gradient(top left, #f7d745, #f8891d);
      background: -o-linear-gradient(top left, #f7d745, #f8891d);
      background: linear-gradient(to bottom right, #f7d745, #f8891d); }
  .top-title .translate h2, .top-title-en .translate h2 {
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      .top-title .translate h2, .top-title-en .translate h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title h3, .top-title-en h3 {
    font-size: 1.375rem;
    font-weight: 500;
    color: #f7d745;
    text-align: center; }
    @media (max-width: 1200px) {
      .top-title h3, .top-title-en h3 {
        font-size: calc(1.2625rem + 0.15vw) ; } }
    .top-title h3 img, .top-title-en h3 img {
      margin-right: 10px;
      vertical-align: text-top; }
    .top-title h3 span, .top-title-en h3 span {
      color: #f8891d;
      font-size: 1.125rem;
      display: block; }

.top-title2 h2 {
  font-size: 1.875rem;
  color: #1b1b1b;
  font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative; }
  @media (max-width: 1200px) {
    .top-title2 h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title2 h2:after {
    position: absolute;
    content: '';
    background: url(../images/common/ttl_icon.png) no-repeat;
    background-size: cover;
    width: 100px;
    height: 65px;
    top: -80px;
    right: 0;
    left: 0;
    margin: 0 auto; }

.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: #f7d745;
    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 {
  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 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .top-title4 h3 img {
    margin-left: 10px; }
.top-title4 div {
  font-size: 1.875rem;
  color: #f7d745;
  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 {
  font-size: 1.125rem;
  line-height: 2em; }

.TFLX1-wrap {
  position: relative;
  padding: 5% 20px !important; }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    .TFLX1-wrap {
      padding: 5% 20px !important; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .TFLX1-wrap {
      padding: 10% 20px !important; } }
  @media only screen and (max-width: 640px) {
    .TFLX1-wrap {
      padding: 10% 20px  !important; } }

.TFLX1-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/top_bg1.png) no-repeat center bottom;
  background-size: cover;
  z-index: -1; }

.TFLX1, .TFLX2 {
  max-width: 1000px;
  margin: 0 auto;
  display: flex; }
  .TFLX1 .box, .TFLX2 .box {
    width: 31.333%;
    margin: 1%; }
    .TFLX1 .box .TFLX1-icon, .TFLX2 .box .TFLX1-icon {
      padding: 50px !important;
      background: #fff; }
    .TFLX1 .box .TFLX1-txt, .TFLX2 .box .TFLX1-txt {
      padding: 0 !important;
      border: 1px solid #fff !important; }
      .TFLX1 .box .TFLX1-txt a, .TFLX2 .box .TFLX1-txt a {
        padding: 50px;
        display: block;
        background: rgba(0, 0, 0, 0.5);
        color: #fff; }
        .TFLX1 .box .TFLX1-txt a h3, .TFLX2 .box .TFLX1-txt a h3 {
          font-size: 1.25rem;
          border-bottom: 1px solid #fff;
          padding-bottom: 15px;
          margin-bottom: 10px; }
        .TFLX1 .box .TFLX1-txt a p, .TFLX2 .box .TFLX1-txt a p {
          font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
        @media screen and (min-width: 835px) and (max-width: 1000px) {
          .TFLX1 .box .TFLX1-txt a, .TFLX2 .box .TFLX1-txt a {
            padding: 45px; } }
        @media only screen and (max-width: 834px) {
          .TFLX1 .box .TFLX1-txt a, .TFLX2 .box .TFLX1-txt a {
            padding: 30px 10px; } }
  @media only screen and (max-width: 640px) {
    .TFLX1, .TFLX2 {
      flex-direction: column; }
      .TFLX1 .box, .TFLX2 .box {
        width: 100%;
        margin-bottom: 15px; } }

.top-con2-wrap, .top-con2-wrap-b {
  max-width: 1300px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 834px) {
    .top-con2-wrap .box-img .imgL, .top-con2-wrap-b .box-img .imgL {
      margin: auto !important;
      width: 100% !important; } }
  .top-con2-wrap .box-txt, .top-con2-wrap-b .box-txt {
    position: absolute;
    bottom: 10%;
    right: 0;
    max-width: 650px;
    padding: 3%;
    background: #77b6d7;
    color: #fff;
    font-size: 1rem; }
    @media only screen and (max-width: 834px) {
      .top-con2-wrap .box-txt, .top-con2-wrap-b .box-txt {
        position: inherit;
        max-width: 100%; }
        .top-con2-wrap .box-txt .btn1 div, .top-con2-wrap-b .box-txt .btn1 div, .top-con2-wrap .box-txt .btn2 div, .top-con2-wrap-b .box-txt .btn2 div {
          text-align: center !important; } }
    .top-con2-wrap .box-txt .top-con2-title h2, .top-con2-wrap-b .box-txt .top-con2-title h2 {
      font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.875rem;
      position: relative;
      padding-left: 110px; }
      @media (max-width: 1200px) {
        .top-con2-wrap .box-txt .top-con2-title h2, .top-con2-wrap-b .box-txt .top-con2-title h2 {
          font-size: calc(1.3125rem + 0.75vw) ; } }
      .top-con2-wrap .box-txt .top-con2-title h2:after, .top-con2-wrap-b .box-txt .top-con2-title h2:after {
        position: absolute;
        content: '';
        background: #fff;
        width: 100px;
        height: 1px;
        top: 50%;
        left: 0; }
      @media only screen and (max-width: 834px) {
        .top-con2-wrap .box-txt .top-con2-title h2, .top-con2-wrap-b .box-txt .top-con2-title h2 {
          padding-left: 40px; }
          .top-con2-wrap .box-txt .top-con2-title h2:after, .top-con2-wrap-b .box-txt .top-con2-title h2:after {
            position: absolute;
            content: '';
            background: #fff;
            width: 30px;
            height: 2px;
            top: 50%;
            left: 0; } }

.top-con2-wrap-b .box-img img {
  margin: 0 0 0 auto;
  display: block; }
.top-con2-wrap-b .box-img .imgL {
  float: inherit !important; }
.top-con2-wrap-b .box-txt {
  background: #e8bbca;
  left: 0; }
  .top-con2-wrap-b .box-txt .tel-s a {
    color: #fff !important; }

.btn1-wrap {
  width: 100%;
  padding: 30px;
  background: #f7d745; }
  .btn1-wrap article {
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
    font-size: 1.875rem; }
    @media (max-width: 1200px) {
      .btn1-wrap article {
        font-size: calc(1.3125rem + 0.75vw) ; } }
    .btn1-wrap article table {
      table-layout: auto !important;
      line-height: 1.5em; }
  @media only screen and (max-width: 640px) {
    .btn1-wrap .btn1, .btn1-wrap .btn2 {
      text-align: center !important; } }

.btn1 a, .btn2 a {
  position: relative;
  z-index: 2;
  border: 1px solid #f7d745;
  transition: all .3s;
  display: inline-block;
  text-align: center;
  width: 70%;
  width: 280px;
  padding: 10px;
  color: #333;
  font-size: 1rem; }
  .btn1 a:before, .btn2 a:before {
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .btn1 a:after, .btn2 a:after {
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background-color: #fff;
    transition: all .3s;
    position: absolute;
    z-index: -1;
    display: block;
    content: ''; }
  .btn1 a:hover, .btn2 a:hover {
    opacity: 1 !important;
    background-color: #f7d745;
    border-color: #FFF;
    color: #FFF; }
    .btn1 a:hover:after, .btn2 a:hover:after, .btn1 a:hover:before, .btn2 a:hover:before {
      width: 0;
      background-color: #FFF; }

.btn2 a {
  border: 1px solid #f8891d; }
  .btn2 a:hover {
    background-color: #f8891d; }

.TFLX2 .box div {
  text-align: center;
  padding: 5px; }
  .TFLX2 .box div a {
    color: #f7d745;
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      .TFLX2 .box div a {
        font-size: calc(1.275rem + 0.3vw) ; } }
@media only screen and (max-width: 640px) {
  .TFLX2 {
    flex-direction: auto; }
    .TFLX2 .box {
      width: 31.333%;
      margin: 1%;
      margin-bottom: 15px; }
      .TFLX2 .box div a {
        font-size: 1.125rem; } }
@media screen and (max-width: 350px) {
  .TFLX2 {
    flex-direction: column; }
    .TFLX2 .box {
      width: 90%;
      margin: 0 auto;
      margin-bottom: 15px; } }

.bg-B {
  position: relative;
  padding: 70px 20px; }
  @media only screen and (max-width: 834px) {
    .bg-B {
      padding: 50px 20px; } }
  @media only screen and (max-width: 640px) {
    .bg-B {
      padding: 30px 10px; } }

.bg-B-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(247, 215, 69, 0.1);
  z-index: -1; }

.bg1000 {
  max-width: 1000px;
  margin: 0 auto; }

.top-con2-txt {
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  max-width: 1000px;
  width: 95%;
  margin: 0 auto; }

.bnr1 {
  max-width: 1000px;
  margin: 40px auto 0; }
  @media only screen and (max-width: 834px) {
    .bnr1 {
      margin: 20px auto 0; } }

.top-wrap1 {
  background: url(../images/common/top_bg01.png) no-repeat left top;
  background-size: cover;
  padding: 6% 10px; }
  @media only screen and (max-width: 640px) {
    .top-wrap1 {
      padding: 0; }
      .top-wrap1 .bg-mask {
        height: 100%;
        background: rgba(255, 255, 255, 0.3);
        padding: 10% 10px; } }

.news-bg {
  position: relative;
  padding: 50px 0 !important; }

.news-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(248, 137, 29, 0.2);
  z-index: -1; }

.news-wrap {
  height: 300px;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  border: 2px solid #ccc;
  background: #fff; }
  @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 15px;
      padding: 15px; } }

.news {
  height: 100%;
  overflow-y: auto;
  line-height: 1.5; }
  .news dl {
    border: none !important;
    border-bottom: 1px dashed #ccc !important;
    padding: 10px 0;
    display: block !important; }
    .news dl dt {
      border: none !important;
      width: 100px !important;
      background: rgba(247, 215, 69, 0.5) !important;
      padding: 5px 8px !important;
      color: #333;
      flex-direction: inherit !important; }
    .news dl dd {
      border: none !important;
      width: 100% !important;
      background: none !important;
      padding: 5px 8px !important; }

.link-btn01 {
  max-width: 1200px;
  width: auto  !important;
  margin: 0 auto; }
  .link-btn01 div {
    margin: 0 auto 0 0;
    position: relative; }
    .link-btn01 div a {
      width: 250px;
      position: absolute;
      bottom: -50px; }
      @media screen and (max-width: 1200px) {
        .link-btn01 div a {
          left: 15px; } }

.banner01 {
  max-width: 1200px;
  margin: 0 auto; }
  .banner01 a {
    position: relative;
    width: 44%;
    margin: 3%; }
    .banner01 a .blue-line {
      border: #f7d745 5px solid;
      padding: 5% 5% 20% 5%;
      margin-right: 30px; }
    .banner01 a h3 {
      font-size: 1.875rem;
      color: #1b1b1b; }
      @media (max-width: 1200px) {
        .banner01 a h3 {
          font-size: calc(1.3125rem + 0.75vw) ; } }
      .banner01 a h3 span {
        font-size: 0.875rem;
        display: block;
        color: #333; }
    .banner01 a .preA {
      position: absolute;
      font-size: 1.125rem;
      bottom: 30px;
      right: 0;
      border-bottom: 3px solid #25a0f6;
      width: 55%;
      display: block;
      color: #333; }
      .banner01 a .preA:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f061";
        /*アイコンのユニコード*/
        font-weight: 600;
        position: absolute;
        /*絶対位置*/
        font-size: 1.5625rem;
        /*サイズ*/
        right: 0;
        /*アイコンの位置*/
        bottom: 0;
        /*アイコンの位置*/
        color: #25a0f6;
        /*アイコン色*/ }
        @media (max-width: 1200px) {
          .banner01 a .preA:after {
            font-size: calc(1.28125rem + 0.375vw) ; } }
    .banner01 a:hover .preA:after {
      transform: translate(5px, 0);
      transition: all 0.5s; }
  @media screen and (max-width: 750px) {
    .banner01 {
      flex-direction: column; }
      .banner01 a {
        width: 100%; } }

.banner01-wrap {
  position: relative;
  padding: 3% 0 !important; }
  @media only screen and (max-width: 834px) {
    .banner01-wrap {
      padding: 10% 0 !important; } }

.banner01-inner {
  width: 100vw;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1);
  margin-right: calc(((100vw - 100%) / 2) * -1);
  background: url(../images/common/top_bg03.png) no-repeat center top;
  background-size: cover;
  z-index: -1; }

h2.mail {
  display: none !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) {
  .TLIR 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 #f7d745 !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 #f7d745 !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 #f7d745 !important;
        border-left: 2px solid #f7d745 !important;
        background: rgba(247, 215, 69, 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; } }

.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(247, 215, 69, 0.1);
  padding: 50px; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 30px 10px; } }
  .pick01 h2, .pick01 h3 {
    font-size: 1.25rem;
    font-weight: bold;
    font-family: "Noto Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    color: #1b1b1b;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
    text-align: center; }
    .pick01 h2:after, .pick01 h3:after {
      position: absolute;
      content: '';
      background: url(../images/common/line3.png) repeat-x center top;
      width: 200px;
      height: 3px;
      left: 0;
      right: 0;
      margin: 0 auto;
      bottom: 0; }
  .pick01 .bg1 {
    padding: 10px;
    background: rgba(255, 255, 255, 0.8); }
    .pick01 .bg1 div {
      color: #f8891d;
      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(248, 137, 29, 0.2);
  padding: 2%; }
  .pick02 h2 {
    font-size: 1.25rem; }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(248, 137, 29, 0.1); }
  .pick03 h3 {
    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: 31.333%;
    margin: 1%; }
    .gallery-FLX .box img {
      display: block; }
    .gallery-FLX .box h3 {
      display: none; }
    .gallery-FLX .box div a {
      background: #f8891d;
      color: #fff;
      padding: 5px;
      display: block;
      width: 200px;
      margin: 0 auto;
      text-align: center; }
    .gallery-FLX .box article {
      height: 100% !important;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-between; }
  @media only screen and (max-width: 640px) {
    .gallery-FLX {
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .gallery-FLX .box {
        width: 90%;
        margin-bottom: 15px; } }

.page-title-wrap {
  position: relative;
  padding: 5% 0  !important; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .page-title-wrap {
      padding: 15% 0 !important; } }
  @media only screen and (max-width: 640px) {
    .page-title-wrap {
      padding: 15% 0 !important; } }

.page-title-inner {
  width: 1000%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0% 0% 0% -500%;
  background: rgba(247, 215, 69, 0.9);
  z-index: -1; }

.page-title {
  position: relative; }
  .page-title h1 {
    font-size: 1.875rem;
    font-weight: 500;
    color: #fff;
    position: relative;
    line-height: 45px;
    padding-left: 10px; }
    @media (max-width: 1200px) {
      .page-title h1 {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  .page-title span {
    display: block;
    font-family: "Noto Sans JP", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.125rem;
    padding-top: 20px;
    font-weight: bold; }

.title, .title2, .title3 {
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(247, 215, 69, 0.1);
  /*背景色*/
  border-left: solid 5px #f7d745;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
  .title h2, .title2 h2, .title3 h2 {
    color: #1b1b1b;
    font-size: 1.5rem; }
    @media (max-width: 1200px) {
      .title h2, .title2 h2, .title3 h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }
  .title .translate h2, .title2 .translate h2, .title3 .translate h2 {
    font-size: 1.125rem; }

.title2 h3 {
  font-size: 1rem;
  font-weight: bold;
  padding-left: 20px; }
  .title2 h3: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;
  position: relative;
  border-top: solid 2px rgba(247, 215, 69, 0.3);
  border-bottom: solid 2px rgba(247, 215, 69, 0.3);
  background: rgba(247, 215, 69, 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", lato, sans-serif;
    content: '\f0a6\ STEP';
    font-size: 0.9375rem;
    background: #f7d745;
    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 {
  font-size: 1.125rem;
  color: #f7d745;
  position: relative;
  border-top: solid 2px #f8891d;
  border-bottom: solid 2px #f8891d;
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after, .step-title2 h3:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro";
    font-style: oblique;
    content: '\f5ad\ point';
    background: #f7d745;
    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 h3:after {
  content: '\f0a6\ step'; }

.staff-title h3 {
  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(247, 215, 69, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  .staff-title h3: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: #1b1b1b;
  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: #25a0f6;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h2:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.land-title h3 {
  font-size: 1.125rem;
  color: #1b1b1b;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .land-title h3:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #25a0f6;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .land-title h3:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }

@media only screen and (max-width: 834px) {
  .partner-UL li {
    float: none !important;
    width: 100% !important; } }

.partner-UL2 ul {
  display: flex;
  flex-wrap: wrap; }
  .partner-UL2 ul li {
    width: 23% !important;
    margin: 1% !important;
    background: rgba(248, 137, 29, 0.6);
    color: #fff;
    text-align: center !important;
    padding: 5px; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .partner-UL2 ul li {
      float: none !important;
      width: 48% !important; } }
  @media only screen and (max-width: 640px) {
    .partner-UL2 ul li {
      float: none !important;
      width: 100% !important; } }

.table-template02 {
  background: rgba(27, 27, 27, 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: #f8891d;
    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: #1b1b1b !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: #1b1b1b; }
  .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: 107px;
    color: #8a4609;
    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: #f7d745;
  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: #f7d745;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #f8891d; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #f8891d; } }

.faq-q-txt {
  font-weight: bold;
  color: #1b1b1b; }
  @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 {
          font-size: 1.125rem;
          background: rgba(247, 215, 69, 0.7);
          border-bottom: 1px solid #666;
          color: #1b1b1b;
          margin-top: 10px; }
        .blog .wrap aside nav ul li {
          border-bottom: 1px dashed #ccc; }
    .blog .wrap #contents {
      width: 68%;
      margin: 1%;
      min-width: auto; }
      .blog .wrap #contents article div {
        display: flex;
        flex-wrap: wrap; }
        .blog .wrap #contents article div img {
          width: 48%;
          margin: 1%; }
    @media only screen and (max-width: 834px) {
      .blog .wrap {
        flex-direction: column; }
        .blog .wrap aside, .blog .wrap #contents {
          width: 90%;
          margin: 10px auto; }
        .blog .wrap aside {
          text-align: center !important; } }

.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 */
