@charset "UTF-8";
/*==========================================
変数 inc.scss
===========================================*/
/*==========================================
@mixin inc.scss
===========================================*/
/*==========================================
 CORPORATE LIST
===========================================*/
.page_main {
  padding-bottom: 0;
}

.company-bg {
  background: url(../img/common/bg_tri.png) top left repeat-y;
  padding-bottom: 150px;
}

.page-ttl.company {
  background-image: url(../img/corporate/company/head_bg.png);
}

.corplist {
  position: relative;
  top: 0;
}

.company {
  margin: 20px auto 100px;
}
@media screen and (max-width: 768px) {
  .company {
    margin: 10px auto 100px;
  }
}
.company .company_detail {
  display: flex;
  flex-wrap: wrap;
  color: #1f2c5c;
  font-size: 18px;
  line-height: 32px;
  border-bottom: 2px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .company .company_detail {
    display: block;
    font-size: 1.6rem;
  }
}
.company .company_detail dt {
  flex-basis: 25%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top: 2px solid #bfbfbf;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .company .company_detail dt {
    padding: 10px 0;
    background-color: rgba(31, 44, 92, 0.1);
  }
}
.company .company_detail dt:last-child {
  border-bottom: 2px solid #bfbfbf;
}
.company .company_detail dd:not(.m_list) {
  border-top: 2px solid #bfbfbf;
  flex-basis: 75%;
  padding: 40px 0 40px 25px;
}
@media screen and (max-width: 768px) {
  .company .company_detail dd:not(.m_list) {
    padding: 20px 0;
  }
}
.company .company_detail dd {
  padding-left: 25px;
}
.company .company_detail dd .multi_list {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
  align-items: flex-end;
  border-bottom: 1px solid #bfbfbf;
}
@media screen and (max-width: 768px) {
  .company .company_detail dd .multi_list {
    display: block;
  }
}
.company .company_detail dd .multi_list:first-child {
  padding-top: 0;
}
.company .company_detail dd .multi_list:last-child {
  border: none;
  padding-bottom: 0;
}
.company .company_detail dd .multi_list .list_sub_ttl {
  display: block;
}
.company .company_detail dd .multi_list .list_sub_ttl:before {
  content: "▶";
  display: inline-block;
  color: #ae8800;
}
@media screen and (max-width: 768px) {
  .company .company_detail dd .multi_list .code {
    display: block;
  }
}
.company .company_detail dd .right a {
  display: block;
  color: #fff;
  background-color: #1f2c5c;
  padding: 2px 50px 2px 10px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  position: relative;
  transition: 0.3s all;
}
@media screen and (max-width: 768px) {
  .company .company_detail dd .right a {
    width: 50%;
    margin: 10px auto;
  }
}
.company .company_detail dd .right a::before, .company .company_detail dd .right a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 7%;
  border-bottom: solid 1px #fff;
  margin: auto;
  height: 0;
}
.company .company_detail dd .right a::before {
  width: 22px;
}
.company .company_detail dd .right a::after {
  transform: rotate(45deg);
  width: 6px;
  transform-origin: right;
}
.company .company_detail dd .right a:hover {
  opacity: 0.7;
}
.company .company_detail dd ul {
  line-height: 1.2;
}
.company .company_detail dd ul li .li_f {
  width: 21%;
  margin-right: 1em;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .company .company_detail dd ul li .li_f {
    display: block;
    width: 100%;
  }
}
.company .company_detail dd ul li .li_f.tp02 {
  display: inline-block;
  width: auto;
  margin-right: 1em;
}
.company .company_detail dd ul .li {
  margin-bottom: 0.6em;
}
.company .company_detail dd ul .li:last-child {
  margin-bottom: 0em;
}
.company .company_detail .last_ttl {
  position: relative;
  top: -47%;
}
.company .company_detail .group_list_img {
  width: 138%;
  position: relative;
  right: 38%;
}
@media screen and (max-width: 768px) {
  .company .company_detail .group_list_img {
    width: 100%;
    right: 0;
  }
}

.page_main.access {
  padding-bottom: 150px;
}
.page_main.access .corplist {
  padding: 0 0 150px;
}

.page-ttl.access-head {
  background-image: url("../img/corporate/access/head_bg.jpg");
}

.access-item {
  margin-top: 100px;
}
.access-item .item-ttl {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.5em;
  color: rgb(31, 44, 92);
}
.access-item .item-ttl::after {
  content: "";
  max-width: 160px;
  width: 100%;
  height: 5px;
  background: rgb(31, 44, 92);
  display: block;
  margin: 15px auto 0;
}
.access-item .item-cts {
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid rgb(31, 44, 92);
  background: #fff;
}
.access-item .item-cts .cts-head {
  font-size: 0;
  width: 40%;
  background: rgb(31, 44, 92);
  display: flex;
  justify-content: center;
  align-items: center;
}
.access-item .item-cts .cts-head img {
  width: 100%;
  height: 320px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.access-item .item-cts .cts-body {
  width: 60%;
  padding: 15px 50px;
}
.access-item .item-cts .item-data .data-box {
  color: rgb(31, 44, 92);
  padding: 15px;
}
.access-item .item-cts .item-data .data-box:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}
.access-item .item-cts .item-data .data-box dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.access-item .item-cts .item-data .data-box.row {
  display: flex;
  align-items: center;
}
.access-item .item-cts .item-data .data-box.row dt {
  min-width: 60px;
}
.access-item .item-cts .item-data .data-box.row dd {
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .access-item .item-ttl {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .access-item {
    margin-top: 80px;
  }
  .access-item .item-cts {
    display: block;
  }
  .access-item .item-cts .cts-head {
    width: 100%;
  }
  .access-item .item-cts .cts-body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .access-item .item-ttl {
    font-size: 2.4rem;
  }
  .access-item .item-cts {
    margin: 30px auto;
  }
  .access-item .item-cts .cts-head img {
    height: 250px;
  }
  .access-item .item-cts .cts-body {
    padding: 15px;
  }
}
.group-company {
  margin: 100px auto 150px;
}
.group-company-head {
  background: #7f7f7f;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}
.group-company-ttl_en {
  font-size: 4rem;
  letter-spacing: 0.2em;
}
.group-company-ttl_ja {
  font-size: 1.8rem;
  letter-spacing: 0.2em;
}

.gc-item {
  margin-top: 100px;
}
.gc-item .item-ttl {
  text-align: center;
  font-size: 4rem;
  letter-spacing: 0.2em;
  color: #7f7f7f;
}
.gc-item .item-ttl::after {
  content: "";
  max-width: 160px;
  width: 100%;
  height: 5px;
  background: #7f7f7f;
  display: block;
  margin: 15px auto 0;
}
.gc-item .item-cts {
  background: #fff;
  margin: 50px auto;
  display: flex;
  justify-content: space-between;
  border: 1px solid #7f7f7f;
}
.gc-item .item-cts .cts-head {
  font-size: 0;
  width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}
.gc-item .item-cts .cts-head img {
  width: 100%;
  height: 240px;
  object-fit: contain;
  font-family: "object-fit: contain;";
}
.gc-item .item-cts .cts-body {
  width: 60%;
  padding: 15px 50px;
}
.gc-item .item-cts .item-data .data-box {
  color: #7f7f7f;
  padding: 15px;
}
.gc-item .item-cts .item-data .data-box .space01 {
  padding: 0 0 0 3em;
}
.gc-item .item-cts .item-data .data-box:not(:last-child) {
  border-bottom: 1px solid #bcbcbc;
}
.gc-item .item-cts .item-data .data-box dt {
  font-size: 1.8rem;
  font-weight: bold;
}
.gc-item .item-cts .item-data .data-box dd a:hover {
  text-decoration: underline;
}
.gc-item .item-cts .item-data .data-box.row {
  display: flex;
}
.gc-item .item-cts .item-data .data-box.row dt {
  min-width: 60px;
}
.gc-item .item-cts .item-data .data-box.row dd {
  width: 100%;
}
.gc-item .item-cts .item-data .data-box.row2 {
  display: flex;
}
.gc-item .item-cts .item-data .data-box.row2 dt {
  min-width: 70px;
}
.gc-item .item-cts .item-data .data-box.row2 dd {
  width: 100%;
}
.gc-item .item-cts .item-data .data-box.row3 {
  display: flex;
}
.gc-item .item-cts .item-data .data-box.row3 dt {
  min-width: 100px;
}
.gc-item .item-cts .item-data .data-box.row3 dd {
  width: 100%;
}

@media screen and (max-width: 1140px) {
  .gc-item .item-ttl {
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}
@media screen and (max-width: 768px) {
  .group-company-ttl_en {
    font-size: 3rem;
  }
  .gc-item {
    margin-top: 80px;
  }
  .gc-item .item-cts {
    display: block;
  }
  .gc-item .item-cts .cts-head {
    width: 100%;
    padding: 25px;
  }
  .gc-item .item-cts .cts-body {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .gc-item .item-ttl {
    font-size: 2.4rem;
  }
  .gc-item .item-cts {
    margin: 30px auto;
  }
  .gc-item .item-cts .cts-head img {
    height: 170px;
  }
  .gc-item .item-cts .cts-body {
    padding: 15px;
  }
}
.history {
  margin-bottom: 150px;
}

.page-ttl.history-head {
  background-image: url("../img/corporate/history/head_bg.jpg");
  margin-bottom: 0;
}

.history-list {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
}

.history-item {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}
.history-item.txt-wht .item-ttl {
  color: #fff;
}
.history-item.txt-wht .item-data {
  color: #fff;
}
.history-item .item-ttl {
  font-size: 3rem;
  color: rgb(31, 44, 92);
  line-height: 1;
}
.history-item .item-ttl .year-num {
  font-size: 5.5rem;
}
.history-item .item-data {
  color: rgb(31, 44, 92);
  letter-spacing: 0.1em;
}
.history-item .item-data .data-box {
  line-height: 1.8;
}
.history-item .item-data .data-box dt::before {
  content: "\f04b";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 0.2em;
}

.history-item.item2016 .img-youtube {
  max-width: 340px;
  width: 100%;
}
.history-item.item2016 .img-youtube a:hover {
  opacity: 0.7;
}

.history-item.item2013 .item-data .data-box:nth-of-type(2) a:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1141px) {
  .history-item.item2020 {
    background-image: url("../img/corporate/history/img-2020_pc.jpg");
    min-height: 564px;
  }
  .history-item.item2020 .item-inner {
    padding-top: 100px;
  }
  .history-item.item2020 .item-ttl {
    margin-bottom: 20px;
  }
  .history-item.item2020 .item-data {
    max-width: 870px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2020 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2020 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2020 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2020 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2020 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 12em;
  }
  .history-item.item2020 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 18em;
  }
  .history-item.item2020 .item-data .data-box:nth-of-type(5) {
    padding: 0 0 0 24em;
  }
  .history-item.item2019 {
    background-image: url("../img/corporate/history/img-2019_pc.jpg");
    min-height: 640px;
  }
  .history-item.item2019 .item-inner {
    padding-top: 18px;
  }
  .history-item.item2019 .item-ttl {
    text-align: right;
    padding: 0 210px 35px 0;
  }
  .history-item.item2019 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2019 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.2em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 24em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(1) dd {
    padding: 0 0 0 2.5em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 30em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(2) dd {
    padding: 0 0 0 2.5em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 30em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 24em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(5) {
    padding: 0 0 0 18em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(6) {
    padding: 0 0 0 12em;
  }
  .history-item.item2019 .item-data .data-box:nth-of-type(7) {
    padding: 0 0 0 6em;
  }
  .history-item.item2018 {
    background-image: url("../img/corporate/history/img-2018_pc.jpg");
    min-height: 390px;
  }
  .history-item.item2018 .item-inner {
    padding-top: 18px;
  }
  .history-item.item2018 .item-ttl {
    padding: 0 0 55px 240px;
  }
  .history-item.item2018 .item-data {
    max-width: 760px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2018 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2018 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2018 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2018 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2018 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 12em;
  }
  .history-item.item2017 {
    background-image: url("../img/corporate/history/img-2017_pc.jpg");
    min-height: 681px;
  }
  .history-item.item2017 .item-inner {
    padding-top: 18px;
  }
  .history-item.item2017 .item-ttl {
    text-align: right;
    padding: 0 313px 55px 0;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(n+3) {
    margin-top: 35px;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 12em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(1) dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(1) .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 21em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(2) dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 21em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(3) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 11em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) dt {
    padding: 0 0 0 5em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) dd {
    position: relative;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) .space02 {
    padding: 0 0 0 5em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) .book-0312 {
    font-size: 0;
    position: absolute;
    left: -70px;
    top: -170px;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(5) {
    padding: 0 0 0 3em;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(5) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2016 {
    background-image: url("../img/corporate/history/img-2016_pc.jpg");
    min-height: 251px;
  }
  .history-item.item2016 .item-inner {
    padding-top: 20px;
  }
  .history-item.item2016 .item-ttl {
    padding: 0 0 50px 340px;
  }
  .history-item.item2016 .item-data .box-01 {
    max-width: 840px;
    width: 100%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 0 0 0 380px;
  }
  .history-item.item2016 .img-youtube {
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
  }
  .history-item.item2015 {
    background-image: url("../img/corporate/history/img-2015_pc.jpg");
    min-height: 412px;
  }
  .history-item.item2015 .item-inner {
    padding-top: 25px;
  }
  .history-item.item2015 .item-ttl {
    padding: 0 0 15px;
  }
  .history-item.item2015 .item-data {
    padding: 0 0 0 165px;
  }
  .history-item.item2015 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2015 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2015 .item-data .data-box:nth-of-type(1) .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2015 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 9em;
  }
  .history-item.item2015 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 15em;
  }
  .history-item.item2015 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 21em;
  }
  .history-item.item2014 {
    background-image: url("../img/corporate/history/img-2014_pc.jpg");
    min-height: 479px;
  }
  .history-item.item2014 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2014 .item-ttl {
    text-align: right;
    padding: 0 325px 15px 0;
  }
  .history-item.item2014 .item-data {
    padding: 0 0 0 150px;
  }
  .history-item.item2014 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(1) dd {
    position: relative;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(1) .book-1125 {
    position: absolute;
    left: -150px;
    bottom: 0;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 2em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(2) dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 8em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(3) dd {
    padding: 0 0 0 2em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 6em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(4) dt {
    padding: 0 0 0 2em;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(5) dt {
    padding: 0 0 0 2em;
  }
  .history-item.item2013 {
    background-image: url("../img/corporate/history/img-2013_pc.jpg");
    min-height: 334px;
  }
  .history-item.item2013 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2013 .item-ttl {
    text-align: right;
    padding: 0 270px 40px 0;
  }
  .history-item.item2013 .item-data {
    max-width: 600px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2013 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2013 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 10em;
  }
  .history-item.item2013 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 5em;
  }
  .history-item.item2013 .item-data .data-box:nth-of-type(2) .space01 {
    margin: 0 0 0 1em;
  }
  .history-item.item2012 {
    background-image: url("../img/corporate/history/img-2012_pc.jpg");
    min-height: 398px;
  }
  .history-item.item2012 .item-inner {
    padding-top: 15px;
    padding-bottom: 65px;
    position: relative;
    height: 100%;
  }
  .history-item.item2012 .item-ttl {
    padding: 0 0 20px 170px;
  }
  .history-item.item2012 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2012 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2012 .item-data.data01 {
    max-width: 700px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2012 .item-data.data01 .data-box:nth-of-type(1) .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2012 .item-data.data01 .data-box:nth-of-type(2) {
    padding: 0 0 0 9em;
  }
  .history-item.item2012 .item-data.data01 .data-box:nth-of-type(3) {
    padding: 0 0 0 15em;
  }
  .history-item.item2012 .item-data.data02 {
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .history-item.item2012 .item-data.data02 .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2011 {
    background-image: url("../img/corporate/history/img-2011_pc.jpg");
    min-height: 476px;
  }
  .history-item.item2011 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2011 .item-ttl {
    text-align: right;
    padding: 0 145px 25px 0;
  }
  .history-item.item2011 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 19em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(1) dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(1) .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 18em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(2) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 12em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(3) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(4) {
    padding: 0 0 0 6em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(4) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2011 .item-data .data-box:nth-of-type(5) dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2010 {
    background-image: url("../img/corporate/history/img-2010_pc.jpg");
    min-height: 288px;
  }
  .history-item.item2010 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2010 .item-ttl {
    padding: 0 0 55px 445px;
  }
  .history-item.item2010 .item-data {
    max-width: 625px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2010 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2010 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2010 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2010 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2009 {
    background-image: url("../img/corporate/history/img-2009_pc.jpg");
    min-height: 250px;
  }
  .history-item.item2009 .item-inner {
    padding-top: 25px;
  }
  .history-item.item2009 .item-ttl {
    text-align: right;
    padding: 0 320px 10px 0;
  }
  .history-item.item2009 .item-data {
    padding: 0 0 0 45px;
  }
  .history-item.item2009 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2009 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2009 .item-data .data-box dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2009 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 6em;
  }
  .history-item.item2008 {
    background-image: url("../img/corporate/history/img-2008_pc.jpg");
    min-height: 317px;
  }
  .history-item.item2008 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2008 .item-ttl {
    padding: 0 0 30px 295px;
  }
  .history-item.item2008 .item-data {
    max-width: 940px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2008 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2008 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2008 .item-data .data-box dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2008 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 12em;
  }
  .history-item.item2008 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2007 {
    background-image: url("../img/corporate/history/img-2007_pc.jpg");
    min-height: 184px;
  }
  .history-item.item2007 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2007 .item-ttl {
    padding: 0 0 20px 55px;
  }
  .history-item.item2007 .item-data {
    max-width: 760px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2007 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2007 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2007 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2005 {
    background-image: url("../img/corporate/history/img-2005_pc.jpg");
    min-height: 249px;
  }
  .history-item.item2005 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2005 .item-ttl {
    padding: 0 0 20px 345px;
  }
  .history-item.item2005 .item-data {
    max-width: 570px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2005 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2005 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2005 .item-data .data-box dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2005 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 6em;
  }
  .history-item.item2004 {
    background-image: url("../img/corporate/history/img-2004_pc.jpg");
    min-height: 183px;
  }
  .history-item.item2004 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2004 .item-ttl {
    padding: 0 0 20px 210px;
  }
  .history-item.item2004 .item-data {
    max-width: 675px;
    width: 100%;
    margin: 0 0 0 auto;
  }
  .history-item.item2004 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2004 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2004 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2003 {
    background-image: url("../img/corporate/history/img-2003_pc.jpg");
    min-height: 326px;
  }
  .history-item.item2003 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2003 .item-ttl {
    padding: 0 0 30px 440px;
  }
  .history-item.item2003 .item-data {
    padding: 0 0 0 160px;
  }
  .history-item.item2003 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2003 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2003 .item-data .data-box dd {
    padding: 0 0 0 3em;
  }
  .history-item.item2003 .item-data .data-box:nth-of-type(2) {
    padding: 0 0 0 6em;
  }
  .history-item.item2003 .item-data .data-box:nth-of-type(3) {
    padding: 0 0 0 12em;
  }
  .history-item.item2000 {
    background-image: url("../img/corporate/history/img-2000_pc.jpg");
    min-height: 337px;
  }
  .history-item.item2000 .item-inner {
    padding-top: 15px;
  }
  .history-item.item2000 .item-ttl {
    text-align: right;
    padding: 0 0 10px 0;
  }
  .history-item.item2000 .item-data {
    padding: 0 0 0 170px;
  }
  .history-item.item2000 .item-data .data-box .space01 {
    padding: 0 0 0 3em;
  }
  .history-item.item2000 .item-data .data-box:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .history-item.item2000 .item-data .data-box dt {
    padding: 0 0 0 3em;
  }
  .history-item.item2000 .item-data .data-box:nth-of-type(1) {
    padding: 0 0 0 9em;
  }
  .history-item.item2000 .item-data .data-box:nth-of-type(2) dt {
    padding: 0 0 0 6em;
  }
  .history-item.item2000 .item-data .data-box:nth-of-type(2) .space01 {
    padding: 0 0 0 3em;
  }
}
.history-start {
  max-width: 256px;
  width: 100%;
  margin: 0 auto 150px;
  border: 1px solid rgb(31, 44, 92);
  color: rgb(31, 44, 92);
  text-align: center;
  font-size: 2rem;
  padding: 10px 0;
}

@media screen and (max-width: 1140px) {
  .history-item {
    padding: 80px 0;
  }
  .history-item.txt-wht {
    background: rgb(31, 44, 92);
  }
  .history-item.bg-gray {
    background: #ededed;
  }
  .history-item .item-ttl {
    margin: 0 auto 25px;
  }
  .history-item .item-data .data-box:not(:last-child) {
    margin-bottom: 1em;
  }
  .history-item .item-data .data-box dd {
    padding: 0 0 0 1em;
  }
  .history-item.item2020 {
    padding-top: 0;
  }
  .history-item.item2020 .history-item-spimg {
    text-align: center;
    color: #fff;
    padding: 60px 0 30px;
    margin: 0 auto 30px;
  }
  .history-item.item2020 .history-item-spimg .sphead-txt {
    color: #ae8800;
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .history-item.item2020 .history-item-spimg .sphead-txt span {
    font-size: 6rem;
  }
  .history-item.item2018 {
    padding-top: 0;
  }
  .history-item.item2018 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2018_sp2.jpg") no-repeat top left;
    margin: 0 auto 60px;
  }
  .history-item.item2017 {
    padding-top: 0;
  }
  .history-item.item2017 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2017_sp.jpg") no-repeat top center/cover;
    margin: 0 auto 60px;
  }
  .history-item.item2017 .item-data .data-box:nth-of-type(4) .book-0312 {
    display: block;
  }
  .history-item.item2014 .item-data .data-box:nth-of-type(1) .book-1125 {
    display: block;
  }
  .history-item.item2013 {
    padding-top: 0;
  }
  .history-item.item2013 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2013_sp2.jpg") no-repeat top left;
    margin: 0 auto 60px;
  }
  .history-item.item2010 {
    padding-top: 0;
  }
  .history-item.item2010 .history-item-spimg {
    background: #af8900;
    text-align: center;
    color: #fff;
    padding: 30px 0;
    margin: 0 auto 60px;
  }
  .history-item.item2010 .history-item-spimg .sphead-txt {
    font-size: 4.5rem;
    letter-spacing: 0.1em;
    line-height: 1;
  }
  .history-item.item2010 .history-item-spimg .sphead-txt span {
    font-size: 6rem;
  }
  .history-item.item2008 {
    padding-top: 0;
  }
  .history-item.item2008 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2008_sp.jpg") no-repeat top center/cover;
    margin: 0 auto 60px;
  }
  .history-item.item2005 {
    padding-top: 0;
  }
  .history-item.item2005 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2005_sp.jpg") no-repeat top center/cover;
    margin: 0 auto 60px;
  }
  .history-item.item2003 {
    padding-top: 0;
  }
  .history-item.item2003 .history-item-spimg {
    padding-top: 250px;
    background: url("../img/corporate/history/img-2003_sp.jpg") no-repeat top center/cover;
    margin: 0 auto 60px;
  }
  .history-list::after {
    content: "";
    width: 1px;
    height: 60px;
    background: rgb(31, 44, 92);
    display: block;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .history-item.item2018 .history-item-spimg {
    padding-top: 40%;
    background-size: cover;
  }
  .history-item.item2017 .history-item-spimg {
    padding-top: 40%;
  }
  .history-item.item2013 .history-item-spimg {
    padding-top: 40%;
    background-size: cover;
  }
  .history-item.item2008 .history-item-spimg {
    padding-top: 40%;
  }
  .history-item.item2005 .history-item-spimg {
    padding-top: 40%;
  }
  .history-item.item2003 .history-item-spimg {
    padding-top: 40%;
  }
}
@media screen and (max-width: 576px) {
  .history-item {
    padding: 60px 0;
  }
  .history-item.item2020 .history-item-spimg .sphead-txt {
    font-size: 8vw;
  }
  .history-item.item2020 .history-item-spimg .sphead-txt span {
    font-size: 13vw;
  }
  .history-item.item2016 .img-youtube {
    max-width: 260px;
  }
  .history-item.item2010 .history-item-spimg .sphead-txt {
    font-size: 8vw;
  }
  .history-item.item2010 .history-item-spimg .sphead-txt span {
    font-size: 13vw;
  }
}
.greetings {
  margin-bottom: 150px;
}

.greetings-head {
  background-image: url("../img/corporate/greetings/head_bg.jpg");
  margin-bottom: 0;
}

.greetings-cts {
  margin-top: 100px;
  margin-bottom: 100px;
}

.greetings-area {
  position: relative;
}

.tpimg-bg { /*会社代表の画像*/
  background-image: url("../img/corporate/greetings/top_img.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden;
  min-height: 540px;
}
@media screen and (max-width: 960px) {
  .tpimg-bg {
    background-position: 40% 50%;
  }
}
@media screen and (max-width: 768px) {
  .tpimg-bg {
    background-position: 25% 50%;
  }
}
@media screen and (max-width: 480px) {
  .tpimg-bg {
    min-height: 400px;
    position: relative;
  }
  .tpimg-bg::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 30%);
  }
}
.tpimg-bg.tp2 {
  background-image: url("../img/corporate/greetings/top_img_b.jpg");
}

@media screen and (max-width: 480px) {
  .greetings-area.cst {
    padding-top: 60px;
  }
}
@media screen and (max-width: 480px) {
  .greetings-area.cst .tpimg-bg {
    background-position: 17% 50%;
  }
  .greetings-area.cst .tpimg-bg::before {
    background: linear-gradient(to bottom, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 10%);
  }
}

.tpimg-txt-box {
  text-align: center;
  margin: -560px 100px 0 auto;
}
@media screen and (min-width: 1501px) and (max-width: 1800px) {
  .tpimg-txt-box {
    margin: -560px -100px 0 auto;
  }
}
@media screen and (min-width: 1141px) and (max-width: 1500px) {
  .tpimg-txt-box {
    margin: -560px -150px 0 auto;
  }
}
@media screen and (max-width: 1140px) {
  .tpimg-txt-box {
    margin: -560px -200px 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tpimg-txt-box {
    margin: auto;
    padding: 70px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .tpimg-txt-box {
    padding: 30px 0 0;
  }
}
.tpimg-txt-box .txt {
  color: rgb(31, 44, 92);
  letter-spacing: 0.05em;
}
.tpimg-txt-box .tpimg-txt1 {
  font-size: 4.7rem;
  text-align: center;
  margin-bottom: 100px;
  margin-top: 70px;
  /*brをデバイスごとに表示させる*/
}
@media screen and (max-width: 1140px) {
  .tpimg-txt-box .tpimg-txt1 {
    font-size: 4rem;
    margin-right: 205px;
    margin-bottom: 155px;
  }
}
@media screen and (max-width: 960px) {
  .tpimg-txt-box .tpimg-txt1 {
    font-size: 3.2rem;
    margin-bottom: 175px;
  }
}
@media screen and (max-width: 768px) {
  .tpimg-txt-box .tpimg-txt1 {
    margin: auto;
    font-size: 3rem;
  }
}
@media screen and (max-width: 480px) {
  .tpimg-txt-box .tpimg-txt1 {
    font-size: 2.5rem;
    position: absolute;
    top: -2.2em;
    left: 0;
    right: 0;
    margin: auto;
  }
}
.tpimg-txt-box .tpimg-txt1 .pc_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .tpimg-txt-box .tpimg-txt1 .pc_none {
    display: none !important;
  }
  .tpimg-txt-box .tpimg-txt1 .pc_none_s {
    display: block !important;
  }
}
.tpimg-txt-box .tpimg-txt2 {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  font-weight: 500;
  line-height: 1.8;
  text-align: left;
  display: inline-block;
  margin-bottom: 70px;
  margin-right: -475px;
}
.tpimg-txt-box .tpimg-txt2 span {
  font-size: 2rem;
  letter-spacing: 0.6em;
}
@media screen and (max-width: 768px) {
  .tpimg-txt-box .tpimg-txt2 span {
    margin-right: -0.5em;
  }
}
@media screen and (max-width: 1140px) {
  .tpimg-txt-box .tpimg-txt2 {
    margin-right: -160px;
  }
}
@media screen and (max-width: 960px) {
  .tpimg-txt-box .tpimg-txt2 {
    margin-right: -35px;
  }
}
@media screen and (max-width: 768px) {
  .tpimg-txt-box .tpimg-txt2 {
    text-align: right;
    margin-top: 40px;
    margin-right: -155px;
    margin-bottom: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .tpimg-txt-box .tpimg-txt2 {
    margin-right: 0;
    display: block;
    padding: 0 2%;
    margin-top: 0;
  }
}

.wtisaflune-bg { /*豊かさとは何かのイメージ画像*/
  background-image: url("../img/corporate/greetings/grtgs_img1.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden;
  min-height: 630px;
  margin: auto auto auto -200px;
}
@media screen and (max-width: 960px) {
  .wtisaflune-bg {
    background-position: 40% 50%;
  }
}
@media screen and (max-width: 768px) {
  .wtisaflune-bg {
    background-position: 25% 50%;
  }
}
@media screen and (max-width: 480px) {
  .wtisaflune-bg {
    min-height: 500px;
  }
}

.wtisaflune-txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  height: 460px;
  background-color: rgba(255, 255, 255, 0.8);
  margin-right: 0;
  /*margin: -390px -70px 0 auto;*/
  padding: 2% 3%;
  position: absolute;
  top: 200px;
  right: 0;
}
@media screen and (min-width: 1141px) and (max-width: 1650px) {
  .wtisaflune-txt {
    max-width: 700px;
  }
}
@media screen and (max-width: 1140px) {
  .wtisaflune-txt {
    text-align: center;
    top: 60px;
    max-width: 960px;
    margin: 0 auto;
    right: 0;
    left: 0;
  }
}
@media screen and (max-width: 960px) {
  .wtisaflune-txt {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .wtisaflune-txt {
    /*margin: -500px 0 0 auto;*/
    height: 560px;
    padding: 80px 3%;
    top: 0;
  }
}
@media screen and (max-width: 480px) {
  .wtisaflune-txt {
    padding: 40px 2%;
  }
}
.wtisaflune-txt .txt1 {
  font-size: 2.4rem;
  margin-bottom: 100px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .wtisaflune-txt .txt1 {
    text-align: center;
  }
}
.wtisaflune-txt .txt1::before {
  content: "";
  display: block;
  width: 630px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -50px;
  left: -120px;
}
@media screen and (max-width: 1140px) {
  .wtisaflune-txt .txt1::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 590px;
  }
}
@media screen and (max-width: 576px) {
  .wtisaflune-txt .txt1::before {
    width: 440px;
  }
}
@media screen and (max-width: 480px) {
  .wtisaflune-txt .txt1::before {
    width: 300px;
  }
}
.wtisaflune-txt .txt2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  padding-right: 25%;
}
@media screen and (max-width: 1140px) {
  .wtisaflune-txt .txt2 {
    text-align: left;
    display: inline-block;
    padding: 0 15%;
  }
}
@media screen and (max-width: 768px) {
  .wtisaflune-txt .txt2 {
    padding: 0;
    text-align: left;
  }
}

.wtisaflune-txt-lg {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
  margin-top: 70px;
}

.aptmgmt-area {
  display: flex;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1140px) {
  .aptmgmt-area {
    display: block;
  }
}
.aptmgmt-bg { /*アパート経営のイメージ画像*/
  background-image: url("../img/corporate/greetings/grtgs_img2.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  color: #fff;
  overflow: hidden;
  min-height: 860px;
  flex-basis: 50%;
  order: 2;
}
@media screen and (max-width: 960px) {
  .aptmgmt-bg {
    min-height: 1020px;
  }
}
@media screen and (max-width: 480px) {
  .aptmgmt-bg {
    min-height: 970px;
  }
}

.aptmgmt-txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.6);
  text-align: center;
  order: 1;
  max-width: 620px;
  margin: 0 0 0 auto;
  padding: 0 2.5% 0 5%;
}
@media screen and (min-width: 1141px) and (max-width: 1650px) {
  .aptmgmt-txt {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 1140px) {
  .aptmgmt-txt {
    text-align: center;
    top: 60px;
    max-width: 960px;
    margin: 0 auto;
    right: 0;
    left: 0;
    position: absolute;
    padding: 5% 0 5% 5%;
  }
}
@media screen and (max-width: 960px) {
  .aptmgmt-txt {
    max-width: 640px;
  }
}
@media screen and (max-width: 768px) {
  .aptmgmt-txt {
    /*margin: -500px 0 0 auto;*/
    padding: 80px 3%;
    top: 0;
    bottom: 0;
    position: absolute;
  }
}
@media screen and (max-width: 480px) {
  .aptmgmt-txt {
    padding: 40px 2%;
  }
}
.aptmgmt-txt .txt1 {
  font-size: 2.4rem;
  margin-bottom: 100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .aptmgmt-txt .txt1 {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .aptmgmt-txt .txt1 {
    text-align: center;
    display: block;
  }
}
.aptmgmt-txt .txt1::before {
  content: "";
  display: block;
  width: 630px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .aptmgmt-txt .txt1::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 590px;
  }
}
@media screen and (max-width: 576px) {
  .aptmgmt-txt .txt1::before {
    width: 440px;
  }
}
@media screen and (max-width: 480px) {
  .aptmgmt-txt .txt1::before {
    width: 300px;
  }
}
.aptmgmt-txt .txt2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
}
@media screen and (max-width: 1140px) {
  .aptmgmt-txt .txt2 {
    text-align: left;
    padding: 0 15%;
  }
}
@media screen and (max-width: 768px) {
  .aptmgmt-txt .txt2 {
    padding: 0;
    text-align: left;
  }
}

.relief {
  margin-bottom: 150px;
}

.relief-txt {
  letter-spacing: 0.1em;
  line-height: 1.8;
  background-color: rgba(255, 255, 255, 0.6);
}
.relief-txt .txt1 {
  font-size: 2.4rem;
  margin-bottom: 100px;
  text-align: left;
  position: relative;
}
@media screen and (max-width: 1140px) {
  .relief-txt .txt1 {
    display: block;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .relief-txt .txt1 {
    text-align: center;
    display: block;
  }
}
.relief-txt .txt1::before {
  content: "";
  display: block;
  width: 630px;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media screen and (max-width: 1140px) {
  .relief-txt .txt1::before {
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 590px;
  }
}
@media screen and (max-width: 576px) {
  .relief-txt .txt1::before {
    width: 440px;
  }
}
@media screen and (max-width: 480px) {
  .relief-txt .txt1::before {
    width: 300px;
  }
}
.relief-txt .txt2 {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  text-align: left;
}

.ajstlinbrks { /*brの間隔調整*/
  display: block;
  content: "";
  margin-bottom: 5%;
}

.compliance .corplist {
  position: relative;
  background: url(../img/common/bg_tri.png) top left repeat-y;
  top: 0;
}

.compliance-head {
  background-image: url("../img/corporate/compliance/head_bg.jpg");
  margin-bottom: 0;
}

.compliance-corplist {
  padding: 0 0 150px;
}

.compliance-item { /*整備への取り組み*/
  margin-top: 100px;
}
.compliance-item .compliance-cts {
  border: 1px solid #7F7F7F;
  padding: 90px 0;
}
.compliance-item .compliance-cts .txt {
  color: #7F7F7F;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .compliance-item .compliance-cts .txt {
    padding: 0 2%;
    text-align: left;
  }
}
.compliance-item .compliance-cts .txt .sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .compliance-item .compliance-cts .txt .sp_none {
    display: none;
  }
}

.compliance-item2 { /*コンプライアンス10箇条*/
  margin-top: 50px;
  margin-bottom: 150px;
}
.compliance-item2 .item-ttl { /*タイトル:行動規範*/
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.8;
  color: #000;
  font-weight: 600;
  background-color: #E0E0E0;
  padding: 0 2%;
}
.compliance-item2 .item-cts {
  margin-top: 50px;
}
.compliance-item2 .item-cts .item-data .data-box {
  padding: 1.5%;
  letter-spacing: 0.1em;
}
.compliance-item2 .item-cts .item-data .data-box dt {
  font-size: 1.8rem;
  font-weight: 600;
}
.compliance-item2 .item-cts .item-data .data-box dd {
  font-size: 1.6rem;
  padding: 1% 2%;
}

.policy .corplist {
  position: relative;
  background: url(../img/common/bg_tri.png) top left repeat-y;
  top: 0;
}

.policy-head {
  background-image: url("../img/corporate/policy/head_bg.jpg");
  margin-bottom: 0;
}

.policy-corplist {
  padding: 0 0 150px;
}

.policy-item {
  margin-top: 100px;
}
.policy-item .policy-cts .txt {
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  .policy-item .policy-cts .txt {
    padding: 0 2%;
    text-align: left;
  }
}
.policy-item .policy-cts .txt .sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .policy-item .policy-cts .txt .sp_none {
    display: none;
  }
}

.policy-item2 {
  margin-top: 50px;
  margin-bottom: 150px;
}
.policy-item2 .item-ttl-box {
  letter-spacing: 0.1em;
  line-height: 2;
}
.policy-item2 .item-ttl-box .item-ttl { /*タイトル:個人情報保護方針*/
  font-size: 1.8rem;
  line-height: 1.8;
  color: #000;
  font-weight: 600;
  background-color: #E0E0E0;
  padding: 0 2%;
}
.policy-item2 .item-ttl-box .txt {
  font-size: 1.6rem;
  padding: 1%;
}
.policy-item2 .item-cts {
  color: #000;
}
.policy-item2 .item-cts .item-data .data-box {
  padding: 1.5%;
  letter-spacing: 0.1em;
  line-height: 2;
}
.policy-item2 .item-cts .item-data .data-box dt {
  font-size: 1.8rem;
  font-weight: 600;
}
.policy-item2 .item-cts .item-data .data-box dd {
  font-size: 1.6rem;
}

.policy-item3 {
  margin-bottom: 100px;
}/*# sourceMappingURL=company.css.map */