@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;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
}

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;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

.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;
  }
}
.wysiwyg a {
  text-decoration: underline;
}
.wysiwyg img {
  width: 100%;
}
.wysiwyg em,
.wysiwyg i {
  font-style: italic;
}
.wysiwyg strong,
.wysiwyg b {
  font-weight: 900;
}
.wysiwyg pre,
.wysiwyg code {
  text-align: justify;
  text-justify: inter-ideograph;
}
.wysiwyg u {
  text-decoration: underline;
}
.wysiwyg del {
  text-decoration: line-through;
}
.wysiwyg ol,
.wysiwyg ul {
  padding-left: 20px;
}
.wysiwyg ol {
  list-style: decimal;
}
.wysiwyg ul {
  list-style: disc;
}
.wysiwyg blockquote {
  display: block;
  width: 100%;
  background: #efefef;
  padding: 15px;
  box-sizing: border-box;
}
.wysiwyg blockquote p {
  color: #555555;
  font-style: italic;
}
.wysiwyg blockquote p::before {
  content: "“";
}
.wysiwyg blockquote p::after {
  content: "”";
}
.wysiwyg .table_wrapper table {
  width: 100%;
  min-width: auto;
  border-collapse: collapse;
}
.wysiwyg .table_wrapper th,
.wysiwyg .table_wrapper td {
  font-weight: 600;
  padding: 10px 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
}
@media only screen and (min-width: 768px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 767px) {
  .wysiwyg .table_wrapper th,
  .wysiwyg .table_wrapper td {
    font-size: 1.5rem;
  }
}

.heading--lv2 {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.heading--lv2 .sub {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  background: #A21420;
  padding: 4px 8px;
}
.heading--lv2 .sub--inversion {
  color: #A21420;
  background: #ffffff;
}
.heading--lv2 .main {
  font-size: 6.8rem;
  font-weight: 700;
  line-height: 1;
}
.heading--lv2 .main--inversion {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
  .heading--lv2 .sub {
    font-size: 1.6rem;
    line-height: 1;
    padding: 4px 8px;
  }
  .heading--lv2 .main {
    font-size: 4.2rem;
    line-height: 1;
  }
}
.button--pattern-01 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.button--pattern-01 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #A21420;
  border: 1px solid #A21420;
  border-radius: 90px;
  transition: all 0.3s;
}
.button--pattern-01 .icon i {
  color: #ffffff;
  font-size: 2.4rem;
}
.button--pattern-01 .icon--inversion {
  background: #ffffff;
  border: 1px solid #ffffff;
}
.button--pattern-01 .icon--inversion i {
  color: #A21420;
}
.button--pattern-01 .text {
  font-size: 1.6rem;
  font-weight: 700;
}
.button--pattern-01 .text--inversion {
  color: #ffffff;
}
.button--pattern-01:hover .icon {
  background: #ffffff;
}
.button--pattern-01:hover .icon--inversion {
  background: #A21420;
}
.button--pattern-01:hover .icon--inversion i {
  color: #ffffff;
}
.button--pattern-01:hover i {
  color: #A21420;
}
.button--pattern-01:hover i--inversion {
  color: #ffffff;
}

@media only screen and (max-width: 767px) {
  .button--pattern-01 {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .button--pattern-01 .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }
  .button--pattern-01 .icon i {
    font-size: 2rem;
  }
  .button--pattern-01 .text {
    font-size: 1.5rem;
  }
}
p {
  margin: 0;
  padding: 0;
}
p:empty {
  display: none;
}

.mw_wp_form .horizontal-item + .horizontal-item {
  margin-left: 0 !important;
}

.mwform-hidden {
  display: none !important;
}

.form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.form__zip .p-country-name {
  display: none;
}
.form__row {
  display: flex;
  gap: 5%;
}
.form__head {
  width: 35%;
}
.form__label {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 15px 0;
  box-sizing: border-box;
}
.form__title {
  font-size: 1.6rem;
}
.form__tag {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  padding: 5px 10px;
}
.form__tag--required {
  color: #ffffff;
  background: #B40019;
}
.form__tag--optional {
  background: #B3B2B3;
}
.form__body {
  display: flex;
  flex-direction: column;
  width: 60%;
}
.form__body input[type=text],
.form__body input[type=email],
.form__body input[type=tel],
.form__body input[type=url],
.form__body input[type=file],
.form__body textarea,
.form__body select {
  display: block;
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
  border: 1px solid #cccccc;
  font-size: 1.6rem;
}
.form__body input[type=text]::-moz-placeholder, .form__body input[type=email]::-moz-placeholder, .form__body input[type=tel]::-moz-placeholder, .form__body input[type=url]::-moz-placeholder, .form__body input[type=file]::-moz-placeholder, .form__body textarea::-moz-placeholder, .form__body select::-moz-placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]::placeholder,
.form__body input[type=email]::placeholder,
.form__body input[type=tel]::placeholder,
.form__body input[type=url]::placeholder,
.form__body input[type=file]::placeholder,
.form__body textarea::placeholder,
.form__body select::placeholder {
  color: #a5a5a5;
}
.form__body input[type=text]:focus,
.form__body input[type=email]:focus,
.form__body input[type=tel]:focus,
.form__body input[type=url]:focus,
.form__body input[type=file]:focus,
.form__body textarea:focus,
.form__body select:focus {
  outline: 1px solid #333333;
}
.form__radios, .form__checkboxs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.form__privacy {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.form__link {
  font-size: 1.4rem;
  font-weight: 500;
}
.form__link a {
  border-bottom: 1px solid #333333;
}
.form__buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 35px;
}
.form__button {
  display: flex;
  width: 320px;
  background: #A21420;
  border: none;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 25px 20px;
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.form__button:hover {
  cursor: pointer;
}
.form__addr-body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
}
.form__addr-zip {
  display: flex;
  align-items: center;
  gap: 2%;
  width: 100%;
}
.form__addr-zip input {
  width: 83%;
}
.form__addr-zip button {
  width: 15%;
  background: #003153;
  padding: 10px 0;
  box-sizing: border-box;
  color: #ffffff;
}
.form__addr-prefcity {
  display: flex;
  gap: 3%;
  width: 100%;
}
.form__addr-prefcity select {
  display: block;
  width: 48.5%;
}
.form__addr-rest {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .form {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__zip {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .form__row {
    display: flex;
    flex-direction: column;
    gap: 0;
  }
  .form__head {
    width: 100%;
  }
  .form__label {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 15px 0;
    box-sizing: border-box;
  }
  .form__title {
    font-size: 1.5rem;
  }
  .form__tag {
    font-size: 1.5rem;
    padding: 5px 10px;
  }
  .form__body {
    display: flex;
    width: 100%;
  }
  .form__body input[type=text],
  .form__body input[type=email],
  .form__body input[type=tel],
  .form__body input[type=url],
  .form__body input[type=file],
  .form__body textarea,
  .form__body select {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 1.5rem;
  }
  .form__radios, .form__checkboxs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
  }
  .form__privacy {
    display: flex;
    flex-direction: column;
    gap: 5px;
  }
  .form__link {
    font-size: 1.4rem;
  }
  .form__buttons {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-top: 35px;
  }
  .form__button {
    display: flex;
    width: 320px;
    padding: 20px;
    font-size: 1.5rem;
  }
  .form__addr-zip {
    display: flex;
    align-items: center;
    gap: 2%;
    width: 100%;
  }
  .form__addr-zip input {
    width: 70%;
  }
  .form__addr-zip button {
    width: 28%;
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.header-bar {
  display: flex;
  justify-content: flex-end;
  position: relative;
}
.header-bar.is-fixed {
  width: 100%;
  background: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 1;
  transform: translateY(0);
  animation: headerFadeDown 0.4s ease forwards;
}
.header-bar__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 240px;
  height: 150px;
  background: #ffffff;
  border-radius: 0 0 30px 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-bar__logo img {
  width: 140px;
}
.header-bar__nav {
  display: flex;
  align-items: center;
  gap: 30px;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 20px;
}
.header-bar__item a {
  font-size: 1.6rem;
  font-weight: 700;
  transition: all 0.3s;
}
.header-bar__item a:hover {
  color: #A21420;
}
.header-bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 100px;
  background: #A21420;
  transition: all 0.2s;
}
.header-bar__button .text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
}
.header-bar__button:hover {
  background: #333333;
}

@keyframes headerFadeDown {
  from {
    opacity: 0;
    transform: translateY(-15px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.header-visual--top {
  height: 89vh;
}
.header-visual--sub {
  height: 350px;
}
.header-visual__inner {
  width: 97.5%;
  height: 100%;
  margin: 0 0 0 auto;
  background: url(../img/layout/header/visual--top.jpg) no-repeat center bottom/cover;
  border-radius: 0 0 0 30px;
  position: relative;
}
.header-visual__contents {
  display: flex;
  flex-direction: column;
  gap: 10px;
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.header-visual__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}
.header-visual__title .transparent {
  font-size: clamp(4.2rem, 2.71vw, 5.2rem);
  font-weight: 700;
  background: rgba(255, 255, 255, 0.7);
  padding: 0 10px;
}
.header-visual__title .transparent span {
  color: #A21420;
}
.header-visual__text {
  font-size: clamp(1.5rem, 0.94vw, 1.8rem);
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    justify-content: flex-end;
    position: relative;
  }
  .header-bar__logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    height: 80px;
    border-radius: 0 0 10px 0;
    position: absolute;
    top: 0;
    left: 0;
  }
  .header-bar__logo img {
    width: 60%;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual--top {
    height: 80vh;
  }
  .header-visual--sub {
    height: 200px;
  }
  .header-visual__inner {
    width: 97.5%;
    height: 100%;
    margin: 0 0 0 auto;
    border-radius: 0 0 0 10px;
    position: relative;
  }
  .header-visual__contents {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    bottom: 15px;
    left: 10px;
  }
  .header-visual__title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
  }
  .header-visual__title .transparent {
    font-size: 2.6rem;
    padding: 0 10px;
  }
  .header-visual__text {
    font-size: 1.3rem;
    line-height: 1.6;
  }
}
.footer-bar {
  padding: 80px 0 50px;
  border-top: 1px solid #cccccc;
}
.footer-bar__wrapper {
  display: flex;
  justify-content: space-between;
}
.footer-bar__wrapper--top {
  align-items: flex-start;
}
.footer-bar__wrapper--bottom {
  flex-direction: row-reverse;
  border-top: 1px solid #333333;
  padding-top: 10px;
  margin-top: 105px;
}
.footer-bar__contents {
  display: flex;
  flex-direction: column;
}
.footer-bar__contents--right {
  align-items: flex-end;
  gap: 60px;
}
.footer-bar__logo {
  width: 285px;
  margin-bottom: 30px;
}
.footer-bar__address {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 40px;
}
.footer-bar__group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.footer-bar__sns {
  width: 30px;
}
.footer-bar__list {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 30px;
  width: 435px;
}
.footer-bar__item a {
  font-size: 1.5rem;
  font-weight: 700;
}
.footer-bar__copyright {
  font-size: 1.3rem;
  font-weight: 700;
}
.footer-bar__links {
  display: flex;
  gap: 20px;
}
.footer-bar__link a {
  font-size: 1.4rem;
  font-weight: 700;
}

@media only screen and (max-width: 767px) {
  .footer-bar {
    padding: 50px 0 30px;
  }
  .footer-bar__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
  }
  .footer-bar__wrapper--top {
    align-items: flex-start;
  }
  .footer-bar__wrapper--bottom {
    flex-direction: row;
    border-top: 1px solid #333333;
    padding-top: 10px;
    margin-top: 80px;
  }
  .footer-bar__contents {
    display: flex;
    flex-direction: column;
  }
  .footer-bar__contents--right {
    align-items: flex-end;
    gap: 60px;
  }
  .footer-bar__logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .footer-bar__address {
    font-size: 1.4rem;
    margin-bottom: 30px;
  }
  .footer-bar__group {
    display: flex;
    align-items: center;
    gap: 20px;
  }
  .footer-bar__sns {
    width: 30px;
  }
  .footer-bar__list {
    display: none;
  }
  .footer-bar__copyright {
    font-size: 1.3rem;
  }
  .footer-bar__links {
    display: none;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #A21420;
  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: #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__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 80px;
  margin-bottom: 10px;
}
.drawer-on__logo img {
  width: 60%;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__list {
  padding: 0 10px;
  box-sizing: border-box;
}
.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;
  padding: 0 10px;
  box-sizing: border-box;
}
.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;
  width: 95%;
  margin: 0 auto 20px;
  background: #A21420;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 8px;
}
.drawer-mail i, .drawer-mail span {
  color: #ffffff;
}
.drawer-mail span {
  font-size: 1.8rem;
  font-weight: 700;
}

.drawer-sns {
  width: 95%;
  margin: 0 auto 20px;
}
.drawer-sns__title {
  display: block;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.drawer-sns__list {
  display: flex;
  gap: 5%;
}
.drawer-sns__item {
  width: 25px;
}

.breadcrumb {
  padding: 15px 0;
}
.breadcrumb__list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  width: 87.5%;
  min-width: 1200px;
  margin: 0 auto;
}
.breadcrumb__item {
  font-size: 1.5rem;
  line-height: 1;
  padding-right: 10px;
  border-right: 1px solid #000000;
}
.breadcrumb__item:last-child {
  border: none;
}

@media only screen and (max-width: 767px) {
  .breadcrumb {
    display: none;
  }
}
.pagination {
  margin-top: 30px;
}

.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page-numbers li span, .page-numbers li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  font-size: 1.8rem;
  line-height: 1;
}
.page-numbers li span.current {
  background: #2D7727;
  color: #ffffff;
  font-size: 2rem;
}

@media only screen and (max-width: 767px) {
  .pagination {
    margin-top: 20px;
  }
  .page-numbers li span, .page-numbers li a {
    width: 35px;
    height: 35px;
    font-size: 1.6rem;
  }
  .page-numbers li span.current {
    font-size: 1.8rem;
  }
}
.navigation {
  margin-top: 80px;
}
.navigation__list {
  display: flex;
  justify-content: center;
  position: relative;
}
.navigation__item--prev {
  position: absolute;
  top: 0;
  left: 0;
}
.navigation__item--archive {
  text-align: center;
}
.navigation__item--next {
  position: absolute;
  top: 0;
  right: 0;
}
.navigation__link {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
}

.top-about {
  padding: 100px 0;
  position: relative;
}
.top-about__inner {
  width: clamp(480px, 27.08vw, 520px);
  margin: 0 auto;
}
.top-about__title--lv2 {
  margin-bottom: 40px;
}
.top-about__title--lv3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-about__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
}
.top-about__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.top-about__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-about__img--01 {
  width: 28%;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: -1;
}
.top-about__img--02 {
  width: 23%;
  position: absolute;
  bottom: 50px;
  right: 50px;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-about {
    padding: 60px 0 120px;
    position: relative;
  }
  .top-about__inner {
    width: 95%;
    margin: 0 auto;
  }
  .top-about__title--lv2 {
    margin-bottom: 20px;
  }
  .top-about__title--lv3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .top-about__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
  }
  .top-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-about__text {
    font-size: 1.5rem;
    line-height: 1.8;
  }
  .top-about__img--01 {
    width: 30%;
    position: absolute;
    top: 20px;
    left: auto;
    right: 0;
  }
  .top-about__img--02 {
    width: 30%;
    position: absolute;
    bottom: 20px;
    right: 0;
  }
}
.top-service__container {
  background: #A21420;
  padding: 80px 0;
  border-radius: 50px 50px 0 0;
}
.top-service__inner {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.top-service__title--lv3 {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-service__title--lv3 .text {
  color: #ffffff;
  font-size: 3.6rem;
  line-height: 1;
}
.top-service__title--lv3 .text span {
  color: #A21420;
  background: #ffffff;
  padding: 0 10px;
  margin-right: 5px;
}
.top-service__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 520px;
}
.top-service__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-service__text {
  color: #ffffff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-service__button {
  position: absolute;
  top: 200px;
  left: 0;
}
.top-service__wrapper {
  overflow: hidden;
  margin-top: 80px;
}
.top-service__gallery {
  display: flex;
  gap: 50px;
  width: -moz-max-content;
  width: max-content;
  animation: gallery-scroll 30s linear infinite;
}
.top-service__img {
  display: block;
}
.top-service__img--01 {
  width: 250px;
  margin-top: 40px;
}
.top-service__img--02 {
  width: 450px;
}
.top-service__img--03 {
  width: 350px;
  margin-top: 120px;
}
.top-service__img--04 {
  width: 350px;
}
.top-service__img--05 {
  width: 320px;
  margin-top: 80px;
}

@keyframes gallery-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-50% - 25px));
  }
}
@media only screen and (max-width: 767px) {
  .top-service__container {
    padding: 50px 0;
    border-radius: 30px 30px 0 0;
  }
  .top-service__inner {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    position: relative;
    gap: 40px;
    padding-bottom: 60px;
  }
  .top-service__title--lv3 {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }
  .top-service__title--lv3 .text {
    font-size: 2.4rem;
    line-height: 1;
  }
  .top-service__title--lv3 .text span {
    padding: 0 10px;
    margin-right: 5px;
  }
  .top-service__contents {
    display: flex;
    flex-direction: column;
    gap: 40px;
    width: 100%;
  }
  .top-service__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-service__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-service__button {
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
  }
  .top-service__wrapper {
    overflow: hidden;
    margin-top: 60px;
  }
  .top-service__gallery {
    display: flex;
    gap: 30px;
    width: -moz-max-content;
    width: max-content;
    animation: gallery-scroll 30s linear infinite;
  }
  .top-service__img {
    display: block;
  }
  .top-service__img--01 {
    width: 150px;
    margin-top: 30px;
  }
  .top-service__img--02 {
    width: 350px;
  }
  .top-service__img--03 {
    width: 250px;
    margin-top: 80px;
  }
  .top-service__img--04 {
    width: 250px;
  }
  .top-service__img--05 {
    width: 230px;
    margin-top: 60px;
  }
}
.top-strength {
  padding: 80px 0;
}
.top-strength__container {
  padding-bottom: 20px;
  position: relative;
}
.top-strength__contents {
  display: flex;
  flex-direction: column;
  gap: 40px;
  width: 580px;
  background: #ffffff;
  padding: 50px 50px 50px 0;
  box-sizing: border-box;
}
.top-strength__title--lv2 {
  margin-bottom: 30px;
}
.top-strength__title--lv3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-strength__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-strength__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-strength__img {
  width: 52%;
  height: 100%;
  background: url(../img/pages/top/strength/img.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-strength {
    padding: 60px 0 20px;
  }
  .top-strength__container {
    padding-bottom: 0;
    position: relative;
  }
  .top-strength__contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
    padding: 50px 20px 50px 0;
    box-sizing: border-box;
  }
  .top-strength__title--lv2 {
    margin-bottom: 20px;
  }
  .top-strength__title--lv3 {
    font-size: 2.4rem;
    line-height: 1.5;
  }
  .top-strength__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-strength__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-strength__img {
    width: 80%;
    height: 100%;
    position: absolute;
    top: -30px;
    right: 0;
    z-index: -1;
  }
}
.top-message {
  padding: 80px 0;
  position: relative;
}
.top-message__contents {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  width: 800px;
  margin-bottom: 120px;
}
.top-message__title--lv2 {
  margin-bottom: 30px;
}
.top-message__title--lv3 {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1.5;
}
.top-message__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-message__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.top-message__img {
  width: 96%;
  height: 100%;
  background: url(../img/pages/top/message/img.jpg) no-repeat center/cover;
  border-radius: 0 0 0 30px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .top-message {
    padding: 50px 0;
    position: relative;
  }
  .top-message__contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
    background: #ffffff;
    padding: 40px 20px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
  .top-message__title--lv2 {
    margin-bottom: 20px;
  }
  .top-message__title--lv3 {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .top-message__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-message__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .top-message__img {
    width: 90%;
    height: 100%;
    border-radius: 0 0 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.vision-about {
  padding: 80px 0;
}
.vision-about__title {
  margin-bottom: 50px;
}
.vision-about__list {
  display: flex;
  flex-direction: column;
  gap: 80px;
}
.vision-about__item {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}
.vision-about__item:nth-child(even) {
  flex-direction: row-reverse;
}
.vision-about__item .contents {
  display: flex;
  flex-direction: column;
  gap: 30px;
  width: 520px;
}
.vision-about__item .title {
  font-size: 3.2rem;
  font-weight: 700;
}
.vision-about__item .title span {
  color: #ffffff;
  background: #A21420;
  padding: 0 5px;
  margin: 0 5px;
}
.vision-about__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.vision-about__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.vision-about__item .img {
  width: 500px;
  height: 550px;
}
.vision-about__item .img--01 {
  background: url(../img/pages/vision/about/01.jpg) no-repeat center/cover;
}
.vision-about__item .img--02 {
  background: url(../img/pages/vision/about/02.jpg) no-repeat center/cover;
}
.vision-about__item .img--03 {
  background: url(../img/pages/vision/about/03.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .vision-about {
    padding: 50px 0;
  }
  .vision-about__title {
    margin-bottom: 40px;
  }
  .vision-about__list {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }
  .vision-about__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .vision-about__item:nth-child(even) {
    flex-direction: column;
  }
  .vision-about__item .contents {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .vision-about__item .title {
    font-size: 2.2rem;
    line-height: 1.8;
  }
  .vision-about__item .title span {
    padding: 0 5px;
    margin: 0 2px;
  }
  .vision-about__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .vision-about__item .text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .vision-about__item .img {
    width: 100%;
    height: 250px;
    background-position: bottom center;
  }
}
.service-policy {
  padding: 80px 0;
}
.service-policy__title--lv2 {
  margin-bottom: 50px;
}
.service-policy__title--lv3 {
  font-size: 2.8rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 20px;
}
.service-policy__box {
  position: relative;
}
.service-policy__wrapper {
  display: flex;
  gap: 40px;
}
.service-policy__wrapper--bottom {
  align-items: flex-end;
  margin-top: -120px;
}
.service-policy__contents--top {
  width: 540px;
}
.service-policy__contents--bottom {
  width: 500px;
}
.service-policy__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.service-policy__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.service-policy__img--top {
  width: 500px;
  height: 550px;
  background: url(../img/pages/service/policy/01.jpg) no-repeat center/cover;
}
.service-policy__img--bottom {
  width: 540px;
  height: 350px;
  background: url(../img/pages/service/policy/02.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .service-policy {
    padding: 50px 0;
  }
  .service-policy__title--lv2 {
    margin-bottom: 30px;
  }
  .service-policy__title--lv3 {
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
  .service-policy__box {
    position: relative;
  }
  .service-policy__wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-policy__wrapper--bottom {
    align-items: flex-start;
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .service-policy__contents--top {
    width: 100%;
  }
  .service-policy__contents--bottom {
    width: 100%;
  }
  .service-policy__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .service-policy__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .service-policy__img--top {
    width: 100%;
    height: 250px;
  }
  .service-policy__img--bottom {
    width: 100%;
    height: 250px;
  }
}
.service-figure {
  padding: 80px 0;
}
.service-figure__inner--s {
  display: flex;
  align-items: flex-end;
  gap: 50px;
  margin-bottom: 40px;
}
.service-figure__inner--m {
  display: flex;
  justify-content: center;
  background: #F4F4F2;
  padding: 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
.service-figure__text {
  font-size: 2.8rem;
  font-weight: 700;
}
.service-figure__img {
  width: 500px;
}
.service-figure__img--01 {
  padding-right: 40px;
  border-right: 1px solid #333333;
}
.service-figure__img--02 {
  padding-left: 40px;
}

@media only screen and (max-width: 767px) {
  .service-figure {
    padding: 50px 0;
  }
  .service-figure__inner--s {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .service-figure__inner--m {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .service-figure__text {
    font-size: 2rem;
  }
  .service-figure__img {
    width: 100%;
  }
  .service-figure__img--01 {
    padding-right: 0;
    padding-bottom: 30px;
    border-right: none;
    border-bottom: 1px solid #333333;
  }
  .service-figure__img--02 {
    padding-left: 0;
    padding-top: 30px;
  }
}
.service-process__container {
  background: #A21420;
  padding: 80px 0;
  border-radius: 50px 50px 0 0;
}
.service-process__title {
  margin-bottom: 50px;
}
.service-process__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.service-process__item {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
}
.service-process__item:nth-child(1)::before, .service-process__item:nth-child(2)::before, .service-process__item:nth-child(3)::before {
  content: "";
  display: block;
  width: 5px;
  height: 50px;
  background: #ffffff;
  position: absolute;
  bottom: -50px;
  left: 90px;
}
.service-process__item .contents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 680px;
  height: 250px;
  padding: 0 40px;
  box-sizing: border-box;
}
.service-process__item .title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
}
.service-process__item .title .number {
  color: #ffffff;
  font-size: 2rem;
  font-weight: 900;
  background: #A21420;
  padding: 0 5px;
  border-radius: 5px;
}
.service-process__item .title .text {
  font-size: 2.8rem;
  font-weight: 700;
}
.service-process__item .passage {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0;
}
.service-process__item .img {
  width: 400px;
  border-radius: 0 10px 10px 0;
}

@media only screen and (max-width: 767px) {
  .service-process__container {
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
  .service-process__title {
    margin-bottom: 30px;
  }
  .service-process__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .service-process__item {
    display: flex;
    align-items: center;
    flex-direction: column;
    border-radius: 10px;
    position: relative;
  }
  .service-process__item:nth-child(1)::before, .service-process__item:nth-child(2)::before, .service-process__item:nth-child(3)::before {
    content: "";
    display: block;
    width: 5px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    left: 50px;
  }
  .service-process__item .contents {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 250px;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .service-process__item .title {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 5px;
    margin-bottom: 10px;
  }
  .service-process__item .title .number {
    font-size: 1.6rem;
    padding: 0 5px;
    border-radius: 5px;
  }
  .service-process__item .title .text {
    font-size: 2rem;
  }
  .service-process__item .passage {
    font-size: 1.4rem;
    line-height: 1.6;
    letter-spacing: 0;
  }
  .service-process__item .img {
    width: 100%;
    border-radius: 0 0 10px 10px;
  }
}
.service-case {
  padding: 80px 0;
}
.service-case__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 80px;
}
.service-case__title {
  font-size: 3.6rem;
  font-weight: 700;
}
.service-case__title span {
  color: #ffffff;
  background: #A21420;
  padding: 0 5px;
}
.service-case__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
  width: 535px;
}
.service-case__list {
  display: flex;
  flex-wrap: wrap;
}
.service-case__item {
  width: 360px;
  padding: 0 20px;
  box-sizing: border-box;
  border-right: 1px solid #CCCCCC;
}
.service-case__item:last-child {
  border: none;
}
.service-case__item .wrapper {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 15px;
}
.service-case__item .title--lv3 {
  display: flex;
  flex-direction: column;
  width: 250px;
}
.service-case__item .title--lv3 .main {
  font-size: 2rem;
  font-weight: 700;
  border-bottom: 2px solid #A21420;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
.service-case__item .title--lv3 .sub {
  font-size: 1.5rem;
}
.service-case__item .title--trouble {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  background: #A21420;
  padding: 4px 8px;
  box-sizing: border-box;
  border-radius: 5px;
  margin-bottom: 20px;
}
.service-case__item .title--lv4 {
  color: #A21420;
  font-size: 2rem;
  font-weight: 700;
  padding-bottom: 10px;
  border-bottom: 1px solid #C5C5C5;
  margin-bottom: 10px;
}
.service-case__item .illust {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
}
.service-case__item .trouble {
  margin-bottom: 15px;
}
.service-case__item .list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.service-case__item .item {
  display: flex;
  align-items: center;
  gap: 10px;
}
.service-case__item .icon {
  width: 12px;
}
.service-case__item .text {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}
.service-case__item .box {
  background: #F4F4F2;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 10px;
}
.service-case__item .passage {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .service-case {
    padding: 50px 0;
  }
  .service-case__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
    margin-bottom: 20px;
  }
  .service-case__title {
    font-size: 2.6rem;
  }
  .service-case__title span {
    padding: 0 2px;
  }
  .service-case__text {
    font-size: 1.5rem;
    line-height: 1.6;
    width: 100%;
  }
  .service-case__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
  }
  .service-case__item {
    width: 95%;
    padding: 30px 0;
    box-sizing: border-box;
    border-right: none;
    border-bottom: 1px solid #CCCCCC;
  }
  .service-case__item .wrapper {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 15px;
  }
  .service-case__item .title--lv3 {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .service-case__item .title--lv3 .main {
    font-size: 1.8rem;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }
  .service-case__item .title--lv3 .sub {
    font-size: 1.3rem;
  }
  .service-case__item .title--trouble {
    font-size: 1.5rem;
    padding: 4px 8px;
    box-sizing: border-box;
    border-radius: 5px;
    margin-bottom: 10px;
  }
  .service-case__item .title--lv4 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .service-case__item .illust {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
  }
  .service-case__item .trouble {
    margin-bottom: 15px;
  }
  .service-case__item .list {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .service-case__item .item {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .service-case__item .icon {
    width: 10px;
  }
  .service-case__item .text {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  .service-case__item .box {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .service-case__item .passage {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.strength-about {
  padding: 80px 0;
}
.strength-about__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.strength-about__title {
  font-size: 3.6rem;
  font-weight: 700;
}
.strength-about__title span {
  color: #ffffff;
  background: #A21420;
  padding: 0 5px;
  margin-right: 5px;
}
.strength-about__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 535px;
}
.strength-about__text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}

@media only screen and (max-width: 767px) {
  .strength-about {
    padding: 50px 0;
  }
  .strength-about__inner {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
    gap: 30px;
  }
  .strength-about__title {
    font-size: 2.6rem;
  }
  .strength-about__title span {
    padding: 0 2px;
    margin-right: 2px;
  }
  .strength-about__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
  .strength-about__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
}
.strength-reason__container {
  background: #A21420;
  padding: 80px 0;
  border-radius: 50px 50px 0 0;
}
.strength-reason__title {
  margin-bottom: 50px;
}
.strength-reason__list {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
.strength-reason__item {
  display: flex;
  align-items: center;
  gap: 60px;
  background: #ffffff;
  padding: 50px 100px;
  box-sizing: border-box;
  border-radius: 10px;
}
.strength-reason__item .contents {
  width: 520px;
}
.strength-reason__item .wrapper {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 30px;
}
.strength-reason__item .number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  background: #A21420;
}
.strength-reason__item .number span {
  color: #ffffff;
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0;
}
.strength-reason__item .title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.5;
}
.strength-reason__item .body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.strength-reason__item .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.6;
}
.strength-reason__item .img {
  width: 500px;
  height: 550px;
}
.strength-reason__item .img--01 {
  background: url(../img/pages/strength/reason/01.jpg) no-repeat center/cover;
}
.strength-reason__item .img--02 {
  background: url(../img/pages/strength/reason/02.jpg) no-repeat center/cover;
}
.strength-reason__item .img--03 {
  background: url(../img/pages/strength/reason/03.jpg) no-repeat center/cover;
}

@media only screen and (max-width: 767px) {
  .strength-reason__container {
    padding: 60px 0;
    border-radius: 30px 30px 0 0;
  }
  .strength-reason__title {
    margin-bottom: 30px;
  }
  .strength-reason__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .strength-reason__item {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 20px;
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .strength-reason__item .contents {
    width: 100%;
  }
  .strength-reason__item .wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
  }
  .strength-reason__item .number {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
  }
  .strength-reason__item .number span {
    font-size: 2rem;
  }
  .strength-reason__item .title {
    width: 85%;
    font-size: 2rem;
    line-height: 1.5;
  }
  .strength-reason__item .body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .strength-reason__item .text {
    font-size: 1.4rem;
  }
  .strength-reason__item .img {
    width: 100%;
    height: 250px;
  }
}
.company-greeting {
  padding: 80px 0;
  position: relative;
}
.company-greeting__contents {
  width: 650px;
  margin: 0 auto;
}
.company-greeting__title {
  font-size: 3.6rem;
  font-weight: 700;
  margin-bottom: 30px;
}
.company-greeting__title span {
  color: #ffffff;
  background: #A21420;
  padding: 0 5px;
  margin-right: 5px;
}
.company-greeting__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.company-greeting__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.company-greeting__wrapper {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
  overflow: hidden;
  pointer-events: none;
}
.company-greeting__letter {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: greeting-letter-scroll 45s linear infinite;
}
.company-greeting__letter span {
  flex: 0 0 auto;
  color: #ECECEC;
  font-size: 23.5rem;
  font-weight: 900;
  line-height: 1;
  white-space: nowrap;
  padding-right: 100px;
}

@keyframes greeting-letter-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 767px) {
  .company-greeting {
    padding: 50px 0;
    position: relative;
  }
  .company-greeting__contents {
    width: 95%;
    margin: 0 auto;
  }
  .company-greeting__title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .company-greeting__title span {
    padding: 0 2px;
    margin-right: 2px;
  }
  .company-greeting__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-greeting__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .company-greeting__wrapper {
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    z-index: -1;
    overflow: hidden;
    pointer-events: none;
  }
  .company-greeting__letter span {
    font-size: 10rem;
    padding-right: 100px;
  }
}
.company-profile {
  padding: 250px 0 0;
  position: relative;
}
.company-profile__contents {
  background: #ffffff;
  padding: 50px 40px;
  box-sizing: border-box;
  border-radius: 10px;
}
.company-profile__title {
  margin-bottom: 40px;
}
.company-profile__body {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.company-profile__text {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.8;
}
.company-profile__text:last-child {
  text-align: right;
}
.company-profile__img {
  width: 100%;
  height: 450px;
  background: url(../img/pages/company/profile/img.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .company-profile {
    padding: 100px 0 0;
    position: relative;
  }
  .company-profile__contents {
    padding: 30px 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .company-profile__title {
    margin-bottom: 20px;
  }
  .company-profile__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .company-profile__text {
    font-size: 1.4rem;
    line-height: 1.6;
  }
  .company-profile__img {
    width: 100%;
    height: 250px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
}
.company-info {
  padding: 80px 0;
  position: relative;
}
.company-info__title {
  align-items: center;
  margin-bottom: 50px;
}
.company-info__definition {
  background: #ffffff;
  padding: 30px 50px;
  box-sizing: border-box;
  border-radius: 10px;
}
.company-info__row {
  display: flex;
  gap: 2%;
  padding: 25px 0;
  border-bottom: 1px solid #CCCCCC;
}
.company-info__row:last-child {
  border: none;
}
.company-info__term, .company-info__desc {
  font-size: 1.6rem;
  font-weight: 700;
}
.company-info__term {
  width: 18%;
}
.company-info__desc {
  width: 80%;
}
.company-info__container {
  width: 96%;
  height: 100%;
  background: #A21420;
  border-radius: 50px 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (max-width: 767px) {
  .company-info {
    padding: 50px 0;
    position: relative;
  }
  .company-info__title {
    align-items: center;
    margin-bottom: 30px;
  }
  .company-info__definition {
    padding: 20px;
    box-sizing: border-box;
    border-radius: 10px;
  }
  .company-info__row {
    display: flex;
    gap: 2%;
    padding: 20px 0;
  }
  .company-info__term, .company-info__desc {
    font-size: 1.3rem;
  }
  .company-info__term {
    width: 18%;
  }
  .company-info__desc {
    width: 80%;
  }
  .company-info__container {
    width: 95%;
    height: 100%;
    border-radius: 30px 0 0 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
  }
}
.contact-form__inner {
  padding: 80px 0;
}
.contact-form__title {
  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;
}

.complete__title {
  align-items: center;
}

.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 */