@charset "UTF-8";
/* CSS Document */

.column_head{
  margin: 0;
  border-bottom: none;
  margin-bottom: 70px;
}

.column_head > div{
  width: 100%;
  padding: 0;
  margin: 0;
}

.column_head h1{
  margin: 0;
}

.tr_header{
  text-align: center;
  background: #4CAFA6;
  position: relative;
}

.tr_header h1{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 46px;
  line-height: 1;
  color: #FFF;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%)
}

.tr_header h1 span{
  font-size: 28px;
  display: block;
  margin-top: 10px;
}

.tr_co{
  padding: 0 20px;
}

.tr_co p{
  font-size: 16px;
  line-height: 1.8;
}

.tr_co .new{
  width: 746px;
  margin: 60px auto 70px;
  background: #EEF4F7;
  border-radius: 15px;
  box-sizing: border-box;
}

.tr_co .new a{
  padding: 40px 60px;
  color: #000;
  display: block;
}

.tr_co .l_pic{
  width: 100%;
  overflow: hidden;
  position: relative;
  box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.3);
}

.tr_co .l_pic img{
  width: 100%;
  height: auto;
  transform-origin: center;
  transition: .6s all;
}

@media screen and (min-width: 981px) {
  .tr_co a:hover .l_pic img{
    transform: scale(1.05);
  }
}

.tr_co .new .l_pic{
  overflow: visible;
}

.tr_co .new .l_pic > div{
  overflow: hidden;
}

.tr_co .l_pic p{
  width: 70px;
  height: 70px;
  font-size: 18px;
  line-height: 70px;
  color: #FFF;
  text-align: center;
  background: #3378BA;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  left: -20px;
}

.tr_co .new h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #0056A8;
  margin: 20px 0 10px;
}

.tr_co .tr_btn{
  width: 190px;
  height: 35px;
  font-size: 14px;
  line-height: 35px;
  text-align: center;
  color: #39988F;
  border: 1px solid #39988F;
  border-radius: 50px;
  display: block;
  margin: 25px auto 0;
  cursor: pointer;
}

.tr_co .tr_list{
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.tr_co .tr_list li{
  width: 46%;
}

.tr_co .tr_list li:nth-of-type(n+3){
  margin-top: 50px;
}

.tr_co .tr_list a{
  color: #000;
  display: block;
}

.tr_co .tr_list h2{
  font-family: 'UD Shin Go DemiBold', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'Meiryo', 'メイリオ', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 24px;
  line-height: 1.3;
  color: #0056A8;
  margin: 20px 0 10px;
}

.tr_co .tr_list p{
  line-height: 1.5;
}


@media screen and (max-width: 980px) {
  
  .column_head{
    margin: 0;
    border-bottom: none;
    margin-bottom: 10vw;
  }

  .column_head > div{
    width: 100%;
    padding: 0;
    margin: 0;
  }

  .column_head h1{
    margin: 0;
  }


  .tr_header h1{
    font-size: 8vw;
    line-height: 1;
    white-space: nowrap;
  }

  .tr_header h1 span{
    font-size: 4.5vw;
    display: block;
    margin-top: 3vw;
  }

  .tr_co{
    padding: 0;
    margin-bottom: 30vw;
  }

  .tr_co p{
    font-size: 3.9vw;
    line-height: 1.9;
  }

  .tr_co .new{
    width: 100vw;
    margin: 10vw -4vw;
    border-radius: 0;
  }

  .tr_co .new a{
    padding: 8vw 5vw;
    color: #000;
    display: block;
  }

  .tr_co .l_pic{
    box-shadow: .3vw .3vw 1vw .3vw rgba(0, 0, 0, 0.3);
  }

  .tr_co .l_pic p{
    width: 16vw;
    height: 16vw;
    font-size: 4.5vw;
    line-height: 16vw !important;
    top: -6vw;
    left: -2vw;
  }

  .tr_co .new h2{
    font-size: 5.5vw;
    line-height: 1.4;
    margin: 5vw 0 2vw;
  }
  
  .tr_co .new p{
    line-height: 1.6;
  }

  .tr_co .tr_btn{
    width: 45vw;
    height: 8vw;
    font-size: 3.8vw;
    line-height: 8vw;
    border-radius: 10vw;
    margin: 5vw auto 0;
  }

  .tr_co .tr_list{
    display: block;
    padding: 0 1vw;
  }

  .tr_co .tr_list li{
    width: 100%;
  }

  .tr_co .tr_list li:nth-of-type(n+2){
    margin-top: 15vw;
  }

  .tr_co .tr_list h2{
    font-size: 5.5vw;
    line-height: 1.4;
    margin: 5vw 0 2vw;
  }

  .tr_co .tr_list p{
    line-height: 1.5;
  }

}
