
@media screen and (min-width: 1280px) {
	.box_main {
	width: 1280px;
	margin: 0 auto;
	}
	.head_title-pc {
	width: 1280px;
	margin: 0 auto;
	}
	.head_title-phone {
	display: none;
	}
	.area_rss {
	width: 1100px;
	margin: 0 auto;
	}
}
@media screen and (max-width: 1279px) {
	.box_main , .area_rss {
	width: 80%;
	margin: 0 auto;
	}
	.head_title-pc {
	width: 100%;
	margin: 0 auto;
	}
	.head_title-phone {
	display: none;
	}
}
@media screen and (max-width: 767px) {
	.box_main , .area_rss {
	width: 90%;
	margin: 0 auto;
	}
	.head_title-phone {
	display: block;
	width: 100%;
	margin: 0 auto;
	}
	.head_title-pc {
	display: none;
	}
	.box_rss {
	display: flex;
	flex-wrap: wrap;
	}
	.box_rss_item {
		width: calc(50% / 2);
	}
	.br-disp {
		display: none;
	}
}
@media screen and (min-width: 766px) {
	.br-disp2 {
		display: none;
	}
}
@media screen and (max-width: 810px) {
  .br-disp3 {
    display: none;
  }
}

.rss_box {
	width: 100%;
	margin: 0 auto;
	padding: 100px;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/rss-back.svg);
	background-size: cover;
}

.title_r {
	display: block;
	width: 80%;
	margin: 30px auto 20px;
	font-size: 2.5em;
	letter-spacing: 3px;
	text-align: right;
	color: #333;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.title_l {
	display: block;
	width: 80%;
	margin: 30px auto 20px;
	font-size: 2.5em;
	letter-spacing: 3px;
	text-align: left;
	color: #333;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	font-style: normal;
}
.h2 {
	display: block;
	width: 80%;
	margin: 30px auto 150px;
	font-size: 1.3em;
	line-height: 2.5em;
	text-align: justify;
	font-weight: normal;
}
.h2_1 {
	display: block;
	width: 80%;
	margin: 30px auto 70px;
	font-size: 1.3em;
	line-height: 2.5em;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: #999;
	text-decoration-skip-ink: auto;
	text-underline-offset: 15px;
}
.h2_2 {
	display: block;
	width: 80%;
	margin: 30px auto 150px;
	font-size: 1.3em;
	line-height: 2.5em;
	text-align: right;
	font-weight: normal;
}
.h3_ {
	display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 45px;
  font-size: 2.5em;
  color: #dd3333;
  font-weight: 700;
  margin-bottom: 30px;
}
.h3_:before, .h3_:after {
  content: '';
  top: 50%;
  width: 44px;
  height: 2px;
  background-color: #dd3333;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg);
}
.h3_:before {
  left:30px;
}
.h3_:after {
  right:30px;
}
.h3_2 {
	display: inline-block;
	margin: 20px 0 30px;
	font-size: 3em;
	letter-spacing: 0.5px;
	text-align: center;
	color: #f29600;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 500;
	background: linear-gradient(transparent 70%, #fddaa3 70%);
}
.h4 {
	font-size: 1.5em;
	line-height: 2em;
	text-align: justify;
}
.h5 {
	font-size: 1.3em;
	line-height: 2.2em;
}
.h5 .b {
	display: inline-block;
	margin: 15px 0;
	padding: 10px;
	background-color: #f29600;
	border: 5px solid #fdb33c;
	border-radius: 15px;
	font-size: 1.3em;
	font-weight: bold;
	color: #fff;
}
.under {
	background: linear-gradient(transparent 70%, yellow 70%);
}
.h6 {
	font-size: 1.5em;
	letter-spacing: 2px;
	text-align: center;
	color: #333;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: normal;
}
.h7 {
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	color: #333;
	font-weight: normal;
}
.h7_2 {
	font-size: 1.5em;
	line-height: 2em;
	text-align: left;
	color: #333;
	font-weight: normal;
}
.p {
	line-height: 2em;
}
.cap {
	display: block;
	width: 80%;
	margin: 50px auto;
	font-size: 1.5em;
	line-height: 2em;
	text-align: justify;
	font-weight: normal;
}
.cap2 {
	display: block;
	width: 80%;
	margin: 0 auto;
	font-size: 1.5em;
	line-height: 2em;
	text-align: center;
	font-weight: normal;
}
@media screen and (max-width: 730px) {
	.title_r , .title_l {
	font-size: 2em;
	text-align: center;
	}
	.h2 {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	}
.h2_1 {
	width: 90%;
	margin: 30px auto 70px;
	font-size: 1.2em;
	line-height: 2.4em;
	text-align: justify;
	font-weight: normal;
	text-decoration: underline;
	text-decoration-style: dashed;
	text-decoration-color: #999;
	text-decoration-skip-ink: auto;
	text-underline-offset: 14px;
}
	.h2_2 {
	width: 100%;
	font-size: 1.1em;
	line-height: 2em;
	text-align: justify;
	}
	.h3_ {
	font-size: 1.7em;
	line-height: 1.8em;
	text-align: center;
	}
	.h3_2 {
	font-size: 2.2em;
	}
	.h4 {
	font-size: 1.1em;
	line-height: 1.5em;
	text-align: justify;
	}
	.h6 {
	font-size: 1.3em;
	}
	.h7 {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	.h7_2 {
	font-size: 1.2em;
	line-height: 1.5em;
	}
	.cap {
	width: 100%;
	margin: 30px auto;
	font-size: 1.1em;
	line-height: 1.5em;
	}
	.cap2 {
	width: 100%;
	font-size: 1.3em;
	line-height: 1.7em;
	text-align: justify;
	}
}

.svg {
	width: 600px;
	height: 70px;
	margin: 0 auto 30px;
}
.svg2 {
	width: 70%;
	margin: 0 auto;
}
.svg2_ {
	width: 60%;
	margin: 0 auto;
}
.svg3 {
	width: 550px;
	margin: 0 auto;
}
.svg4 {
	width: 100%;
	margin: 0 auto;
}
.svg5 {
	display: none;
}
@media screen and (max-width: 730px) {
	.svg {
	width: 85%;
	margin: 0 auto 20px;
	}
	.svg2, .svg2_ {
	width: 100%;
	}
	.svg3 {
	width: 100%;
	}
	.svg4 {
	display: none;
	}
	.svg5 {
	display: block;
	width: 100%;
	}
}

.box_1 {
width: 100%;
overflow: hidden;
}
.box_37 {
width: 37%;
margin-right: 3%;
float: left;
}
.box_37 img {
margin-bottom: 15px;
border-radius: 7px;
}
.box_60 {
width: 60%;
float: left;
}
.box_40l {
width: 40%;
padding: 5% 5% 5% 10%;
text-align: left;
font-size: 1.2em;
line-height: 1.8em;
font-weight: 400;
float: left;
}
.box_40r {
width: 40%;
padding: 5% 10% 5% 5%;
font-size: 1.2em;
line-height: 1.8em;
font-weight: 400;
float: left;
}
.box_40l a {
	display: block;
	width: 45%;
	margin-top: 20px;
	margin-right: 0;
	margin-left: auto;
	padding: 0.5em;
	text-align: center;
	color: #333;
	border: #333 1px solid;
	border-radius: 25px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
}
.box_40l a:hover {
	background-position: -100% 0;
	color: #fff;
	text-shadow: none;
}
.box_40r a {
	display: block;
	width: 45%;
	margin: 20px 0;
	padding: 0.5em;
	text-align: center;
	color: #333;
	border: #333 1px solid;
	border-radius: 25px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
}
.box_40r a:hover {
	background-position: -100% 0;
	color: #fff;
	text-shadow: none;
}
.box_60a {
width: 60%;
height: 450px;
margin-bottom: 50px;
border-radius: 30px 0 0 30px;
background-image: url(https://reimei-sato.jp/try-koubou/pict/m_a.jpg);
background-position: center bottom;
background-size: cover;
float: left;
}
.box_60b {
width: 60%;
height: 450px;
margin-bottom: 50px;
border-radius: 0 30px 30px 0;
background-image: url(https://reimei-sato.jp/try-koubou/pict/m_b.jpg);
background-position: center bottom;
background-size: cover;
float: left;
}
.box_60c {
width: 60%;
height: 450px;
margin-bottom: 50px;
border-radius: 30px 0 0 30px;
background-image: url(https://reimei-sato.jp/try-koubou/pict/m_c.jpg);
background-position: center bottom;
background-size: cover;
float: left;
}
.box_60d {
width: 60%;
height: 450px;
margin-bottom: 50px;
background-image: url(https://reimei-sato.jp/try-koubou/pict/m_d.jpg);
background-position: center bottom;
background-size: cover;
float: left;
}
.box_flex {
	display: flex;
	flex-wrap: wrap;
	width: 80%;
	margin: 0 auto;
}
.box_flex2 {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 auto;
}
.box_flex2 img {
	border-radius: 10px;
}
.box_50 {
	width: calc(100% / 2);
	padding: 1%;
	text-align: center;
}
.box_50_2 {
	width: calc(100% / 2);
	padding: 2%;
}
.box_90 {
	width: calc(100% / 3);
	padding: 1.5%;
}
.box_fotorama {
	width: 600px;
	margin: 0 auto;
}
@media screen and (min-width: 731px) {
	.box_80 {
	display: none;
	}
}
@media screen and (max-width: 730px) {
	.box_37 , .box_60 {
	width: 100%;
	float: none;
	}
	.box_37 {
	text-align: center;
	}
	.box_37 img {
	width: 80%;
	margin: 0 auto 15px;
	border-radius: 5px;
	text-align: center;
	}
	.box_40l , .box_40r {
	display: none;
	}
	.box_60a , .box_60c {
	width: 90%;
	height: 230px;
	margin-bottom: 20px;
	border-radius: 0 30px 30px 0;
	}
	.box_60b , .box_60d {
	width: 90%;
	height: 230px;
	margin-bottom: 20px;
	border-radius: 30px 0 0 30px;
	float: right;
	}
	.box_80 {
	width: 80%;
	margin: 0 auto 50px;
	font-size: 1.1em;
	line-height: 1.6em;
	}
	.box_80 a {
	display: block;
	width: 45%;
	margin: 20px auto;
	padding: 0.5em;
	text-align: center;
	color: #333;
	border: #333 1px solid;
	border-radius: 25px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 1) 50%, rgba(0, 0, 0, 1) 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
	}
	.box_80 a:hover {
	background-position: -100% 0;
	color: #fff;
	text-shadow: none;
	}
	.box_flex {
		width: 90%;
	}
	.box_50 {
		width: 98%;
		padding: 1%;
		float: none;
	}
	.box_50_2 {
		width: calc(80% / 1);
		padding: 1%;
		margin: 0 auto 20px;
	}
	.box_90 {
		width: calc(100% / 1);
		padding: 2%;
		margin: 0 auto 20px;
		text-align: center;
	}
	.box_90 img {
		width: 80%;
		border-radius: 5px;
	}
	.box_50_2 img {
		border-radius: 5px;
	}
	.box_fotorama {
		width: 100%;
	}
}

.area_top {
	width: 100%;
	padding: 130px 0;
	background-image: url(https://reimei-sato.j/try-koubou/pict/test.jpg);
	background-position: left top;
	background-size: cover;
}
.area_0 {
	width: 100%;
	padding: 130px 0;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/back_m1.jpg);
	background-position: center bottom;
	background-size: cover;
}
.area_1 {
	width: 100%;
	padding: 130px 0;
}
.area_1-2 {
	width: 100%;
	padding: 70px 0 130px 0;
}
.area_2 {
	width: 100%;
	padding: 130px 0;
	background-color: #fcfcfc;
 	background-image:linear-gradient(-90deg, #fff 50%, transparent 50%);
	background-size: 14px 14px;
}
.area_3 {
	width: 100%;
	padding: 130px 0;
	background-color: #fff;
}
.area_4 {
	width: 100%;
	padding: 130px 0;
}
.area_5 {
	width: 100%;
	padding: 0;
	background-color: #fff;
}
.area_5_top1 {
	width: 100%;
	height: 30px;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/rss-back1.svg);
	background-size: cover;
}
.area_5_top2 {
	width: 100%;
	height: 30px;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/rss-back2.svg);
	background-size: cover;
}
@media screen and (max-width: 730px) {
	.area_0 , .area_1 , .area_1-2, .area_2 , .area_3 , .area_4 {
	padding: 70px 0;
	}
	.area_5_top1 , .area_5_top2 {
	height: 70px;
	}
}

/*icon2*/
.icon1::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_leaf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  position: absolute;
  left: 100px;
}
.icon2::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_bird.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  position: absolute;
  right: 100px;
}
.icon3::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_foot.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 70%;
  position: absolute;
  left: 200px;
}
.icon4::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_car.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 80%;
  position: absolute;
  right: 200px;
}
.icon5::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_hand.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  position: absolute;
  left: 300px;
  margin-top: -90px;
}
.icon6::before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 180px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_tree.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 180px 180px;
  position: absolute;
  right: 300px;
  margin-top: -130px;
}
@media screen and (max-width: 767px) {
	.icon1::before {
	width: 180px;
	height: 230px;
	background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_leaf2.png");
  	background-size: 50%;
	left: 0;
	margin-top: -100px;
	}
	.icon2::before {
	width: 180px;
	height: 230px;
	background-image: url("https://reimei-sato.jp/try-koubou/pict/icon2/icon_bird2.png");
  	background-size: 50%;
	right: 0;
	margin-top: -100px;
	}
	.icon3::before , .icon4::before {
  	display: none;
	}
	.icon5::before , .icon6::before {
  	background-size: 50%;
	left: 0;
	right: 0;
	margin: -100px auto 0px;
	}
}
.icon1-pict::before {
  content: "";
  display: inline-block;
  width: 900px;
  height: 300px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/top-3.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  position: absolute;
	left: 0;
	right: 0;
  margin: -200px auto 0;
}

/*table*/
.info {
	width: 80%;
	margin: 30px auto;
	display: flex;
}
.info dl {
    width: 100%;
}
.info dt {
    display: block;
    width: 30%;
    float: left;
    padding: 20px;
	font-size: 1.5em;
    text-align: right;
    text-justify: inter-ideograph;
	font-weight: bold;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 -1px;
}
.info dd {
    display: block;
    width: 70%;
    float: left;
    padding: 20px;
	font-size: 1.5em;
	border-top: 1px solid #c1c1c1;
	border-bottom: 1px solid #c1c1c1;
	margin: 0 0 -1px;
}
@media screen and (max-width: 760px) {
	.info {
	  width: 100%;
	}
	.info dt {
	  width: 25%;
	  padding: 10px;
	  font-size: 1.3em;
	}
	.info dd {
	  width: 75%;
	  padding: 10px;
	  font-size: 1.3em;
	}
}

.table_2 {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
}
.table_2 tr {
  background-color: #fff;
}
.table_2 tr:nth-child(odd) {
  background-color: #fffcf0;
}
.table_2 th, .table_2 td {
  padding: 1.5em 0.5em;
	border-top: 1px solid #eeead8;
	border-bottom: 1px solid #eeead8;
	margin: 0 0 -1px;
}
.table_2 th {
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
}
@media screen and (max-width: 760px) {
	.table_2 {
	  font-size: 1.1em;
	  margin: 30px 0;
	}
	.table_2 th {
	  width: 35%;
	}
	.table_2 th, .table_2 td {
	  padding: 1em;
	}
}
.table_3 {
  border-collapse: collapse;
  width: 100%;
  max-width: 100%;
  font-size: 1.5em;
}
.table_3 tr {
  background-color: #fff;
}
.table_3 tr:nth-child(odd) {
  background-color: #f8fcfd;
}
.table_3 th, .table_3 td {
  padding: 1em 0.5em;
	border-top: 1px solid #dce2e6;
	border-bottom: 1px solid #dce2e6;
	margin: 0 0 -1px;
}
.table_3 th {
  font-weight: bold;
  text-align: center;
  width: 25%;
  min-width: 4em;
}
@media screen and (max-width: 760px) {
	.table_3 {
	  font-size: 1.1em;
	  margin: 30px 0;
	}
	.table_3 th {
	  width: 35%;
	}
	.table_3 th, .table_3 td {
	  padding: 1em;
	}
}
.info2 {
	width: 100%;
	display: flex;
}
.info2 dl {
    width: 100%;
}
.info2 dt {
    display: block;
    width: 20%;
    float: left;
	padding: 5px 0;
	font-size: auto;
}
.info2 dd {
    display: block;
    width: 80%;
    float: left;
	padding: 5px 0;
	font-size: auto;
}
@media screen and (max-width: 760px) {
	.info2 dt {
	  width: 35%;
	}
	.info2 dd {
	  width: 64%;
	  margin-left: 1%;
	}
}
.info3 {
	width: 80%;
	display: flex;
	margin: 30px auto;
}
.info3 dl {
    width: 100%;
}
.info3 dt {
    display: block;
    width: 25%;
    float: left;
	padding: 10px 0;
	font-size: 1.5em;
}
.info3 dd {
    display: block;
    width: 75%;
    float: left;
	padding: 10px 0;
	font-size: 1.5em;
}
@media screen and (max-width: 760px) {
	.info3 {
	width: 100%;
	}
	.info3 dt {
	font-size: 1.3em;
	}
	.info3 dd {
	font-size: 1.3em;
	}
}

/*就労継続支援B型事業*/

.cap_a {
	width: 100%;
	height: 600px;
	margin: 100px auto;
	position:  relative;
}
.cap_a .text {
	display: block;
	width: 60%;
	margin-right: 0;
	margin-left: auto;
	padding-top: 100px;
	font-size: 1.5em;
	line-height: 2em;
}
.cap_a_img1::before {
  content: "";
  display: inline-block;
  width: 600px;
  height: 400px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/001.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 600px 400px;
  position: absolute;
  border-radius: 7px;
  z-index: -1;
}
.cap_a_img2::before {
  content: "";
  display: inline-block;
  width: 400px;
  height: 268px;
  background-image: url("https://reimei-sato.jp/try-koubou/pict/002.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 400px 268px;
  position: absolute;
  border-radius: 7px;
  z-index: -1;
  right: 150px;
  bottom: 0;
}
@media screen and (max-width: 760px) {
	.cap_a {
	  height: 400px;
	}
	.cap_a .text {
	  width: 90%;
	  font-size: 1.2em;
	  padding: 0;
	}
	.cap_a_img1::before {
	  display: none;
	}
	.cap_a_img2::before {
	  left: 0;
	  right: 0;
	  margin: 0 auto;
	}
}

.to_box {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto 50px;
}
.to_text {
	width: 30%;
	margin-top: 30px;
	padding: 30px;
	text-align: left;
	font-size: 1.2em;
}
.to_text h3 {
  font-size: 24px;
  margin: 0 0 20px;
  text-align: center;
  border-bottom: 1px dashed;
  border-color: #eae9e1;
  padding-bottom: 6px;
}
.to_pict {
  width: 70%;
}
.to_box:nth-child(even) {
  flex-direction: row-reverse;
}
.to_box:nth-child(even) .to_text {
  text-align: left;
}
.to_box:nth-child(even) .to_pict {
  margin-left: 0;
  margin-right: 0;
}
@media (max-width:768px) {
  .to_box {
    flex-direction: column;
	font-size: 1em;
  }
  .to_box:nth-child(even) {
    flex-direction: column;
  }
  .to_text {
    width:90%;
	text-align: left;
	margin: 30px auto 0;
	padding: 10px;
  }
  .to_box:nth-child(even) .to_text {
    text-align: left;
  }
  .to_pict {
    width:100%;
    margin-left: 0;
    text-align: center;
	padding: 20px;
  }
  .to_box:nth-child(even) .to_pict {
    margin-left: 0;
    margin-right: 0;
	padding: 20px;
  }
}

@media screen and (min-width: 980px) {
       .menu > li {
           border-left: 1px solid #ccc;
           width: 20%;
		   margin-top: 15px;
		   font-weight: bold;
       }
       .menu > li:last-child {
           border-right: 1px solid #ccc;
       }
}

.topnav2 {
	margin: 30px 0 0 0;
    padding: 0;
    display: block;
	text-align: right;
}
@media (max-width:1000px) {
	.topnav2 {
	margin: 10px 0 20px 0;
	text-align: left;
	}
}
.work-contact a {
	display: inline-block;
	padding: 8px;
	background-color: #3eb370;
	border: 3px solid #54c786;
	border-radius: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #fff;
}
.work-contact a:hover {
	color: #fff;
	text-decoration: none;
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}

.slider-title {
	margin: 0 auto 20px;
	font-size: 2.5em;
	letter-spacing: 3px;
	text-align: center;
	color: #000;
	font-family: "Mochiy Pop One", sans-serif;
	font-weight: 400;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 7px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}
.slider-text {
	font-size: 1.5em;
	line-height: 2.5em;
	letter-spacing: 0.05em;
	text-align: center;
	color: #000;
	text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 7px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;

}
@media (max-width:768px) {
	.slider-text {
	/*font-size: 1.3em;
	line-height: 1.7em;
	text-align: justify;*/
	display: none;
	}
}

.main_box {
width: 80%;
margin: 0 auto;
Overflow: hidden;
}
.box_r {
width: 50%;
margin: 100px 0;
float: right;
}
.box_l {
width: 50%;
margin: 100px 0;
float: left;
}
.title {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
	font-size: 2.5em;
	letter-spacing: 1px;
	text-align: center;
	color: #333;
	/*font-family: "Mochiy Pop One", sans-serif;*/
	font-weight: 700;
}
.caption {
	display: block;
	width: 100%;
	font-size: 1.3em;
	line-height: 2.5em;
	text-align: justify;
}
@media screen and (max-width: 768px) {
	.title {
	font-size: 1.5em;
	}
	.caption {
	font-size: 1.1em;
	line-height: 2em;
	}
}
.re-back {
width: 100%;
padding: 130px 0;
background-image: url(https://reimei-sato.jp/try-koubou/pict/re-back.jpg);
background-position: right bottom;
background-size: cover;
}
.re-box {
width: 60%;
}
.re-box a {
	display: block;
	width: 45%;
	margin: 20px auto;
	padding: 0.5em;
	font-size: 1.3em;
	font-weight: bold;
	text-align: center;
	color: #fff;
	border-radius: 25px;
	background-image: linear-gradient(to right, #3eb370 50%, #f29600 50%);
	background-position: 0 0;
	background-size: 200% auto;
	transition: .3s;
	text-decoration: none;
}
.re-box a:hover {
	background-position: -100% 0;
	color: #fff;
	text-shadow: none;
}
@media screen and (max-width: 768px) {
	.re-back {
	padding: 70px 0;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/re-back2.jpg);
	}
	.re-box {
	width: 100%;
	}
}
.page-title {
	width: 100%;
	padding: 70px 0;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/page-title-back.jpg);
	background-position: center center;
	background-size: cover;
	font-size: 2.5em;
	letter-spacing: 3px;
	text-align: center;
	color: #fff;
	/*font-family: "Mochiy Pop One", sans-serif;*/
	font-weight: 700;
}
@media screen and (max-width: 768px) {
	.page-title {
	font-size: 1.8em;
	letter-spacing: 3px;
	}
}

.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #333333;
	font-size: 3em;
	font-weight: 900;
}
.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #ED6C00;
    content: '';
}
.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.heading-15 {
    display: inline-block;
    position: relative;
    padding: .5em 1em;
    border-right: 27px solid #ED6C00;
    background-color: #f5f5f5;
    color: #333333;
	font-size: 2em;
	font-weight: 700;
}
.heading-15::before {
    position: absolute;
    bottom: 2px;
    right: -20px;
    z-index: -1;
    transform: rotate(5deg);
    width: 100%;
    height: 50%;
    background-color: #d0d0d0;
    content: "";
    filter: blur(4px);
}
.balloon-002 {
    display: flex;
    justify-content: center;
    position: relative;
    max-width: 300px;
    margin-top: 15px;
    padding: .8em 1.2em;
    border-radius: 5px;
    background-color: #f2f2f2;
    color: #333333;
	font-size: 1.5em;
	font-weight: 700;
}
.balloon-002::before {
    position: absolute;
    top: -15px;
    width: 30px;
    height: 15px;
    background-color: #f2f2f2;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}
@media screen and (max-width: 780px) {
	.heading-16 {
		font-size: 1.5em;
		line-height: 1.6em;
		text-align: center;
	}
	.heading-15 {
		font-size: 1.3em;
		font-weight: 900;
	}
}

.caption_h1 {
	display: block;
width: 80%;
margin: auto;
font-size: 1.8em;
text-align: justify;
}
@media screen and (max-width: 768px) {
	.caption_h1 {
width: 90%;
	font-size: 1.5em;
	}
}

.caption_h2 {
font-size: 1.5em;
font-weight: 500;
text-align: center;
}
@media screen and (max-width: 768px) {
	.caption_h2 {
		font-size: 1.4em;
	}
}

.work-back1 {
width: 100%;
padding: 200px 0;
background-image: url(https://reimei-sato.jp/try-koubou/pict/work-back1.png);
background-position: right top;
background-repeat: no-repeat;
}
.work-box {
width: 60%;
font-size: 1.8em;
line-height: 2.3em;
text-align: left;
}
@media screen and (max-width: 768px) {
	.work-back1{
	padding: 150px 0;
	background-image: url(https://reimei-sato.jp/try-koubou/pict/work-back1.png);
	}
	.work-box {
	width: 100%;
	font-size: 1.5em;
	line-height: 2em;
	}
}