@charset "UTF-8";

/* Layout
----------------------------------------*/
.hero_area{
  margin: 0 auto;
  background: url(bg_hero.jpg) repeat-x center top;
  background-size: contain;
  max-height: 222px;
  border-bottom: 1px solid #d1d1d1;
}
.hero_review{
  background-color: #e50012;
  line-height: 1;
  padding: 8px 0 8px;
  margin: 0 auto;
  text-align: center;
  opacity: .7;
}
.hero_review img{
  width: 88px;
  height: 16px;
}
.hero_container{
  text-align: center;
  margin: 0 auto;
}
.hero_box{
  padding: 20px 0 15px;
}
.hero_logo{
  width: 400px;
  max-width: 90%;
  margin: 0 auto;
}
.hero_box img{
  max-width: 100%;
  height: auto;
}
.hero_heading{
  margin-top: 10px;
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1.3;
  text-shadow: #fff 1px 1px 5px, #fff 1px 1px 5px, #fff 1px 1px 5px, #fff 1px 1px 5px;
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
.wrapper p{
  font-size: 1.6rem;
}
.wrapper img{
  max-width: 100%;
  height: auto;
}
.wrapper .inner{
  margin: 0 auto;
  width: 970px;
  max-width: 90%;
}
.wrapper .lead_box{
  padding: 25px 0 22px;
}
.wrapper .lead p{
  font-size: 1.7rem;
  color: #fff;
  line-height: 2;
  font-weight: bold;
}

.container{
  max-width: 970px;
  margin: 45px auto 0px;
  overflow: hidden;
}
.main_container{
  max-width: 630px;
  max-width: calc(100% - 330px);
  float: left;
}
.heading02,
.contact .heading05,
.index_list-heading,
.link_top {
  background-image: -moz-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(250,84,97) 80%);
  background-image: -webkit-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(250,84,97) 80%);
  background-image: -ms-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(250,84,97) 80%);
  color: #fff;
}
.heading02{
  font-size: 1.8rem;
  font-weight: bold;
  padding: .25em 15px;
  margin-bottom: 12px;
}
.heading03{
  border-left: 8px solid #E50012;
  font-size: 2.2rem;
  font-feature-settings : "palt";
  letter-spacing: 1px;
  line-height: 1.4;
  padding: 6px 0 6px 12px;
  margin-bottom: 15px;
}
p.company{
  color: #E50012;
  font-size: 2rem;
  font-weight: 600!important;
  margin-bottom: 0;
  border-bottom: 1px solid #E50012;
}
p.company span{
  font-size: 1.7rem;
}
.main_container p{
  margin-bottom: 1em;
  font-weight: 400;
}
.main_container a{
  color: #025ee7;
}
p.lead_top{
  font-weight: 600;
}
.lead_img{
  width: auto;
  max-width: 260px;
  float: right;
  margin: 10px 0 15px 30px;
}
.lead_img.left{
  width: auto;
  max-width: 260px;
  float: left;
  margin: 10px 30px 15px 0;
}
.lead_img .caption{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 1.4;
  padding: 10px 0 0;
  text-align: left!important;
}
.lead_img .caption .name{
  font-size: 1.8rem;
  font-weight: 600;
}
.center_img{
  max-width: 100%;
  padding: 15px 0;
}
.center_img img{
  max-width: 100%;
  /* border: 1px solid #ddd; */
}
.bpimage_click{
  text-align: right;
  font-size: 1.3rem;
}
.img_title{
  font-size: 1.8rem;
  font-weight: 600;
  border-left: 6px solid #E50012;
  padding-left: 10px;
  line-height: 1.4;
  margin-bottom: 10px;
}
.img_title .small{
  font-size: 80%;
  font-weight: 600;
}
.section{
  margin-bottom: 30px;
}
.section .caption{
  text-align: center;
  font-size: 1.4rem;
  font-weight: 600;
  color: #666;
}
.heading04{
  color: #E50012;
  font-size: 2.2rem;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 2em;
}
.contact{
  background-color: #edf5f9;
  overflow: hidden;
}
.contact .heading05{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 5px 15px;
}
.contact dl{
  padding: 30px 30px 14px;
  font-weight: 600;
  line-height: 1.6;
}
.contact dl span,
.contact dl a{
  font-weight: 500;
}
.contact dl dd{
  margin-bottom: 1em;
}


/* aside */
.accordion-005:not([open]) {
  margin-bottom: 7px;
}
.accordion-005 summary {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
  position: relative;
  padding: 15px 15px 10px;
  /* border-left: 5px solid #2589d0; */
  background-image: -webkit-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(250,84,97) 80%);
    background-image: -ms-linear-gradient( 0deg, rgb(229,0,18) 0%, rgb(250,84,97) 80%);
    color: #fff;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.25;
  list-style: none;
}
.accordion-005 summary::-webkit-details-marker {
  display: none!important;
}
.accordion-005 summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  /* margin-left: 10px; */
  border-bottom: 3px solid #ffd9dc;
  border-right: 3px solid #ffd9dc;
  content: '';
  transition: transform .3s;
  display: block;
  margin: 5px auto;
}
.accordion-005[open] summary::after {
  transform: rotate(225deg);
}
.accordion-005 p {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  /* padding: 1em 2em 2em 2em; */
  color: #333333;
  transition: transform .5s, opacity .5s;
}
.accordion-005[open] p {
  transform: none;
  opacity: 1;
}
.accordion-005 a{
  background-color: #efefef;
}
.index_nav{
  width: 300px;
  float: right;
}
.index_nav .heading06{
  font-size: 2rem;
  color: #222;
  border-top: #E50012 1px solid;
}
.index_list {
  display: block;
  margin-bottom: 10px;
}
.index_list > .index_list-item {
  width: 300px;
  background-color: #edf5f9;
  overflow: hidden;
}
.index_list-item a{
  display: block;
  width: 100%;
  height: 100%;
  transition: all .3s ease;
}
.index_list-item a:hover{
  opacity: .8;
}
.index_list-heading{
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0 15px;
}
.index_list-box .index_list-txt{
  padding: 13px 15px 15px 20px;
}
.index_list-txt p{
  line-height: 1.3;
  font-size: 1.5rem;
}
.index_list-txt p.index_list-name{
  color: #E50012;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: .5em;
  text-align: left;
}
.index_list-txt p.index_list-name span{
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 600;
}
.index_list-item a:hover{
  text-decoration: none;
}

.link_top{
  background-image:none;
  background-color: #fff;
  border: 2px solid #E50012;
  border-radius: 4px;
  text-align: center;
}
.link_top p a{
  color: #E50012;
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}
.link_top p a span{
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
}
.link_top p a span::before {
  content: '';
  display: inline-block;
  width: 8px; /* 矢印の大きさの指定 */
  height: 8px; /* 矢印の大きさの指定 */
  border-top: 2px solid #E50012; /* 矢印の太さの指定 */
  border-left: 2px solid #E50012; /* 矢印の太さの指定 */
  transform: rotate(-45deg);
  position: relative;
  left: -10px;
}
.link_top:hover{
  opacity: .7;
}
.link_top p a:hover{
  text-decoration: none;
}

@media screen and (max-width: 999px){
  img{
    max-width: 100%;
    height: auto;
  }
  .container{
    max-width: 90%;
  }
}
@media screen and (max-width: 900px){
  .lead_img,
  .lead_img.left{
    float: none;
    margin: 0 auto;
    text-align: center;
  }
}
@media screen and (max-width: 767px){
  body .wrapper {
    padding: 0 0 30px;
  }
  .inner{
    padding: 5%;
  }
  .header h1 {
    max-width: 100%;
    padding: 0 0;
  }
  section.hero_area {
    background-size: cover;
    overflow:visible;
    max-height: 100%;
  }
  .container{
    margin: 3% auto 0px;
  }
  .main_container {
    max-width: 100%;
    padding: 0 0 2.5%;
  }
  .bpimage_click{
    display: none;
  }
  .center_img a{
    pointer-events: none;
    cursor: default;
  }
  .contact {
    margin-bottom: 45px;
  }
  .index_nav{
    width: auto;
    float: none;
  }
  .index_list {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .index_list > .index_list-item {
    width: 100%;
    margin-left: 0;
    margin-bottom: 15px;
    overflow: hidden;
  }
}
@media screen and (max-width: 640px){
  .hero_review{
    padding: 6px 0 6px;
  }
}
@media screen and (max-width: 480px){
  .hero_review{
    padding: 4px 0 5px;
  }
  .hero_review img{
    width: 78px;
    height: 14px;
  }
  .hero_box {
    padding: 20px 0 15px;
  }
  .hero_heading{
    font-size: 2rem;
  }
  p.lead_top {
    line-height: 1.8;
  }
  .index_list-box .index_list-txt,
  .index_list-box2 .index_list-txt{
    float: none;
    width: 100%;
  }
  .index_list-img{
    float: none;
    width: 100%;
    margin: 5px auto 15px;
    text-align: center;
  }
  .heading02{
    font-size: 1.6rem;
  }
  p.company{
    font-size: 1.8rem;
    line-height: 1.6;
    padding-bottom: 0.25em;
  }
  p.company span {
    font-size: 1.6rem;
  }
  .heading03{
    font-size: 2rem;
  }
  .img_title{
    font-size: 1.6rem;
  }
  .heading04{
    font-size: 2rem;
  }
  .contact .heading05{
    font-size: 2rem;
    padding: 2px 10px;
  }
  .contact dl{
    padding: 15px;
  }
}