@charset "UTF-8";
/*-----------------------------------
  Contact お気軽にご相談ください
-----------------------------------*/
.btn_both{
	max-width: 1000px;
    margin: 0 auto;
    display: flex;
	 gap: 20px;
}

.btn_left,
.btn_right{
	flex: 1;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	min-height: 200px;
	 display: flex;
  flex-direction: column;
  gap: .4rem;
    padding: 20px 0 30px;
}
.btn_left h3,
.btn_right h3{
	font-size: 2.5rem;
}
.btn_left p{
    width: 70%;
    margin: 5px auto;
    font-weight: bold;
    box-sizing: border-box;
}
.btn_left p a, .btn_right p a{
    color: #fff;
    display: block;
    padding: 10px;
}
.btn_left .btn1{
    background: #ff162c;
    font-size: 2.5rem;
    border-radius: 5px;
}
.btn_left .btn2{
    background: #f66600;
    font-size: 2rem;
    border-radius: 5px;
}
.btn_left .btn1:hover{
    background: #e50000;
}
.btn_left .btn2:hover{
    background: #cc4b00;
}
.btn_right p{
    font-size: 1.5rem;
}
.btn_right .btn3{
    width: 70%;
    margin: 20px auto 0;
    font-weight: bold;
    box-sizing: border-box;
    background: #10833b;
    font-size: 2rem;
    border-radius: 5px;
    position: relative;
}
.btn_right .btn3:hover{
    background: #00632e;
}
.btn_right .btn3::after{
    content: '\f061';
    color: #fff;
    font-size: 2.5rem;
    position: absolute;
    right: 10px;
    top: 7px;
    font-family: 'Font Awesome 6 Free';
    font-weight: 900;
}
.btn_both i{
	color:#fff;
	font-size: 2.5rem;
	margin-right: 10px;
}

.btn_both .btn_right p span{
	font-size: 23px;
	font-weight: bold;
}
@media (max-width:767px) {
.btn_both{
	max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
	 gap: 20px;
}
.btn_left,
.btn_right{
	flex: 1;
	text-align: center;
	background-color: rgba(255,255,255,.9);
	 display: flex;
  flex-direction: column;
  gap: .4rem;
    padding: 20px 10px;
}
.btn_left p{
    width: 90%;
    margin: 5px auto;
    font-weight: bold;
    box-sizing: border-box;
}
.btn_right .btn3 {
    width: 90%;
}
}



/*-----------------------------------
  フッター
-----------------------------------*/

/* フッター全体のスタイル */
footer {
  color: #fff;
  font-size: 1.4rem;
}
/* 会社情報＋ナビゲーションエリア */
.bg_light-blue{
	background-color: #10833b;
}
.footer_contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 40px 5%;
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width:767px) {
  .footer_contact {
    display: block;
  }
}
/* 会社情報 */
.footer_info {
  margin-bottom: 20px;
}
@media (max-width:767px) {
  .footer_info {
    /*max-width: 530px;*/
    margin: 0 auto 20px;
  }
}

.footer_info h3 {
  font-size: 2.8rem;
  margin-bottom: 10px;
}
@media (max-width:767px) {
.footer_info h3 {
  font-size: 2.5rem;
}
}

.ft_tel{
    font-size: 3rem;
    font-weight: bold;
}
/* ナビゲーション全体 */
.footer_nav {
  display: flex;
  flex: 2;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin: 50px 0 0 30px;
}
@media (max-width:767px) {
  .footer_nav {
    display: none;
  }
    .ft_tel{
        text-align: center;
    }
}

/* 各カラムのリスト */
.footer_nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
  letter-spacing: .05em;
}

.footer_nav-list li {
  margin-bottom: 5px;
}

/* 各リンクの装飾 */
.footer_nav-list li a {
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-left: 12px;
}



/* 三角形アイコン（左側） */
.footer_nav-list li a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #ffffff;
}


.footer_fixed {
  z-index: 100;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, .25);
  /*background: linear-gradient(90deg, rgb(55, 155, 205) 0%, rgb(36 88 153) 100%);*/
	background-color: #0d4394;
	opacity: 0.8;
  
}
.footer_fixed-btn {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer_fixed-btn:first-child {
  border-right: 1px solid #fff;
}

.footer_fixed-btn i {
    color: #245899;
    background: #fff;
    border-radius: 50%;
    height: 2.5rem;
    width: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer_fixed-btn i::before {
    speak: never;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    font-size: 1.5rem;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


.footer_fixed-btn .fa-envelope {
  margin-top: 3px;
}

.footer_fixed-btn__text {
  font-size: 17px;
  font-weight: bold;
  color: #fff;
}



/*-----------------------------------
  コピーライト
-----------------------------------*/
.footer_copyright {
 color: #fff;
 background-color: #10833b;
 /*min-width: 1000px;*/
 line-height: 1.4;
 text-align: center;
 font-size: 1.1rem;
 padding: 2em 2.2em;
}
@media (max-width:767px) {
 .footer_copyright {
  padding: 14px 4px 76px;
  text-align: center;
  font-size: 11px;
  min-width: 100% !important;
 }
}
@media screen and (max-width:320px) {
 .footer_copyright {
  padding: 8px 4px 81px;
  font-size: 10px;
 }
}