@charset "UTF-8";
/*----------------------------------------------------------------------
------------------------------------------------------------------------

File Name: company.scss

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
------------------------------------------------------------------------
目次

1.	共通使用変数定義
2.	ブラウザデフォルトスタイルリセット
3.	HTMLタグ
4.	container
5.	共通部分
6.	header
7.	content
8.	main
9.	sub
10.	footer
11.	ページ別個別設定

------------------------------------------------------------------------
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
1.	共通使用変数定義
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
3.	HTMLタグ
----------------------------------------------------------------------*/
html,
body {
  height: 100%;
}

html {
  font-size: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
}

a, a:before, a:after {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a > * {
  -moz-transition: all 0.15s linear;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
a:hover > * {
  text-decoration: none;
}

body {
  background: #FFE9E9;
}

/*----------------------------------------------------------------------
4.	container
----------------------------------------------------------------------*/
#container {
  position: relative;
  min-height: 100%;
}
@media screen and (max-width: 1024px) {
  #container {
    overflow-x: hidden;
  }
}
* html #container {
  height: 100%;
}
body > #container {
  height: auto;
}

/*----------------------------------------------------------------------
5.	共通部分
----------------------------------------------------------------------*/
.fll {
  float: left;
}

.flr {
  float: right;
}

@media screen and (min-width: 1025px) {
  .sp_none {
    display: block;
  }
}
@media screen and (max-width: 1024px) {
  .sp_none {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .pc_none {
    display: none;
  }
}
@media screen and (max-width: 1024px) {
  .pc_none {
    display: block;
  }
}

.topicpath-list {
  display: flex;
  width: 1050px;
  margin: 10px auto 60px;
}
@media screen and (max-width: 1050px) {
  .topicpath-list {
    display: none;
  }
}

.topicpath-item a {
  font-size: 13px;
}
.topicpath-item:not(:last-child) a:after {
  content: "＞";
  margin: 0 3px;
}

.lower .main-visual {
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 300px;
  margin-top: 130px;
  color: #231815;
  text-align: center;
}
@media only screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1024px) {
  .lower .main-visual {
    display: block;
    align-items: inherit;
    width: auto;
    height: 0;
    padding-top: 40%;
  }
}
@media only screen and (max-width: 570px) {
  .lower .main-visual {
    height: 220px;
    padding-top: 0;
  }
}
.lower .main-visual-title {
  position: relative;
  z-index: 1;
  width: 1050px;
  margin: 20px auto 0;
  color: #FFF;
  font-size: 40px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #000;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-title {
    font-size: 30px;
    font-size: 8vw;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
    margin: 0 auto;
    text-align: center;
  }
}
.lower .main-visual-text {
  display: block;
  width: 390px;
  margin-top: 22px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.85714;
  text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
}
@media screen and (max-width: 1024px) {
  .lower .main-visual-text {
    display: none;
  }
}
.lower .box {
  padding: 70px 0;
}
@media screen and (max-width: 1024px) {
  .lower .box {
    padding: 8% 0 10%;
  }
}
.lower .box-title {
  position: relative;
  margin-bottom: 70px;
  color: #313940;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-title {
    margin: 0 0 10%;
    font-size: 18px;
    font-size: 4.8vw;
  }
}
.lower .box-title:before {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  width: 74px;
  height: 4px;
  margin: 0 auto;
  background: #C41C1C;
}
@media screen and (max-width: 1024px) {
  .lower .box-title:before {
    bottom: -70%;
    width: 9.86667%;
    height: 2px;
  }
}
.lower .box-title em {
  color: #C41C1C;
  font-style: normal;
}
.lower .box-lead {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 1024px) {
  .lower .box-lead {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
  }
}

@media screen and (min-width: 1025px) {
  .lower .box {
    padding: 0 0 70px;
  }
}

/*----------------------------------------------------------------------
6.	#header
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
7.	#content
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
8.	#main
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
9.	#sub
----------------------------------------------------------------------*/
/*----------------------------------------------------------------------
10.	#footer
----------------------------------------------------------------------*/
@media screen and (max-width: 1024px) {
  .footer-contact {
    padding: 5%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:first-child p, .footer-contact div div:nth-child(2) p {
    margin: 0 0 5%;
    padding: 2%;
    font-size: 16px;
    font-size: 4.26667vw;
  }
}
@media only screen and (max-width: 570px) {
  .footer-contact div div:first-child p:before, .footer-contact div div:nth-child(2) p:before {
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact div div:nth-child(2) {
    padding-top: 7%;
  }
}

@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item {
    width: 48%;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a {
    padding: 5% 0;
    font-size: 14px;
    font-size: 3.73333vw;
  }
}
@media screen and (max-width: 1024px) {
  .footer-contact2 .form-item a:before {
    display: flex;
    align-items: center;
    top: 0;
    bottom: 0;
    font-size: 20px;
    font-size: 5.33333vw;
  }
}

/*----------------------------------------------------------------------
11.	ページ別個別設定
----------------------------------------------------------------------*/
.lower .main-visual {
  margin-top: 128px;
  background: url("../img/company/main_visual.jpg") center top no-repeat;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
}
@media screen and (max-width: 1140px) {
  .lower .main-visual {
    margin-top: 50px;
  }
}
@media screen and (max-width: 1050px) {
  .lower .main-visual {
    background: url("../img/company/main_visual_sp.jpg") center top no-repeat;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
  }
}

@media screen and (min-width: 1025px) {
  section.company {
    padding-bottom: 70px !important;
  }
}

.company-inner {
  width: 1050px;
  margin: 0 auto 50px;
  padding-bottom: 50px;
  border-bottom: 2px solid #cccccc;
}
@media screen and (max-width: 1024px) {
  .company-inner {
    width: auto;
    margin-bottom: 5%;
    padding: 0 5% 5%;
  }
}
.company-inner:first-of-type {
  padding-bottom: 90px;
}
@media screen and (max-width: 1024px) {
  .company-inner:first-of-type {
    padding-bottom: 5%;
  }
}
.company-inner:last-child {
  margin: 0 auto;
  padding: 0;
  border: none;
}
.company-inner:last-child .company-table:before {
  content: none;
}
.company-table {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  position: relative;
  width: 100%;
  background: #FFF;
}
.company-table:before, .company-table:after {
  content: "";
  position: absolute;
}
@media screen and (max-width: 1024px) {
  .company-table:before, .company-table:after {
    content: none;
  }
}
.company-table:before {
  right: -100px;
  bottom: -30px;
  width: 64px;
  height: 129px;
  background: url("../img/company/company_table_icon1.png") left top no-repeat;
}
@media screen and (max-width: 1024px) {
  .company-table tr:last-child td {
    border-bottom: none;
  }
}
.company-table th,
.company-table td {
  padding: 12px 25px;
  font-size: 16px;
  line-height: 1.5625;
  text-align: left;
  vertical-align: top;
  border-bottom: 1px solid rgba(49, 57, 64, 0.3);
}
@media screen and (max-width: 1024px) {
  .company-table th,
  .company-table td {
    display: list-item;
    list-style: none;
    padding: 2% 5%;
    font-size: 13px;
    font-size: 3.46667vw;
    text-align: center;
  }
}
.company-table th {
  width: 31.25%;
  background: #F4F5F5;
}
@media screen and (max-width: 1024px) {
  .company-table th {
    width: auto;
  }
}
.company-table td {
  width: 68.75%;
}
@media screen and (max-width: 1024px) {
  .company-table td {
    width: auto;
  }
}
.company-table td.flex {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .company-table td.flex {
    display: block;
  }
}
@media screen and (min-width: 1025px) {
  .company-table td span {
    margin-right: 10px;
  }
}
.company-table a:not([href^="tel:"]) {
  color: #FDB10B;
  text-decoration: underline;
}
.company-table a:hover {
  text-decoration: none;
}
.company-table iframe {
  display: block;
  width: 100%;
  height: 300px;
  margin-top: 20px;
}
@media screen and (max-width: 1024px) {
  .company-table iframe {
    margin: 3% 0;
  }
}
.company-table-pic {
  display: flex;
  justify-content: space-between;
  width: 449px;
}
@media screen and (max-width: 1024px) {
  .company-table-pic {
    width: 100%;
    margin: 3% 0 !important;
  }
}
.company-table-pic-item {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .company-table-pic-item {
    width: 48%;
  }
}
.company-table-flexlist {
  display: flex;
  margin: 15px 0 20px;
}
@media screen and (max-width: 1024px) {
  .company-table-flexlist {
    display: block;
  }
}
.company-table-flexlist:first-of-type {
  margin-bottom: 20px;
}
.company-table-flexitem:first-child {
  margin-right: 30px;
}
@media screen and (max-width: 1024px) {
  .company-table-flexitem:first-child {
    margin-right: 0;
  }
}
.company-link {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  width: 50px;
  margin-left: 10px;
  padding: 2px 10px 2px 0;
  background: #FDB10B;
  color: #FFF !important;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
}
.company-link:before {
  content: '\e5cc';
  display: flex;
  align-items: center;
  position: absolute;
  right: -1px;
  top: 1px;
  bottom: 0;
  color: #FFF;
  font-family: 'Material Icons';
  font-size: 18px;
}

.group-company-lead {
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.15);
  margin-bottom: 50px;
  padding: 30px 230px 30px 40px;
  background: url("../img/company/group_company_lead_bg.jpg") right top no-repeat #FFF;
  -moz-background-size: contain;
  -webkit-background-size: contain;
  background-size: contain;
}
@media screen and (max-width: 1024px) {
  .group-company-lead {
    margin-bottom: 8%;
    padding: 7% 5% 79%;
    background: url(../img/company/group_company_lead_bg.jpg) center bottom no-repeat #FFF;
    -moz-background-size: contain;
    -webkit-background-size: contain;
    background-size: contain;
  }
}
.group-company-lead .term {
  margin-bottom: 10px;
  color: #555;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.35714;
}
@media screen and (max-width: 1024px) {
  .group-company-lead .term {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 1.55556;
    text-align: center;
  }
}
.group-company-lead .term em {
  color: #FDB10B;
  font-style: normal;
}
.group-company-lead .term em:first-of-type {
  margin-left: -14px;
}
.group-company-lead .description {
  font-size: 16px;
  line-height: 1.5625;
}
@media screen and (max-width: 1024px) {
  .group-company-lead .description {
    font-size: 13px;
    font-size: 3.46667vw;
    line-height: 1.53846;
    text-align: left;
  }
}
.group-company-table:before {
  left: -190px;
  top: 190px;
  width: 143px;
  height: 123px;
  background: url("../img/company/company_table_icon2.png") left top no-repeat;
}
.group-company-table:after {
  right: -58px;
  bottom: -66px;
  width: 143px;
  height: 134px;
  background: url("../img/company/company_table_icon3.png") left top no-repeat;
}
.group-company-table-pic {
  display: flex;
  justify-content: space-between;
  width: 449px;
}
@media screen and (max-width: 1024px) {
  .group-company-table-pic {
    width: 100%;
    margin: 3% 0 !important;
  }
}
@media screen and (min-width: 1025px) {
  .group-company-table-pic.-wide {
    width: 100%;
  }
}
.group-company-table-pic.-mgt {
  margin-top: 10px;
}
.group-company-table-pic-item {
  width: 220px;
}
@media screen and (max-width: 1024px) {
  .group-company-table-pic-item {
    width: 48%;
  }
}
@media screen and (min-width: 1025px) {
  .group-company-table-pic-item.-wide {
    width: 48.5%;
  }
}

/*# sourceMappingURL=company.css.map */
