@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allison-Regular";
  src: url("../fonts/Allison-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Allison-Regular";
  src: url("../fonts/Allison-Regular.ttf");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Regular";
  src: url("../fonts/NotoSansCJKjp-Regular.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Medium";
  src: url("../fonts/NotoSansCJKjp-Medium.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Bold";
  src: url("../fonts/NotoSansCJKjp-Bold.woff2") format("woff2");
  font-display: swap;
}
@font-face {
  font-family: "NotoSansCJKjp-Black";
  src: url("../fonts/NotoSansCJKjp-Black.woff2") format("woff2");
  font-display: swap;
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

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

.pre {
  white-space: pre-line;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

.anchor-mp {
  margin: -108px auto 0;
  padding-top: 108px;
}

.com-txt-box p:nth-of-type(n+2) {
  margin: 30px 0 0;
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 120px 0;
  }
}

/*  共通パーツ
------------------------------------ */
.com-box {
  background: #fff;
  border: 2px solid #1f1f1f;
}

.com-dot {
  background: url(../img/pattern/pat02.png);
}

.com-tel {
  padding-left: 33px;
  background: url(../img/top/info-tel.png) no-repeat left center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 3.4rem;
  letter-spacing: 0;
  color: #e87233;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .com-tel {
    font-size: 1.7rem;
  }
}
.com-tel-con-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .com-tel-con-txt {
    font-size: 1.6rem;
  }
}
.com-tel-con-txt-ac {
  color: #e87233;
}
.com-tel-none {
  display: block;
  line-height: 1;
}

.com-mail {
  display: flex;
  width: 180px;
  height: 40px;
  background: #fba343;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0;
  color: #fff;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .com-mail {
    font-size: 1.6rem;
  }
}
.com-mail::before {
  content: "";
  width: 20px;
  height: 14px;
  margin-right: 9px;
  background: url(../img/top/info-mail.png) no-repeat center/contain;
}
@media screen and (min-width: 768px) {
  .com-mail:hover {
    background-color: #e87233;
    opacity: 1;
  }
}

.news-post {
  width: 100%;
  text-align: center;
}
.news-post-item {
  width: 100%;
  max-width: 900px;
  margin: auto;
}
.news-post-item:nth-of-type(n+2) {
  margin-top: 10px;
}
.news-post-item:nth-of-type(2n) {
  margin-right: 65px;
}
.news-post-item:nth-of-type(2n-1) {
  margin-left: 48px;
}
.news-post-link {
  display: block;
  padding: 15px 66px;
  border: 2px solid #1f1f1f;
  text-align: left;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .news-post-link:hover {
    background: #ffefe6;
    opacity: 1;
  }
}
.news-post-time, .news-post-tag-txt {
  line-height: 1.2;
  transition: all 0.3s ease;
}
.news-post-time {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #989898;
  flex-shrink: 0;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.6rem;
  }
}
.news-post-tag {
  display: flex;
  margin-left: 15px;
  flex-wrap: wrap;
}
.news-post-tag li:nth-of-type(n+2)::before {
  content: "・";
}
.news-post-tag-txt {
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #fba343;
}
@media screen and (max-width: 768px) {
  .news-post-tag-txt {
    font-size: 1.6rem;
  }
}
.news-post-ttl {
  margin-top: 5px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  line-height: 1.7;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.6rem;
  }
}

.com-tag {
  display: flex;
  width: 100%;
  margin: auto;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  width: 100%;
  max-width: 340px;
}
@media screen and (min-width: 768px) {
  .com-tag-item:not(:nth-of-type(3n-2)) {
    margin-left: 30px;
  }
  .com-tag-item:nth-of-type(n+4) {
    margin-top: 30px;
  }
}
.com-tag-link {
  max-width: none;
}

/* =========================================

  main layout  all

========================================= */
/*  top-news  PC
------------------------------------ */
#top-news {
  background: #ffefe6;
}
#top-news .news-ttl {
  display: flex;
  align-items: center;
}
#top-news .news-ttl-ja {
  margin-left: 15px;
}
#top-news .news-btn {
  margin-right: 65px;
}

/*  top-about  PC
------------------------------------ */
#top-about {
  background: url(../img/top/about-img-l.jpg) no-repeat left bottom/30.7%, url(../img/top/about-img-r.jpg) no-repeat right 120px/39.5%;
  position: relative;
}
#top-about::before {
  content: "";
  width: 47.4%;
  height: 0;
  padding-top: 36.45%;
  background: url(../img/pattern/pat02.png);
  position: absolute;
  right: 0;
  top: 50px;
  z-index: -1;
}
#top-about .about-contents {
  position: relative;
}
#top-about .about-ttl-en {
  position: absolute;
  left: -110px;
  top: -100px;
}
#top-about .about-txt-box {
  margin-top: 48px;
}
#top-about .about-btn {
  margin-top: 60px;
}
#top-about .about-img {
  position: absolute;
  right: 60px;
  bottom: -71px;
}

/*  top-check  PC
------------------------------------ */
#top-check {
  position: relative;
}
#top-check::before {
  content: "";
  width: 100%;
  height: 55%;
  background: url(../img/pattern/pat02.png);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
#top-check .check-box {
  padding: 10px;
  background: url(../img/top/check-bg.jpg) no-repeat center/cover;
  position: relative;
}
#top-check .check-box::before {
  content: "";
  width: 255px;
  height: 190px;
  background: url(../img/top/check-illu.png) no-repeat left bottom/contain;
  position: absolute;
  right: 0;
  bottom: 0;
}
#top-check .check-box-border {
  padding: 70px 0 79px;
  border: 2px solid #fff;
  background: url(../img/top/check-rt.png) no-repeat right top, url(../img/top/check-lb.png) no-repeat left bottom;
}
#top-check .check-fuki {
  position: absolute;
  top: -80px;
  left: 48px;
}
#top-check .check-ttl {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4.4rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1.3;
  text-shadow: rgb(31, 31, 31) 2px 0px 0px, rgb(31, 31, 31) 1.75517px 0.958851px 0px, rgb(31, 31, 31) 1.0806px 1.68294px 0px, rgb(31, 31, 31) 0.141474px 1.99499px 0px, rgb(31, 31, 31) -0.832294px 1.81859px 0px, rgb(31, 31, 31) -1.60229px 1.19694px 0px, rgb(31, 31, 31) -1.97998px 0.28224px 0px, rgb(31, 31, 31) -1.87291px -0.701566px 0px, rgb(31, 31, 31) -1.30729px -1.5136px 0px, rgb(31, 31, 31) -0.421592px -1.95506px 0px, rgb(31, 31, 31) 0.567324px -1.91785px 0px, rgb(31, 31, 31) 1.41734px -1.41108px 0px, rgb(31, 31, 31) 1.92034px -0.558831px 0px, 3.716px 3.346px 0px rgb(31, 31, 31);
}
@media screen and (max-width: 768px) {
  #top-check .check-ttl {
    font-size: 2.2rem;
  }
}
#top-check .check-ttl-lg {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #top-check .check-ttl-lg {
    font-size: 2.5rem;
  }
}
#top-check .check-btn {
  max-width: 440px;
  margin: 30px auto 0;
  font-size: 2rem;
  background-image: url(../img/top/news-arw.png);
  background-color: #e87233;
  color: #1f1f1f;
  border: 2px solid #1f1f1f;
}
@media screen and (max-width: 768px) {
  #top-check .check-btn {
    font-size: 1.6rem;
  }
}

/*  top-menu  PC
------------------------------------ */
#top-menu .menu-ttl {
  text-align: center;
  position: relative;
}
#top-menu .menu-ttl-en {
  position: absolute;
  top: -76px;
  left: calc(50% - 327px);
}
#top-menu .menu-list {
  display: flex;
  margin: 135px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
#top-menu .menu-list-item {
  width: 100%;
  max-width: 340px;
}
#top-menu .menu-list-item:not(:nth-of-type(3n-2)) {
  margin-left: 30px;
}
#top-menu .menu-list-item:nth-of-type(n+4) {
  margin-top: 120px;
}
#top-menu .menu-list-item01 a::after {
  background: url(../img/top/menu-ico01.png) no-repeat center/contain;
}
#top-menu .menu-list-item02 a::after {
  background: url(../img/top/menu-ico02.png) no-repeat center/contain;
}
#top-menu .menu-list-item03 a::after {
  background: url(../img/top/menu-ico03.png) no-repeat center/contain;
}
#top-menu .menu-list-item04 a::after {
  background: url(../img/top/menu-ico04.png) no-repeat center/contain;
}
#top-menu .menu-list-item05 a::after {
  background: url(../img/top/menu-ico05.png) no-repeat center/contain;
}
#top-menu .menu-list-link {
  display: block;
  position: relative;
  padding: 100px 0 0;
  border: 2px solid #1f1f1f;
  background: #ffefe6;
  text-align: center;
}
#top-menu .menu-list-link::before {
  content: "";
  width: 30px;
  height: 30px;
  background: url(../img/top/mv-arw.png) no-repeat center #1f1f1f;
  position: absolute;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease;
}
#top-menu .menu-list-link::after {
  content: "";
  width: 160px;
  height: 160px;
  margin: auto;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  z-index: 1;
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-link {
    height: 310px;
  }
  #top-menu .menu-list-link:hover {
    opacity: 1;
  }
  #top-menu .menu-list-link:hover::before {
    width: 35px;
    height: 35px;
    background-color: #e87233;
  }
  #top-menu .menu-list-link:hover::after {
    width: 165px;
    height: 165px;
  }
}
#top-menu .menu-list-ttl {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.54;
  position: relative;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-ttl {
    font-size: 1.6rem;
  }
}
#top-menu .menu-list-ttl::after {
  content: "";
  width: 30px;
  height: 3px;
  margin: auto;
  background: #e87233;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -15px;
}
@media screen and (min-width: 768px) {
  #top-menu .menu-list-ttl {
    display: flex;
    height: 74px;
    align-items: center;
    justify-content: center;
  }
}
#top-menu .menu-list-txt {
  margin: 35px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  line-height: 1.875;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #top-menu .menu-list-txt {
    font-size: 1.6rem;
  }
}
#top-menu .menu-btn {
  margin: 70px auto 0;
}

/*  top-works  PC
------------------------------------ */
#top-works .works-bg {
  background: url(../img/top/menu-illu-lb.png) no-repeat left top;
}
#top-works .works-ttl {
  text-align: center;
  position: relative;
}
#top-works .works-ttl-en {
  position: absolute;
  left: calc(50% - 191px);
  top: -91px;
}
#top-works .works-btn {
  margin: 90px auto 0;
}
#top-works .works-wrap {
  margin: 25px auto 0;
  padding: 70px 0;
}

.com-works {
  width: 100%;
  max-width: 1570px;
  margin: auto;
  padding: 0 140px;
  position: relative;
}
.com-works-link {
  display: block;
}
.com-works-before {
  width: 53.6%;
  height: 0;
  padding-top: 38.46%;
  position: relative;
}
.com-works-after {
  width: 71.8%;
  height: 0;
  padding-top: 51.28%;
  margin-top: 20px;
  margin-left: auto;
  position: relative;
}
.com-works-after-lg {
  width: 100%;
  margin-top: 0;
  padding-top: 71.4%;
}
.com-works-head {
  margin: 20px auto 0;
  padding: 5px;
  text-align: center;
  background-color: rgba(251, 163, 67, 0.8);
  border: 2px solid #1f1f1f;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-works-head {
    font-size: 1.6rem;
  }
}
.com-works-ttl {
  width: 90px;
  height: 36px;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 36px;
  position: absolute;
}
@media screen and (max-width: 768px) {
  .com-works-ttl {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .com-works-ttl {
    font-size: 1.4rem;
  }
}
.com-works-ttl::before {
  content: "";
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  position: absolute;
  left: 0;
  right: 0;
}
.com-works-ttl-before {
  width: 42.85%;
  background: #989898;
  left: 0;
  bottom: -46px;
}
.com-works-ttl-before::before {
  border-color: transparent transparent #989898 transparent;
  border-width: 0px 6px 6px 6px;
  top: -6px;
}
.com-works-ttl-after {
  width: 32.14%;
  background: #fba343;
  right: 0;
  top: -46px;
}
.com-works-ttl-after::before {
  border-color: #fba343 transparent transparent transparent;
  border-width: 6px 6px 0px 6px;
  bottom: -6px;
}
.com-works-prev, .com-works-next {
  width: 80px;
  height: 80px;
  margin: auto;
  border-radius: 50%;
  background: url(../img/top/swiper-left.png) no-repeat center #e87233;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .com-works-prev:hover, .com-works-next:hover {
    opacity: 0.8;
    cursor: pointer;
  }
}
.com-works-prev {
  left: 0;
}
.com-works-next {
  background-image: url(../img/top/swiper-right.png);
  right: 0;
}

/*  com-contact  PC
------------------------------------ */
.com-contact .contact-bg {
  background: url(../img/top/bg_dott_l.png) no-repeat left top, url(../img/top/bg_dott_r.png) no-repeat right bottom, url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .contact-ttl {
  display: flex;
  width: 100%;
  background: url(../img/pattern/pat01.png);
  border: 2px solid #1f1f1f;
  background-color: #fb9d3e;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-ttl {
    max-width: 450px;
    height: 190px;
  }
}
.com-contact .contact-ttl-en {
  color: #e87233;
  position: absolute;
  left: 10px;
  top: -47px;
}
.com-contact .contact-txt {
  margin-top: 22px;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt {
    font-size: 1.6rem;
  }
}
.com-contact .contact-txt-lg {
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-txt-lg {
    font-size: 1.6rem;
  }
}
.com-contact .contact-txt-dot {
  background: url(../img/sub/contact-dot.png) no-repeat center top;
}
.com-contact .contact-contents {
  max-width: 840px;
  margin-top: -160px;
  margin-left: auto;
  padding: 100px 0;
  background: #fff;
  border: 2px solid #1f1f1f;
  position: relative;
}
.com-contact .contact-contents::before {
  content: "";
  width: 174px;
  height: 154px;
  background: url(../img/top/contact-illu.png) no-repeat center/contain;
  position: absolute;
  right: 0;
  top: -132px;
}
@media screen and (min-width: 768px) {
  .com-contact .contact-contents-sub {
    margin-top: -70px;
  }
}
.com-contact .contact-contents-sub::before {
  width: 217px;
  height: 147px;
  background-image: url(../img/sub/contact-illu.png);
  right: 21px;
  top: -126px;
}
.com-contact .contact-con {
  margin-left: 15px;
}
.com-contact .contact-box {
  display: flex;
  width: 100%;
  max-width: 590px;
  margin: auto;
  padding: 40px 0 35px;
  background: #ffefe6;
  justify-content: center;
}
.com-contact .contact-box-sub {
  margin: 19px auto 0;
}
.com-contact .contact-btn {
  width: 223px;
  height: 60px;
}
.com-contact .contact-btn-wrap {
  display: flex;
  margin: 40px auto 0;
  justify-content: center;
  align-items: center;
}
.com-contact .contact-btn-wrap a:nth-of-type(n+2) {
  margin-left: 40px;
}
.com-contact .contact-line {
  display: flex;
  padding-right: 22px;
  background: url(../img/top/news-arw.png) no-repeat right center;
  align-items: center;
}
.com-contact .contact-line::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-right: 18px;
  background: url(../img/top/contact-line.png) no-repeat center/contain;
}
.com-contact .contact-line-sub {
  width: 280px;
  height: 60px;
  padding-left: 28px;
  border: 1px solid #cccccc;
  background-position: calc(100% - 28px) center;
}
.com-contact .contact-line-sub::before {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

/* =========================================

  sub layout  all

========================================= */
/*  reform  PC
------------------------------------ */
#reform .course .inbox {
  padding: 120px 0;
}
#reform .q-icon {
  display: block;
  width: 88px;
  height: 88px;
  margin: auto;
  padding-top: 15px;
  border: 2px solid #1f1f1f;
  border-radius: 50%;
  background: url(../img/pattern/pat01.png) #e87233;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0;
  color: #fff;
  line-height: 1;
  position: relative;
}
@media screen and (max-width: 768px) {
  #reform .q-icon {
    font-size: 1.6rem;
  }
}
#reform .q-icon-num {
  display: block;
  margin: 5px auto 0;
  font-size: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #reform .q-icon-num {
    font-size: 2rem;
  }
}
#reform .title {
  display: block;
  margin: -44px auto 0;
  padding: 57.5px;
  background: #ffefe6;
  border: 2px solid #1f1f1f;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #reform .title {
    font-size: 1.6rem;
  }
}
#reform .chart_btn_list {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
}
#reform .chart_btn_list li:nth-of-type(2) a {
  background-color: #724730;
}
#reform .chart_btn_list-item {
  width: 100%;
  max-width: 520px;
}
#reform .btn_wrp {
  margin: 40px auto 0;
  text-align: center;
}
#reform .answer_btn {
  display: block;
  height: 84px;
  background: url(../img/top/mv-arw.png) no-repeat 20px center #e87233;
  text-align: center;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 84px;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #reform .answer_btn {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  #reform .answer_btn:hover {
    background-position: 25px center;
  }
}
#reform .back_btn {
  display: inline-block;
  padding-bottom: 9px;
  padding-left: 20px;
  background: url(../img/top/news-arw.png) no-repeat left 5px;
  border-bottom: 2px solid #e87233;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  color: #1f1f1f;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reform .back_btn {
    font-size: 1.6rem;
  }
}
#reform .result_btn-list {
  display: flex;
  margin: 40px auto 0;
  justify-content: space-between;
}
#reform .result_btn-list li {
  width: 100%;
  max-width: 520px;
}
#reform .result_btn-list li:nth-of-type(2) a {
  background-color: #724730;
}
#reform .result_title-icon {
  display: block;
  height: 110px;
  background: #ffefe6;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  line-height: 110px;
}
@media screen and (max-width: 768px) {
  #reform .result_title-icon {
    font-size: 2rem;
  }
}
#reform .sub {
  display: block;
  margin: 65px auto 0;
  padding-bottom: 15px;
  background: url(../img/reform/dott.png) no-repeat center bottom;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #e87233;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reform .sub {
    font-size: 1.6rem;
  }
}
#reform .main {
  display: block;
  max-width: 580px;
  margin: 22px auto 0;
  padding: 7.5px;
  border: 2px solid #e87233;
  background: url(../img/pattern/pat01.png);
  text-align: center;
  box-shadow: 5px 5px #f7ccb5;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 3.2rem;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  #reform .main {
    font-size: 1.6rem;
  }
}
#reform .price_info {
  margin: 40px auto 0;
  padding: 60px 80px;
  border: 2px solid #1f1f1f;
}
#reform .price_info dt {
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.8rem;
  letter-spacing: 0;
  color: #e87233;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #reform .price_info dt {
    font-size: 1.6rem;
  }
}
#reform .price_info dt::after {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  margin-top: 10px;
  background: #e87233;
}
#reform .price_info dd {
  margin: 16px auto 0;
  font-family: "NotoSansCJKjp-Medium", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  white-space: pre-line;
}
@media screen and (max-width: 768px) {
  #reform .price_info dd {
    font-size: 1.6rem;
  }
}

/*  menu  PC
------------------------------------ */
#menu .about-bg {
  position: relative;
}
#menu .about-bg::before, #menu .about-bg::after {
  content: "";
  display: block;
  position: absolute;
}
#menu .about-bg::before {
  width: 64.6%;
  height: 100%;
  background: #ffefe6;
  left: 0;
  top: 0;
  z-index: -1;
}
#menu .about-bg::after {
  width: 44.3%;
  height: 84%;
  background: url(../img/pattern/pat02.png);
  right: 0;
  bottom: -60px;
  z-index: -2;
}
#menu .about-txt-box {
  margin-top: 60px;
}
#menu .com-list-bg01 {
  background: url(../img/menu/bg01.png) no-repeat right bottom;
}
#menu .com-list-bg02 {
  background: url(../img/pattern/pat02.png);
}
#menu .com-list-bg03 {
  background: url(../img/menu/bg03.png) no-repeat left bottom;
}
#menu .com-list-flx {
  display: flex;
  align-items: center;
}
#menu .com-list-flx-img {
  flex-shrink: 0;
  position: relative;
}
#menu .com-list-flx-img::before {
  content: "";
  width: 100px;
  height: 100px;
  position: absolute;
  top: -30px;
  right: -30px;
}
#menu .com-list-flx-img01::before {
  background: url(../img/menu/list-ico01.png) no-repeat center/contain;
}
#menu .com-list-flx-img02::before {
  background: url(../img/menu/list-ico02.png) no-repeat center/contain;
}
#menu .com-list-flx-img03::before {
  background: url(../img/menu/list-ico03.png) no-repeat center/contain;
}
#menu .com-list-flx-img04::before {
  background: url(../img/menu/list-ico04.png) no-repeat center/contain;
}
#menu .com-list-flx-img05::before {
  background: url(../img/menu/list-ico05.png) no-repeat center/contain;
}
#menu .com-list-flx-contents {
  margin-left: 50px;
}
#menu .com-list-txt-box {
  margin-top: 30px;
}
#menu .com-list-solution {
  margin: 60px auto 0;
}
#menu .com-list-solution-list {
  display: flex;
  margin: 38px auto 0;
  justify-content: center;
}
#menu .com-list-solution-list li:nth-of-type(n+2) {
  margin-left: 30px;
}
#menu .com-list-solution-list-ttl {
  width: 100%;
  max-width: 300px;
  height: 52px;
  margin: -26px auto 0;
  background: rgba(251, 163, 67, 0.8);
  border: 2px solid #1f1f1f;
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 48px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #menu .com-list-solution-list-ttl {
    font-size: 1.6rem;
  }
}
#menu .com-list-solution-list-ttl-sm {
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  #menu .com-list-solution-list-ttl-sm {
    font-size: 1.6rem;
  }
}
#menu .com-list-note {
  margin: 120px auto 0;
  padding: 30px 0;
  background: url(../img/pattern/pat02.png);
  text-align: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #e87233;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #menu .com-list-note {
    font-size: 1.6rem;
  }
}

/*  works  PC
------------------------------------ */
#works .works-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#works .com-works-item {
  width: 100%;
  max-width: 520px;
  background: url(../img/pattern/pat02.png);
}
#works .com-works-item::marker {
  content: none;
}
#works .com-works-item:nth-of-type(n+3) {
  margin-top: 40px;
}
#works .com-works-link {
  padding: 70px 60px;
}
#works .works-box {
  padding: 60px;
  background: url(../img/pattern/pat02.png);
}
#works .works-flx {
  margin: 86px auto 0;
}
#works .works-flx-lg {
  margin-top: 40px;
}
#works .works-txt {
  margin: 40px auto 0;
  padding: 40px;
  border: 2px solid #1f1f1f;
  background: rgba(255, 255, 255, 0.8);
  white-space: pre-line;
}
#works .detail-head {
  padding: 9px;
}
#works .detail-ttl {
  max-width: 90px;
}
#works .detail-before {
  width: 37.5%;
  padding-top: 27%;
}
#works .detail-after {
  width: 57.3%;
  margin-top: 0;
  padding-top: 40.6%;
}
#works .detail .com-works-after-lg {
  width: 100%;
  padding-top: 66%;
}

/*  information  PC
------------------------------------ */
#information .message {
  padding-top: 100px;
}
#information .message-bg {
  position: relative;
  z-index: 1;
}
#information .message-bg::before {
  content: "";
  width: 41.6%;
  height: 60.9%;
  background: url(../img/pattern/pat02.png);
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
#information .message-ttl {
  text-align: center;
}
#information .message-ttl-sm {
  display: block;
  margin: 10px auto 0;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  color: #e87233;
}
@media screen and (max-width: 768px) {
  #information .message-ttl-sm {
    font-size: 1.6rem;
  }
}
#information .message-txt-wrap {
  margin: 26px auto 0;
  position: relative;
  z-index: 1;
}
#information .message-txt-wrap::before {
  content: "";
  width: 66.6%;
  height: 100%;
  background-color: #ffefe6;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
#information .message-inner {
  padding: 70px 0 60px;
  position: relative;
}
#information .message-img {
  position: absolute;
  right: 0;
  bottom: -40px;
}
#information .features {
  background: url(../img/information/strengths-illu.png) no-repeat right bottom;
}
#information .features-ttl {
  text-align: center;
}
#information .features-list {
  margin: 58px auto 0;
}
@media screen and (min-width: 768px) {
  #information .features-list-item {
    display: flex;
    align-items: center;
  }
  #information .features-list-item:nth-of-type(n+2) {
    margin-top: 60px;
  }
  #information .features-list-item:nth-of-type(2n-1) {
    margin-left: 17px;
  }
  #information .features-list-item:nth-of-type(2n) {
    margin-left: 117px;
  }
}
#information .features-list-contents {
  margin-left: 58px;
}
#information .features-list-ttl-num {
  display: flex;
  align-items: center;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 4rem;
  letter-spacing: 0;
  color: #e87233;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #information .features-list-ttl-num {
    font-size: 2rem;
  }
}
#information .features-list-ttl-num::after {
  content: "";
  width: 60px;
  height: 3px;
  margin-left: 10px;
  background: #e87233;
}
#information .features-list-ttl-ja {
  display: block;
  margin-top: 22px;
  font-family: "NotoSansCJKjp-Bold", sans-serif;
  font-size: 2.4rem;
  letter-spacing: 0;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #information .features-list-ttl-ja {
    font-size: 1.6rem;
  }
}
#information .features-list-txt {
  margin-top: 25px;
}
#information .information-ttl {
  text-align: center;
}
#information .information-box {
  margin: 54px auto 0;
  padding: 45px 85px;
}

/*  news  PC
------------------------------------ */
#news .com-tag-link {
  height: auto;
  padding: 28px 33px;
  line-height: 1.5;
}
#news .com-ttl02 {
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-ttl02 {
    font-size: 1.6rem;
  }
}

/*  privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .com-ttl02 {
    font-size: 26px;
  }
}/*# sourceMappingURL=all.css.map */