@media screen and (max-width: 768px) {
.top .sec {
    width: 100%;
    position: relative;
    z-index: 1;
    min-width:100%;	
    margin: 0 auto 0;
  }

.yuyake .top .eng-t{
	font-size: 14px;
	line-height: 1;
}
.yuyake .top .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	color: #f77636;
}
	
/*--------------------------------------------------
  mv
--------------------------------------------------*/
.yuyake .top .mv {
	width: 100%;
	margin: 0 auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}
.yuyake .top .mv .eng-txt {
	position: absolute;
	width: 48%;
	bottom: -11%;
	right: 0;
	z-index: 1;
}
.yuyake .top .mv .inner {
	background: url("../images/sp-mv-bg.png")0 0 no-repeat;
	background-size: 100% auto;
	width: 100%;
	height: 0;
	padding-top: 65.81%;
	position: relative;
}

.yuyake .top .mv .mv-txt {
	position: absolute;
	width: 85%;
	bottom: 13%;
	left: 5%;
}

	
	
.yuyake .top .mv .calendar-box {
	position: static;
  background:rgba(255,255,255,0.7);
	top: inherit;
	right: inherit;
	border-radius: 10px;
	padding: 15px 18px;
	margin-top: 20px;
}
	
.yuyake .top .mv .calendar {
	width: 100%;
}

.yuyake .top .mv .calendar table {
	width: 100%;
	text-align: center;
	font-size: 12px;
}

.yuyake .top .mv .calendar thead tr {
 background: #f3e14f;
}
.yuyake .top .mv .calendar thead .bg01 {
	border-radius: 5px 0 0 0;
	border: none!important;
}

.yuyake .top .mv .calendar thead .bg02 {
	border-radius: 0 5px 0 0;

}
.yuyake .top .mv .calendar thead th {
	border-left: solid 1px rgba(247,118,54,0.1);
	box-sizing: border-box;
}

.yuyake .top .mv .calendar tr {
	border-bottom: solid 1px #f77636;
	box-sizing: border-box;
	position: relative;
}

.yuyake .top .mv .calendar th {
	text-align: center;
	color: #2a1003;
	padding: 8px 0;
	font-weight: bold;
}

.yuyake .top .mv .calendar td {
	color: #2a1003;
	font-weight: bold;
	text-align: center;
	width: 9%;
	border-left: solid 1px rgba(247,118,54,0.1);
	box-sizing: border-box;
}
.yuyake .top .mv .calendar .color01 {
	color: #f77636;
}
.yuyake .top .mv .calendar .note {
	color: #2a1003;
	font-size: 10px;
	margin-top: 8px;
	line-height: 1.6;
	padding-left:0;
  text-indent:0;
}



/*--------------------------------------------------
  sec01
--------------------------------------------------*/

.yuyake .top .sec01 {
	width: 100%;
	margin:30px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 ;
	position: relative;
}

.yuyake .top .sec01 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: 600px;
}


.yuyake .top .sec01 .inner:after{
  position: absolute;
	background: url("../images/sp-sec01-bg.png")center 0 no-repeat;
	background-size: cover;
  content: "";
  display: block;	
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.yuyake .top .sec01 .image {
	width: 100px;
	margin: auto;
	margin-top: 50px;
}
.yuyake .top .sec01 .n-inner {
	background: #fff;
	border-radius: 10px;
	max-width: 100%;
	margin: auto;
}

.yuyake .top .sec01 .box {
  margin: 0 20px;
}


.yuyake .top .sec01 .news-area {
	width: 90%;
	margin: auto;
	padding: 25px 0 30px;
}


.yuyake .top .sec01 .ttl-box {
	float: none;
	width: 100%;
	margin-top: 10px;
}

.yuyake .top .sec01 .ttl-box .eng-t{
	font-size: 14px;
	line-height: 1;
		text-align: center;
}
.yuyake .top .sec01 .ttl-box .ttl {
	font-size: 24px;
	font-weight: bold;
	line-height: 1.4;
	text-align: center;
	color: #f77636;
}
	
.yuyake .top .sec01 .t-link {
	margin-top: 30px;
	text-align: right;
	margin-right: 25px;
}


.yuyake .top .sec01 .tab_contents {
	float: none;
	width: 100%;
	margin-top: 20px;
}

.yuyake .top .sec01 .tab-area li {
	width: calc(50% - 3px);
	padding: 12px 5px;
	font-size: 2.8vw;
	border-radius: 3px 3px 0 0;
}
.yuyake .top .sec01 .tab-area li.active::after {
	margin-left: -4px;
	border: 4px solid transparent;
	border-top: 8px solid #f77636;
}


.yuyake .top .sec01 .panel_content {
	margin-top: 5px;
	overflow-y: scroll;
	height: 220px;
}

.yuyake .top .sec01 .panel_content li a {
	display: block;
}
.yuyake .top .sec01 .panel_content li {
	border-bottom: dashed 1px #f77636;
	padding: 15px 10px;
	box-sizing: border-box;
}

.yuyake .top .sec01 .panel_content li dl {
	display: block;
	width: 100%;
}
.yuyake .top .sec01 .panel_content li dt {
	display: block;
	width: 100%;
	font-weight: bold;
	font-size: 14px;
}
.yuyake .top .sec01 .panel_content li dd {
	display: block;
	width: 100%;
	font-size: 14px;
}

	
/*--------------------------------------------------
  sec02
--------------------------------------------------*/

.yuyake .top .sec02 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec02 .inner {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.yuyake .top .sec02 .dec {
	position: absolute;
	opacity: 0.5;
}

.yuyake .top .sec02 .decoration01 {
	width: 60px;
	left: 10px;
	top: 10px;
}
.yuyake .top .sec02 .decoration02 {
	width: 90px;
	right: 0px;
	top:30px;
}
.yuyake .top .sec02 .decoration03 {
	width: 70px;
	right: 0;
	bottom: inherit;
	top: 42%;
	z-index: 1;
}

.yuyake .top .sec02 .decoration04 {
	width: 100px;
	left: 10px;
	bottom: 60px;
	
}

.yuyake .top .sec02 .title-box {
	text-align: center;
	margin-bottom: 25px;
}
.yuyake .top .sec02 .title-box .ttl {
	font-size: 24px;
}


.yuyake .top .sec02 .box {
	position: relative;
}
.yuyake .top .sec02 .left {
	float: none;
	width: 100%;
	margin-top: 10px;
}

.yuyake .top .sec02 .left li {
	border-bottom: solid 1px #fac3a9;
	box-sizing: border-box;
	padding: 12px 0;
}
.yuyake .top .sec02 .left li dl {
	display: block;
	width: 100%;
}
.yuyake .top .sec02 .left li dt {
	display: block;
	width: 100%;
	font-weight: bold;
}

.yuyake .top .sec02 .left li dd {
	display: block;
	width: 100%;
}

.yuyake .top .sec02 .left .link01 {
	width: 85%;
	margin: auto;
	margin-top: 30px;
}
.yuyake .top .sec02 .right{
	width: 100%;
	position: inherit;
	top: 0;
	right: 0;
}


.yuyake .top .sec02 .right img {
	border-radius:10px;
	height: 100%;
}

	

/*--------------------------------------------------
  sec03
--------------------------------------------------*/

.yuyake .top .sec03 {
	width: 100%;
	margin: 60px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 ;
	position: relative;
}

.yuyake .top .sec03 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 80px;
}


.yuyake .top .sec03 .inner:after{
  position: absolute;
	background: url("../images/sec03-bg.png")center 0 no-repeat;
	background-size:cover;
  content: "";
  display: block;	
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}



.yuyake .top .sec03 .title-box {
	color: #fff;
	text-align: center;
	padding-top: 65px;
}

.yuyake .top .sec03 .title-box .ttl {
	color: #fff;
	font-size: 24px;
}

.yuyake .top .sec03 .box {
	margin: 0 20px;
}

.yuyake .top .sec03 .i-inner {
	max-width: 100%;
	margin: auto;
}


.yuyake .top .sec03 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 20px;
}

.yuyake .top .sec03 .item {
	width: 100%;
}
.yuyake .top .sec03 .item img {
	border-radius: 10px 10px 0 0;
	height: auto;
}


.yuyake .top .sec03 .item02 {
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
  align-items: center;
}
.yuyake .top .sec03 .item02 .text-box {
	padding: 20px 20px;
	width: 100%;
}
.yuyake .top .sec03 .item02 .text-box .txt {
	font-size: 14px;
}
.yuyake .top .sec03 .item02 .res-box {
	background: #fff6b0;
	color: #f77636;
	margin-top: 10px;
	width: 100%;
	border-radius: 5px;
	padding-bottom: 7px;
}
.yuyake .top .sec03 .item02 .res-box .tel span {
	font-size: 14px;
	font-weight: bold;
}
.yuyake .top .sec03 .item02 .res-box .tel {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	margin-left: 15px;
}
.yuyake .top .sec03 .item02 .res-box .tel a {
	pointer-events: auto;
}

.yuyake .top .sec03 .item02 .tel-box .tel span {
	font-size: 14px;
	font-weight: bold;
}
.yuyake .top .sec03 .item02 .tel-box .tel {
	font-weight: bold;
	font-size: 24px;
	margin-left: 15px;
	line-height: 1.2;
}
.yuyake .top .sec03 .item02 .tel-box .tel a {
	pointer-events: auto;
}

.yuyake .top .sec03 .item02 .link-box {
	margin-top: 20px;
}
.yuyake .top .sec03 .item02 .link02 {
	float: none;
	width: 100%;
	margin-left: 1.5%;
}
.yuyake .top .sec03 .item02 .link02 a {
	font-size: 15px;
	padding: 12px 0;
	margin-bottom: 15px;
}
.yuyake .top .sec03 .item02 .link02 a::after{
	right: 15px;
	margin-top: -7px;
}

	
/*--------------------------------------------------
  sec04
--------------------------------------------------*/

.yuyake .top .sec04 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec04 .inner {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.yuyake .top .sec04 .dec {
	position: absolute;
	opacity: 0.5;
}

.yuyake .top .sec04 .decoration01 {
	width: 100px;
	left: 0;
	top: 55px;
	z-index: 1;
}
.yuyake .top .sec04 .decoration02 {
	width: 55px;
	right:0;
	top:0;
}
.yuyake .top .sec04 .decoration03 {
	width: 100px;
	left:10px;
	bottom: 60px;
}

.yuyake .top .sec04 .decoration04 {
	width: 80px;
	right: 0;
	z-index: 1;
	bottom: 50%;
}

.yuyake .top .sec04 .title-box {
	text-align: center;
	margin-bottom: 20px;
}
.yuyake .top .sec04 .title-box .ttl {
	font-size: 24px;
}


.yuyake .top .sec04 .box {
	position: relative;
}
.yuyake .top .sec04 .right {
	float: none;
	width: 100%;
	margin-top: 25px;
}
.yuyake .top .sec04 .right .ttl01 {
	color: #f77636;
	font-size: 22px;
	position: relative;
	display: inline-block;
}

.yuyake .top .sec04 .right .ttl01::after{
	content: "";
	position: absolute;
	top: 0px;
	right: -18px;
	width: 20px;
	height: 17px;
	background: url("../images/t-icon.png") right center no-repeat;
	background-size: 100% auto;	
}
.yuyake .top .sec04 .right .txt {
	font-size: 14px;
	line-height: 2.2;
	margin-top: 3px;
}


.yuyake .top .sec04 .right .link01 {
	width: 85%;
	margin: auto;
	margin-top: 20px;
}
.yuyake .top .sec04 .left{
	width: 100%;
	position: inherit;
	top: 0;
	left: 0;
}

.yuyake .top .sec04 .left img {
	border-radius: 10px;
	height: auto;
}

	

/*--------------------------------------------------
  sec05
--------------------------------------------------*/

.yuyake .top .sec05 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
	padding: 0 20px;
	position: relative;
}

.yuyake .top .sec05 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 70px;
}

.yuyake .top .sec05 .title-box {
	text-align: center;
	margin-bottom: 20px;
}
.yuyake .top .sec05 .title-box .ttl {
	font-size: 24px;
}
.yuyake .top .sec05 .feature-wrap {
}
.yuyake .top .sec05 .feature-wrap .feature-item {
	flex-direction: column;
    align-items: center;
    gap: 15px;
}
.yuyake .top .sec05 .feature-wrap .feature-item:nth-child(odd) {
	flex-direction: column;
}
.yuyake .top .sec05 .feature-wrap .feature-item .img-wrap, .yuyake .top .sec05 .feature-wrap .feature-item .text-wrap {
  width: 100%;
}
.yuyake .top .sec05 .feature-wrap .feature-item .text-wrap .feature-label {
  margin-top: 0;
  margin-bottom: 10px;
}
.yuyake .top .sec05 .feature-wrap .feature-item .text-wrap .feature-title {
  margin-bottom: 10px;
}
.yuyake .top .sec05 .feature-wrap .feature-item .link01 {
  width: 85%;
    margin: auto;
    margin-top: auto;
    margin-top: 20px;
}


	
/*--------------------------------------------------
  sec06
--------------------------------------------------*/

.yuyake .top .sec06 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec06 .inner {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}

.yuyake .top .sec06 .dec {
	position: absolute;
	opacity: 0.5;
}

.yuyake .top .sec06 .decoration01 {
	width: 80px;
	left: 10px;
	top: 50px;
}
.yuyake .top .sec06 .decoration02 {
	width: 100px;
	right:0;
	top:120px;
	z-index: 1;
}
.yuyake .top .sec06 .decoration03 {
	width: 0;
}

.yuyake .top .sec06 .decoration04 {
	width: 70px;
	left: inherit;
	right: 20px;
	bottom: inherit;
	top: 20px;
}

.yuyake .top .sec06 .title-box {
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	margin: auto;
}
.yuyake .top .sec06 .title-box .ttl span{
	display: inline;
	border-left: dotted 3px #f7ac36;
	line-height: 1.7;
	font-size: 24px;
	font-weight: bold;
}


.yuyake .top .sec06 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 30px;
}

.yuyake .top .sec06 .item {
	width: 90%;
	margin: auto;
	margin-bottom: 20px;
}

.yuyake .top .sec06 .item img {
	border-radius: 5px;
}
.yuyake .top .sec06 .item01 {
	margin-top: 0;
}
.yuyake .top .sec06 .item02 {
	margin-top: 0;
}
.yuyake .top .sec06 .item03 {
	margin-top: 0;
}

.yuyake .top .sec06 .link02 a {
	background: #fff;
	font-size: 15px;
	padding: 10px 0;
	width: 70%;
	margin: -30px auto 0;
}	
	
	
/*--------------------------------------------------
  sec07
--------------------------------------------------*/

.yuyake .top .sec07 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0;
	position: relative;
}

.yuyake .top .sec07 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 80px;
}


.yuyake .top .sec07 .inner:after{
  position: absolute;
	background: url("../images/sec07-bg.png")center 0 no-repeat;
	background-size: cover;
  content: "";
  display: block;	
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}

.yuyake .top .sec07 .f-ttl {
	max-width: 100%;
	margin: auto;
	padding: 0 20px;
	padding-top: 65px;
}

.yuyake .top .sec07 .title-box {
	color: #fff;
	float: none;
}
.yuyake .top .sec07 .r-txt{
	color: #fff;
	float: none;
	font-size: 14px;
	border-left: none;
	padding: 10px 0;
	margin-left: 0;
	padding-left: 0;
}
.yuyake .top .sec07 .title-box .ttl {
	color: #fff;
	font-size: 24px;
}

.yuyake .top .sec07 .box {
	margin: 0 20px;
}

.yuyake .top .sec07 .i-inner {
	max-width: 100%;
	margin: auto;
}


.yuyake .top .sec07 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 15px;
}

.yuyake .top .sec07 .item {
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

.yuyake .top .sec07 .item a {
	background: #fff;
	display: block;
	border-radius: 5px;
	padding: 10px 10px 0 10px;
}

.yuyake .top .sec07 .item img {
	border-radius: 5px 5px 0 0;
	height: 150px;
}


.yuyake .top .sec07 .item .t-link{
	display: block;
	color: #f77636;
	position: relative;
	font-size: 15px;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 0;
	font-weight: bold;
}

.yuyake .top .sec07 .item .t-link::after{
	content: "";
	position: absolute;
	top: 50%;
	right: 5px;
	width: 14px;
	height: 13px;
	margin-top: -7px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}
	

/*--------------------------------------------------
  sec08
--------------------------------------------------*/

.yuyake .top .sec08 {
	width: 100%;
	margin: 20px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec08 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto;
	padding-bottom: 30px;
}


.yuyake .top .sec08 .inner:after{
  position: absolute;
	background: none;
	background-size: cover;
  content: "";
  display: block;	
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}


.yuyake .top .sec08 .i-inner {
	max-width: 100%;
	margin: auto;
}

.yuyake .top .sec08 .box {
  margin: 0 0;
}

.yuyake .top .sec08 .title-box {
	text-align: center;
	margin-bottom: 20px;
	padding-top: 10px;
}
.yuyake .top .sec08 .title-box .ttl {
	font-size: 24px;
}

.yuyake .top .sec08 .title-box .txt {
	text-align: left;
	font-size: 14px;
	margin-top: 20px;
}


.yuyake .top .sec08 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
}

.yuyake .top .sec08 .item {
	width: 100%;
	margin-bottom: 20px;
}
.yuyake .top .sec08 .item .image img {
	border-radius: 5px 5px 0 0;
	height: 120px;
}
.yuyake .top .sec08 .item a {
	display: block;
	position: relative;
}
.yuyake .top .sec08 .item .icon {
	position: absolute;
	z-index: 1;
	width: 55px;
	bottom: 10px;
	left: 0;
}

.yuyake .top .sec08 .item .l-txt {
	background: #fff;
	border-radius: 0 0 5px 5px;
	padding: 12px 0;
}


.yuyake .top .sec08 .item .t-link{
	display: block;
	color: #f77636;
	position: relative;
	font-size: 15px;
	box-sizing: border-box;
	font-weight: bold;
	z-index: 2;
}

.yuyake .top .sec08 .item .t-link span{
	font-weight: bold;
	padding-left:67px;
}

.yuyake .top .sec08 .item .t-link::after{
	content: "";
	position: absolute;
	top: 50%;
	right:15px;
	width: 14px;
	height: 13px;
	margin-top: -7px;
	background: url("../images/arrow01.png") right center no-repeat;
	background-size: 100% auto;	
}
.yuyake .top .sec08 .link01 a {
	width: 85%;
	margin: auto;
  margin-top: 25px;
}

	
	
/*--------------------------------------------------
  sec09
--------------------------------------------------*/

.yuyake .top .sec09 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec09 .inner {
	width: 100%;
	position: relative;
	background: url("../images/sec09-bg.jpg")center center no-repeat;
	background-size: cover;
	height: 100%;
	border-radius: 10px;
	padding-bottom: 60px;
	overflow: hidden;
}


.yuyake .top .sec09 .i-inner {
	max-width: 100%;
	margin: auto;
}

.yuyake .top .sec09 .box {
  margin: 0 0px;
}

.yuyake .top .sec09 .title-box {
	color: #fff;
	text-align: center;
	padding-top: 50px;
	margin-bottom: 20px;
}

.yuyake .top .sec09 .title-box .ttl {
	color: #fff;
	font-size: 35px;
}
.yuyake .top .sec09 .title-box .eng-t {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
}

.yuyake .top .sec09 .image-box {
	position: relative;
}

.yuyake .top .sec09 .image01 {
	width: 80%;
	margin: auto;
}

.yuyake .top .sec09 .image02 {
	width: 22%;
	top: -30px;
	position: absolute;
	left: 5%;
}

.yuyake .top .sec09 .image03 {
	width: 25%;
	bottom: -40px;
	position: absolute;
	right: 2%;
}
.yuyake .top .sec09 .image04 {
	width: 22%;
	top: -40px;
	position: absolute;
	right: 2%;
}

.yuyake .top .sec09 .txt {
	width:80%;
	margin: auto;
	color: #fff;
	font-weight: bold;
	font-size: 14px;
	margin-top: 50px;
}
.yuyake .top .sec09 .link03 a {
	font-size: 15px;
	width: 80%;
	margin: 30px auto 0;
}	
	
	
/*--------------------------------------------------
  sec10
--------------------------------------------------*/

.yuyake .top .sec10 {
	width: 100%;
	margin: 70px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec10 .inner {
	max-width: 100%;
	margin: auto;
}


.yuyake .top .sec10 .title-box {
	position: relative;
	text-align: center;
	width: 100%;
}

.yuyake .top .sec10 .title-box .ttl{
	position: relative;
	display: inline-block;
}

.yuyake .top .sec10 .title-box::after{
  position: absolute;
  content: "";
  background-color: #fbede6;
  background-image:radial-gradient(#f9bb9c 30%, transparent 30%);
  background-size: 5px 5px;
	top: 50%;
	right: 0;
	height: 5px;
	width: 14%;
	z-index: -1;
}
.yuyake .top .sec10 .title-box::before{
  position: absolute;
  content: "";
  background-color: #fbede6;
  background-image:radial-gradient(#f9bb9c 30%, transparent 30%);
  background-size: 5px 5px;
	top: 50%;
	left: 0;
	height: 5px;
	width: 14%;
	z-index: -1;
}
.yuyake .top .sec10 .title-box .ttl::after{
  position: absolute;
  content: "";
	background: url("../images/sec10-img02.png")right 0 no-repeat;
	background-size: 100% auto;
	height: 38px;
	width: 32px;
	right: -45px;
}
.yuyake .top .sec10 .title-box .ttl::before{
  position: absolute;
  content: "";
	background: url("../images/sec10-img01.png")left 0 no-repeat;
	background-size: 100% auto;
	height: 34px;
	width:46px;
	left: -56px;
}

.yuyake .top .sec10 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 25px;
}

.yuyake .top .sec10 .item {
	width: 100%;
	margin-bottom: 20px;
}

.yuyake .top .sec10 .item .link02 a {
	background: #fff;
	border: none;
	box-shadow: 0px 4px 0px -1px #f77636;
}

	
/*--------------------------------------------------
  sec11
--------------------------------------------------*/

.yuyake .top .sec11 {
	width: 100%;
	margin: 50px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec11 .inner {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-bottom: 50px;
}


.yuyake .top .sec11 .inner:after{
  position: absolute;
	background:#f8e1d6;
  content: "";
	border-radius: 10px;
  display: block;	
	width: 100%;
	height: 100%;
	top: 0;
	z-index: -1;
}


.yuyake .top .sec11 .title-box {
	text-align: center;
	padding-top:50px;
}

.yuyake .top .sec11 .title-box .ttl {
	font-size: 24px;
}

.yuyake .top .sec11 .box {
	margin: 0 20px;
}

.yuyake .top .sec11 .i-inner {
	max-width: 100%;;
	margin: auto;
}


.yuyake .top .sec11 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 20px;
}

.yuyake .top .sec11 .item {
	width: 100%;
}

.yuyake .top .sec11 .item img {
	border-radius: 10px 10px 0 0;
	height: auto;
}

.yuyake .top .sec11 .item02 {
	background: #fff;
	border-radius: 0 0 10px 10px;
	display: flex;
  align-items: center;
	position: relative;
}

.yuyake .top .sec11 .text-box {
	width: 90%;
	padding-top: 20px;
	margin: auto;
	padding-bottom: 25px;
}

.yuyake .top .sec11 .text-box::after{
	background: url("../images/sec11-img02.png")0 0 no-repeat;
	background-size:cover;
	width: 50%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	right: 0;
	content: "";
	display: block;
	top: 0;
}

.yuyake .top .sec11 .link01 {
	margin-top: 15px;
}
.yuyake .top .sec11 .link01 a {
	width: 85%;
	margin: auto;
	padding: 15px 40px;
}
.yuyake .top .sec11 .link04 a {
	width: 85%;
	margin: auto;
	padding: 15px 40px;
}
	
	
	
/*--------------------------------------------------
  sec12
--------------------------------------------------*/

.yuyake .top .sec12 {
	width: 100%;
	margin: 70px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec12 .inner {
	width: 100%;
	position: relative;
	background: url("../images/sec12-bg.jpg")center 0 no-repeat;
	background-size: cover;
	height: 100%;
	border-radius: 10px;
	padding-bottom: 55px;
	overflow: hidden;
}


.yuyake .top .sec12 .eng-txt {
	width: 140px;
	position: absolute;
	right:0;
	left: 0;
	margin: auto;
	top: -32px;
	z-index: 2;
	padding-left: 10px;
	display: block;
}

.yuyake .top .sec12 .i-inner {
	max-width: 100%;
	margin: auto;
}

.yuyake .top .sec12 .box {
  margin: 0 20px;
}

.yuyake .top .sec12 .title-box {
	color: #fff;
	text-align: center;
	padding-top: 40px;
	margin-bottom: 20px;
}

.yuyake .top .sec12 .title-box .ttl {
	color: #fff;
	font-size:26px;
}


.yuyake .top .sec12 .title-box .r-txt {
	font-weight: bold;
	font-size: 16px;
	margin-top: 15px;
	margin-bottom: 0;
}

.yuyake .top .sec12 .link01 a{
	width: 85%;
	margin: auto;
}
	
	
/*--------------------------------------------------
  sec13
--------------------------------------------------*/

.yuyake .top .sec13 {
	width: 100%;
	margin: 70px auto 0;
	min-width: 100%;
	box-sizing:border-box;
  padding: 0 20px;
	position: relative;
}

.yuyake .top .sec13 .inner {
	width: 100%;
	max-width: 100%;
	margin: auto;
	position: relative;
}
.yuyake .top .sec13 .item-box {
	display: block;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 40px;
}
.yuyake .top .sec13 .item {
	background: #fff;
	width: 100%;
	border-radius: 10px;
	margin-bottom: 20px;
}
.yuyake .top .sec13 .item .i-inner {
	padding: 25px 20px;
}

.yuyake .top .sec13 .item h3 {
	font-weight: bold;
	text-align: center;
	font-size: 24px;
	
}

.yuyake .top .sec13 .item .i-link {
	margin-top: 20px;
}
.yuyake .top .sec13 .item .i-link01 {
	margin-top: 12px;
}
/*--------------------------------------------------
  2024.06追加
--------------------------------------------------*/
.yuyake .top .mv .jaha-box{
	position: unset;
    margin: 24px 0;
}
.yuyake .top .mv .jaha-box img{
	max-width: unset;
	width: 100%;
}
/*--------------------------------------------------
  2024.07追加
--------------------------------------------------*/
.yuyake .top .mv .LINE-box{
	position: unset;
    margin: 24px 0;
}
.yuyake .top .mv .LINE-box img{
	max-width: unset;
	width: 100%;
}	
/*--------------------------------------------------
  2025.03追加
--------------------------------------------------*/
	.top_bnr_box li {
		width: 100%;
		margin: 0 auto;
	}
	
/*--------------------------------------------------
  2025.05追加 - ナビ
--------------------------------------------------*/
	.flex-box.sp-nav-btn{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
		margin-top: 40px
	}
	.flex-box.sp-nav-btn li{
		width: 49%;
		margin: 0 0 10px;
	}
	.flex-box.sp-nav-btn li a{
		display: block;
		color: #fff;
		position: relative;
		font-size: 13px;
		background: #f77636;
		border-radius: 10px;
		text-align: center;
		font-weight: bold;
		padding: 1.3em 20px;
		box-shadow: 0px 5px 0px -1px #d85c1e;
	}
	.flex-box.sp-nav-btn li a::after{
		right: 10px;
	}
	.hospital.medical .flex-box.sp-nav-btn{
		margin-top: 0;
		padding: 30px 20px 0;
	}
	.hospital.medical .flex-box.sp-nav-btn li.link01{
		width: 49%;
		margin: 0 0 10px;	
	}
}
@media screen and (max-width: 360px) {
	.flex-box.sp-nav-btn li {
        width: 49%;
        margin: 0 0 10px;
        display: flex;
        align-items: stretch;
    }
	.flex-box.sp-nav-btn li a {
        color: #fff;
        position: relative;
        font-size: 13px;
        background: #f77636;
        border-radius: 10px;
        text-align: center;
        font-weight: bold;
        padding: 1.3em 20px;
        box-shadow: 0px 5px 0px -1px #d85c1e;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}