@charset "UTF-8";
.contents {
  /************************
  ここからFLEETGUIDE
  ************************/
  /*ここからスライドショー(背景)*/
  /*---スクロール時遅れて表示、順番に表示---*/
  /*.key-wrap #key-visual::after {
    content: "";
    background: url(https://www.fleetguide.jp/wp-content/themes/WP-alc/img/key-righttxt.svg) no-repeat;
    background-size: contain;
    width: 480px;
    height: 290px;
    position: absolute;
    right: 0;
    top: -240px;
    bottom: 0;
    margin: auto;
  }*/
  /*********************************
  フッター
  *********************************/
}
.contents a,
.contents p,
.contents span,
.contents li,
.contents dt, .contents dd,
.contents h1, .contents h2, .contents h3, .contents h4, .contents h5, .contents table,
.contents th, .contents td,
.contents label, .contents input, .contents select {
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  color: #000000;
  line-height: 1.5em;
}
.contents a {
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.contents a {
  opacity: 1;
}
.contents a:hover {
  opacity: 0.8;
}
.contents .sp_header,
.contents .page_sp_header,
.contents .tbbr,
.contents .spbr,
.contents #tb_header {
  display: none;
}
.contents html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
.contents .sp-only{
  display: none;
}
.contents ._fwb {
  font-weight: bold;
}
.contents ._fs70 {
  font-size: 70%;
}
.contents ._fs80 {
  font-size: 80%;
}
.contents ._fs100 {
  font-size: 15px;
}
.contents ._dp_b {
  display: block;
}
.contents ._m-auto {
  margin-left: auto;
  margin-right: auto;
}
.contents #top-contents #device .scroll table tr th, .contents #top-contents #device .scroll table tr td {
  position: relative;
  font-size: 14px;
}
.contents #top-contents #device table tr td .device-inner {
  align-items: center;
}
.contents #top-contents #device table tr td .device-inner .device-img {
  width: auto;
}
.contents #top-contents #device table tr td .device-inner .device-img img {
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents #top-contents #device table tr td .device-inner .device-zoom{
  position: absolute;
  bottom: 10px;
  right: 15px;
  width: 33px;
}

.contents ._h140 {
  height: 140px !important;
  width: auto;
}
.contents #top-contents #device .scroll table {
  max-width: 1060px;
  width: 90%;
  margin: 0 auto;
}
.contents #top-contents #device .scroll table tr {
  display: table-row;
}
.contents #top-contents #device .scroll table tr th, .contents #top-contents #device .scroll table tr td {
  display: table-cell;
  border: 1px solid #000;
}
.contents .main_img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  /*aspect-ratio: 1920 / 825;*/
  aspect-ratio: 1920/1060;
  position: relative;
}
.contents .main_img_sp {
  display: none;
}
.contents .fleetguide_sp_header {
  display: none;
}
.contents .fleetguide_header {
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  top: 51px;
  left: 0;
  z-index: 99;
}
.contents #fleetguide_pc_header .inner {
  width: 95%;
  max-width: 1300px;
  margin: 11px auto 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents #fleetguide_pc_header .inner a.logo {
  display: block;
  width: 100%;
  max-width: 286px;
}
.contents #fleetguide_pc_header .inner ul.menu {
  width: 65%;
  min-width: 710px;
  display: flex;
  justify-content: flex-end;
  grid-column-gap: 3%;
}
.contents #fleetguide_pc_header .inner ul.menu li {
  width: 205px;
  border: none;
  box-sizing: border-box;
}
.contents #fleetguide_pc_header .inner ul.menu li:last-child {
  background-color: transparent;
  box-shadow: none;
}
.contents #fleetguide_pc_header .inner ul.menu li a {
  display: block;
  white-space: nowrap;
  font-size: 16px;
  padding: 6px 0 0 0;
  font-weight: 500;
}
.contents div.fleetguide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 55px 0 0;
}
.contents div.fleetguide h3 {
  font-size: 37px;
  font-weight: 600;
  text-align: center;
}
.contents div.fleetguide h3.org {
  color: #ED6C00;
}
.contents div.threestep {
  width: 90%;
  max-width: 720px;
  margin: 66px auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.contents div.threestep div.left {
  width: 70%;
}
.contents div.threestep div.left p {
  text-align: center;
  line-height: 1.1;
}
.contents div.threestep div.left p.blktape {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  padding: 10px 0;
  font-size: 30px;
  font-weight: 500;
}
.contents div.threestep div.left p.org {
  font-size: 120px;
  color: #ED6C00;
  font-weight: 900;
}
.contents div.threestep div.left p.blk {
  font-size: 85px;
  font-weight: 900;
}
.contents div.threestep img {
  display: block;
  width: 194px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents ul.orange_step {
  width: 100%;
  display: flex;
  flex-flow: column;
  grid-row-gap: 42px;
}
.contents ul.orange_step li {
  background: #ED6C00;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-radius: 40px;
  height: 237px;
}
.contents ul.orange_step li p {
  color: #FFFFFF;
  font-size: 25px;
  text-align: center;
}
.contents ul.orange_step li p span {
  display: block;
  font-size: 14px;
  color: #FFFFFF;
  margin-top: 32px;
}
.contents ul.orange_step li img {
  display: block;
  width: 14%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents ul.orange_step li img.smp {
  width: 14%;
  max-width: 150px;
  right: 5%;
  z-index: 10;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contents ul.orange_step li img.step {
  left: 3%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.contents ul.orange_step li img.person {
  width: 24%;
  max-width: 315px;
  position: absolute;
  right: 4%;
  bottom: 0;
  z-index: 10;
  transform: none;
}
.contents p.org_center {
  font-size: 50px;
  font-weight: 600;
  color: #ED6C00;
  text-align: center;
  line-height: 1.2em;
  margin-bottom: 108px;
}
.contents p.org_center span {
  display: block;
  font-size: 30px;
  color: #ED6C00;
  text-align: center;
}
.contents ul.alarm {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-flow: column;
  grid-row-gap: 42px;
  margin-bottom: 100px;
}
.contents ul.alarm li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contents ul.alarm li:first-child {
  display: none;
}
.contents ul.alarm li img.monitor {
  display: block;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents ul.alarm li div.txt {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.contents ul.alarm li div.txt img {
  display: block;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.contents ul.alarm li div.txt p {
  width: 100%;
  max-width: 464px;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  line-height: 2em;
  background-image: linear-gradient(#ED6C00 1px, transparent 1px);
  background-size: 100% 2em;
  padding-top: 1px;
}
.contents ul.alarm li:nth-child(2n) img.monitor {
  width: 45%;
}
.contents ul.alarm li:nth-child(2n) div.txt {
  width: 50%;
}
.contents ul.alarm li:nth-child(2n) div.txt img {
  max-width: 464px;
  margin: 0 auto 30px auto;
}
.contents ul.alarm li:nth-child(3n) img.monitor {
  width: 50%;
}
.contents ul.alarm li:nth-child(3n) div.txt {
  width: 45%;
}
.contents div.price_org {
  width: 100%;
  margin: 0 auto;
  background: #ED6C00;
  padding: 37px 3%;
  border-radius: 50px;
  text-align: center;
}
.contents div.price_org div.wht {
  width: 100%;
  padding: 30px 0;
  text-align: center;
  background: #FFFFFF;
  color: #000000;
  border-radius: 50px;
  margin-bottom: 40px;
}
.contents div.price_org div.wht h4 {
  font-size: 27px;
  font-weight: 600;
}
.contents div.price_org div.wht p {
  font-size: 16px;
}
.contents div.price_org p.wht {
  color: #FFFFFF;
  font-size: 27px;
}
.contents div.price_org p.bld {
  font-size: 50px;
  margin-bottom: 20px;
  font-weight: 600;
}
.contents div.price_org p.blk {
  color: #000000;
  font-size: 16px;
  margin-bottom: 30px;
}
.contents div.price_org a {
  display: inline-block;
  padding: 10px 3%;
  background: #FFFFFF;
  color: #000000;
  font-size: 16px;
  border: 1px solid gray;
  margin-bottom: 30px;
}
.contents div.price_org p.crm {
  width: 100%;
  padding: 12px 0;
  background: #FFFAD5;
  color: #ED6C00;
  text-align: center;
  border-radius: 80px;
  font-size: 18px;
  font-weight: 600;
}
.contents a.popup {
  display: block;
  width: 215px;
  position: absolute;
  right: 37px;
  bottom: 130px;
}
.contents html {
  scroll-behavior: smooth;
}
.contents .common-width {
  max-width: 1240px;
  width: 90%;
  margin: 0 auto;
  display: block;
}
.contents #wrap {
  overflow: hidden;
}
.contents .common-ma {
  padding: 80px 0 120px 0;
}
.contents .page-header h2 {
  font-size: 45px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.contents .page-header h2 span {
  font-size: 24px;
  color: #E16E00;
  font-weight: 800;
}
.contents .fadein {
  opacity: 0;
  transition: all 1.3s;
  transform: translate(0, 45px);
}
.contents .anchor {
  display: block;
  padding-top: 140px;
  margin-top: -140px !important;
}
.contents .key-wrap {
  position: relative;
}
.contents .key-wrap #key-visual {
  margin-top: 80px;
}
.contents .key-wrap .key{
  padding: 57px 0 0;
  background: url("../img/fv.jpg") no-repeat center / cover;
}
.contents .key-wrap .key-inner{
  width: 1000px;
  margin: 0 auto;
}
.contents .key-wrap .key h2{
  width: 772px;
  margin: 0 auto 20px;
}
.contents .key-wrap .key-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contents .key-wrap .key-box{
  width: 645px;
}
.contents .key-wrap .key-box-ttl{
  padding: 5px 0 5px 33px;
  color: #ffffff;
  background: #1a498c;
  font-weight: 900;
  font-size: 22px;
  letter-spacing: .06em;
}
.contents .key-wrap .key-box-ttl .yellow{
  color: #eac834;
  font-weight: 900;
  font-size: 34px;
  letter-spacing: .06em;
}
.contents .key-wrap .key-box-txts{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 12px 55px 10px 32px;
  background: url("../img/key-box-txts.png") no-repeat center / cover;
  border: 2px solid #0e376f;
}
.contents .key-wrap .key-box-txt{
  color: #1a498c;
  font-weight: bold;
  font-size: 25px;
  line-height: 1;
}
.contents .key-wrap .key-box-txt .year{
  color: #1a498c;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  letter-spacing: .02em;
  line-height: 1;
}
.contents .key-wrap .key-box-txt .orenge{
  color: #ed6d01;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: .02em;
}
.contents .key-wrap .key-box-txt .per_num{
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 56px;
  line-height: 1;
}
.contents .key-wrap .key-box-txt .per{
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 39px;
}
.contents .key-wrap .key-box-btn{
  width: 234px;
}
.contents .key-wrap .key-device{
  width: 450px;
  margin: 0 -20px 0 -80px;
}
.contents .key-wrap .key-ttl-sp{
  display: none;
}
.contents div.client_top {
  height: 120px;
  pointer-events: none;
  text-align: center;
}
.contents div.client_top div.logoslide {
  animation: bg-slider 60s linear infinite;
  background: url("../img/client-top.png"), url("../img/client-top02.png");
  background-size: auto 120px;
  height: 120px;
  width: 100%;
}
@keyframes bg-slider {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: -5253px 0;
  }
}
@media screen and (max-width: 1500px) {
  .contents .key-wrap #key-visual::after {
    top: -110px;
  }
}
.contents .key-wrap #key-visual .key-toptxt {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-top {
  color: #0E376F;
  text-align: center;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-top:first-child {
  font-size: 51px;
  font-weight: 700;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  border-top: 2px solid #000000;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-bottom p {
  color: #0E376F;
  text-align: center;
  font-size: 111px;
  font-weight: 900;
  line-height: 1.3;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-bottom p > small {
  display: block;
  color: #0E376F;
  text-align: center;
  font-size: 18px;
  line-height: 1;
  font-weight: bold;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-bottom p:first-child {
  margin-left: -48px;
}
.contents .key-wrap #key-visual .key-toptxt .key-toptxt-bottom p:last-child {
  margin-left: -48px;
}
.contents .key-wrap #key-visual .key-bottomtxt {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 40px 0 0 0;
  width: 100%;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-left {
  font-size: 6vw;
  font-weight: 900;
  color: #fff;
  background: rgba(240, 168, 48, 0.8);
  width: 55%;
  padding: 24px;
  text-align: right;
  display: flex;
  align-items: end;
  justify-content: end;
  position: relative;
  position: relative;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-left::before {
  content: "新デバイス登場！";
  width: 34%;
  text-align: center;
  background: #0E376F;
  border-radius: 20px;
  padding: 6px 0;
  font-size: 17px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #F7F3DC;
  font-weight: 600;
  position: absolute;
  top: 32px;
  right: 24px;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-left::after {
  content: "";
  background: url(https://www.fleetguide.jp/wp-content/themes/WP-alc/img/key-img.png) no-repeat;
  background-size: contain;
  width: 10vw;
  height: 26vw;
  position: absolute;
  bottom: 9vw;
  left: 0;
  right: 22%;
  margin: auto;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-right {
  background: rgba(225, 110, 0, 0.8);
  width: 45%;
  position: relative;
  padding: 100px 24px 32px 24px;
  display: flex;
  align-items: end;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-right::before {
  content: "アルコールチェック機能";
  width: 42%;
  text-align: center;
  background: #0E376F;
  border-radius: 20px;
  padding: 6px 0;
  font-size: 17px;
  font-family: source-han-sans-japanese, sans-serif;
  color: #F7F3DC;
  font-weight: 600;
  position: absolute;
  top: 32px;
  left: 24px;
  right: 0;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-right::after {
  content: "※ご利用ID数により割引額は変動します";
  font-size: 13px;
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 24px;
  right: 0;
  margin: auto;
}
.contents .key-wrap #key-visual .key-bottomtxt .key-bottom-inner .key-bottom-main .key-bottom-right img {
  width: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.contents .key-wrap .pagetop {
  position: fixed;
  bottom: 78px;
  right: 8px;
  width: 58px;
  height: 58px;
  z-index: 2;
  display: block;
}
.contents .key-wrap .pagetop img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.contents #top-contents .seminar-br {
  max-width: 1240px;
  width: 80%;
  margin: 100px auto 0 auto;
}
.contents #top-contents #campaign .campaign-inner {
  background: #F7F3DC;
  padding: 72px 0;
  margin-top: 40px;
}
.contents #top-contents #campaign .campaign-inner .campaign-list {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 36px;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box {
  border-radius: 30px;
  border: 1px solid #707070;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 32px 100px 32px 21%;
  position: relative;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box::before {
  content: "";
  max-width: 250px;
  width: 50%;
  max-height: 230px;
  height: 16vw;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box h3 {
  font-size: 2vw;
  font-weight: 900;
  line-height: 1.4;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-title {
  font-size: 4vw;
  font-weight: 900;
  color: #E43D0B;
  line-height: 1.4;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-time {
  display: flex;
  align-items: center;
  margin-top: 16px;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-time dt, .contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-time dd {
  font-size: 16px;
  padding: 8px 0;
  border: 1px solid #707070;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-time dt {
  background: #0E376F;
  color: #fff;
  font-weight: 600;
  text-align: center;
  width: 210px;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box .campaign-time dd {
  padding: 8px 24px;
  background: #fff;
  font-weight: 500;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:first-child {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 80%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:first-child::before {
  content: "";
  background: url(../img/campaign01.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(2) {
  background: url(../img/campaignbg-02.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(2)::before {
  content: "";
  background: url(../img/campaign02.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(3) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(3)::before {
  content: "";
  background: url(../img/campaign03.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(4) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(4)::before {
  content: "";
  background: url(../img/campaign04.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(5) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(5)::before {
  content: "";
  background: url(../img/campaign05.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(6) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(6)::before {
  content: "";
  background: url(../img/campaign06.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(7) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(7)::before {
  content: "";
  background: url(../img/campaign07.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(8) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(8)::before {
  content: "";
  background: url(../img/campaign08.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(9) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(9)::before {
  content: "";
  background: url(../img/campaign09.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(10) {
  background: url(../img/campaignbg-01.jpg) no-repeat;
  background-position: 70%;
  background-size: cover;
}
.contents #top-contents #campaign .campaign-inner .campaign-list .campaign-box:nth-child(10)::before {
  content: "";
  background: url(../img/campaign10.png) no-repeat;
  background-size: contain;
}
.contents #top-contents #campaign .campaign-bottom {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.contents #top-contents #campaign .campaign-bottom h3 {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 3.5vw;
  color: #fff;
  font-weight: 900;
  text-align: center;
  padding: 12px 24px;
  background: #E16E00;
  border-radius: 0 0 20px 20px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left {
  background: #F0A830;
  width: 50%;
  padding-bottom: 48px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner {
  width: -moz-fit-content;
  width: fit-content;
  margin: 180px 60px 0 auto;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p {
  font-size: 3vw;
  font-weight: 800;
  text-align: center;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p:first-child {
  margin-bottom: 24px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p:nth-child(2) {
  margin-bottom: 16px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p:nth-child(3) {
  margin-bottom: 20px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p .furigana {
  font-weight: 800;
  position: relative;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p .furigana::before {
  content: "フリートガイド";
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 600;
  position: absolute;
  top: -16px;
  left: 0;
  right: 0;
  margin: auto;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner p .margin-left {
  font-weight: 800;
  margin-left: -16px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner .back-color {
  text-align: center;
  color: #fff;
  background: #0E376F;
  font-weight: 800;
  padding: 6px 12px;
  margin-bottom: 12px;
}
.contents #top-contents #campaign .campaign-bottom .campaign-left .campaign-left-inner .back-color span {
  color: #fff;
}
.contents #top-contents #campaign .campaign-bottom .campaign-right {
  width: 50%;
}
.contents #top-contents #campaign .campaign-bottom .campaign-right img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.contents #top-contents #about .btn-list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 16px;
  max-width: 1240px;
  width: 90%;
  margin: 24px auto 100px auto;
}
.contents #top-contents #about .btn-list li {
  width: 100%;
}
.contents #top-contents #about .btn-list li a {
  display: block;
  background: #E16E00;
  padding: 12px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  border-radius: 0 0 20px 0;
}
.contents #top-contents #about .btn-list li a:hover {
  background: #E5A02D;
}
.contents #top-contents #about .btn-list li a::after {
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  bottom: 12px;
  width: 19px;
  height: 16px;
}
.contents #top-contents #about .about-contents {
  background: #F5F5F5;
  padding: 80px 0;
}
.contents #top-contents #about .about-contents .about-list {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 80px 20px;
}
.contents #top-contents #about .about-contents .about-list .about-box .about-img img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
.contents #top-contents #about .about-contents .about-list .about-box .about-txt h3 {
  text-align: center;
  font-size: 1.3vw;
  color: #E16E00;
  font-weight: 700;
  margin: 24px 0 12px 0;
}
.contents #top-contents #about .about-contents .about-list .about-box .about-txt p {
  font-size: 1.1vw;
  font-weight: 700;
  text-align: center;
}

.contents #top-contents #functions #price-area tr:nth-child(2) td:nth-child(3) {
  position: relative;
}
.contents #top-contents #functions #price-area tr:nth-child(2) td:nth-child(3)::before {
  content: "";
  background: url(../img/functions-otoku.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -165px;
  left: 0;
  top: -78px;
  width: 122px;
  height: 102px;
  margin: auto;
}

.contents .function-ttl{
  margin: 0 0 40px;
}

.contents .function-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.contents .function-box-ttls{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 10px 0;
  background: #000000;
}

.contents .function-box-ttls-img{
  width: 37px;
  margin: 0 13px 0 0;
}

.contents .function-box-ttls-img02{
  width: 20px;
  margin: 0 17px 0 0;
}

.contents .function-box-ttl{
  color: #ffffff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: .02em;
}

.contents .function-box-item{
  width: 500px;
  height: 115px;
  padding: 23px 0 0 40px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
}

.contents .function-box .function-box-item:nth-child(2n){
  border-right: 1px solid #aaaaaa;
}

.contents .function-box-item02{
  width: 100%;
  height: 115px;
  padding: 23px 0 0 40px;
  border-bottom: 1px solid #aaaaaa;
  border-left: 1px solid #aaaaaa;
  border-right: 1px solid #aaaaaa;
}

.contents .function-box-item-ttl{
  margin: 0 0 10px;
  color: #ed6d01;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: .02em;
  line-height: 1;
}

.contents .function-box-item-txt{
  color: #000000;
  font-size: 16px;
  letter-spacing: .02em;
  line-height: 1.375;
}

.contents #top-contents #operational h3 {
  text-align: center;
  max-width: 1240px;
  width: 90%;
  margin: 60px auto 111px auto;
}
.contents #top-contents #operational h3 img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}

.contents #top-contents #operational .operational-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.contents #top-contents #operational .operational-box{
  position: relative;
  width: 330px;
  padding: 0 27px 20px 22px;
  background: #ed6d01;
  border-radius: 10px;
}

.contents #top-contents #operational .operational-box::after{
  content: '';
  position: absolute;
  z-index: 5;
  top: 89px;
  right: -25px;
  width: 48px;
  height: 48px;
  background: url("../img/operational-box-arrow.png") no-repeat center / cover;
}

.contents #top-contents #operational .operational-list .operational-box:last-child::after{
  display: none;
}

.contents #top-contents #operational .operational-box-step{
  width: 178px;
  margin: -20px auto 0;
  padding: 5px 0;
  background: #000000;
  border-radius: 30px;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: .02em;
}

.contents #top-contents #operational .operational-box-step .num{
  color: #ffffff;
  font-weight: bold;
  font-size: 33px;
  line-height: 1;
}

.contents #top-contents #operational .operational-box-img01{
  width: 99px;
  margin: 11px auto 12px;
}

.contents #top-contents #operational .operational-box-img02{
  width: 138px;
  margin: 43px auto 39px;
}

.contents #top-contents #operational .operational-box-img03{
  width: 111px;
  margin: 19px auto 24px;
}

.contents #top-contents #operational .operational-box-txt{
  color: #ffffff;
  font-weight: bold;
  font-size: 19.5px;
  letter-spacing: .02em;
  line-height: 1.6;
}

.contents #top-contents #operational .operational-box-info{
  margin: 5px 0 0;
  color: #ffffff;
  font-size: 13px;
  letter-spacing: .08em;
  line-height: 1.3;
}

.contents #top-contents #device {
  margin-top: 50px;
}
.contents #top-contents #device ._fs100 {
  margin: 50px 0 30px;
}
.contents #top-contents #device table {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
}
.contents #top-contents #device table tr {
  border: 1px solid #707070;
}
.contents #top-contents #device table tr th {
  width: 270px;
  font-size: 20px;
  text-align: center;
  font-weight: 700;
  vertical-align: middle;
  background: #F5F5F5;
  padding: 16px 0;
  border: 1px solid #707070;
}
.contents #top-contents #device table tr td {
  width: calc((100% - 270px) / 2);
  font-size: 20px;
  font-weight: 700;
  padding: 16px 12px;
  text-align: center;
  border: 1px solid #707070;
  vertical-align: middle;
}
.contents #top-contents #device table tr td .device-inner {
  display: flex;
  justify-content: space-between;
}
.contents #top-contents #device table tr td .device-inner .device-txt p {
  font-size: 24px;
  margin-bottom: 16px;
}
.contents #top-contents #device table tr td .device-inner .device-txt dl:last-child {
  margin-top: 16px;
}
.contents #top-contents #device table tr td .device-inner .device-txt dl .device-list dt {
  font-size: 18px;
  text-align: left;
}
.contents #top-contents #device table tr td .device-inner .device-txt dl .device-list dd {
  font-size: 32px;
  font-weight: 800;
  color: #E16E00;
  text-align: left;
}
.contents #top-contents #device table tr td .device-inner .device-txt dl .device-list dd span {
  font-size: 12px;
  color: #E16E00;
}
.contents #top-contents #device table tr td .device-inner .device-img {
  width: 20%;
}
.contents #top-contents #device table tr td .device-inner .device-img img {
  width: 100%;
  height: 300px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contents #top-contents #other-link {
  background: #F7F3DC;
  padding: 60px 0;
  margin-top: 120px;
  display: flex;
  justify-content: space-between;
}
.contents #top-contents #other-link .faq, .contents #top-contents #other-link .column {
  width: 50%;
}
.contents #top-contents #other-link .faq .faq-img, .contents #top-contents #other-link .faq .column-img, .contents #top-contents #other-link .column .faq-img, .contents #top-contents #other-link .column .column-img {
  margin: 24px auto;
}
.contents #top-contents #other-link .faq .faq-img img, .contents #top-contents #other-link .faq .column-img img, .contents #top-contents #other-link .column .faq-img img, .contents #top-contents #other-link .column .column-img img {
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}
.contents #top-contents #other-link .faq .btn02, .contents #top-contents #other-link .column .btn02 {
  display: block;
  background: #E16E00;
  width: 300px;
  margin: 24px auto 0 auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  position: relative;
  border-radius: 0 0 12px 0;
}
.contents #top-contents #other-link .faq .btn02:hover, .contents #top-contents #other-link .column .btn02:hover {
  background: #E5A02D;
}
.contents #top-contents #other-link .faq .btn02::after, .contents #top-contents #other-link .column .btn02::after {
  content: "";
  background: url(../img/btn-arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 4px;
  bottom: 8px;
  width: 16px;
  height: 12px;
}

.contents .preparation-bg{
  padding: 48px 0 51px;
  background: #f5f5f5;
}

.contents .preparation-box{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 1000px;
  margin: 0 auto;
  padding: 12px 0 12px 44px;
  border: 1px solid #ed6c00;
  background: #ffffff;
}

.contents .preparation-box-img{
  width: 329px;
  margin: 0 31px 0 0;
}

.contents .preparation-box-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  margin: 0 0 18px;
}

.contents .preparation-box-icon{
  width: 42px;
  margin: 0 9px 0 0;
}

.contents .preparation-box-ttl{
  color: #ed6d01;
  font-weight: bold;
  font-size: 32px;
  letter-spacing: .02em;
  line-height: 1;
}

.contents .preparation-box-txt{
  margin: 0 0 10px;
  color: #000000;
  font-size: 18px;
  letter-spacing: .04em;
  line-height: 1.611;
}

.contents .preparation-box-info:before{
  content: "※";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 13px;
}

.contents .preparation-box-info{
  position: relative;
  color: #000000;
  padding: 0 0 0 16px;
  font-size: 13px;
  letter-spacing: .04em;
  line-height: 1.53;
}

.contents #top-contents #quotation {
  background: #F7F3DC;
  margin-top: 120px;
  padding: 120px 0;
}
.contents #top-contents #quotation .form-quotation {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border-radius: 50px;
  padding: 60px 80px;
  border: 1px solid #707070;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item:nth-child(2) dd::before {
  content: "本";
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item:last-child {
  margin-bottom: 0;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item:last-child dt {
  margin-bottom: 24px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item:last-child dd::before {
  content: "名";
  font-size: 16px;
  font-family: source-han-sans-japanese, sans-serif;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
  margin: auto;
  height: -moz-fit-content;
  height: fit-content;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dt {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  width: 200px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dt span {
  font-size: 14px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dd {
  position: relative;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dd input {
  width: 420px;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 16px 40px 16px 20px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dd .form-err-wrap {
  position: absolute;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item dd .form-err-wrap .entry_err {
  color: #E43D0B;
  font-size: 13px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio {
  width: 420px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio label {
  position: relative;
  cursor: pointer;
  padding-left: 30px;
  font-size: 24px;
  font-weight: 600;
  margin: 0 24px 0 0;
  display: inline-block;
  width: auto;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio label::before,
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio label::after {
  content: "";
  display: block;
  border-radius: 50%;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio label::before {
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  left: 5px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio label::after {
  background-color: #E16E00;
  border-radius: 50%;
  opacity: 0;
  width: 14px;
  height: 14px;
  left: 8px;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio input:checked + label::after {
  opacity: 1;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio input {
  display: none;
}
.contents #top-contents #quotation .form-quotation .p-form__inner .p-form__item .radio .visually-hidden {
  position: absolute;
  white-space: nowrap;
  border: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
}
.contents #top-contents #quotation .form-quotation .tyuui {
  font-size: 18px;
  text-align: center;
  font-weight: 500;
  margin: 60px 0 24px 0;
}
.contents #top-contents #quotation .form-quotation .p-form__btn {
  margin-bottom: 80px;
}
.contents #top-contents #quotation .form-quotation .p-form__btn input {
  cursor: pointer;
  width: 375px;
  padding: 20px 0;
  display: block;
  margin: 0 auto;
  background: #F0A830;
  border-radius: 50px;
  font-size: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: none;
  transition: all ease 0.5s;
}
.contents #top-contents #quotation .form-quotation .p-form__btn input:hover {
  background: #E16E00;
}
.contents #top-contents #quotation .form-quotation table {
  width: 100%;
  border: 1px solid #707070;
  margin-top: 40px;
}
.contents #top-contents #quotation .form-quotation table tr {
  border: 1px solid #707070;
}
.contents #top-contents #quotation .form-quotation table tr th {
  background: #E16E00;
  font-size: 21px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  width: 200px;
  vertical-align: middle;
}
.contents #top-contents #quotation .form-quotation table tr td {
  font-size: 18px;
  padding: 12px;
  position: relative;
  border: 1px solid #707070;
  background: #E2E2E2;
}
.contents #top-contents #quotation .form-quotation table tr td:nth-child(1) {
  background: #E2E2E2;
  width: 350px;
}
.contents #top-contents #quotation .form-quotation table tr td:last-child {
  background: #fff;
  vertical-align: middle;
}
.contents #top-contents #quotation .form-quotation table tr td br {
  display: none;
}
.contents #top-contents #quotation .form-quotation table tr td span {
  font-size: 15px;
}
.contents #top-contents #quotation .form-quotation table tr td .sp {
  display: none;
}
.contents #top-contents #quotation .form-quotation table tr td .price-box {
  display: flex;
  align-items: center;
}
.contents #top-contents #quotation .form-quotation table tr td .price-box .price {
  font-size: 24px;
  font-weight: 600;
}
.contents #top-contents #quotation .form-quotation table tr td .fix {
  font-size: 16px;
  height: -moz-fit-content;
  height: fit-content;
  font-weight: 600;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -4px;
  margin: auto;
}
.contents #top-contents #contact {
  background: #E16E00;
  padding: 120px 0;
}
.contents #top-contents #contact h2 span {
  color: #fff;
}
.contents #top-contents #contact form {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  background: #fff;
  border-radius: 50px;
  padding: 60px 120px;
  border: 1px solid #707070;
}
.contents #top-contents #contact form .c-form__inner .c-form__item {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 16px;
}
.contents #top-contents #contact form .c-form__inner .c-form__item dt {
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
  width: 200px;
}
.contents #top-contents #contact form .c-form__inner .c-form__item dd {
  position: relative;
  width: calc(100% - 200px);
}
.contents #top-contents #contact form .c-form__inner .c-form__item dd input, .contents #top-contents #contact form .c-form__inner .c-form__item dd textarea {
  width: 100%;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
}
.contents #top-contents #contact form .c-form__inner .c-form__item dd select {
  width: 100%;
  border: 1px solid #707070;
  font-size: 16px;
  padding: 16px 20px 16px 20px;
  cursor: pointer;
  line-height: 1.8;
}
.contents #top-contents #contact form .c-form__inner .c-form__item dd select option {
  font-size: 16px;
}
.contents #top-contents #contact form .c-form__inner .c-form__item dd label {
  width: 100%;
}
.contents #top-contents #contact form .c-form__btn {
  margin-top: 60px;
}
.contents #top-contents #contact form .c-form__btn input {
  cursor: pointer;
  width: 375px;
  padding: 34px 0;
  display: block;
  margin: 0 auto;
  background: #F0A830;
  border-radius: 50px;
  font-size: 32px;
  font-weight: 500;
  text-align: center;
  color: #fff;
  border: none;
  transition: all ease 0.5s;
}
.contents #top-contents #contact form .c-form__btn input:hover {
  background: #E16E00;
}
.contents #top-contents #contact form .wpcf7-response-output {
  font-size: 16px;
  font-weight: 600;
}
.contents #top-contents #contact form .wpcf7-not-valid-tip {
  font-size: 13px;
}
.contents #top-contents #faq {
  background: #F7F3DC;
  padding: 100px 0;
}
.contents #top-contents #faq .faq-list {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto;
}
.contents #top-contents #faq .faq-list .faq-box {
  margin: 24px 0;
}
.contents #top-contents #faq .faq-list .faq-box dt {
  padding: 16px 32px 16px 32px;
  border: 1px solid #707070;
  background: #F8F8F8;
  font-size: 21px;
  font-weight: 500;
  font-weight: bold;
  display: block;
  transition: all 0.5s ease;
  border-radius: 20px 20px 0 0;
  cursor: pointer;
  position: relative;
}
.contents #top-contents #faq .faq-list .faq-box dt::after {
  content: "";
  background: url(../img/plus.svg) no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
}
.contents #top-contents #faq .faq-list .faq-box dt.close::after {
  background: url(../img/mainus.svg) no-repeat;
  background-size: contain;
}
.contents #top-contents #faq .faq-list .faq-box dd { /*本文*/
  display: none; /*はじめは非表示*/
  font-size: 21px;
  line-height: 1.7;
  padding: 12px 32px 12px 32px;
  background: #F0A830;
  border-left: 1px solid #707070;
  border-right: 1px solid #707070;
  border-bottom: 1px solid #707070;
  border-radius: 0 0 20px 20px;
  color: #fff;
}
.contents #top-contents #faq .faq-list .faq-box dd a {
  font-size: 21px;
  color: #E16E00;
  text-decoration: underline;
}
.contents ._pc_fz14 {
  font-size: 14px;
}
.contents .cta {
  padding: 38px 0 69px;
  background: #0e376f;
}
.contents .cta-inner {
  width: 1000px;
  margin: 0 auto;
}
.contents .cta-ttl {
  width: 911px;
  margin: 0 0 33px;
}
.contents .cta-box {
  width: 1000px;
  margin: 0 auto;
  padding: 23px 89px 27px;
  background: url("../img/cta-box-bg.jpg") no-repeat center / cover;
  border-radius: 10px 10px 0 0;
}
.contents .cta-box-tops{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 0 10px;
}
.contents .cta-line{
  width: 32px;
  margin: 20px 0 0;
}
.contents .cta-line.reverse{
  transform: scaleX(-1);
}
.contents .cta-box-ttl {
  margin: 0 0 0 10px;
  color: #ed6d01;
  font-weight: 900;
  font-size: 48px;
  text-align: center;
}
.contents .cta-box-ttl .num{
  color: #0e376f;
  font-weight: bold;
  font-size: 81px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1;
}
.contents .cta-box-ttl .blue{
  color: #0e376f;
  font-weight: 900;
}
.contents .cta-box-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contents .cta-box-item{
  position: relative;
  width: 395px;
  padding: 48px 0 0;
  background: url("../img/cta-box-item.png") no-repeat center / cover;
  border: 2px solid #0e376f;
}
.contents .cta-box-item-ttl{
  width: 378px;
  position: absolute;
  top: 14px;
  left: -10px;
}
.contents .cta-box-item-ttl .yellow{
  color: #eac834;
  font-weight: 900;
}
.contents .cta-box-item-ttl.diff{
  padding: 0 31px 21px 90px;
}
.contents .cta-box-item-prices{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.contents .cta-box-item-txt01{
  color: #0e376f;
  font-weight: 600;
  font-size: 18.77px;
  text-align: center;
}
.contents .cta-box-item-txt02{
  color: #0e376f;
  font-weight: 600;
  font-size: 23px;
}
.contents .cta-box-item-txt02 .num{
  position: relative;
  color: #0e376f;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
}
.contents .cta-box-item-txt02 .num::before{
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background: #f7941d; /* オレンジ系黄色 */
  transform: rotate(-10deg);
  transform-origin: center;
}
.contents .cta-box-item-arrow{
  width: 33px;
  margin: 30px 5px 0;
}
.contents .cta-box-item-zero{
  color: #ed6d01;
  font-weight: 900;
  font-size: 34px;
}
.contents .cta-box-item-zero span{
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 126px;
  line-height: 1;
}
.contents .cta-box-item-info{
  margin: -20px 0 10px 15px;
  color: #333333;
  font-size: 12px;
  letter-spacing: .02em;
}
.contents .cta-box-item-txt03{
  margin: 14px 0 13px 0;
  color: #0e376f;
  font-weight: 900;
  font-size: 29.3px;
  text-align: center;
}
.contents .cta-box-item-txt03 .num{
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 109px;
  line-height: 1;
}
.contents .cta-box-item-txt03 .unit{
  color: #ed6d01;
  font-weight: 900;
  font-size: 35.2px;
}
.contents .cta-box-item-txt03 .mini{
  font-weight: bold;
  font-size: 23.4px;
}
.contents .cta-box02{
  margin: -5px 0 0;
  padding: 25px 43px 30px;
  background: #ffffff;
  border-radius: 0 0 10px 10px;
}
.contents .cta-box02-txt{
  margin: 0 0 17px;
  color: #000000;
  font-weight: 900;
  font-size: 30px;
  text-align: center;
}
.contents .cta-box02-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.contents .cta-box02 a{
  width: 441px;
}
.contents .resolution {
  position: relative;
  padding: 62px 0 80px;
  background: url("../img/resolution.jpg") no-repeat center/cover;
}
.contents .resolution-content {
  width: 1000px;
  margin: 0 auto;
}
.contents .resolution-btn {
  position: absolute;
  bottom: 122px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  width: 441px;
}
.contents .step-bg{
  padding: 75px 0 80px;
  background: #f5f5f5;
}
.contents .step-inner{
  width: 1000px;
  margin: 0 auto;
}
.contents .step-top{
  color: #000000;
  font-weight: 600;
  font-size: 36.65px;
  text-align: center;
  letter-spacing: .04em;
}
.contents .step-top span{
  font-weight: normal;
}
.contents .step h2{
  margin: 0 0 67px;
  color: #000000;
  font-weight: 900;
  font-size: 51px;
  text-align: center;
}
.contents .step h2 .big{
  color: #000000;
  font-weight: 900;
  font-size: 59.65px;
}
.contents .step h2 .orenge{
  color: #ed6d01;
  font-weight: 900;
  font-size: 59px;
}
.contents .step h2 .num{
  color: #ed6d01;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 88px;
  line-height: 1;
}
.contents .step-list{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 57px;
}
.contents .step-item{
  width: 330px;
  padding: 0 0 25px;
  border-radius: 10px;
  background: #ffffff;
}
.contents .step-item-num{
  width: 178px;
  margin: -20px auto 24px;
  background: #ed6d01;
  border-radius: 50px;
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  letter-spacing: .02em;
}
.contents .step-item-num .num{
  color: #ffffff;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 33px;
}
.contents .step-item-ttl{
  color: #000000;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  letter-spacing: .04em;
  line-height: 1.23;
}
.contents .step-item-img01{
  width: 58px;
  margin: 19px auto 31px;
}
.contents .step-item-txt{
  color: #000000;
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  letter-spacing: .02em;
  line-height: 1.556;
}
.contents .step-item-arrow{
  position: relative;
  z-index: 5;
  width: 48px;
  margin: 0 -30px;
}
.contents .step-item-img02{
  width: 47px;
  margin: 15px auto 29px;
}
.contents .step-item-img03{
  width: 82px;
  margin: 26px auto 32px;
}
.contents .step-wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contents .step-wrap-img{
  width: 394px;
}
.contents .step-wrap-txts{
  width: 570px;
}
.contents .step-wrap-ttl{
  margin: 0 0 5px;
  padding: 0 0 10px;
  border-bottom: 1px solid #ed6d01;
  color: #ed6d01;
  font-weight: 900;
  font-size: 33px;
  letter-spacing: .06em;
}
.contents .step-wrap-txt{
  color: #000000;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: .06em;
  line-height: 1.556;
}
.contents .alc_cloud {
  position: relative;
}
.contents .alc_cloud-detail {
  position: absolute;
  bottom: 55px;
  right: 23%;
  width: 157px;
}
.contents .professional-slide-relative {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
.contents .professional-bg {
  padding: 90px 0 45px;
  background: #f5f5f5;
}
.contents .professional h2 {
  width: 1155px;
  margin: 0 auto 56px;
}
.contents .professional-tab {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 787px;
  margin: 0 auto;
}
.contents .professional-tab__name {
  width: 249px !important;
  height: 74px;
  cursor: pointer;
  margin: 0 0 16px;
}
.contents .professional-tab__name.tab.swiper-slide-thumb-active .professional-slide-thumbnail {
  height: 74px;
  background: url("../img/professional-btn01-on.png") no-repeat center/contain;
}
.contents .professional-tab__name.tab01.swiper-slide-thumb-active .professional-slide-thumbnail01 {
  background: url("../img/professional-btn02-on.png") no-repeat center/contain;
}
.contents .professional-tab__name.tab02.swiper-slide-thumb-active .professional-slide-thumbnail02 {
  background: url("../img/professional-btn03-on.png") no-repeat center/contain;
}
.contents .professional-tab__name.tab03.swiper-slide-thumb-active .professional-slide-thumbnail03 {
  background: url("../img/professional-btn04-on.png") no-repeat center/contain;
}
.contents .professional-tab__name.tab04.swiper-slide-thumb-active .professional-slide-thumbnail04 {
  background: url("../img/professional-btn05-on.png") no-repeat center/contain;
}
.contents .professional-slide {
  position: relative;
  z-index: 5;
  width: 1000px;
  margin: 15px auto 60px;
  overflow: hidden;
}
.contents .professional-slide-thumbnail {
  width: 100%;
  height: 74px;
  background: url("../img/professional-btn01.png") no-repeat center/contain;
}
.contents .professional-slide-thumbnail01 {
  width: 100%;
  height: 74px;
  background: url("../img/professional-btn02.png") no-repeat center/contain;
}
.contents .professional-slide-thumbnail02 {
  width: 100%;
  height: 74px;
  background: url("../img/professional-btn03.png") no-repeat center/contain;
}
.contents .professional-slide-thumbnail03 {
  width: 100%;
  height: 74px;
  margin: 0 0 0 135px;
  background: url("../img/professional-btn04.png") no-repeat center/contain;
}
.contents .professional-slide-thumbnail04 {
  width: 100%;
  height: 74px;
  margin: 0 0 0 -135px;
  background: url("../img/professional-btn05.png") no-repeat center/contain;
}
.contents .professional__prev {
  left: -50px;
  width: 67px;
  height: 67px;
  top: 50%;
}
.contents .professional__next {
  right: -50px;
  width: 67px;
  height: 67px;
  top: 50%;
}
.contents .professional__prev::after {
  width: 67px;
  height: 67px;
  background: url(../img/professional__arrow.png) no-repeat center/contain;
  transform: rotate(180deg);
  content: "";
}
.contents .professional__next::after {
  width: 67px;
  height: 67px;
  background: url(../img/professional__arrow.png) no-repeat center/contain;
  content: "";
}
.contents .professional-bottom {
  width: 607px;
  margin: 0 auto 33px;
}
.contents .fee {
  padding: 88px 0 72px;
}
.contents .fee-ttl {
  width: 91px;
  margin: 0 auto 46px;
}
.contents .fee-content {
  width: 1000px;
  margin: 0 auto;
}
.contents .fcon {
  width: 100%;
  padding: 41px 0;
  background: #000000;
  text-align: center;
}
.contents .fcon p.info {
  font-size: 20px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 2em;
}

.contents .overlay {
  display: none;
  z-index: 9998;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #ffffff;
  opacity: 0.8;
  width: 100vw;
  height: 100vh;
}
.contents .overlay.open {
  display: block;
}
.contents .close-button {
  cursor: pointer;
  position: fixed;
  z-index: 150;
  top: -350px;
  right: 285px;
  display: none;
  width: 56px;
}
.contents .close-button.open {
  display: block;
}
.contents .modal01 {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.15rem;
  width: 62.5rem;
  max-height: 41.125rem;
  margin: auto;
}
.contents .modal01.open {
  display: block;
}
.contents .modal01-img {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 545px;
}

.contents .modal02 {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.15rem;
  width: 62.5rem;
  max-height: 41.125rem;
  margin: auto;
}
.contents .modal02.open {
  display: block;
}
.contents .modal02-img {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 545px;
}

.contents .modal03 {
  display: none;
  z-index: 9999;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 0.15rem;
  width: 62.5rem;
  max-height: 41.125rem;
  margin: auto;
}
.contents .modal03.open {
  display: block;
}
.contents .modal03-img {
  z-index: 100;
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 545px;
}