@charset "UTF-8";
/*------------------------------------------------------------------

BASE

--------------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Concert+One&display=swap");
/*Easing*/
/*Screen*/
html,
body,
div,
article,
section,
span,
p,
ul,
ol,
li,
table,
tr,
td,
th,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
a,
em,
strong,
b,
img,
input,
textarea,
svg,
button,
fieldset,
figure,
header,
footer,
label {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  font-size: 100%;
  vertical-align: baseline;
  list-style-type: none;
  -webkit-text-size-adjust: none;
  box-sizing: border-box;
  line-height: 1;
  border-collapse: collapse;
}

html {
  font-size: 16px;
}

body {
  color: #333333;
  background: #FFF;
  font-family: "Noto Sans JP", MyYuGothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
  font-weight: 400;
  position: relative;
  word-break: normal;
  word-wrap: break-word;
  -webkit-overflow-scrolling: touch;
}

html,
body {
  zoom: 1;
  min-height: 100%;
}

.serif {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "HiraMinProN-W3", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", Georgia, serif;
}

.sans-serif {
  font-family: "Noto Sans JP", MyYuGothic, "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Arial, sans-serif;
}

.mono {
  font-family: "Courier", "Osaka－等幅", Osaka-mono, "ＭＳ ゴシック", "MS Gothic", monospace;
}

input[type=text],
input[type=url],
input[type=tel],
input[type=email],
input[type=radio],
input[type=checkbox],
input[type=submit],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
}

input[type=submit]:hover {
  cursor: pointer;
}

strong,
b,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

a {
  color: #01937C;
  outline: none;
  text-decoration: none;
  transition: all 0.3s ease;
}
a:hover img {
  opacity: 0.8;
}

p {
  margin: 0;
  padding: 0 0 1em;
  line-height: 1.5;
  line-break: strict;
}
p a {
  color: #01937C;
}
p a:hover {
  text-decoration: underline;
}
p:last-child {
  padding-bottom: 0;
}

img {
  max-width: 100%;
  display: inline-block;
  outline: none;
  -moz-user-select: none;
  /* These user-select properties are inheritable, used to prevent text selection */
  -webkit-user-select: none;
  -ms-user-select: none;
  /* From IE10 only */
  user-select: none;
  /* Not valid CSS yet, as of July 2012 */
  -webkit-user-drag: none;
  /* Prevents dragging of images/divs etc */
  transition: all 0.3s ease;
}

.clear {
  width: 100%;
  font-size: 0px;
  height: 1px;
  overflow: hidden;
  clear: both;
  float: none;
  margin: 0 0 -1px 0;
  display: block;
}

.clear_after:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none;
}

.l,
.alignleft {
  float: left;
}

.r,
.alignright {
  float: right;
}

.c,
.aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.tsume_lr {
  margin: 0 -0.1em;
}

.none {
  display: none;
}

.hidden {
  visibility: hidden;
}

.nopc {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 812px) {
  .nopc {
    display: inherit;
    visibility: visible;
  }
}

@media screen and (max-width: 812px) {
  .nosp {
    display: none;
    visibility: hidden;
  }
}

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

COMMON

--------------------------------------------------------------------*/
section {
  padding: 80px 0;
}

.base_wrap {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}
.inner_block {
  border-radius: 10px;
  padding: 60px;
  background: #F5F2EC;
}
.inner_block.white {
  background: #FFF;
}

.flex_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex_wrap .block {
  width: 32%;
  max-width: 320px;
  border-radius: 10px;
  background: #F5F2EC;
}
@media screen and (max-width: 812px) {
  .flex_wrap .block {
    width: 100%;
    max-width: none;
  }
}

.bg_theme_color .flex_wrap .block {
  background: #FFF;
}

.content_title {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 60px;
  padding-top: 80px;
  color: #A58A53;
}

.product_title {
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.product_title i {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}

.lead_line {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  position: relative;
  display: inline-block;
  padding: 0;
  width: 100%;
  white-space: normal;
  text-align: center;
  margin: auto;
}
.lead_line:before, .lead_line:after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 50px;
  height: 4px;
  background-color: black;
}
.lead_line:before {
  left: 0;
}
.lead_line:after {
  right: 0;
}

.title {
  font-size: 1.875rem;
  color: #A58A53;
  line-height: 1.5;
  margin-top: 10px;
}

ul.disc li {
  font-size: 0.875rem;
  line-height: 1.6;
  padding-left: 0.6em;
  position: relative;
}
ul.disc li:before {
  content: "・";
  position: absolute;
  display: inline;
  left: -0.5em;
}
ul.disc li:not(:first-child) {
  margin-top: 0.6em;
}

ul.tag li {
  display: inline-block;
}
ul.tag li:not(:last-child) {
  margin-right: 10px;
}
ul.tag li a {
  font-size: 0.875rem;
  font-weight: bold;
  text-decoration: underline;
}
ul.tag li a:before {
  content: "#";
  display: inline;
}

.arrow_box_wrap {
  text-align: center;
  margin: 10px auto;
}
.arrow_box_wrap .arrow_box {
  background: #DE7700;
  border-radius: 6px;
  color: #FFF;
  font-weight: bold;
  display: inline-block;
  padding: 14px 18px;
  position: relative;
}
.arrow_box_wrap .arrow_box:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -6px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #DE7700 transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}

span.point {
  color: #E27900;
  font-weight: bold;
}
span.point.line {
  font-size: 1.125rem;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
span.point.line:before, span.point.line:after {
  content: "";
  background-size: contain;
  display: inline-block;
  width: 14px;
  height: 18px;
}
span.point.line:before {
  background: url(../images/line-L.svg) no-repeat left center;
  margin-right: 4px;
}
span.point.line:after {
  background: url(../images/line-R.svg) no-repeat left center;
  margin-left: 4px;
}

.btn {
  display: inline-block;
  font-size: 1rem;
  background-color: #E27900;
  border: 1px solid #E27900;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 20px 36px 21px 32px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn:after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  right: -10px;
  transition: all 0.3s ease;
}
.btn:hover {
  background-color: #FFF;
  color: #E27900;
}
.btn:hover:after {
  background: url(../images/icon/icon_chevron_circle-right.svg) no-repeat center;
}

.btn_secondary {
  display: inline-block;
  font-size: 0.875rem;
  background-color: #FFF;
  border: 1px solid #E27900;
  color: #E27900;
  font-weight: bold;
  text-align: center;
  border-radius: 50px;
  padding: 11px 20px 12px 18px;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
.btn_secondary:after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  right: -10px;
  transition: all 0.3s ease;
}
.btn_secondary:hover {
  background-color: #E27900;
  color: #FFF;
}
.btn_secondary:hover:after {
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
}

.link_blank:after {
  display: none;
}
.link_blank i {
  font-size: 80%;
  margin-left: 0.5em;
  vertical-align: top;
}

.num {
  width: 80px;
  min-width: 80px;
  height: 80px;
  min-height: 80px;
  background-color: #E27900;
  border-radius: 50%;
  margin: auto;
  text-align: center;
  color: #FFF;
  font-size: 3.75rem;
  font-family: "Concert One", cursive;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  .num {
    width: 60px;
    min-width: 60px;
    height: 60px;
    min-height: 60px;
    font-size: 2.8125rem;
  }
}

.bg_theme_color {
  background-color: #F5F2EC;
}

.section_head .point {
  margin-bottom: 1em;
}
.section_head .content_title {
  padding-top: 0;
  margin-bottom: 40px;
}
.section_head p {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .section_head p {
    font-size: 1rem;
  }
}

section.section_cta {
  padding-top: 0;
  padding-bottom: 0;
  background: -moz-linear-gradient(top, #FFF 50%, #F5F2EC 50%);
  background: -webkit-linear-gradient(top, #FFF 50%, #F5F2EC 50%);
  background: linear-gradient(to bottom, #FFF 50%, #F5F2EC 50%);
  background-image: linear-gradient(#FFF 0% 50%, #F5F2EC 50% 100%);
}
section.section_cta.bg_r {
  background: -moz-linear-gradient(top, #F5F2EC 50%, #FFF 50%);
  background: -webkit-linear-gradient(top, #F5F2EC 50%, #FFF 50%);
  background: linear-gradient(to bottom, #F5F2EC 50%, #FFF 50%);
  background-image: linear-gradient(#F5F2EC 0% 50%, #FFF 50% 100%);
}
section.section_cta.bg_white {
  background: #FFF;
}
section.section_cta.bg_theme_color {
  background: #F5F2EC;
}
section.section_cta .base_wrap {
  padding: 60px 15px;
  border: 4px solid #01937C;
  background: #FFF;
  border-radius: 10px;
  text-align: center;
}
section.section_cta .base_wrap h2 {
  color: #01937C;
  font-size: 1.875rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  section.section_cta .base_wrap h2 {
    font-size: clamp(1.375rem, 5vw, 1.875rem);
    line-height: 1.45;
  }
}
section.section_cta .base_wrap a {
  margin: 20px auto;
}
section.section_cta .base_wrap p {
  color: #01937C;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  section.section_cta .base_wrap p {
    font-size: clamp(0.75rem, 3vw, 1rem);
  }
}
section.section_cta .base_wrap p.caption {
  font-size: 0.875rem;
  color: #333333;
  margin-top: 2em;
}
section.section_cta.products_cta .product_title {
  font-size: 1.875rem;
  justify-content: center;
  margin-top: 0;
}
section.section_cta.products_cta .btn {
  margin-top: 30px;
  margin-bottom: 0;
}
section.section_cta.last_cta {
  padding-bottom: 80px;
}
section.section_cta .base_width {
  width: calc(100% - 40px);
  max-width: 1000px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  justify-content: space-between;
}
section.section_cta .base_width .base_wrap {
  width: calc(33% - 10px);
  margin: 0 0 20px;
}
@media screen and (max-width: 812px) {
  section.section_cta .base_width .base_wrap {
    width: 100%;
  }
}
section.section_cta .base_width .base_wrap.nursery .product_title i {
  background: url(../images/icon-nursery.svg) no-repeat center;
}
section.section_cta .base_width .base_wrap.nursery .product_title_band {
  background-color: #C64CA1;
}
section.section_cta .base_width .base_wrap.facility .product_title i {
  background: url(../images/icon-facility.svg) no-repeat center;
}
section.section_cta .base_width .base_wrap.facility .product_title_band {
  background-color: #AA8FC4;
}
section.section_cta .base_width .base_wrap.petit .product_title i {
  background: url(../images/icon-petit.svg) no-repeat center;
}
section.section_cta .base_width .base_wrap.petit .product_title_band {
  background-color: #77C4C4;
}
section.section_cta .base_width .base_wrap .product_summary {
  margin: auto;
  justify-content: center;
}
section.section_cta .base_width .base_wrap .product_summary .product_title {
  font-size: 1.25rem;
  margin-top: 0;
  margin-right: auto;
}
@media screen and (max-width: 812px) {
  section.section_cta .base_width .base_wrap .product_summary .product_title {
    font-size: 1.25rem;
  }
}
section.section_cta .base_width .base_wrap .product_summary .product_title i {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
section.section_cta .base_width .base_wrap .product_summary .product_title_band {
  display: inline-block;
  font-size: 1.0625rem;
  font-weight: bold;
  padding: 11px 0 12px;
  border-radius: 6px;
  margin-top: 10px;
  width: 100%;
  color: #FFF;
}
@media screen and (max-width: 812px) {
  section.section_cta .base_width .base_wrap .product_summary .product_title_band {
    font-size: 1rem;
  }
}
section.section_cta .monthfree {
  color: #E27900 !important;
  border-bottom: 4px double;
  width: 200px;
  margin: auto;
}
section.section_cta .monthfree em {
  font-size: 2.825rem;
  font-style: normal;
  margin: 0 2px;
}
section.section_cta .monthfree strong {
  font-size: 1.725rem;
  margin-left: 4px;
}

.recommend.facility {
  color: #AA8FC4;
  border-color: #AA8FC4;
}

.product_title_band.facility {
  background-color: #AA8FC4;
}

.product_title.facility i {
  background: url(../images/icon-facility.svg) no-repeat center;
}
.product_title.facility span {
  color: #AA8FC4;
}

.recommend.nursery {
  color: #C64CA1;
  border-color: #C64CA1;
}

.product_title_band.nursery {
  background-color: #C64CA1;
}

.product_title.nursery i {
  background: url(../images/icon-nursery.svg) no-repeat center;
}
.product_title.nursery span {
  color: #C64CA1;
}

.recommend.kyusyokucorp {
  color: #8CB500;
  border-color: #8CB500;
}

.product_title_band.kyusyokucorp {
  background-color: #8CB500;
}

.product_title.kyusyokucorp i {
  background: url(../images/icon-kyusyokucorp.svg) no-repeat center;
}
.product_title.kyusyokucorp span {
  color: #8CB500;
}

.recommend.byouin {
  color: #0084D6;
  border-color: #0084D6;
}

.product_title_band.byouin {
  background-color: #0084D6;
}

.product_title.byouin i {
  background: url(../images/icon-byouin.svg) no-repeat center;
}
.product_title.byouin span {
  color: #0084D6;
}

.recommend.kyoiku {
  color: #507BB5;
  border-color: #507BB5;
}

.product_title_band.kyoiku {
  background-color: #507BB5;
}

.product_title.kyoiku i {
  background: url(../images/icon-kyoiku.svg) no-repeat center;
}
.product_title.kyoiku span {
  color: #507BB5;
}

.recommend.haisyokukun {
  color: #DEAC69;
  border-color: #DEAC69;
}

.product_title_band.haisyokukun {
  background-color: #DEAC69;
}

.product_title.haisyokukun i {
  background: url(../images/icon-haisyokukun.svg) no-repeat center;
}
.product_title.haisyokukun span {
  color: #DEAC69;
}

.recommend.petit {
  color: #77C4C4;
  border-color: #77C4C4;
}

.product_title_band.petit {
  background-color: #77C4C4;
}

.product_title.petit i {
  background: url(../images/icon-petit.svg) no-repeat center;
}
.product_title.petit span {
  color: #77C4C4;
}

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

HEADER

--------------------------------------------------------------------*/
header {
  background-color: #F5F2EC;
  padding: 19px 0 21px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 812px) {
  header {
    position: relative;
  }
}
header:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0 0 -1px 0;
  clear: both;
  float: none;
}
header .base_wrap {
  max-width: 1400px;
}
header .flex_wrap {
  align-items: center;
}
header #h_logo {
  width: 280px;
  position: relative;
  border: 2px solid #333333;
  background: #FFF;
  border-radius: 6px;
  padding: 8px 0 10px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  header #h_logo {
    width: 260px;
  }
}
header #h_logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
header #h_logo h1 {
  font-size: 1.75rem;
}
header #h_logo h1 span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
header #h_logo h1 span:after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  border-radius: 20px;
  background: #333333;
  margin: 6px auto;
}
header #h_logo h1 small {
  font-size: 0.875rem;
}
header #h_R {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: calc(100% - 280px);
}
@media screen and (max-width: 812px) {
  header #h_R {
    display: none;
  }
}
header #h_R nav ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header #h_R nav ul li {
  margin-left: 30px;
}
header #h_R nav ul li.t_link a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #333333;
}
header #h_R nav ul li.t_link.blank a {
  font-size: 0.75rem;
  font-weight: bold;
  color: #333333;
}
header #h_R #h_tel p {
  padding-left: 42px;
  position: relative;
}
header #h_R #h_tel p:before {
  content: "";
  background: url(../images/tel.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 35px;
  height: 20px;
  position: absolute;
  top: 3px;
  left: 0;
}
header #h_R #h_tel p > span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
}
header #h_R #h_tel p a {
  font-size: 1.5rem;
  font-family: "Concert One", cursive;
  color: #333333;
}
header #h_R #h_tel p a:hover {
  color: #333333;
  text-decoration: none;
}
header #h_R #h_btn a.btn {
  font-size: 0.875rem;
  padding: 20px 22px 21px 18px;
}

header.page_top_h {
  background-color: rgba(245, 242, 236, 0.65);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
@media screen and (max-width: 812px) {
  header.page_top_h {
    position: absolute;
  }
}

#sp_menu {
  display: none;
  visibility: hidden;
}

#sp_menu_open {
  display: none;
  visibility: hidden;
  width: 40px;
  height: 32px;
  position: fixed;
  right: 20px;
  top: 21px;
  z-index: 1;
  cursor: pointer;
}
@media screen and (max-width: 812px) {
  #sp_menu_open {
    display: block;
    visibility: visible;
  }
}
#sp_menu_open span {
  display: block;
  position: relative;
  border-radius: 20px;
  width: 40px;
  height: 4px;
  background: #01937C;
  margin: 14px 0;
}
#sp_menu_open span:before, #sp_menu_open span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: #01937C;
  position: absolute;
}
#sp_menu_open span:before {
  bottom: 10px;
}
#sp_menu_open span:after {
  top: 10px;
}

#sp_menu_close {
  width: 40px;
  height: 32px;
  position: fixed;
  right: 20px;
  top: 21px;
  z-index: 1;
  cursor: pointer;
}
#sp_menu_close span {
  display: block;
  margin: 14px 0;
}
#sp_menu_close span:before, #sp_menu_close span:after {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  border-radius: 20px;
  background: #01937C;
  position: absolute;
}
#sp_menu_close span:before {
  transform: rotate(45deg);
}
#sp_menu_close span:after {
  transform: rotate(-45deg);
}

#sp_menu_wrap {
  transition: all 0.3s ease;
  transform: translateX(100vw);
  width: 100%;
  height: 100%;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  overflow-y: scroll;
}
#sp_menu_wrap.open {
  transition: all 0.3s ease;
  transform: translateX(0vw);
}

.sp_menu_head {
  background: #F5F2EC;
  padding: 19px 20px 21px;
}
.sp_menu_head .h_logo {
  width: 280px;
  position: relative;
  border: 2px solid #333333;
  background: #FFF;
  border-radius: 6px;
  padding: 8px 0 10px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .sp_menu_head .h_logo {
    width: 260px;
  }
}
.sp_menu_head .h_logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sp_menu_head .h_logo p {
  font-size: 1.75rem;
  font-weight: bold;
  line-height: 1;
  padding: 0;
}
.sp_menu_head .h_logo p span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
.sp_menu_head .h_logo p span:after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  border-radius: 20px;
  background: #333333;
  margin: 6px auto;
}
.sp_menu_head .h_logo p small {
  font-size: 0.875rem;
}

#sp_menu_wrap ul.products li {
  margin-top: 2em;
}
#sp_menu_wrap ul.products li a {
  color: #333333;
  font-weight: bold;
}
#sp_menu_wrap hr {
  width: 100%;
  height: 4px;
  background: #CCCCCC;
  opacity: 0.4;
  margin-top: 30px;
}
#sp_menu_wrap ul.sitemenu li {
  margin-top: 1.3em;
}
#sp_menu_wrap ul.sitemenu li a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.4;
}
#sp_menu_wrap ul.sitemenu li a:before {
  content: "";
  border-left: 4px solid;
  display: inline-block;
  height: 15px;
  padding-right: 5px;
  position: relative;
  top: 2px;
}
#sp_menu_wrap .sp_menu_footer {
  background: #F5F2EC;
  padding: 18px 0 20px;
  margin-top: 28px;
}
#sp_menu_wrap .sp_menu_footer .tel {
  width: 320px;
  margin: auto;
}
#sp_menu_wrap .sp_menu_footer .tel p {
  padding-left: 52px;
  position: relative;
  text-align: right;
}
#sp_menu_wrap .sp_menu_footer .tel p:before {
  content: "";
  background: url(../images/tel.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 55px;
  height: 31px;
  position: absolute;
  top: 8px;
  left: 0;
}
#sp_menu_wrap .sp_menu_footer .tel p > span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
}
#sp_menu_wrap .sp_menu_footer .tel p a {
  font-size: 43px;
  font-family: "Concert One", cursive;
  color: #333333;
  white-space: nowrap;
}
#sp_menu_wrap .sp_menu_footer .tel p a:hover {
  color: #333333;
  text-decoration: none;
}
#sp_menu_wrap .sp_menu_footer .sp_menu_btn {
  text-align: center;
  margin-top: 20px;
}
#sp_menu_wrap .sp_menu_footer .sp_menu_btn .btn {
  width: 100%;
  max-width: 320px;
}
#sp_menu_wrap .clone {
  width: 12px;
  height: 11px;
}

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

FOOTER

--------------------------------------------------------------------*/
footer {
  padding-top: 60px;
  background: #FFF;
  width: 100%;
}
footer a {
  font-size: 0.875rem;
  color: #333333;
}
footer .base_wrap {
  padding-bottom: 60px;
}
@media screen and (max-width: 812px) {
  footer .base_wrap {
    width: 100%;
  }
}
footer .base_wrap .flex_wrap {
  align-items: start;
}
@media screen and (max-width: 812px) {
  footer .base_wrap .flex_wrap {
    justify-content: center;
  }
}
footer .base_wrap #f_logo_wrap {
  width: 280px;
}
footer .base_wrap #f_logo {
  position: relative;
  border: 2px solid #333333;
  background: #FFF;
  border-radius: 6px;
  padding: 8px 0 10px;
  text-align: center;
}
footer .base_wrap #f_logo a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
footer .base_wrap #f_logo p {
  line-height: 1;
  font-size: 1.75rem;
  font-weight: bold;
  padding: 0;
}
footer .base_wrap #f_logo p span {
  font-size: 0.875rem;
  font-weight: 400;
  display: block;
}
footer .base_wrap #f_logo p span:after {
  content: "";
  display: block;
  width: 140px;
  height: 4px;
  border-radius: 20px;
  background: #333333;
  margin: 6px auto;
}
footer .base_wrap #f_B {
  display: block;
}
footer .base_wrap #f_B #f_tel p {
  padding-left: 52px;
  margin-top: 10px;
  position: relative;
}
footer .base_wrap #f_B #f_tel p:before {
  content: "";
  background: url(../images/tel.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 48px;
  height: 28px;
  position: absolute;
  top: 6px;
  left: 0;
}
footer .base_wrap #f_B #f_tel p > span {
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: right;
}
footer .base_wrap #f_B #f_tel p a {
  font-size: 2.375rem;
  font-family: "Concert One", cursive;
  color: #333333;
  white-space: nowrap;
}
footer .base_wrap #f_B #f_tel p a:hover {
  color: #333333;
  text-decoration: none;
}
footer .base_wrap #f_B #f_btn {
  text-align: center;
}
footer .base_wrap #f_B #f_btn a.btn {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  footer .base_wrap #f_B #f_btn a.btn {
    width: 100%;
  }
}
footer .base_wrap #f_nav {
  width: calc(100% - 280px);
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 812px) {
  footer .base_wrap #f_nav {
    display: none;
  }
}
footer .base_wrap #f_nav ul {
  max-width: 32%;
}
footer .base_wrap #f_nav ul:not(:first-child) {
  border-left: 4px solid rgba(204, 204, 204, 0.4);
  margin-left: 40px;
  padding-left: 40px;
}
footer .base_wrap #f_nav ul li:not(:first-child) {
  padding-top: 20px;
}
footer .base_wrap #f_nav ul.products li a span {
  display: inline-block;
  margin-left: -0.5em;
  padding-top: 0.5em;
}
footer .base_wrap #f_nav .calR {
  max-width: 36%;
  min-width: 236px;
  border-left: 4px solid rgba(204, 204, 204, 0.4);
  margin-left: 40px;
  padding-left: 40px;
}
footer .base_wrap #f_nav .calR h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
footer .base_wrap #f_nav .calR h2 small {
  font-size: 0.75rem;
}
footer .base_wrap #f_nav .calR h2 span {
  font-size: 1.75rem;
  margin-top: 0.3em;
}
footer .base_wrap #f_nav .calR .text_block {
  display: flex;
  flex-direction: column;
}
footer .base_wrap #f_nav .calR .text_block .text {
  font-size: 0.875rem;
  text-align: left !important;
  padding-top: 20px;
}
footer .base_wrap #f_nav .calR .text_block .btn_wrap.appbtn_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
footer .base_wrap #f_nav .calR .text_block .btn_wrap.appbtn_wrap a {
  margin-top: 4px;
}
footer .base_wrap #f_nav .calR .text_block .btn_wrap.appbtn_wrap .link_appstore {
  width: 44%;
}
footer .base_wrap #f_nav .calR .text_block .btn_wrap.appbtn_wrap .link_googleplay {
  width: 54%;
}
footer .base_wrap .f_note {
  text-align: right;
  font-size: 0.75rem;
  margin-top: 2rem;
}
@media screen and (max-width: 812px) {
  footer .base_wrap .f_note {
    padding-inline: 1em;
    margin-top: 3rem;
    text-align: center;
    line-height: 1.6;
    word-break: auto-phrase;
  }
}
footer #f_kaitechnology {
  background: #F1F1F0;
  padding: 60px 0;
  text-align: center;
}
footer #f_kaitechnology a img {
  width: 280px;
  height: 53px;
}
footer #f_kaitechnology ul {
  margin: 20px auto;
}
footer #f_kaitechnology ul li {
  display: inline-block;
}
footer #f_kaitechnology ul li:not(:first-child):before {
  content: "｜";
}
footer #f_kaitechnology #copyright {
  font-size: 0.75rem;
}

#backtotop {
  display: none;
  visibility: visible;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 10;
}
@media screen and (max-width: 812px) {
  #backtotop {
    right: 20px;
    bottom: 20px;
  }
}
#backtotop a img {
  width: 30px;
  height: 30px;
  aspect-ratio: 1/1;
}

#floating_banner + #backtotop {
  display: none;
  visibility: visible;
  position: fixed;
  right: 60px;
  bottom: 150px;
  z-index: 10;
}
@media screen and (max-width: 812px) {
  #floating_banner + #backtotop {
    right: 20px;
    bottom: 110px;
  }
}

#backtotop.is-floating-banner-hidden {
  right: 60px !important;
  bottom: 60px !important;
}
@media screen and (max-width: 812px) {
  #backtotop.is-floating-banner-hidden {
    right: 20px !important;
    bottom: 20px !important;
  }
}

.floating_banner_wrap {
  position: fixed;
  right: 10px;
  bottom: 11px;
  z-index: 10;
}

.floating_banner {
  display: flex;
  align-items: center;
  background: #FFF;
  border: 2px solid #E27900;
  border-radius: 10px;
  padding-left: 15px;
  width: 350px;
  height: 110px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 812px) {
  .floating_banner {
    width: 280px;
    height: 80px;
    padding-left: 10px;
  }
}
.floating_banner::after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  right: -8px;
  transition: all 0.3s ease;
}
.floating_banner .floating_banner_inner {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 14px;
  transform: translateY(-3px);
}
@media screen and (max-width: 812px) {
  .floating_banner .floating_banner_inner {
    transform: translateY(-1px);
  }
}
.floating_banner img {
  width: 100px;
  height: 67px;
  aspect-ratio: 100/67;
  margin-bottom: -4px;
}
@media screen and (max-width: 812px) {
  .floating_banner img {
    width: 70px;
    height: 47px;
    margin-bottom: -2px;
  }
}
.floating_banner .floating_banner_text {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media screen and (max-width: 812px) {
  .floating_banner .floating_banner_text {
    gap: 6px;
  }
}
.floating_banner .floating_banner_text_lead {
  font-size: 0.875rem;
  font-weight: bold;
  background: #E27900;
  color: #FFF;
  padding: 2px 6px;
  border-radius: 100vmax;
  padding: 7px 10px 8px 15px;
  letter-spacing: 0.05em;
  transition: all 0.3s ease;
}
@media screen and (max-width: 812px) {
  .floating_banner .floating_banner_text_lead {
    font-size: 0.75rem;
    padding: 6px 4px 7px 10px;
  }
}
.floating_banner .floating_banner_text_btn {
  font-size: 1.4375rem;
  font-weight: bold;
  color: #E27900;
  transition: all 0.3s ease;
}
@media screen and (max-width: 812px) {
  .floating_banner .floating_banner_text_btn {
    font-size: 1.1875rem;
  }
}
.floating_banner:hover {
  background: #E27900;
}
.floating_banner:hover::after {
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
}
.floating_banner:hover img {
  opacity: 1;
}
.floating_banner:hover .floating_banner_text_lead {
  background: #FFF;
  color: #E27900;
}
.floating_banner:hover .floating_banner_text_btn {
  color: #FFF;
}

.floating_banner_close {
  width: 18px;
  height: 18px;
  background: #8a8a8a;
  position: relative;
  display: block;
  border-radius: 50%;
  position: absolute;
  top: -8px;
  left: -8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.floating_banner_close:hover {
  background: #333333;
}
.floating_banner_close::before, .floating_banner_close::after {
  content: "";
  display: block;
  width: 10px;
  height: 1px;
  background: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
}
.floating_banner_close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.floating_banner_close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

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

TOP

--------------------------------------------------------------------*/
.page_top {
  background: #F5F2EC;
}

#top_head {
  height: 812px;
  min-width: 1100px;
  background: url(../images/bg_top.webp) no-repeat right bottom/contain, #F5F2EC;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 812px) {
  #top_head {
    height: 970px;
    min-width: 0;
    background: url(../images/bg_top_sp.webp) no-repeat right bottom/contain, #F5F2EC;
    align-items: flex-start;
    padding-top: 130px;
  }
}
@media screen and (max-width: 514px) {
  #top_head {
    height: 728px;
  }
}
#top_head .top_copy {
  width: 542px;
}
@media screen and (max-width: 812px) {
  #top_head .top_copy {
    width: 100%;
    text-align: center;
  }
}
#top_head .top_copy .c01 {
  font-size: 2.25rem;
  font-weight: bold;
  color: #E27900;
  padding: 0 0 0.2em;
}
@media screen and (max-width: 812px) {
  #top_head .top_copy .c01 {
    font-size: 1.25rem;
  }
}
#top_head .top_copy .c02 {
  font-size: 2.25rem;
  font-weight: bold;
  white-space: nowrap;
}
@media screen and (max-width: 812px) {
  #top_head .top_copy .c02 {
    font-size: 1.25rem;
  }
}
#top_head .top_copy .c02 em {
  font-style: normal;
  font-size: 2.625rem;
  position: relative;
  left: -0.4em;
}
@media screen and (max-width: 812px) {
  #top_head .top_copy .c02 em {
    font-size: 1.35rem;
    left: 0;
  }
}
#top_head .copy02 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 1rem 0 1.5rem;
}
@media screen and (max-width: 812px) {
  #top_head .copy02 {
    justify-content: center;
    margin: 0.8rem auto 1rem;
  }
}
#top_head .copy02 img {
  width: 190px;
  height: 190px;
}
@media screen and (max-width: 812px) {
  #top_head .copy02 img {
    width: 110px;
    height: 110px;
  }
}
#top_head .copy02 .c03_wrap .top_price {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: baseline;
  gap: 8px;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 16px;
}
@media screen and (max-width: 812px) {
  #top_head .copy02 .c03_wrap .top_price {
    gap: 4px;
    font-size: 0.875rem;
    margin-top: 10px;
    white-space: nowrap;
  }
}
#top_head .copy02 .c03_wrap .top_price span {
  display: inline;
  width: 120px;
}
@media screen and (max-width: 812px) {
  #top_head .copy02 .c03_wrap .top_price span {
    width: 20vw;
    max-width: 90px;
  }
}
#top_head .copy02 .c03_wrap .top_price span img {
  height: 100%;
  aspect-ratio: 124/40;
}
#top_head .copy02 .c03 {
  font-size: 1.25rem;
  font-weight: bold;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.9rem 1.8em;
}
@media screen and (max-width: 812px) {
  #top_head .copy02 .c03 {
    font-size: 0.875rem;
    padding: 0.6rem 1.2em 0.7rem;
  }
}
@media screen and (max-width: 812px) {
  #top_head .cta {
    max-width: 280px;
    margin: auto;
  }
}
#top_head .cta .btn {
  width: 100%;
  font-size: 1.25rem;
}
@media screen and (max-width: 812px) {
  #top_head .cta .btn {
    font-size: 1rem;
  }
}
#top_head .cta .btn:after {
  position: absolute;
  top: 24px;
  right: 24px;
}
#top_head .cta .h_tel {
  display: flex;
  justify-content: center;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #top_head .cta .h_tel {
    margin-top: 12px;
  }
}
#top_head .cta .h_tel p {
  padding-left: 42px;
  position: relative;
}
#top_head .cta .h_tel p:before {
  content: "";
  background: url(../images/tel.svg) no-repeat left center;
  background-size: contain;
  display: inline-block;
  width: 44px;
  height: 25px;
  position: absolute;
  top: 4px;
  left: -8px;
}
@media screen and (max-width: 812px) {
  #top_head .cta .h_tel p:before {
    width: 35px;
    height: 20px;
    top: 3px;
    left: 0;
  }
}
#top_head .cta .h_tel p > span {
  display: block;
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #top_head .cta .h_tel p > span {
    font-size: 0.875rem;
  }
}
#top_head .cta .h_tel p a {
  font-size: 1.875rem;
  font-family: "Concert One", cursive;
  color: #333333;
}
@media screen and (max-width: 812px) {
  #top_head .cta .h_tel p a {
    font-size: 1.5rem;
  }
}
#top_head .cta .h_tel p a:hover {
  color: #333333;
  text-decoration: none;
}

#top_product_web {
  padding-top: 38px;
}
#top_product_web .products_wrap {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
}

.product_head {
  padding: 30px 0 34px;
}
.product_head .flex_wrap {
  align-items: center;
}
.product_head .text {
  width: 56%;
  position: relative;
  padding-bottom: 0;
  padding-top: 30px;
}
@media screen and (max-width: 812px) {
  .product_head .text {
    width: 100%;
  }
}
.product_head .text .tags {
  position: absolute;
  top: 0;
  left: 0;
}
.product_head .text .sub_title {
  font-size: 1rem;
  font-weight: bold;
  padding-bottom: 10px;
  text-align: left !important;
}
.product_head .text .pkg_title {
  font-size: 2.5rem;
  text-align: left !important;
}
.product_head .text .text {
  width: 100%;
  font-size: 0.875rem;
  font-weight: bold;
  padding-top: 26px;
  padding-bottom: 38px;
  text-align: left !important;
}
@media screen and (max-width: 812px) {
  .product_head .text .btn_wrap {
    text-align: center;
  }
}
.product_head .img {
  width: 44%;
  margin-top: 12px;
  text-align: right;
}
@media screen and (max-width: 812px) {
  .product_head .img {
    width: 100%;
    text-align: center;
    margin-top: 60px;
  }
}
.product_head .img:before {
  display: none;
}
.product_head .img .select_tags {
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 350px;
  margin-top: 15px;
  margin-left: auto;
}
@media screen and (max-width: 812px) {
  .product_head .img .select_tags {
    width: 100%;
  }
}
.product_head .img .select_tags li {
  list-style: none;
  color: #FFF;
  padding: 5px 10px;
  width: 110px;
  line-height: 1em;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 5px;
}
@media screen and (max-width: 812px) {
  .product_head .img .select_tags li {
    width: 35%;
  }
}
.product_head .img .select_tags li.facility {
  background: #AA8FC4;
}
.product_head .img .select_tags li.nursery {
  background: #C64CA1;
}
.product_head .img .select_tags li.kyusyokucorp {
  background: #8CB500;
}
.product_head .img .select_tags li.byouin {
  background: #0084D6;
}
.product_head .img .select_tags li.kyoiku {
  background: #507BB5;
}
.product_head .img .select_tags li.haisyokukun {
  background: #DEAC69;
}
.product_head .img .select_tags li.petit {
  background: #77C4C4;
}

#top_products.page_top {
  padding-top: 80px;
}
#top_products.page_top .content_title {
  margin-bottom: 0;
}
#top_products.page_top .block {
  max-width: 312px;
  position: relative;
  margin-top: 70px;
  padding: 0 20px 30px;
}
@media screen and (max-width: 812px) {
  #top_products.page_top .block {
    max-width: none;
  }
}
#top_products.page_top .block .tags {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 3px 6px;
}
#top_products.page_top .block .title_block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 144px;
}
#top_products.page_top .block .title_block h2 small {
  font-size: 0.875rem;
}
#top_products.page_top .block .title_block h2 small:last-child {
  margin-top: 0.8em;
}
#top_products.page_top .block .title_block h2 span {
  font-size: 1.875rem;
  margin-top: 0.3em;
}
#top_products.page_top .block .text_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #F5F2EC;
}
#top_products.page_top .block .text_block .text {
  font-size: 0.875rem;
  text-align: left !important;
  padding-top: 20px;
}
#top_products.page_top .block .text_block .btn_wrap {
  text-align: center;
}
#top_products.page_top .block .text_block .btn_wrap a {
  margin-top: 1rem;
}

.products_wrap {
  padding-top: 80px;
}
.products_wrap .tags {
  text-align: center;
  color: #E27900;
  background-color: #FFF;
  padding: 2px 6px;
  line-height: 1em;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  border: 2px solid #E27900;
  display: inline-block;
}
.products_wrap .content_title {
  margin-bottom: 0;
}
.products_wrap .block {
  display: flex;
  flex-direction: column;
  max-width: 312px;
  position: relative;
  margin-top: 70px;
  padding: 0 20px 30px;
}
@media screen and (max-width: 812px) {
  .products_wrap .block {
    max-width: none;
  }
}
.products_wrap .block .tags {
  position: absolute;
  top: -12px;
  left: 20px;
  padding: 3px 6px;
}
.products_wrap .block .title_block h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  min-height: 144px;
}
.products_wrap .block .title_block h2 small {
  font-size: 0.875rem;
}
.products_wrap .block .title_block h2 small:last-child {
  margin-top: 0.8em;
}
.products_wrap .block .title_block h2 span {
  font-size: 1.875rem;
  margin-top: 0.3em;
}
.products_wrap .block .text_block {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.products_wrap .block .text_block:before {
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background: #F5F2EC;
}
.products_wrap .block .text_block .text {
  font-size: 0.875rem;
  text-align: left !important;
  padding-top: 20px;
}
.products_wrap .block .text_block .btn_wrap {
  text-align: center;
  margin-top: auto;
}
.products_wrap .block .text_block .btn_wrap a {
  margin-top: 1rem;
}
.products_wrap .block .text_block .btn_wrap.appbtn_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 9px;
  margin: auto -7px;
}
.products_wrap .block .text_block .btn_wrap.appbtn_wrap .link_appstore {
  width: 45%;
}
.products_wrap .block .text_block .btn_wrap.appbtn_wrap .link_appstore img {
  width: 100%;
  padding: 7px;
}
.products_wrap .block .text_block .btn_wrap.appbtn_wrap .link_googleplay {
  width: 55%;
}
.products_wrap .block .text_block .btn_wrap.appbtn_wrap .link_googleplay img {
  width: 100;
}

/*-- Web TOP --------------------------------------------------*/
#top_head {
  overflow: hidden;
}
#top_head .flex_wrap {
  align-items: flex-end;
}
#top_head .text {
  width: 620px;
  padding-top: 24px;
  padding-bottom: 10px;
}
@media screen and (max-width: 812px) {
  #top_head .text {
    width: 100%;
    padding-top: 0;
    padding-bottom: 20px;
  }
}
#top_head .text .catch {
  font-size: 2.5rem;
  font-weight: bold;
  white-space: nowrap;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 812px) {
  #top_head .text .catch {
    font-size: clamp(1.5rem, 6.9vw, 3rem);
  }
}
#top_head .text .flex_wrap {
  width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  #top_head .text .flex_wrap {
    margin-top: 10px;
  }
}
#top_head .text .flex_wrap .unit_point {
  width: 33.333%;
  max-width: 180px;
}
@media screen and (max-width: 812px) {
  #top_head .text .flex_wrap .unit_point {
    width: 100%;
    max-width: none;
    margin-top: 20px;
  }
}
#top_head .text .flex_wrap .unit_point span {
  margin: 18px auto 14px;
}
#top_head .text .flex_wrap .unit_point p {
  font-size: 0.875rem;
  font-weight: bold;
}
#top_head .img {
  width: calc(100% - 620px);
  text-align: right;
}
@media screen and (max-width: 812px) {
  #top_head .img {
    width: 100%;
    position: relative;
    text-align: center;
    padding-top: 170px;
  }
}
#top_head .img:before {
  content: "";
  background: url(../images/mark@3x.png) no-repeat center bottom;
  width: 257px;
  height: 214px;
  background-size: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 812px) {
  #top_head .img:before {
    right: 50%;
    transform: translateX(50%);
    width: 235px;
    height: 196px;
  }
}
#top_head .slide_img {
  width: 100%;
}
#top_head .slide_img img {
  width: 100%;
}
@media screen and (max-width: 812px) {
  #top_head .slide_img img {
    max-width: 375px;
    margin: auto;
  }
}
#top_head .slide_img .nopc {
  display: none !important;
  visibility: hidden !important;
}
@media screen and (max-width: 812px) {
  #top_head .slide_img .nopc {
    display: block !important;
    visibility: visible !important;
  }
}
#top_head .slide_img .nosp {
  display: block !important;
  visibility: visible !important;
}
@media screen and (max-width: 812px) {
  #top_head .slide_img .nosp {
    display: none !important;
    visibility: hidden !important;
  }
}

/* Banner
------------------------------------------*/
.slide_full {
  width: 100%;
  padding-bottom: 60px;
}
.slide_full .flex_wrap.slick-slide {
  display: flex;
  position: relative;
}
.slide_full .flex_wrap.slick-slide .img img {
  display: inline-block;
}

.slick {
  display: none;
}

.slick.slick-initialized {
  display: block;
}

#top_slide_wrap .slide_full {
  padding-bottom: 36px;
}
#top_slide_wrap .slide_full .slick-list.draggable {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
  width: calc(100% - 40px);
  margin: 20px auto 0;
}
#top_slide_wrap .slide_full .content .inner {
  box-shadow: none;
  padding: 0;
}
#top_slide_wrap .slide_full .content .inner:after {
  right: 0;
}
#top_slide_wrap .slide_full .content .inner:hover {
  box-shadow: none;
}
#top_slide_wrap .slick-arrow {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(calc(-50% - 22px));
  background: url("../images/icon-arrow.svg") no-repeat center/contain;
  z-index: 1;
  width: 28px;
  height: 28px;
}
#top_slide_wrap .slick-arrow-prev {
  left: -20px;
}
#top_slide_wrap .slick-arrow-next {
  right: -20px;
  transform: translateY(calc(-50% - 22px)) scale(-1, 1);
}
#top_slide_wrap .slick-dots li {
  width: 14px;
  height: 14px;
  margin: 0 10px;
}
#top_slide_wrap .slick-dots li button {
  width: 14px;
  height: 14px;
}
#top_slide_wrap .slick-dots li button:before {
  width: 100%;
  height: 100%;
  background: #FFF;
}
#top_slide_wrap .slick-dots li.slick-active button:before {
  background: #E27900;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .slick-arrow-prev {
    left: -14px;
  }
  #top_slide_wrap .slick-arrow-next {
    right: -14px;
  }
}

#top_slide_wrap {
  padding: 0;
  background: transparent;
  margin-top: -115px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap {
    margin-top: -60px;
  }
}
#top_slide_wrap .base_wrap {
  max-width: 1040px;
}
#top_slide_wrap .content {
  padding: 20px;
}
#top_slide_wrap .content .inner {
  border-radius: 10px;
  background: #FFF;
  padding: 20px;
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: all 0.3s ease;
}
#top_slide_wrap .content .inner:hover {
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#top_slide_wrap .content .inner:after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right.svg) center/100% no-repeat;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner:after {
    display: none;
  }
}
#top_slide_wrap .content .inner .flex_wrap {
  justify-content: flex-start;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner .flex_wrap {
    flex-direction: column;
  }
}
#top_slide_wrap .content .inner .flex_wrap .img {
  max-width: 280px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner .flex_wrap .img {
    width: 100%;
    max-width: none;
  }
}
#top_slide_wrap .content .inner .flex_wrap .txt {
  width: calc(100% - 280px);
  padding: 6px 0 0 30px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner .flex_wrap .txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
#top_slide_wrap .content .inner .flex_wrap .txt span {
  color: #E27900;
  font-size: 0.875rem;
  font-weight: bold;
  border: 2px solid;
  border-radius: 4px;
  padding: 2px 6px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner .flex_wrap .txt span {
    font-size: 0.75rem;
  }
}
#top_slide_wrap .content .inner .flex_wrap .txt p {
  color: #333333;
  font-size: 1.25rem;
  font-weight: bold;
  margin-top: 1.7rem;
  padding-right: 24px;
}
@media screen and (max-width: 812px) {
  #top_slide_wrap .content .inner .flex_wrap .txt p {
    font-size: 1rem;
    margin-top: 1rem;
    position: relative;
  }
  #top_slide_wrap .content .inner .flex_wrap .txt p:after {
    content: "";
    background: url(../images/icon/icon_chevron_circle-right.svg) center/100% no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
}

.slide_banner {
  width: 100%;
  padding-bottom: 60px;
}
.slide_banner.slick.slick-slider {
  width: auto;
  margin: 0 -20px;
}
.slide_banner .slick-slide img {
  width: 100%;
  margin: auto;
  padding: 0 20px;
}

.slide_banner.slick.slick-slider {
  width: auto;
  margin: 0 -20px;
}

.slick-dots {
  position: absolute;
  bottom: 0;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  background-color: #EEEEEE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background-color: #333333;
}

.product_block {
  width: 32%;
  background: #FFF;
  padding: 20px;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 812px) {
  .product_block {
    margin-top: 50px;
  }
}
.product_block.facility .recommend {
  color: #AA8FC4;
  border-color: #AA8FC4;
}
.product_block.facility .product_title i {
  background: url(../images/icon-facility.svg) no-repeat center;
}
.product_block.facility .product_title_band {
  background-color: #AA8FC4;
}
.product_block.nursery .recommend {
  color: #C64CA1;
  border-color: #C64CA1;
}
.product_block.nursery .product_title i {
  background: url(../images/icon-nursery.svg) no-repeat center;
}
.product_block.nursery .product_title_band {
  background-color: #C64CA1;
}
.product_block.kyusyokucorp .recommend {
  color: #8CB500;
  border-color: #8CB500;
}
.product_block.kyusyokucorp .product_title i {
  background: url(../images/icon-kyusyokucorp.svg) no-repeat center;
}
.product_block.kyusyokucorp .product_title_band {
  background-color: #8CB500;
}
.product_block.byouin .recommend {
  color: #0084D6;
  border-color: #0084D6;
}
.product_block.byouin .product_title i {
  background: url(../images/icon-byouin.svg) no-repeat center;
}
.product_block.byouin .product_title_band {
  background-color: #0084D6;
}
.product_block.kyoiku .recommend {
  color: #507BB5;
  border-color: #507BB5;
}
.product_block.kyoiku .product_title i {
  background: url(../images/icon-kyoiku.svg) no-repeat center;
}
.product_block.kyoiku .product_title_band {
  background-color: #507BB5;
}
.product_block.haisyokukun .recommend {
  color: #DEAC69;
  border-color: #DEAC69;
}
.product_block.haisyokukun .product_title i {
  background: url(../images/icon-haisyokukun.svg) no-repeat center;
}
.product_block.haisyokukun .product_title_band {
  background-color: #DEAC69;
}
.product_block.petit .recommend {
  color: #77C4C4;
  border-color: #77C4C4;
}
.product_block.petit .product_title i {
  background: url(../images/icon-petit.svg) no-repeat center;
}
.product_block.petit .product_title_band {
  background-color: #77C4C4;
}
.product_block.foodsalescompany .recommend {
  color: #AF8C8C;
  border-color: #AF8C8C;
}
.product_block.foodsalescompany .product_title i {
  background: url(../images/icon-foodsalescompany.svg) no-repeat center;
}
.product_block.foodsalescompany .product_title_band {
  background-color: #AF8C8C;
}
.product_block .recommend {
  width: 100%;
  max-width: 230px;
  margin: -40px auto 0;
  background: #FFF;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 13px 0;
}
.product_block .product_title {
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.product_block .product_title i {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
.product_block .product_title_band {
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 8px 0;
  margin: 26px -20px 0;
}
.product_block .des_wrap {
  margin-top: 26px;
  display: flex;
  height: 100%;
}
.product_block .tag_wrap {
  margin-top: 18px;
}
.product_block .tag_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
.product_block .tag_wrap ul li {
  width: 67px;
  text-align: center;
  font-size: 0.75rem;
  white-space: nowrap;
  border: 1px solid #707070;
  background: #FFF;
  border-radius: 4px;
  padding: 4px 0 5px;
  margin: 2px;
}
.product_block .btn_wrap {
  text-align: center;
  margin-top: 26px;
}

#top_products {
  padding-top: 0;
}
#top_products .flex_wrap:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#top_products .product_block {
  margin-top: 80px;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 812px) {
  #top_products .product_block {
    margin-top: 50px;
  }
}
#top_products .product_block.facility .recommend {
  color: #AA8FC4;
  border-color: #AA8FC4;
}
#top_products .product_block.facility .product_title i {
  background: url(../images/icon-facility.svg) no-repeat center;
}
#top_products .product_block.facility .product_title_band {
  background-color: #AA8FC4;
}
#top_products .product_block.nursery .recommend {
  color: #C64CA1;
  border-color: #C64CA1;
}
#top_products .product_block.nursery .product_title i {
  background: url(../images/icon-nursery.svg) no-repeat center;
}
#top_products .product_block.nursery .product_title_band {
  background-color: #C64CA1;
}
#top_products .product_block.kyusyokucorp .recommend {
  color: #8CB500;
  border-color: #8CB500;
}
#top_products .product_block.kyusyokucorp .product_title i {
  background: url(../images/icon-kyusyokucorp.svg) no-repeat center;
}
#top_products .product_block.kyusyokucorp .product_title_band {
  background-color: #8CB500;
}
#top_products .product_block.byouin .recommend {
  color: #0084D6;
  border-color: #0084D6;
}
#top_products .product_block.byouin .product_title i {
  background: url(../images/icon-byouin.svg) no-repeat center;
}
#top_products .product_block.byouin .product_title_band {
  background-color: #0084D6;
}
#top_products .product_block.kyoiku .recommend {
  color: #507BB5;
  border-color: #507BB5;
}
#top_products .product_block.kyoiku .product_title i {
  background: url(../images/icon-kyoiku.svg) no-repeat center;
}
#top_products .product_block.kyoiku .product_title_band {
  background-color: #507BB5;
}
#top_products .product_block.haisyokukun .recommend {
  color: #DEAC69;
  border-color: #DEAC69;
}
#top_products .product_block.haisyokukun .product_title i {
  background: url(../images/icon-haisyokukun.svg) no-repeat center;
}
#top_products .product_block.haisyokukun .product_title_band {
  background-color: #DEAC69;
}
#top_products .product_block.petit .recommend {
  color: #77C4C4;
  border-color: #77C4C4;
}
#top_products .product_block.petit .product_title i {
  background: url(../images/icon-petit.svg) no-repeat center;
}
#top_products .product_block.petit .product_title_band {
  background-color: #77C4C4;
}
#top_products .product_block.foodsalescompany .recommend {
  color: #AF8C8C;
  border-color: #AF8C8C;
}
#top_products .product_block.foodsalescompany .product_title i {
  background: url(../images/icon-petit.svg) no-repeat center;
}
#top_products .product_block.foodsalescompany .product_title_band {
  background-color: #AF8C8C;
}
#top_products .product_block .recommend {
  width: 100%;
  max-width: 230px;
  margin: -40px auto 0;
  background: #FFF;
  border: 1px solid;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 13px 0;
}
#top_products .product_block .product_title {
  font-size: 1.875rem;
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#top_products .product_block .product_title i {
  width: 50px;
  height: 50px;
  display: inline-block;
  margin-right: 10px;
}
#top_products .product_block .product_title_band {
  display: block;
  text-align: center;
  color: #FFF;
  font-size: 0.875rem;
  font-weight: bold;
  padding: 8px 0;
}
#top_products .product_block .des_wrap {
  margin-top: 26px;
  display: flex;
  height: 100%;
}
#top_products .product_block .tag_wrap {
  margin-top: 18px;
}
#top_products .product_block .tag_wrap ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -4px;
}
#top_products .product_block .tag_wrap ul li {
  width: 67px;
  text-align: center;
  font-size: 0.75rem;
  white-space: nowrap;
  border: 1px solid #707070;
  border-radius: 4px;
  background: #FFF;
  padding: 4px 0 5px;
  margin: 2px;
}
#top_products .product_block .btn_wrap {
  text-align: center;
  margin-top: 26px;
  margin-bottom: 10px;
}

.plus_option_wrap {
  text-align: center;
  margin-top: 60px;
}
.plus_option_wrap .symbol i {
  font-size: 60px;
  color: #E27900;
}
.plus_option_wrap p.lead {
  font-size: 1.875rem;
  font-weight: bold;
  color: #E27900;
  letter-spacing: 0.1em;
  margin-top: 30px;
  padding: 0;
}
@media screen and (max-width: 812px) {
  .plus_option_wrap p.lead {
    font-size: 1.75rem;
  }
}
.plus_option_wrap #top_products {
  max-width: 1000px;
  margin: auto;
}
.plus_option_wrap #top_products.page_top {
  padding-top: 60px;
}
.plus_option_wrap #top_products.page_top .block {
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  .plus_option_wrap #top_products.page_top .block:not(:first-child) {
    margin-top: 40px;
  }
}
.plus_option_wrap #top_products.page_top .block .title_block h2 span {
  line-height: 1.3;
}

#section_case .block {
  margin-top: 60px;
}
#section_case .block .product_title_band {
  margin-top: 20px;
}
#section_case .block .title {
  font-weight: bold;
  margin-top: 1rem;
  padding: 0;
}
#section_case .block .corp {
  font-size: 0.875rem;
  margin-top: 20px;
  padding: 0;
}
#section_case .block hr {
  width: 100%;
  margin: 20px auto;
  height: 2px;
  background: #EEEEEE;
}
#section_case .block .issue {
  font-size: 0.875rem;
  padding: 0;
}
#section_case .c {
  margin-top: 60px;
}

.faq_wrap {
  margin-top: 60px;
  margin-bottom: 0;
}
.faq_wrap .accordion {
  background: #F7F7F7;
  border-radius: 10px;
}
.faq_wrap .accordion:not(:first-child) {
  margin-top: 20px;
}
.faq_wrap .accordion p {
  padding: 0;
}
.faq_wrap .accordion .ac-close {
  cursor: pointer;
  padding: 30px 0 36px;
  padding-right: 2rem;
  transition: all 0.3s ease;
}
@media screen and (max-width: 812px) {
  .faq_wrap .accordion .ac-close {
    padding: 26px 30px 26px 0;
  }
}
.faq_wrap .accordion .ac-close span:before {
  font-family: "Concert One", cursive;
  font-size: 2.5rem;
  font-weight: bold;
  content: "Q.";
  color: #333333;
  position: absolute;
  left: 30px;
  top: 21px;
}
.faq_wrap .accordion .ac-close p {
  font-weight: bold;
  text-decoration: underline;
  padding: 0 30px 0 74px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .faq_wrap .accordion .ac-close p {
    padding: 0 0 0 74px;
  }
}
.faq_wrap .accordion .ac-close---opened {
  padding: 30px 0 22px;
}
@media screen and (max-width: 812px) {
  .faq_wrap .accordion .ac-close---opened {
    padding: 26px 30px 10px 0;
  }
}
.faq_wrap .accordion .ac-open {
  display: none;
  padding: 0 30px 32px 74px;
}
@media screen and (max-width: 812px) {
  .faq_wrap .accordion .ac-open {
    padding: 0 30px 30px 74px;
  }
}
.faq_wrap .accordion .ac-open p {
  padding-bottom: 0;
}

.ac-close,
.ac-open {
  position: relative;
}

@media screen and (max-width: 812px) {
  #top_info {
    padding-bottom: 20px;
  }
}
#top_info .content_title {
  padding-top: 0;
}
#top_info .news_content {
  padding: 30px 0;
}
#top_info .c {
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #top_info .c {
    margin-top: 20px;
  }
}

/* TAB
-----------*/
@keyframes tabAnim {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tab_wrap {
  width: 100%;
}
.tab_wrap input[type=radio] {
  display: none;
}

.tab_area {
  font-size: 0;
  display: flex;
  justify-content: space-between;
}

.tab_area label {
  display: inline-block;
  width: calc(25% - 2px);
  max-width: 247px;
  margin: 0;
  justify-content: center;
  align-items: center;
  color: #01937C;
  background: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px 5px;
  position: relative;
  border-bottom: 4px solid;
  animation: tabAnim ease 0.5s forwards;
  -ms-animation: tabAnim ease 0.5s forwards;
}
@media screen and (max-width: 812px) {
  .tab_area label {
    width: auto;
    font-size: 0.75rem;
    margin: auto;
  }
}

.tab_panel {
  opacity: 0;
  display: none;
  width: 100%;
  padding: 0;
}

.tab_label {
  transition: all 0.3s ease;
}
.tab_label:hover {
  color: #333333;
}
.tab_label:hover:after {
  background: transparent;
}

#tab1:checked ~ .tab_area .tab1_label,
#tab2:checked ~ .tab_area .tab2_label,
#tab3:checked ~ .tab_area .tab3_label,
#tab4:checked ~ .tab_area .tab4_label {
  color: #333333;
  background: transparent;
  animation: tabAnim ease 0.5s forwards;
  -ms-animation: tabAnim ease 0.5s forwards;
}

#tab1:checked ~ .tab_area .tab1_label:after,
#tab2:checked ~ .tab_area .tab2_label:after,
#tab3:checked ~ .tab_area .tab3_label:after,
#tab4:checked ~ .tab_area .tab4_label:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}

#tab1:checked ~ .panel_area #panel1,
#tab2:checked ~ .panel_area #panel2,
#tab3:checked ~ .panel_area #panel3,
#tab4:checked ~ .panel_area #panel4 {
  display: block;
  animation: tabAnim ease 0.5s forwards;
  -ms-animation: tabAnim ease 0.5s forwards;
}

.panel_area {
  margin-top: 20px;
}

.news_content {
  position: relative;
  background: #FFF;
  border-radius: 10px;
  padding: 30px;
  min-height: 270px;
}
@media screen and (max-width: 812px) {
  .news_content {
    padding: 20px;
  }
}
.news_content ul.list_news li {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 812px) {
  .news_content ul.list_news li {
    flex-wrap: wrap;
  }
}
.news_content ul.list_news li:not(:first-child) {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .news_content ul.list_news li:not(:first-child) {
    margin-top: 30px;
  }
}
.news_content ul.list_news li .date {
  width: 94px;
  font-size: 1rem;
  font-family: "Concert One", cursive;
}
.news_content ul.list_news li .title {
  width: calc(100% - 70px - 80px);
  margin-left: 20px;
  margin-top: 0;
  line-height: 1;
  font-size: inherit;
}
@media screen and (max-width: 812px) {
  .news_content ul.list_news li .title {
    width: 100%;
    margin-top: 8px;
    margin-left: 0;
  }
}
.news_content ul.list_news li .title a {
  color: #333333;
  font-size: 0.875rem;
  line-height: 1.6;
  text-decoration: underline;
}
.news_content .category {
  min-width: 126px;
}
.news_content .category span {
  display: inline-block;
  width: 100%;
  background: #FFF;
  border: 1px solid #A58A53;
  border-radius: 6px;
  color: #A58A53;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}

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

PAGE PRODUCTS

--------------------------------------------------------------------*/
#page_head.type_products {
  padding: 40px 0 55px;
  position: relative;
}
#page_head.type_products:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-size: auto 454px;
  background-position: right 100% bottom -38px;
  background-repeat: no-repeat;
  z-index: -1;
}
#page_head.type_products.facility:after {
  background-image: url(../images/icon-big-facility.svg);
}
#page_head.type_products.kyoiku:after {
  background-image: url(../images/icon-big-kyoiku.svg);
}
#page_head.type_products.byouin:after {
  background-image: url(../images/icon-big-byouin.svg);
}
#page_head.type_products.kyusyokucorp:after {
  background-image: url(../images/icon-big-kyusyokucorp.svg);
}
#page_head.type_products.nursery:after {
  background-image: url(../images/icon-big-nursery.svg);
}
#page_head.type_products.haisyokukun:after {
  background-image: url(../images/icon-big-haisyokukun.svg);
}
#page_head.type_products.petit:after {
  background-image: url(../images/icon-big-petit.svg);
}
#page_head.type_products .product_block {
  width: 100%;
  margin: auto;
  background: transparent;
  padding: 0;
}
#page_head.type_products .product_block .catch p {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_head.type_products .product_block .product_summary {
  width: 400px;
  margin: 40px auto 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_block .product_summary {
    width: 100%;
    padding: 0 20px;
  }
}
#page_head.type_products .product_block .product_summary h1 .product_title {
  font-size: 2.8125rem;
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_block .product_summary h1 .product_title {
    font-size: 2rem;
  }
}
#page_head.type_products .product_block .product_summary h1 .product_title i {
  background-size: contain;
  width: 78px;
  height: 78px;
  margin-right: 14px;
}
#page_head.type_products .product_block .product_summary h1 .product_title_band {
  display: block;
  font-size: 1.0625rem;
  padding: 11px 0 12px;
  border-radius: 6px;
  margin: 30px 0 0;
}
#page_head.type_products .product_block .tag_wrap {
  margin-top: 5px;
}
#page_head.type_products .product_block .tag_wrap ul {
  margin: 0 -5px;
}
#page_head.type_products .product_block .tag_wrap ul li {
  width: 80px;
  font-size: 0.875rem;
  padding: 6px 0 8px;
  margin: 5px;
}
#page_head.type_products .product_block .lead_line {
  margin-top: 40px;
  margin-bottom: 53px;
  max-width: 400px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_block .lead_line {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_block ul {
    padding: 0 20px;
  }
}

#page_head.type_products.petit .product_summary {
  width: 510px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.petit .product_summary {
    width: 100%;
  }
}
#page_head.type_products.petit .product_summary .product_title {
  white-space: nowrap;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.petit .product_summary .product_title {
    white-space: pre-wrap;
  }
}

#page_head.type_products.dealer .product_block.dealer .product_summary h1 .product_title {
  font-size: 2rem;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.dealer .product_block.dealer .product_summary h1 .product_title {
    font-size: 1.55rem;
  }
}
#page_head.type_products.dealer .product_block.dealer .product_summary .lead_line {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}
#page_head.type_products.dealer .product_block.dealer .product_summary .product_title i {
  width: 88px;
  height: 88px;
  margin-right: 12px;
  background: url(../images/icon-dealer.png) center/contain no-repeat;
  margin-top: -30px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.dealer .product_block.dealer .product_summary .product_title i {
    width: 78px;
    height: 78px;
    margin-right: 8px;
  }
}
#page_head.type_products.dealer .product_block.dealer .product_summary .product_title_band {
  line-height: 1.4;
  background-color: #555555;
}

#section_target .flex_wrap .block {
  background: #FFF;
  padding: 20px 20px 0;
  position: relative;
}
@media screen and (max-width: 812px) {
  #section_target .flex_wrap .block {
    margin-top: 30px;
  }
}
#section_target .flex_wrap .block .text {
  font-size: 0.875rem;
}
#section_target .flex_wrap .block .line_arrow {
  border-bottom: 4px solid;
  position: relative;
  margin-bottom: 20px;
}
#section_target .flex_wrap .block .line_arrow:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}
#section_target .flex_wrap .block .r {
  font-size: 0.75rem;
  text-align: right;
  padding: 0;
  margin-top: 8px;
}
#section_target .flex_wrap .block .img {
  position: relative;
  min-height: 64px;
}
#section_target .flex_wrap .block .img img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.product_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 812px) {
  .product_list {
    gap: 16px;
  }
}
.product_list li {
  color: #FFF;
  font-weight: bold;
  width: min(100%, 288px);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 5px;
  font-size: 1.125rem;
  transition: all 0.3s ease;
}
.product_list li:hover {
  filter: brightness(0.9);
}
@media screen and (max-width: 812px) {
  .product_list li {
    width: 46%;
    font-size: 0.875rem;
    line-height: 1.3;
    gap: 2px;
  }
}
.product_list li img {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  object-fit: contain;
}
@media screen and (max-width: 812px) {
  .product_list li img {
    width: 34px;
    height: 34px;
  }
}
.product_list br.no_pc {
  display: none;
}
@media screen and (max-width: 500px) {
  .product_list br.no_pc {
    display: block;
  }
}
.product_list a {
  color: #FFF;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 100%;
  height: 100%;
  padding: 5px 0;
}
@media screen and (max-width: 812px) {
  .product_list a {
    gap: 2px;
  }
}
.product_list .facility {
  background-color: #AA8FC4;
}
.product_list .nursery {
  background-color: #C64CA1;
}
.product_list .byouin {
  background-color: #0084D6;
}
.product_list .kyusyokucorp {
  background-color: #8CB500;
}
.product_list .syokuhinn {
  background-color: #DEAC69;
}

.product_list.link li {
  justify-content: left;
  padding: 0;
  transition: all 0.3s ease;
}
.product_list.link li:hover {
  filter: brightness(0.9);
}
.product_list.link li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: left;
  padding: 5px 10px;
  color: #FFF;
  font-size: 1.125rem;
  position: relative;
}
@media screen and (max-width: 812px) {
  .product_list.link li a {
    font-size: 0.875rem;
    line-height: 1.3;
    padding: 5px 6px;
  }
}
.product_list.link li a::after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 14px;
}
@media screen and (max-width: 812px) {
  .product_list.link li a::after {
    right: 8px;
  }
}

section.solution {
  padding-top: 130px;
  padding-bottom: 140px;
}
section.solution .section_head h2 {
  font-size: 2.625rem;
  font-weight: bold;
  color: #A58A53;
  margin-bottom: 60px;
}
@media screen and (max-width: 812px) {
  section.solution .section_head h2 {
    font-size: 1.875rem;
    line-height: 1.4;
    margin-bottom: 50px;
  }
}
section.solution .cta {
  text-align: center;
  margin-top: 60px;
}
section.solution .cta .btn {
  width: 400px;
  font-size: 1.25rem;
}
@media screen and (max-width: 812px) {
  section.solution .cta .btn {
    width: 100%;
    font-size: 1rem;
  }
}
section.solution .cta .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}
section.solution br.no_pc {
  display: none;
}
@media screen and (max-width: 500px) {
  section.solution br.no_pc {
    display: block;
  }
}

.solution_item_list_wrap {
  margin-top: 60px;
}

.solution_item_list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.solution_item {
  background: #FFF;
  border-radius: 10px;
}

.solution_item_inner {
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 812px) {
  .solution_item_inner {
    flex-direction: column;
    padding: 30px 20px 20px;
  }
}

.solution_item:nth-child(even) .solution_item_inner {
  flex-direction: row-reverse;
}
@media screen and (max-width: 812px) {
  .solution_item:nth-child(even) .solution_item_inner {
    flex-direction: column;
  }
}

.solution_item_text {
  width: 400px;
}
@media screen and (max-width: 812px) {
  .solution_item_text {
    width: 100%;
  }
}

.solution_item_title {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  color: #A58A53;
}
@media screen and (max-width: 812px) {
  .solution_item_title {
    font-size: 1.25rem;
    text-align: center;
  }
}

.solution_item .check_list {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .solution_item .check_list {
    width: fit-content;
    margin-inline: auto;
    margin-top: 30px;
  }
}

.solution_item_img {
  flex: 1;
  max-width: 464px;
  text-align: center;
}

.solution_item_img img {
  max-width: 320px;
}
@media screen and (max-width: 812px) {
  .solution_item_img img {
    max-width: 80%;
  }
}

.solution_item_cloud .solution_item_inner {
  gap: 20px;
}
.solution_item_cloud .solution_item_text {
  width: 320px;
}
.solution_item_cloud .solution_item_function {
  max-width: 564px;
}

.solution_item_function {
  flex: 1;
  max-width: 464px;
  min-width: 410px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
@media screen and (max-width: 812px) {
  .solution_item_function {
    width: 100%;
    max-width: none;
    min-width: 0;
    gap: 10px;
    flex-direction: column;
  }
}

.solution_item_function .block {
  width: calc(33.333% - 6px);
  display: grid;
  grid-template-rows: 50px 48px;
  gap: 10px;
  justify-items: center;
  align-items: center;
  border: 2px solid #F5F2EC;
  border-radius: 10px;
  padding: 16px 6px;
}
@media screen and (max-width: 812px) {
  .solution_item_function .block {
    width: 100%;
    grid-template-rows: 40px 1fr;
    gap: 8px;
    padding: 16px;
  }
}
.solution_item_function .block h3 {
  font-size: 0.825rem;
  line-height: 1.4;
  text-align: center;
}

.check_list li {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 1.7em;
  position: relative;
}
.check_list li:before {
  content: "";
  position: absolute;
  display: inline;
  background: url(../images/icon/icon_check_o.svg) no-repeat center center;
  width: 14px;
  height: 14px;
  top: 6px;
  left: 5px;
}
.check_list li:not(:first-child) {
  margin-top: 0.5em;
}

#page_head.products .title_wrap .title {
  color: #333333;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}
#page_head.products .title_wrap .section_head {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

section.products {
  padding-bottom: 0;
}
section.products .section_head h2 {
  font-size: 2.625rem;
  font-weight: bold;
  color: #A58A53;
}
section.products .product_list a::after {
  rotate: 90deg;
}
section.products .cta {
  text-align: center;
  margin-top: 60px;
}
section.products .cta .btn {
  width: 500px;
  font-size: 1.25rem;
}
@media screen and (max-width: 812px) {
  section.products .cta .btn {
    width: 100%;
    font-size: 1rem;
    line-height: 1.4;
  }
}
section.products .cta .btn::after {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 24px;
}

.page_products_wrap {
  padding-block: 80px 120px;
  margin-top: 60px;
}

.product_item_list_wrap {
  margin-top: 80px;
}

.product_item_list {
  display: flex;
  flex-direction: column;
}

.product_item {
  border-radius: 10px;
  padding-top: 30px;
}
@media screen and (max-width: 812px) {
  .product_item {
    padding-top: 20px;
  }
}
.product_item.facility .product_title {
  color: #AA8FC4;
}
.product_item.facility .product_title_band {
  background-color: #AA8FC4;
}
.product_item.nursery .product_title {
  color: #C64CA1;
}
.product_item.nursery .product_title_band {
  background-color: #C64CA1;
}
.product_item.byouin .product_title {
  color: #0084D6;
}
.product_item.byouin .product_title_band {
  background-color: #0084D6;
}
.product_item.kyusyokucorp .product_title {
  color: #8CB500;
}
.product_item.kyusyokucorp .product_title_band {
  background-color: #8CB500;
}
.product_item.haisyokukun .product_title {
  color: #DEAC69;
}
.product_item.haisyokukun .product_title_band {
  background-color: #DEAC69;
}

.product_item_inner {
  background: #FFF;
  border-radius: 10px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 30px 50px;
  padding: 30px 30px 32px;
}
@media screen and (max-width: 812px) {
  .product_item_inner {
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px 20px;
  }
}
.product_item_inner .btn_wrap {
  width: 100%;
  text-align: center;
  margin-top: auto;
}
@media screen and (max-width: 812px) {
  .product_item_inner .btn_wrap {
    margin-bottom: 20px;
  }
}
.product_item_inner .btn_wrap .btn {
  width: 80%;
  max-width: 210px;
}

.product_item_head {
  width: 320px;
}
@media screen and (max-width: 812px) {
  .product_item_head {
    width: 100%;
  }
}

.product_item_head_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product_item_title .product_title {
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
  margin-top: 0;
}
.product_item_title .product_title_band {
  background: #333333;
  color: #FFF;
  font-size: 1.5rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  padding: 8px 0 10px;
  border-radius: 5px;
  margin: auto;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .product_item_title .product_title_band {
    font-size: 1.25rem;
    margin-top: 14px;
  }
}

.product_item_text {
  flex: 1;
}

.product_item_lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 812px) {
  .product_item_lead {
    font-size: 1.25rem;
    width: fit-content;
    margin: auto;
  }
}
@media screen and (max-width: 500px) {
  .product_item_lead {
    margin: 0;
  }
}

.product_item_text p {
  font-size: 0.9375rem;
  line-height: 1.6;
  padding-bottom: 0;
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .product_item_text p {
    margin-top: 30px;
  }
}

.product_item_text .target {
  margin-top: 24px;
}
@media screen and (max-width: 812px) {
  .product_item_text .target {
    margin-top: 30px;
  }
}
.product_item_text .target dt {
  font-weight: bold;
}
.product_item_text .target dd {
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-top: 0.8em;
  margin-left: 0;
}

.product_item_function {
  background: #F7F7F7;
  border-radius: 10px;
  padding: 20px 30px;
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 30px;
}
@media screen and (max-width: 812px) {
  .product_item_function {
    padding: 20px 16px 20px;
    gap: 12px 0;
  }
}
.product_item_function li {
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (max-width: 812px) {
  .product_item_function li {
    width: 50%;
    min-width: fit-content;
  }
}
.product_item_function li::before {
  content: "・";
}

.product_item_function_option {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}
@media screen and (max-width: 812px) {
  .product_item_function_option {
    flex-direction: column;
    margin-top: 0;
  }
}
.product_item_function_option .block {
  flex: 1;
  min-width: calc(50% - 30px);
  background: #F7F7F7;
  border-radius: 10px;
  padding: 16px 16px 20px;
}
.product_item_function_option .block h4 {
  background: #333333;
  display: inline-block;
  width: 100%;
  text-align: center;
  color: #FFF;
  font-size: 0.9375rem;
  font-weight: bold;
  line-height: 1.6;
  padding: 4px 0 5px;
  border-radius: 5px;
}
@media screen and (max-width: 812px) {
  .product_item_function_option .block h4 {
    width: 128px;
    font-size: 0.75rem;
    padding: 4px 0 6px;
    letter-spacing: 0.1em;
  }
}
.product_item_function_option .block .product_item_function {
  background: none;
  padding: 0;
  gap: 12px 0;
  margin-top: 20px;
}
.product_item_function_option .block .product_item_function li {
  width: 50%;
  min-width: fit-content;
  padding-inline: 1.2em 0.2em;
  text-indent: -1em;
}
.product_item_function_option .plus {
  position: relative;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  margin: auto;
}
.product_item_function_option .plus::before, .product_item_function_option .plus::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 20px;
  height: 3px;
  background: #333333;
}
.product_item_function_option .plus::after {
  rotate: 90deg;
}
.product_item_function_option .block.wrap {
  padding: 0;
  background: transparent;
}
.product_item_function_option .block.wrap .block + .block {
  margin-top: 20px;
}
@media screen and (max-width: 812px) {
  .product_item_function_option .block.wrap .block + .block {
    margin-top: 16px;
  }
}
.product_item_function_option:not(:has(.option)) .product_item_function.basic li {
  width: 33.3%;
}
@media screen and (max-width: 812px) {
  .product_item_function_option:not(:has(.option)) .product_item_function.basic li {
    width: 50%;
  }
}

.product_item_note {
  width: 100%;
  font-size: 0.75rem;
  line-height: 1.6;
  text-align: right;
}
@media screen and (max-width: 812px) {
  .product_item_note {
    text-align: left;
    padding-left: 1em;
    text-indent: -1em;
  }
}

#section_reason {
  background-color: #FFF;
}
#section_reason .flex_wrap .block {
  background: #FFF;
  padding: 20px 0 0;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 812px) {
  #section_reason .flex_wrap .block {
    margin-top: 30px;
  }
}
#section_reason .flex_wrap .block .lead {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  color: #A58A53;
  padding: 0;
  margin: 22px auto 30px;
  height: 75%;
  min-height: 0%;
}
@media screen and (max-width: 812px) {
  #section_reason .flex_wrap .block .lead {
    flex: auto;
    height: auto;
  }
}
#section_reason .flex_wrap .block .text {
  font-size: 0.875rem;
  display: flex;
  padding: 0;
  height: 100%;
  min-height: 0%;
}
@media screen and (max-width: 812px) {
  #section_reason .flex_wrap .block .text {
    flex: auto;
    height: auto;
    margin-top: 0;
  }
}
#section_reason .flex_wrap .block .img {
  position: relative;
  margin-top: 30px;
}
#section_reason .flex_wrap .block .img .arrow_box_wrap {
  margin: 0 auto 1em;
}
#section_reason .flex_wrap .block .img .arrow_box_wrap .arrow_box {
  font-size: 0.875rem;
  padding: 6px 20px;
}
#section_reason .flex_wrap .block .img img {
  width: 100%;
}
@media screen and (max-width: 812px) {
  #section_reason .flex_wrap .block .img img {
    display: block;
    max-width: 320px;
    min-width: 280px;
    width: 50%;
    margin: auto;
  }
}

#section_reason.page_haisyokukun .flex_wrap .block .lead {
  height: auto;
  min-height: auto;
}

/*
#section_reason.web{
    .flex_wrap {
        .block{
            .lead{
                max-height: 72px;
                @include sp(){
                    min-height: 0;
                }
            }
            .text{
                margin-top: 0;
            }
            .img{
                .arrow_box_wrap{
                    position: absolute;
                    top: -70px;
                    left: 0;
                    right: 0;
                    @include sp(){
                        position: relative;
                        top: 0;
                        margin-bottom: 1em;
                    }
                    .arrow_box{
                        font-size: 0.875rem;
                        padding: 6px 20px;
                    }
                }
            }
        }
    }
}
*/
#section_continuityrate {
  background-color: #FFF;
  padding: 60px 0 80px;
}

#section_continuityrate .dakara {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 48px;
  color: #A58A53;
}

.continuityrate_authority {
  justify-content: center;
  align-items: center;
  gap: 74px;
}

.continuityrate_wrap {
  text-align: center;
}
.continuityrate_wrap h3 {
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 0 0 40px;
  color: #A58A53;
}
.continuityrate_wrap h3 > span {
  display: inline-block;
  letter-spacing: 0.1em;
  color: #E27900;
  font-size: 2.5rem;
  margin-left: 0.2em;
  position: relative;
}
.continuityrate_wrap h3 > span:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #E27900;
  display: block;
  position: absolute;
  bottom: -9px;
}
.continuityrate_wrap h3 > span > span {
  font-size: 3.125rem;
  margin-left: 0.2em;
}
.continuityrate_wrap h3 > span > span em {
  font-size: 3.75rem;
  font-style: normal;
}
.continuityrate_wrap .startdate {
  margin-top: 1em;
}
@media screen and (max-width: 812px) {
  .continuityrate_wrap h3 > span {
    margin-top: 10px;
    margin-left: 0;
  }
  .continuityrate_wrap .startdate {
    font-size: 0.875rem;
    margin-top: 0.5em;
  }
}

@-webkit-keyframes circleAnim {
  0% {
    stroke-dasharray: 0 1162;
  }
  99.9%, to {
    stroke-dasharray: 1162 1162;
  }
}
@keyframes circleAnim {
  0% {
    stroke-dasharray: 0 1162;
  }
  99.9%, to {
    stroke-dasharray: 1162 1162;
  }
}
.pie-chart-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.pie-chart-wrap .box {
  position: relative;
  min-width: 200px;
  width: 420px;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #FFF;
}
.pie-chart-wrap .box .percent {
  position: relative;
  width: 420px;
  height: 420px;
}
.pie-chart-wrap .box .percent svg {
  position: relative;
  width: 420px;
  height: 420px;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.pie-chart-wrap .box .percent svg circle {
  position: relative;
  fill: none;
  stroke-width: 50;
  stroke: #CCC;
  stroke-dasharray: 1163;
  stroke-dashoffset: 0;
}
.pie-chart-wrap .box .percent .number {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #333333;
}
.pie-chart-wrap .box .percent .number .keizoku {
  padding: 0;
  margin: 0;
  color: #05937c;
  font-weight: bold;
  font-size: 34px;
  letter-spacing: 0.2em;
}
.pie-chart-wrap .box .percent .number .img9945 {
  width: 296px;
  height: 83px;
  margin-top: 1em;
}
.pie-chart-wrap .box .percent .number .pointintime {
  margin: 3.5em 0 0;
}
.pie-chart-wrap .box .percent .line {
  stroke-dashoffset: 6.391;
}
.pie-chart-wrap .box .percent .line.run {
  -webkit-animation: circleAnim 1.3s forwards;
  animation: circleAnim 1.3s forwards;
  stroke: #05937c;
}
.pie-chart-wrap .chart-sp {
  display: none;
  visibility: hidden;
}
@media screen and (max-width: 812px) {
  .pie-chart-wrap .chart-pc {
    display: none;
    visibility: hidden;
  }
  .pie-chart-wrap .chart-sp {
    display: block;
    visibility: visible;
  }
  @-webkit-keyframes circleAnim {
    0% {
      stroke-dasharray: 0 754;
    }
    99.9%, to {
      stroke-dasharray: 754 754;
    }
  }
  @keyframes circleAnim {
    0% {
      stroke-dasharray: 0 754;
    }
    99.9%, to {
      stroke-dasharray: 754 754;
    }
  }
  .pie-chart-wrap .box {
    width: 300px;
    height: 300px;
  }
  .pie-chart-wrap .box .percent {
    width: 300px;
    height: 300px;
  }
  .pie-chart-wrap .box .percent svg {
    width: 300px;
    height: 300px;
  }
  .pie-chart-wrap .box .percent svg circle {
    stroke-width: 35;
    stroke-dasharray: 754;
  }
  .pie-chart-wrap .box .percent .line {
    stroke-dashoffset: 4.147;
  }
  .pie-chart-wrap .box .percent .number .keizoku {
    font-size: 26px;
  }
  .pie-chart-wrap .box .percent .number .img9945 {
    width: 190px;
    height: 53px;
    margin-top: 0.5em;
  }
  .pie-chart-wrap .box .percent .number .pointintime {
    font-size: 14px;
    margin: 2.5em 0 0;
  }
}

.authority_wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.authority_wrap h3 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.authority_wrap .item {
  font-size: 1.5rem;
  font-weight: bold;
  color: #A58A53;
  border-bottom: 4px solid #E27900;
  padding-bottom: 8px;
}
.authority_wrap .item_name {
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.15em;
}
.authority_wrap .item.achievements .item_value {
  margin-top: -10px;
}
.authority_wrap .item_value_wrap {
  display: flex;
  justify-content: end;
  align-items: baseline;
  gap: 10px;
}
.authority_wrap .item_value.item_value_15000 {
  width: 220px;
}
.authority_wrap .item_value.item_value_15000 img {
  aspect-ratio: 180/50;
}
.authority_wrap .item_value.item_value_40 {
  width: 84px;
}
.authority_wrap .item_value.item_value_40 img {
  aspect-ratio: 71/50;
}
.authority_wrap .item_unit {
  font-size: 1.25rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0.05em;
}

#section_function .flex_wrap:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#section_function .flex_wrap .block {
  background: #FFF;
  padding: 20px 20px;
  position: relative;
  margin-top: 20px;
}
#section_function .flex_wrap .block .img {
  width: 40px;
  margin: auto;
}
#section_function .flex_wrap .block .img img {
  width: 100%;
}
#section_function .flex_wrap .block h3 {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.6;
  margin: 10px auto 12px;
}
#section_function .flex_wrap .block p {
  font-size: 0.875rem;
  display: flex;
  height: 100%;
}
#section_function .flex_wrap.low-2 .block {
  width: calc(50% - 10px);
  max-width: none;
}
@media screen and (max-width: 812px) {
  #section_function .flex_wrap.low-2 .block {
    width: 100%;
  }
}
#section_function .flex_wrap.low-2 .block.center {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 812px) {
  #section_function .flex_wrap.low-2 .block.center {
    min-height: 140px;
  }
}

#section_function {
  position: relative;
}
#section_function::after {
  background-image: url(../images/icon/icon-guide-illust.png);
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translateX(-250px);
  content: "";
  width: 140px;
  height: 124px;
  background-size: contain;
  background-position: right 100% bottom -8px;
  background-repeat: no-repeat;
  z-index: 0;
}
@media screen and (max-width: 812px) {
  #section_function::after {
    top: 34px;
    width: 88px;
    height: 78px;
    transform: translateX(-170px);
  }
}

#section_customerv {
  background-color: #FFF;
  padding-bottom: 105px;
}
#section_customerv .flex_wrap:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#section_customerv .flex_wrap .block {
  background: #F5F2EC;
  padding: 20px 20px;
  position: relative;
  margin-top: 20px;
}
#section_customerv .flex_wrap .block .img {
  width: 40px;
  margin: auto;
}
#section_customerv .flex_wrap .block .img img {
  width: 100%;
}
#section_customerv .flex_wrap .block ul.select_tags {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
#section_customerv .flex_wrap .block ul.select_tags li {
  list-style: none;
  color: #FFF;
  padding: 5px 10px;
  width: 110px;
  line-height: 1em;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  margin: 0;
}
#section_customerv .flex_wrap .block ul.select_tags li.facility {
  background: #AA8FC4;
}
#section_customerv .flex_wrap .block ul.select_tags li.nursery {
  background: #C64CA1;
}
#section_customerv .flex_wrap .block p {
  font-size: 0.875rem;
  display: flex;
  height: 100%;
  margin-top: 18px;
}

#section_flow {
  background-color: #F4F4F4;
}
#section_flow .img {
  margin: 60px auto;
}
@media screen and (max-width: 812px) {
  #section_flow .img {
    max-width: 500px;
    margin: 30px auto;
  }
}
#section_flow .img img {
  width: 100%;
}
#section_flow p.c {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

.section_cta.first_cta {
  padding: 50px 0;
}

#section_price .flex_wrap {
  flex-wrap: nowrap;
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #section_price .flex_wrap {
    flex-direction: column;
  }
}
#section_price .block {
  width: 280px;
  padding: 23px 10px 23px 20px;
}
#section_price .block dl {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
#section_price .block dl dt {
  margin: 0;
}
#section_price .block dl dd {
  margin: 5px 0 0;
}
#section_price .block dl dd em {
  font-style: normal;
  font-size: 3.125rem;
  font-family: "Concert One", cursive;
  margin: 0 6px;
}
#section_price .symbol {
  font-family: "Concert One", cursive;
  font-size: 3.75rem;
  color: #A58A53;
}
@media screen and (max-width: 812px) {
  #section_price .symbol.equal {
    transform: rotate(90deg);
    position: relative;
    right: -0.1em;
  }
}
#section_price.facility dl dd em {
  color: #AA8FC4;
}
#section_price.nursery dl dd em {
  color: #C64CA1;
}
#section_price.kyusyokucorp dl dd em {
  color: #8CB500;
}
#section_price.byouin dl dd em {
  color: #0084D6;
}
#section_price.kyoiku dl dd em {
  color: #507BB5;
}
#section_price.haisyokukun dl dd em {
  color: #DEAC69;
}
#section_price.petit dl dd em {
  color: #77C4C4;
}

#section_article .flex_wrap {
  margin-top: 40px;
}
#section_article .flex_wrap:after {
  content: "";
  display: block;
  width: 32%;
  height: 0;
}
#section_article .c {
  margin-top: 60px;
}
#section_article .no_post {
  width: 100%;
  margin: 30px auto;
}

.block.article_blog {
  margin-top: 20px;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.block.article_blog > a {
  color: #333333;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.block.article_blog > a:hover .title {
  color: #01937C;
  text-decoration: underline;
}
.block.article_blog .thumb {
  width: 100%;
  height: 140px;
  min-height: 140px;
  background-size: cover;
  /*サムネイルの運用方法によって変更*/
  background-position: center center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 812px) {
  .block.article_blog .thumb {
    background-size: contain;
    /*サムネイルの運用方法によって変更*/
  }
}
.block.article_blog .date {
  font-size: 0.875rem;
  padding-bottom: 6px;
}
.block.article_blog h1.title {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 0;
  transition: all 0.1s ease;
}
.block.article_blog .tag_wrap {
  border-top: 2px solid #EEEEEE;
  border-bottom: 2px solid #EEEEEE;
  padding: 10px 0;
  margin-top: 10px;
}
.block.article_blog .excerpt {
  font-size: 0.875rem;
  margin-top: 10px;
}

.flow_wrap .row {
  background: #F5F2EC;
  border-radius: 10px;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  margin-top: 40px;
  position: relative;
}
.flow_wrap .row:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -20px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #E27900 transparent transparent transparent;
  border-width: 20px 20px 0 20px;
}
@media screen and (max-width: 812px) {
  .flow_wrap .row {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 812px) {
  .flow_wrap .row .num_wrap {
    width: 50%;
  }
}
.flow_wrap .row .num {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 33px;
  margin: auto;
}
.flow_wrap .row .img {
  width: 180px;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .flow_wrap .row .img {
    width: 50%;
  }
}
.flow_wrap .row .text {
  width: calc(100% - 50px - 180px);
}
@media screen and (max-width: 812px) {
  .flow_wrap .row .text {
    width: 100%;
  }
}
.flow_wrap .row .text .title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #A58A53;
}
.flow_wrap .row .text .des {
  font-size: 0.875rem;
}

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

PAGE ハイ食君

--------------------------------------------------------------------*/
#page_head.type_products.page_haisyokukun:after {
  background-size: auto 380px;
  background-position: right 95% bottom -30px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun:after {
    background-position: right 120% bottom -30px;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap {
  align-items: center;
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap {
    flex-direction: column;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.haisyokukun {
  width: auto !important;
  margin: auto !important;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .symbol {
    margin-top: 30px;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .symbol i {
  font-size: 40px;
  color: #E27900;
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary {
  margin: auto;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary {
    width: 100%;
    margin-top: 30px;
    justify-content: center;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility {
  margin-top: 0;
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility .product_title {
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility .product_title {
    font-size: 1.25rem;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility .product_title i {
  background: url(../images/icon-facility.svg) no-repeat center;
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility .product_title_band {
  background-color: #AA8FC4;
  display: inline-block;
  font-size: 1.0625rem;
  padding: 11px 0 12px;
  border-radius: 6px;
  margin: auto;
  width: 100px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.facility .product_title_band {
    font-size: 1rem;
    width: 84px;
    margin: auto 0;
    margin-left: 12px;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin {
  margin-top: 30px;
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin .product_title {
  margin-top: 0;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin .product_title {
    font-size: 1.25rem;
  }
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin .product_title i {
  background: url(../images/icon-byouin.svg) no-repeat center;
}
#page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin .product_title_band {
  background-color: #0084D6;
  display: inline-block;
  font-size: 1.0625rem;
  padding: 11px 0 12px;
  border-radius: 6px;
  margin: auto;
  width: 100px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products.page_haisyokukun .product_summary_wrap .product_summary.byouin .product_title_band {
    font-size: 1rem;
    width: 84px;
    margin: auto 0;
    margin-left: 12px;
  }
}

.features.page_haisyokukun .flex_wrap.row-2 {
  margin-top: -40px;
  margin-left: -20px;
  margin-right: -20px;
}
.features.page_haisyokukun .flex_wrap.row-2 .block {
  width: calc(50% - 40px);
  max-width: none;
  padding: 20px 20px 30px;
  margin: 60px 20px 0;
}
@media screen and (max-width: 812px) {
  .features.page_haisyokukun .flex_wrap.row-2 .block {
    width: 100%;
  }
}
.features.page_haisyokukun .flex_wrap.row-2 .block .point {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Concert One", cursive;
}
.features.page_haisyokukun .flex_wrap.row-2 .block .point .text {
  color: #E27900;
  font-size: 33px;
}
.features.page_haisyokukun .flex_wrap.row-2 .block .point .num {
  width: 50px;
  min-width: 50px;
  height: 50px;
  min-height: 50px;
  font-size: 33px;
  margin: 0;
  margin-left: 12px;
}
.features.page_haisyokukun .flex_wrap.row-2 .block .supplement {
  text-align: center;
  font-size: 1rem;
  font-weight: bold;
  margin: 30px auto 0;
}

section.section_cta.page_haisyokukun strong {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
}
section.section_cta.page_haisyokukun p {
  margin-top: 38px;
}

section#section_reason .textWrap {
  text-align: center;
  margin-top: 80px;
}
section#section_reason .textWrap .lead {
  color: #01937C;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 812px) {
  section#section_reason .textWrap .lead {
    font-size: 1.5rem;
  }
}
section#section_reason .textWrap .sub {
  font-size: 1.125rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  section#section_reason .textWrap .sub {
    text-align: left;
  }
}
section#section_reason .textWrap .btn {
  margin-top: 20px;
}
section#section_reason .textWrap .small {
  color: #01937C;
  font-weight: bold;
  margin-top: 20px;
}

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

PAGE 無料トライアルフォーム

--------------------------------------------------------------------*/
#page_head.type_products .product_summary.entry {
  width: 100%;
  text-align: center;
}
#page_head.type_products .product_summary.entry .product_title_band {
  display: block;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  padding: 11px 0 12px;
  border-radius: 6px;
  margin: 30px 0 0;
  background: #E27900;
  max-width: 400px;
  margin: auto;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_summary.entry .product_title_band {
    font-size: 1rem;
  }
}
#page_head.type_products .product_summary.entry .product_title {
  justify-content: center;
  gap: 16px;
}
#page_head.type_products .product_summary.entry .product_title img {
  width: 80px;
  translate: 0 4px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_summary.entry .product_title img {
    width: 64px;
  }
}
#page_head.type_products .product_summary.entry .product_title span {
  color: #E27900;
  font-size: 2.8125rem;
  font-weight: bold;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_summary.entry .product_title span {
    font-size: 2rem;
  }
}
#page_head.type_products .product_summary.entry .lead_line {
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (max-width: 812px) {
  #page_head.type_products .product_summary.entry .lead_line {
    margin-top: 40px;
  }
}

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

PAGE ARCHIVE COMMON

--------------------------------------------------------------------*/
.pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
.pagenavi a,
.pagenavi span {
  font-size: 1.125rem;
  font-weight: bold;
  text-decoration: underline;
  margin-left: 10px;
  margin-right: 10px;
}
.pagenavi a.page-numbers {
  margin: 0 10px;
}
.pagenavi a.page-numbers:hover {
  color: #333333;
}
.pagenavi a.next,
.pagenavi a.prev {
  font-size: 1.25rem;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #01937C;
  background: #FFF;
  border-radius: 50%;
  text-decoration: none;
  text-indent: -999px;
  overflow: hidden;
  position: relative;
}
.pagenavi a.next:hover,
.pagenavi a.prev:hover {
  color: #FFF;
  background: #01937C;
}
.pagenavi a.next:hover:after,
.pagenavi a.prev:hover:after {
  border-right: 3px solid #FFF;
  border-bottom: 3px solid #FFF;
}
.pagenavi a.next:after,
.pagenavi a.prev:after {
  content: "";
  width: 8px;
  height: 8px;
  border-right: 3px solid #01937C;
  border-bottom: 3px solid #01937C;
  transform: rotate(-45deg);
  transform-origin: center center;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -7px;
}
.pagenavi a.prev {
  margin-left: 0;
  margin-right: 35px;
}
.pagenavi a.prev:after {
  transform: rotate(135deg);
  margin: -5px 0 0 -4px;
}
.pagenavi a.first {
  margin-left: 0;
  margin-right: 20px;
}
.pagenavi a.next {
  margin-left: 35px;
  margin-right: 0;
}
.pagenavi a.extend {
  margin-left: 20px;
  margin-right: 0;
}
.pagenavi span.current {
  color: #333333;
  text-decoration: none;
  pointer-events: none;
}

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

PAGE ARCHIVE BLOG

--------------------------------------------------------------------*/
#page_head.type_common {
  padding: 40px 0 60px;
  position: relative;
}
#page_head.type_common .title_wrap {
  text-align: center;
}
#page_head.type_common .title_wrap .catch p {
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#page_head.type_common .title_wrap .title {
  font-size: 2.8125rem;
  margin-top: 0.5em;
}

#page_head.page_archive .title_wrap .title {
  color: #333333;
}
#page_head.page_archive .flex_wrap {
  margin-top: 40px;
}
#page_head.page_archive .flex_wrap .block {
  background: transparent;
}
#page_head.page_archive .tag_wrap {
  display: flex;
  align-items: baseline;
  margin-top: 40px;
}
#page_head.page_archive .tag_wrap p {
  font-size: 0.875rem;
  padding: 0;
  margin-right: 10px;
}

.guide_head::after {
  background-image: url("../images/icon/icon-guide-illust.png");
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  max-width: 1200px;
  height: 100%;
  background-size: 313px auto;
  background-position: right 100% bottom -8px;
  background-repeat: no-repeat;
  z-index: -1;
}
@media screen and (max-width: 812px) {
  .guide_head::after {
    opacity: 0.3;
    background-size: 260px auto;
    background-position: center;
  }
}
.guide_head .catch p,
.guide_head .title {
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF, 0 -1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF;
}
@media screen and (max-width: 812px) {
  .guide_head .catch p,
  .guide_head .title {
    text-shadow: none;
  }
}

@media screen and (max-width: 812px) {
  #page_head.type_common.guide_head .title_wrap .title {
    font-size: 2.55rem;
  }
}

.section_guide .base_wrap {
  max-width: 800px;
}
.section_guide .flex_wrap {
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 812px) {
  .section_guide .flex_wrap {
    gap: 12px;
  }
}
.section_guide .block {
  width: 50%;
  max-width: 320px;
}
.section_guide .block:hover .icon,
.section_guide .block:hover .logo {
  scale: 1.05;
}
.section_guide .block:hover .text_link {
  text-decoration: underline;
}
@media screen and (max-width: 812px) {
  .section_guide .block {
    width: calc(50% - 6px);
  }
}
.section_guide .block a {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  padding: 20px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_guide .block .icon {
  width: 70px;
  aspect-ratio: 1/1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}
.section_guide .block .icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 812px) {
  .section_guide .block .icon {
    width: 60px;
  }
}
.section_guide .block .logo {
  width: 90%;
  height: 70px;
  text-align: center;
  transition: all 0.3s ease;
}
.section_guide .block .logo img {
  width: 90%;
  height: 100%;
  object-fit: contain;
}
.section_guide .block .text_link {
  display: inline-block;
  color: #E27900;
  font-size: 1rem;
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  position: relative;
}
.section_guide .block .text_link::after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  right: -10px;
  transition: all 0.3s ease;
}
@media screen and (max-width: 812px) {
  .section_guide .block .text_link {
    font-size: 0.875rem;
  }
}
.section_guide_package {
  padding-block: 0;
}
.section_guide_package .flex_wrap {
  margin-top: 50px;
}
.section_guide_package .flex_wrap .block a {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  padding: 30px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section_guide_system {
  padding-bottom: 80px;
}

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

PAGE SINGLE BLOG

--------------------------------------------------------------------*/
#page_head.page_single_blog {
  padding: 40px 0;
}
#page_head.page_single_blog .title_wrap {
  border-bottom: 4px solid #A58A53;
  padding-bottom: 40px;
}
#page_head.page_single_blog .title_wrap .tag_wrap {
  display: flex;
  align-items: baseline;
  padding-top: 7px;
}
#page_head.page_single_blog .title_wrap .tag_wrap p {
  font-size: 0.875rem;
  padding: 0;
  margin-right: 10px;
}
#page_head.page_single_blog .title_wrap .title {
  font-size: 1.875rem;
  color: #A58A53;
  line-height: 1.5;
  margin-top: 10px;
}

.post_head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
}
.post_head .date {
  font-weight: bold;
}
.post_head .sns_wrap ul li {
  display: inline-block;
}
.post_head .sns_wrap ul li:not(:last-child) {
  margin-right: 20px;
}
.post_head .sns_wrap ul li a {
  font-size: 1.25rem;
  color: #333333;
}

.post_contents {
  padding: 40px 0 80px;
}
.post_contents img {
  height: auto;
}
.post_contents figure {
  margin-top: 24px;
  padding-bottom: 40px;
  text-align: center;
}
.post_contents figure img {
  background: #EEEEEE;
}
.post_contents h1,
.post_contents h2 {
  font-size: 1.75rem;
  line-height: 1.4;
  margin-top: 1rem;
  padding-bottom: 1.4rem;
}
.post_contents h3 {
  font-size: 1.5rem;
  line-height: 1.4;
  margin-top: 1rem;
  padding-bottom: 1.2rem;
}
.post_contents h4 {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-top: 1rem;
  padding-bottom: 1.2rem;
}
.post_contents h5,
.post_contents h6 {
  font-size: 1.125rem;
  line-height: 1.4;
  margin-top: 1rem;
  padding-bottom: 1rem;
}
.post_contents [id^=idx-] {
  margin-top: 0;
  padding-top: 1rem;
}

.post_contents .anchor_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.6rem;
  width: auto;
  margin: 0 0 80px;
}
.post_contents .anchor_wrap a {
  display: inline-block;
  font-size: 0.875rem;
  color: #E27900;
  font-weight: bold;
  text-align: center;
  padding: 4px 12px 4px 0;
  line-height: 1;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: pre-line;
}
.post_contents .anchor_wrap a::after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right.svg) no-repeat center;
  rotate: 90deg;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  top: 1px;
  right: -10px;
  transition: all 0.3s ease;
}
.post_contents .anchor_wrap a:hover {
  text-decoration: underline;
}

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

PAGE ARCHIVE NEWS

--------------------------------------------------------------------*/
#page_head.sigle_title .title_wrap .title {
  font-size: 1.875rem;
  margin-top: 0;
}

.cat_list {
  width: 100%;
}
.cat_list ul {
  width: 100%;
  display: flex;
}
.cat_list ul li {
  width: 25%;
}
.cat_list a {
  display: block;
  max-width: 247px;
  margin: 0;
  justify-content: center;
  align-items: center;
  color: #01937C;
  background: transparent;
  text-align: center;
  cursor: pointer;
  font-size: 0.875rem;
  line-height: 1.6;
  font-weight: bold;
  padding: 10px 5px;
  position: relative;
  border-bottom: 4px solid;
}
@media screen and (max-width: 812px) {
  .cat_list a {
    width: auto;
    font-size: 0.75rem;
    margin: 0 10px;
  }
}
.cat_list a:hover {
  color: #333333;
}
.cat_list a.active {
  color: #333333;
}
.cat_list a.active:after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #333333 transparent transparent transparent;
  border-width: 6px 7px 0 7px;
}

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

PAGE SINGLE NEWS

--------------------------------------------------------------------*/
#page_head.page_single_news {
  padding: 40px 0;
}
#page_head.page_single_news .title_wrap {
  border-bottom: 4px solid #333333;
  padding-bottom: 40px;
}
#page_head.page_single_news .title_wrap .post_head {
  display: flex;
  justify-content: flex-start;
}
#page_head.page_single_news .title_wrap .post_head .date {
  width: 84px;
  font-size: 1rem;
  font-family: "Concert One", cursive;
  text-align: left;
}
#page_head.page_single_news .title_wrap .post_head .category {
  text-align: left;
}
#page_head.page_single_news .title_wrap .post_head .category span {
  display: inline-block;
  width: 126px;
  background: #FFF;
  border: 1px solid #A58A53;
  border-radius: 6px;
  color: #A58A53;
  font-size: 0.75rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 0;
}
#page_head.page_single_news .title_wrap .title {
  font-size: 1.875rem;
  color: #333333;
  line-height: 1.5;
  margin-top: 10px;
}

.news_contents_wrap {
  padding-bottom: 80px;
}
.news_contents_wrap .post_contents {
  padding: 20px 0 80px;
}

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

PAGE COMMON

--------------------------------------------------------------------*/
main:not(.page_top) {
  padding-top: 120px;
}
@media screen and (max-width: 812px) {
  main:not(.page_top) {
    padding-top: 0;
  }
}

#page_head.single_title {
  padding: 60px 0;
  position: relative;
  /*
  &.contact:after{
      background-image: url(../images/icon-mail.svg);
      background-size: auto 184px;
      background-position: right 100% center;
  }
  */
}
#page_head.single_title:after {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  width: 100%;
  max-width: 1300px;
  height: 100%;
  background-repeat: no-repeat;
  z-index: -1;
}
#page_head.single_title.info:after {
  background-image: url(../images/icon-info.svg);
  background-size: auto 313px;
  background-position: right 100% center;
}
#page_head.single_title .base_wrap {
  width: 100%;
  margin: auto;
  background: transparent;
  padding: 0;
}
#page_head.single_title .base_wrap .title_wrap {
  text-align: center;
}
#page_head.single_title .base_wrap .title_wrap .title {
  color: #333333;
  margin: 0;
}

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

PAGE FAQ

--------------------------------------------------------------------*/
#page_head.faq .title_wrap .title {
  color: #333333;
  margin: 0;
  text-align: center;
  margin-bottom: 30px;
}
#page_head.faq .title_wrap .section_head {
  font-size: 1.125rem;
  font-weight: bold;
  text-align: center;
}

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

FORM

--------------------------------------------------------------------*/
#section_form_step .inner_block {
  padding: 40px 0;
}
#section_form_step .flex_wrap {
  flex-wrap: nowrap;
}
@media screen and (max-width: 812px) {
  #section_form_step .flex_wrap {
    display: block;
  }
}
#section_form_step .block {
  max-width: 240px;
}
@media screen and (max-width: 812px) {
  #section_form_step .block {
    max-width: none;
  }
  #section_form_step .block:not(:first-child) {
    margin-top: 60px;
  }
}
#section_form_step .block:first-child .step_num:before {
  display: none;
}
#section_form_step .block:last-child .step_num:after {
  display: none;
}
#section_form_step .step_num {
  background: #E27900;
  padding: 15px 0;
  text-align: center;
  position: relative;
  font-family: "Concert One", cursive;
  font-size: 1.875rem;
  font-weight: bold;
  color: #FFF;
  text-indent: 0.4em;
}
#section_form_step .step_num:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent transparent transparent #FFF;
  border-width: 30px 0 30px 20px;
}
#section_form_step .step_num:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #FFF transparent #FFF transparent;
  border-width: 30px 0 30px 20px;
}
#section_form_step .img {
  text-align: center;
  margin: 20px 0 10px;
}
#section_form_step .text {
  font-size: 0.875rem;
  padding: 0 20px;
}

.contact_wrap hr {
  width: 100%;
  height: 4px;
  background: #F5F2EC;
  margin-top: 40px;
}
.contact_wrap .required {
  background: #DE7700;
  padding: 7px 0px;
  color: #FFFFFF;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  border-radius: 4px;
  display: inline-block;
  width: 48px;
  text-align: center;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
.contact_wrap small {
  font-weight: normal;
  font-size: 12px;
}
.contact_wrap .text_wrap:first-child .content_title {
  padding-top: 0;
}
.contact_wrap .text_wrap .content_title {
  margin-bottom: 40px;
}
.contact_wrap .text_wrap p {
  padding-bottom: 60px;
}

.total_price_wrap {
  text-align: right;
  margin-top: 24px;
}
.total_price_wrap .total_price {
  font-size: 1rem;
  font-weight: bold;
}
.total_price_wrap .total_price em {
  font-style: normal;
  font-size: 1.25rem;
}
.total_price_wrap .breakdown {
  margin-top: 14px;
  font-size: 0.875rem;
}
@media screen and (max-width: 812px) {
  .total_price_wrap .breakdown {
    line-height: 1.5;
  }
}

.page__input .txtprice {
  font-weight: bold;
  font-size: 1rem;
  padding-bottom: 4px !important;
}
@media screen and (max-width: 812px) {
  .page__input .txtprice {
    /*padding-bottom: 21px !important;*/
  }
}
.page__input .txtprice em {
  font-style: normal;
  font-size: 1.25rem;
}
.page__input .txtprice small {
  font-size: 12px;
}

.contact_wrap .pricecaption {
  font-size: 0.875rem;
  margin-top: 2em;
  padding-bottom: 0 !important;
}
@media screen and (max-width: 812px) {
  .contact_wrap .pricecaption {
    margin-top: 1.5em;
    padding-bottom: 21px !important;
  }
}

#page_head.page__thanks {
  padding: 60px 20px 120px;
}
#page_head.page__thanks .title {
  text-align: center;
}
#page_head.page__thanks .text {
  text-align: center;
  margin-top: 40px;
}
#page_head.page__thanks .c {
  margin-top: 60px;
}
#page_head.page__thanks .c a:after {
  display: none;
}

/*-- FORM --------------------------------------------------*/
.form_wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 812px) {
  .form_wrap .inner_block {
    padding: 10px 10px 60px;
  }
}
@media screen and (max-width: 812px) {
  .form_wrap .inner_block .inner_block {
    padding: 30px 10px 10px;
  }
}
.form_wrap .arrow_box_wrap {
  margin-top: 0;
  margin-bottom: 46px;
}
@media screen and (max-width: 812px) {
  .form_wrap .arrow_box_wrap {
    padding: 0 20px;
  }
}
.form_wrap .open_btn {
  font-size: 0.875rem;
  font-weight: bold;
  color: #01937C;
  text-decoration: underline;
  cursor: pointer;
}

form label {
  font-size: 1rem;
  font-weight: bold;
}

.form_column:not(:first-child) {
  margin-top: 40px;
}
.form_column .label {
  display: flex;
  align-items: center;
}
.form_column .form {
  padding-top: 10px;
}
.form_column .form.short {
  max-width: 200px;
}
.form_column .form.short input,
.form_column .form.short select {
  max-width: 100%;
}
.form_column .flex_wrap.hastxt {
  align-items: center;
}
@media screen and (max-width: 812px) {
  .form_column .flex_wrap.hastxt {
    padding-left: 0 !important;
    margin-top: 20px;
  }
}
.form_column .flex_wrap.hastxt .txt {
  font-size: 1rem;
  margin-left: 0.4rem;
}
@media screen and (max-width: 812px) {
  .form_column .flex_wrap.hastxt .txt {
    margin-left: 0;
  }
}
.form_column ul {
  margin-top: 1.3em;
}
.form_column ul li {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.6em;
}
.form_column ul li span {
  color: #E27900;
  font-weight: bold;
}

.flex_form_wrap .form_column {
  width: 100%;
}
.flex_form_wrap .form_column .flex_wrap {
  justify-content: start;
}
.flex_form_wrap .form_column .label {
  min-width: 220px;
  width: 40%;
}
.flex_form_wrap .form_column .label label {
  margin-left: auto;
}
@media screen and (max-width: 812px) {
  .flex_form_wrap .form_column .label label {
    margin-left: 0;
  }
}
.flex_form_wrap .form_column .label label.hascaption {
  display: flex;
  align-items: center;
}
.flex_form_wrap .form_column .label label.hascaption .wrap {
  text-align: right;
}
.flex_form_wrap .form_column .label label.hascaption .caption {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  margin-top: 10px;
}
.flex_form_wrap .form_column .form {
  padding-top: 0;
  min-width: 324px;
  width: 60%;
  padding-left: 10px;
}
.flex_form_wrap .form_column .form .form_mim {
  max-width: 150px;
}

input,
textarea {
  font-size: 1rem;
  background-color: #F5F2EC;
  border-radius: 6px;
  width: 100%;
  padding: 0.8em 1.25em;
  max-height: 48px;
}
@media screen and (max-width: 812px) {
  input,
  textarea {
    padding: 0.8em;
  }
}

textarea {
  max-height: none;
  max-width: 100%;
  min-width: 100%;
}

[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=submit] {
  max-height: none;
  font-size: 1rem;
  background-color: #E27900;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  border-radius: 30px;
  width: 228px;
  height: 60px;
  padding: 0 45px 0 45px;
  line-height: 1;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease;
}
[type=submit]:focus {
  background: #E27900;
}
[type=submit]:hover {
  color: #FFF;
  background-color: #be6702;
}

::placeholder {
  color: #AAAAAA;
  font-size: 1rem;
}

.select select:focus,
input:focus {
  background: #F5F2EC;
}

button,
select {
  text-transform: none;
}

button,
input,
optgroup,
select,
textarea {
  font-size: 100%;
  line-height: 1.6;
  margin: 0;
}

.control {
  font-weight: normal;
  display: inline-block;
  position: relative;
  padding-left: 40px;
  margin-right: 26px;
  cursor: pointer;
}
.control:first-child {
  margin-top: 11px;
}
.control.control--checkbox {
  margin-bottom: 15px;
}
.control.control--radio {
  margin-bottom: 18px;
}

.control input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.control input:checked ~ .control__indicator:after {
  display: block;
}

.control__indicator {
  position: absolute;
  left: 0;
  background: #F5F2EC;
}
.control__indicator:after {
  content: "";
  position: absolute;
  display: none;
}

.control--checkbox input:checked ~ .control__indicator {
  background: #FFF;
}
.control--checkbox .control__indicator {
  border-radius: 4px;
  top: 0px;
  height: 16px;
  width: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.control--checkbox .control__indicator:after {
  content: "";
  background: url(../images/icon/icon_check.svg) no-repeat center;
  width: 14px;
  height: 14px;
  position: relative;
  transition: all 0.3s ease;
}

.control--radio .control__indicator {
  border-radius: 50%;
  top: -6px;
  height: 30px;
  width: 30px;
}
.control--radio .control__indicator:after {
  top: 9px;
  left: 9px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #333333;
}

.control--radio_text {
  margin-top: 10px;
  padding-left: 40px;
  font-size: 0.875rem;
}
.control--radio_text p {
  padding-bottom: 20px;
}
.control--radio_text a {
  font-weight: bold;
  text-decoration: underline;
}

.select {
  font-size: 1rem;
  position: relative;
  display: inline-block;
  width: 100%;
}
.select select {
  display: inline-block;
  width: 100%;
  cursor: pointer;
  padding: 0.8em 1.25em;
  max-height: 48px;
  outline: 0;
  border: 0;
  border-radius: 0;
  background: #F5F2EC;
  border-radius: 6px;
  color: #000;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.address_wrap {
  display: flex;
}
@media screen and (max-width: 812px) {
  .address_wrap {
    display: block;
  }
}
.address_wrap .prefectures {
  width: 200px;
  position: relative;
}
@media screen and (max-width: 812px) {
  .address_wrap .prefectures {
    width: 100%;
  }
}
.address_wrap .prefectures .select {
  width: 100%;
  position: relative;
}
.address_wrap .prefectures .select:before {
  content: "▼";
  font-size: 1rem;
  color: #AAAAAA;
  position: absolute;
  right: 14px;
  bottom: 17px;
  pointer-events: none;
}
.address_wrap .addressline {
  width: calc(100% - 200px - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 812px) {
  .address_wrap .addressline {
    width: 100%;
    margin-left: 0;
    margin-top: 40px;
  }
}

.form_btn_wrap {
  margin-top: 58px;
}

.check_agree_wrap {
  margin-top: 60px;
}
.check_agree_wrap p {
  padding-bottom: 40px;
}
.check_agree_wrap p a {
  font-weight: bold;
  text-decoration: underline;
}
.check_agree_wrap label.control {
  padding-top: 5px;
  padding-left: 40px;
  margin: 0;
  font-weight: bold;
}
.check_agree_wrap .control__indicator {
  background: #FFF;
  width: 30px;
  height: 30px;
  border-radius: 0;
}

.form_btn_wrap #agree {
  position: relative;
}
.form_btn_wrap #agree:after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  right: 36px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.form_btn_wrap #agree .btn {
  text-indent: -8px;
}
.form_btn_wrap [type=submit][disabled] {
  cursor: not-allowed;
  border: 1px solid #D1D1D1;
  background-color: #D1D1D1;
}
.form_btn_wrap [type=submit][disabled]:hover {
  color: #FFF;
}

.form_btn_wrap_contact {
  margin-top: 58px;
}
.form_btn_wrap_contact #agree {
  position: relative;
}
.form_btn_wrap_contact #agree:after {
  content: "";
  background: url(../images/icon/icon_chevron_circle-right_white.svg) no-repeat center;
  display: inline-block;
  width: 14px;
  height: 14px;
  position: relative;
  right: 36px;
  pointer-events: none;
  transition: all 0.3s ease;
}
.form_btn_wrap_contact #agree .btn {
  text-indent: -8px;
}

.mw_wp_form .error {
  margin-top: 1em;
}

/*-- CONFIRM --------------------------------------------------*/
.mw_wp_form_confirm .form_column .form {
  margin-top: 10px;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 0.8em 1.25em;
}
.mw_wp_form_confirm .flex_form_wrap .form_column .form {
  margin-top: 0;
  background-color: transparent;
  padding-left: 10px;
}
.mw_wp_form_confirm .flex_form_wrap .form_column .form .form_mim {
  width: 65px;
  background-color: #f4f4f4;
  border-radius: 6px;
  padding: 0.8em 1.25em;
}
.mw_wp_form_confirm .form.control-group {
  background-color: transparent;
}
.mw_wp_form_confirm .form_btn_wrap #agree {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.mw_wp_form_confirm .form_btn_wrap #agree:after {
  display: none;
}
.mw_wp_form_confirm .form_btn_wrap .btn {
  font-size: 1rem;
  margin: auto;
}
.mw_wp_form_confirm .form_btn_wrap .return {
  background-color: transparent;
  color: #333333;
  margin: 30px auto 0;
  padding: 0;
  border-radius: 0;
  margin: 60px auto 0;
  width: auto;
  height: auto;
}

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

PAGE CONTACT

--------------------------------------------------------------------*/
#page_head.contact .inner_block {
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  #page_head.contact .inner_block {
    width: calc(100% - 40px);
    padding: 60px 20px;
    margin: 60px auto 0;
  }
}
#page_head.contact .inner_block p {
  font-weight: bold;
}
#page_head.contact .inner_block a {
  margin-top: 20px;
  line-height: 1.6;
}

.contact_attention {
  margin-top: 60px;
}
@media screen and (max-width: 812px) {
  .contact_attention {
    padding: 0 20px;
  }
}
.contact_attention p {
  font-size: 0.875rem;
}

.form_wrap.page_contact {
  padding-top: 0;
}

.page_contact .mwform-radio-field label input[type=radio] {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  display: none;
}
.page_contact .mwform-radio-field label input[type=radio] + span::before {
  z-index: 0;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-color: #F5F2EC;
}
.page_contact .mwform-radio-field label input[type=radio] + span::before,
.page_contact .mwform-radio-field label input[type=radio] + span::after {
  position: absolute;
  content: "";
  top: -5px;
  border-radius: 100%;
  -webkit-transition: all 0.05s;
  transition: all 0.05s;
}
.page_contact .mwform-radio-field label input[type=radio] + span::after {
  content: "";
  opacity: 0;
  top: -5px;
  left: 0;
  width: 30px;
  height: 30px;
  background: #333333;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.page_contact .mwform-radio-field label input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
}
.page_contact .mwform-radio-field label span {
  display: inline-block;
  position: relative;
  padding-left: 34px;
}
.page_contact .mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-left: 0 !important;
  margin-top: 14px;
  margin-right: 16px;
}
@media screen and (max-width: 812px) {
  .page_contact .mwform-radio-field.horizontal-item {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

label input[type=radio]:checked + span::after {
  opacity: 1;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}

/*-- CONFIRM --------------------------------------------------*/
/*-- THANKS --------------------------------------------------*/
/*-- MODAL --------------------------------------------------*/
.form_wrap .open_btn {
  font-size: 0.875rem;
  font-weight: bold;
  color: #01937C;
  text-decoration: underline;
  cursor: pointer;
}
.form_wrap .open_btn:hover {
  color: #be6702;
}

.popup_wrap input {
  display: none;
}

.popup_overlay {
  display: flex;
  justify-content: center;
  overflow: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  transition: opacity 0.5s, transform 0s 0.5s;
  transform: scale(0);
}

.popup_trigger {
  position: absolute;
  width: 100%;
  height: 100%;
}

.popup_content {
  position: relative;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  height: 80vh;
  overflow-y: scroll;
  box-sizing: border-box;
  background: #fff;
  line-height: 1.8em;
  transition: 0.5s;
  border-radius: 10px;
  box-shadow: 0 0 5px rgba(94, 94, 94, 0.7);
}
@media screen and (max-width: 812px) {
  .popup_content {
    width: calc(100% - 40px);
  }
}

.aboutpayment_wrap {
  padding: 60px 60px;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap {
    padding: 60px 20px;
  }
}
.aboutpayment_wrap .content_title {
  padding-top: 0;
}
.aboutpayment_wrap div {
  width: calc(100% - 40px);
  max-width: 800px;
  margin: auto;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap div {
    width: calc(100% - 20px);
  }
}
.aboutpayment_wrap div:not(:last-child) {
  margin-bottom: 60px;
}
.aboutpayment_wrap div em {
  color: #A58A53;
  font-style: normal;
  font-size: 1.125rem;
  font-weight: bold;
  margin-bottom: 1em;
  display: block;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap div em {
    font-size: 1rem;
  }
}
.aboutpayment_wrap div p {
  font-size: 1rem;
  position: relative;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap div p {
    font-size: 0.875rem;
  }
}
.aboutpayment_wrap div p b {
  text-decoration: underline;
}
.aboutpayment_wrap div p.num {
  padding-left: 2.5em;
}
.aboutpayment_wrap div p.num1:before {
  content: "１）";
  position: absolute;
  left: 0;
}
.aboutpayment_wrap div p.num2:before {
  content: "２）";
  position: absolute;
  left: 0;
}
.aboutpayment_wrap div p a {
  font-weight: bold;
  text-decoration: underline;
}
.aboutpayment_wrap div table {
  width: 100%;
}
.aboutpayment_wrap div th,
.aboutpayment_wrap div td {
  font-size: 1rem;
  padding: 20px;
  line-height: 1.5em;
  display: table-cell;
  border-bottom: 1px solid #CCC;
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap div th,
  .aboutpayment_wrap div td {
    font-size: 0.875rem;
  }
}
.aboutpayment_wrap div td:first-child {
  text-align: left;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap div td:first-child {
    width: 40%;
  }
}
.aboutpayment_wrap small {
  font-size: 0.875rem;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap small {
    font-size: 0.75rem;
  }
}
.aboutpayment_wrap .btn_secondary {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 2em auto;
  max-width: 280px;
}
.aboutpayment_wrap .btn_secondary:after {
  display: none;
}
.aboutpayment_wrap .txt_monthly_charge {
  margin: 0;
  padding-bottom: 8px;
  font-weight: bold;
}
.aboutpayment_wrap .monthly_charge {
  margin: 0 !important;
  width: 100%;
  display: flex;
  align-items: center;
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-bottom: 8px !important;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge {
    flex-direction: column;
  }
}
.aboutpayment_wrap .monthly_charge .block {
  margin: 0;
}
.aboutpayment_wrap .monthly_charge .block.office_charges {
  width: calc(30% - 50px);
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.office_charges {
    width: 100%;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }
}
.aboutpayment_wrap .monthly_charge .block.office_charges p {
  margin: 0;
  padding: 0;
}
.aboutpayment_wrap .monthly_charge .block.office_charges .name {
  font-size: 1rem;
  font-weight: bold;
}
.aboutpayment_wrap .monthly_charge .block.office_charges .name small {
  font-weight: normal;
}
.aboutpayment_wrap .monthly_charge .block.office_charges .price {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 0.5rem;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.office_charges .price {
    margin-top: 0.5rem;
  }
}
.aboutpayment_wrap .monthly_charge .block.office_charges .price span {
  font-weight: normal;
}
.aboutpayment_wrap .monthly_charge .block.plus {
  width: 100px;
  min-width: 5%;
  margin: 0;
  text-align: center;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.plus {
    width: 100%;
  }
}
.aboutpayment_wrap .monthly_charge .block.plus p {
  font-size: 50px;
  margin: 0;
  padding: 0;
}
.aboutpayment_wrap .monthly_charge .block.breakdown {
  width: calc(70% - 50px);
  margin: 0;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.breakdown {
    width: 100%;
  }
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row {
  margin: 0;
  width: 100%;
  display: flex;
  padding: 2rem 0 2rem;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.breakdown .row {
    flex-direction: column;
  }
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row:first-child {
  border-bottom: 1px solid #CCC;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.breakdown .row:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row p {
  margin: 0;
  padding: 0;
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row .name {
  width: 50%;
  max-width: 220px;
  font-size: 1rem;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.breakdown .row .name {
    width: 100%;
    max-width: none;
    font-weight: bold;
    text-align: center;
  }
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row .price {
  width: calc(100% - 220px);
  font-size: 1rem;
  padding-left: 1rem;
}
@media screen and (max-width: 812px) {
  .aboutpayment_wrap .monthly_charge .block.breakdown .row .price {
    width: 100%;
    margin-top: 0.5rem;
    padding-left: 0;
  }
}
.aboutpayment_wrap .monthly_charge .block.breakdown .row .price span {
  font-size: 0.875rem;
  font-weight: normal;
}

.popup_wrap input:checked ~ .popup_overlay {
  opacity: 1;
  transform: scale(1);
  transition: opacity 0.5s;
}/*# sourceMappingURL=common.css.map */