@charset "UTF-8";
body {
  color: #5d4d3a;
  font-family: "Noto Serif JP","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  letter-spacing: 1px;
  min-width: 1120px;
  max-width: 1920px;
}

.eli, .sec4-list li p, .blog-dlt dt p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cent {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.ce, .title:after, .title:before, .tit:after, .flow-list li:after {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}

.mid, .ft-right ul li:after, .contact-submits-wrap p:after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flex, .deta-nav, .head-flex, .head-right, .nav-list, .sec2-list1, .sec2-list3, .sec3-list, .sec6-flex, .ft-flex, .ft-right, .info-list, .contact-submits-wrap, .flow-flex, .flow-flex2, .flow-dlt dd, .off-flex, .blog-list li a, .blog-dlt dt, .anch, .plan-list li, .plan-flex, .dust {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.btn, .sec3-btn, .sec4-btn, .sec6-btn1, .sec6-btn2, .anch a {
  position: relative;
  display: block;
  margin: 0 auto;
  background: #7b9a48;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  text-shadow: 0px 0px 10px #5d4d3a;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.btn:after, .sec3-btn:after, .sec4-btn:after, .sec6-btn1:after, .sec6-btn2:after, .anch a:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 18px;
  top: 50%;
  background: url(../img/arrow.png) no-repeat center;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 25px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.pagenation {
  width: 300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
}
.pagenation li {
  text-align: center;
  width: 40px;
  background: #7b9a48;
  color: #fff;
  font-weight: bold;
  border-radius: 8px;
  opacity: .7;
  line-height: 40px;
}

.pagenation li a {
  display: block;
  color: #fff;
}

.pagenation .current {
  opacity: 1;
  display: block;
}

.pagenation li:hover {
  opacity: 1;
}

.deta-nav {
  text-align: center;
  width: 100%;
}

.deta-nav li a {
  display: block;
  width: 90px;
  line-height: 40px;
  background: #7b9a48;
  font-size: 2.0rem;
  color: #fff;
  transition: .3s;
}

.back a {
  padding-left: 20px;
  position: relative;
}
.back a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(225deg);
  -moz-transform: translateY(-50%) rotate(225deg);
  transform: translateY(-50%) rotate(225deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.to-top a {
  text-align: center;
  padding: 0 10px;
}

.next a {
  padding-right: 20px;
  position: relative;
}
.next a:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 10px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}

.deta-nav li a:hover {
  opacity: 0.7;
}

.iframe, .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.iframe iframe, .map iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

a {
  color: #5d4d3a;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sec1 {
  background: url(../img/sec1.png);
}

.sec2 {
  background: url(../img/sec2.png);
}

.sec3 {
  background: url(../img/sec3.png);
}

.sec4 {
  background: url(../img/sec4.png);
}

.sec5 {
  background: url(../img/sec5.png);
}

.sec6 {
  background: url(../img/sec6.png);
}

.sec {
  padding: 100px 0;
  background-size: cover;
}

.sec4,
.sec6 {
  background: #fff;
}

/*-----header----*/
.contents {
  width: 100%;
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
}

.mv {
  background-size: cover;
}

.catch {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
}

.head-fixed {
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-width: 1920px;
  background: rgba(255, 255, 255, 0.75);
  margin: 0 auto;
}

.head-flex {
  align-items: flex-start;
  padding-left: 20px;
  margin-bottom: 15px;
}

.head-left {
  width: 430px;
}
.head-left h1 {
  font-size: 1.2rem;
  margin-bottom: 5px;
}
.head-left a {
  display: inline-block;
}

.head-right {
  justify-content: flex-end;
  width: 650px;
}

.full {
  color: #00704a;
  font-size: 2.8rem;
  padding-right: 5px;
  font-weight: 700;
  line-height: 40px;
}
.full span {
  font-size: 2.2rem;
}

.head-tel {
  padding: 0 15px;
  background: #7b9a48;
  font-size: 2.4rem;
  color: #fff;
  font-weight: 700;
  line-height: 40px;
}
.head-tel span {
  font-size: 1.6rem;
}

.head-cont {
  background: #ccb887;
  padding: 0 15px;
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 4.0rem;
}

.nav-list a {
  display: block;
  position: relative;
  font-weight: 600;
  padding: 5px 0;
}
.nav-list a:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #5d4d3a;
  position: absolute;
  bottom: 3px;
  left: 0;
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.nav-list a:hover:after {
  opacity: 1;
}

.rin {
  height: 950px;
}

.pre-text {
  line-height: 40px;
}

/*----title------*/
.sec1-tit {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
}

.sec2-tit,
.sec4-tit {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 45px;
}
.sec2-tit span,
.sec4-tit span {
  display: block;
  color: #ccb887;
  font-size: 2.4rem;
  font-weight: 500;
  margin-top: 20px;
}

/*-----main-----*/
.sec1-text {
  max-width: 730px;
  width: 100%;
  margin: 0 auto 45px;
  box-sizing: border-box;
  padding: 7px 45px;
  font-weight: 500;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 3px;
  text-align: center;
  background: #00704a;
  background: -webkit-linear-gradient(left, rgba(0, 112, 74, 0) 0%, #00704a 10%, #00704a 10%, #00704a 90%, #00704a 90%, rgba(0, 112, 74, 0) 100%);
  background: linear-gradient(to right, rgba(0, 112, 74, 0) 0%, #00704a 10%, #00704a 10%, #00704a 90%, #00704a 90%, rgba(0, 112, 74, 0) 100%);
}

.sec1-text2 {
  text-align: center;
}

.sec2-list1 {
  justify-content: space-around;
  margin-bottom: 45px;
}

.sec2-text {
  width: 100%;
  font-size: 2.2rem;
  max-width: 815px;
  margin: 0 auto 15px;
}

.sec2-list2 {
  width: 100%;
  max-width: 815px;
  margin: 0 auto 35px;
  padding-left: 45px;
  box-sizing: border-box;
}
.sec2-list2 li {
  padding-left: 30px;
  margin-bottom: 20px;
  font-size: 2.2rem;
  font-weight: 500;
  position: relative;
}
.sec2-list2 li:before {
  content: "";
  width: 18px;
  height: 18px;
  position: absolute;
  left: 0;
  top: 9px;
  background: #00704a;
}
.sec2-list2 li:last-child {
  margin-bottom: 0;
}

.sec2-list3 {
  margin-bottom: 85px;
}
.sec2-list3 li {
  width: 250px;
}
.sec2-list3 li p {
  margin-bottom: 5px;
}
.sec2-list3 li p:last-child {
  margin-bottom: 0;
  font-size: 1.6rem;
}

.sec2-h4 {
  width: 100%;
  padding: 17px 0;
  background: #00704a;
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 100px;
}

.sec2-dlt {
  background: rgba(255, 253, 222, 0.85);
  padding: 40px  45px;
}
.sec2-dlt dt {
  font-size: 2.8rem;
  color: #00704a;
  font-weight: 700;
  margin-bottom: 35px;
  text-shadow: 3px 3px 10px white, 0px 3px 10px white, -3px 3px 10px white, 3px 0px 10px white, 3px -3px 10px white, -3px 0px 10px white, 0px 0px 10px white, -3px -3px 10px white;
}
.sec2-dlt dd {
  padding: 0 100px;
  font-size: 2.0rem;
}
.sec2-dlt dd span {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 50px;
  background: linear-gradient(transparent 70%, #ccb887 0%);
}

.sec3-btn {
  border: 1px solid #fff;
  border-radius: 9px;
  margin: 0;
  width: 320px;
  box-sizing: border-box;
  padding: 26px 30px 26px 0;
  text-align: center;
}

.sec4-list {
  margin-bottom: 50px;
}
.sec4-list li {
  font-size: 1.7rem;
  padding: 0 5px 10px;
  border-bottom: 1px solid #00704a;
  margin-bottom: 35px;
}
.sec4-list li time {
  display: block;
  color: #00704a;
  margin-bottom: 5px;
}
.sec4-list li p {
  padding: 0 25px;
}

.sec4-btn, .sec6-btn1 {
  width: 240px;
  border: 1px solid #fff;
  border-radius: 8px;
  background: #d4bc88;
  font-weight: 700;
  color: #5d4d3a;
  padding: 5px 25px 5px 0;
  box-sizing: border-box;
  text-shadow: none;
  font-size: 1.8rem;
}
.sec4-btn:after, .sec6-btn1:after {
  background: url(../img/arrow2.png) no-repeat;
}

.sec5 {
  text-align: center;
}

.sec5-btn {
  display: inline-block;
}

.sec6-flex {
  justify-content: flex-start;
  flex-wrap: nowrap;
}

.sec6-left, .contact-cont, .offering-cont {
  padding: 50px 0;
  width: 100%;
  max-width: 960px;
  text-align: center;
  background: #00704a;
  color: #fff;
  font-size: 2.0rem;
}

.sec6-full {
  width: 350px;
  margin: 0 auto 20px;
  background: #fffdde;
  color: #00704a;
  font-size: 3.2rem;
  font-weight: 700;
}
.sec6-full span {
  font-size: 2.4rem;
}

.sec6-text {
  margin-bottom: 5px;
}

.sec6-tel {
  display: block;
  width: 350px;
  margin: 0 auto 20px;
  font-size: 3.8rem;
  font-weight: 700;
  color: #fff;
}
.sec6-tel span {
  font-size: 2.5rem;
  padding: 0 5px;
}

.sec6-btn1 {
  margin: 0 auto 20px;
}

.fax {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  font-size: 1.6rem;
  padding: 7px 0;
  border: 1px solid #fff;
}

.sec6-right {
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}

.sec6-btn2 {
  padding: 27px 30px 27px 0;
  letter-spacing: 3px;
  margin-bottom: 50px;
  border-radius: 8px;
}

/*----footer----*/
footer {
  padding: 100px 0 0;
  background: #e5ebda;
}

.ft-flex {
  align-items: flex-start;
  margin-bottom: 40px;
}

.ft-left {
  width: 240px;
}
.ft-left address {
  font-size: 1.6rem;
  margin-bottom: 10px;
}

.ft-logo {
  display: block;
  margin-bottom: 25px;
}

.ft-18 {
  margin-bottom: 15px;
  font-weight: 500;
}

.ft-right {
  justify-content: space-around;
  width: 100%;
  max-width: 560px;
}
.ft-right ul li {
  padding-left: 15px;
  position: relative;
  font-weight: 600;
  margin-bottom: 15px;
}
.ft-right ul li:after {
  content: "・";
  position: absolute;
  left: 0;
}
.ft-right ul li:last-child {
  margin-bottom: 0;
}

.copyright {
  line-height: 2;
  font-size: 1.4rem;
  text-align: center;
  background: #fff;
}

/*---under---*/
.sub-mv {
  background: url(../img/sub-mv.png) no-repeat center;
  background-size: cover;
}

.ren {
  height: 400px;
  box-sizing: border-box;
  padding-top: 210px;
}

.title {
  font-size: 4.6rem;
  font-weight: 700;
  max-width: 740px;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 55px;
  text-align: center;
  margin: 0 auto;
  position: relative;
  background: white;
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 10%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0.8) 90%, rgba(255, 255, 255, 0) 100%);
}
.title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 80%;
  height: 4px;
  background: #7b9a48;
  background: -webkit-linear-gradient(left, rgba(123, 154, 72, 0) 0%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0) 100%);
  background: linear-gradient(to right, rgba(123, 154, 72, 0) 0%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0) 100%);
}
.title:before {
  content: "";
  position: absolute;
  top: 0;
  width: 80%;
  height: 4px;
  background: #7b9a48;
  background: -webkit-linear-gradient(left, rgba(123, 154, 72, 0) 0%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0) 100%);
  background: linear-gradient(to right, rgba(123, 154, 72, 0) 0%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 10%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0.8) 90%, rgba(123, 154, 72, 0) 100%);
}

.tit {
  font-size: 3.6rem;
  text-align: center;
  font-weight: 600;
  padding-bottom: 25px;
  margin-bottom: 50px;
  position: relative;
}
.tit:after {
  content: "";
  width: 210px;
  height: 4px;
  position: absolute;
  bottom: 0;
  background: #ccb887;
  background: -webkit-linear-gradient(left, rgba(204, 184, 135, 0) 0%, rgba(204, 184, 135, 0.8) 10%, rgba(204, 184, 135, 0.8) 10%, rgba(204, 184, 135, 0.8) 90%, rgba(204, 184, 135, 0.8) 90%, rgba(204, 184, 135, 0) 100%);
  background: linear-gradient(to right, rgba(204, 184, 135, 0) 0%, rgba(204, 184, 135, 0.8) 10%, rgba(204, 184, 135, 0.8) 10%, rgba(204, 184, 135, 0.8) 90%, rgba(204, 184, 135, 0.8) 90%, rgba(123, 154, 72, 0) 100%);
}

.sub-tit {
  background: #00704a;
  font-size: 2.4rem;
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
}

.ssub-tit {
  padding: 10px 20px;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.2rem;
  font-weight: 600;
  border-bottom: 3px solid #ccb887;
  margin-bottom: 45px;
}

.sitemap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.sitemap li {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #5d4d3a;
  font-weight: 700;
  font-size: 2.4rem;
}
.sitemap li:last-child {
  margin-bottom: 0;
}
.sitemap li a {
  padding: 0 20px;
}

.under-sec {
  padding: 100px 0 150px;
}

.under-sec1 {
  padding: 100px 0;
}

.under-sec2 {
  padding-bottom: 100px;
}

.under-sec3 {
  padding-bottom: 150px;
}

/*------informaition---------*/
.info-list li {
  width: 100%;
  max-width: 500px;
  margin-bottom: 40px;
}
.info-list li:last-child {
  margin-bottom: 0;
}

.info-img {
  margin-bottom: 10px;
}

.info-list2 li {
  margin-bottom: 50px;
}
.info-list2 li:last-child {
  margin-bottom: 0;
}

.info-text {
  margin-bottom: 30px;
}

.map {
  padding-top: 300px;
}

.info-table tr:nth-child(odd) {
  background: #f2f5ec;
}
.info-table tr th {
  width: 250px;
  padding: 10px 0;
  text-align: center;
}
.info-table tr td {
  padding: 10px 20px;
}

/*-----contact----*/
.cont-text {
  margin-bottom: 20px;
}

.contact-cont, .offering-cont {
  width: 100%;
  max-width: 1080px;
}

.contact th {
  background: #d7e1c8;
  box-sizing: border-box;
  width: 445px;
  padding: 15px 30px 15px 45px;
  border: 1px solid  #f9f9f9;
}
.contact td {
  border: 1px solid  #eaeaea;
  padding: 15px;
}

.contact-submits-wrap {
  justify-content: center;
}

.contact-submits-wrap p {
  width: 360px;
  margin: 30px auto 0;
  position: relative;
}
.contact-submits-wrap p:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/arrow3.png);
  position: absolute;
  z-index: 1;
  left: 50px;
}
.contact-submits-wrap p input {
  background: #00704a;
  width: 360px;
  padding: 13px 0;
  color: #fff;
  font-size: 2.2rem;
  font-weight: 700;
  border-radius: 4px;
}

.required-mark {
  background: #fffdde;
  padding: 4px 10px;
  color: #5d4d3a;
}

/*----flow-----*/
.flow-flex {
  align-items: flex-start;
  margin-bottom: 100px;
}

.flow-text,
.flow-text3 {
  width: 100%;
  max-width: 540px;
}

.flow-list li {
  margin-bottom: 80px;
  position: relative;
}
.flow-list li:after {
  content: "";
  width: 80px;
  height: 30px;
  position: absolute;
  background: url(../img/flow/arrow.png) no-repeat center;
  background-size: contain;
  bottom: -50px;
}
.flow-list li:last-child {
  margin-bottom: 0;
}
.flow-list li:last-child:after {
  content: none;
}

.flow-flex2 {
  align-items: flex-start;
}

.flow-dlt dd {
  align-items: flex-start;
}

.flow-text2 {
  max-width: 725px;
  width: 100%;
}

/*------offering------*/
.off-flex {
  margin-bottom: 20px;
}
.off-flex a {
  display: block;
}

.off-text {
  margin-bottom: 20px;
}

.offering-cont {
  max-width: 1080px;
}

/*----question------*/
.ques-list {
  counter-reset: number;
}
.ques-list li {
  padding-left: 30px;
  margin-bottom: 40px;
  position: relative;
}
.ques-list li:before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  left: 0;
  font-size: 3.6rem;
  font-weight: 600;
  color: #00704a;
}
.ques-list li:last-child {
  margin-bottom: 0;
}

.que-dlt dd {
  padding: 0 40px;
}

/*------blog------*/
.blog-list {
  margin-bottom: 90px;
}
.blog-list li {
  margin-bottom: 60px;
}
.blog-list li:last-child {
  margin-bottom: 0;
}
.blog-list li a {
  flex-wrap: nowrap;
}

.blog-dlt {
  width: 100%;
  flex: 1;
}
.blog-dlt dt {
  align-items: flex-end;
  overflow: hidden;
}
.blog-dlt dt p {
  max-width: 820px;
  width: 100%;
  flex: 1;
}
.blog-dlt dt time {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
}

.blog-img {
  margin-left: 20px;
  width: 200px;
  height: 150px;
}

.deta-dlt {
  margin-bottom: 40px;
}
.deta-dlt dd {
  padding: 0 20px;
}

/*---plan----*/
.anch {
  justify-content: space-around;
}
.anch a {
  width: 320px;
  padding: 10px 0;
  border-radius: 8px;
}
.anch a:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.anch-nav {
  padding-top: 100px;
}

.blank {
  padding-bottom: 106px;
  margin-top: -106px;
}

.plan-list li {
  margin-bottom: 80px;
}
.plan-list li:last-child {
  margin-bottom: 0;
}

.plan-dlt {
  width: 100%;
  max-width: 540px;
}
.plan-dlt dd {
  margin-bottom: 20px;
  line-height: 40px;
  font-size: 1.6rem;
  padding: 0 18px;
}
.plan-dlt dd:nth-child(3) {
  background: #f2f5ec;
  padding: 10px 18px;
}
.plan-dlt dd:nth-child(4) {
  background: #f5f1e7;
  padding: 10px 18px;
}
.plan-dlt dd:last-child {
  margin-bottom: 0;
  padding: 0 18px;
}

.plan-text {
  font-size: 1.6rem;
  border: 1px solid #7b9a48;
  line-height: 40px;
  padding: 0 18px;
}

.plan-dlt2 {
  width: 100%;
  max-width: 1080px;
}

.plan-text2 {
  max-width: 540px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 20px;
  line-height: 40px;
  font-size: 1.6rem;
}

.plan-tel {
  color: #ec4f4c;
  font-size: 2.6rem;
  font-weight: 700;
}

.pc-none {
  display: none;
}

.e404 {
  text-align: center;
}

.e404 a {
  color: #5d4d3a;
  display: inline-block;
  border-bottom: 1px solid #5d4d3a;
}

a[href^="tel:"] {
  pointer-events: none;
}

.no-post {
  text-align: center;
  font-size: 2.0rem;
}

@media screen and (max-width: 767px) {
  .ip-none {
    display: none;
  }

  .pc-none {
    display: block;
  }

  body {
    min-width: 320px;
  }

  a[href^="tel:"] {
    pointer-events: auto;
  }

  .head-flex {
    justify-content: center;
    padding: 0;
  }

  .rin {
    height: 650px;
  }

  .contents {
    padding: 0 5px;
  }

  .head-left {
    width: auto;
    text-align: center;
  }

  .sec1-text2 {
    text-shadow: white 2px 0px 0px, white 1.75517px 0.95885px 0px, white 1.0806px 1.68294px 0px, white 0.14147px 1.99499px 0px, white -0.83229px 1.81859px 0px, white -1.60229px 1.19694px 0px, white -1.97998px 0.28224px 0px, white -1.87291px -0.70157px 0px, white -1.30729px -1.5136px 0px, white -0.42159px -1.95506px 0px, white 0.56732px -1.91785px 0px, white 1.41734px -1.41108px 0px, white 1.92034px -0.55883px 0px;
  }

  .sec2-dlt {
    padding: 40px 10px;
  }
  .sec2-dlt dt {
    text-align: center;
  }
  .sec2-dlt dd {
    padding: 0 50px;
  }

  .sec2-list3 {
    justify-content: space-around;
  }
  .sec2-list3 li {
    margin-bottom: 30px;
  }

  .sec3-list {
    justify-content: space-around;
  }
  .sec3-list li {
    margin-bottom: 30px;
  }
  .sec3-list li:last-child {
    margin-bottom: 0;
  }

  .sec6-flex {
    flex-wrap: wrap;
  }

  .sec6-left, .contact-cont, .offering-cont {
    margin-bottom: 30px;
  }

  /*-----under------*/
  .ren {
    padding-top: 200px;
  }

  /*-----info----*/
  .info-list {
    justify-content: space-around;
  }

  .info-table tr th,
  .info-table tr td {
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
  }

  /*-----offering-----*/
  .off-flex {
    justify-content: space-around;
  }

  /*----contact----*/
  .contact th {
    width: 100%;
    padding: 10px;
  }

  .contact-submits-wrap p {
    width: 300px;
  }
  .contact-submits-wrap p input {
    width: 300px;
  }

  /*----blog-----*/
  .blog-img {
    display: none;
  }

  /*-----flow-----*/
  .flow-flex,
  .flow-flex2 {
    justify-content: space-around;
  }

  .flow-text,
  .flow-text3 {
    margin-bottom: 30px;
  }

  .flow-dlt dd {
    justify-content: center;
  }

  .flow-img2 {
    margin-bottom: 20px;
  }

  /*---plan-----*/
  .anch li {
    margin-bottom: 40px;
  }
  .anch li:last-child {
    margin-bottom: 0;
  }

  .plan-list li {
    justify-content: space-around;
  }

  .plan-list li {
    margin-bottom: 30px;
  }

  .plan-dlt {
    max-width: 770px;
    margin-bottom: 30px;
  }

  .plan-dlt2 {
    margin-bottom: 0;
  }

  .plan-text {
    margin-top: 40px;
  }

  .plan-flex {
    justify-content: space-around;
  }

  .plan-text2 {
    max-width: 770px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 560px) {
  .none-560 {
    display: none;
  }

  .rin {
    height: 450px;
  }

  .ren {
    height: 320px;
    padding-top: 150px;
  }

  .sec {
    padding: 60px 0;
  }

  .under-sec {
    padding: 60px 0 100px;
  }

  .under-sec1 {
    padding: 60px 0;
  }

  .under-sec2 {
    padding-bottom: 60px;
  }

  .under-sec3 {
    padding-bottom: 100px;
  }

  .sec2-list3 {
    margin-bottom: 40px;
  }

  .sec2-h4 {
    margin-bottom: 60px;
  }

  .sec2-dlt dd {
    padding: 0 15px;
  }

  .sec2-list2 {
    padding-left: 5px;
  }

  .fax {
    padding: 5px;
    box-sizing: border-box;
  }

  .sec6-full {
    width: 100%;
    max-width: 350px;
  }

  .sec6-btn2 {
    padding: 27px 50px 27px 10px;
  }

  footer {
    padding: 60px 0 0;
  }

  .ft-flex {
    justify-content: center;
  }

  .ft-left {
    margin-bottom: 30px;
  }

  .title {
    line-height: 1.2;
    padding: 10px 30px;
  }

  /*-------question------*/
  .que-dlt dd {
    padding: 0 10px;
  }

  /*----blog-----*/
  /*----font-----*/
  .head-left h1,
  .copyright {
    font-size: 1.0rem;
  }

  body,
  .sec4-btn,
  .sec6-btn1,
  .sec6-btn1 {
    font-size: 1.6rem;
  }

  .title {
    font-size: 3.6rem;
  }

  .sec6-tel,
  .tit,
  .ques-list li:before {
    font-size: 3.2rem;
  }

  .sec1-tit,
  .sec2-tit,
  .sec4-tit,
  .sec2-h4,
  .sec2-dlt dd span,
  .sec6-full {
    font-size: 2.8rem;
  }

  .sec2-dlt dt {
    font-size: 2.4rem;
  }

  .sec1-text,
  .sec2-tit span,
  .sec4-tit span,
  .sec3-btn,
  .sec6-full span,
  .sec6-tel span,
  .sec6-btn2,
  .sub-tit {
    font-size: 2.2rem;
  }

  .sec2-text,
  .sec2-list2 li,
  .contact-submits-wrap p input {
    font-size: 2.0rem;
  }

  .sec2-dlt dd,
  .sec6-left,
  .contact-cont,
  .offering-cont,
  .no-post {
    font-size: 1.8rem;
  }

  .sec4-list li {
    font-size: 1.5rem;
  }

  .sec2-list3 li p:last-child,
  .fax,
  .blog-dlt dt time {
    font-size: 1.4rem;
  }

  .pre-text {
    line-height: 3.4rem;
  }
}
@media screen and (max-width: 425px) {
  .ren {
    padding-top: 130px;
  }
}
@media screen and (max-width: 345px) {
  .sec6-tel {
    width: auto;
  }

  .ft-right {
    justify-content: flex-start;
    padding-left: 40px;
  }
  .ft-right ul:first-child {
    margin-bottom: 15px;
  }
}
main {
  position: relative;
}

.dust {
  position: absolute;
  font-size: 1.4rem;
  left: 10px;
  top: 5px;
}
.dust li {
  position: relative;
  padding: 0 10px;
  margin-right: 10px;
}
.dust li:last-child {
  margin-right: 0;
}
.dust li:last-child:after {
  content: none;
}
.dust li:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  top: 50%;
  right: -8px;
  border-top: 1px solid #5d4d3a;
  border-right: 1px solid #5d4d3a;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -moz-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .dust {
    display: none;
  }
}
