@charset "UTF-8";
@font-face {
  font-family: 'Arial Black';
  font-style: normal;
  font-weight: 400;
  src: local("Arial Black"), url("ariblk_0.ttf") format("ttf"); }
select::-ms-expand {
  display: none; }

html {
  height: 100%;
  font-size: 62.5%;
  background: #fff;
  overflow-y: scroll; }
  @media (max-width: 480px) {
    html {
      font-size: 87.5%; } }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
input,
textarea,
p,
th,
td {
  padding: 0;
  margin: 0; }

address,
caption,
em,
strong,
th {
  font-style: normal; }

caption,
th {
  text-align: left; }

hr,
legend {
  display: none; }

figure {
  margin: 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

li {
  list-style-type: none; }

table,
ol,
ul,
dl,
blockquote,
pre {
  margin-bottom: 0px; }

p {
  margin-bottom: 0; }

a img,
fieldset {
  border: none; }

article,
aside,
footer,
header,
hgroup,
nav,
section {
  display: block; }

main {
  overflow-x: hidden; }

a {
  display: block;
  text-decoration: none;
  color: inherit; }

a:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

a:visited {
  text-decoration: none; }

* {
  box-sizing: border-box; }

img {
  width: 100%;
  display: block; }

button {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none; }

/*-----------------------------------------*/
@media (max-width: 480px) {
  .only-pc {
    display: none; } }

.only-sp {
  display: none; }
  @media (max-width: 480px) {
    .only-sp {
      display: block; } }

.d-inline {
  display: inline-block; }

.block-pc {
  display: block; }
  @media (max-width: 480px) {
    .block-pc {
      display: inline-block; } }

.txt_b {
  font-weight: bold;
  margin: 0 3px; }

/*-----------------------------------------*/
body {
  position: relative;
  -webkit-text-size-adjust: none;
  min-width: 1040px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: normal;
  font-family: 'Noto Sans JP', sans-serif;
  color: #082a4f;
  letter-spacing: 0.5px;
  line-height: 1.6;
  margin: 0px;
  background: #fff; }
  @media (max-width: 480px) {
    body {
      font-size: 3.2467532468vw;
      min-width: 100%;
      letter-spacing: 0.1298701299vw;
      line-height: 1.6; } }

.slick-slide {
  outline: none; }

  /*============================
共通レイアウト
============================*/
.bold {
  font-weight: bold; }

@media (max-width: 480px) {
  .bold-sp {
    font-weight: bold; } }

.t-center {
  text-align: center !important; }

.t-left {
  text-align: left !important; }

@media (max-width: 480px) {
  .t-center-sp {
    text-align: center !important; } }

@media (max-width: 480px) {
  .t-left-sp {
    text-align: left !important; } }

.fs-min {
  font-size: 80%; }

.fs-big01 {
  font-size: 1.7em; }

.fs-big02 {
  font-size: 2em; }

@media (max-width: 480px) {
  .fs-small-sp {
    font-size: 0.75em; } }

@media (max-width: 480px) {
  .fs-big01-sp {
    font-size: 1.56em; } }

@media (max-width: 480px) {
  .fs-big001-sp {
    font-size: 2em; } }

.fs-20 {
  font-size: 2rem; }

.fs-24 {
  font-size: 2.4rem; }

.fs-30 {
  font-size: 3rem; }

.c-orange {
  color: #eb6100; }

.p0 {
  padding: 0 !important; }

.pb0 {
  padding-bottom: 0 !important; }

.pb0-sp {
  padding-bottom: 0 !important; }

@media (max-width: 480px) {
  .pb25-sp {
    padding-bottom: 3.2467532468vw !important; } }

.pt40 {
  padding-top: 40px !important; }
  @media (max-width: 480px) {
    .pt40 {
      padding-top: 5.1948051948vw !important; } }

@media (max-width: 480px) {
  .pt0-sp {
    padding-top: 0 !important; } }

.mt30 {
  margin-top: 30px !important; }
  @media (max-width: 480px) {
    .mt30 {
      margin-top: 5.1948051948vw !important; } }

.mt50 {
  margin-top: 50px !important; }
  @media (max-width: 480px) {
    .mt50 {
      margin-top: 7.7922077922vw !important; } }

.mb15 {
  margin-bottom: 15px; }
  @media (max-width: 480px) {
    .mb15 {
      margin-bottom: 3.2467532468vw; } }

.mb30 {
  margin-bottom: 30px !important; }
  @media (max-width: 480px) {
    .mb30 {
      margin-bottom: 6.4935064935vw !important; } }

.mb70 {
  margin-bottom: 70px; }
  @media (max-width: 480px) {
    .mb70 {
      margin-bottom: 7.7922077922vw; } }

@media (max-width: 480px) {
  .p-side {
    padding: 0 3.8961038961vw; } }

.txt-gradient {
  color: transparent;
  background: linear-gradient(90deg, #b61eb1 0%, #0599f7 100%);
  -webkit-background-clip: text;
  display: inline-block; }

.u-line {
  text-decoration: underline; }

.u-line-y01 {
  background: linear-gradient(transparent 77%, #ffeb37 0%); }

.u-line-y02 {
  background: linear-gradient(transparent 77%, #fed808 0%); }

.u-line-y03 {
  background: linear-gradient(transparent 62%, #faf76a 0%); }

.u-line-pl {
  background: linear-gradient(transparent 77%, #d6d8ef 0%); }

.small {
  font-size: 0.75em; }
  @media (max-width: 480px) {
    .small {
      font-size: 1em; } }

.sup {
  vertical-align: text-top;
  font-size: 1.4rem; }
  @media (max-width: 480px) {
    .sup {
      font-size: 2.0779220779vw; } }

.after-note::after {
  content: '※';
  display: inline;
  font-size: 1.4rem; }
  @media (max-width: 480px) {
    .after-note::after {
      font-size: 2.0779220779vw; } }

@media (max-width: 480px) {
  .order1-sp {
    order: 1; } }

.accent {
  position: relative; }
  .accent::before {
    content: "・";
    font-size: 0.4em;
    color: inherit;
    position: absolute;
    top: -20%;
    left: 50%;
    transform: translateX(-50%); }
    @media (max-width: 480px) {
      .accent::before {
        top: -9px; } }

.tel {
  pointer-events: none; }
  @media (max-width: 480px) {
    .tel {
      pointer-events: auto; } }

.block-tel {
  font-family: "Roboto" , 'Noto Sans JP' ,sans-serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  width: 256px;
  letter-spacing: 0.02rem;
  line-height: 1;
  text-align: center; }
  .block-tel .block-tel__img {
    width: 18%; }
    @media (max-width: 480px) {
      .block-tel .block-tel__img {
        width: 12.3376623377vw; } }
  .block-tel .block-tel__num {
    width: 82%;
    font-size: 3.3rem;
    font-weight: bold; }
    @media (max-width: 480px) {
      .block-tel .block-tel__num {
        font-size: 6.6233766234vw;
        width: fit-content; } }
  .block-tel .block-tel__time {
    width: 100%;
    font-size: 1.3rem; }
    @media (max-width: 480px) {
      .block-tel .block-tel__time {
        font-size: 2.3376623377vw; } }
  .block-tel.w337 {
    width: 337px; }
    @media (max-width: 480px) {
      .block-tel.w337 {
        width: 100%;
        justify-content: center; } }
    .block-tel.w337 .block-tel__num {
      font-size: 4.4rem; }
      @media (max-width: 480px) {
        .block-tel.w337 .block-tel__num {
          font-size: 9.0909090909vw;
          width: auto; } }
    .block-tel.w337 .block-tel__time {
      font-size: 1.7rem; }
      @media (max-width: 480px) {
        .block-tel.w337 .block-tel__time {
          font-size: 3.8961038961vw; } }

.wrapper {
  width: 1020px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .wrapper {
      width: 100%;
      padding: 0 3.8961038961vw; } }

.section {
  padding: 80px 0 90px; }
  @media (max-width: 480px) {
    .section {
      padding: 11.6883116883vw 0; } }
  .section.bg-01 {
    background-color: #f2f2f4; }
  .section.bg-02 {
    background: linear-gradient(90deg, #9a1687 0%, #555fbc 50%, #5b5ab8 100%);
    padding: 37px;
    position: relative;
    z-index: 10; }
    @media (max-width: 480px) {
      .section.bg-02 {
        padding: 5.1948051948vw 5.8441558442vw; } }
    .section.bg-02::after {
      content: "";
      width: 100%;
      height: 100%;
      background: url(../images/background-img01.png) no-repeat center center/cover;
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
  .section .section__in {
    width: 1020px;
    margin: 0 auto; }
    @media (max-width: 480px) {
      .section .section__in {
        width: 100%;
        padding: 0 3.8961038961vw; } }

.middle-section {
  padding: 55px 0 70px; }
  @media (max-width: 480px) {
    .middle-section {
      padding: 11.038961039vw 3.8961038961vw 10.3896103896vw; } }
  .middle-section .middle-section__in {
    max-width: 1020px;
    margin: 0 auto; }

.section__ttl {
  font-size: 4.5rem;
  font-weight: bold;
  color: #082a4f;
  line-height: 1.3;
  text-align: center; }
  @media (max-width: 480px) {
    .section__ttl {
      font-size: 5.8441558442vw; } }
  .section__ttl .section__ttl--sub {
    display: block; }
  .section__ttl .section__ttl--main {
    display: block; }
  .section__ttl.ttl01 .section__ttl--sub {
    font-size: 2.8rem;
    color: #fff;
    background-color: #303771;
    padding: 12px;
    border-radius: 40px;
    width: 700px;
    margin: 0 auto 35px;
    position: relative; }
    @media (max-width: 480px) {
      .section__ttl.ttl01 .section__ttl--sub {
        font-size: 3.6363636364vw;
        width: 100%;
        padding: 1.9480519481vw;
        margin-bottom: 5.1948051948vw; } }
    .section__ttl.ttl01 .section__ttl--sub::after {
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 22px 22px 0 22px;
      border-color: #303771 transparent transparent transparent;
      position: absolute;
      bottom: 0;
      left: 50%;
      transform: translate(-50%, 100%); }
      @media (max-width: 480px) {
        .section__ttl.ttl01 .section__ttl--sub::after {
          border-width: 2.8571428571vw 2.8571428571vw 0 2.8571428571vw; } }
  .section__ttl.ttl02 .section__ttl--sub {
    font-size: 1.8rem; }
    @media (max-width: 480px) {
      .section__ttl.ttl02 .section__ttl--sub {
        font-size: 3.1168831169vw; } }

.block__ttl01 {
  position: relative; }
  .block__ttl01 .block__ttl01--main {
    width: fit-content;
    font-size: 3.2rem;
    font-weight: bold;
    text-align: left;
    background-color: #fff;
    padding-right: 50px;
    position: relative;
    z-index: 10; }
    @media (max-width: 480px) {
      .block__ttl01 .block__ttl01--main {
        font-size: 4.1558441558vw;
        padding-right: 3.8961038961vw; } }
  .block__ttl01::after {
    content: "";
    width: 100%;
    height: 1px;
    background-color: #585e6b;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%); }

.section__pick {
  font-weight: bold;
  text-align: center;
  color: #777a9b;
  padding: 60px 0 40px;
  line-height: 1.3; }
  @media (max-width: 480px) {
    .section__pick {
      padding: 7.7922077922vw 0 5.1948051948vw; } }
  .section__pick .section__pick--main {
    font-size: 2.8rem;
    padding-bottom: 0.5em;
    line-height: 1; }
    @media (max-width: 480px) {
      .section__pick .section__pick--main {
        font-size: 3.8961038961vw;
        padding-bottom: 2.5974025974vw; } }
  @media (max-width: 480px) {
    .section__pick .section__pick--sub {
      font-size: 5.8441558442vw; } }
  .section__pick .section__pick--note {
    width: fit-content;
    margin: 0 auto; }
    .section__pick .section__pick--note li {
      font-size: 1.4rem;
      font-weight: normal; }
      @media (max-width: 480px) {
        .section__pick .section__pick--note li {
          font-size: 2.5974025974vw; } }

.unit-list-01 li {
  position: relative;
  padding-left: 1em; }
  .unit-list-01 li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

.unit-list-note li {
  position: relative;
  font-size: 1.2rem; }
  @media (max-width: 480px) {
    .unit-list-note li {
      font-size: 2.5974025974vw;
      line-height: 1.3;
      margin-bottom: 1.038961039vw; } }
  .unit-list-note li::before {
    content: "※"; }
  .unit-list-note li.no {
    padding-left: 2em; }
    .unit-list-note li.no::before {
      content: "※" attr(data-no); }
.unit-list-note .unit-list-note-sub li {
  position: relative; }
  .unit-list-note .unit-list-note-sub li::before {
    content: "・";
    position: absolute;
    top: 0;
    left: 0; }

.pick-block {
  position: relative;
  border: 3px solid #ec6404;
  border-radius: 10px;
  padding: 15px 0;
  line-height: 1.4; }
  @media (max-width: 480px) {
    .pick-block {
      border-width: 0.3896103896vw;
      border-radius: 1.2987012987vw;
      padding: 3.2467532468vw 1.9480519481vw 3.2467532468vw; } }
  .pick-block .pick-block__txt {
    font-size: 2.4rem;
    font-weight: bold;
    color: #ec6404;
    text-align: center; }
    @media (max-width: 480px) {
      .pick-block .pick-block__txt {
        font-size: 4.1558441558vw;
        padding-left: 38.961038961vw;
        text-align: left; } }
  .pick-block .pick-block__img {
    position: absolute;
    width: 145px;
    left: 30px;
    bottom: 0; }
    @media (max-width: 480px) {
      .pick-block .pick-block__img {
        width: 32.4675324675vw;
        left: 1.2987012987vw; } }

.js-modal-btn-pc,
.js-toggle-btn-sp,
.js-modal-btn,
.js-toggle-btn {
  cursor: pointer; }

.modal-flex,
.modal {
  display: none;
  background-color: #fff;
  width: 95%;
  max-height: 80vh;
  padding: 40px 75px 30px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: fixed;
  z-index: 20000;
  overflow-y: auto;
  cursor: auto; }
  @media (min-width: 896px) {
    .modal-flex,
    .modal {
      max-width: 960px; } }
  @media (max-width: 480px) {
    .modal-flex,
    .modal {
      width: 90%;
      padding: 7.7922077922vw 3.8961038961vw; } }
  .modal-flex .modal-close_btn,
  .modal .modal-close_btn {
    transition: opacity 0.5s;
    cursor: pointer; }
    .modal-flex .modal-close_btn.btn01,
    .modal .modal-close_btn.btn01 {
      background-color: #fff;
      border: 1px solid;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 50px;
      height: 50px;
      font-size: 3rem;
      line-height: 1;
      position: absolute;
      top: 15px;
      right: 20px; }
      @media (max-width: 480px) {
        .modal-flex .modal-close_btn.btn01,
        .modal .modal-close_btn.btn01 {
          font-size: 5.1948051948vw;
          width: 8.4415584416vw;
          height: 8.4415584416vw;
          top: 2.5974025974vw;
          right: 2.5974025974vw; } }
    .modal-flex .modal-close_btn.btn02,
    .modal .modal-close_btn.btn02 {
      font-size: 1.7rem;
      text-align: center;
      padding: 10px 20px;
      border: 1px solid;
      border-radius: 5px;
      width: 180px;
      margin: 0 auto; }
      @media (max-width: 480px) {
        .modal-flex .modal-close_btn.btn02,
        .modal .modal-close_btn.btn02 {
          font-size: 3.6363636364vw;
          padding: 1.9480519481vw 2.5974025974vw;
          width: 38.961038961vw; } }
      .modal-flex .modal-close_btn.btn02 .fa-xmark,
      .modal .modal-close_btn.btn02 .fa-xmark {
        padding-right: 1.5em; }
        @media (max-width: 480px) {
          .modal-flex .modal-close_btn.btn02 .fa-xmark,
          .modal .modal-close_btn.btn02 .fa-xmark {
            padding-right: 2.5974025974vw; } }
    .modal-flex .modal-close_btn:hover,
    .modal .modal-close_btn:hover {
      opacity: 0.5; }

.modal-bg {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 15000;
  display: none;
  cursor: pointer; }

.link-btn01 .link-btn01-inner {
  width: 380px;
  background-color: #eb6100;
  border-radius: 70px;
  display: flex;
  align-items: center;
  position: relative;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
  box-shadow: 0 5px 0 #703a00;
  transition: transform 0.3s , box-shadow 0.3s; }
.link-btn01 .link-btn01-inner__sub {
  display: block;
  width: 125px;
  background-color: #fff100;
  color: inherit;
  border-radius: 70px 0 0 70px;
  padding: 11px;
  text-align: center;
  transform: translateX(-1px); }
.link-btn01 .link-btn01-inner__main {
  display: block;
  width: calc(380px - 125px);
  color: #fff;
  font-size: 1.8rem;
  padding: 0 40px 0 20px; }
.link-btn01 .fas {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  top: 50%;
  right: 17px;
  transform: translateY(-50%); }
.link-btn01.w750 .link-btn01-inner {
  width: 750px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner {
      width: 87.012987013vw; } }
.link-btn01.w750 .link-btn01-inner__sub {
  font-size: 2.4rem;
  width: 205px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner__sub {
      width: 25.974025974vw;
      font-size: 3.1168831169vw; } }
.link-btn01.w750 .link-btn01-inner__main {
  font-size: 3.2rem;
  width: calc(750px - 205px);
  padding: 0 90px 0 70px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .link-btn01-inner__main {
      width: 61.038961039vw;
      font-size: 3.8961038961vw;
      padding: 0 13.6363636364vw 0 4.9350649351vw; } }
.link-btn01.w750 .fas {
  font-size: 2rem;
  right: 60px; }
  @media (max-width: 480px) {
    .link-btn01.w750 .fas {
      font-size: 2.5974025974vw;
      right: 8%; } }
@media (min-width: 896px) {
  .link-btn01:hover .link-btn01-inner {
    box-shadow: none;
    transform: translateY(5px); } }

.link-btn02 {
  width: 480px;
  transition: transform 0.3s; }
  @media (max-width: 480px) {
    .link-btn02 {
      width: 90%;
      margin: 4.5454545455vw auto 0; } }
  .link-btn02 .link-btn02-inner {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #fff;
    background-color: #eb6100;
    box-shadow: 0 5px 0 #703a00;
    border-radius: 10px;
    padding: 11px 110px 13px 45px;
    position: relative;
    transition: box-shadow 0.3s; }
    @media (max-width: 480px) {
      .link-btn02 .link-btn02-inner {
        font-size: 4.1558441558vw;
        border-radius: 1.2987012987vw;
        padding: 3.1168831169vw 7.7922077922vw;
        box-shadow: 0 0.6493506494vw 0 #703a00; } }
    .link-btn02 .link-btn02-inner::after {
      content: "\f144";
      font-family: "Font Awesome 6 Free";
      color: #fff;
      font-size: 2rem;
      width: 20px;
      height: 21px;
      position: absolute;
      top: 50%;
      right: 10%;
      transform: translateY(-50%); }
      @media (max-width: 480px) {
        .link-btn02 .link-btn02-inner::after {
          font-size: 2.5974025974vw;
          width: 2.5974025974vw;
          height: 2.7272727273vw; } }
  @media (min-width: 896px) {
    .link-btn02:hover {
      transform: translateY(5px); }
      .link-btn02:hover .link-btn02-inner {
        box-shadow: none; } }

 /*============================
.header
============================*/
.header {
  width: 100%;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0; }
  .header.fixed {
    position: fixed;
    transition: none; }
  .header .header__top {
    background-color: #000;
    padding: 15px; }
    @media (max-width: 480px) {
      .header .header__top {
        padding: 1.2987012987vw 2.5974025974vw; } }
  .header .header-company__logo {
    width: 80px;
    margin-left: auto; }
    @media (max-width: 480px) {
      .header .header-company__logo {
        width: 15.5844155844vw; } }
  .header .header__in {
    margin-top: 10px;
    margin-right: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .header .header__in {
        width: 100%;
        padding: 2.5974025974vw 0;
        margin: 0; } }
  .header .header__left {
    margin-right: 25px;
    margin-left: 30px;
    max-width: 280px;
    transition: max-width .3s; }
    @media (max-width: 1250px) {
      .header .header__left {
        max-width: 240px; } }
    @media (max-width: 480px) {
      .header .header__left {
        margin-right: auto;
        margin-left: 3.8961038961vw;
        width: 38.961038961vw; } }
  .header .header__right {
    margin-left: auto; }
  .header .smoothNav {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    z-index: 1000; }
    @media (max-width: 480px) {
      .header .smoothNav .smoothNav2 {
        position: fixed;
        top: 0;
        right: 0;
        transform: translateX(100%);
        transition: transform .3s;
        z-index: 8000;
        width: 65vw;
        height: 100vh;
        padding: 22.0779220779vw 3.8961038961vw 9.0909090909vw 6.4935064935vw;
        background-color: #ecedf6; } }
    .header .smoothNav .openbtn {
      display: none; }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn {
          position: fixed;
          display: block;
          content: " ";
          cursor: pointer;
          border: 1px solid #fff;
          width: 65px;
          height: 65px;
          right: 0;
          top: 0;
          transition: top .2s, right .3s, opacity .3s, border-radius .1s, border-color .3s;
          color: #595758;
          z-index: 100000;
          width: 10.3896103896vw;
          height: 10.3896103896vw;
          top: 9.0909090909vw;
          right: 3.8961038961vw; } }
      .header .smoothNav .openbtn.active {
        border-color: rgba(48, 55, 113, 0.9);
        background-color: #fff; }
        .header .smoothNav .openbtn.active .close-change, .header .smoothNav .openbtn.active:before, .header .smoothNav .openbtn.active:after {
          background-color: rgba(48, 55, 113, 0.9); }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn .close-change, .header .smoothNav .openbtn:before, .header .smoothNav .openbtn:after {
          position: absolute;
          content: " ";
          background-color: #fff;
          transform: translate(-50%, -50%);
          transition: transform .2s, top .2s .2s, background-color .3s;
          top: 50%;
          left: 50%;
          width: 6.4935064935vw;
          height: 0.5194805195vw; } }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn:before {
          top: calc(50% - 1.9480519481vw); } }
      .header .smoothNav .openbtn .close-change {
        transition: opacity .2s; }
        @media (max-width: 480px) {
          .header .smoothNav .openbtn .close-change {
            top: 50%; } }
      @media (max-width: 480px) {
        .header .smoothNav .openbtn:after {
          top: calc(50% + 1.9480519481vw); } }
    .header .smoothNav.openbtn-active .smoothNav2 {
      transform: translateX(0);
      transition: transform .4s; }
    .header .smoothNav.openbtn-active .openbtn .close-change {
      opacity: 0;
      transition: opacity .2s; }
    .header .smoothNav.openbtn-active .openbtn.active {
      background-color: rgba(0, 0, 0, 0); }
    .header .smoothNav.openbtn-active .openbtn:before, .header .smoothNav.openbtn-active .openbtn:after {
      transition: transform .2s .2s, top .2s; }
      @media (max-width: 480px) {
        .header .smoothNav.openbtn-active .openbtn:before, .header .smoothNav.openbtn-active .openbtn:after {
          top: 50%;
          width: 6.4935064935vw; } }
    .header .smoothNav.openbtn-active .openbtn:before {
      transform: translate(-50%, -50%) rotate(45deg); }
    .header .smoothNav.openbtn-active .openbtn:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
    .header .smoothNav .smoothlist {
      display: flex;
      justify-content: flex-end;
      align-items: center; }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist {
          display: block;
          margin-bottom: 5.1948051948vw; } }
    .header .smoothNav .smoothlist__item {
      transition: color 0.5s; }
      .header .smoothNav .smoothlist__item:not(:last-child) {
        margin-right: 10px;
        transition: margin-right .3s; }
        @media (max-width: 480px) {
          .header .smoothNav .smoothlist__item:not(:last-child) {
            margin-right: 0; } }
      @media (max-width: 1250px) {
        .header .smoothNav .smoothlist__item:not(:last-child) {
          margin-right: 5px; } }
  @media (max-width: 1250px) and (max-width: 480px) {
    .header .smoothNav .smoothlist__item:not(:last-child) {
      margin-right: 0; } }

      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__item {
          margin-bottom: 0;
          text-align: center;
          position: relative;
          display: block;
          z-index: 1; } }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__item.form__btn {
          margin-top: 6.4935064935vw; } }
      .header .smoothNav .smoothlist__item.form__btn.mk_btn .form__link {
        padding: 16px 15px;
        background-color: #d71a67; }
        .header .smoothNav .smoothlist__item.form__btn.mk_btn .form__link::before, .header .smoothNav .smoothlist__item.form__btn.mk_btn .form__link::after {
          content: none; }
        .header .smoothNav .smoothlist__item.form__btn.mk_btn .form__link:hover {
          opacity: 0.7; }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__item:nth-child(1) .smoothlist__link {
          border-top: 1px solid #c5c7d9; } }
    .header .smoothNav .smoothlist__link {
      position: relative;
      font-size: 1.8rem;
      font-weight: bold;
      color: #fff;
      text-decoration: none;
      display: block;
      padding: 0 10px;
      white-space: nowrap;
      transition: color 0.5s, font-size .3s;
      z-index: 1; }
      @media (max-width: 1250px) {
        .header .smoothNav .smoothlist__link {
          font-size: 1.6rem; } }
      @media (max-width: 480px) {
        .header .smoothNav .smoothlist__link {
          font-size: 3.8961038961vw;
          padding-top: 5.1948051948vw;
          padding-bottom: 5.1948051948vw;
          font-weight: bold;
          color: #1e489d;
          padding-left: 0;
          z-index: 1;
          line-height: 1.2;
          border-bottom: 1px solid #c5c7d9;
          white-space: normal; } }
      @media (min-width: 896px) {
        .header .smoothNav .smoothlist__link:hover .mark {
          width: 110%;
          opacity: 1; } }
      .header .smoothNav .smoothlist__link .mark {
        position: absolute;
        content: " ";
        width: 0;
        height: 110%;
        border-radius: 20px;
        background-color: #303771;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        transition: width .3s, opacity .3s, background-color .2s .4s;
        opacity: 0;
        z-index: -1; }
      .header .smoothNav .smoothlist__link.form__link {
        padding: 28px 30px;
        position: relative; }
        .header .smoothNav .smoothlist__link.form__link::before, .header .smoothNav .smoothlist__link.form__link::after {
          content: "";
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          position: absolute;
          transition: opacity 1s; }
        .header .smoothNav .smoothlist__link.form__link::before {
          z-index: -1;
          background: linear-gradient(90deg, #b61eb1 0%, #0599f7 100%); }
        .header .smoothNav .smoothlist__link.form__link::after {
          z-index: -2;
          background: linear-gradient(270deg, #b61eb1 0%, #0599f7 100%); }
        @media (min-width: 896px) {
          .header .smoothNav .smoothlist__link.form__link:hover {
            color: #fff; }
            .header .smoothNav .smoothlist__link.form__link:hover::before {
              opacity: 0; } }
        @media (max-width: 1250px) {
          .header .smoothNav .smoothlist__link.form__link {
            padding: 20px 15px; } }
        @media (max-width: 480px) {
          .header .smoothNav .smoothlist__link.form__link {
            font-size: 3.6363636364vw;
            padding: 5.1948051948vw 0;
            color: #fff; } }
    .header .smoothNav .min {
      font-size: 65%; }
    .header .smoothNav .closebtn {
      position: relative;
      width: 200px;
      color: #fff;
      display: block;
      padding: 8px 0;
      margin: 0 auto;
      text-align: center;
      background-color: #666;
      border-radius: 20px;
      transition: opacity .3s; }
      @media (max-width: 480px) {
        .header .smoothNav .closebtn {
          display: none;
          font-size: 3.3766233766vw;
          width: 90%;
          padding: 2.8571428571vw 0;
          border-radius: 7.7922077922vw;
          margin-top: 10.3896103896vw; } }

.smoothNav-over {
  position: fixed;
  content: " ";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  transition: opacity .3s;
  opacity: 0;
  top: 0;
  left: 0;
  visibility: hidden;
  z-index: 6000; }
  .smoothNav-over.active {
    visibility: visible;
    opacity: 1; }

.tracking-bnr {
  position: fixed;
  right: 0;
  bottom: 20px;
  z-index: 100;
  text-align: right;
  transform: translateX(110%);
  transition: transform .5s; }
  @media (max-width: 480px) {
    .tracking-bnr {
      display: none; } }
  .tracking-bnr.active {
    transform: translateX(0); }
  .tracking-bnr.delete {
    transform: translateX(110%) !important; }
  .tracking-bnr .tracking-bnr__close {
    display: inline-block;
    font-size: 1.3rem;
    color: #d92e30;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
    margin-bottom: 5px;
    margin-left: auto;
    line-height: 1;
    transition: color .2s, background-color .2s; }
    .tracking-bnr .tracking-bnr__close:hover {
      color: #fff;
      background-color: #d92e30; }
  .tracking-bnr .tracking-bnr__img {
    width: 195px;
    transition: opacity .2s; }
    .tracking-bnr .tracking-bnr__img:hover {
      opacity: 0.7; }

.side-link {
  max-width: 1220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 60px 20px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .side-link {
      padding: 7.7922077922vw 2.5974025974vw; } }
  .side-link .side-link__ttl {
    line-height: 1.5;
    font-size: 2rem;
    font-weight: bold;
    width: 32%; }
    @media (max-width: 480px) {
      .side-link .side-link__ttl {
        width: 100%;
        font-size: 3.8961038961vw;
        text-align: center;
        margin-bottom: 5.1948051948vw; } }
  .side-link .side-link-list {
    display: flex;
    width: 68%; }
    @media (max-width: 480px) {
      .side-link .side-link-list {
        width: 100%;
        flex-wrap: wrap; } }
  .side-link .side-link-list__item {
    display: flex;
    width: 100%;
    height: 50px;
    color: #fff;
    padding-left: 43px;
    padding-right: 30px;
    border-radius: 60px;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: bold;
    position: relative;
    justify-content: flex-start;
    align-items: center;
    background-position: left 10px center;
    background-size: 25px auto;
    background-repeat: no-repeat;
    transition: opacity .3s;
    letter-spacing: 0; }
    @media (max-width: 480px) {
      .side-link .side-link-list__item {
        width: 48%;
        height: 10.3896103896vw;
        font-size: 2.8571428571vw;
        padding-left: 9.7402597403vw;
        padding-right: 3.8961038961vw;
        border-radius: 6.4935064935vw;
        margin-bottom: 1.9480519481vw;
        background-position: left 2.5974025974vw center;
        background-size: 5.1948051948vw auto; } }
    .side-link .side-link-list__item::after {
      content: "";
      background: url(../images/icon_popup_white.png) no-repeat center center/contain;
      width: 14px;
      height: 10px;
      display: block;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: 12px; }
      @media (max-width: 480px) {
        .side-link .side-link-list__item::after {
          width: 2.5974025974vw;
          height: 1.9480519481vw;
          right: 2.5974025974vw; } }
    .side-link .side-link-list__item.gas {
      background-image: url(../images/footer_icon_01.png);
      background-color: #34b1e8; }
    .side-link .side-link-list__item.hikari {
      background-image: url(../images/footer_icon_03.png);
      background-color: #004ea2; }
    .side-link .side-link-list__item.denki {
      color: #004ea2;
      background-image: url(../images/footer_icon_02.png);
      background-color: #ffcc00; }
    .side-link .side-link-list__item.ivr {
      background-image: url(../images/footer_icon_04.png);
      background-color: #1f276f; }
    @media (min-width: 896px) {
      .side-link .side-link-list__item:not(:last-child) {
        margin-right: 5px; } }
    @media (max-width: 480px) {
      .side-link .side-link-list__item:not(:nth-child(2n)) {
        margin-right: 4%; } }
    .side-link .side-link-list__item:hover {
      opacity: 0.7; }

#pagetop {
  display: none;
  width: 70px; }
  @media (max-width: 480px) {
    #pagetop {
      width: 12.987012987vw; } }
  #pagetop:hover {
    opacity: 0.7; }
    @media (max-width: 480px) {
      #pagetop:hover {
        opacity: 1; } }
  #pagetop a {
    text-align: center;
    text-decoration: none; }
    #pagetop a img {
      display: block; }
      @media (max-width: 480px) {
        #pagetop a img {
          width: 100%; } }

#pagetop.fixed {
  right: 3%;
  bottom: 50px;
  display: block;
  z-index: 90;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  @media (max-width: 480px) {
    #pagetop.fixed {
      right: 9px;
      bottom: 50px;
      display: block;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); } }

.footer .footer-inquiry {
  background-color: #1e489d;
  padding: 50px 0 40px; }
  @media (max-width: 480px) {
    .footer .footer-inquiry {
      padding: 8.4415584416vw 9.0909090909vw 7.7922077922vw; } }
.footer .footer-inquiry__inner {
  width: 1020px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 480px) {
    .footer .footer-inquiry__inner {
      width: 100%; } }
.footer .footer-inquiry__ttl {
  font-size: 2.7rem;
  font-weight: bold;
  color: #fff;
  padding-right: 115px;
  position: relative; }
  @media (max-width: 480px) {
    .footer .footer-inquiry__ttl {
      font-size: 4.5454545455vw;
      padding-right: 0;
      padding-bottom: 2.5974025974vw;
      width: 100%;
      text-align: center; } }
  .footer .footer-inquiry__ttl::before {
    content: "";
    width: 1px;
    height: 100px;
    background-color: #89909d;
    position: absolute;
    top: -27px;
    right: -1px; }
    @media (max-width: 480px) {
      .footer .footer-inquiry__ttl::before {
        width: 100%;
        height: 1px;
        top: auto;
        right: 0;
        bottom: 0; } }
.footer .footer-inquiry-link {
  margin: 0 115px; }
  @media (max-width: 480px) {
    .footer .footer-inquiry-link {
      width: 100%;
      margin: 3.8961038961vw 0 0; } }
.footer .footer-inquiry-link-btn {
  font-size: 1.4rem;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  width: 400px;
  position: relative;
  transition: background-color 0.3s , color 0.3s; }
  @media (max-width: 480px) {
    .footer .footer-inquiry-link-btn {
      font-size: 3.1168831169vw;
      width: 100%; } }
  .footer .footer-inquiry-link-btn::after {
    content: "\f144";
    font-family: "Font Awesome 6 Free";
    font-weight: 700;
    font-size: 1.7rem;
    width: 17px;
    height: 17px;
    line-height: 1.2;
    position: absolute;
    top: 50%;
    right: 10%;
    transform: translateY(-50%); }
    @media (max-width: 480px) {
      .footer .footer-inquiry-link-btn::after {
        font-size: 3.1168831169vw;
        width: 3.1168831169vw;
        height: 3.1168831169vw; } }
  @media (min-width: 896px) {
    .footer .footer-inquiry-link-btn:hover {
      background-color: #fff;
      color: #1e489d; } }
.footer .footer-inquiry-link-btn__inner {
  display: block;
  padding: 20px 60px; }
  @media (max-width: 480px) {
    .footer .footer-inquiry-link-btn__inner {
      padding: 2.5974025974vw 7.7922077922vw; } }
.footer .footer-logo {
  display: flex; }
  @media (max-width: 480px) {
    .footer .footer-logo {
      width: 100%;
      margin-bottom: 3.8961038961vw;
      align-items: center;
      justify-content: center; } }
.footer .footer-logo__img {
  width: 250px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px; }
  @media (max-width: 480px) {
    .footer .footer-logo__img {
      width: 38.961038961vw;
      margin: 0 auto; } }
.footer .footer-logo__toumei {
  width: 150px; }
  @media (max-width: 480px) {
    .footer .footer-logo__toumei {
      width: 19.4805194805vw; } }
.footer .footer-logo__listing {
  width: 80px; }
  @media (max-width: 480px) {
    .footer .footer-logo__listing {
      width: 10.3896103896vw; } }
.footer .footer-logo__txt {
  font-size: 1.4rem;
  color: #7c7c7c;
  border: 1px dotted #7c7c7c;
  padding: 10px 13px 9px;
  line-height: 1.3; }
  @media (max-width: 480px) {
    .footer .footer-logo__txt {
      font-size: 2.3376623377vw;
      padding: 1.9480519481vw 2.5974025974vw; } }
.footer .footer-bottom {
  padding: 25px 0;
  background: #ffffff;
  border-top: 1px solid #1e489d; }
  @media (max-width: 480px) {
    .footer .footer-bottom {
      padding: 0; } }
  .footer .footer-bottom .footer-bottom__inner {
    max-width: 1220px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding: 0 20px; }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer-bottom__inner {
        width: 100%;
        display: block;
        padding: 3.8961038961vw 3.6363636364vw 2.5974025974vw; } }
  .footer .footer-bottom .footer-bottom-left {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer-bottom-left {
        margin-bottom: 3.8961038961vw;
        display: block; } }
  .footer .footer-bottom .footer-bottom-left-list {
    display: flex;
    flex-wrap: wrap; }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer-bottom-left-list {
        width: 80%;
        margin: 0 auto;
        justify-content: center; } }
  .footer .footer-bottom .footer-bottom-left-list__item {
    margin-right: 35px; }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer-bottom-left-list__item {
        margin-right: 0; } }
    .footer .footer-bottom .footer-bottom-left-list__item a {
      position: relative;
      font-size: 1.1rem;
      color: #000;
      display: block;
      text-decoration: none;
      border-bottom: 1px solid #000;
      line-height: 1.2;
      letter-spacing: 1px;
      transition: border-bottom .2s; }
      .footer .footer-bottom .footer-bottom-left-list__item a:hover {
        border-bottom: 1px solid #fff; }
      @media (max-width: 480px) {
        .footer .footer-bottom .footer-bottom-left-list__item a {
          font-size: 3.1168831169vw;
          letter-spacing: 0.2597402597vw;
          line-height: 1;
          margin-bottom: 10px; } }
      .footer .footer-bottom .footer-bottom-left-list__item a .far {
        position: absolute;
        top: 50%;
        right: -3px;
        transform: translate(100%, -50%); }
        @media (max-width: 480px) {
          .footer .footer-bottom .footer-bottom-left-list__item a .far {
            top: calc(50% + 0.3896103896vw);
            right: -1.2987012987vw; } }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer-bottom-left-list__item:not(:nth-child(2n)) {
        margin-right: 40px; } }
  .footer .footer-bottom .footer__copy {
    text-align: center;
    font-size: 1.1rem;
    color: #89909d;
    letter-spacing: 1px; }
    @media (max-width: 480px) {
      .footer .footer-bottom .footer__copy {
        font-size: 2.3376623377vw; } }
    .footer .footer-bottom .footer__copy p {
      margin-bottom: 0; }
  .footer .footer-bottom img {
    width: 100%; }

.contents-header .contents-header__title {
  color: #f5bf1e;
  text-align: center;
  width: 960px;
  font-size: 3rem;
  font-weight: normal;
  line-height: 1.4em;
  color: #000;
  margin: auto;
  padding: 35px 0 40px; }
  @media (max-width: 480px) {
    .contents-header .contents-header__title {
      width: 100%;
      font-size: 1.3rem;
      font-weight: bold;
      padding: 10px 4%;
      box-sizing: border-box; } }

.contents-inner {
  width: 960px;
  font-size: 1.7rem;
  margin: auto;
  padding: 0;
  box-sizing: border-box; }
  @media (max-width: 480px) {
    .contents-inner {
      width: 100%;
      font-size: 1.1rem;
      padding: 40px 2% 0; } }

.contents-section {
  padding: 0; }
  @media (max-width: 480px) {
    .contents-section {
      margin: 0 -2%; } }
  .contents-section .contents-section__inner {
    padding: 20px 0 30px; }

.section-header {
  padding: 0 2% 8px;
  border-bottom: 2px dashed #000; }
  .section-header .section-header__title {
    font-size: 2.5rem;
    font-weight: normal; }
    @media (max-width: 480px) {
      .section-header .section-header__title {
        text-indent: -20px;
        font-size: 1.2rem;
        padding: 0 0 0 20px; } }

.w800 {
  max-width: 800px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w800 {
      width: 100%;
      padding: 0 1.9480519481vw; } }

.w900 {
  max-width: 900px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w900 {
      width: 100%;
      padding: 0 1.9480519481vw; } }

.w1000 {
  max-width: 1000px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w1000 {
      width: 100%;
      padding: 0 1.9480519481vw; } }

.w1100 {
  max-width: 1100px;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .w1100 {
      width: 100%;
      padding: 0 1.9480519481vw; } }

.sp-contact {
  display: none;
  border-top: 1px solid #ffffff7a; }
  @media (max-width: 480px) {
    .sp-contact {
      width: 100%;
      position: fixed;
      display: flex;
      left: 0;
      bottom: 0;
      z-index: 5000;
      transform: translateY(100%);
      transition: transform .2s; } }
  .sp-contact.active {
    transform: translateY(0); }
  .sp-contact.fixed {
    transform: translateY(110%);
    transition: transform 0s; }
  .sp-contact.bottom {
    position: absolute;
    transform: translateY(0); }
  .sp-contact .sp-contact__item {
    height: 13.7662337662vw; }
    .sp-contact .sp-contact__item.link-web {
      background-color: #d71a67;
      width: 100%;
      padding: 0 7.1428571429vw 0 3.2467532468vw;
      position: relative; }
      .sp-contact .sp-contact__item.link-web::after {
        content: "\f105";
        font-family: "Font Awesome 6 Free";
        font-weight: 700;
        color: #fff;
        font-size: 4.6753246753vw;
        width: 4.6753246753vw;
        height: 4.6753246753vw;
        line-height: 1.2;
        position: absolute;
        top: 50%;
        right: 3%;
        transform: translateY(-50%); }
    .sp-contact .sp-contact__item.link-tel {
      width: 18%;
      display: none; }
  .sp-contact .sp-contact__link {
    position: relative;
    height: 100%;
    font-weight: bold;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    text-decoration: none;
    line-height: 1.2; }
  .sp-contact .sp-contact__txt {
    width: 100%; }
    .sp-contact .sp-contact__txt .sp-contact__txt--sub {
      color: #fff100;
      font-size: 3.1168831169vw;
      display: block; }
    .sp-contact .sp-contact__txt .sp-contact__txt--main {
      color: #fff;
      font-size: 4.1558441558vw;
      display: block; }
