body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic,
  "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo,
  sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

hr {
  margin-top: 20px;
  border-top: 1px solid #dcdddd;
}

ul {
  list-style-type: none;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}

.clear {
  clear: both;
}

a,
a:link,
a:active,
a:visited {
  color: #ed6c00;
  outline: none;
  border: none;
  text-decoration: underline;
}

a:hover {
  filter: alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
}

p {
  color: #3e3a39;
  font-size: 19px;
  line-height: 32px;
  letter-spacing: 2px;
}

a.btn:hover {
  color: #fff;
}

a.btn {
  display: block;
  width: 350px;
  letter-spacing: 2px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-right: auto;
  margin-left: auto;
  padding: 15px 5px 15px 5px;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 20px 23px;
  background-color: #3F8FCE;
  text-decoration: none;
  border-radius: 5px;
  clear: both;
}

span.tel-none{
  pointer-events: none;
}
span.tel-none a{
  color: #333;
  text-decoration: none;
}

@media (min-width: 991px) {
  a[href^="tel:"] {
      pointer-events: none;
      cursor: default;
      color: #333;
      text-decoration: none;
  }
  }

@media screen and (max-width: 600px) {
  a.btn {
    width: 90%;
  }
  
}

/*	header
________________________________________*/

header {
  position: relative;
  z-index: 10;
  padding: 0px 30px 10px 30px;
}
header h1,
header p{
  font-size: 11px;
  line-height: 14px;
  color: #333;
  margin-top:5px;
  font-weight: normal;
  display: block;
  padding: 0;
  margin-bottom: 10px;
  letter-spacing: 0px;
}
header .left{
  float: left;
  width: 20%;
  border-radius: 0px 0px 10px 10px;
  padding: 15px 0px 0px 0px;
}
header .left img{
  width: 230px;
  margin-left: 0;
}
header .right{
  float: right;
  width: 80%;
}
header .right .first{
  float: left;
  width: 20%;
  margin-top: 35px;
}
header .right .first ul{
  float: right;
}
header .right .first ul li{
  float: left;
  margin-right: 20px;
  text-decoration: underline;
  font-size: 16px;
  font-weight: bold;
}
header .right .first ul a{
  color: #333;
}
header .right .first img{
  width: 30px;
}
header .right .wrapeer .second{
  float: left;
  width: 39%;
  margin-top: -30px;
  text-align: center;
  padding: 15px 12px 12px 12px;
}
header .right .wrapeer .second{
  margin-right: 10px;
  background-color: #EC6D74;
}

header .right .wrapeer .third{
  float: left;
  width: 39%;

}
header .right .wrapeer .third .inner{
  margin-top: -30px;
  text-align: center;
  padding: 15px 12px 12px 12px;
  background-color: #127BB5;
}



header .right .wrapeer h2{
  color: #fff;
  font-size: 22px;
  letter-spacing: 2px;
  margin-top: 0px;
}
header .right .wrapeer a{
  color: #fff;
  text-decoration: none;
}
header .right .wrapeer ul{
  padding-top: 6px;
}

header .right .wrapeer ul li a{
  float: left;
  border: #fff 1px solid;
  padding: 8px 5px 8px 5px;
  width: 49%;
  background: url("../img/common/arrow-right-white.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  font-size: 16px;
  color: "#fff";
}
header .right .wrapeer ul li:first-child a {
  margin-right: 2%;
}
header .right .wrapeer ul li:last-child a{
  background: url("../img/common/arrow-right-pink.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  background-color: #fff;
}
header .right .wrapeer .third ul li:last-child a{
  background: url("../img/common/arrow-right-blue.svg") no-repeat;
  background-size: 8px 8px;
  background-position: 10px 16px;
  background-color: #fff;
}

header .right .wrapeer .second ul li:last-child a{
  color: #EC6D74;
}
header .right .wrapeer .third ul li:last-child a{
  color: #127BB5
}


header .wrapeer02 ul{
  float: right;
}
header .right .wrapeer .wrapeer02 li{
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 15px;
  float: left;  
  margin-left: 10px;
  letter-spacing: 1px;


}

header .right .wrapeer .wrapeer02 a,
header .right .wrapeer .wrapeer02 ul li:last-child a{
  color: #333;
  text-decoration: none;
      border:none;
      width: 100%;
      padding: 0px 0px 0px 12px;
  background: url("../img/footer/arrow-right-red.svg") no-repeat;
  background-size: 8px 8px;
  background-position: left 7px;
  background-color: none;
}




/*	drawer
_________________*/

.drawer-menu img {
  width: 200px;
  margin-bottom: 10px;
  margin-left: 30px;
}

.drawer-menu li a {
  color: #333;
  text-decoration: none;
}

.drawer-menu li {
  border-bottom: 1px solid #dcdddd;
  letter-spacing: 1px;
  font-size: 14px;
  margin: 20px 20px 20px 20px;
  padding: 0px 0px 20px 20px;
  background: url("../img/common/arrow-right-blue.svg") no-repeat;
  background-size: 6px 6px;
  background-position: 0px 7px;
}

.drawer-menu li:first-child {
  background: none;
  margin: 10px 20px 20px 20px;
  padding: 0px 0px 20px 0px;
}
.drawer-menu li.title {
  padding: 10px 0px 10px 2px;
  background: none;
  font-weight: bold;
  font-size: 16px;
  color: #000;
}

ul.drawer-menu {
  padding: 10px 0px 10px 0px;
}


@media screen and (min-width: 1700px) {
  header .right .wrapeer .second,
  header .right .wrapeer .third{
    width: 500px;
  }
}
@media screen and (max-width: 1300px) {
  header {
    padding: 0px 10px 10px 10px;
  }
  header .right .wrapeer h2{
    font-size: 18px;
    letter-spacing: 1px;
  }
  header .right .wrapeer ul li a{
    padding: 8px 5px 8px 5px;
    font-size: 14px;
    background-position: 10px 14px;
  }
  header .right .wrapeer ul li:last-child a{
    background-position: 10px 14px;
  }
  header .right .wrapeer .third ul li:last-child a{
    background-position: 10px 14px;
  }

  header h1,
  header p{
  font-size: 10px;
  letter-spacing: 0px;
}
header .left img{
  width: 210px;
}
header .right .first{
  width: 20%;
  margin-top: 30px;
}
header .right .first ul li{
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
header .right .first ul li img{
  margin-top: -5px;
}
  header .right .wrapeer .wrapeer02 ul li:last-child a{
  background-position: left 7px;
}
}


@media screen and (min-width: 1101px) {
  .d-menu{
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  header .right{
    display: none;
  }
  header .left{
    width: 300px;
    padding: 5px 0px 0px 0px;
  }
}



/*	main
________________________________________*/

.home main{
  padding-top: 400px;
  margin-top: -40px;
  height: 950px;
  position: relative;
  background: url("../img/home/main.jpg") no-repeat;
  background-size: 2700px 950px;
  background-position: center top;
  z-index: 1;
}
.home main img{
  width: 1000px;
}

@media screen and (max-width: 1300px) {
  .home main{
    padding-top:310px;
    height: 750px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 2300px 750px;
    background-position: center top;
  }
  .home main img{
    width: 70%;
  }
}
@media screen and (max-width: 1101px) {
  .home main{
    padding-top:120px;
    height:550px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1600px 550px;
    background-position: center top;
  }
  .home main img{
    width: 500px;
  }
}
@media screen and (max-width: 790px) {
  .home main{
    padding-top:90px;
    height:450px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1300px 450px;
    background-position: right 44% top 0;
  }
  .home main img{
    width: 80%;
  }
}
@media screen and (max-width: 510px) {
  .home main{
    padding-top:80px;
    height:350px;
    background: url("../img/home/main.jpg") no-repeat;
    background-size: 1000px 350px;
    background-position: right 42% top 0;
  }
  .home main img{
    width: 300px;
  }
}


/*	home
________________________________________*/

.home .sc01{
  background: url("../img/home/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 70px;
  padding-bottom: 40px;
}
.home .sc01 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;

}

.home .sc01 p::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.home .anchor-block{
  border-top: #dcdddd 1px solid;
  border-bottom: #dcdddd 1px solid;
}
.home .anchor-block a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

.home .anchor-block .left{
  text-align: center;
  width: 50%;
  float: left;
}
.home .anchor-block .right{
  text-align: center;
  width: 50%;
  float: right;
}
.home .anchor-block .inner{
  padding: 30px 20px 30px 20px;
  width: 100%;
  background: url("../img/common/btn-under-pink.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #EC6D74;

}
.home .anchor-block .right .inner{
  margin-left: 1px;
  background: url("../img/common/btn-under-blue.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #127BB5;
}

.home .sc02{
  position: relative;
  margin-top: 100px;
  background: url("../img/home/sc02-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% + 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.home .sc02 .respons-full{
  width: 54%;
  float: left;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.home .sc02 .respons-full img{
  position: absolute;
  width: 400px;
  margin-top: -90px;
  margin-left: 95px;
  z-index: 10;
}
.home .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #EC6D74;
  border: solid 1px #EC6D74;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.home .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #EC6D74;
  z-index: 1;
}

.home .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home .sc02 .respons-full p{
  margin-bottom: 0;
}

.home .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 70px;
  margin-top: -150px;
}

.home .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.home .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.home .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.home .sc0202 .respons-4 img{
  width: 160px;
  position: absolute;
  margin-top: -90px;
  margin-left: 70px;
}
.home .sc0202 .respons-4:nth-child(2) img{
  width: 140px;
  margin-top: -99px;
  margin-left: 95px;
}
.home .sc0202 .respons-4:nth-child(3) img{
  width: 150px;
  margin-top: -85px;
  margin-left: 75px;
}

.home .sc0202 .respons-6 .inner{
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-pink.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #fff;
}
.home .sc0202 .respons-6.right .inner{
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #B60005;
}

.home .sc0202 .second{
  margin-top: 30px;
}
.home .sc0202 .respons-6 a{
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.home .sc0202 .respons-6.right a{
  color: #fff;
}

.home .sc0202 .respons-6.left .inner span{
  display: block;
  margin-top: 10px;
}

.home .sc0202 .respons-6.right .inner {
  line-height: 22px;
}
.home .sc0202 .respons-6.right .inner span small{
  font-size: 14px;
}


.home .sc03{
  position: relative;
  margin-top: 100px;
  background: url("../img/home/sc03-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% - 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.home .sc03 .respons-full{
  width: 54%;
  float: right;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.home .sc03 .respons-full img{
  position: absolute;
  width: 400px;
  margin-top: -90px;
  margin-left: 105px;
  z-index: 10;
}
.home .sc03 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #127BB5;
  border: solid 1px #127BB5;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.home .sc03 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #127BB5;
  z-index: 1;
}

.home .sc03 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.home .sc03 .respons-full p{
  margin-bottom: 0;
}


.home .sc0302{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 70px;
  margin-top: -150px;
}

.home .sc0302 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  height: 105px;
  text-align: center;
}
.home .sc0302 .respons-4:nth-child(2) .inner{
  padding: 15px 45px 0px 45px;
}

.home .sc0302 .respons-4 span{
  background-color: #FFF33F;
}
.home .sc0302 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.home .sc0302 .respons-4 img{
  width: 130px;
  position: absolute;
  margin-top: -95px;
  margin-left: 70px;
}
.home .sc0302 .respons-4:nth-child(2) img{
  width: 150px;
  margin-top: -75px;
  margin-left: 85px;
}
.home .sc0302 .respons-4:nth-child(3) img{
  width: 140px;
  margin-top: -87px;
  margin-left: 85px;
}
.home .sc0302 .respons-6 .inner{
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-blue.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #fff;
}
.home .sc0302 .respons-6.right .inner{
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #004EA2;
}

.home .sc0302 .second{
  margin-top: 30px;
}
.home .sc0302 .respons-6 a{
  font-size: 18px;
  color: #333;
  text-decoration: none;
}
.home .sc0302 .respons-6.right a{
  color: #fff;
}

.home .sc0302 .respons-6.left .inner span{
  display: block;
  margin-top: 10px;
}

.home .sc0302 .respons-6.right .inner {
  line-height: 22px;
}
.home .sc0302 .respons-6.right .inner span small{
  font-size: 14px;
}


.home .sc04{
  background: url("../img/home/sc04-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  padding-top: 70px;
  padding-bottom: 40px;
}
.home .sc04 h2,
.home .sc05 h2{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}

.home .sc04 h2::before,
.home .sc05 h2::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}

.home .sc04 p,
.home .sc05 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-bottom: 30px;
}
.home .sc04 .respons-6{
  text-align: center;
}
.home .sc04 .respons-6 a{
  color: #333;
  text-decoration: none;
}

.home .sc04 .respons-6.left .inner{
  float: right;
}
.home .sc04 .respons-6.right .inner{
  float: left;
}
.home .sc04 .respons-6 .inner img{
  width: 360px;
}
.home .sc04 .respons-6 .inner .inner02 img{
  width: 50px;
}

.home .sc04 .respons-6 .inner .inner02{
  background-color: #F9F8F8;
  padding: 20px 20px 20px 20px;
}
.home .sc04 .respons-6 .inner .inner02 span.name{
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
.home .sc04 .respons-6 .inner .inner02 span.title{
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}

.home .sc04 a.inst img{
  display: block;
  width: 400px;
  padding: 10px 120px 10px 120px;
  border: 1px solid #dcdddd;
  border-radius: 10px;
  margin-top: 50px;
}

.home .sc05{
  margin-top: 50px;
  background-color: #F9F8F7;
  background-size: 2700px 300px;
  background-position: center top;
  padding-top: 40px;
  padding-bottom: 40px;
}

.home .sc05 .respons-4 a{
  color: #333;
  text-decoration: none;
}
.home .sc05 .respons-4 img{
  margin-bottom: 10px;
}

.home .sc05 .respons-4 span{
 font-size: 12px;
}
.home .sc05 .respons-4 span.time{
 margin-right: 10px;
}
.home .sc05 .respons-4 span.ctgry{
 background-color: #B60005;
 padding: 2px 6px 2px 6px;
 color: #fff;
}
.home .sc05 .respons-4 h3{
  margin-top: 10px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold;
}

.home .sc05 a.news-btn{
  display: block;
  width: 500px;
border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 90px;
  background: url("../img/common/btn-right-red.svg") no-repeat;
  background-size: 45px 45px;
  background-position: left 20px top 22px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  text-decoration: none;
  color: #333;
  margin-top: 50px;
  margin-bottom: 20px;
}


@media screen and (max-width: 1201px) {
  .home .sc02,
  .home .sc03{
    padding-bottom: 50px;
  }

  .home .sc0202 .respons-4 img{
    width: 160px;
    margin-top: -90px;
    margin-left: 40px;
  }
  .home .sc0202 .respons-4:nth-child(2) img{
    width: 140px;
    margin-top: -99px;
    margin-left: 65px;
  }
  .home .sc0202 .respons-4:nth-child(3) img{
    width: 150px;
    margin-top: -85px;
    margin-left: 45px;
  }
  .home .sc0302 .respons-4 .inner{
    text-align: left;
  }
  .home .sc0302 .respons-4 .inner br{
    display: none;
  }
  .home .sc0302 .respons-4 h4{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .home .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 0px 15px;
  }
  .home .sc0302 .respons-4 img{
    width: 130px;
    position: absolute;
    margin-top: -95px;
    margin-left: 70px;
  }
  .home .sc0302 .respons-4:nth-child(2) img{
    width: 150px;
    margin-top: -75px;
    margin-left: 55px;
  }
  .home .sc0302 .respons-4:nth-child(3) img{
    width: 140px;
    margin-top: -87px;
    margin-left: 60px;
  }

}
@media screen and (max-width: 991px) {
  .home .sc01 p{
    text-align: left;  
  }
  .home .sc01 p br{
   display: none;
  }
  .home .sc02{
    margin-top: 20px;
    background: url("../img/home/sc02-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .home .sc03{
    margin-top: 20px;
    background: url("../img/home/sc03-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .home .sc02 .respons-full,
  .home .sc03 .respons-full{
    width: 100%;
    float: none;
    background-color: #fff;
    border: none;
    padding: 30px 45px 40px 45px;
  }
  .home .sc0202 .respons-4 img{
    width: 120px;
    margin-top: -70px;
    margin-left: -10px;
  }
  .home .sc0202 .respons-4:nth-child(2) img{
    width: 100px;
    margin-top: -73px;
    margin-left: 10px;
  }
  .home .sc0202 .respons-4:nth-child(3) img{
    width: 110px;
    margin-top: -62px;
    margin-left: 0px;
  }

  .home .sc0302 .respons-4 .inner{
    height: auto;
    text-align: center;
  }
  .home .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 28px 15px;
  }
  .home .sc0302 .respons-4 img{
    width: 110px;
    position: absolute;
    margin-top: -80px;
    margin-left: 15px;
  }
  .home .sc0302 .respons-4:nth-child(2) img{
    width: 130px;
    margin-top: -65px;
    margin-left: 0px;
  }
  .home .sc0302 .respons-4:nth-child(3) img{
    width: 120px;
    margin-top: -74px;
    margin-left: 10px;
  }
  .home .sc0202 .respons-4,
  .home .sc0302 .respons-4{
    margin-bottom: 50px;
  }
  .home .sc0202 .respons-6,
  .home .sc0302 .respons-6 {
    margin-bottom: 20px;
  }
  .home .sc04 p,
    .home .sc05 p{
    text-align: left;
  }
  .home .sc04 p br,
    .home .sc05 p br{
    display: none;
  }
  .home .sc04 .respons-6.left .inner{
    float: left;
    width: 48%;
  }
  .home .sc04 .respons-6.right .inner{
    float: right;
    width: 48%;
  }
      .home .sc05 img{
        width: 350px;
      }
    .home .sc05 .respons-4{
      margin-bottom: 30px;
    }
}
@media screen and (max-width: 800px) {
  .home .sc01{
    padding-bottom: 20px;
  }
  .home .anchor-block a{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:normal;
  }
  .home .anchor-block .inner{
    padding: 10px 10px 10px 10px;
    background: url("../img/common/btn-under-pink.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left 10px top 10px;
    background-color: #EC6D74;
  }
  .home .anchor-block .right .inner{
    background: url("../img/common/btn-under-blue.svg") no-repeat;
    background-size: 25px 25px;
    background-position: left 10px top 10px;
    background-color: #127BB5;
  }
}
@media screen and (max-width: 600px) {
  .home .sc02,
  .home .sc03{
    margin-top: 20px;
    background:none;
    padding-top: 130px;
  }
  .home .sc02 .respons-full,
  .home .sc03 .respons-full{
    padding: 30px 25px 40px 25px;
  }
  .home .sc02 .respons-full img,
  .home .sc03 .respons-full img{
    width: 260px;
    margin-top: -56px;
    margin-left: 75px;
  }
  .home .sc03 .respons-full img{
    margin-left:80px;
  }
  
  .home .sc02 .respons-full h2,
  .home .sc03 .respons-full h2{
    margin: -60px 0px 20px 0px;
    padding: 13px 10px;
    width: 250px;
    font-size: 18px;
  }

  .home .sc04 .respons-6 .inner .inner02 span.name{
    font-size: 17px;
  }
  .home .sc04 .respons-6 .inner .inner02 span.title{
    font-size: 14px;
  }
  .home .sc05 a.news-btn{
    width: 100%;
  }
}

@media screen and (max-width: 500px) {
  .home .anchor-block .left,
  .home .anchor-block .right{
    text-align: center;
    width: 100%;
    float: none;
  }
  .home .anchor-block .right .inner{
    margin-left: 0px;
    margin-top: 1px;
  }
  .home .sc0202 .respons-6 .inner{
    padding: 30px 45px 30px 45px;
    height: 105px;
    background: url("../img/common/btn-right-pink.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 20px top 35px;
    background-color: #fff;
  }
  .home .sc0202 .respons-6.right .inner{
    background: url("../img/common/btn-right-wr.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 20px top 35px;
    background-color: #B60005;
  }
  .home .sc05 img{
        width:100%;
      }
}


/*	footer
________________________________________*/

footer{
  margin-top: 30px;
}
footer .first img{
  width: 180px;
  margin-right: 0;
}

footer .navi01{
  margin-top: 120px;
  border-top: #dcdddd 1px solid;
  border-bottom: #dcdddd 1px solid;
}
footer .navi01 a{
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  letter-spacing: 2px;
  font-weight: bold;
}

footer .navi01 .left{
  text-align: center;
  width: 50%;
  float: left;
}
footer .navi01 .right{
  text-align: center;
  width: 50%;
  float: right;
}
footer .navi01 .inner{
  padding: 30px 20px 30px 20px;
  width: 100%;
  background: url("../img/footer/btn-right-wp.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #EC6D74;

}
footer .navi01 .right .inner{
  margin-left: 1px;
  background: url("../img/footer/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 18px;
  background-color: #127BB5;
}

footer .navi01 img{
  position: absolute;
  width: 200px;
  margin-top: -85px;
  margin-left: 260px;
}

footer .second{
  background-color: #F9F8F8;
  padding-bottom: 30px;

}
footer .second a{
  color: #333;
  text-decoration: none;
}
footer .second ul{
  float: right;
}
footer .second ul li{
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: url("../img/footer/arrow-right-red.svg") no-repeat;
  background-size: 8px 8px;
  background-position: left 22px;
  padding-left: 15px;
  float: left;  
  margin-left: 30px;
  letter-spacing: 1px;
}
footer .second .last{
  text-align: center;
}
footer .second .last img{
  width: 200px;
}
footer .second .last span.name{
  display: block;
  font-size: 12px;
  font-weight: bold;
}
footer .second .last span.copy{
  width: 160px;
  margin-top: 10px;
  display: block;
  font-size: 11px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  padding: 5px 5px 5px 5px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 991px) {
  footer .navi01 a{
    font-size: 16px;
    letter-spacing: 1px;
    font-weight:normal;
  }
  footer .navi01 img{
    width: 160px;
    margin-top: -70px;
    margin-left: 10px;
  }
  footer .navi01 .inner{
    padding: 20px 20px 20px 20px;
    background: url("../img/footer/btn-right-wp.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 10px top 15px;
    background-color: #EC6D74;
  
  }
  footer .navi01 .right .inner{
    background: url("../img/footer/btn-right-wb.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 10px top 15px;
    background-color: #127BB5;
  }
  footer .second ul{
  float: left;
  margin-top: 10px;
  margin-bottom: 20px;
}
footer .second ul li{
  font-size: 15px;
  padding-top: 5px;
  padding-bottom: 0px;
  background: url("../img/footer/arrow-right-red.svg") no-repeat;
  background-size: 8px 8px;
  background-position: left 12px;
  padding-left: 12px;
  margin-right: 20px;
  margin-left: 0px;
  letter-spacing: 1px;
}
}
@media screen and (max-width: 650px) {
  footer .navi01 .left,
  footer .navi01 .right{
    width: 100%;
    float: none;
  }
  footer .navi01 .right .inner{
    margin-left: 0px;
    margin-top: 1px;
  }
  footer .navi01 img{
    display: none;
  }
  footer .navi01{
    margin-top: 40px;
  }
}

/*	page main
________________________________________*/

.page main{
  padding-top: 200px;
  margin-top: -40px;
  height: 450px;
  position: relative;
  background: url("../img/page/main.jpg") no-repeat;
  background-size: 2700px 450px;
  background-position: center top;
  z-index: 1;
  text-align: center;
}
.page.service main img{
  top: 42%;
  left: 54%;
  transform: translate(-50%, -50%);
  margin-top: -0px;
  position: absolute;
  width: 180px;
}
.page.service main h1{
  width: 550px;
  height: 105px;
  background-color:#EC6D74;
  margin-left: auto;
  margin-right: auto;
  padding: 23px 10px 20px 10px;
  color: #fff;
  font-size: 28px;
  letter-spacing: 1px;
}
.page.service.d-c main h1{
  background-color:#127BB5;
}
.page.service main h1::after {
  display: block;
  content: "";
  background: url(../img/page/01-ttitle.svg) no-repeat;
  width: 170px;
  height: 25px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-top: 8px;
}
.page.service.d-c main h1::after {
  background: url(../img/page/02-ttitle.svg) no-repeat;
  width: 140px;
  height: 25px;
}
.page.service.contact main h1::after {
  background: none;
}
.page.base main h1,
.page.base main span{
  display: block;
  width: 550px;
  background-color:#B60005;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 10px 30px 10px;
  color: #fff;
  font-size: 28px;
  line-height: 28px;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 10px;
}


@media screen and (max-width: 600px) {
  .page.service main img{
    margin-top: 10px;
    width: 150px;
  }
  .page main{
    padding-top: 160px;
    margin-top: -60px;
    height: 350px;
  }
  .page.service main h1{
    height: 95px;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
    letter-spacing: 1px;
    width: 95%;
  }
  .page.service main h1::after,
  .page.service.d-c main h1::after {
    width: 150px;
    height: 25px;
    margin-top: 5px;
  }
  .page.base main h1,
  .page.base main span{
    width: 95%;
    padding: 20px 10px 20px 10px;
    font-size: 24px;
  }
}

/*	page 
________________________________________*/

.page .sc01{
  background: url("../img/page/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 70px;
  padding-bottom: 40px;
}
.page .sc01 p{
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 32px;
  letter-spacing: 2px;

}
.page .sc01 p::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}


@media screen and (max-width: 991px) {
  .page .sc01 p{
    text-align: left;
  }
  .page .sc01 p br{
    display: none;
  }
}




/*	page d-h
________________________________________*/

.page.d-h .sc02{
  position: relative;
  margin-top: 0px;
  background: url("../img/home/sc02-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% + 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.page.d-h .sc02 .respons-full{
  width: 54%;
  float: left;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.page.d-h .sc02 .respons-full img{
  position: absolute;
  width: 150px;
  margin-top: -28px;
  margin-left: 100px;
  z-index: 10;
}
.page.d-h .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #EC6D74;
  border: solid 1px #EC6D74;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.page.d-h .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #EC6D74;
  z-index: 1;
}

.page.d-h .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.d-h .sc02 .respons-full p{
  margin-bottom: 0;
}

.page.d-h .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 0px;
  margin-top: -150px;
}

.page.d-h .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.page.d-h .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.page.d-h .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.page.d-h .sc0202 .respons-4 img{
  width: 160px;
  position: absolute;
  margin-top: -90px;
  margin-left: 70px;
}
.page.d-h .sc0202 .respons-4:nth-child(2) img{
  width: 140px;
  margin-top: -99px;
  margin-left: 95px;
}
.page.d-h .sc0202 .respons-4:nth-child(3) img{
  width: 150px;
  margin-top: -85px;
  margin-left: 80px;
}

.page.d-h .sc0202 .respons-full .inner{
  margin-bottom: -50px;
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #B60005;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page.d-h .sc0202 .second{
  margin-top: 30px;
}
.page.d-h .sc0202 .respons-full a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}

.page.d-h .sc0202 .respons-full .inner {
  line-height: 22px;
}
.page.d-h .sc0202 .respons-full .inner span small{
  font-size: 14px;
}

.page.service .sc03{
  background: url("../img/page/sc03-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  padding-top: 100px;
  padding-bottom: 40px;
}
.page.service .sc03 h3{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;

}
.page.service .sc03 h3::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.page.service .sc03 .wrapper{
  margin-top: 30px;
}
.page.service .sc03 .wrapper img{ 
  width: 50px;
  margin-top: 30px;
  margin-bottom: 30px;
}
.page.service .sc03 .wrapper .inner{
  border: 1px solid #DCDDDD;
  padding: 30px 30px 30px 130px;
  background: url("../img/page/01s01.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(2) {
  background: url("../img/page/01s02.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(3) {
  background: url("../img/page/01s03.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(4) {
  background: url("../img/page/01s04.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(5) {
  background: url("../img/page/01s05.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner:nth-of-type(6) {
  background: url("../img/page/01s06.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service .sc03 .wrapper .inner h4{
  text-align: left;
  font-size: 22px;
  line-height: 24px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  margin-top: 0px;
  border-bottom: 1px solid #DCDDDD;
}
.page.service .sc03 .wrapper .inner p{
  margin-bottom: 0;
}
.page.service .sc03 .wrapper .inner span{
  color: #D7000F;
  font-weight: bold;
}

.page.service .sc03 .margin-top{
  margin-top: 50px;
}
.page.service .sc03 .margin-top p{
display: block;
text-align: center;
font-size: 20px;
line-height: 32px;
letter-spacing: 1px;
font-weight: bold;

}
.page.service .sc03 .margin-top p::before {
display: block;
content: "";
background: url(../img/page/navi-icon.svg) no-repeat;
width: 80px;
height: 75px;
background-size: contain;
margin-left: auto;
margin-right: auto;
margin-bottom: 20px;
}
.page.service .sc03 .margin-top .inner{
  background-color: #F5F4F4;
  padding: 30px 10px 30px 10px;
  text-align: center;
}

.page.service .sc03 .margin-top .inner a{
  display: block;
border: 1px solid #dcdddd;
padding: 25px 0px 25px 0px;
text-align: center;
background: url("../img/common/btn-right-wr.svg") no-repeat;
background-size: 55px 55px;
background-position: left 20px top 23px;
background-color: #B60005;
width: 600px;
margin-left: auto;
margin-right: auto;
color: #fff;
text-decoration: none;
font-size: 18px;
}

/*	page d-c
________________________________________*/

.page.service.d-c .sc02{
  position: relative;
  margin-top: 0px;
  background: url("../img/home/sc03-ph.jpg") no-repeat;
  background-size: 800px 650px;
  background-position: calc(50% - 400px) top;
  padding-top: 150px;
  padding-bottom: 100px;
  z-index: 2;
}
.page.service.d-c .sc02 .respons-full{
  width: 54%;
  float: right;
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 45px 40px 45px;
}
.page.service.d-c .sc02 .respons-full img{
  position: absolute;
  width: 150px;
  margin-top: -28px;
  margin-left: 100px;
  z-index: 10;
}
.page.service.d-c .sc02 .respons-full h2{
  position: relative;
  display: block;
  margin: -60px 0px 20px 0px;
  padding: 15px 10px;
  width: 350px;
  color: #fff;
  font-size: 21px;
  background: #127BB5;
  border: solid 1px #127BB5;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
}

.page.service.d-c .sc02 .respons-full h2:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #127BB5;
  z-index: 1;
}

.page.service.d-c .sc02 .respons-full h3{
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 2px;
  border-bottom: 1px solid #dcdddd;
  margin-top: 30px;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.service.d-c .sc02 .respons-full p{
  margin-bottom: 0;
}

.page.service.d-c .sc0202{
  position: relative;
  z-index: 1;
  background-color: #F9F8F7;
  padding-top: 230px;
  padding-bottom: 0px;
  margin-top: -150px;
}

.page.service.d-c .sc0202 .respons-4 .inner{
  background-color: #fff;
  border: 1px solid #dcdddd;
  padding: 30px 10px 30px 10px;
  height: 105px;
  text-align: center;
}
.page.service.d-c .sc0202 .respons-4:nth-child(2) .inner{
  padding: 15px 45px 0px 45px;
}

.page.service.d-c .sc0202 .respons-4 span{
  background-color: #FFF33F;
}
.page.service.d-c .sc0202 .respons-4 h4{
  letter-spacing: 1px;
  line-height: 24px;
  margin-bottom: 0;
  margin-top: 0;
}
.page.service.d-c .sc0202 .respons-4 img{
  width: 130px;
  position: absolute;
  margin-top: -95px;
  margin-left: 110px;
}
.page.service.d-c .sc0202 .respons-4:nth-child(2) img{
  width: 150px;
  margin-top: -75px;
  margin-left: 85px;
}
.page.service.d-c .sc0202 .respons-4:nth-child(3) img{
  width: 140px;
  margin-top: -87px;
  margin-left: 95px;
}

.page.service.d-c .sc0202 .respons-full .inner{
  margin-bottom: -50px;
  border: 1px solid #dcdddd;
  padding: 30px 45px 30px 45px;
  text-align: center;
  height: 105px;
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 55px 55px;
  background-position: left 20px top 25px;
  background-color: #004EA2;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.page.service.d-c .sc0202 .second{
  margin-top: 30px;
}
.page.service.d-c .sc0202 .respons-full a{
  font-size: 18px;
  color: #fff;
  text-decoration: none;
}
.page.service.d-c .sc0202 .respons-full .inner {
  line-height: 22px;
}
.page.service.d-c .sc0202 .respons-full .inner span small{
  font-size: 14px;
}


.page.service.d-c .strong{
  background: url("../img/page/sc01-bg.jpg") no-repeat;
  background-size: 2700px 300px;
  background-position: center top;
  background-color: #FBFBFB;
  padding-top: 100px;
  padding-bottom: 60px;
}
.page.service.d-c .strong h3{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page.service.d-c .strong h3::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page.service.d-c .strong .inner{
  margin-top: 40px;
}
.page.service.d-c .strong .inner img{
  display: block;
  position: relative;
  width: 80px;
  margin-top: -50px;
}
.page.service.d-c .strong .inner{
  background-color: #fff;
  padding: 20px 40px 30px 40px;
}
.page.service.d-c .strong .inner h4{
  margin-top: 20px;
  text-align: left;
  font-size: 21px;
  line-height: 26px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #DCDDDD;
}
.page.service.d-c .sc03 p.center{
  text-align: center;
}
.page.service.d-c .sc03 .wrapper .inner{
  border: 1px solid #DCDDDD;
  padding: 30px 30px 30px 130px;
  background: url("../img/page/02s01.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(2) {
  background: url("../img/page/02s02.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(3) {
  background: url("../img/page/02s03.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(4) {
  background: url("../img/page/02s04.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(5) {
  background: url("../img/page/02s05.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .wrapper .inner:nth-of-type(6) {
  background: url("../img/page/02s06.svg") no-repeat;
  background-size: 90px 90px;
  background-position: left 20px top 25px;
  background-color: #FFFBF8;
}
.page.service.d-c .sc03 .margin-top .inner a{
background: url("../img/common/btn-right-wb.svg") no-repeat;
background-size: 55px 55px;
background-position: left 20px top 23px;
background-color: #004EA2;
}




@media screen and (max-width: 1201px) {
  .page.service .sc02,
  .page.service .sc03{
    padding-bottom: 50px;
  }

  .page.service .sc0202 .respons-4 img{
    width: 160px;
    margin-top: -90px;
    margin-left: 40px;
  }
  .page.service .sc0202 .respons-4:nth-child(2) img{
    width: 140px;
    margin-top: -99px;
    margin-left: 65px;
  }
  .page.service .sc0202 .respons-4:nth-child(3) img{
    width: 150px;
    margin-top: -85px;
    margin-left: 45px;
  }
  .page.service .sc0302 .respons-4 .inner{
    text-align: left;
  }
  .page.service .sc0302 .respons-4 .inner br{
    display: none;
  }
  .page.service .sc0302 .respons-4 h4{
    font-size: 16px;
    letter-spacing: 1px;
    line-height: 24px;
  }
  .page.service .sc0302 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 0px 15px;
  }
  .page.service .sc0302 .respons-4 img{
    width: 130px;
    position: absolute;
    margin-top: -95px;
    margin-left: 70px;
  }
  .page.service .sc0302 .respons-4:nth-child(2) img{
    width: 150px;
    margin-top: -75px;
    margin-left: 55px;
  }
  .page.service .sc0302 .respons-4:nth-child(3) img{
    width: 140px;
    margin-top: -87px;
    margin-left: 60px;
  }

}
@media screen and (max-width: 991px) {
  .page.service .sc02{
    margin-top: 0px;
    background: url("../img/home/sc02-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .page.service.d-c .sc02{
    margin-top: 20px;
    background: url("../img/home/sc03-ph.jpg") no-repeat;
    background-size: 400px 330px;
    background-position: calc(50% + 230px) top;
    padding-top: 220px;
    padding-bottom: 20px;
  }
  .page.service .sc02 .respons-full,
  .page.service.d-c .sc02 .respons-full{
    width: 100%;
    float: none;
    background-color: #fff;
    border: none;
    padding: 30px 45px 40px 45px;
  }
  .page.service .sc0202 .respons-4 img{
    width: 120px;
    margin-top: -70px;
    margin-left: -10px;
  }
  .page.service .sc0202 .respons-4:nth-child(2) img{
    width: 100px;
    margin-top: -73px;
    margin-left: 10px;
  }
  .page.service .sc0202 .respons-4:nth-child(3) img{
    width: 110px;
    margin-top: -62px;
    margin-left: 0px;
  }

  .page.service.d-c .sc0202 .respons-4 .inner{
    height: auto;
    text-align: center;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(2) .inner{
    padding: 28px 15px 28px 15px;
  }
  .page.service.d-c .sc0202 .respons-4 img{
    width: 110px;
    position: absolute;
    margin-top: -80px;
    margin-left: 15px;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(2) img{
    width: 130px;
    margin-top: -65px;
    margin-left: 0px;
  }
  .page.service.d-c .sc0202 .respons-4:nth-child(3) img{
    width: 120px;
    margin-top: -74px;
    margin-left: 10px;
  }
  .page.service .sc0202 .respons-4,
  .page.service.d-c .sc0202 .respons-4{
    margin-bottom: 50px;
  }

  .page.service.d-c .sc03 p.center{
    text-align: left;
  }
  .page.service.d-c .sc03 p.center br{
    display: none;
  }

  .page.service .sc03 .wrapper .inner,
  .page.service .sc03 .wrapper .inner:nth-of-type(2),
  .page.service .sc03 .wrapper .inner:nth-of-type(3),
  .page.service .sc03 .wrapper .inner:nth-of-type(4),
  .page.service .sc03 .wrapper .inner:nth-of-type(5),
  .page.service .sc03 .wrapper .inner:nth-of-type(6),
  .page.service.d-c .sc03 .wrapper .inner,
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(2),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(3),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(4),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(5),
  .page.service.d-c .sc03 .wrapper .inner:nth-of-type(6){
    padding: 25px 20px 20px 100px;
    background-size: 60px 60px;
  }
  .page.service .sc03 .margin-top p{
    text-align: left;
    }
    .page.service .sc03 .margin-top p br{
      display: none;
    }
    .page.service .sc03 .margin-top .inner a{
    background: url("../img/common/btn-right-wr.svg") no-repeat;
    background-size: 35px 35px;
    background-position: left 15px top 35px;
    background-color: #B60005;
    width: 90%;
    }
    .page.service.d-c .sc03 .margin-top .inner a{
      background: url("../img/common/btn-right-wb.svg") no-repeat;
      background-size: 35px 35px;
      background-position: left 15px top 35px;
      background-color: #004EA2;
      width: 90%;
      }

}

@media screen and (max-width: 700px) {
.page.d-h .sc0202 .respons-full .inner{
  width: 90%;
  background: url("../img/common/btn-right-wr.svg") no-repeat;
  background-size: 35px 35px;
  background-position: left 15px top 35px;
  background-color: #B60005;
}
.page.service.d-c .sc0202 .respons-full .inner{
  width: 90%;
  background: url("../img/common/btn-right-wb.svg") no-repeat;
  background-size: 35px 35px;
  background-position: left 15px top 35px;
  background-color: #004EA2;
}

}

@media screen and (max-width: 600px) {
  .page.service .sc02,
  .page.service.d-c .sc02{
    margin-top: 0px;
    background:none;
    padding-top:100px;
  }
  .page.service .sc02 .respons-full,
  .page.service.d-c .sc02 .respons-full{
    padding: 30px 25px 40px 25px;
  }
  .page.service .sc02 .respons-full img,
  .page.service.d-c .sc02 .respons-full img{
    width: 160px;
    margin-top: -30px;
    margin-left: 50px;
  }

  
  .page.service .sc02 .respons-full h2,
  .page.service.d-c .sc02 .respons-full h2{
    margin: -60px 0px 20px 0px;
    padding: 13px 10px;
    width: 250px;
    font-size: 18px;
  }
  .page.service.d-c .sc02 .respons-full h2{
    width: 270px;
  }


}


/*	page company
________________________________________*/

.page.company h2{
  display: block;
  text-align: center;
  font-size: 28px;
  line-height: 32px;
  letter-spacing: 2px;
  font-weight: bold;
  margin-bottom: 20px;
}
.page.company h2::before {
  display: block;
  content: "";
  background: url(../img/common/circle-red.svg) no-repeat;
  width: 20px;
  height: 5px;
  background-size: contain;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}
.page.company .sc02,
.page.company .sc03{
  margin-top: 30px;
}
.page.company .sc02 p.title{
  text-align: center;
}

.page.company .sc02 .margin-top{
  margin-top: 50px;
}

.page.company .sc02 .left{
  width: 35%;
  float: left;
  text-align: center;
}
.page.company .sc02 .right{
  width: 62%;
  float: right;
}

.page.company .sc02 .left span.name{
  display: block;
  font-size: 19px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 2px;
  margin-top: 10px;
}
.page.company .sc02 .left span.title{
  display: block;
  font-size: 16px;
  letter-spacing: 2px;
  margin-bottom: 20px;
}


.page.company .sc02 .right h3{
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 2px;
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.page.company .sc02 .right p{
  margin-bottom: 30px;
}

.page.company .sc02 .bloon{
  margin-bottom: 50px;
}

.page.company .sc02 .bloon span{
  position: relative;
  display: block;
  margin: 0px 0px 20px 0px;
  padding: 5px 10px;
  width: 230px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  background: #B60005;
  border: solid 1px #B60005;
  box-sizing: border-box;
  text-align: center;
  margin-left: 0;
  letter-spacing: 2px;
}

.page.company .sc02 .bloon span:before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #B60005;
  z-index: 1;
}
.page.company .sc02 .bloon ul li{
  font-size: 18px;
  line-height: 24px;
  border-bottom: 1px solid #cdcdcd;
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.page.company .table > tbody > tr > th,
.page.company .table > tbody > tr > td {
  vertical-align: middle;
  padding: 30px 40px 30px 40px;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
}
.page.company .table > tbody > tr > th{
  width: 20%;
}
.page.company tbody > tr > th {
  background-color: #F9F8F8;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .page.company .sc02 p.title{
    text-align: left;
  }
  .page.company .sc02 p.title br{
   display: none;
  }
  .page.company .sc02 .right h3{
    font-size: 22px;
    line-height: 30px;
  }
  .page.company .sc02 .right h3 br{
    display: none;
  }
  .page.company .table > tbody > tr > th,
.page.company .table > tbody > tr > td {
  width: 100%;
  padding: 15px 20px 15px 20px;
}
}
@media screen and (max-width: 800px) {
  .page.company .sc02 .left,
  .page.company .sc02 .right{
    width: 100%;
    float: none;
  }
  .page.company .sc02 .left img{
    width: 300px;
  }
}

/*	privacy
________________________________________*/

.page.privacy .sc02 p{
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.page.privacy .sc02 p.margin-top{
  margin-top: 50px;
}
.page.privacy .sc02 h3{
  background-color: #EFEFEF;
  padding: 15px 10px 15px 15px;
  font-size: 17px;
  font-weight: bold;
  margin-top: 50px;
}


.page.privacy ul{
	list-style-type:disc;
	margin-left: 20px;
}
.page.privacy li{
	font-size: 16px;
	padding-bottom: 0;
	margin-bottom: 7px;
	border: none;
}

/*	news
________________________________________*/

.page.news{
	margin-bottom: 60px;

}

.page.news .sc02{
	margin-top: 60px;
}

.page.news .news-contents a{
	color: #000;
	text-decoration: none;
}

.page.news .news-contents a.btn-green{
	color: #fff;
	text-decoration: none;
}

.page.news .left{
	width: 50%;
	float: left;
	padding-right: 35px;
}
.page.news .right{
	width: 50%;
	float: right;
}

.page.news .right span.ctgry{
	margin-left: 10px;
  background-color: #b60005;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-size: 12px;
}
.page.news .right h2{
	font-size:24px;
	line-height:32px;
	font-weight: bold;
	border-bottom: 1px solid #B5B5B6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.page.news .respons-8 .left{
	width: 50%;
	float: left;
	padding-right: 25px;
}

.page.news .respons-8 .right h2{
	margin-top: 10px;
	font-size:18px;
	line-height:24px;
	font-weight: bold;
	border-bottom: 1px solid #B5B5B6;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page.news .respons-8 .right p{
	font-size: 16px;
	line-height:28px;
}

.page.news .respons-8 .inner{
	margin-bottom: 60px;
}

.page.news .respons-4 h3{
  margin: 0 0 5px 0 ;
}

.page.news .respons-4 h3 img{
  height: 25px;
    margin-left: 0;

}


.page.news .respons-4 .ctgry ul li{
  width: 100%;
	border: 1px solid #dcdddd;
	padding: 20px 30px 20px 50px;
  color: #333;
    background: url("../img/common/btn-right-red.svg") no-repeat;
  background-size: 22px 22px;
  background-position: 20px 20px;
  	background-color: #fbfbfb;
    font-size: 16px;
        margin-bottom: 5px;

}

.page.news .respons-4 .second{
	margin-top: 30px;
}
.page.news .respons-4 .second  ul li{
  display: inline-block;
  	border: 1px solid #dcdddd;
  	background-color: #fbfbfb;
    border-radius: 5px;
    padding: 5px 8px 5px 8px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.page.news .respons-4 .service{
	margin-top: 30px;
}

.page.news .respons-4 .service .inner{
  	border: 1px solid #dcdddd;
  	background-color: #fbfbfb;
	padding: 20px 20px 20px 20px;
}




  .page.news .respons-4 .service img.icon{
    position: absolute;
    width: 40px;
    margin-top: -10px;
    margin-left: 5px;
  }

  .page.news .respons-4 .service .inner .title img{
	width: 180px;
}
  .page.news .respons-4 .service p{
	margin-top: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #333;
}

  .page.news .respons-4 .service .navi a{
    display: block;
	border: 1px solid #dcdddd;
	padding: 20px 30px 20px 50px;
  color: #fff;
    background: url("../img/page/arrow-square-pink.svg") no-repeat;
  background-size: 22px 22px;
  background-position: 20px 20px;
  	background-color: #ec6d74;
    font-size: 16px;
  }
    .page.news .respons-4 .service .navi a:nth-of-type(2){
          background: url("../img/page/arrow-square-blue.svg") no-repeat;
  background-size: 22px 22px;
  background-position: 20px 20px;
  	background-color: #127bb5;
        }
      .page.news .respons-4 .service .navi a:nth-of-type(3){
          background: url("../img/page/arrow-square-red.svg") no-repeat;
  background-size: 22px 22px;
  background-position: 20px 20px;
  	background-color: #b60005;
        }

  .page.news .respons-4 .service .navi h4:nth-of-type(1){
    color: #ec6d74;
  }
    .page.news .respons-4 .service .navi h4:nth-of-type(2){
    color: #127bb5;
  }




@media screen and (max-width: 991px) {
	.page.news .respons-4 .service{
		display: none;
	}
	.page.news .right h2{
		font-size:18px;
		line-height:24px;
	}
	/* .page.news p{
		font-size: 14px;
		line-height:24px;
	} */
	/* .page.news .sc01{
		margin-top:40px;
	} */
	.page.news .sc02{
		margin-top:30px;
	}
}

@media screen and (max-width: 600px) {
	.page.news .left,
	.page.news .right,
	.page.news .respons-8 .left,
	.page.news .respons-8 .right{
		float: none;
		width: 100%;
	}
	.page.news .left,
	.page.news .respons-8 .left{
		padding-right: 0px;
	}
	.page.news .left img{
		clear: both;
		margin-bottom: 10px;
	}

}



/*	single
________________________________________*/

.page.news.single .respons-8 span.ctgry{
  	margin-left: 10px;
  background-color: #b60005;
  padding: 3px 6px 3px 6px;
  color: #fff;
  font-size: 12px;
}

.page.news.single .respons-8 h1{
	color: #333;
	font-size: 28px;
	line-height: 38px;
	margin-top: 10px;
  border-bottom: 1px solid #c9caca;
  margin-bottom: 20px;
  padding-bottom: 20px;
    font-weight: bold;
}

.page.news.single .respons-8 h2{
	background-color: #F7F6F5;
	color: #000;
	padding: 15px 10px 15px 15px;
	font-size: 22px;
	line-height: 26px;
	margin-top: 50px;
	border-left:3px solid #b60005;
  font-weight: bold;
	clear: both;
}

.page.news.single .respons-8 h3{
	color: #000;
	padding: 7px 10px 7px 15px;
	font-size: 20px;
	line-height: 24px;
	margin-top: 40px;
	border-left:3px solid #333;
  font-weight: bold;
	clear: both;
}

.page.news.single .respons-8 h4{
	background-color: #FBFBFB;
	color: #000;
	padding: 7px 10px 7px 10px;
	font-size: 16px;
	line-height: 24px;
	margin-top: 20px;
	border:1px solid #cdcdcd;
    font-weight: bold;
	clear: both;
}
.page.news.single .respons-8 h5{
	background-color: #F7F6F5;
	color: #000;
	padding: 10px 10px 10px 13px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
      font-weight: bold;

	clear: both;
}
.page.news.single .respons-8 h6{
	color: #000;
	padding: 10px 10px 0px 0px;
	font-size: 18px;
	line-height: 24px;
	margin-top: 30px;
      font-weight: bold;
	clear: both;
}

.page.news.single .respons-8 p{
  font-size: 17px;
  line-height: 28px;
  letter-spacing: 1px;
	margin-bottom: 20px;
}

.page.news.single .respons-8 .tag{
  background-color:#fbfbfb ;
  padding: 15px 20px 15px 20px;
}
.page.news.single .respons-8 .tag span{
  display: block;
  font-size: 16px;
  color: #b60005; 
  font-weight: bold;
  margin-bottom: 10px;
}
.page.news.single .respons-8 .tag ul li{
   float: left;
   background-color: #fff;
   padding: 3px 8px 3px 8px;
   border: #B5B5B6 1px solid;
   border-radius: 5px;
     margin-right: 5px;
}
.page.news.single .respons-8 .tag a{
  text-decoration: none;
  color: #333;
  }

.page.news.single .respons-8 a{
  color: #ed6c00;
  text-decoration: underline;
}

.page.news.single .respons-8 a.btn-navi{
  display: block;
    width: 500px;
    height: 90px;
	border: 1px solid #dcdddd;
	padding: 32px 30px 20px 50px;
  color: #333;
    background: url("../img/common/btn-right-red.svg") no-repeat;
  background-size: 50px 50px;
  background-position: 20px 20px;
  	background-color: #fbfbfb;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-decoration: none;
}


.page.news .single img{
	margin-bottom: 10px;
}

.page.news .single img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

.page.news .single img.alignright {
	padding: 0px;
	margin: 0 0 30px 10px;
	display: inline;
	}

.page.news .single img.alignleft {
	padding: 0px;
	margin: 0 20px 30px 0;
	display: inline;
	}

.page.news .single .alignright {
	float: right;
	}

.page.news .single .alignleft {
	float: left
	}

.page.news .single .tag{
	background: #F7F8F8;
	padding: 20px 20px 10px 20px;
}

.page.news .single .tag a{
	color: #fff;
}

.page.news .single .tag ul li{
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
	background-color:#009DA5;
	padding: 4px 10px 4px 10px;
	list-style: none;
	font-size: 12px;
	border-radius: 10px;

}

.page.news .single a{
	color: #ED6C00;
	text-decoration: underline;
}

.page.news .single a.basebtn{
	color: #fff;
	text-decoration: none;
}


.page.news .single a.btn-green.orange{
	background: url('../img/common/arrow-right-white.svg') no-repeat;
	background-size: 8px 8px;	
	background-position: 20px 23px;
	background-color:#ED6C00;
	line-height: 24px;
}



.ggmap {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


.page.news .single table th,
.page.news .single table td{
	padding: 10px 15px;
}

.page.news .single table th{
	background-color: #F8FBF8;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
}
.page.news .single table td{
	vertical-align: middle;

}
.page.news .single table ul{
	list-style-type: disc;
	margin-left: 15px;
}
.page.news .single table ul li{
	margin-bottom: 5px;
}

@media screen and (max-width: 600px) {
.page.news.single .respons-8 a.btn-navi{
    width: 90%;
}
  }


/*	pagenavi
________________________*/

.wp-pagenavi {
  text-align: center;
  padding: 20px 0px 30px 0px;
}

.wp-pagenavi span {
  color: #777;
  text-decoration: none;
  border: 1px solid #b60005;
  padding: 10px 15px;
  margin: 2px;
}

.wp-pagenavi a {
  color: #fff;
  text-decoration: none;
  border: 1px solid #b60005;
  padding: 10px 15px;
  margin: 2px;
}
.wp-pagenavi a {
  border: 1px solid #b60005;
  background-color: #b60005;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #b60005;
}

.wp-pagenavi span.current {
  font-weight: bold;
}


