@charset "UTF-8";
/* ==================================================
  breadcrumb（パンくず）
================================================== */
.breadcrumb {
  padding: 0.5% 0;
  margin-bottom: 2%;
}
.breadcrumb ul {
  width: 100%;
}
.breadcrumb ul li {
  float: left;
  padding-right: 2%;
  margin-right: .5rem;
  font-weight: 200;
  /*font-size: 114%;*/font-size: .8rem;
  position: relative;
}
.breadcrumb ul li a {
  color: #666666 !important;
  text-decoration: underline !important;
}
.breadcrumb ul li:last-child:before {
  display: none;
}
.breadcrumb ul li:before {
  content: '>';
  position: absolute;
  right: 5%;
}

/* ▽ PC-TAB layout ========== */
@media print, screen and (min-width: 960px) {
  .breadcrumb {
    display: block;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media only screen and (max-width: 960px) {
  .breadcrumb {
    display: none;
  }
}

#second_page figure {
  margin: 0 auto;
  text-align: center;
}
#second_page .main_tain {
  padding: 0 0 540px 0;
  margin: 0;
  background-repeat: no-repeat !important;
  background-size: auto 74% !important;
  background-position: center bottom !important;
}
#second_page .main_tain.bg_none {
  background: none!important;
  padding-bottom: 30px;
}
#second_page .main_tain.main_unyou {
  background: url("../unyou/images/mv.png");
}
#second_page .main_tain.main_comparison {
  background: url("../comparison/images/mv.png");
}
#second_page .main_tain.main_about {
  background: url("../about/images/mv.png");
}
#second_page .main_tain.main_guide {
  background: url("../guide/images/mv.png");
}
#second_page .main_tain.main_service {
  background: url("../service/images/mv.png");
}
#second_page .main_tain.main_company {
  background: url("../company/images/mv.png");
}
#second_page .main_tain h1 {
  text-align: center;
  font-size: 143%;
  font-weight: 400;
  color: #333;
  padding: 1% 0;
}
#second_page .main_tain h1 span {
  display: block;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  font-size: 48px;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  /*-webkit-text-stroke-color: #f38c8f;*/
  -webkit-text-stroke-color: #ea719c;
}
#second_page .main {
  background-color: #fef5f6;
  padding-bottom: 6%;
  /************about*************/
  /************service*************/
  /************company*************/
  /************contact*************/
  /************guide*************/
  /************comparison*************/
  /************news*************/
  /************voice*************/
}
#second_page .main a {
  color: #ea719c;
}

#second_page .main .guide_pp a {
  display: inline-block!important;
}

#second_page .main .txt_pink {
  color: #ea719c;
}
#second_page .main .black {
  color: #000;
}
#second_page .main .tt01 {
  color: #ea719c;
  font-weight: 300;
  font-size: 40px;
  margin-bottom: 4%;
  line-height: 1.6;
}
#second_page .main .tt02 {
  position: relative;
  text-align: center;
  font-size: 164%;
  font-weight: normal;
  color: #000;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
#second_page .main .tt02:before {
  content: '';
  background-color: #ea719c;
  width: 30px;
  height: 2px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#second_page .main .side_contact {
  margin: 80px 0;
  padding: 120px 0 60px 0;
}
#second_page .main .side_contact .side_contact_inner .content3 {
  position: relative;
  text-align: center;
  padding: 40px 0 30px 0;
}
#second_page .main .side_contact .side_contact_inner .content3 a,
#second_page .main .side_contact .side_contact_inner .content3 p {
  display: block;
  padding-bottom: 0;
  position: relative;
}
#second_page .main .side_contact .side_contact_inner .content3 .txt {
  width: 52%;
  margin: 0 0 0 10%;
}



#second_page .main .side_contact .side_contact_inner .content3 .txt a {
  display: block;
  margin: 0 auto;
  pointer-events: none;
  color: #000;
  font-size: 2.5rem;
  margin-bottom: 10px;
  font-weight: 500;
  padding-left: 4rem;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  text-decoration: none;
  border-bottom: solid;
}
#second_page .main .side_contact .side_contact_inner .content3 .txt a:before {
    content: "";
    background: url(../images/ico01.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 2px;
    left: -280px;
    right: 0;
    bottom: 0;
    height: 45px;
    width: 45px;
    margin: auto;
}
@media only screen and (max-width: 968px) {
  #second_page .main .side_contact .side_contact_inner .content3 .txt a {
    pointer-events: auto;
  }
}
@media screen and (max-width: 498px) {
  #second_page .main .side_contact .side_contact_inner .content3 .txt a {
    font-size: 1.5rem;
    padding-left: 3rem;
  }
  #second_page .main .side_contact .side_contact_inner .content3 .txt a:before {
    content: "";
    background: url(../images/ico01.png);
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    left: -145px;
    right: 0;
    bottom: 0;
    height: 30px;
    width: 30px;
    margin: auto;
  }
}



#second_page .main .side_contact .side_contact_inner .content3 .txt a img {
  /*width: 66%;*/
  padding-right: .5rem;
}
#second_page .main .side_contact .side_contact_inner .content3:before {
  content: '';
  left: 0;
  position: absolute;
  background-color: #fdfdf6;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#second_page .main .side_contact .side_contact_inner .content3:after {
  content: '';
  position: absolute;
  width: 280px;
  height: 349px;
  right: 7%;
  bottom: 0;
  background-image: url("../contact/images/img01.png");
  background-size: 100% auto;
}
#second_page .main .f18 {
  font-size: 129%;
}
#second_page .main p {
  padding-bottom: 3%;
  color: #333333;
  line-height: 2.4;
}
#second_page .main .bg_w {
  background-color: #fff;
}
#second_page .main .submit p.bnt2:hover input {
  color: #fff;
  cursor: pointer;
  background: #000;
}
#second_page .main .submit p.bnt2 {
    width: 30%;
    margin: 0 auto;
    height: 100%;
    background: none;
    border: none;
    padding: 0;
}
#second_page .main .submit p.bnt2 input{
    width: 100%;
    height: 100%;
    display: block;
    background: none;
    font-size: 100%;
    padding: 15px 0;
    font-family: "Noto Sans Japanese", "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
    border: 1px solid #7d7d7d;
}
#second_page .main .more {
  display: block;
  text-align: center;
  border: 1px solid #7d7d7d;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 114%;
  position: relative;
}
#second_page .main .more02 {
  width: 76%;
}
#second_page .main .bnt2 {
  display: block;
  text-align: center;
  border: 1px solid #7d7d7d;
  margin: 0 auto;
  padding: 15px 0;
  font-size: 114%;
  width: 50%;
  position: relative;
}


#second_page .main .more:after,
#second_page .main .bnt2:after {
  content: '';
  position: absolute;
  right: -20px;
  background-color: #7d7d7d;
  height: 1px;
  width: 40px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#second_page .main .more a,
#second_page .main .bnt2 a {
  text-decoration: none;
  display: block;
  color: #000;
}
#second_page .main .more:hover,
#second_page .main .bnt2:hover {
  border-color: #fff;
  background-color: #000;
}
#second_page .main .more:hover a,
#second_page .main .bnt2:hover a {
  opacity: 1;
  color: #fff;
}
#second_page .main .list_img03 {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  width: 70%;
  margin: 0 auto;
  flex-wrap: wrap;
}
#second_page .main .list_img03 dl {
  margin: 0 2%;
  padding-bottom: 6%;
}
#second_page .main .list_img03 dl:nth-child(1) {
  margin-left: 8%;
}
#second_page .main .list_img03 dl:nth-child(4) {
  margin-right: 8%;
}
#second_page .main .list_img03 dl dt {
  padding-bottom: 10px;
}
#second_page .main .list_img03 dl dd {
  color: #333333;
}
#second_page .main .list_img01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 40px 0;
  margin: 0 auto;
}
#second_page .main .list_img01 dl {
  width: 28.8%;
  padding: 6.5% 1% 4% 1%;
  background-color: #fff;
  position: relative;
}
#second_page .main .list_img01 dl dt {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 0;
}
#second_page .main .list_img01 dl dt img {
  width: 65px;
}
#second_page .main .list_img01 dl dd {
  color: #333333;
  border-top: 2px dashed #bfbfbf;
  line-height: 2.0;
  padding: 6% 0 0 0;
}
#second_page .main .list_img02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  margin-bottom: 4%;
}
#second_page .main .list_img02 figure {
  width: 150px;
}
#second_page .main.about {
  text-align: center;
}
#second_page .main.about .about03 figure {
  margin: 0 4%;
}
#second_page .main.about .about04 {
  margin: 0 5%;
  padding: 5% 5% 2% 5%;
  position: relative;
}
#second_page .main.about .about04 .tt01 {
  position: relative;
  padding-bottom: 5%;
  margin-bottom: 0;
}
#second_page .main.about .about04 .tt01:before {
  content: '';
  position: absolute;
  bottom: -8px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-image: url("../about/images/heart.png");
  width: 45px;
  height: 25px;
  background-repeat: no-repeat;
  left: 50%;
}
#second_page .main.about .about04 .f_about {
/*  font-size: 40px;
  font-weight: 900;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(0, 0, 0, 0.5);
  padding: 2% 0 0 0;*/

  color: #a04674;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 20px;
  font-weight: bold;
}
#second_page .main.about .about04 .f_about span{
  color: #666666;
}
#second_page .main.about .about04 .about04_inner {
  position: relative;
  margin-bottom: 5%;
  padding: 10% 0 9% 0;
}
#second_page .main.about .about04 .about04_inner:after {
  top: unset !important;
  bottom: 0 !important;
}
#second_page .main.about .about04 .about04_inner:before, #second_page .main.about .about04 .about04_inner:after {
  content: '';
  position: absolute;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #a6937c;
  left: 50%;
  height: 1px;
  width: 100%;
}
#second_page .main.about .about04 .about04_inner ul li {
  background-color: #fff3f3;
  border-radius: 50%;
  border: 1px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  box-shadow: 0 0 0 4px #fff3f3;
  flex-wrap: wrap;
  padding: 2%;
  width: 11vw;
    height: 11vw;
}
#second_page .main.about .w_extra{
    margin: 0 1rem;
}

#second_page .main.about .about04 .about04_inner--item01{
  display: flex;
  justify-content: space-between;
  margin: 0 auto 50px auto;
  width: 80%;
}
#second_page .main.about .about04 .about04_inner--item02{
  display: flex;
  justify-content: space-around;
  width: 66%;
  margin: 0 auto;
}
#second_page .main.about .about04 .about04_inner--item03{
  display: none;
}
#second_page .main.about .about04 .about04_inner--item04{
  display: none;
}
#second_page .main.about .about04 .about04_inner--item05{
  display: none;
}

#second_page .main.service {
  text-align: center;
}
#second_page .main.service .bg_n {
  padding: 4% 0;
}
#second_page .main.service .bg_n .box_img figure {
  order: 1;
  text-align: right;
}
#second_page .main.service .bg_n .box_img .story {
  left: 0;
  right: unset;
}
#second_page .main.service .bg_w {
  padding: 4% 0;
}
#second_page .main.service .bg_w .box_img .story {
  background-color: #fdf6f5;
}
#second_page .main.service .bg_w .box_img figure img {
  background-color: #fff;
}
#second_page .main.service .box_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
  position: relative;
}
#second_page .main.service .box_img:before {
  content: '';
  width: 100%;
  position: absolute;
  top: 75px;
  height: 1px;
  background-color: #7d7d7d;
}
#second_page .main.service .box_img .story {
  position: absolute;
  border: 1px solid #7d7d7d;
  top: 4%;
  width: 100px;
  background-color: #fff;
  right: 0;
  z-index: 10;

  padding: 20px 0;
}
#second_page .main.service .box_img figure {
  margin: 0;
  text-align: left;
  position: relative;
  width: 53%;
}
#second_page .main.service .box_img.dif {
  margin-bottom: 6%;
}
#second_page .main.service .box_img.dif figure {
  margin-bottom: 9%;
}
#second_page .main.service .box_img .txt {
  width: 47%;
}
#second_page .main.service .box_img .txt figure {
  margin: 150px auto 30px auto;
  width: auto;
  text-align: center;
}
#second_page .main.service .box_img .txt p {
  padding-bottom: 0;
}
#second_page .main.service .service03 {
  margin-bottom: 5%;
}
#second_page .main.service .service05 {
  padding-top: 4%;
}
#second_page .main.service .service05 .bg_w {
  border: 1px solid #ea719c;
}
#second_page .main.service .service05 .dis_flex {
  margin-bottom: 5%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding: 0 5%;
}
#second_page .main.service .service05 .dis_flex:last-child {
  margin-bottom: 2%;
}
#second_page .main.service .service05 .dis_flex:last-child .txt:after {
  display: none;
}
#second_page .main.service .service05 .dis_flex figure {
  width: 50%;
  margin: 0;
}
#second_page .main.service .service05 .dis_flex .txt {
  width: 50%;
  padding-left: 5%;
  text-align: left;
  position: relative;
}
#second_page .main.service .service05 .dis_flex .txt span {
  font-size: 171%;
  margin-bottom: 7%;
  display: inline-block;
}
#second_page .main.service .service05 .dis_flex .txt:after {
  content: '';
  background: url("../about/images/ico.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 44px;
  height: 36px;
}
#second_page .main.service .service_list01 {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#second_page .main.service .service_list01 .box {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  overflow: hidden;
}
/*
#second_page .main.service .service_list01 .box:after {
  content: '';
  position: absolute;
  right: 10px;
  top: 50%;
  border: solid #727272;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  transform: translate(-50%, 0) rotate(-45deg);
  -webkit-transform: translate(-50%, 0) rotate(-45deg);
}
*/
#second_page .main.service .service_list01 .box a {
  height: 100%;
  width: 100%;
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
}
#second_page .main.service .service_list01 .box div {
  height: 50%;
}
#second_page .main.service .service_list01 .box div figure {
  position: absolute;
  bottom: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#second_page .main.service .service_list01 .box p {
  line-height: 1.5;
  font-weight: bold;
  font-size: 114%;
}
#second_page .main.service .service_list01 .box .off {
  display: block;
}
#second_page .main.service .service_list01 .box .on {
  display: none;
}
#second_page .main.service .service_list01 .box.active {
  background-color: #ea719c;
  /*background-color: #e07a7a;*/
  color: #fff;
}
#second_page .main.service .service_list01 .box.active p {
  font-weight: normal;
  font-size: 100%;
  color: #fff;
}
#second_page .main.service .service_list01 .box.active:after {
  border-color: #fff;
}
#second_page .main.service .service_list01 .box.active .off {
  display: none;
}
#second_page .main.service .service_list01 .box.active .on {
  display: -webkit-box; 
  display: -ms-flexbox;
  display: flex;
  height: 60%;
  align-items: center; 
  -webkit-align-items: center; -moz-align-items: center; 
  -ms-align-items: center;
  padding: 0 10% 20% 10%;
}

#second_page .s_secBx h3{
  font-size: 1.5rem;
  margin: 6rem auto 2rem;
  font-size: 1.5rem;
  margin: 6rem auto 2rem;
  background-color: #f0d0e0;
  border-radius: 100px;
  padding: .5rem 0;
}
#second_page .s_secBx_list--item--ttl{
  font-size: 1.5rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
#second_page .s_secBx_list--item{
  position: relative;
  margin-bottom: 70px;
}
#second_page .s_secBx_list--item:after{
    content: "";
    background-image: url(../service/images/s_arrow_pnk.png);
    background-repeat: repeat;
    background-repeat: no-repeat;
    width: 55px;
    height: 55px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -70px;
    margin: auto;
}
#second_page .s_secBx_list--item:last-child:after{
    content: "";
    background-image: none;
}
#second_page .s_secBx_list--item--img img{
    width: 70%
  }

#second_page .s_secBx2 p{
  font-size: 1.1rem;
}
#second_page .s_secBx2{
/*    padding-top: 0!important;
    margin-top: -20px;*/
}
@media only screen and (min-width: 960px) {
  #second_page .s_secBx_list--item{
    border: solid 2px #ea719c;
    border-radius: 6px;
  }
  #second_page .s_secBx_list--item {
      border: solid 2px #898989;
      border-radius: 6px;
      padding: 2rem;
      display: flex;
      justify-content: flex-start;
      align-items: center;
  }
  #second_page .s_secBx_list--item--img{
    text-align: left;
  }
/*  #second_page .s_secBx_list--item--img img{
    width: 70%
  }*/
  #second_page .s_secBx_list--item--Bx{
    width: 70%;
  }
  #second_page .s_secBx_list--item--ttl{
    text-align: left;
    /*font-size: 1.5rem;*/
    padding-bottom: .5rem;
    border-bottom: solid 2px #e6e6e6;
    margin-bottom: 1rem;
  }
  #second_page .s_secBx_list--item--txt {
    text-align: left;
    width: 100%; 
  }
  #second_page .s_secBx_list--item--txt p{
    font-size: 1rem!important;
    line-height: initial!important;
    padding-bottom: 0!important;
  }
  #second_page .s_secBx_list--item--txt h3{
    font-size: 1.8rem;
    margin-bottom: 1rem; 
  }
  #second_page .s_secBx2{
  padding-top: 6%;
  }
  #second_page .s_secBx2 p{
  padding-bottom: 0!important;
  }

}





#second_page .main .tb_company {
  width: 100%;
}
#second_page .main .tb_company tr:last-child th,
#second_page .main .tb_company tr:last-child td {
  border-bottom: 0;
}
#second_page .main .tb_company th,
#second_page .main .tb_company td {
  padding: 15px 30px;
  color: #000;
  border-bottom: 1px solid #000;
}
#second_page .main .tb_company th {
  text-align: center;
  width: 25%;
  font-size: 114%;
  font-weight: 500;
}
#second_page .main .tb_company td {
  line-height: 2.0;
  border-left: 1px solid #000;
}
#second_page .main .tb_company td a {
  /*color: #ea719c;*/
  color: #ea719c;
}
#second_page .main .tb_company td span {
  display: block;
}
#second_page .main .tb_company td .bnt2 {
  margin: 10px 0 0 0;
  width: 178px;
  padding: 0;
  font-weight: 200;
  position: relative;
  line-height: 1.5;
}
#second_page .main .tb_company td .bnt2:before {
  background: url("../company/images/ico.png");
  content: '';
  position: absolute;
  width: 16px;
  height: 20px;
  left: 15%;
  top: 50%;
  transform: translate(0, -50%);
}
#second_page .main .tb_company td .bnt2:hover:before {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#second_page .main .tb_company td .bnt2:hover a {
  color: #fff;
}
#second_page .main .tb_company td .bnt2 a {
  padding: 8px 0 8px 20px;
  color: #000;
}
#second_page .main.company .tt01 {
  text-align: center;
}
#second_page .main.company .bg_w {
  padding: 7% 9%;
}
#second_page .main .ptb80 {
  padding-top: 80px !important;
  padding-bottom: 80px !important;
}
#second_page .main.contact .box_contact {
  background-color: #fff;
  width: 42%;
  border: 1px solid #000;
  margin: 0 auto;
  padding: 4% 5% 4% 5%;
  color: #000;
}
#second_page .main.contact .box_contact h3 {
  text-align: center;
  font-size: 171%;
  font-weight: normal;
  padding-bottom: 10%;
}
#second_page .main.contact .box_contact ul {
  padding-top: 10%;
}
#second_page .main.contact .box_contact ul li {
  margin-bottom: 4%;
  padding-left: 20px;
  position: relative;
}
#second_page .main.contact .box_contact ul li:before {
  content: '■';
  font-size: 134%;
  line-height: 1.0;
  position: absolute;
  left: 0;
  top: 0;
  color: #ea719c !important;
}
#second_page .main.contact a.formlink_ex,
#second_page .main.contact .h_contact a{
  display: inline-block;
}
#second_page .main.contact .h_contact {
  background-color: #fff;
  text-align: center;
  position: relative;
  padding: 7% 5% 5% 5%;
  margin-bottom: 5%;
}
#second_page .main.contact .h_contact:before {
  content: '';
  background: url("../contact/images/ico2.png");
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#second_page .main.contact .tb_form {
  width: 100%;
  margin-bottom: 5%;
}
#second_page .main.contact .tb_form th,
#second_page .main.contact .tb_form td {
  padding: 2% 0;
  color: #000;
}
#second_page .main.contact .tb_form td {
  font-size: 89%;
  padding: 2% 5% 2% 0;
}
#second_page .main.contact .tb_form td.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#second_page .main.contact .tb_form td .col_2 {
  width: 50%;
}
#second_page .main.contact .tb_form td .col_1 {
  width: calc(100% - 3%);
}
#second_page .main.contact .tb_form td .w33 {
  margin-left: 15px;
}
#second_page .main.contact .tb_form td select {
  padding: 2%;
  width: 37%;
}
#second_page .main.contact .tb_form td input[type="text"],
#second_page .main.contact .tb_form td textarea {
  width: calc(100% - 4%);
  padding: 2%;
  border: 1px solid #aaa;
  font-size: inherit;
  font-family: "Meiryo", "メイリオ", "MS PGothic", "MS Pゴシック", sans-serif;
}
#second_page .main.contact .tb_form td input[type="checkbox"],
#second_page .main.contact .tb_form td input[type="radio"] {
  margin-right: 10px;
  width: 20px;
  height: 30px;
  vertical-align: middle;
  margin-top: -2px;
}
#second_page .main.contact .tb_form td ul li {
  padding-bottom: 3%;
}
#second_page .main.contact .tb_form th {
  width: 35%;
  vertical-align: top;
  font-weight: normal;
}
#second_page .main.contact .tb_form th span {
  display: inline-block;
  line-height: 2.4;
}
#second_page .main.contact .tb_form th:before {
  padding: 2% 7% !important;
  margin-right: 20px !important;
}
#second_page .main.contact .tb_form tr {
  border-bottom: 1px solid #eeeeee;
}
#second_page .main.contact .tb_form tr:first-child {
  border-top: 1px solid #eeeeee;
}
#second_page .main.contact .tb_form th.hisu:before {
  content: '必須';
  color: #fff;
  font-size: 89%;
  background: #a40000;
  font-weight: normal;
  float: left;
}
#second_page .main.contact .tb_form th.nini:before {
  content: '任意';
  font-size: 89%;
  color: #fff;
  background: #7d7d7d;
  font-weight: normal;
  float: left;
}
#second_page .main.contact .contact01 {
  padding: 0 0 4% 0;
}
#second_page .main.contact .pp {
  padding: 3% 0;
  background-color: #fff;
}
#second_page .main.contact .pp h3 {
  font-size: 171%;
  color: #000;
  font-weight: normal;
  padding-bottom: 3%;
  text-align: center;
}
#second_page .main.contact .pp .box {
  background-color: #fdfdf6;
  padding: 5%;
  max-height: 420px;
  overflow: auto;
  color: #000;
  text-align: left;
}
#second_page .main.contact .pp .box h4 {
  font-size: 100%;
  margin-bottom: 20px;
  font-weight: normal;
}
#second_page .main.contact .pp .box ul {
  margin-bottom: 20px;
}
#second_page .main.contact .pp .box ul li {
  padding-bottom: 10px;
}
#second_page .main.contact .pp .content3 {
  max-width: 800px;
}
#second_page .main.guide {
  text-align: center;
}
#second_page .main.guide .box_contact {
  background: #fdfdf6;
  border: none;
  width: auto;
}
#second_page .main.guide .box_contact h3 {
  padding-bottom: 4%;
}
#second_page .main.guide .contact01 {
  padding: 4% 0;
}
#second_page .main.guide .bg_w .content3 {
  padding: 90px 0 100px 0;
  position: relative;
}
#second_page .main.guide .bg_w .content3 figure {
  right: 0;
  bottom: -56px;
  position: absolute;
}
#second_page .main.guide .bg_w .box_contact {
  padding: 3% 4%;
  text-align: left;
  position: relative;
}
#second_page .main.guide .bg_w .box_contact:before {
  content: '';
  position: absolute;
  background: utl("../guide/images/img05.png");
}
#second_page .main.guide .bg_w .box_contact .tt02 {
  text-align: left;
  padding-bottom: 2%;
  font-weight: 600;
}
#second_page .main.guide .bg_w .box_contact .tt02:before {
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
#second_page .main.guide .bg_w .box_contact ul {
  width: 50%;
  text-align: left;
  display: inline-block;
  padding: 0;
}
#second_page .main.guide .bg_w .box_contact ul li {
  margin-bottom: 10px;
}
#second_page .main.guide .content2 .box_contact {
  background: none;
  position: relative;
}
#second_page .main.guide .content2 .box_contact:before {
  content: '';
  background: url("../guide/images/ico.png");
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
#second_page .main.guide .list_img03 {
  max-width: 400px;
}
#second_page .main.guide .list_img03 dl {
  width: 25%;
  margin: 0 !important;
}
#second_page .main.guide .list_img03 dl dt img {
  width: 70%;
}
#second_page .main.guide .list_img03 dl dd {
  font-size: 114%;
  font-weight: 600;
}
#second_page .main.comparison .dis_flex {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  text-align: center;
}
#second_page .main.comparison .dis_flex .col3 {
  width: 32%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(1):before {
  width: 16%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(2):before {
  width: 63%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(3):before {
  width: 10%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(4):before {
  width: 47%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(5):before {
  width: 6%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(6):before {
  width: 47%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(7):before {
  width: 6%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(2) ul li:nth-child(8):before {
  width: 47%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(2):before {
  width: 16%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(3):before {
  width: 9.5%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(4):before {
  width: 15%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(6):before {
  width: 16%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(7):before {
  width: 6%;
}
#second_page .main.comparison .dis_flex .col3:nth-child(3) ul li:nth-child(8):before {
  width: 16%;
}
#second_page .main.comparison .dis_flex .col3.red dt {
  /*padding: 30px 20px;*/
  background-color: #ea719c;
}
#second_page .main.comparison .dis_flex .col3.red dd {
  background-color: #fde9e9;
  border: 1px solid #ea719c;
}
#second_page .main.comparison .dis_flex .col3.red dl dt {
  padding: 10px;
  border-color: #ea719c !important;
}
#second_page .main.comparison .dis_flex .col3.red dl dd {
  border-color: #ea719c !important;
}
#second_page .main.comparison .dis_flex .col3.red ul li p {
  color: #fff !important;
}
#second_page .main.comparison .dis_flex .col3.red ul li:before {
  background-color: #a04674;
  width: 93%;
}
#second_page .main.comparison .dis_flex .col3 dt {
  background-color: #b97797;
  padding: 20px;
}
#second_page .main.comparison .dis_flex .col3 dt.ttl {
  height: 100px;
  box-sizing: border-box;
}

#second_page .main.comparison .dis_flex .col3 dt.dif {
  padding: 12px 20px;
}
#second_page .main.comparison .dis_flex .col3 dt.dif p span {
  padding-bottom: 20px;
}
#second_page .main.comparison .dis_flex .col3 dt p {
  color: #fff;
  padding: 0;
  line-height: 1.0;
}
#second_page .main.comparison .dis_flex .col3 dt p span {
  font-size: 28px;
  padding-bottom: 18px;
}
#second_page .main.comparison .dis_flex .col3 dt p span {
  display: block;
}
#second_page .main.comparison .dis_flex .col3 dd {
  background-color: #eeeeee;
  border: 1px solid #b97797;
  padding: 20px;
}
#second_page .main.comparison .dis_flex .col3 dd ul li {
  background-color: #fff;
  position: relative;
  color: #333;
  font-weight: 500;
}
#second_page .main.comparison .dis_flex .col3 dd ul li:last-child p {
  margin-bottom: 20px;
}
#second_page .main.comparison .dis_flex .col3 dd ul li p {
  padding: 8px 0;
  margin-bottom: 10px;
  position: relative;
}
#second_page .main.comparison .dis_flex .col3 dd ul li:before {
  content: '';
  background-color: #dcc3cf;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
}
#second_page .main.comparison .dis_flex .col3 dl {
  margin-bottom: 10px;
}
#second_page .main.comparison .dis_flex .col3 dl:last-child {
  margin-bottom: 0;
}
#second_page .main.comparison .dis_flex .col3 dl dt,
#second_page .main.comparison .dis_flex .col3 dl dd {
  background: #fff !important;
  padding: 10px;
  border: 1px solid #b97797;
}
#second_page .main.comparison .dis_flex .col3 dl dt {
  color: #000;
  border-bottom: 1px dashed #b97797;
  font-size: 114%;
  font-weight: 500;
}
#second_page .main.comparison .dis_flex .col3 dl dd {
  border-top: 0 !important;
  padding-bottom: 20px;
  color: #db0000;
  font-weight: bold;
}
#second_page .main.comparison .compar01 {
  text-align: center;
  padding-top: 6%;
}
#second_page .main.comparison .compar01 p {
  padding-bottom: 0;
}
#second_page .main.detail .list_detail ul {
  justify-content: center !important;
  -webkit-justify-content: center !important;
  -moz-justify-content: center !important;
  -ms-justify-content: center !important;
}
#second_page .main.detail .list_detail ul li {
  width: 22%;
  text-align: center;
  color: #fff;
}
#second_page .main.detail .list_detail ul li:before {
  display: none;
}
#second_page .main.detail .list_detail ul li.all {
  background-color: #ea719c;
}
#second_page .main.detail .list_detail ul li.all p:after {
  background: url("../news/images/ico01.png");
  width: 18px;
  height: 25px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#second_page .main.detail .list_detail ul li p {
  position: relative;
  color: #fff;
  padding: 1.5% 0%!important ;
  display: block;
  font-size: 129%;
}
#second_page .main.detail .list_detail ul li.event {
  background-color: #e2c628;
}
#second_page .main.detail .list_detail ul li.event p:after {
  background: url("../news/images/ico02.png");
  width: 30px;
  height: 25px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#second_page .main.detail .list_detail ul li.information {
  background-color: #8779b5;
}
#second_page .main.detail .list_detail ul li.information p:after {
  background: url("../news/images/ico03.png");
  width: 18px;
  height: 25px;
  background-size: 100% auto;
  background-repeat: no-repeat;
}
#second_page .main.detail .list_detail ul li p {
  position: relative;
  color: #fff;
  padding: 1.5% 0%!important ;
  display: block;
  font-size: 129%;
}
#second_page .main.detail .list_detail ul li p span {
  position: relative;
}
#second_page .main.detail .list_detail ul li p:before {
  content: "";
  background: #1b1b1b;
  left: 50%;
  right: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  opacity: 0;
  transition: .3s;
}
#second_page .main.detail .list_detail ul li p:hover:before {
  left: 0;
  opacity: 1;
  right: 0;
}
#second_page .main.detail .list_detail ul li p:after {
  content: '';
  position: absolute;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  left: 25px;
  top: 50%;
}
#second_page .main.detail .news_detail {
  text-align: center;
}
#second_page .main.detail .news_detail .time {
  font-size: 129%;
  padding-bottom: 20px;
}
#second_page .main.detail .news_detail .tt03 {
  color: #ea719c;
  font-size: 20px;
  width: 50%;
  margin: 0 auto;
  line-height: 2.0;
  padding-bottom: 30px;
}
#second_page .main.detail .news_detail .news_detail_inner {
  max-width: 800px;
  margin: 0 auto;
}
#second_page .main.detail .news_detail .news_detail_inner .txt {
  padding: 6% 12% 0 12%;
  text-align: left;
}
#second_page .main.detail .pager {
  margin-bottom: 0;
}
#second_page .main.detail .pager .pager_inner {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
}
#second_page .main.detail .pager .pager_inner p {
  display: inline-block;
  margin: 0;
  padding: 15px 32px;
}
#second_page .main.detail .pager .pager_inner p.prev {
  float: left;
}
#second_page .main.detail .pager .pager_inner p.nex {
  float: right;
}
#second_page .main.detail .pager .pager_inner p.mid {
  float: none;
}
#second_page .main.detail .pager .pager_inner p a {
  font-size: 129%;
}
#second_page .main.detail .pager .pager_inner p.mid:before {
  display: none;
}
#second_page .main .pager {
  margin: 50px 0 100px 0;
  text-align: center;
}
#second_page .main .pager div {
  display: inline-block;
}
#second_page .main .pager div p {
  line-height: 1;
  float: left;
  border: 1px solid #fff;
  background: #ea719c;
  position: relative;
  margin: 0 5px;
  padding: 15px 40px;
}
#second_page .main .pager div p:before {
  content: '';
  position: absolute;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
}
#second_page .main .pager div p.prev {
  background: #ea719c;
}
#second_page .main .pager div p.prev:before {
  left: 10px;
  transform: translate(0, -50%) rotate(135deg);
  -webkit-transform: translate(0, -50%) rotate(135deg);
}
#second_page .main .pager div p:hover {
  background: #59493f;
}
#second_page .main .pager div p.nex {
  background: #ea719c;
}
#second_page .main .pager div p.nex:before {
  right: 10px;
  transform: translate(0, -50%) rotate(-45deg);
  -webkit-transform: translate(0, -50%) rotate(-45deg);
}
#second_page .main .pager div p.nex:hover {
  background: #59493f;
}
#second_page .main .pager div p.num {
  border: 1px solid #ea719c;
  background: #fff;
  padding: 14px 20px;
}
#second_page .main .pager div p.num:before {
  display: none;
}
#second_page .main .pager div p.num a {
  color: #ea719c;
}
#second_page .main .pager div p.num:hover,
#second_page .main .pager div p.num.active {
  background: #59493f;
  border: 1px solid #59493f;
}
#second_page .main .pager div p.num:hover a,
#second_page .main .pager div p.num.active a {
  color: #fff;
}
#second_page .main .pager div p.hihi {
  background: url(../news/images/dot.png) no-repeat center;
  padding: 15px 5px;
}
#second_page .main .pager div p a {
  text-decoration: none;
  font-size: 114%;
  color: #fff;
  opacity: 1 !important;
}
#second_page .main .pager div p a:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: '';
}
#second_page .main.news .content {
  max-width: 1258px;
}
#second_page .main.news .content3 ul {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  display: flex;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  padding: 2% 0 7% 0;
  max-width: 960px;
}
#second_page .main.blog .content3 ul {
  padding: 0 4% 5% 4%!important ;
  width: auto!important ;
}

#second_page .main.news .content3 ul li {
  width: 31%;
  position: relative;
}
#second_page .main.news .content3 ul li.all a {
  background-color: #ea719c;
}
#second_page .main.news .content3 ul li.all a span:before {
  content: '';
  position: absolute;
  background: url("../news/images/ico01.png");
  background-repeat: no-repeat;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 20px;
  background-size: 100% auto;
  left: 25px;
  top: 50%;
}
#second_page .main.news .content3 ul li.event a {
  background-color: #e2c628;
}
#second_page .main.news .content3 ul li.event a span:before {
  content: '';
  position: absolute;
  background: url("../news/images/ico02.png");
  background-repeat: no-repeat;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 30px;
  height: 25px;
  background-size: 100% auto;
  left: 25px;
  top: 50%;
}
#second_page .main.news .content3 ul li.information a {
  background-color: #8779b5;
}
#second_page .main.news .content3 ul li.information a span:before {
  content: '';
  position: absolute;
  background: url("../news/images/ico03.png");
  background-repeat: no-repeat;
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 20px;
  height: 28px;
  background-size: 100% auto;
  left: 25px;
  top: 50%;
}
#second_page .main.news .content3 ul li:before {
  content: "";
  background: #1b1b1b;
  left: 50%;
  right: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  transition: .3s;
}
#second_page .main.news .content3 ul li:hover:before {
  left: 0;
  right: 0;
}
#second_page .main.news .content3 ul li a {
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 129%;
}
#second_page .main.news .content3 ul li a span {
  display: block;
  padding: 4.3% 0;
  position: relative;
}
#second_page .main.news .content3 ul li a span:after {
  content: '';
  position: absolute;
  right: 20px;
  border: solid #fff;
  border-width: 0 1px 1px 0;
  top: 50%;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg) translate(0, -50%);
  -webkit-transform: rotate(-45deg) translate(0, -50%);
}
#second_page .main.news .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
/*  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;*/
}

@media only screen and (min-width: 769px) {
  #second_page .main.news .news_list .bor {
    width: 31.5%;
    border: 1px solid #eeeeee;
    margin-bottom: 5%;
    margin-right: 1.6759%;
  }
  #second_page .main.news .news_list .bor:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 960px) {
  #second_page .main.service .box_img .txt figure {
  margin: 0 auto 30px auto;
  width: auto;
  text-align: center;
  }
}

#second_page .main.news .news_list .bor figure {
  overflow: hidden;
}
#second_page .main.news .news_list .bor figure img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: scale(1.005);
  transform: scale(1);
}
#second_page .main.news .news_list .bor:hover {
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#second_page .main.news .news_list .bor:hover figure img {
  transform: scale(1.2);
}
#second_page .main.news .news_list .bor:hover.all dl {
  background-color: #ea719c;
  color: #fff;
}
#second_page .main.news .news_list .bor:hover.all dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico01_on.png");
  color: #000;
}
#second_page .main.news .news_list .bor:hover.event dl {
  background-color: #e2c628;
  color: #fff;
}
#second_page .main.news .news_list .bor:hover.event dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico02_on.png");
  color: #000;
}
#second_page .main.news .news_list .bor:hover.information dl {
  background-color: #8779b5;
  color: #fff;
}
#second_page .main.news .news_list .bor:hover.information dl dt .tt {
  background-color: #fff;
  background-image: url("../news/images/ico03_on.png");
  color: #000;
}
#second_page .main.news .news_list .bor.all dl {
  border-top: 2px solid #ea719c;
}
#second_page .main.news .news_list .bor.all dl dt .tt {
  background-color: #ea719c;
  background-image: url("../news/images/ico01.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 10px;
}
#second_page .main.news .news_list .bor.information dl {
  border-top: 2px solid #8779b5;
}
#second_page .main.news .news_list .bor.event dl {
  border-top: 2px solid #e2c628;
}
#second_page .main.news .news_list .bor.event dl dt .tt {
  background-color: #e2c628;
  background-image: url("../news/images/ico02.png");
  background-repeat: no-repeat;
  background-size: 16px auto;
  background-position: center left 10px;
}
#second_page .main.news .news_list .bor.information dl {
  border-top: 2px solid #8779b5;
}
#second_page .main.news .news_list .bor.information dl dt .tt {
  background-color: #8779b5;
  background-image: url("../news/images/ico03.png");
  background-repeat: no-repeat;
  background-size: 15px auto;
  background-position: center left 10px;
}
#second_page .main.news .news_list .bor a {
  text-decoration: none;
  color: #000;
}
#second_page .main.news .news_list .bor dl {
  padding: 3% 3% 12% 3%;
}
#second_page .main.news .news_list .bor dl dt {
  padding-bottom: 10px;
}
#second_page .main.news .news_list .bor dl dt span {
  display: block;
}
#second_page .main.news .news_list .bor dl dt .tt {
  margin-bottom: 10px;
  color: #fff;
  display: inline-block;
  padding: 5px 28px 5px 45px;
}
#second_page .main.voice .voice_inner {
  padding: 4% 0;
}
#second_page .main.voice .voice_inner.bg_w .img {
  order: 1;
}
#second_page .main.voice .voice_inner .img {
  width: 39.5%;
}
#second_page .main.voice .voice_inner figure {
  position: relative;
  margin-right: 8px;
  margin-bottom: 8px;
}
#second_page .main.voice .voice_inner figure img {
  position: relative;
}
#second_page .main.voice .voice_inner figure:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: -8px;
  right: -8px;
  border: 1px solid #7d7d7d;
}
#second_page .main.voice .voice_inner .txt {
  width: 54%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#second_page .main.voice .voice_inner .txt .bb {
  font-size: 125%;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#second_page .main.voice .voice_inner .txt p {
  height: 82%;
  font-size: 114%;
  color: #000;
  line-height: 2.0;
}
#second_page .main.voice .voice_inner .txt .more {
  margin: 0;
  width: 44%;
}
#second_page .main.voice.detail .voice_detail {
  max-width: 700px;
  margin: 0 auto 40px auto;
}
#second_page .main.voice.detail .voice_detail figure {
  margin-bottom: 30px;
}
#second_page .main.voice.detail .voice_detail h3 {
  font-weight: bold;
  line-height: 2.0;
  font-size: 100%;
  color: #000;
  margin-bottom: 40px;
}
#second_page .main.voice.detail .voice_detail .con_txt {
  max-width: 100%;
  margin: 0 auto 40px auto;
}
#second_page .main.voice.detail .voice_inner .txt .bb {
  color: #ea719c;
}
#second_page .main .tabon {
  display: block !important;
}
#second_page .main .dn {
  display: none;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}
#second_page .main .slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
#second_page .fix_link {
  padding-top: 100px;
  margin-top: -100px;
}
#second_page .unyou .tt {
  font-size: 24px;
  line-height: 1.5;
}
#second_page .unyou .list_img01 {
  width: 46%;
  margin: 0 auto;
}
#second_page .unyou .list_img01 dl {
  width: 50%;
}
#second_page .unyou .list_img01 dl:first-child {
  border-right: 1px solid #efefef;
}
#second_page .unyou .list_img01 dl dd {
  border: none;
  padding: 10% 0 5% 0;
}
#second_page .unyou .unyou02 {
  padding: 50px 0;
}
#second_page .unyou .unyou_listbtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6% 3%;
  flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}
#second_page .unyou .unyou_listbtn li {
  width: 220px;
  border-radius: 50%;
  background-color: #fdf6f5;
  height: 220px;
  position: relative;
}
#second_page .unyou .unyou_listbtn li:after {
  content: '';
  position: absolute;
  border: solid #918d8c;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 5px;
  bottom: 10%;
  left: 50%;
  overflow: hidden;
  -webkit-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -moz-transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  transition: background 0.3s, color 0.3s, box-shadow 0.3s;
  -webkit-transform: translate(-50%, 0) rotate(45deg);
  -moz-transform: translate(-50%, 0) rotate(45deg);
  -ms-transform: translate(-50%, 0) rotate(45deg);
  -o-transform: translate(-50%, 0) rotate(45deg);
  transform: translate(-50%, 0) rotate(45deg);
}
#second_page .unyou .unyou_listbtn li:before {
  content: '';
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-size: auto !important;
  width: 40px;
  height: 38px;
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translate(-50%, 0);
}
#second_page .unyou .unyou_listbtn li:hover {
  background-color: #e07a7a;
  /*&:nth-child(1){
    &:before{
      background-image:url('../unyou/images/ico03_on.png');
    }
  }
  &:nth-child(2){
    &:before{
      background-image:url('../unyou/images/ico04_on.png');
    }
  }
  &:nth-child(3){
    &:before{
      background-image:url('../unyou/images/ico05_on.png');
    }
  }
  &:nth-child(4){
    &:before{
      background-image:url('../unyou/images/ico06_on.png');
    }
  }*/
}
#second_page .unyou .unyou_listbtn li:hover:after {
  border-color: #fff;
}
#second_page .unyou .unyou_listbtn li:hover a {
  color: #fff;
}
#second_page .unyou .unyou_listbtn li:hover a figure img {
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#second_page .unyou .unyou_listbtn li:hover:before {
  -webkit-animation: toRightFromLeft 0.3s forwards;
  -moz-animation: toRightFromLeft 0.3s forwards;
  animation: toRightFromLeft 0.3s forwards;
  filter: brightness(0) invert(1);
  -webkit-filter: brightness(0) invert(1);
}
#second_page .unyou .unyou_listbtn li:nth-child(1):before {
  background-image: url("../unyou/images/ico03.png");
}
#second_page .unyou .unyou_listbtn li:nth-child(2):before {
  background-image: url("../unyou/images/ico04.png");
}
#second_page .unyou .unyou_listbtn li:nth-child(3):before {
  background-image: url("../unyou/images/ico05.png");
}
#second_page .unyou .unyou_listbtn li:nth-child(4):before {
  background-image: url("../unyou/images/ico06.png");
}
#second_page .unyou .unyou_listbtn a {
  height: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  align-items: center;
  font-size: 24px;
  color: #000;
  width: 100%;
  text-decoration: none;
  text-align: center;
  padding: 8% 0 42% 0;
  position: relative;
}
#second_page .unyou .unyou_listbtn a figure {
  width: 100%;
}
#second_page .unyou #u2 figure span {
  bottom: 17% !important;
}
#second_page .unyou .un_a {
  position: relative;
  margin-bottom: 7%;
}
#second_page .unyou .un_a figure span {
  bottom: 8%;
}
#second_page .unyou .un_a.left figure {
  float: left;
  position: relative;
}
#second_page .unyou .un_a.left figure span {
  position: absolute;
  left: 3%;
}
#second_page .unyou .un_a.left .txt {
  right: 0;
}
#second_page .unyou .ttl {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
#second_page .unyou .un_a.right figure {
  float: right;
  position: relative;
}
#second_page .unyou .un_a.right figure span {
  position: absolute;
  right: 3%;
}
#second_page .unyou .un_a.right .txt {
  left: 0;
}
#second_page .unyou .un_a .txt {
  background-color: #fdf6f5;
  padding: 3% 6% 2% 6%;
  position: absolute;
  width: 39%;
  top: 60%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#second_page .unyou .un_a .txt p + p {
  text-align: left;
}
#second_page .unyou .un_a .txt p span {
  display: inline-block;
  padding: 13px 12px;
  border-radius: 50%;
  background-color: #fff;
}
#second_page .unyou .unyou03 {
  padding-top: 6%;
}
#second_page .unyou .unyou03 .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  padding-bottom: 160px;
  position: relative;
}
#second_page .unyou .unyou03 .flex:after {
  content: '';
  background-image: url("../unyou/images/ico08.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 348px;
  height: 132px;
  bottom: 28px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#second_page .unyou .unyou03 .flex .box {
  width: 43%;
  padding: 20px 0;
  background-color: #fff;
  border: 4px solid #ffeaea;
  position: relative;
}
#second_page .unyou .unyou03 .flex .box:first-child:before {
  content: '';
  background-image: url("../unyou/images/ico07.png");
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  width: 66px;
  height: 66px;
  right: -22.5%;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#second_page .unyou .unyou03 .tt01 {
  padding-bottom: 0;
  margin-bottom: 0;
}
#second_page .works .active {
  display: block;
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-duration: 1s;
  animation-fill-mode: both;
}
#second_page .works .bg_w {
  padding: 3% 0 0 0;
}
#second_page .works .fix_link {
  padding-top: 50px;
  margin-top: -50px;
}
#second_page .works .place_tab {
  text-align: center;
}
#second_page .works .place_tab h4 {
  text-align: center;
  /*color: #000;*/
  font-size: 2rem;
  font-weight: normal;
  margin-bottom: 30px;
}
#second_page .works .place_tab .ico {
  display: inline-block;
  background-color: #fef5f6;
  border-radius: 50%;
  margin: 0 auto 2rem auto;
  text-align: center;
  padding: .5rem;
}
@media only screen and (max-width: 960px) {}

#second_page .works .place_tab ul li {
  width: 23%;
  margin-bottom: 40px;
  position: relative;
  font-size: 114%;
}
#second_page .works .place_tab ul li:before {
  content: '';
  background-color: #ea719c;
  width: 10px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#second_page .works .place_tab ul li p {
  line-height: 1.6;
}
#second_page .works .place_tab ul li p.text01 {
  font-size: 15px;
  font-weight: bold;
  color: #ea719c;
}
#second_page .works .place_tab ul li a {
  display: block;
  text-decoration: none;
}
#second_page .works .place_tab ul li a:hover span img {
  transform: scale(1.2);
}
#second_page .works .place_tab ul li a span {
  display: block;
  overflow: hidden;
  max-height: 350px;
  margin-bottom:5%;
}
#second_page .works .place_tab ul li a span img {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  -webkit-transform: scale(1.005);
  transform: scale(1);
}
#second_page .works .tt01 {
  text-align: center;
  position: relative;
  margin-bottom: 3%;
}
#second_page .works .tt01:before {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  top: 50%;
  background: #ea719c;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
#second_page .works .tt01 span {
  position: relative;
  display: inline-block;
  background-color: #fff;
  padding: 0 10px;
  font-size: 40px;
}
#second_page .works .tab_inner {
  margin-bottom: 40px;
  padding: 1rem;
}
#second_page .works .tab_inner ul li{
  margin-right: 2%;
}
#second_page .works .tab_inner ul li:nth-child(4n) {
  margin-right: 0;
}

#second_page .works .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  padding: 0 4% 5% 4%;
  position: relative;
  /*.fz-intro-link {
      .place {
          display: none;
      }
  }*/
}
#second_page .works .btns li {
  width: 31%;
}
#second_page .works .btns li a {
  font-size: 114%;
  display: block;
  text-decoration: none;
  color: #fff;
  text-align: center;
  background-color: #ea719c;
  padding: 5% 0;
  position: relative;
}
#second_page .works .btns li:nth-of-type(2) > a{
  background-color: #e2c628;
  }
#second_page .works .btns li:nth-of-type(3) > a{
  background-color: #8779b5;
  }

#second_page .works .btns li a:after {
  content: '';
  border: solid #fff;
  position: absolute;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 4px;
  top: 50%;
  right: 10%;
  -webkit-transform: translate(0, -50%) rotate(45deg);
  -moz-transform: translate(0, -50%) rotate(45deg);
  -ms-transform: translate(0, -50%) rotate(45deg);
  -o-transform: translate(0, -50%) rotate(45deg);
  transform: translate(0, -50%) rotate(45deg);
}
#second_page .works .btns .tab2 .place:before {
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#second_page .works .btns .tab3 .place:before {
  right: 17%;
  left: unset;
}
#second_page .works .btns .place {
  display: none;
  position: absolute;
  top: 100%;
  width: 88.5%;
  z-index: 1;
  left: 0;
  background-color: #fff;
  border: 8px solid #eee;
  padding: 3% 5%;
}
#second_page .works .btns .place:before {
  content: '';
  position: absolute;
  top: -25px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
  border-bottom: 22px solid #eee;
  left: 17%;
}
#second_page .works .btns .place.active {
  display: block;
}
#second_page .works .btns .place dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
#second_page .works .btns .place dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  width: 18%;
  border-bottom: 1px solid #eeeeee;
  margin-right: 9%;
  margin-bottom: 3%;
  text-align: center;
}
#second_page .works .btns .place dl dd:nth-child(4n) {
  margin-right: 0;
}

#second_page .works .btns .place dd a[class*=" item-"]::before {
  content: '';
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 769px) {
  #second_page .works .btns .place dd a[class*=" item-"]::before {
    background-size: contain;
  }
}

/*item-1a-*/
/*#second_page .works .btns .place .item-1a-1:hover:before { background-image: url("../works/images/caimg1_on.png"); }*/
#second_page .works .btns .place .item-1a-1:before { background-image: url("../works/images/caimg1.png"); }

/*#second_page .works .btns .place .item-1a-2:hover:before { background-image: url("../works/images/caimg2_on.png"); }*/
#second_page .works .btns .place .item-1a-2:before { background: url("../works/images/caimg2.png"); }

/*#second_page .works .btns .place .item-1a-3:hover:before { background-image: url("../works/images/caimg6_on.png"); }*/
#second_page .works .btns .place .item-1a-3:before { background: url("../works/images/caimg6.png"); }

/*#second_page .works .btns .place .item-1a-4:hover:before { background-image: url("../works/images/caimg7_on.png"); }*/
#second_page .works .btns .place .item-1a-4:before { background: url("../works/images/caimg7.png"); }

/*#second_page .works .btns .place .item-1a-5:hover:before { background: url("../works/images/caimg15_on.png"); }*/
#second_page .works .btns .place .item-1a-5:before { background: url("../works/images/caimg15.png"); }

/*#second_page .works .btns .place .item-1a-6:hover:before { background: url("../works/images/caimg16_on.png"); }*/
#second_page .works .btns .place .item-1a-6:before { background: url("../works/images/caimg16.png"); }

/*#second_page .works .btns .place .item-1a-7:hover:before { background: url("../works/images/caimg17_on.png"); }*/
#second_page .works .btns .place .item-1a-7:before { background: url("../works/images/caimg17.png"); }

/*#second_page .works .btns .place .item-1a-8:hover:before { background: url("../works/images/caimg18_on.png"); }*/
#second_page .works .btns .place .item-1a-8:before { background: url("../works/images/caimg18.png"); }

/*#second_page .works .btns .place .item-1a-9:hover:before { background: url("../works/images/caimg19_on.png"); }*/
#second_page .works .btns .place .item-1a-9:before { background: url("../works/images/caimg19.png"); }

/*#second_page .works .btns .place .item-1a-10:hover:before { background: url("../works/images/caimg3_on.png"); }*/
#second_page .works .btns .place .item-1a-10:before { background: url("../works/images/caimg3.png"); }

/*#second_page .works .btns .place .item-1a-11:hover:before { background: url("../works/images/caimg20_on.png"); }*/
#second_page .works .btns .place .item-1a-11:before { background: url("../works/images/caimg20.png"); }

/*#second_page .works .btns .place .item-1a-12:hover:before { background: url("../works/images/caimg21_on.png"); }*/
#second_page .works .btns .place .item-1a-12:before { background: url("../works/images/caimg21.png"); }

/*#second_page .works .btns .place .item-1a-13:hover:before { background: url("../works/images/caimg22_on.png"); }*/
#second_page .works .btns .place .item-1a-13:before { background: url("../works/images/caimg22.png"); }

/*#second_page .works .btns .place .item-1a-14:hover:before { background: url("../works/images/caimg23_on.png"); }*/
#second_page .works .btns .place .item-1a-14:before { background: url("../works/images/caimg23.png"); }

/*#second_page .works .btns .place .item-1a-15:hover:before { background: url("../works/images/caimg24_on.png"); }*/
#second_page .works .btns .place .item-1a-15:before { background: url("../works/images/caimg24.png"); }

/*#second_page .works .btns .place .item-1a-16:hover:before { background: url("../works/images/caimg25_on.png"); }*/
#second_page .works .btns .place .item-1a-16:before { background: url("../works/images/caimg25.png"); }

/*#second_page .works .btns .place .item-1a-17:hover:before { background: url("../works/images/caimg26_on.png"); }*/
#second_page .works .btns .place .item-1a-17:before { background: url("../works/images/caimg26.png"); }

/*#second_page .works .btns .place .item-1a-18:hover:before { background: url("../works/images/caimg4_on.png"); }*/
#second_page .works .btns .place .item-1a-18:before { background: url("../works/images/caimg4.png"); }

/*item-2a-*/
/*#second_page .works .btns .place .item-2a-1:hover:before { background: url("../works/images/caimg8_on.png"); }*/
#second_page .works .btns .place .item-2a-1:before { background: url("../works/images/caimg8.png"); }

/*#second_page .works .btns .place .item-2a-2:hover:before { background: url("../works/images/caimg27_on.png"); }*/
#second_page .works .btns .place .item-2a-2:before { background: url("../works/images/caimg27.png"); }

/*#second_page .works .btns .place .item-2a-3:hover:before { background: url("../works/images/caimg9_on.png"); }*/
#second_page .works .btns .place .item-2a-3:before { background: url("../works/images/caimg9.png"); }

/*#second_page .works .btns .place .item-2a-4:hover:before { background: url("../works/images/caimg28_on.png"); }*/
#second_page .works .btns .place .item-2a-4:before { background: url("../works/images/caimg28.png"); }

/*#second_page .works .btns .place .item-2a-:hover5:before { background: url("../works/images/caimg10_on.png"); }*/
#second_page .works .btns .place .item-2a-5:before { background: url("../works/images/caimg10.png"); }

/*#second_page .works .btns .place .item-2a-6:hover:before { background: url("../works/images/caimg29_on.png"); }*/
#second_page .works .btns .place .item-2a-6:before { background: url("../works/images/caimg29.png"); }

/*#second_page .works .btns .place .item-2a-7:hover:before { background: url("../works/images/caimg30_on.png"); }*/
#second_page .works .btns .place .item-2a-7:before { background: url("../works/images/caimg30.png"); }

/*#second_page .works .btns .place .item-2a-8:hover:before { background: url("../works/images/caimg35_on.png"); }*/
#second_page .works .btns .place .item-2a-8:before { background: url("../works/images/caimg35.png"); }

/*item-3a-*/
/*#second_page .works .btns .place .item-3a-1:hover:before { background: url("../works/images/caimg31_on.png"); }*/
#second_page .works .btns .place .item-3a-1:before { background: url("../works/images/caimg31.png"); }

/*#second_page .works .btns .place .item-3a-2:hover:before { background: url("../works/images/caimg27_on.png"); }*/
#second_page .works .btns .place .item-3a-2:before { background: url("../works/images/caimg27.png"); }

/*#second_page .works .btns .place .item-3a-3:hover:before { background: url("../works/images/caimg32_on.png"); }*/
#second_page .works .btns .place .item-3a-3:before { background: url("../works/images/caimg32.png"); }

/*#second_page .works .btns .place .item-3a-4:hover:before { background: url("../works/images/caimg13_on.png"); }*/
#second_page .works .btns .place .item-3a-4:before { background: url("../works/images/caimg13.png"); }

/*#second_page .works .btns .place .item-3a-5:hover:before { background: url("../works/images/caimg14_on.png"); }*/
#second_page .works .btns .place .item-3a-5:before { background: url("../works/images/caimg14.png"); }

/*#second_page .works .btns .place .item-3a-6:hover:before { background: url("../works/images/caimg33_on.png"); }*/
#second_page .works .btns .place .item-3a-6:before { background: url("../works/images/caimg33.png"); }

/*#second_page .works .btns .place .item-3a-7:hover:before { background: url("../works/images/caimg34_on.png"); }*/
#second_page .works .btns .place .item-3a-7:before { background: url("../works/images/caimg34.png"); }



#second_page .works .btns .place a {
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: flex-start;
  align-items: end;*/
  padding: 5% 0 5% 5%;
  overflow: hidden;
  text-align: center;
  font-weight: normal;
  background: none;
  color: #000;
  width: 100%;
  position: relative;
}
#second_page .works .btns .place a:after {
  display: none;
}
#second_page .works .btns .place a:hover img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
#second_page .works .btns .place a:hover:before {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  -moz-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}
#second_page .works .btns .place a:before {
  width: 38px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
#second_page .works .btns .place a:hover span {
  outline: none;
  /*&:before {
      max-width: 100%;
  }*/
}
#second_page .works .btns .place a span {
  margin-left: 22px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  /*&:before {
      position: absolute;
      top: 0;
      left: 0;
      overflow: hidden;
      max-width: 0;
      color: #ea719c;
      content: attr(data-hover);
      -webkit-transition: max-width 0.5s;
      -moz-transition: max-width 0.5s;
      transition: max-width 0.5s;
  }*/
}
#second_page .blog.detail {
  padding-bottom: 14%;
}

#second_page .blog .news_detail .news_detail_inner .txtblog {
  padding: 4% 3%!important;
}


@-webkit-keyframes toRightFromLeft {
  49% {
    -webkit-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toRightFromLeft {
  49% {
    -moz-transform: translate(100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toRightFromLeft {
  49% {
    transform: translate(100%);
  }
  50% {
    opacity: 0;
    transform: translate(-100%);
  }
  51% {
    opacity: 1;
  }
}
@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@-moz-keyframes toTopFromBottom {
  49% {
    -moz-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -moz-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@media only screen and (min-width: 960px) {
  #second_page .main a.tel_link {
    color: #000 !important;
    text-decoration: none;
    cursor: auto;
  }
  #second_page .main a:hover {
    opacity: 1;
  }
  #second_page .main.about .about02 {
    width: 860px;
  }
  #second_page .main.about .about04 .about04_inner ul li {
    width: 129px;
    height: 129px;
  }
  #second_page .main.service .service_list01 .box {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width: 1025px) {
  #second_page .main.service .box_img figure {
    margin-bottom: 6%;
  }
}
@media only screen and (max-width: 960px) {
  #second_page .main_tain {
    padding: 0 0 53vw 0;
    background-size: 100% auto !important;
  }
  #second_page .main_tain.main_unyou {
    background-image: url("../unyou/images/mv_sp.png");
  }
  #second_page .main_tain.main_about {
    background-image: url("../about/images/mv_sp.png");
  }
  #second_page .main_tain.main_guide {
    background-image: url("../guide/images/mv_sp.png");
  }
  #second_page .main_tain.main_service {
    background-image: url("../service/images/mv_sp.png");
  }
  #second_page .main_tain.main_company {
    background-image: url("../company/images/mv_sp.png");
  }
  #second_page .main_tain.main_comparison {
    background-image: url("../comparison/images/mv_sp.png");
  }
  #second_page .main_tain h1 {
    padding: 5% 0;
    font-size: 1rem;
  }
  #second_page .main_tain h1 span {
    font-size: 7vw;
    font-weight: 750;
  }
  #second_page .sec {
    padding-left: 2%;
    padding-right: 2%;
  }
  #second_page .main {
    padding: 7% 0 10% 0;
  }
  #second_page .main .ptb80 {
    padding-top: 10% !important;
    padding-bottom: 10% !important;
  }
  #second_page .main .more {
    width: 50%;
    font-size:96%;
    padding: 2% 0;
  }
  #second_page .main .tt02 {
    font-size: 3.5vw;
  }
  #second_page .main .tt02:before {
    width: 11vw;
    height: 0.5vw;
  }
  #second_page .main .list_img03 {
    width: 100%;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  #second_page .main .list_img03 dl {
    margin: 0;
    width: 28%;
  }
  #second_page .main .list_img03 dl:nth-child(1) {
    margin-left: 0;
  }
  #second_page .main .list_img03 dl:nth-child(4) {
    margin-right: 0;
  }
  #second_page .main.about .about04 .about04_inner figure {
    width: 50%;
    padding: 10% 0;
  }
  #second_page .main.about .about04 .about04_inner ul li {
    width: 11vw;
    height: 11vw;
  }
  #second_page .main.service .service_list01 {
    width: 80%;
    margin: 8% auto;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
  }
  #second_page .main.service .service_list01 .box {
    width: 35vw;
    height: 35vw;
  }
  #second_page .main.service .service_list01 .box:after {
    right: 1.5vw;
    padding: 1vw;
  }
  #second_page .main.service .service_list01 .box p {
    font-size: 3vw !important;
  }
  #second_page .main.service .service_list01 .box figure {
    width: 8vw !important;
  }
  #second_page .main.service .bg_w {
    padding:  10% 6% 6% 6%;
  }
  #second_page .main.service .bg_n {
    padding: 10% 6%;
  }
  #second_page .main.service .bg_n .box_img figure {
    order: 0;
  }
  #second_page .main.service .box_img {
    flex-wrap: wrap;
  }
  #second_page .main.service .box_img:before {
    top: 8%;
  }
  #second_page .main.service .box_img .story {
    /*width: 16%;*/
    top: 2%;
  }
  #second_page .main.service .box_img .story img {
    width: 100%;
  }
  #second_page .main.service .box_img figure {
    width: 100%;
  }
  #second_page .main.service .box_img figure img {
    width: 100%;/*width: 72%;*/
  }
  #second_page .main.service .box_img .txt {
    width: 100%;
  }
  #second_page .main.service .box_img .txt img {
    width: auto;
  }
  #second_page .main.service .service05 .dis_flex .txt {
    padding-left: 50px;
  }
  #second_page .main .side_contact {
    margin: 10% 0;
    padding: 10% 2%;
  }
  #second_page .main .side_contact .side_contact_inner .content3 {
    padding: 7% 0;
  }
  #second_page .main .side_contact .side_contact_inner .content3:after {
    width: 30vw;
    height: 37vw;
  }
  #second_page .main .side_contact .side_contact_inner .content3 .txt {
    width: 60%;
    margin: 0 0 0 1%;
  }
  #second_page .main .side_contact .side_contact_inner .content3 .txt a img {
    /*width: 90%;*/
  }
  #second_page .main.contact .content2 .sec {
    padding-left: 6%;
    padding-right: 6%;
  }
  #second_page .main.contact .box_contact {
    width: auto;
    padding: 6% 5%;
  }
  #second_page .main.contact .box_contact h3 {
    font-size: 129%;
    padding-bottom: 5%;
  }
  #second_page .main.contact .box_contact ul {
    padding-top: 5%;
  }
  #second_page .main.guide .content2 .sec {
    padding: 0;
  }
  #second_page .main.guide .bg_w .content3 figure {
    width: 50%;
  }
  #second_page .main.news .pager {
    margin: 0 auto;
    width: 96%;
  }
  #second_page .unyou .tt {
    font-size: 119%;
    font-weight: 500;
  }
  #second_page .unyou .unyou01 {
    margin-bottom: 5%;
  }
  #second_page .unyou .list_img01 {
    width: auto;
    margin: 0 2%;
  }
  #second_page .unyou .list_img01 dl {
    width: 47.8%;
    margin: 0;
  }
  #second_page .unyou .unyou_listbtn {
    padding: 6% 10%;
  }
  #second_page .unyou .unyou_listbtn a {
    font-size: 3.5vw;
  }
  #second_page .unyou .unyou_listbtn a figure {
    padding: 0 8vw;
  }
  #second_page .unyou .unyou_listbtn li {
    width: 33vw;
    height: 33vw;
    margin-bottom: 8%;
  }
  #second_page .unyou .unyou_listbtn li:before {
    background-size: 100% auto !important;
    width: 7vw;
    height: 8vw;
  }
  #second_page .unyou #u2 figure span {
    bottom: 34% !important;
  }
  #second_page .unyou .un_a {
    margin-bottom: 10%;
  }
  #second_page .unyou .un_a.left figure span {
    left: 5%;
  }
  #second_page .unyou .un_a figure {
    float: none !important;
  }
  #second_page .unyou .un_a figure img {
    width: 100%;
  }
  #second_page .unyou .un_a figure span {
    bottom: 34% !important;
    width: 45%;
  }
  #second_page .unyou .un_a .txt {
    position: unset;
    width: 87%;
    padding: 3% 3% 2% 3%;
    margin: -20% auto 0 auto;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  #second_page .unyou .unyou03 .flex {
    padding-bottom: 28vw;
  }
  #second_page .unyou .unyou03 .flex:after {
    width: 62vw;
    height: 24vw;
    bottom: 4.4vw;
    background-size: 100% 100%;
  }
  #second_page .unyou .unyou03 .flex .box {
    padding: 5% 3%;
    width: 44%;
    border-width: 2px;
  }
  #second_page .unyou .unyou03 .flex .box figure {
    width: 30%;
    padding: 6% 0;
  }
  #second_page .unyou .unyou03 .flex .box:first-child:before {
    z-index: 1;
    background-size: 50% auto;
    background-color: #fff;
    width: 11vw;
    height: 11vw;
    border-radius: 50%;
    right: -7vw;
  }
}

@media only screen and (max-width: 769px) {
  #second_page .main p {
    line-height: 1.5;
    padding-bottom: 5%;
  }
  #second_page .main .tt01 {
    font-size: 179%;
    line-height: 1.3;
  }
  #second_page .main .list_img02 {
    margin: 8% 0;
    flex-wrap: wrap;
  }
  #second_page .main .list_img02 figure {
    /*width: 50%;*/
    margin: 0 0 2% 0;
    width: 150px;
  }
  #second_page .main .list_img02 figure img {
    /*width: 60%;*/
  }
  #second_page .main .list_img01 {
    flex-wrap: wrap;
  }
  #second_page .main .list_img01 dl {
    width: 90%;
    margin: 0 auto 10% auto;
    border-radius: 5px;
  }
  #second_page .main .list_img01 dl dd {
    padding: 3% 2% 0 2%;
    border-width: 1px;
    margin-top: 2%;
  }
  #second_page .main .list_img01 dl:last-child {
    margin-bottom: 0;
  }
  #second_page .main.about .about04 {
    margin: 0;
    padding: 10% 3%;
  }
  #second_page .main.about .about04 .f_about {
    font-size: 199%;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.2;
    padding: 5% 0 0 0;
  }
  #second_page .main.about .about04 .tt01 {
    padding-bottom: 8%;
  }
  #second_page .main.about .about04 .tt01:before {
    width: 39px;
    background-size: 100% auto;
    background-position: center;
  }
  #second_page .main.about .about04 .about04_inner--item01{
  display: none;
    }
  #second_page .main.about .about04 .about04_inner--item02{
  display: none;
    }
  #second_page .main.about .about04 .about04_inner--item03{
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 auto;
    }
  #second_page .main.about .about04 .about04_inner--item04{
  display: flex;
  justify-content: space-around;
  width: 66%;
  margin: 3% auto;
    }
  #second_page .main.about .about04 .about04_inner--item05{
  display: flex;
  justify-content: space-around;
  width: 66%;
  margin: 4% auto 0 auto;
    }
  #second_page .main.about .about04 .about04_inner .item-s{
  width: 90%;
   }
  #second_page .main.about .about04 .about04_inner ul li {
    width: 18vw;
    height: 18vw;
    box-shadow: 0 0 0 1px #fff3f3;
    padding: 3%;
  }
  #second_page .main.service .service05 {
    padding-top: 10%;
  }
  #second_page .main.service .service05 .dis_flex {
    padding: 0;
    flex-wrap: wrap;
  }
  #second_page .main.service .service05 .dis_flex:last-child .txt {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #second_page .main.service .service05 .dis_flex figure {
    width: 100%;
    margin-bottom: 5%;
  }
  #second_page .main.service .service05 .dis_flex .txt {
    width: 100%;
    padding-left: 0;
    text-align: center;
    padding-bottom: 15%;
    margin-bottom: 5%;
  }
  #second_page .main.service .service05 .dis_flex .txt:after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #second_page .main .tb_company th,
  #second_page .main .tb_company td {
    display: block;
    text-align: left;
    width: auto;
    padding: 10px 0;
  }
  #second_page .main .tb_company th {
    font-size: 100%;
  }
  #second_page .main .tb_company td {
    border-left: 0;
  }
  #second_page .main.contact .h_contact {
    padding: 12% 5% 8% 5%;
    margin-bottom: 10%;
  }
  #second_page .main.contact .submit p.bnt2{
    width: 70%;
  }
  #second_page .main.contact .tb_form th,
  #second_page .main.contact .tb_form td {
    display: block;
    width: calc(100% - 40px);
    padding: 15px 20px;
  }
  #second_page .main.contact .tb_form td {
    font-size: 100%;
  }
  #second_page .main.contact .tb_form td .col_2 {
    width: 100%;
  }
  #second_page .main.contact .tb_form td .w33 {
    width: 63% !important;
  }
  #second_page .main.contact .tb_form td select {
    width: auto;
  }
  #second_page .main.contact .tb_form th {
    padding-bottom: 0;
  }
  #second_page .main.contact .tb_form th span {
    line-height: 1.5;
  }
  #second_page .main.contact .tb_form th:before {
    padding: 0.5% 2% !important;
    font-size: 100% !important;
  }
  #second_page .main.contact .pp {
    padding: 8% 0;
  }
  #second_page .main.contact .pp .box {
    overflow: unset;
    max-height: 100%;
    word-break: break-all;
  }
  #second_page .main.contact .contact01 {
    padding: 5% 0 10% 0;
  }
  #second_page .main.company .bg_w {
    padding: 3%;
  }
  #second_page .main.guide .contact01 {
    padding: 20% 0 15% 0;
  }
  #second_page .main.guide .bg_w .box_contact ul {
    width: 100%;
  }
  #second_page .main.guide .bg_w .content3 figure {
    width: auto;
    text-align: right;
    position: relative;
    bottom: -10vw;
  }
  #second_page .main.guide .bg_w .content3 figure img {
    width: 75%;
  }
  #second_page .main.comparison .dis_flex {
    flex-wrap: wrap;
    padding: 4% 6%;
  }
  #second_page .main.comparison .dis_flex .col3 {
    width: 100%;
    margin-bottom: 15%;
  }
  #second_page .main.comparison .dis_flex .col3:last-child {
    margin-bottom: 0;
  }
  #second_page .main.comparison .dis_flex .col3.red dt {
    padding: 5% 0;
  }
  #second_page .main.comparison .dis_flex .col3.red dt img {
    /*width: 26%;*/
  }
  #second_page .main.comparison .dis_flex .col3 dd {
    padding: 6%;
  }
  #second_page .main.comparison .dis_flex .col3 dd dl {
    margin-bottom: 4%;
  }
  #second_page .main.comparison .dis_flex .col3 dd dl dt {
    padding: 4.5% !important;
    font-size: 100%;
  }
  #second_page .main.comparison .dis_flex .col3 dd dl dd {
    padding: 5%;
  }
  #second_page .main.comparison .dis_flex .col3 dd ul li:last-child {
    margin-bottom: 10%;
  }
  #second_page .main.comparison .dis_flex .col3 dd ul li p {
    font-size: 114%;
    padding: 4% 0;
  }
  #second_page .main.comparison .compar01 {
    padding-top: 10%;
  }
  #second_page .main.detail .list_detail ul li {
    width: 70%;
  }
  #second_page .main.detail .list_detail ul li.event p:after {
    width: 23px;
    height: 20px;
    left: 10%;
    background-position: center;
  }
  #second_page .main.detail .list_detail ul li p {
    padding: 3% 0 !important;
    font-size: 114% !important;
  }
  #second_page .main.detail .list_detail ul li p:after {
    left: 6%;
  }
  #second_page .main.detail .list_detail ul li p span {
    font-size: 4vw;
  }
  #second_page .main.detail .news_detail {
    padding-left: 6%;
    padding-right: 6%;
  }
  #second_page .main.detail .news_detail .tt03 {
    width: 100%;
    font-size: 114%;
    line-height: 1.5;
  }
  #second_page .main.detail .news_detail .time {
    font-size: 100%;
  }
  #second_page .main.detail .news_detail .news_detail_inner .txt {
    padding: 5% 0;
  }
  #second_page .main.detail .pager div p,
  #second_page .main.detail .pager .pager_inner p {
    margin: 0;
    padding: 3% 7%;
  }
  #second_page .main.detail .pager div p.prev,
  #second_page .main.detail .pager .pager_inner p.prev {
    margin-left: 0;
  }
  #second_page .main.detail .pager div p.nex,
  #second_page .main.detail .pager .pager_inner p.nex {
    margin-right: 0;
  }
  #second_page .main.detail .pager div p.mid,
  #second_page .main.detail .pager .pager_inner p.mid {
    margin: 0 3%;
    padding-left: 12%;
    padding-right: 13%;
  }
  #second_page .main.detail .pager div p.mid:hover,
  #second_page .main.detail .pager .pager_inner p.mid:hover {
    background-color: #59493f;
  }
  #second_page .main.detail .pager div p a,
  #second_page .main.detail .pager .pager_inner p a {
    word-break: keep-all;
    font-size: 3vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
  }
  #second_page .main .pager div,
  #second_page .main .pager .pager_inner {
    display: flex;
    text-align: center;
    overflow: hidden;
    align-items: center;
    justify-content: center;
  }
  #second_page .main .pager div p,
  #second_page .main .pager .pager_inner p {
    padding: 2vw 5vw;
    margin: 0 1%;
  }
  #second_page .main .pager div p.num,
  #second_page .main .pager .pager_inner p.num {
    padding: 1.85vw 3vw;
  }
  #second_page .main .pager div p.prev:before,
  #second_page .main .pager .pager_inner p.prev:before {
    left: 10%;
  }
  #second_page .main .pager div p.nex:before,
  #second_page .main .pager .pager_inner p.nex:before {
    right: 10%;
  }
  #second_page .main .pager div p:before,
  #second_page .main .pager .pager_inner p:before {
    padding: 4%;
  }
  #second_page .main.news .content3 ul {
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
  }
  #second_page .main.news .content3 ul li {
    width: 100%;
    margin-bottom: 3%;
  }
  #second_page .main.news .content3 ul li.information a span:before {
    width: 3vw !important;
    height: 4vw !important;
  }
  #second_page .main.news .content3 ul li a {
    font-size: 114%;
  }
  #second_page .main.news .content3 ul li a span {
    padding: 3% 0;
  }
  #second_page .main.news .content3 ul li a span:before {
    width: 3.5vw !important;
    height: 3.5vw !important;
    background-size: 100% 100%;
  }
  #second_page .main.news .news_list {
    width: 88%;
    margin: 0 auto;
  }
  #second_page .main.news .news_list .bor {
    width: 100%;
  }
  #second_page .main.voice .voice_inner {
    padding: 8% 6% 8% 6%;
  }
  #second_page .main.voice .voice_inner .voice_inner01 {
    padding-top: 1%;
  }
  #second_page .main.voice .voice_inner .dis_flex {
    flex-wrap: wrap;
  }
  #second_page .main.voice .voice_inner.bg_w .img {
    order: 0;
  }
  #second_page .main.voice .voice_inner .img {
    width: 100%;
    padding: 0 6%;
    margin-bottom: 5%;
  }
  #second_page .main.voice .voice_inner .txt {
    width: 100%;
    height: 100%;
  }
  #second_page .main.voice .voice_inner .txt .bb {
    font-size: 100%;
  }
  #second_page .main.voice .voice_inner .txt p {
    height: 100%;
    font-size: 100%;
    line-height: 1.5;
  }
  #second_page .main.voice .voice_inner .txt .more {
    margin: 2% auto 0 auto;
    width: 50%;
    font-size: 3vw;
    padding: 2.5% 0;
  }
  #second_page .main.voice.detail .bg_w {
    padding: 10% 6%;
  }
  #second_page .main.voice.detail .voice_detail figure {
    margin: 2% 0 5% 0;
  }
  #second_page .main.voice.detail .voice_detail h3 {
    margin-bottom: 5%;
  }
  #second_page .works .fix_link {
    padding-top: 100px;
    margin-top: -100px;
  }



  #second_page .works .tt01 span {
    font-size: 100%;
  }
/*  #second_page .works .place_tab h4 {
    font-size: 129%;
  }*/
  #second_page .works .place_tab ul {
    /*padding: 0 6%;*/
  }
  #second_page .works .place_tab ul li {
    width: 48%;
  }
  #second_page .works .place_tab ul li p {
    font-size: 1rem;
  }
  #second_page .works .bg_w {
    padding: 6% 0 1% 0;
  }
  #second_page .works .btns {
    flex-wrap: wrap;
  }
  #second_page .works .btns li {
    margin-bottom: 4%;
    width: 100%;
  }
  #second_page .works .btns li a {
    padding: 3% 0;
  }
  #second_page .works .btns .place {
    position: relative;
    width: auto;
    margin-top: 6%;
    top: unset;
  }
  #second_page .works .btns .place:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  #second_page .works .btns .place a:before {
    width: 8vw;
    height: 8vw;
  }
  #second_page .works .btns .place dl {
    justify-content: space-between;
  }
  #second_page .works .btns .place dl dd {
    width: 45%;
    font-size: 3vw;
    margin-right: 0;
  }
  #second_page .works .btns .active {
    animation: none;
  }
}
@media only screen and (max-width: 480px) {
  #second_page .main .pager div p a,
  #second_page .main .pager .pager_inner p a {
    font-size: 100% !important;
  }
}
@media only screen and (max-width: 414px) {
  #second_page .main.guide .list_img03 dl {
    width: 50%;
  }
  #second_page .works .fix_link {
    padding-top: 10vw;
    margin-top: -10vw;
  }
}
@media only screen and (max-width: 375px) {
  #second_page .main.service .service05 .dis_flex .txt:after {
    height: 9vw;
    background-size: auto 100%;
  }
  #second_page .main .list_img01 dl dt img {
    width: 50px;
  }
  #second_page .unyou .unyou_listbtn li {
    width: 100vw;
    height: 73vw;
  }
  #second_page .unyou .unyou_listbtn li:before {
    background-size: auto 100% !important;
    width: 14vw;
    height: 15vw;
  }
  #second_page .unyou .unyou_listbtn a {
    font-size: 10vw;
  }
  #second_page .unyou .box-tt02 {
    padding-bottom: 21%!important;
  }
}


/* /comparison/ conlist_point9 */
.list_point9--list{
  display:flex;
  justify-content: center;
  -webkit-flex-wrap:wrap;
  -moz-flex-wrap:wrap;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
}
.list_point9--list--item {
    background-color: #f0d0e0;
    border-radius: 1000000000000000000000000px;
    width: 105px;
    height: 105px;
    margin: 1%;
    padding: 1%;
    box-sizing: border-box;
}
.list_point9--list--item p.point {
  display: block;
  font-weight: bold;
  letter-spacing: 5px;
  text-align: center;
  font-size: 1.5rem;
  -webkit-text-fill-color: white;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #ea719c;

  line-height: 1!important;
}
.list_point9--list--item p.txt{
  font-weight: bold;
  word-break: keep-all; 
  font-size: 1rem;    
}
.ex_br{display:block;}
.ex_361{display: none;}
@media only screen and (min-width: 361px) {
  .ex_br{display:none;}
  .ex_361{display: initial;}
  .list_point9--list--item p.point {
    font-size: 2.2rem;
  }
  .list_point9--list--item {
      background-color: #f0d0e0;
      border-radius: 1000000000000000000000000px;
      width: 180px;
      height: 180px;
      margin: 1%;
      box-sizing: border-box;
  }
  .list_point9--list--item p.point {
    line-height: 2!important;
  }

}
@media only screen and (min-width: 969px) {
  .list_point9--list--item{
  background-color: #f0d0e0;
  border-radius: 1000000000000000000000000px;
  width: 200px;
  height: 200px;
  margin: .5rem;

  line-height: inherit;
  }
}



#second_page .works_ttl {
  color: #ea719c;
  font-weight: 300;
  /*font-size: 40px;*/
  margin-bottom: 4%;
  line-height: 1.6;

  text-align: center;
  position: relative;
  margin-bottom: 3%;
}
#second_page .works_ttl:before  {
  content: '';
  width: 100%;
  position: absolute;
  height: 2px;
  left: 0;
  top: 50%;
  background: #ea719c;
}
#second_page .works_ttl span {
    position: relative;
    display: inline-block;
    background-color: #fff;
    padding: 0 10px;
    /*font-size: 40px;*/
}



#second_page .voice_head_outer{
  display: block;
  margin: 50px auto;
}
#second_page p.voice_head {
  font-size: 1.2rem;
  padding-bottom: 0!important;
  font-weight: bold;
  display: inline;
  width: fit-content;
  text-align: center;
  margin: 50px auto;
  line-height: 3rem;
  background: linear-gradient(transparent 60%, #ffeea8 30%);
}
#second_page p.voice_head span.voice_head--point {
  font-size: 1.5rem;
  color: #a04674;
}

  #second_page .voice {
    margin-top: 20px;
    justify-content: center;
}
  #second_page .voice_left{
    width: 40%;
}
  #second_page .voice_right{
    width: 60%;
    text-align: left;
}
  #second_page .voice_left .voice_left--ttl {
    color: #ea719c;
    font-size:1.2rem;/*font-size: 16px;*/
    text-align: center;
    padding-bottom: 1rem;/*padding-bottom: 1%;*/
}
  #second_page .voice_left .voice_left--ttl span{
    display: inline-block;
    padding-left: 25px;
    background: url("../service/images/triangle.png") no-repeat top 55% left ;
    font-weight: bold;
}
  #second_page .voice_left .voice_left--img{
    padding: 0
  }
  #second_page .voice_right .voice_right--ttl {
    display: inline-block;
    margin: 0 auto 3px 20px;
    padding: 10px 20px;
    font-size: 16px;
    background-color: #666666;
    color: #fff;
    font-weight: bold;
}
  #second_page .voice_right .voice_right--box {
    width: 90%;
    margin: 1rem auto;
    padding: 1rem;
    box-sizing: border-box;
    background-color: #f0d0e0;
    border-radius: 6px;
    border: 1px solid #a04674;
    position: relative;
}
  #second_page .voice_right .voice_right--box:before {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    left: -31px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 15px solid #a04674;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
  #second_page .voice_right .voice_right--box:after {
    content: '';
    position: absolute;
    display: inline-block;
    width: 0;
    height: 0;
    left: -30px;
    top: 0;
    bottom: 0;
    margin: auto;
    border-right: 15px solid #f0d0e0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid transparent;
}
  #second_page .voice_right .voice_right--box:nth-of-type(4):before {
    top: 7px!important;
    }
  #second_page .voice_right .voice_right--box:nth-of-type(4):after {
    top: 7px!important;
    }
  #second_page .voice_right .voice_right--txt {
    text-align: left;
    padding: 0;
    line-height: 1.8;
}

@media only screen and (max-width: 960px) {
  #second_page .voice_head p{
    margin-top: 40px;
    text-align: left;
  }
  #second_page .voice {
  margin-top: 15px;
  flex-direction: column;
  }
  #second_page .voice_left{
    width: 100%;
    /*margin-top: 2rem;*/
  }
  #second_page .voice_right{
    width: 100%;
    margin-top: 30px;
  }
  #second_page .voice_left .voice_left--img img{
    /*max-width: 76%!important;*/
}
  #second_page .voice_right .voice_right--ttl {
    margin: 0 auto 3px 0;
    display: block;
    text-align: center;
  }
    #second_page .voice_right .voice_right--box {
    width: 95%;
    margin: 2.6% auto 3% auto;
    padding: 2% 2% 2% 3%;
  }
    #second_page .voice_right .voice_right--box:before {
    /*top: 30px;*/
    border:none;

  }
    #second_page .voice_right .voice_right--box:after {
    /*top: 30px;*/
    border:none;
  }
    #second_page .voice_right .voice_right--box:nth-of-type(4):before {
    top: 11px!important;
  }
  #second_page .voice_right .voice_right--box:nth-of-type(4):after {
    top: 11px!important;
  }
  #second_page .voice_right .voice_right--txt {
    line-height: 1.6;
  }
}


@media only screen and (max-width: 320px){
  #second_page .main.contact .submit p.bnt2{
    width: 100%;
    font-size: 100%;
  }
}
/*■05.FLEX*/
.dis_flex {
  display: flex;
  display: -webkit-flex;
  /* Safari */
  display: -moz-flex;
  /* Firefox */
  display: -ms-flex;
  /* IE */
}

/*justify-content*/
.flex_jus_start {
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  -ms-justify-content: flex-start;
}

.flex_jus_end {
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.flex_jus_center {
  justify-content: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
}

.flex_jus_between {
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
}

.flex_jus_around {
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
}

.flex_jus_ini {
  justify-content: initial;
  -webkit-justify-content: initial;
  -moz-justify-content: initial;
  -ms-justify-content: initial;
}

/*align-items*/
.flex_align_item_start {
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  -ms-align-items: flex-start;
}

.flex_align_item_end {
  align-items: flex-end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  -ms-align-items: flex-end;
}

.flex_align_item_stretch {
  align-items: stretch;
  -webkit-align-items: stretch;
  -moz-align-items: stretch;
  -ms-align-items: stretch;
}

.flex_align_item_baseline {
  align-items: baseline;
  -webkit-align-items: baseline;
  -moz-align-items: baseline;
  -ms-align-items: baseline;
}

.flex_align_item_center {
  align-items: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
}

.flex_align_item_ini {
  align-items: initial;
  -webkit-align-items: initial;
  -moz-align-items: initial;
  -ms-align-items: initial;
}

.flex-container {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
