@charset "utf-8";
@media screen and (min-width: 1251px) {
  #header .menu-wrap, #header .hd-tel {
    display: none !important;
  }
}
/* コンテンツ部分 */
.bgimage {
  background: url(../img/bg_body.avif) no-repeat center top;
  background-attachment: fixed;
  background-size: 290vh;
}
html, body {
  min-width: 100%;
}
/*　mainimage*/
#home .mainimage {
  height: 100vh;
  margin-bottom: -100px;
  /*margin-bottom: 400px;*/
  box-sizing: border-box;
  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;
  text-align: center;
  flex-wrap: wrap;
  position: relative;
}
#home .mainimage figure {
  color: #fff;
  letter-spacing: 0.2em;
  /*text-shadow: 0px 0px 10px #0071BC;*/
  text-shadow: 2px 2px 5px rgba(0, 113, 188, 0.4), -2px 2px 5px rgba(0, 113, 188, 0.4), 2px -2px 5px rgba(0, 113, 188, 0.4), -2px -2px 5px rgba(0, 113, 188, 0.4);
  font-size: 4vw;
}
/*もと65
*/
#home .mainimage figure span {
  font-size: 32px;
  margin-top: 30px;
  display: block;
}
#caution{
max-width: 300px;
background-color: #FFF;
text-shadow: none;
margin: 5% auto 0;
border: 1px solid #1881AA;
font-size: 16px;
}
@media screen and (max-width: 799px) {
  #home .mainimage figure {
    letter-spacing: 0.15em;
    text-shadow: 2px 2px 3px rgba(0, 113, 188, 0.5), -2px 2px 3px rgba(0, 113, 188, 0.5), 2px -2px 3px rgba(0, 113, 188, 0.5), -2px -2px 3px rgba(0, 113, 188, 0.5);
    font-size: 36px;
  }
  #home .mainimage figure span {
    font-size: 20px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 765px) {
  .bgimage {
    background-size: cover;
  }
  #home .mainimage {
    margin-bottom: -100px;
    height: 80vh;
  }
  #home .mainimage figure {
    letter-spacing: 0.15em;
    text-shadow: 2px 2px 3px rgba(0, 113, 188, 0.5), -2px 2px 3px rgba(0, 113, 188, 0.5), 2px -2px 3px rgba(0, 113, 188, 0.5), -2px -2px 3px rgba(0, 113, 188, 0.5);
    font-size: 24px;
  }
  #home .mainimage figure span {
    font-size: 20px;
    margin-top: 10px;
  }
}
/*　sec01*/
#home .sec01 {
  width: 100%;
  margin: 0 auto;
  letter-spacing: -0.4em;
  position: relative;
}
#home .sec01 h2 {
  margin: 0;
  padding: 0;
  font-size: 2em;
}
#home .sec01 h2 span {
  font-size: 14px;
  margin-right: 20px;
  margin-left: 20px;
  letter-spacing: 0.2em;
}
#home .sec01 .left, #home .sec01 .right {
  float: left;
  letter-spacing: normal;
  position: relative;
  width: 50%;
  padding: 100px 0 3%;
}
#home .sec01 .right {
  color: #fff;
}
#home .sec01 .left::before {
  display: block;
  content: '';
  position: absolute;
  background-color: rgba(255, 255, 255, 1);
  /*background-color:rgba(141, 194, 31, 0.9);
    mix-blend-mode: multiply;*/
  transform: skew(0deg, 15deg);
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  z-index: 0;
}
#home .sec01 .right::before {
  display: block;
  content: '';
  position: absolute;
  background-color: rgba(0, 104, 182, 0.9);
  mix-blend-mode: multiply;
  transform: skew(0deg, -15deg);
  left: 0;
  top: 0;
  width: 100%;
  height: 200%;
  z-index: 0;
}
#home .sec01 .left .inner .innerbox .wrapL {
  position: relative;
  right: 0;
  max-width: 750px;
  padding: 0 15% 0 2%;
  /*padding-right: 220px;*/
  box-sizing: border-box;
  margin-left: auto;
  z-index: 50;
}
#home .sec01 .right .inner .innerbox .wrapR {
  mix-blend-mode: none;
  position: relative;
  left: 0;
  max-width: 750px;
  padding: 0 2% 0 15%;
  /*padding-left: 300px;*/
  box-sizing: border-box;
  margin-right: auto;
  z-index: 50;
}
#home .sec01 .right h2 {
  text-align: right;
}
#home .sec01 .right p {
  font-size: 14.5px;
}
#home .sec01 .left ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
#home .sec01 .left ul.tab {
  display: table;
  width: 100%;
}
#home .sec01 .left ul.tab li {
  display: table-cell;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 14px;
  text-align: center;
  cursor: pointer;
}
#home .sec01 .left ul.tab li.first {
  border-bottom: 2px solid #9b9b9c;
}
#home .sec01 .left ul.tab li.first:hover {
  background: #9b9b9c;
  transition: all 0.2s linear;
  color: #fff;
}
#home .sec01 .left ul.tab li.second {
  border-bottom: 2px solid #ea5a72;
}
#home .sec01 .left ul.tab li.second:hover {
  background: #ea5a72;
  transition: all 0.2s linear;
  color: #fff;
}
#home .sec01 .left ul.tab li.third {
  border-bottom: 2px solid #32a2d3;
}
#home .sec01 .left ul.tab li.third:hover {
  background: #32a2d3;
  transition: all 0.2s linear;
  color: #fff;
}
#home .sec01 .left ul.tab li.fourth {
  border-bottom: 2px solid #e5a800;
}
#home .sec01 .left ul.tab li.fourth:hover {
  background: #e5a800;
  transition: all 0.2s linear;
  color: #fff;
}
#home .sec01 .left ul.tab li.fifth {
  border-bottom: 2px solid #8dc21f;
}
#home .sec01 .left ul.tab li.fifth:hover {
  background: #8dc21f;
  transition: all 0.2s linear;
  color: #fff;
}
#home .sec01 .left ul.tab li.active {
  background: #f7fbfe !important;
  border-bottom: 2px solid #f7fbfe;
  color: #000 !important;
}
#home .sec01 .left .tabbox {}
#home .sec01 .left .tabbox .box {
  padding: 15px;
  font-size: 14px;
  background: #f7fbfe;
  opacity: 0;
  display: none;
}
#home .sec01 .left .tabbox .box.show {
  animation-duration: 0.5s;
  animation-name: fade-in;
  display: block;
  opacity: 1;
}
@keyframes fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}
#home .sec01 .left .tabbox .box li {
  margin-bottom: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#home .sec01 .left .tabbox .box li a {
  color: #000;
  text-decoration: none;
}
#home .sec01 .left .tabbox .box li a strong {
  font-weight: normal;
}
#home .sec01 .left .tabbox .box li a span {
  margin-right: 10px;
}
#home .sec01 .left .tabbox .box li a span.ico {
  padding: 1px 5px;
  font-size: 12px;
  width: 7em;
  text-align: center;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 1160px) {
  #home .sec01 .left .tabbox .box li a span.ico {
    padding: 0;
    font-size: 10px;
    width: 7em;
    text-align: center;
    display: inline-block;
    color: #fff;
  }
}
#home .sec01 .left .tabbox .box li a span.fuelcard {
  background: #ea5a72;
}
#home .sec01 .left .tabbox .box li a span.present {
  background: #32a2d3;
}
#home .sec01 .left .tabbox .box li a span.magazine {
  background: #e5a800;
}
#home .sec01 .left .tabbox .box li a span.other {
  background: #8dc21f;
}
#home .sec01 .left .tabbox .box li a:hover {
  color: #007bbb;
}
#home .sec01 .left .tabbox .box nav.btn {
  text-align: right;
}
#home .sec01 .left .tabbox .box nav.btn a {
  display: inline-block;
  padding: 4px 20px;
  text-decoration: none;
  background: #0068b6;
  color: #fff;
}
#home .sec01 .left .tabbox .box nav.btn a .fa {
  margin-right: 15px;
}
#home .sec01 .left .tabbox .box nav.btn a:hover {
  background: #00355c;
}
@media screen and (max-width: 1280px) {
  #home .sec01 .right p {
    font-size: 13px;
  }
}
@media screen and (max-width: 1099px) {
  #home .sec01 .left .inner .innerbox .wrapL {
    position: relative;
    top: 0px;
    right: 0;
    max-width: 750px;
    padding: 0 30px 0 2% !important;
    /* padding-right: 30px*/
    box-sizing: border-box;
    margin-left: auto;
    z-index: 50;
  }
  #home .sec01 .right .inner .innerbox .wrapR {
    position: relative;
    top: 0;
    left: 0;
    max-width: 750px;
    padding: 0 2% 0 44px !important;
    /* padding-left: 300px; */
    box-sizing: border-box;
    margin-right: auto;
    z-index: 50;
  }
}
@media screen and (max-width: 767px) {
  #home .sec01 .left {
    width: 100%;
    z-index: 10;
    float: none;
    padding: 3% 0;
  }
  #home .sec01 .right {
    width: 100%;
    padding: 3% 0;
    float: none;
  }
  #home .sec01 .left::before {
    transform: skew(0deg, -5deg);
    height: 100%;
  }
  #home .sec01 .right::before {
    transform: skew(0deg, -5deg);
    height: 200%;
  }
  #home .sec01 .inner .innerbox {
    position: relative;
    height: auto;
  }
  #home .sec01 .left .inner .innerbox .wrapL {
    position: relative;
    top: 0;
    right: 0;
    padding: 40px 4% 25px !important;
    width: 96%;
    margin: 0 auto;
    padding-right: 0;
  }
  #home .sec01 .left .inner .innerbox .textbox {}
  #home .sec01 .right .inner .innerbox .wrapR {
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 4% !important;
    width: 96%;
    margin: 0 auto;
    padding-left: 0;
  }
  #home .sec01 h2 {
    margin: 0;
    padding: 0;
    font-size: 1.5em;
    text-align: left;
  }
  #home .sec01 .right h2 {
    text-align: right;
  }
  #home .sec01 .left ul.tab li {
    padding: 6px 0;
    font-size: 12px;
  }
  #home .sec01 .left .tabbox .box li {
    margin-bottom: 20px;
  }
  #home .sec01 .left .tabbox .box li a strong {
    display: block;
  }
  #home .sec01 .left .tabbox .box li a span.ico {
    padding: 1px 5px;
  }
}
#home .title {
  padding-bottom: 40px;
  position: relative;
}
#home .title h2 {
  font-size: 2em;
  text-align: center;
  font-weight: normal;
  letter-spacing: 0.04em;
  color: #fff;
  margin-bottom: 2%;
}
#home .title h2 span {
  display: block;
  font-size: 14px;
  letter-spacing: 0.2em;
}
#home .title p {
  text-align: center;
}
/*　sec02*/
#home .sec02 {
  position: relative;
  z-index: 10;
  background-color: #F9F9F9;
  padding: 5% 0;
}
#home .sec02 h2 {
  font-size: 2.4em;
  text-align: center;
  color: #0068b6;
}
#home .sec02 h2 span {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
}
#home .sec02 .listbox .inner ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}
#home .sec02 .listbox .inner ul li {
  text-align: center;
  width: 23%;
  margin: 1%;
  border: 1px solid #CCC;
  box-sizing: border-box;
  padding: 3% 2%;
  background-color: #FFF;
}
@media screen and (max-width: 1250px) {
  #home .sec02 .listbox .inner ul li {
    text-align: center;
    width: 40%;
    margin: 5%;
  }
}
#home .sec02 .listbox .inner ul li figure {
  margin-bottom: 20px;
}
#home .sec02 .listbox .inner ul li h3 {
  margin-bottom: 5px;
}
#home .sec02 .listbox .inner ul li nav.btn {
  border: 1px solid #8dc21f;
  margin-top: 10px;
}
#home .sec02 .listbox .inner ul li nav.btn a {
  color: #000;
  background: #fff;
  display: block;
  padding: 5px 0;
  text-decoration: none;
}
#home .sec02 .listbox .inner ul li nav.btn a:hover {
  background: #8dc21f;
  color: #fff;
}
#home .sec02 .listbox .inner ul li nav.btn a .fa {
  margin-right: 15px;
}
@media screen and (max-width: 1320px) {
  #home .sec02 .listbox .inner ul li {
    text-align: center;
    width: 23%;
    margin: 1%;
    font-size: 0.8em;
  }
}
@media screen and (max-width: 950px) {
  #home .sec02 .listbox .inner ul li {
    text-align: center;
    width: 48%;
    margin: 1%;
    font-size: 0.8em;
  }
  #home .sec02 .listbox .inner ul li:nth-child(3), #home .sec02 .listbox .inner ul li:nth-child(4) {
    padding-top: 30px;
  }
  #home .sec02 .listbox .inner ul li nav.btn {
    max-width: 266px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 767px) {
  #home .sec02 {
    padding: 15% 0;
  }
  #home .title {}
  #home .title h2 {
    font-size: 1.6em;
  }
  #home .title h2 span {
    font-size: 12px;
  }
  #home .sec02 .listbox .inner {}
  #home .sec02 .listbox .inner ul li {
    width: 100%;
    margin-bottom: 30px;
    padding: 8%;
  }
  #home .sec02 .listbox .inner ul li:last-child {
    margin-bottom: 0;
  }
  #home .sec02 .listbox .inner ul li figure {
    margin-bottom: 10%;
  }
}
/*　sec03　*/
#home .sec03 {
  padding: 5% 0;
  position: relative;
  background-color: #FFF;
}
#home .sec03 h2 {
  font-size: 2.4em;
  text-align: center;
  color: #0068b6;
}
#home .sec03 h2 span {
  font-size: 14px;
  letter-spacing: 0.2em;
  display: block;
}
#home .sec03 .pagetop {
  position: absolute;
  z-index: 200;
  bottom: 0;
  left: 50%;
  margin-left: -81px;
  display: none;
}
@media screen and (max-width: 1520px) {
  #home .sec03 {
    max-width: 100%;
    width: 100%;
  }
}
@media screen and (max-width: 799px) {
  #home .sec03 {
    position: relative;
    width: 100%;
    margin: 0 auto;
  }
  #home .sec03 h2 {
    margin: 0 0 30px 0;
    padding: 0;
    font-size: 1.6em;
  }
  #home .sec03 .pagetop {
    margin-left: -65px;
  }
  #home .sec03 .pagetop img {
    width: 130px;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  #home .sec03 {
    padding: 15% 0;
  }
}
.sapport_wrap {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  padding: 3% 1%;
  box-sizing: border-box;
}
.sapport_box {
  float: left;
  width: 23.5%;
  margin: 0 2% 2% 0;
  box-sizing: border-box;
}
.sapport_box:nth-child(4n) {
  margin: 0 0 2% 0;
}
.sapport_box a {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 150px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  position: relative;
  background-repeat: no-repeat;
  background-position: 10% center;
  background-size: 35%;
  font-weight: 500;
}
.sapport_box a span {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(0);
  -webkit- transform: translateY(-50%) translateX(0);
}
.sapport_box a:hover {
  border: 1px solid #0068B6;
  background-color: #0068B6;
  color: #FFF;
}
@media screen and (max-width: 799px) {
  .sapport_box {
    float: left;
    width: 49%;
    margin: 0 2% 2% 0;
    box-sizing: border-box;
  }
  .sapport_box:nth-child(2n) {
    margin: 0 0 2% 0;
  }
}
@media screen and (max-width: 415px) {
  .sapport_box a {
    background-repeat: no-repeat;
    background-position: center 20%;
    text-align: center;
    padding: 80px 0 0;
    text-decoration: none;
  }
  .sapport_box a span {
    position: static;
    top: inherit;
    left: inherit;
    transform: none;
    -webkit- transform: none;
    padding: 0;
  }
}
/*サポートツール　アイコン指定　*/
.sapport_box#sup_01 a {
  background-image: url(../img/ico_sec03_01.png);
}
.sapport_box#sup_01 a:hover {
  background-image: url(../img/ico_sec03_01-ov.png);
}
.sapport_box#sup_02 a {
  background-image: url(../img/ico_sec03_02.png);
}
.sapport_box#sup_02 a:hover {
  background-image: url(../img/ico_sec03_02-ov.png);
}
.sapport_box#sup_03 a {
  background-image: url(../img/ico_sec03_03.png);
}
.sapport_box#sup_03 a:hover {
  background-image: url(../img/ico_sec03_03-ov.png);
}
.sapport_box#sup_05 a {
  background-image: url(../img/ico_sec03_05.png);
}
.sapport_box#sup_05 a:hover {
  background-image: url(../img/ico_sec03_05-ov.png);
}
.sapport_box#sup_08 a {
  background-image: url(../img/ico_sec03_08.png);
}
.sapport_box#sup_08 a:hover {
  background-image: url(../img/ico_sec03_08-ov.png);
}
.sapport_box#sup_11 a {
  background-image: url(../img/ico_sec03_11.png);
}
.sapport_box#sup_11 a:hover {
  background-image: url(../img/ico_sec03_11-ov.png);
}
.sapport_box#sup_13 a {
  background-image: url(../img/ico_sec03_13.png);
}
.sapport_box#sup_13 a:hover {
  background-image: url(../img/ico_sec03_13-ov.png);
}
.sapport_box#sup_14 a {
  background-image: url(../img/ico_sec03_14.png);
}
.sapport_box#sup_14 a:hover {
  background-image: url(../img/ico_sec03_14-ov.png);
}
.sapport_box#sup_16 a {
  background-image: url(../img/ico_sec03_16.png);
}
.sapport_box#sup_16 a:hover {
  background-image: url(../img/ico_sec03_16-ov.png);
}
.sapport_box#sup_20 a {
  background-image: url(../img/ico_sec03_20.png);
}
.sapport_box#sup_20 a:hover {
  background-image: url(../img/ico_sec03_20-ov.png);
}
/* 210901 */
#home .mainimage h1 {
  width: 100%;
  text-shadow: 2px 2px 5px rgba(0, 113, 188, 0.4), -2px 2px 5px rgba(0, 113, 188, 0.4), 2px -2px 5px rgba(0, 113, 188, 0.4), -2px -2px 5px rgba(0, 113, 188, 0.4);
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 18%;
  left: 50%;
  transform: translateY(-23%) translateX(-50%);
  -webkit- transform: translateY(-23%) translateX(-50%);
}
@media screen and (max-width: 765px) {
  #home .mainimage h1 {
    width: 70%;
    font-size: 12px;
    line-height: 170%;
  }
}

/* 211006 */
.sapport_box#sup_21 a {
  background-image: url(../img/ico_sec03_21.png);
}
.sapport_box#sup_21 a:hover {
  background-image: url(../img/ico_sec03_21-ov.png);
}

/* 220318 */
.sapport_box#sup_22 a {
  background-image: url(../img/ico_sec03-30.png);
}
.sapport_box#sup_22 a:hover {
  background-image: url(../img/ico_sec03-30-ov.png);
}

.disclosure_link{
display: none;
}
@media screen and (max-width: 1250px) {
.disclosure_link{
display: block;
}
}