@charset "UTF-8";
/*@mixin tabletL {
  //タブレット横の場合
  @media only screen and (max-width: $bpTabletL) {
	  @content;
  }
}*/
.myIndexMainVisual {
  background-image: url(../img/company/index/bgPageVisual.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 430px;
}

@media only screen and (max-width: 992px) {
  .myIndexMainVisual {
    height: 25vh;
  }
}

.myImgBlock {
  text-align: center;
  margin-bottom: 35px;
}

@media only screen and (max-width: 600px) {
  .myImgBlock {
    margin-bottom: 20px;
  }
}

/* Greeting
------------------------------------------------------------*/
.myGreetingBack01 {
  background: url(../img/company/greeting/bg01.jpg) no-repeat center center/cover;
}

.myGreetingBack02 {
  background: url(../img/company/greeting/bg02.jpg) no-repeat center center/cover;
}

.myGreetingBlockMessage:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myGreetingBlockMessage .image {
  width: 33.201%;
  float: left;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMessage .image {
    width: 100%;
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    float: none;
  }
}

.myGreetingBlockMessage .image .photo {
  margin-bottom: 25px;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMessage .image .photo {
    margin-bottom: 10px;
  }
}

.myGreetingBlockMessage .image .name {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMessage .image .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myGreetingBlockMessage .image .name span {
  font-size: 16px;
  font-size: 1.6rem;
  margin-right: 20px;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMessage .image .name span {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.myGreetingBlockMessage .detail {
  width: 62.724%;
  float: right;
  line-height: 2;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMessage .detail {
    width: 100%;
    float: none;
  }
}

.myGreetingBlockMessage .detail p {
  margin-bottom: 2em;
}

.myGreetingBlockMessage .detail p:last-child {
  margin-bottom: 0;
}

.myGreetingBlockMission {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.myGreetingBlockMission:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myGreetingBlockMission .block .image {
  margin-bottom: 20px;
}

.myGreetingBlockMission .block.left {
  float: left;
  width: 49%;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMission .block.left {
    float: none;
    width: 100%;
    margin-bottom: 40px;
  }
}

.myGreetingBlockMission .block.right {
  float: right;
  width: 40%;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockMission .block.right {
    float: none;
    width: 100%;
  }
}

.myGreetingBlockStandard {
  max-width: 663px;
  margin-left: auto;
  margin-right: auto;
}

.myGreetingBlockCorporate .catch {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockCorporate .catch {
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.myGreetingBlockCorporate p {
  margin-bottom: 30px;
}

.myGreetingBlockCorporate p:last-child {
  margin-bottom: 0;
}

.myGreetingBlockPolicy .catch {
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .myGreetingBlockPolicy .catch {
    margin-bottom: 30px;
  }
}

.myGreetingBlockPolicy .btn {
  max-width: 275px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
}

.myGreetingListIndent li {
  text-indent: -2em;
  margin-left: 2em;
  margin-bottom: 25px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .myGreetingListIndent li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.myGreetingListIndent li:last-child {
  margin-bottom: 54px;
}

@media only screen and (max-width: 600px) {
  .myGreetingListIndent li:last-child {
    margin-bottom: 25px;
  }
}

.myGreetingListNum {
  border-top: 1px dotted #666666;
  counter-reset: number;
  margin-bottom: 40px;
}

@media only screen and (max-width: 600px) {
  .myGreetingListNum {
    margin-bottom: 20px;
  }
}

.myGreetingListNum li {
  width: 100%;
  display: table;
  position: relative;
  padding: 20px 0px 20px 70px;
  border-bottom: 1px dotted #666666;
}

@media only screen and (max-width: 600px) {
  .myGreetingListNum li {
    padding: 10px 0px 10px 40px;
  }
}

.myGreetingListNum li .inner {
  display: table-cell;
  height: 50px;
  vertical-align: middle;
}

.myGreetingListNum li:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 10px;
  height: 1em;
  line-height: 1;
  margin: auto;
  counter-increment: number;
  content: counter(number);
  font-size: 40px;
  font-size: 4rem;
  color: #0066b7;
  position: absolute;
}

@media only screen and (max-width: 600px) {
  .myGreetingListNum li:before {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  }
}

.IE .myGreetingListNum li:before {
  top: 10px;
}

.container .myGreetingListNum:last-child {
  margin-bottom: 0;
}

/* Access
------------------------------------------------------------*/
.myAccessBlock {
  padding: 0;
}

.myAccessBlock .head {
  padding: 50px;
}

@media only screen and (max-width: 992px) {
  .myAccessBlock .head {
    padding: 25px;
  }
}

.myAccessBlock .head .modTitle01 {
  margin-bottom: 0;
}

.myAccessBlock .map .googlemap {
  position: relative;
  padding-bottom: 54%;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .map .googlemap {
    padding-bottom: 70%;
  }
}

.myAccessBlock .map .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.myAccessBlock .body {
  padding: 50px;
}

@media only screen and (max-width: 992px) {
  .myAccessBlock .body {
    padding: 25px;
  }
}

.myAccessBlock .body:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.myAccessBlock .body .address {
  float: left;
}

@media only screen and (max-width: 992px) {
  .myAccessBlock .body .address {
    width: 40%;
  }
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .body .address {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
}

.myAccessBlock .body .time {
  width: 415px;
  float: right;
  line-height: 1.9;
}

@media only screen and (max-width: 992px) {
  .myAccessBlock .body .time {
    width: 60%;
  }
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .body .time {
    float: none;
    width: 100%;
  }
}

.myAccessBlock .body .time .title {
  position: relative;
  padding-left: 52px;
  margin-bottom: 10px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .body .time .title {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 30px;
  }
}

.myAccessBlock .body .time .title:before {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  content: "";
  width: 40px;
  height: 39px;
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .body .time .title:before {
    width: 25px;
    height: 25px;
  }
}

.myAccessBlock .body .time .title.car:before {
  background: url(../img/company/access/iconCar.png) no-repeat top left;
  background-size: 100% auto;
}

.myAccessBlock .body .time .title.human:before {
  top: -3px;
  left: 5px;
  background: url(../img/company/access/iconHuman.png) no-repeat top left;
  background-size: 100% auto;
}

@media only screen and (max-width: 600px) {
  .myAccessBlock .body .time .title.human:before {
    left: 0;
    top: 0;
  }
}

/* Outline
------------------------------------------------------------*/
.myOutlineInfo {
  /* .myOutlineInfo */
}

.myOutlineInfo dd:not(:last-child) {
  margin-bottom: 8px;
}

.myOutlineDetail {
  /* .myOutlineDetail */
}

.myOutlineDetail .box {
  margin-bottom: 50px;
}

.myOutlineDetail .box .title {
  margin-bottom: 20px;
  font-weight: bold;
  font-family: -apple-system, BlinkMacSystemFont, "Yu Gothic", YuGothic, "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 20px;
  font-size: 2rem;
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.myOutlineDetail .box .body {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .body {
    display: block;
  }
}

.myOutlineDetail .box .detail {
  -ms-flex: 1;
  flex: 1;
  padding-right: 40px;
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .detail {
    padding-right: 0;
    margin-bottom: 30px;
  }
}

.myOutlineDetail .box .image {
  width: 180px;
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .image {
    width: auto;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .image li {
    width: 46%;
    margin: 0 2%;
  }
}

.myOutlineDetail .box .image li:not(:last-child) {
  margin-bottom: 15px;
}

@media only screen and (max-width: 600px) {
  .myOutlineDetail .box .image li:not(:last-child) {
    margin-bottom: 0;
  }
}

.myOutlineDetail .info dt {
  margin-bottom: 8px;
  color: #0066b7;
}

.myOutlineDetail .info dd:not(:last-child) {
  margin-bottom: 30px;
}

.myOutlineOrganizationBlock {
  background-image: url(../img/company/outline/bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* .myOutlineOrganizationBlock */
}

.myOutlineOrganizationBlock .myOutlineOrganization {
  text-align: center;
}

/*# sourceMappingURL=maps/company.css.map */
