@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Heebo:wght@100..900&family=M+PLUS+1p:wght@400;500;700;900&family=Montserrat:wght@100..900&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap');
body {
    color: #333;
    font-family: "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 2.0;
	font-feature-settings: "palt";
}
@media print, screen and (min-width: 768px) {
    #main .container {
        max-width: 1200px;
        margin: 0 auto;
        padding-right: 13px;
        padding-left: 13px;
        height: 100%;
    }
}
@media print, screen and (min-width: 768px) {
    #global_footer .function_nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        border-left: 1px solid #fff;
        font-size: 12px;
    }
}
@media print, screen and (min-width: 768px) {
    #global_footer .function_nav li {
        padding-right: 8px;
        padding-left: 8px;
        border-right: 1px solid #fff;
    }
}
@media print, screen and (min-width: 768px) {
    #global_footer .copyright {
        margin-top: 8px;
        font-size: 12px;
        text-align: right;
    }
}
#global_footer .copyright {
    display: block;
}
a:hover {
	text-decoration: none !important;
	color: #c30000;
}
#pagetop a {
    position: absolute;
    right: 10px;
    bottom: 10px;
    display: block;
    z-index: 50;
    opacity: 0;
    -webkit-transition: opacity .25s ease-out;
    -o-transition: opacity .25s ease-out;
    transition: opacity .25s ease-out;
}
@media print, screen and (min-width: 768px) {
    #pagetop a {
        width: 50px;
    }
}
#pagetop a.show {
    opacity: 1;
}
.sp {
  display: none;
}
@media screen and (max-width: 821px) {
  .sp {
    display: block !important;
  }
}

.pc {
  display: block;
}
@media screen and (max-width: 821px) {
  .pc {
    display: none !important;
  }
}
img {
		max-width: 100%;
	 height: auto;
}
.color-red {
	color: #FC4C4C;
}
.heebo {
  font-family: "Heebo", sans-serif;
}
.montserrat {
  font-family: "Montserrat", sans-serif;
}
#main{
	padding-bottom: 0;
}
.main_content {
	background: repeat-x url("/lp/komatta/shared/images/top/main_bg.png")center center / cover;
	padding: 84px 0;
	position: relative;
	overflow: hidden;
}
.main_content .head2_title:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 6px;
	background: linear-gradient(to right,  rgba(255,255,255,1) 0%,rgba(255,255,255,0.1) 100%);

}
.main_content .head2_title h2 {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap:14px;
}
.main_content .head2_title .sub {
	font-size: 18px;
	font-weight: 500;
	letter-spacing: .05em;
	color: #FFF;
	background: #292B35;
	border-radius: 5px;
	padding: 6px 40px;
}
.main_content .head2_title .main {
  font-family: "M PLUS 1p", sans-serif;
	font-size: 67px;
  font-weight: 900;
	line-height: 1.6;
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
	
	
}

.main_content .head2_title .main span {
	font-size: 54px;
}
.main_content .main_lead {
	font-size: 19px;
	font-weight: 600;
	line-height: 2;
	color: #FFF;
	text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.3);
	margin: 32px 0 0;
}
.main_content .main_img {
	width: 100%;
	max-width: 393px;
	position: absolute;
	bottom:0;
	left: calc(50% + 210px);
}
.breadclumb {
		display:flex;
		gap:8px;
		font-size:12px;
	color: #222;
        max-width: 1200px;
        margin: 0 auto;
	padding: 12px 13px 0;
}
.breadclumb a {
		display:flex;
		gap:8px;
	color: #206AD0;
}
.breadclumb a:hover {
	text-decoration: none;
}
.breadclumb a:after {
		content:">";
	color: #969696;
}
.breadclumb a:hover:after {
	color: #969696;
}
#global_nav {
    background-color: #292B35;
    border-bottom: none;
    z-index: 9999;
}
@media screen and (max-width: 1200px) {
    #global_nav {
        background-color: #292B35;
        z-index: 9999;
    }
}
@media only screen and (max-width: 1199px) {
    #global_nav {
        display: none;
        background-color: #292B35;
        overflow: hidden;
        height: 0;
        -webkit-transition: height .3s ease-out;
        -o-transition: height .3s ease-out;
        transition: height .3s ease-out;
    }
}
.l-gnavi {
    position: relative;
    -webkit-box-shadow: 0 1 2px rgba(180, 180, 180, 0.75);
    box-shadow: 0 1 2px rgba(180, 180, 180, 0.75);
    background: #292B35;
}
@media screen and (max-width: 1200px) {
    .l-gnavi {
        position: absolute;
        width: 100%;
    }
}
@media screen and (max-width: 1200px) {
    .l-gnavi-sp-search {
        padding: 20px 4% 10px;
    }
}
@media only screen and (max-width: 1199px) {
    #global_nav .site_search {
        padding: 10px;
        border-bottom:none;
    }
}
.lead_content {
	padding: 60px 0 100px;
	background: repeat-x url("/lp/komatta/shared/images/top/solution_lead_bg.png") left 0 bottom 0 / auto 260px;
}
.head3_leadTitle {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
}
.head3_leadTitle h3 {
	font-size: 30px;
	font-weight: 700;
	letter-spacing: .05em;
}
.lead_content .lead_text {
	margin: 60px 0 0;
	padding: 0 137px;
}
.btn-link-t01 {
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}
.btn-link-t01 a {
	display: flex;
	justify-content: center;
	align-items: center;
	gap:30px;
	background: #CF1A1A;
	border: 1px solid #CF1A1A;
	width:100%;
	max-width: 500px;
	border-radius: 9999px;
	padding: 20px 36px 20px 46px;
	color: #FFF !important;
	line-height: 1.8;
}
.btn-link-t01 a:after {
	content: "";
	width: 28px;
	height: 28px;
	background: no-repeat url("/lp/komatta/shared/images/common/icon_link01.svg")0 0 / contain;
	transition: .3s;
}
.btn-link-t01 a:hover {
	background: #FFF;
	color: #CF1A1A !important;
	text-decoration: none;
}
.btn-link-t01 a:hover:after {
	background: no-repeat url("/lp/komatta/shared/images/common/icon_link01-hover.svg")0 0 / contain;
}
.btn-link-t01 .text {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.btn-link-t01 .text .sub {
	font-weight: 500;
	font-size: 1em !important;
}
.btn-link-t01 .text .main {
	font-size: 20px;
	font-weight: 700;
}


.solution {

}
.solution .intro {
	background: #FEEAEA;
	padding: 80px 0;
}
.solution .intro {
}
.head3_title {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap:10px;
	text-align: center;
}
.head3_title span {
 font-family: "Montserrat", sans-serif;
	font-size: 20px;
	font-weight: 500;
	color: #F63333;
	text-transform: uppercase;
}
.head3_title h3 {
	font-size: 34px;
	font-weight: 700;
	letter-spacing: .05em;
	line-height: 1.7;
}
.solution .intro .anchor {
	padding: 0 48px;
	margin: 40px 0 0;
}
.solution .intro .anchor ul {
	display: flex;
	gap:15px;
}
.solution .intro .anchor ul li {
	width: calc(100% / 3 - 10px);
}
.solution .intro .anchor a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: #222;
	border-radius: 10px;
	color: #FFF;
	border:1px solid #222;
	padding: 16px 16px 16px 22px;
	font-size: 18px;
	font-weight: 700;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
}
.solution .intro .anchor a:hover {
	background: #FFF;
	color: #222;
	text-decoration: none;
}
.solution .intro .anchor a:after {
	content:"";
	width:22px;
	height: 22px;
	background: no-repeat url("/lp/komatta/shared/images/common/icon_anchor01.svg")0 0 / contain;
}
.solution .intro .anchor a:hover:after {
	background: no-repeat url("/lp/komatta/shared/images/common/icon_anchor01-hover.svg")0 0 / contain;
}
.solution .intro .anchor .heebo {
	font-size: 20px;
	font-weight: normal;
}
.solution .intro .anchor .color-red {
	font-size: 20px;
}
.solution .solution_content {
	padding: 92px 0;
	background: url("/lp/komatta/shared/images/common/content_bg01.png")center center / cover;
}
.solution .solution_content .container{
	display: flex;
	gap:150px;
	flex-direction: column;
}
.solution .solution_content .content {
	background: #FFF;
	border-radius: 20px;
	padding: 69px 47px 50px;
	position: relative;
}
.solution .solution_content .content .signboard {
	position: absolute;
	background: #206AD0;
	border-radius: 0px 10px 10px 0px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	padding:16px 30px 16px;
	text-align: right;
	text-transform: uppercase;
	line-height: 1.4;
	top:-42px;
	left:0;
	margin-left: calc(calc(50vw - 50%) * -1);
	padding-left:  calc(50vw - 50%);

}
.solution .solution_content .container + .strength-contents{
	margin-top: 100px;
}
.solution .solution_content .content .signboard span{
	font-size: 14px;
	display: block;
}
.solution .solution_content .content .content_head {
	display: flex;
	flex-direction: row-reverse;
	margin-right: 20px;
	align-items: flex-start;
	border-bottom: 2px  solid #555555;
	margin-bottom: 60px;
}
.solution .solution_content .content .content_head .text_side {
	display: flex;
	flex-direction: column;
	gap:16px;
	flex:1;
}
.solution .solution_content .content .content_head .text_side .head4_title h4 {
	font-size: 40px;
	font-weight: bold;
	line-height: 1.2;
}
.solution .solution_content .content .content_head .text_side .head4_title h4 span{
	font-size: 50px;
	color: #206AD0;
}
.solution .solution_content .content .content_head .text_side .head4_title p{
	font-size: 16px;
	letter-spacing: 0.05em;
}
.solution .solution_content .content .content_head .img_side {
	display: flex;
	
}
.solution .solution_content .content .content_head .img_side img{
	position: relative;
	z-index: 1;
	flex-shrink: 0;
	max-width: 172px;
	height: fit-content;
}
.solution .solution_content .content .content_head .img_side .heebo {
	font-size: 180px;
	position: relative;
	color: rgba(85, 170, 255,.12);
	letter-spacing: -0.05em;
	left:-45px;
	line-height: 1;
	z-index: 0;
}
.solution .solution_content .content .content_body {
}
.solution .solution_content .content .content_body .baloon.col3 {
	display: flex;
	gap:36px;
}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body {
	flex:1;

}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body figure {
	text-align: center;
}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body figure img{
	position: relative;
	left:-13px;
	max-width: 135px;
}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body .text {
	background: rgba(85, 170, 255,.12);
	padding: 30px 35px;
	border-radius: 20px;
	position: relative;
	margin-bottom: 30px;
	font-size: 17px;
	font-weight: 500;
	line-height: 1.8;
	letter-spacing: 0.05em;
}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body .text span{
	color: #C30000;
}

.solution .solution_content .content .content_body .arrow {
	position: relative;
	margin-bottom: 20px;

}
.solution .solution_content .content .content_body .arrow .if {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width:100%;
	background: #fff;
	border: 3px solid #F63333;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
	border-radius: 100vh;


}
.solution .solution_content .content .content_body .arrow .if p{
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 0.05em;
}
.solution .solution_content .content .content_body .arrow .if img{
	position: relative;
	bottom: 18px;
	max-width: 169px;
}
.solution .solution_content .content .content_body .arrow .col3 {
	display: flex;
	gap:36px;

}
.solution .solution_content .content .content_body .arrow .col3 .arrow_body {
	width:100%;
	text-align: center;
}
.solution .solution_content .content .content_body .arrow .col3 .arrow_body  img{
	margin: auto;
	max-width: 72px;
}
.solution .solution_content .content .content_body .link.col3 {
	display: flex;
	gap:36px;
}
.solution .solution_content .content .content_body .link.col3 .link_body{
	height: 100%;
}
.solution .solution_content .content .content_body .link.col3 .link_body a {
	background: #fff;
	border-radius: 20px;
	box-shadow:  0px 3px 10px rgba(0, 0, 0, 0.16);
	display: block;

}

.solution .solution_content .content .content_body .link.col3 .link_body a  figure{
	position: relative;
	top: -53px;
	margin-bottom: -53px;
	margin-top: 53px;
}
.solution .solution_content .content .content_body .link.col3 .link_body  .text {
	padding: 30px 20px 40px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;

}
.solution .solution_content .content .content_body .link.col3 .link_body  .text  span{
	color: #C30000;
	font-size: 22px;
	font-weight: bold;
	display: block;
}
.solution .solution_content .content .content_body .link.col3 .link_body  .detail {
	background:#C30000;
	color: #fff;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 18px;
	font-weight: bold;
	border-radius: 0px 0px 20px 20px;
	gap:12px;
	transition: all .3s ease;

}
.solution .solution_content .content .content_body .link.col3 .link_body a:hover .detail{
	background: #292B35;
}
.solution .solution_content .content_information {
}
.solution .solution_content .content_information .head5_title {
}
.solution .solution_content .content_information .bottom_banner {
}
.content#ict .signboard{
background:#9B24B7;
}
.content#ict .content_head .text_side .head4_title h4 span{
	color: #9B24B7;
}
.content#ict .content_head .img_side .heebo{
	    color: rgba(205, 137, 235, .12);
}
.content#ict .content_body .baloon.col3 .baloon_body .text{
	    background: rgba(205, 137, 235, .12);
}
.content#ict .content_body .baloon.col3 .baloon_body .text::after{
	content: url(../images/top/baloon-arrow-ict.svg);
}

.content#sec .signboard{
background:#008076;
}
.content#sec .content_head .text_side .head4_title h4 span{
	color: #008076;
}
.content#sec .content_head .img_side .heebo{
	    color: rgba(0, 128, 118, .14);
}
.content#sec .content_body .baloon.col3 .baloon_body .text{
	    background: rgba(63, 208, 174,.12)
}
.content#sec .content_body .baloon.col3 .baloon_body .text::after{
	content: url(../images/top/baloon-arrow-sec.svg);
}
.solution .solution_content .content .content_body .baloon.col3 .baloon_body .text::after {
	content:url("../images/top/baloon-arrow.svg");
	position: absolute;
	width: 34px;
	height: 28px;
	bottom: -28px;
	left:50%;
	transform: translateX(-50%);
}
.bn-btn {
  max-width: 576px;
  margin: 0 auto;
}
.bn-btn:not(:last-child) {
  margin-bottom: 140px;
}
@media screen and (max-width: 480px) {
  .bn-btn {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.bn-btn a {
  display: flex;
  align-items: center;
  color: #fff;
  background: #C30000;
  border: 2px solid #C30000;
  border-radius: 100vh;
  padding: 30px 50px;
  height: 100px;
  position: relative;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 480px) {
  .bn-btn a {
    padding-bottom: 83px;
    border-radius: 30px;
    height: auto;
  }
}
.bn-btn a .arrow {
  background: #fff;
  border-radius: 100vh;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 36px;
}
@media screen and (max-width: 480px) {
  .bn-btn a .arrow {
    top: 50%;
    transform: translateY(-50%);
  }
}
.bn-btn a .arrow svg {
  position: relative;
  right: -2px;
}
.bn-btn a img {
  position: absolute;
  bottom: -2px;
  right: 55px;
  max-width: 178px;
}
@media screen and (max-width: 480px) {
  .bn-btn a img {
    right: 50%;
    transform: translateX(calc(50% - 12px));
  }
}
.bn-btn a span.text {
  font-weight: 500;
}
.bn-btn a span.text span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.bn-btn a:hover {
  background: #fff;
  color: #C30000;
}
.bn-btn a:hover .arrow {
  background: #C30000;
}
.bn-btn a:hover .arrow svg path {
  stroke: #fff;
}

.strength-contents .container {
  background: #FEEAEA;
  border-radius: 30px;
  max-width: 1280px;
  padding: 60px;
  gap:0 !important;
}
@media screen and (max-width: 821px) {
  .strength-contents .container {
    padding: 50px 20px;
  }
}
.strength-contents .container .head3_title {
  margin-bottom: 50px;
  gap: 20px;
}
.strength-contents .container .head3_title span {
  font-size: 24px;
  font-weight: 500;
  text-transform: uppercase;
}
.strength-contents .container .head3_title h3 {
  font-size: 18px;
  font-weight: 600;
}
.strength-contents .container .strength-contents-bns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 821px) {
  .strength-contents .container .strength-contents-bns {
    flex-direction: column;
    gap: 20px;
  }
}
.strength-contents .container .strength-contents-bns li a img {
  transition: all 0.3s ease;
}
@media screen and (min-width: 821px) {
  .strength-contents .container .strength-contents-bns li a img {
    max-width: 428px;
  }
}
.strength-contents .container .strength-contents-bns li a:hover img {
  opacity: 0.9;
}
.strength-contents .container .strength-contents-bns li a::after {
  display: none;
}

.ft-contact {
  background: url("../images/about/ft-contact-bg.png") repeat-x bottom center/auto 345px;
}
.ft-contact .container {
  display: flex;
  padding-top: 50px;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 821px) {
  .ft-contact .container {
    flex-direction: column;
    padding: 60px 0 0;
    gap: 30px;
  }
}
@media screen and (max-width: 480px) {
  .ft-contact .container {
    gap: 0;
  }
}
.ft-contact .container .ft-contact-text {
  display: flex;
  flex-direction: column;
}
.ft-contact .container .ft-contact-text .head3_title span {
  font-size: 24px;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}
.ft-contact .container .ft-contact-text h3 {
  font-size: 27px;
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  .ft-contact .container .ft-contact-text h3 {
    font-size: 16px;
    font-weight: 600;
  }
}
.ft-contact .container .btn-link-t01 .text .main {
  position: relative;
}
/* .ft-contact .container .btn-link-t01 .text .main::before {
  content: url("../images/about/icon-mail.svg");
  width: 25px;
  height: 20px;
  padding-right: 16px;
  position: relative;
  top: 2px;
} */

.rightfix {
  position: fixed;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 178px;
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.1);
  padding: 0 10px 10px;
  z-index: 9999;
}
@media screen and (max-width: 480px) {
  .rightfix {
    display: none;
  }
}
.rightfix .rf-inner {
  position: relative;
  text-align: center;
}
.rightfix .rf-inner .close {
  position: absolute;
  right: -10px;
  top: -9px;
  width: 26px;
  height: 26px;
}
.rightfix .rf-inner .title {
  margin-top: -10px;
}
.rightfix .rf-inner .rightfix_btn{
	display: block;
}
.rightfix .rf-inner .rightfix_btn ul {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.rightfix .rf-inner .rightfix_btn ul li a {
  background: #C30000;
  border: 1px solid #fff;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.2);
  border-radius: 100vh;
  display: block;
  text-align: center;
  width: 100%;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  position: relative;
  line-height: 1.4;
  padding: 5px 14px;
}
.rightfix .rf-inner .rightfix_btn ul li a span {
  font-size: 14px;
  font-weight: bold;
  display: inline-block;
}
.rightfix .rf-inner .rightfix_btn ul li a span::after{
	display: none;
}
.rightfix .rf-inner .rightfix_btn ul li a::after {
  content: "";
  display: block;
  width: 4px;
  height: 8px;
  -webkit-mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.414%22%20height%3D%2210.828%22%20viewBox%3D%220%200%206.414%2010.828%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51000%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051000%22%20transform%3D%22translate(1.414%201.414)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25858%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025858%22%20d%3D%22M0%2C0%2C4%2C4%2C0%2C8%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
          mask-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%226.414%22%20height%3D%2210.828%22%20viewBox%3D%220%200%206.414%2010.828%22%3E%0A%20%20%3Cg%20id%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97_51000%22%20data-name%3D%22%E3%82%B0%E3%83%AB%E3%83%BC%E3%83%97%2051000%22%20transform%3D%22translate(1.414%201.414)%22%3E%0A%20%20%20%20%3Cpath%20id%3D%22%E3%83%91%E3%82%B9_25858%22%20data-name%3D%22%E3%83%91%E3%82%B9%2025858%22%20d%3D%22M0%2C0%2C4%2C4%2C0%2C8%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%20stroke-width%3D%222%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E");
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  background-size: 100% auto;
  background-color: #fff;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  -webkit-mask-position: center right;
          mask-position: center right;
}
.rightfix .rf-inner .rightfix_btn ul li a:hover {
  background: #fff;
  color: #C30000;
  border-color: #C30000;
  text-decoration: none;
}
.rightfix .rf-inner .rightfix_btn ul li a:hover::after {
  background: #C30000;
}
@media screen and (max-width: 821px) {
  .ft-contact .container .btn-link-t01 .text .main::before {
    position: absolute;
    left: -41px;
    padding-right: 0;
  }
}
.ft-contact .container .ill {
  max-width: 482px;
}
@media screen and (max-width: 480px) {
  .ft-contact .container .ill {
    margin-right: 45px;
    margin-left: 45px;
    max-width: 100%;
  }
}
@media screen and (max-width: 821px) {
  .ft-contact .container .btn-link-t01 .text {
    align-items: flex-start;
  }
}
@media screen and (max-width: 821px) {
		.main_content{
			padding: 30px 30px 30%;
			min-height: 500px;
			height: auto;
		}
		.main_lead{
			width: 55%;
			padding-bottom: 30px;
		}
		.main_content .main_img{
			left: auto;
			right:0;
		}
		.main_content .head2_title .main{
			text-align: center;
		}
		.main_content .head2_title h2{
			align-items: center;
		}
		.main_content .head2_title .sub{
			width:100%;
			text-align: center;
		}
		.solution .intro .anchor{
			padding:0;
		}
		.solution .intro .anchor ul{
			flex-wrap:wrap;
		}
		.solution .intro .anchor ul li{
			    width: 100%;
		}
		.solution .solution_content .content .signboard{
			padding-left: calc(100vw - 100%);
				width: 100%;
		}
		.solution .solution_content .content .content_head{
			flex-direction: column;
		}
		.solution .solution_content .content .content_head .img_side{
			justify-content: space-between;
			align-content: center;
			width:100%;
		}
		.solution .solution_content .content .content_body .baloon.col3{
			flex-direction: column;
			gap:20px;
		}
		.solution .solution_content .content .content_body .arrow .col3 .arrow_body:nth-child(n+2){
			display: none;
		}
		.solution .solution_content .content .content_body .arrow .if{
			flex-direction: column;
			height: auto;
			padding: 20px;
			    transform: translateY(calc(-50% - 30px));
		}
		.solution .solution_content .content .content_body .arrow .if img{
			bottom: -100%;
			right:-12px;
			position: absolute;
			        max-width: 169px;
		}
		.solution .solution_content .content .content_body .arrow .if p{
			text-align: center;
			font-size: 18px;
			text-align: center;
			line-height: 1.4;
		}
		.arrow_body img{
			margin: auto;

		}
		.solution .solution_content .content .content_body .link.col3{
			flex-direction: column;
			gap:35px;
		}
		.solution .solution_content .content .content_head .text_side .head4_title h4{
			font-size: 30px;
			line-height: 1.6;
		}
		.solution .solution_content .content .content_head .text_side .head4_title h4 span{
			font-size: 40px;
		}
		.ft-contact .container .ft-contact-text{
			width:100%;
		}
		.intro .head3_title h3{
			font-size:30px;
		}
		.main_content .main_img{
			width:45%;
		}
		.head3_leadTitle h3{
			font-size: 26px;
		}
		.lead_content .lead_text{
			padding: 0;
		}
		.lead_content .lead_text p{
			padding:0 15px;
			line-height: 2;
		}
		
		    
		
}
@media screen and (max-width:431px) {
	.main_content .head2_title .main{
		font-size: 38px;
	}
	.main_content .head2_title .main span{
		font-size: 30px;
	}
	.main_content{
		padding-bottom: 0;
	}
	.main_content .head2_title .sub{
		font-size: 14px;
	}
	.btn-link-t01 .text .sub{
		font-size: 14px;

	}
	.btn-link-t01 .text .main{
		font-size: 18px;
	}
}

.btn-link-t01 .text .main {
  position: relative;
}
@media screen and (max-width: 480px) {
  .btn-link-t01 .text .main {
    font-size: 18px;
  }
}
.btn-link-t01 .text .main:not(.noicon)::before {
  content: "";
  width: 25px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  left: -41px;
  -webkit-mask-image: url("../images/about/icon-mail.svg");
          mask-image: url("../images/about/icon-mail.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background: #fff;
}
@media screen and (max-width: 821px) {
  .btn-link-t01 .text .main::before {
    position: absolute;
    left: -41px;
    padding-right: 0;
  }
}

@media screen and (max-width: 821px) {
  .btn-link-t01 a {
    max-width: 520px;
  }
}
@media screen and (max-width: 480px) {
  .btn-link-t01 a {
    gap: 20px;
    position: relative;
  }
  .btn-link-t01 a::after {
    position: absolute;
    right: 20px;
  }
}
.btn-link-t01 a:hover .text .main::before {
  background: #C30000;
}

@media screen and (max-width: 480px) {
  .btn-link-t01 .text .sub {
    font-size: 14px;
  }
}

@media screen and (max-width: 821px) {
  .btn-link-t01 .text {
    align-items: flex-start;
  }
}