@charset "UTF-8";
/*/////////// base ////////////*/
html {
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 87.5%;
  line-height: 1.5em;
  color: #333333;
  background: #ffffff none no-repeat 0 0 scroll;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.yumincho {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}
.mincho {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
}

img {
  height: auto;
  vertical-align: bottom;
max-width: 100%;
}

.img_w100 {
  width: 100%;
}

.clearfix, .slide_wrapper, .wrapper, .main_wrapper, .foot_wrap {
  *zoom: 1;
}

.clearfix:after, .slide_wrapper:after, .wrapper:after, .main_wrapper:after, .foot_wrap:after {
  content: "";
  display: table;
  clear: both;
}

:target:before {
  content: "";
  display: block;
  height: 70px;
  /* ヘッダの高さ = 50px */
  margin: -70px 0 0;
  /* ヘッダの高さ = 50px */
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-bottom: 30px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #FFF;
  background-color: #ff6600;
  padding: 8px 15px;
  margin: 0 2px;
  white-space: nowrap;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration: none;
}

.wp-pagenavi a:hover {
  color: #FFF;
  background-color: #0063a9;
}

.wp-pagenavi span.current {
  color: #FFF;
  background-color: #0063a9;
  font-weight: bold;
}

#page-top {
  position: fixed;
  z-index: 101;
  bottom: 20px;
  right: 20px;
  font-size: 400%;
}

#page-top a {
  background: #006699;
  text-decoration: none;
  color: #fff;
  padding: 0px 10px;
  text-align: center;
  display: block;
  border-radius: 5px;
  line-height: 1.0;
  box-sizing: border-box;
}

#page-top a:hover {
  text-decoration: none;
  background: #2772e2;
}

.common_btn {
  background: #ff6600;
  width: 300px;
  display: block;
  margin: 0px auto;
  color: #fff;
  padding: 15px 0px;
  text-align: center;
  border-radius: 20px;
  line-height: 1.0;
  box-sizing: border-box;
  text-decoration: none;
  transition: .5s all;
}

.common_btn:hover {
  opacity: 0.6;
}

.mr_0 {
  margin-right: 0px !important;
}

.mt_20 {
  margin-top: 20px;
}

.mt_40 {
  margin-top: 40px;
}

.mb_10 {
  margin-bottom: 10px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_40 {
  margin-bottom: 40px;
}

strong {
  font-weight: 700;
  color: #ff6600;
}

.pc_none {
  display: none;
}

.center {
  text-align: center;
}

.bg_gray {
  border-top: 1px solid #e1e1e1;
  border-bottom: 1px solid #e1e1e1;
}
.bg_gray_btm {
  border-bottom: 1px solid #e1e1e1;
}
/*/////////// contents layout ////////////*/
.slide_wrapper {
  width: 1458px;
  height: 500px;
  margin: 0px auto 0px;
  position: relative;
}

.second_main_img {
  width: 100%;
  max-width: 2000px;
  height: 258px;
  margin: 0px auto 0px;
  position: relative;
  background: url(../img/common_main.png) no-repeat center center;
  background-size: cover;
  display: table;
}

.second_main_img .page_ttl {
  display: table-cell;
  vertical-align: middle;
  font-size: 220%;
  font-weight: normal;
  color: white;
  text-align: center;
}

.second_ttl_bg {
  background: #f6f6f6;
}

.wrapper, .main_wrapper, .foot_wrap {
  width: 950px;
  margin: 0px auto;
  position: relative;
}

.content_block {
  padding: 50px 0px;
}

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

/*/////////// header ////////////*/
header .tagline {
  padding: 20px 0px;
  border-bottom: 1px solid #CCC;
}

header .tagline .left, header .tagline .right {
  width: 50%;
}

header .tagline .right {
  text-align: right;
}

header .tagline .left ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
}

header .tagline .left ul li {
  font-size: 100%;
  margin-right: 20px;
}

header .tagline .left ul li:last-child {
  margin-right: 0px;
}

header .tagline .left ul li a {
  color: #333333;
  text-decoration: none;
}

header .tagline .left ul li a:before {
  font-family: FontAwesome;
  content: "\f105";
  display: inline-block;
  margin-right: 3px;
}

header .Gnav {
  padding: 22px 0px 0px 0px;
}

header .Gnav .left {
  float: left;
  max-width: 520px;
  padding-left: 10px;
}

header .Gnav .right {
  float: right;
}

header nav {
  min-width: 340px;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  justify-content: flex-end;
}

header nav ul .active:after {
  width: 100%;
}

header nav ul li {
  font-size: 100%;
  position: relative;
  padding-bottom: 20px;
  width: 33.33333%;
  background: url(../img/navi_icon.png) no-repeat center 45px;
}

header nav ul li:after {
  background-color: #ff6800;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  transition: .5s all;
  width: 0;
}

header nav ul li:hover:after {
  width: 100%;
}

header nav ul li a {
  text-decoration: none;
  color: #333333;
  padding: 15px 0px;
  display: block;
  text-align: center;
}

.common_btn {
  border-radius: 20px;
  color: #FFF;
  text-align: center;
  margin-top: 20px;
  text-decoration: none;
  display: block;
  width: 250px;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
  margin: 9px auto;
  background: #ff6600;
}

.common_btn:hover {
  opacity: 0.6;
}

.common_btn a {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 10px 10px;
}

.ttl {
  font-size: 250%;
  color: #0f499e;
  margin-bottom: 20px;
  line-height: 1.0;
  font-weight: 700;
  text-align: center;
  position: relative;
}

.middle_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 150%;
  padding-bottom: 20px;
}

.middle_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #ff6600;
  z-index: 2;
}

.middle_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  z-index: 1;
}

.middle_ttl span {
  background-color: #ff6600;
  display: inline-block;
  padding: 5px 20px;
  text-align: center;
  margin-left: 20px;
  color: #FFF;
  font-size: 50% !important;
  font-weight: normal;
  border-radius: 10px;
  vertical-align: text-top;
  font-family: AxisStd-Regular, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, メイリオ, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.second_main_ttl {
  font-size: 280%;
  position: relative;
  text-align: center;
}

.second_main_ttl:after {
  background-color: #ff6600;
  content: "";
  display: block;
  height: 2px;
  margin: 25px auto 40px;
  width: 80px;
}

.pic_block ul {
  /*display: flex;
  flex-wrap: wrap;*/
  justify-content: space-between;
}

.pic_block ul.leasing_con {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /*display: flex;
  flex-wrap: wrap;*/
  justify-content: space-between;
}
.pic_block ul li {
    width: 30%;
    float: left;
    /* position: relative; */
    margin-top: 20px;
    margin-right: 5%;
    background-color: #fff;
    border-radius: 8px;
    /* color: inherit; */
    /* -webkit-transition: opacity .7s; */
    /* transition: opacity .7s; */
    /* -webkit-box-shadow: 0 3px 4.5px 0.3px rgba(0, 0, 0, 0.24); */
    /* box-shadow: 0 3px 4.5px 0.3px rgba(0, 0, 0, 0.24); */
    /* overflow: hidden; */
    /* display: block; */
}
.pic_block ul li:nth-child(3n){
margin-right:0;
}
.clear{
clear:both;
}
.pic_block ul.leasing_con li {
  width: 24%;
  position: relative;
  margin-top: 20px;
  margin-right: 0;
  background-color: #fff;
  border-radius: 8px;
  color: inherit;
  transition: opacity .7s;
  box-shadow: none;
  overflow: visible;
  display: block;
}
.pic_block ul li a {
  display: block;
  text-decoration: none;
  color: #333333;
}

.pic_block ul li .inner {
  padding: 15px;
}

.pic_block ul li .inner p {
  line-height: 1.5;
  padding: 10px 0px;
}

.pic_block ul li .img_fit {
  width: 100%;
  max-height: 334px;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.pic_block ul li .sub_ttl {
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  font-size: 110%;
}

.pic_block ul li .sub_ttl:before {
  position: absolute;
  left: 0;
  top: 8px;
  width: 23px;
  height: 5px;
  content: "";
  background: #ff6600;
  border-radius: 0 2.5px 2.5px 0;
}

.breadpath {
  padding: 20px 0px;
}

.breadpath a {
  text-decoration: underline;
  color: #333333;
}

.common_sub_ttl {
  margin-bottom: 20px;
  position: relative;
  font-size: 160%;
  padding-bottom: 20px;
  color: #ff6600;
}

.common_sub_ttl:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 70px;
  height: 2px;
  background-color: #ff6600;
  z-index: 2;
}

.common_sub_ttl:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #ebebeb;
  z-index: 1;
}

/*/////////// トップ ////////////*/
.main_lead {
  font-size: 130%;
  text-align: center;
  padding-bottom: 30px;
  line-height: 1.5;
}

.top__twocolumns {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 50px 0px;
}

.top__twocolumns img {
max-width: 100%;
}
img.top_con_en{
	max-width:271px;
}
.top__twocolumns .left p {
  /*padding-right: 30px;*/
  box-sizing: border-box;
}

.top__twocolumns .left_w20 {
  width: 20%;
}

/*.top__twocolumns .right_80 {
  width: 78%;
}*/

.top__twocolumns .sub_ttl {
  position: relative;
  line-height: 130%;
  padding-bottom: 10px;
  font-size: 150%;
  margin-bottom: 15px;
  color: #333333;
}
.top__twocolumns .sub_ttl a{
	text-decoration: none;
	color: #0f499e;
}
.service_con .sub_ttl:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 70px;
    height: 2px;
    background-color: #ff6600;
    z-index: 2;
}
.service_con .sub_ttl:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background-color: #ebebeb;
    z-index: 1;
}
.top__twocolumns .pl_30 {
  padding-left: 30px;
}
.top__twocolumns .pr_30 {
  padding-right: 30px;
}
.bottom_link__top {
  max-width: 2000px;
  width: 100%;
  margin: 0px auto;
}

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

.bottom_link__top ul .left {
  flex-direction: row-reverse;
}

.bottom_link__top ul li {
  width: 50%;
  min-height: 445px;
  display: flex;
  flex-wrap: wrap;
}

.bottom_link__top ul li .box {
  display: table;
  max-width: 500px;
  height: 100%;
  box-sizing: border-box;
}

.bottom_link__top ul li .box .inner {
  display: table-cell;
  vertical-align: middle;
  padding: 0px 50px;
}

.bottom_link__top ul li .box .sub_ttl {
  font-size: 180%;
  text-align: center;
  color: #FFF;
}

.bottom_link__top ul li .box .lead {
  line-height: 1.5;
  padding: 50px 0px;
  color: #FFF;
}

.bottom_link__top ul li .box .btn {
  background: #ffffff;
  border-radius: 15px;
  color: #FFF;
  padding: 10px 0px;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 100%;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}

.bottom_link__top ul li .box .btn a {
  color: #333333;
  text-decoration: none;
}

.bottom_link__top ul li .box .btn:hover {
  opacity: 0.6;
}

.bottom_link__top ul li:first-child {
  background: url(../img/faq_img.jpg) no-repeat center;
  background-size: cover;
}

.bottom_link__top ul li:last-child {
  background: url(../img/tecinfo_img.jpg) no-repeat center;
  background-size: cover;
}

footer {
  padding: 40px 0px 0px 0px;
  border-top: 10px solid #f6f6f6;
}

footer .foot_wrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  color: #333333;
  padding-bottom: 40px;
}
.logo_box img {
	margin-right: 10px;
	float: left;
}

footer .logo_box p {
    padding-top: 7px;
    width: 387px;
    font-size: 12px;
}

footer .link .sub_ttl {
  font-size: 120%;
  margin-bottom: 10px;
  font-weight: 500;
}

footer .link li a {
  display: block;
  padding: 0px;
  text-decoration: none;
  color: #333333;
  margin-bottom: 5px;
}

footer .link li a:before {
  content: ">";
  color: #333333;
  display: inline-block;
  margin-right: 10px;
}

footer .link li a:hover {
  text-decoration: underline;
}

footer .copy {
  text-align: center;
  padding: 15px 0px;
  background-color: #f6f6f6;
  border-top: 1px solid #CCC;
}
#pagetop_sp{
	display: none;
}
p.pagetop {
    position: absolute;
    top: -70px;
    right: 0px;
}
.logo_box {
    padding-top: 29px;
}
/*/////////// 会社概要 ////////////*/
.company_img {
    width: 50%;
    margin: 0 auto;
	overflow:hidden;
	margin-right:20px;

}
.company_img p{
	float:left;
	margin:2px 8px 2px 5px;
	font-size:95%;
}

.company_tbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
  border: 1px solid #CCC;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.company_tbl tr {
  width: 100%;
}

.company_tbl th, .company_tbl td {
  box-sizing: border-box;
  padding: 15px;
  font-size: 16px;
  border: 1px solid #CCC;
  font-size: 100%;
}

.company_tbl tbody {
  text-align: left;
}

.company_tbl tbody th {
  background: #f7f7f7;
  color: #333333;
  text-align: left;
  width: 20%;
}

.company_tbl tbody td {
  background: white;
}

.company_tbl tbody td p {
  margin-bottom: 15px;
}

.company_tbl tbody td ul li {
  padding-left: 12px;
  margin-bottom: 5px;
  position: relative;
  text-align: left;
}

.company_tbl tbody td ul li:before {
  content: "・";
  position: absolute;
  left: 0px;
  top: 0px;
}

.company_tbl tbody td ul li:last-child {
  margin-bottom: 0px;
}

.company_tbl tbody td dl dt {
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 5px;
}

.company_tbl tbody td dl dd {
  margin-bottom: 10px;
}

.single_box .r-tabs-state-active, .tab_box .r-tabs-state-active {
  background-color: #f6f6f6;
}

.single_box .r-tabs-state-active a, .tab_box .r-tabs-state-active a {
  color: #333333;
}

.single_box table, .tab_box table {
  width: 100%;
  border-spacing: 0px;
  margin: 0px;
}

.single_box table th, .single_box table td, .tab_box table th, .tab_box table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.single_box table th, .tab_box table th {
  width: 25%;
  text-align: left;
  background: #ff6600;
  color: #FFF;
  vertical-align: top;
}

.single_box table td, .tab_box table td {
  background: #FFF;
}

.single_box table td p, .tab_box table td p {
  padding-top: 5px;
}

.single_box ul, .tab_box ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.single_box ul li, .tab_box ul li {
  width: calc(100% / 5);
  background: #ff6600;
  color: white;
  text-align: center;
  border-right: 1px solid #f6f6f6;
}

.single_box ul li:last-child, .tab_box ul li:last-child {
  border-right: none;
}

.single_box ul li a, .tab_box ul li a {
  color: white;
  text-decoration: none;
  display: block;
  padding: 20px 0px;
}
.service_con .left{
	width:47%;
}
.service_con .right{
	width:47%;
}
/*/////////// サイトマップ ////////////*/
.sitemap {
  padding: 50px 0px;
}

.sitemap a {
  text-decoration: none;
  color: #333333;
}

.sitemap a:hover {
  text-decoration: underline;
}

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

.sitemap ul li {
  font-size: 94%;
}

.sitemap ul li span {
  color: #ff6600;
}

/*/////////// プライバシーポリシー ////////////*/
.privacy {
  padding: 50px 0px;
}

.privacy ul.number_list {
  margin-bottom: 30px;
}

.privacy ul.number_list li {
  counter-increment: section;
  font-size: 100%;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.privacy ul.number_list li ul {
  box-sizing: border-box;
  padding: 15px 0px;
}

.privacy ul.number_list li ul li {
  counter-increment: num;
  display: block;
  position: relative;
  margin-bottom: 10px;
}

.privacy ul.number_list li ul li:before {
  content: counter(num, upper-roman) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

.privacy ul.number_list li:before {
  content: counter(section) ".";
  font-weight: 500;
  position: absolute;
  left: 0px;
  top: 0px;
}

/*/////////// お問い合わせ ////////////*/
ul.contact_item_list {
  background: #f4f4f4;
  padding: 15px;
  margin-top: 25px;
}

ul.contact_item_list li {
  padding-left: 12px;
  margin-bottom: 10px;
  position: relative;
  text-align: left;
}

ul.contact_item_list li:before {
  content: "※";
  position: absolute;
  left: 0px;
  top: 0px;
}

ul.contact_item_list li:last-child {
  margin-bottom: 0px;
}

.thanks_txt {
  line-height: 1.5;
  padding-top: 40px;
}

.contact {
  margin-bottom: 40px;
}

.contact .require {
  display: inline-block;
  background: red;
  padding: 3px 10px;
  border-radius: 5px;
  color: #FFF;
  margin-right: 3px;
  font-size: 80%;
}

.contact form table {
  width: 100%;
  border-spacing: 0px;
  margin: 20px 0px;
}

.contact form table th, .contact form table td {
  padding: 25px 10px;
  border-bottom: 1px solid #CCC;
}

.contact form table th {
  width: 30%;
  text-align: left;
}

.contact form table th span {
  margin-left: 20px;
}

.contact form table td .error {
  color: #FF0000;
  font-weight: 500;
  font-size: 110%;
  display: block;
  margin-top: 10px;
  padding: 20px;
  border: 2px solid #fb4040;
  background: #ffe4e4;
}

.contact form table td .check {
  display: block;
  position: relative;
  padding-left: 1em;
  line-height: 2em;
  font-size: 110%;
}

.contact form table td .check input {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.contact form table td input {
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #CCC;
}

.contact form table td select {
  border: 1px solid #CCC;
  background: #FFF;
  padding: 10px;
}

.contact form table .normal_txt {
  width: 75%;
}

.contact form table .small_txt {
  width: 50%;
}

.contact form .button_area {
  text-align: center;
  width: 100%;
}

.contact form .button_area br {
  display: none;
}

.contact form .back_btn {
  border-radius: 5px;
  text-align: center;
  padding: 15px 40px;
  background: #CCC;
  color: #FFF;
  display: inline-block;
  margin-right: 20px;
  margin-top: 5px;
}

.contact form .send_btn {
  border-radius: 5px;
  text-align: center;
  padding: 20px 60px;
  background: #ff6600;
  color: #FFF;
}

dl.news {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-bottom: 50px;
}

dl.news span {
  display: inline-block;
  color: white;
  min-width: 100px;
  border-radius: 5px;
  font-size: 84%;
  padding: 3px 10px;
  text-align: center;
  margin-right: 10px;
  background: #ff6600;
}

dl.news dt {
  padding: 30px 40px;
  box-sizing: border-box;
  width: 20%;
  border-bottom: 1px solid #CCC;
}

dl.news dt:first-child {
  border-top: 1px solid #CCC;
}

dl.news dd {
  color: #333333;
  width: 80%;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC;
  padding: 30px 0px;
}

dl.news dd:nth-child(2) {
  border-top: 1px solid #CCC;
}

dl.news dd a {
  color: #333333;
  text-decoration: none;
  position: relative;
}
.mgb40 {
    margin-bottom: 40px;
}
@media screen and (max-width: 1200px) {
  .slide_wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .wrapper {
    width: 100%;
    box-sizing: border-box;
    padding: 0px 10px;
  }
  .main_wrapper, .slide_wrapper, .foot_wrap {
    width: 100%;
  }
  .second_ttl_bg {
    padding-top: 30px;
  }
  header .sp_logo {
    text-align: center;
    padding: 20px 0px;
  }
  header .tagline .top__headline {
    margin-bottom: 5px;
    font-weight: normal;
    font-size: 80%;
  }
  header .Gnav .left {
    max-width: 400px;
  }
  footer .foot_wrap {
    padding: 0px 10px 30px 10px;
  }
}
