@charset "utf-8";
/* CSS Document */

/*-------------------------------------
  Base
-------------------------------------*/
html {
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
figure {
  margin: 1em 40px;
}

a{
text-decoration: none;
transition: .2s ease-in-out;
}

img {
  border-style: none;
}

html {
  font-size: 62.5%;
}
body {
  margin: 0;
  font-family: "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", YuGothic, "ＭＳ ゴシック", sans-serif;
  font-weight: 400;
  color: #333333;
  min-width: 318px;
}

footer {
  margin-top: auto;
}
* {
  box-sizing: border-box;
}
*:before, *:after {
  box-sizing: border-box;
}
main {
  position: relative;
}
h1, h2, h3, h4, h5, ul, ol, li, p, dl, dt, dd, figure {
  margin: 0;
  padding: 0;
}
ul, ol {
  list-style: none;
}
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}
.aC{
	text-align: center;
}

.mA{
	margin:0 auto;
	}

.bold{
	font-weight: bold;
}
.notes{
	font-size: 1.2rem;
}

/*=== wrapper  ===*/

.wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

.contentsWrapper{
  max-width: 960px;
  margin: 0 auto;
}

/*=== PC none / SP none ===*/
/*@media screen and (min-width:481px) {
.pc_none_s{
display: none;
}
}*/
@media screen and (min-width:768px) {
.pc_none{
display: none;
}
}
@media screen and (max-width:767px) {
.sp_none{
display: none;
}
}
@media screen and (max-width:480px) {
.sp_none_s{
display: none;
}
}

/*=== Flex ===*/
@media screen and (min-width:768px) {
.pc-row{
display: flex;
}
}

/*----------------------------
  *ヘッダー
 *----------------------------*/
.header {
  position: relative;
  width: 100%;
  background: #ffffff;
  z-index: 50;
}
.header-inner {
  margin: auto;
  max-width: 1280px;
}
.header-default .header-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}


.corp-logo {
  width: 150px;
  height: 108px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.corp-logo a {
  display: block;
  width: 100%;
}
.corp-logo a img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.corp-logo a:hover img {
  opacity: 0.8;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
}

/*----------------------------
  *見出し
 *----------------------------*/
h1.heading1 {
  width: 100%;
  border-bottom: 2px solid #E2E2E2;
  margin-bottom: 20px;
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
}
h1.heading2 {
  border: none;
  color: #fff;
  text-align: center;
  background-color: #356CB6;
  padding: 15px 0;
}

h2{
  position: relative;
  margin: 12px 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid #eff3f9;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
 text-align: center;}


h2:before{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30%;
  display: block;
  content: "";
  border-bottom: 2px solid #356cb6;
  margin-bottom: -2px; }

h3{
	background-color: #F2F5FA;
	padding: 10px 0;
	margin:8px 0;
	font-size: 1.6rem;
    font-weight: 700;
	text-align: center;
}

h4{
  padding: 0.25em 0.5em;
  color: #356cb6;
  background: transparent;
  border-left: solid 5px #356cb6;
  font-size: 1.6rem;
  font-weight: 600;
}

/*----------------------------
  *メインビジュアル
 *----------------------------*/


section.MV {
  display: block;
  text-align: center;
  padding-bottom: 40px;
}

/*----------------------------
  *コンテンツ
 *----------------------------*/

.topicsList{
	font-size: 1.4rem;
	display: flex;  
	
}
	   
.topicsList img{
	max-width: 50px;
}

.listItem{
	width: calc(50% - 22px);
	display: flex;
	padding: 20px 0;
	 justify-content: center;
}

.listItem div{
	padding-left: 10px;
}
.listItem div a{
	color: #333;
}

.listItem div a:hover {
	opacity: 0.8 ;
}

div.logoImg{
	max-width: 552px;
}
div.logoImgWidth{
	max-width: 790px;
}
div.feature{
	padding-bottom: 20px;
}
div.feature p{
	color: #356CB6;
	font-weight: 600;
	font-size: 1.8rem;
	padding-left: 20px;
	max-width: 500px;
	
}

div.feature img{
	max-width: 600px;
}
div.featureText p{
	padding: 10px 0;
	font-size: 1.4rem;
}

/*=== 事例  ===*/

div.info{
	border: 1px solid #D1D1D1;
	border-radius: 8px 8px 8px 8px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
	padding: 40px ;
	margin-bottom: 40px;
}

p.name{
	padding-left: 10px;
	font-weight: 600;
}
div.item1{
	flex-basis: 20%;
}

div.item1 img{
	max-width: 130px;
}
div.item2{
	flex-basis: 80%;
	padding-left: 10px;
}

div.item2 img{
	max-width: 400px;
}

.main {

  margin-bottom: 10px;
}
.side {
background-color:#DCEAF7
}
.main,
.side {
  padding: 2%;
  border-radius: 10px;
	width: 50%
}


.main2 {

  margin-bottom: 10px;
}
.side2 {

}
.main2,
.side2 {
  padding: 2%;
  border-radius: 10px;
	width: 50%
}

/* Responsive */
@media (min-width: 600px) {
  .flexbox {
    display: -webkit-flex;
    display: flex;
  }
  .main {
    margin: 0 10px 0 0;
  }
}

/* --------------------------- */
.button {
  display: inline-block;
  border: 2px solid #356cb6;
  border-radius: 16px;
  padding: 0 10px;
  font-size: 1.4rem;
  font-weight: 700;
	color: #356cb6;
  text-align: center;
  position: relative;
	margin-bottom: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  .button:hover {
    background-color: #356cb6;
    color: #ffffff; }
  .button:before, .button:after {
    -webkit-transition: border-color 0.3s;
    transition: border-color 0.3s; }
  .button:hover:before, .button:hover:after {
    border-color: #ffffff; }

.button--fixed {
  min-width: 300px;
  padding: 8px 20px;
  border-radius: 30px;
  font-size: 1.6rem;
  line-height: 1.2; }

.button--angle-right {
  padding-right: 25px; }
  .button--angle-right.button--fixed {
    padding-right: 35px; }
 /* .button--angle-right:after {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: glyphs;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    right: 10px;
    top: 50%;
    font-size: 1rem;
    margin-top: -0.5rem;
    position: absolute;
    }*/
.footer {
  border-top: #EBE8E8 solid 1px;
  text-align: center;
}
.footer2 {
  border-top: #d4d5d6 solid 1px;
  text-align: center;
}
footer p {
  padding: 20px;
}

/* -------------------------------------------
   SP用
---------------------------------------------*/

@media (max-width: 767px) {
  .corp-logo {
    margin-left: 10px;
  }
 .wrapper {
 padding: 0 15px;
  margin: 0 auto;
}

.contentsWrapper{
  padding: 0 15px;
  margin: 0 auto;
}

.feature p{
	font-size: 1.6rem;
	padding: 10px 0;
	}
	

}