@charset "utf-8";
/*------------------------------------------------------------------
全体
------------------------------------------------------------------*/
body {
  width: 100%;
  color: #222;
  font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  line-height: 40px;
}
h2 {
  font-size: 40px;
  color: #fff;
  font-weight: bolder;
}
h3 {
  font-size: 30px;
  padding-left: 10px;
  font-weight: 500;
}
p {
  line-height: 1.9rem;
}
.strong_p {
  font-weight: 500;
}
/*h3の左青色棒線*/
.border__left {
  position: relative;
}
.border__left::before {
  content: url("mg_25.png");
  position: absolute;
  left: 0;
}
/*文字前の丸*/
.maru {
  font-size: 10px;
  color: #222;
}
.flex_pc {
  display: flex;
}
dt {
  font-size: 22px;
}
dd {
  font-size: 22px;
}
/*------------------------------------------------------------------
メインビジュアル
------------------------------------------------------------------*/
main {
  width: 100%;
  max-width: 1180px;
  margin: auto;
}
.mv {
  position: relative;
  margin: 0px auto;
  width: 100%;
  z-index: 10;
}
.mv img {
  width: 100%;
}
/*------------------------------------------------------------------
メインコンテンツ
------------------------------------------------------------------*/
.section_1, .section_2, .section_3 {
  position: relative;
  margin: 50px auto;
  padding: 0 100px;
}
.section_1 .top {}
.section_1 .top .img {
  margin: 0 auto 50px;
  text-align: center;
}
.section_1 .top .text {
  margin-bottom: 50px;
}
.text p {
  margin-bottom: 30px;
}
.section_1 .tit {
  position: relative;
}
.tit h1 img, .tit h2 img {
  position: relative;
  text-align: center;
  margin: 0 auto 50px;
}
.section_2 {
  background-color: #f0fafc;
  padding: 50px 50px;
  margin-bottom: 0;
}
.section_2 .text {
  padding: 0 50px;
}
.section_2 .exa {
  margin-bottom: 80px;
}
.section_2 .exa .text {
  margin-top: 20px;
}
.section_2 .bull {
  background-color: #FFFFFF;
  padding: 50px;
  margin-bottom: 50px;
}
.section_2 .bull .bull1 {
  margin-bottom: 20px
}
.section_2 .bull .bull1 .tit {
  display: flex;
	margin-bottom: 10px;
}
.section_2 .bull .bull1 .tit .img {
  width: 2%;
}
.section_2 .bull .bull1 .tit .img img {
  padding-bottom: 11px;
}
.section_2 .bull .bull1 .tit .let {
  margin-left: -40px;
  width: 98%;
}
.section_2 .bull .bull1 .tit .let h3 {
  font-size: 1.5rem;
}
.section_3 {
  position: relative;
  margin: 0 0 50px;
  padding: 80px 50px;
  background-color: #f8f8f8;
	
}
.site {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 100px;
}
.site h2 {
  margin-bottom: 30px;
}
.site img {
  margin: 0 auto 30px;
}
.site a:hover {
  opacity: 0.7;
}
.pad {
  padding: 0 50px;
}
@media screen and (max-width:1180px) {
  main .main_visual, main .main_contents > * {
    padding-left: 2%;
    padding-right: 2%;
  }
  main img {
    max-width: 100%;
  }
}
/*==================================================================
レスポンシブ
===================================================================*/
@media screen and (max-width: 768px) {
  /*--------------------------------------
    全体
    ----------------------------------------*/
  body {
    line-height: 30px;
  }
  h2 {
    font-size: 22px;
  }
  h3 {
    font-size: 21px;
  }
  span {
    font-size: 20px;
  }
  p {
    font-size: 18px;
    line-height: 1.6rem;
  }
  dt {
    font-size: 18px;
  }
  dd {
    font-size: 16px;
  }
  /*h3の左青色棒線*/
  .border__left {
    position: relative;
  }
  .border__left::before {
    content: "";
    display: inline-block;
    height: 35px;
    width: 3px;
    position: absolute;
    left: 0;
    background-image: url("mg_25.png");
    background-size: contain;
    vertical-align: middle;
  }
  main {
    width: 100%;
  }
  main .main_visual, main .main_contents > * {
    padding-left: 0;
    padding-right: 0;
  }
  /*--------------------------------------
    メインビジュアル
    ----------------------------------------*/
  .mv {
    position: relative;
    margin: 0px auto;
    width: 100%;
    z-index: 10;
  }
  .mv img {
    width: 100%;
  }
  /*--------------------------------------
    メインコンテンツ
    ----------------------------------------*/
  .section_1, .section_2, .section_3 {
    position: relative;
    margin: 40px auto;
    padding: 0 20px;
  }
  .section_1 .top {}
  .section_1 .top .img {
    margin: 0 auto 15px;
    text-align: center;
  }
  .section_1 .top .text {
    margin-bottom: 50px;
  }
  .text p {
    margin-bottom: 20px;
  }
  .section_1 .tit {
    position: relative;
  }
  .tit h1, .tit h2 {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
  }
  .tit h1 img, .tit h2 img {
    margin: 0 auto 30px;
    width: 90%;
  }
  .sp {
    margin: 0 auto;
  }
  .section_2 {
    background-color: #f0fafc;
    padding: 20px 10px;
    margin-bottom: 0;
  }
  .section_2 .text {
    padding: 0 10px;
  }
  .section_2 .exa {
    margin-bottom: 40px;
  }
  .section_2 .exa .text {
    margin-top: 10px;
  }
  .section_2 .bull {
    background-color: #FFFFFF;
    padding: 40px 10px;
    margin-bottom: 20px;
  }
  .section_2 .bull .bull1 {
    margin-bottom: 30px
  }
  .section_2 .bull .bull1 .tit {
    position: relative;
    display: flex;
  }
  .section_2 .bull .bull1 .tit .img {
    width: 4%;
  }
  .section_2 .bull .bull1 .tit .img img {
    padding-bottom: 0px;
    padding-top: 11px;
  }
  .section_2 .bull .bull1 .tit {
    width: 100%;
    line-height: 1rem;
    margin-bottom: 20px;
  }
  .section_2 .bull .bull1 .tit h3 {
    font-size: 1.4rem !important;
    line-height: 1.9rem;
  }
  .section_2 .bull .bull1 .tit .let {
    margin-left: -30px;
    width: 98%;
  }
  .section_3 {
    position: relative;
    margin: 0 0 50px;
    padding: 40px 10px;
    background-color: #f8f8f8;
  }
  .site {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    padding: 0 20px;
  }
  .site h2 {
    margin-bottom: 30px;
  }
  .site h2 img {
    width: 53%;
  }
  .site img {
    margin-bottom: 30px;
  }
  .site img:hover {
    opacity: 0.7;
  }
  .pad {
    padding: 0 10px;
  }
}