@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_c2.css
 style info :  corporate No.2 用の cssの定義
=================================================================== */
/*-----------------------------------------------------------------

common 共通

-----------------------------------------------------------------*/
html.active {
  overflow: hidden;
}

@media only screen and (max-width: 690px) {
  .txt_l_sp {
    text-align: left !important;
  }
  .txt_c_sp {
    text-align: center !important;
  }
  .txt_r_sp {
    text-align: right !important;
  }
}

main.titlenone {
  margin-top: 80px;
}

@media only screen and (max-width: 690px) {
  main.titlenone {
    margin-top: 50px;
  }
}

#contents, #container {
  margin-bottom: 125px;
  margin-top: 72px;
}
body#top #container {
  margin-bottom: 70px;
}
@media only screen and (max-width: 1019px) {
  #contents, #container {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 979px) {
  #contents, #container {
    margin-bottom: 40px;
  }
  body#top #container {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 690px) {
  #content, #container {
    margin-bottom: 30px;
  }
  #contents_right {
    margin-bottom: 0;
  }
}

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header.template_c2 {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}
.is-animation header {
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}

header.template_c2 #header {
  width: 100%;
  background-color: #ffffff;
}

header.template_c2 #header_area {
  max-width: 1120px;
  width: 94%;
  margin: auto;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

header.template_c2.sub #header_area {
    max-width: 1300px;
    width: 100%;
}

header.template_c2 #header_logo {
  width: 200px;
}

header.template_c2 #header_logo a {
  display: block;
}

header.template_c2 #header_logo img {
  max-width: 100%;
  width: auto;
  height: auto;
}

header.template_c2 .gnavi_area {
  margin-left: auto;
  height: 100%;
  display: block;
}

header.template_c2 .gnavi_area nav {
  height: 100%;
}

header.template_c2 .gnavi_contact {
  display: none;
}

header.template_c2 .gnavi_area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

header.template_c2 .gnavi_area ul li {
  position: relative;
  margin-right: 2em;
  list-style: none;
  height: 100%;
}

header.template_c2 .gnavi_area ul li > a {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
  position: relative;
  font-weight: bold;
  font-size: 15px;
  color: #000;
  text-decoration: none;
}

header.template_c2 .gnavi_area ul li > a:hover{
  color: #358FDD;
}

@media only screen and (min-width: 1020px) {
  header.template_c2 .gnavi_area{
    display: block!important;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown:before{
    content: "";
    position: absolute;
    bottom:-10px;
    left:50%;
    z-index: 2;
    transform:translateX(-50%);
    width: 40px;
    height: 32px;
    background: transparent url(../image/common/arw_subnavi.png) no-repeat center center / 40px auto;
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
  }
  header.template_c2 .gnavi_area ul li.gnavi_link_itemlist.js_pulldown.active:before{display: none;}
  header.template_c2 .gnavi_area ul li.js_pulldown.active:before{
    display: block;
    opacity: 1;
    visibility: visible;
  }
  /*header.template_c2 .gnavi_area ul li a::after {
    position: absolute;
    bottom: 0;
    content: "";
    display: block;
    height: 3px;
    width: 100%;
    background-color: #ffffff;
    -webkit-transition: all .3s ease 0s;
    -o-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
  }

  header.template_c2 .gnavi_area ul li a:hover {
    text-decoration: none;
    color: #358FDD;
  }

  header.template_c2 .gnavi_area ul li a:hover::after {
    background-color: #ED1C21;
  }
  */
  header.template_c2 .gnavi_area nav > ul > li.main_current > a {
    text-decoration: none;
    color: #358FDD;
  }

  .mobile header.template_c2 .gnavi_area ul li > a{
    pointer-events:none;
  }

  header.template_c2 #contact_area {
    width: 142px;
    height: 40px;
  }
  header.template_c2 #contact_area + #contact_area {
      margin-left: 10px;
  }
  header.template_c2 #contact_area a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    border-radius: 20px;
    background: #358FDD;
    color: #ffffff;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;
  }
  header.template_c2 #contact_area.appli a{
    background-color: #004D90;
  }
  header.template_c2 #contact_area.datadl a{
    background-color: #F1CC7F;
    color: #D01025;
  }
  header.template_c2 #contact_area.mail a{
    /*background: #358FDD url(../image/common/new_icon_mail.png) no-repeat right 15px center / 16px auto;*/
    padding: 10px 15px 10px 5px;
  }
  header.template_c2 #contact_area a:hover {
    opacity: 0.6;
  }

  header.template_c2 .subnavi_area{
    display: none;
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
    position: fixed;
    top:72px;
    left:50%;
    transform:translateX(-50%);
    z-index: 1;
    width: 94%;
    max-width: 1120px;
    padding-top: 10px;
  }
  header.template_c2 .gnavi_link_itemlist .subnavi_area{
    top:60px;
  }
  header.template_c2 .active .subnavi_area{
    display: block;
    opacity: 1;
    visibility: visible;
  }

  header.template_c2 .subnavi_wrap{
    background: #358FDD;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.16);
    padding: 40px 15px 40px 30px;
    height: 300px;
  }

  header.template_c2 .gnavi_link_sumizumikun .subnavi_wrap,
  header.template_c2 .gnavi_link_scene .subnavi_wrap{
    height: 410px;
  }

  header.template_c2 .subnavi_title{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1;
    margin-bottom: 22px;
  }

  header.template_c2 .subnavi_btn{
    width: calc((100% - 60px) / 3);
    height: 80px;
    margin-right: 20px;
    float: left;
  }

  .ie11   header.template_c2 .subnavi_btn{
    margin-right: 19.9px;
  }


  .edge header.template_c2 .subnavi_btn{
    width: calc(33.3% - 20px);
  }

  header.template_c2 .subnavi_btn a{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background:#fff;
    border-radius: 5px;
    transition: all .5s ease;
    color: #333333;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
    line-height: 1.4;
  }

	header.template_c2 .subnavi_btn.subnavi_logo a {
		display: block;
		height:100%;
	}

  header.template_c2 .subnavi_btn a:after{
    content: "";
    position: absolute;
    top:50%;
    transform: translateY(-50%) rotate(45deg);
    right:30px;
    width: 12px;
    height: 12px;
    border-top: 2px solid #358FDD;
    border-right: 2px solid #358FDD;
  }

  header.template_c2 .subnavi_btn a:hover{
    background:#C9E7FF;
  }

  header.template_c2 .subnavi_btn.subnavi_logo{
    height: 180px;
  }

  header.template_c2 .gnavi_link_sumizumikun .subnavi_btn.subnavi_logo,
  header.template_c2 .gnavi_link_scene .subnavi_btn.subnavi_logo{
    height: 280px;
  }

  header.template_c2 .subnavi_btn.subnavi_logo a:after{
    content: none;
  }

  header.template_c2 .subnavi_btn:nth-of-type(n+4){
    margin-top: 20px;
  }

  header.template_c2 .gnavi_link_newitem .subnavi_btn:nth-of-type(n+4),
  header.template_c2 .gnavi_link_sumizumikun .subnavi_btn:nth-of-type(n+4),
  header.template_c2 .gnavi_link_sumizumikun_rs .subnavi_btn:nth-of-type(n+4){
    margin-top: 20px;
  }

  header.template_c2 .gnavi_area ul li.js_pulldown .btn_accordion,
  header.template_c2 .gnavi_area ul li.js_pulldown .subnavi_area_sp{
    display: none;
  }
  /*header.template_c2 #contact_area2 {
    width: 110px;
    height: 85px;
  }

  header.template_c2 #contact_area2 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
    background: #293337 url("../image/common/icon_mail.png") no-repeat center 20px/20px auto;
    color: #ffffff;
    padding: 30px 10px 0;
    text-align: center;
    text-decoration: none;
    line-height: 1.2;
    font-size: 13px;
    font-weight: bold;
  }

  header.template_c2 #contact_area2 a:hover {
    background-color: #111111;
  }

  header.template_c2 .search_btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 100px;
    height: 85px;
    background-color: #293337;
    color: #ffffff;
    padding: 8px;
    text-align: center;
  }

  header.template_c2 .search_btn .fab {
    display: block;
    font-size: 24px;
    margin-top: 8px;
    margin-bottom: 4px;
  }

  header.template_c2 .search_area {
    display: none;
    padding: 16px 8px;
    background-color: #ffffff;
    max-width: 1200px;
    margin: auto;
    width: 100%;
  }

  header.template_c2 .search_area::after {
    content: "";
    display: table;
    clear: both;
  }

  header.template_c2 .search_txt {
    float: left;
    width: 80%;
    height: 56px;
    line-height: 60px;
    padding: 0 20px;
    border: 2px solid #eeeeee;
    border-radius: 4px;
    background-color: #ffffff;
    vertical-align: middle;
  }

  header.template_c2 .submit_btn {
    float: right;
    width: 19%;
    background-color: #293337;
    color: #ffffff;
    border-radius: 4px;
    border: none;
    height: 56px;
    line-height: 56px;
  }*/
}

header.template_c2 .gnavi_link_newitem .subnavi_btn.subnavi_logo img{
  width: 240px;


}

header.template_c2 .gnavi_link_sumizumikun .subnavi_btn.subnavi_logo img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}

header.template_c2 .gnavi_link_sumizumikun_rs .subnavi_btn.subnavi_logo img{
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
	position: absolute;
	top:0;
	bottom:0;
	margin:auto;
}

header.template_c2 .gnavi_link_advance .subnavi_btn.subnavi_logo img {
    max-width: 100%;
    width: auto;
    height: auto;
    display: block;
    margin-right: auto;
    margin-left: auto;
    padding: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}


@media only screen and (max-width: 1199px) {
  header.template_c2 .gnavi_area ul li {
    margin-right: 10px;
  }
/*  header.template_c2 .search_btn {
    width: 90px;
    font-size: 12px;
  }
  header.template_c2 .search_btn .fab {
    font-size: 20px;
    margin-top: 12px;
  }*/
/*  header.template_c2 #contact_area2 {
    width: 90px;
  }
  header.template_c2 #contact_area2 a {
    font-size: 12px;
  }*/
}

header.template_c2 .gnavi_btn_sp {
  display: none;
}

@media only screen and (max-width: 1019px) {
  header.template_c2 {
    /* -------- gnavi st */
  }
  header.template_c2 #header_area {
    height: 50px;
  }
  header.template_c2 #header_logo {
    width: auto;
  }
  header.template_c2 #header_logo img {
    height: 70px;
    display: block;
    padding: 0;
  }
  header.template_c2 #contact_area, header.template_c2 #contact_area2 {
    display: none;
  }
  header.template_c2 .search_btn .txt {
    display: none;
  }
  header.template_c2 .search_btn {
    width: 50px;
    height: 50px;
    right: 50px;
  }
  header.template_c2 .search_btn .fab {
    margin-top: 6px;
  }
  header.template_c2 .search_txt {
    width: 75%;
    height: 46px;
    line-height: 50px;
  }
  header.template_c2 .submit_btn {
    width: 24%;
    height: 46px;
    line-height: 46px;
  }
  header.template_c2 .gnavi_area {
    display: none;
    position: fixed;
    top:50px;
    left:0;
    padding: 0;
    width: 100%;
    height: calc(100% - 50px);
    background-color: #ffffff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  body.fixed{
    position: fixed;
    left:0;
    width: 100%;
  }
  header.template_c2 .gnavi_contact {
    display: block;
    padding: 1.5em 24px;
  }
  header.template_c2 .gnavi_contact + .gnavi_contact {
    padding: 0 24px 1.5em;
    margin-top: -0.5em;
  }
  header.template_c2 .gnavi_contact a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ED1C21;
    color: #ffffff;
    border-radius: 4px;
    padding: 12px;
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 15px;
  }
  header.template_c2 .gnavi_contact a .txt {
    padding-left: 25px;
    background: url("../image/common/icon_mail.png") no-repeat left center/15px auto;
  }
  header.template_c2 .gnavi_contact.no2 a {
    background: #293337;
  }
  header.template_c2 .gnavi_area ul {
    display: block;
    border-top: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li {
    width: 100%;
    margin-right: 0;
    height: auto;
    border-bottom: 1px solid #eeeeee;
  }
  header.template_c2 .gnavi_area ul li a {
    width: 100%;
    height: 100%;
    display: block;
    padding: 12px 16px;
  }
  header.template_c2 .gnavi_area ul li a br{
    display: none;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown {
    position: relative;
    z-index: 1;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .btn_accordion{
    position: absolute;
    top:0;
    right:0;
    z-index: 999;
    width: 48px;
    height: 100%;
    cursor:pointer;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .btn_accordion:after{
    content: "";
    position: absolute;
    top:23px;
    right:15px;
    width: 18px;
    height: 1px;
    border-top:1px solid #000;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .btn_accordion:before{
    content: "";
    position: absolute;
    top:15px;
    right:23px;
    width: 1px;
    height: 18px;
    border-left:1px solid #000;
    transition: all .5s ease;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .btn_accordion.open:before{
      transform: rotate(45deg);
      opacity: 0;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .subnavi_area,
  header.template_c2 .gnavi_area ul li.js_pulldown .subnavi_area_sp{
    display: none;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .subnavi_area_sp .subnavi_btn.subnavi_logo{
      text-align: center;
      text-indent: 0;
  }
  header.template_c2 .gnavi_area ul li.js_pulldown .subnavi_area_sp .subnavi_btn{
      border-top: 1px solid #eeeeee;
      text-indent: 1em;
  }

  header.template_c2 .gnavi_area ul li a::after {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp {
    display: block;
    position: absolute;
    top: 8px;
    width: 60px;
    right: 12px;
    text-align: center;
    line-height: 1;
  }
  header.template_c2 .gnavi_btn_sp .close {
    display: none;
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp .open {
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp.active .close {
    display: block;
    font-weight: bold;
  }
  header.template_c2 .gnavi_btn_sp.active .open {
    display: none;
  }
  header.template_c2 .gnavi_btn_sp_in {
    position: relative;
    width: 26px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
  }
  header.template_c2 .gnavi_btn_sp_in,
  header.template_c2 .gnavi_btn_sp_in span {
    display: inline-block;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  header.template_c2 .gnavi_btn_sp_in span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #333333;
    border-radius: 4px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(1) {
    top: 0;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(2) {
    top: 8px;
  }
  header.template_c2 .gnavi_btn_sp_in span:nth-of-type(3) {
    top: 16px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(1) {
    -webkit-transform: translateY(16px) rotate(-45deg);
    -ms-transform: translateY(16px) rotate(-45deg);
    transform: translateY(16px) rotate(-45deg);
    top: -8px;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(2) {
    opacity: 0;
  }
  header.template_c2 .gnavi_btn_sp.active .gnavi_btn_sp_in span:nth-of-type(3) {
    -webkit-transform: translateY(-16px) rotate(45deg);
    -ms-transform: translateY(-16px) rotate(45deg);
    transform: translateY(-16px) rotate(45deg);
    top: 24px;
  }
}

body.dcms_editor header.template_c2 {
  position: static;
}


header.template_c2 .gnavi_area ul li .gnaviitem {
    position: relative;
}

header.template_c2 .gnavi_area ul li .gnaviitem:before {
    content: "";
    position: absolute;
    border-right: 1px solid #ccc;
    height: 55%;
    bottom: 0;
    right: 0;
}

header.template_c2 .gnavi_area ul li .gnaviitem:last-child:before {
    content: none;
}

header.template_c2 .gnavi_area ul li .gnaviitem p {
    color: #6b6b6b;
}

.product_title {
    position: relative;
    padding-left: 20px;
    font-size:18px;
}

.product_title:before {
    content: "";
    width: 15px;
    height: 3px;
    background-color: #358fdd;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.gnaviitemBtn a:hover {
    text-decoration: none;
}

.gnaviitemBtn.swiperCol.bl-hot .bl-bigger {
    text-decoration: none;
}



/*-----------------------------------------------------------------

top メインイメージ

-----------------------------------------------------------------*/
.main_area {
  margin-top: 72px;
  height: 425px;
  margin-bottom: 0;
}

.main_area .main_txtarea {
  width: 50%;
  margin-left: 7%;
  max-width: 469px;
}
.main_area .main_title {
    font-size: 37px;
    font-weight: 700;
    line-height: 1.6;
    color: #358fdd;
    letter-spacing: inherit;
}
.main_area .main_title .cmmspan{
   font-size: 80%;
}
.main_area .main_title .emph {
    position: relative;
    display: inline-block;
}
.main_area .main_title .emph::before {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50px;
    background-color: #ffee75;
    display: block;
    text-align: center;
    margin: auto;
    position: relative;
    top: 9px;
}
.main_area .main_title .cmmspan .emph::before{
  top: 0;
}
.main_area .main_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F1CC7F;
  color: #D01025;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
  border-radius: 35px;
  margin-top: 60px;
  max-width: 406px;
  width: 86%;
  height: 70px;
  padding-bottom: 5px;
  text-decoration: none;
  padding-right: 40px;
}

.main_area .main_btn a:hover {
  background: #F1CC7F;
}

.main_area .main_btn a:after{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:27%;
  width: 22px;
  height: 22px;
  background: url(../image/top/arw_right_red01.png) no-repeat center center / 22px auto;
  transition: right .2s ease 0s;
}

.main_area .main_btn a:hover:after{
  right:25%;
}

.main_area .main_img{
  max-width: 560px;
  width: 50%;
  padding-top: 20px;
}
@media only screen and (max-width: 1009px) {
  .main_area .main_btn a:after{
    right:25%;
  }

  .main_area .main_btn a:hover:after{
    right:23%;
  }
}
@media only screen and (max-width: 949px) {
  .main_area .main_btn a:after{
    right:22%;
  }

  .main_area .main_btn a:hover:after{
    right:20%;
  }
}
@media only screen and (max-width: 859px) {
  .main_area .main_btn a:after{
    right:19%;
  }

  .main_area .main_btn a:hover:after{
    right:17%;
  }
}
@media only screen and (max-width: 789px) {
  .main_area .main_btn a:after{
    right:14%;
  }

  .main_area .main_btn a:hover:after{
    right:12%;
  }
}
@media only screen and (max-width: 1019px) {
  .main_area {
    margin-top: 50px;
  }

  .main_area .main_txtarea {
    padding-top: 30px;
  }

  .main_area .main_img{
    padding-top: 0;
  }
}
@media only screen and (max-width: 949px) {
  .main_area {
    height: 320px;
  }
  .main_area .main_title{
    font-size: 26px;
  }
  .main_area .main_title .emph::before {
      top: 7px;
  }
  .main_area .main_btn a {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .main_area {
    height: auto;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .main_area .main_txtarea {
    width: 100%;
    margin-left: 0;
    max-width: 469px;
    order: 2;
    margin: 0 auto;
    padding-top: 0;
  }

  .main_area .main_title{
    text-align: center;
  }

  .main_area .main_btn a {
    font-size: 20px;
    border-radius: 30px;
    margin: 15px auto 0;
    height: 60px;
    padding-bottom: 0;
  }

  .main_area .main_btn a:after{
    right:calc(50% - 80px);
  }

  .main_area .main_btn a:hover:after{
    right:calc(50% - 100px);
  }

  .main_area .main_img{
    order: 1;
    max-width: 560px;
    width: 100%;
    margin: 20px auto;
  }
}

/*-----------------------------------------------------------------

top lead

-----------------------------------------------------------------*/
#top_lead {
  background-color: #358FDD;
}

#top_lead .lead_block{
  position: relative;
  padding: 105px 0 65px;
}

#top_lead .lead_text{
  position: absolute;
  top:40px;
  left:0;
  width: 177px;
  height: 40px;
  border-radius: 20px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: bold;
}

#top_lead .lead_text img{
  width: 100px;
  margin: 0 3px 0 0;
}

#top_lead .lead_text:after{
  content: "";
  position: absolute;
  bottom:-7px;
  left:50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #ffffff transparent transparent transparent;
}

.gecko #top_lead .lead_text:after{
  bottom:-6px;
}

#top_lead .lead_title{
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  #top_lead .lead_block{
    padding: 80px 0 20px;
  }

  #top_lead .lead_text{
    top:30px;
  }

  #top_lead .lead_text img{
    width: 100px;
    margin: 0 3px 0 0;
  }

  #top_lead .lead_title{
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    line-height: 1.6;
    text-align: center;
  }
}


/*-----------------------------------------------------------------

top title

-----------------------------------------------------------------*/
.top_contents_entitle{
  font-family: museo-sans;
  font-weight: 900;
  font-size: 80px;
  color: #358FDD;
  display: flex;
  align-items: center;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
}

.top_contents_jntitle{
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-left: 10px;
}

@media only screen and (max-width: 690px) {
  .top_contents_entitle{
    font-size: 40px;
  }

  .top_contents_jntitle{
    font-size: 15px;
  }
}


/*-----------------------------------------------------------------

top scene_area

-----------------------------------------------------------------*/
.scene_area{
  background: url(../image/top/bg_scene.jpg) no-repeat center top / cover;
}

.scene_area .inner{
  padding: 90px 0 70px;
}

.scene_area .scene_titlearea{
  margin-bottom: 85px;
}

.scene_area .scene_text{
  font-size: 28px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.4;
  color: #358FDD;
  border-left: 1px solid #1D4483;
  padding: 5px 0 5px 20px;
  margin-left: 15px;
}

.scene_area .col{
  height: 100%;
  margin-bottom: 20px;
  border-radius: 10px;
  overflow:hidden;
  box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.16);
}

.scene_area .scene_box a{
  display: block;
  height: 100%;
  background: #fff;
  text-decoration: none;
}

.scene_area .scene_box a:hover{
  background: #358FDD;
  color: #fff;
}

.scene_area .scene_img{
  position: relative;
  width:100%;
}

.scene_area .scene_img img{
  width:100%;
  max-width: auto;
  max-width: inherit;
}

.scene_area .scene_title{
  position: absolute;
  bottom:20px;
  left:24px;
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.2em;
  line-height: 1.2;
}

.scene_area .scene_coltext{
  padding: 30px 25px;
  font-size: 15px;
  line-height: 2.1;
  text-decoration: none;
  background-color: #fff;
}

.scene_area .scene_box a:hover .scene_coltext{
  color: #fff;
}

.scene_area .scene_box a:hover img{
  opacity: 1;
}
@media only screen and (max-width: 1089px) {
  .scene_area .scene_titlearea{
    flex-direction: column;
    margin-bottom: 85px;
  }

  .scene_area .scene_text{
    border-left: none;
    padding: 5px 0;
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .scene_area .inner{
    padding: 60px 0 40px;
  }

  .scene_area .scene_titlearea{
    margin-bottom: 35px;
  }

  .scene_area .scene_text{
    font-size: 20px;
  }

  .scene_area .scene_title{
    font-size: 18px;
  }
}


/*-----------------------------------------------------------------

top lineup_area

-----------------------------------------------------------------*/
.lineup_area{
  position: relative;
  background: #EBFDFF;
  overflow:hidden;
}

.lineup_area:before{
  content: "LINEUP";
  position: absolute;
  bottom: calc(50% - 716px);
  left:300px;
  z-index: 1;
  font-size: 400px;
  color: rgba(255,255,255,0.7);
  line-height: 1;
  transform: rotate(-90deg);
  transform-origin: left bottom;
}

.lineup_area .inner{
  position: relative;
  z-index: 2;
  padding: 90px 0 100px;
}

.lineup_area .top_contents_entitle{
  margin-bottom: 50px;
}

.lineup_area .lineuplist_box +.lineuplist_box{
  margin-top: 100px;
}

.lineup_area .lineuplist_textarea{
  width:45%;
}

.lineup_area .lineuplist_box:nth-of-type(even) .lineuplist_textarea{
  order:2;
}

.lineup_area .lineuplist_title{
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1;
  margin: 0 0 25px;
}

.lineup_area .lineuplist_text{
  font-size: 16px;
  letter-spacing: 0.06em;
  line-height: 1.75;
  color: #666666;
}

.lineup_area .lineuplist_img{
  max-width: 560px;
  width: 50%;
}

.lineup_area .lineuplist_box:nth-of-type(even) .lineuplist_img{
  order:1;
}

.lineup_area .lineuplist_img img{
  box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);
}

.lineup_area .lineuplist_link{
  flex-wrap: wrap;
  margin-top: 25px;
}

.lineup_area .lineuplist_link li{
  width: 48%;
  height: 42px;
  list-style: none;
  margin-top: 10px;
}

.lineup_area .lineuplist_link a{
  position: relative;
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #358FDD;
  font-size: 17px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #358FDD;
  text-decoration: none;
}

.lineup_area .lineuplist_link a:after{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:30px;
  width: 16px;
  height: 16px;
  background: url(../image/top/arw_right_blue02.png) no-repeat center center / 16px auto;
  transition: all .2s ease 0s;
}

.lineup_area .lineuplist_link a:hover{
  color: #fff;
  background: #358FDD;
}

.lineup_area .lineuplist_link a:hover:after{
  right:20px;
  background: url(../image/top/arw_right_white02.png) no-repeat center center / 16px auto;
}
@media only screen and (max-width: 979px) {
  .lineup_area .lineuplist_title{
    font-size: 28px;
  }
}
@media only screen and (max-width: 999px) {
  .lineup_area .lineuplist_box{
    flex-wrap: wrap
  }
  .lineup_area .lineuplist_textarea{
    width:100%;
    order:2;
  }

  .lineup_area .lineuplist_img{
    width:100%;
    text-align: center;
    margin: 0 auto 25px;
    order:1;
  }
}
@media only screen and (max-width: 690px) {
  .lineup_area:before{
    bottom: calc(50% - 358px);
    left:150px;
    font-size: 200px;
  }

  .lineup_area .inner{
    padding: 50px 0 60px;
  }

  .lineup_area .top_contents_entitle{
    margin-bottom: 20px;
  }

  .lineup_area .lineuplist_box +.lineuplist_box{
    margin-top: 60px;
  }

  .lineup_area .lineuplist_title{
    font-size: 33px;
    margin: 0 0 24px;
  }

  .lineup_area .lineuplist_text{
    font-size: 15px;
  }

  .lineup_area .lineuplist_link a{
    font-size: 16px;
  }
}
@media only screen and (max-width: 419px) {
  .lineup_area .lineuplist_link li{
      width: 100%;
  }
}




/*-----------------------------------------------------------------

top fortelist_area

-----------------------------------------------------------------*/
.forte_area .inner{
  padding: 90px 0 80px;
}

.forte_area .top_contents_entitle{
  margin-bottom: 50px;
}

.forte_area .fortelist_box +.fortelist_box{
  margin-top: 52px;
}

.forte_area .fortelist_textarea{
  width:61%;
}

.forte_area .fortelist_box:nth-of-type(even) .fortelist_textarea{
  order:2;
}

.forte_area .fortelist_titlewrap{
  position: relative;
  margin: 0 0 35px;
}

.forte_area .fortelist_titlewrap:after{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  left:0;
  z-index: 1;
  width: 100%;
  height: 10px;
  background-color: #C9E7FF;
  background-image:
  linear-gradient(-90deg, #fff 50%, transparent 50%);
  background-size: 20px;
}

.forte_area .fortelist_title{
  position: relative;
  z-index: 2;
  background: #fff;
  padding-right: 1.5em;
  font-size: 46px;
  font-weight: bold;
  color: #358FDD;
  line-height: 1;
}


.forte_area .fortelist_text{
  font-size: 15px;
  line-height: 2.1;
}

.forte_area .fortelist_img{
  max-width: 394px;
  width: 35%;
}

.forte_area .fortelist_box:nth-of-type(even) .fortelist_img{
  order:1;
}

.forte_area .fortelist_img img{
  border-radius: 10px;
}

@media only screen and (max-width: 690px) {
  .forte_area .inner{
    padding: 60px 0 50px;
  }

  .forte_area .top_contents_entitle{
    margin-bottom: 20px;
  }

  .forte_area .fortelist_box{
    flex-wrap: wrap;
  }

  .forte_area .fortelist_box +.fortelist_box{
    margin-top: 50px;
  }

  .forte_area .fortelist_textarea{
    width:100%;
  }

  .forte_area .fortelist_box:nth-of-type(even) .fortelist_textarea{
    order:1;
  }

  .forte_area .fortelist_titlewrap{
    margin: 0 0 20px;
  }

  .forte_area .fortelist_title{
    padding-right: 0.5em;
  }

  .forte_area .fortelist_title{
    font-size: 32px;
  }


  .forte_area .fortelist_text{
    font-size: 15px;
  }

  .forte_area .fortelist_img{
    margin: 20px auto 0;
    width: 100%;
  }

  .forte_area .fortelist_box:nth-of-type(even) .fortelist_img{
    order:2;
  }
}




/*-----------------------------------------------------------------

top linked_area

-----------------------------------------------------------------*/
.linked_area{
  background: url(../image/top/bg_linked.png) no-repeat center top / cover;
}

.linked_area .inner{
  padding: 75px 0 80px;
}

.linked_area .top_contents_entitle{
  margin: 0 0 20px;
}

.linked_area .linked_text{
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
}

.linkedlist_area{
  flex-wrap: wrap;
  margin-top: 10px;
}

.linked_area .linkedlist_box{
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}

.linked_area .linkedlist_box:nth-of-type(3n){
  margin-right: 0;
}

.linked_area .linkedlist_text{
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
}
.linked_area .linkedlist_text:before,
.linked_area .linkedlist_text:after{
  content: "";
  display: inline-block;
  width: 1px;
  height: 15px;
  border-left: 1px solid #707070;
}

.linked_area .linkedlist_text:before{
  transform: translateY(2px) rotate(-30deg);
  margin-right: 0.5em;
}

.linked_area .linkedlist_text:after{
  transform: translateY(2px) rotate(30deg);
  margin-left: 0.5em;
}

.linked_area .linkedlist_btn{
  width: 100%;
  height: 80px;
}

.linked_area .linkedlist_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 24px;
  font-weight: bold;
  color: #358FDD;
  text-align: center;
  border-radius: 40px;
  border: 2px solid #358FDD;
  background: #fff;
  text-decoration: none;
  line-height: 1.3;
}

.linked_area .linkedlist_btn a:hover{
  color: #fff;
  background: #358FDD;
}

.linked_area .linkedlist_link{
  position: relative;
}

.linked_area .linkedlist_link:after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/top/arw_right_blue01.png) no-repeat center center / contain;
  margin-left: 0.5em;
  transform: translateY(3px);
  transition: all .2s ease 0s;
}

.linked_area .linkedlist_box:nth-of-type(5) .linkedlist_link:after{
  transform: translateY(-0.5em);
}

.linked_area .linkedlist_btn a:hover .linkedlist_link:after{
  background: url(../image/top/arw_right_white01.png) no-repeat center center / contain;
  margin-left: 1em;
}
@media only screen and (max-width: 1029px) {
  .linked_area .linkedlist_box{
    width: 48%;
    margin-right: 4%;
  }

  .linked_area .linkedlist_box:nth-of-type(3n){
    margin-right: 4%;
  }

  .linked_area .linkedlist_box:nth-of-type(2n){
    margin-right: 0;
  }
}
@media only screen and (max-width: 690px) {
  .linked_area .inner{
    padding: 45px 0 50px;
  }

  .linked_area .top_contents_entitle{
    margin: 0 0 20px;
  }

  .linked_area .linked_text{
    font-size: 16px;
  }

  .linked_area .linkedlist_box{
    width: 100%;
    margin-right: 0!important;
    margin-top: 30px;
  }

  .linked_area .linkedlist_btn{
    width: 100%;
    max-width: 406px;
    height: 70px;
    margin: 0 auto;
  }

  .linked_area .linkedlist_btn a{
    font-size: 20px;
    border-radius: 35px;
  }
}




/*-----------------------------------------------------------------

top news_area

-----------------------------------------------------------------*/
.news_area .inner{
  padding: 85px 0 100px;
}

.news_area .news_btn{
  width: 260px;
  height: 40px;
  margin-top: 20px;
}

.news_area .news_btn a{
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: #358FDD;
  border-radius: 20px;
  text-decoration: none;
  padding: 0 1em 2px 0;
  border: 1px solid #358FDD;
}

.news_area .news_btn a:after{
  content: "";
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  right:1.3em;
  width:16px;
  height: 16px;
  background: url(../image/top/arw_right_white02.png) no-repeat center center / 16px auto;
  transition: all .2s ease 0s;
}

.news_area .news_btn a:hover{
  color: #358FDD;
  background:#fff;
}

.news_area .news_btn a:hover:after{
  right:0.8em;
  background: url(../image/top/arw_right_blue02.png) no-repeat center center / 16px auto;
}

.news_area .dlb_rss{
  margin-top: 20px;
  border-top: 1px solid #358FDD;
}

.news_area .dlb_rss dl{
  border-bottom: 1px solid #358FDD;
  border-top: none;
  padding: 7px 0;
  display: flex;
  align-items: center;
}

.news_area .dlb_rss a{
  display: flex;
  align-items: center;
  text-decoration: none;
  width:100%;
}

.news_area .dlb_rss .rss_date{
  font-size: 15px;
  font-weight: 500;
  color: #358FDD;
  margin: 0;
  width: 92px;
}

.news_area .rss_news{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #358FDD;
  width:82px;
  height:26px;
  border-radius: 13px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  margin: 0 15px;
  padding-bottom: 2px;
}

.news_area .dlb_rss .rss_title{
  font-size: 15px;
  font-weight: 500;
  color: #358FDD;
  line-height: 2.1;
  text-align: left;
  margin: 0;
  display: flex;
  align-items: center;
}

.news_area .rss_txt{
  width: calc(100% - 112px);
}

@media only screen and (max-width: 729px) {
  .news_area .news_titlearea{
    flex-direction: column;
  }

  .news_area .top_contents_entitle{
    margin-right: auto;
  }

  .news_btn{
    margin: 20px 0 0 auto;
  }
}
@media only screen and (max-width: 690px) {
  .news_area .news_btn a{
    font-size: 16px;
  }

  .news_area .dlb_rss{
    margin-top: 20px;
  }

  .news_area .dlb_rss dl{
    flex-direction: column;
    align-items: baseline;
  }

  .news_area .dlb_rss .rss_title{
    width:100%;
    margin-top: 10px;
    padding: 0;
  }

  .news_area .rss_title a{
    flex-direction: column;
    align-items: baseline;
  }

  .news_area .rss_news{
    margin: 0;
  }

  .news_area .rss_txt{
    width: 100%;
    margin-top: 5px;
  }
}




/*-----------------------------------------------------------------

top company_area

-----------------------------------------------------------------*/
.company_area{
  background: url(../image/top/bg_company.png) no-repeat center top / cover;
}

.company_area .inner{
  padding: 35px 0;
}

.company_area .company_entitle{
  font-family: museo-sans;
  font-weight: 900;
  font-size: 50px;
  color: #fff;
  letter-spacing: 0;
  margin: 0;
  line-height: 1;
  text-align: center;
}

.company_area .company_jntitle{
  display: block;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin-top: 15px;
}

.company_area .company_text{
  color: #fff;
  font-size: 14px;
  line-height: 1.8;
  margin-top: 30px;
}

.company_area .company_btn{
  width: 406px;
  height: 70px;
  margin: 50px auto 0;
}

.company_area .company_btn a{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1005;
  height: 100%;
  color: #358FDD;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #fff;
  text-decoration: none;
  border-radius: 35px;
}

.company_area .company_btn a:hover{
  color: #fff;
  background: #358FDD;
}

.company_area .company_link:after{
  content: "";
  display: inline-block;
  width: 22px;
  height: 22px;
  background: url(../image/top/arw_right_blue01.png) no-repeat center center / contain;
  margin-left: 0.5em;
  transform: translateY(3px);
  transition: all .2s ease 0s;
}

.company_area .company_btn a:hover .company_link:after{
  background: url(../image/top/arw_right_white01.png) no-repeat center center / contain;
  margin-left: 1em;
}
@media only screen and (max-width: 690px) {
  .company_area .inner{
    padding: 20px 0;
  }

  .company_area .company_entitle{
    font-size: 40px;
  }

  .company_area .company_jntitle{
    font-size: 15px;
    margin-top: 10px;
  }

  .company_area .company_text{
    margin-top: 20px;
  }

  .company_area .company_btn{
    max-width: 406px;
    width:100%;
    height: 70px;
    margin: 30px auto 0;
  }

  .company_area .company_btn a{
    font-size: 20px;
  }
}




/*-----------------------------------------------------------------

top bnr_area

-----------------------------------------------------------------*/
.bnr_area.inner{
  margin: 60px auto 0;
  max-width: 1050px;
  position: relative;
  z-index: 2;
}

.bnr_area .bnr{
  width: 45%;
  font-weight: bold;
  text-align: center;
  display: inline-block;
}

.bnr_area .bnr img {
    /* height: 120px; */
    width: 100%;
}
/*

@media only screen and (max-width: 979px){
.bnr_area .bnr img {
    height: 100px;
	}
} */


.bnr_area .bnr a{
  /*display: inline-block;*/
  background-color: #5D5D5D;
}

.bnr_area .bnr_txt{
  margin-top: 10px;
  display: block;
  font-size: 18px;
  color: #768591;
}
@media only screen and (max-width: 1024px) {
  .bnr_area .bnr{
    width: 48%;
  }
}
@media only screen and (max-width: 729px) {
  .bnr_box{
    flex-wrap: wrap;
  }

  .bnr_area .bnr{
    width: 100%;
    max-width: 530px;
    margin: 0 auto;
  }

  .bnr_area .bnr + .bnr{
    margin-top: 30px;
  }
}
@media only screen and (max-width: 690px) {
  .bnr_area.inner{
    padding: 0 0 0;
    margin-top: 50px;
  }
  .bnr_area .bnr_txt{
    font-size: 16px;
    margin-top: 5px;
  }
  .bnr_area .bnr{
    font-size: 12px;
  }
}




/*-----------------------------------------------------------------

top fixed_area

-----------------------------------------------------------------*/
.fixed_area{
  position: fixed;
  bottom:115px;
  right:0;
  z-index: 2;
  width: 80px;
}

.fixed_area .fixed_btn{
  width: 80px;
  height: 165px;
}

.fixed_area .fixed_btn + .fixed_btn{
  margin-top: 5px;
}

.fixed_area .fixed_btn a{
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-weight: 900;
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  border-radius: 20px 0 0 20px;
  letter-spacing: 0.1em;
  text-decoration: none;
}

.fixed_area .fixed_btn a:hover{
  opacity: 0.8;
}

.fixed_area .fixed_btn:nth-of-type(1) a{
  background: #F1CC7F url(../image/top/ico_fixed01.png) no-repeat center 23px / 25px auto;
  color: #D01025;
  padding-top: 40px;
  text-orientation: upright;
}

.fixed_area .fixed_btn:nth-of-type(2) a{
  background: #004D90 url(../image/top/ico_fixed02.png) no-repeat center 15px / 31px auto;
  color: #fff;
  padding-top: 35px;
}
@media only screen and (max-width: 980px) {
  .fixed_area{
    position: fixed;
    bottom:0;
    right:0;
    width:100%;
    height: 50px;
    display: flex;
  }

  .fixed_area .fixed_btn{
    width: 50%;
    height: 100%;
  }

  .fixed_area .fixed_btn + .fixed_btn{
    margin-top: 0;
  }

  .fixed_area .fixed_btn a{
    position: relative;
    font-size: 14px;
    border-radius: 0;
    writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    text-align: center;
    line-height: 1;
  }

  .fixed_area .fixed_btn:nth-of-type(1) a{
    background: #F1CC7F;
    padding: 0 0 0 30px;
  }

  .fixed_area .fixed_btn:nth-of-type(2) a{
    background: #004D90 ;
    padding: 0;
  }

  .fixed_area .fixed_btn a:before{
      content: "";
      position: absolute;
      top:50%;
      transform: translateY(-50%);
  }

  .fixed_area .fixed_btn:nth-of-type(1) a:before{
      width:25px;
      height: 29px;
      background:url(../image/top/ico_fixed01.png) no-repeat center center / 25px auto;
      left:calc(50% - 50px);
  }

  .fixed_area .fixed_btn:nth-of-type(2) a:before{
      width:31px;
      height: 25px;
      background:url(../image/top/ico_fixed02.png) no-repeat center center / 31px auto;
      left:calc(50% - 80px);
  }
}




/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
body#top footer.template_c2 {
  position: relative;
  margin-top: -70px;
}

/* body#top footer.template_c2 :before{
  content: "";
  position: absolute;
  top:-5px;
  left:0;
  width: 100%;
  height: 1px;
  border-top: 1px solid #E6E6E6;
} */
/*footer.template_c2 #footer_lead {
  border-top: 1px solid #cccccc;
}

footer.template_c2 .footer_lead_block {
  padding-top: 20px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

footer.template_c2 .footer_logo {
  width: 220px;
}

footer.template_c2 .footer_logo a {
  display: block;
}

footer.template_c2 .footer_logo a img {
  max-width: 100%;
  width: auto;
  height: auto;
}

footer.template_c2 .footer_sns {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.template_c2 .footer_sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 10px;
}*/

footer.template_c2 #footer_nav {
  background-color: #358FDD;
}

footer.template_c2 #footer_nav .footer_nav_block.top {
  padding-top: 85px;
}

footer.template_c2 #footer_nav .footer_nav_block.btm {
  padding: 20px 0 15px;
}

footer.template_c2 .footer_nav_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.template_c2 .footer_nav_block.top .fnav_unit + .fnav_unit {
  margin-left: 77px;
}

footer.template_c2 .footer_nav_block.btm .fnav_unit + .fnav_unit {
  margin-left: 165px;
}

footer.template_c2 .fnav_unit_one {
  margin-bottom: 32px;
}

footer.template_c2 .fnav_title {
  margin-bottom: 15px;
}

footer.template_c2 .fnav_title a {
  background: url("../image/common/icon_arr_circle.png") no-repeat left 4px/16px auto;
  padding-left: 25px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  color: #fff;
}

footer.template_c2 .fnav_list{
  margin-top: 20px;
}

footer.template_c2 .fnav_list li {
  list-style: none;
  padding-left: 25px;
  margin-bottom: 15px;
  line-height: 1.4;
}

footer.template_c2 .fnav_list li a {
  font-size: 13px;
  font-weight: 500;
  color: #E6E6E6;
}

footer.template_c2 #footer_info {
  background-color: #358FDD;
}

footer.template_c2 #footer_info .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 0 0 30px;
}

footer.template_c2 #footer_info .footer_info_navi a {
  color: #fff;
  padding-right: 15px;
  border-right: 1px solid #fff;
  font-size: 15px;
  line-height: 1;
  display: inline-block;
}

footer.template_c2 #footer_info .footer_info_navi a + a {
  padding-left: 15px;
  border-left: 1px solid #358FDD;
}

footer.template_c2 #footer_info .footer_info_navi a:last-child{
  border-right: none;
  padding-right: 0;
}

footer.template_c2 #footer_info small {
  margin-left: auto;
  color: #ffffff;
}

@media only screen and (max-width: 1129px) {

}

@media only screen and (max-width: 1049px) {
  footer.template_c2 .fnav_unit {
    width: 48%;
  }

  footer.template_c2 .footer_nav_block.top .fnav_unit + .fnav_unit {
    margin-left: 0;
  }

  footer.template_c2 .footer_nav_block.btm .fnav_unit + .fnav_unit {
    margin-left: 0;
  }

  .footer.template_c2 #footer_nav .footer_nav_block.btm{
    padding: 0 0 15px;
  }
}
@media only screen and (max-width: 979px) {
  body#top footer.template_c2 {
    /*margin-top: 60px;*/
    margin-top: 0;
  }
  footer.template_c2 #footer_info .footer_info_navi{
    text-align: center;
    width: 100%;
  }
  /* footer.template_c2 #footer_info .footer_info_navi a {
    display: block;
    padding: 0;
  } */
/*
  footer.template_c2 #footer_info .footer_info_navi a + a {
    padding: 15px 0 0;
    border-left:none;
  } */

  footer.template_c2 #footer_info small{
    display: block;
    width:100%;
    text-align: right;
    margin-top: 10px;
  }
}
@media only screen and (max-width: 690px) {
  body#top footer.template_c2 {
    /*margin-top: 40px;*/
    margin-top: 0;
  }

  footer.template_c2 .fnav_unit {
    width: 100%;
  }

  footer.template_c2 .fnav_unit_one {
    margin-bottom: 0;
  }

  footer.template_c2 #footer_nav .footer_nav_block.top {
    padding-top: 40px;
  }

  footer.template_c2 #footer_nav .footer_nav_block.btm{
    padding: 0;
    /*border-bottom:1px solid #eeeeee;*/
  }

  footer.template_c2 .fnav_list {
    display: none;
  }

  footer.template_c2 .fnav_title {
    margin-bottom: 0;
  }

  footer.template_c2 .fnav_title a {
    display: block;
    padding: 12px 8px 12px 35px;
    background-position: 15px 13px;
    border-top: 1px solid #eeeeee;
    font-size: 14px;
    font-weight: normal;
  }

  footer.template_c2 #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  footer.template_c2 #footer_info .footer_info_navi a {
    padding: 2px 0;
    font-size: 12px;
    text-align:left;
    display: block;
    border-right: none;
  }
  footer.template_c2 #footer_info .footer_info_navi a + a {
    padding: 15px 0 0;
    border-left:none;
  }
  footer.template_c2 #footer_info small {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: center;
  }
  /*footer.template_c2 .footer_logo {
    max-width: 120px;
  }
  footer.template_c2 .footer_sns a img {
    width: 30px;
    height: 30px;
  }*/
}

/*-----------------------------------------------------------------

ぱんくず locator

-----------------------------------------------------------------*/
#locator_template_c2 {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 100vw;
  margin-bottom: 40px;
  margin-top: 72px;
  margin-bottom: 0;
  width: 100%;
}

#locator_template_c2 li {
  display: inline-block;
  list-style: none;
  margin-right: 15px;
  position: relative;
  font-size: 15px;
}

#locator_template_c2 li::after {
  content: ">";
  margin-left: 15px;
}

#locator_template_c2 li a {
  color: #000;
}

#locator_template_c2 li a:hover {
  text-decoration: underline;
}

#locator_template_c2 li:last-child::after {
  display: none;
}

#locator_template_c2 li:first-child {
  margin-left: 0;
}

@media only screen and (max-width: 1019px) {
  #locator_template_c2 {
    margin-top: 50px;
    padding: 8px 0;
  }
}

/*-----------------------------------------------------------------

 pagetop

-----------------------------------------------------------------*/
#topcontrol {
  z-index: 150;
  margin-bottom: 20px;
}
@media only screen and (min-width: 690px) {
  #topcontrol{right: 110px !important; }
}
a.pagetop {
    width: 72px;
    height: 72px;
    display: block;
    z-index: 50;
    background: #000208;
    position: relative;
    border-radius: 100px;
}

a.pagetop::before {
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    right: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    width: 18px;
    height: 18px;
    border-top: 4px solid #fff;
    border-right: 4px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media only screen and (max-width: 980px) {
  #topcontrol {
    margin-bottom: -20px;
  }
  a.pagetop {
    width: 50px;
    height: 50px;
  }
  a.pagetop::before {
    top: calc(50% - 4px);
    width: 12px;
    height: 12px;
  }
}
@media only screen and (max-width: 690px) {
#topcontrol {
    margin-bottom: 0px;
}
}

/*-----------------------------------------------------------------*/
/* サイトマップ */
/*-----------------------------------------------------------------*/
#sitemap > li {
  margin: 7px 0;
  padding: 0 0 0 30px;
  list-style-type: none;
  position: relative;
  font-size: 18px;
}

#sitemap > li:nth-of-type(1) a{
  color: #358FDD;
}

#sitemap > li ul {
  padding: 0 0 5px 25px;
}

#sitemap > li > ul li {
  margin: 5px 0;
  list-style: disc;
  font-size: 14px;
}

#sitemap > li::before {
  content: "";
  width: 17px;
  height: 21px;
  background: url(../image/sitemap/icon_sitemap02.png) no-repeat center top / contain;
  position: absolute;
  top: 8px;
  left: 0;
}

.mobile #sitemap > li::before,
.ipad #sitemap > li::before {
  top: 5px;
}

#sitemap > li:nth-of-type(1)::before {
  width: 21px;
  height: 21px;
  background: url(../image/sitemap/icon_sitemap01.png) no-repeat center top / contain;
  top: 5px;
}

@media only screen and (max-width: 690px) {
  #sitemap > li::before {
    top: 5px;
  }
}


/*-----------------------------------------------------------------

pagetitle

-----------------------------------------------------------------*/
#pagetitle.template_c2 {
  padding: 70px 0;
  margin-bottom: 100px;
  text-align: center;
  background-image: url(../image/common/pagetitle_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

#pagetitle.template_c2 .pagetitle_bg {
  position: absolute;
  top: 0;
  left: 0;
  /* background-color: rgba(0, 0, 0, 0.25); */
  z-index: 2;
}

#pagetitle.template_c2 .pagetitle_block {
  position: relative;
  z-index: 3;
}

#pagetitle.template_c2 .pagetitle_block .pagetitle {
  color: #ffffff;
  font-size: 35px;
  font-weight: bold;
  position: relative;
}

@media only screen and (max-width: 979px) {
  #contents_left #pagetitle.template_c2 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
  #pagetitle.template_c2 {
    margin-bottom: 24px;
    padding: 20px 0;
  }
  #pagetitle.template_c2 .pagetitle_block .pagetitle {
    font-size: 24px;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #pagetitle.template_c2 .pagetitle_block .pagetitle::after {
    height: 3px;
    bottom: -5px;
  }
}

/*-----------------------------------------------------------------

 rss

-----------------------------------------------------------------*/
.newslist_area .rss_box dl {
  padding: 30px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  display: flex;
  align-items: center;
}

.newslist_area .rss_box dl:after {
  content: "";
  display: table;
  clear: both;
}

.newslist_area .rss_date {
  font-size: 13px;
  font-weight: 500;
  color: #333333;
  margin: 0;
  width: 6.5em;
}

.newslist_area .rss_title {
  width:calc(100% - 6.5em);
  font-size: 14px;
  font-weight: 500;
  color: #333333;
  line-height: 1.8;
  text-align: left;
  margin: 0;
}

.newslist_area .rss_title a{
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #358FDD;
}

.newslist_area .rss_contents {
  display: none;
}

.newslist_area .rss_news {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FE325C;
  width:90px;
  height:24px;
  border-radius: 3px;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 3px 8px 4px;
  margin: 0 43px;
}

.newslist_area .rss_txt{
  width:calc(100% - 176px);
}
@media only screen and (max-width: 979px) {
  .newslist_area .rss_news {
      margin: 0 20px;
  }

  .newslist_area .rss_txt{
    width:calc(100% - 130px);
  }
}

@media only screen and (max-width: 690px) {
  .newslist_area .rss_box dl {
    padding: 10px 0;
    flex-direction: column;
    align-items: baseline;
  }

  .newslist_area .rss_title{
    width:100%;
    margin: 10px 0 0;
  }

  .newslist_area .rss_title a{
    flex-direction: column;
    align-items: baseline;
  }

  .newslist_area .rss_news{
    margin: 0;
  }

  .newslist_area .rss_txt{
    width: 100%;
    margin-top: 5px;
  }
}

/*-----------------------------------------------------------------

NEWS-F

-----------------------------------------------------------------*/
.rss_f {
  border-width: 1px;
  border-style: solid;
}

.rss_f_title {
  font-size: 20px;
  font-weight: bold;
  padding: 12px 24px;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.rss_f dl {
  border-bottom: none;
  padding-bottom: 0;
}

.rss_f dl:last-child {
  margin-bottom: 0;
}

.rss_f .rss_contents {
  display: none;
}

.rss_f_wrap {
  padding: 20px 32px;
}

.rss_f .rss_box {
  padding-right: 40px;
}

@media only screen and (max-width: 979px) {
  .rss_f_wrap {
    padding: 20px 16px;
  }
}

/*-----------------------------------------------------------------

case info

-----------------------------------------------------------------*/
.case_info {
  padding: 16px 0 16px 24px;
  border-left: 2px solid #dddddd;
}

.case_info_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
}

.case_info_list dt {
  width: 120px;
  font-weight: bold;
}

.case_info_list dd {
  width: calc(100% - 120px);
  padding-left: 16px;
}

/*-----------------------------------------------------------------

support info

-----------------------------------------------------------------*/
.support_info {
  padding: 3em 5% 1.5em;
  border: 1px solid #dddddd;
}

.support_info_title {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 40px;
}

.si_tel, .si_mail {
  font-size: 48px;
  line-height: 1.2;
}

@media only screen and (max-width: 979px) {
  .support_info_title {
    font-weight: bold;
    font-size: 20px;
  }
  .si_tel, .si_mail {
    font-size: 36px;
  }
  .si_tel::before {
    font-size: 20px;
  }
  .si_mail::before {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .support_info {
    padding: 2em 16px .5em;
  }
  .si_tel, .si_mail {
    font-size: 32px;
  }
  .si_tel::before {
    font-size: 16px;
  }
  .si_mail::before {
    font-size: 14px;
  }
}

.dlb_box2-2_it .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_it .dlb_box2-2_txt::before {
  position: absolute;
  top: calc(50% - 10px);
  left: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 16px 10px 0;
  border-color: transparent #ffffff transparent transparent;
}

.dlb_box2-2_ti .dlb_box2-2_txt {
  position: relative;
}

.dlb_box2-2_ti .dlb_box2-2_txt::after {
  position: absolute;
  top: calc(50% - 10px);
  right: -16px;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 16px;
  border-color: transparent transparent transparent #ffffff;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-2_it .dlb_box2-2_txt::before,
  .dlb_box2-2_ti .dlb_box2-2_txt::after {
    display: none;
  }
}

/*-----------------------------------------------------------------

faq

-----------------------------------------------------------------*/
.faq_block {
  padding-top: 16px;
  border-top: 2px solid #dddddd;
}

.faq_title {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dotted #dddddd;
}

/*-----------------------------------------------------------------

adobe link

-----------------------------------------------------------------*/
.adobe_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f5f5;
  padding: 3em 1em;
}

.adobe_link .icon {
  margin-right: 5%;
}

.adobe_link .txt a {
  background: url("../image/icon_target.png") no-repeat left center/16px auto;
  padding-left: 20px;
}

.adobe_link .txt a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 979px) {
  .adobe_link {
    display: none;
  }
}

/*-----------------------------------------------------------------

TOP サービス紹介ブロック

-----------------------------------------------------------------*/
.list_icon li {
  list-style: none;
  background-position: left center;
  background-size: 48px auto;
  padding: 12px 0 12px 70px;
  background-repeat: no-repeat;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
}

.list_icon li.list_icon01 {
  background-image: url(../image/icon_chat.png);
}

.list_icon li.list_icon02 {
  background-image: url(../image/icon_headset.png);
}

.list_icon li.list_icon03 {
  background-image: url(../image/icon_laptop.png);
}

.list_icon li.list_icon04 {
  background-image: url(../image/icon_help.png);
}

.col_bg .dlb_box2-2_area .dlb_box2-2_txt {
  background-color: #ffffff;
}

.col_bg .dlb_box2-2_area {
  -webkit-box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 5px 4px 0px rgba(0, 0, 0, 0.1);
}

.list_link .col {
  height: 280px;
  position: relative;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.list_link .col::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(51, 51, 51, 0.7);
}

.list_link .col:hover {
  -webkit-box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 3px 3px 5px 0px rgba(0, 0, 0, 0.3);
}

.list_link .col:hover a {
  text-decoration: underline;
}

.list_link .col:hover::before {
  background-color: rgba(51, 51, 51, 0.4);
}

.list_link .list_link_img {
  height: 100%;
}

.list_link .list_link_txt {
  position: absolute;
  z-index: 2;
  height: 100%;
  display: table;
}

.list_link .list_link_txt_in {
  padding: 16px 1em;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  color: #ffffff;
}

.list_link .list_link_txt_in a {
  color: #ffffff;
}

.list_link .list_link_title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
}

.list_link .list_link_title_en {
  font-size: 13px;
  margin-bottom: 16px;
  letter-spacing: .1em;
  line-height: 1.2;
}

@media only screen and (max-width: 690px) {
  .list_link .col {
    height: 160px;
  }
  .list_link .list_link_title {
    font-size: 24px;
  }
  .list_link .list_link_txt_in {
    padding: 8px 1.5em;
  }
}

/*---------------------------------------------------------------
-----------------------------------------------------------------

dlb_box3-6_area ブロックダウンロード

-----------------------------------------------------------------
-----------------------------------------------------------------*/
.dlb_box3-6_area .col {
  border: 1px solid #dddddd;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  background-color: #ffffff;
}

.dlb_box3-6_area .col:hover {
  -webkit-box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 5px 2px 10px 2px rgba(0, 0, 0, 0.1);
}

.dlb_box3-6_area .col:hover .txt_link {
  text-decoration: underline;
  color: #ED1C21;
}

.dlb_box3-6_area .dlb_box3-6_txt {
  padding: 24px;
}

/* ----------------------------

サムネイル名 ： フロー図 No.01

----------------------------- */
.dlb-flow_area_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.dlb-flow_area_2 .dlb-flow_item {
  width: 120px;
  text-align: center;
  padding: 4% 2%;
  font-size: 12px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.dlb-flow_area_2 .dlb-flow_num {
  margin-bottom: 30px;
  position: relative;
  letter-spacing: .1em;
  font-weight: bold;
}

.dlb-flow_area_2 .dlb-flow_num::after {
  content: "";
  width: 16px;
  height: 2px;
  position: absolute;
  bottom: -15px;
  left: calc(50% - 8px);
}

.dlb-flow_area_2 .dlb-flow_txt {
  width: calc(100% - 120px);
  padding: 1.5em;
  border-width: 1px;
  border-style: solid;
}

.dlb-flow_area_2 .dlb-flow_title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.4;
}

.dlb-flow_area_2 + .dlb-flow_area_2 {
  margin-top: 40px;
}

.dlb-flow_area_2 + .dlb-flow_area_2 .dlb-flow_item::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 12px 0 12px;
  position: absolute;
  top: -30px;
  left: calc(50% - 12px);
}

@media only screen and (max-width: 690px) {
  .dlb-flow_area_2 {
    position: relative;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlb-flow_area_2 .dlb-flow_item {
    width: 100%;
    max-width: 100%;
    text-align: left;
    padding: 1em 1.5em;
  }
  .dlb-flow_area_2 .dlb-flow_num {
    margin-bottom: 0;
    margin-right: 5px;
    display: inline-block;
    font-size: 12px;
  }
  .dlb-flow_area_2 .dlb-flow_num::after {
    display: none;
  }
  .dlb-flow_area_2::after {
    display: none;
  }
  .dlb-flow_area_2 .dlb-flow_txt {
    display: block;
    width: 100%;
    padding: 20px;
  }
  .dlb-flow_area_2 .dlb-flow_title {
    font-size: 18px;
  }
  .dlb-flow_area_2 .col_l {
    margin-top: 0;
  }
}

.dlb-flow_area_2.last .dlb-flow_item::after,
.dlb-flow_area_2.last::after {
  display: none;
}

/* ----------------------------

サムネイル名 ： ポイント No.01

----------------------------- */
.dlb-point_area_1 .col {
  padding: 24px;
  border: 1px solid #dddddd;
  border-radius: 6px;
}

.dlb-point_area_1 .dlb-point_num {
  width: 90%;
  margin: -44px auto 24px;
  text-align: center;
  background-color: #ED1C21;
  color: #ffffff;
  line-height: 40px;
  font-weight: bold;
}

.dlb-point_area_1 .dlb-point_title {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 1.4;
}

@media only screen and (max-width: 979px) {
  .dlb-point_area_1 .col {
    margin-bottom: 50px;
  }
}

@media only screen and (max-width: 690px) {
  .dlb-point_area_1 .col {
    margin-bottom: 40px;
  }
}

/*-----------------------------------------------------------------

サムネイル名 ： box No.

-----------------------------------------------------------------*/
.dlb_box2-9_img {
  float: right;
  width: 240px;
  margin-right: 0;
  margin-left: 32px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 690px) {
  .dlb_box2-9_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .dlb_box2-9_img {
    width: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin: 16px 0 0 0;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .dlb_box2-9_txt {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
}

/*-----------------------------------------------------------------

CTA 共通お問い合わせ

-----------------------------------------------------------------*/
#cta_area.template_c2 {
  background-color: #004D90;
  padding: 80px 0;
}

#cta_area.template_c2 .cta_block {
  max-width: 1120px;
}

#cta_area.template_c2 .cta_title {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 35px;
  font-weight: 500;
  line-height: 1.6;
}

#cta_area.template_c2 .col {
  width: 28%;
  height: 180px;
  max-width: 400px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #358FDD;
  text-align: center;
  background:#fff;
  border-radius: 30px;
  text-decoration: none;
  border: 1px solid #707070;
}

.ie11 #cta_area.template_c2 .col:nth-of-type(-n+2){
  padding-top: 30px;
}

#cta_area.template_c2 .col a{
  color: #358FDD;
  text-decoration: none;
}

#cta_area.template_c2 .col.tel{
  width: 37.5%;
}

#cta_area.template_c2 .col:hover{
  opacity: 0.6;
  transition: all .2s ease 0s;
}

#cta_area.template_c2 .cta_btn {
  font-size: 20px;
  font-weight: bold;
}

#cta_area.template_c2 .col:nth-of-type(1) .cta_img {
  margin: 18px auto 0;
  width: 80px;
}

#cta_area.template_c2 .col:nth-of-type(2) .cta_img {
  margin: 23px auto 0;
  width:79px;
}

#cta_area.template_c2 .col .cta_img {
  margin: 18px auto 0;
  width: 80px;
  }

#cta_area.template_c2 .cta_txt {
    font-size: 14px;
    /* font-weight: 500; */
    line-height: 1.6;
    letter-spacing: .05em;
}

#cta_area.template_c2 .cta_tel{
  position: relative;
  font-size: 35px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: 0.05em;
  margin-top: 5px;
  padding-left: 45px;
}

#cta_area.template_c2 .cta_tel:before{
  content: "";
  position: absolute;
  top:-1px;
  left:0;
  display: inline-block;
  width: 30px;
  height: 44px;
  background: url(../image/common/icon_tel_cta.png) no-repeat center center /contain;
}

#cta_area.template_c2 .cta_time{
  font-size: 35px;
  font-weight: bold;
  line-height: 1.48;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 939px) {
  #cta_area.template_c2 .cta_title {
    font-size: 25px;
  }

  #cta_area.template_c2 .cta_btn {
    font-size: 16px;
  }

  #cta_area.template_c2 .cta_txt{
    /*font-size: 13px;*/
  }

  #cta_area.template_c2 .cta_tel{
    font-size: 25px;
    padding-left: 20px;
  }

  #cta_area.template_c2 .cta_tel:before{
    top:9px;
    width: 15px;
    height: 22px;
  }
}
@media only screen and (min-width: 691px) {
  #cta_area.template_c2 .col.tel.sp{
    display: none;
  }
  #cta_area.template_c2 .col.tel.pc:hover{
    opacity: 1
  }
}
@media only screen and (max-width: 690px) {
  #cta_area.template_c2 {
    padding: 32px 0 16px;
  }

  #cta_area.template_c2 .cta_title {
    margin-bottom: 8px;
    font-size: 18px;
  }

  #cta_area.template_c2 .cta_box{
    flex-wrap: wrap;
  }

  #cta_area.template_c2 .cta_block .col {
    width: 100%;
    height: 130px;
    margin: 8px auto 16px;
  }

  #cta_area.template_c2 .col.tel{
    height: 150px;
  }

  #cta_area.template_c2 .col.tel.pc{
    display: none;
  }

  #cta_area.template_c2 .col:nth-of-type(1) .cta_img {
    margin: 10px auto 0;
  }

  #cta_area.template_c2 .col:nth-of-type(2) .cta_img {
    margin: 10px auto 0;
  }

  #cta_area.template_c2 .cta_txt{
    font-size: 16px;
  }

  #cta_area.template_c2 .cta_tel{
    font-size: 30px;
    padding-left: 25px;
  }

  #cta_area.template_c2 .cta_tel:before{
    width: 20px;
    height: 29px;
  }
}

/*-----------------------------------------------------------------

製品詳細 (template common)

-----------------------------------------------------------------*/
/*-- template item product btn -----------------------------------------*/
.templateitem_btn_area {
  padding: 40px 0 40px;
}

/* btn */
.templateitem_btn li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_btn li a {
  display: block;
  text-align: center;
  padding: 16px 8px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 16px;
  position: relative;
}

.templateitem_btn li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_btn li a:hover {
  text-decoration: none;
}

.templateitem_btn li a:hover::after {
  right: 27px;
}

@media only screen and (max-width: 979px) {
  .templateitem_btn_area {
    padding: 40px 0 15px;
  }
  .templateitem_btn li {
    margin-bottom: 25px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitem_btn_area {
    padding: 30px 0 15px;
  }
  .templateitem_btn li {
    margin-bottom: 15px;
  }
  .templateitem_btn li a {
    font-size: 14px;
  }
}

/*-- template item product link -----------------------------------------*/
/* link */
.templateitem_link li {
  list-style: none;
  margin-bottom: 0;
}

.templateitem_link li a {
  display: block;
  padding: 20px 8px 20px 90px;
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: 30px center;
  font-size: 18px;
  position: relative;
}

.templateitem_link li a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitem_link li a:hover {
  text-decoration: none;
}

.templateitem_link li a:hover::after {
  right: 27px;
}

.templateitem_link li.icon a {
  padding: 20px 8px 20px 40px;
}

.templateitem_link li em {
  margin-right: 15px;
  font-size: 22px;
}

@media only screen and (max-width: 690px) {
  .templateitem_link li a {
    font-size: 16px;
    background-size: 30px 30px;
    background-position: 20px center;
    padding-left: 70px;
  }
}

/*-- template item product contents title -----------------------------------------*/
.templateitemcon_lead_area {
  margin-bottom: 25px;
}

.templateitemcon_title {
  position: relative;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.templateitemcon_title::after {
  content: "";
  width: 40px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
}

.templateitemcon_lead {
  font-size: 24px;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .templateitemcon_lead_area {
    margin-bottom: 20px;
  }
  .templateitemcon_lead {
    font-size: 24px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon_title {
    padding-bottom: 10px;
    margin-bottom: 15px;
  }
  .templateitemcon_lead {
    font-size: 18px;
  }
}

/*-- template item product contents 01 -----------------------------------------*/
.templateitemcon01_area {
  padding: 60px 0;
}

.templateitemcon01_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.templateitemcon01_img {
  width: 42%;
}

.templateitemcon01_txt {
  width: 58%;
  padding-left: 60px;
}

.templateitemcon01_catch {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon01_area {
    padding: 50px 0;
  }
  .templateitemcon01_img {
    width: 45%;
  }
  .templateitemcon01_txt {
    width: 55%;
    padding-left: 30px;
  }
  .templateitemcon01_catch {
    font-size: 20px;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon01_area {
    padding: 30px 0;
  }
  .templateitemcon01_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .templateitemcon01_img {
    width: 100%;
  }
  .templateitemcon01_txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .templateitemcon01_catch {
    font-size: 18px;
  }
}

/*-- template item product contents 02 -----------------------------------------*/
.templateitemcon02_area .col .col {
  margin-bottom: 0;
}

.templateitemcon_subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .templateitemcon02_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
  }
  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon02_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 24px;
  }
  .templateitemcon02_area .col .col:last-child {
    margin-bottom: 0;
  }
  .templateitemcon02_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

/*-- template item product contents 08 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .templateitemcon08_area .col .col {
    width: calc(50% - 12px);
    margin-left: 24px;
    margin-bottom: 0;
  }
  .templateitemcon08_area .col .col:nth-child(2n+1) {
    margin-left: 0;
  }
}

@media only screen and (max-width: 690px) {
  .templateitemcon08_area .col {
    margin-bottom: 24px;
  }
  .templateitemcon08_area .col .col {
    width: 100%;
    margin-left: 0;
    margin-bottom: 16px;
  }
}

/*-- template item product contents 09 -----------------------------------------*/
@media only screen and (max-width: 979px) {
  .easyzoom img {
    max-width: 100%;
    height: auto;
    width: auto;
    display: block;
    margin: auto;
  }
}

/*-- template item product contents 10 -----------------------------------------*/
.templateitemcon10_area {
  padding: 30px 0 20px;
}

.templateitemcon10_block {
  max-width: 980px;
}

.templateitemcon10_title {
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 15px;
  text-align: center;
}

.templateitemcon10_box {
  height: 200px;
  position: relative;
}

.templateitemcon10_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

.templateitemcon10_bg {
  height: 200px;
  position: relative;
}

.templateitemcon10_txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  font-weight: bold;
  text-align: center;
}

.templateitemcon10_txt a {
  display: block;
  position: relative;
}

.templateitemcon10_txt a[target="_blank"]::before {
  content: "";
  display: block;
  margin: 0 auto 15px;
  width: 20px;
  height: 20px;
}

.templateitemcon10_box:hover a,
.templateitemcon10_box a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  .templateitemcon10_area {
    padding: 40px 0 10px;
  }
  .templateitemcon10_title {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .templateitemcon10_box {
    height: auto;
  }
  .templateitemcon10_box::after {
    display: none;
  }
  .templateitemcon10_block .templateitemcon10_box {
    margin-bottom: 30px;
  }
  .templateitemcon10_txt {
    position: relative;
    height: auto;
    padding: 15px 0 0;
    display: block;
  }
  .templateitemcon10_txt a {
    text-align: left;
  }
  .templateitemcon10_txt a[target="_blank"]::before {
    display: none;
  }
  .templateitemcon10_txt a[target="_blank"]::after {
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-left: 8px;
  }
  .templateitemcon10_bg {
    height: auto;
  }
  .templateitemcon10_bg img {
    height: auto;
    width: auto;
    max-width: 100%;
    display: block;
    margin: auto;
  }
}

/*-- template item product contents 11 -----------------------------------------*/
.templateitemcon11_box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 280px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 2% 8%;
}

.templateitemcon11_box::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  z-index: 0;
}

.templateitemcon11_block .templateitemcon11_box {
  margin: 0;
  width: 50%;
}

.templateitemcon11_boxin {
  position: relative;
  z-index: 1;
  width: 100%;
}

.templateitemcon11_title {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
}

.templateitemcon11_txt {
  text-align: center;
  margin-bottom: 30px;
}

.templateitemcon11_btn {
  text-align: center;
}

.templateitemcon11_btn a {
  display: inline-block;
  min-width: 300px;
  padding: 10px 8px;
  border-radius: 80px;
  font-size: 16px;
  position: relative;
}

.templateitemcon11_btn a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  bottom: calc(50% - 3px);
  right: 30px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.templateitemcon11_btn a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 690px) {
  .templateitemcon11_box {
    height: auto;
    padding: 10% 7%;
  }
  .templateitemcon11_block .templateitemcon11_box {
    width: 100%;
  }
  .templateitemcon11_title {
    font-size: 20px;
  }
  .templateitemcon11_txt {
    margin-bottom: 20px;
  }
}

.btn2lu .dlb_btn {
  width: 48%;
}

.mapinfo .col_bg {
  padding: 20px;
}

/*-----------------------------------------------------------------

txt link

-----------------------------------------------------------------*/
.txt_link.arr a {
  position: relative;
  padding-left: 13px;
}

.txt_link.arr a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

@media all and (-ms-high-contrast: none) {
  .txt_link.arr a::before {
    top: calc(50% - 5px);
  }
}

/*---------------
  subnav
----------------*/
/***-----column2-----***/
#subnav.sb_col2 {
  margin-bottom: 20px;
}

#subnav.sb_col2 ul li {
  list-style: none;
}

#subnav.sb_col2 ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px;
}

#subnav.sb_col2 ul li a:hover {
  text-decoration: none;
}

#subnav.sb_col2 ul li ul {
  border-bottom: none;
}

#subnav.sb_col2 ul li ul li a {
  padding: 5px 5px 5px 25px;
}

#subnav_title.sb_col2 a {
  display: block;
  text-align: center;
  padding: 8px 5px;
  font-size: 18px;
}

#subnav_title.sb_col2 a:hover {
  text-decoration: none;
}

#subnav.sb_col2 ul li a {
  padding: 8px 25px 8px 18px;
}

#subnav.sb_col2 ul li.current ul li a {
  padding: 8px 28px 8px 28px;
}

#subnav.sb_col2 ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 38px;
  font-size: 0.8em;
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 48px;
}

#subnav.sb_col2 ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 55px;
}

/***-----column2 No.02-----***/
#subnav.sb_col2_accordion {
  margin-bottom: 20px;
}

#subnav.sb_col2_accordion ul li {
  list-style: none;
}

#subnav.sb_col2_accordion ul li a {
  width: 100%;
  display: block;
  border-width: 0 0 1px 0;
  border-style: dotted;
  padding: 10px;
}

#subnav.sb_col2_accordion ul li a:hover {
  text-decoration: none;
}

#subnav.sb_col2_accordion ul li ul {
  border-bottom: none;
}

#subnav.sb_col2_accordion ul li ul li a {
  padding: 5px 5px 5px 25px;
}

#subnav.sb_col2_accordion .sp_btn {
  display: none;
}

#subnav_title.sb_col2_accordion a {
  display: block;
  text-align: center;
  padding: 8px 40px 8px 40px;
  font-size: 18px;
}

#subnav_title.sb_col2_accordion a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #subnav.sb_col2_accordion #subnav_title {
    position: relative;
  }
  #subnav.sb_col2_accordion .sp_btn {
    display: block;
    position: absolute;
    top: calc(50% - 15px);
    right: 10px;
    z-index: 2;
    width: 30px;
    height: 30px;
    border: 1px solid #cccccc;
  }
  #subnav.sb_col2_accordion .sp_btn::before, #subnav.sb_col2_accordion .sp_btn .in::after {
    position: absolute;
    top: calc(50% - 1px);
    left: 50%;
    content: '';
    display: inline-block;
    width: 10px;
    height: 2px;
    background-color: #333;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #subnav.sb_col2_accordion .sp_btn .in:after {
    top: 8px;
    left: 4px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #subnav.sb_col2_accordion .sp_btn.active .in:after {
    display: none;
  }
  #subnav.sb_col2_accordion .sp_btn:after {
    position: absolute;
    top: calc(50% - 5px);
    left: 50%;
    content: '';
    display: inline-block;
    width: 2px;
    height: 10px;
    background-color: #333;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #subnav.sb_col2_accordion .sp_btn.active:after {
    display: none;
  }
  #subnav.sb_col2_accordion #subnav_list {
    display: none;
  }
  #subnav_title.sb_col2_accordion a {
    padding: 12px 40px 12px 40px;
  }
}

#subnav.sb_col2_accordion ul li a {
  padding: 8px 25px 8px 18px;
}

#subnav.sb_col2_accordion ul li.current ul li a {
  padding: 8px 28px 8px 28px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 38px;
  font-size: 0.8em;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 48px;
}

#subnav.sb_col2_accordion ul li.current ul li.current ul li.current ul li.current ul li a {
  padding: 8px 28px 8px 55px;
}

/***-----column1 01-----***/
#subnav.sb_col1_1 {
  margin-bottom: 40px;
  text-align: center;
}

#subnav.sb_col1_1 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#subnav.sb_col1_1 ul li {
  list-style: none;
  margin: 4px 0;
}

#subnav.sb_col1_1 ul li a {
  display: block;
  padding: 8px 24px;
  line-height: 1.4;
  font-size: 95%;
}

#subnav.sb_col1_1 ul li a:hover {
  text-decoration: none;
}

#subnav.sb_col1_1 ul li a::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  font-size: 14px;
  content: "\f138";
  margin-left: 8px;
}

#subnav.sb_col1_1 ul li a {
  border-width: 0 1px 0 1px;
  border-style: solid;
  margin-left: -1px;
}

#subnav.sb_col1_1 ul li.current a::after {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: calc(50% - 3px);
  left: 0;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

#subnav_title.sb_col1_1 {
  position: relative;
  text-align: center;
  margin-bottom: 24px;
}

#subnav_title.sb_col1_1 a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 32px;
  font-size: 2rem;
}

#subnav_title.sb_col1_1::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

@media only screen and (max-width: 690px) {
  #subnav.col1_1 {
    margin-bottom: 40px;
    text-align: left;
  }
  #subnav.col1_1 ul li {
    font-size: 1.4rem;
    display: block;
  }
  #subnav.col1_1 ul li a {
    padding: 8px;
  }
  #subnav.col1_1 ul li a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }
  #subnav.col1_1 ul li a::after {
    display: none;
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none;
  }
  #subnav.col1_1 ul li.current a::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 3px);
    left: 0;
    -webkit-transition: all .2s ease 0s;
    -o-transition: all .2s ease 0s;
    transition: all .2s ease 0s;
  }
  #subnav.col1_1 ul li.current a::after {
    display: none;
  }
  #subnav.col1_1 ul li:not(:last-child) a {
    border-right: none;
  }
  #subnav_title.col1_1 {
    margin-bottom: 16px;
  }
  #subnav_title.col1_1 a {
    padding: 0 16px;
    font-size: 1.8rem;
  }
}

/***-----column1 02-----***/
.sb_col1_2_wrap {
  padding: 8px;
}

#subnav.sb_col1_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sb_col1_2_wrap #subnav_title {
  border-width: 0 2px 0 0;
  border-style: solid;
}

.sb_col1_2_wrap #subnav_title a {
  font-weight: bold;
  padding: 0 16px;
  text-decoration: none;
}

.sb_col1_2_wrap #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sb_col1_2_wrap #subnav_list li {
  list-style: none;
  padding: 0 16px;
  border-width: 0 1px 0 0;
  border-style: solid;
  font-size: 90%;
}

@media only screen and (max-width: 979px) {
  .sb_col1_2_wrap {
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 3;
  }
  #subnav.sb_col1_2 {
    display: none;
  }
  #sb_col1_2_btn {
    width: 30px;
    height: 30px;
    position: absolute;
    top: -40px;
    right: 2%;
  }
  #sb_col1_2_btn::before {
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    font-size: 20px;
    text-decoration: none;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
  }
  #sb_col1_2_btn.active::before {
    content: "\f077";
  }
  .sb_col1_2_wrap #subnav_title {
    border-width: 0 0 1px 0;
  }
  .sb_col1_2_wrap #subnav_title a {
    padding: 8px;
    display: block;
  }
  .sb_col1_2_wrap #subnav_list {
    display: block;
  }
  .sb_col1_2_wrap #subnav_list li {
    padding: 8px;
    border-width: 0 0 1px 0;
  }
  .sb_col1_2_wrap #subnav_list li:last-child {
    border: none;
  }
  .sb_col1_2_wrap #subnav_list li a {
    display: block;
  }
}

/*-----------------------------
  subnav template_c3 one column
------------------------------*/
#subnav.template_c3_one {
  margin-top: 80px;
}

#subnav.template_c3_one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: calc(1200px - 32px);
}

#subnav.template_c3_one #subnav_title a {
  display: block;
  padding: 24px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  background-color: #0D3780;
}

#subnav.template_c3_one #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

#subnav.template_c3_one #subnav_list li {
  list-style: none;
}

#subnav.template_c3_one #subnav_list li a {
  display: block;
  padding: 8px 24px;
  border-right: 1px solid #dddddd;
  font-size: 95%;
}

#subnav.template_c3_one #subnav_list li.current a {
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #subnav.template_c3_one {
    margin-top: 40px;
  }
  #subnav.template_c3_one .inner {
    display: block;
    padding: 0;
    width: 100%;
  }
  #subnav.template_c3_one #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
  }
  #subnav.template_c3_one #subnav_list {
    display: block;
    margin-left: 0;
  }
  #subnav.template_c3_one #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: 1px dotted #ebebeb;
  }
}

/*-----------------------------
  subnav template_c3 two column
------------------------------*/
#subnav.template_c3_two #subnav_title a {
  display: block;
  padding: 32px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  background-color: #0D3780;
}

#subnav.template_c3_two #subnav_list li {
  list-style: none;
}

#subnav.template_c3_two #subnav_list li a {
  display: block;
  padding: 20px 16px;
  font-size: 95%;
  border-bottom: 1px dotted #999999;
}

#subnav.template_c3_two #subnav_list li.current a {
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #subnav.template_c3_two {
    width: 100vw;
    margin-left: -3vw;
  }
  #subnav.template_c3_two #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
  }
  #subnav.template_c3_two #subnav_list {
    display: block;
    margin-left: 0;
  }
  #subnav.template_c3_two #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: none;
    border-bottom: 1px dotted #ebebeb;
  }
}

/*-----------------------------
  subnav template_c4 one column
------------------------------*/
#subnav.template_c4_one {
  margin-top: 80px;
}

#subnav.template_c4_one .inner_m, #subnav.template_c4_one .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 0;
  width: calc(1200px - 32px);
}

#subnav.template_c4_one #subnav_title a {
  display: block;
  padding: 24px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  background-color: #0D3780;
}

#subnav.template_c4_one #subnav_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 16px;
}

#subnav.template_c4_one #subnav_list li {
  list-style: none;
}

#subnav.template_c4_one #subnav_list li a {
  display: block;
  padding: 8px 24px;
  border-right: 1px solid #dddddd;
  font-size: 95%;
}

#subnav.template_c4_one #subnav_list li.current a {
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #subnav.template_c4_one {
    margin-top: 40px;
  }
  #subnav.template_c4_one .inner_m, #subnav.template_c4_one .inner {
    display: block;
    padding: 0;
    width: 100%;
  }
  #subnav.template_c4_one #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
  }
  #subnav.template_c4_one #subnav_list {
    display: block;
    margin-left: 0;
  }
  #subnav.template_c4_one #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: 1px dotted #ebebeb;
  }
}

/*-----------------------------
  subnav template_c4 two column
------------------------------*/
#subnav.template_c4_two #subnav_title a {
  display: block;
  padding: 32px 40px;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  font-size: 18px;
  position: relative;
  background-color: #0D3780;
}

#subnav.template_c4_two #subnav_list li {
  list-style: none;
}

#subnav.template_c4_two #subnav_list li a {
  display: block;
  padding: 20px 16px;
  font-size: 95%;
  border-bottom: 1px dotted #999999;
}

#subnav.template_c4_two #subnav_list li.current a {
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  #subnav.template_c4_two {
    width: 100vw;
    margin-left: -3vw;
  }
  #subnav.template_c4_two #subnav_title a {
    width: 100%;
    font-size: 16px;
    padding: 8px 16px;
  }
  #subnav.template_c4_two #subnav_list {
    display: block;
    margin-left: 0;
  }
  #subnav.template_c4_two #subnav_list li a {
    padding: 10px 16px;
    margin-right: 0;
    font-size: 95%;
    border-top: none;
    border-bottom: 1px dotted #ebebeb;
  }
}

/*-----------------------------
  subnav template_c6 two column
------------------------------*/
/***-----column2-----***/
#subnav.sb_col2_accordion #subnav_title a {
  text-align: center;
  padding: 15px 5px;
  border-top: 2px solid #000;
  font-size: 18px;
  font-weight: 500;
  height: 80px;
  color: #333333;
  line-height:1.6;
  display: flex;
  align-items: center;
  justify-content: center;
}

#subnav.sb_col2_accordion #subnav_title a:hover {
  text-decoration: none;
  color: #358FDD;
}

#subnav.sb_col2_accordion ul li {
  list-style: none;
  border:none;
}

#subnav.sb_col2_accordion ul li a {
  padding: 18px 10px 14px 20px;
  position: relative;
  display: block;
  border:none;
}

#subnav.sb_col2_accordion ul li a:hover {
  text-decoration: none;
}

#subnav.sb_col2_accordion ul li a::before {
  content: '';
  width: 2px;
  height: 24px;
  border-left: 2px solid #358FDD;
  position: absolute;
  top: 20px;
  left: 0;
}

/*#subnav.template_c6_two ul li.current ul li a {
  padding: 5px 10px 5px 40px;
}

#subnav.template_c6_two ul li.current ul li a::before {
  left: 25px;
}

#subnav.template_c6_two ul li.current ul li.current ul li + li {
  margin-top: 0;
}

#subnav.template_c6_two ul li.current ul li.current ul li + li a {
  padding-top: 0;
}

#subnav.template_c6_two ul li.current ul li.current ul li a {
  padding: 5px 10px 5px 55px;
}

#subnav.template_c6_two ul li.current ul li.current ul li a::before {
  display: none;
}
*/

@media only screen and (min-width: 980px) {
  body[class*="rs"] #subnav.sb_col2_accordion ul li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 690px) {
  #subnav.template_c6_two ul li a::before {
    top: 15px;
    left: 0;
  }
}

.bg_pink{
  padding: 17px 33px;
  background-color: #F7F8E2;
  color: #D93600;
  font-size: 120%;
  font-weight: bold;
  text-align: center;
}




/*-----------------------------------------------------------------
top renewal main
-----------------------------------------------------------------*/

body{
  font-family: 'Noto Sans JP', sans-serif;
}

footer{
  background-color: #358FDD;
}


/*
main
---------------------------------------*/
#mainWrap{
  /*background: #EBFDFE url(../image/new_top_mainimage.png) no-repeat center top -70px;*/
  /*padding-bottom: 200px;*/
  position: relative;
  z-index: 1;
  background-color: #DFF3F7;
}
/*
#mainWrap::after{
  content: "";
  background: #EBFDFE url(../image/new_top_lineup.png) no-repeat center ;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 350px;
  z-index: -1;
}
*/
#mainArea{
  /*display: flex;
  align-items: center;
  justify-content: center;*/
  margin-bottom: 100px;
  padding-top: 120px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 70px;
}
.main_Txt img{
  margin-left: 0;
  max-width: 560px;
}
.mainBtn{
  margin: 50px 0 0;
  text-align: center;
}
.mainBtn a{
  display: inline-block;
  background-color: #F1CC7F;
  color: #D01025;
  padding: 20px 4em 20px 2em;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 20px;
  position: relative;
}
.mainBtn a::before,
.mainBtn a::after{
  position: absolute;
  content: "";
  transition: all .2s ease 0s;
}
.mainBtn a::before{
  width: 40px;
  height: 29px;
  background-image: url(../other/icon_download.svg);
  background-repeat: no-repeat;
  right: 30px;
  top: calc(50% - 15px);
}
/*
.mainBtn a::after{
  right: 50px;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  border-top: 2px solid #F1CC7F;
  border-right: 2px solid #F1CC7F;
  transform: rotate(45deg);
}
*/

.mainBtn a:hover{
  text-decoration: none;
  color: #D01025;
  opacity: 0.6;
}
/*
.mainBtn a:hover::before{
  right: 30px;
}
.mainBtn a:hover::after{
  right: 40px;
}
*/

.mainTitle-row01 {
  font-size: 28px;
  font-weight: bold;
  color:#358FDD;
  border:3px dashed #358FDD;
  display: inline-block;
  border-radius: 10px;
  padding:5px 12px;
}
@media only screen and (max-width: 1260px) {
  .mainTitle-row01 {
    font-size: 24px;
  }
}
@media only screen and (max-width: 690px) {
  .mainTitle-row01 {
    font-size: 20px;
  }
}

.mainTitle-row02 {
  display: block;
  margin-top: 20px;
  font-size: 50px;
}
@media only screen and (max-width: 1260px) {
  .mainTitle-row02 {
    font-size: 3.5vw;
  }
}
@media only screen and (max-width: 690px) {
  .mainTitle-row02 {
    font-size: 5.5vw;
  }
}
.mainTitle-row02 .large {
  font-size: 60px;
}
@media only screen and (max-width: 1260px) {
  .mainTitle-row02 .large {
    font-size: 4.2vw;
  }
}
@media only screen and (max-width: 690px) {
  .mainTitle-row02 .large {
    font-size: 6.5vw;
  }
}
.mainTitle-row02 .large .underline {
  position: relative;
}
.mainTitle-row02 .large .underline .text {
  position: relative;
}
.mainTitle-row02 .large .underline::before {
  content:"";
  width: 100%;
  height: 0.3em;
  background-color: #F1CC7F;
  border-radius: 3px;
  position: absolute;
  bottom:0;
  left: 0;
}

.main-list {
  width: 100%;
  max-width: 1200px;
  border:3px solid #358FDD;
  padding:48px 0 20px;
  border-radius: 10px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 690px) {
  .main-list {
    margin-top: 50px;
    padding:48px 20px 0;
  }
}

.main-list-title {
  text-align: center;
  margin-top: -70px;
  margin-bottom: 25px;
  position: relative;
  color:#768591;
  z-index: 2;
}
@media only screen and (max-width: 690px) {
  .main-list-title {
    font-size: 20px;
  }
}
.main-list-title .bg-color {
  background-color: #DFF3F7;
  display: inline-block;
  padding-left: 0.7em;
  padding-right: 0.7em;
}
@media only screen and (max-width: 690px) {
  .main-list-title .bg-color {
    padding-left: 0.3em;
    padding-right: 0.3em;
  }
}
.main-list ul {
  display: flex;
}
@media only screen and (max-width: 690px) {
  .main-list ul {
    flex-direction: column;
  }
}

.main-list li {
  width: 25%;
  border-left: 3px dashed #358FDD;
  color:#358FDD;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}
@media only screen and (max-width: 979px) {
  .main-list li {
    font-size: 15px;
  }
}
@media only screen and (max-width: 690px) {
  .main-list li {
    width: 100%;
    border-left: none;
    padding:20px 0;
    border-top:3px dashed #358FDD;
    font-size: 17px;
  }
}
.main-list li:first-child {
  border-left: none;
}
@media only screen and (max-width: 690px) {
  .main-list li:first-child {
    border-top:none;
    padding-top: 0;
  }
}


.main_linkTxt a{
  text-decoration: underline;
  font-weight: bold;
  color: #768591;
  font-size: 20px;
}
/* @media only screen and (max-width: 1200px) {
  #mainWrap{
    background-size: 150vw auto;
  }
} */
@media only screen and (max-width: 1024px) {
  .main_Txt img{
    max-width: 500px;
  }
}
@media only screen and (max-width: 1019px) {
  #mainWrap{
    background-position: center top -50px;
  }
}
@media only screen and (max-width: 979px) {
  #mainWrap{
    background-size: 150vw auto;
    background-position: center top;
    /*padding-bottom: 70px;*/
  }
  #mainWrap::after{
    background-size: cover;
    height: 150px;
  }
  #mainArea{
    margin-bottom: 80px;
    /*padding-top: 50px;:*/
  }
  .main_Txt img{
    max-width: 420px;
  }
  .mainBtn{
    margin: 30px 0 15px;
  }
  .mainBtn a{
    padding-left: 2em;
    font-size: 20px;
  }

  .mainBtn a::before{

    right: 20px;
    top: calc(50% - 15px);
  }
  .mainBtn a::after{
    right: 40px;
    width: 4px;
    height: 4px;
    top: calc(50% - 3px);
  }
}
@media only screen and (max-width: 690px) {
  #mainWrap{
    background-size: 200vw auto;
    background-position: center top 40px;
  }
  #mainWrap::after{
    height: 100px;
  }
  #mainArea{
    margin-bottom: 50px;
    /*padding-top: 150px;*/
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 40px;
  }
  .mainBtn{
    margin: 30px 0 10px;
  }
  .main_Txt img{
    max-width: 280px;
    margin-left: auto;
  }
  .mainBtn a{
    font-size: 16px;
    padding-left: 1.5em;
    padding-right: 3.5em;
    line-height: 1.5;
  }
  .mainBtn a::before{
    width: 30px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    right: 15px;
    top: calc(50% - 10px);
  }
  .mainBtn a::after{
    right: 28px;
  }
  .main_linkTxt a{
    font-size: 14px;
  }
}


/*
about
---------------------------------------*/
.col2A{
  margin-top: 50px;
}
.col2A::after{
  content: "";
  display: block;
  clear: both;
}
.colA{
  float: left;
  width: 48%;
  background-color: #fff;
  padding: 40px 40px 40px 60px;
  border-radius: 0 15px 15px 15px;
  box-shadow: 10px 10px 15px 5px rgba(53,143,221,20%);
  position: relative;
  min-height: 200px;
}
.colA+.colA{
  float: right;
  margin-top: 40px;
}
.colAnum{
  position: absolute;
  left: -55px;
  top: 40%;
  transform: translateY(-50%);
  transform: rotate(90deg);
  font-weight: 700;
  color: #BAD9F3;
  font-size: 40px;
  line-height: 1;
  font-family: 'Cabin', sans-serif;
}
.colAtitle{
  color: #358FDD;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 10px;
}
.colAtxt{
  font-size: 20px;
  color: #768591;
  line-height: 1.5;
}

@media only screen and (max-width: 979px) {
  .colAnum{
    left: -50px;
    font-size: 40px;
  }
}
@media only screen and (max-width: 690px) {
  .col2A{
    margin-top: 30px;
  }
  .colA{
    float: none;
    width: 100%;
    padding: 20px 20px 20px 40px;
    min-height: 80px;
    border-radius: 0 10px 10px 10px;
  }
  .colA+.colA{
    float: none;
    margin-top: 20px;
  }
  .colAnum{
    left: -30px;
    font-size: 24px;
  }
  .colAtitle{
    font-size: 22px;
    margin-bottom: 5px;
  }
  .colAtxt{
    font-size: 16px;
  }
}


/*
lineup
---------------------------------------*/
#lineupA{
  position: relative;
  z-index: 2;
  background-color: #358FDD;
  padding-top: 50px;
  padding-bottom: 100px;
  margin-top: -5px;
}
#lineupA .topTitle,
#lineupA .txtlead{
  color: #fff;
}
@media only screen and (max-width: 979px) {
  #lineupA{
    /*padding-top: 20px;*/
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media only screen and (max-width: 690px) {
  #lineupA{
    /*padding-top: 10px;*/
    padding-top: 30px;
    padding-bottom: 50px;
  }
}

.col3Lup::after{
  content: "";
  display: block;
  clear: both;
}
.colL{
  float: left;
  width: 31.333%;
}
.colL+.colL{
  margin-left: 3%;
}
.colL:nth-child(2){
  margin-top: 30px;
}
.colL:nth-child(3){
  margin-top: 60px;
}
.colL figure{
  padding: 30px 0 60px;
  background-color: #fff;
  border-radius: 10px;
}
.colLtxtA{
  padding: 10px 20px 20px;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  width: 90%;
  margin-top: -30px;
  box-shadow: 10px 10px 10px 2px rgba(0,0,0,.07);
  transition: all .2s ease 0s;
}
.colLTitle{
  font-size: 19px;
  color: #358FDD;
  margin-bottom: 10px;
}
.colLTitle a {
  color: #358FDD;
}

.colLtxt{
  color: #768591;
  font-size: 16px;
  line-height: 1.5;
}
.colL.bl-hover figure,
.colL.bl-hover .colLtxtA{
  background-color: #EBFDFE;
}
.colL.bl-hover .colLTitle a{
  text-decoration: underline;
}
@media only screen and (max-width: 979px) {
  .colL{
    width: 48%;
  }
  .colL+.colL{
    margin-left: 4%;
  }

  .colL:nth-child(2) {
    margin-top: 0;
  }

  .colL:nth-child(3){
    margin-top: 30px;
    margin-left: 0;
  }
}
@media only screen and (max-width: 690px) {
  .colL{
    width: 100%;
    float: none;
  }
  .colL+.colL{
    margin-left: auto;
    margin-top: 20px;
  }
  .colL:nth-child(3){
    margin-top: 20px;
    margin-left: auto;
  }
  .colLtxtA{
    margin-top: -40px;
  }
  .colLTitle{
    font-size: 22px;
    margin-bottom: 5px;
  }
}


/*
scene
---------------------------------------*/
#sceneA{
  background: url(../image/new_top_scene.jpg) no-repeat center / cover;
  padding: 100px 0;
}
.sceneBtn{
  margin: 50px auto 0;
  text-align: center;
}
.sceneBtn a{
  display: inline-block;
  background-color: #fff;
  color: #768591;
  padding: 15px 4.5em 15px 4em;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 18px;
  position: relative;
}
.sceneBtn a::before,
.sceneBtn a::after{
  position: absolute;
  content: "";
  transition: all .2s ease 0s;
}
.sceneBtn a::before{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #358FDD;
  right: 45px;
  top: calc(50% - 13px);
}
.sceneBtn a::after{
  right: 55px;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.sceneBtn a:hover{
  text-decoration: none;
  color: #768591;
}
.sceneBtn a:hover::before{
  right: 40px;
}
.sceneBtn a:hover::after{
  right: 50px;
}
@media only screen and (max-width: 979px) {
  #sceneA{
    padding: 80px 0;
  }
}
@media only screen and (max-width: 690px) {
  #sceneA{
    padding: 50px 0;
  }
  .sceneBtn{
    margin-top: 30px;
  }
  .sceneBtn a{
    font-size: 16px;
  }
  .sceneBtn a::before{
    width: 22px;
    height: 22px;
    right: 35px;
    top: calc(50% - 11px);
  }
  .sceneBtn a::after{
    right: 44px;
    width: 4px;
    height: 4px;
    top: calc(50% - 3px);
  }
}


/*
scene
---------------------------------------*/
.swiperA{
  max-width: 2000px;
  padding-left: 440px;
 /* width: 100%;*/
}
.swiperCol{
  padding: 0 10px;
}
.swiperCol.bl-hover .swiperTxtA{
  background-color: #EBFDFE;
}
.swiperCol.bl-hover a{
  text-decoration: underline;
}
.swiperCol figure img{
  border-radius: 10px;
}
.swiperTxtA{
  padding: 30px 20px;
  background-color: #fff;
  border-radius: 0 10px 10px 10px;
  width: 90%;
  margin-top: -70px;
  position: relative;
  z-index: 2;
}
.swiperTitle{
  color: #358FDD;
  font-size: 25px;
  margin-bottom: 10px;
}
.swiperTitle a {
  color: #358FDD;
}
.swiperTxt{
  color: #768591;
  font-size: 16px;
  line-height: 1.5;
}
.mySwiper{
  margin-top: 40px;
}
.mySwiper .swiper-slide {
  width: 50px !important;
  height: 50px;
  background-color: #358FDD;
  color: #fff;
  line-height: 50px;
  text-align: center;
  border-radius: 100vh;
  font-size: 18px;
  font-weight: bold;
  font-family: 'Cabin', sans-serif;
  opacity: 0.4;
  cursor: pointer;
}
.mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}
.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{
  top: unset !important;
  bottom: 0;
  max-width: 1120px;
}
.mySwiper2 .swiper-wrapper{
  padding-bottom: 50px;
}
.swiper-pagination-progressbar{
  background-color: #fff !important;
  height: 12px !important;
  border-radius: 100vh;
  overflow: hidden;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
  border-radius: 100vh;
  background-color: #358FDD !important;
}

@media only screen and (max-width: 1999px) {
  .swiperA{
    padding-left: 0;
    margin-left: calc(50% - 560px);
  }
  .swiperCol{
    padding: 0 15px;
  }
}
@media only screen and (max-width: 1199px) {
  .swiperA{
    padding-left: 0;
    margin: auto;
    width: 90%;
  }
  .swiperCol{
    padding: 0 15px;
  }
}
@media only screen and (max-width: 690px) {
  .swiperCol{
    padding: 0;
  }
  .swiperTitle{
    font-size: 20px;
  }
  .swiperTxt{
    color: #768591;
    font-size: 14px;
  }
  .swiperTxtA{
    padding: 20px;
    margin-top: -100px;
  }
  .mySwiper2 .swiper-wrapper{
    padding-bottom: 30px;
  }
  .swiper-pagination-progressbar{
    height: 8px !important;
  }
  .mySwiper{
    margin-top: 20px;
  }
  .mySwiper .swiper-slide {
    width: 30px !important;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }
}
/*
alignment
---------------------------------------*/
#alignmentA{
  background-color: #E9EEF2;
  padding: 120px 0 100px;
}
#alignmentA .inner{
  background-color: #fff;
  padding: 40px 20px 70px;
  border-radius: 20px;
}
#alignmentA .topTitle{
  margin-top: -75px;
  margin-left: -20px;
}
#alignmentA .txtlead{
  padding-left: 30px;
}
.alignmentCol3{
  display: flex;
  flex-wrap: wrap;
}
.alignmentCol{
  width: 33.333%;
  padding: 20px 30px;
  border-right: 1px solid #ddd;
  line-height: 1.5;
}
/* .alignmentCol.bl-hover {
  background-color: #EBFDFE;
} */
.alignmentCol.bl-hover a{
  text-decoration: underline;
}
.alignmentCol:nth-child(3n){
  border-right: none;
}
.alignmentTitle{
  font-size: 20px;
  color: #358FDD;
}
.alignmentTitle a {
  color: #358FDD;
}
.alignmentTxt{
  color: #768591;
  margin-top: 10px;
}
.alignmentBtn {
  margin-top: 50px;
}
.alignmentBtn a{
  display: inline-block;
  background-color: #fff;
  color: #768591;
  padding: 15px 4.5em 15px 4em;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  box-shadow: 0 10px 15px 3px rgba(53,143,221,.2);
  z-index: 1;
}
.alignmentBtn a::before,
.alignmentBtn a::after{
  position: absolute;
  content: "";
  transition: all .2s ease 0s;
}
.alignmentBtn a::before{
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #358FDD;
  right: 45px;
  top: calc(50% - 13px);
}
.alignmentBtn a::after{
  right: 55px;
  width: 6px;
  height: 6px;
  top: calc(50% - 4px);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
}
.alignmentBtn a:hover{
  text-decoration: none;
  color: #768591;
}
.alignmentBtn a:hover::before{
  right: 40px;
}
.alignmentBtn a:hover::after{
  right: 50px;
}

@media only screen and (max-width: 979px) {
  #alignmentA{
    padding: 100px 0 70px;
  }
  #alignmentA .inner{
    padding: 40px 10px 50px;
  }
  #alignmentA .topTitle{
    margin-top: -70px;
    margin-left: -10px;
  }
  #alignmentA .txtlead{
    padding-left: 20px;
  }
  .alignmentCol{
    padding: 10px 20px;
  }
}

@media only screen and (max-width: 690px) {
  #alignmentA{
    padding: 60px 0 40px;
  }
  #alignmentA .inner{
    padding: 30px 10px 40px;
  }
  #alignmentA .topTitle{
    margin-top: -45px;
  }
  #alignmentA .txtlead{
    padding: 0 10px;
  }
  .alignmentCol{
    width: 50%;
    padding: 10px 10px 20px;
    border-bottom: 1px solid #eee;
  }
  .alignmentCol:nth-child(3n){
    border-right: 1px solid #ddd;
  }
  .alignmentCol:nth-child(2n){
    border-right: none;
  }
  .alignmentCol:nth-last-child(2),
  .alignmentCol:nth-last-child(1)	{
    border-bottom: none;
  }
  .alignmentTitle{
    font-size: 16px;
  }
  .alignmentTxt{
    font-size: 12px;
  }
  .alignmentBtn {
    margin-top: 30px;
  }
  .alignmentBtn a{
    font-size: 16px;
  }
  .alignmentBtn a::before{
    width: 22px;
    height: 22px;
    right: 35px;
    top: calc(50% - 11px);
  }
  .alignmentBtn a::after{
    right: 44px;
    width: 4px;
    height: 4px;
    top: calc(50% - 3px);
  }
}


/*
info rss news
---------------------------------------*/
#infoA{
  margin: 100px 0 180px;
}
#infoA .alignmentBtn{
  margin-top: 0;
}
#infoA .topTitle{
  margin-bottom: 0;
  margin-left: 0;
}
.rssB dl{
  padding: 20px;
  border-bottom: 1px solid #ddd;
  display: flex;
  align-items: center;
}
.rssB .rss_date{
  color: #ACBDCC;
  font-family: 'Roboto', sans-serif;
  margin-right: 2em;
}
.rssB .rss_title a{
  color: #768591;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  font-weight: bold;
}
.rssB .rss_contents{
  display: none;
}
.rssicon{
  background-color: #004D90;
  color: #fff;
  padding: 10px 2em;
  line-height: 1;
  border-radius: 100vh;
  display: inline-block;
  font-size: 13px;
  margin-right: 2em;
}
#infoA .alignmentBtn.sp{display: none;}
@media only screen and (max-width: 979px) {
  #infoA{
    margin: 60px 0 100px;
  }
}
@media only screen and (max-width: 690px) {
  #infoA{
    margin: 40px 0 100px;
  }
  .flexset .alignmentBtn{display: none;}
  #infoA .alignmentBtn.sp{display: block;margin-top: 30px;}
  .rssB dl{
    flex-wrap: wrap;
    padding: 20px 10px;
  }
  .rssB .rss_date{
    width: 100%;
    margin-right: 0;
  }
  .rssB .rss_title a{
    position: relative;
    overflow: visible;
    text-overflow: inherit;
    display: block;
    font-weight: bold;
    line-height: 1.8;
  }
  .rssicon{
    position: absolute;
    top: -28px;
    left: 100px;
    padding: 5px 2em;
    font-size: 11px;
    margin-right: 0;
  }
}

/*
company
---------------------------------------*/
#companyA{
   background-color: #EBFDFE;
   /*padding-bottom: 80px;*/
   padding-bottom: 160px;
}
.companyB{
  background: url(../image/new_top_company.jpg) no-repeat center / cover;
  top: -80px;
  position: relative;
  padding: 0 20px 50px;
  min-height: 380px;
  display: flex;
  margin-bottom: -160px;
  flex-wrap: wrap;
  justify-content: center;
}
.companyB::after{
  content: "COMPANY INFO";
  font-family: 'Cabin', sans-serif;
  font-weight: 900;
  font-size: 147px;
  position: absolute;
  bottom: -20px;
  color: rgba(255,255,255,.15);
  line-height: 1;
}
.companyB > *{
  width: 100%;
}
.companyTitle{
  color: #fff;
  font-size: 36px;
  margin-bottom: 20px;
  text-align: center;
}
.companyTxt{
  color: #fff;
  line-height: 2.2;
  font-weight: bold;
}

@media only screen and (max-width: 1160px) {
  .companyB::after{
    font-size: 12vw;
    bottom: -15px;
  }
}
@media only screen and (max-width: 979px) {
  #companyA{
     /*padding-bottom: 50px;*/
     padding-bottom: 130px;
  }
  .companyB{
    top: -50px;
    margin-bottom: -130px;
    min-height: 300px;
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 690px) {
  #companyA{
     /*padding-bottom: 40px;*/
     padding-bottom: 120px;

  }
  .companyB{
    top: -40px;
    margin-bottom: -100px;
    min-height: 360px;
    padding-bottom: 50px;
    padding-top: 30px;
  }
  .companyB::after{
    bottom: 30px;
  }
  .companyTitle{
    font-size: 28px;
  }
}

/*
other
---------------------------------------*/
.topTitle{
  font-size: 56px;
  line-height: 1.2;
  margin-bottom: 30px;
  font-weight: 700;
  color: #358FDD;
}
.txtlead{
  font-size: 20px;
  line-height: 2;
  color: #768591;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 1120px) {
  .topTitle{
    font-size: 56px;
  }
  .txtlead{
    font-size: 18px;
  }
}
@media only screen and (max-width: 979px) {
  .topTitle{
    font-size: 48px;
    margin-bottom: 25px;
  }
}
@media only screen and (max-width: 690px) {
  .topTitle{
    font-size: 30px;
    margin-bottom: 15px;
  }
  .txtlead{
    font-size: 15px;
    line-height: 1.8;
  }
}


/*
header navi
---------------------------------------*/
.gnaviitemlist{
  display: flex;
  padding: 5%;
  background-color: #fff;
  box-shadow: 0 0 5px 3px rgba(0,0,0,.1);
  justify-content: space-around;
}
.gnaviitem{
  padding: 0 20px;
  font-weight: bold;
  line-height: 1.5;
}
.gnaviitem{
  color: #333;
}
.gnaviitemBtn{
  margin-left: -22px;
}
.gnaviitemBtn a{
  font-weight: bold;
  font-size: 16px;
  position: relative;
  background: url(../image/common/icon_arr_blue.png) no-repeat left 4px/16px auto;
  padding-left: 22px;
  line-height: 1.2;
}
.gnaviitemlist figure{
  margin: 10px auto;
}
.gnaviitem ul{
  display: block !important;
  margin-top: 20px;
  padding-left: 20px;
}
header.template_c2 .gnavi_area ul li .gnaviitem ul li {
  margin-right: auto;
  height: auto;
}
header.template_c2 .gnavi_area ul li .gnaviitem ul li  a{
  padding: 10px 0;
}

/* ヘッダー aタグ無効用クラス */
header.template_c2 .gnavi_area ul li a.click-none {
  pointer-events: none;
}


.top_title01 {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.dl_all {
  background-color: #DFF3F7;
  border-radius: 10px;
  padding:30px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 690px) {
  .dl_all {
    flex-direction: column-reverse;
  }
}
.dl_all .left {
  width: 57%;
}
.dl_all .right {
  width: 40%;
}

@media only screen and (max-width: 690px) {
  .dl_all .left {
    width: 100%;

  }
  .dl_all .right {
    width: 100%;
    margin-bottom: 20px;
  }
}

.dl_all h3 {
  color:#358FDD;
  margin-bottom: 20px;
}


.dl_allBtn {
  margin-top: 30px;
}

.dl_allBtn a{
  display: inline-block;
  background-color: #fff;
  color: #768591;
  padding: 15px 4.5em 15px 3em;
  border-radius: 100vh;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  box-shadow: 0 10px 15px 3px rgba(53,143,221,.2);
  z-index: 1;
}
@media only screen and (max-width: 690px) {
  .dl_allBtn a{
    padding: 15px 3.5em 15px 2em;
    font-size: 16px;
  }
}

.dl_allBtn a::before,
.dl_allBtn a::after{
  position: absolute;
  content: "";
  transition: all .2s ease 0s;
}
.dl_allBtn a::before{
  width: 40px;
  height: 29px;
  right: 30px;
  top: calc(50% - 14px);
  background-size: contain;
  background-image: url(../image/Icon_material-cloud-download.png);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 690px) {
  .dl_allBtn a::before{
    width: 30px;
    height: 20px;
    top: calc(50% - 10px);
    right: 20px;
  }
}

.dl_allBtn a:hover{
  text-decoration: none;
  opacity: 0.6;
  color: #768591;
}
