@charset "utf-8";
@import url("//use.typekit.net/mgt7kxz.css");

/* ========================================================
 * reset
 * ======================================================== */

html {
  color: #333;
  font-size: 62.5%;
}

/* ========================================================
 * base
 * ======================================================== */

body,
input,
select,
textarea {
  font-size: 1.3rem;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
@media screen and (min-width: 992px) {
  body,
  input,
  select,
  textarea {
    font-size: 1.4rem;
  }
}

p {
  margin-bottom: 0;
}

img {
  vertical-align: bottom;
}

@media screen and (min-width: 768px) {
  .pc_only { display: block; }
  .sp_only { display: none; }
}
@media screen and (max-width: 767px) {
  .pc_only { display: none; }
  .sp_only { display: block; }
}

.w-60 {
  width: 40% !important;
  margin-left: 30%; 
}
.text-yellow {
  color: #fff100;
}
.bg-yellow {
  background-color: #fff100;
}

.font-tsukushi {
  font-size: 120%;
  font-family: "TsukuBRdGothic-Regular", "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, sans-serif;
}
.font-sofia {
  font-family: 'sofia-pro', "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", sans-serif;
}

.outline-chara {
  text-shadow:
    black 1px 1px 0,  black -1px -1px 0, /*右下、左上*/
    black -1px 1px 0, black 1px -1px 0,  /*右上、左下*/
    black 0 1px 0,    black  0 -1px 0,   /*右、左*/
    black -1px 0 0,   black 1px 0 0;     /*上、下*/
}



/* ========================================================
 * component
 * ======================================================== */

.request-bnr {
  width: 90%;
  max-width: 375px;
}



/* ========================================================
 * contents
 * ======================================================== */

/* header
 *----------------------*/
.header__desc {
  font-size: 1.1rem;
}
.header__logo img {
  max-width: 130px;
}
@media screen and (min-width: 576px) {
  .header__logo img {
    max-width: none;
  }
}
@media screen and (min-width: 768px) {
  .header__tel img {
    width: auto !important;
  }
}


/* idx01
 *----------------------*/
@media screen and (min-width: 768px) {
  .idx01 {
    background: url("/wp-content/themes/c3/page-template/img/base/img01-mv.png") top right;
    background-size: cover;
  }
}
@media screen and (max-width: 767px) {
  .idx01 {
    background: url("https://studio-c3.com/wp-content/uploads/2018/11/mv_bg_sp.jpg") top right;
    background-size: cover;
  }
}
/*.idx01 {
  background: url("/wp-content/themes/c3/page-template/img/base/img01-mv.png") top right;
  background-size: cover;
}*/
.idx01 h1 {
  font-size: 2.4rem;
  line-height: 1.3;
}
.idx01 .h1__subhead {
  font-size: 1.4rem;
}
.idx01 .h1__small {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .idx01 h1 {
    font-size: 3rem;
  }
  .idx01 .h1__subhead {
    font-size: 1.6rem;
  }
  .idx01 .h1__small {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 992px) {
  .idx01 h1 {
    font-size: 4.1rem;
  }
}
@media screen and (min-width: 1200px) {
  .idx01 {
    background: none;
  }
  .idx01__bg {
    background: #d3d3d3;
  }
  .idx01__contents {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
  }
}


/* idx02
 *----------------------*/
.idx02 h2 {
  font-size: 1.8rem;
  line-height: 1.3;
}
.idx02 .h2__small {
  font-size: 1.3rem;
}
@media screen and (min-width: 576px) {
  .idx02 h2 {
    line-height: 1.3;
    font-size: 2.2rem;
  }
}

.idx02__problem {
  box-shadow: 0 9px 7px -6px rgba(20, 20, 20, 0.2);
}
.idx02__problem:before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  display: inline-block;
  width: 165px;
  margin: 0 auto;
  bottom: -8px;
  height: 8px;
  background: #f0f0e6;
}
.idx02__problem:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  bottom: -43px;
  display: inline-block;
  width: 165px;
  height: 50px;
  margin: 0 auto;
  background: url("/wp-content/themes/c3/page-template/img/base/img02_triangle.png") center top no-repeat;
}
.idx02__problem__icon {
  height: 53px;
}
.idx02__problem p {
  font-size: 1.2rem;
  line-height: 1.6;
}
@media screen and (min-width: 576px) {
  .idx02__problem p {
    font-size: inherit;
  }
}

.idx02__introduction {
  background: #f0f0e6;
}
.idx02__introduction .large {
  font-size: 2rem;
}

.idx02__introduction__mark {
  left: 1.3%;
}
.idx02__introduction__mark img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .idx02__introduction__mark img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}


.idx02__introduction__head {
  line-height: 1.7;
}


/* idx03
 *----------------------*/
@media screen and (min-width: 576px) {
  .idx03 h2 img {
    width: auto !important;
  }
}

.idx03 h3 {
  border-bottom: 1px #d7d7cb solid;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .idx03 h3 {
    font-size: 1.65rem;
  }
}
@media screen and (min-width: 992px) {
  .idx03 h3 {
    font-size: 1.75rem;
  }
}

.idx03 .h3__num {
  margin-top: -5px;
  font-size: 4.3rem;
}
.idx03 .h3__strong {
  color: #ff5353;
}

.idx03__reason {
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .idx03__reason img {
    width: 100%;
  }
}


/* idx04
 *----------------------*/
@media screen and (min-width: 992px) {
  .idx04 .row {
    width: 780px;
  }
}

.idx04__block-bg {
  padding: 7px;
  background-image:linear-gradient(-45deg, #fff 25%, #dcdcdc 25%, #dcdcdc 50%, #fff 50%, #fff 75%, #dcdcdc 75%, #dcdcdc);
  background-size: 4px 4px;
}

.idx04 h2 {
  font-size: 1.5rem;
  line-height: 1.5;
}
.idx04 .h2__small {
  font-size: 1.2rem;
}
.idx04 .h2__feature {
  font-size: 4.3rem;
  line-height: 1;
}
.idx04 .h2__feature__small {
  font-size: 2.4rem;
}
@media screen and (min-width: 576px) {
  .idx04 h2 {
    font-size: 2rem;
    line-height: 1.3;
  }
  .idx04 .h2__small {
    font-size: 1.4rem;
  }
  .idx04 .h2__feature {
    font-size: 5.5rem;
  }
  .idx04 .h2__feature__small {
    font-size: 3rem;
  }
}

.idx04__block-bg div {
  font-size: 1.6rem;
}

.idx04 .align-top {
  font-size: 1rem;
}

.idx04__satisfaction__head {
  font-size: 1.8rem;
}

.idx04 .balloon {
  font-size: 1.4rem;
}
.idx04 .balloon:before{
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.idx04 .balloon:after{
  content: "";
  position: absolute;
  bottom: -27px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #333;
  z-index: 1;
}

.idx04 .balloon p {
  min-height: 89px;
  border: 3px solid #333;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .idx04 .balloon p {
    min-height: 110px;
  }
}


/* idx05
 *----------------------*/
.idx05 h2 {
  font-size: 2.5rem;
}
@media screen and (min-width: 576px) {
  .idx05 h2 {
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

.idx05 .flow-container {
  background: #f3f3f3;
  border: 2px solid #b5b5b5;
  border-radius: 5px;
}

.idx05 .flow__idx {
  font-size: 2rem;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  .idx05 .flow__idx::after {
    content: "";
    display: block;
    width: 1px;
    height: 40px;
    margin-left: 30px;
    border-right: 1px solid #b5b5b5;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
  .idx05 .flow__idx {
    font-size: 2.2rem;
  }
}

.idx05 .flow__idx__num {
  font-size: 4rem;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
  .idx05 .flow__idx__num {
    font-size: 5.4rem;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

.idx05 .flow__idx__img {
  height: 40px;
}
@media screen and (min-width: 576px) {
}
@media screen and (min-width: 768px) {
}
@media screen and (min-width: 992px) {
  .idx05 .flow__idx__img {
    height: auto;
  }
}
@media screen and (min-width: 1200px) {
}


/* idx06
 *----------------------*/
.idx06 {
  background: #d3d3d3;
}

.idx06 .container {
  background: url("https://studio-c3.com/wp-content/themes/c3/page-template/img/base/img06-bg.png") center top no-repeat;
  background-size: cover;
}

.idx06 .appeal-text h2 {
  font-size: 1.8rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .idx06 .appeal-text h2 {
    font-size: 2.2rem;
  }
}

.idx06 .appeal-text p {
  line-height: 1.8;
}

.idx06 .appeal-text__large {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .idx06 .appeal-text__large {
    font-size: 2.2rem;
  }
}

.idx07 h2 {
  font-size: 2.5rem;
}
.idx07 h3 {
  font-size: 1.6rem;
}


/* footer
 *----------------------*/
.footer {
  background: #030303;
  font-size: 1rem;
}
@media screen and (min-width: 576px) {
  .footer {
    background: #030303;
    font-size: 1.1rem;
  }
}


/* cv
 *----------------------*/
.cv__head {
  font-size: 1.8rem;
}
.cv__head span {
  font-size: 1.2rem;
}
@media screen and (min-width: 576px) {
  .cv__head {
    font-size: 2rem;
  }
  .cv__head span {
    font-size: 1.4rem;
  }
}

.cv__limit {
  border: 1px solid #bfbfbf;
  line-height: 1.8;
}

.cv__title {
  font-size: 1.7rem;
}
.cv__title span {
  font-size: 1.4rem;
}
@media screen and (min-width: 992px) {
  .cv__title {
    font-size: 2rem;
  }
}
@media screen and (min-width: 1200px) {
  .cv__title {
    font-size: 2.1rem;
  }
}

a.cv__other-plan {
  text-decoration: underline;
}
a.cv__other-plan:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  a.cv__other-plan {
    font-size: 1.3rem;
  }
}

.cv__comments {
  font-size: 1.1rem;
}

.cv__ask img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .cv__ask img {
    width: auto;
  }
}
@media screen and (min-width: 768px) {
  .cv__ask img {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
}
@media screen and (min-width: 1200px) {
}

/* ========================================================
 * CONTACT
 * ======================================================== */
.contact__form {
  margin-bottom: 80px;
}
@media screen and (min-width: 769px) {
  .contact__form .page-wrap {
    max-width: 880px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form .page-wrap {
    padding: 0;
  }
}


.contact__form__desc {
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}

/* フォーム */
.contact__form-list {
  background: #F4F4F4;
}
.contact__form-list__item {
  list-style: none;
  padding: 18px 0;
  border-bottom: 2px dashed #D7D7D7;
}
.contact__form-list__item:last-child {
  align-items: normal;
  border: 0;
}
@media screen and (min-width: 769px) {
  .contact__form-list {
    padding: 35px 50px;
  }
  .contact__form-list__item {
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-list {
    padding: 20px;
  }
}


/* 各項目 */
.contact__form-list__item__input label {
  margin: 0;
  width: 100%;
}
.contact__form-list__item__input input,
.contact__form-list__item__input textarea {
  padding: 5px;
  border: 2px solid #D7D7D7;
  width: 100%;
}
.contact__form__zip-code input,
.contact__form__pref input {
  width: 150px !important;
}
@media screen and (min-width: 769px) {
  .contact__form-list__item__label {
    flex-basis: 200px;
    font-weight: bold;
  }
  .contact__form-list__item__input {
    flex-grow: 1;
  }
  .contact__form-list__item__input input {
    width: 80%;
    max-width: 380px;
  }
  .contact__form__address input { /* 住所 */
    width: 100%;
    max-width: initial;
  }
}
@media screen and (max-width: 768px) {
  .contact__form-list__item__input input {
    /*width: 100%;*/
  }
}


/* 必須 */
.contact__form__required {
  color: #FA3038;
}

/* 郵便番号 */
@media screen and (min-width: 769px) {
  .contact__form__zip-code span {
    display: inline-block;
  }
  .contact__form__zip-code__mark {
    margin-right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__zip-code__mark {
    display: none;
  }
}


/* 注意書き */
.contact__form__note {
  margin-top: 20px;
  margin-left: 20px;
  list-style: disc;
}
@media screen and (min-width: 769px) {
  .contact__form__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__note {
    padding: 0 20px;
    font-size: 1.3rem;
  }
}


/* ボタン */
.contact__form__submit-wrap {
  margin-top: 60px;
  text-align: center;
}
.contact__form__submit__note {
  margin-bottom: 40px;
}
.contact__form__submit__btn {
  position: relative;
  width: 200px;
  margin: 0 auto;
}
.contact__form__submit__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 13px;
  bottom: 0;
  width: 13px;
  height: 13px;
  margin: auto;
  background: url("https://studio-c3.com/wp-content/uploads/arrow_black-right.png") center no-repeat;
  background-size: contain;
}
.contact__form__submit__btn:hover::after {
  background-image: url("https://studio-c3.com/wp-content/uploads/arrow_white-right.png");
}
.contact__form__submit__btn input {
  display: block;
  width: 100%;
  line-height: 55px;
  padding: 0;
  border: 2px solid #333;
  border-radius: 30px;
  background: #fff;
  color: #333;
  font-size: 1.6rem;
}
.contact__form__submit__btn input:hover {
  background: #333 !important;
  color: #fff;
}
.contact__form__submit__btn .ajax-loader {
  display: none !important;
}
@media screen and (min-width: 769px) {
  .contact__form__submit__note {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 768px) {
  .contact__form__submit__note {
    font-size: 1.3rem;
  }
}


/* 結果メッセージ */
.contact__form .wpcf7-response-output {
  margin-right: 0;
  margin-left: 0;
  text-align: center;
}
