/* ======================================================================
 setting
====================================================================== */
/* ======================================================================
 header footer
====================================================================== */
#lp_wrap .l_content {
  margin: 98px 0 0;
}
@media screen and (max-width: 768px) {
  #lp_wrap .l_content {
    margin: 80px 0 0;
  }
}

/* =================================
 l_header
================================= */
.u_pc.subheader {
  width: 1180px;
  display: flex;
  justify-content: flex-end;
  padding: 20px 40px 0;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%);
}
@media screen and (max-width: 768px) {
  .u_pc.subheader {
    display: none;
  }
}
.u_pc.subheader .line1 {
  padding: 0;
}
.u_pc.subheader .line1 .submenu {
  display: flex;
  justify-content: flex-end;
  gap: 0 40px;
}
.u_pc.subheader .line1 .submenu li {
  position: relative;
}
.u_pc.subheader .line1 .submenu li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #E8E8E8;
  position: absolute;
  top: 0;
  left: -21px;
}
.u_pc.subheader .line1 .submenu li a {
  font-size: 14px;
  color: #241E1C;
  transition: all .2s linear;
}
.u_pc.subheader .line1 .submenu li a:hover {
  opacity: 0.7;
}

.l_header {
  margin: 41px 0 0;
  position: fixed;
  top: 0;
  left: 50%;
  background: transparent;
  transform: translateX(-50%);
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .l_header {
    margin: 0;
    padding: 15px 4.6875vw 0;
    width: 100vw;
    height: 0;
  }
}
.l_header .inner {
  width: 1180px;
}
@media screen and (max-width: 768px) {
  .l_header .inner {
    width: 100%;
  }
}
.l_header .inner .line2 {
  z-index: 10;
  background: #fff;
  position: relative;
  margin: 10px 0 0;
  padding: 20px 40px 0 40px;
  border-radius: 999px;
  display: flex;
  border-radius: 999px 999px;
  gap: 0 35px;
}
.l_header .inner .line2._active {
  border-radius: 33px 33px 0 0;
}
.l_header .inner .header-menus {
  display: flex;
}
.l_header .inner .header-menus li > a.u_txt_1 {
  font-weight: bold;
  display: block;
  padding: 0 15px;
  color: #241E1C;
  height: 100%;
}
.l_header .inner .header-menus li > a.u_txt_1:hover {
  color: #2370C3;
  position: relative;
}
.l_header .inner .header-menus li > a.u_txt_1:hover:before {
  content: "";
  background: #2370C3;
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.l_header .inner .header-menus .mega {
  padding: 0 15px;
  padding-bottom: 20px;
}
.l_header .inner .header-menus .mega-icontxt {
  position: relative;
  font-weight: bold;
}
.l_header .inner .header-menus .mega._active .mega-icontxt {
  color: #2370C3;
  position: relative;
}
.l_header .inner .header-menus .mega._active .mega-icontxt:before {
  content: "";
  width: calc(100% + 30px);
  height: 5px;
  background: #2270C3;
  position: absolute;
  bottom: -22px;
  left: -15px;
}
.l_header .inner .header-menus .mega._active .megamenu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l_header .inner .header-menus .btnflex {
  margin: 0 0 0 12px;
}
.l_header .inner .header-menus .btnflex a:not(:first-of-type) {
  margin: 0 0 0 15px;
}
.l_header .u_sp .inner {
  width: auto;
  display: inline-block;
  transform: translateX(0);
  padding: 12px 20px;
  background: #fff;
  border-radius: 999px;
  box-shadow: 0px 0px 9px 2px rgba(0, 16, 51, 0.1);
}
.l_header .menubtn {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  top: 15px;
  right: 4.6875vw;
  position: fixed;
  box-shadow: 0px 0px 9px 2px rgba(0, 16, 51, 0.1);
}
.l_header .menubtn .border {
  position: absolute;
  width: 22px;
  height: 1px;
  background: #333333;
  left: 50%;
  transform: translateX(-50%);
}
.l_header .menubtn .border1 {
  top: 18px;
  transition: all .2s ease;
  opacity: 1;
}
.l_header .menubtn .border2 {
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .2s ease;
  opacity: 1;
}
.l_header .menubtn .border3 {
  top: 31px;
  transition: all .2s ease;
  opacity: 1;
}
.l_header .menubtn._active .border1 {
  top: 24px;
  left: 14px;
  transform: rotate(45deg);
}
.l_header .menubtn._active .border3 {
  top: 24px;
  left: 14px;
  transform: rotate(-45deg);
}
.l_header .menubtn._active .border2 {
  opacity: 0;
}
.l_header .spmenu {
  display: none;
  width: calc(100% + 4.6875vw);
  padding: 25px 0 0;
  background: #fff;
  margin: 20px 0 0;
  border-radius: 30px 0 0 30px;
  transform: translateX(100%);
  transition: all .4s ease;
}
@media screen and (max-width: 768px) {
  .l_header .spmenu {
    display: block;
  }
}
.l_header .spmenu._active {
  transform: translateX(0);
}
.l_header .spmenu .spttl {
  padding: 0 4.6875vw 20px 25px;
  position: relative;
}
.l_header .spmenu .spttl:after {
  content: "";
  width: calc(100% - 4.6875vw - 25px);
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.l_header .spmenu .spttl.none:after {
  display: none;
}
.l_header .spmenu .spttl.none .togglebtn:after {
  top: 42%;
  transform: rotate(-135deg);
}
.l_header .spmenu .spttl span {
  display: block;
  width: 100%;
  position: relative;
}
.l_header .spmenu .spttl span:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1170C3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l_header .spmenu .spttl span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1170C3;
  border-right: 1px solid #1170C3;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: 13px;
}
.l_header .spmenu .spttl2 {
  padding: 20px 4.6875vw 20px 25px;
  position: relative;
}
.l_header .spmenu .spttl2:before {
  content: "";
  width: calc(100% - 4.6875vw - 25px);
  height: 1px;
  background: #E8E8E8;
  position: absolute;
  bottom: 0;
  left: 25px;
}
.l_header .spmenu .spttl2.none:before {
  display: none;
}
.l_header .spmenu .spttl2.none .togglebtn2:after {
  top: 42%;
  transform: rotate(-135deg);
}
.l_header .spmenu .spttl2 span {
  display: block;
  width: 100%;
  position: relative;
}
.l_header .spmenu .spttl2 span:before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #1170C3;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.l_header .spmenu .spttl2 span:after {
  content: "";
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #1170C3;
  border-right: 1px solid #1170C3;
  transform: rotate(45deg) translate(-50%, -50%);
  transform-origin: center;
  position: absolute;
  top: 50%;
  right: 13px;
}
.l_header .spmenu .scrollwrap {
  padding: 0 0 30px;
  border-radius: 0 0 0 30px;
  overflow: scroll;
}
.l_header .spmenu .scrollwrap.open {
  height: calc(100vh - 163px);
}
.l_header .spmenu .subbox {
  padding: 30px 4.6875vw 30px 25px;
  background: #F6F7F9;
}
.l_header .spmenu .subbox:not(:first-of-type) {
  position: relative;
}
.l_header .spmenu .subbox:not(:first-of-type):before {
  content: "";
  width: calc(100% - 4.6875vw - 25px);
  left: 25px;
  height: 1px;
  background: #E8E8E8;
  top: 0;
  position: absolute;
}
.l_header .spmenu .subbox .u_txt_2 {
  color: #241E1C;
}
.l_header .spmenu .subbox li {
  margin: 15px 0 0;
}
.l_header .spmenu .subbox .ttlbox:not(:first-of-type) {
  margin: 15px 0 0;
}
.l_header .spmenu .subbox .ttlbox a {
  color: #241E1C;
}
.l_header .spmenu .spmenubox {
  padding: 0 4.6875vw 0 25px;
}
.l_header .spmenu .toggle {
  display: none;
}
.l_header .spmenu .spmenubox .spmenubox-lists {
  padding: 30px 0;
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #E8E8E8;
  gap: 30px 0;
}
.l_header .spmenu .spmenubox .spmenubox-lists li {
  width: 50%;
}
.l_header .spmenu .spmenubox .spmenubox-lists li a {
  color: #241E1C;
}
.l_header .spmenu .spmenubox .flex {
  padding: 30px 0 0;
  display: flex;
}
.l_header .spmenu .spmenubox .flex-item {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.l_header .spmenu .spmenubox .flex-item > ul li:not(:first-of-type) {
  margin: 15px 0 0;
}
.l_header .spmenu .spmenubox .flex-item > ul li a {
  color: #241E1C;
}
.l_header .spmenu .spmenubox .flex-item-btn {
  font-size: 16px;
  color: #fff;
  background: #0D3863;
  font-weight: bold;
  width: 165px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 999px;
}
.l_header .spmenu .spmenubox .flex-item-btn:not(:first-of-type) {
  background: #C90A0A;
  margin: 12px 0 0;
}
.l_header .cover-bg {
  background: rgba(17, 112, 195, 0.7);
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: -41px;
  left: calc( ( -100vw + 1180px ) / 2 );
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
}
.l_header .cover-bg._active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.l_header .megamenu {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s ease;
  padding: 40px;
  position: absolute;
  top: 65px;
  left: 0;
  width: 100%;
  background: #fff;
  border-radius: 0 0 33px 33px;
  border-top: 1px solid #E3E3E3;
}
.l_header .megamenu.show {
  display: block;
}
.l_header .megamenu-flex {
  display: flex;
}
.l_header .megamenu-box:not(:first-of-type) {
  margin: 0 0 0 40px;
}
.l_header .megamenu-title {
  color: #1170C3;
  font-weight: bold;
}
.l_header .megamenu-subtitle {
  padding: 0 0 0 16px;
  position: relative;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
}
.l_header .megamenu-subtitle:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1170C3;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.l_header .megamenu-subtitle a {
  color: #000;
}
.l_header .megamenu-lists {
  margin: 10px 0 0;
  padding: 0 0 0 16px;
  display: flex;
  flex-direction: column;
  gap: 15px 0;
}
.l_header .megamenu-list a {
  color: #241E1C;
}
.l_header .megamenu-listbox {
  margin: 20px 0 0;
}
.l_header .megamenu-listbox-flex {
  display: flex;
}
.l_header .megamenu-listbox-flex-item:nth-of-type(2) {
  margin: 0 0 0 40px;
}
.l_header .megamenu-listbox-flex-item:nth-of-type(3) {
  margin: 0 0 0 40px;
}
.l_header .megamenu-listbox-flex-item:nth-of-type(4) {
  margin: 0 0 0 40px;
}
.l_header .c_btn_1 {
  color: #fff;
}
.l_header .c_btn_1:hover {
  color: #0F3761;
}
.l_header .c_btn_1._pt1:hover {
  color: #C90A0A;
}
.l_header .u_txt_1 {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: initial;
}
.l_header .u_txt_1_1 {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: initial;
}
.l_header .u_txt_2 {
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: .1em;
}
.l_header .u_txt_3 {
  font-size: 2em;
  line-height: 1.7;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .l_header .u_txt_3 {
    font-size: 1.8em;
  }
}

/* =================================
 l_footer
================================= */
/* =================================
 l_footer
================================= */
.l_cv .c_btn_2 {
  color: #fff;
}
.l_cv .c_btn_2:hover {
  color: #0F3761;
}
.l_cv .c_btn_2._pt1:hover {
  color: #C90A0A;
}

.l_footer .u_txt_1 {
  font-size: 1.6em;
  line-height: 1.8;
  letter-spacing: initial;
}
.l_footer .u_txt_1_1 {
  font-size: 1.6em;
  line-height: 2;
  letter-spacing: initial;
}
.l_footer .u_txt_2 {
  font-size: 1.4em;
  line-height: 1.5;
  letter-spacing: .1em;
}
.l_footer .u_txt_3 {
  font-size: 2em;
  line-height: 1.7;
  letter-spacing: .1em;
}
@media screen and (max-width: 768px) {
  .l_footer .u_txt_3 {
    font-size: 1.8em;
  }
}
.l_footer .l_footer_item1 {
  padding: 75px 0 60px;
  border-bottom: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_item1 {
    padding: 50px 4.6875vw;
  }
}
.l_footer .l_footer_item1 > .inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_item1 > .inner {
    width: 100%;
    flex-wrap: wrap;
  }
}
.l_footer .l_footer_item2 {
  width: 1100px;
  margin: 0 auto;
  padding: 30px 0;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_item2 {
    width: 100%;
    padding: 20px 4.6875vw;
  }
}
.l_footer .l_footer_box {
  padding: 0 0 0 30px;
  border-left: 1px solid #E3E3E3;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_box {
    border-left: none;
    padding: 0;
  }
}
.l_footer .l_footer_box:nth-of-type(3), .l_footer .l_footer_box:nth-of-type(4) {
  padding: 0 0 0 15px;
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_box:nth-of-type(3), .l_footer .l_footer_box:nth-of-type(4) {
    padding: 0;
  }
  .l_footer .l_footer_box:nth-of-type(3) ul li a, .l_footer .l_footer_box:nth-of-type(4) ul li a {
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .l_footer .l_footer_box:nth-of-type(3) {
    margin: 30px 0 10px;
  }
}
.l_footer .l_footer_box ul {
  display: flex;
  flex-direction: column;
  gap: 10px 0;
}
.l_footer .l_footer_box .u_txt_1 {
  font-weight: bold;
  position: relative;
  padding: 0 0 0 15px;
  color: #000;
}
.l_footer .l_footer_box .u_txt_1:before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  background: #1170C3;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
.l_footer .l_footer_box .u_txt_2 {
  color: #000;
  padding: 0 0 0 15px;
}
.l_footer .l_footer_item3 {
  color: #fff;
  background: #525252;
  text-align: center;
  padding: 12px 0;
  font-size: 12px;
}

.l_breadcrumbs .breadcrumbs {
  padding: 0;
}
@media screen and (max-width: 767px) {
  .l_breadcrumbs .breadcrumbs {
    padding: 0;
  }
}
.l_breadcrumbs .breadcrumbs > span {
  display: flex;
  gap: 0 10px;
  align-items: center;
}
.l_breadcrumbs .breadcrumbs > span > span:first-of-type a {
  content: url(../img/common/home.svg);
}
.l_breadcrumbs .breadcrumbs > span > span:first-of-type >span:first-of-type a {
  content: normal;
  color: #241E1C;
  font-weight: bold;
}
.l_breadcrumbs .breadcrumbs > span > span:not(:first-of-type) a {
  color: #241E1C;
  font-weight: bold;
}

/*# sourceMappingURL=header.css.map */
