@charset "utf-8";
@import "mp.css";

body {
	font-family:'メイリオ',Meiryo,'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','MS UI Gothic',sans-serif;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom:0px;
	color: #333333;
	background-color: #fff;
	overflow-x: hidden;
}

/*------fontゴシック------*/
.font-Noto,header,nav,section,footer{font-family: 'Noto Sans JP', sans-serif;}
/*------font英数------*/
.h1-r,.font-cabin{font-family: 'Cabin', sans-serif;  }

/*------bold------*/
.f-700,.head-c{
	font-weight: 700;
}
.f-500,.entry31kakomi,#spmenu,.read,h1,.cop-catch,.cop3-keyword,.cop3-title,.flex-cop2-container1,.flex-haizoku-container,#entry1 h1,#entry2 h2{
	font-weight: 500;
}
.f-400{
	font-weight: 400;
}
.font-big{font-size: 1.2em;}

.font-08,.btn1-eng{font-size: 0.8em;}

.font-05{
  font-size: 0.5em;
  line-height: 1;
}

/*------見出しラインー------*/
.section-list-header h1,#cop4 h2,#cop5-haizoku h2,#cop6-syousai h2,#cop7-3point h2,#cop8-summary h2,#static-common h2{
  display: flex;
  align-items: center;
  justify-content: left; /* 水平中心 */
  font-weight: 500;
}
/*
.section-list-header h1:before,#cop4 h2:before,#cop5-haizoku h2:before,#cop6-syousai h2:before,#cop7-3point h2:before,#cop8-summary h2:before,#static-common h2:before{
  border-top: 2px solid;
  content: "";
  width: 1em;
  margin-right: 0.5em;
}
*/
/*------見出しラインー------*/
#cop6-syousai h3{
    display: flex;
    align-items: center;
}

#cop6-syousai h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
}

#cop6-syousai h3:after {
    margin-left: 1rem;
}





/*------年度メインカラー紫------*/

header,footer,.summary-set-l{
	background-color:#DB0635;
}

footer {
  background-color: #0075C2;
}

.tp2022kakomi,.entry31kakomi,.flex-cop3-container2,.section-list-header h1:before,.cop3-keyword,#cop4 h2:before,#cop5-haizoku h2:before,#cop5-haizoku h3,#cop6-syousai h2:before,#cop7-3point h2:before,#cop8-summary h2:before,#static-common h1,#static-common h2:before,#cop6-syousai h4 span,#cop6-syousai h4.line2{border-color:#a39fce;}

#spmenu .spmenu{background-color:#005bac;}

/*------年度メインカラー青------*/
.entry31kakomi,.flex-cop3-container2,.read,.list-keyword,.cop-catch,.btn-pagenavi a .btn-color,.btn-pagenavi2 a .btn-color,.btn-pagenavi1 a .btn-color,.cop3-keyword,#cop5-haizoku h3,#cop7-3point h2,#entry2 h2,#static-common h1,#cop6-syousai h3,#cop6-syousai h4{
color:#000;}

.hyousyou-2,.hyousyou-3,.hyousyou-4,.btn-pagenavi a:hover .btn-color,.btn-pagenavi2 a:hover .btn-color,.btn-pagenavi1 a:hover .btn-color,.cop3-title,.flex-entry-container1,.flex-cop3-container1{background-color:#DB0635;}

/*------年度メインカラー紫薄い------*/
#spmenu .spmenu2{background-color:#9ad2f0;}

/*------年度メインカラー薄い紫10% cop2で使用------*/
.cop2-kakomi {

}

/*------紫------*/
.hyousyou-1{
	background-color:#d24a5b;
}

/*-----グレー1------*/
/* .btn1 a .btn-color,.btn-entry a .btn-color,.btn-entry .btn-color{background-color:#333333;} */

#mainnavi{background-color:#333333;}

/*-----グレー2 背景------*/
#search,#cop3,#cop5-haizoku,#cop7-3point,.flex-entry-container2{
	background-color:#FFFCEF;
}


/*-----ライン------*/
.flex-list .flex-list-inner,.flex-haizoku2,.summary-set,.summary-wrap,#cop6-syousai h3:after{
/*	border-color:#CCCCCC!important;*/
}
/*------カラー赤------*/
.font-aka,.error-mes{color:#d71718}
/*------カラー青　012------*/
.font-ao{color:#2980b9}

/*------カラーリンク青------*/
a,a:visited{color:#2980b9}

/*------カラーリンクオーバーオレンジ------*/
a:hover{color:#016DB5}
.btn1 a:hover .btn-color,.btn-entry a:hover .btn-color,.btn-entry .btn-color:hover,#maintext{background-color:#016DB5}

/*------カラーリンクアクティブ黄色------*/
a:active{color:#f1c40f}

/*-----イメージオーバー------*/
.hover-style img {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}

.hover-style img:hover {
	opacity: .6;
	-webkit-opacity: .6;
	-moz-opacity: .6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
}

/*------link------*/
a{
	font-style: normal;
	text-decoration:underline;
      -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited{
	font-style: normal;
	text-decoration:underline;
}
a:hover{
	text-decoration: underline;
}
a:active{
	text-decoration: underline;
}



/*------位置の共通化------*/

ol{
	padding:0px;
	list-style-type: decimal;
	list-style-position:outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}

ol li{
	margin-left: 10px;
}
ul{
	padding:0px;
	list-style: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}


ul li{
	margin-left: 10px;
}

p{
	margin:  0em;
	text-indent: 0em;
}

/*------文章1行目からおとす108-----*/
.indent-1{
padding-left: 1em;
}

/*------文章2行目からおとす pconlyもあり-----*/
.mark05{
padding-left: 0.5em;
text-indent: -0.5em;
}
.mark{
padding-left: 1em;
text-indent: -1em;
}
.mark15-kai{margin-left: 1.5em;
text-indent: -1.5em;
}
.mark15{margin-left: 1.5em;
text-indent: -1.5em;
}
.mark2{
padding-left: 2em;
text-indent: -2em;
}
.mark25{
padding-left: 2.5em;
text-indent: -2.5em;
}
.mark3{
padding-left: 3em;
text-indent: -3em;
}
.mark35{
padding-left: 3.5em;
text-indent: -3.5em;
}
.mark4{
padding-left: 4em;
text-indent: -4em;
}
.mark5{
padding-left: 5em;
text-indent: -5em;
}
.mark55{
padding-left: 5.5em;
text-indent: -5.5em;
}
.mark6{
padding-left: 6em;
text-indent: -6em;
}
.mark7{
padding-left: 7em;
text-indent: -7em;
}
.mark8{
padding-left: 8em;
text-indent: -8em;
}
/*------036-----*/
.mark13{
padding-left: 13em;
text-indent: -13em;
}

.afterclear{
    zoom:1;/*for IE 5.5-7*/
}
.afterclear:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
.clear{
	clear: both;
	width: 100%;
    height: 0;
	visibility: hidden;
}

.png{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/*------img------*/
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

/*------align------*/
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
select {
border-radius: 5px;
appearance: none ;
-moz-appearance: none ;
  -webkit-appearance:none ; /* これを追加 */}
select::-ms-expand {
    display: block;
}

/* セレクトボックスの矢印デザイン変更 */
.selecter-container {
  position: relative;
  float: left;
  min-width: 200px;
}
.selecter-container:after {
  content: '>';
  font: 17px "Consolas", monospace;
  color: #444;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 11px;
  /*Adjust for position however you want*/

  top: 13px;
  padding: 0 0 2px;
  border-bottom: 1px solid #e4e4e4;
  /*left line */

  position: absolute;
  pointer-events: none;
}
.selecter-container select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* Add some styling */

  display: block;
  width: 100%;
  max-width: 320px;
 height: 40px;
  float: right;
  margin: 5px 0px;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.75;
  color: #444444;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #e4e4e4;
  -ms-word-break: normal;
  word-break: normal;
}

input,textarea {background-color: #FFFFFF;border: #e4e4e4 1px solid; border-radius: 5px; width: 100%;padding: 5px 10px;}
::placeholder{
  color:#999999;
}
.error-mes{display: inline-block;margin-top: 5px;}


caption{display:none}

address {
font-style:normal;
}

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

.btn {
  padding: .25rem .5rem;
  font-size: .875rem;
  border-radius: .2rem;
  line-height: 1.5;
  display: inline-block;
  font-weight: 400;
  color: #6c757d;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #6c757d;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.btn:hover{
  color: white;
  background-color: #6c757d;
}

.section-list .flex-list article.is-hide
{
  display: none;
}

#mainnavi.fixednav{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
}

/** アイコン「イ」 */
.icon-internship {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
	background:#d24a5b;
	color:#fff;
}

/** アイコン「エ」 */
.icon-entry {
  width: 30px;
  height: 30px;
  display: grid;
  place-content: center;
	background:#f5b113;
	color:#fff;
}

.section-list-header .icon-explain .icon-internship {
	margin: 0 0.2em;
}

.section-list-header .icon-explain .icon-entry {
	margin: 0 .2em 0 2em;
}

article.c-unit .inner-icon .icon-entry{
	margin-left:.2em;
}

.gotop {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #DB0635;
}
.gotop a{
	position: relative;
	display: block;
	margin: 10px;
	text-decoration: none;
	content: url(../images/common/to-top-arrow.svg);
}
.gotop a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}

#static2.greeting h2 {
	display: block;
	font-weight: normal;
	font-size:1em;
}
#static2.greeting h2:before {
	content:none;
}
.greeting p {
	margin:1em 0;
}
.greeting ol {
	margin-left: 2.5em;
}
.greeting ol li {
	list-style-type: none;
	counter-increment: cnt;
	position:relative;
}

.greeting ol li::before {
	content: "(" counter(cnt) ") ";
	margin-left:-2.5em;
	width: 2em; /* サイトに合せて調整 */
	text-align:right;
	position:absolute;
	top:0;
	left:0;
	font-weight:bold;
}

.greeting ol li h3 {
	font-size:1em;
}

.container1 .flex-end {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  column-gap: 15px;
}

.container1 .flex-end .icon-explain {
  font-size: 14px;
  display: flex;
  column-gap: 10px;
}

.flex-list-inner .inner-logo h2 {
  display: inline;
}

.flex-list-inner .inner-logo .inner-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
}

.flex-list-inner .inner-bassui p {
  font-size: 16px;
}
