@charset "UTF-8";
/*
Theme Name: 案件名
Description:company
Theme URI: 
Author: MS
Author URI: www/
Version: 1.0
*/
@import "reset.css";
@import "base.css";
/*-------------------------------------------------
	++ FONT-FAMILY
-------------------------------------------------*/
/*-------------------------------------------------
	++ BASE
-------------------------------------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
}

.num, .eng {
  font-family: "Roboto", sans-serif;
}

a {
  transition: 0.3s ease;
}

.read p#note {
  margin-top: 15px;
}

.blank {
  margin-top: 40px;
}

.cat {
  display: inline-block;
  color: white;
  padding: 0.5em 2em;
  background-color: #D6741D;
  border-radius: 100px;
  font-weight: 700;
}

.entry_date .cat {
  font-size: 1rem;
  font-weight: 700;
  color: white;
  padding: 0.8em 2em;
  border-radius: 100px;
}
.entry_date .liquor_cat {
  background-color: #4A5895;
}
.entry_date .brand_cat {
  background-color: #9B8D65;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.7;
  }
}
/*base-style-------------------------------------*/
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #ccc;
  font-size: 1.2rem;
}
.star5_rating::before, .star5_rating::after {
  content: "★★★★★";
}
.star5_rating::after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32;
}
.star5_rating[data-rate="5"]::after {
  width: 100%;
}
.star5_rating[data-rate="4.5"]::after {
  width: 90%;
}
.star5_rating[data-rate="4"]::after {
  width: 80%;
}
.star5_rating[data-rate="3.5"]::after {
  width: 70%;
}
.star5_rating[data-rate="3"]::after {
  width: 60%;
}
.star5_rating[data-rate="2.5"]::after {
  width: 50%;
}
.star5_rating[data-rate="2"]::after {
  width: 40%;
}
.star5_rating[data-rate="1.5"]::after {
  width: 30%;
}
.star5_rating[data-rate="1"]::after {
  width: 20%;
}
.star5_rating[data-rate="0.5"]::after {
  width: 10%;
}
.star5_rating[data-rate="0"]::after {
  width: 0%;
}

.pagenation {
  width: 100%;
  margin: 32px auto 32px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 1.4rem;
}

.pagenation .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  margin: 0 12px;
  font-size: 1.4rem;
  line-height: 1;
  background-color: #ccc;
  border-radius: 8px;
}

.pagenation .next,
.pagenation .prev {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  line-height: 1;
}

.pagenation .current {
  color: #fff;
  background-color: #161D3B;
}

.crea_fix {
  overflow: hidden;
}

.float_wrap {
  margin-left: auto;
  margin-right: auto;
}

.float_img {
  display: block;
  width: 30%;
  border-radius: 6px;
  overflow: hidden;
}

.float_text {
  text-align: justify;
  width: 100%;
}

.float_l {
  float: left;
  margin-right: 20px;
}

.float_r {
  float: right;
  margin-left: 20px;
}

@media screen and (max-width: 759px) {
  .float_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .float_l {
    float: none;
    margin-right: 0;
  }
  .float_r {
    float: none;
    margin-left: 0;
  }
  .entryDetail img {
    width: 100% !important;
  }
}
.p_btn.type_01 {
  display: block;
  text-align: center;
  margin: 56px auto 0;
  padding: 1em 0;
  max-width: 320px;
  font-weight: 700;
  border-radius: 100px;
  color: white;
}

@media screen and (max-width: 768px) {
  .p_btn.type_01 {
    width: 100%;
  }
}
.p_btn.type_02 {
  display: block;
  text-align: center;
  margin-top: 40px;
  padding: 1em;
  max-width: 100%;
  font-weight: 700;
  border-radius: 6px;
  color: #151515;
  border: 2px solid #151515;
  line-height: 1.8;
}

.u_header {
  background-color: #E6F3F3;
  text-align: center;
}
.u_header h1 {
  color: #2C4F54;
}
.u_header span {
  color: #D1DFDF;
  font-size: 1.2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .u_header {
    padding: 16.4vw 0;
  }
  .u_header h1 {
    font-size: 6.15vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .u_header {
    padding: 80px 0;
  }
  .u_header h1 {
    font-size: 3.2rem;
    margin-bottom: 8px;
  }
}
.pickup_banner {
  position: relative;
}
.pickup_banner::after {
  content: "";
  position: absolute;
  background-color: #F7F5F2;
}
.pickup_banner .container {
  padding: 0 !important;
}
.pickup_banner .container .bnr-slick li {
  border-radius: 6px;
  overflow: hidden;
}
.pickup_banner .container .bnr-slick .slick-arrow {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  font-size: 0;
  position: absolute;
  top: 60px;
  z-index: 1;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}
.pickup_banner .container .bnr-slick .slick-arrow::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border: 1px solid #2C4F54;
  border-width: 1px 1px 0 0;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  transform: rotate(45deg);
}
.pickup_banner .container .bnr-slick .slick-next {
  right: 0;
}
.pickup_banner .container .bnr-slick .slick-next::before {
  left: 50%;
  margin-left: -6px;
}
.pickup_banner .container .bnr-slick .slick-prev {
  left: 0;
}
.pickup_banner .container .bnr-slick .slick-prev::before {
  border-width: 0 0 1px 1px;
  right: 50%;
  margin-right: -6px;
}

@media screen and (max-width: 768px) {
  .pickup_banner::after {
    width: 100%;
    height: calc(100% - 172px);
    top: 64px;
    right: 0;
  }
  .pickup_banner ul li {
    margin: 0 16px;
  }
  .pickup_banner ul li a img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .pickup_banner {
    margin-top: 64px;
  }
  .pickup_banner::after {
    width: 100%;
    height: calc(100% - 172px);
    top: 64px;
    right: 0;
  }
  .pickup_banner .container {
    padding: 0 32px !important;
  }
  .pickup_banner .container ul li {
    height: auto;
    margin: 0 16px;
  }
  .pickup_banner .container ul li a img {
    width: 100%;
    height: auto;
  }
}
/*-------------------------------------------------
	++ LAYOUT
-------------------------------------------------*/
.l_section {
  background-color: white;
}
.l_section .container {
  padding: 128px 32px;
}

.l_bg_gray {
  background-color: #F8F8F8;
}

.l_text__box {
  background-color: #F8F8F8;
  padding: 32px;
  border-radius: 6px;
}
.l_text__box.notice {
  background-color: #FBE8E8;
}
.l_text__box.notice p {
  font-size: 1.3rem;
  color: #B80D0D;
}
.l_text__box.notice p::before {
  content: "(※1)";
}

.p_breadcrumb__nav {
  background-color: #f2f2f2;
  padding: 12px 0;
}
.p_breadcrumb__nav .container {
  display: flex;
  padding: 0 32px !important;
}
.p_breadcrumb__nav .container li {
  font-size: 1.3rem;
}
.p_breadcrumb__nav .container li::after {
  content: "/";
  margin: 0 8px;
}
.p_breadcrumb__nav .container li a {
  text-decoration: none;
  color: #151515;
}
.p_breadcrumb__nav .container li a:hover {
  text-decoration: underline;
}
.p_breadcrumb__nav .container li a.current {
  font-weight: bold;
  color: #007bff;
  pointer-events: none;
}
.p_breadcrumb__nav .container li:last-child::after {
  content: "";
  margin: 0;
}
.p_breadcrumb__nav .container .home::before {
  content: "\f015";
  font-family: FontAwesome;
  margin-right: 4px;
  font-size: 1.3rem;
}

@media screen and (max-width: 768px) {
  .p_breadcrumb__nav .container {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
	padding: 0 0 0 10px !important;
  }
  .p_breadcrumb__nav .container::-webkit-scrollbar {
    display: none;
  }
  .p_breadcrumb__nav .container li {
    display: inline;
  }
}
.new_window::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 4px;
  background-image: url(../img/common/ico_new-window.svg);
  background-size: contain;
}

@media screen and (min-width: 769px) {
  .l_spacing {
    display: block;
    letter-spacing: 0.08em;
    margin-right: -0.08em;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
    display: block;
    background-color: #4A5895;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  #page_top:hover {
    display: block;
    background-color: white;
    text-align: center;
    color: #4A5895;
    font-size: 1.2rem;
    text-decoration: none;
    padding: 20px 25px;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
  }
  .contact_fix {
    height: 100%;
    background-color: #161D3B;
  }
  .contact_fix .container {
    padding: 24px 32px;
  }
  .contact_fix .container .contact_items {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .contact_fix .container .contact_items .contact_btn {
    display: flex;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn {
    margin-top: 0;
    width: 230px;
    border-radius: 100px;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn.line {
    background-color: #00C34D;
    margin-right: 16px;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn.contact {
    color: #161D3B;
    background-color: white;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .l_spacing {
    display: block;
    letter-spacing: 0em;
  }
  .l_section .container {
    padding: 16.4vw 7.5vw;
  }
  #page_top {
    display: none;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 5000;
    background-color: #161D3B;
    text-align: center;
    color: white;
    font-size: 1.2rem;
    text-decoration: none;
    width: 100vw;
    padding: 16px 0;
  }
  .contact_fix {
    width: 100%;
    background-color: #161D3B;
  }
  .contact_fix .container {
    padding: 16px 0 16px 0;
  }
  .contact_fix .container .contact_items .tell {
    width: 200px;
    margin: 0 auto 16px;
  }
  .contact_fix .container .contact_items .tell a {
    display: block;
  }
  .contact_fix .container .contact_items .contact_btn {
    display: flex;
    gap: 16px;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn {
    margin-top: 0;
    border-radius: 6px;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn.line {
    background-color: #00C34D;
    margin-left: 7.5vw;
    border-bottom: 5px solid #06A043;
  }
  .contact_fix .container .contact_items .contact_btn .p_btn.contact {
    color: #161D3B;
    background-color: white;
    margin-right: 7.5vw;
    border-bottom: 5px solid #EDEDED;
  }
}
/*-------------------------------------------------
	++ PARTS
-------------------------------------------------*/
.p_works .p_works__list .p_works__thumb {
  margin-bottom: 20px;
}
.p_works .p_works__list .p_works__thumb figure {
  border-radius: 6px;
  overflow: hidden;
}
.p_works .p_works__list .p_works__thumb figure img {
  display: inline-block;
  height: 246px;
  -o-object-fit: cover;
     object-fit: cover;
}
.p_works .p_works__list .p_works__content .p_works__data {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 16px;
}
.p_works .p_works__list .p_works__content .p_works__data .date {
  margin-right: 8px;
  display: inline-block;
  color: #666666;
}
.p_works .p_works__list .p_works__content .price {
  font-weight: 700;
  color: #666666;
}
.p_works .p_works__list .p_works__content .price span {
  color: #B80D0D;
  margin-left: 6px;
}

@media screen and (min-width: 769px) {
  .p_works {
    margin-bottom: 32px;
  }
  .p_works .p_works__content h3 {
    font-size: 1.8rem;
    margin-bottom: 16px;
    line-height: 1.5;
  }
  .p_works .p_works__content .price {
    font-size: 1.8rem;
  }
  .p_works .p_works__content .price span {
    font-size: 2rem;
  }
}
@media screen and (max-width: 768px) {
  .p_works {
    margin-bottom: 32px;
  }
  .p_works .p_works__thumb figure img {
    display: inline-block;
    height: 180px !important;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .p_works .p_works__content {
    margin-bottom: 6.15vw;
  }
  .p_works .p_works__content h3 {
    font-size: 4.6vw;
    margin-bottom: 4.1vw;
    line-height: 1.5;
  }
  .p_works .p_works__content .price {
    font-size: 4.6vw;
  }
  .p_works .p_works__content .price span {
    font-size: 5.12vw;
  }
  .sample .p_works__content {
    margin-bottom: 0 !important;
  }
}
.p_column__list .column_list__item {
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  background-color: #F6F6F6;
  border-radius: 6px;
  overflow: hidden;
}
.p_column__list .column_list__item .column_list__item-inner {
  display: flex;
  align-items: center;
  padding: 16px;
}
.p_column__list .column_list__item .column_list__item-inner .column_list__item-image {
  flex: 0 0 30%;
  height: 100%;
  overflow: hidden;
}
.p_column__list .column_list__item .column_list__item-inner .column_list__item-image img {
  width: 100%;
  height: 96px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 6px;
}
.p_column__list .column_list__item .column_list__item-content {
  flex: 0 0 70%;
  padding-left: 16px;
}
.p_column__list .column_list__item .column_list__item-content .entry_date {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.p_column__list .column_list__item .column_list__item-content .entry_date .num {
  font-size: 1.2rem;
  color: #666;
  margin-right: 8px;
}
.p_column__list .column_list__item .column_list__item-content .entry_title {
  font-size: 1.8rem;
  line-height: 1.5;
  color: #151515 !important;
}
.p_column__list .column_list__item .read_more {
  border-top: 1px dotted #ccc;
  padding: 16px;
  color: #333;
}

@media screen and (min-width: 769px) {
  .p_column__list .column_list__item {
    flex: 0 0 calc(50% - 16px);
  }
}
@media screen and (max-width: 768px) {
  .p_column__list {
    gap: 32px;
  }
}
.p_link__item {
  display: flex;
  justify-content: space-between;
  margin: 32px 0;
  background-color: #e8e8e8;
  border-radius: 6px;
  padding: 24px;
}
.p_link__item a {
  display: inline-block;
  color: #2C4F54;
}
.p_link__item a i {
  color: #2C4F54;
  margin: 0;
}

.p_group {
  margin-bottom: 32px;
}
.p_group:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .p_group {
    margin-bottom: 6.15vw;
  }
}
.voice_list .voice_item {
  width: 100%;
}
.voice_list .voice_item .voice_item__data {
  background-color: #F8F8F8;
  border-radius: 8px 8px 0 0;
  padding: 32px;
}
.voice_list .voice_item .voice_item__data .voice_title {
  margin-bottom: 24px;
}
.voice_list .voice_item .voice_item__data .user_data {
  display: flex;
  flex-wrap: wrap;
  align-items: top;
  justify-content: space-between;
}
.voice_list .voice_item .voice_item__data .user_data .sex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.voice_list .voice_item .voice_item__data .user_data .sex p {
  font-size: 1.2rem;
}
.voice_list .voice_item .voice_item__data .user_data .point {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.voice_list .voice_item .voice_item__data .user_data .point p {
  font-size: 1.2rem;
  margin-right: 8px;
}
.voice_list .voice_item .comment {
  padding: 32px;
  border-radius: 0 0 8px 8px;
  color: #fff;
}
.voice_list .men .user_data .sex i, .voice_list .women .user_data .sex i {
  font-size: 1.2rem;
}
.voice_list .men .user_data .sex i {
  color: #91c1c3;
}
.voice_list .men .comment {
  background-color: #91c1c3;
}
.voice_list .women .user_data .sex i {
  color: #c3919d;
}
.voice_list .women .comment {
  background-color: #c3919d;
}

#shop_area {
  background-image: url(../img/common/bg_japan.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 460px 520px;
}
#shop_area .shop_list {
  margin-bottom: 56px;
}
#shop_area .shop_list .shop_item {
  align-items: center;
}
#shop_area .shop_list .shop_item .shop-top {
  position: relative;
  display: block;
  font-weight: 700;
  text-align: center;
  border-radius: 6px;
  padding: 16px 0;
  margin-bottom: 16px;
}
#shop_area .shop_list .shop_item .shop-top::before {
  content: "";
  position: absolute;
  width: 10px;
  height: 14px;
  top: 50%;
  left: 20px;
  transform: translate(-50%, -50%);
  background: url(../../../assets/img/common/ico_pin.svg) no-repeat;
}
#shop_area .shop_list .shop_item .shop-top::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
#shop_area .shop_list .shop_item ul {
  display: flex;
  flex-wrap: wrap;
}
#shop_area .shop_list .shop_item ul .shop_child {
  flex: 0 0 33.3333333333%;
  margin-bottom: 6px;
}
#shop_area .shop_list .shop_item ul .shop_child a {
  position: relative;
  display: inline-block;
  padding-left: 12px;
  font-size: 1.2rem;
  color: #151515;
}
#shop_area .shop_list .shop_item ul .shop_child a::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 5px;
  position: absolute;
  left: 0;
  transform: translateY(50%);
}

.accordion_area {
  align-items: flex-start;
  gap: 24px;
}
.accordion_area .accordion_one {
  border-radius: 6px;
  overflow: hidden;
  flex: 0 0 calc(50% - 12px);
  box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.1);
  margin-bottom: 24px;
}
.accordion_area .accordion_one:last-child {
  margin-bottom: 0;
}
.accordion_area .accordion_one .ac_header {
  background-color: #ffffff;
  padding: 1.8rem 4rem 1.8rem 2rem;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}
.accordion_area .accordion_one .ac_header:not(.open):hover {
  background-color: #f1f8ff;
}
.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}
.accordion_area .accordion_one .ac_header .i_box::before, .accordion_area .accordion_one .ac_header .i_box::after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}
.accordion_area .accordion_one .ac_header .i_box::before {
  border-top: 2px solid #014897;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}
.accordion_area .accordion_one .ac_header .i_box::after {
  border-left: 2px solid #014897;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}
.accordion_area .accordion_one .ac_header.open .i_box::after {
  height: 0;
}
.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 1.8rem 2rem 1.8rem 2rem;
  box-sizing: border-box;
  background: #F8F8F8;
  position: relative;
}
.accordion_area .box {
  margin-bottom: 0;
}

ul li#area {
  margin: 5px;
}

@media screen and (max-width: 768px) {
  .accordion_area .accordion_one {
    flex: 0 0 100%;
  }
  .accordion_area .accordion_one .ac_header {
    padding: 2rem 3.5rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 2rem 3.5rem;
  }
}
.p-faq__headinner {
  display: block;
  padding-left: calc(10% + 8px);
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "Q";
  color: white;
  background-color: #4A5895;
  height: 100%;
  width: 10%;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-faq__headinner p.p-faq__q-txt {
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 14px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: calc(10% + 8px);
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "A";
  color: #de0000;
  background-color: #EEEEEE;
  height: 100%;
  width: 10%;
  font-family: "Roboto", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 14px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
.select.container .select_list {
  margin-bottom: 32px;
}
.select.container .select_list .select_item {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
  background-color: #F7F5F2;
}
.select.container .select_list .select_item::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-top: 1px solid #151515;
  border-right: 1px solid #151515;
  transform: rotate(45deg);
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.select.container .select_list .select_item a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.select.container .select_list .select_item a .select_inner-body h3 {
  color: #151515;
  font-size: 1.6rem;
}
.select.container .select_list .select_item .select_image {
  max-width: 120px;
}
.select.container .select_list .select_item .select_inner-body h3 {
  padding-left: 32px;
}
.select.container .btn_group {
  gap: 32px;
}
.select.container .btn_group .p_btn.type_01 {
  max-width: 100% !important;
}

@media screen and (max-width: 768px) {
  .btn_group {
    gap: 16px !important;
  }
  .btn_group .p_btn.type_01:nth-child(2) {
    margin-top: 0;
  }
}
/*-------------------------------------------------
	++ HEADER TEST
-------------------------------------------------*/
#site_header .header-inner .l_header__logo a {
  display: block;
}
#site_header .header-inner .g_nav .g_nav_list li {
  list-style: none;
}
#site_header .header-inner .g_nav .g_nav_list li a {
  color: #151515;
}
#site_header .header-inner .g_nav .g_nav_list .toggle {
  display: none;
  background-color: #E6E6E6;
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
  #site_header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: white;
  }
  #site_header .header-inner {
    padding: 40px 0;
    margin: auto 4%;
  }
  #site_header .header-inner .inner_wrapp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }
  #site_header .header-inner .inner_wrapp .l_header__logo a img {
    width: auto;
    height: 64px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc {
    position: relative;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu {
    justify-content: flex-end;
    align-items: center;
    margin-right: 24px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li {
    margin-right: 16px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #76A2A8;
    padding: 12px 0 12px 48px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a.login {
    background-image: url("../../../assets/img/common/login.svg");
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a.contact {
    background-image: url("../../../img/common/contact.svg");
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li:last-child {
    margin-right: 24px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .tell {
    display: block;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .tell img {
    width: auto;
    height: 56px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .l_header__comment__pc {
    margin-right: 100px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .l_header__comment__pc img {
    height: 56px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .l_header__tamao_nakamura__pc {
    position: absolute;
    top: -60px;
    right: 0;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .l_header__tamao_nakamura__pc img {
    width: 100px;
  }
  #site_header .header-inner .g_nav .g_nav_list {
    justify-content: space-between;
  }
  #site_header .header-inner .g_nav .g_nav_list li {
    font-weight: 700;
    width: 16.6666666667%;
    text-align: center;
    border-right: 1px dashed #76A2A8;
    font-weight: 700;
    line-height: 1;
  }
  #site_header .header-inner .g_nav .g_nav_list li:first-child {
    border-left: 1px dashed #76A2A8;
  }
  #site_header .header-inner .g_nav .g_nav_list li:last-child {
    margin-right: 0;
  }
  #site_header .header-inner .g_nav .g_nav_list li a {
    display: block;
    line-height: 1;
  }
  #site_header .header-inner .g_nav .g_nav_list li.menu_title {
    position: relative;
    cursor: pointer;
  }
  #site_header .header-inner .g_nav .g_nav_list li.menu_title:hover {
    opacity: 0.7;
    transition: 0.3s ease;
  }
  #site_header .header-inner .g_nav .g_nav_list .toggle {
    position: absolute;
    top: 172px;
    left: 27%;
    width: 11.5%;
    border-radius: 8px;
    transform: translateX(-50%);
  }
  #site_header .header-inner .g_nav .g_nav_list .toggle li {
    width: 100% !important;
    border-left: none;
    border-right: none;
    border-bottom: 1px dashed #76A2A8;
    padding: 16px;
  }
  #site_header .header-inner .g_nav .g_nav_list .toggle li:last-child {
    border: none;
  }
  #site_header .header-inner .g_nav .g_nav_list .toggle::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #E6E6E6;
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 1149px) {
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc {
    flex-direction: column-reverse;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu {
    margin-right: 0;
    margin-top: 16px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li {
    margin-bottom: 16px;
  }
  #site_header .header-inner .inner_wrapp .l_header__g-nav__pc .sub_menu .sub_g-nav ul li:last-child {
    margin-right: 16px;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
  #site_header {
    position: sticky;
    top: 0;
    z-index: 9998;
    background-color: transparent;
    transition: background-color 0.3s ease;
    background-color: #fff;
  }
  #site_header .header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    height: 100%;
    padding: 0 0 0 3.5vw;
  }
  #site_header .header-inner .l_header__logo a picture img {
    width: auto;
    height: 18.46vw;
    padding: 5px 0;
  }
  #site_header .header-inner .menu_btn {
    width: 18.46vw;
    height: 18.46vw;
    background-color: #252525;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
  }
  #site_header .header-inner .menu_btn:hover {
    cursor: pointer;
  }
  #site_header .header-inner .menu_btn span {
    background: #fff;
    width: 10.76vw;
    height: 0.51vw;
    position: absolute;
    transition: 0.3s ease-out;
  }
  #site_header .header-inner .menu_btn span:nth-of-type(1) {
    top: 6.15vw;
  }
  #site_header .header-inner .menu_btn span:nth-of-type(3) {
    bottom: 6.15vw;
  }
  #site_header .header-inner .menu_btn.active span:nth-of-type(1) {
    transform: translateY(2.82vw) rotate(-45deg);
    transition: 0.3s ease-out;
  }
  #site_header .header-inner .menu_btn.active span:nth-of-type(3) {
    transform: translateY(-2.82vw) rotate(45deg);
    transition: 0.3s ease-out;
  }
  #site_header .header-inner .menu_btn.active span:nth-of-type(2) {
    opacity: 0;
  }
  #site_header .header-inner .g_nav .g_nav_list {
    width: 100%;
    height: calc(100vh - 18.46vw);
    z-index: 9999;
    right: 0;
    top: 18.46vw;
    display: block;
    background-color: #fff;
    position: fixed;
    transform: translate(100%);
    transition: 0.3s ease-out;
    overflow: auto;
  }
  #site_header .header-inner .g_nav .g_nav_list li {
    font-weight: 700;
    border-bottom: 1px solid #ccc;
  }
  #site_header .header-inner .g_nav .g_nav_list li:first-child {
    border-top: 1px solid #ccc;
  }
  #site_header .header-inner .g_nav .g_nav_list li a {
    position: relative;
    display: block;
    padding: 5.12vw 6.15vw;
    line-height: 1.5;
  }
  #site_header .header-inner .g_nav .g_nav_list li a::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2C4F54;
    border-right: 1px solid #2C4F54;
    transform: rotate(45deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
  }
  #site_header .header-inner .g_nav .g_nav_list .sp_tell {
    border: none;
  }
  #site_header .header-inner .g_nav .g_nav_list .sp_tell a {
    color: white;
    background-color: #4A5895;
    padding: 3.07vw;
    margin: 6.5vw;
    text-align: center;
    border-radius: 6px;
  }
  #site_header .header-inner .g_nav .g_nav_list .sp_tell a::after {
    content: none;
  }
  #site_header .header-inner .g_nav .g_nav_list .sp_tell a span {
    display: block;
  }
  #site_header .header-inner .g_nav .g_nav_list .sp_tell a span:nth-child(2) {
    font-size: 6.15vw;
  }
  #site_header .header-inner .g_nav .g_nav_list.open {
    transform: translate(0);
    transition: 0.3s ease-out;
  }
  #site_header .header-inner .g_nav .g_nav_list .menu_title {
    pointer-events: all;
    position: relative;
    color: #4A5895;
    padding: 5.12vw 6.15vw;
  }
  #site_header .header-inner .g_nav .g_nav_list .menu_title::after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-top: 1px solid #2C4F54;
    border-right: 1px solid #2C4F54;
    transform: rotate(135deg);
    top: 50%;
    right: 20px;
    margin-top: -4px;
    transition: 0.3s;
  }
  #site_header .header-inner .g_nav .g_nav_list .menu_title.open_toggle::after {
    transform: rotate(-45deg);
    transition: 0.3s;
  }
  #site_header .header-inner .menu_cover.active {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9997;
    background: rgba(3, 3, 3, 0.5);
    display: block;
  }
  #site_header .sp_nav {
    display: flex;
  }
  #site_header .sp_nav li {
    flex: 1;
    text-align: center;
    list-style: none;
    font-weight: 700;
    background-image: linear-gradient(0deg, rgb(52, 66, 126), rgb(74, 88, 149));
    color: white;
    font-size: 12px;
    padding: 3.12vw 0;
    border-left: 1px solid #1D2753;
    border-right: 1px solid #808DC5;
    border-bottom: 4px solid #2A3875;
    line-height: 1.3;
  }
  #site_header .sp_nav li:first-child {
    border-left: none;
  }
  #site_header .sp_nav li:last-child {
    border-right: none;
  }
  #site_header .sp_nav li a {
    color: white;
    display: block;
  }
  #site_header .sp_nav .menu_title {
    pointer-events: all;
    position: relative;
  }
  #site_header .sp_nav .toggle {
    display: none;
    position: absolute;
    top: 37.715vw;
    width: 100%;
    background-color: #E6E6E6 !important;
  }
  #site_header .sp_nav .toggle li {
    border-left: none;
    padding: 0;
    border-top: 1px dotted #ccc;
    border-left: none;
    border-right: none;
    border-bottom: none;
  }
  #site_header .sp_nav .toggle li:first-child {
    border-top: none;
  }
  #site_header .sp_nav .toggle li a {
    background-color: #E6E6E6 !important;
    color: #4A5895;
    padding: 5.12vw 0;
  }
}
/*-------------------------------------------------
	++ HEADER & FOOTER
-------------------------------------------------*/
.l_footer {
  background-color: #252525;
  color: white;
}
.l_footer .l_footer__inner .l_box {
  justify-content: space-between;
  margin-bottom: 120px;
}
.l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo {
  margin-bottom: 32px;
}
.l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a {
  display: block;
}
.l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a img {
  width: auto;
  height: 64px;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li {
  font-weight: 700;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li a {
  color: white;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu .group-top {
  display: block;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu li {
  margin-bottom: 12px;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu li:last-child {
  margin-bottom: 0;
}
.l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu li a {
  color: #ACAAAC;
}
.l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav ul li a {
  color: #ACAAAC;
  font-size: 1rem;
}
.l_footer .l_footer__inner .l_footer__bottom .copyright {
  color: white;
  font-size: 1rem;
}

@media screen and (min-width: 1070px) {
  .l_footer .l_footer__inner {
    max-width: 1264px;
    margin: 0 auto;
    padding: 80px 32px;
  }
  .l_footer .l_footer__inner .l_box {
    display: flex;
    justify-content: space-between;
    margin-bottom: 120px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo {
    margin-bottom: 32px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a {
    display: block;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a img {
    max-width: 270px;
    height: auto;
    margin: 0 auto;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map {
    width: 60%;
    display: flex;
    justify-content: space-between;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li {
    margin-bottom: 32px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li:last-child {
    margin-bottom: 0;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li a {
    line-height: 1;
  }
  .l_footer .l_footer__inner .l_footer__bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav ul {
    display: flex;
  }
  .l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav ul li {
    margin-right: 24px;
  }
  .l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1070px) {
  /* 2023追記 */
  .language .l_btn.-type1.not_active a:hover {
    background-color: #151515;
    color: #fff;
  }
  /* 2023追記 */
  .l_header__comment___sp {
    display: none;
  }
  .l_header {
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: white;
  }
  .l_header .l_header__inner {
    padding: 40px 0;
    margin: auto 4%;
  }
  .l_header .l_header__inner .inner_wrapp {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 24px;
  }
  .l_header .l_header__inner .l_header__logo a {
    display: block;
  }
  .l_header .l_header__inner .l_header__logo a:hover {
    opacity: 0.7;
  }
  .l_header .l_header__inner .l_header__logo a img {
    width: auto;
    height: 64px;
  }
  .l_header .l_header__inner .btnMenu {
    display: none;
  }
  .l_header .l_header__inner .l_header__g-nav__pc {
    position: relative;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu {
    justify-content: flex-end;
    align-items: center;
    margin-right: 24px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li {
    margin-right: 16px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li:last-child {
    margin-right: 24px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a {
    font-size: 1.2rem;
    font-weight: 700;
    color: #76A2A8;
    padding: 12px 0 12px 48px;
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a.login {
    background-image: url("../../../assets/img/common/login.svg");
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a.contact {
    background-image: url("../../../img/common/contact.svg");
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .sub_g-nav ul li a:hover {
    opacity: 0.7;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .tell {
    display: block;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .sub_menu .tell img {
    width: auto;
    height: 56px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .l_header__comment__pc {
    margin-right: 100px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .l_header__comment__pc img {
    height: 56px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .l_header__tamao_nakamura__pc {
    position: absolute;
    top: -60px;
    right: 0;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .l_header__tamao_nakamura__pc img {
    width: 100px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .main_g-nav ul li {
    font-weight: 700;
    line-height: 1;
    margin-right: 32px;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .main_g-nav ul li:last-child {
    margin-right: 0;
  }
  .l_header .l_header__inner .l_header__g-nav__pc .main_g-nav ul li a {
    display: block;
    line-height: 1;
  }
  .l_header .l_header__inner .l_header__g-nav__sp {
    display: none;
  }
  .l_header .l_header__inner .main_g-nav__pc ul {
    justify-content: space-between;
  }
  .l_header .l_header__inner .main_g-nav__pc ul li {
    width: 14.2857142857%;
    text-align: center;
    border-right: 1px dashed #76A2A8;
    font-weight: 700;
    line-height: 1;
  }
  .l_header .l_header__inner .main_g-nav__pc ul li:first-child {
    border-left: 1px dashed #76A2A8;
  }
  .l_header .l_header__inner .main_g-nav__pc ul li a:hover {
    color: #76A2A8;
  }
  .l_header .l_header__contact__sp {
    display: none;
  }
}
@media screen and (max-width: 1070px) {
  .l_header {
    position: sticky;
    z-index: 9999;
    top: 0;
    background-color: white;
  }
  .l_header .l_header__inner {
    width: 96%;
    margin-left: auto;
  }
  .l_header .l_header__inner .inner_wrapp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
  }
  .l_header .l_header__inner .inner_wrapp .l_header__logo a {
    display: block;
  }
  .l_header .l_header__inner .inner_wrapp .l_header__logo a img {
    width: auto;
    height: 20.5vw;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    display: flex;
    visibility: hidden;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s ease;
    opacity: 0;
    background-color: #76A2A8;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show {
    visibility: visible;
    opacity: 1;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show ul {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    padding: 0;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show ul li {
    font-size: 2rem;
    display: block;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show ul li:not(:last-child) {
    margin-bottom: 20px;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show ul li a {
    color: #fff;
  }
  .l_header .l_header__inner .inner_wrapp .main_g-nav__sp.show ul li .current {
    opacity: 0.7;
  }
  .l_header .l_header__inner .inner_wrapp .btnMenu {
    width: 20.5vw;
    height: 20.5vw;
    padding: 4.1vw 6.15vw;
    z-index: 9999;
    text-align: center;
    border: none;
    outline: none;
    background-color: #F7F5F2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .l_header .l_header__inner .inner_wrapp .btnMenu .btnMenu-line {
    position: relative;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    transition: all 0.4s;
    border-radius: 4px;
    background-color: #2C4F54;
  }
  .l_header .l_header__inner .inner_wrapp .btnMenu .btnMenu-line::before, .l_header .l_header__inner .inner_wrapp .btnMenu .btnMenu-line::after {
    position: absolute;
    display: inherit;
    width: inherit;
    height: inherit;
    content: "";
    transition: inherit;
    border-radius: inherit;
    background-color: inherit;
  }
  .l_header .l_header__inner .inner_wrapp .btnMenu .btnMenu-line::before {
    top: -8px;
  }
  .l_header .l_header__inner .inner_wrapp .btnMenu .btnMenu-line::after {
    top: 8px;
  }
  .l_header .l_header__inner .inner_wrapp .active .btnMenu-line {
    background-color: transparent;
  }
  .l_header .l_header__inner .inner_wrapp .active .btnMenu-line::before, .l_header .l_header__inner .inner_wrapp .active .btnMenu-line::after {
    top: 0;
    background-color: #76A2A8;
  }
  .l_header .l_header__inner .inner_wrapp .active .btnMenu-line::before {
    transform: rotate(45deg);
  }
  .l_header .l_header__inner .inner_wrapp .active .btnMenu-line::after {
    transform: rotate(-45deg);
  }
  .l_header .l_header__inner .inner_wrapp .l_header__g-nav__pc {
    display: none;
  }
  .l_header .l_header__inner .main_g-nav__pc {
    display: none;
  }
  .l_header .l_header__contact__sp {
    height: 48px;
  }
  .l_header .l_header__contact__sp ul {
    height: 100%;
    display: flex;
  }
  .l_header .l_header__contact__sp ul li {
    width: 50%;
  }
  .l_header .l_header__contact__sp ul li a {
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: white;
  }
  .l_header .l_header__contact__sp ul .contact {
    background-color: #2C4F54;
  }
  .l_header .l_header__contact__sp ul .tel {
    font-weight: 700;
    background-color: #76A2A8;
  }
  .l_footer .l_footer__inner {
    padding: 16.4vw 7.5vw;
  }
  .l_footer .l_footer__inner .l_box {
    margin-bottom: 56px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info {
    margin-bottom: 56px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo {
    margin-bottom: 32px;
    text-align: center;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a {
    display: block;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-logo a img {
    width: 270px;
    height: auto;
  }
  .l_footer .l_footer__inner .l_box .l_footer__company-info .l_footer__company-text {
    text-align: center;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav {
    margin-bottom: 32px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul {
    border-radius: 6px;
    overflow: hidden;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li {
    border-bottom: 1px solid #E3E3E3;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li a {
    display: block;
    padding: 16px;
    background-color: #151515;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .main_nav ul li:last-child {
    border-bottom: none;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu {
    margin-bottom: 32px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu ul li {
    margin-bottom: 0;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu ul li .group-top {
    border-radius: 6px;
    padding: 16px;
    background-color: #151515;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu ul li ul li {
    border-bottom: 1px solid #E3E3E3;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu ul li ul li a {
    display: block;
    padding: 16px;
  }
  .l_footer .l_footer__inner .l_box .l_footer__site-map .sitemap_nav__menu:last-child {
    margin-bottom: 0;
  }
  .l_footer .l_footer__inner .l_footer__bottom {
    padding-bottom: 60px;
  }
  .l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav {
    margin-bottom: 16px;
  }
  .l_footer .l_footer__inner .l_footer__bottom .l_footer__s-nav ul li a {
    font-size: 1.2rem;
  }
}
/* 20250422 reCAPTCHA非表示 */
.grecaptcha-badge {
  visibility: hidden;
}

/* 20250909 SP時固定フッター追加 */
.footer-sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .l_footer {
    padding-bottom: 40px;
  }
  .footer-sp-only {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    display: flex;
    justify-content: space-around;
    background-color: rgba(118, 162, 168,0.8);
    position: fixed;
    bottom: 0;
    left: 0; 
    z-index: 9999;
    padding: 10px;
  }
  .footer-sp-only a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    border-radius: 8px;
  }
  .footer-sp-only .footerbtn_tel {
    width: 60%;
    background-color: #2C4F54;
    color: #fff;
  }
  .footer-sp-only .footerbtn_reserve {
    width: 35%;
    line-height: 1.2;
    background-color: #fff;
    color: #76A2A8;
  }
  .footer-sp-only .footerbtn_tel_text {
    margin: 0;
    line-height: 1.2;
    font-size: 15px;
  }
  .footer-sp-only .footerbtn_tel_subtext {
    font-size: 12px;
    font-weight: bold;
  }
  .footer-sp-only .fa-phone::before {
    margin-right: 7px;
  }
  .footer-sp-only .fa-house-chimney::before {
    margin-right: 7px;
  }
  /* TOPのみ他ページと若干構成が違うので以下CSSを指定 */
  .footer-sp-only,
  .footer-sp-only a,
  .footer-sp-only a * {
    line-height: 1.15;
  }
  .footer-sp-only i {
    line-height: 15px;
  }
  /* ここまで */
}

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