@charset "UTF-8";

/*--------------------------------------
　MV
---------------------------------------*/
.mv_top {
  width: 100%;
  min-width: 1200px;
  margin: 0 0 80px;
  padding: 0 60px;
	position: relative;
}

.mv_top .mv_inner {
  width: 100%;
}
.mv_top .movie_block video {
	border-radius: 20px;
}


.mv_top .mv_ttlWrap {
  position: absolute;
  bottom: -80px;
  left: 0;
  max-width: 410px;
  padding: 50px 50px 50px;
  border-radius: 0 20px 20px 0;
}
.mv_top .mv_ttl {
  font-size: 32px;
}
.mv_top .mv_ttl .small {
  font-size: 18px;
}
.mv_top .mv_ttl .large {
  font-size: 40px;
}

.link_schedule {
  position: absolute;
  bottom: -30px;
  right: 30px;
  width: 164px;
  height: 164px;
}
.link_schedule a {
  background: #604230;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border-radius: 50%;
  text-align: center;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
}
.link_schedule a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: calc(100% - 16px);
  height: calc(100% - 16px);
  box-sizing: border-box;
  border-radius: 50%;
  border: 2px dashed #fff;
}
.link_schedule .link_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 100%;
  font-size: 20px;
  line-height: 1.5;
}
.link_schedule .link_txt::before {
  content: "";
  display: block;
  background: url("../img/icon_calendar.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: 0 auto 5px;
  box-sizing: border-box;
}
.link_schedule .link_txt::after {
  content: "";
  display: block;
  background: url("../img/arrow02.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  margin: 5px auto 0;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .mv_top {
    min-width: 100%;
    margin: 60px 0 100px;
    padding: 0 20px;
  }

  .mv_top .mv_inner {
    width: 100%;
    border-radius: 14px;
  }
	.mv_top .movie_block video {
   border-radius: 14px;
  }

  .mv_top .mv_ttlWrap {
    bottom: -100px;
    left: 0;
    max-width: 70%;
    padding: 15px 15px 15px;
    border-radius: 0 14px 14px 0;
  }
  .mv_top .mv_ttl {
    font-size: 20px;
  }
  .mv_top .mv_ttl .small {
    font-size: 12px;
  }
  .mv_top .mv_ttl .large {
    font-size: 26px;
  }

  .link_schedule {
    bottom: -50px;
    right: 10px;
    width: 30%;
    height: 0;
    padding-top: 30%;
  }
  .link_schedule a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
  }
  .link_schedule a::after {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border: 1px dashed #fff;
  }
  .link_schedule .link_txt {
    font-size: 4vw;
  }
  .link_schedule .link_txt::before {
    width: 13px;
    height: 13px;
    margin: 0 auto 3px;
  }
  .link_schedule .link_txt::after {
    width: 13px;
    height: 13px;
    margin: 3px auto 0;
  }
}



/*--------------------------------------
　section
---------------------------------------*/
.top .sec {
	width: 100%;
	min-width: 1200px;
}

.top .sec .inner {
	max-width: 1200px;
	margin: auto;
}

.top .flexBox {
  margin: 0 0 0;
}

@media screen and (max-width: 768px) {
	.top .sec {
		min-width: 100%;
	}

	.top .sec .inner {
		max-width: 100%;
	}
}



/*--------------------------------------
　Title
---------------------------------------*/
.man_ttl .eng {
  margin: 0 0 10px;
  font-size: 24px;
}
.man_ttl .ttl {
  font-size: 40px;
}
.man_ttl .ttl.fs32 {
  font-size: 32px;
}

@media screen and (max-width: 768px) {
  .man_ttl {
    text-align: center;
  }
  .man_ttl .eng {
    margin: 0 0 5px;
    font-size: 15px;
  }
  .man_ttl .ttl {
    font-size: 24px;
  }
  .man_ttl .ttl.fs32 {
    font-size: 18px;
  }
}



/*--------------------------------------
　text
---------------------------------------*/
.top .lead {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top .lead {
    text-align: justify;
  }
}



/*--------------------------------------
　info_block
---------------------------------------*/
.top .info_block {
  background: #fff;
  padding: 50px 50px 50px;
}
.top .line_info {
  border: 1px solid #25CE69;
}
.top .vet_info {
  border: 1px solid #FFA060;
}
.top .info_block .leftBox {
  /*width: calc(100% - 350px);*/
	width: 63%;
}
.top .info_block .ttl01 {
  font-size: 24px;
}
.top .line_info .ttl01 {
  color: #25CE69;
}
.top .vet_info .ttl01 {
  color: #FFA060;
}
.top .info_block .txt {
  margin: 20px 0 0;
}
.top .line_info .btn-line a {
  max-width: 200px;
  margin: 20px 0 0;
}
.top .info_block .rightBox {
  /*width: 260px;*/
	width: 30%;
}

@media screen and (max-width: 768px) {
.top .info_block {
  padding: 30px 20px 30px;
}
.top .info_block .leftBox {
  width: 100%;
}
.top .info_block .ttl01 {
  font-size: 22px;
  text-align: center;
}
.top .info_block .txt {
  margin: 15px 0 0;
}
.top .info_block .imgBox {
  margin: 20px 0 0;
}
.top .line_info .btn-line a {
  max-width: 70%;
  margin: 20px auto 0;
}
.top .info_block .rightBox {
  width: 100%;
}
}



/*--------------------------------------
　news
---------------------------------------*/
.top .news {
  padding: 80px 0 0;
}
.top .news .inner {
  background: #fff;
  padding: 50px 80px 50px;
  border: 1px solid #D1D1D1;
  border-radius: 20px;
}
.top .news .leftBox {
  width: 15%;
}
.top .news .rightBox {
  width: 75%;
}
.tab_parts .tabArea {
  display: flex;
  padding: 0 0 15px;
  border-bottom: 1px solid #D1D1D1;
}
.tab_parts .tabArea li {
  padding: 0 30px;
  font-size: 16px;
  text-align: center;
  position: relative;
  cursor: pointer;
}
.tab_parts .tabArea li.active {
  color: #6BC63C;
}
.tab_parts .tabArea li.active::after {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #9CD97C;
}
.tab_parts .tabContentsWrap {
  margin: 30px 0 0;
}
.tab_parts .tabContents {
	display: none;
}
.tab_parts .tabContents.show {
	display: block;
}
.top .news .btn-link {
  text-align: right;
}

@media screen and (max-width: 768px) {
.top .news {
  padding: 40px 20px 0;
}
.top .news .inner {
  padding: 30px 20px 30px;
  border-radius: 14px;
}
.top .news .leftBox {
  width: 100%;
}
.top .news .rightBox {
  width: 100%;
  margin: 30px 0 0;
}
.tab_parts .tabAreaWrap {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.tab_parts .tabAreaWrap::-webkit-scrollbar {
  display: none;
}
.tab_parts .tabArea {
  padding: 0 0 10px;
  min-width: 768px;
}
.tab_parts .tabArea li {
  padding: 0 20px;
  font-size: 15px;
}
.tab_parts .tabArea li.active::after {
  bottom: -11px;
}
.tab_parts .tabContentsWrap {
  margin: 20px 0 0;
}
.top .news .btn-link {
  text-align: center;
}
.news .btn-link a {
  margin: 40px 0 0;
}
}



/*--------------------------------------
　bnr_area
---------------------------------------*/
.top .bnr_area {
	padding: 130px 0 0;
}
.top .bnr_block ul {
  display: flex;
	justify-content: center;
}
.top .bnr_block li {
  width: 30%;
	margin: 0 2%;
}

@media screen and (max-width: 768px) {
.top .bnr_area {
	padding: 70px 0 0;
}	
.top .bnr_area .inner {
  padding: 0 20px;
  box-sizing: border-box;
}
	
/*----- slider -----*/	
.top .bnr_slider {
	width: 100%;
	height: auto;
	max-height: auto;
	margin: 0 auto 0;
}
.top .bnr_slider .photo {
	width: 100%;
	height: auto;
	margin: 0 10px;
}
.top .bnr_slider img {
	width: 100%;
	height: auto;
	max-height: auto;
	object-fit: cover;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
}



/*--------------------------------------
　about
---------------------------------------*/
.top .about {
  padding: 130px 0 0;
}
.top .about_block .ttl01Wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.top .about_block .num {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #63D1CA;
  width: 60px;
  height: 60px;
  padding: 6px 0 0 4px;
  font-size: 38px;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  position: relative;
}
.top .about_block .num::after {
	content: "";
	position: absolute;
	top: calc(100% - 5px);
	left: 50%;
	margin-left: -8px;
	border: 8px solid transparent;
	border-top: 20px solid #63D1CA;
}
.top .about_block .ttl01 {
  width: calc(100% - 80px);
  font-size: 46px;
  text-align: left;
}
.top .about_block .imgBox {
  margin: 5px 0 0;
}
.top .about_block .txtBox {
  margin: 30px 0 0;
}
.top .about_block .ttl02 {
  padding: 0 0 0 30px;
  font-size: 24px;
  position: relative;
}
.top .about_block .ttl02::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-45%);
  background: url("../img/icon_check.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.top .about_block .txt {
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
.top .about {
  padding: 80px 0 0;
}
.top .about_upper {
  padding: 0 20px;
}
.top .about_block .item {
  margin: 0 10px;
}  
.top .about_block .num {
  width: 50px;
  height: 50px;
  padding: 5px 0 0 3px;
  font-size: 30px;
}
.top .about_block .num::after {
  margin-left: -6px;
  border: 6px solid transparent;
  border-top: 16px solid #63D1CA;
}
.top .about_block .ttl01 {
  width: calc(100% - 60px);
  font-size: 30px;
}
.top .about_block .txtBox {
  margin: 20px 0 0;
}
.top .about_block .ttl02 {
  padding: 0 0 0 25px;
  font-size: 18px;
}
.top .about_block .ttl02::before {
  width: 18px;
  height: 18px;
}
.top .about_block .txt {
  margin: 10px 0 0;
}
  
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}  
}



/*--------------------------------------
　specialty
---------------------------------------*/
.specialty {
  padding: 150px 0 0;
}
.specialty_block {
  padding: 0 50px;
}
.specialty_block .flex_item a {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  position: relative;
}
.specialty_block .flex_item a::after {
  content: "";
  position: absolute;
  background: url("../img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  bottom: 20px;
  right: 20px;
  box-sizing: border-box;
}
.specialty_block .ttl01 {
  font-size: 22px;
  text-align: center;
  line-height: 1.0em;
}
.specialty_block .ttl01 span {
  line-height: 1.0em;
  padding: 0 10px 0 40px;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}
.specialty_block .ttl01 span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 25px;
  height: 28px;
  box-sizing: border-box;
}
.specialty_block .flex_item:nth-child(1) .ttl01 span::before {
  background: url("../img/top_icon01.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .flex_item:nth-child(2) .ttl01 span::before {
  background: url("../img/top_icon02.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .flex_item:nth-child(3) .ttl01 span::before {
  background: url("../img/top_icon03.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .flex_item:nth-child(4) .ttl01 span::before {
  background: url("../img/top_icon04.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .flex_item:nth-child(5) .ttl01 span::before {
  background: url("../img/top_icon05.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .flex_item:nth-child(6) .ttl01 span::before {
  background: url("../img/top_icon09.png") left top no-repeat;
  background-size: contain;
}
.specialty_block .imgBox img {
  border-radius: 10px 10px 0 0;
}
.specialty_block .txtBox {
  margin: 0 0 0;
  padding: 40px 35px 50px;
  border-radius: 0 0 10px 10px;
}
.specialty_block .txt {
  margin: 20px 0 0;
}

@media screen and (max-width: 768px) {
.specialty {
  padding: 80px 0 0;
}
.specialty_upper {
  padding: 0 20px;
}
.specialty_block {
  padding: 0 0;
}
.specialty_block .flex_item a {
  border-radius: 7px;
  position: inherit;
}
.specialty_block .flex_item a::after {
  position: inherit;
  display: none;
}
.specialty_block .ttl01 {
  width: 52%;
  font-size: 4vw;
  text-align: left;
}
.specialty_block .ttl01 span {
  line-height: 1.3em;
  padding: 0 0 0 35px;
}
.specialty_block .ttl01 span::before {
  width: 25px;
  height: 28px;
}
.specialty_block .imgBox {
  width: 43%;
}
.specialty_block .imgBox img {
  border-radius: 7px;
}
.specialty_block .txtBox {
  padding: 20px 20px 20px;
  border-radius: 7px;
}
.specialty_block .ttl01 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 4px;
}
.specialty_block .ttl01::after {
  content: "";
  background: url("../img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  box-sizing: border-box;
}
.specialty_block .ttl01 span {
  flex: 1;
}
.specialty_block .txt {
  margin: 15px 0 0;
}
}



/*--------------------------------------
　pain
---------------------------------------*/
.pain {
  padding: 150px 0 150px;
}

.pain_block {
  padding: 0 50px;
}

.pain_block .flex_item {
  margin: 0 15px 0;
}
.pain_block .flex_item a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding: 20px 20px 20px;
  border-radius: 7px;
}

.pain_block .imgBox {
  width: 140px;
}
.pain_block .imgBox img {
  border-radius: 7px;
}

.pain_block .ttl01 {
  width: calc(100% - 200px);
  padding: 0 0 0 35px;
  font-size: 18px;
  position: relative;
}
.pain_block .ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0,-50%);
  width: 25px;
  height: 25px;
  box-sizing: border-box;
}
.pain_block .flex_item:nth-child(1) .ttl01::before {
  background: url("../img/top_icon06.png") left top no-repeat;
  background-size: contain;
}
.pain_block .flex_item:nth-child(2) .ttl01::before {
  background: url("../img/top_icon07.png") left top no-repeat;
  background-size: contain;
}
.pain_block .flex_item:nth-child(3) .ttl01::before {
  background: url("../img/top_icon08.png") left top no-repeat;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .pain {
    padding: 80px 0 0;
  }

  .pain_upper {
    padding: 0 20px;
  }

  .pain_block {
    padding: 0 0;
  }

  .pain_block .flex_item {
    margin: 0 0 20px;
  }
  .pain_block .flex_item:last-child {
    margin: 0 0 0;
  }
  .pain_block .flex_item a {
    padding: 15px 15px 15px;
  }

  .pain_block .imgBox {
    width: 45%;
  }

  .pain_block .ttl01 {
    width: 50%;
    padding: 0 0 0 30px;
  }
  .pain_block .ttl01::before {
    width: 22px;
    height: 22px;
  }
}



/*--------------------------------------
　other
---------------------------------------*/
.other {
  background: #F8F8FA;
  padding: 100px 0 0;
}

/*----- other_block01 -----*/
.top .other_block01 {
  margin: 80px 0 0;
}
.other_block01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.other_block01 .item {
  width: calc(25% - 15px);
  margin: 0 0 30px;
}
.other_block01 .item:last-child {
	margin: 0 0 0;
}
.top .other_block01 .item:nth-child(5),
.top .other_block01 .item:nth-child(6) {
  width: calc(50% - 11px);
  margin: 0 0 0;
}
.other_block01 .item a {
  /*display: flex;
  justify-content: center;
  align-items: center;*/
  background: #fff;
  padding: 30px 30px 30px 30px;
  border: 1px solid #E3E3E3;
  position: relative;
}
.other_block01 .item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  background: url("../img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}
.top .other_block01 .item:nth-child(5) a,
.top .other_block01 .item:nth-child(6) a {
  padding: 40px 30px 40px 30px;
}
.top .other_block01 .item:nth-child(5) a::after,
.top .other_block01 .item:nth-child(6) a::after {
  top: inherit;
  bottom: 15px;
  transform: translate(0,0);
}
.other_block01 .item .link_txt {
  color: #6BC63C;
  font-size: 18px;
  text-align: center;
  line-height: 1.5;
}
.other_block01 .item .link_txt01 {
	text-align: left;
}
.other_block01 .item .txt {
  margin: 15px 0 0;
  text-align: center;
}

/*----- other_block02 -----*/
.other_block02 {
  margin: 120px 0 0;
  padding: 50px 0 50px;
}
.other_block02 .ttl01 {
  font-size: 24px;
}

@media screen and (max-width: 768px) {
  .other {
    padding: 60px 0 0;
  }
  .other_upper {
    padding: 0 20px;
  }

  /*----- other_block01 -----*/
	.top .other_block01 {
    margin: 50px 0 0;
  }
  .other_block01 {
    display: block;
    padding: 0 20px;
  }
  .other_block01 .item {
    width: 100%;
    margin: 0 0 15px;
  }
  .top .other_block01 .item:nth-child(5),
  .top .other_block01 .item:nth-child(6) {
    width: 100%;
    margin: 0 0 15px;
  }
  .other_block01 .item:last-child {
    margin: 0 0 0;
  }
  .other_block01 .item a {
    /*display: block;*/
    padding: 20px 20px 20px 20px;
  }
  .other_block01 .item a::after {
    display: none;
  }
  .top .other_block01 .item:nth-child(5) a,
  .other_block01 .item:nth-child(6) a {
    padding: 20px 20px 20px 20px;
  }
  .other_block01 .item .link_txt {
    padding: 0 40px 0 0;
    font-size: 16px;
    text-align: left;
    position: relative;
  }
  .other_block01 .item .link_txt::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0,-50%);
    background: url("../img/arrow01.png") left top no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    box-sizing: border-box;
  }
  .other_block01 .item .txt {
    margin: 10px 0 0;
    text-align: justify;
  }
	
	/*----- other_block02 -----*/
  .other_block02 {
    margin: 60px 0 0;
    padding: 30px 20px 30px;
  }
  .other_block02 .ttl01 {
    font-size: 18px;
  }
}



/*--------------------------------------
　vet
---------------------------------------*/
.top .vet {
  padding: 120px 0 0;
}

@media screen and (max-width: 768px) {
.top .vet {
  padding: 80px 20px 0;
}	
}



/*--------------------------------------
　medical
---------------------------------------*/
.medical {
  padding: 120px 0 0;
}

.medical_upper .btn-link {
  text-align: right;
}
.medical_upper .btn-link a {
  margin: 0 0 0;
}


.medical_block01 {
  margin: 50px 0 0;
}
.medical_block01 .table_parts {
  margin: 0 0 0;
}


.medical_block02 {
  background: #FFEFF0;
  padding: 80px 70px 80px;
}
.medical_block02 .ttl01 {
  padding: 0 0 0 35px;
  font-size: 24px;
  position: relative;
}
.medical_block02 .ttl01::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  background: url("../img/icon_warning.png") left top no-repeat;
  background-size: contain;
  width: 27px;
  height: 24px;
  box-sizing: border-box;
}
.medical_block02 .txt {
  margin: 30px 0 0;
}


.medical_block03 {
  background: #fff;
  padding: 80px 0 80px;
}
/*.line_info {
  background: #fff;
  padding: 50px 50px 50px;
  border: 1px solid #25CE69;
}
.line_info .leftBox {
  width: calc(100% - 350px);
}
.line_info .ttl01 {
  color: #25CE69;
  font-size: 24px;
}
.line_info .txt {
  margin: 20px 0 0;
}
.line_info .btn-line a {
  max-width: 200px;
  margin: 20px 0 0;
}
.line_info .rightBox {
  width: 260px;
}*/

@media screen and (max-width: 768px) {
  .medical {
    padding: 80px 0 0;
  }

  .medical_upper .btn-link {
    text-align: center;
  }
  .medical_upper .btn-link a {
    margin: 30px 0 0;
  }


  .medical_block01 {
    margin: 30px 0 0;
  }


  .medical_block02 {
    padding: 40px 20px 40px;
  }
  .medical_block02 .ttl01 {
    padding: 0 0 0 0;
    font-size: 22px;
    text-align: center;
  }
  .medical_block02 .ttl01::before {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 10px;
  }
  .medical_block02 .txt {
    margin: 20px 0 0;
  }


  .medical_block03 {
    padding: 40px 20px 40px;
  }
  /*.line_info {
    padding: 30px 20px 30px;
  }
  .line_info .leftBox {
    width: 100%;
  }
  .line_info .ttl01 {
    font-size: 22px;
    text-align: center;
  }
  .line_info .txt {
    margin: 15px 0 0;
  }
  .line_info .imgBox {
    margin: 20px 0 0;
  }
  .line_info .btn-line a {
    max-width: 70%;
    margin: 20px auto 0;
  }
  .line_info .rightBox {
    width: 100%;
  }*/
}



/*--------------------------------------
　service
---------------------------------------*/
.service {
  background: #FFECD9;
  padding: 80px 50px 80px;
}
.service_block {
  margin: 40px 0 0;
}
.service_block .flex_01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service_block .item {
  width: calc(25% - 20px);
}
.service_block .imgBox img {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.service_block .ttl01 {
  font-size: 18px;
  margin: 20px 0 0;
  position: relative;
}
.service_block .ttl01::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0,-50%);
  background: url("../img/arrow01.png") left top no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
.service {
  padding: 50px 20px 20px;
}
.service_block {
  margin: 30px 0 0;
}
.service_block .item {
  width: calc(50% - 10px);
  margin: 0 0 30px;
}
.service_block .imgBox {
  width: 100%;
  margin: 0 0 10px;
}
.service_block .ttl01 {
  font-size: 4vw;
  margin: 0 0 0;
}
.service_block .ttl01::before {
  width: 20px;
  height: 20px;
}
}



/*--------------------------------------
　recruit
---------------------------------------*/
.recruit {
  padding: 150px 0 150px;
}

.recruit .leftBox {
  width: calc(100% - 600px);
}

.recruit .txt {
  margin: 40px 0 0;
}

.recruit .btn-link {
  text-align: right;
}

.recruit .rightBox {
  width: 510px;
}

@media screen and (max-width: 768px) {
  .recruit {
    padding: 80px 20px 80px;
  }

  .recruit .leftBox {
    width: 100%;
  }

  .recruit .man_ttl {
    text-align: left;
  }

  .recruit .txt {
    margin: 20px 0 0;
  }

  .recruit .btn-link {
    text-align: center;
  }

  .recruit .rightBox {
    width: 100%;
  }

  .recruit .imgBox {
    margin: 30px 0 0;
  }
}

