@charset "utf-8";


/* モバイルレイアウト : 480 px およびそれ以下. */

.footer_back {
    background-color: rgba(32, 52, 139, 0.1);
    padding-top:20px ;
    color: #3b3b3b;
}

address {
	font-style: normal;
}

.footer_address_div {
	padding: 40px 0 38px;
}

.footer_address_div_img {
margin-bottom: 30px;
text-align: center;
}

.footer_address_div_img img {
	width: 50px;
}

.footer_address_div_address {
	margin-top: 10px;
    font-weight: 700;
    font-size: 1.5rem;
    line-height: 1.75;
}

.address_title_span {
	display: block;
}

.footer_contact_box_flex {
	text-align: center;
}

.footer_contact_box_flex_dl {
	border-radius: 5px;
		padding: 30px 8.7vw ;
		margin-top: 40px;
	margin-bottom: 20px;
	background-color: #fff;
}

.footer_contact_box_flex_dd_2 {
	margin-top: 10px;
	margin-bottom: 20px;
}

.footer_contact_box_flex_dl:last-child {
	margin-bottom: 0;
	padding-bottom: 50px;
}

.footer_contact_box_flex_dt {
	font-size: 1.7rem;
	font-weight: 600;
	display: block;
	position: relative;
  margin: 0 0 60px;
}


.footer_contact_box_flex_dt::after {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -50px;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 150px;
    height: 23px;
		padding: 5px;
    border-radius: 30px;
    font-size: 1.2rem;
		letter-spacing: .25rem;
}

.footer_tel::after {
  background-color: #0B3266;
	    content: "電話番号";
      color: #fff;
}

.foote_line::after  {
  background-color: #0B3266;
	content: "問い合わせフォーム";
  color: #fff;
}

.footer_contact_box_flex_dd {
	font-size: 3.3rem;
}
.line_id_p {
  margin-bottom: 20px;
}

.button_solid012 a {
    background:  rgba(32, 52, 139, 0.2);;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    max-width: 240px;
    padding: 10px 25px;
    color: #003067;
    transition: 0.3s ease-in-out;
    font-weight: 600;
    border: 2px solid #20348b;
    z-index: 1;
    border-radius: 5px;
}

.button_solid012 a i {
    position: absolute;
    right: 9px;
}
.button_solid012 a:hover {
    transform: translate3d(0,0.2rem,-1rem);
}
.button_solid012 a:hover:after {
    transform: translate3d(0,0.2rem,-1rem);
    box-shadow: 0 0.2rem 0 0 rgb(0 0 0 / 20%);
}

.line_btn a {
    background:  rgba(32, 52, 139, 0.2);
}


.footer_nav {
    margin: 30px 0;
}

.footer_nav_li {
    list-style: none;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    border-top: #C8CEE4 1px solid;
    position: relative;
}

.footer_nav_li:last-child {
  border-bottom: #C8CEE4 1px solid;
}

.footer_nav_li_a {
    display: block;
    padding: 19px 14px 19px 5px;
    font-size: 15px;
    color: #3b3b3b;
    position: relative;
}

.footer_nav_li_a::after {
    position: absolute;
    width: 10px;
  height: 7.5px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  content: '';
  display: inline-block;
  background-image: url(../img/icon/link_icon_b.png);
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.footer_nav_recruitment_ul {
    padding: 0 0 14px 5px;
}

.footer_nav_recruitment_li {
  display: flex;
  align-items: center;
  padding: 5px 0 5px 0;
  color: #6E6C6C;
}

.footer_nav_recruitment_li::before {
    border-top: 3px solid black;
    content: "";
   width: 10px; 
   margin-right: 5px;
}

.footer_nav_recruitment_li_a {
  color: #585757;
}

.footer_tokutei_logo_div {
  background-color: #fff;
  padding: 0 7vw 30px;
}

.tokutei_logo_img_div {
  text-align: center;
}

.tokutei_logo_img {
  width: 200px;
  height: auto;
}

.tokutei_logo_img_div_p {
  font-size: 14px;
  margin-bottom: 10px;
  line-height: 24px;
}

.p_13px {
  font-size: 13px;
  margin-bottom: 5px;
 -webkit-font-feature-settings: "palt";
-moz-font-feature-settings: "palt";
font-feature-settings: "palt";
}
.text_decoration_a {
  text-decoration: underline;
   text-decoration-color: #20348b;
   color: #20348b;
}

.footer_last_div {
    text-align: center;
    background-color: #0B3266;
    padding: 15px 0;
}

.footer_last_div_a {
    display: block;
    color: #ffffff;
    margin-bottom: 5px;
    font-size: 14px;
}

.g_map_iframe {
    width: 100%;
    height: 460px;
}


/* タブレットレイアウト */

@media only screen and (min-width: 760px) {

  .footer_address_div {
	display: flex;
	 align-items: flex-end; 
	padding: 40px 0;
}

.footer_address_div_img {
    margin-bottom: 0;
		margin-right: 40px;
}

.footer_address_div_address:first-child {
	margin-top: 0;
}

.footer_address_div_address:nth-child(2)  {
  	margin-right: 20px;
}

.footer_address_div_address:last-child {
	margin-right: 0;
	border-left: 2px solid rgba(51,51,51,0.1);
	padding-left: 30px;
}

.footer_contact_box_flex {
	display: flex;
   justify-content: center; 
	background-color: inherit;
	box-shadow: none;
	padding: 10px 0;
	margin-top: 20px;
}

.footer_contact_box_flex_dl {
	flex-basis: 47.5%;
	border-radius: 30px;
	box-sizing: border-box;
    padding: 30px 2.5vw;
    background: #fff;
		margin-bottom: 0;
		margin-top: 0;
    max-width: 330px;
}


.tab_tel_no_none {
	display: none;
}

.tab_footer_tel_anime_div {
	margin-top: 20px;
    height: 110px;
}

.footer_contact_box_flex_dl:last-child {
	margin-left: 5%;
	padding-bottom: 0;
}

.tokutei_logo_p_div {
  max-width: 500px;
  margin: 0 auto;
}

}


/* デスクトップレイアウト */

@media only screen and (min-width: 1024px) {

   .footer_link_box {
    flex-direction: column; 
  }

  .footer_last_flex_div {
    display: flex;
    overflow: hidden;
    padding: 0 7vw;
    justify-content: space-between;
    align-items: center;
  }

.g_map_div {
    flex-basis: 52vw;
    padding: 0 0 0 3vw;
  }

  .pc_flex_base {
    width: 45vw;
    padding: 0;
  }

.footer_address_div_address {
	margin-top: 0;
	margin-right: 30px;
}

.footer_contact_box_flex_dd .font_size_48{
    font-size: 4.8rem;
		display: block;
}

.footer_contact_box_flex_dd_2 {
	font-size: 2rem;
}

.footer_tokutei_logo_div {
  display: flex;
  align-items: center;
  justify-content: center; 
  padding-top: 15px;
}

.tokutei_logo_p_div {
  margin: 0 0 0 10px;
  max-width: 600px;
}

.tokutei_logo_img_div_p {
  font-size: 15px;
}


}
