@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@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");
}
* {
  -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;
  line-height: 2;
  font-weight: 400;
  letter-spacing: 0.05em !important;
  color: #fff;
  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: #111;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
}

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

a {
  text-decoration: none;
}

.inner {
  max-width: 1400px;
  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: 1400px) {
  #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: 1400px;
  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;
  }
}

/*blog*/
/*横並びのブログ*/
.h_blog div.blog_list > div {
  flex-wrap: wrap;
  width: 31%;
  margin: 0 1%;
  background: #e0e0e0;
  padding: 25px;
}
.h_blog div.blog_list div.blog_photo {
  width: 100%;
}
.h_blog div.blog_list {
  flex-direction: row !important;
}
.h_blog .blog_date {
  display: none !important;
}
.h_blog div.blog_list h3 {
  background: #d92222;
  background: url(../images/home/txt_bg.jpg);
  text-align: center;
  padding: 5px 0;
}
.h_blog div.blog_list h3 a {
  color: #fff !important;
}
.h_blog .blog_photo {
  padding: 0 !important;
  margin-bottom: 15px;
}
.h_blog div.blog_list div.blog_text {
  border-bottom: none !important;
}
.h_blog div.blog_list div.blog_text {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/*blog本体*/
section.blog {
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px 100px;
}
section.blog .pages {
  text-align: left !important;
}
section.blog .pages a {
  color: #fff !important;
}
section.blog aside {
  padding: 0 !important;
  min-width: 25% !important;
}
@media screen and (max-width: 1024px) {
  section.blog aside {
    min-width: 100% !important;
  }
}
section.blog aside h3 {
  font-size: 1.2em;
  line-height: 45px;
  color: #fff;
  background: #d92222;
  margin-bottom: 20px;
}
section.blog #contents article {
  margin-bottom: 60px;
}
section.blog #contents {
  width: 95%;
  margin-left: 5%;
}
@media screen and (max-width: 1024px) {
  section.blog #contents {
    margin-bottom: 0 !important;
    width: 100%;
    margin-left: 0;
  }
}
section.blog #contents > dl {
  border-bottom: 1px solid #333 !important;
  padding-bottom: 30px !important;
  margin: 0;
  margin-bottom: 20px;
}
section.blog #contents dd ul {
  display: flex;
  align-items: center;
  margin-top: 10px !important;
}
section.blog .date {
  color: #fff !important;
  font-weight: 500;
  padding: 5px 10px;
  background: #d92222;
  margin-bottom: 20px;
  display: inline-block;
  width: inherit !important;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
section.blog dt a {
  display: block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
}
section.blog dt span {
  letter-spacing: 0;
  color: #fff !important;
  transition: 0.5s;
  margin-top: 30px;
  text-align: center !important;
}
section.blog .translate {
  position: relative;
  transition: 0.5s;
  text-decoration: none !important;
}
section.blog .translate:hover {
  color: #a51313 !important;
  transition: 0.5s;
  text-decoration: none !important;
}
section.blog #contents article ul li {
  margin-right: 10px;
}
section.blog #contents > dl ul li {
  margin-right: 10px !important;
}
section.blog div#contents article ul {
  max-width: 100% !important;
  margin: 0 auto;
  margin-bottom: 20px;
}
section.blog img {
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  section.blog .detail {
    text-align: left !important;
  }
}
section.blog article h3 {
  text-align: center !important;
  font-size: 30px;
  margin-bottom: 20px;
  border-bottom: 4px double #854c60;
  display: inline-block;
}
section.blog article div {
  width: 100% !important;
  margin: 0 auto !important;
}
section.blog h1, section.blog h2 {
  font-size: 1.4em;
  position: relative;
  color: #fff;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-top: 15px;
  color: #fff !important;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
section.blog h1:after, section.blog h2:after {
  content: "";
  height: 2px;
  background: linear-gradient(to right, #1e5799 0%, #8a0e0e 0%, #dd4d4d 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.blog a {
  color: #d92222 !important;
}
@media screen and (max-width: 640px) {
  section.blog button {
    margin: 10px 0;
  }
}
section.blog #calendar {
  width: 100% !important;
  margin: 0 auto !important;
  color: #333 !important;
}
@media screen and (max-width: 640px) {
  section.blog #calendar {
    width: 100% !important;
  }
}
section.blog input[type=text], section.blog input[type=password], section.blog textarea {
  width: 50% !important;
}

.flex {
  flex-wrap: wrap;
}

/*下層ページのブログ表示*/
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: #a51313;
  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;
}

/*パンくず*/
.pankuzu {
  text-align: left;
}
.pankuzu ul {
  margin-top: 15px;
}
.pankuzu a {
  color: #8a8a8a !important;
  font-weight: 500;
}
.pankuzu li {
  display: inline-block;
  margin-right: 40px;
  position: relative;
  font-weight: bold;
  color: #999 !important;
}
@media screen and (max-width: 640px) {
  .pankuzu li {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .pankuzu li:last-child {
    margin-right: 10px;
  }
}
.pankuzu li:last-child:after {
  display: none;
}
.pankuzu li:after {
  content: "＞";
  position: absolute;
  right: -25px;
  top: -1px;
}

/*プライバシーポリシー*/
.policy_01 {
  margin-bottom: 40px;
  width: 50%;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  .policy_01 {
    width: 100%;
  }
}
.policy_01 h2 {
  letter-spacing: 5px;
  color: #ffffff;
  line-height: 30px;
  position: relative;
  padding: 10px;
  background: #000000;
  box-shadow: 0 0 0 0 #000000, -10px 0 0 0 #000000, 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  width: 100%;
  text-align: center !important;
  margin: 0 auto;
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .policy_01 h2 {
    width: 100%;
    font-size: 15px;
  }
}
.policy_01 h2:before {
  content: " ";
  position: absolute;
  top: 100%;
  left: -10px;
  width: 0;
  height: 0;
  border-width: 0 10px 10px 0;
  border-style: solid;
  border-color: transparent;
  border-right-color: #4f4f4f;
}

/*お問い合わせ下部テキスト*/
@media screen and (max-width: 640px) {
  .contact_txt {
    text-align: left !important;
  }
}

/*送信完了メッセージ*/
#form_c2 {
  width: 960px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  margin-top: 60px !important;
  text-align: center !important;
}

/*メールフォームレイアウト*/
.style_form {
  text-align: left;
}
@media screen and (max-width: 640px) {
  .style_form {
    text-align: center;
  }
}

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

/*404*/
.nf_title h1 {
  margin-top: 80px;
  position: relative;
  color: #333333;
  text-shadow: 0 0 2px white;
  font-size: 100px;
}
@media screen and (max-width: 1024px) {
  .nf_title h1 {
    font-size: 80px;
  }
}
@media screen and (max-width: 834px) {
  .nf_title h1 {
    font-size: 60px;
  }
}
@media screen and (max-width: 640px) {
  .nf_title h1 {
    margin-top: 40px;
    font-size: 50px;
  }
}

.nf_txt {
  color: #fff;
  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: #fff;
  font-weight: bold;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  .nf_txt p {
    font-size: 13px;
  }
}

.nf_btn a {
  color: #fff !important;
  font-weight: bold !important;
  text-align: center !important;
  border: 1px solid;
  padding: 20px 80px;
}
.nf_btn a:hover {
  background: #a51313;
  color: #fff !important;
}

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

.pb0 {
  padding-bottom: 0 !important;
}
.pb0 td {
  padding-bottom: 0 !important;
}

/*hover*/
a:hover {
  opacity: 0.9 !important;
}

a {
  transition: 0.5s;
}
a:hover {
  transition: 0.5s;
}

img {
  transition: 0.5s;
}
img:hover {
  transition: 0.5s;
}

/*ふわっと*/
.fadeInDown {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInDown;
  visibility: visible !important;
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/**/
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/**/
.fadeInUp {
  animation-fill-mode: both;
  animation-duration: 2s;
  animation-name: fadeInUp;
  visibility: visible !important;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*ニュースエリアを囲むクラス...scrollArea*/
.scrollArea {
  height: 200px;
  overflow: auto;
  padding-right: 20px;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  width: 10px;
}

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

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  background-color: rgba(165, 19, 19, 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(204, 204, 204, 0.9);
}
@media screen and (max-width: 1024px) {
  .sub_menu {
    background: none !important;
    padding: 10px 0 0 10px !important;
    position: static !important;
    width: 100% !important;
  }
}
.sub_menu li {
  position: relative;
  z-index: 999999999;
  display: inline-block;
  border-bottom: 1px dotted #fff;
}
@media screen and (max-width: 1024px) {
  .sub_menu li {
    display: block;
    border-bottom: none;
  }
}
.sub_menu li:last-child {
  border-bottom: none;
}
.sub_menu a {
  color: #fff !important;
  font-weight: 600;
  padding: 5px;
  font-size: 0.9em !important;
}

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

/*地図*/
.map01 iframe {
  width: 100%;
}
@media screen and (max-width: 640px) {
  .map01 iframe {
    height: 400px !important;
  }
}

/*fancybox*/
#fancybox-title-float-main {
  line-height: 9px !important;
}

/*ツイッター*/
.twitter {
  max-width: 100% !important;
  width: 45% !important;
  height: 300px;
  overflow: auto;
}

.weight100 {
  font-weight: 100;
}

.weight300 {
  font-weight: 300;
}

.weight400 {
  font-weight: 400;
}

.weight500 {
  font-weight: 500;
}

.weight600 {
  font-weight: 600;
}

.weight700 {
  font-weight: 700;
}

.weight900 {
  font-weight: 900;
}

/*プライバシーポリシーモーダル*/
@media screen and (max-width: 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-content-container p {
  margin: 0 0 20px;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #fff !important;
}

@media screen and (max-width: 640px) {
  .modaal-content-container {
    height: 400px;
    overflow-y: scroll;
  }
}

/**/
/*hover*/
.btn a:hover {
  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 横に4つ*/
.insta div.sns_list {
  display: flex;
  box-sizing: border-box;
  border: none !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
  justify-content: space-between;
  align-content: space-between;
}
.insta div.sns_list div.sns_photo {
  width: 100% !important;
  height: 100%;
  max-width: 100% !important;
  margin: 0 auto;
  padding: 0 !important;
}
.insta div.sns_list div.sns_photo img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center !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: 32% !important;
  margin: 0 auto;
  margin-bottom: 1.5%;
}
@media screen and (max-width: 640px) {
  .insta div.sns_list div {
    width: 48% !important;
    margin-bottom: 2%;
  }
}
.insta .sns_text {
  display: none !important;
  padding: 0 !important;
}
.insta img {
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.1) !important;
}

/**たて2よこ3**/
.instagram {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
.instagram li {
  width: 30%;
  margin: 7.5px 5px;
}
@media screen and (max-width: 834px) {
  .instagram li {
    width: 45%;
  }
}
@media screen and (max-width: 640px) {
  .instagram {
    margin-bottom: 40px;
  }
}
.instagram img {
  width: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  height: 100% !important;
}

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

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

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

.block {
  display: block !important;
}

/*画像*/
.img100 img {
  width: 100% !important;
}

.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 {
  float: none;
  margin-right: 0px;
  max-width: 100% !important;
}

.imgR {
  float: none;
  margin-left: 0px;
  max-width: 100% !important;
}

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

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

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

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

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

.voice_table {
  border: 1px solid #fff;
}
.voice_table b {
  font-family: "Raleway", "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-size: 2em;
}
.voice_table .acc-title {
  padding: 20px !important;
  background: #d92222;
  color: #fff;
  position: relative;
  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;
}
.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 {
  position: relative;
}
.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: #111;
  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: 45px !important;
  }
}
.voice_table .column_txt b {
  position: absolute;
  top: 0;
  left: 5px;
  height: 30px;
  line-height: 30px;
  color: #d92222;
}
@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 {
  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;
  transition: all 0.3s ease-out;
  animation: arrow-move06 2s 1s ease-in-out infinite;
}

.cp_arrows .cp_arrow:before {
  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);
}
@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;
}

/*ハンバーガーメニュー03*/
.open #nav-toggle:before {
  transition: 2s;
  content: "close";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 640px) {
  .open #nav-toggle:before {
    top: 32px;
  }
}
.open #nav-toggle:after {
  display: none;
}

#nav-toggle {
  position: fixed;
  top: 25px;
  right: 21px;
  height: 32px;
  cursor: pointer;
  display: none;
}
@media screen and (max-width: 1200px) {
  #nav-toggle {
    display: block;
  }
}
@media only screen and (max-width: 640px) {
  #nav-toggle {
    background: linear-gradient(to bottom, #d92222 0%, #a51313 50%, #d92222 100%);
    width: 60px;
    height: 60px;
    top: 19px;
    right: 19px;
  }
}
#nav-toggle > div {
  position: relative;
  width: 40px;
}
#nav-toggle:after {
  transition: 2s;
  content: "menu";
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  color: #fff;
  font-size: 0.7em;
  letter-spacing: -0.5px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle:after {
    top: 32px;
  }
}
#nav-toggle span {
  width: 100%;
  height: 2px;
  left: 0;
  display: block;
  background: #fff;
  position: absolute;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
@media only screen and (max-width: 640px) {
  #nav-toggle span {
    left: calc(100% - 30px);
  }
}
#nav-toggle span:nth-child(1) {
  top: 3px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle span:nth-child(1) {
    top: 11px;
  }
}
#nav-toggle span:nth-child(2) {
  top: 12px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle span:nth-child(2) {
    top: 20px;
  }
}
#nav-toggle span:nth-child(3) {
  top: 22px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle span:nth-child(3) {
    top: 30px;
  }
}
#nav-toggle:hover span:nth-child(1) {
  top: 4px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle:hover span:nth-child(1) {
    top: 11px;
  }
}
#nav-toggle:hover span:nth-child(3) {
  top: 23px;
}
@media only screen and (max-width: 640px) {
  #nav-toggle:hover span:nth-child(3) {
    top: 31px;
  }
}

.open #nav-toggle span {
  background: #fff;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  transform: rotate(45deg);
}
@media only screen and (max-width: 640px) {
  .open #nav-toggle span:nth-child(1) {
    top: 23px;
  }
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  transform: rotate(-45deg);
}
@media only screen and (max-width: 640px) {
  .open #nav-toggle span:nth-child(3) {
    top: 23px;
  }
}

/* z-index */
#nav-toggle {
  z-index: 99999;
}

#container {
  z-index: 900;
}

#gloval-nav {
  overflow: hidden;
  background: #111;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  text-align: center;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.6s ease, visibility 0.6s ease;
}
#gloval-nav nav {
  width: 100%;
}
#gloval-nav .h_logo {
  margin-bottom: 20px;
}
#gloval-nav .h_contact {
  margin-bottom: 20px;
}

#gloval-nav a {
  display: block;
  color: #ffffff !important;
  text-decoration: none;
  padding: 15px 0;
  transition: color 0.6s ease;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.2em;
}
@media screen and (max-width: 640px) {
  #gloval-nav a {
    font-size: 1em;
  }
}
#gloval-nav a:hover {
  color: #666;
}
#gloval-nav ul {
  list-style: none;
  background-size: contain;
  background-position: center;
}
#gloval-nav ul li {
  opacity: 0;
  transform: translateY(200px);
  transition: transform 0.6s ease, opacity 0.2s ease;
}
#gloval-nav ul li:nth-child(2) {
  transition-delay: 0.15s;
}
#gloval-nav ul li:nth-child(3) {
  transition-delay: 0.3s;
}
#gloval-nav ul li:nth-child(4) {
  transition-delay: 0.45s;
}
#gloval-nav ul li:nth-child(5) {
  transition-delay: 0.6s;
}
#gloval-nav ul li:nth-child(6) {
  transition-delay: 0.75s;
}
#gloval-nav ul li:nth-child(7) {
  transition-delay: 0.9s;
}

/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  transform: translateX(0);
  transition: transform 1s ease, opacity 0.9s ease;
}

/*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%);
  display: block !important;
}

.is-show {
  transform: translateY(0);
}
@media screen and (max-width: 1200px) {
  .is-show .col_02 {
    margin-right: 80px !important;
  }
}
.is-show .h_contact {
  margin: 0 !important;
}
@media only screen and (max-width: 640px) {
  .is-show .h_contact {
    margin: 0 10px 0 20px !important;
  }
}

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

/**/
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

@media screen and (max-width: 640px) {
  .imgR {
    max-width: 100%;
    width: 100% !important;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
  }
}

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

.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 {
  border: 1px solid #fff;
  padding: 30px;
}
.c_contactArea .contact_form {
  padding: 30px;
}
@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: #fff;
  align-items: center !important;
  border: none !important;
  position: relative;
  background: none !important;
}
.c_contactArea .contact_form dd {
  border: none !important;
  text-align: left !important;
}

.form_wrap {
  color: #111 !important;
}
.form_wrap dd {
  color: #111 !important;
}

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

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

#local-keyvisual {
  position: relative;
  background: url(../images/contents/cont_main.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 225px 0 140px;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual {
    padding: 155px 0 100px;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual {
    padding: 55px 0 70px;
  }
}

#local-keyvisual h1, .blog_ttl {
  z-index: 1;
  position: relative;
  color: #fff;
  text-align: center;
  text-shadow: 0px 3px 8px rgba(17, 17, 17, 0.7);
  font-size: 3em;
  text-align: center;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.4em;
}
@media screen and (max-width: 1024px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 2em;
  }
}
@media screen and (max-width: 640px) {
  #local-keyvisual h1, .blog_ttl {
    font-size: 1.4em;
  }
}
#local-keyvisual h1:after, .blog_ttl:after {
  content: "";
  position: absolute;
  bottom: -25px;
  width: 80px;
  height: 4px;
  background: #d92222;
  left: 0;
  right: 0;
  margin: auto;
}

#local-keyvisual h1 span, .blog_ttl span {
  display: block;
  color: #fff;
  font-size: 0.5em;
  margin-top: -10px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-weight: inherit !important;
}

#local-keyvisual h1 span:empty {
  display: none;
}

#local-keyvisual #local-keyvisual-bg, #local-keyvisual .local-keyvisual-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.pan1 {
  max-width: 100%;
  width: 1400px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 640px) {
  .pan1 {
    margin-bottom: 60px;
  }
}

.pan1 a {
  color: #000;
}

/**/
@keyframes fwfw {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
/**/
/*loading*/
#is-loading {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: #FFF;
  z-index: 999999999;
}

#loading {
  margin: auto;
  width: 100px;
  height: 100% !important;
  text-align: center;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
#loading svg {
  height: 100% !important;
  width: 100% !important;
}

#loading span {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animsition-overlay-slide {
  background-color: #d92222 !important;
  position: relative;
  z-index: 9999 !important;
}

/*ブラウザにやさしくスクロールで画面に入った要素にアニメーション*/
/* 3 つのサンプル共通 */
.sample {
  overflow: hidden;
  position: relative;
}

.sample img {
  display: block;
  height: auto;
  margin: 0 auto;
}

.left_img img {
  margin: inherit !important;
}

.sample02 {
  overflow: hidden;
}

.sample02 img {
  display: block;
  height: auto;
}

/* 1 つ目のサンプル */
@media screen and (min-width: 1024px) {
  .sample-one.sample-animation img {
    animation: sample-one 1.2s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
.sample-one img {
  opacity: 0;
}

.sample-one.sample-animation {
  animation: sample-one-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-one.sample-animation:before {
  animation: sample-one-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-one:before {
  width: 100%;
}

@keyframes sample-one {
  0% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
  32% {
    opacity: 0;
    transform: scale(1.2) translateY(24px);
  }
}
/* 2 つ目のサンプル */
.sample-second.sample-animation {
  animation: sample-second-img 2s cubic-bezier(0.4, 0, 0.2, 1);
}

.sample-second.sample-animation:before {
  animation: sample-second-before 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.sample-second:before {
  background: #111;
  bottom: 0;
  content: "";
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
}

@keyframes sample-second-img {
  0% {
    opacity: 0;
  }
}
@keyframes sample-second-before {
  100% {
    transform: translateX(100%);
  }
}
/* 3 つ目のサンプル */
.sample-third.sample-animation:before,
.sample-third.sample-animation:after {
  animation: 2s cubic-bezier(0.4, 0, 0.2, 1) forwards;
  background: #fafafa;
  bottom: 0;
  content: "";
  pointer-events: none;
  position: absolute;
  top: 0;
  z-index: 1;
}

.sample-third.sample-animation:before {
  animation-name: sample-third-before;
  left: 0;
  right: 50%;
}

.sample-third.sample-animation:after {
  animation-name: sample-third-after;
  left: 50%;
  right: 0;
}

.sample-third img {
  opacity: 0;
}

@keyframes sample-third-before {
  100% {
    transform: translateY(100%);
  }
}
@keyframes sample-third-after {
  100% {
    transform: translateY(-100%);
  }
}
.sample-animation.sample-one {
  opacity: 1 !important;
}

.sample-animation img {
  opacity: 1 !important;
}

/*バイリンガル*/
#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: #a51313;
  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 {
  height: 22vw;
  max-width: 100%;
  margin: 0 auto;
  overflow-y: auto;
  position: relative;
  z-index: 10;
  padding: 10px 0;
}
@media screen and (max-width: 1400px) {
  .newswrap {
    height: 28vw;
  }
}
@media screen and (max-width: 640px) {
  .newswrap {
    height: 250px;
  }
}
.newswrap dl {
  align-items: center !important;
  margin: auto;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #fff !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dl {
    display: block !important;
  }
}
.newswrap dl:last-child {
  border-bottom: none !important;
}
.newswrap dd {
  text-align: left !important;
  border: none !important;
  background: none !important;
  width: 100% !important;
  padding: 0 !important;
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dd {
    width: 100% !important;
  }
}
.newswrap dt {
  border: none !important;
  background: none !important;
  color: #fff !important;
  width: 100% !important;
  text-align: center !important;
  padding: 10px 0 !important;
  border-right: none !important;
  align-items: flex-start !important;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  padding: 10px 0 0 !important;
}
@media screen and (max-width: 1024px) {
  .newswrap dt {
    margin-left: 0px !important;
    width: 100% !important;
    display: block !important;
    padding: 5px 10px !important;
    text-align: left !important;
    padding-left: 0 !important;
  }
}
.name {
  text-align: left;
}

.kana {
  text-align: left;
}

.news_bg {
  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;
  background: url(../images/home/news_bg.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  padding: 40px;
}
.news_bg .scroll {
  height: 150px;
  overflow: auto;
}
.news_bg .scroll td:nth-child(odd) {
  width: 25%;
}
.news_bg .scroll td:nth-child(even) {
  width: 100%;
}

/*会社概要等*/
.com_tbl td {
  border: 1px solid #ccc !important;
}

.info01 label {
  position: static;
}
.info01 dl:last-child {
  border-bottom: 1px solid #ccc !important;
}
.info01 dt {
  text-align: center !important;
  align-items: center !important;
  background-color: none !important;
  background: #d92222 !important;
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  border-right: none !important;
  padding: 10px !important;
  color: #fff !important;
  font-weight: 500;
}
.info01 dd {
  border: 1px solid #ccc !important;
  border-bottom: none !important;
  padding: 20px !important;
  color: #fff !important;
  background: #111 !important;
}
@media screen and (max-width: 640px) {
  .info01 dd {
    text-align: center;
  }
}
.info01 a {
  color: #fff !important;
  text-decoration: underline !important;
}
.info01 b {
  background: #d92222;
  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;
  }
}
.info01 .fst {
  margin-top: 0 !important;
}

.moveRel {
  overflow: hidden;
  position: relative;
  max-width: 100%;
}

.moveWrap {
  z-index: 999;
  background: #d92222;
  position: absolute;
  width: 0;
  top: 0;
}

.pre {
  opacity: 0;
}

.imgtxt {
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 834px) {
  .imgtxt {
    flex-direction: column;
  }
}
.imgtxt img {
  width: 38% !important;
  margin-right: 2% !important;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
@media screen and (max-width: 834px) {
  .imgtxt img {
    width: 100% !important;
    margin-right: 0 !important;
    margin-bottom: 2%;
  }
}
.imgtxt div {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .imgtxt div {
    width: 100%;
  }
}

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

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

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

.c_contactArea {
  margin-top: 30px;
}

.title {
  display: none;
}

.box {
  overflow: inherit !important;
}

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

header#global_header {
  max-width: 100%;
}
header#global_header .clearfix:after {
  display: none !important;
}

#header {
  background: rgba(17, 17, 17, 0.8) !important;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 640px) {
  #header {
    padding: 10px 0;
    position: relative;
  }
}

.header_container {
  display: flex;
  justify-content: space-between;
}
.header_container .col_01 {
  display: flex;
  align-items: center;
  width: 62%;
}
@media screen and (max-width: 1400px) {
  .header_container .col_01 {
    width: 66%;
  }
}
@media screen and (max-width: 1200px) {
  .header_container .col_01 {
    width: 25%;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 {
    width: 40%;
  }
}
.header_container .col_01 .h_logo {
  padding-right: 60px;
  margin: 0 60px;
  border-right: solid #fff 1px;
  width: 30%;
  position: relative;
  z-index: 10;
}
@media screen and (max-width: 1400px) {
  .header_container .col_01 .h_logo {
    width: 25%;
    padding-right: 20px;
    margin: 0 20px;
  }
}
@media screen and (max-width: 1200px) {
  .header_container .col_01 .h_logo {
    width: 100%;
    text-align: left;
    border-right: none;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_01 .h_logo {
    padding-right: 0;
  }
}
.header_container .col_02 {
  display: flex;
  align-items: center;
  width: 38%;
  justify-content: flex-end;
}
@media screen and (max-width: 1400px) {
  .header_container .col_02 {
    width: 34%;
  }
}
@media screen and (max-width: 1200px) {
  .header_container .col_02 {
    width: 75%;
    margin-right: 80px;
  }
}
@media only screen and (max-width: 640px) {
  .header_container .col_02 {
    margin-right: 70px;
  }
}
.header_container .col_02 .h_info {
  margin-right: 20px;
}
@media only screen and (max-width: 640px) {
  .header_container .col_02 .h_info {
    margin-right: 0;
  }
}
.header_container .col_02 .h_info p {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 0.8em;
  text-align: left;
}
@media only screen and (max-width: 640px) {
  .header_container .col_02 .h_info p {
    font-size: 13px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact {
    margin: 0 20px;
  }
}
.header_container .col_02 .h_contact a {
  padding: 25px 0px;
  display: block;
  width: 240px;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #d92222 0%, #a51313 50%, #d92222 100%);
  color: #fff !important;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
@media screen and (max-width: 1400px) {
  .header_container .col_02 .h_contact a {
    width: 200px;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a {
    width: 60px;
    padding: 30px 0;
  }
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a:before {
    content: "";
    background: url(../images/home/mail.png) no-repeat;
    width: 35px;
    height: 30px;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: flex;
    align-items: center;
    background-position: center;
    right: 0;
  }
}
.header_container .col_02 .h_contact a span {
  font-style: italic;
  position: relative;
  padding-left: 50px;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a span {
    display: none;
  }
}
.header_container .col_02 .h_contact a span:before {
  content: "";
  background: url(../images/home/mail.png) no-repeat;
  width: 35px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .header_container .col_02 .h_contact a span:before {
    display: none;
  }
}

#nav_global {
  width: 70%;
}
@media screen and (max-width: 1400px) {
  #nav_global {
    width: 75%;
  }
}
#nav_global ul {
  width: 800px;
  max-width: 100%;
  display: flex;
  justify-content: space-between;
}
#nav_global ul li {
  position: relative; /*ドロップダウン基準点*/
}
#nav_global ul li a {
  color: #fff !important;
  display: inline-block;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 0.9em;
}
#nav_global ul li a::after {
  position: absolute;
  content: "";
  bottom: 0px;
  left: 0;
  width: 0;
  height: 2px;
  background: #a51313;
  transition: all 0.3s ease 0s;
}
#nav_global ul li a:hover {
  cursor: pointer;
}
#nav_global ul li a:hover::after {
  width: 100%;
}
#mainArea {
  position: relative;
}
#mainArea:before {
  content: "";
  width: 100vw;
  height: 560px;
  background: url(../images/home/circle.png) no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  background-size: contain;
  background-position: right top;
  z-index: 1;
}
@media screen and (max-width: 1400px) {
  #mainArea:before {
    width: 40vw;
  }
}
@media screen and (max-width: 1024px) {
  #mainArea:before {
    width: 45vw;
  }
}
@media screen and (max-width: 834px) {
  #mainArea:before {
    width: 50vw;
  }
}
@media only screen and (max-width: 640px) {
  #mainArea:before {
    width: 45vw;
  }
}
#mainArea:after {
  content: "";
  width: 30vw;
  height: 600px;
  background: url(../images/home/circle2.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0;
  background-size: contain;
  background-position: left bottom;
  z-index: 1;
}
#mainArea .slider img {
  width: 100%;
  margin-left: 0 !important;
  height: 100vh !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 1024px) {
  #mainArea .slider img {
    height: 80vh !important;
  }
}
@media screen and (max-width: 640px) {
  #mainArea .slider img {
    height: 35vh !important;
  }
}

/**/
@media screen and (max-width: 1200px) {
  #nav_global {
    display: none !important;
  }
}

#global_footer {
  background: none !important;
}

#footer {
  background: #111;
  padding: 0 20px;
}

.footer_container .col_03 {
  border-bottom: 1px solid #fff;
  margin-bottom: 20px;
}
.footer_container .col_03 .f_logo {
  margin-bottom: 15px;
}
.footer_container .col_03 .f_info {
  margin-bottom: 20px;
}
.nav_footer {
  display: flex;
  width: 800px;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 60px;
}
@media screen and (max-width: 1024px) {
  .nav_footer {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.nav_footer li {
  flex-grow: 1;
}
@media screen and (max-width: 1024px) {
  .nav_footer li {
    flex-grow: inherit;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li {
    padding: 10px;
    width: 48%;
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 2%;
    background: #fff;
    border-bottom: 4px solid #eee;
  }
}
@media screen and (max-width: 1024px) and (max-width: 640px) {
  .nav_footer li {
    width: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .nav_footer li:active {
    /*ボタンを押したとき*/
    transform: translateY(4px); /*下に動く*/
    border-bottom: none; /*線を消す*/
  }
}
.nav_footer a {
  display: block;
  color: #fff !important;
}
@media screen and (max-width: 1024px) {
  .nav_footer a {
    color: #333 !important;
  }
}
.nav_footer a span {
  font-size: 0.8em;
  display: block;
  font-weight: 500 !important;
}
.nav_footer a b {
  font-weight: 500 !important;
  font-size: 0.7em;
}

.col_05 {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.col_05 a {
  margin-left: 10px;
}

#copyright {
  color: #fff;
  padding: 10px 0;
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  #copyright {
    padding: 12px 0;
  }
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* home */
.cont_h2 {
  border-bottom: 2px solid;
  padding-bottom: 20px;
  margin-bottom: 40px;
}
.cont_h2 h2 {
  font-size: 2.2em;
  font-weight: bold;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}
@media screen and (max-width: 640px) {
  .cont_h2 h2 {
    font-size: 1.8em;
    line-height: 1.5em;
  }
}
.cont_h2 h2::first-letter {
  color: #d92222;
}
.cont_h2 h2 span {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  display: block;
  font-size: 0.4em;
  margin-top: -10px;
  font-weight: inherit;
}

.cont_h3 {
  background: #d92222;
  padding: 10px;
  margin-bottom: 30px;
  padding-left: 50px;
  position: relative;
}
.cont_h3:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 25px;
  width: 5px;
  height: 25px;
  border-radius: 5px;
  margin: auto;
  background: #fff;
  display: flex;
  align-items: center;
}
.cont_h3 h3 {
  font-size: 1.4em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .cont_h3 h3 {
    font-size: 1.2em;
  }
}

.bike_box1 a, .bike_box2 a, .bike_box3 a {
  width: 48%;
  margin: 0 1% 2%;
  position: relative;
}
@media screen and (max-width: 640px) {
  .bike_box1 a, .bike_box2 a, .bike_box3 a {
    width: 100%;
    margin: 0 0 6%;
  }
}
.bike_box1 a:before, .bike_box2 a:before, .bike_box3 a:before {
  content: "";
  background: none;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .bike_box1 a:before, .bike_box2 a:before, .bike_box3 a:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
  }
}
.bike_box1 a:hover:before, .bike_box2 a:hover:before, .bike_box3 a:hover:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
@media screen and (max-width: 1024px) {
  .bike_box1 a:hover:before, .bike_box2 a:hover:before, .bike_box3 a:hover:before {
    display: none;
  }
}
.bike_box1 .box img, .bike_box2 .box img, .bike_box3 .box img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
.bike_box1 article > div, .bike_box2 article > div, .bike_box3 article > div {
  margin-top: 10px;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-top: 14px;
  font-size: 2em;
  font-weight: bold;
  color: #fff !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-shadow: 0 0 12px #000;
  text-align: center;
}
@media screen and (max-width: 834px) {
  .bike_box1 article > div, .bike_box2 article > div, .bike_box3 article > div {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 640px) {
  .bike_box1 article > div, .bike_box2 article > div, .bike_box3 article > div {
    font-size: 1.6em;
  }
}

.bike_box1 article {
  height: 100%;
}

.bike_box2 a, .bike_box3 a {
  width: 49% !important;
  margin: 0 0.5% 1%;
}
.bike_box2 a:before, .bike_box3 a:before {
  background: none;
}

.bike_box3 {
  justify-content: center;
}
.bike_box3 a {
  width: 19% !important;
}
@media screen and (max-width: 1024px) {
  .bike_box3 a {
    width: 25% !important;
  }
}
@media screen and (max-width: 640px) {
  .bike_box3 a {
    width: 32% !important;
  }
}

.anchor_box .box {
  margin: 0 1% 2%;
}
@media screen and (max-width: 1024px) {
  .anchor_box .box {
    width: 31% !important;
  }
}
@media screen and (max-width: 640px) {
  .anchor_box .box {
    width: 48% !important;
  }
}
.anchor_box .box a {
  background: linear-gradient(to bottom, #d92222 0%, #a51313 50%, #d92222 100%);
  display: block;
  color: #fff !important;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  text-align: center;
  padding: 20px 0;
  position: relative;
}
.anchor_box .box a:after {
  content: "\f105";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  font-family: "Font Awesome 5 Pro";
  display: flex;
  align-items: center;
}

.cont_flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cont_flex > div {
  width: 48%;
}
@media screen and (max-width: 1024px) {
  .cont_flex > div {
    width: 100%;
  }
}
.cont_flex > div:not(:last-child) {
  margin-bottom: 40px;
}
.cont_flex .slidebox img {
  width: 90% !important;
  margin: 0 auto;
}
.cont_flex .slidebox .slick-dots {
  position: static !important;
  width: 90%;
  margin: 0 auto;
  margin-top: 1%;
  margin-bottom: 0 !important;
}
.cont_flex .slidebox .slick-dots li {
  width: 19% !important;
  margin: 0 !important;
  margin-right: 1% !important;
  margin-bottom: 1% !important;
  height: auto;
}
.cont_flex .slidebox .slick-dots li img {
  width: 100% !important;
}

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

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

.r_box .price_1 {
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  font-size: 1.4em;
}
.r_box .price_1 b {
  background: #d92222;
  color: #fff;
  padding: 2px 8px;
  margin-right: 10px;
  font-weight: inherit;
  font-size: 0.9em;
}

#contents_wrap {
  width: 1200px !important;
  max-width: 100%;
  min-width: 100%;
  margin: 0 auto;
  padding: 0 20px 80px;
}

/* home */
.h_box > div {
  width: 900px;
  max-width: 100%;
  padding: 80px 100px;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .h_box > div {
    padding: 100px;
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .h_box > div {
    padding: 60px;
  }
}
@media screen and (max-width: 640px) {
  .h_box > div {
    padding: 40px;
  }
}
.h_box > div:before {
  content: "";
  background: url(../images/home/flame.png) no-repeat;
  background-size: contain;
  height: 620px;
  width: 960px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .h_box > div:before {
    display: none;
  }
}
.h_box > div:after {
  content: "";
  width: 400px;
  height: 180px;
  background-size: contain;
  background: url(../images/home/faze.png) no-repeat;
  position: absolute;
  bottom: 80px;
  left: 80px;
  background-position: bottom left;
}
.h_box .box:nth-child(2) {
  margin-bottom: 15px;
  letter-spacing: 5px;
}
.h_box .box:nth-child(2) div {
  font-weight: bold;
}

@media screen and (max-width: 834px) {
  .h_btn {
    padding: 0 20px;
    margin-top: 100px !important;
  }
}
.h_btn a {
  width: 50%;
  display: block;
  color: #fff !important;
}
@media screen and (max-width: 834px) {
  .h_btn a {
    width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .h_btn a:not(:last-child) {
    margin-bottom: 20px;
  }
}
.h_btn a:hover img {
  filter: grayscale(100%);
}
.h_btn .box {
  position: relative;
}
.h_btn .box img {
  width: 100% !important;
}
.h_btn .box b {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8em;
  text-align: center;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
  flex-direction: column;
}
@media screen and (max-width: 640px) {
  .h_btn .box b {
    font-size: 1.4em;
  }
}
.h_btn .box b span {
  display: block;
  font-size: 0.5em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-top: -10px;
}

.h_h2 h2 {
  font-size: 2.4em;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  font-style: italic;
  position: relative;
  margin-bottom: 10px;
}
@media screen and (max-width: 640px) {
  .h_h2 h2 {
    font-size: 1.8em;
  }
}
.h_h2 h2:after {
  content: "";
  height: 2px;
  background: linear-gradient(to right, #1e5799 0%, #8a0e0e 0%, #dd4d4d 100%);
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.h_h2 h2 span {
  font-size: 0.4em;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-left: 20px;
  font-weight: 400;
  letter-spacing: 1px;
}
@media screen and (max-width: 640px) {
  .h_h2 h2 span {
    font-size: 0.5em;
  }
}

.h_flex {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .h_flex {
    flex-wrap: wrap;
  }
}
.h_flex .h_box2 {
  width: 48%;
  border: 1px solid #fff;
  padding: 20px 40px;
}
@media screen and (max-width: 1024px) {
  .h_flex .h_box2 {
    width: 100%;
  }
}
.h_flex .h_box2:not(:last-child) {
  margin-bottom: 40px !important;
}

.bg_1 {
  padding: 100px 20px;
}
.bg_1 h2 {
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.bg_1 h2 span {
  display: block;
  margin-left: 0;
  margin-top: -10px;
}

.h_box3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .h_box3 {
    justify-content: center;
  }
}
.h_box3 .h_contact2 {
  background: #fff;
  width: 32%;
  padding-bottom: 20px;
}
@media screen and (max-width: 1024px) {
  .h_box3 .h_contact2 {
    width: 48%;
    margin: 0 1%;
  }
}
@media screen and (max-width: 640px) {
  .h_box3 .h_contact2 {
    width: 100%;
  }
}
.h_box3 .h_contact2:not(:last-child) {
  margin-bottom: 1.5%;
}
@media screen and (max-width: 640px) {
  .h_box3 .h_contact2:not(:last-child) {
    margin-bottom: 4%;
  }
}
.h_box3 .h_contact2 .box:first-child {
  background: #111;
  padding: 10px 0;
  text-align: center;
  font-family: "Noto Serif JP", serif, "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "Noto Sans JP", sans-serif;
  margin-bottom: 30px;
  font-size: 1.2em;
}
.h_box3 .h_contact2 .box:first-child b {
  font-weight: inherit !important;
}
.h_box3 .h_contact2 .box:nth-child(2) {
  margin-bottom: 10px;
}
.h_box3 .h_contact2 .box:nth-child(2) a {
  margin: 0 auto;
}
.h_box3 .h_contact2 .box:nth-child(3) b {
  color: #111 !important;
  display: block;
  text-align: center;
  font-size: 0.8em;
  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: 1200px) {
  .h_box3 .h_contact2 .box:nth-child(3) b {
    font-size: 1.0833333333vw;
  }
}
@media screen and (max-width: 1024px) {
  .h_box3 .h_contact2 .box:nth-child(3) b {
    font-size: 1.5625vw;
  }
}
@media screen and (max-width: 640px) {
  .h_box3 .h_contact2 .box:nth-child(3) b {
    font-size: 2.5vw;
  }
}
.h_box3 .h_contact2 a {
  padding: 20px 0px;
  display: block;
  width: 300px;
  font-size: 1.3em;
  background: linear-gradient(to bottom, #d92222 0%, #a51313 50%, #d92222 100%);
  color: #fff !important;
  font-family: "Poppins", sans-serif, "Noto Sans JP", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 834px) {
  .h_box3 .h_contact2 a {
    width: 250px;
  }
}
@media screen and (max-width: 640px) {
  .h_box3 .h_contact2 a {
    width: 340px;
  }
}
.h_box3 .h_contact2 a span {
  font-style: italic;
  position: relative;
  padding-left: 50px;
}
.h_box3 .h_contact2 a span:before {
  content: "";
  background: url(../images/home/mail.png) no-repeat;
  width: 35px;
  height: 30px;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  display: flex;
  align-items: center;
  background-position: center;
}

.bg_2 {
  padding: 10px;
}
@media screen and (max-width: 640px) {
  .bg_2 {
    flex-wrap: wrap;
  }
}
.bg_2 .herf {
  width: 50%;
}
@media screen and (max-width: 640px) {
  .bg_2 .herf {
    width: 100%;
    margin-bottom: 0 !important;
  }
}
.bg_2 iframe {
  width: 100%;
}

/* title */
.blog > .wrap > #contents {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
}
.blog > .wrap > #contents > dl {
  display: flex;
  flex-direction: column;
  text-align: left;
  padding: 10px;
  flex: 0 0 calc((100% - 20px) / 3);
  margin-right: 10px;
  margin-bottom: 10px !important;
  border: 1px solid white;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .blog > .wrap > #contents > dl {
    flex: 0 0 calc((100% - 10px) / 2);
  }
}
.blog > .wrap > #contents > dl:nth-of-type(3n) {
  margin-right: 0;
}
@media only screen and (max-width: 1024px) {
  .blog > .wrap > #contents > dl:nth-of-type(3n) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 1024px) {
  .blog > .wrap > #contents > dl:nth-of-type(2n) {
    margin-right: 0;
  }
}
.blog > .wrap > #contents .blog_photo {
  display: block !important;
}
.blog > .wrap > #contents .blog_photo img {
  margin-bottom: 10px;
}
.blog > .wrap > #contents .date {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 14px;
}
.blog > .wrap > #contents > dl {
  padding-bottom: 20px !important;
  padding: 10px;
  border: 1px solid white !important;
}
.blog > .wrap > #contents > dl > dt {
  margin-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .blog > .wrap > #contents > dl > dt > div > a > span:nth-child(1) {
    font-size: 16px;
  }
}
.blog > .wrap > #contents > dl > dt > div > a > span:nth-child(2) {
  display: none;
}
.blog > .wrap > #contents > dl > dd {
  display: none;
}/*# sourceMappingURL=common.css.map */