@charset "UTF-8";

#service .honbun_area {
  margin-top: 65px;
  position: relative;
  margin-bottom: 110px;
}
#service .honbun_area .text_box {
  width: 40%;
  position: relative;
  top: 0;
  left: 0;
  z-index: 2;
  margin-bottom: 25%;
}
#service #system_area .honbun_area .text_box {
  margin-bottom: 29%;
}
#service .honbun_area .text_box p {
  background: #f9f9f9;
  padding: 30px 20px;
  width: 100%;
  font-size: 12px;
}
#service .honbun_area .img_box {
  width: 80%;
  position: absolute;
  right: 0;
  top: 40px;
}
#service .link_box {
  text-align: right;
  position: relative;
  transform: translate(-5%, 0);
  opacity: 0;
  transition: all 0.75s ease;
}
#service .link_box.active {
  transform: translate(0, 0);
  opacity: 1;
}
#service .link_box a {
  display: inline-block;
  position: relative;
  font-size: 21px;
  color: #0e243d;
  padding: 20px 0 20px 150px;
  text-decoration: none;
  padding-right: 20px;
}
#service .link_box a::before,
#service .link_box a::after {
  right: 0px;
  top: 4px;
  bottom: 0;
  width: 7px;
  height: 7px;
  border-top: 2px solid #0e243d;
  border-right: 2px solid #0e243d;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin: auto;
  content: "";
  transition: all 0.35s ease;
}
#service .link_box a::after {
  right: 6px;
}
#service .link_box a:hover::before {
  right: -6px;
}
#service .link_box a:hover::after {
  right: 0px;
}
#service .link_box::before {
  right: 140px;
  top: 5px;
  bottom: 0;
  width: 100px;
  height: 1px;
  position: absolute;
  margin: auto;
  content: "";
  transition: all 0.35s ease;
  background: #0e243d;
}

#service .article h4 {
  font-size: 20px;
  line-height: initial;
  margin-bottom: 50px;
  text-align: center;
}
#service .article h4 span.main_txt{
  display: inline-block;
  transform: translate(0, 30%);
  opacity: 0;
  transition: all 0.75s ease;
}
#service .article.active h4 span.main_txt{
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .35s;
}
#service .article h4 span.line {
  padding: 0 80px;
  position: relative;
}
#service .article h4 span.line::before,
#service .article h4 span.line::after {
  left: 0;
  top: 5px;
  bottom: 0;
  width: 50px;
  height: 1px;
  position: absolute;
  margin: auto;
  content: "";
  background: #0e243d;
  transform: translate(30%, 0);
  opacity: 0;
  transition: all 0.75s ease;
}
#service .article h4 span.line::after {
  right: 0;
  left: auto;
  transform: translate(-30%, 0);
}
#service .article.active h4 span.line::before,
#service .article.active h4 span.line::after {
transform: translate(0, 0);
opacity: 1;
}
#service .item_box {
  display: flex;
  transform: translate(0, 5%);
  opacity: 0;
  transition: all 0.75s ease;
}
#service .article.active .item_box {
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .7s;
}
#service .item_box .text_box {
  padding: 20px 30px 0;
  box-sizing: border-box;
  flex-basis: 40%;
  font-size: 13px;
  line-height: 2;
  color: #fff;
  background: #0e243d;
}
#service .item_box .text_box h5 {
  font-size: 20px;
  margin-bottom: 10px;
}
#service .item_box .img_box {
  flex-basis: 60%;
}
#service .item_box .img_box img {
  border: 2px solid #0e243d;
}
.line_effect {
  position: relative;
  width: 2px;
  height: 80px;
  display: block;
 overflow: hidden;
 margin: 80px auto;
}
.line_effect::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 1px;
  height: 80px;
  background-color: #0E243D;
  animation: line 2s infinite;
  box-sizing: border-box; 
}
@keyframes line {
  0% {
    opacity: 0.4;
    transform: translate(0, -100%); }
  40% {
    opacity: 0.8;
    transform: translate(0, 0%); }
  80% {
    opacity: 0;
    transform: translate(0, 100%); }
  100% {
    opacity: 0; }
   }

#contact_area {
  background: #03b6ff;
  padding: 75px 0;
  color: #fff;
  font-size: 16px;
  text-align: center;
}
#contact_area .inner {
  display: flex;
  flex-flow: nowrap;
}
#contact_area .tel_box,
#contact_area .mail_box {
  padding: 40px 90px;
  box-sizing: border-box;
  width: 100%;
  transform: translate(0, 5%);
	opacity: 0;
	transition: all 0.75s ease;
}
#contact_area.active .tel_box,
#contact_area.active .mail_box {
	transform: translate(0, 0);
	opacity: 1;
}
#contact_area.active .mail_box {
	transition-delay: .35s;
}

#contact_area .tel_box{
	border-right: 1px dashed #fff;
}
#contact_area h5{
	font-size: 18px;
	margin-bottom: 25px;
}
#contact_area .tel_number{
font-size: 40px;
line-height: initial;
font-weight: bold;
}
#contact_area .img_box{
	width:100px;
	height:100px;
	margin: 0 auto 50px;
}
#contact_area .img_box img{
	width: auto;
}
#contact_area .mail_box .img_box{
position: relative;
}
#contact_area .mail_box .img_box::before,
#contact_area .mail_box .img_box::after {
  position: absolute;
  top: 0;
  bottom: -40px;
  right: -25px;
  margin: auto;
  content: "";
}
#contact_area .mail_box .img_box::before {
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
	border-radius: 50%;
	background: #0E243D;
}

#contact_area .mail_box .img_box::after {
	right: -4px;
	top: 1px;
	width: 7px;
	height: 7px;
	border-top: 3px solid #fff;
	border-right: 3px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#contact_area .contact_btn{
	display: inline-block;
    color: #fff;
    background: #0E243D;
    font-size: 24px;
    padding: 20px 70px;
    border-radius: 50px;
		margin-bottom: 20px;
		text-decoration: none;
    -webkit-transition: all 0.35s ease-out;
		transition: all 0.35s;
		position: relative;
}
#contact_area .contact_btn:hover{
	background: #ff6969;
}
