@charset "UTF-8";
.mt0 {
  margin-top: 0 !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mt3rem {
  margin-top: 3rem !important;
}

.mt5rem {
  margin-top: 5rem !important;
}

.mt7rem {
  margin-top: 7rem !important;
}

.mb2rem {
  margin-bottom: 2rem;
}

.alignC {
  text-align: center !important;
}

.alignL {
  text-align: left !important;
}

.alignR {
  text-align: right !important;
}

.w_70 {
  width: 68% !important;
}

.w_50 {
  width: 50% !important;
}

.w_30 {
  width: 29% !important;
}

.w_30 img {
  width: 100%;
}

.w_100 {
  width: 100% !important;
}

.w_100 img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 81px;
  }
}

.submain {
  padding: 100px;
  background: url(../img/cmn/sub_mainvis.jpg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .submain {
    padding: 75px 0 50px;
  }
}

.submain_inner {
  background-color: #fde8f1;
  opacity: 0.8;
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .submain_inner {
    padding: 25px 0;
  }
}

.submain_inner h2 {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .submain_inner h2 {
    font-size: 3rem;
  }
}

.submain_inner h2 p {
  font-size: 3rem;
  line-height: 3rem;
}

.submain_inner h2 p span {
  color: #fff;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0rem;
  margin: 0 auto;
  margin-bottom: 1rem;
  text-transform: uppercase;
  display: inline-block;
  background-color: #f784bd;
  border-radius: 50px;
  padding: 10px 30px;
  position: relative;
  font-weight: normal;
}

@media screen and (max-width: 768px) {
  .submain_inner h2 p span {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.subcon {
  font-size: 16px;
  line-height: 1.5;
}

.subcon .subcon__inner {
  width: 94%;
  max-width: 1040px;
  margin: 0 auto;
  padding-bottom: 75px;
}

/* Bread_crumb_List */
.bread_crumb_list {
  text-align: left;
  margin: 20px auto 5rem;
  max-width: 1040px;
  width: 94%;
}

.bread_crumb_list .bread_crumb {
  margin: 0 auto 0;
}

.bread_crumb_list .bread_crumb li {
  display: inline;
  font-size: 13px;
}

.bread_crumb_list .bread_crumb li:after {
  content: "\003e";
  padding-left: 0.35rem;
  margin-right: 0.075rem;
  color: #222;
}

.bread_crumb_list .bread_crumb li:last-child:after {
  content: "";
}

.bread_crumb_list .bread_crumb li a {
  color: #f784bd;
}

.bread_crumb_list .bread_crumb li a:hover {
  text-decoration: underline;
}

.bread_crumb_list .bread_crumb li.current:after {
  content: "";
}

.contact_inner {
  text-align: center;
  font-weight: bold;
}

.contact_inner h3 {
  font-size: 26px;
}

.contact_inner .tel {
  font-size: 48px;
  color: #f784bd;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 959px) {
  .contact_inner .tel {
    font-size: 36px;
  }
}

.contact_inner hr {
  border: 1px solid #000;
  width: 30%;
  margin: 50px auto;
}

.contact_inner .fax {
  font-size: 40px;
  color: #f784bd;
  font-weight: bold;
  font-family: "Roboto", sans-serif;
}

@media screen and (max-width: 959px) {
  .contact_inner .fax {
    font-size: 36px;
  }
}

/* news */
.news_content a {
  display: block;
  text-decoration: none;
  color: #222;
  padding: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}

.news_content a:hover {
  color: #fff;
  background-color: #169fff;
}

.news_content a p {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: left;
}

.news_content a span {
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .news_content a span {
    display: block;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: 80px;
}

.wp-pagenavi a,
.wp-pagenavi span {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  color: #222;
  padding: 5px 12px;
  margin: 0 1px;
  font-size: 1em;
  white-space: nowrap;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi span.current {
  color: #fff;
  border-color: #f784bd;
  background-color: #f784bd;
}

.wp-pagenavi a:hover {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

/* blog detail */
.article-detail {
  max-width: 840px;
  margin: 0 auto;
}

.article-detail-heading {
  font-size: 16px;
  line-height: 1.4;
}

.article-detail-img {
  text-align: center;
  margin: 50px 0 0;
}

.article-detail-img img {
  width: auto;
}

.article-detail-title {
  margin-top: 8px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #dcdcdc;
}

.article-detail-title h3 {
  margin-top: 0 !important;
  text-align: left;
}

.article-detail-title h3 span {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.05em;
  border: none;
  /* padding-top: 0; */
  margin-top: 0 !important;
  text-align: left;
}

.article-detail-content {
  margin-top: 40px;
  text-align: left;
}

.article-detail-content h1 {
  font-size: 26px;
  margin-bottom: 0.625em;
  position: relative;
  padding-left: 0.625em;
  line-height: 1.15;
  text-align: left;
  color: #222;
  top: 0;
}

.article-detail-content h1:before {
  content: "";
  position: absolute;
  background: #f784bd;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
}

.article-detail-content h2 {
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #f784bd;
  text-align: left;
  font-weight: bold;
  font-size: 24px;
}

.article-detail-content h3 {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  padding: 0 0 0.15em;
  margin-bottom: 0.625em;
  line-height: 1.2;
  border-bottom: none;
  background: none !important;
  text-align: left;
  margin-top: 0 !important;
}

.article-detail-content h4 {
  font-size: 20px;
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #f784bd;
  text-align: left;
  font-weight: bold;
  margin-top: 0 !important;
  padding: 0 !important;
}

.article-detail-content h5 {
  font-size: 20px;
  margin-bottom: 0.625em;
  line-height: 1.2;
  color: #222;
  text-align: left;
  font-weight: 400;
}

.article-detail-content p {
  margin-bottom: 2.5em;
  text-align: left;
}

.article-detail-content li {
  text-align: left;
  position: relative;
  font-size: 16px;
  margin-bottom: 5px;
}

.article-detail-content ul li {
  list-style: disc;
  margin-left: 25px;
}

.article-detail-content ol li {
  padding-left: 0;
  margin-left: 25px;
  display: list-item;
  list-style: decimal;
}

.pagelink {
  margin: 70px auto 30px;
  max-width: 196px;
  width: 100%;
  position: relative;
}

.pagelink li a {
  color: #444;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 2px 12px;
  display: block;
  text-align: center;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.pagelink li a:hover {
  opacity: 1;
  background: #f784bd;
  border-color: #f784bd;
  color: #fff;
  text-decoration: none;
}

.pagelink li.oldpage {
  width: 33px;
  position: absolute;
  left: 0;
  top: 0;
}

.pagelink li.listlink {
  width: 120px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -60px;
}

.pagelink li.newpage {
  margin-right: 0px;
  width: 33px;
  position: absolute;
  right: 0;
  top: 0;
}

/* table */
.subcon table td input,
.subcon select,
.subcon textarea {
  border: none;
  background: #f5f5f6;
  font-size: 16px;
  padding: 14px 20px;
  font-family: inherit;
  width: 100%;
}

.subcon table td textarea {
  width: 100%;
}

.subcon .btn-center p {
  margin-top: 2rem;
}

.subcon .btn-small {
  padding: 8px 0;
  max-width: 235px;
}

.subcon table.subtable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 2rem;
  padding: 30px;
}

.subcon table.subtable p {
  margin-top: 0;
}

.subcon table.subtable ul {
  margin-top: 0;
  font-weight: 700;
}

.subcon table.subtable ul li:first-child {
  margin-top: 0;
}

.subcon table.subtable th {
  width: 26%;
  vertical-align: top;
  padding: 20px;
  font-weight: bold;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .subcon table.subtable th {
    width: 100%;
    display: block;
    border-bottom: 0;
    padding-bottom: 0px;
  }
}

.subcon table.subtable td {
  padding: 20px;
  vertical-align: middle;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .subcon table.subtable td {
    width: 100%;
    display: block;
    border: none;
  }
}

.subcon table.subtable td input[type="text"] {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .subcon table.subtable label {
    display: block;
    margin-bottom: 10px;
  }
}

.subcon table.subtable .privacyBox {
  padding: 20px;
  width: 100%;
  height: 190px;
  overflow-y: scroll;
  margin-bottom: 18px;
  background: #f5f5f6;
  line-height: 1.7;
}

.subcon table.subtable .privacyBox dt {
  font-weight: bold;
  margin-top: 2rem;
}

@media screen and (max-width: 768px) {
  .subcon table.subtable {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .scroll_table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}

.scroll_table table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
  margin-top: 2rem;
  padding: 30px;
  font-size: 14px;
}

.scroll_table table p {
  margin-top: 0;
}

.scroll_table table ul {
  margin-top: 0;
  font-weight: 700;
}

.scroll_table table ul li:first-child {
  margin-top: 0;
}

.scroll_table table th {
  vertical-align: top;
  padding: 10px;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  text-align: left;
  vertical-align: middle;
}

.scroll_table table td {
  padding: 10px;
  vertical-align: middle;
  border-top: 1px dashed #dcdcdc;
  border-bottom: 1px dashed #dcdcdc;
  text-align: left;
}

.contact_btn {
  text-align: center;
}

.contact_btn input {
  width: 42%;
  max-width: 230px;
  height: 50px;
  line-height: 50%;
  background: #e3b6ff;
  font-size: 16px;
  margin-top: 15px;
  cursor: pointer;
}

.contact_btn input:hover {
  background-color: #000;
  color: #fff;
}

/* contact */
.subcon .btn01 input[type="submit"],
.subcon .btn01 a {
  cursor: pointer;
  margin: 0 auto;
  display: block;
  padding: 15px;
  text-decoration: none;
  border-radius: 0px;
  border: none;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  text-align: center;
  font-size: 1.25rem;
  background: none;
  width: 100%;
  max-width: 260px;
  line-height: 1;
  outline: none !important;
  background-color: #fff;
  transition: 0.4s;
  border: 1px solid #f784bd;
  color: #f784bd;
  font-size: 14px;
  font-weight: bold;
}

.subcon .btn01 input[type="submit"]:hover,
.subcon .btn01 a:hover {
  color: #fff;
  background-color: #f784bd;
}

table input[type="radio"],
table input[type="checkbox"] {
  width: 2% !important;
  margin-left: 15px;
  margin-top: 0;
}

.subcon table label {
  display: block;
}

.required {
  color: red;
  margin-left: 8px;
}

.form-inner {
  margin-right: 1rem;
}

table td label input {
  width: 10px;
}

.zip_in {
  margin-top: 8px;
}

.subcon .contact_tel {
  padding: 40px;
  background-color: #eef8ed;
}

.subcon .contact_tel h3 {
  text-align: center;
}

.subcon .contact_tel p {
  display: block;
  font-size: 2rem;
  font-weight: bold;
  color: #333333;
  font-family: Arial, Helvetica, "sans-serif";
  text-align: center;
  margin-top: 0;
}

.subcon .contact_tel p .tel_link {
  font-family: Arial, Helvetica, "sans-serif";
  background: url(../images/common/hd_icon_tel.png) no-repeat left center;
  background-size: 30px;
  padding-left: 34px;
  font-size: 52px;
  font-weight: bold;
  line-height: 100%;
  letter-spacing: 0.01em;
  padding-bottom: 0px;
  text-align: left;
}

.subcon .contact_tel .hour {
  font-size: 1rem;
}

.subcon .contact_mail h3,
.subcon .contact_mail p {
  text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.recaptcha_box {
  text-align: center;
  margin-top: 20px;
}

.h3_style {
  font-size: 2rem;
  letter-spacing: 0;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .h3_style {
    font-size: 1.6rem;
  }
}

.h3_style span {
  color: #f784bd;
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: normal;
  font-family: "Roboto", sans-serif;
  font-size: 4rem;
  line-height: 4rem;
  letter-spacing: 0rem;
  font-style: normal;
}

@media screen and (max-width: 768px) {
  .h3_style span {
    font-size: 3rem;
    display: block;
  }
}

.h4_style span {
  text-transform: uppercase;
  margin-right: 15px;
  font-weight: bold;
  font-size: 24px;
  font-style: normal;
  border-bottom: 5px solid #f784bd;
}

@media screen and (max-width: 768px) {
  .h4_style span {
    font-size: 2rem;
  }
}

.h5_style {
  font-size: 22px;
  font-weight: bold;
  margin-top: 2rem;
}

.h5_style::before {
  content: "・";
  color: #f784bd;
}

@media screen and (max-width: 768px) {
  .h5_style {
    font-size: 16px;
  }
}

.catch {
  text-align: center;
  font-size: 30px;
  line-height: 1.5;
  position: relative;
}

@media screen and (max-width: 768px) {
  .catch {
    font-size: 20px;
  }
}

.catch span {
  font-weight: bold;
}

.catch span::before {
  content: "";
  background-color: #f784bd;
  max-width: 500px;
  width: 90%;
  height: 15px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}

.gmap {
  margin-top: 2rem;
}

.gmap iframe {
  width: 100%;
}

.float_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.float_box .float_left {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .float_box .float_left {
    width: 100%;
  }
}

.float_box .float_left img {
  width: 100%;
}

.float_box .float_right {
  width: 50%;
  padding: 40px 50px 30px;
  border: 6px solid #27201b;
  background: #fff;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  bottom: 30%;
}

@media screen and (max-width: 768px) {
  .float_box .float_right {
    width: 100%;
    position: static;
    margin-top: 2rem;
  }
}

.float_box .float_right .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: -55px;
}

@media screen and (max-width: 768px) {
  .float_box .float_right .title {
    font-size: 18px;
  }
}

.float_box .float_right .title span {
  background: #fff;
  padding: 10px;
}

.merit_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.merit_list li {
  position: relative;
  margin-top: 0rem;
  padding-top: 40px;
  width: 29%;
}

@media screen and (max-width: 768px) {
  .merit_list li {
    width: 100%;
    margin-top: 3rem;
  }
}

.merit_list li::before {
  content: "00";
  color: #fff;
  background: #f784bd;
  padding: 22px;
  border-radius: 10000px;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.merit_list li:nth-child(1)::before {
  content: "01";
}

.merit_list li:nth-child(2)::before {
  content: "02";
}

.merit_list li:nth-child(3)::before {
  content: "03";
}

.merit_list li img {
  border-radius: 20px 20px 0 0;
  overflow: hidden;
  width: 100%;
}

.merit_list li p {
  margin-top: 1rem;
  font-size: 14px;
}

.merit_list li .name {
  color: #f784bd;
  font-weight: bold;
  font-size: 18px;
}

.jobs_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.jobs_list li {
  width: 49%;
  border-radius: 25px;
  border: 5px solid #000;
  padding: 25px;
  margin-top: 4rem;
}

@media screen and (max-width: 768px) {
  .jobs_list li {
    width: 100%;
  }
}

.jobs_list li img {
  border-radius: 25px;
  width: 100%;
  margin-top: 1rem;
}

.jobs_list li .title {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-top: -35px;
}

.jobs_list li .title span {
  background: #fff;
  padding: 10px;
}

.check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
  background: #f1f7fa;
  padding: 20px;
}

.check_list li {
  width: 100%;
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .check_list li {
    font-size: 16px;
  }
}

.check_list li::before {
  content: "\02714";
  font-size: 30px;
  color: #f784bd;
  padding-right: 3%;
}

.faq_box {
  margin-top: 5rem;
}

.faq_box dl {
  padding-left: 10%;
  position: relative;
}

@media screen and (max-width: 959px) {
  .faq_box dl {
    padding-left: 0%;
    margin-top: 100px;
  }
}

.faq_box dl::before {
  content: "Q";
  color: #fff;
  background: #f784bd;
  padding: 10px 24px;
  font-size: 30px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  left: 0;
  top: 0px;
}

@media screen and (max-width: 959px) {
  .faq_box dl::before {
    top: -80px;
  }
}

.faq_box dl dt {
  background: #c1eafe;
  padding: 20px;
  position: relative;
}

.faq_box dl dt::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -20px;
  border-bottom: 12px solid transparent;
  border-right: 20px solid #c1eafe;
  border-top: 12px solid transparent;
}

@media screen and (max-width: 959px) {
  .faq_box dl dt::before {
    content: none;
  }
}

.faq_box dl dd {
  margin-top: 15px;
  background: #fbe7e2;
  padding: 20px;
  position: relative;
}

.faq_box dl + dl {
  margin-top: 60px;
}

@media screen and (max-width: 959px) {
  .faq_box dl + dl {
    margin-top: 120px;
  }
}

.sevice_h4, .buillding_h4, .house_h4, .reform_h4 {
  font-size: 36px;
  line-height: 1.5;
  color: #000;
  font-family: "Kosugi Maru", sans-serif;
  margin-top: 5rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 768px) {
  .sevice_h4, .buillding_h4, .house_h4, .reform_h4 {
    font-size: 20px;
  }
}

.buillding_h4 {
  color: #ef8371;
}

.house_h4 {
  color: #f784bd;
}

.reform_h4 {
  color: #628bc9;
}

.float_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

.float_flex li {
  width: 50%;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  .float_flex li {
    width: 100%;
  }
}

.float_flex li.text {
  background: #fff;
  padding: 20px;
  position: absolute;
  right: 10%;
  top: 20%;
  border-top: 3px solid #f784bd;
}

@media screen and (max-width: 768px) {
  .float_flex li.text {
    position: static;
  }
}

.float_flex li img {
  width: 100%;
}

.float_flex.reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.float_flex.reverce li.text {
  left: 10%;
}

a:hover .float_flex li.text {
  right: 0;
}

a:hover .float_flex.reverce li.text {
  left: 0;
}

a .float_flex li.img img {
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

a:hover .float_flex li.img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.btn_grid {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  -ms-grid-columns: (minmax(50px, 1fr))[3];
      grid-template-columns: repeat(3, minmax(50px, 1fr));
}

@media screen and (max-width: 768px) {
  .btn_grid {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.btn_grid img {
  width: 100%;
}

.grid_2 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(50px, 1fr))[2];
      grid-template-columns: repeat(2, minmax(50px, 1fr));
}

@media screen and (max-width: 768px) {
  .grid_2 {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.grid_2 img {
  width: 100%;
}

.grid_3 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(50px, 1fr))[3];
      grid-template-columns: repeat(3, minmax(50px, 1fr));
}

@media screen and (max-width: 768px) {
  .grid_3 {
    -ms-grid-columns: (minmax(50px, 1fr))[1];
        grid-template-columns: repeat(1, minmax(50px, 1fr));
  }
}

.grid_3 img {
  width: 100%;
}

.grid_3 .title {
  font-size: 22px;
  font-weight: bold;
}

.grid_4 {
  display: -ms-grid;
  display: grid;
  gap: 30px;
  -ms-grid-columns: (minmax(50px, 1fr))[4];
      grid-template-columns: repeat(4, minmax(50px, 1fr));
}

@media screen and (max-width: 768px) {
  .grid_4 {
    -ms-grid-columns: (minmax(50px, 1fr))[2];
        grid-template-columns: repeat(2, minmax(50px, 1fr));
  }
}

.grid_4 img {
  width: 100%;
}

.hr_style {
  margin-top: 7rem;
}

.youtube iframe {
  width: 100%;
  height: 40vw;
}

@media screen and (max-width: 768px) {
  .youtube iframe {
    height: 50vw;
  }
}

.sub_youtube iframe {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sub_youtube iframe {
    width: 100%;
  }
}

/* flow */
ul.flow_list li {
  background: #f784bd;
  padding: 30px;
  margin-bottom: 40px;
  position: relative;
}

ul.flow_list li:last-child {
  margin-bottom: 0;
}

ul.flow_list li::before,
ul.flow_list li::after {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

ul.flow_list li::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #f784bd;
}

ul.flow_list li:last-child::before,
ul.flow_list li:last-child::after {
  display: none;
}

ul.flow_list li h4 {
  font-size: 32px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 20px;
  text-align: left;
  display: inline;
}

ul.flow_list li p {
  font-size: 16px;
  text-align: left;
}

ul.flow_list li p {
  margin-left: 20px;
  margin-top: 25px;
}

ul.flow_list li p.number {
  margin: 0;
  font-size: 30px;
  background: #f784bd;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2rem;
  line-height: 50px;
  display: table;
  padding: 10px 20px;
  display: inline;
}

@media screen and (max-width: 768px) {
  ul.flow_list li {
    padding: 20px;
    margin-bottom: 30px;
  }
  ul.flow_list li:last-child {
    margin-bottom: 0;
  }
  ul.flow_list li::before,
  ul.flow_list li::after {
    bottom: -20px;
  }
  ul.flow_list li::before {
    width: 10px;
    height: 10px;
    border: 10px solid transparent;
    border-top: 10px solid #eaf4f8;
  }
  ul.flow_list li:last-child::before,
  ul.flow_list li:last-child::after {
    display: none;
  }
  ul.flow_list li h4 {
    margin-bottom: 10px;
    width: 70%;
    font-size: 18px;
  }
  ul.flow_list li p {
    font-size: 14px;
    margin-top: 0;
    margin: 1rem 0;
  }
  ul.flow_list .w_70,
  ul.flow_list .w_30 {
    width: 100% !important;
  }
}

.bg_y li {
  border: 5px solid #f784bd;
  padding: 15px;
}

.check_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 2rem;
  background: #eee;
  padding: 20px;
}

.check_list li {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 40px;
}

@media screen and (max-width: 768px) {
  .check_list li {
    font-size: 16px;
    padding-left: 30px;
  }
}

.check_list li::before {
  content: "\02714";
  font-size: 30px;
  color: #f784bd;
  position: absolute;
  left: 0;
  top: -8px;
}

@media screen and (max-width: 768px) {
  .check_list li::before {
    font-size: 22px;
    top: -3px;
  }
}

.subcon__inner .flex_idea {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.subcon__inner .flex_idea .tex {
  width: calc(100% - 35%);
}

@media screen and (max-width: 768px) {
  .subcon__inner .flex_idea .tex {
    width: 100%;
  }
}

.subcon__inner .flex_idea .tex .catch {
  font-size: 20px;
}

.subcon__inner .flex_idea .tex .catch::before {
  display: none;
}

.subcon__inner .flex_idea .img {
  width: calc(100% - 69%);
  text-align: center;
}

@media screen and (max-width: 768px) {
  .subcon__inner .flex_idea .img {
    width: 100%;
  }
}

.subcon__inner .flex_idea .img_tex {
  font-size: 14px;
}

.subcon__inner .features_flex li .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f784bd;
}

.subcon__inner .detail_link_flex li .ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f784bd;
  text-align: center;
}

.subcon__inner .detail_container-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #f784bd;
}

.tex_cen {
  text-align: center;
}

/* slider */
.bxslider_thumbnail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
  list-style: none;
}

.bxslider_thumbnail > li {
  width: calc(100% / 5);
}

.bxslider_thumbnail > li > a {
  display: block;
  position: relative;
  padding-top: 75%;
}

.bxslider_thumbnail > li > a > img {
  position: absolute;
  top: 0px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 100%;
  max-height: 100%;
}

.bx-wrapper img {
  display: block;
  width: 100%;
}

.bx-controls-direction .bx-prev {
  margin: 20px;
  text-transform: uppercase;
}

.bx-controls-direction .bx-next {
  margin: 20px;
  text-transform: uppercase;
}
/*# sourceMappingURL=sub.css.map */