@charset "utf-8";

/* common */
.swiper-button-prev,
.swiper-button-next,
.slide-box {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.swiper-button-prev:focus,
.swiper-button-next:focus {
  outline: none;
}
.swiper-wrapper li {
  list-style: none;
}
.modal-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0,0,0,.5);
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  z-index: 9990;
}
@supports(-webkit-touch-callout: none){
/* iPhoneの表示のみ指定を上書き */
.modal-overlay {
  min-height: 100%;
  height: -webkit-fill-available;
  }
}
.modal-overlay.is-open {
  display: block;
}
.modal-wrap {
  display: table;
  max-width: 900px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
.modal-cont {
  display: table-cell;
  padding: 25px;
  vertical-align: middle;
}
.modal-box {
  position: relative;
  padding: 20px;
  background: #f0f0f0;
}
.modal-close {
  position: absolute;
  top: -15px;
  right: -15px;
  display: table;
  width: 30px;
  background: #0b478b;
  border-radius: 15px;
}
.modal-close span {
  display: table-cell;
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 88%;
  text-align: center;
  vertical-align: top;
  line-height: 29px;
  letter-spacing: 0;
  user-select: none;
}
@media screen and (min-width: 641px) {
  .modal-cont {
    padding: 30px 25px;
  }
  .modal-box {
    padding: 30px;
  }
  .modal-close {
    top: -25px;
    right: -25px;
    width: 50px;
    border-radius: 25px;
  }
  .modal-close span {
    width: 50px;
    height: 50px;
    padding-left: 1px;
    font-size: 150%;
    line-height: 48px;
  }
}
@media screen and (min-width: 1041px) {
  .modal-cont {
    padding: 30px 0;
  }
}

/* main */
.main {
  background: #fff;
}
.sec-cont {
  padding-top: 50px;
}
.tit01 {
  position: relative;
  padding-bottom: 6px;
  font-size: 100%;
  font-weight: 500;
}
.tit01 em,
.tit01 span {
  display: block;
}
.tit01 em {
  height: 37px;
}
.tit01 em img {
  width: auto;
  height: 100%;
}
.tit01 span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #5b5b5b;
  line-height: 1;
  letter-spacing: .12em;
}
@media screen and (max-width: 640px) {
   .tit01 span {
    font-size: 63%;
  }
}
@media screen and (min-width: 641px) {
  .sec-cont {
    padding-top: 85px;
  }
  .tit01 {
    padding-bottom: 10px;
  }
  .tit01 span {
    font-size: 82%;
  }
}
@media screen and (min-width: 1024px) {
  .tit01 {
    padding-bottom: 1px;
  } 
  .tit01 em {
    height: 92px;
  }
}

/* fv（mv・news） */
.mv {
  position: relative;
  display: block;
}
#mv-img {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#mv-img::before,
#mv-img::after,
#slider01 .swiper-slide span,
#first-slide span::after {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
}
#mv-img::before,
#mv-img::after,
#first-slide span::after {
  content: '';
  background-repeat: no-repeat;
  background-position: center center;
}
#mv-img::before {
  background-image: url(./../img/mv_img01_sp.jpg);
  background-size: cover;
  z-index: 898;
  transform: scale(1.25);
  transition: all 7s;
}
#mv-img::after,
#first-slide span::after {
  background-size: auto 100%;
}
#mv-img::after {
  z-index: 899;
}
#mv-img.show::before {
  transform: scale(1);
}
#mv-img.hide {
  height: 0;
  opacity: 0;
}
#first-slide span::after {
  z-index: 890;
}
#slider01 .swiper-slide {
  overflow: hidden;
  width: 100%;
}
.mv-catch {
  overflow: hidden;
}
.news {
  padding-top: 22px;
}
.news-cont {
  padding: 15px 10px 0;
  background: rgba(255, 255, 255, .6);
  box-shadow: 0 0 30px 10px rgba(255, 255, 255, .6);
}
.news-list {
  border-top: solid 1px #000;
}
.news-blc {
  padding: 5px 0 10px 8px;
  border-bottom: solid 1px #000;
}
.news-item {
  position: relative;
  padding-right: 35px;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.none .news-item {
  cursor: default;
}
.news-arrow {
  position: absolute;
  right: 12px;
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #848484;
  border-right: solid 2px #848484;
  transform: rotate(135deg);
  transition-delay: .24s;
}
.news-open .news-arrow {
  transform: translate(0,50%) rotate(-45deg);
}
.none .news-arrow {
  display: none;
}
.news-date,
.news-tit,
.news-article {
  font-size: 82%;
  line-height: 1.8;
}
.news-date,
.news-cate {
  display: inline-block;
  vertical-align: middle;
}
.news-date,
.news-article {
  font-weight: 300;
}
.news-date {
  width: 6em;
  letter-spacing: .06em;
}
.news-cate {
  width: 5em;
  background: #a4a4a4;
  color: #FFF;
  font-weight: 500;
  text-align: center;
  line-height: 1.8;
  letter-spacing: .02em;
}
.news-tit {
  font-weight: 400;
}
.news-article {
  overflow: hidden;
  max-height: 0;
  padding-right: 35px;
  transition: max-height .5s ease-in-out;
}
.news-open .news-article {
  max-height: 500px;
}
.news-txt {
  margin: 3px 0 1px;
}
.none .news-txt {
  margin: 0;
}
@media screen and (max-width: 640px) {
  .fv {
    background: url(./../img/bg01_sp.png) no-repeat center 76.25vw;
    background-size: 100% auto;
  }
  #slider01 {
    min-height: 76.25vw;
  }
  #mv-img,
  #slider01 .swiper-slide {
    height: 76.25vw;
  }
  .news-item dl {
    margin-bottom: 3px;
  }
  .news-cate {
    font-size: 63%;
  }
}
@media screen and (min-width: 641px) {
  #slider01 {
    min-height: 43.149vw;
  }
  #mv-img,
  #slider01 .swiper-container,
  #slider01 .swiper-slide,
  #slider01 .swiper-slide span {
    height: 43.149vw;
  }
  #slider01 .swiper-slide span {
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
  #slider01 .swiper-slide span img {
    opacity: 0;
  }
  #mv-img::before {
    background-image: url(./../img/mv_img01_pc.jpg);
  }
  #mv-img::after,
  #first-slide span::after {
    background-image: url(./../img/mv_catch01_pc.png);
  }
  .mv-catch {
    height: 0;
  }
  .news {
    padding-top: 42px;
    padding-bottom: 40px;
  }
  .news-blc {
    padding: 12px 0 14px 14px;
  }
  .news-item {
    padding-right: 54px;
  }
  .news-arrow {
    right: 20px;
    width: 13px;
    height: 13px;
  }
   .news-item dl {
    float: left;
    width: 185px;
  }
  .news-date {
    width: 88px;
  }
  .news-cate {
    width: 5.4em;
    padding: 1px 0 2px;
    font-size: 75%;
    letter-spacing: .1em;
  }
  .news-tit {
    overflow: hidden;
    padding-top: 2px;
  }
  .news-article {
    padding: 0 54px 0 186px;
  }
  .news-txt {
    margin-top: 6px;
  }
}
@media screen and (min-width: 1081px) {
  #slider01 {
    min-height: 466px;
  }
  #mv-img,
  #slider01 .swiper-container,
  #slider01 .swiper-slide,
  #slider01 .swiper-slide span {
    height: 466px;
  }
}
@media screen and (max-width: 1023px) {
  .news-wrap .tit01 {
    margin: 0 25px;
  }
  .news-list {
    margin: 8px 15px 0;
  }
}
@media screen and (min-width: 1024px) {
  .news-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .news .tit01 {
    float: left;
    width: 26%;
  }
  .news-cont {
    float: right;
    width: 74%;
    padding: 5px 0 0;
  }
}
@media screen and (min-width: 1041px) {
  .news-wrap {
    padding: 0;
  }
}

/* message */
.message {
  padding-bottom: 50px;
}
.message-tit {
  font-weight: 500;
  letter-spacing: .12em;
}
.message-note {
  letter-spacing: .08em;
}
@media screen and (max-width: 640px) {
  .message-cont {
    position: relative;
  }
  .message-photo {
    position: absolute;
    top: 66px;
    left: 0;
    width: 100%;
    text-align: center;
  }
  .message-photo img {
    max-width: 314px;
  }
  .message-txt-area {
    padding-top: 104.4vw;
  }
  .message-tit {
    margin: 8px 0 10px;
    padding-bottom: 8px;
    border-bottom: solid 1px #000;
    font-size: 88%;
    line-height: 1.572;
  }
  .message-note {
    font-size: 82%;
    line-height: 1.7;
  }
}
@media screen and (min-width: 365px) and (max-width: 640px) { 
  .message-txt-area {
    padding-top: 380px;
  }
}
@media screen and (min-width: 641px) {
  .message {
    padding-bottom: 95px;
  }
  .message-photo {
    float: left;
    width: 30%;
    margin-right: 28px;
  }
  .message-blc {
    overflow: hidden;
  }
  .message-tit {
    margin: 24px 0 14px;
    font-size: 119%;
    line-height: 1.842;
  }
  .message-note {
    font-size: 88%;
    line-height: 2.143;
  }
}
@media screen and (min-width: 1024px) {
  .message-photo {
    width: 314px;
  }
}

/* business */
.business {
  overflow: hidden;
  padding-bottom: 65px;
  background-image: url(./../img/bg02_sp.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
.business-cont .business-blc {
  margin-top: 50px;
}
.business-cont .business-blc:first-child {
  margin-top: 0;
}
.business-blc {
  position: relative;
  overflow: hidden;
}
.business-txt-box {
  position: relative;
  padding: 24px 14px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 2px 3px 2px 1px rgba(0,0,0,.1);
  z-index: 10;
}
.business-tit {
  position: relative;
  padding-bottom: 14px;
  margin: 4px 0 20px;
  font-size: 100%;
  font-weight: 500;
}
.business-tit em {
  display: block;
  height: 22px;
  line-height: 1;
}
.business-tit em img {
  width: auto;
  height: 100%;
}
.business-tit span {
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  color: #5b5b5b;
  line-height: 1;
  letter-spacing: .12em;
}
.business-txt-box ul li {
  margin-top: 8px;
  line-height: 1.384;
}
.business-txt-box ul li:first-child {
  margin-top: 0;
}
.business-figure-area {
  position: relative;
  background: #f8f8f8;
  text-align: center;
  z-index: 9;
}
.blc01 .business-figure-area img {
  max-width: 714px;
}
.blc02 .business-figure-area img {
  max-width: 559px;
}
.blc03 .business-figure-area img {
  max-width: 730px;
}
@media screen and (max-width: 860px) {
  .blc03 .business-txt-box p {
    text-align: left !important;
  }
}
@media screen and (min-width: 641px) {
  .business-tit {
    padding-bottom: 16px;
  }
  .business-tit span {
    font-size: 69%;
  }
  .business-txt-box ul li {
    margin-top: 13px;
  }
}
@media screen and (max-width: 1023px) {
  .fgr {
    display: none;
  }
  .business-cont {
    margin-top: 35px;
    padding: 0 10px;
  }
  .business-blc::before {
    position: absolute;
    top: 55px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 1;
  }
  .business-txt-area {
    padding-bottom: 25px;
  }
  .business-txt-box {
    margin: 0 15px;
    font-size: 82%;
    text-align: center;
    line-height: 1.83;
    letter-spacing: .02em;
  }
  .business-tit span {
    font-size: 63%;
  }
  .business-figure-area {
    padding: 0 15px 26px;
  }
  .blc02 .business-tit {
    text-align: center;
  }
  .field-figure {
    margin: -3vw 0 -5vw;
  }
}
@media screen and (min-width: 1024px) {
  .business {
    position: relative;
    padding-bottom: 100px;
    background-image: url(./../img/bg02_pc.png);
  }
  .fgr li {
    position: absolute;
    z-index: 1;
  }
  .fgr li:nth-child(odd) {
    -webkit-animation: horizontal1 1s ease-in-out infinite alternate;
  }
  .fgr li:nth-child(even) {
    -webkit-animation: horizontal2 1s ease-in-out infinite alternate;
  }
  .fgr li img {
    -webkit-animation: vertical 1s ease-in-out infinite alternate;
  }
  .fgr li:nth-child(1) {
    top: 0;
    left: 9.8%;
    width: 25.6%;
  }
  .fgr li:nth-child(1) img {
    -webkit-animation-duration: 1.1s;
  }
  .fgr li:nth-child(2) {
    top: 1.18%;
    left: 53.73%;
    width: 39.9%;
  }
  .fgr li:nth-child(2) img {
    -webkit-animation-duration: 1.3s;
  }
  .fgr li:nth-child(3) {
    top: 22.53%;
    left: 0;
    width: 47.9%;
  }
  .fgr li:nth-child(3) img {
    -webkit-animation-duration: 1.5s;
  }
  .fgr li:nth-child(4) {
    top: 47.75%;
    right: 0;
    width: 41.75%;
      }
  .fgr li:nth-child(4) img {
    -webkit-animation-duration: 1.7s;
  }
  .fgr li:nth-child(5) {
    top: 59.23%;
    left: 0;
    width: 10.55%;
      }
  .fgr li:nth-child(5) img {
    -webkit-animation-duration: 1.9s;
  }
  .fgr li:nth-child(6) {
    left: 14.43%;
    bottom: -1%;
    width: 68.45%;
  }
  .fgr li:nth-child(6) img {
    -webkit-animation-duration: 2.1s;
  }
  @-webkit-keyframes horizontal1 {
    0% { -webkit-transform:translateX( -10px); }
    100% { -webkit-transform:translateX(  0px); }
  }
  @-webkit-keyframes horizontal2 {
    0% { -webkit-transform:translateX(  10px); }
    100% { -webkit-transform:translateX(  0px); }
  }
  @-webkit-keyframes vertical {
    0% { -webkit-transform:translateY(-10px); }
    100% { -webkit-transform:translateY(  0px); }
  }
  .business .wrap-l {
    position: relative;
    z-index: 2;
  }
  .business-cont {
    margin-top: 54px;
  }
  .business-cont .business-blc {
    margin-top: 70px;
  }
  .business-blc {
    overflow: visible;
  }
  .business-txt-box {
    padding: 40px 4.17%;
    box-shadow: 4px 5px 6px 2px rgba(0,0,0,.1);
    font-size: 88%;
    line-height: 2.143;
    letter-spacing: .04em;
  }
  .business-tit {
    margin: 6px 0 30px;
    padding-bottom: 20px;
  }
  .business-tit em {
    height: 33px;
  }
  .blc01 .business-txt-box {
    position: absolute;
    top: 37.83%;
    left: 3.92%;
    width: 31.25%;
  }
  .blc01 .business-figure-area {
    width: 67.917%;
    margin: 0 0 0 auto;
    padding: 60px 50px;
  }
  .blc02 {
    padding-bottom: 30px;
  }
  .blc02 .business-txt-box {
    position: absolute;
    right: 3.92%;
    bottom: 0;
    width: 46.167%;
    padding-bottom: 60px;
  }
  .blc02 .business-figure-area {
    width: 55.667%;
    margin: 0 auto 0 0;
    padding: 22px 60px 20px 30px;
    ;
  }
  .blc03 {
    position: relative;
    overflow: hidden;
    max-width: 1108px;
    margin-left: auto;
    margin-right: auto;
  }
  .blc03::before {
    position: absolute;
    top: 88px;
    left: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    z-index: 1;
  }
  .blc03 .business-txt-area {
    padding-bottom: 45px;
  }
  .blc03 .business-txt-box {
    margin: 0 50px;
  }
  .blc03 .business-figure-area {
    padding: 0 50px 60px;
  }
}

/* result */
.result {
  padding-bottom: 60px;
}
.result-wrap {
  margin-top: 20px;
}
.result-img-area {
  max-width: 413px;
  margin: 0 auto;
  line-height: 0;
}
.result-txt-area {
  position: relative;
}
.com {
  position: absolute;
  right: 0;
}
.result-tit01 {
  margin-bottom: 8px;
  padding-bottom: 7px;
  border-bottom: solid 1px #000;
  font-size: 88%;
  font-weight: 500;
  line-height: 1.43;
}
.result-tit02 {
  margin: 12px 0 3px;
  font-size: 69%;
  font-weight: 500;
}
.result-tit02 em {
  display: inline-block;
  padding: 0 5px;
  border: solid 1px #004190;
  color: #004190;
  line-height: 1.636em;
  letter-spacing: .06em;
}
.result-tit03 {
  margin-bottom: 3px;
  font-size: 82%;
  font-weight: 400;
  line-height: 1.539;
}
.result-tit03 em {
  display: inline-block;
}
.result-note {
  font-size: 82%;
  line-height: 1.539;
}
.split-l,
.split-r {
  display: block;
}
.result-note dt,
.split-l {
  float: left;
}
.result-note dt::after {
  content: '：';
}
.result-note dd,
.split-r {
  overflow: hidden;
}
.split-r {
  padding-left: 1em;
  text-indent: -1em;
}
ul.result-note {
  padding-left: 1em;
}
.result-note ul {
  padding-left: 1.5em;
}
.result-note li:before {
  content: '・';
	display: inline-block;
	width: 1em;
	margin-left: -1em;
}
.slide-box {
  position: relative;
  padding: 20px 20px 44px;
  background: #f0f0f0;
  border-radius: 15px;
}
.slide-box .pickup-last::after {
  content: '…';
}
.slide-box .btn-area {
  position: absolute;
  z-index: 100;
}
.more {
  padding: .35em 1.8em .35em .3em;
  background: url(./../img/more.svg) no-repeat right bottom;
  background-size: contain;
  color: #004190;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .06em;
}
.modal-box .slide-only {
  display: none;
}
.modal-box .result-img-area {
  position: relative;
}
.modal-box .result-txt-area {
  margin: 8px 0 10px;
}
@media screen and (max-width: 330px) {
  .result-note {
    letter-spacing: -.02em;
  }
  dl.result-note {
    margin-right: -.5em;
  }
}
@media screen and (max-width: 640px) {
  .result-tit03 {
    padding-bottom: 3px;
    border-bottom: solid 1px #000;
  }
  .more {
    font-size: 69%;
  }
  .modal-box .result-img-area {
    padding-bottom: 43px;
  }
  .result-img-area .swiper-button-prev,
  .result-img-area .swiper-button-next {
    display: block;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
  .result-img-area .swiper-button-prev {
    left: 0;
  }
  .result-img-area .swiper-button-next {
    right: 0;
  }
  .result-img-area .swiper-button-prev::after,
  .result-img-area .swiper-button-next::after {
    overflow: hidden;
    display: block;
    width: 34px;
    height: 0;
    padding: 34px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 32px 32px;
  }
  .result-img-area .swiper-button-prev::after {
    background-image: url(./../img/prev.png);
  }
  .result-img-area .swiper-button-next::after {
    background-image: url(./../img/next.png);
  }
  .slide-box .com {
    top: -4px;
  }
  .slide-box .result-txt-area {
    min-height: 201px;
  }
  .modal-box .com {
    top: -11px;
  }
}
@media screen and (min-width: 641px) {
  .result {
    padding-bottom: 90px;
  }
  .result-wrap {
    margin-top: 35px;
  }
  .result-tit01 {
    margin-bottom: 10px;
    padding-bottom: 8px;
    font-size: 125%;
    line-height: 1.7;
  }
  .result-tit02,
  .result-tit03,
  .result-note {
    font-size: 88%;
  }
  .result-tit02 {
    margin: 12px 0 5px;
  }
  .result-tit02 em {
    padding: 0 7px 1px;
    line-height: 1.464em;
  }
  .result-tit02.mt0 em {
    padding-bottom: 0;
  }
  .result-tit03 {
    margin-top: 7px;
  }
  .result-tit03 em {
    border-bottom: solid 1px #000;
  }
  .result-note {
    line-height: 1.906;
  }
  .more {
    padding: .38em 2.3em .38em .5em;
    font-size: 82%;
  }
  .slide-box:hover .more {
    opacity: .7;
  }
  .result-img-area .swiper-button-prev,
  .result-img-area .swiper-button-next {
    top: 0;
    display: block;
    width: auto;
    height: 271px;
    margin: 0;
  }
  .result-img-area .swiper-button-prev {
    left: -80px;
  }
  .result-img-area .swiper-button-next {
    right: -80px;
  }
  .result-img-area .swiper-button-prev::after,
  .result-img-area .swiper-button-next::after {
    display: block;
    width: 80px;
    height: 100%;
    color: #5b5b5b;
    font-size: 28px;
    text-align: center;
    line-height: 271px;
    -webkit-text-stroke: 1px #5b5b5b;
  }
  .modal-box .result-txt-area {
    max-width: 760px;
    margin: 15px auto 30px;
  }
  .modal-box .com {
    top: -298px;
    right: 0;
  }
}
@media screen and (min-width: 641px) and (max-width: 1023px) {
  .slide-box .com {
    top: 2px;
  }
  .slide-box .result-txt-area {
    min-height: 276px;
  }
}
@media screen and (max-width: 1023px) {
  #slider02 {
    padding-bottom: 45px;
  }
  #slider02 .swiper-button-prev,
  #slider02 .swiper-button-next {
    display: block;
    top: auto;
    bottom: 0;
    width: 34px;
    height: 34px;
  }
  #slider02 .swiper-button-prev {
    left: 0;
  }
  #slider02 .swiper-button-next {
    right: 0;
  }
  #slider02 .swiper-button-prev::after,
  #slider02 .swiper-button-next::after {
    overflow: hidden;
    display: block;
    height: 0;
    padding: 34px 0 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 34px 34px;
  }
  #slider02 .swiper-button-prev::after {
    background-image: url(./../img/prev.png);
  }
  #slider02 .swiper-button-next::after {
    background-image: url(./../img/next.png);
  }
  .result-wrap {
    max-width: 503px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 25px;
  }
  .result-tit01 {
    padding-right: 47px;
  }
  .slide-box .result-img-area {
    margin-bottom: 8px;
  }
  .slide-box .btn-area {
    right: 20px;
    bottom: 20px;
  }
  .slide-box .result-tit02 {
    margin-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  #slider02 .swiper-wrapper {
    width: 100%;
    margin: 0 auto;
  }
  #slider02 .swiper-wrapper .swiper-slide {
    width: 900px !important;
    margin: 0 auto 10px;
    z-index: 10;
  }
  #slider02 .swiper-button-prev,
  #slider02 .swiper-button-next {
    top: 0;
    display: block;
    width: auto;
    height: 321px;
    margin: 0;
  }
  #slider02 .swiper-button-prev {
    left: 0 !important;
  }
  #slider02 .swiper-button-next {
    right: 0 !important;
  }
  #slider02 .swiper-button-prev::after,
  #slider02 .swiper-button-next::after {
    display: block;
    width: 80px;
    height: 100%;
    color: #5b5b5b;
    font-size: 28px;
    text-align: center;
    line-height: 321px;
    -webkit-text-stroke: 1px #5b5b5b;
  }
  .slide-box {
    display: table;
    width: 100%;
    padding: 0;
    box-shadow: 4px 5px 6px 2px rgba(0,0,0,.1);
  } 
  .slide-box .result-img-area,
  .slide-box .result-txt-area {
    display: table-cell;
  }
  .slide-box .result-img-area {
    width: 413px;
    padding: 25px 30px 25px 25px;
    vertical-align: middle;
  }
  .slide-box .result-txt-area {
    padding: 23px 30px 0 0;
    vertical-align: top;
  }
  .slide-box .result-tit01 {
    padding-right: 65px;
  }
  .slide-box .result-txt-area .result-note {
    padding-right: 70px;
  }
  .slide-box .btn-area {
    right: 32px;
    bottom: 26px;
  }
  .slide-box .slide-pc-br {
    display: block;
  }
  .slide-box .result-tit02 {
    margin-top: 7px;
  }
  .slide-box .com {
    top: 22px;
    right: 30px;
  }
}

/* about */
.about {
  padding-bottom: 60px;
  background: #f0f0f0;
}
.about-tbl {
  width: 100%;
  margin-top: 30px;
  border-bottom: solid 1px #000;
  border-collapse: collapse;
}
.about-tbl th,
.about-tbl td {
  border-top: solid 1px #000;
}
.about-tbl th {
  color: #5b5b5b;
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
.about-tbl td {
  font-weight: 500;
}
@media screen and (max-width: 640px) {
  .r-point::before {
    content: '、';
  }
  .about-tbl th {
    width: 4.8em;
    padding: 21px 0 23px;
    font-size: 75%;
    line-height: 1.2;
    letter-spacing: .1em;
  }
  .about-tbl td {
    padding: 18px 0 20px;
    font-size: 82%;
    line-height: 1.54;
  }
  .tbl-com {
    display: inline-block;
    margin-right: -2em;
    letter-spacing: -.03em;
  }
  .tbl-com span {
    display: inline-block;
    margin-left: -.45em;
  }
  .about-tbl .colon {
    margin: 0 -.25em 0 -.3em;
  }
}
@media screen and (min-width: 641px) {
  .about {
    padding-bottom: 110px;
  }
  .r-point {
    display: block;
  }
  .about-tbl {
    margin-top: 36px;
  }
  .about-tbl th {
    width: 148px;
    padding: 32px 0 34px 22px;
    font-size: 88%;
    line-height: 1;
    letter-spacing: .2em;
  }
  .about-tbl td {
    padding: 28px 0 30px;
    font-size: 94%;
    line-height: 1.5;
    letter-spacing: .04em;
  }
}

/* access */
.access-info {
  margin: 15px 0;
  line-height: 1.35;
}
.access-info dt {
  margin: 0 -.5em 4px 0;
  font-weight: 500;
}
.access-info dd {
  letter-spacing: .14em;
}
.gmap {
	position: relative;
	padding-top: 75.627vw;
}
.gmap iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 640px) {
  .access-info {
    font-size: 82%;
  }
  .access-info .fax {
    display: block;
  }
}
@media screen and (min-width: 641px) {
  .access-info {
    margin: 28px 0 30px;
    line-height: 1.7;
  }
  .access-info dt {
    font-size: 113%;
    letter-spacing: .14em;
  }
  .access-info dd {
    font-size: 94%;
  }
  .access-info .fax {
    margin-left: -.11em;
  }
  .access-info .fax::before {
    content: '／';
    display: inline-block;
    padding-right: .9em;
    transform: scale(.6, 1);
  }
  .gmap {
    padding-top: 550px;
  }
}