@charset "utf-8";
html {
  font-size: 100%;
  scroll-behavior: smooth;
}
html * {
  box-sizing: border-box;
  /* border: 1px solid #000; */
}
/* テーブル
-----------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
}
th, td {
  padding: 0.5rem;
  border: 1px solid #369;
}
/* Topメインビジュアル
-----------------------------------------------------------*/
.main {
  position: relative;
  width: 100%;
  height: auto;
}
.main img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center;
  z-index: 1;
}
/* wrapp
-----------------------------------------------------------*/
.wrapp {
  position: relative;
  width: 100%;
  padding: 0 0 0 0;
  background: #fff;
  z-index: 10;
  overflow: hidden;
}
/* h1
-----------------------------------------------------------*/
h1 {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: normal;
  text-align: center;
  text-shadow: 2px 2px 5px #000;
}
.h1-title {
  color: inherit;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
}
.h1-copy {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: inherit;
  font-size: 1.2rem;
  line-height: 1;
}
.h1-copy span {
  display: inline-block;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  color: inherit;
  line-height: 2;
}
/* h2
-----------------------------------------------------------*/
article {
  padding-bottom: 10px;
}
.heading {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-align: center;
  /* background-color: #cfc; */
}
.heading h2 {
  display: inline-block;
  margin-bottom: 1rem;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 1.5rem;
  line-height: 1.2rem;
}
.heading h2 .heading-l {
  font-size: 2.5rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #f00;
  margin: 0 1rem;
  vertical-align: middle;
}
.heading p {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-bottom: 0.3rem;
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.7;
}
/* br
-----------------------------------------------------------*/
.sp992, .sp576 {
  display: none;
}
.sp {
  display: none;
}
/* container
-----------------------------------------------------------*/
.container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  /* background-color: #ffc; */
}
/* content
-----------------------------------------------------------*/
.content {
  margin-left: auto;
  margin-right: auto;
}
.content p {
  text-align: justify;
  line-height: 1.7;
}
.content dl {
  margin-top: 1rem;
}
.content dt {
  font-weight: bold;
}
.content ul {
  margin-top: 0.5rem;
}
/* .content > * {
  background-color: #fcc;
} */
/*service-dsc
-----------------------------------------------------------*/
.service-dsc {
  width: 100%;
  height: auto;
  margin: 0 0 2rem 0;
  padding: 3rem 0;
  background: #aaa;
}
.service-dsc h2 {
  font-size: 1.0rem;
  text-align: center;
  margin: 0 0 3rem 0;
  color: #ffffff;
}
.service-dsc h2 span {
  font-size: 1.5rem;
  color: #ffffff;
  line-height: 2rem;
}
.service-dsc .txt-center {
  display: block;
  text-align: center;
}
.service-dsc ul {
  margin: 0 auto;
  display: inline-block;
}
.service-dsc ul li {
  color: #ffffff;
  font-size: 1rem;
  margin: 0 0 1rem 0;
  text-align: left;
}
.service-dsc ul li img {
  margin: 0 1rem 0 0;
  display: inline-block;
}
.service-dsc ul li ul li:before {}
/* category
-----------------------------------------------------------*/
.category-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.category-term {
  display: flex;
  max-height: 30rem;
  margin: 2rem auto;
  box-shadow: 2px 2px 5px #000;
}
.category-image {
  width: 25%;
}
.category-caption {
  width: 30%;
  padding: 2rem;
  background: #333;
}
.category-title {
  display: flex;
  height: 40%;
  align-items: center;
  border-bottom: 1px solid #fff;
  /* background-color: #00f; */
}
.category-description {
  display: flex;
  align-items: center;
  height: 60%;
  color: #fff;
  /* background-color: #90f; */
}
.category-no, .category-name {
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
}
.category-icon {
  margin-left: 0.5rem;
  margin-right: 0.5em;
}
.category-icon img {
  width: 50px;
  height: 50px;
}
.category-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service_01 {
  background-image: url("../images/service-img-01.jpg");
}
.service_02 {
  background-image: url("../images/service-img-02.jpg");
}
.service_03 {
  background-image: url("../images/service-img-03.jpg");
}
.service_04 {
  background-image: url("../images/service-img-04.jpg");
}
.service_05 {
  background-image: url("../images/service-img-05.jpg");
}
.category-content {
  width: 75%;
  padding: 2rem 0;
}
.sevice-header-wrapp {
  width: 100%;
  margin: 0 0 1rem 0;
}
.sevice-header {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: center;
}
.sevice-header h3 {
  flex-basis: 40%;
  text-align: left;
  margin: 0 0 0 2rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #333;
}
.sevice-header p {
  flex-basis: 60%;
  text-align: right;
  margin: 0 2rem 0 0;
}
.sevice-content {
  display: flex;
  align-items:flex-start;
  justify-content: center;
  margin: 0;
  padding: 2rem 1rem;
  background: #efefef;
  gap:1rem;
}
.sevice-content-wrapp {}
.sevice-content .aline-center {
  flex-basis: 50%;
  gap:1rem;
}
.sevice-content .aline-center ul {
  flex: 1;
  text-align: left;
  display: inline-block;
}
.sevice-content .aline-center ul li {
  
}
.sevice-content .aline-center ul li::before {
  content: "●";
}
.service-items {
  display: flex;
  justify-content: center;
  max-width: 30rem;
}
.content-columns {
  width: 50%;
  /* background-color: #f60; */
}
.tel-lead {
  max-width: 60rem;
}
.tel-items {
  display: flex;
  flex-wrap: wrap;
}
.tel-item {
  width: 50%;
  padding-top: 1rem;
}
/* flow
-----------------------------------------------------------*/
#flow {
  padding: 5rem 0;
}
.flow-heading {
  margin: 0 0 2rem 0;
  padding: 0.5rem 0;
  background: #ccc;
}
.flow-heading h2 {
  font-size: 1.5rem;
  text-align: center;
}
.flow-heading h2 .heading-2 {
  font-size: 3.5rem;
  font-weight: 700;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  color: #F00;
  margin-left: 1rem;
  margin-right: 1.5rem;
  vertical-align: middle;
  font-style: italic;
}
.flow-item {
  width: 100%;
  margin: 0 0 5rem 0;
  display: flex;
  justify-content: space-between;
}
.flow-item dl {
  width: 20%;
  display: flex;
  flex-direction: column;
}
.flow-item dl dt {}
.flow-item dl dt p {
  text-align: center;
  margin: 0;
  padding: 0.5rem 0;
  background: #666;
  font-size: 1.2rem;
  font-weight: 700;
  color: #ffffff;
}
.flow-item dl dd {
  background: #ccc;
  margin: 0;
  padding: 1.2rem;
  flex-grow: 1;
}
.flow-item .flow-dsc {
  text-align: center;
}
.flow-item .flow-dsc p {
  text-align: left;
  display: inline-block;
  line-height: 1.2rem;
  font-size: 0.8rem;
}
.flow-item dl dd h3 {
  text-align: center;
  margin: 0;
  padding: 0 0 0.5rem 0;
  font-size: 1.0rem;
  font-weight: 700;
}
.flow-item dt img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 1rem solid transparent;
  border-bottom: 1rem solid transparent;
  border-left: 2rem solid #555555;
  margin: 13rem 0 0 0;
}
/* policy
-----------------------------------------------------------*/
#policy {
  padding: 5rem 0;
}
.polisy-wrapp {
  display: flex;
  align-items: center;
}
.polisy-img {
  flex-basis: 40%;
}
.polisy-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.polisy-txt {
  flex-basis: 60%;
  padding: 2rem;
  background: cadetblue;
}
.polisy-txt h2 {
  width: 100%;
  margin:0 0 2rem 0;
  padding: 0;
  text-align: right;
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 2.5rem
}
.polisy-txt-box {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.polisy-txt-box p {
  display: inline-block;
  text-align: center;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}
/* company
-----------------------------------------------------------*/
#company {
  padding: 5rem 0;
}
.company-wrapp {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
}
.company-img {
  flex-basis: 40%;
}
.company-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company-txt {
  flex-basis: 60%;
  padding: 2rem;
  background: beige;
}
.company-txt h2 {
width: 100%;
margin: 0 0 2rem 0;
padding: 0;
text-align: left;
color: #000000;
font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
font-size: 2.5rem;
font-weight: bold;
line-height: 2.5rem;
}
.company-txt-box {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center;
}
.company-txt-box dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0.2rem;
  text-align: left;
  color: #000000;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
}
.company-txt-box dl dt {
  flex-basis: 25%;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  padding: 0.2rem 0;
}
.company-txt-box dl dd {
  flex-basis: 75%;
  border-bottom: 2px dotted #000000;
  padding: 0.2rem 0 0.2rem 0.5rem;
  font-size: 1.0rem;
}
.company-txt-box dl dd:last-child {
  border-bottom: none;
}
.company-txt-box dl dd ul {
  display: flex;
  flex-wrap: wrap;
}
.company-txt-box dl dd ul li {
  flex-basis: 50%;
}
/* rental
-----------------------------------------------------------*/
#recruit {
  padding: 3rem 0;
}
.recruit-heading {
  text-align: center;
  margin: 0 0 5rem 0;
}
.recruit-heading h2 {
  color: #333;
}
.recruit-heading p {
  color: #000000;
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
  text-align: left;
}
.recruit-wrapp {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.recruit-img {
  flex-basis: 30%;
  height: auto;
}
.recruit-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.recruit-txt {
  flex-basis: 60%;
  padding: 0;
}
.recruit-txt dl {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 0;
  padding: 0.2rem;
  text-align: left;
  font-size: 1rem;
  font-weight: 200;
  line-height: 2rem;
  color: #297BFF;
}
.recruit-txt dl dt {
  flex-basis: 25%;
  text-align: center;
  font-size: 1.2rem;
  padding: 0;
  color: #297BFF;
}
.recruit-txt dl dd {
  flex-basis: 75%;
  border-bottom: 2px solid #297BFF;
  margin: 0 0 1rem 0;
  padding: 0.2rem 0 0.2rem 0.5rem;
  font-size: 1.0rem;
  color: #030f32;
}
.recruit-txt dl dd:last-child {
  border-bottom: none;
}
/* access
-----------------------------------------------------------*/
#access {
  padding: 2rem 0 0;
}
#access .heading {
  margin-top: 2rem;
}
#access .heading h2 {
  color: #333;
}
.access-content {
  display: flex;
  flex-direction: row-reverse;
}
.access-content li {
  width: 50%;
}
.access-description {
  display: flex;
  justify-content: center;
  align-items: center;
  border-right: 1px solid #000;
}
.g-map {
  margin-top: 3rem;
}
iframe {
  width: 100%;
  height: 450px;
  border: none;
}
/* contact
-----------------------------------------------------------*/
#contact {
  padding: 5rem 0;
}
#contact .heading h2 {
  color: #333;
  font-size: 1rem;
  border-bottom: 1px solid #333;
  margin: 0 0 1rem 0;
  padding: 0 1rem;
}
#contact .heading p {
  color: #333;
  font-size: 2rem;
}
.contact-content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.contact-content li {
  width: 50%;
}
.tel-btn {
  text-align: center;
}
.tel-btn a {
  color: #333;
}
.contact-description {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.contact-description > div {
  width: 100%;
}
.contact-description p {
  color: #333;
  text-align: center;
}
/* リンクボタン
-----------------------------------------------------------*/
.order-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.order-content a.order-btn {
  width: 100%;
  padding: 1rem 5rem;
  background: #333;
  border: 1px solid #333;
  text-align: center;
  color: #ffffff;
  display: block;
}
.order-content a.order-btn:hover {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
.contact-content {
  width: 80%;
  margin: 0 auto;
  text-align: center;
}
.contact-content a.contact-btn {
  width: 100%;
  padding: 1rem 5rem;
  background: #333;
  border: 1px solid #333;
  text-align: center;
  color: #ffffff;
  display: block;
}
.contact-content a.contact-btn:hover {
  background: #fff;
  border: 1px solid #333;
  color: #333;
}
/* footer
-----------------------------------------------------------*/
footer {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #666;
  text-align: center;
}
.logo-en {
  text-align: center;
  font-size: 1.5rem;
  color: #ffffff;
  font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
  margin: 0;
  padding: 0;
}
.copy {
  font-family: 'Roboto', sans-serif;
  color: #fff;
  font-size: 1rem;
}
#page-top {
  width: 60px;
  height: 60px;
  font-size: 24px;
  position: fixed;
  right: 1%;
  bottom: 60px;
}
#page-top a {
  color: #fff;
  text-align: center;
  padding: 0 25%;
  background: #479BFF;
  border-radius: 10em;
  display: block;
  text-decoration: none;
  line-height: 60px;
  opacity: 0.8;
}
#page-top a:hover {
  opacity: 0.5;
}
/* ブラウザ幅：～1600px
-----------------------------------------------------------*/
@media (max-width: 1600px) {
  .option-list {
    flex-direction: column;
  }
  .option-item {
    width: 100%;
  }
  .header-wrapp {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .sevice-header-wrapp {
    margin: 0 0 1rem 0;
  }
}
/* ブラウザ幅：～1200px
-----------------------------------------------------------*/
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 1rem;
  }
  .content {
    padding: 0;
  }
  .sevice-header-wrapp {
    margin: 0 0 1rem 0;
  }
}
/* ブラウザ幅：～992px
-----------------------------------------------------------*/
@media (max-width: 992px) {
  .sp {
    display: block;
  }
  .sp992 {
    display: block;
  }
  .h1-title {
    font-size: 5rem;
  }
  .category-caption {
    padding: 1rem;
  }
  .category-content > div {
    flex-direction: column;
  }
  .sevice-content {
    padding: 1rem;
  }
  .sevice-header-wrapp {
    margin: 0 0 2rem 0;
  }
  .content-columns {
    width: 100%;
  }
  .flow-item dl {
    width: 23%;
  }
  .triangle {
    border-top: 2rem solid transparent;
    border-bottom: 2rem solid transparent;
    border-left: 1rem solid #555555;
    margin: 13rem 0 0 0;
  }
  .company-txt-box {
    margin: 0;
    padding: 1rem;
  }
  .recruit-txt dl {
    margin: 0 0 0 0;
    padding: 0.2rem;
  }
  .recruit-txt dl dt {
    flex-basis: 25%;
  }
  .recruit-txt dl dd {
    flex-basis: 75%;
  }
  .recruit-img {
    flex-basis: 35%;
  }
}
/* ブラウザ幅：～768px
-----------------------------------------------------------*/
@media (max-width: 768px) {
  .h1-title {
    font-size: 4rem;
  }
  .content {
    padding: 0;
  }
  .container {
    width: 100%;
    padding: 1rem;
  }
  .category-term {
    flex-direction: column-reverse;
    max-height: inherit;
    display: block;
  }
  .category-item {
    padding: 0;
  }
  .category-caption {
    width: 100%;
    height: 160px;
  }
  .category-content {
    width: 100%;
    padding: 0;
  }
  .sevice-header-wrapp {
    margin: 0 0 0 0;
    padding: 1rem;
  }
  .sevice-header {
    width: 100%;
    display: block;
    align-content: center;
    justify-content: center;
  }
  .sevice-header h3 {
    text-align: center;
    margin: 0;
    font-size: 1.2rem;
    font-weight: 700;
  }
  .sevice-header p {
    flex: 1;
    text-align: center;
    margin: 0;
  }
  .sevice-content-wrapp {
    margin: 0 0 0 0;
    padding: 0;
  }
  .category-image {
    width: 100%;
    height: 300px;
  }
  .category-title, .category-description {
    height: 50%;
  }
  .polisy-wrapp {
    display: block;
    align-items: center;
  }
  .polisy-txt h2 {
    width: 100%;
    margin: 0px;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .polisy-txt-box {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    text-align: center;
  }
  .company-wrapp {
    display: block;
    align-items: center;
  }
  .company-txt h2 {
    width: 100%;
    margin: 0px;
    padding: 2rem;
    text-align: center;
    font-size: 1.5rem;
  }
  .company-txt-box {
    width: 100%;
    margin: 0;
    padding: 1rem 0;
    text-align: center;
  }
  .recruit-heading {
    margin: 0 0 2rem 0;
  }
  .access-content {
    flex-direction: column;
  }
  .access-content li {
    width: 100%;
  }
  .access-description {
    border-right: none;
  }
  .contact-content {
    flex-direction: column;
  }
  .contact-content li {
    width: 100%;
  }
  .contact-description {
    border-left: none;
  }
  .table-option {
    max-width: 30rem;
    margin-left: auto;
    margin-right: auto;
  }
  th.term, td.price, td.description {
    display: block;
    width: 100%;
    border-bottom: none;
  }
  th.term {
    margin-top: 1rem;
  }
  td.description {
    display: flex;
    justify-content: center;
  }
  td.description:last-child {
    border-bottom: 1px solid #069;
  }
  #access {
    padding: 3rem 0 0;
  }
  .g-map {
    margin-top: 3rem;
  }
  #contact {
    padding: 3rem 0;
  }
  #flow {
    padding: 2rem 0;
  }
}
/* ブラウザ幅：～576px
-----------------------------------------------------------*/
@media (max-width: 576px) {
  #flow {
    padding: 0;
  }
  .flow-heading {
    padding: 0;
  }
  .flow-heading h2 {
    font-size: 1.2rem;
  }
  .flow-heading h2 .heading-2 {
    font-size: 2rem;
  }
  .sp992 {
    display: none;
  }
  .sp576 {
    display: none;
  }
  .brpc {
    display: none;
  }
  .service-dsc h2 span {
    font-size: 1.2rem;
  }
  .sevice-content .aline-center ul {
    margin: 0;
  }
  h1 {
    top: 30%;
  }
  .h1-title {
    font-size: 2rem;
	margin-bottom: 1rem;
  }
  .heading h2 {
    font-size: 2rem;
    line-height: 1.2rem;
  }
  .heading h2 .heading-l {
    font-size: 2.0rem;
    line-height: 4rem;
  }
  .content {
    padding: 0;
  }
  .category-term {
    margin: 0;
    }
  .sevice-content {
    display: block;
	padding:1rem 0.5rem;
  }
  .flow-item {
    width: 100%;
    margin: 0 0 4rem 0;
    display: block;
  }
  .flow-item dl {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .flow-item dl dt {
    height: 40vh;
  }
  .flow-item dl dd {
    margin: 0;
    padding: 1.2rem;
    flex-grow: 1;
  }
  .flow-item dl dd h3 {
    text-align: center;
    margin: 0;
    padding: 0 0 0.5rem 0;
    font-size: 1.0rem;
    font-weight: 700;
  }
  .flow-item dl dd h3 {
    text-align: center;
  }
  .triangle {
    display: none;
  }
  #policy {
    padding: 1rem 0;
  }
  .polisy-img {
    height: 15rem;
  }
 .polisy-txt {
    padding: 0.5rem;
  }
  #company {
    padding: 1rem 0;
  }
   .company-txt {
    padding: 1rem;
  }
  .company-txt h2 {
    padding: 1.5rem 0 0 0;
  }
  .company-img {
    height: 15rem;
  }
  .company-txt-box dl {
    width: 95%;
    margin: 0 auto;
    padding: 0.2rem;
  }
  .company-txt-box dl dd ul {
    flex-direction: column;
  }  
  .recruit-wrapp {
    display: block;
  }
  .recruit-img {
    height: 10rem;
    margin: 0 0 1rem 0;
  }
  .recruit-img img {
    object-position: 0% 25%;
  }
  .g-map {
    margin-top: 0;
  }
  #contact .heading p {
    font-size: 1.5rem;
  }
  .order-content {
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .contact-content {
    width: 100%;
    margin: 0;
    text-align: center;
  }
}
/* フェード設定
-----------------------------------------------------------*/
.fadeup-1s {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeup-2s {
  opacity: 0;
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
.faderight {
  opacity: 0;
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
.fadeleft {
  opacity: 0;
  animation-name: fadeLeftAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}