@charset "UTF-8";
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb {
  padding: 25px 50px;
}

#breadcrumb.long ul {
  width: 100%;
}

#breadcrumb ul {
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  content: "";
  width: 4px;
  height: 8px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-bread.svg);
  margin-left: 10px;
  margin-right: 10px;
}

#breadcrumb ul li strong {
  font-weight: 500;
}

#breadcrumb ul li a {
  color: #93D500;
  text-decoration: underline;
}

#breadcrumb ul li a:hover {
  text-decoration: none;
}

#breadcrumb.journal ul {
  width: 1114px;
}

@media screen and (min-width: 701px) and (max-width: 890px) {
  #breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (max-width: 700px) {
  #breadcrumb {
    padding: 15px;
  }
}

@media screen and (min-width: 701px) {
  #breadcrumb + #mainimg {
    margin-top: -10px;
  }
}

/* main next
------------------------------------------------------------*/
main.next > section, main.next > article {
  padding-top: 40px;
  padding-bottom: 160px;
}

main.next #lpc {
  background: #EAF8C5;
}

main.next #lpc .content {
  width: 664px;
}

main.next #lpc section:not(:last-child) {
  margin-bottom: 80px;
}

main.next #lpc .lpc-understand .item-hd {
  text-align: center;
  color: #009200;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

main.next #lpc .lpc-understand .item-list {
  background: #FFF;
  width: 440px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  padding: 30px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #lpc .lpc-understand .item-list li {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  background: url(../img/next/lpc/arrow-understand.svg) no-repeat left top 5px;
  padding-left: 30px;
}

main.next #lpc .lpc-understand .item-list li:not(:last-child) {
  margin-bottom: 15px;
}

main.next #lpc .lpc-list .item:not(:last-child) {
  margin-bottom: 40px;
}

main.next #lpc .lpc-list .item-hd {
  background: #009200;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  -ms-border-radius: 8px 8px 0 0;
  -o-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  color: #FFF;
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  padding: 5px;
}

main.next #lpc .lpc-list .item-content {
  background: #FFF;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  -ms-border-radius: 0 0 8px 8px;
  -o-border-radius: 0 0 8px 8px;
  border-radius: 0 0 8px 8px;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #lpc .lpc-list .item-img {
  max-width: 55%;
  margin-right: 24px;
}

main.next #lpc .lpc-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next #lpc .lpc-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next #lpc-02 {
  padding-top: 80px;
  padding-bottom: 165px;
}

main.next #lpc-02 .content {
  width: 664px;
}

main.next #lpc-02 section:not(:last-child) {
  margin-bottom: 120px;
}

main.next #lpc-02 .lpc-text {
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
  box-shadow: 0px 0px 4px rgba(138, 169, 87, 0.25), 0px 4px 5px rgba(128, 148, 95, 0.25);
  padding: 40px 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #lpc-02 .lpc-text .item-img {
  position: absolute;
  bottom: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next #lpc-02 .lpc-text .item-hd {
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  line-height: 1.1;
  border-bottom: 2px solid #009200;
  color: #009200;
  padding-bottom: 3px;
  margin-bottom: 20px;
}

main.next #lpc-02 .lpc-text .item-text {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

main.next #lpc-02 .lpc-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #lpc-02 .lpc-flow li:not(:last-child) {
  margin-bottom: 16px;
}

main.next #lpc-02 .lpc-flow .item-img {
  text-align: center;
  width: 120px;
  margin-right: 18px;
}

main.next #lpc-02 .lpc-flow .item-img span {
  display: block;
}

main.next #lpc-02 .lpc-flow .item-img span:nth-child(1) {
  color: #009200;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next #lpc-02 .lpc-flow .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #lpc-02 .lpc-flow .item-text h3 {
  color: #009200;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

main.next #lpc-02 .lpc-flow .item-text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .faq-style:not(:last-child), main.next .fp-open .open-faq:not(:last-child), main.next #faq .faq-list:not(:last-child) {
  margin-bottom: 50px;
}

main.next .faq-style .item-hd, main.next .fp-open .open-faq .item-hd, main.next #faq .faq-list .item-hd {
  border-left: 3px solid #009200;
  padding-left: 15px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
}

main.next .faq-style .item-hd:not(:last-child), main.next .fp-open .open-faq .item-hd:not(:last-child), main.next #faq .faq-list .item-hd:not(:last-child) {
  margin-bottom: 25px;
}

main.next .faq-style .item-list dt, main.next .fp-open .open-faq .item-list dt, main.next #faq .faq-list .item-list dt {
  border: 1px solid #009200;
  background: url(../img/top/faq/icon-q.svg) no-repeat left 8px center;
  padding: 10px 50px 10px 42px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #009200;
  position: relative;
  cursor: pointer;
}

main.next .faq-style .item-list dt:after, main.next .fp-open .open-faq .item-list dt:after, main.next #faq .faq-list .item-list dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 24px;
  height: 24px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 8px;
  background: url(../img/top/faq/icon-plus.svg) no-repeat center;
}

main.next .faq-style .item-list dt.opened:after, main.next .fp-open .open-faq .item-list dt.opened:after, main.next #faq .faq-list .item-list dt.opened:after {
  background-image: url(../img/top/faq/icon-minus.svg);
}

main.next .faq-style .item-list dt:not(:first-child), main.next .fp-open .open-faq .item-list dt:not(:first-child), main.next #faq .faq-list .item-list dt:not(:first-child) {
  margin-top: 11px;
}

main.next .faq-style .item-list dd:not(.btn-block), main.next .fp-open .open-faq .item-list dd:not(.btn-block), main.next #faq .faq-list .item-list dd:not(.btn-block) {
  display: none;
  background: url(../img/top/faq/icon-a.svg) no-repeat left 8px top 12px;
  padding: 10px 10px 10px 42px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .faq-style .item-list dd:not(.btn-block) > *:not(:last-child), main.next .fp-open .open-faq .item-list dd:not(.btn-block) > *:not(:last-child), main.next #faq .faq-list .item-list dd:not(.btn-block) > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .faq-style .item-list dd.btn-block, main.next .fp-open .open-faq .item-list dd.btn-block, main.next #faq .faq-list .item-list dd.btn-block {
  margin-top: 35px;
}

main.next #faq .content {
  width: 632px;
}

main.next #faq .faq-text {
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
}

main.next #faq .faq-text:not(:last-child) {
  margin-bottom: 24px;
}

main.next #faq .faq-nav {
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  padding-top: 16px;
  padding-bottom: 16px;
  z-index: 2;
}

main.next #faq .faq-nav:not(:last-child) {
  margin-bottom: 60px;
}

main.next #faq .faq-nav:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(80, 142, 80, 0.2);
}

main.next #faq .faq-nav ul {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}

main.next #faq .faq-nav ul li {
  margin-right: 12px;
  margin-bottom: 12px;
  width: calc(33.3333333333% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #faq .faq-nav ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  height: 36px;
  background: #009200;
  color: #FFF;
  padding: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #faq .faq-nav ul li a:after {
  content: "";
  width: 8px;
  height: 12px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-nav_white.svg);
  margin-left: auto;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next #faq .faq-nav ul li a:hover {
  text-decoration: none;
}

main.next #faq .faq-nav ul li a:hover:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

main.next #company section:not(:last-child) {
  margin-bottom: 80px;
}

main.next #company .company-info, main.next #company .company-access .item-company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #EDEDED;
}

main.next #company .company-info > *, main.next #company .company-access .item-company > * {
  border-bottom: 1px solid #EDEDED;
  padding-top: 20px;
  padding-bottom: 20px;
}

main.next #company .company-info dt, main.next #company .company-access .item-company dt {
  width: 154px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #009200;
}

main.next #company .company-info dd, main.next #company .company-access .item-company dd {
  width: calc(100% - 154px);
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next #company .company-info dd > *:not(:last-child), main.next #company .company-access .item-company dd > *:not(:last-child) {
  margin-bottom: 15px;
}

main.next #company .company-map .item-text {
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next #company .company-map .item-text:not(:last-child) {
  margin-bottom: 30px;
}

main.next #company .company-map .item-map {
  position: relative;
  width: 100vw;
  left: 50%;
  height: 400px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next #company .company-map .item-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main.next #company .company-access .item-slides {
  width: 664px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #company .company-access .item-slides:not(:last-child) {
  margin-bottom: 90px;
}

main.next #company .company-access .item-slides .slick-arrow {
  width: 60px;
  height: 60px;
  z-index: 2;
  margin-top: -20px;
}

main.next #company .company-access .item-slides .slick-arrow:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: no-repeat center;
}

main.next #company .company-access .item-slides .slick-prev {
  left: -84px;
}

main.next #company .company-access .item-slides .slick-prev:before {
  background-image: url(../img/next/company/arrow-prev.svg);
}

main.next #company .company-access .item-slides .slick-next {
  right: -84px;
}

main.next #company .company-access .item-slides .slick-next:before {
  background-image: url(../img/next/company/arrow-next.svg);
}

main.next #company .company-access .item-slides .slick-slide .img {
  text-align: center;
  margin-bottom: 25px;
}

main.next #company .company-access .item-slides .slick-slide .text {
  text-align: center;
}

main.next .voice-style .item, main.next .fp-open .open-voice-02 .item, main.next #voice .voice-list .item {
  border: 1px solid #D6D6D6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 32px;
}

main.next .voice-style .item > *:not(:last-child), main.next .fp-open .open-voice-02 .item > *:not(:last-child), main.next #voice .voice-list .item > *:not(:last-child) {
  margin-bottom: 16px;
}

main.next .voice-style .item:not(:last-child), main.next .fp-open .open-voice-02 .item:not(:last-child), main.next #voice .voice-list .item:not(:last-child) {
  margin-bottom: 24px;
}

main.next .voice-style .item-img, main.next .fp-open .open-voice-02 .item-img, main.next #voice .voice-list .item-img {
  text-align: center;
}

main.next .voice-style .item-title, main.next .fp-open .open-voice-02 .item-title, main.next #voice .voice-list .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .voice-style .item-title .img, main.next .fp-open .open-voice-02 .item-title .img, main.next #voice .voice-list .item-title .img {
  margin-right: 16px;
}

main.next .voice-style .item-title .text, main.next .fp-open .open-voice-02 .item-title .text, main.next #voice .voice-list .item-title .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .voice-style .item-title .text h3, main.next .fp-open .open-voice-02 .item-title .text h3, main.next #voice .voice-list .item-title .text h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 500;
  width: 100%;
}

main.next .voice-style .item-title .text:first-child h3, main.next .fp-open .open-voice-02 .item-title .text:first-child h3, main.next #voice .voice-list .item-title .text:first-child h3 {
  width: auto;
}

main.next .voice-style .item-title .text:first-child > *, main.next .fp-open .open-voice-02 .item-title .text:first-child > *, main.next #voice .voice-list .item-title .text:first-child > * {
  margin-right: 20px;
}

main.next .voice-style .item-title .text span:not(:last-child), main.next .fp-open .open-voice-02 .item-title .text span:not(:last-child), main.next #voice .voice-list .item-title .text span:not(:last-child) {
  margin-right: 0;
}

main.next .voice-style .item-title .text span:not(:last-child):after, main.next .fp-open .open-voice-02 .item-title .text span:not(:last-child):after, main.next #voice .voice-list .item-title .text span:not(:last-child):after {
  content: "・";
  margin-left: 0.5em;
  margin-right: 0.5em;
}

main.next .voice-style .item-star, main.next .fp-open .open-voice-02 .item-star, main.next #voice .voice-list .item-star {
  line-height: 0;
}

main.next .voice-style .item-text, main.next .fp-open .open-voice-02 .item-text, main.next #voice .voice-list .item-text {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next .voice-style .item-text > *:not(:last-child), main.next .fp-open .open-voice-02 .item-text > *:not(:last-child), main.next #voice .voice-list .item-text > *:not(:last-child) {
  margin-bottom: 12px;
}

main.next .voice-style .item-comment, main.next .fp-open .open-voice-02 .item-comment, main.next #voice .voice-list .item-comment {
  color: #009200;
  font-size: 14px;
  font-size: 1rem;
}

main.next .voice-style .item-comment > p:not(:last-child), main.next .fp-open .open-voice-02 .item-comment > p:not(:last-child), main.next #voice .voice-list .item-comment > p:not(:last-child) {
  margin-bottom: 12px;
}

main.next .voice-style .item-comment h4, main.next .fp-open .open-voice-02 .item-comment h4, main.next #voice .voice-list .item-comment h4 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  border-bottom: 2px solid #009200;
  margin-bottom: 10px;
}

main.next #voice {
  padding-top: 0;
}

main.next #voice .voice-text {
  position: relative;
  padding-top: 32px;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}

main.next #voice .voice-text:not(:last-child) {
  margin-bottom: 32px;
}

main.next #voice .voice-text:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EAF8C5;
}

main.next #voice .voice-text > * {
  position: relative;
}

main.next #voice .voice-text .item-hd {
  width: 285px;
  height: 84px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../img/next/voice/bg-hd.svg) no-repeat center/contain;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #voice .voice-text .item-hd > span {
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  color: #009200;
}

main.next #voice .voice-text .item-hd > span span {
  font-size: 28px;
  font-size: 2rem;
}

main.next #voice .voice-text .item-text {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #009200;
}

main.next .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}

main.next .wp-pagenavi > * {
  width: 30px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 4px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .wp-pagenavi .current {
  background-color: #93D500;
}

main.next .wp-pagenavi a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next .wp-pagenavi a:hover {
  background-color: #93D500;
  text-decoration: none;
}

main.next .wp-pagenavi a[class*=prev], main.next .wp-pagenavi a[class*=next] {
  width: 44px;
  background: no-repeat center;
  font-size: 0;
}

main.next .wp-pagenavi a[class*=prev] {
  background-image: url(../img/next/arrow-prev.svg);
}

main.next .wp-pagenavi a[class*=next] {
  background-image: url(../img/next/arrow-next.svg);
}

main.next #journal {
  padding-top: 0;
}

main.next #journal .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 1114px;
}

main.next #journal #main {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #journal aside {
  width: 328px;
  margin-left: 50px;
  padding-top: 90px;
}

@media screen and (min-width: 701px) {
  main.next #journal aside {
    max-width: 35%;
  }
  main.next #journal aside.pt0 {
    padding-top: 0;
  }
}

main.next #journal aside section:not(:last-child) {
  margin-bottom: 60px;
}

main.next #journal aside .item-hd {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}

main.next #journal aside .item-keyword {
  border-top: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
  padding-top: 20px;
  padding-bottom: 20px;
}

main.next #journal aside .item-posts li {
  border-bottom: 1px solid #EDEDED;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #journal aside .item-posts li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  position: relative;
  color: #222222;
}

main.next #journal aside .item-posts li > a:hover {
  text-decoration: none;
}

main.next #journal aside .item-posts li:not(:last-child) {
  margin-bottom: 16px;
}

main.next #journal aside .item-posts li:nth-child(1) span:before {
  border-top-color: #D3C32C;
}

main.next #journal aside .item-posts li:nth-child(2) span:before {
  border-top-color: #9A9992;
}

main.next #journal aside .item-posts li:nth-child(3) span:before {
  border-top-color: #C1620A;
}

main.next #journal aside .item-posts li span {
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #FFF;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  font-size: 1.2142857143rem;
  z-index: 2;
}

main.next #journal aside .item-posts li span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 33px 28px 0 0;
  border-color: #222222 transparent transparent transparent;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

main.next #journal aside .item-posts li .img {
  margin-right: 12px;
}

main.next #journal aside .item-posts li .img.icon {
  width: 70px;
  height: 70px;
  background: #EDEDED;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main.next #journal aside .item-posts li .img.icon img {
  max-width: 70%;
  max-height: 70%;
  width: auto;
  height: auto;
}

main.next #journal aside .item-posts li .img.icon + .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #journal aside .item-posts li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.5;
}

main.next #journal aside .item-category li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #journal aside .item-category li:not(:last-child) {
  margin-bottom: 12px;
}

main.next #journal aside .item-category li a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #EAF8C5;
  position: relative;
  padding: 12px 35px 12px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}

main.next #journal aside .item-category li a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 33px;
  height: 100%;
  right: 0;
  background: #C6EA77 url(../img/common/arrow-nav_white.svg) no-repeat center;
}

main.next #journal aside .item-category li a > span:nth-child(1) {
  width: 48px;
  margin-right: 8px;
}

main.next #journal aside .item-category li a > span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #009200;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next #journal aside .item-bnr {
  text-align: center;
}

main.next #journal aside .item-bnr > * {
  display: block;
}

main.next #journal aside .item-bnr > *:not(:last-child) {
  margin-bottom: 20px;
}

main.next #journal .journal-text, main.next #journal .journal-list .item-text, main.next #journal .journal-slides .item-text, main.next #journal .journal-main .item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #journal .journal-text .category a, main.next #journal .journal-list .item-text .category a, main.next #journal .journal-slides .item-text .category a, main.next #journal .journal-main .item-text .category a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #009200;
}

main.next #journal .journal-text .category a span:nth-child(1), main.next #journal .journal-list .item-text .category a span:nth-child(1), main.next #journal .journal-slides .item-text .category a span:nth-child(1), main.next #journal .journal-main .item-text .category a span:nth-child(1) {
  width: 28px;
  margin-right: 8px;
}

main.next #journal .journal-text .category a span:nth-child(2), main.next #journal .journal-list .item-text .category a span:nth-child(2), main.next #journal .journal-slides .item-text .category a span:nth-child(2), main.next #journal .journal-main .item-text .category a span:nth-child(2) {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}

main.next #journal .journal-text time, main.next #journal .journal-list .item-text time, main.next #journal .journal-slides .item-text time, main.next #journal .journal-main .item-text time {
  margin-left: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 400;
  color: #949494;
}

main.next #journal .journal-text .title, main.next #journal .journal-list .item-text .title, main.next #journal .journal-slides .item-text .title, main.next #journal .journal-main .item-text .title {
  padding-top: 12px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  line-height: 1.6;
  width: 100%;
}

main.next #journal .journal-text .title a, main.next #journal .journal-list .item-text .title a, main.next #journal .journal-slides .item-text .title a, main.next #journal .journal-main .item-text .title a {
  color: #222222;
}

main.next #journal .journal-text .title:not(:last-child), main.next #journal .journal-list .item-text .title:not(:last-child), main.next #journal .journal-slides .item-text .title:not(:last-child), main.next #journal .journal-main .item-text .title:not(:last-child) {
  margin-bottom: 12px;
}

main.next #journal .journal-slick .slick-dots, main.next #journal .journal-slides .slick-dots, main.next #journal .journal-main .slick-dots {
  bottom: 0;
}

main.next #journal .journal-slick .slick-dots li, main.next #journal .journal-slides .slick-dots li, main.next #journal .journal-main .slick-dots li {
  margin-left: 5px;
  margin-right: 5px;
}

main.next #journal .journal-slick .slick-dots li button, main.next #journal .journal-slides .slick-dots li button, main.next #journal .journal-main .slick-dots li button {
  background-color: #EDEDED;
}

main.next #journal .journal-slick .slick-dots li.slick-active button, main.next #journal .journal-slides .slick-dots li.slick-active button, main.next #journal .journal-main .slick-dots li.slick-active button {
  background-color: #009200;
}

main.next #journal .journal-slick .slick-arrow, main.next #journal .journal-slides .slick-arrow, main.next #journal .journal-main .slick-arrow {
  width: 46px;
  height: 46px;
  z-index: 3;
}

main.next #journal .journal-slick .slick-arrow:before, main.next #journal .journal-slides .slick-arrow:before, main.next #journal .journal-main .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  background: no-repeat center;
  font-size: 0;
}

main.next #journal .journal-slick .slick-prev, main.next #journal .journal-slides .slick-prev, main.next #journal .journal-main .slick-prev {
  left: -23px;
}

main.next #journal .journal-slick .slick-prev:before, main.next #journal .journal-slides .slick-prev:before, main.next #journal .journal-main .slick-prev:before {
  background-image: url(../img/journal/arrow-slide_prev.svg);
}

main.next #journal .journal-slick .slick-next, main.next #journal .journal-slides .slick-next, main.next #journal .journal-main .slick-next {
  right: -23px;
}

main.next #journal .journal-slick .slick-next:before, main.next #journal .journal-slides .slick-next:before, main.next #journal .journal-main .slick-next:before {
  background-image: url(../img/journal/arrow-slide_next.svg);
}

main.next #journal .journal-new, main.next #journal .journal-list .item-new, main.next #journal .journal-slides .item-new {
  position: absolute;
  left: 0;
  top: 0;
  width: 56px;
  height: 28px;
  padding-right: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../img/journal/bg-new.svg) no-repeat center/contain;
  color: #FFF;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  z-index: 3;
}

main.next #journal .journal-title:not(:last-child) {
  margin-bottom: 20px;
}

main.next #journal .journal-title .item-hd {
  line-height: 1.3;
}

main.next #journal .journal-title .item-hd:not(:last-child) {
  margin-bottom: 10px;
}

main.next #journal .journal-title .item-hd span:nth-child(1) {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  color: #93D500;
  margin-right: 8px;
}

main.next #journal .journal-title .item-hd span:nth-child(2) {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next #journal .journal-title .item-text {
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #949494;
}

main.next #journal .journal-main {
  border: 1px solid #EDEDED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-right: -2px;
  margin-bottom: 68px;
}

main.next #journal .journal-main > li {
  position: relative;
}

main.next #journal .journal-main .slick-slide {
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next #journal .journal-main .slick-dots {
  bottom: -24px;
}

main.next #journal .journal-main .item-new {
  position: absolute;
  left: 0;
  top: 0;
  width: 102px;
  height: 50px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: url(../img/journal/bg-new.svg) no-repeat center/contain;
  color: #FFF;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 3;
}

main.next #journal .journal-main .item-img > a {
  display: block;
  text-align: center;
}

main.next #journal .journal-main .item-img img {
  width: 100%;
}

main.next #journal .journal-main .item-text {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #journal .journal-main .item-text .title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  margin-left: 1.4;
}

main.next #journal .journal-index:not(:last-child) {
  margin-bottom: 40px;
}

main.next #journal .journal-hd {
  background: #EAF8C5;
  -webkit-border-radius: 50px 0 0 50px;
  -moz-border-radius: 50px 0 0 50px;
  -ms-border-radius: 50px 0 0 50px;
  -o-border-radius: 50px 0 0 50px;
  border-radius: 50px 0 0 50px;
  padding: 10px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}

main.next #journal .journal-hd .item-cat {
  margin-right: 12px;
}

main.next #journal .journal-hd .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-align: center;
  -webkit-align-content: center;
  align-content: center;
}

main.next #journal .journal-hd .item-text h2 {
  width: 100%;
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 5px;
}

main.next #journal .journal-hd .item-text .number {
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.2;
}

main.next #journal .journal-hd .item-text .number span {
  font-family: 'Roboto', sans-serif;
  font-size: 22px;
  font-size: 1.5714285714rem;
  color: #009200;
}

main.next #journal .journal-hd .item-text .link {
  margin-left: auto;
}

main.next #journal .journal-slides {
  padding-bottom: 24px;
}

main.next #journal .journal-slides > li {
  border: 1px solid #EDEDED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

main.next #journal .journal-slides .slick-slide {
  border: 1px solid #EDEDED;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
  width: 264px;
  margin-right: 20px;
  position: relative;
}

main.next #journal .journal-slides .item-img img {
  width: 100%;
}

main.next #journal .journal-slides .item-img.icon {
  aspect-ratio: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #EDEDED;
}

main.next #journal .journal-slides .item-img.icon > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next #journal .journal-slides .item-img.icon img {
  width: 150px;
  max-width: 90%;
  max-height: 70%;
  height: auto;
  margin-right: 0;
}

main.next #journal .journal-slides .item-text {
  padding: 10px 12px;
}

main.next #journal .journal-slides .item-text .tag-list {
  margin-bottom: -8px;
}

main.next #journal .journal-slides .item-text .tag-list li {
  margin-bottom: 8px;
}

main.next #journal .journal-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -40px;
}

main.next #journal .journal-list:not(:last-child) {
  margin-bottom: 20px;
}

main.next #journal .journal-list > li {
  margin-right: 20px;
  margin-bottom: 40px;
  width: calc(50% - 20px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

main.next #journal .journal-list > li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #EDEDED;
  pointer-events: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next #journal .journal-list .item-img img {
  width: 100%;
}

main.next #journal .journal-list .item-img.icon {
  aspect-ratio: 1.5105485232;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #EDEDED;
}

main.next #journal .journal-list .item-img.icon > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next #journal .journal-list .item-img.icon img {
  width: 200px;
  max-width: 80%;
  max-height: 70%;
  height: auto;
  margin-right: 0;
}

main.next #journal .journal-list .item-text {
  padding: 10px 12px;
}

main.next #journal .journal-list .item-text .tag-list {
  margin-bottom: -8px;
}

main.next #journal .journal-list .item-text .tag-list li {
  margin-bottom: 8px;
}

main.next #journal .journal-category-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background: #EAF8C5;
  margin-bottom: 16px;
  padding: 8px 15px;
}

main.next #journal .journal-category-title .item-category {
  width: 28px;
  margin-right: 8px;
}

main.next #journal .journal-category-title .item-hd {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.2;
}

main.next #journal .journal-detail .item-title {
  margin-bottom: 16px;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  color: #009200;
  line-height: 1.3;
}

main.next #journal .journal-detail .item-info {
  margin-bottom: 24px;
}

main.next #journal .journal-detail .item-info .tag-list:not(:last-child) {
  margin-bottom: 0;
}

main.next #journal .journal-detail .item-info time {
  display: block;
  text-align: right;
  color: #949494;
  font-size: 14px;
  font-size: 1rem;
}

main.next #journal .journal-detail .item-img {
  text-align: center;
  margin-bottom: 24px;
}

main.next #journal .journal-detail .item-text:not(:last-child) {
  margin-bottom: 66px;
}

main.next #journal .journal-detail .item-text .toc {
  background: #EDEDED;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
}

main.next #journal .journal-detail .item-text .toc:not(:first-child) {
  margin-top: 30px;
}

main.next #journal .journal-detail .item-text .toc h2 {
  display: block;
  border-top: none;
  border-bottom: 1px solid #D0D0D0;
  color: rgba(34, 34, 34, 0.2);
  padding-bottom: 10px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next #journal .journal-detail .item-text .toc ul li {
  text-indent: 0;
  padding-left: 0;
}

main.next #journal .journal-detail .item-text .toc ul li:before {
  display: none;
}

main.next #journal .journal-detail .item-text .toc > ul > li:not(:last-child) {
  margin-bottom: 16px;
}

main.next #journal .journal-detail .item-text .toc > ul > li > a {
  text-decoration: underline;
  color: #222222;
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next #journal .journal-detail .item-text .toc > ul > li ul {
  padding-left: 16px;
  margin-top: 8px;
}

main.next #journal .journal-detail .item-text .toc > ul > li ul li {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next #journal .journal-detail .item-text .toc > ul > li ul li a {
  color: #757575;
}

main.next #journal .journal-detail .item-text .imgs {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -32px;
  margin-bottom: -32px;
}

main.next #journal .journal-detail .item-text .imgs:not(:last-child) {
  margin-bottom: 0;
}

main.next #journal .journal-detail .item-text .imgs > * {
  margin-right: 32px;
  margin-bottom: 32px;
  max-width: calc(50% - 32px);
}

main.next #journal .journal-detail .item-text .voice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -12px;
}

main.next #journal .journal-detail .item-text .voice:not(:last-child) {
  margin-bottom: 24px;
}

main.next #journal .journal-detail .item-text .voice > * {
  margin-right: 12px;
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main.next #journal .journal-detail .item-text .voice .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #journal .journal-detail .item-text .voice .text .comment {
  background: #EDEDED;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next #journal .journal-detail .item-text .voice .text .comment > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next #journal .journal-detail .item-text .voice .img.left {
  -webkit-box-original-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

main.next #journal .journal-detail .item-text .voice.fp .text .job {
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #009200;
}

main.next #journal .journal-detail .item-text .voice.fp .text .job:not(:last-child) {
  margin-bottom: 8px;
}

main.next #journal .journal-detail .item-text .voice.fp .text .comment {
  background-color: #F3FAE6;
  color: #009200;
}

main.next #journal .journal-detail .item-bnr {
  text-align: center;
}

main.next #journal .journal-detail .item-bnr:not(:last-child) {
  margin-bottom: 40px;
}

main.next #journal .journal-detail .item-writer {
  border: 1px solid #EDEDED;
}

main.next #journal .journal-detail .item-writer:not(:last-child) {
  margin-bottom: 60px;
}

main.next #journal .journal-detail .item-writer h2 {
  background: #EDEDED;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 10px;
  padding-right: 10px;
}

main.next #journal .journal-detail .item-writer > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 16px;
}

main.next #journal .journal-detail .item-writer > div .img {
  margin-right: 16px;
}

main.next #journal .journal-detail .item-writer > div .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #journal .journal-detail .item-writer > div .text h3 {
  line-height: 1.3;
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

main.next #journal .journal-detail .item-writer > div .text h3 small {
  font-size: 14px;
  font-size: 1rem;
}

main.next #journal .journal-detail .item-writer > div .text p {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next #journal .journal-detail .item-writer > div .text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next #journal .journal-detail .item-share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -10px;
  margin-bottom: -5px;
}

main.next #journal .journal-detail .item-share > * {
  height: 20px;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 0;
}

main.next #journal .journal-detail .item-consultation-title {
  width: 550px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 24px;
}

main.next #journal .journal-detail .item-consultation-title .img {
  margin-right: 19px;
}

main.next #journal .journal-detail .item-consultation-title h2 {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  color: #009200;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: normal;
}

main.next #journal .journal-detail .item-consultation-info {
  background: #F8F8F8;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 24px;
}

main.next #journal .journal-detail .item-consultation-info:not(:last-child) {
  margin-bottom: 32px;
}

main.next #journal .journal-detail .item-consultation-info dt {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next #journal .journal-detail .item-consultation-info dd:not(:last-child) {
  margin-bottom: 16px;
}

main.next #journal .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: -4px;
  margin-right: -4px;
}

main.next #journal .wp-pagenavi > * {
  padding: 10px;
  height: 44px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: 4px;
  margin-right: 4px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #journal .wp-pagenavi .current {
  background-color: #93D500;
}

main.next #journal .wp-pagenavi a {
  color: #222222;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next #journal .wp-pagenavi a:hover {
  background-color: #EDEDED;
  text-decoration: none;
}

main.next #journal .wp-pagenavi a[class*=prev], main.next #journal .wp-pagenavi a[class*=next] {
  position: relative;
  border: none;
  color: #2a90cd;
  background: url(../img/next/arrow-next.svg) no-repeat center;
  font-size: 0;
}

main.next #journal .wp-pagenavi a[class*=prev]:hover, main.next #journal .wp-pagenavi a[class*=next]:hover {
  background-color: transparent;
}

main.next #journal .wp-pagenavi a[class*=prev]:hover:after, main.next #journal .wp-pagenavi a[class*=next]:hover:after {
  filter: alpha(opacity=100);
  opacity: 1;
  visibility: visible;
}

main.next #journal .wp-pagenavi a[class*=prev] {
  margin-right: 20px;
  background-image: url(../img/next/arrow-prev.svg);
}

main.next #journal .wp-pagenavi a[class*=next] {
  margin-left: 20px;
}

main.next #news .content {
  width: 664px;
}

main.next #news .news-list:not(:last-child) {
  margin-bottom: 40px;
}

main.next #news.news-detail .item-title {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: 500;
  color: #009200;
  line-height: 1.3;
  margin-bottom: 35px;
}

main.next #news.news-detail .item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-left: -10px;
  margin-bottom: -5px;
}

main.next #news.news-detail .item-info:not(:last-child) {
  margin-bottom: 27px;
}

main.next #news.news-detail .item-info > * {
  margin-left: 10px;
  margin-bottom: 5px;
}

main.next #news.news-detail .item-info time {
  font-size: 14px;
  font-size: 1rem;
  color: #949494;
}

main.next #news.news-detail .item-text:not(:last-child) {
  margin-bottom: 70px;
}

main.next #policy h2 {
  color: #009200;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  border: none;
  display: block;
}

main.next #policy h3 {
  font-weight: bold;
  padding-left: 0;
  border-left: none;
}

main.next #policy h4 {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: bold;
  display: block;
  border-bottom: none;
}

main.next #policy p:not(:last-child) {
  margin-bottom: 10px;
}

main.next #about {
  background: url(../img/next/about/bg-about.jpg) no-repeat center/cover;
  padding-top: 20px;
  padding-bottom: 37px;
}

main.next #about .content {
  width: 782px;
}

main.next #about .item-hd {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}

main.next #about .item-hd:before, main.next #about .item-hd:after {
  content: "";
  height: 20px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border-top: 3px solid #93D500;
}

main.next #about .item-hd:before {
  margin-right: 20px;
  border-left: 3px solid #93D500;
  -webkit-border-radius: 24px 0 0 0;
  -moz-border-radius: 24px 0 0 0;
  -ms-border-radius: 24px 0 0 0;
  -o-border-radius: 24px 0 0 0;
  border-radius: 24px 0 0 0;
}

main.next #about .item-hd:after {
  margin-left: 20px;
  border-right: 3px solid #93D500;
  -webkit-border-radius: 0 24px 0 0;
  -moz-border-radius: 0 24px 0 0;
  -ms-border-radius: 0 24px 0 0;
  -o-border-radius: 0 24px 0 0;
  border-radius: 0 24px 0 0;
}

main.next #about .item-text {
  color: #FFF;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  border: 3px solid #93D500;
  border-top: none;
  -webkit-border-radius: 0 0 24px 24px;
  -moz-border-radius: 0 0 24px 24px;
  -ms-border-radius: 0 0 24px 24px;
  -o-border-radius: 0 0 24px 24px;
  border-radius: 0 0 24px 24px;
  padding: 20px 50px 30px;
}

main.next #about .item-text strong {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next #about-service {
  padding-top: 80px;
  padding-bottom: 120px;
}

@media screen and (min-width: 701px) {
  main.next #about-service .what-block {
    background: #EAF8C5;
    box-shadow: 8px 8px 31px rgba(70, 98, 70, 0.22);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    padding: 40px 50px 50px;
    overflow: hidden;
  }
  main.next #about-service .what-block:not(:last-child) {
    margin-bottom: 80px;
  }
}

main.next #about-service .what-list {
  width: 664px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next #about-service .what-list:not(:last-child) {
  margin-bottom: 40px;
}

main.next #about-service .what-list dt {
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  box-shadow: 0px 0px 4px rgba(124, 175, 40, 0.5), 0px 4px 5px rgba(95, 135, 30, 0.2);
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  padding: 20px 30px;
  line-height: 1.2;
  position: relative;
}

main.next #about-service .what-list dt:not(:first-child) {
  margin-top: 14px;
}

main.next #about-service .what-list dt span:nth-child(1) {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 10px;
}

main.next #about-service .what-list dt span:nth-child(2) {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #009200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

main.next #about-service .what-list dt span:nth-child(2):after {
  content: "";
  width: 18px;
  height: 18px;
  background: no-repeat center/auto;
  background-image: url(../img/top/consultation/arrow.svg);
  margin-left: 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

main.next #about-service .what-list dt span:nth-child(2):before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

main.next #about-service .what-list dt.opened span:nth-child(2):after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next #about-service .what-list dd {
  display: none;
  margin-top: 14px;
  background: #FFF;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 20px 40px;
}

main.next #about-service .what-list dd .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 20px;
}

main.next #about-service .what-list dd .item-title span:nth-child(1) {
  background: #F3F3F3;
  padding: 16px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

main.next #about-service .what-list dd .item-title span:nth-child(2) {
  margin-left: 20px;
}

main.next #about-service .what-list dd .item-fp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 8px;
}

main.next #about-service .what-list dd .item-fp span:nth-child(1) {
  margin-right: 12px;
}

main.next #about-service .what-list dd .item-fp span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: bold;
  color: #009200;
}

main.next #about-service .what-list dd .item-text {
  background: #F3FAE6;
  padding: 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  color: #009200;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 20px;
}

main.next #about-service .what-list dd .item-text > *:not(:last-child) {
  margin-bottom: 5px;
}

main.next #about-service .what-list dd .item-close {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #009200;
}

main.next #about-service .what-list dd .item-close:after {
  content: "";
  width: 25px;
  height: 24px;
  background: no-repeat center/auto;
  background-image: url(../img/top/consultation/icon-close.svg);
  margin-left: 10px;
}

main.next #about-service .what-text {
  margin-left: -50px;
  margin-right: -50px;
  margin-bottom: -50px;
  padding: 60px;
  min-height: 340px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF url(../img/top/consultation/bg-text.png) no-repeat right bottom/441px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next #about-service .what-text {
    background-image: url(../img/top/consultation/bg-text@2x.png);
  }
}

main.next #about-service .what-text p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  line-height: 2;
}

main.next #about-service .what-text p span {
  display: -moz-inline-box;
  display: inline-block;
  color: #FF7F30;
  background: #FFF9E4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 3px;
  line-height: 1.5;
  margin-right: 8px;
}

main.next #about-fp, main.next .fp-open .open-fp {
  padding-top: 0;
  padding-bottom: 120px;
  background: #EAF8C5;
}

main.next #about-fp .fp-title, main.next .fp-open .open-fp .fp-title {
  padding-top: 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #about-fp .fp-title:not(:last-child), main.next .fp-open .open-fp .fp-title:not(:last-child) {
  margin-bottom: 80px;
}

main.next #about-fp .fp-title:before, main.next .fp-open .open-fp .fp-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 270px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #74C900;
}

main.next #about-fp .fp-title > *, main.next .fp-open .open-fp .fp-title > * {
  position: relative;
}

main.next #about-fp .fp-title .item-title, main.next .fp-open .open-fp .fp-title .item-title {
  text-align: center;
  margin-bottom: 40px;
}

main.next #about-fp .fp-title .item-hd, main.next .fp-open .open-fp .fp-title .item-hd {
  background: #009200;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #FFF;
  padding: 12px 34px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  line-height: 1.1;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  margin-bottom: -22px;
  z-index: 2;
}

main.next #about-fp .fp-title .item-hd:after, main.next .fp-open .open-fp .fp-title .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 9.5px 0 9.5px;
  border-color: #009200 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -15px;
}

main.next #about-fp .fp-title .item-hd small, main.next .fp-open .open-fp .fp-title .item-hd small {
  font-size: 20px;
  font-size: 1.4285714286rem;
}

main.next #about-fp .fp-title .item-text, main.next .fp-open .open-fp .fp-title .item-text {
  width: 711px;
  max-width: 100%;
  background: #FFF;
  -webkit-border-radius: 37px 37px 0 0;
  -moz-border-radius: 37px 37px 0 0;
  -ms-border-radius: 37px 37px 0 0;
  -o-border-radius: 37px 37px 0 0;
  border-radius: 37px 37px 0 0;
  padding: 68px 32px 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next #about-fp .fp-title .item-text p, main.next .fp-open .open-fp .fp-title .item-text p {
  width: 482px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  font-size: 1.2857142857rem;
}

main.next #about-fp .fp-title .item-text p:not(:last-child), main.next .fp-open .open-fp .fp-title .item-text p:not(:last-child) {
  margin-bottom: 15px;
}

main.next #about-fp .fp-title .item-text p:last-child, main.next .fp-open .open-fp .fp-title .item-text p:last-child {
  text-align: right;
  font-size: 14px;
  font-size: 1rem;
}

main.next #about-fp .fp-title .item-bottom, main.next .fp-open .open-fp .fp-title .item-bottom {
  width: 711px;
  max-width: 100%;
  background: #74C900;
  color: #FFF;
  -webkit-border-radius: 0 0 37px 37px;
  -moz-border-radius: 0 0 37px 37px;
  -ms-border-radius: 0 0 37px 37px;
  -o-border-radius: 0 0 37px 37px;
  border-radius: 0 0 37px 37px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next #about-fp .fp-title .item-bottom .img, main.next .fp-open .open-fp .fp-title .item-bottom .img {
  margin-right: 14px;
  margin-top: -20px;
}

main.next #about-fp .fp-title .item-bottom h4, main.next .fp-open .open-fp .fp-title .item-bottom h4 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.6;
}

main.next #about-fp .fp-title .item-bottom h4 span, main.next .fp-open .open-fp .fp-title .item-bottom h4 span {
  border-bottom: 2px solid #FFF;
}

main.next #about-fp .fp-list li, main.next .fp-open .open-fp .fp-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next #about-fp .fp-list li:not(:last-child), main.next .fp-open .open-fp .fp-list li:not(:last-child) {
  margin-bottom: 40px;
}

main.next #about-fp .fp-list .item-img, main.next .fp-open .open-fp .fp-list .item-img {
  margin-right: 60px;
}

main.next #about-fp .fp-list .item-text, main.next .fp-open .open-fp .fp-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next #about-fp .fp-list .item-text h3, main.next .fp-open .open-fp .fp-list .item-text h3 {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #009200;
  border-bottom: 3px solid #009200;
  margin-bottom: 20px;
  line-height: 1.1;
  padding-bottom: 10px;
}

main.next #about-fp .fp-list .item-text p, main.next .fp-open .open-fp .fp-list .item-text p {
  font-size: 17px;
  font-size: 1.2142857143rem;
  font-weight: 700;
}

main.next #about-fp .fp-list .item-text p:not(:last-child), main.next .fp-open .open-fp .fp-list .item-text p:not(:last-child) {
  margin-bottom: 12px;
}

main.next #about-fp .fp-list .item-text small, main.next .fp-open .open-fp .fp-list .item-text small {
  display: block;
  text-align: right;
  font-size: 14px;
  font-size: 1rem;
}

main.next #about-company {
  padding-top: 120px;
  padding-bottom: 120px;
}

main.next #about-company .content {
  border: 3px solid #009200;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 30px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #about-company .item-hd {
  text-align: center;
  font-size: 19px;
  font-size: 1.3571428571rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.2;
  margin-bottom: 15px;
}

main.next #about-company .item-list {
  width: 648px;
  max-width: 100%;
}

main.next #about-company .item-list:not(:last-child) {
  margin-bottom: 16px;
}

main.next #about-company .item-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -16px;
  margin-bottom: -16px;
}

main.next #about-company .item-list ul li {
  margin-right: 16px;
  margin-bottom: 16px;
  width: calc(25% - 16px);
}

main.next #about-company .item-number {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next #about-company .item-number p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  margin-left: 8px;
  margin-right: 8px;
}

main.next #about-company .item-number p span {
  color: #009200;
  font-size: 31px;
  font-size: 2.2142857143rem;
  font-family: 'Roboto', sans-serif;
}

main.next #about-company .item-bottom {
  margin-top: 45px;
  height: 67px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -34px;
  background: #FFF;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  padding-left: 34px;
  padding-right: 34px;
  box-shadow: 0px 0px 4px rgba(138, 169, 87, 0.25), 0px 4px 5px rgba(128, 148, 95, 0.25);
  -webkit-border-radius: 38px;
  -moz-border-radius: 38px;
  -ms-border-radius: 38px;
  -o-border-radius: 38px;
  border-radius: 38px;
}

main.next #about-company .item-bottom span {
  font-size: 19px;
  font-size: 1.3571428571rem;
  color: #009200;
}

main.next #about-consultation .consultation-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 836px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: -90px;
}

main.next #about-consultation .consultation-list li {
  width: calc(50% - 6px);
  margin-bottom: 90px;
}

main.next #about-consultation .consultation-list .item-img {
  text-align: center;
  margin-bottom: 32px;
}

main.next #about-consultation .consultation-list .item-text {
  padding-left: 32px;
  padding-right: 32px;
}

main.next #about-consultation .consultation-list .item-text h3 {
  text-align: center;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.2;
  margin-bottom: 10px;
}

main.next #about-consultation .consultation-list .item-text p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .fp-present {
  position: relative;
  padding-top: 52px;
  padding-bottom: 0;
}

main.next .fp-present:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: #EAF8C5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .fp-present:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: 240px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #FFF url(../img/fp/present/bg-bottom.svg) no-repeat center top/100% 138px;
}

main.next .fp-present:last-child {
  padding-bottom: 120px;
}

main.next .fp-present:last-child:after {
  height: 350px;
}

main.next .fp-present + #cv {
  margin-top: 60px;
}

main.next .fp-present .content {
  position: relative;
  z-index: 2;
}

main.next .fp-present .present-hd {
  margin-bottom: 40px;
  background: url(../img/fp/present/line-hd.svg) no-repeat center bottom;
  padding-bottom: 30px;
  text-align: center;
  color: #009200;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
}

main.next .fp-present .present-hd.sml {
  background-image: url(../img/fp/present/line-hd_sml.svg);
}

main.next .fp-present .present-hd span {
  color: #FF7F30;
}

main.next .fp-present .present-hd strong {
  font-size: 40px;
  font-size: 2.8571428571rem;
}

main.next .fp-present .present-hd small {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

main.next .fp-present .present-hd-02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #009200;
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
}

main.next .fp-present .present-hd-02:not(:last-child) {
  margin-bottom: 40px;
}

main.next .fp-present .present-hd-02:before, main.next .fp-present .present-hd-02:after {
  content: "";
  width: 2px;
  height: 40px;
  background: #009200;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next .fp-present .present-hd-02:before {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: cemter center;
  -moz-transform-origin: cemter center;
  -ms-transform-origin: cemter center;
  -o-transform-origin: cemter center;
  transform-origin: cemter center;
  margin-right: 12px;
}

main.next .fp-present .present-hd-02:after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: cemter center;
  -moz-transform-origin: cemter center;
  -ms-transform-origin: cemter center;
  -o-transform-origin: cemter center;
  transform-origin: cemter center;
  margin-left: 12px;
}

main.next .fp-present .present-box:not(:last-child) {
  margin-bottom: 40px;
}

main.next .fp-present .present-box .item-hd {
  background: #009200;
  color: #FFF;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  margin-left: 53px;
  margin-right: 53px;
  margin-bottom: -27px;
  position: relative;
  padding: 5px;
  z-index: 2;
}

main.next .fp-present .present-box .item-hd:before, main.next .fp-present .present-box .item-hd:after {
  content: "";
  width: 11px;
  height: 23px;
  background: no-repeat center/auto;
}

main.next .fp-present .present-box .item-hd:before {
  background-image: url(../img/fp/present/icon-hd_left.svg);
  margin-right: 19px;
}

main.next .fp-present .present-box .item-hd:after {
  background-image: url(../img/fp/present/icon-hd_right.svg);
  margin-left: 19px;
}

main.next .fp-present .present-box .item-content {
  background: #FFF;
  border: 3px solid #009200;
  padding: 60px 28px 25px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

main.next .fp-present .present-box .item-top {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: -3px;
  width: calc(100% + 3px * 2);
  height: 38px;
  background: #FFF;
  border-left: 80px solid #007400;
  border-right: 80px solid #007400;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -ms-border-radius: 12px 12px 0 0;
  -o-border-radius: 12px 12px 0 0;
  border-radius: 12px 12px 0 0;
}

main.next .fp-present .present-box .item-top:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 26px 11px 0;
  border-color: transparent #006300 transparent transparent;
  position: absolute;
  left: -26px;
  bottom: 0;
}

main.next .fp-present .present-box .item-top:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 26px 0 0;
  border-color: #006300 transparent transparent transparent;
  position: absolute;
  right: -26px;
  bottom: 0;
}

main.next .fp-present .present-box .item-text {
  margin-right: 30px;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px #A09B4C40;
  border: 1px solid #E8E8E8;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  position: relative;
  padding: 20px;
}

main.next .fp-present .present-box .item-text:before, main.next .fp-present .present-box .item-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 0 8.5px 19px;
  border-color: transparent transparent transparent #E8E8E8;
  position: absolute;
  right: -19px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

main.next .fp-present .present-box .item-text:after {
  border-left-color: #FFF;
  right: -17px;
}

main.next .fp-present .present-box .item-text h4 {
  color: #FF7F30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
}

main.next .fp-present .present-box .item-text h4:before, main.next .fp-present .present-box .item-text h4:after {
  content: "";
  width: 19px;
  height: 29px;
  background: no-repeat center/auto;
}

main.next .fp-present .present-box .item-text h4:before {
  background-image: url(../img/fp/present/icon-hd_left_02.svg);
  margin-right: 6px;
}

main.next .fp-present .present-box .item-text h4:after {
  background-image: url(../img/fp/present/icon-hd_right_02.svg);
  margin-left: 6px;
}

main.next .fp-present .present-box .item-text p {
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.2;
}

main.next .fp-present .present-box .item-text p span {
  color: #FF7F30;
}

main.next .fp-present .present-box .item-text p strong {
  font-size: 42px;
  font-size: 3rem;
}

main.next .fp-present .present-box .item-img {
  max-width: 60%;
}

main.next .fp-present .present-box .item-sup {
  margin-top: 21px;
  font-size: 13px;
  font-size: 0.9285714286rem;
}

main.next .fp-present .present-reserve {
  text-align: center;
}

main.next .fp-present .present-reserve .item-hd {
  display: -moz-inline-box;
  display: inline-block;
  background: #FFF;
  width: 605px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 0 16px 16px;
  line-height: 1.3;
  font-size: 29px;
  font-size: 2.0714285714rem;
  font-weight: bold;
  color: #009200;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
}

main.next .fp-present .present-reserve .item-hd span {
  color: #FF7F30;
}

main.next .fp-present .present-reserve .item-hd strong {
  font-size: 46px;
  font-size: 3.2857142857rem;
}

main.next .fp-present .present-reserve .item-hd:before, main.next .fp-present .present-reserve .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-present .present-reserve .item-hd:after {
  border-top-color: #FFF;
  bottom: -13px;
}

main.next .fp-present .present-reserve .item-content {
  margin-top: -80px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px -1px 5px rgba(160, 155, 76, 0.15), 0px 7px 7px -1px rgba(160, 155, 76, 0.25);
  padding: 110px 60px 60px;
}

main.next .fp-present .present-reserve .item-hd-02 {
  margin-bottom: 13px;
  color: #FF7F30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-present .present-reserve .item-hd-02:before, main.next .fp-present .present-reserve .item-hd-02:after {
  content: "";
  width: 27px;
  height: 39px;
  background: no-repeat center/auto;
}

main.next .fp-present .present-reserve .item-hd-02:before {
  background-image: url(../img/fp/present/icon-hd_left_03.svg);
  margin-right: auto;
}

main.next .fp-present .present-reserve .item-hd-02:after {
  background-image: url(../img/fp/present/icon-hd_right_03.svg);
  margin-left: auto;
}

main.next .fp-present .present-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -12px;
}

main.next .fp-present .present-list:not(:last-child) {
  margin-bottom: 30px;
}

main.next .fp-present .present-list li {
  margin-right: 12px;
  width: calc(25% - 12px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 701px) and (max-width: 890px) {
  main.next .fp-present .present-list li {
    padding-left: 6px;
    padding-right: 6px;
  }
}

main.next .fp-present .present-list .item-img {
  margin-bottom: 16px;
}

main.next .fp-present .present-list .item-hd {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.3;
  margin-bottom: 12px;
}

main.next .fp-present .present-list .item-text {
  font-size: 16px;
  font-size: 1.1428571429rem;
}

main.next .fp-worries {
  padding-top: 80px;
  padding-bottom: 40px;
}

main.next .fp-worries .content {
  width: 664px;
}

main.next .fp-worries .item-title {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

main.next .fp-worries .item-list {
  padding-top: 40px;
  padding-bottom: 63px;
  position: relative;
}

main.next .fp-worries .item-list > * {
  position: relative;
  z-index: 2;
}

main.next .fp-worries .item-list:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: calc(100% + 70px);
  background: #EDEDED;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .fp-worries .item-list > li {
  background: #FFF;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  -ms-border-radius: 24px;
  -o-border-radius: 24px;
  border-radius: 24px;
  box-shadow: 0px -1px 5px rgba(160, 155, 76, 0.15), 0px 7px 7px -1px rgba(160, 155, 76, 0.25);
}

main.next .fp-worries .item-list > li:not(:last-child) {
  margin-bottom: 36px;
}

main.next .fp-worries .item-list > li h3 {
  padding: 24px;
  line-height: 1;
  border-bottom: 2px solid #EDEDED;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #009200;
}

main.next .fp-worries .item-list > li ul {
  padding: 18px;
}

main.next .fp-worries .item-list > li ul li {
  background: url(../img/fp/worries/icon-check.svg) no-repeat left top 1px;
  padding-left: 35px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.3;
}

main.next .fp-worries .item-list > li ul li:not(:last-child) {
  margin-bottom: 18px;
}

main.next .fp-worries .item-hd {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 16px 16px;
  line-height: 1.3;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #009200;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 39px;
}

main.next .fp-worries .item-hd:before, main.next .fp-worries .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-worries .item-hd:after {
  border-top-color: #FFF;
  bottom: -13px;
}

main.next .fp-worries .item-bottom {
  background: #EAF8C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 19px 21px;
}

main.next .fp-worries .item-bottom .img {
  margin-right: 32px;
}

@media screen and (min-width: 701px) {
  main.next .fp-worries .item-bottom .img {
    max-width: 40%;
  }
}

main.next .fp-worries .item-bottom .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  line-height: 1.6;
}

main.next .fp-worries .item-bottom .text h4 {
  color: #009200;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

main.next .fp-worries .item-bottom .text p {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-lp {
  padding-top: 80px;
  padding-bottom: 0;
}

main.next .fp-lp .content {
  width: 644px;
}

main.next .fp-lp .lp-title {
  padding-bottom: 100px;
}

main.next .fp-lp .lp-title .item-title {
  text-align: center;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 32px;
}

main.next .fp-lp .lp-title .item-hd {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 16px;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 23px;
}

main.next .fp-lp .lp-title .item-hd:before, main.next .fp-lp .lp-title .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-lp .lp-title .item-hd:after {
  border-top-color: #FFF;
  bottom: -13px;
}

main.next .fp-lp .lp-title .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: -18px;
  position: relative;
  z-index: 2;
}

main.next .fp-lp .lp-title .item-list li {
  width: calc(50% - 16px);
  text-align: center;
}

main.next .fp-lp .lp-title .item-list li h4 {
  color: #577CC1;
  font-size: 22px;
  font-size: 1.5714285714rem;
  font-weight: bold;
  margin-bottom: 12px;
  line-height: 1.3;
}

main.next .fp-lp .lp-title .item-list li > div {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  background: #FFF;
  box-shadow: 0px -1px 5px rgba(160, 155, 76, 0.15), 0px 7px 7px -1px rgba(160, 155, 76, 0.25);
  padding: 22px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-bottom: 12px;
}

main.next .fp-lp .lp-title .item-list li > div > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .fp-lp .lp-title .item-list li > div .price {
  color: #577CC1;
  font-size: 24px;
  font-size: 1.7142857143rem;
  line-height: 1.3;
}

main.next .fp-lp .lp-title .item-list li > div .price span:nth-child(1) {
  font-size: 18px;
  font-size: 1.2857142857rem;
  padding: 6px 8px;
  margin-top: -10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  display: -moz-inline-box;
  display: inline-block;
  background-color: #577CC1;
  color: #FFF;
  vertical-align: middle;
}

main.next .fp-lp .lp-title .item-list li > div .price span:nth-child(2) {
  font-size: 38px;
  font-size: 2.7142857143rem;
}

main.next .fp-lp .lp-title .item-list li:nth-child(2) h4 {
  color: #93D500;
}

main.next .fp-lp .lp-title .item-list li:nth-child(2) > div .price {
  color: #93D500;
}

main.next .fp-lp .lp-title .item-list li:nth-child(2) > div .price span:nth-child(1) {
  background-color: #93D500;
}

main.next .fp-lp .lp-title .item-hd-02 {
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  padding: 16px;
  text-align: center;
  color: #FFF;
  background: #93D500;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 59px;
}

main.next .fp-lp .lp-title .item-hd-02 span {
  font-size: 32px;
  font-size: 2.2857142857rem;
}

main.next .fp-lp .lp-title .item-hd-02:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 116px;
  height: 50px;
  bottom: -59px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/fp/lp/arrow-title.svg) no-repeat center;
}

main.next .fp-lp .lp-title .item-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .fp-lp .lp-title .item-bottom .img {
  margin-right: 22px;
}

main.next .fp-lp .lp-title .item-bottom h4 {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.5;
}

main.next .fp-lp .lp-point {
  position: relative;
}

main.next .fp-lp .lp-point:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 100vw;
  height: calc(100% - 30px);
  bottom: 0;
  background: #EAF8C5;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .fp-lp .lp-point:after {
  content: "";
  width: 223px;
  height: 228px;
  background: no-repeat center/auto;
  background-image: url(../img/fp/lp/img-bottom.svg);
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-top: -33px;
}

main.next .fp-lp .lp-point > * {
  position: relative;
}

main.next .fp-lp .lp-point .item-hd {
  text-align: center;
  background: #009200;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 16px;
  width: 479px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 72px;
  color: #FFF;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .fp-lp .lp-point .item-hd:before, main.next .fp-lp .lp-point .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-lp .lp-point .item-hd:after {
  border-top-color: #009200;
  bottom: -13px;
}

main.next .fp-lp .lp-point .item-step > li:not(:last-child) {
  margin-bottom: 24px;
}

main.next .fp-lp .lp-point .item-step > li > h3 {
  text-align: center;
  color: #009200;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}

main.next .fp-lp .lp-point .item-step > li > h3 span {
  background-color: #FFF;
  color: #009200;
  padding: 8px;
  font-size: 24px;
  font-size: 1.7142857143rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-right: 12px;
}

main.next .fp-lp .lp-point .item-step > li > p {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-lp .lp-point .item-step > li > p:not(:last-child) {
  margin-bottom: 40px;
}

main.next .fp-lp .lp-point .item-step > li .img {
  text-align: center;
}

main.next .fp-lp .lp-point .item-step > li > div {
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  padding: 32px 32px 60px;
}

main.next .fp-lp .lp-point .item-step > li > div ul li {
  background: url(../img/fp/worries/icon-check.svg) no-repeat left top 1px;
  padding-left: 35px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.3;
  border-bottom: 2px solid #EDEDED;
  padding-bottom: 18px;
}

main.next .fp-lp .lp-point .item-step > li > div ul li:not(:last-child) {
  margin-bottom: 18px;
}

main.next .fp-lp .lp-point .item-step > li > div ul:not(:last-child) {
  margin-bottom: 18px;
}

main.next .fp-lp .lp-point .item-step > li > div h4 {
  text-align: center;
  color: #009200;
  line-height: 1.4;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
}

main.next .fp-consultation {
  padding-top: 70px;
  padding-bottom: 70px;
}

main.next .fp-consultation .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .fp-consultation .item-hd {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 16px;
  line-height: 1.3;
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: bold;
  color: #009200;
  width: 355px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 47px;
}

main.next .fp-consultation .item-hd:before, main.next .fp-consultation .item-hd:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-consultation .item-hd:after {
  border-top-color: #FFF;
  bottom: -13px;
}

main.next .fp-consultation .item-text {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-reason-style, main.next .fp-open .open-reason, main.next .fp-reason .item-list {
  width: 664px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-reason-style:not(:last-child), main.next .fp-open .open-reason:not(:last-child), main.next .fp-reason .item-list:not(:last-child) {
  margin-bottom: 80px;
}

main.next .fp-reason-style li, main.next .fp-open .open-reason li, main.next .fp-reason .item-list li {
  border: 3px solid #EDEDED;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 32px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

main.next .fp-reason-style li:not(:last-child), main.next .fp-open .open-reason li:not(:last-child), main.next .fp-reason .item-list li:not(:last-child) {
  margin-bottom: 60px;
}

main.next .fp-reason-style li h3, main.next .fp-open .open-reason li h3, main.next .fp-reason .item-list li h3 {
  position: absolute;
  padding: 0 12px;
  left: 30px;
  background: #FFF;
  top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  color: #009200;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .fp-reason-style li h3 span, main.next .fp-open .open-reason li h3 span, main.next .fp-reason .item-list li h3 span {
  font-family: 'Roboto', sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  margin-left: 6px;
}

main.next .fp-reason-style li .img, main.next .fp-open .open-reason li .img, main.next .fp-reason .item-list li .img {
  text-align: center;
  margin-bottom: 32px;
}

main.next .fp-reason-style li h4, main.next .fp-open .open-reason li h4, main.next .fp-reason .item-list li h4 {
  text-align: center;
  color: #009200;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 16px;
}

main.next .fp-reason-style li h5, main.next .fp-open .open-reason li h5, main.next .fp-reason .item-list li h5 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .fp-reason-style li h5:not(:last-child), main.next .fp-open .open-reason li h5:not(:last-child), main.next .fp-reason .item-list li h5:not(:last-child) {
  margin-bottom: 12px;
}

main.next .fp-reason-style li h5 span:nth-child(1), main.next .fp-open .open-reason li h5 span:nth-child(1), main.next .fp-reason .item-list li h5 span:nth-child(1) {
  background: #009200;
  color: #FFF;
  margin-right: 8px;
  padding-left: 8px;
  padding-right: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}

main.next .fp-reason-style li h5 span:nth-child(2), main.next .fp-open .open-reason li h5 span:nth-child(2), main.next .fp-reason .item-list li h5 span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .fp-reason-style li p, main.next .fp-open .open-reason li p, main.next .fp-reason .item-list li p {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 600;
}

main.next .fp-reason-style li p:not(:last-child), main.next .fp-open .open-reason li p:not(:last-child), main.next .fp-reason .item-list li p:not(:last-child) {
  margin-bottom: 20px;
}

main.next .fp-reason-style li p.normal, main.next .fp-open .open-reason li p.normal, main.next .fp-reason .item-list li p.normal {
  font-weight: normal;
}

main.next .fp-reason-style li p.normal:not(:last-child), main.next .fp-open .open-reason li p.normal:not(:last-child), main.next .fp-reason .item-list li p.normal:not(:last-child) {
  margin-bottom: 12px;
}

main.next .fp-reason-style li p.normal span, main.next .fp-open .open-reason li p.normal span, main.next .fp-reason .item-list li p.normal span {
  font-weight: bold;
}

main.next .fp-reason {
  padding-top: 120px;
  padding-bottom: 80px;
}

main.next .fp-reason .item-title {
  text-align: center;
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: bold;
  color: #009200;
  margin-bottom: 60px;
  line-height: 1.2;
}

main.next .fp-reason .item-bottom {
  width: 717px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-reason .item-bottom h3 {
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 16px;
  line-height: 1.3;
  font-size: 30px;
  font-size: 2.1428571429rem;
  font-weight: bold;
  color: #009200;
  width: 417px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 47px;
}

main.next .fp-reason .item-bottom h3:before, main.next .fp-reason .item-bottom h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 8px 0 8px;
  border-color: #E8E8E8 transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  bottom: -15px;
}

main.next .fp-reason .item-bottom h3:after {
  border-top-color: #FFF;
  bottom: -13px;
}

main.next .fp-reason .item-bottom p {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-faq {
  padding-top: 80px;
  padding-bottom: 96px;
}

main.next .fp-important {
  padding-top: 60px;
  padding-bottom: 60px;
}

main.next .fp-important .content {
  width: 640px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .fp-important .item-img {
  margin-right: 45px;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
}

main.next .fp-important .item-text {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-important .item-text h3 {
  color: #009200;
  margin-bottom: 12px;
  line-height: 1.2;
  font-size: 32px;
  font-size: 2.2857142857rem;
}

main.next .fp-important .item-arrow {
  width: 100%;
  text-align: center;
  margin-bottom: 40px;
}

main.next .fp-important .item-hd {
  color: #009200;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
}

main.next .fp-important .item-hd span {
  border-bottom: 2px solid #009200;
}

main.next .fp-lp-table {
  padding-top: 0;
  padding-bottom: 84px;
}

main.next .fp-lp-table .lp-table-title {
  position: relative;
  padding-top: 50px;
  padding-bottom: 90px;
}

main.next .fp-lp-table .lp-table-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EAF8C5;
}

main.next .fp-lp-table .lp-table-title > * {
  position: relative;
}

main.next .fp-lp-table .lp-table-title .item-img-01 {
  margin-bottom: 8px;
}

main.next .fp-lp-table .lp-table-title .item-img-02 {
  margin-bottom: 16px;
}

main.next .fp-lp-table .lp-table-title .item-img-text {
  font-size: 13px;
  font-size: 0.9285714286rem;
}

main.next .fp-lp-table .lp-table-title .item-arrow {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: -75px;
  text-align: center;
}

main.next .fp-lp-table .lp-table-look {
  padding-top: 94px;
}

main.next .fp-lp-table .lp-table-look .item-hd {
  width: 664px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  background: #FFF;
  box-shadow: 0px 4px 4px rgba(160, 155, 76, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 20px 10px;
  line-height: 1.3;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  color: #009200;
  border: 1px solid #E8E8E8;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}

main.next .fp-lp-table .lp-table-look .item-text {
  text-align: center;
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 86px;
}

main.next .fp-lp-table .lp-table-look .item-text span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2rem;
  background: #EAF8C5;
  padding: 4px 12px;
  color: #009200;
  line-height: 1.2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

main.next .fp-lp-table .lp-table-look .item-text span.orange {
  color: #FF7F30;
  background: #FFF9E4;
}

main.next .fp-lp-table .lp-table-look .item-household {
  border: 3px solid #009200;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 99px;
}

main.next .fp-lp-table .lp-table-look .item-household h3 {
  background-color: #009200;
  color: #FFF;
  font-size: 26px;
  font-size: 1.8571428571rem;
  font-weight: bold;
  padding: 30px 30px 30px 380px;
  line-height: 1.1;
}

main.next .fp-lp-table .lp-table-look .item-household > div {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-lp-table .lp-table-look .item-household > div .img {
  margin-right: 19px;
  margin-top: -76px;
  margin-bottom: -39px;
  position: relative;
}

main.next .fp-lp-table .lp-table-look .item-household > div .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .fp-lp-table .lp-table-look .item-bottom {
  text-align: center;
  margin-bottom: -20px;
  position: relative;
  z-index: 2;
}

main.next .fp-lp-table .lp-table-case .item-title {
  position: relative;
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  margin-bottom: 40px;
}

main.next .fp-lp-table .lp-table-case .item-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #EAF8C5;
}

main.next .fp-lp-table .lp-table-case .item-title > * {
  position: relative;
}

main.next .fp-lp-table .lp-table-case .item-hd {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  text-align: left;
  display: -moz-inline-box;
  display: inline-block;
  margin-bottom: 70px;
  color: #009200;
}

main.next .fp-lp-table .lp-table-case .item-hd small {
  color: #222222;
  display: block;
  font-size: 23px;
  font-size: 1.6428571429rem;
}

main.next .fp-lp-table .lp-table-case .item-hd span {
  border-bottom: 3px solid #009200;
}

main.next .fp-lp-table .lp-table-case .item-img {
  text-align: center;
}

main.next .fp-lp-table .lp-table-case .item-img li:not(:last-child) {
  margin-bottom: 40px;
}

main.next .fp-fee {
  padding-top: 0;
  padding-bottom: 80px;
}

main.next .fp-fee .fee-title {
  padding-top: 80px;
  padding-bottom: 120px;
  position: relative;
  color: #FFF;
  text-align: center;
}

main.next .fp-fee .fee-title:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  width: 100vw;
  height: 100%;
  background: url(../img/fp/fee/bg.jpg) no-repeat center/cover;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

main.next .fp-fee .fee-title > * {
  position: relative;
}

main.next .fp-fee .fee-title .item-hd {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 30px;
}

main.next .fp-fee .fee-title .item-text {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}

main.next .fp-fee .fee-text {
  margin-top: -50px;
  position: relative;
  background: #FFF;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  box-shadow: 0px -1px 5px rgba(160, 155, 76, 0.15), 0px 7px 7px -1px rgba(160, 155, 76, 0.25);
  padding: 32px;
  text-align: center;
}

main.next .fp-fee .fee-text .item-hd {
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
  background: url(../img/fp/fee/line.svg) no-repeat center bottom;
  padding-bottom: 38px;
  color: #009200;
  line-height: 1.4;
  margin-bottom: 32px;
}

main.next .fp-fee .fee-text .item-hd strong {
  font-size: 48px;
  font-size: 3.4285714286rem;
  font-weight: bold;
}

main.next .fp-fee .fee-text .item-hd small {
  font-size: 25px;
  font-size: 1.7857142857rem;
}

main.next .fp-fee .fee-text .item-hd-02 {
  text-align: center;
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  line-height: 2;
  margin-bottom: 44px;
}

main.next .fp-fee .fee-text .item-hd-02 span {
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  font-size: 28px;
  font-size: 2rem;
  background: #EAF8C5;
  padding: 4px 12px;
  color: #009200;
  line-height: 1.2;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  margin-left: 6px;
  margin-right: 6px;
}

main.next .fp-fee .fee-text .item-hd-02 span.orange {
  color: #FF7F30;
  background: #FFF9E4;
}

main.next .fp-fee .fee-text .item-text {
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.5;
}

main.next .fp-open {
  padding-top: 100px;
  padding-bottom: 100px;
}

main.next .fp-open .content {
  width: 1114px;
}

main.next .fp-open section:not(:last-child) {
  margin-bottom: 50px;
}

main.next .fp-open .open-hd {
  background: #EAF8C5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  height: 150px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.4;
  position: relative;
  cursor: pointer;
}

main.next .fp-open .open-hd:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 56px;
  height: 56px;
  margin-left: -28px;
  bottom: -28px;
  background: url(../img/fp/open/arrow.svg) no-repeat;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 2;
}

main.next .fp-open .open-hd.active:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .fp-open .open-hd span:nth-child(1) {
  font-size: 23px;
  font-size: 1.6428571429rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 6px;
}

main.next .fp-open .open-hd span:nth-child(1):before, main.next .fp-open .open-hd span:nth-child(1):after {
  content: "";
  width: 2px;
  height: 40px;
  background: #009200;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next .fp-open .open-hd span:nth-child(1):before {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  -o-transform: rotate(-20deg);
  transform: rotate(-20deg);
  -webkit-transform-origin: cemter center;
  -moz-transform-origin: cemter center;
  -ms-transform-origin: cemter center;
  -o-transform-origin: cemter center;
  transform-origin: cemter center;
  margin-right: 12px;
}

main.next .fp-open .open-hd span:nth-child(1):after {
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
  -webkit-transform-origin: cemter center;
  -moz-transform-origin: cemter center;
  -ms-transform-origin: cemter center;
  -o-transform-origin: cemter center;
  transform-origin: cemter center;
  margin-left: 12px;
}

main.next .fp-open .open-hd strong {
  font-family: 'Roboto', sans-serif;
  font-size: 58px;
  font-size: 4.1428571429rem;
  display: -moz-inline-box;
  display: inline-block;
  line-height: 1;
  margin-left: 3px;
  margin-right: 3px;
}

main.next .fp-open .open-content {
  padding-top: 40px;
  display: none;
}

main.next .fp-open .open-fp {
  padding-bottom: 60px;
  padding-left: 112px;
  padding-right: 112px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

main.next .fp-open .open-fp .fp-title:before {
  display: none;
}

main.next .fp-open .open-fp .fp-title .item-title {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  font-size: 1.7142857143rem;
  font-weight: bold;
  color: #009200;
  line-height: 1.5;
}

main.next .fp-open .open-fp .fp-list:not(:last-child) {
  margin-bottom: 80px;
}

main.next .fp-open .open-fp .fp-btn .item-hd-02 {
  margin-bottom: 13px;
  color: #FF7F30;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  line-height: 1.2;
  width: 460px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-open .open-fp .fp-btn .item-hd-02:before, main.next .fp-open .open-fp .fp-btn .item-hd-02:after {
  content: "";
  width: 27px;
  height: 39px;
  background: no-repeat center/auto;
}

main.next .fp-open .open-fp .fp-btn .item-hd-02:before {
  background-image: url(../img/fp/present/icon-hd_left_03.svg);
  margin-right: auto;
}

main.next .fp-open .open-fp .fp-btn .item-hd-02:after {
  background-image: url(../img/fp/present/icon-hd_right_03.svg);
  margin-left: auto;
}

main.next .fp-open .open-voice {
  width: 810px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
}

main.next .fp-open .open-voice li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-right: -12px;
}

main.next .fp-open .open-voice li:not(:last-child) {
  margin-bottom: 24px;
}

main.next .fp-open .open-voice li > * {
  margin-right: 12px;
  -webkit-box-original-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
}

main.next .fp-open .open-voice li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .fp-open .open-voice li .text .job {
  text-align: right;
  line-height: 1.2;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #686868;
}

main.next .fp-open .open-voice li .text .job:not(:last-child) {
  margin-bottom: 8px;
}

main.next .fp-open .open-voice li .text .comment {
  background: #EDEDED;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}

main.next .fp-open .open-voice li .text .comment > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .fp-open .open-voice li .img.left {
  -webkit-box-original-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
}

main.next .fp-open .open-voice li.fp .text .job {
  color: #009200;
  text-align: left;
}

main.next .fp-open .open-voice li.fp .text .comment {
  background-color: #F3FAE6;
  color: #009200;
}

main.next .fp-open .open-voice-02 {
  width: 890px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-open .open-faq {
  width: 632px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-open .open-faq:not(:last-child) {
  margin-bottom: 30px;
}

main.next .fp-open .open-flow {
  position: relative;
  padding-bottom: 160px;
}

main.next .fp-open .open-flow:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  width: 221px;
  height: 244px;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background: url(../img/top/flow/img-bottom.svg) no-repeat center/contain;
  z-index: 3;
}

main.next .fp-open .open-flow li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 510px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

main.next .fp-open .open-flow li:not(:last-child) {
  margin-bottom: 48px;
}

main.next .fp-open .open-flow li:not(:last-child) .item-img {
  position: relative;
}

main.next .fp-open .open-flow li:not(:last-child) .item-img:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 100%;
  width: 3px;
  height: 50px;
  background: #93D500;
  margin-left: -1px;
}

main.next .fp-open .open-flow li:not(:last-child) .item-img img {
  position: relative;
}

main.next .fp-open .open-flow .item-number {
  font-family: 'Roboto', sans-serif;
  color: #009200;
  font-size: 42px;
  font-size: 3rem;
  font-weight: bold;
}

main.next .fp-open .open-flow .item-img {
  width: 170px;
  text-align: center;
  position: relative;
}

main.next .fp-open .open-flow .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .fp-open .open-flow .item-text h3 {
  color: #009200;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 5px;
}

main.next .fp-open .open-flow .item-text p {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}

main.next .fp-open .open-flow .item-box {
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 610px;
  background: #F3FAE6;
  -webkit-border-radius: 13px 13px 6px 6px;
  -moz-border-radius: 13px 13px 6px 6px;
  -ms-border-radius: 13px 13px 6px 6px;
  -o-border-radius: 13px 13px 6px 6px;
  border-radius: 13px 13px 6px 6px;
  position: relative;
}

main.next .fp-open .open-flow .item-box > h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  background: #93D500;
  color: #FFF;
  padding: 20px;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  -webkit-border-radius: 13px 13px 0 0;
  -moz-border-radius: 13px 13px 0 0;
  -ms-border-radius: 13px 13px 0 0;
  -o-border-radius: 13px 13px 0 0;
  border-radius: 13px 13px 0 0;
}

main.next .fp-open .open-flow .item-box > h3 small {
  font-size: 15px;
  font-size: 1.0714285714rem;
}

main.next .fp-open .open-flow .item-box > h3 + svg {
  width: 100%;
  height: 33px;
  margin-top: -1px;
}

main.next .fp-open .open-flow .item-box ul {
  width: 100%;
  padding-bottom: 30px;
  position: relative;
  z-index: 3;
  background: #F3FAE6;
}

main.next .fp-open .open-flow .item-box > svg:last-child {
  width: 100%;
  height: 80px;
  background: #FFF;
  margin-top: -2px;
}

main.next .fp-open .open-flow + h3 {
  text-align: center;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.2;
  padding-top: 30px;
}

main.next .fp-open .open-flow + h3 span {
  border-bottom: 10px solid #D7EFA0;
}

@media screen and (min-width: 701px) and (max-width: 890px) {
  /* main next
------------------------------------------------------------*/
}

@media screen and (min-width: 701px) and (max-width: 890px) and (max-width: 800px) {
  main.next #journal .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #journal #main {
    width: 100%;
  }
  main.next #journal aside {
    width: 100%;
    margin-left: 0;
    max-width: 100%;
  }
}

@media screen and (min-width: 701px) and (max-width: 890px) {
  main.next .fp-lp-table .lp-table-look .item-household h3 {
    padding-left: 50%;
  }
  main.next .fp-lp-table .lp-table-look .item-household > div .img {
    max-width: 45%;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  main.next > section, main.next > article {
    padding-top: 40px;
    padding-bottom: 116px;
  }
  main.next #lpc .lpc-understand .item-hd {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
  }
  main.next #lpc .lpc-list .item-content {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next #lpc .lpc-list .item-img {
    max-width: 100%;
    width: 100%;
    text-align: center;
    margin-right: 0;
    margin-bottom: 24px;
  }
  main.next #lpc .lpc-list .item-text {
    width: 100%;
  }
  main.next #lpc-02 {
    padding-bottom: 160px;
  }
  main.next #lpc-02 section:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #lpc-02 .lpc-text {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 40px;
  }
  main.next #lpc-02 .lpc-text .item-img {
    width: 107px;
  }
  main.next #lpc-02 .lpc-text .item-hd {
    font-size: 20px;
    font-size: 1.4285714286rem;
    text-align: center;
    line-height: 1.4;
  }
  main.next #lpc-02 .lpc-text .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #lpc-02 .lpc-flow li:not(:last-child) {
    margin-bottom: 24px;
  }
  main.next #lpc-02 .lpc-flow .item-text h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next #lpc-02 .lpc-flow .item-text p {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next #faq .faq-text {
    text-align: left;
  }
  main.next #faq .faq-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
  main.next #faq .faq-nav:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next #faq .faq-nav:before {
    box-shadow: none;
  }
  main.next #faq .faq-nav ul li {
    width: calc(33.3333333333% - 12px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next #faq .faq-nav ul li {
    width: calc(50% - 12px);
  }
}

@media screen and (max-width: 700px) {
  main.next #company .company-info > *, main.next #company .company-access .item-company > * {
    padding: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next #company .company-info dt, main.next #company .company-access .item-company dt {
    width: 100%;
    border-bottom: none;
    padding-bottom: 0;
  }
  main.next #company .company-info dd, main.next #company .company-access .item-company dd {
    width: 100%;
  }
  main.next #company .company-map .item-text {
    text-align: left;
  }
  main.next #company .company-map .item-map {
    height: 280px;
  }
  main.next #company .company-access .item-slides:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next #company .company-access .item-slides .slick-arrow {
    width: 40px;
    height: 40px;
    margin-top: -10px;
  }
  main.next #company .company-access .item-slides .slick-arrow:before {
    background-size: contain;
  }
  main.next #company .company-access .item-slides .slick-prev {
    left: 0;
  }
  main.next #company .company-access .item-slides .slick-next {
    right: 0;
  }
  main.next #company .company-access .item-slides .slick-slide .img {
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }
  main.next #company .company-access .item-slides .slick-slide .text {
    text-align: left;
  }
  main.next .voice-style .item, main.next #voice .voice-list .item, main.next .fp-open .open-voice-02 .item {
    padding: 24px 20px;
  }
  main.next #voice .voice-text {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  main.next #voice .voice-text:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .wp-pagenavi {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #journal .content {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next #journal #main {
    width: 100%;
  }
  main.next #journal aside {
    width: 100%;
    margin-left: 0;
    padding-top: 60px;
  }
  main.next #journal aside section:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next #journal aside .item-bnr {
    margin-top: -30px;
  }
  main.next #journal .journal-title:not(:last-child) {
    margin-bottom: 16px;
  }
  main.next #journal .journal-title .item-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  main.next #journal .journal-title .item-hd span:nth-child(1) {
    font-size: 27px;
    font-size: 1.9285714286rem;
    line-height: 1;
  }
  main.next #journal .journal-title .item-hd span:nth-child(2) {
    font-size: 12px;
    font-size: 0.8571428571rem;
    line-height: 1.4;
  }
  main.next #journal .journal-slick .slick-arrow, main.next #journal .journal-main .slick-arrow, main.next #journal .journal-slides .slick-arrow {
    display: none !important;
  }
  main.next #journal .journal-main {
    margin-right: -15px;
    margin-left: -15px;
    margin-bottom: 66px;
  }
  main.next #journal .journal-main .item-new {
    width: 56px;
    height: 28px;
    padding-right: 5px;
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next #journal .journal-main .item-img > a {
    display: block;
    text-align: center;
  }
  main.next #journal .journal-main .item-img img {
    width: 100%;
  }
  main.next #journal .journal-main .item-text {
    position: relative;
  }
  main.next #journal .journal-main .item-text .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #journal .journal-hd {
    padding: 9px 8px;
    margin-bottom: 18px;
  }
  main.next #journal .journal-hd .item-cat {
    width: 46px;
  }
  main.next #journal .journal-hd .item-text h2 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next #journal .journal-hd .item-text .number span {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next #journal .journal-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.next #journal .journal-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next #journal .journal-list > li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
  }
}

@media screen and (max-width: 700px) and (max-width: 550px) {
  main.next #journal .journal-list > li {
    width: calc(100% - 15px);
  }
}

@media screen and (max-width: 700px) {
  main.next #journal .journal-category-title {
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next #journal .journal-detail .item-title {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next #journal .journal-detail .item-img {
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next #journal .journal-detail .item-text:not(:last-child) {
    margin-bottom: 48px;
  }
  main.next #journal .journal-detail .item-text .imgs > * {
    max-width: calc(100% - 32px);
    width: calc(100% - 32px);
  }
  main.next #journal .journal-detail .item-bnr img {
    width: 345px;
    height: auto;
  }
  main.next #journal .journal-detail .item-writer:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #journal .journal-detail .item-consultation-title {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next #journal .journal-detail .item-consultation-title .img {
    margin-right: 0;
    width: 107px;
    margin-bottom: 16px;
  }
  main.next #journal .journal-detail .item-consultation-title h2 {
    width: auto;
  }
  main.next #journal .journal-detail .item-consultation-info {
    padding: 16px;
  }
  main.next #news.news-detail .item-title {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 15px;
  }
  main.next #news.news-detail .item-text:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #about {
    padding-top: 30px;
    padding-bottom: 32px;
  }
  main.next #about .item-text {
    padding: 20px 22px 20px;
  }
  main.next #about .item-text br {
    display: none;
  }
  main.next #about-service .what-list dt {
    padding: 15px 25px;
    line-height: 1.2;
  }
  main.next #about-service .what-list dd {
    padding: 16px;
  }
  main.next #about-service .what-list dd .item-title {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
  }
  main.next #about-service .what-list dd .item-title span:nth-child(2) {
    margin-left: 5px;
  }
  main.next #about-service .what-text {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    padding: 0 15px 120px;
    min-height: 0;
    background-size: 230px auto;
  }
  main.next #about-service .what-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
    line-height: 2;
  }
  main.next #about-service .what-text p span {
    display: -moz-inline-box;
    display: inline-block;
    color: #FF7F30;
    background: #FFF9E4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    padding: 3px;
    line-height: 1.5;
    margin-right: 8px;
  }
  main.next #about-fp, main.next .fp-open .open-fp {
    padding-bottom: 80px;
  }
  main.next #about-fp .fp-title, main.next .fp-open .open-fp .fp-title {
    padding-top: 32px;
  }
  main.next #about-fp .fp-title:before, main.next .fp-open .open-fp .fp-title:before {
    height: 50%;
  }
  main.next #about-fp .fp-title .item-hd, main.next .fp-open .open-fp .fp-title .item-hd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 22px;
    font-size: 1.5714285714rem;
    z-index: 2;
    width: 293px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next #about-fp .fp-title .item-hd:after, main.next .fp-open .open-fp .fp-title .item-hd:after {
    bottom: -8px;
  }
  main.next #about-fp .fp-title .item-hd small, main.next .fp-open .open-fp .fp-title .item-hd small {
    font-size: 16px;
    font-size: 1.1428571429rem;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    text-align: center;
  }
  main.next #about-fp .fp-title .item-text, main.next .fp-open .open-fp .fp-title .item-text {
    padding: 56px 40px 20px;
  }
  main.next #about-fp .fp-title .item-text p, main.next .fp-open .open-fp .fp-title .item-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #about-fp .fp-title .item-text p:last-child, main.next .fp-open .open-fp .fp-title .item-text p:last-child {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next #about-fp .fp-title .item-bottom .img, main.next .fp-open .open-fp .fp-title .item-bottom .img {
    margin-right: 34px;
    width: 110px;
    margin-top: -20px;
  }
  main.next #about-fp .fp-title .item-bottom h4, main.next .fp-open .open-fp .fp-title .item-bottom h4 {
    font-size: 22px;
    font-size: 1.5714285714rem;
    line-height: 1.6;
  }
  main.next #about-fp .fp-list li, main.next .fp-open .open-fp .fp-list li {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next #about-fp .fp-list .item-img, main.next .fp-open .open-fp .fp-list .item-img {
    width: 180px;
    margin-right: 0;
    margin-bottom: 24px;
  }
  main.next #about-fp .fp-list .item-text, main.next .fp-open .open-fp .fp-list .item-text {
    width: 100%;
    text-align: center;
  }
  main.next #about-fp .fp-list .item-text h3, main.next .fp-open .open-fp .fp-list .item-text h3 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    display: -moz-inline-box;
    display: inline-block;
  }
  main.next #about-fp .fp-list .item-text p, main.next .fp-open .open-fp .fp-list .item-text p {
    text-align: left;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #about-company {
    padding-top: 80px;
    padding-bottom: 80px;
  }
  main.next #about-consultation .consultation-list {
    margin-bottom: -70px;
  }
  main.next #about-consultation .consultation-list li {
    width: 100%;
    margin-bottom: 70px;
  }
  main.next #about-consultation .consultation-list .item-img {
    margin-bottom: 24px;
  }
  main.next #about-consultation .consultation-list .item-text h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next #about-consultation .consultation-list .item-text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .fp-present {
    padding-top: 38px;
  }
  main.next .fp-present:last-child {
    padding-bottom: 120px;
  }
  main.next .fp-present:last-child:after {
    height: 165px;
  }
  main.next .fp-present:after {
    height: 45px;
    background: #FFF;
  }
  main.next .fp-present .present-hd {
    padding-bottom: 25px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    background-image: url(../img/next/fp/present/line-hd_sp.svg);
  }
  main.next .fp-present .present-hd span {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  main.next .fp-present .present-hd-02 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .fp-present .present-hd-02:not(:last-child) {
    margin-bottom: 28px;
  }
  main.next .fp-present .present-hd-02:before, main.next .fp-present .present-hd-02:after {
    height: 30px;
  }
  main.next .fp-present .present-box .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-left: 15px;
    margin-right: 15px;
  }
  main.next .fp-present .present-box .item-content {
    background: #FFF;
    padding: 45px 20px 25px;
  }
  main.next .fp-present .present-box .item-top {
    border-left-width: 42px;
    border-right-width: 42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .fp-present .present-box .item-text {
    width: 100%;
    margin-right: 0;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
    background: #FFF;
    box-shadow: none;
    border: none;
    padding: 0;
  }
  main.next .fp-present .present-box .item-text:before, main.next .fp-present .present-box .item-text:after {
    display: none;
  }
  main.next .fp-present .present-box .item-text h4 {
    margin-bottom: 13px;
  }
  main.next .fp-present .present-box .item-text p {
    font-size: 18px;
    font-size: 1.2857142857rem;
    box-shadow: 0px 4px 4px 0px #A09B4C40;
    border: 1px solid #E8E8E8;
    padding: 10px 20px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    position: relative;
  }
  main.next .fp-present .present-box .item-text p br {
    display: none;
  }
  main.next .fp-present .present-box .item-text p strong {
    font-size: 34px;
    font-size: 2.4285714286rem;
  }
  main.next .fp-present .present-box .item-text p:before, main.next .fp-present .present-box .item-text p:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 8px 0 8px;
    border-color: #E8E8E8 transparent transparent transparent;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -15px;
  }
  main.next .fp-present .present-box .item-text p:after {
    border-top-color: #FFF;
    bottom: -13px;
  }
  main.next .fp-present .present-box .item-img {
    max-width: 100%;
    width: 100%;
    margin-top: 15px;
    text-align: center;
  }
  main.next .fp-present .present-box .item-sup {
    margin-top: 8px;
  }
  main.next .fp-present .present-reserve .item-hd {
    width: 325px;
    width: 325px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 0 16px 16px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-present .present-reserve .item-hd strong {
    font-size: 28px;
    font-size: 2rem;
  }
  main.next .fp-present .present-reserve .item-content {
    margin-top: -35px;
    padding: 65px 12px 12px;
  }
  main.next .fp-present .present-reserve .item-hd-02 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-present .present-reserve .item-hd-02:before, main.next .fp-present .present-reserve .item-hd-02:after {
    width: 19px;
    height: 27px;
    background-size: contain;
  }
  main.next .fp-present .present-reserve .item-hd-02:before {
    margin-right: 24px;
  }
  main.next .fp-present .present-reserve .item-hd-02:after {
    margin-left: 24px;
  }
  main.next .fp-present .present-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -12px;
  }
  main.next .fp-present .present-list:not(:last-child) {
    margin-bottom: 28px;
  }
  main.next .fp-present .present-list li {
    margin-right: 12px;
    margin-bottom: 12px;
    width: calc(50% - 12px);
    padding-left: 8px;
    padding-right: 8px;
  }
  main.next .fp-present .present-list .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .fp-worries {
    padding-top: 70px;
    padding-bottom: 40px;
  }
  main.next .fp-worries .item-title {
    margin-bottom: -15px;
    width: 333px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next .fp-worries .item-list {
    padding-bottom: 70px;
  }
  main.next .fp-worries .item-list:before {
    height: calc(100% + 40px);
  }
  main.next .fp-worries .item-list > li:not(:last-child) {
    margin-bottom: 24px;
  }
  main.next .fp-worries .item-list > li h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    text-align: center;
  }
  main.next .fp-worries .item-list > li ul {
    padding: 18px;
  }
  main.next .fp-worries .item-list > li ul li {
    background-position: left top;
    background-size: auto 20px;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .fp-worries .item-hd {
    width: 346px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    margin-bottom: 26px;
  }
  main.next .fp-worries .item-bottom {
    width: 297px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 11px;
  }
  main.next .fp-worries .item-bottom .img {
    margin-right: 0px;
    margin-bottom: 16px;
  }
  main.next .fp-worries .item-bottom .text {
    width: 100%;
    text-align: center;
  }
  main.next .fp-worries .item-bottom .text h4 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-worries .item-bottom .text p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-lp .lp-title {
    padding-bottom: 80px;
  }
  main.next .fp-lp .lp-title .item-title {
    font-size: 24px;
    font-size: 1.7142857143rem;
    margin-bottom: 30px;
  }
  main.next .fp-lp .lp-title .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
    width: 300px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 13px;
  }
  main.next .fp-lp .lp-title .item-list {
    margin-bottom: -10px;
  }
  main.next .fp-lp .lp-title .item-list li {
    width: calc(50% - 6px);
  }
  main.next .fp-lp .lp-title .item-list li h4 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .fp-lp .lp-title .item-list li > div {
    padding: 16px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-lp .lp-title .item-list li > div > *:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .fp-lp .lp-title .item-list li > div .price {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .fp-lp .lp-title .item-list li > div .price span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
    display: block;
    margin-top: 0px;
    width: 50px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .fp-lp .lp-title .item-list li > div .price span:nth-child(2) {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  main.next .fp-lp .lp-title .item-list li .img img {
    height: 152px;
  }
  main.next .fp-lp .lp-title .item-hd-02 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 71px;
  }
  main.next .fp-lp .lp-title .item-hd-02 span {
    font-size: 22px;
    font-size: 1.5714285714rem;
  }
  main.next .fp-lp .lp-title .item-bottom {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 226px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next .fp-lp .lp-title .item-bottom .img {
    margin-right: 0;
    margin-bottom: 16px;
    width: 153px;
  }
  main.next .fp-lp .lp-title .item-bottom h4 {
    width: 100%;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .fp-lp .lp-title .item-bottom h4 br {
    display: none;
  }
  main.next .fp-lp .lp-point:before {
    height: calc(100% - 38px);
  }
  main.next .fp-lp .lp-point:after {
    width: 191px;
    height: 196px;
    background-size: contain;
    margin-top: -44px;
  }
  main.next .fp-lp .lp-point .item-hd {
    width: 291px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 55px;
  }
  main.next .fp-lp .lp-point .item-step > li > h3 {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .fp-lp .lp-point .item-step > li > h3 span {
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-top: -6px;
  }
  main.next .fp-lp .lp-point .item-step > li > p {
    font-size: 16px;
    font-size: 1.1428571429rem;
    width: 345px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next .fp-lp .lp-point .item-step > li > p:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .fp-lp .lp-point .item-step > li > div {
    padding: 32px 32px 60px;
  }
  main.next .fp-lp .lp-point .item-step > li > div ul li {
    background-size: auto 20px;
    padding-left: 30px;
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-lp .lp-point .item-step > li > div h4 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .fp-consultation {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  main.next .fp-consultation .item-hd {
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: 289px;
    margin-bottom: 32px;
  }
  main.next .fp-consultation .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-reason-style:not(:last-child), main.next .fp-reason .item-list:not(:last-child), main.next .fp-open .open-reason:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next .fp-reason-style li:not(:last-child), main.next .fp-reason .item-list li:not(:last-child), main.next .fp-open .open-reason li:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .fp-reason-style li h4, main.next .fp-reason .item-list li h4, main.next .fp-open .open-reason li h4 {
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
  main.next .fp-reason {
    padding-top: 70px;
    padding-bottom: 60px;
  }
  main.next .fp-reason .item-title {
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin-bottom: 50px;
  }
  main.next .fp-reason .item-bottom h3 {
    font-size: 24px;
    font-size: 1.7142857143rem;
    width: 309px;
    margin-bottom: 32px;
  }
  main.next .fp-reason .item-bottom p {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-faq {
    padding-top: 60px;
    padding-bottom: 48px;
  }
  main.next .fp-important {
    padding-top: 70px;
    padding-bottom: 50px;
  }
  main.next .fp-important .item-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 12px;
  }
  main.next .fp-important .item-img img {
    width: 150px;
  }
  main.next .fp-important .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
    text-align: center;
    margin-bottom: 30px;
  }
  main.next .fp-important .item-text h3 {
    font-size: 26px;
    font-size: 1.8571428571rem;
  }
  main.next .fp-important .item-arrow {
    margin-bottom: 12px;
  }
  main.next .fp-important .item-hd {
    text-align: center;
    font-size: 28px;
    font-size: 2rem;
  }
  main.next .fp-lp-table .lp-table-title {
    padding-top: 32px;
  }
  main.next .fp-lp-table .lp-table-title .item-img-01 {
    margin-bottom: 47px;
    text-align: center;
  }
  main.next .fp-lp-table .lp-table-title .item-img-02 {
    text-align: center;
  }
  main.next .fp-lp-table .lp-table-look {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .fp-lp-table .lp-table-look .item-hd {
    width: 345px;
    font-size: 20px;
    font-size: 1.4285714286rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.next .fp-lp-table .lp-table-look .item-text {
    text-align: left;
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 40px;
  }
  main.next .fp-lp-table .lp-table-look .item-text span {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .fp-lp-table .lp-table-look .item-text span:nth-of-type(1) {
    margin-left: 0;
  }
  main.next .fp-lp-table .lp-table-look .item-household {
    margin-bottom: 40px;
  }
  main.next .fp-lp-table .lp-table-look .item-household h3 {
    font-size: 18px;
    font-size: 1.2857142857rem;
    text-align: center;
    padding: 12px 12px 34px;
    line-height: 1.4;
  }
  main.next .fp-lp-table .lp-table-look .item-household > div {
    padding: 0 24px 24px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 16px;
    font-size: 1.1428571429rem;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .fp-lp-table .lp-table-look .item-household > div .img {
    width: 173px;
    margin-right: 0;
    margin-top: -21px;
    margin-bottom: 20px;
  }
  main.next .fp-lp-table .lp-table-look .item-household > div .text {
    width: 100%;
  }
  main.next .fp-lp-table .lp-table-case .item-title {
    padding-top: 35px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
  main.next .fp-lp-table .lp-table-case .item-hd {
    font-size: 20px;
    font-size: 1.4285714286rem;
    text-align: center;
    margin-bottom: 40px;
    line-height: 1.6;
  }
  main.next .fp-lp-table .lp-table-case .item-hd small {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-fee {
    padding-bottom: 60px;
  }
  main.next .fp-fee .fee-title {
    padding-top: 60px;
    padding-bottom: 74px;
  }
  main.next .fp-fee .fee-title .item-hd {
    font-size: 23px;
    font-size: 1.6428571429rem;
    margin-bottom: 20px;
  }
  main.next .fp-fee .fee-title .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
    text-align: left;
  }
  main.next .fp-fee .fee-title .item-text br {
    display: none;
  }
  main.next .fp-fee .fee-text {
    padding: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .fp-fee .fee-text .item-hd {
    font-size: 18px;
    font-size: 1.2857142857rem;
    background-image: url(../img/fp/fee/line-sp.svg);
    padding-bottom: 26px;
    margin-bottom: 20px;
    width: 274px;
    max-width: 100%;
  }
  main.next .fp-fee .fee-text .item-hd strong {
    font-size: 37px;
    font-size: 2.6428571429rem;
  }
  main.next .fp-fee .fee-text .item-hd small {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .fp-fee .fee-text .item-hd-02 {
    font-size: 16px;
    font-size: 1.1428571429rem;
    margin-bottom: 20px;
    text-align: left;
  }
  main.next .fp-fee .fee-text .item-hd-02 span {
    font-size: 20px;
    font-size: 1.4285714286rem;
    margin-left: 0;
  }
  main.next .fp-fee .fee-text .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-open .open-hd {
    height: 77px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .fp-open .open-hd:after {
    width: 40px;
    height: 40px;
    background-size: contain;
    margin-left: -20px;
    bottom: -20px;
  }
  main.next .fp-open .open-hd span:nth-child(1) {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-open .open-hd span:nth-child(1):before, main.next .fp-open .open-hd span:nth-child(1):after {
    height: 20px;
  }
  main.next .fp-open .open-hd strong {
    font-size: 32px;
    font-size: 2.2857142857rem;
  }
  main.next .fp-open .open-fp {
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
  }
  main.next .fp-open .open-fp .fp-title .item-title {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.1428571429rem;
    font-weight: bold;
  }
  main.next .fp-open .open-fp .fp-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .fp-open .open-fp .fp-btn .item-hd-02 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .fp-open .open-fp .fp-btn .item-hd-02:before, main.next .fp-open .open-fp .fp-btn .item-hd-02:after {
    width: 19px;
    height: 27px;
    background-size: contain;
  }
  main.next .fp-open .open-fp .fp-btn .item-hd-02:before {
    margin-right: 24px;
  }
  main.next .fp-open .open-fp .fp-btn .item-hd-02:after {
    margin-left: 24px;
  }
  main.next .fp-open .open-flow {
    position: relative;
    padding-bottom: 100px;
  }
  main.next .fp-open .open-flow:after {
    width: 141px;
    height: 156px;
  }
  main.next .fp-open .open-flow li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .fp-open .open-flow .item-number {
    width: 100%;
    font-size: 32px;
    font-size: 2.2857142857rem;
    line-height: 1.4;
    margin-bottom: 5px;
  }
  main.next .fp-open .open-flow .item-number span {
    width: 110px;
    display: block;
    text-align: center;
  }
  main.next .fp-open .open-flow .item-img {
    width: 110px;
    margin-right: 18px;
    padding-left: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .fp-open .open-flow .item-box > h3 {
    padding: 15px;
    line-height: 1.4;
  }
  main.next .fp-open .open-flow .item-box > h3 small {
    display: block;
  }
  main.next .fp-open .open-flow .item-box > h3 + svg {
    height: 28px;
  }
  main.next .fp-open .open-flow .item-box ul {
    width: 100%;
    padding-bottom: 30px;
    position: relative;
    z-index: 3;
    background: #F3FAE6;
  }
  main.next .fp-open .open-flow .item-box > svg:last-child {
    height: 70px;
  }
  main.next .fp-open .open-flow + h3 {
    font-size: 26px;
    font-size: 1.8571428571rem;
    font-weight: bold;
    padding-top: 12px;
    line-height: 1.6;
  }
  main.next .fp-open .open-flow + h3 span {
    background: linear-gradient(transparent 80%, #D7EFA0 80%);
    border-bottom: none;
  }
}