@charset "utf-8";

body {
  background-image: url(../img/top/back.jpg);
  font-family: 'Noto Sans JP', sans-serif;
  font-family: 'Rajdhani', sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
/* header */
.header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
}
.header .logo {
  margin-left: 2%;
}
.header .logo img {
  width: 200px;
  height: auto;
}
.header .menu-center ul {
  display: flex;
  justify-content: space-between;
}
.header .menu-center ul li {
  margin-right: 20px;
  text-align: center;
}
.header .menu-center ul li:last-child {
  margin-right: none;
}
.header .menu-center ul li a {
  font-weight: 700;
  font-size: 18px;
}
.header .menu-center ul li a span {
  font-size: 12px;
  margin-top: -4px;
}
.header .menu-right {
  display: flex;
}
.header .menu-right a {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
.header .menu-right .pc7{
  display: flex;
  justify-content: center;
}
.header .menu-right .menu-link {
  background-color: #4A4A4A;
  height: 100px;
  width: 100px;
}
.header .menu-right .menu-link img {
  margin-bottom: 10px;
}
.header .menu-right .contact_link {
  margin-right: 5px;
}
.header .menu-right .contact_link img {
  width: 45px;
  height: 35px;
}
.header .menu-right .contact_link p {
  color: #fff;
}

.header .menu-right .line_link {
}
.header .menu-right .line_link img {
  width: 35px;
  height: 35px;
}
.header .menu-right .line_link p {
  color: #fff;
}

/* section */

section {
}

.sec-ttl {
  display: inline-block;
}
.sec-ttl h3 {
  font-size: clamp(1.25rem, 0.637rem + 2.33vw, 3.438rem);
  font-weight: 800;
  position: relative;
  margin-left: 15%;
  width: 100%;
}
.sec-ttl h3 span {
  font-size: clamp(1rem, 0.58rem + 1.6vw, 2.5rem);
  color: #575757;
  margin-left: 5px;
}
.sec-ttl h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 45px;
  background-image: url(../img/top/logoicon.png);
  background-size: cover;
  margin-right: 0px;
}
.sec-ttl-02 {
  display: inline-block;
}
.sec-ttl-02 h3 {
  font-size: clamp(1.25rem, 0.637rem + 2.33vw, 3.438rem);
  font-weight: 800;
  position: relative;
  margin-left: 15%;
  width: 100%;
  color: #fff;
}
.sec-ttl-02 h3 span {
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  color: #a4a4a4;
  margin-left: 5px;
}
.sec-ttl-02 h3:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 45px;
  background-image: url(../img/top/logoicon-wh.png);
  background-size: cover;
  margin-right: 0px;
}
.ttl-border {
  position: relative;
  border-bottom: solid 3px #000;
}
.ttl-border::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -9px;
  left: -12px;
  right: 0;
  border-bottom: solid 2px #000;
  z-index: -1;
}
.topic .ttl-border {
  width: clamp(11.438rem, 7.721rem + 15.86vw, 26.75rem);
}
.works .ttl-border {
  width: clamp(11.938rem, 8.054rem + 16.57vw, 27.938rem);
}
.ttl-border-02 {
  position: relative;
  border-bottom: solid 3px #fff;
}
.ttl-border-02::before {
  content: "";
  position: absolute;
  top: -12px;
  bottom: -9px;
  left: -12px;
  right: 0;
  border-bottom: solid 2px #fff;
  z-index: 1;
}
.information .ttl-border-02 {
  width: clamp(16.313rem, 11.837rem + 19.09vw, 34.75rem);
}
.recruit .ttl-border-02 {
  width: clamp(13.313rem, 9.52rem + 16.18vw, 28.938rem);
}
.btn_area {
  width: 100%;
}
.top_btn {
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  padding: 26px;
  /* border: 1px solid #DDD; */
  color: #fff;
  transition: all 0.5s ease-in-out 0s;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.top_btn .btn_gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 800%;
  bottom: auto;
  margin: auto;
  z-index: -1;
  background: #6086c1;
  background: linear-gradient(45deg, #333 0%, #000 49%, #042274 50%, #0a40d4 100%);
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0%);
}
.top_btn:hover,
.top_btn:focus {
  text-decoration: none;
  color: #fff;
}
.top_btn:hover .btn_gradient,
.top_btn:focus .btn_gradient {
  transform: translateY(-85%);
}
.top_btn2 {
  display: block;
  width: 280px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  transform: translatez(0);
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: 600;
  padding: 26px;
  /* border: 1px solid #DDD; */
  color: #000;
  transition: all 0.5s ease-in-out 0s;
  clip-path: polygon(5% 0%, 100% 0%, 95% 100%, 0% 100%);
}
.top_btn2 .btn_gradient {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 800%;
  bottom: auto;
  margin: auto;
  z-index: -1;
  background: #6086c1;
  background: linear-gradient(45deg, #333 0%, #000 49%, #fff 50%, #e9e9e9 100%);
  transition: all 0.5s ease-in-out 0s;
  transform: translateY(0%);
}
.top_btn2:hover,
.top_btn2:focus {
  text-decoration: none;
  color: #fff;
}
.top_btn2:hover .btn_gradient,
.top_btn2:focus .btn_gradient {
  transform: translateY(-85%);
}

/* top */
.top {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.top .catch-copy {
  position: absolute;
  top: 0;
  left: 0;
}
.top img {
  width: 100%;
  height: auto;
}
.top div {
  position: absolute;
  top: 0;
  left: 0;
}
/* rellax */
.top img {
  transition: clip-path 1s ease-in-out;
}
.parts01 img,
.parts03 img,
.parts05 img {
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
}
.parts02 img,
.parts04 img {
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.parts01 img {
  /* transition: clip-path 0.7s ease-in-out; */
}
.parts02 img {
  /* transition: clip-path 0.7s ease-in-out; */
}
.parts03 img {
  /* transition: clip-path 0.7s ease-in-out; */
}
.parts04 img {
  /* transition: clip-path 0.7s ease-in-out; */
}
.parts05 img {
  /* transition: clip-path 0.7s ease-in-out; */
}

.catch-copy img {
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
}
/* topmessage */
.top-message {
  margin-top: clamp(19.938rem, -0.446rem + 44.62vw, 67.5rem);
}
.top-message .mission {
  text-align: center;
  background-color: rgb(255 255 255 / 50%);
  backdrop-filter: blur(5px);
  padding: 65px 50px 65px;
  width: 100%;
  border-radius: 15px;
}
.top-message .mission .title {
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  font-weight: 800;
  letter-spacing: 4px;
}
.top-message .mission .lead {
  line-height: 3.5;
  font-size: 18px;
  font-weight: 500;
  margin: 35px 0;
}
.top-message .mission .lead p {
  font-weight: 800;
  line-height: 2;
  font-size: 20px;
}
.top-message .mission .lead p span {
  color: #c90303;
}


/* topic */
.topic {
  margin-top: 80px;
}
.topic .topic-area {
  display: flex;
  justify-content: center;
  margin: 50px 0;
}
.topic .topic-box {
  aspect-ratio: 16 / 9;
  background-size: cover;
  height: auto;
  width: 50%;
}
.topic .box-left {
  background-image: url(../img/top/topic01.webp);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
}
.topic .box-right {
  background-image: url(../img/top/topic02.webp);
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  margin-left: -5%;
}
.topic .topic-box p {
  display: flex;
  font-size: clamp(1.25rem, 0.88rem + 1.85vw, 2.5rem);
  text-align: center;
  color: #fff;
  font-weight: 800;
  text-shadow: 1px 1px 2px #575757;
  line-height: 1.6;
  align-items: center;
  height: 100%;
  justify-content: center;
}
.topic .topic-line-box {
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 100px 0;
}
.topic .topic-line-box p {
  font-size: clamp(1.125rem, 0.903rem + 1.11vw, 1.875rem);
  letter-spacing: 2px;
  font-weight: 700;
  margin-bottom: 25px;
}

/* information */
.information {
  background-color: #042274;
  padding: 50px 0;
}

.information .slider01 {
  margin: 50px 0px 50px 13%;
}
.information .slider01 li {
}
.information .slider01 .info-box {
}
.information .slider01 .info-box img {
  clip-path: polygon(10% 0%, 100% 0%, 90% 100%, 0% 100%);
  width: 100%;
  height: auto;
  aspect-ratio: 1.2/1;
}
.information .slider01 .info-box .caption {
  color: #fff;
  margin-top: 20px;
  width: 90%;
  line-height: 1.6;
  font-size: 16px;
}
.information .slider01 .info-box .tag {
  color: #808080;
  margin-top: 15px;
  font-size: 15px;
  font-weight: 700;
}

/* works */
.works {
  margin-top: 100px;
  height: 100%;
  margin: 100px 0;
}
.works .contents {
  position: relative;
}
.works .works-area {
  margin: 50px 0;
}
.works .works-area a {
  position: relative;
}
.works .works-area .ttl {
  color: #fff;
  display: inline-block;
  position: absolute;
  font-size: clamp(1rem, 0.755rem + 0.93vw, 1.875rem);
  padding: 15px 25px;
  font-weight: 600;
  letter-spacing: 5px;
  background: rgb(83,83,83);
  background: linear-gradient(270deg, rgba(4,34,116,0.1) 0%, rgba(4,34,116,0.6) 10%, rgba(4,34,116,0.8) 30%, rgba(4,34,116,1) 100%);
  width: -webkit-max-content;
}
.works .works-area .works-box-left {
  /* position: absolute; */
  top: 5%;
  left: 0;
  width: 100%;
}
.works .works-area .works-box-left:a {
  position: relative;
}
.works .works-area .works-box-right {
  position: absolute;
  top: 8%;
  right: 0;
  width: 100%;
}
.works .works-area .works-box-right:a {
  position: relative;
}
.works .works-area .works-box-bt {
  position: absolute;
  bottom: 3%;
  right: 13%;
  display: flex;
  align-items: center;
}
.works .works-area .works-img {
  transition: transform 0.3s ease-in-out;
  pointer-events: none;
}
.works .works-area .works-img img {
  width: 100%;
  transition: transform 0.3s ease-in-out;
  transform: scale(1);
  pointer-events: auto;
}
.works .works-area a:hover .works-img img {
  transform: scale(1.1);
  z-index: 10;
}
.works .works-area .box01 {
  z-index: 1;
}
.works .works-area .box02 {
  z-index: 1;
}
.works .works-area .box03 {
  z-index: 1;
}
.works .works-area .box04 {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
}
.works .works-area .box05 {
  z-index: 1;
  position: absolute;
  top: clamp(6.438rem, -0.438rem + 18.33vw, 21.563rem);
  right: 0;
}
.works .works-area .box06 {
  z-index: 1;
}
.works .works-area .box07 {
  z-index: 1;
}
.works .works-area .box01 img {
  width: 61%;
  clip-path: polygon(0 0, 100% 0%, 86% 100%, 0 100%);
  height: auto;
  aspect-ratio: 6/4;
}
.works .works-area .box01 .ttl {
  top: 0%;
  left: 0%;
}
.works .works-area .box02 img {
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0 100%);
  width: 51.5%;
  height: auto;
  aspect-ratio: 16/6;
}
.works .works-area .box02 .ttl {
  top: 0%;
  left: 0%;
}
.works .works-area .box03 img {
  clip-path: polygon(0 0, 100% 0%, 92% 100%, 0 100%);
  width: 47.4%;
  height: auto;
  aspect-ratio: 16/6;
}
.works .works-area .box03 .ttl {
  top: 0%;
  left: 0%;
}
.works .works-area .box04 img {
  clip-path: polygon(8% 0, 100% 0%, 100% 100%, 0% 100%);
  height: auto;
  width: 48vw;
  aspect-ratio: 16/6;
}
.works .works-area .box04 .ttl {
  top: 0%;
  right: 0%;
}
.works .works-area .box05 img {
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0 100%);
  width: 52vw;
  height: auto;
  aspect-ratio: 16/6;
}
.works .works-area .box05 .ttl {
  top: 0%;
  right: 0%;
}
.works .works-area .box07 .line-box {
  /* margin-top: 80px; */
}
.works .works-area .box07 .line-box img {
  width: 100%;
}
.works .works-area .box07 .line-box p {
  text-align: center;
  font-size: 30px;
  letter-spacing: 10px;
  font-weight: 800;
  margin-top: 15px;
}
.works .works-area .box08 {
  z-index: 1;
  position: absolute;
  top: clamp(13.75rem, -0.426rem + 37.8vw, 44.938rem);
  right: 0;
}
.works .works-area .box08 .ttl {
  top: 0%;
  right: 0%;
}
.works .works-area .box08 img {
  clip-path: polygon(8% 0%, 100% 0%, 100% 100%, 0 100%);
  width: 56.5vw;
  height: auto;
  aspect-ratio: 16/6;
}

/* recruit */
.recruit {
  background-color: #042274;
  padding: 50px 0;
  margin-top: 120px;
}
.recruit .rec-area {
  display: flex;
  justify-content: center;
  width: 90%;
  margin: 50px 0px;
  margin-left: auto;
}
.recruit .rec-area .rec-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 50%;
}
.recruit .rec-area .rec-left .text-box {
  background-color: #fff;
  height: 100%;
  clip-path: polygon(8% 0%, 100% 0%, 92% 100%, 0% 100%);
  margin-right: 0;
  display: flex;
  justify-content: center;
}
.recruit .rec-area .rec-left .text-box p {
  color: #000;
  line-height: 2;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  font-size: clamp(1.125rem, 1.055rem + 0.27vw, 1.375rem);
  font-weight: 700;
  text-align: left;
  width: 75%;
}
.recruit .rec-area .rec-left .top_btn2 {
  margin: 0 8% 0 auto;
}
.recruit .rec-area .rec-right {
  width: 50%;
  margin-left: -4%;
}
.recruit .rec-area .rec-right img {
  clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 1% 100%);
  width: 100%;
}
/* footer */
.footer {
  background-image: url(../img/top/footer-bg.jpg);
  background-size: cover;
  color: #fff;
  position: relative;
}
.footer .footer-area {
  display: flex;
  justify-content: space-around;
  padding: 80px 0;
}
.footer .ft-left {
  width: 60%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.footer .ft-left .ft-logo img {
  width: 280px;
  height: auto;
}
.footer .ft-left .ft-ttl {
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: 600;
  margin-top: 15px;
}
.footer .ft-left .ft-ttl span {
  font-size: 25px;
  line-height: 2;
}
.footer .ft-left .ft-menu {
  margin-top: 10px;
}
.footer .ft-left .ft-menu ul {
  display: flex;
  margin-top: 20px;
  font-size: clamp(1rem, 0.833rem + 0.83vw, 1.563rem);
}
.footer .ft-left .ft-menu ul li {
  margin-right: 25px;
}
.footer .ft-left .ft-menu ul li a {
  font-size: 16px;
}
.footer .ft-right {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 20%;
  flex-direction: column;
}
.footer .ft-right p {
  font-weight: 600;
  font-family: "notosans jp", sans-serif;
  margin-top: 8px;
}
.footer .ft-right img {
}
.footer .ft-right .ft-box {
  display: flex;
}
.footer .ft-right .ft-box .menu-link {
  background-color: #4A4A4A;
  height: 100px;
  width: 100px;
}
.footer .ft-right .ft-box .menu-link a {
  font-size: 15px;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: auto;
}
.footer .ft-right .ft-box .contact_link {
  margin-right: 10px;
}
.footer .ft-right .ft-box .contact_link img {
  width: auto;
  height: 40px;
}
.footer .ft-right .ft-box .line_link img {
  width: 40px;
  height: auto;
}
.footer .copy {
  display: flex;
  justify-content: center;
  padding: 25px 0;
  font-size: clamp(0.875rem, 0.838rem + 0.19vw, 1rem);
}

/* ----------------------------------------- */
/* Responsive */
/* ----------------------------------------- */

/* ALL */
@media screen and (max-width:1400px) {
  .sec-ttl h3:before {
    width: 35px;
    height: 30px;
  }
  .sec-ttl-02 h3:before {
    width: 35px;
    height: 30px;
  }
}
@media screen and (max-width:576px) {
  .header {
    height: 75px;
  }
  .header .logo img {
    width: 150px;
  }
  .header {
    height: 60px;
  }
  .top_btn {
    width: 220px;
    font-size: 18px;
    padding: 15px 20px;
  }
  .top_btn2 {
    width: 220px;
    font-size: 18px;
    padding: 15px 20px;
  }
}


/* TOP */
@media screen and (max-width:1200px) {
  .top-message .mission {
    padding: 50px 30px 50px;
  }
  .top-message .mission .lead p {
    line-height: 1.8;
    font-size: 18px;
  }
}
@media screen and (max-width:768px) {
  .top-message .mission {
    padding: 40px 30px 45px;
  }
}
@media screen and (max-width:576px) {
  .top {
    margin-top: 50px;
  }
  .top-message .mission {
    padding: 20px 5px;
  }
  .top-message .mission .lead p {
    line-height: 1.8;
    font-size: 16px;
  }
}
/* TOPIC */
@media screen and (max-width:576px) {
  .topic .box-right {
    margin-left: 0%;
    clip-path: none;
  }
  .topic .box-left {
    clip-path: none;
  }
  .topic .topic-box p {
    font-size: 20px;
  }
  .topic .topic-area {
    flex-direction: column;
  }
  .topic .topic-box {
    width: auto;
    height: 160px;
  }
  .topic .topic-line-box {
    margin: 50px 0 80px;
  }
  .topic .topic-line-box .line-box {
    width: 60%;
    margin: 0 auto;
  }
}
@media screen and (max-width:430px) {
  .topic {
    margin-top: 25px;
  }
}
/* INFORMATION */
@media screen and (max-width:1400px) {
  .information .slider01 .info-box img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width:1200px) {
  .works .works-area .box07 .line-box img {
    width: 50%;
    margin: 0 auto;
  }
  .works .works-area .box07 .line-box {
    margin-top: 15px;
  }
  .works .works-area .box07 .line-box p {
    font-size: 18px;
  }
}
@media screen and (max-width:554px) {
  .information .slider01 {
    margin: 50px 0px 50px 0;
  }
}
/* WORKS */
@media screen and (max-width:1400px) {
  .works .works-area .ttl {
    position: absolute;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: 600;
    letter-spacing: 2px;
  }
  .works .works-area .works-box-bt {
    position: absolute;
    bottom: 0%;
    right: 8%;
  }
  .works .works-area .box07 .line-box {
    margin-top: 50px;
  }
}
@media screen and (max-width:992px) {
  .works .works-area .works-box-bt {
    right: 8%;
}
}
@media screen and (max-width:768px) {
  .works .works-area .box07 .line-box img {
    width: 30%;
    margin: 0 auto;
  }
  .works .works-area .box07 .line-box p {
    font-size: 18px;
  }
  .works .works-area .works-box-bt {
    right: 9%;
    bottom: -12%;
    display: block;
  }
  .works .works-area .box07 .line-box {
    margin-top: 15px;
  }
}
@media screen and (max-width:600px) {
  .works .works-area {
    margin: 50px 0;
  }
  .works .works-area .works-img img {
    height: 160px;
    width: 100%;
    clip-path: none;
    aspect-ratio: inherit;
  }
  .works .works-area .works-box-left {
    position: relative;
  }
  .works .works-area .works-box-right {
    position: relative;
  }
  .works .works-area .works-box-bt {
    position: relative;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    right: 0;
    margin-top: 50px;
  }
  .works .works-area .box04 .ttl {
    top: 0;
    right: auto;
  }
  .works .works-area .box05 .ttl {
    top: 0;
    right: auto;
  }
  .works .works-area .ttl {
    padding: 10px 15px;
  }
  .works .works-area .box07 .line-box img {
    width: 70%;
  }
  .works .works-area .works-box-left, 
  .works .works-area .works-box-right {
    display: flex;
    flex-direction: column;
  }
  .works .works-area .box01, .works .works-area .box02, .works .works-area .box03, .works .works-area .box04, .works .works-area .box05, .works .works-area .box08 {
    position: relative;
    flex: 1;
    top: 0;
  }
  .works .works-area .ttl {
    position: absolute;
    top: 0;
    left: 0;
  }
}
/* RECRUIT */
@media screen and (max-width:1400px) {
  .recruit .rec-area .rec-left .text-box p {
    font-size: 15px;
    width: 80%;
    line-height: 1.6;
  }
  .recruit .rec-area .rec-right img {
    clip-path: polygon(11% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@media screen and (max-width:1200px) {
  .recruit .rec-area {
    width: 100%;
  }
}
@media screen and (max-width:768px) {
  .recruit .rec-area .rec-left .text-box p {
    width: 90%;
  }
  .recruit .rec-area .rec-left .text-box {
    clip-path: polygon(0% 0%, 98% 0%, 91% 100%, 0% 100%);
    padding: 10px 20px 10px 0px;
  }
  .recruit .rec-area .rec-left .top_btn2 {
    margin: 0 9% 0 auto;
  }
}
@media screen and (max-width:576px) {
  .recruit {
    margin-top: 0;
  }
  .recruit .rec-area {
    flex-direction: column;
    margin: 50px 0px 0;
  }
  .recruit .rec-area .rec-left {
    width: 100%;
  }
  .recruit .rec-area .rec-left .text-box {
    clip-path: none;
    padding: 25px 0;
  }
  .recruit .rec-area .rec-right {
    width: 100%;
    margin-left: 0;
  }
  .recruit .rec-area .rec-right img {
    clip-path: none;
  }
  .recruit .btn_area {
    margin: 20px 0;
  }
  .recruit .rec-area .rec-left .top_btn2 {
    margin: 0 auto;
  }
}
/* FOOTER */
@media screen and (max-width:1400px) {
  .footer .ft-right .ft-box .line_link img {
    width: 30px;
  }
  .footer .ft-right .ft-box .contact_link img {
    height: 30px;
  }
}
@media screen and (max-width:576px) {
  .footer .footer-area {
    flex-direction: column;
    align-items: center;
  }
  .footer .ft-left .ft-logo img {
    width: 240px;
  }
  .footer .ft-left .ft-ttl span {
    font-size: 20px;
  }
  .footer .ft-right {
    justify-content: center;
    align-items: flex-end;
    margin: 30px 0;
    width: 55%;
  }
  .footer .footer-area {
    padding: 40px 0 0;
  }
  .footer .ft-left {
    align-items: center;
    width: 100%;
  }
  .footer .copy {
    flex-direction: column;
    align-items: center;
  }
  .footer .ft-left .ft-ttl {
    font-size: 16px;
    text-align: center;
  }
  .footer .ft-right .privacy {
  }
  .footer .ft-right .ft-box .menu-link {
    background-color: transparent;
  }
  .footer .ft-right .ft-box .line_link img {
    width: 30px;
  }
  .footer .ft-right .ft-box .contact_link img {
    height: 30px;
  }
}