@charset "UTF-8";
@media (max-width: 739px) {
 .page_category_title h2 {
 padding: 0 7%;
}
.page_category_title h2 span {
 line-height: 1.4;
 padding: 0.6em 1.5em;
}
.page_category_title h2 span::before {
 left: 2em;
 top: -4px;
}
}
@media (min-width: 740px) {
 .page_category_title h2 span br {
  display: none;
 }
}
.circle p {
 line-height: 2;
}
.circle_summary_illust {
 margin: 2em auto 0;
 max-width: 420px;
}

@media (min-width: 1240px) {
 .circle_summary {
  display: flex;
  align-items: center;
 }
 .circle_summary_text {
  flex: 1;
  padding-right: 1.5em;
 }
 .circle_summary_illust {
  width: 53%;
  max-width: 420px;
  margin: 0;
 }
}
.toiawase {
  padding: 1em 0 0 0;
}
.toiawase_tel {
  position: relative;
  padding-left: 1.5em;
  word-break: auto-phrase;
  text-wrap: pretty;
  font-size: 1.05em;
  font-weight: bold;
}
.toiawase_tel::before {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  background-size: contain;
  position: absolute;
  top: 0.25em;
  left: 0;
  background-image: url(../images/icon_phone.svg);
}
.select_content {
  background: #e5f7da;
  margin: 4em 0 5em;
  padding: 2.5em 0;
}
.select_content ul {
  display: flex;
  flex-direction: column;
  gap: 1.75em;
}
.select_content ul li {
  background: #fff;
  padding: 2em 1.5em 1.5em;
  position: relative;
  border-radius: 5px;
  box-shadow: 0 1px 10px rgba(1, 136, 37, 0.1);
}
.select_content ul li div.circle_tag {
  position: absolute;
  left: 1.2em;
  top: 0;
  font-size: 0.8em;
  line-height: 1.5;
  background: #ffe82f;
  font-weight: bold;
  border-radius: 3em;
  padding: 0.5em 1.5em;
  text-align: center;
  transform: translateY(-50%);
}
@media (max-width: 739px) {
 .select_content ul li div.circle_tag br {
  display: none;
 }
}
@media (min-width: 1240px) {
 .select_content ul li div.circle_tag br {
  display: none;
 }
}
.select_content a {
  text-decoration: none;
  display: block;
  position: relative;
  z-index: 2;
}
.select_content h3 {
  font-size: 1.3em;
  font-weight: 600;
  padding-bottom: 0.5em;
  line-height: 1.4;
}
.select_content h3 span {
  display: block;
}
.select_content h3 span.circle_sub {
  font-size: 0.65em;
  font-weight: 700;
  padding: 0.3em 0 0 0;
  white-space: pre-wrap;
  word-break: keep-all;
  color: var(--base-green-sub);
}
.select_content p {
  font-size: 0.825em;
  color: var(--base-fontcolor);
}
.select_content a .in_page_link {
  display: inline-block;
  margin-top: 0.5em;
  padding: 0 1.5em;
  line-height: 2.4;
  color: #fff;
  font-weight: bold;
  font-size: 0.7em;
  background-color: var(--base-green);
  border-radius: 3em;
  transition: all 0.3s;
}
@media (max-width: 739px) {
  .select_content p {
    width: 55%;
  }
  .select_content .circle_illust {
    position: absolute;
    z-index: 1;
    width: 50%;
    max-width: 220px;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 5px;
    overflow: hidden;
  }
}
@media (min-width: 740px) {
  .select_content {
    padding: 3.5em 0;
  }
  .select_content ul {
    flex-direction: row;
    gap: 1em;
  }
  .select_content ul li {
    flex: 1;
    padding-bottom: 23%;
  }
  .select_content ul li div.circle_tag {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    white-space: nowrap;
  }
  .select_content h3 span {
    text-align: center;
  }
  .select_content .circle_illust {
    position: absolute;
    z-index: 1;
    width: 100%;
    right: 0;
    bottom: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
  }
}
@media (hover: hover) {
 .select_content a:hover .in_page_link {
  background: var(--base-green-sub);
 }
}
.circle_info {
  margin-bottom: 5em;
}
.circle_info h1 {
  color: var(--base-green);
  font-size: 1.85em;
  font-weight: 600;
  padding: 1em 0 1em;
  position: relative;
}
.circle_info h1 span {
  display: block;
}
.circle_info h1 span.circle_sub {
  font-size: 0.6em;
  color: var(--base-green-sub);
}
.circle_info h1::after {
  content: "";
  display: block;
  width: 3em;
  height: 1;
  border-bottom: 5px dotted #ffe82f;
  position: absolute;
  left: 0;
  bottom: 0.3em;
}
.circle_info_text p {
  margin-top: 1em;
  font-size: 0.95em;
  line-height: 2;
}
.circle_info .toiawase {
  background-color: rgba(1, 136, 37, 0.1);
  padding: 1em 1.5em 1.5em;
  margin: 1.5em 0 0 0;
}
.circle_info .toiawase h4 {
  font-size: 0.95em;
  margin-bottom: 0.7em;
}
.circle_info_text .formlink p {
  margin-top: 0;
  line-height: 1.6;
}
@media (max-width: 739px) {
  .circle_info {
    display: flex;
    flex-direction: column-reverse;
  }
}
@media (min-width: 740px) {
  .circle_info::after {
    content: "";
    width: 100%;
    height: 1px;
    clear: both;
  }
  .main_illust {
    float: right;
    width: 55%;
    max-width: 380px;
  }
  .main_illust img {
    margin: 0 0 1em 2em;
  }
}
@media (min-width: 1240px) {
  #circle_info_2 .main_illust {
    transform: translateY(-2em);
  }
}
.circle_info_list {
  font-size: 0.95em;
  margin: 1em 0 0 0;
  padding: 1em 1.25em 1.25em;
  border: 3px solid rgba(41, 47, 74, 0.15);
}
.circle_info_list ul {
  margin-left: 1.2em;
  list-style: disc;
}
.circle_info_list ul li {
  margin-top: 0.3em;
}
.circle_info_list a {
  font-weight: bold;
}
.formlink {
  background-color: rgba(1, 136, 37, 0.1);
  padding: 1.2em 1.2em;
  margin: 1.5em 0 1em;
}
.formlink a {
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  padding: 0.7em 3.5em;
  font-size: 1em;
  background: var(--base-green);
  color: #fff;
  pointer-events: all;
  border-radius: 10em;
  transition: all 0.3s;
}
.formlink a.app_link {
  padding: 0.7em 2em;
}
@media (hover: hover) {
  .formlink a:hover {
    background: var(--base-green-sub);
  }
}
@media (max-width: 739px) {
  .circle_info_list h4 {
    text-align: center;
  }
  .formlink {
    text-align: center;
  }
  .formlink p {
    padding-bottom: 0.7em;
  }
}
@media (min-width: 740px) {
  .formlink {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.app_info {
 color:#ff064d;
 border: 3px solid;
 padding: 1.5em;
 margin: 2.5em 0 0 0;
 & h3 {
  font-size:1.25em;
  margin-bottom: 0.5em;
  text-align: center;
 }
 .download_badge_flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1em;
  margin-top: 1em;
}
.download_badge_flex .android img {
  width: auto;
  height: 2.8em;
}
.download_badge_flex .ios img {
  width: auto;
  height: 3em;
}
}