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

body {
  color: #333333;
  font-family: "Zen Kaku Gothic New", 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;
  }
}
.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: 1280px;
  }
  .inner--s {
    width: 56.25%;
    min-width: 1080px;
    margin: 0 auto;
  }
  .inner--m {
    width: 66.5%;
    min-width: 1200px;
    margin: 0 auto;
  }
  .inner--l {
    width: 87.5%;
    min-width: 1200px;
    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--lv3 {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.heading--lv3 .sub {
  color: #f48513;
  font-size: 1.8rem;
  font-weight: 700;
  position: relative;
}
.heading--lv3 .sub::before {
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  background: linear-gradient(90deg, rgb(247, 178, 0) 0%, rgb(236, 109, 0) 100%);
  margin-right: 10px;
}
.heading--lv3 .sub--green {
  color: #c5e1a5;
}
.heading--lv3 .sub--green::before {
  background: #c5e1a5;
}
.heading--lv3 .main {
  font-size: clamp(2.8rem, 1.67vw, 3.2rem);
  font-weight: 700;
  line-height: 1.3;
}
.heading--lv3 .main span {
  color: #f48513;
}

@media only screen and (max-width: 767px) {
  .heading--lv3 {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .heading--lv3 .sub {
    font-size: 1.6rem;
    position: relative;
  }
  .heading--lv3 .sub::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 10px;
  }
  .heading--lv3 .main {
    font-size: 2.4rem;
    line-height: 1.5;
  }
}
.button--pattern-1 {
  display: flex;
  justify-content: center;
  width: 300px;
  background: linear-gradient(90deg, rgb(247, 178, 0) 0%, rgb(236, 109, 0) 100%);
  background-size: 200% 100%;
  background-position: left;
  padding: 18px;
  box-sizing: border-box;
  border-radius: 90px;
  transition: all 0.3s;
  position: relative;
}
.button--pattern-1 .text, .button--pattern-1 .icon {
  color: #ffffff;
}
.button--pattern-1 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-1 .icon {
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 15px;
  transition: transform 0.3s;
}
.button--pattern-1:hover .icon {
  transform: translate(5px, -50%);
}
.button--pattern-2 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button--pattern-2 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-2 .icon {
  color: #f48513;
}

@media only screen and (max-width: 767px) {
  .button--pattern-1 {
    display: flex;
    justify-content: center;
    width: 78%;
    padding: 16px;
    box-sizing: border-box;
    position: relative;
  }
  .button--pattern-1 .text {
    font-size: 1.5rem;
  }
  .button--pattern-1 .icon {
    font-size: 1.5rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 15px;
  }
  .button--pattern-2 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .button--pattern-2 .text {
    font-size: 1.6rem;
    font-weight: 700;
  }
  .button--pattern-2 .icon {
    color: #f48513;
  }
}
.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-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 2%;
  box-sizing: border-box;
}
.header-bar__wrapper {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}
.header-bar__links {
  display: flex;
  align-items: center;
  gap: 10px;
}
.header-bar__link {
  display: flex;
  align-items: center;
  gap: 5px;
}
.header-bar__link .text {
  font-size: 1.3rem;
  font-weight: 700;
}
.header-bar__link--consider {
  border: 2px solid #c5e1a5;
  padding: 2px 10px;
  border-radius: 90px;
  transition: all 0.3s;
}
.header-bar__link--consider:hover {
  background: #c5e1a5;
}
.header-bar__list {
  display: flex;
  gap: 15px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
}
.header-bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, rgb(247, 178, 0) 0%, rgb(236, 109, 0) 100%);
  width: 200px;
  height: 100px;
}
.header-bar__button .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}

.header-visual {
  position: relative;
}
.header-visual--top {
  height: 41.5vw;
  min-height: 680px;
}
.header-visual--sub {
  height: 28.65vw;
}
.header-visual__title {
  display: flex;
  flex-direction: column;
  width: 38%;
  min-width: 520px;
  background: #ffffff;
  padding: 30px;
  border-radius: 0 30px 0 0;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 2%;
}
.header-visual__title .top {
  font-size: clamp(2rem, 1.46vw, 2.8rem);
  font-weight: 700;
  position: relative;
}
.header-visual__title .top::before {
  content: "";
  display: block;
  width: 65%;
  height: 3px;
  background: #e5e5e2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0;
}
.header-visual__title .center {
  font-size: clamp(2.8rem, 2.08vw, 4rem);
  font-weight: 700;
}
.header-visual__title .bottom {
  font-size: clamp(3.6rem, 2.5vw, 4.8rem);
  font-weight: 700;
}
.header-visual__title .gradation {
  background: linear-gradient(90deg, rgb(247, 178, 0) 0%, rgb(236, 109, 0) 100%);
  color: #ffffff;
  font-size: clamp(4.2rem, 2.71vw, 5.2rem);
  margin-right: 10px;
}
.header-visual__img {
  display: block;
  width: 96.35%;
  height: 100%;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center right/cover;
  margin: 0 0 0 auto;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 15px 10px;
    box-sizing: border-box;
  }
  .header-bar__logo {
    width: 215px;
  }
  .header-bar__wrapper {
    display: none;
  }
  .header-visual {
    position: relative;
  }
  .header-visual--top {
    height: 450px;
    min-height: auto;
  }
  .header-visual--sub {
    height: 200px;
  }
  .header-visual__title {
    display: flex;
    flex-direction: column;
    width: 95%;
    min-width: auto;
    padding: 20px 10px;
    border-radius: 0 20px 0 0;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .header-visual__title--sub {
    width: 60%;
    padding: 15px 10px;
  }
  .header-visual__title .top {
    font-size: 1.6rem;
    position: relative;
  }
  .header-visual__title .top::before {
    content: "";
    display: block;
    width: 55%;
    height: 2px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    right: 0;
  }
  .header-visual__title .center {
    font-size: 2rem;
  }
  .header-visual__title .bottom {
    font-size: 2.4rem;
  }
  .header-visual__title .gradation {
    font-size: 2.8rem;
    margin-right: 10px;
  }
  .header-visual__img {
    display: block;
    width: 100%;
    height: 100%;
    background-position: center right -150px;
    margin: 0 0 0 auto;
  }
  .header-visual__img--sub {
    background-position: center right 0;
  }
}
.footer-action {
  background: #f9f9f8;
  padding: 100px 0;
}
.footer-action__inner {
  display: flex;
  align-items: flex-start;
  gap: 2%;
}
.footer-action__title {
  margin-bottom: 30px;
}
.footer-action__text {
  font-size: 1.6rem;
  font-weight: 500;
}
.footer-action__contents {
  width: 44%;
}
.footer-action__list {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 2%;
  width: 54%;
}
.footer-action__item {
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 49%;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.footer-action__item .title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-action__item .title .icon {
  width: 30px;
}
.footer-action__item .title .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.footer-action__item .button {
  width: 100%;
}

.footer-bar {
  padding: 100px 0 60px;
}
.footer-bar__box {
  display: flex;
  justify-content: space-between;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer-bar__address {
  font-size: 1.5rem;
  font-weight: 500;
}
.footer-bar__partner {
  display: flex;
  flex-direction: column;
}
.footer-bar__partner .title {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 2px solid #e5e5e2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.footer-bar__partner .text {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}
.footer-bar__links {
  display: flex;
}
.footer-bar__link {
  width: 30px;
}
.footer-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 180px;
  width: 725px;
}
.footer-bar__list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 0;
}
.footer-bar__item {
  width: 25%;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  border-top: 1px solid #898989;
  padding-top: 10px;
  margin-top: 90px;
}
.footer-bar__copyright {
  color: #898989;
}
.footer-bar__infos {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__info a {
  color: #898989;
  font-size: 1.4rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .footer-action {
    padding: 50px 0;
  }
  .footer-action__inner {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 2%;
  }
  .footer-action__title {
    margin-bottom: 20px;
    text-align: center;
  }
  .footer-action__title .main {
    font-size: 2.2rem;
  }
  .footer-action__text {
    font-size: 1.5rem;
    text-align: center;
  }
  .footer-action__contents {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-action__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 15px;
    width: 90%;
    margin: 0 auto;
  }
  .footer-action__item {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    background: #ffffff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .footer-action__item .title {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer-action__item .title .icon {
    width: 25px;
  }
  .footer-action__item .title .text {
    font-size: 1.7rem;
  }
  .footer-action__item .button {
    width: 100%;
  }
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__box {
    display: flex;
    justify-content: flex-start;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .footer-bar__logo {
    width: 285px;
  }
  .footer-bar__address {
    font-size: 1.5rem;
  }
  .footer-bar__partner {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__partner .title {
    font-size: 1.6rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .footer-bar__partner .text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
  .footer-bar__links {
    display: flex;
  }
  .footer-bar__link {
    width: 30px;
  }
  .footer-bar__nav {
    display: none;
  }
  .footer-bar__wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 50px;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__infos {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  background: #f48513;
  border-radius: 8px;
  cursor: pointer;
  z-index: 999;
}
.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: #f9f9f8;
  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: 17px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 215px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 700;
  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-on__infomation {
  display: flex;
  align-items: center;
  gap: 5px;
  margin: 0 0 25px;
}
.drawer-on__infomation .text {
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #333333;
}
.drawer-on__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 15px 3%;
}
.drawer-on__action {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 48.5%;
  background: #ffffff;
  padding: 20px 10px;
  box-sizing: border-box;
  border-radius: 5px;
}
.drawer-on__action .title {
  display: flex;
  align-items: center;
  gap: 5px;
}
.drawer-on__action .title .icon {
  width: 20px;
}
.drawer-on__action .title .text {
  font-size: 1.3rem;
  font-weight: 700;
  letter-spacing: 0;
}
.drawer-on__action .button {
  width: 100%;
  padding: 10px;
}
.drawer-on__action .button .text {
  font-size: 1.3rem;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #000000;
  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: #000000;
}
.drawer-tel__link i {
  margin-bottom: 8px;
}
.drawer-tel__link span {
  font-size: 3.2rem;
  font-weight: 500;
}
.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-message {
  padding: 6.25% 0 8%;
  background: linear-gradient(180deg, rgba(249, 249, 248, 0) 78%, rgb(249, 249, 248) 78%);
}
.top-message__inner {
  position: relative;
}
.top-message__title {
  align-items: center;
  margin-bottom: 45px;
}
.top-message__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-bottom: 45px;
}
.top-message__text {
  font-size: clamp(1.6rem, 0.94vw, 1.8rem);
  font-weight: 500;
  line-height: 2;
  text-align: center;
}
.top-message__button {
  margin: 0 auto;
}
.top-message__img {
  width: 24.7%;
}
.top-message__img--left {
  position: absolute;
  top: 0;
  left: 0;
}
.top-message__img--right {
  position: absolute;
  top: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-message {
    padding: 50px 0 80px;
    background: linear-gradient(180deg, rgba(249, 249, 248, 0) 65%, rgb(249, 249, 248) 65%);
  }
  .top-message__inner {
    position: relative;
  }
  .top-message__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .top-message__title .main {
    text-align: center;
  }
  .top-message__body {
    display: flex;
    flex-direction: column;
    gap: 29px;
    margin-bottom: 45px;
  }
  .top-message__text {
    font-size: 1.6rem;
    line-height: 1.8;
  }
  .top-message__button {
    margin: 0 auto;
  }
  .top-message__img {
    display: none;
  }
}
.top-possibility {
  background: url(../img/pages/top/possibility/bg--left.png) no-repeat bottom 10px left 40px, url(../img/pages/top/possibility/bg--right.png) no-repeat bottom 10px right 40px, #f9f9f8;
  padding: 80px 0;
}
.top-possibility__title {
  margin-bottom: 40px;
}
.top-possibility__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 2%;
}
.top-possibility__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  background: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.top-possibility__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  position: relative;
}
.top-possibility__item .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #e5e5e2;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.top-possibility__item .point {
  height: 41px;
  margin-bottom: 20px;
}
.top-possibility__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .top-possibility {
    padding: 40px 0;
  }
  .top-possibility__title {
    margin-bottom: 30px;
  }
  .top-possibility__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
  }
  .top-possibility__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 40px 30px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .top-possibility__item .title {
    font-size: 1.6rem;
    margin-bottom: 30px;
    position: relative;
  }
  .top-possibility__item .title::before {
    content: "";
    display: block;
    width: 30px;
    height: 3px;
    position: absolute;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .top-possibility__item .point {
    height: 41px;
    margin-bottom: 20px;
  }
  .top-possibility__item .text {
    font-size: 1.5rem;
  }
}
.top-other {
  padding: 100px 0;
}
.top-other__list {
  display: flex;
  gap: 40px;
}
.top-other__item {
  display: flex;
  flex-direction: column;
  width: 520px;
}
.top-other__item .img {
  margin-bottom: 20px;
}
.top-other__item .title {
  margin-bottom: 20px;
}
.top-other__item .title .main {
  font-size: 2.4rem;
}
.top-other__item > .text {
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 30px;
}
.top-other__item .button {
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .top-other {
    padding: 50px 0;
  }
  .top-other__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .top-other__item {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .top-other__item .img {
    margin-bottom: 20px;
  }
  .top-other__item .title {
    margin-bottom: 15px;
  }
  .top-other__item .title .main {
    font-size: 2rem;
  }
  .top-other__item > .text {
    font-size: 1.5rem;
    margin-bottom: 20px;
  }
  .top-other__item .button {
    margin: 0 auto;
  }
}
.top-consider {
  background: url(../img/pages/top/consider/bg.jpg) no-repeat bottom left/cover;
  padding: 80px 0;
}
.top-consider__title {
  margin-bottom: 20px;
  position: relative;
  z-index: 10;
}
.top-consider__title .main {
  text-shadow: 2px 0 #fff, -2px 0 #fff, 0 2px #fff, 0 -2px #fff, 1px 1px #fff, -1px -1px #fff, 1px -1px #fff, -1px 1px #fff;
}
.top-consider__contents {
  width: 900px;
  background: #ffffff;
  padding: 40px 30px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
.top-consider__button {
  background: #ffffff;
  border: 2px solid #c5e1a5;
}
.top-consider__button .text {
  color: #333333;
}
.top-consider__button .icon {
  color: #c5e1a5;
}
.top-consider__img {
  position: absolute;
  top: -30px;
  right: -100px;
}

@media only screen and (max-width: 767px) {
  .top-consider {
    padding: 60px 0;
  }
  .top-consider__title {
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
  }
  .top-consider__contents {
    width: 100%;
    background: #ffffff;
    padding: 40px 30px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
  }
  .top-consider__button {
    width: 90%;
    margin: 0 auto;
  }
  .top-consider__img {
    width: 35%;
    max-width: 130px;
    position: absolute;
    top: -30px;
    right: 0;
  }
}
.top-column {
  background: linear-gradient(90deg, rgba(249, 249, 248, 0) 22%, rgb(249, 249, 248) 22%);
  padding: 80px 0;
}
.top-column__inner {
  position: relative;
}
.top-column__title {
  margin-bottom: 35px;
}
.top-column__list {
  display: flex;
  gap: 2%;
}
.top-column__item {
  display: flex;
  width: 32%;
}
.top-column__link {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 15px;
  width: 100%;
}
.top-column__link:hover {
  opacity: 0.6;
}
.top-column__thumbnail {
  width: 100%;
  aspect-ratio: 400/245;
  background: url(../img/pages/top/column/no-img.jpg) no-repeat center/cover;
  border-radius: 8px;
}
.top-column__time {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1;
}
.top-column__headline {
  width: 100%;
  flex-grow: 1;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.6;
  border-bottom: 1px solid #787878;
  padding-bottom: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
  word-break: break-all;
}
.top-column__text {
  width: 100%;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1.5;
}
.top-column__button {
  position: absolute;
  top: 50px;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .top-column {
    padding: 40px 0;
  }
  .top-column__title {
    margin-bottom: 30px;
  }
  .top-column__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto 35px;
  }
  .top-column__item {
    display: flex;
    width: 100%;
  }
  .top-column__link {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .top-column__thumbnail {
    width: 100%;
    aspect-ratio: 400/245;
    border-radius: 15px;
  }
  .top-column__time {
    font-size: 1.5rem;
  }
  .top-column__headline {
    font-size: 1.6rem;
    line-height: 1.4;
    padding-bottom: 10px;
  }
  .top-column__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .top-column__button {
    justify-content: center;
    position: static;
  }
}
.top-news {
  padding: 80px 0;
}
.top-news__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-news__list {
  display: flex;
  flex-direction: column;
  width: 725px;
}
.top-news__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e5e5e2;
  padding: 20px 0;
}
.top-news__wrapper {
  display: flex;
  flex-direction: column;
  width: 95%;
}
.top-news__time {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-news__headline {
  font-size: 1.6rem;
  font-weight: 700;
}
.top-news__icon {
  color: #f48513;
}
.top-news__button {
  position: absolute;
  bottom: 0;
  left: 0;
}

@media only screen and (max-width: 767px) {
  .top-news {
    padding: 50px 0;
  }
  .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: 35px;
  }
  .top-news__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
  }
  .top-news__wrapper {
    display: flex;
    flex-direction: column;
    width: 95%;
  }
  .top-news__time {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__headline {
    width: 100%;
    font-size: 1.5rem;
  }
  .top-news__button {
    justify-content: center;
    position: static;
  }
}
.about-structure {
  padding: 100px 0;
}
.about-structure__inner {
  display: flex;
  gap: 40px;
}
.about-structure__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 440px;
}
.about-structure__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.about-structure__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.about-structure__img {
  width: 600px;
}

@media only screen and (max-width: 767px) {
  .about-structure {
    padding: 50px 0;
  }
  .about-structure__inner {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
  .about-structure__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .about-structure__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .about-structure__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .about-structure__img {
    width: 100%;
  }
}
.about-works {
  background: url(../img/pages/about/works/bg--left.png) no-repeat bottom 10px left 40px, url(../img/pages/about/works/bg--right.png) no-repeat bottom 10px right 40px, #f9f9f8;
  padding: 100px 0;
}
.about-works__title {
  margin-bottom: 30px;
}
.about-works__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.about-works__item {
  width: 520px;
  background: #ffffff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
}
.about-works__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.about-works__item .title .img {
  width: 30px;
}
.about-works__item .title .text {
  font-size: 2.2rem;
  font-weight: 700;
}
.about-works__item .list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}
.about-works__item .item {
  width: 49%;
}
.about-works__item .item .icon {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.about-works__item .item .text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .about-works {
    padding: 50px 0;
  }
  .about-works__title {
    margin-bottom: 20px;
  }
  .about-works__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .about-works__item {
    width: 100%;
    padding: 30px;
  }
  .about-works__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-works__item .title .img {
    width: 25px;
  }
  .about-works__item .title .text {
    font-size: 2rem;
  }
  .about-works__item .list {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 2%;
  }
  .about-works__item .item {
    width: 49%;
  }
  .about-works__item .item .text {
    font-size: 1.5rem;
  }
}
.about-flow {
  padding: 100px 0;
}
.about-flow__title--lv3 {
  margin-bottom: 30px;
}
.about-flow__title--lv4 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.about-flow__title--lv4 .text, .about-flow__title--lv4 .number {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.about-flow__title--lv4 .text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.about-flow__title--lv4 .number {
  font-size: 5.2rem;
  font-weight: 700;
  line-height: 1;
}
.about-flow__title--lv5 {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 3px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.about-flow__title--lv6 {
  font-size: 1.8rem;
  font-weight: 700;
  border-right: 3px solid #e5e5e2;
  padding-right: 15px;
  margin-right: 10px;
}
.about-flow__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.about-flow__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.about-flow__item {
  display: flex;
  align-items: center;
  gap: 50px;
}
.about-flow__contents {
  width: 100%;
}
.about-flow__wrapper {
  display: flex;
  align-items: flex-start;
  background: #f9f9f8;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
}
.about-flow__details {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

@media only screen and (max-width: 767px) {
  .about-flow {
    padding: 50px 0;
  }
  .about-flow__title--lv3 {
    margin-bottom: 30px;
  }
  .about-flow__title--lv4 {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
  }
  .about-flow__title--lv4 .text {
    font-size: 2rem;
    line-height: 1;
    margin-top: 8px;
  }
  .about-flow__title--lv4 .number {
    font-size: 3.2rem;
    line-height: 1;
  }
  .about-flow__title--lv5 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .about-flow__title--lv6 {
    font-size: 1.6rem;
    border-right: none;
    border-bottom: 3px solid #e5e5e2;
    padding-right: auto;
    padding-bottom: 10px;
    margin-right: auto;
  }
  .about-flow__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .about-flow__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .about-flow__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }
  .about-flow__contents {
    width: 100%;
  }
  .about-flow__wrapper {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    padding: 20px;
    box-sizing: border-box;
  }
  .about-flow__details {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
  }
}
.service-about {
  padding: 100px 0;
}
.service-about__inner {
  display: flex;
  gap: 40px;
}
.service-about__contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 540px;
}
.service-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-about__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}
.service-about__img {
  width: 500px;
}

@media only screen and (max-width: 767px) {
  .service-about {
    padding: 50px 0;
  }
  .service-about__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .service-about__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .service-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-about__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .service-about__img {
    width: 100%;
  }
}
.service-support {
  background: url(../img/pages/service/support/bg--left.png) no-repeat bottom 10px left 40px, url(../img/pages/service/support/bg--right.png) no-repeat bottom 10px right 40px, #f9f9f8;
  padding: 100px 0;
}
.service-support__title {
  margin-bottom: 30px;
}
.service-support__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.service-support__item {
  width: 520px;
  background: #ffffff;
  padding: 30px 40px;
  box-sizing: border-box;
  border-radius: 8px;
}
.service-support__item .title {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service-support__item .title .img {
  width: 50px;
}
.service-support__item .title .text {
  font-size: 2.2rem;
  font-weight: 700;
}
.service-support__item > .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .service-support {
    padding: 50px 0;
  }
  .service-support__title {
    margin-bottom: 20px;
  }
  .service-support__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
  }
  .service-support__item {
    width: 100%;
    padding: 30px;
  }
  .service-support__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 3px solid #e5e5e2;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .service-support__item .title .img {
    width: 30px;
  }
  .service-support__item .title .text {
    font-size: 1.8rem;
  }
  .service-support__item > .text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.service-plan {
  padding: 100px 0;
}
.service-plan__title--lv3 {
  margin-bottom: 30px;
}
.service-plan__title--lv4 {
  font-size: 2.2rem;
  font-weight: 700;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.service-plan__title--lv5 {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 5px;
}
.service-plan__main {
  margin-bottom: 50px;
}
.service-plan__wrapper {
  display: flex;
  justify-content: space-between;
}
.service-plan__price {
  display: flex;
  flex-direction: column;
}
.service-plan__price .number {
  color: #f48513;
  font-size: 5.6rem;
  font-weight: 700;
}
.service-plan__price .number span {
  font-size: 1.8rem;
}
.service-plan__price .caption {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.service-plan__box {
  width: 715px;
  background: #f9f9f8;
  padding: 30px 40px;
  box-sizing: border-box;
}
.service-plan__list {
  display: flex;
  flex-wrap: wrap;
  gap: 5px 2%;
}
.service-plan__item {
  display: flex;
  align-items: center;
  gap: 5px;
  width: 49%;
}
.service-plan__item .icon {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.service-plan__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.service-plan__details {
  display: flex;
  flex-direction: column;
}
.service-plan__detail {
  padding: 15px 0;
}
.service-plan__name {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.service-plan__name .text {
  font-size: 1.8rem;
  font-weight: 700;
}
.service-plan__name .price {
  color: #f48513;
  font-size: 2.4rem;
  font-weight: 700;
}
.service-plan__text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .service-plan {
    padding: 50px 0;
  }
  .service-plan__title--lv3 {
    margin-bottom: 20px;
  }
  .service-plan__title--lv4 {
    font-size: 2rem;
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
  .service-plan__title--lv5 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .service-plan__main {
    margin-bottom: 50px;
  }
  .service-plan__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
  }
  .service-plan__price {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
  }
  .service-plan__price .number {
    font-size: 4.6rem;
  }
  .service-plan__price .number span {
    font-size: 1.8rem;
  }
  .service-plan__price .caption {
    font-size: 1.4rem;
    letter-spacing: 0;
    line-height: 1.6;
  }
  .service-plan__box {
    width: 100%;
    padding: 30px;
  }
  .service-plan__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 10px;
  }
  .service-plan__item {
    display: flex;
    align-items: center;
    gap: 5px;
    width: 100%;
  }
  .service-plan__item .text {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .service-plan__details {
    display: flex;
    flex-direction: column;
  }
  .service-plan__detail {
    padding: 15px 0;
  }
  .service-plan__name {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #dcdcdc;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .service-plan__name .text {
    width: 75%;
    font-size: 1.6rem;
  }
  .service-plan__name .price {
    font-size: 2rem;
  }
  .service-plan__text {
    font-size: 1.4rem;
  }
}
.service-faq {
  padding: 100px 0;
  background: #f9f9f8;
}
.service-faq__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.service-faq__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 720px;
}
.service-faq__item {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.service-faq__item .question {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
}
.service-faq__item .question .icon {
  width: 30px;
}
.service-faq__item .question .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.service-faq__item .answer {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .service-faq {
    padding: 50px 0;
  }
  .service-faq__inner {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
  }
  .service-faq__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100%;
  }
  .service-faq__item {
    padding: 30px;
  }
  .service-faq__item .question {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
  }
  .service-faq__item .question .icon {
    width: 25px;
  }
  .service-faq__item .question .text {
    font-size: 1.6rem;
    line-height: 1.6;
  }
  .service-faq__item .answer {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.reason-point {
  padding: 100px 0;
}
.reason-point__title {
  margin-bottom: 30px;
}
.reason-point__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.reason-point__item {
  display: flex;
  gap: 30px;
  background: #f9f9f8;
  border-radius: 8px;
  padding: 40px;
  box-sizing: border-box;
}
.reason-point__item .img {
  width: 450px;
}
.reason-point__item .contents {
  width: 520px;
}
.reason-point__item .title {
  display: flex;
  align-items: center;
  gap: 15px;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.reason-point__item .title .number {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.2rem;
  font-weight: 700;
}
.reason-point__item .title .text {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}
.reason-point__item .description {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .reason-point {
    padding: 50px 0;
  }
  .reason-point__title {
    margin-bottom: 20px;
  }
  .reason-point__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .reason-point__item {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 30px 20px;
    box-sizing: border-box;
  }
  .reason-point__item .img {
    width: 100%;
  }
  .reason-point__item .contents {
    width: 100%;
  }
  .reason-point__item .title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .reason-point__item .title .number {
    font-size: 2.8rem;
  }
  .reason-point__item .title .text {
    font-size: 1.8rem;
    line-height: 1.5;
  }
  .reason-point__item .description {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.started-problem {
  padding: 100px 0;
}
.started-problem__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.started-problem__item {
  width: 340px;
  background: #f9f9f8;
  padding: 30px 20px;
  box-sizing: border-box;
  border-radius: 8px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  position: relative;
}
.started-problem__item::before {
  content: "";
  display: block;
  width: 30px;
  aspect-ratio: 30/10;
  background: url(../img/pages/started/problem/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.started-problem__message {
  border-top: 1px solid #c5e1a5;
  border-bottom: 1px solid #c5e1a5;
  padding: 20px;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
}
.started-problem__message .gradation {
  background: linear-gradient(90deg, rgb(247, 178, 0) 0%, rgb(236, 109, 0) 100%);
  color: #ffffff;
  font-size: 2.6rem;
  margin: 0 10px;
  padding: 2px 10px 4px;
  border-radius: 8px;
}

@media only screen and (max-width: 767px) {
  .started-problem {
    padding: 50px 0;
  }
  .started-problem__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 50px;
  }
  .started-problem__item {
    width: 90%;
    padding: 30px 20px;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 1.6rem;
    line-height: 1.6;
    position: relative;
  }
  .started-problem__item::before {
    content: "";
    display: block;
    width: 30px;
    aspect-ratio: 30/10;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .started-problem__message {
    padding: 20px;
    box-sizing: border-box;
    font-size: 2.2rem;
  }
  .started-problem__message .gradation {
    font-size: 2.6rem;
    margin: 0 10px;
    padding: 2px 10px 4px;
    border-radius: 8px;
  }
}
.started-ideal {
  background: url(../img/pages/started/ideal/bg--left.png) no-repeat bottom 10px left 40px, url(../img/pages/started/ideal/bg--right.png) no-repeat bottom 10px right 40px, #f9f9f8;
  padding: 100px 0;
}
.started-ideal__title--lv3 {
  margin-bottom: 30px;
}
.started-ideal__title--lv4 {
  display: flex;
  align-items: center;
  gap: 10px;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.started-ideal__title--lv4 .number {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  font-size: 3.2rem;
  font-weight: 700;
}
.started-ideal__title--lv4 .text {
  font-size: 2rem;
  font-weight: 700;
}
.started-ideal__title--lv5 {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 3px solid #e5e5e2;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
.started-ideal__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 20px;
}
.started-ideal__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.started-ideal__item {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}
.started-ideal__img {
  width: 450px;
}
.started-ideal__box {
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.started-ideal__points {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.started-ideal__point .icon {
  background: linear-gradient(135deg, #f7b200 0%, #ec6d00 100%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
}
.started-ideal__point .text {
  font-size: 1.6rem;
  font-weight: 500;
}

@media only screen and (max-width: 767px) {
  .started-ideal {
    padding: 50px 0;
  }
  .started-ideal__title--lv3 {
    margin-bottom: 30px;
  }
  .started-ideal__title--lv4 {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .started-ideal__title--lv4 .number {
    font-size: 3.2rem;
  }
  .started-ideal__title--lv4 .text {
    font-size: 1.8rem;
    margin-top: 5px;
  }
  .started-ideal__title--lv5 {
    font-size: 1.8rem;
    font-weight: 700;
    border-bottom: 3px solid #e5e5e2;
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
  .started-ideal__text {
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 20px;
  }
  .started-ideal__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .started-ideal__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
  }
  .started-ideal__img {
    width: 100%;
  }
  .started-ideal__box {
    padding: 30px 20px;
  }
  .started-ideal__points {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .started-ideal__point .text {
    font-size: 1.5rem;
  }
}
.started-trend {
  padding: 100px 0;
}
.started-trend__title {
  margin-bottom: 30px;
}
.started-trend__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
.started-trend__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  background: #f9f9f8;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.started-trend__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
}
.started-trend__item .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #e5e5e2;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.started-trend__item .number {
  color: #f48513;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
}
.started-trend__item .number span {
  font-size: 5.6rem;
}

@media only screen and (max-width: 767px) {
  .started-trend {
    padding: 50px 0;
  }
  .started-trend__title {
    margin-bottom: 20px;
  }
  .started-trend__list {
    display: flex;
    flex-wrap: wrap;
    gap: 15px 2%;
  }
  .started-trend__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    padding: 30px 15px;
    margin: 0 auto;
  }
  .started-trend__item .title {
    font-size: 1.6rem;
    margin-bottom: 20px;
    position: relative;
  }
  .started-trend__item .number {
    font-size: 1.6rem;
  }
  .started-trend__item .number span {
    font-size: 4.6rem;
  }
}
.started-myths {
  padding: 100px 0;
  background: #f9f9f8;
}
.started-myths__title--lv3 {
  margin-bottom: 30px;
}
.started-myths__title--lv4 {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 40px;
  position: relative;
}
.started-myths__title--lv4::before {
  content: "";
  display: block;
  width: 20px;
  aspect-ratio: 20/12;
  background: url(../img/pages/started/myths/icon--arrow.png) no-repeat center/cover;
  position: absolute;
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.started-myths__title--lv4 .icon {
  width: 60px;
}
.started-myths__title--lv4 .text {
  width: 100%;
  background: #ffffff;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}
.started-myths__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.started-myths__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.started-myths__item {
  width: 520px;
}
.started-myths__message {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 84px;
  background: #f48513;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}
.started-myths__message .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .started-myths {
    padding: 50px 0;
  }
  .started-myths__title--lv3 {
    margin-bottom: 30px;
  }
  .started-myths__title--lv4 {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 40px;
    position: relative;
  }
  .started-myths__title--lv4::before {
    content: "";
    display: block;
    width: 20px;
    aspect-ratio: 20/12;
    background: url(../img/pages/started/myths/icon--arrow.png) no-repeat center/cover;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
  }
  .started-myths__title--lv4 .icon {
    width: 50px;
  }
  .started-myths__title--lv4 .text {
    width: 100%;
    padding: 15px;
    font-size: 1.6rem;
  }
  .started-myths__text {
    font-size: 1.5rem;
  }
  .started-myths__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
  }
  .started-myths__item {
    width: 100%;
  }
  .started-myths__message {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 84px;
    padding: 15px;
    margin-bottom: 20px;
  }
  .started-myths__message .text {
    font-size: 1.8rem;
  }
}
.started-caution {
  padding: 100px 0;
}
.started-caution__title {
  margin-bottom: 30px;
}
.started-caution__list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-bottom: 50px;
}
.started-caution__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
  background: #f9f9f8;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.started-caution__item .title {
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
}
.started-caution__item .title::before {
  content: "";
  display: block;
  width: 30px;
  height: 3px;
  background: #e5e5e2;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.started-caution__item .text {
  font-size: 1.6rem;
  font-weight: 500;
}
.started-caution__message {
  border-top: 1px solid #c5e1a5;
  border-bottom: 1px solid #c5e1a5;
  padding: 20px;
  box-sizing: border-box;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .started-caution {
    padding: 50px 0;
  }
  .started-caution__title {
    margin-bottom: 20px;
  }
  .started-caution__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 20px;
    width: 90%;
    margin: 0 auto 30px;
  }
  .started-caution__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .started-caution__item .title {
    font-size: 1.8rem;
    margin-bottom: 30px;
    position: relative;
  }
  .started-caution__item .text {
    font-size: 1.5rem;
  }
  .started-caution__message {
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.6rem;
  }
}
.blog__inner {
  padding: 80px 0;
}
.blog__title {
  font-size: 2.8rem;
  margin-bottom: 30px;
}

.blog-archive__select {
  display: flex;
  justify-content: 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: #f48513;
  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: 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: #f48513;
  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: 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: 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 */