/* ------------------------------ 全体設定 */
/* ---------- border-box */
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
/* ---------- p */
p {
	font-size: 1.0em;
}
/* ---------- a */
a {
	display: block;
	text-decoration: none;
	transition: 0.2s;
}
/* ---------- input submit */
input[type="submit"], li {
	transition: 0.2s;
}
/* ---------- img video */
img,video {
	display: block;
	width: 100%;
	height: auto;
}
/* ---------- table */
table {
	display: inline-block;
	border-collapse: collapse;
	border-spacing: 0;
	font-weight: normal;
}
/* ---------- body */
body {
	font-family: 'Hiragino Kaku Gothic W1 JIS2004', sans-serif;  
	font-size: 16px;
	display: block;
}
/* ------------------------------ 部分設定 */
/* ---------- Googlefont */
.montserrat {
	font-family: 'Montserrat', sans-serif;
}
.roboto {
	font-family: 'Roboto Condensed', sans-serif;
}
/* ---------- flex */
.f-start {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.f-end {
	display: flex;
	justify-content: flex-end;
	flex-wrap: wrap;
}
.f-center {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.f-between {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.f-around {
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.items-baseline {
	align-items: baseline;
}
.items-center {
	align-items: center;
}
.items-stretch {
	align-items: stretch;
}
.w-off {
	flex-wrap: nowrap;
}
.m-bottom20 {
	margin: 0px auto 20px auto;
}
/* ------------------------------ wrap index*/
div.wrap.index {
	width: 100%;
}
/* ------------------------------ wrap front-z-index(子ページ各項目一番上に表示させる為)*/
.front-z-index {
	position: relative;
	z-index: 7;
}
/* ------------------------------ ロゴSVG */
.svg {
	display: none;
}
.svg-logo {
	fill:#FFF;
}
/* ------------------------------ sectionタグ全体*/
section {
	position: relative;
}
@media screen and (max-width: 600px) {
	section {
		margin: 0px 20px 150px 20px;
	}
}
/* ------------------------------ 横幅いっぱい表示*/
.full-width {
	margin: 0px 0px 0px 0px;
}
/* ------------------------------ スライダー設定 */
/*--スライダーの位置とサイズ調整--*/
.slider{
	margin:0 auto;
}

/*--------画像サイズ調整---------*/
.slider li {
	width:100vw;
	position: relative;
}
/*-----------height調整----------*/
.slider .slick-slide{
	height:100vh!important;
}
section.works .slider .slick-slide{
	height: 580px!important;
}
@media screen and (max-width: 1010px) {
	section.works .slider .slick-slide{
		height: 50vh!important;
	}
}
/*-----------ドット位置----------*/
.slider .slick-dots li button:before{
	font-size:20px!important;
}

/*-----------ドット間隔----------*/
.slider .slick-dots li{
	width: 20px!important;
}

/*-----------ドット縦位置----------*/
.slider .slick-dots{
	bottom: 4vh!important;
}
section.works .slider .slick-dots{
	text-align: right;
	width: 100%;
}
@media screen and (max-width: 1010px) {
	section.works .slider .slick-dots{
		bottom: -40px!important;
	}
}
/*--スライダーの位置とサイズ調整--*/
.slider02 {
	margin:0 auto;
	z-index: 2;
}
/* ---------- 各項目見出し*/
div.primary {
	text-align: center;
	color: #2461A8;
}
div.primary p.title {
	font-size: 2.25em;
}
div.primary p.sub {
	font-size: 0.875em;
	margin: 0px 0px 30px 0px;
}
div.primary p.text {
	width: 70%;
	color: #000;
	margin: 0px auto 30px auto;
}
/* ---------- リンクボタン*/
a.link-button {
	display: block;
  width: 100%;
	max-width: 200px;
	height: 58px;
	padding: 20px 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
  text-align: center;
  text-decoration: none;
  line-height: 60px;
  color: #fff;
  background: linear-gradient(to right, rgba(36, 97, 168, 1) 0%, rgba(28, 70, 119, 1) 51%, rgba(36, 97, 168, 1) 100%);
  background-size: 200% auto;
  transition: .3s;
	position: relative;
	margin: 0px auto;
}
a.link-button:hover {
  background-position: right center;
}
a.link-button:after {
  position: absolute;
	top: 8%;
	right: 1.25em;
	content: '〉';
	font-weight: bold;
	color: rgb(255 255 255);
	margin-top: -5px;
	transition: all .2s;
}
/* a.link-button:after {
  position: absolute;
  top: 50%;
  right: 1em;
  content: '';
  margin-top: -5px;
  border: 7px solid transparent;
  border-top-width: 5px;
  border-bottom-width: 5px;
  border-left-color: #fff;
  transition: all .2s;
} */
a.link-button:hover::after {
  right: 0.8em;
}


/* a.link-button {
	width: 100%;
	max-width: 200px;
	height: 58px;
	padding: 20px 30px;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #FFF;
	margin: 0px auto;
	position: relative;
	z-index: 3;
	background-image: linear-gradient(90deg, rgba(36, 97, 168, 1) 0%, rgba(28, 70, 119, 1));
} */
/* a.link-button:before {
	content:"";
  width:100%;
  height:100%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
  position: absolute;
  z-index:2;
  left:0;
  transition:0.5s;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(90deg, rgba(36, 97, 168, 1) 0%, rgba(28, 70, 119, 1));
}
a.link-button:after {
	content:"";
  width:100%;
  height:100%;
	border-radius: 30px;
	display: flex;
	align-items: center;
	justify-content: center;
  position: absolute;
  z-index:1;
  left:0;
	color: #FFF;
	text-align: center;
	background-image: linear-gradient(270deg, rgba(36, 122, 168, 1) 0%, rgba(28, 70, 119, 1));
} */

a.link-button:hover:before {
	opacity:0;
}
/* ---------- company・マーカー見出し*/
section.company p.marker {
    line-height: 1;
    display: inline-block;
    margin-bottom: 40px;
    font-size: 40px;
    font-size: 2.5em;
}
section.company p.marker span {
	background: linear-gradient(rgb(0 0 0 / 0%) 70%, rgb(245 245 52) 0%);
	line-height: 1.5em;
}
section.company div.primary p.marker {
  color: #000;
}
section.company div.primary p.text {
  width: 49%;
}
.br-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	section.company p.marker {
    line-height: 1.7;
	}
	.br-sp {
		display: inline;
	}
}
/* ---------- ３列画像ボックス*/
div.card-wrap {
	width: 80%;
}
div.card-wrap div.card {
	width: 100%;
	max-width: 350px;
}
div.card-wrap div.card figure {
	width: 100%;
	max-width: 350px;
	margin: 0px 0px 10px 0px;
}
div.card-wrap div.card figure img {
	height: 182px;
  object-fit: cover;
}
div.card-wrap div.card p.title {
	width: 100%;
	max-width: 350px;
	font-size: 1.125em;
	text-align: center;
	margin: 0px 0px 10px 0px;
}
div.card-wrap div.card p.text {
	text-align: left;
}
@media screen and (max-width: 1468px) {
	div.card-wrap {
		width: 100%;
	}
}
@media screen and (max-width: 1206px) {
	div.card-wrap div.card {
		max-width: 290px;
	}
}
@media screen and (max-width: 1018px) {
	div.card-wrap div.card {
		max-width: 350px;
	}
}
@media screen and (max-width: 854px) {
	div.card-wrap div.card {
		max-width: 290px;
	}
}
@media screen and (max-width: 732px) {
	div.card-wrap {
    display: block;
	}
	div.card-wrap div.card {
		max-width: 350px;
		margin: 0px auto 40px auto;
	}
}
/* ---------- CONTACT*/
section.contact {
	background-color: #F7F7F7;
	padding: 70px 0px 70px 0px;
}
/* ---------- COMPANY(トップページと子ページ共通)*/
section.company {
  height: 616px;
	margin: 0px 70px 150px 70px;
}
section.company div.left, 
section.company div.right {
  position: relative;
}
section.company div.left {
  left: -20px;
}
section.company div.left *,
section.company div.right * {
  position: absolute;
}
section.company div.yellow-curcle, 
section.company div.pink-curcle {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
section.company div.yellow-curcle {
  background-color: #F9FDC8;
}
section.company div.pink-curcle {
  background-color: #FBEDFF;
  position: absolute;
  top: -90px;
  right: 0px;
}
section.company div.blue-curcle {
  width: 88px;
  height: 88px;
  position: absolute;
  top: -58px;
  right: 90px;
  border-radius: 50%;
  background-color: #E8FAFF;
  z-index: -1;
}
section.company div.left div.yellow-curcle {
  top: 120px;
  left: 230px;
}
section.company div.right div.yellow-curcle {
  bottom: 0px;
  right: 400px;
}
section.company figure.curcle-01 {
  top: 120px;
}
section.company div.right figure.curcle-01 {
  right: 184px;
	z-index: 20;
}
section.company div.left figure.curcle-02 {
  left: 118px;
  bottom: 200px;
}
section.company div.right figure.curcle-02 {
  right: 240px;
  bottom: 206px;
}
section.company figure.curcle-01 img, 
section.company figure.curcle-02 img {
  object-fit: cover;
  border-radius: 50%;
}
section.company figure.curcle-01 img {
  width: 210px;
  height: 210px;
}
section.company figure.curcle-02 img {
  width: 160px;
  height: 160px;
}

section.company div.primary {
  position: relative;
  margin: auto;
  z-index: 10;
}
@media screen and (max-width: 1119px) {
  section.company p.marker {
    font-size: 2.2em;
  }
  section.company figure.curcle-01 img {
    width: 180px;
    height: 180px;
  }
  section.company figure.curcle-02 img {
    width: 130px;
    height: 130px;
  }
}
@media screen and (max-width: 990px) {
  section.company {
    margin: 0px 30px 0px 30px;
  }
  section.company p.marker {
    font-size: 2.0em;
  }
  section.company figure.curcle-01 img {
    width: 150px;
    height: 150px;
  }
  section.company figure.curcle-02 img {
    width: 100px;
    height: 100px;
  }
  section.company div.right figure.curcle-01 {
    right: 154px;
  }
  section.company div.right figure.curcle-02 {
    right: 226px;
    bottom: 204px;
  }
}
@media screen and (max-width: 841px) {
  section.company div.right figure.curcle-01 {
    top: -404px;
    left: 594px;
  }
  section.company div.left figure.curcle-02 {
    left: 118px;
    bottom: 0px;
    top: 420px;
  }
  section.company div.right figure.curcle-02 {
    right: 0px;
    bottom: 0px;
    top: -100px;
    left: 544px;
  }
}
@media screen and (max-width: 768px) {
  section.company div.right figure.curcle-01 {
    top: -430px;
    left: 556px;
  }
  section.company div.right figure.curcle-02 {  
    top: -130px;
    left: 492px;
  }
}
@media screen and (max-width: 758px) {
  section.company div.left, 
  section.company div.right {
    display: none;
  }
  section.company div.primary p.text {
    width: 80%;
  }
}

