@charset "utf-8";

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/NS-400.woff2") format("woff2"), url("fonts/NS-400.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/NS-700.woff2") format("woff2"), url("fonts/NS-700.woff") format("woff");
  font-display: swap;
}

/*
---------------------------------------------

    base settings

*/

html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
  line-height: 2;
  color: #333;
  -webkit-font-smoothing: subpixel-antialiased;
  word-break: break-word;
}

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

ul,
ol,
dl,
p,
img,
form,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}

p {
  margin: 0 auto 20px;
}

li {
  list-style: none;
}

input,
textarea {
  font-size: 1.2rem;
}

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

a {
  color: inherit;
  text-decoration: underline;
}

a:active,
a:hover {
  opacity: 0.7;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
  font-weight: normal;
}

.sp {
  display: none;
}

/* microclearfix */

.cf::before,
.cf::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf::after {
  clear: both;
}

/** For IE 6/7 only */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.forPC {
  display: block;
}

.forSP {
  display: none;
}

.pc_br {
  display: block;
}

.sp_br {
  display: none;
}

.caption {
  text-align: center;
  font-size: 1.2rem;
  color: #777;
  line-height: 1.4;
}
.caption a {
  text-decoration: underline;
}

/* microclearfix */

.cf::before,
.cf::after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cf::after {
  clear: both;
}

/*
---------------------------------------------


*/

.l-main-area .top_h2 {
  margin: 0 0 8rem;
  padding: 2rem 3rem 0;
  background: #0096d2;
  font-size: 3.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: 1.2;
  position: relative;
}

.l-main-area .top_h2::after {
  content: "";
  width: 100%;
  height: 58px;
  background: url(img/bg_h2_low.png) no-repeat left top;
  background-size: 100% 18px;
  position: absolute;
  top: 99%;
  left: 0;
}

.l-main-area .top_h2 a {
  padding: 0 4rem 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
}

.l-main-area .top_h2 a:hover {
  color: #ffff00;
  background: url(img/arrow01_yellow.svg) no-repeat right center;
  background-size: 14px;
}

.l-main-area .top_h3 {
  margin: 3rem 0;
  padding: 1rem 1.5rem;
  background: url(img/bg_h3_low.png) bottom left repeat-x;
  font-size: 3rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  color: #0096d2;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}

.l-main-area .top_h3 a {
  display: block;
  padding: 0 2rem 0 0;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  color: #0096d2;
  text-decoration: none;
}

.l-main-area .top_h4 {
  margin: 3rem auto;
  padding: 1rem 1.5rem 1rem 5rem;
  background: #e5f6fd;
  background-size: auto 4px;
  border-radius: 20px;
  font-size: 2.6rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
  line-height: 1.4;
  position: relative;
  color: #333;
}

.l-main-area .top_h4::before {
  content: "●";
  color: white;
  margin-right: 8px;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
}

.l-main-area .top_h4 a {
  display: block;
  padding-right: 3rem;
  background: url(img/arrow01_gray.svg) no-repeat right 0 center;
  background-size: 10px 18px;
  text-decoration: none;
}

.l-main-area .top_h5 {
  margin: 3rem 0;
  padding: 0.5rem 1.5rem;
  border-left: solid 10px #ffcc00;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #333;
  position: relative;
}

.l-main-area .top_h5 a {
  color: #333;
  text-decoration: none;
}

.l-mv p.btn-internal {
  margin: 4rem 8rem 5rem 0;
}

.l-mv p.btn-internal a {
  width: 450px;
}

.l-main-area strong,
.l-main-area span {
  font-weight: bold;
  color: #222;
  font-size: 1.6rem;
  -webkit-text-stroke: 0 #222;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(254 214 123 / 1);
  text-decoration-skip-ink: none;
}

.l-main-area strong {
  font-size: 1.6rem;
}

.l-main-area ul {
  margin: 2rem;
}

.l-main-area ul li,
#selection ul li {
  position: relative;
  margin: 0 0 1rem 0;
  padding: 0 0 0 25px;
  list-style-position: outside;
}

.l-main-area .frame-wrap .frame .frame-body ul li {
  position: relative;
  margin: 0 0 0.2rem 0;
  padding: 0 0 0 25px;
  list-style-position: outside;
}

.l-main-area ul li::before,
#selection ul li::before {
  position: absolute;
  content: "";
  display: inline-block;
  background: #57976b;
  border-radius: 50%;
  top: 10px;
  left: 0;
  width: 12px;
  height: 12px;
  text-align: center;
  font-size: 1.2rem;
}

.l-main-area ol {
  counter-reset: number;
  list-style-type: none !important;
  text-align: left;
}

.l-main-area ol li {
  position: relative;
  margin: 0 0 1em 0;
  padding: 0 0 0 46px;
  font-size: 1.6rem;
  font-weight: bold;
}

.l-parts04 .l-section-inner ol li::before {
  top: -5px;
  left: 20px;
  width: 23px;
  height: 20px;
  font-size: 2rem;
}

.l-parts04 .l-section-inner ol li::after {
  display: none;
}

.l-main-area ol li {
  font-weight: normal;
}

.l-main-area ol li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  background: #57976b;
  line-height: 1.2;
  color: #fff;
  border-radius: 50%;
  top: 6px;
  left: 16px;
  width: 20px;
  height: 20px;
  text-align: center;
  font-size: 1.6rem;
  display: block;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.l-main-area table {
  width: 96.6%;
  margin: 50px auto;
  padding: 0;
  border-collapse: collapse;
  text-align: left;
}

.l-main-area table th {
  padding: 10px 15px;
  background: #fafaf5;
  border: 1px #867444 solid;
  color: #222;
  text-align: center;
}

.l-main-area table td {
  padding: 10px 24px 10px 24px;
  background: #fff;
  border: 1px #867444 solid;
  color: #333;
}

.btn-web {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}

.btn-web a {
  width: 550px;
  margin: 0;
  padding: 2.3rem 5rem 2.4rem 3rem;
  display: inline-block;
  background: #c74f3b;
  border-radius: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-bottom: 6px solid #a32f21;
}

.l-parts02 .btn-web a {
  width: 550px;
}

.btn-web a::after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.btn-web a:hover {
  opacity: 0.45;
}

.btn-internal {
  margin: 3rem auto;
  padding: 0;
  display: block;
  text-align: center;
  position: relative;
}

.btn-internal a {
  width: 550px;
  margin: 0;
  padding: 2.3rem 5rem 2.4rem 3rem;
  display: inline-block;
  background: #57976b;
  border-radius: 300px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-decoration: none;
  text-align: center;
  position: relative;
  border-bottom: 6px solid #0a6729;
}

.btn-internal a::after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.btn-internal a:hover {
  opacity: 0.8;
}

.btn-tel {
  display: none;
}

.btn-link {
  margin: 20px 0;
  padding: 0;
  font-weight: bold;
  text-align: right;
  line-height: 1.4;
  color: #222;
}

.btn-link a {
  padding: 5px 30px 5px 0;
  background: url(img/arrow_green.svg) no-repeat right center;
  background-size: 15px 14px;
  text-decoration: underline;
  text-decoration-color: #57976b;
  text-underline-offset: 4px;
}

.btn-link a:hover {
  text-decoration: none;
  text-decoration-color: transparent;
}

.l-main-area .float-wrap {
  margin: 10px 0 40px;
}

.l-main-area .float-wrap .float-img img {
  max-width: 100%;
}

.l-main-area .float-wrap .float-img.fr {
  width: 300px;
  margin: 0 0 10px 20px;
  float: right;
}

.l-main-area .float-wrap .float-img.fl {
  width: 300px;
  margin: 0 20px 20px 0;
  float: left;
}

.l-main-area .float-wrap .float-img.ct {
  width: 300px;
  margin: 0 auto 1.6rem;
}

.l-main-area .ct .catch {
  text-align: center;
}

.l-main-area .float-wrap .catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 1.5rem;
  color: #0a6729;
}

.l-main-area .float-wrap .catch span {
  font-size: 3rem;
}

.l-main-area .l-icon-title {
  margin: 8rem 0 3rem;
  padding: 20px 0 20px 90px;
  background: #fcf8ed;
  border-radius: 10px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  position: relative;
}

.l-main-area .l-icon-title--check {
  background: #ecf8ef;
}

.l-main-area .l-icon-title::before {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  box-sizing: border-box;
}

.l-main-area .l-icon-title--check::before {
  content: "";
  position: absolute;
  width: 50px;
  height: 45px;
  top: 5px;
  left: 2.4rem;
  background: url(img/icon_check.png) no-repeat left top;
  background-size: contain;
}

.l-main-area .l-number-wrapper,
.l-main-area .l-point-number-wrapper {
  counter-reset: number;
}

.l-main-area .l-point-number-inner {
  background: #fcf8ed;
  width: 50%;
  padding: 3.2rem 4rem 2.4rem;
  margin: 0;
  border-radius: 10px;
}

.l-main-area .l-point-number-inner .l-icon-title {
  margin: 0 0 1rem;
}

.l-main-area .l-point-number-wrapper .l-icon-title {
  background: url(img/icon_hatena.png) no-repeat left center;
  background-size: 4.6rem;
}

.l-main-area .points .l-point-number-wrapper .l-icon-title {
  background: url(img/icon_points.png) no-repeat left center;
  background-size: 4.8rem;
  border-radius: 0;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 0.8rem 0 0.8rem 6.4rem;
}
.l-main-area .points .l-point-number-wrapper .points-item02 .l-icon-title {
  background: url(img/icon_points2.png) no-repeat left center;
  background-size: 4.8rem;
}

.l-main-area .l-point-number-wrapper .l-icon-title span {
  font-size: 2.2rem;
}

.l-main-area .l-point-number-wrapper .l-icon-title a {
  text-decoration: none;
  display: block;
  padding: 0 3.5rem 0 0;
  background: url(img/arrow_green.svg) no-repeat right center;
  background-size: 17px;
  color: #0a6729;
  width: 100%;
}

.l-main-area .l-number-wrapper .l-icon-title::before {
  content: counter(number, decimal-leading-zero);
  counter-increment: number;
  font-size: 2.4rem;
  color: #867444;
  top: 50%;
  transform: translatey(-50%);
  left: 3.6rem;
}

.l-main-area .l-number-wrapper .l-icon-title::after {
  content: "";
  width: 17px;
  height: 15px;
  left: 2.5rem;
  top: 27%;
  transform: translatey(-50%);
  position: absolute;
  background: url(img/l_number_bg.png) no-repeat left top;
  background-size: contain;
}

.l-main-area .box-wrap {
  width: 100%;
  margin: 3rem 0 3rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-main-area .l-parts04 .box-wrap .box {
  margin: 10rem 0 3rem;
}

.l-main-area .l-parts04 .box-wrap .box {
  margin: 8rem 0 3rem;
}

.l-main-area .box-wrap .box {
  margin: 10rem 0 3rem 0;
  padding: 5.5rem 4rem 2rem 4rem;
  border-radius: 10px;
  background-color: #fcf8ed;
}

.l-main-area .box-wrap .box-case {
  padding: 5.5rem 4rem 4rem 4rem;
}

.l-main-area .box-wrap .box::after {
  content: "";
  width: 100%;
  height: 100%;
}

.l-main-area .box-wrap p {
  margin: 0 0 0;
  display: block;
}
.l-main-area .box-wrap p + p {
  margin-top: 1.6rem;
}

.l-main-area .box-wrap .box-head {
  margin: -10rem auto 0;
  padding: 2rem;
  background: #867444;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.4;
  width: 84.7%;
}

.box-case {
  position: relative;
}

.l-main-area .case .box-wrap .box-case .box-head {
  width: 95.1685%;
  position: absolute;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.l-parts04 .box-wrap {
  margin: -5rem 0 6rem;
}

.l-parts04 .box-wrap .box-head {
  margin: -5rem 0 0;
}

.l-main-area .box-wrap .box-head a {
  display: block;
  padding: 0 3rem 0 0;
  background: url(img/arrow01_white.svg) no-repeat right 0 center;
  background-size: 12px 20px;
  text-decoration: none;
  color: #fff;
  flex: 1;
}

.l-main-area .box-wrap .box-head a:hover {
  opacity: 0.8;
}

.l-main-area .box-wrap .box-head::before,
.l-main-area .box-wrap .box-head::after {
  display: none;
}

.l-main-area .box-wrap .box-body {
  padding: 3.3rem 0 1.4rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.l-main-area .box-wrap .box-item {
  width: calc((100% - 3rem) / 2);
  margin-top: 3.2rem;
}

.l-main-area .box-wrap .box-case .box-foot .caption {
  margin-top: 1.6rem;
  text-align: right;
}

.l-main-area .points .box-foot .caption {
  margin-top: 1.6rem;
  text-align: right;
}

.l-main-area .box-wrap .box-item-title {
  font-size: 1.6rem;
  font-weight: bold;
  color: #675729;
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #d3bd89;
  padding-bottom: 0.5rem;
}

.l-main-area .box-wrap .box-item-content {
  font-size: 1.6rem;
  color: #222;
}
.l-main-area .box-wrap .btn-internal {
  margin: 2rem auto 0;
}

.l-main-area .box-wrap .btn-internal a {
  width: 550px;
  padding: 2.3rem 5.5rem 2.4rem;
}

.l-main-area .l-parts02-white-inner .box-wrap {
  margin: 8rem 0 7rem;
}

.l-main-area .l-parts02-white-inner .box-wrap .box {
  width: 100%;
  margin: 0 0 8rem;
}

.l-main-area .l-parts02-white-inner .box-wrap .box-case03 {
  margin-bottom: 0;
}

.l-main-area .l-parts02-white-inner .box-wrap .box-case01 {
  margin-top: 1.5rem;
}

.l-main-area .l-parts02-white-inner .box-wrap .box-head {
  justify-content: center;
  margin: -10rem 0 0;
}

.l-main-area .l-parts02-white-inner .box-wrap .box-head a {
  background: none;
}

.l-main-area .frame-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}

.l-main-area .frame-wrap .frame {
  width: calc((100% - 41px) / 3);
  padding: 0 20px 48px;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background: #fcf8ed;
  box-shadow: 0 4px 8px rgb(10 103 41 / 0.1);
}

.l-main-area .frame-wrap .frame:nth-child(3n) {
  margin: 0 0 30px 0;
}

.l-main-area .frame-wrap p {
  margin: 0;
}

.l-main-area .frame-wrap .frame-head {
  margin: 0;
  padding: 7.2rem 0 2.4rem;
  border: none;
  /* display: flex; */
  align-items: center;
  font-size: 2.4rem;
  font-weight: bold;
  color: #1e1e82;
  line-height: 1.2;
  text-align: center;
  position: relative;
}

.l-main-area .frame-wrap .frame-head h3 {
  margin: 0 auto;
  font-weight: bold;
  font-size: 2.4rem;
}

.l-main-area .frame-wrap .frame-head a {
  padding: 0 2.5rem 0 0;
  display: block;
  background: url(img/arrow_green.svg) no-repeat right 0 center;
  background-size: 18px 14px;
  color: #0a6729;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-main-area .frame-wrap .frame-head a:hover {
  opacity: 0.6;
}

.l-main-area .frame-wrap .frame-head::before {
  content: "";
  width: 40px;
  height: 40px;
  background: url(img/icon_li.png) no-repeat center bottom;
  background-size: 100%;
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%);
  opacity: 0.5;
}

.l-main-area .frame-wrap .frame-body {
  padding: 0;
}

.l-main-area .frame-wrap .frame ul {
  margin: 2rem 0 0;
}

.l-main-area .frame-wrap .btn-internal {
  margin: 2rem auto 0;
}

.l-main-area .frame-wrap .btn-internal a {
  width: 100%;
  padding: 1rem 4rem 1rem 1rem;
  min-width: inherit;
}

/* low ----------------*/

.l-main-area--low h1 {
  margin: 0 0 8rem;
  padding: 1.2rem 3rem 0;
  background: #57976b;
  font-size: 4rem;
  font-weight: bold;
  color: #fff;
  line-height: 1.6;
  position: relative;
  text-align: center;
  border-radius: 10px 10px 0 0;
}

.l-main-area--low h1::after {
  content: "";
  width: 100%;
  height: 30px;
  background: url(img/bg_h2_low.png) no-repeat left top;
  background-size: contain;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: -1;
}

.l-main-area--low h1 a {
  padding: 0 4rem 0 0;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/arrow01_white.svg) no-repeat right center;
  background-size: 14px;
}

.l-main-area--low h2 {
  margin: 8rem auto 3rem;
  padding: 0 1.5rem 1.8rem;
  background: url(img/bg_h3_low.png) bottom left repeat-x;
  font-size: 3.6rem;
  font-weight: bold;
  background-size: 50% 14px;
  line-height: 1.4;
  position: relative;
  z-index: 5;
}

.l-main-area--low h2 a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right 1rem center;
  background-size: 25px;
  color: #222;
  text-decoration: none;
  padding: 0 25px 0 0;
}

.l-main-area--low h3 {
  margin: 6.4rem auto 3rem;
  padding: 1rem;
  background-color: #ecf8ef;
  background-size: auto 4px;
  border: 5px double rgba(87, 151, 107, 0.1);
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-main-area--low h3 a {
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right 5rem center;
  background-size: 25px 21px;
  text-decoration: none;
}

.l-main-area--low h4,
.l-main-area--low h5 {
  /* margin: 3rem 0; */
  margin: 5rem auto 2rem;
  padding: 0 1.5rem;
  border-left: solid 7px #57976b;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #333;
  font-weight: bold;
  position: relative;
}

.l-main-area--low h4 a,
.l-main-area--low h5 a {
  color: #333;
  text-decoration: none;
  display: block;
  background: url(img/arrow01_black.svg) no-repeat right 5rem center;
  background-size: 25px 21px;
}
.l-main-area--low ul + .caption,
.l-main-area--low p + .caption{
  text-align: left;
  margin-bottom: 2.4rem;
}
/*
---------------------------------------------

  header area

*/

.l-header-area {
  width: 100%;
  margin: 0;
}

.l-header {
}

.l-header__link {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}

.l-header__link:hover {
  opacity: 0.6;
}

.l-header-sitename {
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: right;
  background: #675729;
  color: #fff;
  padding: 0.5rem calc((100% - 1100px) / 2) 0.5rem 0;
}

.l-header-sitename__link {
  text-decoration: none;
}

.l-header-sitename__link:hover {
  text-decoration: underline;
}

.l-header-sitename:before {
  content: "PR";
  display: inline-block;
  background: #fff;
  color: #333;
  text-align: center;
  width: 3rem;
  margin-right: 1rem;
}

.l-header-head {
  /* 	background-color: pink; */
  width: 100%;
  height: 100%;
  background: transparent url(img/bg_tit_low.jpg) repeat-x center center / contain;
}

.l-header-logo {
  padding: 28px 0 28px;
  text-align: center;
}

.l-header-logo__image {
  width: 100%;
  height: 100%;
}

.l-header-logo a {
  display: block;
  margin: 0 auto;
  width: 200px;
  height: auto;
}

.l-gnavi-btn {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  padding: 50px 0 0;
  display: block;
  position: relative;
  line-height: 1;
  font-size: 0.9rem;
  font-weight: bold;
  text-align: center;
  color: #675729;
  cursor: pointer;
  text-decoration: none;
}

.l-gnavi-btn span {
  width: 36px;
  height: 4px;
  display: inline-block;
  background: #675729;
  transition: all 0.4s;
  position: absolute;
  left: 13px;
}

.l-gnavi-btn span:nth-of-type(1) {
  top: 19px;
}

.l-gnavi-btn span:nth-of-type(2) {
  top: 29px;
}

.l-gnavi-btn span:nth-of-type(3) {
  top: 39px;
}

.l-gnavi-btn-box {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.4s;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn {
  background: none;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(1) {
  transform: translateY(10px) rotate(-45deg);
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(2) {
  opacity: 0;
}

.l-gnavi-btn-box.is-active .l-gnavi-btn span:nth-of-type(3) {
  transform: translateY(-10px) rotate(45deg);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.l-gnavi-area {
  width: 400px;
  height: 100vh;
  padding: 0;
  background: #fff;
  position: fixed;
  box-shadow: 1px 0 5px rgba(0, 0, 0, 0.14);
  transition: all 0.8s ease;
  top: 0;
  left: 0;
  z-index: 300;
}

.l-gnavi-area-menu {
  display: table-cell;
  vertical-align: middle;
}

.l-gnavi-area-scroll {
  height: 100%;
  padding: 20px 100px 20px 0;
  overflow-x: hidden;
  overflow-y: scroll;
  -ms-overflow-style: none;
}

.l-gnavi-area-scroll::-webkit-scrollbar {
  display: none;
  -webkit-appearance: none;
}

.l-gnavi-area-scroll__inner {
  height: 100%;
  display: table;
}

.l-gnavi-area-bar {
  width: 100px;
  height: 100vh;
  position: absolute;
  top: 0;
  right: 0;
  scrollbar-width: none;
}

.l-gnavi-area-bar::after {
  content: "";
  width: 36px;
  height: 34px;
  background: #fff url(img/icon_anchor.png) no-repeat 0 0;
  background-size: contain;
  position: absolute;
  top: 35px;
  right: 32px;
  opacity: 1;
}

.l-gnavi-area--slide-right {
  transform: translateX(-300px);
}

.l-gnavi-area--slide-left {
  left: auto;
  right: 0;
  transform: translateX(-100%);
}

.l-gnavi-area--slide-down {
  transform: translateY(-100%);
}

.l-gnavi-area--slide-up {
  transform: translateY(100%);
}

.l-gnavi-list {
  position: relative;
  width: 300px;
}

.l-gnavi-list__link {
  width: 90%;
  margin: 0 auto;
  padding: 10px 45px 10px 20px;
  display: block;
  text-decoration: none;
}

.l-gnavi-list__link--menu {
  cursor: pointer;
  background: url(img/arrow_green.svg) no-repeat right 2rem center;
  background-size: 14px 11px;
}

.l-gnavi-list__sub {
  margin: 0 0 0 1.6rem;
  display: none;
}

.l-gnavi-list__sub .l-gnavi-list__item {
  background: url(img/arrow01_orange.svg) no-repeat left 2rem center;
  background-size: 8px;
}

.l-gnavi-btn-close__link {
  margin: 20px auto;
  padding: 10px 20px 10px 50px;
  display: inline-block;
  background: #ffffff;
  text-decoration: none;
  position: relative;
}

.l-gnavi-btn-close__link:hover {
  background: #ccc;
  color: #ffffff;
}

.l-gnavi-btn-close__link:hover::after {
  background: #ffffff;
}

.l-gnavi-btn-close__link:hover::before {
  background: #ffffff;
}

.l-gnavi-btn-close__link::before {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.l-gnavi-btn-close__link::after {
  content: "";
  width: 20px;
  height: 3px;
  background: #000;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  position: absolute;
  top: 50%;
  left: 20px;
}

.is-gnavi-cover .l-gnavi-area {
  height: auto;
  top: auto;
  z-index: 1;
  overflow-y: hidden;
}

.is-navi-open .l-gnavi-area {
  opacity: 1;
}

.is-navi-open .l-gnavi-area--slide-right {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-left {
  transform: translateX(0);
}

.is-navi-open .l-gnavi-area--slide-down {
  transform: translateY(0);
}

.is-navi-open .l-gnavi-area--slide-up {
  transform: translateY(0);
}

.is-navi-open .is-gnavi-cover {
  height: 100vh;
  overflow-y: scroll;
}

.is-navi-open .is-gnavi-cover .l-gnavi-area {
  position: static;
}

/*
---------------------------------------------

  footer area

*/

.l-footer-area {
  width: 100%;
  margin: 0;
  min-width: 1200px;
  padding: 0 0 0 100px;
  position: relative;
  background-color: #ecf8ef;
}

.l-footer-disclaimer {
  width: 76.1194%;
  margin: 20px auto;
  padding: 32px 50px;
  background: #fff;
  font-size: 1.2rem;
  color: #222;
  text-align: left;
}

.l-footer-disclaimer dt {
  float: left;
}

.l-footer-note {
  text-align: center;
  margin: 20px auto;
  font-size: 1.2rem;
  color: #222;
}

.l-footer-bottom {
  margin: 0 auto;
  background: #57976b;
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}

.l-footer-bottom__inner {
  width: 96%;
  max-width: 1000px;
  display: table;
  margin: 0 auto;
}

.l-footer-bottom__copy {
  padding: 10px 0;
  display: table-cell;
  text-align: left;
}

.l-footer-bottom__copy__link {
  text-decoration: none;
  color: #fff;
}

.l-footer-bottom__sitemap {
  padding: 10px 0;
  display: table-cell;
  text-align: right;
}

.l-footer-bottom__sitemap__link {
  background: url(img/arrow_white.png) no-repeat right center;
  background-size: 8px 12px;
  padding: 0 24px 0 0;
  text-decoration: none;
  color: #fff;
}

.l-footer-menu-wrapper {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 100px 0 0;
}

.l-footer-menu {
  margin: 0 0 40px;
}

.l-footer-menu__title {
  margin: 0 0 10px 0;
  padding: 0 0 5px;
  border-bottom: solid 1px #867444;
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.4;
}

.l-footer-menu__title__link {
  display: block;
  padding: 0 0 0 32px;
  background: url(img/arrow_green.svg) no-repeat left 1rem center;
  background-size: 14px 11px;
  text-decoration: none;
  font-weight: bold;
  position: relative;
  color: #222;
}

.l-footer-menu__list {
  display: inline;
}

.l-footer-menu__list__item {
  float: left;
  padding: 0 10px;
  display: inline-block;
}

.l-footer-menu__list__item:first-child {
  display: none;
}

.l-footer-menu__list__link {
  position: relative;
  padding: 5px 0 5px 15px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
}

.l-footer-menu__list__link::before {
  position: absolute;
  top: calc((100% - 10px) / 2);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #57976b;
  border-radius: 50%;
}

.l-footer-submenu__list {
  display: inline-block;
}

.l-footer-submenu__list__item {
  display: inline-block;
}

.l-footer-submenu__list__link {
  padding: 5px 15px;
  text-align: left;
  font-size: 1.2rem;
  text-decoration: none;
  display: block;
}

.l-footer-submenu__list__link::before {
  content: "- ";
}

/*
---------------------------------------------

  common

*/

.l-pagetop {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 100;
}

.l-pagetop__link {
  width: 60px;
  height: 60px;
  background: #867444;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l-pagetop__image {
  width: 40px;
}

.l-pagetop.is-fixed {
  position: fixed;
  top: auto;
  bottom: 30px;
}

.l-sns-list {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translate(-50%, 0);
}

.l-sns-list__item {
  text-align: center;
}

.l-sns-list__link {
  width: 30px;
  height: 30px;
  margin: 0 auto 1rem;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #ef9d00;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-sns-list__link:hover {
  opacity: 0.6;
}

.l-sns-list__link--twitter .l-sns-list__image {
  width: 18px;
  height: 15px;
}

.l-sns-list__link--facebook .l-sns-list__image {
  width: 9px;
  height: 17px;
}

.l-sns-list__link--line .l-sns-list__image {
  width: 19px;
  height: 18px;
}

.l-sns-list__link--instagram .l-sns-list__image {
  width: 19px;
  height: 19px;
}

.l-sns-list__link--hatena .l-sns-list__image {
  width: 17px;
  height: 15px;
}

#pankuzu {
  max-width: 1000px;
  margin: 2.4rem auto 4rem;
  font-size: 1.2rem;
}

/*
---------------------------------------------

  contents area

*/

.l-contents-area {
  width: 100%;
  margin: 0 auto;
  padding-left: 100px;
}

/*
---------------------------------------------

  main area / common

*/

.l-main-area {
  width: 100%;
  margin: 0 auto 0 0;
  padding: 0;
  text-align: left;
}

.l-main-area--low {
  width: 1000px;
  margin: 0 auto 7rem auto;
}

.l-section-inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 11rem 0 8rem;
}

.l-parts07 {
  background: #f5f7fa;
  padding-top: 5rem;
}

.l-parts07 .l-common-title.type-list::before {
}

.l-parts07 .btn-internal a::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(-90deg);
}

.l-main-area .l-parts03.lower_bottom .btn-internal a::after,
.l-mv .btn-internal a::after {
  content: "";
  width: 20px;
  height: 17px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 50%;
  right: 35px;
  transform: translateY(-50%) rotate(90deg);
}

.l-common-title {
  padding: 3rem 0 0;
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  position: relative;
  margin: 0 0 5rem 0;
}

.l-common-title a {
  margin: 0 auto;
  padding: 0 2rem 0 0;
  display: block;
  background: url(img/arrow_black.png) no-repeat right 8rem center;
  background-size: 12px 20px;
  color: #000;
  text-decoration: none;
}

.l-common-title a:hover {
  opacity: 0.6;
}

.l-common-title::before {
  content: "あなたの状況に合った会社を";
  height: 5.5rem;
  width: fit-content;
  font-size: 3.2rem;
  border-bottom: solid 4px #d3bd89;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -4rem;
}

.l-common-title::after {
  /* content: ""; */
  position: absolute;
  display: block;
  height: 4px;
  width: 100%;
  /* background: #ff9900; */
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}

.l-common-title.type-pickup::before {
}

.l-common-title.type-check::before {
  background: url(img/ttl_check.png) no-repeat center center;
  top: -4rem;
}

.l-common-title.type-more-detail::before {
}

.l-common-title.type-list::before {
}

.l-common-title.type-point::before {
}

.l-common-title.type-feature::before {
}

.l-common-title.type-info::before {
}

.l-common-title.type-knowledge::before {
}

p.l-common-lead {
  margin: 1.5rem auto 4rem;
  font-size: 1.5rem;
}

.l-parts01 p.l-common-lead {
  width: 70%;
}

/*
---------------------------------------------

  top

*/

.l-mv {
  min-height: 430px;
  min-width: 1100px;
  margin: 0;
  padding: 4rem 0;
  background: #fcf8ed url(img/bg_mv.jpg) center top no-repeat;
  background-size: auto 100%;
  position: relative;
}

.l-mv-wrapper {
  max-width: 1100px;
  margin: 0 auto;
}

.l-mv-box {
  width: 40vw;
  max-width: 1000px;
  margin: 0 auto 0 0;
  color: #222;
}

.l-mv-logo {
  width: 200px;
  height: auto;
}

.l-mv-title {
  margin: 0 0 0.5rem;
  font-weight: bold;
  font-size: 4rem;
  color: #a32f21;
  line-height: 1.8;
}

.l-mv-title small {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  color: #0a6729;
}

.l-mv-title span::before {
  content: "";
  position: absolute;
  background: #d3bd89;
  width: 25%;
  height: 2px;
}

.l-mv-box p:not([class]) {
  position: relative;
}

.l-mv-title span {
  font-size: 48px;
  color: #a32f21;
  text-decoration: none;
}

.l-mv-title .l-mv-title__emp {
  display: block;
  font-size: 40px;
  color: #0a6729;
  text-decoration: none;
  font-feature-settings: "palt" on;
  margin-top: -15px;
}

.l-mv-title .l-mv-title__emp::before {
  display: none;
}

.l-mv-check {
  position: absolute;
  right: 2rem;
  bottom: -100px;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: center;
  line-height: 1.2;
}

.l-mv-check a {
  width: 205px;
  height: 195px;
  padding: 7rem 3.5rem 2.5rem;
  display: block;
  color: #fff;
  text-decoration: none;
  background: url(img/icon_check.svg) no-repeat center center;
  background-size: 100%;
}

.l-mv-check a:hover {
  opacity: 0.7;
}

.l-mv-check p {
  padding-bottom: 2.3rem;
  background: url(img/arrow01_white.svg) no-repeat center bottom;
  background-size: 10px;
  margin: 0;
}

p.l-mv-title {
  margin: 2rem auto 2rem 0;
}

.l-parts01 {
  background: #fcf8ed;
  margin: auto;
  padding: 8rem 0 9.6rem;
}

.l-parts01 .l-section-inner {
  padding: 0;
}

.flow-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.flow-title a {
  text-decoration: none;
  position: relative;
}

.flow-title a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 21px;
  top: 50%;
  right: -49px;
  transform: translatey(-50%);
  background: transparent url(img/arrow01_black.svg) no-repeat center center / contain;
}

.flow-title span {
  display: block;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
}

.flow-title span::after {
  position: absolute;
  content: "";
  width: 17.6%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #d3bd89;
}

.flow-txt,
.detail-txt {
  margin-top: 1rem;
  width: 80%;
  max-width: 100%;
  margin-inline: auto;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.flow-content {
  margin-top: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flow-img {
  flex: 0 0 40%;
}

.flow-body {
  flex: 0 0 57%;
}

.flow-catch {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #0a6729;
  text-align: left;
}

.l-main-area .flow-lists li {
  padding: 0 0 0 30px;
}

.l-main-area .flow-lists li::before {
  left: 0;
}

.l-main-area .type-list {
  padding-top: 8rem;
}

.l-main-area .type-list .l-section-inner {
  padding: 0;
}

.type-list__title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.type-list__title a {
  text-decoration: none;
  position: relative;
}

.type-list__title a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 21px;
  top: 50%;
  right: -49px;
  transform: translatey(-50%);
  background: transparent url(img/arrow01_black.svg) no-repeat center center / contain;
}

.type-list__title span {
  display: block;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
}

.type-list__title span::after {
  position: absolute;
  content: "";
  width: 11.8%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #d3bd89;
}

.type-list__lead {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.type-list__note {
  font-size: 1.2rem;
  line-height: 1.4;
  color: #777;
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
}

.type-list__wrap {
  margin-top: 36px;
}

.type-list__foot {
  margin-top: 24px;
  text-align: right;
}

.type-list__link {
  display: inline-block;
  padding: 5px 30px 5px 0;
  background: url(img/arrow_green.svg) no-repeat right center;
  background-size: 15px 14px;
  text-decoration: underline;
  text-decoration-color: #57976b;
  text-underline-offset: 4px;
  font-weight: bold;
  line-height: 1.6;
  color: #222;
}

.l-main-area .type-point {
  padding-top: 8rem;
}

.l-main-area .type-point .l-section-inner {
  padding: 0;
}

.type-point__title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
}

.type-point__title a {
  text-decoration: none;
  position: relative;
}

.type-point__title a::after {
  position: absolute;
  content: "";
  width: 25px;
  height: 21px;
  top: 50%;
  right: -49px;
  transform: translatey(-50%);
  background: transparent url(img/arrow01_black.svg) no-repeat center center / contain;
}

.type-point__title span {
  display: block;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
}

.type-point__title span::after {
  position: absolute;
  content: "";
  width: 26.5%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #d3bd89;
}

.type-point__lead {
  margin-top: 1rem;
  text-align: center;
  font-size: 1.6rem;
  line-height: 2;
}

.type-point__foot {
  margin-top: 1.6rem;
  text-align: right;
}

.type-point__link {
  padding: 5px 30px 5px 0;
  background: url(img/arrow_green.svg) no-repeat right center;
  background-size: 15px 14px;
  text-decoration: underline;
  text-decoration-color: #57976b;
  text-underline-offset: 4px;
  font-weight: bold;
  line-height: 1.4;
  color: #222;
}

.l-parts01.check {
  background: none;
}

.l-parts01 .l-section-inner {
  background: none;
}

.l-parts01-column2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 2rem;
}

.l-parts01-column2__box {
  padding: 1rem;
  width: 450px;
}

.l-parts01-column2__box .catch-text {
  margin: 0 0 2rem;
  font-size: 2.8rem;
  font-weight: bold;
  padding: 0 1rem;
}

.l-parts01-column2__box .catch-body {
  padding: 0 1rem;
}

.l-parts01-column2__box .catch-text a {
  display: block;
  background: url(img/arrow_black.png) no-repeat right center;
  background-size: 8px auto;
}

.l-main-area .l-parts01 .float-wrap .float-img.fl {
  width: 400px;
  margin: 5rem 3rem 5rem 0;
}

.l-parts02 {
  margin-bottom: 0;
  padding: 14rem 0 120px;
  min-width: 1000px;
  background: url(img/bg_detail.jpg) repeat;
  background-attachment: fixed;
  position: relative;
}

.l-parts02::before {
  content: "";
  width: 100%;
  height: 40px;
  background-size: cover;
  position: absolute;
  top: -22px;
  left: 0;
}

.l-parts02 .l-section-inner,
.l-parts03.type-list .l-section-inner {
  background: none;
  position: relative;
}

.detail-title {
  font-size: 4.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
}

.detail-title span {
  display: block;
  text-decoration: none;
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 0.8rem;
  margin-bottom: 2rem;
}

.detail-title span::after {
  position: absolute;
  content: "";
  width: 25.6%;
  height: 4px;
  bottom: 0;
  left: 50%;
  transform: translatex(-50%);
  background-color: #d3bd89;
}

.l-parts03.type-list {
  background: none;
}

.detail .l-section-inner {
  padding: 0;
}

@media screen and (min-width: 481px) and (max-width: 1270px) {
  .l-parts02 .l-section-inner::after {
    max-width: 5.4vw;
    right: -50px;
  }
}

@media screen and (min-width: 1271px) and (max-width: 1300px) {
  .l-parts02 .l-section-inner::after {
    right: -80px;
    max-width: 80px;
  }
}

.l-parts02-white {
  margin-top: 3.5rem;
  width: 1000px;
  margin-bottom: 8rem;
  padding-bottom: 3rem;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 4px 8px rgb(87 151 107 / 0.1);
}

.l-parts02-white:last-child {
  margin-bottom: 0;
}

.l-parts02-white__title {
  padding: 25px 0 0;
  background: #57976b;
  border-radius: 20px 20px 0 0;
  color: #fff;
  position: relative;
}

.l-parts02-white__title::after {
  content: "";
  width: 100%;
  height: 50px;
  background: url(img/green_wave_top.png) no-repeat left bottom;
  background-size: cover;
  position: absolute;
  top: 99%;
  left: 0;
}

.l-parts02-white__title .catch-title {
  width: 75%;
  margin: 0 auto;
  padding: 20px 10px 0 0;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1.4;
}

.l-parts02-white-inner {
  width: 880px;
  margin: 4rem auto;
}

.l-parts02-white-inner .company-name {
  min-height: 100px;
  padding: 17px 0;
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin: 7rem 0;
  background: url(img/ttl_anchor_blue.png) no-repeat center;
  background-size: 99px;
}

.l-parts02-white__column2 {
  width: 880px;
  margin: 4rem auto 0;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-white__column2__left {
  width: 270px;
}

.l-parts02-white__column2__left img {
  display: block;
  box-shadow: 10px 10px 0 #d0f0fc;
}

.l-parts02-white__column2__left p {
  text-align: center;
}

.l-parts02-white__column2__right {
  width: calc(100% - 270px);
  padding-top: 1rem;
}

.l-parts02-white__column2 .company-name {
  margin: 0.5em 0 1em;
  padding: 0 0 1rem 6rem;
  color: #1e1e82;
  line-height: 1.4;
  font-size: 3rem;
  font-weight: bold;
}

.l-parts02-white__column2 .price {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts02-white__column2 .price-list {
  width: 290px;
  padding: 0;
  background: #ffff00;
  border-radius: 10px;
  color: #0096d2;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.l-parts02-white__column2 .price-list .category {
  padding-right: 2rem;
  display: inline;
}

.l-parts02-white__column2 .price-list .data {
  display: inline;
}

.l-parts02-white__column2 .price-list .data span {
  color: #0096d2;
  font-size: 3.6rem;
}

.l-parts02-white__column3 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-white__column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 0 2rem;
  background: #d2e9f1;
  border-radius: 20px;
}

.l-parts02-white__column3__box:nth-child(3n) {
  margin: 0 0 2rem 0;
}

.l-parts02-white__column3__box .voice-catch {
  margin: 0;
  padding: 2rem 0;
  border-bottom: solid 1px #fff;
  color: #1e1e82;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
}

.l-parts02-white__column4 {
  margin-bottom: 3rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts02-white__column4__box {
  width: calc((100% - 4rem) / 4);
  margin: 0 1.33rem 2rem 0;
  padding: 0 2rem;
  background: #d2e9f1;
  border-radius: 20px;
}

.l-parts02-white__column4__box:nth-child(4n) {
  margin: 0 0 2rem 0;
}

.l-parts02-white__column4__box .voice-catch {
  margin: 0;
  padding: 2rem 0;
  border-bottom: solid 1px #fff;
  color: #1e1e82;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

.l-parts02-white .btn-web {
  margin: 4rem auto 8rem;
}

.l-parts02-white h4 {
  margin: 5.5rem 0 4rem;
  background: #fff url(img/deco_wave_s_long.png) repeat-x left center;
  background-size: 220px 1px;
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #222;
}

.points {
  margin-top: 11rem;
}

.info {
  margin-top: 9rem;
}

.points .title-points {
  margin-bottom: 5rem;
}

.l-main-area .points .l-point-number-wrapper {
  display: flex;
  gap: 2rem;
}

.title-detail span {
  text-align: center;
  font-size: 3.2rem;
  font-weight: bold;
  color: #222;
  text-decoration: none;
  background-color: #fff;
  padding: 1.6rem;
}

.l-parts02-white .head-center {
  margin: 4rem auto;
  background: #f5f7fa;
  text-align: center;
  padding: 5rem 3rem 3rem;
}

.head-center .price_info {
  margin: 0 0 2rem 0;
}

.head-center {
  background: #ddd;
  font-size: 24px;
  padding: 20px;
  color: #373a3c;
  text-align: center;
  font-weight: bold;
  position: relative;
  margin: 60px auto;
  width: 90%;
  box-sizing: border-box;
}

.head-center::before {
  position: absolute;
  content: "";
  width: 75px;
  height: 80px;
  background: url(img/img_icon.png) no-repeat left top;
  background-size: contain;
  left: 0;
  top: -30px;
  right: 0;
  margin: auto;
}

.head-center small {
  font-size: 16px;
}

.head-center span {
  font-size: 3.6rem;
  font-weight: bold;
  color: #e79300;
  display: inline-block;
  line-height: 1.4;
  padding-left: 1rem;
}

.l-parts02-white .tag-wrapper {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 3rem 0;
}

.l-parts02-white .tag-list {
  width: 23%;
  background: #f5f7fa;
  color: #a583b1;
  font-weight: bold;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 10px;
  padding: 1rem 0;
  display: grid;
  place-items: center;
  line-height: 1.3;
}

.l-parts02-white .title-voice span {
  display: inline-block;
  font-size: 2.2rem;
  color: #000;
  padding: 0 2rem;
  background: #fff;
}

.l-parts02-white .title-voice span span {
  padding: 0;
  font-size: 4rem;
}

.l-parts02-white table.infomation th {
  width: 175px;
  background: #fafaf5;
  text-align: center;
  color: #222;
}

.l-parts02-white .btn-internal {
  width: 50%;
  margin: 0 auto 5rem auto;
  padding: 2rem 5rem 2rem 3rem;
  display: block;
  background: #cec2b0;
  border-radius: 5px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.l-parts02-white .btn-internal span {
  color: #fff;
}

.l-parts02-white .btn-internal::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 35%;
  right: 3rem;
  transform: rotate(90deg);
}

.l-parts02-white .btn-internal:hover {
  opacity: 0.7;
}

.l-parts03.type-list .ac-btn {
  width: 550px;
  margin: 1rem auto 4rem;
  text-align: center;
  background: #fcf8ed;
  padding: 2.1rem 3rem;
  position: relative;
  cursor: pointer;
  border-radius: 80px;
  font-weight: bold;
  border-bottom: 6px solid #d3bd89;
  font-size: 1.8rem;
  line-height: 1.5;
}

.l-parts03.type-list .ac-btn:hover {
  opacity: 0.8;
}

.l-parts03.type-list .ac-btn::after {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2px;
  background: #222;
  right: 2rem;
  top: 50%;
}

.l-parts03.type-list .ac-btn::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 2px;
  background: #222;
  right: 2rem;
  top: 50%;
  transform: rotate(90deg);
  transition: 0.3s ease;
}

.l-parts03.type-list .ac-btn.is-open::before {
  content: "";
  position: absolute;
  width: 2rem;
  height: 2px;
  background: #222;
  right: 2rem;
  top: 50%;
  transform: rotate(0deg);
  transition: 0.3s ease;
}

.l-parts03 {
  margin-left: 100px;
  background: url(img/l-parts03_bg.png) repeat;
}

.l-parts03.lower_bottom {
  background: url(img/lower_bg.png) repeat;
  background-attachment: fixed;
  background-size: 10rem;
}

.l-main-area .l-parts03 {
  margin: 0;
  padding-top: 8rem;
  padding-bottom: 9rem;
}

.l-main-area .l-parts03.type-point {
  background: #fcf8ed;
  padding-bottom: 0.5rem;
}

.l-main-area .lower_bottom {
  padding-top: 0;
  padding-bottom: 0;
}

.l-main-area .section-foot {
  text-align: right;
  background-color: #fcf8ed;
  padding-bottom: 8rem;
}

.l-main-area .section-foot-inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-main-area .section-foot-inner a {
  padding: 5px 30px 5px 0;
  background: url(img/arrow_green.svg) no-repeat right center;
  background-size: 15px 14px;
  text-decoration: underline;
  text-decoration-color: #57976b;
  text-underline-offset: 4px;
  font-weight: bold;
}

.caption-lg {
  color: #777;
  font-size: 1.3rem;
  text-align: left;
  margin: 2rem 0;
}

.head-center .caption-lg {
  font-size: 1.3rem;
  margin: 4rem 0 0;
}

.l-parts03 .caption-lg {
  margin: 0;
}

.l-parts03-column3__box_image {
  width: 100%;
  max-height: 164px;
}

.l-parts03-column3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.l-parts03-column3__box {
  width: calc((100% - 4rem) / 3);
  margin: 0 2rem 2rem 0;
  padding: 0;
  border-radius: 10px;
  position: relative;
}

.l-parts03-column3__box:nth-child(3n) {
  margin: 0 0 2rem;
}

.l-parts03-column3__line {
  padding: 4rem 2rem 5rem;
  border-radius: 6px;
  background: #ecf8ef;
  width: 320px;
  box-shadow: 0 4px 8px rgb(10 38 103 / 0.1);
}

.l-parts03-column3__box:last-of-type .l-parts03-column3__line {
  position: relative;
  z-index: 100;
}

.l-parts03-column3__box_catch {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: -1px;
  margin-bottom: 0;
  color: #0a6729;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-parts03-column3__box_catch span {
  font-size: 2.8rem;
  color: #0a6729;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
}

.l-parts03-column3__title {
  padding: 0 1rem 4rem;
  color: #333;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 2;
  text-align: center;
  z-index: 1;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.l-main-area .l-parts03-column3__title span,
.l-parts03-column3__title span {
  color: #333;
  font-size: 2.4rem;
  line-height: 1.4;
  font-weight: bold;
  text-decoration: none;
}

.l-parts03-column3__image {
  width: 240px;
  max-width: 100%;
  margin-inline: auto;
}

.l-main-area .date-list-wrap_top {
  background: #f3f2f3;
  font-weight: bold;
  padding: 2rem;
  margin: 0 auto 5rem;
  width: 280px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

.l-main-area .date-list-wrap .date-title-top {
  position: absolute;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0a6729;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #fff;
}
.l-main-area .date-list-wrap_btm ul,
.l-main-area .date-list-wrap ul {
  margin: 0;
}

.l-main-area .date-list-wrap_btm,
.date-list-wrap_btm {
  background: transparent;
  padding: 7rem 2rem 2rem;
  font-weight: bold;
  font-size: 1.6rem;
  font-weight: normal;
  position: relative;
}

.l-main-area .date-list-wrap_btm .date-list-li,
.date-list-wrap_btm .date-list-li {
  padding: 5px 0 5px 25px;
}
.l-main-area .date-list-wrap_btm .date-list-li::before,
.date-list-wrap_btm .date-list-li::before {
  position: absolute;
  top: calc((100% - 10px) / 2);
  left: 0;
  content: "";
  width: 10px;
  height: 10px;
  background-color: #57976b;
  border-radius: 50%;
}

.l-main-area .date-list-wrap_btm .date-title-top,
.date-list-wrap_btm .date-title-top {
  position: absolute;
  background: #0a6729;
  padding: 1rem;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: 1.8rem;
  font-weight: bold;
}

/* lower_bottom */

.l-parts03-column3__tag {
  margin: 0;
}

.l-parts03-column3__tag .tag-list {
  padding: 1rem 0;
  line-height: 1.2;
  background: #f5f7fa;
  font-size: 1.2rem;
  font-weight: bold;
  color: #a583b1;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l-parts03-column3__tag .tag-list::before {
  content: none;
}

p.l-parts03-column3__title {
  margin: 0 0 2rem;
}

ul.l-parts03-column3__tag {
  margin: 2rem auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}

ul.l-parts03-column3__tag .tag-list {
  width: calc((100% - 2rem) / 3);
}

.date-list-wrap {
  background: #fff;
  padding: 4rem 2rem 2rem;
  margin: 4rem auto;
  width: 280px;
  position: relative;
  box-sizing: border-box;
  position: relative;
}

.date-list-wrap .date-title-top {
  position: absolute;
  font-size: 1.8rem;
  width: 100%;
  height: 42px;
  line-height: 42px;
  text-align: center;
  background: #0a6729;
  left: 50%;
  top: -15px;
  transform: translateX(-50%);
  color: #fff;
  font-weight: bold;
}

.date-list-wrap .date-list-ul .date-list-li {
  line-height: 1.6;
  position: relative;
  padding: 5px 0 5px 25px;
  font-size: 1.6rem;
}

.date-list-wrap span,
.date-list-wrap_btm span {
  font-weight: bold;
  color: #222;
  font-size: 1.6rem;
  -webkit-text-stroke: 0 #222;
  text-decoration: underline;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgb(254 214 123 / 1);
  text-decoration-skip-ink: none;
}

.l-parts04 {
  position: relative;
  min-width: 1100px;
  background: url(img/feature_bg.jpg) no-repeat top -12rem center / cover #f1fafe;
  background-attachment: fixed;
}

.l-parts04 .l-section-inner {
  position: relative;
  z-index: 0;
}

.l-parts04 .info-list-wrapper {
  background: rgba(245, 247, 250, 0.53);
  border-radius: 10px;
  padding: 3rem 2rem 2rem;
}

@media screen and (min-width: 481px) and (max-width: 1300px) {
  .l-parts04 .l-section-inner::after {
    right: -50px;
  }
}

.l-parts03-column3__line .btn-web a,
.l-parts03-column3__line .btn-internal a {
  width: 100%;
}

.l-parts03-column3__line .btn-web {
  margin: 2rem auto;
}

.l-parts03-column3__line .btn-internal {
  margin: 2rem auto 0;
}

.l-parts04-list {
  display: flex;
  margin: 0 0 4rem 10rem;
}

.l-parts04-image {
  width: 260px;
  position: relative;
}

.l-parts04-body {
  width: calc(100% - 260px);
}

.l-parts04-body .catch {
  margin: 0.5em 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 1.4;
  color: #0096d2;
}

.l-parts04 .tag {
  margin: 0;
}

.l-parts04 .tag .tag-list {
  margin: 0 1rem 1rem 0;
  padding: 0.2rem 1rem;
  display: inline-block;
  background: #fff;
  border: solid 1px #0096d2;
  font-size: 1.2rem;
  color: #0096d2;
  text-align: center;
  position: relative;
}

.l-parts04 .tag .tag-list::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 0;
  border-color: #0097d2 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}

.l-parts05 {
  margin: 0 0 10rem;
}

.l-parts05-column2 {
  margin-top: 4.6rem;
  display: flex;
  flex-wrap: wrap;
}

.l-parts05-column2 a .l-parts05-catch {
  position: relative;
  display: flex;
  align-items: center;
  margin: 10px 0 20px 100px;
}

.l-parts05-column2 a .l-parts05-catch::before {
  content: "";
  position: absolute;
  top: calc((100% - 75px) / 2);
  left: -95px;
  width: 75px;
  height: 75px;
  border-radius: 50%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center center;
}

.l-parts05-column2 .l-parts05-box:nth-of-type(1) a .l-parts05-catch::before {
  background-image: url(img/point_1.png);
}

.l-parts05-column2 .l-parts05-box:nth-of-type(2) a .l-parts05-catch::before {
  background-image: url(img/point_2.png);
}

.l-parts05-column2 .l-parts05-box:nth-of-type(3) a .l-parts05-catch::before {
  background-image: url(img/point_3.png);
}

.l-parts05-column2 .l-parts05-box:nth-of-type(4) a .l-parts05-catch::before {
  background-image: url(img/point_4.png);
}

.l-parts05-column2 a .l-parts05-catch::after {
  position: absolute;
  top: calc((100% - 20px) / 2);
  right: -20px;
  content: "";
  width: 12px;
  height: 20px;
  background: url(img/arrow01_blue.svg) no-repeat right 0 center;
  background-size: 12px 20px;
}

.l-parts05 .accordion-item {
  display: none;
}

.l-parts05-catch.heightLine02.l-icon-title {
  margin: 2.5rem 0 2rem;
  display: flex;
  align-items: center;
  padding: 0px 0 0px 58px;
}

.l-parts05-box {
  width: calc((100% - 3rem) / 2);
  margin: 0 0 4rem 0;
  padding: 0.4rem 2.4rem 2.4rem;
  background: #fff;
  border-radius: 10px;
  position: relative;
  transition: all 0.2s;
  box-shadow: 0 4px 8px rgb(134 116 68 / 0.1);
}

.l-parts05-box a {
  /*   text-decoration: none; */
}

.l-parts05-box:nth-child(2n) {
  margin: 0 0 4rem 3rem;
}

.l-parts05-image {
  width: 120px;
  height: 140px;
  float: left;
  font-size: 1.4rem;
}

.l-parts05-image .flame {
  margin-bottom: 1rem;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  box-shadow: 4px 6px 0px 0px #ffff00;
}

.l-parts05-image span {
  padding-left: 1rem;
  color: #333;
  font-weight: normal;
}

.l-parts05-image img {
  width: 100%;
}

.l-parts05-catch {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.4;
  color: #478eea;
}

.l-parts05 .btn-internal {
  width: 30%;
  margin: 0 auto 5rem auto;
  padding: 2rem 5rem 2rem 3rem;
  display: block;
  background: #0096d2;
  box-shadow: 5px 5px 0 #ccc;
  border-radius: 50px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #fff;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.l-parts05 .btn-internal span {
  color: #fff;
}

.l-parts05 .btn-internal::after {
  content: "";
  width: 12px;
  height: 21px;
  background: url(img/arrow01_white.svg) no-repeat center center;
  background-size: 96%;
  position: absolute;
  top: 35%;
  right: 3rem;
  transform: rotate(90deg);
}

.l-parts05 .btn-internal:hover {
  opacity: 0.7;
}

.l-parts05 .btn-internal.is-open span {
  display: none;
}

.l-parts05 .btn-internal.is-open::after {
  transform: rotate(-90deg);
}

.l-parts05 .btn-internal.is-open::before {
  content: "口コミを閉じる";
}

p.l-parts05-catch {
  margin: 0 0 1rem;
}

p.l-parts05-text {
  margin: 1rem 0 0;
}

.l-map {
  height: 0;
  overflow: hidden;
  padding-bottom: 30.68%;
  position: relative;
}

.l-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/* slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  /* display: block; */
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.2em;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}

.slidemenu .slick-slide {
  height: 100px;
}

.slidemenu img {
  width: auto;
  height: 80px;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  font-size: 12px;
  color: #8c8c8c;
  line-height: 1.2em;
  background: #fff;
  margin-bottom: 15px;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slider-boxwrap {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}

.slider-boxwrap .slider-box {
  width: 750px;
  text-align: center;
  font-size: 12px;
  line-height: 1.6;
  margin: 0 auto 30px;
}

.slider-boxwrap .slider-box .slider-for .pic {
  height: auto;
  background: #fff;
  margin-bottom: 10px;
}

.slider-boxwrap .slider-box .slider-for img {
  width: auto;
  height: 345px;
}

.slider-boxwrap.slider-box .slider-nav {
  height: 87px;
  overflow: hidden;
  margin-top: 10px;
}

.slider-boxwrap .slider-box .slider-nav .pic {
  width: 184px;
  background: #fff;
  position: relative;
}

.slider-boxwrap .slider-box .slider-nav img {
  width: auto;
  max-width: 150px;
  height: 87px;
}

.slick-arrow.slick-prev,
.slick-arrow.slick-next {
  position: absolute;
  top: 37%;
  width: 40px;
  height: 40px;
  line-height: 40px;
  z-index: 40;
  text-indent: 9999px;
  border: none;
  overflow: hidden;
}

.slider-boxwrap .slick-arrow.slick-prev {
  border-left: 1px solid #989898;
  border-top: 1px solid #989898;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 48%;
  left: -50px;
  margin-top: -5px;
  transform: rotate(-45deg);
  z-index: 200;
}

.slider-boxwrap .slick-arrow.slick-next {
  border-bottom: 1px solid #989898;
  border-right: 1px solid #989898;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 48%;
  right: -50px;
  margin-top: -5px;
  transform: rotate(-45deg);
  z-index: 200;
}

.slick-prev {
  left: 0px;
}

.slick-next {
  right: 0px;
}

.slick-slide:focus {
  outline: 0;
}

.slider-nav .slick-current .pic {
  opacity: 0.5;
}

.slick-slide.slick-active {
  cursor: pointer;
}

.slidemenu .slick-slide.slick-current.slick-active {
  opacity: 0.5;
}

.slick-prev:hover,
.slick-next:hover {
  cursor: pointer;
}

/* l-Parts07 */

.l-parts07 .knowledge-wrapper {
  counter-reset: number;
}

.l-parts07 .knowledge-ttl {
  background: #e6eefa;
  padding: 2rem 2rem 2rem 7rem;
  position: relative;
  font-size: 2.4rem;
  border-radius: 10px;
  font-weight: bold;
}

.l-parts07 .knowledge-ttl + p {
  margin: 2rem 0 4rem;
}

.l-parts07 p.btn-internal a {
  width: 550px;
}

.l-parts07 .knowledge-ttl:before {
  position: absolute;
  content: counter(number);
  counter-increment: number;
  left: 2rem;
  top: 50%;
  transform: translateY(-50%);
  color: #00a2de;
  font-size: 3.3rem;
  line-height: 1.2;
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  text-align: center;
  font-weight: bold;
}

.l-partts-0
/*--------------------------------------
  toc_parts
---------------------------------------*/

.ttl.ac-btn.accordion {
  cursor: pointer;
  position: relative;
}

.ttl.ac-btn.accordion:hover {
  opacity: 0.7;
}

.ttl.ac-btn.accordion::after {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 2.4rem;
  height: 2px;
  background: #222;
}

.ttl.ac-btn.accordion::before {
  content: "";
  position: absolute;
  right: 1.5rem;
  top: 50%;
  width: 2.4rem;
  height: 2px;
  background: #222;
  transform: rotate(90deg);
  transition: 0.3s ease all;
}

.ttl.ac-btn.accordion.is-open::before {
  transform: rotate(0deg);
  transition: 0.3s ease all;
}

.accordion-item {
  display: none;
}

.toc_parts {
  background: #ecf8ef;
  margin: 3.2rem auto 4rem;
  padding: 3rem 5rem;
  box-sizing: border-box;
}

.toc_parts .ttl {
  padding: 0 0 0 1rem;
  font-size: 2rem;
  line-height: 1.4;
  color: #222;
  font-weight: bold;
  border-left: 4px solid #57976b;
  position: relative;
  cursor: pointer;
}

#toc {
  margin: 1.5rem 0 0 0;
  padding: 0 2rem 0;
  border-top: 1px solid #57976b;
}

#toc .chapter {
  margin: 0 0 2rem;
  counter-reset: count;
}

#toc .chapter .chapter-h {
  margin: 2rem 0 0;
  padding: 0 0 0 3.5rem;
  font-size: 1.6rem;
  line-height: 1.8;
  position: relative;
  counter-increment: count;
  background: none;
}

#toc .chapter .chapter-h:last-child {
  margin-bottom: 0;
}

#toc ul.chapter .chapter-h::before {
  content: counter(count, decimal-leading-zero);
  position: absolute;
  top: 14px;
  left: 0;
  transform: translate(0, -50%);
  color: #57976b;
  font-size: 2rem;
  font-weight: bold;
  background: none;
  width: auto;
  height: auto;
  border-radius: 0;
}

#toc .chapter .chapter-h a {
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

#toc .chapter .chapter-h a:hover {
  opacity: 0.6;
}

#toc .chapter .chapter-h span {
  color: #0b072b;
  font-weight: bold;
}

#toc li.chapter-h.chapter-h-three {
  margin: 1rem 0 1rem 4rem;
  padding: 0 0 0 1.5rem;
  counter-increment: none;
}

#toc li.chapter-h.chapter-h-three::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 8px;
  height: 8px;
  border-top: solid 1px #0b072b;
  border-right: solid 1px #0b072b;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

#toc li.chapter-h.chapter-h-three a {
  font-weight: 400;
}

#toc li.chapter-h.chapter-h-three span {
  font-weight: 400;
}

#toc .chapter br {
  display: none;
}

.cmn02-text-banner-box__image img {
  max-width: 100%;
  width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  object-fit: cover;
}

.index-banner_pc {
  margin: 0;
  position: fixed;
  right: 0;
  bottom: 10rem;
  z-index: 110;
  display: none;
}

.index-banner_pc a {
  text-decoration: none;
}

.index-banner_pc a:hover {
  opacity: 0.6;
}

.text-banner-box {
  max-width: 176px;
  background: #57976b;
  position: relative;
  border-radius: 16px 0 0 16px;
  border-bottom: 2px solid #0a6729;
}

.text-banner-box:before {
  content: "状況別にみる";
  position: absolute;
  max-width: 114px;
  width: 114px;
  height: 40px;
  text-align: center;
  font-size: 1.5rem;
  color: #fff;
  font-weight: bold;
  line-height: 2.5;
  background: #e0644e;
  top: -23%;
  left: 0%;
  border: 2px solid #fcf8ed;
  border-radius: 20px;
}

.text-banner-box:after {
  content: "";
  position: absolute;
  bottom: 2%;
  right: 2%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #fff transparent;
}

.pc-bannerArea .imgArea {
  width: 40%;
}

.text-banner-box__text {
  padding: 2.7rem 1rem;
  text-align: center;
  font-weight: bold;
}

.text-banner-box__text .mainttl {
  color: #fff;
}

.cmn02-text-banner-box__catch {
  display: block;
  font-size: 1.2rem;
  text-align: left;
}

.text-banner-box__text .cmn02-paragraph {
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
  line-height: 1.4;
}

.text-banner-box__text .cmn02-paragraph p {
  margin: 0 auto 0;
}

@media screen and (max-width: 480px) {
  .index-banner_pc {
    display: none !important;
  }
}

/*
---------------------------------------------

  smartphone settings

*/

@media screen and (max-width: 480px) {
  body {
    min-width: 100%;
    min-width: inherit;
    font-size: 1.5rem;
  }
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  .caption-lg {
    font-size: 1.2rem;
  }
  .l-parts03 .caption-lg {
    margin: 0 0 2rem;
  }
  .l-main-area .top_h2 {
    margin: 0 0 3rem;
    padding: 2rem 2rem 0;
    font-size: 2.2rem;
  }
  .l-main-area .top_h2 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h2::after {
    height: 30px;
  }
  .l-main-area .top_h3 {
    font-size: 2rem;
  }
  .l-main-area .top_h3 a {
    background-size: 8px 16px;
  }
  .l-main-area .top_h4 {
    font-size: 1.8rem;
  }
  .l-main-area .top_h4 a {
    background-size: 7px 15px;
  }
  .l-main-area h3 {
    font-size: 2rem;
  }
  .l-main-area .frame-wrap .frame-head h3 {
    margin: 0 auto;
    font-weight: bold;
    font-size: 2rem;
  }
  .l-main-area .date-list-wrap_top {
    width: 100%;
  }
  .l-main-area ul {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
  .l-main-area ol {
    margin: 3rem 0;
    font-size: 1.4rem;
  }
  .l-main-area table {
    width: 100%;
    margin: 30px auto 20px;
    display: block;
    border-top: 1px #ccc solid;
    font-size: 1.4rem;
  }
  .l-main-area table tr {
    width: 100%;
    display: block;
  }
  .l-main-area table tr:first-child {
    border-top: 1px solid #867444;
  }
  .l-main-area table th {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table td {
    width: 100%;
    display: block;
    border-top: none;
  }
  .l-main-area table thead {
    width: 100%;
    display: block;
  }
  .l-main-area table thead th {
    width: 100%;
    display: block;
  }
  .l-main-area table thead td {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody th {
    width: 100%;
    display: block;
  }
  .l-main-area table tbody td {
    width: 100%;
    display: block;
    padding: 1rem 1.5rem;
  }

/* table0のみに適用されるスタイルを調整 */
.l-main-area .table0 {
  display: block;
  margin: 0 0 2rem;
  padding: 0;
}

.l-main-area .table0 table {
  width: 100%;
  margin: 0 0 1rem;
  border-collapse: collapse;
  display: table;
}

.l-main-area .table0 tr {
  display: table-row;
}

.l-main-area .table0 th, 
.l-main-area .table0 td {
  display: table-cell;
  width: 50%;
  padding: 1.3rem 1.5rem;
  text-align: center;
}

.l-main-area .table0 thead {
  display: table-header-group;
}

.l-main-area .table0 tbody {
  display: table-row-group;
}


  
  .btn-web {
    width: 90%;
    min-width: inherit;
    margin: 3rem auto;
  }
  .btn-web a {
    width: 100%;
    min-width: inherit;
    padding: 1.5rem 3rem 1.5rem 3rem;
    font-size: 1.6rem;
  }
  .l-parts02 .btn-web a {
    width: 100%;
  }
  .btn-web a::after,
  .btn-internal::after {
    right: 1.5rem;
    background-size: 60%;
  }
  .btn-internal {
    width: 90%;
    margin: 3rem auto;
  }
  .btn-internal a {
    width: 100%;
    min-width: inherit;
    padding: 2.2rem 3.5rem 2rem 3.5rem;
    font-size: 1.6rem;
  }
  .btn-internal a::after {
    background-size: 60%;
  }
  .l-mv p.btn-internal a {
    width: 100%;
  }
  .l-main-area .l-parts03.lower_bottom .btn-internal a::after,
  .l-mv .btn-internal a::after {
    content: "";
    width: 15px;
    height: 18px;
    background: url(img/arrow01_white.svg) no-repeat center center;
    background-size: 96%;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(90deg);
  }
  .btn-tel {
    width: 90%;
    margin: 2rem auto;
    padding: 0;
    display: block;
    text-align: center;
  }
  .btn-tel a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 1.5rem 4rem 1.5rem 4rem;
    background: #3b97c7 url(img/icon_tel.svg) no-repeat right 24px center;
    background-size: auto 20px;
    border-radius: 300px;
    /* box-shadow: 5px 5px 0 #ccc; */
    font-weight: bold;
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    z-index: 10;
    border-bottom: 6px solid #2148a3;
    color: #fff;
  }
  .btn-link {
    margin: 3rem auto;
    padding: 0;
    display: block;
    text-align: left;
    width: 90%;
  }
  .btn-link a {
    width: 100%;
    position: relative;
    margin: 0;
    padding: 2.2rem 5rem 2rem 2rem;
    text-align: left;
    display: inline-block;
    background: #fcf8ed url(img/arrow01_black.svg) no-repeat right 20px center;
    background-size: 20px 15px;
    border-radius: 80px;
    color: #333;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.4;
    text-decoration: none;
    border: 2px solid #d3bd89;
  }
  .l-main-area .float-wrap {
    width: 100%;
    margin: 10px auto 0;
    font-size: 1.4rem;
  }
  .l-main-area .float-wrap .float-img.fr {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .float-img.fl,
  .l-main-area .l-parts01 .float-wrap .float-img.fl {
    width: 100%;
    margin: 0 0 20px;
    float: none;
  }
  .l-main-area .float-wrap .catch {
    margin: 0 0 1rem;
  }
  .l-main-area .float-wrap .catch span {
    font-size: 2rem;
  }
  .l-main-area .float-wrap .float-img.ct {
    width: 100%;
  }
  .l-main-area .float-wrap .float-img.t_small {
    width: 40%;
  }
  .l-main-area .float-wrap .float-img.fr.t_small {
    margin: 0 0 20px 10px;
    float: right;
  }
  .l-main-area .float-wrap .float-img.fl.t_small {
    margin: 0 20px 10px 0;
    float: left;
  }
  .l-main-area .l-parts02-white-inner .float-wrap .float-img.fl + p {
    margin: 0;
  }
  .l-main-area .l-parts02-white-inner .float-wrap .float-img.fr + p {
    margin: 0;
  }
  .l-main-area .box-wrap {
    width: 100%;
    margin: 8rem auto 2rem;
    display: block;
    font-size: 1.5rem;
  }
  .l-main-area .box-wrap .box {
    width: 100%;
    margin: 0 0 5rem;
    padding: 1.5rem;
  }
  .l-main-area .box-wrap .box-head {
    margin: -4rem auto 0;
    font-size: 2rem;
    padding: 10px;
  }
  .l-main-area .box-wrap .box-head a {
    padding: 1.5rem 2rem;
    background-size: 8px;
    background-position: right 1rem center;
  }
  .l-main-area .box-wrap .box-body {
    padding: 1rem 0;
  }
  .l-main-area .box-wrap .box-body .btn-internal a {
    width: 90%;
  }
  .l-parts02-white h4 {
    margin: 0 0 2rem;
  }
  .l-main-area .l-parts02-white-inner .box-wrap {
    margin: 5rem auto 2rem;
  }
  .l-main-area .l-parts02-white-inner .box-wrap .box {
    width: 100%;
    margin: 0 0 7rem;
  }
  .l-main-area .l-parts02-white-inner .box-wrap .box-case03 {
    margin: 0;
  }
  .l-main-area .l-parts02-white-inner .box-wrap .box-head {
    justify-content: center;
    margin: -4rem 0 0;
    font-size: 1.8rem;
    padding: 1.5rem;
  }
  .l-main-area .frame-wrap {
    margin: 0 auto 4rem;
    display: block;
    font-size: 1.4rem;
  }
  .l-main-area .frame-wrap .frame {
    width: 100%;
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame:nth-child(3n) {
    margin: 0 auto 2rem;
  }
  .l-main-area .frame-wrap .frame::before {
    left: 25px;
  }
  .l-main-area .frame-wrap .frame-head {
    font-size: 2rem;
    text-align: left;
  }
  .l-main-area .frame-wrap .frame-head a {
    background-size: 18px;
    justify-content: flex-start;
  }
  .l-main-area .l-icon-title {
    width: 100%;
    margin: 5rem 0 2rem;
    padding: 2rem 2rem 2rem 7.5rem;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .l-main-area .l-icon-title--check::before {
    width: 50px;
    height: 45px;
    font-size: 1rem;
    left: 15px;
    top: 45%;
    transform: translateY(-50%);
  }
  .l-main-area .l-number-wrapper .l-icon-title::before {
    padding: 0;
    font-size: 2.8rem;
    top: 30px;
  }
  .l-main-area .l-parts02-white-inner .l-point-number-wrapper .l-icon-title {
    background: url(img/icon_points.png) no-repeat left top 28%;
    background-size: 28px;
    font-size: 1.6rem;
  }
  .l-main-area .points .l-point-number-wrapper .points-item02 .l-icon-title {
	background: url(img/icon_points2.png) no-repeat left top 28%;
    background-size: 28px;
}
  .l-main-area .points .l-point-number-wrapper .l-icon-title {
    padding: 5px 0 5px 40px;
  }
  .l-main-area .l-point-number-wrapper .l-icon-title span {
    font-size: 1.6rem;
  }
  .l-main-area .l-parts03.type-point .l-point-number-wrapper .l-icon-title {
    background: url(img/icon_hatena.png) no-repeat left center;
    background-size: 30px;
    font-size: 2rem;
    padding: 0 0 0 3.5rem;
  }
  .l-main-area .l-point-number-wrapper .l-icon-title a {
    padding: 0 2.5rem 0 0;
  }
  .l-main-area .l-point-number-wrapper .l-icon-title::before {
    bottom: -10px;
    left: 25px;
  }
  .l-main-area .l-point-number-wrapper .l-icon-title::after {
    left: 0;
  }
  .l-main-area .l-point-number-inner {
    padding: 2rem;
  }
  .l-main-area .l-number-wrapper .l-icon-title::after {
    top: 11px;
    left: 20px;
  }
  /* low ----------------*/
  .l-main-area--low h1 {
    margin: 0 0 3rem;
    font-size: 2.2rem;
  }
  .l-main-area--low h1::after {
    height: 50px;
    background-size: contain;
    top: 99%;
  }
  .l-main-area--low h2 {
    font-size: 2rem;
  }
  .l-main-area--low h3 {
    font-size: 1.8rem;
  }
  /*
---------------------------------------------

  header area

*/
  .l-header {
    margin: 0;
    text-align: left;
  }
  .l-header-area {
    padding: 0;
  }
  .l-header-left {
    display: none;
  }
  .l-header-sitename {
    font-size: 1rem;
    text-align: center;
  }
  .l-header-logo a {
    width: 50%;
    height: auto;
  }
  .l-gnavi-area {
    display: none;
  }
  /*
---------------------------------------------

  footer area

*/
  .l-footer-area {
    padding: 2rem 0 5rem 0;
    min-width: inherit;
    background: none;
  }
  .footMenu {
    width: 100%;
    height: 5rem;
    margin: 0;
    position: fixed;
    bottom: 0;
    z-index: 300;
  }
  .footMenu .menuLeft {
    width: 50%;
    height: 100%;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
  }
  .footMenu .menuLeft .l-gnavi-btn {
    margin: 0;
  }
  .footMenu .menuRight {
    width: 50%;
    height: 100%;
    float: right;
    background: #57976b;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1.2;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .footMenu .menuRight p {
    margin: 0;
  }
  .footMenu .menuRight::after {
    content: "";
    width: 65px;
    height: 13px;
    /* background: url(img/icon_text_check.svg) no-repeat center center; */
    background-size: 100%;
    position: absolute;
    top: -9px;
    left: 1rem;
    transform: rotate(-8deg);
  }
  .footMenu .menuRight a {
    padding: 0.5rem 2rem 0 1.5rem;
    background: url(img/arrow01_white.svg) no-repeat right 1rem center;
    background-size: 6px;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  .footMenu .l-gnavi-btn {
    width: 100%;
    height: 100%;
  }
  .footMenu .l-gnavi-btn span {
    left: 50%;
    transform: translateX(-50%);
  }
  .footMenu .l-gnavi-btn span:nth-child(1) {
    top: 15px;
  }
  .footMenu .l-gnavi-btn span:nth-child(2) {
    top: 25px;
  }
  .footMenu .l-gnavi-btn span:nth-child(3) {
    top: 35px;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(1) {
    transform: translate(-50%, 10px) rotate(-45deg);
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .footMenu .l-gnavi-btn.active span:nth-of-type(3) {
    transform: translate(-50%, -10px) rotate(45deg);
  }
  .l-footer-logo {
    width: 60%;
    margin: 1rem auto;
  }
  .l-footer-logo__image {
    width: 100%;
  }
  .l-footer-logo__link {
    display: block;
    width: 70%;
    margin: auto;
  }
  .l-footer-disclaimer {
    width: 90%;
    margin: 0 auto 1rem;
    padding: 2rem 5%;
  }
  .l-footer-bottom {
    padding: 0 5%;
  }
  .l-footer-bottom__inner {
    width: 90%;
    display: block;
  }
  .l-footer-bottom__copy {
    display: block;
    text-align: center;
    margin: 0;
  }
  .l-footer-bottom__sitemap {
    display: none;
  }
  .l-footer-note {
    margin: 0 0 1rem;
    font-size: 1rem;
  }
  .l-footer-menu-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 110;
    width: 100%;
    height: 100%;
    background: #fff;
    margin: 0;
    padding: 0 0 60px 0;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s ease-in-out, opacity 1s;
    transition: transform 0.3s ease-in-out, opacity 1s;
  }
  .l-footer-menu-wrapper.active {
    transform: translate3d(0, 0, 0);
    transition: transform 0.3s ease-in-out, opacity 1s;
    opacity: 1;
  }
  .l-footer-menu {
    width: 90%;
    margin: 0 auto 2rem;
  }
  .l-footer-menu__title {
    margin: 0 0 1rem;
    padding: 0;
    border-bottom: solid 1px #000;
  }
  .l-footer-menu__title__link {
    display: block;
    font-size: 1.6rem;
    position: relative;
    padding: 1rem 2.5rem 1rem 0;
    background: none;
  }
  .l-footer-menu__title__link::after {
    content: "";
    width: 16px;
    height: 17px;
    background: url(img/arrow_green.svg) no-repeat center center;
    background-size: 100%;
    position: absolute;
    top: 2.5rem;
    right: 1rem;
    transition: 0.1s;
    transform: translateY(-50%) rotate(90deg);
  }
  .l-footer-menu__title__link.is-open::after {
    transform: translateY(-50%) rotate(270deg);
    transition: 0.1s;
  }
  .l-footer-menu__title__link.to-sitemap::after {
    transform: translateY(-50%) rotate(0deg);
  }
  .l-footer-menu__title__link:hover {
    text-decoration: none;
  }
  .l-footer-menu__list {
    display: none;
  }
  .l-footer-menu__list__item {
    width: 100%;
    padding: 0.8rem 1rem;
  }
  .l-footer-menu__list__item:first-child {
    display: block;
  }
  .l-footer-menu__list__link {
    margin: 0;
    display: block;
  }
  .l-footer-submenu__list {
    display: block;
  }
  .l-footer-submenu__list__item {
    display: block;
  }
  /*
---------------------------------------------

  common

*/
  .l-pagetop {
    top: -5.5rem;
    right: 0.5rem;
  }
  .l-pagetop__link {
    width: 50px;
    height: 50px;
  }
  .l-pagetop__image {
    width: 30px;
  }
  .l-pagetop.is-fixed {
    bottom: 5.5rem;
  }
  #pankuzu {
    margin: 0 auto;
    padding: 1rem;
    white-space: nowrap;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-sns-list {
    display: none;
  }
  /*
---------------------------------------------

  contents area

*/
  .l-contents-area {
    padding: 0;
  }
  .l-main-area {
    margin: 0 auto;
  }
  .l-contents-area--low {
    width: 100%;
  }
  /*
---------------------------------------------

  main area

*/
  .l-main-area--low {
    width: 94%;
    margin: 0 auto 7rem;
    float: none;
    overflow: visible;
  }
  .l-section-inner {
    /* width: 94%; */
    margin: 0 auto;
  }
  .l-common-title a {
    display: block;
    padding: 0 2rem 0 0;
    width: 100%;
    background: url(img/arrow_black.png) no-repeat right center;
    background-size: 8px;
  }
  p.l-common-lead {
    width: 100%;
    margin: 2rem 0 3rem;
  }
  .l-parts01 p.l-common-lead {
    width: 100%;
  }
  /*
---------------------------------------------

  top

*/
  .l-mv {
    min-height: inherit;
    min-width: inherit;
    padding: 0;
    background: none;
    position: relative;
  }
  .l-mv-wrapper {
    width: 100%;
  }
  .l-mv-logo {
    width: 100%;
    height: 12rem;
    padding: 1rem 3rem;
    background: url(img/bg_mv.jpg) center 0 no-repeat;
    background-size: auto 100%;
    text-align: left;
    margin: 0 auto;
  }
  .l-mv-logo img {
    max-width: inherit;
    width: 46%;
    height: auto;
    margin: 2.6rem auto;
  }
  .l-mv-box {
    width: 100%;
    margin: 0;
    background-color: #fcf8ed;
  }
  .l-mv-box p {
    margin: 0;
  }
  .l-mv-title {
    width: 100%;
    /* height: 18rem; */
    margin: 1rem 0 2rem 0;
    /* padding: 1px 5% 27rem 5%; */
    font-size: 2rem;
    font-size: 4.5vw;
    text-align: center;
  }
  .l-mv-title small {
    font-size: 1.6rem;
    font-size: 4.5vw;
  }
  .l-main-area .l-mv-title span {
    font-size: 2rem;
    font-size: 5.7vw;
  }
  .l-mv p {
    padding: 0 2rem;
    color: #333;
  }
  .l-mv-box p:not([class]) {
    padding: 0 1.5rem 1rem;
  }
  .l-mv-box p:not([class])::before {
    left: 60%;
    top: 90%;
  }
  .l-main-area p.btn-internal {
    margin: 2rem auto;
  }
  .l-mv-check {
    display: none;
  }
  .l-parts03 {
    margin-left: 0;
  }
  .l-section-inner {
    padding: 5rem 1rem 2rem;
  }
  .l-section-inner p.btn-link {
    margin: 5rem auto;
  }
  .l-parts01 {
    padding-top: 0;
    padding-bottom: 0;
    background: none;
  }
  .l-main-area .detail-title span {
    font-size: 2rem;
  }
  .detail-title span::after {
    width: 30%;
    height: 4px;
    bottom: -3px;
  }
  .detail-title {
    font-size: 2.2rem;
  }
  .flow {
    background-color: #fcf8ed;
    padding: 3rem 1rem 2rem;
  }
  .l-main-area .flow-title span {
    font-size: 2rem;
  }
  .flow-title span::after {
    width: 30%;
    height: 4px;
    bottom: -3px;
  }
  .flow-title {
    font-size: 2.2rem;
  }
  .flow-title a {
    display: block;
    padding-top: 5px;
  }
  .flow-title a::after {
    width: 20px;
    height: 17px;
    right: 0;
    top: 57%;
  }
  .flow-txt,
  .detail-txt {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
  }
  .flow-content {
    margin-top: 2.4rem;
    flex-direction: column;
  }
  .flow-catch {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 2rem;
  }
  .l-main-area .flow-lists {
    margin: 0;
  }
  .l-main-area .type-list__title span {
    font-size: 2rem;
  }
  .type-list__title span::after {
    width: 20%;
    height: 4px;
    bottom: -3px;
  }
  .type-list__title {
    font-size: 2.2rem;
  }
  .type-list__title a {
    display: block;
    padding-top: 5px;
  }
  .type-list__title a::after {
    width: 20px;
    height: 17px;
    right: 0;
    top: 57%;
  }
  .type-list {
    padding-inline: 10px;
  }
  .l-main-area .type-point__title span {
    font-size: 2rem;
  }
  .type-point__title span::after {
    width: 20%;
    height: 4px;
    bottom: -3px;
  }
  .type-point__title {
    font-size: 2.2rem;
  }
  .type-point__title a {
    display: block;
    padding-top: 5px;
  }
  .type-point__title a::after {
    width: 20px;
    height: 17px;
    right: 0;
  }
  .type-point {
    padding-inline: 10px;
  }
  .type-point__lead {
    text-align: left;
    font-size: 1.5rem;
  }
  .l-parts01 .l-section-inner {
    background-size: 20%;
    background-position: left top, right top 300px;
  }
  .l-parts01-column2 {
    grid-template-columns: auto;
  }
  .l-parts01-column2::before {
    content: none;
  }
  .l-parts01-column2::after {
    content: none;
  }
  .l-parts01-column2__box {
    width: 96%;
    margin: 2rem auto 0;
    position: relative;
  }
  .l-parts01-column2__box .catch-image {
    margin: 0 auto;
  }
  .l-parts01-column2__box .catch-text,
  .l-parts01-column2__box .catch-body {
    padding: 0;
  }
  .l-parts01-column3 {
    min-width: inherit;
  }
  .l-parts01-column3::after {
    content: none;
  }
  .l-parts01-column3__box {
    width: 96%;
    margin: 2rem auto 0;
    position: relative;
  }
  .l-parts01-column3__box::after {
    content: "";
    width: 100vw;
    height: 7rem;
    background: url(img/bg_waveblue_l_top.svg) no-repeat left bottom;
    background-size: 120% auto;
    top: 4rem;
    right: 50%;
    transform: translateX(50%);
    z-index: -1;
    position: absolute;
  }
  .l-parts01-column3__box .catch-image {
    width: 80%;
    margin: 0 auto;
  }
  .l-parts01-column3__box .catch-text,
  .l-parts01-column3__box .catch-body {
    padding: 0;
  }
  .l-parts02 {
    padding: 4rem 1rem;
    min-width: inherit;
  }
  .l-parts02::before {
    height: 3rem;
    background-position: -5rem 0;
    top: 0;
  }
  .l-parts02::after {
    bottom: -2px;
    height: 3rem;
    background-position: -5rem 0;
  }
  .l-parts02 .l-section-inner {
  }
  .l-parts02 .l-section-inner::before,
  .l-parts03.type-list .l-section-inner::before {
    background-size: 60%;
    top: -17px;
    left: -23px;
  }
  .l-parts02 .l-section-inner::after,
  .l-parts03.type-list .l-section-inner::after {
    background-size: 65%;
    top: -7px;
    right: 0px;
  }
  .l-parts02-white {
    width: 100%;
    margin-bottom: 6rem;
    padding-bottom: 4rem;
  }
  .l-parts02-white-inner {
    width: 94%;
    margin: 0 auto;
  }
  .l-parts02-white-inner .company-name {
    min-height: 60px;
    margin: 5rem 0 2.5rem;
    padding: 1rem 0 0;
    font-size: 2rem;
    background-size: 60px 60px;
  }
  .l-parts02-white__title {
    padding: 2rem 0 1rem;
    background-size: 15%, 15%, auto;
  }
  .l-parts02-white__title::after {
    height: 100%;
    top: 100%;
    background: url(img/green_wave_top.png) no-repeat left top;
    background-size: contain;
  }
  .l-parts02-white__title .catch-title {
    width: 90%;
    padding: 0;
    font-size: 2rem;
  }
  .l-parts02-white__column2 {
    width: 100%;
    margin-top: 3rem;
    display: block;
    position: relative;
  }
  .l-parts02-white__column2__left {
    width: 30%;
    position: absolute;
    top: 6rem;
    font-size: 1.2rem;
  }
  .l-parts02-white__column2__right {
    width: 100%;
  }
  .l-parts02-white__column2__right .clinic {
    margin: 0 0 2rem auto;
    padding: 0 0 0.5rem 3rem;
    background-size: 2rem;
    background-position: left bottom 1rem;
    font-size: 1.8rem;
  }
  .l-parts02-white__column2__right .price {
    width: 60%;
    margin: 0 0 3.5rem auto;
  }
  .l-parts02-white__column2__right .price-list {
    padding: 0.5rem;
    font-size: 1.4rem;
  }
  .l-parts02-white__column2__right .price-list .data span {
    font-size: 1.8rem;
  }
  .l-parts02-white .title-voice {
    font-size: 1.8rem;
    margin: 5.5rem 0 2rem;
  }
  .l-parts02-white .tag-list {
    width: 49%;
    font-size: 1.6rem;
  }
  .l-parts02-white .btn-web {
    margin: 4rem auto 2rem;
  }
  .head-center {
    font-size: 2rem;
  }
  .l-parts02-white .head-center {
    padding: 4rem 3rem 3rem;
    width: 100%;
  }
  .head-center .price_info span {
    margin: 0 0 0rem 0;
    font-size: 3.5rem;
  }
  .head-center::before {
    width: 50px;
    height: 50px;
    top: -20px;
  }
  .l-parts02-white .title-voice span {
    padding: 0 1rem;
    font-size: 1.6rem;
  }
  .l-parts02-white .title-voice span span {
    font-size: 2.5rem;
  }
  .l-parts02-white__column3 {
    justify-content: space-between;
  }
  .l-parts02-white__column3__box {
    width: calc((100% / 2) - 5px);
    margin: 0 0 2rem;
  }
  .l-parts02-white__column4 {
  }
  .l-parts02-white__column4__box {
    width: calc((100% - 1rem) / 2);
    margin: 0 1rem 2rem 0;
    padding: 0 1.5rem;
  }
  .l-parts02-white__column4__box:nth-child(2n) {
    margin: 0 0 2rem;
  }
  .l-parts02 table.infomation {
    margin: 0;
    border-top: none;
  }
  .l-parts02 table.infomation th {
    width: 100%;
  }
  .l-common-title {
    font-size: 2.2rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.4;
    margin: 0 0 3.5rem 0;
  }
  .l-common-title::before {
    font-size: 2rem;
    height: 3.2rem;
    top: -1.6rem;
  }
  .l-common-title.type-info {
    margin: 10rem 0 0;
  }
  .l-main-area .l-parts03 {
    background-size: cover;
    background-position: top center;
    padding-top: 3rem;
    padding-bottom: 2rem;
  }
  .l-main-area .l-parts03.type-list {
    background: none;
  }
  .l-main-area .l-parts03.type-point {
    background: #fcf8ed;
  }
  .l-main-area .l-parts03.lower_bottom {
    background: url(img/lower_bg.jpg) repeat center;
    background-size: contain;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
  }
  .l-parts03-column3__box {
    width: 100%;
    padding-top: 2.4rem;
    margin: 0 auto 4.8rem;
  }
  .l-parts03-column3__box_catch {
    font-size: 2rem;
    margin-bottom: -1.6rem;
  }
  .l-main-area .l-parts03-column3__box_catch span {
    font-size: 2.2rem;
  }
  .l-parts03-column3__line {
    width: 100%;
    padding: 2.5rem 2rem;
  }
  .l-parts03.lower_bottom .l-parts03-column3__box:last-of-type .l-parts03-column3__line::after {
    left: 90%;
    width: 50px;
    height: 50px;
  }
  .l-parts03-column3__title {
    padding: 1rem 0;
  }
  .l-parts03-column3__info dl {
    font-size: 1.2rem;
  }
  .l-parts03-column3__info dl dd {
    padding: 1rem 0 1rem 0;
  }
  p.l-parts03-column3__image {
    margin: 0;
  }
  ul.l-parts03-column3__tag {
    /* margin: 1rem 0 0; */
  }
  .date-list-wrap {
    width: 100%;
  }
  .l-parts04 {
    min-width: inherit;
    margin-bottom: 0;
    padding: 2rem 0;
    background-position: top center;
  }
  .l-parts04 .l-section-inner::after,
  .l-parts04 .l-section-inner::before {
    content: none;
  }
  .l-parts04-list {
    margin: 3rem 0 0;
    position: relative;
  }
  .l-parts04-list::after {
    content: "";
    width: 100vw;
    height: 10rem;
    background: url(img/bg_waveblue_l_bottom.svg) no-repeat 0 0;
    background-size: 120% auto;
    position: absolute;
    left: -10px;
    top: 5rem;
    z-index: -1;
  }
  .l-parts04-image {
    width: 10rem;
    position: absolute;
  }
  .l-parts04-image .label {
    top: 1rem;
    font-size: 1.2rem;
  }
  .l-parts04-image .image-box {
    margin: 0 0 0 1rem;
    width: 10rem;
    height: 10rem;
  }
  .l-parts04-body {
    width: 100%;
  }
  .l-parts04-body .catch {
    margin: 0 0 2rem 12rem;
    min-height: 11rem;
    display: flex;
    align-items: center;
    font-size: 2rem;
  }
  .l-parts05-column2 {
    margin: 0 0 0 0;
  }
  .l-parts05-box {
    width: 100%;
    margin: 0 0 3rem;
    padding: 0.2rem 2rem 2rem;
  }
  .l-parts05-box:nth-child(2n) {
    margin: 0 0 3rem;
  }
  .l-parts05-catch {
    font-size: 1.8rem;
  }
  .l-parts05 .btn-internal {
    width: 80%;
    margin: 1rem auto 3rem;
    min-width: inherit;
    font-size: 1.6rem;
  }
  .l-parts05-column2 a .l-parts05-catch {
    margin: 10px 10px 20px 80px;
  }
  .l-parts05-column2 a .l-parts05-catch::before {
    top: calc((100% - 60px) / 2);
    left: -80px;
    width: 60px;
    height: 60px;
    background-size: 50%;
  }
  .l-map {
    padding-bottom: 56.25%;
  }
  .l-parts07 {
    padding-top: 0;
  }
  .l-parts07 p.btn-internal a,
  .l-parts03.type-list .ac-btn {
    width: 100%;
  }
  .l-parts07 .btn-internal a::after {
    width: 8px;
    height: 16px;
  }
  .l-parts07 .knowledge-ttl {
    padding: 1rem 0 1rem 7rem;
  }
  /* slider */
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider.slidmain {
    padding: 0 5px;
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list:focus {
    outline: none;
  }
  .slick-list.dragging {
    cursor: pointer;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .slick-track:before,
  .slick-track:after {
    display: table;
    content: "";
  }
  .slick-track:after {
    clear: both;
  }
  .slick-loading .slick-track {
    visibility: hidden;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  [dir="rtl"] .slick-slide {
    float: right;
  }
  .slick-slide img {
    /* display: block; */
  }
  .slick-slide.slick-loading img {
    display: none;
  }
  .slick-slide.dragging img {
    pointer-events: none;
  }
  .slick-initialized .slick-slide {
    display: block;
    font-size: 1.2rem;
    color: #8c8c8c;
    line-height: 1.2em;
    text-align: center;
    background: #fff;
    margin-bottom: 0;
  }
  .slick-initialized .slick-slide img {
    height: 85%;
    width: auto;
    display: block;
    margin: 0 auto 1%;
  }
  .slidmain.slick-initialized .slick-slide img {
    height: auto;
  }
  .slick-initialized.slidemenu .slick-slide {
    height: 75px;
    text-align: center;
  }
  .slick-initialized.slidemenu .slick-slide img {
    height: 50px;
    width: auto;
  }
  .slick-loading .slick-slide {
    visibility: hidden;
  }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
  }
  .slick-arrow.slick-hidden {
    display: none;
  }
  .slider-boxwrap .slider-box {
    width: 100%;
    margin: 0 auto;
  }
  .container .slider-box {
    text-align: center;
    font-size: 10px;
    line-height: 1.6;
    margin-bottom: 40px;
  }
  .container .slider-box .slider-for .pic {
    background: #fff;
    margin-bottom: 10px;
    height: auto;
  }
  .container .slider-box .slider-for img {
    width: auto;
    height: 230px;
  }
  .container .slider-box .slider-nav {
    height: 55px;
    overflow: hidden;
    margin-top: 10px;
  }
  .container .slider-box .slider-nav .pic {
    width: 30vw;
    background: #fff;
    position: relative;
  }
  .container .slider-box .slider-nav img {
    width: auto;
    max-width: 30vw;
    max-height: 55px;
  }
  .slider-boxwrap .slick-arrow.slick-prev {
    border-left: 2px solid #989898;
    border-top: 2px solid #989898;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 48%;
    left: -10px;
    margin-top: -5px;
    transform: rotate(-45deg);
    z-index: 200;
  }
  .slider-boxwrap .slick-arrow.slick-next {
    border-bottom: 2px solid #989898;
    border-right: 2px solid #989898;
    width: 10px;
    height: 10px;
    position: absolute;
    top: 48%;
    right: -10px;
    margin-top: -5px;
    transform: rotate(-45deg);
    z-index: 200;
  }
  .slick-prev {
    left: -10px;
  }
  .slick-next {
    right: -10px;
  }
  .slick-slide:focus {
    outline: 0;
  }
  .slider-nav .slick-current .pic {
    opacity: 0.5;
  }
  .toc_parts {
    margin: 6rem 1rem 3rem;
    padding: 2rem 2.5rem;
  }
  .toc_parts .ttl {
    font-size: 1.6rem;
    border-left: 4px solid #57976b;
    position: relative;
  }
  .ttl.ac-btn.accordion::before,
  .ttl.ac-btn.accordion::after {
    width: 2rem;
  }
  #toc {
    margin: 1.5rem 0 0 0;
    padding: 1rem 0 0;
  }
  #toc .chapter .chapter-h {
    margin: 1rem 0;
    padding: 0 0 0 3rem;
    font-size: 1.5rem;
    line-height: 1.6;
  }
  #toc ul.chapter .chapter-h::before {
    top: 11px;
    font-size: 1.8rem;
  }
  #toc li.chapter-h.chapter-h-three {
    margin: 0.5rem 0 0.5rem 2rem;
  }
  #toc li.chapter-h.chapter-h-three::before {
    top: 6px;
    width: 6px;
    height: 6px;
  }
  #toc li.chapter-h-three + .chapter-h-two {
    margin-top: 2rem;
  }
  .l-parts03.type-list .ac-btn {
    margin: 2rem 0;
  }
  .l-parts03.type-list .ac-btn::before,
  .l-parts03.type-list .ac-btn::after {
    width: 2rem;
  }
  .l-parts01-column2__box .catch-text {
    font-size: 2rem;
  }
}

/* ==================
    関連記事
   ================== */

#related-article p {
  margin: 0;
}

#related-article.related-article01-frame {
  margin: 8rem auto 4rem;
  padding: 32px 50px;
  background: #fcf8ed;
  position: relative;
}

#related-article .related-article01-title {
  padding: 0;
  color: #333;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  background: url("./img/dummy-icon.png") no-repeat left center;
  background-size: 50px auto;
  position: relative;
}

#related-article .related-article01-title span {
  font-size: 24px;
  color: #222;
  text-decoration: none;
}

#related-article .related-article01-list {
  margin: 15px 0 0 0;
  padding: 0;
  border-top: 1px solid #57976b;
  font-weight: 700;
}

#related-article .related-article01-list p {
  margin: 0;
}

#related-article .related-article01-list li {
  margin: 2rem 0 0;
  padding: 0 0 0 24px;
  font-size: 100%;
  line-height: 1.7;
  position: relative;
}

#related-article .related-article01-list li + li {
  margin-top: 10px;
}

#related-article .related-article01-list li::before {
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #57976b;
  position: absolute;
  top: 8px;
  left: 0;
}

#related-article .related-article01-list a {
  display: block;
  text-decoration: none;
}

#related-article .related-article01-list a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

#related-article .relations-box#related-article .relations-box--column {
  display: flex;
  gap: 10px;
}

#related-article .relations-box__pic {
  flex: 0 0 150px;
}

@media screen and (max-width: 480px) {
  #related-article .related-article01-frame {
    padding: 20px 25px;
    margin: 6rem 1rem 3rem;
  }
  #related-article .related-article01-title span {
    font-size: 16px;
  }
  #related-article .related-article01-list {
    margin: 15px 0 0 0;
    padding: 10px 0 0;
  }
  #related-article .related-article01-list li {
    margin: 10px 0;
    padding: 0 0 0 30px;
    font-size: 15px;
    line-height: 1.6;
  }
  #related-article .related-article01-list li:last-child {
    margin-bottom: 0;
  }
  .l-header-logo {
    padding: 8px 0 14px;
  }
  .l-header-logo__image {
    width: 50%;
  }
  .l-main-area--low h2 a {
    background-size: 18px;
  }
  .l-main-area--low h3 span {
    font-size: 2rem;
    padding: 1rem 1rem 1rem 1rem;
  }
  .l-main-area--low h3 a {
    background: url(img/arrow01_black.svg) no-repeat right 2rem center;
    background-size: 18px 15px;
  }
  .l-main-area--low h4,
  .l-main-area--low h5 {
    font-size: 2rem;
  }
  .l-main-area--low h4 a,
  .l-main-area--low h5 a {
    background: url(img/arrow01_black.svg) no-repeat right 1rem center;
    background-size: 18px 15px;
  }
  .l-main-area .float-wrap .catch {
    font-size: 2rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    text-align: left;
  }
  .l-main-area ul li {
    padding: 0 0 0 46px;
  }
  .l-main-area ul li::before {
    left: 20px;
  }
  .l-main-area ol li {
    font-size: 1.4rem;
    font-weight: normal;
  }
  .l-main-area .float-wrap .flame {
    text-align: center;
    margin-inline: auto;
  }
  .l-main-area .frame-wrap .frame .frame-body ul li {
    padding: 0 0 0 25px;
  }
  .l-main-area .frame-wrap .frame .frame-body ul li::before {
    left: 8px;
  }
  .l-mv-title span::before {
    width: 70%;
    height: 2px;
    left: 50%;
    transform: translatex(-50%);
  }
  .l-mv-title .l-mv-title__emp {
    font-size: 24px;
    color: #0a6729;
    margin-top: -10px;
  }
  .l-parts03-column3__image {
    width: 100%;
  }
  .l-parts03-column3__box_image {
    height: auto;
  }
  .l-parts03-column3__box_image img {
    object-fit: contain;
    width: 100%;
    height: 164px;
  }
  .l-main-area strong,
  .l-main-area span {
    font-size: inherit;
  }
  .l-main-area .title-detail span {
    padding: 0.6rem;
  }
  .l-parts02-white h4 {
    background: #fff url(img/deco_wave_s_long.png) repeat-x left top 50%;
    background-size: 220px 1px;
    line-height: 1.4;
    font-size: 2rem;
  }
  .l-main-area .case .box-wrap .box-case .box-head {
    width: 95.1685%;
    top: 10%;
  }
  .l-main-area .case .box-wrap .box-case03 .box-head {
    top: 7%;
  }
  .l-main-area .l-parts02-white-inner .box-wrap .box-case {
    padding: 5rem 1.5rem 1.5rem;
  }
  .l-main-area .detail .l-section-inner .l-parts02-white .l-parts02-white-inner .catch {
    margin-bottom: 1.5rem;
  }
  .points {
    margin-top: 3rem;
  }
  .points .title-points {
    margin-bottom: 2rem;
  }
  .l-main-area .points .l-point-number-wrapper {
	display: block;
}
  .l-main-area .l-point-number-inner {
    margin: 0 0 2rem 0;
    width: 100%;
  }
  .l-main-area .points .points-item02 {
    margin-bottom: 4rem;
  }
  .info {
    margin-top: 3rem;
  }
  .l-main-area .section-foot {
    padding-bottom: 4rem;
  }

  .l-main-area .section-foot-inner {
    width: 100%;
    padding-inline: 1rem;
  }
  .l-main-area .box-wrap .box-item-content {
    font-size: 1.5rem;
  }
  .type-list__lead {
    margin-top: 1rem;
    width: 100%;
    text-align: left;
    font-size: 1.5rem;
  }
}
