@charset "UTF-8";
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "Meiryo", "Helvetica Neue", Arial, "MS Pゴシック", sans-serif;
  color: #1A1A1A;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.7;
  overflow-x: hidden;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

a:link {
  color: #1A1A1A;
  transition: 0.3s all;
}
a:visited {
  color: #1A1A1A;
}
a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
}
@media screen and (max-width: 890px) {
  a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
  }
}

.sec_content {
  padding-top: 100px;
}

.innerbox {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1000px) {
  .innerbox {
    max-width: 100%;
    margin: 0 3%;
  }
}

h2.h2_headding {
  font-weight: 700;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  h2.h2_headding {
    font-size: 3rem;
  }
}
h2.h2_headding::after {
  content: "";
  display: inline-block;
  display: inline-block;
  width: 50px;
  height: 5px;
  background: #82C639;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff066;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.small {
  font-size: 0.8em;
}

.spacer {
  margin-left: 8px;
}

@media screen and (max-width:490px) {
  .sp_br::before {
    content: "\a";
    white-space: pre;
  }
}

.pc_br::before {
  content: "\a";
  white-space: pre;
}
@media screen and (max-width: 750px) {
  .pc_br::before {
    content: none;
  }
}

.pagetop {
  position: fixed;
  bottom: 100px;
  right: 50px;
  z-index: 10;
}
@media screen and (max-width: 750px) {
  .pagetop {
    display: none;
  }
}
.pagetop a {
  background: #82C639;
  border: 2px solid #ffffff;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  transition: all 0.3s;
}
.pagetop a::before {
  content: "";
  display: inline-block;
  border-bottom: 10px solid #ffffff;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}
.pagetop a:hover {
  background: #ffffff;
  border: 2px solid #82C639;
}
.pagetop a:hover::before {
  content: "";
  display: inline-block;
  border-bottom: 10px solid #82C639;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, figure, figcaption {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input, textarea, select {
  *font-size: 100%;
}

legend {
  color: #000;
}

* {
  box-sizing: border-box;
}

img {
  margin: 0;
  padding: 0;
  height: auto;
  border-style: none;
  vertical-align: bottom;
  border: none;
}

p {
  word-break: break-all;
  word-wrap: break-word;
}

strong {
  font-weight: bold;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

header {
  background: #ffffff;
  border-bottom: 1px solid #E6E6E6;
  padding: 30px 50px;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 1000;
}
@media screen and (max-width: 1450px) {
  header {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 750px) {
  header {
    display: none;
  }
}
header .logo_box:hover {
  opacity: 0.7;
}
header .logo_box img {
  max-width: 229px;
  width: 100%;
  height: 40px;
}
header nav ul {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 750px) {
  header nav ul {
    display: none;
  }
}
header nav ul li {
  font-weight: 700;
  font-size: 1.8rem;
}
@media screen and (max-width: 1450px) {
  header nav ul li {
    font-size: 1.6rem;
  }
}
header nav ul li:not(:last-child) {
  margin-right: 40px;
}
@media screen and (max-width: 1450px) {
  header nav ul li:not(:last-child) {
    margin-right: 20px;
  }
}
header nav ul li.hover_dash {
  position: relative;
}
@media screen and (max-width:1200px) {
  header nav ul li.hover_dash {
    display: none;
  }
}
header nav ul li.hover_dash:hover::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/nav_hover.svg) no-repeat;
  width: 43px;
  height: 7px;
  position: absolute;
  bottom: -9px;
  margin: 0 auto;
  left: 0;
  right: 0;
}
header nav ul li .counseling_link {
  font-size: 1.6rem;
  padding: 8px 15px;
}
header nav ul li .document_link {
  font-size: 1.6rem;
  padding: 8px 15px;
}
header nav ul li .document_link::before {
  width: 17px;
  height: 22px;
  margin-right: 5px;
  margin-bottom: -5px;
}

.c_header {
  background: #F9F9F9;
  margin-bottom: 50px;
}
.c_header h1 {
  text-align: center;
  padding: 50px 0px;
  font-weight: 700;
  font-size: 3.8rem;
}
@media screen and (max-width: 750px) {
  .c_header h1 {
    font-size: 3.4rem;
  }
}

footer {
  background: #525151;
  padding: 50px 0px;
}
footer .f_logo {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-bottom: 30px;
  gap: 20px 30px;
}
@media screen and (max-width:490px) {
  footer .f_logo {
    flex-direction: column;
  }
}
footer .f_logo .f_logo_list {
  max-width: 160px;
  height: 100%;
  text-align: center;
}
footer .f_logo .f_logo_list .f_logo-img {
  width: 100%;
}
footer .f_logo .f_logo_list .p_mark {
  width: 80%;
}
footer .f_links {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -ms-align-items: flex-end;
}
@media screen and (max-width: 1000px) {
  footer .f_links {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
footer .f_links ul {
  display: flex;
}
@media screen and (max-width: 1000px) {
  footer .f_links ul {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
  }
}
footer .f_links ul li {
  font-weight: 400;
  font-size: 1.4rem;
  margin-right: 20px;
}
@media screen and (max-width: 1000px) {
  footer .f_links ul li {
    margin: 0px 0px 20px 0px;
  }
}
footer .f_links ul li a {
  text-decoration: underline;
  color: #F2F2F2;
}
footer .copyright {
  font-weight: 400;
  font-size: 1.4rem;
  color: #F2F2F2;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width:490px) {
  footer .copyright {
    font-size: 1.2rem;
  }
}

header nav ul li {
  font-size: 2rem;
  font-weight: 700;
}
header nav ul li .counseling_link {
  background: #FFCC00;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
header nav ul li .counseling_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/mail.svg") no-repeat;
  width: 19px;
  height: 14px;
  margin-right: 8px;
}
header nav ul li .counseling_link:hover {
  background: #ffffff;
}
header nav ul li .document_link {
  background: #ffffff;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
header nav ul li .document_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/document.svg") no-repeat;
  width: 20px;
  height: 24px;
  margin: 0px 6px -4px 0px;
}
header nav ul li .document_link:hover {
  background: #FFCC00;
}

.cta_block {
  background: #82C639;
  position: relative;
  padding: 40px 0px;
  z-index: 1;
}
.cta_block .innerbox::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_bg.svg") no-repeat;
  width: min(608px, 70vw);
  height: 236px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.cta_block .innerbox::after {
  content: "";
  display: inline-block;
  background: url("/assets/img/cta_bg.svg") no-repeat;
  width: min(608px, 70vw);
  height: 236px;
  transform: rotateX(180deg) rotateY(180deg);
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.cta_block .cta_headline {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 20px;
}
.cta_block p {
  margin-bottom: 10px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  font-size: 1.8rem;
  background: #6AAA17;
  padding: 5px 8px;
  border-radius: 5px;
}
@media screen and (max-width: 750px) {
  .cta_block p {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 750px) {
  .cta_block .pc_box {
    display: none;
  }
}
.cta_block .sp_box {
  display: none;
}
@media screen and (max-width: 750px) {
  .cta_block .sp_box {
    display: block;
  }
}
.cta_block .sp_box .cta_headline {
  margin-bottom: 5px;
}
.cta_block .button_area {
  padding-bottom: 25px;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}
@media screen and (max-width: 750px) {
  .cta_block .button_area {
    flex-direction: column;
    padding-bottom: 10px;
  }
}
.cta_block .button_area .button_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 2rem;
  font-weight: 700;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .cta_block .button_area .button_box {
    margin: 0px 0px 20px 0px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width:490px) {
  .cta_block .button_area .button_box {
    font-size: 1.5rem;
  }
}
.cta_block .button_area .button_box .counseling_link {
  background: #FFCC00;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
  margin-right: 20px;
}
.cta_block .button_area .button_box .counseling_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/mail.svg") no-repeat;
  width: 19px;
  height: 14px;
  margin-right: 8px;
}
.cta_block .button_area .button_box .counseling_link:hover {
  background: #ffffff;
}
.cta_block .button_area .button_box .document_link {
  background: #ffffff;
  border: 3px solid #FFCC00;
  padding: 10px 15px;
  border-radius: 30px;
  transition: all 0.3s;
}
.cta_block .button_area .button_box .document_link::before {
  content: "";
  display: inline-block;
  background: url("/assets/img/document.svg") no-repeat;
  width: 20px;
  height: 24px;
  margin: 0px 6px -4px 0px;
}
.cta_block .button_area .button_box .document_link:hover {
  background: #FFCC00;
}
.cta_block .button_area .tel_box a {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.8rem;
  color: #ffffff;
  line-height: 0.8;
}
.cta_block .button_area .tel_box::before {
  content: "";
  display: inline-block;
  background: url(/assets/img/tel.svg) no-repeat;
  width: 25px;
  height: 25px;
  margin-right: 5px;
}
.cta_block .button_area .tel_box .reception_hours {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 400;
  display: block;
}

.update_block {
  margin-bottom: 100px;
}
.update_block ul li {
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -ms-justify-content: flex-start;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  border-bottom: 1px solid #E6E6E6;
  padding: 20px 40px;
}
@media screen and (max-width: 750px) {
  .update_block ul li {
    flex-direction: column;
    align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-align-items: flex-start;
    padding: 20px;
  }
}
.update_block ul li .date {
  margin-right: 40px;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .update_block ul li .date {
    margin: 0px 0px 5px 0px;
  }
}
.update_block ul li h2 a {
  text-decoration: underline;
  font-size: 1.6rem;
}
.update_block ul li h2 a:hover {
  text-decoration: none;
}

.detail_block {
  margin-bottom: 100px;
}
.detail_block p.intro {
  margin-bottom: 40px;
}
.detail_block p.closing {
  margin-top: 20px;
}
.detail_block h2 {
  font-weight: 700;
  font-size: 2.2rem;
  margin-bottom: 15px;
}
.detail_block ol li h3 {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 10px;
}
.detail_block ol li p {
  margin-left: 20px;
}
.detail_block ol li ul {
  margin-left: 20px;
}
.detail_block ol li ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-weight: 400;
  font-size: 1.6rem;
}
.detail_block ol li ul li::before {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 4px;
  background: #1A1A1A;
  margin: 0px 5px 4px 0px;
}
.detail_block ol li:not(:last-child) {
  margin-bottom: 20px;
}

.button_box {
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .button_box {
    flex-direction: column-reverse;
  }
}
.button_box .back_button {
  border: 2px solid #E6E6E6;
  border-radius: 5px;
  background: #E6E6E6;
  color: #1A1A1A;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  padding: 10px 20px;
  margin-right: 20px;
  transition: 0.3s all;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .button_box .back_button {
    margin: 20px 0px 0px 0px;
    width: 50%;
  }
}
.button_box .back_button:hover {
  background: #ffffff;
}
.button_box .top_button {
  display: block;
  border: 2px solid #82C639;
  border-radius: 5px;
  background: #82C639;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: 700;
  font-size: 1.8rem;
  text-align: center;
  transition: 0.3s all;
  color: #ffffff;
}
@media screen and (max-width: 750px) {
  .button_box .top_button {
    width: 50%;
  }
}
.button_box .top_button:hover {
  background: #ffffff;
  color: #82C639;
}/*# sourceMappingURL=update.css.map */