@charset "UTF-8";

/* 2023/7/12広橋追加 */
.grecaptcha-badge {
  visibility: hidden;
}
.contact-recapcha {
  text-align: center;
  font-size: 14px;
  margin-top: 25px;
}
.top-news {
  position: relative;
  z-index: 0;
  padding: 10px 20px 10px;
}

@media screen and (min-width: 1024px) {
  .top-news--top {
    padding: 10px 20px;
  }
}
/* @media screen and (max-width: 1023px) {
  .top-news--top {
    padding: 7vw 20px 10px;
  }
} */
@media screen and (max-width: 780px) {
  .top-news--top {
    padding: 10px 20px;
  }
}

.signboard.small .top-news {
  display: none;
}

.top-news::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -5;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
/*   background: rgba(255, 255, 255, 0.6); */
}

.top-news__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .top-news__inner {
    flex-direction: column;
  }
}

.top-news__title {
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700;
}

@media screen and (max-width: 1480px) {
  .top-news__title {
    font-size: calc(18 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .top-news__title {
    font-size: calc(18 / 750 * 100vw);
  }
}

@media screen and (max-width: 480px) {
  .top-news__title {
    text-align: left;
  }
}

.top-news .btn_1 {
  display: inline-block;
  flex-shrink: 0;
  margin-left: 20px;
  /* height: 3.2vw;
  height: 2.5vw; */
  height: auto;
  font-size: 18px;
  padding-top: 0;
}

@media screen and (max-width: 1480px) {
  .top-news .btn_1 {
    font-size: calc(18 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .top-news .btn_1 {
    border-radius: 5.5vw;
    font-size: calc(18 / 750 * 100vw);
    padding-left: 9.5vw;
    padding-right: 2.5vw;
    padding-top: 1vw;
    height: 7vw;
  }
  .top-news .btn_1::before {
    left: 4vw;
  }
}

@media screen and (max-width: 480px) {
  .top-news .btn_1 {
    margin-left: 0;
    margin-top: 5px;
    border-radius: 7vw;
    padding-left: 10vw;
    padding-right: 6vw;
    padding-top: 0.55vw;
  }
}

/* スクロールCSS */
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

/** ---------------------
	header
--------------------- **/
header {
  margin-top: 80px;
}

@media screen and (max-width: 1480px) {
  header {
    margin-top: 6vw;
  }
}

@media screen and (max-width: 780px) {
  header {
    margin-top: 12vw;
  }
}

/** -- signboard -- **/
.signboard {
  background-color: #fff;
  justify-content: flex-end;
  padding: 0 40px;
  position: fixed;
  left: 0;
  top: 0;
  height: 80px;
  width: 100%;
  z-index: 999;
}

/* logo */
.signboard .logo {
  line-height: 1;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
  width: 227px;
}

/* nav */
.signboard nav {
  margin-top: 24px;
}

.signboard nav li {
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
.signboard nav li.menu-item-has-children {
  cursor: pointer;
}

.signboard nav li + li {
  margin-left: 30px;
}

.signboard nav .sub-menu {
  background-color: #fff;
  border-radius: 10px;
  display: none;
  padding: 20px;
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: rgb(119, 119, 119) 1px 5px 20px -15px;
}

.signboard nav .sub-menu li {
  font-size: 14px;
  font-weight: normal;
  word-break: keep-all;
}

.signboard nav .sub-menu li + li {
  margin: 0;
}

.signboard nav li a:hover {
  color: #1336e6;
}

.signboard .menu_btn {
  display: none;
}

@media screen and (max-width: 1480px) {
  .signboard {
    padding: 0 3vw;
    height: 6vw;
  }

  /* logo */
  .signboard .logo {
    left: 3vw;
    width: 16vw;
  }

  /* nav */
  .signboard nav {
    margin-top: 1.8vw;
  }

  .signboard nav li {
    font-size: 1.2vw;
  }

  .signboard nav li + li {
    margin-left: 1.2vw;
  }
}
@media screen and (min-width: 781px) {
  .signboard_item-form a {
    color: #fff;
    padding: 10px;
    background: #3a3a3a;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: 0.3s ease;
  }
  .signboard_item-form a:hover {
    color: #3a3a3a;
    background: #fff;
    border: 1px solid currentColor;
  }

  .signboard_item-down a {
    color: #fff;
    padding: 10px;
    background: #1336e6;
    border: 1px solid transparent;
    border-radius: 10px;
    transition: 0.3s ease;
  }
  .signboard_item-down a:hover {
    color: #1336e6;
    background: #fff;
    border: 1px solid currentColor;
  }
}
@media screen and (max-width: 780px) {
  .signboard {
    padding: 0 5vw;
    height: 12vw;
  }

  /* logo */
  .signboard .logo {
    left: 5vw;
    width: 36vw;
  }

  /* nav */
  .signboard nav {
    background-color: #f5f5f5;
    box-sizing: border-box;
    display: none;
    overflow-y: scroll;
    padding: 6vw;
    position: fixed;
    left: 0;
    top: 12vw;
    height: calc(100vh - 12vw);
    margin-top: 0;
    width: 100%;
  }

  .signboard .scroll_icon {
    position: absolute;
    top: calc(50 / 750 * 100vw);
    right: calc(45 / 750 * 100vw);
    width: calc(43.7 / 750 * 100vw);
  }

  .signboard nav li {
    font-size: calc(28 / 750 * 100vw);
    text-align: center;
    display: flex;
  }

  .signboard nav > ul > li {
    padding-bottom: 2vw;
  }

  .signboard nav > ul > li:nth-child(2) {
    position: relative;
  }

  .signboard nav > ul > li:nth-child(2) li:nth-child(2),
  .signboard nav > ul > li:nth-child(2) li:nth-child(4),
  .signboard nav > ul > li:nth-child(3) li:nth-child(1) {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  .signboard nav > ul > li:nth-child(2) li:nth-child(4):before,
  .signboard nav > ul > li:nth-child(3) li:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    width: calc(80 / 750 * 100vw);
    border-bottom: dashed 2px #cacaca;
  }

  .signboard nav li.menu-item-has-children {
    width: 100%;
    border-bottom: solid 1px #cacaca;
  }

  .signboard nav li:not(.menu-item-has-children) {
    font-weight: 400;
    margin-right: 5vw;
    /* 		   width: calc( 50% - 5vw ); */
  }

  .signboard nav li.menu-item-has-children > a {
    width: 44vw;
    text-align: left;
    padding-right: 3vw;
    display: block;
  }

  .signboard nav li:not(.menu-item-has-children) a {
    font-size: calc(26 / 750 * 100vw);
  }

  .signboard nav li + li {
    margin-left: 0;
    margin-top: 2vw;
    position: relative;
  }

  .signboard .sub-menu li {
    font-size: calc(26 / 750 * 100vw);
    font-weight: normal;
  }

  .signboard .sub-menu li + li {
    margin-top: 0;
  }

  .signboard .btn {
    background-color: #000;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-sizing: border-box;
    color: #fff;
    display: block;
    font-size: 5.2vw;
    font-weight: bold;
    margin: 0 auto;
    margin-top: 3vw;
    padding: 2vw 0;
    text-align: center;
    width: 58vw;
  }

  .signboard .btn + .btn {
    margin-top: 5vw;
  }

  .signboard .btn.contact {
    background-image: url("../img/common/icon_email-2-white.png");
    background-position: 12vw 50%;
    background-size: 8.2vw;
    padding-left: 8vw;
    /*         background-color: #3A3A3A; */
    background-color: #1336e6;
    font-size: calc(28 / 750 * 100vw);
  }

  .signboard .btn.download {
    background-image: url("../img/common/icon_download-white.png");
    background-position: 6vw 50%;
    background-size: 3.8vw;
    padding-left: 7vw;
    /*         background-color: #3A3A3A; */
    background-color: #1336e6;
    font-size: calc(28 / 750 * 100vw);
  }

  .signboard .tel {
    background-image: url("../img/common/icon_iphone.png");
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 9vw;
    display: table;
    font-size: 8.6vw;
    margin: 0 auto;
    margin-top: 4vw;
    padding-left: 9.4vw;
  }

  .signboard p {
    font-size: 4.6vw;
    margin-top: 2vw;
    text-align: center;
  }

  /* nav */
  .signboard nav .sub-menu {
    background: transparent;
    display: block;
    padding: 0;
    position: relative;
    left: auto;
    top: auto;
    transform: initial;
    box-shadow: none;
  }

  .signboard nav .sub-menu li {
    font-size: calc(26 / 750 * 100vw);
  }

  /* menu_btn */
  .signboard .menu_btn {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 5vw;
    top: 50%;
    transform: translateY(-50%);
    height: 8vw;
    width: 8vw;
  }

  .signboard .menu_btn span {
    background-color: #3a3a3a;
    border-radius: 2vw;
    display: block;
    position: absolute;
    left: 0;
    transition: ease 0.3s;
    height: 5px;
    width: 100%;
  }

  .signboard .menu_btn span:nth-child(1) {
    top: 0;
  }

  .signboard .menu_btn span:nth-child(2) {
    top: 3vw;
  }

  .signboard .menu_btn span:nth-child(3) {
    top: 6vw;
  }

  .signboard .menu_btn.open span:nth-child(1) {
    top: 3vw;
    transform: rotate(45deg);
  }

  .signboard .menu_btn.open span:nth-child(2) {
    opacity: 0;
  }

  .signboard .menu_btn.open span:nth-child(3) {
    top: 3vw;
    transform: rotate(-45deg);
  }
}

.noscroll {
    position: fixed;
    overflow-y: scroll;
}

/** -- page_title -- **/
.page_title {
  position: relative
}

.page_title h2 {
  font-size: 54px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
  line-height: 1.2;
}

a h2:hover {
  color: #1336e6;
 }

a .headline_2:hover {
  color: #1336e6;
 }


.page_title span {
  display: block;
  font-size: 30px;
  left: 0;
  top: 30%;
  transform: translateY(-50%);
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 1480px) {
  .page_title h2 {
    font-size: 3.8vw;
  }

  .page_title span {
    font-size: calc(30 * 3.8vw / 54);
  }
}

@media screen and (max-width: 780px) {
  .page_title h2 {
    font-size: 7.2vw;
  }

  .page_title span {
    font-size: calc(30 / 750 * 100vw);
  }
}

/** ---------------------
	main
--------------------- **/
.sec_inner {
  margin: 0 auto;
  padding: 120px 0;
  width: 1460px;
}

.sec_inner_2 {
  margin: 0 auto;
  padding: 120px 0;
  width: 1110px;
}

.sec_inner_3 {
  margin: 0 auto;
  padding: 120px 0;
  width: 900px;
}

.sec_exp {
  margin-bottom: 70px;
  text-align: center;
}

/* .sec_exp--first {
  margin-bottom: 0;
} */

@media screen and (max-width: 1480px) {
  .sec_inner {
    margin: 0 3vw;
    padding: 8vw 0;
    width: auto;
  }

  .sec_inner_2 {
    margin: 0 10vw;
    padding: 8vw 0;
    width: auto;
  }

  .sec_inner_3 {
    margin: 0 10vw;
    padding: 8vw 0;
    width: auto;
  }

  .sec_exp {
    margin-bottom: 5vw;
  }
  .sec_exp--first {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 780px) {
  .sec_inner {
    margin: 0 5vw;
    padding: 14vw 0;
  }

  .sec_inner_2 {
    margin: 0 5vw;
    padding: 14vw 0;
    width: auto;
  }

  .sec_inner_3 {
    margin: 0 5vw;
    padding: 14vw 0;
    width: auto;
  }

  .sec_exp {
    margin-bottom: 8vw;
  }
  .sec_exp--first {
    margin-bottom: 0;
  }
}

/** -- headline -- **/
.headline_1 {
  border-bottom: dashed 3px #3a3a3a;
  display: table;
  font-size: 54px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.headline_2 {
  font-size: 30px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1480px) {
  .headline_1 {
    border-bottom: dashed 3px #3a3a3a;
    font-size: 3.8vw;
    margin-bottom: 5.4vw;
  }

  .headline_2 {
    font-size: 2vw;
    margin-bottom: 0.8vw;
  }
}

@media screen and (max-width: 780px) {
  .headline_1 {
    border-bottom: dashed 2px #3a3a3a;
    font-size: 7.2vw;
    line-height: 1.6;
    margin-bottom: 8vw;
    text-align: center;
  }

  .headline_2 {
    font-size: 5.4vw;
    margin-bottom: 4vw;
  }
}

/** -- btn_1 -- **/
.btn_1 {
  background-color: #fff;
  border: solid 1px #cacaca;
  border-radius: 40px;
  box-sizing: border-box;
  display: table;
  font-size: 16px;
  font-weight: bold;
  padding-left: 55px;
  padding-right: 30px;
  padding-top: 14px;
  position: relative;
  transition: ease 0.3s;
  height: 60px;
  color: #1336e6;
}

.btn_1::before {
  background: url("../img/common/icon_arrow-1-blue.png") no-repeat center / 100%;
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: ease 0.3s;
  height: 10px;
  width: 10px;
}

.btn_1:hover {
  color: white;
  background-color: #1336e6;
}

.btn_1:hover::before {
  background-image: url("../img/common/icon_arrow-1-white.png");
}

@media screen and (max-width: 1480px) {
  .btn_1 {
    border-radius: 4vw;
    font-size: 1.25vw;
    padding-left: 3.6vw;
    padding-right: 1.8vw;
    padding-top: 0.75vw;
    height: 4vw;
  }

  .btn_1::before {
    left: 1.8vw;
    height: 0.8vw;
    width: 0.8vw;
  }
}

@media screen and (max-width: 780px) {
  .btn_1 {
    border-radius: 8vw;
    font-size: 4vw;
    padding-left: 12vw;
    padding-right: 8vw;
    padding-top: 3vw;
    height: 14vw;
  }

  .btn_1::before {
    left: 6vw;
    height: 3vw;
    width: 3vw;
  }
}

/** -- floating -- **/
.floating {
  opacity: 0;
  position: fixed;
  right: 0;
  top: 200px;
  transition-duration: 500ms;
  transition-property: opacity, transform;
  z-index: 99;
}

.floating a {
  background-color: #1336e6;
  background-repeat: no-repeat;
  border-radius: 15px 0 0 15px;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 45px;
  padding: 15px 0;
  padding-bottom: 40px;
  text-align: center;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.floating a.contact {
  background-image: url("../img/common/icon_email-2-white.png");
  background-position: left 50% bottom 10px;
  background-size: 24px;
}

.floating a.contact:hover {
  background-image: url("../img/common/icon_email-2-blue.png");
}

.floating a.download {
  background-image: url("../img/common/icon_download-white.png");
  background-position: left 50% bottom 15px;
  background-size: 10px;
  margin-top: 5px;
}

.floating a.download:hover {
  background-image: url("../img/common/icon_download-blue.png");
}

.floating a:hover {
  background-color: white;
  color: #1336e6;
}

.floating a:hover {
}

.floating.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 780px) {
  .floating {
    display: flex;
    opacity: 1;
    position: fixed;
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: initial;
    transition-duration: initial;
    transition-property: initial;
    width: 100%;
  }

  .floating a {
    border-radius: 10px 10px 0 0;
    font-size: 3.5vw;
    line-height: initial;
    padding: 2vw 0;
    padding-left: 6vw;
    text-align: center;
    -ms-writing-mode: initial;
    writing-mode: initial;
    width: calc(50% - 0.2vw);
  }

  .floating a.contact {
    background-image: url("../img/common/icon_email-2-white.png");
    background-position: left 5.5vw top 50%;
    background-size: 7.4vw;
  }

  .floating a.download {
    background-image: url("../img/common/icon_download-white.png");
    background-position: left 5vw top 50%;
    background-size: 3vw;
    margin-left: 0.4vw;
    margin-top: 0;
  }
}

/** -- sns_share -- **/
.sns_share {
  align-items: center;
  margin: 0 -10px;
  margin-top: 20px;
}

.sns_share a {
  display: block;
  line-height: 1;
  margin: 0 10px;
}

.sns_share a.fb {
  font-size: 30px;
}

.sns_share a.twitter {
  font-size: 25px;
}

.sns_share a.pocket {
  font-size: 24px;
}

.sns_share a.linkedin {
  font-size: 24px;
}

.sns_share a.line {
  font-size: 30px;
}

.sns_share a.hatena svg {
  display: block;
  height: auto;
  width: 24px;
}

@media screen and (max-width: 1480px) {
  .sns_share {
    margin: 0 -0.6vw;
    margin-top: 1.6vw;
  }

  .sns_share a {
    margin: 0 0.6vw;
  }

  .sns_share a.fb {
    font-size: 2.4vw;
  }

  .sns_share a.twitter {
    font-size: 2vw;
  }

  .sns_share a.pocket {
    font-size: 1.9vw;
  }

  .sns_share a.linkedin {
    font-size: 1.9vw;
  }

  .sns_share a.line {
    font-size: 2.4vw;
  }

  .sns_share a.hatena svg {
    width: 1.8vw;
  }
}

@media screen and (max-width: 780px) {
  .sns_share {
    margin: 0 -2.5vw;
    margin-top: 5vw;
  }

  .sns_share a {
    margin: 0 2.5vw;
  }

  .sns_share a.fb {
    font-size: 8.4vw;
  }

  .sns_share a.twitter {
    font-size: 7.4vw;
  }

  .sns_share a.pocket {
    font-size: 7.8vw;
  }

  .sns_share a.linkedin {
    font-size: 7.4vw;
  }

  .sns_share a.line {
    font-size: 8.4vw;
  }

  .sns_share a.hatena svg {
    width: 7.6vw;
  }
}

/** -- co_business -- **/
.co_business .inner {
  justify-content: space-between;
}

.co_business article {
  position: relative;
  width: calc(50% - 35px);
}

.co_business article a {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
}

.co_business article figure {
  background-color: #000;
  border-radius: 30px;
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
  height: 390px;
}

.co_business article figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.co_business article h3 {
  color: #fff;
  font-size: 30px;
  line-height: 1.6;
  position: absolute;
  left: 0;
  top: 125px;
  text-align: center;
  width: 100%;
}

.co_business article h3 span {
  display: block;
  font-size: 24px;
}

.co_business article .btn_1 {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.co_business article:hover .btn_1 {
  color: #1336e6;
}

.co_business article:hover .btn_1::before {
  background-image: url(../img/common/icon_arrow-1-blue.png);
}

@media screen and (max-width: 1480px) {
  .co_business article {
    width: calc(50% - 2.5vw);
  }

  .co_business article figure {
    border-radius: 2vw;
    margin-bottom: 1.6vw;
    height: 25vw;
  }

  .co_business article h3 {
    font-size: 2.2vw;
    top: 7.4vw;
  }

  .co_business article h3 span {
    font-size: 1.8vw;
  }

  .co_business article .btn_1 {
    bottom: 0.8vw;
    right: 0.8vw;
  }
}

@media screen and (max-width: 780px) {
  .co_business article {
    width: 100%;
  }

  .co_business article + article {
    margin-top: 8vw;
  }

  .co_business article figure {
    border-radius: 4vw;
    margin-bottom: 4vw;
    height: 50vw;
  }

  .co_business article h3 {
    font-size: 6.4vw;
    top: 14.5vw;
  }

  .co_business article h3 span {
    font-size: 4.8vw;
  }

  .co_business article .btn_1 {
    display: none;
  }
}

/** ---------------------
	footer
--------------------- **/
/** -- contact -- **/
footer .contact .sec_inner {
  padding-bottom: 0;
}

footer .contact .inner {
  background-color: #fff;
  border-radius: 30px;
  padding: 70px 0;
}

footer .contact article {
  text-align: center;
  width: 33.3333%;
}

footer .contact article + article {
  border-left: dashed 1px #4c4948;
}

footer .contact article h2 {
  align-items: center;
  display: flex;
  font-size: 34px;
  line-height: 1.4;
  justify-content: center;
  height: 82px;
}

footer .contact article figure {
  margin: 50px auto;
  width: 50px;
}

footer .contact article .btn_1 {
  margin: 35px auto;
}

footer .contact article .tel {
  font-size: 40px;
  font-weight: bold;
  line-height: 60px;
  margin: 35px auto;
}

footer .contact article p {
  line-height: 1.6;
}

@media screen and (max-width: 1480px) {
  footer .contact .inner {
    border-radius: 2vw;
    padding: 4.5vw 0;
  }

  footer .contact article h2 {
    font-size: 2.4vw;
    height: 7vw;
  }

  footer .contact article figure {
    margin: 3vw auto;
    width: 4vw;
  }

  footer .contact article .btn_1 {
    margin: 2.3vw auto;
  }

  footer .contact article .tel {
    font-size: 3vw;
    line-height: 4vw;
    margin: 2.4vw auto;
  }
}

@media screen and (max-width: 780px) {
  footer .contact .inner {
    border-radius: 4vw;
    padding: 8vw 5vw;
  }

  .tel {
    font-family: "Noto Sans JP", sans-serif;
  }

  footer .contact article {
    width: 100%;
  }

  footer .contact article + article {
    border-left: none;
    border-top: dashed 1px #4c4948;
    margin-top: 6vw;
    padding-top: 6vw;
  }

  footer .contact article h2 {
    font-size: 6.4vw;
    height: auto;
  }

  footer .contact article figure {
    margin: 2vw auto;
    width: 14vw;
  }

  footer .contact article .btn_1 {
    margin: 2vw auto 4vw;
  }

  footer .contact article .tel {
    font-size: 7.6vw;
    line-height: 2;
    margin: 2vw auto;
  }
}

/** -- info -- **/
footer .info .sec_inner_2 {
  padding-top: 100px;
}

/* about */
footer .logo {
  display: block;
  margin-bottom: 30px;
  width: 190px;
}

footer .profile p {
  font-size: 14px;
  margin-bottom: 10px;
}

footer .profile p span {
  border: solid 1px #000;
  margin-right: 10px;
  padding: 0 5px;
}

footer .profile p span:nth-of-type(2) {
  margin-left: 20px;
}

/* nav */
footer .menu {
  margin-left: auto;
}

footer nav {
  margin-top: -5px;
  margin-left: 70px;
}

footer nav.about {
  margin-right: 30px;
}

footer nav li {
  font-size: 14px;
  /*     font-weight: bold; */
  line-height: 1.6;
  margin-bottom: 10px;
}

footer nav li.menu-item-has-children {
  font-weight: bold;
  font-size: 16px;
}

footer nav li + li.parent {
  margin-top: 18px;
}

footer nav .sub-menu li {
  font-size: 14px;
  font-weight: normal;
  margin-bottom: 0;
  margin-top: 5px;
}

footer nav li a:hover {
  color: #1336e6;
}

.menu-item-has-children > a:hover {
  color: #000;
}

/* link */
footer .link {
  margin-top: 40px;
}

footer .link a:nth-child(1) {
  margin-left: auto;
}

footer .link a.btn_contact {
  margin-left: 20px;
}

footer .link a.btn_contact::before {
  background: url("../img/common/icon_email-2-blue.png") no-repeat center / 100%;
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 24px;
  width: 24px;
}

footer .link a.btn_contact:hover::before {
  background-image: url("../img/common/icon_email-2-white.png");
}

footer .link a.btn_download::before {
  background: url("../img/common/icon_download-blue.png") no-repeat center /
    100%;
  position: absolute;
  left: 29px;
  top: 50%;
  transform: translateY(-50%);
  width: 10px;
  height: 15.38px;
}

footer .link a.btn_download:hover::before {
  background: url("../img/common/icon_download-white.png") no-repeat center /
    100%;
}

/* copyright */
footer .copyright {
  font-size: 12px;
  margin-top: -18px;
}

@media screen and (max-width: 1480px) {
  footer .info .sec_inner_2 {
    padding-top: 8vw;
  }

  /* about */
  footer .logo {
    margin-bottom: 2vw;
    width: 14vw;
  }

  footer .profile p {
    font-size: 1.05vw;
    margin-bottom: 0.8vw;
  }

  footer .profile p span {
    margin-right: 0.8vw;
    padding: 0 0.3vw;
  }

  footer .profile p span:nth-of-type(2) {
    margin-left: 1.4vw;
  }

  /* nav */
  footer nav {
    margin-top: -0.25vw;
    margin-left: 6vw;
  }

  footer nav.about {
    margin-right: 2vw;
  }

  footer nav li.parent {
    font-size: 1.15vw;
    margin-bottom: 0.28vw;
  }

  footer nav li + li.parent {
    margin-top: 1.4vw;
  }

  footer nav li.child {
    font-size: 1.05vw;
    margin-bottom: 0.28vw;
  }

  /* link */
  footer .link {
    margin-top: 2.8vw;
  }

  footer .link a.btn_contact {
    margin-left: 1.4vw;
  }

  footer .link a.btn_contact::before {
    left: 1.4vw;
    height: 1.7vw;
    width: 1.7vw;
  }

  footer .link a.btn_download::before {
    left: 1.9vw;
    height: 1.7vw;
    width: 0.8vw;
  }

  /* copyright */
  footer .copyright {
    font-size: 1vw;
    margin-top: -1.5vw;
  }
}

@media screen and (max-width: 780px) {
  footer .info .sec_inner_2 {
    padding-top: 10vw;
  }

  footer .info .inner {
    flex-direction: column-reverse;
  }

  /* about */
  footer .logo {
    margin-bottom: 7vw;
    width: 54vw;
  }

  footer .profile p {
    font-size: 3.6vw;
    margin-bottom: 2vw;
  }

  footer .profile p span {
    margin-right: 3vw;
    padding: 0.5vw 2vw;
  }

  footer .profile p span:nth-of-type(2) {
    margin-left: 7vw;
  }

  /* nav */
  footer .menu {
    margin: 0;
    margin-bottom: 12vw;
  }

  footer nav {
    margin: 0;
    text-align: center;
    width: 100%;
  }

  footer nav.about {
    margin-right: 0;
  }

  footer nav ul {
    display: flex;
    flex-wrap: wrap;
    flex: 1;
  }

  footer nav li {
    font-size: calc(28 / 750 * 100vw);
    font-weight: bold;
    margin-bottom: 4.5vw;
    display: flex;
  }

  footer nav li.menu-item-has-children {
    padding-bottom: 2.5vw;
    font-size: calc(28 / 750 * 100vw);
  }

  footer nav li.menu-item-has-children {
    width: 100%;
    border-bottom: solid 1px #cacaca;
  }

  footer nav li:not(.menu-item-has-children) {
    font-weight: 400;
    margin-right: 7vw;
  }

  footer nav li.menu-item-has-children > a {
    width: 40vw;
    text-align: left;
    padding-right: 3vw;
    display: block;
  }

  footer nav li:not(.menu-item-has-children) a {
    font-size: calc(26 / 750 * 100vw);
  }

  /*     footer nav:nth-child(2) .sub-menu li:nth-child(2), */
  footer nav:nth-child(2) .sub-menu li:nth-child(4),
  footer nav:nth-child(3) .sub-menu li:nth-child(1) {
    padding-bottom: 2vw;
    margin-bottom: 2vw;
  }

  /*     footer nav:nth-child(2) .sub-menu li:nth-child(2):before, */
  footer nav:nth-child(2) .sub-menu li:nth-child(4):before,
  footer nav:nth-child(3) .sub-menu li:nth-child(1):before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: dashed 2px #cacaca;
  }

  footer nav .sub-menu li {
    font-size: 4.2vw;
    position: relative;
    font-weight: normal;
    margin-bottom: 1.5vw;
    margin-top: 0;
    margin-right: 0;
    width: 100%;
  }

  /* link */
  footer .link {
    display: none;
  }

  /* copyright */
  footer .copyright {
    font-size: 3vw;
    margin-top: 0;
  }
}

.nav-links {
  display: flex;
  justify-content: center;
  margin-top: 0px;
  margin-bottom: 70px;
}

.nav-links a,
.nav-links span {
  border: solid 1px #cacaca;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  margin: 0 5px;
  padding-top: 6px;
  position: relative;
  text-align: center;
  height: 48px;
  width: 48px;
  color: #1336e6;
}

.nav-links span {
  background-color: #f5f5f5;
}

.nav-links a.prev::before,
.nav-links a.next::before {
  background: url("../img/common/icon_arrow-1-blue.png") no-repeat center / 100%;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: ease 0.3s;
  height: 10px;
  width: 10px;
}

.nav-links a.prev::before {
  transform: translate(-50%, -50%) rotate(180deg);
}

@media screen and (max-width: 1480px) {
  .nav-links {
    margin-bottom: 1vw;
  }

  .nav-links a,
  .nav-links span {
    margin: 0 0.4vw;
    padding-top: 0.5vw;
    height: 3.6vw;
    width: 3.6vw;
  }

  .nav-links a.prev::before,
  .nav-links a.next::before {
    height: 0.8vw;
    width: 0.8vw;
  }
}

@media screen and (max-width: 780px) {
  .nav-links {
    margin-bottom: 4vw;
  }

  .nav-links a,
  .nav-links span {
    margin: 0 0.5vw;
    padding-top: 1.2vw;
    height: 9.4vw;
    width: 9.4vw;
  }

  .nav-links a.prev::before,
  .nav-links a.next::before {
    height: 3vw;
    width: 3vw;
  }
}
