@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/*フォント*/
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.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;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  font-size: 16px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}
@media screen and (max-width: 834px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}
body div {
  font-weight: 500;
  letter-spacing: 1px;
}
body a {
  text-decoration: none !important;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  width: 1200px !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 auto;
}

#contents_wrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

/*1カラム*/
#col_main {
  width: 100% !important;
  float: none !important;
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 25px;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 20px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 0 !important;
}

.tlauto table {
  table-layout: auto;
}

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;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

.inner {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}

.inner_out {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

a.tel_link {
  pointer-events: none;
}
@media screen and (max-width: 640px) {
  a.tel_link {
    pointer-events: auto;
  }
}

/*blog*/
dl dd {
  text-align: center;
}
dl dt {
  text-align: center;
}

.date {
  display: block;
}

.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.blog #contents {
  margin-bottom: 30px;
}
.blog img {
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .blog .detail {
    text-align: left !important;
    margin-bottom: 80px !important;
  }
}
.blog article {
  text-align: center !important;
}
.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}
.blog article div {
  width: 80%;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .blog article div {
    width: 90% !important;
  }
}
@media screen and (max-width: 834px) {
  .blog article div {
    width: 100% !important;
  }
}
.blog .translate {
  font-weight: bold;
}
.blog .date {
  margin-top: 30px;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 3px;
}
.blog h2 {
  font-size: 36px;
  letter-spacing: 3px;
  color: #333 !important;
  line-height: 30px;
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .blog h2 {
    width: 80%;
  }
}
@media screen and (max-width: 834px) {
  .blog h2 {
    font-size: 18px;
    width: 100%;
    padding: 10px;
  }
}
.blog a {
  color: #0075a9 !important;
}
@media screen and (max-width: 640px) {
  .blog button {
    margin: 10px 0;
  }
}
.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 640px) {
  .blog #calendar {
    width: 100% !important;
  }
}
.blog input[type="text"], .blog input[type="password"], .blog textarea {
  width: 50% !important;
}

section div#contents > dl ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

@media screen and (max-width: 834px) {
  section aside {
    width: 100% !important;
    min-width: 100% !important;
  }
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: block !important;
  }
}

div.wrap {
  width: 100% !important;
  max-width: 100% !important;
}

section div.wrap {
  background: none !important;
}

section div#contents > dl {
  border: none !important;
  border-bottom: 1px dotted #eee !important;
}

section div#contents article ul {
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 834px) {
  section div#contents article ul {
    max-width: 100%;
  }
}

section div#contents article ul li {
  float: left;
  list-style: none;
  background: #eee;
  padding: 5px 15px;
  border-radius: 3px;
}

section div#contents article ul li a {
  color: #333 !important;
  margin-right: 0 !important;
}

section div#contents > dl ul li a {
  margin-right: 0px !important;
}

div.blog_list div.blog_photo {
  width: 40%;
}
@media screen and (max-width: 834px) {
  div.blog_list div.blog_photo {
    width: 100%;
  }
}
@media screen and (max-width: 640px) {
  div.blog_list div.blog_photo {
    text-align: center;
  }
}

div.blog_list {
  border: none;
}

div.blog_list div.blog_date {
  color: #fff;
  font-size: 1.4em;
}

div.blog_list h3 a {
  color: #333 !important;
  font-size: 1.6em;
  letter-spacing: 3px;
  font-weight: 500;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}

@media screen and (max-width: 834px) {
  div.blog_list {
    flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  color: #333;
  letter-spacing: -1px;
}

@media screen and (max-width: 834px) {
  section div.wrap {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

/*form*/
.submit {
  max-width: 100%;
}

.text {
  text-align: left !important;
}

.tel {
  text-align: left !important;
}

.form_wrap #text {
  position: relative;
}
.form_wrap #text:after {
  position: absolute;
  content: "必須";
  top: 0px;
  right: -30px;
  font-size: 0.9em;
}
.form_wrap .radio {
  text-align: left !important;
}

/*min-width*/
#global_header {
  min-width: 100% !important;
}

#global_footer {
  min-width: 100% !important;
}

/*パンくず*/
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}
@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}
.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}
.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

section div.form_wrap dl dt {
  text-align: left !important;
}

/*固定ヘッダー時のメールフォーム埋まり防止*/
/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}
@media screen and (max-width: 1000px) {
  .nf_title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #555;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  .nf_txt {
    margin-top: 0;
  }
}
.nf_txt h2 {
  font-size: 19px;
  font-weight: bold;
  border-bottom: none;
}
@media screen and (max-width: 640px) {
  .nf_txt h2 {
    font-size: 17px;
  }
}
.nf_txt p {
  color: #333333;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding: 0.25em 0;
  text-decoration: none;
  color: #b7975e;
  text-align: center !important;
}
.nf_btn a {
  color: #333 !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}

/*meanmenu*/
.mean-container .mean-bar {
  padding: 0 !important;
  background: none !important;
}

.mean-container .mean-nav {
  margin-top: 0 !important;
}

.mean-container .mean-nav ul li a {
  width: 100% !important;
  padding: 1em 0 !important;
  margin: 0;
}

/*nav*/
@media screen and (max-width: 834px) {
  #nav_global {
    display: none;
  }
}

#nav_global02 {
  display: none;
}
@media screen and (max-width: 834px) {
  #nav_global02 {
    display: block;
  }
}

.mean-nav span {
  display: block;
  /*menuの小文字*/
}

/**/
/*ズームイン*/
#slide_wrapp {
  position: relative;
  overflow: hidden;
}
#slide_wrapp .slide_item {
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 7.5s linear;
  position: relative;
}
#slide_wrapp .slide_item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#slide_wrapp .slide_item.show_ {
  opacity: 1;
}
#slide_wrapp .slide_item.zoom_ {
  transform: scale(1.1);
}
#slide_wrapp .slide_item img {
  display: block;
}

/**/
/* 「RightToLeft」の動作内容 */
@keyframes RightToLeft {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(50px);
    /* X軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes LeftToRight {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateX(-50px);
    /* X軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideDown {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(-50px);
    /* Y軸方向に-50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
@keyframes SlideUp {
  0% {
    opacity: 0;
    /* 透明 */
    transform: translateY(100px);
    /* Y軸方向に50px */
  }
  100% {
    opacity: 1;
    /* 不透明 */
    transform: translateX(0);
  }
}
/* 「RightToLeft」を適用する箇所 */
.slideon {
  animation-duration: 2s;
  /* アニメーション時間 */
  animation-name: SlideDown;
  /* アニメーション名 */
}

/* Opening
-----------------------------------------*/
.Opening {
  position: relative;
  background-color: #FFF;
}

.Opening ul li {
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}

.Opening ul li img.Opening__text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  z-index: 9;
}

.Opening ul li span img.Opening__img {
  max-width: inherit;
  width: 100%;
  height: auto;
}

/*マージン*/
.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

td {
  border: none !important;
}

/*パディング*/
.p10 {
  padding: 0  10px;
}

.pd0 {
  padding: 0 !important;
}
.pd0 td {
  padding: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}
.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

img {
  transition: 0.5s;
}
img:hover {
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  visibility: visible !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  visibility: visible !important;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
  visibility: visible !important;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 2s;
  -ms-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
  visibility: visible !important;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

/*スクロールバーの軌道*/
/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(0, 117, 169, 0.5) !important;
}

/*プルダウンメニュー*/
.sub_menu {
  flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(204, 204, 204, 0.9);
}
@media screen and (max-width: 834px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 834px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
}
.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}
.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*-----ボックスフレーム-----*/
/*点線の大括弧*/
.box20 {
  position: relative;
  padding: 0.25em 1em;
  margin: 2em 0;
  top: 0;
  background: #efefef;
}

.box20:before, .box20:after {
  position: absolute;
  top: 0;
  content: '';
  width: 10px;
  height: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.box20:before {
  border-left: dotted 2px #87755e;
  border-top: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  left: -1px;
}

.box20:after {
  border-top: dotted 2px #87755e;
  border-right: dotted 2px #87755e;
  border-bottom: dotted 2px #87755e;
  right: -1px;
}

.box20 p {
  margin: 0;
  padding: 0;
}

/*めくれたテープ風*/
.box25 {
  position: relative;
  background: #fff0cd;
  box-shadow: 0px 0px 0px 5px #fff0cd;
  border: dashed 2px white !important;
  padding: 0.2em 0.5em;
  color: #454545;
}

.box25:after {
  position: absolute;
  content: '';
  right: -7px;
  top: -7px;
  border-width: 0 15px 15px 0;
  border-style: solid;
  border-color: #ffdb88 #fff #ffdb88;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}

.box25 p {
  margin: 0;
  padding: 0;
}

/*矢印hover.右に少しずらす*/
/*地図*/
.map01 iframe {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 834px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media screen and (max-width: 834px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

p.center {
  text-align: center;
}

.modaal-close {
  position: absolute !important;
  right: -20px !important;
  top: -20px !important;
  background: rgba(0, 0, 0, 0.7) !important;
}

.modaal-content-container h3 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px;
}

.modaal-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*横に画像が流れる*/
.loop_wrap {
  margin-top: 60px;
}
.loop_wrap ul {
  display: flex;
  height: auto !important;
}
.loop_wrap ul li {
  width: 400px;
  display: inline-block;
  margin: 0 10px;
  height: auto !important;
}
@media screen and (max-width: 640px) {
  .loop_wrap ul li {
    width: 200px;
  }
}

/*news_dlリスト*/
.newswrap {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  height: 200px;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
}
.newswrap dl {
  margin: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 3px dotted #eee !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 1400px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 100% !important;
  padding: 0 !important;
}
@media screen and (max-width: 1400px) {
  .newswrap dd {
    width: 100% !important;
  }
}
.newswrap dt {
  padding: 0 !important;
  font-weight: 600;
  border: none !important;
  background: none !important;
  width: 22% !important;
  text-align: center !important;
  margin: 0 auto !important;
}
@media screen and (max-width: 1400px) {
  .newswrap dt {
    width: 100% !important;
    display: block !important;
    margin-bottom: 10px !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  margin: 0;
  padding: 0;
  margin-left: calc(((90vw - 100%) / 2) * -1) !important;
  margin-right: calc(((90vw - 100%) / 2) * -1) !important;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}
.news_bg .scroll {
  height: 150px;
  overflow: auto;
}
.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}
.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/*respon_news*/
/*hover*/
.btn a:hover {
  -webkit-animation: .3s;
  animation: zoom .3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc(((90vw - 100%) / 2) * -1) !important;
  margin-right: calc(((90vw - 100%) / 2) * -1) !important;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc(((90vw - 100%) / 2) * -1) !important;
  margin-right: calc(((90vw - 100%) / 2) * -1) !important;
  max-width: 100%;
}
.infiniteslide ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((90vw - 100%) / 2) * -1) !important;
  margin-right: calc(((90vw - 100%) / 2) * -1) !important;
  height: auto !important;
}
.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}
@media screen and (max-width: 834px) {
  .infiniteslide ul li {
    margin: 0 10px !important;
  }
}
.infiniteslide img {
  box-shadow: 5px 5px 8px rgba(9, 9, 9, 0.1);
}
.infiniteslide br {
  display: none !important;
}

/*hoverでaの中のspanのいろかわる*/
/*insta 横に4つ*/
.insta {
  width: 100%;
  margin: 0 auto;
  max-width: 100%;
}
@media screen and (max-width: 640px) {
  .insta {
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
  }
}
@media screen and (max-width: 468px) {
  .insta {
    width: 100%;
  }
}
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  align-content: space-between;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
@media screen and (max-width: 640px) {
  .insta div.sns_list div.sns_photo {
    padding: 10px !important;
  }
}
.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  object-position: center !important;
  font-family: "object-fit: cover!important;" !important;
  font-family: "object-position: center!important;" !important;
}
.insta div.sns_list div {
  border-bottom: none !important;
  width: 20% !important;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 49% !important;
  }
}
.insta .sns_text {
  display: none !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}
@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}
.instagram img {
  width: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

/*respon*/
.herf {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

/**/
.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex {
    flex-direction: column;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.img100_02 img {
  width: 100% !important;
}

.img img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/*フォント*/
.small {
  font-size: 0.8em;
}

.middle {
  font-size: 1em;
}

.large {
  font-size: 1.4em;
}

.bold {
  font-weight: 600;
}

.center {
  display: block;
  text-align: center;
}

.left {
  display: block;
  text-align: left;
}

.right {
  display: block;
  text-align: right;
}

@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: block;
}
@media screen and (max-width: 640px) {
  .sp {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 834px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*iタグ*/
i {
  padding-right: 5px !important;
}

/*color*/
.acc-color a {
  color: #163067 !important;
}

.main-color a {
  color: #0075a9 !important;
}

.base-color a {
  color: #fff !important;
}

.voice_table {
  padding: 30px;
  background: #fff;
}
.voice_table b {
  font-weight: inherit;
  font-size: 1.2em;
}
.voice_table .acc-title:hover {
  cursor: pointer;
}
.voice_table .acc-title b {
  background: #0075a9;
  padding: 5px 10px;
  margin-right: 20px;
}
.voice_table .column_txt {
  display: block;
  margin-top: 15px !important;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt b {
  background: #163067;
  padding: 5px 10px;
  margin-right: 20px;
  color: #fff;
}

/*バウンド*/
.cp_keyframes {
  margin: 0 auto;
  background: #29b6f6;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: keyframes 0.5s ease-in infinite alternate;
  animation: keyframes 0.5s ease-in infinite alternate;
}

@-webkit-keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}
@keyframes keyframes {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -webkit-transform: translateY(250%);
    transform: translateY(250%);
  }
}
/*ふわふわと上下に動く*/
.cp_arrows *, .cp_arrows *:before, .cp_arrows *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.cp_arrows {
  position: absolute;
  bottom: 40%;
  right: 1%;
  display: flex;
  margin: 2em auto;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.cp_arrows .cp_arrow {
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-animation: arrow-move06 2s 1s ease-in-out infinite;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  -webkit-transition: transform 0.5s ease-in;
  transition: transform 0.5s ease-in;
}

.cp_arrows .cp_arrow:hover {
  color: #ec407a;
  border-color: #ec407a;
}

.cp_arrows .cp_arrow:hover:before {
  transform: rotate(360deg);
}

@-webkit-keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}
@keyframes arrow-move06 {
  0% {
    top: 1%;
    opacity: 0.1;
  }
  70% {
    top: 5%;
    opacity: 1;
  }
  100% {
    top: 1%;
    opacity: 0.3;
  }
}
.acc-title:hover {
  cursor: pointer;
}

/*ハンバーガーメニュー02*/
/*ハンバーガーメニュー03*/
/**ハンバーガーメニュー04**/
@media screen and (min-width: 1001px) {
  .ham_menu {
    display: none;
  }
}
.ham_menu > span {
  text-transform: none;
  opacity: .5;
  font-weight: 300;
  font-size: 12px;
}
.ham_menu input + label {
  position: fixed;
  height: 30px;
  width: 30px;
  z-index: 9999;
  top: 5px;
  right: 10px;
}
.ham_menu input + label span {
  position: absolute;
  width: 100%;
  height: 2px;
  top: 50%;
  margin-top: -1px;
  left: 0;
  display: block;
  transition: .5s;
  background: #0075a9;
}
.ham_menu input + label span:first-child {
  top: 7px;
}
.ham_menu input + label span:last-child {
  top: 23px;
}
.ham_menu label:hover {
  cursor: pointer;
}
.ham_menu input:checked + label span {
  opacity: 0;
  top: 50%;
}
.ham_menu input:checked + label span:first-child {
  opacity: 1;
  transform: rotate(405deg);
}
.ham_menu input:checked + label span:last-child {
  opacity: 1;
  transform: rotate(-405deg);
}
.ham_menu input ~ nav {
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 0px;
  z-index: 999;
  transition: .5s;
  transition-delay: .5s;
  overflow: hidden;
}
.ham_menu input ~ nav > ul {
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.ham_menu input ~ nav > ul > li {
  opacity: 0;
  transition: .5s;
  transition-delay: 0s;
}
.ham_menu input ~ nav > ul > li > a {
  text-decoration: none;
  text-transform: uppercase;
  display: block;
  padding: 10px;
  font-size: 1.6em;
  font-weight: bold;
}
.ham_menu input:checked ~ nav {
  height: 100%;
  transition-delay: 0s;
}
.ham_menu input:checked ~ nav > ul > li {
  opacity: 1;
  transition-delay: .5s;
}
.ham_menu input {
  background: none;
}
.ham_menu .ham_logo {
  margin-bottom: 20px;
}
.ham_menu #burger {
  display: none;
}
.ham_menu .tel_link {
  margin-bottom: 20px;
  margin-top: -5px;
}
.ham_menu nav a {
  text-align: center;
  display: block;
  color: #111 !important;
}
.ham_menu nav a span {
  display: block;
  color: #0075a9 !important;
}
.ham_menu nav a img {
  display: block;
  margin: 0 auto;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0 !important;
  max-width: 100% !important;
  right: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100% !important;
  margin: auto;
  transition: .3s;
  transform: translateY(-100%);
  display: block !important;
  background: #163067;
  padding: 20px;
  background-size: cover;
}

.is-show {
  transform: translateY(0);
}

/**/
.acc_title:hover {
  cursor: pointer;
}

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .imgR {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

/**/
.img_box img {
  animation: img_box_9955 3s linear infinite;
  transform-origin: 50% 50%;
  margin: 1rem 0 !important;
  width: 60% !important;
}

@keyframes img_box_9955 {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}
.acc {
  color: #163067;
}
.acc div {
  color: #163067;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*blog文字数カット*/
/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  display: block !important;
  text-align: center !important;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*flexbox*/
.box {
  height: auto !important;
}

/**/
@media screen and (max-width: 640px) {
  .form_wrap dl {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dt, .form_wrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .form_wrap dt label {
    left: 40px;
    position: absolute;
  }
}

@media screen and (max-width: 640px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

/**/
@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}

/*slick_商品一覧など横に流すとき*/
/**/
@media screen and (max-width: 640px) {
  .contact_form dt {
    padding-left: 30px !important;
  }
}

/*下層メイン画像*/
#mainArea2 {
  width: 100%;
  margin-left: 0;
}

#local-keyvisual {
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #local-keyvisual {
    background-position: left;
  }
}

@media only screen and (max-width: 835px) {
  #local-keyvisual {
    margin-bottom: 50px;
  }
}
#local-keyvisual h1 {
  z-index: 1;
  position: relative;
  color: #111;
  font-weight: bold;
  line-height: 1.7em;
  text-align: center;
  text-shadow: 0px 3px 9.7px rgba(255, 255, 255, 0.35);
  font-size: 3.5vw;
}

@media only screen and (min-width: 1600px) {
  #local-keyvisual h1 {
    font-size: 50px;
  }
}
@media screen and (min-width: 641px) and (max-width: 835px) {
  #local-keyvisual h1 {
    font-size: 40px;
  }
}
@media only screen and (max-width: 640px) {
  #local-keyvisual h1 {
    font-size: 35px;
  }
}
#local-keyvisual h1 span {
  background-position: center;
  background-size: cover;
  padding: 100px 0;
  display: block;
}

@media only screen and (max-width: 1000px) {
  #local-keyvisual h1 span {
    padding: 140px 10px;
  }
}
@media only screen and (max-width: 1000px) and (max-width: 640px) {
  #local-keyvisual h1 span {
    padding: 120px 0 !important;
  }
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 640px) {
  #local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
    background-position: left;
  }
}

.pan1 {
  margin-bottom: 60px;
}

@media only screen and (max-width: 835px) {
  .pan1 {
    display: none;
  }
}
.pan1 a {
  color: #000;
}

/**/
.fancybox tr {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .fancybox tr {
    flex-direction: column;
  }
}
.fancybox tr td {
  display: block;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .fancybox tr td {
    width: 100%;
    text-align: center !important;
    margin-bottom: 30px !important;
  }
}
@media screen and (max-width: 640px) {
  .fancybox tr td img {
    width: 100% !important;
  }
}

/*スクロールボタンアニメーション*/
.scroll {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #333 !important;
  /* アニメーション設定 */
}
.scroll .arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
}
.scroll .arrowInner p {
  font-size: 12px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.scroll .arrow {
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}
.scroll .arrow::before {
  content: '';
  width: 1px;
  height: 100px;
  margin: 50px auto 0;
  background-color: #000;
  position: absolute;
  top: -150px;
  left: 0;
  -webkit-animation: arrow 2.5s ease 0s infinite normal;
  animation: arrow 2.5s ease 0s infinite normal;
}
@keyframes arrow {
  0% {
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  60% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
  100% {
    -webkit-transform: translate3d(-50%, 100px, 0);
    transform: translate3d(-50%, 100px, 0);
  }
}
/**/
@media screen and (max-width: 640px) {
  .entry dt {
    padding-left: 30px !important;
  }
}

/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #0075a9;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 600px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}

#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#loading span img {
  width: 100% !important;
  object-fit: cover !important;
}

.animsition-overlay-slide {
  background-color: #163067 !important;
  position: relative;
  z-index: 9999 !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 834px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}

@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
/* 2 つ目のサンプル */
.sample-second.sample-animation {
  animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #fff;
  bottom: 0;
  content: '';
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  100% {
    transform: translateX(100%);
  }
}
/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: '';
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

@media screen and (max-width: 640px) {
  section div.form_wrap dl dt {
    padding-left: 50px;
  }
}

/**/
header#global_header {
  max-width: 100%;
  display: flex;
}

#header {
  background: #fafafa !important;
  display: flex;
}

.header_container .col_01 {
  position: absolute;
  top: 2%;
  left: 1%;
  z-index: 99;
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: 40%;
  }
}
@media screen and (max-width: 521px) {
  .header_container .col_01 {
    width: 50%;
  }
}
.header_container .col_02 {
  position: absolute;
  top: 0;
  right: 5%;
  z-index: 99;
  display: flex;
  align-items: center;
  background: #333;
  padding: 3px 25px 10px;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 {
    position: fixed;
    top: inherit;
    right: inherit;
    left: 0;
    bottom: 0;
    width: 100%;
    justify-content: space-around;
    padding: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 img {
    width: 180px !important;
  }
}
.header_container .col_02 .h_tel {
  position: relative;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel {
    width: 50%;
    padding: 2px 10px;
    border-right: 1px solid #fff;
  }
}
.header_container .col_02 .h_tel:after {
  content: "";
  background: #fff;
  height: 20px;
  width: 1px;
  position: absolute;
  top: 7px;
  bottom: 0;
  right: -14px;
  margin: auto;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel:after {
    display: none;
  }
}
.header_container .col_02 .h_contact {
  margin-top: -9px !important;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact {
    margin-top: 0px !important;
    margin-left: 0px;
    width: 50%;
    padding: 2px 10px;
  }
}

#nav_global {
  position: absolute;
  width: 960px;
  max-width: 90%;
  right: 5%;
  top: 8%;
  z-index: 99;
}
#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  flex-grow: 1;
  position: relative;
  /*ドロップダウン基準点*/
}
#nav_global ul li .last::after {
  display: none;
}
#nav_global ul li a {
  position: relative;
  color: #fff !important;
  display: block;
  transition-duration: 0.5s;
}
#nav_global ul li a img {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
#nav_global ul li a span {
  color: #0075a9;
  display: block;
  font-size: 0.85em;
}
#nav_global ul li a:hover {
  transition-duration: 0.5s;
}

@-webkit-keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
@keyframes flash {
  0% {
    opacity: .4;
  }
  100% {
    opacity: 1;
  }
}
#mainArea {
  position: relative;
  width: 100%;
}
#mainArea .main_img {
  height: 100vh !important;
  object-fit: cover;
  font-family: "object-fit: cover!important;";
}
@media screen and (max-width: 1000px) {
  #mainArea .main_img {
    height: 60vh !important;
  }
}
#mainArea .slick-list {
  display: block;
  width: 100% !important;
}
#mainArea .h1_txt {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 99;
}
@media screen and (max-width: 1200px) {
  #mainArea .h1_txt {
    width: 80vw;
  }
}

/**/
@media screen and (max-width: 1000px) {
  #nav_global {
    display: none !important;
  }
}

#hero--overlay1 {
  position: absolute;
  top: 0;
  right: 60%;
  width: 0;
  height: 100%;
  z-index: 8;
  background: rgba(22, 48, 103, 0.5);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-direction: alternate-reverse;
  animation-duration: 4s;
  animation: slide02 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 700px) {
  #hero--overlay1 {
    animation: slide03 3s ease-in-out infinite alternate;
  }
}

#hero--overlay2 {
  position: absolute;
  right: 60%;
  top: 0;
  width: 0;
  height: 100%;
  z-index: 7;
  background: rgba(0, 117, 169, 0.5);
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-transition-delay: .2s;
  transition-delay: .2s;
  animation-direction: alternate-reverse;
  animation-duration: 4s;
  animation: slide 3s ease-in-out infinite alternate;
}
@media screen and (max-width: 700px) {
  #hero--overlay2 {
    animation: slide04 3s ease-in-out infinite alternate;
  }
}

.bg3 {
  animation-duration: 5s;
}

@keyframes slide {
  0% {
    transform: skew(60deg);
  }
  100% {
    transform: skew(-60deg);
  }
}
@keyframes slide02 {
  0% {
    transform: skew(-60deg);
  }
  100% {
    transform: skew(30deg);
  }
}
@keyframes slide03 {
  0% {
    transform: skew(-30deg);
  }
  100% {
    transform: skew(30deg);
  }
}
@keyframes slide04 {
  0% {
    transform: skew(30deg);
  }
  100% {
    transform: skew(-30deg);
  }
}
#global_footer {
  background: none !important;
}

#footer {
  padding: 30px 10px 0;
  background: url(../images/home/fooer_bg.png) no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 20%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  #footer {
    background-position: right;
  }
}
@media screen and (max-width: 834px) {
  #footer {
    padding-top: 30%;
  }
}
@media screen and (max-width: 640px) {
  #footer {
    padding-top: 32%;
  }
}

.footer_container .col_03 {
  text-align: center;
  margin-bottom: 30px;
}
.footer_container .col_04 {
  margin-bottom: 20px;
}
.footer_container .f_logo {
  margin-bottom: 20px;
}
.footer_container p {
  color: #fff;
  font-size: 0.9em;
}
.footer_container p a {
  color: #fff !important;
}

.nav_footer {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 834px) {
  .nav_footer {
    flex-direction: column;
  }
}
.nav_footer li {
  margin-left: 40px;
  flex-grow: 1;
}
@media screen and (max-width: 834px) {
  .nav_footer li {
    border-radius: 5px;
    padding: 10px;
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 10px;
    background: #fff;
    border-bottom: 4px solid #eee;
    border-radius: 3px;
  }
  .nav_footer li:active {
    /*ボタンを押したとき*/
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
    /*下に動く*/
    border-bottom: none;
    /*線を消す*/
  }
}
.nav_footer a {
  color: #fff !important;
  display: block;
  transition-duration: 0.5s;
  font-weight: 500;
}
@media screen and (max-width: 834px) {
  .nav_footer a {
    color: #111 !important;
  }
}
.nav_footer a:hover img {
  transition-duration: 0.5s;
  opacity: 1;
}

#copyright {
  color: #fff;
  padding: 5px 0;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px 0px;
}

h1, h2, h3 {
  font-weight: 600;
}

/* home */
.bg01 {
  background-size: cover;
  background-position: right;
}

.left_bg {
  padding: 120px 40px 0;
  background: url(../images/home/left_bg.png) no-repeat;
  transition: 1s;
  background-size: contain;
  background-position: top;
  background-position-y: -1000px;
}

.scrollin02 {
  transition: 1s;
  background-position-y: 0;
}

.scrollin03 {
  transition: 1s;
  transform: translateY(0px) !important;
}

.inner_bg {
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .inner_bg {
    padding: 100px 5%;
  }
}
@media screen and (max-width: 1200px) {
  .inner_bg .inner {
    padding: 0 5%;
  }
}
@media screen and (max-width: 834px) {
  .inner_bg .inner {
    padding: 0;
  }
}

.inner_bg02 {
  padding: 100px 0px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 834px) {
  .inner_bg02 {
    padding: 100px 5%;
  }
}

.h_tbl td {
  display: block;
  margin-bottom: 40px !important;
}

.h_tbl02 {
  transition: 1s;
  transform: translateY(100px);
  width: 45%;
  background-repeat: no-repeat;
  padding: 80px 60px 60px;
  background-size: cover;
  margin-left: calc((100vw - 50%));
  position: relative;
  background-position: center;
}
@media screen and (max-width: 1800px) {
  .h_tbl02 {
    padding: 80px 40px 60px;
    width: 50%;
    margin-left: calc((100vw - 55%));
  }
}
@media screen and (max-width: 1500px) {
  .h_tbl02 {
    width: 55%;
    margin-left: calc((100vw - 60%));
  }
}
@media screen and (max-width: 1400px) {
  .h_tbl02 {
    padding: 60px;
    background-position: center;
  }
}
@media screen and (max-width: 1200px) {
  .h_tbl02 {
    background: #fff;
    background-image: none !important;
  }
}
@media screen and (max-width: 834px) {
  .h_tbl02 {
    width: 100%;
    margin: 0 auto !important;
  }
}
.h_tbl02 tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_tbl02 td {
  padding: 15px !important;
  display: block;
  width: 48%;
  margin-bottom: 20px !important;
}
@media screen and (max-width: 1400px) {
  .h_tbl02 td {
    width: 100%;
    margin-bottom: 10px !important;
    padding: 10px !important;
  }
}
@media screen and (max-width: 834px) {
  .h_tbl02 td {
    margin-bottom: 0 !important;
  }
}
.h_tbl02 h3 {
  font-weight: 700;
  font-size: 1.2em;
  padding-right: 10px;
}
.h_tbl02 h3 b {
  font-size: 1.2em;
  font-style: italic;
  color: #0075a9;
  padding-right: 10px;
}
.h_tbl02:after {
  content: "";
  background: url(../images/home/shape.png) no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 35vw;
  height: 100%;
}
@media screen and (max-width: 1400px) {
  .h_tbl02:after {
    display: none;
  }
}

.h_tbl03 {
  transition: 1s;
  transform: translateY(100px);
  width: 45%;
  background: #fff;
  background-repeat: no-repeat;
  padding: 80px;
  background-size: contain;
}
@media screen and (max-width: 1400px) {
  .h_tbl03 {
    padding: 60px;
  }
}
@media screen and (max-width: 834px) {
  .h_tbl03 {
    width: 100%;
    margin: 0 auto !important;
  }
}
.h_tbl03 tr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.h_tbl03 td {
  display: block;
  width: 100%;
  display: block;
  margin-bottom: 40px !important;
}

.calc01 {
  margin-left: calc((100% - 45%));
}

.h_tbl04 {
  transition: 1s;
  transform: translateY(100px);
  width: 45%;
  background-repeat: no-repeat;
  padding: 100px;
  background-size: cover;
  margin-right: calc((100vw - 100%)) !important;
  margin-left: calc((100vw - 95%)) !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 1400px) {
  .h_tbl04 {
    background-position: center;
    padding: 60px;
  }
}
@media screen and (max-width: 1200px) {
  .h_tbl04 {
    background: #fff;
    background-image: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .h_tbl04 {
    padding: 60px 60px 40px;
  }
}
@media screen and (max-width: 834px) {
  .h_tbl04 {
    width: 100%;
    margin: 0 auto !important;
  }
}
.h_tbl04 td {
  display: block;
  width: 100%;
  display: block;
  margin-bottom: 40px !important;
}

.bg02 {
  padding: 100px 40px;
}

.slick-dots {
  top: -80px;
  right: 0;
  display: flex !important;
  justify-content: flex-end;
}

.slick-track {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
}

.slick-slide img {
  width: auto !important;
  margin: 0 auto;
}

.btn_box {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1200px) {
  .btn_box {
    flex-wrap: wrap !important;
  }
}
.btn_box .box {
  margin-right: 10px;
}
@media screen and (max-width: 1200px) {
  .btn_box .box {
    width: 100% !important;
    margin-bottom: 20px !important;
  }
}

.banner_box {
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .banner_box {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (max-width: 640px) {
  .banner_box .box {
    width: 46% !important;
    margin: 0 2% 20px !important;
  }
}

.white_bg {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

.com_tbl td {
  border: 1px solid #ccc !important;
  padding: 10px !important;
}
@media screen and (max-width: 640px) {
  .com_tbl td {
    display: block;
    text-align: center !important;
  }
}
.com_tbl td:nth-child(odd) {
  width: 25%;
  text-align: center !important;
  background: #eee;
}
@media screen and (max-width: 640px) {
  .com_tbl td:nth-child(odd) {
    width: 100%;
  }
}
.com_tbl td:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 640px) {
  .com_tbl td:nth-child(even) {
    width: 100%;
  }
}

.flow_tbl {
  position: relative;
}
.flow_tbl:after {
  content: "";
  border-left: 100px;
  border-right: 100px;
  border-bottom: 100px;
  background: #333;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_tbl h3 {
  font-size: 1.2em;
  padding-bottom: 4px;
  border-bottom: 1px solid #111;
}
.flow_tbl h3 b {
  padding: 5px 10px;
  color: #fff;
  background: #0075a9;
  margin-right: 15px;
}
.flow_tbl td {
  display: block;
  margin-bottom: 40px !important;
}

/**/
.h_bg {
  background-size: cover;
  background-position: center;
  margin: 0;
  padding: 0;
  margin-left: calc(((90vw - 100%) / 2) * -1) !important;
  margin-right: calc(((90vw - 100%) / 2) * -1) !important;
  padding: 60px;
}
@media screen and (max-width: 1000px) {
  .h_bg {
    margin: 0;
    padding: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1) !important;
    margin-right: calc(((100vw - 100%) / 2) * -1) !important;
    padding: 60px 20px;
  }
}
.h_bg .h_tbl {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .h_bg .h_tbl {
    background: rgba(255, 255, 255, 0.6);
    padding: 40px 15px;
  }
}

.h_flex02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1000px) {
  .h_flex02 {
    flex-direction: column;
  }
}
@media screen and (max-width: 1000px) {
  .h_flex02 .herf {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 640px) {
  .h_flex02 .herf:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 1200px) {
  .txt span {
    white-space: nowrap;
  }
}

.news01 h3 {
  border-radius: 10px 10px 0 0;
  font-size: 1.1em;
  text-align: center;
  color: #fff;
  background: #b64532;
  padding: 10px 0;
}

.banner01 {
  background: url(../images/home/banner.jpg) no-repeat;
  padding: 160px;
  background-size: cover;
  position: relative;
  background-position: center;
}
.banner01 .btn {
  position: absolute;
  bottom: 10%;
  right: 3%;
}

/**/
.contents_h2 {
  position: relative;
  background-color: #eee;
  border-left: 10px solid #0075a9;
  padding: 10px;
  padding-left: 15px;
  margin-bottom: 40px;
}
.contents_h2 h2 {
  font-size: 1.6em;
}

.fancybox {
  justify-content: space-between;
}
.fancybox .box {
  margin-bottom: 2%;
}
@media screen and (max-width: 640px) {
  .fancybox .box {
    width: 49% !important;
  }
}

@media screen and (max-width: 640px) {
  .txt_flex .box {
    width: 100% !important;
  }
}

.c_flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .c_flex {
    flex-direction: column;
  }
}
.c_flex .txt, .c_flex .right {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .c_flex .txt, .c_flex .right {
    width: 100%;
  }
}
.c_flex .img100, .c_flex .img100_02 {
  width: 37%;
}
@media screen and (max-width: 640px) {
  .c_flex .img100, .c_flex .img100_02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c_flex02 {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .c_flex02 {
    flex-direction: column;
  }
}
.c_flex02 .txt, .c_flex02 .right {
  width: 60%;
}
@media screen and (max-width: 640px) {
  .c_flex02 .txt, .c_flex02 .right {
    width: 100%;
  }
}
.c_flex02 .img100, .c_flex02 .img100_02 {
  width: 27%;
}
@media screen and (max-width: 640px) {
  .c_flex02 .img100, .c_flex02 .img100_02 {
    width: 100%;
    margin-bottom: 20px;
  }
}

/* title */

/*# sourceMappingURL=common_style.css.map */
