@charset "UTF-8";
/* blocks */
/* --------------------
 * Article
 * -------------------- */
.article_conts {
  /* --------------------
   * Article
   * -------------------- */
}
.article_conts p {
  line-height: 1.8em;
  margin-bottom: 10px;
}
.article_conts p.marker {
  display: inline-block;
}
.article_conts h2 {
  margin-top: 30px;
}
.article_conts h3,
.article_conts .Heading__text {
  font-size: 1.17em;
  font-weight: 700;
  margin: 0 0 5px;
}
.article_conts strong,
.article_conts .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #fb0));
  background: linear-gradient(transparent 60%, #fb0 60%);
  font-weight: 400;
}
.article_conts ul {
  list-style-type: none;
  margin-bottom: 10px;
}
.article_conts ul li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1em;
}
.article_conts ul li:before {
  content: "・";
}
.article_conts ol {
  list-style-position: inside;
  list-style-type: decimal;
  margin: 0 0 30px 10px;
}
.article_conts ol li {
  line-height: 1.5;
  margin-bottom: 10px;
  padding-left: 1em;
  text-indent: -1.2em;
}
.article_conts .article_title {
  margin-top: 40px;
}
.article_conts .TopExample__list .TopExample__item {
  margin: 0 0 25px;
}
.article_conts .list_anchor li:before {
  content: "";
}
.article_conts .ContsParts__wrap {
  margin-bottom: 10px;
}
.article_conts .ContsParts__wrap.-half {
  margin-bottom: 5px;
}
.article_conts .Definition__word {
  color: #ff6600;
  font-size: 1.17em;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 0 25px;
  position: relative;
  text-align: left;
}
.article_conts .Definition__word:before {
  background-color: #fb0;
  border: 1px solid #fff;
  border-radius: 16px;
  content: "";
  height: 16px;
  left: 8px;
  position: absolute;
  top: 5px;
  width: 16px;
}
.article_conts .Definition__explanation {
  color: #8d8d8d;
  line-height: 1.6;
  padding: 10px 15px 0 30px;
  position: relative;
}
.article_conts .Note__text {
  color: #8d8d8d;
  display: block;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 20px 0 8px;
  padding-left: 1.6em;
  position: relative;
}
.article_conts .Note__text:before {
  background: url("../../assets/images/icon_mark3.svg") no-repeat 50%/100%;
  content: "";
  display: inline-block;
  height: 17px;
  left: 0;
  margin-right: 10px;
  position: absolute;
  top: 0;
  vertical-align: middle;
  width: 15px;
}
.article_conts .Interview__question {
  color: #02BCC5;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1.3em;
}
.article_conts .Answer__name {
  font-weight: 700;
  margin-right: 15px;
}
@media print, screen and (min-width: 960px) {
  .article_conts p {
    margin-bottom: 30px;
  }
  .article_conts h2 {
    margin-top: 50px;
  }
  .article_conts h3,
.article_conts .Heading__text {
    margin: 0 0 8px;
  }
  .article_conts ul {
    font-size: 16px;
    margin: 0 0 30px;
  }
  .article_conts ol {
    font-size: 16px;
    list-style-position: inside;
    list-style-type: decimal;
    margin: 0 0 30px 8px;
  }
  .article_conts .article_title {
    margin-top: 30px;
  }
  .article_conts .TopExample__list .TopExample__item {
    margin: 0 0 30px;
  }
  .article_conts .ContsParts__wrap {
    margin-bottom: 15px;
  }
  .article_conts .ContsParts__wrap.-half {
    margin-bottom: 8px;
  }
  .article_conts .Definition__word {
    padding: 0 0 0 30px;
  }
  .article_conts .Definition__word:before {
    height: 20px;
    left: 4px;
    top: 3px;
    width: 20px;
  }
  .article_conts .Definition__explanation {
    padding: 10px 15px 0 30px;
  }
  .article_conts .Note__text {
    font-size: 14px;
    margin: 0 20px 0 4px;
    margin-bottom: 30px;
    padding-left: 1.8em;
  }
  .article_conts .Note__text:before {
    height: 25px;
    width: 20px;
  }
}

.article {
  margin: 30px auto;
}

/* --------------------
 * Case
 * -------------------- */
.Case .Case__attribute {
  margin: 0 25px 30px;
}
.Case .Attribute__list {
  background: #eeeeee;
  border-radius: 20px;
  padding: 15px 15px 10px;
}
.Case .AttributeItem__category {
  background: #c60d31;
  border-radius: 10px;
  color: #ffffff;
  font-size: 90%;
  font-weight: bold;
  line-height: 1;
  padding: 3px 10px;
}
.Case .AttributeItem__text {
  margin: 0 0 10px;
}
.Case .Attribute__image {
  margin: 15px auto;
}
@media print, screen and (min-width: 960px) {
  .Case .Attribute__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .Case .Attribute__image {
    margin: 30px auto;
  }
}

/* --------------------
 * CatLinkList
 * -------------------- */
.CatLinkList .CatLinkList_inner {
  margin: 30px auto 0;
  width: 95%;
}
.CatLinkList .CatLink__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.CatLinkList .CatLink__item {
  padding: 0 10px 0 0;
}
.CatLinkList .CatLink__itemLink {
  color: #68b52d;
  font-weight: 700;
}
.CatLinkList .CatLink__itemLink:after {
  background-image: url("../images/icon_arrow4.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  /*
  content: '';

  display: inline-block;
  vertical-align: middle;
  color:#68b52d;
  line-height: 1;
  width: 1em;
  height: 1em;
  border: 0.2em solid #68b52d;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
  */
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 0.5em 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: -webkit-transform 200ms;
  transition: -webkit-transform 200ms;
  transition: transform 200ms;
  transition: transform 200ms, -webkit-transform 200ms;
  width: 12px;
}
@media print, screen and (min-width: 960px) {
  .CatLinkList .CatLinkList_inner {
    margin: auto;
    max-width: 900px;
    padding: 50px 0 0;
  }
  .CatLinkList .CatLink__itemLink {
    font-size: 16px;
  }
  .CatLinkList .CatLink__itemLink:after {
    height: 12px;
    width: 16px;
  }
  .CatLinkList .CatLink__itemLink:hover {
    border-bottom: solid 0.2em #68b52d;
  }
}

/* --------------------
 * Contact
 * -------------------- */
.Contact .Contact__inner {
  padding: 0 30px 30px;
}
.Contact .Contact__formGroup {
  border-bottom: 1px solid #c7c7c7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 30px 5px;
}
.Contact .Contact__formGroup.-last {
  border-bottom: none;
}
.Contact .FormGroup__label {
  font-size: 16px;
  line-height: 1.2em;
  margin: 0 0 14px;
}
.Contact .FormGroup__label label {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Contact .Label__required {
  background-color: #e31f1f;
  border-radius: 3px;
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  font-size: 70%;
  margin: 0 0 0 5px;
  padding: 1px 4px 1px;
}
.Contact .FormGroup__imput textarea {
  margin-top: 0;
  height: 5.9em;
}
.Contact .Contact__button {
  background-color: #c60d31;
  border-radius: 8px;
  color: #fff;
  font-size: 16px;
  margin: 30px auto;
  padding: 8px 0;
  text-align: center;
}
.Contact .Contact__title .Title__text {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.5em;
  margin-bottom: 45px;
  padding-top: 25px;
  text-align: center;
}
.Contact .Contact__text {
  font-size: 16px;
  text-align: center;
}
.Contact .Contact__contactBtn {
  margin: 40px 0;
  text-align: center;
}
.Contact .Contact__contactBtn a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #c60d31;
  border-radius: 18px;
  color: #c60d31;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  height: 35px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
@media print, screen and (min-width: 960px) {
  .Contact .Contact__inner {
    margin: auto;
    max-width: 1060px;
    padding: 60px 50px;
  }
  .Contact .Contact__formGroup {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 0;
    padding: 40px 10px;
  }
  .Contact .FormGroup__label {
    margin: auto 10px;
    width: 270px;
  }
  .Contact .FormGroup__label label {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    vertical-align: middle;
  }
  .Contact .Label__required {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12%;
    flex: 0 0 12%;
  }
  .Contact .Label__required.-pattern {
    padding: 2px 4px 2px;
  }
  .Contact .FormGroup__imput {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
  }
  .Contact .FormGroup__imput textarea {
    margin-top: 0;
    height: 5.7em;
  }
  .Contact .Contact__button {
    border-radius: 16px;
    margin: 30px auto;
    max-width: 270px;
  }
  .Contact .Contact__contactBtn {
    margin: 40px 0 0;
  }
  .Contact .Contact__contactBtn a {
    border-radius: 20px;
    height: 50px;
    margin: 0 auto;
    width: 300px;
  }
}

/* --------------------
 * Notfound
 * -------------------- */
.Notfound .Notfound_inner {
  margin: 30px auto 0;
  margin-bottom: 85px;
  width: 90%;
}
@media print, screen and (min-width: 960px) {
  .Notfound .Notfound_inner {
    margin: auto;
    max-width: 900px;
    padding: 50px 0 100px;
  }
}

/* --------------------
 * Title2
 * -------------------- */
.Title2 {
  font-size: 18px;
  margin-bottom: 25px;
  padding-top: 50px;
  text-align: center;
}
.Title2:after {
  background-image: url("../images/icon_mark1.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 13px;
  margin: 10px auto 0;
  width: 26px;
}
.Title2 .Title2__label {
  font-weight: 700;
  letter-spacing: 0.01em;
  line-height: 1.3em;
}
.Title2 .Title2__label span {
  display: block;
  font-size: 16px;
  line-height: 1.4375;
}
.Title2.-white:after {
  background-image: url("../images/icon_mark2.svg");
}
.Title2.-white .Title1__label {
  color: #fff;
}
@media print, screen and (min-width: 960px) {
  .Title2 {
    font-size: 30px;
    margin-bottom: 45px;
    padding-top: 100px;
  }
  .Title2:after {
    height: 25px;
    margin-top: 20px;
    width: 50px;
  }
  .Title2 .Title2__label span {
    font-size: 32px;
  }
}

/* --------------------
 * TopCase
 * -------------------- */
.TopCase__list .TopCase__list {
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 -5px;
}
.TopCase__list .TopCase__item {
  position: relative;
}
.TopCase__list .TopCase__coverItem {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 2px;
  opacity: 1;
  position: absolute;
  top: 0;
  width: 96%;
}
.TopCase__list .TopCase__coverItem p {
  font-size: 1.3em;
  font-weight: 700;
}
@media print, screen and (min-width: 960px) {
  .TopCase__list .TopCase__coverItem {
    border-radius: 20px;
    left: 6px;
  }
  .TopCase__list .TopCase__coverItem p {
    font-size: 1.6em;
  }
}

/* --------------------
 * Policy
 * -------------------- */
.policy_head{
  margin: 0 0 50px;
  text-align: right;
}
.policy__text1{
  margin: 0 0 50px;
}
.policy__text2{
  margin: 0 auto 50px;
  width: 90%;
}




/* --------------------
* case movie
* -------------------- */
.TopCase__inner .EVC_TopPlace__movie {
  aspect-ratio: 16/9;
  margin: 0 -25px 50px;
  /* width: 100vw; */
}

.TopCase__inner .EVC_TopPlace__movie iframe {
  display: block;
  height: 100%;
  width: 100%;
}

@media print, screen and (min-width: 960px) {
  .TopCase__inner .EVC_TopPlace__inner {
    margin: 0 auto;
    max-width: 960px;
    width: 100%;
  }
  .TopCase__inner .EVC_TopPlace__lead {
    font-size: 18px;
    margin-bottom: 50px;
  }
  .TopCase__inner .EVC_TopPlace__movie {
    margin: 0 auto 70px;
    max-width: 776px;
    width: 100%;
  }
}
