@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_vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  letter-spacing: 0.5em;
  line-height: 2.75; }
  .com_vertical span {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all; }

ul.com_vertical {
  line-height: 1.25;
  max-height: 20em !important; }
  ul.com_vertical li {
    margin: 0 1em;
    position: relative;
    padding: 1.5em 0 0 0; }
    ul.com_vertical li:first-child {
      margin: 0; }
    ul.com_vertical li:last-child {
      margin: 0; }
    ul.com_vertical li:before {
      content: "●";
      display: inline-block;
      position: absolute;
      top: 0;
      right: 0;
      margin-left: -0em; }

.com_shadow01 {
  text-shadow: 0 0 4px #000; }

/*=============================================================
 カラム設定
=============================================================*/
.com_col2 {
  text-align: left; }
  .com_col2 .leftBox {
    width: 100%;
    margin-top: 50px; }
    @media print, screen and (min-width: 767.9px) {
      .com_col2 .leftBox {
        width: 48%; } }
  .com_col2 .rightBox {
    width: 100%;
    margin-top: 20px; }
    @media print, screen and (min-width: 767.9px) {
      .com_col2 .rightBox {
        width: 48%;
        margin-top: 50px; } }
  .com_col2:nth-of-type(1) {
    margin-top: -50px; }
  .com_col2 .com-tit01 {
    margin-bottom: 20px;
    display: flex;
    align-items: center; }
    .com_col2 .com-tit01 .ja {
      margin-right: 0.5em; }

.com_col3 {
  margin-top: -20px;
  position: relative; }
  @media print, screen and (min-width: 767.9px) {
    .com_col3 {
      margin-left: -3%;
      margin-top: -40px; } }
  .com_col3 .inBox {
    margin: 20px 0 0 0;
    text-align: left;
    box-sizing: border-box;
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      .com_col3 .inBox {
        width: 30.3%;
        margin: 40px 0 0 3%; } }
    .com_col3 .inBox img {
      margin-bottom: 0.5em;
      object-fit: cover; }
      @media print, screen and (min-width: 767.9px) {
        .com_col3 .inBox img {
          width: 100%;
          height: 210px; } }

/*=============================================================
 cv_contact
=============================================================*/
.cv_contact {
  background: url("../image/common/65858124.jpg") center center;
  background-size: cover;
  position: relative;
  z-index: 1; }
  .cv_contact:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(5, 23, 54, 0.9);
    position: absolute;
    top: 0;
    left: 0; }
  .cv_contact .container {
    padding-top: 10vw;
    padding-bottom: 8vw; }
    @media print, screen and (min-width: 767.9px) {
      .cv_contact .container {
        padding-top: 120px;
        padding-bottom: 80px;
        max-width: 1000px; } }
    .cv_contact .container .com-tit01 {
      line-height: 1.2;
      color: #fff; }
      .cv_contact .container .com-tit01 .ja {
        font-size: 8vw; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com-tit01 .ja {
            font-size: 50px; } }
      .cv_contact .container .com-tit01 .en {
        color: #666; }
      .cv_contact .container .com-tit01 .lead {
        font-size: 4vw;
        margin-top: 1.5em;
        line-height: 1.65; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com-tit01 .lead {
            font-size: 20px; } }
    .cv_contact .container .com_col2 {
      text-align: center;
      line-height: 1.2;
      background-color: rgba(255, 255, 255, 0.95);
      padding: 30px 0;
      margin-top: 20px; }
      @media print, screen and (min-width: 767.9px) {
        .cv_contact .container .com_col2 {
          padding: 50px 0;
          margin-top: 50px; } }
      .cv_contact .container .com_col2 .leftBox,
      .cv_contact .container .com_col2 .rightBox {
        margin: 0;
        width: 100%;
        box-sizing: border-box; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com_col2 .leftBox,
          .cv_contact .container .com_col2 .rightBox {
            width: 50%; } }
      .cv_contact .container .com_col2 .leftBox {
        border-bottom: 1px dotted #000;
        padding-bottom: 30px;
        margin-bottom: 30px; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com_col2 .leftBox {
            border-bottom: none;
            border-right: 1px dotted #000;
            padding: 0;
            margin: 0; } }
      .cv_contact .container .com_col2 .tel {
        margin: 0.5em 0;
        font-size: 7vw; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com_col2 .tel {
            font-size: 40px;
            margin: 0.5em 0 0.2em 0; } }
        .cv_contact .container .com_col2 .tel i {
          margin-right: 0.3em; }
      .cv_contact .container .com_col2 .mail {
        margin: 1em 0 0 0; }
        @media print, screen and (min-width: 767.9px) {
          .cv_contact .container .com_col2 .mail a {
            font-size: 20px; } }

/*=============================================================
 投稿スタイル
=============================================================*/
.com_post_style .cate li {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  color: #ccc;
  font-size: 80%;
  line-height: 1;
  padding: 0.5em; }
.com_post_style .cate a {
  display: block;
  color: #ccc; }
.com_post_style .inBox {
  position: relative; }
  .com_post_style .inBox time {
    display: block;
    font-size: 80%;
    margin-bottom: 0.5em; }
  .com_post_style .inBox .cate {
    position: absolute;
    left: 2px;
    top: 2px;
    z-index: 2; }
  .com_post_style .inBox .more {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .com_post_style .inBox .more a {
      display: block;
      height: 100%; }
      .com_post_style .inBox .more a span {
        display: none; }
  .com_post_style .inBox .thumbnail {
    overflow: hidden;
    margin-bottom: 0.5em;
    height: 210px; }
    .com_post_style .inBox .thumbnail img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .com_post_style .inBox:hover .thumbnail img {
    transform: scale(1.2, 1.2);
    transition: 1s all; }

/*=============================================================
 共通タイトル
=============================================================*/
.com-tit01 {
  position: relative;
  line-height: 1.65;
  margin-bottom: 20px; }
  @media print, screen and (min-width: 767.9px) {
    .com-tit01 {
      margin-bottom: 50px; } }
  .com-tit01 .ja {
    font-size: 6vw;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media print, screen and (min-width: 767.9px) {
      .com-tit01 .ja {
        font-size: 200%; } }
  .com-tit01 .en {
    letter-spacing: 0.1em; }
  .com-tit01 span {
    font-size: 50%;
    margin-left: 1em; }

/*=============================================================
 共通ページタイトル
=============================================================*/
.com_pageTit01 {
  position: relative;
  /*margin-top: 100px;*/
  height: 200px; }
  @media print, screen and (min-width: 767.9px) {
    .com_pageTit01 {
      height: 400px; } }
  .com_pageTit01 .inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    z-index: 3; }
    .com_pageTit01 .inner header {
      margin-top: 60px; }
      @media print, screen and (min-width: 767.9px) {
        .com_pageTit01 .inner header {
          margin-top: 100px; } }
    .com_pageTit01 .inner .en {
      width: 1170px;
      max-width: 100%;
      margin-top: 0.5em;
      letter-spacing: 0.2em;
      font-weight: normal;
      color: rgba(255, 255, 255, 0.5); }
      @media print, screen and (min-width: 767.9px) {
        .com_pageTit01 .inner .en {
          font-size: 120%; } }
    .com_pageTit01 .inner .ja {
      color: #fff;
      font-size: 6vw;
      letter-spacing: 0.1em;
      font-weight: normal; }
      @media print, screen and (min-width: 767.9px) {
        .com_pageTit01 .inner .ja {
          font-size: 350%; } }
  .com_pageTit01 .pic img {
    width: 100%;
    height: 300px;
    object-fit: cover; }
    @media print, screen and (min-width: 767.9px) {
      .com_pageTit01 .pic img {
        height: 400px; } }
  .com_pageTit01 .logo {
    position: absolute;
    top: 20px;
    left: 20px; }
    .com_pageTit01 .logo img {
      max-width: 200px; }
  .com_pageTit01:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3; }

/*=============================================================
 共通ボタン
=============================================================*/
.com_btn01 a {
  text-align: center;
  background-color: #020c26;
  color: #fff;
  padding: 1em 2em;
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 1;
  text-decoration: none; }
  .com_btn01 a i {
    margin-left: 0.5em;
    -webkit-text-stroke: 1px #020c26; }
  .com_btn01 a:hover {
    color: #fff; }
.com_btn01.more a:before {
  content: "+";
  display: inline-block;
  margin-right: 0.3em; }

.com_btn02 a {
  text-align: center;
  border: 1px solid #020c26;
  color: #020c26;
  padding: 1em 2em;
  letter-spacing: 0.2em;
  display: inline-block;
  line-height: 1;
  position: relative; }
  .com_btn02 a:before {
    content: "";
    display: block;
    width: 0%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    transition: .5s;
    background-color: #020c26; }
  .com_btn02 a span {
    position: relative;
    z-index: 2; }
  .com_btn02 a i {
    margin-left: 0.5em;
    transition: .5s;
    /* -webkit-text-stroke: 1px #fff;*/ }
  .com_btn02 a:hover {
    color: #fff;
    opacity: 1; }
    .com_btn02 a:hover:before {
      width: 100%; }
    .com_btn02 a:hover i {
      margin-left: 2em;
      -webkit-text-stroke: 1px #020c26; }

/*=============================================================
 テーブルスタイル
=============================================================*/
.com_tbl01 {
  width: 100%;
  border: none; }
  .com_tbl01 th, .com_tbl01 td {
    border: 1px solid #ccc;
    padding: 5px 10px;
    line-height: 2.68;
    display: block;
    text-align: left;
    background-color: #fff; }
    @media print, screen and (min-width: 767.9px) {
      .com_tbl01 th, .com_tbl01 td {
        display: table-cell;
        padding: 20px; } }
  .com_tbl01 th {
    white-space: nowrap;
    background-color: #020c26;
    color: #fff;
    vertical-align: top;
    font-weight: normal; }

/*=============================================================
 レイアウト
=============================================================*/
.com_layout_col2 {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }
  .com_layout_col2 .com_layout_leftBox {
    padding: 0;
    width: 100%; }
    @media print, screen and (min-width: 767.9px) {
      .com_layout_col2 .com_layout_leftBox {
        width: 70%; } }
    .com_layout_col2 .com_layout_leftBox dl {
      width: 100%; }
  .com_layout_col2 .com_layout_rightBox {
    width: 100%;
    margin-top: 50px; }
    @media print, screen and (min-width: 767.9px) {
      .com_layout_col2 .com_layout_rightBox {
        width: 25%;
        margin-top: 0; } }

/*=============================================================
 com_tab
=============================================================*/
.com_tab .tabs {
  display: flex;
  overflow: hidden; }
  .com_tab .tabs li {
    cursor: pointer;
    line-height: 2em;
    min-width: 10%;
    background-color: #ccc; }
    .com_tab .tabs li.active {
      background-color: #000;
      color: #fff; }
.com_tab .content {
  display: none;
  text-align: left;
  line-height: 1.45;
  padding: 20px 0; }
  .com_tab .content.active {
    display: block; }

/*=============================================================
 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: "\f107";
      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 {
      transform: rotate(180deg); }
  .com_toggle .js-toggle-content {
    display: none; }

/*=============================================================
 モーダルウィンドウ設定
=============================================================*/
.modal-syncer,
.modal-close {
  cursor: pointer; }

.modal-content {
  width: 90%;
  margin: 0 0 0 -45%;
  padding: 10px 20px;
  border: 2px solid #aaa;
  background: #fff;
  position: fixed;
  left: 50% !important;
  display: none;
  z-index: 3 !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: 1 !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.75); }

.button-link {
  color: #00f;
  text-decoration: underline; }

.button-link:hover {
  cursor: pointer;
  color: #f00; }

/*=============================================================
 ワードプレス　シングル記事ページャー
=============================================================*/
.com_wp_btn01 {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  margin-top: 40px; }
  .com_wp_btn01 li {
    width: auto; }
    @media print, screen and (min-width: 767.9px) {
      .com_wp_btn01 li {
        width: 20%; } }
    .com_wp_btn01 li:nth-child(1) i {
      margin-right: 1em; }
      @media screen and (max-width: 767.9px) {
        .com_wp_btn01 li:nth-child(1) i {
          margin-right: 0; } }
    @media screen and (max-width: 767.9px) {
      .com_wp_btn01 li:nth-child(1) a {
        border: none; } }
    .com_wp_btn01 li:nth-child(2) {
      margin: 0 20px; }
      @media screen and (max-width: 767.9px) {
        .com_wp_btn01 li:nth-child(2) a {
          border: none; } }
    .com_wp_btn01 li:nth-child(3) i {
      margin-left: 1em; }
      @media screen and (max-width: 767.9px) {
        .com_wp_btn01 li:nth-child(3) i {
          margin-left: 0; } }
    @media screen and (max-width: 767.9px) {
      .com_wp_btn01 li:nth-child(3) a {
        border: none; } }
    .com_wp_btn01 li a {
      display: block;
      height: 100%;
      color: #020c26;
      border: 1px #ccc solid;
      padding: 0 10px; }
      @media print, screen and (min-width: 767.9px) {
        .com_wp_btn01 li a {
          line-height: 45px; } }
      .com_wp_btn01 li a:hover {
        background-color: #020c26;
        color: #FFF;
        opacity: 1; }
      @media screen and (max-width: 767.9px) {
        .com_wp_btn01 li a span {
          display: none; } }

/*=============================================================
 ワードプレス　アーカイブページナビ
=============================================================*/
.com_wp_pagenavi {
  text-align: center;
  margin-top: 40px;
  font-family: "Times New Roman", Times, "serif"; }
  .com_wp_pagenavi span, .com_wp_pagenavi a {
    display: inline-block;
    min-width: 30px;
    line-height: 30px;
    border: 1px #020c26 solid;
    margin: 0 2px;
    color: #020c26; }
  .com_wp_pagenavi a:hover, .com_wp_pagenavi .current {
    background-color: #020c26;
    color: #FFF;
    border-color: #020c26 !important; }
  .com_wp_pagenavi .first, .com_wp_pagenavi .last, .com_wp_pagenavi .extend, .com_wp_pagenavi .pages, .com_wp_pagenavi .next, .com_wp_pagenavi .prev, .com_wp_pagenavi .previouspostslink, .com_wp_pagenavi .nextpostslink {
    display: none; }

/*=============================================================
 フォーム
=============================================================*/
input[type=text], input[type=checkbox], 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: 6px;
  width: 100%;
  border-radius: 5px; }

input[type="checkbox"] {
  -webkit-appearance: none;
  position: relative;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px #CCCCCC solid;
  vertical-align: middle;
  margin-right: 0.5em;
  border-radius: 5px; }

input[type="checkbox"]:checked:before {
  content: "✔";
  position: absolute;
  left: 2px;
  top: 50%;
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  margin-top: -0.6em; }

textarea {
  width: 100%;
  min-height: 100px; }

input[type="submit"], input[type="button"] {
  border: none;
  padding: 15px 0;
  color: #FFF;
  cursor: pointer;
  max-width: 300px;
  display: inline-block;
  font-size: 16px;
  background: none;
  background-color: #020c26;
  border-radius: 0; }
  input[type="submit"]:hover, input[type="button"]:hover {
    color: #FFF;
    opacity: 0.8;
    -webkit-transition: all .3s;
    transition: all .3s; }

input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.7;
  -webkit-transition: all .3s;
  transition: all .3s; }

@media screen and (min-width: 768px) {
  input[type="submit"], input[type="button"] {
    width: 400px;
    padding: 15px 0;
    font-size: 20px; }

  input[type=text], input[type=email], input[type=tel], input[type="submit"], input[type="button"], textarea, select {
    padding: 15px; } }
.select_arrow01 {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #707070;
  background: #ffffff;
  border-radius: 5px; }

.select_arrow01.date {
  width: 20%;
  display: inline-block;
  margin: 0 1em; }

.select_arrow01.date:nth-child(1) {
  margin: 0 1em 0 0; }

.select_arrow01 select {
  cursor: pointer;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none; }

.select_arrow01 select::-ms-expand {
  display: none; }

.select_arrow01::before {
  position: absolute;
  top: 50%;
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 9px solid #0092C0;
  pointer-events: none;
  margin-top: -4.5px; }
