@charset "Shift_JIS";
body {
  margin: 0;
}

.isSp {
  display: none;
}

div.container_.col1_ {
  overflow: hidden;
  background: #f7f7f7;
}
div.container_.col1_ img {
  image-rendering: -webkit-optimize-contrast;
  image-rendering: crisp-edges;
}

div.container_ div.contents_ {
  width: 100%;
}

div.container_.col1_ div.contents {
  width: 100%;
  overflow: hidden;
}

.first_page_ {
  color: #222;
}

.navitopicpath_ {
  margin-top: 0;
  padding-top: 24px;
  background: #f7f7f7;
}

.first_fixed_btn {
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 90px;
  background: rgba(255, 255, 255, 0.5);
}

.first_fixed_link {
  margin: 15px auto;
  display: block;
  width: 800px;
  line-height: 60px;
  text-align: center;
  font-size: 20px;
  background: #2996CC;
  color: #fff;
  border-radius: 3px;
}

.first_impression {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 70px;
  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;
}

.first_impression_logo {
  width: 267px;
}
.first_impression_logo img {
  width: 100%;
  height: auto;
}

.first_impression_img {
  overflow: hidden;
  max-width: 814px;
  max-height: 626px;
  margin-top: -73px;
  margin-right: -100px;
}
.first_impression_img img {
  width: 100%;
  height: auto;
}

h1.first_head1 {
  font-weight: bold;
  white-space: nowrap;
  font-size: 41px;
  margin: 20px 0 40px;
}

.first_impression_txt {
  font-size: 16px;
}

h2.first_head2 {
  text-align: center;
  font-size: 41px;
}
h2.first_head2 span {
  font-family: "Roboto", "sans-serif";
  color: #6FB0E7;
  display: inline-block;
  font-size: 93px;
  margin: 0 10px;
  vertical-align: sub;
}

.first_service {
  padding-bottom: 100px;
}

.first_service-list {
  width: 1200px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
  margin-top: 40px;
  padding: 0 25px;
}

.first_service-item {
  background: #fff;
  padding: 20px;
  border-radius: 20px;
}

.first_service-subttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 6px;
}

.first_service-title {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
}

.first_service-txt {
  font-size: 16px;
  margin-top: 20px;
  height: 95px;
}

.first_service-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 162px;
  margin-bottom: 10px;
}
.first_service-img img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  margin: 0 auto;
}
.first_service-img .icon-point {
  width: 119px;
}
.first_service-img .icon-truck {
  width: 146px;
}
.first_service-img .icon-365 {
  width: 95px;
}
.first_service-img .icon-pay {
  width: 193px;
}
.first_service-img .icon-favorite {
  width: 160px;
}
.first_service-img .icon-item {
  width: 138px;
}
.first_service-img .icon-mail {
  width: 138px;
}
.first_service-img .icon-box {
  width: 160px;
}

.first_service-link {
  margin-top: 30px;
  display: block;
  color: #6FB0E7;
  border: solid 2px #6FB0E7;
  border-radius: 20px;
  line-height: 34px;
  font-size: 14px;
  text-align: center;
}
.first_service-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.first_order {
  padding: 120px 0;
  position: relative;
  background: #fff;
}

.first_order_list {
  margin: 70px auto 0;
  width: 1200px;
  counter-reset: number;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 25px;
  padding: 0 25px;
}

.first_order_item {
  position: relative;
}
.first_order_item::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  top: -10px;
  left: -10px;
  background: #55B1F2;
  border-radius: 50%;
  color: #fff;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 26px;
  width: 43px;
  height: 43px;
}

.first_order_thumbnail {
  margin-bottom: 18px;
}
.first_order_thumbnail img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.first_order_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 22px;
}

.first_order-link {
  display: block;
  text-align: center;
  font-weight: bold;
  border: solid 2px #55B1F2;
  color: #55B1F2;
  border-radius: 28px;
  font-size: 16px;
  width: 272px;
  margin: 60px auto 0;
  line-height: 56px;
}
.first_order-link:hover {
  opacity: 0.8;
  text-decoration: none;
}

.first_mypage {
  padding: 90px 0;
}

.first_mypage_img {
  width: 1221px;
  margin: 50px auto 0;
}
.first_mypage_img img {
  width: 100%;
  height: auto;
}

.app_mv {
  width: 100%;
  position: relative;
  height: 640px;
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #f4b6bf), color-stop(50%, #f0a7b2));
  background: linear-gradient(to right, #f4b6bf 50%, #f0a7b2 50%);
}

.app_mv_ttl_wrap {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.app_mv_ttl {
  position: absolute;
  z-index: 1;
  background: #ED4C4C;
  top: 56px;
  right: 24px;
  width: 593px;
  line-height: 40px;
  text-align: center;
  border-radius: 7px;
  font-size: 24px;
  font-family: "A-OTF Jun Pro", "A-OTF じゅん Pro", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
  color: #fff;
}

.app_mv_wrap {
  position: relative;
  height: 640px;
  background-image: url("../../new_img/usr/freepage/apt/kv01.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 640px;
}

.app_mv_btn_content {
  position: absolute;
  right: 0px;
  bottom: 70px;
  left: 540px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
}

.app_mv_btn_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

.app_mv_btn_content_txt {
  font-weight: bold;
  padding-top: 10px;
  font-size: 11px;
}

.app_mv_btn_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 156px;
  text-align: center;
}

.app_mv_btn01 {
  margin-right: 20px;
}

h3.first_head3 {
  font-weight: bold;
  color: #222;
  text-align: center;
  font-size: 28px;
  margin-bottom: 50px;
}

.first_search {
  background: #fff;
  padding: 120px 0;
}

.first_search-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 27px;
}

.first_search-item {
  border-radius: 20px;
  background: #F7F7F7;
  width: 162px;
  height: 178px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.first_search-link {
  color: #222;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first_search-link:hover {
  text-decoration: none;
  opacity: 0.8;
}

.first_search-icon {
  height: 71px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.first_search-icon img {
  width: 100%;
  height: auto;
}

.first_search-txt {
  font-weight: bold;
  font-size: 18px;
  margin-top: 20px;
}
.first_search-txt span {
  display: block;
  font-size: 14px;
}

.first_faq {
  padding: 60px 0 160px;
}

.first_faq_inner {
  background: #fff;
  margin: 0 auto;
  width: 1060px;
  padding: 50px 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.first_faq-list {
  border-top: solid 1px #E8E8E8;
}

.first_faq-item {
  font-size: 16px;
  padding: 30px 0;
  border-bottom: solid 1px #E8E8E8;
}

.first_faq-quest {
  padding-right: 100px;
  font-weight: bold;
  position: relative;
}
.first_faq-quest::after {
  position: absolute;
  content: "";
  width: 13px;
  height: 13px;
  top: 50%;
  right: 10px;
  border-left: solid 1px #999999;
  border-bottom: solid 1px #999999;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
.first_faq-quest.isOpen::after {
  -webkit-transform: translateY(-50%) rotate(-225deg);
          transform: translateY(-50%) rotate(-225deg);
}

.first_faq-answer {
  padding-top: 30px;
}

.first_faq-link {
  display: block;
  text-align: center;
  font-weight: bold;
  border: solid 2px #55B1F2;
  color: #55B1F2;
  border-radius: 28px;
  font-size: 16px;
  width: 368px;
  margin: 46px auto 0;
  line-height: 56px;
}
.first_faq-link:hover {
  opacity: 0.8;
  text-decoration: none;
}