@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
    font-family: "ヒラギノ角ゴ ProN", sans-serif;
  font-style: normal;
  line-height: 1.7;
  color: #1a1a1a;
}
/*リンク文字の設定*/
a {
  text-decoration: none;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  background-color: #132e59;
  height: auto;
    padding: 0.5em 0em;
    text-align: center;
    color: #fff;
    font-size: 1.8em;
    letter-spacing: 0.05em;
    line-height: 1.3;
}

h3 {
  position: relative;
  padding: 1em;
  text-align: center;
    color: #132e59;
    font-size: 1.5em;
}

h3:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: '';
  border-radius: 3px;
  background: #132e59;
}



/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #ffffff;
}
/*記事(ボディ)エリア*/
.article {
  background-color: #fff;
  font-size: 1.7em; /*=16px*/
}
/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; 
  
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/*上部固定ヘッダー全体*/
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  overflow: auto;
}
/*ヘッダー内部をカラム幅にする*/
.header_inr {
  max-width: 950px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 7%;
  float: left;
  margin: 0.5em 0.3em;
}
/*ヘッダーの問い合わせボタン*/
.header_form {
  width: 30%;
  float: right;
  margin: 1em 0em;
}

.header_tel {
  width: 30%;
  float: right;
  margin: 1em 0.8em;
}


/*ヘッダー内の画像が常に幅100%になるように*/
.header_logo img, .header_form img {
  width: 100%;
}
/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.top_image {
  background-image: url("../images/top_image_back.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  height: auto;
}
.top_image_in img {
  width: 100%;
}

.pc_img { display: block !important; }
.sp_img { display: none !important; }



/*--------------------------------------------------
余白の設定
-----------------------------------------------------*/
.cyousei_pc {
    padding: 2em 4em;
}
.cyousei_pc02 {
    padding: 0em 3em;
}
.cyousei_midashi {
    padding: 0 4em;
}
.cyousei_voice {
    padding: 0em 6em;
}

/*--------------------------------------------------
sectionの設定
-----------------------------------------------------*/

.section_01 {
 background: linear-gradient(180deg, #ffffff 0%, #ffffff 9%, #bdcbe1 9%, #bdcbe1 100%);
  justify-content: center;
  align-items: center;
  width: 100%;
    padding: 2em 0 0;
}

.section_02 {
    background-color: #fff;
    padding: 2em 0em;
}


.section_03 {
    background-color: #e8f2fc;
    padding: 2em 0em 24em;
    
}

.section_04 {
    background-color: #e8f2fc;
    padding: 3em 0em;
}

.section_05 {
    background-image: url("../images/bg_section05.jpg");
    background-size: cover;
  padding: 2em 0em;
}




/*--------------------------------------------------
CTAエリア
-----------------------------------------------------*/

.area_cta {
    background-image: url("../images/bg_cta.jpg");
    background-size: contain;
  padding: 3em 0em;
}


.area_cta_img {
    display: block;
    width: 80%;
    margin: 0 auto;
border-style: solid; 
    border-width: 2px;
    border-color: #132e59;
    text-align: center;
}

.area_cta_btn {
    display: block;
    width: 70%;
    margin: 1em auto;
    text-align: center;
}


/*--------------------------------------------------
問題提起
-----------------------------------------------------*/
.midashi_trouble {
    padding: 1em 8em;
}

.box_trouble {
    padding: 4em 4em 0em;
}
.cyousei_trouble {
    padding: 2em 2em 5em;
}


.fadein01 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 1s;
}
.fadein02 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 4s;
}
.fadein03 {
    opacity : 0;
    transform: translateY(0px);
    transition: all 6s;
}


.fadeinright{
    opacity : 0;
    transform: translateX(10px);
    transition: all 3s;
    padding: 2em ;
}



/*--------------------------------------------------
導入実績
-----------------------------------------------------*/
.jisseki_txt {
    padding: 4em 0;
text-align: center;
    font-size: 1.5em;
    font-weight: bold;
    color: #132e59;
    letter-spacing: 0.05em;
}

.jisseki_box {
    position: relative;
    background-color: #132e59;
    padding: 2em 3em;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 3em auto 0;
    max-width: 500px;
    height: auto;
    z-index: 100;

}

.img_program {
    margin: -5em auto 0;
    z-index: 0;
    position: absolute;
    
}

/*--------------------------------------------------
3つの理由
-----------------------------------------------------*/
.ctn_reason {
    padding: 2em;
}
.box_reason {
    padding: 2em 0 1em;
}

.midashi_reason {
    padding: 2em 4em;
}

.img_reason01 {
    float: left;
    width: 50%;
    padding: 2em 0;
}

.txt_reason01 {
    float: left;
    width: 50%;
    padding: 2em ;
}

.img_reason02 {
    float: right;
    width: 50%;
    padding: 2em 0;
}

.txt_reason02 {
    float: right;
    width: 50%;
    padding: 2em ;
}

/*--------------------------------------------------
3つの導入タイプ
-----------------------------------------------------*/

.ctn_type {
    width: 100%;
    display: inline-flex;
    flex-wrap: nowrap;
    justify-content: center;
    padding: 1em 0em;
    margin: 2em auto;
}

.box_type {
    width: 31%;
    background-color: #fff;
    margin: 0em 1em 2em 0em;
    box-shadow: 0px 3px 3px rgb(0 0 0 / 20%); 
}

.box_type_midashi {
    text-align: center;
    background-color: #132e59;
    padding: 0em 1em 1em;
    color: #fff;
    font-weight: bold;
}

.type_big {
    font-weight: bold;
    font-size: 2.5em;
    color: #7b8aa2;
}

.type_whitebox {
    background-color: #fff;
    padding: 0.2em 1em;
    color: #132e59;
}

.box_type_img {
    display: block;
    width: 80%;
    padding: 1em 1em 0em;
    margin: 0 auto;
}

.box_type_txt {
    padding: 1em 1em 2em;
    font-weight: 600;
}


/*--------------------------------------------------
お客さまの声
-----------------------------------------------------*/

.box_voice01 {
    float: left;
    width: 48%;
    padding: 2em 1em;
    margin: 4em auto 2em;
    position: relative;
    border: solid 5px #c6d2e5;
    border-radius: 8px;
}
.box_voice01 .box-title01 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #c6d2e5;
    font-weight: bold;
}

.box_voice02 {
    float: right;
    width: 48%;
    position: relative;
    border: solid 5px #94aace;
    border-radius: 8px;
    padding: 2em 1em;
    margin: 17em auto 2em;
}
.box_voice02 .box-title02 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #94aace;
    font-weight: bold;
}

.box_voice03 {
    float: left;
    width: 48%;
    padding: 2em 1em;
    margin: 4em auto;
    position: relative;
    border: solid 5px #6686b9;
    border-radius: 8px;
}
.box_voice03 .box-title03 {
    position: absolute;
    display: inline-block;
    top: -13px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 24px;
    background: #FFF;
    color: #6686b9;
    font-weight: bold;
}


.comment {
  position: relative;
  padding: 0.5em 1em;
  color: #fff;
  border-radius: 10px;
  background: #24529b;
    font-size:1.2em;
    margin: 20px 0 0px;
    font-weight: 600;
    text-align: center;
}

.comment:after {
  position: absolute;
  top: -18px;
  left: 1em;
  width: 0;
  height: 0;
  content: '';
  border: 10px solid transparent;
  border-bottom: 10px solid #24529b;}

.voice_last {
    background-image: url("../images/bg_voicelast.jpg");
    background-size: cover;
    padding: 2em 0em;
}

.box_voice04_img {
    float: right;
    width: 50%;
    padding: 0 5em;
}
.box_voice04_txt {
    float: left;
    width: 50%;
    padding: 1em;
border-top: 3px solid #fff;
  border-bottom: 3px solid #fff;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff;
    margin-top: 3em;
    text-align: left;
}
/*--------------------------------------------------
flow
-----------------------------------------------------*/

.wrap_flow {
    padding: 4em 8em ;
}


/*--------------------------------------------------
テーブル設定
-----------------------------------------------------*/
table {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 3em 0em 2em;
}
th, td {
  padding: 0.8em 0.5em;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
table th {
  background-color: #e6e6e6;
  font-weight: bold;
  text-align: center;
    line-height: 1.2;
}
table td {
  text-align: left;
  background-color: #fff;
    line-height: 1.4;
    padding-left: 1em;
}





    /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/
     
.fix_menu_smartphone{
  display: none !important;
}

/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #132e59;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
    color: #fff;
}
.footer a {
  color: #fff;
}