@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #000;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.05em;
}

p, dd {
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 3.6rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2.2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.8rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd,
  input,
  textarea,
  select {
    font-size: 1.6rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.3rem;
    font-weight: 500;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
  }
}
@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2.8rem;
    font-weight: 600;
  }
  h2 {
    font-size: 2.4rem;
    font-weight: 600;
  }
  h3 {
    font-size: 2rem;
    font-weight: 600;
  }
  h4 {
    font-size: 1.6rem;
    font-weight: 600;
  }
  h5 {
    font-size: 1.4rem;
    font-weight: 600;
  }
  h6 {
    font-size: 1.3rem;
    font-weight: 600;
  }
  p,
  li,
  dt,
  dd {
    font-size: 1.5rem;
    font-weight: 500;
  }
  caption {
    font-size: 1.2rem;
    font-weight: 500;
  }
  img {
    width: 100%;
    height: auto;
  }
  input,
  textarea,
  select {
    font-family: inherit;
    font-size: 1.6rem;
    font-weight: 500;
  }
}
@media only screen and (min-width: 768px) {
  .pc-none {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .sp-none {
    display: none !important;
  }
}
a {
  transition: color 0.5s;
}
a:hover {
  color: #ea3800;
}

.btn--hover {
  transition: opacity 0.5s;
}
.btn--hover:hover {
  opacity: 0.7;
}

.txt--ac {
  text-align: center !important;
}

.txt--ar {
  text-align: right !important;
}

.txt--al {
  text-align: left !important;
}

.txt--line-h {
  font-size: 1.6rem;
  line-height: 2.25;
}

.list--style-1 {
  position: relative;
  padding-left: 1.6rem;
  font-size: 1.6rem;
  line-height: 2.25;
}
.list--style-1::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .txt--line-h {
    font-size: 1.3rem;
    line-height: 1.5;
  }
  .list--style-1 {
    padding-left: 1.3rem;
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.thumbnail {
  position: relative;
  overflow: hidden;
}
.thumbnail img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  object-fit: cover;
  object-position: center;
  -o-object-fit: cover;
  -o-object-position: center;
  font-family: "object-fit: cover; object-position: center";
}

@media only screen and (min-width: 768px) {
  body {
    width: 100%;
    min-width: 1360px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1280px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 767px) {
  .inner--s,
  .inner--m,
  .inner--l {
    width: 95%;
    margin: 0 auto;
  }
}
.sb_style a {
  text-decoration: underline;
}

.sb_style em {
  font-style: italic;
}

.sb_style ol,
.sb_style ul {
  list-style: decimal;
}

.sb_style table {
  border: 1px #666666 solid;
}

.sb_style th,
.sb_style td {
  vertical-align: middle;
  border: 1px #666666 solid;
}

.sb_style a {
  color: #008bf7;
}

.sb_style h1,
.sb_style h2,
.sb_style h3,
.sb_style h4,
.sb_style h5,
.sb_style h6 {
  box-sizing: border-box;
  line-height: 1.5;
  font-weight: 700;
}

.sb_style h1 {
  padding: 0 5px;
  font-size: 28px;
  padding-bottom: 8px;
  border-bottom: 1px solid #000;
}

.sb_style h2 {
  padding-left: 10px;
  font-size: 26px;
  border-left: 3px solid #000;
}

.sb_style h3 {
  font-size: 24px;
  padding: 5px 10px;
  background: #000;
}

.sb_style h4 {
  padding-bottom: 8px;
  font-size: 20px;
  position: relative;
}

.sb_style h4:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 2px;
  background: #000;
}

.sb_style h5 {
  font-size: 18px;
  padding: 5px 10px;
  background: #f2f2f2;
}

.sb_style h6 {
  font-size: 16px;
  color: #000;
}

.sb_style p {
  font-size: 16px;
  color: #000;
}

.sb_style ul {
  padding-left: 30px;
}

.sb_style ul li {
  margin-bottom: 5px;
}

.sb_style ol {
  padding-left: 30px;
}

.sb_style ol li {
  margin-bottom: 5px;
}

@media only screen and (max-width: 767px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    box-sizing: border-box;
    line-height: 1.5;
    font-weight: 700;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #000;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #000;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #000;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #000;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #f2f2f2;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #000;
  }
  .sb_style p {
    font-size: 14px;
    color: #000;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
.heading--main {
  font-size: 3.2rem;
  font-weight: 500;
}
.heading--main span {
  position: relative;
  display: inline-block;
  padding-left: 35px;
}
.heading--main span::before {
  content: "";
  position: absolute;
  top: 15px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #8dc556;
  border-radius: 50%;
}
.heading--style-1 {
  font-size: 2.8rem;
  font-weight: 500;
}
.heading--style-2 {
  font-size: 2.4rem;
  font-weight: 500;
}

.lower-mv {
  height: 450px;
  background: url(../img/components/title/lower-main.jpg) no-repeat center top/cover;
}
.lower-mv__inner {
  position: relative;
  height: 100%;
}
.lower-mv .heading--lower-main {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  padding: 0 15px;
  background: #8dc556;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
  font-size: 5rem;
  font-weight: 500;
  line-height: 70px;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .heading--main {
    margin-bottom: 40px !important;
    font-size: 2rem;
    text-align: center;
  }
  .heading--main span {
    padding-left: 0;
  }
  .heading--main span::before {
    top: auto;
    left: 50%;
    bottom: -15px;
    transform: translateX(-50%);
    width: 100px;
    height: 3px;
    border-radius: 2px;
  }
  .heading--style-1 {
    font-size: 1.8rem;
    text-align: center;
  }
  .heading--style-2 {
    font-size: 1.7rem;
  }
  .lower-mv {
    height: 36.506vw;
  }
  .lower-mv .heading--lower-main {
    padding: 0 15px;
    border-radius: 5px;
    font-size: 2rem;
    line-height: 35px;
  }
}
.btn--radius a {
  position: relative;
  display: block;
  padding: 0 0 0 25px !important;
  background: #ea3800;
  border-radius: 22px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 44px;
  text-align: center;
}
.btn--radius a::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.btn--radius-l a {
  padding-left: 35px !important;
  border-radius: 35px;
  font-size: 2rem;
  line-height: 70px;
}
.btn--mail a::before {
  left: 15px;
  width: 17px;
  height: 13px;
  background: url(../img/components/btn/ico-mail.png) no-repeat left top/100% auto;
}
.btn--mail-l a::before {
  left: 50px;
  width: 26px;
  height: 22px;
}
.btn__tel {
  position: relative;
  padding-left: 25px;
  color: #ea3800;
  text-align: center;
  line-height: 1.3;
}
.btn__tel::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background: url(../img/components/btn/ico-tel.png) no-repeat left top/100% auto;
}
.btn__tel .tel-num {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 2.6rem;
  text-align: center;
}
.btn__tel .info-hour {
  font-size: 1.3rem;
  text-align: center;
  letter-spacing: -0.01em;
}
.btn__tel--l {
  padding-left: 40px;
}
.btn__tel--l::before {
  left: 50px;
  width: 25px;
  height: 25px;
}
.btn__tel--l .tel-num {
  font-size: 4.6rem;
}
.btn__tel--l .info-hour {
  font-size: 1.6rem;
}
.btn__text-link {
  text-align: center;
  color: #ea3800;
  font-size: 1.8rem;
  font-weight: 500;
}
.btn__text-link a {
  position: relative;
  padding-left: 55px;
  text-decoration: underline;
}
.btn__text-link a:hover {
  text-decoration: none;
}
.btn__text-link a::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 0;
  width: 41px;
  height: 41px;
  background: url(../img/components/btn/ico-arrow.png) no-repeat left top/100% auto;
}

@media only screen and (max-width: 767px) {
  .btn--radius a {
    line-height: 30px;
  }
  .btn--radius-l {
    width: 90%;
  }
  .btn--radius-l a {
    font-size: 1.5rem;
    line-height: 50px;
  }
  .btn--mail-l a::before {
    left: 50px;
    width: 26px;
    height: 22px;
  }
  .btn__tel .tel-num {
    font-size: 2rem;
  }
  .btn__tel .info-hour {
    font-size: 1.2rem;
  }
  .btn__tel--l {
    padding-left: 0;
  }
  .btn__tel--l::before {
    top: 43%;
    left: 2%;
    margin-left: 0;
  }
  .btn__tel--l .tel-num {
    padding-left: 30px;
    font-size: 3.6rem;
  }
  .btn__tel--l .info-hour {
    font-size: 1.4rem;
  }
  .btn__text-link {
    font-size: 1.5rem;
  }
  .btn__text-link a {
    padding-left: 30px;
  }
  .btn__text-link a::before {
    top: 1px;
    width: 20px;
    height: 20px;
  }
}
.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #cccccc;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  border-bottom: 1px solid #000000;
}
.cont-dl .in-dl .required {
  color: #ffffff;
  line-height: 1;
  background: #e74c3c;
}
.cont-dl .in-dl .optional {
  color: #ffffff;
  line-height: 1;
  background: #3498db;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type=text],
.cont-dl .in-dl dd input[type=num],
.cont-dl .in-dl dd input[type=email],
.cont-dl .in-dl dd input[type=url],
.cont-dl .in-dl dd input[type=tel] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #fff;
  color: #000000;
}
.cont-dl .in-dl dd textarea {
  padding: 10px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
.cont-dl .in-dl {
  display: grid;
  grid-template-columns: 350px 1fr;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.cont-dl .in-dl .required,
.cont-dl .in-dl .optional {
  padding: 5px 8px;
  font-size: 13px;
}
.cont-dl .in-dl dt {
  grid-template-rows: auto auto 1fr;
}
@media only screen and (max-width: 767px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
    border-bottom: none;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1/span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #000000;
  background-color: #000000;
}
.contact-btn ul {
  -moz-column-gap: 30px;
       column-gap: 30px;
}
.contact-btn ul li #form-btn {
  width: 340px;
  font-size: 18px;
  padding: 25px 0;
}
@media only screen and (max-width: 767px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
.contact-recaptcha-wrap {
  margin-top: 60px;
}
.contact-recaptcha-wrap .recap-inwrap {
  margin: 0 auto 50px;
}
@media only screen and (max-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

.header {
  z-index: 1;
  position: relative;
  background: #fff;
}
.header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1920px;
  margin: 0 auto;
  padding: 20px;
}
.header__logo {
  width: 18.94%;
  min-width: 290px;
}
.header__nav {
  display: flex;
}
.header__list {
  display: flex;
  align-items: center;
  margin-right: 15px;
}
.header__list li {
  font-size: clamp(1.2rem, 0.667rem + 0.69vw, 1.5rem);
  line-height: 1.2;
  text-align: center;
}
.header__list li a {
  display: block;
  padding: 0 13px;
}
.header__list li.btn__contact {
  width: 146px;
  margin-left: 15px;
}

@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 15px 10px;
  }
  .header__logo {
    width: 260px;
    min-width: auto;
  }
}
.footer-action {
  display: none;
  height: 500px;
  background: #D9D9D9;
}

.footer-bar {
  padding: 40px 0 10px;
  background: url(../img/layout/footer/bg.png) no-repeat center top/cover;
}
.footer-bar__inner {
  position: relative;
}
.footer-bar__inner::before {
  z-index: 1;
  content: "";
  position: absolute;
  top: -35px;
  right: 65px;
  width: 243px;
  height: 232px;
  background: url(../img/layout/footer/man.png) no-repeat left top/100% auto;
}
.footer-bar__intro {
  margin-bottom: 50px;
}
.footer-bar__catch {
  margin-bottom: 20px;
  text-align: center;
  color: #8dc556;
  font-size: 3.6rem;
}
.footer-bar__catch span {
  position: relative;
  display: inline-block;
  padding: 0 60px;
}
.footer-bar__catch span::before, .footer-bar__catch span::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 36px;
  height: 33px;
  background: url(../img/layout/footer/ico-fukidashi.png) no-repeat left top/100% auto;
}
.footer-bar__catch span::after {
  right: 0;
  left: auto;
  transform: scale(-1, 1);
}
.footer-bar__lead {
  margin-bottom: 40px;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.888;
}
.footer-bar__group {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  margin: 0 auto;
}
.footer-bar__group::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2px;
  height: 70px;
  background: #ea3800;
}
.footer-bar__contact {
  width: 50%;
}
.footer-bar__mail .btn__contact {
  width: 373px;
  margin: 0 auto;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  padding-top: 50px;
  border-top: 1px solid #000;
  align-items: center;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #000;
  padding-top: 10px;
  margin-top: 35px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__logo {
  width: 399px;
  margin-bottom: 20px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 500;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  width: 670px;
}
.footer-bar__item {
  margin: 0 0 15px 50px;
}
.footer-bar__item--ml0 {
  margin-left: 0;
}
.footer-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.footer-bar__copyright {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    height: 250px;
  }
  .footer-bar {
    padding: 50px 0 10px;
    background-size: 150% 100%;
  }
  .footer-bar__inner::before {
    content: none;
  }
  .footer-bar__intro {
    margin-bottom: 0;
  }
  .footer-bar__catch {
    margin-bottom: 10px;
    font-size: 2.2rem;
    line-height: 1.3;
  }
  .footer-bar__lead {
    margin-bottom: 20px;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .footer-bar__group {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .footer-bar__group::before {
    content: none;
  }
  .footer-bar__contact {
    width: 100%;
  }
  .footer-bar__mail .btn__contact {
    width: 100%;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
  }
  .footer-bar__wrapper--top {
    padding-top: 20px;
    align-items: flex-start;
    border-top: none;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    justify-content: center;
    padding-top: 10px;
    margin-top: 20px;
  }
  .footer-bar__contents {
    display: block;
    width: 100%;
  }
  .footer-bar__logo {
    display: block;
    width: 235px;
    margin: 0 auto;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    font-weight: 500;
    margin-bottom: 40px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.1rem;
    font-weight: 500;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #8dc556;
  border-radius: 8px;
  cursor: pointer;
  z-index: 10000;
}
.drawer-off__inner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.drawer-off__wrapper {
  display: flex;
  flex-direction: column;
}
.drawer-off__line {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}
.drawer-off__line span {
  display: block;
  width: 30px;
  height: 1px;
  background: #ffffff;
}
.drawer-off__title {
  color: #ffffff;
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.drawer-on {
  width: 100%;
  height: 100vh;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
.drawer-on.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 100;
}
.drawer-on__inner {
  padding: 26px 10px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 260px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #8dc556;
  padding: 15px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 500;
}

.drawer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #F7F7F7;
  padding: 10px 30px 20px;
  margin-bottom: 30px;
}
.drawer-tel__link {
  display: flex;
  justify-content: center;
  align-items: self-end;
  gap: 5px;
}
.drawer-tel__link i, .drawer-tel__link span {
  color: #8dc556;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: 0;
}
.drawer-tel__caption {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  text-align: center;
  background: #ffffff;
  padding: 5px;
}

.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 10%;
}

.breadcrumbs__inner {
  padding: 15px 0;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}
.breadcrumbs__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumbs__item:last-child {
  border: none;
}

.pagenation {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
}
.pagenation li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  font-size: 1.7rem;
  line-height: 1;
}
.pagenation li.current span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  aspect-ratio: 1/1;
  color: #ffffff;
  font-size: 2rem;
  line-height: 1;
  background: #000000;
}

@media only screen and (max-width: 767px) {
  .pagenation {
    margin-top: 20px;
  }
  .pagenation li a {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.6rem;
  }
  .pagenation li.current span {
    width: 35px;
    aspect-ratio: 1/1;
    font-size: 1.8rem;
  }
}
.navigation {
  position: relative;
  margin-top: 30px;
}
.navigation .center {
  text-align: center;
}
.navigation .left {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation .right {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation a {
  font-size: 1.5rem;
  font-weight: bold;
}

.top-mv {
  position: relative;
}
.top-mv__img {
  width: 100%;
}
.top-mv__img img {
  width: 100%;
}
.top-mv__feature {
  position: absolute;
  top: 8.5%;
  right: 4.6%;
  text-align: right;
}
.top-mv__catch {
  margin-bottom: 15px;
}
.top-mv__catch span {
  display: inline-block;
  margin-bottom: 30px;
  padding: 0 15px;
  background: #8dc556;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
  font-size: 5rem;
  line-height: 70px;
  color: #fff;
}
.top-mv__lead {
  font-size: 2rem;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .top-mv__feature {
    top: 5%;
    right: 2%;
  }
  .top-mv__catch {
    margin-bottom: 2.608vw;
  }
  .top-mv__catch span {
    margin-bottom: 1.304vw;
    padding: 0 15px;
    border-radius: 5px;
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .top-mv__lead {
    font-size: 1rem;
    line-height: 1.5;
    background: #ffffff;
    padding: 2px 10px;
    border-radius: 5px;
  }
}
.top-service {
  padding: 125px 0 50px;
}
.top-service__title {
  position: relative;
  margin-bottom: 65px;
  text-align: center;
}
.top-service__title::before {
  content: "";
  position: absolute;
  top: -180px;
  left: 50%;
  transform: translateX(-50%);
  width: 201px;
  height: 165px;
  background: url(../img/pages/top/service/man.png) no-repeat left top/100% auto;
}
.top-service__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-bottom: 320px;
  background: url(../img/pages/top/service/bg.png) no-repeat center bottom/100% auto;
}
.top-service__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 353px;
  height: 257px;
  margin: 0 7px 10px;
  background: url(../img/pages/top/service/fukidashi.png) no-repeat left top/100% auto;
}
.top-service__item .item {
  margin-top: -35px;
  font-size: 2.9rem;
  line-height: 1.3;
  font-weight: 700;
  text-align: center;
  color: #8dc556;
}
.top-service__summary {
  display: flex;
  margin: 40px 0 70px;
}
.top-service__catch {
  width: 50%;
  padding-left: 150px;
  line-height: 1.785;
}
.top-service__lead {
  width: 50%;
  padding-left: 40px;
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .top-service {
    padding: 100px 0 30px;
  }
  .top-service__title {
    position: relative;
  }
  .top-service__title::before {
    top: -100px;
    width: 110px;
    height: 91px;
  }
  .top-service__list {
    padding-bottom: 19.557vw;
  }
  .top-service__item {
    width: 45.632vw;
    height: 33.246vw;
    margin: 0 0.913vw 1.304vw;
  }
  .top-service__item .item {
    margin-top: -3.651vw;
    font-size: 3.911vw;
    line-height: 1.4;
  }
  .top-service__summary {
    display: block;
    margin: 20px 0;
  }
  .top-service__catch {
    width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
  .top-service__lead {
    width: 100%;
    padding-left: 0;
    font-size: 1.4rem;
  }
}
.top-strength {
  padding: 50px 0 60px;
}
.top-strength__title {
  margin-bottom: 65px;
}
.top-strength__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 15px;
}
.top-strength__card {
  position: relative;
  width: calc(50% - 50px);
  margin: 0 25px 50px;
  padding: 35px 30px 40px;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border: 2px solid #000;
  border-radius: 10px;
}
.top-strength__num {
  z-index: 1;
  position: absolute;
  top: 25px;
  left: 30px;
}
.top-strength__img {
  margin-bottom: 10px;
  text-align: center;
}
.top-strength__ttl {
  margin-bottom: 20px;
  text-align: center;
}
.top-strength__ttl--line-1 {
  line-height: 90px;
}

@media only screen and (max-width: 767px) {
  .top-strength {
    padding: 30px 0;
  }
  .top-strength__group {
    margin: 0 0 20px;
  }
  .top-strength__card {
    width: 100%;
    margin: 0 5px 10px;
    padding: 15px 10px 20px;
  }
  .top-strength__num {
    top: 10px;
    left: 10px;
    width: 50px;
  }
  .top-strength__img {
    width: 60%;
    margin: 0 auto 10px;
  }
  .top-strength__ttl {
    margin-bottom: 10px;
    font-size: 1.5rem;
  }
  .top-strength__ttl--line-1 {
    line-height: normal;
  }
}
.top-others {
  padding: 60px 0 50px;
}
.top-others__group {
  display: flex;
}
.top-others__card {
  position: relative;
  width: 50%;
  padding: 10px 30px;
  text-align: center;
}
.top-others__card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: url(../img/pages/top/others/dot_1.png) repeat-y;
}
.top-others__card:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 4px;
  height: 100%;
  background: url(../img/pages/top/others/dot_1.png) repeat-y;
}
.top-others__img {
  margin-bottom: 25px;
}
.top-others__title {
  margin-bottom: 15px;
}
.top-others__lead {
  margin-bottom: 55px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .top-others {
    padding: 30px 0;
  }
  .top-others__group {
    display: block;
  }
  .top-others__card {
    width: 100%;
    padding: 30px 10px;
  }
  .top-others__card::before {
    width: 100%;
    height: 4px;
    background: url(../img/pages/top/others/dot_2.png) repeat-x;
  }
  .top-others__card:last-child::after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 4px;
    background: url(../img/pages/top/others/dot_2.png) repeat-x;
  }
  .top-others__img {
    margin-bottom: 20px;
  }
  .top-others__title {
    margin-bottom: 40px;
  }
  .top-others__lead {
    margin-bottom: 15px;
  }
}
.top-column {
  padding: 50px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 70px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__item .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
}
.top-column__item .link:hover {
  opacity: 0.6;
}
.top-column__item .img {
  width: 100%;
  margin-bottom: 15px;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}
.top-column__item .title {
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__item .caption {
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__item .time {
  color: #333;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  text-align: right;
}
.top-column__button {
  position: absolute;
  top: 55px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 30px 0;
  }
  .top-column__title {
    margin-bottom: 35px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }
  .top-column__item {
    display: flex;
    width: 90%;
    margin: 0 auto;
  }
  .top-column__item .link {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
  }
  .top-column__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
    padding-bottom: 10px;
  }
  .top-column__item .caption {
    font-size: 1.3rem;
  }
  .top-column__item .time {
    font-size: 1.4rem;
  }
  .top-column__button {
    position: static;
    top: 0;
    right: 0;
    margin: 0 auto;
  }
}
.top-news {
  padding: 60px 0 150px;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 825px;
}
.top-news__item .link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding: 25px 30px;
}
.top-news__item .wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 95%;
}
.top-news__item .time {
  color: #333;
  font-size: 1.4rem;
  line-height: 1;
}
.top-news__item .title {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.2;
}
.top-news__button {
  position: absolute;
  top: 90px;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 30px 0 70px;
  }
  .top-news__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
  }
  .top-news__list {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 30px;
  }
  .top-news__item .link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
  }
  .top-news__item .wrapper {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width: 90%;
  }
  .top-news__item .time {
    font-size: 1.5rem;
  }
  .top-news__item .title {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .top-news__button {
    position: static;
    width: 115px;
    margin: 0 auto;
  }
}
.service-support {
  padding: 110px 0 25px;
}
.service-support__title {
  margin-bottom: 25px;
}
.service-support__lead {
  margin-bottom: 60px;
}
.service-support__heading {
  margin-bottom: 40px;
}
.service-support__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -25px 10px;
}
.service-support__card {
  position: relative;
  overflow: hidden;
  width: calc(50% - 50px);
  margin: 0 25px 55px;
  padding: 45px 45px 40px;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border: 2px solid #000;
  border-radius: 10px;
}
.service-support__img {
  margin-bottom: 25px;
  text-align: center;
}
.service-support__ttl {
  margin-bottom: 30px;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .service-support {
    padding: 30px 0;
  }
  .service-support__lead {
    margin-bottom: 20px;
  }
  .service-support__heading {
    margin-bottom: 10px;
  }
  .service-support__group {
    display: block;
    margin: 0 0 10px;
  }
  .service-support__card {
    display: flex;
    align-items: center;
    width: 100%;
    margin: 0 0 10px;
    padding: 15px 10px;
  }
  .service-support__img {
    width: 27%;
    margin: 0 3% 0 0;
  }
  .service-support__txt {
    width: 70%;
  }
  .service-support__ttl {
    margin-bottom: 10px;
  }
}
.service-style {
  padding: 25px 0 140px;
}
.service-style__title {
  margin-bottom: 70px;
}
.service-style__col {
  position: relative;
  padding: 55px 0 60px;
}
.service-style__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/service/style/dot.png) repeat-x;
}
.service-style__col:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/service/style/dot.png) repeat-x;
}
.service-style__heading {
  margin-bottom: 20px;
}
.service-style__lead {
  margin-bottom: 50px;
}
.service-style__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 60px;
  padding: 30px 25px;
  background: #f9ffe2;
  border-radius: 10px;
}
.service-style__img {
  width: 50%;
  text-align: center;
}
.service-style__txt {
  width: 50%;
}
.service-style__item {
  padding: 30px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}
.service-style__item + .service-style__item {
  margin-top: 20px;
}
.service-style__ttl {
  margin-bottom: 20px;
}
.service-style__list-wrap {
  display: flex;
}
.service-style__list-wrap .service-style__list {
  width: 50%;
}
.service-style__list .item {
  line-height: 1.6;
}
.service-style__list .item + .item {
  margin-top: 10px;
}
.service-style__remarks {
  margin-top: 20px;
}
.service-style__remarks p {
  font-size: 1.4rem;
  line-height: 1.857;
}
.service-style__summary {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.458;
}

@media only screen and (max-width: 767px) {
  .service-style {
    padding: 30px 0 70px;
  }
  .service-style__col {
    padding: 35px 0;
  }
  .service-style__heading {
    margin-bottom: 15px;
  }
  .service-style__lead {
    margin-bottom: 20px;
  }
  .service-style__wrap {
    display: block;
    margin-bottom: 30px;
    padding: 15px 10px 20px;
  }
  .service-style__img {
    width: 50%;
    margin: 0 auto 10px;
  }
  .service-style__txt {
    width: 100%;
  }
  .service-style__item {
    padding: 10px;
  }
  .service-style__item + .service-style__item {
    margin-top: 10px;
  }
  .service-style__ttl {
    margin-bottom: 10px;
    text-align: center;
  }
  .service-style__list-wrap {
    display: block;
  }
  .service-style__list-wrap .service-style__list {
    width: 100%;
  }
  .service-style__list .item + .item {
    margin-top: 0;
  }
  .service-style__remarks {
    margin-top: 10px;
  }
  .service-style__remarks p {
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .service-style__summary {
    font-size: 1.6rem;
  }
}
.strength-structure {
  padding: 110px 0 55px;
}
.strength-structure__title {
  margin-bottom: 65px;
}
.strength-structure__col {
  position: relative;
  padding: 45px 0 55px;
}
.strength-structure__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/strength/structure/dot.png) repeat-x;
}
.strength-structure__col:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/strength/structure/dot.png) repeat-x;
}
.strength-structure__heading {
  position: relative;
  margin-bottom: 50px;
  padding-left: 125px;
}
.strength-structure__heading img {
  position: absolute;
  top: -15px;
  left: 0;
}
.strength-structure__wrap {
  display: flex;
  flex-wrap: wrap;
}
.strength-structure__img {
  width: 47.22%;
  text-align: center;
}
.strength-structure__txt {
  width: 52.78%;
}
.strength-structure__item {
  padding: 30px 45px 35px;
  background: #fff;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}
.strength-structure__item + .strength-structure__item {
  margin-top: 20px;
}
.strength-structure__ttl {
  margin-bottom: 15px;
}
.strength-structure__lead {
  line-height: 2.25;
}

@media only screen and (max-width: 767px) {
  .strength-structure {
    padding: 30px 0;
  }
  .strength-structure__col {
    padding: 30px 0 40px;
  }
  .strength-structure__heading {
    margin-bottom: 20px;
    padding-left: 50px;
    text-align: left;
  }
  .strength-structure__heading img {
    top: -5px;
    width: 40px;
  }
  .strength-structure__heading--line-2 img {
    top: 12px;
  }
  .strength-structure__wrap {
    display: block;
  }
  .strength-structure__img {
    width: 60%;
    margin: 0 auto 10px;
  }
  .strength-structure__txt {
    width: 100%;
  }
  .strength-structure__item {
    padding: 15px 10px;
  }
  .strength-structure__item + .strength-structure__item {
    margin-top: 10px;
  }
  .strength-structure__ttl {
    text-align: center;
  }
  .strength-structure__lead {
    line-height: 1.5;
  }
}
.strength-change {
  padding: 55px 0 140px;
}
.strength-change__title {
  margin-bottom: 65px;
}
.strength-change__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px 50px;
}
.strength-change__card {
  width: calc(33.3333333333% - 35px);
  margin: 0 17.5px;
  padding: 35px 30px 30px;
  background: #f9ffe2;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}
.strength-change__heading {
  margin-bottom: 10px;
  text-align: center;
}
.strength-change__summary {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.458;
}

@media only screen and (max-width: 767px) {
  .strength-change {
    padding: 30px 0 70px;
  }
  .strength-change__title {
    margin-bottom: 65px;
  }
  .strength-change__group {
    display: block;
    margin: 0 0 30px;
  }
  .strength-change__card {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 10px 15px;
  }
  .strength-change__ttl--child {
    margin-bottom: 10px;
  }
  .strength-change__summary {
    font-size: 1.6rem;
  }
}
.guide-rule {
  padding: 110px 0 50px;
}
.guide-rule__title {
  margin-bottom: 30px;
}
.guide-rule__lead {
  margin-bottom: 70px;
}
.guide-rule__group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -27.5px 15px;
}
.guide-rule__card {
  width: calc(50% - 56px);
  margin: 0 27.5px 55px;
  padding: 45px 45px 40px;
  background: #f9ffe2;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}
.guide-rule__heading {
  margin-bottom: 25px;
  text-align: center;
}
.guide-rule__img {
  margin-bottom: 45px;
  text-align: center;
}
.guide-rule__summary {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.458;
}

@media only screen and (max-width: 767px) {
  .guide-rule {
    padding: 30px 0;
  }
  .guide-rule__title {
    margin-bottom: 40px;
  }
  .guide-rule__lead {
    margin-bottom: 20px;
  }
  .guide-rule__group {
    display: block;
    margin: 0 0 30px;
  }
  .guide-rule__card {
    width: 100%;
    margin: 0 0 10px;
    padding: 10px 10px 15px;
  }
  .guide-rule__heading {
    margin-bottom: 10px;
  }
  .guide-rule__img {
    margin-bottom: 25px;
  }
  .guide-rule__summary {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}
.guide-overview {
  padding: 50px 0 150px;
}
.guide-overview__title {
  margin-bottom: 30px;
}
.guide-overview__wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 100px;
}
.guide-overview__img {
  width: 40%;
}
.guide-overview__txt {
  width: 60%;
  letter-spacing: 0;
}
.guide-overview__txt .txt + .txt {
  margin-top: 20px;
}
.guide-overview__table {
  width: 100%;
  margin: 40px 0 50px;
}
.guide-overview__table th, .guide-overview__table td {
  padding: 25px 35px;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  font-size: 1.6rem;
  font-weight: 500;
}
.guide-overview__table th small, .guide-overview__table td small {
  font-size: 1.4rem;
}
.guide-overview__table th {
  width: 200px;
  background: #f9ffe2;
  vertical-align: top;
}
.guide-overview__map {
  height: 370px;
}

@media only screen and (max-width: 767px) {
  .guide-overview {
    padding: 30px 0 70px;
  }
  .guide-overview__title {
    margin-bottom: 30px;
  }
  .guide-overview__wrap {
    display: block;
    margin-bottom: 30px;
  }
  .guide-overview__img {
    width: 40%;
    margin: 0 auto 20px;
  }
  .guide-overview__txt {
    width: 100%;
  }
  .guide-overview__table {
    margin: 10px 0 20px;
  }
  .guide-overview__table th, .guide-overview__table td {
    padding: 15px 10px;
    font-size: 1.3rem;
  }
  .guide-overview__table th small, .guide-overview__table td small {
    font-size: 1.1rem;
  }
  .guide-overview__table th {
    width: 110px;
  }
  .guide-overview__map {
    height: 250px;
  }
}
.flow-start {
  padding: 110px 0 50px;
}
.flow-start__title {
  margin-bottom: 25px;
}
.flow-start__lead {
  margin-bottom: 70px;
}
.flow-start__group {
  margin-bottom: 65px;
}
.flow-start__col {
  position: relative;
  padding: 45px 0 55px;
}
.flow-start__col::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/flow/start/dot.png) repeat-x;
}
.flow-start__col:last-child::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: url(../img/pages/flow/start/dot.png) repeat-x;
}
.flow-start__col .txt__lead {
  margin-bottom: 40px;
}
.flow-start__heading {
  position: relative;
  margin-bottom: 40px;
  padding-left: 125px;
}
.flow-start__heading img {
  position: absolute;
  top: -12px;
  left: 0;
}
.flow-start__note {
  margin-bottom: 40px;
}
.flow-start__wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -17.5px 45px;
}
.flow-start__card {
  display: flex;
  justify-items: center;
  align-items: center;
  width: calc(33.3333333333% - 35px);
  min-height: 120px;
  margin: 0 17.5px;
  padding: 10px;
  background: #f9ffe2;
  border: 2px solid #000;
  box-shadow: 5px 5px 0px 0px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
  text-align: center;
}
.flow-start__card .heading--style-2 {
  width: 100%;
}
.flow-start__card--row-2 {
  width: calc(50% - 35px);
}
.flow-start__img {
  margin-bottom: 70px;
  text-align: center;
}
.flow-start__summary {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.458;
}

@media only screen and (max-width: 767px) {
  .flow-start {
    padding: 30px 0;
  }
  .flow-start__title {
    margin-bottom: 30px;
  }
  .flow-start__lead {
    margin-bottom: 20px;
  }
  .flow-start__group {
    margin-bottom: 15px;
  }
  .flow-start__col {
    padding: 30px 0;
  }
  .flow-start__col .txt__lead {
    margin-bottom: 20px;
  }
  .flow-start__heading {
    margin-bottom: 10px;
    padding-left: 50px;
    text-align: left;
  }
  .flow-start__heading img {
    top: -5px;
    width: 40px;
  }
  .flow-start__note {
    margin-bottom: 40px;
  }
  .flow-start__wrap {
    display: block;
    margin: 0 0 25px;
  }
  .flow-start__card {
    width: 100% !important;
    min-height: 55px;
    margin: 0 0 10px;
  }
  .flow-start__img {
    width: 35%;
    margin: 0 auto 15px;
  }
  .flow-start__summary {
    font-size: 1.6rem;
  }
}
.flow-faq {
  padding: 50px 0 150px;
}
.flow-faq__title {
  margin-bottom: 50px;
}
.flow-faq__item {
  padding: 50px 30px 30px;
  border-top: 1px solid #000;
}
.flow-faq__item:last-child {
  border-bottom: 1px solid #000;
}
.flow-faq__item .item-qa {
  position: relative;
  padding-left: 80px;
}
.flow-faq__item .item-qa::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background: url(../img/pages/flow/faq/ico-q.png) no-repeat left top/100% auto;
}
.flow-faq__item .item-q {
  margin-bottom: 25px;
  font-size: 2.4rem;
}
.flow-faq__item .item-a {
  font-size: 1.6rem;
  line-height: 2.25;
}
.flow-faq__item .item-a::before {
  background-image: url(../img/pages/flow/faq/ico-a.png);
}

@media only screen and (max-width: 767px) {
  .flow-faq {
    padding: 30px 0 70px;
  }
  .flow-faq__title {
    margin-bottom: 40px;
  }
  .flow-faq__item {
    padding: 20px 10px;
  }
  .flow-faq__item .item-qa {
    padding-left: 40px;
  }
  .flow-faq__item .item-qa::before {
    top: 15px;
    width: 30px;
    height: 30px;
  }
  .flow-faq__item .item-q {
    margin-bottom: 10px;
    font-size: 1.6rem;
  }
  .flow-faq__item .item-a {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 15px;
  position: relative;
}
.blog-archive__select::after {
  content: "";
  border-top: 6px solid #000000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}
.blog-archive__select select {
  display: block;
  width: 185px;
  font-size: 1.5rem;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.blog-archive__select select:focus, .blog-archive__select select:active {
  outline: none;
}
.blog-archive__item {
  border-bottom: 1px solid #cccccc;
  padding: 30px 0;
}
.blog-archive__item:first-child {
  padding-top: 0;
}
.blog-archive__link {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.blog-archive__thumbnail {
  width: 180px;
  aspect-ratio: 1/1;
}
.blog-archive__contents {
  display: flex;
  flex-direction: column;
  gap: 15px;
  width: 870px;
}
.blog-archive__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.blog-archive__date {
  font-size: 1.6rem;
  font-weight: 600;
}
.blog-archive__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 10px;
}
.blog-archive__tag {
  background: #8dc556;
  color: #ffffff;
  font-size: 1.4rem;
  padding: 2px 10px;
}
.blog-archive__title {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.6;
}
.blog-archive__text {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .blog__inner {
    padding: 50px 0;
  }
  .blog__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .blog-archive__select {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .blog-archive__select::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
  }
  .blog-archive__select select {
    width: 150px;
    font-size: 1.4rem;
  }
  .blog-archive__item {
    padding: 20px 0;
  }
  .blog-archive__link {
    display: flex;
    gap: 5%;
  }
  .blog-archive__thumbnail {
    width: 25%;
    aspect-ratio: 1/1;
  }
  .blog-archive__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 70%;
  }
  .blog-archive__wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .blog-archive__date {
    font-size: 1.4rem;
  }
  .blog-archive__tags {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 5px;
  }
  .blog-archive__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-archive__title {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .blog-archive__text {
    font-size: 1.3rem;
    line-height: 1.5;
  }
}
.blog-single__inner {
  padding: 80px 0;
}
.blog-single__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
}
.blog-single__tag {
  color: #ffffff;
  font-size: 1.4rem;
  background: #8dc556;
  padding: 2px 10px;
}
.blog-single__title {
  color: #000000;
  font-size: 2.4rem;
  margin-bottom: 30px;
}
.blog-single__body {
  margin-bottom: 100px;
}
.blog-single__wrapper {
  display: flex;
  justify-content: flex-end;
  border-top: 1px solid #000000;
  padding-top: 5px;
}
.blog-single__date {
  font-size: 1.6rem;
  font-weight: 600;
}

@media only screen and (max-width: 767px) {
  .blog-single__inner {
    padding: 50px 0;
  }
  .blog-single__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    margin-bottom: 20px;
  }
  .blog-single__tag {
    font-size: 1.3rem;
    padding: 2px 10px;
  }
  .blog-single__title {
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .blog-single__body {
    margin-bottom: 60px;
  }
  .blog-single__wrapper {
    display: flex;
    justify-content: flex-end;
    padding-top: 5px;
  }
  .blog-single__date {
    font-size: 1.5rem;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  font-size: 2.8rem;
  margin-bottom: 50px;
}

.complete__inner {
  padding: 80px 0;
}
.complete__title {
  text-align: center;
  margin-bottom: 30px;
}
.complete__text {
  text-align: center;
}
.complete__link {
  display: block;
  text-align: center;
  margin-top: 10px;
}

.contact-complete__inner {
  padding: 80px 0;
}
.contact-complete__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.contact-complete__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.contact-complete__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .contact-complete__inner {
    padding: 50px 0;
  }
  .contact-complete__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .contact-complete__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .contact-complete__text a {
    border-bottom: 1px solid #000000;
  }
}
.privacy-policy__inner {
  padding: 80px 0;
}
.privacy-policy__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.privacy-contents__list {
  display: flex;
  flex-direction: column;
  gap: 35px;
}
.privacy-contents__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.privacy-contents__title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 10px;
}
.privacy-contents__title i {
  font-size: 1rem;
  font-weight: 500;
}
.privacy-contents__title span {
  font-size: 2rem;
  font-weight: 500;
}
.privacy-contents__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .privacy-policy__inner {
    padding: 50px 0;
  }
  .privacy-policy__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .privacy-contents__list {
    display: flex;
    flex-direction: column;
    gap: 35px;
  }
  .privacy-contents__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .privacy-contents__title {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .privacy-contents__title i {
    font-size: 0.8rem;
    font-weight: 500;
  }
  .privacy-contents__title span {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.4;
  }
  .privacy-contents__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.site-map__inner {
  padding: 80px 0;
}
.site-map__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}
.site-map__item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 20px 0;
  border-bottom: 1px solid #cccccc;
}
.site-map__item a i {
  font-size: 1.4rem;
  font-weight: 500;
}
.site-map__item a span {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .site-map__inner {
    padding: 50px 0;
  }
  .site-map__title {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
  .site-map__item a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 0;
  }
  .site-map__item a i, .site-map__item a span {
    font-size: 1.5rem;
  }
}
.notfound__inner {
  padding: 80px 0;
}
.notfound__title {
  font-size: 3.2rem;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
.notfound__text {
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center;
}
.notfound__text a {
  border-bottom: 1px solid #000000;
}

@media only screen and (max-width: 767px) {
  .notfound__inner {
    padding: 50px 0;
  }
  .notfound__title {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 30px;
  }
  .notfound__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .notfound__text a {
    border-bottom: 1px solid #000000;
  }
}/*# sourceMappingURL=style.css.map */