@charset "utf-8";

/* ----------------------------------------
	front-page.css
---------------------------------------- */
/* main-visual */
#main-visual {
  position: relative;
}

#main-visual figure {
  text-align: center;
  padding: 1rem 2rem;
  position: relative;
}

#main-visual figure img {
  border-radius: 80px 0 80px 0;
  pointer-events: none;
  z-index: -2;
}

.main-visual-text-wrapper {
  display: flex;
  align-items: flex-end;
  position: absolute;
  bottom: 1rem;
  right: 0;
  z-index: 10;
}

/* main-visual tel */
#main-visual .header-right-tel {
  padding: 1rem;
  border-radius: 20px 0 20px 0;
  background-image: linear-gradient(90deg, #72a1de, #47c1aa);
}

#main-visual .header-right-tel a {
  width: fit-content;
  background-color: #fff;
  padding: 0.25rem 1rem;
  margin: 0 auto;
  border-radius: 30px;
  transition: transform 0.3s ease;
  display: inline-block;
}

#main-visual .header-right-tel a:hover {
  transform: scale(1.1);
}

#main-visual .header-right-tel i {
  color: #fd9544;
}

#main-visual .header-right-tel span {
  color: #72a1de;
  font-family: "MPLUS1", sans-serif;
  font-size: 1.2rem;
  font-weight: 700;
}

#main-visual .header-right-tel p {
  margin-top: 0.5rem;
  color: #fff;
  font-size: 0.9rem;
  text-align: center;
}

#main-visual .header-right-tel {
  position: relative;
}

#main-visual .header-right-tel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #fff;
  border-radius: 30px 0 0 0;
  z-index: -1;
}

.main-visual-text {
  background-color: #fff;
  padding: 2rem 8rem 2rem 6rem;
  border-radius: 60px 0 60px 0;
}

h1 {
  color: #fd9544;
  font-size: 2.5rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 1rem;
  line-height: 1.5;
}

h1 span {
  font-size: 2.3rem;
}

.main-visual-sub-ttl {
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0 auto 2rem auto;
  background-color: #e8f4f4;
  color: #72a1de;
  font-size: 1.1rem;
  font-weight: 700;
  border: 1px solid #72a1de;
  border-radius: 30px;
}

.main-visual-sub-ttl span {
  color: #72a1de;
  font-size: 0.8rem;
}

.point {
  display: flex;
  gap: 1rem;
}

.point p {
  flex: 1;
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  border-radius: 10px 0 10px 0;
  background-image: linear-gradient(90deg, #f6ac2c, #fd9544);
  line-height: 1.5;
}

.point-text {
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100px;
  color: #fff;
  text-align: center;
}

.point-text span {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

/* news */
.main-visual-news {
  position: absolute;
  top: 15%;
  left: 1rem;
  background-color: #e8f4f4;
  padding: 0.5rem 1rem 0.5rem 0;
  border-radius: 10px 0 10px 0;
  font-size: 1.2rem;
  font-weight: 500;
  transition: transform 0.3s ease;
}

.main-visual-news a {
  color: #72a1de;
  display: block;
}

.main-visual-news span {
  background-color: #72a1de;
  padding: 0.72rem 1rem;
  border-radius: 10px 0 0 0;
  color: #fff;
  font-weight: 700;
  margin-right: 1rem;
}

.main-visual-news:hover {
  transform: scale(1.1);
}

/* 画面幅1440px以下 */
@media screen and (max-width: 1440px) {
  #main-visual figure img {
    border-radius: 70px 0 70px 0;
  }

  .main-visual-text {
    padding: 2rem 3rem 0 3rem;
    border-radius: 50px 0 50px 0;
    max-width: 800px;
  }

  h1 {
    font-size: 2.2rem;
    /* margin-bottom: 0.5rem; */
  }

  h1 span {
    font-size: 2.05rem;
  }

  .main-visual-sub-ttl {
    margin: 0 auto 1.5rem auto;
  }
}

/* 画面幅1280px以下 */
@media screen and (max-width: 1280px) {
  #main-visual figure img {
    border-radius: 60px 0 60px 0;
  }

  .main-visual-text {
    padding: 1.5rem 3rem 0 3rem;
    border-radius: 40px 0 40px 0;
    max-width: 780px;
  }

  h1 {
    font-size: 2rem;
  }

  h1 span {
    font-size: 1.85rem;
  }

  .main-visual-sub-ttl {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #main-visual figure img {
    border-radius: 50px 0 50px 0;
  }

  .main-visual-text {
    padding: 1rem 2rem 0rem 2rem;
    border-radius: 30px 0 30px 0;
    max-width: 700px;
  }

  h1 {
    font-size: 1.8rem;
  }

  h1 span {
    font-size: 1.65rem;
  }

  .main-visual-sub-ttl {
    font-size: 1rem;
    margin-bottom: 1.5rem;
  }

  .point p {
    width: 100px;
    height: 70px;
  }

  .point-text span {
    font-size: 1rem;
  }

  .main-visual-news {
    font-size: 1rem;
  }
}

/* 画面幅1024px以下 */
@media screen and (max-width: 1024px) {
  .main-visual-text-wrapper {
    position: static;
    display: block;
    position: relative;
    background-color: transparent;
  }

  #main-visual .header-right-tel {
    display: none;
  }

  #main-visual .header-right-tel::before {
    display: none;
  }

  .main-visual-text {
    max-width: initial;
    padding: 0;
    margin: 4rem 6% 8rem 6%;
  }

  h1 {
    font-size: 2.5rem;
    margin-bottom: 2rem;
  }

  h1 span {
    font-size: 2.3rem;
  }

  .main-visual-sub-ttl {
    font-size: 1.1rem;
    margin-bottom: 2.5rem;
  }

  .main-visual-sub-ttl span {
    font-size: 0.8rem;
  }

  .point {
    width: 60%;
    margin: 0 auto;
  }

  .point p {
    height: 90px;
  }

  .point-text span {
    font-size: 1.1rem;
  }

  .main-visual-news {
    top: auto;
    bottom: -0.5rem;
    left: auto;
    right: 4rem;
    padding: 0.8rem 1rem 0.8rem 0;
  }

  .main-visual-news span {
    padding: 1rem;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #main-visual figure img {
    border-radius: 40px 0 40px 0;
  }

  .main-visual-text {
    margin: 4rem 6% 4rem 6%;
  }

  h1 {
    font-size: 2.2rem;
  }

  h1 span {
    font-size: 2.05rem;
  }

  .point {
    width: 80%;
  }

  .main-visual-news {
    font-size: 0.9rem;
    padding: 0.5rem 1rem 0.5rem 0;
  }

  .main-visual-news span {
    padding: 0.65rem;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #main-visual figure {
    padding: 1rem;
  }

  #main-visual figure img {
    border-radius: 30px 0 30px 0;
  }

  .main-visual-text {
    margin: 3rem 1rem 4rem 1rem;
  }

  h1 {
    font-size: 2rem;
  }

  h1 span {
    font-size: 1.85rem;
  }

  .main-visual-sub-ttl {
    font-size: 0.95rem;
  }

  .point {
    width: 100%;
  }

  .main-visual-news {
    right: 2rem;
  }
}

/* 画面幅480px以下 */
@media screen and (max-width: 480px) {
  #main-visual figure img {
    border-radius: 20px 0 20px 0;
  }

  .main-visual-text {
    margin: 2rem 1rem 4rem 1rem;
  }

  h1 {
    font-size: 1.5rem;
    padding-top: 1.5rem;
    margin-bottom: 1.5rem;
  }

  h1 span {
    font-size: 1.4rem;
  }

  .main-visual-sub-ttl {
    margin-bottom: 1.5rem;
    border-radius: 50px;
  }

  .point-text span {
    font-size: 1rem;
  }
}

/* service */
#service {
  margin: 8rem 15%;
}

.service-container {
  display: flex;
  gap: 2rem;
}

.service-container div {
  flex: 1;
}

.service-number {
  position: absolute;
  top: -5%;
  left: 10%;
  color: #fd9544;
  font-family: "MPLUS1", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}

.service-content {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  position: relative;
  padding-top: 2rem;
}

.service-img,
.service-text {
  width: 100%;
}

.service-img img {
  width: 100%;
  display: block;
  border-radius: 30px 0 0 0;
}

.service-text {
  background-image: linear-gradient(90deg, #f6ac2c, #fd9544);
  border-radius: 0 0 30px 0;
  padding: 1rem 0.5rem;
}

.service-content div p {
  color: #fff;
  text-align: center;
}

.service-content div p:first-child {
  font-size: 1.1rem;
  font-weight: 700;
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #service {
    margin: 8rem 6%;
  }

  .service-container {
    gap: 1rem;
  }

  .service-content div p:first-child {
    font-size: 1rem;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #service {
    margin: 4rem 20%;
  }

  .service-container {
    display: block;
  }

  .service-content {
    margin-bottom: 2rem;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #service {
    margin: 4rem 1rem;
  }
}

/* price */
#price {
  padding: 8rem 15%;
  background-color: #e8f4f4;
}

#price h2::before {
  color: #fff;
}

/* 追加料金なし・見積無料 */
.pic-up {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  background-color: #fff;
  margin: 0 auto 6rem auto;
  padding: 1.5rem 6rem;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}

.pic-up i {
  color: #fd9544;
  font-size: 3rem;
  display: inline-block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: #ffeada;
  text-align: center;
  line-height: 80px;
}

.pic-up div p:first-child {
  color: #fd9544;
  font-weight: 700;
  font-size: 2rem;
}

.pic-up div p:last-child {
  font-size: 1.2rem;
  font-weight: 700;
}

/* 料金システム */
.price-system-text {
  color: #fd9544;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2rem;
}

.price-system-container {
  display: flex;
  gap: 4rem;
  margin-bottom: 8rem;
  flex-wrap: wrap;
}

.price-system-container div {
  flex: 1;
  background-color: #fff;
  padding: 3rem 0;
  border: 2px solid #fd9544;
  border-radius: 20px 0 20px 0;
}

.price-system-container figure {
  width: 100px;
  height: 100px;
  background-color: #ffeada;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 1rem;
}

.price-system-container figure img {
  width: 50%;
  height: auto;
}

.price-system-container div p {
  color: #fd9544;
  font-weight: 700;
  text-align: center;
}

/* 個別料金 */
.table-price {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 6rem;
  border: 1px solid #ff8053;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

/* table header */
.table-price thead th {
  background-image: linear-gradient(90deg, #f6ac2c, #fd9544);
  color: #fff;
  text-align: center;
  padding: 1em;
  border-right: 1px solid #ff8053;
}

/* table body */
.table-price tbody th,
.table-price tbody td {
  background-color: #fff;
  padding: 1em;
  border-top: 1px solid #ff8053;
  border-right: 1px solid #ff8053;
}

.table-price tbody th {
  font-weight: 700;
  text-align: center;
}

.table-price tbody td {
  color: #fd9544;
  font-weight: 700;
}

.table-price thead th:last-child,
.table-price tbody td:last-child {
  border-right: none;
}

/* 画面幅1440px以下 */
@media screen and (max-width: 1440px) {
  .price-system-container {
    gap: 2rem;
  }
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #price {
    padding: 8rem 6%;
  }

  .pic-up {
    padding: 1.5rem 4rem;
  }

  .price-system-container {
    gap: 1rem;
  }
}

/* 画面幅1024px以下 */
@media screen and (max-width: 1024px) {
  .price-system-container {
    gap: 2rem;
    margin: 0 14% 8rem 14%;
  }

  .price-system-container > div {
    flex: 1 1 calc(50% - 2rem);
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #price {
    padding: 4rem 6%;
  }

  .pic-up {
    display: block;
    padding: 1rem;
  }

  .pic-up i {
    font-size: 2rem;
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: block;
    margin: 0 auto 1rem auto;
  }

  .pic-up div p:first-child {
    font-size: 1.5rem;
    text-align: center;
  }

  .pic-up div p:last-child {
    font-size: 0.95rem;
    text-align: center;
  }

  .price-system-container {
    gap: 1rem;
    margin: 0 6% 4rem 6%;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #price {
    padding: 4rem 1rem;
  }

  .pic-up div p:first-child {
    font-size: 1.4rem;
    text-align: center;
  }

  .pic-up div p:last-child {
    font-size: 0.85rem;
    text-align: center;
  }

  .price-system-text {
    text-align: left;
  }

  .price-system-container {
    margin: 0 1rem 4rem 1rem;
  }

  .price-system-container div {
    padding: 2rem 0;
  }

  .price-system-container div p {
    font-size: 0.9rem;
  }
}

/* 画面幅480px以下 */
@media screen and (max-width: 480px) {
  .price-system-container div {
    padding: 1rem 0;
  }
}

/* 画面幅375px以下 */
@media screen and (max-width: 375px) {
  .price-system-container > div {
    flex: 1 1 100%;
  }
}

/* 対応エリア */
#area {
  margin: 8rem 15%;
}

#area .pic-up {
  display: block;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}

#area .pic-up {
  margin: 0 auto;
}

#area .pic-up-icon {
  text-align: center;
  margin-bottom: 1rem;
}

#area .pic-up div p:first-child {
  color: #333;
  font-size: 1rem;
}

#area .pic-up div p:last-child {
  color: #fd9544;
  font-size: 1.2rem;
}

.area-content {
  display: flex;
  align-items: center;
  gap: 4rem;
}

.area-content figure {
  background-color: #ffeada;
  padding: 1rem;
  border-radius: 30px 0 30px 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #area {
    margin: 8rem 6%;
  }
}

/* 画面幅1024px以下 */
@media screen and (max-width: 1024px) {
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #area {
    margin: 4rem 6%;
  }

  .area-content {
    display: block;
  }

  .area-content figure {
    margin-bottom: 2rem;
  }

  #area .pic-up div p:first-child {
    text-align: left;
  }

  #area .pic-up div p:last-child {
    text-align: left;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #area {
    margin: 4rem 1rem;
  }
}

/* よくある質問 */
#qa {
  background-color: #e8f4f4;
  padding: 8rem 20%;
}

#qa h2::before {
  color: #fff;
}

.qa-list {
  margin-bottom: 2rem;
  border: none;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
  background-color: #fff;
}

.qa-list summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 2em 2em 2em 6em;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}

/* Qマーク */
.qa-list summary::before {
  content: "Q";
  position: absolute;
  left: 2em;
  top: 50%;
  transform: translateY(-50%);

  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #72a1de;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-family: "MPLUS1", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0;
}

/* Aマーク（最初の段落だけ） */
.qa-list p:first-of-type::before {
  content: "A";
  position: absolute;
  left: 2em;
  top: 0;

  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #fd9544;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #fff;
  font-family: "MPLUS1", sans-serif;
  font-size: 0.9em;
  font-weight: bold;
  letter-spacing: 0;
}

.qa-list summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #333333b3;
  border-right: 3px solid #333333b3;
  content: "";
  transition: transform 0.5s;
}

.qa-list[open] summary::after {
  transform: rotate(225deg);
}

.qa-list p {
  position: relative;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em 6em;
  color: #333;
  transition: transform 0.5s, opacity 0.5s;
}

.qa-list[open] p {
  transform: none;
  opacity: 1;
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #qa {
    padding: 8rem 6%;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #qa {
    padding: 4rem 6%;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #qa {
    padding: 4rem 1rem;
  }
}

/* 会社情報 */
/*アクセス */
#company h2 {
  margin-top: 8rem;
}

#company .h3-container {
  margin-bottom: 5rem;
}

/* マップ */
.map-wrapper {
  position: relative;
}

.map {
  width: 100%;
  height: 500px;
  overflow: hidden;
  margin-bottom: 8rem;
}

.map iframe {
  width: 100%;
  height: calc(100% + 500px);
  margin-top: -275px;
}

/* google map btn */
.map-wrapper .google-map-icon {
  position: absolute;
  top: -40px;
  right: 15%;
}

.google-map-icon {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 80px;
  border-radius: 10px 0 10px 0;
  background-image: linear-gradient(90deg, #f6ac2c, #fd9544);
  line-height: 1.5;
  transition: transform 0.3s ease;
}

.google-map-icon span {
  position: absolute;
  display: inline-block;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100px;
  color: #fff;
  font-family: "MPLUS1", sans-serif;
  font-weight: bold;
  text-align: center;
}

.google-map-icon:hover {
  transform: scale(1.1);
}

/* map text */
.map-text {
  position: absolute;
  bottom: 1rem;
  left: 15%;
  width: fit-content;
  padding: 2rem;
  background-color: #fff;
  border-radius: 20px 0 20px 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 2%), 0 2px 3px -2px rgba(0 0 0 / 5%);
}

.map-text p:first-child {
  color: #fd9544;
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.map-text p:nth-child(2) {
  margin-bottom: 0.5rem;
}

/* map icon */
.map-text {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.map-row {
  display: flex;
  align-items: center;
}

.map-row i {
  color: #fd9544;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffeada;
  margin-right: 1rem;
  font-size: 14px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.map-row a {
  text-decoration: none;
  color: inherit;
  transition: transform 0.3s ease;
}

.map-row-tel:hover i {
  transform: scale(1.1);
}

.map-row-tel:hover a {
  color: #fd9544;
  transform: scale(1.1);
}

/* access info */
.company-access-content-wrapper {
  margin: 0 15%;
}

.company-access-content {
  display: flex;
  gap: 6rem;
  position: relative;
}

.company-access-content::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 1px;
  background-color: #e6e6e6;
  transform: translateX(-50%);
}

#company .company-access-content:first-of-type {
  margin-bottom: 8rem;
}

.company-access-content div {
  flex: 1;
}

.shop-name,
.box-name {
  font-size: 1.2rem;
  font-weight: 700;
  text-align: right;
}

.shop-name {
  color: #72a1de;
}

.box-name {
  color: #fd9544;
}

.company-access-content figure {
  margin-bottom: 4rem;
}

.company-access-content figure img {
  border-radius: 30px 0 30px 0;
  box-shadow: 0 4px 4px rgb(0 0 0 / 8%), 0 2px 3px -2px rgba(0 0 0 / 20%);
}

.shop-message,
.box-message {
  width: fit-content;
  padding: 0.5rem 1rem;
  margin: 0 auto 4rem auto;
}

.shop-message {
  background-color: #e8f4f4;
  color: #72a1de;
  font-weight: 700;
  border: 1px solid #72a1de;
  border-radius: 30px;
}

.box-message {
  background-color: #ffeada;
  color: #fd9544;
  font-weight: 700;
  border: 1px solid #fd9544;
  border-radius: 30px;
}

.company-access-content dl {
  margin: 0 2rem;
}

.company-access-content dl dd {
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 1rem;
  padding-left: 2.7rem;
  margin-bottom: 1rem;
}

.company-access-content dl dd:last-child {
  margin-bottom: 0;
}

.company-access-content-left dl,
.company-access-content-right dl {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.company-access-content-left dl dt,
.company-access-content-right dl dt {
  display: flex;
  align-items: center;
}

.company-access-content-left dl dt i {
  color: #72a1de;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #e8f4f4;
  margin-right: 0.75rem;
  font-size: 14px;
  flex-shrink: 0;
  letter-spacing: 0;
}

.company-access-content-left dl dt span {
  color: #72a1de;
}

.company-access-content-right dl dt i {
  color: #fd9544;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #ffeada;
  margin-right: 0.75rem;
  font-size: 14px;
  flex-shrink: 0;
  letter-spacing: 0;
}

.company-access-content-right dl dt span {
  color: #fd9544;
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  .map-wrapper .google-map-icon {
    right: 6%;
  }

  .company-access-content-wrapper {
    margin: 0 6%;
  }

  .map-text {
    left: 6%;
  }

  .company-access-content {
    gap: 4rem;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #company h2 {
    margin-top: 4rem;
  }

  .map {
    margin-bottom: 4rem;
  }

  .map-wrapper .google-map-icon {
    right: 6%;
  }

  .map-row {
    /* display: block; */
  }

  .map-text {
    width: 70vw;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    padding: 1rem 1.5rem;
  }

  .company-access-content {
    display: block;
  }

  .company-access-content::before {
    display: none;
  }

  .company-access-content-left {
    margin-bottom: 4rem;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  .map-text {
    width: 90vw;
  }

  .company-access-content-wrapper {
    margin: 0 1rem;
  }
}

/* 会社概要 */
#profile {
  margin: 8rem 20%;
}

#company #profile .h3-container {
  margin-bottom: 2rem;
}

/* table */
#company table {
  border-collapse: collapse;
  width: 100%;
}

.table-profile-wrapper {
  border: 1px solid #ff8053;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

.table-profile {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.table-profile th,
.table-profile td {
  padding: 1em;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid #ff8053;
  border-bottom: 1px solid #ff8053;
  border-left: none;
  border-top: none;
}

.table-profile th {
  background-color: #ffeada;
  color: #fd9544;
}

.table-profile tr th:last-child,
.table-profile tr td:last-child {
  border-right: none;
}

.table-profile tbody tr:last-child th,
.table-profile tbody tr:last-child td {
  border-bottom: none;
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #profile {
    margin: 8rem 10%;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #company .company-access-content:first-of-type {
    margin-bottom: 4rem;
  }

  #profile {
    margin: 4rem 6%;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #profile {
    margin: 4rem 1rem;
  }

  .table-profile {
    text-align: left;
  }

  .table-profile thead {
    display: none;
  }

  .table-profile th,
  .table-profile td {
    display: block;
    border: 0;
  }

  .table-profile td {
    border-bottom: 1px solid #fd9544;
  }
}

/* 保有許可一覧 */
#license {
  margin: 8rem 20%;
}

#company #license .h3-container {
  margin-bottom: 2rem;
}

/* table */
.table-license-wrapper {
  border: 1px solid #ff8053;
  border-radius: 30px 0 30px 0;
  overflow: hidden;
}

.table-license {
  border-collapse: collapse;
  width: 100%;
  text-align: center;
}

.table-license th,
.table-license td {
  padding: 1em;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid #ff8053;
  border-bottom: 1px solid #ff8053;
  border-left: none;
  border-top: none;
}

.table-license th {
  background-color: #ffeada;
  color: #fd9544;
}

.table-license tr th:last-child,
.table-license tr td:last-child {
  border-right: none;
}

.table-license tbody tr:last-child th,
.table-license tbody tr:last-child td {
  border-bottom: none;
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  #license {
    margin: 8rem 10%;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #license {
    margin: 4rem 6%;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #license {
    margin: 4rem 1rem;
  }

  .table-license {
    text-align: left;
  }

  .table-license thead {
    display: none;
  }

  .table-license th,
  .table-license td {
    display: block;
    border: 0;
  }

  .table-license td {
    border-bottom: 1px solid #fd9544;
  }
}

/* 事業部立ち上げのご挨拶 */
#message {
  background-color: #e8f4f4;
  padding: 8rem 0 0 0;
}

.message-container {
  margin: 0 15%;
}

#message h2::before {
  color: #fff;
}

#message p:first-of-type {
  margin-bottom: 4rem;
}

#message p:last-of-type {
  font-size: 1.1rem;
  text-align: right;
}

.loop-text {
  overflow: hidden;
  white-space: nowrap;
  position: relative;
  width: 100%;
  opacity: 0.3;
}

.loop-text span {
  display: inline-block;
  padding-right: 3rem;
  font-family: "MPLUS1", sans-serif;
  font-size: 6rem;
  font-weight: bold;
  background: linear-gradient(90deg, #ff8053, #008080, #4facfe);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: loop-scroll 20s linear infinite;
}

@keyframes loop-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* 画面幅1180px以下 */
@media screen and (max-width: 1180px) {
  .message-container {
    margin: 0 6%;
  }
}

/* 画面幅767px以下 */
@media screen and (max-width: 767px) {
  #message {
    background-color: #e8f4f4;
    padding: 4rem 0 0 0;
  }
}

/* 画面幅575px以下 */
@media screen and (max-width: 575px) {
  #message {
    background-color: #e8f4f4;
    padding: 4rem 0 0 0;
  }

  .message-container {
    margin: 0 1rem;
  }
}
