@charset "UTF-8";

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

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: 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: 1050px;
  margin: 0 auto;
  overflow: hidden;
}
/*ヘッダーのロゴ*/
.header_logo {
  width: 16%;
  float: left;
  margin: 1em 0 0.5em;
}


.header_btn {
  width: 22%;
  float: right;
  margin: 0.8em 0.5em;

}


/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/

h2 {
  font-size: 2em;
  color: #0f4277;
    line-height: 1.3;
    letter-spacing: .5px;
  font-weight: 600;
    margin: 0 0 ;
    padding: 0;
    text-align: center;
}
.tit_p {
font-size: 1.2em;
text-align: center;
font-weight: 600;
    letter-spacing: .5px;
  font-weight: 600;
    margin: 0 0 ;
    padding: 0;
}



h3 {
  font-size: 1.8em;
    line-height: 1.3;
    color: #fff;
  font-weight: 600;
    padding: 0 ;
    margin: 0!important  ;
    text-align: center;
}


h4 {
	position: relative;
	font-size: 24px;
line-height: 1.4;
color: #0f4277;
	border-bottom: 2px solid #0f4277;
  padding: 5px;
  margin: 5px 0 15px;
}
.tit_reason {
  background-color: #f5ac4a;
  padding: 5px 15px;
  border-radius: 100vh;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0.3px;
}

.heading-21 {
    position: relative;
    padding: .5em .2em .4em;
    border-bottom: 3px solid #0f4277;
    color: #3e3a39;
    	font-size: 20px;

}

.heading-21::before,
.heading-21::after {
    position: absolute;
    left: 30px;
    bottom: -15px;
    width: 30px;
    height: 15px;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
}

.heading-21::before {
    background-color: #0f4277;
}

.heading-21::after {
    bottom: -11px;
    background-color: #fff;
}



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

.article{
	width: 100%;
}

/*カラム全体の幅を変更する*/
.top_image_in,.section_inr {
  width: 950px;
  margin: 0 auto; 
  
}
.pc_img { display: block !important; }
.sp_img { display: none !important; }


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/
.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%;
}


/*--------------------------------------------------
CTA
-----------------------------------------------------*/

.section_cta {
  background-image: url("../images/bg_cta.jpg");
  background-size: cover;
  padding: 1em 0 ;
}
.ctn_cta {
  display: flex;
  justify-content: center;
}
.txt_cta {
  width: 55%;
  padding-top: 3em;
  padding-left: 2em;

}
.img_cta {
  width: 35%;
}
.btn_cta a {
  width: 80%;
    background: #f5ac4a;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0.5em auto 0;
    padding: 15px 25px;
    font-weight: 600;
    font-size: 1.3em;
    letter-spacing: 0.5px;
    color: #fff;
    line-height: 1.4;
    text-decoration: none;
    text-align: center;
    transition: 0.3s ease-in-out;
}
.btn_cta a:hover {
    background: #75c18d;
    color: #FFF;
}
.btn_cta a:after {
    content: '';
    width: 10px;
    height: 10px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 40px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.btn_cta a:hover:after {
    border-color: #FFF;
}

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

.section_01 {
  background-color: #f7f8f8;
    padding: 3em 0em ;
}
.section_02 {
  background-color: #ebf5f7;
  padding: 3em 0 ;
}

.section_03 {
  background-color: #fff;
  padding: 3em 0;
}


.section_04 {
  background-image: url("../images/bg_sec04.jpg");
  background-size: cover;
  padding: 3em 0 ;
}

.section_05 {
  background-color: #e1f5fe;;
  padding: 3em 0 0;
}



/*--------------------------------------------------
悩み
-----------------------------------------------------*/

.ctn_nayami {
  display: flex;
  justify-content: center;
  padding: 2em 0 0;
  flex-wrap: wrap;
}
.box_nayami {
  width: 32%;
  margin: 10px 5px
}

.sankaku {
  width: 10%;
  margin: 0 auto 2em;
}

/*--------------------------------------------------
多様化
-----------------------------------------------------*/
.ctn_tayouka {
  background-image: url("../images/bg_tayouka.jpg");
  background-size: cover;
  background-position: bottom center;
  padding: 1em 0 2em;
}

.txt_tayouka {
  float: left;
  width: 52%;
  padding-top: 4em;
}

.img_tayouka {
  float: right;
  width: 45%;
  padding-top: 2em;
}


/*--------------------------------------------------
見える化
-----------------------------------------------------*/
.midashi_sec02 {
width: 65%;
margin: 0 auto;
}

.ctn_3w {
  display: flex;
  justify-content:center;
  padding: 1.5em 0 1em;
}
.img_restrant{
  width: 25%;
}
.img_3w{
  width: 30%;
}
.img_plane{
  width: 25%;
}
.img_screen {
  width: 80%;
  margin: 1em auto;
}

/*--------------------------------------------------
3つの理由
-----------------------------------------------------*/

.midashi_logo {
  width: 25%;
  margin: 0 auto 0.5em;
}
.big-orange {
  font-size: 50px;
  color: #f5ac4a;
}


.box_reason {
  background-color: #ebf5f7;
  padding:  1em;
  margin: 1em auto 0;
  border-radius: 15px;
 
}

.img_reason01 {
  width: 38%;
  float: left;
}
.txt_reason01 {
  width: 60%;
  float: right;
}
.img_reason02 {
  width: 38%;
  float: right;
}
.txt_reason02 {
  width: 60%;
  float: left;
}
/*--------------------------------------------------
CTA02
-----------------------------------------------------*/
.img_cta02 {
  float: left;
  width: 30%;
  padding: 3em 0 0
}
.txt_cta02 {
  float: right;
  width: 69%;
}
.txt_cta02 p {
    color: #fff;
line-height: 1.4;

}

.tit_cta02 {
  width: 67%;
  margin-bottom: 15px
}


/*--------------------------------------------------
事例
-----------------------------------------------------*/
.case {
  width: 25%;
  margin: 0 auto 10px;
}

.ctn_case {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.box_case {
  width: 32%;
  background-color: #fff;
  padding: 1em 0.5em;
  border-radius: 10px;
}

.img_case {
  width: 90%;
  margin: 0 auto;
}

/*--------------------------------------------------
flow
-----------------------------------------------------*/
.midashi_flow {
  width: 10%;
  margin: 0 auto 10px;
}
.flow_design01 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow_design01 ul {
  padding: 0;
}
.tit_flow {
  font-size: 1.3em;
  font-weight: 600;
  color: #0f4277;
}

.flow_design01 dd {
  margin-left: 0;
}


.flow_design01 dd {
  margin-left: 0;
}

.flow01 > li {
  position: relative;
  list-style: none;
}

.flow01 > li:not(:last-child) {
  margin-bottom: 40px;
}

.flow01 > li dl {
  box-sizing: border-box;
  width: 100%;
  padding: 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  position: relative;
  background: #ebf5f7;
}

.flow01 > li:not(:last-child) dl::before,
.flow01 > li:not(:last-child) dl::after {
  content: "";
  border: solid transparent;
  position: absolute;
  top: 105%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.flow01 > li:not(:last-child) dl::before {
  border-width: 22px;
}

.flow01 > li:not(:last-child) dl::after {
  border-width: 20px;
  border-top-color: #f5ac4a;
}

.flow01 > li dl dt {
  font-size: 1.2em;
  font-weight: 600;
  -ms-flex-preferred-size: 20%;
  flex-basis: 25%;
  margin-right: 1vw;
  text-align: center;
}
.flow01 > li dl dt {
  flex: 0 0 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.flow01 > li dl dt img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}


@media(max-width: 650px) {
  .flow01 > li:not(:last-child) {
    margin-bottom: 30px;
  }

  .flow01 > li dl {
    display: block;
    padding: 10px 15px;
  }

  .flow01 > li dl dt {
    margin-right: 0;
  }

  .flow01 > li dl dt .icon01 {
    font-size: .7em;
  }
}


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/

.accordion {
  max-width: 90%;
  padding: 2em 0em;
  text-align: left;
  margin: 0 auto;
}

/*------------------------------

ここからアコーディオンのCSS

------------------------------*/
/* チェックボックスは非表示 */
.accordion-hidden {
  display: none;
}

/* Question部分 */
.accordion-open {
  display: block;
  padding: 1em 3em 1em 3em;
  background: #fff;
  border: 3px solid #0f4277;
  cursor: pointer;
  border-radius: 100vh;
  margin: 5px 0;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 20px;
  color: #0f4277;
}

/* 開閉状態を示すアイコン+の作成 */
.accordion-open::before,
.accordion-open::after {
  content: '';
  width: 20px;
  height: 3px;
  background: #f5ac4a;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: translateY(-50%);
}

/* 一本は縦にして+を作る */
.accordion-open::after {
  transform: translateY(-50%) rotate(90deg);
  transition: .5s;
}

/* アコーディオンが開いたら縦棒を横棒にして-にする */
.accordion-hidden:checked + .accordion-open:after {
  transform: translateY(-50%) rotate(0);
}

/* Answer部分 */
.accordion-close {
  display: block;
  height: 0;
  overflow: hidden;
  padding: 0;
  opacity: 0;
  transition: 0.5s;
  /* 表示速度の設定 */
}

/* チェックボックスにチェックが入ったらAnswer部分を表示する */
.accordion-hidden:checked + .accordion-open + .accordion-close {
  height: auto;
  opacity: 1;
  padding: 10px 1.5em;

}


.section_pp {
  padding: 4em 0;
}

  
  table.formTable{
    width:100%;
    margin:2em auto;
    border-collapse:collapse;
  }
  table.formTable td,table.formTable th{
    border:1px solid #ccc;
    padding:10px;
    background:#fafafa;
  }
  table.formTable th{
    width:30%;
    font-weight:normal;
    background:#255bb9;
    text-align:left;
      font-weight: bold;
      color: #fff;
  }



/*--------------------------------------------------
フェードイン
-----------------------------------------------------*/

.fadein {
  opacity : 0;
  transform: translateY(10px);
  transition: all 1s;
}
.fadeup {
  opacity : 0;
  transform: translateY(-10px);
  transition: all 2s;
}

.fadein02 {
  opacity : 0;
  transform: translateY(20px);
  transition: all 3s;
}
.fadein03 {
  opacity : 0;
  transform: translateY(25px);
  transition: all 4s;
}


/*左からフェードイン*/
.fadeinleft {
  opacity : 0;
  transform: translateX(-40px);
  transition: all 1.5s;
}
/*右からフェードイン*/
.fadeinright {
  opacity : 0;
  transform: translateX(40px);
  transition: all 1.5s;
}

.zoomin {
opacity: 0;
}

.zoomin.isActive {
animation: zoomIn 0.8s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes zoomIn {
0% {
    transform: scale(0.8);
    opacity: 0;
}

100% {
    opacity: 1;
    transform: scale(1);
}
}

.popup {
opacity: 0;
}

.popup.isActive {
animation: popup 0.6s cubic-bezier(0.22, 1, 0.36, 1) 1 forwards;
}

@keyframes popup {
0% {
    transform: translateY(40px) scale(0.8);
    opacity: 0;
}

100% {
    transform: translateY(0) scale(1.0);
}

80%,
100% {
    opacity: 1;
}
}

.slidein.isActive {
animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) 1 forwards;
}

@keyframes slideIn {
0% {
    transform: translateX(180px);
    opacity: 0;
}

100% {
    transform: translateX(0);
}

40%,
100% {
    opacity: 1;
}
}

      /*--------------------------------------------------
下部固定ヘッダー（PC）
-----------------------------------------------------*/

#pc_btn {
  display: block!important;
  width: 100%;
  background:#fff;
  border-top: 4px solid #254088;
  text-align: center;
  padding: 1em 5px;
  transition: .3s;


}
    
.ctn_pc_btn {
  display: flex;
  justify-content: center;
  width: 1000px;
  margin: 0 auto;
}
.item_pc_btn {
  width: 25%;
  padding: 0 10px;
}

.pc_btn_last_tel {
  background-color: #f7751e;
  border-radius: 8px;
  display: flex;
  align-items: center;     /* 垂直方向の中央揃え */
  justify-content: center; /* 水平方向の中央揃え */
  height: 50px;
}
.pc_btn_last_tel a{
  color: #fff;
  font-weight: bold;
  font-size: 25px;
}

.fixed {
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 100000;
    
}

      /*--------------------------------------------------
下部固定ヘッダー（スマホ）
-----------------------------------------------------*/

#sp_btn {
  display: none!important;
}



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