.sidefix .main .topWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.main .btnWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.main .btnWrap .btnInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  border: 2px solid #408FE1;
  border-radius: 4px;
  padding: 50px 0 30px;
}
.main .btnWrap .btnInner .textContentsBox {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0 22px;
  width: 94.5454545455%;
  border-radius: 8px;
  background: #D6F4FF;
  overflow: hidden;
  z-index: 2;
}
.main .btnWrap .btnInner .textContentsBox .smallColorText {
  position: relative;
  z-index: 2;
  text-align: center;
  font: normal 700 18px/26px "Noto Sans JP", sans-serif;
  color: #3CC4EF;
}
.main .btnWrap .btnInner .textContentsBox .bigColorTextBox {
  position: relative;
  z-index: 2;
  margin: 10px auto 14px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 5px;
       column-gap: 5px;
}
.main .btnWrap .btnInner .textContentsBox .bigColorTextBox .left {
  margin-top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
  transform: rotate(-31.6deg);
}
.main .btnWrap .btnInner .textContentsBox .bigColorTextBox .bigColorText {
  position: relative;
  z-index: 2;
  text-align: center;
  font: normal 700 27px/20px "Noto Sans JP", sans-serif;
  color: #3CC4EF;
}
.main .btnWrap .btnInner .textContentsBox .bigColorTextBox .bigColorText:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 15px;
  background: #FCF06D;
  z-index: -1;
}
.main .btnWrap .btnInner .textContentsBox .bigColorTextBox .right {
  margin-top: 18px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 5px 0 5px;
  border-color: #007bff transparent transparent transparent;
  transform: rotate(31.6deg);
}
.main .btnWrap .btnInner .textContentsBox .desc {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  text-align: center;
  font: normal 500 15px/22px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .btnWrap .btnInner .textContentsBox .desc:last-child {
  margin-top: 8px;
}
.main .btnWrap .btnInner .textContentsBox .personBox {
  display: none;
}
.main .btnWrap .btnInner .btnBox {
  position: relative;
  margin-top: 20px;
  width: 94.5454545455%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 0.9615384615%;
       column-gap: 0.9615384615%;
  z-index: 2;
  flex-wrap: wrap;
  row-gap: 10px;
  background: #FFF;
}
.main .btnWrap .btnInner .btnBox .telLink {
  border-radius: 8px;
  width: 340px;
  max-height: 150px;
}
.main .btnWrap .btnInner .btnBox .telLink .topBox {
  width: 100%;
  height: 17px;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s ease-in-out;
  background: #1BABD9;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox {
  transition: all 0.4s ease-in-out;
  padding: 18px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 0 0 8px 8px;
  background: #3CC4EF;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .linkBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .linkBox .iconBox {
  width: 50px;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .linkBox .textBox .topText {
  font: normal 700 16px/23px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .linkBox .textBox .bottomText {
  margin-top: -8px;
  letter-spacing: 0.06em;
  font: normal 700 37px/50px "Archivo Narrow", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .infoBox {
  padding: 4px 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 8px;
}
.main .btnWrap .btnInner .btnBox .telLink .bottomBox .infoBox .desc {
  text-align: center;
  font: normal 700 14px/20px "Noto Sans JP", sans-serif;
  color: #3CC4EF;
}
.main .btnWrap .btnInner .btnBox .contactLink {
  border-radius: 8px;
  width: 340px;
  max-height: 150px;
}
.main .btnWrap .btnInner .btnBox .contactLink .topBox {
  width: 100%;
  height: 17px;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s ease-in-out;
  background: #106BC9;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox {
  transition: all 0.4s ease-in-out;
  padding: 18px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 0 0 8px 8px;
  background: #408FE1;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .linkBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .linkBox .iconBox {
  width: 50px;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .linkBox .textBox .topText {
  font: normal 700 16px/23px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .linkBox .textBox .bottomText {
  font: normal 700 24px/35px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .infoBox {
  padding: 4px 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 15px;
}
.main .btnWrap .btnInner .btnBox .contactLink .bottomBox .infoBox .desc {
  text-align: center;
  font: normal 700 14px/20px "Noto Sans JP", sans-serif;
  color: #408FE1;
}
.main .btnWrap .btnInner .btnBox .contactLink:hover .topBox {
  background: rgba(16, 107, 201, 0.6);
}
.main .btnWrap .btnInner .btnBox .contactLink:hover .bottomBox {
  background: rgba(64, 143, 225, 0.6);
}
.main .btnWrap .btnInner .btnBox .lineLink {
  border-radius: 8px;
  width: 340px;
  max-height: 150px;
}
.main .btnWrap .btnInner .btnBox .lineLink .topBox {
  width: 100%;
  height: 17px;
  border-radius: 8px 8px 0 0;
  transition: all 0.4s ease-in-out;
  background: #17B11D;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox {
  transition: all 0.4s ease-in-out;
  padding: 18px 10px 20px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
  border-radius: 0 0 8px 8px;
  background: #2DC733;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .iconBox {
  width: 50px;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .textBox .topText {
  font: normal 700 16px/23px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .textBox .bottomTextBox {
  display: flex;
  margin-top: -2px;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .textBox .bottomTextBox .id {
  margin-top: 12px;
  font: normal 700 20px/27px "Archivo Narrow", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .textBox .bottomTextBox .bottomText {
  letter-spacing: 0.04em;
  font: normal 700 30px/41px "Archivo Narrow", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .infoBox {
  padding: 4px 0;
  width: 100%;
  background: #FFFFFF;
  border-radius: 20px;
  margin-top: 10px;
}
.main .btnWrap .btnInner .btnBox .lineLink .bottomBox .infoBox .desc {
  text-align: center;
  font: normal 700 14px/20px "Noto Sans JP", sans-serif;
  color: #2DC733;
}
.main .btnWrap .btnInner .topTitBox {
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  padding: 6px 0 7px;
  width: 300px;
  background: #408FE1;
  border-radius: 4px;
}
.main .btnWrap .btnInner .topTitBox .tit {
  text-align: center;
  font: normal 700 17px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .btnWrap .btnInner .topTitBox .spIconBox {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -26px;
  width: 33px;
}
.main .lineupWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 0 0 80px;
}
.main .lineupWrap .lineupInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.main .lineupWrap .lineupInner .h2TitleBox {
  align-items: center;
}
.main .lineupWrap .lineupInner .desc {
  margin-top: 40px;
  text-align: center;
  font: normal 500 14px/27px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .lineupWrap .lineupInner .contentsBox {
  margin-top: 40px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -moz-column-gap: 2.1818181818%;
       column-gap: 2.1818181818%;
  row-gap: 40px;
  align-items: center;
  justify-content: center;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox {
  width: 31.8181818182%;
  min-width: 330px;
  border: 1px solid #3CC4EF;
  border-radius: 8px;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .topBox {
  width: 100%;
  padding: 10px 0;
  background: #3CC4EF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 8px 8px 0 0;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .topBox .title {
  letter-spacing: 0.04em;
  font: normal 700 20px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .imgBox {
  width: 100%;
  margin-bottom: 4px;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .imgBox .commonImg {
  height: 100%;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .infoBox {
  width: 90.8571428571%;
  padding: 6px 0 3px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #D9D9D9;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .infoBox .infoTit {
  min-width: 70px;
  font: normal 500 16px/28px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .infoBox .infoDesc {
  font: normal 500 16px/28px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .priceBox {
  width: 90.8571428571%;
  padding: 10px 0 20px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  -moz-column-gap: 20px;
       column-gap: 20px;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .priceBox .priceTit {
  font: normal 500 20px/32px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .lineupWrap .lineupInner .contentsBox .itemBox .priceBox .priceDesc {
  font: normal 500 24px/32px "Noto Sans JP", sans-serif;
  color: #E32D05;
}
.main .lineupWrap .lineupInner .btnBox {
  margin-top: 60px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 40px;
}
.main .lineupWrap .lineupInner .btnBox .commonBtn:last-child {
  background: #FCF06D;
  border: 2px solid #FCF06D;
}
.main .lineupWrap .lineupInner .btnBox .commonBtn:last-child:hover {
  background: #FFF;
}
.main .lineupWrap .lineupInner .btnBox .commonBtn:last-child .btnText {
  font: normal 700 16px/23px "Noto Sans JP", sans-serif;
  color: #137695;
}
.main .linkWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: #F3F7F9;
}
.main .linkWrap .linkInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.6363636364%;
       column-gap: 3.6363636364%;
  flex-direction: column;
  row-gap: 10px;
}
.main .linkWrap .linkInner .linkBox {
  position: relative;
  width: 40.9090909091%;
  aspect-ratio: 450/160;
  min-height: 160px;
  min-width: 350px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .linkWrap .linkInner .linkBox:hover .backBgc .backImg {
  transform: scale(1.1);
}
.main .linkWrap .linkInner .linkBox .backBgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .linkWrap .linkInner .linkBox .backBgc .backImg {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.main .linkWrap .linkInner .linkBox .linkText {
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
  font: normal 700 20px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .linkWrap .linkInner .linkBox .arrowBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.7777777778%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .linkWrap .linkInner .linkBox .arrowBox .arrow {
  font: normal 400 20px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .carWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.main .carWrap .carInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.main .carWrap .carInner .rowContentsBox {
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  width: 100%;
  border: 3px solid #3CC4EF;
  border-radius: 8px;
}
.main .carWrap .carInner .rowContentsBox:last-child {
  margin-top: 40px;
}
.main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox {
  position: relative;
  padding-left: 0;
}
.main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox .topTextBox {
  padding-right: 0;
}
.main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox .desc {
  padding-right: 0;
}
.main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox .bgcBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 178px;
  z-index: -1;
}
.main .carWrap .carInner .rowContentsBox .topBox {
  width: 100%;
  background: #3CC4EF;
  padding: 12px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.main .carWrap .carInner .rowContentsBox .topBox .title {
  font: normal 700 24px/35px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .carWrap .carInner .rowContentsBox .rowBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 40px;
  padding: 30px 20px;
}
.main .carWrap .carInner .rowContentsBox .rowBox .imgBox {
  position: relative;
  width: 100%;
  border-radius: 12px;
}
.main .carWrap .carInner .rowContentsBox .rowBox .imgBox .commonImg {
  border-radius: 12px;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox {
  position: relative;
  flex: 1;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .topTextBox {
  width: 100%;
  padding-right: 0;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .topTextBox p {
  display: inline;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .topTextBox .blackText {
  font: normal 700 20px/30px "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .topTextBox .colorText {
  background: linear-gradient(#FFF 40%, #FCF06D 60%);
  font: normal 700 20px/30px "Zen Kaku Gothic Antique", sans-serif;
  color: #10AEE0;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .desc {
  margin-top: 30px;
  padding-right: 0;
  font: normal 500 15px/25px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .commonBtn {
  margin: 30px auto 0;
}
.main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .bgcBox {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 211px;
  z-index: -1;
}
.main .newsWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
  background: #F3F7F9;
}
.main .newsWrap .newsInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}
.main .newsWrap .newsInner .newsBox {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  row-gap: 30px;
}
.main .newsWrap .newsInner .newsBox .textContentsBox {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.main .newsWrap .newsInner .newsBox .textContentsBox .h2TitleBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main .newsWrap .newsInner .newsBox .textContentsBox .h2TitleBox h2.title {
  font: normal 700 32px/46px "Noto Sans JP", sans-serif;
  color: #333;
}
.main .newsWrap .newsInner .newsBox .textContentsBox .h2TitleBox .bar {
  margin-top: 15px;
  width: 35px;
  height: 3px;
  background: #3CC4EF;
}
.main .newsWrap .newsInner .newsBox .textContentsBox .commonBtn {
  width: 150px;
  margin: 0;
}
.main .newsWrap .newsInner .newsBox .smoothNews {
  margin: 0 auto;
  width: 100%;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article {
  border-bottom: 1px solid #D6E3EA;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article:last-child {
  border-bottom: 0 solid #D6E3EA;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  transition: all 0.4s ease-in-out;
  padding: 16px 0;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a:hover {
  background-color: rgba(60, 196, 239, 0.3);
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a .divDate {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a .divDate .date {
  font: normal 500 15px/32px "Noto Sans JP", sans-serif;
  color: #595757;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a .divTitle {
  flex: 1;
}
.main .newsWrap .newsInner .newsBox .smoothNews section .article .a .divTitle .title {
  flex: 1;
  font: normal 500 15px/32px "Noto Sans JP", sans-serif;
  color: #595757;
}
.main .bottomLinkWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 80px 0;
}
.main .bottomLinkWrap .bottomLinkInner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  position: relative;
  width: 90%;
  margin: 0 auto;
  max-width: 1100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 3.6363636364%;
       column-gap: 3.6363636364%;
  flex-direction: column;
  row-gap: 10px;
  flex-wrap: wrap;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox {
  position: relative;
  width: 30.9090909091%;
  aspect-ratio: 340/160;
  min-height: 160px;
  min-width: 340px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox:hover .backBgc .backImg {
  transform: scale(1.1);
}
.main .bottomLinkWrap .bottomLinkInner .linkBox:first-child .linkText {
  position: relative;
  z-index: 2;
  letter-spacing: 0.2em;
  font: normal 700 20px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .backBgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .backBgc .backImg {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .textBox {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .textBox .iconBox {
  width: 28px;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .textBox .linkText {
  letter-spacing: 0.08em;
  font: normal 500 24px/32px "Archivo Narrow", sans-serif;
  color: #FFF;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .arrowBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 7.7777777778%;
  z-index: 2;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #FFF;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.main .bottomLinkWrap .bottomLinkInner .linkBox .arrowBox .arrow {
  font: normal 400 20px/29px "Noto Sans JP", sans-serif;
  color: #FFF;
}
.main .topWrap {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin-top: 95px;
  aspect-ratio: 1440/460;
  min-height: 460px;
}
.main .topWrap .backBgc {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.main .topWrap .backBgc .backImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  vertical-align: top;
  transition: all 0.4s ease-in-out;
  filter: brightness(0.8);
}
.main .topWrap .contentsBox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 4.8611111111%;
  z-index: 2;
}
.main .topWrap .contentsBox .textContentsBox {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}
.main .topWrap .contentsBox .textContentsBox .top p {
  display: inline-block;
}
.main .topWrap .contentsBox .textContentsBox .top .impText {
  font: normal 700 35px/48px "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
  padding-top: 15px;
  background-position: top left -2px;
  background-repeat: repeat-x;
  background-size: 39px 20px;
  background-image: radial-gradient(circle at center, #FFF853 10%, transparent 20%);
}
.main .topWrap .contentsBox .textContentsBox .top .circle {
  letter-spacing: 0.08em;
  margin-left: -10px;
  margin-right: -10px;
  font: normal 700 30px/48px "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
}
.main .topWrap .contentsBox .textContentsBox .top .text {
  margin-left: 0;
  font: normal 700 26px/47px "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
}
.main .topWrap .contentsBox .textContentsBox .bottom .tit {
  letter-spacing: -4px;
  font: normal 700 42px/50px "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF853;
}
.main .topWrap .contentsBox .textContentsBox .bottom .text {
  margin-left: 0;
  letter-spacing: 0.02em;
  font: normal 700 26px/46px "Zen Kaku Gothic Antique", sans-serif;
  color: #FFF;
}
.main .topWrap .contentsBox .imgContentsBox {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  justify-content: start;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  flex-wrap: wrap;
  row-gap: 10px;
}
.main .topWrap .contentsBox .imgContentsBox .imgBox {
  width: 120px;
}
.main .topWrap .personBox {
  position: absolute;
  right: -40px;
  bottom: 0;
  width: 220px;
  z-index: 1;
}

.imgBox.position-relative {
  position: relative;
  padding-top: 65%;
  margin-bottom: 10px;
}

.commonImg.position-absolute {
  position: absolute;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  /* object-fit: cover; */
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

@media (min-width: 1024px) {
  .main .topWrap {
    margin-top: 141px;
  }
  .main .topWrap .contentsBox {
    transform: translateY(-45%);
  }
  .main .topWrap .contentsBox .textContentsBox .bottom h1 {
    display: inline;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom p {
    display: inline;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom .text {
    margin-left: 10px;
  }
  .main .topWrap .personBox {
    right: 4.0277777778%;
  }
  .main .btnWrap {
    padding: 123px 0 80px;
  }
  .main .linkWrap .linkInner {
    flex-direction: row;
  }
  .main .carWrap .carInner .rowContentsBox:last-child .rowBox {
    flex-direction: row-reverse;
    -moz-column-gap: 10.7843137255%;
         column-gap: 10.7843137255%;
  }
  .main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox {
    padding-left: 67px;
  }
  .main .carWrap .carInner .rowContentsBox:last-child .rowBox .textContentsBox .bgcBox {
    right: -54px;
    bottom: -42px;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox {
    flex-direction: row;
    align-items: start;
    -moz-column-gap: 11.7647058824%;
         column-gap: 11.7647058824%;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox .imgBox {
    width: 42.4509803922%;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .topTextBox {
    padding-right: 10%;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .desc {
    padding-right: 15%;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox .textContentsBox .commonBtn {
    margin: 30px 0 0;
  }
  .main .newsWrap .newsInner .newsBox {
    flex-direction: row;
    -moz-column-gap: 10.9090909091%;
         column-gap: 10.9090909091%;
  }
  .main .newsWrap .newsInner .newsBox .textContentsBox {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    align-items: start;
  }
  .main .newsWrap .newsInner .newsBox .textContentsBox .commonBtn {
    margin: 50px 0 0;
  }
  .main .newsWrap .newsInner .newsBox .smoothNews {
    margin: 0 0 0 auto;
    width: 70.9090909091%;
  }
  .main .bottomLinkWrap .bottomLinkInner {
    flex-direction: row;
  }
}
@media (min-width: 1280px) {
  .main .topWrap .contentsBox {
    left: 11.8055555556%;
  }
  .main .btnWrap .btnInner {
    min-width: 1100px;
  }
  .main .btnWrap .btnInner .textContentsBox {
    overflow: visible;
  }
  .main .btnWrap .btnInner .btnBox {
    flex-wrap: nowrap;
  }
}
@media (min-width: 520px) {
  .main .topWrap .contentsBox .textContentsBox .top .impText {
    background-size: 46px 20px;
    font-size: 43px;
    line-height: 56px;
  }
  .main .topWrap .contentsBox .textContentsBox .top .circle {
    font-size: 43px;
    line-height: 56px;
  }
  .main .topWrap .contentsBox .textContentsBox .top .text {
    font-size: 34px;
    line-height: 55px;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom .tit {
    font-size: 50px;
    line-height: 58px;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom .text {
    font-size: 34px;
    line-height: 55px;
  }
  .main .topWrap .contentsBox .imgContentsBox .imgBox {
    width: 150px;
  }
}
@media (min-width: 414px) {
  .main .topWrap .contentsBox .textContentsBox .top .circle {
    font-size: 35px;
    line-height: 48px;
  }
  .main .topWrap .contentsBox .textContentsBox .top .text {
    margin-left: 10px;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom .tit {
    font-size: 46px;
    line-height: 54px;
  }
  .main .topWrap .contentsBox .textContentsBox .bottom .text {
    font-size: 30px;
    line-height: 50px;
  }
  .main .topWrap .contentsBox .imgContentsBox .imgBox {
    width: 130px;
  }
  .main .btnWrap .btnInner .textContentsBox .smallColorText {
    font-size: 20px;
    line-height: 28px;
  }
  .main .btnWrap .btnInner .textContentsBox .bigColorTextBox .left {
    border-width: 26.5px 5px 0 5px;
  }
  .main .btnWrap .btnInner .textContentsBox .bigColorTextBox .bigColorText {
    font-size: 30px;
    line-height: 22px;
  }
  .main .btnWrap .btnInner .textContentsBox .bigColorTextBox .right {
    border-width: 26.5px 5px 0 5px;
  }
  .main .btnWrap .btnInner .btnBox .lineLink .bottomBox .linkBox .textBox .bottomTextBox .bottomText {
    font-size: 32px;
    line-height: 43px;
  }
  .main .lineupWrap .lineupInner .desc {
    font-size: 15px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .main .topWrap .contentsBox .imgContentsBox {
    margin-top: 61px;
  }
  .main .topWrap .personBox {
    width: 300px;
  }
  .main .btnWrap .btnInner .textContentsBox .personBox {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 150px;
    z-index: -1;
  }
  .main .btnWrap .btnInner .btnBox .telLink {
    min-width: 340px;
  }
  .main .btnWrap .btnInner .btnBox .telLink .bottomBox {
    padding: 18px 20px 20px;
  }
  .main .btnWrap .btnInner .btnBox .contactLink {
    min-width: 340px;
  }
  .main .btnWrap .btnInner .btnBox .contactLink .bottomBox {
    padding: 18px 20px 20px;
  }
  .main .btnWrap .btnInner .btnBox .lineLink {
    min-width: 340px;
  }
  .main .btnWrap .btnInner .btnBox .lineLink .bottomBox {
    padding: 18px 20px 20px;
  }
  .main .linkWrap .linkInner .linkBox {
    min-width: 450px;
  }
  .main .carWrap .carInner .rowContentsBox .rowBox {
    padding: 30px 40px;
  }
  .main .bottomLinkWrap .bottomLinkInner .linkBox {
    min-width: 340px;
  }
}
@media (min-width: 960px) {
  .main .topWrap .contentsBox .imgContentsBox .imgBox {
    width: 200px;
  }
}
@media (min-width: 570px) {
  .main .btnWrap .btnInner .textContentsBox .smallColorText {
    font-size: 24px;
    line-height: 32px;
  }
  .main .btnWrap .btnInner .textContentsBox .bigColorTextBox {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .main .btnWrap .btnInner .textContentsBox .bigColorTextBox .bigColorText {
    font-size: 40px;
    line-height: 32px;
  }
  .main .btnWrap .btnInner .topTitBox {
    width: 344px;
  }
  .main .btnWrap .btnInner .topTitBox .tit {
    font-size: 20px;
    line-height: 32px;
  }
}
@media (min-width: 768px) and (min-width: 1024px) {
  .main .btnWrap .btnInner .textContentsBox .personBox {
    bottom: -20px;
    width: 240px;
  }
}
@media (min-width: 768px) and (min-width: 1140px) {
  .main .btnWrap .btnInner .textContentsBox .personBox {
    width: 269px;
    left: 2.4038461538%;
  }
}
@media (min-width: 550px) {
  .main .lineupWrap .lineupInner .btnBox {
    flex-direction: row;
    -moz-column-gap: 40px;
         column-gap: 40px;
  }
}
@media (min-width: 500px) {
  .main .newsWrap .newsInner .newsBox .textContentsBox .commonBtn {
    width: 220px;
  }
}
@media (min-width: 769px) {
  .main .newsWrap .newsInner .newsBox .smoothNews section .article .a {
    display: flex;
    flex-direction: row;
    -moz-column-gap: 15.3846153846%;
         column-gap: 15.3846153846%;
    align-items: center;
  }
}