@charset "utf-8";
body{
  font-family:'YakuHanJP_Narrow','游ゴシック', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
  min-width: 1400px;
}
.secCmnTit{
    background: url(../img/taikan/bgTitCmn.jpg) center top no-repeat;
}
@media only screen and (max-width: 767px) {
  body{
    min-width: 100%;
  }
  .wrapperSp335{
    width: 89.334%;
    margin: 0 auto;
  }
}

/* boxCmnTit */
.boxCmnTit{
  text-align: center;
}
.boxCmnTit .txtCmnTitJp{
  font-size: 18px;
  letter-spacing: 0.15em;
  color: #1d94b9;
  margin-top: 29px;
}
.boxCmnTit .txtCmnAbout{
  font-size: 15px;
  line-height: calc(30 / 15);
  letter-spacing: 0.03em;
  margin-top: 22px;
}
@media only screen and (max-width: 767px) {
  .boxCmnTit .txtCmnTitJp{
    font-size: 15px;
    letter-spacing: 0.05em;
    margin-top: 20px;
  }
  .boxCmnTit .txtCmnAbout{
    font-size: 11px;
    line-height: calc(24 / 12);
    letter-spacing: 0;
    margin-top: 16px;
  }
}
@media only screen and (max-width: 360px) {
  .boxCmnTit .txtCmnAbout{
    font-size: 10px;
  }
}

/* secTop */
.secTop{
  background: url(../img/taikan/bgTop.png) center top / cover;
  padding-top: 56.25%;
  position: relative;
}
.secTop .imgBottom{
  width: 93.75%;
  max-width: 1800px;
  position: absolute;
  bottom: -50px;
  right: 0;
  z-index: 10;
}
@media only screen and (max-width: 767px) {
  .secTop{
    background: url(../img/taikan/bgTop_sp.jpg) center top / cover;
    padding-top: 213.3%;
    position: relative;
  }
  .secTop .imgBottom{
    width: 100%;
    max-width: unset;
    bottom: -20px;
    right: 0;
  }
}

/* secPoint */
.secPoint{
  padding: 81px 0 155px;
  color: #fff;
  text-align: center;
  z-index: 2;
  position: relative;
}
.secPoint.lazyloaded{
  background: url(../img/taikan/bgSecPoint.png) center top / cover;
}
.secPoint .txtTop{
  font-size: 40px;
  line-height: calc(80 / 40);
  letter-spacing: 0.05em;
}
.secPoint .txtMin{
  font-size: 15px;
  line-height: calc(50 / 15);
  letter-spacing: 0.05em;
  margin-top: 23px;
}
.secPoint .imgTxtPoint{
  margin-top: 37px;
}
.secPoint .boxList{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
}
.secPoint .boxList .item{
  width: calc((100% - 120px) / 4);
  margin-right: 40px;
  text-align: left;
}
.secPoint .boxList .item:nth-child(4n){
  margin-right: 0;
}
.secPoint .boxList .item:nth-child(n+5){
  margin-top: 32px;
}
.secPoint .boxList .imgPoint{
  position: relative;
}
.secPoint .boxList .imgPoint img{
  border-radius: 7px;
}
.secPoint .boxList .imgPoint::after{
  content: "";
  width: 265px;
  height: 34px;
  background: #106292;
  border-radius: 0 6px 0 0;
  position: absolute;
  bottom: -1px;
  left: 0;
}
.secPoint .boxList .boxtxt{
  position: relative;
  z-index: 2;
  margin-top: -14px;
  padding-left: 10px;
}
.secPoint .boxList .txtPointTit{
  font-size: 21px;
  letter-spacing: 0.05em;
}
.secPoint .boxList .txtAbout{
  font-size: 13px;
  line-height: calc(22 / 13);
  margin-top: 10px;
}
.secPoint .imgTxtBottom{
  margin-top: 87px;
}
@media only screen and (max-width: 767px) {
  .secPoint{
    padding: 60px 0 60px;
  }
  .secPoint.lazyloaded{
    background: url(../img/taikan/bgSecPoint_sp.png) center top / cover;
  }
  .secPoint .txtTop{
    font-size: 19px;
    line-height: calc(40 / 20);
    letter-spacing: 0;
  }
  .secPoint .txtMin{
    font-size: 12px;
    line-height: calc(26 / 12);
    letter-spacing: 0;
    margin-top: 12px;
  }
  .secPoint .imgTxtPoint{
    width: 280px;
    margin: 32px auto 0;
  }
  .secPoint .boxList{
    margin-top: 30px;
  }
  .secPoint .boxList .item{
    width: calc((100% - 15px) / 2);
    margin-right: 15px;
  }
  .secPoint .boxList .item:nth-child(2n){
    margin-right: 0;
  }
  .secPoint .boxList .item:nth-child(n+3){
    margin-top: 19px;
  }
  .secPoint .boxList .imgPoint img{
    border-radius: 5px;
  }
  .secPoint .boxList .imgPoint::after{
    display: none;
  }
  .secPoint .boxList .boxtxt{
    margin-top: 16px;
    padding-left: 0;
    text-align: center;
  }
  .secPoint .boxList .txtPointTit{
    font-size: 10px;
    letter-spacing: 0;
  }
  .secPoint .boxList .txtAbout{
    font-size: 14px;
    line-height: 1;
    margin-top: 8px;
  }
  .secPoint .imgTxtBottom{
    width: 273px;
    margin: 34px auto 0;
  }
}
@media only screen and (max-width: 373px) {
  .secPoint .txtTop{
    font-size: 18px;
  }
}
@media only screen and (max-width: 360px) {
  .secPoint .txtTop{
    font-size: 17px;
  }
  .secPoint .txtMin{
    font-size: 11px;
  }
  .secPoint .boxList .txtAbout{
    font-size: 13px;
  }
}
@media only screen and (max-width: 335px) {
  .secPoint .txtTop{
    font-size: 16px;
  }
  .secPoint .txtMin{
    font-size: 10px;
  }
  .secPoint .boxList .txtAbout{
    font-size: 12px;
  }
}

/* secFloorPlan */
.secFloorPlan{
  margin-top: -320px;
  padding: 420px 0 189px;
  text-align: center;
  position: relative;
}
.secFloorPlan.lazyloaded{
  background: url(../img/taikan/bgFloorPlan.png) center top / cover;
}
.secFloorPlan .boxFloorPlan{
  position: relative;
  margin-top: 42px;
}
.secFloorPlan .boxFloorPlan2{
  margin-top: 100px;
}
.secFloorPlan .btnPopup{
  position: absolute;
}
.secFloorPlan .btnPopup01{
  top: 108px;
  left: 70px;
}
.secFloorPlan .btnPopup02{
  top: 140px;
  left: 255px;
}
.secFloorPlan .btnPopup03{
  top: 108px;
  right: 320px;
}
.secFloorPlan .btnPopup04{
  top: 75px;
  right: 97px;
}
.secFloorPlan .btnPopup05{
  top: 375px;
  right: 97px;
}
.secFloorPlan .btnPopup06{
  top: 108px;
  left: 255px;
}
.secFloorPlan .btnPopup07{
  top: 45px;
  left: 665px;
}
.secFloorPlan .btnPopup08{
  top: 423px;
  left: 665px;
}
.secFloorPlan .btnPopup09{
  top: 218px;
  right: 258px;
}
.secFloorPlan .imgIcon{
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.secFloorPlan .boxPopup{
  width:340px;
  position: absolute;
  top: -63px;
  right: 95px;
  opacity: 0;
  transition: all 0.5s;
}
.secFloorPlan .boxPopup.active{
  opacity: 1;
  z-index: 3;
}
.secFloorPlan .boxPopup .boxPopupIn{
  padding: 20px 20px 24px;
  background: #116493;
  border-radius: 10px;
  position: relative;
}
.secFloorPlan .boxPopup .boxPopupIn::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #116493;
  border-right: 0;
  position: absolute;
  right: -15px;
  top: 90px;
}
.secFloorPlan .boxPopup.boxPopup01,
.secFloorPlan .boxPopup.boxPopup02,
.secFloorPlan .boxPopup.boxPopup06{
  right: auto;
  left: 95px;
}
.secFloorPlan .boxPopup.boxPopup01 .boxPopupIn::after,
.secFloorPlan .boxPopup.boxPopup02 .boxPopupIn::after,
.secFloorPlan .boxPopup.boxPopup06 .boxPopupIn::after{
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 15px solid #116493;
  border-left: 0;
  position: absolute;
  left: -15px;
  top: 90px;
}
.secFloorPlan .boxPopup .imgPopup img{
  border-radius: 5px;
}
.secFloorPlan .boxPopup .boxtxt{
  margin-top: 20px;
  color: #fff;
  text-align: left;
}
.secFloorPlan .boxPopup .txtPointTit{
  font-size: 21px;
}
.secFloorPlan .boxPopup .txtAbout{
  font-size: 13px;
  margin-top: 14px;
}
@media only screen and (max-width: 1430px){
  .secFloorPlan .btnPopup07{
    left: 660px;
  }
  .secFloorPlan .btnPopup08{
    left: 660px;
  }
}
@media only screen and (max-width: 1420px){
  .secFloorPlan .btnPopup06{
    left: 250px;
  }
  .secFloorPlan .btnPopup07{
    left: 655px;
  }
  .secFloorPlan .btnPopup08{
    top: 418px;
    left: 655px;
  }
  .secFloorPlan .btnPopup09{
    top: 215px;
    right: 255px;
  }
}
@media only screen and (max-width: 1410px){
  .secFloorPlan .btnPopup01{
    left: 65px;
  }
  .secFloorPlan .btnPopup02{
    top: 137px;
    left: 245px;
  }
  .secFloorPlan .btnPopup03{
    right: 310px;
  }
  .secFloorPlan .btnPopup04{
    right: 94px;
  }
  .secFloorPlan .btnPopup05{
    top: 367px;
    right: 94px;
  }
  .secFloorPlan .btnPopup06{
    left: 245px;
  }
  .secFloorPlan .btnPopup07{
    left: 645px;
  }
  .secFloorPlan .btnPopup08{
    top: 413px;
    left: 645px;
  }
  .secFloorPlan .btnPopup09{
    top: 215px;
    right: 255px;
  }
}
@media only screen and (max-width: 767px){
  .secFloorPlan{
    margin-top: -50px;
    padding: 101px 0 0;
  }
  .secFloorPlan.lazyloaded{
    background: url(../img/taikan/bgFloorPlan_sp.png) center top / contain;
    background-repeat: no-repeat;
  }
  .secFloorPlan .txtCmnTitEng{
    width: 198px;
    margin: 0 auto;
  }
  .secFloorPlan .boxFloorTit{
    width: 75px;
    margin: 33px auto 0;
  }
  .secFloorPlan .boxFloorTit2{
    width: 80px;
    margin: 20px auto 0;
  }
  .secFloorPlan .boxFloorPlan{
    width: 100%;
    height: 417px;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
    margin-top: -17px;
  }
  .secFloorPlan .boxFloorPlan2{
    margin-top: -14px;
  }
  .secFloorPlan .boxFloorPlan .imgFloorPlan{
    width: auto;
    height: 417px;
  }
  .secFloorPlan .boxFloorPlan::before{
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-image: url(../img/taikan/icoScroll.png);
    background-position: center;
    background-size: 96px 96px;
    background-repeat: no-repeat;
    opacity: 0;
    -webkit-transition: all 0.2s ease-out 0.2s;
		transition: all 0.2s ease-out 0.2s;
		-webkit-animation: sideItem 1s linear infinite;
		-moz-animation: sideItem 1s linear infinite;
		animation: sideItem 1s linear infinite;
  }
  .secFloorPlan .boxFloorPlan.on::before{
		opacity: 0.8;
	}
  @-webkit-keyframes sideItem {
    0%   { transform:translateX(0); }
    25%   { transform:translateX(10px) }
    50% { transform:translateX(0); }
    75% { transform:translateX(-10px); }
    100% { transform:translateX(0); }
  }
  @-moz-keyframes sideItem {
    0%   { transform:translateX(0); }
    25%   { transform:translateX(10px) }
    50% { transform:translateX(0); }
    75% { transform:translateX(-10px); }
    100% { transform:translateX(0); }
  }
  @keyframes sideItem {
    0%   { transform:translateX(0); }
    25%   { transform:translateX(10px) }
    50% { transform:translateX(0); }
    75% { transform:translateX(-10px); }
    100% { transform:translateX(0); }
  }
  .secFloorPlan .btnPopup{
    width: 40px;
    height: 40px;
  }
  .secFloorPlan .btnPopup01{
    top: 78px;
    left: 47px;
  }
  .secFloorPlan .btnPopup02{
    top: 100px;
    left: 178px;
  }
  .secFloorPlan .btnPopup03{
    top: 78px;
    right: auto;
    left: 691px;
  }
  .secFloorPlan .btnPopup04{
    top: 57px;
    right: auto;
    left: 842px;
  }
  .secFloorPlan .btnPopup05{
    top: 261px;
    right: auto;
    left: 842px;
  }
  .secFloorPlan .btnPopup06{
    top: 80px;
    left: 177px;
  }
  .secFloorPlan .btnPopup07{
    top: 39px;
    left: 456px;
  }
  .secFloorPlan .btnPopup08{
    top: 296px;
    left: 456px;
  }
  .secFloorPlan .btnPopup09{
    top: 154px;
    right: auto;
    left: 734px;
  }
  .secFloorPlan .boxPopup{
    display: none;
  }
  .secFloorPlan .wrapperFloorPlanSp{
    padding-left: 5.333%;
  }
}

/* popup */
#popup{
  display: none;
}
@media only screen and (max-width:767px){
  #popup{
    z-index: 99999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    position: fixed;
    top: 0;
    left: 0;
  }
  #popup .popupContainer{
    display: table;
    width: 100%;
    height: 100vh;
  }
  #popup .popupContents{
    display: table-cell;
    vertical-align: middle;
  }
  #popup .popupMain{
    width: 100%;
		padding: 6.67%;
    margin: 0 auto;
  }
  .secPopup{
    display: none;
    position: relative;
  }
  .secPopupItem{
    max-height: calc(100vh - 5rem);
    overflow-y: auto;
    overflow-x: hidden;
  }
  .secPopupItem::-webkit-scrollbar{
    width: 15px;
  }
  .secPopupItem::-webkit-scrollbar-thumb{
    background-color: #c2c2c2;
    border-radius: 10px;
    border: 5px solid #fff
  }
  .secPopupItem::-webkit-scrollbar{
    background: #fff
  }
  .secPopup .btnClose{
    width: 30px;
		height: auto;
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 1;
  }
  .secPopup .btnClose img{
    border-radius: 10px;
  }
  .secPopup .boxPopup .boxPopupIn{
    padding: 20px 20px 28px;
    background: #116493;
    border-radius: 10px;
  }
  .secPopup .boxPopup .imgPopup img{
    border-radius: 5px;
  }
  .secPopup .boxPopup .boxtxt{
    margin-top: 15px;
    color: #fff;
    text-align: left;
  }
  .secPopup .boxPopup .txtPointTit{
    font-size: 16px;
    line-height: calc(24 / 16);
  }
  .secPopup .boxPopup .txtAbout{
    font-size: 12px;
    line-height: calc(18 / 12);
    margin-top: 8px;
  }
}


/* secCheckPoint */
.secCheckPoint{
  margin-top: -40px;
}
.secCheckPoint .boxList{
  margin-top: 92px;
}
.secCheckPoint .boxList .item{
  display: flex;
  gap: 50px;
}
.secCheckPoint .boxList .item:nth-child(2n){
  flex-direction: row-reverse;
}
.secCheckPoint .boxList .item:nth-child(n+2){
  margin-top: 100px;
}
.secCheckPoint .boxList .boxtxt{
  width: calc(100% - 680px);
}
.secCheckPoint .boxList .boxTxtPointTitSub{
  display: flex;
  align-items: center;
  margin-top: 30px;
}
.secCheckPoint .boxList .txtPointTitSub{
  font-size: 20px;
  letter-spacing: 0.1em;
  color: #1d94b9;
  text-wrap-mode: nowrap;
}
.secCheckPoint .boxList .txtPointTitSubBorder{
  content: "";
  width: 100%;
  height: 1px;
  background: #1d94b9;
  margin-left: 21px;
}
.secCheckPoint .boxList .txtPointTit{
  font-size: 30px;
  line-height: calc(50 / 30);
  margin-top: 30px;
}
.secCheckPoint .boxList .txtPointAbout{
  font-size: 14px;
  line-height: calc(28 / 14);
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .secCheckPoint{
    margin-top: 48px;
  }
  .secCheckPoint .txtCmnTitEng{
    width: 211px;
    margin: 0 auto;
  }
  .secCheckPoint .txtCmnAbout{
    margin-top: 14px;
  }
  .secCheckPoint .boxList{
    margin-top: 23px;
  }
  .secCheckPoint .boxList .item{
    flex-direction: column;
    gap: 0;
  }
  .secCheckPoint .boxList .item:nth-child(2n){
    flex-direction: column;
  }
  .secCheckPoint .boxList .item:nth-child(n+2){
    margin-top: 42px;
  }
  .secCheckPoint .boxList .boxtxt{
    width: 100%;
    margin-top: -17px;
  }
  .secCheckPoint .boxList .imgTxtPoint{
    max-width: 141px;
  }
  .secCheckPoint .boxList .boxTxtPointTitSub{
    margin-top: 16px;
  }
  .secCheckPoint .boxList .txtPointTitSub{
    font-size: 16px;
    letter-spacing: 0.1em;
  }
  .secCheckPoint .boxList .txtPointTitSubBorder{
    display: none;
  }
  .secCheckPoint .boxList .txtPointTit{
    font-size: 19px;
    line-height: calc(35 / 20);
    margin-top: 11px;
  }
  .secCheckPoint .boxList .txtPointAbout{
    font-size: 14px;
    line-height: calc(28 / 14);
    margin-top: 15px;
  }
}
@media only screen and (max-width: 365px) {
  .secCheckPoint .boxList .txtPointTit{
    font-size: 18px;
  }
}
@media only screen and (max-width: 345px) {
  .secCheckPoint .boxList .txtPointTit{
    font-size: 17px;
  }
}
@media only screen and (max-width: 330px) {
  .secCheckPoint .boxList .txtPointTit{
    font-size: 16px;
  }
}

/* secTaikanTit */
.secTaikanTit {
  font-size: 24px;
  color: #333;
  font-weight: bold;
  text-align: center;
  letter-spacing: 3px;
}
@media only screen and (max-width: 767px) {
  .secTaikanTit {
    font-size: 18px;
    letter-spacing: 0.5px;
  }
}

/* secTaikanNote */
.secTaikanNote {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secTaikanNote {
    font-size: 14px;
    letter-spacing: 0.75px;
    margin-top: 18px;
    text-align: left;
    padding: 0 5.04%;
  }
}
/* secTaikanFlow */
.secTaikanFlow {
  width: 1000px;
  margin: 46px auto 0;
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.secTaikanFlow li {
  width: 33.9%;
  position: relative;
}
.secTaikanFlow li:last-child {
  width: 32.8%;
}
.secTaikanFlow li:not(:first-child)::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 13px solid #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.secTaikanFlow li:not(:last-child)::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-left: 13px solid #1d94b9;
  z-index: 10;
  position: absolute;
  top: 0;
  right: -22px;
}
.secTaikanFlow li.on:not(:last-child)::after {
  border-left-color: #66d1f2;
}
.secTaikanFlow .boxItem {
  width: calc(100% - 11px);
  height: 40px;
  background: #1d94b9;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
.secTaikanFlow li.on .boxItem {
  background: #66d1f2;
}
.secTaikanFlow li:not(:first-child) .boxItem {
  padding-left: 13px;
}
.secTaikanFlow li:last-child .boxItem {
  width: 100%;
}
.secTaikanFlow .txtStep {
  padding-left: 23px;
}
.secTaikanFlow .tit {
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  margin-left: 11px;
}
_::-webkit-full-page-media,
_:future,
:root .secTaikanFlow li:not(:last-child)::after {
  right: -21px;
}
@media only screen and (max-width: 767px) {
  .secTaikanFlow {
    width: 100%;
    margin-top: 24px;
  }
  .secTaikanFlow li:not(:first-child)::before {
    border-width: 19px;
    border-left-width: 10px;
  }
  .secTaikanFlow li:not(:last-child)::after {
    border-width: 19px;
    border-left-width: 10px;
    right: -20px;
  }
  _::-webkit-full-page-media,
  _:future,
  :root .secTaikanFlow li:not(:last-child)::after {
    right: -19px;
  }
  .secTaikanFlow .boxItem {
    display: block;
    width: calc(100% - 9px);
    height: 37px;
  }
  .secTaikanFlow li:first-child .boxItem {
    padding-left: 4px;
  }
  .secTaikanFlow img {
    width: auto;
    height: 8px;
  }
  .secTaikanFlow .txtStep {
    padding: 4px 0 0 6px;
  }
  .secTaikanFlow .tit {
    font-size: 11px;
    letter-spacing: 0.5px;
    margin: 3px 0 0 4px;
  }
}
@media only screen and (max-width: 359px) {
  .secTaikanFlow .tit {
    font-size: 10px;
    letter-spacing: 0;
  }
}

/*-----------------------------------------------
	index
-----------------------------------------------*/
/* secHero */
.secHero {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.secHero .tit {
  width: 2000px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}
.secHero .btn {
  width: 600px;
  display: block;
  position: absolute;
  bottom: 80px;
  left: calc(50% - 300px);
}
.secHero .btn img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .secHero {
    height: auto;
  }
  .secHero .tit {
    width: 100%;
    position: static;
  }
  .secHero .btn {
    width: 80%;
    bottom: 15%;
    left: calc(90% - 80%);
  }
}

/* secHeroTochi */
.secHeroTochi {
  height: 500px;
  position: relative;
  overflow: hidden;
}
.secHeroTochi .tit {
  width: 2000px;
  position: absolute;
  top: 0;
  left: calc(50% - 1000px);
}
.secHeroTochi .btn {
  width: 600px;
  display: block;
  position: absolute;
  bottom: 150px;
  left: calc(50% - 300px);
}
.secHeroTochi .btn img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .secHeroTochi {
    height: auto;
  }
  .secHeroTochi .tit {
    width: 100%;
    position: static;
  }
  .secHeroTochi .btn {
    width: 80%;
    bottom: 30%;
    left: calc(90% - 80%);
  }
}

/* secBenefit */
.secBenefit .tit {
  font-size: 40px;
  line-height: 1.6;
  color: #000;
  font-weight: bold;
  text-align: center;
  margin-top: 88px;
  letter-spacing: 5px;
}
.secBenefit .boxList {
  display: flex;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  margin-top: 85px;
}
.secBenefit .boxList li {
  width: 380px;
  height: 250px;
  border: 1px solid #ccc;
  margin: 0 30px 60px 0;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
}
.secBenefit .boxList li:nth-child(3n) {
  margin-right: 0;
}
.secBenefit .boxList li:nth-last-child(-n + 3) {
  margin-bottom: 0;
}
.secBenefit .boxList li .ico {
  position: absolute;
  top: -33px;
  left: calc(50% - 29.5px);
}
.secBenefit .boxList li .txt {
  font-size: 18px;
  line-height: 1.6;
  text-align: center;
  font-weight: bold;
  letter-spacing: 2px;
}
@media only screen and (max-width: 767px) {
  .secBenefit .tit {
    font-size: 18px;
    line-height: 1.5;
    margin-top: 20px;
    letter-spacing: 0.5px;
  }
  .secBenefit .boxList {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .secBenefit .boxList li,
  .secBenefit .boxList li:nth-child(3n),
  .secBenefit .boxList li:nth-last-child(-n + 3) {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 10px 0;
    padding: 10px;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
    -webkit-justify-content: center;
    align-items: flex-start;
    -webkit-align-items: flex-start;
  }
  .secBenefit .boxList li:last-child {
    margin-bottom: 0;
  }
  .secBenefit .boxList li .ico {
    position: static;
    margin-right: 10px;
  }
  .secBenefit .boxList li .ico img {
    width: 32px;
    height: auto;
  }
  .secBenefit .boxList li .txt {
    width: 220px;
    font-size: 13px;
    line-height: 1.5;
    letter-spacing: 0.5px;
    text-align: left;
  }
}
@media only screen and (max-width: 359px) {
  .secBenefit .tit {
    font-size: 16px;
  }
}

/* secStep01 */
.secStep01 {
  margin-top: 150px;
}
.secStep01 .wrapperStep01 {
  width: 932px;
  margin: 60px auto 0;
}
@media only screen and (max-width: 767px) {
  .secStep01 {
    margin-top: 45px;
  }
  .secStep01 .wrapperStep01 {
    width: 100%;
    margin-top: 30px;
  }
  .secStep01 .txtCmnTitEng{
    width: 215px;
    margin: 0 auto;
  }
  .secStep01 .boxCmnTit .txtCmnAbout{
    font-size: 11px;
    line-height: calc(21 / 11);
    text-align: left;
    margin-top: 20px;
  }
}

/* secStep01Item */
.secStep01Item + .secStep01Item {
  margin-top: 60px;
}
.secStep01Item .titItem {
  font-size: 18px;
  color: #fff;
  background: #104556;
  font-weight: bold;
  padding: 11px 20px 11px;
  letter-spacing: 2px;
}
.secStep01Item select {
  height: 40px;
  font-size: 16px;
  margin-top: 30px;
  padding-left: 15px;
  min-width: 380px;
  max-width: 100%;
  letter-spacing: 1px;
}
@media only screen and (max-width: 767px) {
  .secStep01Item + .secStep01Item {
    margin-top: 30px;
  }
  .secStep01Item .titItem {
    font-size: 15px;
    padding: 11.5px;
    letter-spacing: 1px;
  }
  .secStep01Item select {
    min-width: auto;
    width: 100%;
    margin-top: 20px;
    padding-left: 5px;
    letter-spacing: 0;
  }
}

/* secCalendarLegend */
.secCalendarLegend {
  display: flex;
  display: -webkit-flex;
  margin-top: 10px;
}
.secCalendarLegend .tit {
  width: 133px;
  height: 40px;
  font-size: 16px;
  font-weight: bold;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  background: #ebeeef;
  border: 1px solid #bac6ca;
  letter-spacing: 2px;
}
.secCalendarLegend .boxList {
  width: calc(100% - 133px);
  border: 1px solid #bac6ca;
  border-left: none;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  padding: 0 20px;
}
.secCalendarLegend li {
  font-size: 14px;
  margin-right: 20px;
  letter-spacing: 1px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
}
@media only screen and (max-width: 767px) {
  .secCalendarLegend {
    display: block;
  }
  .secCalendarLegend .tit {
    width: 100%;
    height: 22px;
    font-size: 12px;
    letter-spacing: 1px;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    padding-left: 7px;
  }
  .secCalendarLegend .boxList {
    width: 100%;
    border-top: none;
    border-left: 1px solid #bac6ca;
    display: block;
    padding: 10px;
  }
  .secCalendarLegend li {
    font-size: 12px;
    margin: 0 0 9px 0;
    letter-spacing: 0.75px;
  }
  .secCalendarLegend li:last-child {
    margin-bottom: 0;
  }
  .secCalendarLegend img {
    width: auto;
    height: 10px;
  }
  .secCalendarLegend li:last-child img {
    height: 9px;
  }
}

/* secCalendarNote */
.secCalendarNote {
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 37px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .secCalendarNote {
    font-size: 12px;
    letter-spacing: 0.75px;
    margin-top: 18px;
  }
}

/* secCalendarTable */
.secCalendarTable {
  position: relative;
}
.secCalendarTable .boxHead {
  background: #ebeeef;
  border: 1px solid #bac6ca;
  border-bottom: none;
  margin-top: 37px;
  position: relative;
}
.secCalendarTable .titHead {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  padding: 17px 0;
  letter-spacing: 2px;
}
.secCalendarTable .btnPrev,
.secCalendarTable .btnNext {
  background: #177592;
  width: 70px;
  height: 32px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #fff;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: absolute;
  top: calc(50% - 16px);
}
.secCalendarTable .btnPrev {
  left: 19px;
}
.secCalendarTable .btnPrev::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-right: 6px solid #fff;
}
.secCalendarTable .btnNext {
  right: 19px;
}
.secCalendarTable .btnNext::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 4px solid transparent;
  border-left: 6px solid #fff;
}
.secCalendarTable .txtBtn {
  margin: 0 10px;
}
.secCalendarTable .boxBody {
  width: 100%;
  table-layout: fixed;
}
.secCalendarTable th {
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  background: #ebeeef;
  border: solid 1px #bac6ca;
}
.secCalendarTable th:nth-child(6) {
  background: #d5f2fb;
}
.secCalendarTable th:nth-child(7) {
  background: #fde8ee;
}
.secCalendarTable td {
  height: 81px;
  border: solid 1px #bac6ca;
}
.secCalendarTable td[data-date] * {
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.secCalendarTable td[data-date]:hover {
  cursor: pointer;
}
.secCalendarTable td[data-date]:hover * {
  opacity: 0.8;
}
.secCalendarTable .date {
  padding: 7px 0 0 12px;
  font-size: 16px;
}
.secCalendarTable td .txt {
  text-align: center;
  margin-top: 5px;
}
.secCalendarTable td:nth-child(6) {
  background: #f2fbfe;
}
.secCalendarTable td:nth-child(7) {
  background: #fef8fa;
}
.secCalendarTable td.noDate {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAIklEQVQYV2NkQAJnzpz5zwjjgzgmJiaMYAEYB8RmROaABAD4hQ9oQLNSJQAAAABJRU5ErkJggg==)
    repeat;
}
.secCalendarTable td.closed {
  background: #f8fafa;
}
.secCalendarTable .closed .txt {
  color: #999;
  font-size: 16px;
  letter-spacing: 1px;
  margin-top: 10px;
}
.secCalendarTable .boxTime {
  display: none;
  width: 340px;
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
  padding: 31px 40px;
}
.secCalendarTable .btn {
  position: absolute;
  top: 13px;
  right: 45px;
}
.secCalendarTable .titTime {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  padding-bottom: 11px;
  border-bottom: 1px solid #fff;
}
.secCalendarTable .itemTime {
  background: #fff;
  margin-top: 10px;
}
.secCalendarTable .linkTime {
  display: block;
  font-size: 18px;
  color: #fff;
  padding: 11px 0;
  text-align: center;
  letter-spacing: 1px;
}
.secCalendarTable .linkTime.bg01 {
  background: #22add7;
}
.secCalendarTable .linkTime.bg02 {
  background: #d5c72c;
}
.secCalendarTable .linkTime.bg03 {
  background: #fac5d3;
  color: #d0204f;
}
@media only screen and (max-width: 767px) {
  .secCalendarTable .boxHead {
    margin-top: 18px;
  }
  .secCalendarTable .titHead {
    font-size: 14px;
    padding: 20.5px 0;
    letter-spacing: 1px;
  }
  .secCalendarTable .btnPrev,
  .secCalendarTable .btnNext {
    height: 35px;
    font-size: 12px;
    letter-spacing: 0.5px;
    top: calc(50% - 17.5px);
  }
  .secCalendarTable .btnPrev {
    width: 60px;
    left: 10px;
    border-radius: 5px;
  }
  .secCalendarTable .btnPrev::before {
    border-width: 3px;
    border-right-width: 4px;
  }
  .secCalendarTable .btnNext {
    width: 65px;
    right: 10px;
    border-radius: 5px;
    padding-left: 10px;
  }
  .secCalendarTable .btnNext::after {
    border-width: 3px;
    border-left-width: 4px;
  }
  .secCalendarTable .txtBtn {
    margin: 0 7px;
  }
  .secCalendarTable th {
    padding: 5px 0;
    font-size: 12px;
    width: 12.381vw;
  }
  .secCalendarTable td {
    height: 47px;
  }
  .secCalendarTable .date {
    font-size: 13px;
    padding: 3px 0 0 4px;
  }
  .secCalendarTable .closed .txt {
    font-size: 12px;
    letter-spacing: 0;
    margin-top: 4px;
  }
  .secCalendarTable .txt img {
    width: auto;
    height: 13px;
  }
  .secCalendarTable .txt img[alt="×"] {
    height: 11px;
  }
  .secCalendarTable .boxTime {
    width: 74.4%;
    padding: 20px;
  }
  .secCalendarTable .btn {
    top: 10px;
    right: 20px;
  }
  .secCalendarTable .titTime {
    font-size: 15px;
    letter-spacing: 0.5px;
    padding-bottom: 6px;
  }
  .secCalendarTable .itemTime {
    margin-top: 6px;
  }
  .secCalendarTable .linkTime {
    font-size: 13px;
    padding: 8px 0;
    letter-spacing: 0.5px;
  }
}

/* secTel */
.secTel a {
  display: block;
  width: 760px;
  margin: 90px auto 120px;
  color: #000;
  text-decoration: none;
  text-align: center;
}
.secTel .tit {
  background: #104556;
  font-size: 24px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 13px 0;
  letter-spacing: 2px;
}
.secTel .boxTxt {
  border: 3px solid #104556;
  background: #f9f5f1;
  border-top: none;
}
.secTel .txt01 {
  text-align: center;
  font-size: 60px;
  font-weight: bold;
  font-style: italic;
  color: #104556;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  padding-top: 24px;
  letter-spacing: 5px;
}
.secTel .txt01 img {
  margin-right: 15px;
}
.secTel .txt02 {
  width: 500px;
  margin: 16px auto 0;
  font-size: 16px;
  letter-spacing: 1px;
  border-top: 1px solid #104556;
  padding: 20px 0 30px;
}
.secTel .txtSmall {
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .secTel a {
    width: 100%;
    margin: 30px auto 50px;
  }
  .secTel .tit {
    font-size: 12px;
    letter-spacing: 1px;
    padding: 7px 0;
  }
  .secTel .boxTxt {
    border-width: 2px;
  }
  .secTel .txt01 {
    font-size: 30px;
    padding-top: 11px;
    letter-spacing: 3px;
  }
  .secTel .txt01 img {
    width: 15px;
    height: auto;
    margin-right: 5px;
  }
  .secTel .txt02 {
    width: 77.4%;
    margin: 8px auto 0;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 5px 0 17px;
  }
  .secTel .txtSmall {
    display: block;
    font-size: 10px;
    margin-top: 5px;
  }
}

/* footer */
#footer .bnr {
  display: none;
}

/*-----------------------------------------------
	form
-----------------------------------------------*/
/* secForm */
.secForm {
  margin-top: 72px;
}
.secForm .secFormTable {
  margin-top: 40px;
}
.secForm .secTaikanFlow,
.secForm .secFormNote {
  margin-top: 56px;
}
.secForm .btnForm {
  background: #177592;
}
.secForm .linkZip {
  display: inline-block;
  margin-left: 9px;
  font-size: 14px;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 1px solid #000;
  text-decoration: none!important;
}
.secForm .successCheck {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 15px 1px 0 4px;
}
.secForm .success + .successCheck,
.secForm .success.privacyCheck ~ .successCheck {
  background: url(../img/taikan/imgSuccess.gif) center top / cover
    no-repeat;
}
.secForm .successCheckTwo {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  margin: 12px 1px 0 4px;
}
.secForm .success +.success + .successCheckTwo{
  background: url(../img/taikan/imgSuccess.gif) center top / cover
    no-repeat;
}
.secForm .privacyCheck ~ .successCheck {
  margin-top: 0;
  vertical-align: middle;
}
.secForm .w100p {
  width: calc(100% - 37px);
}
.secFormTable input[type="text"].inputRequired.success,
.secFormTable input[type="tel"].inputRequired.success,
.secFormTable input[type="email"].inputRequired.success,
.secFormTable input[type="number"].inputRequired.success,
.secFormTable select.inputRequired.success {
  border: 1px solid #ccc;
  background: #fff;
}
.secForm .tdKana.disabledValidate .formError {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .secForm {
    margin-top: 8px;
  }
  .secForm .secFormTable,
  .secForm .secTaikanFlow,
  .secForm .secFormNote {
    margin-top: 20px;
  }
  .secFormTable input[type="text"],
  .secFormTable input[type="tel"],
  .secFormTable input[type="email"],
  .secFormTable input[type="number"],
  .secFormTable select {
    font-size: 16px;
  }
  .secForm .linkZip {
    margin: 0 0 0 10px;
    vertical-align: middle;
    font-size: 11px;
    padding-bottom: 0;
    border-bottom: 0;
    text-decoration: underline!important;
  }
  .secForm .wsZip {
    width: calc(100% - 180px);
  }
  .secForm .successCheck,
  .secForm .successCheckTwo {
    width: 20px;
    height: 20px;
    margin: 10px 1px 0 4px;
  }
  .secForm .w400,
  .secForm .w760,
  .secForm .w540 {
    width: calc(100% - 29px);
  }
  .secFormTable input[type="checkbox"] {
    width: 26px;
    height: 26px;
  }
}

/* mailcomplete */
.ui-widget {
  z-index: 1000 !important;
}
.ui-menu-item-wrapper {
  font-size: 13px;
  padding: 10px 15px !important;
}

/*-----------------------------------------------
	ok
-----------------------------------------------*/
/* secForm */
.secForm.ok {
  margin-bottom: 70px;
}

/* secEnquete */
.secEnquete {
  padding-bottom: 70px;
}
.secEnquete .bgTit {
  background: #0099cc;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  font-size: 24px;
  padding: 48px 0;
}
.secEnquete .bgTit .color {
  color: #ffff00;
}
.secEnquete .box {
  width: 1000px;
  margin: 0 auto;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 50px;
}
.secEnquete .boxTxt {
  text-align: center;
  font-size: 15px;
  letter-spacing: 4px;
  padding: 40px 0 0;
  line-height: 2;
}
.secEnquete .boxCaution {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 4px;
  padding: 40px 0 0;
  line-height: 2;
}
.secEnquete .btnEnquete {
  color: #fff;
  font-size: 18px;
  letter-spacing: 2px;
  text-align: center;
  background: #cc0000;
  width: 480px;
  display: block;
  margin: 40px auto 0;
  padding: 48px 0 49px;
}
.secEnquete .btnEnquete02 {
  display: block;
  width: 340px;
  height: 60px;
  background: #999;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  padding-top: 21px;
  text-decoration: none;
  letter-spacing: 2px;
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .secForm.ok {
    margin-bottom: 30px;
  }
  .secEnquete {
    padding-bottom: 50px;
  }
  .secEnquete .bgTit {
    letter-spacing: 1px;
    font-size: 18px;
    padding: 20px 5%;
    line-height: 1.5;
    text-align: left;
  }
  .secEnquete .box {
    width: 90%;
    padding-bottom: 30px;
  }
  .secEnquete .boxTxt {
    text-align: left;
    font-size: 13px;
    line-height: 23px;
    letter-spacing: 0.5px;
    padding: 30px 0 0;
  }
  .secEnquete .boxCaution {
    text-align: left;
    font-size: 13px;
    font-weight: bold;
    line-height: 23px;
    letter-spacing: 0.5px;
    padding: 30px 0 0;
  }
  .secEnquete .btnEnquete {
    width: 275px;
    margin-top: 30px;
    padding: 20px 5%;
    font-size: 15px;
  }
  .secEnquete .btnEnquete02 {
    width: 245px;
    margin-top: 30px;
    padding: 20px 5%;
    font-size: 15px;
    height: auto;
  }
}

/* 特典 */
#benefits {
  text-decoration: underline;
  color: #0099ff;
  cursor: pointer;
}
.toggle_btn {
  vertical-align: sub;
  width: 45px;
  margin-right: 5px;
}
@media only screen and (max-width: 767px) {
  .toggle_btn {
    width: 20px;
    margin: 0 3px 1px 1px;
  }
}

/* 土地さがしからの相談予約 */
.secTochiNote {
  width: 1000px;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin: 40px auto;
  text-align: left;
}
.pTochiNote {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.6;
  margin-top: 37px;
  text-align: center;
}
.gotoentry {
  text-align: center;
  width: 1000px;
  overflow: hidden;
  margin: 50px auto 0;
}
.backColor {
  background-color: #eeeeee;
  border-radius: 5px;
  margin: 5px 0 15px;
  padding: 5px 10px;
}
.tochiTit {
  font-weight: bold;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .secTochiNote {
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.75px;
    margin-top: 18px;
    text-align: left;
  }
  .pTochiNote {
    font-size: 14px;
    letter-spacing: 0.75px;
    margin-top: 15px;
    text-align: left;
    padding: 0 4.5%;
  }
  .gotoentry {
    width: 100%;
    margin: 25px auto 0;
    padding: 0 5.04%;
  }
  .tochiTit {
    font-size: 15px;
  }
}

/* 期間限定5000円キャンペーン */
.limitedContents {
  width: 1000px;
  margin: 40px auto;
}
.limitedContents .title {
  text-align: center;
  position: relative;
}
.limitedContents .title img {
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -100px;
}
.limitedContents .body {
  padding: 36px 20px 20px;
  background-color: #fd9355;
  text-align: center;
  border-radius: 10px 10px 0px 0px;
}
.limitedContents .textList {
  font-size: 15px;
  color: #333333;
  text-align: left;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .limitedContents {
    width: 100%;
    margin-top: 25px;
    position: relative;
  }
  .limitedContents .title {
    width: 150px;
    position: absolute;
    top: 5px;
    left: 50%;
    margin-left: -50px;
  }
  .limitedContents .title img {
    width: 100%;
  }
  .limitedContents .body {
    padding: 30px 20px 20px;
    border-radius: 0px 0px 0px 0px;
  }
  .limitedContents .body img {
    width: 100%;
  }
  .limitedContents .textList {
    padding: 15px 20px 15px 32px;
    font-size: 12px;
    color: #222;
    text-align: left;
    text-indent: -1em;
    border-radius: 0px 0px 0px 0px;
  }
}



.imgCover img{
	width:100%;
	height:100%;
	position:absolute;
	top:0;
	left:0;
	object-fit:cover;
}
.wrapperTaikan .imgBox {
  width: 40%;
}
.wrapperTaikan .imgBox .img {
  height: 0;
  padding-top: 75%;
}
.wrapperTaikan .flex {
  display: flex;
  margin-top: 40px;
}
.wrapperTaikan .boxInfo {
  margin-left: 50px;
}
.wrapperTaikan .boxInfo dl {
  display: flex;
  align-items: center;
  margin-bottom: 33px;
}
.wrapperTaikan .boxInfo dl:last-child {
  margin-bottom: 0;
}
.wrapperTaikan .boxInfo dl dt {
  width: 120px;
  height: 45px;
  border: 1px solid #CCC;
  font-size: 18px;
  text-align: center;
  padding: 14px 0;
  letter-spacing: 3px;
}
.wrapperTaikan .boxInfo dl dd {
  font-size: 18px;
  letter-spacing: 2px;
  margin-left: 20px;
}
.wrapperTaikan .Map {
  margin-top: 30px;
}
.wrapperTaikan .Map .tri {
  width: 15px;
  height: 15px;
  background: #000;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  display: inline-block;
}
.wrapperTaikan .w100 {
  width: 100%;
}
.wrapperTaikan .flex {
  margin-top: 20px;
}
.wrapperTaikan .Map .Txt {
  display: inline;
  font-size: 20px;
  font-weight: bold;
}
.wrapperTaikan .Map .mapBox {
  position: relative;
  padding-top: 38.74%;
  margin-top: 10px;
}
.wrapperTaikan .Map .mapBox iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.wrapperTaikan .Boxitem:not(.active) {
  display: none;
}
.wrapperTaikan .Boxitem .flex a{
  color: #000;
}
@media only screen and (max-width: 767px) {
  .wrapperTaikan {
    width: 92%;
    margin: 0 auto;
  }
  .wrapperTaikan .imgBox .img {
    width: 130px;
    padding-top: 97.5px;
  }
  .wrapperTaikan .imgBox {
    width: auto;
  }
  .wrapperTaikan .boxInfo {
    margin-left: 5px;
  }
  .wrapperTaikan .boxInfo dl {
    margin-bottom: 6px;
    align-items: flex-start;
  }
  .wrapperTaikan .boxInfo dl dt {
    padding: 3.5px 0;
    font-size: 11px;
    height: fit-content;
    width: 50px;
    letter-spacing: 1px;
  }
  .wrapperTaikan .boxInfo dl dd {
    font-size: 12px;
    margin-left: 6px;
    width: 75%;
    padding-top: 1px;
    line-height: 1.5;
  }
  .wrapperTaikan .Map {
    margin-top: 20px;
  }
  .wrapperTaikan .Map .Txt {
    font-size: 16px;
  }
  .wrapperTaikan .Map .tri {
    width: 12px;
    height: 12px;
  }
  .wrapperTaikan .Map .mapBox {
    margin-top: 5px;
    padding-top: 170px;
  }
}
@media only screen and (max-width: 345px) {
  .wrapperTaikan .boxInfo dl dd {
    font-size: 11px;
    padding-top: 3px;
  }
}

/* secMap */
.secMap{
  height: 460px;
  margin-top: 10px;
}
.secMap .wrapperMap{
  width: 100%;
  height: 100%;
}
.secMap .wrapperMap:nth-child(n+2){
  margin-top: 50px;
}
@media only screen and (max-width:767px){
  .secMap{
      height: 85.334vw;
  }
}