@charset "UTF-8";
.btnContactArea .btnContact {
  background-color: #FDF452;
  color: #000000;
  display: block;
  text-align: center;
  font-weight: bold;
}
.btnContactArea .heatContact {
  background-color: #F06559;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: bold;
}
.btnContactArea .gaContact {
  background-color: #5CBE92;
  color: #ffffff;
  display: block;
  text-align: center;
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secAbout .secAboutIn .presentBox {
    margin-top: 0;
  }
  .secAbout .presentBox {
    margin-top: -40px;
  }
  .btnContactArea {
    margin: 20px 0 50px 0;
  }
  .btnContactArea .btnContact {
    border-radius: 23px;
    padding: 5px 0;
    font-size: min(5.33vw, 20px);
  }
  .btnContactArea .gaContact {
    border-radius: 10px;
    padding: 5px 0;
    font-size: min(5.33vw, 20px);
    border-bottom: solid 3px #0C8341;
  }
  .btnContactArea .heatContact {
    border-radius: 10px;
    padding: 5px 0;
    font-size: min(5.33vw, 20px);
    border-bottom: solid 3px #E22313;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout .secAboutIn .btnContactArea {
    margin: 50px 0 120px 0;
  }
  .secAbout .btnContactArea :last-child {
    margin: 50px 0 120px;
  }
  .btnContactArea .btnContact {
    border-radius: 50px;
    padding: 5px 0;
    font-size: 44px;
  }
  .btnContactArea .gaContact {
    border-radius: 15px;
    padding: 5px 0;
    font-size: 44px;
    border-bottom: solid 6px #0C8341;
  }
  .btnContactArea .heatContact {
    border-radius: 15px;
    padding: 5px 0;
    font-size: 44px;
    border-bottom: solid 6px #E22313;
  }
}
.secmovie {
  position: relative;
  width: 100vw;
}
.secmovie .scrollUI {
  position: absolute;
}
.secmovie .scrollUI .uiIn {
  display: flex;
  align-items: center;
  transform: rotate(90deg);
}
.secmovie .scrollUI .uiIn .scrollText {
  color: #ffffff;
  font-size: 12px;
  padding-right: 15px;
}
.secmovie .scrollUI .uiIn .scrollLine {
  position: relative;
  height: 1px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 4%, rgb(255, 255, 255) 4%, rgb(255, 255, 255) 100%);
  padding-left: 3px;
}
.secmovie .scrollUI .uiIn .scrollLine::before {
  content: "";
  display: block;
  position: absolute;
  opacity: 0;
  width: 10.2px;
  height: 10.2px;
  background: #ffffff;
  border-radius: 50%;
  top: -5px;
  animation: scrollBarAnim 3s infinite ease;
  animation-delay: 0.5s;
}

@media only screen and (max-width: 767px) {
  .secmovie {
    margin-top: 75px;
  }
  .secmovie .scrollUI {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .secmovie {
    margin-top: 80px;
  }
  .secmovie .scrollUI {
    left: -5vw;
    top: 50vw;
  }
  .secmovie .scrollUI .uiIn .scrollLine {
    width: 200px;
  }
}
/*iPad対応*/
@media screen and (device-width: 768px) and (device-height: 1024px) {
  .secmovie {
    width: 100%;
  }
}
@media screen and (device-width: 820px) and (device-height: 1180px) {
  .secmovie {
    width: 100%;
  }
}
@media screen and (device-width: 912px) and (device-height: 1368px) {
  .secmovie {
    width: 100%;
  }
}
@media screen and (device-width: 1024px) and (device-height: 600px) {
  .secmovie {
    width: 100%;
  }
}
.secTopImg {
  background: #000000;
  color: #ffffff;
}
.secTopImg .secTopImgIn .slideShowArea {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap {
  position: relative;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap img:first-child {
  position: absolute;
  margin: 0 auto;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap .slideImg {
  transition: 4s linear transform 0.4s;
  -o-object-fit: cover;
     object-fit: cover;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap .slideImg .pc {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap .slideImg .mb {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}
.secTopImg .secTopImgIn .slideShowArea .bgImg .slideImgWrap .slideImg .ipad {
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
}

@media only screen and (max-width: 767px) {
  .secTopImg .secTopImgIn {
    padding-top: 100px;
  }
  .secTopImg .secTopImgIn .flexArea {
    text-align: left;
  }
  .secTopImg .secTopImgIn .flexArea .leftWrap .text {
    padding: 15px 0;
  }
  .secTopImg .secTopImgIn .flexArea .rightWrap {
    text-align: center;
  }
  .secTopImg .secTopImgIn .slideShowArea {
    padding-top: 25px;
    max-width: 350px;
    margin: 0 auto;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .pc {
    top: 10px;
    width: 165px;
    height: 100px;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .mb {
    top: 3px;
    width: 40px;
    height: 85px;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .ipad {
    top: 1px;
    width: 78px;
    height: 110px;
  }
}
@media print, screen and (min-width: 768px) {
  .secTopImg {
    padding-top: 150px;
  }
  .secTopImg .secTopImgIn .flexArea {
    display: flex;
  }
  .secTopImg .secTopImgIn .flexArea .leftWrap {
    width: 60%;
    text-align: left;
  }
  .secTopImg .secTopImgIn .flexArea .leftWrap .text {
    font-size: 22px;
    line-height: 44px;
    font-weight: bold;
    padding-top: 30px;
  }
  .secTopImg .secTopImgIn .flexArea .rightWrap {
    width: 40%;
    margin: 0 auto;
    margin-top: -20px;
  }
  .secTopImg .secTopImgIn .slideShowArea {
    padding-top: 10px;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .pc {
    top: 30px;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .mb {
    top: 10px;
  }
  .secTopImg .secTopImgIn .slideShowArea .bgImg .slideImg .ipad {
    top: 7px;
  }
}
.secTop {
  background: #000000;
  color: #ffffff;
}
.secTop .secTopIn .topInfo {
  font-weight: bold;
}
.secTop .secTopIn .btnArea .btnContact {
  background-color: #FDF452;
  color: #000000;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 100%;
}
.secTop .secTopIn .btnArea .btnContact.tel {
  background-image: url(../shared/images/icoTel.svg);
  background-position: left center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 767px) {
  .secTop .secTopIn {
    display: flex;
    flex-direction: column;
    position: relative;
  }
  .secTop .secTopIn .topInfo {
    order: 3;
    font-size: min(4.26vw, 16px);
    padding: 10px 0 30px 0;
  }
  .secTop .secTopIn .btnArea {
    order: 4;
    padding-bottom: 0px;
    margin-bottom: 50px;
  }
  .secTop .secTopIn .btnArea .btnContact {
    margin-top: 50px;
    border-radius: 10px;
    padding: 8px;
    display: block;
    font-size: min(5.86vw, 16px);
    box-shadow: 0px 4px #FC6601;
  }
  .secTop .secTopIn .btnArea .btnContact.tel {
    background-color: #ffffff;
    margin-top: 15px;
    background-size: 15px;
    padding-left: 3px;
    background-position: calc(50% - 68px);
  }
  .secTop .secTopIn .btnArea .heatContact {
    background-color: #F06559;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px;
    font-size: min(5.86vw, 16px);
    margin-top: 15px;
  }
  .secTop .secTopIn .btnArea .gaContact {
    background-color: #5CBE92;
    color: #ffffff;
    display: block;
    text-align: center;
    font-weight: bold;
    border-radius: 30px;
    padding: 8px;
    font-size: min(5.86vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secTop .secTopIn {
    padding-top: 60px;
    position: relative;
  }
  .secTop .secTopIn .topInfo {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .secTop .secTopIn .btnArea .btnContact {
    border-radius: 15px;
    font-size: 44px;
    padding: 5px 0;
    box-shadow: 0px 6px #FC6601;
  }
}
@keyframes scrollBarAnim {
  0% {
    left: 1%;
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  80% {
    left: 97%;
    opacity: 1;
  }
  100% {
    left: 97%;
    opacity: 0;
  }
}
.secAbout {
  color: #ffffff;
}
.secAbout .secAboutIn .aboutBox .aboutTitle {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .aboutSubTitle {
  font-weight: bold;
  line-height: 150%;
}
.secAbout .secAboutIn .aboutBox .aboutSubTitle2line {
  font-weight: bold;
  line-height: 150%;
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox {
  background: #ffffff;
  color: #000000;
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox.rate2 .rateContent {
  background-image: url(../images/rate2.svg);
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox.rate4 .rateContent {
  background-image: url(../images/rate4.svg);
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateTitle {
  background: #f7f7fb;
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent {
  background-position: center center;
  background-repeat: no-repeat;
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList .listTitle {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .titleGroup {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeBad {
  color: #ffffff;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeBad .trapTitle {
  background: #333333;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeBad .trapContent {
  background: #444444;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeGood {
  color: #000000;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeGood .trapTitle {
  background: #f7f7fb;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox.typeGood .trapContent {
  background: #ffffff;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapTitle {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList .trapListTitle {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointLabel {
  font-weight: bold;
  color: #000000;
  background: #FDF452;
  display: inline-block;
}
.secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointDetail {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .rateLabel {
  font-weight: bold;
  background: #FDF452;
  color: #000000;
  display: inline-block;
  padding: 5px 10px;
}
.secAbout .secAboutIn .aboutBox .pointListArea {
  border-top: solid 1px #555555;
}
.secAbout .secAboutIn .aboutBox .pointListArea .pointList {
  border-bottom: solid 1px #555555;
}
.secAbout .secAboutIn .aboutBox .pointListArea .pointList .pointTitle {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .designImgArea .designTime {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .resultArea .resultList {
  border-bottom: solid 1px #555555;
}
.secAbout .secAboutIn .aboutBox .resultArea .resultList:last-of-type {
  border-bottom: none;
}
.secAbout .secAboutIn .aboutBox .resultArea .resultList .resultTitle {
  font-weight: bold;
  line-height: 150%;
}
.secAbout .secAboutIn .aboutBox .impArea {
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .impArea .impImgWrap {
  text-align: center;
  display: flex;
}
.secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail {
  background-color: #ffffff;
}
.secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail .impImgDetailTitle {
  color: #000000;
  font-weight: bold;
}
.secAbout .secAboutIn .aboutBox .impArea .annotation {
  color: #ffffff;
  text-align: right;
}
.secAbout .pmArea {
  text-align: left;
  color: #ffffff;
}
.secAbout .pmArea .pmTitle {
  font-weight: bold;
  background: #333333;
  font-weight: bold;
}
.secAbout .pmArea .pmText {
  background: #444444;
}

@media only screen and (max-width: 767px) {
  .secAbout .secAboutIn {
    padding-top: 30px;
  }
  .secAbout .secAboutIn .aboutBox:last-child {
    margin-top: -20px;
  }
  .secAbout .secAboutIn .aboutBox {
    padding-bottom: 80px;
  }
  .secAbout .secAboutIn .aboutBox .aboutTitle {
    font-size: 35px;
    line-height: 46px;
    padding-bottom: 15px;
  }
  .secAbout .secAboutIn .aboutBox .aboutInfo {
    font-size: min(4.26vw, 16px);
  }
  .secAbout .secAboutIn .aboutBox .aboutInfo .txtMini {
    font-size: 12px;
  }
  .secAbout .secAboutIn .aboutBox .aboutSubTitle {
    font-size: min(7.46vw, 30px);
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutBox .aboutSubTitle2line {
    font-size: min(5.86vw, 22px);
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea {
    padding-top: 40px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateTitle {
    font-size: min(5.33vw, 20px);
    padding: 10px 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent {
    margin-bottom: 10px;
    padding: 10px 20px;
    background-position: center center;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList {
    padding-bottom: 18px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList .listTitle {
    font-size: min(4.8vw, 18px);
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList .listDetail {
    font-size: 14px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .titleGroup {
    font-size: min(4.8vw, 18px);
    padding: 15px 0 20px 0;
  }
  .secAbout .secAboutIn .aboutBox .trapArea {
    padding-top: 40px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox {
    padding-bottom: 10px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapTitle {
    font-size: min(5.33vw, 20px);
    padding: 10px 20px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent {
    padding: 10px 20px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList {
    padding-bottom: 18px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList .trapListTitle {
    font-size: min(4.8vw, 18px);
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList .trapListDetail {
    font-size: 14px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointLabel {
    font-size: min(4.8vw, 18px);
    padding: 0 10px;
    margin: 10px 0 10px 0;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointDetail {
    font-size: min(4.26vw, 16px);
    line-height: 170%;
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateLabel {
    font-size: min(4.8vw, 18px);
    margin-top: 10px;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea {
    margin-top: 40px;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList {
    padding: 20px 0;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList .pointTitle {
    font-size: 24px;
    line-height: 160%;
    padding-bottom: 15px;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList .pointText {
    font-size: min(4.26vw, 16px);
  }
  .secAbout .secAboutIn .aboutBox .pointImgArea {
    padding: 20px 0 0;
  }
  .secAbout .secAboutIn .aboutBox .pointImgArea .pointImg {
    margin: 0 auto;
    width: 100%;
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea {
    padding: 10px 0 20px 0;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea .designImg {
    width: 100%;
    margin: 0 auto;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea .designTime {
    font-size: min(4.26vw, 16px);
    padding: 0px 0 20px 0;
  }
  .secAbout .secAboutIn .aboutBox .resultArea {
    padding-top: 30px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList {
    margin-bottom: 40px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList:last-of-type {
    margin-bottom: 0;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList .resultTitle {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList .resultDetail {
    font-size: min(4.26vw, 16px);
    padding-bottom: 40px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .rateLabel {
    line-height: 150%;
    font-size: 24px;
    padding: 15px 10px;
    margin-top: 0;
    margin-bottom: 20px;
    width: 100%;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impTitleWrap {
    font-size: min(4vw, 15px);
    line-height: 250%;
    margin-bottom: 30px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impTitleWrap .impTitle {
    line-height: 150%;
    font-size: min(4.26vw, 16px);
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap {
    font-size: min(4.26vw, 16px);
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail:first-child {
    padding: 5px 0px 5px 5px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail {
    padding: 5px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail:last-child {
    padding: 5px 5px 5px 0px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .annotation {
    font-size: min(4.26vw, 16px);
  }
  .secAbout .secAboutIn .aboutBox .impArea .impResult {
    font-size: 24px;
    line-height: 150%;
    padding: 30px 0;
  }
  .pmArea {
    margin-bottom: 100px;
  }
  .pmArea .pmTitle {
    font-size: 16px;
    padding: 15px;
  }
  .pmArea .pmText {
    font-size: 14px;
    padding: 15px;
  }
}
@media print, screen and (min-width: 768px) {
  .secAbout .secAboutIn {
    padding-top: 0px;
  }
  .secAbout .secAboutIn .aboutBox:last-child {
    margin-top: -60px;
  }
  .secAbout .secAboutIn .aboutBox:first-child {
    padding-bottom: 200px;
  }
  .secAbout .secAboutIn .aboutBox {
    padding-bottom: 150px;
  }
  .secAbout .secAboutIn .aboutBox .aboutTitle {
    font-size: 90px;
    line-height: 120px;
    padding-bottom: 30px;
  }
  .secAbout .secAboutIn .aboutBox .aboutInfo {
    font-size: 20px;
  }
  .secAbout .secAboutIn .aboutBox .aboutInfo .txtMini {
    font-size: 12px;
  }
  .secAbout .secAboutIn .aboutBox .aboutSubTitle {
    font-size: 60px;
    padding-bottom: 30px;
  }
  .secAbout .secAboutIn .aboutBox .aboutSubTitle2line {
    font-size: 40px;
    padding-bottom: 30px;
  }
  .secAbout .secAboutIn .aboutBox .aboutText {
    font-size: 20px;
    padding-top: 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox.rate2 {
    width: 20%;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox.rate4 {
    width: 39.63%;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateTitle {
    font-size: 30px;
    padding: 20px 40px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent {
    padding: 30px 40px 20px 40px;
    background-position: center 200px;
    height: 100%;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList {
    padding-bottom: 18px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList .listTitle {
    font-size: 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .rateList .listDetail {
    font-size: 14px;
    margin-top: -3px;
  }
  .secAbout .secAboutIn .aboutBox .rateArea .rateBox .rateContent .titleGroup {
    font-size: 20px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea {
    display: flex;
    justify-content: space-between;
    padding-top: 60px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox {
    width: 49.81%;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapTitle {
    font-size: 30px;
    padding: 20px 40px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent {
    padding: 30px 40px 30px 40px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList {
    padding-bottom: 18px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList .trapListTitle {
    font-size: 20px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .trapList .trapListDetail {
    font-size: 14px;
    margin-bottom: -3px;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointLabel {
    font-size: 20px;
    padding: 0 10px;
    margin: 20px 0 10px 0;
  }
  .secAbout .secAboutIn .aboutBox .trapArea .trapBox .trapContent .pointDetail {
    font-size: 20px;
  }
  .secAbout .secAboutIn .aboutBox .rateLabel {
    font-size: 30px;
    margin-top: 10px;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea {
    margin-top: 60px;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList {
    padding: 50px 0;
    display: flex;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList .pointTitle {
    font-size: 30px;
    width: 36.36%;
  }
  .secAbout .secAboutIn .aboutBox .pointListArea .pointList .pointText {
    font-size: 20px;
    width: 63.63%;
  }
  .secAbout .secAboutIn .aboutBox .pointImgArea {
    display: flex;
    justify-content: space-around;
    padding: 30px 0 60px 0;
  }
  .secAbout .secAboutIn .aboutBox .pointImgArea .pointImg {
    width: 49.81%;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea {
    display: flex;
    justify-content: space-around;
    padding: 50px 0 60px 0;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea .designImg {
    width: 49.81%;
  }
  .secAbout .secAboutIn .aboutBox .designImgArea .designTime {
    font-size: 20px;
    padding: 20px 0 0 0;
  }
  .secAbout .secAboutIn .aboutBox .resultArea {
    padding-top: 60px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList {
    margin-bottom: 60px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList:last-of-type {
    margin-bottom: 0;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList .resultTitle {
    font-size: 40px;
    padding-bottom: 40px;
  }
  .secAbout .secAboutIn .aboutBox .resultArea .resultList .resultDetail {
    font-size: 20px;
    padding-bottom: 60px;
  }
  .secAbout .secAboutIn .aboutBox .impArea {
    font-weight: bold;
  }
  .secAbout .secAboutIn .aboutBox .impArea .rateLabel {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 50px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impTitleWrap {
    font-size: 30px;
    line-height: 50px;
    padding-bottom: 100px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail {
    padding: 0px 10px 10px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impImgWrap .impImgDetail .impImgDetailTitle {
    font-size: 45px;
    padding: 10px 0;
  }
  .secAbout .secAboutIn .aboutBox .impArea .annotation {
    font-size: 25px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .impResult {
    font-size: 50px;
    line-height: 80px;
    padding-top: 60px;
  }
  .secAbout .secAboutIn .aboutBox .impArea .btnContactArea:last-child {
    margin: 50px 0 0;
  }
  .secAbout .secAboutIn .aboutBox .impArea .btnContactArea {
    margin: 60px 0 0;
  }
  .pmArea {
    margin-bottom: 200px;
  }
  .pmArea .pmTitle {
    font-size: 30px;
    padding: 30px;
  }
  .pmArea .pmText {
    font-weight: bold;
    font-size: 20px;
    padding: 30px;
  }
}
.slick-next {
  width: 0;
  height: 0;
}

.slick-next:hover, .slick-prev:hover {
  opacity: 0.6;
  -moz-opacity: 0.6;
  filter: alpha(opacity=60);
  transition: opacity 0.3s;
}

.slick-prev {
  width: 0;
  height: 0;
}

.slick-prev:before {
  content: "";
}

.slick-next:before {
  content: "";
}

@media print, screen and (min-width: 768px) {
  .slick-next {
    right: -55px;
    border-left: 40px solid rgb(255, 255, 255);
    border-top: 23px solid transparent;
    border-bottom: 23px solid transparent;
  }
  .slick-prev {
    left: -55px;
    border-top: 22px solid transparent;
    border-right: 40px solid rgb(255, 255, 255);
    border-bottom: 22px solid transparent;
  }
}
@media only screen and (max-width: 767px) {
  .slick-next {
    right: -16px;
    border-left: 14px solid rgb(255, 255, 255);
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
  }
  .slick-prev {
    left: -16px;
    border-top: 7px solid transparent;
    border-right: 14px solid rgb(255, 255, 255);
    border-bottom: 7px solid transparent;
  }
}
.secPoint {
  background: #000000;
  color: #ffffff;
}
.secPoint .secPointIn .pointBox .pointSubTitle {
  font-weight: bold;
  line-height: 150%;
}
.secPoint .secPointIn .pointBox .pointInfo {
  font-weight: bold;
  line-height: 150%;
}
.secPoint .secPointIn .pointBox .pointFlexBox {
  display: flex;
  justify-content: space-between;
}
.secPoint .secPointIn .pointBox .pointFlexBox .pointFlexChap {
  width: 33.1%;
}
.secPoint .secPointIn .pointBox .sliderArea li {
  height: auto;
}
.secPoint .secPointIn .pointBox .linkBtn {
  background: #f7f7fb;
}
.secPoint .secPointIn .pointBox .strengthsArea .strengthsList {
  background: #FDF452;
}
.secPoint .secPointIn .pointBox .strengthsArea .strengthsList .strTitle {
  font-weight: bold;
  line-height: 150%;
}
.secPoint .secPointIn .pointBox .worksArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.secPoint .secPointIn .pointBox .worksArea .worksList img {
  border: solid 1px #cccccc;
}
.secPoint .secPointIn .pointBox .faqArea .faqList {
  background: #f7f7fb;
  cursor: pointer;
  color: #000;
}
.secPoint .secPointIn .pointBox .faqArea .faqList .faqTitle {
  font-weight: bold;
  background: url(../images/icoArrowDown.png) right center no-repeat;
  transition: margin 0.5s;
}
.secPoint .secPointIn .pointBox .faqArea .faqList .faqDetail {
  width: 100% !important;
  display: none;
  border-top: solid 1px #cccccc;
}
.secPoint .secPointIn .pointBox .faqArea .faqList.on .faqTitle {
  background-image: url(../images/icoArrowUp.png);
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .secPoint .secPointIn .pointBox {
    padding-bottom: 50px;
  }
  .secPoint .secPointIn .pointBox .pointSubTitle {
    font-size: min(7.46vw, 30px);
  }
  .secPoint .secPointIn .pointBox .pointInfo {
    font-size: min(5.33vw, 20px);
    padding-bottom: 20px;
  }
  .secPoint .secPointIn .pointBox .sliderArea li {
    padding: 0 2px;
  }
  .secPoint .secPointIn .pointBox .linkBtn {
    padding: 10px 10px;
    display: block;
    margin-bottom: 30px;
  }
  .secPoint .secPointIn .pointBox .linkBtn .txt {
    font-size: min(3.73vw, 14px);
  }
  .secPoint .secPointIn .pointBox .linkBtn .img {
    text-align: right;
    padding-right: 10px;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList {
    padding: 10px;
    margin: 0 0 10px 0;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList .strTitle {
    font-size: min(5.33vw, 20px);
    padding-bottom: 15px;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList .strText {
    font-size: min(4.26vw, 16px);
  }
  .secPoint .secPointIn .pointBox .worksArea .worksList {
    width: 33%;
    padding-bottom: 5px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList {
    padding: 10px;
    margin-bottom: 20px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList .faqTitle {
    font-size: min(4.26vw, 16px);
    background-size: 18px 16px;
    padding-right: 20px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList .faqDetail {
    font-size: min(4.26vw, 16px);
    padding-top: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .secPoint .secPointIn {
    padding-top: 90px;
  }
  .secPoint .secPointIn .pointBox {
    padding-bottom: 180px;
  }
  .secPoint .secPointIn .pointBox .pointSubTitle {
    font-size: 90px;
  }
  .secPoint .secPointIn .pointBox .pointInfoWrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
  }
  .secPoint .secPointIn .pointBox .pointInfo {
    font-size: 30px;
    padding-bottom: 60px;
  }
  .secPoint .secPointIn .pointBox .sliderArea li {
    max-width: 367px;
    padding: 0 2px;
  }
  .secPoint .secPointIn .pointBox .linkBtn {
    width: 50%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 30px 40px;
  }
  .secPoint .secPointIn .pointBox .linkBtn .txt {
    font-size: 14px;
  }
  .secPoint .secPointIn .pointBox .strengthsArea {
    display: flex;
    flex-wrap: wrap;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList {
    width: 49.6%;
    padding: 40px;
    margin: 0 0 4px 0;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList:nth-of-type(2n + 1) {
    margin-right: 0.2%;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList:nth-of-type(2n) {
    margin-left: 0.2%;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList .strTitle {
    font-size: 30px;
    padding-bottom: 30px;
  }
  .secPoint .secPointIn .pointBox .strengthsArea .strengthsList .strText {
    font-size: 18px;
  }
  .secPoint .secPointIn .pointBox .worksArea .worksList {
    width: 33%;
    padding-bottom: 5px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList {
    padding: 20px;
    margin-bottom: 20px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList .faqTitle {
    font-size: 20px;
    background-size: 18px 16px;
  }
  .secPoint .secPointIn .pointBox .faqArea .faqList .faqDetail {
    font-size: 20px;
    padding-top: 10px;
  }
}
.secContact {
  color: #ffffff;
}
.secContact a,
.secContact a:hover {
  color: #ffffff;
}
.secContact .secContactIn .contactInfo .present .presentText {
  background: #FEF400;
  color: #000;
  font-weight: bold;
  text-align: center;
}
.secContact .secContactIn .signature {
  font-size: 12px;
  text-align: right;
  padding: 40px 0 60px;
}

@media only screen and (max-width: 767px) {
  .secContact {
    background-image: url(../images/bgContactSp.jpg);
    background-color: #000000;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .secContact .secContactIn {
    padding: 50px 0 80px;
  }
  .secContact .secContactIn .contactInfo {
    padding-bottom: 40px;
  }
  .secContact .secContactIn .contactInfo .contactTitle {
    font-size: min(7.46vw, 30px);
  }
  .secContact .secContactIn .contactInfo .text01 {
    font-size: min(4.26vw, 16px);
    padding-bottom: 10px;
    display: block;
  }
  .secContact .secContactIn .contactInfo .present {
    padding: 25px 0;
  }
  .secContact .secContactIn .contactInfo .present .presentText {
    font-size: 22px;
    width: 159px;
    line-height: 32px;
    margin: 0px 0 12px;
  }
  .secContact .secContactIn .contactInfo .text02 {
    font-size: min(4.26vw, 16px);
    padding-top: 5px;
  }
  .secContact .secContactIn .contactInfo .text03 {
    font-size: min(5.86vw, 22px);
  }
  .secContact .secContactIn .contactInfo .text04 {
    font-size: min(4.26vw, 16px);
  }
}
@media print, screen and (min-width: 768px) {
  .secContact {
    background: url(../images/bgContact.jpg) right top no-repeat;
  }
  .secContact .secContactIn {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-top: 165px;
    padding-bottom: 60px;
  }
  .secContact .secContactIn .contactInfo {
    min-width: 45%;
    max-width: 45%;
  }
  .secContact .secContactIn .contactInfo .contactTitle {
    font-size: 90px;
    line-height: 60px;
    padding-bottom: 10px;
  }
  .secContact .secContactIn .contactInfo .text01 {
    display: block;
    font-size: 30px;
    line-height: 45px;
    padding-top: 20px;
  }
  .secContact .secContactIn .contactInfo .present {
    padding: 50px 0;
  }
  .secContact .secContactIn .contactInfo .present .presentText {
    font-size: 40px;
    background: #FEF400;
    width: 285px;
    line-height: 50px;
    margin: 0 0 20px;
  }
  .secContact .secContactIn .contactInfo .text02 {
    font-size: 20px;
    padding-top: 40px;
  }
  .secContact .secContactIn .contactInfo .text03 {
    font-size: 40px;
  }
  .secContact .secContactIn .contactInfo .text04 {
    font-size: 20px;
  }
  .secContact .secContactIn .contactForm {
    min-width: 50%;
    max-width: 50%;
    padding-top: 35px;
  }
}
@media print, screen and (min-width: 2226px) {
  .secContact {
    background-size: cover;
  }
}
.secPresent {
  background: #fff;
  text-align: center;
}
.secPresent .presentBefore {
  background: #000;
  color: #fff;
  font-weight: bold;
}
.secPresent .presentText {
  font-weight: bold;
}
.secPresent .presentText .line {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  background-position-y: -5px !important;
  background: linear-gradient(transparent 70%, #FAEA6B 30%);
}
.secPresent .presentBoxWrap .presentBox {
  text-align: center;
  align-items: center;
}
.secPresent .presentBoxWrap .presentBox div {
  line-height: 150%;
}
.secPresent .presentBoxWrap .presentBox .presentBtn {
  background: #FDF452;
  color: #000;
  box-shadow: 0px 5px #fc6601;
  border-radius: 20px;
}
.secPresent .presentBoxWrap .presentBox .presentBtn .telNum {
  font-weight: bold;
}
.secPresent .presentBoxWrap .presentBox .presentBtn .formText {
  font-weight: bold;
}

@media only screen and (max-width: 767px) {
  .secPresent {
    padding-bottom: 30px;
  }
  .secPresent .presentBefore {
    font-size: 24px;
    padding-bottom: 20px;
  }
  .secPresent .presentText {
    padding: 20px 0;
    font-size: 15px;
  }
  .secPresent .presentBox .presentBtn {
    display: block;
    padding: 35px 0;
    margin-bottom: 15px;
  }
  .secPresent .presentBox .presentBtn .telNum {
    background: url(../images/tel_ico2.svg) left center no-repeat;
    background-size: 20px;
    font-size: 24px;
    background-position: calc(50% - 95px);
    padding-left: 1.5rem;
  }
  .secPresent .presentBox .presentBtn .telTime {
    font-size: 16px;
  }
  .secPresent .presentBox .presentBtn .mailText {
    font-size: 16px;
  }
  .secPresent .presentBox .presentBtn .formText {
    background: url(../images/mail_ico.svg) left center no-repeat;
    background-size: 20px;
    font-size: 24px;
    background-position: calc(50% - 100px);
    padding-left: 1rem;
  }
}
@media print, screen and (min-width: 768px) {
  .presentBefore {
    font-size: 40px;
    padding-bottom: 10px;
  }
  .presentText {
    font-size: 25px;
    line-height: 45px;
    padding: 40px 0;
  }
  .presentBox {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
  }
  .presentBox .presentBtn {
    width: 49.5%;
    padding: 30px 0px;
  }
  .presentBox .presentBtn .telNum {
    background: url(../images/tel_ico2.svg) left center no-repeat;
    font-size: 30px;
    background-position-x: 130px;
    background-position-y: 10px;
    padding-left: 2rem;
  }
  .presentBox .presentBtn .telTime {
    font-size: 20px;
  }
  .presentBox .presentBtn .mailText {
    font-size: 20px;
  }
  .presentBox .presentBtn .formText {
    background: url(../images/mail_ico.svg) left center no-repeat;
    font-size: 30px;
    background-position-x: 135px;
    background-position-y: 11px;
    padding-left: 3rem;
  }
}
.secFlow {
  padding-top: 90px;
  padding-bottom: 50px;
}
.secFlow .secFlowIn .flowBox {
  color: #fff;
  text-align: left;
}
.secFlow .secFlowIn .flowBox .flowTitle {
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .secFlow .secFlowIn .flowBox .flowTitle {
    font-size: min(7.46vw, 30px);
  }
  .secFlow .secFlowIn .flowBox .flowText {
    font-size: min(4.26vw, 16px);
    line-height: 26px;
    padding-bottom: 30px;
  }
  .secFlow .secFlowIn .flowBox img {
    margin: 0 auto;
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .secFlow .secFlowIn .flowBox {
    color: #fff;
    text-align: left;
  }
  .secFlow .secFlowIn .flowBox .flowTitle {
    font-size: 60px;
    font-weight: bold;
  }
  .secFlow .secFlowIn .flowBox .flowText {
    font-size: 20px;
    line-height: 40px;
    padding-bottom: 40px;
  }
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  text-align: center;
  z-index: 999;
}

.bigimg {
  position: relative;
  display: inline-block;
  width: auto;
  text-align: center;
}
.bigimg img {
  width: auto;
  height: 100%;
}

@media only screen and (max-width: 767px) {
  .modal {
    height: 100vw;
    height: calc(var(--vh, 1vh) * 100);
    width: 100%;
  }
  .modal .bigimg {
    padding: 20px 5px;
  }
  .modal .bigimg img {
    width: 90% !important;
    height: auto;
  }
}
@media print, screen and (min-width: 768px) {
  .modal {
    width: 100%;
    height: 100vh;
  }
  .modal .bigimg {
    height: 100%;
    padding: 30px 0;
  }
}
.round_btn {
  display: block;
  position: absolute;
  width: 35px;
  height: 35px;
  border: 2px solid #333;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.8);
}

.round_btn::before, .round_btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 3px; /* 棒の幅（太さ） */
  height: 22px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}

.round_btn::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.round_btn::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

@media print, screen and (min-width: 768px) {
  .round_btn {
    right: -40px;
    top: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .round_btn {
    right: 8px;
    top: 9px;
  }
}/*# sourceMappingURL=style.css.map */