@charset "UTF-8";
/*#####       SETTING       #####*/
/*COLORS*/
/*ディープブルー*/
/*ブルーグレー*/
/*ライトブルーグレー*/
/*10%グレー*/
/*30%グレー*/
/*70%グレー*/
/*ライトマゼンタ*/
/*ウルトラライトマゼンタ*/
/*オレンジ*/
/**/
/*ブラック*/
/*MediaQuery*/
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Zen+Maru+Gothic&display=swap");
/*FONT*/
/*################################# 
#########              共通設定   　　　　　　　　#########
################################# */
body {
  line-height: 1.6em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  color: #595757;
  font-size: 16px;
  background: #fff; }

.container2 {
  max-width: 1140 	px;
  padding: 0 15px;
  margin: 0 auto;
  width: 100%; }

@media (min-width: 1200px) {
  .container_wide {
    max-width: 1280px; } }

.bg_gr {
  background: #c9caca;
  padding: 12px; }

img.no_lim {
  max-width: none; }

h1 {
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  color: #231815;
  font-weight: 400;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif; }

h2 {
  font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
  color: #727171;
  font-weight: 500; }

.page h2 {
  font-size: clamp(1.1rem, calc(1vw + 1.3rem), 1.6rem);
  color: #fff;
  background: #55698a;
  padding: 8px; }

.page .index_content h2 {
  font-size: clamp(1.1rem, calc(1vw + 1.3rem), 1.6rem);
  color: #595757;
  background: none;
  padding: 8px 0; }

h3 {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  color: #595757;
  font-weight: 400; }

h4, h3.bl_title {
  font-size: 1.1em;
  font-weight: 500;
  color: #55698a;
  margin: 12px 0; }
  h4:before, h3.bl_title:before {
    content: '●';
    color: #55698a;
    margin-right: .2em; }

h4.simple_h4 {
  color: #595757; }
  h4.simple_h4:before {
    content: '';
    margin: 0; }

p.index_about_copy {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  line-height: 1.6em;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
  margin: 0 0 8px;
  display: block; }

.padding_box24 {
  padding: 24px;
  border: 1px solid #727171; }
  .padding_box24 h3 {
    border-bottom: 1px solid #727171;
    padding-bottom: 18px; }

video {
  width: 100%; }

p {
  font-size: 1rem;
  line-height: 1.6em;
  margin-top: 24px; }

.page .index_content p {
  color: #595757; }

p.no_margin {
  margin: 0; }

p.no_margin_2 {
  margin: 8px 0 0; }

p.index_copy {
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
  color: #595757;
  font-weight: 400;
  text-align: center;
  margin: 24px 0; }

.small {
  font-size: .8em; }

.ex_small {
  font-size: .6em; }

.large {
  font-size: 1.3em; }

.bold {
  font-weight: 500; }

.center {
  text-align: center; }

.right {
  text-align: right; }

a {
  color: #55698a; }

a:hover {
  color: #727171; }

a.more {
  display: inline-block;
  width: 9em;
  padding: 8px 10px 8px 0;
  color: #595757;
  margin: 12px 0;
  cursor: pointer;
  position: relative;
  border-bottom: 1px solid #595757; }
  a.more::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 16px;
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #595757;
    border-bottom: 1px solid #595757;
    transform: skew(45deg);
    transition: .3s; }
  a.more:hover::after {
    right: 10px;
    width: 30px; }

a.more_round {
  display: inline-block;
  border-radius: 2em;
  width: 9em;
  padding: 4px 16px 4px 10px;
  color: #595757;
  background: #fff;
  margin: 12px auto;
  cursor: pointer;
  position: relative;
  border: 1px solid #595757; }
  a.more_round::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    right: 20px;
    width: 20px;
    height: 5px;
    border: none;
    border-right: 2px solid #595757;
    border-bottom: 1px solid #595757;
    transform: skew(45deg);
    transition: .3s; }
  a.more_round:hover::after {
    right: 10px;
    width: 26px; }

a.more_round2 {
  display: block;
  border-radius: 2.4em;
  max-width: 92%;
  margin: 4%;
  padding: 4px 2em 4px 10px;
  color: #595757;
  margin: 12px auto;
  cursor: pointer;
  position: relative;
  border: 1px solid #595757;
  background: url(../images/icon/arrow.svg) no-repeat #fff;
  background-size: 1em auto;
  background-position: right 0.6em center; }
  a.more_round2:hover {
    opacity: .7; }

a.linkmark {
  background: url(../images/icon/link.svg) no-repeat;
  background-position: right center;
  padding-right: 26px;
  background-size: 18px auto; }

a.link {
  width: 90%;
  color: #fff;
  padding: 12px;
  background: #55698a;
  outline: 1px solid #55698a;
  max-width: 300px;
  margin: 36px auto;
  display: block;
  border-radius: 3px;
  text-align: center;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif; }

a.link:hover {
  color: #55698a;
  background: #fff; }

.margin16 {
  margin: 16px 0 !important; }

.mt12 {
  margin-top: 12px !important; }

.mt24 {
  margin-top: 24px !important; }

.mt36 {
  margin-top: 36px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mt48 {
  margin-top: 48px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt80 {
  margin-top: 80px !important; }

.pt80 {
  padding-top: 80px !important; }

.content_container {
  margin: 0 0 36px; }

/* fadeInAnime */
.fadeInTrigger1,
.fadeInTrigger2,
.fadeInTrigger_left,
.fadeInTrigger_right {
  -webkit-transition: all 2.5s cubic-bezier(0.5, 0, 0, 1);
  -moz-transition: all 2.5s cubic-bezier(0.5, 0, 0, 1);
  -o-transition: all 2.5s cubic-bezier(0.5, 0, 0, 1);
  transition: all 2.5s cubic-bezier(0.5, 0, 0, 1); }

.fadeInTrigger1 {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(80px);
  -ms-transform: translateY(80px);
  transform: translateY(80px); }

.fadeInTrigger1.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0); }

.fadeInTrigger2 {
  visibility: hidden;
  opacity: 0; }

.fadeInTrigger2.active {
  visibility: visible;
  opacity: 1; }

.fadeInTrigger_left {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(-80px);
  -ms-transform: translateX(-80px);
  transform: translateX(-80px); }

.fadeInTrigger_left.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

.fadeInTrigger_right {
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateX(80px);
  -ms-transform: translateX(80px);
  transform: translateX(80px); }

.fadeInTrigger_right.active {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0); }

/* fadeInAnime End */
/*Slider*/
#visual a:hover {
  opacity: .7; }

.main_banner {
  margin: 20px 0;
  /*
    .slick-slide{
    	margin-right: 1.2vw!important;
		margin-left: 1.2vw!important;
	}
	*/ }
  .main_banner img {
    width: 100%; }
  .main_banner .slick-slide {
    height: auto !important; }
  .main_banner .slick-arrow {
    z-index: 2 !important; }
  .main_banner .slick-next {
    right: 0 !important; }
  .main_banner .slick-prev {
    left: 0 !important; }

/* scrollBtn */
#scroll {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  margin: auto;
  display: block;
  display: block;
  width: 120px;
  height: 120px;
  opacity: .9;
  z-index: 10002;
  -webkit-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  transition-duration: 1.5s; }

#scroll > span {
  display: block;
  width: 100%;
  height: 20px;
  text-align: center;
  margin: auto;
  position: relative;
  top: 35px;
  left: -5px;
  font-size: 10px;
  line-height: 20px;
  letter-spacing: 1px;
  padding-left: 1px;
  color: #55698a; }

#scroll > span:before {
  content: "";
  width: 4px;
  height: 8px;
  position: absolute;
  top: -26px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #fff;
  z-index: 100000; }

#scroll > span:after {
  content: "";
  width: 20px;
  height: 30px;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid;
  background: #55698a;
  z-index: 1000; }

#scroll:hover {
  opacity: 1; }

#scroll:hover > span {
  letter-spacing: 3px;
  padding-left: 3px; }

#scroll:hover > span:before {
  top: -22px; }

#scroll.on {
  bottom: -150px; }

/*###########  ヘッダー  ###########*/
header {
  display: flex;
  justify-content: space-between;
  max-width: 1140px;
  margin: 0 auto;
  width: 100%;
  align-items: flex-end;
  position: relative; }
  header a#logo {
    display: block;
    padding-bottom: 12px; }
    header a#logo img {
      width: 200px;
      margin: 12px 0; }
  header a#logo:hover {
    opacity: .7; }

header h1 a#logo {
  padding: 0; }

#header_sub_menu {
  position: absolute;
  top: 0.2em;
  right: 0.1em;
  display: flex; }
  #header_sub_menu .header_sub_menu {
    padding: 0; }
    #header_sub_menu .header_sub_menu a {
      font-weight: 500;
      padding: 0.3em 1em 0.35em;
      color: #fff;
      margin: 0;
      color: #727171;
      border: 1px solid #727171; }
      #header_sub_menu .header_sub_menu a:hover {
        color: #fff;
        background: #727171; }
  #header_sub_menu .header_sub_menu_recruit a {
    border-right: none; }

@media screen and (max-width: 768px) {
  #header_sub_menu {
    display: none; } }

/*###########  ナビ  ###########*/
.pc_navi ul {
  display: flex;
  align-items: flex-end; }
  .pc_navi ul li {
    padding: 10px 10px;
    display: block; }
    .pc_navi ul li a {
      display: inline-block;
      position: relative;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
      margin: 0;
      padding: 0;
      color: #727171;
      font-weight: 600; }
    .pc_navi ul li a:hover {
      opacity: 1;
      color: #55698a; }

@media screen and (min-width: 768px) {
  .pc_navi ul li {
    font-size: 9px;
    padding: 8px; } }

@media screen and (min-width: 820px) {
  .pc_navi ul li {
    font-size: 11px;
    padding: 8px; } }

@media screen and (min-width: 992px) {
  .pc_navi ul li {
    font-size: 13px;
    padding: 10px; } }

@media screen and (min-width: 1080px) {
  .pc_navi ul li {
    font-size: 17px;
    padding: 10px; } }

.navToggle {
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  width: 70px;
  height: 70px;
  cursor: pointer;
  z-index: 10000000;
  background: none;
  text-align: center; }
  .navToggle .bar_wrap {
    position: absolute;
    width: 40px;
    transition: all 0.25s ease-out;
    top: 20px;
    left: 15px;
    height: 20px; }
    .navToggle .bar_wrap span {
      display: block;
      position: absolute;
      width: 45px;
      border-bottom: solid 1px #55698a;
      -webkit-transition: .35s ease-in-out;
      -moz-transition: .35s ease-in-out;
      transition: .35s ease-in-out;
      left: 50%;
      height: 4px;
      transform: translate(-50%, -50%); }
    .navToggle .bar_wrap span:nth-child(1) {
      top: 0; }
    .navToggle .bar_wrap span:nth-child(2) {
      top: 50%; }
    .navToggle .bar_wrap span:nth-child(3) {
      top: 100%; }
  .navToggle p {
    position: absolute;
    top: 37px;
    width: 40px;
    left: 28px;
    color: #55698a; }

.navToggle.active {
  /* 2番目と3番目のspanを45度に */ }
  .navToggle.active span:nth-child(1) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .navToggle.active span:nth-child(2), .navToggle.active span:nth-child(3) {
    top: 50%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

nav.globalMenuSp {
  position: fixed;
  overflow: auto;
  z-index: 1000000;
  top: 0;
  left: 0;
  color: #727171;
  text-align: center;
  transition: all 0.6s;
  transform: translateX(200%);
  width: 100%;
  height: 100%;
  display: table; }
  nav.globalMenuSp ul {
    background: rgba(255, 255, 255, 0.9);
    margin: 0 auto;
    padding: 0;
    width: 100%;
    display: table-cell;
    vertical-align: middle; }
    nav.globalMenuSp ul li {
      font-size: 1.2em;
      list-style-type: none;
      padding: 0;
      width: 100%;
      border-bottom: 1px dotted #231815; }
      nav.globalMenuSp ul li a {
        display: block;
        color: #55698a;
        padding: 1em 0; }
      nav.globalMenuSp ul li a:hover {
        color: #f8b7d9; }
    nav.globalMenuSp ul li:last-child {
      padding-bottom: 0;
      border-bottom: none; }

nav.globalMenuSp.active {
  transform: translateX(0%); }

/*###########  フッター  ###########*/
footer {
  position: relative;
  background: #c9caca; }
  footer #footer {
    background: #c9caca;
    padding: 36px 0 60px; }
    footer #footer img.footer_sub_logo {
      width: 90%;
      margin-top: 24px; }
    @media screen and (max-width: 768px) {
      footer #footer img.footer_sub_logo {
        width: 100%; } }
    footer #footer .footer_menu a {
      color: #595757; }
    footer #footer .footer_menu a:hover {
      color: #55698a; }
    footer #footer .footer_menu h3 {
      font-size: 18px;
      font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
      font-weight: 600;
      margin-top: 24px; }
    footer #footer .footer_menu ul {
      font-size: 14px;
      margin: 12px 0 0;
      list-style-type: none; }
      footer #footer .footer_menu ul li {
        padding-left: 0.2em;
        background-size: 18px auto;
        background-position: left center; }
        footer #footer .footer_menu ul li:before {
          content: '●';
          color: #727171; }
        footer #footer .footer_menu ul li a {
          color: #727171; }
  footer #footer_info img.footer_logo {
    width: 160px;
    margin: 24px auto;
    display: block; }
  footer #footer_info p {
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
    font-weight: 600;
    text-align: center;
    font-size: clamp(12px, 1.5vw, 26px); }
    footer #footer_info p span {
      padding: 0 0.4em; }
  footer address {
    text-align: center;
    padding: 24px 3%;
    font-size: .8em; }
    footer address a {
      color: #727171; }
    footer address a:hover {
      color: #55698a; }

@media screen and (max-width: 768px) {
  footer #footer img.footer_sub_logo {
    max-width: 280px;
    display: block;
    margin: 24px auto; } }

/*###########  フォーム  ###########*/
.mw_wp_form .info {
  max-width: 980px;
  margin: 6% auto 48px;
  line-height: 1.6em; }

.mw_wp_form .info p {
  padding: 12px 3%; }

.mw_wp_form h2 {
  text-align: center;
  margin: 12px 0;
  font-size: 1.4em;
  color: #55698a;
  padding: 8px 5%; }

.mw_wp_form p {
  margin: 8px 0; }

.mw_wp_form p.ta_center {
  max-width: 980px;
  margin: 12px auto;
  line-height: 1.6em;
  text-align: center;
  padding: 0 2%; }

.mw_wp_form dl {
  margin: 24px auto 0;
  clear: both;
  border-top: 1px dotted #ccc;
  width: 98%; }

.mw_wp_form dl dt span {
  color: #fff;
  background: #c21820;
  padding: 0 0.4em;
  border-radius: 6px;
  margin: 0px 0px 0px 8px;
  display: inline-block;
  float: right;
  font-size: .9em; }

@media screen and (max-width: 980px) {
  .mw_wp_form dl {
    width: 98%; } }

.mw_wp_form dl dt, .mw_wp_form dl dd {
  padding: 24px 0; }

.mw_wp_form dl dt {
  width: 23%;
  padding-left: 2%;
  float: left; }

.mw_wp_form dl dd {
  width: 73%;
  float: right; }

@media screen and (max-width: 640px) {
  .mw_wp_form dl {
    margin: 16px 0;
    width: 98%; }
  .mw_wp_formdl dt, .mw_wp_form dl dd {
    padding: 8px 0; }
  .mw_wp_form dl dt {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dd {
    width: 90%;
    float: none;
    margin: 0 auto; }
  .mw_wp_form dl dt span {
    float: none;
    margin-left: 24px; } }

.mw_wp_form input[type=text], .mw_wp_form textarea {
  width: 90%; }

.mw_wp_form input[type=submit] {
  display: inline-block;
  border-radius: 8px;
  font-size: 16pt;
  text-align: center;
  cursor: pointer;
  padding: 0.5em 2em;
  background: #55698a;
  color: #fff;
  line-height: 1em;
  transition: .3s;
  border: 1px solid #55698a; }

.mw_wp_form input[type=submit]:active {
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2); }

.mw_wp_form input[type=submit]:hover {
  background: #fff;
  color: #55698a; }

.mw_wp_form div.submit {
  position: relative;
  overflow: hidden;
  margin: 24px 0 48px;
  clear: both; }
  .mw_wp_form div.submit div.submit_inner {
    position: relative;
    left: 50%;
    float: left; }
    .mw_wp_form div.submit div.submit_inner input {
      display: block;
      float: left;
      position: relative;
      left: -50%;
      margin: 12px; }

.mw_wp_form_confirm .input-show {
  display: none; }

.mw_wp_form #send {
  padding: 48px 2%; }
  .mw_wp_form #send p {
    text-align: center; }

/*#####      page-head    #####*/
#index_second {
  margin: 36px 0;
  padding: 36px 0;
  background: #d8e2eb; }
  #index_second .index_brandpurpose {
    position: relative; }
    #index_second .index_brandpurpose a.more {
      position: absolute;
      bottom: 12px;
      right: 0px; }

#index_third {
  margin: 0 0 36px; }
  #index_third .business {
    aspect-ratio: 4 / 3;
    position: relative; }
    #index_third .business img {
      width: 90%;
      max-width: 334px;
      display: block;
      margin: 6% auto 2%; }
  #index_third .energy_intro {
    background: url(../images/energy_intro.webp) no-repeat;
    background-size: cover; }
  #index_third .car_intro {
    background: url(../images/car_intro.jpg) no-repeat;
    background-size: cover;
    background-position: center top; }
  #index_third .life_intro {
    background: url(../images/life_intro.jpg) no-repeat;
    background-size: cover;
    background-position: center top; }
  #index_third a.more_round {
    position: absolute;
    bottom: 6%;
    left: 50%;
    width: 13em;
    transform: translateX(-50%); }

#index_fourth p {
  margin-top: 4px; }

#index_fifth {
  margin-top: 36px; }

#index_recruit {
  margin-bottom: 36px;
  position: relative; }
  #index_recruit #index_recruit_h2 {
    position: absolute;
    max-width: 1140px;
    width: 100vw;
    top: 0;
    left: 50%;
    transform: translateX(-50%); }
    #index_recruit #index_recruit_h2 h2 {
      background: #fff;
      display: inline-block;
      line-height: 2em;
      border-bottom-left-radius: 2px;
      border-bottom-right-radius: 2px;
      padding: 8px; }
  #index_recruit #index_recruit_link {
    position: absolute;
    max-width: 980px;
    width: 100vw;
    bottom: 2%;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center; }
    #index_recruit #index_recruit_link a {
      font-size: 1.4em;
      padding: 0.4em 1em 0.4em 0.6em;
      min-width: 17em;
      width: 98%;
      font-weight: 500;
      text-align: center;
      margin: 8px 1%; }
      #index_recruit #index_recruit_link ahover {
        opacity: .7; }

.news_wrap {
  display: flex; }
  .news_wrap .news_title {
    width: 120px; }
  .news_wrap .news_content {
    width: calc(100% - 144px);
    padding-left: 24px; }
    .news_wrap .news_content ul {
      margin: 12px 0;
      border-top: 2px solid #727171;
      border-bottom: 2px solid #727171; }
      .news_wrap .news_content ul li {
        margin: 12px 6px; }
        .news_wrap .news_content ul li span.date {
          font-weight: 600;
          margin-right: 4px; }
        .news_wrap .news_content ul li span.post_cat {
          background: #55698a;
          border-radius: 4px;
          color: #fff;
          margin: 0 4px;
          font-size: .8em;
          width: 8em;
          text-align: center;
          display: inline-block; }
        .news_wrap .news_content ul li span.post_cat.carlife {
          background: #595757; }
        .news_wrap .news_content ul li span.post_cat.life {
          background: #727171; }
        .news_wrap .news_content ul li span.post_cat.energy {
          background: #eb0909; }
        .news_wrap .news_content ul li a {
          margin-left: 4px;
          color: #727171;
          padding-right: 36px;
          background: url(../images/icon/arrow.svg) no-repeat;
          background-size: 20px auto;
          background-position: right 8px center;
          display: block;
          height: 1.6em;
          overflow: hidden; }
          .news_wrap .news_content ul li a:hover {
            color: #55698a; }

@media screen and (max-width: 768px) {
  .news_wrap {
    display: block; }
    .news_wrap .news_title {
      width: 100%; }
    .news_wrap .news_content {
      width: 100%;
      padding-left: 0; }
      .news_wrap .news_content ul.news_list li span.post_title {
        width: 100%;
        display: block; }
      .news_wrap .news_content ul.news_list li a {
        height: 100%; } }

.headline {
  margin: 48px 0;
  padding: 0 0 360px;
  background: url(../images/headline_bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }

.head_title {
  width: 100%;
  background: #d8e2eb; }
  .head_title h1 {
    color: #595757;
    font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem);
    font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro W3", "メイリオ", Meiryo, Verdana, "游ゴシック", YuGothic, sans-serif;
    font-weight: 500;
    line-height: 1.8em;
    text-align: left; }

.headline_pages .head_title {
  margin: 48px 0 0; }

.headline_short {
  margin: 48px 0 36px;
  padding: 0 0 280px; }

#office .headline {
  background: url(../images/headline/energy_detail_headline.jpg) no-repeat;
  background-position: center center;
  background-size: cover; }

#history .headline {
  background: url(../images/headline/company.jpg) no-repeat;
  background-position: center bottom;
  background-size: cover; }

#energy-detail .headline {
  background: url(../images/headline/energy_detail_headline.jpg) no-repeat;
  background-position: left center;
  background-size: cover; }

#carlife-detail .headline {
  background: url(../images/headline/car_detail_headline2.webp) no-repeat;
  background-position: center center;
  background-size: cover; }

#service-station .headline {
  background: url(../images/headline/station2.webp) no-repeat;
  background-position: center center;
  background-size: cover; }

#life-detail .headline {
  background: url(../images/headline/life_detail_head.webp) no-repeat;
  background-position: center center;
  background-size: cover; }

#benefits .headline {
  background: url(../images/headline/benefit_headline.webp) no-repeat;
  background-position: center top;
  background-size: cover; }

#office-environment .headline {
  background: url(../images/headline/oe_headline.webp) no-repeat;
  background-position: center top;
  background-size: cover; }

.content_head {
  position: relative; }
  .content_head img {
    max-width: none;
    width: 100%; }
  .content_head .content_head_title_wrap {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000000; }
    .content_head .content_head_title_wrap h2 {
      color: #fff;
      background: none;
      padding: 1em;
      text-align: right;
      font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2rem);
      text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.56);
      line-height: 1.4em; }
  .content_head .content_head_title_wrap_left {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    top: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; }
    .content_head .content_head_title_wrap_left h2 {
      color: #fff;
      background: none;
      padding: 1em;
      text-align: left;
      text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.56);
      line-height: 1.4em; }
  .content_head .content_head_title_wrap_left_bottom {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    bottom: 3%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000; }
    .content_head .content_head_title_wrap_left_bottom h2 {
      color: #fff;
      background: none;
      padding: 1em;
      text-align: left;
      text-shadow: -3px 3px 4px rgba(0, 0, 0, 0.56);
      line-height: 1.4em; }

@media screen and (max-width: 768px) {
  .content_head .content_head_title_wrap h2 {
    padding: 1em 1em 0.25em; } }

.no_text_shadow {
  text-shadow: none !important; }

.content_head_submenu_wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50%;
  display: flex;
  z-index: 10000000; }
  .content_head_submenu_wrap .content_head_submenu {
    min-width: 420px;
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    height: 100%;
    position: relative; }
    .content_head_submenu_wrap .content_head_submenu ul {
      margin: 28px 0 0 2%;
      padding: 24px 12px 12px 28px;
      list-style-type: square;
      color: #55698a;
      display: inline-block;
      background: url(../images/submenu_bg.webp);
      background-size: auto 100%;
      background-repeat: repeat-x;
      position: relative;
      box-shadow: -6px 6px 18px 4px rgba(104, 101, 101, 0.4); }
      .content_head_submenu_wrap .content_head_submenu ul:before {
        position: absolute;
        display: block;
        content: '';
        width: 180px;
        height: 50px;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        background: url(../images/submenu_deco.webp) no-repeat;
        background-size: 100% auto;
        background-position: center top; }
      .content_head_submenu_wrap .content_head_submenu ul li a {
        color: #727171;
        display: inline-block;
        background: url(../images/icon/arrow.svg) no-repeat;
        background-size: 16px auto;
        background-position: right center;
        padding: 4px 22px 4px 0; }
        .content_head_submenu_wrap .content_head_submenu ul li a:hover {
          color: #55698a; }

img.submenu_mascot {
  height: 80%;
  width: auto;
  position: absolute;
  bottom: 0;
  left: calc(50% - 370px);
  z-index: 10000; }

@media screen and (max-width: 1140px) {
  img.submenu_mascot {
    left: 22%; } }

@media screen and (max-width: 768px) {
  .content_head_submenu_wrap .content_head_submenu ul li {
    line-height: 1.2em; }
  img.submenu_mascot {
    left: 200px; } }

@media screen and (max-width: 580px) {
  .content_head_submenu_wrap .content_head_submenu ul li a {
    font-size: .8em;
    line-height: 1.2em; }
  .content_head_submenu_wrap .content_head_submenu ul:before {
    width: 160px; }
  img.submenu_mascot {
    left: 174px; } }

.headline_pages_second {
  position: relative;
  width: 100%;
  height: 100%;
  background: #d8e2eb; }
  .headline_pages_second img.bg_img {
    position: relative; }

.headline_menu_wrap {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 50%;
  display: flex;
  z-index: 1000; }
  .headline_menu_wrap .headline_menu {
    max-width: 570px;
    width: 100%;
    margin-left: auto; }
    .headline_menu_wrap .headline_menu ul {
      padding: 20px 20px 20px 36px;
      list-style-type: square;
      color: #55698a;
      width: 10em; }
      .headline_menu_wrap .headline_menu ul li a {
        color: #727171;
        display: inline-block;
        background: url(../images/icon/arrow.svg) no-repeat;
        background-size: 16px auto;
        background-position: right center;
        padding: 4px 22px 4px 0; }
        .headline_menu_wrap .headline_menu ul li a:hover {
          color: #55698a; }

.feature {
  display: flex;
  margin: 4px 1.6em;
  align-items: stretch; }
  .feature .feature_title {
    background: #55698a;
    width: 6em;
    justify-content: space-around;
    align-items: center;
    display: flex; }
    .feature .feature_title h3 {
      text-align: center;
      color: #fff;
      margin: 0 !important;
      padding: 0;
      width: 100%;
      display: inline-block; }
  .feature .feature_content {
    width: calc(100% - 6em); }
    .feature .feature_content p.index_about_copy {
      margin: 0 0.8em 12px; }
    .feature .feature_content p.small {
      margin: 0 4px 12px; }

.border_line {
  border-top: 1px solid #727171;
  margin: 6px 1.6em; }

#greeting {
  margin: 0 auto 48px;
  max-width: 1480px; }

.greeting_message_wrap {
  position: absolute;
  z-index: 10;
  bottom: 22%;
  left: 0;
  width: 52%;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 10; }
  .greeting_message_wrap .greeting_message {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    padding: 24px 36px 24px 4px; }
    .greeting_message_wrap .greeting_message h2 {
      background: none;
      color: #727171; }
    .greeting_message_wrap .greeting_message .greeting_name {
      text-align: right; }
      .greeting_message_wrap .greeting_message .greeting_name p {
        display: inline-block;
        text-align: left;
        margin: 4px 0 4px auto; }

#greeting_message_sp {
  margin-bottom: 48px; }

@media screen and (max-width: 1080px) {
  .greeting_message_wrap {
    display: none; }
  #greeting {
    margin: 0 auto 36px; } }

@media screen and (min-width: 1080px) {
  #greeting_message_sp {
    display: none !important; } }

img.ceo_front {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100; }

#est {
  margin-bottom: 48px; }
  #est .brandpurpose_wrap {
    display: flex;
    justify-content: flex-start;
    margin: 36px 0;
    flex-wrap: wrap; }
    #est .brandpurpose_wrap .brandpurpose_title {
      border-right: 2px solid #727171; }
      #est .brandpurpose_wrap .brandpurpose_title h2 {
        background: none;
        margin: 0 24px 0 0;
        padding: 8px 8px 8px 0;
        height: 100%;
        display: flex;
        align-items: center; }
        #est .brandpurpose_wrap .brandpurpose_title h2 img {
          width: 200px; }
    #est .brandpurpose_wrap .brandpurpose_content {
      padding: 16px 36px;
      width: calc(100% - 238px); }
      #est .brandpurpose_wrap .brandpurpose_content p {
        margin: 0; }

@media screen and (max-width: 680px) {
  #est {
    margin-bottom: 48px; }
    #est .brandpurpose_wrap {
      display: block;
      margin: 36px 0; }
      #est .brandpurpose_wrap .brandpurpose_title {
        border-right: none;
        border-bottom: 2px solid #727171; }
        #est .brandpurpose_wrap .brandpurpose_title h2 {
          background: none;
          margin: 0;
          width: 100%;
          display: inline;
          align-items: left; }
          #est .brandpurpose_wrap .brandpurpose_title h2 img {
            width: 200px;
            margin-left: 3%; }
      #est .brandpurpose_wrap .brandpurpose_content {
        padding: 16px 36px;
        width: 100%; }
        #est .brandpurpose_wrap .brandpurpose_content p {
          margin: 0; } }

#infomation {
  margin: 60px 0 48px; }

.heading-wrap {
  background: linear-gradient(90deg, #d8e2eb 0%, #d8e2eb 50%, transparent 50%, transparent 100%); }
  .heading-wrap .heading {
    display: block;
    background: linear-gradient(90deg, #d8e2eb 0 5.4em, #fff 5.4em 100%);
    color: #727171;
    padding: 10px 15px; }

.h2_area {
  height: 60px;
  position: relative; }
  .h2_area h2 {
    margin-left: calc(50% - 50vw);
    padding-left: calc(50vw - 50%);
    padding: 0.4em 1em 0.4em 0;
    background: #d8e2eb;
    color: #727171; }

.h2area_wrap {
  position: absolute;
  z-index: 10;
  bottom: 22%;
  left: 0;
  width: 52%;
  display: flex;
  background: rgba(255, 255, 255, 0.7);
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  z-index: 10; }
  .h2area_wrap h2 {
    max-width: 570px;
    width: 100%;
    margin-left: auto;
    padding: 24px 36px 24px 12px; }
    .h2area_wrap h2 h2 {
      background: none;
      color: #727171; }
    .h2area_wrap h2 .greeting_name {
      text-align: right; }
      .h2area_wrap h2 .greeting_name p {
        display: inline-block;
        text-align: left;
        margin: 4px 0 4px auto; }

table.info_table, table.info_table_sub {
  margin: 24px 0;
  width: 728px;
  /*
	width:100%;
	font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
	*/ }
  table.info_table td, table.info_table_sub td {
    padding: 4px 6px 6px; }
  table.info_table .info_title, table.info_table_sub .info_title {
    width: 270px; }
  table.info_table .notation_en, table.info_table_sub .notation_en {
    border-top: 1px solid #55698a;
    font-size: .9em;
    line-height: 1.4em;
    padding-bottom: 24px; }
  table.info_table .nopadding, table.info_table_sub .nopadding {
    padding-bottom: 0; }
  table.info_table .borderline, table.info_table_sub .borderline {
    border-top: 1px solid #55698a; }

table.info_table_sub {
  width: 24%;
  display: block;
  margin-right: 1%;
  margin-top: 0; }

.info_affiliated {
  display: flex;
  margin-top: 24px; }
  .info_affiliated h3 {
    margin: 0;
    padding: 0; }
  .info_affiliated p {
    margin-top: 6px; }
  .info_affiliated p.affiliated_info {
    font-size: .8em; }
  .info_affiliated img {
    margin: 8px 0 24px; }

@media screen and (max-width: 768px) {
  table.info_table, table.info_table_sub {
    margin: 24px 0;
    width: 100%;
    font-size: 1em; }
    table.info_table td, table.info_table_sub td {
      padding: 4px 6px 6px; }
    table.info_table .info_title, table.info_table_sub .info_title {
      min-width: 8em;
      width: 8em; }
    table.info_table .notation_en, table.info_table_sub .notation_en {
      font-size: .6em;
      padding-bottom: 12px;
      line-height: 1.4em; }
  table.info_table_sub .info_title {
    width: 96vw; }
  .info_affiliated {
    display: block;
    margin-top: 24px; }
    .info_affiliated h3 {
      margin: 0;
      padding: 0; }
    .info_affiliated p {
      margin-top: 6px; }
    .info_affiliated img {
      margin: 8px 0 24px; } }

ul.estate_list {
  list-style-type: disc;
  margin-left: 1.4em; }

h4.b_back {
  background: #d8e2eb;
  color: #727171;
  text-align: center;
  padding: 4px;
  margin: 8px 0; }
  h4.b_back:before {
    content: none; }

.bl_text {
  color: #55698a; }

#history h2 {
  margin-bottom: 1px; }

#history dl {
  width: 100%;
  margin: 0;
  display: flex;
  background: #727171;
  padding: 1px 0 0; }
  #history dl dt {
    width: 25%;
    padding: 12px;
    background: #d8e2eb; }
  #history dl dt:last-child {
    background: #f00;
    margin: 1px 0 1px 1px; }
  #history dl dd {
    width: calc(75% - 1px);
    margin: 0 0 0 1px;
    padding: 12px;
    background: #fff; }

#history dl.list_end {
  padding: 1px 0; }

#office table {
  border-top: 2px solid #55698a;
  border-bottom: 2px solid #55698a;
  width: 100%;
  margin: 24px 0; }
  #office table tr {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171; }
  #office table th, #office table td {
    padding: 8px 12px;
    line-height: 1.8em; }
  #office table th {
    font-weight: 500;
    border-right: 1px solid #727171;
    width: 14em; }
  #office table th.headquarters {
    border-right: none; }
  #office table th.branch, #office table td.branch {
    width: 16em; }
  #office table td.quarters {
    border-right: 1px solid #727171; }

@media screen and (max-width: 768px) {
  #office table tr th {
    width: 4.5em; }
  #office table tr td.branch {
    width: 7em; } }

#vision_content {
  background: url(../images/vision_bg.webp) no-repeat;
  background-size: cover;
  position: relative;
  margin: 0 auto;
  max-width: 1680px; }
  #vision_content .vision_message_wrap {
    margin: 36px auto 48px;
    width: 100%;
    position: relative; }
    #vision_content .vision_message_wrap .vision_message {
      background: rgba(255, 255, 255, 0.7);
      margin: 3% 46% 3% auto;
      max-width: 640px;
      padding: 48px 24px; }
    #vision_content .vision_message_wrap .vision_message_inner {
      max-width: 600px;
      margin: 0 0 0 auto; }
  #vision_content h2 {
    background: none;
    color: #727171;
    padding-left: .5em; }
  #vision_content h2.vision_h2_1:before {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: '01.'; }
  #vision_content h2.vision_h2_2:before {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: '02.'; }
  #vision_content h2.vision_h2_3:before {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: '03.'; }
  #vision_content h2.vision_h2_4:before {
    font-family: "futura-pt", sans-serif;
    font-weight: 600;
    font-style: normal;
    content: '04.'; }
  #vision_content p {
    padding-left: .8em;
    margin: 0 1em 2.4em; }
  #vision_content img.vision_front {
    position: absolute;
    bottom: 0;
    width: 70%;
    max-width: 72vw;
    height: auto;
    left: 38%;
    z-index: 1000; }

@media screen and (max-width: 768px) {
  #vision_content img.vision_front {
    position: relative;
    width: 70%;
    height: auto;
    margin-left: 30%;
    left: 0;
    max-width: none; }
  #vision_content .vision_message_wrap {
    margin: 0 auto 24px;
    width: 96%;
    position: relative; }
    #vision_content .vision_message_wrap .vision_message {
      background: rgba(255, 255, 255, 0.7);
      margin: 0 auto 24px;
      padding: 36px 24px; }
    #vision_content .vision_message_wrap .vision_message_inner {
      width: 98%;
      margin: 0 0 0 auto; } }

#activity_content {
  margin: 48px 0; }
  #activity_content .page-content {
    padding: 24px 0; }
  #activity_content h2 {
    background: none;
    color: #55698a;
    line-height: 1.6em;
    font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
    font-weight: 600;
    color: #55698a;
    margin: 12px 0; }
    #activity_content h2:before {
      content: '●';
      color: #55698a;
      margin-right: .2em; }
  #activity_content h3 {
    background: none;
    border: 2px solid #55698a;
    color: #55698a;
    line-height: 1.4em;
    font-weight: 500;
    padding: 0.3em 1em;
    margin-bottom: 36px; }
  #activity_content h3#activity2 {
    padding-left: 5em;
    position: relative; }
    #activity_content h3#activity2:before {
      content: '長崎市：';
      position: absolute;
      left: 1em;
      top: .3em; }
  #activity_content p {
    margin: 0 0 1em; }

#energy_content {
  margin: 0 0 36px; }
  #energy_content #energy_intro_1 .intro_content_a {
    margin-top: 24px;
    position: relative; }
    #energy_content #energy_intro_1 .intro_content_a img {
      position: relative; }
    #energy_content #energy_intro_1 .intro_content_a .intro_content_box {
      position: absolute;
      bottom: 4%;
      left: 2%;
      padding: 0 24px; }
      #energy_content #energy_intro_1 .intro_content_a .intro_content_box h2, #energy_content #energy_intro_1 .intro_content_a .intro_content_box p {
        background: none;
        color: #fff;
        text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9); }
      #energy_content #energy_intro_1 .intro_content_a .intro_content_box h2 {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        /*font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem);*/
        font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2rem); }
      #energy_content #energy_intro_1 .intro_content_a .intro_content_box p {
        margin: 0;
        padding: 0;
        line-height: 1.4em;
        /*font-size: clamp(1.1rem, calc(1vw + 1rem), 1.3rem);*/ }
  #energy_content #energy_intro_2 {
    margin: 24px 0;
    display: flex;
    position: relative; }
    #energy_content #energy_intro_2 h2 {
      background: none;
      color: #727171;
      display: block;
      width: 5.5em;
      writing-mode: vertical-rl;
      font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem); }
    #energy_content #energy_intro_2 .content_box {
      margin: 0 24px 24px 60px; }

@media screen and (max-width: 768px) {
  #energy_content #energy_intro_2 .content_box {
    position: relative; }
    #energy_content #energy_intro_2 .content_box a.more {
      position: absolute;
      bottom: -8px;
      left: 0;
      z-index: 1000000; } }

#energy_intro_3 {
  position: relative; }
  #energy_intro_3 #energy_map {
    position: absolute;
    width: 54%;
    right: 0;
    top: -120%; }

@media screen and (max-width: 768px) {
  #energy_intro_3 #energy_map {
    width: 54%;
    right: -16%;
    top: -120%; }
  .page #energy_intro_3 h2 {
    font-size: clamp(1.1rem, calc(1vw + 1.1rem), 1.4rem);
    padding-top: 2.4em; } }

#energy_img_wrap {
  max-width: 1170px;
  margin: 24px auto 0;
  padding: 0 15px; }

.energy_img {
  display: flex;
  align-items: flex-start; }
  .energy_img img {
    display: block; }
  .energy_img .energy_img1 {
    width: 63%;
    height: auto; }
  .energy_img .energy_img_box {
    width: 34%;
    margin-left: 3%; }
    .energy_img .energy_img_box img.energy_img2 {
      margin-bottom: 8%; }

#energy_intro_4 {
  display: flex;
  margin: 36px auto 0;
  max-width: 1200px;
  overflow: hidden; }
  #energy_intro_4 #energy_intro_4_img {
    width: calc(63vw - 7px);
    order: 1;
    position: relative; }
    #energy_intro_4 #energy_intro_4_img img {
      position: absolute;
      top: 0;
      right: 0;
      width: 100%;
      height: auto;
      overflow: visible; }
    #energy_intro_4 #energy_intro_4_img .energy_intro_4_content {
      position: absolute;
      width: 100%;
      max-width: 695px;
      right: 0;
      top: 8%; }
      #energy_intro_4 #energy_intro_4_img .energy_intro_4_content p {
        display: inline-block;
        text-align: left;
        margin-top: 0; }
      #energy_intro_4 #energy_intro_4_img .energy_intro_4_content p.index_about_copy {
        font-size: clamp(1.3rem, calc(1.2vw + 1.6rem), 2rem); }
    #energy_intro_4 #energy_intro_4_img .energy_intro_4_content {
      position: absolute;
      width: 100%;
      max-width: 695px;
      right: 0;
      top: 8%;
      z-index: 10000;
      padding: 0 15px; }
      #energy_intro_4 #energy_intro_4_img .energy_intro_4_content p {
        display: inline-block;
        text-align: left;
        margin-top: 0; }
      #energy_intro_4 #energy_intro_4_img .energy_intro_4_content p.index_about_copy {
        font-size: clamp(1.3rem, calc(1.2vw + 1.6rem), 2rem); }
  #energy_intro_4 #energy_intro_4_title {
    width: 34%;
    margin-left: 3%;
    order: 2;
    flex: -1; }
    #energy_intro_4 #energy_intro_4_title h2 {
      background: none;
      color: #727171;
      display: inline;
      writing-mode: vertical-rl;
      font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem);
      margin: 4%; }

@media screen and (min-width: 1200px) {
  #energy_intro_4 {
    max-width: none; }
    #energy_intro_4 #energy_intro_4_img {
      width: calc(50vw + 150px);
      aspect-ratio: 4 / 3; } }

@media screen and (max-width: 1170px) {
  .energy_intro_4_content {
    padding: 0 15px; } }

@media screen and (max-width: 768px) {
  #energy_intro_4 {
    display: block; }
    #energy_intro_4 #energy_intro_4_img {
      width: 100%;
      position: relative;
      aspect-raito: none; }
      #energy_intro_4 #energy_intro_4_img img {
        position: relative; }
      #energy_intro_4 #energy_intro_4_img .energy_intro_4_content {
        width: 90%;
        margin: 0 5%; }
        #energy_intro_4 #energy_intro_4_img .energy_intro_4_content p.index_about_copy {
          font-size: 1.3rem; }
    #energy_intro_4 #energy_intro_4_title {
      width: 100%; }
      #energy_intro_4 #energy_intro_4_title h2 {
        max-width: none;
        margin: 24px auto;
        display: block; } }

#car_intro_1 {
  margin: 48px 0 0; }

#car_intro_2_wrap {
  margin: 36px auto 0;
  position: relative; }
  #car_intro_2_wrap img#car_intro_map {
    position: absolute;
    width: 44%;
    right: 0;
    top: 0; }

#car_intro_2 {
  display: flex; }
  #car_intro_2 #car_intro_2_img {
    width: 50%; }
    #car_intro_2 #car_intro_2_img img {
      margin-bottom: 24px; }
  #car_intro_2 #car_intro_2_content {
    margin: 0 2%;
    width: 46%; }

h2#car_intro_copy_1 {
  background: none;
  color: #727171;
  display: block;
  writing-mode: vertical-rl;
  font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem);
  position: absolute;
  bottom: -2.7em;
  right: 10%;
  height: 8em;
  line-height: 1.8em; }

@media screen and (min-width: 2000px) {
  h2#car_intro_copy_1 {
    bottom: -6.7em;
    right: 2%; } }

h2#car_intro_copy_2 {
  background: none;
  color: #727171;
  display: block;
  writing-mode: vertical-rl;
  font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem);
  margin: 24px auto;
  height: 8em;
  line-height: 1.8em; }

#car_intro_4 {
  background: url(../images/car/intro4.webp) no-repeat;
  padding: 80px 0;
  position: relative;
  background-size: cover;
  background-position: center center;
  margin: 36px 0 0; }
  #car_intro_4 .container {
    padding-right: 50%; }
    #car_intro_4 .container h2 {
      background: none;
      color: #727171;
      padding: 8px 0; }

@media screen and (max-width: 768px) {
  #car_intro_4 {
    padding: 40px; }
    #car_intro_4 .container {
      padding-right: 40%; }
      #car_intro_4 .container h2, #car_intro_4 .container p {
        text-shadow: 2px 2px 1px rgba(255, 255, 255, 0.56); } }

#car_intro_5 {
  margin: 36px 0 0; }
  #car_intro_5 #car_intro_5_img {
    position: relative;
    margin-bottom: 24px; }
    #car_intro_5 #car_intro_5_img img {
      position: relative; }
    #car_intro_5 #car_intro_5_img h2 {
      color: #fff;
      background: none;
      display: block;
      height: 100%;
      line-height: 1.8em;
      writing-mode: vertical-rl;
      position: absolute;
      left: 75%;
      top: 50%;
      transform: translate(-50%, -25%);
      font-size: clamp(1.4rem, calc(1vw + 1.4rem), 2.2rem); }
  #car_intro_5 #car_intro_5_img_sp {
    background: url(../images/car/intro5b.webp) no-repeat;
    background-size: cover;
    background-position: left 20% top;
    padding: 24px 0; }
    #car_intro_5 #car_intro_5_img_sp h2 {
      color: #fff;
      background: none;
      display: block;
      height: 12em;
      line-height: 1.8em;
      writing-mode: vertical-rl;
      margin: 24px auto;
      font-size: clamp(1.4rem, calc(1vw + 1.4rem), 2.2rem); }
  #car_intro_5 a.more {
    margin-top: 0; }

#carlife-detail #station p {
  margin: 12px 1.4em 0; }

#carlife-detail #station a {
  padding: 4px 2em 6px 0;
  color: #55698a;
  margin: 12px 1.4em;
  cursor: pointer;
  background: url(../images/icon/arrow.svg) no-repeat #fff;
  background-size: 1em auto;
  background-position: right 0.6em center;
  display: inline-block; }

#carlife-detail #maintenance h3, #carlife-detail #carlife h3, #carlife-detail #insurance h3 {
  margin: 36px 0 0; }

#carlife-detail #maintenance p, #carlife-detail #carlife p, #carlife-detail #insurance p {
  margin: 12px 1.4em 0; }

#carlife-detail #maintenance p.index_about_copy, #carlife-detail #carlife p.index_about_copy, #carlife-detail #insurance p.index_about_copy {
  margin: 0 1em 8px;
  color: #55698a; }

#carlife-detail #maintenance .car_feature, #carlife-detail #carlife .car_feature, #carlife-detail #insurance .car_feature {
  margin: 8px 0 2px;
  text-align: center;
  background: #d8e2eb;
  padding: 6px;
  line-height: 1.4em;
  display: block;
  height: 100%; }
  #carlife-detail #maintenance .car_feature p, #carlife-detail #carlife .car_feature p, #carlife-detail #insurance .car_feature p {
    margin: 0 0 6px; }

#carlife-detail #maintenance .no_height, #carlife-detail #carlife .no_height, #carlife-detail #insurance .no_height {
  height: auto; }

#carlife-detail #maintenance p.ex_small, #carlife-detail #carlife p.ex_small, #carlife-detail #insurance p.ex_small {
  margin: 0; }

#carlife-detail img#sonpo {
  margin: 12px auto 0;
  display: block; }

#life_content .life_intro_wrap {
  display: flex;
  align-items: center; }

#life_content #life_intro_1 {
  background: url(../images/life/life_intro1bg.webp) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  aspect-ratio: 5 / 3;
  margin-top: 36px; }
  #life_content #life_intro_1 img {
    display: block;
    width: calc(100% - 22em);
    height: auto; }
  #life_content #life_intro_1 h2 {
    font-size: clamp(1.4rem, calc(1vw + 1.4rem), 2.2rem);
    background: none;
    color: #727171;
    display: block;
    height: 10em;
    line-height: 1.8em;
    writing-mode: vertical-rl; }

#life_content #life_intro_2 {
  aspect-ratio: 16 / 9;
  margin-top: 36px;
  background: url(../images/life/life_intro2.webp) no-repeat;
  background-size: cover;
  background-position: center top; }
  #life_content #life_intro_2 .life_intro_2_inner {
    padding: 36px 0; }
    #life_content #life_intro_2 .life_intro_2_inner h2 {
      background: none;
      color: #727171;
      margin: 4% 0 8px;
      padding: 0; }
    #life_content #life_intro_2 .life_intro_2_inner p {
      margin: 0;
      max-width: 400px; }

#life_content #life_intro_3 {
  aspect-ratio: 25 / 8;
  margin-top: 36px;
  background: url(../images/life/life_intro3.webp) no-repeat;
  background-size: cover;
  background-position: center top; }
  #life_content #life_intro_3 .life_intro_3_inner {
    padding: 36px 0; }
    #life_content #life_intro_3 .life_intro_3_inner h2 {
      background: none;
      color: #fff;
      margin: 4% 0 8px;
      padding: 0; }

#life_content #life_intro_4 {
  aspect-ratio: 25 / 8;
  margin-top: 220px;
  background: url(../images/life/life_intro4.webp) no-repeat;
  background-size: cover;
  background-position: center top;
  aspect-ratio: 600 / 229; }
  #life_content #life_intro_4 .life_intro_4_inner {
    position: relative; }
    #life_content #life_intro_4 .life_intro_4_inner h2 {
      background: none;
      color: #727171;
      margin: 0;
      padding: 0;
      font-size: clamp(1.4rem, calc(1vw + 1.4rem), 2.2rem);
      display: block;
      height: 6em;
      line-height: 1.8em;
      writing-mode: vertical-rl;
      position: absolute;
      left: 50%;
      top: -5em;
      transform: translate(-50%, 0); }

@media screen and (max-width: 768px) {
  #life_content .life_intro_wrap {
    display: block; }
  #life_content #life_intro_1 {
    padding-bottom: 20%; }
    #life_content #life_intro_1 img {
      width: 80%;
      margin: 0 auto; }
    #life_content #life_intro_1 h2 {
      margin: 0 auto; }
  #life_content #life_intro_2 .life_intro_2_inner h2, #life_content #life_intro_2 .life_intro_2_inner p, #life_content #life_intro_2 .life_intro_2_inner a {
    color: #fff; }
  #life_content #life_intro_2 .life_intro_2_inner a, #life_content #life_intro_2 .life_intro_2_inner a:before, #life_content #life_intro_2 .life_intro_2_inner a:after {
    border-color: #fff; }
  #life_content #life_intro_3 .life_intro_3_inner h2 {
    margin: 4% 2% 8px; } }

#life-detail h4, #life-detail h5, #life-detail p {
  margin: 4px 1em 8px; }

#life-detail ul {
  margin-left: 2em; }

#life-detail p.index_about_copy {
  margin: 0 0.7em 8px; }

#life-detail #insurance p.index_about_copy {
  margin: 0 1em 8px;
  color: #55698a; }

#life-detail #insurance img#sonpo {
  display: block;
  margin: 12px auto 0; }

#strength_content {
  margin: 48px 0 12px; }
  #strength_content #strength_main_content {
    display: flex; }
    #strength_content #strength_main_content #strength_ditail_wrap {
      width: 70%; }
      #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail {
        border: 1px solid #55698a;
        margin-bottom: 36px; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2 {
          color: #55698a;
          background: #fff;
          border-bottom: 1px solid #55698a;
          position: relative;
          padding-left: 3.4em; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2:before {
          font-family: "futura-pt", sans-serif;
          font-weight: 600;
          font-style: normal;
          background: #55698a;
          color: #fff;
          padding: 8px 14px;
          position: absolute;
          top: 0;
          left: 0; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength01:before {
          content: '01.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength02:before {
          content: '02.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength03:before {
          content: '03.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength04:before {
          content: '04.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength05:before {
          content: '05.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail h2.strength06:before {
          content: '06.'; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail img {
          height: 140px;
          width: auto;
          margin: 24px auto 0;
          display: block; }
        #strength_content #strength_main_content #strength_ditail_wrap .strength_ditail p {
          padding: 16px; }
    #strength_content #strength_main_content #strength_img {
      width: 26%;
      margin-left: 4%; }
      #strength_content #strength_main_content #strength_img img {
        margin: 0;
        padding: 0;
        width: 100%; }

#grid_fuel {
  display: flex;
  align-items: stretch; }
  #grid_fuel .fuel_content {
    width: 66%; }
    #grid_fuel .fuel_content .fuel_content_sub {
      margin-right: 30px; }
    #grid_fuel .fuel_content img {
      display: block; }
  #grid_fuel .fuel_img {
    width: 34%;
    background: url(../images/energy1.jpg) no-repeat;
    background-size: cover;
    background-position: center top; }

@media screen and (min-width: 980px) {
  #grid_fuel_sp {
    display: none; } }

@media screen and (max-width: 980px) {
  #grid_fuel {
    display: none; } }

#grid_fuel_sp .bg_gr {
  margin: 16px 0; }

#grid_fuel_sp .grid_sp_img div {
  margin-top: 16px; }

.lubricating_detail {
  display: flex; }
  .lubricating_detail .lubricating_content, .lubricating_detail .lubricating_img {
    width: 50%; }
    .lubricating_detail .lubricating_content p, .lubricating_detail .lubricating_img p {
      margin-right: 24px; }

@media screen and (max-width: 768px) {
  .lubricating_detail {
    display: block; }
    .lubricating_detail .lubricating_content, .lubricating_detail .lubricating_img {
      width: 100%; }
      .lubricating_detail .lubricating_content p, .lubricating_detail .lubricating_img p {
        margin-right: 0; }
      .lubricating_detail .lubricating_content img, .lubricating_detail .lubricating_img img {
        margin-top: 24px; } }

#recruit_head {
  background: #65abdf;
  margin-bottom: 36px;
  padding: 0 0 24px; }
  #recruit_head img {
    max-width: none;
    width: 100%;
    height: auto; }
  #recruit_head h1 {
    color: #fff;
    text-align: center; }
  #recruit_head p.recruit_head_copy {
    color: #fff;
    text-align: center;
    font-size: clamp(1.1rem, calc(1vw + 1rem), 1.3rem);
    line-height: 1.2em;
    margin: 12px 1em; }

@media screen and (max-width: 768px) {
  #recruit_head h1, #recruit_head p.recruit_head_copy {
    text-align: left;
    margin-left: 12px;
    margin-right: 12px; }
  #recruit_head p.recruit_head_copy {
    font-size: 1rem; } }

.bg_gr dl {
  color: #55698a;
  margin: .4em auto;
  width: 98%; }
  .bg_gr dl dt {
    border-bottom: 1px solid #fff;
    font-weight: 600; }
    .bg_gr dl dt:before {
      content: '◎';
      margin-right: .2em; }

.page_explanation dl dt {
  font-weight: 600;
  color: #55698a;
  margin-top: 1em; }

.page_explanation dl dd {
  margin-bottom: 1em; }

.page_explanation dl:after {
  content: "▼";
  font-size: 2em;
  color: #55698a;
  margin: 0 3em;
  padding: .6em 0; }

.page_explanation dl:last-child:after {
  content: ""; }

#depot h5 {
  font-weight: 600;
  font-size: 1.1em;
  color: #55698a;
  line-height: 2em;
  text-align: center;
  background: #d8e2eb;
  border-top: 2px solid #55698a; }

#depot h5:first-of-type {
  border-top: 2px solid #55698a; }

#depot table {
  border-top: 2px solid #55698a;
  width: 100%;
  margin-bottom: 1px; }
  #depot table tr {
    border-top: 1px solid #727171; }
  #depot table th {
    font-weight: 400;
    padding: 8px; }

.station_wrap {
  margin: 36px 0; }
  .station_wrap table.station_list {
    width: 100%;
    margin-top: 8px;
    border: 2px solid #727171; }
    .station_wrap table.station_list th {
      border: 1px solid #727171;
      background: #d8e2eb;
      padding: 6px 8px;
      color: #55698a; }
    .station_wrap table.station_list th.station_name {
      width: 17em; }
    .station_wrap table.station_list th.station_open {
      width: 14em; }
    .station_wrap table.station_list td {
      border: 1px solid #727171;
      padding: 6px 8px; }
      .station_wrap table.station_list td span {
        display: block; }

@media screen and (max-width: 768px) {
  .station_wrap table.station_list th.station_name {
    width: 24%; }
  .station_wrap table.station_list th.station_open {
    width: 24%; } }

.certified {
  border: 1px solid #231815;
  padding: 16px;
  margin: 12px 0 0; }

.inspection_detail_box {
  display: flex; }

.inspection_detail {
  margin: 24px 0 0;
  background: #d8e2eb;
  padding: 16px 8px;
  width: 100%; }
  .inspection_detail .attention {
    margin: 4px 0;
    color: #eb0909;
    line-height: 1.4em;
    font-weight: 500; }

#life table {
  border-top: 2px solid #55698a;
  border-bottom: 2px solid #55698a;
  width: 100%;
  margin: 24px 0 36px; }
  #life table tr {
    border-top: 1px solid #727171;
    border-bottom: 1px solid #727171; }
  #life table th {
    font-weight: 500;
    padding: 6px 12px;
    border-right: 1px solid #727171; }
  #life table td {
    padding: 6px 12px; }

#life ul {
  list-style-type: disc;
  margin: 24px 2em; }

#recruit_intro h2 {
  color: #727171;
  background: none;
  line-height: 1.5em;
  font-size: clamp(1.6rem, calc(1.1vw + 1.5rem), 2.6rem); }

#recruit_content {
  max-width: 1170px;
  margin-top: 36px;
  margin: 36px auto 0; }
  #recruit_content h3 {
    font-size: clamp(1.2rem, calc(1.1vw + 1.2rem), 1.8rem);
    font-weight: 500;
    margin: 24px 0 4px; }

#recruit_knowledge_wrap, #recruit_voice_wrap {
  margin: 12px 0 36px; }
  #recruit_knowledge_wrap a, #recruit_voice_wrap a {
    display: block; }
    #recruit_knowledge_wrap a:hover, #recruit_voice_wrap a:hover {
      opacity: .7; }
  #recruit_knowledge_wrap .recruit_knowledge, #recruit_voice_wrap .recruit_knowledge {
    aspect-ratio: 16 / 21;
    position: relative; }
    #recruit_knowledge_wrap .recruit_knowledge h4, #recruit_voice_wrap .recruit_knowledge h4 {
      color: #fff;
      margin: 24px 12px; }
      #recruit_knowledge_wrap .recruit_knowledge h4:before, #recruit_voice_wrap .recruit_knowledge h4:before {
        content: none; }
    #recruit_knowledge_wrap .recruit_knowledge h4.gr, #recruit_voice_wrap .recruit_knowledge h4.gr {
      color: #727171; }
    #recruit_knowledge_wrap .recruit_knowledge div.knowledge_copy, #recruit_voice_wrap .recruit_knowledge div.knowledge_copy {
      position: absolute;
      bottom: -0.6em;
      left: .6em;
      width: 240px; }
      #recruit_knowledge_wrap .recruit_knowledge div.knowledge_copy p, #recruit_voice_wrap .recruit_knowledge div.knowledge_copy p {
        background: #fff;
        color: #727171;
        line-height: 1.3em;
        margin: 0 0.14em 0;
        padding: .6em 0 0;
        writing-mode: vertical-rl;
        display: inline-block;
        min-height: 14em; }
  #recruit_knowledge_wrap .recruit_voice, #recruit_voice_wrap .recruit_voice {
    aspect-ratio: 10 / 13;
    position: relative; }
    #recruit_knowledge_wrap .recruit_voice div.staff_voice, #recruit_voice_wrap .recruit_voice div.staff_voice {
      margin: 0.6em;
      vertical-align: top; }
      #recruit_knowledge_wrap .recruit_voice div.staff_voice p, #recruit_voice_wrap .recruit_voice div.staff_voice p {
        background: #fff;
        color: #727171;
        font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem);
        line-height: 1.3em;
        margin: 0 0.14em 0;
        padding: .6em 0;
        display: inline-block;
        writing-mode: vertical-rl;
        text-align: left !important;
        vertical-align: top; }
  #recruit_knowledge_wrap .energy, #recruit_voice_wrap .energy {
    background: url(../images/recruit/energy.webp) no-repeat;
    background-size: cover; }
  #recruit_knowledge_wrap .car, #recruit_voice_wrap .car {
    background: url(../images/recruit/car3.webp) no-repeat;
    background-size: cover;
    background-position: center top; }
  #recruit_knowledge_wrap .life, #recruit_voice_wrap .life {
    background: url(../images/recruit/life.webp) no-repeat;
    background-size: cover;
    background-position: center top; }
  #recruit_knowledge_wrap .staff1, #recruit_voice_wrap .staff1 {
    background: url(../images/recruit/staff1.webp) no-repeat;
    background-size: cover;
    background-position: center top; }
  #recruit_knowledge_wrap .staff2, #recruit_voice_wrap .staff2 {
    background: url(../images/recruit/staff2.webp) no-repeat;
    background-size: cover;
    background-position: center top; }
  #recruit_knowledge_wrap .staff3, #recruit_voice_wrap .staff3 {
    background: url(../images/recruit/staff3.webp) no-repeat;
    background-size: cover;
    background-position: center top; }

@media screen and (max-width: 768px) {
  .recruit_knowledge_wrap {
    display: block;
    position: relative; } }

#recruit_environment_wrap {
  margin: 12px 0 36px; }
  #recruit_environment_wrap a {
    display: block; }
    #recruit_environment_wrap a:hover {
      opacity: .7; }
  #recruit_environment_wrap .recruit_environment {
    aspect-ratio: 480 / 168;
    position: relative; }
    #recruit_environment_wrap .recruit_environment h4 {
      color: #fff;
      text-shadow: 0px 0px 10px rgba(20, 20, 20, 0.8), 0px 0px 15px rgba(20, 20, 20, 0.9);
      text-align: center;
      margin: 0;
      font-size: clamp(1.6rem, calc(1vw + 1.2rem), 2.6rem);
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      #recruit_environment_wrap .recruit_environment h4:before {
        content: none; }
  #recruit_environment_wrap .environment1 {
    background: url(../images/recruit/benefits.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 49%;
    margin-right: 1%; }
  #recruit_environment_wrap .environment2 {
    background: url(../images/recruit/office.webp) no-repeat;
    background-size: cover;
    background-position: center top;
    width: 49%;
    margin-left: 1%; }

@media screen and (max-width: 768px) {
  #recruit_environment_wrap .environment1, #recruit_environment_wrap .environment2 {
    width: 98%;
    margin: 12px auto 0; }
  #recruit_environment_wrap .recruit_environment h4 {
    font-size: clamp(1.4rem, calc(1.4vw + 1.4rem), 3.4rem); } }

#recruit_value_wrap {
  margin: 12px 0 36px;
  background: #bdcedd;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px; }
  #recruit_value_wrap .data_wrap {
    display: flex; }
    #recruit_value_wrap .data_wrap .data_title {
      width: 120px;
      padding: 12px; }
      #recruit_value_wrap .data_wrap .data_title h4 {
        font-size: 1rem;
        background: #727171;
        color: #fff;
        display: block;
        padding: 0.2em 0.4em;
        margin: 0 auto;
        text-align: center; }
        #recruit_value_wrap .data_wrap .data_title h4:before {
          content: none; }
      #recruit_value_wrap .data_wrap .data_title img {
        width: 60px;
        display: block;
        margin: 8px auto 0; }
    #recruit_value_wrap .data_wrap .data_value {
      width: calc(100% - 120px);
      padding: 8px 12px; }
      #recruit_value_wrap .data_wrap .data_value p {
        font-size: clamp(2rem, calc(2vw + 2.4rem), 4rem);
        line-height: 1em;
        vertical-align: bottom;
        margin: 0;
        font-weight: 700;
        text-align: right;
        margin-top: 24px;
        color: #fff; }
        #recruit_value_wrap .data_wrap .data_value p span.unit {
          font-size: .45em;
          line-height: 1em;
          vertical-align: bottom; }
        #recruit_value_wrap .data_wrap .data_value p span.unit_vt {
          font-size: .45em;
          line-height: 1em;
          vertical-align: bottom;
          writing-mode: vertical-lr;
          margin: 0 6px; }
      #recruit_value_wrap .data_wrap .data_value p.sub {
        font-size: 1em;
        line-height: 1.3em;
        text-align: right;
        margin-top: 2px; }
  #recruit_value_wrap .establishment {
    grid-area: 1 / 1 / 2 / 2;
    border-bottom: 1px solid #727171; }
  #recruit_value_wrap .sales {
    grid-area: 1 / 2 / 2 / 3;
    border-left: 1px solid #727171;
    border-bottom: 1px solid #727171; }
  #recruit_value_wrap .base {
    grid-area: 1 / 3 / 2 / 4;
    border-left: 1px solid #727171;
    border-bottom: 1px solid #727171; }
  #recruit_value_wrap .worker {
    grid-area: 2 / 1 / 3 / 2;
    border-bottom: 1px solid #727171; }
  #recruit_value_wrap .year {
    grid-area: 2 / 2 / 3 / 3;
    border-left: 1px solid #727171;
    border-bottom: 1px solid #727171; }
  #recruit_value_wrap .mf_ratio {
    grid-area: 2 / 3 / 3 / 4;
    border-left: 1px solid #727171;
    border-bottom: 1px solid #727171; }
    #recruit_value_wrap .mf_ratio p {
      margin: 22px 0 12px; }
      #recruit_value_wrap .mf_ratio p span {
        position: relative; }
      #recruit_value_wrap .mf_ratio p .men::before {
        content: "男性";
        font-size: 14px;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center; }
      #recruit_value_wrap .mf_ratio p .women::before {
        content: "女性";
        font-size: 14px;
        position: absolute;
        top: -18px;
        left: 50%;
        transform: translateX(-50%);
        text-align: center; }
  #recruit_value_wrap .days {
    grid-area: 3 / 1 / 4 / 2; }
  #recruit_value_wrap .times {
    grid-area: 3 / 2 / 4 / 3;
    border-left: 1px solid #727171; }
  #recruit_value_wrap .overtime {
    grid-area: 3 / 3 / 4 / 4;
    border-left: 1px solid #727171; }

@media screen and (max-width: 1220px) {
  #recruit_value_wrap .data_wrap .data_value p {
    font-size: clamp(1.2rem, calc(1.1vw + 1.3rem), 2.6rem); }
  #recruit_value_wrap .mf_ratio p .men::before, #recruit_value_wrap .mf_ratio p .women::before {
    font-size: clamp(6px, calc(0.2vw + 0.3rem), 8px); } }

@media screen and (max-width: 992px) {
  #recruit_value_wrap {
    display: block; }
    #recruit_value_wrap .data_wrap .data_value p {
      font-size: clamp(2rem, calc(2vw + 2.4rem), 4rem); }
    #recruit_value_wrap .sales, #recruit_value_wrap .base, #recruit_value_wrap .year, #recruit_value_wrap .mf_ratio, #recruit_value_wrap .days, #recruit_value_wrap .times {
      border-bottom: 1px solid #727171;
      border-left: none; }
    #recruit_value_wrap .overtime {
      border-left: none; }
    #recruit_value_wrap .mf_ratio p .men::before, #recruit_value_wrap .mf_ratio p .women::before {
      font-size: clamp(8px, calc(0.8vw + 0.3rem), 14px); } }

p.voice_belong {
  margin: 0 0 12px;
  color: #727171;
  line-height: 1.2em; }

p.voice_name {
  font-size: 1.8em;
  color: #727171;
  line-height: 1.2em;
  margin: 0 0 12px;
  font-weight: 400; }

#voice_head {
  position: relative; }
  #voice_head img {
    max-width: 1300px;
    width: 100%;
    min-height: 14em;
    margin: 0 auto;
    display: block; }
  #voice_head p {
    margin: 0 8px; }
  #voice_head .content_head_title_wrap {
    position: absolute;
    width: 100%;
    height: auto;
    max-width: 1140px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100; }
    #voice_head .content_head_title_wrap h2.voice_head_title {
      background: none;
      display: block;
      width: 5em;
      height: 12em;
      line-height: 1.6em;
      writing-mode: vertical-rl;
      font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2.4rem);
      margin-bottom: 2em; }
    #voice_head .content_head_title_wrap h2.voice_head_title_gr {
      background: none;
      color: #727171;
      display: block;
      width: 5em;
      height: 11em;
      line-height: 1.6em;
      writing-mode: vertical-rl;
      font-size: clamp(1.3rem, calc(1vw + 1.2rem), 2.2rem);
      margin-bottom: .5em; }
    #voice_head .content_head_title_wrap .voice_head_subtitle {
      position: absolute;
      width: 40%;
      bottom: 0;
      right: 0;
      margin-bottom: 2em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle p {
        margin: 0 0 12px;
        color: #fff;
        line-height: 1.2em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle p.voice_name {
        font-size: 1.8em;
        margin: 0 0 12px;
        font-weight: 400; }
    #voice_head .content_head_title_wrap .voice_head_subtitle_gr {
      position: absolute;
      width: 26%;
      bottom: 0;
      right: 0;
      margin-bottom: 2em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle_gr p {
        margin: 0 0 12px;
        color: #727171;
        line-height: 1.2em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle_gr p.voice_name {
        font-size: 1.8em;
        margin: 0 0 12px;
        font-weight: 400; }
    #voice_head .content_head_title_wrap h2.voice_head_title_a {
      background: none;
      color: #727171;
      font-size: clamp(1.3rem, calc(1.1vw + 1.3rem), 2.4rem);
      line-height: 1.6em;
      margin-bottom: 2em; }
    #voice_head .content_head_title_wrap .voice_head_subtitle_a {
      margin-bottom: 3em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle_a p {
        margin: 0 0 12px;
        color: #727171;
        line-height: 1.2em; }
      #voice_head .content_head_title_wrap .voice_head_subtitle_a p.voice_name {
        font-size: 1.8em;
        margin: 0 0 12px;
        font-weight: 400; }

@media screen and (max-width: 768px) {
  #voice_head .content_head_title_wrap h2.voice_head_title, #voice_head .content_head_title_wrap h2.voice_head_title_gr {
    width: 5em;
    height: 11em;
    line-height: 1.5em;
    writing-mode: vertical-rl;
    font-size: clamp(1rem, calc(1vw + 1rem), 2rem);
    margin-bottom: .2em; }
  #voice_head .content_head_title_wrap .voice_head_subtitle, #voice_head .content_head_title_wrap .voice_head_subtitle_gr {
    width: 54%; }
    #voice_head .content_head_title_wrap .voice_head_subtitle p, #voice_head .content_head_title_wrap .voice_head_subtitle_gr p {
      margin: 0; }
    #voice_head .content_head_title_wrap .voice_head_subtitle p.voice_belong, #voice_head .content_head_title_wrap .voice_head_subtitle_gr p.voice_belong {
      font-size: .8em; }
  #voice_head .content_head_title_wrap .voice_head_subtitle_gr {
    width: 36%; }
  #voice_head .content_head_title_wrap h2.voice_head_title_a {
    margin-bottom: 0; }
  #voice_head .content_head_title_wrap .voice_head_subtitle_a h2 {
    font-size: clamp(1.1rem, calc(1vw + 1.1rem), 2rem);
    line-height: 1.6em; }
  #voice_head .content_head_title_wrap .voice_head_subtitle_a p {
    margin: 0; }
  #voice_head .content_head_title_wrap .voice_head_subtitle_a p.voice_name {
    font-size: .8em;
    margin-bottom: .4em; }
  #voice_content img, #voice_content .voice_content_wrap {
    margin: 12px 0; } }

#voice_content {
  margin: 48px 0; }
  #voice_content img {
    margin: 24px; }
  #voice_content .voice_content_wrap {
    margin: 24px; }
    #voice_content .voice_content_wrap p.voice_lead {
      color: #55698a; }
      #voice_content .voice_content_wrap p.voice_lead:before {
        content: '●'; }
    #voice_content .voice_content_wrap h3.voice_catch {
      color: #727171;
      font-size: clamp(1.3rem, calc(1.1vw + 1.2rem), 1.8rem);
      color: #727171;
      font-weight: 400;
      line-height: 1.4em; }
    #voice_content .voice_content_wrap p {
      margin: 12px 0; }

#benefits ul {
  margin-left: 1.4em; }
  #benefits ul li {
    line-height: 1.2em;
    margin: 0 0 1em; }
    #benefits ul li:before {
      content: '●';
      color: #55698a; }
    #benefits ul li ul {
      margin: 0 0 1.6em 1em; }
      #benefits ul li ul li {
        margin: 0; }
        #benefits ul li ul li:before {
          content: none; }

#benefits #benefit {
  background: url(../images/recruit/benefit_bg.webp) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 24%; }

#benefits #benefit_img .benefit_img_inner {
  margin: 48px auto 0;
  width: 96%; }

#benefits #benefit_facility {
  background: url(../images/recruit/facility_bg.webp) no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
  padding-bottom: 24%; }
  #benefits #benefit_facility h3 {
    background: #727171;
    color: #fff;
    margin-top: 24px;
    padding: 6px 12px; }
  #benefits #benefit_facility table {
    margin: 12px 0 0;
    width: 100%;
    border-top: 1px solid #727171; }
    #benefits #benefit_facility table td {
      padding: 6px 8px;
      border-bottom: 1px solid #727171; }
    #benefits #benefit_facility table td.facility_name {
      font-size: 1.2em;
      border-right: 1px solid #727171;
      width: 8em; }

#oe .oe_wrap {
  margin: 36px 0 0;
  display: flex; }
  #oe .oe_wrap .oe_content {
    width: 55%; }
    #oe .oe_wrap .oe_content .oe_head {
      padding: 24px;
      border-bottom: 1px solid #727171; }
      #oe .oe_wrap .oe_content .oe_head h2 {
        background: none;
        color: #727171;
        margin: 0;
        padding: 8px 0; }
      #oe .oe_wrap .oe_content .oe_head p.index_about {
        font-size: clamp(1.1rem, calc(1vw + 1rem), 1.3rem);
        margin: 12px 0; }
    #oe .oe_wrap .oe_content p.comment {
      margin: 24px; }
  #oe .oe_wrap .oe_img {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #oe .oe_wrap .oe_img img {
      width: 100%;
      height: auto; }

@media screen and (max-width: 768px) {
  #oe .oe_wrap {
    display: block; }
    #oe .oe_wrap .oe_content, #oe .oe_wrap .oe_img {
      width: 100%; } }

#oe_attempt {
  margin: 48px 0;
  padding: 10% 0;
  background: url(../images/recruit/attempt.webp) no-repeat;
  background-position: left top;
  background-size: cover; }
  #oe_attempt #attempt_wrap {
    width: 60%;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 40%;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px; }
    #oe_attempt #attempt_wrap #attempt_inner {
      max-width: 720px;
      padding: 24px; }
      #oe_attempt #attempt_wrap #attempt_inner p {
        margin: 0 0 12px; }
      #oe_attempt #attempt_wrap #attempt_inner .attempt_list {
        margin: 12px 0 0; }
        #oe_attempt #attempt_wrap #attempt_inner .attempt_list .attempt_content {
          margin: 0 0 8px; }
          #oe_attempt #attempt_wrap #attempt_inner .attempt_list .attempt_content img {
            max-width: 60px;
            display: block;
            margin: 4px auto; }

@media screen and (max-width: 680px) {
  #oe_attempt {
    background-position: left 20% top; } }

#privacy h2 {
  margin-top: 24px;
  font-size: clamp(1.1rem, calc(1vw + 1rem), 1.4rem); }

#privacy h3 {
  margin: 18px 0 8px;
  font-size: 1.1em; }

#privacy h4 {
  margin-top: 12px; }

#privacy p {
  margin: 12px 0; }

.page-content {
  padding: 0 0 60px; }

ul.sns_area {
  position: relative;
  left: 50%;
  float: left;
  padding: 0 2%; }
  ul.sns_area li {
    position: relative;
    left: -50%;
    float: left;
    list-style: none;
    width: 80px; }
    ul.sns_area li a {
      display: block;
      padding: 0 8%; }
      ul.sns_area li a:hover {
        opacity: .7; }

/*
.tab_area{
	display: flex;
	flex-wrap: wrap;
}
.tab_area li a{
	display: block;
	background:$main;
	color:$white;
	margin:0 2px;
	padding:10px 20px;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.area {
	display: none;
	opacity: 0;
	background: #fff;
	padding:50px 20px;
}
.area_general{
	background: $rbgr;
}
.area_recruit{
	background: $gr10;
}
.area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
*/
ul.tabbox {
  width: 1000px;
  margin: 0 auto;
  margin-top: 3em; }

ul.tabbox li {
  display: inline; }

ul.tabbox li a {
  text-align: center;
  vertical-align: middle;
  margin-right: 5px;
  width: 30%;
  display: inline-block;
  border-radius: 10px 10px 0 0;
  height: auto;
  padding: 20px 30px;
  font-size: 100%;
  font-weight: bold;
  box-sizing: border-box;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  text-align: center; }

ul.tabbox li.style01 a {
  background-color: #55698a;
  color: #fff; }

ul.tabbox li.style01.select a {
  background: #d8e2eb;
  color: #55698a; }

ul.tabbox li.style02 a {
  background: #595757;
  color: #fff; }

ul.tabbox li.style02.select a {
  background-color: #efefef;
  color: #727171; }

.tab_area {
  overflow: hidden; }

.all_area {
  overflow: hidden; }

.general_contact {
  background-color: #d8e2eb; }

.recruit_contact {
  background-color: #efefef; }

.content {
  width: 1000px;
  min-height: 200px;
  margin: 0 auto;
  padding: 40px 20px; }

.hide {
  display: none; }

/*
{
    display: block;
    animation-name: displayAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
}
@keyframes displayAnime{
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
*/
/*#####      archive    #####*/
#archive_area {
  padding: 24px 0 48px;
  min-height: 40vh; }
  #archive_area ul.news_list {
    margin: 12px 0;
    border-top: 2px solid #727171;
    border-bottom: 2px solid #727171; }
    #archive_area ul.news_list li {
      margin: 12px 6px; }
      #archive_area ul.news_list li span.date {
        font-weight: 600;
        margin-right: 4px; }
      #archive_area ul.news_list li span.post_cat {
        background: #55698a;
        border-radius: 4px;
        color: #fff;
        margin: 0 4px;
        font-size: .8em;
        width: 8em;
        text-align: center;
        display: inline-block; }
      #archive_area ul.news_list li span.post_cat.carlife {
        background: #595757; }
      #archive_area ul.news_list li span.post_cat.life {
        background: #727171; }
      #archive_area ul.news_list li span.post_cat.energy {
        background: #eb0909; }
      #archive_area ul.news_list li a {
        margin-left: 4px;
        color: #727171;
        padding-right: 36px;
        background: url(../images/icon/arrow.svg) no-repeat;
        background-size: 20px auto;
        background-position: right 8px center;
        display: block;
        height: 1.6em;
        overflow: hidden; }
        #archive_area ul.news_list li a:hover {
          color: #55698a; }

@media screen and (max-width: 680px) {
  #archive_area ul.news_list li span.post_title {
    width: 100%;
    display: block; }
  #archive_area ul.news_list li a {
    height: 100%; } }

.category_list {
  position: relative;
  overflow: hidden;
  margin: 0 0 24px; }
  .category_list ul {
    position: relative;
    left: 50%;
    float: left; }
    .category_list ul li {
      float: left;
      position: relative;
      left: -50%; }
      .category_list ul li a {
        color: #55698a;
        background: #fff;
        border: 1px solid #55698a;
        padding: 10px 14px;
        line-height: 1em;
        display: block;
        margin: 8px;
        border-radius: 2px; }
      .category_list ul li a.on, .category_list ul li a:hover {
        color: #fff;
        background: #55698a; }

/*##########  Single  ##########*/
.single_date {
  color: #727171; }

#single_content_area {
  margin: 24px auto; }
  #single_content_area .article-box {
    background: none; }
  #single_content_area h2 {
    color: #727171; }
  #single_content_area .post_content {
    margin: 12px 0 36px;
    padding: 24px 0;
    border-top: 2px solid #727171;
    border-bottom: 2px solid #727171; }

#single_form_area {
  padding: 24px 0;
  border-top: 1px solid #dadada;
  background: #efefef; }
  #single_form_area h2 {
    color: #55698a;
    font-size: 24px;
    font-weight: bold;
    line-height: 2em;
    text-align: center;
    background: none;
    border: none;
    margin: 24px 0;
    padding: 0; }
  #single_form_area h2::after {
    content: "";
    display: block;
    width: 60px;
    height: 0;
    margin: 0 auto 12px;
    border-bottom: 3px solid #55698a; }
  #single_form_area p {
    line-height: 2em;
    text-align: center; }

.privacy-policy h2.wp-block-heading {
  margin: 80px 0 24px;
  font-weight: 600; }

.privacy-policy ul {
  margin: 12px 0 12px 2em;
  list-style: square; }

ul.area_list {
  clear: both;
  font-size: 1.3rem;
  line-height: 2em;
  font-family: "Noto Serif JP", "游明朝", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
  color: #231815; }
  ul.area_list li {
    float: left;
    margin: 0 0.5em;
    display: block; }

ul.area_list_s {
  font-size: 1rem;
  line-height: 1.6em;
  font-weight: 500; }

.row-eq-height {
  display: flex;
  flex-wrap: wrap; }

/*##########  BreadCrumb  ##########*/
.bread_crumb {
  border: 1px solid #dedede;
  height: 2.3em; }

.bread_crumb li {
  float: left;
  line-height: 2.3em;
  padding-left: .75em;
  color: #777; }

.bread_crumb li a {
  display: block;
  padding: 0 15px 0 0;
  background: url(../images/crumbs.gif) no-repeat right center; }

.bread_crumb li a:link, .bread_crumb li a:visited {
  text-decoration: none;
  color: #777; }

.bread_crumb li a:hover, .bread_crumb li a:focus {
  color: #dd2c0d; }

/*##########  PageNavi  ##########*/
#pagenation {
  margin: 0 auto; }

.pagination {
  clear: both;
  padding: 20px 0;
  position: relative;
  font-size: 13px;
  line-height: 16px; }

.pagination span, .pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 6px 9px 5px 9px;
  text-decoration: none;
  width: auto;
  color: #55698a;
  background: #fff;
  border: 1px solid #55698a; }

.pagination a:hover {
  color: #fff;
  background: #55698a;
  border: 1px solid #55698a;
  border-radius: 2px; }

.pagination .current {
  padding: 6px 9px 5px 9px;
  background: #55698a;
  border: 1px solid #55698a;
  color: #fff;
  border-radius: 2px; }
