@charset "utf-8";

/*---------------------------------*/
/* TOP PAGE */
/*---------------------------------*/
.top_page .header .header_bd {
    z-index: 1;
}

/* */
/*---------------------------------*/
.covid19 {
    padding: 25px 0;
    background: #f7f5ee;
}
.covid19 img {
    margin: auto;
    max-width: 1000px;
}
@media screen and (max-width: 750px) {
    .covid19 {
        margin-top: 0;
        margin-bottom: 20px;
        padding-bottom: 0;
    }
}

/* mv */
/*---------------------------------*/
.top_page .mv header {
  position: relative;
  height: 600px;
  background: #fafafa url(../img/top/mv_bg_pc.jpg) no-repeat center center;
}
.top_page .mv header:after {
  height: 598px;
  background: url(../img/top/mv_balloon_pc.jpg);
  width: calc((100% - 1000px)/ 3 );
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  content: "";
}

.top_page .mv .catch {
  width: 667px;
  margin: 0 auto;
  padding-top: 40px;
}

.top_page .mv .lead {
  position: relative;
  z-index: 1;
}

.top_page .mv .lead .pref {
  max-width: 821px;
  margin: -12px auto -15px;
  padding: 0;
}

.top_page .mv .lead h1 {
  color: #beaf87;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.top_page .mv .lead h1 span {
  font-size: 46px;
  font-weight: 900;
  line-height: 100%;
}

.top_page .mv .lead h1 .underline {
  display: inline-block;
  padding-bottom: 10px;
  border-bottom: 4px solid #beaf87;
}

.top_page .mv .lead .bottom {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 900px;
  margin: 0 auto;
  padding: 40px 0;
}

.top_page .mv .lead .bottom .list li {
  background: url(../img/top/lead_ico_check.png) no-repeat left center;
  padding-left: 40px;
  color: #4B3815;
  font-size: 26px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 64px;
}

.top_page .mv .lead .bottom .image {
  display: block;
  width: 448px;
}

@media screen and (max-width: 750px) {
  .inner {
    padding: 2.4vw 0;
    
  }
  .top_page .mv header {
    height: 94.4vw;
    background: #AAE8F6 url(../img/top/mv_bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }

  .top_page .mv header:before {
    bottom: 6vw;
    width: 50.4vw;
    height: 58.4vw;
  }

  .top_page .mv header:after {
    background-image: unset;
  }

  .top_page .mv .catch {
    width: 88.8vw;
    padding-top: 6.4vw;
  }

  .top_page .mv .lead .pref {
    width: 94.8vw;
    margin: -5.06vw auto -.8vw;
  }

  .top_page .mv .lead h1 {
    font-size: 3.46vw;
  }

  .top_page .mv .lead h1 span {
    font-size: 5.33vw;
  }

  .top_page .mv .lead h1 .underline {
    padding-bottom: .8vw;
    border-bottom-width: .4vw;
  }

  .top_page .mv .lead .bottom {
    display: block;
    width: 100%;
    padding: 3.2vw 0 4.8vw;
  }

  .top_page .mv .lead .bottom .list {
    display: table;
    margin: 0 auto 4vw;
  }

  .top_page .mv .lead .bottom .list li {
    background-size: 4vw auto;
    padding-left: 5.2vw;
    font-size: 4.26vw;
    line-height: 170%;
  }

  .top_page .mv .lead .bottom .image {
    width: 66vw;
    margin: 0 auto;
  }
}


/* structure */
/*---------------------------------*/
.top_page .structure {
  position: relative;
  background: #414042;
}

.top_page .structure:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  width: 0;
  margin: auto;
  border-top: 43px solid #fff;
  border-right: 35px solid transparent;
  border-left: 35px solid transparent;
}

.top_page .structure .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 68px 10px 40px;
}

.top_page .structure h2 {
  width: 667px;
  margin: 0 auto 70px;
}

.top_page .structure .flow {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
}

.top_page .structure .flow .before,
.top_page .structure .flow .after {
  position: relative;
  width: 46%;
  background-color: #fff;
  padding: 50px 0;
}

.top_page .structure .flow .pref {
  position: absolute;
  top: -40px;
  right: 0;
  left: 0;
  display: inline-block;
  width: 80px;
  background-color: #d7ac33;
  margin: auto;
  padding: 18px 0;
  color: #fff;
  font-weight: 900;
  text-align: center;
  line-height: 100%;
}

.top_page .structure .flow .pref .num {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 100%;
}

.top_page .structure .flow h3 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 60px;
  margin-bottom: 20px;
}

.top_page .structure .flow h3 span {
  width: 100%;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
}

.top_page .structure .flow .image {
  display: block;
  width: 88%;
  margin: 0 auto;
}

.top_page .structure .flow .arrow {
  width: 24px;
  padding-top: 100px;
  text-align: center;
  color: #beaf87;
}

.top_page .structure .flow .arrow:before {
  content: "";
  display: block;
  width: 29px;
  height: 35px;
  background: url(../img/top/structure_arrow.png) no-repeat center center;
  background-size: auto 100%;
  margin-bottom: 10px;
}

.top_page .structure .flow .arrow p {
  font-size: 24px;
  font-weight: 600;
}

.top_page .structure .tail {
  padding-top: 30px;
  font-size: 34px;
  text-align: center;
  color: #beaf87;
}

.top_page .structure .tail span {
  display: inline-block;
  font-weight: 900;
  line-height: 150%;
}

.top_page .structure .tail strong {
  color: #fff;
  font-weight: 900;
}

@media screen and (max-width: 750px) {
  .top_page .structure:before {
    border-top-width: 4.8vw;
    border-right-width: 4vw;
    border-left-width: 4vw;
  }

  .top_page .structure .inner {
    padding: 8vw 2.4vw 6.8vw;
  }

  .top_page .structure h2 {
    width: 80vw;
    margin-bottom: 13.2vw;
  }

  .top_page .structure .flow .before,
  .top_page .structure .flow .after {
    width: 100%;
    padding: 10.8vw 0 9.2vw;
  }

  .top_page .structure .flow .pref {
    position: absolute;
    top: -8.8vw;
    width: 16.8vw;
    padding: 4vw 0;
    font-size: 3.2vw;
  }

  .top_page .structure .flow .pref .num {
    font-size: 6.4vw;
  }

  .top_page .structure .flow h3 {
    height: 13.2vw;
    margin-bottom: 4vw;
  }

  .top_page .structure .flow h3 span {
    font-size: 4.26vw;
  }

  .top_page .structure .flow .image {
    width: 84.4vw;
  }

  .top_page .structure .flow .arrow {
    width: auto;
    margin: 0 0 0 42.8vw;
    padding: 4vw 0 10.8vw;
  }

  .top_page .structure .flow .arrow:before {
    display: inline-block;
    width: 7.2vw;
    height: 7.2vw;
    background-position: left center;
    margin: 0;
    vertical-align: middle;
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .top_page .structure .flow .arrow p {
    display: inline-block;
    padding-left: 2vw;
    font-size: 4.26vw;
    font-weight: 600;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
  }

  .top_page .structure .tail {
    padding-top: 5.2vw;
    font-size: 4.53vw;
  }
}


/* merit */
/*---------------------------------*/
.top_page .merit {
  background: #fffbf2;
}

.top_page .merit .inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 50px 10px 40px;
}

.top_page .merit h2 {
  width: 603px;
  margin: 0 auto 30px;
}

.top_page .merit .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 20px;
  flex-flow: row wrap;
}

.top_page .merit .list li {
  width: 31.2%;
  background-color: #fff;
  margin: 0 10px 15px;
  position: relative;
}

.top_page .merit .list .num {
  position: absolute;
  z-index: 1;
  width: 100px;
  height: 30px;
  line-height: 30px;
  background-color: #d9b132;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  top: 10px;
  left: 10px;
  text-align: center;
}

.top_page .merit .list .body h3 {
  padding: 25px 20px 0;
  font-size: 18px;
  line-height: 120%;
  color: #beaf87;
}

.top_page .merit .list .body h3 span {
  display: inline-block;
  font-weight: 600;
}

.top_page .merit .list .body p {
  padding: 10px 20px 25px;
  font-size: 14px;
}

.top_page .merit .bottom p {
  padding: 0;
  font-size: 30px;
  font-weight: 600;
  text-align: center;
  line-height: 150%;
}

.top_page .merit .bottom p strong {
  color: #beaf87;
}

.top_page .merit .bottom p span {
  display: inline-block;
  font-weight: 600;
}

.top_page .merit .bottom .small {
  font-size: 12px;
  font-weight: 400;
}

@media screen and (max-width: 750px) {
  .top_page .merit .inner {
    padding: 6.8vw 2.4vw 0;
  }

  .top_page .merit h2 {
    width: 80.4vw;
    margin-bottom: 6vw;
  }

  .top_page .merit .list {
    padding-bottom: 2.4vw;
  }

  .top_page .merit .list li {
    width: 100%;
    margin: 0 0 3vw;
  }
.top_page .merit .list .num {
width: 17.2vw;
height: 9.2vw;
font-size: 2.93vw;
  }
  
  .top_page .merit .img7{
  	background-color:#f4f4f4;
  	display: inline-block;width: 100%;
  }
  .top_page .merit .img7 img{
  width:50%;text-align: center;
margin: 0 auto;}
  
  .top_page .merit .list .body h3 {
    font-size: 4vw;
    padding: 2vw 2.8vw 0;
  }

  .top_page .merit .list .body p {
    padding: 2vw 2.8vw;
    font-size: 3.8vw;
    line-height: 160%;
  }

  .top_page .merit .bottom p {
    padding-bottom: 2vw;
    font-size: 5.33vw;
    line-height: 130%;
  }

  .top_page .merit .bottom .small {
    font-size: 2.66vw;
  }
}


/* cases */
/*---------------------------------*/
.top_page .cases {
  background: #fffbf2;
  padding: 5rem 0;
}

.top_page .cases .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top_page .cases .headline {
  margin-bottom: 50px;
  text-align: center;
}

.top_page .cases h2 {
  color: #beaf87;
  font-size: 44px;
  font-weight: 800;
}

.top_page .cases .list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
.top_page .cases .list li {
  background: no-repeat left top;
  width: 47.5%;
  background-color: #fff;
  padding: 2rem;
}

.top_page .cases .list li{
  margin-bottom: 50px;
}
.top_page .cases .list li a{
	padding: 8px 15px 10px;
	text-align: center;
	border: 2px solid #beaf87;
	display: inline-block;
}
.top_page .cases .list li a::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: '\f105';
}
.top_page .cases .list li h3:before {
  content: "";
  display: inline-block;
  background-repeat: no-repeat;
  width: 100%;
  flex-basis: 33%;
  flex-shrink: 0;
}

.top_page .cases .list .li01 h3:before {
  background-image: url(../img/top/cases_ico_01.png);
  height: 130px;
}

.top_page .cases .list .li02 h3:before  {
  background-image: url(../img/top/cases_ico_02.png);
  height: 121px;
}

.top_page .cases .list .li03 h3:before  {
  background-image: url(../img/top/cases_ico_03.png);
  height: 125px;
}

.top_page .cases .list .li04 h3:before  {
  background-image: url(../img/top/cases_ico_04.png);
  height: 118px;
}

.top_page .cases .list h3 {
  color: #beaf87;
  font-size: 26px;
  font-weight: 600;
  line-height: 130%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.top_page .cases .list p {
  color:#666;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
}

.top_page .cases .btn {
  margin: 0 auto;
}

@media screen and (max-width: 750px) {
  .top_page .cases {
    padding: 2rem 0;
}
  .top_page .cases .inner {
    padding: 0 2.4vw;
  }

  .top_page .cases .headline {
    margin-bottom: 4vw;
  }

  .top_page .cases h2 {
    font-size: 6.33vw;
  }

  .top_page .cases .list {
    flex-flow: column;
  }
  .top_page .cases .list li {
    padding: 1rem;
    width: 100%;
    margin-bottom: .5rem;
  }

  .top_page .cases .list li:not(:last-child) {
    margin-bottom: 4.4vw;
  }

  .top_page .cases .list h3 {
    margin-bottom: 2.4vw;
    font-size: 4.26vw;
  }

  .top_page .cases .list li h3::before {
    flex-basis: 40%;
}
  .top_page .cases .list p {
    color:#333;
    font-size: 3.8vw;
    font-weight: 400;
  }

  .top_page .cases .btn {
    margin: 4vw auto 0;
  }
}


/* flow */
/*---------------------------------*/
.top_page .flow {
  padding: 5rem 0;
}
.top_page #flow {
    background: #fffbf2;
}
.top_page .flow .headline {
  margin-bottom: 40px;
  text-align: center;
}

.top_page .flow h2 {
  color: #beaf87;
  font-size: 44px;
  font-weight: 800;
}

.top_page .flow .inner {
  max-width: 1000px;
  margin: 0 auto;
}

.top_page .flow .modules .step li,
.top_page .flow .modules .step li:not(:last-child):before,
.top_page .flow .modules .step li:not(:last-child):after {
  background-color: #fff;
}

@media screen and (max-width: 750px) {
  .top_page .flow {
    padding: 2rem 0;
  }

  .top_page .flow .headline {
    margin-bottom: 5.2vw;
  }

  .top_page .flow h2 {
    font-size: 6.33vw;
  }

  .top_page .flow .inner {
    padding: 0 2.4vw;
  }
}


/*---------------------------------*/
/* SUB PAGE */
/*---------------------------------*/
.sub_page {
}

/* auction_demerit */
/*---------------------------------*/
.sub_page .auction_demerit {
}

.sub_page .auction_demerit tr:first-child th {
  position: relative;
  font-size: 24px;
  font-weight: 800;
}

.sub_page .auction_demerit tr:not(:first-child) th {
  font-size: 20px;
  font-weight: 600;
}

.sub_page .auction_demerit th:first-child,
.sub_page .auction_demerit td:first-child {
  width: 40%;
  background-color: #E9E9E9;
}

.sub_page .auction_demerit th:last-child,
.sub_page .auction_demerit td:last-child {
  width: 40%;
  background-color: #FCFFAF;
}

.sub_page .auction_demerit tr:first-child th:first-child:after,
.sub_page .auction_demerit tr:first-child th:last-child:after {
  content: "";
  position: absolute;
  bottom: 0;
  display: block;
  background: no-repeat center center;
}

.sub_page .auction_demerit tr:first-child th:first-child:after {
  left: 20px;
  width: 120px;
  height: 112px;
  background-image: url(../img/page/image003.png);
}

.sub_page .auction_demerit tr:first-child th:last-child:after {
  right: 20px;
  width: 107px;
  height: 113px;
  background-image: url(../img/page/image004.png);
}

@media screen and (max-width: 750px) {
  .sub_page .auction_demerit tr:first-child th {
    padding-top: 1.6vw;
    padding-bottom: 1.6vw;
    font-size: 3.73vw;
  }

  .sub_page .auction_demerit tr:not(:first-child) th {
    padding: 0;
    font-size: 3.8vw;
  }

  .sub_page .auction_demerit th:first-child,
  .sub_page .auction_demerit td:first-child {
    width: 41.5%;
    background-color: #E9E9E9;
  }

  .sub_page .auction_demerit th:last-child,
  .sub_page .auction_demerit td:last-child {
    width: 41.5%;
    background-color: #FCFFAF;
  }

  .sub_page .auction_demerit tr:first-child th:first-child {
    padding-left: 21.6vw;
    text-align: left;
  }

  .sub_page .auction_demerit tr:first-child th:last-child {
    padding-left: 6vw;
    text-align: left;
  }

  .sub_page .auction_demerit tr:first-child th:first-child:after,
  .sub_page .auction_demerit tr:first-child th:last-child:after {
    background-size: cover;
  }

  .sub_page .auction_demerit tr:first-child th:first-child:after {
    left: .4vw;
    width: 16vw;
    height: 15vw;
  }

  .sub_page .auction_demerit tr:first-child th:last-child:after {
    right: .4vw;
    width: 14vw;
    height: 15vw;
  }

  .sub_page .auction_demerit td p {
    font-size: 3.6vw;
  }
}








