@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans+Condensed:wght@700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho&display=swap");
/* Scss Document */
/*======================================
*
* common
*
======================================*/
html {
  height: 100%;
}

body {
  color: #333333;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, sans-serif;
  height: 100%;
  font-size: 1.4rem;
  line-height: 1.8;
}

::-moz-selection {
  /* Firefox */
  background: #FFEE83;
}

::selection {
  background: #FFEE83;
}

a, a:link, a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover, a.hover {
  color: #1dc5e7;
  transition: .3s;
}

ol, ul {
  margin-left: 2.1rem;
}

.sp, .tab {
  display: none;
  text-align: center;
}

.pc {
  text-align: center;
}

/*----------------------------------------
header
----------------------------------------*/
header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  padding: 20px 0px 0 16px;
  width: 100%;
}

header.top {
  position: absolute;
  top: 0;
  z-index: 100;
}

#header_logo {
  padding: 0;
  width: 200px;
}

header ul {
  list-style: none;
  margin: 0;
}

.nav_btn_box {
  display: none;
}

/* nav */
.mainnav_box {
  align-items: center;
  display: flex;
  justify-content: flex-end;
  padding-right: 15px;
}

header.top .mainnav_box {
  background: #333333;
}

ul.nav {
  display: flex;
  justify-content: flex-end;
}

ul.nav li {
  font-size: 1.3rem;
  font-weight: bold;
  padding: 0px 15px;
}

header.top ul.nav li {
  padding: 18px 15px;
}

ul.nav li a {
  padding: 0px 6px 4px;
  position: relative;
}

header.top ul.nav li a {
  color: #fff;
}

ul.nav li a:hover, header.top ul.nav li a:hover {
  color: #1dc5e7;
  transition: .3s;
}

ul.nav li.current a:hover {
  color: #333333;
}

ul.nav li a:after {
  background-color: #1dc5e7;
  bottom: -2px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  transform: scale(0, 1);
  transition: .3s;
  width: 100%;
}

ul.nav li.current a:after {
  transform: scale(1);
}

ul.nav li a:hover:after {
  transform: scale(1);
  transition: .3s;
}

.nav_inquiry {
  padding: 0 15px;
}

.nav_inquiry a {
  border: solid 1px #333333;
  border-radius: 18px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 36px;
  line-height: 36px;
  padding: 0px 20px;
}

header.top .nav_inquiry a {
  color: #fff;
  border: solid 1px #fff;
}

.nav_inquiry a:hover, header.top .nav_inquiry a:hover {
  background: #1dc5e7;
  border: solid 1px #1dc5e7;
  color: #fff;
  transition: .3s;
}

/* subnav */
.subnav_box, ul.subnav {
  align-items: center;
  display: flex;
  justify-content: flex-end;
}

.subnav_box {
  flex-wrap: wrap;
  padding-right: 30px;
}

header .subnav_box {
  margin-bottom: 10px;
}

ul.subnav li {
  align-items: center;
  display: flex;
  height: 30px;
  line-height: 1;
  margin-right: 30px;
}

ul.subnav li a {
  display: inline-block;
  font-size: 3.0rem;
  height: 100%;
  line-height: 1;
  overflow: hidden;
}

ul.subnav li a i {
  line-height: 1;
}

.roomclip {
  width: 30px;
}

.subnav_relife, .subnav_contact {
  align-items: center;
  display: flex;
}

.subnav_relife a, .subnav_contact a {
  border: solid 1px #333333;
  border-radius: 15px;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  padding: 0 20px;
	background: rgba(255, 255, 255, .5);
}

.subnav_relife a {
  margin-right: 15px;
}

.subnav_relife a:hover, .subnav_contact a:hover {
  background: #1dc5e7;
  border: solid 1px #1dc5e7;
  color: #fff;
  transition: .3s;
}

/* house_btn */
.house_btn a, .house_btn_under a {
  display: inline-block;
  font-size: 1.3rem;
  font-weight: bold;
  height: 30px;
  line-height: 28px;
  overflow: hidden;
  background: #333333;
  color: #fff;
  padding: 2px 20px 0;
  position: absolute;
  bottom: -30px;
  right: 0;
}

.house_btn_under a {
  display: none;
}

.house_btn a:hover, .house_btn_under a:hover {
  background: #1dc5e7;
  color: #fff;
  transition: .3s;
}

/* award_btn */
.award_btn {
  display: inline-block;
  width: 250px;
  padding: 10px;
  position: absolute;
  top: 18%;
  right: 0;
  z-index: 20;
  box-sizing: border-box;
}
.award_btn > a > img {
  filter: drop-shadow(2px 2px 5px #000);	
}
@media (max-width: 600px) {
	.award_btn {
		display: none;
	}
}

@media (min-width: 900px) {
  .house_btn a {
    display: none;
  }

  .house_btn_under a {
    display: inline-block;
    font-size: 1.3rem;
    font-weight: bold;
    height: 30px;
    line-height: 28px;
    overflow: hidden;
    background: #333333;
    color: #fff;
    padding: 2px 20px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 100;
  }
}
/*----------------------------------------
footer
----------------------------------------*/
footer {
  border-top: solid 1px #404040;
  margin-top: 100px;
}

footer ul {
  list-style: none;
  margin: 0;
}

.footer_box {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  justify-content: center;
  margin-top: 60px;	
  margin-bottom: 0;
  padding: 20px 30px 10px 30px;
  position: relative;
  width: 100%;
}

.footer_block {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}

#footer_logobox {
  align-items: flex-end;
  display: flex;
  padding-top: 0px;
  vertical-align: bottom;
}

.footer_logo {
  margin-right: 20px;
}

.footer_logo img {
  width: 160px;
}

.footer_tel {
  padding-bottom: 6px;
  padding-bottom: 5px;
}

.footer_tel img {
  width: 150px;
}

#footer_copyright {
  bottom: 20px;
  font-size: 1.3rem;
  padding: 0 30px 30px;
  text-align: center;
}

.footer_navbox {
  display: flex;
  font-size: 0.85em;
  gap: 40px;
  padding-top: 10px;
}

.footer_nav_wrap {
  display: flex;
  gap: 40px;
}

.footer_nav {
  border-left: solid #DBDBDB 1px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 0.5em;
}

.footer_nav h3{
	margin-bottom: 6px;
}

.footer_nav h3:before{
	content: "-";
  color: #0099AD;
  font-weight: 300;
  margin-right: 0.5em;
}

.footer_nav ul {
  margin-left: 1em;
}

.footer_nav ul li{
	margin-bottom: 6px;
}
.footer_nav ul li:before {
  content: "-";
  color: #0099AD;
  font-weight: 300;
  margin-right: 0.5em;
}

footer .subnav_box {
  margin-bottom: 20px;
  padding-right: 0px;
}

.roomclip {
  margin-right: 0;
}

footer .subnav_relife a {
  margin-right: 0px;
}

.topagetop {
  display: none;
  font-size: 3.0rem;
  position: fixed;
  bottom: 20px;
  right: 50px;
  text-align: left;
}

/*----------------------------------------
common
----------------------------------------*/
main h2, main h3, main h4 {
  font-family: "Open Sans Condensed", YuGothic, "Yu Gothic", sans-serif;
}

main h2 {
  font-size: 3.6rem;
}

main h3 {
  font-size: 3.4rem;
}

main h4 {
  font-size: 2.0rem;
}

main h5 {
  font-size: 1.7rem;
}

/* 2,3set */
.half_box, .three_box {
  align-items: center;
  display: flex;
}

.half_item {
  width: 50%;
}

.three_item {
  width: calc(100%/3);
}

.half_item a, .three_item a, .four_item a {
  align-items: center;
  background: no-repeat center center/cover;
  display: flex;
  flex-direction: column;
  height: 25vw;
  justify-content: center;
  width: 100%;
}

.half_item a h3, .three_item a h3, .four_item a h3 {
text-shadow: 
    black 1px 1px 10px, black -1px 1px 10px,
    black 1px -1px 10px, black -1px -1px 10px;
}

a.move {
  display: inline-block;
  transition: transform .3s;
}

a.move:hover {
  transform: translateX(10px);
}

.a_txt {
  font-weight: bold;
  margin: 10px 30px 10px auto;
  text-align: right;
}

.a_txt a {
  display: inline-block;
  transition: transform .3s;
}

.a_txt a:hover {
  transform: translateX(10px);
}

a.a_bg {
  background: #333333;
  color: #fff;
  font-family: "Open Sans Condensed", YuGothic, "Yu Gothic", sans-serif;
  display: block;
  line-height: 1;
  margin: 0px 0px 10px auto;
  padding: 16px 20px;
  text-align: right;
  transition: transform .3s;
  width: 280px;
}

a.a_bg:hover {
  background: #1dc5e7;
  transform: translateX(10px);
}

a.a_bg_contact {
  background: #333333;
  color: #fff;
  font-family: "Open Sans Condensed", YuGothic, "Yu Gothic", sans-serif;
  display: block;
  line-height: 1;
  margin: 0px 0px 10px auto;
  padding: 16px 20px;
  text-align: right;
  transition: transform .3s;
  width: 290px;
}

a.a_bg_contact:hover {
  background: #1dc5e7;
  transform: translateX(10px);
}

a.a_bg_post {
  background: #333333;
  color: #fff;
  font-family: "Open Sans Condensed", YuGothic, "Yu Gothic", sans-serif;
  line-height: 1;
  margin: 0px 0px 10px auto;
  padding: 16px 30px;
  text-align: right;
  transition: transform .3s;
  width: 280px;
}

a.a_bg_post:hover {
  background: #1dc5e7;
  transform: translateX(10px);
}

a.angle:after, .angle a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
	line-height: 2em;
}

.a_box {
  margin-bottom: 30px;
}

.a_box.right {
  text-align: right;
}

.a_box a {
  margin-bottom: 20px;
}

.tel a {
  text-decoration: none;
}

.betweenbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.item_half {
  width: 48%;
}

.item_onethird {
  width: 31%;
}

.item_twothird_ {
  width: 65%;
}

.item_quarter {
  width: 22%;
}

.item_threequarters {
  width: 74%;
}

/* fadeup */
.fadeup {
  opacity: 0;
  transform: translateY(60px);
}

.fadeup.done {
  opacity: 1;
  transform: translateY(0px);
  transition: opacity 1s, transform 1s;
}

.fadeup.delay.done {
  transition-delay: 500ms;
}

.fadeupanime {
  animation: 1s fadeup forwards;
}

@keyframes fadeup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.lozad {
  opacity: 0;
  transition: opacity 0.8s ease-out;
}

.loaded {
  opacity: 1;
}

.fs_120 {
  font-size: 120%;
}

.fc_blue {
  color: #1dc5e7;
}

.fc_red {
  color: #c30d23;
}

.borderbox {
  border: solid 1px #333333;
  padding: 20px 50px;
}

.w100 {
  width: 100%;
}

img.full_width {
  max-width: initial;
  width: 100%;
}

/* breadcrumbs */
#breadcrumbs {
  font-size: 1.1rem;
  margin-bottom: 20px;
  padding: 0 30px;
}

#breadcrumbs a, .breadcrumb_last {
  margin: 0 8px;
}

/* new icon*/
.icon_new {
  background-color: #c9bc9c;
  color: #fff;
  display: inline-block;
  font-size: 0.7em;
  font-weight: 700;
  margin-left: 8px;
  padding: 1px 6px 0px;
}

.icon_new.life {
  background-color: #7C7C7C;
}

/*======================================
*
* top
*
======================================*/
main.top {
  text-align: center;
}

.top_titlebox {
  display: inline-block;
  margin: 0 auto 60px;
  text-align: center;
}

.top_contentsbox_lead {
  font-size: 1.6rem;
  margin-bottom: 40px;
}

.top_titlebox h2, .top_titlebox h3 {
  border-bottom: solid 1px #333333;
  line-height: 1;
  margin-bottom: 4px;
  padding-bottom: 6px;
}

.white, .white a, a.white {
  color: #fff;
}

/* .white a:hover, a.white:hover {
  color: #1dc5e7;
} */

.top_titlebox.white h2, .top_titlebox.white h3 {
  border-color: #fff;
}

/***** top_main *****/
#top_main_box {
  overflow: hidden;
  position: relative;
}

#top_main {
  border-bottom: solid #333333 1px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

.top_main_item {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: block;
  height: 100vh;
  min-height: 680px;
  transform: scale(1);
  width: 100%;
}

.top_main_item.top_main_img01 {
  background-image: url("images/top_main/top_main01.jpg");
}

.top_main_item.top_main_img02 {
  background-image: url("images/top_main/top_main02.jpg");
}

.top_main_item.top_main_img03 {
  background-image: url("images/top_main/top_main03.jpg");
}

.top_main_item.top_main_img04 {
  background-image: url("images/top_main/top_main04.jpg");
}

.top_main_item.top_main_img05 {
  background-image: url("images/top_main/top_main05.jpg");
}

.top_main_item.top_main_img06 {
  background-image: url("images/top_main/top_main06.jpg");
}

.top_main_item.top_main_img07 {
  background-image: url("images/top_main/top_main07.jpg");
}

/*----------------------------------------
スライダーテスト↓
----------------------------------------*/
.top_main_item.top_main_img001 {
  background-image: url("images/top_main/top_main001.jpg");
}
.top_main_item.top_main_img002 {
  background-image: url("images/top_main/top_main002.jpg");
}
.top_main_item.top_main_img003 {
  background-image: url("images/top_main/top_main003.jpg");
}
.top_main_item.top_main_img004 {
  background-image: url("images/top_main/top_main004.jpg");
}
.top_main_item.top_main_img005 {
  background-image: url("images/top_main/top_main005.jpg");
}
.top_main_item.top_main_img006 {
  background-image: url("images/top_main/top_main006.jpg");
}
.top_main_item.top_main_img007 {
  background-image: url("images/top_main/top_main007.jpg");
}
.top_main_item.top_main_img008 {
  background-image: url("images/top_main/top_main008.jpg");
}
.top_main_item.top_main_img009 {
  background-image: url("images/top_main/top_main009.jpg");
}
.top_main_item.top_main_img010 {
  background-image: url("images/top_main/top_main010.jpg");
}
/*----------------------------------------
スライダーテスト↑
----------------------------------------*/

.top_main_item.slick-current {
  animation: top_main_zoomout 4000ms;
}

@keyframes top_main_zoomout {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.top_main_copy {
  animation: 1500ms ease-in-out top_maincopy_fadeup;
  background-position: center bottom 10px;
  background-repeat: no-repeat;
  background-size: 100%;
  top: 44%;
  left: 0;
  line-height: 1.4;
  opacity: 1;
  padding: 0 10% 70px;
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 10;
}

@keyframes top_maincopy_fadeup {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
  }
}
.top_main_copy01, .top_main_copy02 {
  text-align: left;
  color: #fff;
  opacity: 0;
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4), -2px -2px 0.2em rgba(0, 0, 0, 0.4);
  transform: translateX(30px);
}

.top_main_copy01 {
  animation: 1000ms ease-in-out 0.5s forwards top_maincopy_slidein;
  font-size: 6rem;
  font-weight: 900;
  margin-bottom: 20px;
}

.top_main_copy02 {
  animation: 1000ms ease-in-out 1.0s forwards top_maincopy_slidein;
  font-size: 3.0rem;
}

@keyframes top_maincopy_slidein {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.top_main_scroll {
  animation: 4000ms ease top_maincopy_scroll infinite;
  bottom: 1px;
  height: 40px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 20;
}

@keyframes top_maincopy_scroll {
  0% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  30% {
    opacity: .5;
    transform: translate(-50%, 40px);
  }
  60% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0px);
  }
}

/* ==============================
▼20240306
============================== */
/***** top_movie *****/
video {
	width: 100%;
}
#top_main_box {
  overflow: hidden;
  position: relative;
}

#top_main {
  border-bottom: solid #333333 1px;
  margin: 0 auto;
  overflow: hidden;
  width: 100%;
}

/***** top_btn_area *****/
.top_btn_area > div {
  align-items: center;
  background: no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;	
  width: 100%;
}
.top_btn_area {
  margin-top: 0;
}
.four_item {
	width: calc(100%/4);
}
.top_btn_area > div > div  {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
}

.four_item_btn1 a {	
    transition: all 0.5s;	
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/top/top_relife.jpg");
   background-size: cover;	
}
.four_item_btn1 a:hover {	
  background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/top/top_relife.jpg");
   background-size: cover;	  
}

.four_item_btn2 a {	
    transition: all 0.5s;	
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/top/top_home_btn.jpg");
   background-size: cover;	
}
.four_item_btn2 a:hover {	
  background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/top/top_home_btn.jpg") ;	
   background-size: cover;	 
}
.four_item_btn3 a {	
    transition: all 0.5s;	
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/top/top_energy_btn.jpg");
   background-size: cover;	
}
.four_item_btn3 a:hover {	
  background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/top/top_energy_btn.jpg");
   background-size: cover;	
}
.four_item_btn4 a {
    transition: all 0.5s;	
  background:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url("images/top/top_area_btn.jpg");
   background-size: cover;	
}
.four_item_btn4 a:hover {	
  background:linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("images/top/top_area_btn.jpg");	
   background-size: cover;	 	
}
.top_btn_area > div > div > a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 30px 40px;
  border-color: transparent transparent #333 transparent;
}
.top_btn_area > div > div > a > h3 {
	position: absolute;
	top: 20px;
}
.top_btn_area > div > div > a > h3 > span {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  font-style: normal;
	font-size: 2.5rem;
	display: inline-block;
}
.top_btn_area > div > div > a > h3 > img {
	width: 80%;
	margin: 0 10% 5px;
	display: block;
}
@media (max-width: 600px) {
  	/*----------------------------------------
    top 600
    ----------------------------------------*/
	.top_btn_area > div > div > a {
		min-height: 170px;
	}
	.top_btn_area > div > div > a > h3 > span {
		font-size: 1.5rem;
	}	
}
/* ==============================
▲20240306
============================== */

/***** news *****/
.topbox {
  width: 1200px;
  margin: 0 auto;
}

#top_news {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

#top_news_list {
  width: calc( 100% - 210px);
}

.top_news_list_item {
  display: flex;
  margin-bottom: 10px;
}

.top_news_list_item_inner {
  display: flex;
}

.top_news_date {
  color: #b5b5b6;
  padding-top: 0.2em;
  text-align: left;
  width: 100px;
}

.top_news_category {
  border: solid #333333 1px;
  border-radius: 1em;
  font-size: 0.9em;
  height: 2em;
  line-height: 2em;
  margin-right: 20px;
  width: 150px;
}

.top_news_title {
  font-weight: bold;
  padding-top: 0.2em;
  text-align: left;
  width: calc( 100% - 270px);
}

.top_news_viewmore {
  font-size: 2.0rem;
  width: 200px;
}

/***** company *****/
#top_company {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  margin-top: 10vw;
}

.top_company_catch {
  padding: 0 10px 10px 10px;
  text-align: left;
  width: 63%;
}

.top_company_catch h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.8rem;
  font-weight: normal;
  margin-bottom: 40px;
}

.top_company_catch p {
  margin-top: 1.5em;
}

.top_company_catch img {
  margin-bottom: 30px;
  width: 80%;
}

.top_company_img {
  position: relative;
  text-align: right;
  width: 37%;
}

.top_company_img a.a_bg {
  bottom: -25px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  right: 0;
  width: 80%;
}

/***** stories *****/
#top_stories {
  margin: 0 auto 0;
}

#top_stories .top_titlebox {
  margin-bottom: 0;
}

#top_stories h2 {
  margin-bottom: 60px;
}

.top_stories_relife {
  display: flex;
  justify-content: space-between;
}

.top_stories_relife_item_title {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 20px;
  width: 50%;
}

.top_stories_relife_item {
  padding: 40px 80px;
  width: 50%;
}

.relife_kengaku {
  margin-top: 40px;
}

.relife_kengaku strong {
  font-size: 1.2em;
}

/***** sdgs *****/
.top_sdgs_title {
  margin: 0 auto 40px;
  width: 300px;
}

/***** service *****/
#top_works .half_box {
  margin-bottom: 40px;
}

.top_works_reform a, .top_works_lpgas a {
  align-items: center;
  background: no-repeat center center/cover;
  display: flex;
  height: 22vw;
  justify-content: center;
  width: 100%;
}

/***** seminar/event recruit/company *****/
.top_item_semi a, .top_item_grip a, .top_item_recruit a, .top_item_company a {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.top_linkbox {
  margin-top: 100px;
}

#top_recruit {
  margin-top: 100px;
}

/***** contact_box *****/
.top_contactbox {
  margin-top: 10vw;
}

.top_contact {
  margin: 10vw 0 40px auto;
}

.top_contact .a_bg {
  align-items: center;
  display: flex;
  height: 160px;
  justify-content: space-between;
  padding: 80px;
  width: 700px;
}

.top_contact a span.contact {
  font-size: 2.8rem;
}

.top_contact a span.angle:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
}

/***** blog *****/
.top_staffblog {
  align-items: center;
  border: solid #DBDBDB 1px;
  display: flex;
  height: 200px;
  justify-content: space-between;
  margin: 0px 10px 40px auto;
  padding: 2px;
  width: 790px;
}

.top_staffblog_txt {
  background-position: right 30px bottom -46px;
  background-repeat: no-repeat;
  background-size: 38%;
  flex-direction: column;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 6px 50% 6px 60px;
  text-align: center;
  width: 100%;
}

.top_staffblog_title {
  font-family: 'Shippori Mincho', serif;
  font-size: 4.0rem;
  letter-spacing: 0.6rem;
  line-height: 1.2;
  margin: 10px 0 10px;
}

.top_staffblog_title rt {
  font-size: 1.1rem;
  transform: translateY(-0.2em);
}

.top_staffblog_title span {
  font-size: 0.8em;
}

.top_staffblog_subtitle span {
  font-size: 0.9em;
  font-weight: 700;
  position: relative;
}

.top_staffblog_subtitle span:before,
.top_staffblog_subtitle span:after {
  background-color: #333333;
  content: "";
  height: 1px;
  position: absolute;
  top: 50%;
  width: 4rem;
  transition: background .3s;
}

.top_staffblog_subtitle span:before {
  left: -4.6rem;
}

.top_staffblog_subtitle span:after {
  right: -4.6rem;
}

a.top_staffblog:hover .top_staffblog_subtitle span:before,
a.top_staffblog:hover .top_staffblog_subtitle span:after {
  background-color: #1dc5e7;
}

.top_blog_img {
  align-self: flex-end;
  display: flex;
  justify-content: flex-end;
  width: 300px;
}

.top_blog_img img {
  height: 170px;
  vertical-align: bottom;
}

/***** line *****/
#top_line {
  margin: 0px 10px 0 auto;
  width: 320px;
}

.top_linebox {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 6px;
}



.top_line_logo img {
  height: 80px;
}



.top_line_qr img {
	margin-left: 10px;
  height: 60px;
}

.top_line_copy {
  font-size: 1.2rem;
	text-align: left;
  margin-bottom: 20px;	
}

/***** movie *****/
#top_movie {
  background: #333333;
  margin-bottom: 60px;
  padding: 30px 60px;
}

#top_movie h2 {
  color: #fff;
  margin-bottom: 20px;
}

.top_moviebox {
  display: flex;
  gap: 2%;
  justify-content: center;
  margin: 0 auto;
  width: 1200px;
}

.top_moviebox_item {
  position: relative;
  width: 49%;
}

.top_moviebox_item iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  vertical-align: top;
  width: 100%;
}

/*======================================
*
* contents
*
======================================*/
.pagetitle {
  margin: 0 auto 60px;
  padding: 0 50px 0 50px;
  width: 100%;
}

.pagetitle h2 {
  font-size: 4.2rem;
  line-height: 1;
}

.contents_box {
  margin: 0 auto;
  width: 1200px;
}

section {
  margin-top: 80px;
}

.pagetitle + section {
  margin-top: 0;
}

.white_rise section:first-child {
  margin-top: 0;
}

.catchbox {
  background: #333333;
}

.catch_copy, .catch_copy_blk {
  font-size: 3.5rem;
  font-weight: bold;
}

.catch_copy {
  color: #fff;
  padding: 20px 40px 20px 40px;
}

.catch_img {
  background-color: #333333;
  background-position: right top 40px;
  background-repeat: no-repeat;
  background-size: 90%;
  width: 100%;
}

.catch_img:before {
  content: "";
  display: block;
  padding-top: 40%;
}

.white_rise {
  background: #fff;
  margin: -40px 0 100px auto;
  padding: 60px 40px 0px;
  width: 85%;
  z-index: 100;
}

.white_rise.under {
  margin: 0px 0 100px auto;
}

.white_rise.center {
  margin: -40px auto 20px auto;
  width: 80%;
}

.whitebox {
  background: #fff;
  margin: 0px 0 0 auto;
  padding: 0px 40px;
  width: 90%;
}

.whitebox.center {
  margin: 0px auto 0 auto;
  width: 80%;
}

.lead_title {
  font-size: 3.2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.lead_title > span {
	padding-bottom: 10px;
  display: block;
	font-size: 2rem;
}
.lead {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.9;
  margin-bottom: 100px;
}

.title_sub {
  font-size: 0.7em;
  font-weight: normal;
  margin-left: 20px;
}

.title_sub.upper {
  margin-left: 0;
}

.h3_border_left h3 {
  border-left: solid 4px #9fa0a0;
  line-height: 1.2;
  padding-left: 0.6em;
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.h4_border h4 {
  border: solid 1px #9fa0a0;
  padding: 8px;
  text-align: center;
}

.h4_square h4, .h5_square h5 {
  margin-bottom: 10px;
}

.h4_square h4:before, .h5_square h5:before {
  content: "\f0c8";
  color: #b5b5b6;
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-right: 0.4em;
}

.h5_border h5 {
  border-bottom: solid 2px #333333;
  margin-bottom: 14px;
}

/* title with number */
.number_title_txt {
  align-items: center;
  display: flex;
  margin-bottom: 20px;
}

.number_title_number {
  border-right: solid 3px #cfd0d0;
  color: #cfd0d0;
  font-size: 8.0rem;
  line-height: 1.3;
  margin-right: 20px;
  width: 120px;
}

.number_title_txt h3 {
  justify-content: center;
  display: flex;
  font-size: 2.6rem;
  flex-direction: column;
  line-height: 1.5;
}

/* promise box */
.promise .number_title_txt {
  align-items: flex-start;
  margin-bottom: 10px;
  margin-right: 0;
}

.promise .number_title_txt h4 {
  display: flex;
  flex-direction: column;
  font-size: 1.2em;
  line-height: 1.3;
  width: calc(100% - 60px);
}

.promise .number_title_txt h4 .title_sub {
  margin-left: 0;
}

.promise .number_title_number {
  font-size: 1.4em;
  width: 40px;
}

.promise_box {
  align-items: flex-end;
  background-repeat: no-repeat;
  background-size: 28.5%;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 40px;
  padding-top: 30px;
}

.promise_item {
  background: #fff;
  margin-right: 0;
  padding: 1em 0 0 1em;
  text-align: left;
  width: 75%;
}
.promise_item_link {
	display: block;
	text-align: right;
	font-weight: bold;
}
.promise_item_link:after {
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 900;
    margin-left: 10px;
}


section.promise .white_rise {
  margin-bottom: 0;
}

/* license */
.licence_box {
  align-items: center;
  border-bottom: solid 2px #333333;
  border-top: solid 2px #333333;
  display: flex;
  justify-content: center;
  margin-top: 100px;
  padding: 20px 20px 20px 0;
}

.licence_item {
  border-right: solid 3px #9fa0a0;
  margin-right: 20px;
  padding: 10px 20px;
}

.licence_item h3, .contents_box.lpgas .licence_item h3 {
  border-left: none;
  color: #9fa0a0;
  margin-bottom: 0;
  white-space: nowrap;
}

.licence_box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0;
}

.licence_box ul li {
  width: 48%;
}

/* bluebox */
.bluebox {
  background: #1dc5e7;
  color: #fff;
  font-weight: bold;
  text-align: center;
}

.bluebox a {
  color: #fff;
}

/* tel blue */
.tel_blue {
  margin-bottom: 20px;
  padding: 40px;
}

.tel_blue_wrapper {
  display: inline-block;
  margin: auto;
}

.tel_blue_name {
  font-size: 2.0rem;
  margin-bottom: 10px;
  text-align: left;
}

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

.tel_blue_tel {
  align-items: center;
  display: flex;
  justify-content: center;
}

.tel_blue_tel .tel {
  font-size: 5.0rem;
  line-height: 1;
}

.tel_blue_tel img {
  height: 30px;
  margin-right: 20px;
}

.notice_pinkbox {
  border: solid 1px #d40d80;
  color: #d40d80;
  margin-top: 10px;
  padding: 10px;
}

.notice {
  font-size: 0.8em;
}

/*----------------------------------------
mission
----------------------------------------*/
.mission_recruit {
  background: url("images/common/heart02.svg") no-repeat left bottom;
  padding-bottom: 100px;
}

.mission_recruit_wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-left: 6%;
}

.mission_recruit_lead {
  width: 54%;
}

.mission_recruit_img {
  width: 42%;
}

.mission_recruit_title {
  background: url("images/common/heart01.svg") no-repeat right bottom/100%;
  margin-bottom: 60px;
  padding-top: 14%;
  position: relative;
}

.mission_recruit_title h3 {
  left: 6%;
  position: absolute;
  bottom: 14%;
}

/*----------------------------------------
sdgs
----------------------------------------*/
.pagetitle h2.sdgs {
  margin: 0 auto 60px;
  width: 86%;
}

.lead.sdgs {
  text-align: center;
}

.sdgs_number_title_box {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
}

.sdgs_number_title_box .number_title_txt {
  margin-right: 30px;
  width: calc(100% - 140px);
}

.sdgs_title_img {
  margin-bottom: 20px;
  width: 120px;
}

/*----------------------------------------
business
----------------------------------------*/
.catch_img#business_catch {
  background-position: right top;
  background-size: 100%;
  padding: 0 00px 20%;
}

.catch_img#business_catch:before {
  padding-top: 20%;
}

.white_rise#business_lead {
  margin-bottom: 100px;
  margin-top: -240px;
  transform: translateY(0);
}

.white_rise#business_lead img {
  float: right;
  margin: 0 0 20px 20px;
  width: 400px;
}

h3.business_title_life {
  margin-bottom: 20px;
  text-align: center;
}

.life_hasruby {
  letter-spacing: 0.2em;
}

rt.life_ruby {
  font-size: 1.0rem;
  letter-spacing: 0.1em;
  transform: translate(5px, 4px);
  text-align: right;
}

.business_life {
  padding-left: 6.5%;
  padding-right: 4.5%;
}

#business_works .top_works_reform, #business_works .top_works_lpgas {
  margin-bottom: 4vw;
}

#business_works .top_works_reform a h3, #business_works .top_works_lpgas a h3 {
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4), -2px -2px 0.2em rgba(0, 0, 0, 0.4);
}

.top_item_equipment a, .top_item_repair a, .top_item_realestate a, .top_item_inheritance a {
  background: no-repeat center center/cover;
}

.bnr_sdgs {
  margin: 10vw auto 10vw;
  width: 280px;
}

/*----------------------------------------
lpgas
----------------------------------------*/
.contents_box.lpgas section section {
  margin-top: 40px;
}

.lpgas_betweenbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* character */
.lpgas_character dl {
  display: flex;
  margin-bottom: 10px;
  width: 49%;
}

.lpgas_character dl dt {
  margin-right: 10px;
  width: 170px;
}

.lpgas_character dl dd {
  width: calc(100% - 180px);
}

/* /character */
.lead.lpgas:after {
  clear: both;
  content: "";
  display: block;
}

.lead.lpgas img {
  float: left;
  margin: 0 20px 20px 0;
  width: 280px;
}

.lpgas_half_item {
  width: 48%;
}

.lpgas_onethird_item {
  width: 31%;
}

.lpgas_twothird_item {
  width: 65%;
}

.lpgas_quarter_item {
  width: 22%;
}

.lpgas_threequarters_item {
  width: 74%;
}

.lpgas_half_item h4 {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

/* micom */
.lpgas_micom {
  border: solid 1px #9fa0a0;
  margin-top: 60px;
  padding: 20px;
}

.lpgas_micom h6 {
  margin-bottom: 10px;
}

.lpgas_micom_item:nth-child(1) {
  width: 250px;
}

.lpgas_micom_item:nth-child(2) {
  width: calc(100% - 280px);
}

.lpgas_return_item {
  margin-bottom: 10px;
  padding: 6px 8px;
  width: 25%;
}

.lpgas_return_item:not(:first-child) {
  border-left: solid 1px #9fa0a0;
}

.lpgas_return_img {
  height: 80px;
  text-align: center;
}

.lpgas_return_img img {
  height: auto;
  margin: 0 auto;
}

.lpgas_return_item:nth-child(3) .lpgas_return_img img, .lpgas_return_item:nth-child(4) .lpgas_return_img img {
  width: 80%;
}

.lpgas_return_num {
  font-size: 2.0rem;
  font-weight: bold;
}

.lpgas_return_item ul {
  list-style: none;
  margin: 0;
}

.lpgas_return_item ul li {
  font-size: 0.8em;
}

.lpgas_micom .notice_pinkbox dt {
  font-weight: bold;
  margin-bottom: 10px;
}

.lpgas_movie {
  margin-bottom: 60px;
  margin-top: 10vw;
  text-align: center;
}

.lpgas_movie iframe {
  max-width: 100%;
}

/* tel */
.lpgas_tel {
  padding: 30px 70px;
  margin-bottom: 100px;
  text-align: center;
}

.lpgas_tel_title {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

.lpgas_tel dl {
  width: calc((100% - 70px)/2);
}

dl.tel_emergency {
  color: #fff100;
}

.lpgas_tel dt {
  border: solid 1px #fff;
  margin-bottom: 10px;
  padding: 8px;
}

dl.tel_emergency dt {
  border-color: #fff100;
}

.lpgas_tel dd {
  align-items: center;
  display: flex;
  font-size: 3.5rem;
  justify-content: center;
  line-height: 1;
}

dl.tel_general dd img {
  height: 20px;
  margin-right: 8px;
}

/* fee */
.lpgas_fee {
  margin: 14px 0 20px;
}

.lpgas_fee .item_half {
  width: 46%;
}

.lpgas_fee h6 {
  margin: 10px 0;
}

.lpgas_fee dl {
  margin-bottom: 16px;
}

.lpgas_fee dt {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 8px;
}

.lpgas_fee_num {
  border-right: solid 2px #cfd0d0;
  color: #cfd0d0;
  font-size: 1.2em;
  line-height: 1;
  margin-right: 0.6em;
  padding-right: 0.4em;
}

/* link */
.lpgas_link {
  align-items: center;
  border-bottom: solid 1px #333333;
  border-top: solid 1px #333333;
  display: flex;
  padding: 20px 0 20px 30px;
}

.lpgas_link h3 {
  border-right: solid 1px #DBDBDB;
  font-size: 2.0rem;
  margin-right: 40px;
  padding-right: 20px;
}

.lpgas_link_box {
  align-items: center;
  display: flex;
}

.lpgas_link_item {
  margin-right: 40px;
}

.lpgas_link_item img {
  height: 24px;
}

/*----------------------------------------
procedures
----------------------------------------*/
table.price_table {
  font-weight: bold;
  margin-top: 20px;
  text-align: center;
  width: 100%;
}

table.price_table th {
  background-color: #333333;
  color: #fff;
}

table.price_table td {
  background-color: #ebebeb;
  font-size: 1.8rem;
}

table.price_table th, table.price_table td {
  border-right: solid 10px #fff;
  padding: 8px;
}

table.price_table th:last-child, table.price_table td:last-child, table.price_table2 th, table.price_table2 td {
  border-right: none;
}

table.price_table2 {
  width: 100%;
}

table.price_table2 tr:not(:last-child) {
  border-bottom: solid 1px #333333;
}

table.price_table2 th {
  background-color: transparent;
  color: #333333;
}

table.price_table2 th, table.price_table2 td {
  padding: 6px;
}

.procedures_btnbox.bottom {
  margin-top: 100px;
}

.procedures_btnbox a {
  align-items: center;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-size: 1.2em;
  font-weight: 600;
  justify-content: center;
  padding: 20px 10px;
  text-align: center;
  transition: transform .3s;
}

a.btn_kaisen {
  background-color: #00a5c4;
  border: solid 1px #00a5c4;
}

a.btn_heisen {
  background-color: #595757;
  border: solid 1px #595757;
}

.procedures_btnbox a:hover {
  background-color: #fff;
  transform: translateX(10px);
}

a.btn_kaisen:hover {
  color: #00a5c4;
}

a.btn_heisen:hover {
  color: #595757;
}

.procedures_item.betweenbox .item_half {
  margin-bottom: 20px;
}

.procedures_title_in, .procedures_title_out {
  color: #fff;
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 20px;
}

.procedures_title_in {
  background-color: #00a5c4;
}

.procedures_title_out {
  background-color: #595757;
}

ol.procedures_item_list p {
  font-size: 0.8em;
}

a.procedures_btn_credit {
  align-items: center;
  background-color: #595757;
  border: solid 1px #595757;
  border-radius: 6px;
  color: #fff;
  font-size: 1.2em;
  font-weight: 600;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 20px 10px;
  transition: transform .3s;
  width: 90%;
}

a.procedures_btn_credit:hover {
  background-color: #fff;
  color: #595757;
  transform: translateX(10px);
}

/*----------------------------------------
service
----------------------------------------*/
.contents_box.works .lead {
  margin-bottom: 60px;
}

/* repair */
.repair_box {
  border-bottom: solid 1px #333333;
  border-top: solid 1px #333333;
  display: flex;
  padding: 20px 0;
}

.repair_box_title {
  align-items: center;
  border-right: solid 2px #9fa0a0;
  display: flex;
  padding-right: 20px;
  width: 120px;
}

.h3_border_left .repair_box h3 {
  border-left: none;
  margin-bottom: 0;
  padding-left: 0;
}

.repair_box ul {
  display: flex;
  flex-wrap: wrap;
  margin-left: 0;
  width: calc(100% - 120px);
}

.repair_box ul li {
  margin-left: 40px;
  width: calc((100% - 120px)/3);
}

.inheritance_has_note {
  align-items: flex-end;
  display: flex;
  justify-content: flex-end;
}

.inheritance_note img {
  width: 70px;
}

/*----------------------------------------
company
----------------------------------------*/
.company_catch {
  margin: 20px auto 60px auto;
  width: 100%;
  max-height: 900px;
  overflow: hidden;
}

.company_catch img {
  max-width: initial;
  object-fit: cover;
  width: 100%;
}

section.company_message {
  background-position: center bottom;
  background-repeat: no-repeat;
  padding-bottom: 8%;
}

.contents_box.company p {
  margin-bottom: 2rem;
}

/* about */
.about_us_list {
  display: flex;
  justify-content: space-around;
  list-style: none;
  margin: 0;
}

.about_us_list li {
  border-radius: 30px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  width: 17%;
}

.about_us_list li a {
  border: solid 1px #333333;
  border-radius: 30px;
  display: block;
  height: 60px;
  line-height: 60px;
  width: 100%;
}

.about_us_list li a:hover {
  background-color: #1dc5e7;
  border: solid 1px #1dc5e7;
  color: #fff;
}

h4.rinen {
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.8rem;
}
#award_area {
	text-align: center;
}
.award_btn {
	width: 60%;
	margin: 40px auto;
	min-width: 340px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
  border: 2px solid #1dc5e7;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 4px 4px 0 #1dc5e7;
  box-shadow: 4px 4px 0 #1dc5e7;	
}
.award_btn:hover {
box-shadow: -4px -4px 0 #1dc5e7;
	}

/* message */
.company_message_name {
  font-size: 2.6rem;
  font-weight: bold;
  margin-bottom: 50px;
}

.company_message_name .title_sub {
  margin: 0 20px 0 0;
}

.company_message_principle {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 40px;
}

.company_message_principle_title {
  font-size: 1.2em;
  margin-bottom: 4px;
}

h4.company_message_head {
  border-left: solid 4px #9fa0a0;
  line-height: 1.2;
  padding-left: 0.6em;
  border-color: #1dc5e7;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.2rem;
  margin-bottom: 30px;
}

.about_declaration {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 80px;
  margin-top: 50px;
  text-align: center;
}

.about_txt_c {
	text-align: center;
	justify-content: center;
}

.message_energy {
  border: solid 1px #333333;
  display: inline-block;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.8rem;
  line-height: 2;
  margin: 80px 0 80px;
  padding: 40px 80px;
  text-align: center;
}

.message_energy_title {
  font-size: 1.2em;
  margin-bottom: 16px;
}

.message_energy p {
  margin-bottom: 10px;
}

/* hundred */
.company_hundred h4 {
  font-weight: normal;
  margin-bottom: 30px;
  padding-left: 82px;
  position: relative;
}

.company_hundred h4:before {
  background-color: #333333;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 70px;
}

.company_hundred p {
  margin-bottom: 1.5em;
}

.hundred_name {
  display: flex;
  justify-content: flex-end;
  padding-right: 50px;
  text-align: left;
}

/* overview */
.overview_box {
  display: flex;
  justify-content: space-between;
}

.overview_item {
  width: 48%;
}

.overview_table {
  width: 100%;
}

.overview_table tr {
  border-top: solid #9fa0a0 1px;
}

.overview_table th {
  color: #9fa0a0;
  padding: 6px 10px 6px 0;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
  width: 70px;
}

.overview_table td {
  padding: 6px 0 6px 10px;
}

.overview_map_box {
  width: 48%;
}

.overview_map {
  margin-bottom: 10px;
  padding-top: 75%;
  position: relative;
}

.overview_map_box iframe {
  filter: grayscale(40%);
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.overview_map_photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
  width: 100%;
}

.overview_map_photo div {
  width: calc((100% - 10px)/2);
}

.overview_map_photo img {
  margin-bottom: 10px;
}

.overview_map_photo img.bright {
  border: solid #DBDBDB 1px;
}

.overview_list_line {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.9em;
}

.overview_list_line li {
  margin-right: 40px;
}

/***** history *****/
.company_history {
/* 	margin-top: 0; */
  background-color: #333333;
  color: #fff;
  padding: 60px 30px;
}

.company_history .top_titlebox div {
  text-align: left;
}

.company_history .top_titlebox h3 {
  border-bottom: solid 1px #fff;
}

.company_history_chronologicaltable {
  padding: 30px 0px;
  width: 100%;
}

.company_history_chronologicaltable img {
  height: 300px;
  max-width: initial;
  width: auto;
}

/* scroll */
.flexcroll {
  position: relative;
}

.scrollgeneric {
  line-height: 1px;
  font-size: 1px;
  position: absolute;
  top: 0;
  left: 0;
}

/* 縦スクロール範囲 */
.vscrollerbase {
  border-radius: 6px;
  width: 10px;
  background-color: #BABABA;
}

/* 縦スクロールバー */
.vscrollerbar {
  border-radius: 3px;
  left: 2px;
  width: 6px;
  background-color: #5F5F5F;
}

/* 横スクロール範囲 */
.hscrollerbase {
  border-radius: 5px;
  height: 10px;
  background-color: #BABABA;
  visibility: visible !important;
}

/* 横スクロールバー */
.hscrollerbar.scrollgeneric {
  border-radius: 3px;
  height: 6px;
  background-color: #5F5F5F;
  left: 2px;
  top: 2px;
}

/* 縦横スクロールバー */
.scrollerjogbox {
  width: 10px;
  height: 10px;
  top: auto;
  left: auto;
  bottom: 0;
  right: 0;
  background-color: #c8c8c8;
}

/*----------------------------------------
about
----------------------------------------*/
section.about {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-bottom: 17%;
}

.about_box {
  padding-left: 6%;
}

.about_box h3 {
  border-bottom: solid #333333 2px;
  margin-bottom: 40px;
  padding: 0 4px 8px;
}

.contents_box.about p.large {
  font-size: 2.0rem;
}

.about_vision_txt {
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 1em;
}

/* policy */
.policy_box {
  display: flex;
  justify-content: space-between;
}

.policy_item {
  width: 48%;
}

.number_title_txt.about {
  align-items: center;
  margin-bottom: 40px;
  margin-right: 0;
}

.number_title_txt.about .number_title_number {
  font-size: 4.0rem;
  width: 60px;
}

.number_title_txt.about h4 {
  display: flex;
  font-size: 2.0rem;
  flex-direction: column;
  justify-content: center;
  line-height: 1.3;
  width: calc(100% - 80px);
}

/* mission */
.about_sdgs_title {
  margin: 0 auto 60px;
  text-align: center;
  width: 180px;
}

.about_mission_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px auto 0;
  width: 90vw;
  min-width: 1200px;
}

.about_mission_item {
  margin-bottom: 60px;
  width: 48%;
}

.about_mission_img {
  margin-bottom: 20px;
}

.about_mission_item .number_title_txt, .about_mission_item p {
  padding: 0 30px;
}

.about_mission_item .number_title_txt {
  margin-bottom: 30px;
}

.about_mission_item ul {
  padding: 0 30px;
}

.about_mission_others {
  border: solid #9fa0a0 1px;
  display: inline-flex;
  margin: 0 auto;
}

.about_mission_others_title {
  align-items: center;
  border-right: solid #9fa0a0 1px;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
}

.about_mission_others_list {
  padding: 20px 40px;
}

.about_mission_others_list ul {
  list-style: none;
  margin: 0;
  text-align: left;
}

/*----------------------------------------
commendation
----------------------------------------*/
.contents_box.commendation {
  margin: 0 auto;
  width: 800px;
}

.comme_list {
  display: flex;
  gap: 20px;
  line-height: 1.6;
  margin-bottom: 40px;
}

.comme_list dt {
  position: relative;
  width: 120px;
}

.comme_list dt span {
  padding-left: 12px;
}

.comme_list dt span:before {
  background-color: #333333;
  content: "";
  display: block;
  height: 2px;
  left: 0;
  position: absolute;
  top: 0.6em;
  width: 6px;
}

.comme_list dd {
  width: calc(100% - 140px);
}

.comme_list dd .comme_title {
  border-left: 6px solid #e2e2e2;
  margin-bottom: 10px;
  padding-left: 8px;
}

.comme_list dd .comme_content a:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  margin-left: 8px;
  text-decoration: none;
}

.comme_photobox {
  display: flex;
  gap: 4px;
  margin-top: 10px;
}

.comme_photobox div {
  width: calc(50% - 2px);
}

/*----------------------------------------
event
----------------------------------------*/
.relifestyle {
  position: relative;
}

.relifestyle .caption {
  position: absolute;
  right: 20px;
  top: 6px;
}

.event_event {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  min-height: 140px;
  padding-bottom: 9%;
}

.event_toevent {
  margin-top: 60px;
  text-align: center;
}

a.a_radius {
  border: solid 1px #333333;
  border-radius: 30px;
  display: inline-block;
  height: 60px;
  line-height: 60px;
  padding: 0 40px;
}

a.a_radius:hover {
  background-color: #1dc5e7;
  border: solid 1px #1dc5e7;
  color: #fff;
}

.event_freespace {
  background-color: #000;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 42%;
  margin-top: 10vw;
  padding-top: 40px;
}

.event_freespace_rental {
  background-color: #fff;
  margin-top: 20px;
  padding: 20px 20px 0 40px;
  width: 65%;
}

.event_freespace_rental_img {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.event_freespace_rental_item {
  width: 48%;
}

.event_freespace_rental_item p {
  margin-top: 6px;
  text-align: right;
}

.notice_pinkbox.freespace {
  text-align: center;
  margin-bottom: 20px;
}

/*----------------------------------------
staffs
----------------------------------------*/
.staffs_item {
  margin-bottom: 100px;
}

.staffs_img {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 40%;
  position: relative;
}

.staffs_item#nakashimasatoshi .staffs_img {
  background-position: left bottom;
}

.staffs_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.staffs_box .staffs_item {
  width: 48%;
}

.staffs_box .staffs_img {
  padding-top: 58.3%;
}

.staffs_namebox {
  background: #fff;
  bottom: 0;
  left: 0;
  padding: 20px 100px;
  position: absolute;
}

.staffs_box .staffs_namebox {
  padding-left: 30px;
  padding-right: 30px;
}

.staffs_name {
  font-size: 1.5em;
  font-weight: bold;
}

.staffs_en {
  color: rgba(159, 160, 160, 0.4);
  font-size: 6.2rem;
  line-height: 1;
  position: absolute;
  right: 2px;
  top: calc(100% - 20px);
}

.staffs_box .staffs_en {
  font-size: 3.0rem;
  top: calc(100% - 10px);
}

.staffs_words {
  color: #fff;
  font-size: 3.5rem;
  font-weight: bold;
  left: 8%;
  line-height: 1.5;
  position: absolute;
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4), -2px -2px 0.2em rgba(0, 0, 0, 0.4);
  top: 30%;
}

.staffs_box .staffs_words {
  font-size: 3.0rem;
  top: 16%;
}

.staffs_box .staffs_item#takashimaarisa .staffs_words {
  top: 10%;
}

.staffs_box .staffs_item#nakashimasatoshi .staffs_words {
  left: 50%;
}

/*----------------------------------------
staff personal
----------------------------------------*/
.staff_catch {
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  position: relative;
  width: 100%;
}

.staff_catch.tajimamiyuki {
  background-position: center top;
}

.staff_catch.nakashimasatoshi {
  background-position: left center;
}

.staff_catch .staffs_words {
  font-size: 5.0rem;
  font-weight: bold;
  left: 10%;
  line-height: 1.5;
}

.staff_catch.takashimaarisa .staffs_words {
  top: 30px;
  left: 7%;
}

.staff_catch.nakashimasatoshi .staffs_words {
  top: 50px;
}

.staff_catch h3.staffs_namebox {
  font-size: 1.8rem;
  padding: 30px 100px;
}

.staff_catch .staffs_name {
  font-size: 2em;
}

.staff_catch .staffs_en {
  padding-right: 40px;
}

.contents_box.staff {
  padding-top: 100px;
}

.staff_meaning {
  background-color: #f6f6f6;
  margin-bottom: 60px;
  padding: 30px 60px;
}

.staff_meaning_words {
  font-size: 2.2rem;
}

.staff_meaning p {
  margin-top: 20px;
}

/* qa */
.staff_qa_box {
  margin-bottom: 100px;
}

.staff_qa {
  margin-bottom: 60px;
}

.staff_qa h4 {
  font-size: 2.8rem;
  margin-bottom: 20px;
  padding: 0 30px 0 70px;
  position: relative;
}

.staff_qa h4:before {
  border-top: solid #333333 1px;
  content: "";
  display: inline-block;
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  height: 1px;
  left: 0;
  margin-right: 20px;
  position: absolute;
  top: 24px;
  width: 60px;
}

.staff_qa_a {
  font-size: 2.4rem;
  padding: 0 30px 0 70px;
}

.staff_face {
  margin: 100px auto;
  text-align: center;
}

.staff_face img {
  height: auto;
  max-width: 80%;
}

/* photo */
.staff_photo_box {
  text-align: center;
}

.staff_photo_box h3 {
  margin-bottom: 40px;
}

/*----------------------------------------
recruit
----------------------------------------*/
.catchbox.recruit {
  margin-bottom: 100px;
}

.recruit_movie {
  padding-top: 56.2%;
  position: relative;
}

.recruit_movie iframe {
  height: 100%;
  position: absolute;
  bottom: 0;
  vertical-align: top;
  width: 100%;
}

.recruit_title {
  font-family: "Open Sans Condensed", YuGothic, "Yu Gothic", sans-serif;
  font-size: 5.6rem;
  line-height: 1.2;
  position: absolute;
  left: 4%;
  top: 20%;
}

/*----------------------------------------
train
----------------------------------------*/
.train_box {
  padding: 0 60px;
  text-align: center;
}

.train_box img {
  margin-bottom: 60px;
}

.train_box p {
  font-weight: bold;
  margin-bottom: 20px;
}

.train_box p:first-of-type {
  font-size: 2.2rem;
}

/*----------------------------------------
inquiry
----------------------------------------*/
.contents_box.inquiry {
  margin: 0 auto;
  width: 600px;
}

.pagetitle.inquiry {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 140px;
  padding-bottom: 20px;
  padding-top: 80px;
}

.pagetitle.inquiry h2 {
  margin: 0 auto;
  width: 600px;
}

.contents_box.inquiry .lead {
  margin-bottom: 40px;
}

/***** progress *****/
.inquiry_progress_wrapper {
  margin: 40px auto 60px;
  position: relative;
  width: 450px;
  z-index: 1;
}

.inquiry_progress_wrapper:before {
  background-color: #d2d2d2;
  content: "";
  height: 2px;
  left: 75px;
  position: absolute;
  top: 17px;
  width: 300px;
}

.inquiry_progress {
  display: flex;
  margin: 0 auto;
  position: relative;
  width: 100%;
  z-index: 2;
}

.inquiry_progress:before, .inquiry_progress:after {
  background-color: #333333;
  content: "";
  height: 2px;
  opacity: 0;
  position: absolute;
  top: 17px;
  transition: .8s ease;
  transform-origin: left center;
  width: 149px;
}

.inquiry_progress:before {
  left: 84px;
}

.inquiry_progress:after {
  left: 234px;
}

.inquiry_progress.second:before,
.inquiry_progress.third:after {
  animation: .8s ease 0.5s forwards progressbar;
}

@keyframes progressbar {
  0% {
    opacity: 0;
    transform: scalex(0);
  }
  100% {
    opacity: 1;
    transform-origin: left top;
    transform: scalex(1);
  }
}
.inquiry_progress.third:before {
  opacity: 1;
}

.inquiry_progress_item {
  color: #d2d2d2;
  align-items: center;
  display: flex;
  flex-direction: column;
  font-size: 1.3rem;
  position: relative;
  width: 150px;
  z-index: 10;
}

.inquiry_progress_item i {
  font-size: 2.0rem;
  z-index: 10;
}

.inquiry_progress_item.current,
.inquiry_progress_item.done {
  color: #333333;
}

.inquiry_progress_item.current:after {
  background-color: #e0e0e0;
  content: "";
  border-radius: 50%;
  display: block;
  height: 32px;
  left: center;
  position: absolute;
  top: 1px;
  width: 32px;
  z-index: 2;
}

.inquiry_tel {
  align-items: center;
  color: #1dc5e7;
  display: flex;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1;
}

.inquiry_tel img {
  height: 26px;
  margin-right: 20px;
}

.formbox dl {
  margin-bottom: 40px;
}

.formbox dl dt {
  align-items: center;
  display: flex;
  font-weight: bold;
  margin-bottom: 10px;
}

.formbox dl dt .must {
  background-color: #d40d80;
  color: #fff;
  font-size: 0.9em;
  line-height: 1;
  margin-left: 10px;
  padding: 6px 8px 4px;
}

.formbox dl dd {
  margin-bottom: 10px;
}

.formbox dl dd ul.checklist {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
}

.formbox dl dd ul.checklist li {
  margin-right: 40px;
}

.inquiry_postcode {
  display: flex;
}

.inquiry_postcode input {
  margin-right: 20px;
  width: 50%;
}

.inquiry_postcode a {
  align-items: center;
  border-radius: 6px;
  display: inline-flex;
  height: 100%;
  margin: 0;
  width: auto;
}

/* privacy */
.inquiry_privacy {
  border: solid #b5b5b6 1px;
  font-size: 1.3rem;
  height: 200px;
  margin: 20px auto;
  overflow-y: scroll;
  padding: 20px;
}

.inquiry_privacy h4 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

.inquiry_privacy h5 {
  border-left: 6px double #727272;
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 1em;
  margin-top: 1.5em;
  padding-left: 14px;
  padding-right: 14px;
}

.inquiry_privacy ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: -20px;
  padding-left: 24px;
  text-indent: -24px;
}

.inquiry_privacy p {
  margin-bottom: 1em;
}

.inquiry_privacy ul {
  margin-bottom: 1em;
}

.inquiry_privacy ul ul {
  margin-bottom: 0;
}

.inquiry_privacy ol li {
  list-style-type: none;
  counter-increment: cnt;
  margin-left: -20px;
  padding-left: 24px;
  text-indent: -24px;
}

.inquiry_privacy ol li::before {
  content: "(" counter(cnt) ") ";
}

.inquiry_btnbox {
  display: flex;
  justify-content: center;
  margin-top: 40px;
  padding: 0 30px;
}

.inquiry_btnbox input, .inquiry_btnbox submit {
  border: none;
  border-radius: 6px;
  color: #fff;
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  width: 45%;
}

.inquiry_privacy .kome {
  color: #FD4B66;
  margin-right: 6px;
}

.inquiry_btnbox input, .inquiry_btnbox submit {
  border: none;
  border-radius: 6px;
  color: #fff;
  margin: 0 20px;
  padding: 20px;
  text-align: center;
  width: 45%;
}

.inquiry_btnbox input:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
}

.inquiry_btnbox input:hover {
  cursor: pointer;
}

.inquiry_btnbox input#btn_confirm,
.inquiry_btnbox input#btn_send {
  background: #1dc5e7;
}

.inquiry_btnbox input#btn_reset {
  background: #333333;
}

/* form */
::placeholder {
  color: #b5b5b6;
}

input[type="text"]:focus,
textarea:focus {
  border: solid #1dc5e7 1px;
}

input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
  border: solid #b5b5b6 1px;
  border-radius: 6px;
  padding: 20px;
  width: 100%;
}

.wpcf7-list-item {
  margin: 0 30px 0 0;
}

/* confirm */
.confirm_table {
  width: 100%;
}

.confirm_table tr {
  border-bottom: solid #DBDBDB 1px;
}

.confirm_table th {
  padding: 10px 20px;
  text-align: left;
}

.confirm_table td {
  padding: 10px 20px 10px 20px;
}

/*----------------------------------------
sitemap 404
----------------------------------------*/
.pagetitle.sitemap {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 180px;
  padding-bottom: 20px;
  padding-top: 100px;
}

.pagetitle.sitemap h2 {
  margin: 0 auto;
  width: 800px;
}

.contents_box.sitemap {
  margin: 0 auto;
  width: 800px;
}

.contents_box.sitemap h3 {
  margin-bottom: 40px;
}

.sitemap_box {
  display: flex;
  justify-content: space-between;
}

ul.sitemap_list {
  border-left: solid #DBDBDB 1px;
  margin-left: 0;
  width: calc((100% - 60px)/2);
}

ul.sitemap_list li {
  line-height: 2.2;
  list-style: none;
}

ul.sitemap_list > li {
  margin-bottom: 1em;
}

ul.sitemap_list li:before {
  content: "-";
  color: #1dc5e7;
  font-weight: 300;
  margin-right: 0.5em;
}

/*----------------------------------------
post contents
----------------------------------------*/
.container_post {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1200px;
}

.post_main {
  width: 70%;
}

.post_sub {
  width: 25%;
}

.container_post_full {
  margin: 0 auto;
  width: 1200px;
}

/***** side *****/
.post_sub section {
  margin-top: 0;
}

.post_sub h3 {
  font-size: 2.2rem;
  font-weight: normal;
  margin-bottom: 20px;
}

/* category */
ul.sub_category_list {
  list-style: none;
  margin: 0;
  padding: 0px 6px 10px;
}

ul.sub_category_list li {
  margin-bottom: 8px;
}

ul.sub_category_list li a {
  display: inline-block;
  transition: transform .3s;
}

ul.sub_category_list li a:before {
  content: "\f068";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 8px;
}

ul.sub_category_list li a:hover {
  transform: translateX(10px);
}

a.sub_category_all {
  border: solid #333333 1px;
  display: inline-block;
  padding: 14px 30px;
  text-align: center;
  transition: transform .3s;
}

a.sub_category_all:hover {
  border-color: #1dc5e7;
}

/* latest post */
.sub_latest_list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.sub_latest_list .post_list_thumbnail {
  height: 60px;
  width: 80px;
}

.sub_latest_list .post_list_thumbnail img {
  height: 60px;
  width: 80px;
}

.sub_latest_list .post_title_box {
  width: calc(100% - 90px);
}

.post_title {
  font-size: 0.9em;
  font-weight: 700;
  line-height: 1.6;
}

/***** single *****/
.post_content_box {
  padding: 40px 0;
}

.post_content_box a {
  text-decoration: underline;
  word-wrap: break-word;
}

.post_content_box img {
  height: auto;
  margin: auto;
}

.post_pt_sub {
  color: #d8d8d8;
  font-size: 2.4rem;
  line-height: 1;
  text-align: right;
}

.post_datebox {
  align-items: center;
  display: flex;
}

.post_date {
  color: #b5b5b6;
  font-family: 'Lato', sans-serif;
  line-height: 1;
  margin-bottom: 6px;
  width: 100px;
}

.post_category {
	display: flex;
  width: calc(100% - 100px);
}

.post_category ul {
  display: flex;
  margin: 0;
}

.post_category ul.post-categories li {
  list-style: none;
  margin: 4px 10px 4px 0;
}

.post_category ul.post-categories li a,.post_category a {
  align-items: center;
  border: solid rgba(35, 24, 21, 0.6) 1px;
  border-radius: 10px;
  display: flex;
  font-size: 1.0rem;
  justify-content: center;
  height: 20px;
  line-height: 20px;
  padding: 0px 10px;
}

.post_content_box .post_category ul.post-categories li a {
  text-decoration: none;
}

.post_main.single .post_title {
  border-bottom: solid #DBDBDB 1px;
  padding-bottom: 30px;
}

.post_title h2 {
  font-size: 3.4rem;
  font-weight: normal;
}

.bnr_inquiry {
  margin: 60px auto 0;
  text-align: center;
}

/* postlink */
.postlink_box {
  border-top: double #DBDBDB 3px;
  display: flex;
  justify-content: space-between;
}

.postlink_item {
  font-size: 1.2rem;
  margin: 0 0px;
  padding: 20px 10px;
  width: calc((100% - 100px)/2);
}

.postlink_item a:before,
.postlink_item a:after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
}

.postlink_item.all {
  border-left: solid #DBDBDB 1px;
  border-right: solid #DBDBDB 1px;
  margin: 0 10px;
  text-align: center;
  width: 100px;
}

.postlink_item.previous {
  text-align: right;
}

.postlink_item.next a:before {
  content: "\f100";
  margin-right: 10px;
}

.postlink_item.previous a:after {
  content: "\f101";
  margin-left: 10px;
}

/***** list *****/
.container_post .pagetitle,
.container_post_full .pagetitle {
  align-items: flex-end;
  display: flex;
  justify-content: space-between;
  padding: 0;
}

.post_list_box {
  border-top: solid #DBDBDB 1px;
  margin-bottom: 40px;
}

.post_list_item {
  border-bottom: solid #DBDBDB 1px;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px;
}

.post_list_thumbnail {
  height: 120px;
  overflow: hidden;
  width: 160px;
}

.post_list_thumbnail img {
  height: 120px;
  object-fit: cover;
  max-width: initial;
  width: 160px;
}

.post_list_item .post_title_box {
  width: calc(100% - 200px);
}

.post_list_item .post_title {
  font-size: 1.8rem;
}

/* WP PageNavi*/
.wp-pagenavi {
  clear: both;
  font-family: 'Lato', sans-serif;
  text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #333333;
  padding: 7px 9px;
  margin: 2px;
}

.wp-pagenavi span.pages {
  border: none;
  display: block;
}

.wp-pagenavi span.pages::after {
  content: "\A";
  white-space: pre;
}

.wp-pagenavi span.current {
  background-color: #333333;
  border-color: #333333;
  color: #fff;
}

.wp-pagenavi a:hover {
  background-color: #1dc5e7;
  border-color: #1dc5e7;
  color: #fff;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

/***** WordPress Native Styles *****/
/* editor */
.post_content_box p {
  display: block;
  margin: 1em 0;
}

.post_content_box strong {
  font-weight: bold;
}

.post_content_box em {
  font-style: italic;
}

.post_content_box blockquote {
  display: block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 40px;
  -webkit-margin-end: 40px;
}

/* img */
.post_content_box .aligncenter {
  display: block;
  margin: 0 auto;
}

.post_content_box .alignright {
  float: right;
}

.post_content_box .alignleft {
  float: left;
}

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.clearfix {
  overflow: hidden;
  zoom: 1;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*----------------------------------------
post event
----------------------------------------*/
.post_main_event {
  width: 100%;
}

/***** event single *****/
.event_category {
  display: flex;
  flex-wrap: wrap;
}

.event_category a {
  background-color: #5e9e62;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0 4px;
}

.eventdata_box {
  border-bottom: 1px solid #DBDBDB;
  display: flex;
}

.event_acceptance {
  align-items: center;
  border-bottom-left-radius: 50px;
  border-bottom-right-radius: 50px;
  color: #fff;
  display: flex;
  font-size: 1.6rem;
  height: 50px;
  justify-content: center;
  text-align: center;
  width: 100px;
}

.event_acceptance.accept {
  background-color: #f99f58;
}

.event_acceptance.close {
  background-color: #757575;
}

.eventdata {
  padding: 10px 10px 10px 30px;
}

.eventdata_item {
  display: flex;
  margin-bottom: 10px;
}

.eventdata_title {
  width: 60px;
}

.eventdata_detail {
  width: calc(100% - 60px);
}

/***** event list *****/
.post_list_box.event {
  border-top: none;
  display: flex;
  flex-wrap: wrap;
}

.events_tocalendar {
  background-size: auto auto;
  background-color: #bbe2ee;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 2px, white 2px, white 4px);
  margin: 0 0 40px auto;
  padding: 8px;
  width: 300px;
}

.events_tocalendar a {
  background-color: #fff;
  display: block;
  padding: 10px;
  text-align: center;
}

.events_tocalendar a span {
  display: block;
  transition: transform .3s;
}

.events_tocalendar a:hover span {
  display: block;
  transform: translateX(10px);
}

.events_tocalendar a span:after {
  content: "\f105";
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  margin-left: 10px;
}

.post_list_item_event {
  border: solid #DBDBDB 1px;
  margin-bottom: 20px;
  margin-right: 20px;
  position: relative;
  width: calc((100% - 60px)/4);
}

.post_list_item_event:nth-child(4n) {
  margin-right: 0;
}

.post_list_item_event .post_list_thumbnail {
  height: 180px;
  width: 100%;
}

.post_list_item_event .post_list_thumbnail img {
  height: 180px;
  width: 100%;
}

.post_list_item_event .post_title_box {
  padding: 20px;
}

.post_list_item_event .post_title {
  border-bottom: 1px solid #DBDBDB;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

/* accept */
.post_list_item_event .event_acceptance {
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  font-size: 1.2rem;
  height: 40px;
  left: 4px;
  position: absolute;
  top: -4px;
  width: 80px;
}

.events_tocalendar {
  text-align: right;
}

/* side */
.sub_latest_list .eventdata_item {
  flex-direction: column;
}

.sub_latest_list .eventdata_item {
  font-size: 0.8em;
  margin-bottom: 0;
}

.sub_latest_list .eventdata_title {
  width: auto;
}

/*----------------------------------------
post voice
----------------------------------------*/
.post_main.voice .post_title {
  border: solid #DBDBDB 4px;
  margin-top: 20px;
  padding: 40px 30px;
  text-align: center;
}

.post_single_box.voice section h3 {
  border-bottom: solid #DBDBDB 1px;
  margin-bottom: 60px;
  text-align: center;
}

.voice_withclient {
  margin-bottom: 100px;
  text-align: center;
}

.voice_interview_box h4 {
  margin: 60px auto 40px;
  text-align: center;
}

.voice_construction {
  border: solid #333333 1px;
  display: flex;
  margin-top: 100px;
}

.voice_construction_title {
  align-items: center;
  background-color: #333333;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: 20px 40px;
  width: 180px;
}

.voice_construction_contents {
  align-items: center;
  display: flex;
  flex-basis: 90%;
  font-size: 1.3em;
  justify-content: center;
  padding: 20px;
  text-align: center;
}

.voice_beforeafter {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.voice_beforeafter_photo {
  margin-bottom: 40px;
  text-align: center;
  width: calc((100% - 20px)/2);
}

.swiper-container {
  width: 100%;
}

.swiper-slide {
  background-color: #fff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 75%;
  text-align: center;
  width: 100%;
}

.swiper-slide img {
  display: none;
  max-height: 630px;
  object-fit: cover;
  max-width: 100%;
}

.swiper-slide .voice_after_number {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  height: 5.0rem;
  margin-top: -2.5rem;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before,
.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  color: rgba(0, 0, 0, 0.6);
  font-family: "Font Awesome 6 Pro";
  font-size: 5.0rem;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  top: 0;
}

.swiper-button-prev:before,
.swiper-container-rtl .swiper-button-next:before {
  content: "\f053";
}

.swiper-button-next:before,
.swiper-container-rtl .swiper-button-prev:before {
  content: "\f054";
}

.thumblist {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.thumblist-item {
  background-color: #000;
  cursor: pointer;
  height: 88px;
  margin: 0 10px 10px 0px;
  position: relative;
  text-align: center;
  width: calc((100% - 50px)/6);
}

.thumblist-item:nth-child(6n) {
  margin-right: 0;
}

.thumblist-item img {
  margin: 0 auto;
  height: 88px;
  object-fit: cover;
  opacity: 0.5;
  vertical-align: bottom;
  width: 100%;
}

.thumblist-item.current img {
  border: 4px solid #C1A680;
  opacity: 1;
}

.thumblist-item .voice_after_number {
  bottom: 10px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 3.0rem;
  font-weight: 700;
  right: 16px;
  line-height: 1;
  position: absolute;
}

.voice_after_captionbox {
  display: flex;
  margin-top: 20px;
}

.voice_after_captionbox .voice_after_number {
  width: 60px;
}

.voice_after_captionbox .voice_after_caption {
  width: calc(100% - 60px);
}

.voice_questionnaire {
  padding-top: 40px;
  text-align: center;
}

/*----------------------------------------
post works
----------------------------------------*/
.post_main.works {
  width: 100%;
}

.post_single_box.works section h3 {
  border-bottom: solid #DBDBDB 1px;
  margin-bottom: 60px;
  margin-top: 100px;
  text-align: center;
}

.works_category {
  display: flex;
  flex-wrap: wrap;
}

.works_category a {
  background-color: #836752;
  color: #fff;
  font-size: 0.8em;
  margin-bottom: 4px;
  margin-right: 4px;
  padding: 0 4px;
}

.works_beforeafter_title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.works_beforeafter_title_item {
  text-align: center;
  width: calc((100% - 50px)/2);
}

.works_beforeafter {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.works_before_caption {
  font-weight: 700;
  margin-bottom: 10px;
  margin-top: 40px;
}

.works_beforeafter_item {
  position: relative;
  width: calc((100% - 50px)/2);
}

.works_beforeafter_item.before:after {
  content: "\f324";
  color: #9fa0a0;
  display: block;
  font-family: "Font Awesome 6 Pro";
  font-size: 3.0rem;
  font-weight: 300;
  height: 3.0rem;
  line-height: 1;
  margin-top: -1.5rem;
  position: absolute;
  right: -36px;
  top: 50%;
}

/* index */
ul.works_categorybox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
}

ul.works_categorybox li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  list-style: none;
  margin-bottom: 40px;
  position: relative;
  width: calc((100% - 40px)/2);
}

ul.works_categorybox.three li {
  width: calc((100% - 80px)/3);
}

ul.works_categorybox li a {
  background-color: rgba(0, 0, 0, 0);
  color: #fff;
  display: block;
  font-size: 4.0rem;
  font-weight: 700;
  text-shadow: 2px 2px 0.2em rgba(0, 0, 0, 0.4), -2px -2px 0.2em rgba(0, 0, 0, 0.4);
}

ul.works_categorybox li a span {
  display: block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

ul.works_categorybox li a:hover {
  background-color: black;
  color: #1dc5e7;
}

ul.works_categorybox li a:hover img {
  opacity: .5;
}

ul.works_categorybox.three li a {
  font-size: 3.0rem;
}

.works_latestposts {
  margin-bottom: 20px;
}

/*----------------------------------------
post staffblog
----------------------------------------*/
.pagetitle.staffblog h2 {
  font-family: 'Shippori Mincho', serif;
}

.pagetitle.staffblog h2 span {
  font-size: 0.9em;
}

.tsuredure {
  font-family: 'Shippori Mincho', serif;
}

/********** responsiv ***********/
@media (max-width: 1450px) {
  /*----------------------------------------
  company 1450px
  ----------------------------------------*/
  #company_omoi .catch_img:before {
    padding-top: 50%;
  }

  .message_energy {
    font-size: 2.4rem;
  }

  /*----------------------------------------
  staffs 1450
  ----------------------------------------*/
  .staffs_box .staffs_words {
    font-size: 2.4rem;
    top: 13%;
  }

  /*----------------------------------------
  staff personal 1450
  ----------------------------------------*/
  .staff_catch {
    background-attachment: scroll;
    background-position: center center;
    height: 500px;
  }

  .staff_catch.tajimamiyuki {
    background-position: center top 50%;
  }

  .staff_catch .staffs_words {
    font-size: 4.0rem;
  }

  .staff_catch h3.staffs_namebox {
    padding: 20px 60px;
  }
}
@media (max-width: 1240px) {
  #header_logo {
    padding: 0;
    width: 220px;
  }

  /*----------------------------------------
  footer 1240
  ----------------------------------------*/
  .footer_block {
    gap: 40px;
  }

  footer .subnav_box {
    justify-content: center;
  }

  /*----------------------------------------
  top 1240
  ----------------------------------------*/
  .topbox {
    padding: 0 20px;
    width: 100%;
  }

  /***** top_main *****/
  .top_main_copy01 {
    font-size: 4.8vw;
  }

  .top_main_copy02 {
    font-size: 2.4vw;
  }

  /***** news *****/
  .top_news_viewmore {
    width: auto;
  }

  /***** line *****/
  #top_line {
    padding-right: 0px;
  }

  .top_line_qr {
    margin-left: 10px;
  }

  .top_line_copy {
    font-size: 1.2rem;
  }

  .top_moviebox {
    width: 100%;
  }

  .top_contentsbox_lead {
    padding: 0 10px;
  }

  /*======================================
  *
  * contents 1240
  *
  ======================================*/
  .pagetitle {
    padding: 0 30px;
    width: 100%;
  }

  .contents_box {
    width: 100%;
  }

  .whitebox.center {
    padding: 0px 0px;
  }

  .number_title_txt h3 {
    font-size: 2.3rem;
  }

  .number_title_number {
    font-size: 6.4rem;
  }

  .newline {
    display: flex;
    flex-wrap: wrap;
  }

  .newline.center {
    justify-content: center;
  }

  .newline .title_sub {
    margin-left: 0;
  }

  #breadcrumbs {
    padding: 0 20px;
  }

  /*----------------------------------------
  business 1240
  ----------------------------------------*/
  h3.business_title_life {
    padding: 0 10px;
  }

  /*----------------------------------------
  company 1124
  ----------------------------------------*/
  .overview_item {
    padding-left: 30px;
  }

  /*----------------------------------------
  about 1240
  ----------------------------------------*/
  .about_box {
    padding-left: 6vw;
  }

  .about_declaration {
    padding-right: 10px;
  }

  .about_box p {
    padding-right: 10px;
  }

  .about_vision_txt {
    padding-right: 10px;
  }

  .number_title_txt.about h4 {
    padding-right: 10px;
  }

  .about_mission_box {
    min-width: initial;
    min-width: auto;
    width: 100%;
  }

  .about_mission_item p {
    padding-right: 10px;
  }

  /*----------------------------------------
  	train 1240
  	----------------------------------------*/
  .train_box {
    padding: 0 40px;
  }

  /*----------------------------------------
  staff　1240
  ----------------------------------------*/
  .staffs_box .staffs_en {
    font-size: 2.6rem;
    padding-right: 20px;
  }

  /*----------------------------------------
  staff personal　1240
  ----------------------------------------*/
  .staff_catch {
    background-attachment: scroll;
    background-position: center center;
    background-size: 130%;
  }

  .staff_catch .staffs_words {
    font-size: 3.8rem;
    left: 70px;
  }

  .staff_catch .staffs_name {
    font-size: 1.7em;
  }

  .staff_qa h4 {
    font-size: 2.4rem;
  }

  .staff_qa_a {
    font-size: 2.0rem;
  }

  .staff_face img {
    max-width: 60%;
  }

  /*----------------------------------------
  post 1240
  ----------------------------------------*/
  .container_post,
  .container_post_full {
    width: 100%;
  }

  .post_main.single {
    padding-left: 20px;
  }

  .post_sub {
    width: 26%;
  }

  /***** side *****/
  .post_sub {
    padding-right: 20px;
  }

  /***** list *****/
  .container_post .pagetitle,
  .container_post_full .pagetitle {
    padding: 0 20px 0 20px;
  }

  /*----------------------------------------
  event 1240
  ----------------------------------------*/
  .post_main_event,
  .post_main.event {
    padding-left: 20px;
  }

  .post_main_event .pagetitle,
  .post_main.event .pagetitle {
    padding-left: 0px;
  }

  .post_list_item_event {
    width: calc((100% - 40px)/3);
  }

  .post_list_item_event:nth-child(4n) {
    margin-right: 20px;
  }

  .post_list_item_event:nth-child(3n) {
    margin-right: 0;
  }

  /*----------------------------------------
  works 1240
  ----------------------------------------*/
  .works_latestposts {
    padding: 0 20px;
  }

  /**/
}
@media (max-width: 840px) {
  /*======================================
  *
  * common 840
  *
  ======================================*/
  main h3 {
    font-size: 2.6rem;
  }

  .tel_blue {
    padding: 30px;
  }

  .tel_blue_tel .tel {
    font-size: 3.2rem;
  }

  .sp, .pc {
    display: none;
  }

  .tab {
    display: block;
  }

  /*----------------------------------------
  header 840
  ----------------------------------------*/
  /***** nav btn *****/
  .nav_btn_box {
    display: block;
    z-index: 300;
    cursor: pointer;
    position: fixed;
    right: 30px;
    text-align: center;
    top: 30px;
  }

  .nav_btn_lines {
    height: 18px;
    margin: 0 auto;
    position: relative;
    width: 36px;
  }

  .nav_btn {
    background-color: #333333;
    border-radius: 2px;
    left: 0px;
    position: absolute;
    transition: 0.3s;
    width: 100%;
    height: 2px;
  }

  .line_top {
    top: 0px;
  }

  .line_middle {
    top: 8px;
  }

  .line_bottom {
    top: 16px;
  }

  /* nav btn open */
  #header_nav.open .line_top {
    top: 9px;
    transform: rotate(45deg);
  }

  #header_nav.open .nav_btn.line_middle {
    background-color: transparent;
  }

  #header_nav.open .line_bottom {
    top: 9px;
    transform: rotate(-45deg);
  }

  /***** nav *****/
  .navbox {
    background-color: rgba(255, 255, 255, 0.9);
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    left: 100vw;
    opacity: 0;
    padding: 70px 80px 30px;
    position: fixed;
    top: 0;
    transition: 0.5s;
    width: 75%;
    z-index: 200;
  }

  .mainnav_box {
    display: block;
    margin-bottom: 0px;
    order: 1;
    padding: 0;
  }

  header.top .mainnav_box {
    background-color: transparent;
  }

  header ul.nav {
    display: block;
    margin-bottom: 30px;
  }

  header.top ul.nav {
    background: inherit;
  }

  header.top ul.nav li, header ul.nav li {
    padding: 0;
  }

  header ul.nav li {
    border-bottom: solid #9fa0a0 1px;
  }

  header ul.nav li a {
    display: block;
    overflow: hidden;
    padding: 16px 16px;
  }

  header ul.nav li a:after {
    background-color: transparent;
    bottom: auto;
    content: "\f105";
    font-family: "Font Awesome 6 Pro";
    font-weight: 300;
    height: auto;
    left: auto;
    right: 20px;
    transform: none;
    width: auto;
  }

  header.top ul.nav li a, .nav_inquiry a {
    color: inherit;
  }

  header.top .nav_inquiry a {
    border: solid 1px #333333;
    color: #333333;
  }

  /* sub */
  header .subnav_box {
    padding: 0 10px;
    order: 2;
  }

  header .subnav_box, header ul.subnav {
    justify-content: flex-start;
    padding-right: 0;
  }

  header ul.subnav {
    order: 3;
  }

  header ul.subnav li {
    margin: 0 30px 0px 0;
  }

  header .subnav_contact {
    margin-bottom: 20px;
    margin-right: 20px;
    order: 1;
  }

  header .subnav_relife {
    margin-bottom: 20px;
    order: 2;
  }

  /* nav open */
  #header_nav.open .navbox {
    opacity: 1;
    transform: translateX(-75vw);
  }

  /*----------------------------------------
  footer 840
  ----------------------------------------*/
  .footer_box {
    display: block;
    padding: 20px 20px 10px 20px;
  }

  .footer_block {
    display: block;
    margin-bottom: 20px;
  }

  #footer_logobox {
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
  }

  #footer_copyright {
    position: static;
    text-align: center;
  }

  .footer_navbox {
    padding-top: 0;
  }

  .footer_nav_block {
    margin-right: 0;
  }

  .footer_box ul {
    justify-content: center;
  }

  .footer_box ul.nav li {
    margin-bottom: 20px;
  }

  footer .subnav_box {
    justify-content: center;
    padding: 0 20px;
  }

  footer ul.subnav li, footer .subnav_relife {
    margin: 0 15px;
  }

  footer ul.subnav {
    padding: 0;
  }

  /*======================================
  *
  * top 840
  *
  ======================================*/
  /***** top_main *****/

  .top_main_copy {
    background-position: right bottom 10px;
    background-size: 150%;
    padding: 0 10% 140px;
    top: 40%;
  }

  /***** news *****/
  #top_news {
    display: block;
  }

  #top_news_list {
    margin-bottom: 20px;
    padding: 0 40px;
    width: 100%;
  }

  /***** company *****/
/*   .top_company_catch {
    padding: 0px 20px;
  } */

/*   .top_company_catch h3 {
    font-size: 2.2rem;
    font-size: clamp(2.2rem, 4vw, 3rem);
  } */

  /***** stories *****/
  .top_stories_relife a {
    background-position: center top -240px;
  }

  .top_stories_relife_item {
    padding: 0px 60px 0px 30px;
    text-align: left;
  }

  .relife_kengaku {
    margin-top: 20px;
  }

  /***** service *****/
  .top_works_reform a, .top_works_lpgas a {
    height: 200px;
  }

  /***** contact_box *****/
  .top_contactbox {
    margin: 0 0 0 auto;
    width: 80%;
  }

  .top_contact .a_bg {
    width: 100%;
  }

  /***** blog *****/
  .top_staffblog {
    margin-right: 10px;
    width: calc(100% - 10px);
  }

  .top_staffblog_txt {
    background-size: 44%;
    padding: 6px 50% 6px 30px;
  }

  .top_staffblog_title {
    font-size: 3.0rem;
  }

  /*======================================
  *
  * contents 840
  *
  ======================================*/
  .padbox10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .padbox20 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .catch_copy, .catch_copy_blk {
    font-size: 3.2rem;
  }

  .catch_copy_blk {
    padding: 0 10px;
  }

  /* promise box */
  .promise_box {
    background-size: 40%;
  }

  .promise_item {
    width: 70%;
  }

  .licence_box {
    padding: 20px 0px 20px 0;
  }

  .licence_item {
    padding: 10px 20px 10px 0;
  }

  .h3_border_left .licence_item h3 {
    padding-left: 0.2em;
  }

  /*----------------------------------------
  business 840
  ----------------------------------------*/
  .white_rise#business_lead {
    margin-top: -200px;
  }

  /*----------------------------------------
  lpgas 840
  ----------------------------------------*/
  .lpgas_betweenbox.micom {
    flex-direction: column;
  }

  .lpgas_micom_item:nth-child(1), .lpgas_micom_item:nth-child(2) {
    width: 100%;
  }

  .lpgas_micom_stop {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }

  .lpgas_micom_stop .item, .lpgas_micom_stop .notice_pinkbox {
    width: 48%;
  }

  .lpgas_micom_stop .notice_pinkbox {
    margin-top: 0;
  }

  .lpgas_return_img {
    height: 90px;
  }

  /*----------------------------------------
  company 840
  ----------------------------------------*/
  /* about */
  .about_us_list {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 5%;
  }

  .about_us_list li {
    margin: 0 5% 30px;
    width: 40%;
  }

  /* message */
  .about_declaration {
    font-size: 2.2rem;
  }

  .message_energy {
    font-size: 2.2rem;
  }

  /* overview */
  .overview_box {
    display: block;
  }

  .overview_item, .overview_map_box {
    width: 100%;
  }

  .overview_item {
    padding: 0 20px 20px;
  }

  .overview_table th {
    padding: 6px 20px 6px 20px;
  }

  .overview_table td {
    padding: 6px 20px 6px 20px;
  }

  .overview_map_box {
    display: flex;
    flex-direction: column;
  }

  .overview_map_photo {
    order: 1;
  }

  .overview_map {
    order: 2;
  }

  /*----------------------------------------
  commendation 840
  ----------------------------------------*/
  .contents_box.commendation {
    padding: 0 20px;
    width: 100%;
  }

  /*----------------------------------------
  staffs 840
  ----------------------------------------*/
  .staffs_item {
    margin-bottom: 80px;
  }

  .staffs_box .staffs_img {
    background-position: center center;
    background-size: 120%;
    padding-top: 64%;
  }

  .staffs_en {
    padding-right: 16px;
  }

  .staffs_box .staffs_en {
    font-size: 2.1rem;
    top: calc(100% - 6px);
  }

  .staffs_namebox {
    line-height: 1.5;
    padding: 10px 60px;
  }

  .staffs_box .staffs_namebox {
    padding: 10px 30px;
  }

  .staffs_name {
    font-size: 1.2em;
  }

  .staffs_box .staffs_words {
    font-size: 2.0rem;
    top: 8%;
  }

  .staffs_box .staffs_words.nakashima {
    left: 45%;
    top: 50%;
  }

  /*----------------------------------------
  staff personal 840
  ----------------------------------------*/
  .staff_catch {
    height: 30vh;
    width: 100%;
    background-position: center center;
  }

  .staff_catch .staffs_words {
    font-size: 3.0rem;
  }

  .staff_catch.takashimaarisa .staffs_words {
    font-size: 2.6rem;
  }

  .staff_catch .staffs_name {
    font-size: 1.5em;
  }

  .staff_catch .staffs_en {
    font-size: 4.0rem;
  }

  .staff_qa h4 {
    font-size: 2.4rem;
  }

  .staff_qa h4:before {
    top: 20px;
  }

  .staff_qa_a {
    font-size: 2.0rem;
  }

  /*----------------------------------------
  inquiry 840
  ----------------------------------------*/
  .pagetitle.inquiry {
    padding-top: 6.5vw;
  }

  .pagetitle.inquiry h2 {
    font-size: 3.0rem;
  }

  /*----------------------------------------
  post 840
  ----------------------------------------*/
  .container_post {
    flex-direction: column;
  }

  .post_main {
    padding-bottom: 40px;
    width: 100%;
  }

  .post_main.single {
    padding-right: 20px;
  }

  .post_sub {
    padding: 20px;
    width: 100%;
  }

  /***** single *****/
  .post_title h2 {
    font-size: 2.8rem;
  }

  /***** list *****/
  .post_list_box {
    margin-bottom: 30px;
  }

  .post_list_item .post_title_box {
    width: calc(100% - 200px);
  }

  /*----------------------------------------
  post event 840
  ----------------------------------------*/
  .post_main_event,
  .post_main.event {
    padding: 0 20px;
  }

  /* side */
  .sub_latest_list .eventdata_item {
    flex-direction: row;
  }

  .sub_latest_list .eventdata_title {
    width: 60px;
  }

  /*----------------------------------------
  post works 840
  ----------------------------------------*/
  section.works_after_box {
    margin-top: 40px;
  }

  ul.works_categorybox li {
    margin-bottom: 20px;
    width: calc((100% - 20px)/2);
  }

  ul.works_categorybox.three li {
    width: calc((100% - 40px)/3);
  }

  .ul.works_categorybox li a {
    font-size: 3.6rem;
  }

  ul.works_categorybox.three li a {
    font-size: 2.4rem;
  }

  /*----------------------------------------
  sitemap 404 840
  ----------------------------------------*/
  .pagetitle.sitemap h2 {
    width: 100%;
  }

  .contents_box.sitemap {
    padding-left: 40px;
    padding-right: 40px;
    width: 100%;
  }

  /*don't erase*/
}
@media (max-width: 600px) {
  .tab, .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  /*----------------------------------------
  header 600
  ----------------------------------------*/
  header {
    padding: 20px 0 0 20px;
  }

  #header_logo {
    width: 140px;
  }

  /***** nav *****/
  .navbox {
    padding: 60px 30px 30px;
    width: 100%;
  }

  header ul.nav {
    margin-bottom: 20px;
  }

  header ul.nav li a {
    padding: 14px 20px;
  }

  header .nav_inquiry {
    text-align: center;
  }

  /* nav open */
  #header_nav.open .navbox {
    transform: translateX(-100vw);
  }

  /* sub */
  header .subnav_box {
    flex-direction: column;
  }

  header ul.subnav {
    order: 3;
  }

  header ul.subnav li {
    margin: 0 15px;
  }

  header .subnav_contact {
    margin-left: auto;
    margin-right: auto;
  }

  /*----------------------------------------
  footer 600
  ----------------------------------------*/
  .footer_block {
    gap: 0;
  }

  #footer_logobox {
    display: block;
    padding-bottom: 30px;
    text-align: center;
  }

  .footer_logo {
    margin: 0 auto 20px auto;
  }

  .footer_logo img {
    width: 60%;
  }

  .footer_tel img {
    width: 70%;
  }

  .footer_navbox {
    gap: 20px;
    justify-content: space-between;
  }

  .footer_nav_wrap {
    display: block;
    width: 49%;
  }

  footer .subnav_box {
    flex-direction: column;
  }

  footer .subnav_relife {
    margin-bottom: 20px;
    order: 1;
  }

  footer ul.subnav {
    order: 2;
  }

  .topagetop {
    right: 30px;
  }

  /*======================================
  *
  * common 600
  *
  ======================================*/
  .half_item a {
    height: 180px;
  }

  .contact_box .a_bg {
    width: calc(100% - 20px);
  }

  .contact_box a span {
    font-size: 2.6rem;
    margin-right: 10px;
  }

  .tel_blue_tel .tel {
    font-size: 3.0rem;
  }

  #breadcrumbs {
    padding: 0 20px;
  }

  /*----------------------------------------
  top 600
  ----------------------------------------*/
  /***** top_main *****/


  .top_main_copy {
    background-size: 200%;
    padding: 0 10% 140px;
  }

  .top_main_copy01 {
    font-size: 6.0vw;
  }

  .top_main_copy02 {
    font-size: 3.4vw;
  }

  /***** news *****/
  #top_news_list {
    padding: 0 20px;
  }

  .top_news_list_item {
    display: block;
    margin-bottom: 20px;
  }

  .top_news_title {
    width: 100%;
  }

  /***** company *****/
  #top_company {
    display: block;
  }

  .top_company_catch {
    margin-bottom: 20px;
    padding: 10px 40px;
    width: 100%;
  }

  .top_company_catch img {
    margin: 0 auto 30px;
    width: 100%;
  }

  .top_company_img {
    width: 100%;
  }

  /***** stories *****/
  .top_stories_relife {
    display: block;
  }

  .top_stories_relife_item {
    margin-bottom: 20px;
    padding: 0px 30px;
    width: 100%;
  }

  .top_stories_relife_item_title {
    width: 100%;
  }

  /***** service *****/
  #top_works h3 {
    font-size: 2.0rem;
  }

  .top_works_reform a, .top_works_lpgas a {
    height: 180px;
  }

  /***** seminar/event recruit/company *****/
  #top_seminar h3 {
    font-size: 2.0rem;
  }

  .top_linkbox {
    margin-top: 40px;
  }

  .top_linkbox h3 {
    font-size: 1.7rem;
    line-height: 1.3;
  }

  #top_recruit {
    margin-top: 40px;
  }

  /***** contact_box *****/
  .top_contactbox {
    margin: 0 auto;
    width: calc(100% - 40px);
  }

  .top_contact .a_bg {
    flex-direction: column;
    height: auto;
    padding: 40px 10px;
  }

  .top_contact a span.contact {
    margin-bottom: 10px;
  }

  /***** blog *****/
  .top_staffblog {
    height: auto;
    margin: 0 auto 40px;
    width: 100%;
  }

  .top_staffblog_txt {
    background-position: right -10px bottom -30px;
    background-size: 56%;
    padding: 6px 48% 6px 10px;
  }

  .top_staffblog_title {
    font-size: 2.2rem;
    margin: 6px 0 6px;
  }

  .top_staffblog_subtitle span:before,
  .top_staffblog_subtitle span:after {
    width: 1rem;
  }

  .top_staffblog_subtitle span:before {
    left: -1.4rem;
  }

  .top_staffblog_subtitle span:after {
    right: -1.4rem;
  }

  /***** line *****/
  #top_line {
    margin: 0 auto;
    padding: 0px;
    width: 100%;
  }



  .top_line_logo img {
    height: auto;
    width: 100%;
  }



  .top_line_copy {
    font-size: 1.2rem;
  }

  /***** movie *****/
  #top_movie {
    padding: 30px 30px;
  }

  .top_moviebox {
    display: block;
  }

  .top_moviebox_item {
    margin-bottom: 20px;
    width: 100%;
  }

  /*======================================
  *
  * contents 600
  *
  ======================================*/
  .catch_copy, .catch_copy_blk {
    font-size: 2.8rem;
  }

  .catch_copy {
    padding: 20px 30px 0px;
  }

  .catch_img {
    background-position: left 30px top 30px;
    background-size: cover;
    padding-top: 20px;
  }

  .catch_img:before {
    padding-top: 60%;
  }

  .white_rise {
    margin-top: 0;
    padding: 30px 30px 0px;
    width: 100%;
  }

  .white_rise.center {
    width: calc(100% - 60px);
  }

  .lead_title {
    font-size: 3.0rem;
  }

  /* title with number */
  .number_title_number {
    display: block;
  }

  .number_title_txt h3 {
    font-size: 2.2rem;
  }

  .number_title_txt.number_column {
    display: block;
  }

  .number_title_txt.number_column .number_title_number {
    border: none;
    margin-bottom: 20px;
    margin-right: 0px;
    text-align: center;
    width: 100%;
  }

  /* promise box */
  .promise_box {
    background-size: 100%;
    display: block;
    padding-top: 59%;
  }

  .promise_item {
    padding: 0;
    width: 100%;
  }

  /* license */
  .licence_box {
    display: block;
    padding: 14px 10px 20px;
  }

  .licence_item {
    border-right: none;
    border-bottom: dotted 2px #9fa0a0;
    margin-right: 0px;
    margin-bottom: 10px;
    text-align: center;
  }

  .licence_box ul {
    display: block;
  }

  .licence_box ul li {
    width: 100%;
  }

  .newline_s {
    display: flex;
    flex-wrap: wrap;
  }

  .newline_s.center {
    justify-content: center;
  }

  .newline_s .title_sub {
    margin-left: 0;
  }

  /*----------------------------------------
  mission 600
  ----------------------------------------*/
  .mission_recruit_wrapper {
    flex-direction: column;
    padding-left: 0%;
  }

  .mission_recruit_img {
    margin-bottom: 20px;
    order: 1;
    width: 100%;
  }

  .mission_recruit_lead {
    padding: 0 20px;
    order: 2;
    width: 100%;
  }

  /*----------------------------------------
  sdgs 600
  ----------------------------------------*/
  .sdgs_number_title_box {
    display: block;
    text-align: center;
  }

  .sdgs_number_title_box .number_title_txt {
    flex-direction: column;
    width: 100%;
  }

  .sdgs_number_title_box .number_title_number {
    border: none;
    margin-right: 0px;
  }

  .sdgs_number_title_box .number_title_txt h3 {
    display: block;
  }

  .sdgs_title_img {
    margin: 0 auto 20px;
  }

  /*----------------------------------------
  business 600
  ----------------------------------------*/
  .white_rise#business_lead {
    margin-top: -100px;
  }

  .white_rise#business_lead img {
    float: none;
    margin: 0 0 20px 0;
    width: 100%;
  }

  /*----------------------------------------
  lpgas 600
  ----------------------------------------*/
  .lead.lpgas img {
    float: none;
    margin: 0 0px 20px 0;
    width: 100%;
  }

  .lpgas_half_item {
    width: 100%;
  }

  /* micom */
  .lpgas_micom_stop {
    flex-direction: column;
  }

  .lpgas_micom_stop .item, .lpgas_micom_stop .notice_pinkbox {
    width: 100%;
  }

  .lpgas_micom_stop .item {
    margin-bottom: 10px;
  }

  .lpgas_micom_stop .notice_pinkbox {
    margin-bottom: 20px;
  }

  .lpgas_betweenbox.lpgas_return {
    display: block;
  }

  .lpgas_return_item {
    width: 100%;
  }

  .lpgas_return_item:not(:first-child) {
    border-left: none;
    border-top: solid 1px #9fa0a0;
    padding-top: 20px;
  }

  .lpgas_return_img {
    height: auto;
  }

  /* link */
  .lpgas_link {
    display: block;
  }

  .lpgas_link h3 {
    border-right: none;
    margin: 0 auto 20px;
    padding-right: 0px;
    text-align: center;
  }

  .lpgas_link_box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .lpgas_link_item {
    margin: 0 20px 20px;
  }

  /*----------------------------------------
  procedures 600
  ----------------------------------------*/
  .procedures_btnbox a {
    font-size: 1.1em;
  }

  .procedures_item.betweenbox .item_half {
    width: 100%;
  }

  a.procedures_btn_credit {
    font-size: 1.1em;
  }

  /*----------------------------------------
  company 600
  ----------------------------------------*/
  /* about */
  .about_us_list {
    padding: 0 2%;
  }

  .about_us_list li {
    margin: 0 2% 30px;
    width: 46%;
  }

  /* message */
  .message_energy {
    font-size: 1.7rem;
    padding: 20px;
  }

  /* hundred */
  .company_hundred h4.rinen {
    font-size: 2.4rem;
  }

  .company_hundred h4:before {
    width: 60px;
  }

  /* history */
  .company_history_chronologicaltable {
    padding: 20px 0px;
  }

  .company_history_chronologicaltable img {
    height: 240px;
  }

  /*----------------------------------------
  about 600
  ----------------------------------------*/
  .about_declaration {
    font-size: 2.0rem;
  }

  /* policy */
  .policy_box {
    display: block;
  }

  .policy_item {
    width: 100%;
  }

  .number_title_txt.about {
    margin-bottom: 20px;
    padding-right: 10px;
  }

  .number_title_txt.about h4 {
    font-size: 1.8rem;
  }

  /* mission */
  .about_mission_box {
    display: block;
  }

  .about_mission_item {
    width: 100%;
  }

  .about_mission_others {
    display: block;
    padding: 20px;
    width: 88vw;
  }

  .about_mission_others_title {
    border-right: none;
    border-bottom: dotted #9fa0a0 1px;
    padding: 0 20px 20px;
  }

  .about_mission_others_list {
    padding: 20px 20px 0;
  }

  /* overview */
  .overview_map_photo {
    flex-direction: column;
  }

  .overview_map_photo div {
    width: 100%;
  }

  /*----------------------------------------
  commendation 600
  ----------------------------------------*/
  .comme_list {
    flex-wrap: wrap;
    gap: 6px;
  }

  .comme_list dt {
    width: 100%;
  }

  .comme_list dd {
    width: 100%;
  }

  /*----------------------------------------
  event 600
  ----------------------------------------*/
  .event_freespace {
    background-position: top 80px right;
    background-size: 90%;
    padding-top: 0px;
  }

  .event_freespace_rental {
    margin-top: 340px;
    padding: 20px 20px 0 20px;
    width: 90%;
  }

  .event_freespace_rental_item p {
    font-size: 1.2rem;
  }

  /*----------------------------------------
  staffs 600
  ----------------------------------------*/
  .staffs_en {
    font-size: 3.0rem;
    top: calc(100% - 14px);
  }

  .staffs_box {
    flex-direction: column;
  }

  .staffs_box .staffs_item {
    width: 100%;
  }

  .staffs_img {
    background-size: 150%;
    padding-top: 58.3%;
  }

  .staffs_words {
    font-size: 1.8rem;
    left: 30px;
    line-height: 1.4;
    top: 10%;
  }

  .staffs_box .staffs_words {
    font-size: 1.8rem;
  }

  .staffs_namebox {
    padding: 10px 30px;
  }

  /*----------------------------------------
  staff personal 600
  ----------------------------------------*/
  .staff_catch {
    background-size: 200%;
  }

  .staff_catch.matsuoasuka {
    background-position: right 40% center;
  }

  .staff_catch .staffs_words {
    font-size: 2.0rem;
    left: 20px;
  }

  .staff_catch.takashimaarisa .staffs_words {
    font-size: 1.8rem;
    top: 10px;
  }

  .staff_catch h3.staffs_namebox {
    font-size: 1.4rem;
    padding: 10px 20px;
  }

  .staff_catch .staffs_en {
    font-size: 2.4rem;
    padding-right: 20px;
    top: calc(100% - 10px);
  }

  .staff_meaning {
    padding: 20px 30px;
  }

  .staff_meaning_words {
    font-size: 2.0rem;
  }

  .staff_qa h4 {
    font-size: 1.8rem;
  }

  .staff_qa h4:before {
    top: 16px;
  }

  .staff_qa_a {
    font-size: 1.4rem;
  }

  .staff_face img {
    max-width: 80%;
  }

  /*----------------------------------------
  recruit 600
  ----------------------------------------*/
  .recruit_title {
    font-size: 3.0rem;
    line-height: 1.1;
    top: 6%;
  }

  /*----------------------------------------
  inquiry 600
  ----------------------------------------*/
  .pagetitle.inquiry {
    min-height: initial;
    padding-left: 20px;
  }

  .pagetitle.inquiry h2 {
    font-size: 3.0rem;
    width: 100%;
  }

  .contents_box.inquiry {
    padding: 0 20px;
    width: 100%;
  }

  .inquiry_tel {
    font-size: 3.2rem;
  }

  /***** progress *****/
  .inquiry_progress_wrapper {
    margin: 30px auto 40px;
    width: 90%;
  }

  .inquiry_progress_wrapper:before {
    left: calc(100%/6);
    width: calc(100%/3*2);
  }

  .inquiry_progress:before, .inquiry_progress:after {
    width: calc(100%/3);
  }

  .inquiry_progress:before {
    left: calc(100%/6);
  }

  .inquiry_progress:after {
    left: calc(50%);
  }

  .inquiry_progress_item {
    width: calc(100%/3);
  }

  /*----------------------------------------
  post 600
  ----------------------------------------*/
  .post_pt_sub {
    font-size: 1.8rem;
  }

  /***** single *****/
  .post_category ul {
    flex-wrap: wrap;
  }

  .post_title h2 {
    font-size: 2.2rem;
  }

  .postlink_item {
    width: calc((100% - 80px)/2);
  }

  .postlink_item.all {
    margin: 0 0px;
    width: 80px;
  }

  /***** list *****/
  .container_post .pagetitle,
  .container_post_full .pagetitle {
    align-items: flex-start;
    flex-direction: column;
    justify-content: flex-start;
    margin-bottom: 40px;
  }

  .container_post .pagetitle h2,
  .container_post_full .pagetitle h2,
  .post_main_event h2 {
    font-size: 3.4rem;
    margin-bottom: 8px;
  }

  .post_list_thumbnail {
    height: 60px;
    width: 80px;
  }

  .post_list_thumbnail img {
    height: 60px;
    width: 80px;
  }

  .post_list_item .post_title_box {
    width: calc(100% - 100px);
  }

  .post_list_item .post_datebox {
    align-items: flex-start;
  }

  .post_list_item .post_title {
    font-size: 1.4rem;
  }

  /*----------------------------------------
  post event 600
  ----------------------------------------*/
  .events_tocalendar {
    margin: 0 auto 40px;
    padding: 6px;
    width: 100%;
  }

  .post_list_item_event {
    width: 100%;
    margin-right: 0;
  }

  .eventdata_box {
    flex-direction: column;
  }

  .eventdata {
    padding: 10px 10px 10px 10px;
  }

  /* side */
  .sub_latest_list .eventdata_item {
    flex-direction: column;
  }

  /*----------------------------------------
  post voice 600
  ----------------------------------------*/
  .swiper-button-prev:before,
  .swiper-container-rtl .swiper-button-next:before,
  .swiper-button-next:before,
  .swiper-container-rtl .swiper-button-prev:before {
    font-size: 3.0rem;
  }

  .thumblist-item {
    height: 60px;
    width: calc((100% - 30px)/4);
  }

  .thumblist-item:nth-child(6n) {
    margin-right: 10;
  }

  .thumblist-item:nth-child(4n) {
    margin-right: 0;
  }

  .thumblist-item img {
    height: 60px;
  }

  .thumblist-item .voice_after_number {
    font-size: 2.0rem;
    right: 10px;
  }

  /*----------------------------------------
  post works 600
  ----------------------------------------*/
  ul.works_categorybox li,
  ul.works_categorybox.three li {
    margin-bottom: 10px;
    width: calc((100% - 10px)/2);
  }

  ul.works_categorybox li a,
  ul.works_categorybox.three li a {
    font-size: 2.0rem;
  }
}
@media (max-width: 600px) {
  	/*----------------------------------------
    top 375
    ----------------------------------------*/
}


/* 日本で一番大切にしたい会社大賞 */
.award_area {
	display: none;
}
.recruit_awerd {
	text-align: center;
}
.recruit_awerd_logo {
	width: 120px;
}
.award_box {
	width: calc(100% - 20px);
	margin: 0 auto;
}
.ribbon {
  width: 100%;
  display: inline-block;
  position: relative;
  height: 80px;/*リボンの高さ*/
  background: #E64D52;
  box-sizing: border-box;

}
.ribbon > h3 {
  width: 100%;	
  line-height: 25px;	
  text-align: center;	
  font-size: 1.5rem;	
  color: #FFF;	
  font-family:" Noto Serif JP", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;	
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit- transform: translateY(-50%) translateX(-50%);	
}
.ribbon:before, .ribbon:after {
  position: absolute;
  content: '';
  width: 0px;
  height: 0px;
  z-index: 1;
}

.ribbon:before {
  top: 0;
  left: 0;
  border-width: 40px 0px 40px 15px;
  border-color: transparent transparent transparent #fff;
  border-style: solid;
}

.ribbon:after {
  top: 0;
  right: 0;
  border-width: 40px 15px 40px 0px;
  border-color: transparent #fff transparent transparent;
  border-style: solid;
}
.ribbon_span {
  display: block;
}
@media screen and (max-width: 600px) {
	.award_area {
		display: block;
		margin: 0;
	}	
	.ribbon_span {
	  display: inline;
	}

}
  /*----------------------------------------
  price 
  ----------------------------------------*/
	.lpgus_price img {
		max-width: 600px;
		margin-bottom: 20px;
	}
	.price_tbl {
		margin: 10px 0;		
		border: solid 1px #cfd0d0;
	}
	.price_tbl > tbody > tr > th {
		padding: 5px 10px;
		border-bottom: solid 1px #cfd0d0;
	}
	.price_tbl > tbody > tr > th:not(:last-of-type){
		border-right: solid 1px #cfd0d0;		
	}	
	.price_tbl > tbody > tr > td {
		padding: 5px 10px;		
	}	
.price_tbl > tbody > tr > td {
		border-right: solid 1px #cfd0d0;			
}
.catch_copy_noimg {
	padding: 40px;
}
  /*----------------------------------------
  WORKS 施工事例
  ----------------------------------------*/
.last_sec {
	margin-bottom: 100px;
}

/*----------------------------------------
土地探し
----------------------------------------*/
/* タイトル */
.lead_box.mark {
    background: url(images/reform/icon_tree.svg) no-repeat center top / 40px;
    padding-top: 80px;
}
.lead_title {
    border-bottom: solid #040000 1px;
    margin: 0 auto 40px;
    padding-bottom: 10px;
	text-align: center;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
}
.lead_box {
    margin: 0 auto;
    max-width: 820px;
}
.land_step_box {
    margin-left: 0;	
}
.pagetitle_s h2 {
	font-size:3rem;
}

/* リンクボタン */
.land_btn {
	margin: 30px 0 40px;	
}
.land_btn a {
	width: calc(100% - 40px);
    background: #009AB6;
    border-radius: 5px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 480px;
    padding: 10px 25px;
    color: #fff;
    transition: 0.3s ease-in-out;
	font-weight: bold;
	font-size: 2rem;
}
.land_btn a:after {
	 content: "";
    width: 10px;
    height: 10px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transition: all 0.2s ease-in;
}
.land_btn a:hover {
  background: #00c3e6;
}
.land_btn a:hover:after {
  right: 2rem;
}

/* 施工例 */
.top_works_box{
  display: flex;
  flex-wrap: wrap;
  gap:1%;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.top_works_item{  
  width: 24.25%;
}
.top_works_item_photo{
  overflow: hidden;
}
.top_works_item_photo img{
  aspect-ratio:1/1;
  height:  100%;
  object-fit: cover;
  transition: .3s;
  width:  100%;
}
.top_works_item_photo a:hover > img{
  transform: scale(1.6);
}
/* 土地を売りたい／買いたい */
.buy_fl_box {
	width: calc(100% - 40px);
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
}
.land_fl_l {
	font-size: 1em;
	margin-right: 20px;
	font-feature-settings: "palt";	 	
}

.land_fl_r {
	width: 40%;	
	min-width: 280px;
}

.google_map iframe {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.google_map > iframe {
    aspect-ratio: 16 / 9;
    max-width: 450px;
    width: 100%;
    height: auto;	
}
/* お問い合わせフォームボタン*/
.land_txt_btn_r {
	max-width: 1250px;	
	margin: 10px auto 0;
	display: block;
	text-align: right;
}
.land_txt_btn {
    color: #333;
    padding: 10px 40px;
    position: relative;
	font-size: 1.5rem;
	font-weight: bold;
}
.land_txt_btn::before {
    content: "";
    width: 8px;
    height: 8px;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    transition: all 0.2s ease-in;
}
.land_txt_btn:hover::before {
    right: 12px;
}
/* STEP */
.land_step_area {
	width: calc(100% - 20px);
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
	gap: 1%;
	align-items: static;
	justify-content: space-between;
}
.land_fl {
	display: flex;	
	align-items: flex-start;	
	justify-content: space-between;
}
.steps {
	width: 30%;
	max-width: 100px;
	text-align: center;
	padding: 10px;
	font-size: 2.5rem;
	background: #009AB6;
	color: #fff;
	font-weight: bold;
	line-height: 1;
}
.step_img img {
	width: 70%;
	width: auto;
	height: 150px;
}
 .land_step_box{
	display: flex;
	 gap: 20px;
	 flex-wrap: wrap;
	 justify-content: center;
 }
 .land_step_box_inr {
	 width: 32%;
	 min-width: 300px;
	 height: 400px;
	 margin: 0 auto;
	 display: flex;
	 flex-direction: column;	 
	 border: solid 1px #333;
	 background: #fff;
 }
 .land_step_img {
   width: 100%;
   height: 150px;
   margin-bottom: 10px;
 }
 .land_step_img img {
   width: 100%;
   height: 100%;
 }
.land_step_til {
	 color: #333;	
	font-size: 2rem;
	line-height: 2.6rem;
	text-align: center;
	margin-bottom: 10px;	
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";		
}
.step_img_til img {
	max-height: 400px;
}
 .land_step_txt {
	 color: #333;
   margin: 10px 15px 20px;
   flex-grow: 1;	 
  font-feature-settings: "palt";
	 text-align: left;
 }
.land_carousel_box {
	width: calc(100% - 200px);
	margin-left: 200px;
}
.land_carousel_area {
	background: url("images/top/house_step.svg") no-repeat left top;	
	background-size: contain;
	background-position: 80px 0;
}
	@media screen and (max-width: 600px) {
	.pagetitle_s h2 {
		font-size: 2.6rem;
	}	
	.pagetitle_s > h2 {
		display: flex;	
		flex-direction: column;
	}
	.pagetitle_s > h2 > span {
		padding-bottom: 10px;
	}
	.land_step_area {
		flex-wrap: wrap;
		justify-content: center;
	}	
	.buy_fl_box {
		display: block;
	}
	.land_fl_l {
		width: 100%;		
		margin-right: 0;		
		margin-bottom: 10px;
		}	
	.land_fl_r {
		width: 100%;
		margin: 0 auto;
		}
	.land_carousel_box {
		width: 100%;
		margin-left: 0;
	}
	.land_carousel_area {
		background: none;	
	}		
}
/*----------------------------------------
省エネ・創エネ／設計
----------------------------------------*/
.lead_nomal {
	width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
	font-size: 2.8rem;
    text-align: center;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
}
.tr_til {
	width: 100%;
	margin: 0 auto 20px;
  display: flex;
  align-items: center;
  justify-content: center; 
	font-size: 2rem;
}
.tr_til:before, .tr_til:after {
  border-top: 1px solid #333;
  content: "";
  width: 30%;
}

/* 省エネ・創エネ／設計 画像一覧 */
.item_fl {
	width: calc(100% - 20px);
	max-width: 1200px;
	margin: 0 auto;
 	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.item_list {
	width: calc(100% / 4);
	padding: 10px;
	min-width: 160px;
}
.item_list img {
  width:100%;
  height: 220px;
  object-fit: cover;
}
.item_til {
	font-size: 1.5rem;
}

.bulk_fl {
	display: flex;
	max-width: 1100px;
	width: 100%;
	margin: 10px auto 0;
	justify-content: space-between;
}
.a_txt_c {
	text-align: center;
}
@media screen and (max-width: 840px) {
	.item_fl {
		justify-content: flex-start;
	}	
	.item_list {
		width: calc(100% / 2);
		padding: 5px;
	}		
} 
@media screen and (max-width: 600px) {
	.item_list {
		min-width: 130px;
	}		
	.item_til {
		font-size: 1.2rem;
	}	
	.item_list img {
	  height: 150px;
	}	
	.tjm_service {
		width: 300px;
		margin-bottom: 20px;
	}
	.bulk_fl {
		display: block;
	}	
	.bulk_img {
		width: calc(100% - 20px);
		margin: 0 auto;		
		text-align: center;
	}
	.bulk_img img {
		width: 300px;
		padding: 5px;
	}	
}

/*======================================
*
* top
* add 20240228
*
======================================*/
/* user's voice */
.top_usersvoice_box{
  display: flex;
  gap:30px;
  margin: 0 auto;
}
.top_usersvoice{
  display: flex;
  gap:30px;
}
.top_usersvoice_item{
  width: calc((100% - 90px)/4);
}
.top_usersvoice_item_photo{
  margin-bottom: 20px;
  overflow: hidden;
}
.top_usersvoice_item_photo img{
 aspect-ratio:1/1;
  height:  100%;
  object-fit: cover;
  transition: .3s;
  width:  100%;
}
.top_usersvoice_item_photo a:hover > img{
  transform: scale(1.6);
}
.top_usersvoice_item_title{
  padding: 0 10px;
  text-align: left;
}
.top_usersvoice_link{
  align-items: center;
  display: flex;
  font-size: 4.0rem;
}
#top_uv_vm{
  display: none;
}
@media (max-width: 1200px) {
  .top_usersvoice_box{
    gap:20px;
    padding-right: 20px;
  }
  .top_usersvoice{
    gap:20px;
  }
  .top_usersvoice_item{
    width: calc((100% - 60px)/4);
  }
}
@media (max-width: 600px) {
  .top_usersvoice_box{
    display: block;
  }
  .top_usersvoice{
    display: block;
  }
  .top_usersvoice_item{
    display: flex;
    gap:20px;
    width: 100%;
  }
  .top_usersvoice_item_photo{
    width: 40%;
  }
  .top_usersvoice_item_title{
    width: calc(100% - 20px);
  }
  .top_usersvoice_link{
    display: none;
  }
  #top_uv_vm{
    display: block;
  }
	.top_title {
		display: flex;
		flex-direction: column;
	}	
}

/* works */
.top_works_box{
  display: flex;
  flex-wrap: wrap;
  gap:1%;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.top_works_item{  
  width: 24.25%;
}
.top_works_item_photo{
  overflow: hidden;
}
.top_works_item_photo img{
  aspect-ratio:1/1;
  height:  100%;
  object-fit: cover;
  transition: .3s;
  width:  100%;
}
.top_works_item_photo a:hover > img{
  transform: scale(1.6);
}
main.top .formbox{
  text-align: left;
}

@media (max-width: 500px) {
  .top_works_box{
    gap:2px 2px;
  }
  .top_works_item{ 
    width: calc((100% - 2px)/2);
  }  
}

/* inquiry */
.inquiry_progress_item i {
  margin-bottom: 14px;
  margin-top: 7px;
}
.inquiry_btnbox{  
  flex-wrap: wrap;
  gap:10%;
}
.inquiry_btnbox input, .inquiry_btnbox submit {
  -webkit-appearance: none;
  margin: 0;
}
@media (max-width: 600px) {
  .inquiry_btnbox {
    padding: 0 10px;
  }
}
/* ==============================
▼20240306
============================== */
/***** top_movie *****/
video {
	width: 100%;
	vertical-align: bottom;	
    display: block;	
}
#top_main_box {
  overflow: hidden;
  position: relative;
}

#top_main_video {
  margin: 0 auto -30px;
	padding-bottom: 0
  overflow: hidden;
  width: 100%;
}
.top_main_scroll {
animation: 4000ms ease top_maincopy_scroll infinite;
bottom: 10px;
height: 40px;
left: 50%;
position: absolute;
transform: translateX(-50%);
z-index: 20;
}
/***** top_btn_area *****/
.top_btn_area > div {
  align-items: center;
  background: no-repeat center center/cover;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;	
  width: 100%;
}
.top_btn_area {
  margin-top: 0;
}
.four_item {
	width: calc(100% / 4);
}
.top_btn_area > div > div > a {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  position: relative;
	position: relative;
	min-height: 280px;
}

.top_btn_area > div > div > a:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 20px 25px;
  border-color: transparent transparent #333 transparent;
}
.top_btn_area > div > div > a > h3 {
	position: absolute;
	top: 20px;
	padding: 0 5px;
}
.top_btn_area > div > div > a > h3 > span {
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-weight: 700;
  font-style: normal;
	display: inline-block;
}

.top_btn_area > div > div > a > h3 > img {
	width: 80%;
	margin: 0 10% 20px;
	display: block;
}
@media (max-width: 1200px) {
	.top_btn_area > div > div > a > h3 > img {
		margin: 0 10% 5px;
	}	
}
@media (max-width: 600px) {
  	/*----------------------------------------
    top 600
    ----------------------------------------*/
	.top_btn_area > div > div > a {
		min-height: 170px;
	}
	.top_btn_area > div > div > a > h3 > span {
		font-size: 1.5rem;
	}	
	.four_item {
	width: calc(100%/2);
}	
}

.top_title {
	margin: 20px 0;
	font-size: 2.8rem;
    font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";	
}
.top_title::before {
	content: "";
	margin: 0 auto;
	display: block;
	width: 80px;
	height: 80px;
    background: url(images/reform/icon_tree.svg) no-repeat center top / 40px;
    padding-top: 80px;
}

/***** company *****/
#top_company {
  width: 100%;
  padding: 8vw 0;
	background: #333;
	color: #fff;
	margin: 0 auto;
}

.top_company_catch {
  padding: 0 10px 10px 10px;
  text-align: center;
	margin: 0 auto;
}

.top_company_catch h3 {
  font-family: 'Shippori Mincho', serif;
  font-size: 3.2rem;
  font-weight: normal;
  margin-bottom: 40px;
	text-align: center;
}

.top_company_catch p {
  margin-top: 1.5em;
  font-family: 'Shippori Mincho', serif;	
}

.top_company_catch img {
  margin-bottom: 30px;
  width: 80%;
}

.top_company_img {
  position: relative;
  text-align: right;
  width: 37%;
}

.top_company_img a.a_bg {
  bottom: -25px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
  margin-right: 0;
  padding: 0 50px;
  position: absolute;
  text-align: center;
  right: 0;
  width: 80%;
}
/*****  施工事例 *****/
.tag_btn_area {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto 5px;
	padding: 0 10px;	
	display: flex;
	flex-wrap: wrap;
}
.tag_btn {
	min-width: 80px;
	margin: 0 5px 5px 0;
	padding: 0 10px;
	font-size: 0.8em;
	border: solid 1px #333;
	border-radius: 20px;
	list-style: none;
}
/***** TAJIMAについて *****/
.a_txt_c {
	text-align: center;
}
/***** footer *****/
footer {
	margin-top: 0;
	border-top: none;
	background: #E3E3E3;
}


/*----------------------------------------
  process
----------------------------------------*/
.process_main {
  margin: 100px auto;
  max-width: 1000px;
}

.process_titlebox {
  border: solid #040000 1px;
  margin-bottom: 100px;
  padding: 40px;
}

.process_titlebox h3 {
  margin-bottom: 10px;
}

.process_titlebox p {
  font-size: 1.2em;
}

.process_step_box {
  border-bottom: solid #9fa0a0 2px;
  display: block;
  margin-top: 50px;
  text-align: left;
}

.process_step_title {
  cursor: pointer;
  margin-bottom: 40px;
  padding-bottom: 10px;
}

.process_step_title dl {
  align-items: center;
  display: flex;
  padding-left: 10px;
  padding-right: 10px;
}

.process_step_title dl:after {
  content: "\f13a";
  color: #00afcc;
  font-family: "Font Awesome 6 Pro";
  font-size: 3.0rem;
  font-weight: 700;
}

.process_step_box.active .process_step_title dl:after {
  content: "\f139";
}

.process_step_title dl dt {
  background: url("images/reform/process/step_bg.jpg") no-repeat right center;
  background-size: 200%;
  font-size: 2.2rem;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
  width: 140px;
}

.process_step_title dl dt span {
  font-size: 3.2rem;
}

.process_step_title dl dd {
  display: block;
  line-height: 1.4;
  padding-left: 30px;
  padding-right: 20px;
  width: calc(100% - 170px);
}

.process_step_title dl dd h4 {
  font-size: 2.0rem;
}

.process_detail {
  display: none;
  padding-bottom: 30px;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: 10px;
}

.process_detail p {
  margin-bottom: 20px;
}

.process_detail .kome {
  font-size: 0.8em;
}

.process_detail h5 {
  color: #E60012;
  font-size: 1.8rem;
  margin-bottom: 30px;
  margin-top: 40px;
  padding-left: 1.4em;
  text-indent: -1.4em;
}

.process_detail h5:first-child {
  margin-top: 0px;
}

.process_detail h5:before {
  content: "\f069";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  margin-right: 0.5em;
}

.process_linkbox {
  background-color: #FFF6C7;
  margin-top: 100px;
  padding: 40px 0;
}

.process_linkbox .linkline {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  margin: 0;
}

.process_linkbox .linkline a {
  background-color: #fff;
}
