@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
.inner_out2 {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((1400px - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .inner_out2 {
    margin-right: calc((100vw - 100%) / 2 * -1) !important;
  }
}

.inner_out3 {
  margin: 0;
  padding: 0;
  margin-left: calc((1400px - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1400px) {
  .inner_out3 {
    margin-left: calc((100vw - 100%) / 2 * -1) !important;
  }
}

@font-face {
  font-family: "normal";
  font-style: normal;
  src: url("../notojp/notojp_r.woff2") format("woff2"), url("../notojp/notojp_r.woff") format("woff"), url("../notojp/notojp_r.otf") format("opentype");
}
@font-face {
  font-family: "med";
  font-style: normal;
  src: url("../notojp/notojp_m.woff2") format("woff2"), url("../notojp/notojp_m.woff") format("woff"), url("../notojp/notojp_m.otf") format("opentype");
}
@font-face {
  font-family: "bold";
  font-style: normal;
  src: url("../notojp/notojp_b.woff2") format("woff2"), url("../notojp/notojp_b.woff") format("woff"), url("../notojp/notojp_b.otf.otf") format("opentype");
}
@font-face {
  font-family: "black";
  font-style: normal;
  src: url("../notojp/notojp_bk.woff2") format("woff2"), url("../notojp/notojp_bk.woff") format("woff"), url("../notojp/notojp_bk.otf.otf") format("opentype");
}
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
* {
  -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: 62.5% !important;
  overflow: visible !important;
}

body {
  font-size: 1.6rem !important;
  line-height: 2.2 !important;
  letter-spacing: 0.05em;
  font-weight: 400;
  color: #333333;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem !important;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.8rem !important;
  }
}

::selection {
  background-color: #233056;
  color: #fff;
}

h1, h2, h3, h4 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #111;
}

a {
  text-decoration: none;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: 500;
}

.inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main {
  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.75%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 1024px) {
  .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: 1024px) {
  .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;
}

.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: 1024px) {
  .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 {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  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;
  }
}

/*下層ブログ*/
@media screen and (max-width: 834px) {
  .h_blog:not(:last-child) {
    margin-bottom: 100px !important;
  }
}
@media screen and (max-width: 834px) {
  .h_blog .blog {
    padding-bottom: 0 !important;
  }
}
.h_blog .blog_photo {
  float: left;
  margin-right: 20px !important;
}
@media screen and (max-width: 834px) {
  .h_blog .blog_photo {
    float: none;
    text-align: center;
  }
}
.h_blog .blog_detail {
  font-size: 1em !important;
}
.h_blog article.blog div.blog_date {
  border: 1px solid;
  display: inline-block;
  padding: 3px 10px 0;
  margin-bottom: 15px;
}
.h_blog h3 {
  font-size: 1.4em !important;
  background: url(../images/home/contact_bg.jpg) right center;
  color: #fff !important;
  padding: 15px;
  padding-left: 60px;
  position: relative;
}
.h_blog h3:before {
  content: "";
  background: url(../images/home/icon3.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .h_blog div.blog_list {
    flex-wrap: wrap;
  }
}

/*blog本体*/
.blog {
  max-width: 1200px;
  margin: 0 auto;
}
.blog .pages {
  text-align: left !important;
}
.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media screen and (max-width: 1024px) {
  .blog aside {
    min-width: 100% !important;
  }
}
.blog aside li {
  line-height: 30px;
}
.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #233056;
  margin-bottom: 20px;
}
.blog #contents article {
  margin-bottom: 60px;
}
.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  .blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}
.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  margin: 0;
  margin-bottom: 30px;
}
.blog a {
  font-weight: inherit !important;
}
.blog .translate {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "Noto Serif JP", serif, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.2em;
}
.blog #contents dd ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 20px 0 !important;
  flex-wrap: wrap;
}
.blog .date {
  color: #fff !important;
  padding: 0 10px;
  background: #233056;
  margin-bottom: 15px !important;
  display: inline-block !important;
  letter-spacing: 0;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  width: inherit !important;
}
.blog dt span {
  letter-spacing: 3px;
  color: #333 !important;
  transition: 0.5s;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin-top: 30px;
}
.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
.blog #contents article ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.blog #contents > dl ul li {
  margin-right: 10px !important;
  margin-bottom: 10px;
}
.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin: 20px 0;
}
.blog img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .blog .detail {
    text-align: left !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: 100% !important;
  margin: 0 auto !important;
}
.blog h1, .blog h2 {
  font-size: 1.4em !important;
  border-bottom: 4px solid #eee;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-bottom: 20px !important;
  line-height: 1.8 !important;
  padding-bottom: 10px !important;
}
@media screen and (max-width: 640px) {
  .blog h1, .blog h2 {
    font-size: 1.2em !important;
  }
}
.blog a {
  color: #233056 !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;
}

.flex {
  flex-wrap: wrap;
}

/*下層ページのブログ表示*/
section div#contents > dl dt span {
  font-size: inherit !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: 1024px) {
  section div.wrap {
    flex-direction: column-reverse;
  }
}

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 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%;
  display: none;
}
@media screen and (max-width: 1024px) {
  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: #d9ccac;
  margin-bottom: 0;
  display: block;
  font-weight: 600;
  text-align: left;
}

div.blog_list h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 1.1em;
  display: block;
  text-align: left;
}

div.detail {
  margin-top: 10px;
}

.blog article div {
  width: 80%;
  margin: 0 auto;
  text-align: left;
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .blog article div {
    text-align: center;
  }
}

@media screen and (max-width: 1024px) {
  div.blog_list {
    flex-direction: row;
  }
}

header:nth-of-type(1) div.wrap {
  font-size: 16px;
}

@media screen and (max-width: 1024px) {
  section div.wrap {
    display: flex !important;
    flex-direction: column-reverse;
  }
}

div.blog_list div.blog_text {
  font-size: 1em;
  width: 100%;
  padding: 0 !important;
  border-bottom: 3px dotted #eee;
  padding-bottom: 20px !important;
  margin-bottom: 20px;
}

div.blog_list > div {
  border-bottom: none;
}

.blog_list div.detail {
  margin-top: 10px;
  text-align: left;
}

/*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;
}

/*パンくず*/
.pan1 {
  max-width: 100%;
  width: 1200px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

.pankuzu {
  text-align: left;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  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;
  }
}

/*アンカーリンク調整*/
a.anchor {
  display: block;
  padding-top: 70px;
  margin-top: -70px;
}

/*404*/
.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 a {
  color: #333 !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 100px;
  position: relative;
}
.nf_btn a:hover {
  background: #233056;
  color: #fff !important;
}
.nf_btn a:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-weight: 100;
}

/*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*/
.mean-nav span {
  display: block; /*menuの小文字*/
}

/**/
/* 「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」を適用する箇所 */
/*マージン*/
.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;
}

/*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: 5px;
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(217, 204, 172, 0.9);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}

/*プルダウンメニュー*/
.sub_menu {
  flex-direction: column;
  position: absolute;
  z-index: 999999;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto !important;
  width: auto !important;
  background: rgba(35, 48, 86, 0.9);
}
@media screen and (max-width: 1024px) {
  .sub_menu {
    display: none;
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
    flex-direction: row;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 1024px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
}
.sub_menu a {
  color: #fff !important;
  padding: 5px;
}

/*YouTube*/
.youtube01 {
  margin-bottom: 80px;
}
.youtube01 iframe {
  width: 100%;
  margin: 0 auto;
  height: 450px;
}

/*地図*/
.map01 {
  height: 100%;
}
.map01 iframe {
  width: 100%;
  height: 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: 1024px) {
  .modaal-content-container {
    height: 600px;
    overflow: auto;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
  }
}

.modaal-content-container h3 {
  font-size: 1.2em !important;
  margin-bottom: -20px;
}

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;
  padding: 0 0 5px;
}

.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;
  }
}

/**/
/*hover*/
.btn a:hover {
  -webkit-animation: 0.3s;
  animation: zoom 0.3s;
}

/*infiniteslide*/
.infiniteslide_wrap {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.infiniteslide {
  padding: 60px 0 !important;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  max-width: 100%;
}
.infiniteslide ul {
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto !important;
}
.infiniteslide ul li {
  height: auto !important;
  display: inline-block;
  margin: 0 20px !important;
}
@media screen and (max-width: 1024px) {
  .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;
}

/*insta*/
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: center;
  align-content: space-between;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !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: 31% !important;
  margin: 0 1% 2% !important;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 48% !important;
  }
}
.insta .sns_text {
  display: none !important;
  padding: 0 !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

.herf {
  width: 49%;
}
@media screen and (max-width: 640px) {
  .herf {
    width: 100%;
    margin-bottom: 20px;
  }
}

.c_insta div.sns_list div.sns_text {
  font-size: 1em !important;
}
.c_insta div.sns_list > div {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.c_insta .sns_list {
  border: none !important;
}
.c_insta div.sns_list > div {
  border-bottom: 1px solid #233056 !important;
}
.c_insta .sns_date {
  border: 1px solid;
  padding: 3px 10px 0;
  margin-bottom: 15px !important;
  display: inline-block;
  letter-spacing: 0;
  font-size: 1em !important;
}

/**/
.flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .flex {
    flex-direction: column;
  }
}

/**/
.none {
  display: none;
}

.block {
  display: block !important;
}

/*画像*/
@media screen and (max-width: 1024px) {
  .img100 {
    text-align: center;
  }
}

.img img {
  box-shadow: 0px 0px 10px -3px rgba(9, 9, 9, 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: 1024px) {
  .tab_none {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .style_form input {
    width: 100% !important;
  }
}

.imgL, .imgR {
  margin-right: 3%;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .imgL, .imgR {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 640px) {
  .imgL, .imgR {
    max-width: 100% !important;
  }
}

.imgR {
  margin-left: 3%;
}

@media screen and (max-width: 640px) {
  .tbl_scroll table {
    table-layout: auto;
  }
}

.style_form input {
  width: 100% !important;
}

/*color*/
.acc-color {
  color: #d9ccac !important;
}
.acc-color a {
  color: #d9ccac !important;
}

.main-color {
  color: #233056 !important;
}
.main-color a {
  color: #233056 !important;
}

.base-color {
  color: #fff !important;
}
.base-color a {
  color: #fff !important;
}

.voice_table {
  border: 1px solid #fff;
}
.voice_table b {
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2em;
}
.voice_table .acc-title {
  padding: 20px !important;
  background: #233056;
  color: #fff;
  position: relative;
}
.voice_table .acc-title:after {
  content: "\f0dd";
  position: absolute;
  top: -10px;
  bottom: 0;
  font-size: 1.4em;
  right: 50px;
  margin: auto;
  color: #fff;
  display: flex;
  align-items: center;
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title:after {
    display: none;
  }
}
.voice_table .acc-title > div {
  padding-left: 50px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title > div {
    padding-left: 40px !important;
  }
}
.voice_table .acc-title:hover {
  cursor: pointer;
}
.voice_table .acc-title b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 27px;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .voice_table .acc-title b {
    left: 0;
  }
}
.voice_table .column_txt {
  padding: 20px !important;
  background: #fff;
  display: block;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt {
    display: block;
  }
}
.voice_table .column_txt > div {
  padding-left: 50px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt > div {
    padding-left: 40px !important;
  }
}
.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #233056;
}
@media screen and (max-width: 640px) {
  .voice_table .column_txt b {
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  .voice_table tr {
    display: block !important;
  }
}
.voice_table td {
  width: 100%;
  display: block;
}

/*ふわふわと上下に動く*/
.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;
}

/*ハンバーガーメニュー07*/
.msg {
  font-family: "Pacifico", cursive;
  font-size: 8vw;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  max-height: 100%;
  max-width: 100%;
  align-items: center;
  color: #FEFEFE;
  background-color: #1184F0;
}

.features {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  text-transform: uppercase;
}
.features li {
  width: 100%;
  text-align: center;
  padding: 0.25em;
}

.drawer-list {
  display: none;
  position: fixed;
  right: 0;
  top: 0;
  height: 100vh;
  width: 100vw;
  transform: translate(100vw, 0);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
  box-sizing: border-box;
  overflow: auto;
  padding: 80px;
  transition: width 475ms ease-out, transform 450ms ease, border-radius 0.8s 0.1s ease;
  border-bottom-left-radius: 100vw;
  z-index: 99;
  background-color: #394567;
  background-color: rgba(35, 48, 86, 0.9);
}
@media screen and (max-width: 1024px) {
  .drawer-list {
    display: block !important;
  }
}
@media only screen and (max-width: 640px) {
  .drawer-list {
    padding: 40px;
  }
}
.drawer-list .h_tel {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.drawer-list .h_tel .tel_flex .tel01 {
  color: #fff !important;
  font-size: 32px;
}
@media only screen and (max-width: 834px) {
  .drawer-list .h_tel .tel_flex .tel01 {
    font-size: 3.8369304556vw;
  }
}
@media only screen and (max-width: 640px) {
  .drawer-list .h_tel .tel_flex .tel01 {
    font-size: 4.6875vw;
  }
}
.drawer-list .h_tel p {
  margin-top: 10px;
  color: #fff !important;
}
.drawer-list ul {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  overflow-x: hidden;
  pointer-events: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
}
.drawer-list .h_tel {
  transform: translatex(100vw);
}
.drawer-list li {
  list-style: none;
  text-transform: uppercase;
  pointer-events: auto;
  white-space: nowrap;
  box-sizing: border-box;
  width: 100%;
  transform: translatex(100vw);
  /* ie workaround */
  -ms-transform: translatex(-100vw);
}
.drawer-list li a, .drawer-list li span {
  text-decoration: none;
  color: #FEFEFE;
  text-align: center;
  display: block;
  padding: 1.2rem 0;
  font-size: calc(24px - 0.5vw);
  font-weight: inherit;
}
.drawer-list li a:hover, .drawer-list li span:hover {
  cursor: pointer;
  background-color: #9198ab;
  background-color: rgba(35, 48, 86, 0.5);
}
.drawer-list li .sub_menu {
  padding: 0 !important;
}

.ham_info {
  display: flex;
  padding: 0 40px;
  justify-content: space-between;
  border-bottom: 1px solid #fff;
  padding-bottom: 40px;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .ham_info {
    flex-direction: column;
    align-items: center;
  }
}

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

input.hamburger {
  display: none;
}
input.hamburger:checked ~ .drawer-list {
  transform: translatex(0);
  border-bottom-left-radius: 0;
}
input.hamburger:checked ~ .drawer-list .h_tel {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list .h_tel:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li {
  transform: translatex(0);
}
input.hamburger:checked ~ .drawer-list li:nth-child(1) {
  transition: transform 1s 0.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(2) {
  transition: transform 1s 0.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(3) {
  transition: transform 1s 0.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(4) {
  transition: transform 1s 0.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(5) {
  transition: transform 1s 0.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(6) {
  transition: transform 1s 0.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(7) {
  transition: transform 1s 0.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(8) {
  transition: transform 1s 0.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(9) {
  transition: transform 1s 0.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(10) {
  transition: transform 1s 0.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(11) {
  transition: transform 1s 0.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(12) {
  transition: transform 1s 0.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(13) {
  transition: transform 1s 1.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(14) {
  transition: transform 1s 1.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(15) {
  transition: transform 1s 1.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(16) {
  transition: transform 1s 1.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(17) {
  transition: transform 1s 1.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(18) {
  transition: transform 1s 1.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(19) {
  transition: transform 1s 1.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(20) {
  transition: transform 1s 1.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(21) {
  transition: transform 1s 1.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(22) {
  transition: transform 1s 1.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(23) {
  transition: transform 1s 1.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(24) {
  transition: transform 1s 1.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(25) {
  transition: transform 1s 2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(26) {
  transition: transform 1s 2.08s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(27) {
  transition: transform 1s 2.16s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(28) {
  transition: transform 1s 2.24s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(29) {
  transition: transform 1s 2.32s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(30) {
  transition: transform 1s 2.4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(31) {
  transition: transform 1s 2.48s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(32) {
  transition: transform 1s 2.56s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(33) {
  transition: transform 1s 2.64s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(34) {
  transition: transform 1s 2.72s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(35) {
  transition: transform 1s 2.8s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(36) {
  transition: transform 1s 2.88s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(37) {
  transition: transform 1s 2.96s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(38) {
  transition: transform 1s 3.04s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(39) {
  transition: transform 1s 3.12s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(40) {
  transition: transform 1s 3.2s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(41) {
  transition: transform 1s 3.28s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(42) {
  transition: transform 1s 3.36s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(43) {
  transition: transform 1s 3.44s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(44) {
  transition: transform 1s 3.52s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(45) {
  transition: transform 1s 3.6s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(46) {
  transition: transform 1s 3.68s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(47) {
  transition: transform 1s 3.76s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(48) {
  transition: transform 1s 3.84s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(49) {
  transition: transform 1s 3.92s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li:nth-child(50) {
  transition: transform 1s 4s cubic-bezier(0.29, 1.4, 0.44, 0.96);
}
input.hamburger:checked ~ .drawer-list li a, input.hamburger:checked ~ .drawer-list li span {
  position: relative;
  color: #fff !important;
  display: block;
  font-size: 1.2em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 640px) {
  input.hamburger:checked ~ .drawer-list li a, input.hamburger:checked ~ .drawer-list li span {
    font-size: 1em;
  }
}
input.hamburger:checked ~ .drawer-list li a p, input.hamburger:checked ~ .drawer-list li span p {
  color: #fff;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}
input.hamburger:checked ~ label > i {
  background-color: transparent;
  transform: rotate(90deg);
}
input.hamburger:checked ~ label > i:before {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(315deg);
}
input.hamburger:checked ~ label > i:after {
  background-color: #fff;
  transform: translate(-50%, -50%) rotate(-315deg);
}
input.hamburger:checked ~ label close {
  color: #fff;
  width: 100%;
}
input.hamburger:checked ~ label open {
  color: rgba(0, 0, 0, 0);
  width: 0;
}

label.hamburger {
  z-index: 9999;
  position: relative;
  display: block;
  height: 25px;
  width: 45px;
}
label.hamburger:hover {
  cursor: pointer;
}
label.hamburger text close,
label.hamburger text open {
  text-transform: uppercase;
  font-size: 0.6em;
  letter-spacing: 1px;
  text-align: center;
  position: absolute;
  transform: translateY(50px);
  text-align: center;
  overflow: hidden;
  transition: color 0.45s 0.35s;
  font-weight: 600;
  right: 0;
}
label.hamburger text close {
  color: rgba(0, 0, 0, 0);
  display: none;
  width: 0;
}
label.hamburger text open {
  color: #233056;
  display: none;
  width: 100%;
}
label.hamburger > i {
  position: absolute;
  width: 100%;
  height: 2px;
  right: 0;
  top: 50%;
  background-color: #233056;
  pointer-events: auto;
  transition-duration: 0.35s;
  transition-delay: 0.35s;
}
label.hamburger > i:before, label.hamburger > i:after {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  left: 50%;
  background-color: #233056;
  content: "";
  transition: transform 0.35s;
  transform-origin: 50% 50%;
}
label.hamburger > i:before {
  transform: translate(-50%, -12px);
}
label.hamburger > i:after {
  transform: translate(-50%, 12px);
}

label.hamburger {
  position: fixed;
  top: 20px;
  right: 20px;
}

/*scroll nav*/
.clone-nav {
  position: fixed !important;
  top: 0;
  left: 0;
  bottom: auto !important;
  z-index: 2;
  width: 100%;
  transition: 0.3s;
  transform: translateY(-100%);
  padding: 10px 20px 0 !important;
  display: block !important;
}

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

/**/
.acc_title:hover {
  cursor: pointer;
}

.acc {
  color: #d9ccac;
}
.acc div {
  color: #d9ccac;
}

.bold div {
  font-weight: bold;
}

/**/
.clearfix:after {
  visibility: visible;
}

/*フェードで出現*/
.fadein {
  opacity: 0;
  transform: translate(0) !important;
  transition: all 0.5s !important;
  display: block !important;
}

.scrollin {
  opacity: 1 !important;
  transform: translate(0, 0) !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 {
    border-right: 1px solid #ccc !important;
  }
}

.c_contactArea .contact_form {
  background: #fff;
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .date {
    display: flex;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form .number {
    text-align: left !important;
  }
}
@media screen and (max-width: 640px) {
  .c_contactArea .contact_form div {
    float: none !important;
  }
}
.c_contactArea .contact_form dl {
  border-bottom: 1px solid #ccc;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.c_contactArea .contact_form dt {
  color: #333;
  border: none !important;
  position: relative;
  background: none !important;
}
.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

.submit_l, .submit_r {
  float: none !important;
}

/*下層メイン画像*/
#mainArea2 {
  position: relative;
  padding: 0 20px;
}

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 120px 0;
}

#local-keyvisual h1, .blog_ttl {
  padding: 20px 120px;
  position: absolute;
  background: #fff;
  bottom: -1px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  line-height: 1.2;
  color: #333333;
  text-align: center;
  font-size: 2.2em;
  text-align: center;
  border-radius: 10px 10px 0 0;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  white-space: nowrap;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 2em;
    padding: 20px 40px;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 1.8em;
    padding: 20px;
    white-space: inherit;
    width: 85%;
  }
}

#local-keyvisual h1 span, .blog_ttl span {
  display: block;
  color: #233056;
  font-size: 0.4em;
  margin-top: 10px;
  position: relative;
  padding-bottom: 20px;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  letter-spacing: 0;
}
#local-keyvisual h1 span:after, .blog_ttl span:after {
  content: "";
  background: #d9ccac;
  width: 60px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

#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;
}

/*バイリンガル*/
#builingual {
  position: fixed !important;
  right: 0;
  bottom: 0;
  z-index: 9999;
  padding: 8px !important;
  border-radius: 5px 0 0 0;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
    justify-content: center !important;
  }
}

/**/
.inview {
  position: relative;
  overflow: hidden;
}

.inview::after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: #d9ccac;
  position: absolute;
  left: -100%;
  top: 0;
  transition: 0.8s;
}

.inview img {
  opacity: 0;
  transition: 0.2s 0.2s;
}

/* 可視範囲に入ったとき */
.inview.show::after {
  left: 100%;
}

.inview.show img {
  opacity: 1;
}

/*news_dlリスト*/
.newswrap {
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
  border-top: 3px solid #f3f3f3;
  border-bottom: 3px solid #f3f3f3;
  padding: 30px 0;
}
.newswrap > div {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
  height: 220px;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .newswrap > div {
    height: 190px;
  }
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding: 0 10px 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #eee !important;
  justify-content: space-between !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dl {
    padding: 0 0 10px;
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  font-size: 14px;
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 75% !important;
  padding: 0 !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dd {
    font-size: inherit !important;
  }
}
.newswrap dt {
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  border: none;
  border-radius: 30px;
  letter-spacing: 0;
  background: #233056 !important;
  color: #fff !important;
  width: 20% !important;
  text-align: center !important;
  padding: 3px 0 !important;
  align-items: center !important;
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .newswrap dt {
    width: auto !important;
    display: inline-block !important;
    padding: 0 20px !important;
    margin-bottom: 10px;
    text-align: center !important;
  }
}
@media screen and (max-width: 640px) {
  .newswrap dt {
    font-size: inherit !important;
  }
}

.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.comArea {
  background: #fff;
}

.info01 {
  background: #fff;
}
.info01 label {
  position: static;
}
.info01 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: none !important;
  border: none !important;
  border-right: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 15px !important;
  position: relative;
}
@media screen and (max-width: 640px) {
  .info01 dt {
    align-items: flex-start !important;
    text-align: left !important;
  }
}
.info01 dd {
  color: #333;
  border: none !important;
  border-bottom: 1px solid #eee !important;
  padding: 10px !important;
  padding-left: 40px !important;
  background: none !important;
}
@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: left;
    padding-left: 10px !important;
    border-bottom: none !important;
  }
}
.info01 a {
  color: #d9ccac !important;
}
.info01 b {
  background: #233056;
  display: inline-block;
  padding: 3px 5px;
  color: #fff;
  width: 120px;
  text-align: center;
  margin-bottom: 10px;
  margin-right: 10px;
  font-weight: 500;
  font-size: 0.9em;
}
@media screen and (max-width: 1200px) {
  .info01 b {
    margin-bottom: 5px;
    margin-top: 15px;
    display: block;
  }
}

.imgtxt article {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .imgtxt article {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.imgtxt img {
  width: 38% !important;
  margin-left: 2% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .imgtxt img {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt img {
    width: 100% !important;
  }
}
.imgtxt div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .imgtxt div {
    width: 100%;
  }
}
.imgtxt .btn {
  margin-left: 0;
}
@media screen and (max-width: 834px) {
  .imgtxt .btn {
    margin: 0 auto;
  }
}

.imgtxt2 {
  display: flex;
  align-items: flex-start;
  flex-direction: row-reverse;
}
@media screen and (max-width: 834px) {
  .imgtxt2 {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
.imgtxt2 img {
  width: 38% !important;
  margin-left: 2% !important;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .imgtxt2 img {
    width: 80% !important;
    margin: 0 auto 4% !important;
  }
}
@media screen and (max-width: 640px) {
  .imgtxt2 img {
    width: 100% !important;
  }
}
.imgtxt2 div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .imgtxt2 div {
    width: 100%;
  }
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

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

.title {
  display: none;
}

.box {
  overflow: inherit !important;
}

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

.flex {
  flex-wrap: wrap;
}

/*サムネ付きスライダー*/
.slidebox img {
  width: 90% !important;
  margin: 0 auto;
}
.slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
}
.slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}
.slidebox .slick-dots li img {
  width: 100% !important;
}

.slick-prev {
  left: 0 !important;
}

.slick-next {
  right: 0 !important;
}

/*フローチャート1*/
.flow02 {
  border: 1px solid #233056;
  border-bottom: 1px;
  height: 100%;
}
.flow02 .flow_flex {
  padding: 40px !important;
  border-bottom: 1px solid #233056;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex {
    flex-direction: wrap;
  }
}
@media screen and (max-width: 640px) {
  .flow02 .flow_flex {
    padding: 40px 20px !important;
  }
}
.flow02 .flow_flex::before, .flow02 .flow_flex::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 100%;
  left: 9.5%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (max-width: 1024px) {
  .flow02 .flow_flex::before, .flow02 .flow_flex::after {
    left: 50%;
    bottom: 0;
  }
}
.flow02 .flow_flex::before {
  border-width: 21px;
  border-top-color: #233056;
}
.flow02 .flow_flex::after {
  border-width: 20px;
  border-top-color: #fff;
}
.flow02 .flow_flex:last-child::before, .flow02 .flow_flex:last-child::after {
  display: none;
}
.flow02 .flow_flex {
  margin: 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
}
.flow02 .box {
  text-align: center;
}
.flow02 .box:nth-child(1) {
  width: 30%;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  background: #233056;
  color: #fff;
  padding: 3px 10px;
  margin-right: 20px;
  border-radius: 30px;
}
@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(1) {
    margin-bottom: 20px;
    width: 100%;
  }
}
.flow02 .box:nth-child(2) {
  width: 65%;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .flow02 .box:nth-child(2) {
    width: 100%;
  }
}

.last dl::after, .last dl::before {
  border: none !important;
}

.first::before {
  border: none !important;
}

.slick-slide {
  outline: none;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
  	 * Remove all paddings around the image on small screen
  	 */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/* overlay at start */
.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* overlay animate in */
.mfp-bg.mfp-ready {
  opacity: 0.8;
}

/* overlay animate out */
.mfp-bg.mfp-removing {
  opacity: 0;
}

/* content at start */
.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  -moz-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out;
}

/* content animate it */
.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

/* content animate out */
.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.modal-open, .mfp-container {
  padding: 0px !important;
}

html {
  margin: 0 !important;
}

/*flexテンプレ*/
.flex2cl_01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 57%;
}
@media only screen and (max-width: 1024px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 40%;
}
@media only screen and (max-width: 1024px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 20px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  border: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -4%;
  margin-bottom: 50px;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex2cl_02 {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 1024px) {
  .flex2cl_02 {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex2cl_02 .box {
  position: relative;
  width: 46%;
  margin-left: 4%;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex2cl_02 .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  .flex2cl_02 .box {
    width: 100%;
    margin-left: 0;
  }
}
.flex2cl_02 .box img {
  width: 100% !important;
}
.flex2cl_02 .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex2cl_02 .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex3cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.4390243902%;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex3cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex3cl .box {
  position: relative;
  width: 30.8943089431%;
  margin-left: 2.4390243902%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex3cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex3cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex3cl .box img {
  width: 100% !important;
}
.flex3cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex3cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.flex4cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -3.2258064516%;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex4cl {
    margin-left: -2.439%;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex4cl .box {
  position: relative;
  width: 21.7741935484%;
  margin-left: 3.2258064516%;
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) and (max-width: 1000px) {
  .flex4cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media only screen and (max-width: 640px) {
  .flex4cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex4cl .box img {
  width: 100% !important;
}
.flex4cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex4cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
header#global_header {
  max-width: 100%;
}
header#global_header .clearfix:after {
  display: none !important;
}

header:nth-of-type(1) {
  background: #fff !important;
}

#header {
  background: #fff !important;
  padding: 20px 20px 0;
}
@media screen and (max-width: 1024px) {
  #header {
    padding: 10px 20px 0;
  }
}
#header p {
  font-size: 13px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  white-space: nowrap;
  text-align: left;
}
@media screen and (max-width: 640px) {
  #header p {
    display: none;
  }
}

.header_container {
  display: flex !important;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .header_container {
    margin-bottom: 10px;
  }
}
.header_container .col_01 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .header_container .col_02 {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .header_container .col_02 .h_tel {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_tel a {
    margin: 0 0 0 auto;
    border: 1px solid #d9ccac;
    width: 70px;
    height: 60px;
    line-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.header_container .col_02 .h_tel p {
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact {
    width: 70px;
    margin-left: 10px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact span {
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact span:before {
    right: 0;
    margin: auto;
  }
}

.col_02 {
  display: flex;
  justify-content: flex-end;
  text-align: right;
}

.h_tel {
  text-align: center;
  line-height: 1.2;
}
.h_tel .tel_flex {
  justify-content: center;
  display: flex;
  align-items: center;
}
.h_tel .tel_flex .small {
  font-size: 0.5em;
  background: #233056;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-align: center;
  color: #fff;
  margin-right: 10px;
}
.h_tel .tel_flex a {
  display: flex;
  align-items: center;
  margin: 0 5px;
}
.h_tel p {
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  margin-top: 5px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .h_tel p {
    font-size: 0.7em !important;
  }
}

.h_contact {
  margin-left: 20px;
}
.h_contact a {
  color: #233056 !important;
  font-size: 18px;
  display: block;
  width: 280px;
  max-width: 100%;
  height: 60px;
  line-height: 60px;
  border: 1px solid;
  text-align: center;
}
.h_contact span {
  position: relative;
  padding-left: 40px;
}
.h_contact span:before {
  content: "";
  background: url(../images/home/mail.png) no-repeat;
  width: 32px;
  height: 23px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.tel01 {
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #111 !important;
  font-size: 24px;
  letter-spacing: 0;
  margin-bottom: 5px;
}
@media screen and (max-width: 834px) {
  .tel01 {
    font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
  .tel01 {
    font-size: 1.8em;
  }
}

#nav_global {
  width: 100%;
}
#nav_global ul {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  text-align: center;
  flex-grow: 1;
  position: relative; /*ドロップダウン基準点*/
}
#nav_global ul li::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 1px;
  background: #233056;
  transition: all 0.3s ease 0s;
}
#nav_global ul li:hover {
  cursor: pointer;
}
#nav_global ul li:hover::after {
  width: 100%;
}
#nav_global ul li a, #nav_global ul li span {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #111;
  display: inline-block;
  display: block;
  padding-bottom: 10px;
}

@-webkit-keyframes zoom {
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.mainArea {
  margin: 0;
  padding: 0;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding: 0 80px 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 1024px) {
  .mainArea {
    padding: 0 40px 40px;
  }
}
@media screen and (max-width: 640px) {
  .mainArea {
    padding: 0 20px 20px;
  }
}
.mainArea:before {
  content: "";
  background: linear-gradient(to left, #1b2542 0%, #506082 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 70%;
}
.mainArea .slider img {
  width: 100% !important;
  height: 80vh !important;
  object-position: top center;
  font-family: "object-position: top center;";
  object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1400px) {
  .mainArea .slider img {
    height: 80vh !important;
  }
}
@media screen and (max-width: 1024px) {
  .mainArea .slider img {
    height: 60vh !important;
  }
}
.mainArea h1 {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1024px) {
  .mainArea h1 {
    top: 48%;
  }
}
@media only screen and (max-width: 640px) {
  .mainArea h1 {
    width: 60%;
  }
}
.mainArea h1 img {
  width: 531px;
}
@media screen and (max-width: 1024px) {
  .mainArea h1 img {
    width: 400px;
  }
}

.arrowWrap {
  position: absolute;
  right: 0;
  bottom: 0;
  height: 200px;
}
@media only screen and (max-width: 1024px) {
  .arrowWrap {
    right: 40px;
  }
}

.arrowInner p {
  color: #fff;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 18px;
  text-align: end;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media screen and (max-width: 1024px) {
  .arrowInner p {
    font-size: 16px;
  }
}

.arrow {
  width: 2px;
  height: 114px;
  margin: 50px auto 0;
  background-color: #eee;
  position: relative;
  overflow: hidden;
}

.arrow::before {
  content: "";
  width: 2px;
  height: 114px;
  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: 1024px) {
  #nav_global {
    display: none !important;
  }
}

@media screen and (min-width: 641px) {
  .pc_none {
    display: none;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
#global_footer {
  background: none !important;
  position: relative;
}
#global_footer:before {
  content: "";
  background: linear-gradient(to left, #1b2542 0%, #506082 100%);
  height: 14px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

#footer {
  background: #fff;
  padding: 40px 20px 60px;
}

.footer_container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .footer_container {
    flex-wrap: wrap;
  }
}
.footer_container > div {
  width: 49%;
}
@media screen and (max-width: 1024px) {
  .footer_container > div {
    width: 100%;
  }
}

.col_03 {
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .col_03 {
    text-align: center;
    margin-bottom: 20px;
  }
}
.col_03 .f_logo {
  margin-bottom: 20px;
}
.col_03 .h_info, .col_03 .h_info02 {
  font-size: 13px;
  text-align: left;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  .col_03 .h_info, .col_03 .h_info02 {
    text-align: center;
  }
}
@media only screen and (max-width: 640px) {
  .col_03 .h_info, .col_03 .h_info02 {
    text-align: left;
  }
}

.col_04 {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.nav_footer {
  display: flex;
  width: 100%;
  max-width: 100%;
  justify-content: space-between;
}
@media screen and (max-width: 1024px) {
  .nav_footer {
    flex-wrap: wrap;
    justify-content: center;
  }
}
.nav_footer li {
  flex-grow: 1;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .nav_footer li {
    flex-grow: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li {
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border: 1px solid #233056;
  }
}
@media screen and (max-width: 640px) {
  .nav_footer li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li:after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Pro";
    font-weight: 100;
  }
}
.nav_footer a {
  font-size: 13px;
  display: block;
  color: #333333 !important;
}
@media screen and (max-width: 1024px) {
  .nav_footer a {
    padding: 15px 0;
    color: #333333 !important;
  }
}
@media screen and (max-width: 640px) {
  .nav_footer a {
    font-size: 16px;
  }
}

#copyright {
  letter-spacing: 0;
  font-size: 13px;
  text-align: right;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 1024px) {
  #copyright {
    text-align: center;
    width: 100%;
  }
}

.info_flex {
  display: flex;
  justify-content: space-between;
}
.info_flex > div {
  width: 49%;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
.cont_h2 h2 {
  font-size: 1.6em;
  margin-bottom: 30px;
  position: relative;
  border-bottom: 3px solid #eee;
}
@media screen and (max-width: 1024px) {
  .cont_h2 h2 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.2em;
  }
}

.cont_h3 h3 {
  font-size: 1.5em;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 1024px) {
  .cont_h3 h3 {
    font-size: 1.3em;
  }
}
@media screen and (max-width: 640px) {
  .cont_h3 h3 {
    font-size: 1.1em;
  }
}
.cont_h3 h3:before {
  content: "";
  background: #d9ccac;
  height: 4px;
  width: 200px;
  position: absolute;
  bottom: -2px;
  left: 0;
}

.c_list {
  border: 1px solid #ccc;
  padding: 30px;
}
.c_list ul {
  display: flex;
  flex-wrap: wrap;
}
.c_list li {
  margin-bottom: 10px !important;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
  position: relative;
  font-size: 16px;
  padding-left: 40px;
  width: 49%;
}
@media screen and (max-width: 640px) {
  .c_list li {
    width: 100%;
  }
}
.c_list li:not(:nth-child(2n)) {
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .c_list li:not(:nth-child(2n)) {
    margin-right: 0;
  }
}
.c_list li:before {
  content: "\f058";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
  font-size: 2em;
  color: #233056;
  font-weight: bold;
}

.c_list2 li {
  padding-left: 30px;
  position: relative;
}
.c_list2 li:before {
  content: "・";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.c_box1 {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 640px) {
  .c_box1 {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 640px) {
  .c_box1 .box {
    width: 100%;
    text-align: center;
  }
}
.c_box1 .box div {
  color: #233056;
  text-align: center;
  font-size: 1.8em;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
.c_box1 .box:nth-child(2) {
  margin: 0 40px;
  display: flex;
  align-items: center;
  position: relative;
  top: -30px;
  font-size: 2em;
}
@media screen and (max-width: 1024px) {
  .c_box1 .box:nth-child(2) {
    margin: 0 20px;
  }
}
@media screen and (max-width: 640px) {
  .c_box1 .box:nth-child(2) {
    transform: rotate(90deg);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -10px;
  }
}
@media screen and (max-width: 640px) {
  .c_box1 img {
    width: 100% !important;
  }
}

.gallery__01 .box {
  position: relative;
  width: 32%;
}
@media screen and (max-width: 640px) {
  .gallery__01 .box {
    width: 49%;
  }
}
.gallery__01 .box::after {
  content: "";
  display: block;
  width: 100%;
  padding-top: 75%;
}
.gallery__01 .box img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  font-family: "object-fit: cover;";
}
.gallery__01 .box:not(:nth-child(3n)) {
  margin-right: 2%;
}
@media screen and (max-width: 640px) {
  .gallery__01 .box:not(:nth-child(3n)) {
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery__01 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}
.gallery__01 .box:not(:nth-last-child(-n+3)) {
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .gallery__01 .box:not(:nth-last-child(-n+3)) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 640px) {
  .gallery__01 .box:not(:nth-last-child(-n+2)) {
    margin-bottom: 80px;
  }
}
.gallery__01 .box article > div {
  position: absolute;
  left: 0;
  top: calc(100% + 10px);
}

.c_tbl td {
  border: 1px solid #ccc !important;
}
.c_tbl .ttl {
  background: #eee;
}

.c_tel {
  display: inline-block;
}
.c_tel .h_tel {
  line-height: 1.3;
}
.c_tel a {
  font-size: 48px;
}
.c_tel p {
  text-align: left !important;
  font-size: 15px !important;
}

.c_box2 {
  flex-wrap: nowrap;
  margin-left: 2% !important;
}
@media only screen and (max-width: 640px) {
  .c_box2 {
    margin-left: 0 !important;
  }
}
.c_box2 article {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #ccc;
  padding: 10px;
}
.c_box2 .box {
  width: 23%;
  text-align: center;
  font-size: 14px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 640px) {
  .c_box2 .box {
    width: 49%;
  }
}
.c_box2 .box:not(:last-child) {
  margin-right: 2%;
}
@media only screen and (max-width: 640px) {
  .c_box2 .box:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 640px) {
  .c_box2 .box:not(:nth-child(2n)) {
    margin-right: 2%;
  }
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 80px 40px 0;
}
@media screen and (max-width: 640px) {
  #contents_wrap {
    padding: 80px 20px 0;
  }
}

#global_footer .col_02, #contents_wrap .col_02 {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 834px) {
  #global_footer .col_02, #contents_wrap .col_02 {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .col_02 > div, #contents_wrap .col_02 > div {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  #global_footer .col_02 .h_contact a, #contents_wrap .col_02 .h_contact a {
    margin: 0 auto;
    margin-top: 30px;
  }
}

.en01 {
  position: relative;
  z-index: 0;
}
.en01::before {
  content: "";
  position: absolute;
  color: #f5f5f5;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  line-height: 0.7;
  z-index: -1;
}

.cont1.en01::before {
  content: "About Us";
  font-size: 11.4583333333vw;
  position: absolute;
  bottom: -80px;
  left: 0;
}
@media screen and (max-width: 640px) {
  .cont1.en01::before {
    font-size: 18.75vw;
  }
}
.cont1.en01 .tel_flex {
  flex-wrap: wrap;
}
.cont1.en01 .tel_flex .tel01 {
  width: 100%;
  font-size: 42px;
  justify-content: center;
}
.cont1.en01 .col_02 {
  justify-content: center;
  align-items: center;
}
.cont1.en01 .col_02 > div {
  width: 49%;
  justify-content: space-between;
}
.cont1.en01 .h_contact a {
  width: 100%;
  height: 80px;
  line-height: 80px;
}

.area_txt {
  margin-bottom: 80px;
}
.area_txt p {
  display: inline-block;
  width: 200px;
  margin: 0 auto;
  height: 42px;
  line-height: 42px;
  text-emphasis: center;
  border: 1px solid;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #233056;
  font-size: 18px;
}

.h_h2 {
  position: relative;
  margin-bottom: 60px;
}
.h_h2:before {
  content: "";
  width: 80px;
  height: 2px;
  background: #d9ccac;
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.h_h2 h2 {
  font-size: 30px;
}
@media screen and (max-width: 640px) {
  .h_h2 h2 {
    font-size: 23px;
  }
}
@media screen and (max-width: 1200px) {
  .h_h2 span {
    display: block;
  }
}

.txt {
  max-width: 100%;
  width: 960px;
  margin: 0 auto;
}

.h_h202 {
  margin-bottom: 60px;
}
.h_h202 h2 {
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 60px;
  color: #233056;
  line-height: 1.4;
}
.h_h202 h2 span {
  font-size: 0.25em;
  font-weight: 500;
  display: block;
}

.h_flex {
  display: flex;
  position: relative;
  margin-bottom: 160px;
}
@media screen and (max-width: 1200px) {
  .h_flex {
    margin-bottom: 220px;
  }
}
@media screen and (max-width: 1024px) {
  .h_flex {
    margin-bottom: 80px;
    flex-wrap: wrap;
  }
}
.h_flex .img100 {
  width: 1480px;
  max-width: 100%;
}
.h_flex .box2 {
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  width: 920px;
  max-width: 100%;
  right: 80px;
  bottom: -80px;
  padding: 100px 80px;
  z-index: 1;
  box-shadow: 5px 5px 20px rgba(85, 85, 85, 0.1);
}
@media screen and (max-width: 1200px) {
  .h_flex .box2 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -140px;
  }
}
@media screen and (max-width: 1024px) {
  .h_flex .box2 {
    position: static;
    width: 100%;
    background: #fff;
    padding: 40px;
  }
}
.h_flex .box2 .box {
  text-align: center;
  width: 100%;
}
.h_flex .box2 .box:not(:last-child) {
  margin-bottom: 30px;
}
.h_flex .box2 .box h3 {
  font-size: 30px;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .h_flex .box2 .box h3 {
    font-size: 24px;
  }
}
.h_flex .box2 .box div {
  text-align: left;
}

.btn {
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  height: 60px;
  line-height: 60px;
  background: #233056;
  color: #fff !important;
  display: block;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .btn {
    width: 100%;
  }
}
.btn:before {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  font-family: "Font Awesome 5 Pro";
}
.btn__100 {
  width: 100%;
}

.btn100 a {
  width: 100%;
}

.cont2 {
  position: relative;
}
@media screen and (max-width: 1200px) {
  .cont2 {
    padding-bottom: 220px !important;
  }
}
@media screen and (max-width: 1024px) {
  .cont2 {
    padding: 80px 40px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont2 {
    padding: 80px 20px !important;
  }
}

.rr01 {
  flex-direction: row-reverse;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 1024px) {
  .rr01 {
    flex-wrap: wrap-reverse;
  }
}
.rr01 .box2 {
  left: 80px;
  right: inherit;
}
@media screen and (max-width: 1200px) {
  .rr01 .box2 {
    right: 0;
    left: 0;
    margin: auto;
    bottom: -140px;
  }
}

.img100.en01:before {
  color: rgba(245, 245, 245, 0.35);
  font-size: 7.8125vw;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
@media screen and (max-width: 1024px) {
  .img100.en01:before {
    font-size: 11.71875vw;
  }
}
@media screen and (max-width: 640px) {
  .img100.en01:before {
    font-size: 12.5vw;
  }
}
.img100.en01:nth-child(1)::before {
  content: "Window Glass";
}
.img100.en01:nth-child(2)::before {
  content: "Tools";
  left: inherit;
  right: 0;
}

.cont3 {
  position: relative;
  z-index: 1;
}
.cont3:after {
  content: "";
  background: linear-gradient(to left, #1b2542 0%, #506082 100%);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  z-index: -1;
}

.cont3.en01::before {
  content: "The feature of Sunsolid";
  font-size: 7.8125vw;
  color: rgba(245, 245, 245, 0.1);
  position: absolute;
  top: inherit;
  left: inherit;
  bottom: 0;
  right: 0;
  z-index: 0;
}
@media screen and (max-width: 640px) {
  .cont3.en01::before {
    font-size: 9.375vw;
  }
}

.box3 {
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 834px) {
  .box3 {
    flex-wrap: wrap !important;
    justify-content: center;
  }
}
.box3 h3 {
  font-size: 18px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .box3 h3 {
    font-size: 20px;
  }
}
.box3 .box {
  background: #fff;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);
  width: 32%;
  padding: 20px;
  position: relative;
  font-size: 14px;
}
@media screen and (max-width: 834px) {
  .box3 .box {
    width: 48%;
    margin-bottom: 6%;
  }
}
@media screen and (max-width: 640px) {
  .box3 .box {
    width: 100%;
    margin-bottom: 8%;
    text-align: center;
  }
}
.box3 .box:not(:last-child) {
  margin-right: 2%;
}
@media screen and (max-width: 834px) {
  .box3 .box:not(:last-child) {
    margin-right: 0;
  }
}
.box3 .box:first-child {
  margin-right: 4%;
}
@media screen and (max-width: 834px) {
  .box3 .box:last-child {
    margin-bottom: 0;
  }
}
.box3 .box:before {
  content: "";
  font-size: 6.25vw;
  color: #233056;
  font-family: "Crimson Text", serif, "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  position: absolute;
  top: -4vw;
  letter-spacing: 0;
  left: 0;
  line-height: 1;
}
@media screen and (max-width: 834px) {
  .box3 .box:before {
    font-size: 11.9904076739vw;
  }
}
@media screen and (max-width: 640px) {
  .box3 .box:before {
    font-size: 15.625vw;
    top: -8vw;
  }
}
.box3 .box:nth-child(1)::before {
  content: "01";
}
.box3 .box:nth-child(2)::before {
  content: "02";
}
.box3 .box:nth-child(3)::before {
  content: "03";
}
.box3 .box div {
  text-align: left;
}

.cont4 .inner {
  background: rgba(255, 255, 255, 0.85);
  padding: 80px;
}
@media screen and (max-width: 1024px) {
  .cont4 .inner {
    padding: 40px;
  }
}

.h_btn {
  justify-content: center;
  flex-wrap: nowrap !important;
}
@media screen and (max-width: 1024px) {
  .h_btn {
    flex-wrap: wrap !important;
  }
}
@media screen and (max-width: 1024px) {
  .h_btn .box {
    width: 46%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 834px) {
  .h_btn .box {
    width: 100%;
    margin: 0;
  }
}
.h_btn .box:not(:last-child) {
  margin-right: 40px !important;
}
@media screen and (max-width: 1024px) {
  .h_btn .box:not(:last-child) {
    margin-right: 0 !important;
    margin-bottom: 20px;
  }
}
.h_btn .box:nth-child(2) .btn span:before {
  background: url(../images/home/ent_ico.png) no-repeat;
}
.h_btn .btn {
  width: 380px;
  max-width: 100%;
  height: 72px;
  line-height: 72px;
  border: 1px solid #233056;
  text-align: center;
  background: none;
  color: #233056 !important;
}
.h_btn .btn span {
  padding-left: 40px;
  position: relative;
}
.h_btn .btn span:before {
  content: "";
  background: url(../images/home/sns_ico.png) no-repeat;
  width: 31px;
  height: 35px;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.dib01 {
  margin-bottom: 0;
}
.dib01 span {
  display: inline-block !important;
  padding-left: 20px;
}

.cont5 {
  padding-bottom: 160px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1200px) {
  .cont5 {
    padding-bottom: 220px !important;
  }
}
@media screen and (max-width: 1024px) {
  .cont5 {
    padding: 0 40px 80px !important;
  }
}
@media screen and (max-width: 640px) {
  .cont5 {
    padding: 0 20px 80px !important;
  }
}
.cont5:after {
  content: "";
  background: #f5f5f5;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80%;
  z-index: -1;
}
.cont5 .col_02 {
  justify-content: center;
}
.cont5 .col_02 div {
  text-align: center !important;
}
.cont5 .img100.en01::before {
  content: "Conatct Us";
}
.cont5 .h_flex {
  margin-bottom: 0;
}

/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
/* title */
.blog_wrap {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background-color: rgb(255, 252, 246);
  box-shadow: 0px 3px 6.65px 0.35px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1024px) {
  .blog_wrap {
    padding: 30px 10px;
  }
}

.top_blog {
  height: 300px;
  overflow-y: auto;
}
.top_blog .blog_photo {
  display: none;
}
.top_blog .blog_list {
  border: none;
}
.top_blog .blog_list .blog_text {
  width: 100%;
  display: flex;
  padding: 15px 10px;
}
.top_blog .blog_list .blog_text .blog_date {
  margin: 1%;
  color: #d9ccac;
  font-size: 15px;
}
.top_blog .blog_list .blog_text h3 {
  order: 3;
  margin: 1%;
}
.top_blog .blog_list .blog_text h3 a span {
  color: #333333;
  text-decoration: underline !important;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text h3 {
    width: 100% !important;
  }
}
.top_blog .blog_list .blog_text ul {
  display: none !important;
  margin: 1%;
  order: 2;
}
.top_blog .blog_list .blog_text ul li a {
  min-width: 100px;
  padding: 3px 5px;
  margin-right: 0;
  color: #d9ccac;
  text-align: center;
  font-size: 13px;
  background: rgba(217, 204, 172, 0.2);
}
.top_blog .blog_list .blog_text ul li a:not(.blog_cate1) {
  display: none;
}
.top_blog .blog_list .blog_text .detail {
  display: none;
}
.top_blog .blog_list .blog_text ul {
  display: block;
}
@media only screen and (max-width: 640px) {
  .top_blog .blog_list .blog_text {
    position: relative;
    flex-direction: column !important;
    padding: 10px;
  }
  .top_blog .blog_list .blog_text ul {
    position: absolute;
    left: 115px;
    top: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .top_blog {
    height: 280px;
  }
}

.blog {
  max-width: 1200px;
  margin: 80px auto 0;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .blog {
    margin: 50px 10px 0 10px;
  }
}
@media only screen and (max-width: 640px) {
  .blog {
    margin: 30px 10px 0 10px;
  }
}
.blog .wrap {
  display: flex;
  margin-bottom: 80px;
}
.blog .wrap aside {
  width: 28%;
  margin: 1%;
}
.blog .wrap aside nav {
  line-height: 2em;
}
.blog .wrap aside nav h3 {
  background: #d9ccac !important;
}
.blog .wrap aside nav ul li .blogside span {
  margin-left: 5px;
  display: block;
}
.blog .wrap aside nav > a {
  background: rgba(217, 204, 172, 0.8) !important;
}
.blog .wrap aside #form_calendar table tbody tr .blog {
  background: #d9ccac;
}
.blog .wrap #contents {
  width: 68%;
  margin: 1%;
  padding: 0 !important;
  min-width: auto;
}
.blog .wrap #contents > article {
  border-bottom: 3px dotted #ccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog .wrap #contents > article .date {
  color: #d9ccac !important;
}
.blog .wrap #contents > article .date {
  color: #d9ccac !important;
}
.blog .wrap #contents > article h1, .blog .wrap #contents > article > h2 {
  background: #d9ccac !important;
  color: #fff;
  font-size: 24px;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .blog .wrap {
    margin-bottom: 50px;
    flex-direction: column-reverse;
  }
  .blog .wrap aside, .blog .wrap #contents {
    width: 100%;
    margin: 10px auto;
  }
  .blog .wrap aside {
    text-align: center !important;
  }
}
@media only screen and (max-width: 640px) {
  .blog .wrap #contents article div {
    flex-direction: column;
  }
  .blog .wrap #contents article div img {
    width: 100%;
  }
}

.local_blog .blog_list {
  border: none;
}
.local_blog .blog_list > div .blog_photo img {
  margin: 0 auto;
  display: block;
}
.local_blog .blog_list > div .blog_text .blog_date {
  color: #d9ccac;
  font-size: 14px;
}
.local_blog .blog_list > div .blog_text h3 {
  background: #d9ccac;
  padding: 5px;
}
.local_blog .blog_list > div .blog_text h3 span {
  color: #fff;
  font-size: 20px;
}
.local_blog .blog_list > div .blog_text .detail {
  margin-top: 0;
  font-size: 15px;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .local_blog .blog_list > div {
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 25%;
  }
}
@media only screen and (max-width: 640px) {
  .local_blog .blog_list > div {
    margin-bottom: 10px;
    flex-direction: row !important;
  }
  .local_blog .blog_list > div .blog_photo {
    width: 30%;
    padding: 0 !important;
  }
}

section div#contents > dl dt div a > span:first-child {
  background: #d9ccac !important;
  color: #fff !important;
  font-size: 24px;
  font-weight: 500;
  padding: 0.5em 0.5em 0.3em;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  section div#contents > dl dt div a > span:first-child {
    font-size: 18px;
  }
}

.top_insta_4 {
  width: 100%;
  margin: 0 auto;
}
.top_insta_4 .sns_list {
  flex-direction: inherit !important;
  border: none !important;
  flex-wrap: wrap;
}
.top_insta_4 .sns_list .sns_text {
  display: none;
}
.top_insta_4 .sns_list .square-inner {
  position: relative;
  display: block;
}
.top_insta_4 .sns_list .square-inner:before {
  padding-top: 100%;
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.top_insta_4 .sns_list .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.top_insta_4 .sns_list .sns_photo {
  width: 100% !important;
  height: 100%;
}
.top_insta_4 .sns_list .sns_photo img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.top_insta_4 .sns_list > div {
  border: none !important;
  width: 25%;
  margin: 0;
}
@media screen and (min-width: 641px) and (max-width: 1024px) {
  .top_insta_4 .sns_list > div {
    width: 33.333%;
  }
}
@media only screen and (max-width: 640px) {
  .top_insta_4 .sns_list > div {
    width: 50%;
  }
}/*# sourceMappingURL=assets.css.map */