@charset 'UTF-8';
/* row タグの隙間を消す. */
.row--nopadding {
  margin-left: 0;
  margin-right: 0;
}
.row--nopadding > [class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}
/* 共通
--------------------------- */
.content {
  background-color: #fff;
  margin: 0px;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0;
}
/* 各メディアごとのマージン設定
--------------------------- */
/* 769px以上用の記述 */
@media screen and (min-width: 769px) {
  .col-md-m20-bottom {
    margin-bottom: 20px;
  }
  .col-md-m40-bottom {
    margin-bottom: 40px;
  }
  .col-md-m20-top {
    margin-top: 20px;
  }
  .col-md-m40-top {
    margin-top: 40px;
  }
  .col-md-m80-top {
    margin-top: 80px;
  }
  .col-md-none {
    display: none;
  }
}
/* 768px以下用の記述 */
@media screen and (max-width: 768px) {
  .col-sm-m20-bottom {
    margin-bottom: 20px;
  }
  .col-sm-none {
    display: none;
  }
}
/* 479px以下用の記述 */
@media screen and (max-width: 479px) {
  .col-xs-m20-bottom {
    margin-bottom: 20px;
  }
  .col-xs-m40-bottom {
    margin-bottom: 40px;
  }
  .col-xs-m60-bottom {
    margin-bottom: 60px;
  }
  .col-xs-m20-top {
    margin-top: 20px;
  }
  .col-xs-m40-top {
    margin-top: 40px;
  }
  .col-xs-none {
    display: none;
  }
}
/*******************************
パンクズ
*******************************/
#pls {
  width: 100%;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#pan {
  font-size: 0.8em;
}
#pls2 {
  background-color: #f4f4f4;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
#pls2 #pan {
  font-size: 1em;
  margin-top: 10px;
  margin-bottom: 10px;
}
#pls2 #pan li {
  font-size: 1em;
  float: left;
  margin-right: 10px;
}
#pls2 #pan li a {
  text-decoration: none;
}
/*************
サイド（右側）コンテンツ
*************/
/* Side bar
----------------------------------------------------------------------------------------------------*/
#sidebar h3 {
  margin: 0px;
}
#sidebar ul li {
  margin: 0px;
  list-style-type: none;
}
#sidebar img {
  margin-bottom: 10px;
}
#sidebar {
  width: 100%;
  margin-bottom: 35px;
  float: left;
}
#sidebar_box {
  width: 100%;
  /*	border: 1px solid #cccccc;*/
}
#sidebar li a {
  display: block;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  background-image: url(../images/arrow.gif);
  background-repeat: no-repeat;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 30px;
  background-position: 10px center;
  background-color: #fff;
  font-size: 1em;
  color: #232323;
  text-decoration: none;
}
#sidebar li a:hover {
  background-color: #fff;
}
#sidebar1 {
  width: 100%;
  margin-bottom: 25px;
}
#sidebar1 h3 {
  display: block;
  font-size: 1.0em;
  color: #282828;
  text-align: center;
  padding: 10px;
  margin: 0px;
  background-color: #fff;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #828282;
}
/*******************************
/* single.php　アイキャッチ
***************************/
.sgl {
  margin-bottom: 30px;
  text-align: center;
}
/*******************************
/* フォーム/テーブル
*******************************/
.wpcf7-submit {
  font-size: 1.2em;
  background-color: #be401c;
  color: #fff;
  border-style: none;
  width: 60%;
  margin-bottom: 30px;
  padding-top: 15px;
  padding-right: 40px;
  padding-bottom: 15px;
  padding-left: 40px;
}
.form-color {
  background-color: #F0F0F0;
}
#form {
  max-width: 100%;
  margin-bottom: 30px;
  border-top: 1px solid #CCCCCC;
  background-color: #FFF;
}
#form th span {
  font-size: 0.8em;
  color: #fff;
  background-color: #CC0000;
  padding: 3px;
}
#form th {
  padding: 10px;
  width: 30%;
  border-bottom: 1px solid #CCCCCC;
  background-color: #eee;
}
#form td {
  padding: 10px;
  border-bottom: 1px solid #CCCCCC;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.table th {
  background-color: #fff8e7;
  border-bottom: 1px solid #CCCCCC;
  width: 20%;
}
.table td {
  border-bottom: 1px solid #CCCCCC;
}
/* テキストエリアの設定 */
input[type="text"], input[type="email"], input[type="tel"], textarea, select {
  width: 100%;
  color: #000;
  padding: 10px 0 10px 10px;
  margin: 10px 0;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus {
  background-color: #fff;
}
@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;
  }
  /* テキストエリアの設定 */
  input[type="text"], input[type="email"], input[type="tel"], textarea, select {
    width: 100%;
    padding: 10px 0px 0px 0px;
    margin: 10px 0;
  }
  .wpcf7-submit {
    font-size: 1.2em;
    background-color: #be401c;
    color: #fff;
    border-style: none;
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*******************************
/* ウィジット
*******************************/
#swidget {
  width: 100%;
  border: 5px solid #EFEFEF;
  margin-bottom: 25px;
}
#swidget_box {
  width: 100%;
  border: 1px solid #cccccc;
}
.side-widget {
  padding: 5px;
}
.side-widget a {
  display: block;
}
#swidget h3 {
  display: block;
  font-size: 1.2em;
  color: #FFF;
  text-align: center;
  padding: 10px;
  border-bottom-width: 1px;
  background-color: #f39800;
  border-bottom-style: solid;
  border-bottom-color: #828282;
}
#swidget h4 {
  font-size: 1.0em;
  text-align: center;
  padding: 3px;
  background-color: #009a53;
}
#swidget h4 a {
  color: #FFF;
  text-decoration: none;
}
.side-widget dl {
  font-size: 0.8em;
}
.side-widget dt {
  float: left;
  clear: both;
  width: 35px;
}
.side-widget dd {
  margin-left: 35px;
}
.side-widget img {
  margin-bottom: 5px;
  margin-left: 5px;
}
/*******************************
/* プライバシーフレーム
***************************/
.formPrivacy {
  border: 1px solid #CCCCCC;
  background: #fff none repeat scroll 0%;
  height: 150px;
  overflow: scroll;
  width: 100%;
  text-align: left;
  font-size: 1.0em;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  padding-top: 10px;
  padding-right: 19px;
  padding-bottom: 10px;
  padding-left: 19px;
}
/*******************************
/* youtube　レスポンシブ対応
***************************/
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
/*+++++++++++++++++
Q&A 
******************/
.cp_qa *, .cp_qa *:after, .cp_qa *:before {
  box-sizing: border-box;
}
.cp_qa {
  overflow-x: hidden;
  margin: 0 auto;
  background-color: #ebebec;
  padding: 1.2rem 1.2rem 0.2rem;
  margin-bottom: 5rem;
}
.cp_qa .cp_actab {
  padding: 0 0 1rem;
}
.cp_qa .cp_actab p {
  margin-bottom: 0;
}
.cp_qa label {
  font-size: 1.1rem;
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 20px 50px 20px 50px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  position: relative;
}
.cp_qa .cp_actab-content {
  font-size: 1em;
  position: relative;
  overflow: hidden;
  height: 0;
  padding: 0 54px;
  transition: 0.4s ease;
  opacity: 0;
}
.cp_qa .cp_actab input[type=checkbox]:checked ~ .cp_actab-content {
  height: auto;
  padding: 24px 54px;
  opacity: 1;
  background-color: #fff;
}
.cp_qa .cp_plus {
  font-size: 1.9rem;
  line-height: 100%;
  position: absolute;
  z-index: 5;
  margin: 20px 0 0 15px;
  transition: .6s ease;
  color: #000;
  top: 0;
  left: 0;
}
.cp_qa .cp_actab input[type=checkbox] {
  display: none;
}
/* faqtgl */
.faqTgl {
  position: absolute;
  display: block;
  width: 50px;
  height: 66px;
  top: 0;
  right: 0;
}
.faqTgl span {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.faqTgl::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 32%;
  width: 40%;
  border-bottom: 1px solid #777;
  transition: -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform .6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .6s cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.faqTgl_wrap:checked + label .faqTgl span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faqTgl_wrap:checked + label .faqTgl::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/*+++++++++++++++++
 トップページ-相談会表示
******************/
.top_meeting_container {
  position: relative;
  z-index: 10;
  margin: 5rem auto 0;
}
.top_meeting_block {
  margin-bottom: 2rem;
}
.top_meeting_block > ul {
  height: 100%;
  overflow-x: auto;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 80%;
}
.top_meeting_block > ul > li {
  list-style: none;
  height: 100%;
}
.top_meeting_item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #fff;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
.top_meeting_block ul li:first-child .top_meeting_item {
  border-left: 1px solid #ccc;
}
.top_meeting_item:hover {
  text-decoration: none;
}
.top_meeting_img {
  aspect-ratio: 8 / 5;
  position: relative;
  z-index: 0;
}
.top_meeting_img::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: 1;
  transition: all 0.5s;
}
a:hover .top_meeting_img::before {
  opacity: 1;
  transition: all 0.5s;
}
.top_meeting_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.top_meeting_title_wrap {
  height: 100%;
  padding: 2rem 1rem;
  align-content: center;
}
.top_meeting_title {
  font-size: 1.1rem;
  font-weight: bold;
  margin-bottom: 0;
  padding-right: 15px;
  position: relative;
  white-space: wrap;
}
.top_meeting_title::after {
  content: "\f054";
  font-size: 1rem;
  position: absolute;
  top: 57%;
  right: 0;
  transform: translate(0%, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  transition: all 0.3s;
}
a:hover .top_meeting_title::after {
  right: -5px;
  transition: all 0.3s;
}
@media screen and (max-width: 576px) {
  .top_meeting_container .content_inner {
    width: 87%;
  }
}
@media screen and (min-width: 768px) {
  .top_meeting_block > ul {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    white-space: wrap;
    overflow-x: initial;
  }
  .top_meeting_block > ul > li {
    width: calc(100% / 3);
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
  .top_meeting_title_wrap {
    padding: 3rem 5%;
  }
  .top_meeting_title {
    font-size: 1.1rem;
  }
}
/*+++++++++++++++++
 
******************/
/*+++++++++++++++++

******************/