@charset "utf-8";

/*全体*/
.content{
  padding: 0px 0 64px;
}
.page-pankuzu{
  padding-top: 15px;
  padding-bottom: 120px;
}

/* 中身 */
.trust{
  max-width: 1024px;
  width: 90%;
  margin: auto;
  padding: 60px 0;
}
.trust .common_title{
  padding-bottom: 30px;
}
.jp_title{
  color: #1D2959;
}

.trust_inner{
  max-width: 850px;
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
}
.trust_inner--tt{
  border: 3px solid #BDE7FA;
  margin-bottom: 30px;
}
.trust_inner--tt h3{
  background: #BDE7FA;
  color: #1D2959;
  font-weight: bold;
  font-size: 3rem;
  letter-spacing: 0.75px;
  height: 101px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.trust_inner--tt p{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 5%;
}
.trust_inner--flow{
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 35px;
}
.trust_inner--flow p{
  background: #BDE7FA;
  min-height: 195px;
  max-width: 195px;
  width: 195px;
  height: 195px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  color: #1D2959;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.6;
  text-align: center;
}
.trust_inner--last{
  text-align: center;
  font-weight: bold;
  font-size: 2rem;
  padding-top: 35px;
  letter-spacing: 2px;
  color: #10223A;
}
.trust_h3{
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 10px;
}
.trust .img_center{
  text-align: center;
  margin: 20px 0 60px;
}

.item{
  background: #F1F1F1;
  padding: 60px 0;
}
.item_inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.item_inner .common_title{
  padding-bottom: 30px;
}

.gridless{
  padding-top: 60px;
  margin-top: 60px;
  border-top: 1px solid #1D2959;
}
.gridless .main_text{
  font-size: 1.8rem;
  font-weight: bold;
}
.gridless_img{
  display: flex;
  gap: 35px;
  margin-top: 20px;
}
.gridless_img p{
  text-align: justify;
}
.gridless_img .image{
  max-width: 251px;
  width: 100%;
}

.img_flex{
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 45px;
  padding-bottom: 90px;
  margin-bottom: 60px;
  border-bottom: 1px solid #1D2959;
}
.img_flex p.text{
  font-weight: bold;
  text-align: center;
  padding-bottom: 20px;
}
.span_text01{
  color: #A932D9;
  font-size: 2rem;
}
.span_text02{
  color: #ED7D31;
  font-size: 2rem;
}
.item_inner.mttop{
  margin-top: 40px;
}
.list_dict{
  max-width: 937px;
  width: 95%;
  margin: auto;
  margin-top: 45px;
}
.list_dict_none{
  max-width: 937px;
  width: 95%;
  margin: auto;
}
.list_dict li,.list_dict_none li{
  text-indent: -1em;
  padding-left: 1em;
  line-height: 1.6;
  padding-bottom: 10px;
  font-size: 1.5rem;
  letter-spacing: 0;
}
.list_dict li:last-child,.list_dict_none li:last-child{
  padding-bottom: 0px;
}

.detail{
  background: #F1F1F1;
  padding: 35px;
  margin-top: 60px;
}
.detail_inner{
  background: #fff;
  padding: 50px 30px;
  margin-bottom: 30px;
}
.detail_inner:last-child{
  margin-bottom: 0;
}
.detail_inner h4{
  padding-bottom: 10px;
  font-size: 2rem;
}
.detail_inner .text{
  padding-bottom: 30px;
}
.detail_img--flex{
  display: flex;
  gap: 40px;
  justify-content: center;
}
.detail_img--flex .mt_26 {
  margin-top: 26px;
}
.detail_img--flex02{
  display: flex;
  gap: 10px;
  justify-content: center;
  margin-top: 40px;
}
.detail_img--flex02 p{
  text-align: center;
}

.over_link{
  background: #F1F1F1;
  max-width: 676px;
  margin: auto;
  margin-top: 60px;
  height: 140px;
  color: #077CAE;
  font-weight: bold;
  letter-spacing: 3.2px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  align-items:center;
  z-index: 1;
  position: relative;
  transition: .5s;
}
.over_link:hover{
  color: #F1F1F1;
  transition: .5s;
  background: #077CAE;
  opacity: 1;
}

.over_link span{
  font-size: 2.4rem;
  letter-spacing: 4.2px;
  position: relative;
}
.over_link::after {
  position: absolute;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 30px;
  width: 15px;
  height: 15px;
  border-top: 3px solid #E60013;
  border-right: 3px solid #E60013;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: .5s;
}
.over_link:hover:after{
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transition: .5s;
}

.link:hover{
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.link::after {
  content: url(../../common/img/gaibu_link.svg);
  position: relative;
  left: 10px;
}

/*技術交流会*/
.tech{
  margin-top: 60px;
}
.tech_flex{
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-top: 40px;
}
.tech_flex .image{
  max-width: 328px;
  width: 100%;
}
.img_flex--tech{
  display: flex;
  justify-content: center;
  gap: 35px;
  margin-top: 40px;
}

.calendar_box{
  width: 100%;
}
p:has(+ .calendar_list){
  font-weight: bold;
  font-size: 1.8rem;
  letter-spacing: 6.4px;
}

.calendar_list div{
  padding: 5px 25px 0;
  display: flex;
  gap: 20px;
}
.calendar_list time{
  width: 130px;
}
.calendar_list div p{
  text-indent: -5.3em;
  padding-left: 5.3em;
  font-size: 1.4rem;
}

/* けんきゅうお問い合わせメニュー */
.cont_re{
  background: #F1F1F1;
  height: 365px;
  padding: 64px 0;
}
.cont_re--inner{
  max-width: 1024px;
  width: 90%;
  margin: auto;
}
.cont_re--inner .common_title{
  margin-bottom: 30px;;
}
.cont_re--bo{
  display: flex;
  align-items: center;
  gap: 25px;
  color: #1D2959;
  font-size: 2.4rem;
  letter-spacing: 4.8px;
  font-weight: bold;
  justify-content: center;
}
.cont_re--bo::after{
  content: "";
  height: 1px;
  background: #1D2959;
  max-width: 460px;
  width: 100%;
}
.cont_re--link{
  display: flex;
  gap: 20px;
  margin-top: 20px;
}
.cont_re--link .common_link{
  background: #fff;
  height: 70px;
  max-width:502px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #1D2959;
  font-size: 2.4rem;
  font-weight: bold;
  transition: .5s;
}
.cont_re--link .common_link::before{
  content: url(../img/mail_icon.svg);
  position: relative;
  left: -10px;
}
.cont_re--link .common_link:hover{
  color: #fff;
  transition: .5s;
}
.cont_re--tefa{
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 415px;
  font-weight: bold;
  width: 100%;
  margin-block: auto;
}
.cont_re--tel,.cont_re--fax{
  font-size: 2.4rem;
  color: #1D2959;
  font-weight: bold;
  display: flex;
  align-items: center;
}
.cont_re--tel::before,.cont_re--fax::before{
  position: relative;
  left: -10px;
  line-height: 1;
}
.cont_re--tel::before{
  content: url(../img/tel_icon.svg);
}
.cont_re--fax::before{
  content: url(../img/fax_icon.svg);
}
@media screen and (max-width: 1279px) {
/* 推奨動作環境1280pxに固定 */
  body {
    width: 1280px;
  }
}

@media screen and (min-width: 767px),print {
  .pagevisual {
    background: url("../img/mv.webp") no-repeat center;
    background-size: cover;
  }

  /*インタビュー*/
  .voice_bg{
    height: 400px;
  }
}

@media screen and (max-width: 767px) {
/* スマホ閲覧時、横幅可変 */
  body {
    width: 100%;
  }
  .content {
    padding: 0px 0 40px;
  }
  .pagevisual {
    background: url("../img/mv_sp.webp") no-repeat center;
    background-size: cover;
  }
  .page-pankuzu{
    padding-bottom: 45px;
  }

  .link_flex{
    flex-direction: column;
  }
  .link_flex--box{
    height: 260px;
    gap: 20px;
    display: flex;
    overflow: hidden;
  }
  .link_flex--tt{
    padding: 30px 5%;
  }
  .over_link {
    width: 90%;
    height: auto;
    padding: 20px 5%;
    letter-spacing: 2.4px;
    margin-top: 30px;
  }
  .over_link span{
    font-size: 1.8rem;
  }

  /*インタビュー*/
  .common_title .jp_title{
    letter-spacing: 2px;
  }

  .cont_re{
    height: auto;
    padding-top: 40px;
  }
  .cont_re--bo{
    font-size: 1.8rem;
    letter-spacing: 2px;
  }
  .cont_re--bo::after{
    width: 35vw;
  }
  .cont_re--tefa{
    align-items: flex-start;
  }
  .cont_re--tel, .cont_re--fax{
    padding-left: 1em;
  }
  .cont_re--link{
    flex-direction: column;
  }
  .cont_re--link .common_link{
    font-size: 1.6rem;
  }

  .trust{
    padding-top: 40px;
  }
  .trust_inner{
    margin-bottom: 40px;
  }
  .trust_inner--flow{
    gap: 10px;
    margin-top: 20px;
  }
  .trust_inner--tt{
    margin-bottom: 20px;
  }
  .trust_inner--tt h3{
    height: auto;
    font-size: 1.8rem;
    padding: 10px 5%;
  }
  .trust_inner--tt p{
    padding: 20px 5%;
    margin-bottom: 20px;
  }
  .trust_inner--last {
    font-size: 1.6rem;
    padding-top: 15px;
    letter-spacing: 1px;
  }

  .trust_inner--flow p {
    min-height: 100px;
    max-width: 100px;
    width: 100px;
    height: 100px;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 1.4;
  }
  .trust .common_title{
    padding-bottom: 20px;
  }
  .pb_80 {
    padding-bottom: 40px;
  }

  /*技術交流会*/
  .tech{
    margin-top: 40px;
  }
  .tech_flex{
    flex-direction: column;
    gap: 0px;
  }
  .img_flex--tech{
    gap: 10px;
    margin-top: 20px;
  }
  .calendar .mt_10{
    margin-top: 20px;
  }
  .calendar_box{
    padding: 20px 5%;
    margin-top: 20px;
  }
  p:has(+ .calendar_list){
    font-size: 2.4rem;
  }
  .calendar_list div{
    flex-direction: column;
    gap: 0px;
    padding: 5px 0%;
  }
  .calendar_list div p{
    text-indent: -0em;
    padding-left: 0em;
  }

  .img_flex{
    gap: 30px;
    flex-direction: column;
    margin-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 30px;
  }
  .img_flex p.text{
    padding-bottom: 10px;
  }
  .gridless .main_text{
    font-size: 1.6rem;
  }
  .gridless_img{
    flex-direction: column;
    align-items: center;
  }

  .detail{
    padding: 30px 5%;
    margin-top: 40px;
  }
  .detail_inner{
    padding: 30px 5%;
  }
  .detail_inner h4{
    font-size: 1.8rem;
  }
  .detail_img--flex{
    flex-direction: column;
    gap: 10px;
  }
  .detail_img--flex .mt_26 {
    margin-top: 0;
  }
  .detail_img--flex02{
    flex-direction: column;
    gap: 20px;
  }

  .list_dict{
    margin-top: 20px;
  }
}

/* 印刷用設定 */
@media print {

}
@page {
  size: A4;
  margin: 5px;
}
