@charset "UTF-8";
/*********************************************************************
* ブレークポイント定義
**********************************************************************/
/*********************************************************************
* メディアクエリー定義
**********************************************************************/
/* ************************************************
 *	共通パーツ
 * ************************************************ */
html {
  scroll-padding-top: 56px;
}
@media print, screen and (min-width: 960px) {
  html {
    scroll-padding-top: 100px;
  }
}

#content-wrap {
  margin: 55px auto 0;
}
@media print, screen and (min-width: 960px) {
  #content-wrap {
    margin: 100px auto 0;
  }
}

.section_wrapper {
  padding: 40px 20px 0;
}
@media print, screen and (min-width: 428px) {
  .section_wrapper {
    padding: 60px 20px 0;
  }
}
@media print, screen and (min-width: 960px) {
  .section_wrapper {
    padding: 80px 40px;
  }
}

.inner {
  max-width: 1080px;
  margin: 0 auto;
  padding-top: 40px;
}
@media print, screen and (min-width: 428px) {
  .inner {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 768px) {
  .inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: nowrap !important;
        flex-wrap: nowrap !important;
  }
}
@media print, screen and (min-width: 960px) {
  .inner {
    padding-top: 80px;
  }
}

.page_ttl {
  margin-left: calc(50% - 50vw);
  padding-left: 1.2em;
  font-size: 30px;
  color: #000;
  line-height: 1;
  position: relative;
  font-family: "Oswald";
  padding-bottom: 30px;
}
.page_ttl::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: 0;
  width: 1em;
  height: 5px;
  background-color: #000;
  top: calc(50% - 15px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media print, screen and (min-width: 428px) {
  .page_ttl {
    font-size: 40px;
    font-weight: bold;
  }
}
@media print, screen and (min-width: 960px) {
  .page_ttl {
    font-size: 60px;
    font-weight: bold;
  }
}

.btn {
  text-align: center;
  bottom: 0;
}
@media print, screen and (min-width: 960px) {
  .btn {
    text-align: start;
  }
}
.btn a {
  padding: 10px 70px 10px 30px;
  background-color: #000;
  display: inline-block;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  position: relative;
  color: #fff;
  border: 1px solid #000;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .btn a {
    font-size: 20px;
    padding: 15px 100px 15px 80px;
  }
}
.btn a:hover {
  color: #000;
}
.btn a:hover::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.btn a:hover::after {
  right: 1.5em;
  -webkit-filter: invert(1);
          filter: invert(1);
  /* 白黒反転 */
}
.btn a::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.btn a::after {
  position: absolute;
  display: block;
  content: url("images/arrow-white.svg");
  width: 20px;
  height: auto;
  top: 50%;
  right: 2em;
  -webkit-transform: translateY(-58%);
          transform: translateY(-58%);
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.btn a .text {
  position: relative;
  color: inherit;
}

/* ************************************************
 *	OUR SERVICE
 * ************************************************ */
#web_marketing_business .trial_text,
#sales-marketing-business .trial_text {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  #web_marketing_business .trial_text,
  #sales-marketing-business .trial_text {
    margin-top: 60px;
  }
}
#web_marketing_business .trial_text span,
#sales-marketing-business .trial_text span {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  position: relative;
}
@media print, screen and (min-width: 428px) {
  #web_marketing_business .trial_text span,
  #sales-marketing-business .trial_text span {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 768px) {
  #web_marketing_business .trial_text span,
  #sales-marketing-business .trial_text span {
    font-size: 30px;
    margin-top: 40px;
  }
}
#web_marketing_business .trial_text span::before,
#sales-marketing-business .trial_text span::before {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  left: -13%;
  width: 1.2em;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(-120deg);
          transform: rotate(-120deg);
}
#web_marketing_business .trial_text span::after,
#sales-marketing-business .trial_text span::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  right: -13%;
  width: 1.2em;
  height: 3px;
  background-color: #000;
  -webkit-transform: rotate(120deg);
          transform: rotate(120deg);
}
#web_marketing_business .btn,
#sales-marketing-business .btn {
  text-align: center;
  margin-top: 40px;
}

.section_ttl {
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .section_ttl {
    margin-bottom: 80px;
  }
}

.top_text {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .top_text {
    font-size: 22px;
    margin-bottom: 80px;
  }
}
@media print, screen and (min-width: 960px) {
  .top_text {
    font-size: 30px;
  }
}

.works_contents {
  max-width: 1080px;
  margin: 0 auto 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 768px) {
  .works_contents {
    margin: 0 auto;
  }
}
@media print, screen and (min-width: 960px) {
  .works_contents {
    margin: 0 auto;
  }
}

.works_list {
  margin: 40px auto;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  position: relative;
}
@media print, screen and (min-width: 768px) {
  .works_list {
    margin: 60px auto;
  }
}
@media print, screen and (min-width: 960px) {
  .works_list {
    margin: 80px auto;
  }
}
.works_list:nth-child(2n+1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.works_list:nth-child(2n) {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  background-color: #000;
  margin-left: -20px;
  margin-right: -20px;
  padding: 40px 20px;
}
@media print, screen and (min-width: 768px) {
  .works_list:nth-child(2n) {
    background-color: transparent;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
  }
}
.works_list:nth-child(2n) .works_title {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .works_list:nth-child(2n) .works_title {
    width: 55%;
  }
}
.works_list:nth-child(3) {
  margin-bottom: 0;
}

.mb30 {
  margin-bottom: 30px !important;
}

.works_img {
  width: 100%;
}
@media print, screen and (min-width: 768px) {
  .works_img {
    width: 40%;
  }
}

.works_title {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "Oswald";
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 15px;
}
@media print, screen and (min-width: 768px) {
  .works_title {
    margin-top: 0;
    width: 50%;
  }
}
.works_title h2 {
  position: relative;
  padding-left: 15px;
}
@media print, screen and (min-width: 768px) {
  .works_title h2 {
    padding-left: 20px;
  }
}
.works_title h2::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #000;
}
.works_title .btn {
  margin-top: 20px;
  text-align: start;
  padding-left: 30px;
}
@media print, screen and (min-width: 768px) {
  .works_title .btn {
    margin-top: 40px;
  }
}

.works_text h2 {
  margin-top: 5px;
  font-size: 22px;
}
@media print, screen and (min-width: 428px) {
  .works_text h2 {
    font-size: 4.8vw;
  }
}
@media print, screen and (min-width: 768px) {
  .works_text h2 {
    font-size: 4vw;
  }
}
@media print, screen and (min-width: 960px) {
  .works_text h2 {
    font-size: 36px;
  }
}
.works_text h3 {
  margin-top: 20px;
  font-size: 18px;
  font-family: "Noto Sans JP", sans-serif, "Oswald";
}
@media print, screen and (min-width: 428px) {
  .works_text h3 {
    font-size: 3.2vw;
  }
}
@media print, screen and (min-width: 768px) {
  .works_text h3 {
    font-size: 2.5vw;
  }
}
@media print, screen and (min-width: 960px) {
  .works_text h3 {
    font-size: 26px;
  }
}
.works_text .service_text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 2.5;
  font-family: "Noto Sans JP", sans-serif, "Oswald";
}

.service_bottom_contents {
  max-width: 1080px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 768px) {
  .service_bottom_contents {
    margin: 60px auto 0;
  }
}
@media print, screen and (min-width: 1400px) {
  .service_bottom_contents {
    margin: 80px auto 0;
  }
}
.service_bottom_contents .bg_black {
  text-align: center;
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .service_bottom_contents .bg_black {
    letter-spacing: 0.5em;
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 1400px) {
  .service_bottom_contents .bg_black {
    margin-top: 100px;
  }
}
.service_bottom_contents .bg_black p {
  background-color: #000;
  font-size: 18px;
  padding: 10px 30px;
  color: #fff;
  display: inline-block;
}
@media print, screen and (min-width: 768px) {
  .service_bottom_contents .bg_black p {
    font-size: 30px;
    padding: 10px 45px;
  }
}
.service_bottom_contents .service_about_logo {
  width: 90%;
  margin: 40px auto;
  padding-right: 10%;
}
@media print, screen and (min-width: 768px) {
  .service_bottom_contents .service_about_logo {
    width: 70%;
    padding-right: 7%;
  }
}
.service_bottom_contents p {
  line-height: 2.5;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
}
@media print, screen and (min-width: 428px) {
  .service_bottom_contents p {
    font-size: 16px;
  }
}
@media print, screen and (min-width: 768px) {
  .service_bottom_contents p {
    font-size: 18px;
  }
}
.service_bottom_contents .btn {
  text-align: center;
  margin-top: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt5 {
  margin-top: 5px;
}

/* フロー */
/* ========================= */
.flow_block {
  display: block;
  margin: 40px auto 0;
  max-width: 1080px;
}
@media print, screen and (min-width: 960px) {
  .flow_block {
    margin: 80px auto 0;
  }
}
.flow_block .flow_text {
  margin-top: 60px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  font-family: "Noto Sans JP", sans-serif, "Oswald";
}
@media print, screen and (min-width: 768px) {
  .flow_block .flow_text {
    font-size: 28px;
    margin: 120px 0 0;
  }
}
.flow_block .center {
  margin: 60px 0 0;
  font-size: 22px;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif, "Oswald";
}
@media print, screen and (min-width: 768px) {
  .flow_block .center {
    font-size: 28px;
    margin: 120px 0 0;
  }
}
.flow_block .flow_inner {
  max-width: 1100px;
  width: 100%;
  margin: 60px auto 0;
}
.flow_block .flow_midashi {
  text-align: center;
  margin-bottom: 60px;
}
.flow_block .flow_midashi p {
  font-size: 1rem;
  letter-spacing: 0.02rem;
  line-height: 1.8rem;
  text-align: left;
}
.flow_block .flow_chart ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 428px) {
  .flow_block .flow_chart ul {
    width: 70%;
  }
}
@media print, screen and (min-width: 768px) {
  .flow_block .flow_chart ul {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
}
.flow_block .flow_chart ul li {
  width: 100%;
  -webkit-filter: drop-shadow(3px 0px 3px #ddd);
          filter: drop-shadow(3px 0px 3px #ddd);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding: 30px 20px 30px 30px;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul li {
    width: 14.2857%;
  }
}
.flow_block .flow_chart ul li:last-of-type::after {
  display: none !important;
}
.flow_block .flow_chart ul li:nth-child(2n+1) {
  background-color: #eeeeee;
  position: relative;
}
.flow_block .flow_chart ul li:nth-child(2n+1)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 30px solid #eeeeee;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  top: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul li:nth-child(2n+1)::after {
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #eeeeee;
    top: 40px;
    left: unset;
    right: -50px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.flow_block .flow_chart ul li:nth-child(2n) {
  background-color: #fff;
}
.flow_block .flow_chart ul li:nth-child(2n)::after {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-top: 30px solid #fff;
  border-right: 30px solid transparent;
  border-bottom: 30px solid transparent;
  border-left: 30px solid transparent;
  top: 100%;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul li:nth-child(2n)::after {
    border-top: 30px solid transparent;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #fff;
    top: 40px;
    left: unset;
    right: -50px;
    -webkit-transform: unset;
            transform: unset;
  }
}
.flow_block .flow_chart ul li:nth-child(1) {
  z-index: 7;
}
.flow_block .flow_chart ul li:nth-child(2) {
  z-index: 6;
}
.flow_block .flow_chart ul li:nth-child(3) {
  z-index: 5;
}
.flow_block .flow_chart ul li:nth-child(4) {
  z-index: 4;
}
.flow_block .flow_chart ul li:nth-child(5) {
  z-index: 3;
}
.flow_block .flow_chart ul li:nth-child(6) {
  z-index: 2;
}
.flow_block .flow_chart ul li:nth-child(7) {
  z-index: 1;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul .sales_flow_list {
    width: 30% !important;
  }
}
.flow_block .flow_chart ul h3 {
  text-align: center;
  font-size: 20px;
  line-height: 1.4;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul h3 {
    font-size: 1em;
    margin-top: 0;
    margin-bottom: 0;
    height: 90px;
  }
}
.flow_block .flow_chart ul .sales_flow_title {
  font-size: 20px;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul .sales_flow_title {
    font-size: 1.5em;
  }
}
.flow_block .flow_chart ul .liimg {
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}
.flow_block .flow_chart ul .liimg img {
  width: 80%;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul .liimg img {
    width: 100%;
    height: 80px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.flow_block .flow_chart ul p {
  font-size: 16px;
  letter-spacing: 0.02rem;
  line-height: 1.5em;
  margin-top: 10px;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul p {
    font-size: 0.8em;
  }
}
.flow_block .flow_chart ul .sales_flow_text {
  font-size: 16px;
}
@media print, screen and (min-width: 960px) {
  .flow_block .flow_chart ul .sales_flow_text {
    font-size: 1.2em;
  }
}

/* こんなお悩みありませんか？ */
/* ========================= */
.worry {
  width: 100%;
  margin: 0 auto 40px;
  position: relative;
}
@media print, screen and (min-width: 428px) {
  .worry {
    width: 90%;
    margin: 0 auto 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .worry {
    width: 70%;
    margin: 0 auto 100px;
  }
}
.worry .worry_text {
  position: absolute;
  font-family: "Noto Sans JP", sans-serif;
  bottom: 1%;
  right: 16%;
  letter-spacing: 0.12em;
  font-size: 4vw;
  line-height: 1.4;
  font-weight: bold;
}
@media print, screen and (min-width: 428px) {
  .worry .worry_text {
    bottom: 0%;
  }
}
@media print, screen and (min-width: 768px) {
  .worry .worry_text {
    bottom: 1%;
  }
}
@media print, screen and (min-width: 960px) {
  .worry .worry_text {
    position: static;
    font-size: 24px;
  }
}
.worry .works_worry {
  margin-top: 40px;
}

.support_wrapper,
.merchandise_wrapper,
.region_wrapper {
  max-width: 1080px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 960px) {
  .support_wrapper,
  .merchandise_wrapper,
  .region_wrapper {
    margin: 80px auto 0;
  }
}
.support_wrapper h2,
.merchandise_wrapper h2,
.region_wrapper h2 {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .support_wrapper h2,
  .merchandise_wrapper h2,
  .region_wrapper h2 {
    font-size: 32px;
    margin-bottom: 40px;
  }
}
.support_wrapper p,
.merchandise_wrapper p,
.region_wrapper p {
  font-size: 16px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .support_wrapper p,
  .merchandise_wrapper p,
  .region_wrapper p {
    font-size: 24px;
  }
}

.support_contents,
.merchandise_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 428px) {
  .support_contents,
  .merchandise_contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .support_contents,
  .merchandise_contents {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.support_contents li,
.merchandise_contents li {
  width: 50%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 428px) {
  .support_contents li,
  .merchandise_contents li {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .support_contents li,
  .merchandise_contents li {
    width: 25%;
  }
}
.support_contents li p,
.merchandise_contents li p {
  text-align: center;
  font-size: 18px;
}

.region_wrapper {
  max-width: 800px;
}
.region_wrapper h3 {
  text-align: center;
  margin-top: 40px;
  position: relative;
  font-size: 20px;
  font-weight: bold;
}
.region_wrapper h3::before {
  position: absolute;
  display: block;
  content: "";
  top: -0.5em;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}
.region_wrapper h3::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -0.5em;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
}

.area_contents,
.human_contents,
.btob_contents {
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width: 428px) {
  .area_contents,
  .human_contents,
  .btob_contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print, screen and (min-width: 768px) {
  .area_contents,
  .human_contents,
  .btob_contents {
    -webkit-column-gap: 100px;
       -moz-column-gap: 100px;
            column-gap: 100px;
  }
}
.area_contents li,
.human_contents li,
.btob_contents li {
  width: 50%;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 428px) {
  .area_contents li,
  .human_contents li,
  .btob_contents li {
    width: 30%;
  }
}
@media print, screen and (min-width: 768px) {
  .area_contents li,
  .human_contents li,
  .btob_contents li {
    width: 34%;
  }
}
.area_contents li p,
.human_contents li p,
.btob_contents li p {
  text-align: center;
  font-size: 18px;
}

/* 料金表 */
/* ========================= */
.price {
  max-width: 1080px;
  margin: 40px auto 0;
}
@media print, screen and (min-width: 960px) {
  .price {
    margin: 80px auto 0;
  }
}
.price .price_text {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 960px) {
  .price .price_text {
    font-size: 28px;
    margin-bottom: 40px;
  }
}
.price h2 {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 960px) {
  .price h2 {
    font-size: 32px;
    margin-bottom: 80px;
  }
}
.price .price_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media print, screen and (min-width: 960px) {
  .price .price_contents {
    -webkit-column-gap: 40px;
       -moz-column-gap: 40px;
            column-gap: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
  }
}
.price .price_contents .price_list {
  width: 100%;
  border: 1px solid #000;
  list-style: none;
  padding: 10px 0 30px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .price .price_contents .price_list {
    width: 50%;
  }
}
@media print, screen and (min-width: 960px) {
  .price .price_contents .price_list {
    width: 32%;
    margin-bottom: 0;
  }
}
.price .price_contents .price_list:last-child {
  margin-bottom: 0;
}
.price .price_contents .price_list:nth-child(2) {
  -webkit-transform: scale(1, 1.2);
          transform: scale(1, 1.2);
  -webkit-box-shadow: 4px 4px 6px #ccc;
          box-shadow: 4px 4px 6px #ccc;
}
.price .price_contents .price_list:nth-child(2) .bg_black {
  padding: 10px 0;
  text-align: center;
  background: #000;
}
.price .price_contents .price_list:nth-child(2) .bg_black span {
  color: #fff;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  display: inline;
  font-family: "Oswald";
  position: relative;
  font-weight: bold;
}
.price .price_contents .price_list:nth-child(2) .bg_black span::before {
  position: absolute;
  display: block;
  top: 50%;
  left: -26px;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url("images/crown.svg");
  background-size: contain;
}
.price .price_contents .price_list:nth-child(2) .list_contents {
  padding: 0 20px;
}
.price .price_contents .price_list:nth-child(2) span,
.price .price_contents .price_list:nth-child(2) .plan_ttl,
.price .price_contents .price_list:nth-child(2) p,
.price .price_contents .price_list:nth-child(2) .sub_list {
  -webkit-transform: scale(1, 0.8);
          transform: scale(1, 0.8);
  margin-top: 0;
}
.price .price_contents .price_list .list_contents {
  padding: 0 20px;
}
.price .price_contents .price_list span {
  text-align: center;
  display: block;
  margin-top: 10px;
  font-family: "Oswald";
}
.price .price_contents .price_list .plan_ttl {
  text-align: center;
  font-size: 24px;
  margin-top: 10px;
}
.price .price_contents .price_list p {
  text-align: center;
  margin-top: 10px;
}
.price .price_contents .price_list .sub_list {
  margin-top: 10px;
}
.price .price_contents .price_list .sub_list .price_icon {
  position: relative;
  padding: 5px 0 5px 35px;
  font-size: 18px;
}
.price .price_contents .price_list .sub_list .price_icon::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("images/yen.svg");
  background-size: contain;
}
.price .price_contents .price_list .sub_list .time_icon {
  position: relative;
  padding: 5px 0 5px 35px;
  font-size: 18px;
}
.price .price_contents .price_list .sub_list .time_icon::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("images/clock.svg");
  background-size: contain;
}
.price .price_contents .price_list .sub_list .beginner_icon {
  position: relative;
  padding: 5px 0 5px 35px;
  font-size: 18px;
}
.price .price_contents .price_list .sub_list .beginner_icon::before {
  position: absolute;
  display: block;
  top: 50%;
  left: 0;
  content: "";
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 25px;
  height: 25px;
  background-image: url("images/beginner.svg");
  background-size: contain;
}

.price_bottom_list {
  margin-top: 40px;
}
@media print, screen and (min-width: 960px) {
  .price_bottom_list {
    margin-top: 80px;
  }
}
.price_bottom_list li {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.8;
  list-style: inside;
}
@media print, screen and (min-width: 428px) {
  .price_bottom_list li {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 960px) {
  .price_bottom_list li {
    font-size: 20px;
  }
}

/* ************************************************
 *	会社概要
 * ************************************************ */
.company_wrapper {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  .company_wrapper {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_wrapper {
    margin-top: 80px;
  }
}

table {
  margin-top: 40px;
}
@media print, screen and (min-width: 768px) {
  table {
    margin-top: 60px;
  }
}
@media print, screen and (min-width: 960px) {
  table {
    margin-top: 80px;
  }
}
@media print, screen and (min-width: 768px) {
  table dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #b4b4b4;
    padding: 0 20px 20px;
  }
}
@media print, screen and (min-width: 768px) {
  table dl:not(:last-child) {
    margin-bottom: 20px;
  }
}
table dl dt {
  background-color: #f9f1d5;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  table dl dt {
    width: 90px;
    background-color: unset;
    border-radius: 0;
    padding: 0;
  }
}
table dl dd {
  padding: 10px 15px;
}
@media print, screen and (min-width: 768px) {
  table dl dd {
    width: calc(100% - 150px);
    padding: 0;
  }
}
table dl ul {
  margin: 1em 0;
}
table dl ul li {
  text-indent: -1em;
  margin-left: 1em;
}
@media print, screen and (min-width: 960px) {
  table dl a:hover {
    opacity: 0.6;
  }
}

.company_img {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .company_img {
    margin-top: 60px;
  }
}
.company_img img {
  display: block;
  border-radius: 10px;
  margin: 0 auto;
}
@media print, screen and (min-width: 960px) {
  .company_img img {
    border-radius: 20px;
  }
}

/* ************************************************
 *	会社概要
 * ************************************************ */
.company_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.company_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 10px;
  margin-top: 60px;
}
@media print, screen and (min-width: 428px) {
  .company_ttl {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .company_ttl {
    font-size: 30px;
  }
}

.company_wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.company_wrapper table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-bottom: 1px solid #b4b4b4;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table tr {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.company_wrapper table tr:nth-child(1) {
  border-top: 1px solid #b4b4b4;
}
.company_wrapper table th {
  width: 100%;
  padding: 1em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table th {
    width: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.company_wrapper table td {
  width: 100%;
  padding: 1em;
}
@media print, screen and (min-width: 428px) {
  .company_wrapper table td {
    width: 75%;
    border-right: 1px solid #b4b4b4;
  }
}
.company_wrapper table td a {
  text-decoration: underline;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
.company_wrapper table td a:hover {
  opacity: 0.7;
}

.google_map {
  position: relative;
  padding-top: 56.25%;
}
.google_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

/* ************************************************
 *	プライバシーポリシー
 * ************************************************ */
.policy_wrapper {
  max-width: 1080px;
  margin: 0 auto;
}

.policy_ttl {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #000;
  margin-bottom: 1em;
  line-height: 1.2;
  padding-bottom: 10px;
}
@media print, screen and (min-width: 428px) {
  .policy_ttl {
    font-size: 24px;
  }
}
@media print, screen and (min-width: 960px) {
  .policy_ttl {
    font-size: 30px;
  }
}

.border_left {
  border-left: 5px solid #000;
  padding-left: 0.5em;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 1em;
}
@media print, screen and (min-width: 428px) {
  .border_left {
    font-size: 20px;
  }
}
@media print, screen and (min-width: 960px) {
  .border_left {
    font-size: 22px;
  }
}

.policy_area dd {
  margin-bottom: 2.5em;
}
.policy_area li {
  list-style: disc;
  margin-left: 1em;
}

ol {
  counter-reset: listnum;
  list-style: none;
}
@media print, screen and (min-width: 428px) {
  ol {
    padding-left: 1em;
  }
}
ol li {
  margin-left: 1em;
  text-indent: -1em;
}
ol li::before {
  counter-increment: listnum;
  content: counter(listnum) "．";
  color: #333;
  vertical-align: top;
}

.policy_wrapper ul {
  list-style: inside;
  padding-left: 1em;
}
.policy_wrapper ul li {
  text-indent: -1.5em;
  margin-left: 1em;
}

.mb {
  margin-bottom: 1.5em;
}

.bold {
  font-weight: bold;
  font-size: 18px;
}

.policy_wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.policy_wrapper table tr {
  border-bottom: 1px solid #b4b4b4;
}
.policy_wrapper table tr:nth-child(1) {
  border-top: 1px solid #b4b4b4;
}
.policy_wrapper table th {
  width: 35%;
  padding: 1em;
  text-align: center;
  background-color: #000;
  color: #fff;
}
@media print, screen and (min-width: 428px) {
  .policy_wrapper table th {
    width: 25%;
  }
}
.policy_wrapper table td {
  width: 65%;
  padding: 1em;
}
@media print, screen and (min-width: 428px) {
  .policy_wrapper table td {
    width: 75%;
  }
}