.hidettl {
  display: none;
}
@media print, screen and (min-width: 961px) {
  .hidettl {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
    max-width: 1240px;
    padding: 10px 20px;
    width: 100%;
  }
}

.header {
  background-color: #fff;
  box-shadow: 0px 5px 16px 0px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 2;
}
@media print, screen and (max-width: 960px) {
  .header {
    box-shadow: 0px -5px 16px 0px rgba(0, 0, 0, 0.1);
    height: 65px;
    padding: 10px 65px 10px 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
  }
}
.header_inr {
  display: flex;
  justify-content: space-between;
}
.header_logo {
  display: block;
  width: 100px;
  transition: opacity 0.3s ease;
}
.header_logo:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 960px) {
  .header_logo {
    width: 57px;
  }
}
.header_contents {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media print, screen and (max-width: 960px) {
  .header_contents {
    flex-direction: row;
    gap: 0;
  }
}
.header_box {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header_sns {
  display: flex;
}
@media print, screen and (max-width: 960px) {
  .header_sns {
    margin-right: 10px;
  }
}
.header_sns_item {
  margin-right: 13px;
}
@media print, screen and (max-width: 960px) {
  .header_sns_item {
    margin-right: 10px;
  }
}
.header_sns_item a {
  display: block;
  height: 20px;
  width: 20px;
  transition: opacity 0.3s ease;
}
.header_sns_item a:hover {
  opacity: 0.5;
}
.header_lang {
  color: #1c4e6a;
  display: flex;
  gap: 3px;
  font-family: "Montserrat", sans-serif;
  margin-right: 15px;
}
@media print, screen and (max-width: 960px) {
  .header_lang {
    margin-right: 0;
  }
}
.header_lang .ja {
  text-decoration: underline;
}
.header_lang .chi a {
  color: #b3b3b3;
}
.header_btn_list {
  display: flex;
  gap: 8px;
}
@media print, screen and (max-width: 960px) {
  .header_btn_list {
    display: none;
  }
}
.header_btn_list_item .btn_header {
  max-width: none;
  width: auto;
}
.header_btn_list_item .btn_header a {
  border-radius: 3px;
  display: inline-block;
  font-size: 13px;
  font-weight: bold;
  padding: 13px 23px 10px;
}
.header_btn_list_item .btn_header a::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  display: inline-block;
  height: 8px;
  transform: rotate(45deg);
  transition: border-color 0.3s ease;
  margin-bottom: 2px;
  margin-left: 3px;
  width: 8px;
}
.header_btn_list_item .btn_header.btn_request a:hover::after {
  border-color: #064a9b;
}
.header_btn_list_item .btn_header.btn_form a:hover::after {
  border-color: #00a3b1;
}
.header_btn_list_item .btn_header.btn_application a:hover::after {
  border-color: #f56531;
}

@media print, screen and (max-width: 960px) {
  section,
  div {
    scroll-margin-top: 65px;
  }
}

.gnav_list {
  display: flex;
  justify-content: flex-end;
}
@media print, screen and (max-width: 960px) {
  .gnav_list {
    display: none;
  }
}
.gnav_list_item {
  cursor: pointer;
  margin-left: 35px;
  padding-bottom: 20px;
  position: relative;
}
.gnav_list_item .gnav_child_nav_list {
  background-color: #fff;
  border-bottom: 2px solid #f2f2f2;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  margin-left: -80px;
  opacity: 0;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateY(10px);
  transition: all 0.3s ease;
  width: 180px;
  visibility: hidden;
  z-index: 99;
}
.gnav_list_item .gnav_child_nav_list .gnav_child_nav_item {
  border-bottom: 1px solid #f2f2f2;
}
.gnav_list_item .gnav_child_nav_list .gnav_child_nav_item:last-child {
  border-bottom: none;
}
.gnav_list_item .gnav_child_nav_list a {
  color: #1c4e6a;
  display: block;
  font-weight: bold;
  padding: 15px;
  transition: background-color 0.3s ease;
}
.gnav_list_item .gnav_child_nav_list a:hover {
  background-color: #f3f6fa;
}
.gnav_list_item:hover .gnav_child_nav_list {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}
.gnav_list_item span.icon,
.gnav_list_item a.icon {
  color: #1c4e6a;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: bold;
  transition: opacity 0.3s ease;
}
.gnav_list_item span.icon:hover,
.gnav_list_item a.icon:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 1050px) {
  .gnav_list_item span.icon,
  .gnav_list_item a.icon {
    font-size: 13px;
  }
}
.gnav_list_item span.icon::before,
.gnav_list_item a.icon::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
}
.gnav_list_item.quality span.icon::before,
.gnav_list_item.quality a.icon::before {
  background-image: url(../renew-img/icon_nav_01.png);
}
.gnav_list_item.price span.icon::before,
.gnav_list_item.price a.icon::before {
  background-image: url(../renew-img/icon_nav_02.png);
}
.gnav_list_item.environment span.icon::before,
.gnav_list_item.environment a.icon::before {
  background-image: url(../renew-img/icon_nav_03.png);
}
.gnav_list_item.step span.icon::before,
.gnav_list_item.step a.icon::before {
  background-image: url(../renew-img/icon_nav_04.png);
}
.gnav_list_item.faq span.icon::before,
.gnav_list_item.faq a.icon::before {
  background-image: url(../renew-img/icon_nav_05.png);
}
.gnav_list_item.news span.icon::before,
.gnav_list_item.news a.icon::before {
  background-image: url(../renew-img/icon_nav_06.png);
}

@media print, screen and (min-width: 961px) {
  .hamburger {
    display: none;
  }
}
@media print, screen and (max-width: 960px) {
  .hamburger {
    display: block;
    background-color: #00a3b1;
    height: 65px;
    position: fixed;
    top: 0;
    right: 0;
    width: 65px;
    z-index: 999;
  }
}
.hamburger .line {
  background-color: #fff;
  position: absolute;
  left: 13px;
  height: 2px;
  transition: all 0.3s;
  width: 39px;
}
.hamburger .line:nth-child(1) {
  top: 21px;
}
.hamburger .line:nth-child(2) {
  top: 32px;
}
.hamburger .line:nth-child(3) {
  top: 43px;
}
.hamburger.open .line:nth-child(1) {
  transform: translateY(11px) rotate(-45deg);
}
.hamburger.open .line:nth-child(2) {
  opacity: 0;
}
.hamburger.open .line:nth-child(3) {
  transform: translateY(-10px) rotate(45deg);
}

.ham_menu {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.4s ease;
}
.ham_menu.open {
  transform: translateX(0);
}
.ham_menu_inr {
  height: 100svh;
  overflow-y: scroll;
  padding: 100px 25px 50px;
}
.ham_menu_nav {
  margin-bottom: 40px;
}
.ham_menu_nav_item {
  border-bottom: 1px solid #d9e7ef;
  cursor: pointer;
  padding-left: 25px;
  position: relative;
}
.ham_menu_nav_item::before {
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 20px;
  position: absolute;
  top: 17px;
  left: 0;
  width: 20px;
}
.ham_menu_nav_item span.icon,
.ham_menu_nav_item a.icon {
  color: #1c4e6a;
  display: flex;
  align-items: center;
  font-weight: bold;
  padding: 15px 0;
}
.ham_menu_nav_item span.icon::after,
.ham_menu_nav_item a.icon::after {
  background-image: url(../renew-img/icon_arrow_ham.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: inline-block;
  height: 12px;
  margin-left: auto;
  width: 6px;
}
.ham_menu_nav_item span.icon.plus::after,
.ham_menu_nav_item a.icon.plus::after {
  display: none;
}
.ham_menu_nav_item span.icon.plus .icon_plus,
.ham_menu_nav_item a.icon.plus .icon_plus {
  height: 15px;
  margin-left: auto;
  width: 15px;
}
.ham_menu_nav_item span.icon.plus .icon_plus::before, .ham_menu_nav_item span.icon.plus .icon_plus::after,
.ham_menu_nav_item a.icon.plus .icon_plus::before,
.ham_menu_nav_item a.icon.plus .icon_plus::after {
  background-color: #1c4e6a;
  content: "";
  display: block;
  height: 2px;
  position: relative;
  top: 7px;
  left: 0;
  width: 15px;
}
.ham_menu_nav_item span.icon.plus .icon_plus::after,
.ham_menu_nav_item a.icon.plus .icon_plus::after {
  transform: rotate(90deg);
  transition: transform 0.3s ease;
  top: 5px;
}
.ham_menu_nav_item span.icon.is_open.plus .icon_plus::after,
.ham_menu_nav_item a.icon.is_open.plus .icon_plus::after {
  transform: rotate(0deg);
}
.ham_menu_nav_item.quality::before {
  background-image: url(../renew-img/icon_nav_01.png);
}
.ham_menu_nav_item.price::before {
  background-image: url(../renew-img/icon_nav_02.png);
}
.ham_menu_nav_item.environment::before {
  background-image: url(../renew-img/icon_nav_03.png);
}
.ham_menu_nav_item.step::before {
  background-image: url(../renew-img/icon_nav_04.png);
}
.ham_menu_nav_item.faq::before {
  background-image: url(../renew-img/icon_nav_05.png);
}
.ham_menu_nav_item.news::before {
  background-image: url(../renew-img/icon_nav_06.png);
}
.ham_menu_nav .ham_child_menu_list {
  display: none;
  padding-bottom: 5px;
}
.ham_menu_nav .ham_child_menu_list .ham_child_menu_item {
  border-top: 1px solid #1c4e6a;
  margin-bottom: 10px;
  padding-top: 10px;
  position: relative;
}
.ham_menu_nav .ham_child_menu_list .ham_child_menu_item a {
  color: #1c4e6a;
  display: block;
  font-weight: bold;
  position: relative;
}
.ham_menu_nav .ham_child_menu_list .ham_child_menu_item a::after {
  background-image: url(../renew-img/icon_arrow_ham.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 12px;
  position: absolute;
  top: 7px;
  right: 0;
  width: 6px;
}
.ham_menu_btn li {
  margin-bottom: 10px;
}
.ham_menu_btn li .btn {
  margin-right: auto;
  margin-left: auto;
  max-width: 315px;
}
.ham_menu_btn li .btn a {
  border-radius: 2px;
  font-size: 15px;
  padding: 18px;
}
.ham_menu_btn li .btn a::after {
  height: 24px;
  width: 24px;
}

@media print, screen and (max-width: 960px) {
  .main {
    margin-top: 65px;
  }
}

.inr {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
  width: 100%;
}
.inr.no-pd {
  padding: 0;
}

.btn {
  max-width: 380px;
  width: 100%;
}
.btn a {
  border: 2px solid transparent;
  border-radius: 5px;
  color: #fff;
  display: block;
  transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease;
}
@media print, screen and (max-width: 767px) {
  .btn a {
    border-radius: 2px;
  }
}
.btn a:hover {
  background-color: #fff;
}
.btn.icon a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding: 24px;
}
@media print, screen and (max-width: 767px) {
  .btn.icon a {
    font-size: 15px;
    padding: 18px;
  }
}
.btn.icon a::after {
  content: "";
  display: inline-block;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 32px;
  transition: background-image 0.3s ease;
  width: 32px;
}
@media print, screen and (max-width: 767px) {
  .btn.icon a::after {
    height: 24px;
    width: 24px;
  }
}
.btn_request a {
  background-color: #064a9b;
}
.btn_request a:hover {
  border-color: #064a9b;
  color: #064a9b;
}
.btn_request.icon a::after {
  background-image: url(../renew-img/icon_btn_request.png);
}
.btn_request.icon a:hover::after {
  background-image: url(../renew-img/icon_btn_request_color.png);
}
.btn_form a {
  background-color: #00a3b1;
}
.btn_form a:hover {
  border-color: #00a3b1;
  color: #00a3b1;
}
.btn_form.icon a::after {
  background-image: url(../renew-img/icon_btn_form.png);
}
.btn_form.icon a:hover::after {
  background-image: url(../renew-img/icon_btn_form_color.png);
}
.btn_application a {
  background-color: #f56531;
}
.btn_application a:hover {
  border-color: #f56531;
  color: #f56531;
}
.btn_application.icon a::after {
  background-image: url(../renew-img/ison_btn_application.png);
}
.btn_application.icon a:hover::after {
  background-image: url(../renew-img/ison_btn_application_color.png);
}

.cta_btn_section {
  padding: 80px 0;
}
@media print, screen and (max-width: 767px) {
  .cta_btn_section {
    padding: 30px 0 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta_btn_list {
    display: flex;
    flex-direction: column;
    row-gap: 50px;
  }
}
@media print, screen and (max-width: 960px) {
  .cta_btn_list {
    margin-right: auto;
    margin-left: auto;
    max-width: 700px;
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  .cta_btn_list {
    margin-right: auto;
    margin-left: auto;
    width: 315px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta_btn_list_item {
    display: flex;
    justify-content: center;
    -moz-column-gap: 25px;
         column-gap: 25px;
  }
}
@media print, screen and (max-width: 767px) {
  .cta_btn_list_item .btn {
    margin-top: 10px;
  }
}
.cta_btn_fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 11;
}
@media print, screen and (min-width: 768px) {
  .cta_btn_fixed {
    background-color: #fff;
    box-shadow: 5px 0 16px 0 rgba(0, 0, 0, 0.1);
    padding-top: 20px;
    padding-bottom: 20px;
    transform: translateY(104px);
    transition: all 0.3s ease;
    visibility: hidden;
  }
}
.cta_btn_fixed.is-show {
  transform: translateY(0);
  visibility: visible;
}
.cta_btn_fixed_list {
  display: flex;
  flex-direction: column;
  row-gap: 50px;
}
@media print, screen and (max-width: 767px) {
  .cta_btn_fixed_list {
    flex-direction: row;
    height: 70px;
  }
}
.cta_btn_fixed_list_item {
  display: flex;
  justify-content: center;
  -moz-column-gap: 25px;
       column-gap: 25px;
}
@media print, screen and (max-width: 767px) {
  .cta_btn_fixed_list_item {
    width: 33.333%;
  }
}
@media print, screen and (max-width: 767px) {
  .cta_btn_fixed_list_item .btn a {
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    padding: 25px 5px 15px;
  }
  .cta_btn_fixed_list_item .btn a::after {
    height: 20px;
    position: absolute;
    top: 5px;
    width: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta_btn_fixed_list_item:nth-of-type(1) {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .cta_btn_fixed_list_item:nth-of-type(1) .btn a {
    border-right: 1px solid #fff;
  }
}
@media print, screen and (min-width: 768px) {
  .cta_btn_fixed_list_item:nth-of-type(2) {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .cta_btn_fixed_list_item:nth-of-type(2) .btn a {
    border-right: 1px solid #fff;
    height: 100%;
    padding: 30px 5px 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .cta_btn_fixed_list_item:nth-of-type(3) .btn {
    max-width: 520px;
  }
  .cta_btn_fixed_list_item:nth-of-type(3) .btn a {
    padding: 14px;
  }
}

.section_f {
  background: linear-gradient(-90deg, #e9f4ff, #e5fbf3);
}
.section_f .section_f_ttl {
  font-size: 32px;
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (max-width: 767px) {
  .section_f .section_f_ttl {
    font-size: 24px;
    line-height: 1.4;
  }
}
.section_f .section_f_ttl.en_bg {
  margin-bottom: 30px;
  padding-top: 50px;
  position: relative;
  z-index: 1;
}
@media print, screen and (max-width: 767px) {
  .section_f .section_f_ttl.en_bg {
    padding-top: 35px;
  }
}
.section_f .section_f_ttl.en_bg::after {
  background-image: url(../../common/renew-img/section_f_en_bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 80px;
  margin-left: -180px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 360px;
  z-index: -1;
}
@media print, screen and (max-width: 767px) {
  .section_f .section_f_ttl.en_bg::after {
    height: 48px;
    margin-left: -108px;
    width: 216px;
  }
}
.section_f .leadtxt {
  margin-bottom: 40px;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .section_f_txt_contents {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
}
.section_f_txt_inr {
  padding: 70px 50px 60px;
}
@media print, screen and (max-width: 767px) {
  .section_f_txt_inr {
    padding: 40px 20px;
  }
}
@media print, screen and (min-width: 961px) {
  .section_f_txt_inr {
    margin: 0 auto;
    width: 50%;
  }
}
@media print, screen and (max-width: 1450px) and (min-width: 1210px) {
  .section_f_txt_inr {
    width: 60%;
  }
}
@media print, screen and (max-width: 1209px) {
  .section_f_txt_inr .cta_btn_list_item {
    flex-direction: column;
    align-items: center;
    gap: 25px;
  }
}
.section_f_txt_inr .btn {
  max-width: 360px;
}
@media print, screen and (min-width: 961px) {
  .section_f_img01, .section_f_img02 {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 25%;
  }
}
@media print, screen and (max-width: 1450px) and (min-width: 1210px) {
  .section_f_img01, .section_f_img02 {
    width: 20%;
  }
}
@media print, screen and (min-width: 961px) {
  .section_f_img01 img, .section_f_img02 img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media print, screen and (min-width: 961px) {
  .section_f_img02 {
    margin-left: auto;
  }
}

.section_btnarea {
  padding: 70px 0 90px;
}
@media print, screen and (max-width: 767px) {
  .section_btnarea {
    padding: 40px 0;
  }
}
.section_btnarea_inr {
  max-width: 1140px;
}

.btnarea_list {
  display: flex;
  justify-content: space-between;
}
@media print, screen and (max-width: 1060px) and (min-width: 768px) {
  .btnarea_list {
    flex-wrap: wrap;
    gap: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .btnarea_list {
    align-items: center;
    flex-direction: column;
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .btnarea_list_item {
    width: 31.8%;
  }
}
@media print, screen and (max-width: 1060px) and (min-width: 768px) {
  .btnarea_list_item:nth-of-type(1) {
    width: calc(50% - 15px);
  }
  .btnarea_list_item:nth-of-type(1) .imgbtn {
    margin-left: auto;
  }
  .btnarea_list_item:nth-of-type(2) {
    width: calc(50% - 15px);
  }
  .btnarea_list_item:nth-of-type(3) {
    width: 100%;
  }
  .btnarea_list_item:nth-of-type(3) .imgbtn {
    margin-right: auto;
    margin-left: auto;
  }
}
.btnarea_list_item .imgbtn {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-weight: bold;
  padding: 35px 15px;
  border-radius: 5px;
  overflow: hidden;
  transition: opacity 0.3s ease;
}
.btnarea_list_item .imgbtn:hover {
  opacity: 0.5;
}
@media print, screen and (max-width: 1060px) and (min-width: 768px) {
  .btnarea_list_item .imgbtn {
    width: 330px;
  }
}
@media print, screen and (max-width: 767px) {
  .btnarea_list_item .imgbtn {
    padding: 30px 15px;
    width: 327px;
  }
}
.btnarea_list_item .imgbtn01,
.btnarea_list_item .imgbtn02 {
  gap: 15px;
  font-size: 20px;
}
@media print, screen and (max-width: 767px) {
  .btnarea_list_item .imgbtn01,
  .btnarea_list_item .imgbtn02 {
    font-size: 18px;
    padding: 25px 15px;
  }
}
.btnarea_list_item .imgbtn01::after,
.btnarea_list_item .imgbtn02::after {
  background-image: url(../../common/renew-img/icon_arrow_04.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 32px;
  width: 32px;
}
.btnarea_list_item .imgbtn01 {
  background-image: url(../../common/renew-img/section_btnarea_img01.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btnarea_list_item .imgbtn02 {
  background-image: url(../../common/renew-img/section_btnarea_img02.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.btnarea_list_item .imgbtn03 {
  background-color: #00a3b1;
  justify-content: center;
  height: 100%;
  font-size: 24px;
  position: relative;
}
@media print, screen and (max-width: 767px) {
  .btnarea_list_item .imgbtn03 {
    font-size: 21px;
  }
}
.btnarea_list_item .imgbtn03::after {
  background-image: url(../../common/renew-img/icon_blank.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 16px;
}
@media print, screen and (max-width: 767px) {
  .btnarea_list_item .imgbtn03::after {
    height: 14px;
    width: 14px;
  }
}
.btnarea_list_item .imgbtn03 small {
  font-size: 16px;
}
@media print, screen and (max-width: 767px) {
  .btnarea_list_item .imgbtn03 small {
    font-size: 14px;
  }
}

.footer {
  background-image: url(../../common/renew-img/footer_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 60px;
}
@media print, screen and (max-width: 767px) {
  .footer {
    background-image: url(../../common/renew-img/footer_bg_sp.png);
    padding-top: 30px;
  }
}
.footer_inr {
  color: #fff;
  display: flex;
}
@media print, screen and (max-width: 999px) {
  .footer_inr {
    flex-direction: column;
    padding: 0 25px;
  }
}
.footer_logo {
  display: block;
  width: 195px;
}
@media print, screen and (max-width: 767px) {
  .footer_logo {
    width: 97px;
  }
}
.footer_sns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer_sns_txt {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
}
.footer_sns_item {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer_sns_item a {
  display: block;
  transition: opacity 0.3s ease;
}
.footer_sns_item a:hover {
  opacity: 0.5;
}
.footer_sns_item a img {
  display: block;
  width: 20px;
}
.footer_box01 {
  width: 370px;
}
@media print, screen and (max-width: 1200px) {
  .footer_box01 {
    width: 270px;
  }
}
@media print, screen and (max-width: 999px) {
  .footer_box01 {
    width: 240px;
  }
}
.footer_box01_item {
  display: flex;
  gap: 10px;
  margin-top: 40px;
}
@media print, screen and (max-width: 767px) {
  .footer_box01_item {
    flex-direction: column;
    margin-top: 20px;
    gap: 5px;
  }
}
.footer_box02 {
  display: flex;
  gap: 50px;
  flex: 1;
}
@media print, screen and (max-width: 999px) {
  .footer_box02 {
    margin-top: 30px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer_box02 {
    flex-direction: column;
    gap: 35px;
  }
}
.footer_box02_item .category {
  font-family: "Montserrat", sans-serif;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media print, screen and (max-width: 767px) {
  .footer_box02_item .category {
    font-size: 21px;
    margin-bottom: 13px;
  }
}
.footer_box02_item:nth-of-type(1) {
  width: 530px;
}
@media print, screen and (max-width: 1200px) {
  .footer_box02_item:nth-of-type(1) {
    width: 400px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer_box02_item:nth-of-type(1) {
    width: 100%;
  }
}
.footer_box02_item:nth-of-type(1) .footer_nav {
  width: 50%;
}
.footer_box02_item:nth-of-type(2) {
  flex: 1;
}
.footer_box02 .footer_nav a {
  transition: opacity 0.3s ease;
}
.footer_box02 .footer_nav a:hover {
  opacity: 0.5;
}
.footer_box02 .footer_nav_area {
  display: flex;
  gap: 30px;
}
.footer_box02 .footer_nav_item {
  margin-bottom: 20px;
}
.footer_box02 .footer_nav_item span {
  display: block;
  color: #fff;
  border-bottom: 2px solid #fff;
  padding: 8px 0;
  font-weight: bold;
}
@media print, screen and (max-width: 767px) {
  .footer_box02 .footer_nav_item span {
    font-size: 12px;
    padding: 3px 0;
  }
}
.footer_box02 .footer_nav_item a {
  display: block;
  color: #fff;
}
.footer_box02 .footer_nav_item.arrows a {
  position: relative;
}
.footer_box02 .footer_nav_item.arrows a::after {
  background-image: url(../../common/renew-img/icon_arrow_f.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  content: "";
  display: inline-block;
  height: 7px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  right: 0;
  width: 12px;
}
.footer_box02 .footer_nav_child {
  padding-top: 10px;
}
.footer_box02 .footer_nav_child li {
  margin: 5px 0;
}
@media print, screen and (max-width: 767px) {
  .footer_box02 .footer_nav_child li {
    margin: 3px 0;
  }
}
.footer_box02 .footer_nav_child li a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  display: flex;
  align-items: center;
  gap: 15px;
}
@media print, screen and (max-width: 767px) {
  .footer_box02 .footer_nav_child li a {
    font-size: 10px;
    gap: 10px;
  }
}
.footer_box02 .footer_nav_child li a::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  height: 1px;
  width: 6px;
}
@media print, screen and (max-width: 767px) {
  .footer_box02 .footer_nav_child.c_about {
    padding-top: 0;
  }
}
.footer_under_box {
  background-color: #fff;
  margin-top: 50px;
  padding: 40px 0 140px;
}
@media print, screen and (max-width: 767px) {
  .footer_under_box {
    margin-top: 30px;
    padding: 40px 0 90px;
  }
}
.footer_under_box .inr {
  display: flex;
  gap: 20px;
}
@media print, screen and (max-width: 767px) {
  .footer_under_box .inr {
    flex-direction: column;
    gap: 40px;
  }
}
.footer_under_box_item {
  flex: 1;
}
.footer_under_logo {
  display: block;
  width: 74px;
}
.footer_under_list {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 5px;
  margin-bottom: 10px;
}
@media print, screen and (max-width: 767px) {
  .footer_under_list {
    display: block;
    margin-bottom: 15px;
  }
}
.footer_under_list li {
  font-size: 14px;
  color: #666;
}
@media print, screen and (max-width: 767px) {
  .footer_under_list li {
    display: inline-block;
    margin-right: 10px;
  }
}
.footer_under_list li a {
  color: #1c4e6a;
}
.footer .copy {
  font-size: 10px;
  color: #999;
}

.pc_br {
  display: block;
}
@media print, screen and (max-width: 767px) {
  .pc_br {
    display: none;
  }
}

.sp_br {
  display: none;
}
@media print, screen and (max-width: 767px) {
  .sp_br {
    display: block;
  }
}

.brblock {
  display: inline-block;
}/*# sourceMappingURL=common-style.css.map */