@charset "utf-8";
.post-list {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

.post-list-ttl {
  margin-top: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

.post-list-btn {
  font-size: 20px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  margin: 40px auto 60px;
  font-weight: bold;
  display: block;
  max-width: 340px;
  transition: 0.2s;
  position: relative;
}
.post-list-btn.link{
 background-color: #D86F30;
  max-width: 24em;
  font-size: 18px;
 border-radius: .75em;
}
.post-list-btn::after {
  content: "";
  display: block;
  height: 10px;
  width: 10px;
  position: absolute;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
  right: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.post-list-btn:hover {
  text-decoration: none;
  opacity: 0.7;
}
@media screen and (min-width:481px){
 .post-list-item {
   width:calc(25% - 1.25em);
 }
 .sp-only{display: none;}
}
@media screen and (max-width:480px){
 .post-list{flex-wrap: wrap;}
 .post-list-item {
   width:calc(50% - .75em);
 }
 .post-list-item:nth-child(n+3){
  margin-top: 1.5em;
 }
 .post-list-btn.link:after {
  font-size: 5vw;
  right: 5vw;
 }
}
.post-list-item a {
  color: inherit;
  display: block;
  height: 100%;
  position: relative;
  padding-bottom: 70px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.post-list-item a:hover {
  text-decoration: none;
  opacity: 0.7;
  transition: 0.2s;
}

.post-list-item-img {
  margin-bottom: 10px;
}
.post-list-item-ttl {
  font-weight: bold;
  font-size: 16px;
  padding: 0 10px;
}

.post-list-item-txt {
  font-size: 14px;
  margin-top: 10px;
  padding: 0 10px;
  line-height: 1.8;
}
.post-list-item-btn {
  font-size: 14px;
  background-color: #333;
  color: #fff;
  padding: 10px;
  text-align: center;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .post-list-item-ttl {
    font-size: 14px;
  }

  .post-list-item-txt {
    font-size: 12px;
  }
  .post-list-item-btn {
    font-size: 12px;
    padding: 5px;
  }
}

#header {
  box-shadow: 0 10px 10px #c6c6c6;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
}
.headerIn {
  padding: 20px;
  display: flex;
  justify-content: space-between;
}
.headerIn #headerlogo {
  width: 120px;
}
.headerIn .headerBox {
  width: 91%;
}

.headerIn .headerBox .headLinks {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.headerIn .headerBox .headLinks .text a {
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  color: #000;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
  display: inline-block;
  background: url(../img/icon_arrow.svg) no-repeat left center;
  padding-left: 15px;
  background-size: 7px auto;
  font-weight: bold;
}

.headerIn .headerBox .headLinks .text a:hover {
  text-decoration: none;
  opacity: 0.7;
}

.headerIn .headerBox .headLinks .text + .text {
  margin-left: 13px;
}
.headerIn .headerBox .headLinks .btn {
  margin-right: 10px;
}
.headerIn .headerBox .headLinks .btnfirt {
  margin-left: 20px;
}
.headerIn .headerBox .headLinks .btnend {
  margin-right: 20px;
}

#content {
  padding-top: 110px;
}
/*20240115*/
.slider {
  max-width:100%;
  margin: 0 auto;
  position: relative;
}

.slider .sliderWrap {
  width: 100%;
  margin: 0 auto;
  position: absolute;
}
.slider .sliderWrap img,.slider .slidertext img{
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  width: 100%;
}
/*20240115*/
.slider .slidertext {
  position: relative;
  z-index: 5;
  text-align: center;
  padding-top: 10px;
}
.slider .combtn {
  padding: 40px 0;
}

.consultation {
  background: url("../img/consultation_bg.png") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  z-index: 5;
}
.consultation .tit {
  padding: 100px 0 80px;
  text-align: center;
}
.consultation .content {
  text-align: center;
  padding-bottom: 150px;
}

.fixed {
  background: url("../img/fixed_bg.png") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 150px 0 220px;
  margin-top: -75px;
  position: relative;
}
.fixed .text {
  text-align: center;
}
.fixed .text .text01 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 15px;
}
.fixed .text .text02 {
  font-size: 56px;
  font-weight: bold;
}
.fixed .point {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}

.navbar-toggle {
  width: 45px;
  height: 45px;
  background: #000 url(../img/menu_open.svg) no-repeat center;
  background-size: 70% auto;
}

.navbar-toggle.on {
  background: #000 url(../img/menu_close.svg) no-repeat center;
  background-size: 55% auto;
}
.navbar-collapse {
  display: none;
}

.navbar-collapse ul li a {
  display: block;
  background: #fff url(../img/icon_arrow.svg) no-repeat 10px center;
  background-size: 7px auto;
  font-size: 1.4rem;
  font-family: "Noto Sans JP";
  color: #000;
  padding: 15px 10px 15px 30px;
  border-bottom: 1px solid #000;
}

.navbar-collapse ul li.raijo a {
  background: #c83c28 url(../img/icon_arrow_w.svg) no-repeat 10px center;
  background-size: 7px auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-collapse ul li.free_online a {
  background: #285cc8 url(../img/icon_arrow_w.svg) no-repeat 10px center;
  background-size: 7px auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-collapse ul li.seminar a {
  background: #ffc814 url(../img/icon_arrow_w.svg) no-repeat 10px center;
  background-size: 7px auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-collapse ul li.request a {
  background: #509123 url(../img/icon_arrow_w.svg) no-repeat 10px center;
  background-size: 7px auto;
  color: #fff;
  border-bottom: 1px solid #fff;
}

.navbar-collapse ul li a:hover {
  opacity: 0.7;
}
.combtn .flex-center.col4 {
 gap:1em;
}
@media screen and (max-width: 767px) {
  #header {
    box-shadow: 0 5px 5px #c6c6c6;
    position: fixed;
    width: 100%;
    z-index: 10;
    background-color: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .headerSP {
    padding: 10px;
  }
  .headerIn .left {
    float: left;
    width: 9%;
  }
  .headerIn .right {
    float: left;
    width: 91%;
  }
  .visible-ts .tel {
    padding: 0 10px;
  }
  .navbar-collapse .text {
    margin-right: 0;
    padding: 20px 0;
  }
  .navbar-collapse .btn {
    padding: 20px 0 10px;
  }

  #content {
    padding-top: 70px;
  }
  .slider {
    width: 100%;
    margin: 0 auto;
  }
  .slider .sliderWrap {
    width: 100%;
    margin: 0 auto;
    position: absolute;
  }
  .slider .slidertext {
    position: relative;
    z-index: 5;
    text-align: center;
    padding: 10px 20px;
  }
  .slider .combtn {
    padding: 30px 0;
  }

  .combtn .flex-center {
    flex-wrap: wrap;
   margin: 0 1em;
  }
  .combtn .flex-center li {
    width: auto;
    padding: 0 20px;
  }

  .combtn .flex-center li + li {
    margin-top: 1rem;
  }
 .combtn .flex-center.col4 li{
  width:calc(50% - .5em);
  padding: 0;
  margin: 0;
 }
  .consultation {
    background: url("../img/consultation_bg.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
    z-index: 5;
  }
  .consultation .tit {
    padding: 40px 10px;
    text-align: center;
  }
  .consultation .content {
    text-align: center;
    padding: 0 10px 70px;
  }

  .fixed {
    background: url("../img/fixed_bg.png") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 70px 20px 100px;
    margin-top: -35px;
    position: relative;
  }
  .fixed .text {
    text-align: center;
  }
  .fixed .text .text01 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 15px;
  }
  .fixed .text .text02 {
    font-size: 30px;
    font-weight: bold;
    flex-direction: column;
  }
  .fixed .point {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
  }
}
.regenerate {
  background: #f0f0f0;
  padding-bottom: 100px;
}
.regenerate .tit {
  padding: 100px 0 80px;
  text-align: center;
}
#tab02.tabBox,
#tab03.tabBox,
#tab04.tabBox {
  display: none;
}
.regenerate li + li {
  margin-left: 13px;
}
.regenerate #tab01 {
  border-top: 25px solid #ebb62a;
}
.regenerate #tab02 {
  border-top: 25px solid #ec702a;
}
.regenerate #tab03 {
  border-top: 25px solid #489453;
}
.regenerate #tab04 {
  border-top: 25px solid #31629a;
}
.regenerate .tabBox {
  padding: 70px 65px 0;
}
.regenerate .demo_tab {
  background-color: #fff;
  box-shadow: 10px 10px 10px #aaa8a9;
  margin-top: -10px;
}
.regenerate .btn {
  padding: 75px 0 115px;
  text-align: center;
}
.regenerate .links {
  padding-bottom: 60px;
}
.regenerate .img {
  position: relative;
}
.regenerate .img .more {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .regenerate {
    background: #f0f0f0;
    padding-bottom: 40px;
  }
  .regenerate .tit {
    padding: 50px 50px 20px;
    text-align: center;
  }
  #tab02.tabBox,
  #tab03.tabBox,
  #tab04.tabBox {
    display: none;
  }
  .regenerate li + li {
    margin-left: 10px;
  }
  .regenerate #tab01 {
    border-top: 10px solid #ebb62a;
  }
  .regenerate #tab02 {
    border-top: 10px solid #ec702a;
  }
  .regenerate #tab03 {
    border-top: 10px solid #489453;
  }
  .regenerate #tab04 {
    border-top: 10px solid #31629a;
  }
  .regenerate .tabBox {
    padding: 35px 10px 0;
  }
  .regenerate .demo_tab {
    background-color: #fff;
    box-shadow: 5px 5px 5px #aaa8a9;
    margin-top: -5px;
  }
  .regenerate .btn {
    padding: 20px 0 30px;
    text-align: center;
  }
  .regenerate .links {
    padding-bottom: 30px;
  }
  .regenerate .links .flex-center {
    flex-direction: column;
  }
  .regenerate .links .flex-center li {
    width: auto;
    text-align: center;
    padding: 0 20px;
  }

  .regenerate .links .flex-center li + li {
    margin-top: 1rem;
    margin-left: 0;
  }

  .regenerate .img {
    position: relative;
  }
  .regenerate .img .more {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
  }

  .tab_regenerate_sp .tabinfo_sp + .tabinfo_sp {
    margin-top: 5px;
  }

  .tab_regenerate_sp .tab_cont {
    display: none;
    background: #fff;
  }

  .tab_regenerate_sp .tab_cont .btn img {
    max-width: 90%;
  }
}
.reason .tit {
  padding: 100px 0 130px;
}
.reason .num {
  margin-bottom: 15px;
  text-align: center;
}
.reason li {
  padding: 0 40px;
  border-left: 1px dotted #000;
}
.reason li:nth-child(3) {
  border-right: 1px dotted #000;
}
.reason ul {
  margin-bottom: 170px;
}
.reason .img {
  margin-bottom: 30px;
}
.reason .btn {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reason .tit {
    padding: 50px 0 60px;
  }
  .reason .flex-center {
    flex-direction: column;
  }
  .reason li {
    /*width: 60%;*/
    width: auto;
    padding: 0;
    border: 0;
    margin-bottom: 20px;
  }
  .reason li:nth-child(3) {
    border: 0;
  }
  .reason .num {
    margin-bottom: 10px;
  }
  .reason ul {
    margin-bottom: 40px;
  }
  .reason .img {
    margin-bottom: 15px;
  }
  .reason .btn {
    text-align: center;
  }
}
.reason01 {
  background-color: #f0f0f0;
  padding-bottom: 220px;
}
.reason01 .tit {
  padding: 160px 0 100px;
}
.reason01 .title {
  text-align: center;
  margin-top: -40px;
}
.reason01 .tit .num {
  margin-left: -430px;
  position: relative;
  z-index: 5;
}
.reason01 .about {
  text-align: center;
  margin-bottom: 100px;
}
.reason01 .img {
}
.reason01 .show {
  padding: 0 110px;
  margin-top: -45px;
  position: relative;
  z-index: 5;
}
.reason01 .show .box {
  background: url("../img/reason1_show_bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 50px 50px 110px;
}
.reason01 .show .box .imgtit {
  margin-top: 100px;
  background: #a59071;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 25px;
  padding: 5px 0;
}
.reason01 .show .showimg {
  width: 830px;
}

.reason02 {
  background: url("../img/reason02_bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
  margin-top: -425px;
  position: relative;
}
.reason02 .tit {
  padding-top: 450px;
}
.reason02 .title {
  text-align: center;
  margin-top: -40px;
}
.reason02 .tit .num {
  margin-left: -430px;
  position: relative;
  z-index: 5;
}
.reason02 .text {
  padding: 115px 0 150px;
  text-align: center;
}
.reason02 .point {
  position: absolute;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
}
.reason02_content {
  background: url("../img/reason02_content_bg.png") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 180px 0 120px;
}
.reason02_content #tab002 {
  display: none;
}
.reason02_content #tab003 {
  display: none;
}
.reason02_content ul {
  margin-left: -8px;
  align-items: flex-end;
}
.reason02_content .tabList02 li {
  width: 33.33%;
  padding-left: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 168px;
}
.reason02_content .tabList02 li a {
  color: #fff;
  padding: 20px 0;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 100%;
}
.reason02_content .tabList02 li a:hover {
  text-decoration: none;
}
.reason02_content .tabList02 li:nth-child(1) a {
  background-color: #93b8c0;
  border-left: 3px solid #93b8c0;
  border-right: 3px solid #93b8c0;
}
.reason02_content .tabList02 li:nth-child(2) a {
  background-color: #9688a1;
  border-left: 3px solid #9688a1;
  border-right: 3px solid #9688a1;
}
.reason02_content .tabList02 li:nth-child(3) a {
  background-color: #987a70;
  border-left: 3px solid #987a70;
  border-right: 3px solid #987a70;
}
.reason02_content .tabList02 li:nth-child(1) a.on {
  background-color: #fff;
  color: #93b8c0;
  border-top: 40px solid #93b8c0;
  font-size: 30px;
  padding: 40px 0;
  position: relative;
  bottom: -3px;
}
.reason02_content .tabList02 li:nth-child(2) a.on {
  background-color: #fff;
  color: #9688a1;
  border-top: 40px solid #9688a1;
  font-size: 30px;
  padding: 40px 0;
  position: relative;
  bottom: -3px;
}
.reason02_content .tabList02 li:nth-child(3) a.on {
  background-color: #fff;
  color: #987a70;
  border-top: 40px solid #987a70;
  font-size: 30px;
  padding: 40px 0;
  position: relative;
  bottom: -3px;
}
.reason02_content #tab001 {
  border: 3px solid #93b8c0;
  background-color: #fff;
}
.reason02_content #tab002 {
  border: 3px solid #9688a1;
  background-color: #fff;
}
.reason02_content #tab003 {
  border: 3px solid #987a70;
  background-color: #fff;
}
.reason02_content .tabBox02 {
  padding: 50px;
}
@media screen and (max-width: 767px) {
  .reason01 {
    background-color: #f0f0f0;
    padding-bottom: 110px;
  }
  .reason01 .tit {
    padding: 40px 0 30px;
  }
  .reason01 .title {
    text-align: center;
    margin-top: -10px;
  }
  .reason01 .tit .num {
    margin-left: -180px;
    position: relative;
    z-index: 5;
  }
  .reason01 .tit .num img {
    height: 40px;
  }
  .reason01 .about {
    text-align: center;
    margin-bottom: 50px;
  }
  .reason01 .img {
  }
  .reason01 .show {
    padding: 0 10px;
    margin-top: -25px;
    position: relative;
    z-index: 5;
  }
  .reason01 .show .box {
    background: url("../img/reason1_show_bg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 25px 25px 50px;
  }
  .reason01 .show .box .imgtit {
    margin-top: 50px;
    background: #a59071;
    text-align: center;
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 5px 0;
  }
  .reason01 .show .showimg {
    width: 420px;
  }

  .reason02 {
    background: url("../img/reason02_bg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
    margin-top: -225px;
    position: relative;
  }
  .reason02 .tit {
    padding-top: 200px;
  }
  .reason02 .title {
    text-align: center;
    margin-top: -20px;
  }
  .reason02 .tit .num {
    margin-left: -180px;
    position: relative;
    z-index: 5;
  }
  .reason02 .tit .num img {
    height: 50px;
  }
  .reason02 .text {
    padding: 50px 20px 70px;
    text-align: center;
  }

  .reason02 .text p {
    display: inline-block;
    text-align: left;
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
  }

  .reason02 .text p span.fs-big {
    font-size: 1.8rem;
  }

  .comTxt {
    font-size: 1.4rem;
    font-family: "Noto Sans JP";
    font-weight: bold;
    text-align: left;
  }

  .comTxt span.fs-big {
    font-size: 1.8rem;
  }

  .comTxt p + p {
    margin-top: 1rem;
  }

  .reason02 .point {
    position: absolute;
    bottom: -50px;
    left: 50%;
    transform: translateX(-50%);
  }
  .reason02_content {
    background: url("../img/reason02_content_bg.png") no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 90px 0 60px;
  }
  .reason02_content #tab002 {
    display: none;
  }
  .reason02_content #tab003 {
    display: none;
  }
  .reason02_content ul {
    margin-left: -4px;
    height: 98px;
  }
  .reason02_content .tabList02 li {
    height: auto;
    width: 33.33%;
    padding-left: 4px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .reason02_content .tabList02 li a {
    color: #fff;
    padding: 10px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    color: #fff;
  }
  .reason02_content .tabList02 li a:hover {
    text-decoration: none;
  }
  .reason02_content .tabList02 li:nth-child(1) a {
    background-color: #93b8c0;
    border-left: 3px solid #93b8c0;
    border-right: 3px solid #93b8c0;
  }
  .reason02_content .tabList02 li:nth-child(2) a {
    background-color: #9688a1;
    border-left: 3px solid #9688a1;
    border-right: 3px solid #9688a1;
  }
  .reason02_content .tabList02 li:nth-child(3) a {
    background-color: #987a70;
    border-left: 3px solid #987a70;
    border-right: 3px solid #987a70;
  }
  .reason02_content .tabList02 li:nth-child(1) a.on {
    background-color: #fff;
    color: #93b8c0;
    border-top: 20px solid #93b8c0;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    bottom: -3px;
  }
  .reason02_content .tabList02 li:nth-child(2) a.on {
    background-color: #fff;
    color: #9688a1;
    border-top: 20px solid #9688a1;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    bottom: -3px;
  }
  .reason02_content .tabList02 li:nth-child(3) a.on {
    background-color: #fff;
    color: #987a70;
    border-top: 20px solid #987a70;
    font-size: 18px;
    padding: 10px 0;
    position: relative;
    bottom: -3px;
  }
  .reason02_content #tab001 {
    border: 3px solid #93b8c0;
    background-color: #fff;
  }
  .reason02_content #tab002 {
    border: 3px solid #9688a1;
    background-color: #fff;
  }
  .reason02_content #tab003 {
    border: 3px solid #987a70;
    background-color: #fff;
  }
  .reason02_content .tabBox02 {
    padding: 8px;
  }
}

.reason03 {
  background: url("../img/reason03_bg.png") no-repeat top center;
  -webkit-background-size: cover;
  background-size: cover;
}
.reason03 .tit {
  padding-top: 115px;
  padding-bottom: 100px;
}
.reason03 .title {
  text-align: center;
  margin-top: -40px;
}
.reason03 .tit .num {
  margin-left: -430px;
  position: relative;
  z-index: 5;
}
.reason03 .box {
  background-color: #fff;
  box-shadow: 5px 5px 5px #a3a3a3;
  padding: 50px;
  text-align: right;
  position: relative;
  margin-bottom: 105px;
}

.reason03 .box .left {
  position: absolute;
  left: 0;
  bottom: 50px;
  z-index: 5;
}
.reason03 .box .right {
  position: relative;
}
.reason03 .box .boxtitle {
  margin-bottom: 30px;
  background-color: #fff;
}
.reason03 .box:nth-child(3) {
  text-align: left;
}
.reason03 .box:nth-child(3) .left {
  position: absolute;
  right: 0;
  left: auto;
  bottom: auto;
  top: 75px;
  z-index: 5;
}
.reason03 .box:nth-child(3) .img {
  margin-top: 70px;
}
/*.reason03 .box:nth-child(4) .img{
    margin-top: 40px;
}*/
.reason03 .point {
  text-align: center;
}
.reason03 .titimg {
  margin-top: 40px;
  background: #717071;
  text-align: center;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
  padding: 2px 0 6px;
  line-height: 1.2;
}
.reason03 .txt {
  padding: 95px 0 180px;
  text-align: center;
}
.ten {
  background: url("../img/ten_bg.png") no-repeat bottom center;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 110px 0;
}
.ten .flex-center {
  background-color: #fff;
  padding-bottom: 20px;
  box-shadow: 5px 5px 5px #a3a3a3;
}
.p110 {
  padding: 110px 0;
}
@media screen and (max-width: 767px) {
  .reason03 {
    background: url("../img/reason03_bg.png") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
  }
  .reason03 .tit {
    padding-top: 55px;
    padding-bottom: 50px;
  }

  .reason03 .titimg {
    font-size: 15px;
    padding: 5px 0;
    margin-top: 0;
  }

  .reason03 .tit .num img {
    height: 50px;
  }

  .reason03 .title {
    text-align: center;
    margin-top: -20px;
  }
  .reason03 .tit .num {
    margin-left: -180px;
    position: relative;
    z-index: 5;
  }
  .reason03 .box {
    background-color: #fff;
    box-shadow: 5px 5px 5px #a3a3a3;
    padding: 20px;
    text-align: right;
    position: relative;
    margin-bottom: 45px;
  }

  .reason03 .box .flex-center {
    display: block;
  }

  .reason03 .box .flex-center img {
    margin-bottom: 20px;
  }
  .reason03 .box .left {
    position: initial;
    left: 0;
    bottom: 50px;
    z-index: 5;
    margin-bottom: 20px;
  }
  .reason03 .box .right {
    position: relative;
  }
  .reason03 .box .boxtitle {
    margin-bottom: 15px;
    background-color: #fff;
  }
  .reason03 .box:nth-child(3) {
    text-align: left;
  }
  .reason03 .box:nth-child(3) .left {
    position: initial;
    right: 0;
    left: auto;
    bottom: auto;
    top: 75px;
    z-index: 5;
  }
  .reason03 .box:nth-child(3) .img {
    margin-top: 30px;
  }
  .reason03 .box:nth-child(3) .img {
    width: 1000px;
  }
  .reason03 .box:nth-child(4) .img {
    margin-top: 20px;
  }
  .reason03 .box:nth-child(4) .img {
    width: 1000px;
  }
  .reason03 .point {
    text-align: center;
  }
  .reason03 .txt {
    padding: 50px 0 90px;
    text-align: center;
  }
  .ten {
    background: url("../img/ten_bg.png") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 50px 0;
  }
  .ten .flex-center {
    flex-direction: column;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 5px 5px 5px #a3a3a3;
  }
  .ten .flex-center img:nth-child(1) {
    margin-bottom: 10px;
  }
  .p110 {
    padding: 50px 0;
  }
}

.limit {
  background-color: #a59071;
  padding: 85px 0 100px;
  position: relative;
}
.limit .btn {
  margin-top: 40px;
  text-align: center;
}
.limit .line {
  margin: -420px 0 0 -430px;
  position: absolute;
}
.respond {
  background: url("../img/respond_bg.png") no-repeat center bottom;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 170px 0 230px;
  text-align: center;
}
.moreabout {
  padding-top: 30px;
  text-align: center;
}
.moreabout .btn {
  margin-bottom: 108px;
}
@media screen and (max-width: 767px) {
  .limit {
    background-color: #a28e73;
    padding: 0 0 20px;
    position: relative;
  }
  .limit .btn {
    text-align: center;
    width: 90%;
    margin: 10px auto 0;
  }
  .limit .line {
    margin: -33% 0 0 -22%;
    position: absolute;
  }
  .limit .line img {
    height: 50px;
  }
  .respond {
    background: url("../img/respond_bg.png") no-repeat center bottom;
    -webkit-background-size: cover;
    background-size: cover;
    padding: 60px 0 100px;
    text-align: center;
  }
  .moreabout {
    padding-top: 20px;
    text-align: center;
    padding-bottom: 60px;
  }
  .moreabout .btn {
    margin-bottom: 50px;
  }
  #footer ul {
    flex-wrap: wrap;
    padding: 5px 0;
    background-color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0 -5px 5px #a3a3a3;
  }
  #footer ul li {
    max-width: 50%;
  }
}

.footerLinks {
  background: #c8c8c8;
  padding: 30px;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}

.footerLinks a {
  color: #fff;
}

.footerLinks .copyright {
  padding-top: 1.5rem;
}

/*** 2021/06/11 ***/
.reason ul {
  margin-bottom: 30px;
}
.reason-caption {
  text-align: center;
  margin-bottom: 170px;
}
.reason-caption p {
  text-align: left;
  margin: 0 auto;
  display: inline-block;
  font-size: 12px;
}
.reason02 .text p span.fs-big .cap {
  font-size: 60%;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .reason ul {
    margin-bottom: 0px;
  }
  .reason-caption {
    margin-bottom: 40px;
  }
}
