@charset "UTF-8";
:root {
  --color-main: #023286;
  --color-button-contact: #F39800;
  --color-button-tel: #023286;
}

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;
  }
}
.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;
  gap: 8px;
}
.heading--lv2 .en {
  color: var(--color-main);
  font-size: 2rem;
  font-weight: 900;
  line-height: 1;
}
.heading--lv2 .ja {
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .heading--lv2 {
    display: flex;
    flex-direction: column;
    gap: 8px;
  }
  .heading--lv2 .en {
    font-size: 1.6rem;
  }
  .heading--lv2 .ja {
    font-size: 2.6rem;
  }
}
.button--lv1 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  width: 290px;
  background: linear-gradient(129deg, rgb(108, 162, 36) 0%, rgb(202, 239, 66) 100%);
  padding: 20px 5px;
  box-sizing: border-box;
  border-radius: 90px;
  box-shadow: 0 4px 4px 0px rgba(51, 51, 51, 0.15);
}
.button--lv1 .text, .button--lv1 .icon {
  color: #ffffff;
}
.button--lv1 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
.button--lv2 {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 115px;
  border-bottom: 1px solid #2D7727;
  padding-bottom: 5px;
}
.button--lv2 .text, .button--lv2 .icon {
  color: #2D7727;
}
.button--lv2 .text {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}

@media only screen and (max-width: 767px) {
  .button--lv1 {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 55%;
    padding: 12px 5px;
  }
  .button--lv1 .text {
    font-size: 1.4rem;
  }
  .button--lv2 {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 115px;
    padding-bottom: 5px;
  }
  .button--lv2 .text {
    font-size: 1.5rem;
  }
}
/* ===== PC / 共通 ===== */
.wpcf7 .wpcf7-form {
  padding: 50px 30px 0;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
  display: flex;
  align-items: flex-start;
  margin-bottom: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
  width: 35%;
  padding: 15px 25px;
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_required {
  color: #fff;
  background: #E53935;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt .wpcf7_optional {
  color: #333;
  background: #E4E4E4;
  padding: 0 10px 2px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
  width: 65%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::-moz-placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]::placeholder, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel]:focus, .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email]:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
  display: block;
  width: 100%;
  height: 225px;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::-moz-placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea::placeholder {
  color: #a5a5a5;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea:focus {
  outline: 1px solid #333;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox {
  display: block;
  width: 100%;
  padding: 15px 0 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
  margin: 0 15px 15px 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
  display: block;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  font-size: 1.6rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip {
  display: flex;
  align-items: center;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:first-child {
  width: 5%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_zip span:nth-child(2) {
  width: 95%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date:last-child {
  margin-bottom: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
  display: block;
  width: 100%;
  color: #333;
  background: #fff;
  box-sizing: border-box;
  border: 1px solid #ccc;
  position: relative;
  font-size: 1.5rem;
  padding: 15px 20px;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::-webkit-calendar-picker-indicator {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
  content: "\f133";
  color: #333;
  font-family: "Font Awesome 5 Free";
  font-weight: normal;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 1.6rem;
  /* 媒体別で変更可 */
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span .wpcf7-not-valid-tip {
  font-size: 1.2rem;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
  width: 15%;
}
.wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
  width: 85%;
}
.wpcf7 .wpcf7-form .wpcf7_accepted {
  margin-bottom: 45px;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
  text-align: center;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
  border-bottom: 1px solid #333;
  font-size: 1.6rem;
}
.wpcf7 .wpcf7-form .wpcf7_button {
  text-align: center;
}
.wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
  display: block;
  margin: 0 auto;
  width: 320px;
  color: #ffffff;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.05em;
  background: var(--color-main);
  box-sizing: border-box;
  font-size: 1.8rem;
  padding: 20px;
  border-radius: 90px;
}

/* ========= SP ========= */
@media only screen and (max-width: 767px) {
  .wpcf7 .wpcf7-form {
    padding: 30px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list {
    display: flex;
    flex-direction: column;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt {
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dt span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd {
    width: 100%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=text], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=tel], .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span input[type=email] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span textarea {
    font-size: 1.5rem;
    padding: 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-radio .wpcf7-list-item,
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-checkbox .wpcf7-list-item {
    display: block;
    margin: 0 0 10px 0;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd span .wpcf7-select {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:first-child {
    width: 20%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span:nth-child(2) {
    width: 80%;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date] {
    font-size: 1.5rem;
    padding: 10px 15px;
  }
  .wpcf7 .wpcf7-form .wpcf7_lists .wpcf7_list dd .wpcf7_list_date span input[type=date]::after {
    font-size: 1.5rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_accepted .wpcf7_accepted_txt p a {
    font-size: 1.3rem;
  }
  .wpcf7 .wpcf7-form .wpcf7_button input[type=submit] {
    width: 85%;
    font-size: 1.6rem;
    padding: 20px;
  }
}
.header-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background: #ffffff;
  padding: 10px 30px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-bar__logo {
  display: block;
  color: var(--color-main);
  font-size: 2.8rem;
  font-weight: 700;
}
.header-bar__nav {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.header-bar__action {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-bar__tel {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 2px;
}
.header-bar__tel .number {
  color: var(--color-main);
  font-size: 3.2rem;
  font-weight: 700;
  line-height: 1;
}
.header-bar__tel .number span {
  font-size: 1.8rem;
  line-height: 1;
}
.header-bar__tel .caption {
  font-size: 1.4rem;
}
.header-bar__button {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: 185px;
  background: var(--color-main);
  padding: 12px 10px;
  box-sizing: border-box;
}
.header-bar__button .text, .header-bar__button .icon {
  color: #ffffff;
}
.header-bar__list {
  display: flex;
  align-items: center;
  gap: 15px;
}
.header-bar__list a {
  font-size: 1.6rem;
  font-weight: 700;
}

.header-visual {
  width: 100%;
  margin-top: 111px;
}
.header-visual img {
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .header-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    box-sizing: border-box;
    position: static;
  }
  .header-bar__logo {
    display: block;
    font-size: 2rem;
  }
  .header-bar__nav {
    display: none;
  }
  .header-visual {
    width: 100%;
    margin-top: 0;
  }
  .header-visual img {
    width: 100%;
  }
}
.footer {
  background: var(--color-main);
  padding: 5px 0;
}
.footer__copyright {
  display: block;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

.bottom-nav {
  display: none;
}

@media only screen and (max-width: 767px) {
  .footer {
    background: var(--color-main);
    padding: 5px 0;
    margin-bottom: 60px;
  }
  .bottom-nav {
    display: flex;
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
  }
  .bottom-nav__button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50%;
    height: 100%;
  }
  .bottom-nav__button--contact {
    background: var(--color-button-contact);
  }
  .bottom-nav__button--tel {
    background: var(--color-button-tel);
  }
  .bottom-nav__button .text {
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 700;
  }
}
.drawer-off__button {
  position: fixed;
  top: 12px;
  right: 12px;
  width: 50px;
  height: 50px;
  background: #2D7727;
  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__inner {
  padding: 5px 15px;
  box-sizing: border-box;
}
.drawer-on__logo {
  display: block;
  width: 200px;
  margin-bottom: 30px;
}
.drawer-on__nav {
  margin-bottom: 30px;
}
.drawer-on__item a {
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #cccccc;
}
.drawer-on__links {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
.drawer-on__link a {
  font-size: 1.4rem;
  font-weight: 500;
  border-bottom: 1px solid #cccccc;
  padding-bottom: 5px;
}

.drawer-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background: #2D7727;
  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: #2D7727;
}
.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%;
}

.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-business {
  padding: 100px 0;
}
.top-business__inner {
  display: flex;
  gap: 60px;
}
.top-business__contents {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 520px;
}
.top-business__body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.top-business__text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.6;
}
.top-business__img {
  width: 520px;
}

@media only screen and (max-width: 767px) {
  .top-business {
    padding: 60px 0;
  }
  .top-business__inner {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-business__contents {
    display: flex;
    flex-direction: column;
    gap: 25px;
    width: 100%;
  }
  .top-business__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .top-business__text {
    font-size: 1.5rem;
    line-height: 1.6;
  }
  .top-business__img {
    width: 100%;
  }
}
.top-feature__inner {
  padding: 80px 0;
}
.top-feature__title {
  align-items: center;
  background: var(--color-main);
  padding: 25px 25px 30px;
  box-sizing: border-box;
  position: relative;
}
.top-feature__title .en, .top-feature__title .ja {
  color: #ffffff;
}
.top-feature__title::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 15px solid var(--color-main);
}
.top-feature__list {
  display: flex;
  gap: 30px;
}
.top-feature__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 340px;
}
.top-feature__item .img {
  margin-bottom: 15px;
}
.top-feature__item .title {
  width: 100%;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 2px solid var(--color-main);
  padding-bottom: 5px;
  margin-bottom: 15px;
}
.top-feature__item .text {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

@media only screen and (max-width: 767px) {
  .top-feature__inner {
    padding: 50px 0;
  }
  .top-feature__title {
    padding: 15px 15px 20px;
    box-sizing: border-box;
    position: relative;
  }
  .top-feature__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .top-feature__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
  .top-feature__item .img {
    margin-bottom: 15px;
  }
  .top-feature__item .title {
    width: 100%;
    font-size: 2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .top-feature__item .text {
    font-size: 1.5rem;
    line-height: 1.5;
  }
}
.top-recruit {
  padding: 100px 0;
  background: #F2F2F2;
}
.top-recruit__title {
  margin-bottom: 25px;
}
.top-recruit__row {
  display: flex;
  gap: 2%;
  border-bottom: 1px solid var(--color-main);
  padding: 20px 0;
}
.top-recruit__row .term, .top-recruit__row .desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-recruit__row .term {
  width: 18%;
}
.top-recruit__row .desc {
  width: 80%;
}

@media only screen and (max-width: 767px) {
  .top-recruit {
    padding: 50px 0;
    background: #F2F2F2;
  }
  .top-recruit__title {
    margin-bottom: 20px;
  }
  .top-recruit__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }
  .top-recruit__row .term, .top-recruit__row .desc {
    font-size: 1.5rem;
  }
  .top-recruit__row .term {
    width: 100%;
  }
  .top-recruit__row .desc {
    width: 100%;
  }
}
.top-faq {
  background: var(--color-main);
  padding: 100px 0;
}
.top-faq__title {
  margin-bottom: 30px;
}
.top-faq__title .en, .top-faq__title .ja {
  color: #ffffff;
}
.top-faq__list {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
}
.top-faq__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 520px;
  background: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  border-radius: 8px;
}
.top-faq__item .question {
  display: flex;
  gap: 5px;
}
.top-faq__item .question .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  background: var(--color-main);
  border-radius: 90px;
  color: #ffffff;
  font-size: 2rem;
  font-weight: 700;
}
.top-faq__item .question .text {
  font-size: 2rem;
  font-weight: 700;
}
.top-faq__item .answer {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .top-faq {
    padding: 50px 0;
  }
  .top-faq__title {
    margin-bottom: 30px;
  }
  .top-faq__list {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    gap: 40px;
  }
  .top-faq__item {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
  }
  .top-faq__item .question {
    display: flex;
    align-items: flex-start;
    gap: 5px;
  }
  .top-faq__item .question .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .top-faq__item .question .text {
    width: 85%;
    font-size: 1.8rem;
  }
  .top-faq__item .answer {
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.5;
  }
}
.top-contact {
  padding: 80px 0;
}
.top-contact__title {
  align-items: center;
}

@media only screen and (max-width: 767px) {
  .top-contact {
    padding: 50px 0;
  }
  .top-contact__title {
    align-items: center;
  }
}
.top-company {
  background: #F2F2F2;
  padding: 100px 0 50px;
}
.top-company__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
.top-company__definition {
  width: 800px;
}
.top-company__row {
  display: flex;
  gap: 2%;
  border-bottom: 1px solid var(--color-main);
  padding: 20px 0;
}
.top-company__row--first {
  padding-top: 0;
}
.top-company__row .term, .top-company__row .desc {
  font-size: 1.6rem;
  font-weight: 500;
}
.top-company__row .term {
  width: 18%;
}
.top-company__row .desc {
  width: 80%;
}
.top-company__map {
  width: 100%;
  height: 350px;
}
.top-company__map iframe {
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .top-company {
    padding: 60px 0 30px;
  }
  .top-company__wrapper {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    margin-bottom: 40px;
  }
  .top-company__definition {
    width: 100%;
  }
  .top-company__row {
    display: flex;
    flex-direction: column;
    gap: 5px;
    padding: 20px 0;
  }
  .top-company__row--first {
    padding-top: 30px;
  }
  .top-company__row .term, .top-company__row .desc {
    font-size: 1.5rem;
  }
  .top-company__row .term {
    width: 100%;
  }
  .top-company__row .desc {
    width: 100%;
  }
  .top-company__map {
    width: 100%;
    height: 250px;
  }
  .top-company__map iframe {
    width: 100%;
    height: 100%;
  }
}
.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;
}

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