@charset "utf-8";
/* CSS Document */
@media screen and (max-width:736px) {
  html, body {
    width: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 3.5vw;
    line-height: 1.7em;
  }
  img {
    max-width: 100% !important;
    height: auto;
    vertical-align: bottom;
  }
  .mobile {
    display: inherit;
  }
  .pc {
    display: none;
  }
  .inner, .inner_min, .inner_wide {
    width: 95%!important;
		min-width: inherit;
    margin: 0 auto;
  }
  .dflex {
    flex-wrap: wrap;
  }
  .min-w {
    min-width: 100%;
    box-sizing: border-box;
  }
	
	/*-----------

	ボタン　

	-----------*/

	/*---------- 枠グレー・矢印グレー ---------*/
	
  .btn.btn_arrow a {
    padding: 15px 20px;
    font-size: 3.8vw;
  }
  .btn.btn_arrow a:after {
    margin-left: 10px;
  }
  .btn.btn_arrow a:hover:after {
    margin-left: 10px;
  }
	
	/*---------- 背景青色・矢印 白 ---------*/

	.btn.btn_icon_circle a {
			width: 92%;
			font-size: 3.8vw;
			padding: 10px;
			justify-content: space-between;
			padding-left: 21vw;
	}

	.btn.btn_icon_circle a:before {
			width: 15vw;
			height: 15vw;
			left: 10px;
			top: 1vw;
	}

	.btn.btn_icon_circle a:after {
			width: 8vw;
			height: 8px;
	}
	
  .btn.btn_arrow_blue a {
      font-size: 3.8vw;
      padding: 10px 20px;
      width: 100%;
  }


	/*---------- 枠青色・矢印青色 ---------*/
	
  .btn.btn_arrow_blue a:after {
      background: url(../images/common/arrow_blue_wide.svg) no-repeat right center / cover;
      width: 16%;
      height: 10px;
  }
  .btn.btn_arrow_blue a:hover:after {
      background: url(../images/common/arrow_white_wide.svg) no-repeat right center / cover;
      width: 16%;
      height: 10px;
  }
	
	/*---------- 背景青色・前矢印 白 ---------*/
	
	.btn.btn_tri_blue a {
		font-size: 3.8vw;
    border-radius: 5px;
    padding: 10px;
	}
	.btn.btn_tri_blue a:before{
			width: 8px;
			height: 14px;
			margin-right: 10px;
		}
   /*---------- 背景白色・枠ネイビー・矢印なし ---------*/
  .btn.btn_bd_navy a {
    font-size: 3.8vw;
    padding: 15px 20px;
    border-radius: 5px;
  }
	
	/*---------- メールアイコン ---------*/
	
	.btn.btn_i_mail a {
		font-size: 4vw;
    padding: 15px 10px;
	}
	.btn.btn_i_mail a:before{
			margin-right: 10px;
		}
	
	/*----------ボタン　影付き ---------*/

	.btn.btn_shadow  a {
    color: #000;
    line-height: 1;
    font-size: 5vw;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 25px;
    width: 100%;
    box-shadow: 5px 5px 0px rgb(191 191 191 / 25%);
    transform: translate(-5px, -5px);
  }
  .btn.btn_shadow  a:before {
    margin-right: 10px;
  }

	/*----------

	動画(youtube)レスポンシブ設定

	---------*/

	.movie_cont.normal {
		max-width: 100%;
		margin: 0 auto 40px;
	}

	.movie_list{
		max-width: 86%;
		margin: 0 auto;	
	}
	.movie_list{
		max-width: 86%;
		margin: 0 auto;	
	}
	.movie_list.col3 .movie_box{
		width: 100%;
	}
	
	/*----------

	横スクロールヒント

	---------*/

  .graph_wrap, .table_wrap , .js-scrollable{
			width: 100%;
		 overflow: scroll;
		}

  .js-scrollable:before{
		content: "※右にスクロールすることが出来ます。";
		font-size: 3.5vw;
    margin-bottom: 5px;
    display: inline-block;
	}
	.scroll-hint-icon{top: calc(20%)!important; }

  header {
    /*padding: 1.6% 0;*/
    padding: 0;
    justify-content: start;
    align-items: center;
		height: 59px;
  }
  .siteid {
   /* width: 45%;*/
    width: 60%;
    padding: 0 0 0 3%;
  }
	/*header.fixed h1.siteid{
		width: 57%;
		padding: 10px;
	}*/
  /*---- nav ------*/
  #nav-toggle, #sp-nav {
    display: block;
  }
  #nav-toggle {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    cursor: pointer;
    box-sizing: border-box;
    background: #005b96;
  }
  #nav-toggle > div {
    position: relative;
    width: 100%;
  }
  #nav-toggle span {
    width: 50%;
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    display: block;
    background: #fff;
    transition: top .5s ease, -webkit-transform .3s ease-in-out;
    transition: transform .3s ease-in-out, top .5s ease;
    transition: transform .3s ease-in-out, top .5s ease, -webkit-transform .3s ease-in-out;
  }
  #nav-toggle span:nth-child(1) {
    top: 15px;
  }
  #nav-toggle span:nth-child(2) {
    top: 25px;
  }
  #nav-toggle span:nth-child(3) {
    top: 35px;
  }
  #nav-toggle span:nth-child(4) {
    color: #fff;
    top: 45px;
    background: none;
    height: auto;
    font-size: 13px;
    text-align: center;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 20px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 20px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  /* z-index */
  #nav-toggle {
    z-index: 999;
  }
  header nav {
    z-index: 900;
  }

  .nav-bg {
    opacity: 0;
    background-image: linear-gradient(-45deg, #FF00BF, #FFEA00);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    transition: all 1s ease;
  }
  .nav-bg.active {
    opacity: 1;
  }
  header nav {
    position: fixed;
    width: 80%;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 990;
    -webkit-transform: translateX(120%);
    transform: translateX(120%);
    transition: -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 1s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 1s cubic-bezier(0.215, 0.61, 0.355, 1);
    overflow-y: auto;
    box-sizing: border-box;
  }
  .open header nav {
    transform: translateX(0);
  }


  /*---- nav ------*/
  header nav {
    width: 100%;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
  #nav-toggle {
    width: 60px;
    height: 60px;
  }
  #nav-toggle span {
    width: 60%;
    height: 2px;
  }
  #nav-toggle span:nth-child(1) {
    top: 10px;
  }
  #nav-toggle span:nth-child(2) {
    top: 18px;
  }
  #nav-toggle span:nth-child(3) {
    top: 26px;
  }
  #nav-toggle span:nth-child(4) {
    top: 34px;
    font-size: 2vw;
  }
  header nav ul li {
    font-size: 3.5vw;
  }
  header nav ul li a.nav_parent {
    background-size: 10px;
  }
  .mainimg {
    padding-top: 0px;
    background: none;
  }
  .mainimg .swiper-main {
    float: none;
    width: 100%;
  }
	nav#navi {
			width: 100%;
			background: #fff;
			padding: 49px 0 50px 30px;
	}
	nav#navi ul {
			flex-wrap: wrap;
	}

	nav#navi ul > li {
			width: 100%;
			font-size: 4vw;
			border-bottom: 1px dotted #ccc;
	}

	nav#navi ul > li a {
			border-left: none;
	}
	
	/*nav#navi ul li.js-dropdwn-acc{
			padding: 20px 1vw;
	}
	nav#navi ul li.js-dropdwn-acc > a {
			display: inline;
	}*/

	.js-dropdwn-acc > a{
		position: relative;
		background: url( "../images/common/icon_on.png") no-repeat right 20px top 22px / 15px 15px;
	}
	.js-dropdwn-acc > a.open{
		background: url( "../images/common/icon_off.png") no-repeat  right 20px top 22px / 15px 15px;
	}
	nav#navi ul li.js-dropdwn-acc > a:hover{
		/*クリックしたときの色の変化を無効化*/
		color: #000;
		background-color: #fff;
}

	nav#navi ul li ul.dropdwn_menu{
    position: relative;
    margin: 0 0 20px;
		box-shadow: none;
	}
	nav#navi ul li ul.dropdwn_menu li{line-height: 1.4;}
	nav#navi ul li ul.dropdwn_menu li a {
    width: 97%;
    padding: 18px 1.6em;
	}
  /*----------

	index

	---------*/


  .mainslide {
    position: relative;
    /*margin-top: 60px;*/
    margin-bottom: 30px;
    padding-top: 0;
  }
	.mainslide_txt h2 {
    font-size: 7vw;
    margin-bottom: 5px;
  }
	.mainslide_txt .slider_txt {
    font-size: 4vw;
  }

 /* .mainslide .contactbnr {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 65%;
  }*/
  .mainslide .slider.center-item {
    box-sizing: border-box;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    width: 100%;
    overflow: hidden;
  }
  .mainslide .slider div.slidelist {
    height: 65vh;
    box-sizing: border-box;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .mainslide .slider div.slide_inner {
    font-size: 6vw;
    width: 100vw;
    max-width: 100vw;
    margin: 0 auto;
    height: 100%;
  }
 /* .mainslide .slider div h2 {
    font-size: 7vw;
    margin-bottom: 5px;
  }
  .mainslide .slider div p.slider_txt {
    font-size: 4vw;
  }*/


  /*INTRODUCTION*/
  .index_intro .mainarea {
    background: url(../images/page/index/index_bg_blue.jpg) no-repeat center center / cover;
    padding: 77px 0;
    color: #fff;
  }
  .index_intro .index_ttl_en span {
    padding: 12px 40px;
    border: 1px solid #fff;
    border-radius: 8px;
    margin-bottom: 30px;
  }
  .index_intro .index_ttl:after {
    content: "";
    display: block;
    background: url(../images/common/arrow_line_down.svg) no-repeat center center / cover;
    width: 70px;
    height: 26px;
    margin: 40px auto 40px;
    /*animation: 2s arrow-animation infinite ease-in-out;*/
  }
  /*@keyframes arrow-animation {
    0% {
      height: 1em;
    }
    66% {
      height: 3em;
    }
  }*/
  .index_intro .mainarea {
    padding: 60px 0;
  }
  .index_intro .index_ttl_en span {
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
  .index_ttl_en {
    font-size: 3.5vw;
  }
  .index_ttl {
    font-size: 4vw;
    margin-bottom: 20px;
    letter-spacing: 0.15em;
  }
  .index_intro .index_ttl:after {
    width: 6vw;
    height: 4vw;
    margin: 10px auto 30px;
  }
  .index_intro .menu_list {
    max-width: 86%;
  }
  .index_intro .menu_list_wrap {
    margin-right: 0;
  }
  .index_intro .menu_list article {
    width: 100%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  .index_intro .menu_list article:last-of-type {
    margin-bottom: 0px;
  }
  .index_intro .menu_list article .menu_sttl {
    font-size: 3.5vw;
    margin-bottom: 0;
  }
  .index_intro .menu_list .menu_ttl {
    left: 15px;
    width: 37vw;
    font-size: 4.2vw;
    line-height: 1.4;
    min-height: 78px;
  }
  .index_intro .menu_list .menu_ttl .large {
    font-size: 5.7vw;
  }
  .index_intro .menu_list .menu_ttl .small {
    font-size: 3.4vw;
    margin-bottom: 0.5vw;
  }
  .index_intro .menu_list .btn span {
    font-size: 3.5vw;
    background: url(../images/common/tri_white.svg) no-repeat top 20% left 11px/ 7px 7px;
  }
  .index_intro .submenu_list li {
    width: 90%;
    max-width: 100%;
  }
  .index_intro .submenu_list li + li {
    margin-left: 0;
    margin-top: 15px;
  }
  .index_intro .submenu_list li a {
    color: #000;
    line-height: 1;
    font-size: 5vw;
    border: 1px solid #fff;
    background-color: #fff;
    padding: 25px;
    width: 100%;
    box-shadow: 5px 5px 0px rgb(191 191 191 / 25%);
    transform: translate(-5px, -5px);
  }
  .index_intro .subarea {
    padding: 30px 0;
  }
  .index_intro .submenu_list li a:before {
    margin-right: 10px;
  }



  /*新着情報*/
  .index_news .inner {
    padding: 70px 0 50px;
    width: 95%;
    justify-content: center;
  }
  .index_news .index_ttl {
    font-size: 8vw;
    width: 100%;
    line-height: 1;
  }
  .index_news .index_ttl_en {
    font-size: 4vw;
    margin-left: 0;
    margin-top: 8px;
  }
  .index_news .btn.btn_arrow {
    order: 3;
    margin: 30px auto 0;
		width: 70%;
  }
  .index_news .btn.btn_arrow a {
    padding: 15px 20px;
    font-size: 3.8vw;
  }
  .index_news .btn.btn_arrow a:after {
    margin-left: 10px;
  }
  .index_news .btn.btn_arrow a:hover:after {
    margin-left: 10px;
  }

  /*経営理念*/
  /*.index_philosopy .inner {
    padding: 21.33vw 0 40vw;
  }
  .index_philosopy .index_ttl_en {
    font-size: 3.8vw;
  }
  .index_philosopy {
    background-size: 223vw;
  }
  .index_philosopy .txt {
    font-size: 3.5vw;
    line-height: 2;
  }*/


  /*総合カレンダー*/
  .index_schedule {
    background-position: top center;
    background-size: 270vw;
  }
  .index_schedule .inner {
    padding: 60px 0 0;
  }
  .index_schedule .index_ttl {
    font-size: 4.5vw;
    letter-spacing: 0.1em;
		margin-bottom: -60px;
  }
  .index_schedule .index_ttl .bg_g {
    padding: 15px 10px;
    max-width: 90%;
    margin: 5px auto 30px;
  }

	/* イベントカレンダー */
	.tribe-common-l-container {
		background-color: #fff;
		margin-top: 6em !important;
		border: solid 1px #000 !important;
		padding-bottom: 1em !important;
		min-height: 500px !important;
	}
	
	.tribe-events-c-ical.tribe-common-b2.tribe-common-b3--min-medium {
		display: none !important;
	}

  /*「特定技能ビザ」取得について*/
  .index_topics {
    margin-top: -60px;
    padding: 80px 0 60px;
  }
  .index_topics .txtarea {
    max-width: 95%;
    padding: 40px 0;
  }
  .index_topics .index_ttl_en {
    margin-bottom: 5px;
  }
  .index_topics .index_ttl {
    font-size: 5vw;
    margin-bottom: 15px;
  }
  .index_topics .txtarea .txt {
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
  .index_topics .btn.btn_arrow a {
    width: 65%;
  }
  .index_topics .inner {
    max-width: 100%;
    background-size: 180%;
  }
	
	.index_topics .index_movie{margin-bottom: 10px;padding-top: 30px;}
	.index_topics .index_movie .index_ttl_en{margin-bottom: 15px;}
	.index_movie_list{max-width: 86%; margin: 0 auto;}
	.index_movie_list .movie_box, 
	.index_movie_list .movie_box:nth-of-type(3n) {
    margin-right: auto;
    max-width: 100%;
    width: 100%;
	}

	.index_link .link_list article  {width: 100%;}
	.index_link .link_list article .imgarea {max-width: 100%;}
	
	.index_link .link_list article .txtarea{
		min-height: 80px;
	}
  .index_contactus .inner {
    padding: 60px 0;
  }
  .index_contactus .index_ttl_en {
    margin-bottom: 5px;
  }
  .index_contactus .index_ttl {
    font-size: 4.5vw;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  .index_contact_list li:nth-last-of-type(2) {
    margin: 15px auto;
  }
  .index_contact_list {
    width: 100%;
  }
  .index_contact_list li,
  .index_contact_list li.mail a{
    font-size: 7vw;
  }
  .index_contact_list li .small {
    font-size: 3.5vw;
  }
  .index_contact_list li {
    width: 73%;
  }
  .index_contactus .time {
    margin-top: 20px;
    font-size: 3.5vw;
  }
  .index_contact_list li img {
    margin-right: 10px;
  }
	
	
	
	.index-blog .inner{
    padding: 60px 0 ;
  }
	.index-blog .index_ttl_en {
    margin-bottom: 5px;
	}
	.index-blog .index_ttl {
        font-size: 5vw;
    margin-bottom: 15px;
	}

	.index-blog-list{
    flex-direction: column;
  }
  .index-blog-list div.blog-list{
    width: 100%;
    margin: 0 0 2%;
    box-sizing: border-box;
    padding: 3% 0;
    border-bottom: 1px dotted #ccc;

  }
  .index-blog-list div.blog-list a{
    box-sizing: border-box;
    align-items: flex-start;
  }
  .index-blog-list div.blog-list a p.blog-img{
    width: 25%;
  }
  .index-blog-list div.blog-list a p.blog-img img{
    width: 100%;
    height: 90px;
  }
  .index-blog-list div.blog-list a div.blog-list-text{
    width: 70%;
  }
  .index-blog-list div.blog-list a div.blog-list-text p.days{
    font-size: 0.8rem;
  }
  .index-blog-list div.blog-list a div.blog-list-text h3{
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
  .index-blog-list div.blog-list a div.blog-list-text div.blog-ex{
    font-size: 0.85rem;
    line-height: 1.5rem;
  }
	
	.index-blog .btn.btn_arrow a{
    width: 65%;
	}
  .index_csr {
    background-size: cover;
    background-position: top 50vw center;
  }
  .index_csr .ttlarea img {
    width: 35%;
  }
  .index_csr .ttlarea .index_ttl {
    font-size: 8.5vw;
    margin: 10px 0 25px;
  }
  .index_csr .ttlarea .index_ttl .small {
    font-size: 3.5vw;
  }
	.index_csr .sdgs_icon_list {margin-bottom: 15px;flex-wrap: wrap;}
	.index_csr .sdgs_icon_list li {width: 23%;margin-bottom: 2%;}
	.index_csr .sdgs_icon_list li:not(:last-of-type) {margin-right: 3%;}	
	.index_csr .sdgs_icon_list li:nth-of-type(3n) {margin-right: 0;}	
	
  .index_csr .txt {
    font-size: 3.8vw;
    padding: 10px;
    max-width: 100%;
  }
	.index_csr .sportarea dt {font-size: 4.5vw;}
	.index_csr .sportarea dt span{padding: 0 10px;}
	.index_csr .sportarea dd.txt {font-size: 3.5vw;text-align: left;}
	.index_csr .sportarea dd:nth-child(n+4) {
    margin-left: 0px;
		margin-top: 10px;
	}
	
  .index_csr .btn.btn_arrow {
    order: 3;
    margin: 30px auto 0;
  }
  .index_csr .btn.btn_arrow a {
    padding: 15px 20px;
    font-size: 3.8vw;
  }
  .index_csr .btn.btn_arrow a:after {
    margin-left: 10px;
  }
  .index_csr .btn.btn_arrow a:hover:after {
    margin-left: 10px;
  }
  .index_snsarea .inner {
    width: 95%;
    padding: 60px 0;
  }
  .index_snsarea .snsfeed_list {
    justify-content: center;
    width: 90%;
    margin: 0 auto 20px;
  }
  .index_snsarea .snsfeed_list li {
    width: 100%;
    max-width: 100%;
    height: 300px;
  }
  .index_snsarea .snsfeed_list li + li {
    margin-top: 40px;
  }
  .index_snsarea .snsfeed_list li .snsfeed_wrap{
    height: 300px;
  }
  .index_snsarea .snsbnr_list {
    justify-content: center;
  }
  .index_snsarea .snsbnr_list li {
    width: 90%;
    max-width: 100%;
  }
  .index_snsarea .snsbnr_list li + li {
    margin-top: 20px;
  }
	
	
/*----------

下層共通

---------*/


/*-----------　ページタイトル　-----------*/
	
  .page_ttlarea {
    height: auto;
  }

	.content_in {margin-bottom: 120px;}

  .page_ttlarea:before {
    /*width: 76.44vw;*/
    width: 85.44vw;
    max-width: inherit;
    height: 44.88vw;
    max-height: inherit;
    background: url(../images/page/top/mainimg01.jpg) no-repeat top left -17vw / cover;
  }
	#page_forklift .page_ttlarea:before {
		background-position: top left -6vw;
	}

  .mainimg:after {
    content: "";
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .page_ttl {
    margin-top: 29vw;
    z-index: 5;
    /*width: 85.25vw;*/
    width:90.25vw;
		height: auto;
		min-width: inherit;
		max-width: inherit;
		box-shadow: 2px 4px 8px -1px rgb(0 0 0 / 10%);
		justify-content: center;
	}
  .page_ttl_cont{
		width: 100%;
    min-width: inherit;
    padding: 20px 5vw;
		min-height: 26.27vw
  }
  .page_ttl_cont .ttl{
    width: 91%;
    font-size: 5.5vw;
    max-width: inherit;
  }
	.page_ttl_cont .ttl_small {
   font-size: 3.5vw;
	}

  .page_ttl_cont .ttl_desc {
    font-size: 3.5vw;
    margin-top: 10px;
  }
  .page_ttl_cont .ttl_desc br{
    display: none;
  }
  .page_ttlarea:after {
    top: 6vw;
    left: -4vw;
    width: 47vw;
    height: 52vw;
  }

	/*----------- ページタイトル（画像なし） -----------*/
	.page_ttlarea02{padding-top: 13vw;}
	.page_ttlarea02 .inner {
		background-position: center left -13vw, center right -13vw;
	}

	.page_ttlarea02 .pagettl02_cont {height: auto;min-height: 159px;}
	.page_ttlarea02 .pagettl02_cont .ttl_small{
    font-size:3.8vw;
    padding:5px 10px;
		margin-bottom: 15px;
	}

	.page_ttlarea02 .pagettl02_cont .ttl {
		font-size: 5.5vw;
		padding: 10px 0;
		width: 100%;
	}
	.page_ttlarea02 .pagettl02_cont .ttl {width: 65%;}
	
	.page_ttlarea02 .pagettl02_cont .ttl_desc {
		margin-top: 10px;
		padding: 10px;
		background-color: rgba(2555,255,255,0.9);
		max-width: 92%;
	}
	
/*----------- パンくず -----------*/
	#breadcrumbs {
    padding: 20px 3% 80px;
}
	
	/*-----------　ページ内見出し　-----------*/
	 .content_ttl {
    font-size: 5.5vw;
    padding-bottom: 5px;
    width: 90%;
    max-width: 90%;
	}
	
	/*-----------　見出し　線　上下　-----------*/
	.content_ttl_udl {
    font-size: 5.5vw;
		padding: 10px 0;
		width: 100%;
		margin-bottom: 20px;
	}
	/*-----------　見出し　線　両側　-----------*/
  .content_ttl_sl {
    font-size: 5.5vw;
		margin-bottom: 20px !important;
		text-align: center;
  }

  .content_ttl_sl:before, .content_ttl_sl:after {
      width: 10vw;
  }
	.content_ttl_sl.lh_w{line-height: 1.4;}
	/*-----------　見出し　線　両側　-----------*/
  .content_ttl_lr {
    font-size: 5.5vw;
		margin-bottom: 20px !important;
		text-align: center;
  }

  .content_ttl_lr span{
		padding-right: 4.67vw;
  }


	/*-----------　見出し 囲み　-----------*/
	.content_ttl_rec span {
		font-size: 5.5vw;
		padding: 10px;
		border-radius: 10px;
		text-align: center;
	}

	/*-----------　見出し 英語　-----------*/
	.content_ttl_en span {
    padding: 10px 20px;
    line-height: 1;
    margin-bottom: 10px;
  }
	.content_sttl {
      margin-bottom: 20px !important;
  }
  /*フォントサイズ-middle*/
  .content_sttl.fz_mid span{
    padding: 5px 35px;
    font-size: 4.5vw
  }
	/*----------------------

	point

	----------------------*/
	/*pointメニュー*/
	.point_menu_list {
    justify-content: space-between;
    width: 95%;
    margin: 0 auto 80px;
	}

	.point_menu_list li {
			width: 45%;
			margin: 0px 0 30px;
	}

	.point_menu_list li .txt {
			font-size: 4vw;
			margin: 3px auto 5px;
	}

  .point_list .item,
  .point_list .item:nth-of-type(even){
    /*padding: 42vw 0 0;*/
    padding: 58vw 0 0;
    margin-bottom: 50px;
    background-size: 100vw;
    background-position: center top;
    justify-content: flex-start;
    text-align: left;
    box-shadow: 0px 9px 13px -1px rgb(0 0 0 / 10%);
}


  .point_list .box,
  .point_list .item:nth-of-type(even) .box{
      width: 95%;
      max-width: 95%;
			min-width: 90%;
      padding: 20px 15px;
      margin: 0 auto;
      min-height: auto;
      background-size: 73%;
      background-color: rgba(255,255,255,95%);
  }
  .point_list .box:after {
      /* width: 100%;
      height: 25%;
      bottom: -25%;
      left: 0; */
      display: none;
  }

  .point_list .num {
      font-size: 3.5vw;
      padding: 3px 10px;
      margin-bottom: 15px;
  }

  .point_list .ttl {
      font-size: 5.5vw;
      margin-bottom: 15px;
  }

  .point_list .subttl {
      font-size: 3.5vw;
      padding: 5px 10px;
  }
  .point_list .subttl_black{
    font-size: 5vw;
  }

  .point_list .txt {
      font-size: 3.8vw;
      margin-bottom: 0;
  }
  .point_list .btn {
      margin-top: 30px;
  }


/*-----------　補足項目　青背景　-----------*/
.supplement .supplement_list + .supplement_list {
    margin-top: 50px;
}
.supplement .supplement_list .item + .item {
    margin-top: 40px;
}
	.supplement .supplement_list .ttl {
    font-size: 5vw;
    padding-bottom: 10px;
}

	.supplement .supplement_list .ttl img {
			width: 18%;
			margin-right: 10px;
	}

	.supplement .supplement_list .txt {
			font-size: 3.8vw;
			margin: 10px auto 20px;
	}

	.supplement .supplement_list .item .imgarea {
			width: 90%;
			margin: 0 auto;
	}
	
	
	/*----------

		コース青ボタン

		---------*/
		.course_menu{margin-bottom: 0;}
		.course_menu li,
		.course_menu li:nth-of-type(5n){
			width: 32%;
			margin-right: 2%;
			margin-bottom: 1%;
			max-width: 32%;
		}
		.course_menu li:nth-of-type(3n){
			margin-right: 0;
		}
		.course_menu.col3 {
			justify-content: space-between;
		}
	
		.course_menu.col3 li{
			width: 48%;
			margin-right: 0;
			max-width: 48%;
		}
	
		.course_menu.col3 li a{
			padding: 15px 9%;
		}
		.course_menu.col3 a:before {
			position: absolute;
			left: 5px;
			top: 42%;
		}	
		.course_menu.col3 li, .course_menu.col3 li:nth-of-type(5n){
			margin-bottom: 20px;
		}
	/*----------

		下層コース共通

		---------*/

	/*-----------　受講料　-----------*/
	.course_price {margin-bottom: 15px;	}
	.course_price dt {
		font-size: 3.8vw;
		padding: 10px 20px;
		margin-bottom: 6px;
	}

	.course_price dd {
			font-size: 3.8vw;
			margin-left: 0;
	}

	
/*-----------　基本情報-----------*/

  .course_base {
      margin-bottom: 40px;
  }
  .course_base table {
      width: 100%;
  }
  .course_base table th {
      display: block;
		padding-top: 10px;
  }

  .course_base table td {
      display: block;
      font-size: 4vw;
      padding:10px 10px 12px;
  }

 .course_base table th span {
      font-size: 3.8vw;
      padding: 10px;
      margin: 0;
  }	
	/*---------- 科目　---------*/
	.course_subject table{margin-bottom: 10px;}
	.course_subject table thead th,
	.course_subject table th, .course_subject table td{
	  font-size: 3.5vw;
    padding: 10px 5px;
	}

	.course_subject table tr td:first-child{
		text-align: center;
	}

	.course_subject th.time{width: 7%}
	.course_subject th.title{width: 26%}
	.course_subject th.cont{width: 47%}

	/*-----------　受講表(詳細)-----------*/
	.course_lecture table {margin-bottom: 20px;}
	.course_lecture table th, 
	.course_lecture table td{padding: 10px 5px;font-size: 3.5vw;}
	
	
	/*-----------　受講表(詳細)-----------*/
		.table_row_multi {margin-bottom: 0;	}
		.table_row_multi tr {
			flex-wrap: wrap;
			display: flex;
			border: 1px solid #ccc;
			margin-bottom: 15px;
	}
	
		.table_row_multi th, 
		.table_row_multi td {
				/*padding: 8px 10px;*/
				padding: 0;
				font-size: 3.5vw;
				border: none;
		}
	
		.table_row_multi thead{display: none;} 
		.table_row_multi td {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				width: 100%;
		}
		.table_row_multi td > *{
				padding: 6px;
			width: 100%;
		}
		.table_row_multi td::before {
			content: attr(data-label);
			color: #000;
			font-weight: bold;
			display: block;
			width: 100%;
			background-color: #d4deeb;
			padding: 6px;
			text-align: center;
		}
		.table_row_multi td.sp_w50{
			width: 50%;
			flex-wrap: nowrap;
			border-top: 1px solid #ccc;
			background-color: #fff;
		}
		.table_row_multi td.sp_w50:before {
				width: 40%;
		}
		
		.table_row_multi td.sp_bg_blue:last-child:before { 
			background-color: #4680ba;
			color: #fff;
		}
	
	
/*-----------　表（thに色付き下線）-----------*/
	.tableunit table tr th, .tableunit table tr td{
		padding: 3% 3%;
    vertical-align: middle;
    display: block;
	}
		.tableunit table tr th{
				width: 100%;
				border-top: 2px solid #007589;
				font-weight: normal;
			    font-size: 4vw;
			}
			.tableunit table tr td{
				width: 100%;
				font-size: 0.9rem;
				border-top: 1px dotted #ccc;
			}
			.tableunit table tr:last-of-type th{border-bottom: 2px solid #007589;}
	
	
		/*-----------　注意事項 -----------*/
	.course_note li{font-size: 3.8vw;margin-bottom: 10px;}
	.course_note.small li{font-size: 3.5vw;}
	
    /*-----------　申込方法 -----------*/
    .course_application{margin-top: 30px;}


	/*-----------　連絡先 -----------*/
		.course_contact {
				border: 2px solid #D7E1EE;
				padding: 10px;
				display: block;
				font-size: 4vw;
		}

		.course_contact dt, .course_contact dd {
				display: block;
				width: 100%;
		}

		.course_contact dd {
				padding: 10px 0;
		}

		.course_contact dt {
				padding: 8px 10px;
		}	

	/*-----------担当お問い合わせ 　-----------*/
		.contact_charge{
			border: 2px solid #D7E1EE;
			padding: 10px;
			margin-top: 30px;
		}

	.contact_charge article {
			font-size: 4vw;
			padding: 10px;
	}

	.contact_charge article .txt {
			margin-bottom: 10px;
	}

	.contact_charge .tel_info {
			font-size: 4vw;
	}
	.contact_charge .tel-link {
			font-size: 7.5vw;
	}

	.contact_charge .tel_small {
			margin-left: 0;
			display: inline-block;
			padding-top: 3px;
			font-size: 3.5vw;
	}
	
/*---------- お電話でのお問いわせ ---------*/

	#contact_desc　.contact_tel{
		padding-bottom: 60px;
	}
	#contact_desc .contact_subttl {
    font-size: 4.5vw;
    line-height: 1.3;
    margin-bottom: 30px;
  }
  #contact_desc .contact_tel_list li:nth-last-of-type(2) {
    margin: 15px auto;
  }
  #contact_desc .contact_tel_list {
    width: 100%;
  }
  #contact_desc .contact_tel_list li,
  #contact_desc .contact_tel_list li.mail a,
	#contact_desc .contact_tel_list li.size_l{
    font-size: 7vw;
  }
  #contact_desc .contact_tel_list li .small {
    font-size: 3.5vw;
  }
  #contact_desc .contact_tel_list li {
    width: 73%;
  }
  #contact_desc .contact_tel_list li img,
	#contact_desc .contact_tel_list li.size_l img{
		width: 50px;
		height: 50px;
    margin-right: 10px;
  }
  #contact_desc .contact_tel_time {
    margin-top: 20px;
    font-size: 3.5vw;
  }
	
	/*----------（簡易版）お電話でのお問いわせ---------*/
	.contact_simple_list {margin-bottom: 40px;}
	.contact_simple_list li:nth-last-of-type(2) {
			margin: 20px auto;
	}
	.contact_simple_list li {
			font-size: 7vw;
			justify-content: center;
	}

	.contact_simple_list li .small {font-size: 3.8vw;}
	.contact_simple_list li .name {font-size: 3.5vw;	}
	
	.contact_simple_list li.mail {padding: 12px;width: 80%;	}
	.contact_simple_list li.mail .small {font-size: 5vw;margin-right: 0;}
	.contact_simple_list li.mail img {
			width: 9%;
			margin-right: 10px;
	}
	.contact_simple_list li.mail a{justify-content: center;}	
	
	/*----（簡易版）お電話でのお問いわせ 青見出し----*/
	.contact_list_bh .inner {padding-top: 10px;}
	.contact_list_bh .inner .sttl {
		font-size: 5vw;
		line-height: 1.5;
		padding: 15px 10px;
		margin-bottom: 15px;
	}
	.contact_list_bh .contact_simple_list{margin-bottom: 20px;}
	
	/*----アイコン付き　お問いわせ一覧----*/

  .contact_icon_list li:nth-last-of-type(2) {
    margin: 15px auto;
  }
  .contact_icon_list {
    width: 100%;
  }
  .contact_icon_list li,
  .contact_icon_list li.mail a,
	.contact_icon_list li.size_l{
    font-size: 7vw;
  }
  .contact_icon_list li .small {
    font-size: 3.5vw;
  }
  .contact_icon_list li {
    width: 73%;
  }
  .contact_icon_list li img,
	.contact_icon_list li.size_l img{
		width: 50px;
		height: 50px;
    margin-right: 10px;
  }
  .contact_icon_list .contact_tel_time {
    margin-top: 20px;
    font-size: 3.5vw;
  }

	/*----------

	会社概要

	---------*/
	#page_outline .content_ttl_en {
			font-size: 3.5vw;
	}

	#page_outline .content_ttl {
		line-height: 1.3;
			margin-bottom: 30px;
	}

	/*-----------　Concept　-----------*/

		#outline_concept .inner {
				max-width: 95%;
				min-width: 95%;
				background: url("../images/page/outline/concept_bg.png") no-repeat top 33% center / 110%;
				padding-bottom: 60px;
		}


		#outline_concept .concept_list {flex-wrap: wrap;margin-bottom: 30px;}

		#outline_concept .item:nth-child(2) {margin: 0 0 0 10px;}

		#outline_concept .item .img {max-width: 61% !important;}

		#outline_concept .item {
				width: 40vw;
				height: 40vw;
		}

		#outline_concept .desc {
				font-size: 3.8vw;
				text-align: left;
				line-height: 1.8;
		}
	/*-----------　組合理念　-----------*/

		#outline_idea {
			background-size: 223vw;
		}
		/*#outline_idea .inner{
			padding: 21.33vw 0 40vw;
		}

		#outline_idea .textarea{
			padding: 45px  0 40px;
		}

		#outline_idea  .txt {
			font-size: 3.5vw;
			line-height: 2;
		}*/
	
		#outline_idea .idea-contents{
			background-size: 100%;
			padding: 10% 4% 8%;
			text-align: center;
		}
		#outline_idea .idea-contents h3{margin-bottom: 55%;}

		#outline_idea .idea-head{
			margin-bottom:5%;
		}
		#outline_idea .idea-head p{
			font-size: 1.1rem;
			letter-spacing: 0rem;
		}
		#outline_idea .idea-head p span{
			background-color:rgba(255,255,255,0.95);
			display: inline-block;
			margin-bottom:8px;
			padding: 0 8px;
		}
		#outline_idea .idea-bottom ul{
			flex-wrap: wrap;
			margin-bottom: 30px;
		}
		#outline_idea .idea-bottom ul li{
			width: 46%;
			margin: 0 2% 6%;
		}
		#outline_idea .idea-bottom ul li img{max-width: 80%;}
		#outline_idea .idea-bottom ul li span{
			padding: 1% 0;
			font-size: 0.9rem;
			margin: 10px 20px 0;
		}
		#outline_idea .idea-bottom p{
			font-size: 1.2rem;
		}
	/*-----------　会社概要　-----------*/

		#outline_about table {
				max-width: 100%;
		}

		#outline_about table th, #outline_about table td {
				font-size: 3.8vw;
				padding: 10px 15px;
				width: 100%;
				display: block;
		}

		#outline_about table th {
				border-right: 1px solid #000;
				border-bottom: none;
		}
		#outline_about table tr:not(:first-of-type) th{
				border-top:none;
		}

		#outline_about table td {
				border-left: 1px solid #000;
		}
		#outline_about table td .address:not(:last-of-type),
		#outline_about table td .business:not(:last-of-type){
				margin-bottom: 20px;
		}

	/*-----------　アクセス　-----------*/

		#outline_access .access_list li {
				width: 100%;
				max-width: 100%;
			margin-bottom: 40px;
		}

		#outline_access .access_list .ttl {
				font-size: 4vw;
				padding: 10px 5px;
				margin-bottom: 5px;
		}

		#outline_access .access_list .txt {
				font-size: 3.5vw;
		}


	/*----------

	外国人集合研修

	---------*/
	#page_training .content_ttl {
    margin-bottom: 20px;
	}

	#training_introducion .desc {
			font-size: 3.8vw;
			text-align: left;
			margin-bottom: 60px;
	}


	#page_training .content_sttl span {
			width: 65%;
			font-size: 4vw;
			padding: 5px 10px;
	}
	#page_training section .inner_min {
    padding: 60px 0;
}
	#training_point .inner {
			width: 95%;
			min-width: inherit;
	}

	#training_point .desc {
			font-size: 4vw;
			text-align: left;
			margin-bottom: 40px;
	}

	#training_curriculum .curriculum_list {
			width: 100%;
			margin: 0 auto;
			justify-content: center;
	}

	#training_curriculum .item {
		max-width: 100%;
		margin-bottom: 40px;
	}

	#training_curriculum .item:last-of-type {
			margin-bottom: 25px;
	}
	#training_curriculum .item .item_desc {
    font-size: 3.5vw;
	}


	#training_extra .youtube {
    height: 300px;
    margin: 0 auto 40px;
	}
	#training_extra .youtube img {
			width: 79%;
	}
	#training_extra .bnr_countermeasure {
			width: 100%;
	}

	#training_extra .bnr_countermeasure a {
			border: 3px solid #D2DBED;
			padding: 30px 0;
	}

	#training_extra .bnr_countermeasure .txt {
			font-size: 5vw;
			padding: 20px 10px;
	}

	/*----------

	外国人技能実習制度

	---------*/
	#page_training_countermeasure .page_ttlarea:before{
			background-position: top left -5vw;
	}
	#page_training_countermeasure .page_ttl{
			width: 69.25vw;
	}
	#training_countermeasure_introducion {
			padding: 60px 0 30px;
	}

	#training_countermeasure_introducion .inner{
			width: 100%;
	}


	#training_countermeasure_introducion .introducion_ttl {font-size: 5.5vw;}

	#training_countermeasure_introducion .introducion_ttl span {
			font-size: 5vw;
			padding: 10px 15px;
			display: block;
			margin: 0 auto 5px;
			width: 75%;
	}

	#training_countermeasure_introducion .introducion_ttl span +span {
			margin: 5px auto 0;
	}

	#training_countermeasure_introducion .illust img {margin-left: 0;}

	#training_countermeasure_introducion .illust {
			max-width: 100%;
			margin: 10px auto;
	}

	#training_countermeasure_introducion .sub_ttlarea {
			background-size: 124%;
			padding-bottom: 7vw;
	}

	#training_countermeasure_introducion .sub_ttlarea:before {
			width: 56px;
			height: 35px;
	}

	#training_countermeasure_introducion .sub_ttlarea .txt {
			margin: 18.5vw auto 10px;
			/*font-size: 4.3vw;*/
		max-width: 80%;
	}

	#training_countermeasure_introducion .sub_ttlarea .ttl {
			font-size: 5vw;
			padding: 10px 15px;
			border: 2px solid #a9143b;
	}
	#training_countermeasure_introducion .merit_list {
    width: 95%;
    margin: 0 auto;
	}

	#training_countermeasure_introducion .merit_list li {
			width: 100%;
			max-width: 100%;
			margin-bottom: 30px;
	}

	#training_countermeasure_introducion .merit_list .ttl {
			font-size: 3.5vw;
			border-radius: 9px;
			min-height: auto;
			padding: 15px 10px;
	}


	/*----ARMSのバックアップ体制----*/
	#training_countermeasure_point{
		padding: 50px 0 60px;
	}
	#training_countermeasure_point .content_ttl_sl {
    margin-bottom: 10px;
	}
	#training_countermeasure_point .content_ttl_sl span {
		font-size: 5.5vw;
	}
	#training_countermeasure_point .desc {
		margin-bottom: 40px;
	}

	#training_countermeasure_point .point_list .item {
		margin-bottom: 50px;
	}

	/*----各種資格----*/
	#training_countermeasure_course{
		padding: 60px 0 20px;
	}
	#training_countermeasure_course .content_ttl_rec span{
		line-height: 1.5;
		width: 100%;
	}

  #training_countermeasure_course .course_list_wrap {
    justify-content: space-between;
    width: 100%;
  }
  #training_countermeasure_course .course_list li {
    width: 47%;
    margin-right: 0;
    max-width: 100%;
    margin-bottom: 40px;
  }
  #training_countermeasure_course .course_list li:last-of-type {
    margin-bottom: 0px;
  }

	#training_countermeasure_course .course_list li a img{
		width: 100%;
		max-width: 100%;
		margin: 0 auto 6px;
	}
	#training_countermeasure_course .course_list li a .txt{
			font-size: 3.8vw;
	}

  /*----------

		外国人集合研修下層（1カ月基本、介護実習生向け、自動車整備特別）

		---------*/
  .page_training_child .content_ttl_sl{margin-bottom: 20px;}
  .page_training_child .desc{
    font-size: 3.8vw;
    margin-bottom: 20px;
  }
  .page_training_child table th,
	.page_training_child table td {
			padding: 8px 10px;
	}

	.page_training_child .example .desc {
			font-size: 3.8vw;
			margin-bottom: 5px;
	}
	.page_training_child .example table {
      width: 200%;
			margin-bottom: 10px;
	}
	.page_training_child .example table th,
	.page_training_child .example table td {
			padding:8px 10px;
	}
	.page_training_child .example .total{
		font-size: 5.5vw;
  }
  /*----------

  外国人集合研修下層（1カ月基本）

  ---------*/
  #training_base_example .inner{ padding-bottom:60px; }

  /*----------  ①基本費用  ---------*/

  #training_base_cost .inner{padding: 60px 0;}
  #training_base_cost table .price{width: 40%;}

  /*----------  付帯サービス内容  ---------*/
  #training_base_service .inner{padding:60px 0;}

  /*----------  付帯サービス内容  ---------*/
  #training_base_option table{margin-bottom: 10px; }
  #training_base_option table .remarks{ width: 57%; }
	
  /*----------

  介護実習生向け

  ---------*/
	
	#training_longterm_about .inner {padding-bottom: 20px;}
	#training_longterm_about .about_list li { margin-bottom:40px;	}
	#training_longterm_about .about_list img {
			width: 55%;
			margin-bottom: 15px;
	}

	#training_longterm_about .about_list li h3 {
			font-size: 4.5vw;
			padding: 10px;
			margin-bottom: 10px;
	}
	#training_longterm_about .about_list li .txt {font-size: 3.5vw;}
	
	
	#training_longterm_example .inner{padding: 60px 0 50px;}
	
  /*----------  講習期間の短縮について  ---------*/
	#training_longterm_shortened .inner{padding: 50px 0 120px;}
	#training_longterm_shortened .shortened_ttl{
		padding: 15px 0;
    font-size: 5vw;
    border-top: 1px solid #606060;
    border-bottom: 1px solid #606060;
    margin-bottom: 20px;
	}

	#training_longterm_shortened .txt{font-size: 3.8vw;}
	
	
  /*----------

  自動車整備特別

  ---------*/
	#page_training_maintenance{padding-top: 65px;margin-top: -65px;}
	#page_training_maintenance .page_ttlarea,
	#page_training_maintenance .page_ttlarea02{margin-bottom: 80px;}
	
	/*----------

  	新入社員教育

  	---------*/
  #page_freshman .ttl_date {
      font-size: 5.5vw;
      margin-bottom: 20px;
  }
  	/*----2022年度 新入社員教育----*/
  #freshman_year{
    padding-bottom: 120px;
  }

  #freshman_year .desc {
      margin-bottom: 30px;
  }

  #freshman_year .lecturearea .lecture_info:not(:last-child){
    margin-bottom: 20px;
  }
  #freshman_year .lecturearea .lecture_info h4 {
      font-size: 4vw;
      width: 100%;
      padding: 10px;
  }

  #freshman_year .lecturearea .lecture_info .detail {
      border-top: 1px solid  #000;
      border-left: 0;
      width: 100%;
      padding: 20px 10px 10px;
  }

  #freshman_year .lecturearea .lecture_info .detail dt{
    width: 9em;
  }
  #freshman_follow {
    padding: 60px 0 0;
  }

  #freshman_follow .content_ttl_sl, #freshman_follow .ttl_date {
      margin-bottom: 20px;
  }
  #freshman_follow .follow_info {
      width: 100%;
  }
  #freshman_follow .follow_info th {
      display: block;
  }

  #freshman_follow .follow_info td {
      display: block;
      font-size: 4vw;
      padding:10px 10px 12px;
  }

  #freshman_follow .follow_info th span {
      font-size: 3.8vw;
      padding: 10px;
      margin: 0;
  }
  #freshman_follow .subject {
      font-size: 3.8vw;
  }

  #freshman_follow .subject th, #freshman_follow .subject td {
      padding: 10px;
  }

  #freshman_follow .subject .name {
      width: 35%;
  }
  #freshman_follow .follow_img {
     max-width: 100%;
 }

  #freshman_point .content_ttl {
      font-size: 5.5vw;
      margin-bottom: 20px;
  }

  #freshman_point .desc {
      text-align: left;
      margin-bottom: 40px;
  }
  #freshman_point .point_list #item03{
    margin-bottom: 40px;
  }
  #freshman_point .notice {
    width: 100%;
     margin:0 auto 50px;
}
  #freshman_point .notice .img{
    width: 100%;
    margin-bottom: 20px;
  }

  #freshman_point .notice .img img{
		width: 170%;
    max-width: 170% !important;
  }

  #freshman_point .notice .graph {
    width: 350%;
    padding: 10px;
    margin-bottom: 0;
}

	#freshman_supplement .inner {
			padding: 60px 0;
	}

	.supplement_list_freshman .item .txtarea {
			width: 100%;
			margin-bottom: 20px;
	}

	.supplement_list_freshman .txt {
			margin-bottom: 10px;
	}

	.supplement_list_freshman .btn a {
			width: 100%;
	}

	#freshman_supplement .course_menu{margin-bottom: -40px;}
  
  #freshman_application{margin-top: 25px;}

	
	/*----------

	新入社員教育 助成金

	---------*/
	/*----------	職業訓練表 ---------*/
		#page_freshman_subsidy .table_note {
				font-size: 3.5vw;
				margin-bottom: 5px;
		}

		#page_freshman_subsidy table {width: 216%;}

		#page_freshman_subsidy th, #page_freshman_subsidy td {
				font-size: 3.5vw;
				padding: 10px;
		}
    #page_freshman_subsidy table tr.course th:not(:first-child) {width: 26.4%;}
		#page_freshman_subsidy table span.small {font-size: 3.5vw;}
		#page_freshman_subsidy table span.medium {font-size: 4vw;}
		#page_freshman_subsidy table span.large {font-size: 4.3vw;}


	/*----------	特定分野認定実習 ---------*/
		/*#freshman_subsidy_specific .content_ttl_sl {
				margin-bottom: 10px;
				text-align: center;
		}

		#freshman_subsidy_specific .desc {font-size: 3.8vw;margin-bottom: 15px;}
		#freshman_subsidy_specific .inner {
				padding: 50px 0 30px;
		}*/


		/*----------	認定実習 ---------*/
		#freshman_subsidy_certify .inner {padding: 30px 0 40px;	}


		/*----------	若年人材育成訓練 ---------*/
		#freshman_subsidy_merit .inner {padding: 60px 0;}

		#freshman_subsidy_merit .desc {
				font-size: 3.8vw;
				margin-bottom: 30px;
		}

		#freshman_subsidy_merit .content_ttl_sl {margin-bottom: 10px;}

		#freshman_subsidy_merit .merit_list li h3 {
				font-size: 5vw;
				margin-bottom: 10px;
		}

		#freshman_subsidy_merit .merit_list li h3:after {
				width: 34vw;
				height: 4.5vw;
		}

		#freshman_subsidy_merit .merit_list li img {
				max-width: 80%;
				width: 65%;
				margin-bottom: 10px;
		}

		#freshman_subsidy_merit .merit_list li dt {
				font-size: 4.5vw;
				text-align: center;
		}

		#freshman_subsidy_merit .merit_list li dd {
				font-size: 3.5vw;
		}

		#freshman_subsidy_merit .merit_list li.item_merit {
				width: 77%;
		}

		#freshman_subsidy_merit .merit_list li.item_demerit {
				width: 80%;
				margin-left: 0;
				margin-top: 40px;
		}


		/*----------	申請スケジュール・生産性要件 ---------*/
		#freshman_subsidy_extra {
			padding: 60px 0;
		}
		#freshman_subsidy_extra article:not(:last-child){margin-bottom: 60px;	}
		#freshman_subsidy_extra .content_ttl_sl {
				margin-bottom: 30px;
		}
  /*----------	申請スケジュール ---------*/
    #freshman_subsidy_schedule .sttl {
				margin: 20px 0 10px;
				flex-wrap: nowrap;
		}

		#freshman_subsidy_schedule .sttl span {
				font-size: 4.5vw;
				padding: 5px 35px;
		}
    #freshman_subsidy_schedule img {
				/*width: 80%;*/
				width: 170%;
				max-width: 170% !important;
			 margin: 0 auto 10px;
		}

		#freshman_subsidy_schedule .mark_list {
				font-size: 3.5vw;
		}

		/*----------	生産性要件 ---------*/
    #freshman_subsidy_requirements > .item {margin-top: 40px;}

    #freshman_subsidy_requirements > .item  .content_sttl{margin-bottom: 10px;}
  

		#freshman_subsidy_requirements .desc {
				text-align: left;
		}

		#freshman_subsidy_requirements .detail {
				flex-wrap: wrap;
				font-size: 4.5vw;
		}

		#freshman_subsidy_requirements .detail dt span {
				display: block;
				transform: rotate(90deg);
				margin: 4px 0px;
		}

		#freshman_subsidy_requirements .detail dt {
				margin-right: 0;
				text-align: center;
		}

		#freshman_subsidy_requirements img {
				/*width: 80%;*/
				width: 170%;
				max-width: 170% !important;
			 margin: 0 auto 10px;
		}

		#freshman_subsidy_requirements .mark_list {
				font-size: 3.5vw;
		}

		/*----------

		新入社員教育 下層共通(豊富なコース)

		---------*/
	
		#freshman_course_detail .course_menu {
			margin-bottom: 60px;
		}

    #freshman_course_detail .freshman_course_item {
			margin-bottom: 60px;
		}

		#freshman_course_detail .content_ttl_lr {
			font-size: 5.5vw;
		}
		#freshman_course_detail .course_item_cont {
			width: 95%;
			margin: 0 auto 40px;
		}

		#freshman_course_detail .course_price dd {
			margin-left: 10px;
		}

		#freshman_course_detail table {margin-bottom: 0;	}
	
		#freshman_course_detail table tr {
			flex-wrap: wrap;
			display: flex;
			border: 1px solid #ccc;
			margin-bottom: 30px;
	}
	
		#freshman_course_detail table th, 
		#freshman_course_detail table td {
				/*padding: 8px 10px;*/
				padding: 0;
				font-size: 3.5vw;
				border: none;
		}
	
		#freshman_course_detail table thead{display: none;} 
		#freshman_course_detail table td {
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				width: 100%;
		}
		#freshman_course_detail table td > *{
				padding: 6px;
			width: 100%;
		}
		#freshman_course_detail table td::before {
			content: attr(data-label);
			color: #000;
			font-weight: bold;
			display: block;
			width: 100%;
			background-color: #d4deeb;
			padding: 6px;
			text-align: center;
		}
		#freshman_course_detail table td:nth-of-type(-n+2):before {
				width: 40%;
		}
		#freshman_course_detail table td:nth-of-type(3):before {
				border-top: 1px solid #ccc;
		}
	
		#freshman_course_detail table td:nth-of-type(-n+2){
				width: 50%;
			flex-wrap: nowrap;
		}
	
		#freshman_course_detail table tr td:first-child{background-color: #fff;}
/*
		#freshman_course_detail table td:last-of-type {
				padding-bottom: 15px;
		}
*/
	
	
		#freshman_course_detail .off_date_list {
				font-size: 4vw;
			margin-bottom: 0;
		}
		#freshman_course_detail .off_date_list dt {
				margin-right: 15px;
		}

		/*----------

	特定技能について

	---------*/
	/*---------- 	「特定技能ビザ」取得について 	---------*/
	#tokuteiginou_introduction .inner {
		background: url("../images/page/tokuteiginou/intro_bg_sp.png") no-repeat center bottom /100% ;
		margin-top: 0;
	}
	#tokuteiginou_introduction .textarea {
			max-width: 95%;
			padding: 0 10px 20px;
			background-color: rgba(255,255,255, 85%);
			margin: 0 auto 45.33vw;
	}

	#tokuteiginou_introduction .ttl {
			font-size: 5.5vw;
			text-align: center;
			margin-bottom: 20px;
	}

	#tokuteiginou_introduction .desc {
			font-size: 3.5vw;
	}

	/*---------- 	登録認定	---------*/
	#tokuteiginou_certify .inner {
    padding: 60px 0;
	}

	#tokuteiginou_certify .inner .ttl {
			font-size: 5vw;
			text-align: left;
			margin-bottom: 30px;
	}

	#tokuteiginou_certify .inner .num {
			font-size: 4vw;
			width: 100%;
			padding: 10px;
	}

	/*---------- 	「特定技能」とは	---------*/
	#tokuteiginou_about .inner {
    padding: 60px 0;
	}

	#tokuteiginou_about .desc {
			font-size: 3.5vw;
			text-align: left;
			margin-bottom: 30px;
	}

	#tokuteiginou_about .illust {
			padding: 30px 10px;
	}

	#tokuteiginou_about .illust .img {
			width: 100%;
			margin-bottom: 20px;
			max-width: 100%;
	}

	#tokuteiginou_about .industry .sttl {
			font-size: 4.5vw;
			margin-bottom: 10px;
	}

	#tokuteiginou_about .industry .industry_list li {
			font-size: 3.5vw;
	}



	/*----------

	技能講習

	---------*/
	/*#page_skilltraining .page_ttlarea {margin-bottom: 120px;}
	#page_skilltraining .page_ttl {width: 71.25vw;}*/
	#page_skilltraining .mark_list{font-size: 3.5vw;}
	
	/*---------- 	受講料と助成金	---------*/
	#skilltraining_price .inner {padding: 0 0 70px;}
	
	#skilltraining_price .note {
    margin-bottom: 30px;
    font-size: 3.5vw;
	}
 
 #skilltraining_price .ttlarea{
  margin-bottom: 20px;
 }
 
	#skilltraining_price .sttl {
		font-size: 5vw;
		min-width:100%;
    margin-right: 0;
	}
	#skilltraining_price .info {
			font-size: 4vw;
			margin-top: 10px;
	}

	#skilltraining_price .info dt {
			font-size: 3.5vw;
			padding: 6px 10px;
			margin-right: 10px;
	}
	#skilltraining_price table .course{width: 33%;}
	#skilltraining_price table th,
	#skilltraining_price table td	{padding: 10px 5px;font-size: 3.5vw;}
	
 #skilltraining_price table.price_list_table{ width: 117%;}
 #skilltraining_price table.price_list_table thead th,
 #skilltraining_price table.price_list_table thead th.price_list_name {width: auto;}
 
 #skilltraining_price .price_notice_list{text-align: left;}
 
	#skilltraining_price article.price_forklift{margin-bottom: 40px;}

	/*---------- 	バナー詳細	---------*/
	.skilltraining_bnr .inner{padding-top: 60px;}
	.skilltraining_bnr .bnr_list .item{
		width: 100%;
		height: 85vw;
    margin-bottom: 0;
	}
	.skilltraining_bnr .bnr_list .item a{border-width:3px}
	.skilltraining_bnr .txtarea {font-size: 5vw; padding: 20px 10px;}
	.skilltraining_bnr .txtarea .cate{margin-top: 15px;}
	.skilltraining_bnr .txtarea .cate li {font-size: 3.85vw;padding: 6px 20px;}
	
	
	/*----------

	技能講習 下層（フォークリフト、玉掛けクレーン）

	---------*/
	.page_skilltraining_child .page_ttl {width: 77.25vw;}
	.page_skilltraining_child  .page_ttl_cont{width:100%;}
	.page_skilltraining_child .mark_list{font-size: 3.5vw;}
	/*---------- 	特別教育	---------*/

	.page_skilltraining_child #education .inner {padding: 0 0 30px;}
	.page_skilltraining_child #education table .per_person{width: 33%;}
 .page_skilltraining_child #education table.table_price{width: 265%;}
	.page_skilltraining_child #education table th,
	.page_skilltraining_child #education table td	{padding: 10px 5px;/*font-size: 3.5vw;*/}

	/*---------- 	時間割	---------*/
	.page_skilltraining_child #schedule .inner {
			padding: 30px  0 60px;}
	.page_skilltraining_child #schedule .schedule_ttl{
		font-size: 5vw;margin-bottom: 20px;
	}
	.page_skilltraining_child #schedule table {width: 150%;}
	.page_skilltraining_child #schedule table th,
	.page_skilltraining_child #schedule table td{
		padding: 10px;
	}
 .skilltraining_child_schedule table .th_content{
  width: 48%;
 }
	.page_skilltraining_child #schedule .mark_list{
		margin-bottom: 50px;
	}

	/*---------- 	申込方法	---------*/
	.page_skilltraining_child #request .content_ttl_sl {margin-bottom: 40px;}
	
	.page_skilltraining_child #request .download dt {
			padding: 12px 6px 12px 8px;
			font-size: 3.8vw;
			margin-right: 3vw;
			margin-bottom: 10px;
			height: 70px;
			max-width: 100%;
	}

	.page_skilltraining_child #request .download .txt_pc {display: none;	}
	.page_skilltraining_child #request .download .txt_mobile {display: inline;	}
	.page_skilltraining_child #request .download dt:after {
		width: 7vw;
		height: 70px;
		top: -1px;
	}
	.page_skilltraining_child #request .download dt,
	.page_skilltraining_child #request .download dd{
		width: 96%;
	}
	.page_skilltraining_child #request .download dd a,
	.page_skilltraining_child #request .download dd a.fz_small{
			/* max-width: 95%; */
			width: 100%;
			margin: 0 auto;
			font-size: 3.8vw;
			padding: 8px ;
	}
	.page_skilltraining_child #request .download dd a:before {
    width: 10vw;
    height: 10vw;
	}
	.skilltraining_child_request .download{
		justify-content: center;
	}
	.skilltraining_child_request .download dd a + a{margin-top: 10px !important;}
	/*---------- 	支払方法	---------*/

	.page_skilltraining_child #payment .desc {
			font-size: 3.8vw;
			text-align: left;
			margin-bottom: 20px;
	}
	.page_skilltraining_child #payment table th,
	.page_skilltraining_child #payment table td{
		padding: 10px 2px;
		font-size: 3.5vw;
	}
  .page_skilltraining_child #payment table .bg_pale_gl th:not(:last-of-type){
    width: 25%;
  }
	/*---------- 	その他	---------*/
	.page_skilltraining_child #other .inner {padding: 60px 0;}
	.page_skilltraining_child #other .mark_list li {font-size: 3.8vw;}
	.page_skilltraining_child #other .mark_list {margin-bottom: 20px;}
	.page_skilltraining_child #other .btn_area .btn a {
		 width: 92%;
    padding-left: 24vw;
		margin-top: 20px;
	}

	.page_skilltraining_child #other .btn.btn_reserve a {
			font-size: 6vw;
			padding: 18px 10px 20px;
			border-radius: 8px;
			max-width: 85%;
			margin-bottom: 50px;
	}

	.page_skilltraining_child #other .btn.btn_reserve a:before {margin-right: 10px;}

	
	
		/*----------

		教育&研修(第二階層)コースメニュー

	---------*/

		#education_menu01 .menu_listi{
			justify-content: center;
			width: 95%;
			margin: 0 auto;
		}

		#education_menu01 .menu_list li{
			width: 100%;
			max-width: 100%;
			margin-bottom: 40px;
		}

		#education_menu01 .menu_list .ttl {
				font-size: 4vw;
				padding: 10px 5px;
				margin-bottom: 5px;
		}

		#education_menu01 .menu_list .txt {
				font-size: 3.5vw;
		}

	/*----------

	階層別教育・教育&研修コースメニュー共通

	---------*/
	.education_bnr .desc {font-size: 3.5vw;margin-bottom: 40px;text-align: left;}

	.education_bnr .bnr_list{
		width: 90%;
		margin: 0 auto;
	}
	.education_bnr .bnr_list .item{
		width: 100%;
		/*height: 86vw;*/
    margin-bottom: 40px;
	}
	.education_bnr .bnr_list .item a{border-width:3px;height: 80vw;}
	.education_bnr .bnr_list .ttl {font-size: 6vw;}
	.education_bnr .bnr_list .subttl{font-size: 3.8vw;padding: 6px 20px;margin-top: 15px;}
	.education_bnr .item_desc{padding-top: 0;font-size: 3.5vw;}
	
	.education_bnr .course_detail_item:not(:last-child) {margin-bottom: 60px;}
	
	/*青ボタンの場合*/
	.education_bnr .bnr_list .btn {
		width: 100%;
		max-width: 100%;
		margin-bottom: 20px;
	}

	.education_bnr .bnr_list .btn .ttl{font-size: 6vw;}
	/*----------

	外国人実習生技能検定対策講座

	---------*/
	#page_countermeasure .page_ttl_cont,
	.page_countermeasure_child .page_ttl_cont{width: 100%;}
	#countermeasure_education_bnr .desc{margin-bottom: 40px;}
	#countermeasure_education_bnr .content_ttl{
			font-size: 5vw;
			max-width: 90%;
			margin-bottom: 20px;
	}
	#countermeasure_education_bnr .content_ttl span{
			font-size: 3.5vw;
			padding: 6px 10px;
			margin-right: 10px;
	}
	#countermeasure_education_bnr .bnr_list:not(:last-of-type){margin-bottom: 40px;}

	/*----------

	特別教育・安全衛生教育

	---------*/

	#page_education03_special .table_row_multi tbody td:first-child {text-align: center;}
	#page_education03_special .table_row_multi td.sp_w50:before {width: 60%;flex-shrink: 0;}

	
	/*----------

	H&Aアカデミー

	---------*/
	
	#ha_academy_lesson .content_sttl span {
    font-size: 5.2vw;
    padding: 15px 10px;
    line-height: 1.4;
	}

	#ha_academy_lesson .content_ttl_rec span {font-size: 5vw;padding: 10px;	}
	#ha_academy_lesson .lesson_list {margin: 0 auto;width: 90%;}

	#ha_academy_lesson .lesson_list .item {width: 100%;padding: 0;}
	#ha_academy_lesson .lesson_list .item:nth-of-type(2n) {border-left: none;}
	#ha_academy_lesson .lesson_list .item:not(:first-of-type) {margin-top: 60px;}
	#ha_academy_lesson .img{margin-bottom: 10px;}
	#ha_academy_lesson .target {font-size: 4.2vw;margin-bottom: 5px;}

	#ha_academy_lesson .target dt {
			font-size: 4vw;
			padding: 10px 30px;
			margin-right: 10px;
	}

	#ha_academy_lesson .merit_list {font-size: 4vw;margin-bottom: 10px;}
	#ha_academy_lesson .lesson_list .item a {height: 43vw;}
	#ha_academy_lesson .lesson_list .item .bnr_img {width: 75%;}
	#ha_academy_lesson .merit_notice {font-size: 4vw;padding: 8px 15px;border-radius: 10px;	}
	
	
	#ha_academy_lesson .movie_list{margin-top: 60px;}
	#ha_academy_lesson .movie_box{margin-right: 0;}
	#ha_academy_lesson .movie_box .sttl{min-height: inherit;margin-bottom: 10px;}
	
	#ha_academy_contact .contact_icon_list li, 
	#ha_academy_contact .contact_icon_list li:nth-last-of-type(2){width: 100%;}
	#ha_academy_contact .contact_icon_list li:not(:first-of-type){margin-bottom: 20px;}
	#ha_academy_contact .desc{font-size: 4vw;text-align: left;margin-bottom: 40px;}

	#ha_academy_contact .contact_icon_list .tel{margin-bottom: 20px; justify-content: flex-start;}
	#ha_academy_contact .contact_icon_list .tel img{
		width: 70px;
		height: 70px;
	}
	#ha_academy_contact .contact_icon_list .mail{width: 100%;margin-bottom: 20px;}
	#ha_academy_contact .contact_icon_list .mail a{font-size: 6vw;}
	#ha_academy_contact .contact_icon_list .mail img{
		width: 70px;
		height: 70px;
	}

	/*----------

	人材派遣事業

	---------*/
		#temporary_outline .content_sttl span {
				font-size: 4.5vw;
				padding: 10px;
				width: 80%;
		}

		#temporary_outline .desc {
				font-size: 3.5vw;
				margin-bottom: 30px;
				text-align: left;
		}

		#temporary_outline .outline_img {	width: 100%;}
		#temporary_outline {margin-bottom: 60px;}

		.temporary_item .sttl {font-size: 4vw;padding: 10px;margin-bottom: 15px;}
		#temporary_type .desc {font-size: 3.5vw;margin-bottom: 30px;}

		.temporary_item {margin-bottom: 60px;}
		.temporary_item .desc {font-size: 3.5vw;margin-bottom: 30px;}

		#temporary_type .type_item {margin-bottom: 40px;}
		#temporary_type .type_item dt {
				font-size: 3.5vw;
				padding: 10px;
				margin-bottom: 5px;
		}
		#temporary_type .type_item dd {font-size: 3.5vw;}
	
		#temporary_period .period_item h3 {font-size: 4vw;margin-bottom: 5px;}
		#temporary_period .period_item .outline_img {width: 100%;margin: 20px auto 0;}
		#temporary_period .period_item {font-size: 3.5vw;margin-bottom: 40px;}	
		#temporary_period .period_item .note{margin-top: 10px;}
	
	
		/*----------
		有料職業紹介事業
		---------*/
		#agency_paid_outline .content_sttl span {
				font-size: 4.5vw;
				padding: 10px;
				width: 80%;
		}

		#agency_paid_outline .desc {
				font-size: 3.5vw;
				margin-bottom: 30px;
				text-align: left;
		}

		#agency_paid_outline .outline_img {	width: 100%;}
		#agency_paid_outline {margin-bottom: 60px;}
	
		#agency_paid_charge .sttl {margin-bottom: 10px;}
		#agency_paid_charge .sttl span {
			font-size: 4vw;
				padding: 10px;
				margin-bottom: 5px;
		}

		#agency_paid_charge .charge_item {
				width: 100%;
				border-radius: 10px;
				padding: 15px 10px;
				margin-bottom: 20px;
				font-size: 3.5vw;
		}

		#agency_paid_charge .charge_item dt {font-size: 3.8vw;margin-bottom: 5px;}
		#agency_paid_charge .charge_item:last-of-type {margin-bottom: 30px;}
		.agency_paid_system h3 {font-size: 4vw;margin-bottom: 10px;}	
	
	
	/*----------
	
	SDGsへの取り組み

	---------*/

		#sdgs_intro .sdgs_logo .ttl {width: 90%;margin-bottom: 15px;}
		#sdgs_intro .sdgs_logo p {font-size: 3.8vw;text-align: center;margin-bottom: 30px;}

		#sdgs_intro .icon_list li {	width: 32%;	margin-bottom: 1%;}
		#sdgs_intro .desc {padding: 40px 10px 25px;margin-bottom: 90px;	}
	
		#sdgs_intro .desc .sttl {	top: -6vw;}
		#sdgs_intro .desc .sttl span {
				font-size: 6vw;
				padding: 10px;
				max-width: 80%;
				border-radius: 10px;
				line-height: 1;
		}

		#sdgs_intro .desc .txt {font-size: 3.5vw;	text-align: left;	}

		#sdgs_intro .icon_list {
				justify-content: space-between;
				width: 75%;
				margin: 0px auto 60px;
		}
	#sdgs_content .sdgs_list .sttl{margin-bottom: 20px;}
	#sdgs_content .sdgs_list .sttl span {
		font-size: 4.5vw;
		padding: 10px;
		border-radius: 10px;
		max-width: 90%;
	}
	#sdgs_content .sdgs_list .sttl:before {top: 4vw;}
	#sdgs_content .sdgs_list .sttl:after {bottom: 4vw;}

	#sdgs_content .desc {
			text-align: left;
			font-size: 4vw;
			margin-bottom: 60px;
	}
	#sdgs_content .sdgs_list .item:not(:last-child) {margin-bottom: 60px;}
	#sdgs_content .sdgs_list .ttl {
			width: 35%;
			margin-bottom: 20px;
	}

	#sdgs_content .sdgs_list .detail_list {
			margin-bottom: 10px;
	}
	#sdgs_content .sdgs_list .detail_list li {
		width: 100%;
    font-size: 3.8vw;
    margin-bottom: 12px;
    padding-left: 0.6em;
    padding-bottom: 12px;
    align-items: center;
	}
	#sdgs_content .sdgs_list .detail_list li:before {
			font-size: 4vw;
			width: 7vw;
			height: 7vw;
			margin-right: 8px;
	}

	#sdgs_content .sdgs_list .other_list {
			border: 1px solid #8b8b8b;
			padding: 10px 0;
	}

	#sdgs_content .sdgs_list .other_list h4 {
			font-size: 4.5vw;
			padding: 10px 15px;
	}

	#sdgs_content .sdgs_list .other_list .mark_list {
			padding: 15px 10px 0;
			font-size: 3.5vw;
	}	
	#sdgs_content .sdgs_list .other_list .mark_list li{
			margin-bottom: 5px;
	}	
	
	
   /*---------
	採用情報
	---------*/

	.recruit_info_item  {
			margin-bottom: 60px;
	}

	.recruit_info_item .job_name {
			font-size: 5vw;
			padding: 10px;
			display: flex;
			align-items: center;
			margin-bottom: 20px;
	}

	.recruit_info_item .job_name .stxt {
			padding: 5px 20px;
			border-radius: 5px;
			margin-right: 10px;
			flex-shrink: 0;
	}
	.recruit_info_item table{margin-bottom: 0;}
	.recruit_info_item .btn {
    max-width: 70%;
	}
	
	/*----------  採用情報＿総合 ---------*/
		#recruit_top_menu .content_ttl_sl{margin-bottom: 40px !important;}
		#recruit_top_menu .menulist {justify-content: center;	}
		#recruit_top_menu .menulist li{
			width: 90%;
			max-width: 100%;
		}

		#recruit_top_menu .menulist li + li{
			margin-top: 30px;
		}
		#recruit_top_menu .menulist .item_desc{margin: 0 5px 10px -5px;}
	
  /*----------

	申請等取次研修会

	---------*/

  .agency_seminar_item .inner {font-size: 3.5vw;padding: 30px 0;}

  .agency_seminar_item .sttl {
      font-size: 4.2vw;
      padding: 10px;
      margin-bottom: 15px;
    line-height: 1.4;
  }

  .agency_seminar_item .inner.col2 .small_item {width: 100%;}
  .agency_seminar_item .inner.col2 .small_item .sttl {margin-bottom: 15px;}
  .agency_seminar_item .inner.col2 .small_item + .small_item {margin-top: 60px;}
  
  .agency_seminar_item .btn.btn_bd_navy a {
    max-width: 80%;
    font-size: 5vw;
    padding:  20px 10px;
    margin: 30px auto 15px;
  }

   /*---------
	お問い合わせ
	---------*/
	
	.form-info{
    text-align:left;
    margin-bottom: 45px;
  }
  .form-info p{margin-bottom: 20px;}
  .form-info .redbox{margin: 0 1rem 0 0;}

  .form-caption{
    margin: 30px 0;
    font-size: 0.9rem;
  }

  /* 入力エラー */
  .contact-error{
      padding: 6%;
      text-align: center;
  }

  table.formtbl tr.none{display: none;}
  table.formtbl tr th,
  table.formtbl tr td{
  	box-sizing: border-box;
  	padding: 4% 2%;
    display: block;
  }
  span.f-title{
    display: inline-block;
    vertical-align: middle;
  }
  span.redbox,
  span.greenbox{
    padding: 3px 10px;
    font-weight: normal;
    margin-left: 1rem;
    font-size: 0.9rem;
  }
  table.formtbl tr th.f-messe{
    font-size: 1rem;
    padding: 4% 2%;
    font-weight: normal;
  }

  table.formtbl tr th{width:100%; text-align: left; border-bottom: none;}
  table.formtbl tr td{width:100%;}
  table.formtbl tr td img{max-width: 100%;}

  .formtbl input.w30{width: 35%;}
  .formtbl input.w90,
  .formtbl textarea{width: 96%;}
  .formtbl input,
  .formtbl textarea{padding:10px; background: #f6f6f6; border: 1px solid #ccc; box-sizing: border-box;}
  .formtbl select{
    padding:5px;
    box-sizing: border-box;
    border: 1px solid #ccc;
  }

  td.birthday span{
    /*display: block;*/
    vertical-align: middle;
    margin:0 0 12px;
  }

  table.formtbl td label{padding: 0 0 0 0; margin: 0 0 0 0;}
  table.formtbl td input[type=radio]{padding: 0 5px; margin:  0 5px;}
  table.formtbl td label span{margin-left: 5px;}
  .formtbl td input:focus,
  .formtbl td textarea:focus{background: #fffaca;}

  table.formtbl td p.fcap{padding-bottom: 20px; }
  table.formtbl td dl{
      display: table;
  	width: 100%;
  	border-bottom: dotted 1px #ccc;
  	box-sizing: border-box;
  }
  table.formtbl td dl:last-child{border-bottom: none;}

  div.formtbl dl{
  	display: table;
  	width: 100%;
  	border-bottom: solid 1px #ccc;
  }

  table.formtbl td dl dt,
  table.formtbl td dl dd{
      display: table-cell;
      padding: 14px 0;
       box-sizing: border-box;
      border-top: none;
      vertical-align: middle;
  	text-align: left;
  }

  table.formtbl td dl.jiki dt{width: 15%;}
  table.formtbl td dl.jiki dd{width: 80%; padding-left: 1%;}
  table.formtbl td dl.jiki dd input,
  table.formtbl td dl.jiki dd select{width: 100%;}

  table.formtbl td.address dl dt{width: 20%;}
  table.formtbl td.address dl dd{width: 76%;}

  table.formtbl td dl:last-child dt,
  table.formtbl td dl:last-child dd{border-bottom: none;}

  table.formtbl tr.pass td input:nth-child(n+2){margin-top: 15px;}


  input[type="submit"] {-webkit-appearance: none;}
  #submit{
  	text-align: center;
  	margin: 30px 0;
  }

  #submit input{
  	width: 85%;
  	padding: 30px 0;
    font-size: 1.2rem;
    font-weight: 500;
    border-radius: 6px;
    margin: 20px auto;
  }

  #submit input.backbtn{
  	width: 85%;
  	padding: 30px 0;
  	font-size: 1.2rem;
  	margin: 20px auto;
  }

  span.error{color: #ff0000; font-weight: bold; margin-left: 5px;}

  .contact-caption{
    text-align: center;
    margin-bottom: 32px;
  }
	
	/*完了画面*/
	#contact_desc .contact_confirmation .contact_subttl{
		text-align: left;
		margin-bottom: -20px;
	}
	/*完了画面*/
	#contact_desc .contact_complete .contact_subttl{
		text-align: left;
	}
	 #contact_desc.contact_complete .btn a{
		 width: 80%;
    margin: 0 auto;
    padding: 20px;
    font-size: 5vw;
	}
  /*----------
  ブログ
  ---------*/
	.news_list {
    margin-top: 30px;
  }
 .news_list dl {
    padding: 18px 10px;
    font-size: 3.8vw;
  }
 .news_list dl dt .cate {
    font-size: 3.5vw;
    margin-left: 10px;
    padding: 5px 10px;
  }
  .news_list dl dd {
    margin-left: 0;
    margin-top: 11px;
    font-size: 4vw;
  }


  /*----------
  ブログ

  ---------*/
  .column2{
    flex-direction: column;
  }
  .column2 #main-contents{width: 100%; margin-bottom: 60px;}
  .column2 #sidebar{width: 100%;}

	.column2 #main-contents .tac-text{
		font-size: 3.5vw;
		margin-bottom: 40px;
	}
  .blog-list{
    flex-direction: column;
  }
  .blog-list article{
    width: 85%;
    margin: 0 auto 8%;
  }

  .blog-photo{
    position: relative;
  }
  .blog-photo ul{
    position: absolute;
    top:0;
    left: 0;
    display: flex;
    flex-wrap:wrap;
    z-index: 2;
  }
  ul.blog_cat li{
    font-size: 0.8rem;
    padding: 3px 8px;
    margin: 0 3px 3px 0;
  }
  .blog-photo img{
    width: 100%;
    height: 30vw;
  }
  .blog-list article a div.blog-list-in{
    padding: 5% 6%;
  }
  .blog-list article a div.blog-list-in .days{font-size: 0.8rem; margin-bottom: 24px;}
  .blog-list article a div.blog-list-in .blog_ex{font-size: 0.9rem; line-height: 1.8;}

  /* sidebar */
  .column2 #sidebar h2.subtitle-002{font-size: 1.2rem; margin-bottom: 20px;}
  .column2 #sidebar div.side-list{margin-bottom: 32px;}

  .column2 #sidebar div.side-list ul{border-top: 1px dotted #ccc;}
  .column2 #sidebar div.side-list ul li a{
    padding: 4% 3%;
    border-bottom: 1px dotted #ccc;
  }

  /* 詳細 */
  .blig-single .blog_head{
    margin-bottom: 40px;
  }
  .blig-single .blog_head h1{
    font-size: 1.3rem;
    padding:12px 0 12px;
    margin-bottom: 8px;
  }
		.blog_detail h2{
		font-size: 5vw;
	}
	
		.blog_detail h3{
		font-size: 4vw;
	}

  .blig-single .blog_head p.days{
    font-size: 0.8rem;
    text-align: right;
  }
  .blig-single .blog_detail figure{margin-top: 24px;}
  .blig-single .blog_detail img{
    max-width: 100%;
    height: auto;
  }

  .side-search input#s{width: 68%; box-sizing: border-box;}
  .side-search input{
    box-sizing: border-box;
    padding: 6px;
  }
  .side-search .submit-btn{
    width: 30%;
  }

  /*----------

  新着情報

  ---------*/
  .news-cat-list ul{
    flex-wrap:wrap;
    margin-bottom: 45px;
  }
  .news-cat-list ul li{
    font-size: 1rem;
    letter-spacing: 0.1rem;
    width: 48%;
    text-align: center;
  }
  .news-cat-list ul li a{
    border: 1px solid #4680ba;
    padding: 10px 0;
    box-sizing: border-box;
  }
	
  /*----------

  プライバシーポリシー

  ---------*/
	.policy_item{
		margin: 0 0 60px;
	}
	.policy_item .ttl{
		font-size: 4.5vw;
		letter-spacing: 0.2rem;
		margin-bottom: 20px;
	}
	.policy_item .ttl::before{
		content: '';
    width: 20px;
    height: 2px;
    margin-right: 10px;
	}

	.policy_item .desc{
		margin: 0 0 20px;
	}

	.policy-in{margin-bottom: 20px;}
	.policy-in .policy-in-item{margin: 40px 0 0 5%;}

	.policy_item .sttl{
		font-size: 4vw;
		margin-bottom:10px;
	}
  .policy_item .desc.mark_sa img {
    width: 30%;
    margin: 0 auto;
    display: block;
  }


	/*----------

	404

	---------*/

	#page_404_cont .btn a{
	 width: 50%;
	}

  /*----------

	footer

	---------*/
  .side-bnr {
    display: none;
  }
  /*-----pegetop----*/
  #page-top {
    position: fixed;
    bottom: 4%;
    right: 4%;
  }
  #page-top a {
    background-size: 100%;
    width: 40px;
    height: 40px;
  }
  #page-top a:hover {
    background-size: 100%;
  }
  .footbnr-free {
    width: 74%;
    position: fixed;
    bottom: 2%;
    left: 2%;
    margin-left: 0;
    text-align: center;
  }
  .footbnr-free article a {
    display: block;
    padding: 3% 0;
    font-size: 3vw;
    width: 100%;
    margin: 0 auto;
    border-radius: 6px;
  }
  .footbnr-free article a span {
    display: block;
    font-size: 4.5vw;
    margin-top: 5px;
  }
  .footcontact {
    width: 90%;
    margin: 0 auto;
  }
  .footcontact article {
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 10% 0;
  }
  .footcontact article h3 {
    font-size: 6vw;
    margin-bottom: 30px;
  }
  .footcontact article p.footlink a {
    display: block;
    box-sizing: border-box;
    width: 90%;
    margin: 22px auto 0;
    border-radius: 6px;
    color: #fff;
  }
  .footcontact article.freelesson {
    background-color: #ffff7d;
    color: #333;
  }
  .footcontact article.freelesson dl dt {
    font-size: 13px;
  }
  .footcontact article.freelesson dl dd {
    font-size: 24px;
    margin-top: 10px;
  }
  .footcontact article.freelesson p.footlink a {
    border: 1px solid #f77534;
    background: #f77534 url(../images/common/arrow_right_white.png) 94% center no-repeat;
    padding: 30px 0;
    font-size: 5vw;
  }
  .footcontact article.freelesson p.footlink a:hover {
    background: #fff url(../images/common/arrow_right_orange002.png) 96% center no-repeat;
    color: #f77534;
  }
  .footcontact article.fcontact {
    background-color: #3d72b8;
    color: #fff;
  }
  .footcontact article.fcontact dl dt {
    font-size: 6vw;
    letter-spacing: 2px;
  }
  .footcontact article.fcontact dl dt a {
    color: #fff;
  }
  .footcontact article.fcontact dl dt:before {
    content: url(../images/common/icon_free.png);
    display: inline-block;
    margin-right: 8px;
  }
  .footcontact article.fcontact dl dd {
    font-size: 3.5vw;
    margin-top: 6px;
  }
  .footcontact article.fcontact p.footlink a {
    border: 1px solid #fff;
    background: url(../images/common/arrow_right_white.png) 94% center no-repeat;
    padding: 12px 0;
    font-size: 3.5vw;
  }
  .footcontact article.fcontact p.footlink a span {
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
    font-size: 5vw;
  }
  .footcontact article.fcontact p.footlink a:hover {
    background: #fff url(../images/common/arrow_right_blue.png) 96% center no-repeat;
    color: #3d72b8;
  }
  .footcontact article.fschool {
    background-color: #f77534;
    color: #fff;
  }
  .footcontact article.fschool p.footlink a {
    border: 1px solid #fff;
    background: #f77534 url(../images/common/arrow_right_white.png) 94% center no-repeat;
    padding: 30px 0;
    font-size: 5vw;
    ;
  }
  .footcontact article.fschool p.footlink a:hover {
    background: #fff url(../images/common/arrow_right_orange002.png) 96% center no-repeat;
    color: #f77534;
  }
  #footer {
    margin-top: 60px;
  }
  #footer .inner {
    border-top: 1px solid #333;
    padding: 30px 0 60px;
  }
  .foot-link{
    flex-direction: column-reverse;
  }
  .foot-link .foot-nav nav,
  .foot-link .foot-nav div.sns ul{
    display: flex;
    justify-content: space-between;
  }
  .foot-link .foot-bnr ul.sns{
    justify-content: space-between;
    margin-top: 32px;
  }
  .foot-link .foot-bnr ul.sns li{
    width: 38%;
    margin: 0 3% 10%;
  }
  .foot-link .foot-bnr{width:100%;}
  .foot-link .foot-nav{width: 100%;}
  .foot-link .foot-nav nav ul{width: 48%; border-top: 1px dotted #ccc;}
  .foot-link .foot-bnr ul li{margin-bottom: 24px;}
  .foot-link .foot-bnr ul li img{width: 100%;}

  .foot-link .foot-nav nav{margin-bottom: 24px;}
  .foot-link .foot-nav nav ul li a{
    padding: 5% 2%;
    margin-bottom: 0;
    border-bottom: 1px dotted #ccc;
		font-size: 3.5vw;
  }

	/*一時的*/
	.foot-info {flex-wrap: wrap;justify-content: center;}

.foot-info h2.foot-logo {
    width: 55%;
    margin: 0 auto 30px;
}

.foot-info .foot-address dl {
    flex-wrap: wrap;
    margin-bottom: 20px;
	justify-content: center;
}
	.foot-info .foot-address dl dt{
		margin-right: 0;
	}
	/*一時的*/
  #footer .copyright {
    text-align: center;
    font-size: 2vw;
  }
#training_extra02 .inner {
	grid-template-columns: 1fr;
  }
  
  #training_extra02 .bnr_countermeasure > p:nth-child(3) {
	font-size: 3.8vw;
  }
  
  #training_extra02 .address {
	font-size: 4vw;
  }
  
  #training_extra02 h3:nth-child(1) {
	font-size: 5vw;
  }
  
 .training_snsarea .sns_logo {
	width: 50% !important;
  }
  
  #partner_what {
	padding: 60px 0;
  }
  
  #partner_what .desc {
	text-align: left;
}

#partner_point dl:nth-child(3) > dd:nth-child(2) {
	grid-template-columns: 1fr;
  }
  
  #partner_point dl:nth-child(3) {
	/* width: 75%; */
	width: 100%;
  }
  

#partner_point .point_list .item {
	
	text-align: left;
  }
  
  #partner_point dl:nth-child(3) > dt:nth-child(1) {
	/* font-size: 30px; */
	font-size: 20px;
  }
  
  #partner_point dl:nth-child(3) > dd:nth-child(2) > p {
	/* font-size: 19px; */
	font-size: 15px;
	font-size: 3.8vw;
  }
  
  #partner_point dl:nth-child(3) > p:nth-child(3) {
	font-size: 3vw;
	line-height: 1.2;
  }
  
  #partner_point .inner, #partner_program .inner {
	padding: 60px 0;
  }
  
  #partner_point h2:nth-child(1) {
	/* font-size: 25px; */
	font-size: 20px;
  }
  
  #partner_program .btn > a:nth-child(1) {
	/* font-size: 25px; */
	 width: 100%;
	font-size: 18px;
  }
  
  #partner_program table {
	margin: 3rem auto;
  }
  #partner_program tr td {
	padding: 1rem;
  }
  
  #partner_program tr th {
	padding: .5rem;
  }
	

  #partner_program .btn > a:nth-child(1) > img:nth-child(1) {
	/* width: 42px; */
	width: 24px !important;
  }
  

#partner_point .training_point_list #item01 {
	background-position: right;
  }
  
  #partner_point .training_point_list .item {
	padding: 58vw 0 0;
  }
  .sportarea .bnr-bg {
	flex-wrap: wrap;
  }
 

  #recruit_top_menu .menulist .btn a {
	font-size: 4.5vw;
  }
  
}
