@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

h4 {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  font-weight: bold;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.mt-30 {
  margin-top: -30px;
}

.mt-50 {
  margin-top: -50px;
}

.mt-80 {
  margin-top: -80px;
}

.mt-100 {
  margin-top: -100px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.mt70 {
  margin-top: 70px;
}

.mt80 {
  margin-top: 80px;
}

.mt90 {
  margin-top: 90px;
}

.mt100 {
  margin-top: 100px;
}

/*==========================*/
.font-bold {
  font-weight: bold;
}

.font-s {
  font-size: 1.2rem;
}

.font-bb {
  font-size: 2.6rem;
}

.text-indent01 {
  text-indent: -1em;
  margin-left: 1em;
}
.text-right {
  text-align: right;
}

.slick-slider {
  margin-bottom: 0px;
}

.slick-initialized .slick-slide {
  display: block;
  margin-left: 50px;
}

.slider-2 {
  width: 600px;
  height: 400px;
  margin: 0 40px;
  position: relative;
  overflow: hidden;
}

.slider-2 .slick-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-2 .slick-arrow {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #3cb27a;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  bottom: 10px;
  top: auto;
  z-index: 1;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.slider-2 .slick-arrow:hover {
  background: #000;
}

.slider-2 .slick-arrow::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border: 1px solid #fff;
  border-width: 3px 3px 0 0;
  position: absolute;
  top: 10px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.slider-2 .slick-next {
  right: 125px;
}

.slider-2 .slick-prev {
  right: 185px;
}

.slider-2 .slick-next::before {
  left: 9px;
}

.slider-2 .slick-prev::before {
  border-width: 0 0 3px 3px;
  right: 9px;
}

.dots-2 .slick-dots {
  text-align: center;
}

.dots-2 .slick-dots li {
  display: inline-block;
}

.dots-2 .slick-dots button {
  display: block;
  width: 10px;
  height: 10px;
  margin: 6px;
  font-size: 0;
  padding: 0;
  border: 0;
  outline: none;
  cursor: pointer;
  background: #bcbcbc;
  border-radius: 50%;
}

.dots-2 .slick-dots .slick-active button {
  background: #0a467d;
}

@media screen and (max-width: 960px) {
  .slider-2 {
    width: 100%;
    height: 65vw;
    margin: 0 0px;
    position: relative;
    overflow: hidden;
  }
  .slider-2 img {
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slider-2 .slick-slide img {
    display: block;
    width: 100%;
    height: 50vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-initialized .slick-slide {
    margin-left: 20px;
  }
}
/* sec-map-home
------------------------------------------------------------- */
.sec-map-home {
  padding: 45px 0 80px;
  background-color: #fff;
  margin: 0 auto;
}

.map_margin_bottom {
  margin-bottom: 2rem;
}

.sec-map-home .m-list-plan-global {
  margin-top: 48px;
}

.sec-map-home .m-btn-01 {
  max-width: 262px;
}

.location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #2faf73;
  -webkit-box-shadow: 4px 4px 0px 2px #1f744c;
  box-shadow: 4px 4px 0px 2px #1f744c;
  width: 100%;
  padding: 12px 0;
  margin: 28px auto 0;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.location div {
  position: relative;
  bottom: -2px;
  margin-right: 10px;
  width: 18px;
  height: auto;
}

.location div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.location .currentButton {
  line-height: 1;
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  padding: 14px 0;
}

.location:hover {
  opacity: 0.8;
}

#google_map_click_button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 48px 0 30px 0;
}

#google_map_click_button_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 48px 0 18px 0;
}

#google_map_click_button_home {
  width: 100%;
  margin: 0px 0 18px 0;
}

.area_map_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /*justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  gap: 0px 1%;
}

.area_map_none {
  display: none;
}

#google_map_area {
  width: 100%;
  margin: 40px 0 30px 0;
}

.google_map_click_text {
  /*font-family: 'Noto Serif JP', serif;*/
  text-align: center;
  background-color: #f3f3f3;
  margin: 0;
  cursor: pointer;
  font-weight: 500;
}

.click_text_home {
  font-size: 1.8rem;
  padding: 0.7rem 0 0.9rem;
  width: 11.5%;
  border-radius: 8px;
}

.click_text_area {
  font-size: 1.5rem;
  padding: 0.6rem 0 0.7rem;
  width: 24%;
  margin-bottom: 1.8rem;
  border-radius: 4px;
}

.google_map_click_active {
  background: -webkit-gradient(linear, left top, left bottom, from(#2faf73), to(#57c152));
  background: linear-gradient(180deg, #2faf73, #57c152);
  color: #fff;
}

#kita_map {
  width: 100%;
  margin: 0;
}

.google_map_height_home {
  height: 380px;
}

.google_map_height {
  height: 560px;
}

.google_map_text {
  margin: 0;
  text-align: center;
  font-size: 1.6rem;
  font-weight: 600;
  margin: 0 0 1rem;
  color: #5d77b2;
}

.area {
  margin: 0;
  text-align: center;
  font-size: 1.3rem;
  font-weight: 300;
  margin: 0.5rem 0 0;
}

.google_map_img {
  margin: 0 auto;
  width: 100%;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.sec-map-home__text {
  text-align: center;
  font-size: 2.6rem;
  font-weight: 600;
  margin-top: 1.8461538462em;
  margin-bottom: 0.5384615385em;
  line-height: 1.5909090909;
}

.google_map_link {
  text-decoration: none;
}

@media screen and (max-width: 960px) {
  .sec-map-home {
    padding: 35px 0 20px;
  }
  .sec-map-home .m-list-plan-global {
    margin-top: 35px;
  }
  .sec-map-home__text {
    font-size: 2.2rem;
    margin-bottom: 1.3636363636em;
  }
}
@media screen and (max-width: 480px) {
  .google_map_height_home,
  .google_map_height {
    height: 280px;
  }
  .currentButton {
    padding: 20px 0;
  }
  #google_map_click_button {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 48px 0 10px 0;
  }
  #google_map_click_button_area {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 28px auto 22px;
  }
  #google_map_click_button_home {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: left;
    margin: 0px auto 10px;
  }
  .google_map_click_text {
    font-size: 1.6rem;
  }
  .click_text_home {
    width: 47%;
    margin: 0 0 1.8rem;
    padding: 0.7rem 0 0.8rem;
  }
  .click_text_area {
    font-size: 1.5rem;
    padding: 0.6rem 0 0.7rem;
    width: 22%;
    margin: 0 1rem 1.8rem;
    border-radius: 6px;
  }
}
/* sec-flower-home
------------------------------------------------------------- */
.sec-flower-home {
  padding: 50px 0 75px 0;
  background: url(../img/top/bg_flower_pc.png) no-repeat top left;
  background-size: cover;
  /*1016*/
  display: none;
}

.sec-flower-home .m-btn-01 {
  margin-left: auto;
}

.sec-flower-home__text {
  font-size: 1.6rem;
  margin-top: 3em;
  margin-bottom: 2.1875em;
  line-height: 2;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 961px) {
  .sec-flower-home__detail {
    width: 53.431372549%;
    margin-left: auto;
  }
}
@media screen and (max-width: 960px) {
  .sec-flower-home {
    padding: 40px 0 45px;
    background: url(../img/top/bg_flower_sp.png) no-repeat top left #f2f4f4;
    background-size: contain;
  }
  .sec-flower-home .m-btn-01 {
    margin-right: auto;
  }
  .sec-flower-home__text {
    font-size: 1.5rem;
    margin-top: 12vw;
    line-height: 1.8666666667;
  }
}
@font-face {
  font-family: "roboto"; /* フォント名 */
  /* フォーマットごとにパスを指定 */
  src: url("../font/Roboto-Bold.ttf") format("truetype");
}
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  line-height: 1.6;
}

a {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

h2,
h3 {
  margin: 0px;
}

.sp-d {
  display: none;
}

.pc-d {
  display: block;
}

p {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  margin-bottom: 15px;
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.roboto {
  font-family: "roboto";
}

figure,
ul,
ol,
dl,
dd {
  display: block;
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
  -webkit-padding-start: 0px;
          padding-inline-start: 0px;
  list-style: none;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "YuMincho", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.btn_green {
  background: #3cb27a;
  color: #fff;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px;
  width: 95%;
  border-radius: 30px;
  display: block;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.btn_green:hover {
  background: #000;
}

.btn_yellow {
  background: #fff57f;
  color: #3cb27a;
  text-decoration: none;
  font-size: 1.6rem;
  padding: 15px;
  width: 95%;
  border-radius: 30px;
  text-align: center;
  position: relative;
  font-weight: bold;
}
.btn_yellow:hover {
  background: #000;
}

.btn_arrow::after {
  content: "";
  border: 1px solid #fff;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}
.btn_arrow::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: calc(50% - 2px);
}

.btn_arrow_g::after {
  content: "";
  border: 1px solid #3cb27a;
  width: 14px;
  height: 14px;
  display: block;
  border-radius: 20px;
  position: absolute;
  right: 20px;
  top: calc(50% - 7px);
}
.btn_arrow_g::before {
  content: "";
  width: 4px;
  height: 4px;
  border: 1px solid;
  border-color: #3cb27a #3cb27a transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 26px;
  top: calc(50% - 2px);
}

.next_btn {
  text-align: right;
  padding: 0 40px;
  margin-bottom: 0px;
  color: #c8625e;
  text-decoration: none;
  font-size: 1.6rem;
  position: relative;
}
.next_btn::after {
  content: "";
  background: url(../images/red_link.svg);
  width: 20px;
  height: 20px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: bottom;
}

#page-top {
  position: fixed;
  z-index: 0;
  right: 26px;
  bottom: 110px;
  z-index: 100;
}

#page-top > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  background: -webkit-gradient(linear, left top, right top, from(#27a76b), to(#64d06a));
  background: linear-gradient(90deg, #27a76b, #64d06a);
  text-decoration: none;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.16);
}

#page-top > a img {
  padding-bottom: 3px;
}

figure span {
  display: block;
  position: relative;
  width: 100%;
}
figure span img {
  left: 0;
  top: 0;
  max-width: none;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
figure span img::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.text-g {
  color: #3cb27a;
}

.text-y {
  color: #fff57f;
}

.border-g {
  border: 1px solid #3cb27a;
  border-radius: 5px;
  padding: 2px 10px;
}

.l-header {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-header.fixed {
  position: fixed;
  background: #fff;
  z-index: 5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
.l-header.fixed .l-header-inner {
  margin-top: 40px;
  height: 110px;
}
.l-header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 1280px;
  margin: auto;
}
.l-header-inner nav a {
  color: #000;
  text-decoration: none;
  font-size: 1.7rem;
}
.l-header-logo {
  width: 20%;
  position: relative;
  /*z-index: 10;*/
}
.l-header-info {
  width: 80%;
}
.l-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.l-header-flex span {
  margin-left: 5px;
}
.l-header-tel {
  font-size: 3.5rem;
  font-weight: bold;
  color: #3cb27a;
  position: relative;
  margin-right: 10px;
}
.l-header-tel a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #3cb27a;
}
.l-header-tel::before {
  content: "";
  background: url(../images/header_tel.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: calc(50% - 15px);
  left: -35px;
}
.l-header .l-header-nav {
  margin-top: 5px;
}
.l-header .l-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.l-header .l-header-nav ul li {
  margin-left: 20px;
}
.l-header .openbtn {
  display: none;
}

.mv {
  height: 70vh;
  min-height: 650px;
  background: #36a26c;
  margin-top: -40px;
  background-image: url(../images/mv_bg.jpg);
  /*h1{
    position: absolute;
    left: 50%;
    transform: translate(-100%, 5%);
  }*/
}
.mv-inner {
  height: 100%;
  background-image: url(../images/mv_ph.png);
  background-repeat: no-repeat;
  background-position: right;
  background-size: 50%;
  position: relative;
}
.mv-inner_ttl {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-100%, 5%);
          transform: translate(-100%, 5%);
}
.mv-inner_h1 {
  border-radius: 20px;
  width: 60%;
  font-size: 1.8rem;
  text-align: center;
  padding: 5px 0;
  margin: 20px auto 10px;
  background: #3cb27a;
  position: relative;
  color: #fff;
  border: 2px solid #fff;
}
.mv-inner_h1::after {
  /*content: '';
  width: 0;
  height: 0;
  border-left: 0px solid transparent;
  border-right: 10px solid transparent;
  border-top: 20px solid #ffffff;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 20px);*/
  content: "";
  border-right: 15px solid transparent;
  border-top: 16px solid #3cb27a;
  position: absolute;
  bottom: -13px;
  left: calc(50% - 8px);
}
.mv-inner_h1::before {
  content: "";
  border-right: 17px solid transparent;
  border-top: 15px solid white;
  position: absolute;
  bottom: -16px;
  left: calc(50% - 10px);
}

.l-contact {
  color: #fff;
}
.l-contact-inner {
  width: 1100px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.7rem;
  border-radius: 10px;
  -webkit-box-shadow: 0px 5px 15px rgba(127, 127, 127, 0.5803921569);
          box-shadow: 0px 5px 15px rgba(127, 127, 127, 0.5803921569);
}
.l-contact .l-contact-ttl {
  font-size: 3.5rem;
  background: url(../images/dotted_white.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  margin-bottom: 20px;
  padding-bottom: 10px;
}
.l-contact-tel {
  width: 50%;
  background: #e27e86;
  padding: 30px 50px 10px 50px;
  border-radius: 10px 0 0 10px;
  position: relative;
}
.l-contact-tel h2::after {
  content: "";
  background: url(../images/l-contact_tel.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
}
.l-contact-doc {
  width: 50%;
  background: #74c5bd;
  padding: 30px 50px 10px 50px;
  border-radius: 0px 10px 10px 0px;
  position: relative;
}
.l-contact-doc h2::after {
  content: "";
  background: url(../images/l-contact_doc.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 20px;
}
.l-contact-telnumber {
  font-size: 5.5rem;
  font-weight: bold;
  color: #fff57f;
  margin-top: -5px;
  position: relative;
  padding-left: 60px;
  text-decoration: underline;
  font-family: "roboto";
}
.l-contact-telnumber a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #fff57f;
}
.l-contact-telnumber::before {
  content: "";
  background: url(../images/l-contact_tel_icon.svg);
  width: 50px;
  height: 50px;
  position: absolute;
  background-repeat: no-repeat;
  left: 0px;
  top: calc(50% - 25px);
}

.l-inner {
  width: 1000px;
  margin: 0 auto;
  /*overflow: hidden;*/
}

.page_ttl {
  text-align: center;
  font-size: 3rem;
  line-height: 1;
}
.page_ttl_img {
  display: block;
  text-align: center;
}
.page_ttl_img .pc-d {
  display: inline-block;
}
.page_ttl span {
  color: #c0272d;
  font-size: 7.5rem;
}

.reason {
  background: #fbf3df;
  padding: 30px 30px 200px;
  font-size: 1.6rem;
}
.reason .page_ttl {
  margin-top: 100px;
}
.reason_box {
  background: #fff;
  padding: 40px 50px;
  border-radius: 10px;
  position: relative;
  z-index: 2;
}
.reason_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.reason_box_plan {
  background: #f1f1f1;
  padding: 40px;
  border-radius: 10px;
  margin-top: 30px;
}
.reason .point01 .reason_box_txt {
  width: 80%;
}
.reason .point01 .reason_box_ph {
  margin-right: -200px;
  margin-left: 50px;
}
.reason .point02 .reason_box_ph {
  margin-right: 50px;
  margin-left: -20px;
}
.reason .point03 .reason_box_ph {
  margin-left: 50px;
}
.reason .box_ttl {
  font-size: 2.2rem;
  margin-bottom: 1em;
  line-height: 2;
}
.reason .box_ttl .font_red {
  color: #c0272d;
  background: url(../images/dotted_red.svg);
  background-repeat: repeat-x;
  background-position: bottom;
  padding: 8px;
}
.reason_box_plan01 {
  background: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  width: 93%;
}
.reason_box_plan01 .reason_box_flex {
  padding: 5px 30px;
}
.reason_box_plan02 {
  background: #fff;
  border-radius: 10px;
  width: 93%;
}
.reason_box_plan02 .reason_box_flex {
  padding: 5px 30px;
}
.reason_box_plan figure {
  margin-left: 20px;
}
.reason_box_plan h4.reason_box_plan_ttl {
  background: #84cabe;
  color: #fff;
  font-size: 2rem;
  padding: 0px 10px;
  border-radius: 10px 10px 0 0;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 1em;
}
.reason_box_plan h4.reason_box_plan_ttl .no {
  padding: 0 20px 0 10px;
  margin-right: 15px;
  position: relative;
  font-size: 2.5rem;
}
.reason_box_plan h4.reason_box_plan_ttl .no::after {
  content: "";
  border-left: 1px solid #fff;
  height: 200%;
  height: 50px;
  top: -5px;
  right: 0px;
  position: absolute;
}
.reason_box_etc {
  background: #fff;
  border-radius: 10px;
  width: 60%;
  position: relative;
}
.reason_box_etc::after {
  content: "";
  background: url(../images/plan_plus.png);
  width: 80px;
  height: 80px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  left: -65px;
  top: calc(50% - 40px);
}
.reason_box_etc h4 {
  border-bottom: 2px solid #f1f1f1;
}
.reason_box_etc h4 span {
  padding: 20px;
  text-align: center;
  display: block;
}
.reason_box_etc ul {
  padding: 20px;
}
.reason_box_etc ul li::before {
  content: "●";
}
.reason_box_etc p {
  padding: 0 20px;
}

.comparison {
  background: #3cb27a;
  padding: 50px;
  position: relative;
  margin-top: -100px;
  z-index: 0;
  padding-bottom: 150px;
}
.comparison h2 span {
  color: #fff;
}
.comparison::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 250px 1200px;
  border-color: transparent transparent #3cb27b transparent;
  position: absolute;
  top: -220px;
  right: 0px;
}
.comparison::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 1200px 250px 0px;
  border-color: transparent transparent #3cb27b transparent;
  position: absolute;
  top: -220px;
  left: 0px;
}
.comparison_box {
  background-color: #fff;
  border-radius: 10px;
  padding: 50px 30px 30px;
  margin-top: 40px;
  position: relative;
}
.comparison_fukidashi {
  position: absolute;
  right: 0px;
  top: -25px;
}
.comparison_price {
  background: url(../images/comparison_back.png);
  background-position: left top;
  background-repeat: no-repeat;
  padding-bottom: 50px;
}
.comparison_price dl {
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.comparison_price dl.hikaku {
  color: #fff;
  height: 57px;
}
.comparison_price dl.hikaku dd {
  padding-top: 20px;
  width: 13%;
}
.comparison_price dl.hikaku dd:last-child {
  padding-top: 10px;
  font-size: 3rem;
}
.comparison_price dl dt {
  width: 15.5%;
  text-align: center;
}
.comparison_price dl dd {
  width: 13%;
  text-align: center;
  margin-right: 2.5%;
  font-family: "roboto";
}
.comparison_price dl dd.main_price {
  font-size: 3.5rem;
  color: #c0272d;
  font-weight: bold;
  line-height: 1.4;
}
.comparison_price dl dd.main_price span {
  font-size: 2rem;
}
.comparison_price dl dd.main_price span.tax {
  display: block;
  color: #000;
  font-size: 1.6rem;
  line-height: 1;
}
.comparison_price dl dd:last-child {
  width: 37%;
  margin-right: 3%;
}

.plan {
  background: #fbf3df;
  padding: 0 0 100px 0;
}
.plan .page_ttl {
  margin-top: 80px;
}
.plan .icon_no1 {
  position: absolute;
  right: -30px;
  top: -30px;
}
.plan .plan_box {
  position: relative;
  border: 3px solid #3cb27a;
  border-radius: 10px;
  background: #fff;
  margin-top: 30px;
  -webkit-box-shadow: 5px 5px 0px 0px #b2b2b2;
          box-shadow: 5px 5px 0px 0px #b2b2b2;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.plan .plan_box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.plan .plan_box a {
  text-decoration: none;
  color: #000;
}
.plan .plan_box_ttl {
  background: #3cb27a;
  color: #fff;
  width: 65%;
  border-radius: 0 0 10px 0;
  font-size: 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.plan .plan_box_people {
  background: #fbf3df;
  color: #000;
  font-size: 1.5rem;
  position: relative;
  padding: 2px 10px;
  margin-left: 45px;
  border-radius: 0 3px 3px 0;
  font-weight: bold;
}
.plan .plan_box_people::after {
  content: "";
  width: 28px;
  height: 28px;
  position: absolute;
  left: -30px;
  background: url(../images/plan_people.svg);
  background-repeat: no-repeat;
  top: 0px;
}
.plan .plan_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.plan .plan_box_contentslist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 30px;
  width: 100%;
}
.plan .plan_box_contentslist ul {
  margin-right: 20px;
}
.plan .plan_box_contentslist ul li {
  background: #29865b;
  color: #fff;
  padding: 1px 20px;
  border-radius: 3px;
  margin-bottom: 5px;
  font-size: 1.8rem;
}
.plan .plan_box_contents_txt {
  font-size: 1.8rem;
  padding: 30px 30px 5px;
}
.plan .plan_box_contentsprice .mainprice {
  font-size: 6.5rem;
  color: #c0272d;
  font-weight: bold;
  position: relative;
  margin-top: -0.3em;
  font-family: "roboto";
}
.plan .plan_box_contentsprice .mainprice span {
  font-size: 4.5rem;
}
.plan .plan_box_contentsprice .mainprice span::after {
  content: "（税抜）";
  font-size: 1.8rem;
  position: absolute;
  width: 4em;
  height: 20px;
  top: 20px;
  right: -15px;
}
.plan .plan_box_contentsprice .mainprice span.en::after {
  display: none;
}
.plan .plan_box_contentsprice .subprice {
  font-size: 3rem;
  font-weight: bold;
  margin-top: -1.3em;
  margin-left: 10px;
  font-family: "roboto";
}
.plan .plan_box_contentsprice .subprice span {
  font-size: 2rem;
}
.plan .plan_box_ph {
  width: 40%;
  background: url(../images/plan01_ph.jpg);
  background-size: cover;
  background-position: center;
}

.plan .plan_box02 {
  border: 3px solid #b5a0b4;
}
.plan .plan_box02 .plan_box {
  border: 3px solid #b5a0b4;
}
.plan .plan_box02 .plan_box_ttl {
  background: #b5a0b4;
}
.plan .plan_box02 .plan_box_contentslist ul li {
  background: #b5a0b4;
}
.plan .plan_box02 .plan_box_ph {
  background: url(../images/plan02_ph.jpg);
  background-size: cover;
  background-position: center;
}
.plan .plan_box03 {
  border: 3px solid #8f8784;
}
.plan .plan_box03 .plan_box {
  border: 3px solid #8f8784;
}
.plan .plan_box03 .plan_box_ttl {
  background: #8f8784;
}
.plan .plan_box03 .plan_box_contentslist ul li {
  background: #8f8784;
}
.plan .plan_box03 .plan_box_ph {
  background: url(../images/plan03_ph.jpg);
  background-size: cover;
  background-position: center;
}
.plan .plan_box04 {
  border: 3px solid #5ba8ba;
}
.plan .plan_box04 .plan_box {
  border: 3px solid #5ba8ba;
}
.plan .plan_box04 .plan_box_ttl {
  background: #5ba8ba;
}
.plan .plan_box04 .plan_box_contentslist ul li {
  background: #5ba8ba;
}
.plan .plan_box04 .plan_box_ph {
  background: url(../images/plan04_ph.jpg);
  background-size: cover;
  background-position: center;
}
.plan .plan_box05 {
  border: 3px solid #cc8899;
}
.plan .plan_box05 .plan_box {
  border: 3px solid #cc8899;
}
.plan .plan_box05 .plan_box_ttl {
  background: #cc8899;
}
.plan .plan_box05 .plan_box_contentslist ul li {
  background: #cc8899;
}
.plan .plan_box05 .plan_box_ph {
  background: url(../images/plan05_ph.jpg);
  background-size: cover;
  background-position: center;
}

.map .page_ttl {
  margin-top: 80px;
  margin-bottom: 40px;
}
.map .panel {
  display: none;
}
.map .panel.active {
  display: block;
}
.map .area_map_flex .click_text_area {
  border: 1px solid #3cb27a;
  padding: 15px 0;
  display: block;
  border-radius: 30px;
  text-align: center;
  color: #3cb27a;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
  background: #fff;
  width: 24%;
}
.map .area_map_flex .click_text_area:hover {
  background: #eaf3ec;
}
.map .area_map_flex .click_text_area.google_map_click_active {
  background: #3cb27a;
  color: #fff;
}
.map_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0;
}
.map_list ul li {
  width: 18%;
  margin-bottom: 15px;
}
.map_list ul li a {
  border: 1px solid #3cb27a;
  padding: 15px;
  display: block;
  border-radius: 30px;
  text-align: center;
  color: #3cb27a;
  text-decoration: none;
  font-size: 1.5rem;
  font-weight: bold;
}
.map_list ul li a:hover {
  background: #eaf3ec;
}
.map_list ul li a.activ {
  background: #3cb27a;
  color: #fff;
}
.map_address_box {
  margin-top: 50px;
  border-bottom: #36a26c dotted 2px;
  padding-bottom: 30px;
}
.map_address_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.map_address_info {
  width: 48%;
  font-size: 1.6rem;
}
.map_address_info h3 {
  font-size: 3rem;
}
.map_address_info .btn_green {
  max-width: 300px;
}
.map_address_tag {
  margin-bottom: 10px;
}
.map_address_tag li {
  border: 1px solid #3cb27a;
  color: #3cb27b;
  padding: 2px 5px;
  display: inline-block;
  border-radius: 5px;
  margin-right: 3px;
}
.map_address_ph {
  width: 48%;
}
.map_address_ph img {
  width: 100%;
}

.voice {
  background: #3cb27a;
  padding-top: 10px;
  margin-top: 170px;
  padding-bottom: 50px;
  background: #3cb27a;
}
.voice .page_ttl {
  margin-top: 100px;
  margin-bottom: 50px;
  color: #fff;
}
.voice_box {
  background: #fff;
  border-top: 3px solid #75d171;
  padding: 20px 0 10px;
  position: relative;
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.voice_box:hover {
  opacity: 0.8;
}
.voice_box a {
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  top: 0px;
  left: 0px;
  z-index: 1;
}
.voice_box::after {
  content: "";
  background: url(../images/voice_icon.jpg);
  position: absolute;
  width: 40px;
  height: 40px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 20px;
  left: 20px;
}
.voice_box_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.voice_box_ph {
  width: 20%;
}
.voice_box_ph figure {
  position: relative;
}
.voice_box_ph figure::before {
  content: "";
  display: block;
  padding-top: 56.25%;
}
.voice_box_ph img {
  border-radius: 5px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0px;
  top: 0px;
  max-width: none;
  width: 100%;
  height: 100%;
}
.voice dl {
  margin-left: 8%;
  width: 65%;
}
.voice dt {
  font-size: 2.6rem;
  border-bottom: 1px solid #999999;
  padding: 0px 0 10px;
}
.voice dt p {
  margin-top: 5px;
  margin-bottom: 0px;
}
.voice dt span {
  font-size: 1.5rem;
  display: block;
}
.voice dd {
  padding: 10px 0;
  font-size: 1.6rem;
}
.voice dd span.voice_ttl {
  color: #29865b;
  display: block;
}
.voice_tag {
  color: #29865b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.voice_tag li {
  border: 1px solid #29865b;
  display: block;
  padding: 1px 5px;
  margin-right: 5px;
  font-size: 1.2rem;
}

.faq {
  background: #fbf3df;
  padding: 50px 0;
}
.faq a {
  color: #c8625e;
}
.faq .page_ttl {
  margin-bottom: 50px;
}
.faq .accordion-area li {
  margin: 10px 0;
  background: #fff;
  border-top: 3px solid #87e267;
  padding: 20px;
  margin-bottom: 40px;
}
.faq .accordion-area section {
  background: #fff;
  border-top: 3px solid #87e267;
  padding: 10px 20px;
  margin-bottom: 40px;
}
.faq .faq_title {
  position: relative; /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  padding: 20px 2% 10px 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  font-size: 2rem;
  margin-bottom: 15px;
}
.faq .faq_title::before {
  content: "Q";
  position: absolute;
  top: 5px;
  left: 0px;
  font-size: 3.5rem;
  color: #3cb27a;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.faq .faq_title::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 0px;
  width: 20px;
  height: 20px;
  border-top: 2px solid #3cb27a;
  border-right: 2px solid #3cb27a;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.faq .faq_title.open::after {
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.faq .faq_box {
  display: none;
  font-size: 1.6rem;
  padding: 20px;
}
.faq .m-list-faq > li {
  position: relative;
  z-index: 0;
  padding: 23px 23px 23px 36px;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq .m-list-faq > li:not(:last-child) {
  margin-bottom: 30px;
}
.faq .m-list-faq > li:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: -webkit-gradient(linear, left top, right top, from(#1fcc62), to(#86e669));
  background: linear-gradient(90deg, #1fcc62, #86e669);
}
.faq .m-list-faq > li:hover {
  -webkit-box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 20px rgba(0, 0, 0, 0.16);
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.faq .m-list-faq__title {
  position: relative;
  z-index: 0;
  font-size: 2.4rem;
  font-weight: normal;
  padding-left: 1.875em;
  padding-right: 1.875em;
  line-height: 1.5;
  cursor: pointer;
}
.faq .m-list-faq__title:before {
  content: "Q";
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.1176470588em;
  left: 0;
  font-size: 1.4166666667em;
  font-weight: 400;
  color: #27a76b;
  line-height: 1;
}
.faq .m-list-faq__title:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: 0.75em;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 25px;
  height: 15px;
  background: url(https://sohshiki.jp/wp-content/themes/kita_osoushiki2020/assets/img/common/ico_arw_down_01_gr.svg) no-repeat;
  background-size: contain;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.faq .m-list-faq__title.is-active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}
.faq .m-list-faq__cont {
  display: none;
  padding: 16px 40px 0 45px;
  font-size: 1.6rem;
}
.faq .m-list-faq__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 5px;
}
@media screen and (max-width: 960px) {
  .faq .m-list-faq > li {
    padding: 20px 20px 20px;
    cursor: pointer;
  }
  .faq .m-list-faq > li:not(:last-child) {
    margin-bottom: 20px;
  }
  .faq .m-list-faq__title {
    font-size: 1.8rem;
    padding-left: 1.6666666667em;
  }
  .faq .m-list-faq__title:after {
    width: 22px;
    height: 13px;
  }
  .faq .m-list-faq__cont {
    padding: 10px 0 5px;
  }
}
@media screen and (max-width: 320px) {
  .faq .m-list-faq__title {
    font-size: 1.6rem;
  }
}

.madia {
  padding: 50px;
}
.madia a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}
.madia .page_ttl {
  margin-bottom: 40px;
}
.madia_box {
  position: relative;
  background: #fbf3df;
  padding: 15px 30px;
  border-top: 3px solid #6ad86c;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.madia_box:hover {
  opacity: 0.8;
}
.madia_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.madia_ph {
  margin-right: 20px;
  width: 15%;
}
.madia_ph figure {
  position: relative;
}
.madia_ph figure::before {
  content: "";
  display: block;
  padding-top: 84.25%;
}
.madia_ph img {
  border-radius: 5px;
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  left: 0px;
  top: 0px;
  max-width: none;
  width: 100%;
  height: 100%;
}
.madia_ttl {
  font-size: 2.3rem;
  margin-bottom: 5px;
}

.l-footer {
  margin-top: 100px;
  background: #f1f1f1;
  padding-top: 10px;
  padding-bottom: 100px;
}
.l-footer .l-inner {
  margin-top: 50px;
}
.l-footer-address p {
  margin-bottom: 5px;
}
.l-footer-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer-nav {
  width: 65%;
}
.l-footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-footer-nav li {
  width: 25%;
  margin-bottom: 20px;
  position: relative;
}
.l-footer-nav li::before {
  content: "●";
  margin-right: 5px;
}
.l-footer-nav li::after {
  position: absolute;
  content: "";
  left: 5px;
  top: 10px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.l-footer-nav a {
  color: #000;
  text-decoration: none;
}
.l-footer .copy {
  margin-bottom: 0px;
  text-align: right;
  padding: 10px 0;
}

@media screen and (max-width: 960px) {
  .l-header {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-header-tel a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
    color: #3cb27a;
  }
  .l-contact-telnumber a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
    text-decoration: none;
    color: #fff57f;
  }
}
@media screen and (max-width: 960px) {
  #page-top {
    bottom: 80px;
  }
  .sp-d {
    display: block;
  }
  .pc-d {
    display: none;
  }
  .page_ttl {
    font-size: 2.5rem;
    line-height: 1.2;
  }
  .page_ttl_img .pc-d {
    display: none;
  }
  .page_ttl span {
    color: #c0272d;
    font-size: 5.5rem;
    margin: 30px 5px 10px;
  }
  .page_ttl span.page_ttl_img {
    margin: 30px 30px 10px;
  }
  .page_ttl span img {
    width: 100%;
  }
  .font-bb {
    font-size: 2.3rem;
  }
  .l-header.fixed {
    position: relative;
    background: none;
  }
  .l-header.fixed .mv {
    margin-top: 0px;
  }
  .l-header.fixed .l-header-inner {
    margin-top: 0px;
    height: auto;
  }
  .l-header-inner {
    width: 100%;
  }
  .l-header.fixed .l-header-logo {
    /*display: none;*/
  }
  .l-header-info {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    right: -120%;
  }
  .l-header-info.panelactive {
    opacity: 1;
    right: 0%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    position: fixed;
    z-index: 8;
    top: 0px;
    width: 90%;
    height: 100vh;
    background: white;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
  }
  .l-header .l-header-nav-logo {
    display: none;
  }
  .l-header .l-header-nav-logo.active {
    position: fixed;
    display: block;
    top: 0;
    left: 0px;
  }
  .l-header .l-header-nav ul {
    display: none;
  }
  .l-header .panelactive .l-header-nav ul {
    display: block;
  }
  .l-header .l-header-flex {
    display: block;
    position: absolute;
    bottom: 5%;
    left: 23%;
  }
  .l-header .panelactive.panelactive #g-nav-list {
    position: fixed;
    z-index: 10;
    width: 100%;
    height: 100vh; /*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .l-header .panelactive ul {
    position: absolute;
    z-index: 10;
    top: 20%;
    left: 0%;
  }
  .l-header .panelactive li {
    list-style: none;
    text-align: left;
    margin-bottom: 10px;
    width: 100%;
    font-size: 2rem;
  }
  .l-header .panelactive li a {
    color: #000;
    text-decoration: none;
    padding: 10px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
  }
  .l-header .openbtn {
    position: fixed;
    z-index: 9999;
    top: 15px;
    right: 9px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 0 0 0px 8px;
    display: block;
  }
  .l-header .openbtn.active::after {
    display: none;
  }
  .l-header .openbtn.active::before {
    display: none;
  }
  .l-header .openbtn.fixed {
    padding: 0px;
    border-radius: 8px;
  }
  .l-header .openbtn.fixed::after {
    display: none;
  }
  .l-header .openbtn.fixed::before {
    display: none;
  }
  .l-header .openbtn span {
    display: inline-block;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    position: absolute;
    left: 10px;
    height: 4px;
    border-radius: 2px;
    background-color: #000;
    width: 70%;
  }
  .l-header .openbtn span:nth-of-type(1) {
    top: 10px;
  }
  .l-header .openbtn span:nth-of-type(2) {
    top: 22px;
  }
  .l-header .openbtn span:nth-of-type(3) {
    top: 35px;
  }
  .l-header .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    -webkit-transform: translateY(6px) rotate(-45deg);
            transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  .l-header .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }
  .l-header .openbtn.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    -webkit-transform: translateY(-6px) rotate(45deg);
            transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  .l-contact-inner {
    width: 100%;
  }
  .l-inner {
    width: 100%;
  }
  .mv {
    height: auto;
    background: url(../images/mv_ph_sp.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -150px;
    min-height: auto;
  }
  .mv-inner {
    width: 100%;
    background: none;
  }
  .mv-inner_h1 {
    width: 70%;
  }
  .mv-inner_ttl {
    position: relative;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    width: 100%;
    padding-top: 45vh;
  }
  .mv-inner_ttl .catch {
    margin-bottom: 30px;
  }
  .mv-inner_ttl img {
    width: 100%;
  }
  .mv-inner h1 {
    position: relative;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    margin-top: 0px;
    top: 0px;
    margin-bottom: 10px;
  }
  .reason {
    padding: 15px;
    padding-bottom: 60px;
  }
  .reason_box {
    padding: 30px 20px;
  }
  .reason_box_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .reason .reason_box_ph {
    margin: 0px;
  }
  .reason .reason_box_ph img {
    width: 100%;
  }
  .reason .point01 .reason_box_txt {
    width: 100%;
  }
  .reason .point01 .reason_box_ph {
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
  }
  .reason .box_ttl {
    font-size: 2rem;
  }
  .reason .point02 .reason_box_ph,
  .reason .point03 .reason_box_ph {
    margin: 10px 20px;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .reason .page_ttl_img {
    text-align: center;
  }
  .comparison {
    margin: 0px 0;
    padding: 15px 15px 150px 15px;
  }
  .comparison_box {
    padding: 15px;
  }
  .comparison_box img {
    width: 100%;
  }
  .comparison_box .table_scroll {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 1em;
  }
  .comparison_box .table_scroll_inner {
    width: 155%;
    padding-bottom: 15px;
  }
  .comparison::after {
    border-width: 0 0 100px 250px;
    top: -95px;
  }
  .comparison::before {
    border-width: 0 250px 100px 0px;
    top: -95px;
  }
  .plan .l-inner {
    width: 95%;
    margin: auto;
    padding: 0px;
  }
  .plan .plan_box .icon_no1 {
    top: 50px;
    width: 90px;
    left: -4%;
  }
  .plan .plan_box .icon_no1 img {
    width: 100%;
  }
  .plan .plan_box_flex {
    width: 100%;
    margin-bottom: 5px;
    display: block;
  }
  .plan .plan_box_contentslist {
    display: block;
    width: 90%;
    margin: 0 5%;
    padding: 0 0px;
  }
  .plan .plan_box_contentslist ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 15px;
    gap: 0 5%;
  }
  .plan .plan_box_contentslist ul li {
    /*margin-right: 30px;*/
    padding: 1px 0%;
    width: 30%;
    text-align: center;
    font-size: 1.6rem;
  }
  .plan .plan_box_contentslist ul li:last-child {
    margin-right: 0px;
  }
  .plan .plan_box .plan_box_ttl {
    width: 96%;
    padding: 15px 2%;
    border-radius: 0 0 0px 0;
    font-size: 2rem;
  }
  .plan .plan_box_contents_txt {
    padding: 15px 0px 0px;
    width: 50%;
    margin-bottom: 10px;
  }
  .plan .plan_box_ph_sp {
    margin: 10px 3% 5px;
    width: 43%;
  }
  .plan .plan_box_ph_sp img {
    width: 100%;
  }
  .plan .plan_box .flex_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan .l-contact {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .plan .plan_box_contentsprice .mainprice {
    font-size: 4.9rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .plan .plan_box_contentsprice .mainprice span {
    display: inline-block;
    padding-top: 15px;
    font-size: 3.5rem;
    margin-left: 5px;
  }
  .plan .plan_box_contentsprice .mainprice span::after {
    content: "（税抜）";
    font-size: 1.4rem;
    position: absolute;
    width: 4em;
    height: 20px;
    top: 15px;
    right: -12px;
  }
  .plan .plan_box_contentsprice .subprice {
    font-size: 2.8rem;
  }
  .plan .plan_box_contentsprice .subprice span {
    font-size: 1.5rem;
    margin-bottom: 0px;
  }
  .map h3 {
    font-size: 3rem;
    margin-bottom: 5px;
  }
  .map .area_map_flex .click_text_area {
    border: 1px solid #3cb27a;
    padding: 5px 0;
    display: block;
    border-radius: 30px;
    text-align: center;
    color: #3cb27a;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
    background: #fff;
    width: 21%;
    margin: 0 0.5rem 0.5rem;
  }
  .map .area_map_flex .click_text_area:hover {
    background: #eaf3ec;
  }
  .map .area_map_flex .click_text_area.google_map_click_active {
    background: #3cb27a;
    color: #fff;
  }
  .map_address_box {
    width: 90%;
    margin: 10px auto;
  }
  .map_address_box .btn_green {
    margin: auto;
  }
  .map_address_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .map_address_info {
    width: 100%;
  }
  .map_address_ph {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 10px;
  }
  .map_address_info {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice dl {
    width: 90%;
    margin: 5%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .voice dt {
    font-size: 1.8rem;
  }
  .voice_tag {
    margin-bottom: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice_tag li {
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
  .voice .l-contact {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
  .voice .l-inner {
    width: 90%;
  }
  .voice_box_flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .voice_box_ph {
    width: 60%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-top: 10px;
  }
  .faq .l-inner {
    width: 90%;
  }
  .faq .faq_title {
    padding: 20px 10% 10px 50px;
  }
  .madia {
    padding: 0px;
    width: 90%;
    margin: auto;
  }
  .madia_box {
    position: relative;
    padding: 15px;
  }
  .madia_ttl {
    font-size: 1.8rem;
  }
  .madia_txt {
    width: 65%;
  }
  .madia_ph {
    width: 30%;
    margin-right: 5%;
  }
  .l-footer .l-contact {
    width: 95%;
    margin: auto;
  }
  .l-footer-logo {
    margin: auto;
    text-align: center;
  }
  .l-footer-address {
    text-align: left;
  }
  .l-footer-flex {
    display: block;
  }
  .l-footer .l-inner {
    width: 90%;
    margin: 50px auto 0px;
  }
  .l-footer-nav {
    margin-top: 30px;
    width: 100%;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .l-footer-nav ul {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .l-footer-nav li {
    width: 45%;
  }
  .l-footer .copy {
    font-size: 1.3rem;
  }
  .l-contact p {
    margin-bottom: 0px;
  }
  .l-contact-inner {
    display: block;
  }
  .l-contact-telnumber {
    padding-left: 0px;
  }
  .l-contact-telnumber::before {
    display: none;
  }
  .l-contact-telnumber a[href*="tel:"] {
    color: #3cb27a;
  }
  .l-contact .l-contact-ttl {
    font-size: 2.8rem;
  }
  .l-contact-tel {
    width: 90%;
    border-radius: 10px 10px 0 0;
    padding: 10px 5%;
  }
  .l-contact-tel h2::after {
    width: 80px;
  }
  .l-contact-doc {
    width: 90%;
    padding: 10px 5%;
    border-radius: 0px;
    border-radius: 0px 0px 10px 10px;
  }
  .l-contact-doc h2::after {
    width: 80px;
  }
  .l-contact .btn_green {
    width: 90%;
    margin: 10px auto;
  }
  .l-contact .btn_yellow {
    width: 90%;
    margin: 10px auto;
    display: block !important;
  }
}
/* footer-fixed
---------------------------------------------------------- */
#footer-fixed {
  background: #f0f2dc;
  position: fixed;
  z-index: 5;
  bottom: -105px;
  left: 0;
  width: 100%;
  opacity: 0;
  color: #555555;
}
#footer-fixed.up {
  bottom: -1px;
  opacity: 1;
}
#footer-fixed .inner {
  padding: 10px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer-fixed .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-right: 1px dashed #777;
  padding-right: 20px;
  margin-right: 20px;
}
#footer-fixed .txt .img {
  margin-right: 10px;
}
#footer-fixed .txt .bigt {
  font-size: 26px;
  font-weight: bold;
  margin-top: 10px;
}
#footer-fixed .txt .mint {
  font-size: 13px;
}
#footer-fixed .tel {
  padding-right: 20px;
  margin-top: 10px;
}
#footer-fixed .tel .tag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
#footer-fixed .tel .tag .box {
  padding: 1px 10px;
  border: 1px solid #666;
  background: #fff;
  border-radius: 5px;
  margin-right: 10px;
}
#footer-fixed .tel a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-align: center;
  color: #27a76b;
  font-weight: bold;
  font-size: 35px;
  line-height: 1;
}
#footer-fixed .tel a img {
  display: inline-block;
  margin-right: 5px;
}
#footer-fixed .tel a img:hover {
  opacity: 0.8;
}
#footer-fixed .mail a {
  background: #303f7e;
  display: block;
  width: auto;
  height: 70%;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  padding: 10px 2em 2px 70px;
  position: relative;
  -webkit-box-shadow: 3px 3px 0px #666;
  box-shadow: 3px 3px 0px #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.4;
}
#footer-fixed .mail a .wt {
  display: block;
  font-size: 25px;
  font-weight: bold;
}
#footer-fixed .mail a .st {
  font-size: 18px;
}
#footer-fixed .mail a .ot {
  color: #ffb00d;
  font-weight: bold;
}
#footer-fixed .mail a .ot span {
  display: inline;
}
#footer-fixed .mail a:before {
  content: "";
  position: absolute;
  display: block;
  width: 34px;
  height: 34px;
  background-image: url(https://sohshiki.jp/wp-content/themes/kita_osoushiki2020/assets/img/common/ico_mail.png);
  background-repeat: no-repeat;
  background-size: cover;
  left: 20px;
  top: 50%;
  margin-top: -17px;
}
#footer-fixed .mail a:hover {
  background: #000;
}
#footer-fixed .sp-fotter__inner__phone a {
  color: #555;
}

@media screen and (min-width: 480px) and (max-width: 1040px) {
  #footer-fixed .inner .txt {
    width: 40vw;
  }
  #footer-fixed .inner .txt img {
    width: 7vw;
  }
  #footer-fixed .inner .txt .bigt {
    font-size: 2vw;
  }
  #footer-fixed .inner .txt .mint {
    font-size: 1vw;
  }
  #footer-fixed .inner .tel {
    width: 33vw;
  }
  #footer-fixed .inner .tel img {
    max-width: 100%;
  }
  #footer-fixed .inner .tel .tag .box {
    font-size: 1vw;
  }
  #footer-fixed .inner .mail {
    width: 24vw;
  }
  #footer-fixed .inner .mail a .wt {
    font-size: 2.4vw;
  }
  #footer-fixed .inner .mail a .wt .st {
    display: none;
  }
  #footer-fixed .inner .mail a .ot {
    font-size: 1.3vw;
  }
  #footer-fixed .inner .mail a:before {
    width: 3.3vw;
    background-size: contain;
    padding-left: 7vw;
  }
}
@media screen and (max-width: 480px) {
  #footer-fixed .inner {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0.5em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
  }
  #footer-fixed .txt {
    margin: 0;
    padding: 5px 0;
    border: none;
  }
  #footer-fixed .txt .img {
    width: 45px;
    height: 45px;
  }
  #footer-fixed .txt .img img {
    max-width: 100%;
  }
  #footer-fixed .txt .bigt {
    font-size: 18px;
    line-height: 1;
  }
  #footer-fixed .txt .mint {
    font-size: 11px;
  }
  #footer-fixed .tel {
    display: none;
    width: 50%;
    padding: 0;
  }
  #footer-fixed .tel .tag {
    font-size: 12px;
  }
  #footer-fixed .tel .tag .box {
    margin: 0 auto;
  }
  #footer-fixed .tel .tag .box:last-child {
    display: none;
  }
  #footer-fixed .tel .telno {
    margin: 0 10px;
  }
  #footer-fixed .tel .telno a {
    font-size: 16px;
  }
  #footer-fixed .tel .telno a img {
    width: 16px;
  }
  #footer-fixed .fotter_cta {
    width: 95%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone {
    display: block;
    width: 49%;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone a {
    padding: 9px 20px 5px 10px;
    background: #d85a5a;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-shadow: 0 6px 0 #ad3a3a;
    box-shadow: 0 6px 0 #ad3a3a;
    text-decoration: none;
    border-radius: 5px;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone a .inner-block {
    display: inline-block;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone a .inner-block .head {
    display: block;
    font-size: 13px;
    line-height: 1.2;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone a .inner-block .foot {
    font-weight: bold;
    font-size: 17px;
    position: relative;
    line-height: 1.2;
  }
  #footer-fixed .fotter_cta .sp-fotter__inner__phone a .inner-block .foot:before {
    display: block;
    content: "";
    width: 18px;
    height: 18px;
    background: url(../img/common/ico_phone_01_wh.svg) no-repeat;
    background-size: contain;
    position: absolute;
    right: -6px;
    -webkit-transform: translate(100%, -50%);
    transform: translate(100%, -50%);
    top: 40%;
  }
  #footer-fixed .fotter_cta .mail {
    width: 49%;
  }
  #footer-fixed .fotter_cta .mail a {
    padding: 0.5em 0 0.5em 1.5em;
    text-align: center;
  }
  #footer-fixed .fotter_cta .mail a:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }
  #footer-fixed .fotter_cta .mail a .wt {
    font-size: 18px;
  }
  #footer-fixed .fotter_cta .mail a .wt .st {
    font-size: 12px;
  }
  #footer-fixed .fotter_cta .mail a .ot {
    font-size: 12px;
  }
}/*# sourceMappingURL=style.css.map */