@charset "UTF-8";
/* var */
:root {
  --black: #1F1F1F;
  --blue: #004B94;
  --blue2: #00559C;
  --green: #008E94;
}

/* base */
* {
  box-sizing: border-box;
  position: relative;
  font-feature-settings: "palt";
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 1px;
  color: var(--black);
}
@media (max-width: 520px) {
  html {
    font-size: 13px;
    line-height: 30px;
  }
}

.en {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-style: normal;
}

figure {
  margin: 0;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

a {
  text-decoration: none;
  transition: all 0.3s 0s ease;
  color: var(--black);
}

@media (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
@media (any-hover: hover) {
  a:hover {
    opacity: 0.7;
  }
}
a.noref {
  pointer-events: none;
}

.pc-only {
  display: block !important;
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}
.sp-only {
  display: none !important;
}

@media (max-width: 768px) {
  .sp-only {
    display: block !important;
  }
}
.inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 1000px) {
  .inner {
    width: 100%;
    padding: 0 20px;
  }
}
body.is-active::before {
  content: "";
  z-index: 5;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
}

.text_404 {
  line-height: 24px;
}
.text_404 a {
  text-decoration: underline;
}

.header .inner {
  max-width: 100%;
  padding: 0 30px 0 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .header .inner {
    padding: 10px 15px 10px 10px;
  }
}
.header .header-logo img {
  max-width: 266px;
}
@media (max-width: 768px) {
  .header .header-logo img {
    max-width: 170px;
  }
}
.header .header-nav {
  display: flex;
  gap: 50px;
  align-items: center;
}
@media (max-width: 1000px) {
  .header .header-nav {
    right: -100vw;
    display: none;
  }
}
.header .header-nav ul {
  display: flex;
  gap: 20px;
  align-items: center;
}
@media (max-width: 1000px) {
  .header .header-nav ul {
    gap: 0;
  }
}
.header .header-nav ul li.header-nav-list__item--top {
  display: none;
}
@media (max-width: 1000px) {
  .header .header-nav ul li.header-nav-list__item--top {
    display: block;
  }
}
.header .header-nav.is-active {
  right: 0;
  background: #fff;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  height: 100vh;
  position: fixed;
  top: 0;
  display: block;
  z-index: 10;
  padding: 60px 10px;
}
.header .header-nav.is-active ul.header-nav-list {
  flex-direction: column;
  text-align: left;
  border-top: 1px solid #D3D3D3;
}
.header .header-nav.is-active li.header-nav-list__item {
  width: 100%;
}
.header .header-nav.is-active li.header-nav-list__item a {
  display: block;
  border-bottom: 1px solid #D3D3D3;
  padding: 20px;
}
@media (max-width: 1000px) {
  .header .header-lang {
    padding: 40px 20px 0;
  }
}
.header .header-lang span {
  color: #B5B5B5;
}
.header-toggle {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 20;
  display: none;
}
@media (max-width: 1000px) {
  .header-toggle {
    display: block;
  }
}
.header-toggle div {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.header-toggle div span {
  display: block;
  width: 26px;
  height: 2px;
  background: var(--blue);
  transition: 0.3s all;
}
.header-toggle div span:last-child {
  width: 15px;
  left: 11px;
}
.header-toggle.is-active span:nth-child(1) {
  transform: rotate(30deg);
  top: 7px;
}
.header-toggle.is-active span:nth-child(2) {
  opacity: 0;
}
.header-toggle.is-active span:nth-child(3) {
  transform: rotate(-30deg);
  top: -9px;
  left: 0;
  width: 26px;
}

.main {
  background: #F4F9FA;
  padding-bottom: 200px;
}
@media (max-width: 768px) {
  .main {
    padding-bottom: 100px;
  }
}
.main .inner {
  height: 100%;
}
.main .mv {
  background: transparent url("../img/bg_mv.jpg") no-repeat center center;
  height: 700px;
  width: 100%;
  background-size: cover;
}
@media (max-width: 768px) {
  .main .mv {
    padding: 0 30px;
  }
}
.main .mv-set {
  color: #Fff;
  position: absolute;
  bottom: 180px;
  left: 0;
}
@media (max-width: 1000px) {
  .main .mv-set {
    left: 20px;
  }
}
@media (max-width: 768px) {
  .main .mv-set {
    left: 0;
  }
}
.main .mv-lead {
  font-size: 33px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 40px;
}
.main .mv-text {
  font-size: 14px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .main .mv-text {
    font-size: 10px;
    letter-spacing: 0.5px;
  }
}
.main .info {
  padding: 180px 0;
}
@media (max-width: 768px) {
  .main .info {
    padding: 100px 0;
  }
}
.main .info .inner {
  display: flex;
  flex-direction: column;
  gap: 100px;
}
.main .info .info-wrap {
  display: flex;
  gap: 90px;
}
@media (max-width: 768px) {
  .main .info .info-wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.main .info .info-wrap .info-title {
  color: var(--blue);
  line-height: 28px;
  width: 130px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .main .info .info-wrap .info-title {
    width: 100%;
  }
}
.main .info .info-wrap .info-title .c-en {
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .main .info .info-wrap .info-title .c-en {
    margin-bottom: 5px;
  }
}
.main .info .info-wrap .info-title__title {
  font-size: 24px;
}
.main .info .info-wrap .info-detail {
  margin-top: -30px;
  flex: 1;
}
.main .info .info-wrap .info-detail__text {
  line-height: 24px;
}
.main .info .info-wrap .info-detail .info-detail__list {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
}
.main .info .info-wrap .info-detail .info-detail__list .info-detail__item {
  border-bottom: 1px solid #C9C9C9;
  padding: 30px 0;
}
.main .info .info-wrap .info-detail .info-detail__list .info-detail__item .info-detail__head {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-bottom: 20px;
}
.main .info .info-wrap .info-detail .info-detail__list .info-detail__item .info-detail__title {
  line-height: 24px;
}
.main .info .info-wrap .info-detail__icon {
  color: #fff;
  background: var(--blue);
  font-size: 9px;
  color: #fff;
  padding: 4px 0px;
  text-align: center;
  border-radius: 30px;
  width: 100px;
}
.main .info .info-wrap .info-detail__icon--02 {
  background: var(--green);
}
.main .info .info-wrap .info-detail__date {
  font-size: 12px;
}
.main .info .info-wrap .info-detail a {
  color: var(--blue);
}
.main .top-section .inner {
  display: flex;
  gap: 190px;
  flex-direction: column;
}
@media (max-width: 768px) {
  .main .top-section .inner {
    gap: 90px;
  }
}
.main .top-section .top-section-set {
  display: flex;
  gap: 40px;
  align-items: center;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set {
    flex-direction: column;
    gap: 30px;
  }
}
.main .top-section .top-section-set__detail {
  flex: 1;
}
.main .top-section .top-section-set__en {
  font-size: 14px;
  color: var(--blue);
  margin-bottom: 10px;
}
.main .top-section .top-section-set__title {
  font-size: 24px;
  color: var(--blue);
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set__title {
    margin-bottom: 20px;
  }
}
.main .top-section .top-section-set__text {
  font-size: 13px;
  line-height: 34px;
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set__text {
    margin-bottom: 20px;
  }
}
.main .top-section .top-section-set__btn a {
  background: var(--blue2) url("../img/icon_fish.svg") 20px center no-repeat;
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
  max-width: 150px;
  padding: 14px 0;
  text-indent: 10px;
  font-size: 12px;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set__btn a {
    margin: 0 auto;
  }
}
.main .top-section .top-section-set__image {
  width: 60%;
  max-width: 550px;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set__image {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
}
.main .top-section .top-section-set__rev {
  flex-direction: row-reverse;
}
@media (max-width: 768px) {
  .main .top-section .top-section-set__rev {
    flex-direction: column;
  }
}

.lower-mv {
  height: 200px;
}
@media (max-width: 768px) {
  .lower-mv {
    height: 110px;
  }
}
.lower-mv__about {
  background: transparent url("../img/bg_about.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__about {
    background: transparent url("../img/bg_about_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__seminar {
  background: transparent url("../img/bg_seminar.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__seminar {
    background: transparent url("../img/bg_seminar_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__contact {
  background: transparent url("../img/bg_contact.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__contact {
    background: transparent url("../img/bg_contact_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__bulletin {
  background: transparent url("../img/bg_news.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__bulletin {
    background: transparent url("../img/bg_news_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__pastseminar {
  background: transparent url("../img/bg_result.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__pastseminar {
    background: transparent url("../img/bg_result_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__form,
.lower-mv__confirm,
.lower-mv__thanks {
  background: transparent url("../img/bg_contact.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__form,
  .lower-mv__confirm,
  .lower-mv__thanks  {
    background: transparent url("../img/bg_contact_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv__membership {
  background: transparent url("../img/bg_member.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .lower-mv__membership {
    background: transparent url("../img/bg_member_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.lower-mv-set {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 100%;
}
.lower-mv-set__inner {
  display: flex;
  flex-direction: column-reverse;
}
.lower-mv-text {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 768px) {
  .lower-mv-text {
    font-size: 18px;
  }
}
.lower-mv-lead {
  margin-bottom: 15px;
  text-align: center;
}
@media (max-width: 768px) {
  .lower-mv-lead {
    margin-bottom: 5px;
    font-size: 10px;
  }
}
.lower-mv .breadcrumbs {
  position: absolute;
  bottom: 20px;
  left: 0;
  display: flex;
}
@media (max-width: 1000px) {
  .lower-mv .breadcrumbs {
    left: 20px;
    bottom: 10px;
  }
}
.lower-mv .breadcrumbs-item {
  display: flex;
  align-items: center;
}
.lower-mv .breadcrumbs-item::after {
  content: "";
  left: 3px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  display: block;
  margin: 0 5px;
}
.lower-mv .breadcrumbs-item:last-child::after {
  display: none;
}
.lower-mv .breadcrumbs-item a {
  color: #fff;
  font-size: 11px;
}
.lower-mv .breadcrumbs-item span {
  color: #fff;
  font-size: 11px;
}

.about {
  padding: 80px 0 0;
}
@media (max-width: 768px) {
  .about {
    padding: 50px 0 0;
  }
}
.about-head__title {
  text-align: center;
  color: var(--blue);
  font-size: 24px;
  margin-bottom: 40px;
  font-weight: 500;
}
@media (max-width: 768px) {
  .about-head__title {
    font-size: 20px;
  }
}
.about-head__lead {
  font-size: 13px;
  line-height: 34px;
  background: #F4F9FA;
  padding: 40px;
  max-width: 720px;
  margin: 0 auto;
  z-index: 4;
}
@media (max-width: 768px) {
  .about-head__lead {
    padding: 20px;
  }
}
.about-head__image {
  position: relative;
  top: -100px;
}
@media (max-width: 768px) {
  .about-head__image {
    top: -30px;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    width: 100vw;
  }
}
.about-main {
  display: flex;
}
@media (max-width: 768px) {
  .about-main {
    flex-direction: column;
    padding-top: 40px;
  }
}
.about-label {
  width: 30%;
  max-width: 300px;
  line-height: 24px;
}
@media (max-width: 768px) {
  .about-label {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.about-table {
  flex: 1;
  width: 100%;
}
.about-table th {
  width: 130px;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .about-table th {
    display: block;
    width: 100%;
    padding-bottom: 10px;
  }
}
.about-table__icon {
  color: #fff;
  font-size: 9px;
  text-align: center;
  width: 100px;
  background: var(--blue);
  padding: 3px 0;
  display: block;
}
.about-table td {
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  .about-table td {
    display: block;
    width: 100%;
    padding-bottom: 30px;
  }
}
.about-table td p {
  font-size: 14px;
  line-height: 36px;
}
@media (max-width: 768px) {
  .about-table td p {
    line-height: 28px;
  }
}
.about-table tr:last-child th {
  padding-bottom: 0;
}
.about-table tr:last-child td {
  padding-bottom: 0;
}

.contact {
  padding: 60px 0 0;
}
@media (max-width: 768px) {
  .contact {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .contact .inner {
    padding: 0;
  }
}
.contact-wrap {
  background: #fff;
  padding: 80px 120px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 768px) {
  .contact-wrap {
    padding: 50px 20px;
  }
}
.contact-set {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.contact-set dt p {
  display: flex;
  align-items: center;
  gap: 10px;
}
.contact-set__label {
  font-size: 16px;
  font-weight: 600;
}
.contact-set__icon {
  background: #F0532D;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 5px;
  border-radius: 2px;
}
.contact-set__input {
  padding: 10px 20px;
  border: 1px solid #00559C;
  border-radius: 4px;
  width: 100%;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.contact-set__input::-moz-placeholder {
  color: #C4C4C4;
}
.contact-set__input::placeholder {
  color: #C4C4C4;
}
.contact-set__textarea {
  padding: 10px 20px;
  border: 1px solid #00559C;
  border-radius: 4px;
  width: 100%;
  height: 260px;
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
}
.contact-set__textarea::-moz-placeholder {
  color: #C4C4C4;
}
.contact-set__textarea::placeholder {
  color: #C4C4C4;
}
.contact-set__select {
  width: 100%;
}
.contact-set__select::before {
  content: "";
  position: absolute;
  right: 20px;
  top: 30%;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border-top: 2px solid var(--blue);
  border-right: 2px solid var(--blue);
  transform: rotate(135deg);
  display: block;
  z-index: 50;
}
.confirm .contact-set__select::before {
  display: none;
}
.contact-set__select select {
  font-family: "Yu Gothic", "游ゴシック体", "YuGothic", sans-serif;
  font-weight: 500;
  font-size: 16px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  width: 100%;
  padding: 13px 20px;
  border: 1px solid #00559C;
  border-radius: 4px;
  cursor: pointer;
}
.contact-set__text {
  font-size: 13px;
  padding: 10px 0 0;
}
.contact-check {
  font-size: 16px;
  display: flex;
  justify-content: center;
  gap: 15px;
  cursor: pointer;
}
.contact-check a {
  text-decoration: underline;
}
.contact-check input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 30px;
  height: 30px;
}
.contact-check label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}
.contact-check label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid #F0532D;
  border-radius: 4px;
  display: block;
  position: absolute;
  top: 8px;
  left: 28px;
  
}
.contact-check input[type="checkbox"]:checked::after {
  content: "";
  display: block;
  position: absolute;
  top:10px;
  left: 13px;
  width: 11px;
  height: 6px;
  border-left: 3px solid #F0532D;
  border-bottom: 3px solid #F0532D;
  transform: rotate(-45deg);
  z-index: 5;
}
.contact-submit {
  background: transparent;
}
.contact-submit > div {
  display: block!important;
}
.contact-submit__input {
  display: block;
  width: 250px;
  background: #8B8B8B url("../img/icon_fish.svg") 20px center no-repeat;
  width: 250px;
  margin: 0 auto;
  border-radius: 4px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  border: none;
}

.contact-submit__input--back {
  display: block;
  width: 250px;
  background: #f4f4f4;
  width: 250px;
  margin: 0 auto;
  border-radius: 4px;
  color: #000;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 15px 0;
  border: none;
  margin: 10px auto 0;
  cursor: pointer;
}

.contact-submit__input:hover {
  opacity: 0.7;
}

.wpcf7-not-valid-tip {
  padding: 10px 0 0;
}

.membership-lead {
  font-size: 16px;
  line-height: 24px;
  color: #F0532D;
  margin-bottom: 20px;
  font-weight: 600;
}

.lower-main {
  padding: 60px 0 0;
}

.seminar p,
.seminar .wp-block-column p,
.seminar .wp-block-group p {
  line-height: 26px; 
  margin-bottom:20px;
}

.seminar .wp-block-separator {
  border-width: 1px;
  border-color: #ccc;
  margin: 30px 0;
}

.seminar .wp-block-column p:last-child,
.seminar .wp-block-group p:last-child {
  margin-bottom: 0px;
}

.seminar .is-layout-flex {
  margin-bottom: 50px;
}

.seminar h2 {
  margin-bottom: 30px;
}

.seminar h3 {
  margin-bottom: 20px;
} 

.seminar mark {
  padding: 3px 0;
}

.seminar .wp-block-buttons {
  display: flex;
  justify-content: center;
  font-size: 16px;
  margin-top: 50px;
}

.seminar .wp-block-buttons a {
  color: #fff;
  background: #707070;
  padding: 20px 60px;
  border-radius: 10px;
}

.box-list {
  display: flex;
  flex-direction: column;
  gap : 40px;
}

.box-set-head {
  display: flex;
  flex-direction: column;
  gap : 10px;
  color: #fff;
  padding: 20px 80px 20px 40px;
  background: var(--blue);
  cursor: pointer;
}

.box-set-head::before {
  content: "";
  width: 30px;
  height: 30px;
  display: block;
  border : 1px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  z-index: 5;
}

.box-set-head::after {
  content: "+";
  display: block;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 26px;
  z-index: 5;
  font-size: 26px;
  font-weight: 400;
}

.box-set-head.is-active::after {
  content: "ー";
  right: 23px;
  top: 50%;
}

.box-set-head__num {
  font-size: 13px;
  line-height: 20px;
}

.box-set-head__text {
  font-size: 18px;
  line-height: 24px;
}

@media (max-width: 768px) {
  .box-set-head__text {
   font-size: 16px;
  }
}

.box-set-body {
  background: #fff;
  padding: 40px;

  display: none;

}

.box-set-body sup {
  font-style: normal;
  font-weight: 600;
  color: #004B94;
  font-size: 16px;
}

@media (max-width: 768px) {
  .box-set-body {
   padding: 30px 30px;
  }
}

.box-set-body p {
  margin-bottom: 30px;
  line-height: 26px;
}

.box-set-body p:last-child {
  margin-bottom: 0;
}

.box-set-body .wp-block-image.aligncenter {
  margin: 0 auto;
}

.box-set-body .wp-block-group {
  margin-bottom: 30px;
}

.box-set-body .wp-block-group p {
  margin-bottom: 0;
}

.footer .footer-company {
  background: transparent url("../img/bg_footer.jpg") center center no-repeat;
  background-size: cover;
}
@media (max-width: 768px) {
  .footer .footer-company {
    background: transparent url("../img/bg_footer_sp.jpg") center center no-repeat;
    background-size: cover;
  }
}
.footer .footer-company .inner {
  padding: 80px 20px 100px;
  text-align: center;
  color: #Fff;
}
@media (max-width: 768px) {
  .footer .footer-company .inner {
    padding: 80px 20px 80px;
  }
}
.footer .footer-company .footer-company__sub {
  font-size: 14px;
  margin-bottom: 20px;
}
.footer .footer-company .footer-company__title {
  font-size: 24px;
  margin-bottom: 40px;
}
.footer .footer-company .footer-company__list {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}
.footer .footer-company .footer-company__list .footer-company__item {
  width: 100%;
  max-width: 180px;
  overflow: hidden;
}
@media (max-width: 1000px) {
  .footer .footer-company .footer-company__list .footer-company__item {
    max-width: calc(20% - 10px);
  }
}
@media (max-width: 520px) {
  .footer .footer-company .footer-company__list .footer-company__item {
    max-width: calc(50% - 5px);
  }
}
.footer .footer-main {
  padding: 80px 0;
}
@media (max-width: 768px) {
  .footer .footer-main {
    padding: 60px 0 20px;
  }
}
.footer .footer-main .inner {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  gap : 20px;
}
@media (max-width: 768px) {
  .footer .footer-main .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.footer .footer-main .footer-head {
  margin-bottom: 30px;
}
.footer .footer-main .footer-head__title {
  font-size: 11px;
  margin-bottom: 10px;
}
.footer .footer-main .footer-head__name {
  font-size: 14px;
}
.footer .footer-main .footer-head__name a {
  background: transparent url("../img/icon_link.svg") right center no-repeat;
  padding: 0 20px 0 0;
}
.footer .footer-main .footer-address__text {
  font-size: 12px;
  line-height: 20px;
  max-width: 400px;
}
.footer .footer-main .footer-nav {
  display: flex;
  gap: 80px;
}
@media (max-width: 768px) {
  .footer .footer-main .footer-nav {
    gap: 40px;
  }
}
.footer .footer-main .footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.footer .footer-main .footer-nav__list .footer-nav__item {
  font-size: 12px;
  line-height: 20px;
}
.footer .footer-copy {
  font-size: 10px;
  text-align: center;
  letter-spacing: 0;
}
/*# sourceMappingURL=layout.css.map */

.lower-page h2.wp-block-heading {
  margin-bottom: 30px;  
}

.lower-page p {
  margin-bottom: 30px;  
  line-height: 24px;
}

.lower-page .contact-wrap p {
  margin-bottom: 10px;
}