.main-img {
  position: relative;
}
.main-img .area-img {
  position: relative;
}
.main-img .area-img .area-text {
  position: absolute;
  padding: 0 15px;
  bottom: 27.5%;
}
.main-img .area-img .area-text .title01 {
  margin: 0 0 32px;
  color: #fff;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.165em;
  line-height: 1.2121212121;
}
.main-img .area-img .area-text .text {
  color: #fff;
  letter-spacing: 0.075em;
}
.main-img .area-img .company-name {
  overflow: hidden;
  position: absolute;
  width: 100%;
  bottom: 100px;
  color: #242424;
  opacity: 0.08;
  font-size: 108px;
  line-height: 1;
  z-index: 2;
  text-align: center;
}
.main-img .area-btn {
  margin: 80px 0 0;
}
.main-img .area-btn .list {
  display: flex;
  justify-content: center;
}
.main-img .area-btn .list .item {
  width: 50%;
}
.main-img .area-btn .list .item a {
  display: block;
  width: 100%;
  padding: 24px 0;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 12px;
}
.main-img .area-btn .list .item.contact a {
  background: transparent linear-gradient(133deg, #2D86CC 0%, #40CDDE 100%) 0% 0% no-repeat padding-box;
}
.main-img .area-btn .list .item.line a {
  background: transparent linear-gradient(133deg, #2DCC83 0%, #40CDDE 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .main-img {
    margin: 0 0 80px;
  }
  .main-img .area-img {
    position: relative;
  }
  .main-img .area-img .area-text {
    padding: 0;
    bottom: 120px;
    left: 80px;
  }
  .main-img .area-img .area-text .title01 {
    margin: 0 0 40px;
    font-size: 58px;
  }
  .main-img .area-img .area-text .text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0.075em;
  }
  .main-img .area-img .company-name {
    display: flex;
    bottom: -60px;
    font-size: 10.4vw;
  }
  .main-img .area-img .area-btn {
    position: absolute;
    margin: 0;
    right: 80px;
    bottom: 50px;
    z-index: 2;
  }
  .main-img .area-img .area-btn .list {
    gap: 32px;
  }
  .main-img .area-img .area-btn .list .item {
    width: 234px;
  }
  .main-img .area-img .area-btn .list .item a {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 500;
    border-radius: 12px;
    letter-spacing: 0;
  }
}
@media screen and (min-width: 1150px) {
  .main-img .area-img .area-btn {
    bottom: 110px;
  }
}

.about {
  padding: 24px 0 0;
}
.about .desc {
  margin: 0 0 40px;
}
.about .desc .text + .text {
  margin: 16px 0 0;
}
.about .img {
  margin: 0 0 40px;
}
.about .text {
  opacity: 0.7;
  line-height: 2;
}
.about .text + .text {
  margin: 16px 0 0;
}
.about .product {
  margin: 0 0 40px;
}
.about .use {
  padding: 40px 0;
  background-color: rgba(166, 211, 211, 0.17);
}
@media screen and (min-width: 768px) {
  .about .desc {
    max-width: 840px;
    margin: 0 auto 80px;
  }
  .about .desc .text {
    text-align: center;
  }
  .about .desc .text + .text {
    margin: 0;
  }
  .about .product {
    display: flex;
    flex-direction: row-reverse;
    gap: 48px;
    max-width: 840px;
    margin: 0 auto 80px;
  }
  .about .product .area-text {
    width: 60%;
  }
  .about .product .img {
    width: 40%;
    margin: 0;
  }
  .about .use {
    padding: 112px 0;
  }
  .about .use .inner {
    display: flex;
    gap: 48px;
    max-width: 840px;
  }
  .about .use .inner .area-text {
    width: 50%;
  }
  .about .use .inner .img {
    width: 50%;
    margin: 0;
  }
}

.suggestion .bg {
  position: relative;
  padding: 32px 0 240px;
  background: #fff;
}
.suggestion .bg .area-text {
  position: absolute;
  top: calc(50% - 100px);
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
.suggestion .bg .area-text .title01 {
  margin: 0 0 24px;
  text-align: center;
  letter-spacing: -0.028em;
  line-height: 1.6071428571;
  font-size: 24px;
}
.suggestion .bg .area-text .text {
  text-align: center;
  font-size: 13px;
  opacity: 0.71;
}
.suggestion .list .item {
  position: relative;
  padding: 168px 15px 216px;
  box-shadow: 6px 3px 30px rgba(0, 0, 0, 0.29);
  border-radius: 24px;
}
.suggestion .list .item + .item {
  margin: -48px 0 0;
}
.suggestion .list .item.item01 {
  background: transparent linear-gradient(180deg, #2690A8 0%, #6CB4C4 100%) 0% 0% no-repeat padding-box;
}
.suggestion .list .item.item02 {
  background: transparent linear-gradient(180deg, #36B9C4 0%, #74B8C7 100%) 0% 0% no-repeat padding-box;
}
.suggestion .list .item.item03 {
  padding: 168px 50px 80px;
  background: transparent linear-gradient(180deg, #3FBEDB 0%, #6BB8C9 100%) 0% 0% no-repeat padding-box;
}
.suggestion .list .item .img {
  position: absolute;
  width: 200px;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
}
.suggestion .list .item .area-text .title03 {
  margin: 0 0 40px;
  color: #fff;
  text-align: center;
  font-size: 24px;
  letter-spacing: -0.028em;
}
.suggestion .list .item .area-text .txt {
  color: #fff;
  opacity: 0.71;
  text-align: center;
}
.suggestion .sample-img {
  margin: -24px 0 0;
  padding: 124px 0 80px;
  background: transparent linear-gradient(185deg, #D8DEE5 0%, #D5EAEB 100%) 0% 0% no-repeat padding-box;
}
@media screen and (min-width: 768px) {
  .suggestion {
    overflow: hidden;
  }
  .suggestion .bg {
    padding: 120px 0 240px;
  }
  .suggestion .bg .area-text {
    top: 50%;
    margin: -120px 0 0;
  }
  .suggestion .bg .area-text .title01 {
    margin: 0 0 32px;
    font-size: 40px;
  }
  .suggestion .bg .area-text .text {
    font-size: 18px;
  }
  .suggestion .list {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .suggestion .list .item {
    position: relative;
    width: 110%;
  }
  .suggestion .list .item + .item {
    margin: 0;
  }
  .suggestion .list .item.item01 {
    padding: 168px 50px 80px 30px;
  }
  .suggestion .list .item.item02 {
    padding: 168px 50px 80px 30px;
  }
  .suggestion .list .item.item03 {
    padding: 168px 50px 80px 30px;
  }
  .suggestion .list .item .area-text {
    max-width: 320px;
    margin: 0 auto;
  }
  .suggestion .sample-img {
    padding: 144px 0 80px;
  }
}

.reason {
  padding: 80px 0 40px;
}
.reason .list .item.item01 .num {
  color: #5CB6D5;
}
.reason .list .item.item01 .title02 {
  color: #5CB6D5;
}
.reason .list .item.item02 .num {
  color: #5CB6D5;
}
.reason .list .item.item02 .title02 {
  color: #418DAA;
}
.reason .list .item.item03 .num {
  color: #83C37F;
}
.reason .list .item.item03 .title02 {
  color: #4C9647;
  opacity: 0.71;
}
.reason .list .item + .item {
  margin: 80px 0 0;
}
.reason .list .item .area-img {
  display: flex;
  align-items: center;
  gap: 0 32px;
  margin: 0 0 56px;
}
.reason .list .item .area-img .num {
  font-size: 94px;
  font-weight: 700;
}
.reason .list .item .area-img .img {
  width: 140px;
}
.reason .list .item .area-text .title02 {
  margin: 0 0 24px;
  font-size: 22px;
}
@media screen and (min-width: 768px) {
  .reason .detail {
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: space-between;
  }
  .reason .detail .img {
    width: 30%;
  }
  .reason .detail .list {
    width: 65%;
  }
  .reason .detail .list .item {
    display: flex;
    gap: 32px;
  }
  .reason .detail .list .item + .item {
    margin: 100px 0 0;
  }
  .reason .detail .list .item .area-img {
    flex-direction: row-reverse;
    margin: 0;
  }
  .reason .detail .list .item .area-img .img {
    width: 122px;
  }
  .reason .detail .list .item .area-img .num {
    font-size: 72px;
  }
}

.price .title01 span:before {
  background: url(../img/common/icon/grave03.png) no-repeat 0 0;
  background-size: 100%;
}
.price .detail {
  padding: 32px 0 80px;
  background: url(../img/top/bg-price01.png) no-repeat 0 0;
  background-size: cover;
}
.price .detail .slider {
  margin: 0 0 32px;
}
.price .detail .slider .slick-dots li button:before {
  font-size: 20px;
}
.price .detail .slider .slick-dots li.slick-active button:before {
  color: #AF9F7A;
  opacity: 1;
}
.price .detail .caution {
  margin: 0 0 40px;
  font-size: 10px;
  text-align: right;
  font-weight: 700;
}
.price .detail .title02 {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
.price .detail .intro .area-price {
  margin: 0 0 40px;
}
.price .detail .intro .area-price .price {
  margin: 0 0 16px;
  padding: 16px 0;
  font-size: 52px;
  font-weight: 700;
  line-height: 1;
  border-top: solid 1px #000;
  border-bottom: solid 1px #000;
}
.price .detail .intro .area-price .price em {
  font-size: 96px;
  font-style: normal;
  line-height: 0.7;
}
.price .detail .intro .area-price .caution {
  font-weight: 700;
}
.price .detail .intro .area-text .text + .text {
  margin: 24px 0 0;
}
@media screen and (min-width: 768px) {
  .price .area-img .title01 {
    display: block;
    max-width: 840px;
    width: 100%;
  }
  .price .detail {
    padding: 72px 0 96px;
  }
  .price .detail .slider {
    display: flex;
    gap: 24px;
  }
  .price .detail .slider .item {
    width: 25%;
  }
  .price .detail .caution {
    font-size: 14px;
  }
  .price .detail .title02 {
    max-width: 840px;
    margin: 0 auto 40px;
    padding: 0 30px 0 0;
    font-size: 34px;
    text-align: left;
  }
  .price .detail .intro {
    display: flex;
    flex-direction: row-reverse;
    gap: 0 56px;
    max-width: 840px;
    margin: 0 auto;
  }
  .price .detail .intro .area-price {
    width: 45%;
  }
  .price .detail .intro .area-price .price {
    font-size: 64px;
  }
  .price .detail .intro .area-price .price em {
    font-size: 118px;
  }
  .price .detail .intro .area-price .caution {
    text-align: left;
  }
  .price .detail .intro .area-text {
    width: 55%;
  }
}

.flow {
  padding: 0 0 80px;
  background: linear-gradient(182deg, rgba(246, 247, 247, 0.08) 0%, rgba(240, 236, 217, 0.08) 46%, rgba(177, 123, 22, 0.08) 100%);
}
.flow .bg {
  background: transparent linear-gradient(182deg, #fff 0%, #F9F5ED 100%) 0% 0% no-repeat padding-box;
}
.flow .area-img img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
}
.flow .title01 span:before {
  background: url(../img/common/icon/grave03.png) no-repeat 0 0;
  background-size: 100%;
}
.flow .list01 {
  margin: 24px 0 40px;
}
.flow .list01 .item {
  position: relative;
  padding: 8px 28px 8px 64px;
  background: #DFDCD1;
  border-radius: 40px;
  font-size: 10px;
}
.flow .list01 .item + .item {
  margin: 24px 0 0;
}
.flow .list01 .item:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 40px;
  height: 100%;
  background: #9E8A7A;
  border-radius: 40px 0 0 40px;
}
.flow .list01 .item:after {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  background: #9E8A7A;
  clip-path: polygon(0% 0%, 0% 100%, 80% 0%);
}
.flow .list02 {
  list-style: none;
  margin: 0 0 80px;
}
.flow .list02 .item {
  position: relative;
  padding: 64px 16px 40px;
  border-radius: 21px;
  border-top: solid 10px #AF9F7A;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.flow .list02 .item:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%) rotate(90deg);
  display: block;
  width: 80px;
  height: 20px;
  background: url(../img/common/icon/arrow01.png) no-repeat 0 0;
  background-size: cover;
}
.flow .list02 .item + .item {
  margin: 40px 0 0;
}
.flow .list02 .item:last-child::before {
  content: none;
}
.flow .list02 .item .title02 {
  margin: 0 0 24px;
  text-align: center;
  color: #404040;
  font-size: 20px;
}
.flow .list02 .item .img {
  width: 200px;
  margin: 0 auto 24px;
}
.flow .title03 span::before {
  background: url(../img/common/icon/grave02.png) no-repeat 0 0;
  background-size: 100%;
}
.flow .slider {
  margin: 0 0 40px;
}
.flow .slider .slick-slide {
  padding: 0 5px;
}
.flow .slider img {
  width: 100%;
}
.flow .list03 .item {
  position: relative;
  border-radius: 21px;
  border-top: solid 10px #AF9F7A;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  background: #fff;
}
.flow .list03 .item + .item {
  margin: 40px 0 0;
}
.flow .list03 .item .area-text {
  padding: 64px 16px 40px;
}
.flow .list03 .item .area-text .title04 {
  margin: 0 0 24px;
  font-size: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flow .area-img .title01 {
    max-width: 840px;
    width: 100%;
    text-align: right;
  }
  .flow .area-img .title01 span {
    justify-content: end;
  }
  .flow .area-img .img img {
    height: auto;
  }
  .flow .list01 {
    margin: 64px 0 88px;
  }
  .flow .list01 .item {
    font-size: 14px;
  }
  .flow .list02 {
    display: flex;
    gap: 0 16px;
  }
  .flow .list02 .item {
    width: 100%;
  }
  .flow .list02 .item + .item {
    margin: 0;
  }
  .flow .list02 .item:before {
    margin: -30px 0 0;
    top: 50%;
    left: auto;
    right: -90px;
    transform: translateX(-50%);
  }
  .flow .list02 .item .title02 {
    height: 2.5em;
  }
  .flow .list02 .item .img {
    width: 96px;
  }
  .flow .list02 .item .text {
    font-size: 14px;
  }
  .flow .title03 {
    text-align: center;
  }
  .flow .title03 span {
    justify-content: center;
  }
  .flow .group-img {
    display: flex;
    gap: 24px;
    margin: 0 0 152px;
  }
  .flow .list03 .item {
    display: flex;
    align-items: center;
    gap: 28px;
  }
  .flow .list03 .item:nth-child(2n) {
    flex-direction: row-reverse;
    gap: 0 80px;
  }
  .flow .list03 .item:nth-child(2n) .area-text {
    padding: 0 80px 0 0;
  }
  .flow .list03 .item .area-text {
    width: 60%;
    padding: 0 0 0 80px;
  }
  .flow .list03 .item .area-text .title04 {
    font-size: 32px;
    text-align: left;
    line-height: 1;
  }
  .flow .list03 .item .img {
    width: 42%;
    max-width: 480px;
  }
}

.company {
  position: relative;
  padding: 80px 0 0;
  overflow-x: clip;
  overflow-y: visible;
}
.company .bg {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 125%;
  height: 120vw;
  background: url(../img/top/bg-company01.png) no-repeat center;
  background-size: 100%;
  opacity: 0.5;
}
.company table {
  width: 100%;
  border-collapse: collapse;
}
.company table tr th {
  width: 80px;
  padding: 14px 0;
  border-bottom: 4px solid #131313;
  font-size: 12px;
  text-align: left;
  vertical-align: top;
}
.company table tr td {
  padding: 14px 8px;
  border-bottom: 4px solid #CBCBCB;
  font-size: 12px;
  text-align: left;
}
.company .business {
  margin: 0 0 80px;
}
.company .title01 {
  margin: 0 0 40px;
  text-align: center;
  font-size: 22px;
}
.company .overview {
  position: relative;
}
.company .overview .bg {
  top: 100px;
}
.company .region {
  position: relative;
  margin: 80px 0;
}
.company .region .list01 + .list01 {
  margin: 24px 0 0;
}
.company .region .list01 .item + .item {
  margin: 24px 0 0;
}
.company .region .list01 .item .country {
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .company .bg {
    top: 100px;
    left: -200px;
    width: 700px;
    height: 700px;
    transform: translate(0px, 0px);
  }
  .company .title01 {
    text-align: left;
    font-size: 35px;
  }
  .company table {
    width: 100%;
    border-collapse: collapse;
  }
  .company table tr th {
    width: 50%;
    padding: 14px 0;
    font-size: 16px;
  }
  .company table tr td {
    width: 50%;
    padding: 14px 8px;
    font-size: 16px;
  }
  .company .business {
    max-width: 840px;
    margin: 0 auto 80px;
  }
  .company .overview {
    max-width: 840px;
    margin: 0 auto 80px;
  }
  .company .overview .bg {
    top: -80px;
    left: auto;
    right: -400px;
  }
  .company .overview .title01 {
    text-align: right;
  }
  .company .region {
    max-width: 840px;
    margin: 80px auto;
    display: flex;
    justify-content: space-between;
  }
  .company .region .list01 {
    margin: 0;
  }
  .company .region .list01 + .list01 {
    margin: 0;
  }
}

.contact-us {
  padding: 80px 0;
  background: url(../img/top/bg-contact01.png) no-repeat center;
  background-size: cover;
}
.contact-us .detail .title01 {
  color: #fff;
}
.contact-us .detail .title01 span::before {
  background: url(../img/common/icon/grave04.png) no-repeat 0 0;
  background-size: 100%;
}
.contact-us .detail .text {
  color: #fff;
}
.contact-us .detail .are-contact {
  margin: 24px 0 0;
}
.contact-us .detail .are-contact .text {
  position: relative;
  display: flex;
  align-items: baseline;
  gap: 0 24px;
  line-height: 1;
}
.contact-us .detail .are-contact .text + .text {
  margin: 16px 0 0;
}
.contact-us .detail .are-contact .text a {
  color: #fff;
  font-size: 24px;
  text-decoration: none;
}
.contact-us .detail .are-contact .text.tel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url(../img/common/icon/tel01.png) no-repeat 0 0;
  background-size: 100%;
}
.contact-us .detail .are-contact .text.mail:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 25px;
  background: url(../img/common/icon/mail01.png) no-repeat 0 0;
  background-size: 100%;
}
.contact-us .detail .img {
  width: 90%;
  margin: 0 auto 40px;
}
@media screen and (min-width: 768px) {
  .contact-us .inner {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
  }
  .contact-us .img {
    width: 40%;
  }
  .contact-us .detail {
    width: 55%;
  }
  .contact-us .detail .title01 {
    color: #fff;
  }
  .contact-us .detail .text {
    color: #fff;
  }
  .contact-us .detail .are-contact {
    margin: 24px 0 40px;
  }
  .contact-us .detail .are-contact .text + .text {
    margin: 16px 0 0;
  }
  .contact-us .detail .are-contact .text a {
    font-size: 32px;
  }
  .contact-us .detail .area-btn .list {
    display: flex;
    justify-content: center;
    gap: 32px;
  }
  .contact-us .detail .area-btn .list .item {
    width: 234px;
  }
  .contact-us .detail .area-btn .list .item a {
    display: block;
    width: 100%;
    padding: 16px 0;
    text-align: center;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    border-radius: 12px;
    letter-spacing: 0;
    font-size: 18px;
  }
  .contact-us .detail .area-btn .list .item.contact a {
    background: transparent linear-gradient(133deg, #2D86CC 0%, #40CDDE 100%) 0% 0% no-repeat padding-box;
  }
  .contact-us .detail .area-btn .list .item.line a {
    background: transparent linear-gradient(133deg, #2DCC83 0%, #40CDDE 100%) 0% 0% no-repeat padding-box;
  }
}

.access {
  margin: -1px 0 0;
}
.access .area-img {
  padding: 80px 0;
  background: url(../img/top/img-price01.png) no-repeat 0 0;
  background-size: cover;
}
.access .title01 {
  color: #AF9F7A;
  text-align: center;
}
.access .title01 span::before {
  background: url(../img/common/icon/grave03.png) no-repeat 0 0;
  background-size: 100%;
}
.access .map {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  height: 0;
}
.access .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .access .title01 span {
    justify-content: center;
  }
}/*# sourceMappingURL=top.css.map */