@charset "UTF-8";
/* ==========================================================================
   reset
   ========================================================================== */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
main, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

main, article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
  font: inherit;
  outline: 0;
}

button {
  font: inherit;
  outline: 0;
  cursor: pointer;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
}

th, td {
  font-weight: 300;
}

strong {
  font-weight: bold;
}

* {
  box-sizing: border-box;
}

/* ==========================================================================
	 base
	========================================================================== */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  min-width: 320px;
  height: 100%;
  color: #3d3d3d;
  background: #FFF;
  font-family: "M PLUS 2", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 1.6em;
  font-weight: normal;
  line-height: 1.6;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: 0.06em;
  position: relative;
  -webkit-text-size-adjust: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.spOnly{
  display: none;
}
@media only screen and (max-width: 969px) {
  body {
    font-size: 1.4953271028vw;
  }
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 4.2666666667vw;
    letter-spacing: 0;
  }
  .spOnly{
    display: block;
  }
  .pcOnly{
    display: none;
  }

}

::-moz-selection {
  color: #FFF;
  background: rgba(0, 116, 63, 0.5);
}

::selection {
  color: #FFF;
  background: rgba(0, 116, 63, 0.5);
}

a {
  color: #00743f;
  -webkit-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
  text-decoration: none;
}
a:hover, a:active {
  color: rgba(0, 116, 63, 0.7);
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
}

p + p {
  margin-top: 1em;
}

sup {
  font-size: 70%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

.text-em {
  color: #f47e02;
}
.text-em-pt2 {
  color: #fcff00;
}

.ff-normal {
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

.u-pc-block {
  display: block;
}

.u-sp-block {
  display: inline;
}

.u-pc-hidden {
  display: none;
  visibility: hidden;
}

.u-sp-hidden {
  display: inline;
  visibility: visible;
}

.u-block {
  display: block;
}

.u-inline-block {
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }

  .is-sp {
    display: block;
  }

  .u-pc-block {
    display: inline;
  }

  .u-sp-block {
    display: block;
  }

  .u-pc-hidden {
    display: inline;
    visibility: visible;
  }

  .u-sp-hidden {
    display: none;
    visibility: hidden;
  }
}
.js-img-fit {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ==========================================================================
   parts - component
   ========================================================================== */
/* .js-slider
----------------------------------------------------------------------------- */
.js-slider {
  margin: 0 85px 60px;
}
.js-slider .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: block;
  width: 51px;
  height: 263px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.js-slider .slick-arrow:hover, .js-slider .slick-arrow:focus {
  outline: none;
}
.js-slider .slick-arrow::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: url(../img/slider_arrow.png) 0 0 no-repeat;
  background-size: contain;
}
.js-slider .slick-arrow.slick-prev {
  left: -85px;
}
.js-slider .slick-arrow.slick-next {
  right: -85px;
}
.js-slider .slick-arrow.slick-next::before {
  transform: scale(-1, 1);
}
.js-slider .slick-dots {
  position: absolute;
  top: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 1em;
  width: 100%;
  margin-top: 40px;
}
.js-slider .slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.js-slider .slick-dots li button:hover, .js-slider .slick-dots li button:focus {
  outline: none;
}
.js-slider .slick-dots li button:hover::before {
  background: #f39800;
}
.js-slider .slick-dots li button::before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #dcdcdc;
  border-radius: 50%;
}
.js-slider .slick-dots li.slick-active button::before {
  background: #f39800;
}
@media only screen and (max-width: 767px) {
  .js-slider {
    margin: 0 8vw 8vw;
  }
  .js-slider .slick-arrow {
    width: 4.6666666667vw;
    height: 23.4666666667vw;
  }
  .js-slider .slick-arrow.slick-prev {
    left: -8vw;
  }
  .js-slider .slick-arrow.slick-next {
    right: -8vw;
  }
  .js-slider .slick-dots {
    margin-top: 4vw;
    gap: 0 3.2vw;
  }
  .js-slider .slick-dots li button {
    width: 3.2vw;
    height: 3.2vw;
  }
}

/* .c-cta
----------------------------------------------------------------------------- */
.c-cta {
  text-align: center;
  padding-top: 80px;
}
.c-cta__button .btn {
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 750px;
  font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", Helvetica, Arial, -apple-system, BlinkMacSystemFont, sans-serif;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.06em;
  text-decoration: none;
  cursor: pointer;
  background: #00743f;
  color: #FFF;
  padding: 0.55em 1.5em 0.5em 1.5em;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0.6em;
  box-shadow: 0.05em 0.15em 0 #005e3d;
  transition: all 0.15s cubic-bezier(0.25, 0.1, 0.25, 1);
  overflow: hidden;
}
.c-cta__button .btn::before, .c-cta__button .btn::after {
  position: absolute;
  display: block;
  content: "";
}
.c-cta__button .btn::before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: repeating-linear-gradient(-45deg, transparent, transparent 0.09em, rgba(255, 255, 255, 0.05) 0.09em, rgba(255, 255, 255, 0.05) 0.18em);
}
.c-cta__button .btn::after {
  top: 50%;
  right: 1.5em;
  transform: translateY(-50%) rotate(45deg);
  width: 0.5em;
  height: 0.5em;
  border-top: 1.5px solid #FFF;
  border-right: 1.5px solid #FFF;
  border-radius: 1.5px;
}
.c-cta__button .btn .icon {
  position: relative;
  display: block;
  width: 1.25em;
  height: 1.75em;
  background: url(../img/ico_calc.png) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 0.75em;
  z-index: 4;
}
.c-cta__button .btn > span {
  position: relative;
  z-index: 5;
}
.c-cta__button .btn > span .fs-lg {
  font-size: 120%;
}
.c-cta__button .btn:hover {
  transform: translateX(0.05em) translateY(0.15em);
  box-shadow: 0 0 0 #005e3d;
}
@media only screen and (max-width: 767px) {
  .c-cta {
    padding-top: 6.6666666667vw;
  }
  .c-cta__title {
    font-size: 3.6vw;
  }
  .c-cta__button .btn {
    flex-direction: column;
    font-size: 4.8vw;
    line-height: 1.3;
    padding: 0.75em 1.5em 0.6em 2.5em;
    box-shadow: 0 0.25em 0 #005e3d;
  }
  .c-cta__button .btn::after {
    right: 1.15em;
    width: 1em;
    height: 1em;
  }
  .c-cta__button .btn .icon {
    position: absolute;
    top: 50%;
    left: 1.75em;
    transform: translateY(-50%);
    width: 7.0666666667vw;
    height: 9.7333333333vw;
    margin-right: 0;
  }
  .c-cta__button .btn > span:nth-of-type(2) {
    font-size: 8vw;
  }
  .c-cta__button .btn:hover {
    transform: translateX(0) translateY(0.25em);
  }
}

/* ==========================================================================
   block - page
   ========================================================================== */
.page {
  position: relative;
  width: 100%;
  background: url(../img/bg.png) 50% top repeat;
  background-size: 47px 47px;
}
@media only screen and (max-width: 767px) {
  .page {
    min-width: inherit;
    background-size: 6vw 6vw;
  }
}

/* ==========================================================================
	 block - header
	 ========================================================================== */
.header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 85px;
  background: #FFF;
  box-shadow: 0 0.313em 0.313em rgba(0, 0, 0, 0.02);
  z-index: 100;
}
.header__logo {
  width: 116px;
}
.header__logo img {
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .header {
    height: 13.3333333333vw;
  }
  .header__logo {
    width: 20.8vw;
  }
}

/* ==========================================================================
	 block - main
	 ========================================================================== */
.main {
  position: relative;
  width: 100%;
  min-height: 50vw;
  padding: 0;
  overflow: hidden;
}
.shop_ttl {
  background-color: #F5F2E9;
}
.shop_ttl p {
  font-size: 18px;
  font-weight: bold;
  padding: 20px;
}
.wrap {
  max-width: 970px;
  margin: 0 auto;
}
/* .section セクション
----------------------------------------------------------------------------- */
.section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 80px;
}
.section__inner {
  position: relative;
  width: 89.6907216495%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 767px) {
  .section__inner {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .section {
    padding-top: 13.3333333333vw;
    padding-bottom: 13.3333333333vw;
  }
  .section__inner {
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}

/* #info_box
----------------------------------------------------------------------------- */
#info_box{
  background: #f5f3e5;
}

#info_box #annotation{
  background-color: #FFFFFF;
  padding-top: 50px;
}
#info_box .annotation_inner{
  width: 89.6907216495%;
  max-width: 970px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px;
  text-align: left;
  border: 4px solid #007a48;
  background-color: #ffffff;
  font-size: 20px;
}
footer .annotation_ttl{
  text-align: center;
}

footer .annotation_ttl span{
  text-align: center;
  position: relative;
  padding-left: 30px;
  display: inline-block;
  color: #007a48;
  font-weight: bold;
}

footer .annotation_ttl  span::after {
  position: absolute;
  background: url(../img/annotation_ttl.svg) no-repeat center;
  background-size: cover;
  left: 0;
  top: 6px;
  content: '';
  width: 23px;
  height: 23px;
}

#info_box #agency_info{
  background-color: #FFFFFF;
  padding: 30px 0 50px;
}
#info_box #agency_info .point_inner{
  width: 89.6907216495%;
  max-width: 970px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 30px 40px;
  text-align: left;
  background-color: #F5F2E9;
  font-size: 2.3rem;
}
footer .point .point_ttl {
  color: inherit;
  font-weight: bold;
  margin-bottom: 20px;
}
footer .point .point_company{
  font-weight: bold;
}

#info_box #dlpo_footer{
  width: 89.6907216495%;
  max-width: 970px;
  margin: 0 auto;
}

#info_box #contact {
  padding: 2.5rem 0;
  text-align: center;
}

#info_box #contact h2 {
  font-size: 3.2rem;
  border-bottom: 1px solid #34784c;
  font-weight: 500;
  padding-bottom: 0.2rem;
  margin-bottom: 2rem;
}

#info_box #contact .no a {
  color: #34784c;
  font-weight: 700;
  font-size: 3.8rem;
}

#info_box #contact .no a:before {
  content: '';
  display: inline-block;
  position: relative;
  top: .3rem;
  width: 3.5rem;
  height: 3.5rem;
  margin-right: .5rem;
  background: url(../img/contact_tel.svg) no-repeat center;
  background-size: 100% auto;
}

#info_box #contact .time {
  font-size: 1.8rem;
  margin-top: 1.8rem;
}

#info_box #contact .time h3 {
  margin-bottom: 1rem;
  font-weight: 400;
}

#info_box #contact .notes {
  font-size: 1.4rem;
  margin-top: 1.7rem;
}

#info_box #company {
  padding: 1.7rem 0 3rem;
  text-align: center;
  border-bottom: 1px solid #3d3d3d;
}

#info_box #company h2 {
    font-size: 2rem;
    padding: .5rem 0;
    background: #fff;
    font-weight: normal;
}

#info_box #company .logo {
  margin-top: 3rem;
  display: block;
}

#info_box #company .logo img {
  width: 21rem;
}

#info_box #company .address {
  margin-top: 2rem;
  font-size: 2rem;
}


#info_box .m_box_fixed {
  position: relative;
  padding: 0 1.5rem 11rem;
}

#info_box em {
    font-weight: 700;
    font-style: normal;
    color: inherit;
    text-decoration: none;
}

@media only screen and (max-width: 767px) {
  
#info_box .annotation_inner{
  padding: 20px;
  font-size: 14px;
  border: 3px solid #007a48;
}

footer .annotation_ttl span{
  padding-left: 25px;
}

footer .annotation_ttl  span::after {
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
}

  #info_box #agency_info .point_inner{
    padding: 20px;
    font-size: 1.4rem;
  }
  footer .point .point_ttl {
    margin-bottom: 10px;
  }
  #info_box #contact .no a {
    font-size: 2.5rem;
  }

  #info_box #contact .no a:before {
    width: 2.5rem;
    height: 2.5rem;
  }

  #info_box #contact .time {
    font-size: 1.7rem;
  }

  #info_box #contact .time h3 {
    font-size: 1.4rem;
    margin-bottom: 0rem;
  }

  #info_box #contact .time p {
    font-size: 1.5rem;
  }

  #info_box #contact .notes {
    font-size: 1.0rem;
    margin-top: 0.7rem;
  }
  
  #info_box #company h2 {
    font-size: 1.5rem;
    padding: 0 0;
  }
  
  #info_box #company .logo {
    margin-top: 1.5rem;
  }
  
  #info_box #company .logo img {
    width: 14.0rem;
  }
  
  #info_box #company .address {
    font-size: 1.4rem;
  }
  #info_box .m_box_fixed {
    padding-bottom: 7rem;
  }
  
}

/* .fv
----------------------------------------------------------------------------- */
.fv-start {
  background: #fff6ec;
}
.fv-start__title {
  max-width: 970px;
  margin: 0 auto;
}
.fv-start__title img {
  width: 100%;
}
.fv-end {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFF;
  padding: 1.5em 2em 2em;
}
.fv-end__image01 {
  width: 536px;
  min-height: 0%;
}
.fv-end__image02 {
  width: 650px;
  min-height: 0%;
  margin-bottom: 20px;
}
.fv-end__notes {
  text-align: center;
  font-size: 87.5%;
  margin: 2em 0 3em;
}
@media only screen and (max-width: 767px) {
  .fv-end {
    padding: 1em 2em;
  }
  .fv-end__image01 {
    width: 71.4666666667vw;
  }
  .fv-end__image02 {
    width: 88vw;
  }

  .fv-end__notes {
    font-size: 2vw;
    margin-top: 1.5em;
  }
}

/* .example
----------------------------------------------------------------------------- */
.example {
  background: #fffaeb;
  padding-top: 20px;
  padding-bottom: 40px;
}
.example__list {
  display: flex;
  justify-content: space-around;
  align-items: flex-end;
}
.example__list .item-dog {
  width: 46.391%;
  max-width: 450px;
}
.example__list .item-cat {
  width: 43.608%;
  max-width: 423px;
}
@media only screen and (max-width: 767px) {
  .example {
    padding-top: 0;
    padding-bottom: 4vw;
  }
  .example__list {
    justify-content: space-between;
  }
  .example__list .item-dog {
    width: 49.8666666667vw;
  }
  .example__list .item-cat {
    width: 49.3333333333vw;
  }
}

/* .protection
----------------------------------------------------------------------------- */
.protection-top__title {
  text-align: center;
  font-size: 4.5rem;
  line-height: 1.0;
  letter-spacing: 0.08em;
  margin: 0 auto
}
.protection-top__title span{
  font-size: 1.5rem;
}
.protection .js-slider{
  margin-top: 30px;
}
.protection-end {
  width: 87.62%;
  max-width: 850px;
  margin: 120px auto 0;
}
.protection-end__title {
  position: relative;
  text-align: center;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0.9em 1.5em 0.9em;
  margin-bottom: 1em;
  background: #FFF;
  border: 4px dotted #f39800;
  border-radius: 0.1em;
}
.protection-end__title__ballon {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateX(-50%) translateY(-45%);
  width: 151px;
}
.protection-end__title__ballon img {
  width: 100%;
}
.protection-end__list .item:not(:first-of-type) {
  margin-top: 1.75em;
}
@media only screen and (max-width: 767px) {
  .protection-top__title {
    font-size: 6vw;
  }
  .protection-top__title span{
    font-size: 3vw;
  }
  .protection-end {
    width: 100%;
    margin: 10.6666666667vw auto 0;
  }
  .protection-end__title {
    font-size: 6.4vw;
    letter-spacing: 0.02em;
    padding: 0.5em 0.5em 0.5em 4em;
    margin-right: -5.3333333333vw;
    margin-bottom: 1em;
    margin-left: -5.3333333333vw;
    border-width: 0.6666666667vw;
    border-right: none;
    border-left: none;
    border-radius: 0;
  }
  .protection-end__title__ballon {
    top: 50%;
    left: 8vw;
    transform: translateX(0) translateY(-50%);
    width: 20.1333333333vw;
  }
  .protection-end__list {
    padding: 0 2.6666666667vw;
  }
  .protection-end__list .item:not(:first-of-type) {
    margin-top: 1.5em;
  }
}

/* .reason
----------------------------------------------------------------------------- */
.reason {
  padding-top: 0;
}
.reason__title {
  text-align: center;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.08em;
  padding: 0.9em 1.5em;
  background: #00743f;
  color: #FFF;
}
.reason-nav {
  background: #fffaeb;
  padding: 30px 0;
}
.reason-nav__menu {
  width: 89.6907216495%;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  display: flex;
  justify-content: center;
  gap: 0 2em;
}
@media only screen and (max-width: 767px) {
  .reason-nav__menu {
    width: 100%;
  }
}
.reason-nav__menu .menu-item {
  width: 24.484%;
}
.reason-nav__menu .menu-item a {
  transition: opacity 0.2s ease;
}
.reason-nav__menu .menu-item a:hover {
  opacity: 0.8;
}
.reason-item {
  text-align: center;
  padding-top: 105px;
}
.reason-item:nth-of-type(2) {
  padding-top: 150px;
}
.reason-item__inner {
  background: #FFF;
  border-radius: 20px;
  box-shadow: 0.25em 0 0.5em rgba(0, 0, 0, 0.2);
}
.reason-item-header {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f6ed42;
  color: #222;
  height: 205px;
  padding: 0.5em 4.5% 0.5em 10%;
  border-radius: 20px 20px 0 0;
}
.reason-item-header__title {
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}
.reason-item-header__title .fs-md {
  font-size: 106.7%;
}
.reason-item-header__title .fs-lg,
.reason-item-header__title .fs-xl {
  font-size: 150%;
  line-height: 1.2;
}
.reason-item-header__ballon {
  position: absolute;
  top: 50%;
  left: 3.6%;
  transform: translateY(-50%);
}
.reason-item-header__ballon.reason1_head_img_01 {
  width: 25.618%;
  max-width: 248.5px;
}
.reason-item-header__ballon.reason2_head_img_01, .reason-item-header__ballon.reason3_head_img_01 {
  width: 24.536%;
  max-width: 238px;
}
.reason-item-header__image {
  position: absolute;
}
.reason-item-header__image.reason1_head_img_02 {
  top: -32.195%;
  right: 4.639%;
  width: 18.247%;
  max-width: 177px;
}
.reason-item-header__image.reason2_head_img_02 {
  top: -36.585%;
  right: 4.123%;
  width: 20.309%;
  max-width: 197px;
}
.reason-item-header__image.reason3_head_img_02 {
  top: -16.585%;
  right: 2.68%;
  width: 16.288%;
  max-width: 158px;
}
.reason-item-body {
  padding: 60px 4.896% 60px;
}
.reason-item-body__image {
  display: block;
  text-align: center;
}
.reason-item-body__text {
  font-weight: 500;
}
.reason-item-body__text strong {
  font-weight: 500;
}
.reason-item-body__text .fs-lg,
.reason-item-body__text .fs-xl {
  line-height: 1.2;
}
.reason-item1-body__text1 {
  font-size: 3rem;
  margin-bottom: 1.5em;
}
.reason-item1-body__text1 .fs-lg,
.reason-item1-body__text1 .fs-xl {
  font-size: 133.3%;
}
.reason-item1-body__image1 img {
  width: 100%;
}
.reason-item1-body__image2 {
  margin-top: 45px;
}
.reason-item1-body__image2 img {
  width: 53.6%;
  max-width: 469px;
}
.reason-item1-body__image3 {
  margin-top: 50px;
}
.reason-item1-body__image3 img {
  width: 78.857%;
  max-width: 690px;
}
.reason-item2-header {
  padding-left: 8%;
}
.reason-item2-body__text1 {
  text-align: justify;
  font-size: 3rem;
  font-weight: 400;
  letter-spacing: 0.005em;
  margin-bottom: 1.5em;
}
.reason-item2-body__text1 .fs-lg {
  font-size: 133.3%;
}
.reason-item3-header {
  padding-left: 13.5%;
}
.reason-item3-body__text1 {
  font-size: 3rem;
  margin-bottom: 1.5em;
}
.reason-item3-body__text2 {
  font-size: 3rem;
  margin-top: 1.5em;
  margin-bottom: 1.25em;
}
.reason-item3-body__text3 {
  font-size: 3.6rem;
  margin-top: 1em;
  margin-bottom: 1em;
}
.reason-item3-body__image1 img {
  width: 86.457%;
  max-width: 756.5px;
}
.reason-item3-body__image2 img {
  width: 80.971%;
  max-width: 708.5px;
}
.reason-item3 .fv-end__image01 {
  margin: 0 auto;
}
.reason-case {
  text-align: center;
  padding-top: 60px;
}
.reason-case__title {
  margin-bottom: 25px;
}
.reason-case__title img {
  width: 222px;
}
.reason-case__notes {
  display: inline-flex;
  flex-direction: column;
  text-align: left;
  line-height: 1.4;
  margin-top: 2em;
}
.reason-case__notes li {
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media only screen and (max-width: 1069px) {
  .reason-item-header {
    height: 19.1588785047vw;
  }
  .reason-item-header__title {
    font-size: 2.8037383178vw;
  }
}
@media only screen and (max-width: 767px) {
  .reason__title {
    font-size: 6.9333333333vw;
    padding: 0.45em 1.5em 0.5em;
  }
  .reason-nav {
    padding: 5.3333333333vw 0;
  }
  .reason-nav__menu {
    gap: 0 1.3333333333vw;
  }
  .reason-nav__menu .menu-item {
    width: 31.2%;
  }
  .reason-item {
    padding-top: 34.6666666667vw;
  }
  .reason-item:nth-of-type(2), .reason-item:nth-of-type(3) {
    padding-top: 32vw;
  }
  .reason-item__inner {
    border-radius: 2.6666666667vw;
  }
  .reason-item-header {
    height: auto;
    padding: 12vw 4.5% 1em;
    border-radius: 2.6666666667vw 2.6666666667vw 0 0;
  }
  .reason-item-header__title {
    font-size: 5.3333333333vw;
  }
  .reason-item-header__title .fs-sm {
    font-size: 4.2666666667vw;
  }
  .reason-item-header__title .fs-md {
    font-size: 4.8vw;
  }
  .reason-item-header__title .fs-lg {
    font-size: 6.9333333333vw;
  }
  .reason-item-header__title .fs-xl {
    font-size: 8vw;
  }
  .reason-item-header__ballon {
    position: absolute;
    top: -26.4vw;
    left: 50%;
    transform: translateX(-50%) translateY(0%);
  }
  .reason-item-header__ballon.reason1_head_img_01 {
    width: 36.4vw;
    max-width: none;
  }
  .reason-item-header__ballon.reason2_head_img_01, .reason-item-header__ballon.reason3_head_img_01 {
    width: 36.9333333333vw;
    max-width: none;
  }
  .reason-item-header__image.reason1_head_img_02 {
    top: -24.8vw;
    right: 3.3333333333vw;
    width: 22.6666666667vw;
    max-width: none;
  }
  .reason-item-header__image.reason2_head_img_02 {
    top: -24vw;
    right: -4.6666666667vw;
    width: 26.2666666667vw;
    max-width: none;
  }
  .reason-item-header__image.reason3_head_img_02 {
    top: -20.5333333333vw;
    right: 2.6666666667vw;
    width: 21.0666666667vw;
    max-width: none;
  }
  .reason-item-body {
    padding: 8vw 5.3333333333vw 8vw;
  }
  .reason-item1-body__text1 {
    font-size: 5.0666666667vw;
    margin-right: -4.6666666667vw;
    margin-bottom: 1em;
    margin-left: -4.6666666667vw;
  }
  .reason-item1-body__text1 .fs-sm {
    font-size: 3.4666666667vw;
  }
  .reason-item1-body__text1 .fs-lg {
    font-size: 5.0666666667vw;
  }
  .reason-item1-body__text1 .fs-xl {
    font-size: 9.3333333333vw;
  }
  .reason-item1-body__image2 {
    margin-top: 4.6666666667vw;
  }
  .reason-item1-body__image2 img {
    width: 76vw;
    max-width: none;
  }
  .reason-item1-body__image3 {
    margin-top: 5.3333333333vw;
  }
  .reason-item1-body__image3 img {
    width: 76vw;
    max-width: none;
  }
  .reason-item2-body__text1 {
    font-size: 4vw;
  }
  .reason-item2-body__text1 .fs-lg {
    font-size: 100%;
  }
  .reason-item3-header {
    padding-left: 13.5%;
  }
  .reason-item3-body__text1 {
    font-size: 4vw;
    margin-right: -4.6666666667vw;
    margin-left: -4.6666666667vw;
  }
  .reason-item3-body__text2 {
    font-size: 4vw;
  }
  .reason-item3-body__text3 {
    font-size: 4.8vw;
  }
  .reason-item3-body__image1 {
    margin-right: -4.6666666667vw;
    margin-left: -4.6666666667vw;
  }
  .reason-item3-body__image1 img {
    width: 82vw;
    max-width: none;
  }
  .reason-item3-body__image2 {
    margin-right: -4.6666666667vw;
    margin-left: -4.6666666667vw;
  }
  .reason-item3-body__image2 img {
    width: 82.1333333333vw;
    max-width: none;
  }
  .reason-case {
    padding-top: 6.6666666667vw;
  }
  .reason-case__title {
    margin-bottom: 3.3333333333vw;
  }
  .reason-case__title img {
    width: 44.1333333333vw;
  }
  .reason-case__notes {
    font-size: 3.2vw;
    margin-top: 2em;
    padding-right: 4.5em;
  }
}

/* .choose
----------------------------------------------------------------------------- */
.choose {
  padding-top: 0;
  background: #fffaeb;
  text-align: center;
  padding-bottom: 20px;
}
.choose .shindan {
  margin-top: 2em;
}
.txt_link{
  text-align: right;
}
.txt_link a{
  color: #666;
  text-decoration: underline;
  font-size: 14px;
}
.txt_link .links_icon img{
  vertical-align: middle;
  width: 1.5em;
  padding: 0 0 .2em .5em;
}
.choose .shindan .num {
  margin-top: 4rem;
  text-align: right;
  font-size: 1.6rem;
}
.insBtn_co ul {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}
.insBtn_co ul  li:nth-of-type(2) {
  padding-left: 20px;
}


@media only screen and (max-width: 767px) {
  .choose__title {
    height: 28.5333333333vw;
    font-size: 5.6vw;
    padding: 0.9em 0em 0.9em 0.9em;
    margin-bottom: 6.6666666667vw;
  }
  .choose__title > span {
    padding-left: 20vw;
  }
  .choose__title > span::before {
    width: 18vw;
    height: 27.3333333333vw;
  }
  .choose__image img {
    width: 80vw;
  }
  .choose .shindan {
    margin-top: 6.6666666667vw;
  }
  .choose .shindan .num {
    margin-top: 2.5rem;
    font-size: 1.2rem;    
  }
  .insBtn_co ul {
    display: block;
  }
  .insBtn_co ul  li:nth-of-type(2) {
    padding-left: 0px;
    margin-top: 20px;
  }
  
}

/* ==========================================================================
	 block - footer
	 ========================================================================== */
.footer {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  font-size: 75%;
  line-height: 1.2;
  color: #FFF;
  padding: 1.25em 1.5em;
}
.footer__links {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1em;
}
.footer__links li:not(:last-of-type)::after {
  content: "|";
  margin-left: 1em;
}
.footer__links li a {
  color: #FFF;
}
.footer__copyright {
  margin-top: 1em;
}
@media only screen and (max-width: 767px) {
  .footer {
    font-size: 2.6666666667vw;
    padding: 8vw 8vw 4vw;
  }
  .footer__copyright {
    margin-top: 2em;
  }
}
/* ==========================================================================
	CTAボタン
	 ========================================================================== */

#fixedCta {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  background: #e8f4ce;
  padding: 19px 0;
  text-align: center;
  transition: transform .3s, bottom .3s ease-in-out;
  transform: translateY(100%)
}

#fixedCta.is_fixed {
  transform: translateY(0)
}

#fixedCta .wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2.8%
}

#fixedCta .entryBtn  {
  display: flex;
  gap: 10px; 
}

#fixedCta .entryBtn .entry,#fixedCta .entryBtn .document{
  flex: 1 1 auto;

}

#fixedCta .entryBtn a {
  position: relative;
  display: block;
  color: #fff;
  background: #ec9737;
  border: 2px solid #ec9737;
  text-decoration: none;
  border-radius: 100px;
  padding: 5px;
  transition: opacity .3s;
  line-height: 1.8;
  font-size: 3rem;
  font-family: 'Zen Maru Gothic';
  font-weight: 700;
}

#fixedCta .entryBtn a:hover {
  opacity: .5
}

#fixedCta .entryBtn .entry a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #fff;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -0.3em;
}

#fixedCta .entryBtn .document{
  margin-top: 0 !important;
}

#fixedCta .entryBtn .document a{
  background-color: #FFF;
  color: #ec9737;
  border: 4px solid #ec9737;
}

#fixedCta .entryBtn .document a::after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ec9737;
  margin-left: 10px;
  vertical-align: middle;
  margin-top: -0.3em;
}

.js_fixedCta {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  transition: all 0.3s ease;
}

.js_fixedCta.is_fixed {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.js_fixedCta.is_bottom {
  bottom: 36px; 
}
@media screen and (max-width:767px) {
  #fixedCta {
    padding: 10px 0
}

#fixedCta .wrapper {
    padding: 0 2.5641025641vw
}

#fixedCta .entryBtn a {
  font-size: 1.5rem;
  padding: 6px 6px;
}
#fixedCta .entryBtn .entry, #fixedCta .entryBtn .document{
  flex: 1 1 auto;
  min-width: 0;
}
#fixedCta .entryBtn .entry a::after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #fff;
  margin-left: 6px;
  margin-top: -0.3em;
}
#fixedCta .entryBtn .document a{
  border: 2px solid #ec9737;
}    
#fixedCta .entryBtn .document a::after{
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ec9737;
  margin-left: 6px;
  margin-top: -0.3em;
}
.fixedCta .entryBtn .entry a::after {
  margin-top: -0.3em;
}
}
/* ==========================================================================
	かんたん比較早見表
	 ========================================================================== */
.hidden {
  display: none;
}
.hikaku_modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-width: 1140px;
  max-height: 95vh;
  background: #fff;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  z-index: 1001;
  overflow: auto;
}
.modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(43, 46, 56, .9);
  z-index: 1000;
}
.contModal {
  padding: 20px;
  background: #fff;
}
.modalTtl {
  text-align: center;
  color: #007a48;
  border-top: .4rem solid #007a48;
  border-bottom: .4rem solid #007a48;
  margin: 0 0 2rem;
}
.modalTtl p {
  padding: 1rem 0;
  vertical-align: middle;
  line-height: 1;
}
.modalTtl img {
  max-width: 100%;
  height: auto;
}
.compList {
  width: 100%;
}
.compList span.mark {
  padding: 0 .4em
}
/* アイコン画像のスタイル */
.compList .mark img {
  margin: 0 auto;
  width: 30px;
  height: 30px;
  vertical-align: middle;
  padding: 0
}

/* テーブル */
.compList .tSmall {
  font-size: 1.4rem;
}
.compList thead th {
  width: 25%;
  font-size: 1.8rem;
  font-weight: bold;
  border-bottom: .1rem solid #999;
  border-radius: 1rem 1rem 0 0;
  padding: 1rem 0;
  color: #fff
}
.compList tbody th {
  font-weight: bold;
  padding: 1rem 0;
  background: #e8e8e8;
  border-left: .1rem solid #999;
  border-right: .1rem solid #999;
  border-bottom: .1rem solid #999;
  vertical-align: middle;
}
.compList tbody td {
  padding: 1rem 0;
  border-bottom: .1rem solid #999;
  vertical-align: middle;
}
.compList tbody td .tSmall {
  vertical-align: bottom;
}
.compList tbody td:last-child {
  border-bottom: .1rem solid #999;
  border-right: .1rem solid #999
}
.compList tbody td.tInd01 {
  text-indent: 2.2rem
}

/* 各プランの背景色 */
.bgFamily {
  background-color: #007a48;
}
.bgPetit {
  background-color: #f39700;
}
.bgSenior {
  background-color: #7c7497;
}

/* 備考リスト */
.contModal .notes {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: left;
  padding-top: .5rem;
}

@media only screen and (max-width: 768px) {
    .hikaku_modal {
        width: 95%;
        max-width: 600px;
        max-height: 85vh;
        padding-top: 50px;
        overflow-y: auto; /* 縦スクロールを有効化 */
    }
    .contModal{
      padding: 0;
    }
    .modalTtl {
      margin-bottom: 15px;
    }
    /* アイコン画像のスタイル */
    .compList .mark img {
      width: 1.8rem;
      height: 1.8rem;
    }
    .compList .tSmall {
      font-size: 60%;
    }
    .compList thead th {
      font-size: 80%;
  }
    .compList tbody th {
      font-size: 65%;
      padding: 1rem 0.3rem;
  }
    .hikaku_modal .notes {
      font-size: 0.8rem;
    }
}

/*# sourceMappingURL=style.css.map */
