/***************************************
footer
***************************************/
#footer {
  padding-top: 6.6rem;
  background-color: #fff;
  border-top: 1px solid rgba(226, 233, 233, 1);
}
@media screen and (min-width: 768px) {
  #footer {
    padding-top: 7rem;
  }
}
@media screen and (min-width: 992px) {
  #footer {
    padding-top: 8rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer {
    padding-top: 8.2rem;
  }
}
/***************************************
footer_up_side
***************************************/
.footer_up_side {
  width: 87%;
  margin: 0 auto 7.2rem;
  /* max-width: 1300px;*/
}
.footer_up_side .section_title_box {
  margin-bottom: 3.2rem;
}
.footer_up_side_txt {
  font-size: 1.07rem;
  letter-spacing: 0.02em;
  line-height: 2;
  width: 96%;
  margin-bottom: 3.8rem;
}
.footer_up_side_btn_sp {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer_up_side_unit {
    display: flex;
    justify-content: space-between;
  }
  .footer_up_side_txt {
    width: 60%;
    margin-bottom: 0;
  }
  .footer_up_side_btn_sp {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #d4b345;
    position: relative;
    transition: all 0.5s;
  }
  .footer_up_side_btn_sp:hover {
    opacity: 0.7;
    transition: all 0.5s;
  }
  .footer_up_side_btn_sp::before {
    content: "";
    display: block;
    width: 17px;
    height: 15px;
    background-image: url("../images/arrow_white.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .footer_up_side_btnbox .section_btn_box {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .footer_up_side {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8rem;
  }
  .footer_up_side .section_title_box {
    width: 35%;
    margin-bottom: 0;
  }
  .footer_up_side_txt {
    width: 71%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_up_side {
    margin-bottom: 8.8rem;
  }
  .footer_up_side .section_title_box {
    width: 44%;
  }
  .footer_up_side_txt {
    font-size: 1.125rem;
    line-height: 1.88;
    letter-spacing: 0.05em;
    width: 70%;
  }
}
@media screen and (min-width: 1500px) {
  .footer_up_side {
    width: 72%;
  }
}
/***************************************
footer_down_side
***************************************/
.footer_down_block {
  margin-bottom: 3.5rem;
}
.footer_down_side {
  background-color: #d4b345;
  /*  background-color: #ff0;*/
  border-radius: 30px 30px 0 0;
  padding: 7rem 0 5.5rem;
}
.footer_down_inner {
  width: 82%;
  margin: 0 auto;
}
.footer_down_block {
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 5rem;
  margin-bottom: 2.2rem;
}
.footer_logo {
  display: block;
  width: 120px;
  margin: 0 auto 2.4rem;
}
.footer_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_company_logo {
  width: 160px;
  margin: 0 auto 1.2rem;
}
.footer_company_logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.footer_address {
  font-size: 0.928rem;
  color: #fff;
  text-align: center;
  margin-bottom: 1.9rem;
}
.footer_tel {
  font-size: 1.57rem;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}
.footer_tel a {
  color: #fff;
  transition: all 0.5s;
}
.footer_tel a:hover {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.footer_down_unit02 {
  display: none;
}
.footer_copy_unit01 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 2.5rem;
}
/*.footer_translate{
margin-right: 1.4rem;
}*/
.footer_policy_txt {
  font-size: 0.928rem;
  color: #fff;
  transition: all 0.5s;
}
.footer_policy_txt:hover {
  color: #fff;
  opacity: 0.7;
  transition: all 0.5s;
}
.footer_copy {
  font-size: 0.857rem;
  letter-spacing: 0.08em !important;
  text-align: center;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer_down_side {
    padding: 7rem 0 6rem;
  }
  .footer_down_inner {
    width: 87%;
  }
  .footer_down_block {
    padding-bottom: 5rem;
    margin-bottom: 2.5rem;
  }
  .footer_down_unit01 {
    margin-bottom: 3rem;
  }
  .footer_logo {
    width: 140px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer_company_logo {
    width: 160px;
    margin-left: 0;
    margin-right: 0;
  }
  .footer_address {
    text-align: left;
  }
  .footer_tel {
    text-align: left;
  }
  .footer_down_unit02 {
    display: block;
  }
  .footer_list > ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_list > ul > li {
    width: auto;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 35%;
  }
  .footer_list_box > ul > li {
    margin-bottom: 2rem;
  }
  .footer_list_box > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer_list_txt span {
    display: block;
    font-size: 2rem;
    line-height: 1;
    margin-bottom: 0.5rem
  }
  .footer_list_txt {
    font-size: 1rem;
    color: #fff;
    transition: all 0.5s;
  }
  a.footer_list_txt:hover {
    opacity: 0.7;
    color: #fff;
    transition: all 0.5s;
  }
  .footer_list_col {
    margin-top: 2rem;
  }
  .footer_list_col > ul > li {
    display: flex;
    flex-direction: column;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    margin-bottom: 1.3rem;
  }
  .footer_list_col_txt {
    display: block;
    padding: 0 0.9rem;
    color: #fff;
    position: relative;
    padding-right: 1.5rem;
  }
  .footer_list_col_txt:hover {
    color: #fff;
  }
  .footer_list_col > ul > li:last-child {
    margin-bottom: 0;
  }
  .footer_list_col_txt::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0.9rem;
    transform: translate(0%, -50%);
    transition: all 0.5s;
  }
  .footer_list_col_txt:hover::before {
    width: 10px;
    height: 10px;
    right: 0.8rem;
    transition: all 0.5s;
  }
  .footer_copy_block {
    display: flex;
    justify-content: space-between;
  }
  .footer_copy_unit01 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0;
  }
  /*    .footer_translate{
margin-right: 3.5rem;
}*/
  .footer_policy {
    text-align: left;
  }
  .footer_copy_unit02 {
    text-align: right;
  }
  .footer_copy {
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .footer_down_side {
    padding: 8.5rem 0 6rem;
  }
  .footer_down_block {
    display: flex;
  }
  .footer_down_unit01 {
    width: 35%;
    margin-bottom: 0;
  }
  .footer_down_unit02 {
    width: 65%;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 40%;
  }
}
@media screen and (min-width: 1200px) {
  .footer_down_side {
    border-radius: 60px 60px 0 0;
    padding: 8.7rem 0 6.4rem;
  }
  .footer_down_inner {
    width: 85.5%;
  }
  .footer_down_block {
    padding-bottom: 6.1rem;
    margin-bottom: 2.8rem;
  }
  .footer_down_unit01_inner {
    padding-left: 0.4rem;
  }
  .footer_logo {
    width: 180px;
    margin-bottom: 2.5rem;
  }
  .footer_company_logo {
    margin-bottom: 0.6rem;
  }
  .footer_address {
    font-size: 0.875rem;
    margin-bottom: 1rem;
  }
  .footer_tel {
    font-size: 1.375rem;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 38%;
  }
  .footer_list_box > ul > li {
    margin-bottom: 3.6rem;
  }
  .footer_list_txt span {
    font-size: 2.125rem;
  }
  .footer_list_txt {
    font-size: 0.875rem;
  }
  .footer_list_col > ul > li {
    padding-bottom: 0.85rem;
    margin-bottom: 0.85rem;
  }
  .footer_list_col_txt {
    font-size: 0.8125rem;
  }
  .footer_policy_txt {
    font-size: 0.875rem;
  }
  .footer_copy {
    font-size: 0.8125rem;
  }
}
@media screen and (min-width: 1500px) {
  .footer_down_unit01 {
    width: 40%;
  }
  .footer_down_unit02 {
    margin-top: -0.4rem;
    width: 60%;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 35%;
  }
}
@media screen and (min-width: 1700px) {
  .footer_down_unit01 {
    width: 50%;
  }
  .footer_down_unit02 {
    width: 50%;
  }
  .footer_list > ul > li:nth-child(1) {
    width: 33%;
  }
}
/***************************************
翻訳プラグイン
***************************************/
/* LANGUAGES  */
.trans-lang_wrap {
  display: flex;
}
.trans-lang {
  font-size: 0.928rem;
  position: relative;
  padding: 6px 11px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #364246;
  color: #fff;
}
.trans-lang__placeholder {
  position: relative;
  cursor: pointer;
  padding-left: 24px;
}
.trans-lang__placeholder::before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("../images/language_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
}
.trans-lang__dropdown {
  position: absolute;
  left: 0;
  top: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.trans-lang.is-showmenu .trans-lang__dropdown {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.trans-lang__dropdown a {
  font-family: "Manrope", "Noto Sans JP", sans-serif;
  display: block;
  font-weight: 100;
  text-align: left;
  padding: 8px 10px 8px 28px;
  white-space: nowrap;
}
.trans-lang__dropdown a:hover {
  color: #364246;
}
.trans-lang__dropdown a.gt-current-lang:hover {
  color: #fff;
}
.gt-current-lang {
  font-weight: 100 !important;
  background-color: #364246;
  color: #fff;
  position: relative;
}
.gt-current-lang::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #d4b345;
  position: absolute;
  top: calc(50% + 1px);
  left: 14px;
  transform: translate(0%, -50%);
}
@media screen and (min-width: 768px) {
  .trans-lang {
    font-size: 1rem;
    padding: 15px 40px;
  }
  .trans-lang__dropdown {
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }
  .trans-lang__placeholder {
    font-size: 1rem;
    padding-left: 30px;
  }
  .trans-lang__placeholder::before {
    width: 20px;
    height: 20px;
  }
  .trans-lang__dropdown a {
    font-size: 1rem;
    padding: 15px 15px 15px 61px;
  }
  .gt-current-lang::before {
    top: calc(50% + 0px);
    left: 24px;
    width: 11px;
    height: 11px;
  }
}
/*||日本語以外の「資料請求」「お問い合わせ」ボタン長さ||*/
.translated-ltr .pc_navi_btn {
  width: 150px;
}
@media screen and (min-width: 1200px) {
  .translated-ltr .pc_navi_center {
    right: 365px;
  }
}
@media screen and (min-width: 1500px) {
  .translated-ltr .pc_navi_center {
    right: 430px;
  }
}
/*||日本語以外のフッター部メニュー||*/
@media screen and (min-width: 992px) {
  .translated-ltr .footer_list > ul > li:nth-child(2) {
    max-width: 200px;
  }
}
/***************************************
main_translate-固定
***************************************/
.main_translate {
  display: block;
  position: fixed;
  top: 30px;
  right: 80px;
  z-index: 99999;
  transition: all 0.5s;
}
.main_translate.view {
  transition: all 0.3s;
  transform: translateY(-100px);
}
.main_translate.view.fixed {
  transform: translateY(0%);
  transition: all 0.3s;
  top: 14px;
}
@media screen and (min-width: 768px) {
  .main_translate {
    top: auto;
    right: 1.8rem;
    bottom: 2rem;
  }
  .main_translate.view {
    transform: translateY(0px);
  }
  .main_translate.view.fixed {
    top: auto;
  }
}
/***************************************

***************************************/