@charset "utf-8";

body {
    margin: 0px;
	padding: 0px;
	color: #231815;	/*全体の文字色*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 15px;	/*文字サイズ*/
	-webkit-text-size-adjust: none;
}

ul {list-style-type: none;}

a:hover img{
  opacity: 0.7;
}

.sp-header{
	width: 100%;
	background-color: #fff;
	height: 70px;
}

.k-header {
	width: 100%;
	background-color: #cc9933;
	height: 200px;
}

.sp-text{
	color: #ef7c00;
    font-size: 15px;
    text-align: center;
}

img.spimg{
	margin-top: 10px;
	margin-left: 10px;
}

.contents {
	clear: both;overflow: hidden;
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
}

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅　※下の方の「画面幅1200px以上の設定」にも関連するので変更の際は注意して下さい。*/
	margin: 0 auto;
}


/*メイン画像
---------------------------------------------------------------------------*/
.main-box{
    margin-top: -180px;
    height: 100%;
    width: 100%;
    z-index: 1;
    position: relative;
}

.main-box img {
	width: 100%;
	object-fit: cover;
}

.main-logo-img {
position: absolute;
top: 35% ;
left: 50%;
transform: translate(-50%,-50%);
}

.main-logo-img img {
	width: 870px;
	height: 100%;
}


html {
    width: 100%;
    height: 100%;
}

h2 {
	font-size: 30px;
	text-align: center;
}

h3 {
	font-size: 18px;
	color: #ee7c00;
	text-align: center;
}

h4 {
	font-size: 22px;
	text-align: center;
}

h5 {
	font-size: 24px;
}
h6 {
	font-size: 18px;
}

h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

p {
    margin: 0 0 5px;

}

p.lead {
	font-weight: 100;
}

a {
    color: #000;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	text-decoration: none;
}


a:hover,
a:focus {
    text-decoration: none;
	color: #483f3a;
}
a.anchor{
    display: block;
    padding-top: 70px;
    margin-top: -70px;
}

.obi1{
    background-color: #ee7c00;
    color: #fff;
    text-align: center;
    font-size: 25px;
    letter-spacing: 2px;
    margin-bottom: -10px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    padding: 5px
}

.obi1_sub {
    background-color: #ee7c00;
    color: #fff;
    text-align: center;
    font-size: 12px;
    letter-spacing: 2px;
    padding: 5px
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニューブロック*/



.menu {
  align-items: center;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
    height: 180px;
    width: 1200px;
    margin: 0 auto;
    z-index: 9999999;
}

#menubar {
	clear: both;
	overflow: hidden;
	font-size: 17px;
	padding-top: 0px;
    padding-bottom: 15px;
	margin-top: -280px;
    margin-left: 215px;
	margin-bottom: 15px;
	z-index: 9999;
    background-color: #fff;
    border-radius: 100px;
    width: 770px;
    z-index: 9999999;
}

.menu_text_s{
    font-size: 11px;
	color: #898989;
}

/*メニュー１個あたりの設定*/
#menubar li {
	float: left;
}

#menubar li a {
	display:  block;
	text-decoration: none;
	text-align: center;	/*内容をセンタリング*/
	padding: 5px 0;	/*上下、左右へのボックス内の余白*/
    color: #ef7c00;
}


/*１つ目のメニューへの追加設定*/

/*マウスオン時と、現在表示中(current)メニューの設定*/
#menubar li a:hover,
#menubar li.current a {/*背景色*/
	color: #ec9f54;	/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}


/*画面幅1200px以上の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1200px){

/*inner共通
---------------------------------------------------------------------------*/
	
.inner {
	width: 1200px;	/*サイト幅*/
}

.menu_inner {
	width: 800px;	/*サイト幅*/
}
    
/*メインメニューとドロップダウンメニューの設定変更。
上の共通設定で、max-widthを1200pxにしており、メニュー数が５個なので、1200÷5=240pxになります。
---------------------------------------------------------------------------*/
#menubar li {
	width: 180px;
}
    
#menubar li:first-child {
	margin-left: -30px;
}


    
}

/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1024px){

/*inner共通
---------------------------------------------------------------------------*/
.inner {
	width: 100%;
}
    
/*文字サイズ変更ボタン（※文字サイズを「大」にした時の設定はchange.cssで行う）
---------------------------------------------------------------------------*/
/*ボタンブロック全体*/
#fsize {
	display: none;
}

/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
0% {opacity: 0;}
100% {opacity: 1;}
}
/*スマホ用メニューを非表示から表示に切り替える*/
#menubar-s {
	top: 60px;
	display: block;
	overflow: hidden;
	position: absolute;
	width: 95%;
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5S;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*アニメーションの完了後、最後のキーフレームを維持する*/
    z-index: 9999999;
}
/*メニュー１個あたりの設定*/
#menubar-s li a {
	display: block;
	text-decoration: none;
	padding: 15px ;
	border-bottom: 1px solid #000;
	background: rgba(255,255,255,0.8);
	color: #000;
	font-size: 100%;
}

	
/*PC用メニューを非表示にする*/
#menubar {
	display: none;
}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: absolute;
	top: 10px;	/*上から3%の場所に配置*/
	right: 2%;	/*右から3%の場所に配置*/
	
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #fff url(../images/icon_menu.png) no-repeat center top/50px;
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #fff url(../images/icon_menu.png) no-repeat center bottom/50px;
}
}

img.shop-img {
	margin-left: 20px;
}

.menu-text {
	text-align: left;
	font-size: 18px;
	float: left;
}
.menu-fee {
	text-align: right;
	font-size: 18px;
}

.menu-text1 {
	text-align: left;
	font-size: 21px;
    color: #fff;
    line-height: 2;
}

.menu-text2 {
	text-align: left;
	font-size: 18px;
    color: #fff;
    margin-top: -10px;
    line-height: 2;
}

.news-bt {
  margin: 30px 0px;
}

.news_iframe{
  width: 1000px;
    height: 430px;
}


.top01 {
  margin: 30px 0px;
}

.top02 {
    z-index: 999;
  margin-bottom: -50px
}

.text01 {
  color: #231815;
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.6;
}

.text02 {
  color: #231815;
    font-size: 16px;
    line-height: 2;
    margin-top: -20px;
}

.text03 {
  color: #231815;
    font-size: 16px;
    margin-top: 0px;
    line-height: 2;
}
table.profile_t td {
 padding: 0 10px;
}

.profile_logo {
  margin-top: 10px;
}

.profile_title {
  text-align: center;
    font-size: 40px;
    margin-bottom: 40px;
}

.profile_text1 {
    color: #231815;
  text-align: center;
    font-size: 20px;
}

.profile_text2 {
    color: #231815;
  text-align: center;
    font-size: 28px;
}

.profile_text2-1 {
    font-size: 20px;
}

.profile_text3 {
    color: #231815;
  text-align: center;
    font-size: 15px;
}

.text-right {
  text-align: right;
}

.profile_h {
    margin-top: 45px;
   border: 1px solid #ee7c00;
}


.m_text02 {
    color: #ee7c00;
  text-align: left;
    font-size: 18px;
    line-height: 2;
}

.m_text03 {
  text-align: left;
    font-size: 13px;
    line-height: 2;
}

.company-profile_text01 {
    color: #ef7c00;
  text-align: left;
    font-size: 20px;
    line-height: 2;
}

.company-profile_text02 {
  text-align: left;
    font-size: 25px;
    line-height: 2;
}

.company-profile_text03 {
  text-align: left;
    font-size: 17px;
    line-height: 2;
}

.company-profile_text04 {
  text-align: center;
    font-size: 18px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.company-profile_text05 {
    color: #ef7c00;
  text-align: center;
    font-size: 22px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.top06_img {
  margin: 20px 0px;
}

/* misc */
hr {
  margin-top: 5px;
}

hr.bold {
  border-top: 2px solid #000;
}

.bg-program {
	background: #fffcd5;
}

.bg-Program1 {
	background-image: url("../images/bg01.jpg");
	background-repeat: no-repeat;
    background-position: top center;
}

.bg-Program2 {
	background-image: url("../images/bg02.jpg");
	background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: -65px;
    margin-bottom: -50px;
}

.bg-footer {
	background: #ee7c00;
}

.box3 {
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #2c2c2f;
    background: #cde4ff;/*背景色*/
}
.box3 p {
    margin: 0; 
    padding: 0;
}
.service-title {
	text-align: center;
	font-size: 18px;
	margin: 15px 0px;
}

.btn-flat-border {
  display: inline-block;
  padding: 0.3em 1em;
  text-decoration: none;
  color: #7b963f;
  border: solid 2px #7b963f;
	background: #fff;
  border-radius: 5px;
  transition: .4s;
	margin: 20px 0;
	font-size: 18px;
}

.btn-flat-border:hover {
  background: #7b963f;
  color: white;
}


.program_box {
    width: 1000px;
    height: 140px;
    border-radius: 20px;
  background-color: #fff;
    padding: 15px;
    margin: 0px auto 30px;
}

.program_img {
    margin-top: -25px;
    margin-left: -50px;
}

.program_img2 {
    margin-top: -100px;
    margin-left: 850px;
}

.program_text01 {
  color: #ee7c00;
    font-size: 30px;
    margin-top: -35px;
     margin-left: 20px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.program_text01-2 {
  color: #ee7c00;
    font-size: 30px;
    margin-top: -40px;
     margin-left: 20px;
    margin-bottom: 10px;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}

.program_text02 {
  color: #231815;
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.6;
}

.program_text02-2 {
  color: #231815;
    margin-top: -12px;
    font-size: 18px;
    margin-left: 20px;
    line-height: 1.6;
}
.program_img-s {
    margin-top: -25px;
    margin-left: -50px;
}

.support_box {
    width: 1180px;
    height: 90px;
    border-radius: 20px;
  background-color: #fffddd;
    border: 1px solid #ef7c00;
    padding: 15px;
    margin: 0px auto 20px;
}
.support_text01 {
  color: #ee7c00;
    font-size: 28px;
    margin-top: -25px;
     margin-left: 20px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.support_text02 {
  color: #ee7c00;
    font-size: 28px;
    margin-top: -20px;
     margin-left: 20px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
    line-height: 1.2;
}

.support_box2 {
    width: 100%;
    height: 90px;
    border-radius: 20px;
  background-color: #fffddd;
    border: 1px solid #ef7c00;
    padding: 15px;
    margin: 0px auto 20px;
}

.box_careerdock1 {
    width: 100%;
}

.box_careerdock2 {
    width: 100%;
  background-color: #fff;
    border: 4px solid #74c29f;
    padding: 25px;
    margin: 0px auto 20px;
}

.careerdock_img {
    margin-left: 20px;
    margin-bottom: -50px
}

.careerdock_img2 {
    margin-left: 20px;
    margin-top: -50px;
}

.careerdock_text {
    margin-top: 40px;
    font-size: 18px;
    line-height: 2;
}



table.company-profile_t td {
	padding: 20px;
}

table.company-profile_t2 td {
	padding: 20px;
}

table.program_t td {
	padding: 0 10px;
}


/* ===========================
--- Footer
============================ */


table.t-footer td{
	padding: 20px;
	color: #ffffff;
    line-height: 2;
}

.tel_text {
    text-align: center;
    font-size: 19px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}

.tel_text2 {
    text-align: center;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.tel_text3 {
    text-align: center;
}

.tel_text3 a {
    text-align: center;
    color: #ffffff
}

.tel-box {
	width: 400px;
    padding: 0.5em 1em;
    margin: 2em 0;
    font-weight: bold;
    border: solid 1px #ffffff;
}

.tel-box p {
    text-align: center;
}

a.tel-t{
    font-size: 25px;
	color: #ffffff;
}

.footer_text {
    text-align: center;
    font-size: 10px;
	color: #ffffff;
    padding-bottom: 10px;
}

.pc { display: block !important; }
.sp { display: none !important; }

@media only screen and (max-width: 1024px) {
.pc { display: none !important; }
.sp { display: block !important; }

body {
	font-size: 14px;
}
    
.k-header {
	display: none
}
    
.inner {
	width: 95%;
}

    
.menu {
  display: none;
}
.main-box{
    margin-top: 0px;
    height: 100%;
    width: 100%;
}

.main-box img {
	width: 100%;
	object-fit: cover;
}
	
.contents {
	padding: 0px 0px;	/*上下、左右へのボックス内の余白*/
}

a.anchor{
    display: block;
    padding-top: 0px;
    margin-top: 0px;
}
	
h2 {
	font-size: 22px;
	text-align: center;
}

h3 {
	font-size: 15px;
}
	
h4 {
	font-size: 15px;
}
	
.news_iframe{
  width: 100%;
    height: 420px;
}
    
.menu-text {
	text-align: left;
	font-size: 13px;
	float: left;
}

.top01 {
  margin: 0px;
}

.top02 {
    z-index: 999;
    margin-top: 30px;
  margin-bottom: 20px
}
	
.text01 {
    display: none;
}
    
.text02 {
    font-size: 13px;
    margin-top: -20px;
    line-height: 1.6;
}    
  
.text03 {
    font-size: 14px;
    margin-top: 0px;
    line-height: 1.6;
}
    
.m_text02 {
    font-size: 16px;
}

.m_text03 {
  text-align: left;
    font-size: 13px;
    line-height: 1.6;
}
  
.obi1{
    background-color: #ee7c00;
    color: #fff;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
    margin-bottom: -10px;
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.obi1_sub {
    background-color: #ee7c00;
    color: #fff;
    text-align: center;
    font-size: 10px;
    letter-spacing: 2px;
}

    
.program_box {
    width: 100%;
    height: 130px;
    padding: 10px;
    margin: 0px auto 15px;
}

.program_img {
    margin-top: -0px;
    margin-left: -20px;
}

.program_img img {
    width: 90px;
}

    
.program_text01 {
    font-size: 18px;
    margin-top: 5px;
     margin-left: 10px;
    margin-bottom: 5px;
}

.program_text01-2 {
    font-size: 18px;
    margin-top: -5px;
     margin-left: 10px;
    margin-bottom: 5px;
}

.program_text02 {
    font-size: 13px;
    margin-top: -5px;
    margin-left: 10px;
    line-height: 1.6;
}

.program_text02-2 {
    font-size: 13px;
    margin-top: -5px;
    margin-left: 10px;
    line-height: 1.6;
}
    
.careerdock_img {
    width: 85%;
    margin: 0 auto;
    margin-bottom: -150px
}
  
.careerdock_text {
    margin-top: 130px;
    font-size: 14px;
}
  
.profile_title {
  display: none;
}
  
.company-profile_text01 {
    display: none;
}

.company-profile_text02 {
  display: none;
}

.company-profile_text03 {
  text-align: center;
    font-size: 13px;
}

.program_img-s {
    margin-top: -25px;
    margin-left: -20px;
}

.program_img-s img {
    width: 70px;
}
    
.support_box {
    width: 100%;
    height: 60px;
    padding: 15px;
    margin: 0px auto 15px;
}
.support_text01 {
  color: #ee7c00;
    font-size: 17px;
    margin-top: -20px;
     margin-left: 15px;
    line-height: 1.2;
}

.support_text02 {
  color: #ee7c00;
    font-size: 17px;
    margin-top: -20px;
     margin-left: 20px;
     line-height: 1.2;
}

.support_box2 {
    width: 100%;
    height: 60px;
    padding: 15px;
    margin: 0px auto 15px;
}
    
table.program_t {
	margin: -20px 0px;
}
    
table.program_t td {
	display: block;
    width: 100%;
	padding: 10px;
}
    
table.profile_t {
	margin-top: -20px;
}
    
table.profile_t td {
	display: block;
    width: 100%;
	padding: 10px;
}
  

table.company-profile_t {
	margin-top: -20px;
}
    
table.company-profile_t td {
	display: block;
    width: 100%;
	padding: 10px;
}

table.company-profile_t2 td {
	display: block;
    width: 100%;
	padding: 10px;
}
 
.gmap {
    width: 100%;
}
    
.profile_h {
    margin-top: 10px;
}
    

    
.company-profile_text04 {
    font-size: 14px;
}

.company-profile_text05 {
    font-size: 16px;
    margin-bottom: 55px;
}
    
table.t-footer {
	width: 95%;
}
	
table.t-footer td {
	display: block;
	padding: 10px;
}
 
table.news-t {
	width: 100%;
}
    
table.news-t td {
    width: 100%;
	display: block;
	padding: 10px;
    text-align: center;
}
    
.footer_text2 {
	font-size: 13px;
    margin-bottom: 20px;
}
    
.tel-box {
	width: 100%;
    padding: 0.5em 1em;
    margin: 0em 0;
    font-weight: bold;
    border: solid 1px #ffffff;
}
.tel_img {
	width: 100%;
}
.tel_text {
    text-align: center;
    font-size: 15px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 20px;
    margin-bottom: 15px;
}

.tel_text2 {
    text-align: center;
    font-size: 11px;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.tel_text3 {
    font-size: 11px;
    text-align: center;
}

.tel_text3 a {
    text-align: center;
    color: #ffffff
}
.bg-Program2 {
	background-image: url("../images/bg02.jpg");
	background-repeat: no-repeat;
    background-position: center bottom;
    margin-top: 0px;
    margin-bottom: -50px;
}
}

