@charset "UTF-8";

img{
	max-width:100%;
	height:auto;
	vertical-align:bottom;
}
.notes{
  font-size: 10px;
  text-align:right;
  color:#949494;
}

/*-------------section共通-----------------------------------*/
section{
  width:100%;
  padding-bottom: 50px;
}
.sec_content{
  width:93.878%;
  margin:0 auto;
}
.section p{
  margin-bottom:15px;
}
.h2{
  padding-top:50px;
  text-align: center;
  font-size:26px;
  color:#3C3C3C;
  display:flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap:8px;
  margin-bottom:30px;
  }
.h2::after{
  content:"";
  width:12%;
  height:3px;
  background-color:#E6002D;
}
section p{
  margin-bottom:15px;
}
.strength_underline{
  background: linear-gradient(transparent 70%, rgb(255,250,202) 70%)
}
.Br_ss{
  display:none;
}
.sec_fv{
  min-width:200px;
  margin:0 auto;
}
/*------------idaの強みTOP----------------*/
.feature_top{
  background: #fff url(../img/middle/ida_strength/bg1.jpg) no-repeat top;
  position: relative;
  background-color:rgba(255,255,255,0.2);
  background-blend-mode:lighten;
}
.feature_top::after {
  position: absolute;
  content: '';
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  border: 100px solid transparent;
  border-top: 50px solid #fff;
  width: 0;
  height: 0;
}
.menu_icon{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:30px;
  margin-bottom:30px;
  margin-top:50px;
}
.menu_icon dl{
  width:200px;
  background-color: #fff;
  border:solid 3px #E6002D;
  padding:15px;
  border-radius:10px;
  display:flex;
  flex-direction: column;
  align-items: center;
  padding:30px 15px 15px 15px;
  transition: all 0.3s;
  position:relative;
}
.menu_icon dl:hover{
  background-color: #FFBCBE;
}
.menu_icon dl dd{
  text-align: center;
  color: #3C3C3C;
  font-weight: bold;
  font-size: 16px;
}
.featureNum{
	background-color:#E6002D;
	color:#fff;
	padding:10px;
	max-width:40px;
	max-height:40px;
	text-align: center;
  border-radius: 50%;
	position:absolute;
	top:-20px;
  left:50%;
  transform: translateX(-50%);
	font-weight:bold;
}

/*------------idaの強み----------------*/
.features{
  background-color:#FFBCBE;
  padding:80px 0 100px 0;
}
.wrapper{
  width:95.89%;
  margin:0 auto;
  padding:50px 30px;
  background-color: #fff;
}
.feature{
  position: relative;
  text-align: center;
  position: relative;
  margin-bottom:80px;
}
.feature::after {
  position: absolute;
  content: '';
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 80px solid transparent;
  border-top: 40px solid #fff;
  width: 0;
  height: 0;
}
.feature:last-child:after {
  content: none;
}
#sec3{
  margin-bottom:0;
}
.feature ul{
  text-align: left;
}
.feature ul li+li{
  margin:15px 0;
}
.feature li {
  list-style-type: none; /*点を非表示*/
  position: relative; /*基準位置*/
  padding-left: 1em;
  }
  .feature li:before {
  border-radius: 50%; /*丸くする*/
  width: 8px; /*点の幅*/
  height: 8px; /*点の高さ*/
  display: block;
  position: absolute; /*絶対配置*/
  left: -0.5em; /*点の位置*/
  top: 0.5em; /*点の位置*/
  content: "";
  background: #E5002D; /*点の色*/
  }
  /*------------idaの強みタイトル----------------*/
.feature dl dt{
  display:flex;
  flex-direction: column;
  align-items: center;
}
.feature dl dd{
  font-size: 24px;
  font-weight: bold;
  margin:30px 0;
  color:#3C3C3C;
}
.f_char{
  font-size: 20px;
  font-weight:bold;
}
.f_num{
  color: #E5002D;
  font-size: 40px;
  font-weight:bold;
  display:block;
  border-bottom:3px solid #E5002D;
}
/*------------idaの強み01----------------*/
.type_list{
  border:3px solid #E5002D;
  margin:10px 0;
  border-radius: 10px;
  padding:15px 30px 0 40px;
}
.type_list li:before {
  content:none;
}
.type_list li {
  list-style-type: disc;
}
#sec1 ul:last-child{
  margin-top:15px;
}
.feature ul li a{
  color:#3C3C3C;
  text-decoration:underline;
  transition:all .2s ease;
  font-weight:bold;
}
.feature ul li a:hover{
  color:#E5002D;
} 
/*-----------01表モーダル--------
.compare_table a:hover {
  opacity: 0.8;
}
.compare_table a img {
  width: 200px;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
}
.bigimg {
  position: absolute;
  width: 80%;
  max-width: 800px;
  top: 80px;
  left: 0;
  right: 0;
  margin-right: auto;
  margin-left: auto;
}
.close-btn {
  color: #fff;
  font-size: 40px;
  position: absolute;
  right: 20px;
  top: 0;
}
.close-btn a {
  color: #fff;
  text-decoration: none;
}--------*/
/*-----------01表スクロール----------------*/
.container {
  margin-inline: auto;
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: wrap; /* テキストの折り返しなし */
  width:100%;
  border: 3px solid #FFBCBE;
  box-sizing: border-box;
}
.compare_table {
  width: 800px; /* tableタグの親要素より広く */
  font-size: 13px;
}
.compare_table th {
  font-weight: normal;
  border: 1px solid #ccc;
  color: #333;
  padding: 10px;
  min-width:50px;
  background:#D8D8D8;
}
.compare_table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: left;
}
.class_type{
  background:#D8D8D8;
  text-align: center;
  min-width:65px;
}
/*-----------01表スクロールそのに★★★----------------*/
.container2 {
  margin-top:15px;
  margin-inline: auto;
  overflow-x: auto; /* tableタグのはみ出た要素を隠す */
  white-space: wrap; /* テキストの折り返しなし */
  width:100%;
  border: 3px solid #FFBCBE;
  box-sizing: border-box;
}
.compare_table2 {
  font-size: 13px;
}
.compare_table2 th {
  font-weight: normal;
  border: 1px solid #ccc;
  color: #333;
  padding: 5px;
  min-width:40px;
  background:#D8D8D8;
}
.compare_table2 td {
  border: 1px solid #ccc;
  padding: 5px;
  text-align: left;
}
.class_type2{
  background:#D8D8D8;
  text-align: center;
}
/*------------idaの強み02----------------*/
.sec2_img{
  margin:30px 0;
}
/*------------idaの強み03----------------*/
.press_table{
  margin-top: 30px;
  text-align: left;
  border-collapse:collapse;
  font-size: 13px;
  border: 3px solid #D8D8D8;
  box-sizing: border-box;
}
.press_table tr{
  border: 2px solid rgba(23, 35, 81, 0.1);
}
.press_table tr:hover{
  background-color:#fee696de;
  }
.press_table th{
  background:#D8D8D8;
  text-align: center;
  font-weight: normal;
  padding:5px;
}
.press_table tr td a{
  padding:5px;
  display: block;
  color:#000;
}
.press_table tr td+td{
  border: 2px solid rgba(23, 35, 81, 0.1);
}
.press_table tr .press_year{
  background: #D8D8D8;
  padding:5px;
  width:5em;
}
.table_notes{
  text-align: right;
}

/*ここから*/
.press_msg{
  margin:30px 0 15px;
  font-weight: bold;
  color:#333;
  font-size:16px;

  display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.press_msg::before,
.press_msg::after {
	content: '';
	width: 100px;
	height: 1px;
	background-color: #333;
}
.press_msg::before {
	margin-right: 20px;
}
.press_msg::after {
	margin-left: 20px;
}
.press{
  display: flex;
  justify-content:center;
  flex-wrap:wrap;
  gap:30px;
  margin-bottom:15px;
}
.press_name{
  text-align: left;
}
.press_name li{
  margin-bottom:15px;
  font-size:12px;
}
.press_name li:before {
  border-radius: 50%;
  width: 4px;
  height: 4px;
  display: block;
  position: absolute;
  left: -0.5em;
  top: 0.5em;
  content: "";
  background: #333;
  }
.press_note{
    margin-bottom:15px;
    font-size:10px;
}
.btn a{
  background-color: #E5002D;
  color:#fff;
  font-weight: bold;
  font-size:16px;
  display: inline-block;
  padding:10px 30px;
  border-radius: 35px;
  transition:all 0.1s ease-out;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
  min-width:350px;
}
.btn a:hover{
  opacity:.6;
}
/*ここまで*/
/*------------ご相談----------------*/
.links{
  background: #fff url(../img/middle/ida_strength/bg2.jpg) no-repeat top;
  background-size: cover;
  background-color:rgba(255,255,255,0.1);
  background-blend-mode:lighten;
}
.links h2::after{
  background-color:#6CB8C4;
}
.link_icons{
  display:flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:30px;
  margin-bottom:30px;
}
.l_icon{
  width:200px;
  padding:15px;
  border-radius:10px;
  gap:15px;
  padding:15px;
}
.l_icon dt img{
  background-color: #DAFF87;
  border-radius: 50%;
}
.l_icon dd{
  text-align: center;
  color: #3C3C3C;
  font-weight: bold;
  font-size: 16px;
  padding-top:15px;
}
/*------------セミナー----------------*/
.seminar{
  text-align: center;
  background:linear-gradient(to top, rgb(255, 255, 255, 1) 14%, rgba(217,255,129,0.8) 50%,rgba(217,255,129,1) 100%);
}
.seminar h2::after{
  background-color:#6CB8C4;
}
.seminar p{
font-size:20px;
font-weight: bold;
}
.seminar_ppl{
  display:flex;
  justify-content: space-between;
  align-items: flex-end;
}
.seminar_ppl .msg{
  width:50%;
  margin:20px 0 50px 0;
}
.seminar_ppl .ppl{
  max-width:20%;
}
.baloon{
  background-color: #fff;
  border-radius:10px;
  display:inline-block;
  padding:5px 30px;
  max-width:300px;
  margin-bottom:30px;
  position:relative;
  color:#6CB8C4;
}
.baloon::after {
  position: absolute;
  content: '';
  left: 50%;
  top:100%;
  transform: translateX(-50%);
  border: 25px solid transparent;
  border-top: 15px solid #fff;
  width: 0;
  height: 0;
}
.bnnr{
  margin-top:15px;
}
/*************************************
レスポンシブ
*************************************/
@media screen and (max-width: 768px) {
  /*-------------section共通-----------------------------------*/
  .Br_sd{
    display:none;
  }
}
@media screen and (max-width: 431px){
  /*-------------section共通-----------------------------------*/
  section{
    padding-bottom: 25px;
  }
  .h2{
    padding-top:25px;
    font-size:1.25rem;
    gap:5px;
    margin-bottom:15px;
    padding-left:15px;
    padding-right:15px;
    }
  .Br_ss{
    display:block;
  }
  .notes{
    font-size: 10px;
    text-align:right;
    color:#5F5F5F;
  }
  /*------------idaの強みTOP----------------*/
  .feature_top::after {
    border: 50px solid transparent;
    border-top: 25px solid #fff;
  }
  .menu_icon{
    gap:30px;
    margin-bottom:15px;
    margin-top:30px;
  }
  .menu_icon dl{
    width:160px;
    padding:20px 10px 10px 10px;
  }
  .menu_icon dl dd{
    font-size: 14px;
  }
  .sec_fv{
    width:30%;
  }
  /*------------idaの強み----------------*/
  .features{
    padding:40px 0 50px 0;
  }
  .wrapper{
    padding:25px 15px;
  }
  .feature{
    margin-bottom:40px;
  }
  .feature::after {
    border: 50px solid transparent;
    border-top: 25px solid #fff;
  }
  .feature ul li+li{
    margin:10px 0;
  }
  .feature li:before {
    left: -0.3em; /*点の位置*/
    }
    /*------------idaの強みタイトル----------------*/
  .feature dl dd{
    font-size: 1.25rem;
    margin:15px 0;
  }
  .f_char{
    font-size: 20px;
  }
  .f_num{
    font-size: 28px;
    border-bottom:4px solid #E5002D;
  }
  /*------------idaの強み01----------------*/
  .type_list{
    padding:10px 15px 0 25px;
  }
  .compare_table {
    width: 800px; /* tableタグの親要素より広く */
    font-size: 13px;
  }
  .compare_table th {
    padding: 5px;
  }
  .compare_table td {
    padding: 5px;
  }
  #sec1 ul:last-child{
  margin-top:10px;
  }

  .compare_table2 {
    width: 800px; /* tableタグの親要素より広く */
    font-size: 13px;
  }
  /*------------idaの強み02----------------*/
  .sec2_img{
    margin:15px 0;
  }
  /*------------idaの強み03----------------*/
  .press_table{
    margin-top: 15px;
  }
  .press_table th{
    padding:5px 0;
  }
  /*ここから*/
  .press_msg{
    margin:15px 0 15px;
    font-size:14px;
  }
  .press_msg::before,
  .press_msg::after {
    content: '';
    width: 3em;
    height: 1px;
  }
  .press_msg::before {
    margin-right: 15px;
  }
  .press_msg::after {
    margin-left: 15px;
  }
  .press{
    flex-direction: column;
    gap:0px;
    margin:0 0 15px 15px;
  }
  .press_name{
    text-align: left;
  }
  .press_name li{
    margin-bottom:10px;
    font-size:12px;
  }
  .btn a{
    font-size:14px;
    display: block;
    padding:10px 15px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.3);
    min-width:initial;
  }
  .btn a:hover{
    opacity:.6;
  }
  /*ここまで*/
  /*------------ご相談----------------*/
  .link_icons{
    gap: 15px;
    margin-bottom:15px;
  }
  .l_icon{
    max-width:150px;
    padding:15px;
    gap:10px;
  }
  .l_icon dd{
    font-size: 14px;
    padding-top:10px;
  }
/*------------セミナー----------------*/
  .seminar p{
  font-size:14px;
  }
  .seminar_ppl .msg{
    width:60%;
    margin:10px 0 25px 0;
  }
  .seminar_ppl .ppl{
    max-width:20%;
  }
  .baloon{
    padding:5px 30px;
    margin-bottom:15px;
  }
  .baloon::after {
    border: 15px solid transparent;
    border-top: 10px solid #fff;
  }
  .bnnr{
    margin-top:5px;
  }
  
}