*{
	min-height: 0%;
}
body{
	font-family: 'M PLUS Rounded 1c', sans-serif;
	font-size: 20px;
	color: #333;
	overflow-x: hidden;
	background-color: #fffdfc;
}
/* コモン */
.container{
	width: 1477px;
	margin: 0 auto;
}
.wide{
	width: 1800px;
}
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}
button{
  border: none;
  cursor: pointer;
  outline: none;
  appearance: none;
	font-size: 20px;
	color: #fff;
}
h2{
	font-size: 60px;
}
.mv{
	height: 700px;
	background-color: #fd9;
	overflow: hidden;
}
.mv>.container{
	position:relative;
	height: 100%;
}
.catchC{
	font-weight: bold;
	font-size: 65px;
	position:absolute;
	top: 0;
	bottom:0;
	z-index: 1;
	width: 680px;
	line-height: 1.3em;
}
.catchC div{
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
.mv .catchI{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: 1049px;
}
.catchI img{
	width: 100%;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInRight {
  animation-name: slideInRight;
  animation-duration: 3s;
  animation-timing-function: ease;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-150px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
  animation-duration: 1s;
  animation-timing-function: ease;
}
.worry{
	margin-top: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.worry h2{
	/* font-size: 60px; */
	color: #eb6100;
}
.worryList{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.worryList li {
	background-image: url(../img/check.png);
	background-position-y: center;
	background-repeat: no-repeat;
	font-size: 30px;
	padding-left: 80px;
	height: 55px;
	margin-top: 10px;
	display: flex;
	align-items: center;
}

/* オレンジのボタン */
.toDetail {
	padding: 40px;
	font-size: 40px;
	width: 600px;
	margin-top: 50px;
	border-radius: 20px;
}
/* お問い合わせボタン */
.contContent_r .contact-btn {
	padding: 15px;
    width: 568px;
    font-size: 16px;
    border-radius: 10px;
}
.info-btn,
.toDetail,
.contContent_r .contact-btn {
	box-sizing: border-box;
	background-color: #eb6100;
	color: #fff;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	box-shadow: 9px 9px 10px 0px rgba(0,0,0,0.6);
	transition: color .5s,background-color .5s;
}
.info-btn::after,
.toDetail::after,
.contContent_r .contact-btn::after {
	content:"\03e";
}
.info-btn:hover,
.toDetail:hover,
.contContent_r .contact-btn:hover {
	background-color: #ff9;
	color: #333;
}

.sankaku{
	text-align: center;
	margin-top: 100px;
}
.mainSupport{
	display: flex;
  flex-direction: column;
  align-items: center;
}
.mainSupport h2{
	text-align: center;
	/* font-size: 60px; */
	color: #eb6100;
	line-height: 1.3em;
}
.mainSupportList{
  display: flex;
  flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}
.mainSupportList dl{
	width: 30%;
}
.mainSupportList dl:nth-child(2),.mainSupportList dl:nth-child(5){
	margin-right: 5%;
	margin-left: 5%;
}
dd{
	margin-inline-start: 0;
}
.mainSupportList dt{
	text-align: center;
}
.mainSupportList dd{
	margin-top: 25px;
	text-align: center;
	font-size: 36px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.mainNews{
	margin-top: 120px;
}
.mainNews h2{
	/* font-size: 60px; */
	text-align: center;
}
.newsAndFb{
	display: flex;
	justify-content: space-between;
}
.newsWrap{
	flex-grow: 1;
}
.readMore{
	display: flex;
	align-items: center;
	color: #333;
	text-decoration: none;
	font-size: 28px;
  width: 170px;
  margin: 15px 0 15px auto;
}
.readMore:hover{
	text-decoration: underline;
}
.readMore span{
	display: block;
	border-style: solid;
	border-width: 13px 0 13px 11px;
	border-color: transparent transparent transparent #eb6200;
	margin-right: 15px;
}
.mainNewsLists{
	border: 5px solid #eb6100;
	border-radius: 20px;
	padding-top: 40px;
	padding-bottom: 60px;
}
.infoList{
	margin-block-start: 0;
	margin-block-end: 0;
	padding: 20px;
	font-size: 24px;
	margin-right: 45px;
	margin-left: 45px;
	border-bottom: 3px dashed #333;
	display: flex;
}
.infoList dt{
	margin-right: 20px;
}
.infoList a{
	color: #333;
	text-decoration: none;
}
.infoList a:hover{
	text-decoration: underline;
}
.mainSns{
	width: 295px;
	margin-left: 50px;
	height:450px;
}
.fb-page{
	width: 295px;
	height: 100%;
}
.mainAccess{
	margin-top: 120px;
}
.mainAccess h2{
	/* font-size: 60px; */
	text-align: center;
}
.accessDetail{
	display: flex;
	justify-content: space-between;
	flex-wrap: nowrap;
}
.accessDetail_l dl{
	margin-bottom: 35px;
}
.accessDetail_l dt{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}
.accessDetail_l dd{
	font-size: 24px;
}
.accessDetail_r{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
}
.accessDetail_r div{
	width: 100%;
}
.accessDetail_r img{
	width: 100%;
}

/* お問い合わせはこちら */
.mainContact{
	display: none; /*ページ読み込み時チラつくので非表示*/
	background-color: #ffc;
    padding-bottom: 20px;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    transition: opacity 0.5s; /*スクロールするときのCSSアニメーション*/
	will-change: transform; /*cssアニメーション時のチラつく対策*/
}
.mainContact h2{
	font-size: 20px;
	text-align: center;
}
.contContent{
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.contContent_l{
	box-sizing: border-box;
    display: flex;
    align-items: center;
	justify-content: flex-end;
    gap: 20px;
}
.contContent_r {
	display: flex;
    padding-left: 30px;
    align-items: center;
}
.contContent_r .toDetail{
	margin-top: 0;
}
/* 電話番号リンク */
.contContent_l .address {
	text-decoration: none;
	font-size: 30px;
	color: #eb6100;
}
/* 受付時間 */
.contContent_l span {
	font-size: 18px;
}

/* 就職実績 */
.record h2 {
	text-align: center;
}
.record-list {
	display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 50px;
}
.record-list__item {
	display: flex;
    flex-direction: column;
    text-align: center;
    border: 5px solid #FF6600;
    border-radius: 100%;
    padding: 6%;
}
.record-list__title,
.value-unit,
.record-list__current,
.record-list__text {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
	color: #333366;
}
.record-list__title {
	font-size: 50px;
	margin-bottom: 10px;
}
.value {
	display: flex;
    justify-content: center;
    align-items: baseline;
}
.value-number {
	font-size: 150px;
	color: #FF3300;
	font-weight: bold;
}
.value-unit {
	font-size: 30px;
    font-weight: bold;
}
.record-list__current,
.record-list__text {
	margin-top: 0;
    font-weight: bold;
}
.record-list__current {
    font-size: 32px;
}
.record-list__text {
	font-size: 50px;
}

/* インフォメーション */
.info {
	padding: 80px 0 51px 0;
}
.info-list {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 40px;
}
.info-btn {
	padding: 40px 20px;
	font-size: 28px;
	border-radius: 20px;
}

@media(max-width: 1820px){
	.wide{
		width: 1477px;
	}
	.mv .catchI{
		width: 800px;
	}
}
@media(max-width: 1496px){
	.container{
		width: 95%;
	}
	.catchC{
		font-size: 47px;
	}
	.mv {
    height: 460px;
	}
	.mv .catchI{
		width: 700px;
	}
	.worry{
		margin-top: 70px;
	}
	.worryList li{
		font-size: 25px;
		background-size: 45px;
		height: 43px;
		padding-left: 55px;
	}
	.worryList div{
		width: 45%;
	}
	.worryList img{
		width: 100%;
	}
	h2{
		font-size: 50px;
	}
	.accessDetail_r{
		width: 50%;
	}
	.accessDetail_l dt {
    font-size: 25px;
    margin-bottom: 10px;
	}
	.accessDetail_l dl {
    margin-bottom: 15px;
	}

	/* 就職実績 */
	.record-list__title,
	.record-list__text {
		font-size: 35px;
	}
	.value-number {
		font-size: 120px;
	}
	.record-list__current {
		font-size: 25px;
	}

	/* お問い合わせはこちら */
	.contContent_l .address {
		font-size: 35px;
	}
	.contContent_l span {
		font-size: 16px;
	}
	.contContent_r .contact-btn {
		width: 80%;
	}
}
@media(max-width: 1356px) {
	/* お問い合わせはこちら */
	.contContent_l .address {
        font-size: 21px;
    }
	.contContent_r .contact-btn {
		padding: 10px;
		font-size: 16px;
		border-radius: 10px;
	}

	/* インフォメーション */
	.info-btn {
		font-size: 24px;
		padding: 40px 15px;
	}
}
@media(max-width: 1220px){
	.catchC {
		font-size: 35px;
	}
	.mv .catchI {
		width: 630px;
	}
	.worryList li{
		background-size: 40px;
		height: 35px;
		padding-left: 55px;
		font-size: 23px;
	}
	.worryList div {
    width: 40%;
	}
	.toDetail{
		padding: 30px;
		font-size: 30px;
		width: 540px;
	}
	.mainSupportList dd{
		font-size: 25px;
	}
	.infoList{
		display: block;
	}
	.infoList dt{
		margin-bottom: 10px;
	}
	.accessDetail_l dd {
    font-size: 20px;
	}
	.accessDetail_r .toDetail{
		width: 100%;
	}

	/* 就職実績 */
	.record-list {
		gap: 30px;
	}
	.record-list__item {
		padding: 10%;
	}
	.record-list__title,
	.record-list__text {
		font-size: 26px;
	}
	.value-number {
		font-size: 85px;
	}
	.value-unit {
		font-size: 22px;
	}
	.record-list__current {
		font-size: 18px;
	}

	/* お問い合わせはこちら */
	.contContent_l .address {
		font-size: 22px;
	}
	.contContent_l span {
        font-size: 14px;
    }
}
@media(max-width: 1160px) {
	/* インフォメーション */
	.info {
		width: 90%;
		padding: 80px 0;
	}
	.info-list {
		grid-template-columns: 1fr;
		gap: 35px;
	}
	.info-btn {
		padding: 25px 15px;
	}
}
@media(max-width: 1090px) {
	.contContent_l {
		gap: 15px;
	}
	.contContent_l span {
        font-size: 12px;
    }
}
@media(max-width: 1000px){
	.mv .catchI {
		width: 540px;
	}
	h2{
		font-size: 43px;
	}
	.worryList{
		flex-direction: column-reverse;
	}
	.worryList ul{
		width: 100%;
	}
	.worryList div {
    width: 60%;
	}
	.toDetail {
		margin-top: 30px;
		padding: 20px;
		font-size: 25px;
		width: 460px;
	}
	.accessDetail_r{
		justify-content: flex-start;
	}

	/* お問い合わせはこちら */
	.contContent {
		display: grid;
		grid-template-columns: 52% 1fr;
	}
}
@media(max-width: 960px){
	.accessDetail{
		flex-direction: column;
		align-items: center;
	}
	.accessDetail_l{
		margin-bottom: 30px;
	}
	.accessDetail_r{
		width: 75%;
	}
	.accessDetail_r .toDetail {
		width: 460px;
	}

	/* 就職実績 */
	.record-list__item {
        padding: 8%;
    }

	/* お問い合わせはこちら */
	.contContent {
        grid-template-columns: 55% 1fr;
    }
}
@media(max-width: 890px){
	.mv>.container{
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: space-around;
	}
	.mv .catchI{
		position:static;
	}
	.catchI img {
		position: static;
		transform: translateY(0);
	}
	.catchC {
		font-size: 50px;
		position: static;
		width: auto;
	}
	.catchC div{
		position: static;
		top: 0;
		transform: translateY(0);
	}
	.counterC{
		margin-top: 50px;
	}
	.worry {
    margin-top: 50px;
	}
	.mainSupportList dl {
    width: 49%;
	}
	.mainSupportList dl:nth-child(2),.mainSupportList dl:nth-child(5){
		margin-left: 0;
		margin-right: 0;
	}
	.mainSupportList dl:nth-child(even){
		margin-left: 2%;
	}
	.newsAndFb{
		flex-direction: column;
	}
	.mainSns{
		margin: 60px auto 0 auto;
	}

	/* 就職実績 */
	.record-list__title,
	.record-list__text {
		font-size: 24px;
	}
	.value-number {
		font-size: 70px;
	}
	.value-unit {
		font-size: 18px;
	}
	.record-list__current {
		font-size: 16px;
	}

	/* お問い合わせはこちら */
	.contContent {
        grid-template-columns: 58% 1fr;
    }
}
@media(max-width: 820px){
	h2{
		font-size: 40px;
	}

	/* 就職実績 */
	.record-list {
		grid-template-columns: 1fr;
	}
	.record-list__item {
		width: 45%;
		margin: auto;
		padding: 5%;
	}
	.record-list__title,
	.record-list__text {
		font-size: 35px;
	}
	.value-number {
		font-size: 110px;
	}
	.value-unit {
		font-size: 20px;
	}
	.record-list__current {
		font-size: 22px;
	}

	/* お問い合わせはこちら */
	.contContent {
        grid-template-columns: 40% 60%;
    }
	.contContent_l {
		flex-direction: column;
        gap: 5px;
    }
	.contContent_r {
        padding-left: 0;
    }
	.contContent_r .contact-btn {
        width: 88%;
    }
}
@media(max-width: 690px){
	h2{
		font-size: 35px;
	}
	.infoList{
		margin-right: 5%;
		margin-left: 5%;
	}

	/* 就職実績 */
	.record-list__item {
		width: 38%;
	}
	.record-list__title, .record-list__text {
		font-size: 26px;
	}
	.value-number {
		font-size: 90px;
	}
	.record-list__current {
		font-size: 18px;
	}

	/* お問い合わせはこちら */
	.contContent {
        grid-template-columns: 42% 59%;
    }
}
@media(max-width: 600px){
	.mv .catchI {
		width: 480px;
	}
	.catchC {
    	font-size: 45px;
		line-height: 1.6em;
	}

	/* 就職実績 */
	.record-list__title,
	.record-list__text {
		font-size: 23px;
	}
	.value-number {
		font-size: 70px;
	}
	.value-unit {
		font-size: 18px;
	}
	.record-list__current {
		font-size: 14px;
	}
}
@media(max-width: 565px){
	.worryList div {
    width: 80%;
	}
	h2 {
    font-size: 27px;
	}
	.worryList{
		width: 95%;
	}
	.worryList li {
    background-size: 25px;
    height: 25px;
    padding-left: 30px;
	}


	/* オレンジのボタン */
	.toDetail {
		padding: 15px;
		font-size: 20px;
		width: 360px;
	}

	/* お問い合わせこちらボタン */
	.contContent_r .contact-btn {
		max-width: 95%;
		margin: auto;
		padding: 10px;
		font-size: 16px;
		border-radius: 10px;
	}

	/* 事業所のご案内 */
	.accessDetail_r{
		width: 100%;
	}
	.mainSupportList dl {
    width: 100%;
	}
	.mainSupportList dl:nth-child(even){
		margin-left: 0;
	}
	.accessDetail_r{
		width: 100%;
	}
	.mainSupportList dl {
    width: 100%;
	}
	.mainSupportList dl:nth-child(even){
		margin-left: 0;
	}

	/* GoogleMapを開くボタン */
	.accessDetail_r{
		width: 100%;
	}
	.accessDetail_r .toDetail {
		width: 360px;
	}
	
	/* お問い合わせはこちら */
	.mainContact h2 {
		font-size: 18px;
	}
	.contContent_l {
        margin: auto;
    }
}
@media(max-width: 520px){
	.worryList{
		width: 90%;
	}
	.worryList li {
    background-size: 15px;
    height: 15px;
    padding-left: 15px;
		margin-top: 15px;
	}
	.mv .catchI{
		width: 95%;
	}

	/* 就職実績 */
	.record-list__item {
        width: 40%;
    }

	/* お問い合わせはこちら */
	.contContent {
        grid-template-columns: 1fr 1fr;
    }
}
@media(max-width: 500px){
	.mv {
    height: 330px;
	}
	.catchC {
    font-size: 38px;
	}
	.catchI{
		width: 100%;
	}
	.mv img {
		width: 95%;
	}
	.counterC{
		margin-top: 25px;
	}
	h2 {
		font-size: 23px;
	}
	.worryList li {
		align-items: flex-start;
		height: auto;
	}
	.sankaku{
		margin-top: 40px;
	}
	.sankaku img{
		width: 45px;
	}
	.accessDetail_l{
		width: 100%;
	}

	/* インフォメーション */
	.info {
		padding: 60px 0 80px 0;
	}

	/* 就職実績 */
	.record-list__title, .record-list__text {
		font-size: 20px;
	}
	.value-number {
		font-size: 60px;
	}
	.value-unit {
		font-size: 16px;
	}
}
@media(max-width: 432px){
	/* お問い合わせはこちら */
	.contContent_l .address {
        font-size: 20px;
    }
	.contContent_l span {
        font-size: 11px;
    }
}
@media(max-width: 420px){
	h2 {
    font-size: 20px;
	}
	.catchC {
    font-size: 33px;
	}

	/* オレンジのボタン */
	.toDetail {
		padding: 10px;
		font-size: 16px;
		width: 80%;
		border-radius: 10px;
	}

	/* GoogleMapで開くボタン */
	.accessDetail_r .toDetail {
		width: 80%;
	}

	/* 就職実績 */
	.record-list__item {
		width: 50%;
		padding: 8%;
		text-decoration: none;
	}
	
	/* お問い合わせはこちら */
	.contContent_r .contact-btn {
        font-size: 14px;
    }
	.contContent_l .address {
        font-size: 18px;
    }
	.contContent_l span {
        font-size: 10px;
    }

	/* インフォメーション */
	.info-btn {
		font-size: 20px;
		padding: 20px;
		border-radius: 10px;
	}

}

@media(max-width: 365px){
	.catchC {
		font-size: 28px;
	}

	/* 就職実績 */
	.record-list__item {
        width: 50%;
    }
	.record-list__title, .record-list__text {
        font-size: 18px;
    }
	.value-number {
        font-size: 52px;
    }
	.value-unit {
        font-size: 15px;
    }
	.record-list__current {
		font-size: 13px;
	}
}
