@charset "UTF-8";
/* ------------------------

common

------------------------ */

.pcOnly {
    display: block !important;
}

.spOnly {
    display: none !important;
}

@media screen and (max-width: 640px) {

    .pcOnly {
        display: none !important;
    }

    .spOnly {
        display: block !important;
    }

}
.headerbarTitle span{
	font-size: .78em;
	}
/* text ----------------------- */
#sections a {
	text-decoration: none;
	}
#sections strong {
	font-weight: bold;
	}
#sections .font-sizeup {
	font-size: 1.14em;
	}
#sections .font-sizedown {
	font-size: .78em;
	}
#sections .text-center {
	text-align: center;
	}
#sections .text-right {
	text-align: right;
	}
#sections .text-indent-1 {
	text-indent: -1em;
	padding-left: 1em;
	}
#sections .text-indent-2 {
	text-indent: -2em;
	padding-left: 2em;
	}
#sections .text-indent-2-5 {
	text-indent: -2.5em;
	padding-left: 2.5em;
	}
#sections .text-indent-3 {
	text-indent: -3em;
	padding-left: 3em;
	}
/* mod_section ----------------------- */
#sections img {
	max-width: 100%;
	height: auto;
	}
/* ex_margin
-----------------------------------------*/ 
#sections .ex_marginB0{
 margin-bottom:0px!important;
}
#sections .ex_marginBS{
 margin-bottom:10px!important;
}
#sections .ex_marginBM{
 margin-bottom:20px!important;
}
#sections .ex_marginBL{
 margin-bottom:30px!important;
}
#sections .ex_marginT0{
 margin-top:0px!important;
}
#sections .ex_marginTSS{
 margin-top:5px!important;
}
#sections .ex_marginTS{
 margin-top:10px!important;
}
#sections .ex_marginTM{
 margin-top:20px!important;
}
#sections .ex_marginTL{
 margin-top:30px!important;
}
#sections .ex_marginTLL{
 margin-top:50px!important;
}
#sections{
font-family: 'Noto Sans JP', 'メイリオ', 'Meiryo', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', Osaka, sans-serif !important;
  font-feature-settings: 'palt';
  letter-spacing: 0.05em;
}

.bluetext{
	color:#465c85;
}

/* ------------------------

.feature_section

------------------------ */
.feature_section .sec{
	line-height: 1.8;
}
/* ------------------------

.ttl_sec_type01

------------------------ */
.ttl_sec_type01 small {
	font-size: 66%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_sec_type01 {
    font-size: 22px;
  }
}

.ttl_sec_type02 {
	font-size: 118%;
	font-weight: bold;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_sec_type02 {
    font-size: 18px;
  }
}

/* ------------------------

.ttl_feature_type01

------------------------ */
.ttl_feature_type01 {
	text-align: center;
	font-weight: bold;
	font-size: 22px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 20px;
}

.ttl_feature_type01 span {
	font-weight: normal;
	font-size: 75%;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .ttl_feature_type01 {
    font-size: 22px;
  }
}

/* ------------------------

.text_center_left

------------------------ */
.text_center_left {
	text-align: center;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .text_center_left {
	text-align: left;
  }
}

/* ------------------------

.white_inner

------------------------ */
.white_inner {
	max-width: 1200px;
	background: #FFF;
	margin: 50px auto 0;
	padding: 50px 0
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .white_inner {
	max-width: auto;
	margin: 20px 10px;
	padding: 30px 0
  }
}

/* ------------------------

.feature_lead_block

------------------------ */
.feature_lead_block p{
	font-size: 18px;
	line-height: 1.5;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}
.feature_lead_block ul{
	text-align: center;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .feature_lead_block p {
    font-size: 16px;
	text-align: left;
  }
.feature_lead_block ul{
	text-align: left;
}
}


/* ------------------------

.products_btn

------------------------ */
.products_btn{
	background: #FFF;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	transition: all .4s ease;
}
.products_btn:hover {
	opacity: .7;
}
.products_btn:after {
	content: "";
	position: absolute;
	top: 96%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}

.products_btn:hover:after {
  right: 12px;
}
.products_btn_thum{
    width: 100%;
	overflow:hidden;
}
.products_btn_txt{
	text-align: center;
	color: #000;
	padding: 20px 0;
}

.products_btn_txt .products_btn_logo img{
	width: 240px;
}

.products_btn_txt .products_btn_kinds{
	margin: 10px 0 0;
	font-size: 12px;
}

.products_btn_txt .products_btn_start{
	margin: 10px 0 0;
	font-size: 12px;
	min-height: 40px;
}

@media screen and (max-width: 640px) {
.products_btn{
	display: table;
	position: relative;
	width: 100%;
}
.products_btn:after {
	top: 90%;
}
.products_btn_thum{
	display: table-cell;
	width: 40vw;
	vertical-align: middle;
}
.products_btn_thum img{
	width: 40vw;
}
.products_btn_txt{
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
	text-align: left;
	padding: 0 0 0 20px;
}
.products_btn_txt .products_btn_logo img{
	width: 40vw;
}
.products_btn:hover:after {
    top: 50%;
}
.products_btn_txt .products_btn_start{
	font-size: 2.4vw;
	line-height: 1.2;
	min-height: auto;
}
}
/* ------------------------

.image_btn

------------------------ */
.image_btn{
	background: #FFF;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
	position: relative;
	transition: all .4s ease;
}
.image_btn:hover {
	opacity: .7;
}
.image_btn:after {
	content: "";
	position: absolute;
	top: 96%;
	right: 22px;
	width: 26px;
	height: 5px;
	margin-top: -3px;
	background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
	background-size: 100%;
	transition: all .4s ease;
}

.image_btn:hover:after {
  right: 12px;
}
.image_btn_thum{
    width: 100%;
	overflow:hidden;
}
.image_btn_txt{
	text-align: center;
	color: #000;
	padding: 20px 0;
}

.image_btn_txt .image_btn_sub{
	font-size: 12px;
}
.image_btn_txt .image_btn_ttl{
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.image_btn{
	display: table;
	position: relative;
	width: 100%;
}
.image_btn:after {
	top: 90%;
}
.image_btn_thum{
	display: table-cell;
	width: 30vw;
	vertical-align: middle;
}
.image_btn_thum img{
	width: 30vw;
}
.image_btn_txt{
	display: table-cell;
	vertical-align: middle;
	margin-top: 0;
	text-align: left;
	padding: 0 0 0 20px;
}
.image_btn:hover:after {
    top: 50%;
}
}
/* ------------------------

.feature_article

------------------------ */
.feature_article {
	margin: 20px auto 0;
}

.feature_article+.feature_article {
	margin: 60px auto 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .feature_article {
	margin: 20px auto 40px;
  }
}










/* ------------------------

.btn_sec_type02

------------------------ */
.btn_sec_type02{
  margin: 50px auto 0;
  width: 320px;
}
.btn_sec_type02 a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #333333;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 13px;
  letter-spacing: 1px;
}
.btn_sec_type02 a:hover{
  background-color: #ffffff;
}
.btn_sec_type02 a span{
  position: relative;
}
.btn_sec_type02 a:after{
  content: "";
  position: absolute;
  bottom: 12px;
  right: 12px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_b.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_sec_type02 a:hover:after{
  right: 4px;
}
.btn_sec_type02 a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
.btn_sec_large {
  width: 400px;
}
.btn_sec_type02.btn_sec_type02_white a {
  border:  1px solid #ffffff;
  color: #ffffff;
}
.btn_sec_type02.btn_sec_type02_white a:hover{
  background-color: rgba(0,0,0,.6);
}
.btn_sec_type02.btn_sec_type02_white a:after {
  background: url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
}
.btn_sec_col2 {
  width: 800px;
  margin: 0 auto;
}
.btn_sec_col2:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.btn_sec_col2 .btn_sec_type02{
  float: left;
  width: 360px;
  margin-right: 80px;
}
.btn_sec_col2 .btn_sec_type02:nth-of-type(2n){
  margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .btn_sec_type02 {
    width: 89.555%;
  }
  .btn_width_type01 {
    width: 80%;
  }
  .btn_width_type02 {
    width: 84.507%;
  }
  .btn_sec_type02 a:after{
    right: 6.875%;
  }
  .btn_sec_type02 a:hover:after {
    right: 1.875%;
  }
  .btn_sec_col2 {
    width: 100%;
  }
  .btn_sec_col2 .btn_sec_type02{
    float: none;
    width: 80%;
    margin: 20px auto 0;
  }
  .btn_sec_col2 .btn_sec_type02:nth-of-type(2n){
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .btn_sec_type02 a {
    font-size: 11px;
  }
}

/* ------------------------

.btn_black_type01

------------------------ */
.btn_black_type01 {
  margin: 50px auto 0;
  width: 320px;
}
.btn_black_type01 a{
  position: relative;
  display: block;
  padding: 18px 12px;
  text-decoration: none;
  color: #FFF;
  text-align: center;
  line-height: 1.5;
  transition: all .4s ease;
  font-size: 15px;
  letter-spacing: 1px;
	background: #000;
}
.btn_black_type01 a:hover{
  background-color: #171717;
}
.btn_black_type01 a span{
  position: relative;
}
.btn_black_type01 a:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 22px;
  width: 26px;
  height: 5px;
  margin-top: -3px;
  background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.btn_black_type01 a:hover:after{
  right: 8px;
}
.btn_black_type01 a:hover:before {
  left: 0;
  right: auto;
  width: calc(100% - 1px);
}
.btn_sec_large {
  width: 400px;
}
.btn_black_type01.btn_black_type01_white a {
  border:  1px solid #ffffff;
  color: #ffffff;
}
.btn_black_type01.btn_black_type01_white a:hover{
  background-color: rgba(0,0,0,.6);
}
.btn_black_type01.btn_black_type01_white a:after {
  background: url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
}
.btn_sec_col2 {
  width: 800px;
  margin: 0 auto;
}
.btn_sec_col2:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.btn_sec_col2 .btn_black_type01{
  float: left;
  width: 360px;
  margin-right: 80px;
}
.btn_sec_col2 .btn_black_type01:nth-of-type(2n){
  margin-right: 0;
}

@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .btn_black_type01 {
    width: 89.555%;
  }
  .btn_width_type01 {
    width: 80%;
  }
  .btn_width_type02 {
    width: 84.507%;
  }
  .btn_black_type01 a:after{
    right: 6.875%;
  }
  .btn_black_type01 a:hover:after {
    right: 1.875%;
  }
  .btn_sec_col2 {
    width: 100%;
  }
  .btn_sec_col2 .btn_black_type01{
    float: none;
    width: 80%;
    margin: 20px auto 0;
  }
  .btn_sec_col2 .btn_black_type01:nth-of-type(2n){
    margin-right: auto;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .btn_black_type01 a {
    font-size: 11px;
  }
}
/* consultation */
.contents__consultation {
  background-color: #f0ede4;
  padding: 58px 0 65px;
}
.consultation {
  margin-top: 35px;
  text-align: left;
}
.consultation__1col {
  width: 100%;
  margin-bottom: 40px;
}
.consultation__item a {
  display: flex;
  background-color: #FFFFFF;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
  text-decoration:none;
	color: #000;
	line-height: 1.5;
}
.consultation__item:hover {
  opacity: 0.8;
}
.consultation__item:hover .consultation__img img {
  transform: scale(1.1);
}
.consultation__balloon {
  font-size: 13px;
  font-weight: bold;
  color: #FFFFFF;
  padding: 7px 13px;
  background-color: #791327;
  white-space: nowrap;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 10px;
}
.consultation__balloon__2__block{
    position: absolute;
    bottom: -24px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 20;
}
.consultation__balloon__2 {
  font-size: 13px;
  font-weight: bold;
  color: #BA5D00;
  padding: 4px 13px;
  border: solid 2px #BA5D00;
  background-color: #FFFFFF;
  white-space: nowrap;
  z-index: 1;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15px;
	border-radius: 20px;
}
.consultation__balloon__2::before {
  position: absolute;
  bottom: -8px;
  left: calc(50% - 8px);
  content: "";
  border-right: 8px solid transparent;
  border-bottom: 8px solid #BA5D00;
  border-left: 8px solid transparent;
  transform: rotate(180deg);
}
.consultation__balloon__2::after {
  position: absolute;
  bottom: -5px;
  left: calc(50% - 5px);
  content: "";
  border-right: 5px solid transparent;
  border-bottom: 5px solid #FFF;
  border-left: 5px solid transparent;
  transform: rotate(180deg);
}


.consultation__1col .h4Title {
  font-size: 24px;
	font-weight: bold;
}
.consultation__item .lead {
  font-size: 14px;
	margin-top: 6px;
}
.consultation__1col .consultation__item {
  margin-bottom: 15px;
}
.consultation__1col .consultation__img,
.consultation__1col .consultation__text {
  width: 50%;
}
.consultation__img {
  overflow: hidden;
}
.consultation__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition-duration: 0.3s;
}
.consultation__text {
  flex-direction: column;
  display: flex;
}
.consultation__textInner {
  box-sizing: border-box;
  padding: 25px 30px 30px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
	position: relative;
}
.consultation__wire {
  width: 100%;
  padding: 10px;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  position: relative;
  background-color: #BA5D00;
  text-align: center;
  box-sizing: border-box;
}
.consultation__wire::after {
  content: "";
  display: block;
  width: 24px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #FFFFFF;
  border-right: 2px solid #FFFFFF;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) skew(45deg);
  transform: translateY(-50%) skew(45deg);
  transition: all 0.4s ease;
}

.consultation__2col {
  display: flex;
  justify-content: space-between;
}
.consultation__2col .consultation__item {
  width: calc(50% - 10px);
}
.consultation__2col .consultation__img {
  width: 166px;
}
.consultation__2col .consultation__text {
  width: calc(100% - 166px);
}
.consultation__2col .consultation__textInner {
  padding: 20px;
}
.consultation__2col .consultation__wire {
  font-size: 16px;
  background-color: #1F1F1F;
}
.consultation__2col .consultation__wire span::before {
  width: 26px;
  height: 26px;
}
.consultation__2col .consultation__wire span::after {
  color: #202020;
  font-size: 9px;
}

.consultation__2col .h4Title {
  font-size: 20px;
	font-weight: bold;
}
@media screen and (max-width: 640px) {
.consultation__balloon__2__block{
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	z-index: 20;
}
  .contents__consultation {
    padding: 40px 0 50px;
  }
  .consultation {
    margin: 20px 0 0 0;
  }
  .consultation__1col {
    margin-bottom: 35px;
  }
  .consultation__1col .consultation__item a {
    margin-bottom: 20px;
    flex-direction: column;
  }
  .consultation__1col .consultation__img,
  .consultation__1col .consultation__text {
    width: 100%;
  }
  .consultation__1col .consultation__text {
    position: relative;
    text-align: center;
  }
  .consultation__balloon {
    position: absolute;
    top: -34px;
    left: 0;
  }
  .consultation__1col .h4Title {
    font-size: 16px;
	  	font-weight: bold;
  }
  .consultation__textInner {
    padding: 25px 15px 40px;
    align-items: center;
  }
  .consultation__item .lead {
    font-size: 12px;
  }
  .consultation__wire {
    font-size: 16px;
  }
  .consultation__wire span::before {
    width: 27px;
    height: 27px;
  }
  .consultation__wire span::after {
    font-size: 10px;
    left: 4px;
  }
  .consultation__2col {
    flex-direction: column;
  }
  .consultation__2col .consultation__item {
    width: 100%;
  }
  .consultation__2col .consultation__item + .consultation__item {
    margin-top: 20px;
  }
  .consultation__2col .consultation__img {
    width: 120px;
  }
  .consultation__2col .consultation__textInner {
    align-items: start;
    padding: 17px 20px;
  }
  .consultation__2col .consultation__text {
    width: calc(100% - 120px);
  }
  .consultation__2col .consultation__wire {
    font-size: 14px;
    padding-right: 40px;
  }
  .consultation__2col .consultation__wire span {
    padding-left: 27px;
  }
  .consultation__2col .consultation__wire span::before {
    width: 23px;
    height: 23px;
  }
  .consultation__2col .consultation__wire span::after {
    font-size: 8px;
    left: 2px;
  }
}



/*-------------------------
   two_one_column
-------------------------*/
.two_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.two_one_column .column{
    width: 48%;
}
.two_one_column .column:nth-child(n+3) {
	margin: 2em 0 0;
}
@media screen and (max-width: 640px) {
.two_one_column::after{
    width: 100%;
}
.two_one_column .column{
    width: 100%;
}

.two_one_column .column:nth-child(n+2) {
	margin: 2em 0 0;
}
}

/*-------------------------
   three_one_column
-------------------------*/
.three_one_column{
    display : flex;
    flex-wrap : wrap;
    justify-content:space-between;
}

.three_one_column::after{
    content:"";
    display: block;
    width: 31%;
}

.three_one_column .column{
    width: 31%;
}
.three_one_column .column:nth-child(n+4) {
	margin: 3em 0 0;
}
@media screen and (max-width: 640px) {
.three_one_columnn::after{
    width: 100%;
}
.three_one_column .column{
    width: 100%;
}

.three_one_column .column:nth-child(n+2) {
	margin: 2em 0 0;
}
}


/* ------------------------

.sec_customer_2024

------------------------ */
.sec_customer_2024 .btn_area:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.sec_customer_2024 .btn_area li{
  width: 178px;
  float: left;
  margin-right: 20px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.sec_customer_2024 .btn_area li a{
  padding-left: 15px;
	text-align: center;
}
.sec_customer_2024 .btn_area li:nth-of-type(5n){
  margin-right: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_customer_2024 .btn_area {
    margin-top: 45px;
  }
  .sec_customer_2024 .btn_area li{
    width: 48.35%;
    margin-right: 0;
    margin-top: 20px;
    font-size: 14px;
  }
  .sec_customer_2024 .btn_area li:nth-of-type(2n){
    float: right;
  }
  .sec_customer_2024 .btn_area li:nth-of-type(-n+2){
    margin-top: 0;
  }
  .sec_customer_2024 .btn_sec_type02 {
    margin-top: 0;
  }
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .sec_customer_2024 .btn_area li{
    font-size: 11px;
  }
}

/* ------------------------

.sec_business_customer_2024

------------------------ */
.sec_business_customer_2024 .btn_area:after{
  content:"";
  display:block;
  clear:both;
  height:0;
  overflow:hidden;
}
.sec_business_customer_2024 .btn_area li{
  width: 226px;
  float: left;
  margin-right: 22px;
	box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.15);
}
.sec_business_customer_2024 .btn_area li a{
  display: flex;
  align-items: center;
  height: 64px;
  padding: 0 0 0 15px;
  background-color: #ffffff;
  text-align: center;
  line-height: 1.5;
	text-align: center;
  justify-content: center;
}
.sec_business_customer_2024 .btn_area li:nth-of-type(4n){
  margin-right: 0;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_business_customer_2024 .btn_area {
    margin-top: 45px;
  }
  .sec_business_customer_2024 .btn_area li{
    width: 48.35%;
    margin-right: 0;
    font-size: 14px;
  }
  .sec_business_customer_2024 .btn_area li.btn_sec_type02{
    margin-top: 20px;
  }
  .sec_business_customer_2024 .btn_area li:nth-of-type(-n+2){
    margin-top: 0;
  }
  .sec_business_customer_2024 .btn_area li:nth-of-type(2n){
    float: right;
  }
  
}
@media only screen and (max-device-width: 1280px) and (max-width: 320px){
  .sec_business_customer_2024 .btn_area li{
    font-size: 11px;
  }
}

/* ------------------------

.sec_contact_us_2024

------------------------ */
.sec_contact_us_2024 {
  padding: 20px 0 20px;
}
.sec_contact_us_2024 .contact_us_box {
  width: auto;
  margin: 0 auto;
	background: #FFF;
}
.sec_contact_us_2024 .contact_us_box a{
  position: relative;
  display: block;
  padding: 20px 0 20px;
  border: 1px solid #999999;
  text-decoration: none;
	background: #000;
  color: #FFF;
  text-align: center;
	font-size: 18px;
}

.sec_contact_us_2024 .contact_us_box a i{
	padding-right: 10px;
	vertical-align: middle;
}
.sec_contact_us_2024 .contact_us_box a:after{
  content: "";
  position: absolute;
  bottom: 14px;
  right: 16px;
  width: 26px;
  height: 5px;
  background : url(/common/sumai2020/img/icon_arrow02_w.png) no-repeat center bottom;
  background-size: 100%;
  transition: all .4s ease;
}
.sec_contact_us_2024 .contact_us_box a:hover:after {
  right: 6px;
}

.contact_us_box_inner {
  width: 700px;
	padding: 20px 0;
	margin: 0 auto;
    display : flex;
    flex-wrap : wrap;
	align-items: center;
	justify-content: center;
}

.contact_us_box_inner .contact_us_box_inner_text{
    width: 50%;
}

.contact_us_box_inner .contact_us_box_inner_btn{
    width: 50%;
}
.sec_contact_us_2024 .contact_us_ttl {
  font-size: 20px;
  font-weight: bold;
}
.sec_contact_us_2024 .contact_us_txt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
@media only screen and (max-device-width: 1280px) and (max-width: 640px){
  .sec_contact_us_2024 {
    padding-bottom: 60px;
    border-bottom: solid 1px #CCC;
  }
  .sec_contact_us_2024 .contact_us_box {
    width: auto;
	  text-align: center;
  }
  .sec_contact_us_2024 .contact_us_box a:after {
    top: auto;
    bottom: 21px;
    right: 11px;
    margin-top: 0;
  }
.contact_us_box_inner {
  width: auto;
padding: 20px;
}
.contact_us_box_inner .contact_us_box_inner_text{
    width: 100%;
    margin: 0 0 1rem;
}

.contact_us_box_inner .contact_us_box_inner_btn{
    width: 100%;
}
}