@charset "UTF-8";
/*------------------------------------------------
	Font
------------------------------------------------*/
/*
[77% = 10px]
[85% = 11px]
[93% = 12px]
[100% = 13px]
[108% = 14px]
[116% = 15px]
[123.1% = 16px]
[131% = 17px]
[138.5% = 18px]
[146.5% = 19px]
[153.9% = 20px]
[161.6% = 21px]
[167% = 22px]
[174% = 23px]
[182% = 24px]
[189% = 25px]
[197% = 26px]
*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
body {
  word-wrap: break-word;
}
@font-face {
font-family: jostlight;
src: url(../font/Jost-300-Light.woff) format("woff");
}
@font-face {
font-family: jostbook;
src: url("../font/Jost-400-Book.woff") format("woff");
}
@font-face {
font-family: jostthin;
src: url("../font/Jost-200-Thin.woff") format("woff");
}
/*------------------------------------------------
	Layout
------------------------------------------------*/
html {
  height: 100%;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/* サイト名 */
.site h1 a {
  color: #000000;
  text-decoration: none;
}
.site h1 {
  margin: 0;
  font-size: 30px;
}
.site h1 img {
  border: none
}
.site p a {
  color: #000000;
  text-decoration: none;
}
.site p {
  margin: 0;
  font-size: 30px;
}
.site p img {
  border: none
}

.dnone{
    display:none;
}
.col_gray1 {
  color: #bababa;
}
.col_black {
  color: #000000;
}
.col_red {
  color: #B90003;
}
.col_redtex-s {
  color: #B90003;
  font-size: 80%;
}

.bold {
  font-weight: bold;
}
.pt0em {
  padding-top: 0em;
}
.pt1em {
  padding-top: 1em;
}
.pt2em {
  padding-top: 2em;
}
.pt3em {
  padding-top: 3em;
}
.pt9em {
  padding-top: 9em;
}
.pt80px {
  padding-top: 80px;
}
.mt1em {
  margin-top: 1em;
}
.mt2em {
  margin-top: 2em;
}
.mt3em {
  margin-top: 3em;
}
.mt5em {
  margin-top: 5em;
}
.mt100px {
  margin-top: 100px;
}
.mb3px {
  margin-bottom: 3px;
}
.mr2p {
  margin-right: 2%;
}
.mr4p {
  margin-right: 4%;
}
.pbmb0em {
  padding-bottom: 0;
  margin-bottom: 0;
}
.pb1em {
  padding-bottom: 1em;
}
.pb2em {
  padding-bottom: 2em;
}
.pb5em {
  padding-bottom: 5em;
}
.pb15em {
  padding-bottom: 15em;
}
.fs50 {
  font-size: 50%;
}
.fs60 {
  font-size: 60%;
}
.fs70 {
  font-size: 70%;
}
.fs80 {
  font-size: 80%;
}
.fs90 {
  font-size: 90%;
}
.fs100 {
  font-size: 100%;
}
.fs110 {
  font-size: 110%;
}
.fs120 {
  font-size: 120%;
}
.fs175 {
  font-size: 175%;
}
.fw_n {
  font-weight: normal;
}
.mtcontact {
  margin-top: 16px;
}
.mr05 {
  margin-right: 0.5em;
}
.ml05 {
  margin-left: 0.5em;
}
.mb1 {
  margin-bottom: 1em;
}
.mb2 {
  margin-bottom: 2em;
}
.mb5 {
  margin-bottom: 5em;
}
.txtbol {
  font-weight: bold;
}
.mbpb0 {
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}
.flot-r {
  float: right;
}
.flot-L {
  float: left;
}
.ta_l {
  text-align: left;
}
.ta_c {
  text-align: center;
}
.ta_r {
  text-align: right;
}
.en_more {
  text-align: right;
  padding-bottom: 1em;
}
.w80per {
  width: 80%;
  height: auto;
}
.w45per {
  width: 45%;
  height: auto;
}
.w40per {
  width: 40%;
  height: auto;
}

/*------------------------------------------------
投稿ページ画像ギャラリー高さ調整
------------------------------------------------*/
.wp-block-gallery .blocks-gallery-image img, .wp-block-gallery .blocks-gallery-item img {
height: 200px!important;
object-fit: cover!important;
font-family: 'object-fit: cover'!important;
}


/*------------------------------------------------
	Header
------------------------------------------------*/
#header {
/* 装飾はつけないでください */
  background-color: #ffffff;
  z-index: 5;
}
#header #ci {
  float: left;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}


.clear {
  clear: both;
}

.gnavbox .menu-container {
  background-color: #ffffff;
}

/* ボックスの左右に確保する余白 */
.contents, .contentsevent, .footer-inner {
  padding-left: 30px;
  padding-right: 30px;
}



.cominfofllow a {
  color: #303973;
  text-decoration: none;

}
.cominfofllow a:hover{
    color: #838383;
}
.cominfofllow a[target="_blank"] {
	padding-right: 30px;
}
.cominfofllow a[target="_blank"]:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 20px;
}
.cominfofllow a[target="_blank"]:after {
	background: url("../img/external_link.svg") center 5px no-repeat;
}


/*------------------------------------------------
　フォーム送信ボタン
------------------------------------------------*/
p#form_submit {
	width: 90%;
	margin: 0 auto;
	padding: 55px 0;
	text-align: center;
	/*border-top: 1px solid #cccccc;*/
}

.conformbutton {
  display: inline-block;
	cursor : pointer;
  padding: 1em 2.8em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  background: #ffffff;
  border: solid 2px #000000;
  border-radius: 3px;
  transition: .4s;
}
.conformbutton:hover {
  background: #0072ff;
  color: white;
}



/*------------------------------------------------
　フォーム関連
------------------------------------------------*/
#mail_form {
	width: 100%;
	margin: 0;
	padding: 10px 0;
}

#mail_form dl {
	width: 100%;
	margin: 0;
	overflow: hidden;
}

#mail_form dl dt {
	clear: both;
	width: 33%;
	float: left;
	/*border-top: 1px solid #cccccc;*/
	padding: 15px 0 15px 0;
	text-align: left;
	overflow: hidden;
}

#mail_form dl dd {
	width: 66%;
	float: left;
	margin-left: 0em ;
	margin-bottom: 20px;/*項目下のスペース*/
	padding-bottom:20px;
}

div.wpcf7-mail-sent-ok {
background-color: #56b379;
color:#ffffff;
font-weight:bold;
text-align:center;
font-size:120%;
padding:10px;
}

form.sent #mail_form{
display:none;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
background:#f7d7da;
font-weight:bold;
font-size:120%;
text-align:center;
color:#711d26;
border:1px solid #f4c6cb;
padding:10px
}
div.wpcf7-mail-sent-ng {
background:#f7d7da;
font-weight:bold;
font-size:120%;
text-align:center;
color:#711d26;
border:1px solid #f4c6cb;
padding:10px;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 input[type="tel"],
.wpcf7 textarea {
	background-color: #fff;
	color: #333;
	width: 95%;
	border: 1px solid #cccccc;
	font-size: 100%;
	padding: 0.5em;
	border-radius: 4px;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
}
.wpcf7 input[type="submit"] {
	display: inline-block;
	padding: 1em 2.8em;
	margin-bottom: 1em;
	margin-left: 0.5em;
	margin-right: 0.5em;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	background: #ffffff;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
}
.wpcf7 input[type="submit"]:hover {
	background: #0072ff;
 	color: white;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.formbtn {
	text-align: center;
	padding-top: 3em;
}



/*------------------------------------------------
	Footer
------------------------------------------------*/
footer {
  background-color: #000000;
  margin-top: 160px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #ffffff;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
.footerlogo {
	float: left;
  width: 20%;
  margin-left: 0px;
  padding-left: 0;
  padding-top: 50px;
}
.footerlogo img {
  width: 100%;
}
.footerlogo p {
	font-size: 80%;
}
.footerlogo a {
	text-decoration: none;
  color: #ffffff;
}
.footerlogo a:hover {
	text-decoration: none;
  opacity: 0.8;
}
.footerlinkarea {
  width: 78%;
  padding-top: 50px;
  padding-bottom: 30px;
  float: right;
  border-left: solid 1px #7F7F7F;
}
.footerbox:after {
  content: "";
  display: block;
  clear: both;
}
.footerbox {
	float: left;
  margin-left: 30px;
  padding-left: 0;
  padding-bottom: 50px;
}

.copyrighttex {
	font-size: 12px;
  text-align: right;
  padding-top: 30px;
  color: #989898;
}
footer ul {
	margin: 0 !important;
	padding: 0 !important;
}
footer ul li {
	font-size: 13px !important;
  font-weight: bold !important;
	list-style: none !important;
  padding-bottom: 10px !important;
}
footer ul li a {
  color: #989898 !important;
  font-weight: normal !important;
  text-decoration: none !important;
}
footer ul li a:hover {
	color: #FF4646 !important;
	text-decoration: none !important;
}


.npent {
  margin: 0;
}
.npent h2 {
  font-size: 22px;
  padding: 0 0 10px 0;
  font-weight: normal;
}
.npent ul {
  margin: 0 0 70px 0;
  list-style: disc;
}
.npent ul li {
  font-size: 14px;
  line-height: 160%;
  padding-bottom: 0.5em;
}
.npent p {
  font-size: 14px;
  line-height: 160%;
  padding-bottom: 1em;
}
.philosophyimg {
  width: 80%;
  height: auto;
}

.perform:after {
  content: "";
  display: block;
  clear: both;
}

.perform {
  float: left;
  width: 100%;
  margin-right: 0%;
  margin-bottom: 20px;
  padding-left: 15px;
  padding-right: 0;
  padding-top: 0;
  border-left: solid #000000 15px;
  }
.pam01 {
  margin: 0;
  padding: 0;
}
/* perform-1、perform-2を横に並べる設定 */

.perform-1 {
  float: left;
  width: 23.5%;
  margin-bottom: 20px;
}
.pam01 a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.pam01 a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.pam01 h2 {
  font-size: 22px;
  padding: 0 0 30px 0;
  margin: 0;
  font-weight: normal;
}
.pam01 img {
	width: 100%;
	height: auto;
	margin-bottom: 20px;
  border: solid 1px #CECECE;
	vertical-align: bottom;
}
.pam01 p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4f4f4f;
}

#ceotex p {
  width: 600px;
}

.soft {
  width: auto;
}


.soft table {
  width: 100%;
  border-spacing: 0;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
  word-break: break-all;
  font-weight: normal;
}

.soft table th {
  border-bottom: solid 2px #000000;
  padding: 10px 0;
}
.soft table td.linept15 {
  border-top: solid 1px #bababa;
  padding: 15px 20px 5px 0px;
  vertical-align: top;
}
.soft table td {
  border-top: solid 1px #bababa;
  padding: 5px 20px 5px 0px;
  vertical-align: top;
}
.soft table td.nobodpt15 {
  border-top: none;
  padding: 15px 20px 5px 0px;
}
.soft table td.nobod {
  border-top: none;
  padding: 5px 20px 5px 0px;
}
.soft table td.nobodpb10 {
  border-top: none;
  padding: 0px 20px 15px 0px;
}
.border_bottm2px {
  border-bottom: solid 2px #000000;
}
.tdwidth70 {
    width: 50%;
  }
.tdwidth30 {
    width: 50%;
  }

.conimg {
  width: 100%;
  height: auto;
  margin: 80px 0 80px 0;
  padding: 0;
  position: relative;
}
.conimg:after {
  content: "";
  display: block;
  clear: both;
}
.conimgleft {
  width: 50%;
  height: auto;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
.conimgleft img {
  width: 100%;
  height: auto;
}
.coningtexright {
  width: 50%;
  height: auto;
  float: left;
  position:absolute; 
  bottom: 5%;
  right: 0%;
  font-size: 15px;
}


.historybox:after {
  content: "";
  display: block;
  clear: both;
}
.historybox {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}
.historybox .period {
  width: 18%;
  float: left;
  text-align: right;
  font-family:'jostbook';
  font-size: 100%;
  line-height: 120%;
  color:#c01b00; 
  font-weight: normal;
  margin-right: 10px;
}
.hislinetop {
  width: 80%;
  height: auto;
  float: left;
  background-image: url("../img/hist_dotlinetop.svg");
  background-repeat: no-repeat;
  background-position: left top 3px;
  background-size: 2%;
  padding-left: 1em;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}
.hisline {
  width: 80%;
  height: auto;
  float: left;
  background-image: url("../img/hist_dotline.svg");
  background-repeat: no-repeat;
  background-position: left top -3px;
  background-size: 2%;
  padding-left: 1em;
  padding-bottom: 35px;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}

.icpbox {
  width: 100%;
  border-left: solid 15px #000000;
  padding-left: 15px;
  margin-top: 90px;
}
.icpbox h2 {
  font-family:'jostbook';
  font-size:60px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  margin-bottom: 0;
}
.icp-tiitle_jp {
  font-size: 20px;
  color: #8f8f8f;
}
.icp_tex {
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 4em;
  line-height: 160%;
}


.cominfobox {
  width: 100%;
  padding-bottom: 30px;
}
.cominfobox:after {
  content: "";
  display: block;
  clear: both;
}
.cominfoleft {
  float: left;
  width: 20%;
  padding-left: 5%;
  font-size: 14px;
  font-weight: bold;
}
.cominforight {
  float: left;
  width: 75%;
  font-size: 14px;
  font-weight: normal;
  padding-left: 30px;
  line-height: 150%;
}
.cominfobox .cominforight img {
  width: 25%;
  min-width: 200px;
  height: auto;
  border: solid 1px #A2A2A2;
}
.cominfobox .cominforight img:hover {
  opacity: 0.7;
}
.cominfofllow {
  width: 95%;
  padding-left: 5%;
  font-size: 14px;
  font-weight: bold;
  margin-top: 3em;
}
.cominfofllow img {
  width: 90%;
  height: auto;
}

.servicefllow {
  width: 95%;
  margin-left: 50px;
  margin-bottom: 100px;
}
.servicefllow img {
  width: 90%;
  height: auto;
  margin-bottom: 5em;
  margin-left: 5em;
}
.servicefllow h2 {
  font-size: 22px;
  padding: 0 0 10px 0;
  font-weight: normal;
}
.servicefllow h3 {
  font-size: 17px;
  padding: 30px 0 10px 0;
  margin-bottom: 10px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  line-height: 100%;
}
.servicefllow p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 28px;
}

.google-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 46.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}


#mainipagetitleBox {
	margin: 0;
	width: 100%;
	height: auto;
  /*background-color: #8888888;*/
  border-top: solid 1px #9E9E9E;
  z-index: -1;
}
.mainipagetitlebox {
  text-align: center;
  z-index: 3;
}
.mainipagetex h1 {
  font-family:'jostlight';
  font-size:60px;
  line-height: 110%;
  color:#000000; 
  font-weight: normal;
  margin-bottom: 0;
  /*border-top: solid 1px #9E9E9E;*/
  padding-top: 70px;
} 
.recruitpagetex h1 {
  font-size:36px;
  line-height: 110%;
  color:#000000; 
  font-weight: normal;
  margin-bottom: 0;
  /*border-top: solid 1px #9E9E9E;*/
  padding-top: 70px;
} 
.toppagetiitleline {
  /*border-top: solid 1px #9E9E9E;*/
}
.con70p {
    width: 70%;
    margin-left: 15%;
    margin-right: 15%;
  margin-top: 50px;
  } 
.newslist {
    margin-bottom: 50px;
  }
.newslistimg {
  width: 100%;
  height: auto;
  }
.newslistimg:after {
  content: "";
  display: block;
  clear: both;
}
.newsentimg {
  float: left;
  width: 23%;
  margin-right: 4%;
}
.newslisttexbox {
  width: 73%;
  float: left;
  
}
.newslist a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.newslist a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.newslist img {
	width: 100%;
	height: auto;
	border: solid 1px #dddddd;
  margin-right: 2%;
	vertical-align: bottom;
}
.newslisttexbox p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	margin-right: 5px;
	font-size: 14px;
  line-height: 22px;
}
.newslisttexbox .day {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: bold;
}
.newslisttexbox .new {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: normal;
  color: #FF0004;
}

.newsdetailmainimg {
  margin-bottom: 20px;
}
.newsdetailmainimg img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  border: solid 1px #CECECE;
}
.newsdetailmainimg img:hover {
   box-shadow: 0 0 15px #7C7C7C;
}

.newsdetailtex {
  width: 100%;
  height: auto;
}
.newsdetailtex img {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  vertical-align: bottom;
  border: solid 1px #CECECE;
}
.newsdetailday {
  font-family:'jostbook';
  font-size: 100%;
  color: #a4a4a4;
  margin-top: 10px;
  margin-bottom: 10px;
}
.newsdetailday .new {
  font-family:'jostbook';
  font-size: 100%;
	margin-top: 0;
  font-weight: normal;
  color: #FF0004;
}
.newsdetailtex h2 {
  font-size: 110%;
  line-height: 160%;
  padding-bottom: 30px;
  margin: 0;
}
.newsdetailtex p {
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 40px;
  margin: 0;
}

.newsmulti {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.newsmulti img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  vertical-align: bottom;
}
.newsmulti img:hover {
   box-shadow: 0 0 15px #7C7C7C;
}

.newsmulti:after {
  content: "";
  display: block;
  clear: both;
}
.newsmulti-01 {
  float: left;
  height: auto;
  margin-right: 2%;
  width: 32%;
  background-color: #E9E9E9;
}
.newsmulti-02 {
  float: left;
  height: auto;
  margin-right: 2%;
  width: 32%;
  background-color: #E9E9E9;
}
.newsmulti-03 {
  float: left;
  height: auto;
  width: 32%;
  background-color: #E9E9E9;
}
.backtextlink {
  font-size: 16px;
  margin-top: 14px;
  text-align: right;
}  
.backtextlink a {
  color: #000000;
  text-decoration: none;
}
/*.backtextlink a:hover {
  text-decoration: none;
}*/
.whitebac {
  background-color: #ffffff;
  border-top: solid 1px #9E9E9E;
}
.recruitbac {
  background: -moz-linear-gradient(left, #c4fbfe, #c5ddff);
  background: -webkit-linear-gradient(left, #c4fbfe, #c5ddff);
  background: linear-gradient(to right, #c4fbfe, #c5ddff);
  border-top: solid 1px #9E9E9E;
}
.recruitent {
  margin-bottom: 50px;
}
.recruitent h1 {
  font-size: 180%;
}
.recruitent p {
  font-size: 16px;
  line-height: 180%;
}
.recruitconts {
  width: 100%;
  margin-bottom: 50px;
  margin-top: 50px;
}
.recruitcontsent {
  margin: 0;
  padding: 0;
}
.recruitconts .recruitcontsent h2 {
  font-family:'jostthin';
  font-size: 60px;
  font-weight: normal;
  line-height: 100%;
  border: none;
}
.recruitconts .recruittxtbox {
  margin-top: -25px;
  border-top: solid 1px #000000;
}
.recruitconts .recruittxtbox p {
  font-size: 30px;
  line-height: 90%;
  margin-top: 30px;
  margin-left: 0;
  padding-left: 0;
}

.recruitcontsbtn {
  text-align: center;
}

.btn-flat-border {
  display: inline-block;
  padding: 1em 2.8em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 30px;
  text-decoration: none;
  color: #000000;
  border: solid 2px #000000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border:hover {
  background: #0072ff;
  color: white;
}

.btn-flat-border-s {
  display: inline-block;
  padding: 1em 2.8em;
  margin-bottom: 1em;
  margin-left: 0.5em;
  margin-right: 0.5em;
  font-size: 16px;
  text-decoration: none;
  color: #000000;
  border: solid 2px #000000;
  border-radius: 3px;
  transition: .4s;
}

.btn-flat-border-s:hover {
  background: #0072ff;
  color: white;
}

.marginlrauto {
  margin-left: auto;
  margin-right: auto;
}

.recruitentbox {
  width: 100%;
  border-bottom: solid 1px #000000;
  margin: 0;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.recruitconts {
  width: 100%;
  height: auto;
  margin-bottom: 50px;
}
.recruitconts h2 {
  width: 100%;
  border-bottom: solid 1px #000000;
  margin: 0;
  padding: 0 0 10px 0;
  margin-bottom: 20px;
}
.recruitconts h2 {
  font-size: 110%;
}
.recruitconts p {
  font-size: 16px;
  line-height: 200%;
  padding-bottom: 40px;
  margin: 0 0 0 15%;
}

.privacytex h2 {
  font-size: 110%;
  line-height: 160%;
  padding-bottom: 10px;
  margin: 0;
}
.privacytex p {
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 40px;
  margin: 0;
}
.privacytex ul {
  margin: -30px 0 40px 0;
}
.privacytex ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin: 0 0 0 -1em;
}

.sitemapconts {
  width: 100%;
  height: auto;
}
.sitemapconts a {
  text-decoration: none;
}
.sitemapconts:after {
  content: "";
  display: block;
  clear: both;
}
.sitemapleft {
  width: 45%;
  height: auto;
  float: left;
  margin-right: 5%;
}
.sitemapright {
  width: 45%;
  height: auto;
  float: left;
  margin-left: 5%;
}
.sitemapconts h2 {
  font-size: 110%;
  line-height: 160%;
  margin: 0;
}
.sitemapconts p {
  font-size: 14px;
  line-height: 200%;
  padding-bottom: 40px;
  margin: 0;
}
.sitemapconts ul {
  margin-top: 0;
  padding-top: 0;
}
.sitemapconts ul li {
  list-style: disc;
  padding-bottom: 1em;
  font-size: 14px;
}


.mainimage3 {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.mainimage3 img {
	width: 100%;
	height: auto;
  object-fit: contain;
} 

.as_imgarea:after {
  content: "";
  display: block;
  clear: both;
}
.as_imgarea {
  width: 100%;
}

.as_imgbox {
  float: left;
  width: 48%;
  height: auto;
  margin-right: 4%;
  margin-bottom: 3em;
}
.as_imgbox2 {
  float: left;
  width: 48%;
  height: auto;
  margin-bottom: 3em;
}
.as_imgarea .as_img img {
  width: 100%;
  height: auto;
  border: 1px solid #D2D2D2;
}
.as_imgarea .as_txt {
  font-size: 14px;
  line-height: 150%;
}


/*.philosophybox1:after {
  content: "";
  display: block;
  clear: both;
}*/
.philosophybox1 {
  width: 90%;
  height: auto;
  border: 10px solid #000000;
  padding: 5%;
}
.philosophybox1 .philo01 {
  width: 100%;
  height: auto;
  border: 5px solid #000000;
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  background: linear-gradient(#ffffff, #EAEAEA);
}
.philosophybox1 .philo01 h2 {
  font-family:'jostbook';
  font-size: 400%;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.philosophybox1 .philo01 p {
  font-size: 120%;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 0;
}

.philosophybox1 .philo02 {
  width: 100%;
  height: auto;
  border: 5px solid #000000;
  padding: 1em;
  text-align: left;
  margin-bottom: 1em;
  background: linear-gradient(#ffffff, #EAEAEA);
}
.philosophybox1 .philo02 h2 {
  font-family:'jostbook';
  font-size: 400%;
  font-weight: normal;
  line-height: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.philosophybox1 .philo02 p {
  font-size: 120%;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 0;
}

.philosophybox1 .philo03 {
  width: 100%;
  height: auto;
  border: 5px solid #000000;
  padding: 1em;
  text-align: left;
  margin-bottom: 0;
  background: linear-gradient(#ffffff, #EAEAEA);
}
.philosophybox1 .philo03 h2 {
  font-size: 280%;
  font-weight: bold;
  line-height: 100%;
  margin-bottom: 0.3em;
  margin-top: 0;
}
.philosophybox1 .philo03 p {
  font-size: 120%;
  font-weight: normal;
  line-height: 140%;
  margin-bottom: 0;
}

.npent .philosophybox2 {
  width: 90%;
  height: auto;
  text-align: center;
  padding: 2%;
  margin: 0;
  vertical-align: bottom;
}
.npent .philosophybox2 img {
  width: 15%;
  height: auto;
  margin: 0;
  padding: 0;
}

.philosophybox3 {
  width: 90%;
  height: auto;
  text-align: center;
  border: 10px solid #000000;
  padding: 5%;
  font-size: 200%;
  font-weight: bold;
  margin: 0 0 3em 0;
}

.dwtex p {
  font-size: 90%;
  margin-left: 20px;
}

.dwtex a {
  color: #000000;
	text-decoration: underline;
}
.dwtex a:hover {
  color: #000000;
	text-decoration: none;
}
.entboxpdf {
  font-size: 110%;
  margin-bottom: 1em;
  line-height: 180%;
	text-indent: -24px;
	padding-left: 24px;
}
.entboxpdf:before {
	content: url(../img/pdf_icon.png);
	margin: 5px;
	position: relative;
	top: 2px;
}




/*------------------------------------------------
	ページトップへボタン
------------------------------------------------*/
.pagetop {
    display: none;
    position: fixed;
    bottom: 10px;
    right: 0px;
		z-index:10 !important;
}
.pagetop a {
	display: block;
	text-align: center;
	text-decoration: none;
	background-image: url(../img/top_btn.svg);
	background-repeat: no-repeat;
	height: 50px;
	width: 50px;
	margin-right: 20px;
	margin-bottom: 10px;
}
 
.pagetop a:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	-ms-filter: "alpha( opacity=50 )";
}
.pagetop a em {
	visibility: hidden;
}


.b-icon {
  position: relative;
  width: 30px;
  height: auto;
  top: 15px;
  left: 5px;
  margin-right: 5px;
}
.projects {
  list-style: none;
  display: flex;
  align-items: flex-start;        /* 縦の位置指定 */
  padding: 0;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: bold;
  margin-top: 0;
}

.projects li {
  text-align: left;
  height: auto;
  line-height: 30px;
}
.projects li:nth-child(odd) {
  padding: 5px 10px;
  border: 1px solid #000000;
  width: auto;
  background-color: #234981;
  color: #ffffff;
  margin: 0;
}
.projects li:nth-child(even) img {
  width: 7px;
  height: auto;
  vertical-align: bottom;
  margin: 0 10px; 
}
/*.projects li:nth-child(5) {
  border: 1px solid #FF0004;
  color: #FF0004;
}*/

.projects li .pro-2nd {
  list-style: disc;
  padding: 0;
  margin: 0;
}
.projects li .pro-2nd li {
  border: none;
  text-align: left;
  padding: 0 3rem 0 0;
  list-style-position: inside;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.4rem;
}

.cp_tooltip2 {
	position: relative;
	display: inline-block;
}
.cp_tooltip2 .cp_tooltiptext2 {
	position: absolute;
	z-index: 1;
	/*bottom: 120%;*/
  top: -30px;
	left: 0;
	visibility: visible;
	width: 100%;
	white-space: nowrap;
	padding: 0.5em 0em 0.3em 0em;
	text-align: center;
	color: #ffffff;
	background-color: #da379b;
  cursor: pointer;
  font-family:'jostlight';
  font-weight: normal;
  line-height: 100%;
  font-size: 13px;
}

/*吹き出し三角*/
.cp_tooltip2 .cp_tooltiptext2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da379b;
}
.cp_tooltip2 .cp_tooltiptext2 img {
  width: 40%;
  height: auto;
  vertical-align: bottom;
}
.cp_tooltip2 .cp_tooltiptext2 a {
	color: #ffffff;
  text-decoration: none;
  transition:0.3s;
}
.cp_tooltip2 .cp_tooltiptext2 a:hover {
	visibility: visible;
	opacity: 0.5;
}




.projectsimg {
  list-style: none;
  display: flex;
  align-items: flex-start;        /* 縦の位置指定 */
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 40px;
  margin-top: 0;
  margin-right: 0;
}

.projectsimg li {
  padding: 0;
  margin: 0;
}
.projectsimg li:nth-child(odd) {
  padding: 0;
  margin: 3em 0 0 0;
  /*width: 20%;
  height: auto;*/
}
.projectsimg li:nth-child(odd) img {
  padding: 0;
  margin: 0;
  width: 100%;
  height: auto;
  vertical-align: bottom;
  box-shadow: 0 5px 15px rgba(0,89,255,0.45);
}

.projectsimg li:nth-child(even) img {
  width: 7px;
  height: auto;
  vertical-align: bottom;
  margin: 4em 10px 0; 
}

.cp_tooltip3 {
	position: relative;
	display: inline-block;
}
.cp_tooltip3 .cp_tooltiptext3 {
	position: absolute;
	z-index: 1;
	/*bottom: 120%;*/
  top: -30px;
	left: 0;
	visibility: visible;
	width: 100%;
	white-space: nowrap;
	padding: 0.5em 0em 0.3em 0em;
	text-align: center;
	color: #ffffff;
	background-color: #da379b;
  cursor: pointer;
  font-family:'jostlight';
  font-weight: bold;
  line-height: 100%;
  font-size: 12px;
  box-shadow: 0 3px 15px rgba(218,55,156,0.71);
}

/*吹き出し三角*/
.cp_tooltip3 .cp_tooltiptext3::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	content: ' ';
	border: 5px solid transparent;
	border-top-color: #da379b;
}
.cp_tooltip3 .cp_tooltiptext3 img {
  width: 40%;
  height: auto;
  vertical-align: bottom;
}
.cp_tooltip3 .cp_tooltiptext3 a {
	color: #ffffff;
  text-decoration: none;
  transition:0.3s;
}
.cp_tooltip3 .cp_tooltiptext3 a:hover {
	visibility: visible;
	opacity: 0.5;
}



.f_point {
  padding:  0px;                 /* 余白指定 */
  display: flex;                 /* フレックスボックスにする */
  width: 100%;
  height: auto;
  background-color: #fffff2;
  border: 2px solid #da379b;
}
 
.cpul-item {
  /*padding: 0px;*/
  /* color:  #fff;               文字色 */
  /* margin:  10px;              外側の余白 */
  /* border-radius:  5px;        角丸指定 */
  /*width: 25%;                  幅指定 */
  align-self: center;            /*中央揃えで配置*/
}
 
.cpul-item:nth-child(1) {
  /* background-color:  #2196F3; 背景色指定 */
  width: 160px;
  padding: 0px 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}
 
.cpul-item:nth-child(2) {
  /* background-color:  #4CAF50; 背景色指定 */
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 21px;
  flex-grow: 1;               /* 幅指定 */
  border-left: 1px solid #da379b;
}

.f_point .cpul-item img {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
}

.f_point .cpul-item .f_point-list {
  list-style: disc;
  margin: 1em 0;
  padding: 0.5rem 0 0.5rem 2rem;
  font-weight: bold;
  font-size: 14px;
}
.cpul-item .f_point-list li {
  line-height: 180%;
  padding-bottom: 0;
  margin-bottom: 0;
}
.kome {
  font-size: 14px;
  line-height: 160%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 1em;
}



/*--------------------------------------------------------------------------------------------------------------------------------------------
	レスポンシブ
--------------------------------------------------------------------------------------------------------------------------------------------*/
/* ########### 599px以下 #################################################################################################### */	
@media (max-width: 599px) {

#header #ci {
  width: 50% !important;
}
#header #ci h1 {
  width: 100% !important;
  height: auto;
  padding-top: 10px !important;
}
#header #ci img {
  width: 100% !important;
}
.toplogoimg {
  width: 100% !important;
  height: auto;
  padding-top: 10px !important;
}  
  
.con70p {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
  margin-top: 50px;
  } 
.ray02 h3 {
  font-size: 30px !important;
}
.ray02-tiitle_jp {
  font-size: 18px !important;
  letter-spacing: -0.08em;
}
.ray02 p {
	font-size: 18px !important;
  line-height: 25px !important;
}
  
.pam01 {
  margin: 0 30px 0 0;
}
/* perform-1、perform-2を横に並べる設定 */
.perform-1 {
  width: 48% !important;
  margin-bottom: 20px !important;
}
.pam01 img {
	margin-bottom: 10px;
}
.perform-1 p {
  font-size: 14px !important;
}

.soft table {
  font-size: 18px;
}

.conimg {
  margin: 40px 0 100px 0;
}
.conimgleft {
  width: 100%;
  height: auto;
  float: left;
  padding: 0 20px 0 0;
  margin: 0;
}
.coningtexright {
  width: 100%;
  height: auto;
  float: left;
  position:absolute; 
  bottom: -15%;
  font-size: 16px;
}
  
.recruitconts .recruitcontsent h2 {
  font-size: 45px;
  line-height: 100%;
}
.recruitconts .recruittxtbox p {
  font-size: 25px;
}

.btn-flat-border {
  padding: 1em 1.2em;
}
.btn-flat-border {
  font-size: 30px;
}
  
.sitemapconts h2 {
  font-size: 110%;
}
.sitemapleft {
  width: 100%;
  margin-right: 0%;
}
.sitemapright {
  width: 100%;
  margin-left: 0%;
}
.sitemapconts ul li {
  padding-bottom: 1em;
  /*font-size: 24px;*/
}
  
.cominfoleft {
  width: 30%;
  padding-left: 5%;
}
.cominforight {
  width: 70%;
  font-size: 14px;
  padding-left: 0px;
  padding-right: 20px;
}
.cominfobox .cominforight img {
  width: 70%;
  height: auto;
}
.soft table {
  font-size: 14px;
  line-height: 200%;
}
  
.pagetiitlejp h1 {
  font-size:24px !important;
}
  
/*------------------------------------------------
	Footer
------------------------------------------------*/
.footerlogo img {
  width: 70% !important;
}
.footerlogo p {
	font-size: 100% !important;
}
.footerlinkarea {
  width: 100% !important;
  padding-top: 50px;
  padding-bottom: 30px;
  float: none;
  border-top: solid 1px #7F7F7F;
  border-left: none;
}
.footerbox {
  margin-left: 30px !important;
  margin-right: 30px !important;
}
.footerlogo {
  width: 100% !important;
  margin-left: 20px !important;
  padding-left: 0;
  padding-top: 50px;
}
.copyrighttex {
	font-size: 12px !important;
  padding-top: 30px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	font-size: 15px !important;
  padding-bottom: 15px !important;
}  
  
.philosophybox1 {
  border: 7px solid #000000;
}
.philosophybox1 .philo01 {
  border: 4px solid #000000;
  padding: 0.6em;
}
.philosophybox1 .philo01 h2 {
  font-size: 280%;
}
.philosophybox1 .philo01 p {
  font-size: 100%;
}

.philosophybox1 .philo02 {
  border: 4px solid #000000;
  padding: 0.6em;
}
.philosophybox1 .philo02 h2 {
   font-size: 280%;
}
.philosophybox1 .philo02 p {
  font-size: 100%;
}

.philosophybox1 .philo03 {
  border: 4px solid #000000;
  padding: 0.6em;
}
.philosophybox1 .philo03 h2 {
  font-size: 210%;
}
.philosophybox1 .philo03 p {
  font-size: 100%;
}
.npent .philosophybox2 img {
  width: 25%;
  height: auto;
  margin: 0;
  padding: 0;
}

.philosophybox3 {
  border: 7px solid #000000;
  font-size: 150%;
}
  
.servicefllow h2 {
  font-size: 18px;
}

.privacytex ul {
 margin: -60px 0 80px 0 !important;
}
.privacytex ul li {
  font-size: 14px;
}

.soft table th {
  border-bottom: solid 2px #000000;
  padding: 10px 0;
  margin: 0;
}

.soft table td {
  border-top: solid 1px #bababa;
  padding: 10px 20px 10px 0px;
  vertical-align: top;
}
.soft table td.nobod {
  border-top: none;
  padding: 0px 20px 10px 0px;
}
.soft table td.nobodpb10 {
  border-top: none;
  padding: 0px 20px 15px 0px;
}
  
.tdwidth70 {
    width: 70%;
  }
.tdwidth30 {
    width: 30%;
  }
  
  

  
.projectsimg {
  display: flex;
  flex-direction:column;         /* 要素の並び順 */
  align-items: center;
}
.projectsimg li:nth-child(odd) {
  margin: 3em 0 0 0;
  /*width: 20%;
  height: auto;*/
}

.projectsimg li:nth-child(even) img {
  width: 10px;
  height: auto;
  vertical-align: bottom;
  margin: 1em 10px 0; 
  transform: rotate( 90deg );
}  
  
  .sp-mt-1em {
    display: block;
    margin-top: -2em;
  } 
  
 .cpul-item:nth-child(1) {
  /* background-color:  #2196F3; 背景色指定 */
  width: 40%;
  padding: 0px 10px;
}
 
.cpul-item:nth-child(2) {
  /* background-color:  #4CAF50; 背景色指定 */
  width: 60%;
  margin-left: 10px;
  padding-right: 10px;
} 
  
  
  
  
  
  
  

}



/* ########## 779px以下 #################################################################################################### */	
@media (max-width: 779px) {
	
/* ボックスの左右に確保する余白 */
.contents, .footer-inner {
  padding-left: 20px;
  padding-right: 20px;
}
.contentstop2nd:after {
  content: "";
  display: block;
  clear: both;
}
  
  
.pc {
  display: none !important;
}
.sp {
  display: block !important;
}
  
.splogo {
  width: 80%;
  height: auto;
}
  
#header #ci {
  width: 40%;
}
#header #ci h1 {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  padding-top: 15px;
}
.toplogoimg {
  width: 100%;
  height: 100%;
  margin-left: 30px;
  padding-top: 0px;
} 
  
/*ドロワーメニュー*/
/*全体レイアウト*/
/* header-siteとheader-navを横に並べる設定 */

  
/* トップムービースライダー */
#topslideBox {
	margin: 0px 0 0 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: 0;
}
.topslide {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.topslide img {
	width: 100%;
	height: 400px;
  object-fit: cover;
}
.movietextbox {
  position:absolute; 
  top:10px; 
  left:20px; 
  margin-right: 20px;
  z-index: 3;
}
.movietex1 {
  font-family:'jostlight';
  font-size:37px;
  line-height: 110%;
  color:#FFFFFF; 
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.movietex2 {
  font-size:15px;
  color:#FFFFFF; 
  line-height: 140%;
  text-shadow: 1px 1px 1px #000000;
}
.movietex3 {
  font-size:16px;
  color:#FFFFFF; 
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
  
#mainimageBox {
	margin: 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: -1;
}
.mainimage {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.mainimage img {
	width: 100%;
	height: 400px;
  object-fit: cover;
}
.maintextbox {
  position:absolute; 
  top:10px; 
  left:20px; 
  margin-right: 40px; 
  z-index: 3;
}
.maintex1 {
  font-family:'jostlight';
  font-size:40px;
  line-height: 120%;
  color:#000000; 
  font-weight: normal;
  margin-bottom: 0;
}
.maintex2 {
  font-size:20px;
  color:#ffffff; 
  line-height: 110%;
  margin-top: 0;
  padding-top: 0;
}
.maintex3 {
  font-size:16px;
  color:#ffffff; 
  line-height: 24px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mainimageBox2 {
	margin: 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: -1;
}
.mainimage2 {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.mainimage2 img {
	width: 100%;
	height: 200px;
  object-fit: cover;
}
.maintextbox2 {
  position:absolute; 
  top:10px; 
  left:20px; 
  margin-right: 40px; 
  z-index: 3;
}

  
.pagetop-title-box {
  width: 85%;
  height: auto;
  background-color: #ffffff;
  margin-top: -120px;
  margin-left: 15%;
  margin-bottom: 0px;
  padding-bottom: 0;
  position:  relative;
  z-index: 5;
}
.pagetop-title-box2 {
  width: 85%;
  height: auto;
  background-color: #ffffff;
  margin-top: -60px;
  margin-left: 15%;
  margin-bottom: 0px;
  padding-bottom: 0;
  position:  relative;
  z-index: 5;
}
.pagetiitle h2 {
  font-family:'jostlight';
  font-size:44px;
  padding-top: 20px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
  font-weight: normal;
}
.pagetiitle_jp {
  font-size: 20px;
} 
.entbox-1 {
  margin-bottom: 20px;
}
.entbox-2 {
  margin-bottom: 20px;
}
  
.ray01 {
	margin: 0px 20px 20px 20px;
}
  
.ray01 a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.ray01 a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.ray01 img {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.ray01 h3 {
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 18px;
  font-weight: normal;
  letter-spacing: 0em;
}
.ray01 p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 22px;
}
  
.philosophyimg {
  width: 100%;
  height: auto;
}

/* servicebox-1、servicebox-2を横に並べる設定 */
.servicebox:after {
  content: "";
  display: block;
  clear: both;
}
.topent-tiitle h2 {
  font-family:'jostlight';
  font-size:44px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.topent-tiitle_jp {
  font-size: 20px;
}
.pagetiitle h2 {
  font-family:'jostlight';
  font-size:44px;
  font-weight: normal;
  padding-top: 40px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.pagetiitle_jp {
  font-size: 20px;
}

.ray02:after {
  content: "";
  display: block;
  clear: both;
}
.ray02 {
  width: 96%;
  padding-left: 15%;
  border-left: solid #000000 15px;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
} 
.servicebox {
  height: 100%;
  }
.servicebox-1 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.servicebox-2 {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;
}
.ray02 a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.ray02 a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.ray02 img {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.ray02 h3 {
  font-family:'jostthin';
  font-size: 49px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
  font-weight: normal;
}
.ray02-tiitle_jp {
  font-size: 23px;
  font-weight: normal;
  color: #7e7e7e;
}
.ray02 p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4f4f4f;
}
  
/* newsbox-1設定 */
.newsbox:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox {
  float: none;
  width: 70%;
  padding-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.newsbox-1 {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 40px;
}
.news-tiitl h2 {
  font-family:'jostlight';
  font-size:50px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 20px;
  margin-bottom: 0;
  float: none;
  text-align: center;
}
.moretextlink {
  font-size: 18px;
  margin-top: 0px;
  margin-bottom: 50px;
  float: none;
  text-align: center;
}  
.moretextlink a {
  color: #000000;
  text-decoration: none;
}
.moretextlink a:hover {
  text-decoration: underline;
  box-shadow: none;
  border: none;
}

.news-tiitl:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox-1:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox-1 img {
	max-width: 25%;
	height: auto;
  float: left;
	border: none;
	margin-bottom: 0px;
	vertical-align: bottom;
}
.ray03 {
	margin-bottom: 100px;
} 
.ray03 p {
  width: 70%;
  float: right;
	margin-top: 0;
  margin-right: 0;
  padding-right: 0;
	margin-bottom: 3px;
	font-size: 16px;
  line-height: 26px;
  font-weight: normal;
  color: #000000;
} 
.ray03 p a {
  text-decoration: underline;
  color: #000000;
}
.ray03 p a:hover {
  text-decoration: none;
  box-shadow: none;
  border: none;
}
.ray03 .day {
  font-family:'jostbook';
  font-size: 20px;
	margin-top: 0;
  font-weight: normal;
}
.ray03 .new {
  font-family:'jostbook';
  font-size: 20px;
	margin-top: 0;
  font-weight: normal;
  color: #FF0004;
}
  
.bunner img {
  max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 0px;
	vertical-align: bottom;  
 }
 .bunner img a {
  text-decoration: none;
 } 
 .bunner img:hover {
  opacity: 0.8;
 }

  
.pagetiitlejp h1 {
  font-size:30px;
  font-weight: normal;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.pagetiitle_jp {
  font-size: 20px;
}
.npent h2 {
  font-size: 24px;
  padding: 0 0 10px 0;
  font-weight: normal;
}
.npent ul {
  margin: 0 0 50px 0;
  list-style: disc;
}
.npent ul li {
  font-size: 15px;
  line-height: 160%;
  padding-bottom: 0.5em;
}
  
.npent p {
  font-size: 15px;
  line-height: 160%;
  padding-bottom: 1em;
}
.icpbox h2 {
  font-size:40px;
}
  
.pam01 {
  margin: 0 30px 0 0;
}
/* perform-1、perform-2を横に並べる設定 */
.perform-1 {
  margin-bottom: 20px;
}
.pam01 h2 {
  font-size: 24px;
}
  
.historybox .period {
  width: 30%;
  float: left;
  text-align: right;
  font-family:'jostbook';
  font-size: 100%;
  line-height: 120%;
  color:#c01b00; 
  font-weight: normal;
  margin-right: 10px;
}
.hislinetop {
  width: 60%;
  background-position: left top 5px !important;
  background-size: 6%;
  padding-left: 1em;
  padding-bottom: 35px !important;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}
.hisline {
  width: 60%;
  background-position: left top 0px !important;
  background-size: 6%;
  padding-left: 1em;
  padding-bottom: 35px !important;
  font-size: 14px;
  line-height: 150%;
  color: #737373;
}

.as_imgbox {
  width: 100%;
  height: auto;
  margin-right: 0%;
  margin-bottom: 5em;
}
.as_imgbox2 {
  width: 100%;
  height: auto;
  margin-bottom: 5em;
}

.servicefllow {
  width: 90%;
  margin-left: 20px !important;
  margin-right: 20px !important;
  margin-bottom: 100px;
}
.servicefllow img {
  width: 100%;
  height: auto;
  margin-left: 0em;
  margin-top: 0;
}
  

  
  
  
/*------------------------------------------------
	Footer
------------------------------------------------*/
footer {
  margin-top: 150px;
}
footer:after {
  content: "";
  display: block;
  clear: both;
}
.footerlogo {
	float: none;
  width: 80%;
  margin-left: 50px;
  padding-left: 0;
  padding-top: 50px;
}
.footerlogo img {
  width: 70%;
}
.footerlogo p {
	font-size: 140%;
  color: #989898;
  margin-top: 10px;
  margin-bottom: 30px;
}
.footerlinkarea {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 30px;
  float: none;
  border-top: solid 1px #7F7F7F;
  border-left: none;
}
.footerbox:after {
  content: "";
  display: block;
  clear: both;
}
.footerbox {
	float: left;
  margin-left: 50px;
  padding-left: 0;
  padding-bottom: 40px;
}

.copyrighttex {
	font-size: 22px;
  padding-top: 30px;
}
footer ul {
	margin: 0;
	padding: 0;
}
footer ul li {
	font-size: 18px;
  padding-bottom: 20px;
}
  
#ceotex p {
  width: auto;
}
  
  
}




/* ########## 768px以上 #################################################################################################### */	
@media (min-width: 780px) {
/* ボックスの左右に確保する余白 */
.header-inner, .contents, .footer-inner {
  padding-left: 30px;
  padding-right: 30px;
}
.contentstop {
  padding-left: 30px;
  padding-right: 0px;
}
.contentstop2nd {
  padding-left: 0px;
  padding-right: 30px;
}

.menu > ul > li {
  font-size: 15px !important;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.3em 0.7em !important;
    display: block;
}
  
/* ドロワーメニュー */
/*nav {
  display: flex;
  flex-direction: row;
  float: right;
  margin-top: 0px;
}
#nav {
  display: flex;
  flex-direction: row;
  float: right;
  margin-top: 0px;
}
.navbar_toggle {
  display: none;
}
.menu {
  width: 100%;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu li {
  float: left;
  width: auto;
  font-family:'jostbook';
  font-size:16px;
  border-radius: 6px;
  margin-left: 25px;
}
.menu li a {
  display: block;
  padding: 10px 10px;
  color: #000000;
  text-decoration: none;
}
.menu li a:hover {
  background-color: #EFEFEF;
  border-radius: 6px;
  color: #000000;
}
.menu li a:after {
  content: "";
  display: block;
  clear: both;
}

.menu .on {
  display: block;
  padding: 10px 10px;
  color: #000000;
  font-size: 16px;
  text-decoration: none;
  background-color: #EFEFEF;
  border-radius: 6px;
}*/
  
  
/* header-siteとheader-navを横に並べる設定 */

#header:after {
  content: "";
  display: block;
  clear: both;
}
.header-site {
  float: left;
  width: auto;
}
.header-nav {
  float: right;
  width: auto;
}
.gnavbox {
  width: 100%;
  margin: 0;
  padding: 10px 0 10px 0;
  z-index: 10;
}
.gnavbox:after {
  content: "";
  display: block;
  clear: both;
}
  
/*#header #ci {
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
  width: 33% !important;
}
#header #ci h1 {
  margin: 0;
  padding: 0;
}
#header #ci img {
  width: 80%;
  height: auto;
  
}*/
  
  
#header #ci {
  padding-top: 5px;
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0px;
  width: 28% !important;
}
#header #ci h1 {
  margin: 0;
  padding: 0;
}
#header #ci img {
  width: 80%;
  height: auto;
  
}
.toplogoimg {
  position: relative;
  top: 28%;
  -webkit-transform: translateY(-28%); /* Safari用 */
  transform: translateY(-28%);
  margin-bottom: 0;
}



/* トップムービースライダー */
#topslideBox {
	margin: 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: -1;
}
.topslide {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.topslide img {
	width: 100%;
	height: auto;
}
.movietextbox {
  position:absolute; 
  top:85px; 
  left:50px; 
  z-index: 3;
}
.movietex1 {
  font-family:'jostthin';
  font-weight: normal;
  font-size:65px;
  line-height: 110%;
  color:#FFFFFF; 
  margin-bottom: 0;
  text-shadow: 1px 1px 1px #000000;
}
.movietex2 {
  font-size:20px;
  color:#FFFFFF; 
  line-height: 110%;
  text-shadow: 1px 1px 1px #000000;
}
.movietex3 {
  font-size:13px;
  color:#FFFFFF; 
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
  
#mainimageBox {
	margin: 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: -1;
}
.mainimage {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.mainimage img {
	width: 100%;
	height: auto;
}
.maintextbox {
  position:absolute; 
  top:30px; 
  left:50px; 
  z-index: 3;
}
.maintex1 {
  font-family:'jostlight';
  font-size:44px;
  line-height: 110%;
  color:#000000; 
  font-weight: normal;
  margin-bottom: 0;
}
.maintex2 {
  font-size:20px;
  color:#000000; 
  line-height: 110%;
  margin-top: 0;
  padding-top: 0;
}
.maintex3 {
  font-size:13px;
  color:#000000;
  line-height: 20px;
  margin-bottom: 0;
  padding-bottom: 0;
}
#mainimageBox2 {
	margin: 0;
	width: 100%;
	height: auto;
  position:relative;
  z-index: -1;
}
.mainimage2 {
	margin: 0;
  padding: 0;
	overflow: hidden;
}
.mainimage2 img {
	width: 100%;
	height: auto;
}
.maintextbox2 {
  position:absolute; 
  top:30px; 
  left:50px; 
  z-index: 3;
}

 

.pagetop-title-box {
  width: 85%;
  height: auto;
  background-color: #ffffff;
  margin-top: -150px;
  margin-left: 15%;
  margin-bottom: 100px;
  padding-bottom: 0;
  position:  relative;
  z-index: 5;
  -moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pagetop-title-box2 {
  width: 85%;
  height: auto;
  background-color: #ffffff;
  margin-top: -100px;
  margin-left: 15%;
  margin-bottom: 70px;
  padding-bottom: 0;
  position: relative;
  z-index: 5;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagetop-title-box3 {
  width: 85%;
  height: auto;
  background-color: #ffffff;
  margin-top: 13em;
  margin-left: 15%;
  margin-bottom: 70px;
  padding-bottom: 0;
  position: relative;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pagetiitle {
    margin: 0;
  }
.pagetiitle h2 {
  font-family:'jostlight';
  font-size:44px;
  font-weight: normal;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.pagetiitlejp {
    margin: 0;
  }
.pagetiitlejp h1 {
  font-size:30px;
  font-weight: normal;
  padding-top: 30px;
  padding-left: 20px;
  padding-bottom: 30px;
  margin-bottom: 0;
  line-height: 170%;
}
.pagetiitle_jp {
  font-size: 20px;
}
.topent-tiitle h2 {
  font-family:'jostlight';
  font-size:44px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-bottom: 0;
}
.topent-tiitle_jp {
  font-size: 20px;
}
  
  
/* pickup-1、pickup-2、pickup-3を横に並べる設定 */
.pickup:after {
  content: "";
  display: block;
  clear: both;
}
.pickup-1 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.pickup-2 {
  float: left;
  width: 30%;
  margin-right: 5%;
}
.pickup-3 {
  float: left;
  width: 30%
}
	
/* entbox-1、entbox-2を横に並べる設定 */
.ray01:after {
  content: "";
  display: block;
  clear: both;
}
.entbox-1 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.entbox-2 {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;
}
  
.ray01 {
	margin: 0px 30px 20px 20px;
}
  
.ray01 a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.ray01 a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.ray01 img {
	max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.ray01 h3 {
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 0em;
}
.ray01 p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 28px;
}

/* servicebox、ewsboxを横に並べる設定 */
.contentstop2nd:after {
  content: "";
  display: block;
  clear: both;
}
.servicebox {
  float: left;
  width: 50%;
  margin-right: 0%;
  margin-bottom: 20px;
  padding-left: 15px;
  border-left: solid #000000 15px;
  }
.newsbox {
  float: right;
  width: 37.5%;
  margin-bottom: 20px;
}


/* servicebox-1、servicebox-2を横に並べる設定 */
.servicebox-1 {
  float: left;
  width: 48.5%;
  margin-right: 3%;
  margin-bottom: 20px;
}
.servicebox-2 {
  float: left;
  width: 48.5%;
  margin-bottom: 20px;
}
.ray02 a {
	display: block;
	border: solid 1px #ffffff;
	color: #000000;
	text-decoration: none;
}
.ray02 a:hover {
	box-shadow: 0 0 10px #dddddd;
  border: solid 1px #dddddd;
}
.ray02 img {
	width: 100%;
	height: auto;
	border: none;
	margin-bottom: 20px;
	vertical-align: bottom;
}

.ray02 h3 {
  font-family:'jostthin';
  font-size: 40px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
  font-weight: normal;
}
.ray02-tiitle_jp {
  font-size: 21px;
  font-weight: normal;
  color: #7e7e7e;
}
.ray02 p {
	margin-top: 0;
	margin-bottom: 15px;
	margin-left: 5px;
	margin-right: 5px;
	font-size: 14px;
  line-height: 22px;
  font-weight: bold;
  color: #4f4f4f;
}  
  
/* newsbox-1設定 */
.newsbox-1 {
  width: 100%;
  height: auto;
  margin-right: 0;
  margin-bottom: 40px;
}
.news-tiitl h2 {
  font-family:'jostlight';
  font-size:30px;
  font-weight: normal;
  margin-top: 0;
  padding-top: 0px;
  padding-left: 0px;
  padding-bottom: 30px;
  margin-bottom: 0;
  float: left;
}
.moretextlink {
  font-size: 16px;
  margin-top: 14px;
  float: right;
}  
.moretextlink a {
  color: #000000;
  text-decoration: none;
}
.moretextlink a:hover {
  text-decoration: none;
}
  


.news-tiitl:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox-1:after {
  content: "";
  display: block;
  clear: both;
}
.newsbox-1 img {
	max-width: 25%;
	height: auto;
  float: left;
	border: solid 1px #CECECE;
	margin-bottom: 0px;
	vertical-align: bottom;
}
.ray03 {
  margin-bottom: 80px;
}
.ray03 p {
  width: 70%;
  float: right;
	margin-top: 0;
  margin-right: 0;
  padding-right: 0;
	margin-bottom: 3px;
	font-size: 14px;
  line-height: 18px;
  font-weight: normal;
  color: #000000;
} 
.ray03 p a {
  text-decoration: underline;
  color: #000000;
}
.ray03 p a:hover {
  text-decoration: none;
  box-shadow: none;
  border: none;
}
.ray03 .day {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: normal;
}
.ray03 .new {
  font-family:'jostbook';
  font-size: 15px;
	margin-top: 0;
  font-weight: normal;
  color: #FF0004;
}

.bunner:after {
  content: "";
  display: block;
  clear: both;
}
.bunner img {
  max-width: 80%;
  float: right;
	height: auto;
	border: none;
	margin-bottom: 0px;
	vertical-align: bottom;  
 }
 .bunner img a {
  text-decoration: none;
 } 
 .bunner img:hover {
  opacity: 0.8;
 } 
  
}

/* ########## 1040px以上 #################################################################################################### */	
@media (min-width: 1040px) {
/* 全体の横幅を固定 */	
.header-inner, .contents, .contents2nd, .footer-inner {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
}
/* ボックスの左右に確保する余白 */
.header-inner, .contents, .contents2nd, .footer-inner {
  padding-left: 0px;
  padding-right: 0px;
}

.ray02 h3 {
  font-family:'jostthin';
  font-size: 60px;
	margin-top: 0;
	margin-bottom: 10px;
	margin-left: 5px;
	margin-right: 5px;
  font-weight: normal;
}
.ray02-tiitle_jp {
  font-size: 28px;
  font-weight: normal;
  color: #7e7e7e;
}
.menu > ul > li {
  font-size: 16px !important;
}
.menu > ul > li a {
    text-decoration: none;
    padding: 0.3em 1.3em !important;
    display: block;
}
  
}
