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

layout

-----------------------------------------------------------------*/
#contents_right {
  margin-top: -80px;
  position: relative;
  z-index: 3;
}

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

header

-----------------------------------------------------------------*/
.drawer-hamburger {
  display: none;
}

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

header.template_c3 {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.1);
  position: fixed;
  height: 80px;
  width: 100%;
  z-index: 102;
}

header.template_c3 #header_area {
  width: 100%;
  height: 80px;
  max-width: 1400px;
  margin: auto;
  position: relative;
}

header.template_c3 #header_logo {
  margin-left: 16px;
  float: left;
  position: relative;
  width: 160px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  max-width: 240px;
}

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

header.template_c3 #header_logo a img {
  width: 100%;
  height: auto;
  display: block;
}

header.template_c3 .gnavi_area {
  padding-right: 140px;
  width: 100%;
  height: 100%;
  display: block;
}

header.template_c3 .gnavi_area #drawer_in, header.template_c3 .gnavi_area nav {
  height: 100%;
}

header.template_c3 .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_c3 .gnavi_area ul li {
  margin-right: 2em;
  list-style: none;
  height: 100%;
}

header.template_c3 .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;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
  font-size: 13px;
}

header.template_c3 .gnavi_area ul li a::after {
  position: absolute;
  bottom: 0;
  content: "";
  display: block;
  height: 3px;
  width: 100%;
  -webkit-transition: all .3s ease 0s;
  -o-transition: all .3s ease 0s;
  transition: all .3s ease 0s;
}

header.template_c3 .gnavi_area ul li a:hover {
  text-decoration: none;
}

header.template_c3 .gnavi_area ul li.main_current a {
  text-decoration: none;
}

header.template_c3 .gnavi_contact {
  display: none;
}

header.template_c3 #contact_area a {
  position: absolute;
  right: 0;
  top: 0;
  width: 140px;
  height: 100%;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}

header.template_c3 #contact_area a .txt {
  display: block;
  height: 100%;
  padding: 45px 8px 8px;
  font-weight: bold;
  background-position: center 10px;
  background-size: 32px auto;
  background-repeat: no-repeat;
}

header.template_c3 #contact_area a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

header.template_c3 #contact_area a:hover {
  text-decoration: none;
}

header.template_c3 #contact_area a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media only screen and (max-width: 690px) {
  .drawer-hamburger {
    display: block;
  }
  body.drawer-open header.template_c3::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
  }
  header.template_c3 {
    height: 55px;
  }
  header.template_c3 #header_area {
    height: 55px;
  }
  header.template_c3 .gnavi_area {
    padding-right: 0;
    width: 85%;
  }
  header.template_c3 #drawer_in {
    padding: 24px;
    overflow-y: scroll;
    height: auto;
  }
  header.template_c3 .gnavi_area #drawer_in {
    height: auto;
  }
  header.template_c3 .gnavi_area nav {
    height: 100%;
  }
  header.template_c3 .gnavi_area ul {
    display: block;
    height: auto;
  }
  header.template_c3 .gnavi_area ul li {
    margin: 0;
    padding: 0;
    border-width: 0 0 1px 0;
    border-style: solid;
    list-style: none;
    height: 100%;
  }
  header.template_c3 .gnavi_area ul li a {
    padding: 16px;
  }
  header.template_c3 .gnavi_area ul li a::after {
    display: none;
  }
  header.template_c3 .gnavi_area ul li:first-child {
    border-width: 1px 0 1px 0;
    border-style: solid;
  }
  header.template_c3 #header_logo {
    margin-left: 16px;
    width: auto;
  }
  header.template_c3 #header_logo a img {
    height: 40px;
    width: auto;
    max-width: auto;
  }
  header.template_c3 #contact_area {
    display: none;
  }
  header.template_c3 .gnavi_contact {
    display: block;
    margin-top: 1.5em;
  }
  header.template_c3 .gnavi_contact a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden;
    z-index: 1;
  }
  header.template_c3 .gnavi_contact a .txt {
    display: block;
    height: 100%;
    padding: 45px 8px 8px;
    font-weight: bold;
    background-repeat: no-repeat;
    background-position: center 10px;
    background-size: 32px auto;
  }
  header.template_c3 .gnavi_contact a::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
    transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  }
  header.template_c3 .gnavi_contact a:hover {
    text-decoration: none;
  }
  header.template_c3 .gnavi_contact a:hover::before {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

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

footer

-----------------------------------------------------------------*/
body.page_index_ver03 footer.template_c3 {
  margin-top: 60px;
  border-top: 3px solid #F0EFED;
}

footer.template_c3 .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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer.template_c3 .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 32px;
}

footer.template_c3 .footer_logo img {
  max-width: 200px;
  width: auto;
  height: auto;
  margin-right: 30px;
}

footer.template_c3 .footer_address {
  margin-left: auto;
}

footer.template_c3 #footer_nav .footer_nav_block {
  padding-top: 48px;
  padding-bottom: 16px;
}

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

footer.template_c3 .fnav_unit {
  width: 25%;
}

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

footer.template_c3 .fnav_title {
  margin-bottom: 16px;
}

footer.template_c3 .fnav_title a {
  padding-left: 18px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: bold;
  position: relative;
}

footer.template_c3 .fnav_title a::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

footer.template_c3 .fnav_list li {
  list-style: none;
  padding-left: 10px;
  margin-bottom: 8px;
  line-height: 1.4;
}

footer.template_c3 .fnav_list li a {
  position: relative;
  padding-left: 13px;
}

footer.template_c3 .fnav_list li a::before {
  content: '';
  width: 4px;
  height: 4px;
  border: 0px;
  border-width: 1px 1px 0 0;
  border-style: solid;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -2px;
}

footer.template_c3 #footer_info .inner {
  border-width: 1px 0 0 0;
  border-style: solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
}

footer.template_c3 #footer_info .footer_info_navi a {
  padding-right: 32px;
}

footer.template_c3 #footer_info .footer_info_navi a + a {
  padding-left: 32px;
  border-width: 0 0 0 1px;
  border-style: solid;
}

footer.template_c3 #footer_info small {
  margin-left: auto;
}

@media only screen and (max-width: 979px) {
  body.page_index_ver03 footer.template_c3 {
    margin-top: 0;
  }
  footer.template_c3 .fnav_unit {
    width: 33.333%;
  }
  footer.template_c3 .footer_logo img {
    max-width: 160px;
  }
  footer.template_c3 .footer_logo {
    display: block;
    padding-right: 0;
    margin: 0 auto 16px;
    font-size: 13px;
    text-align: center;
  }
  footer.template_c3 .footer_logo img {
    width: 100%;
    margin: auto auto 16px;
  }
  footer.template_c3 .footer_address {
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}

@media only screen and (max-width: 690px) {
  body.page_index_ver03 footer.template_c3 {
    margin-top: 0;
  }
  footer.template_c3 .fnav_unit {
    width: 100%;
  }
  footer.template_c3 .fnav_unit_one {
    margin-bottom: 0;
  }
  footer.template_c3 #footer_nav .footer_nav_block {
    padding: 0;
  }
  footer.template_c3 .fnav_list {
    display: none;
  }
  footer.template_c3 .fnav_title {
    margin-bottom: 0;
  }
  footer.template_c3 .fnav_title a {
    display: block;
    padding: 12px 8px 12px 35px;
    background-position: 15px 15px;
    border-width: 1px 0 0 0;
    border-style: solid;
    font-size: 14px;
    font-weight: normal;
  }
  footer.template_c3 #footer_info .inner {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 8px;
  }
  footer.template_c3 #footer_info .footer_info_navi a {
    padding: 2px 24px;
    font-size: 12px;
  }
  footer.template_c3 #footer_info .footer_info_navi a + a {
    padding-left: 0;
    border-left: none;
  }
  footer.template_c3 #footer_info small {
    display: block;
    margin-top: 20px;
    padding-top: 8px;
    border-width: 1px 0 0 0;
    border-style: solid;
  }
  footer.template_c3 .fnav_title a::before {
    left: 15px;
  }
}

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

ボタン　btn

-----------------------------------------------------------------*/
.dlb_btn_arrnone {
  display: block;
  position: relative;
  text-align: center;
  overflow: hidden;
}

.dlb_btn_arrnone::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

.dlb_btn_arrnone:hover {
  text-decoration: none;
}

.dlb_btn_arrnone:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.dlb_btn_arrnone a {
  padding: 20px 1em;
  display: block;
  position: relative;
  z-index: 2;
  font-size: 115%;
  font-weight: bold;
  text-decoration: none;
}

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

locator ぱんくず

-----------------------------------------------------------------*/
#locator_template_c3 {
  font-size: 10px;
  line-height: 1.4;
  padding: 12px 0;
  width: 100vw;
  margin: 0 auto 0;
  width: 100%;
  position: relative;
  z-index: 3;
}

body.pagewide #locator_template_c3 {
  margin-top: 80px;
}

#locator_template_c3 li {
  display: inline-block;
  list-style: none;
  margin-right: 6px;
  position: relative;
}

#locator_template_c3 li::after {
  content: ">";
  margin-left: 6px;
}
#locator_template_c3 li:last-child::after{display: none;}
#locator_template_c3 li a {
  text-decoration: underline;
}

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

#pageband {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 300px;
  margin-top: 80px;
  position: relative;
  z-index: 0;
}

.pageband_black {
  background-color: rgba(0, 0, 0, 0.2);
  position: abo;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 0;
}

@media only screen and (max-width: 979px) {
  #pageband {
    height: 240px;
  }
}

@media only screen and (max-width: 690px) {
  body.pagewide #locator_template_c3 {
    margin-top: 55px;
  }
  #pageband {
    height: 120px;
    margin-top: 55px;
  }
}

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

ページ見出し H1

-----------------------------------------------------------------*/
/*#pagelead {
  width: 1200px;
  padding: 30px 40px 0 40px;
  margin: -80px auto 30px;
  position: relative;
  z-index: 1;
}

body#tinymce #pagelead {
  margin-top: 0;
}

#contents_left #pagelead {
  padding-right: 260px;
}

#pagetitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

.pagetitle {
  font-size: 40px;
  line-height: 1.4;
  margin: 0 32px 0 0;
}

.pagetitle_sub {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: .08em;
  padding: 16px 0;
}

#pagedescription {
  margin-top: 20px;
}

@media only screen and (max-width: 1219px) {
  #pagelead {
    width: 94vw;
  }
}

@media only screen and (max-width: 979px) {
  #contents_left #pagelead {
    padding-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  #pagelead {
    padding: 12px 16px 0 16px;
    margin: -30px auto 20px;
  }
  .pagetitle {
    font-size: 28px;
    width: 100%;
    margin: 0;
  }
  .pagetitle_sub {
    font-size: 12px;
    width: 100%;
    padding: 6px 0;
  }
  #pagedescription {
    margin-top: 20px;
    width: calc(100vw - 32px);
    margin-left: -16px;
  }
}*/

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

見出し 共通

-----------------------------------------------------------------*/
.c3_title.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.c3_title.template_c3 .c3_title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
  font-size: 28px;
  letter-spacing: -.01em;
}

.c3_title.template_c3 .c3_txt {
  margin-left: 30px;
}

@media only screen and (max-width: 979px) {
  .c3_title.template_c3 .c3_title {
    width: 100%;
  }
  .c3_title.template_c3 .c3_txt {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }
}

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

TOP 

-----------------------------------------------------------------*/
#topmain {
  margin-top: 80px;
  margin-bottom: 60px;
  position: relative;
  height: 520px;
}

#topmain .mainvisual_img {
  position: absolute;
  right: 0;
  height: 520px;
  width: 80%;
  overflow: hidden;
}

#topmain .mainvisual_img .mainvisual_img_in {
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
  height: 100%;
  width: 100%;
}

#topmain .mainvisual_img .mainvisual_img_in.is_active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
  transition: -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
  -o-transition: transform 1s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.58, 1);
  transition: transform 1s cubic-bezier(0, 0, 0.58, 1), -webkit-transform 1s cubic-bezier(0, 0, 0.58, 1);
}

.topmain_txt {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 2;
  height: 100%;
  display: table;
  margin-left: -600px;
}

.topmain_txt_in {
  display: table-cell;
  vertical-align: middle;
}

.topmain_txt_sub {
  font-size: 64px;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.topmain_txt_sub.is_active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topmain_txt_sub.mark {
  font-size: 56px;
  margin-left: 2.5em;
}

.topmain_txt_title {
  font-size: 32px;
  line-height: 1.4;
  margin: 32px 0 16px;
  letter-spacing: -.05em;
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}

.topmain_txt_title.is_active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.topmain_txt_lead {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: -.02em;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
  opacity: 0;
}

.topmain_txt_lead.is_active {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  -o-transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 2.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media only screen and (max-width: 1199px) {
  .topmain_txt {
    margin-left: 0;
    left: 0;
  }
  .topmain_txt_sub,
  .topmain_txt_title,
  .topmain_txt_lead {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .topmain_txt_sub.is_active,
  .topmain_txt_title.is_active,
  .topmain_txt_lead.is_active {
    -webkit-transform: translate3d(5%, 0, 0);
    transform: translate3d(5%, 0, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    padding-right: 5%;
  }
}

@media only screen and (max-width: 979px) {
  #topmain {
    margin-bottom: 40px;
    height: 400px;
  }
  #topmain .mainvisual_img {
    height: 400px;
  }
  .topmain_txt {
    position: static;
  }
  .topmain_txt_sub {
    font-size: 40px;
  }
  .topmain_txt_sub.mark {
    font-size: 32px;
    margin-left: 2em;
  }
  .topmain_txt_title {
    font-size: 24px;
  }
  .topmain_txt_lead {
    font-size: 16px;
  }
  .topmain_txt_sub,
  .topmain_txt_title,
  .topmain_txt_lead {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .topmain_txt_sub.is_active,
  .topmain_txt_title.is_active,
  .topmain_txt_lead.is_active {
    -webkit-transform: translate3d(16px, 0, 0);
    transform: translate3d(16px, 0, 0);
    -webkit-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    padding-right: 32px;
  }
}

@media only screen and (max-width: 690px) {
  #topmain {
    margin-top: 55px;
    margin-bottom: 20px;
    position: static;
    height: auto;
  }
  #topmain .mainvisual_img {
    position: static;
    height: 200px;
    width: 100%;
  }
  .topmain_txt {
    margin-top: -85px;
  }
  .topmain_txt_sub {
    font-size: 32px;
  }
  .topmain_txt_sub.mark {
    font-size: 32px;
  }
  .topmain_txt_title {
    font-size: 22px;
    margin-top: 16px;
    margin-bottom: 8px;
  }
  .topmain_txt_lead {
    font-size: 14px;
  }
}

body#tinymce #topmain .mainvisual_img .mainvisual_img_in,
body#tinymce .topmain_txt_sub,
body#tinymce .topmain_txt_title,
body#tinymce .topmain_txt_lead {
  opacity: 1;
}

body#tinymce #topmain .mainvisual_img,
body#tinymce .topmain_txt {
  position: static;
  margin: auto;
}

body#tinymce #topmain,
body#tinymce #topmain .mainvisual_img {
  height: auto;
}

/*---------------------------
category
-----------------------------*/
#c3_category_area {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-bottom: 60px;
}

#c3_category_area .category_bg {
  height: 100%;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

#c3_category_area .category_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#c3_category_area .category_box {
  width: 48.5%;
}

#c3_category_area .category_box + .category_box {
  margin-left: 3%;
}

#c3_category_area .category_title {
  font-size: 36px;
  font-weight: bold;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.02em;
  margin-left: 16px;
}

#c3_category_area .category_img {
  position: relative;
  top: -15px;
  z-index: -1;
  overflow: hidden;
}

#c3_category_area .category_img img {
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  -o-transition: transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
}

#c3_category_area .category_txt {
  margin-top: -5em;
  padding: 0 16px;
}

#c3_category_area .category_txt > div {
  font-size: 0;
}

#c3_category_area .category_catch {
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 6px 10px;
}

#c3_category_area .category_catch::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

#c3_category_area .category_box:hover .category_catch::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#c3_category_area .category_box:hover .category_catch .catc_on {
  text-decoration: none;
  position: relative;
  z-index: 2;
}

#c3_category_area .category_box:hover .txt_link.arr_after a {
  background-position: right center;
}

#c3_category_area .category_box:hover .category_img img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media only screen and (max-width: 979px) {
  #c3_category_area {
    padding-top: 40px;
    margin-bottom: 60px;
  }
  #c3_category_area .category_bg {
    width: 90%;
  }
}

@media only screen and (max-width: 690px) {
  #c3_category_area {
    padding-top: 30px;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #c3_category_area .category_bg {
    width: 100%;
  }
  #c3_category_area .category_block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #c3_category_area .category_box {
    width: 100%;
    margin: 0 auto 30px;
  }
  #c3_category_area .category_box + .category_box {
    margin-left: auto;
  }
  #c3_category_area .category_title {
    font-size: 32px;
  }
  #c3_category_area .category_catch {
    padding: 4px 8px;
    line-height: 1.4;
  }
}

body#tinymce #c3_category_area .category_box:hover .category_catch::before {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

body#tinymce #c3_category_area .category_box:hover .category_img img {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

/*---------------------------
TOP SERVICES
-----------------------------*/
.cta_lead.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
  margin-left: 30px;
}

#c3_item_icon {
  padding: 48px 0 32px;
  background: url(../image/template_c3_top_service_bg.jpg) no-repeat center/cover;
}

#c3_item_icon .c3_item {
  padding: 40px;
  text-align: center;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
  border-width: 1px;
  border-style: solid;
  height: 100%;
}

#c3_item_icon .c3_item:hover {
  -webkit-transform: scale(1.08);
  -ms-transform: scale(1.08);
  transform: scale(1.08);
}

#c3_item_icon .icon {
  font-size: 72px;
  line-height: 1;
}

#c3_item_icon .title_sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .08em;
  margin: 32px 0 12px;
}

#c3_item_icon .title a {
  font-size: 18px;
  text-decoration: none;
}

@media only screen and (max-width: 979px) {
  #c3_item_icon .c3_item {
    padding: 24px;
  }
}

@media only screen and (max-width: 690px) {
  #c3_item_icon {
    padding: 24px 0 16px;
  }
  #c3_item_icon .c3_item {
    padding: 20px;
  }
  #c3_item_icon .icon {
    font-size: 44px;
  }
  #c3_item_icon .title_sub {
    margin: 16px 0 8px;
  }
}

body#tinymce #c3_item_icon .c3_item {
  border: none;
}

body#tinymce #c3_item_icon .c3_item:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  border: none;
}

/*---------------------------
TOP INFO RSS
-----------------------------*/
.c3_info_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c3_info_block dl {
  width: calc(25% - 19.2px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 16px;
  border-width: 3px 0 0 0;
  border-style: solid;
  position: relative;
}

.c3_info_block dl:nth-child(4n) {
  margin-right: 0;
}

.c3_info_block .rss_date {
  font-weight: bold;
  font-size: 18px;
}

.c3_info_block .rss_title {
  margin-top: 8px;
}

.c3_info_block .rss_title span {
  display: block;
  position: absolute;
  top: 21px;
  right: 0;
  line-height: 1;
  font-size: 10px;
  padding: 6px 8px 4px;
}

.c3_info_block .rss_contents {
  display: none;
}

@media only screen and (max-width: 979px) {
  .c3_info_block dl {
    width: 48%;
    margin-right: 4%;
  }
  .c3_info_block dl:nth-child(4n) {
    margin-right: 4%;
  }
  .c3_info_block dl:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c3_info_block dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .c3_info_block dl:nth-child(4n) {
    margin-right: 0;
  }
  .c3_info_block .rss_date {
    font-size: 16px;
  }
  .c3_info_block .rss_title {
    margin-top: 8px;
  }
  .c3_info_block .rss_title span {
    top: 16px;
    font-size: 9px;
    padding: 6px 8px 4px;
  }
}

/*---------------------------
TOP INFO media
-----------------------------*/
.c3_media_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c3_media_block .dlb_media_block {
  width: calc(25% - 19.2px);
  margin-right: 24px;
  margin-bottom: 24px;
  padding-top: 22px;
  border-width: 3px 0 0 0;
  border-style: solid;
  position: relative;
  border-color: #F0EFED;
}

.c3_media_block .dlb_media_left, .c3_media_block .dlb_media_txt {
  display: none;
}

.c3_media_block .dlb_media_right {
  position: relative;
}

.c3_media_block .dlb_media_time {
  font-weight: bold;
  font-size: 18px;
  color: #000000;
  margin-bottom: 18px;
}

.c3_media_block .dlb_media_title {
  color: #0D3780;
  font-size: 14px;
  margin-top: 8px;
  font-weight: normal;
}

.c3_media_block .dlb_media_cate {
  position: absolute;
  right: 0;
  top: 0;
  margin-top: 0;
}

.c3_media_block .dlb_media_cate span {
  color: #ffffff;
  background-color: #0D3780;
}

@media only screen and (max-width: 979px) {
  .c3_media_block .dlb_media_block {
    width: 48%;
    margin-right: 4%;
  }
  .c3_media_block .dlb_media_block:nth-child(2n) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 690px) {
  .c3_media_block .dlb_media_block {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .c3_media_block .dlb_media_block:nth-child(2n) {
    margin-right: 0;
  }
  .c3_media_block .dlb_media_time {
    font-size: 16px;
  }
}

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

お知らせ一覧 news

-----------------------------------------------------------------*/
.rss_box dl {
  padding: 20px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.rss_box .rss_date {
  float: left;
  width: 100px;
}

.rss_box .rss_title {
  float: left;
  width: calc(100% - 100px);
}

.rss_box .rss_contents {
  clear: both;
  padding-top: 10px;
}

.rss_box span {
  line-height: 1;
  font-size: 10px;
  margin-right: 16px;
  padding: 6px 8px 4px;
}

@media only screen and (max-width: 690px) {
  .rss_box dl {
    padding: 20px 0;
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    position: relative;
  }
  .rss_box .rss_date {
    float: none;
    width: 100%;
    font-weight: bold;
    margin-bottom: 8px;
  }
  .rss_box .rss_title {
    float: none;
    width: 100%;
    font-size: 110%;
    line-height: 1.4;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rss_box .rss_contents {
    clear: both;
    padding-top: 8px;
  }
  .rss_box span {
    margin-right: 0;
    display: block;
    position: absolute;
    top: 21px;
    right: 0;
  }
}

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

サービス紹介 c3_pagenavi_item

-----------------------------------------------------------------*/
.c3_pagenavi_item {
  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;
  padding: 40px 40px 40px 0;
  border-width: 0 0 1px 0;
  border-style: solid;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_icon {
  width: 200px;
  text-align: center;
}

.c3_pagenavi_item .item_icon i, .c3_pagenavi_item .item_icon em {
  font-size: 72px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_item .item_info {
  width: calc(100% - 200px);
}

.c3_pagenavi_item .item_title {
  font-size: 28px;
  line-height: 1.4;
}

.c3_pagenavi_item .item_title_sub {
  font-size: 12px;
  line-height: 1.2;
  margin: 25px 0 30px;
  font-weight: bold;
  letter-spacing: .1em;
}

.c3_pagenavi_item .item_txt {
  margin-bottom: 20px;
}

.c3_pagenavi_item:hover .txt_link.arr_after a {
  background-position: right center;
}

.c3_pagenavi_item:hover i, .c3_pagenavi_item:hover em {
  font-size: 88px;
}

.c3_pagenavi_item.top {
  border-width: 1px 0 1px 0;
  border-style: solid;
}

.c3_pagenavi_item + .c3_pagenavi_item {
  border-width: 0 0 1px 1px;
  border-style: solid;
}

@media only screen and (max-width: 979px) {
  .c3_pagenavi_item + .c3_pagenavi_item {
    border-left: none;
  }
}

@media only screen and (max-width: 690px) {
  .c3_pagenavi_item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    padding: 24px 0 24px 0;
  }
  .c3_pagenavi_item .item_icon {
    width: 30%;
  }
  .c3_pagenavi_item .item_icon i, .c3_pagenavi_item .item_icon em {
    font-size: 40px;
  }
  .c3_pagenavi_item .item_info {
    width: calc(100% - 30%);
  }
  .c3_pagenavi_item .item_title {
    font-size: 24px;
  }
  .c3_pagenavi_item .item_title_sub {
    margin: 8px 0 15px;
  }
  .c3_pagenavi_item .item_txt {
    margin-bottom: 10px;
  }
}

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

 リンク

-----------------------------------------------------------------*/
.txt_link.arr_after a {
  padding-right: 45px;
  position: relative;
  display: inline-block;
  line-height: 1.4;
}

.txt_link.arr_after a::after {
  content: "";
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  background-size: 30px auto;
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  height: 20px;
  width: 45px;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.txt_link.arr_after a:hover::after {
  background-position: 100% center;
}

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

CTA 共通お問い合わせ

-----------------------------------------------------------------*/
#cta_area.template_c3 {
  padding: 30px 0 16px;
  margin-top: 80px;
  line-height: 1.4;
}

#cta_area.template_c3 .cta_title {
  font-size: 28px;
  letter-spacing: -.01em;
}

.cta_lead.template_c3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

.cta_lead.template_c3 .cta_title {
  margin: 0;
  font-family: 'Roboto', sans-serif;
}

.cta_lead.template_c3 .cta_txt {
  margin-left: 30px;
}

.cta_title_sub {
  text-align: center;
  font-weight: bold;
  padding: 12px 8px;
  font-size: 16px;
}

.tel_area .cta_title_sub {
  padding-top: 20px;
  padding-bottom: 20px;
}

.cta_box {
  padding: 24px 16px;
}

.cta_btn {
  margin-top: 16px;
}

.cta_btn a {
  text-align: center;
  overflow: hidden;
  z-index: 1;
  display: block;
  position: relative;
}

.cta_btn a .txt {
  display: block;
  height: 100%;
  padding: 16px 8px;
  font-weight: bold;
}

.cta_btn a::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  -o-transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
  transition: transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98), -webkit-transform 0.4s 0s cubic-bezier(0.48, 0.18, 0, 0.98);
}

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

.cta_btn a:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.cta_tel_mun {
  font-size: 40px;
  text-align: center;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin-top: 16px;
}

.cta_time {
  text-align: center;
  margin-top: 5px;
}

@media only screen and (max-width: 979px) {
  #cta_area.template_c3 {
    margin-top: 0;
  }
  .cta_tel_mun {
    font-size: 32px;
    margin-top: 0;
  }
  .cta_lead.template_c3 .cta_title {
    width: 100%;
  }
  .cta_lead.template_c3 .cta_txt {
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
  }
}

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

企業紹介 c3_pagenavi_txt

-----------------------------------------------------------------*/
.c3_pagenavi_txt .col {
  padding: 32px;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: all .2s ease 0s;
  -o-transition: all .2s ease 0s;
  transition: all .2s ease 0s;
}

.c3_pagenavi_txt .txt_title {
  font-size: 28px;
  line-height: 1.4;
}

.c3_pagenavi_txt .txt_title_sub {
  font-size: 12px;
  line-height: 1.4;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  margin: 16px auto;
}

.c3_pagenavi_txt .txt_txt {
  margin-bottom: 16px;
}

@media only screen and (max-width: 979px) {
  .c3_pagenavi_txt .col {
    padding: 24px;
  }
  .c3_pagenavi_txt .txt_title {
    font-size: 24px;
  }
  .c3_pagenavi_txt .txt_title_sub {
    margin: 10px auto 20px;
  }
  .c3_pagenavi_txt .txt_txt {
    margin-bottom: 20px;
  }
}

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

理念と想い

-----------------------------------------------------------------*/
.item_num_list .col {
  padding: 40px;
}

.item_num {
  font-size: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.4;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.item_num .num {
  padding: 16px;
  font-size: 32px;
  line-height: 1;
  display: inline-block;
  margin-right: 16px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.item_num_list.small .col {
  padding: 0;
  background-color: transparent;
  margin-bottom: 24px;
  width: 48%;
}

.item_num_list.small .col:nth-child(2n) {
  margin-left: 4%;
}

.item_num_list.small .col .item_num {
  font-size: 16px;
}

.item_num_list.small .col .item_num .num {
  padding: 10px;
  font-size: 24px;
}

.col2_221.item_num_list.small {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}

@media only screen and (max-width: 979px) {
  .item_num_list .col {
    padding: 24px;
  }
  .item_num {
    font-size: 20px;
  }
  .item_num .num {
    padding: 10px;
    font-size: 24px;
  }
  .item_num_list.small .col {
    width: 100%;
    margin-botom: 16px;
  }
  .item_num_list.small .col:nth-child(2n) {
    margin-left: auto;
  }
  .item_num_list.small .col .item_num {
    font-size: 18px;
  }
  .item_num_list.small .col .item_num .num {
    padding: 8px;
    font-size: 20px;
  }
}

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

よくある質問

-----------------------------------------------------------------*/
.faq_q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.faq_q .initials {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_q .faq_q_txt {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.6;
}

.faq_a {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.faq_a .initials {
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  font-size: 24px;
  padding: 10px 16px 16px;
  border-width: 2px;
  border-style: solid;
  line-height: 1;
  margin-right: 16px;
  display: inline-block;
}

.faq_a .faq_a_txt {
  line-height: 1.6;
}

@media only screen and (max-width: 690px) {
  .faq_q .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }
  .faq_a .initials {
    font-size: 18px;
    padding: 8px 12px 14px;
    margin-right: 12px;
  }
}

.tabbtn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.tabbtn ul li {
  list-style: none;
  margin-right: 8px;
  margin-bottom: 8px;
}

.tabbtn ul li a {
  text-decoration: none;
  display: block;
  line-height: 1.4;
  border-width: 1px;
  border-style: solid;
  padding: 16px 3em;
  text-align: center;
  font-weight: bold;
}

.tabbtn ul li a::before {
  font-family: FontAwesome;
  content: "\f107";
  padding-right: 10px;
  font-size: 15px;
  text-decoration: none;
  position: relative;
  display: inline-block;
}

@media only screen and (max-width: 690px) {
  .tabbtn ul li {
    width: 49%;
    margin: 0;
  }
  .tabbtn ul li:nth-child(2n) {
    margin-left: 2%;
  }
  .tabbtn ul li a {
    padding: 10px 1.5em;
    font-weight: normal;
  }
  .tabbtn ul li a::before {
    padding-right: 7px;
    font-size: 13px;
  }
}

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

私たちの特長 feature

-----------------------------------------------------------------*/
.mainvisual {
  position: relative;
  height: 520px;
  margin-bottom: 80px;
}

.mainvisual_bg {
  height: 480px;
  width: 80%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mainvisual_img {
  height: 480px;
  width: 65%;
  position: absolute;
  top: 0;
  right: 0;
}

.mainvisual_txt {
  height: 100%;
  display: table;
  width: 500px;
  position: absolute;
  top: 0;
  left: calc(50% - 580px);
  z-index: 2;
}

.mainvisual_txt_in {
  display: table-cell;
  vertical-align: middle;
}

.mainvisual_txt_sub {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 80px;
  line-height: 1;
}

.mainvisual_txt_title {
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 30px;
}

.mainvisual_txt_lead {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

@media only screen and (max-width: 1199px) {
  .mainvisual {
    height: 360px;
    margin-bottom: 60px;
  }
  .mainvisual_bg {
    height: 320px;
    width: 80%;
  }
  .mainvisual_img {
    height: 320px;
    width: 70%;
  }
  .mainvisual_txt {
    width: 40%;
    left: 3%;
  }
  .mainvisual_txt_sub {
    font-size: 64px;
  }
  .mainvisual_txt_title {
    font-size: 24px;
  }
  .mainvisual_txt_lead {
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .mainvisual {
    margin-top: 0;
    height: auto;
    position: static;
    margin-bottom: 15px;
  }
  .mainvisual_bg {
    display: none;
  }
  .mainvisual_img {
    position: static;
    height: 200px;
    width: 100%;
  }
  .mainvisual_txt {
    position: static;
    width: 100%;
    padding: 16px 24px;
  }
  .mainvisual_txt_sub {
    font-size: 32px;
  }
  .mainvisual_txt_title {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 20px;
  }
  .mainvisual_txt_lead {
    font-size: 14px;
    line-height: 1.4;
  }
}

.midbg_left,
.midbg_right {
  position: relative;
}

.midbg_left_bg,
.midbg_right_bg {
  width: 85%;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

.midbg_left_bg{right: 0;}
.midbg_right_bg{left: 0;}

.midbg_left_bg.bg01 {
  height: 540px;
  bottom: -20px;
}

.midbg_right_bg.bg02 {
  height: 580px;
  bottom: -40px;
}

.midbg_left_bg.bg03 {
  height: 400px;
  bottom: -40px;
}

.compare {
  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;
  border-width: 0 0 1px 0;
  border-style: solid;
}

.compare dt {
  margin-bottom: 20px;
  margin-top: 20px;
}

.compare dd {
  width: calc(100% - 80px);
  padding-left: 24px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.compare .fs_bold::before{
  content: "";
  border-left: 5px solid #BBBBBB;
  padding-right: 20px;
}

.compare dt.compare_b + dd,
.compare dd + dt {
  margin-top: 0;
}

.compare_a {
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-weight: bold;
}

.compare_b {
  width: 80px;
  height: 80px;
  border-width: 1px;
  border-style: solid;
  text-align: center;
  border-radius: 50%;
  line-height: 80px;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .midbg_left_bg.bg01 {
    bottom: -20px;
  }
  .midbg_right_bg.bg02 {
    bottom: -30px;
  }
  .midbg_left_bg.bg03 {
    height: 360px;
    bottom: -40px;
  }
}

@media only screen and (max-width: 690px) {
  .midbg_left_bg.bg01,
  .midbg_right_bg.bg02,
  .midbg_left_bg.bg03 {
    display: none;
  }
  .midbg_left {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .compare dd {
    width: calc(100% - 60px);
    padding-left: 16px;
  }
  .compare_a, .compare_b {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 12px;
  }
}

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

カタログダウンロード

-----------------------------------------------------------------*/
.col_bn_r {
  float: right;
  width: 45%;
  padding: 24px;
  border: 2px solid #eeeeee;
}

.col_bn_l {
  float: left;
  width: 55%;
  padding-right: 5%;
}

@media only screen and (max-width: 979px) {
  .col_bn_r {
    float: none;
    width: 100%;
    padding: 0;
    border: none;
    margin-bottom: 60px;
  }
  .col_bn_l {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

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

ブロックダウンロード

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

サムネイル名 ： 表 No.08

----------------------------- */
.dlb_table_08 {
  margin-bottom: 30px;
}

.dlb_table_08 td {
  border-width: 1px 0 1px 0;
  border-style: solid;
  width: 72%;
}

.dlb_table_08 td:first-child {
  border-width: 1px 1px 1px 0;
  border-style: solid;
  width: 28%;
}

@media only screen and (max-width: 690px) {
  .dlb_table_08 td {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .dlb_table_08 tr:first-child td:first-child {
    border-width: 1px 0 0 0;
    border-style: solid;
  }
  .dlb_table_08 td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding-bottom: 8px;
    padding-top: 8px;
  }
}

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

サムネイル名 ： 表 No.08-2

----------------------------- */
.dlb_table_08_2 {
  margin-bottom: 30px;
}

table.dlb_table_08_2 {
  table-layout: auto;
}

.dlb_table_08_2 td {
  border-width: 1px 0 1px 0;
  border-style: solid;
  border-color: #ebebeb;
  width: calc(100% - 100px);
}

.dlb_table_08_2 td:first-child {
  width: 100px;
  text-align: center;
}

@media only screen and (max-width: 690px) {
  .dlb_table_08_2 td {
    display: block;
    width: 100%;
    padding-bottom: 24px;
  }
  .dlb_table_08_2 tr:first-child td:first-child {
    border-top: 1px #ebebeb solid;
  }
  .dlb_table_08_2 td:first-child {
    width: 100%;
    border-bottom: none;
    border-top: none;
    padding-bottom: 8px;
    padding-top: 8px;
    text-align: left;
  }
}

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

サムネイル名 ： 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%;
  }
}
