@charset "utf-8";

*:not(br) {
	margin: 0;
	padding: 0;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	line-height: 150%;
	font-size: 16px;
	text-align: center;
	color: #231815;
  box-sizing: border-box;
}

a{color: #231815;}
a:hover {cursor: pointer;}

img {
  max-width: 100%;
  height: auto;
  vertical-align: baseline;
}

.sp{display: none;}

/* ヘッダー　Gナビ */
#header {
	display: flex;
  justify-content: space-between;
  width: 960px;
  margin: 0 auto;
  align-items: center;
  border-bottom: 1px solid #efefef;
  padding: 9px 0;
}

#header #top h1 {
  width: 250px;
}
#header .rMenu{
	width: 710px;
}

#menu ul{
	text-align: right;
}
#g_navi ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

#menu li,#g_navi li{
	list-style: none;
}

#g_navi li + li {
    margin-left: 5px;
}

#menu li a,#g_navi li a{
	text-decoration: none;
  line-height: 140%;
  font-size: 15px;
  color: #333;
}

#menu li a{
	display: inline-block;
	padding: 5px 10px;
}

#g_navi{
	padding: 14px 0;
}

#g_navi li a {
  display: block;
  text-decoration: none;
  padding: 22px 6px;
}
#g_navi li a:hover{color: #bf0000;}
#g_navi li:first-child a {
  border-left: none;
}

#g_navi li a.entry2019 {
  background-color: #bf1d21;
  color: #fff;
  padding: 18px 22px;
}

#menu a:hover, #menu .active a {
  background: #b30000 url("../../images/common/img02.jpg") repeat-x left bottom;
  color: #FFFFFF;
}

/* ヘッダー　Gナビ ここまで */

a img:hover{
	opacity: 0.7;
}

.boxWrap {
  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;
}

.boxWrap + .boxWrap{
	margin-top: 20px;
}

.box-m {
  box-sizing: border-box;
  text-align: center;
}

.box-m + .box-m {
  margin-left: 20px;
}

.width3 {
  width: 25%;
}

.width4 {
  width: 33.333333%;
}

.width5 {
  width: 41.66667%;
}

.width6 {
  width: 50%;
}

.width7{
	width: 58.333333%;
}

.width8 {
  width: 66.666667%;
}

.width9 {
  width: 100%;
}


/*********************************************************/
/*********************** コンテンツ ***********************/
/*********************************************************/
#mainSlider{
	width: 920px;
  margin: 4px auto 0;
}
.content{
	width: 828px;
	margin: 0 auto;
	padding: 40px 26px 30px;
}
.content3{
	width: 828px;
	margin: 0 auto;
	padding: 5px 26px 5px;
}

.content4{
	width: 828px;
	margin: 0 auto;
	padding: 5px 26px 5px;
}

.content2{
	width: 920px;
	margin: 0 auto;
	padding: 20px 0 20px;
}

#preface{
	width: 100%;
	background-color: #eeedee;
}
#preface h2{
	display: inline-block;
	margin: 0 auto;
	font-size: 35px;
	font-weight: bold;
	color: #231815;
	border-bottom: 2px solid #231815;
	padding-bottom: 5px;
	margin-bottom: 53px;
}

#preface p > strong{
	font-size: 18px;
	font-weight: bold;
  line-height: 200%;
}

#preface p + p{
	margin-top: 35px;
}

.chatch{
	width: 100%;
	background-color: #231815;
}

.chatch p{
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	padding: 27px 0;
}

.scroll_go{
	margin: 30px auto 19px;
}

#works h2{
	font-size: 19px;
	font-weight: bold;
}

#recruit_menu{
	margin-bottom: 80px;
}

#topics{
	background-color: #eeedee;
}

#topics h2{
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 3px;
	margin-bottom: 33px;
}

#topics h2 span{
	font-size: 14px;
}
	
.topics_detail{
	display: block;
}

dl.topics_detail + dl.topics_detail{
	margin-top: 15px;
}

.topics_detail:after,.topics_detail:before{
  content: '';
  display: table;
}

.topics_detail:after{
	clear: both;
}

.topics_detail dt{
	width: 40%;
  text-align: right;
  float: left;
}

.topics_detail dd{
	width: 60%;
  text-align: left;
  float: right;
  padding-left: 20px;
}

#topics .topics_detail a:hover{
	color: #7bada7;
}

a.s-btm{
	position: relative;
	display: inline-block;
	color: #242424;
	font-weight: bold;
	width: 100%;
	background-color: #fff;
	border: 1px solid #7a7a7a;
	text-align: center;
	text-decoration: none;
	padding: 17px 0;
}

a.s-btm:after{
  position: absolute;
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url('../images/chevron-right_black.svg') no-repeat;
  top: 50%;
  right: 5%;
  transform: translate(-5%, -50%);
  background-size: 20px;
}

a.s-btm:hover{
	background-color: #e1e1e1;
}

a.m-btm{
	display: block;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	overflow: hidden;
	text-decoration: none;
	transition: 0.2s;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  height: 100%;
}

a.m-btm img,#point img{
	width: 100%;
	height: auto;
}

a.m-btm:hover{
	opacity: 0.7;
	color: #231815;
	transition: 0.2s;
}

a.m-btm .text{
	padding: 19px 27px;
}

a.m-btm h3{
	font-size: 23px;
	font-weight: bold;
	margin-bottom: 15px;
	line-height: 150%;
}

a.m-btm p{
	font-size: 14px;
}

.entryBtn {
  width: 920px;
  margin: 0 auto;
  padding: 15px 0 15px;
}


.entryBtn h2 {
  display: flex;
  font-size: 18px;
  font-weight: normal;
  align-items: center;
}

.entryBtn h2::before, .entryBtn h2::after {
  display: block;
  content: '';
  height: 1px;
  background-color: #333;
  flex-grow: 1;
}

.entryBtn h2::before {
  margin-right: .4em;
}
.entryBtn h2::after {
  margin-left: .4em;
}

.entryBtn .boxWrap + .boxWrap {
  margin-top: 15px;
}

.box-m.rikunabi {
  width: 300px;
	
}

.box-m.mynavi {
  width: 300px;
}


/* ★3つならべの時は300px */
.box-m.official_form{
  width:100%;
}


.box-m.rikunabi + .box-m.mynavi + .box-m.official_form 
{
    margin-left: 20px;
}

.box-m.tyuto {
  width: 292px;
}

.rikunabi a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #0068b7;
  padding: 18px 30px 18px 10px;
}

.mynavi a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #333;
  border-radius: 5px;
  border: 1px solid #00adeb;
  padding: 31px 43px 30px 10px;
}

.official_form a{
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  border-radius: 5px;
  border: 1px solid #bf0000;
  padding: 36px 43px 30px 10px;
}


a.newG{
  display: flex;
  justify-content: center;
  align-items: baseline;
  height: 100%;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-bottom: 5px;
}

a.oldG {
  width: 100%;
  text-align: center;
  border: 1px solid #bf1c21;
  text-decoration: none;
  font-weight: bold;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-weight: normal;
  font-size: 20px;
  box-shadow: 0 5px 0 rgba(206,206,206,1);
  margin-bottom: 5px;
}

a.newG::after,a.oldG::after{
  position: absolute;
  display: block;
  content: '';
  width: 9px;
  height: 14px;
  top: 50%;
  right: 15px;
  transform: translate(-5%, -50%);
  background-size: 100%;
}

.rikunabi a::after{
  background: url('../images/rikunavi_arrow.png') no-repeat;
}

.rikunabi a:hover{
  border:3px solid #0068b7;
  padding: 16px 28px 16px 8px;
}

.mynavi a::after{
  background: url('../images/mynavi_arrow.png') no-repeat;
}

.mynavi a:hover{
  border:3px solid #00adeb;
  padding: 29px 41px 28px 8px;
}

.official_form a::after{
  background: url('../images/official_form_arrow.png') no-repeat;
}

.official_form a:hover{
  border:3px solid #bf0000;
  padding: 34px 41px 28px 8px;
}


.rikunabi a:hover::after,.mynavi a:hover::after,a.oldG:hover::after,.official_form a:hover::after{
  right: 13px;
}

a.oldG::after{
  background: url('../images/old_arrow.png') no-repeat;
}

a.oldG:hover {
  border:3px solid #bf1c21;
  padding: 13px 18px;
}

.entryBtn a:active {
  box-shadow: none;
  margin-top: 5px;
  margin-bottom: 0;
}

.l-s{
	letter-spacing: -3px;
}
#footbox a {
    color: #fff;
}
#footer {
	font-size: 13px;
	color: #fff;
    background-color: #231815;
    clear: both;
    zoom: 1;
}

#footbox {
    margin: 0 auto;
    padding-top: 2px;
    width: 920px;
}

#footer ul#footerNavi {
    margin: 10px 191px 85px 0;
    zoom: 1;
}

#footer ul#footerNavi li.first {
    border-left: none;
}

#footer ul#footerNavi li {
    float: left;
    display: inline;
    margin: 0 0 4px 10px;
    padding: 0 0 0 6px;
    border-left: 1px solid #999;
    font-size: 92.4%;
    line-height: 1.167;
    white-space: nowrap;
}
#copyright {
    color: #efefef;
}


/* 余白スタイル */

.m-t0{
  margin-top: 0 !important;
}
.m-t10{
	margin-top: 10px !important;
}
.m-t20{
	margin-top: 20px !important;
}
.m-t30{
	margin-top: 30px !important;
}
.m-t40{
	margin-top: 40px !important;
}
.m-t50{
	margin-top: 50px !important;
}
.m-t60{
	margin-top: 60px !important;
}
.m-t70{
	margin-top: 70px !important;
}
.m-t80{
	margin-top: 80px !important;
}
.m-b0{
  margin-bottom: 0 !important;
}
.m-b10{
	margin-bottom: 10px !important;
}
.m-b20{
	margin-bottom: 20px !important;
}
.m-b30{
	margin-bottom: 30px !important;
}
.m-b40{
	margin-bottom: 40px !important;
}
.m-b50{
	margin-bottom: 50px !important;
}
.m-b60{
	margin-bottom: 60px !important;
}
.m-b70{
	margin-bottom: 70px !important;
}
.m-b80{
	margin-bottom: 80px !important;
}
.m-b90{
	margin-bottom: 90px !important;
}
.m-b100{
	margin-bottom: 100px !important;
}


.p-t10{
	padding-top: 10px !important;
}
.p-t20{
	padding-top: 20px !important;
}
.p-t30{
	padding-top: 30px !important;
}
.p-t40{
	padding-top: 40px !important;
}
.p-t50{
	padding-top: 50px !important;
}
.p-t60{
	padding-top: 60px !important;
}
.p-t70{
	padding-top: 70px !important;
}
.p-t80{
	padding-top: 80px !important;
}

.p-b10{
	padding-bottom: 10px !important;
}
.p-b20{
	padding-bottom: 20px !important;
}
.p-b30{
	padding-bottom: 30px !important;
}
.p-b40{
	padding-bottom: 40px !important;
}
.p-b50{
	padding-bottom: 50px !important;
}
.p-b60{
	padding-bottom: 60px !important;
}
.p-b70{
	padding-bottom: 70px !important;
}
.p-b80{
	padding-bottom: 80px !important;
}


/* 採用メッセージ */

.content_header h2{
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
	margin-bottom: 40px;
}

.content_header p.chatchCopy{
	display: inline;
	background: linear-gradient(transparent 40%, #e9e7e7 80%);
	font-size: 28px;
	line-height: 41px;
	text-align: center;
	font-weight: bold;	
}

.content_header p.chatchCopy span{
	font-size: 20px;
}

.content_header p{
  font-size: 20px;
  margin-top: 20px;
}

.content_header p.strong{
	font-size: 20px;
	font-weight: bold;
	margin-top: 80px;
	margin-bottom: 56px;
}

.mainV{
	margin-bottom: 80px;
}

.mainV img,.sub_content img{
	/*width: 100%;*/
	max-width: 1200px;
	height: auto;
}

/* メンバー紹介 */

.memberDetail + .memberDetail{
  margin-top: 25px;
}

/* 2022採用追加分 */
.setumeikaiBOX {
    padding: 0.5em 1em;
    margin: auto;
    width:400px;
    font-weight: normal;
    border: solid 3px #000000;
    font-size: 13px;
}
.setumeikaiBOX {
    padding: 0;
    font-size: 13px;
}

.setumeikaiBOX2 {
    padding: 0.5em 1em;
    width: 400px;
    margin: auto;
    margin-top: 5px;
    font-weight: bold;
    color: #6091d3;/*文字色*/
    background: #C0C0C0;
    border: solid 3px #000;/*線*/
    border-radius: 10px;/*角の丸み*/
}
.setumeikaiBOX2 p {
    margin: 0; 
    padding: 0;
}

.setumeikaiBOX setumeikaiBOX2
{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 60%;
    margin: 30px 0;
    padding-top: 30px;
}


p.left {text-align: left}
	
	p.red {color: #dc143c}


		
.noborder {
		border: 0px none;
	}
	
table {
		border-collapse: separate;  /* 表の線と線の間を空ける */
		border-spacing: 10px;       /* 表の線と線の間の幅 */
	}


.entryBtn2 {
		width: 960px;
		margin: 0 auto;
		padding: 15px 0 1px;
		font-weight:bold;
	}
		.movie {
			width: 960px;
			margin: 0 auto;
			padding: 15px 0 15px;
		}
		.title {
			display: flex;
			flex-direction: row;
			flex-grow: 0;
			justify-content: left;
			align-items: flex-end
			}
			
			.titlebox {
				width: 960px;
				margin: 0 auto;
				padding: 15px 0 15px;
			}
		
@media screen and (max-width:480px) {
			table{
				width: 100%;
			}
			table th,
			table td{
				display: block;
			}
			
		}
		
		* {
			float: none;
			position: static;
		}
		
		img {
			max-width: 100%;
			height: auto;
		}
		
		
/* 新卒ページ→部署ページのバナー */		
		.to_busyo_banner{
		display: flex;
		flex-wrap:wrap;
		width: 920px;
		margin: auto;
}

.to_busyo_banner li {
	width: calc(100%/5);/*←画像を横に5つ並べる場合*/
	padding:0 5px;/*←画像の左右に5pxの余白を入れる場合*/
	box-sizing:border-box;
	  display: flex;
  flex-direction: row;
  flex-grow: 1;
  justify-content: center;

}
.to_busyo_banner li img {
	max-width:100%; /*画像のはみだしを防ぐ*/
	height: auto; /*画像の縦横比を維持 */
	
}

::marker {
    display:none;
    unicode-bidi: none;
    font-variant-numeric: none;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}

/*新卒採用ページの赤枠横タイトル文字 */
p.left2 {
    text-align: left;
    margin: 1px;
    margin-left:25px;
    font-size: 1.68em;
    font-weight: 900;
    text-decoration: underline;
}
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★以下2024採用ページ用★★★★★★★★★★★★★★★★★★★★ */
/*2024採用ページhタグ */

/*INTRODUCTION */
table
  {
    margin: auto;
}

/*テキストコンテンツ */
.textcontent > p {
    font-size: 1.2em;
    font-weight: 900;
    margin: 25px;
}

.textcontent
{
    margin-top: -65px;
}


/*フローディングバナー */
.floating-banner {
  position: fixed; /* バナーを追従させる */
  z-index: 99999; /* 他の要素の下に隠れないように */
  bottom: 0; /* バナーの上下の位置 */
  right: 0; /* バナーの左右の位置 */
  width: 300px; /* バナーの横幅 */
}
.floating-banner__image {
  max-width: 100%; /* 画像の最大幅 */
}
@media screen and (max-width: 990px) { /* タブレット用のブレイクポイントを指定 */
  .floating-banner {
    display: none; /* タブレットサイズ以下でPC用のバナーを非表示に */
  }
}
@media screen and (max-width: 560px) { /* スマホ用のブレイクポイントを指定 */
  .floating-banner {
    display: block;/* 消していたバナーを表示させる */
    width: 100vw; /* スマホの画面幅いっぱいにバナーを表示 */
  }
}
/*スマホのみ改行 */
.sma
{
    display: none;
}
/*PCのみ改行 */
.pcbr{
        display: block;
    }

.topposition
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.5em;
    font-weight: 600;
}

.topname
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 2.5em;
    font-weight: 600;
}

.topnamee
{
    font-family: '游明朝','Yu Mincho',YuMincho,'Hiragino Mincho Pro',serif;
    font-size: 1.5em;
    font-weight: 300;
}

/*トップメッセージテキストコンテンツ */
.topmessagetextcontent > p {
    margin: auto;
    text-align: left;
    font-size: 1.2em;
    font-weight: 900;
    width: 713px;
    padding: 20px;
}

.topmessagetextcontent
{
    margin-top: -65px;
}

.interviewcontennt
{
    display: inline-block;
    margin-right: 15px;
    margin-left: 15px;
}

.interview
{
    margin-top: 20px;
}


/*★★★★★インタビューコンテンツ★★★★★ */
.entry-talk-box {
  border-collapse: separate;
  border-spacing: 15px 2px;
  display: table;
  margin: 30px 0;
  table-layout: fixed;
  width: 1000px;
  margin: auto;
}
.entry-talk-img {
  display: table-cell;
  vertical-align: top;
  width: 100px;
}
.entry-talk-img img {
  border-radius: 50%;
  width: 100px;
}
.entry-talk-txt {
  background-color: #eeedee;
  border-bottom: 1px solid #ddd;
  border-radius: 8px;
  display: table-cell;
  padding: 10px;
  position: relative;
}
.entry-talk-txt-left:after {
  content: '';
  position: absolute;
  border-right: 12px solid #eeedee;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  left: -12px;
  top: 40px;
}
.entry-talk-txt-right:after {
  content: '';
  position: absolute;
  border-left: 12px solid #fff;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  right: -12px;
  top: 40px;
}
.entry-talk-txt p {
  line-height: 1.4;
  margin: 0;
  text-align: left;
  font-size: 1.2em;
  font-weight: 900;
}

.interviewcontentt > h5 {
  position: relative;
  padding: 1.5rem 2rem;
  color: #fff;
  border-radius: 10px;
  background: #b70002;
  margin-top: 25px;
}

.interviewcontennt > h5 {
    color: #231815;
    text-align: center;
    font-size: 1.9em;
    font-weight: 600;
}


.interviewcontentt > h5 {
  bottom: -9px;
  border-color: #b70002 transparent transparent transparent;
  width: 400px;
  margin: auto;
  font-size: 1.4em;
  font-weight: 700;
}

/*★★★★★CAREERボタン★★★★★ */
HTML CSS Result Skip Results Iframe
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 62.5%;
}

.btn,
a.btn,
button.btn {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 2rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

.btn--orange,
a.btn--orange {
  color: #fff;
  background-color: #b70002;
  width: 240px;
    margin-right: 2px;
    margin-left: 2px;
    margin-top: 10px;
    box-shadow: 0 3px 4px rgb(0 0 0 / 32%);
}

.btn--orange:hover,
a.btn--orange:hover {
  color: #fff;
  background: #d05859;
}


.busyobotan{
    width: 750px;
    margin: auto;
    margin-top: 5px;
}


.busyosyoukai > h3 {
    color: #666;
    text-align: left;
    padding: 0.5em;
    font-size: 2.5em;
    width: 960px;
    margin: auto;
    }
.busyosyoukai > p {
    text-align: left;
    margin: auto;
    width: 910px;
    font-size: 1.2em;
    font-weight: 900;
  }

.busyosyoukai > h4 {
    width: 910px;
    text-align: left;
    margin: auto;
    }

.line {
    font-size: 1.0em;
    background: linear-gradient(transparent 60%, #ffd066 60%);
    }

.whatis {
    font-size: 1.2em;
    font-weight: 900;

    }

/*★★★★★会社概要★★★★★ */
.vabout {
    width: 900px;
    margin: auto;
    border-collapse:collapse;
    font-size: 0.9em;
    }

.abouttd,.vabouttd {
 text-align: left;
 text-align: left;
 padding: 2px 10px 2px 10px;
 vertical-align: top;
}

.abouttd{
    width: 200px;
    font-weight: 600;
    background-color: #f8f4e6;
}


.vabout,.abouttd,.vabouttd {
border: 1px solid #bbb;
}

.enkakunengetu{
    width: 100px;
    text-align: left;
    font-weight: 600;
}

.enkakuevent{
    text-align: left;
}

.enkakuevent ,.enkakunengetu{
    vertical-align: top;
}

.jusyourekibr{
    display: block;
    content: "";
    margin: 3px 0;
}

.aboututansunogen > img {
    vertical-align:top;
    }

/*★★★★★★★★アコーディオン★★★★★★★*/
/*ベース*/
.toggle {
  display: none;
}
.Label {    /*タイトル*/
  padding: 12px;
    display: block;
    background: #f5f5f700;
    width: 480px;
    margin: auto;
    font-size: 1.4em;
    font-weight: 600;
    color: #231815;
    border-top: solid 2px;
    border-bottom: solid 2px;
}
.Label::before{   /*タイトル横の矢印*/
  content: "";
    width: 6px;
    height: 6px;
    border-top: 2px solid #231815;
    border-right: 2px solid #231815;
    -webkit-transform: rotate(45deg);
    position: absolute;
    top: calc( 50% - 3px );
    right: 20px;
    transform: rotate(135deg);
}
.Label,
.content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.content {    /*本文*/
  height: 0;
  margin-bottom:10px;
  padding:0 20px;
  overflow: hidden;
  width: 480px;
}

.content > p {
    text-align: left;
    font-weight: 600;
    }

.toggle:checked + .Label + .content { /*開閉時*/
  height: auto;
  padding:20px 20px 20px 20px;
  transition: all .3s;
}
.toggle:checked + .Label::before {
  transform: rotate(-45deg) !important;
}

.content > img {
    width: 200px;
    }
/*★★★★★★★★アコーディオン★★★★★★★*/


.interncontent > h2 {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    color: #231815;
    background: #efefef;
    width: 964px;
    text-align: center;
    margin: auto;
    font-size: 1.5em;
    margin-top: 20px;
    }

.interncontent > h2:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 288px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #0068b7;
    }

.interncontent > h2 span {
    font-size: 1.1em;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 13px;
    padding-left: 30px;
    color: #fff;
    }

.point1 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.point2 {
    display: inline-block;
    margin: 10px;
    width: 400px;
    height: 280px;
    vertical-align: top;
    background: #fff0ce;
    border-radius: 40px;
}

.futome > p {
    text-align: center;
    font-size: 1.6em;
    margin-top: 5px;
    font-weight: 900;
    color: #b91e22;
}

.kajougaki > p {
    text-align: left;
    margin: auto;
    width: 230px;
    font-size: 1.0em;
    font-weight: 600;
}

.program {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.internnaiyou {
    padding: 10px;
    display: inline-block;
    margin: 0px;
    width: 600px;
    height: 200px;
    vertical-align: top;
    background: #ddd;
    border-radius: 15px;
}

.interuimage {
    display: inline-block;
    margin: 0px;
    height: 200px;
    width: 290px;
    vertical-align: top;
}

.sankasya1 {
    width: 100%;
    margin: auto;
    margin-top: 10px;
}

.sankasya2 {
    display: inline-block;
    margin: 0px;
    width: 490px;
    vertical-align: top;
    border-radius: 15px;
}

.balloon2-left {
  position: relative;
  display: inline-block;
  margin: 1.5em 0 0.5em 15px;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  box-sizing: border-box;
  border-radius: 15px;
}

.balloon2-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}

.balloon2-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}

.balloon2-left p {
    margin: 0;
    font-size: 0.9em;
    font-weight: 600;
    text-align: left;
    padding: 10px;
}

.sankasyaimage{
      width: 22%;
}

.pointimage{
      width: 135px;
    text-align: center;
    margin: auto;
}

.programtitle > p{
    margin: 10px;
    text-align: left;
    font-size: 1.1em;
    font-weight: 600;
    color: #834c3d;
}

.programname > p{
    font-size: 1.5em;
    font-weight: 900;
    color: #0068b7;
    margin: 5px;
}

.programhonbun > p{
    text-align: left;
    margin: 10px;
    font-size: 0.9em;
    font-weight: 600;
}

.sankasyaabout{
  font-size: 1.1em;
  font-weight: 600;
}

.youkou1{
  width: 900px;
  border: 2px #555 solid;
  border-collapse: collapse;
}

.youkou3{
    width: 30%;
    vertical-align: top;
    padding: 10px;
    font-size: 1.0em;
    font-weight: 900;
    border: 2px #555 solid;
}

.youkou4{
    width: 70%;
    padding: 10px;
    border: 2px #555 solid;
}

.youkoudai > p{
    text-align: left;
    font-size: 1.1em;
    font-weight: 900;
}

.youkousyou > p{
    text-align: left;
    font-size: 0.9em;
}


.nittei1{
  width: 900px;
  border: 2px #555 solid;
  border-collapse: collapse;
}

.nittei3{
    width: 30%;
    padding: 10px;
    font-size: 1.1em;
    font-weight: 900;
    border: 2px #555 solid;
    color: #ffffff;
}

.nittei4{
    width: 70%;
    padding: 10px;
    border: 2px #555 solid;
}

.nitteidai > p{
    text-align: left;
    font-size: 1.1em;
    font-weight: 900;
}

.nitteisyou > p{
    text-align: left;
    font-size: 0.9em;
}

.nittei3 > p {
    color: #ffffff;
}

.intern2025mainabi {
    width: 500px;
    border: 3px solid #0068b7;
    padding: 18px 65px;
    border-radius: 100px;
}

.intern2025mainabi > a {
    text-decoration: none;
    font-size: 1.1em;
    font-weight: 900;
}


/*★★★★★★★★以下ビジネスモデルページ★★★★★★★*/
/*★★★★★★★★以下ビジネスモデルページ★★★★★★★*/
/*★★★★★★★★以下ビジネスモデルページ★★★★★★★*/
/*★★★★★★★★以下ビジネスモデルページ★★★★★★★*/

h2.businessmidasi {
  margin: auto;
    margin-bottom: 45px;
    margin-top: 15px;
    width: 920px;
    text-align: center;
    font-size: 1.5em;
    color: #333333;
    font-weight: 900;
    padding-bottom: 15px;
    padding-top: 15px;
    border-bottom: 6px solid;
    border-image: linear-gradient(to right, #23181500, #202b67, #23181500) 1;
    border-image-slice: 1;
}

.businessmoder > p {
margin: auto;
    text-align: center;
    font-size: 2.5em;
    font-weight: 900;
    padding: 1rem 2rem;
    color: #fff;
    border-radius: 30px;
    width: 700px;
    background-image: linear-gradient(to right, #b81c22 0%, #b81c22 100%);
    text-shadow: 1px 2px 3px #808080;
}

.businessmoder{
  margin-top: 25px;
}


h3.businessmidasih3 {
margin: auto;
    text-align: center;
    font-size: 1.7em;
    color: #333;
    font-weight: 900;
}

.h3nosita > p {
margin: auto;
    text-align: left;
    font-size: 1.5em;
    font-weight: 600;
    color: #666;
    width: 780px;
}

.h3nosita{
  margin-top: 30px;
}

.zigyouzu2{
  display: inline-block;
  width: 350px;
}

.zigyouzu1{
  height: 270px;
  font-size: 0;
}


h4.businessmoderh4 {
margin: auto;
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 1.7em;
    color: #ffffff;
    font-weight: 900;
    background: #202b67;
    padding: 7px;
    width: 530px;
}

h5.businessmoderh5 {
margin: auto;
margin-top: 15px;
    text-align: center;
    font-size: 1.7em;
    color: #202b67;
    font-weight: 900;
}

.designsentence > p {
margin: auto;
    text-align: left;
    font-size: 1.2em;
    font-weight: 600;
    color: #666;
    width: 480px;
    margin-top: 10px;
    margin-left: 20px;
}

.businessimage{
  display: inline-block;
}

.designsentenceli{
  display: inline-block;
  vertical-align: top;
}

.designimage{
  width: 350px;
}

.kurasinodezain{
  margin-top: 20px;
}

.design{
  margin-top: 10px;
}

.sinnkyuu{
  display: flex;
    width: 800px;
    text-align: center;
    margin: auto;
    justify-content: space-around;
    list-style-type: none;
}

.sinkyubusiness{
  list-style-type: none;
    margin: 15px 20px 5px 20px;
    width: 50%;
}

.kyutitle > p {
  background: #a8a9ac;
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    padding: 5px;
}

.sintitle > p {
  background: #b81a22;
    font-size: 1.5em;
    font-weight: 600;
    color: #ffffff;
    padding: 5px;
}

.sinkyutext > p{
  text-align: left;
    margin-top: 10px;
    font-weight: 500;
}

.sinkyuimage{
  width: 240px;
    text-align: center;
    margin: auto;
}

.kyuzidai > p {
    background: #ffffff;
    width: 165px;
    padding: 10px;
    border-radius: 60px;
    font-size: 1.4em;
    font-weight: 900;
    color: #666;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.sinzidai > p {
background: #ffffff;
    width: 165px;
    padding: 10px;
    border-radius: 60px;
    font-size: 1.4em;
    font-weight: 900;
    color: #b91b20;
    box-shadow: 0 10px 10px rgba(0,0,0,.1);
}

.tansunotuyomiul{
    display: flex;
    justify-content: space-around;
    list-style-type: none;
    width: 800px;
    text-align: center;
    margin: auto;
    margin-top: 10px;
}

.tansunotuyomili{
width: 250px;
    border-radius: 25px 25px 30px 30px;
    background: linear-gradient(-225deg, #b41d1f 0%, #b41d1f 56%, #b41d1f 100%);
}

.tuyomititle > p {
    font-size: 1.3em;
    font-weight: 600;
    color: white;
    padding: 10px;
}

.tuyomitext > p {
    text-align: left;
    height: 265px;
    font-size: 1.0em;
    font-weight: 600;
    color: white;
    padding: 0px 20px 10px 20px;
}

.tuyomiimage > img {
    border-radius: 0px 0px 25px 25px;
    vertical-align: bottom!important;
}

div.arrow {
  position: relative;
    width: 30px;
    height: 2px;
    background-color: #a8a9ac;
    margin: auto;
    margin-top: 9px;
    text-align: center;
    top: 40px;
}


div.arrow:after {
  content:'';
  position:absolute;
  display:inline-block;
  top:-7px;
  right:-10px;
  border:8px solid transparent;
  border-left:8px solid #a8a9ac;
}

.scroll-space{
  box-sizing: border-box;
  padding-top: 300px;
  height: 1600px;
  color: #fff;
  overflow: hidden;
}

a.btn--business {
  color: #fff;
  background-color: #212c68;
}

a.btn--business:hover {
  color: #fff;
  background: #424b7e;
}

a.btn-c {
  font-size: 1.8rem;
    position: relative;
    padding: 1.5rem 2rem 1.5rem 2rem;
    border-radius: 100vh;
    width: 410px;
    text-align: center;
    margin: auto;
    margin-top: 25px;
}

a.btn-c:before {
  font-family: 'Font Awesome 5 Free';
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  right: 2rem;
  margin: 0;
  padding: 0;
  content: '\f054';
}





.element {
  /* 最初は非表示 */
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
  text-align: center;
  margin: auto;
}
/* フェードイン時に入るクラス */
.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}


/* 共通タイトル */
h2.page_title{
  text-align: left;
    margin: auto;
    width: 780px;
    font-size: 2.5em;
    margin-top: 25px;
    margin-bottom: 10px;
}

span.title_en{
  margin-left: 12px;
    font-weight: 100;
    font-family: 'Abel', sans-serif;
    font-size: 12px;
    letter-spacing: 0.05em;
    color: #888;
}


/* 見出し系 */
h3.kuroobi{
  color: #ffffff;
    background-color: #000;
    text-align: center;
    padding: 0em;
    font-size: 2.5em;
}
