body {
  /* font-family: 'Anton', sans-serif; */
  font-size: 16px;
  text-transform: uppercase;
}

img {
  display: block;
  width: 100%;
}

p {
  line-height: 1.5em;
}

a,
a:visited {
  text-decoration: none;
  color: #fff;
}

ul,
li,
ol {
  list-style: none;
}

/* ------------------------
header
------------------------  */

.header-wrap {
  width: 100%;
}

.header-inner {
  background-color: #059d5a;
  color: #fff;
}

.header-nav {
  display: flex;
  justify-content: space-between;
}

.header-nav-sp {
  display: none;
}

.header-link {
  background-color: #059d5a;
  padding: 20px 20px;
  display: flex;
  align-items: center;
}

.header-link li {
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #fff;
  padding: 0 24px;
}

.header-link li:first-child {
  max-width: 170px;
  padding-left: 0;
}

.header-link li:last-child {
  border-right: none;
  ;
}

.header-link li a,
.header-link li a img {
  transition: all .3s;
}

.header-link li a:hover {
  color: #116741;
}

.header-link li a img:hover {
  opacity: .7;
}

.header-contact {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header-contact-tel-pc {
  max-width: 260px;
  text-align: right;
}

.header-contact-tel-sp {
  display: none;
}

.header-contact-tel-pc span {
  margin-bottom: 5px;
  display: block;
  font-weight: bold;
}

.header-contact-mail {
  height: 100%;
  margin-left: 1rem;
}

.header-contact-tel-sp {
  width: 70px;
  height: 100%;
  margin-left: 10px;
}

.header-contact-mail a {
  background-color: #2d694f;
  padding: 1rem;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.header-contact-tel-sp a {
  background-color: #2d694f;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all .3s;
}

.header-contact-mail a:hover {
  background-color: #eaf6ef;
  color: #059d5a;
}

.header-contact-tel-sp a:hover {
  background-color: transparent;
  color: #059d5a;

}

.header-h1 {
  font-size: 14px;
  color: #fff;
  width: 100%;
  position: absolute;
  z-index: 10;
  padding: .5rem;
}

/* ------------------------
slider
------------------------  */
.slider-wrap {
  background: url(../img/top/slider-bg-1.jpg) no-repeat center;
  background-size: cover;
  padding-top: 160px;
}

.image-slider {
  max-width: 1120px;
  margin: 0 auto;
}

.home-slider {
  max-width: 1120px;
  margin: 0 auto;
  padding-top: 50px;
}

.home-slider-1 {
  background: url(../img/top/slider-bg-1.jpg) no-repeat center;
  background-size: cover;
}

.home-slider-2 {
  background: url(../img/top/slider-bg-2.jpg) no-repeat center;
  background-size: cover;
}

.home-slider-3 {
  background: url(../img/top/slider-bg-3.jpg) no-repeat center;
  background-size: cover;
}


.step-slider-wrap {
  max-width: 720px;
  margin: 0 auto;
  padding: 20px 0 60px 0;
}

.topics-slider-wrap {
  max-width: 1000px;
  margin: 0 auto;
  padding: 20px 0 60px 0;
}


.section-wrap {
  width: 100%;
  padding: 6em 0;
}

.section-wrap.__gr1 {
  background-color: #eaf6ef;
  position: relative;
}

.section-wrap.__gr2 {
  background-color: #059d5a;
}

.section-wrap.__contact {
  background: url(../img/common/section-contact-bg.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.section-wrap .section-inner {
  max-width: 1120px;
  padding: 0 20px;
  margin: 0 auto;
}

.content-inner {
  max-width: 1120px;
  padding: 0 1em;
  margin: 0 auto;
}

.section-header {
  text-align: center;
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 80px;
  padding: 0 1em;
}

.section-header p {
  line-height: 1.4em;
  text-align: left;
}

.section-hedaer__title {
  font-size: 2em;
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4em;
}

.section-hedaer__title span {
  font-size: 0.6em;
  display: block;
  margin-bottom: 1em;
}

.section-wrap.__gr1 .section-hedaer__title {
  color: #059d5a;
}

.section-wrap.__gr2 .section-header {
  color: #fff;
}

.border-box {
  position: relative;
  padding: 60px;
  margin: 20px;
  z-index: 0;
}

.border-box:before,
.border-box:after {
  content: '';
  width: 80%;
  height: 80%;
  position: absolute;
  display: inline-block;
  z-index: -1;
}

.border-box:before {
  border-left: solid 3px;
  border-bottom: solid 3px;
  border-radius: 0 0 0 20px;
  bottom: 0;
  left: 0;
}

.border-box:after {
  border-right: solid 3px;
  border-top: solid 3px;
  border-radius: 0 20px 0 0;
  top: 0;
  right: 0;
}

.border-box.__bc-g:before,
.border-box.__bc-g:after {
  border-color: #059d5a;
}

.border-box.__bc-w:before,
.border-box.__bc-w:after {
  border-color: #fff;
}

.border-box.__square-s {
  width: 120px;
  height: 120px;
  padding: 20px;
}

.border-box.__square-m {
  width: 200px;
  height: 200px;
  padding: 40px;
}

.border-box.__square-l {
  width: 300px;
  height: 300px;
}

.border-box.__title {
  font-size: 1.4em;
  font-family: 'Anton', sans-serif;
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #059d5a;
}

.border-box.__title span {
  display: block;
  font-size: .8em;
  margin-bottom: 10px;
}

.service-list-wrap {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 200px;
  margin-bottom: 40px;
  padding: 200px 60px 60px 60px;
  position: relative;
}

.service-list-title {
  position: absolute;
  top: 0;
  margin-top: -150px !important;
  left: 50%;
  margin-left: -150px !important;
}

.service-list-item figure {
  margin-bottom: 16px;
}

.service-list-item figcaption {
  padding-top: 16px;
  font-weight: bold;
  text-align: center;
}



.top-service-wrap {
  padding-left: calc(50% - 560px);
  margin-bottom: 80px;
}

.top-service-inner {
  background-color: #fff;
  margin-bottom: 40px;
  padding: 60px 60px 60px 200px;
  border-radius: 20px 0 0 20px;
}

.top-service-content {
  max-width: 900px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.top-service-title {
  width: 300px;
  height: 300px;
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #059d5a;
  font-size: 1.4em;
  font-weight: 600;
  left: -360px;
}

.top-service-title h2 span {
  display: block;
  margin-bottom: 10px;
  font-weight: normal;
  letter-spacing: .1em;
  font-size: .8em;
}

.top-service-list p {
  width: 200px;
  height: 200px;
  border-radius: 100%;
  background-color: #059d5a;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 1.2em;
  font-weight: bold;
}


.pu-special-wrap {
  background-color: #fff;
  padding: 30px;
  text-align: center;
}

.pu-special-wrap.__l {
  margin-right: 20px;
  border-radius: 0 20px 20px 0;
}

.pu-special-wrap.__r {
  margin-left: 20px;
  border-radius: 20px 0 0 20px;
}

.pu-special-inner {
  max-width: 860px;
}

.pu-special-wrap.__l .pu-special-inner {
  margin-left: auto;
  margin-right: 0;
}

.pu-special-wrap.__r .pu-special-inner {
  margin-right: auto;
  margin-left: 0;
}

.pu-special-header {
  padding: 60px;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
}

.pu-special-wrap.__l .pu-special-header {
  background: url(../img/top/img-pu-kaitori-bg.jpg);
}

.pu-special-wrap.__r .pu-special-header {
  background: url(../img/top/img-pu-kaisyu-bg.jpg);
}

.pu-special-wrap .pu-special-header h2 {
  width: 320px;
  height: 260px;
  margin: 0 auto;
}

.pu-special-wrap .pu-special-header .__title {
  color: #fff;
  font-size: 2em;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}

.pu-special-wrap .pu-special-header .__title span {
  display: block;
  font-size: .6em;
  font-weight: normal;
  letter-spacing: .2em;
  margin-bottom: 1em;
}


.top-step-wrap {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 1em;
  padding: 40px;
  filter: drop-shadow(8px 8px 8px rgba(0, 0, 0, 0.12));
}

.sub-title {
  color: #059d5a;
  margin-bottom: 40px;
  font-size: 1.6em;
  font-weight: bold;
}

.sub-title span {
  display: block;
  font-size: .8em;
  margin-bottom: 10px;
}

.sub-title strong {
  font-size: 1.6em;
  padding: 0 .2em;
  color: #069d5a;
}

.sub-title-fill {
  background-color: #059d5a;
  color: #fff;
  display: block;
  padding: 20px 20px;
  text-align: center;
  margin: 0 auto 40px;
  max-width: 400px;
  border-radius: 40px;
  font-size: 1.1em;
}

/* cta */
.cta-wrap {
  background-color: #fff;
  border-radius: 16px;
  padding: 40px;
  max-width: 640px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}

.cta-title {
  margin-bottom: 16px;
}

.cta-title img,
.cta-subtitle img,
.cta-tel {
  display: inline-block;
  width: auto;
}

.cta-tel {
  color: #049d5a;
}

.cta-tel h2 {
  font-size: 3rem;
  margin-bottom: 8px;
}

.cta-tel h2 span {
  font-size: 1.5rem;
}

.cta-tel {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #D9D9D9;
}

/* page-purchase */
.video-wrap {
  width: 100%;
  height: 0px;
  padding-bottom: 56.25%;
  position: relative;
  border: 5px solid #059d5a;
  border-radius: 3px;
  margin-bottom: 60px;
}

.video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.purchase-point-wrap {
  color: #fff;
}

.purchase-point-list {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.purchase-point-list:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.purchase-point-list .__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.purchase-point-list .__content {
  line-height: 1.2em;
}

/* page-kimono & kitte */
.purchase-up-wrap {
  background-color: #059d5a;
  padding: 20px;
  border-radius: 20px;
}

.purchase-up-title {
  background-color: #fff;
  text-align: center;
  padding: 10px 20px;
  ;
  border-radius: 50px;
  margin-bottom: 20px;
  ;
  color: #059d5a;
  font-weight: bold;
}

.purchase-up-img {
  margin-bottom: 20px;
}

.purchase-up-text {
  color: #fff;
}

.purchase-voice-wrap {
  margin-bottom: 60px;
}

.purchase-voice-wrap:last-child {
  margin-bottom: 0;
}

.category_wrap {
  background-color: #fff;
  padding: 2rem;
  border-radius: 0 0 1rem 1rem;
}

.category_wrap>h3 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
}

.purchase-voice-title {
  background-color: #059d5a;
  border-radius: 60px;
  color: #fff;
  padding: 20px 20px;
  margin-bottom: 20px;
  font-weight: bold;
}

.purchase-voice-title span {
  font-size: 14px;
  margin-left: 10px;
}

.purchase-voice-img {
  border-radius: 20px;
  overflow: hidden;
}

.purchase-voice-content {
  border-bottom: 1px solid #ccddd3;
  margin-bottom: 40px;
  padding-bottom: 40px;
}

.purchase-voice-content:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.purchase-voice-content .__title {
  margin-bottom: 20px;
  background-color: #fff;
  border-radius: 40px;
  padding: 10px 20px;
  color: #059d5a;
}

.purchase-voice-content .__text {
  line-height: 1.2em;
}

.resuluts_title {
  display: block;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: bold;
  text-align: center;
  padding: 1rem 0;
}

.resuluts_price {
  display: block;
  font-size: 2em;
  text-align: center;
  color: #049d5a;
  font-weight: bold;
}

/* page-company */
.company-info-wrap {
  border-bottom: 1px solid #eaf6ef;
  align-items: center;
  padding: 20px 0;
}

.company-info-wrap:first-child {
  padding-top: 0;
}

.company-info-wrap .__title {
  padding: 10px 10px;
  background-color: #059d5a;
  color: #fff;
  text-align: center;
  border-radius: 20px;
}

.map-wrap {
  width: 100%;
  height: 0px;
  padding-bottom: 50%;
  /* padding-bottom: 28.125%; */
  position: relative;
}

.map-wrap iframe {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 10px;
  ;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.map-link {
  color: #059d5a;
  text-decoration: underline;
  text-align: right;
  display: block;
}

.map-link:visited {
  color: #059d5a;
}

.staff-wrap {
  margin-bottom: 60px;
}

.staff-wrap:last-child {
  margin-bottom: 0px;
}

.staff-img img {
  border-radius: 20px;
  overflow: hidden;
}

.staff-name {
  font-size: 2em;
  color: #fff;
  margin-bottom: 40px;
}

.staff-name span {
  font-size: .5em;
  display: block;
  margin-top: 10px;
}

.staff-profile {
  margin-bottom: 40px;
}

.staff-profile:last-child {
  margin-bottom: 0;
}

.staff-profile dd {
  padding: 0 20px;
  color: #fff;
}

.staff-profile .__title {
  background-color: #fff;
  border-radius: 50px;
  color: #059d5a;
  padding: 10px 20px;
  margin-bottom: 10px;
  font-weight: bold;
}

.staff-profile .__list ul li {
  margin-bottom: 1em;
  position: relative;
  padding-left: 1em;
}

.staff-profile .__list ul li:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid #fff;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

/* ------------------------
wp-post-topics
------------------------  */
.topics-post-thum img {
  overflow: hidden;
  border-radius: 20px;
}

.topics-post-content {
  color: #fff;
}

.topics-post-day {
  letter-spacing: .1em;
  margin-bottom: 10px;
}

.topics-post-category {
  font-weight: bold;
  padding-left: 10px;
  position: relative;
  margin-bottom: 40px;
}

.topics-post-category::before {
  content: "#";
  position: absolute;
  left: 0;
  font-weight: normal;
}

.topics-post-title {
  margin-bottom: 20px;
  font-size: 1.5em;
}

/* ------------------------
wp-post-achievement
------------------------  */
.post-achievement-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.post-achievement-img {
  border-radius: 12px;
  margin-bottom: 20px;
}

.post-achievement-title {
  font-size: 1.2em;
  margin-bottom: 20px;
  line-height: 1.2em;
}

.post-achievement-price {
  text-align: center;
  color: #059d5a;
}

.post-achievement-price .__title {
  display: block;
  background-color: #059d5a;
  color: #fff;
  border-radius: 40px;
  text-align: center;
  margin-bottom: 20px;
  font-size: 1em;
  padding: 10px 20px;
}

.post-achievement-price .__price {
  font-size: 2.5em;
  font-family: 'Anton', sans-serif;
}

.post-achievement-price .__price small {
  font-size: .6em;
  font-weight: bold;
}

/* -----------------
wp
-----------------*/
/* post-content */
.postcontent-wrap {
  margin-bottom: 2em !important;
  padding-bottom: 2em;
  border-bottom: 2px solid #eaf6ef;
}

.postcontent-wrap a {
  color: #333;
  transition: all .2s;
}

.postcontent-wrap a:hover {
  opacity: .6;
}

.postcontent-wrap .post-image img {
  border-radius: 10px;

}

.postcontent-wrap .post-day {
  color: #a6d2bf;
  margin-bottom: .5em;
}

.postcontent-wrap .post-category {
  margin-bottom: 2em;
}

.postcontent-wrap .post-category span {
  position: relative;
  margin-right: .5em;
}

.postcontent-wrap .post-category span:last-child {
  margin-right: 0;
}

.postcontent-wrap .post-category span::before {
  content: "#";
  font-family: 'Anton', sans-serif;
  color: #a6d2bf;
}

.postcontent-wrap .post-title {
  margin-bottom: 1em;
  line-height: 1.4em;
  font-size: 1.2em;
  font-weight: bold;
}

.postcontent-wrap .post-content {
  color: #9c9c9c;
  text-decoration: underline;
  line-height: 1.8em;
}

.post-pagination {
  display: flex;
}

.post-pagination .__number {
  width: 20px;
  height: 20px;
  background-color: #049d5a;
  margin-right: 1em;
  padding: 10px;
  border-radius: 20px;
}

.postcontent-inner {
  padding-top: 2em;
}

.postcontent-inner h2,
.postcontent-inner h3,
.postcontent-inner h4,
.postcontent-inner h5,
.postcontent-inner p,
.postcontent-inner ul,
.postcontent-inner ol,
.postcontent-inner dl {
  margin-bottom: 2em;
}

.postcontent-inner h2 {
  padding: 1em 0;
  font-size: 1.2em;
  border-top: 2px solid #049d5a;
  border-bottom: 2px solid #049d5a;
  position: relative;
}

.postcontent-inner h2:before,
.postcontent-inner h2:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #049d5a;
}

.postcontent-inner h2:before {
  top: 6px;
}

.postcontent-inner h2:after {
  bottom: 6px;
}

.postcontent-inner h3 {
  padding: 1em 0;
  font-size: 1.1em;
  border-bottom: 2px solid #049d5a;
  position: relative;
}

.postcontent-inner h3:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  background-color: #049d5a;
}

.postcontent-inner h3:after {
  bottom: 6px;
}

.postcontent-inner h4,
.postcontent-inner h5 {
  padding: .2em .8em;
  position: relative;
  border-left: 2px solid #049d5a;
}

.postcontent-inner h4:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  left: 5px;
  top: 0;
  background-color: #049d5a;
}

.postcontent-inner ul li,
.postcontent-inner ol li {
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}

.postcontent-inner ul li:last-child,
.postcontent-inner ol li:last-child {
  margin-bottom: 0;
}

.postcontent-inner ul li::before,
.postcontent-inner ol li::before {
  content: "";
  position: absolute;
  left: 0;
}

.postcontent-inner ul li::before {
  width: 10px;
  height: 10px;
  border: 2px solid #049d5a;
  border-radius: 100%;
  top: 50%;
  margin-top: -5px;
}

.postcontent-inner ol {
  counter-reset: number;
  list-style-type: none;
}

.postcontent-inner ol li:before {
  counter-increment: number;
  content: counter(number)'.';
  color: #049d5a;
  font-family: 'Anton', sans-serif;
}

.paging {
  display: flex;
  justify-content: space-between;
}

.paging li a {
  color: #333;
  display: flex;
  align-items: center;
}

.paging li a img {
  width: 20px;
}

.paging .next img {
  margin-left: .5em;
}

.paging .prev img {
  margin-right: .5em;
}


/* sideber */
.side-category {
  border: 2px solid #049d5a;
  border-radius: 10px;
  padding: 1em;
  margin-bottom: 1.5em;
}

.side-category-list li a {
  display: block;
  margin-bottom: 1em;
  padding-left: 1em;
  position: relative;
}

.side-category-list li a:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #049d5a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
}

.side-category-list li a {
  color: #333;
  transition: all .2s;
}

.side-category-list li a:hover {
  color: #049d5a;
}

.side-category-list .children {
  margin-left: 1em;
}

.side-category-list .children a:before {
  border: 2px solid #049d5a;
  background-color: transparent;
}

.side-contact {
  background-color: #049d5a;
  border-radius: 10px;
  padding: 1em;
  color: #fff;
}

.side-contact .__tel {
  margin-bottom: 1em;
}

.side-contact .__tel img {
  margin-bottom: .6em;
}

.side-contact .__tel ul {
  line-height: 1.5em;
}

.side-contact .btn {
  width: 100%;
}

.side-contact .__btn {
  text-align: center;
  display: inline-block;
  border: 2px solid #fff;
  padding: 1em;
  width: 100%;
  border-radius: 40px;
  transition: all .3s;
}

.side-contact .__btn:hover {
  background-color: #fff;
  color: #049d5a;
}

.side-title {
  text-align: center;
  padding: .5em;
  border-radius: 50px;
  margin-bottom: 1.5em;
}

.side-category .side-title {
  background-color: #049d5a;
  color: #fff;
}

.side-contact .side-title {
  background-color: #fff;
  color: #049d5a;
}

/* page-nation */
.nav-links a {
  color: #049d5a;
}

.screen-reader-text {
  display: none;
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  ;
}

.nav-links .page-numbers {
  width: 2.5em;
  height: 2.5em;
  color: #a4d1b8;
  background-color: #eefcf6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 1em;
  border-radius: 100%;
  font-family: 'Anton', sans-serif;
}

.nav-links .current.page-numbers {
  background-color: #049d5a;
  color: #fff;
}

.nav-links .prev.page-numbers,
.nav-links .next.page-numbers {
  width: auto;
  height: auto;
  background-color: transparent;
}

.wp-post-wrap .post-day {
  margin-bottom: 1em;
}

/* achievment */
.achievement-post {
  padding: 1em;
  background-color: #F0FCF5;
  border-radius: 10px;
}

.achievement-post a {
  color: inherit;
}

.achievement-post .__thumnail {
  margin-bottom: 1em;
  max-height: 240px;
  overflow: hidden;
  border-radius: 10px;
}

.achievement-post .__category {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.achievement-post .__category dt {
  padding: .3em 1em;
  background-color: #049d5a;
  border-radius: 20px;
  margin-right: 1em;
  color: #fff;
}

.achievement-post .__price {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}

.achievement-post .__price dt {
  padding: .3em 1em;
  background-color: #049d5a;
  border-radius: 20px;
  margin-right: 1em;
  color: #fff;
}

.achievement-post .__price dd {
  font-size: 1.2em;
  font-weight: bold;
}

.achievement-post .__price dd span {
  font-size: 1.8em;
  color: #049d5a;
  margin-right: -5px;
}

.achievement-post .__title {
  font-size: 1.2em;
  font-weight: bold;
}

.achievement-post-content .post-image {
  margin-bottom: 1em;
}

.achievement-post-content .post-category-list {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  padding: 1em;
  background-color: #F0FCF5;
  border-radius: 10px;
}

.achievement-post-content .__category {
  display: flex;
  align-items: center;
}

.achievement-post-content .__category dt {
  padding: .3em 1em;
  background-color: #049d5a;
  border-radius: 20px;
  margin-right: 1em;
  color: #fff;
}

.achievement-post-content .__price {
  display: flex;
  align-items: center;
}

.achievement-post-content .__price dt {
  padding: .3em 1em;
  background-color: #049d5a;
  border-radius: 20px;
  margin-right: 1em;
  color: #fff;
}

.achievement-post-content .__price dd {
  font-size: 1.2em;
  font-weight: bold;
}

.achievement-post-content .__price dd span {
  font-size: 1.8em;
  color: #049d5a;
  margin-right: -5px;
}

.achievement-post-content .__title {
  font-size: 1.2em;
  font-weight: bold;
}

/* -----------------
footer
-----------------*/
.footer-wrap {
  background: url(../img/common/footer-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 5em 1rem;
  position: relative;
}

.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
}

.footer-logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
}

.footer-link li {
  margin-bottom: 40px;
  padding-left: 20px;
  position: relative;
  font-weight: bold;
}

.footer-link li:last-child {
  margin-bottom: 0;
}

.footer-link li:before {
  content: "";
  border: 2px solid #fff;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.footer-link li a {
  transition: all .2s;
}

.footer-link li a:hover {
  color: #8dbba0;
}

.footer-contact {
  background-color: #fff;
  color: #059d5a;
  border-radius: 20px;
  padding: 40px;
}

.footer-contact__title {
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 20px;
}

.footer-contact__info {
  margin-bottom: 2em;
}

.footer-contact__info li {
  margin-bottom: 1em;
}

.copy-right {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  letter-spacing: .1em;
  font-family: 'Anton', sans-serif;
}

.fix-contac-btn {
  position: fixed;
  right: 0;
  top: 45%;
  max-width: 80px;
  z-index: 900;
}

.fix-tel-btn {
  display: none;
}

/* -----------------
button
-----------------*/
.btn {
  display: block;
  padding: 1.5em 0;
  text-decoration: none;
  text-align: center;
  border: solid 2px;
  border-radius: 100px;
  /* min-width: 320px; */
  max-width: 400px;
  margin: auto;
  transition: all .4s;
}

.btn.__gr {
  color: #059d5a;
  border-color: #059d5a;
}

.btn.__wh {
  color: #fff;
  border-color: #fff;
}

.btn.__gr:hover {
  background: #059d5a;
  color: white;
}

.btn.__wh:hover {
  background: #fff;
  color: #059d5a;
}

/* -----------------
breadcrumb
-----------------*/
.breadcrumb-wrap {
  width: 100%;
  margin: 0 auto;
}

.breadcrumb ul {
  padding: 1rem;
  background-color: #eaf6ef;
}

.breadcrumb ul li {
  margin-right: 10px;
  padding-left: 10px;
}

.breadcrumb ul li:first-child {
  padding-left: 0px;
}

.breadcrumb ul li:last-child {
  margin-right: 0px;
}

.breadcrumb li+li::before {
  position: relative;
  left: -10px;
  ;
}

.breadcrumb a {
  color: #333 !important;
}

/* -----------------
page
-----------------*/
.page-title-wrap {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #eaf6ef;
  color: #059d5a;
}

.page-title-inner {
  padding: 3rem 4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.page-title {
  font-weight: bold;
  font-size: 1.6rem;
}

.page-title span {
  display: block;
  margin-bottom: 20px;
  font-size: .6em;
  font-weight: normal;
  letter-spacing: .15em;
  font-family: 'Anton', sans-serif;
}

.header-banner {
  width: 100%;
  padding: 1rem;
}

.header-banner .pc-only,
.purchase-table .pc-only {
  display: block;
}

.header-banner .sp-only,
.purchase-table .sp-only {
  display: none;
}

.en {
  font-family: 'Anton', sans-serif;
  font-weight: normal;
  letter-spacing: .1em;
}

/* beginner */
.faq-q {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #069d5a;
}

.faq-q .__title,
.faq-a .__title {
  width: 100%;
  max-width: 320px;
  text-align: center;
  border-radius: 50px;
  margin: 0 auto 20px auto;
  padding: 1em 0;
  letter-spacing: .1em;
  font-family: 'Anton', sans-serif;
}

.faq-q .__title {
  background-color: #059d5a;
  color: #fff;
}

.faq-a .__title {
  background-color: #eaf6ef;
  color: #059d5a;
}

.note-list {
  position: relative;
  padding-left: 20px;
  margin-bottom: 1em;
  line-height: 1.2em;
}

.note-list:last-child {
  margin-bottom: 0;
}

.note-list::before {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-radius: 100%;
  left: 0;
  top: 50%;
  margin-top: -6px;
}

.note-list.__gr::before {
  border-color: #059d5a;
}

.note-list.__wh::before {
  border-color: #fff;
}

.beginner-step-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
  margin-bottom: 60px;
}

.beginner-step-item {
  border-bottom: 1px solid #eaf6ef;
  margin-bottom: 80px !important;
  padding-bottom: 60px;
}

.beginner-step-item:last-child {
  border-bottom: none;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}

/*  contact */
.contact-line-wrap {
  background-color: #fff;
  border-radius: 20px;
  padding: 60px;
}

.contact-form-wrap {
  background-color: #fff;
  padding: 40px;
  border-radius: 20px;
  margin-bottom: 20px;
  ;
}

.cf-section {
  margin-bottom: 2.5em;
}

.cf-section:last-child {
  margin-bottom: 0;
}

.cf-section .__title {
  padding: 1em 1.5em;
  background-color: #049d5a;
  color: #fff;
  margin-bottom: 1.5em;
  border-radius: 3em;
  font-weight: bold;
}

.cf-section .__inner {
  padding: 0 1.5em;
}

.cf-section .__inner .input-item {
  margin-bottom: 1.5em;
  display: flex;
  align-items: center;
}

.cf-section .__inner .input-item.__h {
  align-items: flex-start !important;
}

.cf-section .__inner .input-item:last-child {
  margin-bottom: 0;
}

.cf-section .__inner .input-item .input-label {
  width: 20%;
  display: inline-block;
}

.cf-section .__inner .input-item .input-area {
  background-color: #e9f6ee;
  border: none;
  padding: 15px;
  border-radius: 5px;
}

.cf-section .__inner .input-item .input-area.__text {
  width: 50%;
}

.cf-section .__inner .input-item .input-area.__number {
  width: 30%;
}

.cf-section .__inner .input-item .input-area.__select {
  width: 30%;
}

.cf-section .__inner .input-item .input-area.__textarea {
  height: 200px;
  width: 100%;
}

.cf-section .__inner .input-item>.wpcf7-form-control-wrap {
  width: 80%;
}

.cf-section .__inner .input-item>.wpcf7-form-control-wrap.contact-type .wpcf7-radio {
  display: flex;
}

.cf-section .__inner .input-item>.wpcf7-form-control-wrap.contact-type .wpcf7-list-item {
  display: flex;
  align-items: center;
  margin-top: 5px;
  margin-bottom: 5px;
}

.cf-section .__inner .input-item>.wpcf7-form-control-wrap.contact-type .wpcf7-list-item.first {
  margin-left: 0;
}

.cf-section .__inner .input-item>.wpcf7-form-control-wrap.contact-type .wpcf7-list-item input {
  margin-right: 5px;
}

.agree-wrap {
  margin: 0 auto;
  padding: 0;
  max-width: 720px;
  text-align: center;
}

.agree-wrap label {
  display: block;
  padding: 1.5em 1em;
  color: #fff;
  font-weight: bold;
  background: #049d5a;
  cursor: pointer;
  transition: all 0.5s;
  border-radius: 5px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.agree-wrap label::before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5em;
  content: '\f055';
  font-weight: 900;
  position: absolute;
  right: 20px;
  transition: all .2s;
}

.agree-wrap label:hover {
  background: #128e59;
}

.agree-wrap input {
  display: none;
}

.agree-wrap .agree-open {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: .4s;
}

.agree-check:checked+label {
  border-radius: 5px 5px 0 0;
}

.agree-check:checked+label::before {
  transform: rotate(45deg);
}

.agree-check:checked+label+.agree-open {
  height: auto;
  padding: 2em;
  background: #fff;
  opacity: 1;
  border: 1px solid #049d5a;
  border-radius: 0 0 5px 5px;
}

.agree-open .__title {
  color: #049d5a;
  padding-bottom: 10px;
  margin-bottom: 1em;
  border-bottom: 1px dotted #049d5a;
  font-weight: bold;
}

.agree-open .__body {
  text-align: left;
  margin-bottom: 1.5em;
}

.agree-open .__list {
  text-align: left;
  margin-bottom: 2em;
}

.agree-open .__list li {
  margin-bottom: 1em;
  padding-left: 1em;
  line-height: 1.2em;
  position: relative;
}

.agree-open .__list li:last-child {
  margin-bottom: 0;
}

.agree-open .__list.__num {
  counter-reset: number;
  list-style-type: none;
}

.agree-open .__list.__num li:before {
  counter-increment: number;
  content: counter(number)'.';
  color: #049d5a;
  position: absolute;
  left: 0;
}

.agree-open .__list.__circle {
  list-style-type: none;
}

.agree-open .__list.__circle li:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border: 2px solid #049d5a;
  border-radius: 100%;
  left: 0;
  top: 5px;
}

.send-mail {
  background-color: transparent;
  padding: 20px 20px;
  min-width: 240px;
  border: 2px solid #049d5a;
  border-radius: 40px;
  color: #049d5a;
  font-size: 1em;
  font-weight: bold;
  display: block;
  margin: 0 auto;
  transition: all .2s;
}

.send-mail:hover {
  background-color: #049d5a;
  color: #fff;
}

/* --------------------------------
recommend
-------------------------------- */

.recommendSection {
  max-width: 960px;
  margin: 120px auto 80px;
  text-align: center;
}

/* オレンジの帯 */
.recommendHero {
  background: #e37f36;
  color: #fff;
  padding: 24px 16px;
}

.recommendHero-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  max-width: 880px;
  margin: 0 auto;
}

.recommendHero-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}

.recommendHero-illust {
  width: 90px;
  flex-shrink: 0;
}

.recommendHero-illust img {
  width: 100%;
  height: auto;
  display: block;
}

/* 枠全体 */
.recommendBody {
  margin-top: 40px;
  border: 2px solid #e37f36;
  border-radius: 18px;
  padding: 40px 40px 32px;
}

/* 「大量にある〜」のキャッチ */
.recommendLead-wrap {
  position: relative;
  top: -80px;
  background-color: #fff;
}

.recommendLead-text {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.6;
}

/* 中央の画像 */
.recommendMainImage {
  margin: 0 auto 24px;
  max-width: 600px;
}

.recommendMainImage img {
  width: 100%;
  height: auto;
  display: block;
}

/* 下向き矢印 */
.recommendArrowDown {
  width: 0;
  height: 0;
  margin: 0 auto 18px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 18px solid #e37f36;
}

/* 「＼ バイセルの出張買取なら ／」 */
.recommendSubTitle {
  font-size: 24px;
  font-weight: 600;
  color: #e37f36;
  margin-bottom: 28px;
}

.recommendSubTitle-slash {
  margin: 0 4px;
}

/* 3カラムのポイント */
.recommendFeatures {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-top: 8px;
}

.recommendFeature-item {
  flex: 1;
  text-align: center;
}

.recommendFeature-thumb {
  margin: 0 auto 10px;
}

.recommendFeature-thumb img {
  width: 100%;
  height: auto;
  display: block;
}

.recommendFeature-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
}

.recommendFeature-em {
  color: #e37f36;
  font-weight: 700;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .recommendBody {
    padding: 32px 20px 28px;
  }

  .recommendHero-inner {
    flex-direction: column;
  }

  .recommendHero-title {
    font-size: 18px;
  }

  .recommendLead-text,
  .recommendSubTitle {
    font-size: 16px;
  }

  .recommendFeatures {
    flex-direction: column;
  }

  .recommendFeature-item {
    margin-bottom: 20px;
  }
}

/* --------------------------------
table
--------------------------------- */

.table-wrapper {
  margin: 40px auto;
  overflow-x: auto;
  line-height: 1.2em;
  /* スマホで横スクロール */
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  border: 1px solid #ddd
}

.compare-table th,
.compare-table td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  vertical-align: middle;
}

/* ヘッダー */
.compare-table thead th {
  background-color: #42886a;
  color: #fff;
  text-align: center;
  font-weight: 600;
}

.compare-table thead th:first-child {
  text-align: left;
  width: 55%;
}

/* 商品名列 */
.compare-table tbody th {
  text-align: left;
  font-weight: 400;
}

/* A社・B社列 */
.compare-table td {
  text-align: center !important;
  border-left: 1px solid #ddd;
  width: 10%;
}

/* バイセル列（右端の薄いベージュ背景） */
.compare-table td:last-child {
  background-color: #eaf6ef;
  width: 15%;
}

/* ○ × のスタイル */
.symbol {
  display: inline-block;
  font-size: 22px;
}

.symbol-cross {
  color: #333;
}

.symbol-circle {
  color: orange;
  font-weight: 600;
}

/* 備考テキスト */
.table-note {
  margin-top: 8px;
  font-size: 11px;
  color: #666;
}

@media (max-width: 600px) {

  .compare-table th,
  .compare-table td {
    padding: 10px 8px;
    font-size: 13px;
  }
}

/* --------------------------------
kaitori
--------------------------------- */
.kaitori-peace_title {
  font-size: 1.5em;
  padding: 1rem;
  font-weight: bold;
  color: white;
  background-color: #059d5a;
  border-radius: 999rem;
}

.kaitori-peace_subtitle {
  font-size: 1.2em;
  font-weight: bold;
  line-height: 1.6;
  color: #059d5a;
}


/* utility */
.u-tac {
  text-align: center;
}

.u-tal {
  text-align: left;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-pt0 {
  padding-top: 0 !important
}

.u-pb0 {
  padding-bottom: 0 !important
}

.home-swiper {
  position: relative;
}

.tx-wh {
  color: #fff;
}

.tx-gr {
  color: #059d5a;
}

@media screen and (max-width:768px) {

  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }

  .section-wrap {
    padding: 4em 0;
  }

  .section-header {
    margin-bottom: 40px;
  }

  .page-title-inner {
    padding: 0 1rem;
  }

  .header-banner .pc-only,
  .purchase-table .pc-only {
    display: none;
  }

  .header-banner .sp-only,
  .purchase-table .sp-only {
    display: block;
  }

  .resuluts_title {
    font-size: .9rem;
  }

}