@charset "UTF-8";
/*========================================
mixin
==========================================*/
/*========================================
header-sp
==========================================*/
.header {
  position: relative;
}
.header-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 0 15px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: center/cover no-repeat url(../images/common/header-bg.png);
  z-index: 10;
}
.header-tel {
  font-size: 3.2rem;
  font-weight: 500;
  color: #575958 !important;
  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: 14px;
  position: relative;
}
.header-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 4px;
  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-logo a {
  max-width: 110px;
  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-info {
  width: 100%;
  margin-bottom: 18px;
}
.header-line:hover {
  opacity: 0.7;
}
.header-content {
  max-width: 703px;
  width: 100%;
}
.header-contact:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.header .global-nav {
  max-width: 520px;
  width: 100%;
  margin-left: auto;
  padding-bottom: 7px;
}
.header .global-nav-list {
  width: 100%;
}
.header .global-nav-list-item {
  height: 100%;
  line-height: 1;
}
.header .global-nav-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  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;
  letter-spacing: 0.08em;
  position: relative;
}
.header .global-nav-list-item a::after {
  position: absolute;
  content: "";
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 2px;
  background-color: #ffb027;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .global-nav-list-item a:hover::after {
  width: 105%;
}
.header .global-nav-list-item a.current::after {
  width: 105%;
}
.header .main-visual {
  width: 100%;
  margin-top: 80px;
  padding-top: 185px;
  background: center/1920px 931px repeat url(../images/common/main-visual-bg.png);
  position: relative;
  z-index: 1;
}
.header .main-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 330px;
  background: center top/cover no-repeat url(../images/common/main-visual-bg-bottom.png);
  z-index: -10;
}
.header .main-visual-img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 1306px;
  width: 90%;
  height: 60%;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
.header .main-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .main-visual-textbox {
  max-width: 1700px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  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: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 0 18px 0;
}
.header .main-visual-catch {
  margin-bottom: 24px;
}
.header .main-visual-catch img {
  height: 190px;
}
.header .main-visual-link-list {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header .main-visual-link-list-item {
  max-width: 170px;
  width: 100%;
  height: 170px;
}
.header .main-visual-link-list-item:nth-child(1) {
  position: relative;
  z-index: 2;
}
.header .main-visual-link-list-item:nth-child(2) {
  margin-left: -10px;
}
.header .main-visual-link-list-item:nth-child(2) a::before {
  background: center/cover no-repeat url(../images/common/main-visual-btn-arrow02.png);
}
.header .main-visual-link-list-item a {
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
          box-shadow: 3px 4px 10px 0 rgba(191, 174, 130, 0.2);
  border-radius: 50%;
  position: relative;
}
.header .main-visual-link-list-item a::before {
  position: absolute;
  content: "";
  top: 85px;
  right: 40px;
  width: 9px;
  height: 13px;
  background: center/cover no-repeat url(../images/common/main-visual-btn-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header .main-visual-link-list-item a:hover::before {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.header .sub-visual {
  width: 100%;
  margin-top: 80px;
  padding-top: 80px;
  background: center/1920px 931px repeat url(../images/common/main-visual-bg.png);
  position: relative;
  z-index: 0;
}
.header .sub-visual::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: -70px;
  width: 100%;
  height: 330px;
  background: center top/cover no-repeat url(../images/common/main-visual-bg-bottom.png);
  z-index: -10;
}
.header .sub-visual-img {
  position: absolute;
  right: 0px;
  bottom: 0;
  max-width: 1363px;
  width: 85%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  z-index: -1;
}
.header .sub-visual-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.header .sub-visual-textbox {
  max-width: 1500px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  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-bottom: 85px;
}
.header .sub-visual-title {
  font-size: 2.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #61b15a;
  padding: 12px 17px;
  background-color: #fff;
  -webkit-box-shadow: 3px 4px 10px 0 #faf1de;
          box-shadow: 3px 4px 10px 0 #faf1de;
  border-radius: 10px;
}

/*========================================
mixin
==========================================*/
/*========================================
main-sp
==========================================*/
.top-about {
  overflow: hidden;
  background: center/1920px 1750px repeat url(../images/common/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.top-about::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 195px;
  background-color: #faf1de;
  z-index: -1;
}
.top-about::after {
  position: absolute;
  content: "";
  top: 246px;
  right: 0;
  max-width: 585px;
  width: 100%;
  height: 781px;
  background-color: #faf1de;
  z-index: -1;
}
.top-about-inner {
  position: relative;
}
.top-about-inner::before {
  position: absolute;
  content: "";
  top: 5px;
  left: -18px;
  width: 120px;
  height: 89px;
  background: center/contain no-repeat url(../images/top/top-about-sub-img01.png);
  z-index: 1;
}
.top-about-inner::after {
  position: absolute;
  content: "";
  top: 250px;
  right: -62px;
  width: 163px;
  height: 94px;
  background: center/contain no-repeat url(../images/top/top-about-sub-img02.png);
  z-index: 1;
}
.top-about-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-about-img {
  max-width: 390px;
  width: 100%;
  margin-bottom: 30px;
}
.top-about-textbox {
  max-width: 648px;
  width: 100%;
  padding: 20px 15px;
  position: relative;
  z-index: 1;
}
.top-about-textbox::before {
  position: absolute;
  content: "";
  top: 0;
  left: -15px;
  width: 1130px;
  height: 100%;
  background-color: #fff;
  border-radius: 40px 0 0 0;
  -webkit-box-shadow: 3px 4px 10px 0 #faf1de;
          box-shadow: 3px 4px 10px 0 #faf1de;
  z-index: -1;
}
.top-about-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 25px;
}
.top-about-title .accent {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  color: #f39700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}
.top-about-title .accent::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: center/contain no-repeat url(../images/top/top-about-border.png);
}
.top-about-title .border {
  display: inline-block;
  padding-bottom: 7px;
  position: relative;
  z-index: 1;
}
.top-about-title .border::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background-color: rgba(255, 176, 39, 0.15);
  z-index: -1;
}
.top-about-title .l-font {
  font-size: 6rem;
}
.top-about-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.05em;
}
.top-about-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.top-about-text .border {
  display: inline-block;
  font-family: "Shippori Mincho", serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  color: #30913a;
  padding-bottom: 6px;
  position: relative;
  z-index: 1;
}
.top-about-text .border::before {
  position: absolute;
  content: "";
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  width: 95%;
  height: 10px;
  background-color: rgba(97, 177, 90, 0.15);
  z-index: -1;
}
.top-about-sub-title {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  color: #f39700;
  letter-spacing: 0.15em;
  margin-bottom: 40px;
}
.top-about-sub-title .border {
  display: block;
  width: 100%;
  height: 1px;
  margin-bottom: 22px;
  background-color: #f39700;
  position: relative;
}
.top-about-sub-title .border::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #f39700;
  border-radius: 50%;
}
.top-about-sub-title .border::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
  height: 8px;
  background-color: #f39700;
  border-radius: 50%;
}
.top-about-sub-title .border:nth-of-type(2) {
  margin-bottom: 0;
  margin-top: 22px;
}
.top-about-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.top-about-list-item {
  max-width: 340px;
  width: 100%;
  padding: 5px;
  min-height: 310px;
  border: 1px solid #f39700;
  border-radius: 60px 60px 0 0;
}
.top-about-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.top-about-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1;
}
.top-about-list-inner {
  width: 100%;
  min-height: 300px;
  padding: 35px 0 0 0;
  text-align: center;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}
.top-about-icon {
  text-align: center;
  margin-bottom: 35px;
}

.chart {
  background: center/1920px 1750px repeat url(../images/common/cmn-pattern.png);
  position: relative;
  z-index: 1;
  /*診断タイトル*/
  /*診断ボタン
  ----------------------------------------------- */
  /*回答リスト*/
  /*回答ボタン*/
  /*戻るボタン*/
  /*診断結果
  ----------------------------------------------- */
}
.chart::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: center/cover no-repeat url(../images/top/cart-bg-bottom.png);
  z-index: -1;
}
.chart-inner {
  width: calc(100% - 25px);
  margin: 0 auto;
  padding: 50px 0;
}
.chart-main-title {
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-align: center;
  padding-top: 50px;
  margin-bottom: 30px;
  position: relative;
}
.chart-main-title::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 1px;
  height: 35px;
  background-color: rgba(87, 89, 88, 0.5);
}
.chart-main-title .accent {
  color: #f39700;
  font-weight: 700;
}
.chart-sub-text {
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  margin-bottom: 66px;
}
.chart .chart_title {
  position: absolute;
  top: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  text-align: left;
  letter-spacing: 0.12em;
  padding: 11px 10px 11px 30px;
  text-align: center;
  background-color: #f39700;
  border-radius: 15px;
  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: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: center/cover no-repeat url(../images/top/chart-Q.png);
}
.chart .com_chart {
  padding-top: 150px;
  margin-top: -150px;
}
.chart .com_chart-inner {
  padding: 40px 15px 15px 15px;
  background-color: #fff;
  border: 1px solid #f39700;
  position: relative;
  border-radius: 20px;
  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-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.chart .chart_btn_list-item {
  max-width: 380px;
  width: 100%;
  height: 70px;
  margin-bottom: 30px;
}
.chart .chart_btn_list-item:not(:last-child) {
  margin-bottom: 28px;
}
.chart .answer_btn {
  max-width: 380px;
  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-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  color: #f39700;
  letter-spacing: 0.15em;
  background-color: #fff;
  border-radius: 45px;
  border: 1px solid #f39700;
  position: relative;
}
.chart .answer_btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 12px;
  -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-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.15em;
  color: #4e4d4d !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: 4px;
  background: center/cover no-repeat url(../images/top/chart-prev.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: -38px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: calc(100% - 20px);
  font-size: 2rem;
  line-height: 1.3;
  color: #fff;
  letter-spacing: 0.15em;
  padding: 14px 10px 14px 40px;
  text-align: center;
  background-color: #61b15a;
  border-radius: 15px;
  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: -23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background: center/cover no-repeat url(../images/top/chart-result-deco.png);
}
.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: 150px;
  margin-top: -150px;
}
.chart .result_chart-inner {
  padding: 40px 15px 15px 15px;
  background-color: #fff;
  border: 1px solid #61b15a;
  position: relative;
  border-radius: 20px;
  position: relative;
}
.chart .result_container {
  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;
  width: 100%;
  margin-bottom: 30px;
}
.chart .result_img {
  max-width: 460px;
  width: 100%;
  height: 350px;
  margin-bottom: 20px;
  border-radius: 30px;
  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 {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.chart .result_btn-list li {
  max-width: 380px;
  width: 100%;
  height: 70px;
}
.chart .result_btn-list li:not(:last-child) {
  margin-bottom: 17px;
}
.chart .result_btn-list li a {
  width: 100%;
  height: 100%;
  margin: 0;
  padding-right: 30px;
  text-align: center;
  line-height: 1.3;
}

.top-service {
  overflow: hidden;
  background: center/1920px 1750px repeat url(../images/common/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.top-service::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 1706px;
  width: 90%;
  height: 80%;
  background: center/cover no-repeat url(../images/top/top-service-bg.png);
  z-index: -10;
}
.top-service-inner {
  position: relative;
  z-index: 1;
}
.top-service-inner::before {
  position: absolute;
  content: "";
  top: 100px;
  left: -20px;
  width: 1840px;
  height: calc(100% - 100px);
  background-color: #fff;
  border-radius: 0 40px 0 0;
  z-index: -1;
}
.top-service-inner .cmn-title {
  text-align: left;
  padding-top: 0;
}
.top-service-inner .cmn-title::before {
  display: none;
}
.top-service-inner .cmn-title .border {
  margin: 0;
}
.top-service-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-service-content:nth-of-type(2) {
  margin-top: 30px;
}
.top-service-content:nth-of-type(2) .top-service-btn::before {
  background: center/cover no-repeat url(../images/top/top-service-arrow02.png);
}
.top-service-content:nth-of-type(2) .top-service-title .accent {
  color: #30913a;
}
.top-service-content:nth-of-type(2) .top-service-title .accent::before {
  background-color: #30913a;
}
.top-service-img {
  margin-bottom: 20px;
}
.top-service-textbox {
  max-width: 570px;
  width: 100%;
}
.top-service-title {
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.05em;
  margin-bottom: 20px;
}
.top-service-title .accent {
  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;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  color: #f39700;
}
.top-service-title .accent::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #f39700;
  border-radius: 50%;
}
.top-service-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.08em;
  margin-bottom: 25px;
}
.top-service-btn {
  max-width: 380px;
  width: 100%;
  position: relative;
}
.top-service-btn::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 13px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 8px;
  background: center/contain no-repeat url(../images/top/top-service-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.top-service-btn:hover::before {
  right: 11px;
}

.voice {
  background: center/1920px 1750px repeat url(../images/common/cmn-pattern.png);
}
.voice-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.voice-list-item {
  max-width: 340px;
  width: 100%;
  padding: 5px;
  min-height: 310px;
  border: 1px solid #f39700;
  border-radius: 60px 60px 0 0;
}
.voice-list-item:not(:last-child) {
  margin-bottom: 20px;
}
.voice-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 12px;
  text-align: center;
}
.voice-list-inner {
  width: 100%;
  min-height: 300px;
  padding: 30px 18px 15px 18px;
  text-align: center;
  background-color: #fff;
  border-radius: 60px 60px 0 0;
}
.voice-icon {
  max-width: 130px;
  width: 100%;
  height: 130px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 21px;
  border-radius: 50%;
  overflow: hidden;
}
.voice-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.voice-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-align: left;
}
.voice-body img {
  max-width: 100%;
}

.top-sns {
  overflow: hidden;
  max-width: 1800px;
  width: 95%;
  margin: 0 auto;
  background: center/cover no-repeat url(../images/top/top-sns-bg.png);
}
.top-sns-textbox {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 30px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  position: relative;
}
.top-sns-textbox::before {
  position: absolute;
  content: "";
  right: -14px;
  bottom: 119px;
  width: 110px;
  height: 112px;
  background: center/contain no-repeat url(../images/top/top-sns-illust.png);
}
.top-sns-textbox:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.top-sns-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  padding-bottom: 15px;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid rgba(63, 74, 60, 0.4);
}
.top-sns-title::before {
  content: "";
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  background: center/cover no-repeat url(../images/top/top-insta-icon.png);
}
.top-sns-text {
  font-family: "Shippori Mincho", serif;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}

.top-info {
  position: relative;
  z-index: 1;
}
.top-info::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: center/cover no-repeat url(../images/top/top-info-bg-bottom.png);
  z-index: -1;
}
.top-info .top-about-sub-title {
  max-width: none;
  margin-bottom: 30px;
}
.top-info-flex {
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top-info-tel {
  font-size: 2.9rem;
  font-weight: 500;
  color: #575958 !important;
  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: 18px;
  margin-bottom: 20px;
  position: relative;
}
.top-info-tel::before {
  content: "";
  width: 27px;
  height: 32px;
  margin-right: 5px;
  background: center/cover no-repeat url(../images/top/top-info-tel-icon.png);
}
.top-info-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.top-info-tel-txt img {
  display: block;
}
.top-info-line {
  max-width: 250px;
  width: 100%;
  margin-bottom: 20px;
}
.top-info-line:hover {
  opacity: 0.7;
}
.top-info-contact {
  max-width: 250px;
  width: 100%;
}
.top-info-contact:hover {
  opacity: 0.7;
}
.top-info-textbox {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px auto;
  padding: 20px 15px;
  border: 1px dashed #ffb027;
  border-radius: 10px;
}
.top-info-text {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.top-info-text:not(:last-of-type) {
  margin-bottom: 10px;
}
.top-info-text .accent {
  width: 100px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  margin-bottom: 10px;
  padding: 8px 0;
  text-align: center;
  background-color: #f39700;
}
.top-info-map {
  width: 100%;
  height: 60vw;
  margin-bottom: 40px;
}
.top-info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

.news {
  position: relative;
  z-index: 2;
}
.news-inner {
  position: relative;
}
.news-inner .cmn-title {
  text-align: left;
  padding-top: 0;
  margin-bottom: 65px;
}
.news-inner .cmn-title::before {
  display: none;
}
.news-inner .cmn-title .border {
  margin: 0;
}
.news-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 25px;
  position: relative;
  z-index: 1;
}
.news-list::before {
  position: absolute;
  content: "";
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 260px;
  background-color: #fff;
  border-radius: 80px 80px 0 0;
  -webkit-box-shadow: 3px 4px 10px 0 #faf1de;
          box-shadow: 3px 4px 10px 0 #faf1de;
  z-index: -1;
}
.news-list-item {
  max-width: 320px;
  width: 100%;
  margin-bottom: 20px;
}
.news-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.news-list-item a {
  width: 100%;
  height: 100%;
  position: relative;
}
.news-list-item a:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.news-list-item a time {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  color: #8f8362;
  text-align: right;
  letter-spacing: 0.12em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
}
.news-visual {
  width: 100%;
  height: 212px;
  margin-bottom: 13px;
  overflow: hidden;
  border-radius: 10px;
}
.news-visual img {
  min-width: 100%;
  width: 100%;
  min-height: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-textbox {
  width: 100%;
}
.news-accent {
  width: 100%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.news-accent-tag {
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #fff;
  margin-bottom: 5px;
  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: 4px 9px;
  background-color: #61b15a;
}
.news-accent-tag:not(:last-child) {
  margin-right: 13px;
}
.news-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.12em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  margin-bottom: 6px;
}
.news .more-btn {
  position: absolute;
  top: 85px;
  right: 0;
}
.news .more-btn:hover {
  opacity: 0.8;
}
.news .more-btn:hover:after {
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
}
.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: #f39700;
  border: 2px solid #f39700;
}
.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: #f39700;
}
.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 #f39700;
  border-bottom: 1px solid #f39700;
}
.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 #f39700;
  border-right: 1px solid #f39700;
}
.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: #f39700 !important;
}
.news-detail .paginated-link a:hover {
  color: #000 !important;
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

/*========================================
greeting
==========================================*/
.greeting {
  position: relative;
  z-index: 1;
}
.greeting::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 323px;
  background: center/cover no-repeat url(../images/about/greeting-bg-top.png);
  z-index: -1;
}
.greeting-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 35px;
}
.greeting-img {
  margin-bottom: 20px;
}
.greeting-textbox {
  max-width: 552px;
  width: 100%;
}
.greeting-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #30913a;
  padding-bottom: 9px;
  padding-left: 15px;
  margin-bottom: 18px;
  border-bottom: 1px solid rgba(63, 74, 60, 0.4);
  position: relative;
}
.greeting-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 9px;
  width: 3px;
  height: 25px;
  background-color: #61b15a;
}
.greeting-title .accent {
  display: inline-block;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  color: #575958;
  margin-left: 32px;
}
.greeting-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
}
.greeting-text:not(:last-of-type) {
  margin-bottom: 25px;
}
.greeting-video {
  max-width: 800px;
  width: 100%;
  height: 60vw;
  margin: 0 auto;
  margin-bottom: 35px;
}
.greeting-video video {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.greeting-sub-content {
  padding: 20px 15px;
  background-color: #fff;
}
.greeting-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.greeting-sub-text {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.greeting-sub-text:not(:last-of-type) {
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.15);
}
.greeting-sub-text .accent {
  font-size: 1.7rem;
  width: 148px;
  letter-spacing: 0.03em;
  color: #30913a;
  margin-bottom: 5px;
}
.greeting-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.greeting-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.2;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.greeting-list-item::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 6px;
  height: 6px;
  margin-right: 14px;
  background-color: #61b15a;
  border-radius: 50%;
}
.greeting-list-item:not(:last-child) {
  padding-bottom: 13px;
  margin-bottom: 13px;
  border-bottom: 1px solid rgba(87, 66, 71, 0.15);
}

.feature {
  position: relative;
  z-index: 1;
}
.feature::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 230px;
  background: center/cover no-repeat url(../images/top/top-info-bg-bottom.png);
  z-index: -1;
}
.feature-list-item {
  max-width: 520px;
  width: 100%;
}
.feature-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.feature-list-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  margin-bottom: 23px;
}
.feature-list-title .accent {
  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;
  font-family: "Poppins", sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 15px;
  color: #f39700;
}
.feature-list-title .accent::before {
  content: "";
  width: 8px;
  height: 8px;
  margin-right: 10px;
  background-color: #f39700;
  border-radius: 50%;
}
.feature-img {
  margin-bottom: 12px;
}
.feature-text {
  font-size: 1.6rem;
  line-height: 1.75;
}

.question {
  overflow: hidden;
  background: center/1920px 1750px repeat url(../images/common/cmn-pattern.png);
  position: relative;
  z-index: 1;
}
.question::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  max-width: 1706px;
  width: 90%;
  height: 489px;
  background: center/cover no-repeat url(../images/about/question-bg-r-b.png);
  z-index: -10;
}
.question-inner .cmn-title {
  text-align: left;
  padding-top: 0;
  margin-bottom: 93px;
}
.question-inner .cmn-title::before {
  display: none;
}
.question-inner .cmn-title .border {
  margin: 0;
}
.question-list {
  position: relative;
  z-index: 0;
}
.question-list::before {
  position: absolute;
  content: "";
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -420px;
  width: 1840px;
  height: calc(100% + 200px);
  background-color: #fff;
  border-radius: 0 80px 0 0;
  z-index: -1;
}
.question-list-item {
  padding: 25px 17px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #f39700;
}
.question-list-item:not(:last-child) {
  margin-bottom: 45px;
}
.question-list-title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(243, 151, 0, 0.3);
}
.question-list-title::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 25px;
  height: 31px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/about/Q.png);
}
.question-body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.question-body::before {
  content: "";
  -webkit-box-flex: 0;
  -webkit-flex: none;
      -ms-flex: none;
          flex: none;
  width: 27px;
  height: 26px;
  margin-right: 15px;
  background: center/cover no-repeat url(../images/about/A.png);
}
.question-body img {
  max-width: 100%;
}

/*========================================
business
==========================================*/
.guide {
  position: relative;
  z-index: 1;
}
.guide::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 323px;
  background: center/cover no-repeat url(../images/about/greeting-bg-top.png);
  z-index: -1;
}
.guide-inner {
  padding: 50px 0 0 0;
}
.guide-list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.guide-list-item {
  max-width: 400px;
  width: 100%;
  height: 75px;
}
.guide-list-item:not(:last-child) {
  margin-bottom: 30px;
}
.guide-list-item:nth-child(2) a {
  color: #30913a;
  border: 1px solid #61b15a;
}
.guide-list-item:nth-child(2) a::before {
  width: 26px;
  height: 26px;
  background: center/cover no-repeat url(../images/business/guide-icon02.png);
}
.guide-list-item:nth-child(2) a::after {
  background: center/cover no-repeat url(../images/business/guide-arrow02.png);
}
.guide-list-item a {
  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;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  color: #f39700;
  letter-spacing: 0.15em;
  background-color: #fff;
  border-radius: 37.5px;
  border: 1px solid #ffb027;
  position: relative;
}
.guide-list-item a::before {
  content: "";
  width: 23px;
  height: 25px;
  margin-right: 13px;
  background: center/cover no-repeat url(../images/business/guide-icon01.png);
}
.guide-list-item a::after {
  position: absolute;
  content: "";
  top: 50%;
  right: 31px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 9px;
  height: 32px;
  background: center/cover no-repeat url(../images/business/guide-arrow01.png);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.guide-list-item a:hover {
  opacity: 0.8;
}
.guide-list-item a:hover::after {
  top: 60%;
}

.business-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 30px;
}
.business-img {
  margin-bottom: 20px;
}
.business-textbox {
  max-width: 565px;
  width: 100%;
}
.business-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.3rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f39700;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}
.business-title::before {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 11px;
  background: center/contain no-repeat url(../images/business/business-border01.png);
}
.business-text-list {
  margin-bottom: 25px;
}
.business-text-list-item {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  -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;
}
.business-text-list-item::before {
  content: "";
  width: 6px;
  height: 6px;
  margin-right: 14px;
  background-color: #f39700;
  border-radius: 50%;
}
.business-text-list-item:not(:last-child) {
  margin-bottom: 25px;
}
.business-text {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  padding: 15px;
  background-color: #fff;
}
.business-sub-title {
  font-family: "Shippori Mincho", serif;
  font-size: 1.9rem;
  font-weight: 500;
  line-height: 1.3;
  color: #fff;
  text-align: center;
  padding: 15px 8px;
  margin-bottom: 25px;
  background-color: #f39700;
  border-radius: 15px;
}
.business-sub-content:not(:last-of-type) {
  margin-bottom: 30px;
}
.business-sub-content:last-of-type .business-sub-title {
  margin-bottom: 22px;
}
.business-sub-content-title {
  font-family: "Shippori Mincho", serif;
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  color: #f39700;
  line-height: 1.7;
  margin-bottom: 20px;
}
.business-flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.business-sub-img {
  margin-bottom: 20px;
}
.business-sub-textbox {
  max-width: 550px;
  width: 100%;
}
.business-sub-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.75;
}
.business-sub-text:not(:last-of-type) {
  margin-bottom: 28px;
}
.business .price-list-item {
  padding: 20px 15px;
  background-color: #fff;
}
.business .price-list-item:not(:last-child) {
  margin-bottom: 14px;
}
.business .price-list-flex {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 18px;
  margin-bottom: 20px;
  border-bottom: 1px dashed rgba(87, 89, 88, 0.3);
}
.business .price-list .price-title {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
  color: #f39700;
}
.business .price-list .price-text {
  margin-left: auto;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: right;
}
.business .price-list .price-body {
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.business .price-list .price-body img {
  max-width: 100%;
}
.business-notice {
  text-align: center;
  margin-bottom: 5px;
}
.business-graph {
  width: 856px;
  height: 328px;
  position: relative;
  z-index: 1;
}
.business-graph::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: center/contain no-repeat url(../images/business/business-graph.png);
  z-index: -1;
}
.business-graph-wrap {
  width: 100%;
  overflow-x: auto;
  margin-bottom: 25px;
}
.business-graph-text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.7;
  letter-spacing: 0.05em;
  color: #30913a;
  margin-bottom: 30px;
}

#business02 .cmn-title-en {
  color: #30913a;
}
#business02 .cmn-title .border::before {
  background-color: rgba(97, 177, 90, 0.15);
}
#business02 .business-title {
  color: #30913a;
}
#business02 .business-title::before {
  background: center/contain no-repeat url(../images/business/business-border02.png);
}
#business02 .business-text-list-item::before {
  background-color: #61b15a;
}
#business02 .business-sub-title {
  background-color: #61b15a;
}
#business02 .business-sub-content-title {
  color: #30913a;
}
#business02 .price-title {
  color: #30913a;
}

/*========================================
voice
==========================================*/
/*========================================
info
==========================================*/
.info {
  position: relative;
  z-index: 1;
}
.info::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 323px;
  background: center/cover no-repeat url(../images/about/greeting-bg-top.png);
  z-index: -1;
}
.info-table {
  width: 100%;
}
.info-table tr {
  border-bottom: 1px solid #f39700;
}
.info-table tr th {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #f39700;
  padding: 20px 0;
  text-align: center;
  vertical-align: middle;
}
.info-table tr td {
  display: block;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.03em;
  padding: 10px 0 20px 0;
  vertical-align: middle;
}
.info-tel-txt img {
  display: block;
}
.info-map {
  width: 100%;
  height: 60vw;
}
.info-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/*========================================
contact
==========================================*/
.contact-form-table tr {
  border: none;
}
.contact-form-table tr th {
  font-size: 1.6rem;
  font-weight: 500;
  color: #fff;
  background-color: #f39700;
}
.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: #f39700;
}
.contact-submits-wrap button {
  color: #fff;
  margin-bottom: 15px;
  background-color: #f39700;
}

/*========================================
privacy
==========================================*/
.privacy-content {
  padding: 20px;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f39700;
  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 #f39700;
}
.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 #f39700;
}
.site-list-item a {
  width: 100%;
  padding: 15px 0 15px 10px;
  color: #f39700;
  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 #f39700;
  border-right: 1px solid #f39700;
  -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-color: #faf1de;
}
.footer-inner {
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-logo {
  max-width: 150px;
  width: 100%;
  margin-bottom: 20px;
}
.footer-logo:hover {
  opacity: 0.8;
}
.footer-content {
  max-width: 350px;
  width: 100%;
  text-align: center;
  margin-bottom: 25px;
}
.footer-address {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 23px;
}
.footer-textbox {
  max-width: 280px;
  width: 100%;
  position: relative;
}
.footer-flex {
  margin-bottom: 20px;
}
.footer-mail:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-line:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-tel {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.2rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  padding-top: 14px;
  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;
  position: relative;
}
.footer-tel::before {
  content: "";
  width: 20px;
  height: 24px;
  margin-right: 8px;
  background: center/cover no-repeat url(../images/common/header-tel-icon.png);
}
.footer-tel-txt {
  position: absolute;
  top: 0;
  right: 0;
}
.footer-tel-txt img {
  display: block;
}
.footer-right {
  max-width: 470px;
  width: 100%;
}
.footer-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 37px;
}
.footer-btn {
  margin-bottom: 20px;
}
.footer-btn:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-insta:hover {
  opacity: 0.8;
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}
.footer-nav {
  width: 100%;
  margin-bottom: 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 25px 0;
  border-top: 1px solid rgba(63, 74, 60, 0.4);
  border-bottom: 1px solid rgba(63, 74, 60, 0.4);
}
.footer-nav-list {
  width: 100%;
  height: 96px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
}
.footer-nav-list-item {
  line-height: 1;
}
.footer-nav-list-item:not(:nth-child(3n)) {
  margin-bottom: 21px;
}
.footer-nav-list-item a {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.06em;
}
.footer-nav-list-item a:hover {
  color: #f39700 !important;
}
.footer-bottom {
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.12em;
}