@charset "UTF-8";
/*フォント
----------------------------------------------------*/
/*基本設定
----------------------------------------------------*/
body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  color: #423928;
  line-height: 2;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-feature-settings: "palt";
  position: relative;
  background: #fff;
}

html {
  overflow-y: scroll;
}

a {
  color: #15c25e;
  text-decoration: underline;
}

a:hover {
  color: #15c25e;
  text-decoration: none;
  opacity: 0.8;
}

img {
  border: 0;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul, li, dl, dt, dd, ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

table {
  width: 100%;
  border: 0;
}

figure {
  margin: 0;
  padding: 0;
  line-height: 0;
}

button {
  background: none;
  border: none;
  font-size: 15px;
  font-family: inherit;
}

.clear {
  clear: both;
}

.bold {
  font-weight: bold;
}

.fix {
  min-height: 1px;
}

.fix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

* html .fix {
  height: 1px;
  /*\*/
  /*/
height: auto;
overflow: hidden;
/**/
}

mark {
  background: none;
}

.red {
  color: #f73609;
}

.img01 {
  line-height: 0;
}

.img01 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.img_f-r {
  float: right;
  margin-left: 30px;
  margin-bottom: 15px;
}

.img_f-r img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.color01 {
  color: #583c1b;
}

.br {
  display: block;
}

.sp_br {
  display: inline;
}

.btm0 {
  margin-bottom: 0 !important;
}

.ttl01 {
  font-size: 32px;
  font-weight: 900;
  line-height: 1.5;
  color: #4c3f31;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.025em;
}

.ttl02 {
  border-top: 2px solid #4c3f31;
  border-bottom: 1px solid #4c3f31;
  box-sizing: border-box;
  padding: 32px 0;
  font-size: 36px;
  font-weight: 900;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
  letter-spacing: 0.025em;
}

.ttl03 {
  font-size: 32px;
  font-weight: 900;
  letter-spacing: 0.025em;
  display: flex;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 32px;
}

.ttl03_outline {
  display: inline;
  position: relative;
}

.ttl03_outline:before, .ttl03_outline:after {
  content: "";
  display: block;
  width: 1px;
  height: 60%;
  background: #4c3f31;
  position: absolute;
  bottom: 0;
}

.ttl03_outline:before {
  left: -1em;
  transform: rotate(-40deg);
}

.ttl03_outline:after {
  right: -1em;
  transform: rotate(40deg);
}

.ttl03_wrap {
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  padding: 0 0.5em;
}

.ttl03_wrap:before, .ttl03_wrap:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #4c3f31;
  position: absolute;
  bottom: 0;
}

.ttl03_wrap:before {
  left: -1em;
  transform: rotate(-35deg);
}

.ttl03_wrap:after {
  right: -1em;
  transform: rotate(35deg);
}

.ttl04 {
  background: #006139;
  box-sizing: border-box;
  padding: 12px 20px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 24px;
}

.ttl05 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #006139;
  color: #006139;
  margin-bottom: 12px;
  position: relative;
}

.ttl05:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #006139;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.ttl06 {
  font-size: 20px;
  font-weight: bold;
  color: #006139;
  border-bottom: 1px solid #006139;
  position: relative;
  padding-left: 56px;
}

.ttl06:after {
  content: "";
  display: block;
  width: 100%;
  border-bottom: 1px solid #006139;
  position: absolute;
  left: 0;
  bottom: -4px;
}

.ttl06 span {
  font-size: 24px;
  position: absolute;
  left: 0;
  top: -4px;
}

.strong01 {
  font-weight: 900;
  color: #d71d1f;
}

.strong02 {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 8px;
}

.strong03 {
  font-weight: bold;
  color: #d71d1f;
}

.strong04 {
  font-weight: bold;
}

.strong05 {
  font-size: 1.25em;
  font-weight: bold;
  line-height: 1;
  text-decoration: underline;
}

.tbl01 {
  margin: 1em 0;
  border-collapse: collapse;
  border: 1px solid #e8d58b;
}

.tbl01 tbody tr {
  border-bottom: 1px solid #e8d58b;
}

.tbl01 tbody tr th, .tbl01 tbody tr td {
  box-sizing: border-box;
  padding: 12px 24px;
}

.tbl01 tbody tr th {
  width: 35%;
  background: #fcfce1;
  border-right: 1px solid #e8d58b;
}

.tbl01 tbody tr td {
  width: 65%;
  background: #fff;
}

.tbl01 tbody tr td span {
  font-weight: bold;
}

.btn01 {
  display: block;
  width: 100%;
}

.btn01 p {
  display: block;
  width: 100%;
}

.btn01 p a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  background: #006139;
  box-sizing: border-box;
  padding: 24px;
  text-decoration: none;
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  border-radius: 100px;
}

/*header
----------------------------------------------------*/
#header {
  padding: 16px 0 40px;
}

.h_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.h_h1-t {
  text-align: left;
}

.h_h1-t h1 {
  font-size: 12px;
}

.h_conts {
  display: flex;
  justify-content: space-between;
  margin-top: 4px;
}

.h_conts-l {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 740px;
}

.h_conts-top {
  display: flex;
  flex-direction: row;
}

.h_conts-l-r {
  margin-left: 40px;
}

.h_conts-btm {
  margin-top: -40px;
}

.h_logo {
  width: 100%;
  line-height: 1;
}

.h_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_address {
  margin-top: 12px;
}

.h_address p {
  font-size: 14px;
  line-height: 1.75;
}

.h_no1 img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_conts-r {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-end;
  margin-left: 20px;
  width: 100%;
  max-width: 280px;
}

.h_tel {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.h_tel-ttl {
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  position: relative;
}

.h_tel-ttl:before {
  content: "";
  display: block;
  width: 100%;
  border-top: 1px solid #dfdad6;
  position: absolute;
  top: calc(50% - 1px);
}

.h_tel-ttl span {
  display: inline-block;
  background: #fff;
  color: #433519;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  padding: 0 12px;
}

.h_tel-num {
  box-sizing: border-box;
  padding: 4px 12px 10px;
  border-bottom: 1px solid #dfdad6;
}

.h_tel-num p {
  line-height: 1;
}

.h_tel-num p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.h_open {
  margin-top: 8px;
}

.h_open dl {
  display: flex;
  flex-direction: row;
  margin-bottom: 0;
}

.h_open dl:last-of-type {
  margin-bottom: 0;
}

.h_open dl dt, .h_open dl dd {
  font-size: 14px;
}

.h_open dl dd {
  margin-left: 8px;
}

.list01 {
  margin: 1em 0;
}

.list01 ul li {
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}

.list01 ul li:before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
}

.list02 {
  display: flex;
  flex-wrap: wrap;
}

.list02 li {
  position: relative;
  padding-left: 16px;
  font-weight: bold;
  margin-right: 20px;
}

.list02 li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 12px;
  background: #006139;
  border-radius: 100px;
}

/*nav
----------------------------------------------------*/
#nav {
  padding: 0;
}

.nav_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
}

.nav_wrap ul {
  display: flex;
  justify-content: space-between;
}

.nav_wrap ul li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% / 6);
  border-left: 1px solid #dfdad6;
  line-height: 1.5;
}

.nav_wrap ul li:last-of-type {
  border-right: 1px solid #dfdad6;
}

.nav_wrap ul li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 12px 0;
  cursor: pointer;
  text-decoration: none;
  font-size: 16px;
  color: #333;
  box-sizing: border-box;
}

.nav_wrap ul li a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.nav_wrap ul li a:hover {
  opacity: 1;
}

.nav_btn01 {
  position: relative;
}

.nav_btn01-detail {
  display: none;
  left: 0;
  top: 72px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 32px 8px;
  border: 2px solid #a3b4dc;
  width: 1020px;
  height: auto;
  position: absolute;
  z-index: 100;
}

.nav_btn01-detail:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 18px solid transparent;
  border-bottom: 18px solid #a3b4dc;
  position: absolute;
  left: 66px;
  top: -37px;
}

.nav_btn01-detail:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-bottom: 16px solid #fff;
  position: absolute;
  left: 68px;
  top: -32px;
}

.nav_btn01-detail.on {
  display: block;
}

.nav_btn01-detail ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nav_btn01-detail ul li {
  width: auto;
  margin-right: 28px;
  text-align: left;
  position: relative;
  padding-left: 16px;
  margin-bottom: 12px;
}

.nav_btn01-detail ul li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #a3b4dc;
  position: absolute;
  left: 0;
  top: 9px;
}

.nav_btn01-detail ul li a {
  font-size: 15px;
  position: relative;
  padding: 0;
}

.nav_sp {
  display: none;
}

/*main
----------------------------------------------------*/
#main {
  display: block;
  width: 100%;
  padding: 50px 0 100px;
  box-sizing: border-box;
}

.main_wrap {
  width: 95%;
  max-width: 1240px;
  margin: 0 auto;
  box-sizing: border-box;
}

.main_inline {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

#conts {
  width: 720px;
}

/*swiper
----------------------------------------------------*/
.slider-wrap {
  position: relative;
  overflow: visible;
}

.swiper-pagination {
  position: relative !important;
  height: 12px !important;
  margin-top: 8px;
}

.swiper img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/*conts
----------------------------------------------------*/
.conts01 {
  margin-top: 56px;
}

.conts01 p {
  margin-bottom: 1em;
}

.conts01.mt0 {
  margin-top: 0;
}

.conts02 {
  margin-top: 32px;
}

.conts02.mt0 {
  margin-top: 0;
}

.conts03 {
  margin-top: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 24px calc(24px - 1em);
}

.conts04 {
  margin-top: 32px;
  background: #fff;
  box-sizing: border-box;
  padding: 16px 24px calc(16px - 1em);
  border: 1px dashed #e87c17;
}

/*トップページ
----------------------------------------------------*/
/* 準備中 */
.comingsoon_conts {
  border: 2px solid #ff2d2d;
  box-sizing: border-box;
  padding: 24px;
  background-color: #fff;
  margin-bottom: 32px;
}

.comingsoon_conts p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #ff2d2d;
}

/* top_news */
.top_menu ul {
  display: flex;
  flex-wrap: wrap;
}

.top_menu ul li {
  width: calc(100% / 3 - 8px);
  max-width: 225px;
  margin-right: 21px;
  line-height: 0;
  margin-bottom: 17px;
}

.top_menu ul li:nth-of-type(3n) {
  margin-right: 0;
}

.top_menu ul li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* top_repat */
.top_repat-text01 {
  margin-bottom: 64px;
}

.top_repat-text01 p {
  font-size: 18px;
}

/* media */
.media {
  margin-top: 48px;
}

.media_ttl {
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #009658 100%, #006139 100%);
  box-sizing: border-box;
  position: relative;
  min-height: 147px;
}

.sango_media .media_ttl {
  background: linear-gradient(135deg, #f58299 100%, #ec6f87 100%);
}

.media_ttl-img {
  position: absolute;
  left: 40px;
  top: -24px;
  line-height: 0;
  margin-bottom: 0 !important;
}

.media_ttl-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.media_ttl-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin-bottom: 0 !important;
  line-height: 1.35;
  padding-left: 30%;
}

.media_ttl-text span {
  display: block;
  font-size: 40px;
}

.media_conts {
  background: #fcfce1;
  box-sizing: border-box;
  padding: 30px;
}

.media_conts-wrap {
  border: 1px solid #e8d58b;
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
}

/* offer */
.offer_conts {
  margin-bottom: 32px;
}

.offer_conts p {
  line-height: 0;
}

.offer_conts p img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* nayami */
.nayami_list {
  background: #f5f3e7;
  box-sizing: border-box;
  padding: 32px;
}

.nayami_list ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}

.nayami_list ul li {
  background: url("../images/common/icon_check01.png") no-repeat left 2px;
  padding-left: 33px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 2px dotted #cfcfc5;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.nayami_list ul li:last-of-type {
  margin-bottom: 0;
}

.nayami_answer {
  background: linear-gradient(90deg, #009658 0%, #006139 100%);
  box-sizing: border-box;
  padding: 32px;
  border-radius: 10px;
  margin-top: 44px;
  position: relative;
}

.nayami_answer:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -23px;
  margin: 0 auto;
  width: 80px;
  height: 24px;
  background: #007c4a;
  clip-path: polygon(50% 0%, 0 100%, 100% 100%);
}

.nayami_answer-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}

.nayami_answer-wrap p {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  line-height: 1.5;
  margin-bottom: 0 !important;
  text-align: center;
}

.nayami_answer-wrap p span {
  display: block;
}

/* voice */
.voice_conts {
  background: #fcfce1;
  box-sizing: border-box;
  padding: 13px;
  margin-bottom: 32px;
}

.voice_conts-wrap {
  background: #fff;
  box-sizing: border-box;
  padding: 32px;
}

.voice_ttl {
  display: block;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.75;
  border-bottom: 3px dotted #d7d4d1;
  padding-bottom: 12px;
  margin-bottom: 24px;
}

.voice_main {
  display: flex;
  justify-content: space-between;
}

.voice_main-img {
  width: 100%;
  max-width: 177px;
  margin-right: 24px;
}

.voice_main-img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.voice_main-img a {
  text-decoration: none;
  color: inherit;
}

.voice_main-img-btn {
  background: #006139;
  color: #fff;
  box-sizing: border-box;
  padding: 6px 4px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-top: 8px;
}

.voice_main-img-btn img {
  width: auto;
  max-width: 16px;
  height: auto;
  margin-right: 4px;
  position: relative;
  top: 2px;
}

.voice_main-text {
  width: 100%;
  box-sizing: border-box;
}

.voice_main-text:last-of-type p {
  margin-bottom: 0;
}

/* genin */
.genin_main {
  display: flex;
  flex-direction: row-reverse;
}

.genin_img {
  width: 100%;
  max-width: 122px;
  margin-left: 56px;
  text-align: right;
}

.genin_img img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.genin_text {
  width: 100%;
}

.genin_text p {
  letter-spacing: 0.025em;
  margin-bottom: 0 !important;
}

/* kaizen */
.kaizen_ttl {
  background: linear-gradient(180deg, #009658 0%, #006139 100%);
  box-sizing: border-box;
  text-align: center;
  line-height: 0;
  padding: 32px;
  border-radius: 12px;
  position: relative;
  margin-bottom: 80px;
}

.kaizen_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-top: 32px solid #006139;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -64px;
  margin: 0 auto;
}

.kaizen_ttl-text {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
  font-family: "Zen Maru Gothic", sans-serif;
  text-align: center;
  line-height: 1.5;
}

.kaizen_ttl-text .br {
  display: block;
}

.kaizen_mainconts {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border: 1px solid #006139;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
}

.kaizen_ttl02 {
  display: inline-block;
  width: fit-content;
  text-align: center;
  position: relative;
  margin-top: -3.5em;
  background: #fff;
  box-sizing: border-box;
  padding: 0 1em;
}

.kaizen_ttl02-wrap {
  box-sizing: border-box;
  padding: 0 0.75em;
  background: #fff;
  font-size: 32px;
  font-weight: 900;
  color: #006139;
  position: relative;
  line-height: 1.5;
}

.kaizen_ttl02-wrap:before, .kaizen_ttl02-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 100%;
  border-left: 3px dotted #006139;
  position: absolute;
  bottom: 0;
}

.kaizen_ttl02-wrap:before {
  transform: rotate(-25deg);
  left: 0px;
}

.kaizen_ttl02-wrap:after {
  transform: rotate(25deg);
  right: 0px;
}

.kaizen_main-img {
  margin-top: 24px;
  line-height: 0;
}

.kaizen_main-img p {
  margin-bottom: 0 !important;
}

.kaizen_maintext {
  margin-top: 24px;
}

/* select */
.select_mainttl {
  margin-bottom: 32px;
}

.select_mainttl-text01 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8e387;
  box-sizing: border-box;
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
  position: relative;
  padding: 16px;
  border-radius: 100px;
}

.select_mainttl-text01:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 16px solid transparent;
  border-top: 16px solid #f8e387;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -32px;
  margin: 0 auto;
}

.select_mainttl-text01 p {
  line-height: 0;
  margin-bottom: 0;
}

.select_mainttl-text01 p img {
  width: auto;
  max-width: 249px;
  height: auto;
}

.select_mainttl-text02 {
  border-top: 4px solid #006139;
  border-bottom: 2px solid #77ab95;
  box-sizing: border-box;
  padding: 32px 0;
  margin-top: 40px;
}

.select_mainttl-text02-wrap {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
}

.select_mainttl-text02-01 {
  font-size: 64px;
  font-weight: 900;
  color: #006139;
  letter-spacing: 0.05em;
  line-height: 1;
}

.select_mainttl-text02-01 span {
  font-size: 1.35em;
  line-height: 0.65;
}

.select_mainttl-text02-02 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.25;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-right: 24px;
  margin-bottom: 0 !important;
}

.select_mainttl-text02-02 .br {
  display: block;
}

.select_conts {
  background: #f5f3e7;
  padding: 32px;
  box-sizing: border-box;
  margin-bottom: 24px;
}

.select_conts:last-of-type {
  margin-bottom: 0;
}

.select_conts-wrap {
  border: 1px solid #e3e3d8;
  background: #fff;
  box-sizing: border-box;
  padding: 24px 27px;
}

.select_ttl {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: center;
  min-height: 90px;
  margin-bottom: 16px;
}

.select_num {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  background: #006139;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  color: #ffff;
  width: 90px;
  height: 90px;
  border-radius: 100px;
  margin-bottom: 0 !important;
}

.select_num span {
  display: block;
  font-size: 1.5em;
  text-align: center;
}

.select_ttl-text {
  display: block;
  width: calc(100% - 106px);
  font-size: 28px;
  font-weight: 900;
  line-height: 1.5;
  margin-left: 16px;
}

.select_textarea-text {
  margin-top: 16px;
}

.select_textarea-text p:last-of-type {
  margin-bottom: 0;
}

/* feature */
.feature_list {
  display: flex;
  flex-direction: row;
}

.feature_listconts {
  width: calc(100% / 3 - 13px);
  height: 100%;
  margin-right: 20px;
}

.feature_listconts:last-of-type {
  margin-right: 0;
}

.feature_list-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  height: 100px;
  background: #fff;
  margin: 0 auto;
  border-radius: 100px;
  position: relative;
  top: 0;
}

.feature_list-ttl span {
  font-size: 48px;
  font-weight: bold;
  color: #c9ba7a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}

.feature_list-textarea01 {
  background: #15c25e;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  padding: 24px 16px 16px;
  margin-top: -24px;
}

.feature_list-textarea01 p {
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 0 !important;
}

.feature_list-textarea02 {
  background: #f5f1eb;
  box-sizing: border-box;
  padding: 16px 8px;
  border-radius: 0 0 10px 10px;
  min-height: 128px;
}

.feature_list-textarea02 p {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 0 !important;
}

/* onayami_caselist */
.onayami_caselist-list {
  display: flex;
  flex-wrap: wrap;
}

.onayami_caselist-list li {
  width: calc(100% / 3 - 16px);
  max-width: 224px;
  margin-right: 23px;
  margin-bottom: 23px;
  line-height: 0;
  box-shadow: 0 0 14px rgba(0, 0, 0, 0.17);
}

.onayami_caselist-list li:nth-of-type(3n) {
  margin-right: 0;
}

.onayami_caselist-list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/* reason */
.reason_conts {
  margin-bottom: 48px;
}

.reason_ttl {
  background: #15c25e;
  box-sizing: border-box;
  padding: 24px 32px;
  position: relative;
}

.reason_ttl-maintext {
  display: flex;
  align-items: center;
  min-height: 90px;
  padding-left: 114px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 28px;
  font-weight: 600;
  color: #fff;
}

.reason_ttl-maintext strong {
  color: #f9fc92;
}

.reason_ttl-subtext {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #15c25e;
  line-height: 1;
  width: 90px;
  height: 90px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 100px;
  position: absolute;
  left: 32px;
  top: 24px;
}

.reason_ttl-subtext span {
  display: block;
  font-size: 32px;
  font-weight: 900;
  font-style: italic;
  margin-top: 2px;
}

.reason_img {
  margin: 24px auto;
}

/* compare */
.compare_conts {
  box-sizing: border-box;
  margin-top: 32px;
}

.compare_true .compare_ttl {
  background: #15c25e;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  display: block;
  color: #fff;
  position: relative;
}

.compare_true .compare_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 16px solid #15c25e;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.compare_true .compare_ttl strong {
  color: #f9fc92;
}

.compare_true .compare_list li:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border: 3px solid #df2618;
  position: absolute;
  left: 0;
  top: 10px;
  border-radius: 100px;
}

.compare_false .compare_ttl {
  background: #d9d9d9;
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px 10px 0 0;
  display: block;
  color: #646464;
  position: relative;
}

.compare_false .compare_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 24px solid transparent;
  border-top: 16px solid #d9d9d9;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.compare_false .compare_ttl strong {
  color: #423928;
}

.compare_false .compare_list li:before, .compare_false .compare_list li:after {
  content: "";
  display: block;
  width: 3px;
  height: 20px;
  background: #df2618;
  position: absolute;
  left: 8px;
  top: 8px;
}

.compare_false .compare_list li:before {
  transform: rotate(-45deg);
}

.compare_false .compare_list li:after {
  transform: rotate(45deg);
}

.compare_ttl {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.35;
  text-align: center;
}

.compare_ttl strong {
  display: block;
  font-size: 1.5em;
}

.compare_list {
  background: #f5f1eb;
  box-sizing: border-box;
  padding: 40px;
  border-radius: 0 0 10px 10px;
}

.compare_list li {
  font-size: 18px;
  position: relative;
  padding-left: 24px;
  margin-bottom: 4px;
  line-height: 2;
}

.compare_list li:last-of-type {
  margin-bottom: 0;
}

.compare_memo {
  margin-top: 16px;
}

.compare_memo p {
  font-size: 15px;
  position: relative;
  padding-left: 1em;
}

.compare_memo p:before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
}

/* recommend */
.recommend_conts {
  margin-bottom: 40px;
}

.recommend_conts:last-of-type {
  margin-bottom: 0;
}

.recommend_ttl {
  background: #15c25e;
  box-sizing: border-box;
  padding: 16px;
  padding-left: 160px;
  position: relative;
  min-height: 164px;
  display: flex;
  align-items: baseline;
  flex-direction: column;
  justify-content: center;
}

.recommend_ttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  max-width: 126px;
  max-height: 137px;
  background: url("../images/top/reco_medal.png") no-repeat left top;
  position: absolute;
  left: 16px;
  top: 16px;
}

.recommend_ttl-main,
.recommend_ttl-sub {
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.recommend_ttl-main {
  font-size: 24px;
}

.recommend_ttl-sub {
  font-size: 20px;
  position: relative;
  margin-top: 4px;
  margin-bottom: 0 !important;
}

.recommend_ttl-sub:before {
  content: "（";
}

.recommend_ttl-sub:after {
  content: "）";
}

.recommend_textarea {
  background: #fbfce6;
  box-sizing: border-box;
  padding: 40px;
}

.recommend_img {
  width: 100%;
  max-width: 182px;
  float: right;
  padding-left: 24px;
  background: #fbfce6;
}

.recommend_img img {
  width: auto;
  max-width: 100%;
  height: auto;
  box-shadow: 8px 8px 10px rgba(0, 0, 0, 0.08);
}

.recommend_info {
  width: 100%;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  margin-top: 16px;
}

.recommend_info p {
  font-size: 14px;
  line-height: 2;
}

.recommend_info p.recommend_info-ttl {
  font-weight: bold;
  margin-bottom: 12px !important;
  border-bottom: 1px dashed;
  padding-bottom: 6px;
  position: relative;
  padding-left: 12px;
}

.recommend_info p.recommend_info-ttl:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 10px;
  background: #423928;
  border-radius: 100px;
}

/* conctscontact */
.contscontact_ttl {
  background: #006139;
  box-sizing: border-box;
  padding: 32px 16px;
  position: relative;
  border-radius: 12px;
  margin-bottom: 40px;
}

.contscontact_ttl:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 32px solid transparent;
  border-top: 24px solid #006139;
  position: absolute;
  bottom: -56px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.contscontact_ttl-text {
  font-size: 32px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 0 !important;
}

.contscontact_wrap {
  border: 1px solid #006139;
  box-sizing: border-box;
  padding: 32px 60px;
}

.contscontact_logo {
  text-align: center;
  line-height: 1;
}

.contscontact_logo img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.contscontact_btn a {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 24px;
  border-radius: 100px;
  color: #fff;
  text-decoration: none;
}

.contscontact_btn a p {
  margin-bottom: 0 !important;
}

.contscontact_btn01 a {
  background: #d71d1f;
}

.contscontact_btn01-text01 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  margin-bottom: 0 !important;
}

.contscontact_btn01-text02 {
  text-align: center;
}

.contscontact_btn01-text02 img {
  width: 100%;
  max-width: 421px;
  height: auto;
}

.contscontact_open {
  border-top: 1px solid #544124;
  border-bottom: 1px solid #544124;
  box-sizing: border-box;
  padding: 20px 0;
  margin: 32px auto 24px;
  display: flex;
  flex-direction: row;
}

.contscontact_open dl {
  display: flex;
  flex-direction: row;
  margin-right: 32px;
}

.contscontact_open dl:last-of-type {
  margin-right: 0;
}

.contscontact_open dl dt, .contscontact_open dl dd {
  line-height: 1.5;
}

.contscontact_open dl dt {
  width: auto;
  font-weight: bold;
}

.contscontact_open dl dd {
  margin-left: 12px;
}

.contscontact_address dl {
  display: flex;
  flex-direction: row;
}

.contscontact_address dl:last-of-type {
  margin-bottom: 0;
}

.contscontact_address dl dt {
  font-weight: bold;
}

.contscontact_address dl dt:after {
  content: ":";
}

.contscontact_address dl dd {
  margin-left: 4px;
}

.contscontact_map {
  margin-top: 24px;
}

.contscontact_map iframe {
  width: 100%;
  min-height: 480px;
}

/*side
----------------------------------------------------*/
#side {
  width: 230px;
}

.side_bnr {
  line-height: 0;
  margin-bottom: 20px;
}

.side_conts {
  margin: 20px auto;
  border: 1px solid #006139;
  box-sizing: border-box;
  padding: 1px;
}

.side_conts.top {
  margin-top: 0;
}

.side_conts-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #006139;
  box-sizing: border-box;
  min-height: 51px;
  padding: 10px 16px;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}

.side_conts-wrap {
  box-sizing: border-box;
  padding: 8px 8px 16px;
}

.side_conts-list li {
  border-bottom: 1px dotted #d4cac3;
  padding: 12px 8px;
  line-height: 1.5;
}

.side_conts-list li a {
  display: inline-block;
  color: inherit;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  padding-left: 14px;
}

.side_conts-list li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #006139;
  position: absolute;
  left: 0;
  top: 7px;
}

.side_conts-alllink {
  margin-top: 8px;
  text-align: right;
}

.side_conts-alllink a {
  font-size: 14px;
  text-decoration: none;
  color: inherit;
  line-height: 1.5;
  position: relative;
  padding-right: 16px;
}

.side_conts-alllink a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left: 7px solid #006139;
  position: absolute;
  right: -4px;
  top: 5px;
}

.side_logo {
  text-align: center;
  margin-top: 16px;
}

.side_logo img {
  width: auto;
  max-width: 190px;
  height: auto;
}

.side_address {
  margin: 8px auto 12px;
}

.side_address p {
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 1.65;
}

.side_telttl {
  position: relative;
  text-align: left;
}

.side_telttl:before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-top: 1px solid #e3e3e3;
  position: absolute;
  left: 0;
  top: calc(50% - 1px);
  z-index: 1;
}

.side_telttl span {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 0 12px 0 0;
  position: relative;
  z-index: 2;
  font-size: 15px;
  font-weight: bold;
  color: #4c3f31;
}

.side_telnum {
  text-align: center;
  margin: 4px auto 12px;
  line-height: 1;
}

.side_telnum img {
  width: auto;
  max-width: 203px;
  height: auto;
}

.side_contactbtn {
  margin-top: 16px;
}

.side_contactbtn a {
  display: block;
  background: #df2618;
  box-sizing: border-box;
  padding: 12px 8px 16px;
  font-size: 15px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  color: #fff;
  text-decoration: none;
  line-height: 1.5;
  border-radius: 100px;
}

.side_info {
  margin-top: 24px;
}

.side_info-ttl {
  display: block;
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #dfdad6;
  border-bottom: 1px solid #dfdad6;
  box-sizing: border-box;
  padding: 8px;
  text-align: center;
  margin-bottom: 16px;
}

.side_info-text01 p,
.side_info-access-text01 p {
  font-size: 13px;
  text-align: center;
}

.side_info-text01 dl,
.side_info-access-text01 dl {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 4px;
}

.side_info-text01 dl:last-of-type,
.side_info-access-text01 dl:last-of-type {
  margin-bottom: 0;
}

.side_info-text01 dl dt, .side_info-text01 dl dd,
.side_info-access-text01 dl dt,
.side_info-access-text01 dl dd {
  font-size: 13px;
  text-align: left;
  line-height: 1.75;
}

.side_info-access {
  margin-top: 20px;
}

.side_info-access:last-of-type {
  margin-bottom: 0;
}

.side_info-access-ttl {
  display: flex;
  justify-content: center;
  margin-bottom: 8px;
}

.side_info-access-ttl span {
  position: relative;
  padding-left: 16px;
  font-size: 14px;
  font-weight: bold;
}

.side_info-access-ttl span:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left: 8px solid #b9e099;
  position: absolute;
  left: 0;
  top: 6px;
}

.side_info-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
}

.side_thesis {
  margin: 24px auto;
}

.side_thesis-ttl img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.side_thesis-list li {
  margin-top: 12px;
  line-height: 0;
}

.side_thesis-list li img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*pagetop
----------------------------------------------------*/
#pagetop {
  position: absolute;
  top: -64px;
  right: 2.5%;
  text-align: right;
  width: 100%;
  max-width: 100px;
  box-sizing: border-box;
  border-radius: 100px;
  z-index: 10;
}

#pagetop img {
  width: auto;
  max-width: 100px;
  height: auto;
  border-radius: 100%;
  box-shadow: 3px 0 7px rgba(0, 0, 0, 0.14);
}

/*common_contact
----------------------------------------------------*/
.common_contactconts {
  background: #006139;
  padding: 64px 0;
  position: relative;
}

.common_contact-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1020px;
  margin: 0 auto;
}

.common_contact-l,
.common_contact-r {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  height: 100%;
  box-sizing: border-box;
}

.common_contact-l {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  max-width: 373px;
  background: #fff;
  box-sizing: border-box;
  border-radius: 10px;
  position: relative;
  border: 4px solid #fff;
  overflow: hidden;
}

.common_contact-l-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  width: 100%;
}

.common_contact-l-wrap:before, .common_contact-l-wrap:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
}

.common_contact-l-wrap:before {
  border: 40px solid transparent;
  border-right: 40px solid #d71d1f;
  left: -40px;
  top: calc(0% - 40px);
  transform: rotate(45deg);
}

.common_contact-l-wrap:after {
  border: 40px solid transparent;
  border-top: 40px solid #006139;
  right: -40px;
  bottom: calc(0% - 40px);
  transform: rotate(-45deg);
}

.common_contact-l-text {
  display: flex;
  align-items: baseline;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 21px;
  font-weight: 900;
  color: #006139;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 40px 0;
}

.common_contact-l-text .common_contact-l-text-strong01 {
  font-size: 26px;
  font-weight: 900;
  color: #4c3f31;
}

.common_contact-l-text .common_contact-l-text-strong02 {
  display: flex;
  flex-wrap: wrap;
  font-size: 37px;
  font-weight: 900;
}

.common_contact-l-img {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  position: relative;
}

.common_contact-l-img img {
  width: auto;
  max-width: 307px;
  height: auto;
}

.common_contact-r {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  box-sizing: border-box;
}

.common_contact-r-text01 {
  width: 100%;
  display: block;
  text-align: center;
  box-sizing: border-box;
}

.common_contact-r-text01-text {
  line-height: 1.5;
  margin-bottom: 8px;
}

.common_contact-r-text01-text span {
  display: inline-block;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  line-height: 1;
}

.common_contact-r-text01-text span:before, .common_contact-r-text01-text span:after {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  bottom: 0;
  position: absolute;
}

.common_contact-r-text01-text span:before {
  transform: rotate(-35deg);
  left: -16px;
}

.common_contact-r-text01-text span:after {
  transform: rotate(35deg);
  right: -16px;
}

.common_contact-r-text01-text span img {
  width: auto;
  max-width: 111px;
  height: auto;
}

.common_contact-r-tel {
  display: block;
  width: 100%;
  text-align: center;
}

.common_contact-r-telnum img {
  width: 100%;
  max-width: 579px;
  height: auto;
}

.common_contact-r-info {
  display: flex;
  justify-content: center;
  margin-top: 4px;
}

.common_contact-r-info-wrap {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.common_contact-r-infoconts {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-left: 24px;
}

.common_contact-r-infoconts:first-of-type {
  margin-left: 0;
}

.common_contact-r-info-ttl {
  display: inline-block;
  background: #fff;
  box-sizing: border-box;
  padding: 8px 12px;
  border-radius: 2px;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
  color: #006139;
}

.common_contact-r-infotext {
  margin-left: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.common_contact-r-infotext dl {
  display: flex;
  flex-direction: row;
}

.common_contact-r-infotext dl dt, .common_contact-r-infotext dl dd {
  font-size: 15px;
  font-weight: bold;
  color: #fff;
  line-height: 1.5;
}

.common_contact-r-infotext dl dt {
  margin-right: 4px;
}

.common_contact-r-infotext p {
  font-size: 15px;
  color: #fff;
  font-weight: bold;
}

/*sp_btm
----------------------------------------------------*/
.sp_btm {
  display: none;
  line-height: 0;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}

.sp_btm.on {
  display: block;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

.sp_btm-wrap {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}

.sp_btmconts {
  box-sizing: border-box;
}

.sp_btmconts p a img {
  width: auto;
  max-width: 100%;
  height: auto;
}

/*footer
----------------------------------------------------*/
#footer {
  width: 95%;
  margin: 0 auto;
  padding: 40px 0;
}

.footer_wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.f_menulist {
  display: flex;
  justify-content: center;
  width: 100%;
}

.f_menulist ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_menulist ul li:before {
  content: "｜";
  margin-right: 8px;
  margin-left: 8px;
}

.f_menulist ul li:first-of-type {
  margin-left: 0;
}

.f_menulist ul li:last-of-type:after {
  content: "｜";
  margin-left: 8px;
  margin-right: 0;
}

.f_menulist ul li a {
  font-size: 15px;
  color: inherit;
  text-decoration: none;
}

.f_info {
  display: block;
  width: 100%;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  box-sizing: border-box;
  padding: 16px;
  margin: 32px auto 24px;
}

.f_info ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.f_info ul li {
  font-size: 13px;
  margin-right: 12px;
}

.f_info ul li:last-of-type {
  margin-right: 0;
}

#f_copy {
  text-align: center;
  box-sizing: border-box;
  padding: 20px 0;
}

#f_copy p {
  font-size: 12px;
  text-align: center;
  line-height: 1;
}
