/* -----------------------------------------------

	 all

----------------------------------------------- */
#u-headview {
  margin-bottom: 45px;
}

#u-headview .uti {
  position: relative;
  width: 100%;
  height: 45vw;
  max-height: 600px;
}

#u-headview .img-box .image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

#u-headview .txt-box,
#u-headview .img-box {
  width: 50%;
}

#u-headview .uti .txt-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#u-headview .uti .txt-box .txts {
  text-align: left;
  display: inline-block;
}

#u-headview .uti .en {
  font-size: 28px;
  margin-bottom: 5px;
}

#u-headview .uti h1 {
  font-size: 30px;
  font-size: 10px;
}

/* 各ページ背景 */
#concept #u-headview .img-box .image {
  background-image: url(../images/uheadview-concept.jpg);
}

#salon01 #u-headview .img-box .image {
  background-image: url(../images/uheadview-salon01.jpg);
}

#salon02 #u-headview .img-box .image {
  background-image: url(../images/uheadview-salon02.jpg);
}

#access #u-headview .img-box .image {
  background-image: url(../images/uheadview-access.jpg);
}

#cal #u-headview .img-box .image {
  background-image: url(../images/uheadview-cal.jpg);
}

#question #u-headview .img-box .image {
  background-image: url(../images/uheadview-question.jpg);
}

#news01 #u-headview .img-box .image {
  background-image: url(../images/uheadview-news.jpg);
}

#gallery01 #u-headview .img-box .image {
  background-image: url(../images/uheadview-gallery.jpg);
}

#contact01 #u-headview .img-box .image,
#thanks01 #u-headview .img-box .image {
  background-image: url(../images/uheadview-contact01.jpg);
}

#contact02 #u-headview .img-box .image,
#thanks02 #u-headview .img-box .image {
  background-image: url(../images/uheadview-contact02.jpg);
}

#contact03 #u-headview .img-box .image,
#thanks03 #u-headview .img-box .image {
  background-image: url(../images/uheadview-contact03.jpg);
}

#contact01 #u-headview .uti,
#thanks01 #u-headview .uti,
#contact02 #u-headview .uti,
#thanks02 #u-headview .uti {
  margin-bottom: 120px;
}

#news01 .entry-icon-new {
  background: #d90016;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  font-size: 100%;
  margin-bottom: 10px;
  padding: 3px 20px;
  text-align: center;
  position: absolute;
  top: 0;
}

#news01 .toukou_box {
  margin-bottom: 50px;
}

#news01 .toukou_box h2 {
  font-weight: bold;
  margin-bottom: 20px;
}

#news01 .toukou_box h3 {
  font-weight: bold;
}

#news01 .toukou_box a {
  text-decoration: underline;
}

#news01 .usec01 a {
  text-decoration: underline;
}

#gallery01 a {
  text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  #u-headview {
    margin-bottom: 120px;
  }
}

@media only screen and (max-width: 768px) {
  #u-headview .img-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    opacity: 0.5;
  }

  #u-headview .img-box::after {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #bb8003;
    opacity: 0.75;
    z-index: 0;
  }

  #u-headview .uti {
    height: 65vw;
    max-height: 300px;
  }

  #u-headview .uti .txt-box {
    width: 100%;
  }

  #u-headview .uti .txt-box .txts {
    color: #fff;
    padding-left: 60px;
    width: 100%;
  }
}

@media only screen and (max-width: 479px) {
  #u-headview {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------

	 tcontact

----------------------------------------------- */
.fcontact {
  padding: 100px 0 120px;
  border-top: solid 2px #efeded;
}

.fcontact h3 {
  color: #b9a374;
  line-height: 1;
  margin-bottom: 20px;
  font-family: noto-serif, serif;
  font-weight: 300;
  font-style: normal;
  font-size: 42px;
}

.fcontact .snsbox .image {
  max-width: 50px;
  margin: 0 10px;
}

@media only screen and (max-width: 1000px) {
  .fcontact {
    padding: 80px 0;
  }

  .fcontact h3 {
    font-size: 36px;
  }

  .fcontact .fcset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .fcontact .fcset .fc01 {
    margin-bottom: 30px;
  }

  .fcontact .snsbox .image01 {
    margin-left: 0;
  }
}

@media only screen and (max-width: 650px) {
  .fcontact {
    padding: 60px 0;
  }

  .fcontact .fc01 br {
    display: none;
  }

  .fcontact .snsbox .image {
    max-width: 40px;
  }
}

@media only screen and (max-width: 479px) {
  .fcontact h3 {
    font-size: 26px;
  }
}

/* -----------------------------------------------

	 contact

----------------------------------------------- */
#contact01 .usec00,
#thanks01 .usec00,
#contact02 .usec00,
#thanks02 .usec00,
#contact03 .usec00,
#thanks03 .usec00 {
  text-align: center;
  color: #b9a374;
  margin-bottom: 60px;
}

.sns_contact {
  margin-bottom: 80px;
}

.sns_contact p {
  margin-bottom: 50px;
}

.sns_contact .snsbox {
  width: 60%;
  margin: 0 auto;
}

.sns_contact a.image {
  width: 15%;
}

@media only screen and (max-width: 479px) {
  .sns_contact .snsbox {
    width: 100%;
  }

  .sns_contact a.image {
    width: 20%;
  }
}

/* -----------------------------------------------

	 thanks

----------------------------------------------- */
#thanks01 .tophe,
#thanks02 .tophe,
#thanks03 .tophe {
  margin-top: 30px;
  text-decoration: underline;
}

#thanks01 .thanks-cont,
#thanks02 .thanks-cont,
#thanks03 .thanks-cont {
  margin: 120px 0;
  padding: 90px;
  background: #fff1d2;
}

#thanks01 #thanks,
#thanks02 #thanks,
#thanks03 #thanks {
  text-align: center;
}

/* -----------------------------------------------

	 access

----------------------------------------------- */
#access .itset .image {
  width: 50vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
}

#access .usec01 .itset .image {
  padding-right: 60px;
}

#access .usec03 .itset .image {
  padding-left: 60px;
  position: relative;
  z-index: -1;
}

#access .itset .txts,
#access .itset .txts_re {
  width: 50%;
}

#access .usec01 .itset .txts {
  margin-left: auto;
  padding-left: 30px;
}

#access .usec01 .itset .txts_re {
  margin-left: 5%;
  padding-left: 0;
}

#access .usec01 .itset .parking_map {
  width: 50%;
}

#access .usec03 .itset .txts {
  margin-right: auto;
  padding-right: 30px;
}

#access .itset .txt01 {
  font-size: 34px;
  color: #b9a374;
  font-family: noto-serif, serif;
  font-weight: 200;
  font-style: normal;
  margin-bottom: 45px;
}

#access .itset .txt02 {
  line-height: 2.5;
  text-align: justify;
}

.googlemaps iframe,
.googlemaps object,
.googlemaps embed {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
}

.googlemaps iframe:hover,
.googlemaps object:hover,
.googlemaps embed:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
}

@media only screen and (max-width: 1200px) {
  #access .usec01 .itset .txts {
    margin-left: 0;
    position: relative;
    top: 60px;
  }

  #access .usec03 .itset .txts {
    margin-right: 0;
  }

  #access .mapwrap iframe {
    height: 500px;
  }

  #access .itset .image {
    width: 55vw;
  }
}

@media only screen and (max-width: 1024px) {
  #access .usec03 .itset .txts .sp {
    display: block;
  }

  #access .mapwrap iframe {
    height: 450px;
  }
}

@media only screen and (max-width: 850px) {
  #access .usec01 .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #access .usec03 .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #access .itset .txts,
  #access .itset .txts_re {
    top: 0 !important;
    width: 100%;
    margin: 0 0 45px;
    padding: 0 !important;
  }

  #access .itset .image {
    width: 100%;
    margin: 0;
    padding: 0 !important;
  }

  #access .usec01 .itset .parking_map {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 479px) {
  #access .itset .txt01 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  #access .mapwrap iframe {
    height: 350px;
  }
}

/* -----------------------------------------------

	 concept

----------------------------------------------- */
#concept #c-reason {
  padding-top: 15px;
}

#concept #u-headview {
  margin-bottom: 180px;
}

#concept .usec00 {
  position: relative;
  background: #efeded;
  padding: 90px 0;
}

#concept .usec00::after {
  content: "";
  background-size: cover;
  background-position: center 80%;
  background-repeat: no-repeat;
  background-image: url(../images/concept-bg01.png);
  z-index: 0;
  width: 40vw;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.8;
}

#concept .usec00 .aiset {
  padding: 0 5vw;
}

#concept .usec00 .aiset .about {
  position: relative;
  z-index: 1;
  width: 50vw;
}

#concept .usec00 .image {
  position: relative;
  width: 20vw;
  max-width: 350px;
  margin-right: 6vw;
}

#concept .usec00 .image img {
  position: absolute;
  top: -10%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#concept .usec00 .ttl {
  max-width: 270px;
  margin-bottom: 30px;
  font-size: 18px;
}

#concept .usec00 .txt {
  line-height: 2.5;
}

#concept .usec00 .txt::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 1px;
  margin-right: 15px;
  background: #000;
  position: relative;
  top: 20px;
}

#concept .usec01 h2 {
  color: #bca675;
  font-size: 32px;
  margin-bottom: 60px;
  font-family: noto-serif, serif;
}

#concept .reasonwrap .txtswrap {
  width: 50%;
}

#concept .reasonwrap .txtswrap .txts01 {
  margin-bottom: 90px;
}

#concept .reasonwrap .txtswrap .txts02 {
  margin-bottom: 45px;
}

#concept .reasonwrap .txtswrap .txts .txt {
  letter-spacing: -0.1rem;
  text-align: justify;
}

#concept .reasonwrap .txtswrap .num {
  margin-bottom: 15px;
}

#concept .reasonwrap .txtswrap .ttl {
  margin-bottom: 15px;
  font-size: 22px;
}

#concept .reasonwrap .txtswrap .btn {
  margin-top: 20px;
}

#concept .tiwhile {
  width: 150px;
  height: 100%;
}

#concept .reasonwrap {
  margin-bottom: 120px;
}

#concept .reasonwrap .imgwrap {
  width: 50%;
}

#concept .reasonwrap .imgwrap .image {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

#concept .rw01 .imgwrap .image {
  background-image: url(../images/concept-img01.jpg);
}

#concept .rw02 .imgwrap .image {
  background-image: url(../images/concept-img02.jpg);
}

#concept .rw03 .imgwrap .image {
  background-image: url(../images/concept-img03.jpg);
}

#concept .rw04 .imgwrap .image {
  background-image: url(../images/concept-img04.jpg);
}

#concept .usec02-headwrap,
#concept .usec03-headwrap {
  position: relative;
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  background: #efeded;
  padding: 0 30px;
}

#concept .usec02-headwrap::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 25vw;
  background: #efeded;
  position: absolute;
  right: 0;
  top: 100%;
}

#concept .usec03-headwrap::after {
  content: "";
  display: inline-block;
  width: 10vw;
  height: 300px;
  background: #efeded;
  position: absolute;
  left: 0;
  top: 100%;
}

#concept .usec02-head,
#concept .usec03-head {
  padding: 160px 0;
  max-width: 1450px;
  height: 100%;
  margin: auto;
}

#concept .usec02-head .ttlset,
#concept .usec03-head .ttlset {
  width: 45vw;
  max-width: 500px;
}

#concept .usec02-head .ttl,
#concept .usec03-head .ttl {
  color: #bca675;
  font-size: 42px;
  margin-bottom: 5px;
  font-family: noto-serif, serif;
}

#concept .usec02-head .en,
#concept .usec03-head .en {
  font-family: noto-serif, serif;
}

#concept .usec02-head .txt,
#concept .usec03-head .txt {
  width: 70vw;
  max-width: 1000px;
  line-height: 2.5;
  letter-spacing: -0.1rem;
}

#concept .usec02-body,
#concept .usec03-body {
  padding: 120px 0 60px;
  background: #fff;
}

#concept .usec02-body .eqwrap,
#concept .usec02-body .businesswrap {
  position: relative;
  margin: 0 auto 120px !important;
}

#concept .usec02-body .spacewrap {
  margin-bottom: 300px;
}

#concept .usec02-body .areawrap {
  margin-bottom: 90px;
}

/*#concept .usec02-body .eqwrap::after {
  content: "1部屋 標準設備　：　多機能チェア2台　ミラー2台　スツール　ワゴン　など";
  display: inline-block;
  position: absolute;
  top: 100%;
  left: 10px;
  font-size: 14px;
}
*/
#concept .usec02-body .eqwrap,
#concept .usec02-body .businesswrap {
  max-width: 850px;
  margin: auto;
}

#concept .usec02-body .eqset {
  background: #fff;
  border: solid 1px #cccccc;
  width: calc(100% / 5 - 20px);
  margin: 0 10px 20px;
  padding: 10px 15px 5px;
  text-align: center;
}

#concept .usec02-body .eqset .image {
  max-width: 100px;
  margin: 0 auto 5px;
}

#concept .usec02-body .eqset .ename {
  height: 20px;
  height: 40px;
  line-height: 1.3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#concept .usec03 {
  margin-bottom: 90px;
}

#concept .cb01-head {
  text-align: center;
  margin-bottom: 60px;
  font-size: 18px;
}

#concept .businesswrap .image {
  margin-bottom: 15px;
}

#concept .businesswrap .blogo {
  max-width: 250px;
}

#concept .businesswrap .busiwhile {
  padding: 40px;
}

#concept .businesswrap .burl {
  font-size: 12px;
  line-height: 1;
}

#concept .spacewrap .spacewhile {
  padding: 40px;
}

#concept .spacewrap .itset > .txts,
#concept .spacewrap .itset > .image {
  width: 50%;
}

#concept .spacewrap .itset > .txts .image {
  width: 80%;
  margin-top: auto;
}

#concept .spacewrap .txts .ttl {
  margin-bottom: 45px;
  font-size: 22px;
}

#concept .spacewrap .txts .txt {
  line-height: 2.5;
}

#concept .areawrap {
  position: relative;
}

#concept .areawrap::after {
  content: "";
  display: inline-block;
  width: 210px;
  height: 210px;
  position: absolute;
  top: 0;
  right: 60px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../images/canopenstore.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

#concept .areawrap h3 {
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

#concept .areawrap .image {
  margin-bottom: 60px;
}

#concept .areawrap .area_detail {
  margin-bottom: 60px;
}

#concept .areawrap .area_detail h3 {
  margin-bottom: 60px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: bold;
  text-align: center;
  text-decoration: underline;
}

#concept .areawrap .area_detail ul {
  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;
  align-items: center;
}

#concept .areawrap .area_detail ul li {
  width: 25%;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#concept .areawrap .area_detail ul li span {
  display: inline-block;
  background: #0f0a04;
  color: #fff;
  width: 30px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 4px;
  padding: 4px;
  border-radius: 4px;
  font-weight: bold;
}

#concept .areawrap .area_detail ul li label.open_button {
  display: flex;
  align-items: center;
}

#concept .areawrap .area_detail ul li label.open_button div.deco {
  text-decoration: none;
  color: #000000;
  background-image: linear-gradient(90deg, #000000, #000000);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 0 1px;
  transition: background-size 0.6s;
  margin-left: 0.5rem;
}

#concept .areawrap .area_detail ul li label.open_button .trigger_img {
  width: 35px;
  margin-left: 1rem;
}

#concept .areawrap .area_detail ul li label.open_button div.deco:hover {
  background-size: 100% 1px;
}

#concept .areawrap .area_detail ul li label.open_button div.deco span {
  width: 100%;
  color: #937134;
  background: unset;
  text-align: justify;
  margin: unset;
  padding: unset;
}

#concept .areawrap .share .area_detail ul li span {
  display: inline-block;
  background: #4d4d4d;
  color: #fff;
  width: 35px;
  height: 35px;
  text-align: center;
  font-size: 1.4rem;
  margin-right: 7px;
  padding: 5px;
  border-radius: 100%;
  font-weight: bold;
}

#concept .planwrap,
#concept .otokuwrap {
  margin-bottom: 90px;
}

#concept .tablewrap {
  margin-bottom: 180px;
}

#concept .planbox-bottomtxt {
  text-align: center;
  background: #4e4e4e;
  color: #fff;
  margin-top: 20px;
  font-size: 20px;
  padding: 10px;
}

#concept .otokuwrap .otoku-head {
  font-size: 24px;
  margin-bottom: 60px;
}

#concept .otokuwrap .image {
  max-width: 400px;
  margin-right: 100px;
}

#concept .otokuwrap .txts {
  width: calc(100% - 400px);
}

#concept .otokuwrap .txt {
  line-height: 2.5;
}

#concept .otokuwrap .txt01 {
  margin-bottom: 30px;
}

#concept .tablewrap table {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  font-size: 18px;
}

/*
#concept .tablewrap table::after {
  content: "※1 当月技術売上金額の２％をキャッシュバック　※2 当月技術売上金額の5％をキャッシュバック";
  display: inline-block;
  position: absolute;
  width: 100%;
  top: calc(100% + 20px);
  left: 0;
  color: #666666;
  font-size: 12px;
  text-align: left;
}
*/
#concept .tablewrap .bgsil01,
#concept .tablewrap .bgsil02,
#concept .tablewrap .bggol01,
#concept .tablewrap .bggol02 {
  font-weight: 700;
}

#concept .tablewrap .bgsil01 {
  background: #e0e0e0;
}

#concept .tablewrap .bgsil02 {
  background: #efefef;
}

#concept .tablewrap .bggol01 {
  background: #e0d0bc;
}

#concept .tablewrap .bggol02 {
  background: #ece4d8;
}

#concept .tablewrap .line01 {
  width: 20%;
}

#concept .tablewrap .line02 {
  width: 20%;
}

#concept .tablewrap .line03,
#concept .tablewrap .line04 {
  width: 30%;
}

#concept .tablewrap span {
  position: relative;
  left: -30px;
  padding-right: 3vw;
}

#concept .tablewrap .cashb {
  position: relative;
}

#concept .tablewrap .cashb::after {
  content: "";
  display: inline-block;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 120px;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#concept .tablewrap .cashb01::after {
  background-image: url(../images/cashback01.png);
}

#concept .tablewrap .cashb02::after {
  background-image: url(../images/cashback02.png);
}

#concept .sumwrap .ttl {
  font-size: 20px;
  margin-bottom: 30px;
}

#concept .sumwrap .point {
  background: #4e4e4e;
  color: #fff;
  padding: 5px;
  margin-bottom: 10px;
  display: inline-block;
}

#concept .sumwrap .txt {
  line-height: 2.5;
}

#concept .usec04 .image {
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
}

/*--------------------------------------
  モーダル表示上から_002
--------------------------------------*/
.modal_wrap input {
  display: none;
}

.modal_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition:
    opacity 0.5s,
    transform 0s 0.5s;
  transform: scale(0);
}

.modal_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.modal_content {
  align-self: center;
  width: 60%;
  padding: 30px 30px 15px;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.4em;
  transition: 0.5s;
}

.modal_content p {
  padding-top: 0;
}

.close_button {
  position: absolute;
  top: 14px;
  right: 16px;
  font-size: 24px;
  cursor: pointer;
}

.modal_wrap input:checked ~ .modal_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}

.modal_wrap input:checked ~ .modal_overlay .modal_content {
  transform: translateY(10px);
}

.open_button {
  cursor: pointer;
  transition: all 0.3s;
  display: block;
  text-decoration: none;
}

.open-button:active {
  /*ボタンを押したとき*/
  -webkit-transform: translateY(2px);
  transform: translateY(2px); /*下に動く*/
}

/*アイコンを表示*/
.open-button:after {
  font-family: "Font Awesome 5 Free";
  content: "\f2d0";
  padding-left: 8px;
}

/*ラベルホバー時*/
.open-button:hover {
  color: #ffffff;
  background-color: #4f96f6;
  transition: 0.6s;
}

.modal_title2 {
  font-size: 1.5em;
  position: relative;
  overflow: hidden;
  padding-bottom: 10px;
  margin-top: 0;
  margin-bottom: 0;
}

.modal_title2::before,
.modal_title2::after {
  content: "";
  position: absolute;
  bottom: 0;
}

/* h2 プライマリカラー*/
.modal_title2:before {
  border-bottom: 4px solid #bca675;
  width: 100%;
}
/* h2 セカンダリカラー*/
.modal_title2:after {
  border-bottom: 4px solid #dedede;
  width: 100%;
}

.modal_content p {
  margin: 15px auto;
  line-height: 2;
}

.modal_content p.owner_name {
  margin: 15px auto 50px;
}

#concept .areawrap .area_detail ul li .modal_content span.img_detail {
  display: inline-block;
  background: #fff;
  color: #000;
  width: 100%;
  text-align: center;
  font-size: 1.4rem;
  margin-right: unset;
  padding: unset;
  border-radius: unset;
  font-weight: normal;
  margin: 10px auto;
}

.modal_img {
  width: 100%;
  height: 100%;
}

.modal_img img {
  width: 100%;
  object-fit: cover;
  margin: 10px;
}

.modal_img .slick-prev:before,
.modal_img .slick-next:before {
  color: black;
}

.modal_img .slick-prev,
.modal_img .slick-next {
  width: 50px;
  height: 50px;
  z-index: 1;
}

.modal_img .slick-prev {
  left: 0;
}

.modal_img .slick-next {
  right: 0;
}

.modal_img .slick-prev:before,
.modal_img .slick-next:before {
  font-size: 50px;
}

.modal_img dl dt {
  text-align: center;
}

@media only screen and (max-width: 1700px) {
  #concept .usec03-headwrap::after {
    width: 5vw;
    height: 150px;
  }
}

@media only screen and (max-width: 1600px) {
  #concept .usec00 .aiset {
    padding: 0;
  }

  #concept .usec00 .image {
    max-width: 400px;
  }

  #concept .usec00 .image img {
    top: -30%;
  }
}

@media only screen and (max-width: 1500px) {
  #concept .usec03-headwrap::after {
    display: none;
  }
}

@media only screen and (max-width: 1350px) {
  #concept .usec00 .aiset .about {
    width: 50vw;
  }

  #concept .usec00 .image {
    width: 36vw;
    max-width: 430px;
    left: -6vw;
    margin-right: 0;
  }

  #concept .usec00 .image img {
    top: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  #concept .tiwhile {
    width: 120px;
  }

  #concept .usec02-head,
  #concept .usec03-head {
    padding: 120px 0;
  }

  #concept .usec02-head .ttlset {
    width: 200px;
    margin-right: 60px;
  }

  #concept .usec03-head .ttlset {
    width: 280px;
    margin-right: 60px;
  }

  #concept .usec02-head .txt {
    width: calc(100% - 200px);
  }

  #concept .usec03-head .txt {
    width: calc(100% - 250px);
  }

  #concept .usec02-headwrap::after {
    width: 15vw;
    height: 150px;
  }

  #concept .spacewrap .itset > .txts .image {
    margin-top: 90px;
  }

  #concept .spacewrap .itset > .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  #concept .planbox-bottomtxt {
    font-size: 16px;
  }

  #concept .otokuwrap .image {
    max-width: 350px;
    margin-right: 60px;
  }
}

@media only screen and (max-width: 1024px) {
  #concept .usec00::after {
    opacity: 0.5;
  }

  #concept .tiwhile {
    width: 80px;
  }

  #concept .reasonwrap .txtswrap .txts01 {
    margin-bottom: 45px;
  }

  #concept .reasonwrap .txtswrap .txts02 {
    margin-bottom: 30px;
  }

  #concept .reasonwrap .imgwrap .image {
    height: 90%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 50%;
  }

  #concept .usec02-body .spacewrap {
    margin-bottom: 200px;
  }

  #concept .areawrap::after {
    width: 180px;
    height: 180px;
    top: -20px;
  }

  #concept .planbox-bottomtxt .sp {
    display: block;
  }

  #concept .otokuwrap .image {
    max-width: 300px;
  }

  #concept .tablewrap .cashb::after {
    width: 110px;
    height: 140px;
  }

  #concept .tablewrap table {
    font-size: 16px;
  }

  #concept .areawrap .area_detail ul li {
    width: 33%;
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 1000px) {
  #concept .usec02-headwrap::after {
    display: none;
  }

  #concept .usec02-head,
  #concept .usec03-head {
    padding: 80px 0;
  }

  #concept .usec02-head,
  #concept .usec03-head {
    flex-direction: column;
  }

  #concept .usec02-head .txt,
  #concept .usec03-head .txt {
    max-width: 100%;
    width: 100%;
  }

  #concept .usec02-head .ttlset,
  #concept .usec03-head .ttlset {
    width: 100%;
    margin: 0 0 45px;
  }
}

@media only screen and (max-width: 850px) {
  #concept .usec02-body .eqset {
    width: calc(100% / 5 - 10px);
    margin: 0 5px 10px;
  }

  #concept .usec02-body .eqset .image {
    max-width: 90px;
  }

  #concept .usec02-body .eqset .ename {
    font-size: 14px;
  }

  #concept .usec02-body .eqwrap::after {
    font-size: 14px;
  }

  #concept .businesswrap .busiwhile {
    padding: 25px;
  }

  #concept .usec02-body .spacewrap {
    margin-bottom: 100px;
  }

  #concept .spacewrap .txts .ttl {
    margin-bottom: 20px;
  }

  #concept .spacewrap .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .spacewrap .itset > .txts {
    width: 100%;
  }

  #concept .spacewrap .itset > .txts .image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    margin-top: 60px;
  }

  #concept .spacewrap .itset > .txts .image .sp {
    display: block;
  }

  #concept .spacewrap .itset > .txts .image img {
    width: 50%;
    padding: 0 10px;
  }

  #concept .spacewrap .itset > .image {
    display: none;
  }

  #concept .otokuwrap .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .otokuwrap .otoku-head {
    margin-bottom: 30px;
    font-size: 20px;
  }

  #concept .otokuwrap .otoku-head .sp {
    display: block;
  }

  #concept .otokuwrap .image {
    margin: 0 0 20px;
  }

  #concept .otokuwrap .txts {
    width: 100%;
  }

  #concept .tablewrap span {
    left: -45px;
  }

  #concept .tablewrap table {
    font-size: 14px;
  }
  #concept .areawrap .image {
    margin-bottom: 30px;
  }

  #concept .areawrap .area_detail h3 {
    margin-bottom: 30px;
  }

  .modal_content {
    width: 95%;
    padding: 30px 10px 15px;
  }

  .modal_content p.owner_name {
    margin: 15px auto 30px;
  }
}

@media only screen and (max-width: 768px) {
  #concept #u-headview {
    margin-bottom: 120px;
  }

  #concept .usec00 .aiset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .usec00 {
    padding: 60px 0;
  }

  #concept .usec00 .image {
    width: 100%;
    left: 0;
    margin: 0 0 45px;
    z-index: 1;
  }

  #concept .usec00 .image img {
    top: 0;
    transform: unset;
    position: relative;
  }

  #concept .usec00 .aiset .about {
    width: 100%;
  }

  #concept .usec00 .aiset .about .br02 {
    display: none;
  }

  #concept .reasonwrap .imgwrap .image {
    height: 70%;
  }

  #concept .tiwhile {
    width: 60px;
  }

  #concept .tiwhile {
    height: 30px;
  }

  #concept .usec02-head .ttl,
  #concept .usec03-head .ttl {
    font-size: 36px;
  }

  #concept .usec02-body .eqset {
    padding: 10px 5px 5px;
  }

  #concept .usec02-body .eqset .image {
    max-width: 65px;
  }

  #concept .usec02-body .eqset .ename {
    font-size: 10px;
    height: 25px;
  }

  #concept .businesswrap .busiwhile {
    padding: 20px;
  }

  #concept .areawrap::after {
    width: 150px;
    height: 150px;
    top: -30px;
    right: 30px;
  }

  #concept .usec03-body {
    padding: 60px 0 0;
  }

  #concept .usec02-body .areawrap {
    margin-bottom: 0;
  }

  #concept .usec04 .image {
    width: 100vw;
    margin-right: calc(((100vw - 100%) / 2) * -1);
    margin-left: calc(((100vw - 100%) / 2) * -1);
  }

  #concept .usec03 {
    margin-bottom: 30px;
  }

  #concept .tablewrap {
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: 90px;
  }

  #concept .tablewrap table {
    width: 100%;
    border-collapse: collapse;
    white-space: nowrap;
  }

  #concept .tablewrap .cashb::after {
    width: 100px;
    height: 120px;
  }

  #concept .tablewrap .line02 {
    padding: 10px 30px;
  }

  #concept .otokuwrap {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 650px) {
  #concept .rw01,
  #concept .rw03 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .rw02,
  #concept .rw04 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #concept .usec00 {
    margin-bottom: 60px;
  }

  #concept .usec01 h2 {
    font-size: 28px;
    margin-bottom: 45px;
    line-height: 1.3;
  }

  #concept .usec01 h2 .sp {
    display: block;
  }

  #concept .reasonwrap {
    margin-bottom: 90px;
  }

  #concept .reasonwrap .txtswrap,
  #concept .reasonwrap .imgwrap {
    width: 100%;
  }

  #concept .reasonwrap .imgwrap {
    height: 100vw;
  }

  #concept .reasonwrap .imgwrap .image {
    height: 100%;
  }

  #concept .usec02-body .eqwrap {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #concept .usec02-body .eqset {
    width: calc(100% / 3 - 10px);
  }

  #concept .usec02-body .eqwrap::after {
    font-size: 10px;
  }

  #concept .cb01-head {
    font-size: 16px;
    margin-bottom: 30px;
  }

  #concept .cb01-head .sp {
    display: none;
  }

  #concept .usec02-body .businesswrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .businesswrap .busiwhile {
    padding: 30px;
  }

  #concept .usec02-body .spacewrap {
    margin-bottom: 45px;
  }

  #concept .areawrap::after {
    width: 120px;
    height: 120px;
  }

  #concept .areawrap .area_detail ul li span {
    width: 20px;
    font-size: 1.4rem;
    margin-right: 0;
    padding: 2px;
    border-radius: 2px;
  }

  #concept .areawrap .area_detail ul li label.open_button .trigger_img {
    width: 20px;
    margin-left: 0.7rem;
  }
}

@media only screen and (max-width: 479px) {
  #concept #u-headview {
    margin-bottom: 90px;
  }

  #concept .usec00 {
    padding: 45px 0;
  }

  #concept .usec00 .ttl {
    max-width: 200px;
  }

  #concept .usec02-head,
  #concept .usec03-head {
    padding: 45px 0;
  }

  #concept .usec02-head .ttlset,
  #concept .usec03-head .ttlset {
    margin-bottom: 30px;
  }

  #concept .usec02-head .ttl,
  #concept .usec03-head .ttl {
    font-size: 28px;
    margin-bottom: 0;
  }

  #concept .usec02-head .en,
  #concept .usec03-head .en {
    font-size: 10px;
  }

  #concept .usec02-body .eqset .image {
    max-width: 45px;
  }

  #concept .usec02-body .eqwrap {
    justify-content: unset;
  }

  #concept .usec02-body .eqwrap::after {
    width: 200px;
  }

  #concept .spacewrap .itset > .txts .image {
    margin-top: 30px;
  }

  #concept .spacewrap .spacewhile {
    padding: 20px;
  }

  #concept .usec02-body .areawrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  #concept .areawrap::after {
    position: absolute;
    transform: unset;
    width: 75px;
    height: 75px;
    top: 110px;
    right: 10px;
  }

  #concept .areawrap::after {
    width: 75px;
    height: 75px;
  }

  #concept .areawrap h3 {
    margin-bottom: 20px;
  }

  #concept .planbox-bottomtxt {
    font-size: 13.5px;
  }

  #concept .usec02-body {
    padding: 60px 0 0;
  }

  #concept .cb01-head .sp {
    display: block;
  }

  #concept .otokuwrap .otoku-head {
    text-align: center;
  }

  #concept .otokuwrap .image {
    margin: 0 auto 20px;
    width: 80%;
    max-width: 100%;
  }

  .fcontact {
    padding: 45px 0;
  }

  #concept .areawrap .area_detail ul li {
    width: 50%;
    font-size: 1.1rem;
  }

  #concept .areawrap .area_detail ul li span {
    font-size: 1rem;
  }

  #concept .areawrap .area_detail ul li span {
    font-size: 1rem;
  }
}

/* -----------------------------------------------

	 question

----------------------------------------------- */
#question .usec03-headwrap {
  position: relative;
  width: 100vw;
  margin-right: calc(((100vw - 100%) / 2) * -1);
  margin-left: calc(((100vw - 100%) / 2) * -1);
  background: #efeded;
  padding: 0 30px;
  margin-bottom: 80px;
}

#question .usec03-head {
  padding: 100px 0;
  max-width: 1450px;
  height: 100%;
  margin: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#question .usec03-head .ttlset {
  width: 45vw;
  max-width: 500px;
}

#question .usec03-head .ttl {
  color: #bca675;
  font-size: 42px;
  margin-bottom: 5px;
  font-family: noto-serif, serif;
}

#question .usec03-head .en {
  font-family: noto-serif, serif;
}

#question .usec03-head .txt {
  width: 70vw;
  max-width: 1000px;
  line-height: 2.5;
  letter-spacing: -0.1rem;
}

#question .usec03-body {
  padding: 120px 0 60px;
  background: #fff;
}

#question .usec03 {
  margin-bottom: 90px;
}

#question .tabs {
  padding-bottom: 40px;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  width: 100%;
  margin: 0 auto 100px;
}

/*タブのスタイル*/
#question .tab_item {
  width: calc(100% / 3);
  height: 50px;
  border-bottom: 1px solid #4e4e4e;
  background-color: #efefef;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #333;
  display: block;
  float: left;
  text-align: center;
  font-weight: bold;
  transition: all 0.2s ease;
}

#question .tab_item:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
#question input[name="tab_item"] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
#question .tab_content {
  display: none;
  padding: 40px 40px 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#question #qvisualist:checked ~ #qvisualist_content,
#question #qagreement:checked ~ #qagreement_content,
#question #qattract:checked ~ #qattract_content,
#question #qfacility:checked ~ #qfacility_content,
#question #qplan:checked ~ #qplan_content,
#question #qother:checked ~ #qother_content {
  display: block;
}

/* -----------------------------------------------
	 question内容
----------------------------------------------- */
.accordion {
  width: 90%;
  margin: auto;
  max-width: 100%;
}

/*選択されているタブのスタイルを変える*/
#question .tabs input:checked + .tab_item {
  background-color: #4e4e4e;
  color: #fff;
}

/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 10px;
  background: #efefef;
  cursor: pointer;
  margin: 40px 0 0;
  font-weight: bold;
  position: relative;
  /* 変更部分 */
}

.accordion-open:first-child {
  margin: 0;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px;
}

.tab_content_description a {
  text-decoration: underline;
}

@media only screen and (max-width: 1200px) {
  #question .usec03-head .txt {
    width: calc(100% - 250px);
  }
}

@media only screen and (max-width: 1024px) {
}

@media only screen and (max-width: 1000px) {
  #question .usec03-head {
    padding: 30px 0;
  }

  #question .usec03-head {
    flex-direction: column;
  }

  #question .usec03-head .txt {
    max-width: 100%;
    width: 100%;
  }

  #question .usec03-head .ttlset {
    width: 100%;
    margin: 0 0 30px;
  }

  #question .usec03-head .ttl {
    font-size: 36px;
    text-align: center;
  }

  #question .usec03-head .txt {
    text-align: center;
  }

  #question .usec03-head .en {
    text-align: center;
  }
}

@media only screen and (max-width: 850px) {
}

@media only screen and (max-width: 768px) {
  #question .usec03-body {
    padding: 60px 0 0;
  }

  #question .usec03 {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 480px) {
  #question .usec03-head {
    padding: 30px 0;
  }

  #question .usec03-head .ttlset {
    margin-bottom: 15px;
  }

  #question .usec03-head .ttl {
    font-size: 24px;
    margin-bottom: 0;
  }

  #question .usec03-head .en {
    font-size: 10px;
  }

  #question .tab_item {
    font-size: 2.6vw;
  }

  #question .tab_content {
    padding: 0;
  }

  .accordion-open {
    padding: 10px 13vw 10px 10px;
  }
}

/* -----------------------------------------------

	 trial

----------------------------------------------- */

#u-headview-full {
  position: relative;
  padding-top: 140px;
  margin-bottom: 100px;
}

#u-headview-full h2.main_title {
  font-family: "sofia-pro", sans-serif;
  position: absolute;
  top: 45%;
  text-align: center;
  width: 100%;
  color: #fff;
  font-size: 80px;
  letter-spacing: 14px;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media only screen and (max-width: 1400px) {
  #u-headview-full h2.main_title {
    font-size: 65px;
  }
}

@media only screen and (max-width: 850px) {
  #u-headview-full h2.main_title {
    font-size: 45px;
  }
}

@media only screen and (max-width: 768px) {
  #u-headview-full h2.main_title {
    top: 40%;
    font-size: 50px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 479px) {
  #u-headview-full h2.main_title {
    font-size: 35px;
  }
}

#u-headview-full .title_area {
  position: absolute;
  bottom: -50px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #000;
  padding: 30px 50px;
  text-align: center;
}
#u-headview-full .title_area h1 {
  font-size: 45px;
  color: #fff;
  font-family: noto-serif, serif;
  position: relative;
}
#trial #u-headview-full .title_area h1::before,
#trial_thanks #u-headview-full .title_area h1::before {
  /*content: url(../images/trial-freetrial.png);*/
  content: "";
  position: absolute;
  top: -80px;
  left: -130px;
  background-image: url(../images/trial-freetrial.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 250px;
  height: 115px;
}

#trial .main_sec p {
  font-size: 18px;
  line-height: 2.5;
  text-align: center;
}
#trial h2.bg_bk {
  color: #bca675;
  font-size: 32px;
  margin-bottom: 120px;
  font-family: noto-serif, serif;
  background-color: #000;
  text-align: center;
  padding: 0 50px;
  display: inline-block;
}
#trial .itset {
  padding: 0 30px;
  gap: 20px 30px;
}
#trial .itset .half {
  width: calc(100% / 2 - 15px);
}
#trial .itset .num_area .num {
  font-size: 90px;
  /*font-family: 'Poppins', sans-serif;
  font-weight: 600;
  letter-spacing: 5px;*/
  color: #bba574;
  position: relative;
  display: inline-block;
  line-height: 1;
  margin-right: 100px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}
#trial .itset .num_area .num:after {
  position: absolute;
  content: "";
  right: -20px;
  top: -10px;
  width: 1px;
  height: 150px;
  background: #bba574;
  transform: rotate(35deg);
}
#trial .itset .txt01 {
  font-size: 32px;
  color: #bba574;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  font-style: normal;
  margin-bottom: 45px;
  letter-spacing: 2px;
  line-height: 1.4;
  margin-bottom: 80px;
}
#trial .itset .txt02 {
  line-height: 2.5;
  text-align: justify;
}
#trial .usec02 .itset {
  background-image: linear-gradient(to bottom, transparent 27%, #bca675 27%, #bca675 73%, transparent 73%);
}
#trial .usec02 .itset .txt02 {
  margin-top: 80px;
}
#trial .usec03 .itset .txt01 {
  margin-bottom: 10px;
}
#trial .usec03 .itset .num_area {
  margin-bottom: 50px;
}
#trial .usec03 .image_area {
  gap: 30px 20px;
}
#trial .usec03 .image_area .image_box {
  width: calc(100% / 3 - 13.4px);
  text-align: center;
}

/* モーダル */
#trial .modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  z-index: 100;
}
#trial .modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 101;
}
#trial .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1000px;
  width: 90%;
  z-index: 102;
}
#trial .modal-inner {
  position: relative;
  background: #fff;
  width: 100%;
  min-height: 100px;
  /*max-height: 500px;*/
  padding: 30px;
  overflow-x: hidden;
  overflow-y: auto;
  text-align: left;
}
#trial .modal_close_btn {
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  background-color: #000;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-decoration: none;
  line-height: 50px;
  z-index: 105;
}
/* モーダル */

#trial .usec04 .trial_flow {
  gap: 80px 40px;
}
#trial .usec04 .trial_flow .flow_box {
  width: calc(100% / 4 - 30px);
  text-align: center;
  position: relative;
  border: 2px solid #bca675;
  padding: 70px 20px 20px;
}
#trial .usec04 .trial_flow .flow_box .step {
  width: unset;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  background-color: #fff;
  padding: 0 10px;
}
#trial .usec04 .trial_flow .flow_box .icon {
  width: 130px;
  margin-bottom: 10px;
}
#trial .usec04 .trial_flow .flow_box p {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.8;
  min-height: 75px;
}
#trial .usec05 h2.bg_bk {
  margin-bottom: 80px; /*フォーム時　30px*/
}
#trial .usec05 .trial_contact a {
  width: 48%;
}

#trial_thanks .thanks-cont {
  margin-top: 130px;
}
#trial_thanks .usec01 {
  text-align: center;
}
#trial_thanks .usec01 h2 {
  margin-bottom: 50px;
  color: #b9a374;
  font-weight: 400;
}
#trial_thanks .usec01 .tophe {
  margin-top: 80px;
  text-decoration: underline;
}

#trial .sp_only,
#trial_thanks .sp_only {
  display: none;
}
#trial .pc_only {
  display: block;
}

#trial .usec03 .image_area ul {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: flex;
  justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 30px 20px;
}

#trial .usec03 .image_area ul li {
  /*width: calc(100% / 2 - 25px);*/
  width: calc(100% / 3 - 13.4px);
  text-align: center;
}

.trial_setsubi_title {
  text-align: center;
  font-size: 2rem;
  margin-bottom: 2rem;
}

.trial_setsubi_detail {
  text-align: center;
  margin: 2rem auto;
  border: solid 3px;
  border-radius: 30px;
  width: 55%;
  max-width: 300px;
  padding: 1rem;
}

/*#trial .modal_img img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}*/

.trial_modal_detail .trial_modal_detail_con {
  margin: 2rem 0;
}

.trial_modal_detail .trial_modal_detail_con h4 {
  text-align: center;
  font-size: 2rem;
  margin: 1rem;
}

#trial .usec03 .image_area .trial_modal_detail .trial_modal_detail_con ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0 15px;
}

#trial .usec03 .image_area .trial_modal_detail .trial_modal_detail_con ul li {
  width: auto;
}

@media only screen and (max-width: 1400px) {
  #u-headview-full .title_area h1 {
    font-size: 40px;
  }
}

@media only screen and (max-width: 1280px) {
  #u-headview-full .title_area {
    width: 58%;
  }
  #u-headview-full .title_area h1 {
    font-size: 35px;
  }
  #trial .itset .num_area .num {
    font-size: 80px;
    margin-right: 60px;
  }
  #trial .itset .txt01 {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1024px) {
  #u-headview-full .title_area {
    width: 58%;
    padding: 20px 0;
  }
  #u-headview-full .title_area h1 {
    font-size: 30px;
  }
  #trial #u-headview-full .title_area h1::before,
  #trial_thanks #u-headview-full .title_area h1::before {
    top: -80px;
    left: -80px;
    width: 200px;
    height: 90px;
  }
  #trial .itset .num_area .num {
    font-size: 70px;
    margin-right: 60px;
  }
  #trial .itset .txt01 {
    font-size: 26px;
  }
  #trial .usec02 .itset .txt01 {
    text-shadow: 1px 1px 1px #fff;
  }
  #trial .usec04 .trial_flow {
    gap: 80px 20px;
  }
  #trial .usec04 .trial_flow .flow_box {
    width: calc(100% / 4 - 15px);
  }
  #trial .usec04 .trial_flow .flow_box .icon {
    width: 100px;
  }
  #trial .usec04 .trial_flow .flow_box p {
    font-size: 19px;
  }
  #trial .pc_only {
    display: none;
  }
}

@media only screen and (max-width: 1000px) {
  #u-headview-full {
    padding-top: 95px;
  }
}

@media only screen and (max-width: 768px) {
  #trial .sp,
  #trial_thanks .sp {
    display: block;
  }

  #u-headview-full .mainimg {
    height: 300px;
    object-fit: cover;
    /*object-position: -300px center;*/
  }
  #u-headview-full .title_area {
    width: 80%;
    bottom: -40px;
  }
  #u-headview-full .title_area h1 {
    font-size: 28px;
  }
  #trial #u-headview-full .title_area h1::before,
  #trial_thanks #u-headview-full .title_area h1::before {
    left: -30px;
  }
  #trial .main_sec p {
    font-size: 16px;
  }
  #trial .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
  }
  #trial .itset .half {
    width: 100%;
  }
  #trial .itset .num_area .num {
    font-size: 70px;
    margin-right: 80px;
  }
  #trial .itset .num_area .num:after {
    top: 0;
    height: 100px;
  }
  #trial .itset .txt01 {
    font-size: 26px;
    margin-bottom: 50px;
  }
  #trial .usec02 .itset {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    background-image: unset;
  }
  #trial .usec02 .itset .sp_r {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  #trial .usec02 .itset .txt02 {
    margin: 0 0 20px;
  }
  #trial .usec03 .itset .num_area {
    justify-content: left;
  }
  #trial .usec02 .itset .txt01 {
    text-shadow: unset;
  }
  #trial .usec03 .image_area ul li {
    width: calc(100% / 2 - 10px);
  }
  #trial .usec03 .image_area .image_box {
    width: 100%;
  }
  #trial .modal_close_btn {
    top: -20px;
    right: -20px;
  }
  #trial .usec04 .trial_flow {
    gap: 80px 40px;
  }
  #trial .usec04 .trial_flow .flow_box {
    width: calc(100% / 2 - 20px);
    padding: 60px 10px 15px;
  }
  #trial .usec04 .trial_flow .flow_box .step {
    width: 120px;
  }
  #trial .usec04 .trial_flow .flow_box p {
    font-size: 18px;
    min-height: 65px;
  }
  #trial .usec05 .trial_contact a {
    width: 80%;
    margin: 20px auto;
  }
}

@media only screen and (max-width: 479px) {
  #trial .usec {
    margin-bottom: 60px;
  }
  #trial .sp_only,
  #trial_thanks .sp_only {
    display: block;
  }
  #trial .sp_only_none {
    display: none;
  }

  #u-headview-full {
    padding-top: 80px;
    margin-bottom: 60px;
  }
  #u-headview-full .mainimg {
    height: 180px;
    /*object-position: -200px center;*/
  }
  #u-headview-full .title_area {
    padding: 15px 0;
    bottom: -35px;
  }
  #u-headview-full .title_area h1 {
    font-size: 20px;
  }
  #trial #u-headview-full .title_area h1::before,
  #trial_thanks #u-headview-full .title_area h1::before {
    top: -50px;
    left: -20px;
    width: 140px;
    height: 60px;
  }

  #trial .main_sec p {
    font-size: 15px;
    line-height: 2;
    width: 90%;
    margin: 0 auto;
  }
  #trial h2.bg_bk {
    font-size: 20px;
    padding: 0 30px;
    margin-bottom: 80px;
  }
  #trial .itset .num_area .num {
    font-size: 50px;
    margin-right: 40px;
  }
  #trial .itset .num_area .num:after {
    top: 0;
    right: -10px;
    height: 80px;
  }
  #trial .itset .txt01 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #trial .itset .txt02 {
    line-height: 2;
  }
  #trial .usec03 .itset .txt02 {
    width: 90%;
  }
  #trial .modal_close_btn {
    top: -15px;
    right: -15px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  #trial .usec04 .trial_flow {
    gap: 60px 10px;
  }
  #trial .usec04 .trial_flow .flow_box {
    width: calc(100% / 2 - 5px);
    padding: 50px 10px 15px;
  }
  #trial .usec04 .trial_flow .flow_box .step {
    width: 100px;
    top: -40px;
  }
  #trial .usec04 .trial_flow .flow_box .icon {
    width: 80px;
  }
  #trial .usec04 .trial_flow .flow_box p {
    font-size: 15px;
    line-height: 1.6;
    min-height: 50px;
  }
  #trial .usec05 h2.bg_bk {
    margin-bottom: 30px; /*フォーム時　0*/
  }
  #trial .usec05 .trial_contact a {
    width: 100%;
    margin: 10px auto;
  }

  #trial_thanks .thanks-cont {
    margin-top: 80px;
  }
  #trial_thanks .usec01 h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  #trial_thanks .usec01 .tophe {
    margin-top: 50px;
  }

  #trial .usec03 .image_area ul li {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 370px) {
  #u-headview-full .title_area {
    width: 90%;
    padding: 12px 0;
    bottom: -25px;
  }
  #u-headview-full .title_area h1 {
    font-size: 18px;
  }
  #trial #u-headview-full .title_area h1::before,
  #trial_thanks #u-headview-full .title_area h1::before {
    top: -45px;
    left: -10px;
    width: 120px;
    height: 50px;
  }
  #trial h2.bg_bk {
    font-size: 17px;
    padding: 2px 20px;
  }
  #trial .itset .num_area .num {
    font-size: 40px;
  }
  #trial .itset .txt01 {
    font-size: 17px;
  }
  #trial .usec04 .trial_flow {
    gap: 50px 10px;
  }
  #trial .usec04 .trial_flow .flow_box {
    padding: 45px 5px 15px;
  }
  #trial .usec04 .trial_flow .flow_box .step {
    width: 90px;
    top: -35px;
  }
  #trial .usec04 .trial_flow .flow_box .icon {
    width: 70px;
  }
  #trial .usec04 .trial_flow .flow_box p {
    font-size: 13px;
    min-height: 42px;
  }
}
