/*------------------------------------*/
* {
  box-sizing: border-box;
  vertical-align: bottom;
}

body {
  background: #fffefc;
  padding: 0;
  margin: 0;
}

p > a {
  color: #BF2E27;
  text-decoration: none;
}
p > a:hover {
  border-bottom: 1px solid #BF2E27;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
  padding: 0;
  margin: 0;
}

hr {
  background: none;
  border: none;
  border-bottom: 1px solid #e6ddc1;
  margin-top: 6rem;
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  hr {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

img {
  max-width: 100%;
}

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

.pc {
  display: block;
}

.mobile {
  display: none;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
}
.wf-roundedmplus1c {
  font-family: "M PLUS Rounded 1c";
}

header {
  text-align: center;
  padding-top: 3rem;
  padding-bottom: 1rem;
  background: #ffd942;
}
@media screen and (max-width: 959px) {
  header {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 480px) {
  header {
    padding-top: 4rem;
  }
}
header #header-logo {
  position: fixed;
  left: 0;
  top: 2rem;
  box-shadow: 2px 2px 5px -1px rgba(214, 207, 186, 0.5);
  transform: rotate(-6deg) translateX(-6px);
  transition: all 0.3s;
  z-index: 100;
}
header #header-logo:hover {
  transform: rotate(-6deg) translateX(-6px) scale(1.05);
}
@media screen and (max-width: 959px) {
  header #header-logo {
    top: 0;
    transform: rotate(0) translate(0);
    width: 100%;
    box-shadow: none;
  }
}
header #header-logo a {
  display: block;
  background: #BF2E27;
  padding: 1rem 2.5rem 0.5rem;
}
@media screen and (max-width: 959px) {
  header #header-logo a {
    padding: 0.8rem;
    width: 100%;
    text-align: left;
  }
}
header #header-logo a img {
  width: 130px;
  height: auto;
  transition: all 0.2s;
}
@media screen and (max-width: 959px) {
  header #header-logo a img {
    width: 25%;
    max-width: 130px;
  }
}
header #header-logo .toOfficialSite {
  color: white;
  padding: 0 0 0.8rem;
  text-decoration: none;
  font-weight: bold;
}
header #header-logo .toOfficialSite i {
  vertical-align: initial;
}
@media screen and (max-width: 480px) {
  header #header-logo .toOfficialSite {
    display: table-cell;
    position: absolute;
    height: inherit;
    top: 0;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 1rem 0.8rem 0.8rem;
    color: white;
    background: none;
    width: auto;
    font-family: "M PLUS Rounded 1c";
    text-decoration: none;
    font-weight: bold;
    vertical-align: middle;
  }
  header #header-logo .toOfficialSite i {
    padding-left: 0.2rem;
  }
}
header nav {
  display: inline-block;
  padding-left: 10%;
}
@media screen and (max-width: 959px) {
  header nav {
    padding-left: 0;
  }
}
header nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*
  background: white;
  box-shadow: 0 4px 13px 3px rgba(0, 0, 0, 0.15);
  border-radius: .3rem;
  overflow: hidden;
  */
}
header nav ul li {
  /*				border-right: 1px solid #ddd;
  				&:last-child{
  					border:none;
  				}*/
}
header nav ul li a {
  font-family: "M PLUS Rounded 1c";
  display: inline-block;
  padding: 0.5rem 0.8rem;
  transition: all 0.2s;
  color: #35291a;
  text-decoration: none;
}
@media screen and (max-width: 959px) {
  header nav ul li a {
    padding: 0.5rem;
    background: white;
    border-radius: 0.2rem;
    margin: 0.2rem;
    line-height: 1;
    box-shadow: 0 1px 2px 0px #e0b70e;
  }
}
@media screen and (max-width: 480px) {
  header nav ul li a {
    font-size: 3.6vw;
  }
}
header nav ul li a:hover {
  border: none;
  color: #BF2E27;
  box-shadow: inset 0 -4px 0 0 #BF2E27;
}
@media screen and (max-width: 959px) {
  header nav ul li a:hover {
    box-shadow: inset 0 -2px 0 0 #BF2E27;
  }
}

footer .inner {
  width: 1180px;
  max-width: 100%;
  margin: 0 auto 4rem;
  text-align: center;
  color: #35291a;
}
@media screen and (max-width: 480px) {
  footer .inner {
    padding: 0 10%;
    margin-bottom: 2rem;
  }
}
footer .inner p {
  font-size: 0.9rem;
  margin-bottom: 0.5rem;
}

.to-top {
  display: none;
  position: fixed;
  right: 15px;
  bottom: 15px;
  z-index: 999;
  height: 48px;
  width: 48px;
}
@media screen and (max-width: 480px) {
  .to-top {
    min-height: 48px;
    right: 10px;
    bottom: 35px;
  }
}
.to-top a {
  background: #BF2E27;
  height: 48px;
  width: 48px;
  line-height: 48px;
  color: white;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  display: block;
  min-height: 48px;
  text-decoration: none;
  transition: all 0.2s;
}
.to-top a:hover {
  text-decoration: none;
  background: #d22a21;
  transform: scale(1.1);
}

#wrap {
  width: 100%;
  max-width: 100%;
  padding-bottom: 0;
}
#wrap #bred-nav {
  width: 1180px;
  margin: 0 auto 2rem;
}
@media screen and (max-width: 480px) {
  #wrap #bred-nav {
    width: 100%;
    margin-bottom: 0;
    padding: 0 4%;
  }
}
#wrap #main {
  width: 100%;
  max-width: 100%;
  color: #35291a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-smoothing: antialiased;
  float: none;
}
#wrap #main * {
  box-sizing: border-box;
}
#wrap #main h2 {
  font-size: 2.8rem;
  font-weight: normal;
  font-family: "M PLUS Rounded 1c";
  letter-spacing: 0.2em;
  text-align: center;
  margin-top: 0;
  margin-bottom: 1.5em;
  color: #48412c;
  font-weight: bold;
  line-height: 2;
}
@media screen and (max-width: 480px) {
  #wrap #main h2 {
    max-width: 90%;
    margin: 0 auto 1.5em;
    font-size: 7vw;
    letter-spacing: 0.08em;
  }
}
#wrap #main h2 span {
  font-size: 0.8em;
}
#wrap #main h2 .underline {
  display: inline-block;
  font-size: inherit;
  background: linear-gradient(transparent 92%, #BF2E27 0);
  padding: 0 0.2em;
}
@media screen and (max-width: 480px) {
  #wrap #main h2 .underline {
    background: linear-gradient(transparent 92%, #BF2E27 0);
  }
}
#wrap #main h3 {
  font-size: 2rem;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
  color: #48412c;
  letter-spacing: 0.07em;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #wrap #main h3 {
    font-size: 1.2rem;
  }
}
#wrap #main h3 small.note {
  font-size: 0.85rem;
  font-weight: normal;
  letter-spacing: 0;
}
#wrap #main .lead-text {
  font-size: 1.4rem;
  font-weight: normal;
  letter-spacing: 0.1em;
  line-height: 1.8;
  margin: 0 auto 4rem;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap #main .lead-text {
    width: 100%;
    font-size: 1.1rem;
    word-break: break-all;
    text-align: left;
    letter-spacing: 0;
  }
  #wrap #main .lead-text br {
    display: none;
  }
}
#wrap section {
  margin: 7rem 6% 3rem;
  padding: 2rem 6%;
  position: relative;
  z-index: 10;
  background: #f9f4e4;
}
@media screen and (max-width: 480px) {
  #wrap section {
    margin: 2rem 0;
  }
}
#wrap section:first-child {
  margin-top: 3rem;
}
#wrap section:before, #wrap section:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  width: 6rem;
  height: 6rem;
}
@media screen and (max-width: 480px) {
  #wrap section:before, #wrap section:after {
    display: none;
  }
}
#wrap section:before {
  top: 1.5rem;
  left: -1.5rem;
  box-shadow: inset 8px 8px 0 0 #bf2e27;
}
#wrap section:after {
  bottom: 1.5rem;
  right: -1.5rem;
  box-shadow: inset -8px -8px 0 0 #bf2e27;
}
#wrap section .inner {
  position: relative;
  width: 1180px;
  max-width: 100%;
  margin: 0 auto;
  padding: 4rem 0;
}
@media screen and (max-width: 480px) {
  #wrap section .inner {
    width: 100%;
    padding: 2rem 0;
  }
  #wrap section .inner:first-child {
    padding-top: 0;
  }
  #wrap section .inner:last-child {
    padding-bottom: 0;
  }
}
#wrap section .inner .btn-wrap {
  text-align: center;
  margin-top: 80px;
}
@media screen and (max-width: 480px) {
  #wrap section .inner .btn-wrap {
    margin-top: 2rem;
  }
}
#wrap section .inner .btn-wrap a {
  background: rgb(17, 190, 174);
  display: inline-block;
  line-height: 1;
  padding: 1.5rem 4rem;
  font-size: 1.6rem;
  border-radius: 0.4rem;
  color: white;
  text-decoration: none;
  letter-spacing: 0.15em;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
  transition: all 0.15s;
}
#wrap section .inner .btn-wrap a:hover {
  background: #0fa799;
  transform: scale(1.05);
}
#wrap section .inner .btn-regist_base {
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 480px) {
  #wrap section .inner .btn-regist_base {
    margin-top: 2rem;
  }
}
#wrap section .inner .btn-regist_base a {
  background: white;
  display: inline-block;
  line-height: 1;
  padding: 1rem;
  border-radius: 0.4rem;
  color: #0fa698;
  text-decoration: none;
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2) inset;
  transition: all 0.15s;
}
#wrap section .inner .btn-regist_base a:hover {
  transform: scale(1.05);
}
#wrap section ul, #wrap section ol {
  font-size: 100%;
}
#wrap .catch-sec {
  padding: 0;
  margin: 0 !important;
  background: #ffd942;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec {
    margin: 0 !important;
    padding: 0 0 2rem;
    overflow: hidden;
  }
}
#wrap .catch-sec:before, #wrap .catch-sec:after {
  display: none;
}
#wrap .catch-sec .inner {
  width: 1100px;
  max-width: 85%;
  position: static;
  padding: 5% 0;
  font-family: "M PLUS Rounded 1c";
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec .inner {
    max-width: 90%;
    padding: 2rem 0;
  }
}
#wrap .catch-sec .china-girl {
  position: absolute;
  width: 28%;
  bottom: 0;
  right: 10%;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec .china-girl {
    right: -5%;
    width: 43vw;
  }
}
#wrap .catch-sec h1 {
  font-size: 5vw;
  line-height: 1.2;
  letter-spacing: -0.02em;
  margin: 3vw 0;
  font-weight: 800;
  color: #BF2E27;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 {
    font-size: 9vw;
    text-align: center;
    margin-bottom: 2rem;
  }
}
#wrap .catch-sec h1 span {
  background: none;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 span {
    display: block;
  }
}
#wrap .catch-sec h1 + div p {
  font-size: 1.6vw;
  letter-spacing: 0.1rem;
}
@media screen and (max-width: 480px) {
  #wrap .catch-sec h1 + div p {
    font-size: 3.6vw;
    letter-spacing: 0;
    padding-right: 40%;
  }
  #wrap .catch-sec h1 + div p:last-child {
    margin-bottom: 0;
  }
  #wrap .catch-sec h1 + div p br {
    display: none;
  }
}
#wrap .catch-sec .lead-text {
  text-align: left !important;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec {
    margin-top: 0;
  }
}
#wrap .feature-sec h3 {
  text-align: center;
  font-size: 2rem !important;
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec h3 {
    font-size: 1.6rem !important;
    margin: 2rem 0 1rem;
  }
}
#wrap .feature-sec h3:first-child {
  margin-top: 0;
}
#wrap .feature-sec ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap .feature-sec ul li {
  position: relative;
  width: 31.3333333333%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  margin: 1% 1% 3%;
  padding: 3%;
}
@media screen and (max-width: 959px) {
  #wrap .feature-sec ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec ul li {
    margin: 0 0 5% !important;
    width: 100%;
    padding: 5%;
  }
  #wrap .feature-sec ul li p:last-child {
    margin-bottom: 0;
  }
}
#wrap .feature-sec ul li:before {
  position: absolute;
  display: block;
  top: -0.5rem;
  left: 3rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  color: #48412c;
  font-family: "M PLUS Rounded 1c";
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  border-radius: 50%;
  background: #FFDB46;
  transform: translateX(-50%);
}
#wrap .feature-sec ul li:nth-child(1):before {
  content: "1";
}
#wrap .feature-sec ul li:nth-child(2):before {
  content: "2";
}
#wrap .feature-sec ul li:nth-child(3):before {
  content: "3";
}
#wrap .feature-sec ul li:nth-child(4):before {
  content: "4";
}
#wrap .feature-sec ul li:nth-child(5):before {
  content: "5";
}
#wrap .feature-sec ul li:nth-child(6):before {
  content: "6";
}
#wrap .feature-sec ul li h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.4rem !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
}
#wrap .feature-sec ul li img {
  max-width: 100%;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec ul li img {
    display: block;
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
}
#wrap .feature-sec ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec ul li p {
    margin-bottom: 1em;
  }
}
#wrap .feature-sec ul li p strong {
  color: #bf2e27;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ffdb46;
}
#wrap .feature-sec p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .feature-sec .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #wrap .feature-sec .description .pc {
    display: none;
  }
}
#wrap .fit-sec h3 {
  text-align: center;
  font-size: 2rem !important;
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 480px) {
  #wrap .fit-sec h3 {
    font-size: 1.6rem !important;
    margin: 2rem 0 1rem;
  }
}
#wrap .fit-sec h3:first-child {
  margin-top: 0;
}
#wrap .fit-sec ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap .fit-sec ul li {
  width: 31.3333333333%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  margin: 1%;
}
@media screen and (max-width: 959px) {
  #wrap .fit-sec ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #wrap .fit-sec ul li {
    margin: 0 0 5% !important;
    width: 100%;
  }
  #wrap .fit-sec ul li p:last-child {
    margin-bottom: 0;
  }
}
#wrap .fit-sec ul li h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.4rem !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  padding: 1.5rem 0;
  border-bottom: 6px solid #35291a;
  background: #ffdb46;
}
#wrap .fit-sec ul li h4 + div {
  padding: 0 10% 10%;
}
@media screen and (max-width: 480px) {
  #wrap .fit-sec ul li h4 + div {
    padding: 0 8% 8%;
  }
}
#wrap .fit-sec ul li img {
  max-width: 100%;
}
#wrap .fit-sec ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #wrap .fit-sec ul li p {
    margin-bottom: 1em;
  }
}
#wrap .fit-sec ul li p strong {
  color: #bf2e27;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ffdb46;
}
#wrap .fit-sec p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .fit-sec .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #wrap .fit-sec .description .pc {
    display: none;
  }
}
#wrap .plan-sec {
  background: #f9f4e4;
}
#wrap .plan-sec .plan-table {
  overflow: hidden;
  border-radius: 1em;
  box-shadow: 0 2px 2px 0px #e6e2d2;
}
@media screen and (max-width: 480px) {
  #wrap .plan-sec .plan-table {
    margin-bottom: 2rem;
  }
  #wrap .plan-sec .plan-table:last-child {
    margin-bottom: 0;
  }
}
#wrap .plan-sec .plan-table h4 {
  background: #ffdb46;
  font-size: 5.5vw;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.1em;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 6px solid #35291a;
  padding: 1rem;
  margin-top: 0;
  margin-bottom: 0;
  border-radius: 0.5rem 0.5rem 0 0;
}
#wrap .plan-sec .plan-table table {
  table-layout: fixed;
  border-collapse: collapse;
  background: white;
}
#wrap .plan-sec .plan-table table thead th {
  background: #ffdb46;
  width: 20%;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.2em;
  border-right: 1px solid rgba(0, 0, 0, 0.12);
  border-bottom: 6px solid #35291a;
  line-height: 1.3;
}
#wrap .plan-sec .plan-table table thead th:nth-child(1) {
  width: 10%;
}
#wrap .plan-sec .plan-table table tbody th {
  white-space: nowrap;
  color: #867e67;
  font-size: 0.85em;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #wrap .plan-sec .plan-table table tbody th {
    font-weight: bold;
    letter-spacing: 0;
    opacity: 0.8;
  }
}
@media screen and (max-width: 480px) {
  #wrap .plan-sec .plan-table table tbody td {
    font-weight: normal;
  }
}
#wrap .plan-sec .plan-table table tbody tr:nth-child(2) td {
  text-align: left !important;
  vertical-align: top;
  font-weight: normal;
}
#wrap .plan-sec .plan-table table tbody tr:nth-child(3) td,
#wrap .plan-sec .plan-table table tbody tr:nth-child(4) td,
#wrap .plan-sec .plan-table table tbody tr:nth-child(5) td {
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 0.2em;
}
@media screen and (max-width: 480px) {
  #wrap .plan-sec .plan-table table tbody tr:nth-child(3) td,
#wrap .plan-sec .plan-table table tbody tr:nth-child(4) td,
#wrap .plan-sec .plan-table table tbody tr:nth-child(5) td {
    font-size: 1rem;
  }
}
#wrap .plan-sec .plan-table table th, #wrap .plan-sec .plan-table table td {
  vertical-align: middle;
  padding: 1em;
  text-align: center;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: bold;
}
@media screen and (max-width: 480px) {
  #wrap .plan-sec .plan-table table th, #wrap .plan-sec .plan-table table td {
    font-size: 0.95rem;
    padding: 0.5rem 1rem;
  }
}
#wrap .plan-sec .plan-table table th small, #wrap .plan-sec .plan-table table td small {
  letter-spacing: 0;
  font-weight: normal;
  font-size: 0.85rem;
}
#wrap .plan-sec .plan-table table tr:nth-child(2n) th, #wrap .plan-sec .plan-table table tr:nth-child(2n) td {
  background: #fbfaf4;
}
#wrap .plan-sec .automation {
  margin-top: 3rem;
  padding: 2rem;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  display: flex;
}
@media screen and (max-width: 959px) {
  #wrap .plan-sec .automation {
    display: block;
  }
}
#wrap .plan-sec .automation > figure {
  width: 40%;
  margin: 1rem;
}
@media screen and (max-width: 959px) {
  #wrap .plan-sec .automation > figure {
    width: 100%;
    margin: 0;
  }
}
#wrap .plan-sec .automation > div {
  width: 60%;
  padding-left: 1rem;
}
@media screen and (max-width: 959px) {
  #wrap .plan-sec .automation > div {
    width: 100%;
    padding-left: 0;
  }
}
#wrap .plan-sec .automation > div h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.6rem !important;
  margin-top: 0;
  margin-bottom: 1rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 959px) {
  #wrap .plan-sec .automation > div h4 {
    font-size: 1.2rem !important;
  }
  #wrap .plan-sec .automation > div h4 br {
    display: none;
  }
}
#wrap .plan-sec .automation > div h5 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.2rem !important;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ffdb46;
}
@media screen and (max-width: 959px) {
  #wrap .plan-sec .automation > div h5 {
    font-size: 1rem !important;
  }
}
#wrap .plan-sec .automation > div .note {
  font-size: 0.8rem;
  opacity: 0.6;
}
#wrap .plan-sec .automation > div p:last-child {
  margin-bottom: 0;
}
#wrap .flow-sec ol {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec ol {
    padding-left: 0;
  }
}
#wrap .flow-sec ol li {
  position: relative;
  width: 80%;
  background: #fbfaf4;
  border-radius: 6px;
  box-shadow: 0 2px 2px 0px #e6e2d2, inset 0 0 0 6px white;
  margin: 1% 1.5% 3%;
  padding: calc(1rem + 6px);
  text-align: center;
  letter-spacing: 1px;
  font-size: 1rem;
  z-index: 1;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec ol li {
    float: right;
    width: 95%;
    margin-left: 5%;
    margin-right: 0;
    margin-bottom: 30px;
    font-size: 0.95rem;
    padding-left: 25px;
    letter-spacing: 0;
    text-align: left;
  }
  #wrap .flow-sec ol li br {
    display: none;
  }
}
#wrap .flow-sec ol li:before {
  position: absolute;
  top: -15px;
  left: -20px;
  height: 80px;
  width: 80px;
  line-height: 80px;
  background: #ffd216;
  font-weight: bold;
  font-size: 1.3rem;
  border-radius: 50%;
  z-index: 10;
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec ol li:before {
    top: calc(50% - 25px);
    left: -35px;
    height: 50px;
    width: 50px;
    line-height: 50px;
    font-size: 0.8rem;
    letter-spacing: 0;
  }
}
#wrap .flow-sec ol li:after {
  position: absolute;
  content: "";
  bottom: -20px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 20px 0 20px;
  border-color: #35291a transparent transparent transparent;
  z-index: 0;
}
#wrap .flow-sec ol li:nth-child(1):before {
  content: "Step1";
}
#wrap .flow-sec ol li:nth-child(2):before {
  content: "Step2";
}
#wrap .flow-sec ol li:nth-child(3):before {
  content: "Step3";
}
#wrap .flow-sec ol li:nth-child(4):before {
  content: "Step4";
}
#wrap .flow-sec ol li:nth-child(5):before {
  content: "Step5";
}
#wrap .flow-sec ol li:nth-child(6):before {
  content: "Step6";
}
#wrap .flow-sec ol li:nth-child(7):before {
  content: "Step7";
}
#wrap .flow-sec ol li:nth-child(8):before {
  content: "Step8";
}
#wrap .flow-sec ol li:nth-child(9):before {
  content: "Step9";
}
#wrap .flow-sec ol li:nth-child(10):before {
  content: "Step10";
}
#wrap .flow-sec ol li:last-child:after {
  content: none;
}
#wrap .flow-sec ol li h3 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec ol li h3 {
    text-align: center;
  }
}
#wrap .flow-sec ol li span {
  font-size: 1rem;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec ol li .arrive {
    text-align: center;
    margin: 0.5rem 0 1rem;
  }
}
#wrap .flow-sec ol li .arrive strong {
  position: relative;
  display: inline-block;
  font-size: 2.4em;
  margin-bottom: 1rem;
}
#wrap .flow-sec ol li .arrive strong::before {
  content: url(../img/kila.png);
  position: absolute;
  top: -0.5em;
  left: -1.8em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
}
#wrap .flow-sec ol li .arrive strong::after {
  content: url(../img/kila.png);
  position: absolute;
  top: 0em;
  right: -1.5em;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
#wrap .flow-sec ol li .charge {
  text-align: center;
}
#wrap .flow-sec ol li .charge small {
  display: inline-block;
  padding: 0.5em 1em;
  margin: 0 0 1rem;
  color: white;
  line-height: 1;
  border-radius: 2px;
  font-weight: bold;
}
#wrap .flow-sec ol li.user {
  background: #e9f5f9;
}
#wrap .flow-sec ol li.user small {
  background: #0e90d2;
}
#wrap .flow-sec ol li.taobaoshinkansen {
  background: #ffedeb;
}
#wrap .flow-sec ol li.taobaoshinkansen small {
  background: #BF2E27;
}
#wrap .flow-sec ol li .fa-caret-right {
  color: #d40b36;
}
#wrap .flow-sec .more-info {
  font-size: 1.6rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .flow-sec .more-info {
    font-size: 1.2rem;
  }
}
#wrap .flow-sec .more-info i {
  vertical-align: baseline;
}
#wrap .example-sec h3 {
  text-align: center;
  font-size: 2.6rem !important;
  margin: 4rem 0 2rem;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec h3 {
    font-size: 1.6rem !important;
    margin: 2rem 0 1rem;
  }
}
#wrap .example-sec h3:first-child {
  margin-top: 0;
}
#wrap .example-sec ul {
  display: flex;
  flex-wrap: wrap;
}
#wrap .example-sec ul li {
  width: 31.3333333333%;
  background: white;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  margin: 1%;
}
@media screen and (max-width: 959px) {
  #wrap .example-sec ul li {
    width: 48%;
  }
}
@media screen and (max-width: 480px) {
  #wrap .example-sec ul li {
    margin: 0 0 5% !important;
    width: 100%;
  }
  #wrap .example-sec ul li p:last-child {
    margin-bottom: 0;
  }
}
#wrap .example-sec ul li h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.4rem !important;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  padding: 1.5rem 0;
  border-bottom: 6px solid #35291a;
  background: #ffdb46;
}
#wrap .example-sec ul li h4 + div {
  padding: 0 10% 10%;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec ul li h4 + div {
    padding: 0 8% 8%;
  }
}
#wrap .example-sec ul li img {
  max-width: 100%;
}
#wrap .example-sec ul li p {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec ul li p {
    margin-bottom: 1em;
  }
}
#wrap .example-sec ul li p strong {
  color: #bf2e27;
  text-decoration-line: underline;
  text-decoration-style: wavy;
  text-decoration-color: #ffdb46;
}
#wrap .example-sec p {
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .description {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }
  #wrap .example-sec .description .pc {
    display: none;
  }
}
#wrap .example-sec .bar-graph h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
#wrap .example-sec .bar-graph h4 + p {
  margin: 0 0 2rem;
}
#wrap .example-sec .bar-graph img {
  max-width: 80%;
  box-shadow: 0 2px 2px 0px #e6e2d2;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .bar-graph img {
    max-width: 100%;
  }
}
#wrap .example-sec .bar-graph .note {
  font-size: 0.8rem;
  opacity: 0.8;
}
#wrap .example-sec .pie-chart {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 6rem;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .pie-chart {
    margin-bottom: 3rem;
  }
}
#wrap .example-sec .pie-chart div {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .pie-chart div {
    width: 100%;
  }
}
#wrap .example-sec .pie-chart div h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  margin-bottom: 0.5rem;
}
#wrap .example-sec .pie-chart div h4 + p {
  margin: 0 0 2rem;
}
#wrap .example-sec .pie-chart div img {
  display: block;
  width: 50%;
  margin: 1rem auto 2rem;
}
#wrap .example-sec .pie-chart div small {
  opacity: 0.8;
}
#wrap .example-sec .reason {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .reason {
    width: 100%;
    margin-bottom: 3rem;
  }
}
#wrap .example-sec .reason div {
  position: relative;
  width: 95%;
  margin: 1% 1% 3%;
  background: #ffdb46;
  padding: 1.5rem;
  font-size: 1.2rem;
  font-weight: bold;
  border-radius: 1rem;
  /*&:nth-child(2n){
  	&:before{
  		left: inherit;
  		right: -1.2rem;
  		border-top:.8rem solid #ffdb46;
  		border-right:.8rem solid transparent;
  		border-bottom:.8rem solid transparent;
  		border-left:.8rem solid #ffdb46;
  	}
  }*/
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .reason div {
    padding: 1rem;
    font-size: 1rem;
  }
}
#wrap .example-sec .reason div:before {
  position: absolute;
  content: "";
  display: block;
  top: 1rem;
  left: -1.2rem;
  border-top: 0.8rem solid #ffdb46;
  border-right: 0.8rem solid #ffdb46;
  border-bottom: 0.8rem solid transparent;
  border-left: 0.8rem solid transparent;
}
#wrap .example-sec .reason div:nth-child(2) {
  margin-left: 5%;
}
#wrap .example-sec .reason div:nth-child(4) {
  margin-left: 5%;
}
#wrap .example-sec .reason div small {
  display: block;
  font-weight: normal;
  font-size: 0.85rem;
  opacity: 0.6;
  text-align: right;
}
#wrap .example-sec .top7 {
  display: flex;
  flex-wrap: wrap;
}
#wrap .example-sec .top7 div {
  width: 50%;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .top7 div {
    width: 100%;
  }
}
#wrap .example-sec .top7 div h4 {
  font-family: "M PLUS Rounded 1c";
  font-size: 1.8rem;
  margin-bottom: 0.5rem;
  letter-spacing: 0.05em;
}
#wrap .example-sec .top7 div h4 + p {
  margin: 0 0 2rem;
}
#wrap .example-sec .top7 div ol {
  list-style: none;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
}
@media screen and (max-width: 480px) {
  #wrap .example-sec .top7 div ol {
    max-width: 100%;
  }
}
#wrap .example-sec .top7 div ol li {
  position: relative;
  list-style: none;
  text-align: left;
  background: white;
  margin-bottom: 0.5rem;
  padding: 1rem 1rem 1rem 4rem;
  border-radius: 4px;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  font-weight: bold;
}
#wrap .example-sec .top7 div ol li:before {
  position: absolute;
  display: table-cell;
  top: 50%;
  left: 0;
  height: 100%;
  padding: 0.5rem;
  background: #ffdb46;
  border-radius: 4px 0 0 4px;
  font-weight: bold;
  font-size: 1rem;
  box-sizing: border-box;
  z-index: 10;
  text-align: center;
  transform: translateY(-50%);
}
#wrap .example-sec .top7 div ol li:nth-child(1):before {
  content: "No.1";
}
#wrap .example-sec .top7 div ol li:nth-child(2):before {
  content: "No.2";
}
#wrap .example-sec .top7 div ol li:nth-child(3):before {
  content: "No.3";
}
#wrap .example-sec .top7 div ol li:nth-child(4):before {
  content: "No.4";
}
#wrap .example-sec .top7 div ol li:nth-child(5):before {
  content: "No.5";
}
#wrap .example-sec .top7 div ol li:nth-child(6):before {
  content: "No.6";
}
#wrap .example-sec .top7 div ol li:nth-child(7):before {
  content: "No.7";
}
#wrap .example-sec .top7 div ol li small {
  display: inline-block;
  font-weight: normal;
  margin-left: 0.5rem;
  color: #d2ad13;
}
#wrap .story {
  margin-bottom: 6rem;
}
#wrap .story .interview-list {
  width: 100%;
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
}
#wrap .story .interview-list > div {
  position: relative;
  width: 100%;
  box-shadow: 0 2px 2px 0px #e6e2d2;
  transition: all 0.2s;
  border-radius: 4px;
  /*.face-icon{
  	border-radius: 50%;
  	width: 100px;
  	height: 100px;
  	float: left;
  	transition: all 0.2s;
  }*/
}
#wrap .story .interview-list > div:not(:last-child) {
  margin-bottom: 1.5em;
}
#wrap .story .interview-list > div:hover {
  transform: scale(1.02);
  box-shadow: 0 2px 8px 0px #dad6c6;
}
#wrap .story .interview-list > div:hover > a {
  color: #BF2E27;
}
#wrap .story .interview-list > div:before, #wrap .story .interview-list > div:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 959px) {
  #wrap .story .interview-list > div:before, #wrap .story .interview-list > div:after {
    display: none;
  }
}
#wrap .story .interview-list > div:before {
  top: 0;
  right: -3px;
  width: 3rem;
  background: #BF2E27;
  height: 100%;
}
#wrap .story .interview-list > div:after {
  bottom: 50%;
  right: 0.3rem;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-bottom: 2px solid white;
  border-right: 2px solid white;
  width: 1rem;
  height: 1rem;
  transform: rotate(-45deg) translateX(-1rem) translateY(0rem);
}
#wrap .story .interview-list > div > a {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  background: white;
  color: #35291a;
  text-decoration: none;
  min-height: calc(100px + 3em);
  transition: all 0.2s;
}
#wrap .story .interview-list > div > a > div:first-child {
  width: 30%;
}
@media screen and (max-width: 959px) {
  #wrap .story .interview-list > div > a > div:first-child {
    width: 100%;
    padding-top: 60%;
  }
}
#wrap .story .interview-list > div > a > div:last-child {
  width: 70%;
  padding: 2rem 5rem 2rem 2rem;
}
@media screen and (max-width: 959px) {
  #wrap .story .interview-list > div > a > div:last-child {
    width: 100%;
    padding: 1rem;
  }
}
#wrap .story .interview-list > div .photo {
  overflow: hidden;
  background: 0 0 no-repeat;
  background-size: cover;
}
#wrap .story .interview-list > div p {
  line-height: 1.3;
}
#wrap .story .interview-list > div p.name {
  margin-top: 0;
  margin-bottom: 0.5em !important;
  font-weight: bold;
  font-size: 1rem;
}
@media screen and (max-width: 480px) {
  #wrap .story .interview-list > div p.name {
    font-size: 0.85rem;
  }
}
#wrap .story .interview-list > div p.title {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 0 !important;
  line-height: 1.6;
}
@media screen and (max-width: 480px) {
  #wrap .story .interview-list > div p.title {
    font-size: 1.1rem;
  }
  #wrap .story .interview-list > div p.title br {
    display: none;
  }
}
#wrap .story .interview-list > div p.btn {
  text-align: center;
  margin-bottom: 0;
}
#wrap .story .interview-list > div p.btn span {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #ffdb46;
  border-radius: 0.2rem;
  font-size: 0.85rem;
}
#wrap .next-sec {
  background: none;
  padding-top: 0;
  padding-bottom: 4rem;
}
@media screen and (max-width: 480px) {
  #wrap .next-sec {
    margin-bottom: 0;
  }
}
#wrap .next-sec:before, #wrap .next-sec:after {
  display: none;
}
#wrap .next-sec .btn-wrap {
  text-align: center;
}
#wrap .next-sec #btn-taobaoShinkansen {
  text-decoration: none;
  display: inline-block;
  padding: 2rem 6rem;
  font-size: 3rem;
  font-family: "M PLUS Rounded 1c";
  color: white;
  background: #BF2E27;
  letter-spacing: 0.5rem;
  border-radius: 6rem;
  box-shadow: 0 4px 6px 0px #e6e2d2;
  transition: all 0.2s;
}
@media screen and (max-width: 480px) {
  #wrap .next-sec #btn-taobaoShinkansen {
    font-size: 6vw;
    padding: 2rem;
    letter-spacing: 0.2rem;
  }
}
#wrap .next-sec #btn-taobaoShinkansen:hover {
  background: #d22a21;
  transform: scale(1.05);
  box-shadow: 0 4px 6px 0px #e6e2d2, 0 4px 15px 6px #ddd9c9;
}
#wrap .price-sec {
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 100 100'%3E%3Crect x='0' y='0' width='12' height='12' fill-opacity='0.56' fill='%23fce370'/%3E%3C/svg%3E");
}
#wrap .price-sec .inner {
  padding: 100px 0;
}
@media screen and (max-width: 480px) {
  #wrap .price-sec .inner {
    padding: 2rem 0;
  }
}
#wrap .price-sec .inner .btn-wrap {
  margin: 60px 0 20px;
}
#wrap .price-sec h3 {
  text-align: center;
  font-weight: bold !important;
}
#wrap .price-sec p {
  text-align: center;
}
@media screen and (max-width: 480px) {
  #wrap .price-sec p {
    padding: 0 2rem;
  }
}
#wrap .price-sec p a {
  color: #0fa698;
}
#wrap .price-sec .price {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
@media screen and (max-width: 480px) {
  #wrap .price-sec .price {
    font-size: 2.4rem;
    letter-spacing: 0.03em;
  }
}
#wrap .price-sec .price span {
  font-size: 6rem;
}
@media screen and (max-width: 480px) {
  #wrap .price-sec .price span {
    font-size: 5rem;
  }
}
#wrap .price-sec .ex-formula {
  margin-top: 6rem;
}
@media screen and (max-width: 480px) {
  #wrap .price-sec .ex-formula {
    margin-top: 3rem;
  }
  #wrap .price-sec .ex-formula p {
    padding: 0;
  }
}
#wrap .recommend-sec .description {
  font-size: 1.2rem;
  margin-bottom: 3rem;
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec .description {
    margin: 0 4% 2rem;
    font-size: 1rem;
    letter-spacing: 0.03em;
    text-align: left;
    line-height: 1.6;
  }
  #wrap .recommend-sec .description br {
    display: none;
  }
}
#wrap .recommend-sec p a {
  color: #0fa698;
}
#wrap .recommend-sec ul {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec ul {
    margin: 0 1%;
  }
}
#wrap .recommend-sec ul li {
  width: 23%;
  margin: 0 1% 2%;
  background: white;
  transition: all 0.2s;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 7px 0px rgba(0, 0, 0, 0.15);
}
@media screen and (max-width: 480px) {
  #wrap .recommend-sec ul li {
    width: 46% !important;
    margin: 0 2% 4% !important;
  }
}
#wrap .recommend-sec ul li:hover {
  box-shadow: 0 4px 13px 2px rgba(0, 0, 0, 0.2);
  transform: scale(1.02);
}
#wrap .recommend-sec ul li a {
  text-decoration: none;
  color: inherit;
  display: block;
  opacity: 1 !important;
}
#wrap .recommend-sec ul li div.thumb img {
  max-width: 100%;
}
#wrap .recommend-sec ul li .item-info {
  margin: 5%;
}
#wrap .recommend-sec ul li .item-info p {
  margin-bottom: 5px;
}
#wrap .recommend-sec ul li .item-info p:last-child {
  margin-bottom: 0;
}
#wrap .recommend-sec ul li .item-info .name {
  font-size: 0.8rem;
}
#wrap .recommend-sec ul li .item-info .price {
  text-align: right;
  font-size: 1.6rem;
  line-height: 1;
  color: #d40b36;
  font-weight: bold;
  font-family: helvetica, arial, "hiragino kaku gothic pro", meiryo, "ms pgothic", sans-serif;
}
#wrap .recommend-sec ul li .item-info .price span {
  font-size: 1.2rem;
}
@media screen and (max-width: 480px) {
  #wrap .faq-sec {
    padding: 0;
  }
}
#wrap .faq-sec .inner {
  padding: 40px 0 30px;
}
@media screen and (max-width: 480px) {
  #wrap .faq-sec .inner {
    padding: 0;
  }
}
#wrap .faq-sec .inner p {
  font-size: 1.1rem;
}
#wrap .faq-sec .inner p i {
  color: #c12c20;
}
#wrap .faq-sec .inner p a {
  color: #0fa698;
}
#wrap .trial {
  position: relative;
  width: 40%;
  background: white;
  border-radius: 6px;
  box-shadow: 0 0px 0px 3px #efd66a;
  margin: 3% auto;
  padding: 2% 1%;
}
@media screen and (max-width: 480px) {
  #wrap .trial {
    width: 90%;
    margin-top: 2rem;
    padding: 1em 0.5em;
  }
}
#wrap .trial h3 {
  position: absolute;
  top: -0.8em;
  left: -1%;
  width: 100%;
  text-align: center;
  margin-bottom: 0;
}
#wrap .trial h3 span {
  display: inline-block;
  background: white;
  padding: 0 0.5em;
}
#wrap .trial p {
  margin-bottom: 0;
}
#wrap .trial strong {
  display: inline-block;
  margin-left: 0.1em;
  margin-right: 0.1em;
  font-size: 1.6rem;
  color: #d40b36;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  #wrap .trial strong {
    display: block;
  }
}
#wrap .ex-formula {
  margin: 4rem 0 0;
  text-align: center;
  border: 1px solid #eee;
  padding: 1.5em;
  background: #F9F9F9;
}
#wrap .ex-formula h3 {
  font-weight: bold !important;
}
#wrap .ex-formula .formula {
  font-weight: bold;
  font-size: 1.1rem;
  margin: 1.5rem 0;
}
@media screen and (max-width: 480px) {
  #wrap .ex-formula .formula {
    font-size: 0.9rem;
  }
}
#wrap .ex-formula .formula span {
  display: inline-block;
  padding: 0.3rem 1rem;
  background: #f7df7b;
  color: #6d5a09;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  #wrap .ex-formula .formula span {
    padding: 0.3rem;
    margin: 0.3rem;
  }
}
#wrap .ex-formula .formula span small {
  font-weight: normal;
  font-size: 0.8rem;
}
#wrap .ex-formula .note {
  font-size: 0.85rem;
  opacity: 0.7;
}
@media screen and (max-width: 480px) {
  #wrap .ex-formula .note br {
    display: none;
  }
}
#wrap .ex-formula .note span {
  color: #e8224c;
}

.interview #wrap {
  padding-bottom: 0;
}
@media screen and (max-width: 480px) {
  .interview #wrap section:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  }
}
.interview #wrap #main .title-sec {
  background: #F3F3F3;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%25'%3E%3Cdefs%3E%3ClinearGradient id='a' gradientUnits='userSpaceOnUse' x1='0' x2='0' y1='0' y2='100%25' gradientTransform='rotate(240)'%3E%3Cstop offset='0' stop-color='%23ffffff'/%3E%3Cstop offset='1' stop-color='%23ffffff'/%3E%3C/linearGradient%3E%3Cpattern patternUnits='userSpaceOnUse' id='b' width='540' height='450' x='0' y='0' viewBox='0 0 1080 900'%3E%3Cg fill-opacity='0.04'%3E%3Cpolygon fill='%23444' points='90 150 0 300 180 300'/%3E%3Cpolygon points='90 150 180 0 0 0'/%3E%3Cpolygon fill='%23AAA' points='270 150 360 0 180 0'/%3E%3Cpolygon fill='%23DDD' points='450 150 360 300 540 300'/%3E%3Cpolygon fill='%23999' points='450 150 540 0 360 0'/%3E%3Cpolygon points='630 150 540 300 720 300'/%3E%3Cpolygon fill='%23DDD' points='630 150 720 0 540 0'/%3E%3Cpolygon fill='%23444' points='810 150 720 300 900 300'/%3E%3Cpolygon fill='%23FFF' points='810 150 900 0 720 0'/%3E%3Cpolygon fill='%23DDD' points='990 150 900 300 1080 300'/%3E%3Cpolygon fill='%23444' points='990 150 1080 0 900 0'/%3E%3Cpolygon fill='%23DDD' points='90 450 0 600 180 600'/%3E%3Cpolygon points='90 450 180 300 0 300'/%3E%3Cpolygon fill='%23666' points='270 450 180 600 360 600'/%3E%3Cpolygon fill='%23AAA' points='270 450 360 300 180 300'/%3E%3Cpolygon fill='%23DDD' points='450 450 360 600 540 600'/%3E%3Cpolygon fill='%23999' points='450 450 540 300 360 300'/%3E%3Cpolygon fill='%23999' points='630 450 540 600 720 600'/%3E%3Cpolygon fill='%23FFF' points='630 450 720 300 540 300'/%3E%3Cpolygon points='810 450 720 600 900 600'/%3E%3Cpolygon fill='%23DDD' points='810 450 900 300 720 300'/%3E%3Cpolygon fill='%23AAA' points='990 450 900 600 1080 600'/%3E%3Cpolygon fill='%23444' points='990 450 1080 300 900 300'/%3E%3Cpolygon fill='%23222' points='90 750 0 900 180 900'/%3E%3Cpolygon points='270 750 180 900 360 900'/%3E%3Cpolygon fill='%23DDD' points='270 750 360 600 180 600'/%3E%3Cpolygon points='450 750 540 600 360 600'/%3E%3Cpolygon points='630 750 540 900 720 900'/%3E%3Cpolygon fill='%23444' points='630 750 720 600 540 600'/%3E%3Cpolygon fill='%23AAA' points='810 750 720 900 900 900'/%3E%3Cpolygon fill='%23666' points='810 750 900 600 720 600'/%3E%3Cpolygon fill='%23999' points='990 750 900 900 1080 900'/%3E%3Cpolygon fill='%23999' points='180 0 90 150 270 150'/%3E%3Cpolygon fill='%23444' points='360 0 270 150 450 150'/%3E%3Cpolygon fill='%23FFF' points='540 0 450 150 630 150'/%3E%3Cpolygon points='900 0 810 150 990 150'/%3E%3Cpolygon fill='%23222' points='0 300 -90 450 90 450'/%3E%3Cpolygon fill='%23FFF' points='0 300 90 150 -90 150'/%3E%3Cpolygon fill='%23FFF' points='180 300 90 450 270 450'/%3E%3Cpolygon fill='%23666' points='180 300 270 150 90 150'/%3E%3Cpolygon fill='%23222' points='360 300 270 450 450 450'/%3E%3Cpolygon fill='%23FFF' points='360 300 450 150 270 150'/%3E%3Cpolygon fill='%23444' points='540 300 450 450 630 450'/%3E%3Cpolygon fill='%23222' points='540 300 630 150 450 150'/%3E%3Cpolygon fill='%23AAA' points='720 300 630 450 810 450'/%3E%3Cpolygon fill='%23666' points='720 300 810 150 630 150'/%3E%3Cpolygon fill='%23FFF' points='900 300 810 450 990 450'/%3E%3Cpolygon fill='%23999' points='900 300 990 150 810 150'/%3E%3Cpolygon points='0 600 -90 750 90 750'/%3E%3Cpolygon fill='%23666' points='0 600 90 450 -90 450'/%3E%3Cpolygon fill='%23AAA' points='180 600 90 750 270 750'/%3E%3Cpolygon fill='%23444' points='180 600 270 450 90 450'/%3E%3Cpolygon fill='%23444' points='360 600 270 750 450 750'/%3E%3Cpolygon fill='%23999' points='360 600 450 450 270 450'/%3E%3Cpolygon fill='%23666' points='540 600 630 450 450 450'/%3E%3Cpolygon fill='%23222' points='720 600 630 750 810 750'/%3E%3Cpolygon fill='%23FFF' points='900 600 810 750 990 750'/%3E%3Cpolygon fill='%23222' points='900 600 990 450 810 450'/%3E%3Cpolygon fill='%23DDD' points='0 900 90 750 -90 750'/%3E%3Cpolygon fill='%23444' points='180 900 270 750 90 750'/%3E%3Cpolygon fill='%23FFF' points='360 900 450 750 270 750'/%3E%3Cpolygon fill='%23AAA' points='540 900 630 750 450 750'/%3E%3Cpolygon fill='%23FFF' points='720 900 810 750 630 750'/%3E%3Cpolygon fill='%23222' points='900 900 990 750 810 750'/%3E%3Cpolygon fill='%23222' points='1080 300 990 450 1170 450'/%3E%3Cpolygon fill='%23FFF' points='1080 300 1170 150 990 150'/%3E%3Cpolygon points='1080 600 990 750 1170 750'/%3E%3Cpolygon fill='%23666' points='1080 600 1170 450 990 450'/%3E%3Cpolygon fill='%23DDD' points='1080 900 1170 750 990 750'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect x='0' y='0' fill='url(%23a)' width='100%25' height='100%25'/%3E%3Crect x='0' y='0' fill='url(%23b)' width='100%25' height='100%25'/%3E%3C/svg%3E");
  background-attachment: fixed;
  background-size: cover;
  border: none;
}
.interview #wrap #main .title-sec .inner {
  padding: 15px 0;
}
.interview #wrap #main .title-sec .inner h1 {
  text-align: center;
  color: #29826e;
  font-size: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .title-sec .inner h1 {
    text-align: center;
    margin: 0 0 1rem;
  }
}
.interview #wrap #main .title-sec .inner h1 span {
  display: inline-block;
  padding-bottom: 0.5rem;
  border-bottom: 3px solid #29826e;
}
.interview #wrap #main .title-sec .inner h1 img {
  max-height: 1.5em;
  display: inline-block;
  padding: 0 0.3em 0.1em;
}
.interview #wrap #main .title-sec .inner h2 {
  font-size: 2.2rem;
  margin-bottom: 1rem;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .title-sec .inner h2 {
    max-width: 90%;
    margin: 0 auto 0.5em;
    font-size: 6.5vw;
  }
}
.interview #wrap #main .title-sec .inner h2 span {
  background: none;
}
.interview #wrap #main .title-sec .inner p {
  text-align: center;
}
.interview #wrap #main .title-sec .inner p img {
  border-radius: 50%;
  overflow: hidden;
  display: block;
  margin: 0 auto;
  max-width: 120px;
}
.interview #wrap #main .interview-sec {
  padding: 0 0 4rem;
}
.interview #wrap #main .interview-sec:last-child .inner {
  padding-bottom: 0;
}
.interview #wrap #main .interview-sec .inner {
  width: 900px;
  padding: 50px 5%;
}
.interview #wrap #main .interview-sec .inner h2 {
  font-size: 2.2rem;
  color: #62b1a0;
  letter-spacing: 0;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner h2 {
    font-size: 6.5vw;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
}
.interview #wrap #main .interview-sec .inner h2 span {
  background: none;
  padding: 0;
}
.interview #wrap #main .interview-sec .inner h3 {
  font-size: 1.4rem;
  margin: 4rem 0 2rem;
  letter-spacing: 0;
}
.interview #wrap #main .interview-sec .inner h4 {
  font-size: 1.4rem;
  margin: 4rem 0 2rem;
  font-weight: normal;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner h4 {
    font-size: 1.2rem;
  }
}
.interview #wrap #main .interview-sec .inner h5 {
  line-height: 2;
  font-weight: normal;
}
.interview #wrap #main .interview-sec .inner p {
  font-size: 1.1rem;
  line-height: 1.8;
}
.interview #wrap #main .interview-sec .inner p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner p {
    font-size: 1rem;
  }
}
.interview #wrap #main .interview-sec .inner .note {
  font-size: 0.83em;
}
.interview #wrap #main .interview-sec .inner a.link {
  display: inline-block;
  background: url(/common/img/arrow-red_l.gif) no-repeat 0 50%;
  padding-left: 23px;
  margin: 0.5em 0;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner a.link {
    display: inline;
  }
}
.interview #wrap #main .interview-sec .inner .fa-external-link-alt {
  opacity: 0.5;
}
.interview #wrap #main .interview-sec .inner ol {
  margin: 2rem;
  padding-left: 2rem;
  border-left: 5px solid #b9e2df;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner ol {
    margin: 2rem 0;
  }
}
.interview #wrap #main .interview-sec .inner ol li {
  margin-bottom: 1rem;
}
.interview #wrap #main .interview-sec .inner ol h4 {
  margin-top: 0;
  font-size: 1rem;
}
.interview #wrap #main .interview-sec .inner ol h5 {
  margin: 1rem 0 0.5rem;
}
.interview #wrap #main .interview-sec .inner ol .sample {
  padding: 1rem 1.5rem;
  background: #f9f6ee;
  color: #6f6756;
}
.interview #wrap #main .interview-sec .inner ol .sample p:last-child {
  margin-bottom: 0;
}
.interview #wrap #main .interview-sec .inner .question {
  color: #e43e58;
}
.interview #wrap #main .interview-sec .inner .question span {
  font-size: 0.9em;
  display: inline-block;
  border-radius: 50%;
  background: #e43e58;
  margin-right: 0.3em;
  margin-bottom: -0.1em;
  padding: 0.1em;
  width: 1.5em;
  height: 1.5em;
  text-align: center;
  vertical-align: bottom;
  font-family: sans-serif;
  color: white;
  line-height: 1.3;
}
.interview #wrap #main .interview-sec .inner .frame {
  padding: 3rem;
  margin: 2rem 0;
  border: 8px solid #f2f2f2;
  border-radius: 16px;
}
@media screen and (max-width: 480px) {
  .interview #wrap #main .interview-sec .inner .frame {
    padding: 1rem;
  }
}
.interview #wrap #main .interview-sec .inner .frame h4 {
  font-size: 1.4rem;
  margin-top: 0;
  margin-bottom: 1rem;
  text-align: center;
}
.interview #wrap #main .interview-sec .inner .frame .fig {
  display: block;
  margin: 0 auto 1rem;
  max-height: 15rem;
}
.interview #wrap #main .interview-sec .inner figure {
  display: block;
}
.interview #wrap #main .interview-sec .inner figure img {
  margin-top: 3em;
  margin-bottom: 4em;
}
.interview #wrap #main .interview-sec .inner figure + h4 {
  margin-top: 0;
}
.interview #wrap #main .interview-sec .inner .side-image {
  max-width: 50%;
  display: block;
  margin: 2em auto 3em;
}
.interview #wrap #main .interview-sec .btn-wrap {
  margin-top: 4rem;
}
.interview #wrap #main .interview-sec .btn-wrap a {
  font-size: 1.2rem;
  padding: 1.5rem;
  letter-spacing: 0.1em;
}

.d_line {
  background-image: url(/fba/img/d_line.png);
  background-repeat: repeat-x;
  background-position: center;
}/*# sourceMappingURL=style.css.map */