.main-visual {
  background: #fff;
  max-width: none;
}

.main-visual .slick-arrow {
  top: calc(50% - 15px);
}

.main-visual .slick-prev.slick-arrow {
  background: url("../img/index/maincarousel_arw.svg") no-repeat center center/contain;
  width: 16px;
  height: 30px;
  -webkit-transform: scaleX(-1) translateY(-50%);
          transform: scaleX(-1) translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .main-visual .slick-prev.slick-arrow:hover {
    background-image: url("../img/index/maincarousel_arw.svg");
    opacity: 0.7;
  }
}

.main-visual .slick-next.slick-arrow {
  background: url("../img/index/maincarousel_arw.svg") no-repeat center center/contain;
  width: 16px;
  height: 30px;
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .main-visual .slick-next.slick-arrow:hover {
    background-image: url("../img/index/maincarousel_arw.svg");
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 981px) {
  .main-visual {
    padding-top: 232px;
    padding-bottom: 30px;
    border-radius: 0 0 100px 100px;
  }
  .inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .main-visual .slick-prev {
    left: calc(50% - 22vw) !important;
  }
  .main-visual .slick-next {
    right: calc(50% - 12vw) !important;
  }
}
@media screen and (max-width: 980px) {
  .main-visual {
    margin: 0 auto;
    padding: 165px 0 30px;
    border-radius: 0 0 20px 20px;
  }
  .main-visual .inner {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1201px) {
  .main-visual .slick-prev {
    left: calc(50% - 310px) !important;
  }
  .main-visual .slick-next {
    right: calc(50% - 310px) !important;
  }
}
.main-visual .slide {
  margin: 0 30px;
}

@media screen and (max-width: 980px) {
  .main-visual .slide {
    margin: 0;
  }
}
.main-visual .slick-dots li[role=presentation] {
  margin: 0 5px;
}

.main-visual .slick-dots li {
  background: #333;
}

.main-visual .slick-dots li.slick-active {
  background: #FE7449;
}

.main-contents {
  padding: 55px 0 0;
}
@media screen and (max-width: 1030px) {
  .main-contents {
    padding: 55px 20px 0;
  }
}

.side {
  width: 260px;
  margin-right: 6%;
}
@media screen and (max-width: 980px) {
  .side {
    margin-bottom: 0;
  }
}

/*sectionPickupNews*/
.sectionPickupNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews {
    display: block;
    padding: 0;
  }
}
.sectionPickupNews .head {
  letter-spacing: -0.05em;
  font-size: 28px;
  font-weight: 900;
  margin-right: 25px;
  padding-right: 25px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews .head {
    padding-right: 0;
    margin-right: 0;
  }
}
.sectionPickupNews .head::after {
  content: "";
  position: absolute;
  right: -5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 29px;
  aspect-ratio: 1/2;
  background: url("../img/index/pickup_headline_icn.svg") no-repeat center center/contain;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews .head::after {
    width: 15px;
    right: auto;
    left: 180px;
  }
}
.sectionPickupNews .body {
  font-size: 16px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews .body {
    display: block;
    margin-top: 10px;
  }
}
.sectionPickupNews .body .date {
  color: #FE7449;
  white-space: nowrap;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews .body .date {
    margin-bottom: 5px;
  }
}
.sectionPickupNews .body .link a {
  display: inline-block;
  text-decoration: underline;
  margin-left: 10px;
  padding-right: 20px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .sectionPickupNews .body .link a {
    margin-left: 0;
    font-size: 14px;
  }
}
.sectionPickupNews .body .link a:after {
  content: "";
  width: 7px;
  height: 13px;
  background: url("../img/common/news_arw.svg") no-repeat center center/contain;
  position: absolute;
  right: -8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

/*sectionSearch*/
.sectionSearch .row {
  margin: 0;
}
.sectionSearch .search-area {
  border-radius: 70px;
  background: #FFB850;
  padding: 30px 50px 30px 50px;
}
@media screen and (max-width: 980px) {
  .sectionSearch .search-area {
    padding: 20px 10px;
    border-radius: 20px;
    margin: 0;
  }
}
.sectionSearch .search-label {
  color: #000;
  margin-left: 25px;
}
@media screen and (max-width: 980px) {
  .sectionSearch .search-label {
    margin-left: 5px;
  }
}
.sectionSearch .search-area .search-block:first-child {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.sectionSearch .search-select {
  border-radius: 70px;
  height: 55px;
  width: 228px;
}
@media screen and (max-width: 980px) {
  .sectionSearch .search-select {
    width: 100%;
  }
}
.sectionSearch .search-select:focus {
  border-color: #FE7449 !important;
}
.sectionSearch .select-arrow {
  background: url("../img/common/util_icn_arw_under.svg") no-repeat center center/contain;
  width: 12px;
  height: 12px;
}
.sectionSearch .search-input {
  height: 55px;
  width: 485px;
  border-radius: 70px !important;
  padding-left: 65px !important;
  line-height: 55px;
}
@media screen and (max-width: 980px) {
  .sectionSearch .search-input {
    width: 100%;
    padding-left: 55px !important;
  }
}
.sectionSearch .ms-hd__search {
  max-width: 485px;
}
.sectionSearch .ms-hd__input:focus {
  border-color: #FE7449 !important;
}
.sectionSearch .ms-hd__searchIcon {
  background: url("../img/common/util_icn_search.svg") no-repeat center center/contain;
  width: 24px;
  height: 22px;
  top: calc(50% + 8px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sectionSearch .ms-hd__input {
  height: 55px;
  background: #fff;
  border-radius: 50px !important;
  border: 1px solid #254845 !important;
}

/*itemarea*/
.itemarea {
  position: relative;
  padding-bottom: 180px;
}
.itemarea:before {
  content: "";
  width: 506px;
  height: 802px;
  background: url("../img/index/itemarea_deco.png") no-repeat center center/contain;
  position: absolute;
  top: 50px;
  left: calc(50vw - 254px);
  right: auto;
}
@media screen and (max-width: 980px) {
  .itemarea:before {
    display: none;
  }
}

/*sectionPickup*/
.sectionPickup {
  margin-top: 90px;
}
.sectionPickup .top-subTitle {
  font-size: 50px;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .sectionPickup .top-subTitle {
    font-size: 40px;
  }
}
.sectionPickup .top-subTitle .small {
  font-size: 16px;
  display: block;
  margin-left: 0;
}
@media screen and (max-width: 980px) {
  .sectionPickup .top-subTitle .small {
    font-size: 14px;
  }
}

/*sectionRecommenditem*/
.sectionRecommenditem {
  margin: 120px 0 0;
}
.sectionRecommenditem .top-subTitle {
  font-size: 40px;
  color: #FE7449;
  line-height: 1.2;
  text-align: left;
  margin-bottom: 10px;
}
@media screen and (max-width: 980px) {
  .sectionRecommenditem .top-subTitle {
    font-size: 30px;
  }
}
.sectionRecommenditem .top-subTitle .small {
  color: #333;
  font-size: 16px;
  display: block;
  margin-left: 0;
  margin-bottom: 8px;
}
@media screen and (max-width: 980px) {
  .sectionRecommenditem .top-subTitle .small {
    font-size: 14px;
  }
}

/*sectionRankingitem*/
.sectionRankingitem {
  position: relative;
  margin-top: 60px;
}
.sectionRankingitem .top-subTitle {
  color: #FE7449;
  font-size: 40px;
  line-height: 1.2;
  text-align: left;
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .top-subTitle {
    font-size: 30px;
  }
}
.sectionRankingitem .top-subTitle .small {
  color: #333;
  font-size: 16px;
  display: block;
  margin-left: 0;
  margin-bottom: 7px;
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .top-subTitle .small {
    font-size: 14px;
  }
}
.sectionRankingitem .tab-wrap .tab-list {
  background: #fff;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px;
  margin-top: 8px;
}
@media screen and (max-width: 1030px) {
  .sectionRankingitem .tab-wrap .tab-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px;
  }
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .tab-wrap .tab-list {
    border-radius: 20px;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.sectionRankingitem .tab-wrap .tab-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px dashed #FE7449;
  padding: 5px 0;
  text-align: center;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .tab-wrap .tab-list li {
    border-right: none;
    border-bottom: 1px dashed #FE7449;
    width: 100%;
    padding-top: 0;
    padding-bottom: 10px;
  }
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .sectionRankingitem .tab-wrap .tab-list li:hover {
    opacity: 0.7;
  }
}
.sectionRankingitem .tab-wrap .tab-list li:last-child {
  border-right: none;
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .tab-wrap .tab-list li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }
}
.sectionRankingitem .tab-wrap .tab-list li span {
  display: inline-block;
  padding: 0 5px;
  border-radius: 4px;
  font-size: 18px;
}
@media screen and (max-width: 1030px) {
  .sectionRankingitem .tab-wrap .tab-list li span {
    font-size: 16px;
  }
}
.sectionRankingitem .tab-wrap .tab-list li.is-current span {
  color: #fff;
  background-color: #FE7449;
}
.sectionRankingitem .tab-wrap .tab-panel {
  margin-top: 28px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: none;
}
.sectionRankingitem .tab-wrap .tab-panel.is-active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1030px) {
  .sectionRankingitem .tab-wrap .tab-panel {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head {
  width: 161px;
  margin-top: 35px;
  border-radius: 5px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 1030px) {
  .sectionRankingitem .tab-wrap .tab-panel .panel-head {
    width: 100%;
    margin-bottom: 30px;
  }
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head:before {
  content: "";
  width: 26px;
  height: 20px;
  background: url("../img/index/lanking_icn_category.svg") no-repeat center center/contain;
  position: absolute;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head .ttl {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 35px 5px 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #FE7449;
  border-radius: 5px 5px 0 0;
  color: #FE7449;
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head .content {
  font-size: 14px;
  font-weight: 400;
  margin-top: 15px;
  line-height: 1.9;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .sectionRankingitem .tab-wrap .tab-panel .panel-head .content {
    padding: 0 20px 25px;
  }
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head .content a {
  display: inline-block;
  margin-top: 0;
  padding-right: 30px;
  line-height: 1.6;
  color: #FE7449;
  text-decoration: underline;
  position: relative;
}
.sectionRankingitem .tab-wrap .tab-panel .panel-head .content a:after {
  content: "";
  width: 7px;
  height: 13px;
  background: url("../img/common/util_icn_arw_right.svg") no-repeat center center/contain;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sectionRankingitem .tab-wrap .tab-panel .panel-body {
  width: 641px;
}
@media screen and (max-width: 1030px) {
  .sectionRankingitem .tab-wrap .tab-panel .panel-body {
    width: 100%;
  }
}
.sectionRankingitem .tab-wrap .tab-panel .panel-body .c-carousel .slick-arrow {
  top: 116px;
}

.hints {
  background: #FFF1C9;
  border-radius: 100px 100px 0 0;
  padding-bottom: 70px;
}
@media screen and (max-width: 980px) {
  .hints {
    border-radius: 20px 20px 0 0;
  }
}
.hints-box {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.hints-headline {
  margin-bottom: 0;
  text-align: center;
}
.hints-headline span {
  display: inline-block;
  font-size: 40px;
  font-weight: 900;
  color: #fff;
  background: #FE7449;
  padding: 10px 130px 15px;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 980px) {
  .hints-headline span {
    font-size: 20px;
    padding: 5px 40px 10px;
  }
}
.hints-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 45px 30px;
  margin-top: 120px;
}
@media screen and (max-width: 980px) {
  .hints-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 30px;
  }
}
.hints-item a {
  display: block;
}
.hints-item a .-img {
  width: 100%;
  aspect-ratio: 383/279;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.hints-item a .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hints-item a .-txt {
  margin-top: 20px;
  padding: 0 5px;
}
.hints-item a .-txt .ttl {
  color: #333;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 980px) {
  .hints-item a .-txt .ttl {
    font-size: 16px;
  }
}
.hints-item a .-txt .lead {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  line-height: 1.7;
}
@media screen and (max-width: 980px) {
  .hints-item a .-txt .lead {
    font-size: 14px;
  }
}
@media screen and (max-width: 980px) {
  .hints-item + .hints-item {
    margin-top: 30px;
  }
}

.news {
  padding: 100px 0 60px;
}
@media screen and (max-width: 980px) {
  .news {
    padding: 50px 0 30px;
  }
}
.news-headline {
  line-height: 1;
  font-size: 16px;
  text-align: center;
  margin-bottom: 0;
}
.news-headline .en {
  display: block;
  line-height: 1;
  font-size: 75px;
  font-weight: 900;
}
@media screen and (max-width: 980px) {
  .news-headline .en {
    font-size: 45px;
  }
}
.news-box {
  border-top: 1px solid #333;
  max-width: 900px;
  width: 90%;
  margin: 22px auto 0;
}
.news-list {
  max-width: 687px;
  width: 100%;
  margin: 35px auto 0;
}
.news-list li {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.news-list li + li {
  margin-top: 6px;
}
.news-list li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
@media screen and (max-width: 980px) {
  .news-list li dl {
    display: block;
  }
}
.news-list li dl dt {
  display: inline-block;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  background: rgba(255, 184, 80, 0.5);
  padding: 2px 20px;
  border-radius: 50px;
  margin-bottom: 0;
}
.news-list li dl dd {
  font-size: 16px;
  text-decoration: underline;
  padding-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media screen and (max-width: 980px) {
  .news-list li dl dd {
    margin-top: 10px;
    padding-left: 0;
  }
}
.news-list li dl dd a {
  display: block;
  width: 100%;
  padding-right: 20px;
  position: relative;
}
.news-list li dl dd a::after {
  content: "";
  width: 10px;
  height: 15px;
  background: url("../img/common/news_arw.svg") no-repeat center center/contain;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.news-btn {
  margin-top: 56px;
}
.news-btn a {
  border: none;
  background: #FE7449;
  position: relative;
}
.news-btn a::after {
  content: "";
  width: 7px;
  height: 12px;
  background: url("../img/common/btn_arw_wh.svg") no-repeat center center/contain;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (any-hover: hover) and (min-width: 981px) {
  .news-btn a:hover {
    background: #FFB850;
    border: none;
  }
}

.about {
  padding: 90px 0 160px;
}
@media screen and (max-width: 980px) {
  .about {
    padding: 50px 0 30px;
  }
}
.about-box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  border-radius: 30px;
  background: #fff;
  padding: 80px 100px 110px;
}
@media screen and (max-width: 980px) {
  .about-box {
    padding: 30px 20px;
    width: 100%;
  }
}
.about-headline {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 20px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .about-headline {
    font-size: 28px;
    padding-bottom: 10px;
  }
}
.about-headline:after {
  content: "";
  width: 58px;
  height: 10px;
  border-radius: 50px;
  background: #FE7449;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 980px) {
  .about-headline:after {
    height: 6px;
  }
}
.about-unit01 {
  margin-top: 100px;
  min-height: 409px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .about-unit01 {
    margin-top: 50px;
  }
}
.about-unit01 .-head {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .about-unit01 .-head {
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .about-unit01 .-head {
    font-size: 16px;
  }
}
.about-unit01 .-head .ttl {
  display: block;
  font-size: 30px;
  font-weight: 700;
  color: #FE7449;
  margin-top: 5px;
}
@media screen and (max-width: 980px) {
  .about-unit01 .-head .ttl {
    font-size: 24px;
  }
}
.about-unit01 .-img {
  position: absolute;
  right: 0;
  top: 0;
  width: 409px;
}
@media screen and (max-width: 1030px) {
  .about-unit01 .-img {
    position: relative;
    width: 100%;
    margin: 20px auto;
    text-align: center;
  }
}
.about-unit01 .-txt {
  max-width: 516px;
  margin-top: 40px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 1030px) {
  .about-unit01 .-txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 30px auto 0;
  }
}
.about-unit02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 50px;
}
@media screen and (max-width: 1030px) {
  .about-unit02 {
    display: block;
    margin-top: 60px;
  }
}
.about-unit02 .-img {
  width: 409px;
}
@media screen and (max-width: 1030px) {
  .about-unit02 .-img {
    margin: 20px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 980px) {
  .about-unit02 .-img {
    width: 100%;
  }
}
.about-unit02 .-txt {
  max-width: 506px;
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 1030px) {
  .about-unit02 .-txt {
    text-align: center;
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .about-unit02 .-txt {
    font-size: 14px;
    line-height: 1.8;
    text-align: left;
    margin: 30px auto 0;
  }
}
.about-message {
  margin-top: 110px;
  position: relative;
}
@media screen and (max-width: 980px) {
  .about-message {
    margin-top: 50px;
  }
}
.about-message .-head {
  text-align: center;
}
.about-message .-head .lead {
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 980px) {
  .about-message .-head .lead {
    font-size: 14px;
  }
}
.about-message .-head .ttl {
  font-size: 22px;
  font-weight: 700;
  border-top: 1px solid #333;
  padding-top: 15px;
  margin-top: 15px;
}
@media screen and (max-width: 980px) {
  .about-message .-head .ttl {
    font-size: 18px;
    padding-top: 10px;
    margin-top: 10px;
  }
}
.about-message .-body {
  margin-top: 40px;
  padding-bottom: 150px;
}
@media screen and (max-width: 1030px) {
  .about-message .-body {
    padding-bottom: 80px;
  }
}
@media screen and (max-width: 980px) {
  .about-message .-body {
    padding-bottom: 50px;
  }
}
.about-message .-body p {
  font-size: 16px;
  line-height: 2.2;
}
@media screen and (max-width: 980px) {
  .about-message .-body p {
    font-size: 14px;
    line-height: 1.8;
  }
}
.about-message .-body p + p {
  margin-top: 32px;
}
.about-message .-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 360px;
  aspect-ratio: 360/283;
  border-radius: 10px;
  overflow: hidden;
}
.about-message .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 1030px) {
  .about-message .-img {
    position: relative;
    margin: 0 auto 0;
  }
}
.about-message .-foot {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 1030px) {
  .about-message .-foot {
    text-align: center;
    margin: 70px auto 0;
  }
}
@media screen and (max-width: 980px) {
  .about-message .-foot {
    font-size: 16px;
    margin: 30px auto 0;
    padding-bottom: 20px;
  }
}
.about-message .-foot .company {
  display: block;
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .about-message .-foot .company {
    font-size: 24px;
  }
}