@charset "UTF-8";
/* ------------------------------------------------------------
   officeページ
------------------------------------------------------------ */
#office .main-visual__wrap {
  margin-top: 16px;
}
#office .breadcrumbs {
  margin-top: 26px;
}
@media screen and (max-width: 1199px) {
  #office .breadcrumbs {
    margin-left: 20px;
  }
}

#office .content {
  margin-top: 20px;
  margin-bottom: 120px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #office .content {
    padding: 0 2%;
    margin-bottom: 40px;
  }
}
#office .content .office {
  width: 75%;
  float: right;
}
@media screen and (max-width: 1199px) {
  #office .content .office {
    width: 71%;
    padding: 0 2%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office {
    width: 100%;
    float: left;
  }
}
#office .content .office__nav {
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  #office .content .office__nav {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #office .content .office__nav {
    display: flex;
    justify-content: space-between;
  }
}
#office .content .office__nav li {
  margin-right: 2%;
  width: 23.5%;
  float: left;
  text-align: center;
  font-weight: 600;
  border: 2px solid #e5e5e5;
  border-radius: 5px;
  padding: 5px;
  -moz-box-shadow: 10px 10px 10px 10px rgba(255, 255, 255, 0.8) inset;
  -webkit-box-shadow: 10px 10px 10px 10px rgba(255, 255, 255, 0.8) inset;
  -o-box-shadow: 10px 10px 10px 10px rgba(255, 255, 255, 0.8) inset;
  -ms-box-shadow: 10px 10px 10px 10px rgba(255, 255, 255, 0.8) inset;
  background: rgb(250, 250, 250);
  background: linear-gradient(to bottom, rgb(250, 250, 250) 0%, rgb(250, 250, 250) 49%, rgb(240, 240, 240) 50%, rgb(248, 248, 248) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#fafafa", endColorstr="#f8f8f8",GradientType=0 );
}
@media screen and (max-width: 1199px) {
  #office .content .office__nav li {
    width: 24%;
    font-size: 10px;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office__nav li {
    width: 24%;
    text-align: left;
    padding: 5px 3px;
    font-size: 10px;
  }
}
#office .content .office__nav li a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
  background: url(../img/arrow_or.png) no-repeat right center;
  background-size: 8px 14px;
}
@media screen and (max-width: 1199px) {
  #office .content .office__nav li a {
    background: url(../img/arrow_or.png) no-repeat right center/6px;
  }
}
@media screen and (max-width: 767px) {
  #office .content .office__nav li a {
    background: url(../img/arrow_or.png) no-repeat right center/6px;
  }
}
@media screen and (max-width: 767px) {
  #office .content .office__nav li a span {
    display: block;
  }
}
#office .content .office__nav li:last-child {
  margin-right: 0;
}
#office .content .office__logo {
  display: block;
  width: 80%;
}
#office .content .office__logo img {
  width: 100%;
}
#office .content .office__gaiyo {
  font-size: 14px;
  margin-bottom: 63px;
}
#office .content .office__gaiyo h2 {
  margin-bottom: 12px;
  padding: 1px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#office .content .office__gaiyo h2 span {
  display: block;
  padding: 9px 0 7px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #faf8f8;
  border-bottom: 1px solid #faf8f8;
  background: url(../img/h2_bg_pc.png) 12px center no-repeat;
}
#office .content .office__gaiyo table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table tbody {
    display: block;
  }
}
#office .content .office__gaiyo table tbody tr {
  border-bottom: 1px dotted #e8e8e8;
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table tbody tr {
    display: block;
  }
}
#office .content .office__gaiyo table tbody tr td {
  width: 30%;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table tbody tr td {
    display: block;
    width: 100%;
  }
}
#office .content .office__gaiyo table tbody tr td p {
  width: 298px;
}
#office .content .office__gaiyo table tbody tr td:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table tbody tr td:nth-child(even) {
    width: 100%;
  }
}
#office .content .office__gaiyo table tbody tr .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  #office .content .office__gaiyo table tbody tr .spimg {
    display: block;
  }
}
#office .content .office__gaiyo h3 {
  margin: 20px 0 20px;
  background: url(../img/h3_bg.png) left center repeat-x;
}
#office .content .office__gaiyo h3 span {
  background: #FFF url(/office/img/icon_train.png) left center no-repeat;
  line-height: 25px;
  padding: 0 10px 0 25px;
  font-size: 14px;
  font-weight: 700;
}
#office .content .office__osaka {
  font-size: 14px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka {
    margin-top: -62.38px;
    padding-top: 62.38px;
  }
}
#office .content .office__osaka h2 {
  margin-bottom: 12px;
  padding: 1px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#office .content .office__osaka h2 span {
  display: block;
  padding: 9px 0 7px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #faf8f8;
  border-bottom: 1px solid #faf8f8;
  background: url(../img/h2_bg_pc.png) 12px center no-repeat;
}
#office .content .office__osaka table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka table {
    display: block;
  }
}
#office .content .office__osaka table tbody tr {
  border-bottom: 1px dotted #e8e8e8;
}
#office .content .office__osaka table tbody tr td {
  width: 25%;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka table tbody tr td {
    width: 100%;
    display: block;
  }
}
#office .content .office__osaka table tbody tr td .pcimg {
  display: block;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka table tbody tr td .pcimg {
    display: none;
  }
}
#office .content .office__osaka table tbody tr td .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka table tbody tr td .spimg {
    display: block;
  }
}
#office .content .office__osaka table tbody tr td:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #office .content .office__osaka table tbody tr td:nth-child(even) {
    width: 100%;
  }
}
#office .content .office__osaka table tbody tr .vtop {
  vertical-align: top;
}
#office .content .office__osaka h3 {
  margin: 20px 0 20px;
  background: url(../img/h3_bg.png) left center repeat-x;
}
#office .content .office__osaka h3 span {
  background: #FFF url(/office/img/icon_train.png) left center no-repeat;
  line-height: 25px;
  padding: 0 10px 0 25px;
  font-size: 14px;
  font-weight: 700;
}
#office .content .office__osakarode {
  color: #1745bf;
  list-style-type: disc;
  margin-left: 20px;
  margin-top: 20px;
}
#office .content .office__osakarode span {
  color: #000;
}
#office .content .office__osakamap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #office .content .office__osakamap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#office .content .office__osakamap li {
  width: 49%;
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #office .content .office__osakamap li {
    display: block;
    width: 100%;
  }
}
#office .content .office__osakamap li img {
  width: 100%;
}
#office .content .office__osakamap li iframe {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #office .content .office__osakamap li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 97% !important;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office__osakamap li:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #office .content .office__osakamap li:last-child {
    position: relative;
    padding-bottom: 0% !important;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office__osakamap li:last-child {
    height: 340px;
    margin-top: 20px;
  }
}
#office .content .office__sanjo {
  font-size: 14px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo {
    margin-top: -62.38px;
    padding-top: 62.38px;
  }
}
#office .content .office__sanjo h2 {
  margin-bottom: 12px;
  padding: 1px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#office .content .office__sanjo h2 span {
  display: block;
  padding: 9px 0 7px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #faf8f8;
  border-bottom: 1px solid #faf8f8;
  background: url(../img/h2_bg_pc.png) 12px center no-repeat;
}
#office .content .office__sanjo table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo table {
    display: block;
  }
}
#office .content .office__sanjo table tbody tr {
  border-bottom: 1px dotted #e8e8e8;
}
#office .content .office__sanjo table tbody tr td {
  width: 25%;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo table tbody tr td {
    width: 100%;
    display: block;
  }
}
#office .content .office__sanjo table tbody tr td .pcimg {
  display: block;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo table tbody tr td .pcimg {
    display: none;
  }
}
#office .content .office__sanjo table tbody tr td .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo table tbody tr td .spimg {
    display: block;
  }
}
#office .content .office__sanjo table tbody tr td:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #office .content .office__sanjo table tbody tr td:nth-child(even) {
    width: 100%;
  }
}
#office .content .office__sanjo table tbody tr .vtop {
  vertical-align: top;
}
#office .content .office__sanjo h3 {
  margin: 20px 0 20px;
  background: url(../img/h3_bg.png) left center repeat-x;
}
#office .content .office__sanjo h3 span {
  background: #FFF url(/office/img/icon_train.png) left center no-repeat;
  line-height: 25px;
  padding: 0 10px 0 25px;
  font-size: 14px;
  font-weight: 700;
}
#office .content .office__sanjorode {
  color: #1745bf;
  list-style-type: disc;
  margin-left: 20px;
}
#office .content .office__sanjorode span {
  color: #000;
}
#office .content .office__rakusai {
  font-size: 14px;
  margin-bottom: 63px;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai {
    margin-top: -62.38px;
    padding-top: 62.38px;
  }
}
#office .content .office__rakusai h2 {
  margin-bottom: 12px;
  padding: 1px 0;
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}
#office .content .office__rakusai h2 span {
  display: block;
  padding: 9px 0 7px 30px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  border-top: 1px solid #faf8f8;
  border-bottom: 1px solid #faf8f8;
  background: url(../img/h2_bg_pc.png) 12px center no-repeat;
}
#office .content .office__rakusai table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai table {
    display: block;
  }
}
#office .content .office__rakusai table tbody tr {
  border-bottom: 1px dotted #e8e8e8;
}
#office .content .office__rakusai table tbody tr td {
  width: 25%;
  padding: 2%;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai table tbody tr td {
    width: 100%;
    display: block;
  }
}
#office .content .office__rakusai table tbody tr td .pcimg {
  display: block;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai table tbody tr td .pcimg {
    display: none;
  }
}
#office .content .office__rakusai table tbody tr td .spimg {
  display: none;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai table tbody tr td .spimg {
    display: block;
  }
}
#office .content .office__rakusai table tbody tr td:nth-child(even) {
  width: 75%;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusai table tbody tr td:nth-child(even) {
    width: 100%;
  }
}
#office .content .office__rakusai table tbody tr .vtop {
  vertical-align: top;
}
#office .content .office__rakusai h3 {
  margin: 20px 0 20px;
  background: url(../img/h3_bg.png) left center repeat-x;
}
#office .content .office__rakusai h3 span {
  background: #FFF url(/office/img/icon_train.png) left center no-repeat;
  line-height: 25px;
  padding: 0 10px 0 25px;
  font-size: 14px;
  font-weight: 700;
}
#office .content .office__rakusairode {
  color: #1745bf;
  list-style-type: disc;
  margin-left: 20px;
}
#office .content .office__rakusairode span {
  color: #000;
}
#office .content .office__rakusaimap {
  width: 100%;
  display: table;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusaimap {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
#office .content .office__rakusaimap li {
  display: table-cell;
}
@media screen and (max-width: 767px) {
  #office .content .office__rakusaimap li {
    display: block;
    width: 100%;
  }
}
#office .content .office__rakusaimap li img {
  width: 100%;
}
#office .content .office__rakusaimap li iframe {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  #office .content .office__rakusaimap li iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 97% !important;
  }
}
#office .content .office__rakusaimap li:first-child {
  width: 360px;
  padding-right: 10px;
}
@media screen and (max-width: 1199px) {
  #office .content .office__rakusaimap li:first-child {
    width: 49%;
    padding-right: 2%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office__rakusaimap li:first-child {
    width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1199px) {
  #office .content .office__rakusaimap li:last-child {
    position: relative;
    padding-bottom: 0% !important;
    height: 0;
    overflow: hidden;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .office__rakusaimap li:last-child {
    height: 340px;
    margin-top: 20px;
  }
}
#office .content .sidenav {
  width: 22%;
  float: left;
  margin-right: 3%;
}
@media screen and (max-width: 1199px) {
  #office .content .sidenav {
    width: 21%;
    margin: 0 2%;
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  #office .content .sidenav {
    width: 100%;
    float: right;
    margin: 0;
    margin-top: 40px;
    padding: 0 2%;
  }
}
#office .content .sidenav a {
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__nav {
    display: none;
  }
}
#office .content .sidenav__area {
  margin-top: 20px;
  padding: 6px 0;
  background: #e9e9e9;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__area {
    display: none;
  }
}
#office .content .sidenav__area dl {
  width: calc(100% - 12px);
  display: block;
  margin: 0 auto;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
#office .content .sidenav__area dl dt {
  background: #e9e9e9;
}
#office .content .sidenav__area dl dd {
  padding: 7px 0;
  font-size: 0.75rem;
  border-left: 1px solid #dedede;
  border-right: 1px solid #dedede;
}
#office .content .sidenav__area dl dd img {
  padding-left: 7px;
  padding-right: 7px;
}
#office .content .sidenav__area dl dd p {
  margin-top: 10px;
  padding-left: 7px;
  padding-right: 7px;
}
#office .content .sidenav__area dl dd:last-child {
  padding-bottom: 10px;
}
#office .content .sidenav__area dl dd:hover {
  background: #fff6e6;
}
#office .content .sidenav__area dl dd:last-child:hover {
  background: none;
}
#office .content .sidenav__sparea {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__sparea {
    display: block;
  }
}
#office .content .sidenav__sparea p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}
#office .content .sidenav__sparea ul {
  overflow: hidden;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__sparea ul {
    display: flex;
    justify-content: space-between;
  }
}
#office .content .sidenav__sparea ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__sparea ul li {
    width: 24%;
    margin-right: 0;
    float: none;
  }
}
#office .content .sidenav__sparea ul li a {
  display: block;
}
#office .content .sidenav__sparea ul li:last-child {
  margin-right: 0;
}
#office .content .sidenav__spnav {
  display: none;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  #office .content .sidenav__spnav {
    display: block;
  }
}
#office .content .sidenav__spnav p {
  padding-left: 13px;
  font-weight: 700;
  background: url(../../common/img/side_tit_bg_sp.png) left center no-repeat;
  background-size: 10.5px 11px;
  font-size: 13px;
}
#office .content .sidenav__spnav ul {
  overflow: hidden;
  margin-top: 10px;
}
#office .content .sidenav__spnav ul li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
#office .content .sidenav__spnav ul li a {
  display: block;
}
#office .content .sidenav__spnav ul li:nth-child(3n) {
  margin-right: 0;
}
#office .content .sidenav__spnav ul li:nth-child(4),
#office .content .sidenav__spnav ul li:nth-child(5) {
  margin-top: 10px;
}
#office .content .sidenav__spnav ul:last-child li {
  width: 32%;
  margin-right: 2%;
}
#office .content .sidenav__spnav ul:last-child li:last-child {
  margin-right: 0;
}

.officenavi {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .officenavi {
    flex-direction: column;
  }
}
.officenavi dl {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .officenavi dl {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .officenavi dl:not(:last-child) {
    margin-bottom: 30px;
  }
}
.officenavi dl a {
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}
.officenavi dl a:hover {
  background: #fff6e6;
}
.officenavi dt {
  margin-bottom: 15px;
}
.officenavi dt img {
  max-height: 21px;
  width: auto;
}
.officenavi__sp {
  display: none;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .officenavi__sp {
    display: flex;
    justify-content: space-between;
  }
}
.officenavi__sp li {
  width: 32%;
  float: left;
  margin-right: 2%;
}
@media screen and (max-width: 767px) {
  .officenavi__sp li {
    width: 24%;
  }
}
.officenavi__sp li:last-child {
  margin-right: 0;
}

@media screen and (max-width: 1199px) {
  .caution {
    padding: 0 3%;
  }
}
.caution .inner {
  border: 5px solid #cc2300;
  border-radius: 20px;
}
.caution__ttl {
  padding-bottom: 29px;
  position: relative;
  border-bottom: 4px solid #333;
}
@media screen and (max-width: 767px) {
  .caution__ttl {
    margin-bottom: 30px;
  }
}
.caution__ttl img {
  max-width: 648px;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  .caution__ttl img {
    width: 98%;
  }
}
.caution__ttl:before {
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom-width: 0;
  bottom: -17px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  z-index: 1;
  margin-left: -22px;
}
.caution__ttl:after {
  border: 20px solid transparent;
  border-top-color: #333;
  border-bottom-width: 0;
  bottom: -22px;
  content: "";
  display: block;
  left: 50%;
  position: absolute;
  width: 0;
  margin-left: -22px;
}
.caution__txt {
  color: #000;
  margin-top: 50px;
}
.caution__txt p:not(last-child) {
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .caution__txt p:not(last-child) {
    margin-bottom: 20px;
  }
}
.caution__txt span {
  color: #ac0b0b;
  font-weight: bold;
}
.caution__box {
  padding: 23px 50px 0px 50px;
}
@media screen and (max-width: 767px) {
  .caution__box {
    padding: 23px 3% 0 3%;
  }
}

.guide__info {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .guide__info {
    display: none;
  }
}

.guide__sp {
  display: none;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .guide__sp {
    display: block;
  }
}
.guide__sp p img {
  width: 70%;
  display: block;
  margin: 0 auto;
}
.guide__sp .tel {
  display: block;
  margin-top: 10px;
}
.guide__sp .tel img {
  width: 100%;
}
.guide__sp .mail {
  display: block;
  margin-top: 10px;
}
.guide__sp .mail img {
  width: 100%;
}

.addbox {
  margin-top: 40px;
  border: 5px solid #1b4db3;
  border-radius: 20px;
}

.addtext {
  padding: 2%;
  margin: 20px 0;
}

#office .title__blue {
  background: #1b4db3;
  padding: 15px;
  display: block;
  color: #fff;
  font-size: 1.25rem;
  margin-bottom: 25px;
  font-weight: bold;
  border-radius: 14px 14px 0 0;
}/*# sourceMappingURL=style.css.map */