@import url("https://use.typekit.net/rue7ekn.css");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@4.1.1/dist/css/yakuhanjp.css");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@keyframes poyon {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes popZoom {
  0% {
    transform: scale(2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    bottom: -100%;
  }
  100% {
    bottom: 0;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes bgRotate {
  from {
    background-position: center center;
    transform: rotate(0deg);
  }
  to {
    background-position: center center;
    transform: rotate(360deg);
  }
}
header {
  padding: 50px 0 38.5px;
}
@media screen and (max-width: 860px) {
  header {
    padding: 20px 0;
  }
}
@media screen and (max-width: 680px) {
  header {
    padding: 10px 0;
  }
}
header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1380px;
  margin: 0 auto;
  width: 95%;
  position: relative;
}
@media screen and (max-width: 680px) {
  header .inner {
    flex-wrap: wrap;
  }
}
header .inner .logo {
  max-width: 476px;
  display: block;
  width: 40%;
}
@media screen and (max-width: 680px) {
  header .inner .logo {
    width: 60%;
  }
}
@media (min-width: 681px) {
  header .inner nav {
    display: flex !important;
  }
}
@media screen and (max-width: 680px) {
  header .inner nav {
    width: 100%;
    margin-top: 10px;
    display: none;
  }
}
header .inner nav ul {
  display: flex;
  align-items: center;
  gap: clamp(0px, 2.8985507246vw, 40px);
}
@media screen and (max-width: 860px) {
  header .inner nav ul {
    gap: 2vw;
  }
}
@media screen and (max-width: 680px) {
  header .inner nav ul {
    justify-content: center;
    justify-content: flex-end;
    display: block;
  }
}
header .inner nav ul li a {
  display: block;
  font-weight: 700;
  font-size: 1.8rem;
  color: #052a4a;
}
@media screen and (max-width: 860px) {
  header .inner nav ul li a {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 680px) {
  header .inner nav ul li a {
    padding: 0.5em 1em;
    border-bottom: 1px solid #e3e3e3;
  }
}
header .inner nav ul li.contact a {
  color: #fff;
  background: linear-gradient(-90deg, #f62f1f, #f5ad00);
  border-radius: 2px;
  line-height: 2.8;
  padding: 0 25px;
}
@media screen and (max-width: 860px) {
  header .inner nav ul li.contact a {
    padding: 0 1em;
  }
}
@media screen and (max-width: 680px) {
  header .inner nav ul li.contact a {
    border-bottom: none;
    margin-top: 10px;
  }
}
header .inner .sp-toggle {
  border-top: 2px solid #052a4a;
  border-bottom: 2px solid #052a4a;
  display: block;
  position: relative;
  width: 20px;
  height: 15px;
  box-sizing: border-box;
  display: none;
}
@media screen and (max-width: 680px) {
  header .inner .sp-toggle {
    display: block;
  }
}
header .inner .sp-toggle::before, header .inner .sp-toggle::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  height: 2px;
  background: #052a4a;
  width: 100%;
  transition: 0.5s;
}
header .inner .sp-toggle.active {
  border: none;
}
header .inner .sp-toggle.active::before {
  transform: rotate(45deg);
}
header .inner .sp-toggle.active::after {
  transform: rotate(-45deg);
}

#mv {
  position: relative;
  background: url(../image/mv/mv_building.png) no-repeat top right/contain;
  padding-bottom: clamp(0px, 11.5942028986vw, 160px);
  padding-top: clamp(0px, 9.4202898551vw, 130px);
}
@media screen and (max-width: 860px) {
  #mv {
    background-position: 150px 0px;
  }
}
#mv .mv_ttl {
  font-weight: 400;
  font-size: clamp(0px, 4.2753623188vw, 59px);
  letter-spacing: -0.05em;
  line-height: 1.525;
}
@media screen and (max-width: 860px) {
  #mv .mv_ttl {
    font-size: clamp(0px, 7vw, 40px);
    line-height: 1.45;
    letter-spacing: 0;
  }
}
#mv .mv_ttl span {
  background: linear-gradient(90deg, #005bac, #003059);
  color: #003059;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.05em;
}
#mv .mv_ttl strong {
  font-weight: 900;
}
#mv .mv_ttl strong.orange {
  background: linear-gradient(90deg, #f5ad00, #f62f1f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-right: 0.05em;
}
#mv .en_ttl {
  font-family: "new-atten", sans-serif;
  color: #2b6da8;
  font-size: clamp(0px, 1.884057971vw, 26px);
  margin-top: clamp(0px, 1.4492753623vw, 20px);
}
@media screen and (max-width: 860px) {
  #mv .en_ttl {
    font-size: clamp(0px, 4.5vw, 20px);
  }
}
#mv .mv_slider {
  margin-top: clamp(0px, 6.0507246377vw, 83.5px);
}
#mv .mv_slider .liner_slider li img {
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  width: clamp(0px, 51.4492753623vw, 710px);
  margin: 0 clamp(0px, 1.7391304348vw, 24px);
}
@media screen and (max-width: 860px) {
  #mv .mv_slider .liner_slider li img {
    width: 70vw;
    max-width: 500px;
  }
}

#about p {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 2.318;
}
@media screen and (max-width: 860px) {
  #about p {
    font-size: 1.6rem;
    line-height: 1.8;
  }
}

#service {
  margin-top: 177px;
}
@media screen and (max-width: 860px) {
  #service {
    margin-top: 70px;
  }
}
#service h3 {
  font-size: 4.7rem;
  color: #003e76;
  font-weight: 700;
  margin-bottom: 56px;
}
@media screen and (max-width: 860px) {
  #service h3 {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
#service .flex {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .flex .cont {
  width: 48%;
  border: 3px solid #fff;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  justify-content: space-between;
  padding: 36px 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #service .flex .cont {
    display: block;
    padding: 20px;
  }
}
#service .flex .cont:nth-child(n+3) {
  margin-top: 4%;
}
#service .flex .cont:last-child .img {
  margin-right: -30px;
}
#service .flex .cont .img {
  width: 48%;
}
@media screen and (max-width: 860px) {
  #service .flex .cont .img {
    width: 95%;
  }
}
#service .flex .cont .txt {
  width: 50%;
}
@media screen and (max-width: 860px) {
  #service .flex .cont .txt {
    width: 100%;
    margin-top: 20px;
  }
}
#service .flex .cont .txt h3 {
  color: #005bac;
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 0;
}
@media screen and (max-width: 860px) {
  #service .flex .cont .txt h3 {
    font-size: 2rem;
  }
}
#service .flex .cont .txt p {
  font-size: 1.9rem;
  line-height: 1.89;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (max-width: 860px) {
  #service .flex .cont .txt p {
    margin-top: 10px;
    font-size: 1.6rem;
  }
}
#service #stop {
  background: #fff;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  margin-top: 50px;
  padding: clamp(0px, 6.5217391304vw, 90px) 10px;
  box-sizing: border-box;
}
#service #stop p {
  text-align: center;
  font-size: 2.1rem;
}
@media screen and (max-width: 860px) {
  #service #stop p {
    font-size: 1.6rem;
  }
}
#service #stop p strong {
  display: inline-block;
  font-size: 1.52em;
  font-weight: 700;
}
#service #stop .img {
  width: 90%;
  margin: 40px auto;
  max-width: 755px;
}
@media screen and (max-width: 860px) {
  #service #stop .img {
    margin: 20px auto;
  }
}
#service #stop .txt {
  text-align: center;
  font-size: 3.7rem;
  line-height: 1.6486;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #service #stop .txt {
    font-size: 2.2rem;
  }
}
#service #stop .txt img {
  display: inline-block;
  max-width: 545.5px;
  width: calc(100% - 1.5em);
  margin-right: 0.25em;
}

#menu {
  margin-top: 200px;
}
@media screen and (max-width: 860px) {
  #menu {
    margin-top: 70px;
  }
}
#menu .flex {
  display: flex;
  align-items: flex-end;
  position: relative;
}
@media screen and (max-width: 860px) {
  #menu .flex {
    display: block;
  }
}
#menu .flex .txt p {
  font-size: 4.1rem;
  color: #003e76;
  font-weight: 700;
  line-height: 1.56;
}
@media screen and (max-width: 860px) {
  #menu .flex .txt p {
    font-size: 2.2rem;
  }
}
#menu .flex .txt ul {
  margin-top: 48.5px;
}
@media screen and (max-width: 860px) {
  #menu .flex .txt ul {
    margin-top: 20px;
  }
}
#menu .flex .txt ul li {
  list-style: disc;
  font-size: 2.4rem;
  margin-left: 1em;
  font-weight: 700;
  line-height: 1.9583;
}
@media screen and (max-width: 860px) {
  #menu .flex .txt ul li {
    font-size: 1.8rem;
  }
}
#menu .flex .img {
  width: 45%;
  margin-right: -2vw;
  flex-shrink: 0;
  margin-bottom: -40px;
}
@media screen and (max-width: 860px) {
  #menu .flex .img {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    margin-top: 40px;
  }
}
#menu .icnBox {
  margin-top: 85px;
  position: relative;
}
@media screen and (max-width: 860px) {
  #menu .icnBox {
    margin-top: 40px;
  }
}
#menu .icnBox .icn_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#menu .icnBox .icn_flex .cont {
  background: #fff;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  width: 15.8333333333%;
  margin-left: 1%;
  padding: clamp(0px, 1.8115942029vw, 25px) clamp(0px, 1.7028985507vw, 23.5px) clamp(0px, 1.4492753623vw, 20px);
  box-sizing: border-box;
  aspect-ratio: 45/57;
}
#menu .icnBox .icn_flex .cont:first-child, #menu .icnBox .icn_flex .cont:nth-child(7) {
  margin-left: 0;
}
#menu .icnBox .icn_flex .cont:nth-child(n+7) {
  margin-top: 1%;
}
@media screen and (max-width: 860px) {
  #menu .icnBox .icn_flex .cont {
    width: 49%;
    margin-left: 2%;
    aspect-ratio: 9/11;
    padding: 20px;
  }
  #menu .icnBox .icn_flex .cont:nth-child(n+3) {
    margin-top: 2%;
  }
  #menu .icnBox .icn_flex .cont:nth-child(2n+1) {
    margin-left: 0 !important;
  }
}
#menu .icnBox .icn_flex .cont .icn {
  width: clamp(0px, 2.6086956522vw, 36px);
  display: block;
}
@media screen and (max-width: 860px) {
  #menu .icnBox .icn_flex .cont .icn {
    width: 30px;
  }
}
#menu .icnBox .icn_flex .cont p {
  font-size: clamp(0px, 1.6666666667vw, 23px);
  font-weight: 700;
  color: #005bac;
  margin: clamp(0px, 1.0869565217vw, 15px) 0;
  line-height: 1.391;
}
@media screen and (max-width: 860px) {
  #menu .icnBox .icn_flex .cont p {
    font-size: 5vw;
    margin: 10px auto;
  }
}
#menu .icnBox .icn_flex .cont ul li {
  list-style: disc;
  margin-left: 1em;
  color: #3b3636;
  font-size: clamp(0px, 1.1594202899vw, 16px);
  line-height: 1.625;
  font-weight: 500;
}
@media screen and (max-width: 860px) {
  #menu .icnBox .icn_flex .cont ul li {
    font-size: 4vw;
  }
}
#menu .icnBox .ill {
  position: absolute;
  width: 19.1666%;
  left: -1%;
  bottom: 0;
}
@media screen and (max-width: 860px) {
  #menu .icnBox .ill {
    width: 75%;
    left: auto;
    right: 47%;
    max-width: 264.5px;
  }
}

#sliderBox {
  margin: 100px auto;
}
@media screen and (max-width: 860px) {
  #sliderBox {
    margin: 70px auto;
  }
}
#sliderBox .liner_slider li img {
  width: clamp(0px, 29.9275362319vw, 413px);
  margin: 0 clamp(0px, 0.8695652174vw, 12px);
}
@media screen and (max-width: 860px) {
  #sliderBox .liner_slider li img {
    width: 50vw;
    max-width: 300px;
  }
}

#feature p {
  font-weight: 700;
  font-size: 2.4rem;
}
@media screen and (max-width: 860px) {
  #feature p {
    font-size: 1.8rem;
  }
}
#feature .rela {
  position: relative;
  margin-top: 85px;
}
@media screen and (max-width: 860px) {
  #feature .rela {
    margin-top: 30px;
  }
}
#feature .rela ul li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 2.7rem;
  font-weight: 700;
  padding: 33px 38.5px;
  padding-right: 28%;
  box-sizing: border-box;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  line-height: 1.7;
}
@media screen and (max-width: 860px) {
  #feature .rela ul li {
    padding: 15px;
    font-size: 1.7rem;
  }
}
#feature .rela ul li + li {
  margin-top: 18px;
}
#feature .rela ul li .num {
  display: block;
  font-family: neuzeit-grotesk, sans-serif;
  font-size: 5.7rem;
  font-weight: 900;
  background: linear-gradient(90deg, #005bac, #003059);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 1;
  margin-right: 38.5px;
}
@media screen and (max-width: 860px) {
  #feature .rela ul li .num {
    font-size: 4rem;
    margin-right: 0.25em;
  }
}
#feature .rela ul li:nth-child(1) {
  background: linear-gradient(90deg, #d2e0ec, #e9eff4);
}
#feature .rela ul li:nth-child(2) {
  background: linear-gradient(90deg, #e7e2cf, #e9eff4);
}
#feature .rela ul li:nth-child(3) {
  background: linear-gradient(90deg, #d2e0ec, #e9eff4);
}
#feature .rela ul li:nth-child(4) {
  background: linear-gradient(90deg, #e7e2cf, #e9eff4);
}
#feature .rela .img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 27.8455%;
}
@media screen and (max-width: 860px) {
  #feature .rela .img {
    display: none;
  }
}

#voice {
  margin-top: 200px;
}
@media screen and (max-width: 860px) {
  #voice {
    margin-top: 70px;
  }
}
#voice .flex {
  align-items: stretch;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  #voice .flex {
    display: block;
  }
}
#voice .flex .cont {
  width: 31%;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  background: #fff;
  overflow: hidden;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont {
    width: 100%;
  }
  #voice .flex .cont + .cont {
    margin-top: 30px;
  }
}
#voice .flex .cont .service_list {
  padding: 15px;
  box-sizing: border-box;
  background: #e3e3e3;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .service_list {
    display: block;
    margin-bottom: 20px;
  }
}
#voice .flex .cont .service_list dt {
  font-size: 1.8rem;
  flex-shrink: 0;
  white-space: nowrap;
  font-weight: 700;
}
#voice .flex .cont .service_list dd {
  margin-left: 1em;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .service_list dd {
    margin-left: 0;
    margin-top: 10px;
  }
}
#voice .flex .cont .service_list dd ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  gap: 7px;
}
#voice .flex .cont .service_list dd ul li {
  font-size: clamp(0px, 1.1594202899vw, 16px);
  color: #fff;
  background: #005bac;
  border-radius: clamp(0px, 0.1449275362vw, 2px);
  display: block;
  padding: 0.25em 0.4em;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .service_list dd ul li {
    font-size: 1.3rem;
  }
}
#voice .flex .cont h3 {
  text-align: center;
  font-size: 2.6rem;
  padding: 0 1.5rem;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont h3 {
    font-size: 2rem;
  }
}
#voice .flex .cont .ill {
  width: 44.7%;
  max-width: 380px;
  margin: 30px auto 25px;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .ill {
    margin: 20px auto 10px;
  }
}
#voice .flex .cont .before_after {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 1.8rem;
  width: 100%;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .before_after {
    display: block;
    font-size: 1.4rem;
  }
}
#voice .flex .cont .before_after dt {
  padding: 1em;
  padding-right: 0.5em;
  box-sizing: border-box;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .before_after dt {
    width: 100%;
    padding: 1em;
  }
}
#voice .flex .cont .before_after dt span {
  width: 4em;
  aspect-ratio: 1/1;
  border: 1px solid #3b3636;
  box-sizing: border-box;
  border-radius: clamp(0px, 0.1449275362vw, 2px);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .before_after dt span {
    aspect-ratio: auto;
    padding: 10px;
    width: 100%;
  }
}
#voice .flex .cont .before_after dt:last-of-type {
  border: none;
  background: #005bac;
  color: #005bac;
}
#voice .flex .cont .before_after dt:last-of-type span {
  border-color: #005bac;
}
#voice .flex .cont .before_after dd {
  width: calc(100% - 5.5em);
  box-sizing: border-box;
  line-height: 1.66;
  padding: 15px 0;
  padding-right: 1em;
  box-sizing: border-box;
}
#voice .flex .cont .before_after dd:last-of-type {
  border: none;
  background: #005bac;
  color: #fff;
}
@media screen and (max-width: 860px) {
  #voice .flex .cont .before_after dd {
    width: 100%;
    padding: 1em;
    padding-top: 0;
  }
}

.cta {
  background: #005bac;
  color: #fff;
  margin: 210px 0 0;
  padding: 100px 0;
}
@media screen and (max-width: 860px) {
  .cta {
    margin: 70px 0 0;
    padding: 50px 0;
  }
}
.cta .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 860px) {
  .cta .inner {
    display: block;
  }
}
.cta .inner .txt {
  width: 48%;
}
@media screen and (max-width: 860px) {
  .cta .inner .txt {
    width: 100%;
  }
}
.cta .inner .txt p {
  font-size: 2.1rem;
  line-height: 1.76;
}
@media screen and (max-width: 860px) {
  .cta .inner .txt p {
    font-size: 1.6rem;
  }
}
.cta .inner .txt p strong {
  display: block;
  margin-top: 1em;
  font-size: 1.52em;
}
@media screen and (max-width: 860px) {
  .cta .inner .txt p strong {
    margin-top: 0.7em;
    font-size: 1.4em;
  }
}
.cta .inner .btnBox {
  max-width: 517px;
  width: 48%;
}
@media screen and (max-width: 860px) {
  .cta .inner .btnBox {
    max-width: none;
    width: 100%;
    margin-top: 15px;
  }
}
.cta .inner .btnBox .btn {
  display: block;
  color: #fff;
  background: linear-gradient(-90deg, #f62f1f, #f5ad00);
  font-size: 2.7rem;
  font-weight: 700;
  border-radius: clamp(0px, 0.8695652174vw, 12px);
  padding: 2rem 3rem;
  padding-right: 2.5rem;
  box-sizing: border-box;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 860px) {
  .cta .inner .btnBox .btn {
    font-size: 2rem;
    padding: 15px;
  }
}
.cta .inner .btnBox .btn::after {
  content: "";
  width: 40px;
  height: 40px;
  background: url(../image/common/arrow.png) no-repeat center/contain;
}
@media screen and (max-width: 860px) {
  .cta .inner .btnBox .btn::after {
    width: 30px;
    height: 30px;
  }
}
.cta .inner .btnBox p {
  font-size: 1.9rem;
  margin-left: auto;
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 2.4rem;
}
@media screen and (max-width: 860px) {
  .cta .inner .btnBox p {
    font-size: 1.7rem;
    text-align: right;
    margin-top: 15px;
  }
}
.cta .inner .btnBox p a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

#company {
  padding: 150px 0;
  background: #fff;
}
@media screen and (max-width: 860px) {
  #company {
    padding: 70px 0;
  }
}
#company .bg {
  position: absolute;
  z-index: -1;
  width: 54.349%;
  top: -2%;
  left: clamp(-100px, -7.24vw, 0px);
}
@media screen and (max-width: 860px) {
  #company .bg {
    width: 80%;
    left: -4vw;
    top: auto;
    bottom: -65px;
  }
}
#company .flex {
  align-items: flex-start;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 860px) {
  #company .flex {
    display: block;
  }
}
#company .flex article .ttl {
  margin-left: clamp(0px, 3.6231884058vw, 50px);
}
@media screen and (max-width: 860px) {
  #company .flex article .ttl {
    margin-left: 0;
  }
}
#company .flex article:last-child {
  width: 57.56%;
}
@media screen and (max-width: 860px) {
  #company .flex article:last-child {
    width: 100%;
  }
}
#company .flex article:last-child dl {
  border-bottom: 1px solid #bfadad;
  display: flex;
  flex-wrap: wrap;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  #company .flex article:last-child dl {
    font-size: 1.4rem;
    display: block;
  }
}
#company .flex article:last-child dl dt {
  border-top: 1px solid #bfadad;
  color: #005bac;
  width: 10em;
  padding: 30px 0;
}
@media screen and (max-width: 860px) {
  #company .flex article:last-child dl dt {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
  }
}
#company .flex article:last-child dl dd {
  border-top: 1px solid #bfadad;
  width: calc(100% - 10em);
  padding: 30px 0;
}
@media screen and (max-width: 860px) {
  #company .flex article:last-child dl dd {
    padding: 10px;
    box-sizing: border-box;
    border-top: none;
    width: 100%;
    padding-top: 0;
  }
}
#company .flex article:last-child dl dd a {
  text-decoration: underline;
}

footer {
  padding: 160px 0 115px;
}
@media screen and (max-width: 860px) {
  footer {
    padding: 70px 0;
  }
}
footer .flex {
  align-items: center;
}
@media screen and (max-width: 860px) {
  footer .flex {
    display: block;
  }
}
footer .flex + .flex {
  margin-top: 62px;
}
@media screen and (max-width: 860px) {
  footer .flex + .flex {
    margin-top: 20px;
  }
}
footer .flex .logo {
  max-width: 433.5px;
}
footer .flex .gnav {
  display: flex;
  font-size: 1.4rem;
  gap: 2em;
}
@media screen and (max-width: 860px) {
  footer .flex .gnav {
    margin-top: 20px;
    gap: 1em;
    justify-content: center;
  }
}
footer .flex .bnrBox {
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 860px) {
  footer .flex .bnrBox {
    justify-content: center;
    gap: 10px;
  }
}
footer .flex .bnrBox a {
  display: block;
  max-width: 147.345px;
}
footer .flex .copy {
  font-size: 1.2rem;
  font-weight: 300;
}
@media screen and (max-width: 860px) {
  footer .flex .copy {
    text-align: center;
    margin-top: 20px;
  }
}/*# sourceMappingURL=style.css.map */