@charset "utf-8";

/*******************************
 JS
*******************************/
.js-slick {
  overflow: hidden;
  opacity: 0;
  transition: all 300ms;
}

.js-slick.slick-initialized {
  opacity: 1;
}

/* ============================================
  KV
============================================ */
.kv {
}
.kv img {
	width: 100%;
}
/* ============================================
  共通
============================================ */
.pcObj{
	display: block;
}
.spObj{
	display: none;
}
#pankuz{
	display: flex;
	max-width: 1300px;
	margin: 10px auto;
	padding: 0 50px;
}

#pankuz li{
	font-size:1.4rem;
	padding-right: 10px;
}

#pankuz li a{
	margin-right: 10px;
}

#pankuz li:after{
	content:'>';
}

#pankuz li:last-child:after{
	content:'';
}
@media (min-width: 415px) and (max-width: 1500px) {
	#pankuz li{
		font-size: 1vw;
	}
}
@media (max-width: 414px) {
	.spObj{
		display: block;
	}
	.pcObj{
		display: none;
	}
	#pankuz{
	padding: 0 10px;
	}
	#pankuz li{
		font-size: 1.3rem;
	}
}


/* ============================================
  Contents
============================================ */
.contents {
  overflow: hidden;
}


@media (min-width: 415px) and (max-width: 1500px) {
}

@media (max-width: 414px) {
}

/* ============================================
  section
============================================ */
.section {
  position: relative;
  padding: 0 0 55px;
}

.heading {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #152267;
  font-size: 7.2rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  height: 17vw;
}

.heading > span {
  color: #3e7fa7;
  font-size: 1.8rem;
  font-weight: 500;
  margin: 10px 0 0 0;
}

.section .btn {
  font-size: 1.6rem;
  max-width: 208px;
  width: 13.866666666vw;
  max-height: 52px;
  height: 3.466666666vw;
  margin: 55px 0 0 auto;
}

@media (min-width: 415px) and (max-width: 1500px) {
  .section {
    padding: 0 0 3.666666666vw;
  }

  .section .btn {
    font-size: 1.066666666vw;
    margin: 3.666666666vw 0 0 auto;
  }

  .heading {
    font-size: 4.8vw;
  }

  .heading > span {
    font-size: 1.2vw;
    margin: 0.8vw 0 0 0;
  }
}

@media (max-width: 414px) {
  .section {
    padding: 0;
  }
  .heading {
    font-size: 3.6rem;
    height: auto;
	margin: 30px 0 20px;
  }

  .heading > span {
    color: #3e7fa7;
    font-size: 1.3rem;
    margin-top: calc(5 / 414 * 100vw);
  }

  .section .btn {
    font-size: 1.2rem;
    max-width: unset;
    width: calc(210 / 414 * 100vw);
    max-height: unset;
    height: calc(52 / 414 * 100vw);
    margin: calc(40 / 414 * 100vw) auto 0;
  }
}

/* ============================================
company用
============================================ */
.contents{
	font-size: 1.5rem;
}
.contents h2{
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #152267;
  font-size: 4rem;
  line-height: 1;
  width: 100%;
  max-height: 255px;
  position: relative;
	margin: 30px 0;
}
.contents h2 > span {
  color: #3e7fa7;
  font-size: 1.3rem;
  font-weight: 500;
  margin: 5px 0 0 0;
}
.message_area{
	max-width: 1300px;
	padding: 50px;
	margin: 0 auto 100px;
	position: relative;
}
.message_area::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 100px 100px 0 0;
	border-color: #152266 transparent transparent transparent;
}
.message_area::after{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 0 100px 100px;
	border-color: transparent transparent #152266 transparent;
}
.message_area_inn{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: center;
}
/*
.message_area_inn figure{width: 40%;}
.message_area_inn figure img{width: 100%;}
.message_area_inn div{width: 55%;}
*/


.message_area_inn h3,.philosophy h3{
	font-size: 3.3rem;
    font-weight: 500;
	font-style: italic;
}
.message_area_inn ul{
	position: relative;
	margin: 40px 0;
}
.message_area_inn ul::before{
	content: "";
	height: 94%;
	width: 2px;
	background-color: #152266;
	position: absolute;
	top: 3%;
	left: 3px;
}
.message_area_inn ul li{
	position: relative;
	padding-left: 15px;
	line-height: 3;
}
.message_area_inn ul li::before{
	content:"";
	display: block;
	height: 8px;
	width: 8px;
	border: 2px solid #152266;
	border-radius: 100px;
	background-color: #ffffff;
	position: absolute;
	top: calc(50% - 3px);
	left: 0;
}
.message_area p{
	margin-top: 60px;
}
.message_area p span{
	display: block;
	margin-top: 20px;
	text-align: right;
}
.philosophy{
background: url(https://microworld.co.jp/wp-content/themes/microworld/company/img/philosophy_bg.jpg) no-repeat;
	background-size: cover;
}
.philosophy_inn{
	max-width: 1300px;
	padding: 50px;
	margin: 0 auto;
}
/*.philosophy_inn div{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	align-items: center;
	padding: 50px 0;
}*/
/*.philosophy_inn div h3{width: 30%;}
.philosophy_inn div p{width: 65%;}*/
.strength{
	position: relative;
}
.strength::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 84.6666666666vw;
    z-index: -1;
    background: linear-gradient(204.99deg,rgba(183,225,248,1) 0,rgba(74,149,209,1) 99.97%);
    opacity: .2;
    transform: skewX(-18.5deg);
    transform-origin: top right;
    width: 100%;
    height: 100%;
}
.strength::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 102.6666666666vw;
    z-index: -1;
    background: linear-gradient(204.99deg,rgba(183,225,248,1) 0,rgba(74,149,209,1) 99.97%);
    opacity: .2;
    transform: skewX(-18.5deg);
    transform-origin: top right;
    width: 100%;
    height: 100%;
}
.strength_inn{
	max-width: 1300px;
	padding: 50px 50px 100px;
	margin: 0 auto;
}
.strength_inn figure{
	width: 80%;
	margin: 60px auto;
}
.strength_inn figure img{
	width: 100%;
}
.strength_inn p{
	max-width: 1000px;
    padding: 50px;
    margin: 0 auto;
}
.profile{
	background-color: #f8f8f8;
}
.profile_inn{
	max-width: 1300px;
	padding: 50px;
	margin: 0 auto;
}
.profile_inn dl{
	width: 70%;
	max-width: 800px;
	margin: 0 auto;
	border-bottom: 1px solid #a6a6a6;
	display: flex;
	justify-content: space-around;
}
.profile_inn dl:last-child{
	border-bottom: none;
}
.profile_inn dt{
	width: 25%;
	font-weight: bold;
	padding: 13px 0;
}
.profile_inn dd{
	width: 60%;
	padding: 13px 0;
}

.profile_inn dd .txt-link{
	text-decoration: underline;
}

.profile_inn dd .txt-link:hover{
	text-decoration:none;
}

.profile_inn dd span{
	text-align: right;
	display: block;
}

@media (min-width: 415px) and (max-width: 1500px) {
	.contents {
		font-size: 1vw;
	}
	.contents h2{
		font-size: 2.6vw;
	}
	.contents h2 > span{
		font-size: 1vw;
	}
	.message_area_inn h3,.philosophy h3{
		font-size: 2.4vw;
		font-weight: 500;
	}
	.message_area::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 6vw 6vw 0 0;
		border-color: #152266 transparent transparent transparent;
	}
	.message_area::after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 6vw 6vw;
		border-color: transparent transparent #152266 transparent;
	}
}
@media (max-width: 768px) {
	.strength_inn figure{
		margin: 30px auto;
	}
	.strength_inn p{
	    padding: 20px 50px;
	}
	.philosophy_inn div{
	    padding: 0px 0 50px;
	}
	.message_area p{
		margin-top: 30px;
	}
}


@media (max-width: 414px) {
	.contents {
		font-size: 1.3rem;
	}
	.contents h2{
		font-size: 3rem;
	}
	.contents h2 span{
		font-size: 1.2rem;
	}
	.message_area_inn h3,.philosophy h3{
		font-size: 2.4vw;
		font-weight: 500;
	}
	.message_area{
		margin: 20px;
		padding: 20px;
	}
	.message_area::before{
		content: "";
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 10vw 10vw 0 0;
		border-color: #152266 transparent transparent transparent;
	}
	.message_area::after{
		content: "";
		display: block;
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 0 10vw 10vw;
		border-color: transparent transparent #152266 transparent;
	}
	.message_area_inn {
		display: block;
	}
	.message_area_inn div{
		width: 100%;
	}
	.message_area_inn figure{
		width: 100%;
	}
	.message_area_inn ul {
		margin: 20px 0;
	}
	.message_area_inn ul li {
		line-height: 2;
	}
	.message_area h3,.philosophy_inn div h3{
		font-size: 2rem;
	}
	.philosophy {
		background: url(https://microworld.co.jp/wp-content/themes/microworld/company/img/philosophy_bg_sp.jpg) no-repeat;
		background-size: cover;
	}
	.philosophy_inn div h3{
		text-align: center;
		margin-bottom: 20px;
	}
	.message_area p {
		margin-top: 20px;
	}
	.philosophy_inn {
		padding: 20px;
	}

	.philosophy_inn div {
		display: block;
		padding: 0 0 50px;
	}
	.philosophy_inn div p,.philosophy_inn div h3{
		width: 100%;
	}
	.strength::before {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		right: 75.6666666666vw;
		z-index: -1;
		background: linear-gradient(204.99deg,rgba(183,225,248,1) 0,rgba(74,149,209,1) 99.97%);
		opacity: .2;
		transform: skewX(-18.5deg);
		transform-origin: top right;
		width: 100%;
		height: 100%;
	}
	.strength::after {
		content: '';
		display: block;
		position: absolute;
		bottom: 0;
		left: 125.6666666666vw;
		z-index: -1;
		background: linear-gradient(204.99deg,rgba(183,225,248,1) 0,rgba(74,149,209,1) 99.97%);
		opacity: .2;
		transform: skewX(-18.5deg);
		transform-origin: top right;
		width: 100%;
		height: 100%;
	}
	.strength_inn {
		padding: 20px 20px 50px;
	}
	.strength_inn figure {
		width: 100%;
		margin: 40px auto 30px;
	}
	.profile_inn {
		padding: 20px;
	}
	.profile_inn dl{
		width: 100%;
		display: block;
	}
	.profile_inn dt {
		width: 100%;
		padding: 8px 0 0;
	}
	.profile_inn dd {
		width: 100%;
		padding: 5px 0 8px;
	}
	.strength_inn p{
	    padding: 20px 0;
	}
}

/*-------臨時対応--------*/
.snsList {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    flex: 1 1 auto;
    opacity: 0;
    pointer-events: none;
}






.message_area_inn figure img {width: 100%;}



.contents table{
width: 70%;
    max-width: 800px;
	margin: 0 auto 100px;
	line-height: 1.8;
	font-size: 1.4rem;
    border-collapse: collapse;
    border-spacing: 0;
}
.contents table tr{
	border-bottom: 1px solid #333333;
}
.contents table th{
	width: 30%;
	border-bottom: 1px solid #333333;
}
.contents table td{
	width: 70%;
}
.contents table th,.contents table td{
	padding: 13px 20px;
	text-align: left;
}
.contents table td strong{
	display: block;
	font-weight: bold;
	color: #edb335;
}

.t_right {text-align: right;}


.wp-block-table td, .wp-block-table th {
    border: none !important;
}

@media (max-width: 414px) {
.company_table th,
.company_table td {
	width: 100% !important;
	display: block;
padding: 5px 0 !important;
}

}




@media (max-width: 414px) {
.company_table table {width: 100%;}
}

@media (max-width: 414px) {
.message_area_inn {display: block !important;}
}


