@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

li {
  list-style-type: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  color: inherit;
  vertical-align: baseline;
  background: transparent;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  font-size: 0;
  line-height: 0;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  padding: 0 0.8rem;
  font-size: 1rem;
  vertical-align: middle;
  -webkit-appearance: none;
}

textarea {
  -webkit-appearance: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

select::-ms-expand {
  display: none;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

input[type="radio"] {
  display: none;
}

textarea {
  resize: vertical;
}

body {
  font-family: "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 1.4;
  letter-spacing: 0.08rem;
  color: #252525;
  -webkit-font-smoothing: antialiased;
}

.c-textlink {
  font-weight: bold;
  color: #b18d4f;
}

.u-br__sp {
  display: none;
}

.u-text__center {
  text-align: center;
}

.u-marker {
  position: relative;
}

.u-marker span {
  position: relative;
  z-index: 5;
}

.u-marker::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20%;
  display: inline-block;
  height: 60%;
  background-color: #f9f285;
  z-index: 4;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.c-content {
  max-width: 1046px;
  padding: 0 20px;
  margin: auto;
}

.c-content__title {
  position: relative;
  padding: 0 0 40px;
  margin: auto;
  text-align: center;
}

.c-content__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -28px;
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 28px 23px 0 23px;
  border-color: #ffffff transparent transparent transparent;
  z-index: 20;
}

.c-content__title.about {
  width: 272px;
}

.c-content__title.flow {
  width: 228px;
}

.c-content__title.price {
  width: 192px;
}

.c-content__title.faq {
  width: 229px;
}

.c-content__l {
  max-width: 1206px;
  padding: 0 20px;
  margin: auto;
}

.c-content__bg {
  padding: 90px 0;
  background-color: #fff6e8;
}

.c-section {
  padding: 160px 0 0;
}

.c-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 100;
}

.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1206px;
  padding: 0 20px;
  margin: auto;
  height: 100px;
}

.c-header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-header__logo img {
  display: inline-block;
}

.c-header__logo img + img {
  margin: 0 0 0 2rem;
}

.p-logo__ccloset {
  width: 203px;
}

.p-logo__classy {
  width: 43px;
}

.p-logo__cfck {
  width: 57px;
}

.p-logo__kanden {
  width: 165px;
}

.p-fv {
  width: 100%;
  height: 100vh;
  padding: 100px 0 50px;
}

.p-fv__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

.p-fv__lead {
  position: relative;
  max-width: 80%;
  padding: 0 20px 0 10%;
  z-index: 1;
}

.p-fv__lead h2 {
  width: 477px;
  padding: 0 0 40px;
}

.p-fv__lead h2 + p {
  width: 478px;
}

.p-fv__point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  padding: 60px 0 0;
}

.p-fv__point > li + li {
  margin-left: 30px;
}

.p-fv__point > li div {
  position: relative;
  width: 205px;
  height: 205px;
  background-color: #bda681;
  border-radius: 50%;
  overflow: hidden;
}

.p-fv__point > li div::before {
  content: "";
  position: absolute;
  bottom: -0px;
  right: -190px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 193.5px 120px 193.5px;
  border-color: transparent transparent #b19870 transparent;
  z-index: 2;
}

.p-fv__point > li div h3 {
  position: relative;
  padding: 25px 0 15px;
  margin: auto;
  text-align: center;
  z-index: 3;
}

.p-fv__point > li div h3.point1 {
  width: 68px;
}

.p-fv__point > li div h3.point2 {
  width: 71px;
}

.p-fv__point > li div h3.point3 {
  width: 70px;
}

.p-fv__point > li div h3 img {
  vertical-align: bottom;
}

.p-fv__point > li div p {
  position: relative;
  padding: 15px 0 0;
  font-size: 23px;
  text-align: center;
  line-height: 1.6em;
  color: #fff;
  border-top: 1px solid #fff;
  z-index: 3;
}

.p-fv__point > li div p strong {
  font-size: 33px;
  font-weight: bold;
}

.p-fv__point1-p {
  padding: 13px 0 0 !important;
  font-size: 20px !important;
}

.p-fv__bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  background-image: url(../img/fv_bg.jpg);
  background-repeat: no-repeat;
  background-position: 0 center;
  background-size: cover;
  z-index: 0;
}

.c-cv {
  position: relative;
  padding: 120px 0 0;
  overflow: hidden;
}

.c-cv__inner {
  position: relative;
  padding: 60px;
  max-width: 1206px;
  padding: 0 20px;
  margin: auto;
}

.c-cv__inner::before {
  content: "";
  position: absolute;
  top: -70px;
  left: -50px;
  display: block;
  width: 290px;
  height: 167px;
  background-image: url(../img/cv_trial.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 6;
}

.c-cv__inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100vw;
  height: 100%;
  background: #a38a67;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #a38a67 0%, #8e754c 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a38a67', endColorstr='#8e754c',GradientType=1 );
}

.c-cv__row {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 50px;
  z-index: 10;
}

.c-cv__col {
  padding: 50px 0 10px;
}

.c-cv__col + .c-cv__col {
  margin-left: 50px;
}

.c-cv__title {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.c-cv__title strong {
  font-family: 'Noto Serif', serif !important;
  font-size: 140%;
  font-style: italic;
}

.c-cv__text {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

.c-cv__att {
  width: 100%;
  max-width: 956px;
  padding: 20px;
  margin: 10px 0 40px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  word-break: break-all;
  border: 1px solid #fff;
}

.c-cv__btn {
  position: relative;
  top: 0;
  display: block;
  padding: 20px 50px;
  text-align: center;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  background-color: #9ccf00;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transition: all .4s;
  transition: all .4s;
  overflow: hidden;
}

.c-cv__btn:hover {
  top: 3px;
  background-color: #8cba00;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-cv__btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: -125px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 125px 80px 125px;
  border-color: transparent transparent #8cba00 transparent;
  z-index: 4;
}

.c-cv__btn span {
  position: relative;
  z-index: 5;
}

.p-anchor {
  margin: 90px auto 0;
}

.p-anchor__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-anchor__item {
  width: calc(99.99999% / 3);
}

.p-anchor__btn {
  position: relative;
  display: block;
  max-width: 290px;
  height: 110px;
  border: 2px solid #bda681;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.p-anchor__btn:nth-child(2) {
  margin: 0 10px;
}

.p-anchor__btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 50px;
  height: 100%;
  background-color: #bda681;
  z-index: 10;
}

.p-anchor__btn-text {
  position: relative;
  display: inline-block;
  width: calc(100% - 50px);
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 110px;
  color: #bda681;
  -webkit-transition: all .7s;
  transition: all .7s;
  z-index: 9;
}

.p-anchor__btn-bg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 100%;
  background-color: #bda681;
  -webkit-transition: all .7s;
  transition: all .7s;
  z-index: 8;
}

.p-anchor__btn-arrow {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 12px;
  width: 25px;
  height: 14px;
  margin: auto;
  background-image: url(../img/arrow_bottom.png);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 11;
}

.p-anchor__btn:hover .p-anchor__btn-text {
  color: #fff;
}

.p-anchor__btn:hover .p-anchor__btn-bg {
  width: 100%;
}

.p-about__lead {
  font-size: 24px;
  line-height: 2;
}

.p-about__lead strong {
  font-size: 120%;
}

.p-about__point-title {
  margin: 100px auto 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  text-align: center;
}

.p-about__point-title span {
  position: relative;
  display: inline-block;
  font-size: 40px;
  color: #bda681;
}

.p-about__point-title span::before {
  content: "";
  position: absolute;
  top: -6px;
  left: -3px;
  display: block;
  width: 29px;
  height: 11px;
  margin: auto;
  background-image: url(../img/point_title_bd.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-about__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 88%;
  padding: 50px;
  background-color: #fff;
}

.p-about__item + .p-about__item {
  margin: 30px auto 0;
}

.p-about__item::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 179px;
  height: 168px;
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-about__item.about-1 {
  margin: 30px 0 0 auto;
}

.p-about__item.about-1::before {
  left: -6%;
  background-image: url(../img/point1.png);
}

.p-about__item.about-2 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 30px auto 0 0;
}

.p-about__item.about-2::before {
  right: -12%;
  background-image: url(../img/point2.png);
}

.p-about__item.about-3 {
  margin: 30px 0 0 auto;
}

.p-about__item.about-3::before {
  left: -6%;
  background-image: url(../img/point3.png);
}

.p-about__img {
  width: 44%;
  text-align: center;
}

.p-about__detail {
  width: 56%;
}

.p-about__detail-title {
  margin: 0 0 30px;
}

.p-about__detail-title.point1 {
  width: 154px;
}

.p-about__detail-title.point2 {
  width: 154px;
}

.p-about__detail-title.point3 {
  width: 298px;
}

.p-about__detail p {
  font-size: 20px;
  line-height: 2.375rem;
}

.p-flow__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-flow__item {
  position: relative;
  width: 25%;
}

.p-flow__item::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 24%;
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
}

.p-flow__item.flow-1::before {
  width: 46px;
  height: 25px;
  background-image: url(../img/flow1.png);
}

.p-flow__item.flow-2::before {
  width: 47px;
  height: 25px;
  background-image: url(../img/flow2.png);
}

.p-flow__item.flow-3::before {
  width: 46px;
  height: 25px;
  background-image: url(../img/flow3.png);
}

.p-flow__item.flow-4::before {
  width: 50px;
  height: 29px;
  background-image: url(../img/flow4.png);
}

.p-flow__item + .p-flow__item::after {
  content: "";
  position: absolute;
  top: 60px;
  left: -13%;
  width: 67px;
  height: 14px;
  display: block;
  background-image: url(../img/flow_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
}

.p-flow__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 160px;
  height: 160px;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
}

.p-flow__detail-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
}

.p-flow__detail p {
  text-align: center;
}

.p-price__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-price__item {
  width: 49%;
  padding: 0 0 30px;
  text-align: center;
  background-color: #fff;
}

.p-price__item p {
  font-weight: bold;
  font-size: 22px;
}

.p-price__item p strong {
  font-size: 145%;
}

.p-price__item span {
  display: inline-block;
  padding: 10px 10px 0;
  font-size: 14px;
}

.p-price__title {
  position: relative;
  padding: 0 0 15px;
  margin: 0 auto 40px;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #b19870;
  background-color: #fff6e8;
}

.p-price__title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  width: 0;
  height: 0;
  margin: auto;
  border-style: solid;
  border-width: 17px 14px 0 14px;
  border-color: #fff6e8 transparent transparent transparent;
}

.p-price__img {
  margin: 0 auto 10px;
}

.p-price__table-title {
  position: relative;
  padding: 0 0 20px;
  margin: 0 auto 30px;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 1.75rem;
  line-height: 1.6rem;
  text-align: center;
  color: #b19870;
}

.p-price__table-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  width: 210px;
  height: 2px;
  margin: auto;
  background-color: #b19870;
}

.p-faq__item {
  background-color: #fff;
}

.p-faq__item + .p-faq__item {
  margin: 5px auto 0;
}

.p-faq__q {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #bda681;
  border-radius: 50%;
}

.p-faq__a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 30px;
  line-height: 50px;
  text-align: center;
  color: #fff;
  background-color: #e4d5bd;
  border-radius: 50%;
}

.p-faq__quesion {
  position: relative;
  padding: 20px 90px 20px 110px;
  font-size: 20px;
  cursor: pointer;
}

.p-faq__quesion::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  width: 25px;
  height: 3px;
  margin: auto;
  background-color: #252525;
}

.p-faq__quesion::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 32px;
  bottom: 0;
  width: 25px;
  height: 3px;
  margin: auto;
  background-color: #252525;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: all .4s;
  transition: all .4s;
}

.p-faq__quesion.is-active::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.p-faq__answer {
  display: none;
  position: relative;
  padding: 30px 90px 30px 110px;
  text-align: justify;
  border-top: 1px solid #f0e3cf;
}

.p-faq__answer p {
  color: #000;
}

.c-att {
  margin: 50px 0 auto;
}

.c-att__title {
  margin: 0 auto 15px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

.c-att__list > li {
  font-size: 15px;
}

.c-att__list-kome > li::before {
  content: "※";
}

footer {
  padding: 50px 0;
  text-align: center;
}

footer small {
  font-size: 13px;
}

.c-round-btn {
  display: block;
  padding: 30px 10px;
  text-align: center;
  background-color: #fff;
  border-radius: 100px;
  word-break: break-all;
  cursor: pointer;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.c-round-btn span {
  font-weight: bold;
  color: #b19870;
  -webkit-transition: all .4s;
  transition: all .4s;
}

.c-round-btn__title {
  margin: 0 auto 10px;
  font-size: 20px;
}

.c-round-btn:hover {
  color: #fff !important;
  background-color: #bda681;
}

.c-round-btn:hover span {
  color: #fff !important;
}

.c-table {
  width: 100%;
}

.c-table thead tr th {
  padding: 0.8rem 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #b19870;
  border-right: 1px solid #fff6e8;
  border-bottom: 1px solid #fff6e8;
}

.c-table tbody tr th {
  padding: 0.8rem 0.5rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background-color: #bda681;
  border-right: 1px solid #fff6e8;
}

.c-table tbody tr td {
  padding: 0.8rem 0.5rem;
  font-weight: bold;
  text-align: center;
  background-color: #fff;
  border-right: 1px solid #fff6e8;
  border-bottom: 1px solid #fff6e8;
}

.c-table__cap {
  margin: 10px 0 0;
  font-size: 0.875rem;
}

/******************animation******************/
/* 変数、アニメーション設定 */
/* font */
/* フェード　*/
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fadeout {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/* フェード + 移動　*/
@-webkit-keyframes fade_top {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes fade_top {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes fade_bottom {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes fade_bottom {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes fade_left {
  0% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes fade_left {
  0% {
    -webkit-transform: translate(-15px, 0);
    transform: translate(-15px, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@-webkit-keyframes fade_right {
  0% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

@keyframes fade_right {
  0% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    opacity: 1;
  }
}

/*  移動　*/
@-webkit-keyframes move_left {
  0% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes move_left {
  0% {
    -webkit-transform: translate(-30px, 0);
    transform: translate(-30px, 0);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes move_right {
  0% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes move_right {
  0% {
    -webkit-transform: translate(30px, 0px);
    transform: translate(30px, 0px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes move_top {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes move_top {
  0% {
    -webkit-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@-webkit-keyframes move_bottom {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

@keyframes move_bottom {
  0% {
    -webkit-transform: translate(0px, 30px);
    transform: translate(0px, 30px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
  }
}

/*
.anime {
	animation-name: fadein; // アニメーション
	animation-duration: 1s;  // 再生時間
	animation-timing-function: ease;  // イージング
	animation-delay: 0.2s;  // ディレイ
	animation-iteration-count: infinite; // ループ回数
	animation-direction: reverse; // 再生方向（反転）
	animation-fill-mode: forwards; // 終了後
	animation-play-state: paused;  // 再生・停止
}
*/
.inview {
  opacity: 0;
}

.inview.mv {
  -webkit-animation: fadein 0.6s ease forwards;
  animation: fadein 0.6s ease forwards;
}

.mv.top {
  -webkit-animation: fade_top 0.8s ease forwards;
  animation: fade_top 0.8s ease forwards;
}

.mv.bottom {
  -webkit-animation: fade_bottom 0.8s ease forwards;
  animation: fade_bottom 0.8s ease forwards;
}

.mv.left {
  -webkit-animation: fade_left 0.8s ease forwards;
  animation: fade_left 0.8s ease forwards;
}

.mv.right {
  -webkit-animation: fade_right 0.8s ease forwards;
  animation: fade_right 0.8s ease forwards;
}

.mv.top2 {
  -webkit-animation: move_top 0.8s ease forwards;
  animation: move_top 0.8s ease forwards;
}

.mv.bottom2 {
  -webkit-animation: move_bottom 0.8s ease forwards;
  animation: move_bottom 0.8s ease forwards;
}

.mv.left2 {
  -webkit-animation: move_left 0.8s ease forwards;
  animation: move_left 0.8s ease forwards;
}

.mv.right2 {
  -webkit-animation: move_right 0.8s ease forwards;
  animation: move_right 0.8s ease forwards;
}

.d0 {
  -webkit-animation-delay: 0s !important;
  animation-delay: 0s !important;
}

.d1 {
  -webkit-animation-delay: 0.4s !important;
  animation-delay: 0.4s !important;
}

.d2 {
  -webkit-animation-delay: 0.8s !important;
  animation-delay: 0.8s !important;
}

.d3 {
  -webkit-animation-delay: 1.2s !important;
  animation-delay: 1.2s !important;
}

.d4 {
  -webkit-animation-delay: 1.6s !important;
  animation-delay: 1.6s !important;
}

.d5 {
  -webkit-animation-delay: 2s !important;
  animation-delay: 2s !important;
}

.d6 {
  -webkit-animation-delay: 2.4s !important;
  animation-delay: 2.4s !important;
}

.fast {
  -webkit-animation-duration: 0.3s !important;
  animation-duration: 0.3s !important;
}

.slow {
  -webkit-animation-duration: 1s !important;
  animation-duration: 1s !important;
}

@media screen and (max-width: 1035px) {
  .c-content__title {
    padding: 0 0 20px;
  }
  .c-content__title::after {
    bottom: -28px;
    border-width: 28px 23px 0 23px;
  }
  .c-content__bg {
    padding: 50px 0;
  }
  .p-fv__inner {
    display: block;
    height: 100%;
    padding: 50px 0 0;
  }
  .p-fv__lead {
    position: relative;
    max-width: 100%;
    height: 100%;
    padding: 0 6.5%;
  }
  .p-fv__point {
    position: absolute;
    bottom: 50px;
    padding: 0;
    padding: 50px 0 0;
  }
  .p-fv__point > li + li {
    margin-left: 30px;
  }
  .p-fv__bg {
    width: 100%;
    background-position: center right 30%;
  }
  .c-cv__inner {
    padding: 50px;
  }
  .c-cv__inner::before {
    top: -55px;
    left: 20px;
    width: 250px;
    height: 84px;
  }
  .c-cv__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .c-cv__col {
    padding: 20px 0;
  }
  .c-cv__col + .c-cv__col {
    margin-left: 30px;
  }
  .c-cv__title {
    font-size: 38px;
  }
  .c-cv__text {
    font-size: 20px;
  }
  .c-cv__att {
    width: 100%;
    padding: 15px;
    margin: 10px 0;
    text-align: left;
  }
  .c-cv__btn {
    padding: 20px 30px;
    font-size: 20px;
  }
  .p-about__point-title {
    margin: 60px auto 30px;
  }
  .p-flow__item {
    position: relative;
    width: 50%;
  }
  .u-br__pc {
    display: none;
  }
}

@media screen and (max-width: 980px) {
  .c-cv__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .u-br__sp {
    display: inline;
  }
  .c-cv {
    padding: 80px 0 0;
  }
  .c-cv__inner {
    padding: 30px;
  }
  .c-cv__inner::before {
    top: -30px;
    left: 20px;
    width: 150px;
    height: 51px;
  }
  .c-cv__col {
    width: 100%;
    padding: 20px 0;
  }
  .c-cv__col + .c-cv__col {
    margin-left: 0;
  }
  .c-cv__title {
    font-size: 38px;
    text-align: center;
  }
  .c-cv__text {
    font-size: 20px;
    text-align: center;
  }
  .c-cv__btn {
    padding: 20px 10px;
    font-size: 19px;
  }
  .p-fv {
    width: 100%;
    height: 100vh;
  }
  .p-fv__inner {
    padding: 60px 0 0 0;
  }
  .p-fv__lead {
    max-width: 100%;
    padding: 0 20px;
  }
  .p-fv__lead h2 {
    width: 60%;
    padding: 0 40px 20px 0;
  }
  .p-fv__lead h2 + p {
    width: 60%;
  }
  .p-fv__point {
    bottom: 40px;
  }
  .p-anchor {
    margin: 60px auto 0;
  }
  .p-anchor__item {
    width: 32%;
  }
  .p-anchor__btn {
    display: block;
    max-width: 100%;
    height: 60px;
    border: 1px solid #bda681;
    border-radius: 8px;
  }
  .p-anchor__btn:nth-child(2) {
    margin: 0;
  }
  .p-anchor__btn::before {
    width: 40px;
  }
  .p-anchor__btn-text {
    width: calc(100% - 25px);
    font-size: 18px;
    line-height: 58px;
  }
  .p-anchor__btn-bg {
    display: none;
  }
  .p-anchor__btn-arrow {
    right: 12px;
    width: 13px;
    height: 7px;
  }
  .p-about__item::before {
    width: 109px;
    height: 102px;
  }
  .p-flow__item::before {
    left: 20%;
  }
  .p-flow__item + .p-flow__item::after {
    left: -10%;
    width: 37px;
    height: 8px;
  }
}

/********************************************** sp ***/
@media screen and (max-width: 700px) {
  .c-section {
    padding: 80px 0 0;
  }
  .c-header__inner {
    height: 60px;
  }
  .c-header__logo img + img {
    margin: 0 0 0 10px;
  }
  .p-logo__ccloset {
    width: 100px;
  }
  .p-logo__classy {
    width: 23px;
  }
  .p-logo__cfck {
    width: 28px;
  }
  .p-logo__kanden {
    width: 110px;
  }
  .c-content__title {
    padding: 0 0 20px;
  }
  .c-content__title::after {
    bottom: -18px;
    border-width: 18px 13px 0 13px;
  }
  .c-content__title.about {
    width: 205px;
  }
  .c-content__title.flow {
    width: 172px;
  }
  .c-content__title.price {
    width: 144px;
  }
  .c-content__title.faq {
    width: 172px;
  }
  .c-content__bg {
    padding: 60px 0;
  }
  .p-fv {
    width: 100%;
    height: 100vh;
    padding: 60px 0 0;
  }
  .p-fv__inner {
    display: block;
    padding: 30px 0 0 0;
  }
  .p-fv__lead {
    max-width: 100%;
    padding: 0 20px;
  }
  .p-fv__lead h2 {
    width: 300px;
    padding: 0 0 20px 0;
  }
  .p-fv__lead h2 + p {
    width: 289px;
  }
  .p-fv__point {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    bottom: 20px;
    width: 100%;
    padding: 0 20px;
  }
  .p-fv__point > li:nth-child(1) {
    width: 100%;
  }
  .p-fv__point > li + li {
    width: 160px;
    margin-left: 0;
    padding: 0 10px;
  }
  .p-fv__point > li div {
    position: relative;
    width: 140px;
    height: 140px;
    margin: auto;
    background-color: #bda681;
    border-radius: 50%;
    overflow: hidden;
  }
  .p-fv__point > li div::before {
    content: "";
    position: absolute;
    bottom: -0px;
    right: -190px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 193.5px 120px 193.5px;
    border-color: transparent transparent #b19870 transparent;
    z-index: 2;
  }
  .p-fv__point > li div h3 {
    position: relative;
    padding: 20px 0 10px;
  }
  .p-fv__point > li div h3.point1 {
    width: 68px;
  }
  .p-fv__point > li div h3.point2 {
    width: 71px;
  }
  .p-fv__point > li div h3.point3 {
    width: 70px;
  }
  .p-fv__point > li div p {
    padding: 10px 0 0;
    font-size: 15px;
    line-height: 1.4em;
  }
  .p-fv__point > li div p strong {
    font-size: 20px;
  }
  .p-fv__point1-p {
    padding: 10px 0 0 !important;
    font-size: 14px !important;
    letter-spacing: 0;
  }
  .p-fv__bg {
    width: 100%;
    background-image: url(../img/fv_bg.jpg);
    background-position: center right 30%;
  }
  .c-cv {
    padding: 80px 0 0;
  }
  .c-cv::before {
    top: 48px;
    left: 7.5%;
    width: 150px;
    height: 51px;
  }
  .c-cv__inner {
    padding: 20px;
  }
  .c-cv__row {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 !important;
  }
  .c-cv__col {
    padding: 10px 0;
  }
  .c-cv__col + .c-cv__col {
    margin-left: 0;
  }
  .c-cv__title {
    font-size: 24px;
    text-align: center;
  }
  .c-cv__text {
    font-size: 18px;
    text-align: center;
  }
  .c-cv__btn {
    padding: 20px 10px;
    font-size: 19px;
  }
  .p-anchor {
    margin: 60px auto 0;
  }
  .p-anchor__inner {
    display: block;
  }
  .p-anchor__item {
    width: 100%;
  }
  .p-anchor__item + .p-anchor__item {
    margin: 10px auto 0;
  }
  .p-anchor__btn {
    display: block;
    max-width: 100%;
    height: 60px;
    border: 1px solid #bda681;
    border-radius: 8px;
  }
  .p-about__lead {
    font-size: 20px;
    line-height: 2;
  }
  .p-about__lead strong {
    font-size: 120%;
  }
  .p-about__point-title {
    margin: 60px auto 30px;
    font-size: 22px;
  }
  .p-about__point-title span {
    font-size: 32px;
  }
  .p-about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 40px 20px 20px;
  }
  .p-about__item + .p-about__item {
    margin: 20px auto 0;
  }
  .p-about__item::before {
    left: 10px;
    top: 10px;
    bottom: auto;
    width: 70px;
    height: 66px;
  }
  .p-about__item.about-1::before {
    left: 10px;
  }
  .p-about__item.about-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .p-about__item.about-2::before {
    left: 10px;
    right: auto;
  }
  .p-about__item.about-3::before {
    left: 10px;
  }
  .p-about__img {
    width: 100%;
  }
  .p-about__img img {
    max-width: 40%;
  }
  .p-about__detail {
    width: 100%;
  }
  .p-about__detail-title {
    margin: 25px auto 15px;
    text-align: center;
  }
  .p-about__detail-title.point1 {
    width: 103px;
  }
  .p-about__detail-title.point2 {
    width: 103px;
  }
  .p-about__detail-title.point3 {
    width: 199px;
  }
  .p-about__detail p {
    font-size: 16px;
    line-height: 1.8rem;
  }
  .p-flow__list {
    display: block;
  }
  .p-flow__item {
    position: relative;
    width: 100%;
  }
  .p-flow__item::before {
    left: 30%;
  }
  .p-flow__item + .p-flow__item {
    margin: 80px auto 0;
  }
  .p-flow__item + .p-flow__item::after {
    content: "";
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    width: 37px;
    height: 8px;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .p-flow__detail-title {
    height: auto;
    padding: 20px 0;
  }
  .p-price__list {
    display: block;
  }
  .p-price__item {
    width: 100%;
    padding: 0 0 20px;
    text-align: center;
    background-color: #fff;
  }
  .p-price__item p {
    font-size: 18px;
  }
  .p-price__item p strong {
    font-size: 145%;
  }
  .p-price__item + .p-price__item {
    margin: 20px auto 0;
  }
  .p-price__title {
    margin: 0 auto 30px;
    font-size: 20px;
  }
  .p-price__title::after {
    bottom: -17px;
    border-width: 17px 14px 0 14px;
  }
  .p-price__img {
    margin: 0 auto 10px;
  }
  .p-price__table-title {
    padding: 0 0 15px;
    margin: 0 auto 20px;
    font-size: 1.35rem;
  }
  .p-price__table-title::after {
    width: 160px;
  }
  .p-faq__q {
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
  }
  .p-faq__a {
    left: 10px;
    width: 30px;
    height: 30px;
    font-size: 16px;
    line-height: 30px;
  }
  .p-faq__quesion {
    padding: 20px 40px 20px 50px;
    font-size: 16px;
  }
  .p-faq__quesion::before {
    top: 0;
    right: 10px;
    width: 20px;
  }
  .p-faq__quesion::after {
    right: 10px;
    width: 20px;
  }
  .p-faq__answer {
    padding: 20px 20px 20px 50px;
  }
  .c-att__title {
    font-size: 18px;
  }
  .c-round-btn {
    padding: 20px 10px;
  }
  .c-round-btn__title {
    margin: 0 auto 5px;
    font-size: 18px;
  }
}
