@charset "UTF-8";

.grecaptcha-badge {
  visibility: hidden;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

html{
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}
html.wf-active,
html.loading-delay {
}
html.android{
  font-size: 55%;
}
body {
  font-feature-settings: "palt";
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  margin: 0 auto;
  padding: 0;
  font-size:1.6rem;/* 16px*/
  line-height: 2;
  letter-spacing: 0.05em;
  position: relative;
  min-width: 1080px;
  -webkit-font-smoothing:auto;
  letter-spacing: 0.05em;
  font-smoothing:auto;
  display: flex;
  flex-flow: column;
  min-height: 100vh;
  color: #3f3f3f;
  font-weight: 400;
  line-height: 1;
}
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type:none;
}
a:link, a:visited, a:hover, a:active {
  color: #000;
  text-decoration: none;
}
a:hover{
  cursor: pointer;
}
a[href^="tel:"] {
  pointer-events: none;
}
img{
  font-size: 0;
  vertical-align: middle;
}

.noto-sans-jp-txt {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.outfit-txt {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
}

/*===== 共通パーツ =====*/

.cb{
  clear:both;
}
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.flex-j-between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex-j-center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-j-end {
  -webkit-justify-content: end;
  -ms-flex-pack: end;
  justify-content: end;
}
.flex-a-ctr {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex-a-stt {
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.flex-a-end {
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.flex-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-flow: row-reverse;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.line0{line-height: 0;}
.line09{line-height: 0.9;}
.line1{line-height: 1;}
.pc-arrival{display: block;}
.sp-arrival{display: none;}
.sp-menu-ttl,.sp430,.sp600,.sp1280,.sp1500 {
  display: none!important;
}
.ie-fix {
  display: none;
}

.inner {
  width: 1440px;
  margin: 0 auto;
}
.inner-2 {
  width: 1240px;
  margin: 0 auto;
}
.p-none {
  pointer-events: none;
}

/*===== 共通パーツ =====*/

/*===== ヘッダー =====*/

.header {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  transition: all .3s ease .0s;
  width: 100%;
}
.header-wrapper {
  padding: 0 65px;
  height: 100px;
}
.header-left {
  position: relative;
}
.logo {
  position: absolute;
  top: -8px;
  left: 0;
  padding: 0 60px 55px 0;
  background: #fff;
  border-radius: 0 0 20px 0;
}
.logo:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/webp/corner.webp) no-repeat left top / contain;
  position: absolute;
  top: 58px;
  left: 100%;
}
.logo:after {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/webp/corner.webp) no-repeat left top / contain;
  position: absolute;
  top: 100%;
  left: 0;
}
.logo a {
  width: 275px;
  height: 65px;
  display: block;
  transition: all .3s ease .0s;
}
.logo img {
  width: 100%;
  height: 100%;
}
.logo a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.header-right a {
  display: block;
  border-radius: 0;
  font-weight: bold;
  text-align: center;
  transition: all .3s ease .0s;
  color: #010101;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 0 0 30px;
  font-weight: 500;
}
.header-right a:hover {
  color: #0070b8;
  transition: all .3s ease .0s;
}
.m-ig img {
  width: 35px;
}
.m-ig {
  transition: all .3s ease .0s;
}
.m-ig:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.try {
  position: relative;
}
.megaMenu {
  height: 0;
  margin: auto;
  overflow: hidden;
  position: absolute;
  text-align: center;
  top: 45px;
  transition: height .5s;
  width: 300px;
  left: 60%;
  transform: translateX(-50%);
}
.megaMenu-item {
  display: block;
  border: 1px solid #666666;
  border-top: transparent;
  background: #fff;
}
.megaMenu-item a {
  font-size: 1.4rem;
  margin: 0;
  padding: 15px 0;
  transition: all .5s ease .0s;
}
.megaMenu-item a:hover {
  background: #0070b8;
  color: #fff;
  transition: all .3s ease .0s;
}
.megaMenu-item:first-of-type {
  border-top: 1px solid #666666;
  border-radius: 10px 10px 0 0;
}
.megaMenu-item:last-of-type {
  border-radius: 0 0 10px 10px;
}
.megaMenu-item:first-of-type a {
  border-radius: 8px 8px 0 0;
}
.megaMenu-item:last-of-type a {
  border-radius: 0 0 8px 8px;
}
/* メニューをhoverした時のスタイル */
.header-item:hover .megaMenu {
  height: 390px;
  max-height: 400px;
}
.header-item:first-of-type:hover .megaMenu {
  height: 228px;
  max-height: 238px;
}
.header-item:nth-of-type(2):hover .megaMenu {
  height: 361px;
  max-height: 371px;
}
.header-item:nth-of-type(3):hover .megaMenu {
  height: 363px;
  max-height: 373px;
}
.header-item:nth-of-type(4):hover .megaMenu {
  height: 226px;
  max-height: 236px;
}
.header-right a.m-contact {
  border-radius: 8px;
  background: #0070b8;
  color: #fff;
  width: 250px;
  height: 60px;
  line-height: 58px;
  transition: all .3s ease .0s;
  margin: 0 0 0 40px;
}
.header-right a.m-contact:hover {
  background: #ff6e56;
  transition: all .3s ease .0s;
}
.is-fixed .header-left {
  position: relative;
  top: -30px;
  transition: all .3s ease .0s;
}
.is-fixed .logo {
  top: 0;
  padding: 0;
  transition: all .3s ease .0s;
}
.is-fixed .logo a {
  width: 220px;
  height: auto;
  transition: all .3s ease .0s;
}
.is-fixed .logo:before,
.is-fixed .logo:after {
  display: none;
}

.main-area::before {
  content: "";
  display: block;
  width: 65px;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}

/*===== ヘッダー =====*/

/*===== メイン =====*/

.main-area {
  position: relative;
  height:88vh;
}

@keyframes infinity-scroll-left {
    from {
      transform: translateX(0);
    }
      to {
      transform: translateX(-100%);
    }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin: 100px 0 0;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 130s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: calc(100vw / 1.85);
  height:88vh;
  margin: 0 10px 0 0;
}
.scroll-infinity__item>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 40px;
}
.scroll-infinity__item:nth-of-type(4) img {
  object-position: center right;
}

.main-news {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  width: 34.5%;
  padding: 0 80px 0 0;
  background: #fff;
  border-radius: 20px 0 0 0;
}
.main-news:before {
  content: "";
  display: block;
  width: 23px;
  height: 23px;
  background: url(../img/webp/corner.webp) no-repeat left top / contain;
  position: absolute;
  left: -23px;
  bottom: 0;
  transform: rotate(180deg);
}
.main-news-box {
  background: #fff;
  border-radius: 20px 0 0 0;
  padding: 30px 0 48px 30px;
}
.slick-arrow:before{
  content:""!important;
  width: 100%!important;
  height: 100%!important;
  position: absolute;
  top: 0;
  left: 0;
}
.slick-next {
  right: -25px;
  top: 55px;
  top: 55px;
  width: 10px;
  height: 16px;
}
.slick-next:before{
  background: url(../img/webp/miniarrow-k.webp) no-repeat;!important;
  background-size: contain!important;
}
.slick-prev:before{
  content:""!important;
  background-size: contain!important;
}

.date-cat .date {
  color: #3f3f3f;
  font-size: 1.5rem;
  line-height: 1;
}
.date-cat .cat {
  color: #fff;
  font-size: 1.4rem;
  background: #adadad;
  border-radius: 5px;
  margin: 0 0 0 15px;
  padding: 4px 13px;
}
.slide .ttl {
  color: #3f3f3f;
  font-size: 1.5rem;
  margin: 30px 0 0;
}
.slide a {
  transition: all .3s ease .0s;
}
.slide a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}

.copy {
  position: absolute;
  bottom: -90px;
  left: 0;
  z-index: 10;
}
.group img {
  width: 415px;
}
.group p {
  color: #fff;
  margin: 0 0 0 25px;
}
.group p span:first-of-type {
  font-size: 4.8rem;
  font-weight: 700;
  display: block;
}
.group p span:last-of-type {
  font-size: 3.9rem;
  font-weight: 700;
  display: block;
  margin: 20px 0 0;
}

.top-block {
  padding: 100px 0;
}


.top01 .top-box {
  position: relative;
}
.top01 .top-box:before {
  content: "";
  width: 455px;
  height: 259px;
  background: url(../img/webp/lorry.webp) no-repeat;
  display: block;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 0;
}
.top01 .top-box:after {
  content: "";
  width: 595px;
  height: 390px;
  background: url(../img/webp/lorry-txt.webp) no-repeat;
  display: block;
  background-size: cover;
  position: absolute;
  right: 0;
  bottom: -60px;
  z-index: 0;
}
.top01 h3 {
  position: relative;
  font-size: 2rem;
  color: #666666;
  z-index: 1;
}
.top01 h2 {
  position: relative;
  font-size: 3rem;
  line-height: 4.5rem;
  color: #191919;
  margin: 32px 0 -8px;
  letter-spacing: 0.05em;
  font-feature-settings: normal;
  z-index: 1;
}
.top01 p {
  position: relative;
  font-size: 2rem;
  line-height: 3.6rem;
  color: #3f3f3f;
  margin: 34px 0 57px;
  z-index: 1;
}
.top01 p span {
  margin: -20px 0 0;
  display: block;
}
.btn {
  line-height:1;
  margin: 0 auto;
}
.btn a:before,
.btn button:before  {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: -1;
  transition: all .3s ease .0s;
}
.btn a:after,
.btn button:after {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: linear-gradient(135deg, #0070b8, #0070b8);
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%) scale(0);
  z-index: -1;
  transition: all .3s ease .0s;
}
.btn a i:before,
.btn button i:before {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow.webp) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.btn a i:after,
.btn button i:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: all .3s ease .0s;
}
.btn a,.btn button {
  width: 360px;
  height: 75px;
  background: #eaeff3;
  border-radius: 6px;
  padding: 0 15px 0 30px;
  font-size: 2rem;
  font-weight: 500;
  position: relative;
  z-index: 1;
  transition: all .3s ease .0s;
  color: #191919;
}
.btn a i,.btn button i {
  display: block;
  position: relative;
  width: 36px;
  height: 36px;
  transition: all .3s ease .0s;
}
.btn a:hover,
.btn button:hover {
  background: #dee4e9;
}
.btn a:hover:before,
.btn button:hover:before {
  transform: translateY(-50%) scale(0);
}
.btn a:hover:after,
.btn button:hover:after {
  transform: translateY(-50%) scale(1);
}
.btn a:hover i:before,
.btn button:hover i:before {
  opacity:0;
}
.btn a:hover i:after,
.btn button:hover i:after {
  opacity:1;
}


.top02,.top04 {
  background: #eaeff2;
}
.sub-h {
  color: #191919;
  font-size: 1.5rem;
  font-weight: 500;
}
.main-ttl a {
  position: relative;
  display: inline-block;
  color: #0070b8;
  font-size: 8rem;
  transition: all .3s ease .0s;
  margin: 8px 0 -10px;
}
.main-ttl a:hover {
  transition: all .3s ease .0s;
}
.main-ttl a:before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background: #ff6e56;
  position: absolute;
  right: -55px;
  bottom: 20px;
}
.main-ttl a:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
  position: absolute;
  right: -46px;
  bottom: 30px;
}
.main-ttl a span:after {
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #0070b8;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform 0.3s;
}
.main-ttl a:hover span:after {
  transform: scale(1, 1);
}
.top-service-box {
  margin: 40px 0 0;
}
.top-service-menu {
  width: calc(100% / 3 - 8px);
  border-radius: 7px;
  background: #fff;
  padding: 40px 25px;
  text-align: center;
}
.top-service-menu img {
  width: auto;
  height: 45px;
  margin: 0 auto;
}
.top-service-menu h3 {
  font-size: 2.8rem;
  color: #43403f;
  margin: 40px 0;
  line-height: 1;
  font-weight: 500; 
}
.top-service-menu ul li {
  margin: 6px 0 0;
}
.top-service-menu ul li:first-of-type {
  margin: 0;
}
.top-service-menu ul li a {
  position: relative;
  border: 1px solid #cccccc;
  border-radius: 8px;
  font-size: 1.7rem;
  line-height: 2.4rem;
  color: #43403f;
  display: block;
  padding: 12px 45px 12px 25px;
  font-weight: 500;
  text-align: left;
  transition: all .3s ease .0s;
}
.top-service-menu ul li a:after {
  content: "";
  display: block;
  width: 8px;
  height: 12px;
  background: url(../img/webp/miniarrow-b.webp) no-repeat center / contain;
  position: absolute;
  right: 25px;
  top: 40%;
  transition: all .3s ease .0s;
}
.top-service-menu ul li a:hover {
  transition: all .3s ease .0s;
  border: 1px solid #0070b8;
  background: #0070b8;
  color: #fff;
}
.top-service-menu ul li a:hover:after {
  background: url(../img/webp/miniarrow-w.webp) no-repeat center / contain;
  transition: all .3s ease .0s;
}
.top-service-caution {
  border: 4px solid #ff6e56;
  margin: 40px 0 0;
}
.top-service-caution h3 {
  font-size: 2rem;
  color: #fff;
  background: #ff6e56;
  padding: 0 50px;
  width: 265px;
  font-weight: 500;
}
.top-service-caution h3 img {
  width: 30px;
  margin: 0 15px 0 0;
}
.top-service-caution ul li a img {
  width: auto;
  height: 60px;
  margin: 0 30px 0 0;
}
.top-service-caution ul {
  width: calc(100% - 265px);
}
.top-service-caution ul li {
  width: calc(100% / 3);
}
.top-service-caution ul li:first-of-type,
.top-service-caution ul li:nth-of-type(2) {
  border-right: 4px solid #ff6e56;
}
.top-service-caution ul li a {
  background: #fff;
  padding: 10px 0;
  font-size: 1.7rem;
  color: #ee3719;
  font-weight: 500;
  transition: all .3s ease .0s;
}
.top-service-caution ul li a:hover {
  transition: all .3s ease .0s;
  opacity: 0.7;
}

.top03 .top-box {
  position: relative;
}
.top-product-slide{    
  overflow: hidden;
  margin: 40px calc((100vw - 1440px) / 2* -1) 0 0;
}
.top-product-slide img {
  width: 100%;
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide {
  width: 400px!important;
  height: 500px!important;
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide a {
  position: relative;
  display: block;
  transition: all .3s ease .0s;
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide a:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide a .product-img {
  overflow: hidden;
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-position: top right;
  mask-position: top right;
  border-radius: 20px;
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide a .product-img {
  -webkit-mask-image: url(../img/webp/mask.svg);
  mask-image: url(../img/webp/mask.svg);
}
.top-product-slide .swiper .swiper-wrapper .swiper-slide a .product-tag {
  position: absolute;
  top: 15px;
  right: 25px;
  font-size: 2rem;
  color: #191919;
  line-height: 1;
  font-weight: 500;
}
/* 前へ次への矢印カスタマイズ */
.top03 .swiper-button-prev,
.top03 .swiper-button-next {
  height: 50px;
  width: 50px;
  background: #0070b8;
  border-radius: 50%;
  transition: all .3s ease .0s;
}
.top03 .swiper-button-prev:hover,
.top03 .swiper-button-next:hover {
  background: #ff6e56;
  transition: all .3s ease .0s;
}
.top03 .swiper-button-prev {
  top: 75px;
  right: 65px;
  left: auto;
}
.top03 .swiper-button-next {
  top: 75px;
  right: 0;
}
/* 前へ次への矢印カスタマイズ */
.top03 .swiper-button-prev::after,
.top03 .swiper-button-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.top03 .swiper-button-prev::after {    
  background: url(../img/webp/miniarrow-w.webp) no-repeat;
  background-size: 9px;
  background-position: center;
  transform: scale(-1, 1);
}
/* 次への矢印カスタマイズ */
.top03 .swiper-button-next::after {
  background: url(../img/webp/miniarrow-w.webp) no-repeat;
  background-size: 9px;
  background-position: center;
}
/* 画像サイズ調整 */
.top03 .swiper-slide img {
  height: auto;
  width: 100%;
}


.top04 .main-ttl a:before,
.top04 .main-ttl a:after {
  display: none;
}
.top-box04-left img {
  border-radius: 20px;
}
.top-box04-left img:first-of-type {
  width: 350px;
  margin: 0 -175px 0 0;
  z-index: 1;
  position: relative;
}
.top-box04-left img:last-of-type {
  width: 540px;
}

.top-box04-right {
  width: 560px;
}
.top-box04-right p:last-of-type {
  color: #3f3f3f;
  font-size: 2rem;
  line-height: 3.6rem;
  margin: 30px 0 82px;
}
.top-box04-right p:last-of-type span {
  display: block;
  margin: 0 0 20px;
}
.btn-w a:before,
.btn-w button {
  background: linear-gradient(135deg, #0070b8, #0070b8);
}
.btn-w a:after,
.btn-w button:after {
  background: #fff;
}
.btn-w a i:before,
.btn-w button i:before {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
}
.btn-w a i:after,
.btn-w button i:after {
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
}
.btn-w a,
.btn-w button {
  background: #fff;
  color: #191919;
}
.btn-w a:hover,
.btn-w button:hover {
  background: #0070b8;
  color: #fff;
}

.top05 {
  padding: 100px 0 0;
}
.top05 .main-ttl a:before,
.top05 .main-ttl a:after {
  display: none;
}
.t-news-select {
  margin: 40px 0 0;
}
.t-news-select ul li {
  width: calc(100% / 3 - 4px);
}
.t-news-select ul li button {
  position: relative;
  width: 100%;
  color: #191919;
  background: #eaeff2;
  border: none;
  cursor: pointer;
  transition: all .3s ease .0s;
  padding: 30px 40px 64px;
  text-align: left;
  border-radius: 20px 20px 0 0;
}
.t-news-select ul li button:after {
  content: "";
  display: block;
  width: 16px;
  height: 12px;
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
  position: absolute;
  right: 40px;
  top: 35px;
  transition: all .3s ease .0s;  
  transform: rotate(90deg);
}
.t-news-select ul li button:hover:after,
.t-news-select ul li button.is-active:after  {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
}
.t-news-select ul li button:hover,
.t-news-select ul li button.is-active {
  background: #0070b8;
  color: #fff;
}
.t-news-block-item {
  display: none;
  padding: 100px 40px;
  animation: fadeIn 0.3s ease-in-out;
}
.t-news-block-item.is-active {
  display: flex;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.t-news-select-index {
  color: #0070b8;
  font-size: 1.2rem;
  line-height: 1;
  padding: 7px 6px;
  border: 1px solid #0070b8;
  border-radius: 13px;
  display: inline-block;
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","メイリオ",Meiryo,sans-serif;
  font-weight: 500;
}
.t-news-select-h {
  font-size: 2.2rem;
  line-height: 1;
  margin: 20px 0 0;
  display: block;
  font-weight: 700;
}
.is-active .t-news-select-index,
.t-news-select ul li button:hover .t-news-select-index {
  color: #fff;
  border: 1px solid #fff;
}

.t-news-block {
  background: #0070b8;
  color: #fff;
}
.t-news-block-h {
  font-size: 5.5rem;
  line-height: 1;
  margin: 20px 0 80px;
}
.btn-radius a:before,
.btn-radius button:before {
  background: linear-gradient(135deg, #0070b8, #0070b8);
  left: 25px;
}
.btn-radius a:after,
.btn-radius button:after {
  background: #ff6e56;
  left: 25px;
}
.btn-radius a i:before,
.btn-radius button i:before {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
}
.btn-radius a i:after,
.btn-radius button i:after {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
}
.btn-radius a,
.btn-radius button {
  color: #0070b8;
  width: auto;
  height: 80px;
  background: #fff;
  border-radius: 40px;
  padding: 0 25px;
}
.btn-radius a:hover,
.btn-radius button:hover {
  background: #fff;
}
.t-news-block-info {
  width: 225px;
  margin: 0 100px 0 0;
}
.t-news-list {
  width: calc(100% - 325px);
}
.t-news-list ul {
  border-top: 1px solid #fff;
}
.t-news-list ul li a {
  position: relative;
  padding: 40px 100px 40px 10px;
  color: #fff;
  border-bottom: 1px solid #fff;
  transition: all .3s ease .0s;
}
.t-news-list ul li a time {
  font-size: 1.8rem;
  width: 120px;
}
.t-news-tag {
  font-size: 1.2rem;
  border: 1px solid #fff;
  margin: 0 40px;
  padding: 6px 37px;
  border-radius: 13px;
  transition: all .3s ease .0s;
  text-align: center;
  width: 135px;
  font-weight: 500;
}
.t-news-ttl {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  width: calc(100% - 280px);
}
.t-news-list ul li a:before {    
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  transition: all .3s ease .0s;
  border: 1px solid #fff;
}
.t-news-list ul li a:after {
  content: "";
  display: block;
  width: 16px;
  height: 14px;
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(-50%, -50%);
  transition: all .3s ease .0s;
}
.t-news-list ul li a:hover {
  transition: all .3s ease .0s;
}
.t-news-list ul li a:hover .t-news-tag {
  border: 1px solid #fff;
  background: #fff;
  color: #0070b8;
  transition: all .3s ease .0s;
}
.t-news-list ul li a:hover:before {
  background: #0070b8;
  border: 1px solid #fff;
}
.t-news-list ul li a:hover:after {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
  transition: all .3s ease .0s;
}


.top06 {
  padding:0;
}
@keyframes infinity-scroll-left2 {
from {
  transform: translateX(0);
}
  to {
  transform: translateX(-100%);
}
}
.scroll-infinity__wrap2 {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list2 {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__list--left2 {
  animation: infinity-scroll-left2 80s infinite linear 0.5s both;
}
.scroll-infinity__item2 {    
  width: 550px;
}
.scroll-infinity__item2>img {
  width: 100%;
}


.footer {
  background: #1a335b;
}
.footer-contact {
  margin: -190px auto 0;
  background: url(../img/webp/f-contact-bg.webp),#0070b8;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 100px;
  border-radius: 20px;
  z-index: 1;
  position: relative;
}
.footer-contact .sub-h {
  font-size: 1.5rem;
  line-height: 1;
  color: #fff;
}
.footer-contact h2 {
  font-size: 8rem;
  line-height: 1;
  color: #fff;
  margin: 10px 0 35px;
}
.footer-contact-left-tel img {
  width: 70px;
  height: 100%;
  margin: 0 20px 0 0;
}
.footer-contact-left-txt p:first-of-type {
  font-size: 4.5rem;
  line-height: 1;
  letter-spacing: 0.08em;
}
.footer-contact-left-txt p a {
  display: block;
  font-size: 4.5rem;
  line-height: 1;
  color: #fff;
  margin: -5px 0 -2px;
}
.footer-contact-left-txt p:last-of-type {
  margin: 10px 0 0;
  font-size: 2rem;
  line-height: 1;
  color: #fff;
}
.btn-line a i,
.btn-line button i {
  margin: 0 10px 0 0;
}
.btn-line a,
.btn-line button {
  color: #fff;
  border: 1px solid #fff;
  width: auto;
  height: 80px;
  background: transparent;
  border-radius: 40px;
  padding: 0 25px;
}
.btn-line a:hover,
.btn-line button:hover {
  color: #0070b8;
}
.btn-line a i:before,
.btn-line button i:before,
.btn-line a:hover i:before {
  background: url(../img/webp/arrow-b.webp) no-repeat center / contain;
}
.btn-line a i:after,
.btn-line button i:after {
  background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
}
.btn-line a:before,
.btn-line button:before {
  background: linear-gradient(135deg, #fff, #fff);
}
.btn-line a:after,
.btn-line button:after,
.btn-line a:hover:after {
  background: linear-gradient(135deg, #0070b8, #0070b8);
}

.footer-main{
  margin:100px auto;
}
.footer-left {
  width: 275px;
}
.footer-left img {
  width: 158px;
}
.footer-left-info-logo-link {
  display: inline-block;
  margin: 0 0 0 20px;
  transition: all .3s ease .0s;
}
.footer-left-info-logo-link:hover {
  opacity: 0.7;
  transition: all .3s ease .0s;
}
.footer-left-info-name {
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #fff;
  margin: 5px 0 0;
}
.footer-left-info-address {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #fff;
  letter-spacing: -0.02em;
  margin: 10px 0 0;
}
.footer-left-info-address,
.footer-left-info-address a,
.footer-left-info-address span{
  text-decoration: none!important;
}
.footer-left-info-address span {
  letter-spacing: 0.1em;
}
.footer-left-info-address a {
  color: #fff;
}
.footer-right {
  width: calc(100% - 425px);
}
.footer-right ul li {
  width: calc(100% / 4 - 22px);
  border-top: 1px solid #485c7c;
}
.footer-right ul li a {
  display: block;
  font-size: 1.8rem;
  line-height: 1;
  color: #fff;
  transition: all .3s ease .0s;
  padding: 35px 0;
}
.footer-right ul:first-of-type li:nth-of-type(2) a {
  padding: 40px 0 20px;
}
.footer-right ul li a:hover {
  opacity: 0.5;
  transition: all .3s ease .0s;
}
.footer-right ul li ul li {
  width: 100%;
  border: none;
  padding: 0;
}
.footer-right ul li ul li a,
.footer-right ul:first-of-type li:nth-of-type(2) ul li a {
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0 20px;
}
.footer-right ul li ul li:last-of-type a,
.footer-right ul:first-of-type li:nth-of-type(2) ul li:last-of-type a {
  padding: 0 0 40px;
}
.footer-aside {
  border-top: 1px solid #485c7c;
  margin: 30px 0 0;
}
.footer-aside ul li {
  width: auto;
  border: none;
  margin: 0 30px 0 0;
}
.footer-aside ul li a {
  font-size: 1.5rem;
  line-height: 1;
  padding: 20px 0 0;
}
.footer-right .footer-aside ul:first-of-type li:nth-of-type(2) a {
  padding: 20px 0 0;
}
.footer-aside-item img {
  width: 20px;
}
.footer-info-copyright {
  font-size: 2rem;
  line-height: 1;
  color: #fff;
  margin: 15px 0 0;
}


@media print,screen and (max-width: 1700px){

  .header-wrapper {
    padding: 0 2.5vw;
  }
  .main-area::before {
    width: 2.5vw;
  }
  .header-right a.m-contact {
    width: 150px;
  }
  .header-right a {
    margin: 0 0 0 20px;
  }
  .megaMenu-item a {
    margin: 0;
  }
  .copy {
    bottom: -60px;
  }
  .group img {
    width: 320px;
  }

}

@media print,screen and (max-width: 1500px){

  .inner {
    width: 1200px;
  }
  .logo {
    top: -30px;
    left: 0;
    padding: 0 40px 35px 0;
    border-radius: 0 0 20px 0;
  }
  .logo:before {
    width: 8px;
    height: 8px;
    top: 80px;
    left: calc(100% - 1px);
  }
  .header-right a.m-contact {
    width: 130px;
  }
  .m-ig img {
    width: 25px;
  }
  .header-right a {
    font-size: 1.5rem;
    margin: 0 0 0 15px;
  }
  .header-right .megaMenu-item a {
    font-size: 1.3rem;
    margin: 0;
  }

  .scroll-infinity__item {
    width: calc(100vw / 1.2);
  }

  .group img {
    width: 24vw;
  }
  .group p span:first-of-type {
    font-size: 3vw;
  }
  .group p span:last-of-type {
    font-size: 2.45vw;
  }

  .top-box04-right {
    width: 100%;
  }
  .top-box04-left img:last-of-type {
    width: 70%;
  }
  .top-box04-left img:first-of-type {
    width: 40%;
    margin: 0 -165px 0 0;
  }
  .t-news-tag {
    margin: 0 20px;
  }
  .t-news-list ul li a {
    padding: 40px 60px 40px 10px;
  }
  .t-news-ttl {
    line-height: 3rem;
  }


}


@media print,screen and (max-width: 1280px){

  html{
    scroll-padding-top: 80px;
  }
  .inner,.inner-2 {
    width: 1000px;
  }
  .sp1280 {display: block!important;}
  .pc-menu-ttl {
    display: none!important;
  }
  .sp-menu-ttl {
    display: block!important;
  }

  .header {
    padding: 0 2.5vw;
    position: fixed;
    background: #fff;
  }
  .header-wrapper {
    width: 100%;
    height: 80px;
    padding: 0;
  }
  .navmenu {
    display: none;
  }
  .toggle {
    overflow: hidden;
    display: block;
    position: fixed;
    right: calc(2vw - 10px);
    top: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    cursor: pointer;
    z-index: 999;
    background: transparent;
    width: 60px;
    height: 60px;
    border-radius: 0 0 0 10px;
  }
  .toggle.active{
  }
  .toggle span {
    display: block;
    position: absolute;
    width: 28px;
    border-bottom: solid 2px #0070b8;
    -webkit-transition: .7s ease-in-out;
    -moz-transition: .7s ease-in-out;
    transition: .7s ease-in-out;
    left: 10px;
  }
  .toggle span:nth-child(1) {
    top: 18px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .toggle span:nth-child(2) {
    top: 24px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .toggle span:nth-child(3) {
    top: 30px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .toggle span:nth-child(4) {
    border: none;
    display: flex;
    font-size: 1.2rem;
    line-height: 1;
    color: #0070b8;
    bottom: 13px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 100%;
    justify-content: center;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    transform: scale(0.8);
  }
  .toggle.active span:nth-child(1) {
    top: 24px;
    left: 0;
    width: 29px;
    -webkit-transform: rotate(-34deg);
    -moz-transform: rotate(-34deg);
    transform: rotate(-34deg);
  }
  .toggle.active span:nth-child(2),
  .toggle.active span:nth-child(3) {
    top: 24px;
    left: 0;
    width: 29px;
    -webkit-transform: rotate(34deg);
    -moz-transform: rotate(34deg);
    transform: rotate(34deg);
  }
  .header-left {
    position: absolute;
    z-index: 1;
    top: 20px;
  }
  .is-fixed-sp .logo:before,
  .is-fixed-sp .logo:after {
    display: none;
  }
  .is-fixed .header-left {
    top: -20px;
  }
  .is-fixed .logo a {
    width: 180px;
  }
  .logo {
    top: 0;
    left: 0;
    padding: 0;
    border-radius: 0;
    background: transparent;
  }
  .logo a {
    width: 180px;
    height: auto;
  }
  .logo a:hover {
    opacity: 1;
  }
  .logo:before {
    display: none;
  }
  .logo:after {
    display: none;
  }
  .header-right {
    margin-top: 0;
    margin-left: 0;
    transition: unset;
    position: fixed;
    top: 0;
    left: 0;
    background: #eaeff2;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 90px 6vw 40px;
    overflow: scroll;
  }
  .header-right ul {
    padding: 0;
    display: block;
  }
  .header-right ul li {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0 0 15px;
    padding: 0 10px 15px;
    border-top: 1px solid #ccc;
  }
  .header-right ul li:first-of-type {
    border: none;
  }
  .header-nav {
    width: 100%;
    display: block;
  }
  .header-right ul li {
    width: 100%;
    text-align: left;
    display: block;
    margin: 0;
    padding: 0;
  }
  .header-item a,
  .header-item p {
    font-size: 1.8rem;
    text-align: left;
    margin: 0;
    padding: 25px 0;
    position: relative;
    color: #010101;
    font-weight: 500;
    transition: all .3s ease .0s;
  }
  .header-item a:hover {
    opacity: 0.7;
    transition: all .3s ease .0s;
  }
  .header-item p:hover {
    cursor: pointer;
  }
  .header-item a:before {
    content: "";
    display: block;
    width: 26px;
    height: 26px;
    background: linear-gradient(135deg, #0070b8, #0070b8);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    z-index: -1;
    transition: all .3s ease .0s;
  }
  .header-item a:after {
    content: "";
    display: block;
    width: 12px;
    height: 10px;
    background: url(../img/webp/arrow-w.webp) no-repeat center / contain;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translate(-50%, -50%);
  }
  .header-item p:before {
    content: "";
    display: block;
    width: 8px;
    height: 12px;
    background: url(../img/webp/miniarrow-k.webp) no-repeat center / contain;
    position: absolute;
    right: 25px;
    top: 40%;
    transform: rotate(90deg);
    transition: all .3s ease .0s;
  }
  .header-item .megaMenu a:before,
  .header-item .megaMenu a:after {
    display: none;
  }
  .header-item p.active:before {
    transform: rotate(270deg);
  }
  .header-item a:hover {
    color: #252525;
  }
  .header-item:nth-last-of-type(2) a {
    padding: 25px 0;
  }
  .try:after {
    top: 30px;
    left: auto;
    right: 10px;
  }
  .try-first:after {
    display: none;
  }
  .try:last-of-type.header-item>a {
    padding: 25px 0;;
  }
  .try-first .megaMenu {
    left: 0;
  }
  .megaMenu {
    display: none;
    height: auto;
    margin: auto;
    overflow: hidden;
    position: relative;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    transition: auto;
    width: 100%;
    transform: translateX(0);
  }
  .header-right .megaMenu-item a {
    font-size: 1.5rem;
    transition: all .3s ease .0s;
  }
  .header-right .megaMenu-item a:hover {
    transition: all .3s ease .0s;
    opacity: 0.7;
  }
  .header-item:hover .megaMenu,
  .header-item:first-of-type:hover .megaMenu,
  .header-item:nth-of-type(2):hover .megaMenu,
  .header-item:nth-of-type(3):hover .megaMenu,
  .header-item:nth-of-type(4):hover .megaMenu,
  .header-item:last-of-type:hover .megaMenu {
    height: auto;
    max-height: 100%;
  }
  .megaMenu-item,
  .megaMenu-item a:hover {
    background: transparent;
  }
  .header-right ul.megaMenu-list {
    border-radius: 0;
    padding: 0;
    border-top: 1px solid #ccc;
    font-size: 1.6rem;
  }
  .megaMenu-item:first-of-type {
    border-top: none;
    border-radius: 0;
  }
  .megaMenu-item {
    border: none;
  }
  .megaMenu-item:first-of-type a,
  .megaMenu-item:last-of-type,
  .megaMenu-item:last-of-type a {
    border-radius: 0;
  }
  .megaMenu-item a {
    padding: 20px 3vw;
  }
  .header-right a.m-contact {
    width: 100%;
    height: auto;
    font-size: 2rem;
    line-height: 1;
    padding: 30px 0;
    margin: 20px auto 0;
    border: none;
  }

  .main-ttl a {
    font-size: 7rem;
  }

  .scroll-infinity__wrap {
    margin: 80px 0 0;
  }
  .group img {
    width: 250px;
  }
  .group p span:first-of-type {
    font-size: 3.3rem;
  }
  .group p span:last-of-type {
    font-size: 2.7rem;
  }
  .main-slider:after {
    content: "";
    display: block;
    width: 23px;
    height: 23px;
    background: url(../img/webp/corner.webp) no-repeat left top / contain;
    position: absolute;
    top: 0;
    left: 2.5vw;
  }
  .top01 .top-box:before {
    width: 385px;
    height: 219px;
    top: 160px;
  }
  .top01 .top-box:after {
    width: 455px;
    height: 298px;
    right: 0;
    bottom: -40px;
  }

  .top-service-menu h3 {
    font-size: 2.4rem;
    margin: 30px 0;
  }
  .top-service-menu ul li a {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 12px 30px 12px 15px
  }
  .top-service-menu ul li a:after {
    right: 15px;
  }
  .top-service-caution h3 {
    font-size: 2rem;
    padding: 0 20px;
    width: 210px;
  }
  .top-service-caution ul {
    width: calc(100% - 210px);
  }
  .top-service-caution ul li a {
    padding: 20px 0;
    font-size: 1.6rem;
  }
  .top-service-caution ul li a img {
    width: auto;
    height: 50px;
    margin: 0 15px 0 0;
  }

  .top-product-slide {
    margin: 40px calc((100vw - 1000px) / 2 * -1) 0 0;
  }

  .t-news-block-item.is-active {
    display: block;
    padding: 80px 40px 100px;
  }
  .t-news-block-info {
    width: 100%;
    position: relative;
  }
  .t-news-block-h {
    font-size: 4.5rem;
    margin: 20px 0 60px;
  }
  .t-news-block-info .btn {
    position: absolute;
    right: 0;
    top: 20px;
    width: 225px;
  }
  .t-news-list {
    width: 100%;
  }
  .t-news-list ul li a time {
    width: auto;
  }
  .t-news-tag {
    width: auto;
  }

  .footer-right {
    width: calc(100% - 325px);
  }

}


@media print,screen and (max-width: 1024px){
  body {    
    min-width: 1024px;
  }

}



















