@charset 'UTF-8';
/*******************************
共通
*******************************/
/*フォント*/
.e_font {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.e_font600 {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-style: normal;
}
.fwb {
  font-weight: bold;
}
.fw900 {
  font-weight: 900;
}
/*タイトル-マージン*/
.section_title_box {
  margin-bottom: 3.6rem;
}
.section_title_center {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .section_title_box {
    margin-bottom: 3.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title_box {
    margin-bottom: 4.05rem;
  }
}
/*タイトル*/
.section_title span {
  display: block;
  font-size: 2.43rem;
  line-height: 1;
  letter-spacing: 0.05em;
  margin-bottom: 0.9rem;
}
.section_title {
  font-size: 0.93rem;
  line-height: 1.5;
  letter-spacing: 0.07em;
  font-weight: bold;
  margin-bottom: 0;
}
/*||section_title_col||*/
.section_title_col .section_title {
  display: flex;
  align-items: center;
}
.section_title_col .section_title span {
  margin-right: 1.2rem;
  margin-bottom: 0;
}
@media screen and (min-width: 992px) {
  .section_title span {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .section_title span {
    font-size: 3.25rem;
    margin-bottom: 1.2rem;
  }
  .section_title {
    font-size: 0.875rem;
  }
  /*||section_title_col||*/
  .section_title_col .section_title span {
    margin-right: 1.8rem;
  }
}
.radius10 {
  border-radius: 10px;
  overflow: hidden;
}
/*ボタン*/
.section_btn_center .section_btn {
  margin-left: auto;
  margin-right: auto;
}
.section_btn {
  font-size: 1.07rem;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 260px;
  height: 54px;
  padding-right: 3rem;
  border-radius: 45px;
  transition: all 0.5s;
  position: relative;
}
a.section_btn:hover {
  opacity: 1;
  transition: all 0.5s;
}
.section_btn_arrow {
  display: block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 7px;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
.section_btn_arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 9px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
/*ボタン-ネイビー*/
.section_btn_navy {
  color: #fff;
  background-color: #11438a;
  border: 1px solid rgba(17, 67, 138, 1);
}
a.section_btn_navy:hover {
  color: #11438a;
  background-color: #fff;
}
.section_btn_navy .section_btn_arrow {
  background-color: #fff;
}
a:hover.section_btn_navy .section_btn_arrow {
  background-color: #11438a;
  transition: all 0.5s;
}
.section_btn_navy .section_btn_arrow::before {
  background-image: url("../images/arrow_blue.svg");
}
a:hover.section_btn_navy .section_btn_arrow::before {
  background-image: url("../images/arrow_white.svg");
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .section_btn {
    font-size: 0.9375rem;
    width: 280px;
    height: 60px;
  }
  .section_btn_arrow {
    width: 45px;
    height: 45px;
    top: 50%;
    right: 8px;
  }
}
/*******************************
共通
*******************************/
/*横幅*/
.container84-855 {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 1200px) {
  .container84-855 {
    width: 85.5%;
  }
}
.page_back_white {
  background-color: #fff;
}
.mb0 {
  margin-bottom: 0 !important;
}
ul li {
  list-style: none;
}
ul {
  margin-bottom: 0;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.alignright {
  display: block;
  margin-left: auto;
  margin-right: 0;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 768px以上用の記述 */
@media screen and (min-width: 768px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-none {
    display: none;
  }
}
/* 767px以下用の記述 */
@media screen and (max-width: 767px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 576px以下用の記述 */
@media screen and (max-width: 576px) {
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  font-size: 0.714rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-weight: bold;
}
#pan {
  color: #aaaaaa;
}
#pan a span {
  color: #aaaaaa;
}
#pan span {
  color: #000;
}
.pan_line {
  font-size: 0.642rem;
  color: #aaaaaa !important;
  display: inline-block;
  width: 15px;
  height: 9px;
  margin: 0 3px;
  position: relative;
}
.pan_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(150, 150, 150, 0.25);
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0%, -50%);
}
/*#pan .home span {
  color: #adadad;
}*/
@media screen and (min-width: 1200px) {
  #pls {
    font-size: 0.9375rem;
  }
  .pan_line {
    width: 15px;
    height: 11px;
    margin: 0 10px;
  }
}
/*******************************
/* フォーム/テーブル
*******************************/
.form-w {
  max-width: 1000px;
  margin: 0 auto;
  width: 95%;
}
@media screen and (min-width: 992px) {
  .form-w {
    width: 80%;
  }
}
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #000;
  color: #fff;
  border-style: none;
  width: 100%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
  border: 1px solid #000;
}
.wpcf7-submit:hover {
  transition: .4s;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
}
#form {
  max-width: 100%;
  margin-bottom: 40px;
  /* background-color: #FFF;*/
}
#form th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #000;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #000;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
#form2 tr {
  display: flex;
  flex-wrap: wrap;
}
#form2 tr:first-child th, #form2 tr:first-child td {
  border-top: 1px solid #ccc;
}
#form2 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form2 th span {
  font-size: 0.8em;
  color: #FFF;
  background-color: #C00;
  padding: 3px;
}
#form2 th {
  background-color: #f9f9f9;
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #ccc;
}
#form2 td {
  padding: 10px;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
  font-weight: normal;
  width: 70%;
}
#form3 {
  max-width: 100%;
  margin-bottom: 40px;
  background-color: #FFF;
}
#form3 tr {
  border-bottom: 1px dotted #bfbfbf;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  display: flex;
}
#form3 th {
  width: 150px;
  color: #FFF;
  text-align: center;
  padding-top: 10px;
}
#form3 th span {
  background-color: #808080;
  display: inline-block;
  width: 150px;
}
#form3 td {
  padding: 10px;
  vertical-align: middle;
  font-weight: normal;
  padding-left: 4rem;
}
#form3 td .tel_txt1 {
  font-size: 1.2rem;
  margin-bottom: 0;
}
#form3 td .tel_txt2 {
  font-size: 2.4rem;
  font-family: 'Manrope', sans-serif;
  line-height: 1;
  display: block;
}
.f-note {
  font-size: 85%;
  color: #ff1414;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 20px;
  margin: 20px 0 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
input[type="date"] {
  width: 100%;
  color: #282828;
  padding: 20px;
  margin: 0 0 10px;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  background-color: #fff;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  input[type="date"] {
    margin: 20px 0 10px;
  }
}
@media screen and (min-width: 1200px) {
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    padding: 25px;
  }
  input[type="date"] {
    padding: 25px;
  }
}
@media screen and (max-width: 576px) {
  input[type="date"] {
    text-align: left;
    width: 100%;
  }
  input[type="date"]::before {
    content: attr(placeholder);
    width: 100%;
    color: #000;
    /* padding-left: 10px;*/
    white-space: nowrap;
  }
  input[type="date"].has-value::before {
    content: ""; /* 日付が入力されたらプレースホルダーを非表示にする */
    width: 0;
    padding-left: 0;
  }
}
@media only screen and (max-width:479px) {
  /* 479px以下用（スマートフォン用）の記述 */
  #form {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form th {
    width: 100%;
    display: block;
    border-top: none;
  }
  #form td {
    width: 100%;
    display: block;
    border-top: none;
  }
  /*  #form tr:first-child th {
    border-top: 1px solid #ddd;
  }*/
  #form2 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form2 th {
    width: 100%;
  }
  #form2 td {
    width: 100%;
    display: block;
  }
  #form2 tr:first-child td {
    border-top: none;
  }
  #form3 {
    max-width: 100%;
    margin-bottom: 40px;
  }
  #form3 tr {
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    flex-direction: column;
  }
  #form3 th {
    width: 50%;
    display: block;
    border-top: none;
  }
  #form3 td {
    width: 100%;
    display: block;
    border-top: none;
    margin-bottom: 0;
    padding-left: 10px;
  }
  #form3 tr:first-child th {
    /*	border-top: 1px solid #ddd;*/
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 20px;
    margin: 0 0 10px;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* イベントテーブル
***************************/
.table th {
  background-color: #f9f9f9;
  border-bottom: 1px solid #CCCCCC;
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  max-width: 600px;
  padding: 10px 19px;
  margin: 0 auto 30px;
  text-align: left;
  font-size: 1.0em;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 2rem;
  text-align: center;
}
.sgl img {
  overflow: hidden;
}
@media screen and (min-width: 1200px) {
  .sgl {
    margin-bottom: 3rem;
  }
}
/*************************
/* single.php 日付
*************************/
#date span {
  color: #FFF;
  background-color: #A8A8A8;
  font-size: 0.8em;
  padding: 5px;
}
/* single.php ページ送り
-------------------------*/
#next {
  background-color: #f6f6f6;
  padding: 10px;
  margin-top: 30px;
}
.nx_left {
  width: 100%;
  text-align: left;
}
.nx_left a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 35px;
  transition: all 0.5s;
}
.nx_left a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/left2.png);
  background-repeat: no-repeat;
  background-position: left center;
  transition: all 0.5s;
}
.nx_right {
  width: 100%;
  text-align: right;
}
.nx_right a {
  background-color: #FFF;
  color: #000;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right.png);
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 35px;
  transition: all 0.5s;
}
.nx_right a:hover {
  /*
  background-color: #828282;
*/
  background-color: #a6a3a3;
  color: #FFF;
  text-decoration: none;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/right2.png);
  background-repeat: no-repeat;
  background-position: right center;
  transition: all 0.5s;
}
/*--------------------------------
PREV NEXT
---------------------------------*/
#prev_next {
  width: 100%;
  margin: 36px 0 24px;
  padding: 0;
  display: table;
}
#prev_next #prev, #prev_next #next {
  width: 50%;
  padding: 30px 10px 10px;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: table-cell;
  position: relative;
  text-decoration: none;
}
#prev_next #prev p, #prev_next #next p {
  font-size: 90%;
  line-height: 1.5;
}
#prev_next #prev:hover, #prev_next #next:hover {
  background-color: rgba(238, 238, 238, 0.7);
}
#prev_next #prev {
  border-right: #ccc 1px solid;
}
#prev_next #prev_title, #prev_next #next_title {
  font-size: 90%;
  top: -1em;
  position: absolute;
  border: 1px #ccc solid;
  background: #fff;
  text-align: center;
  padding: 3px;
  color: #666;
}
#prev_next #next_title {
  right: 10px;
}
#prev_next #prev img, #prev_next #next img {
  margin: 0 auto;
}
#prev_next #prev_no, #prev_next #next_no {
  width: 50%;
  height: 140px;
  padding: 0 10px;
  display: table-cell;
}
#prev_next #prev_no {
  border-right: #ccc 1px solid;
}
#prev_next_home {
  margin: 0 auto;
  background-color: #1a1a1a;
  border: solid 9px #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px;
  box-shadow: 0 0 0 3px #1a1a1a;
  -webkit-box-shadow: 0 0 0 3px #1a1a1a;
  -moz-box-shadow: 0 0 0 3px #1a1a1a;
  text-align: center;
}
#prev_next_home:hover {
  opacity: 0.7;
}
#prev_next_home i {
  color: #FFF;
  margin: 10px auto;
  font-size: 60px;
}
/*media Queries PCサイズ
----------------------------------------------------*/
@media only screen and (min-width: 780px) {
  /*-- ここから --*/
  /*--------------------------------------
768px PREV NEXT
--------------------------------------*/
  #prev_next #prev, #prev_next #prev::before, #prev_next #prev::after, #prev_next #next, #prev_next #next::before, #prev_next #next::after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  #prev_next #prev_title, #prev_next #next_title {
    padding: 3px 10px;
  }
  #prev_next #next_title {
    right: 10px;
  }
  #prev_next #prev img {
    float: left;
    margin-right: 10px
  }
  #prev_next #next img {
    float: right;
    margin-left: 10px;
  }
  /*-- ここまで --*/
}
/*******************************
/* archive tit
*******************************/
.gall_tit {
  font-weight: bold;
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.gall_tit a {
  color: #000;
}
/*************
/* 投稿ギャラリー
*************/
.wp-caption-text {
  font-size: 12px;
  color: #999999;
  text-align: center;
}
.gallery {
  margin: 0 -5px;
}
.gallery .gallery-item {
  float: left;
  margin: 0;
  text-align: center;
  width: 25%;
  padding: 5px;
}
.gallery.gallery-columns-2 .gallery-item {
  width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  width: 33.33%;
}
.gallery .gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery .gallery-caption {
  margin-left: 0;
  margin-bottom: 35px;
  padding-right: 20px;
  padding-left: 20px;
}
/*-----------------------------
wordpressのギャラリースマホ調整
------------------------------*/
@media screen and (max-width: 640px) {
  #gallery-1, #gallery-2, #gallery-3, #gallery-4, #gallery-5, #gallery-6 {
    display: flex;
    flex-wrap: wrap;
  }
  .gallery-columns-3 .gallery-item, .gallery-columns-4 .gallery-item {
    float: none;
    width: 50% !important;
    margin: 0;
  }
  .gallery.gallery-columns-2 .gallery-item, .gallery-columns-3 .gallery-item {
    width: 100%;
  }
  .gallery .gallery-item {
    padding: 3px;
  }
}
/*******************************
/* youtube　gmapレスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*******************************
/* レスポンシブ改行
***************************/
@media screen and (min-width: 576px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
/*******************************
/* form
*******************************/
.con_form .wpcf7-list-item {
  display: block;
}
/*******************************
/*関連画像
*******************************/
.related-thumb {
  height: 120px;
}
.related-thumb img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.related-title {
  margin: 8px 0;
  color: #000;
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
@media screen and (min-width: 992px) {
  .related-thumb {
    height: 200px;
  }
}
/*--------------------------------------
archiveページャー
--------------------------------------*/
/*.pagenation:after, .pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}*/
.pagenation ul {
  margin: 0;
  margin-top: 4rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5rem;
}
.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 1px;
  margin-right: 1px;
  margin-bottom: 0;
}
/*.pagenation li:first-child {
  margin-left: 0;
}*/
.pagenation li.active {
  color: rgba(0, 0, 0, 1);
  cursor: not-allowed;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pagenation li.active::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.pagenation li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background: inherit;
  color: #a0a0a0;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pagenation li a:hover {
  text-decoration: none;
}
.pagenation li.active, .pagenation li a {
  font-size: 1rem;
}
.pagenation .next, .pagenation .prev {
  display: none;
}
@media screen and (min-width: 768px) {
  .pagenation ul {
    margin-top: 5rem;
  }
  .pagenation li.active, .pagenation li a {
    padding: 10px 10px;
  }
}
/*******************************
/* インフォメーション投稿一覧表示
***************************/
.pg_infomation_pagenation > .page-numbers {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 0;
  margin-top: 4rem;
}
.pg_infomation_pagenation .page-numbers li .current {
  color: rgba(0, 0, 0, 1);
  cursor: not-allowed;
  padding: 10px 10px;
  display: inline-block;
  position: relative;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pg_infomation_pagenation .page-numbers li .current::before {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  background-color: #000;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.pg_infomation_pagenation .page-numbers li a {
  /*  background: none repeat scroll 0 0 #fff;*/
  background-color: inherit;
  color: #a0a0a0;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.pg_infomation_pagenation .page-numbers li span {
  color: #a0a0a0;
  padding: 10px 10px;
  text-decoration: none;
  display: inline-block;
}
.pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
  font-size: 1rem;
}
.page-numbers li a:hover {
  text-decoration: none;
}
.pg_infomation_pagenation > .page-numbers li > .prev, .pg_infomation_pagenation > .page-numbers li > .next {
  display: none !important;
}
.pg_infomation_pagenation .page-numbers li span.page-numbers.dots {
  display: none;
}
@media screen and (min-width: 768px) {
  .pg_infomation_pagenation .page-numbers li .current, .pg_infomation_pagenation .page-numbers li a {
    padding: 10px 10px;
  }
}
/***************************************
event_container
***************************************/
.event_container {
  margin-bottom: 5.2rem;
}
@media screen and (min-width: 768px) {
  .event_container {
    margin-bottom: 6.5rem;
  }
}
@media screen and (min-width: 992px) {
  .event_container {
    position: relative;
    z-index: 0;
    padding-bottom: 7rem;
    margin-bottom: 7rem;
  }
  .event_container::before {
    content: "";
    display: block;
    width: 96.5%;
    height: 65%;
    background-color: #fff;
    border-radius: 20px 0 0 20px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .event_container {
    padding-bottom: 7.5rem;
    margin-bottom: 6.9rem;
  }
}
@media screen and (min-width: 1500px) {
  .event_container::before {
    width: 93%;
  }
}
.event_title_wrap {
  width: 77%;
  margin: 0 auto 3.4rem;
}
.event_title_wrap .section_title_box {
  margin-bottom: 2.2rem;
}
.event_heading {
  letter-spacing: 0.02em;
  line-height: 1.57;
  text-align: justify;
}
.event_item {
  display: block;
  color: #000;
}
.event_item:hover {
  color: #000;
  opacity: 1;
}
.event_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.4rem;
  position: relative;
}
.event_img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.new_tag {
  font-size: 0.86rem;
  width: 48px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #ff0000;
  color: #fff;
  z-index: 10;
  padding-bottom: 7px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 78%, /* V字の谷 */ 0 100%);
}
.event_type {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fad205;
  width: 100px;
  height: 26px;
  border-radius: 13px;
  margin-bottom: 1rem;
}
.event_txt_box {
  padding-left: 0.55rem;
}
.event_title {
  font-size: 1.14rem;
  letter-spacing: 0.06em;
  margin-bottom: 0.5rem;
}
.event_date {
  font-size: 1.14rem;
  letter-spacing: 0.06em;
}
.event_other_wrap {
  margin-top: 3.2rem;
}
.event_other_wrap .section_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .event_title_wrap {
    display: flex;
    width: 87%;
    margin-bottom: 4rem;
  }
  .event_title_wrap .section_title_box {
    width: 28.5%;
    margin-bottom: 0;
  }
  .event_heading {
    width: 71.5%;
  }
  .event_container .event_block {
    padding-left: 6.5%;
  }
}
@media screen and (min-width: 1200px) {
  .event_title_wrap .section_title_box {
    width: 33.5%;
  }
  .event_heading {
    font-size: 0.9375rem;
    line-height: 1.66;
    width: 66.5%;
  }
  .event_img {
    margin-bottom: 1.25rem;
  }
  .new_tag {
    font-size: 0.875rem;
    width: 60px;
    height: 52px;
    padding-bottom: 8px;
  }
  .event_type {
    font-size: 0.75rem;
    margin-left: 0.55rem;
  }
  .event_title {
    font-size: 1.125rem;
    margin-bottom: 0.2rem;
  }
  .event_date {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1500px) {
  .event_title_wrap {
    width: 71.5%;
    margin-bottom: 5rem;
  }
  .event_title_wrap .section_title_box {
    width: 28.5%;
  }
  .event_heading {
    width: 71.5%;
  }
  .event_container .event_block {
    padding-left: 14%;
  }
}
/*||swiper-dots||*/
.event-pagination {
  display: flex;
  justify-content: center;
  margin-bottom: 3.5rem;
}
.event-pagination .swiper-pagination-bullet {
  display: block;
  width: 32px;
  height: 2px;
  background-color: #dcdcdc;
  margin-right: 6px;
  border-radius: 5px;
}
.event-pagination .swiper-pagination-bullet:last-child {
  margin-right: 0;
}
.event-pagination .swiper-pagination-bullet-active {
  background-color: #11438a;
}
@media screen and (min-width: 992px) {
  .event-pagination {
    display: none;
  }
}
/*||swiper-スクロールバー||*/
.event_other_bar_wrap {
  display: none;
}
@media screen and (min-width: 992px) {
  .event_slider {
    margin-bottom: 3rem;
  }
  .event_other_wrap {
    margin-top: 4.6rem;
    width: 93.5%;
    display: flex;
    align-items: center;
  }
  .event_other_wrap .section_btn_box {
    width: 34.5%;
  }
  .event_other_wrap .section_btn {
    margin-left: 0;
    margin-right: 0;
  }
  .event_other_bar_wrap {
    display: block;
    width: 65.5%;
  }
  .event_container .swiper-scrollbar {
    width: 100%;
    display: block;
    height: 2px;
    border-radius: 3px;
    background: #dcdcdc;
    overflow: visible;
  }
  .event_container .swiper-scrollbar-drag {
    position: relative;
    background-color: #11438a !important;
    opacity: 1 !important;
    height: 100% !important;
    border-radius: 3px;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .event_other_wrap {
    width: 84%;
  }
} /***************************************
イベント一覧 
***************************************/
.archive_event_wrap {
  width: 84%;
  margin: 0 auto;
}
.archive_event_container .event_slider_slide {
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 768px) {
  .archive_event_container .event_slider_wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 4%;
  }
  .archive_event_container .event_slider_slide {
    width: calc((100% - 4%) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .archive_event_wrap {
    width: 88%;
  }
  .archive_event_container .event_slider_slide {
    width: calc((100% - 8%) / 3);
    margin-bottom: 4.2rem;
  }
}
@media screen and (min-width: 1500px) {
  .archive_event_container .event_slider_wrapper {
    gap: 2%;
  }
  .archive_event_container .event_slider_slide {
    width: calc((100% - 6%) / 4);
  }
}
/***************************************
イベント詳細
***************************************/
.info_category_name.info_category_name_event {
  background-color: #fad205;
  color: #000;
}
.single_event_table_wrap {
  margin-top: 3rem;
  margin-bottom: 4rem;
}
.single_event_table {
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid rgba(170, 170, 170, 0.25);
}
.single_event_table tr {
  font-size: 0.928rem;
  display: flex;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.single_event_table tr:last-child {
  border-bottom: none;
}
.single_event_table th {
  font-weight: bold;
  color: #fff;
  background-color: #11438a;
  width: 30%;
  padding: 12px 10px;
  text-align: center;
  align-content: center;
}
.single_event_table td {
  color: #505050;
  background-color: #fff;
  padding: 12px 20px;
  width: 70%;
}
.single_event_table_wrap .section_btn_box {
  margin-top: 3rem;
}
@media screen and (min-width: 1200px) {
  .single_event_table_wrap {
    margin-top: 4rem;
    margin-bottom: 6rem;
  }
  .single_event_table tr {
    font-size: 1rem;
    line-height: 1.68;
  }
  .single_event_table th {
    width: 24%;
  }
  .single_event_table td {
    width: 76%;
    padding: 1.05rem 2.4rem;
  }
  .single_event_table_wrap .section_btn_box {
    margin-top: 4rem;
  }
}
/***************************************
投稿詳細-イベントフォーム
***************************************/
.single_event_form_wrap {
  margin-top: 6rem;
}
.single_event_form #form-contact_box {
  width: 100%;
}
@media screen and (min-width: 1200px) {
  .single_event_form_wrap {
    margin-top: 8rem;
  }
}
/***************************************
prev,next表示
***************************************/
/*||prev,next表示||*/
.single_nextbox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 0;
  width: 87%;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
.single_prev, .single_next {
  margin-bottom: 0;
}
.single_link_btn, .single_nolink {
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single_link_btn {
  color: #000;
  transition: all 0.5s;
}
.single_link_btn:hover {
  color: #000;
  opacity: 1;
  transition: all 0.5s;
}
.single_nolink {
  color: #b4b4b4;
  opacity: 0.7;
}
.single_nolink:hover {
  color: #b4b4b4;
}
.single_link_circle {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #11438a;
  border: 1px solid rgba(17, 67, 138, 1);
  position: relative;
  transition: all 0.5s;
}
.single_link_btn:hover .single_link_circle {
  background-color: #fff;
  transition: all 0.5s;
}
.single_prev .single_link_circle {
  margin-right: 7px;
}
.single_prev .single_link_circle::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%) rotate(180deg);
  transition: all 0.5s;
}
.single_prev .single_link_btn:hover .single_link_circle::before {
  background-image: url("../images/arrow_blue.svg");
  transition: all 0.5s;
}
.single_next .single_link_circle {
  margin-left: 10px;
}
.single_next .single_link_circle::before {
  content: "";
  display: block;
  width: 5px;
  height: 6px;
  background-image: url("../images/arrow_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 49%;
  transform: translate(-50%, -50%);
  transition: all 0.5s;
}
.single_next .single_link_btn:hover .single_link_circle::before {
  background-image: url("../images/arrow_blue.svg");
  transition: all 0.5s;
}
.single_menu {
  color: #000;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.single_menu:hover {
  color: #000;
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .single_link_btn, .single_nolink {
    font-size: 1rem;
  }
  .single_link_circle {
    width: 38px;
    height: 38px;
  }
  .single_prev .single_link_circle {
    margin-right: 12px;
  }
  .single_prev .single_link_circle::before {
    width: 6px;
    height: 7px;
  }
  .single_next .single_link_circle {
    margin-left: 15px;
  }
  .single_next .single_link_circle::before {
    width: 6px;
    height: 7px;
  }
}
/***************************************
news_item
***************************************/
.news_item {
  color: #000;
  width: 87%;
  margin: 0 auto 5.2rem;
  max-width: 1000px;
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  padding: 0.9rem 1.6rem 1.9rem 1.6rem;
  border-radius: 10px;
  transition: all 0.5s;
}
.news_item:hover {
  color: #11438a;
  transition: all 0.5s;
}
.news_unit {
  width: calc(100% - 25px);
}
.news_head {
  font-size: 1.29rem;
  padding-bottom: 6px;
  margin-bottom: 15px;
  position: relative;
}
.news_head::before {
  content: "";
  display: block;
  width: 20px;
  height: 1px;
  background-color: rgba(220, 220, 220, 0.75);
  position: absolute;
  bottom: 0;
  left: 0;
}
.news_date {
  font-size: 0.93rem;
  line-height: 1;
  color: #b4b4b4;
  margin-bottom: 0.6rem;
  transition: all 0.5s;
}
a:hover .news_date {
  color: #11438a;
  transition: all 0.5s;
}
.news_title {
  font-size: 0.93rem;
  letter-spacing: 0.04em;
  ;
  line-height: 1.4;
}
.news_line {
  width: 20px;
  height: 13px;
  position: relative;
  top: 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 1);
  transition: all 0.5s;
}
a:hover .news_line {
  border-bottom: 1px solid rgba(17, 67, 138, 1);
  transition: all 0.5s;
}
.news_line::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.5s;
}
a:hover .news_line::before {
  background-color: #11438a;
  transition: all 0.5s;
}
.news_line::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  transition: all 0.5s;
}
a:hover .news_line::after {
  background-color: #11438a;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .news_item {
    padding: 1rem 2rem;
    align-items: center;
    justify-content: space-between;
    border-radius: 5px;
  }
  .news_unit {
    display: flex;
    align-items: center;
  }
  .news_head {
    padding-right: 17px;
    margin-right: 1rem;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .news_head::before {
    width: 1px;
    height: 20px;
    top: 50%;
    right: 0;
    left: auto;
    transform: translate(0%, -50%);
  }
  .news_date_wrap {
    display: flex;
    align-items: center;
  }
  .news_date {
    margin-right: 1rem;
    margin-bottom: 0;
  }
  .news_line {
    top: 0;
  }
}
@media screen and (min-width: 1200px) {
  .news_item {
    padding: 1rem 2.4rem;
    margin-bottom: 7rem;
  }
  .news_head {
    font-size: 1.125rem;
    padding-right: 2rem;
    margin-right: 2rem;
  }
  .news_date {
    font-size: 0.875rem;
  }
  .news_title {
    font-size: 0.9375rem;
  }
}
/***************************************
投稿一覧
***************************************/
.archive_news_container .news_item {
  margin-bottom: 10px;
}
/***************************************
投稿詳細
***************************************/
.single_block {
  width: 90%;
  margin: 0 auto;
}
.single_block_outer {
  padding: 3.2rem 0 4rem;
  background-color: #fff;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  margin-bottom: 4rem;
}
.single_block_inner {
  width: 88%;
  margin: 0 auto;
  max-width: 850px;
}
.info_date_wrap {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.single_title {
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: bold;
  margin-bottom: 2.5rem;
}
.single_main_contents #main2 {
  /*font-size: 0.928rem;*/
  line-height: 1.78;
  /* text-align: justify;*/
  margin-bottom: 0;
}
.single_eye_img {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 3rem;
}
.single_eye_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.single_main_contents img {
  border-radius: 10px;
  overflow: hidden;
  height: auto;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .single_block {
    width: 84%;
  }
  .single_block_inner {
    width: 80%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1200px) {
  .single_block_outer {
    padding: 6.2rem 0 7rem;
    border-radius: 20px;
    margin-bottom: 3.3rem;
  }
  .single_title {
    font-size: 1.8rem;
  }
  .single_unit02 #main2 {
    font-size: 0.9375rem;
    line-height: 1.86;
  }
  .single_eye_img {
    margin-bottom: 4rem;
  }
}
/***************************************
info_container
***************************************/
.info_container {
  width: 87%;
  margin: 0 auto 5.7rem;
  max-width: 1000px;
}
.info_container .section_title_box {
  text-align: center;
  margin-bottom: 2.8rem;
}
/*タブ表示*/
.info_container .post {
  display: none;
}
.info_container .post.active {
  display: block;
}
/*タブ表示-END*/
.info_unit01 {
  margin-bottom: 3.4rem;
}
.info_category_box > ul {
  display: flex;
  border: 1px solid rgba(170, 170, 170, 0.25);
}
.info_category_box > ul > li {
  width: calc(100% / 3);
  border-right: 1px solid rgba(170, 170, 170, 0.25);
  position: relative;
}
.info_category_box > ul > li:last-child {
  border-right: none;
}
.info_category_list {
  font-size: 1rem;
  letter-spacing: 0.06em;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #000;
  padding: 0.8rem 0;
  transition: all 0.5s;
}
.info_category_list:hover {
  background-color: #000;
  color: #fff;
  transition: all 0.5s;
}
.info_category_box > ul > li .active {
  color: #fff;
  background-color: #000;
}
.info_unit02 > ul {
  margin-bottom: 4.4rem;
}
.info_unit02 > ul > li {
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
}
.info_unit02 > ul > li:first-child {
  border-top: 1px solid rgba(170, 170, 170, 0.25);
}
.info_item {
  display: block;
  padding: 1.6rem 0 1.95rem;
  color: #000;
  transition: all 0.5s;
}
.info_item:hover {
  color: #000;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.5s;
}
.info_date_box {
  display: flex;
  align-items: center;
  margin-bottom: 1.1rem;
}
.info_date {
  font-size: 0.93rem;
  color: #b4b4b4;
  margin-right: 20px;
}
.info_category_name {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #646464;
  color: #fff;
  padding: 0 26px;
  min-width: 100px;
  height: 26px;
  border-radius: 13px;
  white-space: nowrap;
}
.info_title {
  font-size: 0.93rem;
  font-weight: bold;
  margin-bottom: 0;
}
.info_unit02 .section_btn {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .info_item {
    display: flex;
    align-items: center;
    padding: 1.6rem 0;
  }
  .info_date_box {
    margin-right: 1rem;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .info_container {
    margin-bottom: 8rem;
  }
  .info_container .section_title_box {
    text-align: left;
    margin-bottom: 3.2rem;
  }
  .info_container .section_title {
    display: flex;
    align-items: center;
  }
  .info_container .section_title span {
    margin-right: 1.2rem;
    margin-bottom: 0;
  }
  .info_block {
    display: flex;
  }
  .info_unit01 {
    width: 20%;
    margin-bottom: 0;
  }
  .info_category_box > ul {
    flex-direction: column;
    border: none;
  }
  .info_category_box > ul > li {
    width: 100%;
    border-right: none;
    margin-bottom: 0.5rem;
  }
  .info_category_list {
    padding: 0.4rem 0;
    border-radius: 30px;
  }
  .info_unit02 {
    width: 80%;
    padding-left: 8.5%;
  }
  .info_unit02 .section_btn {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .info_container {
    margin-bottom: 10rem;
  }
  .info_unit01 {
    width: 22%;
  }
  .info_category_box > ul > li {
    margin-bottom: 1.2rem;
  }
  .info_category_list {
    padding: 0.45rem 0;
  }
  .info_unit02 {
    width: 78%;
  }
  .info_unit02 > ul {
    margin-bottom: 5rem;
  }
  .info_item {
    padding: 1.67rem 0;
  }
  .info_date {
    font-size: 0.875rem;
    margin-right: 18px;
  }
  .info_category_name {
    font-size: 0.875rem;
  }
  .info_title {
    font-size: 0.9375rem;
  }
}
/***************************************
ブログ一覧
***************************************/
.archive_blog_container .info_unit02 {
  width: 84%;
  margin: 0 auto;
  max-width: 1300px;
}
/***************************************
gallery_container
***************************************/
.gallery_container {
  width: 77%;
  margin: 0 auto 5.7rem;
}
.gallery_container .gallery_block {
  margin-bottom: 4rem;
}
.gallery_block > ul > li {
  margin-bottom: 3.5rem;
}
.gallery_block > ul > li:last-child {
  margin-bottom: 0;
}
.gallery_item {
  display: block;
  color: #000;
}
.gallery_item:hover {
  color: #000;
  opacity: 1;
}
.gallery_img {
  aspect-ratio: 4 / 3;
  margin-bottom: 1.5rem;
}
.gallery_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.gallery_tag_wrap {
  margin-bottom: 1rem;
}
.gallery_tag_wrap > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}
.gallery_tag_wrap > ul > li {
  width: auto;
}
.gallery_type {
  font-size: 0.93rem;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fad205;
  padding: 0 26px;
  min-width: 100px;
  height: 26px;
  border-radius: 13px;
  margin-bottom: 0;
}
.gallery_title {
  font-size: 1.14rem;
  letter-spacing: 0.02em;
  margin-bottom: 0.5rem;
}
.gallery_place {
  font-size: 0.93rem;
  letter-spacing: 0.04em;
  color: #b4b4b4;
}
@media screen and (min-width: 768px) {
  .gallery_container {
    width: 87%;
  }
  .gallery_block > ul {
    display: flex;
    gap: 4%;
  }
  .gallery_block > ul > li {
    width: calc((100% - 8%) / 3);
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .gallery_container {
    margin-bottom: 7rem;
  }
}
@media screen and (min-width: 1200px) {
  .gallery_container .gallery_block {
    margin-bottom: 4.75rem;
  }
  .gallery_img {
    margin-bottom: 1.6rem;
  }
  .gallery_txt_box {
    padding-left: 0.55rem;
  }
  .gallery_type {
    font-size: 0.8125rem;
  }
  .gallery_title {
    font-size: 1.125rem;
  }
  .gallery_place {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1500px) {
  .gallery_container {
    width: 72%;
    margin-bottom: 8.8rem;
  }
}
/***************************************
施工事例一覧　
***************************************/
.archive_detail-gallery_container .gallery_img {
  aspect-ratio: initial;
}
@media screen and (min-width: 768px) {
  .archive_detail-gallery_container .gallery_block > ul {
    gap: initial;
    display: block;
    column-count: 2;
    column-gap: 3%;
  }
  .archive_detail-gallery_container .gallery_block > ul > li {
    width: 100%;
    -webkit-page-break-inside: avoid;
    -moz-page-break-inside: avoid;
    -ms-page-break-inside: avoid;
    page-break-inside: avoid;
    padding-bottom: 4.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .archive_detail-gallery_container .gallery_block > ul {
    column-count: 3;
  }
}
/***************************************
施工事例詳細
***************************************/
.single_DG_block {
  width: 84%;
  margin: 0 auto 6rem;
  max-width: 1300px;
}
.single_DG_unit01 {
  margin-bottom: 1.6rem;
}
.single_DG_img img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .single_DG_block {
    display: flex;
    align-items: center;
    margin-bottom: 7rem;
  }
  .single_DG_unit01 {
    width: 50%;
    margin-bottom: 0;
  }
  .single_DG_unit02 {
    width: 50%;
    padding-left: 5%;
  }
}
@media screen and (min-width: 992px) {
  .single_detail-gallery_container .gallery_title {
    font-size: 1.2rem;
    margin-bottom: 0.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_DG_block {
    margin-bottom: 8.4rem;
  }
  .single_DG_unit01 {
    width: 52%;
  }
  .single_DG_unit02 {
    width: 48%;
    padding-left: 6%;
  }
  .single_detail-gallery_container .gallery_tag_wrap {
    margin-bottom: 1.5rem;
  }
  .single_detail-gallery_container .gallery_txt_box {
    padding-left: 0;
  }
  .single_detail-gallery_container .gallery_title {
    font-size: 1.375rem;
    margin-bottom: 1rem;
  }
}
@media screen and (min-width: 1500px) {
  .single_DG_block {
    width: 72%;
  }
}
/***************************************
その他のギャラリー
***************************************/
.single_other_block .section_btn_box {
  margin-top: 4rem;
}
@media screen and (min-width: 768px) {
  .single_other_block .section_btn_box {
    margin-top: 1rem;
  }
}
@media screen and (min-width: 1200px) {
  .single_other_block .section_title_box {
    margin-bottom: 5.05rem;
  }
}
/***************************************
404 
***************************************/
.pg_search_container {
  overflow-x: clip;
}
.pgsearch_title {
  font-size: 1.3rem;
  line-height: 1.7;
  margin-bottom: 3rem;
}
.pgsearch_txt {
  margin-bottom: 2rem;
}
.pgsearch_url {
  word-break: break-all;
  margin-bottom: 4rem;
}
.pgsearch_btn {
  font-size: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #11438a;
  border: 1px solid #11438a;
  color: #fff;
  height: 54px;
  width: 100%;
  max-width: 260px;
  border-radius: 45px;
  margin: 0 auto;
  margin-left: auto;
  position: relative;
  z-index: 0;
  transition: all 0.5s;
}
.pgsearch_btn:hover {
  color: #11438a;
  background-color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
@media screen and (min-width: 1200px) {
  .pgsearch_title {
    font-size: 1.5625rem;
  }
  .pgsearch_btn {
    font-size: 1rem;
    width: 280px;
    height: 60px;
  }
}
/************************
/*FORM(お問い合わせ)
************************/
#form-contact_box {
  width: 84%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
.pg_contact_txt1 {
  font-size: 0.9375rem;
  text-align: center;
  margin-bottom: 0;
}
.pg_contact_txt2 {
  font-size: 0.9375rem;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 4.7rem;
}
.cl-red {
  color: #11438a;
  margin-right: 3px;
}
input[type="button"], input[type="text"], input[type="submit"], input[type="image"], textarea {
  -webkit-appearance: none;
  border-radius: 0;
}
/* FORM MODEL */ ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #919191;
  letter-spacing: 0.1em;
  opacity: 1;
  font-family: inherit;
}
:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
::placeholder {
  /* Most modern browsers support this now. */
  color: #919191;
  letter-spacing: 0.1em;
  font-family: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}
#form-contact_box .form-group {
  display: flex;
  border-bottom: 1px solid rgba(170, 170, 170, 0.25);
  padding-bottom: 1.1rem;
  margin-bottom: 1.8rem;
  flex-wrap: wrap;
}
#form-contact_box .form-group:last-child {
  margin-bottom: 0;
}
#form-contact_box .form-label {
  width: 28%;
  display: flex;
  align-items: center;
  padding-left: 1rem;
  margin-bottom: 0;
}
#form-contact_box .form-imp__icon {
  color: #11438a;
  margin-top: -1px;
  margin-left: 5px;
  font-size: 1rem;
}
#form-contact_box .wpcf7-form-control-wrap {
  display: block;
  width: 72%;
}
#form-contact_box input, #form-contact_box textarea, #form-contact_box select {
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 26px;
  display: block;
  width: 100%;
  outline: none;
  resize: none;
  margin: 0;
  padding: 22px 40px;
  border-radius: 10px;
  border: none;
}
/*||select矢印||*/
.form-group_2col_item {
  width: 72%;
  position: relative;
}
.form-group_2col_item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 7px solid #000;
  position: absolute;
  top: 31px;
  right: 20px;
  z-index: 1;
}
.form-group_2col_item.select-active::before {
  display: none;
}
#form-contact_box .form-group_2col_item .wpcf7-form-control-wrap {
  width: 100%;
}
@media screen and (max-width: 576px) {
  .form-group_2col_item {
    width: 100%;
  }
  .form-group_2col_item::before {
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    border-top: 6px solid #000;
    top: 24px;
  }
}
/*||背景色有||*/
.contact_form_back #form-contact_box input, .contact_form_back #form-contact_box textarea, .contact_form_back #form-contact_box select {
  background-color: #fff;
}
/*||背景色無||*/
.contact_form_back02 #form-contact_box input, .contact_form_back02 #form-contact_box textarea, .contact_form_back02 #form-contact_box select {
  background-color: #f7f7f7;
}
.contact_form_back02 #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
  background-color: #f7f7f7;
}
#form-contact_box input[type="checkbox"], #form-contact_box input[type="radio"] {
  width: auto;
  display: inline-block;
}
/*||住所||*/
.form-group_address_inner {
  width: 71%;
}
#form-contact_box .form-group_address .form-label {
  align-items: flex-start;
  padding-top: 1.2rem;
}
#form-contact_box .form-group_address .wpcf7-form-control-wrap:first-child {
  width: 48%;
  margin-bottom: 10px;
}
#form-contact_box .form-group_address .wpcf7-form-control-wrap:last-child {
  width: 100%;
}
@media screen and (max-width: 576px) {
  #form-contact_box .form-group_address .form-label {
    padding-top: 0;
  }
  .form-group_address #zip3 {
    width: 100%;
  }
}
/* CUSTOM CHECKBOX */
#form-contact_box .form-input__checkbox {
  margin-bottom: 0;
  width: 71%;
}
#form-contact_box .form-input__checkbox .wpcf7-form-control-wrap {
  width: 100%;
}
#form-contact_box .form-input__checkbox label {
  cursor: pointer;
}
#form-contact_box .form-input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
/* Create a custom checkbox */
#form-contact_box .form-input__checkbox .wpcf7-list-item {
  margin-right: 2.5rem;
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item.first, #form-contact_box .form-input__checkbox .wpcf7-list-item.last {
  margin-left: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label {
  position: relative;
  padding-left: 50px;
  line-height: 40px;
  padding-top: 0;
  top: 0;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before, #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  content: "";
  position: absolute;
  border-radius: inherit;
  transition: 0.2s;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
  display: block;
  height: 40px;
  width: 40px;
  background-color: #fff;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  border: none;
}
#form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #11438a;
  border: none;
}
#form-contact_box .form-input__checkbox input:checked ~ .wpcf7-list-item-label::after {
  opacity: 1;
}
/*||ラジオボタン||*/
#form-contact_box .form-input__radio .wpcf7-list-item-label::before {
  border-radius: 50%;
}
#form-contact_box .form-input__radio .wpcf7-list-item-label::after {
  border-radius: 50%;
}
/*お問い合わせ内容*/
#form-contact_box .form-label.form-label_upmt {
  align-items: flex-start;
  padding-top: 1.2rem;
}
.form-group--agree {
  margin-top: 3.5rem;
  margin-bottom: 3.5rem;
}
#form-contact_box input[type="submit"] {
  width: 100%;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.07em;
  font-weight: bold;
  background-color: inherit;
  background-color: #11438a;
  border: 1px solid rgba(17, 67, 138, 1);
  height: 80px;
  color: #fff;
  border-radius: 45px;
}
@media screen and (max-width: 576px) {
  .pg_contact_txt1 {
    font-size: 0.93rem;
    text-align: left;
  }
  .pg_contact_txt2 {
    font-size: 0.93rem;
    justify-content: flex-start;
    margin-bottom: 3rem;
  }
  #form-contact_box .form-group {
    padding-bottom: 1.4rem;
    margin-bottom: 1.4rem;
  }
  #form-contact_box .form-label {
    width: 100%;
    padding-left: 0;
    margin-bottom: 0.9rem;
  }
  #form-contact_box .wpcf7-form-control-wrap {
    width: 100%;
  }
  .form-group_address_inner {
    width: 100%;
  }
  #form-contact_box input, #form-contact_box textarea, #form-contact_box select {
    padding: 13px 16px;
    font-size: 1rem;
  }
  /* CUSTOM CHECKBOX */
  #form-contact_box .form-input__checkbox {
    width: 100%;
  }
  #form-contact_box .form-input__checkbox label {
    margin-bottom: 0;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label {
    line-height: 30px;
    padding-left: 36px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::before {
    height: 28px;
    width: 28px;
  }
  #form-contact_box .form-input__checkbox .wpcf7-list-item-label::after {
    width: 8px;
    height: 8px;
    left: 10px;
  }
  /*お問い合わせ内容*/
  #form-contact_box .form-label.form-label_upmt {
    padding-top: 0;
  }
  .form-group--agree {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
  /*送信ボタン*/
  #form-contact_box input[type="submit"] {
    height: 60px;
    width: 80%;
  }
}
/*||個人情報の取り扱いに同意する||*/
#form-contact_box .form-input__checkbox--round {
  width: 100%;
  padding-left: 0;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item {
  margin-right: 0;
}
#form-contact_box .form-input__checkbox--round .wpcf7-form-control {
  justify-content: center;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
  border-radius: 50%;
  line-height: 35px;
  padding-top: 0;
  font-size: 0.9375rem;
  position: relative;
  padding-left: 70px;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before, #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
  left: 0;
  display: block;
  background-color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
}
#form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
  left: 20px;
  width: 10px;
  height: 10px;
  opacity: 0;
  background-color: #11438a;
  border-radius: 50%;
}
@media screen and (max-width: 576px) {
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label {
    font-size: 1rem;
    padding-left: 50px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::before {
    width: 35px;
    height: 35px;
  }
  #form-contact_box .form-input__checkbox--round .wpcf7-list-item-label::after {
    left: 12px;
  }
}
.f_note {
  font-size: 1rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.f_note a {
  color: #787878;
  text-decoration: underline;
  transition: all 0.5s;
}
.f_note a:hover {
  color: #787878;
  transition: all 0.5s;
  text-decoration: underline;
}
@media screen and (min-width: 1200px) {
  .f_note {
    font-size: 0.9375rem;
    margin-top: 1.7rem;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}
/*.grecaptcha-badge {
   visibility: initial !important;
}*/
.form_grecaptcha {
  text-align: center;
  color: #777;
  font-size: 0.75rem;
  margin-top: 2rem;
  margin-bottom: 0;
}
.form_grecaptcha a {
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .form_grecaptcha {
    margin-top: 4rem;
  }
}
/***************************************

***************************************/
/**************************************
/* レスポンシブ改行
***************************************/
@media screen and (max-width: 575px) {
  .br-sp5 {
    display: block;
  }
  .br-pc5 {
    display: none;
  }
}
@media screen and (min-width: 576px) {
  .br-sp5 {
    display: none;
  }
  .br-pc5 {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .br-sp7 {
    display: inline-block;
  }
  .br-pc7 {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .br-sp7 {
    display: none;
  }
  .br-pc7 {
    display: block;
  }
}
@media screen and (max-width: 991px) {
  .br-pc9 {
    display: none;
  }
  .br-sp9 {
    display: block;
  }
}
@media screen and (min-width: 992px) {
  .br-pc9 {
    display: block;
  }
  .br-sp9 {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .br-pc12 {
    display: none;
  }
  .br-sp12 {
    display: block;
  }
}
@media screen and (min-width: 1200px) {
  .br-pc12 {
    display: block;
  }
  .br-sp12 {
    display: none;
  }
}
@media screen and (max-width: 1499px) {
  .br-pc15 {
    display: none;
  }
  .br-sp15 {
    display: block;
  }
}
@media screen and (min-width: 1500px) {
  .br-pc15 {
    display: block;
  }
  .br-sp15 {
    display: none;
  }
}
@media screen and (max-width: 1799px) {
  .br-pc18 {
    display: none;
  }
  .br-sp18 {
    display: block;
  }
}
@media screen and (min-width: 1800px) {
  .br-pc18 {
    display: block;
  }
  .br-sp18 {
    display: none;
  }
}