/* Test CTR */

a.btn_13 {
	display: flex;
    justify-content: space-between;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 120px;
	margin: auto;
	padding: 1rem 4rem;
	font-weight: bold;
	background: #eee;
	color: #27acd9;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
}
a.btn_13::before {
	content: '';
	position: absolute;
	top: calc(50% - 2px);
	right: 1em;
	transform: translateY(calc(-50% - 2px)) rotate(45deg);
	width: 10px;
	height: 1px;
	background: #27acd9;
}
a.btn_13::after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	transform: translateY(-50%);
	width: 50px;
	height: 1px;
	background-color: #27acd9;
}
a.btn_13:hover {
	background: #d4eef7;
	color: #27acd9;
}

.paulsp{
  max-width: 450px;
  margin: 0 auto;
}

/* Main View */
body{
  background: inherit;
}

.header{
  max-width: 768px;
}

.xxx{
  background-color:#FAE5E8;
  max-width: 768px;
}

.xxxx{
  background-color:white;
  max-width: 768px;
}


/* Main View */
.mv{
  background: url(https://reset-job.com/wp-content/uploads/2022/06/23052450_l.png) no-repeat;
  background-position: top center;
  max-height: 380px;
  max-width: 768px;
  background-size: cover;
  justify-content: start;
}

@media screen and (min-width: 500px) {fv
  .mv{
    justify-content: space-around;
  }
}

/* @media screen and (min-width: 640px) {
.mv{
  max-height: 640px;
}
} */

.catchcopy{
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

.w-wrapper { 
  display: flex; 
  align-items: center; 
  justify-content: center; 
  width: 250px; 
  height: 30px; 
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 640px) {
  .w-wrapper{
    width: 50%;
    height: 100%;
    line-height: 1rem;
  }
}

.number-wrapper { 
  display: flex;
  align-items: flex-start;
  width: 105px; 
  height: 105px; 
  position: relative;
}

.blur { 
background-color:white;
z-index: 0; 
position: absolute; 
width: 100%; 
height: 100%; 
object-fit: cover;
border-radius: 10px;
}

.blur-20{
filter: blur(20px);
}

.blur-10{
filter: blur(10px);
}

.surface-text { 
z-index: 1;
font-weight: bold; 
} 

/* Vision View */

.visions{  
background: url(https://reset-job.com/wp-content/uploads/2022/03/レイヤー-0.png) center right;
background-size: cover;
}  

.visions-text{
color: black;
}

.visions-box{
  border:1px solid white;
  box-shadow: 4px 4px 1px white;
  padding:16px;
  margin:20px;
  }
/* Job Detail LIST */

.list-block{ 
  max-width: 768px;
  margin: auto;
}

/* Footer */

.mainfooter{
  background-color:rgba(112,112,112,0.3);
}

.blur-for-footer { 
  background-color:rgba(112,112,112,0.3);
  z-index: 0; 
  position: absolute; 
  width: 100%; 
  height: 100%; 
  object-fit: cover;
}

/* Form */

.bg-form{
  background: url(https://reset-job.com/wp-content/uploads/2022/03/レイヤー-0.png) center right;    
}

form{
max-width: 768px;
display: grid;
margin-left: auto;
margin-right: auto;
}

@media (min-width: 640px){
  form{
    grid-template-columns: repeat(2,minmax(0,1fr));
  }
}


/* Add content to TAILLANDWCSS */

.vertical-text-center{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
}

.text-4xxl{
    font-size: 2.5rem;
}

.bbg-table{
background-color:rgba(255, 255, 255, 0.5);
}

.shadow-hero{
text-shadow: 6px 6px 6px #FF9100;
}

.rounded-4xl{
border-radius: 3.75rem;
}

@media screen and (min-width: 639px) {
    .pc-non{
        display: none;
    }
  }

@media screen and (max-width: 639px) {
  .sp-non{
      display: none;
  }
}

@media screen and (max-width: 335px) {
  .minmasp-non{
      display: none;
  }
}


/* BLUR */


/* 220420 new */

/* FONTS  */
body{
  font-family: kozuka-mincho-pro, serif;
  font-style: normal;
  }


  /* REASON SECTION */
.reason-box{
  position: relative;

}

.reason-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5rem;
}

.plus-text{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%,-50%);
  font-weight: 700;
  white-space: nowrap;
  line-height: 1.5rem;
}

.pinkhilight{
  color:#FD3E86;
  font-size:28px;
}

.reason-img {
  max-width: 170px;
}

.big-p-28{
font-size:28px; 
color:#FD3E86;
}

.big-b-28{
  font-size:28px; 
  }


.mid-b-24{
font-size:24px;
}

.talkyou{
  font-size:18px;
}

.pink-re-set{
  color:#FD3E86;
}

.roc-number{
  font-size:28px;
}

.line-web{
max-width:100%;
}

.border-line{
  border-width:1px;
  
}

.black-pink{
    background-color: #0a321f;
    color: #fecfe3;
}


#main{
  margin: 0;
}

#main .wrapper {
  max-width: 768px;
  margin: 0 auto;
}

#main img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

@media screen and (max-width; 767px){

#main{
    margin: 0;
  }
  
  #main .wrapper {
    max-width: 450px;
    margin: 0 auto;
  }
  
  #main img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
}

.ctr-button{
  background: url(https://req-japan.com/wp-content/uploads/2022/07/idx_bg007.jpg) no-repeat top center;
}

/* .ctr-button2{

} */

.source-han{
  font-family: source-han-serif-japanese, serif!important;
}

.howtousetext{
  background-color: #01143E;
  color:white;
}

.offertext{
  color:black;
  }

.ctr-button3{
    background-color: #01143E;
}

.whitetogold{
    background: rgb(255,255,255);
    background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(201,170,106,0.72919590199361) 49%, rgba(201,170,106,1) 100%);
  }

.goldtowhite{
  background: rgb(201,170,106);
  background: linear-gradient(180deg, rgba(201,170,106,1) 0%, rgba(201,170,106,1) 22%, rgba(255,255,255,1) 100%);
}

.box17{
  margin:2em 0;
  position: relative;
  /* padding: 0.5em 1.5em; */
  border-top: solid 2px black;
  border-bottom: solid 2px black;
}
.box17:before, .box17:after{
  content: '';
  position: absolute;
  top: -10px;
  width: 2px;
  height: -webkit-calc(100% + 20px);
  height: calc(100% + 20px);
  background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
  margin: 0; 
  padding: 0;
}

.qandabd{
  border-width: 2px;
  border-color: #C9AA6A;
}


/* CV PAGE */

.bgcover{
  max-width: 768px;
  margin: 0 auto;
  height: 200px;
  background-image: url(https://req-japan.com/wp-content/uploads/2024/04/210.jpg);
  background-size: cover;
  background-position: center;
  /* filter: blur(3px); */
}

.bgcover:after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  z-index: 1;
  height: 50px;
  background: linear-gradient(transparent, #000);
  bottom: 0;
}

.sub{
  display: block;
  margin-top: 0.5em;
  color: #f39801;
  font-size: 0.8rem;
}

#shop_list a {
  text-align: center;
  border-bottom: 1px solid #4d4d4d;
  margin: 0 0.5em;
  font-size: 1.5rem;
  position:relative;
}

#shop_list a:before {
  content: '';
  position: absolute;
  color: #4d4d4d;
  width: 10px;
  height: 10px;
  border: 0;
  border-bottom: solid 2px #f39801;
  border-right: solid 2px #f39801;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  left: 10px;
  bottom: 0;
  margin: auto;
}

.parent {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 92%;
  font-size: 1.5rem;
  margin: 0 auto;
  gap:1rem;
}
  
.div1 { grid-area: 1 / 1 / 2 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 1 / 3 / 2; }
.div4 { grid-area: 2 / 2 / 3 / 3; }

.shop-wrap{
  width: 92%;
  max-width: 768px;
  margin: 0 auto;
}

.shopTitle{
  font-size: 1.5rem;
  font-weight: bold;
  color: #FFF;
  text-align: left;
  margin-top: 7rem;
  border-bottom: 5px solid #f39801;
}

.shopImg{
  width: 75%;
  object-fit: cover;
  margin: 2rem auto;
}

.shopInfo{
  color: #FFF;
  font-size: 1.2rem;
  margin: 0 auto;
  padding-top: 2rem;
  padding-top: 2rem;
}

.shopInfo .title{
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  color: #FFF;
  background-color: #68511b;
}

.shopInfo .time{
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  color: #FFF;
  border-bottom: 1px solid #4d4d4d;
}

.shopInfo .tel{
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  padding: 0.5rem 0;
  font-weight: bold;
  color: #FFF;
  border-bottom: 1px solid #4d4d4d;
}

.shopInfo .tel .number {
  padding: 0.5rem 2rem;
}

.shopInfo .tel .number:before{
  content: '';
  position: absolute;
  color: #4d4d4d;
  background-image: url(https://www.ousama2603.com/Portals/0/images/shop/ico_tel_brown.png);
  top: 50%;
  /* bottom: 50%; */
  /* transform: translateY(-50%); */
  left: 0;
  width: 30px;
  height: 30px;
  margin-left: 5px;
  background-size: cover;
}

.shopInfo .cv{
  display: flex;
  flex-direction: row;
  text-align: center;
  font-size: 1.5rem;
  padding: 0.5rem 0;
  color: #FFF;
  justify-content: space-evenly;
  margin: 2rem 0;
}


.sub-gold{
  color: #f39801;
  font-size: 1rem;
}


.linebtn{
  display: block;
  width: 100%;
  text-align: center;
  background-color: #00b900;
  color: #FFF;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}

.webbtn{
  display: block;
  width: 100%;
  text-align: center;
  background-color: blue;
  color: #FFF;
  font-size: 1.5rem;
  padding: 0.5rem 2rem;
  border-radius: 5px;
}