@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*
$serif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$sansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$sansSerifBold: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
$msSerif: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
$msSansSerif: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
*/
.page-wrapper {
  padding-bottom: 1.1rem;
}
@media screen and (max-width: 768px) {
  .page-wrapper {
    padding-bottom: 0.3rem;
  }
}

/*/////////////////////////////////////////
// ページカバー
/////////////////////////////////////////*/
#cover {
  margin-bottom: 0.6rem;
  background-image: url(../images/page/cover-back@2x.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #cover {
    background-image: url(../images/page/cover-back_sp@2x.jpg);
    margin-bottom: 0.2rem;
  }
}
#cover .cover-header {
  height: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.08rem;
}
@media screen and (max-width: 768px) {
  #cover .cover-header {
    height: 1rem;
    gap: 0.04rem;
  }
}
#cover .cover-header .cover-ttl-ja {
  font-size: 0.5rem;
  color: #333333;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #cover .cover-header .cover-ttl-ja {
    font-size: 0.25rem;
  }
}
#cover .cover-header .cover-ttl-en {
  font-size: 0.36rem;
  color: #dd6473;
  font-weight: 500;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  #cover .cover-header .cover-ttl-en {
    font-size: 0.18rem;
    text-shadow: 0 0.015rem 0 #ffffff;
  }
}

/*/////////////////////////////////////////
//  共通パーツ
/////////////////////////////////////////*/
.section-ttl {
  background: linear-gradient(to right, #fee9e3 0, #dd6473 100%);
  padding: 0.25rem 0 0.25rem 0.2rem;
  border-radius: 5px;
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .section-ttl {
    padding: 0.125rem 0 0.125rem 0.1rem;
    margin-bottom: 0.1rem;
  }
}
.section-ttl span {
  font-size: 0.3rem;
  color: #333333;
  font-weight: 700;
  line-height: 1.2;
  display: flex;
  align-items: center;
  gap: 0.15rem;
}
@media screen and (max-width: 768px) {
  .section-ttl span {
    font-size: 0.18rem;
    gap: 0.08rem;
  }
}
.section-ttl span:before {
  content: "";
  display: inline-block;
  width: 0.04rem;
  height: 0.51rem;
  background: #dd6473;
  margin-bottom: -0.02rem;
}
@media screen and (max-width: 768px) {
  .section-ttl span:before {
    width: 0.02rem;
    height: 0.255rem;
  }
}

.main-img {
  display: block;
  margin-bottom: 0.32rem;
}
@media screen and (max-width: 768px) {
  .main-img {
    margin-bottom: 0.09rem;
  }
}
.main-img img {
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width: 768px) {
  .main-img img {
    height: 1.15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.index-txt {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #222222;
  margin-bottom: 0.28rem;
}
@media screen and (max-width: 768px) {
  .index-txt {
    font-size: 0.12rem;
    line-height: 1.5;
    margin-bottom: 0.1rem;
  }
}

/*/////////////////////////////////////////
//  画像左、右テキスト（h3,テキスト）
/////////////////////////////////////////*/
.contents-list {
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}
@media screen and (max-width: 768px) {
  .contents-list {
    gap: 0;
  }
}
.contents-list .contents-item {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .contents-list .contents-item {
    display: flex;
    padding: 0.1rem 0 0.15rem;
    gap: 0.08rem 0.1rem;
    border-top: 1px solid #cccccc;
    flex-wrap: wrap;
  }
  .contents-list .contents-item:last-child {
    border-bottom: 1px solid #cccccc;
  }
}
.contents-list .contents-item .contents-img {
  width: 3.9rem;
}
@media screen and (max-width: 768px) {
  .contents-list .contents-item .contents-img {
    order: 2;
    width: 1.38rem;
  }
}
.contents-list .contents-item .contents-body {
  flex: 1;
  padding: 0.4rem 0.4rem;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
}
@media screen and (max-width: 768px) {
  .contents-list .contents-item .contents-body {
    display: contents;
  }
  .contents-list .contents-item .contents-body .contents-ttl {
    order: 1;
    width: 100%;
    margin-bottom: 0;
  }
  .contents-list .contents-item .contents-body .contents-txt {
    order: 3;
    flex: 1;
  }
}

.contents-ttl {
  font-size: 0.26rem;
  color: #222222;
  font-weight: 700;
  margin-bottom: 0.25rem;
  display: flex;
  align-items: center;
  gap: 0.08rem;
}
@media screen and (max-width: 768px) {
  .contents-ttl {
    font-size: 0.18rem;
    margin-bottom: 0.06rem;
  }
}
.contents-ttl:before {
  content: "";
  display: inline-block;
  width: 0.22rem;
  height: 0.22rem;
  background-image: url("../images/page/icon-h3@2x.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .contents-ttl:before {
    width: 0.18rem;
    height: 0.18rem;
  }
}

.contents-ttl2 {
  font-size: 0.26rem;
  font-weight: 700;
  color: #dd6473;
  border-bottom: 0.03rem solid #dd6473;
  padding-bottom: 0.08rem;
  padding-left: 0.15rem;
  margin-bottom: 0.2rem;
}
@media screen and (max-width: 768px) {
  .contents-ttl2 {
    font-size: 0.16rem;
    padding-left: 0.075rem;
    margin-bottom: 0.1rem;
    border-bottom: 0.015rem solid #dd6473;
  }
}

.contents-ttl3 {
  width: 100%;
  font-size: 0.3rem;
  text-align: center;
  color: #dd6473;
  background: #f7f7f7;
  padding: 0.4rem 0;
  margin-top: 0.4rem;
}
@media screen and (max-width: 768px) {
  .contents-ttl3 {
    font-size: 0.15rem;
    padding: 0.25rem 0;
    margin-top: 0.1rem;
  }
}

.contents-txt {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #222222;
}
@media screen and (max-width: 768px) {
  .contents-txt {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}

.contents-nav {
  display: flex;
  justify-content: center;
  gap: 0.1rem;
  margin-bottom: 0.77rem;
}
@media screen and (max-width: 768px) {
  .contents-nav {
    gap: 0.04rem;
    flex-wrap: wrap;
    margin-bottom: 0.23rem;
  }
}
.contents-nav li {
  width: calc((100% - 0.1rem * 4) / 5);
}
@media screen and (max-width: 768px) {
  .contents-nav li {
    width: calc((100% - 0.04rem) / 2);
  }
}
.contents-nav li a {
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border: 0.02rem solid #dd6473;
  gap: 0.04rem;
  border-radius: 0.5rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  position: relative;
}
@media screen and (max-width: 768px) {
  .contents-nav li a {
    height: 0.4rem;
    font-size: 0.12rem;
    padding-left: 0.125rem;
  }
}
.contents-nav li a:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.25rem;
}
@media screen and (max-width: 768px) {
  .contents-nav li a:before {
    width: 0.15rem;
    height: 0.15rem;
    left: 0.1rem;
  }
}

.gy-description {
  font-size: 0.18rem;
  line-height: 1.5;
  color: #222222;
  margin-top: 0.16rem;
  margin-bottom: 0.32rem;
  padding: 0 0.16rem;
}
@media screen and (max-width: 768px) {
  .gy-description {
    font-size: 0.12rem;
    line-height: 1.5;
    margin-top: 0.08rem;
    margin-bottom: 0.16rem;
    padding: 0 0.08rem;
  }
}

.acc-area .acc-item {
  display: flex;
  flex-direction: column;
  gap: 0.04rem;
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-item {
    margin-bottom: 0.25rem;
  }
}
.acc-area .acc-ques {
  background: #f7f7f7;
  font-size: 0.18rem;
  gap: 0.04rem;
  display: flex;
  color: #333333;
  padding: 0.22rem 1rem 0.22rem 0.3rem;
  line-height: 2;
  font-weight: 700;
  border-bottom: 1px solid #999999;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ques {
    font-size: 0.12rem;
    padding: 0.11rem 0.5rem 0.11rem 0.09rem;
  }
}
.acc-area .acc-ques span {
  color: #dd6473;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.02rem;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ques span {
    font-size: 0.18rem;
  }
}
.acc-area .acc-ques:before {
  content: "";
  display: inline-block;
  width: 0.4rem;
  height: 0.06rem;
  background: #dd6473;
  position: absolute;
  right: 0.4rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ques:before {
    width: 0.2rem;
    height: 0.03rem;
    right: 0.2rem;
  }
}
.acc-area .acc-ques:after {
  content: "";
  display: inline-block;
  width: 0.06rem;
  height: 0.4rem;
  background: #dd6473;
  position: absolute;
  right: 0.57rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  transition: linear 0.2s all;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ques:after {
    width: 0.03rem;
    height: 0.2rem;
    right: 0.285rem;
  }
}
.acc-area .acc-ques.open:after {
  transform: rotate(90deg);
}
.acc-area .acc-ans {
  font-size: 0.18rem;
  gap: 0.04rem;
  display: flex;
  color: #333333;
  padding: 0.22rem 0 0.32rem 0.3rem;
  line-height: 2;
  font-weight: 500;
  display: none;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ans {
    font-size: 0.12rem;
    padding: 0.11rem 0.15rem 0.16rem 0.15rem;
  }
}
.acc-area .acc-ans span {
  color: #dd6473;
  font-size: 0.3rem;
  font-weight: 700;
  line-height: 1;
  display: inline-block;
  margin-bottom: 0.02rem;
}
@media screen and (max-width: 768px) {
  .acc-area .acc-ans span {
    font-size: 0.18rem;
  }
}

.contents-row {
  margin-top: 0.45rem;
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  .contents-row {
    margin-top: 0.3rem;
  }
}

.cr-item .contents-ttl2 {
  margin-bottom: 0.4rem;
}
@media screen and (max-width: 768px) {
  .cr-item .contents-ttl2 {
    margin-bottom: 0.1rem;
  }
}
.cr-item .cr-box {
  display: flex;
  gap: 0.55rem;
}
@media screen and (max-width: 768px) {
  .cr-item .cr-box {
    flex-direction: column;
    gap: 0.1rem;
  }
}
.cr-item figure {
  width: 7.8rem;
}
@media screen and (max-width: 768px) {
  .cr-item figure {
    width: 100%;
  }
  .cr-item figure img {
    width: 100%;
    height: 1.15rem;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.cr-item .txt-area {
  flex: 1;
  padding-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  .cr-item .txt-area {
    width: 100%;
    padding-top: 0;
    flex: initial;
  }
}
.cr-item .txt-area p {
  font-size: 0.18rem;
  line-height: 1.5;
  margin-bottom: 0.16rem;
}
@media screen and (max-width: 768px) {
  .cr-item .txt-area p {
    font-size: 0.12rem;
    line-height: 1.5;
  }
}
.cr-item .txt-area .more-btn {
  font-size: 0.16rem;
  font-weight: 700;
  display: flex;
  gap: 0.08rem;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .cr-item .txt-area .more-btn {
    font-size: 0.12rem;
    gap: 0.04rem;
  }
}
.cr-item .txt-area .more-btn:before {
  content: "";
  display: inline-block;
  width: 0.17rem;
  height: 0.17rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: -0.02rem;
}
@media screen and (max-width: 768px) {
  .cr-item .txt-area .more-btn:before {
    width: 0.15rem;
    height: 0.15rem;
    margin-bottom: 0;
  }
}
.cr-item .txt-area .more-btn + .more-btn {
  margin-top: 0.08rem;
}
@media screen and (max-width: 768px) {
  .cr-item .txt-area .more-btn + .more-btn {
    margin-top: 0.08rem;
  }
}
.cr-item:nth-child(odd) .cr-box figure {
  order: 2;
}
@media screen and (max-width: 768px) {
  .cr-item:nth-child(odd) .cr-box figure {
    order: 1;
  }
}
.cr-item:nth-child(odd) .cr-box .txt-area {
  order: 1;
}
@media screen and (max-width: 768px) {
  .cr-item:nth-child(odd) .cr-box .txt-area {
    order: 2;
  }
}

.page-block {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  .page-block {
    margin-top: 0.4rem;
  }
}

/*/////////////////////////////////////////
//  サービスページ
/////////////////////////////////////////*/
#service .contents-block:not(:first-of-type) {
  margin-top: 0.8rem;
}
@media screen and (max-width: 768px) {
  #service .contents-block:not(:first-of-type) {
    margin-top: 0.3rem;
  }
}
#service .service-list {
  margin-top: 0.32rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
@media screen and (max-width: 768px) {
  #service .service-list {
    margin-top: 0.1rem;
    gap: 0.15rem;
  }
}
#service .service-list .contents-ttl {
  margin-bottom: 0.08rem;
}
#service .service-list dd {
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #service .service-list dd {
    font-size: 0.12rem;
  }
}
#service #s4 {
  position: relative;
}
#service #s4:before {
  content: "";
  display: inline-block;
  width: 1.58rem;
  height: 2.4rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/common/obj-service.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #service #s4:before {
    width: 0.474rem;
    height: 0.72rem;
    bottom: initial;
    left: initial;
    right: 0;
    top: 0.8rem;
  }
}

/*/////////////////////////////////////////
//  お知らせ・コラム
/////////////////////////////////////////*/
.article-list {
  display: flex;
  flex-direction: column;
  height: 4.8rem;
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .article-list {
    height: 1.25rem;
  }
}
.article-list div {
  display: flex;
  line-height: 1;
  font-size: 0.16rem;
  border-bottom: 1px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .article-list div {
    font-size: 0.13rem;
  }
}
.article-list div dt {
  width: 1.4rem;
  padding: 0.22rem 0;
  padding-left: 0.2rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 768px) {
  .article-list div dt {
    width: 1rem;
    padding: 0.15rem 0;
    padding-left: 0.1rem;
  }
}
.article-list div dd {
  width: calc(100% - 1.4rem);
  display: flex;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .article-list div dd {
    width: calc(100% - 1rem);
  }
}
.article-list div dd a {
  position: relative;
  display: block;
  width: 100%;
  padding: 0.22rem 0;
  letter-spacing: 0.06em;
  padding-right: 2em;
}
@media screen and (max-width: 768px) {
  .article-list div dd a {
    padding: 0.15rem 0;
    padding-right: 2em;
  }
}
.article-list div dd a:after {
  content: "";
  display: inline-block;
  width: 0.08rem;
  height: 0.1rem;
  position: absolute;
  right: 0.2rem;
  top: 0;
  bottom: 0;
  margin: auto 0;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  background: #dd6473;
}
@media screen and (max-width: 768px) {
  .article-list div dd a:after {
    right: 0.1rem;
  }
}

#information .main-img.mi-information {
  position: relative;
}
#information .main-img.mi-information:before {
  content: "";
  display: inline-block;
  width: 1.7133333333rem;
  height: 2.4rem;
  position: absolute;
  right: 0;
  bottom: -0.5rem;
  background-image: url("../images/common/obj-info2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #information .main-img.mi-information:before {
    width: 0.514rem;
    height: 0.72rem;
    bottom: -0.05rem;
    left: initial;
    right: 0;
  }
}
#information .article-tab {
  display: flex;
  gap: 0.4rem;
}
@media screen and (max-width: 768px) {
  #information .article-tab {
    gap: 0.1rem;
  }
}
#information .article-tab li {
  width: calc((100% - 0.4rem) / 2);
  height: 0.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  gap: 0.04rem;
  font-size: 0.18rem;
  font-weight: 700;
  color: #333333;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #information .article-tab li {
    height: 0.4rem;
    font-size: 0.12rem;
    padding-left: 0.125rem;
    width: calc((100% - 0.1rem) / 2);
  }
}
#information .article-tab li.active {
  background: rgb(234.25, 234.25, 234.25);
}
#information .article-tab li:before {
  content: "";
  display: inline-block;
  width: 0.2rem;
  height: 0.2rem;
  background-image: url(../images/common/arrow-right.svg);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0.25rem;
}
@media screen and (max-width: 768px) {
  #information .article-tab li:before {
    width: 0.15rem;
    height: 0.15rem;
    left: 0.1rem;
  }
}
#information .article-list-contents {
  margin-top: 0.16rem;
}
@media screen and (max-width: 768px) {
  #information .article-list-contents {
    margin-top: 0.08rem;
  }
}
#information .article-list {
  display: none;
}
#information .article-list.show {
  display: block;
}

/*/////////////////////////////////////////
//  選ばれる理由
/////////////////////////////////////////*/
#reason .service-list {
  margin-top: 0.32rem;
  display: flex;
  flex-direction: column;
  gap: 0.32rem;
}
@media screen and (max-width: 768px) {
  #reason .service-list {
    margin-top: 0.1rem;
    gap: 0.15rem;
  }
}
#reason .service-list .contents-ttl {
  margin-bottom: 0.08rem;
}
#reason .service-list dd {
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #reason .service-list dd {
    font-size: 0.12rem;
  }
}
#reason .strengths-bottom {
  position: relative;
}
#reason .strengths-bottom:before {
  content: "";
  display: inline-block;
  width: 1.4666666667rem;
  height: 2.1133333333rem;
  position: absolute;
  left: 0;
  bottom: 1rem;
  background-image: url("../images/common/obj-reason.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #reason .strengths-bottom:before {
    width: 0.44rem;
    height: 0.634rem;
    bottom: 1.1rem;
    left: 0.2rem;
  }
}

/*/////////////////////////////////////////
//  会社概要
/////////////////////////////////////////*/
#company .greeting {
  max-width: 12rem;
  width: 100%;
  margin: 0 auto;
}
#company .greeting p {
  font-size: 0.18rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  #company .greeting p {
    font-size: 0.12rem;
  }
}
#company .greeting p:not(:first-of-type) {
  margin-top: 0.24rem;
}
#company .greeting .name-ceo {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.4rem;
}
#company .greeting .name-ceo img {
  width: 3rem;
}
@media screen and (max-width: 768px) {
  #company .greeting .name-ceo img {
    width: 2rem;
  }
}
#company .company-table {
  max-width: 8rem;
  width: 100%;
  margin: 0 auto;
}
#company .company-table div {
  display: flex;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #company .company-table div {
    display: block;
  }
}
#company .company-table dt,
#company .company-table dd {
  padding: 0.2rem;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
  #company .company-table dt,
  #company .company-table dd {
    padding: 0.1rem 0.15rem;
  }
}
#company .company-table dt {
  width: 2rem;
  font-weight: 700;
  font-size: 0.18rem;
  background: #fee9e3;
}
@media screen and (max-width: 768px) {
  #company .company-table dt {
    width: 100%;
    font-size: 0.12rem;
  }
}
#company .company-table dd {
  flex: 1;
  font-size: 0.18rem;
}
@media screen and (max-width: 768px) {
  #company .company-table dd {
    padding-bottom: 0.25rem;
  }
}
#company .company-table dd p {
  margin-bottom: 0.16rem;
}
#company .company-table dd ul li:has(ul) {
  margin-top: 0.16rem;
}
#company .company-table dd ul li.parent {
  margin-top: 0;
  margin-bottom: 0.16rem;
}
#company .company-table dd ul ul li {
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #company .company-table dd {
    font-size: 0.12rem;
  }
}
#company .img-license {
  max-width: 6rem;
  width: 100%;
  margin: 0.4rem auto 0;
  border: 1px solid #ccc;
}

/*/////////////////////////////////////////
//  個人情報保護方針
/////////////////////////////////////////*/
.privacy-page {
  max-width: 9rem;
  margin: 0 auto;
  padding: 0.6rem 0.2rem 0.8rem;
}
@media screen and (max-width: 768px) {
  .privacy-page {
    padding: 0.4rem 0.15rem 0.6rem;
  }
}
.privacy-page p {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.3rem;
}
@media screen and (max-width: 768px) {
  .privacy-page p {
    font-size: 0.15rem;
    margin-bottom: 0.25rem;
  }
}
.privacy-page h2 {
  font-size: 0.28rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.6rem 0 0.3rem;
  padding-bottom: 0.15rem;
  border-bottom: 0.03rem solid #dd6473;
}
@media screen and (max-width: 768px) {
  .privacy-page h2 {
    font-size: 0.22rem;
    margin: 0.4rem 0 0.2rem;
    padding-bottom: 0.1rem;
    border-bottom-width: 0.02rem;
  }
}
.privacy-page h2:first-child {
  margin-top: 0;
}
.privacy-page h3 {
  font-size: 0.22rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.5rem 0 0.25rem;
  padding-left: 0.15rem;
  border-left: 0.04rem solid #dd6473;
}
@media screen and (max-width: 768px) {
  .privacy-page h3 {
    font-size: 0.19rem;
    margin: 0.35rem 0 0.18rem;
    padding-left: 0.12rem;
    border-left-width: 0.03rem;
  }
}
.privacy-page h4 {
  font-size: 0.18rem;
  font-weight: 700;
  color: #333;
  line-height: 1.5;
  margin: 0.4rem 0 0.2rem;
}
@media screen and (max-width: 768px) {
  .privacy-page h4 {
    font-size: 0.17rem;
    margin: 0.3rem 0 0.15rem;
  }
}
.privacy-page ul {
  margin: 0.2rem 0 0.3rem;
  padding-left: 0;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .privacy-page ul {
    margin: 0.15rem 0 0.25rem;
  }
}
.privacy-page ul li {
  font-size: 0.16rem;
  color: #333;
  line-height: 1.8;
  margin-bottom: 0.1rem;
}
@media screen and (max-width: 768px) {
  .privacy-page ul li {
    font-size: 0.15rem;
    margin-bottom: 0.08rem;
  }
}

/*/////////////////////////////////////////
//  business
/////////////////////////////////////////*/
.page-business .business1 {
  position: relative;
}
.page-business .business1:before {
  content: "";
  display: inline-block;
  width: 1.4333333333rem;
  height: 2.0933333333rem;
  position: absolute;
  left: 0;
  bottom: 0.2rem;
  background-image: url("../images/common/obj-business1.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-business .business1:before {
    width: 0.43rem;
    height: 0.628rem;
    bottom: -0.15rem;
    left: initial;
    right: 0;
  }
}
.page-business .business4 {
  position: relative;
}
.page-business .business4:before {
  content: "";
  display: inline-block;
  width: 1.5666666667rem;
  height: 2.2333333333rem;
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url("../images/common/obj-business2.png");
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  .page-business .business4:before {
    width: 0.47rem;
    height: 0.67rem;
    bottom: -0.2rem;
    left: initial;
    right: 0;
  }
}

/*/////////////////////////////////////////
//  btn-area
/////////////////////////////////////////*/
.btn-area {
  max-width: 8rem;
  width: 100%;
  margin: 0rem auto 0.8rem;
  display: flex;
  justify-content: center;
  gap: 0.2rem;
}
@media screen and (max-width: 768px) {
  .btn-area {
    flex-direction: column;
    margin: 0.4rem auto 0.3rem;
    gap: 0.1rem;
  }
}
.btn-area li {
  max-width: 4rem;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .btn-area li .link-btn {
    margin-top: 0;
  }
}/*# sourceMappingURL=page.css.map */