@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;
}
.reset table {
  border-collapse: collapse;
  border-spacing: 0;
}
.reset img {
  vertical-align: bottom;
  border: none;
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
@media print, screen and (min-width: 767.9px) {
  .reset img {
    width: auto;
    max-width: 100%;
    min-width: auto;
  }
}

/*=============================================================
 テキスト設定
=============================================================*/
/*=============================================================
 カラム設定
=============================================================*/
@media print, screen and (min-width: 767.9px) {
  .com_col2 {
    display: grid;
    gap: 50px;
    grid-template-columns: 1fr 1fr;
  }
}

@media print, screen and (min-width: 767.9px) {
  .com_col3 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media print, screen and (min-width: 767.9px) {
  .com_col4 {
    display: grid;
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}

.com_col2 img,
.com_col3 img,
.com_col4 img {
  width: 100%;
  height: auto;
}

/*=============================================================
 com_cv_contact
=============================================================*/
#com_cv_contact {
  position: relative;
  color: #fff;
  background: url("../image/common/bg_cv_contact.png") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #com_cv_contact {
    zoom: 0.8;
  }
}
#com_cv_contact .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media print, screen and (min-width: 767.9px) {
  #com_cv_contact .container {
    padding-top: 100px;
    padding-bottom: 60px;
  }
}
#com_cv_contact .lead {
  font-weight: 700;
  font-size: 5vw;
}
@media screen and (max-width: 767.9px) {
  #com_cv_contact .lead {
    text-align: left;
  }
}
@media screen and (min-width: 767.9px) and (max-width: 1024.9px) {
  #com_cv_contact .lead {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 1024.9px) {
  #com_cv_contact .lead {
    font-size: 36px;
  }
}
#com_cv_contact .com_btn02 {
  margin-top: 20px;
}
@media print, screen and (min-width: 767.9px) {
  #com_cv_contact .com_btn02 {
    margin-top: 50px;
  }
}

/*=============================================================
 共通タイトル
=============================================================*/
.com-tit01 {
  position: relative;
  line-height: 1.0;
  text-align: center;
}
.com-tit01 .ja {
  font-size: 6vw;
  font-weight: 700;
  position: relative;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 767.9px) and (max-width: 1172px) {
  .com-tit01 .ja {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 1172px) {
  .com-tit01 .ja {
    font-size: 32px;
  }
}
.com-tit01 .ja:after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  background-color: #359CBC;
  margin: 0.5em auto 0 auto;
}
.com-tit01 .en {
  /*letter-spacing: 0.1em;*/
  font-weight: 700;
  color: #359CBC;
  position: relative;
  margin-top: 10px;
}
@media screen and (min-width: 767.9px) and (max-width: 1172px) {
  .com-tit01 .en {
    font-size: 2vw;
    margin-top: 10px;
  }
}
@media print, screen and (min-width: 1172px) {
  .com-tit01 .en {
    margin-top: 10px;
    font-size: 20px;
  }
}

/*=============================================================
 共通ページタイトル
=============================================================*/
.com_pageTit01 {
  position: relative;
  height: 120px;
  box-sizing: border-box;
  margin-top:100px;
}
@media print, screen and (min-width: 767.9px) {
  .com_pageTit01 {
    height: 180px;
    margin-top:140px;
  }
}
.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 .ja {
  font-size: 5.5vw;
  font-weight: 700;
}
@media print, screen and (min-width: 767.9px) {
  .com_pageTit01 .inner .ja {
    font-size: 32px;
  }
}
.com_pageTit01 .inner .ja:after {
  content: "";
  display: block;
  width: 82px;
  height: 3px;
  background-color: #359CBC;
  margin: 0.5em auto 0 auto;
}
.com_pageTit01 .inner .en {
  margin-top: 10px;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #359CBC;
  position: relative;
}
@media screen and (min-width: 767.9px) and (max-width: 1172px) {
  .com_pageTit01 .inner .en {
    font-size: 2vw;
  }
}
@media print, screen and (min-width: 1172px) {
  .com_pageTit01 .inner .en {
    margin-top: 20px;
  }
}
.com_pageTit01 .pic img {
  width: 100%;
  height: 120px;
  object-fit: cover;
}
@media print, screen and (min-width: 767.9px) {
  .com_pageTit01 .pic img {
    height: 180px;
  }
} 

/*=============================================================
 共通ボタン
=============================================================*/
.com_btn01 a {
  text-align: center;
  background-color: #fff;
  letter-spacing: 0;
  line-height: 1;
  border: 1px solid #002C47;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.7em 0;
  box-sizing: border-box;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .com_btn01 a {
    font-size: 4vw;
    width: 60%;
  }
}
@media print, screen and (min-width: 767.9px) {
  .com_btn01 a {
    width: 370px;
    font-size: 24px;
  }
}
.com_btn01 a:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 14px solid #000;
  border-right: 0;
  margin-left: 20px;
}
@media print, screen and (min-width: 767.9px) {
  .com_btn01 a:after {
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 18px solid #000;
    margin-left: 50px;
  }
}

.com_btn02 a {
  text-align: center;
  background-color: #359CBC;
  color: #fff;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.5em 0;
  box-sizing: border-box;
  font-weight: 700;
  margin: 0 auto;
}
@media screen and (max-width: 767.9px) {
  .com_btn02 a {
    width: 90%;
    font-size: 4.5vw;
  }
}
@media print, screen and (min-width: 767.9px) {
  .com_btn02 a {
    display: inline-block;
    min-width: 500px;
    font-size: 25px;
  }
}
.com_btn02 a:after {
  content: "";
  display: inline-block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #FFF;
  border-right: 0;
  margin-left: 1em;
}
.com_btn02 a img {
  width: auto;
  height: 1em;
  margin-right: 1em;
}

/*=============================================================
 レイアウト
=============================================================*/
@media print, screen and (min-width: 767.9px) {
  .com_layout_col2 {
    display: grid;
    grid-template-columns: 2.5fr 1fr;
  }
}
.com_layout_col2 .com_layout_leftBox {
  text-align: left;
}
@media print, screen and (min-width: 767.9px) {
  .com_layout_col2 .com_layout_leftBox {
    padding-right: 50px;
  }
}
@media screen and (max-width: 767.9px) {
  .com_layout_col2 .com_layout_rightBox {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 767.9px) {
  .com_layout_col2 .com_layout_rightBox {
    padding-left: 25px;
  }
}

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

/*=============================================================
 ワードプレス　シングル記事ページャー
=============================================================*/
.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: 30%;
}
@media print, screen and (min-width: 767.9px) {
  .com_wp_btn01 li {
    width: 20%;
  }
}
.com_wp_btn01 li img {
  display: inline-block;
  width: 0.5em;
}
.com_wp_btn01 li:nth-child(1) img {
  margin-right: 1em;
  transform: scale(-1, 1);
}
.com_wp_btn01 li:nth-child(2) {
  margin: 0 20px;
}
.com_wp_btn01 li:nth-child(3) img {
  margin-left: 1em;
}
.com_wp_btn01 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: #002C47;
  border: 1px #ccc solid;
  padding: 0 10px;
  line-height: 45px;
}
.com_wp_btn01 li a:hover {
  background-color: #002C47;
  color: #FFF;
  opacity: 0.5;
}
.com_wp_btn01 li a:hover img {
  display: none;
}

/*=============================================================
 ワードプレス　アーカイブページナビ
=============================================================*/
.com_wp_pagenavi {
  text-align: center;
  margin-top: 40px;
}
.com_wp_pagenavi span, .com_wp_pagenavi a {
  display: inline-block;
  min-width: 30px;
  line-height: 30px;
  border: 1px #EFF2F4 solid;
  background-color: #EFF2F4;
  margin: 0 2px;
  color: #002C47;
}
.com_wp_pagenavi a:hover, .com_wp_pagenavi .current {
  background-color: #FFF;
  color: #002C47;
  border-color: #002C47 !important;
}
.com_wp_pagenavi .first, .com_wp_pagenavi .last, .com_wp_pagenavi .extend, .com_wp_pagenavi .pages {
  display: none;
}

/*=============================================================
 フォーム
=============================================================*/
input[type=text], input[type=checkbox], input[type=email], input[type=tel], input[type="reset"], 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="reset"], input[type="submit"], input[type="button"], textarea, select {
  box-shadow: none;
  border: 2px #DDE2E4 solid;
  padding: 1em;
  width: 100%;
  border-radius: 5px;
  background-color: #FFF;
  box-sizing: border-box;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

textarea {
  width: 100%;
  min-height: 100px;
  resize: vertical;
  line-height: 1.45;
}

::placeholder {
  color: rgba(112, 112, 112, 0.5);
}

label {
  cursor: pointer;
  display: inline-block;
}

input[type="radio"] {
  -webkit-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
  box-shadow: none;
  border: 1px #000 solid;
  vertical-align: middle;
  border-radius: 100%;
  cursor: pointer;
  margin-top: -2px;
}
@media print, screen and (min-width: 767.9px) {
  input[type="radio"] {
    width: 20px;
    height: 20px;
  }
}

input[type="radio"]:checked:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  box-sizing: border-box;
  border: 2px #FFF solid;
  background-color: #359CBC;
}

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

input[type="checkbox"]:checked:before {
  content: "✔";
  position: absolute;
  left: -1px;
  top: -1px;
  display: inline-block;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

input[type="submit"], input[type="button"], input[type="reset"] {
  line-height: 1;
  border: none;
  color: #FFF;
  cursor: pointer;
  width: 100%;
  display: inline-block;
  background: none;
  background-color: #002C47;
  border: 2px solid #002C47;
  font-weight: 500;
  padding: 0.5em 0;
  font-size: 5vw;
  box-sizing: border-box;
  border-radius: 0;
}
@media print, screen and (min-width: 767.9px) {
  input[type="submit"], input[type="button"], input[type="reset"] {
    font-size: 24px;
    width: 370px;
  }
}
input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]: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;
}

input[type="reset"] {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  font-weight: 500;
}
input[type="reset"]:hover {
  color: #000;
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.fileBox {
  text-align: center;
  margin-top: 30px;
}

input[type="file"] {
  opacity: 0;
}

.btn_arrow01 {
  position: relative;
  z-index: 2;
  display: inline-block;
}
@media screen and (max-width: 767.9px) {
  .btn_arrow01 {
    width: 100%;
  }
}
@media print, screen and (min-width: 767.9px) {
  .btn_arrow01:after {
    content: "";
    display: none;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 14px solid #fff;
    border-right: 0;
    position: absolute;
    top: 50%;
    right: 50px;
    margin-top: -7px;
  }
}
.btn_arrow01.reset {
  margin-right: 20px;
}
@media print, screen and (min-width: 767.9px) {
  .btn_arrow01.reset:after {
    border-left: 14px solid #002C47;
  }
}
.btn_arrow01.reset input {
  color: #000;
  background-color: #fff;
  border: 2px solid #000;
  font-weight: 500;
}
.btn_arrow01.reset input:hover {
  color: #000;
  opacity: 0.8;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.select_arrow01 {
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: 1px solid #BCBCBC;
  background-color: #FFF;
  border-radius: 5px;
  padding-right: 30px;
}
.select_arrow01.tel_mon, .select_arrow01.tel_date {
  width: 100px;
}
.select_arrow01.tel_time {
  width: 150px;
}

.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 #183774;
  pointer-events: none;
  margin-top: -4.5px;
}
/* =========================================
   SEO／アクセシビリティ用クラス
   ========================================= */
   .sr-only {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
  }