@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
  border: 0;
  /* font: inherit; */
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

li, dd {
  list-style-type: none;
}

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

img {
  border: none;
  vertical-align: bottom;
}

a {
  /* cursor: pointer; */
  text-decoration: none;
}

html {
  font-size: 62.5%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  position: relative;
  color: #000;
  font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  background: #FFF;
}

p {
  word-wrap: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin: 0 0 20px;
}

a, a:hover {
  text-decoration: none;
  color: #000000;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

a:hover {
  opacity: 0.6;
}

[id] {
  scroll-margin-top: 100px;
}

.left, .fl {
  float: left;
}

.right, .fr {
  float: right;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1; }

.hv:hover {
  opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
  display: none;
}

.pc {
  display: block;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: space-between;
}

.align-center {
  align-items: center;
}

.container {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 36.25%;
}

.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.txt-center {
  text-align: center;
}

.scroll::-webkit-scrollbar {
  width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #f8c384;
  border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
  background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
  background: #fff;
}

/*============================
COMMON
============================*/
img {
  max-width: 100%;
  height: auto;
}

.hide {
  display: none;
}

.section {
  padding: 80px 3%;
}

/*============================
site
============================*/
.section_ttl01 {
  padding: 0 0 10px;
  border-bottom: 2px solid #7c7c7c;
  margin: 0 0 40px;
  align-items: flex-end;
}

.section_ttl01 .en {
  font-size: 40px;
  line-height: 1;
  color: #012890;
}

.section_ttl01 .ja {
  font-size: 18px;
}

.section_ttl01.white {
  border-bottom: 2px solid #fff;
}

.section_ttl01.white .en {
  color: #FFF;
}

.section_ttl01.white .ja {
  color: #FFF;
}

.section_ttl02 {
  font-size: 22px;
  color: #012890;
  /* margin: 0 0 20px; */
  font-weight: bold;
  position: absolute;
  padding: 20px 20px 10px;
  bottom: 0;
  background: #fff;
  width: 70%;
}

.btn_001 {
  padding-right: 40px;
  position: relative;
}

.btn_001::after {
  content: '';
  background-image: url(../img/common/v_01_black.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 0;
  top: 2px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_001.white::after {
  background-image: url(../img/common/v_01_white.svg);
}

.btn_001.white {
  color: #FFF;
}

.btn_002 {
  border: 1px solid #000;
  background: #FFF;
  padding: 16px 0 18px;
  display: block;
  max-width: 230px;
  text-align: center;
  position: relative;
}

.btn_002 {
  border: 1px solid #000;
  background: #FFF;
  padding: 16px calc(3% + 20px) 18px 3%;
  display: block;
  max-width: 230px;
  text-align: center;
  position: relative;
}

.btn_002::after {
  content: '';
  background-image: url(../img/common/v_01_black.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  right: calc(3% + 20px);
  top: -1px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.btn_002.center {
  margin: 0 auto;
}

.btn_003 {
  background: #012890;
  color: #FFF;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 3%;
  display: block;
  max-width: 400px;
  margin: 0 auto;
  border-radius: 90px;
}

.btn_003.white {
  background: #FFF;
  color: #012890;
}

.header {
  position: fixed;
  z-index: 99;
  padding: 24px 3%;
  width: 100%;
  box-sizing: border-box;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header.active {
  background: rgb(255 255 255 / 70%);
}

.header .container {
  max-width: 100%;
  align-items: center;
}

.header__logo_wrap {
  width: 310px;
}

.header__logo {
}

.header__logo img {
}

.header__btn_wrap {
}

.header__btn_contact {
  font-size: 16px;
  display: inline-block;
  padding: 24px 66px 18px;
  color: #FFF;
  background: #012890;
  border-radius: 90px;
  line-height: 1;
  height: 66px;
}

.header__btn_contact:hover {
  color: #FFF;
}

.header__btn_menu {
  width: 66px;
  height: 66px;
  background: #FFF;
  border-radius: 90px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-left: 30px;
  color: #012890;
  cursor: pointer;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.header.active .header__btn_menu {
  border: 1px solid #012890;
}

.header__nav_wrap {
  display: none;
}

.header__nav_wrap {
  width: 100%;
}

.header__nav {
  margin: 60px auto 30px;
  max-width: 600px;
  width: 80%;
}

.header__nav_list {
}

.header__nav_list li {
  margin: 0 0 20px;
}

.header__nav_list li a {
  background: #012890;
  display: block;
  color: #FFF;
  padding: 20px 3%;
  font-size: 18px;
  position: relative;
}

.header__nav_list li a::after {
  content: '';
  background-image: url(../img/common/v_01_white.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  right: 3%;
  top: 2px;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.header__btn_contact {
}

.main {
}

.article {
}

.aside {
}

.aside_blog {
}

.aside_blog .container {
}

.aside_blog .section_ttl01 {
}

.aside_blog .section_ttl01 .en {
}

.aside_blog .section_ttl01 .ja {
}

.aside_blog__list {
  margin: 0 0 40px;
}

.aside_blog__item {
  width: 22%;
}

.aside_blog__item a {
}

.aside_blog__image {
  padding-top: 80%;
  background-color: #9c9c9c;
  margin: 0 0 20px;
}

.aside_blog__date {
  margin: 0 0 10px;
}

.aside_blog__date .tag {
  color: #FFF;
  background: #012890;
  display: inline-block;
  font-size: 12px;
  padding: 4px 10px 6px;
  margin-right: 14px;
  position: relative;
  top: -1px;
}

.aside_blog__title {
}

.aside_blog .btn_002 {
}

.aside_contact {
  background: #012890;
}

.aside_contact .container {
}

.aside_contact .section_ttl01 {
}

.aside_contact .section_ttl01 .en {
}

.aside_contact .section_ttl01 .ja {
}

.aside_contact__item {
}

.aside_contact__childitem {
  width: 48%;
  text-align: center;
}

.aside_contact__ttl {
  text-align: center;
  font-size: 22px;
  color: #FFF;
  margin: 0 0 20px;
}

.aside_contact__tel {
  color: #FFF;
  font-size: 32px;
  line-height: 1;
  font-weight: bold;
}

.aside_contact__tel:hover {
  color: #FFF;
}

.aside_contact__tel .num {
  font-size: 44px;
}

.aside_contact__text {
  margin: 10px 0 0;
  color: #FFF;
  text-align: center;
  font-size: 18px;
}

.aside_contact__childitem .btn_003 {
}

.gotop {
  width: 50px;
  position: fixed;
  right: 3%;
  bottom: 3%;
  z-index: 2;
}

.gotop a {
}

.gotop a img {
}

.footer {
  padding: 80px 3%;
}

.footer .container {
}

.footer_logo__wrap {
  width: 380px;
}

.footer_logo {
  display: block;
}

.footer_logo img {
}

.footer_address {
  margin: 30px auto 0;
  max-width: 270px;
}

.footer_nav__wrap {
}

.footer_nav__list {
  max-width: 400px;
}

.footer_nav__list li {
  width: 48%;
  margin: 0 0 20px;
}

.footer_nav__list a {
  padding-left: 24px;
  position: relative;
}

.footer_nav__list a::before {
  content: '';
  background-image: url(../img/common/v_01_black.svg);
  width: 12px;
  height: 12px;
  position: absolute;
  top: 2px;
  bottom: 0;
  left: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
}

.copyright {
  width: 100%;
  margin: 40px 0 0;
  font-size: 14px;
}

/*============================
index
============================*/
.mv {
}

.mv__image {
  height: 100vh;
}

.mv__image video {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.section.top_news {
  background: #e5e9f4;
}

.section.top_news .container {
}

.section.top_news .section_ttl01 {
}

.section.top_news .section_ttl01 .en {
}

.section.top_news .section_ttl01 .ja {
}

.top_news__list {
  padding: 0 3% 20px;
}

.top_news__list li {
  margin: 0 0 14px;
}

.top_news__list a {
}

.top_news__list .date {
  padding-right: 3%;
}

.section.top_news .btn_001 {
  margin-left: 3%;
}

.top_imagebox {
}

.top_imagebox img {
}

.section.top_service {
}

.section.top_service .container {
}

.section.top_service .section_ttl01 {
}

.section.top_service .section_ttl01 .en {
}

.section.top_service .section_ttl01 .ja {
}

.top_service__list {
}

.top_service__item {
  width: 31%;
  position: relative;
}

.top_service__image {
  padding: 120% 0 0;
  position: relative;
  /* margin: 0 0 20%; */
  background: #9c9c9c;
  position: relative;
}

.top_service__image::before {
  content: '';
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.top_service__image.lp_gas {
}

.top_service__image.kerosene {
}

.top_service__image.cargo {
}

.top_service__infobox {
  /* position: absolute; */
  /* width: 90%; */
  left: 0;
  bottom: 0;
  background: #FFF;
  box-sizing: border-box;
  padding: 20px;
}

.top_service__infobox .section_ttl02 {
}

.top_service__text {
  margin: 0;
}

.top_aboutus {
  background: #012890;
}

.top_aboutus .container {
}

.top_aboutus .section_ttl01 {
}

.top_aboutus .section_ttl01 .en {
}

.top_aboutus .section_ttl01 .ja {
}

.top_aboutus__ttl {
  color: #FFF;
  font-size: 48px;
  line-height: 1.4;
  margin: 0 0 30px;
}

.top_aboutus__text {
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  margin: 0 0 60px;
}

.top_aboutus__subttl {
  font-size: 34px;
  color: #FFF;
  line-height: 1.4;
  margin: 0 0 30px;
}

.top_aboutus__linklist {
}

.top_aboutus__linklist li {
  margin: 0 0 20px;
}

.top_aboutus__linklist .btn_001 {
}

.top_recruit {
  background-color: #5a73b7;
  padding: calc(25% + 80px) 3% 80px;
  position: relative;
}

.top_recruit::before {
  content: '';
  width: 100%;
  height: 66%;
  background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url(../img/top/bg_recruit2.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
}

.top_recruit .container {
}

.top_recruit .section_ttl01 {
}

.top_recruit .section_ttl01 .en {
}

.top_recruit .section_ttl01 .ja {
}

.top_recruit__ttl {
  font-size: 42px;
  line-height: 1.4;
  margin: 0 0 40px;
  color: #FFF;
}

.top_recruit__text {
  font-size: 18px;
  color: #FFF;
  margin: 0 0 40px;
}

.top_recruit .btn_002 {
}
