@charset "utf-8";
/*****************************************
  style.css
  インタビュー用スタイルシート
******************************************/
body {
  background-color: #fff !important;
}

/**{*/
  /*margin:0;*/
  /*padding:0;*/
  /*!*\*!*/
  /**zoom: 1;*/
  /*!**!*/
/*}*/
@media screen and (max-width: 959px) {
  img.onlySP {
    width: 100%;
    height: auto;
  }
}

#footer .content {
  background-color: #ccfbf7;
  border-top: 12px solid #008b8b;
}
#headContent .free {
  background-color: #fff;
}
@media screen and (max-width: 959px) {
#footer .content {
  background-color: #ccfbf7;
  border-top: 6px solid #008b8b;
}
}
/*******************************
 フッター
*******************************/

/* フッタ関連の高さ指定 */
#footer .content .free
{
  height:80px;/* ★1 自由フッタの高さ */
}
#footer .content .regular
{
  height:100px; /* ★2 固定フッタの高さ */
}
#footer {
  /*height: 180px;  !* footerの高さ（ ★1＋★2 ）分指定する *!*/
}
#main .space
{
  padding-bottom:28px; /* footerの高さ（★1＋★2）分指定する */
}
@media screen and (max-width: 959px) {
  #main .space
  {
    padding-bottom: 14px;
  }
}
/* 固定フッタ */
#footer .content .regular
{
  background-color:#d50000; /* 背景 */
  color: #ffffff; /* 文字色 */
}
#bottomContent {
  background-color: #fff;
  padding: 0;
}

/*******************************
 自由ヘッダー
*******************************/
#header { border-bottom: 8px solid #008b8b;}
.header_heading { padding-top: 32px;}
@media screen and (max-width: 959px) {
#header { border-bottom: 4px solid #008b8b;}
.header_heading { padding-top: 10px;}
}
#header .content .free {
}

#header .content .free .header_wrap {
}
#header .content .free .header_wrap .info {
  display: block;
}
#header .content .free .header_wrap .info a {
  color: #05ac81;
}

/*******************************
 自由フッター
*******************************/
#footer .content .free {
}




/*******************************

*******************************/
section  + section {
  margin-top: 38px;
}

section .sec-inner {
  margin: 0 auto;
  max-width: 1000px;
  overflow: hidden;
  padding: 0 20px;
}
@media screen and (max-width: 959px) {
  section  + section {
    margin-top: 14px;
  }
  section .sec-inner {
    padding: 0 13px;
  }
}
/*******************************
タイトル
*******************************/

.ttl-01 {
  position: relative;
  display: inline-block;
  min-height: 67px;
  padding-top: 15px;
  font-family: heisei-maru-gothic-std, sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #00736d;
}
.ttl-01::before {
  content: '';
  position: absolute;
  width: 77px;
  height: 67px;
  top: 50%;
  left: -99px;
  margin-top: -31px;
  background: url(/lp/very/images/ico_ttl_square_01.png) center center /contain no-repeat;
}
.ttl-01::after {
  content: '';
  position: absolute;
  width: 77px;
  height: 67px;
  top: 50%;
  right: -99px;
  margin-top: -31px;
  background: url(/lp/very/images/ico_ttl_square_02.png) center center /contain no-repeat;
}
@media screen and (max-width: 959px) {
  .ttl-01 {
    color: #00736d;
    display: inline-block;
    font-size: 21px;
    min-height: auto;
    padding: 15px 56px 0;
  }
  .ttl-01::before {
    content: '';
    width: 38px;
    height: 34px;
    top: 50%;
    left: 0;
    margin-top: -5px;
  }
  .ttl-01::after {
    content: '';
    position: absolute;
    width: 38px;
    height: 34px;
    top: 50%;
    right: 0;
    margin-top: -5px;
  }
  .ttl-01 span {
  display: block;
  }
}

.ttl-02 {
  overflow: hidden;
  position: relative;
  font-size: 20px;
  color: #e32db2;
  text-align: left;
}

.ttl-02::before {
  content: '';
  float: left;
  position: absolute;
  top: 9px;
  left: 0;
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #fe96a0;
  border: 1px solid #ffd2d6;
}
.ttl-02 span {
  float: left;
  display: inline-block;
  padding-left: 30px;
}

/*******************************
sec-main
*******************************/
.sec-main .img {
  max-width: 1000px;
  margin: 20px auto 0;
  width: 100%;
}
.sec-main .img img {
  width: 100%;
}
@media screen and (max-width: 959px) {
  .sec-main .img {
    margin-top: 12px;
  }
}
.sec-main .txt {
  font-size: 18px;
  margin-top: 20px;
  padding: 0 25px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .sec-main .txt {
    font-size: 12px;
    margin-top: 12px;
    padding: 0;
  }

}
/*******************************
sec-main
*******************************/
.sec-shop {}
.wrap-list-shop {
  margin: 0 -14px;
}
.list-shop {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 0 0;
}
.list-shop li {
  position: relative;
  width: 33.33%;
}
  .list-shop li::before {
    content: '';
    position: absolute;
    width: 68px;
    height: 68px;
    top: 0;
    left: -21px;
    margin-top: -34px;
    background: url(/lp/very/images/ico_shop_01_pc.png) center center /contain no-repeat;
  }
.list-shop .item {
  background-color: #fff;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  border-radius: 16px;
  border: 2px solid #36c8bc;
  margin: 0 23px;
  position: relative;
  padding: 0 18px 18px 18px;
  width: auto;
}
.list-shop li.box-blank-sp {
  display: none;
}
@media screen and (max-width: 959px) {
.wrap-list-shop {
  margin: 0 -15px;
}
.list-shop {
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 60px 15px 0;
}
  .list-shop li {
    margin: 0;
  }
  .list-shop .item {
    padding: 15px;
    background-color: #fff;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
    border: 2px solid #36c8bc;
    position: relative;
    padding: 0 14px 18px;
    margin: 0 10px;
    width: auto;
  }
  .list-shop li.box-blank-sp {
    display: flex;
    align-items: center;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: none;
    background-color: inherit;
  }
}
.list-shop li::before {
  content: '';
  position: absolute;
  width: 68px;
  height: 68px;
  top: 7px;
  left: 7px;
  margin-top: -34px;
  background: url(/lp/very/images/ico_shop_01_pc.png) center center /contain no-repeat;
  z-index: 2;
}
@media screen and (max-width: 959px) {
  .list-shop li::before {
    content: '';
    position: absolute;
    width: 38px;
    height: 38px;
    top: 6px;
    left: 6px;
    margin-top: -17px;
  }
  .list-shop li.box-blank-sp::before {
    content: '';
    display: none;
  }
  .list-shop li.box-blank-sp img {
    vertical-align: middle;
  }
}
.list-shop li img {
  display: block;
  width: 100%;
  margin: 0 auto;
}
.list-shop li .name {
  font-size: 28px;
  color: #987654;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .list-shop {
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 60px 5px 0;
    overflow: visible;
  }
  .list-shop li {
    width: 50%;
    padding: 0 0 10px;
  }
  .list-shop li:nth-child(3) {
    margin-top: 33px;
  }
  .list-shop li:nth-child(4) {
    margin-top: 33px;
  }
  .list-shop li .name {
    font-size: 15px;
  }
}

/*共通ボタン*/
.link-mod-01 {
  position: relative;
  display: block;
  max-width: 640px;
  color: #fff !important;
  margin: 15px auto 0;
  padding: 8px 15px;
  background-color: #f29aaa;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 20px;
}
.link-mod-01.type-01 {
  font-size: 24px;
  padding: 10px 15px;
}
.link-mod-01::after {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  top: 50%;
  right: 20px;
  margin-top: -9px;
  background: url(/lp/very/images/ico_arrow_01.png) center center /contain no-repeat;
}
.link-mod-01:hover {
  opacity: .7;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  .link-mod-01 {
    margin: 8px auto 0;
    padding: 8px 15px 8px 2px;
    font-size: 14px;
  }
  .link-mod-01.type-01 {
    font-size: 20px;
    padding: 10px 15px;
  }
  .link-mod-01::after {
    width: 10px;
    height: 10px;
    top: 50%;
    right: 10px;
    margin-top: -5px;
  }
}
/*******************************
sec-mate
*******************************/
.sec-mate .box {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background-color: #fef0dd;
  margin: 0 auto;
  max-width: 960px;
}
.sec-mate .box .img {
  padding: 20px 0  20px 16px;
}
.sec-mate .box .detail {
  padding: 20px 16px;
}
.sec-mate .box .detail .ttl {
  position: relative;
  font-size: 28px;
  color: #e32db2;
}
@media screen and (max-width: 959px) {
  .sec-mate .box {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sec-mate .box .detail{
    order: 1;
    -webkit-order: 1;
  }
  .sec-mate .box .img {
    order: 2;
    -webkit-order: 2;
    width: 100%;
    padding: 0 32px 18px;
  }
  .sec-mate .box .detail .ttl {
    font-size: 18px;
  }
}
.sec-mate .box .detail .ttl::before {
  content: '';
  position: absolute;
  width: 50px;
  height: 22px;
  top: 50%;
  left: 50px;
  margin-top: -11px;
  background: url(/lp/very/images/ico_ttl_square_03_pc.png) center center /contain no-repeat;
}
.sec-mate .box .detail .ttl::after {
  content: '';
  position: absolute;
  width: 50px;
  height: 22px;
  top: 50%;
  right: 50px;
  margin-top: -11px;
  background: url(/lp/very/images/ico_ttl_square_04_pc.png) center center /contain no-repeat;
}

.sec-mate .box .detail .ttl span {
  display: block;
}
.sec-mate .box .detail .txt {
  border: 2px solid #f52e9e;
  background-color: #fff9f1;
  margin-top: 30px;
  padding: 20px 21px;
  font-size: 20px;
  text-align: left;
}
@media screen and (max-width: 959px) {
  .sec-mate .box .detail .ttl::before {
    width: 25px;
    height: 11px;
    left: 0;
    margin-top: -5px;
  }
  .sec-mate .box .detail .ttl::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 11px;
    right: 0;
    margin-top: -5px;
  }
  .sec-mate .box .detail .txt {
    margin-top: 15px;
    padding: 8px 15px;
    font-size: 14px;
    text-align: left;
  }
}

/*******************************
sec-interview
*******************************/
.sec-interview {}
.sec-interview .box-01 {
  position: relative;
  margin-top: 60px;
  padding-top: 33px;
}
.sec-interview .box-01.img {}
.sec-interview .box-01 .txt-01 {
  position: absolute;
  top: 0;
  right: 29px;
  width: 614px;
  padding: 37px;
  border: 2px solid #36c8bc;
  opacity: .8;
  font-size: 28px;
  color: #019767;
  background-color: #fff;
}


.sec-interview .box-01 .txt-01 span {
  display: block;
  font-weight: bold;
}
.sec-interview .box-01 .txt-02 {
  position: absolute;
  top: 58%;
  right: 0;
  width: 614px;
  padding: 37px;
  font-size: 18px;
  color: #7d7d7d;
}
.sec-interview .box-01 .txt-02 span {
  display: block;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  .sec-interview .box-01 {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    padding-top: 0;
  }
  .sec-interview .box-01 .txt-01 {
    order: 1;
    -webkit-order: 1;
    position: static;
    width: 100%;
    font-size: 14px;
    margin: 0 20px 20px;
    padding: 18px;
  }
  .sec-interview .box-01 img {
    order: 2;
    -webkit-order: 2;
    width: 50%;
    height: 50%;
  }
  .sec-interview .box-01 .txt-02 {
    order: 3;
    -webkit-order: 3;
    width: 50%;
    font-size: 14px;
    padding: 26px 9px;
  }
}
.sec-interview .box-02 {
  margin-top: 34px;
  padding: 0 27px;
}
.sec-interview .box-02 .txt {
  font-size: 14px;
  margin-top: 24px;
  text-align: left;
}
.sec-interview .box-02 .txt + .ttl-02 {
  margin-top: 34px;
}
.sec-interview .box-02 .area-2col {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  margin: 34px 0 68px;
}
.sec-interview .box-02 .area-2col .img {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  .sec-interview .box-02 {
    margin-top: 16px;
    padding: 0;
  }
  .sec-interview .box-02 .txt {
    margin-top: 16px;
  }
  .sec-interview .box-02 .txt + .ttl-02 {
    margin-top: 16px;
  }
  .sec-interview .box-02 .area-2col {
    display: block;
    margin: 16px 0 28px;
  }
  .sec-interview .box-02 .area-2col .img {
    margin: 20px 0 0 0;
  }
    .sec-interview .box-02 .area-2col .img img {
      padding: 0 35px;
    }
}
/*******************************
sec-bnr
*******************************/
.sec-bnr {
  margin: 142px 0 80px;
}
@media screen and (max-width: 959px) {
  .sec-bnr {
    margin-top: 40px;
  }
}
.sec-bnr a:hover {
  display: block;
}
.sec-bnr a:hover {
  opacity: .7;
}
.sec-bnr img {
  width: 100%;
}