﻿
/* CSS Document */
/* breadcrumb
------------------------------------------------------------*/
#breadcrumb {
  padding: 10px;
  background: #f6f5f5;
}

#breadcrumb ul {
  width: 1060px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-size: 0.75rem;
}

#breadcrumb ul li {
  display: inline;
}

#breadcrumb ul li:not(:last-child):after {
  content: url(../image/arrow-bread1.svg);
  margin-left: 10px;
  margin-right: 8px;
}

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

/* main next
------------------------------------------------------------*/
main.next > section section:not(:last-child), main.next > article section:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 60px;
  padding-bottom: 60px;
}

main.next > section section:not(:last-child).no-border, main.next > article section:not(:last-child).no-border {
  padding-bottom: 0;
  margin-bottom: 50px;
  border-bottom: none;
}

main.next > section.logo, main.next > article.logo {
  background: url(../image/bg-logo.png) no-repeat right 20% top 5%/529px auto;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  main.next > section.logo, main.next > article.logo {
    background-image: url(../image/bg-logo@2x.png);
  }
}

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

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

main.next .column-list li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: relative;
  border-bottom: 1px dashed #dcdcdc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .column-list li[data-emergence=visible] {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -ms-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

main.next .column-list li[data-emergence=visible]:nth-child(even) {
  -webkit-animation-delay: 0.1s;
  -moz-animation-delay: 0.1s;
  -ms-animation-delay: 0.1s;
  -o-animation-delay: 0.1s;
  animation-delay: 0.1s;
}

main.next .column-list li:nth-child(odd) {
  padding-right: 30px;
}

main.next .column-list li:nth-child(odd):after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  width: 0;
  height: calc(100% - 20px);
  border-left: 1px dashed #dcdcdc;
}

main.next .column-list li:nth-child(even) {
  padding-left: 30px;
}

main.next .column-list .item-img {
  line-height: 0;
  margin-right: 20px;
  max-width: 35%;
}

main.next .column-list .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-bottom: -10px;
}

main.next .column-list .item-text > * {
  margin-bottom: 10px;
}

main.next .column-list .item-text time {
  font-size: 12px;
  font-size: 0.75rem;
  display: block;
}

main.next .column-list .item-text .title {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.4;
}

main.next .wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .wp-pagenavi > * {
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 10px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  border: 1px solid #f08200;
  color: #f08200;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
}

main.next .wp-pagenavi .current {
  background-color: #f08200;
  border-color: #f08200;
  color: #FFF;
  position: relative;
  font-weight: bold;
}

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

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

main.next .wp-pagenavi a.prev, main.next .wp-pagenavi a.next {
  font-size: 0;
}

main.next .wp-pagenavi a.prev:before, main.next .wp-pagenavi a.next:before {
  content: url(../image/arrow-btn_orange.svg);
  line-height: 0;
}

main.next .wp-pagenavi a.prev:hover:before, main.next .wp-pagenavi a.next:hover:before {
  content: url(../image/arrow-btn_white.svg);
}

main.next .wp-pagenavi a.prev {
  margin-left: 0;
}

main.next .wp-pagenavi a.prev:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}

main.next .wp-pagenavi a.next {
  margin-right: 0;
}

main.next > article .item-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

main.next > article .item-title .cat {
  margin-right: 20px;
}

main.next > article .item-title time {
  font-size: 12px;
  font-size: 0.75rem;
}

main.next > article .item-title h1 {
  width: 100%;
  margin-top: 10px;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  border-bottom: 1px solid #dcdcdc;
  position: relative;
  line-height: 1.4;
  padding-bottom: 10px;
}

main.next > article .item-title h1:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 80px;
  height: 1px;
  bottom: -1px;
  background: #f08200;
}

main.next > article .item-img {
  line-height: 0;
  text-align: center;
  margin-bottom: 30px;
}

main.next > article .item-text {
  margin-bottom: 50px;
}

main.next .status-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -60px -60px 0;
}

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

main.next .status-list li {
  width: calc(50% - 60px);
  margin: 0 60px 60px 0;
}

main.next .status-list li:nth-child(even) {
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

main.next .status-list .item-hd {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding-bottom: 10px;
  padding-top: 10px;
  line-height: 1.4;
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 30px;
}

main.next .status-list .item-img {
  line-height: 0;
  text-align: center;
  margin-bottom: 20px;
}

main.next #service h2 {
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 60px;
}

main.next #service h2 small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
  display: block;
}

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

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

main.next #service .service-list li {
  width: calc(33.3333% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
  text-align: center;
}

main.next #service .service-list .item-icon {
  margin-bottom: 25px;
}

main.next #service .service-list .item-icon span {
  display: block;
}

main.next #service .service-list .item-icon span:nth-child(1) {
  line-height: 0;
  margin-bottom: 10px;
}

main.next #service .service-list .item-icon span:nth-child(2) {
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: #f08200;
  line-height: 1;
}

main.next .person-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .person-block:not(:last-child) {
  margin-bottom: 80px;
}

main.next .person-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  margin-right: 45px;
}

main.next .person-block .item-text strong {
  font-weight: bold;
}

main.next .person-block .item-person {
  width: 580px;
  border: 1px solid #dcdcdc;
  background: #fff;
  padding: 25px;
  padding-right: 220px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 12px;
  font-size: 0.75rem;
  max-width: 60%;
}

main.next .person-block .item-person h3 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
  padding-bottom: 5px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .person-block .item-person .img {
  line-height: 0;
  position: absolute;
  right: -10px;
  bottom: 0;
}

main.next .voice-list > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next .voice-list > ul > li:not(:last-child) {
  margin-bottom: 50px;
}

main.next .voice-list > ul .item-img {
  margin-right: 30px;
  max-width: 25%;
  font-size: 12px;
  font-size: 0.75rem;
}

main.next .voice-list > ul .item-img h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .voice-list > ul .item-graph {
  line-height: 0;
  margin-left: 35px;
  max-width: 30%;
}

main.next .voice-list > ul .item-list {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 2px solid #a7936f;
  background: #fff;
  padding: 15px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

main.next .voice-list > ul .item-list:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 10px 8.5px 0;
  border-color: transparent #a7936f transparent transparent;
  position: absolute;
  left: -10px;
  top: 70px;
}

main.next .voice-list > ul .item-list li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next .voice-list > ul .item-list li:before {
  content: "・";
  margin-right: 0.5em;
}

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

main.next .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

main.next .flow-block .item-text dl > * {
  padding-left: 50px;
}

main.next .flow-block .item-text dl dt {
  border-top: 1px dashed #7d7d7d;
  padding-top: 15px;
  color: #a7936f;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
  background: url(../image/icon-check3.svg) no-repeat left top 20px;
}

main.next .flow-block .item-text dl dd {
  padding-bottom: 20px;
}

main.next .flow-block .item-text div {
  border: 1px solid #dcdcdc;
  padding: 25px;
}

main.next .flow-block .item-text div h3 {
  margin-bottom: 10px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
}

main.next .flow-block .item-text div ul li {
  text-indent: -1em;
  padding-left: 1em;
}

main.next .flow-block .item-text div ul li:before {
  content: "・";
  margin-right: 0.5em;
}

main.next .flow-block .item-img {
  line-height: 0;
  margin-left: 60px;
  max-width: 50%;
}

main.next .cordinator-block {
  overflow-x: scroll;
}

main.next .cordinator-block img {
  min-width: 900px;
}

main.next .area-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  background: #f6f5f5;
  border: 1px solid #dcdcdc;
}

main.next .area-block .item-img {
  line-height: 0;
}

main.next .area-block .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 25px;
}

main.next .area-block .item-text h2 {
  color: #f08200;
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
}

main.next .area-block .item-text p {
  font-size: 14px;
  font-size: 0.875rem;
}

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

main.next .map-block .item-map {
  margin-bottom: 50px;
  text-align: center;
  line-height: 0;
}

main.next .map-block .item-map svg {
  max-width: 100%;
  height: auto;
}

main.next .map-block .item-map .pref:hover > g:last-child {
  -ms-filter: "alpha( opacity=$number*100 )";
  filter: alpha(opacity=0);
  opacity: 0;
}

main.next .map-block .item-list dt {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
  border-bottom: 1px solid #dcdcdc;
}

main.next .map-block .item-list dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -60px;
  margin-bottom: -30px;
}

main.next .map-block .item-list dd:not(:last-child) {
  margin-bottom: 10px;
}

main.next .map-block .item-list dd > * {
  width: calc(50% - 60px);
  margin-right: 60px;
  margin-bottom: 30px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .map-block .item-list dd h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
  line-height: 1.4;
}

main.next .map-block .item-list dd h3:not(:first-child) {
  margin-top: 15px;
}

main.next .map-block .item-list dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

main.next .map-block .item-list dd ul li {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 1em;
  text-indent: -1em;
  width: 100px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .map-block .item-list dd ul li:before {
  content: "・";
}

main.next .map-block .item-list dd ul li a:hover {
  color: #f08200;
}

main.next .faq-nav {
  margin-right: -20px;
  margin-bottom: -20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

main.next .faq-nav > * {
  width: calc(25% - 20px);
  margin-right: 20px;
  margin-bottom: 20px;
}

main.next .faq-sec {
  padding-top: 5px;
}

main.next .faq-sec:not(:last-child) {
  margin-bottom: 80px;
}

main.next .faq-list {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

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

main.next .faq-list > * {
  background: rgba(255, 255, 255, 0.8);
}

main.next .faq-list dt {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  font-size: 18px;
  font-size: 1.125rem;
  padding: 20px 85px 20px 100px;
  cursor: pointer;
}

main.next .faq-list dt.opened:after {
  background-image: url(../image/icon-minus.svg);
}

main.next .faq-list dt:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  right: 30px;
  margin-top: -20px;
  background: #333333 url(../image/icon-plus.svg) no-repeat center;
}

main.next .faq-list dt span {
  font-size: 44px;
  font-size: 2.75rem;
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
  position: absolute;
  left: 0;
  top: 5px;
  line-height: 1;
  color: #f08200;
}

main.next .faq-list dt:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #f08200;
}

main.next .faq-list dt:not(:first-child) {
  margin-top: 20px;
}

main.next .faq-list dd {
  border-top: 1px solid black;
  background-color: #fff4ea;
  padding: 25px;
  display: none;
}

main.next .faq-list dd p:not(:last-child) {
  margin-bottom: 10px;
}

main.next section.bg-02 .faq-list > * {
  background: #fff9f1;
}

main.next .text-block:not(:last-child) {
  margin-bottom: 45px;
}

main.next .text-block .caution {
  color: #ff494b;
  display: block;
  margin-bottom: 30px;
}

main.next .text-block:first-child .caution {
  margin-top: -70px;
}

main.next .flow-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}

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

main.next .flow-list li {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  background: #f6f5f5;
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.3;
}

main.next .flow-list li:not(:last-child) {
  position: relative;
}

main.next .flow-list li:not(:last-child):before, main.next .flow-list li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 25px 0 25px 20px;
  border-color: transparent transparent transparent #d2d2d2;
  position: absolute;
  right: -20px;
  top: 0;
  z-index: 2;
}

main.next .flow-list li:not(:last-child):after {
  border-left-color: #f6f5f5;
  right: -19px;
}

main.next .flow-list li.current {
  background-color: #f08200;
  color: #FFF;
}

main.next .flow-list li.current:not(:last-child):after {
  border-left-color: #f08200;
}

main.next .form-block table:not(:last-child) {
  margin-bottom: 30px;
}

main.next .form-block table th, main.next .form-block table td {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .form-block table th.req:after {
  content: "*";
  color: #f00;
}

main.next .form-block table td > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .form-block .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin-right: -15px;
  margin-bottom: -10px;
}

main.next .form-block .flex:not(:last-child) {
  margin-bottom: 0;
}

main.next .form-block .flex > * {
  margin-right: 15px;
  margin-bottom: 10px;
}

main.next .form-block .flex > *.flex {
  margin-bottom: 0;
}

main.next .form-block .flex > *.check-radios {
  margin-bottom: 5px;
}

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

main.next .form-block .mw_wp_form_confirm .flex .w30 {
  width: auto;
}

main.next .form-block .mw_wp_form_confirm .flex .grow {
  width: auto;
  -ms-flex: 0 0 auto;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}

main.next .tel-contact {
  text-align: center;
  padding-bottom: 60px;
  border-bottom: 1px #d2d2d2 solid;
  margin-bottom: 60px;
}

main.next .tel-contact-header {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  letter-spacing: 0.3em;
  margin-bottom: 20px;
}

main.next .tel-contact-sub {
  font-size: 16px;
  font-size: 1rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: normal;
  font-weight: normal;
  display: block;
  margin-bottom: 40px;
}

main.next .tel-contact-banner {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 500px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: -moz-inline-box;
  display: inline-block;
  font-size: 46px;
  font-size: 2.875rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  color: white;
  margin: 0 auto;
  background-color: #f18200;
  padding: 10px 0;
}

main.next .tel-contact-banner p {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
}

main.next .tel-contact-banner span {
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  display: block;
}

main.next .tel-contact-banner:hover {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-decoration: none;
  background-color: #ff8f0c;
}

main.next .review-detail:not(:last-child) {
  border-bottom: none;
  padding-bottom: 0;
}

main.next .review-detail .item-img-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff9f1;
  border: 1px solid #dcdcdc;
  padding: 40px;
}

main.next .review-detail .item-img-text:not(:last-child) {
  margin-bottom: 50px;
}

main.next .review-detail .item-img-text .item-info {
  width: 100%;
}

main.next .review-detail .item-img-text .item-info:not(:first-child) {
  margin-top: 35px;
}

main.next .review-detail .item-img {
  margin-right: 17px;
  width: 25%;
}

main.next .review-detail .item-img .img {
  line-height: 0;
  margin-bottom: 15px;
}

main.next .review-detail .item-img .img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

main.next .review-detail .item-img .info {
  border-top: 3px solid #d7cec2;
  border-bottom: 3px solid #d7cec2;
  padding: 10px;
}

main.next .review-detail .item-img .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main.next .review-detail .item-img .info dl dt {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: bold;
  margin-right: 5px;
}

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

main.next .review-detail .item-text .comment {
  padding: 25px;
  border: 2px solid #85827f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
  position: relative;
}

main.next .review-detail .item-text .comment:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 14px 9px 0;
  border-color: transparent #85827f transparent transparent;
  position: absolute;
  left: -14px;
  top: 20%;
}

main.next .review-detail .item-text .comment:not(:last-child) {
  margin-bottom: 20px;
}

main.next .review-detail .item-text .comment h1 {
  line-height: 1.3;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

main.next .review-detail .item-text .comment h1:not(:last-child) {
  margin-bottom: 15px;
}

main.next .review-detail .item-text .comment p {
  font-size: 16px;
  font-size: 1rem;
}

main.next .review-detail .item-text table th, main.next .review-detail .item-text table td {
  text-align: center;
  border-width: 2px;
  border-color: #d7cec2;
  padding: 10px;
}

main.next .review-detail .item-text table th {
  background-color: #a79370;
  color: #FFF;
}

main.next .review-detail .item-comment {
  padding: 30px;
  border: 2px dashed #f08200;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next .review-detail .item-comment:not(:last-child) {
  margin-bottom: 15px;
}

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

main.next .review-detail .item-comment h2 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  color: #331e05;
}

main.next .review-detail .item-info {
  border: 1px solid #a79370;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .review-detail .item-info dl {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 10px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

main.next .review-detail .item-info dl:not(:last-child) {
  border-right: 1px solid #a79370;
}

main.next .review-detail .item-info dl dt {
  margin-right: 5px;
}

main.next .review-detail .item-info dl dd a {
  color: #f08200;
  text-decoration: underline;
}

main.next .review-detail .item-info dl dd a:hover {
  text-decoration: none;
}

main.next .review-detail .item-other {
  width: 100%;
}

main.next .review-detail .item-other:not(:first-child) {
  margin-top: 35px;
}

main.next .review-detail .item-other .heading-lv03:not(:last-child) {
  margin-bottom: 20px;
}

main.next .review-detail .item-other ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-bottom: -10px;
}

main.next .review-detail .item-other ul li {
  margin-right: 15px;
  margin-bottom: 10px;
  width: calc(20% - 15px);
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  main.next .review-detail .item-other ul li {
    width: calc(25% - 15px);
  }
}

main.next .review-detail .item-other ul li a {
  text-decoration: underline;
  color: #f08200;
}

main.next .review-detail .item-other ul li a:hover {
  text-decoration: none;
}

main.next .review-detail .item-btn {
  width: 100%;
}

main.next .review-detail .item-btn:not(:first-child) {
  margin-top: 20px;
}

main.next .fee-text:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
}

main.next .fee-text .item-hd {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.4;
  margin-bottom: 20px;
}

main.next .fee-text .item-hd span {
  color: #f08200;
  font-size: 40px;
  font-size: 2.5rem;
}

main.next .fee-text .item-text {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .fee-text .item-text:not(:last-child) {
  margin-bottom: 50px;
}

main.next .fee-text .item-text small {
  font-size: 13px;
  font-size: 0.8125rem;
  font-weight: normal;
}

main.next .fee-text .item-img:not(:last-child) {
  margin-bottom: 50px;
}

main.next .fee-text .item-img img {
  min-width: 800px;
}

main.next .fee-text .item-img p {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: bold;
  color: #e01313;
}

main.next .fee-point {
  border: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .fee-point:not(:last-child) {
  padding-bottom: 0;
}

main.next .fee-point .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding: 30px;
}

main.next .fee-point .item-text > span {
  display: -moz-inline-box;
  display: inline-block;
  background-color: #e01313;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  color: #FFF;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 10px;
}

main.next .fee-point .item-text h2 {
  font-size: 27px;
  font-size: 1.6875rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 15px;
}

main.next .fee-point .item-text p {
  font-size: 14px;
  font-size: 0.875rem;
}

main.next .fee-point .item-img {
  line-height: 0;
  max-width: 50%;
}

main.next .fee-how {
  padding-top: 60px;
  border-top: 1px solid #dcdcdc;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .fee-how:not(:last-child) {
  margin-bottom: 60px;
}

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

main.next .fee-how .item-text .heading-lv05:not(:last-child) {
  margin-bottom: 25px;
}

main.next .fee-how .item-text p {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .fee-how .item-text p small {
  font-size: 12px;
  font-size: 0.75rem;
  font-weight: normal;
}

main.next .fee-how .item-img {
  line-height: 0;
  max-width: 50%;
}

main.next .fee-manager .heading-lv05:not(:last-child) {
  margin-bottom: 40px;
}

main.next .fee-manager .flow-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

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

main.next .fee-manager .flow-block .item-manager {
  width: 55%;
  margin-left: 40px;
  border: 1px solid #dcdcdc;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

main.next .fee-manager .flow-block .item-manager .text {
  padding-right: 200px;
}

main.next .fee-manager .flow-block .item-manager .text h3 {
  border-bottom: 1px dotted #dcdcdc;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 10px;
}

main.next .fee-manager .flow-block .item-manager .text p {
  font-size: 12px;
  font-size: 0.75rem;
}

main.next .fee-manager .flow-block .item-manager .img {
  position: absolute;
  right: 20px;
  bottom: 0;
  line-height: 0;
}

main.next .fee-flow img {
  min-width: 800px;
}

main.next .fee-try:not(:last-child) {
  padding-bottom: 0;
  border-bottom: none;
}

main.next .fee-try .item-hd {
  background: #331e05;
  color: #FFF;
  margin-bottom: 30px;
  font-size: 30px;
  font-size: 1.875rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
}

main.next .fee-try .item-img {
  line-height: 0;
}

main.next .fee-try .item-img img {
  min-width: 800px;
}

main.next .about-block:not(:last-child) {
  margin-bottom: 90px;
  padding-bottom: 0;
  border-bottom: none;
}

main.next .about-block .item-hd {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.2;
  margin-bottom: 30px;
}

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

main.next .about-block .item-img-text:not(:last-child) {
  margin-bottom: 55px;
}

main.next .about-block .item-img-text .img {
  margin-right: 40px;
}

main.next .about-block .item-img-text .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .about-block .item-img-text .text p {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main.next .about-block .item-img-text .text p:not(:last-child) {
  margin-bottom: 10px;
}

main.next .about-block .item-img-text .text p small {
  font-size: 12px;
  font-size: 0.75rem;
}

main.next .about-block .item-example:not(:last-child) {
  margin-bottom: 45px;
}

main.next .about-block .item-example h3 {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
}

main.next .about-block .item-example > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -12px;
  margin-bottom: -12px;
}

main.next .about-block .item-example > ul > li {
  margin-right: 12px;
  margin-bottom: 12px;
  width: calc(25% - 12px);
  border: 2px solid #a7936f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
}

main.next .about-block .item-example > ul > li h4 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 5px;
}

main.next .about-block .item-example > ul > li ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .about-block .item-example > ul > li ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

main.next .about-block .item-worries {
  background: #fff9f1;
  border: 1px solid #331e05;
  padding: 60px;
  text-align: center;
}

main.next .about-block .item-worries h3 {
  text-align: center;
  font-size: 32px;
  font-size: 2rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-bottom: 25px;
}

main.next .about-block .item-worries h3 span {
  color: #7b4c01;
  letter-spacing: 0.1em;
  font-size: 38px;
  font-size: 2.375rem;
}

main.next .about-block .item-worries h4 {
  text-align: center;
  color: #f08200;
  font-size: 34px;
  font-size: 2.125rem;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main.next .merit-block:not(:last-child) {
  margin-bottom: 90px;
  padding-bottom: 0;
  border-bottom: none;
}

main.next .merit-block .item-hd {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 1.6;
  letter-spacing: 0.1em;
  margin-bottom: 30px;
}

main.next .merit-block .item-hd span {
  font-size: 38px;
  font-size: 2.375rem;
  color: #f08200;
}

main.next .merit-block .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: -20px;
  margin-bottom: -20px;
}

main.next .merit-block .item-list li {
  margin-right: 20px;
  margin-bottom: 20px;
  width: calc(33.3333333333% - 20px);
  border: 1px solid #331e05;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #fff9f1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 10px 10px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .merit-block .item-list li > * {
  max-width: 100%;
}

main.next .merit-block .item-list li > span {
  font-family: 'Cormorant Garamond', serif;
  font-weight: normal;
  background: #f08200;
  color: #FFF;
  font-size: 40px;
  font-size: 2.5rem;
  font-style: italic;
  width: 38px;
  height: 38px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  line-height: 1;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 10px;
}

main.next .merit-block .item-list li h3 {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 15px;
  line-height: 1.5;
}

main.next .merit-block .item-list li .img {
  line-height: 0;
  margin-top: auto;
}

main.next .feature-block .item-hd {
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  margin-bottom: 35px;
  line-height: 1.4;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main.next .feature-block .item-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
  margin-bottom: -30px;
}

main.next .feature-block .item-list li {
  margin-right: 20px;
  margin-bottom: 30px;
  width: calc(33.3333333333% - 20px);
}

main.next .feature-block .item-list li .img {
  text-align: center;
  margin-bottom: 15px;
}

main.next .feature-block .item-list li .text {
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

main.next .feature-block .item-list li .text h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 10px;
  text-align: center;
}

main.next .feature-block .item-list li .text p:not(:last-child) {
  margin-bottom: 5px;
}

main.next .case-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .case-title:not(:last-child) {
  margin-bottom: 65px;
}

main.next .case-title .item-img {
  line-height: 0;
  margin-right: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

main.next .case-title .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 2px solid #85827f;
  background: #FFF;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  position: relative;
}

main.next .case-title .item-text:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #85827f transparent transparent;
  position: absolute;
  left: -12px;
  top: 50%;
  margin-top: -10px;
}

main.next .case-title .item-text .title {
  margin-right: 25px;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
}

main.next .case-title .item-text .title h3 {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: bold;
}

main.next .case-hd {
  background: #331e05;
  color: #FFF;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  padding: 5px;
  margin-bottom: 35px;
}

main.next .case-text:not(:last-child) {
  margin-bottom: 80px;
}

main.next .case-recipe {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .case-recipe:not(:last-child) {
  margin-bottom: 70px;
}

main.next .case-recipe .item {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 2px solid #7b4c01;
  background: #FFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

main.next .case-recipe .item:not(:last-child) {
  margin-right: 50px;
  position: relative;
}

main.next .case-recipe .item:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11px 0 11px 10px;
  border-color: transparent transparent transparent #7b4c01;
  position: absolute;
  right: -30px;
  top: 50%;
  margin-top: -5px;
}

main.next .case-recipe .item-hd {
  background: #7b4c01;
  -webkit-border-radius: 2px 2px 0 0;
  -moz-border-radius: 2px 2px 0 0;
  -ms-border-radius: 2px 2px 0 0;
  -o-border-radius: 2px 2px 0 0;
  border-radius: 2px 2px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 5px;
}

main.next .case-recipe .item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 25px 35px;
}

main.next .case-recipe .item-content .text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

main.next .case-recipe .item-content .text:not(:last-child) {
  margin-right: 25px;
}

main.next .case-recipe .item-content .img {
  line-height: 0;
}

@media screen and (min-width: 701px) {
  main.next .case-recipe .item-content .img {
    max-width: 45%;
  }
}

main.next .case-recipe .item-content h5 {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main.next .case-recipe .item-content ul:not(:last-child) {
  margin-bottom: 15px;
}

main.next .case-recipe .item-content ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .case-recipe .item-content ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

main.next .case-staff {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .case-staff:not(:last-child) {
  margin-bottom: 70px;
}

main.next .case-staff .item-img {
  margin-right: 35px;
  line-height: 0;
}

@media screen and (min-width: 701px) {
  main.next .case-staff .item-img {
    max-width: 35%;
  }
}

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

main.next .case-staff .item-text > *:not(:last-child) {
  margin-bottom: 10px;
}

main.next .case-list:not(:last-child) {
  margin-bottom: 70px;
}

main.next .case-list .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}

main.next .case-list .item:not(:last-child) {
  margin-bottom: 45px;
}

main.next .case-list .item-img {
  margin-right: 30px;
}

main.next .case-list .item-img .img {
  line-height: 0;
  margin-bottom: 15px;
}

main.next .case-list .item-img .text h3 {
  font-size: 16px;
  font-size: 1rem;
  font-weight: bold;
}

main.next .case-list .item-img .text p {
  font-size: 12px;
  font-size: 0.75rem;
}

main.next .case-list .item-text {
  border: 2px solid #a7936f;
  padding: 15px;
  position: relative;
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  background: #FFF;
  margin-right: 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #FFF;
}

main.next .case-list .item-text:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8.5px 10px 8.5px 0;
  border-color: transparent #a7936f transparent transparent;
  position: absolute;
  top: 70px;
  left: -10px;
}

main.next .case-list .item-text ul li {
  list-style-type: none;
  text-indent: -1em;
  padding-left: 1em;
}

main.next .case-list .item-text ul li:before {
  content: "\0030fb";
  margin-right: 0.5em;
}

main.next .case-list .item-graph {
  max-width: 30%;
}

main.next .case-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .case-point:not(:last-child) {
  margin-bottom: 70px;
}

main.next .case-point .item-img {
  line-height: 0;
  margin-right: 30px;
}

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

main.next .case-point .item-text {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  border: 4px solid #cccccc;
  padding: 20px;
  background: #FFF;
}

main.next .case-point .item-text > *:not(:last-child) {
  margin-bottom: 5px;
}

main.next .graph-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -60px;
  margin-bottom: -60px;
}

main.next .graph-list > li {
  margin-right: 60px;
  margin-bottom: 60px;
  width: calc(50% - 60px);
}

main.next .graph-list .item-hd {
  border-top: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: normal;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  text-align: center;
  padding: 10px;
  line-height: 1.2;
  margin-bottom: 30px;
}

main.next .graph-list .item-graph {
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

main.next .graph-list .item-graph > div {
  width: 100%;
}

main.next .graph-list .item-graph > div svg {
  max-width: 100%;
}

main.next .graph-list .item-graph ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -8px;
  margin-bottom: -8px;
}

main.next .graph-list .item-graph ul li {
  margin-right: 8px;
  margin-bottom: 8px;
  width: calc(33.3333333333% - 8px);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid #e5d2b1;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  padding: 15px;
}

@supports (aspect-ratio: 1/1) {
  main.next .graph-list .item-graph ul li {
    aspect-ratio: 1/1;
  }
}

main.next .graph-list .item-graph ul li:nth-child(1) h4, main.next .graph-list .item-graph ul li:nth-child(2) h4, main.next .graph-list .item-graph ul li:nth-child(3) h4 {
  font-size: 18px;
  font-size: 1.125rem;
}

main.next .graph-list .item-graph ul li:nth-child(1) p, main.next .graph-list .item-graph ul li:nth-child(2) p, main.next .graph-list .item-graph ul li:nth-child(3) p {
  font-size: 24px;
  font-size: 1.5rem;
}

main.next .graph-list .item-graph ul li:nth-child(1) p span, main.next .graph-list .item-graph ul li:nth-child(2) p span, main.next .graph-list .item-graph ul li:nth-child(3) p span {
  font-size: 40px;
  font-size: 2.5rem;
}

main.next .graph-list .item-graph ul h4 {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.3;
}

main.next .graph-list .item-graph ul p {
  color: #7b4c01;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

main.next .graph-list .item-graph ul p span {
  font-size: 30px;
  font-size: 1.875rem;
}

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

main.next .attribute-list li {
  margin-right: 20px;
  margin-bottom: 50px;
  width: calc(50% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

main.next .attribute-list li > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: 100%;
  border: 1px solid #331e05;
  padding: 6px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

main.next .attribute-list li > a:hover {
  text-decoration: none;
}

main.next .attribute-list li > a:hover .item-title:after {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

main.next .attribute-list .item-img {
  line-height: 0;
  margin-right: 30px;
}

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

main.next .attribute-list .item-title {
  width: 10px;
  -ms-flex: 1 0 auto;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.5;
}

main.next .attribute-list .item-title:after {
  content: "";
  width: 22px;
  height: 13px;
  background: no-repeat center/contain;
  background-image: url(../image/arrow-btn_orange.svg);
  margin-left: 10px;
  display: -moz-inline-box;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

@media screen and (min-width: 701px) and (max-width: 1060px) {
  /* main next
------------------------------------------------------------*/
  main.next > section.logo, main.next > article.logo {
    background-size: 40% auto;
    background-position: right 20px top 5%;
  }
  main.next .status-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -30px -30px 0;
  }
  main.next .status-list li {
    width: calc(50% - 30px);
    margin: 0 30px 30px 0;
  }
  main.next .status-list .item-hd {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main.next #service .service-list .item-icon span:nth-child(2) {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  main.next .area-block {
    padding: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .area-block .item-img {
    max-width: 50%;
  }
  main.next .area-block .item-text {
    margin-right: 20px;
  }
  main.next .map-block .item-list dd ul li {
    width: 80px;
  }
  main.next .faq-nav {
    margin-right: -10px;
    margin-bottom: -10px;
  }
  main.next .faq-nav:not(:last-child) {
    margin-bottom: 60px;
  }
  main.next .faq-nav > * {
    width: calc(33.3333% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  main.next .graph-list {
    margin-right: -30px;
    margin-bottom: -30px;
  }
  main.next .graph-list li {
    margin-right: 30px;
    margin-bottom: 30px;
    width: calc(50% - 30px);
  }
  main.next .graph-list .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) h4, main.next .graph-list .item-graph ul li:nth-child(2) h4, main.next .graph-list .item-graph ul li:nth-child(3) h4 {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) p, main.next .graph-list .item-graph ul li:nth-child(2) p, main.next .graph-list .item-graph ul li:nth-child(3) p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) p span, main.next .graph-list .item-graph ul li:nth-child(2) p span, main.next .graph-list .item-graph ul li:nth-child(3) p span {
    font-size: 36px;
    font-size: 2.25rem;
  }
  main.next .graph-list .item-graph ul p {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .graph-list .item-graph ul p span {
    font-size: 26px;
    font-size: 1.625rem;
  }
}

/*sp*/
@media screen and (max-width: 700px) {
  /* main next
------------------------------------------------------------*/
  main.next > section section:not(:last-child), main.next > article section:not(:last-child) {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  main.next > section section:not(:last-child).no-border, main.next > article section:not(:last-child).no-border {
    margin-bottom: 30px;
  }
  main.next > section.logo, main.next > article.logo {
    background-size: 50% auto;
    background-position: right 10px top 2%;
  }
  main.next .column-list:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .column-list li {
    width: 100%;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  main.next .column-list li:nth-child(odd) {
    padding-right: 0;
  }
  main.next .column-list li:nth-child(odd):after {
    display: none;
  }
  main.next .column-list li:nth-child(even) {
    padding-left: 0;
  }
  main.next .column-list .item-img {
    margin-right: 15px;
  }
  main.next .column-list .item-text .title {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .wp-pagenavi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  main.next .wp-pagenavi > * {
    width: 25px;
    height: 25px;
    margin-right: 5px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next > article .item-title {
    margin-bottom: 30px;
  }
  main.next > article .item-title .cat {
    margin-right: 15px;
  }
  main.next > article .item-title h1 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
  main.next > article .item-img {
    margin-bottom: 20px;
  }
  main.next > article .item-text {
    margin-bottom: 30px;
  }
  main.next .status-list {
    margin: 0 -20px -30px 0;
  }
  main.next .status-list li {
    width: calc(50% - 20px);
    margin: 0 20px 30px 0;
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next .status-list li {
    width: calc(100% - 20px);
  }
}

@media screen and (max-width: 700px) {
  main.next .status-list .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main.next .status-list .item-img {
    margin-bottom: 15px;
  }
  main.next .status-list .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next #service .service-list {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: -10px;
  }
  main.next #service .service-list:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next #service .service-list li {
    width: calc(50% - 20px);
    margin-bottom: 10px;
  }
  main.next #service .service-list .item-icon {
    margin-bottom: 15px;
  }
  main.next #service .service-list .item-icon span:nth-child(2) {
    font-size: 20px;
    font-size: 1.25rem;
  }
  main.next .person-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .person-block:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .person-block .item-text {
    width: auto;
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .person-block .item-person {
    width: auto;
    padding: 20px;
    padding-right: 120px;
    max-width: 100%;
  }
  main.next .person-block .item-person .img {
    width: 130px;
    text-align: right;
  }
  main.next .voice-list > ul > li {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
  }
  main.next .voice-list > ul > li:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next .voice-list > ul .item-img {
    margin-right: 20px;
    max-width: calc(50% - 20px);
    font-size: 12px;
    font-size: 0.75rem;
  }
  main.next .voice-list > ul .item-img h3 {
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
  }
  main.next .voice-list > ul .item-graph {
    line-height: 0;
    margin-left: 0;
    max-width: 50%;
  }
  main.next .voice-list > ul .item-list {
    width: 100%;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    margin-top: 20px;
  }
  main.next .voice-list > ul .item-list:after {
    display: none;
  }
  main.next .voice-list > ul .item-list:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 7px 8px 7px;
    border-color: transparent transparent #a7936f transparent;
    position: absolute;
    left: 10%;
    top: -8px;
  }
  main.next .voice-list > ul .item-list li {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .voice-list > ul .item-list li:not(:last-child) {
    margin-bottom: 5px;
  }
  main.next .flow-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .flow-block .item-text {
    width: auto;
  }
  main.next .flow-block .item-text dl > * {
    padding-left: 40px;
  }
  main.next .flow-block .item-text dl dt {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 10px;
    background-size: 30px auto;
  }
  main.next .flow-block .item-text dl dd {
    padding-bottom: 15px;
  }
  main.next .flow-block .item-text div {
    padding: 15px;
  }
  main.next .flow-block .item-img {
    margin-top: 20px;
    margin-left: 0;
    max-width: 100%;
  }
  main.next .area-block {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .area-block .item-img img {
    width: 100%;
  }
  main.next .area-block .item-text {
    width: auto;
    padding: 20px;
  }
  main.next .area-block .item-text h2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .map-block .item-map {
    margin-bottom: 30px;
    margin-left: -20px;
    margin-right: -20px;
  }
  main.next .map-block .item-list dt {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 10px;
  }
  main.next .map-block .item-list dd {
    margin-right: 0;
    margin-bottom: -20px;
  }
  main.next .map-block .item-list dd > * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .map-block .item-list dd h3 {
    font-size: 15px;
    font-size: 0.9375rem;
    font-weight: bold;
  }
  main.next .map-block .item-list dd ul li {
    font-size: 13px;
    font-size: 0.8125rem;
    width: 20%;
  }
}

@media screen and (max-width: 700px) and (max-width: 550px) {
  main.next .map-block .item-list dd ul li {
    width: 25%;
  }
}

@media screen and (max-width: 700px) and (max-width: 400px) {
  main.next .map-block .item-list dd ul li {
    width: 33.3333333333%;
  }
}

@media screen and (max-width: 700px) {
  main.next .faq-nav {
    margin-right: -10px;
    margin-bottom: -10px;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .faq-nav:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .faq-nav > * {
    width: calc(50% - 10px);
    margin-right: 10px;
    margin-bottom: 10px;
  }
  main.next .faq-sec:not(:last-child) {
    margin-bottom: 80px;
  }
  main.next .faq-list:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .faq-list dt {
    font-size: 16px;
    font-size: 1rem;
    padding: 10px 45px 10px 70px;
  }
  main.next .faq-list dt:after {
    right: 0;
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  main.next .faq-list dt span {
    font-size: 32px;
    font-size: 2rem;
    top: 3px;
  }
  main.next .faq-list dt:not(:first-child) {
    margin-top: 10px;
  }
  main.next .faq-list dd {
    padding: 15px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .text-block .caution {
    margin-bottom: 30px;
  }
  main.next .text-block:first-child .caution {
    margin-top: 0;
  }
  main.next .flow-list li {
    width: auto;
    height: 50px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
  }
  main.next .flow-list li:not(:last-child) {
    position: relative;
  }
  main.next .flow-list li:not(:last-child):before, main.next .flow-list li:not(:last-child):after {
    border-left-width: 10px;
    right: -10px;
  }
  main.next .flow-list li:not(:last-child):after {
    right: -9px;
  }
  main.next .form-block table {
    display: block;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  main.next .form-block table tbody, main.next .form-block table tr, main.next .form-block table th, main.next .form-block table td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
  }
  main.next .form-block table th, main.next .form-block table td {
    border: none;
    padding-left: 20px;
    padding-right: 20px;
  }
  main.next .form-block .flex {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .form-block .flex .grow {
    width: calc(100% - 100px);
  }
  main.next .form-block .flex .w250 {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .tel-contact {
    margin-bottom: 30px;
    padding-bottom: 30px;
  }
  main.next .tel-contact-header {
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: bold;
    font-family: "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "游明朝体", "Yu Mincho", YuMincho, "HG明朝E", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
    letter-spacing: normal;
    margin-bottom: 10px;
  }
  main.next .tel-contact-sub {
    font-size: 16px;
    font-size: 1rem;
    text-align: left;
    margin-bottom: 30px;
  }
  main.next .tel-contact-banner {
    font-size: 36px;
    font-size: 2.25rem;
    font-weight: bold;
  }
  main.next .tel-contact-banner p {
    font-size: 16px;
    font-size: 1rem;
  }
  main.next .review-detail .item-img-text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 15px;
  }
  main.next .review-detail .item-img-text:not(:last-child) {
    margin-bottom: 20px;
  }
  main.next .review-detail .item-img-text .item-info:not(:first-child) {
    margin-top: 20px;
  }
  main.next .review-detail .item-img {
    margin-right: 0px;
    margin-bottom: 15px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  main.next .review-detail .item-img .img {
    margin-bottom: 0;
    margin-right: 10px;
    max-width: 40%;
  }
  main.next .review-detail .item-img .info {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .review-detail .item-img .info dl dt {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
  }
  main.next .review-detail .item-text {
    width: 10px;
    -ms-flex: 1 0 auto;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  main.next .review-detail .item-text .comment {
    padding: 15px;
  }
  main.next .review-detail .item-text .comment:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 9px 14px 9px;
    border-color: transparent transparent #85827f transparent;
    left: 10%;
    top: -14px;
  }
  main.next .review-detail .item-text .comment:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .review-detail .item-text .comment h1 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .review-detail .item-text .comment h1:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .review-detail .item-text .comment p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .review-detail .item-text table th, main.next .review-detail .item-text table td {
    font-size: 13px;
    font-size: 0.8125rem;
    padding: 5px;
  }
  main.next .review-detail .item-comment {
    padding: 15px;
  }
  main.next .review-detail .item-comment:not(:last-child) {
    margin-bottom: 10px;
  }
  main.next .review-detail .item-comment h2 {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  main.next .review-detail .item-comment p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .review-detail .item-info {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .review-detail .item-info dl {
    width: 100%;
    padding: 5px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .review-detail .item-info dl:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid #a79370;
  }
  main.next .review-detail .item-other:not(:first-child) {
    margin-top: 25px;
  }
  main.next .review-detail .item-other ul {
    margin-right: -10px;
    margin-bottom: -5px;
  }
  main.next .review-detail .item-other ul li {
    margin-right: 10px;
    margin-bottom: 5px;
    width: calc(33.3333333333% - 10px);
  }
}

@media screen and (max-width: 700px) and (max-width: 500px) {
  main.next .review-detail .item-other ul li {
    width: calc(50% - 10px);
  }
}

@media screen and (max-width: 700px) {
  main.next .fee-text:not(:last-child) {
    margin-bottom: 40px;
  }
  main.next .fee-text .item-hd {
    font-size: 20px;
    font-size: 1.25rem;
    margin-bottom: 15px;
  }
  main.next .fee-text .item-hd span {
    font-size: 32px;
    font-size: 2rem;
  }
  main.next .fee-text .item-text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .fee-text .item-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .fee-text .item-text small {
    font-size: 12px;
    font-size: 0.75rem;
    font-weight: normal;
  }
  main.next .fee-text .item-img:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .fee-point {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
  }
  main.next .fee-point:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .fee-point .item-text {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  main.next .fee-point .item-text > span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .fee-point .item-text h2 {
    font-size: 23px;
    font-size: 1.4375rem;
    margin-bottom: 10px;
  }
  main.next .fee-point .item-img {
    max-width: 100%;
  }
  main.next .fee-how {
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .fee-how:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .fee-how .item-text {
    width: 100%;
    margin-bottom: 15px;
  }
  main.next .fee-how .item-text .heading-lv05:not(:last-child) {
    margin-bottom: 15px;
  }
  main.next .fee-how .item-text p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .fee-how .item-img {
    max-width: 100%;
  }
  main.next .fee-manager .heading-lv05:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .fee-manager .flow-block {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .fee-manager .flow-block .item-text {
    width: 100%;
    margin-bottom: 20px;
  }
  main.next .fee-manager .flow-block .item-manager {
    width: 100%;
    margin-left: 0px;
    padding: 15px;
  }
  main.next .fee-manager .flow-block .item-manager .text {
    padding-right: 27%;
  }
  main.next .fee-manager .flow-block .item-manager .img {
    max-width: 25%;
    right: 10px;
  }
  main.next .fee-try .item-hd {
    margin-bottom: 15px;
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .about-block:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .about-block .item-hd {
    font-size: 26px;
    font-size: 1.625rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  main.next .about-block .item-img-text {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .about-block .item-img-text:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .about-block .item-img-text .img {
    margin-right: 0px;
    margin-bottom: 20px;
    line-height: 0;
  }
  main.next .about-block .item-img-text .text {
    width: 100%;
  }
  main.next .about-block .item-example:not(:last-child) {
    margin-bottom: 25px;
  }
  main.next .about-block .item-example h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .about-block .item-example > ul {
    margin-right: -8px;
    margin-bottom: -8px;
  }
  main.next .about-block .item-example > ul > li {
    margin-right: 8px;
    margin-bottom: 8px;
    width: calc(50% - 8px);
    padding: 10px;
  }
  main.next .about-block .item-worries {
    padding: 20px 15px;
  }
  main.next .about-block .item-worries h3 {
    font-size: 28px;
    font-size: 1.75rem;
    margin-bottom: 15px;
  }
  main.next .about-block .item-worries h3 span {
    font-size: 32px;
    font-size: 2rem;
  }
  main.next .about-block .item-worries .img {
    margin-left: -10px;
    margin-right: -10px;
  }
  main.next .about-block .item-worries h4 {
    font-size: 26px;
    font-size: 1.625rem;
  }
  main.next .merit-block:not(:last-child) {
    margin-bottom: 45px;
  }
  main.next .merit-block .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  main.next .merit-block .item-hd span {
    font-size: 32px;
    font-size: 2rem;
  }
  main.next .merit-block .item-list {
    margin-right: -15px;
    margin-bottom: -20px;
  }
  main.next .merit-block .item-list li {
    margin-right: 15px;
    margin-bottom: 20px;
    width: calc(50% - 15px);
  }
  main.next .merit-block .item-list li h3 {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
  main.next .merit-block .item-list li h3 br {
    display: none;
  }
  main.next .feature-block .item-hd {
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 25px;
  }
  main.next .feature-block .item-list {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-right: -15px;
    margin-bottom: -25px;
  }
  main.next .feature-block .item-list li {
    margin-right: 15px;
    margin-bottom: 25px;
    width: calc(50% - 15px);
  }
  main.next .feature-block .item-list li .text {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .feature-block .item-list li .text h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
  main.next .case-title {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .case-title:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .case-title .item-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
  main.next .case-title .item-text {
    width: 100%;
    padding: 20px;
  }
  main.next .case-title .item-text > * {
    width: 100%;
  }
  main.next .case-title .item-text:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 12px 10px;
    border-color: transparent transparent #85827f transparent;
    position: absolute;
    left: 50%;
    top: -12px;
    margin-top: 0px;
    margin-left: -10px;
  }
  main.next .case-title .item-text .title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  main.next .case-title .item-text .title h3 {
    font-size: 21px;
    font-size: 1.3125rem;
  }
  main.next .case-hd {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 20px;
  }
  main.next .case-text:not(:last-child) {
    margin-bottom: 50px;
  }
  main.next .case-recipe {
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  main.next .case-recipe:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .case-recipe .item {
    width: 100%;
  }
  main.next .case-recipe .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  main.next .case-recipe .item:not(:last-child):after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 11px 0 11px;
    border-color: #7b4c01 transparent transparent transparent;
    right: 50%;
    margin-right: -11px;
    top: initial;
    bottom: -20px;
    margin-top: 0px;
  }
  main.next .case-recipe .item-content {
    padding: 15px;
  }
  main.next .case-recipe .item-content .img {
    max-width: 40%;
  }
  main.next .case-staff {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .case-staff:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .case-staff .item-img {
    margin-right: 0px;
    margin-bottom: 15px;
  }
  main.next .case-staff .item-text {
    width: 100%;
  }
  main.next .case-list:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .case-list .item {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  main.next .case-list .item:not(:last-child) {
    margin-bottom: 30px;
  }
  main.next .case-list .item-img {
    margin-right: 20px;
    width: calc(50% - 20px);
  }
  main.next .case-list .item-text {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-top: 20px;
    -webkit-box-original-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
    font-size: 15px;
    font-size: 0.9375rem;
  }
  main.next .case-list .item-text:after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 8.5px 10px 8.5px;
    border-color: transparent transparent #a7936f transparent;
    top: -10px;
    left: 50%;
    margin-left: -8px;
  }
  main.next .case-list .item-graph {
    max-width: 50%;
    -webkit-box-original-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  main.next .case-point {
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
  main.next .case-point:not(:last-child) {
    margin-bottom: 35px;
  }
  main.next .case-point .item-img {
    margin-right: 0px;
    margin-bottom: 10px;
  }
  main.next .case-point .item-text {
    width: 100%;
    padding: 15px;
  }
  main.next .graph-list {
    margin-right: -20px;
    margin-bottom: -20px;
  }
  main.next .graph-list > li {
    margin-right: 20px;
    margin-bottom: 20px;
    width: calc(100% - 20px);
  }
  main.next .graph-list .item-hd {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 15px;
  }
  main.next .graph-list .item-graph ul {
    margin-right: -5px;
    margin-bottom: -5px;
  }
  main.next .graph-list .item-graph ul li {
    margin-right: 5px;
    margin-bottom: 5px;
    width: calc(33.3333333333% - 5px);
    border-width: 2px;
    padding: 10px;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) h4, main.next .graph-list .item-graph ul li:nth-child(2) h4, main.next .graph-list .item-graph ul li:nth-child(3) h4 {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) p, main.next .graph-list .item-graph ul li:nth-child(2) p, main.next .graph-list .item-graph ul li:nth-child(3) p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  main.next .graph-list .item-graph ul li:nth-child(1) p span, main.next .graph-list .item-graph ul li:nth-child(2) p span, main.next .graph-list .item-graph ul li:nth-child(3) p span {
    font-size: 30px;
    font-size: 1.875rem;
  }
  main.next .graph-list .item-graph ul h4 {
    font-size: 12px;
    font-size: 0.75rem;
    margin-bottom: 5px;
  }
  main.next .graph-list .item-graph ul p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .graph-list .item-graph ul p span {
    font-size: 22px;
    font-size: 1.375rem;
  }
  main.next .graph-list .item-text {
    font-size: 14px;
    font-size: 0.875rem;
  }
  main.next .attribute-list {
    margin-right: 0;
    margin-bottom: -20px;
  }
  main.next .attribute-list li {
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  main.next .attribute-list .item-img {
    margin-right: 15px;
    max-width: 40%;
  }
  main.next .attribute-list .item-title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}
