@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -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: 2.0em;
  font-weight: 500;
  letter-spacing: 1px;
  color: #1b1b1b;
  font-family: "游ゴシック", 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: 1rem;
      line-height: 1.8em; } }

.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: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", 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; }
  @media only screen and (max-width: 834px) {
    header#global_header {
      padding-top: 48px; } }
  header#global_header #header-wrap {
    width: 100%; }

@media screen and (min-width: 834px) {
  #header-logo {
    display: none; } }
@media only screen and (max-width: 834px) {
  #header-logo {
    margin: 20px auto;
    width: 50%; } }

.mean-container a.meanmenu-reveal {
  z-index: 9999999 !important; }

#header-info {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #header-info {
      justify-content: center;
      margin: 30px auto; } }
  @media only screen and (max-width: 640px) {
    #header-info {
      flex-direction: column;
      margin: 20px auto 0; } }

#header-tel {
  text-align: left;
  color: #d19722;
  font-size: 1.5rem;
  font-family: "游ゴシック", YuGothic, 'Noto Sans Japanese',"ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  letter-spacing: 1.5px; }
  @media (max-width: 1200px) {
    #header-tel {
      font-size: calc(1.275rem + 0.3vw) ; } }
  #header-tel i {
    font-size: 1.25rem;
    transform: rotate(-30deg);
    color: #fff;
    background: #d19722;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    display: inline-block;
    text-align: center;
    line-height: 35px;
    margin-right: 3px; }
  #header-tel a {
    color: #d19722 !important; }
  @media only screen and (max-width: 640px) {
    #header-tel {
      text-align: center; } }

#header-cont {
  width: 200px;
  margin-left: 10px;
  background: #d19722;
  align-self: center;
  font-size: 1.25rem; }
  #header-cont a {
    color: #fff;
    padding: 10px;
    display: block; }
    #header-cont a i {
      padding-right: 5px; }
  @media only screen and (max-width: 640px) {
    #header-cont {
      margin: 10px auto 0;
      align-self: auto; } }

#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: center; }
    #nav_global ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative;
      			/*
      				&:not(.first) {
      					&:before {
             				 content: '|';
             				 font-size: 20px;
             				 color:#fff;
             				 padding-right: 10px;
             				 position: absolute;
             				 top:0;
             				 left:0;
             				 bottom:0;
             				 display: flex;
             				 align-items: center;
             				}
      				}
      			*/ }
      #nav_global ul li:first-child a img {
        width: 80%; }
      #nav_global ul li a {
        text-align: center;
        font-size: 0.9375rem;
        color: #1b1b1b;
        display: inline-block;
        padding: 10px 20px;
        text-align: center;
        line-height: 2em; }
        #nav_global ul li a i {
          color: #0d3b60;
          padding-right: 5px; }
        @media screen and (max-width: 1000px) {
          #nav_global ul li a {
            padding: 5px 10px; } }
      #nav_global ul li ul {
        position: absolute;
        margin: auto;
        display: block;
        width: 100%;
        z-index: 1;
        background: rgba(255, 255, 255, 0.9); }
        #nav_global ul li ul li:before {
          content: none !important; }
        #nav_global ul li ul li a {
          font-size: 14px;
          text-align: left; }
          @media screen and (min-width: 835px) and (max-width: 1000px) {
            #nav_global ul li ul li a {
              font-size: 13px; } }

/*
#MainArea {
	position: relative;
	#main-logo {
		width: 10%;
		margin:auto;
		position: absolute;
		top:0;
		bottom:0;
		right: 0;
		left:0;
		display: flex;
		align-items: center;
		a {
			display: block;
			margin:auto;
		}
       	@include tab {
			width: 15%;
		}
       	@include sp {
			width: 30%;
		}
	}
	#main-txt  {
		position: absolute;
		bottom:15%;
		right: 0;
		left:0;
       	@include pcm {
			bottom:10%;
			img {
				width: 60%;
			}
       	}
      	@include pcs {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include tab {
			bottom:10%;
			img {
				width: 50%;
			}
       	}
      	@include sp {
			bottom:10%;
			img {
				width: 80%;
			}
       	}
	}
}

.imgL {
    float: none;
    margin-right: 0 ;
    max-width: 100% !important;
    width: 100% !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: 30vh !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;
  bottom: 20%;
  left: 5%;
  color: #fff;
  text-align: left;
  font-size: 3rem;
  background: radial-gradient(rgba(13, 59, 96, 0.9), rgba(13, 59, 96, 0));
  padding: 20px;
  	/*
  	background:rgba($main-color,0.5);
  */
  line-height: 1.5em;
  letter-spacing: normal;
  /*
  span {
  	font-weight: bold;
  }
  */ }
  @media (max-width: 1200px) {
    #main-txt {
      font-size: calc(1.425rem + 2.1vw) ; } }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    #main-txt {
      bottom: 25%;
      left: 3%;
      font-size: 2.25rem;
      /*
      span {
      	@include rfs(50);
      }
      */ } }
  @media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 1200px) {
    #main-txt {
      font-size: calc(1.35rem + 1.2vw) ; } }

  @media only screen and (max-width: 640px) {
    #main-txt {
      display: none; } }

.mean-container .mean-bar {
  background: #0d3b60 !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #0d3b60 !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: 25px !important; }

.anchor {
  display: block;
  transform: translateY(-50px); }
  @media screen and (min-width: 641px) and (max-width: 834px) {
    .anchor {
      transform: translateY(-50px); } }
  @media only screen and (max-width: 640px) {
    .anchor {
      transform: translateY(-50px); } }

/*
飛ばしたいところの前に以下のような記述
<span id="rs-mail" class="anchor"></span>
*/
.clone-nav {
  width: 100%;
  position: fixed;
  background: rgba(255, 255, 255, 0.9);
  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 #header {
      display: none; } }
  .clone-nav p {
    display: none; }

.is-show {
  transform: translateY(0); }

#firstimg {
  position: fixed;
  z-index: 999999999999999;
  background: #fff;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  padding-top: 20%; }
  #firstimg img {
    width: 30% !important; }
  @media screen and (min-width: 1401px) and (max-width: 1600px) {
    #firstimg {
      padding-top: 33%; }
      #firstimg img {
        width: 45% !important; } }
  @media screen and (min-width: 1201px) and (max-width: 1400px) {
    #firstimg {
      padding-top: 40%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 1001px) and (max-width: 1200px) {
    #firstimg {
      padding-top: 47%; }
      #firstimg img {
        width: 50% !important; } }
  @media screen and (min-width: 835px) and (max-width: 1000px) {
    #firstimg {
      padding-top: 55%; }
      #firstimg img {
        width: 50% !important; } }
  @media only screen and (max-width: 834px) {
    #firstimg {
      display: none; } }

footer#global_footer {
  min-width: auto !important;
  position: relative;
  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; } }

#TCT-wrap {
  position: relative;
  padding: 3% 0 !important;
  background: url(../images/common/TCT_bg.png) no-repeat center top;
  background-size: cover; }
  @media only screen and (max-width: 834px) {
    #TCT-wrap {
      padding: 10% 0 10% 0 !important; } }

#TCT-inner {
  max-width: 600px;
  margin: 0 auto;
  color: #fff;
  font-size: 1rem; }
  #TCT-inner address {
    font-size: 0.875rem;
    margin-top: 20px; }
    #TCT-inner address span {
      font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
      font-size: 1.5rem; }
      @media (max-width: 1200px) {
        #TCT-inner address span {
          font-size: calc(1.275rem + 0.3vw) ; } }
    @media only screen and (max-width: 640px) {
      #TCT-inner address {
        margin-top: 10px; } }
  @media screen and (max-width: 600px) {
    #TCT-inner {
      margin: 0 10px; } }

#TCT-title {
  margin-bottom: 20px; }
  #TCT-title h2 {
    font-size: 50px;
    font-family: "Lateef", "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    #TCT-title h2 span {
      display: block;
      font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
      font-size: 0.875rem; }
  @media only screen and (max-width: 640px) {
    #TCT-title {
      margin-bottom: 10px; }
      #TCT-title h2 {
        font-size: 40px; } }

#TCT-info-wrap {
  margin-top: 20px;
  display: flex; }
  @media only screen and (max-width: 640px) {
    #TCT-info-wrap {
      margin-top: 10px; } }
  #TCT-info-wrap #TCT-tel-wrap {
    width: 50%; }
  #TCT-info-wrap #TCT-tel {
    display: flex; }
    #TCT-info-wrap #TCT-tel .tel-s {
      font-size: 1.875rem;
      font-family: lato, sans-serif;
      letter-spacing: 2px;
      margin-left: 5px; }
      @media (max-width: 1200px) {
        #TCT-info-wrap #TCT-tel .tel-s {
          font-size: calc(1.3125rem + 0.75vw) ; } }
    #TCT-info-wrap #TCT-tel a {
      color: #fff; }
  #TCT-info-wrap .TCT-time {
    margin-top: 10px;
    display: flex;
    font-size: 0.875rem; }
    #TCT-info-wrap .TCT-time span {
      background: #fff;
      color: #0d3b60;
      font-size: 0.75rem;
      border-radius: 5px;
      padding: 0 10px;
      margin-right: 5px; }
  #TCT-info-wrap #TCT-cont {
    width: 50%; }
    #TCT-info-wrap #TCT-cont a {
      border: 1px solid #fff;
      color: #fff;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }
  @media only screen and (max-width: 640px) {
    #TCT-info-wrap {
      flex-direction: column; }
      #TCT-info-wrap #TCT-tel-wrap, #TCT-info-wrap #TCT-cont {
        width: 95%; }
      #TCT-info-wrap #TCT-tel, #TCT-info-wrap .TCT-time {
        justify-content: center; }
      #TCT-info-wrap #TCT-cont a {
        width: 300px;
        margin: 10px auto;
        padding: 15px; } }

#footer-wrap {
  background: #0d3b60;
  border-top: 1px solid #fff;
  width: 100%; }

#footer-inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#footer-nav {
  width: 70%; }
  #footer-nav ul {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    align-items: center; }
    #footer-nav ul li {
      -webkit-flex-grow: 1;
      flex-grow: 1;
      position: relative; }
      #footer-nav ul li a {
        color: #fff;
        font-size: 0.8125rem;
        display: block;
        width: 100%;
        text-align: right;
        padding: 3px 5px; }

#copyright {
  width: 130px;
  text-align: center;
  color: #fff !important; }
  #copyright a {
    color: #fff !important; }
  @media only screen and (max-width: 834px) {
    #copyright {
      margin: 0 auto; } }

.mean-container .mean-push {
  display: none !important; }

.top-title h1 img, .top-title2 h1 img, .top-title3 h1 img, .top-title3b h1 img, .top-title4 h1 img, .top-title-en h1 img {
  margin: 10px auto 30px auto;
  display: block; }
.top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2, .top-title-en h2 {
  font-size: 1.875rem;
  color: #000; }
  @media (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2, .top-title-en h2 {
      font-size: calc(1.3125rem + 0.75vw) ; } }
  .top-title h2 span, .top-title2 h2 span, .top-title3 h2 span, .top-title3b h2 span, .top-title4 h2 span, .top-title-en h2 span {
    display: block;
    padding-bottom: 5px;
    font-size: 1rem;
    color: #25a0f6; }
    @media only screen and (max-width: 640px) {
      .top-title h2 span, .top-title2 h2 span, .top-title3 h2 span, .top-title3b h2 span, .top-title4 h2 span, .top-title-en h2 span {
        font-size: 0.9375rem; } }
  @media only screen and (max-width: 640px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2, .top-title-en h2 {
      font-size: 1.75rem; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-title h2, .top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2, .top-title-en h2 {
      font-size: calc(1.3rem + 0.6vw) ; } }

.top-title2 h2, .top-title3 h2, .top-title3b h2, .top-title4 h2 {
  color: #fff; }
  .top-title2 h2 span, .top-title3 h2 span, .top-title3b h2 span, .top-title4 h2 span {
    color: rgba(255, 255, 255, 0.5); }

.top-title3 h2 {
  position: relative;
  display: block; }
  .top-title3 h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(13, 59, 96, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3 h2:after {
        bottom: -10px; } }

.top-title3b h2 {
  position: relative;
  display: block;
  color: #d19722; }
  .top-title3b h2:after {
    content: '';
    width: 60px;
    height: 2px;
    background: rgba(209, 151, 34, 0.5);
    position: absolute;
    z-index: 1;
    right: 0;
    left: 0;
    margin: auto;
    bottom: -20px; }
    @media only screen and (max-width: 834px) {
      .top-title3b h2:after {
        bottom: -10px; } }

.top-title4 h2 {
  color: #fff;
  margin-bottom: 15px; }

.top-title-en h2 {
  font-family: century-gothic, sans-serif;
  font-style: normal;
  font-weight: 400; }

.TFLX1 {
  max-width: 640px;
  margin: 0 auto;
  display: flex;
  align-items: center; }
  .TFLX1 .box {
    width: 48%;
    margin: 1%;
    background: #d19722;
    color: #fff;
    text-align: center;
    font-size: 1.25rem;
    line-height: 48px; }
  @media only screen and (max-width: 640px) {
    .TFLX1 {
      flex-direction: column; }
      .TFLX1 .box {
        width: 100%; } }

.top-con1-txt {
  font-size: 1rem;
  line-height: 2em; }

.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: 4% 10px; }
  @media only screen and (max-width: 640px) {
    .top-wrap1 {
      padding: 10% 10px; } }

.top-link-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  .top-link-wrap a {
    border: 1px solid #fff;
    width: 33.333%;
    align-self: stretch; }
    @media only screen and (max-width: 640px) {
      .top-link-wrap a {
        width: 100%;
        border: none; } }
    .top-link-wrap a div {
      width: 100% !important; }
    .top-link-wrap a:hover {
      opacity: 1 !important; }
      .top-link-wrap a:hover .top-link-txt {
        background: rgba(13, 59, 96, 0.9);
        transition: 0.5s; }

.top-link {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .top-link .top-link-title:before {
    content: '';
    display: block;
    padding-top: 40%; }
    @media screen and (max-width: 1500px) {
      .top-link .top-link-title:before {
        padding-top: 55%; } }
    @media only screen and (max-width: 640px) {
      .top-link .top-link-title:before {
        padding-top: 40%; } }
  .top-link .top-link-txt {
    text-align: center !important;
    background: rgba(209, 151, 34, 0.9);
    color: #fff;
    padding: 5px;
    font-size: 1.125rem;
    line-height: 36px;
    height: 40px; }

.top-link-deco {
  position: absolute;
  top: 30%;
  right: 0;
  left: 0;
  display: inline-block;
  color: #fff;
  font-family: "Lateef", "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  text-align: center;
  margin: 0 auto; }
  @media (max-width: 1200px) {
    .top-link-deco {
      font-size: calc(1.425rem + 2.1vw) ; } }
  .top-link-deco img {
    display: block;
    margin: 10px auto; }
  @media screen and (max-width: 1000px) {
    .top-link-deco {
      font-size: 2.25rem;
      top: 20%; } }
  @media screen and (max-width: 1000px) and (max-width: 1200px) {
    .top-link-deco {
      font-size: calc(1.35rem + 1.2vw) ; } }

  @media screen and (min-width: 641px) and (max-width: 834px) {
    .top-link-deco {
      font-size: 1.875rem;
      top: 10%; } }
  @media screen and (min-width: 641px) and (max-width: 834px) and (max-width: 1200px) {
    .top-link-deco {
      font-size: calc(1.3125rem + 0.75vw) ; } }

  @media only screen and (max-width: 640px) {
    .top-link-deco {
      top: 20%;
      font-size: 3rem; } }
  @media only screen and (max-width: 640px) and (max-width: 1200px) {
    .top-link-deco {
      font-size: calc(1.425rem + 2.1vw) ; } }

.news-title {
  padding-bottom: 0 !important; }
  .news-title h2 {
    font-size: 3rem;
    color: #0d3b60;
    font-family: "Lateef", "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }
    @media (max-width: 1200px) {
      .news-title h2 {
        font-size: calc(1.425rem + 2.1vw) ; } }

.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 10px; } }

.news {
  height: 100%;
  overflow-y: auto;
  line-height: 1.2; }
  .news dt {
    color: #0d3b60;
    font-weight: bold; }
  .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; }

.link-logo {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around; }
  .link-logo .box {
    margin: 1%;
    width: 31.333%; }
    .link-logo .box img {
      display: block;
      margin: 0 auto; }
      .link-logo .box img:hover {
        opacity: 0.6 !important; }
  @media only screen and (max-width: 834px) {
    .link-logo .box {
      width: 48%; } }
  @media screen and (max-width: 380px) {
    .link-logo .box {
      width: 90%;
      margin: 5%; } }

.top-wrap2 {
  background: url(../images/common/top_bg02.png) no-repeat right top;
  background-size: cover;
  padding: 4% 10px; }
  @media only screen and (max-width: 640px) {
    .top-wrap2 {
      padding: 10% 10px; } }

.tel-s a, .tel-h a {
  color: #1b1b1b; }
  .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; } }

.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(209, 151, 34, 0.1);
  padding: 2%;
  font-size: 0.75rem;
  color: #555; }
  @media only screen and (max-width: 834px) {
    .pick01 {
      padding: 5%; } }
  .pick01 h2 {
    color: #000;
    font-size: 1.5rem;
    font-family: quicksand, sans-serif;
    font-style: normal;
    letter-spacing: 2.5px;
    font-weight: 300; }
    @media (max-width: 1200px) {
      .pick01 h2 {
        font-size: calc(1.275rem + 0.3vw) ; } }

.pick02 {
  background: rgba(204, 204, 204, 0.5);
  padding: 2%; }
  .pick02 span {
    color: #f76363;
    font-size: 1.875rem;
    font-weight: bold; }
    @media (max-width: 1200px) {
      .pick02 span {
        font-size: calc(1.3125rem + 0.75vw) ; } }
  @media only screen and (max-width: 834px) {
    .pick02 {
      padding: 5%; } }

.pick03 {
  padding: 2%;
  background: rgba(209, 151, 34, 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%; } }
    @media screen and (max-width: 380px) {
      .gallery-3 .box {
        width: 100%; } }

.page-title-wrap {
  position: relative;
  padding: 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/top_bg01.png) no-repeat left top;
  background-size: cover;
  z-index: -1; }
  @media only screen and (max-width: 834px) {
    .page-title-inner {
      background-position: left top; } }

.page-title {
  position: relative; }
  .page-title h1 {
    font-weight: bold;
    font-size: 1.875rem;
    position: relative;
    color: #0d3b60;
    border-left: 7px solid #d19722;
    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: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.125rem;
    padding-top: 20px;
    font-weight: bold; }

.title h2, .title3 h2 {
  color: #000;
  font-size: 1.25rem;
  padding: 0.4em 0.5em;
  /*文字の上下 左右の余白*/
  background: rgba(13, 59, 96, 0.1);
  /*背景色*/
  border-left: solid 5px #0d3b60;
  /*左線*/
  border-bottom: solid 3px #ccc;
  /*下線*/ }
.title h3, .title3 h3, .title h4, .title3 h4 {
  font-size: 1.25rem;
  color: #000;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0a4";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #0d3b60;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .title h3:before, .title3 h3:before, .title h4:before, .title3 h4:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
@media only screen and (max-width: 834px) {
  .title h4, .title3 h4 {
    font-size: 18px; } }

.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%); }

.title2 h2 {
  color: #000;
  border-bottom: 1px dashed #000;
  display: block;
  font-size: 1.25rem;
  position: relative;
  /*相対位置*/
  padding-left: 1.4em;
  /*アイコン分のスペース*/
  line-height: 1.4;
  /*行高*/ }
  .title2 h2:before {
    font-family: "Font Awesome 5 Pro";
    content: "\f0a9";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1em;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #0d3b60;
    /*アイコン色*/ }
.title2 h3, .title2 .title h4, .title .title2 h4, .title2 .title3 h4, .title3 .title2 h4 {
  font-size: 1.125rem;
  color: #000;
  border-bottom: 2px dashed #ccc;
  position: relative;
  padding-left: 35px; }
  .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: "\f69a";
    /*アイコンのユニコード*/
    font-weight: 600;
    position: absolute;
    /*絶対位置*/
    font-size: 1.875rem;
    /*サイズ*/
    left: 0;
    /*アイコンの位置*/
    top: 0;
    /*アイコンの位置*/
    color: #d19722;
    /*アイコン色*/ }
    @media (max-width: 1200px) {
      .title2 h3:before, .title2 .title h4:before, .title .title2 h4:before, .title2 .title3 h4:before, .title3 .title2 h4:before {
        font-size: calc(1.3125rem + 0.75vw) ; } }
.title2 h4 {
  margin: 30px 20px;
  font-size: 20px;
  color: #fff;
  background: #000;
  padding: 5px; }
  .title2 h4 i {
    margin-right: 5px; }
  @media only screen and (max-width: 834px) {
    .title2 h4 {
      margin: 15px 10px; } }

@media only screen and (max-width: 640px) {
  .title3 h2 {
    font-size: 18px; } }

.step-title h2 {
  font-size: 1.5rem;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  position: relative;
  border-top: solid 2px rgba(13, 59, 96, 0.3);
  border-bottom: solid 2px rgba(13, 59, 96, 0.3);
  background: rgba(13, 59, 96, 0.1);
  line-height: 1.4;
  padding: 0.2em; }
  @media (max-width: 1200px) {
    .step-title h2 {
      font-size: calc(1.275rem + 0.3vw) ; } }
  .step-title h2:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro", "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    content: '\f058\ POINT';
    font-style: oblique;
    font-size: 1rem;
    background: #0d3b60;
    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-title .title h4, .title .step-title h4, .step-title .title3 h4, .title3 .step-title h4 {
  font-size: 1.25rem;
  font-family: "Source Han Serif JP", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: #0d3b60;
  font-style: oblique;
  position: relative;
  border-top: solid 2px #8a9e43;
  border-bottom: solid 2px #8a9e43;
  background: -moz-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: -webkit-linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  background: linear-gradient(to bottom, rgba(138, 158, 67, 0.8), rgba(138, 158, 67, 0.1) 40%, rgba(138, 158, 67, 0.8));
  line-height: 1.4;
  padding: 0.2em; }
  .step-title h3:after, .step-title .title h4:after, .title .step-title h4:after, .step-title .title3 h4:after, .title3 .step-title h4:after {
    /*タブ*/
    position: absolute;
    font-family: "Font Awesome 5 pro",'Courgette', cursive;
    font-family: "Font Awesome 5 Pro",'Pinyon Script', cursive;
    content: '\f755\ point';
    background: #d1c27d;
    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; }

.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(37, 160, 246, 0.3);
  border-bottom: solid 2px rgba(37, 160, 246, 0.3);
  background: rgba(13, 59, 96, 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: #25a0f6;
    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: #25a0f6;
    /*アイコン色*/ }
    @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: #25a0f6;
    /*アイコン色*/ }
    @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) ; } }

.jisseki-TBL {
  color: #d19722; }
  .jisseki-TBL table td div {
    font-size: 1.125rem;
    background: #d19722;
    color: #fff; }

@media only screen and (max-width: 640px) {
  .arrow {
    padding: 0 !important; }
    .arrow img {
      -moz-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg);
      width: 25% !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: #d19722;
    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 #1b1b1b; }
  .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 #1b1b1b; }
  .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: #bfd58f;
  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: #bfd58f;
    padding: 0 !important; }
    .faq-q span, .faq-a span {
      display: inline-block; } }

.faq-a span {
  background: #d19722; }
@media only screen and (max-width: 640px) {
  .faq-a {
    background: #d19722; } }

.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 {
          font-size: 1.125rem;
          background: rgba(13, 59, 96, 0.7);
          border-bottom: 1px solid #666;
          color: #000;
          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 */
