@charset "UTF-8";
/* CSS Document */
/* main next
------------------------------------------------------------*/
main.next {
  background: #f5f2f0;
  border-radius: 15px 15px 0 0;
  margin-top: -24px;
}
main.next #column-section .content {
  width: 1300px;
  display: flex;
  flex-wrap: wrap;
}
main.next #column-section .block-main {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #column-section .block-main:not(:last-child) {
  margin-bottom: 50px;
}
main.next #column-section .block-side {
  width: 100%;
}
main.next #column-section .block-side-section:not(:last-child) {
  margin-bottom: 50px;
}
main.next #column-section .block-side-bnr {
  margin-left: -25px;
  margin-right: -25px;
  margin-bottom: -15px;
}
main.next #column-section .block-side-bnr:not(:last-child) {
  margin-bottom: 40px;
}
main.next #column-section .block-side-bnr a {
  display: block;
  text-align: center;
  margin-bottom: 15px;
  border-radius: 20px;
  overflow: hidden;
  line-height: 0;
}
main.next #column-section .block-side-box {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next #column-section .block-side-hd {
  margin-left: -25px;
  margin-right: -25px;
  padding: 5px 25px;
  background: url(../img/next/bg-hd_side.png) no-repeat center/cover;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  color: #FFF;
  margin-bottom: 25px;
}
main.next #column-section .block-side-hd-02 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
  color: #89b600;
  position: relative;
  padding-left: 12px;
  line-height: 1.2;
}
main.next #column-section .block-side-hd-02:not(:last-child) {
  margin-bottom: 25px;
}
main.next #column-section .block-side-hd-02:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #89b600;
  border-radius: 4px;
}
main.next #column-section .block-side-sns {
  background: #FFF;
  border-radius: 15px;
  padding: 20px;
  text-align: center;
}
main.next #column-section .block-side-sns h2 {
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 10px;
}
main.next #column-section .block-side-sns ul {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -25px;
}
main.next #column-section .block-side-sns ul li {
  line-height: 0;
  margin-right: 25px;
}
main.next #column-section .block-side-list li.current > a, main.next #column-section .block-side-list li.current > span {
  color: #89b600;
}
main.next #column-section .block-side-list > li {
  padding-bottom: 20px;
  border-bottom: 1px solid #d6cfca;
  line-height: 1.6;
  font-size: 14px;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next #column-section .block-side-list > li:not(:last-child) {
  margin-bottom: 20px;
}
main.next #column-section .block-side-list > li > span {
  width: calc(100% - 20px);
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  font-size: 1rem;
  cursor: pointer;
}
main.next #column-section .block-side-list > li .trigger {
  -webkit-box-original-group: 2;
  -ms-flex-order: 2;
  order: 2;
  width: 20px;
  height: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next #column-section .block-side-list > li .trigger:after {
  content: "";
  width: 6px;
  height: 10px;
  background: no-repeat center/contain;
  background-image: url(../img/common/arrow-sml_green.svg);
  transform: rotate(90deg);
  transform-origin: center center;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  transition: all 0.3s ease;
}
main.next #column-section .block-side-list > li .trigger + a {
  width: calc(100% - 20px);
}
main.next #column-section .block-side-list > li .trigger + a:after {
  display: none;
}
main.next #column-section .block-side-list > li.active .trigger:after {
  transform: rotate(-90deg);
  transform-origin: center center;
}
main.next #column-section .block-side-list > li a {
  color: #333333;
  padding-left: 15px;
  display: block;
  background: url(../img/common/arrow-sml_green.svg) no-repeat left center;
  transition: all 0.3s ease;
}
main.next #column-section .block-side-list > li a:hover {
  text-decoration: none;
  color: #89b600;
  background-position: left 5px center;
}
main.next #column-section .block-side-list > li > a {
  width: 100%;
  transition: color 0.3s ease;
  padding-left: 0;
  background-image: none;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next #column-section .block-side-list > li > a:after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../img/common/arrow-sml_green.svg) no-repeat center;
  transition: all 0.3s ease;
}
main.next #column-section .block-side-list > li > a:hover:after {
  transform: translateX(5px);
}
main.next #column-section .block-side-list > li ul {
  width: 100%;
  -webkit-box-original-group: 3;
  -ms-flex-order: 3;
  order: 3;
  display: none;
  padding-top: 15px;
  padding-left: 8px;
}
main.next #column-section .block-side-list > li ul li:not(:last-child) {
  margin-bottom: 10px;
}
main.next #column-section .block-side-text {
  font-size: 14px;
  font-size: 1rem;
}
main.next #column-section .block-side-text:not(:last-child) {
  margin-bottom: 30px;
}
main.next #column-section .block-side .column-list {
  margin-right: 0;
  margin-bottom: 0;
}
main.next #column-section .block-side .column-list .item-li {
  width: 100%;
  border-bottom: none;
  display: flex;
  padding-bottom: 15px;
  border-bottom: 1px solid #d6cfca;
  margin-right: 0;
}
main.next #column-section .block-side .column-list .item-li:not(:last-child) {
  margin-bottom: 15px;
}
main.next #column-section .block-side .column-list .item-img {
  width: calc(50% - 12px);
  margin-right: 12px;
}
main.next #column-section .block-side .column-list .item-new {
  display: none;
}
main.next #column-section .block-side .column-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #column-section .block-side .column-list .item-text .cat {
  font-size: 10px;
  font-size: 0.7142857143rem;
  padding-top: 4px;
  padding-bottom: 4px;
}
main.next #column-section .block-side .column-list .item-text .title {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: normal;
  color: #333333;
  line-height: 1.6666666667;
  margin-bottom: 5px;
  margin-top: 5px;
}
main.next #column-section .block-side .column-list .item-text > p {
  display: none;
}
main.next #column-section .block-side .blog-list li {
  padding-bottom: 15px;
}
main.next #column-section .block-side .blog-list li:not(:last-child) {
  margin-bottom: 15px;
}
main.next #column-section .block-side.scroll .block-form {
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
}
main.next .lead-block:not(:last-child) {
  margin-bottom: 35px;
}
main.next .lead-block p:not(:last-child):not([class^=mb]) {
  margin-bottom: 15px;
}
main.next .lead-block a {
  color: #89b600;
  text-decoration: underline;
}
main.next .lead-block a:hover {
  text-decoration: none;
}
main.next .lead-block .img {
  text-align: center;
}
main.next .lead-block .img img {
  border-radius: 30px;
}
main.next .lead-block h2 {
  color: #89b600;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
main.next .lead-block h2:not(:last-child) {
  margin-bottom: 20px;
}
main.next .lead-block h3 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5555555556;
}
main.next .lead-block h3:not(:last-child) {
  margin-bottom: 10px;
}
main.next .lead-block blockquote {
  display: block;
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
  clear: both;
}
main.next .lead-block blockquote:not(:last-child) {
  margin-bottom: 20px;
}
main.next .lead-block .center-link {
  text-decoration: none;
}
main.next .lead-block .center-link .img:not(:last-child) {
  margin-bottom: 0;
}
main.next .lead-block .center-link .img img {
  border-radius: 0;
}
main.next .lead-block .center-link .text p:not(:last-child) {
  margin-bottom: 0;
}
main.next .lead-title {
  text-align: center;
}
main.next .lead-title:not(:last-child) {
  margin-bottom: 30px;
}
main.next .lead-title h2 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.5;
}
main.next .lead-title h2:not(:last-child) {
  margin-bottom: 20px;
}
main.next .lead-title .img {
  text-align: center;
}
main.next .lead-title .img img {
  border-radius: 20px;
}
main.next .lead-title .img:not(:last-child) {
  margin-bottom: 20px;
}
main.next .lead-title .text {
  text-align: left;
}
main.next .lead-title .text:not(:last-child) {
  margin-bottom: 20px;
}
main.next .lead-title .text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .text-block .item-text:not(:last-child) {
  margin-bottom: 35px;
}
main.next .anchor-block {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next .anchor-block:not(:last-child) {
  margin-bottom: 40px;
}
main.next .anchor-block ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -10px;
}
main.next .anchor-block ul.vertical {
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.next .anchor-block ul li {
  margin-right: 15px;
  margin-bottom: 10px;
}
main.next .anchor-block ul li a {
  color: #89b600;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .anchor-block ul li a:before {
  content: "";
  width: 13px;
  height: 13px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-green.svg);
  margin-right: 10px;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: all 0.3s ease;
  position: relative;
  top: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
}
main.next .anchor-block ul li a:hover {
  text-decoration: none;
}
main.next .anchor-block ul li a:hover:before {
  top: 5px;
}
main.next .style-columns, main.next .interview-list, main.next .column-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
main.next .style-columns:not(:last-child), main.next .interview-list:not(:last-child), main.next .column-list:not(:last-child) {
  margin-bottom: 10px;
}
main.next .style-columns .item-li, main.next .interview-list .item-li, main.next .column-list .item-li {
  width: calc(100% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 20px;
  position: relative;
}
main.next .style-columns .item-li.sml, main.next .interview-list .item-li.sml, main.next .column-list .item-li.sml {
  width: calc(50% - 20px);
}
main.next .style-columns .item-li.sml .title, main.next .interview-list .item-li.sml .title, main.next .column-list .item-li.sml .title {
  font-size: 14px;
  font-size: 1rem;
}
main.next .style-columns .item-new, main.next .interview-list .item-new, main.next .column-list .item-new {
  position: absolute;
  right: 5px;
  top: 5px;
  pointer-events: none;
  z-index: 2;
  padding-top: 2px;
  padding-bottom: 2px;
}
main.next .style-detail .item-info, main.next .news-detail .item-info, main.next .blog-detail .item-info, main.next .interview-detail .item-info, main.next .column-detail .item-info, main.next .medicalvoice-detail .item-info {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -12px;
  margin-bottom: -10px;
}
main.next .style-detail .item-info > *, main.next .news-detail .item-info > *, main.next .blog-detail .item-info > *, main.next .interview-detail .item-info > *, main.next .column-detail .item-info > *, main.next .medicalvoice-detail .item-info > * {
  margin-right: 12px;
  margin-bottom: 10px;
}
main.next .style-detail .item-info:not(:last-child), main.next .news-detail .item-info:not(:last-child), main.next .blog-detail .item-info:not(:last-child), main.next .interview-detail .item-info:not(:last-child), main.next .column-detail .item-info:not(:last-child), main.next .medicalvoice-detail .item-info:not(:last-child) {
  margin-bottom: 10px;
}
main.next .style-detail .item-info .title, main.next .news-detail .item-info .title, main.next .blog-detail .item-info .title, main.next .interview-detail .item-info .title, main.next .column-detail .item-info .title, main.next .medicalvoice-detail .item-info .title {
  width: calc(100% - 12px);
  color: #89b600;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 12px;
  line-height: 1.5;
  margin-bottom: 15px;
}
main.next .style-detail .item-info time, main.next .news-detail .item-info time, main.next .blog-detail .item-info time, main.next .interview-detail .item-info time, main.next .column-detail .item-info time, main.next .medicalvoice-detail .item-info time {
  background: url(../img/next/icon-date.svg) no-repeat left center;
  padding-left: 20px;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #666666;
  line-height: 1.5;
}
main.next .style-detail .item-info time.update, main.next .news-detail .item-info time.update, main.next .blog-detail .item-info time.update, main.next .interview-detail .item-info time.update, main.next .column-detail .item-info time.update, main.next .medicalvoice-detail .item-info time.update {
  background-image: url(../img/next/icon-update.svg);
}
main.next .style-detail .item-img, main.next .news-detail .item-img, main.next .blog-detail .item-img, main.next .interview-detail .item-img, main.next .column-detail .item-img, main.next .medicalvoice-detail .item-img {
  text-align: center;
}
main.next .style-detail .item-img:not(:last-child), main.next .news-detail .item-img:not(:last-child), main.next .blog-detail .item-img:not(:last-child), main.next .interview-detail .item-img:not(:last-child), main.next .column-detail .item-img:not(:last-child), main.next .medicalvoice-detail .item-img:not(:last-child) {
  margin-bottom: 25px;
}
main.next .style-detail .item-img img, main.next .news-detail .item-img img, main.next .blog-detail .item-img img, main.next .interview-detail .item-img img, main.next .column-detail .item-img img, main.next .medicalvoice-detail .item-img img {
  border-radius: 20px;
}
main.next .style-detail .item-img figcaption, main.next .news-detail .item-img figcaption, main.next .blog-detail .item-img figcaption, main.next .interview-detail .item-img figcaption, main.next .column-detail .item-img figcaption, main.next .medicalvoice-detail .item-img figcaption {
  text-align: right;
  margin-top: 5px;
  font-size: 13px;
  font-size: 0.9285714286rem;
  color: #666666;
}
main.next .style-detail .item-text:not(:last-child), main.next .news-detail .item-text:not(:last-child), main.next .blog-detail .item-text:not(:last-child), main.next .interview-detail .item-text:not(:last-child), main.next .column-detail .item-text:not(:last-child), main.next .medicalvoice-detail .item-text:not(:last-child) {
  margin-bottom: 35px;
}
main.next .style-detail .item-text .toc, main.next .news-detail .item-text .toc, main.next .blog-detail .item-text .toc, main.next .interview-detail .item-text .toc, main.next .column-detail .item-text .toc, main.next .medicalvoice-detail .item-text .toc {
  background: #FFF;
  border-radius: 15px;
  padding: 20px;
}
main.next .style-detail .item-text .toc:not(:last-child), main.next .news-detail .item-text .toc:not(:last-child), main.next .blog-detail .item-text .toc:not(:last-child), main.next .interview-detail .item-text .toc:not(:last-child), main.next .column-detail .item-text .toc:not(:last-child), main.next .medicalvoice-detail .item-text .toc:not(:last-child) {
  margin-bottom: 40px;
}
main.next .style-detail .item-text .toc > p:not(:last-child), main.next .news-detail .item-text .toc > p:not(:last-child), main.next .blog-detail .item-text .toc > p:not(:last-child), main.next .interview-detail .item-text .toc > p:not(:last-child), main.next .column-detail .item-text .toc > p:not(:last-child), main.next .medicalvoice-detail .item-text .toc > p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .style-detail .item-text .toc ul li a, main.next .news-detail .item-text .toc ul li a, main.next .blog-detail .item-text .toc ul li a, main.next .interview-detail .item-text .toc ul li a, main.next .column-detail .item-text .toc ul li a, main.next .medicalvoice-detail .item-text .toc ul li a {
  color: #333333;
  text-decoration: none;
}
main.next .style-detail .item-text .toc ul li a:hover, main.next .news-detail .item-text .toc ul li a:hover, main.next .blog-detail .item-text .toc ul li a:hover, main.next .interview-detail .item-text .toc ul li a:hover, main.next .column-detail .item-text .toc ul li a:hover, main.next .medicalvoice-detail .item-text .toc ul li a:hover {
  text-decoration: underline;
}
main.next .style-detail .item-text .cta-block, main.next .news-detail .item-text .cta-block, main.next .blog-detail .item-text .cta-block, main.next .interview-detail .item-text .cta-block, main.next .column-detail .item-text .cta-block, main.next .medicalvoice-detail .item-text .cta-block {
  background: #f7e2d5;
  margin-left: -25px;
  margin-right: -25px;
  padding: 25px;
  font-size: 14px;
  font-size: 1rem;
}
main.next .style-detail .item-text .cta-block:not(:last-child), main.next .news-detail .item-text .cta-block:not(:last-child), main.next .blog-detail .item-text .cta-block:not(:last-child), main.next .interview-detail .item-text .cta-block:not(:last-child), main.next .column-detail .item-text .cta-block:not(:last-child), main.next .medicalvoice-detail .item-text .cta-block:not(:last-child) {
  margin-bottom: 35px;
}
@media screen and (min-width: 701px) {
  main.next .style-detail .item-text .cta-block, main.next .news-detail .item-text .cta-block, main.next .blog-detail .item-text .cta-block, main.next .interview-detail .item-text .cta-block, main.next .column-detail .item-text .cta-block, main.next .medicalvoice-detail .item-text .cta-block {
    margin-left: 0;
    margin-right: 0;
    border-radius: 20px;
  }
}
main.next .style-detail .item-text .cta-block h4, main.next .news-detail .item-text .cta-block h4, main.next .blog-detail .item-text .cta-block h4, main.next .interview-detail .item-text .cta-block h4, main.next .column-detail .item-text .cta-block h4, main.next .medicalvoice-detail .item-text .cta-block h4 {
  text-align: center;
  color: #de5e11;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.next .style-detail .item-text .cta-block + .cta-text, main.next .news-detail .item-text .cta-block + .cta-text, main.next .blog-detail .item-text .cta-block + .cta-text, main.next .interview-detail .item-text .cta-block + .cta-text, main.next .column-detail .item-text .cta-block + .cta-text, main.next .medicalvoice-detail .item-text .cta-block + .cta-text {
  margin-top: -20px;
}
main.next .style-detail .item-text .cta-text:not(:last-child), main.next .news-detail .item-text .cta-text:not(:last-child), main.next .blog-detail .item-text .cta-text:not(:last-child), main.next .interview-detail .item-text .cta-text:not(:last-child), main.next .column-detail .item-text .cta-text:not(:last-child), main.next .medicalvoice-detail .item-text .cta-text:not(:last-child) {
  margin-bottom: 45px;
}
main.next .style-detail .item-text .center-block, main.next .news-detail .item-text .center-block, main.next .blog-detail .item-text .center-block, main.next .interview-detail .item-text .center-block, main.next .column-detail .item-text .center-block, main.next .medicalvoice-detail .item-text .center-block {
  background: #FFF;
  border-radius: 20px;
  padding: 15px 10px;
}
main.next .style-detail .item-text .center-block:not(:last-child), main.next .news-detail .item-text .center-block:not(:last-child), main.next .blog-detail .item-text .center-block:not(:last-child), main.next .interview-detail .item-text .center-block:not(:last-child), main.next .column-detail .item-text .center-block:not(:last-child), main.next .medicalvoice-detail .item-text .center-block:not(:last-child) {
  margin-bottom: 20px;
}
main.next .style-detail .item-text .center-block h4, main.next .news-detail .item-text .center-block h4, main.next .blog-detail .item-text .center-block h4, main.next .interview-detail .item-text .center-block h4, main.next .column-detail .item-text .center-block h4, main.next .medicalvoice-detail .item-text .center-block h4 {
  color: #333333;
  font-size: 15px;
  font-size: 1.0714285714rem;
  width: 100%;
  text-align: center;
}
main.next .style-detail .item-text .center-block h4:not(:last-child), main.next .news-detail .item-text .center-block h4:not(:last-child), main.next .blog-detail .item-text .center-block h4:not(:last-child), main.next .interview-detail .item-text .center-block h4:not(:last-child), main.next .column-detail .item-text .center-block h4:not(:last-child), main.next .medicalvoice-detail .item-text .center-block h4:not(:last-child) {
  margin-bottom: 15px;
}
main.next .style-detail .item-text .center-block .img, main.next .news-detail .item-text .center-block .img, main.next .blog-detail .item-text .center-block .img, main.next .interview-detail .item-text .center-block .img, main.next .column-detail .item-text .center-block .img, main.next .medicalvoice-detail .item-text .center-block .img {
  text-align: center;
}
main.next .style-detail .item-text .center-block .img:not(:last-child), main.next .news-detail .item-text .center-block .img:not(:last-child), main.next .blog-detail .item-text .center-block .img:not(:last-child), main.next .interview-detail .item-text .center-block .img:not(:last-child), main.next .column-detail .item-text .center-block .img:not(:last-child), main.next .medicalvoice-detail .item-text .center-block .img:not(:last-child) {
  margin-bottom: 15px;
}
main.next .style-detail .item-text .center-block .text, main.next .news-detail .item-text .center-block .text, main.next .blog-detail .item-text .center-block .text, main.next .interview-detail .item-text .center-block .text, main.next .column-detail .item-text .center-block .text, main.next .medicalvoice-detail .item-text .center-block .text {
  padding-left: 10px;
  padding-right: 10px;
}
main.next .style-detail .item-text .center-block .text dl, main.next .news-detail .item-text .center-block .text dl, main.next .blog-detail .item-text .center-block .text dl, main.next .interview-detail .item-text .center-block .text dl, main.next .column-detail .item-text .center-block .text dl, main.next .medicalvoice-detail .item-text .center-block .text dl {
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  font-size: 0.9285714286rem;
}
main.next .style-detail .item-text .center-block .text dl:not(:last-child), main.next .news-detail .item-text .center-block .text dl:not(:last-child), main.next .blog-detail .item-text .center-block .text dl:not(:last-child), main.next .interview-detail .item-text .center-block .text dl:not(:last-child), main.next .column-detail .item-text .center-block .text dl:not(:last-child), main.next .medicalvoice-detail .item-text .center-block .text dl:not(:last-child) {
  margin-bottom: 15px;
}
main.next .style-detail .item-text .center-block .text dl > *, main.next .news-detail .item-text .center-block .text dl > *, main.next .blog-detail .item-text .center-block .text dl > *, main.next .interview-detail .item-text .center-block .text dl > *, main.next .column-detail .item-text .center-block .text dl > *, main.next .medicalvoice-detail .item-text .center-block .text dl > * {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 15px;
}
main.next .style-detail .item-text .center-block .text dl > *:not(:last-of-type), main.next .news-detail .item-text .center-block .text dl > *:not(:last-of-type), main.next .blog-detail .item-text .center-block .text dl > *:not(:last-of-type), main.next .interview-detail .item-text .center-block .text dl > *:not(:last-of-type), main.next .column-detail .item-text .center-block .text dl > *:not(:last-of-type), main.next .medicalvoice-detail .item-text .center-block .text dl > *:not(:last-of-type) {
  margin-bottom: 15px;
}
main.next .style-detail .item-text .center-block .text dl dt, main.next .news-detail .item-text .center-block .text dl dt, main.next .blog-detail .item-text .center-block .text dl dt, main.next .interview-detail .item-text .center-block .text dl dt, main.next .column-detail .item-text .center-block .text dl dt, main.next .medicalvoice-detail .item-text .center-block .text dl dt {
  width: 80px;
}
main.next .style-detail .item-text .center-block .text dl dd, main.next .news-detail .item-text .center-block .text dl dd, main.next .blog-detail .item-text .center-block .text dl dd, main.next .interview-detail .item-text .center-block .text dl dd, main.next .column-detail .item-text .center-block .text dl dd, main.next .medicalvoice-detail .item-text .center-block .text dl dd {
  width: calc(100% - 80px);
}
main.next .style-detail .item-text .center-block .text dl dd .tel, main.next .news-detail .item-text .center-block .text dl dd .tel, main.next .blog-detail .item-text .center-block .text dl dd .tel, main.next .interview-detail .item-text .center-block .text dl dd .tel, main.next .column-detail .item-text .center-block .text dl dd .tel, main.next .medicalvoice-detail .item-text .center-block .text dl dd .tel {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.4;
}
main.next .style-detail .item-text .center-block .text > .tel, main.next .news-detail .item-text .center-block .text > .tel, main.next .blog-detail .item-text .center-block .text > .tel, main.next .interview-detail .item-text .center-block .text > .tel, main.next .column-detail .item-text .center-block .text > .tel, main.next .medicalvoice-detail .item-text .center-block .text > .tel {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #e94617;
  margin-top: -5px;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  text-decoration-thickness: 1px;
}
main.next .style-detail .item-text .center-block .text > .tel:before, main.next .news-detail .item-text .center-block .text > .tel:before, main.next .blog-detail .item-text .center-block .text > .tel:before, main.next .interview-detail .item-text .center-block .text > .tel:before, main.next .column-detail .item-text .center-block .text > .tel:before, main.next .medicalvoice-detail .item-text .center-block .text > .tel:before {
  content: "";
  width: 21px;
  height: 21px;
  background: no-repeat center/contain;
  background-image: url(../img/common/icon-tel_02.svg);
  margin-right: 10px;
}
main.next .style-detail .item-text .center-block .text > .tel:not(:last-child), main.next .news-detail .item-text .center-block .text > .tel:not(:last-child), main.next .blog-detail .item-text .center-block .text > .tel:not(:last-child), main.next .interview-detail .item-text .center-block .text > .tel:not(:last-child), main.next .column-detail .item-text .center-block .text > .tel:not(:last-child), main.next .medicalvoice-detail .item-text .center-block .text > .tel:not(:last-child) {
  margin-bottom: 12px;
}
main.next .style-detail .item-btn:not(:last-child), main.next .news-detail .item-btn:not(:last-child), main.next .blog-detail .item-btn:not(:last-child), main.next .interview-detail .item-btn:not(:last-child), main.next .column-detail .item-btn:not(:last-child), main.next .medicalvoice-detail .item-btn:not(:last-child) {
  margin-bottom: 30px;
}
main.next .style-detail .item-tags, main.next .news-detail .item-tags, main.next .blog-detail .item-tags, main.next .interview-detail .item-tags, main.next .column-detail .item-tags, main.next .medicalvoice-detail .item-tags {
  border-top: 1px solid #d6cfca;
  border-bottom: 1px solid #d6cfca;
  padding-top: 15px;
  padding-bottom: 15px;
}
main.next .style-detail .item-tags:not(:last-child), main.next .news-detail .item-tags:not(:last-child), main.next .blog-detail .item-tags:not(:last-child), main.next .interview-detail .item-tags:not(:last-child), main.next .column-detail .item-tags:not(:last-child), main.next .medicalvoice-detail .item-tags:not(:last-child) {
  margin-bottom: 30px;
}
main.next .style-detail .item-share, main.next .news-detail .item-share, main.next .blog-detail .item-share, main.next .interview-detail .item-share, main.next .column-detail .item-share, main.next .medicalvoice-detail .item-share {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
}
main.next .style-detail .item-share:not(:last-child), main.next .news-detail .item-share:not(:last-child), main.next .blog-detail .item-share:not(:last-child), main.next .interview-detail .item-share:not(:last-child), main.next .column-detail .item-share:not(:last-child), main.next .medicalvoice-detail .item-share:not(:last-child) {
  margin-bottom: 40px;
}
main.next .style-detail .item-share ul, main.next .news-detail .item-share ul, main.next .blog-detail .item-share ul, main.next .interview-detail .item-share ul, main.next .column-detail .item-share ul, main.next .medicalvoice-detail .item-share ul {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next .style-detail .item-share ul li, main.next .news-detail .item-share ul li, main.next .blog-detail .item-share ul li, main.next .interview-detail .item-share ul li, main.next .column-detail .item-share ul li, main.next .medicalvoice-detail .item-share ul li {
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 0;
}
main.next .style-detail .item-share .copy, main.next .news-detail .item-share .copy, main.next .blog-detail .item-share .copy, main.next .interview-detail .item-share .copy, main.next .column-detail .item-share .copy, main.next .medicalvoice-detail .item-share .copy {
  margin-bottom: 10px;
  margin-left: auto;
  cursor: pointer;
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  color: #89b600;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #FFF;
  border-radius: 30px;
}
main.next .style-detail .item-share .copy:before, main.next .news-detail .item-share .copy:before, main.next .blog-detail .item-share .copy:before, main.next .interview-detail .item-share .copy:before, main.next .column-detail .item-share .copy:before, main.next .medicalvoice-detail .item-share .copy:before {
  content: "";
  width: 12px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-copy.svg);
  margin-right: 10px;
}
main.next .style-detail .item-links, main.next .news-detail .item-links, main.next .blog-detail .item-links, main.next .interview-detail .item-links, main.next .column-detail .item-links, main.next .medicalvoice-detail .item-links {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
main.next .style-detail .item-links a, main.next .news-detail .item-links a, main.next .blog-detail .item-links a, main.next .interview-detail .item-links a, main.next .column-detail .item-links a, main.next .medicalvoice-detail .item-links a {
  color: #89b600;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
}
main.next .style-detail .item-links .prev, main.next .news-detail .item-links .prev, main.next .blog-detail .item-links .prev, main.next .interview-detail .item-links .prev, main.next .column-detail .item-links .prev, main.next .medicalvoice-detail .item-links .prev {
  margin-right: auto;
}
main.next .style-detail .item-links .prev:before, main.next .news-detail .item-links .prev:before, main.next .blog-detail .item-links .prev:before, main.next .interview-detail .item-links .prev:before, main.next .column-detail .item-links .prev:before, main.next .medicalvoice-detail .item-links .prev:before {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-sml_green.svg);
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-right: 10px;
  transform: rotate(180deg);
  transform-origin: center center;
  position: relative;
  left: 0;
}
main.next .style-detail .item-links .prev:hover:before, main.next .news-detail .item-links .prev:hover:before, main.next .blog-detail .item-links .prev:hover:before, main.next .interview-detail .item-links .prev:hover:before, main.next .column-detail .item-links .prev:hover:before, main.next .medicalvoice-detail .item-links .prev:hover:before {
  left: -5px;
}
main.next .style-detail .item-links .next, main.next .news-detail .item-links .next, main.next .blog-detail .item-links .next, main.next .interview-detail .item-links .next, main.next .column-detail .item-links .next, main.next .medicalvoice-detail .item-links .next {
  margin-left: auto;
}
main.next .style-detail .item-links .next:after, main.next .news-detail .item-links .next:after, main.next .blog-detail .item-links .next:after, main.next .interview-detail .item-links .next:after, main.next .column-detail .item-links .next:after, main.next .medicalvoice-detail .item-links .next:after {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-sml_green.svg);
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  transition: all 0.3s ease;
  margin-left: 10px;
}
main.next .style-detail .item-links .next:hover:after, main.next .news-detail .item-links .next:hover:after, main.next .blog-detail .item-links .next:hover:after, main.next .interview-detail .item-links .next:hover:after, main.next .column-detail .item-links .next:hover:after, main.next .medicalvoice-detail .item-links .next:hover:after {
  transform: translateX(5px);
}
main.next .style-detail .item-links .list, main.next .news-detail .item-links .list, main.next .blog-detail .item-links .list, main.next .interview-detail .item-links .list, main.next .column-detail .item-links .list, main.next .medicalvoice-detail .item-links .list {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
main.next .style-detail .item-links .list:before, main.next .news-detail .item-links .list:before, main.next .blog-detail .item-links .list:before, main.next .interview-detail .item-links .list:before, main.next .column-detail .item-links .list:before, main.next .medicalvoice-detail .item-links .list:before {
  content: "";
  width: 18px;
  height: 13px;
  background: no-repeat center/auto;
  background-image: url(../img/common/icon-list.svg);
  margin-right: 10px;
}
main.next .style-detail .item-contact, main.next .news-detail .item-contact, main.next .blog-detail .item-contact, main.next .interview-detail .item-contact, main.next .column-detail .item-contact, main.next .medicalvoice-detail .item-contact {
  background: url(../img/common/bg-link_contact.png) no-repeat center/cover;
  padding: 40px;
  border-radius: 20px;
}
main.next .style-detail .item-contact:not(:last-child), main.next .news-detail .item-contact:not(:last-child), main.next .blog-detail .item-contact:not(:last-child), main.next .interview-detail .item-contact:not(:last-child), main.next .column-detail .item-contact:not(:last-child), main.next .medicalvoice-detail .item-contact:not(:last-child) {
  margin-bottom: 25px;
}
main.next .style-detail .item-contact .item-inside, main.next .news-detail .item-contact .item-inside, main.next .blog-detail .item-contact .item-inside, main.next .interview-detail .item-contact .item-inside, main.next .column-detail .item-contact .item-inside, main.next .medicalvoice-detail .item-contact .item-inside {
  width: 600px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next .column-list .item-img {
  margin-bottom: 10px;
}
main.next .column-list .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
main.next .column-list .item-img a {
  display: block;
  border-radius: 15px;
  overflow: hidden;
  aspect-ratio: 1.3333333333;
}
main.next .column-list .item-img a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next .column-list .item-text {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .column-list .item-text .title {
  color: #333333;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
  width: 100%;
}
main.next .column-list .item-text .title:not(:first-child) {
  margin-top: 10px;
}
main.next .column-list .item-text .title:hover {
  text-decoration: none;
  color: #89b600;
}
main.next .column-list .item-text > p {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .column-list .item-text > p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .column-list .item-text .cat {
  margin-right: 5px;
  margin-bottom: 5px;
}
main.next .column-list .item-text time {
  margin-right: 10px;
  background: url(../img/next/icon-date.svg) no-repeat left center;
  padding-left: 20px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #666666;
  line-height: 1.5;
}
main.next .column-list .item-text time.update {
  background-image: url(../img/next/icon-update.svg);
}
main.next .column-detail .item-link-block:not(:last-child), main.next .medicalvoice-detail .item-link-block:not(:last-child) {
  margin-bottom: 40px;
}
main.next .column-detail .item-link-block > div, main.next .medicalvoice-detail .item-link-block > div {
  background: #FFF;
  border-radius: 15px;
  padding: 15px;
  box-sizing: border-box;
}
main.next .column-detail .item-link-block > div:not(:last-child), main.next .medicalvoice-detail .item-link-block > div:not(:last-child) {
  margin-bottom: 25px;
}
main.next .column-detail .item-link-block > div > a, main.next .medicalvoice-detail .item-link-block > div > a {
  color: #333333;
}
main.next .column-detail .item-link-block > div > a .text, main.next .medicalvoice-detail .item-link-block > div > a .text {
  text-decoration: underline;
}
main.next .column-detail .item-link-block > div > a .text:hover, main.next .medicalvoice-detail .item-link-block > div > a .text:hover {
  text-decoration: none;
}
main.next .column-detail .item-link-block > div > a:hover, main.next .medicalvoice-detail .item-link-block > div > a:hover {
  text-decoration: none;
}
main.next .column-detail .item-link-block .hd, main.next .medicalvoice-detail .item-link-block .hd {
  margin-top: -15px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.4;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 10px;
}
main.next .column-detail .item-link-block .hd:before, main.next .medicalvoice-detail .item-link-block .hd:before {
  content: "";
  width: 25px;
  height: 35px;
  background: no-repeat center/auto;
  background-image: url(../img/next/icon-label.svg);
  margin-right: 10px;
}
main.next .column-detail .item-link-block .text:not(:last-child), main.next .medicalvoice-detail .item-link-block .text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .column-detail .item-link-block .text > *:not(:last-child), main.next .medicalvoice-detail .item-link-block .text > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next .column-detail .item-link-block .iframe, main.next .medicalvoice-detail .item-link-block .iframe {
  position: relative;
  line-height: 0;
}
main.next .column-detail .item-link-block .iframe iframe, main.next .medicalvoice-detail .item-link-block .iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 1.7777777778;
}
main.next .column-detail .item-link-block .img, main.next .medicalvoice-detail .item-link-block .img {
  text-align: center;
}
main.next .column-detail .item-editor, main.next .medicalvoice-detail .item-editor {
  padding: 20px;
  border: 1px solid #d6cfca;
  border-radius: 15px;
}
main.next .column-detail .item-editor:not(:last-child), main.next .medicalvoice-detail .item-editor:not(:last-child) {
  margin-bottom: 40px;
}
main.next .column-detail .item-editor .img, main.next .medicalvoice-detail .item-editor .img {
  text-align: center;
  margin-bottom: 15px;
}
main.next .column-detail .item-editor .img img, main.next .medicalvoice-detail .item-editor .img img {
  width: 90px;
  border-radius: 50%;
}
main.next .column-detail .item-editor .title, main.next .medicalvoice-detail .item-editor .title {
  margin-bottom: 20px;
}
main.next .column-detail .item-editor .title h2, main.next .medicalvoice-detail .item-editor .title h2 {
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  color: #89b600;
}
main.next .column-detail .item-editor .text, main.next .medicalvoice-detail .item-editor .text {
  width: 100%;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .column-detail .item-editor .text a, main.next .medicalvoice-detail .item-editor .text a {
  color: #89b600;
}
main.next .column-detail .item-editor .text p:not(:last-child), main.next .medicalvoice-detail .item-editor .text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .column-detail .item-reference, main.next .medicalvoice-detail .item-reference {
  background: #ece7e4;
  padding: 20px;
  border-radius: 15px;
  color: #666666;
  font-size: 12px;
  font-size: 0.8571428571rem;
  word-break: break-word;
}
main.next .column-detail .item-reference:not(:last-child), main.next .medicalvoice-detail .item-reference:not(:last-child) {
  margin-bottom: 40px;
}
main.next .column-detail .item-reference a, main.next .medicalvoice-detail .item-reference a {
  color: #666666;
}
main.next .interview-list .item-li {
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
}
main.next .interview-list .item-img {
  margin-bottom: 15px;
  position: relative;
}
main.next .interview-list .item-img img {
  width: 100%;
}
main.next .interview-list .item-img a:not(.cat) {
  overflow: hidden;
  display: block;
  border-radius: 15px;
  text-align: center;
}
main.next .interview-list .item-img a:not(.cat) img {
  transition: all 0.8s ease;
}
main.next .interview-list .item-img a:not(.cat):hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next .interview-list .item-img .cat {
  position: absolute;
  right: 10px;
  top: 10px;
}
main.next .interview-list .item-text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .interview-list .item-text .status {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #89b600;
  line-height: 1.5;
  margin-bottom: 12px;
}
main.next .interview-list .item-text .status > *:not(:last-child):after {
  content: "/";
  margin-left: 0.5em;
}
main.next .interview-list .item-text .title {
  color: #333333;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 10px;
  display: block;
}
main.next .interview-list .item-text .title:hover {
  color: #89b600;
  text-decoration: none;
}
main.next .interview-list .item-text p {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .interview-list .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .interview-list .item-btn {
  margin-top: auto;
}
main.next .interview-detail .item-info time {
  margin-left: auto;
  padding-left: 0;
  background-image: none;
}
main.next .interview-detail .item-status {
  border-top: 1px solid #d6cfca;
  border-bottom: 1px solid #d6cfca;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #89b600;
  line-height: 1.5;
  margin-bottom: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}
main.next .interview-detail .item-status:not(:last-child) {
  margin-bottom: 30px;
}
main.next .interview-detail .item-status > *:not(:last-child):after {
  content: "/";
  margin-left: 0.5em;
}
main.next .interview-detail .item-about {
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
}
main.next .interview-detail .item-about:not(:last-child) {
  margin-bottom: 40px;
}
main.next .blog-list:not(:last-child) {
  margin-bottom: 30px;
}
main.next .blog-list .item-li {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 30px;
  display: flex;
}
main.next .blog-list .item-li:not(:last-child) {
  margin-bottom: 30px;
}
main.next .blog-list .item-img {
  margin-right: 12px;
  max-width: calc(50% - 12px);
  width: 330px;
}
main.next .blog-list .item-img a {
  display: block;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 1.3333333333;
}
main.next .blog-list .item-img a:hover img {
  transform: scale(1.1);
  transform-origin: center center;
}
main.next .blog-list .item-img a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.8s ease;
}
main.next .blog-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-align: start;
  align-content: flex-start;
}
main.next .blog-list .item-text time {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  color: #666666;
  margin-bottom: 8px;
  line-height: 1.5;
}
main.next .blog-list .item-text .title {
  width: 100%;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  color: #333333;
  line-height: 1.5;
  margin-bottom: 10px;
}
main.next .blog-list .item-text .title:hover {
  text-decoration: none;
  color: #89b600;
}
main.next .center-block-list:not(:last-child) {
  margin-bottom: 60px;
}
main.next .center-block-list .item-section {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next .center-block-list .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next .center-block-list .item-title {
  width: 100%;
}
main.next .center-block-list .item-title:not(:last-child) {
  margin-bottom: 12px;
}
main.next .center-block-list .item-title p {
  font-size: 12px;
  font-size: 0.8571428571rem;
  color: #666666;
}
main.next .center-block-list .item-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: -5px;
  margin-bottom: -5px;
}
main.next .center-block-list .item-tags:not(:last-child) {
  margin-bottom: 10px;
}
main.next .center-block-list .item-tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  background: rgba(137, 182, 0, 0.2);
  border-radius: 30px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 6px 10px;
  line-height: 1.2;
}
main.next .center-block-list .item-pict {
  width: calc(50% - 3px);
  margin-bottom: 15px;
}
main.next .center-block-list .item-pict img {
  width: 100%;
  border-radius: 20px;
}
main.next .center-block-list .item-map {
  width: calc(50% - 3px);
  margin-bottom: 15px;
}
main.next .center-block-list .item-map iframe {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
main.next .center-block-list .item-info {
  width: 100%;
}
main.next .center-block-list .item-info:not(:last-child) {
  margin-bottom: 15px;
}
main.next .center-block-list .item-info > div {
  line-height: 1.5;
  font-size: 14px;
  font-size: 1rem;
  padding-left: 25px;
  background: no-repeat left center;
}
main.next .center-block-list .item-info > div:not(:last-child) {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 8px;
  margin-bottom: 8px;
}
main.next .center-block-list .item-info > div.train {
  background-image: url(../img/center/icon-train.svg);
}
main.next .center-block-list .item-info > div.address {
  background-image: url(../img/center/icon-address.svg);
}
main.next .center-block-list .item-info > div.tel {
  background-image: url(../img/center/icon-tel.svg);
}
main.next .center-block-list .item-info > div.tel a {
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
}
main.next .center-block-list .item-info > div.tel a:hover {
  text-decoration: none;
}
main.next .center-block-list .item-info > div.tel small {
  font-size: 14px;
  font-size: 1rem;
}
main.next .center-block-list .item-btns {
  width: 90%;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .center-detail .block-section:not(:last-child), main.next .center-detail .block-message:not(:last-child), main.next .center-detail .block-blog:not(:last-child), main.next .center-detail .block-voice:not(:last-child), main.next .center-detail .block-userinfo:not(:last-child), main.next .center-detail .block-cv:not(:last-child), main.next .center-detail .block-access:not(:last-child), main.next .center-detail .block-info:not(:last-child), main.next .center-detail .block-news:not(:last-child), main.next .center-detail .block-program:not(:last-child), main.next .center-detail .block-imgs:not(:last-child), main.next .center-detail .block-contact:not(:last-child), main.next .center-detail .block-title:not(:last-child) {
  margin-bottom: 40px;
}
main.next .center-detail .block-title .item-hd {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}
main.next .center-detail .block-title .item-hd:not(:last-child) {
  margin-bottom: 12px;
}
main.next .center-detail .block-title .item-tags {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: -5px;
  margin-bottom: -5px;
}
main.next .center-detail .block-title .item-tags:not(:last-child) {
  margin-bottom: 15px;
}
main.next .center-detail .block-title .item-tags li {
  margin-right: 5px;
  margin-bottom: 5px;
  background: rgba(137, 182, 0, 0.2);
  border-radius: 30px;
  font-size: 12px;
  font-size: 0.8571428571rem;
  padding: 6px 10px;
  line-height: 1.2;
}
main.next .center-detail .block-title .item-img {
  text-align: center;
}
main.next .center-detail .block-title .item-img:not(:last-child) {
  margin-bottom: 20px;
}
main.next .center-detail .block-title .item-img img {
  border-radius: 20px;
  width: 100%;
}
main.next .center-detail .block-title .item-text {
  font-size: 12px;
  font-size: 0.8571428571rem;
  word-break: break-word;
}
main.next .center-detail .block-contact {
  background: url(../img/common/bg-link_contact.png) no-repeat center/cover;
}
main.next .center-detail .block-contact .item-inside {
  width: 100%;
}
main.next .center-detail .block-imgs img {
  width: 100%;
  border-radius: 20px;
}
main.next .center-detail .block-imgs .slides {
  margin-bottom: 10px;
}
main.next .center-detail .block-imgs .slides-nav {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next .center-detail .block-imgs .slides-nav li {
  margin-right: 10px;
  margin-bottom: 10px;
  cursor: pointer;
  max-width: calc(16.6666666667% - 10px);
  width: 91px;
  transition: all 0.3s ease;
}
main.next .center-detail .block-imgs .slides-nav li:not(.current) {
  opacity: 0.7;
}
main.next .center-detail .block-imgs .slides-nav li img {
  border-radius: 50%;
  aspect-ratio: 1;
  object-fit: cover;
  height: auto;
}
main.next .center-detail .block-imgs .cat-list {
  margin-top: 20px;
}
main.next .center-detail .block-program .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next .center-detail .block-program .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next .center-detail .block-program .item-list:not(:last-child) {
  margin-bottom: 10px;
}
main.next .center-detail .block-program .item-li {
  margin-right: 10px;
  margin-bottom: 10px;
  width: calc(50% - 10px);
  background: #FFF;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-content: flex-start;
}
main.next .center-detail .block-program .item-label {
  position: absolute;
  right: 25px;
  top: 25px;
  background: #89b600;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  padding: 2px 8px;
  line-height: 1.2;
  border-radius: 30px;
  color: #FFF;
}
main.next .center-detail .block-program .item-label:nth-child(1) {
  position: relative;
  top: 0;
  right: initial;
  margin-left: auto;
  margin-bottom: 10px;
}
main.next .center-detail .block-program .item-img {
  width: 100%;
  text-align: center;
  margin-bottom: 15px;
}
main.next .center-detail .block-program .item-img img {
  border-radius: 20px;
}
main.next .center-detail .block-program .item-text {
  width: 100%;
}
main.next .center-detail .block-program .item-text h3 {
  color: #89b600;
  line-height: 1.5;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}
main.next .center-detail .block-program .item-text h3:not(:last-child) {
  margin-bottom: 12px;
}
main.next .center-detail .block-program .item-text p {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .center-detail .block-program .item-text p:not(:last-child) {
  margin-bottom: 12px;
}
main.next .center-detail .block-news .item-box {
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
}
main.next .center-detail .block-info .item-list {
  display: flex;
  flex-wrap: wrap;
}
main.next .center-detail .block-info .item-list > * {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 15px;
}
main.next .center-detail .block-info .item-list > *:not(:last-of-type) {
  margin-bottom: 15px;
}
main.next .center-detail .block-info .item-list dt {
  width: 85px;
}
main.next .center-detail .block-info .item-list dd {
  width: calc(100% - 85px);
}
main.next .center-detail .block-info .item-list dd a {
  color: #89b600;
}
main.next .center-detail .block-info .item-list dd .tel {
  text-decoration: underline;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.3;
}
main.next .center-detail .block-info .item-list dd .tel:hover {
  text-decoration: none;
}
main.next .center-detail .block-access .item-tabs {
  display: flex;
  margin-right: -5px;
}
main.next .center-detail .block-access .item-tabs li {
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  margin-right: 5px;
  display: flex;
}
main.next .center-detail .block-access .item-tabs li a {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ece7e4;
  color: #333333;
  font-size: 12px;
  font-size: 0.8571428571rem;
  width: 100%;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  transition: all 0.3s ease;
  line-height: 1.5;
}
main.next .center-detail .block-access .item-tabs li.current a {
  background-color: #FFF;
}
main.next .center-detail .block-access .item-content {
  background: #FFF;
  padding: 20px;
  border-radius: 0 0 20px 20px;
}
main.next .center-detail .block-access .item-content:not(:last-child) {
  margin-bottom: 25px;
}
main.next .center-detail .block-access .item-tab:not(.current) {
  display: none;
}
main.next .center-detail .block-access .item-tab .map:not(:last-child) {
  margin-bottom: 8px;
}
main.next .center-detail .block-access .item-tab .map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 0.8970588235;
}
main.next .center-detail .block-access .item-access {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next .center-detail .block-access .item-access li {
  display: flex;
  counter-increment: number;
}
main.next .center-detail .block-access .item-access li .img {
  margin-right: 15px;
  max-width: calc(50% - 15px);
}
main.next .center-detail .block-access .item-access li .img img {
  border-radius: 20px;
}
main.next .center-detail .block-access .item-access li .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .center-detail .block-access .item-access li .text > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next .center-detail .block-access .item-access li .text:before {
  content: counter(number);
  display: -moz-inline-box;
  display: inline-block;
  background: #89b600;
  line-height: 18px;
  width: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  color: #FFF;
}
main.next .center-detail .block-access .item-access li:not(:last-child) .img {
  margin-bottom: 25px;
  position: relative;
}
main.next .center-detail .block-access .item-access li:not(:last-child) .img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 25px;
  background: url(../img/center/arrow-down.svg) no-repeat center;
}
main.next .center-detail .block-access .item-section:not(:last-child) {
  margin-bottom: 40px;
}
main.next .center-detail .block-cv {
  margin-left: -25px;
  margin-right: -25px;
  padding-left: 15px;
  padding-right: 15px;
}
main.next .center-detail .block-cv .item-inside {
  width: 100%;
}
main.next .center-detail .block-userinfo .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -20px;
}
main.next .center-detail .block-userinfo .item-list:not(:last-child) {
  margin-bottom: -10px;
}
main.next .center-detail .block-userinfo .item-li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 550px) {
  main.next .center-detail .block-userinfo .item-li {
    width: calc(50% - 20px);
  }
}
main.next .center-detail .block-userinfo .item-hd {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  color: #89b600;
  margin-bottom: 10px;
  line-height: 1.4;
}
main.next .center-detail .block-userinfo .item-hd span:nth-child(1) {
  margin-right: 10px;
}
main.next .center-detail .block-userinfo .item-date {
  text-align: right;
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .center-detail .block-voice .item-list:not(:last-child) {
  margin-bottom: 25px;
}
main.next .center-detail .block-voice .item-li {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .center-detail .block-voice .item-li:not(:last-child) {
  margin-bottom: 20px;
}
main.next .center-detail .block-voice .item-li.hidden:not(.show) {
  display: none;
}
main.next .center-detail .block-voice .item-img {
  margin-right: 10px;
}
@media screen and (max-width: 700px) {
  main.next .center-detail .block-voice .item-img {
    width: 75px;
  }
}
main.next .center-detail .block-voice .item-img img {
  border-radius: 50%;
}
main.next .center-detail .block-voice .item-info {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .center-detail .block-voice .item-text {
  width: 100%;
  border-radius: 20px;
  padding: 20px;
  background: #FFF;
  margin-top: 10px;
}
main.next .center-detail .block-voice .item-voice-open {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
  color: #89b600;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}
main.next .center-detail .block-voice .item-voice-open:not(:last-child) {
  margin-bottom: 25px;
}
main.next .center-detail .block-voice .item-voice-open:before, main.next .center-detail .block-voice .item-voice-open:after {
  content: "";
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  height: 1px;
  background: #89b600;
  margin-left: 10px;
  margin-right: 10px;
}
main.next .center-detail .block-voice .item-voice-open span {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .center-detail .block-voice .item-voice-open span:after {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-sml_green.svg);
  margin-left: 10px;
  transform: rotate(90deg);
  transform-origin: center center;
  transition: all 0.3s ease;
}
main.next .center-detail .block-voice .item-voice-open.active span:after {
  transform: rotate(-90deg);
  transform-origin: center center;
}
main.next .center-detail .block-message .item-img {
  text-align: center;
}
main.next .center-detail .block-message .item-img:not(:last-child) {
  margin-bottom: 15px;
}
main.next .center-detail .block-message .item-img img {
  border-radius: 20px;
}
main.next .center-detail .block-message .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next .center-detail .block-message .item-text h3 {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}
main.next .wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next .wp-pagenavi > * {
  width: 40px;
  height: 40px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  box-sizing: border-box;
  background-color: #FFF;
  box-sizing: border-box;
  color: #89b600;
}
main.next .wp-pagenavi > *:not(:last-child) {
  border-right: 1px solid #d6cfca;
}
main.next .wp-pagenavi > *:first-child {
  border-radius: 40px 0 0 40px;
}
main.next .wp-pagenavi > *:last-child {
  border-radius: 0 40px 40px 0;
}
main.next .wp-pagenavi .current {
  background-color: #f3f8e5;
}
main.next .wp-pagenavi span {
  border: none;
}
main.next .wp-pagenavi a {
  color: #89b600;
  transition: all 0.3s ease;
}
main.next .wp-pagenavi a:hover {
  background-color: #f3f8e5;
  text-decoration: none;
}
main.next .wp-pagenavi a[class*=prev], main.next .wp-pagenavi a[class*=next] {
  width: 55px;
  font-size: 0;
  display: flex;
}
main.next .wp-pagenavi a[class*=prev]:after, main.next .wp-pagenavi a[class*=next]:after {
  content: "";
  width: 7px;
  height: 10px;
  background: no-repeat center/auto;
  background-image: url(../img/next/arrow-next.svg);
}
main.next .wp-pagenavi a[class*=prev]:after {
  transform: rotate(180deg);
  transform-origin: center center;
}
main.next #form .content {
  width: 800px;
}
main.next #form .block-lead {
  font-size: 14px;
  font-size: 1rem;
}
main.next #form .block-lead > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next #form .block-lead:not(:last-child) {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
main.next #form .block-form .item-hidden {
  display: none;
}
main.next #form .block-form .item-list:not(:last-child) {
  margin-bottom: 25px;
}
main.next #form .block-form .item-list dt {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
  font-size: 1rem;
}
main.next #form .block-form .item-list dt.required:after {
  content: "必須";
  color: #FFF;
  background: #de5e11;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: 500;
  margin-left: 10px;
  line-height: 1.2;
  padding: 3px 6px;
  border-radius: 20px;
}
main.next #form .block-form .item-list dt.required + dd > input, main.next #form .block-form .item-list dt.required + dd > .select select {
  background-color: #fae7e1;
  border-color: #de5e11;
}
main.next #form .block-form .item-list dt.required + dd > input:-webkit-autofill, main.next #form .block-form .item-list dt.required + dd > .select select:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fae7e1 inset;
}
main.next #form .block-form .item-list dt.required + dd .checkbox:before, main.next #form .block-form .item-list dt.required + dd .radio:before {
  background-color: #fae7e1;
  border-color: #de5e11;
}
main.next #form .block-form .item-list dd:not(:last-child) {
  margin-bottom: 20px;
}
main.next #form .block-form .item-list dd > div:not(:last-child) {
  margin-bottom: 15px;
}
main.next #form .block-form .item-list dd .flex {
  display: flex;
}
main.next #form .block-form .item-list dd .flex > p {
  margin-right: 15px;
  padding-top: 10px;
}
main.next #form .block-form .item-list dd .flex > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next #form .block-form .item-list dd .flex > div .check-radios:first-child {
  padding-top: 10px;
}
main.next #form .block-form .item-list dd .flex > div > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next #form .block-form .item-sup p:not(:last-child) {
  margin-bottom: 6px;
}
main.next #form .block-form .item-sup:not(:last-child) {
  margin-bottom: 25px;
}
main.next #form .block-form .item-agree {
  border-top: 1px solid #d6cfca;
  padding-top: 25px;
  font-size: 14px;
  font-size: 1rem;
}
main.next #form .block-form .item-agree > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next #form .block-form .item-agree h3 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: bold;
}
main.next #form .block-form .item-agree:not(:last-child) {
  margin-bottom: 25px;
}
main.next #form .block-form .item-text > *:not(:last-child) {
  margin-bottom: 15px;
}
main.next #form .block-form .item-text a {
  color: #333333;
  text-decoration: underline;
}
main.next #form .block-form .item-text a:hover {
  text-decoration: none;
}
main.next #form .block-form .item-text:not(:last-child) {
  margin-bottom: 25px;
}
main.next #form .block-form .item-text.box {
  background: #FFF;
  border-radius: 20px;
  padding: 15px;
}
main.next #form .block-form .item-center .center-link {
  width: 500px;
}
main.next #form .block-form .item-center:not(:last-child) {
  margin-bottom: 30px;
}
main.next #form .block-form .item-hd {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  color: #89b600;
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
}
main.next #form .block-form .item-hd:before, main.next #form .block-form .item-hd:after {
  content: "";
  width: 1px;
  height: 18px;
  background: #89b600;
}
main.next #form .block-form .item-hd:before {
  margin-right: 15px;
  transform: rotate(-30deg);
  transform-origin: center center;
}
main.next #form .block-form .item-hd:after {
  margin-left: 15px;
  transform: rotate(30deg);
  transform-origin: center center;
}
main.next #form .block-left:not(:last-child) {
  margin-bottom: 30px;
}
main.next #form .block-box {
  background: #FFF;
  border: 1px solid #89b600;
  border-radius: 15px;
  overflow: hidden;
}
main.next #form .block-box > h3 {
  background: #89b600;
  text-align: center;
  color: #FFF;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 10px;
}
main.next #form .block-box .inside {
  padding: 20px 30px;
  display: flex;
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next #form .block-box .inside ul:not(.slides):not(:last-child) {
  margin-bottom: 15px;
}
main.next #form .block-box .inside ul:not(.slides) li {
  background: url(../img/flow_guide/icon-check.svg) no-repeat left center;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  padding-left: 25px;
}
main.next #form .block-box .inside .slides {
  width: 285px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  padding-left: 45px;
  padding-right: 45px;
}
main.next #form .block-box .inside .slides .slick-arrow {
  width: 20px;
  height: 34px;
}
main.next #form .block-box .inside .slides .slick-arrow:before {
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/flow_guide/arrow-slide.svg) no-repeat center;
  font-size: 0;
}
main.next #form .block-box .inside .slides .slick-prev {
  left: 0;
}
main.next #form .block-box .inside .slides .slick-prev:before {
  transform: rotate(180deg);
  transform-origin: center center;
}
main.next #form .block-box .inside .slides .slick-next {
  right: 0;
}
main.next #form .block-box .inside .slides .slick-slide {
  text-align: center;
}
main.next #form .block-box .inside .slides .slick-slide img {
  display: inline;
}
main.next .service-block-list:not(:last-child) {
  margin-bottom: 40px;
}
main.next .service-block-list .item-text {
  font-size: 14px;
  font-size: 1rem;
}
main.next .service-block-list .item-text:not(:last-child) {
  margin-bottom: 20px;
}
main.next .service-block-list .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-block-list .item-text p small {
  font-size: 10px;
  font-size: 0.7142857143rem;
}
main.next .service-block-list .item-text p:has(small) {
  line-height: 1.5;
}
main.next .service-block-list .item-img {
  text-align: center;
}
main.next .service-block-list .item-img img {
  border-radius: 20px;
}
main.next .service-block-list .item-img:not(:last-child) {
  margin-bottom: 20px;
}
main.next .service-block-list .item-links {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -10px;
}
main.next .service-block-list .item-links:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-block-list .item-links li {
  width: calc(100% - 10px);
  margin-right: 10px;
  margin-bottom: 10px;
  display: flex;
}
main.next .service-block-list .item-links li a {
  width: 100%;
  box-sizing: border-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
  background: #FFF;
  height: 40px;
  border-radius: 30px;
  color: #333333;
  padding-left: 15px;
  padding-right: 35px;
  position: relative;
}
main.next .service-block-list .item-links li a:after {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 13px;
  height: 13px;
  background: no-repeat center/auto;
  background-image: url(../img/common/arrow-green.svg);
  transition: all 0.3s ease;
}
main.next .service-block-list .item-links li a:hover {
  text-decoration: none;
}
main.next .service-block-list .item-links li a:hover:after {
  transform: translate(5px, -50%);
}
main.next .service-block-list .item-contact > p {
  font-size: 12px;
  font-size: 0.8571428571rem;
}
main.next .service-block-list .item-contact > p:not(:last-child) {
  margin-bottom: 15px;
}
@media screen and (max-width: 700px) {
  main.next .service-block-list .item-contact .center-link {
    width: 100%;
  }
}
main.next .service-block-list .item-btn {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
}
main.next .service-section:not(:last-child), main.next .faq-section:not(:last-child), main.next .about-feature:not(:last-child), main.next .enterprise-section:not(:last-child), main.next .service-img-text:not(:last-child), main.next .service-message:not(:last-child), main.next .service-flow-box:not(:last-child), main.next .service-course:not(:last-child), main.next .service-illust-list:not(:last-child), main.next .service-works:not(:last-child), main.next .about-feature .item-works:not(:last-child), main.next .enterprise-works:not(:last-child), main.next .service-text:not(:last-child), main.next .about-service .item-text:not(:last-child), main.next .about-feature .item-text:not(:last-child), main.next .service-img-text .item-text:not(:last-child), main.next .service-text-box:not(:last-child), main.next .flow-text-box:not(:last-child), main.next .service-img:not(:last-child), main.next .service-cv:not(:last-child), main.next .about-cv:not(:last-child), main.next .service-contact:not(:last-child), main.next .flow-contact:not(:last-child), main.next .about-contact:not(:last-child), main.next .enterprise-contact:not(:last-child) {
  margin-bottom: 35px;
}
main.next .service-contact, main.next .flow-contact, main.next .about-contact, main.next .enterprise-contact {
  background: url(../img/common/bg-link_contact.png) no-repeat center/cover;
}
main.next .service-contact .item-inside, main.next .flow-contact .item-inside, main.next .about-contact .item-inside, main.next .enterprise-contact .item-inside {
  width: 100%;
}
main.next .service-img {
  text-align: center;
}
main.next .service-text-box, main.next .flow-text-box {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next .service-text-box .title, main.next .flow-text-box .title {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: -12px;
}
main.next .service-text-box .title:not(:last-child), main.next .flow-text-box .title:not(:last-child) {
  margin-bottom: 5px;
}
main.next .service-text-box .title > *, main.next .flow-text-box .title > * {
  margin-right: 12px;
}
main.next .service-text-box .title h4, main.next .flow-text-box .title h4 {
  margin-bottom: 10px;
}
main.next .service-text-box .title h4:not(:last-child), main.next .flow-text-box .title h4:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-text-box .title .cat, main.next .flow-text-box .title .cat {
  margin-bottom: 10px;
}
main.next .service-text-box .illust, main.next .flow-text-box .illust {
  text-align: center;
}
main.next .service-text-box .illust:last-child, main.next .flow-text-box .illust:last-child {
  margin-bottom: -20px;
}
main.next .service-text-box p:not(:last-child), main.next .flow-text-box p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-text-box .img, main.next .flow-text-box .img {
  text-align: center;
}
main.next .service-text-box .img img, main.next .flow-text-box .img img {
  border-radius: 20px;
}
main.next .service-text-box .btn-block:not(:first-child), main.next .flow-text-box .btn-block:not(:first-child) {
  margin-top: 20px;
}
main.next .service-text-box section:not(:last-child), main.next .flow-text-box section:not(:last-child) {
  border-bottom: 1px solid #89b600;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
main.next .service-text-box.flex, main.next .flex.flow-text-box {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .service-text-box.flex .img, main.next .flex.flow-text-box .img {
  margin-right: 20px;
}
main.next .service-text-box.flex .img:not(:last-child), main.next .flex.flow-text-box .img:not(:last-child) {
  margin-bottom: 0;
}
main.next .service-text-box.flex .text, main.next .flex.flow-text-box .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-text p:not(:last-child):not([class^=mb]), main.next .about-service .item-text p:not(:last-child):not([class^=mb]), main.next .about-feature .item-text p:not(:last-child):not([class^=mb]), main.next .service-img-text .item-text p:not(:last-child):not([class^=mb]) {
  margin-bottom: 15px;
}
main.next .service-text .center-link p:not(:last-child), main.next .about-service .item-text .center-link p:not(:last-child), main.next .about-feature .item-text .center-link p:not(:last-child), main.next .service-img-text .item-text .center-link p:not(:last-child) {
  margin-bottom: 0;
}
main.next .service-text a, main.next .about-service .item-text a, main.next .about-feature .item-text a, main.next .service-img-text .item-text a {
  color: #333333;
}
main.next .service-works, main.next .about-feature .item-works, main.next .enterprise-works {
  background: #FFF;
  border-radius: 20px;
  padding: 15px;
}
main.next .service-works + .btn-block, main.next .about-feature .item-works + .btn-block, main.next .enterprise-works + .btn-block {
  margin-top: -10px;
}
main.next .service-works .item-hd, main.next .about-feature .item-works .item-hd, main.next .enterprise-works .item-hd {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: 500;
  line-height: 1.4;
  margin-bottom: 10px;
}
main.next .service-works .item-list, main.next .about-feature .item-works .item-list, main.next .enterprise-works .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-bottom: -14px;
}
main.next .service-works .item-list:not(:last-child), main.next .about-feature .item-works .item-list:not(:last-child), main.next .enterprise-works .item-list:not(:last-child) {
  margin-bottom: 0;
}
main.next .service-works .item-list dl, main.next .about-feature .item-works .item-list dl, main.next .enterprise-works .item-list dl {
  margin-right: 10px;
  margin-bottom: 14px;
  width: calc(50% - 10px);
}
main.next .service-works .item-list dl dt, main.next .about-feature .item-works .item-list dl dt, main.next .enterprise-works .item-list dl dt {
  text-align: center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 42px;
  line-height: 1.2083333333;
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: bold;
  color: #de5e11;
  background: rgba(222, 94, 17, 0.1);
  border-radius: 30px;
  margin-bottom: 10px;
}
main.next .service-works .item-list dl dd, main.next .about-feature .item-works .item-list dl dd, main.next .enterprise-works .item-list dl dd {
  text-align: center;
  color: #de5e11;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: bold;
  line-height: 1.2;
}
main.next .service-works .item-list dl dd span, main.next .about-feature .item-works .item-list dl dd span, main.next .enterprise-works .item-list dl dd span {
  font-family: "Barlow", sans-serif;
  font-size: 32px;
  font-size: 2.2857142857rem;
  font-weight: bold;
}
main.next .service-illust-list .item-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}
main.next .service-illust-list .item-li {
  margin-right: 12px;
  margin-bottom: 12px;
  width: calc(50% - 12px);
  background: #FFF;
  border-radius: 15px;
  padding: 10px;
  box-sizing: border-box;
  text-align: center;
}
main.next .service-illust-list .item-hd {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2;
  margin-bottom: 14px;
}
main.next .service-course {
  display: flex;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -18px;
}
main.next .service-course .item-section {
  border-radius: 20px;
  overflow: hidden;
  background: #FFF;
  margin-right: 12px;
  margin-bottom: 18px;
  width: calc(100% - 12px);
  border: 1px solid #de5e11;
  box-sizing: border-box;
}
main.next .service-course .item-section.yellow {
  border-color: #e5b32d;
}
main.next .service-course .item-section.yellow .item-hd {
  background-color: #e5b32d;
}
main.next .service-course .item-section.yellow .item-flow dt {
  background-color: rgba(229, 179, 45, 0.1);
  color: #e5b32d;
}
main.next .service-course .item-section.yellow .item-flow dd strong {
  color: #e5b32d;
}
main.next .service-course .item-section.yellow .item-flow dd:not(:last-child):after {
  background-image: url(../img/common/arrow-sml_yellow.svg);
}
main.next .service-course .item-section.yellow .item-text blockquote {
  background-color: rgba(229, 179, 45, 0.1);
}
main.next .service-course .item-section.green {
  border-color: #89b600;
}
main.next .service-course .item-section.green .item-hd {
  background-color: #89b600;
}
main.next .service-course .item-section.green .item-flow dt {
  background-color: rgba(137, 182, 0, 0.1);
  color: #89b600;
}
main.next .service-course .item-section.green .item-flow dd strong {
  color: #89b600;
}
main.next .service-course .item-section.green .item-flow dd:not(:last-child):after {
  background-image: url(../img/common/arrow-sml_green.svg);
}
main.next .service-course .item-section.green .item-text blockquote {
  background-color: rgba(137, 182, 0, 0.1);
}
main.next .service-course .item-hd {
  background-color: #de5e11;
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  color: #FFF;
  padding: 5px;
}
main.next .service-course .item-content {
  padding: 10px;
}
main.next .service-course .item-flow:not(:last-child) {
  border-bottom: 1px solid #de5e11;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
main.next .service-course .item-flow dt {
  background-color: rgba(222, 94, 17, 0.1);
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: 500;
  text-align: center;
  border-radius: 30px;
  color: #de5e11;
  margin-bottom: 15px;
}
main.next .service-course .item-flow dd {
  padding-left: 10px;
  padding-right: 10px;
}
main.next .service-course .item-flow dd:not(:last-child):after {
  display: block;
  margin: 10px auto;
  content: "";
  width: 9px;
  height: 15px;
  background: no-repeat center/contain;
  background-image: url(../img/common/arrow-sml_orange.svg);
  transform: rotate(90deg);
  transform-origin: center center;
}
main.next .service-course .item-flow dd strong {
  color: #de5e11;
}
main.next .service-course .item-flow dd h6 {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
}
main.next .service-course .item-flow dd p {
  font-size: 14px;
  font-size: 1rem;
}
main.next .service-course .item-flow dd ul {
  font-size: 14px;
  font-size: 1rem;
}
main.next .service-course .item-flow dd ul:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-course .item-flow dd ul + strong {
  display: block;
  margin-top: -15px;
}
main.next .service-course .item-text p:not(:last-child):not(.mb0) {
  margin-bottom: 15px;
}
main.next .service-course .item-text blockquote {
  padding: 12px;
  background-color: rgba(222, 94, 17, 0.1);
}
main.next .service-case .item-section:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-case .item-before:not(:last-child) {
  margin-bottom: 25px;
}
main.next .service-case .item-after .item-hd {
  background-color: rgba(222, 94, 17, 0.2);
}
main.next .service-case .item-after .item-text h4 {
  font-size: 16px;
  font-size: 1.1428571429rem;
  color: #de5e11;
}
main.next .service-case .item-hd {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  text-align: center;
  background: rgba(137, 182, 0, 0.2);
  border-radius: 30px;
  margin-bottom: 15px;
}
main.next .service-case .item-text:after {
  clear: both;
  display: block;
  content: "";
}
main.next .service-case .item-text h4 {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.5;
}
main.next .service-case .item-text h4:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-case .item-text .illust {
  float: right;
  margin-left: 20px;
}
main.next .service-case .item-text p {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}
main.next .service-case .item-box {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next .service-case .item-box h4 {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.5;
}
main.next .service-case .item-box h4:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-case .item-box p {
  font-size: 14px;
  font-size: 1rem;
}
main.next .service-case .item-box p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-case .item-illust {
  text-align: center;
}
main.next .service-case .item-illust:not(:first-child) {
  margin-top: 15px;
}
main.next .service-arrow {
  text-align: center;
  margin-bottom: -10px;
}
main.next .service-arrow img {
  position: relative;
  z-index: 2;
}
main.next .service-flow:not(:last-child), main.next .enterprise-flow:not(:last-child), main.next .flow-block:not(:last-child) {
  margin-bottom: 25px;
}
main.next .service-flow .item-anchor:not(:last-child), main.next .enterprise-flow .item-anchor:not(:last-child), main.next .flow-block .item-anchor:not(:last-child) {
  margin-bottom: 35px;
}
main.next .service-flow .item-anchor > a, main.next .enterprise-flow .item-anchor > a, main.next .flow-block .item-anchor > a {
  background: #FFF;
  display: flex;
  border-radius: 15px;
  padding: 10px 15px;
  color: #333333;
}
main.next .service-flow .item-anchor > a:hover, main.next .enterprise-flow .item-anchor > a:hover, main.next .flow-block .item-anchor > a:hover {
  text-decoration: none;
}
main.next .service-flow .item-anchor > a:not(:last-child), main.next .enterprise-flow .item-anchor > a:not(:last-child), main.next .flow-block .item-anchor > a:not(:last-child) {
  margin-bottom: 10px;
  position: relative;
}
main.next .service-flow .item-anchor > a:not(:last-child):after, main.next .enterprise-flow .item-anchor > a:not(:last-child):after, main.next .flow-block .item-anchor > a:not(:last-child):after {
  content: "";
  width: 13px;
  height: 16px;
  background: no-repeat center/auto;
  background-image: url(../img/service/arrow-flow.svg);
  position: absolute;
  left: 30px;
  bottom: -12px;
  z-index: 3;
  pointer-events: none;
}
main.next .service-flow .item-anchor > a > span, main.next .enterprise-flow .item-anchor > a > span, main.next .flow-block .item-anchor > a > span {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
  margin-right: 4px;
}
main.next .service-flow .item-anchor > a .title, main.next .enterprise-flow .item-anchor > a .title, main.next .flow-block .item-anchor > a .title {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
}
main.next .service-flow .item-anchor > a .img, main.next .enterprise-flow .item-anchor > a .img, main.next .flow-block .item-anchor > a .img {
  margin-left: auto;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .service-flow .item-anchor > a > div, main.next .enterprise-flow .item-anchor > a > div, main.next .flow-block .item-anchor > a > div {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next .service-flow .item-anchor > a > div dl, main.next .enterprise-flow .item-anchor > a > div dl, main.next .flow-block .item-anchor > a > div dl {
  width: calc(50% - 5px);
}
main.next .service-flow .item-anchor > a > div dl dt, main.next .enterprise-flow .item-anchor > a > div dl dt, main.next .flow-block .item-anchor > a > div dl dt {
  text-align: center;
  color: #FFF;
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 5px 5px;
  border-radius: 20px;
  margin-bottom: 8px;
}
main.next .service-flow .item-anchor > a > div dl dt.yellow, main.next .enterprise-flow .item-anchor > a > div dl dt.yellow, main.next .flow-block .item-anchor > a > div dl dt.yellow {
  background-color: #e5b32d;
}
main.next .service-flow .item-anchor > a > div dl dt.orange, main.next .enterprise-flow .item-anchor > a > div dl dt.orange, main.next .flow-block .item-anchor > a > div dl dt.orange {
  background-color: #e67a54;
}
@media screen and (max-width: 440px) {
  main.next .service-flow .item-anchor > a > div dl dt, main.next .enterprise-flow .item-anchor > a > div dl dt, main.next .flow-block .item-anchor > a > div dl dt {
    font-size: 3vw;
  }
}
main.next .service-flow .item-anchor > a > div dl dd, main.next .enterprise-flow .item-anchor > a > div dl dd, main.next .flow-block .item-anchor > a > div dl dd {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}
main.next .service-flow .item-anchor > a .right, main.next .enterprise-flow .item-anchor > a .right, main.next .flow-block .item-anchor > a .right {
  -webkit-box-orient: vertical;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next .service-flow .item-anchor > a .right > *:not(:last-child), main.next .enterprise-flow .item-anchor > a .right > *:not(:last-child), main.next .flow-block .item-anchor > a .right > *:not(:last-child) {
  margin-bottom: 5px;
}
main.next .service-flow .item-anchor > a .right .hd, main.next .enterprise-flow .item-anchor > a .right .hd, main.next .flow-block .item-anchor > a .right .hd {
  font-size: 14px;
  font-size: 1rem;
  font-weight: bold;
  display: -moz-inline-box;
  display: inline-block;
  background-color: rgba(137, 182, 0, 0.3);
  border-radius: 10px;
  padding: 3px 5px;
}
main.next .service-flow .item-section, main.next .enterprise-flow .item-section, main.next .flow-block .item-section {
  display: flex;
  flex-wrap: wrap;
}
main.next .service-flow .item-section:not(:last-child), main.next .enterprise-flow .item-section:not(:last-child), main.next .flow-block .item-section:not(:last-child) {
  margin-bottom: 70px;
  position: relative;
}
main.next .service-flow .item-section:not(:last-child):before, main.next .enterprise-flow .item-section:not(:last-child):before, main.next .flow-block .item-section:not(:last-child):before, main.next .service-flow .item-section:not(:last-child):after, main.next .enterprise-flow .item-section:not(:last-child):after, main.next .flow-block .item-section:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 70px;
  background: url(../img/service/arrow.svg) no-repeat center;
}
main.next .service-flow .item-section:not(:last-child):before, main.next .enterprise-flow .item-section:not(:last-child):before, main.next .flow-block .item-section:not(:last-child):before {
  display: none;
}
main.next .service-flow .item-section:not(:last-child).arrow-02:before, main.next .enterprise-flow .item-section:not(:last-child).arrow-02:before, main.next .flow-block .item-section:not(:last-child).arrow-02:before, main.next .service-flow .item-section:not(:last-child).arrow-02:after, main.next .enterprise-flow .item-section:not(:last-child).arrow-02:after, main.next .flow-block .item-section:not(:last-child).arrow-02:after {
  width: 50%;
}
main.next .service-flow .item-section:not(:last-child).arrow-02:before, main.next .enterprise-flow .item-section:not(:last-child).arrow-02:before, main.next .flow-block .item-section:not(:last-child).arrow-02:before {
  display: block;
}
main.next .service-flow .item-section:not(:last-child).arrow-02:after, main.next .enterprise-flow .item-section:not(:last-child).arrow-02:after, main.next .flow-block .item-section:not(:last-child).arrow-02:after {
  left: initial;
  right: 0;
}
main.next .service-flow .item-section.arrow, main.next .enterprise-flow .item-section.arrow, main.next .flow-block .item-section.arrow {
  margin-top: -20px;
}
main.next .service-flow .item-section.arrow:before, main.next .enterprise-flow .item-section.arrow:before, main.next .flow-block .item-section.arrow:before {
  position: relative;
  width: 100%;
  display: block;
}
main.next .service-flow .item-section > span, main.next .enterprise-flow .item-section > span, main.next .flow-block .item-section > span {
  width: 100%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #89b600;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  font-family: "Barlow", sans-serif;
  margin-bottom: 10px;
  line-height: 1.2;
}
main.next .service-flow .item-section > span:after, main.next .enterprise-flow .item-section > span:after, main.next .flow-block .item-section > span:after {
  content: "";
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  height: 1px;
  background: #89b600;
  margin-left: 10px;
}
main.next .service-flow .item-section h3, main.next .enterprise-flow .item-section h3, main.next .flow-block .item-section h3 {
  width: 100%;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.5;
}
main.next .service-flow .item-section h3:not(:last-child), main.next .enterprise-flow .item-section h3:not(:last-child), main.next .flow-block .item-section h3:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-flow .item-section p, main.next .enterprise-flow .item-section p, main.next .flow-block .item-section p {
  font-size: 14px;
  font-size: 1rem;
}
main.next .service-flow .item-section p:not(:last-child), main.next .enterprise-flow .item-section p:not(:last-child), main.next .flow-block .item-section p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-flow .item-section .text, main.next .enterprise-flow .item-section .text, main.next .flow-block .item-section .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-flow .item-section .text .box, main.next .enterprise-flow .item-section .text .box, main.next .flow-block .item-section .text .box {
  border: 1px solid #89b600;
  overflow: hidden;
  border-radius: 20px;
}
main.next .service-flow .item-section .text .box:not(:last-child), main.next .enterprise-flow .item-section .text .box:not(:last-child), main.next .flow-block .item-section .text .box:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-flow .item-section .text .box dt, main.next .enterprise-flow .item-section .text .box dt, main.next .flow-block .item-section .text .box dt {
  text-align: center;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  padding: 10px;
  line-height: 1.2;
  background-color: #89b600;
  color: #FFF;
}
main.next .service-flow .item-section .text .box dd, main.next .enterprise-flow .item-section .text .box dd, main.next .flow-block .item-section .text .box dd {
  background-color: #FFF;
  padding: 20px;
}
main.next .service-flow .item-section .text .box.yellow, main.next .enterprise-flow .item-section .text .box.yellow, main.next .flow-block .item-section .text .box.yellow {
  border-color: #e5b32d;
}
main.next .service-flow .item-section .text .box.yellow dt, main.next .enterprise-flow .item-section .text .box.yellow dt, main.next .flow-block .item-section .text .box.yellow dt {
  background-color: #e5b32d;
}
main.next .service-flow .item-section .text .box.green-02, main.next .enterprise-flow .item-section .text .box.green-02, main.next .flow-block .item-section .text .box.green-02 {
  border-color: #479845;
}
main.next .service-flow .item-section .text .box.green-02 dt, main.next .enterprise-flow .item-section .text .box.green-02 dt, main.next .flow-block .item-section .text .box.green-02 dt {
  background-color: #479845;
}
@media screen and (max-width: 390px) {
  main.next .service-flow .item-section .text, main.next .enterprise-flow .item-section .text, main.next .flow-block .item-section .text {
    width: 100%;
  }
}
main.next .service-flow .item-section .img, main.next .enterprise-flow .item-section .img, main.next .flow-block .item-section .img {
  margin-left: 10px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 700px) {
  main.next .service-flow .item-section .img, main.next .enterprise-flow .item-section .img, main.next .flow-block .item-section .img {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
  }
}
main.next .service-flow .item-section .link-block, main.next .enterprise-flow .item-section .link-block, main.next .flow-block .item-section .link-block {
  width: 95%;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-flow .item-section .link-block:not(:first-child), main.next .enterprise-flow .item-section .link-block:not(:first-child), main.next .flow-block .item-section .link-block:not(:first-child) {
  margin-top: 10px;
}
main.next .service-flow .item-section .column, main.next .enterprise-flow .item-section .column, main.next .flow-block .item-section .column {
  width: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next .service-flow .item-section .column dl, main.next .enterprise-flow .item-section .column dl, main.next .flow-block .item-section .column dl {
  width: calc(50% - 5px);
}
main.next .service-flow .item-section .column dl dt, main.next .enterprise-flow .item-section .column dl dt, main.next .flow-block .item-section .column dl dt {
  text-align: center;
  color: #FFF;
  border-radius: 30px;
  padding: 3px 10px;
  image-rendering: 1.2;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  margin-bottom: 12px;
}
main.next .service-flow .item-section .column dl dt.yellow, main.next .enterprise-flow .item-section .column dl dt.yellow, main.next .flow-block .item-section .column dl dt.yellow {
  background-color: #e5b32d;
}
main.next .service-flow .item-section .column dl dt.orange, main.next .enterprise-flow .item-section .column dl dt.orange, main.next .flow-block .item-section .column dl dt.orange {
  background-color: #e67a54;
}
main.next .service-place .item-section:not(:last-child) {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #89b600;
}
main.next .service-place .item-hd {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
main.next .service-place .item-img {
  text-align: center;
  margin-bottom: 10px;
}
main.next .service-place .item-img img {
  border-radius: 30px;
}
main.next .service-place .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-flow-box {
  width: 290px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next .service-flow-box li {
  background: rgba(137, 182, 0, 0.1);
  padding: 12px;
  border-radius: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 0.9285714286rem;
  font-weight: 500;
  color: #89b600;
  line-height: 1.5;
}
main.next .service-flow-box li:not(:last-child) {
  margin-bottom: 25px;
  position: relative;
}
main.next .service-flow-box li:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  height: 25px;
  background: url(../img/service/arrow-flow.svg) no-repeat center;
}
main.next .service-flow-list:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-flow-list .item-section:not(:first-child) {
  position: relative;
  margin-top: 60px;
}
main.next .service-flow-list .item-section:not(:first-child):before, main.next .service-flow-list .item-section:not(:first-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 60px;
  bottom: 100%;
  background: url(../img/service/arrow.svg) no-repeat center;
}
main.next .service-flow-list .item-section:not(:first-child):before {
  display: none;
}
main.next .service-flow-list .item-section:not(:first-child).arrow-02:before, main.next .service-flow-list .item-section:not(:first-child).arrow-02:after {
  width: 50%;
}
main.next .service-flow-list .item-section:not(:first-child).arrow-02:before {
  display: block;
}
main.next .service-flow-list .item-section:not(:first-child).arrow-02:after {
  left: initial;
  right: 0;
}
main.next .service-flow-list .item-section.column {
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
main.next .service-flow-list .item-section.column .item-hd {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .service-flow-list .item-title {
  text-align: center;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 4px 10px;
  border-radius: 20px;
  background: #89b600;
  margin-bottom: 10px;
  color: #FFF;
}
main.next .service-flow-list .item-title.yellow {
  background-color: #e5b32d;
}
main.next .service-flow-list .item-title.red {
  background-color: #e67a54;
}
main.next .service-flow-list .item-hd {
  background: rgba(137, 182, 0, 0.2);
  border-radius: 15px;
  display: flex;
  padding: 6px 10px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
main.next .service-flow-list .item-hd span {
  margin-right: 10px;
}
main.next .service-flow-list .item-hd h2 {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-flow-list .item-hd.yellow {
  background: rgba(229, 179, 45, 0.2);
}
main.next .service-flow-list .item-hd.red {
  background: rgba(230, 122, 84, 0.2);
}
main.next .service-flow-list .item-text {
  display: flex;
}
main.next .service-flow-list .item-text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-flow-list .item-text .img {
  margin-right: 15px;
}
main.next .service-flow-list .item-text .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-flow-list .item-text .text ul {
  font-size: 14px;
  font-size: 1rem;
  font-weight: 500;
}
main.next .service-flow-list .item-illust {
  text-align: center;
}
main.next .service-flow-list .item-box {
  background: #FFF;
  padding: 20px;
  border-radius: 15px;
}
main.next .service-flow-list .item-box .img {
  text-align: center;
}
main.next .service-flow-list .item-box .img:last-child {
  margin-bottom: -20px;
}
main.next .service-flow-list .item-box.yellow {
  background: rgba(229, 179, 45, 0.2);
}
main.next .service-flow-list .item-box.red {
  background: rgba(230, 122, 84, 0.2);
}
main.next .service-flow-list .item-box > p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-flow-list .item-column {
  width: calc(50% - 10px);
}
main.next .service-oneday:not(:last-child), main.next .seminar-detail .block-schedule:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-oneday .item-li, main.next .seminar-detail .block-schedule .item-li {
  position: relative;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  flex-wrap: wrap;
}
main.next .service-oneday .item-li:not(:last-child), main.next .seminar-detail .block-schedule .item-li:not(:last-child) {
  padding-bottom: 30px;
}
main.next .service-oneday .item-li:not(:last-child):before, main.next .seminar-detail .block-schedule .item-li:not(:last-child):before {
  content: "";
  display: block;
  position: absolute;
  left: 40px;
  width: 0;
  height: calc(100% - 30px);
  bottom: 0;
  border-right: 2px dashed #89b600;
}
main.next .service-oneday .item-time, main.next .seminar-detail .block-schedule .item-time {
  width: 80px;
  background: #dfe6c0;
  text-align: center;
  border-radius: 30px;
  font-family: "Barlow", "Zen Kaku Gothic New", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-size: 1.1428571429rem;
  font-weight: 600;
  margin-right: 15px;
  position: relative;
  z-index: 3;
}
main.next .service-oneday .item-text, main.next .seminar-detail .block-schedule .item-text {
  width: calc(100% - 80px - 15px);
}
main.next .service-oneday .item-text h3, main.next .seminar-detail .block-schedule .item-text h3 {
  color: #89b600;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
}
main.next .service-oneday .item-text h3:not(:last-child), main.next .seminar-detail .block-schedule .item-text h3:not(:last-child) {
  margin-bottom: 12px;
}
main.next .service-oneday .item-text > p:not(:last-child), main.next .seminar-detail .block-schedule .item-text > p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-oneday .item-text a, main.next .seminar-detail .block-schedule .item-text a {
  color: #89b600;
  text-decoration: underline;
}
main.next .service-oneday .item-text a:hover, main.next .seminar-detail .block-schedule .item-text a:hover {
  text-decoration: none;
}
main.next .service-oneday .item-img, main.next .seminar-detail .block-schedule .item-img {
  width: 100%;
  box-sizing: border-box;
  padding-left: 95px;
  margin-top: 18px;
}
main.next .service-oneday .item-img img, main.next .seminar-detail .block-schedule .item-img img {
  border-radius: 20px;
}
main.next .service-place {
  display: flex;
  flex-wrap: wrap;
}
main.next .service-place .item-img {
  margin-right: 30px;
}
main.next .service-place .item-img img {
  border-radius: 20px;
}
main.next .service-place .item-info {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #d6cfca;
}
main.next .service-place .item-info > * {
  border-bottom: 1px solid #d6cfca;
  padding: 15px 10px;
  box-sizing: border-box;
}
main.next .service-place .item-info dt {
  width: 150px;
  font-weight: bold;
}
main.next .service-place .item-info dd {
  width: calc(100% - 150px);
}
main.next .service-place .item-info dd p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-place .item-map {
  width: 100%;
  padding-top: 40px;
  line-height: 0;
}
main.next .service-place .item-map iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 3;
}
main.next .service-place .item-btn {
  width: 90%;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  padding-top: 40px;
}
main.next .service-place:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-place ~ p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-flow-block:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-flow-block .item-section {
  padding: 25px;
  border-radius: 20px;
  display: flex;
  background-color: #FFF;
}
main.next .service-flow-block .item-section:not(:last-child) {
  margin-bottom: 24px;
  position: relative;
}
main.next .service-flow-block .item-section:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 18px 0 18px;
  border-color: #FFF transparent transparent transparent;
  position: absolute;
  left: 50%;
  margin-left: -18px;
  top: 100%;
}
main.next .service-flow-block .item-img {
  width: 190px;
  margin-right: 20px;
  text-align: center;
}
@media screen and (min-width: 701px) {
  main.next .service-flow-block .item-img {
    max-width: 30%;
  }
}
main.next .service-flow-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-flow-block .item-text > *:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-flow-block .item-text .title {
  border-bottom: 1px solid #89b600;
  padding-bottom: 10px;
  line-height: 1.2;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .service-flow-block .item-text .title > span:nth-child(1) {
  font-family: "Barlow", sans-serif;
  color: #89b600;
  margin-right: 15px;
}
main.next .service-flow-block .item-text .title > span:nth-child(1) span {
  font-size: 24px;
  font-size: 1.7142857143rem;
}
main.next .service-flow-block .item-text .title > span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #89b600;
}
main.next .service-toggle {
  border-bottom: 1px solid #89b600;
  padding-bottom: 20px;
}
main.next .service-toggle dt {
  border-top: 1px solid #89b600;
  padding-top: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
main.next .service-toggle dt:not(:first-child) {
  margin-top: 20px;
}
main.next .service-toggle dt span:nth-child(1) {
  width: 36px;
  height: 50px;
  background: url(../img/service/original/bg-label.svg) no-repeat center;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: "Barlow", sans-serif;
  font-size: 28px;
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
  box-sizing: border-box;
  color: #FFF;
  margin-right: 10px;
}
main.next .service-toggle dt span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #de5e11;
  line-height: 1.4;
}
main.next .service-toggle dt:after {
  content: "";
  width: 31px;
  height: 31px;
  background: no-repeat center/auto;
  background: url(../img/next/icon-plus.svg) no-repeat center;
  transition: all 0.3s ease;
}
main.next .service-toggle dt.active:after {
  transform: rotate(360deg);
  transform-origin: center center;
  background-image: url(../img/next/icon-minus.svg);
}
main.next .service-toggle dd {
  display: none;
  padding-bottom: 20px;
  padding-left: 50px;
}
main.next .service-toggle dd p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-toggle dd a {
  color: #89b600;
  text-decoration: underline;
}
main.next .service-toggle dd a:hover {
  text-decoration: none;
}
main.next .service-message {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next .service-message .item-img {
  margin-right: -20px;
  position: relative;
}
main.next .service-message .item-img img {
  border-radius: 20px;
}
main.next .service-message .item-text {
  margin-top: 25px;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  background: #fcefe7;
  padding: 25px;
  padding-left: 60px;
  border-radius: 20px;
}
main.next .service-message .item-text h4 {
  color: #de5e11;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.4;
}
main.next .service-message .item-text h4:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-message .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-message .item-text:first-child {
  margin-top: 0;
  padding-left: 25px;
}
main.next .service-voice:not(:last-child) {
  margin-bottom: 25px;
}
main.next .service-voice .item-li {
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
main.next .service-voice .item-li:not(:last-child) {
  margin-bottom: 30px;
}
main.next .service-voice .item-li.hidden:not(.show) {
  display: none;
}
main.next .service-voice .item-img {
  margin-right: 25px;
  max-width: 35%;
  position: relative;
}
main.next .service-voice .item-img:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #89b600;
  box-sizing: border-box;
  border-radius: 50%;
}
main.next .service-voice .item-text {
  position: relative;
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  background: #FFF;
  border-radius: 10px;
  padding: 20px;
}
main.next .service-voice .item-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 14px 8px 0;
  border-color: transparent #FFF transparent transparent;
  position: absolute;
  left: -14px;
  top: 10px;
}
main.next .service-voice .item-text > p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .service-img-text {
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
main.next .service-img-text.box {
  background: #FFF;
  border-radius: 20px;
  padding: 20px;
}
main.next .service-img-text .item-img {
  margin-right: 30px;
}
@media screen and (min-width: 701px) {
  main.next .service-img-text .item-img {
    max-width: 35%;
  }
}
main.next .service-img-text .item-img:last-child {
  margin-right: 0;
  margin-left: 30px;
}
main.next .service-img-text .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-img-text .item-text:not(:last-child) {
  margin-bottom: 0;
}
main.next .service-program dt {
  border-radius: 20px;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #FFF;
  padding: 10px;
  margin-bottom: 2px;
}
main.next .service-program dt > span:nth-child(1) {
  width: 40px;
  height: 40px;
  background: #89b600;
  border-radius: 50%;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  color: #FFF;
}
main.next .service-program dt > span:nth-child(2) {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  color: #89b600;
}
main.next .service-program dt > span:nth-child(2) span {
  margin-right: 15px;
}
main.next .service-program dt > span:nth-child(2) span:nth-child(1) {
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
}
main.next .service-program dt > span:nth-child(2) span:nth-child(2) {
  border: 1px solid #89b600;
  padding: 3px 10px;
  font-size: 15px;
  font-size: 1.0714285714rem;
  line-height: 1.2;
}
main.next .service-program dd {
  background: #FFF;
  padding: 20px;
  border-radius: 20px;
  display: flex;
}
main.next .service-program dd:not(:last-child) {
  position: relative;
  margin-bottom: 30px;
}
main.next .service-program dd:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 30px;
  bottom: -30px;
  background: url(../img/next/service/original/arrow-down.svg) no-repeat center bottom;
}
main.next .service-program dd .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
}
main.next .service-program dd .item-text p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .service-program dd .item-img {
  margin-left: 20px;
}
main.next .enterprise-feature .item-title {
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (min-width: 701px) {
  main.next .enterprise-feature .item-title {
    text-align: center;
  }
}
main.next .enterprise-feature .item-img {
  text-align: center;
}
main.next .enterprise-feature .item-img:not(:last-child) {
  margin-bottom: 30px;
}
main.next .enterprise-feature .item-section:not(:last-child) {
  margin-bottom: 35px;
}
main.next .enterprise-feature .item-hd {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 15px;
}
@media screen and (min-width: 701px) {
  main.next .enterprise-feature .item-hd {
    text-align: center;
  }
}
main.next .enterprise-feature .item-hd span {
  color: #de5e11;
}
main.next .enterprise-feature .item-pict {
  text-align: center;
}
main.next .enterprise-feature .item-pict img {
  border-radius: 20px;
}
main.next .enterprise-feature .item-pict:not(:last-child) {
  margin-bottom: 15px;
}
main.next .enterprise-feature .item-text p:not(:last-child) {
  margin-bottom: 10px;
}
main.next .enterprise-feature .item-text strong {
  color: #de5e11;
  font-weight: normal;
}
main.next .enterprise-works {
  padding: 0;
}
main.next .enterprise-faq > dl, main.next .faq-block > dl, main.next .service-faq > dl {
  background: #FFF;
  border-radius: 15px;
  padding: 18px;
}
main.next .enterprise-faq > dl:not(:last-child), main.next .faq-block > dl:not(:last-child), main.next .service-faq > dl:not(:last-child) {
  margin-bottom: 15px;
}
main.next .enterprise-faq > dl > *:before, main.next .faq-block > dl > *:before, main.next .service-faq > dl > *:before {
  content: "Q.";
  color: #89b600;
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  font-size: 1.4285714286rem;
  font-weight: bold;
  margin-right: 10px;
}
main.next .enterprise-faq > dl > dt, main.next .faq-block > dl > dt, main.next .service-faq > dl > dt {
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  position: relative;
  padding-right: 30px;
  cursor: pointer;
}
main.next .enterprise-faq > dl > dt:after, main.next .faq-block > dl > dt:after, main.next .service-faq > dl > dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  right: 0;
  margin-top: -8px;
  background: url(../img/enterprise/icon-plus.svg) no-repeat center;
  transition: all 0.3s ease;
}
main.next .enterprise-faq > dl > dt.active:after, main.next .faq-block > dl > dt.active:after, main.next .service-faq > dl > dt.active:after {
  background-image: url(../img/enterprise/icon-minus.svg);
}
main.next .enterprise-faq > dl > dd, main.next .faq-block > dl > dd, main.next .service-faq > dl > dd {
  display: none;
}
main.next .enterprise-faq > dl > dd:after, main.next .faq-block > dl > dd:after, main.next .service-faq > dl > dd:after {
  clear: both;
  display: block;
  content: "";
}
main.next .enterprise-faq > dl > dd:before, main.next .faq-block > dl > dd:before, main.next .service-faq > dl > dd:before {
  content: "A.";
  float: left;
  line-height: 1.2;
}
main.next .enterprise-faq > dl > dd > p:not(:last-child), main.next .faq-block > dl > dd > p:not(:last-child), main.next .service-faq > dl > dd > p:not(:last-child) {
  margin-bottom: 15px;
}
main.next .enterprise-faq > dl > dd a:not(.center-link, .btn), main.next .faq-block > dl > dd a:not(.center-link, .btn), main.next .service-faq > dl > dd a:not(.center-link, .btn) {
  color: #333333;
  text-decoration: underline;
}
main.next .enterprise-faq > dl > dd a:not(.center-link, .btn):hover, main.next .faq-block > dl > dd a:not(.center-link, .btn):hover, main.next .service-faq > dl > dd a:not(.center-link, .btn):hover {
  text-decoration: none;
}
main.next .about-feature .item-section:not(:last-child) {
  border-bottom: 1px solid #89b600;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
main.next .about-feature .item-hd {
  font-size: 21px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.5;
}
main.next .about-feature .item-hd:not(:last-child) {
  margin-bottom: 12px;
}
main.next .about-feature .item-text:not(:last-child) {
  margin-bottom: 20px;
}
main.next .about-feature .item-text.results h3 {
  display: none;
}
main.next .about-feature .item-img {
  text-align: center;
}
main.next .about-feature .item-img img {
  border-radius: 20px;
}
@media screen and (min-width: 701px) {
  main.next .about-feature .item-img img {
    border-radius: 30px;
  }
}
main.next .about-feature .item-img:not(:last-child) {
  margin-bottom: 20px;
}
main.next .about-feature .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next .about-feature .item-works {
  background: transparent;
  padding: 0;
}
main.next .about-feature .item-works:not(:last-child) {
  margin-bottom: 20px;
}
main.next .about-feature .item-works .item-hd {
  display: none;
}
main.next .about-service .item-section {
  background-color: #FFF;
  border-radius: 15px;
  padding: 15px;
}
main.next .about-service .item-section:not(:last-child) {
  margin-bottom: 15px;
}
main.next .about-service .item-hd {
  text-align: center;
  color: #89b600;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 12px;
}
main.next .about-service .item-text:not(:last-child) {
  margin-bottom: 15px;
}
main.next .about-service .item-img {
  text-align: center;
}
main.next .about-service .item-img img {
  border-radius: 20px;
}
@media screen and (min-width: 701px) {
  main.next .about-service .item-img img {
    border-radius: 30px;
  }
}
main.next .about-service .item-img:not(:last-child) {
  margin-bottom: 20px;
}
main.next .about-service .item-btn {
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
main.next .scroll-block > *:not(.scroll-hint-icon-wrap) {
  min-width: 700px;
}
main.next .seminar-detail .block-img {
  text-align: center;
  margin-bottom: 20px;
}
main.next .seminar-detail .block-img img {
  border-radius: 30px;
}
main.next .seminar-detail .block-title:not(:last-child) {
  margin-bottom: 40px;
}
main.next .seminar-detail .block-title .item-box {
  background: #FFF;
  border-radius: 15px;
  padding: 20px;
}
main.next .seminar-detail .block-title .item-box:not(:last-child) {
  margin-bottom: 20px;
}
main.next .seminar-detail .block-title .item-title {
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #89b600;
  line-height: 1.5;
  margin-bottom: 10px;
}
main.next .seminar-detail .block-title .item-sub {
  line-height: 1.5;
  color: #89b600;
  font-size: 15px;
  font-size: 1.0714285714rem;
  font-weight: bold;
  margin-bottom: 20px;
}
main.next .seminar-detail .block-title .item-info {
  border-top: 1px solid #d6cfca;
  padding-top: 15px;
  font-size: 14px;
  font-size: 1rem;
  line-height: 1.5;
}
main.next .seminar-detail .block-section:not(:last-child), main.next .seminar-detail .center-detail .block-title:not(:last-child), main.next .center-detail .seminar-detail .block-title:not(:last-child), main.next .seminar-detail .center-detail .block-contact:not(:last-child), main.next .center-detail .seminar-detail .block-contact:not(:last-child), main.next .seminar-detail .center-detail .block-imgs:not(:last-child), main.next .center-detail .seminar-detail .block-imgs:not(:last-child), main.next .seminar-detail .center-detail .block-program:not(:last-child), main.next .center-detail .seminar-detail .block-program:not(:last-child), main.next .seminar-detail .center-detail .block-news:not(:last-child), main.next .center-detail .seminar-detail .block-news:not(:last-child), main.next .seminar-detail .center-detail .block-info:not(:last-child), main.next .center-detail .seminar-detail .block-info:not(:last-child), main.next .seminar-detail .center-detail .block-access:not(:last-child), main.next .center-detail .seminar-detail .block-access:not(:last-child), main.next .seminar-detail .center-detail .block-cv:not(:last-child), main.next .center-detail .seminar-detail .block-cv:not(:last-child), main.next .seminar-detail .center-detail .block-userinfo:not(:last-child), main.next .center-detail .seminar-detail .block-userinfo:not(:last-child), main.next .seminar-detail .center-detail .block-voice:not(:last-child), main.next .center-detail .seminar-detail .block-voice:not(:last-child), main.next .seminar-detail .center-detail .block-blog:not(:last-child), main.next .center-detail .seminar-detail .block-blog:not(:last-child), main.next .seminar-detail .center-detail .block-message:not(:last-child), main.next .center-detail .seminar-detail .block-message:not(:last-child) {
  margin-bottom: 40px;
}
main.next .seminar-detail .block-text:not(:last-child) {
  margin-bottom: 30px;
}
main.next .seminar-detail .block-speaker:not(:last-child) {
  margin-bottom: 20px;
}
main.next .seminar-detail .block-speaker .item-li {
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #d6cfca;
  border-radius: 15px;
  padding: 20px;
}
main.next .seminar-detail .block-speaker .item-li:not(:last-child) {
  margin-bottom: 20px;
}
main.next .seminar-detail .block-speaker .item-img {
  width: 100px;
  margin-right: 15px;
}
main.next .seminar-detail .block-speaker .item-img img {
  border-radius: 50%;
}
main.next .seminar-detail .block-speaker .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  flex-grow: 1;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6071428571;
}
main.next .seminar-detail .block-speaker .item-title h3 {
  color: #89b600;
  font-size: 14px;
  font-size: 1rem;
  font-weight: normal;
}
main.next .seminar-detail .block-speaker .item-text {
  margin-top: 15px;
  width: 100%;
}
main.next .seminar-detail .block-info {
  display: flex;
  flex-wrap: wrap;
  line-height: 1.5;
}
main.next .seminar-detail .block-info > * {
  border-bottom: 1px solid #d6cfca;
  padding-bottom: 15px;
}
main.next .seminar-detail .block-info > *:not(:last-of-type) {
  margin-bottom: 15px;
}
main.next .seminar-detail .block-info dt {
  width: 100px;
}
main.next .seminar-detail .block-info dd {
  width: calc(100% - 100px);
}
main.next .seminar-detail .block-finished {
  border: 2px solid #de5e11;
  text-align: center;
  padding: 20px;
  background: #FFF;
  border-radius: 10px;
  font-size: 18px;
  font-size: 1.2857142857rem;
  font-weight: bold;
  color: #de5e11;
}
main.next .seminar-detail.finished {
  width: 830px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
main.next .seminar-detail.finished .block-section, main.next .seminar-detail.finished .center-detail .block-title, main.next .center-detail .seminar-detail.finished .block-title, main.next .seminar-detail.finished .center-detail .block-contact, main.next .center-detail .seminar-detail.finished .block-contact, main.next .seminar-detail.finished .center-detail .block-imgs, main.next .center-detail .seminar-detail.finished .block-imgs, main.next .seminar-detail.finished .center-detail .block-program, main.next .center-detail .seminar-detail.finished .block-program, main.next .seminar-detail.finished .center-detail .block-news, main.next .center-detail .seminar-detail.finished .block-news, main.next .seminar-detail.finished .center-detail .block-info, main.next .center-detail .seminar-detail.finished .block-info, main.next .seminar-detail.finished .center-detail .block-access, main.next .center-detail .seminar-detail.finished .block-access, main.next .seminar-detail.finished .center-detail .block-cv, main.next .center-detail .seminar-detail.finished .block-cv, main.next .seminar-detail.finished .center-detail .block-userinfo, main.next .center-detail .seminar-detail.finished .block-userinfo, main.next .seminar-detail.finished .center-detail .block-voice, main.next .center-detail .seminar-detail.finished .block-voice, main.next .seminar-detail.finished .center-detail .block-blog, main.next .center-detail .seminar-detail.finished .block-blog, main.next .seminar-detail.finished .center-detail .block-message, main.next .center-detail .seminar-detail.finished .block-message {
  display: none;
}
main.next .bnr-list:not(:first-child) {
  margin-top: 35px;
}
main.next .bnr-list li {
  text-align: center;
}
main.next .bnr-list li:not(:last-child) {
  margin-bottom: 15px;
}
main.next .bnr-block:not(:last-child) {
  margin-bottom: 30px;
}
main.next .medicalvoice-detail .item-img {
  width: 650px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
}
main.next .medicalvoice-detail .item-img h2 {
  font-size: 12px;
  font-size: 0.8571428571rem;
  font-weight: normal;
  margin-top: 5px;
}
main.next .medicalvoice-detail .item-logo {
  text-align: center;
}

body.pdf {
  background-color: #fff;
}
body.pdf main {
  background-color: #fff;
}
body.pdf main > section {
  background-color: #fff;
}
body.pdf main .content {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
body.pdf iframe {
  height: 870px !important;
}
body.pdf header, body.pdf footer, body.pdf #mainimg {
  display: none;
}
@media screen and (max-width: 700px) {
  body.pdf main {
    margin-top: 0;
  }
  body.pdf iframe {
    height: calc(100vh - 70px) !important;
  }
}

@media screen and (min-width: 701px) {
  /* main next
  ------------------------------------------------------------*/
  main.next {
    border-radius: 30px 30px 0 0;
  }
  main.next #column-section .block-main {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next #column-section .block-main:not(:last-child) {
    margin-bottom: 0;
    margin-right: 70px;
  }
  main.next #column-section .block-side {
    width: 360px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    max-width: 30%;
  }
  main.next #column-section .block-side-section:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next #column-section .block-side-bnr {
    margin-left: -15px;
    margin-right: -15px;
  }
  main.next #column-section .block-side-box {
    padding: 40px 25px;
  }
  main.next #column-section .block-side-hd {
    margin-left: -15px;
    margin-right: -15px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
    font-size: 1.2857142857rem;
    margin-bottom: 20px;
  }
  main.next #column-section .block-side-text {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next #column-section .block-side-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #column-section .block-side-list > li {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next #column-section .block-side-list > li > span {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next #column-section .block-side-list > li ul li {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next #column-section .block-side-btn {
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.next #column-section .block-side .heading-lv03 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next #column-section .block-side .heading-lv03:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next #column-section .block-side .column-list .item-text .title {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.next #column-section .block-side .column-list .item-text time {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.next #column-section .block-side .blog-list .item-img {
    margin-right: 12px;
    max-width: calc(50% - 12px);
  }
  main.next #column-section .block-side .blog-list .item-text time {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.next #column-section .block-side .blog-list .item-text .title {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.next #column-section .block-side .blog-list .item-text .cat {
    font-size: 11px;
    font-size: 0.7857142857rem;
  }
  main.next #column-section .block-side.scroll {
    width: 400px;
    max-width: 35%;
  }
  main.next #column-section .block-side.scroll .inside {
    position: -webkit-sticky;
    position: sticky;
    top: 20px;
    max-height: calc(100vh - 20px);
    overflow-y: auto;
    -ms-overflow-style: none;
  }
  main.next .lead-title:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .lead-title h2 {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
  main.next .anchor-block ul li {
    width: calc(33.3333333333% - 15px);
  }
  main.next .anchor-block ul.vertical, main.next .anchor-block ul.column {
    -webkit-box-orient: horizontal;
    flex-direction: row;
  }
  main.next .anchor-block ul.vertical li, main.next .anchor-block ul.column li {
    width: auto;
  }
  main.next .style-columns:not(:last-child), main.next .column-list:not(:last-child), main.next .interview-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .style-columns .item-li, main.next .column-list .item-li, main.next .interview-list .item-li {
    width: calc(33.3333333333% - 20px);
  }
  main.next .style-columns .item-li.lg, main.next .column-list .item-li.lg, main.next .interview-list .item-li.lg {
    width: calc(50% - 20px);
  }
  main.next .style-columns .item-li.sml, main.next .column-list .item-li.sml, main.next .interview-list .item-li.sml {
    width: calc(33.3333333333% - 20px);
  }
  main.next .style-detail .item-info .title, main.next .column-detail .item-info .title, main.next .interview-detail .item-info .title, main.next .blog-detail .item-info .title, main.next .news-detail .item-info .title, main.next .medicalvoice-detail .item-info .title {
    font-size: 24px;
    font-size: 1.7142857143rem;
  }
}
@media screen and (min-width: 701px) and (min-width: 1200px) {
  main.next .style-detail .item-text .center-block, main.next .column-detail .item-text .center-block, main.next .interview-detail .item-text .center-block, main.next .blog-detail .item-text .center-block, main.next .news-detail .item-text .center-block, main.next .medicalvoice-detail .item-text .center-block {
    display: flex;
    flex-wrap: wrap;
  }
  main.next .style-detail .item-text .center-block h4, main.next .column-detail .item-text .center-block h4, main.next .interview-detail .item-text .center-block h4, main.next .blog-detail .item-text .center-block h4, main.next .news-detail .item-text .center-block h4, main.next .medicalvoice-detail .item-text .center-block h4 {
    width: 100%;
  }
  main.next .style-detail .item-text .center-block .img, main.next .column-detail .item-text .center-block .img, main.next .interview-detail .item-text .center-block .img, main.next .blog-detail .item-text .center-block .img, main.next .news-detail .item-text .center-block .img, main.next .medicalvoice-detail .item-text .center-block .img {
    width: 50%;
  }
  main.next .style-detail .item-text .center-block .img:not(:last-child), main.next .column-detail .item-text .center-block .img:not(:last-child), main.next .interview-detail .item-text .center-block .img:not(:last-child), main.next .blog-detail .item-text .center-block .img:not(:last-child), main.next .news-detail .item-text .center-block .img:not(:last-child), main.next .medicalvoice-detail .item-text .center-block .img:not(:last-child) {
    margin-bottom: 0;
    margin-right: 20px;
  }
  main.next .style-detail .item-text .center-block .text, main.next .column-detail .item-text .center-block .text, main.next .interview-detail .item-text .center-block .text, main.next .blog-detail .item-text .center-block .text, main.next .news-detail .item-text .center-block .text, main.next .medicalvoice-detail .item-text .center-block .text {
    padding-left: 0;
    padding-right: 0;
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 701px) {
  main.next .column-list .item-text .title {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .column-list .item-text > p {
    font-size: 11px;
    font-size: 0.7857142857rem;
    line-height: 1.6;
  }
  main.next .column-list .item-text time {
    margin-right: 10px;
    background: url(../img/next/icon-date.svg) no-repeat left center;
    padding-left: 20px;
    font-size: 12px;
    font-size: 0.8571428571rem;
    color: #666666;
  }
  main.next .column-list .item-text time.update {
    background-image: url(../img/next/icon-update.svg);
  }
  main.next .column-detail .item-link-block > div, main.next .medicalvoice-detail .item-link-block > div {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next .column-detail .item-link-block > div > a, main.next .medicalvoice-detail .item-link-block > div > a {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next .column-detail .item-link-block > div .hd, main.next .medicalvoice-detail .item-link-block > div .hd {
    width: 100%;
  }
  main.next .column-detail .item-link-block > div .text, main.next .medicalvoice-detail .item-link-block > div .text {
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    order: 3;
    width: 50%;
    margin-left: 20px;
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .column-detail .item-link-block > div .img, main.next .medicalvoice-detail .item-link-block > div .img, main.next .column-detail .item-link-block > div .iframe, main.next .medicalvoice-detail .item-link-block > div .iframe {
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    width: 10px;
  }
  main.next .column-detail .item-editor, main.next .medicalvoice-detail .item-editor {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 30px;
  }
  main.next .column-detail .item-editor:not(:last-child), main.next .medicalvoice-detail .item-editor:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next .column-detail .item-editor .img, main.next .medicalvoice-detail .item-editor .img {
    margin-right: 30px;
    margin-bottom: 20px;
  }
  main.next .column-detail .item-editor .img img, main.next .medicalvoice-detail .item-editor .img img {
    width: 140px;
  }
  main.next .column-detail .item-editor .title, main.next .medicalvoice-detail .item-editor .title {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .column-detail .item-editor .title h2, main.next .medicalvoice-detail .item-editor .title h2 {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .column-detail .item-editor .text, main.next .medicalvoice-detail .item-editor .text {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
  main.next .column-detail .item-editor .text p:not(:last-child), main.next .medicalvoice-detail .item-editor .text p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .interview-list .item-li {
    width: calc(50% - 20px);
  }
  main.next .blog-list:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .blog-list .item-img {
    margin-right: 30px;
    max-width: calc(50% - 30px);
  }
  main.next .blog-list .item-text time {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .blog-list .item-text .title {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .center-block-list:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next .center-block-list .item-section:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next .center-block-list .item-title:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .center-block-list .item-tags:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .center-block-list .item-pict {
    margin-bottom: 20px;
  }
  main.next .center-block-list .item-map {
    margin-bottom: 20px;
  }
  main.next .center-block-list .item-info:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .center-block-list .item-info > div {
    font-size: 13px;
    font-size: 0.9285714286rem;
    padding-left: 35px;
  }
  main.next .center-detail .block-title .item-hd {
    font-size: 24px;
    font-size: 1.7142857143rem;
    line-height: 1.4;
  }
  main.next .center-detail .block-title .item-hd:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .center-detail .block-title .item-text {
    font-size: 16px;
    font-size: 1.1428571429rem;
  }
  main.next .center-detail .block-info .item-list dt {
    width: 100px;
  }
  main.next .center-detail .block-info .item-list dd {
    width: calc(100% - 100px);
  }
  main.next .center-detail .block-contact {
    padding: 40px;
    border-radius: 20px;
  }
  main.next .center-detail .block-contact .item-inside {
    width: 600px;
  }
  main.next .center-detail .block-imgs .slides {
    margin-bottom: 10px;
  }
  main.next .center-detail .block-imgs .cat-list {
    margin-top: 20px;
  }
  main.next .center-detail .block-access .item-tabs li a {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .center-detail .block-access .item-tab .map iframe {
    aspect-ratio: 1.5;
  }
  main.next .center-detail .block-access .item-access li .text:before {
    line-height: 26px;
    width: 26px;
  }
  main.next .center-detail .block-cv {
    padding: 40px;
    border-radius: 20px;
    margin-left: 0;
    margin-right: 0;
  }
  main.next .center-detail .block-cv .item-inside {
    width: 600px;
  }
  main.next .center-detail .block-message {
    display: flex;
    flex-wrap: wrap;
  }
  main.next .center-detail .block-message .heading-lv04 {
    width: 100%;
  }
  main.next .center-detail .block-message .item-img {
    width: 40%;
    margin-right: -15px;
    position: relative;
  }
  main.next .center-detail .block-message .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
    margin-top: 50px;
    background: #FFF;
    padding: 30px;
    padding-left: 40px;
    border-radius: 20px;
  }
}
@media screen and (min-width: 701px) and (min-width: 1080px) {
  main.next #form .content:has(.block-column) {
    width: 1080px;
  }
  main.next #form .block-column {
    display: flex;
  }
  main.next #form .block-left {
    width: 50%;
    margin-right: 80px;
  }
  main.next #form .block-left:not(:last-child) {
    margin-bottom: 0;
  }
  main.next #form .block-right {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
}
@media screen and (min-width: 701px) {
  main.next .service-block-list .item-links li {
    width: calc(50% - 10px);
  }
  main.next .service-block-list .item-links li:first-child:last-child {
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .service-block-list .item-links li a:after {
    width: 16px;
    height: 16px;
    background-size: contain;
  }
  main.next .service-block-list .item-contact {
    display: flex;
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next .service-block-list .item-contact > p {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .service-cv, main.next .about-cv {
    padding: 40px;
    border-radius: 20px;
  }
  main.next .service-contact, main.next .enterprise-contact, main.next .about-contact, main.next .flow-contact {
    padding: 40px;
    border-radius: 20px;
  }
  main.next .service-contact .item-inside, main.next .enterprise-contact .item-inside, main.next .about-contact .item-inside, main.next .flow-contact .item-inside {
    width: 600px;
  }
}
@media screen and (min-width: 701px) and (min-width: 850px) {
  main.next .service-illust-list .item-li {
    width: calc(33.3333333333% - 12px);
  }
}
@media screen and (min-width: 701px) {
  main.next .service-illust-list .item-hd {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-course {
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  main.next .service-course .item-section {
    width: 600px;
    max-width: calc(100% - 12px);
  }
  main.next .service-works .item-list dl dt, main.next .enterprise-works .item-list dl dt, main.next .about-feature .item-works .item-list dl dt {
    height: 50px;
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-works .item-list dl dd, main.next .enterprise-works .item-list dl dd, main.next .about-feature .item-works .item-list dl dd {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-works .item-list dl dd span, main.next .enterprise-works .item-list dl dd span, main.next .about-feature .item-works .item-list dl dd span {
    font-size: 38px;
    font-size: 2.7142857143rem;
  }
  main.next .service-flow-box {
    width: 400px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  main.next .service-flow-box li {
    padding: 15px;
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main.next .service-oneday .item-time, main.next .seminar-detail .block-schedule .item-time {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-oneday .item-text, main.next .seminar-detail .block-schedule .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .service-oneday .item-text h3, main.next .seminar-detail .block-schedule .item-text h3 {
    color: #89b600;
    font-size: 18px;
    font-size: 1.2857142857rem;
    font-weight: bold;
    line-height: 1.5;
  }
  main.next .service-oneday .item-text h3:not(:last-child), main.next .seminar-detail .block-schedule .item-text h3:not(:last-child) {
    margin-bottom: 12px;
  }
  main.next .service-oneday .item-text > p:not(:last-child), main.next .seminar-detail .block-schedule .item-text > p:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .service-oneday .item-img, main.next .seminar-detail .block-schedule .item-img {
    width: 240px;
    box-sizing: border-box;
    padding-left: 0;
    margin-top: 0px;
    margin-left: 20px;
  }
  main.next .seminar-detail .block-info dt {
    width: 160px;
  }
  main.next .seminar-detail .block-info dt br {
    display: none;
  }
  main.next .seminar-detail .block-info dd {
    width: calc(100% - 160px);
  }
  main.next .seminar-detail .block-finished {
    padding: 30px;
    font-size: 20px;
    font-size: 1.4285714286rem;
  }
}
/*tablet*/
@media screen and (min-width: 701px) and (max-width: 1080px) {
  /* main next
  ------------------------------------------------------------*/
}
@media screen and (min-width: 701px) and (max-width: 1080px) and (max-width: 900px) {
  main.next #column-section .content .block-main:not(:last-child) {
    margin-bottom: 60px;
    margin-right: 0;
  }
  main.next #column-section .content .block-side {
    width: 100%;
    max-width: 100%;
  }
  main.next #column-section .content .block-side-bnr {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main.next #column-section .content .block-side-bnr a {
    width: calc(50% - 10px);
  }
}
@media screen and (min-width: 701px) and (max-width: 1080px) {
  main.next #column-section .block-main:not(:last-child) {
    margin-right: 40px;
  }
  main.next #column-section .block-side {
    width: 300px;
  }
  main.next .style-columns .item-li, main.next .column-list .item-li, main.next .interview-list .item-li {
    width: calc(50% - 20px);
  }
}
/*sp*/
@media screen and (max-width: 700px) {
  /* main next
  ------------------------------------------------------------*/
  main.next #column-section .block-side-bnr {
    margin-left: -5px;
    margin-right: -5px;
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  main.next #column-section .block-side-bnr {
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  main.next #column-section .block-side-bnr > a {
    width: calc(50% - 5px);
  }
}
@media screen and (max-width: 700px) {
  main.next #column-section .block-side-section.hidden-sp {
    display: none;
  }
}
@media screen and (max-width: 700px) and (min-width: 550px) {
  main.next .style-columns .item-li, main.next .column-list .item-li, main.next .interview-list .item-li {
    width: calc(50% - 20px);
  }
}
@media screen and (max-width: 700px) {
  main.next .style-detail .item-share, main.next .column-detail .item-share, main.next .interview-detail .item-share, main.next .blog-detail .item-share, main.next .news-detail .item-share, main.next .medicalvoice-detail .item-share {
    -webkit-box-orient: vertical;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  main.next .style-detail .item-share ul, main.next .column-detail .item-share ul, main.next .interview-detail .item-share ul, main.next .blog-detail .item-share ul, main.next .news-detail .item-share ul, main.next .medicalvoice-detail .item-share ul {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  main.next .style-detail .item-share .copy, main.next .column-detail .item-share .copy, main.next .interview-detail .item-share .copy, main.next .blog-detail .item-share .copy, main.next .news-detail .item-share .copy, main.next .medicalvoice-detail .item-share .copy {
    margin-right: auto;
    margin-left: 0;
    margin-top: 30px;
  }
  main.next .style-detail .item-contact, main.next .column-detail .item-contact, main.next .interview-detail .item-contact, main.next .blog-detail .item-contact, main.next .news-detail .item-contact, main.next .medicalvoice-detail .item-contact {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    border-radius: 0;
  }
  main.next .center-block-list:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next .center-block-list .item-pict {
    width: 100%;
  }
  main.next .center-block-list .item-map {
    width: 100%;
    margin-bottom: 15px;
  }
  main.next .center-block-list .item-map iframe {
    height: auto;
    aspect-ratio: 1.5;
  }
  main.next .center-block-list .item-info {
    width: 100%;
  }
  main.next .center-block-list .item-info:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .center-block-list .item-info > div.tel a {
    font-size: 23px;
    font-size: 1.6428571429rem;
  }
  main.next .center-block-list .item-info > div.tel small {
    display: block;
  }
  main.next .center-block-list .item-btns {
    width: 90%;
    -ms-flex: 1 0 auto;
    flex-grow: 1;
  }
  main.next .center-detail .block-contact {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    border-radius: 0;
  }
}
@media screen and (max-width: 700px) and (max-width: 600px) {
  main.next .center-detail .block-program .item-li {
    width: calc(100% - 10px);
  }
}
@media screen and (max-width: 700px) and (max-width: 450px) {
  main.next .wp-pagenavi > * {
    width: 36px;
    height: 36px;
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .wp-pagenavi a[class*=prev], main.next .wp-pagenavi a[class*=next] {
    width: 40px;
  }
}
@media screen and (max-width: 700px) and (max-width: 420px) {
  main.next .wp-pagenavi > * {
    width: 26px;
    height: 30px;
  }
  main.next .wp-pagenavi a[class*=prev], main.next .wp-pagenavi a[class*=next] {
    width: 30px;
  }
}
@media screen and (max-width: 700px) {
  main.next .service-block-list:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .service-block-list .item-links li a {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .service-contact, main.next .enterprise-contact, main.next .about-contact, main.next .flow-contact {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    border-radius: 0;
  }
  main.next .service-cv, main.next .about-cv {
    margin-left: -25px;
    margin-right: -25px;
    padding: 15px;
    border-radius: 0;
  }
  main.next .service-cv .item-inside, main.next .about-cv .item-inside {
    width: 100%;
  }
}
@media screen and (max-width: 700px) and (max-width: 390px) {
  main.next .service-illust-list .item-hd {
    font-size: 13px;
    font-size: 0.9285714286rem;
    margin-left: -5px;
    margin-right: -5px;
  }
  main.next .service-illust-list .item-hd.sml {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 700px) {
  main.next .service-flow:not(:last-child), main.next .enterprise-flow:not(:last-child), main.next .flow-block:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .service-flow .item-anchor:not(:last-child), main.next .enterprise-flow .item-anchor:not(:last-child), main.next .flow-block .item-anchor:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .service-flow .item-anchor > a .right .hd, main.next .enterprise-flow .item-anchor > a .right .hd, main.next .flow-block .item-anchor > a .right .hd {
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
}
@media screen and (max-width: 700px) and (max-width: 390px) {
  main.next .service-flow .item-anchor > a .right .hd, main.next .enterprise-flow .item-anchor > a .right .hd, main.next .flow-block .item-anchor > a .right .hd {
    font-size: 12px;
    font-size: 0.8571428571rem;
  }
}
@media screen and (max-width: 700px) {
  main.next .service-place .item-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
  main.next .service-place .item-info > * {
    padding: 10px;
  }
  main.next .service-place .item-info dt {
    width: 100px;
    font-size: 13px;
    font-size: 0.9285714286rem;
    line-height: 1.6;
  }
  main.next .service-place .item-info dd {
    width: calc(100% - 100px);
    font-size: 13px;
    font-size: 0.9285714286rem;
  }
  main.next .service-place .item-map {
    padding-top: 20px;
  }
  main.next .service-place .item-map iframe {
    aspect-ratio: 2;
  }
  main.next .service-place .item-btn {
    padding-top: 20px;
  }
  main.next .service-text-box.flex, main.next .flex.flow-text-box {
    -webkit-box-orient: vertical;
    flex-direction: column;
  }
  main.next .service-text-box.flex .img, main.next .flex.flow-text-box .img {
    margin-right: 0px;
    margin-bottom: 20px;
  }
  main.next .service-text-box.flex .img:not(:last-child), main.next .flex.flow-text-box .img:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .service-text-box.flex .text, main.next .flex.flow-text-box .text {
    width: auto;
  }
}
@media screen and (max-width: 700px) and (max-width: 390px) {
  main.next .service-text-box .btn-block .btn, main.next .flow-text-box .btn-block .btn {
    font-size: 14px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 700px) {
  main.next .service-flow-block:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .service-flow-block .item-section {
    padding: 15px;
  }
  main.next .service-flow-block .item-img {
    width: 90px;
    margin-right: 20px;
  }
  main.next .service-flow-block .item-img img {
    max-height: 100px;
    width: auto;
  }
  main.next .service-flow-block .item-text {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-flow-block .item-text .title > span:nth-child(1) {
    margin-right: 10px;
  }
  main.next .service-flow-block .item-text .title > span:nth-child(1) span {
    font-size: 21px;
    font-size: 1.5rem;
  }
  main.next .service-flow-block .item-text .title > span:nth-child(2) {
    font-size: 17px;
    font-size: 1.2142857143rem;
  }
  main.next .service-toggle {
    padding-bottom: 15px;
  }
  main.next .service-toggle dt {
    padding-top: 15px;
  }
  main.next .service-toggle dt:not(:first-child) {
    margin-top: 15px;
  }
  main.next .service-toggle dt span:nth-child(1) {
    width: 30px;
    height: 40px;
    background-size: contain;
    font-size: 24px;
    font-size: 1.7142857143rem;
    font-weight: bold;
  }
  main.next .service-toggle dt span:nth-child(2) {
    font-size: 15px;
    font-size: 1.0714285714rem;
  }
  main.next .service-toggle dd {
    padding-bottom: 15px;
    padding-top: 10px;
    padding-left: 40px;
  }
  main.next .service-message .item-img {
    width: 120px;
  }
  main.next .service-message .item-text {
    margin-top: 15px;
    padding: 15px;
    padding-left: 30px;
  }
  main.next .service-message .item-text p {
    font-size: 14px;
    font-size: 1rem;
  }
  main.next .service-voice .item-img {
    width: 90px;
    margin-right: 10px;
  }
  main.next .service-img-text {
    flex-wrap: wrap;
  }
  main.next .service-img-text .item-text:not(:last-child) {
    margin-bottom: 0;
  }
  main.next .service-img-text .item-img {
    margin-right: 0;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }
  main.next .service-img-text .item-img:last-child {
    margin-right: 0;
    margin-left: 0;
    margin-top: 20px;
    margin-bottom: 0;
  }
  main.next .service-program dt > span:nth-child(1) {
    margin-right: 10px;
  }
  main.next .service-program dt > span:nth-child(2) span:nth-child(1) {
    font-size: 18px;
    font-size: 1.2857142857rem;
  }
  main.next .service-program dd {
    padding: 15px;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  main.next .service-program dd .item-text {
    width: 100%;
  }
  main.next .service-program dd .item-img {
    margin-left: 0px;
    margin: 15px;
  }
}
