@charset "UTF-8";
/*
Theme Name: 
Description:  Web Site
Author: Hiroki Ishiida
Version: 1.0
*/
/*------------ COMMON SETTING ------------ */
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px !important;
  font-size: 62.5%;
}

body {
  color: #262626;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  font-style: normal;
  letter-spacing: 0.02em;
  overflow-wrap: break-word;
}

img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 3px;
}

a {
  transition: all 0.3s;
}
a:hover {
  opacity: 0.6;
  transition: all 0.3s;
}

.wrapper {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

section {
  padding: 60px 15px;
}
section:nth-child(odd) {
  background-color: #fff;
}
section:nth-child(even) {
  background-color: #f6f9fd;
}
@media screen and (min-width: 1080px) {
  section {
    padding: 80px 15px;
  }
}
@media screen and (min-width: 1200px) {
  section {
    padding: 80px 0;
  }
}

.Title {
  margin-bottom: 40px;
  font-size: 3.8rem;
  font-weight: 600;
  background: linear-gradient(90deg, #319bcd, #347dd7 50%, #3151cd);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: flex;
  flex-direction: column;
  font-family: futura-100, sans-serif;
  font-style: italic;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .Title {
    font-size: 6rem;
  }
}
.Title span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 600;
  background: #374f6d;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 25px;
  margin-bottom: -10px;
}
.Title span::before {
  content: "";
  width: 20px;
  height: 2px;
  background-color: #374f6d;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .Title span {
    font-size: 2rem;
  }
}

.Pcver {
  display: none !important;
}
@media screen and (min-width: 768px) {
  .Pcver {
    display: block !important;
  }
}

.Spver {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .Spver {
    display: none !important;
  }
}

main {
  overflow: hidden;
}

.profileDesign {
  display: grid;
  gap: 5px;
}
.profileDesign .profileDesignTitle {
  padding: 10px;
  background-color: #3177cd;
  color: #fff;
  border-radius: 5px;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}
.profileDesign .profileDesignTitle p:nth-child(1) {
  font-size: 2rem;
  font-weight: 600;
}
.profileDesign .profileDesignTitle p:nth-child(1) span {
  font-size: 1.8rem;
}
.profileDesign .profileDesignTitle p:nth-child(2) {
  font-size: 1.8rem;
  font-family: futura-100, sans-serif;
  font-weight: 600;
  margin-left: 3px;
  color: #c1ddff;
  font-style: italic;
}
.profileDesign .profileDesignText {
  line-height: 1.5;
}

.businessDesign {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .businessDesign {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.businessDesign .businessDesignList {
  border-radius: 20px;
  aspect-ratio: 3/2.5;
  color: #fff;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  position: relative;
  overflow: hidden;
}
.businessDesign .businessDesignList:nth-child(1) {
  background: url(../img/business/BG-1.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.businessDesign .businessDesignList:nth-child(2) {
  background: url(../img/business/BG-2.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.businessDesign .businessDesignList:nth-child(3) {
  background: url(../img/business/BG-3.png) no-repeat;
  background-size: cover;
  background-position: center center;
}
.businessDesign .businessDesignList::before {
  content: "";
  height: 55%;
  width: 150%;
  background-color: rgba(0, 0, 0, 0.7019607843);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  filter: blur(20px);
  bottom: -25%;
}
.businessDesign .businessDesignList .businessDesignListTextcontent {
  margin-top: auto;
  z-index: 1;
}
.businessDesign .businessDesignList .businessDesignListTextcontent p:nth-child(1) {
  padding: 5px 10px;
  background-color: #fff;
  color: #262626;
  margin-bottom: 10px;
  font-weight: 600;
  width: -moz-fit-content;
  width: fit-content;
}
.businessDesign .businessDesignList .businessDesignListTextcontent p:nth-child(2) {
  font-size: 1.8rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.businessDesign .businessDesignList .businessDesignListTextcontent p:nth-child(3) {
  font-size: 1.5rem;
}

/* ------- BTN -------- */
.Btn {
  max-width: 400px;
  width: 100%;
  margin: 40px auto 0;
  font-weight: 500;
  position: relative;
  color: #fff;
  padding: 20px 25px;
  border-radius: 7px;
  background-color: #373f48;
  display: block;
  transition: all 0.3s;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  font-style: italic;
  font-family: futura-100, "Noto Sans JP", sans-serif;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .Btn {
    font-size: 1.8rem;
  }
}
.Btn::before {
  content: "";
  background: url(../img/icon/arrow.svg) no-repeat;
  width: 10px;
  height: 15px;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.Btn:hover::before {
  right: 30px;
  transition: all 0.3s;
}

.Btn-Blank::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../img/icon/blank.svg) no-repeat;
  background-size: contain;
}

.gridContent {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .gridContent {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
  }
}
.gridContent .imgContent img {
  aspect-ratio: 16/9;
  border-radius: 10px;
}

.TextContent p {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .TextContent .Btn {
    margin: 20px auto 0;
  }
}

/* 共通設定 */
/*----------------- HEADER ----------------- */
header {
  width: 100%;
  position: absolute;
  height: -moz-fit-content;
  height: fit-content;
  top: -65px;
}
header .Header__inner {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 100;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 110;
  transition: all 0.5s;
}
@media screen and (min-width: 1080px) {
  header .Header__inner {
    padding: 15px 30px;
  }
}
header .logo {
  margin-left: 15px;
}
@media screen and (min-width: 1080px) {
  header .logo {
    margin-left: 0;
  }
}

.Header__inner.is-animation {
  background-color: #fff;
}

.logo {
  max-width: 90px;
  width: 100%;
  height: auto;
  z-index: 100;
  display: block;
}
@media screen and (min-width: 1080px) {
  .logo {
    max-width: 120px;
  }
}

/*------------------- NAV ------------------ */
nav {
  width: 100%;
  height: 100vh;
  opacity: 0;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  background: #fff;
  transition: all 0.5s;
  visibility: hidden;
}
nav.panelactive {
  visibility: visible;
  opacity: 1;
}
@media screen and (min-width: 1080px) {
  nav {
    visibility: visible;
    opacity: 1;
    height: -moz-fit-content;
    height: fit-content;
    background: unset;
    text-align: left;
    padding: 0 0;
    position: relative;
    z-index: 100;
    margin-left: auto;
  }
}
nav .Copyright {
  position: absolute;
  bottom: 15px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 1080px) {
  nav .Copyright {
    display: none;
  }
}

.Menu__content {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 15px;
  font-style: italic;
}
@media screen and (min-width: 1080px) {
  .Menu__content {
    flex-direction: row;
    position: unset;
    transform: unset;
    padding: 0 0;
  }
}
.Menu__content .Menu__list {
  display: grid;
  font-weight: 600;
  font-family: futura-100, sans-serif;
}
@media screen and (min-width: 1080px) {
  .Menu__content .Menu__list {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
  }
}
.Menu__content .Menu__list .Menu__item {
  width: 100%;
  margin-bottom: 20px;
  font-size: 2.4rem;
  transition: all 0.3s;
  position: relative;
}
.Menu__content .Menu__list .Menu__item::before {
  content: "";
  background: url(../img/icon/arrow-bk.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-100%);
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .Menu__content .Menu__list .Menu__item::before {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
  .Menu__content .Menu__list .Menu__item {
    width: -moz-fit-content;
    width: fit-content;
    font-size: 1.6rem;
    margin-bottom: 0;
  }
}
.Menu__content .Menu__list .Menu__item:last-child {
  margin-bottom: 0;
}
.Menu__content .Menu__list .Menu__item:hover::before {
  right: 15px;
  transition: all 0.3s;
}
.Menu__content .Menu__list .Menu__item a {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  display: block;
}
@media screen and (min-width: 1080px) {
  .Menu__content .Menu__list .Menu__item a {
    padding-bottom: 0;
    border-bottom: unset;
    width: -moz-fit-content;
    width: fit-content;
  }
}
.Menu__content .Menu__list .Btn {
  max-width: 600px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 1.8rem;
}
.Menu__content .Menu__list .Btn a {
  width: 100%;
}
@media screen and (min-width: 1080px) {
  .Menu__content .Menu__list .Btn {
    max-width: 130px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 15px;
    text-align: center;
    width: 100%;
    margin: unset;
  }
}
.Menu__content .Menu__list .Btn::before {
  background: url(../img/icon/arrow.svg) no-repeat;
  width: 10px;
  height: 16px;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.Menu__content .Menu__list .Btn:hover::before {
  right: 25px;
}
.Menu__content .Menu__list .Btn a {
  padding-bottom: 0;
  border-bottom: 0;
}

@media screen and (min-width: 1080px) {
  .current-menu-item.Menu__item {
    position: relative;
  }
}
.current-menu-item.Menu__item::before {
  content: "";
}
@media screen and (min-width: 1080px) {
  .current-menu-item.Menu__item::before {
    display: block !important;
    background: unset !important;
    width: 40px !important;
    height: 3px !important;
    background-color: #3177cd !important;
    position: absolute !important;
    top: unset !important;
    bottom: -10px;
    right: 50% !important;
    transform: translateX(50%) !important;
  }
}

.page-id-30 .current-menu-item::before {
  display: none !important;
}

@media screen and (min-width: 1080px) {
  .home header .Menu__content {
    color: #fff;
  }
}
@media screen and (min-width: 1080px) {
  .home .Header__inner.is-animation .Menu__content {
    color: #262626;
  }
}

/*------------- HAMBERGER MENU ------------ */
.OpenBtn {
  width: 65px;
  height: 65px;
  position: relative;
  z-index: 1000;
  display: block;
  cursor: pointer;
  transition: all 0.3s;
  background-color: #1c1c1c;
}
.OpenBtn span {
  width: 35px;
  height: 2px;
  background-color: #fff;
  display: block;
  transition: all 0.3s;
  position: absolute;
  right: 50%;
  transform: translate(50%, -50%);
}
.OpenBtn span:nth-of-type(1) {
  top: 38%;
}
.OpenBtn span:nth-of-type(2) {
  top: 50%;
}
.OpenBtn span:nth-of-type(3) {
  top: 65%;
}
.OpenBtn.active {
  background-color: #4a4a4a;
}
.OpenBtn.active span:nth-of-type(1) {
  top: 50%;
  transform: translate(50%, -50%) rotate(30deg);
}
.OpenBtn.active span:nth-of-type(2) {
  scale: 0;
}
.OpenBtn.active span:nth-of-type(3) {
  top: 50%;
  transform: translate(50%, -50%) rotate(150deg);
}
@media screen and (min-width: 1080px) {
  .OpenBtn {
    display: none;
  }
}

/*----------------- KEY-VISUAL ------------------ */
.KeyVisual {
  height: 95vh;
  position: relative;
  overflow: hidden;
  background: url(../img/KeyVisual/keyvisual.png) no-repeat;
  background-position: top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  .KeyVisual {
    background: url(../img/KeyVisual/keyvisual-pc.png) no-repeat;
    background-size: cover;
  }
}
.KeyVisual .KeyVisualText img {
  display: block;
  max-width: 360px;
  width: 70%;
  position: absolute;
  left: 15px;
  bottom: 30px;
  border-radius: unset;
}
@media screen and (min-width: 1080px) {
  .KeyVisual .KeyVisualText img {
    right: 9.5%;
    left: unset;
    bottom: 60px;
    filter: drop-shadow(0px 2px 25px rgba(23, 63, 112, 0.6));
  }
}

/*------------- Scroll ------------- */
.scroll {
  position: absolute;
  right: 15px;
  bottom: 30px;
}
@media screen and (min-width: 1080px) {
  .scroll {
    right: 7%;
    bottom: 60px;
  }
}
.scroll a {
  display: inline-block;
  padding-bottom: 70px;
  font-size: 1.2rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-rl;
  transition: 0.2s;
  overflow: hidden;
  font-family: futura-100, sans-serif;
}
.scroll a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #fff;
}
@media screen and (min-width: 1080px) {
  .scroll a {
    right: 7%;
  }
}

#scroll a {
  color: #fff;
}
#scroll a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 60px;
  background: #8d8d8d;
}
#scroll a::after {
  animation: scrollDown 1.5s cubic-bezier(1, 0, 0, 1) infinite;
}

@keyframes scrollDown {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
/*-----------------  profile ------------------ */
.profile .flexContent {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  .profile .flexContent {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.profile .flexContent .Title,
.profile .flexContent .Btn {
  margin: unset;
}
.profile .profileContent a {
  display: grid;
  gap: 15px;
  padding: 20px;
  background-color: #fff;
  border-radius: 20px;
  filter: drop-shadow(0px 5px 25px rgba(17, 49, 89, 0.25));
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .profile .profileContent a {
    filter: drop-shadow(0px 5px 25px rgba(17, 49, 89, 0.15));
    grid-template-columns: repeat(2, 1fr);
    padding: 30px;
    gap: 30px;
    align-items: center;
    position: relative;
  }
}
.profile .profileContent a:hover {
  filter: drop-shadow(0px 0px 10px rgba(17, 49, 89, 0.4));
}
@media screen and (min-width: 768px) {
  .profile .profileContent a:hover {
    opacity: 1;
    scale: 0.97;
    transition: all 0.3s;
    filter: drop-shadow(0px 0px 5px rgba(17, 49, 89, 0.2));
  }
}
.profile .profileContent a:hover .profileContent-viewmore::before {
  right: 3px;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .profile .profileContent a:hover .profileContent-viewmore::before {
    right: 0;
  }
}
.profile .profileContent a .profileContent-img img {
  display: block;
  aspect-ratio: 1/1;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .profile .profileContent a .profileContent-img img {
    aspect-ratio: 3/2;
  }
}
.profile .profileContent a .profileContent-viewmore {
  font-size: 1.8rem;
  font-weight: 600;
  color: #3177cd;
  font-style: italic;
  position: relative;
  font-family: futura-100, sans-serif;
  width: -moz-fit-content;
  width: fit-content;
  margin: 15px 0 0 auto;
  padding-right: 20px;
}
@media screen and (min-width: 768px) {
  .profile .profileContent a .profileContent-viewmore {
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
}
.profile .profileContent a .profileContent-viewmore::before {
  content: "";
  background: url(../img/icon/arrow-bl.svg) no-repeat;
  width: 10px;
  height: 14px;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}

.profileContent-textContent .profileContent-textContent-neme {
  font-size: 2.4rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .profileContent-textContent .profileContent-textContent-neme {
    font-size: 3rem;
    margin-bottom: 15px;
  }
}
.profileContent-textContent .profileContent-textContent-neme span {
  font-size: 1.8rem;
  font-family: futura-100, sans-serif;
  font-weight: 600;
  margin-left: 10px;
  color: #3177cd;
  font-style: italic;
}
@media screen and (min-width: 768px) {
  .profileContent-textContent .profileContent-textContent-neme span {
    font-size: 2.2rem;
  }
}

/*-----------------  NEWS ------------------ */
.home .news {
  background-color: #e9f3ff;
}
.home .news .NewsList {
  border-radius: 10px;
  background-color: #fcfdff;
  padding: 20px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 1080px) {
  .home .news .NewsList {
    padding: 30px;
  }
}

.NewsList .NewsListItem {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8ebf0;
}
.NewsList .NewsListItem a {
  transition: all 0.3s;
  position: relative;
  display: block;
}
.NewsList .NewsListItem a:hover::before {
  right: 15px;
  transition: all 0.3s;
}
.NewsList .NewsListItem a::before {
  content: "";
  background: url(../img/icon/arrow-bl.svg) no-repeat;
  width: 10px;
  height: 16px;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  transition: all 0.3s;
}
@media screen and (min-width: 1080px) {
  .NewsList .NewsListItem a {
    display: grid;
    align-items: center;
    grid-template-columns: 130px 1fr;
    gap: 15px;
  }
}
.NewsList .NewsListItem:last-child {
  border-bottom: unset;
  padding-bottom: 0;
  margin-bottom: 0;
}
.NewsList .NewsListItem .Date {
  font-size: 1.4rem;
  color: #697b91;
  font-family: futura-100, sans-serif;
  font-style: italic;
  margin-bottom: 5px;
}
@media screen and (min-width: 1080px) {
  .NewsList .NewsListItem .Date {
    padding-left: 15px;
    margin-bottom: 0;
  }
}
.NewsList .NewsListItem .NewsListText {
  display: -webkit-box; /* 必須 */
  -webkit-box-orient: vertical; /* 必須 */
  -webkit-line-clamp: 2; /* 行数を制限 */
  overflow: hidden; /* はみ出た部分を非表示 */
}
@media screen and (min-width: 1080px) {
  .NewsList .NewsListItem .NewsListText {
    padding-right: 15px;
  }
}

/*----------------- CTA ------------------ */
.CTA {
  overflow: hidden;
  position: relative;
  color: #fff;
}
.CTA .wrapper {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 80px 15px;
}
@media screen and (min-width: 768px) {
  .CTA .wrapper {
    max-width: 900px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 100px 15px;
  }
}
@media screen and (min-width: 1080px) {
  .CTA .wrapper {
    padding: 100px 0;
  }
}
.CTA .video {
  position: absolute;
  background: url(../img/video.png) no-repeat center/cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.CTA .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.CTA .Title {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media screen and (min-width: 768px) {
  .CTA .Title {
    margin-bottom: 20px;
  }
}
.CTA .Title span {
  background: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.CTA .Title span::before {
  background-color: #fff;
}
.CTA .Btn {
  background-color: #fff;
  color: #3177cd;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .CTA .Btn {
    margin: 80px 0 0 0;
  }
}
.CTA .Btn::before {
  background: url(../img/icon/arrow-bl.svg) no-repeat;
}

/* LOW KEYVISUAL */
.LowKeyVisual {
  padding: 100px 15px 40px;
}
@media screen and (min-width: 768px) {
  .LowKeyVisual {
    padding: 130px 15px 40px;
  }
}
@media screen and (min-width: 1080px) {
  .LowKeyVisual {
    padding: 130px 15px 60px;
  }
}
.LowKeyVisual .LowKeyVisualInner .LowKeyVisualTitle {
  font-size: 4.2rem;
  font-weight: 600;
  padding: 0 0;
  margin-bottom: 0;
}
@media screen and (min-width: 1080px) {
  .LowKeyVisual .LowKeyVisualInner .LowKeyVisualTitle {
    font-size: 6rem;
  }
}
.LowKeyVisual .LowKeyVisualInner .LowKeyVisualTitle span {
  font-size: 1.4rem;
  font-weight: 600;
  color: #374f6d;
  padding-right: 0;
}
.LowKeyVisual .LowKeyVisualInner .LowKeyVisualTitle span::before {
  display: none;
}
@media screen and (min-width: 1080px) {
  .LowKeyVisual .LowKeyVisualInner .LowKeyVisualTitle span {
    font-size: 2rem;
  }
}

/* パンクズリスト */
.breadcrumb-trail {
  background-color: #f0f5fb;
}
.breadcrumb-trail .fbc-wrap {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 10px 15px;
  word-break: break-word;
}
.breadcrumb-trail .fbc-wrap .fbc-items {
  padding: 0 0 !important;
  display: flex !important;
  align-items: center;
  flex-wrap: wrap;
  gap: 5px;
}
.breadcrumb-trail .fbc-wrap .fbc-items li {
  padding: 0 0 !important;
  font-weight: 400;
  font-family: futura-100, sans-serif;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
  line-height: 1;
}
.breadcrumb-trail .fbc-wrap .fbc-items li:first-child {
  padding: 0 0 !important;
}

/*----------------- Profile ------------------ */
.profileSection .profileSectionContent {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .profileSection .profileSectionContent {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    align-items: center;
  }
}
.profileSection .profileSectionContent .profileContent-img {
  aspect-ratio: 1/1;
  border-radius: 15px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .profileSection .profileSectionContent .profileContent-img {
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1080px) {
  .profileSection .profileSectionContent .profileContent-img {
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .profileSection .profileSectionContent .profileContent-img img {
    height: 100%;
  }
}
@media screen and (min-width: 1080px) {
  .profileSection .profileSectionContent .profileContent-textContent {
    padding: 20px 0;
  }
}
.profileSection .profileSectionContent .profileContent-textContent img {
  display: block;
  margin: 15px auto;
  width: 95%;
}
@media screen and (min-width: 768px) {
  .profileSection .profileSectionContent .profileContent-textContent img {
    width: 80%;
    margin: 15px 0;
  }
}
.profileSection .profileSectionContent .profileContentjobList {
  display: grid;
  gap: 5px;
}
@media screen and (min-width: 1080px) {
  .profileSection .profileSectionContent .profileContentjobList {
    gap: 7px;
  }
}

.profileContentList {
  display: grid;
  gap: 20px;
}
.profileContentList .gridContgent {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .profileContentList .gridContgent {
    grid-template-columns: repeat(2, 1fr);
    align-items: flex-start;
  }
}

.profileSectionContent02 .profifle-keyTitle {
  font-size: 2.4rem;
  font-weight: 800;
  color: #444444;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profifle-keyTitle {
    text-align: center;
    font-size: 4.5rem;
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1080px) {
  .profileSectionContent02 .profifle-keyTitle {
    margin-bottom: 60px;
  }
}
.profileSectionContent02 .profifle-keyTitle b {
  font-weight: 800;
  color: #3177cd;
}
.profileSectionContent02 .profifle-keyTitle b:nth-child(1) {
  color: #d15252;
}
.profileSectionContent02 .profifle-keyTitle span {
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profifle-keyTitle span {
    font-size: 4rem;
  }
}
.profileSectionContent02 .profifle-endTitle {
  font-size: 2rem;
  font-weight: 800;
  color: #3177cd;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profifle-endTitle {
    font-size: 2.4rem;
    margin-top: 40px;
    line-height: 1.5;
  }
}
.profileSectionContent02 .profifle-endTitle span {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profifle-endTitle span {
    font-size: 2rem;
  }
}
.profileSectionContent02 .profileSectionContent02List {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List {
    gap: 40px;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem {
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 30px;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .ImgContent {
  aspect-ratio: 4/3;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .ImgContent {
    aspect-ratio: unset;
    height: 100%;
  }
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .ImgContent img {
    height: 100%;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(1), .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(2) {
  font-weight: 700;
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(1) {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(1) {
    font-size: 2rem;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(2) {
  color: #d15252;
  margin-bottom: 10px;
  font-size: 2rem;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .profileSectionContent02ListItemTitle p:nth-child(2) {
    font-size: 2.4rem;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem .mb-20 {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .ImgContent {
    order: 2;
  }
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent {
    order: 1;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent p:nth-child(1) {
    font-size: 2rem;
  }
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent ul {
  display: grid;
  gap: 10px;
  margin: 10px 0;
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent ul li p {
  display: flex;
  gap: 5px;
  align-items: center;
  font-weight: 400 !important;
  font-size: 1.6rem !important;
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(2) .TextContent ul li p span {
  font-size: 1.3rem;
  font-family: futura-100, sans-serif;
  width: 25px;
  height: 25px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1000px;
  background-color: #3177cd;
  color: #fff;
  font-weight: 600;
  line-height: 1;
}
.profileSectionContent02 .profileSectionContent02List .profileSectionContent02ListItem:nth-child(3) p:nth-child(2) span {
  display: block;
  height: 15px;
}

.biography .biographyContent {
  display: grid;
  justify-content: center;
  gap: 20px;
}
@media screen and (min-width: 1080px) {
  .biography .biographyContent {
    grid-template-columns: 55% 1fr;
  }
}
.biography img {
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
}
@media screen and (min-width: 1080px) {
  .biography img {
    height: 90%;
    -o-object-position: 15% center;
       object-position: 15% center;
    order: 2;
  }
}
.biography .biographyList {
  display: grid;
  gap: 25px;
  position: relative;
  z-index: 2;
}
.biography .biographyList::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 105%;
  background-image: linear-gradient(#cecece, #cecece 90%, transparent);
}
.biography .biographyList li {
  display: grid;
  grid-template-columns: 1fr 50px 1fr;
  gap: 15px;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .biography .biographyList li {
    grid-template-columns: 1fr 65px 1fr;
  }
}
.biography .biographyList li .biographyList-age {
  background-color: #3177cd;
  color: #fff;
  border-radius: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  z-index: 1;
}
.biography .biographyList li .biographyList-age p {
  font-size: 2rem;
  font-weight: 500;
  font-family: futura-100, sans-serif;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .biography .biographyList li .biographyList-age p {
    font-size: 2.4rem;
  }
}
.biography .biographyList li .biographyList-age p span {
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
}
.biography .biographyList li:nth-child(5) .biographyList-age {
  position: relative;
  overflow: hidden;
}
.biography .biographyList li:nth-child(5) .biographyList-age p {
  z-index: 1;
}
.biography .biographyList li:nth-child(5) .biographyList-age::before {
  content: "";
  width: 50%;
  height: 100%;
  background-color: #d15252;
  position: absolute;
  top: 0;
  right: 0;
}
.biography .biographyList li:nth-child(7) .biographyList-age, .biography .biographyList li:nth-child(8) .biographyList-age {
  background-color: #d15252;
}

.biographyList-Text:nth-child(1) {
  text-align: right;
}
.biographyList-Text p {
  font-family: futura-100, sans-serif;
}
.biographyList-Text p:nth-child(1) {
  font-size: 1.8rem;
  font-weight: 500;
  color: #3177cd;
  margin-bottom: 3px;
}
@media screen and (min-width: 768px) {
  .biographyList-Text p:nth-child(1) {
    font-size: 2rem;
  }
}
.biographyList-Text p:nth-child(1) span {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .biographyList-Text p:nth-child(1) span {
    font-size: 1.8rem;
  }
}
.biographyList-Text p:nth-child(2) {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .biographyList-Text p:nth-child(2) {
    font-size: 1.8rem;
  }
}

.red-Text p:nth-child(1) {
  color: #d15252;
}

/*----------------- Business ------------------ */
.business-item-Content {
  display: grid;
  gap: 40px;
}
@media screen and (min-width: 768px) {
  .business-item-Content {
    gap: 60px;
  }
}

.business-item {
  display: grid;
  gap: 20px;
}
.business-item .Btn {
  margin: 20px auto 0;
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
}
.business-item .businessContent .businessContent-Title {
  font-size: 2rem;
  font-weight: 700;
  padding-left: 10px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (min-width: 1080px) {
  .business-item .businessContent .businessContent-Title {
    font-size: 2.4rem;
    padding-left: 12px;
  }
}
.business-item .businessContent .businessContent-Title::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 5px;
  background-color: #3a3a3a;
  height: 120%;
}
@media screen and (min-width: 1080px) {
  .business-item .businessContent .businessContent-Title::before {
    width: 7px;
  }
}
.business-item .businessContent .businessContentwrap {
  display: grid;
  gap: 15px;
}
@media screen and (min-width: 768px) {
  .business-item .businessContent .businessContentwrap {
    grid-template-columns: 40% 1fr;
    align-items: center;
    gap: 30px;
  }
}
.business-item .businessContent .businessContentwrap .businessContent-img {
  aspect-ratio: 4/3;
  border-radius: 15px;
  overflow: hidden;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (min-width: 768px) {
  .business-item .businessContent .businessContentwrap .businessContent-img {
    aspect-ratio: unset;
  }
}
@media screen and (min-width: 1080px) {
  .business-item .businessContent .businessContentwrap .businessContent-img {
    height: 100%;
  }
}
.business-item .businessContent .businessContentwrap .businessContent-img img {
  height: 100%;
}
.business-item .businessContent .businessContentwrap .businessContent-textContent .businessContent-SubTitle {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.3;
}
@media screen and (min-width: 1080px) {
  .business-item .businessContent .businessContentwrap .businessContent-textContent .businessContent-SubTitle {
    font-size: 2rem;
  }
}
.business-item .businessContent .businessContentwrap .businessContent-textContent .businessContent-SubTitle02 {
  padding: 5px 10px;
  border-radius: 100px;
  background-color: #eaf3ff;
  color: #333d4b;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 10px;
}
@media screen and (min-width: 1080px) {
  .business-item .businessContent .businessContentwrap .businessContent-textContent .businessContent-SubTitle02 {
    font-size: 1.6rem;
  }
}
.business-item .businessContent .businessContentwrap .businessContent-textContent .businessContent-Text {
  line-height: 1.5;
}

.businessContent02 {
  display: grid;
  gap: 20px;
}
@media screen and (min-width: 768px) {
  .businessContent02 {
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
}
.businessContent02 .profileDesign {
  gap: 10px;
}
@media screen and (min-width: 768px) {
  .businessContent02 .profileDesign {
    display: flex;
    flex-direction: column;
    align-content: start;
  }
}
.businessContent02 .profileDesign .profileDesignTitle {
  background-color: #4d4d4d;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .businessContent02 .profileDesign .profileDesignTitle p:nth-child(1) {
    font-size: 1.6rem;
  }
}
.businessContent02 .profileDesign .profileDesignTitle p:nth-child(2) {
  color: #bfbfbf;
}
@media screen and (min-width: 768px) {
  .businessContent02 .profileDesign .profileDesignTitle p:nth-child(2) {
    font-size: 1.6rem;
  }
}
.businessContent02 .profileDesign .profileDesignList {
  display: grid;
  gap: 10px;
}
.businessContent02 .profileDesign .profileDesignList li {
  display: grid;
  gap: 5px;
}
.businessContent02 .profileDesign .profileDesignList li a {
  color: #2370ca;
  display: block;
  word-break: break-all;
  overflow-wrap: break-word;
}
.businessContent02 .businessContent02List {
  display: grid;
  gap: 20px;
  position: relative;
}
.businessContent02 .businessContent02List::before {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  top: 2px;
  left: 8px;
  background-image: linear-gradient(#cecece, #cecece 90%, transparent);
}
.businessContent02 .businessContent02List .businessContent02ListItem {
  padding-left: 30px;
  position: relative;
}
.businessContent02 .businessContent02List .businessContent02ListItem::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  border-radius: 100px;
  background-color: #3177cd;
}
.businessContent02 .businessContent02List .businessContent02ListItem .biographyList-Text {
  text-align: left;
  margin-bottom: 5px;
}
.businessContent02 .businessContent02List .businessContent02ListItem .biographyList-Text .biographyList-Text-Content {
  display: flex;
  align-items: baseline;
  gap: 5px;
}
.businessContent02 .businessContent02List .businessContent02ListItem .businessContent02List-Text {
  line-height: 1.5;
}
.businessContent02 .businessContent02List .businessContent02ListItem .businessContent02List-Text span {
  display: block;
  height: 5px;
}

/*----------------- Archive ------------------ */
.archive .NewsCategory {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 40px;
  font-size: 1.4rem;
}
@media screen and (min-width: 1080px) {
  .archive .NewsCategory {
    font-size: 1.6rem;
    justify-content: center;
    margin-bottom: 60px;
  }
}
.archive .NewsCategory li button {
  padding: 10px 30px;
  border-radius: 2px;
  background-color: #999;
  color: #fff;
  font-weight: 500;
}

.Pagenation {
  font-size: 2rem;
  width: 100%;
  text-align: center;
  margin-top: 80px;
  font-weight: 500;
  letter-spacing: 0.3em;
}

/*--------------- WP-PAGENAVI -------------- */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  margin-top: 80px;
  font-size: 2rem;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 2.4rem;
  margin: 20px !important;
  border: unset !important;
  transition: all 0.3s;
  font-weight: 600 !important;
}
.wp-pagenavi .current {
  color: #555;
}
.wp-pagenavi .pages {
  display: none !important;
}

/*----------------- Single ------------------ */
.CardContent {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 5px;
}
.CardContent .Date {
  font-size: 1.4rem;
  color: #666666;
  font-family: futura-100, sans-serif;
}
.CardContent .post-categories {
  padding: 5px 15px;
  border-radius: 2px;
  border: 1px solid #318999;
  font-size: 1.2rem;
  font-family: futura-100, sans-serif;
  line-height: 1;
  font-weight: 600;
}

#Post {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  word-wrap: break-word;
}
#Post .TextInner {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#Post .CardTitle {
  font-size: 1.8rem;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.5;
}
#Post h2.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 500;
  position: relative;
  padding-left: 10px;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Noto Sans JP", sans-serif;
}
#Post h2.wp-block-heading::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 140%;
  background-color: #3177cd;
  transform: translateY(-50%);
}
#Post h3.wp-block-heading {
  font-size: 1.8rem;
  font-weight: 500;
  padding: 15px;
  background-color: #eee;
  border-radius: 3px;
  margin-bottom: 20px;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
}
#Post p {
  line-height: 1.7;
}
#Post iframe,
#Post img {
  width: 100%;
  border-radius: 5px;
  aspect-ratio: 16/9;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 20px;
}
#Post .Btn {
  font-style: normal;
}
#Post .Btn::before {
  right: unset;
  left: 15px;
  top: 50%;
  transform: translateY(-50%) rotate(180deg);
}
#Post .Btn:hover::before {
  left: 15px;
}
#Post .wp-block-columns {
  gap: 20px;
}
#Post .wp-block-buttons {
  display: flex;
  justify-content: center;
}
#Post .wp-block-image.aligncenter {
  display: block !important;
}
#Post .wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image) {
  width: 100%;
}

/*----------------- FORM ------------------ */
.Form {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
.Form .FormText {
  line-height: 1.8;
  text-align: left;
}
.Form dl {
  margin-top: 40px;
  text-align: left;
  margin-bottom: 40px;
}
.Form dl .must,
.Form dl .any {
  font-size: 1.2rem;
  margin-right: 10px;
  color: #fff;
  background-color: #e14e4e;
  padding: 4px 13px;
  border-radius: 3px;
}
.Form dl .any {
  background-color: #999;
}
.Form dl dt {
  font-size: 1.8rem;
  font-weight: 500;
  color: #262626;
  display: flex;
  align-items: flex-start;
}
.Form dl dt p {
  display: flex;
  align-items: center;
}
.Form dl dd {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 30px;
}
.Form dl dd:last-child {
  margin-bottom: 0;
}
.Form dl input[type=text],
.Form dl input[type=tel],
.Form dl input[type=email],
.Form dl select,
.Form dl textarea {
  font-size: 1.6rem;
  border-radius: 5px;
  background-color: #fcfcfc;
  border: 1px solid #d6d7d9;
  width: 100%;
  padding: 15px;
  text-align: left;
}
.Form dl ::-moz-placeholder {
  color: #ccc;
}
.Form dl ::placeholder {
  color: #ccc;
}
.Form dl .wpcf7-not-valid-tip {
  text-align: left;
}
.Form dl .wpcf7-checkbox,
.Form dl .wpcf7-radio {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  font-weight: 400;
}
.Form dl .wpcf7-checkbox .wpcf7-list-item,
.Form dl .wpcf7-radio .wpcf7-list-item {
  margin: 0 0;
  display: block;
}
.Form dl select {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background-image: url(../img/icon/select-icon.svg);
  background-position: right 20px center;
  background-repeat: no-repeat;
  background-size: 20px;
  cursor: pointer;
}
.Form dl textarea {
  height: 300px;
}
.Form .Btn {
  width: 100%;
  max-width: 600px;
  padding: 20px 0;
  font-size: 1.8rem;
  font-style: normal;
}
@media screen and (min-width: 1080px) {
  .Form .Btn {
    max-width: 440px;
  }
}
.Form .privacyContent {
  display: block;
  text-align: center;
  padding: 18px;
  border-radius: 3px;
  background: #ececec;
  max-width: 400px;
  margin: 0 auto;
  color: #262626;
}
.Form .privacyContent input[type=checkbox] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  margin-top: -3px;
}
.Form .privacyContent .privacyText {
  font-size: 1.5rem;
  font-weight: 500;
}
.Form .privacyContent .privacyText a {
  color: #1d8ad9;
  text-decoration: underline;
}

/*------ Footer --------*/
footer {
  background-color: #1c1c1c;
  color: #fff;
}
footer .FooterTop {
  padding: 30px 15px 0;
}
@media screen and (min-width: 1080px) {
  footer .FooterTop {
    padding: 30px 15px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
footer .FooterTop .Menu__content {
  position: unset;
  transform: unset;
  padding: 0 0;
  margin: 30px 0 15px;
}
@media screen and (min-width: 1080px) {
  footer .FooterTop .Menu__content {
    margin: 0 0;
  }
}
footer .FooterTop .Menu__content .Menu__list .Menu__item::before {
  background: url(../img/icon/arrow.svg) no-repeat;
}
footer .FooterTop .Menu__content .Menu__list .Menu__item a {
  border-color: #2f2f2f;
}
footer .FooterTop .Menu__content .Menu__list .Btn {
  background-color: #fff;
  color: #3177cd;
}
@media screen and (min-width: 1080px) {
  footer .FooterTop .Menu__content .Menu__list .Btn {
    margin: 0 0;
  }
}
footer .FooterTop .Menu__content .Menu__list .Btn::before {
  background: url(../img/icon/arrow-bl.svg) no-repeat;
}
footer .privacy {
  font-size: 1.4rem;
  padding: 0 15px 20px;
  display: block;
}
footer .FooterBottom {
  background-color: #21252a;
  padding: 20px;
}
footer .Copyright,
footer .privacy {
  font-family: futura-100, sans-serif;
  font-style: italic;
}

.Copyright {
  font-size: 1.2rem;
  text-align: center;
  font-family: futura-100, sans-serif;
  font-style: italic;
}/*# sourceMappingURL=style.css.map */