@charset 'UTF-8';

/* ------------------------------------------
  Reset
------------------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

blockquote {
  quotes: none;
}

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

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

a img {
  border: none;
}

input, button, select, textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

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

/* ------------------------------------------
  Utility Class
------------------------------------------ */
/* clearfix */
.clearfix:after {
  clear: both;
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
}

/* ------------------------------------------
  Common
------------------------------------------ */
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  background: #fff;
  color: #333;
  font-family: 'Roboto','Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.8;
  -webkit-text-size-adjust: none;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
}

img {
  display: block;
  height: auto;
  max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
}

.only_pc {
  display: none !important;
}

.container {
  margin: 0 15px;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1000px;
  }

  .only_pc {
    display: block !important;
  }

  .only_sp {
    display: none !important;
  }

  .container {
    margin: 0 auto;
    width: 1000px;
  }
}

/* ------------------------------------------
  Animation
------------------------------------------ */

/* ------------------------------------------
  header
------------------------------------------ */
.header {
  height: 50px;
}

.header .container {
  align-items: center;
  display: flex;
  height: 100%;
}

.header .logo {
  width: 99px;
}

.header .txt {
  font-size: 1.1rem;
  margin-left: 10px;
}

.header .txt span {
  color: #fa5f64;
}

@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }

  .header .logo {
    width: auto;
  }

  .header .txt {
    font-size: 1.6rem;
    margin-left: 20px;
  }
}

/* ------------------------------------------
  mv
------------------------------------------ */
.mv {
  padding-bottom: 20px;
}

.mv .catch {
  background-color: #009ce0;
  color: #fff;
  font-size: 1.7rem;
  font-weight: 700;
  padding: 3px 0;
  position: relative;
  text-align: center;
}

.mv .catch::before {
  border-color: transparent transparent transparent #44adde;
  border-style: solid;
  border-width: 36px 0 0 36px;
  content: '';
  display: block;
  height: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 0;
}

.mv .catch::after {
  border-color: transparent transparent #44adde transparent;
  border-style: solid;
  border-width: 0 0 36px 36px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
}

.mv .visual {
  background-image: url(../images/20200921/mv.jpg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 58.4vw;
  padding-top: 12vw;
}

.mv .visual .name {
  color: #009ce0;
  line-height: 1;
}

.mv .visual .name .line {
  display: table;
  padding: 6px 8px;
}

.mv .visual .name .small {
  background-color: #fff;
  font-size: 1.8rem;
  font-weight: 900;
}

.mv .visual .name .large {
  font-size: 4.1rem;
  margin-top: 5px;
  position: relative;
  text-indent: -.5em;
}

.mv .visual .name .large::after {
  background-color: #fff;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: calc(100% - .5em);
}
/* 2023.07.13 文言変更 */
.mv .visual .name .large {
  font-size: 2.8rem;
  text-indent: 0;
}

.mv .visual .name .large::after {
  width: 100%;
}

.mv .visual .name .large .txt {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.mv .visual .name .sign {
  font-weight: 300;
}

.mv .visual .name .light {
  color: #52c1f1;
  font-weight: 700;
}

.mv .visual .desc {
  color: #666;
  font-size: 1.6rem;
  font-weight: 700;
  margin-top: 14px;
  text-shadow: 0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff,0 0 5px #fff;
}

.mv .result {
  margin-top: 15px;
}

.mv .result_list {
  display: flex;
  justify-content: space-between;
}

.mv .result .item {
  width: calc(33.33% - 10px);
}

.mv .result .icon {
  background-color: #f2f2f2;
  border-radius: 5px;
  min-height: 65px;
  padding-top: 40px;
  position: relative;
  text-align: center;
}

.mv .result .icon::before {
  background-color: #f2f2f2;
  background-image: url(../images/20200921/icon_mv01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px auto;
  border-radius: 50%;
  content: '';
  display: block;
  height: 60px;
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 60px;
}

.mv .result .item:nth-child(2) .icon::before {
  background-image: url(../images/20200921/icon_mv02.png);
}

.mv .result .item:nth-child(3) .icon::before {
  background-image: url(../images/20200921/icon_mv03.png);
}

.mv .result .icon::after {
  border-color: #f2f2f2 transparent transparent transparent;
  border-style: solid;
  border-width: 9px 6px 0 6px;
  bottom: -9px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}

.mv .result .icon .txt {
  line-height: 1;
  position: relative;
  z-index: 1;
}

.mv .result .num {
  color: #009ce0;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

.mv .result .num .large {
  color: #009ce0;
  font-size: 2rem;
  font-weight: 900;
  position: relative;
  text-shadow: #fff 2px 0,#fff -2px 0,
  #fff 0 -2px, #fff 0 2px,
  #fff 2px 2px , #fff -2px 2px,
  #fff 2px -2px, #fff -2px -2px,
  #fff 1px 2px,  #fff -1px 2px,
  #fff 1px -2px, #fff -1px -2px,
  #fff 2px 1px,  #fff -2px 1px,
  #fff 2px -1px, #fff -2px -1px;
}

.mv .result .num .large::after {
  background-color: #daeff8;
  bottom: 0;
  content: '';
  height: 10px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.mv .result .num .small {
  font-size: 1rem;
  font-weight: 700;
}

.mv .result .num .remark {
  font-size: 1rem;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .mv {
    padding-bottom: 80px;
  }

  .mv .catch {
    font-size: 3.4rem;
    padding: 6px 0;
  }

  .mv .catch::before {
    border-width: 73px 0 0 73px;
  }

  .mv .catch::after {
    border-width: 0 0 73px 73px;
  }

  .mv .visual {
    align-items: center;
    background-image: url(../images/20200921/mv_pc.jpg);
    display: flex;
    min-height: 40vw;
    padding: 0;
  }

  .mv .visual .name .line {
    padding: 12px 16px;
  }

  .mv .visual .name .small {
    font-size: 3.6rem;
  }

  .mv .visual .name .large {
    font-size: 8.2rem;
    margin-top: 10px;
  }

  /* 2023.07.13 文言変更 */
  .mv .visual .name .large {
    font-size: 7.2rem;
  }

  .mv .visual .desc {
    font-size: 3.2rem;
    margin-top: 28px;
  }

  .mv .result {
    margin-top: 30px;
  }

  .mv .result .item {
    width: calc(33.33% - 20px);
  }

  .mv .result .icon {
    border-radius: 10px;
    min-height: 180px;
    padding-top: 125px;
  }

  .mv .result .icon::before {
    background-color: #fff;
    background-size: 100px auto;
    border: #f2f2f2 8px solid;
    height: 120px;
    top: -30px;
    width: 120px;
  }

  .mv .result .icon .txt {
    font-size: 2.8rem;
  }

  .mv .result .icon::after {
    border-width: 18px 12px 0 12px;
    bottom: -18px;
  }

  .mv .result .num {
    margin-top: 40px;
  }

  .mv .result .num .large {
    font-size: 6rem;
  }

  .mv .result .num .large::after {
    height: 20px;
  }

  .mv .result .num .small {
    font-size: 3.2rem;
  }

  .mv .result .num .remark {
    font-size: 2.8rem;
    font-weight: 700;
  }
}

/* ------------------------------------------
  recent
------------------------------------------ */
.recent {
  background-color: #fa5f64;
  color: #fff;
  padding: 20px 0;
}

.recent .headline {
  font-size: 1.6rem;
  font-weight: 700;
}

.recent .headline span {
  display: table;
  line-height: 1;
  margin: 0 auto;
  padding-bottom: 3px;
  position: relative;
}

.recent .headline span::after {
  background-color: #fff;
  bottom: 0;
  content: '';
  display: block;
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.recent .headline span + span {
  margin-top: 10px;
}

.recent .schedule {
  margin: 15px auto 0;
}

.recent .schedule th {
  border-right: #fff 1px solid;
  width: 50px;
}

.recent .schedule td {
  font-size: 1.3rem;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  .recent {
    padding: 40px 0;
  }

  .recent .headline {
    font-size: 2.4rem;
    text-align: center;
  }

  .recent .headline span {
    display: inline;
    padding: 0;
  }

  .recent .headline span::after {
    content: none;
  }

  .recent .headline span + span {
    margin-top: 20px;
  }

  .recent .schedule {
    text-align: center;
  }

  .recent .schedule th {
    border: #fff 1px solid;
    font-size: 1.6rem;
    padding: 0 10px;
    width: auto;
  }

  .recent .schedule td {
    font-size: 1.6rem;
    padding-left: 1em;
  }
}

/* ------------------------------------------
  corona
------------------------------------------ */
.corona {
  margin-top: 25px;
}

.corona .box {
  border: #009ce0 1px solid;
  border-radius: 10px;
  padding: 10px 15px;
}

.corona .headline {
  background-image: url(../images/20200921/icon_corona_headline.png);
  background-position: left 4px;
  background-repeat: no-repeat;
  background-size: 20px auto;
  border-bottom: #e6e6e6 1px solid;
  color: #009ce0;
  font-size: 1.5rem;
  font-weight: 700;
  padding-bottom: 4px;
  padding-left: 30px;
}

.corona .desc {
  color: #666;
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .corona .box {
    align-items: center;
    display: flex;
  }

  .corona .headline {
    border: none;
    border-right: #e6e6e6 1px solid;
    padding-right: 20px;
  }

  .corona .desc {
    margin: 0 0 0 20px;
  }
}

/* ------------------------------------------
  entry
------------------------------------------ */
.entry {
  margin-top: 25px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .entry {
    padding-bottom: 80px;
  }
}

/* ------------------------------------------
  trouble
------------------------------------------ */
.trouble {
  background-color: #f7f7f7;
  padding-bottom: 40px;
}

.trouble .headline {
  align-items: center;
  background-image: url(../images/20200921/bg_trouble_headline.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 34vw;
  line-height: 1.5;
  padding: 0 15px 12px 30.666666666666667vw;
}

.trouble .question {
  margin-top: 20px;
}

.trouble .question .box {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 10px 5px rgba(0,0,0,.07);
  padding: 15px;
}

.trouble .question .box + .box {
  margin-top: 15px;
}

.trouble .question .q_title {
  background-image: url(../images/20200921/icon_question.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 35px auto;
  border-bottom: #009ce0 1px dashed;
  color: #009ce0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding: 0 0 10px 45px;
}

.trouble .question .q_answer {
  color: #666;
  margin-top: 10px;
}

.trouble .question .txt01 {
  color: #666;
  font-size: 1.6rem;
  margin-top: 20px;
  text-align: center;
}

.trouble .question .txt01 span {
  background-image: url(../images/20200921/bg_txt01_line.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #f29600;
  font-weight: 700;
  padding-bottom: 4px;
}

.trouble .question .txt02 {
  color: #fa5f64;
  font-size: 1.9rem;
  margin-top: 25px;
  text-align: center;
}

.trouble .question .txt02 .bar {
  position: relative;
}

.trouble .question .txt02 .bar::before {
  background-color: #f7e8e8;
  bottom: -7px;
  content: '';
  height: 17px;
  left: 0;
  position: absolute;
  width: 100%;
}

.trouble .question .txt02 .txt {
  font-weight: 700;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .trouble {
    padding-bottom: 80px;
    position: relative;
  }

  .trouble::before {
    background-color: #009ce0;
    content: '';
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .trouble::after {
    background-color: #009ce0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 205px;
    width: 100%;
  }

  .trouble .headline {
    background-position: left top;
    background-size: auto 255px;
    font-size: 3rem;
    height: 200px;
    margin: 0 auto;
    padding: 0 0 0 230px;
    position: relative;
    width: 1000px;
    z-index: 1;;
  }

  .trouble .question {
    margin-top: 50px;
  }

  .trouble .question .box_wrap {
    display: flex;
    justify-content: space-between;
  }

  .trouble .question .box {
    width: 306px;
  }

  .trouble .question .box + .box {
    margin: 0;
  }

  .trouble .question .q_title {
    background-position: left top;
  }

  .trouble .question .txt01 {
    font-size: 2rem;
    margin-top: 40px;
  }

  .trouble .question .txt02 {
    font-size: 2.8rem;
    margin-top: 10px;
  }

  .trouble .question .txt02 .bar::before {
    bottom: -9px;
    height: 25px;
  }
}

/* ------------------------------------------
  backup
------------------------------------------ */
.backup {
  background-color: #edf8fd;
  padding-bottom: 40px;
}

.backup .headline {
  align-items: center;
  background-image: url(../images/20200921/bg_backup_headline.png);
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  display: flex;
  font-size: 2rem;
  font-weight: 700;
  height: 34vw;
  line-height: 1.5;
  padding: 0 30.666666666666667vw 12px 15px;
}

.backup .headline span {
  display: block;
}

.backup .headline .small {
  font-size: 1.6rem;
}

.backup .headline .large {
  font-weight: 700;
}

.backup .pr_list {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.backup .pr_list li {
  color: #009ce0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  width: calc(33.33% - 10px);
}

.backup .pr_list li::before {
  background-color: #fff;
  background-image: url(../images/20200921/icon_backup01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 33px auto;
  border-radius: 50%;
  box-shadow: 0 0 5px 3px rgba(0,156,224,.1);
  content: '';
  display: block;
  height: 72px;
  margin: 0 auto;
  margin-bottom: 15px;
  width: 72px;
}

.backup .pr_list li:nth-child(2)::before {
  background-image: url(../images/20200921/icon_backup02.png);
  background-size: 45px auto;
}

.backup .pr_list li:nth-child(3)::before {
  background-image: url(../images/20200921/icon_backup03.png);
  background-size: 49px auto;
}

@media screen and (min-width: 768px) {
  .backup {
    padding-bottom: 80px;
    position: relative;
  }

  .backup::before {
    background-color: #009ce0;
    content: '';
    display: block;
    height: 200px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }

  .backup::after {
    background-color: #009ce0;
    content: '';
    display: block;
    height: 5px;
    left: 0;
    position: absolute;
    top: 205px;
    width: 100%;
  }

  .backup .headline {
    background-position: right top;
    background-size: auto 255px;
    font-size: 3rem;
    height: 200px;
    margin: 0 auto;
    padding: 0 230px 0 0;
    position: relative;
    width: 1000px;
    z-index: 1;;
  }

  .backup .headline .small {
    font-size: 3.2rem;
  }

  .backup .pr_list {
    margin-top: 70px;
  }

  .backup .pr_list li {
    text-align: center;
    width: 306px;
  }

  .backup .pr_list li::before {
    background-size: 66px auto;
    box-shadow: 0 0 10px 6px rgba(0,156,224,.1);
    height: 144px;
    width: 144px;;
  }

  .backup .pr_list li:nth-child(2)::before {
    background-size: 90px auto;
  }

  .backup .pr_list li:nth-child(3)::before {
    background-size: 98px auto;
  }
}

/* ------------------------------------------
  support
------------------------------------------ */
.support {
  padding: 40px 0;
}

.support .headline {
  color: #666;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}

.support .headline span {
  display: block;
}

.support .headline .small {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1;
}

.support .headline .large {
  font-weight: 700;
  line-height: 1;
  margin-top: 15px;
}

.support .flow_list {
  margin-top: 40px;
}

.support .flow_list .step {
  border: #009ce0 3px solid;
  border-radius: 10px;
  position: relative;
}

.support .flow_list .step + .step {
  margin-top: 40px;
}

.support .flow_list .step::before {
  border-color: #ccc transparent transparent transparent;
  border-style: solid;
  border-width: 22px 27px 0 27px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: -33px;
  transform: translateX(-50%);
  width: 0;
}

.support .flow_list .step:first-child::before {
  content: none;
}

.support .flow_list .step_tit {
  background-color: #e5f5fc;
  border-radius: 10px 10px 0 0;
  color: #009ce0;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 55px;
  text-align: center;
}

.support .flow_list .step_content {
  color: #666;
  padding: 25px 15px;
}

.support .flow_list .step_subtit {
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}

.support .flow_list .step_inner {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
}

.support .flow_list .step_img {
  width: 90px;
}

.support .flow_list .step_list {
  color: #444;
  font-size: 1.3rem;
  line-height: 1.5;
  width: calc(100% - 110px);
}

.support .flow_list .step_list li {
  padding-left: 1em;
  position: relative;
}

.support .flow_list .step_list li + li {
  margin-top: 10px;
}

.support .flow_list .step_list li::before {
  background-color: #009ce0;
  border-radius: 50%;
  content: '';
  display: block;
  height: 5px;
  left: 0;
  position: absolute;
  top: 7px;
  width: 5px;
}

.support .flow_list .step_end {
  margin-top: 40px;
}

.support .flow_list .step_end_tit {
  background-color: #fa5f64;
  color: #fff;
  display: table;
  font-size: 2rem;
  font-weight: 700;
  line-height: 52px;
  margin: 0 auto;
  min-width: 208px;
  position: relative;
  text-align: center;
}

.support .flow_list .step_end_tit::before {
  background-image: url(../images/20200921/icon_step_end01.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 52px;
  left: -14px;
  position: absolute;
  top: 0;
  width: 24px;
}

.support .flow_list .step_end_tit::after {
  background-image: url(../images/20200921/icon_step_end02.png);
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 52px;
  position: absolute;
  right: -14px;
  top: 0;
  width: 24px;
}

.support .flow_list .step_end_txt {
  color: #fa5f64;
  display: table;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  margin: 10px auto 0;
  padding-bottom: 10px;
  position: relative;
  text-align: center;
}

.support .flow_list .step_end_txt::after {
  background-color: #fa5f64;
  bottom: 0;
  content: '';
  display: block;
  height: 2px;
  position: absolute;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .support {
    padding: 80px 0;
  }

  .support .headline {
    font-size: 3.6rem;
  }

  .support .headline .small {
    font-size: 2.1rem;
  }

  .support .headline .large {
    margin-top: 20px;
  }

  .support .flow_list {
    margin-top: 80px;
  }

  .support .flow_list .step {
    display: flex;
    min-height: 240px;
  }

  .support .flow_list .step_tit {
    align-items: center;
    border-radius: 8px 0 0 8px;
    display: flex;
    font-size: 2.1rem;
    justify-content: center;
    width: 30%;
  }

  .support .flow_list .step_content {
    padding: 30px 30px 30px 240px;
    position: relative;
    width: 70%;
  }

  .support .flow_list .step_subtit {
    text-align: left;
  }

  .support .flow_list .step_img {
    left: 30px;
    position: absolute;
    top: 30px;
    width: 180px;
  }

  .support .flow_list .step_list {
    font-size: 1.4rem;
    width: auto;
  }

  .support .flow_list .step_list li::before {
    top: 8px;
  }

  .support .flow_list .step_end {
    align-items: center;
    border: #fa5f64 3px solid;
    border-radius: 10px;
    display: flex;
    margin-top: 40px;
    position: relative;
  }

  .support .flow_list .step_end::before {
    border-color: #ccc transparent transparent transparent;
    border-style: solid;
    border-width: 22px 27px 0 27px;
    content: '';
    height: 0;
    left: 50%;
    position: absolute;
    top: -33px;
    transform: translateX(-50%);
    width: 0;
  }

  .support .flow_list .step_end_tit {
    background-color: #f7e8e8;
    border-radius: 8px 0 0 8px;
    color: #fa5f64;
    font-size: 2.1rem;
    line-height: 104px;
    margin: 0;
    min-width: inherit;
    width: 30%;
  }

  .support .flow_list .step_end_tit::before {
    content: none;
  }

  .support .flow_list .step_end_tit::after {
    content: none;
  }

  .support .flow_list .step_end_txt {
    font-size: 2.1rem;
    margin: 0;
    padding: 0 0 0 30px;
    text-align: left;
  }

  .support .flow_list .step_end_txt::after {
    content: none;
  }
}

/* ------------------------------------------
  voice
------------------------------------------ */
.voice {
  background-color: #009ce0;
  color: #fff;
  padding: 40px 0 0;
}

.voice .headline {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.voice .headline + .txt {
  font-size: 1.6rem;
  line-height: 1;
  margin-top: 20px;
  text-align: center;
}

.voice .voice_list {
  margin-top: 40px;
}

.voice .voice_list li + li {
  margin-top: 45px;
}

.voice .voice_list .img {
  margin: 0 auto;
  width: 100px;
}

.voice .voice_list .tit {
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.5;
  margin-top: 20px;
  text-align: center;
}

.voice .voice_list .name {
  font-size: 1.3rem;
  margin-top: 20px;
  text-align: center;
}

.voice .voice_list .comment {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 0 3px 5px rgba(0,50,124,.01);
  color: #666;
  margin-top: 30px;
  padding: 20px;
  position: relative;
}

.voice .voice_list .comment::before {
  border-color: transparent transparent #fff transparent;
  border-style: solid;
  border-width: 0 10px 15px 10px;
  content: '';
  display: block;
  height: 0;
  left: 50%;
  position: absolute;
  top: -15px;
  transform: translateX(-50%);
  width: 0;
}

.voice .voice_cv {
  background-color: #fff;
  background-image: url(../images/20200921/bg_voice_cv01.png);
  background-size: 9px auto;
  margin-top: 40px;
  padding: 15px 0 40px;
}

.voice .voice_cv_catch {
  align-items: center;
  background-image: url(../images/20200921/bg_voice_cv02.png);
  background-repeat: no-repeat;
  background-size: 101px auto;
  display: flex;
  min-height: 129px;
  padding-left: 32vw;
}

.voice .voice_cv_catch > span {
  margin-top: -10px;
}

.voice .voice_cv_catch span {
  display: block;
}

.voice .voice_cv_catch .txt01 {
  color: #666;
  font-size: 1.5rem;
  font-weight: 700;
}

.voice .voice_cv_catch .txt02 {
  color: #009ce0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  .voice {
    padding-top: 80px;
  }

  .voice .headline {
    font-size: 3.6rem;
  }

  .voice .headline + .txt {
    font-size: 2.1rem;
    margin-top: 30px;
  }

  .voice .voice_list {
    display: flex;
    justify-content: space-between;
    margin-top: 80px;
  }

  .voice .voice_list li {
    width: 480px;
  }

  .voice .voice_list li + li {
    margin: 0;
  }

  .voice .voice_list .img {
    width: 150px;
  }

  .voice .voice_cv {
    background-size: 18px auto;
    margin-top: 80px;
    padding: 30px 0 80px;
  }

  .voice .voice_cv_catch {
    background-size: 202px auto;
    min-height: 258px;
    padding-left: 230px;
  }

  .voice .voice_cv_catch > span {
    margin-top: -20px;
  }

  .voice .voice_cv_catch .txt01 {
    font-size: 3rem;
  }

  .voice .voice_cv_catch .txt02 {
    font-size: 4rem;
  }
}

/* ------------------------------------------
  prepare
------------------------------------------ */
.prepare .container {
  background-image: url(../images/20200921/bg_dot01.png);
  background-repeat: repeat-x;
  background-size: 6px auto;
  margin-top: 40px;
  padding: 40px 0;
}

.prepare .tit {
  color: #666;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.prepare .prepare_list {
  margin-top: 40px;
}

.prepare .prepare_list dl + dl {
  margin-top: 30px;
}

.prepare .prepare_list dt {
  border-left: #009ce0 3px solid;
  color: #666;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1;
  padding-left: 13px;
}

.prepare .prepare_list dd {
  color: #666;
  margin-top: 10px;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .prepare .container {
    background-size: 12px auto;
    margin-top: 80px;
    padding: 80px 0;
  }

  .prepare .prepare_list {
    margin-top: 80px;
  }

  .prepare .prepare_list dl {
    display: table;
    margin: 0 auto;
    width: 80%;
  }

  .prepare .prepare_list dl + dl {
    margin-top: 60px;
  }

  .prepare .prepare_list dt {
    border: none;
    display: table-cell;
    position: relative;
    width: 20%;
  }

  .prepare .prepare_list dt::before {
    background-color: #009ce0;
    content: '';
    display: block;
    height: 25px;
    left: 0;
    position: absolute;
    top: 0;
    width: 3px;
  }

  .prepare .prepare_list dd {
    display: table-cell;
    margin: 0;
    padding: 0;
    width: 80%;
  }
}

/* ------------------------------------------
  faq
------------------------------------------ */
.faq .container {
  background-image: url(../images/20200921/bg_dot01.png);
  background-repeat: repeat-x;
  background-size: 6px auto;
  padding: 40px 0;
}

.faq .tit {
  color: #666;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}

.faq .faq_list {
  margin-top: 40px;
}

.faq .faq_list dl + dl {
  margin-top: 30px;
}

.faq .faq_list dt {
  color: #666;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.5;
  padding-left: 48px;
  position: relative;
}

.faq .faq_list dt::before {
  background-color: #009ce0;
  border-radius: 50%;
  color: #fff;
  content: 'Q';
  display: block;
  font-size: 2.1rem;
  font-weight: 500;
  height: 38px;
  left: 0;
  line-height: 38px;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 38px;
}

.faq .faq_list dd {
  background-color: #edf8fd;
  color: #666;
  margin-top: 30px;
  padding: 30px 15px;
  position: relative;
}

.faq .faq_list dd::before {
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 15px 11px 0 11px;
  content: '';
  height: 0;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 0;
}

@media screen and (min-width: 768px) {
  .faq .container {
    background-size: 12px auto;
    padding: 80px 0;
  }

  .faq .faq_list {
    margin: 80px auto 0;
    width: 80%;
  }

  .faq .faq_list dd::before {
    left: 48px;
    transform: none;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */
.footer {
  background-color: #666;
}

.footer .footer_list li {
  border-bottom: #fff 1px solid;
}

.footer .footer_list a {
  background-image: url(../images/20200921/icon_f_arrow.png);
  background-position: 20px center;
  background-repeat: no-repeat;
  background-size: 9px auto;
  color: #fff;
  display: block;
  line-height: 1;
  padding: 25px 20px 25px 50px;
}

.footer .copyright {
  color: #fff;
  font-size: 1rem;
  line-height: 1;
  padding: 20px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .footer .footer_list {
    border-bottom: #fff 1px solid;
    display: flex;
    justify-content: center;
    padding: 20px 0;
  }

  .footer .footer_list li {
    border: none;
  }

  .footer .footer_list li + li {
    margin-left: 20px;
  }

  .footer .footer_list a {
    background-position: left center;
    display: inline;
    padding: 0 0 0 19px;
  }

  .footer .copyright {
    font-size: 1.2rem;
  }
}

/* ------------------------------------------
  cv
------------------------------------------ */
.cv_catch {
  color: #f29600;
  display: table;
  font-size: 1.6rem;
  font-weight: 700;
  margin: 40px auto 16px;
  padding: 0 33px;
  position: relative;
}

.cv_catch::before {
  background-image: url(../images/20200921/icon_cv_catch01.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: table-cell;
  display: block;
  height: 24px;
  left: 0;
  position: absolute;
  width: 21px;
}

.cv_catch::after {
  background-image: url(../images/20200921/icon_cv_catch02.png);
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  content: '';
  display: table-cell;
  display: block;
  height: 24px;
  position: absolute;
  right: 0;
  width: 21px;
}

.mv .cv_btn {
  margin-top: 20px;
}

.voice .cv_btn {
  margin-top: -5px;
}

.faq .cv_btn {
  margin-top: 40px;
}

.cv_btn a {
  background-color: #f29600;
  border-radius: 5px;
  box-shadow: 0 6px 0 #cc7e00;
  display: block;
  line-height: 1;
  margin: 0 auto;
  max-width: 285px;
  padding: 18px 0;
  position: relative;
}

.cv_btn a .icon {
  align-items: center;
  background-color: #fff;
  border: #f29600 3px solid;
  border-radius: 50%;
  color: #f29600;
  display: flex;
  height: 67px;
  justify-content: center;
  left: -25px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 67px;
}

.cv_btn a .icon::after {
  border-color: transparent transparent transparent #fff;
  border-style: solid;
  border-width: 5px 0 5px 9px;
  content: '';
  display: block;
  height: 0;
  position: absolute;
  right: -8px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.cv_btn a .icon .txt span {
  text-align: center;
}

.cv_btn a .icon .txt .free {
  display: block;
  font-size: 1.2rem;
  font-weight: 900;
}

.cv_btn a .icon .price {
  align-items: baseline;
  display: flex;
  justify-content: center;
}

.cv_btn a .icon .txt .mark {
  font-weight: 900;
}

.cv_btn a .icon .txt .num {
  font-size: 3.2rem;
  font-weight: 900;
}

.cv_btn a > .txt {
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: 700;
  text-align: center;
}

.cv_btn_remark {
  color: #666;
  font-size: 1rem;
  margin: 10px auto 0;
  max-width: 285px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .cv_catch {
    font-size: 2.4rem;
    margin: 60px auto 24px;
    padding: 0 50px;
  }

  .cv_catch::before {
    height: 36px;
    width: 32px;
  }

  .cv_catch::after {
    height: 36px;
    width: 32px;
  }

  .mv .cv_btn {
    margin-top: 80px;
  }

  .voice .cv_btn {
    margin-top: -10px;
  }

  .faq .cv_btn {
    margin-top: 80px;
  }

  .cv_btn a {
    border-radius: 10px;
    box-shadow: 0 9px 0 #cc7e00;
    max-width: 428px;
    padding: 27px 0;
  }

  .cv_btn a .icon {
    height: 100px;
    left: -38px;
    width: 100px;
  }

  .cv_btn a .icon::after {
    border-width: 8px 0 8px 14px;
    right: -13px;
  }

  .cv_btn a .icon .txt .free {
    font-size: 1.9em;
  }

  .cv_btn a .icon .txt .mark {
    font-size: 2.1rem;
  }

  .cv_btn a .icon .txt .num {
    font-size: 4.8rem;
  }

  .cv_btn a > .txt {
    font-size: 2.7rem;
  }

  .cv_btn_remark {
    font-size: 1.2rem;
    margin-top: 15px;
    max-width: 428px;
  }
}

/* ------------------------------------------
  form
------------------------------------------ */
.step_tit {
  background-color: #009ce0;
  border-radius: 10px 10px 0 0;
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 50px;
  text-align: center;
}

.form_content {
  border: #009ce0 2px solid;
  border-radius: 0 0 10px 10px;
  padding: 20px 15px 0;
}

@media screen and (min-width: 768px) {
  .step_tit {
    font-size: 2.1rem;
    line-height: 80px;
  }

  .form_content {
    padding: 40px 40px 0;
  }
}
