@charset "UTF-8";
/* -----------------------------------------------------------------
 Setting
-----------------------------------------------------------------*/
/* -----------------------------------------------------------------
ロゴローディング（英文）
 -----------------------------------------------------------------*/
#enloadinglogo .cls-1 {
  fill: #fff; }
#enloadinglogo .cls-2 {
  fill: none; }
#enloadinglogo .cls-3 {
  clip-path: url(#clippath-1); }
#enloadinglogo .cls-4 {
  fill: #0064a8; }
#enloadinglogo .cls-5 {
  clip-path: url(#clippath); }
#enloadinglogo #s-move {
  width: 865px;
  height: 185px;
  -webkit-animation: sMove 1s ease 0s 1 forwards;
  animation: sMove 1s ease 0s 1 forwards; }
@-webkit-keyframes sMove {
  0% {
    height: 185px; }
  100% {
    height: 0px; } }
@keyframes sMove {
  0% {
    height: 185px; }
  100% {
    height: 0px; } }
#enloadinglogo #c-move {
  width: 1020px;
  height: 85px;
  transform: translate(0px, 0);
  -webkit-animation: cMove 0.8s ease 1.0s 1 forwards;
  animation: cMove 0.8s ease 1.0s 1 forwards; }
@-webkit-keyframes cMove {
  0% {
    transform: translate(0px, 0); }
  100% {
    transform: translate(100%, 0); } }
@keyframes cMove {
  0% {
    transform: translate(0px, 0); }
  100% {
    transform: translate(100%, 0); } }

/* -----------------------------------------------------------------
768以下
-----------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .only-pcfull {
    display: none;
  }

  .only-pc {
    display: none;
  }

  .only-tb {
    display: none;
  }

  .only-sp {
    display: block !important;
  }

  .only-sptb {
    display: block !important;
  }

  .only-tbpc {
    display: none;
  }

  .only-sptbpcn {
    display: block !important;
  }

  .only-pc-c-txt {
    text-align: left !important;
  }
}
/* -----------------------------------------------------------------
ロゴローディング（英文）
 -----------------------------------------------------------------*/
#enloadinglogo .cls-1 {
  fill: #fff; }
#enloadinglogo .cls-2 {
  fill: none; }
#enloadinglogo .cls-3 {
  clip-path: url(#clippath-1); }
#enloadinglogo .cls-4 {
  fill: #0064a8; }
#enloadinglogo .cls-5 {
  clip-path: url(#clippath); }
#enloadinglogo #s-move {
  width: 865px;
  height: 185px;
  -webkit-animation: sMove 1s ease 0s 1 forwards;
  animation: sMove 1s ease 0s 1 forwards; }
@-webkit-keyframes sMove {
  0% {
    height: 185px; }
  100% {
    height: 0px; } }
@keyframes sMove {
  0% {
    height: 185px; }
  100% {
    height: 0px; } }
#enloadinglogo #c-move {
  width: 1020px;
  height: 85px;
  transform: translate(0px, 0);
  -webkit-animation: cMove 0.8s ease 1.0s 1 forwards;
  animation: cMove 0.8s ease 1.0s 1 forwards; }
@-webkit-keyframes cMove {
  0% {
    transform: translate(0px, 0); }
  100% {
    transform: translate(100%, 0); } }
@keyframes cMove {
  0% {
    transform: translate(0px, 0); }
  100% {
    transform: translate(100%, 0); } }

/* -----------------------------------------------------------------
769から1024まで
-----------------------------------------------------------------*/
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .only-pcfull {
    display: none;
  }

  .only-pc {
    display: none;
  }

  .only-tb {
    display: block !important;
  }

  .only-sp {
    display: none;
  }

  .only-sptb {
    display: block !important;
  }

  .only-tbpc {
    display: block !important;
  }

  .only-sptbpcn {
    display: block !important;
  }

  .only-pc-c-txt {
    text-align: left !important;
  }
}
/* -----------------------------------------------------------------
1025から1290まで
-----------------------------------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1290px) {
  .only-pcfull {
    display: none;
  }

  .only-pc {
    display: block !important;
  }

  .only-tb {
    display: none;
  }

  .only-sp {
    display: none;
  }

  .only-sptb {
    display: none;
  }

  .only-tbpc {
    display: block !important;
  }

  .only-sptbpcn {
    display: block !important;
  }

  .only-pc-c-txt {
    text-align: center !important;
  }
}
/* -----------------------------------------------------------------
 1291以上
-----------------------------------------------------------------*/
@media screen and (min-width: 1291px) {
  .only-pcfull {
    display: block !important;
  }

  .only-pc {
    display: block !important;
  }

  .only-tb {
    display: none;
  }

  .only-sp {
    display: none;
  }

  .only-sptb {
    display: none;
  }

  .only-tbpc {
    display: block !important;
  }

  .only-sptbpcn {
    display: none;
  }

  .only-pc-c-txt {
    text-align: center !important;
  }
}
/* 和文 */
/* -----------------------------------------------------------------
 @mixin
 -----------------------------------------------------------------*/
._inner {
  width: 100%;
  max-width: calc(1290px + 4em);
  margin: 0 auto;
  padding: 0 2em;
  /*max1290px*/
}
@media all and (max-width: 1249px) {
  ._inner {
    width: 100%;
    padding: 0 2em;
  }
}

._innerNarrow {
  width: 100%;
  max-width: calc(1086px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}

/* -----------------------------------------------------------------
 main
 -----------------------------------------------------------------*/
.main_fv {
  width: 100vw;
  min-height: 500px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  /*height: calc(100vh - 70px);
  height: calc(var(--vh, 1vh) * 100 - 70px);*/
  max-height: 1080px;
  overflow: hidden;
  position: relative;
}

.main_fv_bg {
  width: 100vw;
  height: 100%;
  background: url("../img/sunflower-top/main.jpg");
  -webkit-background-size: cover !important;
  background-size: cover !important;
  background-position: center bottom !important;
  background-repeat: no-repeat !important;
  position: absolute;
  left: 0;
  top: 0;
}

.main_fv_txt {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  text-align: center;
  color: #005396;
  font-weight: 700;
  font-size: 5.5vw;
  letter-spacing: 0.05em;
  text-shadow: 1px 1px 5px #FFF, -1px 1px 5px #FFF, 1px -1px 5px #FFF, -1px -1px 5px #FFF, 0px 0 20px #FFF;
  /*max768px*/
}
.main_fv_txt br {

}
@media screen and (max-width: 768px) {
  .main_fv_txt {
    font-size: 7.0vw;
    letter-spacing: 0.05em;
  }
  .main_fv_txt br {
    display: block;
  }
}

/*.main_fv-- {
    @include flex;
    @include flex-wc;
    @include flex-hc;
    width: 100vw;
    min-height: 500px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 1080px;
    background: url("../img/sunflower-top/main.jpg");
    -webkit-background-size: cover !important;
    background-size: cover !important;
    background-position: center bottom !important;
    background-repeat: no-repeat !important;
    position: relative;
    text-align: center;
    span {
        color: $colorMOL;
        font-weight: 700;
        font-size: 5.5vw;
        letter-spacing: 0.05em;
        text-shadow: 1px 1px 5px #FFF, -1px 1px 5px #FFF, 1px -1px 5px #FFF, -1px -1px 5px #FFF, 0px 0 20px #FFF;
        
    }
    br {
        display: none;
    }
    @include mq-down(sp) {
        span {
            font-size: 9.0vw;
            letter-spacing: 0.05em;
        }
        br {
            display: block;
        }
    }
}*/
/* -----------------------------------------------------------------
 商船三井さんふらわあ誕生
 -----------------------------------------------------------------*/
.sunflower_birth {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding-top: 70px;
  padding-bottom: 20%;
  background: url("../img/sunflower-top/symbol-sunflower.svg") bottom center no-repeat;
  font-weight: 700;
  /*max1290px*/
  /*max768px*/
}
@media all and (min-width: 1250px) {
  .sunflower_birth {
    width: 1290px;
    min-height: 500px;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    max-height: 950px;
    background-size: 100% auto;
  }
}
@media all and (max-width: 1249px) {
  .sunflower_birth {
    background-size: 80% auto;
  }
}
@media screen and (max-width: 768px) {
  .sunflower_birth {
    background-size: 95% auto;
    padding-top: 50px;
    padding-bottom: 25%;
  }
}
.sunflower_birth h2 {
  color: #005396;
  font-size: 40px;
  letter-spacing: 0.05em;
  margin-bottom: 30px;
  /*max768px*/
  /*max768px*/
}
@media all and (min-width: 1250px) {
  .sunflower_birth h2 {
    font-size: 3.5vw;
  }
}
@media all and (min-width: 1900px) {
  .sunflower_birth h2 {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .sunflower_birth h2 {
    font-size: 5vw;
    line-height: 1.6;
    letter-spacing: 0.07em;
  }
}
.sunflower_birth h2 br {
  display: none;
}
@media screen and (max-width: 768px) {
  .sunflower_birth h2 br {
    display: block;
  }
}
.sunflower_birth p {
  color: #212121;
  font-size: 20px;
  line-height: 2.0;
  letter-spacing: 0.08em;
  margin-bottom: 20px;
  /*min1900px*/
  /*max768px*/
  /*max320px*/
}
@media all and (min-width: 1250px) {
  .sunflower_birth p {
    font-size: 1.6vw;
  }
}
@media all and (min-width: 1900px) {
  .sunflower_birth p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width: 768px) {
  .sunflower_birth p {
    font-size: 16px;
  }
}
@media screen and (max-width: 320px) {
  .sunflower_birth p {
    font-size: 14px;
  }
}

/* -----------------------------------------------------------------
 f_service（旅客フェリーサービス）、c_service（海上輸送サービス）、n_service（お知らせ）
 -----------------------------------------------------------------*/
.f_service, .c_service, .n_service {
  /*max768px*/
}
@media all and (min-width: 1250px) {
  .f_service, .c_service, .n_service {
    padding: 70px 0;
  }
}
@media all and (max-width: 1249px) {
  .f_service, .c_service, .n_service {
    padding: 70px 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .f_service, .c_service, .n_service {
    padding: 50px 0 3em 0;
  }
}
.f_service h2, .f_service ._lead, .c_service h2, .c_service ._lead, .n_service h2, .n_service ._lead {
  color: #FFF;
  text-align: center;
  letter-spacing: 0.05em;
  font-weight: 700;
}
.f_service h2, .c_service h2, .n_service h2 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 15px;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .f_service h2, .c_service h2, .n_service h2 {
    font-size: 5vw;
    margin-bottom: 10px;
  }
}
.f_service ._lead, .c_service ._lead, .n_service ._lead {
  font-size: 19px;
  margin-bottom: 0;
  /*max768px*/
}
.f_service ._lead br, .c_service ._lead br, .n_service ._lead br {
  display: none;
}
@media screen and (max-width: 768px) {
  .f_service ._lead, .c_service ._lead, .n_service ._lead {
    font-size: 16px;
  }
  .f_service ._lead br, .c_service ._lead br, .n_service ._lead br {
    display: block;
  }
}

/* -----------------
f_service（旅客フェリーサービス）
 -------------------*/
.f_service {
  background-image: -webkit-linear-gradient(55deg, #e6f3f8, #4ab2df 80%);
  background-image: -o-linear-gradient(55deg, #e6f3f8, #4ab2df 80%);
  background-image: linear-gradient(145deg, #e6f3f8, #4ab2df 80%);
}
.f_service h2, .f_service ._lead {
  color: #005396;
}
.f_service figure {
  width: 100%;
  max-width: 750px;
  margin: 15px auto 40px auto;
}
.f_service .f_service_guide {
  background: #FFF;
  padding: 30px 30px 20px 30px;
  margin: 0 auto;
  color: #005396;
}
.f_service .f_service_guide p {
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
  /*max768px*/
}
.f_service .f_service_guide p br {
  display: none;
}
@media screen and (max-width: 768px) {
  .f_service .f_service_guide p {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
  .f_service .f_service_guide p br {
    display: block;
  }
}
.f_service .f_service_guide ul {
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
@media all and (min-width: 1250px) {
  .f_service .f_service_guide ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 1086px;
  }
}
@media all and (max-width: 1249px) {
  .f_service .f_service_guide ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.f_service .f_service_guide ul li {
  margin-bottom: 20px;
}
.f_service .f_service_guide ul li a {
  display: block;
  width: 500px;
  background: #ff7e00;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  padding: 15px;
  font-size: 26px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  margin: 0 auto 5px auto;
  /*max1024px*/
  /*max768px*/
}
@media screen and (max-width: 1024px) {
  .f_service .f_service_guide ul li a {
    max-width: 500px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .f_service .f_service_guide ul li a {
    font-size: 20px;
  }
}
.f_service .f_service_guide ul li a ._window {
  display: inline;
  padding-right: 30px;
  background: url("../img/sunflower-top/windiw-white.svg") no-repeat;
  background-position: right top 10px;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .f_service .f_service_guide ul li a ._window {
    background-position: right top 5px;
    background-size: 18px auto;
  }
}
.f_service .f_service_guide ul li .btn01 {
  border-color: #ff8e20;
  color: #FFF;
}
.f_service .f_service_guide ul li .btn01 span {
  color: #FFF;
}
.f_service .f_service_guide ul li .btn01::after {
  width: 12px;
  height: 12px;
  right: 20px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.f_service .f_service_guide ul li .btn01::before {
  background: #ff8e20;
}
.f_service .f_service_guide ul li .btn01:hover {
  background: rgba(255, 142, 32, 0.5);
  text-decoration: none;
}
.f_service .f_service_guide ul li ._route {
  display: block;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .f_service .f_service_guide ul li ._route {
    font-size: 12px;
  }
}

/* -----------------
c_service（海上輸送サービス）
 -------------------*/
.c_service {
  background-image: url(../img/sunflower-top/bg-naname.png), url("../img/sunflower-top/cargo-service.jpg");
  background-size: 8px auto, cover !important;
  background-position: left top, center top !important;
  background-repeat: repeat, no-repeat;
}
.c_service ._lead {
  margin-bottom: 50px;
}
.c_service .c_service_menu {
  display: -webkit-flex;
  display: flex;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu {
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c_service .c_service_menu .c_service_menu_inner {
  background: #fff;
}
.c_service .c_service_menu > dl {
  width: 100%;
  min-height: 280px;
  padding: 0 45px 0 325px;
  margin-bottom: 45px;
  -webkit-background-size: 280px auto !important;
  background-size: 280px auto !important;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: #FFF;
  /*max768px*/
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media all and (min-width: 1250px) {
  .c_service .c_service_menu > dl {
    padding: 0 30px 0 310px;
  }
}
@media all and (min-width: 1400px) {
  .c_service .c_service_menu > dl {
    padding: 0 45px 0 325px;
  }
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl {
    min-height: 320px;
    padding: 0 3% 0 48%;
    margin-bottom: 24px;
    -webkit-background-size: 45% auto !important;
    background-size: 45% auto !important;
  }
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu > dl {
    padding: 21% 0 0 0;
    -webkit-background-size: 100% auto !important;
    background-size: 100% auto !important;
    background-position: center top;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl {
    display: block;
  }
}
.c_service .c_service_menu > dl dt {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  /*max768px*/
}
.c_service .c_service_menu > dl dt br {
  display: none;
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl dt {
    text-align: center;
    font-size: 18px;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu > dl dt {
    font-size: 18px;
    text-align: center;
    background-color: #FFF;
    padding: 15px 15px 15px 15px;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl dt br {
    display: block;
  }
}
.c_service .c_service_menu > dl dt.nottl {
  display: none;
}
.c_service .c_service_menu > dl dd {
  font-weight: 700;
  /*max768px*/
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl dd {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu > dl dd {
    text-align: center;
    background-color: #FFF;
    padding: 0 15px 15px 15px;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl dd.c_service_cargo {
    padding: 15px 15px 15px 15px;
  }
}
.c_service .c_service_menu > dl ul {
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl ul {
    display: block;
  }
}
.c_service .c_service_menu > dl ul li {
  margin: 0 25px 15px 0;
  /*max768px*/
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl ul li {
    margin: 0 10px 10px 0;
  }
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu > dl ul li {
    margin: 0 0 10px 0;
  }
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl ul li:last-child {
    margin: 0 10px 25px 0;
  }
}
@media all and (max-width: 768px) {
  .c_service .c_service_menu > dl ul li:last-child {
    margin: 0;
  }
}
.c_service .c_service_menu > dl a {
  display: block;
  width: 100%;
  min-width: 250px;
  padding: 10px 4rem;
  background: #0068b7;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl a {
    min-width: 350px;
    width: 350px;
    margin: 0 auto;
    padding: 8px 1.5rem;
    font-size: 14px;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl a {
    min-width: 100%;
    width: 100%;
    margin: 0 auto;
    font-size: 14px;
  }
}
.c_service .c_service_menu > dl a span {
  color: #FFF;
}
.c_service .c_service_menu > dl a ._window {
  display: inline;
  padding-right: 30px;
  background: url("../img/sunflower-top/windiw-white.svg") no-repeat;
  background-position: right top 4px;
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl a ._window {
    padding-right: 18px;
    background-position: right top 5px;
    background-size: 14px auto;
  }
}
.c_service .c_service_menu > dl .btn01::after {
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
}
.c_service .c_service_menu > dl .btn01::before {
  background: #046fc1;
}
.c_service .c_service_menu > dl .btn01:hover {
  background: rgba(4, 111, 193, 0.5);
}
.c_service .c_service_menu > dl .bnr-cargolp a {
  background: #ffcc00;
  margin-top: 20px;
  margin-bottom: 15px;
  max-width: 524px;
  border: 1px solid #ffcc00 !important;
}
.c_service .c_service_menu > dl .bnr-cargolp a span {
  font-size: 22px;
  color: #212121;
  font-weight: bold;
}
.c_service .c_service_menu > dl .bnr-cargolp a span .txt-small {
  padding-left: 10px;
  font-size: 16px !important;
  color: #212121;
}
.c_service .c_service_menu > dl .bnr-cargolp a:hover {
  text-decoration: none;
}
.c_service .c_service_menu > dl .bnr-cargolp a:before {
  background: #ffde5b;
}
.c_service .c_service_menu > dl .bnr-cargolp a:hover {
  background: rgba(255, 222, 91, 0.5);
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu > dl .bnr-cargolp a {
    max-width: 400px;
    width: 400px;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span {
    font-size: 20px;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span .txt-small {
    font-size: 14px !important;
  }
}
@media all and (max-width: 900px) {
  .c_service .c_service_menu > dl .bnr-cargolp a {
    max-width: 350px;
    width: 350px;
    margin-bottom: 10px;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span {
    font-size: 18px;
    line-height: 1.2;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span .txt-small {
    font-size: 13px !important;
    display: block;
  }
}
@media all and (max-width: 520px) {
  .c_service .c_service_menu > dl .bnr-cargolp a {
    display: block;
    min-width: calc(100% - 30px);
    max-width: calc(100% - 30px);
    width: calc(100% - 30px);
    margin: 10px auto 10px auto;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span {
    font-size: 16px;
    line-height: 1.2;
  }
  .c_service .c_service_menu > dl .bnr-cargolp a span .txt-small {
    font-size: 12px !important;
    display: block;
  }
}
.c_service .c_service_menu ._route {
  background-image: url("../img/sunflower-top/c-service01.jpg");
  /*max768px*/
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu ._route {
    background-image: url("../img/sunflower-top/c-service01_tb.jpg");
  }
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu ._route {
    background-image: url("../img/sunflower-top/c-service01_ph.jpg");
  }
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu ._route dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.c_service .c_service_menu dl._mycar {
  background-image: url("../img/sunflower-top/c-service02.jpg");
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu dl._mycar {
    background-image: url("../img/sunflower-top/c-service02_ph.jpg");
  }
}
.c_service .c_service_menu dl._info {
  background-image: url("../img/sunflower-top/c-service03.jpg");
  margin-bottom: 0;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .c_service .c_service_menu dl._info {
    background-image: url("../img/sunflower-top/c-service03_ph.jpg");
  }
}
.c_service .c_service_menu dl._info dt br {
  display: block;
}
.c_service .c_service_menu dl._mycar, .c_service .c_service_menu dl._info {
  min-height: 170px;
}
.c_service .c_service_menu dl._mycar dd, .c_service .c_service_menu dl._info dd {
  width: 100%;
}
.c_service .c_service_menu._boxCol2 {
  /*max1290px*/
}
@media all and (min-width: 1250px) {
  .c_service .c_service_menu._boxCol2 {
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .c_service .c_service_menu._boxCol2 > dl {
    width: calc(50% - 24px) !important;
    margin-bottom: 0;
  }
}
@media all and (max-width: 1249px) {
  .c_service .c_service_menu._boxCol2 {
    display: block !important;
  }
}

/* -----------------
.n_service（お知らせ）
 -------------------*/
.n_service h2 {
  color: #005396;
  margin-bottom: 40px;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .n_service h2 {
    margin-bottom: 20px;
  }
}
.n_service .tabBox a.btn01 {
  margin-top: 50px;
}

/* -----------------------------------------------------------------
 corporate_menu（企業情報メニュー）
 -----------------------------------------------------------------*/
.corporate_menu {
  background: url("../img/sunflower-top/bg-corporate_menu.gif") left top;
  /*max1290px*/
  /*max768px*/
}
@media all and (min-width: 1250px) {
  .corporate_menu {
    padding: 100px 0;
  }
}
@media all and (min-width: 1900px) {
  .corporate_menu {
    padding: 120px 0;
  }
}
@media all and (max-width: 1249px) {
  .corporate_menu {
    padding: 70px 0 50px 0;
  }
}
@media screen and (max-width: 768px) {
  .corporate_menu {
    padding: 3em 0;
  }
}
.corporate_menu ._boxCol2 {
  /*min1025px*/
  /*max1024px*/
  /*max768px*/
}
@media screen and (min-width: 1025px) {
  .corporate_menu ._boxCol2 {
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    align-content: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 100%;
  }
  .corporate_menu ._boxCol2 li {
    width: calc(50% - 24px);
    margin-bottom: 48px;
  }
  .corporate_menu ._boxCol2 li:nth-last-child(1), .corporate_menu ._boxCol2 li:nth-last-child(2):nth-child(2n+1) {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1024px) {
  .corporate_menu ._boxCol2 li {
    width: 100%;
    max-width: 519px;
    margin: 0 auto 24px auto;
  }
  .corporate_menu ._boxCol2 li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .corporate_menu ._boxCol2 li {
    margin: 0 auto 15px auto;
  }
}
.corporate_menu ._boxCol2 li {
  /*min1025px*/
}
.corporate_menu ._boxCol2 li a {
  display: block;
  width: 100%;
  text-decoration: none;
}
.corporate_menu ._boxCol2 li a ._img {
  display: block;
  width: 100%;
  height: 31.5%;
  overflow: hidden;
  position: relative;
}
.corporate_menu ._boxCol2 li a ._img img {
  display: block;
  width: 100%;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.corporate_menu ._boxCol2 li a ._ttl {
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 70px;
  padding: 0 45px 0 20px;
  background: #FFF;
  color: #000;
  position: relative;
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  /*max1024px*/
}
@media all and (min-width: 1900px) {
  .corporate_menu ._boxCol2 li a ._ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 1024px) {
  .corporate_menu ._boxCol2 li a ._ttl {
    font-size: 16px;
  }
}
.corporate_menu ._boxCol2 li a ._ttl::after {
  position: absolute;
  top: calc(50% - 0.4em);
  right: 25px;
  display: block;
  width: 15px;
  height: 15px;
  border-top: 3px solid #ff7e00;
  border-right: 3px solid #ff7e00;
  content: "";
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width: 1025px) {
  .corporate_menu ._boxCol2 li a:hover ._img img {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
  .corporate_menu ._boxCol2 li a:hover ._ttl {
    color: #ff7e00;
  }
}

/* -----------------------------------------------------------------
 footer--slider
 -----------------------------------------------------------------*/
.footer--slider {
  background: #FFF;
  padding-bottom: 2px;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .footer--slider {
    padding-bottom: 1px;
  }
}
.footer--slider ul {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  /*slider.jsの下余白を削除する設定*/
  line-height: 0;
  font-size: 0;
}
.footer--slider ul li img {
  display: block;
  width: 100%;
  height: auto;
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  /*max768px*/
}
@media screen and (max-width: 768px) {
  .footer--slider ul li img {
    border-right: 1px solid #FFF;
    border-top: 1px solid #FFF;
  }
}

/* -----------------------------------------------------------------
 animation
 -----------------------------------------------------------------*/
@keyframes fadeInMain {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeInMain {
  0% {
    opacity: 0;
    transform: translate(0, 80px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translate(0, 30px);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0);
  }
}
@keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
@-webkit-keyframes scaleIn {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
}
.main_fv_bg {
  -webkit-animation: scaleIn 15s linear 2.1s infinite alternate;
  animation: scaleIn 15s linear 2.1s infinite alternate;
}

.main_fv_txt {
  opacity: 0;
  transform: translate(0, 80px);
  -webkit-animation: fadeInMain 2s ease 2.3s 1 forwards;
  animation: fadeInMain 2s ease 2.3s 1 forwards;
}

.sunflower_birth.scrIn h2, .sunflower_birth.scrIn p, .sunflower_birth.scrIn ._lead, .sunflower_birth.scrIn figure,
.f_service_ttl.scrIn h2,
.f_service_ttl.scrIn p,
.f_service_ttl.scrIn ._lead,
.f_service_ttl.scrIn figure,
.c_service_ttl.scrIn h2,
.c_service_ttl.scrIn p,
.c_service_ttl.scrIn ._lead,
.c_service_ttl.scrIn figure {
  opacity: 0;
  transform: translate(0, 30px);
}

.sunflower_birth.scrIn.show h2,
.f_service_ttl.scrIn.show h2,
.c_service_ttl.scrIn.show h2 {
  -webkit-animation: fadeIn 1.2s ease 0s 1 forwards;
  animation: fadeIn 1.2s ease 0s 1 forwards;
}
.sunflower_birth.scrIn.show p, .sunflower_birth.scrIn.show ._lead,
.f_service_ttl.scrIn.show p,
.f_service_ttl.scrIn.show ._lead,
.c_service_ttl.scrIn.show p,
.c_service_ttl.scrIn.show ._lead {
  -webkit-animation: fadeIn 1.2s ease 0.4s 1 forwards;
  animation: fadeIn 1.2s ease 0.4s 1 forwards;
}
.sunflower_birth.scrIn.show p:last-child, .sunflower_birth.scrIn.show figure,
.f_service_ttl.scrIn.show p:last-child,
.f_service_ttl.scrIn.show figure,
.c_service_ttl.scrIn.show p:last-child,
.c_service_ttl.scrIn.show figure {
  -webkit-animation: fadeIn 1.2s ease 0.8s 1 forwards;
  animation: fadeIn 1.2s ease 0.8s 1 forwards;
}

.f_service_guide.scrIn,
._route.scrIn {
  opacity: 0;
  transform: translate(0, 30px);
}

.f_service_guide.scrIn.show,
._route.scrIn.show {
  -webkit-animation: fadeIn 1.2s ease 0s 1 forwards;
  animation: fadeIn 1.2s ease 0s 1 forwards;
}

.c_service_menu.scrIn ._mycar, .c_service_menu.scrIn ._info {
  opacity: 0;
  transform: translate(0, 30px);
}

.c_service_menu.scrIn.show ._mycar {
  -webkit-animation: fadeIn 1.2s ease 0.4s 1 forwards;
  animation: fadeIn 1.2s ease 0.4s 1 forwards;
}
.c_service_menu.scrIn.show ._info {
  -webkit-animation: fadeIn 1.2s ease 0.6s 1 forwards;
  animation: fadeIn 1.2s ease 0.6s 1 forwards;
}

.n_service.scrIn h2, .n_service.scrIn .tab-multiple, .n_service.scrIn .tabBox {
  opacity: 0;
  transform: translate(0, 30px);
}

.n_service.scrIn.show h2 {
  -webkit-animation: fadeIn 1.2s ease 0s 1 forwards;
  animation: fadeIn 1.2s ease 0s 1 forwards;
}
.n_service.scrIn.show .tab-multiple {
  -webkit-animation: fadeIn 1.2s ease 0.4s 1 forwards;
  animation: fadeIn 1.2s ease 0.4s 1 forwards;
}
.n_service.scrIn.show .tabBox {
  -webkit-animation: fadeIn 1.2s ease 0.8s 1 forwards;
  animation: fadeIn 1.2s ease 0.8s 1 forwards;
}

.corporate_menu.scrIn ul li {
  opacity: 0;
  transform: translate(0, 30px);
}

.corporate_menu.scrIn.show ul li:nth-child(1) {
  -webkit-animation: fadeIn 1.2s ease 0s 1 forwards;
  animation: fadeIn 1.2s ease 0s 1 forwards;
}
.corporate_menu.scrIn.show ul li:nth-child(2) {
  -webkit-animation: fadeIn 1.2s ease 0.2s 1 forwards;
  animation: fadeIn 1.2s ease 0.2s 1 forwards;
}
.corporate_menu.scrIn.show ul li:nth-child(3) {
  -webkit-animation: fadeIn 1.2s ease 0.4s 1 forwards;
  animation: fadeIn 1.2s ease 0.4s 1 forwards;
}
.corporate_menu.scrIn.show ul li:nth-child(4) {
  -webkit-animation: fadeIn 1.2s ease 0.6s 1 forwards;
  animation: fadeIn 1.2s ease 0.6s 1 forwards;
}

/* -----------------------------------------------------------------
 loading
 -----------------------------------------------------------------*/
.loadingWrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  min-height: 500px;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 1080px;
  background: #005396;
  z-index: 9999;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loadingWrap svg {
  display: block;
  margin: 0 auto;
  max-width: 870px;
  width: 80%;
}

#loadinglogo .cls-1 {
  fill: none;
}
#loadinglogo .cls-1, #loadinglogo .cls-2, #loadinglogo .cls-3 {
  stroke-width: 0px;
}
#loadinglogo .cls-4 {
  clip-path: url(#clippath-1);
}
#loadinglogo .cls-2 {
  fill: #fff;
}
#loadinglogo .cls-5 {
  clip-path: url(#clippath);
}
#loadinglogo .cls-3 {
  fill: #0064a8;
}
#loadinglogo #s-move {
  width: 865px;
  height: 185px;
  -webkit-animation: sMove 1s ease 0s 1 forwards;
  animation: sMove 1s ease 0s 1 forwards;
}
@-webkit-keyframes sMove {
  0% {
    height: 185px;
  }
  100% {
    height: 0px;
  }
}
@keyframes sMove {
  0% {
    height: 185px;
  }
  100% {
    height: 0px;
  }
}
#loadinglogo #c-move {
  width: 850px;
  height: 92px;
  transform: translate(0px, 0);
  -webkit-animation: cMove 0.8s ease 1.0s 1 forwards;
  animation: cMove 0.8s ease 1.0s 1 forwards;
}
@-webkit-keyframes cMove {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
@keyframes cMove {
  0% {
    transform: translate(0px, 0);
  }
  100% {
    transform: translate(100%, 0);
  }
}
.language{
  margin-right: 20px
}
@media screen and (max-width: 1290px) {
  .language{
  margin-right: 5px
}
}

.btn {
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  column-gap: var(--gap);
  padding: 0.6rem;
  cursor: pointer;
  border-radius: var(--radius);
  border: none;
  box-shadow: var(--shadow);
  position: relative;
  font-size: 16px;
  color: #000;
}

.bx {
  font-size: 16px;
}

.dropdown {
  position: absolute;
  width: 120px;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
  border-radius: var(--radius);
  margin-top: 0.3rem;
  background: white;
  font-size: 14px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(0.5rem);
  transition: all 0.1s cubic-bezier(0.16, 1, 0.5, 1);
}

.dropdown a {
  display: flex;
  align-items: center;
  column-gap: var(--gap);
  padding: 0.8rem 1rem;
  text-decoration: none;
  color: black;
}

.dropdown a:hover {
  background-color: var(--color);
  color: white;
}

.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0rem);
}

.arrow {
  transform: rotate(180deg);
  transition: 0.2s ease;
}

/*min1291px*/
/*min1025px*/
/*min769px*/
/*min1025px-max1290px*/
/*min769px-max1024px*/
/*max1290px*/
/*max1024px*/
/*max768px*/
/*max320px*/
