@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: center bottom/cover no-repeat url(../images/common/main-visual-bg-top.png);
  z-index: 2;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 10px 0 5px;
  background-color: #fff;
  z-index: 5;
}
.header-logo {
  margin-top: 5px;
}
.header-logo a {
  max-width: 140px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header-logo a:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 985px;
  width: 100%;
}
.header-flex {
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative;
  margin-bottom: 18px;
}
.header-textbox {
  max-width: 694px;
  width: 100%;
}
.header-info {
  max-width: 320px;
  width: 100%;
  margin-left: auto;
  margin-bottom: 15px;
}
.header-contact:hover {
  opacity: 0.8;
}
.header-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 13px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 24px;
  height: 23px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.header-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.header-tel-txt img {
  display: block;
}
.header .global-nav {
  width: 100%;
}
.header .global-nav-list {
  width: 100%;
  height: 100%;
}
.header .global-nav-list-item {
  line-height: 1;
}
.header .global-nav-list-item a {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  position: relative;
}
.header .global-nav-list-item a:hover {
  color: #59be01 !important;
}
.header .global-nav-list-item a:hover::after {
  width: 100%;
}
.header .global-nav-list-item a.current {
  color: #59be01 !important;
}
.header .global-nav-list-item a.current::after {
  width: 100%;
}
.header .main-visual {
  overflow: hidden;
  width: 100%;
  height: 380px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 116px;
  height: 196px;
  background: center/contain no-repeat url(../images/common/main-visual-bg-l-b.png);
  z-index: 2;
}
.header .main-visual::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 122px;
  height: 162px;
  background: center/contain no-repeat url(../images/common/main-visual-bg-r-t.png);
  z-index: 2;
}
.header .main-visual-slick {
  width: 100%;
  height: 100%;
}
.header .main-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1480px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
}
.header .main-visual-textbox img {
  height: 190px;
}
.header .sub-visual {
  width: 100%;
  height: 250px;
  margin-top: 80px;
  position: relative;
  z-index: 1;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 95px;
  height: 152px;
  background: center/contain no-repeat url(../images/about/sub-visual-bg-l-b.png);
  z-index: 2;
}
.header .sub-visual::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 165px;
  height: 211px;
  background: center/contain no-repeat url(../images/about/sub-visual-bg-r-t.png);
  z-index: 2;
}
.header .sub-visual-textbox {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  max-width: 1280px;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 30px;
  z-index: 5;
}
.header .sub-visual-textbox img {
  height: 50px;
}

#mv {
  width: 100%;
  position: relative;
}

#mv .bx-wrapper,
#mv ul {
  width: 100%;
  height: 380px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  z-index: 1;
}

#mv li {
  width: 100%;
  height: 100%;
}
#mv li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 174px;
  height: 187px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 263px;
  height: 298px;
  background: center/contain no-repeat url(../images/top/top-about-bg-r-b.png);
  z-index: -1;
}
.top-about-inner {
  position: relative;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-about-content:first-of-type .top-about-img {
  margin-bottom: 20px;
  z-index: 1;
}
.top-about-content:first-of-type .top-about-img::before {
  position: absolute;
  content: "";
  bottom: -33px;
  right: -24px;
  width: 188px;
  height: 143px;
  background: center/contain no-repeat url(../images/top/top-about-deco01.png);
}
.top-about-content:nth-of-type(2) {
  margin-top: 20px;
}
.top-about-content:nth-of-type(2) .top-about-textbox {
  max-width: 520px;
  margin-top: 6px;
}
.top-about-content:nth-of-type(2) .top-about-text {
  margin-bottom: 20px;
}
.top-about-img {
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
  position: relative;
}
.top-about-textbox {
  max-width: 570px;
  width: 100%;
}
.top-about-title {
  font-size: 3rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  margin-bottom: 15px;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}

.chart {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  position: relative;
  z-index: 1;
}
.chart-inner::before {
  position: absolute;
  content: "";
  top: -65px;
  left: -18px;
  width: 145px;
  height: 148px;
  background: center/contain no-repeat url(../images/top/top-about-deco02.png);
}
.chart .cmn-title {
  line-height: 1.3;
}
.chart-sub-text {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: 45px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.chart-sub-text::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 23px;
  background: center/cover no-repeat url(../images/top/chart-text-l.png);
}
.chart-sub-text::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 23px;
  height: 23px;
  background: center/cover no-repeat url(../images/top/chart-text-r.png);
}
.chart .chart_title {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 30px);
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 10px 16px 10px 32px;
  text-align: center;
  background-color: #439a17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .chart_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 8px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/Q.png);
}
.chart .com_chart {
  padding-top: 120px;
  margin-top: -120px;
}
.chart .com_chart-inner {
  padding: 63px 25px 15px 25px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
  position: relative;
}
.chart .chart_btn_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.chart .chart_btn_list-item {
  max-width: 480px;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:last-child) {
  margin-bottom: 28px;
}
.chart .chart_btn_list-item:last-child {
  margin-right: 0;
}
.chart .answer_btn {
  max-width: 480px;
  width: 100%;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.3;
  color: #439a17;
  letter-spacing: 0.15em;
  padding: 0 42px 0 20px;
  background-color: #fff;
  border-radius: 35px;
  border: 1px solid #439a17;
  position: relative;
}
.chart .answer_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 32px;
  height: 9px;
  background: center/cover no-repeat url(../images/top/chart-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .answer_btn:hover {
  opacity: 0.8;
}
.chart .answer_btn:hover::before {
  right: 12px;
}
.chart .btn_wrp {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 30px;
}
.chart .more_btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #4f4c35 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(87, 89, 88, 0.5);
}
.chart .more_btn::before {
  content: "";
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/prev-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .more_btn:hover {
  opacity: 0.8;
}
.chart .more_btn:hover::before {
  -webkit-transform: translateX(-5px);
          transform: translateX(-5px);
}
.chart .result_title {
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  font-size: 2.1rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 13px 16px 13px 65px;
  text-align: center;
  background-color: #439a17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .result_title::before {
  position: absolute;
  content: "";
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background: center/cover no-repeat url(../images/top/chart-result-deco.png);
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
  border-radius: 50%;
}
.chart .result_title::after {
  position: absolute;
  content: "";
  bottom: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 26px;
  height: 10px;
  background: center/cover no-repeat url(../images/top/chart-arrow02.png);
}
.chart .result_chart {
  padding-top: 130px;
  margin-top: -130px;
}
.chart .result_chart-inner {
  padding: 76px 20px 15px 20px;
  background-color: #fff;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
  position: relative;
}
.chart .result_container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 30px;
}
.chart .result_img {
  max-width: 460px;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  overflow: hidden;
}
.chart .result_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.chart .result_txtxbx {
  max-width: 490px;
  width: 100%;
}
.chart .result_text {
  font-size: 1.6rem;
  line-height: 1.7777;
  margin-bottom: 18px;
}
.chart .result_btn-list li {
  max-width: 490px;
  width: 100%;
  height: 75px;
}
.chart .result_btn-list li:not(:last-child) {
  margin-bottom: 17px;
}
.chart .result_btn-list li a {
  width: 100%;
  height: 100%;
  margin: 0;
  font-weight: 400;
  text-align: center;
  line-height: 1.3;
}
.chart .result_btn-list li .chart-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  color: #fff !important;
  letter-spacing: 0.15em;
  background-color: #68654c;
  border-radius: 37.5px;
  position: relative;
}
.chart .result_btn-list li .chart-btn::before {
  content: "";
  width: 21px;
  height: 29px;
  margin-right: 10px;
  background: center/cover no-repeat url(../images/top/chart-web-icon01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .result_btn-list li .chart-btn::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 17px;
  height: 13px;
  background: center/cover no-repeat url(../images/top/chart-web-icon02.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.chart .result_btn-list li .chart-btn:hover {
  opacity: 0.8;
}

.top-service {
  background: center/cover no-repeat url(../images/top/top-service-bg01.png);
  position: relative;
  z-index: 2;
}
.top-service::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 164px;
  height: 219px;
  background: center/contain no-repeat url(../images/top/top-service-bg-r-t.png);
  z-index: -1;
}
.top-service-inner {
  position: relative;
  z-index: 1;
}
.top-service-inner .cmn-title {
  text-align: left;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  left: -40px;
  bottom: -36px;
  width: 223px;
  height: 175px;
  background: center/contain no-repeat url(../images/top/top-service-bg-deco.png);
  z-index: -1;
}
.top-service-content {
  padding: 30px 20px;
  background-color: rgba(249, 249, 249, 0.8);
  outline: 1px solid rgba(67, 154, 23, 0.4);
  outline-offset: -10px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.top-service-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-service-img {
  margin-bottom: 20px;
}
.top-service-textbox {
  max-width: 500px;
  width: 100%;
  margin-top: 23px;
}
.top-service-title {
  font-size: 2.3rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 15px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.top-service-title::after {
  content: "";
  width: 44px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/top-service-title-deco.png);
}
.top-service-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.top-service-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 20px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/top/top-service-check.png);
}
.top-service-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-service-sub-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  padding-bottom: 9px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.top-service-sub-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 38px;
  margin-right: 2px;
  background: center/cover no-repeat url(../images/top/top-service-sub-title-l.png);
}
.top-service-sub-title::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 38px;
  margin-left: 2px;
  background: center/cover no-repeat url(../images/top/top-service-sub-title-r.png);
}
.top-service-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 20px;
}
.top-service .cmn-btn {
  margin: 0 auto;
}

#service-school {
  background: center/cover no-repeat url(../images/top/top-service-bg02.png);
  z-index: 1;
}
#service-school::before {
  top: auto;
  right: 0;
  bottom: -56px;
  width: 620px;
  height: 472px;
  background: center/cover no-repeat url(../images/top/top-service-bg-r-b.png);
}
#service-school .top-service-inner::before {
  display: none;
}

.link-banner {
  background: center/cover no-repeat url(../images/top/link-banner-bg.png);
  position: relative;
  z-index: 0;
}
.link-banner::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 141px;
  height: 284px;
  background: center/contain no-repeat url(../images/top/link-banner-bg-l-t.png);
  z-index: -1;
}
.link-banner::after {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 141px;
  height: 284px;
  background: center/contain no-repeat url(../images/top/link-banner-bg-r-t.png);
  z-index: -1;
}
.link-banner-inner {
  max-width: 1280px;
}
.link-banner-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.link-banner-list-item {
  max-width: 350px;
  width: 100%;
  height: 200px;
}
.link-banner-list-item:nth-child(2) {
  margin-top: 30px;
}
.link-banner-list-item a {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 0 5px 5px;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -8px;
  -webkit-box-shadow: 0px 5px 20px 0 rgba(79, 76, 53, 0.35);
          box-shadow: 0px 5px 20px 0 rgba(79, 76, 53, 0.35);
  position: relative;
  z-index: 1;
}
.link-banner-list-item a:hover .link-banner-img img {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.link-banner-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  overflow: hidden;
}
.link-banner-img img {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.link-banner-title img {
  height: 60px;
}

.news {
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.news-inner {
  padding: 50px 0;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
}
.news-left {
  max-width: 200px;
  width: 100%;
  text-align: center;
  position: relative;
}
.news-left .cmn-title {
  text-align: left;
}
.news-textbox {
  max-width: 875px;
  width: 100%;
  min-height: 200px;
  padding: 20px;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
}
.news-btn {
  position: absolute;
  top: 50px;
  right: 0;
}
.news-list-item {
  width: 100%;
}
.news-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.news-list-item a {
  width: 100%;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.3);
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-accent-tag {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  margin-bottom: 6px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 5px 12px;
  background-color: #68654c;
  border-radius: 12px;
}
.news-accent-tag:not(:last-child) {
  margin-right: 10px;
}
.news-accent time {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.12em;
  margin-right: 12px;
  margin-bottom: 5px;
}
.news-title {
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.15em;
}
.news-tag-list {
  max-width: 250px;
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  text-overflow: ellipsis;
  margin: 0 0 30px auto;
  cursor: pointer;
  color: #439a17;
  border: 2px solid #439a17;
}
.news-tag-list-item {
  width: 100%;
  margin-bottom: 15px;
  margin-right: 10px;
}
.news-tag-list-item a {
  font-size: 1.6rem;
  color: #fff !important;
  padding: 5px 10px;
  background-color: #439a17;
}
.news-tag-list-item a:hover {
  opacity: 0.6;
}
.news-detail-inner {
  text-align: center;
}
.news-detail-content {
  width: 100%;
  margin: 0 auto;
}
.news-detail-info-list {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item {
  line-height: 1;
  color: #aaa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 10px;
}
.news-detail-info-list-item:not(:last-child) {
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid #aaa;
}
.news-detail-info-list-item time {
  color: #000;
}
.news-detail-title {
  font-size: 2.2rem;
  line-height: 1.4;
  text-align: left;
  padding-bottom: 10px;
}
.news-detail-textbox {
  min-height: 200px;
  text-align: left;
  padding: 20px 0;
  margin-bottom: 30px;
  border-top: 1px solid #439a17;
  border-bottom: 1px solid #439a17;
}
.news-detail-textbox time {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
}
.news-detail-text {
  line-height: 1.75;
}
.news-detail-text img {
  max-width: 100%;
}
.news-detail .paginated-link {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}
.news-detail .paginated-link .prev-link {
  width: 110px;
  text-align: center;
  margin-right: 10px;
}
.news-detail .paginated-link .back-link {
  padding: 0 7px;
  border-left: 1px solid #439a17;
  border-right: 1px solid #439a17;
}
.news-detail .paginated-link .next-link {
  width: 110px;
  text-align: center;
  margin-left: 10px;
}
.news-detail .paginated-link a {
  font-size: 1.4rem;
  font-weight: 400;
  letter-spacing: 0;
  color: #439a17 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.top-sns {
  background: center/cover no-repeat url(../images/top/top-sns-bg.png);
}
.top-sns-inner {
  max-width: 1280px;
}
.top-sns-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-sns-list-item {
  max-width: 340px;
  width: 100%;
  height: 244px;
}
.top-sns-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.top-sns-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.top-sns-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/*========================================
about
==========================================*/
.about {
  overflow: hidden;
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.about::before {
  position: absolute;
  content: "";
  top: 0;
  left: -57px;
  width: 174px;
  height: 187px;
  background: center/contain no-repeat url(../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.about-inner {
  padding-bottom: 230px;
}
.about-inner .cmn-title {
  font-size: 2.4rem;
}
.about-inner::after {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 30px;
  width: 328px;
  height: 183px;
  background: center/contain no-repeat url(../images/about/about-img02.png);
}
.about-title {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 2.2rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  text-align: center;
  padding-bottom: 9px;
  margin-bottom: 30px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.about-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 38px;
  margin-right: 4px;
  background: center/cover no-repeat url(../images/top/top-service-sub-title-l.png);
}
.about-title::after {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 44px;
  height: 38px;
  margin-left: 4px;
  background: center/cover no-repeat url(../images/top/top-service-sub-title-r.png);
}
.about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.about-content:first-of-type .top-about-img {
  margin-right: -103px;
  z-index: 1;
}
.about-content:first-of-type .top-about-img::before {
  position: absolute;
  content: "";
  bottom: -76px;
  right: -256px;
  width: 188px;
  height: 143px;
  background: center/cover no-repeat url(../images/top/top-about-deco01.png);
}
.about-content:nth-of-type(2) {
  margin-top: 92px;
}
.about-content:nth-of-type(2) .top-about-textbox {
  max-width: 520px;
  margin-top: 6px;
}
.about-content:nth-of-type(2) .top-about-text {
  margin-bottom: 110px;
}
.about-img {
  margin-bottom: 20px;
  position: relative;
}
.about-img::before {
  position: absolute;
  content: "";
  bottom: -29px;
  right: -37px;
  width: 188px;
  height: 144px;
  background: center/contain no-repeat url(../images/about/about-deco.png);
}
.about-textbox {
  max-width: 520px;
  width: 100%;
}
.about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.about-text:not(:last-of-type) {
  margin-bottom: 28px;
}

.owner {
  background-color: #f9f9f9;
  position: relative;
  z-index: 1;
}
.owner::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 110px;
  height: 146px;
  background: center/contain no-repeat url(../images/about/owner-bg-r-t.png);
  z-index: -1;
}
.owner-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.owner-img {
  margin-bottom: 20px;
}
.owner-textbox .cmn-title {
  text-align: left;
}
.owner-title {
  max-width: 500px;
  width: 100%;
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.1em;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 25px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.owner-title::after {
  content: "";
  width: 44px;
  height: 38px;
  background: center/cover no-repeat url(../images/top/top-service-title-deco.png);
}
.owner-textbox {
  max-width: 580px;
  width: 100%;
}
.owner-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.owner-text:not(:last-of-type) {
  margin-bottom: 28px;
}

.info {
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 145px;
  height: 289px;
  background: center/contain no-repeat url(../images/about/info-bg-l-b.png);
  z-index: -1;
}
.info-inner .cmn-title {
  text-align: left;
}
.info-textbox {
  padding: 20px;
  background-color: rgba(249, 249, 249, 0.8);
  outline: 1px solid rgba(67, 154, 23, 0.4);
  outline-offset: -10px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.info-table tr:not(:last-of-type) {
  border-bottom: 1px solid rgba(67, 154, 23, 0.4);
}
.info-table tr th {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #439a17;
  padding: 21px 0 0 0;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 18px 0;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 450px;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
relax
==========================================*/
.recommend {
  overflow: hidden;
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.recommend::before {
  position: absolute;
  content: "";
  top: 0;
  left: -50px;
  width: 174px;
  height: 187px;
  background: center/cover no-repeat url(../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.recommend-inner .cmn-title {
  font-size: 2.3rem;
  line-height: 1.6;
}
.recommend-inner .cmn-title-en {
  margin-bottom: 15px;
}
.recommend-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.recommend-img {
  margin-bottom: 25px;
}
.recommend-textbox {
  max-width: 500px;
  width: 100%;
}
.recommend-list-item {
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.06em;
  line-height: 1.3;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.recommend-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 24px;
  height: 20px;
  margin-right: 14px;
  background: center/cover no-repeat url(../images/top/top-service-check.png);
}
.recommend-list-item:not(:last-child) {
  margin-bottom: 20px;
}

.feature {
  background-color: #f9f9f9;
  position: relative;
}
.feature::before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  width: 110px;
  height: 146px;
  background: center/contain no-repeat url(../images/about/owner-bg-r-t.png);
}
.feature-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feature-list-item {
  max-width: 320px;
  width: 100%;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.feature-img {
  margin-bottom: 15px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
}
.feature-title {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.027em;
  margin-bottom: 17px;
  color: #439a17;
}
.menu {
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.menu::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 145px;
  height: 289px;
  background: center/cover no-repeat url(../images/about/info-bg-l-b.png);
  z-index: -1;
}
.menu-inner .cmn-title {
  text-align: left;
}
.menu-content {
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f9f9f9;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0px 5px 15px 0 rgba(0, 0, 0, 0.18);
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.menu-content:first-of-type .menu-title .flex {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 80px;
}
.menu-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.menu-right {
  max-width: 560px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.menu-textbox {
  padding: 20px 15px;
}
.menu-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 21px;
  padding-bottom: 9px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.menu-title .flex {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-title .flex::after {
  content: "";
  width: 44px;
  height: 38px;
  background: center/contain no-repeat url(../images/top/top-service-title-deco.png);
}
.menu-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
}
.menu-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.menu-list-item {
  max-width: 320px;
  width: 100%;
}
.menu-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.menu-list-item:last-child {
  margin-right: 0;
}
.menu-list-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.027em;
  color: #439a17;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.menu-list-title::before {
  content: "";
  width: 33px;
  height: 28px;
  margin-right: 3px;
  background: center/cover no-repeat url(../images/school/menu-list-deco.png);
}
.menu-sub-img {
  margin-bottom: 22px;
}

.price {
  position: relative;
  z-index: 1;
}
.price::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 226px;
  height: 160px;
  background: center/contain no-repeat url(../images/relax/price-bg-r-b.png);
  z-index: -1;
}
.price-content {
  padding: 17px 12px;
  background-color: rgba(249, 249, 249, 0.8);
  outline: 1px solid rgba(67, 154, 23, 0.4);
  outline-offset: -5px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.price-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.price-title {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 1px dashed rgba(67, 154, 23, 0.8);
}
.price-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
  color: #439a17;
  margin-bottom: 15px;
}
.price-name {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  padding: 9px 18px;
  margin-bottom: 10px;
  background-color: #439a17;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.price-body {
  font-size: 1.6rem;
  font-weight: 500;
}
.price-body img {
  max-width: 100%;
}

/*========================================
school
==========================================*/
#school .recommend-textbox {
  max-width: 552px;
}

/*========================================
contact
==========================================*/
.question {
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 174px;
  height: 187px;
  background: center/cover no-repeat url(../images/top/top-about-bg-l-t.png);
  z-index: -1;
}
.question-guide {
  padding-top: 50px;
  margin-top: -50px;
}
.question-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.question-flex .cmn-btn {
  max-width: 450px;
  margin: 0 auto;
}
.question-flex .cmn-btn::before {
  right: 30px;
  width: 9px;
  height: 32px;
  background: center/cover no-repeat url(../images/question/question-arrow.png);
}
.question-flex .cmn-btn:hover::before {
  right: 30px;
  top: 59%;
}
.question-flex .cmn-btn:not(:last-of-type) {
  margin-bottom: 25px;
}
.question-list-item {
  background-color: #fff;
  overflow: hidden;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.question-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.question-list-title {
  font-size: 2rem;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 14px 10px;
  background-color: #439a17;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  background: center/cover no-repeat url(../images/question/Q.png);
}
.question-title {
  font-size: 2.6rem;
  font-weight: 600;
  padding: 24px 0;
  color: #fff;
  text-align: center;
  background-color: #517516;
}
.question-body {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.08em;
  padding: 13px 10px;
  background-color: #fff;
}
.question-body img {
  max-width: 100%;
}

.guide-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 60px;
}
.guide-flex .cmn-btn {
  max-width: 450px;
  margin: 0 auto;
}
.guide-flex .cmn-btn::before {
  right: 30px;
  width: 9px;
  height: 32px;
  background: center/cover no-repeat url(../images/question/question-arrow.png);
}
.guide-flex .cmn-btn:hover::before {
  right: 30px;
  top: 59%;
}
.guide-flex .cmn-btn:not(:last-of-type) {
  margin-bottom: 25px;
}

#question02 {
  background-color: #f9f9f9;
  position: relative;
}
#question02::before {
  position: absolute;
  content: "";
  top: -21px;
  left: auto;
  right: 0;
  width: 110px;
  height: 146px;
  background: center/cover no-repeat url(../images/about/owner-bg-r-t.png);
}

/*========================================
voice
==========================================*/
.voice-content:not(:last-of-type) {
  margin-bottom: 35px;
}
.voice-img {
  max-width: 460px;
  width: 100%;
  height: 350px;
  overflow: hidden;
  outline: 1px solid rgba(255, 255, 255, 0.8);
  outline-offset: -8px;
  -webkit-box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
          box-shadow: 0px 5px 15px 0 rgba(79, 76, 53, 0.15);
}
.voice-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  margin-top: 30px;
}
.voice-body img {
  max-width: 100%;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #439a17;
}
.contact-form-table tr td a {
  text-decoration: underline;
}
.contact-submits-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact-submits-wrap input {
  color: #fff;
  background-color: #439a17;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #439a17;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #439a17;
  border-radius: 5px;
}
.privacy-content:not(:last-child) {
  margin-bottom: 30px;
}
.privacy-title {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 15px;
  padding: 0 0 0 20px;
  border-left: 2px solid #439a17;
}
.privacy-text {
  font-size: 1.4rem;
  font-weight: 500;
}
.privacy-list {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 15px;
  list-style-type: square;
  list-style-position: inside;
}

/*========================================
site
==========================================*/
.site-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.site-list-item {
  width: 100%;
  border-bottom: 1px solid #439a17;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #439a17;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-list-item a::before {
  content: "";
  width: 7px;
  height: 7px;
  margin-right: 20px;
  border-top: 1px solid #439a17;
  border-right: 1px solid #439a17;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.site-list-item a:hover {
  color: #000 !important;
}
.site-list-item a:hover::before {
  -webkit-transform: rotate(45deg) translate(8px, -8px);
          transform: rotate(45deg) translate(8px, -8px);
}

/*========================================
mixin
==========================================*/
/*========================================
footer-sp
==========================================*/
.footer {
  background: center/1920px 1200px repeat url(../images/top/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.footer::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 300px;
  background: center/cover no-repeat url(../images/top/footer-bg-bottom.png);
  z-index: -1;
}
.footer-inner {
  padding: 35px 0;
  text-align: center;
}
.footer-logo {
  text-align: center;
  margin-bottom: 30px;
  max-width: 200px;
  width: 100%;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-address {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.156em;
  margin-bottom: 29px;
}
.footer-link {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
  padding: 25px 20px;
  background-color: rgba(249, 249, 249, 0.8);
  outline: 1px solid rgba(67, 154, 23, 0.3);
  outline-offset: -7px;
}
.footer-contact:hover {
  opacity: 0.8;
}
.footer-btn {
  max-width: 220px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.footer-tel {
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 13px;
  margin-bottom: 25px;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 33px;
  height: 33px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/top/footer-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-language {
  max-width: 300px;
  width: 100%;
  height: 50px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}
.footer-language::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 12px;
  background: center/cover no-repeat url(../images/top/footer-btn-arrow.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.footer-language:hover {
  opacity: 0.8;
}
.footer-language:hover::before {
  right: 11px;
}
.footer-nav {
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}
.footer-nav-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer-nav-list-item {
  line-height: 1;
  margin-bottom: 20px;
}
.footer-nav-list-item:last-child a::after {
  display: none;
}
.footer-nav-list-item a {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0;
}
.footer-nav-list-item a::after {
  content: "|";
  margin: 0 3px 0 3px;
}
.footer-nav-list-item a:hover {
  color: #439a17;
}
.footer-bottom {
  font-size: 1rem;
  font-weight: 400;
  color: #fff;
  letter-spacing: 0.2em;
  padding: 8px 0;
  text-align: center;
  background-color: #4f4c35;
}