
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@700&display=swap');
/*==============================
    +MAIN
==============================*/
main.top-content {
    padding: 40px 0 0;
}
.img_fluid{
    max-width: 100%;
    height: auto;
}

.mainvisual {
    padding: 104px 0 0;
    box-sizing: border-box;
    min-height: calc(566px - 224px);
    position: relative;
}
@media (min-width:1100px) {
  .mainvisual {
    padding: 70px 0 0;
    box-sizing: border-box;
    min-height: calc(600px - 130px);
  }
  .mainvisual_bk {
      height: 700px;
  }
}
@media (min-width:1200px) {
  .mainvisual {
    padding: 173px 0 0;
    box-sizing: border-box;
    min-height: calc(600px - 130px);
  }
  .mainvisual_bk {
      height: 600px;
  }
}
@media (min-width:1300px) {
  .mainvisual {
    min-height: calc(700px - 165px);
  }
  .mainvisual_bk {
      height: 663px;
  }
}
@media (min-width:1550px) {
  .mainvisual {
    min-height: calc(800px - 205px);
  }
  .mainvisual_bk {
      height: 722px;
  }
}

.mainvisual h2 {
    font-size: 3.2em;
    font-weight: 700;
    text-align: center;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.mainvisual p {
    font-size: 2.0em;
    font-weight: 500;
    font-family: リュウミンGeorgia, "Times New Roman", Times, "serif"
}
.login_bt {
    margin: 0 0;
    float: right;
    position: absolute;
    right: 0;
    bottom: 65px;
}
.login_bt li {
    /* margin: 15px 0 0 */
}
.mainvisual_bk {
    background-image: url("../../images/index/mainvisual.jpg");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: top center;
    min-height: 470px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
@media (min-width:1700px) {
  .mainvisual {
    min-height: calc(717px - 173px);
  }
  .mainvisual_bk {
      height: 670px;
      background-position: bottom center;
  }
  .login_bt {
      margin: 60px 20px 0 0;
  }
}
@media (max-width:1200px) {
  .mainvisual h2 {
    font-size: 2.2em;
  }
  .login_bt {
      margin: 00px 20px 0 0;
  }
}
@media (max-width:768px) {
.mainvisual {
    padding: 104px 0 0;
    box-sizing: border-box;
    min-height: calc(400px - 60px);
    position: relative;
}
.mainvisual h2 {
    font-size: 2.0em;
    margin: 0 0 0 15px;
    font-weight: 700;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.mainvisual_bk {
    background-image: url("../../images/index/mainvisual.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    min-height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}
.login_bt {
    margin: 20px 0 0;
    float: auto;
    position: absolute;
    left: 0;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
.login_bt li {
    margin: 15px 10px 0;
    display: inline-block;
}
}

@media (max-width:570px) {
.mainvisual {
    padding: 60px 0 0;
}
}

@media (max-width:480px) {
.mainvisual {
    height: 300px;
    padding: 110px 0 0;
    box-sizing: border-box;
    position: relative;
    min-height: auto;
}
.mainvisual h2 img {
    width: 100%
}
.mainvisual_bk {
    background-image: url("../../images/index/mainvisual_sp.jpg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: top center;
    min-height: 360px;
    width: 100%;
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: -1;
}
.login_bt {
    margin: 20px 0px 0 0;
    float: auto;
    position: absolute;
    left: 0;
    bottom: 72px;
    text-align: center;
    width: 100%;
}
.login_bt li {
    width: 44%;
    display: inline-block;
    margin: 0 1.5%;
}
.login_bt li img {
    width: 100%;
    height: auto
}
}


/*==============================
    +NEWS
==============================*/
.content-right {
    float: right;
    width: 230px;
    display: table-cell;
    box-sizing: border-box;
}
.content-left {
    width: calc(100% - 250px);
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.news-disp {
    width: 48.5%;
    position: relative;
}
.news-disp .h3title_01{
  font-size: 12px;
  padding: 0 0 0 13px;
}
.news-disp .h3title_01 span {
    font-size: 20px;
    color: #3f3f3f;
    font-style: normal;
    display: block;
    margin: 0 0 0 -5px;
}
.news-disp ul {
    border-top: 3px solid#dadada;
    margin: 5px auto 0;
}
.news-disp li {
    width: 100%;
    border-bottom: 1px solid #e9e9e9;
}
.news-disp li a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    padding: 10px 3px;
}
.news-disp li a .date {
    font-weight: 400;
    font-size: 12px;
    font-style: italic;
    margin: 0 0 5px;
}
.link_bt {
    position: absolute;
    top: 15px;
    right: 0px;
    font-size: 15px;
    border: 1px solid #cecece;
}
.link_bt a {
    width: 100%;
    height: 100%;
    display: block;
    box-sizing: border-box;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 3px;
}

@media (max-width:768px) {
  .content-left {
      width: 100%;
      margin:0 0 40px
  }


}

@media (max-width:480px) {
  .news-disp {
      width: 100%;
      float: none;
      display: block;
      margin: 0 auto 40px
  }
  
  .link_bt {
      position: relative;
      top: 0px;
      right: 0px;
      font-size: 15px;
      width: 80%;
      height: 45px;
      margin: 20px auto 10px;
      border: 1px solid #cecece
  }
  .link_bt a {
      width: 100%;
      height: 100%;
      display: block;
      box-sizing: border-box;
      font-size: 18px;
      line-height: 45px;
      text-align: center;
      padding: 0px;
      border-radius: 3px;
  }
}
/*==============================
    +BANNER
==============================*/
.banner-disp {
    width: 220px;
}
.banner-disp li {
    margin: 0 0 15px;
}
.banner-disp li img {
    width: 100%;
}
@media (max-width:768px) {
.banner-disp {
    width: 100%;
    float: none;
    text-align: center;
    margin: 14px auto 40px;
}
.banner-disp li {
    display: inline-block;
    width: 39%;
    margin: 0 0 15px;
}
.banner-disp li img {
    width: 100%;
}
}

@media (max-width:480px) {
.banner-disp {
    width: 100%;
    float: none;
    text-align: center;
    margin: 0 auto 30px;
}
.banner-disp li {
    display: block;
    width: 80%;
    margin: 0 auto 15px;
}
.banner-disp li img {
    width: 100%;
}
}

@media (max-width:768px) {

}

.ie_Disp {
  display: none;
}
.browser {display: block;}
@media all and (-ms-high-contrast: none) {
  .ie_Disp {
    display: block !important;
  }
  .browser {display: none;}


}

/* modal member login */
section.modal { 
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 1111112;
    width: 500px;
    transform: translate(-50%, -50%);
}
section.modal .pop-up  { position: relative; }
section.modal .pop-up .comment{ width: 100%; margin: auto; background: #fff; border: 1px solid #666; padding: 24px;  }
section.modal .closeBtn { position: absolute; right: -35px; top: -25px; cursor: pointer; background: #fff; width: 30px; border-radius: 50%; height: 30px; text-align: center; color: #000; padding: 6px; }
section.modal.overlay { 
    display: none;
    position: fixed;
    width: 100%;
    height: 100svh;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1111111;
    cursor: pointer;
    }

.login-member { width: 300px; margin: 22px auto; font-size: 16px; font-weight: 900; display: block; text-align: center; font-weight: bold; padding: 24px 12px; background: #e6e6e6; border: 1px solid #ccc; }
.login-member a { display: block; padding: 12px; text-align: center; width: 80%; color: #fff;  margin: 8px auto; border-radius: 4px; }
.login-member .blue-member { transition: all 0.3s;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #0074d8), color-stop(100, #1898fa));
    background: -moz-linear-gradient(Left, #0074d8 0%, #1898fa 100%);
    background: -ms-linear-gradient(Left, #0074d8 0%, #1898fa 100%);
    background: -o-linear-gradient(Left, #0074d8 0%, #1898fa 100%);
    background: linear-gradient(to right, #0074d8 0%, #1898fa 100%);
    }
.login-member .blue-member:hover {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #0074d8), color-stop(100, #1898fa));
    background: -moz-linear-gradient(bottom left, #0074d8 0%, #1898fa 100%);
    background: -ms-linear-gradient(bottom left, #0074d8 0%, #1898fa 100%);
    background: -o-linear-gradient(bottom left, #0074d8 0%, #1898fa 100%);
    background: linear-gradient(to top right, #0074d8 0%, #1898fa 100%);
}
.login-member .orange-member { transition: all 0.3s;
    background: -webkit-gradient(linear, left top, right top, color-stop(0, #f0780e), color-stop(100, #eca600));
    background: -moz-linear-gradient(Left, #f0780e 0%, #eca600 100%);
    background: -ms-linear-gradient(Left, #f0780e 0%, #eca600 100%);
    background: -o-linear-gradient(Left, #f0780e 0%, #eca600 100%);
    background: linear-gradient(to right, #f0780e 0%, #eca600 100%);
}
.login-member .orange-member:hover {
    background: -webkit-gradient(linear, left bottom, right top, color-stop(0, #f0780e), color-stop(100, #eca600));
    background: -moz-linear-gradient(bottom left, #f0780e 0%, #eca600 100%);
    background: -ms-linear-gradient(bottom left, #f0780e 0%, #eca600 100%);
    background: -o-linear-gradient(bottom left, #f0780e 0%, #eca600 100%);
    background: linear-gradient(to top right, #f0780e 0%, #eca600 100%);
}

@media(max-width:580px) {
    section.modal { width: 80%; }
    section.modal .closeBtn { right: -10%; }
    .login-member { width: 80%; }
}
@media(max-width:580px) {
    section.modal { width: 90%; }
    .login-member { width: 100%; }
    section.modal .closeBtn { right: -12px; top: -35px; }
}

/*==============================
    +ctn_service
==============================*/

.ctn_service{
    background-color: #f7f7f7;
    padding: 40px 0;
}
.tool_media{
    background-color: #FFF;
    padding: 0 0;
}
section.ctn_service ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px 0 0;
}
section.ctn_service ul li{
    width:47%;
    max-width: 461px;
}
section.ctn_service.tool_media ul li{
    width:31%;
    margin-bottom: 30px;
    max-width: 461px;
}
section.ctn_service ul div{
    text-align: center;
    margin: 0 0 20px;
}

.service_title{
  border-left: 5px solid #df0000;
  font-size: 22px;
  font-weight: bold;
  padding: 0 0 0 15px;
}

section.ctn_service ul li p{
  margin-top: 15px;
  line-height: 1.7;
}
.tool_media .h3title_01 {
    font-size: 35px;
    line-height: 35px;
    max-width:475px;
    margin:auto;
    padding: 0 0 0 18px;
}
section.ctn_service ul div a{
  transition:0.8s;

}
section.ctn_service ul div a:hover{
  opacity:0.5;
 
}


.more_bt_s-top  {
    width: 240px;
    height: 55px;
    margin: 40px auto 0;
}
.more_bt_s-top a {
    width: 100%;
    height: 100%;
    display: block;
    background-color: #f03333;
    /* background-image: url(../../common/images/bt/small-red.jpg); */
    background-position: center right;
    background-repeat: no-repeat;
    color: #fff;
    line-height: 55px;
    text-align: center;
    /* padding: 0 0 0 35px; */
    border-radius: 50px;
    font-size: 16px;
    font-weight: 400;
    box-sizing: border-box;
    border-bottom: 2px solid #c61010;
    transition: 0.7s;
}

.more_bt_s-top a:hover{
     background-color: #c61010;

}
@media (max-width:760px) {
  section.ctn_service ul li{
      width:100%;
      margin:0 0 30px;

  }
  .section.ctn_service ul{
display: block;  }
section.ctn_service.tool_media ul li {
    width: 100%;
    max-width: 461px;
}
}


/*==============================
    +contact_btm
==============================*/
.contact_btm{
  background-image: url("../../images/index/contact_bck.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.contact_btm{
    padding:50px 0
}
.contact_btm_in {
    display: flex;
    justify-content: flex-end;
}
.contact_btm_in dl{
    width:100%;
    max-width: 479px;
}
.contact_btm_in dt{
    font-weight: bold;
    color: #FFF;
    font-size: 40px;
    margin: 0 0 20px;
    padding: 0 0 0 23px;
    line-height: 1;
    position:relative;
}
.contact_btm_in dt:before{
  width:6px;
  height: 83%;
  background:#FFF;
  position:absolute;
  content:"";
  left: 0;
  top: 17%;
}
.contact_btm_in dd{
    border:5px solid #FFF;
    color:#FFF;
    text-align: center;
    padding:20px;
    background: rgb(121 89 76 / 51%);
}


.contact_btm_in dd p:first-child{
    border-bottom:4px solid #FFF;
    font-size:20px;
    padding: 0 0 10px;
}
.contact_btm_in dd p:last-child{
    font-size:35px;
    padding: 10px 0 0;
    font-weight:bold;
    font-family: 'Roboto', sans-serif;
}
.contact_btm_in dd p:last-child i{
  margin: 0 12px 0 0;
  position: relative;
  top: 1px;
}

@media (max-width:780px) {
.contact_btm{

    background-image: url("../../images/index/contact_bck_sp.jpg");
    
    }
}