/* 基本 -------------------------------------------------------------- */
* {
	margin: 0px;
	padding: 0px;
}
body, div, dl, dt, dd, ul, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, blockquote, th, td {
	padding:0;
	margin:0;
}
img, embed {
	max-width: 100%;
	height: auto;
}
object{
	max-width: 100%;
}
img {
	-ms-interpolation-mode: bicubic;
	border:0px;
	vertical-align:middle;
	image-rendering: -webkit-optimize-contrast;
}
body{
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	letter-spacing:0.1em;
	line-height:180%;
	color:#222222;
	overflow-x:hidden;
	font-size: 1.4rem;
}
html{
	font-size: 62.5%;
}
p{
	padding-bottom:20px;
}
img{
	border:0px;
}
.cf:before,
.cf:after {
    content:"";
    display:table;
}
.cf:after {
    clear:both;
}
.cf {
    zoom:1;
}
.cl{
	clear:both;
}
a{
	color:#0168DA;
}
a:hover{
	color:#4E96E5;
}
.kome{
	margin-left:1em;text-indent:-1em;
}
.br::before {
	content: "\A" ;
	white-space: pre ;
}
a[href $='.pdf'],* html a.pdf{
	background:url(../images/common/icon-pdf.png) no-repeat left center;
	padding-left:20px;
}
a[href$=".doc"],a[href$=".docx"],* html a.doc{   
	background:url(../images/common/icon-word.png) no-repeat left center;
	padding-left:20px;
}  
a[href$=".xls"],* html a.xls{   
	background:url(../images/common/icon-excel.png) no-repeat left center;
	padding-left:20px;
}
.anchor {
	margin:40px 0px 10px 0px;
}
.anchor li{
	list-style:none;
	margin-left:0px;
}
.anchor li a{
	float:left;
	background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(#DEDEDE));
	background: -moz-linear-gradient(top, #FFFFFF, #DEDEDE);
	background: -ms-linear-gradient(top,  #FFFFFF,  #DEDEDE);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0)";
	filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#DEDEDE', GradientType=0);
	border:solid 1px #DEDEDE;
	margin:0 20px 10px 0;
	padding:5px 10px;
	border-radius: 5px;
    -webkit-border-radius: 5px; 
    -moz-border-radius: 5px;
}
a.arrow01{
	background: url(../images/common/arrow01.png) no-repeat 3px center;
	padding-left:16px;
	background-repeat: no-repeat;
	background-position: left center;
}
a.arrow02{
	background: url(../img/common/arrow01.gif) no-repeat 3px center;
	padding-right:20px;
	background-repeat: no-repeat;
	background-position: right center;
}
.padding-b20 {
	padding-bottom: 20px;
}
.list li{
	list-style-position:outside;
	margin-left:30px;
}

/* マウスオーバ -------------------------------------------------------------- */
a img:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
a:link,a:visited {
	color: #222222;
}
a:active,a:hover {
	color: #555555;
}


/* フォント -------------------------------------------------------------- */
.font-ss{
	font-size:1.0rem;
	line-height:160%;
}
.font-s{
	font-size:1.2rem;
	line-height:160%;
}
.font-m{
	font-size:1.4rem;
	line-height:160%;
}
.font-mm{
	font-size:1.6rem;
	line-height:160%;
}
.font-l{
	font-size:1.6rem;
	font-weight: bold;
	line-height:160%;
}
.font-ll{
	font-size:2.0rem;
	font-weight: bold;
	line-height:160%;
}
.font-red,.red{
	color:#CC0000;
}
.font-a{
	color:#0D57AA;
}
.font-b{
	color:#C02155;
}
.font-aqua{
	color:#037ABA;
}
.font-gray{
	color:#666666;
}
.font-orange{
	color:#FF6600;
}

.font-orange-bold{
	color:#FF6600;
	font-weight: bold;
}


.font-white-ll{
	color: #fff;
	font-size:2.8rem;
	font-weight: bold;
	line-height:160%;
}
.font-white-l{
	color: #fff;
	font-size:1.6rem;
	line-height:160%;
}



/* 申込みフォーム -------------------------------------------------------------- */
span.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}
#box{
	display:none;
}
div.open{
    display:none;
	padding: 0;
}
input[type="submit"],input[type="reset"],input[type="button"]{
	cursor:pointer;
	padding:5px 10px;
	margin:0 10px;
}
input[type="text"],input[type="email"],textarea,select,input[type="tel"]{
	border: solid 1px #CCCCCC;
	border-radius: 5px;
	color:#333333;
	font-size: 14px;
	padding:1% 2%;
}
input[type=checkbox]{
	margin-right:5px;
	vertical-align:middle;
}
textarea{
	width:96%;
	height:50px;
	border-color: #CCCCCC;
}
input[type="submit"], input[type="reset"], input[type="button"] {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: メイリオ, Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Osaka, sans-serif;
    cursor: pointer;
    padding: 15px 80px;
    background: #FF6600;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    margin: 30px auto 0px;
    border-radius: 5px;
	text-align: center;
	display: block;
}
input[type="submit"]:hover{
	filter: alpha(opacity=80);
	-moz-opacity:0.80;
	opacity:0.80;
}
.add1 select,
.add2 input[type="text"] {
	margin-bottom: 10px;

} 
table ::-moz-placeholder{color:#999;opacity:1}
table :-ms-input-placeholder{color:#999}
table ::-webkit-input-placeholder{color:#999}

.box-gray{
	background:#EFEFEF;
	padding:20px 24px 2px;
	margin-bottom:20px;
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.box-gray span{
	border-bottom: #CCCCCC 1px solid;
	margin-bottom:1.0%;
	padding-bottom:0.4%;
	display:block;
}
.keireki textarea{
	height:auto !important;
}

/* タブ切り替え -------------------------------------------------------------- */
#tab{
	background:#FDDB55;
	padding:10px 10px 0px 10px;
    -webkit-border-top-right-radius: 5px;  
    -webkit-border-top-left-radius: 5px;  
    -moz-border-radius-topright: 5px;  
    -moz-border-radius-topleft: 5px;
	font-size:1.8rem;
	margin-top:20px;
}
#tab li {
  float: left;
  padding: 10px 2%;
  list-style: none;
  cursor: pointer;
  background: #FDDB55;
  color:#222222;
  width:21%;
  text-align:center;
  margin-right:10px;
  -webkit-border-top-left-radius: 5px;  
  -webkit-border-top-right-radius: 5px;  
  -moz-border-radius-topleft: 5px;  
  -moz-border-radius-topright: 5px;  
}
#tab li.select {
	font-weight:bold;
	background:#FFFFFF;
	color:#222222;
}
.disnon {
  display: none;
}
.content_wrap {
  clear: left;
  padding:20px;
  -webkit-border-bottom-left-radius: 5px;  
  -webkit-border-bottom-right-radius: 5px;  
  -moz-border-radius-bottomleft: 5px;  
  -moz-border-radius-bottomright: 5px;
  border-left:solid 1px #DDDDDD;
  border-right:solid 1px #DDDDDD;
  border-bottom:solid 1px #DDDDDD;
}
/* インターンシップ非表示 -------------------------------------------------------------- */
.main-footer-btn2 li:first-child{
display: none;
}










.back-orange{
	/*background: radial-gradient(#FFA724, #FF9800);*/
    background: #FF9800;
	padding: 30px 30px 0 30px;
}

.bottom60{
	margin-bottom: 60px;
}
.bottom20{
	margin-bottom: 20px;
}

.number01{
	margin-bottom: 20px;
}
.number{
	margin-top: 80px;
	margin-bottom: 20px;
}



.sub-title{
	color: #84601E;
	font-weight: bold;
	font-size:1.8rem;
	margin-bottom: 50px;
}
.sub-title-l{
	color: #84601E;
	font-size:2.4rem;
}
/* 座談会メニュー -------------------------------------------------------------- */

.discussion-list{
    list-style: none;
    /*padding-bottom: 20px;*/
}

a.back-white{
    display: inline-block;
    width: 500px;
    height: 40px;
    border-radius: 40px;
    font-weight: 800;
    font-size: 120%;
    vertical-align :middle;
    color: #ff9800;
    background: #fff;
    line-height:40px;
    text-align: left;
    padding-left: 25px;
    margin-bottom: 12px;
}
a.back-white:hover{
    opacity: 0.8;
    transition: 0.3s;
}

.arrow{
    position: relative;
    display: inline-block;
    padding: 0 0 0 16px;
    vertical-align: middle;
    text-decoration: none;
    font-size: 15px;
}
.arrow::before,
.arrow::after{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}
.sample4-1::before{
    right: 18px;
    top: 8px;
    box-sizing: border-box;
    width: 7px;
    height: 7px;
    border: 6px solid transparent;
    border-top: 8px solid #ff9800;
}
.mokuzi{
    padding-bottom: 8px;
}

.members-block-01{
    padding-top:86px;
    margin-top:-86px;
}

/*.members{
    padding-top:86px;
    margin-top:-86px;
}*/




/* 211013濱野追加 -------------------------------------------------------------- */



summary {
  position: relative;
  display: block; /* 矢印を消す */
  padding: 10px 10px 10px 30px; /* アイコンの余白を開ける */
  cursor: pointer; /* カーソルをポインターに */
  font-weight: bold;
      background: #fff;
  transition: 1s;
	border-bottom: solid 0.5px #7f7f7f;
	margin-bottom: 1em;
}
summary::-webkit-details-marker {
  display: none;　/* 矢印を消す */
}

/* 疑似要素でアイコンを表示 */
summary::before,
summary::after {
      content: "";
    margin: auto 0 auto 10px;
    position: absolute;
    top: 0px;
    bottom: 0;
    right: 0;

}
summary::before {
     width: 13px;
    height: 20px;
    /* border-radius: 4px; */
    border-left: 4px solid #fde16f;
    transform: rotate(
135deg);
    right: 43px;
    box-sizing: border-box;
	transition: 0.5s;
}
summary::after {
	        right: 24px;
    width: 13px;
    height: 20px;
    /* border: 4px solid transparent; */
    border-left: 4px solid #fde16f;
    box-sizing: border-box;
    transition: .1s;
    transform: rotate( 
45deg);
	transition: 0.5s;
	
}










/* オープン時のスタイル */
details[open] summary {
  background-color: #fff;
}
details[open] summary::before {
  transform: rotate(
45deg);
    right: 37px;
    top: -2px;
	transition: 0.5s;
}
details[open] summary::after {
    transform: rotate(
135deg);
    right: 30px;
    top: -2px;
	transition: 0.5s;
}

/* アニメーション */
details[open] .details-content {
  animation: fadeIn 0.5s ease;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: none;
  }
}
details .sub-title{
	margin: 1em
}

.bg-recruit{
	background:#fde16f;
	padding: 3em;
}
.bg-recruit-white{
	background: #fff;
	padding: 5%;
}
.bg-recruit-white .discussion-contents{
	margin-bottom: 0;
}

@media screen and (max-width: 844px) {
	summary::after{
		right: -18px;
	}
	summary::before{
		right: 0;
	}
	details[open] summary::before {
		right: -6px;
	}
	details[open] summary::after {
		right: -13px;
	}
	
}
