@charset "UTF-8";
/* CSS Document */


/******************************************************

PC設定 1200px以上の場合に適用 

*******************************************************/
.h3 {
  font-size: 35px;
  font-weight: bold;
  font-family: montserrat;
  letter-spacing: .2em;
  padding-left: .2em;
}

.h3__jp {
  font-size: 14px;
  font-weight: normal;
  letter-spacing: .2em;
  padding-left: .2em;
  display: block;
  font-family: "Hiragino Sans",sans-serif,"hiragino kaku gothic proN",YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande";
}

/* slideshow */
.mv {
	background-image: url("/img/service/bg_mv.jpg");
}

.service__box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service__left {
  width: 45%;
}

.service__text {
  font-size: 14px;
}

.service__right {
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.right__item {
  width: 30%;
  position: relative;
}

.right__img {
  display: block;
  width: 100%;
  height: 115px;
  object-fit: cover;
  object-position: right center;
  border-radius: 10px;
}

.right__ttl {
  font-size: 14px;
  letter-spacing: .2em;
  padding-left: .2em;
  text-align: center;
  margin-top: 5px;
}

.right__text {
  font-size: 12px;
  letter-spacing: .2em;
  padding-left: .2em;
  text-align: center;
}

.right__item a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

/* service01 */
.service01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service01__left {
  width: 47%;
}

.service01__right {
  width: 50%;
  background-image: url("/img/service/img_service01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service01__textbox {
  width: 95%;
  max-width: 425px;
  margin: 0 0 0 auto;
}

.service01__text{
  font-size: 14px;
  margin-top: 30px;
}

.right__ttl {
  font-weight: 500;
}

/* type */
.type__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}

.type__img {
  width: 115px;
  height: 115px;
  border-radius: 10px;
}

.type__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  border-radius: 10px;
}

.type__textbox {
  width: 85%;
}

.type__link {
  border-bottom: 0.75px solid #666;
  padding-bottom: 5px;
  letter-spacing: .2em;
}

.type__ttl {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.type__click {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
}

.type__click::before {
  content: "↑";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #333;
  border-radius: 14px;
  text-align: center;
  margin-right: 10px;
  margin-top: -3px;
  transition: .2s;
  transform: rotate(45deg);
}

.type__click:hover::before {
    border: 1px solid #efeb55;
    background-color: #efeb55;
}

.type__text{
  margin-top: 15px;
} 

/* slider */
.slider {
  padding-top: 0;
}

.slider__box {
	margin: 0 20px;
	width: 280px;
	height: 280px;
	border-radius: 30px;
}

.slider__item {
  width: 100%;
  height: 100%;
  padding: 60px 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider__name,
.slider__number {
  color: #fff;
  font-weight: 500;
  font-size: 17px;
}

.slider__detail {
  margin-top: 30px;
}

.slider__text {
  color: #fff;
}

.item01 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider01.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item02 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item03 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item04 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider04.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item05 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider05.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item06 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider06.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

.item07 {
  background: linear-gradient(rgba(0,0,0,.3), rgba(0,0,0,.3)),url("/img/service/img_slider07.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 30px;
}

/* service02 */
.service02 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #E6E6E6;
  flex-direction: row-reverse;
  padding-top: 100px;
}

.service02__left {
  width: 47%;
}

.service02__right {
  width: 50%;
}

.service02__textbox {
  width: 95%;
  max-width: 425px;
  margin: 0 auto 0 0;
}

.service02__text{
  font-size: 14px;
  margin-top: 30px;
}

.service02__right {
  background-image: url("/img/service/img_service02.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 50px;
}

.service02__btn {
  display: inline-block;
  float: right;
  font-size: 16px;
  font-family: montserrat;
  font-weight: 500;
  position: relative;
  margin-top: 10px;
}

.service02__btn::before {
  content: "↑";
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
  display: inline-block;
  width: 26px;
  height: 26px;
  line-height: 26px;
  border: 1px solid #333;
  border-radius: 14px;
  text-align: center;
  margin-right: 10px;
  margin-top: -3px;
  transition: .2s;
  transform: rotate(45deg);
}

.service02__btn:hover::before {
    border: 1px solid #efeb55;
    background-color: #efeb55;
}

/* service03 */
.service03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #E6E6E6;
  margin-bottom: 200px;
}

.service03__left {
  width: 47%;
}

.service03__right {
  width: 50%;
}

.service03__textbox {
  width: 95%;
  max-width: 425px;
  margin: 0 0 0 auto;
}

.service03__text{
  font-size: 14px;
  margin-top: 30px;
}

.service03__right {
  background-image: url("/img/service/img_service03.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-top-left-radius: 50px;
  border-bottom-left-radius: 50px;
}

.service03__btn {
  display: block;
  width: 140px;
  height: 50px;
  color: #333;
  border: 1px solid #333;
  font-size: 20px;
  font-family: montserrat;    
  font-weight: 500;
  text-align: center;
  line-height: 48px;
  transition: .2s;
  margin-top: 50px;
  float: right;
}

.service03__btn::before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 20px;
  background-image: url("/img/common/icon_shop_black.png");
  background-size: cover;
  background-position: center center;
  vertical-align: -7%;
  margin-right: 12px;
}

.service03__btn:hover {
  background-color: #fff;
  border: 1px solid #fff;
  transition: .2s;
}

/******************************************************

タブレットの設定 768px~1199pxの場合に適用 

*******************************************************/

@media screen and (max-width: 1199px){
/* slider */ 
.slider__item {
  padding: 30px 40px;
}

}

/******************************************************

SPの設定 767px以下の場合に適用 

*******************************************************/

@media screen and (max-width: 767px){
.h3 {
  font-size: 20px;
}
  
/* service */
.service {
  padding-bottom: 0;
}  
  
.service__left {
  width: 100%;
}
  
.service__text {
  font-size: 12px;
}
  
.service__right {
  width: 100%;
}
  
.right__item {
  width: 100%;
}
  
.right__img {
  width: 100%;
  height: 230px;
  margin: 30px auto 0;
}
  
/* service01 */ 
.service01__left {
  width: 100%;
}
  
.service01__textbox {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
}

.service01__right {
  width: 90%;
  height: 230px;
  margin-left: auto;
  margin-top: 20px;
}
  
.type__item:last-child {
  margin-bottom: 0;
}
  
.type__img {
  width: 100%;
  height: 230px;
}
  
.type__textbox {
  width: 100%;
  margin-top: 20px;
}
  
.type__ttl {
  font-size: 16px;    
}
  
.type__click {
  font-size: 14px;
}
  
.type__click::before {
  width: 23px;
  height: 23px;
  left: -26px;
}
  
/* slider */
.slider {
	margin-top: 30px;
}
	
.slider__box {
	width: 200px;
	height: 200px;
	margin: 0 10px;
}
	
.slider__item {
  padding: 10px 20px;
}
  
.slider__name, .slider__number {
  font-size: 13px;
}

/* service02 */
.service02__left {
  width: 100%;
}
  
.service02__right {
  width: 90%;
  height: 230px;
  margin-right: auto;
  margin-top: 20px;
}
  
.service02__textbox {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
  text-align: center;
}
  
.service02__h3 {
  text-align: left;
}

.service02__text {
  text-align: left;
  margin-bottom: 15px;
  font-size: 13px;
}
  
.service02__btn {
  float: none; 
  margin-bottom: 15px;
}  
  
/* service03 */
.service03 {
  margin-bottom: 100px;
}
  
.service03__left {
  width: 100%;
}
  
.service03__right {
  width: 90%;
  height: 230px;
  margin-left: auto;
  margin-top: 20px;
}
  
.service03__textbox {
  width: calc(100% - 40px);
  max-width: none;
  margin: 0 auto;
}

.service03__text {
  margin-bottom: 15px;
}
  
.service03__btn {
  float: none;  
  margin: 30px auto 15px;
  font-size: 16px;
} 
	
	
}