@charset "UTF-8";
/* Scss Document */
/*=============================================================
 共通【Reset】
=============================================================*/
body {
  margin: 0;
  padding: 0; }

.reset h1, .reset h2, .reset h3, .reset h4, .reset h5, .reset h6, .reset p {
  margin: 0;
  padding: 0; }
.reset ul, .reset ol, .reset li, .reset dl, .reset dt, .reset dd, .reset figure, .reset figcaption, .reset table, .reset address {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  list-style: none;
  font-style: normal;
  font-weight: normal; }
.reset table {
  border-collapse: collapse;
  border-spacing: 0; }
.reset img {
  border: none;
  margin: 0px;
  padding: 0px;
  vertical-align: bottom; }

/*=============================================================
 共通タイトル
=============================================================*/
.com-tit01 {
  position: relative;
  line-height: 1.65;
  margin-bottom: 10px;
  text-align: left; }
  @media print, screen and (min-width: 767.9px) {
    .com-tit01 {
      margin-bottom: 10px; } }
  .com-tit01 .ja {
    font-size: 6vw; }
    @media print, screen and (min-width: 767.9px) {
      .com-tit01 .ja {
        font-size: 30px; } }
    @media screen and (min-width: 767.9px) and (max-width: 768.9px) {
      .com-tit01 .ja {
        font-size: 25px; } }
.com-tit02 {
  position: relative;
  line-height: 1.65;
  margin-bottom: 10px;
  text-align: left; }
  @media print, screen and (min-width: 767.9px) {
    .com-tit02 {
      margin-bottom: 10px; } }
  .com-tit02 .ja {
    font-size: 6vw; }
    @media print, screen and (min-width: 767.9px) {
      .com-tit02 .ja {
        font-size: 20px; } }
    @media screen and (min-width: 767.9px) and (max-width: 768.9px) {
      .com-tit02 .ja {
        font-size: 15px; } }
/*=============================================================
 共通ボタン
=============================================================*/
.com_btn01 a {
  text-align: center;
  background-color: #ff0004;
  color: #fff;
  padding: 1em 2em;
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 1;
  position: relative; }
  .com_btn01 a:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    position: absolute;
    top: 0;
    right: 0;
    transition: all .3s;
    z-index: 1; }
  .com_btn01 a i {
    margin-left: 0.5em;
    -webkit-text-stroke: 1px #020c26; }
  .com_btn01 a span {
    position: relative;
    z-index: 2; }
  .com_btn01 a:hover {
    opacity: 1; }
    .com_btn01 a:hover:before {
      width: 0%; }

/*=============================================================
 com_toggle
=============================================================*/
.com_toggle {
  text-align: left; }
  .com_toggle .js-toggle-tit {
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #ccc; }
    .com_toggle .js-toggle-tit:after {
      display: inline-block;
      font-family: "Font Awesome 5 Free";
      content: "\2b";
      display: inline-block;
      font-weight: bold;
      /*-webkit-text-stroke: 1px white;*/
      position: absolute;
      right: 0;
      top: 50%;
      margin-top: -0.5em;
      line-height: 1;
      transition: all .3s; }
    .com_toggle .js-toggle-tit.on:after {
      content: "\f068"; }
  .com_toggle .js-toggle-content {
    display: none; }

/*=============================================================
 モーダルウィンドウ設定
=============================================================*/
.modal-syncer,
.modal-close {
  cursor: pointer; }

.modal-content {
  width: 90%;
  margin: 0 0 0 -45%;
  padding: 0;
  border: 2px solid #000;
  background: #fff;
  position: fixed;
  left: 50% !important;
  display: none;
  z-index: 5000 !important;
  box-sizing: border-box; }
  @media print, screen and (min-width: 767.9px) {
    .modal-content {
      width: 50%;
      margin: 0 0 0 -25%;
      left: 50% !important; } }

#modal-overlay {
  z-index: 2 !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

/*=============================================================
 フォーム
=============================================================*/
input[type=text], input[type=email], input[type=tel], input[type="submit"], input[type="button"], button, textarea, select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px; }

input:focus, textarea:focus {
  outline: none; }

input[type=text], input[type=email], input[type=tel], input[type="submit"], input[type="button"], textarea, select {
  box-sizing: border-box;
  box-shadow: none;
  border: 1px #707070 solid;
  padding: 1em;
  width: auto; }
