@charset "UTF-8";

/* reset */
html, body, div, span, applet, object, iframe, blockquote, pre,a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, strike, strong, tt, var, b, u, i, center, dl, ol, ul, fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
h1,h2,h3,h4,h5,h6,p,ul,ol,li,img,table,th,td,dl,dt,dd{
	margin:0px;
	padding:0px;
}
address,caption,cite,code,dfn,em,strong,th,var {font-style: normal;}
table {border-collapse: collapse;border-spacing: 0;}
caption,th {text-align: left;}
object, embed {vertical-align: top;}
img,abbr,acronym,fieldset {border: 0;}
li {list-style-type: none;}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* base
----------------------------------------*/
html {
  overflow: auto;
}
body {
  width: 100%;
  color: #000;
  font-family: "メイリオ","Meiryo",verdana,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
  overflow: hidden;
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  image-rendering: -webkit-optimize-contrast;
}
.clearfix::after {
  /* content: ""; */
  content: '';
  display: block;
  clear: both;
}
.clearfix {
  display: block;
}
a:link {color:#000;text-decoration:none;}
a:visited {color:#000;text-decoration:none;}
a:active, a:hover {color:#000;text-decoration:underline;}
img{vertical-align: bottom;}
.sp_only{display: none;}

@media screen and (max-width: 768px){
  .pc_only{display: none;}
  .sp_only{display: block;}
}

/* special_header
----------------------------------------*/
.header_bg{
	background: #EFEFEF;
	box-sizing: border-box;
}
.header_wrap{
	position: relative;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 945px;
	padding: 3.035vw 0 2.335vw;
	box-sizing: border-box;
}
.header_wrap .logo_inner{
	max-width: 370px;
	margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header_logo{
	display: inline-block;
	width: 38.548vw;
}
.header_logo img{
	width: 100%;
}
.header_pr{
	display: inline-block;
	font-size: 0;
	position: absolute;
	top: 50%;
	right: 15px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	width: 8.585%;
}
.header_pr img{
	width: 100%;
}
.header_bg img{
	vertical-align: initial;
}

@media screen and (max-width: 767px){
	.header_wrap .logo_inner{
		width: 65%;
    gap: 10px;
	}
  .header_wrap .logo_inner img{
    max-width: 100%;
    height: auto;
    display: inline-block;
  }
}

@media screen and (min-width: 440px){
	.header_wrap{
			padding: 14px 0 10px;
	}
	.header_pr{
			width: 40px;
	}
}

@media screen and (min-width: 640px){
  .header_wrap{
      padding: 15.79px 0 11.74px;
  }
}

/* Layout
----------------------------------------*/
body .wrapper {
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  padding: 0;
  border: 0;
  font-size: 16px;
  line-height: 2;
  word-break: break-all;
  -webkit-text-size-adjust:100%;
	z-index: 1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
  padding: 0 0 30px;
  max-width: 1000px;
}
.wrapper p{
  font-size: 16px;
}
.wrapper .mainContents p{
  text-align:justify;
}
.wrapper .inner{
  margin: 0 auto;
  max-width: 970px;
}
img{
  max-width: 100%;
  height: auto;
}
.mainTitle{
  background: #d8d8d6 url(bg.jpg) no-repeat center top;
  position: relative;
  padding: 0;
  max-width: 1000px;
  margin: 0 auto;
  line-height: 0;
  text-align: center;
}
.mainTitle h1{
  max-width: 95%;
  margin: 0 auto;
}
small, .small{
  font-size: 80%!important;
}
.mainTitle .overview{
  margin: 20px auto 0;
  text-align: center;
}
.mainTitle .days{
  position: relative;
  margin-bottom: 10px;
}
.mainTitle dl{
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 13px;
  font-weight: 600;
  font-feature-settings: "palt";
  display: inline-block;
  padding: 13px 130px 10px;
}
.mainTitle dl dt{
  text-align: left;
  color: #666;
  width: 7em;
  float: left;
  padding-top: 3px;
  line-height: 1.4;
}
.mainTitle dl dd{
  text-align: left;
  width: calc(100% - 8em);
  float: left;
  border-left: 1px solid #666;
  padding-left: 1em;
  padding-top: 3px;
  line-height: 1.4;
}
.mainTitle dl dd span{
  display: inline-block;
}
.wrapper section{
  overflow: hidden;
}
.small{
  font-size: 90%;
}
.imageL{
  width: 380px;
  float: left;
  margin-right: 30px;
}
.imageR{
  width: 380px;
  float: right;
  margin-left: 30px;
}
.imageC{
  max-width: 100%;
  margin: 30px auto;
  text-align: center;
}
.wrapper p.caption{
  font-size: 12px;
  line-height: 1.6;
  color: #b85b47;
  font-weight: 600;
  border-top: 1px solid #b85b47;
  border-bottom: 1px solid #b85b47;
  padding: 6px 5px 7px;
  margin-top: 8px;
}

/* pickup
----------------------------------------*/
/* .pickUp {
  position: relative;
  margin: 0 auto 0 0;
  width: 90%;
} */
.pickUp {
  background: linear-gradient(to top, #001c4a, #002f7c);
  position: relative;
  bottom: auto;
  width: 100%;
  text-align: center;
}
.pickUp .inner{
  display: inline-block;
  /* max-width: 600px; */
  margin: 15px auto 8px;
}
.pickUp h2 {
  width: 115px;
  float: left;
  margin: 0 10px 0 0;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings : "palt";
  background: linear-gradient(to top, #999, #fff);
  background: linear-gradient(0deg, #999 20%, #fff);
  background: -webkit-linear-gradient(90deg, #999 20%, #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
}
.pickUp .slideWrap {
  /* width: 470px; */
  float: left;
  height: 80px;
  padding-left: 15px;
  border-left: 6px solid #0061ff;
  border-image: linear-gradient(to top, #0061ff 0%, #6ca4ff 100%);
  border-image-slice: 1;
}
.pickUp .slideWrap a {
  display: block;
}
.pickUp li {
  width: 90%;
}
/* .pickUp a {
  display: block;
  text-decoration: none;
  color: #fff;
  line-height: 1.5;
  font-size: 14px;
} */
.pickUp .slideWrap a.anc{
  position: relative;
  display: flex;
  padding-right: 30px;
}
.pickUp .slideWrap a.anc::after{
  content: '';
  width: 20px;
  height: 20px;
  margin-top: -10px;
  border-top: solid 2px #ea5405;   /* 好みで色を変えてください */  
  border-right: solid 2px #ea5405;   /* 好みで色を変えてください */  
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 5px;
}
.pickUp li .pickup-txt {
  color: #fff;
  position: relative;
  font-feature-settings : "palt";
  margin-top: .25em;
  margin-right: 11px;
  text-align: left;
  font-size: 14px;
  line-height: 1.3;
  width: 21.5em;
}
.pickUp li .pickup-txt p{  
  font-size: 14px;  
}
.pickUp li .pickup-txt .company-txt{
  display: inline-block;
  background-color: #e8eaeb;
  color: #002f7c;
  line-height: 1;
  font-size: 12px;
  padding: 3px 5px 2px;
  margin-bottom: 5px;
}
.pickUp li .pickup-photo{
  width: 90px;
  height: 70px;
  margin-left: auto;
}
.pickUp li .pickup-photo img{
  height: 100%;
  width: auto;
  text-align: center;
  object-fit: cover;
}
.pickUp .bx-wrapper {
  margin-bottom: 0;
  padding-top: 5px;
}
.pickUp .bx-wrapper .bx-viewport {
  left: 0;
  border: 0;
  box-shadow: none;
  background-color: transparent;
}
.pickUp .bx-wrapper .bx-viewport {
  width: 100% !important;
}
.pickUp .bx-wrapper .bx-pager {
  position: absolute;
  padding: 0 0 0 0;
  width: auto;
  top: 0px;
  right: -30px;
  height: 70px;
}
.pickUp .bx-wrapper .bx-pager .bx-pager-item,
.pickUp .bx-wrapper .bx-pager .bx-controls-auto-item {
  display: block;
}
.pickUp .bx-wrapper .bx-pager .bx-pager-item {
  padding-bottom: 6px;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #999999;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a {
  width: 5px;
  height: 5px;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a:hover {
  background-color: #ffffff;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #ffffff;
}
.pickUp .bx-wrapper .bx-pager .bx-pager-item {
  padding-bottom: 3px;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager{
  padding-top: 5px;
}
.pickUp .bx-wrapper .bx-pager.bx-default-pager a {
  width: 7px;
  height: 7px;
}
.wrapper.indexPage.thema .hdArea .newContents:before {
  background: #333;
  background: -moz-linear-gradient(left, #333 0%, #fff 100%);
  background: -webkit-linear-gradient(left, #333 0%, #fff 100%);
  background: linear-gradient(to right, #333 0%, #fff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#333", endColorstr="#fff",GradientType=1 );
}
.wrapper.indexPage.thema .hdArea .newContents h2 {
  background-color: #333;
}
.wrapper.indexPage.thema .hdArea .newContents h2:after {
  border-color: #333 transparent transparent transparent;
}
.wrapper.indexPage.thema .hdArea .newContents > div:after {
  background-image: url(arrow_w-bold.svg);
}

body{
  /* background: linear-gradient(to top, #deceb4 0%, #fff2df 40%, #fff2df 60%, #d1c1a7 100%); */
  /* background-color: #dddddd; */
}
.mainContents{
  padding: 0 35px;
  padding-top: 45px;
  background-color: #dddddd;
  background: linear-gradient(to right, #dddddd 0%, #e2e8e8 25%, #fff 50%, #e2e8e8 75%, #e2e8e8 100%);
}
.mainContents .lead{
  padding: 0 15px 0;
}
.mainContents .lead p{
  font-size: 17px;
  color: #000;
  line-height: 1.8;
  font-weight: bold;
  padding-bottom: 60px;
}
.articleList{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.articleList::after{
  content:"";
  display: block;
  /* width: 310px; */
  width: 620px;
}
.articleList li{
  background-color: #fff;
  width: 280px;
  margin: 0 15px 30px;
  padding-bottom: 30px;
  position: relative;
}
.articleList li a{
  display: flex;
  flex-direction: column;
  font-feature-settings : "palt";
}
.articleList li a:hover{
  text-decoration: none;
}
.articleList li a .company-txt{
  background-color: #002f7c;
  color: #fff;
  padding: 10px 12px 8px;
  line-height: 1.2;
  font-weight: normal;
  letter-spacing: 1px;
}
.articleList li a .pickup-photo{
  height: 160px;
  overflow: hidden;
}
.articleList li a p{
  margin: 10px 12px 10px;
  line-height: 1.3;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 16px;
}
.shoulder{
  background-color: #fff;
  border: 1px solid #002f7c;
  display: inline-block;
  line-height: 1;
  padding: 3px 5px 2px;
  font-weight: 14px;
}

@media screen and (max-width: 999px){
  .articleList li{
    margin: 0 5% 30px;
  }
}
@media screen and (max-width: 820px){
  .articleList li{
    margin: 0 15px 30px;
  }
}
@media screen and (max-width: 768px){
  body .wrapper {
    padding: 0 0 30px;
  }
  .heading02{
    font-size: 22px;
  }
  .imageL,
  .imageR {
    max-width: calc(50% - 30px);
  }
  .mainTitle {
    background: #d8d8d6 url(bg.jpg) no-repeat center top;
    position: relative;
  }
}
@media screen and (max-width: 767px){
  .mainTitle .days{
    width: 220px;
    margin: 0 auto 10px;
  }
  .mainTitle dl{
    font-size: 12px;
    padding: 13px 15px 10px;
  }
  .mainContents{
    padding: 30px 15px 30px;
  }
  .articleList li{
    margin: 0 10px 30px;
  }
  .articleList::after {
    content: "";
    display: block;
    width: 300px;
  }
}
@media screen and (max-width: 640px){
  .mainTitle {
    background: #d8d8d6 url(bg.jpg) no-repeat center top;
    position: relative;
    background-size: 154vw;
  }
  .wrapper .lead p {
    font-size: 15px;
  }
  .pickUp .bx-wrapper{
    padding-top: 0;
  }
  .pickUp .slideWrap{
    padding-left: 10px;
    height: 82px;
  }
  .pickUp .inner{
    padding: 0 35px 0 10px;
    margin: 5px auto 4px;
    max-width: 375px;
  }
  .pickUp h2{
    font-size: 17px;
    margin: 0 0;
    width: auto;
  }
  .pickUp li .pickup-txt{
    width: calc(100% - 90px);
  }
  .pickUp li .pickup-txt .company-txt{
    font-size: 10px;
  }
  .pickUp li .pickup-txt,
  .pickUp li .pickup-txt p{
    font-size: 11px;
  }
  .pickUp li .pickup-photo {
    margin-top: 5px;
    width: 86px;
    height: 70px;
  }
  .pickUp .slideWrap a.anc::after {
    content: '';
    width: 16px;
    height: 16px;
    position: absolute;
    top: 55%;
  }
  .mainContents .lead {
    padding: 0 0px 0;
  }
  .mainContents .lead p{
    padding-bottom: 30px;
  }
  .articleList li {
    margin: 0 0 30px;
  }
  .articleList::after {
    content: "";
    display: block;
    width: 280px;
  }
  .articleList li a p{
    font-size: 15px;
  }
}
@media screen and (max-width: 480px){
  .mainTitle .overview {
    margin: 10px auto 0;
  }
  .mainTitle .days{
    width: 200px;
  }
  .mainTitle dl{
    font-size: 11px;
  }
  .mainTitle dl dd span.small {
    font-size: 10px;
  }
}

/* お問い合わせ
----------------------------------------*/

/* pagetop
----------------------------------------*/
.pagetop{
	z-index: 999;
	position: fixed;
	right: 20px;
	bottom: 20px;
	width: 60px;
	height: 60px;
}
.pagetop img{
	width: 100%;
	height: auto;
}
.pagetop a {
  display: block;
  transition: 0.5s;
}
.pagetop a:hover {
  opacity: .6;
}

@media screen and (max-width: 767px){
	.pagetop{
		right: 10px;
		bottom: 10px;
		width: 30px;
		height: 30px;
	}
}