@charset "UTF-8";

*{
  font-family: 'Noto Sans JP', sans-serif;
  padding: 0;
  margin: 0;
}
html {
  user-select: none; /* CSS3 */
  -moz-user-select: none; /* Firefox */
  -webkit-user-select: none; /* Safari、Chromeなど */
  font-size: 100%;}
ul li{
  text-decoration: none;
list-style: none;
display: block;}
li{
list-style: none;
}

a{
  /* display: block; */
  width: 100%;
  height: 100%;
  color: #333333;
  transition: .3s;
  text-decoration: none;
}

p{
  margin: 0;
}
a:hover{
  cursor: pointer;
  opacity: .7;
  transition: .3s; 
}

/*大きさは％やvwを使う*/
img {
  max-width: 100%;
vertical-align: bottom;}

/* 横幅 */
.wrapper{
  max-width: 1000px;
  margin: 0 auto;
}
/* header */
.header{
  background-image: url("../img/top-bg.png");
  background-position: 100% 0px;
  background-size: cover;
  background-repeat: no-repeat;

  padding-top: 80px;
  padding-bottom: 80px;
}
.header-item{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-text{
  width: 46%;
  margin: 0 auto;
  /* margin-left: 70px; */
}
.header-text h1{
  font-size: 41px;
  letter-spacing: 4px;
  line-height: 80px;
}
.header-img{
  width: 47%;
  position: relative;
  /* margin-left: 70px; */
}
.test-fit-link{
  margin-top: 20px;
  
}

.test-fit-link a{
  background-color: #CE7151;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90%;
  padding: 15px 10px;
  border-radius: 10px;
  padding-left: 30px;
  font-size: 20px;
  letter-spacing: 1.7px;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.top-arrows{
  font-size: 25px;
  padding-top: 1px;
  padding-left: 40px;
}
.main-img{
  margin: 0 auto;
  position: relative;
  z-index: 1;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.main-bg-img{
  position: absolute;
  z-index: 0;
  top: 85px;
  right: -30px;
  background-color: rgba(0, 0, 0,0.2);
  width: 250px;
  height: 270px;
}
@media screen and (max-width:1060px){
  .header-text{
    width: 42%;
  }
  .header-text h1{
    font-size: 37px;
  }
  .header-item{
    justify-content: space-around;
  }
  .header-img{
    width: 40%;
    margin: 0 auto;
    /* margin-left: -20px; */
  }
  .main-bg-img{
    top: 35%;
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width:1000px){
  .header-text h1{
    font-size: 33px;
    line-height: 60px;
  }
}
@media screen and (max-width:900px){
  .main-bg-img{
    width: 170px;
    height: 170px;
  }
  .header-text h1{
    font-size: 28px;
  }
  .test-fit-link a{
    font-size: 16px;
  }
}
@media screen and (max-width:768px){
  .header{
    height: 75vh;
    padding-top: 50px;
    padding-bottom: 20px;
  }
  .header-text{
    width: 300px;
  }
  .header-text h1{
    width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    line-height: 50px;
  }
  .header-item{
    display: block;
  }
  .test-fit-link{
    position: absolute;
    top: 470px;
    /* left: 30%; */
  }
  .header-img{
    width: 300px;
  }
  .main-bg-img{
    top: 40px;
    width: 200px;
    height: 185px;
  }
}
@media screen and (max-width:500px){
  .header{
    background-position: left;
  }
  .header-text{
    width: 100%;
  }
  .header-text h1{
    width: 80%;
    margin: 0 auto;
    font-size: 25px;
    line-height: 40px;
    padding-bottom: 30px;
    padding-left: 20px;
  }
  .main-img{
    width: 90%;
  }
  .main-bg-img{
    top: 50px;
    width: 180px;
    height: 150px;
    right: 0;
  }
  .test-fit-link{
    top: 410px;
    left: 10%;
  }
}


/* new-task */
.new-task{
  position: relative;
}
.new-title-text{
  font-size: 35px;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
  letter-spacing: 5px;
  line-height: 80px;
}
.task-img{
  width: 366px;
  margin: 0 auto;
}


/* 吹き出し */
.balloon1{
  position: absolute;
  top: 50px;
  left: -40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/balloon1.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 200px;
}
.balloon2{
  position: absolute;
  top: 280px;
  left: -10px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/balloon2.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 200px;
}
.balloon3{
  position: absolute;
  top: -20px;
  right: -30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/balloon3.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 200px;
}
.balloon4{
  position: absolute;
  top: 200px;
  right: -60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/balloon4.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 220px;
  height: 150px;
}
.balloon5{
  position: absolute;
  top: 370px;
  right: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/balloon5.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 300px;
  height: 180px;
}
.balloon-text{
  width: 85%;
  /* margin: 0 auto; */
  text-align: center;
  color: #93895F;
  letter-spacing: 1.5px;
  line-height: 35px;
  font-size: 21px;
  padding-bottom: 30px;
  padding-right: 5px;
}
.balloon-text5{
  padding-bottom: 40px;
}


@media screen and (max-width:1110px){
  .balloon1{
    left: 0;
  }
  .balloon2{
    left: 0;
  }
  .balloon3{
    right: 0;
  }
  .balloon4{
    right: 0;
  }
  .balloon5{
    right: 0;
  }
}

@media screen and (max-width:768px){
  .new-title-text{
    line-height: 50px;
    padding-bottom: 400px;
  }
  .balloon1{
    top: 170px;
    left: 0px;
  }
  .balloon2{
    top: 370px;
    left: 20px;
  }
  .balloon3{
  top: 150px;
  }
  .balloon4{
  top: 315px;
  right: 30px;
  }
  .balloon5{
    top: 440px;
  }
}
@media screen and (max-width:768px){
  .new-title-text{
    font-size: 25px;
  }
}
@media screen and (max-width:600px){
  .balloon-text{
    font-size: 12px;
    line-height: 17px;
    padding-bottom: 25px;
  }
  .balloon1{
    width: 170px;
    height: 110px;
    background-size: 100%;
    background-repeat: no-repeat;
    top: 140px;
    left: 20px;
  }
  .balloon2{
    width: 180px;
    height: 120px;
    background-size: 100%;
    top: 250px;
    z-index: 1;
    left: 40px;
  }
  .balloon3{
    width: 170px;
    height: 110px;
    background-size: 100%;
    top: 120px;
    right: 20px;
  }
  .balloon4{
  width: 140px;
  height: 100px;
  background-size: 100%;
  padding-top: 5px;
  top: 220px;
  right: 20px;
  }
  .balloon5{
    width: 170px;
    height: 110px;
    background-size: 100%;
    top: 310px;
    right: 20px;
    z-index: 0;
  }
}
@media screen and (max-width:500px){
  .new-title-text{
    line-height: 35px;
  }
  .task-img{
    width: 70%;
  }
  .new-title-text{
    padding-bottom: 270px;
  }
}

/* 背景色 */
.bgc{
  background-color: #F4F2E9;
}

/* office-cost */
.office-cost-section{
  padding-top: 100px;
  position: relative;
}
.section-title{
  background-image: url("../img/title-border.png");
  background-size: 80%;
  background-repeat: no-repeat;
  height: 100px;
  margin: 0 auto;
  background-position: center;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
h2.title{
  width: 80%;
  margin: 0 auto;
  font-size: 35px;
  text-align: center;
  padding-top: 20px;
  letter-spacing: 2px;
}
.section-text1{
font-size: 22px;
text-align: center;
padding-bottom: 20px;
}

/* effect */
.effect{
  position: relative;
  background-image: url("../img/bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 50px;
  height: 600px;
}
.effect-img{
  background-image: url("../img/cost.png");
  background-size: 85%;
  background-position: center;
  background-repeat: no-repeat;
  height: 500px;
  padding-top: 50px;
}
.effect-title{
  position: absolute;
  top: -25px;
  left: 25%;
  text-align: center;
  background-color: #93895F;
  width: 50%;
  padding: 10px 0;
  border-radius: 40px;
}
.effect-title .title-text{
  color: #fff;
  font-size: 24px;
}
.effect-img{
  position: relative;
}
.effect-text1{
  color: #fff;
  font-size: 30px;
  position: absolute;
  top: 140px;
  left: 160px;
  text-align: center;
}
.effect-text1 .effect1{
  font-size: 22px;
}
.effect-text2{
  color: #CE7151;
  font-size: 30px;
  position: absolute;
  top: 110px;
  left: 420px;
  text-align: center;
}
.effect-text2 span{
  /* font-size: 22px; */
}
.effect-text3{
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 250px;
  left: 430px;
  text-align: center;
}

.effect-text4{
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 350px;
  left: 440px;
  text-align: center;
}
.effect-text5{
  color: #CE7151;
  font-size: 30px;
  position: absolute;
  top: 130px;
  left: 690px;
  text-align: center;
}
.effect-text5 span{
  /* font-size: 22px; */
}
.effect-text6{
  color: #000;
  font-size: 30px;
  position: absolute;
  top: 270px;
  left: 700px;
  text-align: center;
}
.effect-text7{
  color: #000;
  font-size: 22px;
  position: absolute;
  top: 370px;
  left: 700px;
  text-align: center;
}
.img-title{
  font-size: 24px;
  text-align: center;
  margin-top: -60px;
}
.circle{
  position: absolute;
  top: 900px;
  right: 0;
  background-image: url("../img/circle.png");
  background-repeat: no-repeat;
  background-size: cover;
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 22px;
  padding-bottom: 15px;
  padding-left: 5px;
}
.circle-text{
  transform: rotate(15deg);
}

/* example */
.example{
  padding-bottom: 100px;
}
.example-title{
  text-align: center;
  background-color: #93895F;
  max-width: 400px;
  width: 40%;
  margin: 120px auto 60px auto;
  padding: 10px 0;
  border-radius: 40px;
}
.example-title p{
  color: #fff;
  font-size: 24px;
}

/* before */
.befoer-title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.before{
  background-color: #777;
  color: #fff;
  padding: 5px 20px;
  font-size: 24px;
  margin-right: 20px;
}
.before-sub{
  background: linear-gradient(transparent 50%, #CDE8E8 0%);
  font-size: 20px;
}
.before-img-section{
  position: relative;
  max-width: 900px;
  margin: 30px auto;
  background-color: #fff;
  padding: 50px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.before-img-section::after{
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 45px solid transparent;
	border-left: 45px solid #777777; 
	content: "";
}

.before-img{
  position: relative;
  width: 450px;
  margin: 0 auto;
}
.before-img img{
  width: 450px;
  margin: 0 auto;
}
.before-text1{
  position: absolute;
  font-size: 25px;
  font-weight: bold;
  letter-spacing: 2px;
  top: 20px;
  left: 30px;
}
.before-text2{
  position: absolute;
  font-size: 22px;
  text-align: right;
  top: 80px;
  left: -160px;
}
.before-text3{
  position: absolute;
  font-size: 22px;
  text-align: right;
  top: 190px;
  left: -90px;
}
.before-text4{
  position: absolute;
  font-size: 22px;
  text-align: left;
  top: 60px;
  right: -150px;
}
.before-text5{
  position: absolute;
  font-size: 22px;
  text-align: left;
  top: 150px;
  right: -160px;
}
/* after */
.example-after{
  margin-top: 100px;
}
.after-title{
  display: flex;
  align-items: center;
  justify-content: center;
}
.after{
  background-color: #CE7151;
  color: #fff;
  padding: 5px 20px;
  font-size: 24px;
  margin-right: 20px;
}
.after-sub{
  background: linear-gradient(transparent 50%, #FCD9D0 0%);
  font-size: 20px;
}
.after-img-section{
  position: relative;
  max-width: 900px;
  margin: 30px auto;
  background-color: #fff;
  padding: 50px 0;
  box-shadow: 5px 5px 5px rgba(0, 0, 0, .5);
}
.after-img-section::after{
  display: block;
	position: absolute;
	top: 0;
	left: 0;
	border-bottom: 45px solid transparent;
	border-left: 45px solid #CE7151; 
	content: "";
}
.after-img{
  position: relative;
  width: 450px;
  margin: 0 auto;
}
.after-img img{
  width: 450px;
  margin: 0 auto;
}
.after-text1{
  position: absolute;
  font-size: 25px;
  color: #CE7151;
  font-weight: bold;
  letter-spacing: 2px;
  top: 20px;
  left: 30px;
}
.after-text2{
  position: absolute;
  font-size: 22px;
  text-align: right;
  top: 70px;
  left: -175px;
}
.after-text3{
  position: absolute;
  font-size: 22px;
  text-align: right;
  top: 150px;
  left: -150px;
}
.after-text4{
  position: absolute;
  font-size: 20px;
  text-align: right;
  top: 245px;
  left: -200px;
}
.after-text5{
  position: absolute;
  font-size: 20px;
  text-align: left;
  top: 20px;
  right: -160px;
}
.after-text6{
  position: absolute;
  font-size: 20px;
  text-align: left;
  top: 105px;
  right: -165px;
}
.after-text7{
  position: absolute;
  font-size: 20px;
  text-align: left;
  top: 180px;
  right: -85px;
}
.after-under-text{
  position: absolute;
  top: 330px;
  right: 25px;
  transform: rotate(-10deg)
}
.after-under-text p{
  font-size: 20px;
  color: #CE7151;
  display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.after-under-text p::before,
.after-under-text p::after {
	content: '';
  margin-top: 40px;
	width: 3px;
	height: 60px;
	background-color: #CE7151;
}

.after-under-text p::before {
	margin-right: 10px;
	transform: rotate(-30deg)
}
.after-under-text p::after {
	margin-left: 10px;
	transform: rotate(30deg)
}
.sp-br,.sp-br1{
  display: none;
}
.before-img1,.after-img1{
  display: none;
}
.sp-br2{
  display: none;
}
@media screen and (max-width:1000px){
  .circle{
    top: 850px;
    width: 170px;
    height: 170px;
  }
  .sp-br{
    display: block;
  }
  .sp-none{
    display: none;
  }
  .effect-img{
    width: 800px;
    margin: 0 auto;
  }
  
  .effect-text1{
    font-size: 20px;
    top: 190px;
    left: 130px;
  }
  .effect-text1 .effect1{
    font-size: 15px;
  }
  .effect-text2{
    font-size: 20px;
    top: 140px;
    left: 350px;
  }
  .effect-text3{
    font-size: 20px;
    top: 250px;
    left: 350px;
  }
  .effect-text4{
    font-size: 15px;
    left: 360px;
  }
  .effect-text5{
    font-size: 20px;
    top: 170px;
    left: 560px;
  }
  .effect-text6{
    font-size: 20px;
    top: 280px;
    left: 570px;
  }
  .effect-text7{
    font-size: 15px;
    top: 350px;
    left: 570px;
  }
  .effect-img .sp-font-wb{
    font-weight: bold;
    font-size: 24px;
  }
  .img-title{
    margin-top: -90px;
  }
}

@media screen and (max-width:900px){
  .before-img-section{
    width: 96%;
  }
  .after-img-section{
    width: 96%;
  }
  .before-text2{
    font-size: 17px;
    top: 85px;
    left: -120px;
  }
  .before-text3{
    font-size: 17px;
    top: 200px;
    left: -65px;
  }
  .before-text4{
    font-size: 17px;
    top: 70px;
    right: -120px;
  }
  .before-text5{
    font-size: 17px;
    top: 160px;
    right: -120px;
  }
  .after-text2{
    font-size: 17px;
    top: 80px;
    left: -140px;
  }
  .after-text3{
    font-size: 17px;
    top: 160px;
    left: -120px;
  }
  .after-text4{
    font-size: 17px;
    top: 245px;
    left: -170px;
  }
  .after-text5{
    font-size: 17px;
    top: 20px;
    right: -140px;
  }
  .after-text6{
    font-size: 17px;
    top: 110px;
    right: -140px;
  }
  .after-text7{
    font-size: 17px;
    top: 185px;
    right: -70px;
  }
}
@media screen and (max-width:800px){
  .effect{
    height: 450px;
  }
  .effect-img{
    height: 430px;
    width: 500px;
    background-size: 100%;
    padding-top: 0;
  }
  .effect-title{
    top: -30px;
    left: 10%;
    width: 80%;
  }
  .effect-text1{
    font-size: 15px;
    top: 140px;
    left: 45px;
  }
  .effect-text2{
    font-size: 15px;
    top: 112px;
    left: 200px;
  }
  .effect-text3{
    font-size: 15px;
    top: 200px;
    left: 205px;
  }
  .effect-text4{
    font-size: 10px;
    top: 270px;
    left: 220px;
  }
  .effect-text5{
    font-size: 15px;
    top: 130px;
    left: 355px;
  }
  .effect-text6{
    font-size: 15px;
    top: 220px;
    left: 366px;
  }
  .effect-text7{
    font-size: 10px;
    top: 280px;
    left: 376px;
  }

  .circle{
    top: 790px;
  }
  .img-title{
    font-size: 20px;
  }
}
@media screen and (max-width:768px){
  h2.title{
    font-size: 30px;
    padding-top: 33px;
  }
  .sp-br1{
    display: block;
  }
  


.before-img{
  display: none;
}
.before-img-section{
  padding-top: 100px;
  padding-bottom: 100px;
}
  .before-img1{
    display: block;
    position: relative;
    width: 450px;
    margin: 0 auto;
    text-align: center;
  }
  .before-img1 img{
    width: 400px;
    margin: 0 auto;
    text-align: center;
  }
  .before-img1 .before-text2{
    top: 0px;
    left: 0;
  }
  .before-img1 .before-text3{
    top: 390px;
    left: -50px;
  }
  .before-img1 .before-text4{
    top: -50px;
    right: 40px;
  }
  .before-img1 .before-text5{
    top: 410px;
    right: 0px;
    text-align: center;
  }
  .after-img-section{
    padding-top: 70px;
    padding-bottom: 100px;
  }
  .after-under-text{
    top: 580px;
    right: 50px;
  }
  .after-img{
    display: none;
  }
  .after-img1{
    display: block;
    position: relative;
    width: 450px;
    margin: 0 auto;
  }
  .after-img1 img{
    width: 450px;
    margin: 0 auto;
  }
  .after-img1 .after-text2{
    top: -20px;
    left: -50px;
  }
  .after-img1 .after-text3{
    top: 230px;
    left: -60px;
  }
  .after-img1 .after-text4{
    top: 500px;
    left: -70px;
    text-align: center;
  }
  .after-img1 .after-text5{
    top: -50px;
    right: -60px;
    text-align: center;
  }
  .after-img1 .after-text6{
    top: 210px;
    right: -50px;
    text-align: center;
  }
  .after-img1 .after-text7{
    top: 440px;
    right: -70px;
    text-align: center;
  }
}

@media screen and (max-width:500px){
  .example{
    padding-bottom: 50px;
  }
  .office-cost-section{
    padding-top: 50px;
  }
  .sp-br2{
    display: block;
  }
  .section-title{
    background-size: 90%;
    height: 70px;
  }
  h2.title{
    width: 90%;
    font-size: 20px;
  }
  .section-text1{
    font-size: 15px;
    padding-bottom: 0px;
    line-height: 30px;
  }
  .last{
    padding-bottom: 30px;
  }
  .effect-title{
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .effect{
    height: 320px;
  }
  .effect-title .title-text{
    font-size: 17px;
  }
  .effect-img{
    width: 375px;
    height: 330px;
  }
  .effect-text1{
    font-size: 10px;
    top: 120px;
    left: 38px;
  }
  .effect-text1 .effect1{
    font-size: 10px;
  }
  .effect-text2{
    font-size: 10px;
    top: 90px;
    left: 155px;
  }
  .effect-text3{
    font-size: 10px;
    top: 150px;
    left: 160px;
  }
  .effect-text4{
    top: 200px;
    left: 160px;
  }
  .effect-text5{
    font-size: 10px;
    top: 105px;
    left: 270px;
  }
  .effect-text6{
    font-size: 10px;
    top: 170px;
    left: 280px;
  }
  .effect-text7{
    font-size: 10px;
    top: 210px;
    left: 275px;
  }
  .effect-img .sp-font-wb{
    font-size: 15px;
  }
  .circle{
    top: 637px;
    width: 120px;
    height: 120px;
    right: 10px;
    padding-left: 8px;
    font-size: 24px;
  }
  .circle-text{
    font-size: 16px;
    padding-top: 5px;
  }
  .img-title{
    font-size: 15px;
    margin-top: -70px;
  }
  .example-title{
    width: 80%;
    margin-bottom: 40px;
    margin-top: 90px;
  }
  .example-title p{
    font-size: 17px;
    letter-spacing: 3px;
  }
  .before-img-section{
    padding-top: 70px;
    padding-bottom: 70px;
  }
  .before{
    font-size: 15px;
  }
  .before-sub{
    font-size: 15px;
    letter-spacing: 2px;
  }
  .before-img1{
    width: 300px;
  }
  .before-img1 img {
    width: 230px;
  }
  .before-img-section::after{
    border-bottom: 30px solid transparent;
    border-left: 30px solid #777777;
  }
  .before-text1{
    font-size: 20px;
    top: 10px;
    left: 20px;
  }
  .before-img1 .before-text2{
    font-size: 13px;
    top: -5px;
  }
  .before-img1 .before-text3{
    font-size: 13px;
    top: 240px;
    left: 0px;
  }
  .before-img1 .before-text4{
    font-size: 13px;
    top: -40px;
    right: 10px;
  }
  .before-img1 .before-text5{
    font-size: 13px;
    top: 240px;
  }
  .example-after{
    margin-top: 60px;
  }
  .after-img-section::after{
    border-bottom: 30px solid transparent;
    border-left: 30px solid #CE7151;
  }
  .after-text1{
    font-size: 20px;
    top: 10px;
    left: 20px;
  }
  .after-img1{
    width: 300px;
  }
  .after-img1 img{
    width: 230px;
    padding-left: 40px;
  }
  .after{
    font-size: 15px;
  }
  .after-sub{
    font-size: 15px;
    letter-spacing: 2px;
  }
  .after-img1 .after-text2{
    font-size: 13px;
    left: 0;
  }
  .after-img1 .after-text3{
    font-size: 13px;
    top: 120px;
    left: -20px;
    text-align: center;
  }
  .after-img1 .after-text4{
    font-size: 13px;
    top: 260px;
    left: -10px;
  }
  .after-img1 .after-text5{
    font-size: 13px;
    top: -40px;
    right: -10px;
  }
  .after-img1 .after-text6{
    font-size: 13px;
    top: 95px;
    right: -10px;
  }
  .after-img1 .after-text7{
    font-size: 13px;
    top: 235px;
    right: 0px;
  }
  .after-under-text{
    top: 330px;
    right: 20px;
  }
  .after-under-text p{
    font-size: 13px;
  }
  .after-under-text p::before, .after-under-text p::after{
    height: 40px;
  }
  .tubo{
    font-size: 18px;
    font-weight: bold;
  }
}
/* after-office */
.after-office{
  padding-top: 100px;
}
.after-office-info{
  display: flex;
  align-items: center;
  justify-content: space-around;
}
.office-card{
  width: 44%;
  margin-bottom: 30px;
  padding: 30px 20px;
  box-shadow:  5px 5px 10px  rgba(0, 0, 0, .5);
}
.card-title{
  display: flex;
  align-items: center;
}
.card-title img{
  width: 30px;
  height: 30px;
}
.card-title p{
  font-size: 20px;
  padding-left: 30px;
  letter-spacing: 2px;
  font-weight: bold;
}
.office-card .info-text{
  flex-wrap: wrap;
  padding-top: 20px;
  font-size: 15px;
  color: #3E3E3F;
  line-height: 25px;
}


/* phote-img */
.phote-img{
  max-width: 1100px;
  margin: 30px auto;
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.phote-img-card{
  width: 23%;
}
.phote-img-card img{
  margin-bottom: 10px;
}
.phote-title{
  background-image: url("../img/rebon2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.phote-text{
  font-size: 10px;
}
@media screen and (max-width:768px){
  .after-office-info{
    display: block;
  }
  .office-card{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 30px;
  }
  .phote-img{
    width: 96%;
    margin: 0 auto;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .phote-img-card{
    width: 47%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width:500px){
h2.after-title{
  padding-bottom: 0;
  padding-top: 0;
}
.office-card{
  padding-left: 10px;
  padding-right: 5px;
}
.card-title p{
  padding-left: 10px;
  font-size: 16px;
}
.office-card .info-text{
  padding-top: 10px;
}
.phote-img{
  margin-top: 50px;
}
.phote-title{
  background-size: 100%;
  margin-bottom: 5px;
  font-size: 13px;
}
}


/* transfer */

.transfer{
  padding-top: 50px;
  padding-bottom: 100px;
}
.trasfer-card-section{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 30px;
}
.trasfer-card{
  position: relative;
  background-color: #fff;
  width: 47%;
  text-align: center;
  box-shadow:  5px 5px 10px  rgba(0, 0, 0, .5);
}
.transfer-card-title{
  padding-top: 20px;
  padding-bottom: 20px;
  color: #CE7151;
  font-size: 30px;
}
.trasfer-card img{
  width: 300px;
  padding-bottom: 30px;
}
.trasfer-card .card-cheack{
  position: absolute;
  top: -20px;
  left: -20px;
  width: 55px;
}
.more{
  background-image: url("../img/rebon1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 400px;
  height: 100px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more p{
  font-size: 30px;
  color: #fff;
  transform: rotate(-5deg);
  padding-bottom: 10px;
}
.more-title{
  font-size: 35px;
  text-align: center;
  margin-bottom: 20px;
}
.more-example{
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.more-example-card{
  width: 31%;
  margin: 0 auto;
}
.more-example-card img{
  width: 80%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.more-example-card .more-text{
  margin-top: 30px;
  font-size: 23px;
  color: #CE7151;
  text-align: center;
  padding: 15px 0;
  border-top: 3px solid #CE7151;
  border-bottom: 3px solid #CE7151;
}
@media screen and (max-width:1000px){
  .trasfer-card{
    width: 43%;
  }
}
@media screen and (max-width:768px){
  .transfer .section-title{
    padding-bottom: 80px;
  }
  .transfer .section-title h2.title{
    padding-top: 0;
    margin-bottom: 20px;
  }
  .transfer .section-text1{
    padding-bottom: 0;
    line-height: 40px;
  }
  .trasfer-card-section{
    display: block;
  }
  .trasfer-card{
    width: 90%;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .transfer-card-title{
    padding-top: 40px;
  }
  .trasfer-card img{
    width: 80%;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .more-example{
    display: block;
  }
  .more-example-card img{
    max-width: 300px;
  }
  .more-example-card{
    width: 85%;
    margin-bottom: 100px;
  }
  
  .pc-br{
    display: none;
  }
  .contact-porson{
    margin: 0 auto;
  }
 
}
@media screen and (max-width:500px){
  .transfer .section-title h2.title{
    padding-top: 0px;
  }
  .transfer .section-title{
    padding-bottom: 40px;
  }
  .transfer .section-text1{
    line-height: 30px;
  }
  .transfer-card-title{
    font-size: 20px;
    padding-top: 20px;
  }
  .trasfer-card .card-cheack{
    top: -10px;
    left: -10px;
  }
  .trasfer-card img{
    padding-bottom: 30px;
    width: 70%;
  }
  .more{
    width: 100%;
    margin-bottom: 10px;
    margin-top: 0;
  }
  .more p{
    font-size: 20px;
    padding-bottom: 10px;
  }
  .more-title{
    font-size: 20px;
    margin-bottom: 0px;
  }
  .more-example-card{
    margin-bottom: 50px;
  }
  .more-example-card img{
    width: 50%;
  }
  .more-example{
    margin-top: 30px;
  }
  .more-example-card .more-text{
    font-size: 17px;
  }
}


/* contact-link */
.contact-link{
  background-color: #fff;
  margin-top: 100px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  /* padding-bottom: 30px; */
}
.contact-link-title{
  position: relative;
  padding-top: 50px;
  /* padding-bottom: 50px; */
}
.contact-link-title .key1{
  width: 30px;
  height: 30px;
  margin-bottom: -10px;
}
.contact-link-title .key2{
  position: absolute;
  top: 160px;
  right: -40px;
  /* right: 0; */
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: flex-end;
}
.contact-link-title .contact-text{
  font-size: 35px;
  text-align: center;
}
.contact-btn{
  position: absolute;
  top: 200px;
  left: 0;
  background-color: #CE7151;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90%;
    margin: 0 auto;
    padding: 15px 10px;
    border-radius: 10px;
    padding-left: 30px;
    /* margin-bottom: 50px; */
    margin-top: 20px;
    box-shadow:  5px 5px 10px  rgba(0, 0, 0, .5);
}
.contact-btn p{
  font-size: 22px;
  letter-spacing: 2px;
}
.contact-porson{
  padding-top: 10px;
  padding-right: 50px;
  width: 356px;
}
@media screen and (max-width:768px){
  .contact-link{
    display: block;
    width: 96%;
    margin: 0 auto;
  }
  .contact-link-title{
    max-width: 480px;
    margin: 0 auto;
  }
  .contact-link-title .key1{
    padding-left: 30px;
    padding-top: 20px;
  }
  .contact-link-title .key2{
    top: 220px;
    right: 20px;
  }
  .contact-porson{
    width: 300px;
    padding-right: 100px;
  }
  .contact-btn{
    top: 390px;
    /* bottom: -100px; */
  }
}


@media screen and (max-width:500px){
  .contact-link{
    margin-top: 80px;
  }
  .contact-link-title .contact-text{
    font-size: 25px;
    margin-top: -20px;
  }
  .contact-link-title{
    padding-top: 10px;
  }
  
  .contact-link-title .key2{
    top: 130px;
    right: 20px;
  }
  .contact-btn{
    top: 200px;
    width: 70%;
    left: 10%;
  }
  .contact-porson{
    width: 180px;
    padding-top: 0;
    padding-right: 110px;
  }
  .contact-btn p {
    font-size: 18px;
  }
}
/* blog */
.blog{
  padding-top: 100px;
  padding-bottom: 100px;
}
.blog-item{
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.blig-link{
  width: 23%;
}
@media screen and (max-width:768px){
  .blog-item{
    width: 96%;
    margin: 0 auto;
    margin-top: 40px;
  }
  .blig-link{
    width: 47%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:500px){
  .blog{
    padding-top: 50px;
  }
  .blog-text{
    font-size: 13px;
  }
}