@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/*	com parts  PC
------------------------------------ */
.sns-none {
  display: none !important;
}

.over {
  overflow: hidden;
}

.spxs-only {
  display: none;
}
@media screen and (max-width: 390px) {
  .spxs-only {
    display: inherit;
  }
}

.md-only {
  display: none;
}

@media screen and (max-width: 1562px) {
  .md-only {
    display: block;
  }
}
.com-ib {
  display: inline-block;
}

.f26 {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .f26 {
    font-size: 1.5rem;
  }
}

.pre {
  white-space: pre-line;
}

.anchor-mp {
  margin: -120px auto 0;
  padding-top: 120px;
}

.com-anchor {
  scroll-margin-top: 140px; /* ヘッダーの高さ分 */
}

.nowrap {
  white-space: nowrap;
}

@media screen and (min-width: 768px) {
  .nowrap {
    white-space: nowrap;
  }
}
.no-sb {
  margin: 50px auto 0;
}

@media screen and (min-width: 768px) {
  .com-txt-box p:nth-of-type(n+2) {
    margin-top: 33px;
  }
}

.marker {
  position: relative;
  z-index: 1;
}
.marker::before {
  display: block;
  width: 100%;
  height: 14px;
  background: rgba(7, 65, 136, 0.2);
  border-radius: 5.5px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
}

.clamp1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.clamp2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.clamp3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.clamp4 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}

@media screen and (min-width: 768px) {
  .com-pd {
    padding: 160px 0 180px;
  }
}

.com-noimage {
  background: url(../img/top/logo.png) no-repeat center #abb793;
  background-size: clamp(48px, 65%, 209px);
}

/*  共通パーツ
------------------------------------ */
.com-tel {
  max-width: 460px;
  margin: auto;
  padding: 25px 0 20px;
  text-align: center;
  border-radius: 10px;
  background: #fff;
}
.com-tel-link {
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link {
    font-size: 2rem;
  }
}
.com-tel-link {
  letter-spacing: 0;
  line-height: 1;
}
.com-tel-link .num {
  font-size: 4.5rem;
}
@media screen and (max-width: 768px) {
  .com-tel-link .num {
    font-size: 2.25rem;
  }
}
.com-tel-worktime {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tel-worktime {
    font-size: 1.5rem;
  }
}
.com-tel-worktime {
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.com-bg {
  background: #f5f5f5;
}
.com-bg02 {
  background: #074188;
}
.com-bg03 {
  background: #2e2e2e;
}

.news-post {
  width: 100%;
}
.news-post-item:nth-of-type(n+2) {
  margin: 26px auto 0;
}
.news-post-link {
  display: block;
  padding: 32px 40px 20px;
  background: #fff;
}
.news-post-time {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .news-post-time {
    font-size: 1.5rem;
  }
}
.news-post-time {
  letter-spacing: 0.04em;
  line-height: 1;
  flex-shrink: 0;
}
.news-post-tag {
  display: flex;
  margin-left: 20px;
  align-items: flex-start;
  flex-wrap: wrap;
  line-height: 1.1;
}
.news-post-tag li:nth-of-type(n+2) {
  margin: 0 0 17px 17px;
}
.news-post-tag-txt {
  padding: 2px 9px;
  background: #2e2e2e;
  color: #fff;
  border-radius: 11.5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.news-post-ttl {
  margin-top: 15px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .news-post-ttl {
    font-size: 1.5rem;
  }
}
.news-post-ttl {
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.news-post-time, .news-post-tag-txt, .news-post-ttl {
  transition: all 0.3s ease;
}

.com-tag {
  display: flex;
  margin: 45px auto 0;
  justify-content: center;
  flex-wrap: wrap;
}
.com-tag-item {
  margin: 0 20px 20px 0;
}
.com-tag-link {
  display: block;
  padding: 5px 20px;
  background: #2e2e2e;
  text-align: center;
  border-radius: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .com-tag-link {
    font-size: 1.5rem;
  }
}
.com-tag-link {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.com-tag-link.current {
  background-color: #074188;
}

/* =========================================

  main layout  all

========================================= */
/* top-about  PC
------------------------------------ */
#top-about .en .next {
  top: -62px;
  left: -68px;
}
#top-about .en .back {
  left: 128px;
  bottom: 0;
  z-index: -1;
}
#top-about .about-inner {
  position: relative;
}
@media screen and (min-width: 768px) {
  #top-about .about-img {
    position: absolute;
  }
  #top-about .about-img-l {
    bottom: 267px;
    left: 0;
  }
  #top-about .about-img-r {
    top: 201px;
    right: -50px;
  }
}
#top-about .about-txt-box {
  margin-top: 68px;
}
#top-about .about-list {
  display: flex;
  max-width: 780px;
}
@media screen and (min-width: 768px) {
  #top-about .about-list {
    margin-top: -275px;
    margin-left: auto;
  }
}
#top-about .about-list {
  justify-content: center;
  flex-wrap: wrap;
}
#top-about .about-list-item {
  display: flex;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #2e2e2e;
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top-about .about-list-item::before {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (min-width: 768px) {
  #top-about .about-list-item:first-of-type {
    margin: 0 150px;
  }
  #top-about .about-list-item:first-of-type::before {
    width: 48px;
    height: 74px;
    background: url(../img/top/about-line-l.png) no-repeat left top/contain;
    left: 20px;
    bottom: -37px;
  }
  #top-about .about-list-item:nth-of-type(n+2) {
    margin-top: 20px;
  }
  #top-about .about-list-item:nth-of-type(n+2)::before {
    width: 115px;
    height: 15px;
    background: url(../img/top/about-line-b.png) no-repeat center/contain;
    top: 163px;
    right: -106px;
  }
  #top-about .about-list-item:nth-of-type(3) {
    margin-left: 100px;
  }
  #top-about .about-list-item:nth-of-type(3)::before {
    width: 48px;
    height: 74px;
    background: url(../img/top/about-line-r.png) no-repeat right top/contain;
    top: -55px;
    left: 52px;
  }
}
#top-about .about-list-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-ttl {
    font-size: 1.75rem;
  }
}
#top-about .about-list-ttl {
  letter-spacing: 0.04em;
  line-height: 1.14;
}
#top-about .about-list-txt {
  margin: 15px auto 0;
  padding: 0 58px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #top-about .about-list-txt {
    font-size: 1.5rem;
  }
}
#top-about .about-list-txt {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.75;
}

/* top-works  PC
------------------------------------ */
#top-works .en img {
  top: -33px;
  left: -73px;
}
#top-works .works-txt {
  margin: 33px auto 0;
}

.com-works {
  display: flex;
  margin: 65px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.com-works-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-works-item {
    max-width: 500px;
  }
  .com-works-item:nth-of-type(n+3) {
    margin-top: 45px;
  }
}
.com-works-movie {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
}
.com-works-movie iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.com-works-ttl {
  margin: 22px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-works-ttl {
    font-size: 1.5rem;
  }
}
.com-works-ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
.com-works-txt {
  margin: 19px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-works-txt {
    font-size: 1.5rem;
  }
}
.com-works-txt {
  line-height: 1.66;
  white-space: pre-line;
}

/* top-plan  PC
------------------------------------ */
#top-plan {
  background: url(../img/top/plan-bg.jpg) no-repeat center top/cover;
}
#top-plan .en img {
  left: -80px;
  top: -40px;
}
#top-plan .plan-txt {
  margin-top: 43px;
}
#top-plan .plan-btn {
  margin-top: -90px;
  margin-left: auto;
}
#top-plan .plan-note {
  margin-top: 35px;
}

.com-plan {
  margin: 60px auto 0;
}
.com-plan-item {
  display: flex;
  padding: 60px;
  background: #fff;
  border: 1px solid #2e2e2e;
  justify-content: space-between;
}
.com-plan-item:nth-of-type(n+2) {
  margin-top: 48px;
}
.com-plan-ttl {
  display: flex;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-plan-ttl {
    font-size: 1.75rem;
  }
}
.com-plan-ttl {
  letter-spacing: 0.04em;
  line-height: 1.3;
  align-items: center;
}
.com-plan-ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  margin-top: 5px;
  margin-right: 15px;
  background: #2e2e2e;
  border-radius: 50%;
  flex-shrink: 0;
}
.com-plan-ttl-sub {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-plan-ttl-sub {
    font-size: 1.5rem;
  }
}
.com-plan-ttl-sub {
  letter-spacing: 0.04em;
}
.com-plan-ttl-sub::before {
  width: 15px;
  height: 15px;
}
.com-plan-price {
  display: inline-block;
  margin-top: 35px;
  padding: 13px 22px 22px;
  background: #2e2e2e;
  color: #fff;
  line-height: 1;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .com-plan-price {
    font-size: 1.75rem;
  }
}
.com-plan-price {
  letter-spacing: 0.04em;
}
.com-plan-price-num {
  font-size: 6.5rem;
}
@media screen and (max-width: 768px) {
  .com-plan-price-num {
    font-size: 3.25rem;
  }
}
.com-plan-right {
  width: 100%;
  padding: 27px 27px 27px 45px;
  background: #ebebeb;
}
@media screen and (min-width: 768px) {
  .com-plan-right {
    max-width: 410px;
  }
}
.com-plan-txt {
  margin-top: 13px;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-plan-txt {
    font-size: 1.5rem;
  }
}
.com-plan-txt {
  letter-spacing: 0.04em;
  line-height: 1.77;
}

/* top-price  PC
------------------------------------ */
#top-price .en img {
  left: -88px;
  top: -48px;
}
#top-price .price-txt {
  margin: 40px auto 0;
  text-align: center;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  #top-price .price-txt {
    font-size: 1.5rem;
  }
}
#top-price .price-txt {
  letter-spacing: 0.04em;
  line-height: 1.66;
}
#top-price .price-btn {
  margin: 42px auto 0;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #top-price .price-btn {
    font-size: 1.5rem;
  }
}

/* top-worries  PC
------------------------------------ */
#top-worries .en img {
  left: -87px;
  top: -20px;
}
#top-worries .worries-txt {
  margin: 40px auto 0;
  text-align: center;
  line-height: 1.7;
}
#top-worries .worries-list {
  margin: 46px auto 0;
}
#top-worries .worries-list-ico {
  display: flex;
  width: 330px;
  height: 330px;
  padding: 200px 0 40px;
  border-radius: 50%;
  text-align: center;
  align-items: center;
  justify-content: center;
}
#top-worries .worries-list-ico01 {
  background: url(../img/top/worries-ico01.png) no-repeat center 61px #2e2e2e;
}
#top-worries .worries-list-ico02 {
  background: url(../img/top/worries-ico02.png) no-repeat center 61px #2e2e2e;
}
#top-worries .worries-list-ico03 {
  background: url(../img/top/worries-ico03.png) no-repeat center 52px #2e2e2e;
}
#top-worries .worries-list-ttl {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-ttl {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.34;
}
#top-worries .worries-list-txt {
  margin: 16px auto 0;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-worries .worries-list-txt {
    font-size: 1.5rem;
  }
}
#top-worries .worries-list-txt {
  line-height: 1.5;
}

/* top-bnr  PC
------------------------------------ */
#top-bnr .bnr-inner {
  max-width: 1580px;
}
#top-bnr .bnr-list {
  display: flex;
  justify-content: space-between;
}
#top-bnr .bnr-list-item {
  width: 48.1%;
}
#top-bnr .bnr-list-link {
  display: block;
  padding: 62px 66px 64px;
  border-radius: 20px;
}
#top-bnr .bnr-list-link01 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 40px) calc(100% - 40px), url(../img/top/flow-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-link02 {
  background: url(../img/top/bnr-arw.png) no-repeat calc(100% - 40px) calc(100% - 40px), url(../img/top/company-bg.jpg) no-repeat center/cover;
}
#top-bnr .bnr-list-ttl {
  color: #fff;
}
#top-bnr .bnr-list-ttl .en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .en {
    font-size: 5rem;
  }
}
#top-bnr .bnr-list-ttl .ja {
  margin-top: 15px;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-ttl .ja {
    font-size: 1.75rem;
  }
}
#top-bnr .bnr-list-txt {
  margin-top: 75px;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #top-bnr .bnr-list-txt {
    font-size: 1.5rem;
  }
}
#top-bnr .bnr-list-txt {
  color: #fff;
}

/* top-news  PC
------------------------------------ */
#top-news .en img {
  left: -68px;
  top: -23px;
}
#top-news .news-post {
  margin: 50px auto 0;
}

/* com-contact  PC
------------------------------------ */
.com-contact {
  background: url(../img/top/contact-bg.jpg) no-repeat center/cover;
}
.com-contact .en {
  z-index: 1;
}
.com-contact .next {
  left: -68px;
  top: -23px;
}
.com-contact .back {
  left: 103px;
  bottom: 0;
  z-index: -1;
}
.com-contact .contact-txt {
  margin: 30px auto 0;
  text-align: center;
}
.com-contact .contact-tel {
  margin: 40px auto 0;
}
.com-contact .contact-list {
  margin: 40px auto 0;
}
.com-contact .contact-list-item {
  width: 100%;
  max-width: 420px;
}
.com-contact .contact-list-item:nth-of-type(n+2) {
  margin-left: 40px;
}
.com-contact .contact-list-link {
  max-width: none;
  padding: 20px 32px;
  line-height: 1.5;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  .com-contact .contact-list-link {
    font-size: 1.5rem;
  }
}

/* =========================================

  sub layout  all

========================================= */
/* service  PC
------------------------------------ */
#service .worries-txt {
  margin: 48px auto 0;
  text-align: center;
}
#service .worries-list {
  display: flex;
  margin: 54px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
#service .worries-list-item {
  width: 100%;
  max-width: 480px;
  padding: 51px 0 35px;
  border: 1px solid #074188;
  text-align: center;
}
#service .worries-list-item:nth-of-type(n+3) {
  margin-top: 50px;
}
#service .worries-list-txt {
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #service .worries-list-txt {
    font-size: 1.5rem;
  }
}
#service .worries-list-txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1.5;
}
#service .worries-list-txt.mt {
  margin: 25px auto 0;
}
#service .service-txt {
  margin: 50px auto 0;
  text-align: center;
  color: #fff;
}
#service .service-box {
  margin: 42px auto 0;
  padding: 60px 70px;
  background: #fff;
}
#service .service-box-ttl {
  padding: 18px;
  background: #074188;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #service .service-box-ttl {
    font-size: 1.5rem;
  }
}
#service .service-box-ttl {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.5;
}
#service .service-box-list {
  display: flex;
  margin: 40px auto 0;
  flex-wrap: wrap;
  justify-content: space-between;
}
#service .service-box-list > li:nth-of-type(n+2) {
  margin-top: 20px;
}
#service .service-box-list-item {
  display: flex;
  width: 100%;
  max-width: 450px;
  background: #f5f5f5;
  min-height: 90px;
  justify-content: center;
  align-items: center;
}
#service .service-box-list-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  #service .service-box-list-ttl {
    font-size: 1.5rem;
  }
}
#service .service-box-list-ttl {
  letter-spacing: 0.04em;
  line-height: 1.5;
}
#service .service-box-list-ttl .sm {
  display: block;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .service-box-list-ttl .sm {
    font-size: 1.5rem;
  }
}
#service .service02 .service-box-ttl {
  background: #2e2e2e;
}
#service .flow-txt {
  margin: 50px auto 0;
  text-align: center;
}
#service .flow-list {
  margin: 60px auto 0;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#service .flow-list-item {
  width: 100%;
  max-width: 320px;
  padding: 192px 19px 23px;
  border: 1px solid #2e2e2e;
  position: relative;
}
#service .flow-list-item::before {
  content: "";
  display: block;
  width: 20px;
  height: 27px;
  background: url(../img/service/flow-arw.png) no-repeat center/contain;
  position: absolute;
  left: -41px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  #service .flow-list-item:nth-of-type(1)::before, #service .flow-list-item:nth-of-type(4)::before {
    content: none;
  }
  #service .flow-list-item:not(:nth-of-type(3n-2)) {
    margin-left: 60px;
  }
  #service .flow-list-item:nth-of-type(n+4) {
    margin-top: 97px;
  }
  #service .flow-list-item:nth-of-type(1) .flow-list-ico {
    top: 77px;
  }
  #service .flow-list-item:nth-of-type(2) .flow-list-ico {
    margin-left: 31px;
    top: 71px;
  }
  #service .flow-list-item:nth-of-type(3) .flow-list-ico {
    top: 65px;
  }
  #service .flow-list-item:nth-of-type(4) .flow-list-ico {
    top: 67px;
  }
  #service .flow-list-item:nth-of-type(5) .flow-list-ico {
    top: 73px;
  }
}
#service .flow-list-num {
  width: 75px;
  height: 75px;
  margin: auto;
  border-radius: 50%;
  background: #074188;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #service .flow-list-num {
    font-size: 1.75rem;
  }
}
#service .flow-list-num {
  letter-spacing: 0;
  color: #fff;
  line-height: 75px;
  text-align: center;
  position: absolute;
  top: -32.5px;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  #service .flow-list-ico {
    text-align: center;
    margin: auto;
    position: absolute;
    left: 0;
    right: 0;
  }
}
#service .flow-list-ttl {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #service .flow-list-ttl {
    font-size: 1.5rem;
  }
}
#service .flow-list-ttl {
  letter-spacing: 0.04em;
  color: #074188;
  line-height: 1.33;
}
#service .flow-list-txt {
  margin: 16px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #service .flow-list-txt {
    font-size: 1.5rem;
  }
}
#service .flow-list-txt {
  line-height: 1.77;
}
#service .plan-txt {
  margin-top: 40px;
}
#service .plan-btn {
  margin: -95px 0 0 auto;
}
#service .com-plan-txt {
  margin-top: 25px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #service .com-plan-txt {
    font-size: 1.5rem;
  }
}
#service .com-plan-txt {
  line-height: 2;
}

/* works  PC
------------------------------------ */
#works .list-works {
  margin: 72px auto 0;
}

/* company  PC
------------------------------------ */
#company .mission .en-deco {
  top: -44px;
  left: -16px;
}
#company .mission-flx {
  margin: 55px auto 0;
}
@media screen and (min-width: 768px) {
  #company .mission-txt-box {
    max-width: 490px;
  }
}
#company .company .en-deco {
  top: -30px;
  left: -70px;
}
#company .company-table {
  margin: 60px auto 0;
}
#company .reason .en-deco {
  top: -18px;
  left: -80px;
}
#company .reason-list {
  display: flex;
  margin: 63px auto 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #company .reason-list {
    padding: 0 37px;
  }
  #company .reason-list-item:nth-of-type(n+3) {
    margin-top: 90px;
  }
}
#company .reason-list-num {
  width: 75px;
  height: 75px;
  margin: auto;
  background-color: #074188;
  border-radius: 50%;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #company .reason-list-num {
    font-size: 1.75rem;
  }
}
#company .reason-list-num {
  letter-spacing: 0;
  color: #fff;
  line-height: 75px;
  position: relative;
  z-index: 1;
}
#company .reason-list-ico {
  margin: -42px auto 0;
  text-align: center;
}
#company .reason-list-ttl {
  margin: 30px auto 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #company .reason-list-ttl {
    font-size: 1.5rem;
  }
}
#company .reason-list-ttl {
  letter-spacing: 0.04em;
  color: #074188;
  line-height: 1.5;
}
#company .reason-list-txt {
  margin: 28px auto 0;
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #company .reason-list-txt {
    font-size: 1.5rem;
  }
}
#company .reason-list-txt {
  line-height: 1.7;
}

/* com-bnr  PC
------------------------------------ */
.com-bnr .bnr-inner {
  padding: 135px 0;
}
.com-bnr .bnr-list-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .com-bnr .bnr-list-item {
    max-width: 520px;
  }
}
.com-bnr .bnr-list-link {
  display: block;
  height: 350px;
  padding: 60px 60px 0;
  background: url(../img/company/arrow.png) no-repeat calc(100% - 40px) calc(100% - 40px) #074188;
  border-radius: 15px;
}
.com-bnr .bnr-list-ttl .en {
  font-size: 9rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .en {
    font-size: 4.5rem;
  }
}
.com-bnr .bnr-list-ttl .ja {
  margin-top: 18px;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-bnr .bnr-list-ttl .ja {
    font-size: 1.5rem;
  }
}
.com-bnr .bnr-list-ttl .ja {
  line-height: 1.5;
}

/* price  PC
------------------------------------ */
#price .en-deco {
  left: -95px;
  top: -57px;
}
#price .price {
  background: url(../img/price/price-l.png) no-repeat calc(50% - 660px) calc(100% - 200px), url(../img/price/price-r.png) no-repeat calc(50% + 660px) calc(100% - 200px);
}
#price .price-ja {
  line-height: 1.55;
}

#contents {
  margin: 50px auto 0;
}
#contents .chart_inbox {
  padding: 65px 70px;
  background: #f5f5f5;
}
#contents .chart_question_title {
  display: flex;
  width: 100%;
}
#contents .chart_question_inner {
  margin: 47px auto 0;
}
#contents .chart_question_button_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#contents .chart_question_button_list > li:nth-of-type(2n) {
  margin-left: 39px;
}
#contents .chart_question_button_list > li:nth-of-type(n+3) {
  margin-top: 30px;
}
#contents .chart_question_button_item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #contents .chart_question_button_item {
    max-width: 450px;
  }
}
#contents .chart_question_next_button {
  display: block;
  padding: 18px;
  border-radius: 50px;
  background: #074188;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_question_next_button {
    font-size: 1.5rem;
  }
}
#contents .chart_question_next_button {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 1.36;
}
#contents .chart_back_button {
  display: block;
  width: 210px;
  height: 50px;
  margin: auto;
  border-radius: 25px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 20px) center/10.94px #2e2e2e;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_back_button {
    font-size: 1.5rem;
  }
}
#contents .chart_back_button {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 50px;
}
#contents .chart_back_button_wrp {
  margin: 50px auto 0;
}
#contents .chart_result_title_main {
  padding-left: 37px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_title_main {
    font-size: 1.5rem;
  }
}
#contents .chart_result_title_main {
  letter-spacing: 0.04em;
  line-height: 1.2;
  position: relative;
}
#contents .chart_result_title_main::before {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #074188;
  position: absolute;
  left: 0;
  top: 10px;
}
#contents .chart_result_title_icon {
  display: block;
  height: 85px;
  background: #074188;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_title_icon {
    font-size: 2rem;
  }
}
#contents .chart_result_title_icon {
  letter-spacing: 0.04em;
  color: #fff;
  line-height: 85px;
}
#contents .chart_result_title_sub {
  display: block;
  margin: 42px auto 0;
  text-align: center;
  padding-bottom: 30px;
  color: #074188;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_title_sub {
    font-size: 1.75rem;
  }
}
#contents .chart_result_title_sub {
  letter-spacing: 0.04em;
  line-height: 1.3;
  background: url(../img/price/line.png) no-repeat center bottom;
}
#contents .chart_result_title_plan {
  padding: 12px 19px;
  background: #fff;
  margin-top: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_title_plan {
    font-size: 1.5rem;
  }
}
#contents .chart_result_title_plan {
  letter-spacing: 0.04em;
  color: #074188;
  line-height: 1.4;
}
#contents .chart_result_inner {
  margin: 60px auto 0;
}
@media screen and (min-width: 768px) {
  #contents .chart_result_inner_content {
    max-width: 435px;
  }
}
#contents .chart_result_text {
  margin: 30px auto 0;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_text {
    font-size: 1.5rem;
  }
}
#contents .chart_result_text {
  letter-spacing: 0.04em;
  white-space: pre-line;
}
#contents .chart_result_image {
  max-width: 420px;
}
#contents .chart_result_btn {
  display: block;
  width: 100%;
  max-width: 450px;
  height: 75px;
  text-align: center;
  line-height: 75px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 30px) center #2e2e2e;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #contents .chart_result_btn {
    font-size: 1.5rem;
  }
}
#contents .chart_result_btn {
  letter-spacing: 0.04em;
  border-radius: 999px;
}
#contents .chart_result_btn_works {
  background-color: #074188;
}
#contents .question_title_icon {
  display: block;
  width: 85px;
  height: 85px;
  background: #2e2e2e;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-optical-sizing: auto;
  font-weight: 600;
  font-style: normal;
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  #contents .question_title_icon {
    font-size: 2.5rem;
  }
}
#contents .question_title_icon {
  letter-spacing: 0;
  color: #fff;
  flex-shrink: 0;
  line-height: 85px;
}
#contents .question_title_text {
  width: 100%;
  padding: 14px;
  background: #fff;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  #contents .question_title_text {
    font-size: 1.5rem;
  }
}
#contents .question_title_text {
  letter-spacing: 0.04em;
  line-height: 1.5;
}

/* news  PC
------------------------------------ */
#news .com-box {
  padding: 50px;
  border: 1px solid #2e2e2e;
  background: #fff;
}
#news .com-news-ttl {
  line-height: 1.5;
}
#news .detail-flx {
  margin: auto;
}

/* contact  PC
------------------------------------ */
#contact .contact-form-table {
  margin: 50px auto 0;
}

/* privacy  PC
------------------------------------ */
#privacy .privacy .en {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy .en {
    font-size: 5rem;
  }
}
@media screen and (min-width: 768px) {
  #privacy .privacy .en-deco02 {
    width: 724px;
    left: -20px;
  }
}/*# sourceMappingURL=all.css.map */