a.phone { cursor: default; }
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
   margin: 0;
   padding: 0;
   border: 0;
}
html {
   font-size: 62.5%;
}
html, body {
 width: 100%;
}
* {
   font-family: inherit;
   font-size: inherit;
   line-height: inherit;
}
a,
a:visited {
   color: inherit;
   text-decoration: none;
}
a:hover {
   opacity: 0.8;
   transition: .3s;
   cursor:pointer;
}
a img:hover {
   opacity: 0.9;
   transition: .3s;
}
article,
aside,
footer,
header,
nav,
section,
main {
   display: block;
}
*, ::before, ::after {
   box-sizing: border-box;
   list-style-type:none;
}
::before, ::after {
 text-decoration: inherit;
 vertical-align: inherit;
}
table {
   border-collapse: collapse;
   border-spacing: 0;
}
ol,
ul {
   list-style: none;
}
img {
 border-style: none;
 width: 100%;
 height: auto;
 vertical-align: bottom;
 display: block;
}
[hidden] {
   display: none !important;
}
[disabled] {
   cursor: not-allowed;
}
:focus:not(:focus-visible) {
   outline: none;
}
.sr-only {
   position: absolute;
   clip: rect(1px, 1px, 1px, 1px);
   left: -9999px;
   top: -9999px;
}
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
h1, h2, h3, h4, h5, .bold {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
}
h1, h2 {
  letter-spacing: 0.05em;
}
body {
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体","游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight:500;
  font-size: 1.6rem;
  letter-spacing: 0.01em;
  line-height: 1.8;
  color:#000;
}
.en {
  font-weight: 700;
  font-family: 'Roboto Condensed', sans-serif;
}
.ls50 {
  letter-spacing: 0.05em;
}
.ls-nrw {
  letter-spacing: -0.01em;
}
.red {
  color: #f61c1c;
}
.grn {
  color:#10b89e;
}
.pc {
  display:block;
}
.sp {
  display:none;
}
header {
  width:100%;
  margin:0 auto;
  font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: bold;
  position:absolute;
  top:0;
  left: 0;
  z-index:10;
}
header nav {
  height:50px;
}
header nav a.logo {
  width:140px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.globalnav-wrap {
  width: 100%;
  padding: 30px 2% 0;
  color:#000;
  display:flex;
  justify-content:space-between;
}
.globalnav-wrap.transform {
  background:rgba(255,255,255,0);
  box-shadow: 5px 6px 18px 0 rgba(0,0,0,.05);
}
.globalnav .dropdown-btn {
  display:inline-block;
  padding:8px 16px 8px;
  cursor:pointer;
  transition: .3s;
}
.globalnav .dropdown-btn a:hover {
  color:#10b89e;
  transition: .3s;
}
.globalnav li.dropdown-btn:nth-child(1) a.index {
  padding-left: 40px;
}
.globalnav .nav-button-wrap,
.globalnav .open {
  display:block;
}
.globalnav .close {
  display:block;
}
.globalnav-wrap div.gnav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.globalnav-wrap div.gnav div.menu {
  padding-right: 15px;
}
a.contact {
  display: flex;
  justify-content: center;
  align-items: center;
  width:240px;
  height: 50px;
  border-radius: 25px;
  border:solid 1px #54cb00;
  background: -moz-linear-gradient(left, #56b711, #54cb00);
  background: -webkit-linear-gradient(left, #56b711, #54cb00);
  background: linear-gradient(to right, #56b711, #54cb00);
  text-align: center;
  color:#fff;
  transition: .3s;
  box-shadow: 10px 10px 10px 0 rgba(0,0,0,.05);
}
a.contact span.far {
  margin-right: 0.5em;
  font-size: 1.5em;
}
a.contact span.pc-only {
  display: inline-block;
}
a.contact span.fas {
  display: inline-block;
  margin-left: 0.2em;
  margin-bottom: 0.4em;
}
a.contact:hover {
  background: #fff;
  color: #54cb00;
}
a.contact.wht {
  display: flex;
  justify-content: center;
  align-items: center;
  width:240px;
  height: 50px;
  border-radius: 25px;
  border:solid 1px #54cb00;
  background: #fff;
  color: #54cb00;
  transition: .3s;
  box-shadow: 10px 10px 10px 0 rgba(0,0,0,.05);
}
a.contact.wht:hover {
  background: -moz-linear-gradient(left, #56b711, #54cb00);
  background: -webkit-linear-gradient(left, #56b711, #54cb00);
  background: linear-gradient(to right, #56b711, #54cb00);
  text-align: center;
  color:#fff;
}
section.mv {
  width:100%;
  height: 44vw;
  background-image: url(../img/seminar/bg-mv.jpg);
  background-repeat : no-repeat;
  background-position:center;
  background-size: cover;
}
section.mv div.inr {
  width:1400px;
  margin: 0 auto;
}
section.mv div.inr div.ttl {
  width:900px;
  margin: 0 auto 0 0;
  padding: 7vw 0 0;
}
section.mv div.inr div.ttl ul {
  display: flex;
  margin-bottom: 12px;
}
section.mv div.inr div.ttl ul li {
  padding: 0.6em 1.6em;
  border-radius: 1.8em;
  line-height: 1;
  margin: 0 0.5em 0 0;
}
section.mv div.inr div.ttl ul li:nth-child(1) {
  background-color: #ff4d4d;
}
section.mv div.inr div.ttl ul li:nth-child(2) {
  background-color: #10b89e;
}
section.mv div.inr div.ttl ul li h3 {
  font-size: 2.4rem;
  color:#fff;
}
section.mv div.inr div.ttl div.ttl-flex {
  display: flex;
  position: relative;
}
section.mv div.inr div.ttl div.ttl-flex div.txt {
  width:60%;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 {
  font-size: 5.4rem;
  letter-spacing: 0;
  line-height: 1.8;
  margin-bottom: 0.8em;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 figure {
  width:80%;
  margin-left: 12px;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 figure img {
  width:100%;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design {
  width:74%;
  padding: 1.1em 0;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design:before {
  position: absolute;
  top:0;
  left: 0;
  display: block;
  content: "";
  width:100%;
  height: 4px;
  border-radius: 2px;
  background-color: #10b89e;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design:after {
  position: absolute;
  bottom:0;
  left: 0;
  display: block;
  content: "";
  width:100%;
  height: 4px;
  border-radius: 2px;
  background-color: #10b89e;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design figure {
  width:74px;
  margin-right: 1em;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design figure img {
  width:100%;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design h2 {
  font-size: 2.8rem;
  line-height: 1.143;
}
section.mv div.inr div.ttl div.ttl-flex figure.device {
  position: absolute;
  top:24px;
  right:0;
  width:52%;
}
section.mv div.inr div.ttl div.ttl-flex figure.device img {
  width:100%;
  height:auto;
}
section {
  padding: 100px 0;
}
section div.n-container {
  max-width:960px;
  margin: 0 auto;
}
section div.container {
  max-width:1152px;
  margin: 0 auto;
}
section div div.heading01 {
  text-align: center;
  margin-bottom: 40px;
}
section div div.heading01 span.sub {
    position: relative;
    display: inline-block;
    border-bottom: solid 3px #00a493;
    padding: 0 0 0.1em;
    margin-bottom: 0.7em;
    font-size:2.42rem;
    color:#00a493;
}
section div div.heading01 span.sub:before,
section div div.heading01 span.sub:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
section div div.heading01 span.sub:before {
    border: solid 13px transparent;
    border-top: solid 13px #00a493;
}
section div div.heading01 span.sub:after {
    border: solid 14px transparent;
    border-top: solid 14px #fff;
    margin-top: -5px;
}
section div div.heading01 h2 {
  font-size: 3rem;
  line-height: 1.5;
}
section div div.heading02 {
  text-align: center;
  line-height: 2;
  margin-bottom: 40px;
}
section div div.heading02 h2,
section div div.heading02 h3 {
  display: inline-block;
  font-size: 2.8rem;
  color:#00a493;
  position: relative;
}
section div div.heading02 h2::after,
section div div.heading02 h3::after {
  display: block;
  content: '';
  position: absolute;
  bottom:0;
  left: 0;
  width:100%;
  height: 4px;
  background-color: rgba(0,164,147,0.8);
}
section div a.contact {
  margin: 45px auto 0;
}
section.recommend div.n-container div.heading01 {
  margin-bottom: 20px;
}
section.recommend div.n-container div.heading01 span {
  font-size: 2.4rem;
  line-height: 1;
}
section.recommend div.n-container div.heading01 span figure {
  display: inline-block;
  width:153px;
  margin-right: 0.2em;
}
section.recommend div.n-container div.heading01 span figure img {
  width:100%;
}
section.recommend div.n-container ul {
  padding: 44px 0 44px 170px;
  border: solid 10px #f0f0f0;
}
section.recommend div.n-container ul li {
  position: relative;
  padding-left: 1.6em;
  font-size: 1.8rem;
}
section.recommend div.n-container ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
section.recommend div.n-container ul li i.fas {
  position: absolute;
  left: 0;
  display: inline-block;
  line-height: 1.8;
  color:#10b89e;
  margin-right: 0.6em;
}
section.result {
  background-color: #cff1ec;
}
section.result div.container ul {
  display: flex;
  justify-content: space-between;
  margin-bottom: 36px;
}
section.result div.container ul li {
  width:49%;
  padding: 20px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
section.result div.container ul li figure {
  width:38%;
}
section.result div.container ul li figure img {
  width:100%;
}
section.result div.container ul li div.desc {
  width:57.2%;
}
section.result div.container ul li div.desc h3 {
  padding: 0.3em 0;
  background-color: #222;
  text-align: center;
  font-size: 1.8rem;
  color:#fff;
}
section.result div.container ul li div.desc div.box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
section.result div.container ul li div.desc div.box h4 {
  padding-top: 1em;
  font-size: 2.4rem;
  line-height: 1.4;
}
section.result div.container ul li div.desc div.box h4 span.en {
  font-size: 2.16em;
  letter-spacing: -0.01em;
  margin-right: 4px;
}
section.result div.container div.txt-area {
  text-align: center;
}
section.result div.container div.txt-area h3 {
  font-size: 2rem;
  margin-bottom: 0.5em;
}
section.trouble {
  padding-bottom: 60px;
}
section.trouble div.container div.heading01 {
  margin-bottom: 60px;
}
section.trouble div.container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.trouble div.container ul li {
  width:19%;
  padding: 22px 0 30px;
  border-radius: 2px;
  background-color: #f0f0f0;
  margin-bottom: 40px;
  text-align: center;
  position: relative;
}
section.trouble div.container ul li span.en {
  display: inline-block;
  position: absolute;
  top:-0.5em;
  left: 0.2em;
  font-size: 4.8rem;
  letter-spacing: -0.05em;
  line-height: 1;
  color:#10b89e;
}
section.trouble div.container ul li figure {
  width:63%;
  margin: 0 auto 6px;
}
section.trouble div.container ul li figure img {
  width:100%;
}
section.trouble div.container ul li h3 {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
section.solution {
  padding-top: 90px;
  background-color: #10b89e;
  position: relative;
}
section.solution::after {
  display: block;
  content: '';
  position: absolute;
  top:0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-top: 40px solid #fff;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
}
section.solution div.container div.heading01 {
 margin-bottom: 40px;
}
section.solution div.container div.heading01 span.bold {
  display: block;
  font-size: 3.6rem;
  letter-spacing: 0;
  color:#fff;
  margin-bottom: 0.1em;
}
section.solution div.container div.heading01 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4.4rem;
  letter-spacing: 0;
  margin-bottom: 0.8em;
}
section.solution div.container div.heading01 h2 figure {
  display: inline-block;
  width:291px;
  margin-right: 0.2em;
}
section.solution div.container div.heading01 h2 figure img {
  width:100%;
}
section.solution div.container div.heading01 p {
  color:#fff;
}
section.solution div.container div.voice {
  padding: 40px 50px 90px;
  border-radius: 2px;
  background-color: #f0f0f0;
}
section.solution div.container div.voice div.heading02 {
  margin-bottom: 30px;
}
section.solution div.container div.voice ul.interview li {
  position: relative;
}
section.solution div.container div.voice ul.interview li figure {
  width:28.5%;
}
section.solution div.container div.voice ul.interview li:not(:last-child) {
  margin-bottom: 80px;
}
section.solution div.container div.voice ul.interview li:nth-child(odd) figure {
  margin: 0 0 0 auto;
}
section.solution div.container div.voice ul.interview li:nth-child(even) figure {
  margin: 0 auto 0 0;
}
section.solution div.container div.voice ul.interview li figure img {
  width:100%;
}
section.solution div.container div.voice ul.interview li div.txt-area {
  position: absolute;
  top:20px;
  width:74%;
  border-radius: 2px;
  padding: 35px 32px 40px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.solution div.container div.voice ul.interview li:nth-child(odd) div.txt-area {
  left:0;
}
section.solution div.container div.voice ul.interview li:nth-child(even) div.txt-area {
  right:0;
}
section.solution div.container div.voice ul.interview li div.txt-area div.desc {
  width:69%;
}
section.solution div.container div.voice ul.interview li div.txt-area div.desc h4 {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.8em;
}
section.solution div.container div.voice ul.interview li div.txt-area ul {
  width:28%;
  padding: 35px 15px;
  background-color: #cff1ec;
}
section.solution div.container div.voice ul.interview li div.txt-area ul li {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 1.4rem;
  white-space: nowrap;
  position: relative;
}
section.solution div.container div.voice ul.interview li div.txt-area ul li:not(:last-child) {
  margin-bottom: 0.3em;
}
section.solution div.container div.voice ul.interview li div.txt-area ul li:before {
  content: '・';
}
section.service div.container div.heading01 {
  margin-bottom: 70px;
}
section.service div.container div.heading01 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.8em;
}
section.service div.container div.heading01 h2 span.big {
  font-size: 1.2em;
}
section.service div.container div.heading01 h2 figure {
  display: inline-block;
  width:200px;
  margin-right: 0.2em;
}
section.service div.container div.heading01 h2 figure img {
  width:100%;
}
section.service div.container div.range {
  padding: 60px 50px 40px;
  border-radius: 2px;
  background-color:#f0f0f0;
  position: relative;
}
section.service div.container div.range.third {
  margin-bottom: 80px;
}
section.service div.container div.range h3 {
  position: absolute;
  top:-25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width:32%;
  margin: 0 auto;
  height:50px;
  border-radius: 2px;
  text-align: center;
  font-size: 2.2rem;
  line-height: 50px;
  color:#fff;
}
section.service div.container div.range.third h3 {
  background-color: #ff4d4d;
}
section.service div.container div.range.web h3 {
  background-color: #10b89e;
}
section.service div.container div.range ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.service div.container div.range.third ul li {
  width:49%;
  padding: 20px 215px 30px 30px;
  margin-bottom: 20px;
}
section.service div.container div.range.web ul li {
  width:32%;
  padding: 20px 30px;
  background-color: #fff;
  margin-bottom: 20px;
}
section.service div.container div.range.web ul::after {
  display: block;
  content: '';
  width:32%;
}
section.service div.container div.range.third ul li:nth-child(1) {
  background: url(../img/seminar/bg-ck01.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
section.service div.container div.range.third ul li:nth-child(2) {
  background: url(../img/seminar/bg-ck02.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: cover;
}
section.service div.container div.range ul li div.head {
  display: flex;
  align-items: center;
}
section.service div.container div.range.third ul li div.head {
  margin-bottom: 1em;
}
section.service div.container div.range ul li div.head figure {
  width:50px;
  margin-right: 20px;
}
section.service div.container div.range ul li div.head figure img {
  width:100%;
}
section.service div.container div.range ul li div.head h4 {
  font-size: 2rem;
}
section.service div.container div.range.third ul li div.head h4 {
  color:#f61c1c;
}
section.service div.container div.range.web ul li div.head h4 {
  font-size: 1.8rem;
}
section.report {
  padding: 80px 0;
}
section.report.grn {
  background-color:#f8fff4;
}
section.report.org {
  background-color:#fffbf4;
}
section.report .example-ttl {
  font-size: 1.125em;
  color:#000;
}
section.difference {
  background-color: #f0f0f0;
}
section.difference div.container div.heading01 span.sub:after {
    border-top: solid 14px #f0f0f0;
}
section.difference div.container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}
section.difference div.container ul li {
  width:49%;
}
section.difference div.container ul li h3 {
  height: 50px;
  border-radius: 2px 2px 0 0;
  text-align: center;
  font-size: 2rem;
  line-height: 50px;
  color:#fff;
}
section.difference div.container ul li:nth-child(1) h3 {
  background-color: #777;
}
section.difference div.container ul li:nth-child(2) h3 {
  background-color: #10b89e;
}
section.difference div.container ul li figure {
  width:100%;
  padding: 36px 50px 50px;
  background-color: #fff;
}
section.difference div.container ul li figure img {
  width:100%;
}
section.difference div.container p {
  text-align: center;
  font-size: 1.8rem;
}
section.reason {
  padding: 80px 0 100px;
  background-color: #cff1ec;
}
section.reason div.container div.heading02 {
  margin-bottom: 65px;
}
section.reason div.container div.heading02 h2 span.big {
  font-size: 1.32em;
}
section.reason div.container ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
section.reason div.container ul li {
  width:23%;
  padding-bottom: 110px;
  position: relative;
}
section.reason div.container ul li span.en {
  display: block;
  position: absolute;
  top:0;
  left: 0;
  font-size: 7.2rem;
  line-height: 1;
  color:#5ec7b4;
}
section.reason div.container ul li div.desc {
  display: block;
  position: absolute;
  top:225px;
  left: 0;
  width:calc(100% - 1em);
}
section.reason div.container ul li div.desc h3 {
  font-size: 2.2rem;
  margin-bottom: 0.2em;
}
section.reason div.container ul li div.desc p {
  padding-right: 20px;
}
section.reason div.container p.remark {
  margin-top: 40px;
  font-size: 0.875em;
}
section.new div.container div.scroll table {
  width:100%;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
}
section.new div.container div.scroll table tr th {
  padding: 10px;
  border: solid 1px #777;
  font-size: 2rem;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
section.new div.container div.scroll table tr th.std {
  background-color: #777;
}
section.new div.container div.scroll table tr th.rksl {
  background-color: #ff4d4d;
}
section.new div.container div.scroll table tr th.no-brdr,
section.new div.container div.scroll table tr td.no-brdr {
  border: 0px;
}
section.new div.container div.scroll table tr td {
  border: solid 1px #777;
  padding: 16px;
}
section.new div.container div.scroll table tr td.std {
  background-color: #d0d0d0;
  padding: 5px 16px 16px;
  font-size: 1.6rem;
}
section.new div.container div.scroll table tr td.rksl {
  background-color: #ffb1b1;
  padding: 5px 16px 16px;
  font-size: 1.6rem;
}
section.new div.container div.scroll table tr td.info {
  background-color: #cff1ec;
  text-align: left;
}
section.new div.container div.scroll table tr td.gray {
  background-color: #f0f0f0;
}
section.new div.container div.scroll table tr td.pink {
  background-color: #fde5e5;
}
section.new div.container div.scroll table tr td figure {
  width:120px;
  margin: 0 auto 5px;
}
section.new div.container div.scroll table tr td figure img {
  width:100%;
}
section.fee {
  background-color: #10b89e;
}
section.fee div.container div.heading02 {
  margin-bottom: 30px;
}
section.fee div.container div.heading02 h2 {
  color:#fff;
  margin-bottom: 1em;
}
section.fee div.container div.heading02 h2::after {
  background-color: rgba(255,255,255,0.8);
}
section.fee div.container div.heading02 p {
  color:#fff;
}
section.fee div.container table {
  width:80%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.4;
  border-collapse: separate;
  border-spacing: 4px;
}
section.fee div.container table tr th {
  padding: 10px;
  border-radius: 2px;
  color:#fff;
}
section.fee div.container table tr th.rksl {
  background-color: #ff4d4d;
}
section.fee div.container table tr th.std {
  background-color: #777;
}
section.fee div.container table tr th.rksl figure {
  width:122px;
  margin: 0 auto;
}
section.fee div.container table tr th.rksl figure img {
  width:100%;
}
section.fee div.container table tr td {
  padding: 20px;
  border-radius: 2px;
  background-color:#fff;
}
section.fee div.container table tr td span.small {
  font-size: 0.7em;
}
section.flow {
  background-color: #f0f0f0;
}
section.flow div.container div.heading01 span.sub:after {
    border-top: solid 14px #f0f0f0;
}
section.flow div.container div.step {
  padding: 90px 60px 50px;
  background-color: #fff;
  border: solid 10px #cff1ec;
  position: relative;
}
section.flow div.container div.step:not(:last-child) {
  margin-bottom: 50px;
}
section.flow div.container div.step h3 {
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width:41%;
  margin: 0 auto;
  padding: 0.6em;
  border-radius: 0 0 10px 10px;
  background-color: #10b89e;
  line-height: 1;
  color:#fff;
}
section.flow div.container div.step h3 span.en {
  font-size: 2.4rem;
  letter-spacing: 0;
  margin-right: 0.4em;
}
section.flow div.container div.step h3 span.small {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  margin-right: 0.5em;
}
section.flow div.container div.step h3 span.ttl {
  font-size: 2rem;
}
section.flow div.container div.step figure {
  width:90%;
  margin: 0 auto 50px;
}
section.flow div.container div.step ol {
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}
section.flow div.container div.step ol li {
  position: relative;
  font-size: 1.8rem;
  padding-left: 1.8em;
  line-height: 1.5;
}
section.flow div.container div.step ol li:not(:last-child) {
  margin-bottom: 0.5em;
}
section.flow div.container div.step ol li::before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #222;
  text-align: center;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 24px;
  color: #fff;
}
section.faq div.n-container div.qa-list {
  width:100%;
}
section.faq div.n-container div.qa-list dl {
  position: relative;
  margin: 10px 0 0;
  cursor: pointer;
  border: 1px solid #cff1ec;
}
section.faq div.n-container div.qa-list dl:first-child {
  margin-top: 0;
}
section.faq div.n-container div.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 1px solid #000;
  border-right: 1px solid #000;
}
section.faq div.n-container div.qa-list .open::after {
    transform: rotate(-45deg);
}
section.faq div.n-container div.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 70px;
  background: #cff1ec;
  font-size: 1.8rem;
}
section.faq div.n-container div.qa-list dl dt::before {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 36px;
  color:#fff;
  position: absolute;
  top: 50%;
  left: 20px;
  margin-top:-18px;
  display: block;
  width:36px;
  height:36px;
  content: 'Q';
  background-color:#222;
}
section.faq div.n-container div.qa-list dl dd::before {
  text-align: center;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 36px;
  color:#fff;
  position: absolute;
  left: 20px;
  display: block;
  width:36px;
  height:36px;
  content: 'A';
  background-color:#ff4d4d;
}
section.faq div.n-container div.qa-list dl dd {
  position: relative;
    margin: 0;
    padding: 20px 20px 20px 70px;
}
section.faq div.n-container div.qa-list dl dd p {
    margin: 30px 0 0;
}
section.faq div.n-container div.qa-list dl dd p:first-child{
    margin-top: 0;
}
section.faq div.n-container div.qa-list dl dd figure {
  width:95%;
  margin-top: 20px;
}
section.faq div.n-container div.qa-list dl dd figure img {
  width:100%;
}
section.faq div.n-container div.qa-list dl dd a {
  color:#f61c1c;
}
section.faq div.n-container div.qa-list dl dd div.policy {
  width:96%;
  padding: 24px 18px;
  background-color: #f5f5f5;
  margin-top: 10px;
}
section.faq div.n-container div.qa-list dl dd div.policy figure {
  width:151px;
  margin: 0 auto 20px;
}
section.faq div.n-container div.qa-list dl dd div.policy figure img {
  width:100%;
}
section.faq div.n-container div.qa-list dl dd div.policy h3 {
  text-align: center;
  margin-bottom: 0.2em;
}
section.faq div.n-container div.qa-list dl dd div.policy ol {
  padding: 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  counter-reset: li;
}
section.faq div.n-container div.qa-list dl dd div.policy ol li {
  position: relative;
  padding-left: 1.8em;
  font-size: 0.9em;
  line-height: 1.5em;
  margin-bottom: 0.4em;
}
section.faq div.n-container div.qa-list dl dd div.policy ol li:before {
  counter-increment: li;
  content: counter(li);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
  border: solid 1px #777;
  text-align: center;
  font-size: 1.2rem;
  line-height: 18px;
}
section.faq div.n-container div.qa-list dl dd div.policy p.bold {
  text-align: center;
  margin: 10px 0 0;
}
section.contact {
  width:100%;
  padding: 80px 0 100px;
  background-color: #f0f0f0;
}
section.contact div.section--6 div.inner div.heading03 {
  text-align: center;
  margin-bottom: 40px;
}
section.contact div.section--6 div.inner div.heading03 div.baloon {
  position: relative;
  display: inline-block;
  margin-bottom: 1em;
  padding: 0.1em 1.6em;
  border-radius: 25px;
  color: #fff;
  font-size: 16px;
  background: #ff4d4d;
}
section.contact div.section--6 div.inner div.heading03 div.baloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -8px;
  border: 8px solid transparent;
  border-top: 8px solid #ff4d4d;
}
section.contact div.section--6 div.inner div.heading03 div.baloon span {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
}
section.contact div.section--6 div.inner div.heading03 h2 {
  font-size: 3rem;
  line-height: 1.5;
  margin-bottom: 1em;
}
section.contact div.section--6 div.inner div.heading03 p.remark {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}
section.contact div.section--6 div.inner div.phone-area {
  width:100%;
  padding: 36px 0;
  background-color: #fff;
  border: solid 4px #ff4d4d;
  border-radius: 2px;
  text-align: center;
}
section.contact div.section--6 div.inner div.phone-area h3 {
  font-size: 2.4rem;
  margin-bottom: 0.5em;
}
section.contact div.section--6 div.inner div.phone-area a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
}
section.contact div.section--6 div.inner div.phone-area a figure {
  width:80px;
  margin-right:16px;
}
section.contact div.section--6 div.inner div.phone-area a span.en {
  font-size: 6rem;
  line-height: 1;
}
section.contact div.section--6 div.inner div.phone-area p {
  font-size: 1.6rem;
  font-weight: 500;
}
footer {
  padding: 50px 0;
  background-color: #222;
}
footer div.container {
  width:1152px;
  margin: 0 auto;
}
footer div.container figure {
  width:119px;
  margin-bottom: 50px;
}
footer div.container figure img {
  width:100%;
}
footer div.container div.end-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color:#fff;
}
footer div.container div.end-flex ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
footer div.container div.end-flex ul li {
  padding-right: 1.5em;
  margin-right: 1.5em;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1;
}
footer div.container div.end-flex ul li:not(:last-child) {
  border-right: solid 1px #fff;
}
footer div.container div.end-flex p {
  font-size: 1.2rem;
  letter-spacing: 0.05em;
}

.section--6 > .inner {
  max-width:600px;
  margin: 0 auto;
}
.section--6 > .inner > .form dt {
    display: block;
    margin-bottom: 8px;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    line-height: 1;
}
.section--6 > .inner > .form dt .required,
.section--6 > .inner > .form dt .optional {
    display: none;
}
.section--6 > .inner > .form dt > span {
    color: #ff4d4d;
    font-size: 1.2rem;
    line-height: 1;
    display: inline-block;
    margin-left: 10px;
    background: #fff;
    padding: 2px 5px;
    border: solid 1px #ff4d4d;
}
.section--6 > .inner > .form dd {
    display: block;
    margin-bottom: 24px;
}
.section--6 > .inner > .form input[type="text"],
.section--6 > .inner > .form textarea,
.section--6 > .inner > .form input[type="email"] {
    background: #ffffff;
    padding: 10px;
    border: solid 1px #777;
    display: block;
    width: 100%;
    font-size: 1.2rem;
}
.section--6 > .inner > .form .error_blank {
    display: block;
    margin: 10px 0;
    font-size: 1.4rem;
    color: #ff4d4d;
}
.section--6 > .inner > .form input[type="text"],
.section--6 > .inner > .form textarea,
.section--6 > .inner > .form input[type="email"] {
    background: #ffffff;
    padding: 10px;
    border: solid 1px #777;
    display: block;
    width: 100%;
    font-size: 1.2rem;
}
.btn__submit {
    display: block;
    margin: auto;
    padding: 20px;
}
.section p,
.section--1 p,
.section--2 p,
.section--3 p,
.section--4 p,
.section--5 p,
.section--6 p,
.section--7 p {
    font-size: 1.1rem;
    line-height: 2;
    font-weight: 900;
    text-align: center;
}
.btn__submit input[type="button"] {
    display: block;
    width: 300px;
    margin:0 auto 90px;
    text-align: center;
    font-family: "Yu Gothic", "游ゴシック", "YuGothic", "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
    font-weight: bold;
    font-size: 2rem;
    color: #ffffff;
    padding: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    background: #ff4d4d;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: none;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.btn__submit input[type="button"]:hover {
  background: #222;
}

/* -- thanksページ ------ */
section.message div.container {
  text-align: center;
}
section.message div.container div.logo {
  width:240px;
  margin: 0 auto 40px;
}
section.message div.container h1 {
  font-size:2.8rem;
  margin-bottom: 1em;
}
/* -- for JavaScript ここから -------------------------------------------------------------------------------- */



form#mail_form dl dt span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

form#mail_form dl dd span.error_blank,
form#mail_form dl dd span.error_format,
form#mail_form dl dd span.error_match {
	display: block;
	color: #ff0000;
	margin-top: 3px;
}


span.loading {
	width: 50px;
	height: 50px;
	border-radius: 50%;
	border-top: 5px solid rgba( 255, 255, 255, 0.2 );
	border-right: 5px solid rgba( 255, 255, 255, 0.2 );
	border-bottom: 5px solid rgba( 255, 255, 255, 0.2 );
	border-left: 5px solid #ffffff;
	-webkit-transform: translateZ( 0 );
	-ms-transform: translateZ( 0 );
	transform: translateZ( 0 );
	-webkit-animation: load-circle 1.0s linear infinite;
	animation: load-circle 1.0s linear infinite;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
}

@-webkit-keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}

@keyframes load-circle {
	0% {
		-webkit-transform: rotate( 0deg );
		transform: rotate( 0deg );
	}
	100% {
		-webkit-transform: rotate( 360deg );
		transform: rotate( 360deg );
	}
}


/* -- for JavaScript ここまで -------------------------------------------------------------------------------- */

@media screen and (max-width: 1800px) {
header nav.transform {
    height: 50px;
}
section.mv {
  height: 47vw;
}
section.mv div.inr {
  width:1200px;
}
section.mv div.inr div.ttl {
  width:730px;
}
section {
  padding: 80px 0;
}
section.trouble {
    padding-bottom: 40px;
}
section.reason {
    padding: 65px 0 80px;
}
}
@media screen and (max-width: 1439px) {
  .globalnav .dropdown-btn {
    padding:8px 10px 8px;
  }
}
@media screen and (max-width: 1365px) {
header nav.transform {
    height: 50px;
}
body {
    font-size: 1.5rem;
}
section.mv {
    height: 52vw;
}
}
@media screen and (max-width: 1279px) {
header {
    width:100%;
}
.nav-button-wrap {
    display:none;
    z-index:1200;
    cursor: pointer;
    padding:15px;
    height:53px;
    background-color: #000;
}
.globalnav {
    display:none;
}
.globalnav .close {
    display:none;
}
.globalnav-wrap.open .globalnav {
    display:block;
    padding:40px 20px 0;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 1000;
}
.globalnav-wrap.open .globalnav li {
    display:block;
}
.globalnav-wrap.open .globalnav li:hover {
    background:transparent;
}
.globalnav-wrap.open .globalnav li a {
    color:#fff;
}
.nav-button,
.nav-button span {
    display: inline-block;
    transition: all 0.3s;
}
.nav-button {
    z-index: 20;
    width: 25px;
    height: 19px;
    position: relative;
}
.nav-button span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #fff;
    border-radius: 4px;
}
.nav-button span:nth-of-type(1) {
    top: 0;
}
.nav-button span:nth-of-type(2) {
    top: 8px;
}
.nav-button span:nth-of-type(3) {
    bottom: 0;
}
.active .nav-button span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
}
.active .nav-button span:nth-of-type(2) {
    opacity: 0;
}
.active .nav-button span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
}
header nav {
    height:53px;
}
header nav.transform {
    height: 53px;
}
header nav a.logo {
    padding: 0;
    width:150px;
}
.globalnav-wrap {
    padding: 30px 30px 0;
}
.globalnav-wrap div.gnav {
    flex-direction: row-reverse;
}
.globalnav-wrap div.gnav div.menu {
    padding-right: 0;
}
.globalnav-wrap div.gnav a.contact {
    display: none;
}
.globalnav-wrap.open div.gnav a.contact {
    display: block;
    z-index:1000;
    width: 200px;
    height: 72px;
}
.globalnav-wrap.open div.gnav a.contact {
    position: absolute;
    top: 55px;
    left: 300px;
    padding: 10px 0;
    background-color: #fff;
    color:#000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.globalnav-wrap.open div.gnav a.contact span.far {
    margin-right: 10px;
}
.globalnav-wrap.open div.gnav a.contact span.txt {
  width: 100px;
}
.globalnav .dropdown-btn {
    padding: 7px 50px;
    font-size: 1.7rem;
}
.globalnav.transform .dropdown-btn {
    padding: 7px 50px;
}
section.mv div.inr {
    width: 100%;
    padding: 0 6%;
}
section div.container {
    width: 100%;
    padding: 0 4%;
}
section div.n-container {
  max-width: 100%;
  padding: 0 4%;
}
section.mv {
    height: 630px;
}
section.recommend div.n-container ul {
    padding: 44px 0 44px 160px;
}
section.result div.container ul li {
    padding: 10px;
}
section.result div.container ul li div.desc h3 {
    line-height: 1.2;
}
section.result div.container ul li div.desc div.box h4 {
    font-size: 2rem;
}
section.trouble div.container ul li h3 {
    font-size: 1.5rem;
    letter-spacing: 0.01em;
}
section.solution div.container div.voice {
    padding: 30px 20px 80px;
}
section.solution div.container div.voice div.heading02 {
    margin-bottom: 20px;
}
section.solution div.container div.voice ul.interview li div.txt-area {
    top: 16px;
    width: 78%;
    padding: 25px 20px;
}
section.service div.container div.range {
    padding: 50px 30px 20px;
}
section.service div.container div.range h3 {
    width: 320px;
}
section.service div.container div.range.third ul li {
    padding: 20px 150px 30px 20px;
}
section.service div.container div.range.web ul li {
    padding: 20px 20px;
}
section.difference div.container ul li figure {
    padding: 36px 40px 50px;
}
section.reason {
    padding-top: 60px;
}
section.reason div.container ul li span.en {
    font-size: 6rem;
}
section.reason div.container ul li div.desc {
    top: 190px;
}
section.reason div.container ul li div.desc h3 {
    font-size: 2rem;
}
section.reason div.container ul li div.desc p {
    padding-right: 0;
}
section.new div.container div.scroll table tr td {
    padding: 16px 5px;
}
section.new div.container div.scroll table tr td.info {
    text-align: center;
}
section.flow div.container div.step h3 {
    width: 420px;
}
footer {
    padding: 30px 0;
}
footer div.container {
    width: 100%;
    padding: 0 6%;
}
footer div.container figure {
    margin-bottom: 20px;
}
}
@media screen and (max-width: 1023px) {
.globalnav-wrap.open div.gnav a.contact span.txt {
    width:80px;
}
.pc {
    display:none;
}
.sp {
    display:block;
}
.wide-only {
  display: none;
}
section {
    padding: 60px 0;
}
section div a.contact {
    margin: 35px auto 0;
}
section div div.heading01 {
    margin-bottom: 30px;
}
section div div.heading01 h2 {
    font-size: 2.4rem;
    line-height: 1.5;
}
section div div.heading02 h2, section div div.heading02 h3 {
    font-size: 2.4rem;
}
section div div.heading01 span.sub {
    font-size: 2rem;
}
section.mv {
    padding: 80px 0;
    height: 600px;
    background-position: left 60% center;
}
section.mv div.inr div.ttl {
    width: 86vw;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 {
    font-size: 4.8rem;
}
section.mv div.inr div.ttl ul li h3 {
    font-size: 2rem;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design figure {
    width: 60px;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design h2 {
    font-size: 2.4rem;
}
section.recommend div.n-container ul {
    padding: 30px 0 30px 30px;
}
section.recommend div.n-container ul li {
    font-size: 1.6rem;
}
section.result div.container ul li div.desc h3 {
    font-size: 1.7rem;
}
section.result div.container ul li div.desc div.box h4 {
    font-size: 1.6rem;
}
section.trouble div.container ul:before,
section.trouble div.container ul:after {
  display: block;
  content:'';
  width:24%;
  height:0;
}
section.trouble div.container ul:before {
  order: 1;
}
section.trouble div.container ul li {
    width: 24%;
    padding: 20px 0;
}
section.trouble div.container ul li span.en {
    font-size: 4rem;
}
section.solution div.container div.voice {
    padding: 30px 20px 230px;
}
section.solution div.container div.voice div.heading02 {
    margin-bottom: 30px;
}
section.solution div.container div.heading01 span.bold {
    font-size: 3.2rem;
}
section.solution div.container div.heading01 h2 {
    font-size: 3.6rem;
}
section.solution div.container div.heading01 h2 figure {
    width: 220px;
}
section.solution div.container div.voice ul.interview li figure {
    width: 44%;
}
section.solution div.container div.voice ul.interview li div.txt-area {
    width: 60%;
    padding: 35px 30px;
}
section.solution div.container div.voice ul.interview li div.txt-area div.desc {
    width: 100%;
    margin-bottom: 20px;
}
section.solution div.container div.voice ul.interview li div.txt-area ul {
    width: 100%;
    padding: 15px 10px;
}
section.solution div.container div.voice ul.interview li:not(:last-child) {
    margin-bottom: 230px;
}
section.solution div.container div.voice ul.interview li:first-child {
    margin-bottom: 250px;
}
section.service div.container div.heading01 h2 figure {
    width: 180px;
}
section.service div.container div.range.third ul li {
    width: 100%;
    padding: 20px 36% 30px 20px;
}
section.service div.container div.range.web ul li {
    width: 48.5%;
}
section.report {
  padding: 60px 0;
}
section.difference div.container ul li {
  width:100%;
}
section.difference div.container ul li:not(:last-child) {
  margin-bottom: 20px;
}
section.difference div.container ul li h3 {
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
}
section.difference div.container ul li figure {
    padding: 36px 20% 50px;
}
section.difference div.container ul {
    margin-bottom: 20px;
}
section.reason {
    padding: 65px 0px;
}
section.reason div.container div.heading02 {
    margin-bottom: 45px;
}
section.reason div.container ul {
    justify-content: space-around;
}
section.reason div.container ul li {
    width: 40%;
    padding-bottom: 15vw;
}
section.reason div.container ul li div.desc {
    top: 29vw;
    width: calc(100% - 0em);
}
section.reason div.container ul li span.en {
    font-size: 5rem;
}
section.reason div.container p.remark {
  margin-top: 0;
}
section.new div.container div.scroll {
    overflow-x: auto;
    padding: 0 2px;
}
section.new div.container div.scroll table {
  min-width:960px;
}
section.fee div.container table {
    width: 100%;
}
section.flow div.container div.step {
    padding: 60px 20px 25px;
}
section.flow div.container div.step:not(:last-child) {
    margin-bottom: 40px;
}
section.flow div.container div.step figure {
    width: 50%;
    margin: 0 auto 30px;
}
section.flow div.container div.step ol li {
    font-size: 1.6rem;
    padding-left: 1.6em;
}
section.flow div.container div.step ol li::before {
    width: 20px;
    height: 20px;
    line-height: 20px;
}
section.contact {
    padding: 70px 0 80px;
}
section.contact div.section--6 div.inner div.heading03 h2 {
    margin-bottom: 0.6em;
}
section.contact div.section--6 div.inner div.phone-area a span.en {
    font-size: 5rem;
}
footer div.container figure {
    width: 100px;
}
.btn__submit input[type="button"] {
    margin: 0 auto 60px;
}
/* -- thanksページ ------ */
section.message div.container div.logo {
  width:200px;
  margin: 0 auto 30px;
}
section.message div.container h1 {
  font-size:2.4rem;
  margin-bottom: 1em;
}
section.message div.container p {
  padding: 0 40px;
}
}
@media screen and (max-width: 767px) {
.pc-only {
    display: none;
  }
.sp-only {
    display: block;
}
.nav-button-wrap {
    padding: 17px 15px;
}
.globalnav-wrap {
    padding: 20px 30px 0;
}
header nav a.logo {
    width: 128px;
}
.globalnav-wrap.open div.gnav a.contact {
    top: 420px;
    left: 68px;
    padding: 10px 0;
}
.globalnav-wrap.open div.gnav a.contact {
    height: 52px;
}
section.mv div.inr div.ttl {
    width: 100%;
    padding: 2vw 0 0;
}
section.mv div.inr div.ttl ul li {
    padding: 0.6em 1em;
}
section.mv div.inr div.ttl ul li:last-child {
  margin-right: 0;
}
section.mv div.inr div.ttl ul li h3 {
    font-size: 1.6rem;
}
section.mv div.inr div.ttl div.ttl-flex div.txt {
    width: 72%;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 {
    font-size: 2.9rem;
}
section.mv div.inr div.ttl div.ttl-flex div.txt h1 figure {
    width: 78%;
    margin-left: 8px;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design {
    width: 84%;
    padding: 0.8em 0 0.7em;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design figure {
    width: 38px;
}
section.mv div.inr div.ttl div.ttl-flex div.txt div.design h2 {
    font-size: 1.9rem;
    letter-spacing: 0.01em;
    line-height: 1.4;
}
section.mv div.inr div.ttl div.ttl-flex figure.device {
    top: 10px;
    right: -5%;
    width: 46%;
}
section.mv {
    background-image: url(../img/seminar/bg-mv-sp.jpg);
}
body {
    font-size: 1.4rem;
}
.pc-only {
  display: none;
}
h1, h2 {
    letter-spacing: 0.01em;
}
section div div.heading02 h2, section div div.heading02 h3 {
    font-size: 2.1rem;
}
section div div.heading01 {
    margin-bottom: 30px;
}
section div div.heading01 p {
    text-align:left;
}
section div div.heading02 {
    margin-bottom: 30px;
}
section div div.heading02 p {
  text-align:left;
}
section {
    padding: 50px 0;
}
section.recommend div.n-container div.heading01 span figure {
    width: 140px;
}
section.recommend div.n-container div.heading01 {
    margin-bottom: 10px;
}
section.recommend div.n-container ul {
    padding: 28px 20px;
    border: solid 6px #f0f0f0;
}
section.recommend div.n-container ul li {
    line-height: 1.4;
    font-size: 1.5rem;
}
section.recommend div.n-container ul li i.fas {
  line-height: 1.4;
}
section.recommend div.n-container ul li:not(:last-child) {
    margin-bottom: 1em;
}
section.result div.container ul {
    flex-wrap: wrap;
    margin-bottom: 20px;
}
section.result div.container ul li {
    width: 100%;
    margin-bottom: 10px;
}
section.result div.container div.txt-area h3 {
    font-size: 1.8rem;
    line-height: 1.6;
    text-align: left;
}
section.result div.container div.txt-area p {
  text-align: left;
}
section.trouble {
  padding-bottom: 30px;
}
section.trouble div.container div.heading01 {
    margin-bottom: 50px;
}
section.trouble div.container ul li {
    width: 49%;
    margin-bottom: 30px;
}
section.trouble div.container ul li h3 {
    font-size: 1.4rem;
}
section.solution {
    padding-top: 70px;
}
section.solution div.container div.heading01 {
    margin-bottom: 30px;
}
section.solution div.container div.heading01 span.bold {
    font-size: 2.4rem;
}
section.solution div.container div.heading01 h2 {
    font-size: 2.2rem;
}
section.solution div.container div.heading01 h2 figure {
    width: 120px;
}
section.solution div.container div.heading01 p {
    text-align: left;
}
section.solution div.container div.voice {
    padding: 30px 20px 30px;
}
section.solution div.container div.voice ul.interview li {
    display: flex;
    flex-direction: column;
}
section.solution div.container div.voice ul.interview li:not(:last-child) {
    margin-bottom: 30px;
}
section.solution div.container div.voice ul.interview li figure {
    width: 100%;
}
section.solution div.container div.voice ul.interview li div.txt-area {
    position: static;
    width: 100%;
    padding: 25px 20px;
}
section.solution div.container div.voice ul.interview li div.txt-area div.desc h4 {
    line-height: 1.4;
}
section.solution div.container div.voice ul.interview li div.txt-area ul li {
    flex-direction: row;
}
section.service div.container div.heading01 h2 figure {
    width: 128px;
}
section.service div.container div.heading01 h2 span.big {
    font-size: 1.1em;
}
section.service div.container div.heading01 {
    margin-bottom: 60px;
}
section.service div.container div.range h3 {
    width: 80%;
    height: 40px;
    font-size: 1.8rem;
    line-height: 40px;
}
section.service div.container div.range {
    padding: 40px 6% 10px;
}
section.service div.container div.range.third ul li {
    padding: 20px 20px 180px;
}
section.service div.container div.range.third ul li:nth-child(1) {
    background: url(../img/seminar/bg-ck01-sp.jpg);
    background-position: center;
    background-size: cover;
}
section.service div.container div.range.third ul li:nth-child(2) {
    background: url(../img/seminar/bg-ck02-sp.jpg);
    background-position: center;
    background-size: cover;
}
section.service div.container div.range.third {
    margin-bottom: 60px;
}
section.service div.container div.range.web ul li {
    width: 100%;
}
section.report {
  padding: 50px 0;
}
section.difference div.container div.heading01 h2 {
    line-height: 1.4;
    padding-top: 0.3em;
}
section.difference div.container ul li figure {
    padding: 20px 4% 30px;
}
section.difference div.container p {
    text-align: center;
    font-size: 1.6rem;
}
section.reason {
    padding: 45px 0;
}
section.reason div.container ul li {
    width: 90%;
    padding-bottom: 20vw;
}
section.reason div.container ul li:nth-child(2) {
    padding-bottom: 28vw;
}
section.reason div.container ul li div.desc {
    top: 66vw;
}
section.new div.container div.scroll table tr th {
    font-size: 1.8rem;
}
section.fee div.container div.heading02 {
    margin-bottom: 25px;
}
section.fee div.container table tr th.rksl figure {
    width: 80px;
}
section.fee div.container table tr th.std {
    font-size: 1.4rem;
}
section.fee div.container table tr td {
    padding: 15px 0;
    font-size: 1.4rem;
}
section.flow div.container div.step h3 {
    width: 90%;
    flex-wrap:wrap;
}
section.flow div.container div.step h3 span.ttl {
    font-size: 1.8rem;
    width: 100%;
    text-align: center;
    margin-top: 0.5em;
}
section.flow div.container div.step {
    padding: 90px 20px 25px;
    border: solid 6px #cff1ec;
}
section.flow div.container div.step:not(:last-child) {
    margin-bottom: 30px;
}
section.flow div.container div.step figure {
    width: 90%;
}
section.flow div.container div.step ol li {
    font-size: 1.5rem;
}
section.faq div.n-container div.qa-list dl dt {
    padding: 15px 15px 15px 40px;
    font-size: 1.5rem;
    line-height: 1.5;
}
section.faq div.n-container div.qa-list dl dt::before {
    left: 0;
    font-size: 1.8rem;
    line-height: 24px;
    margin-top: -12px;
    display: block;
    width: 24px;
    height: 24px;
}
section.faq div.n-container div.qa-list dl dd {
    padding: 15px 15px 25px 40px;
}
section.faq div.n-container div.qa-list dl dd::before {
  top:24px;
  left: 0;
  font-size: 1.8rem;
  line-height: 24px;
  margin-top: -12px;
  display: block;
  width: 24px;
  height: 24px;
}
section.faq div.n-container div.qa-list dl::after {
    top: 20px;
    right: 10px;
}
section.faq div.n-container div.qa-list dl dd div.policy {
    width: 100%;
    margin-top: 15px;
}
section.faq div.n-container div.qa-list dl dd div.policy ol {
    padding: 10px;
}
section.faq div.n-container div.qa-list dl dd div.policy ol li:before {
    width: 16px;
    height: 16px;
    font-size: 1.1rem;
    line-height: 16px;
}
section.contact {
    padding: 50px 0 60px;
}
section.contact div.section--6 div.inner div.heading03 div.baloon {
    font-size: 1.5rem;
    background: #ff4d4d;
}
section.contact div.section--6 div.inner div.heading03 h2 {
    font-size: 2.4rem;
}
section.contact div.section--6 div.inner div.heading03 p.remark {
    font-size: 1.5rem;
    text-align: left;
}
.section--6 > .inner {
    max-width: 100%;
    padding: 0 6%;
}
.btn__submit input[type="button"] {
    margin: 0 auto 60px;
}
.btn__submit input[type="button"] {
    display: block;
    width: 88%;
}
section.contact div.section--6 div.inner div.phone-area h3 {
    font-size: 2rem;
}
section.contact div.section--6 div.inner div.phone-area {
    padding: 28px 0;
}
section.contact div.section--6 div.inner div.phone-area a {
    margin-bottom: 10px;
}
section.contact div.section--6 div.inner div.phone-area a figure {
    width: 40px;
    margin-right: 6px;
}
section.contact div.section--6 div.inner div.phone-area a span.en {
    font-size: 3.6rem;
}
section.contact div.section--6 div.inner div.phone-area p {
    font-size: 1.5rem;
}
footer div.container div.end-flex ul {
    margin-bottom: 12px;
}
/* -- thanksページ ------ */
section.message div.container div.logo {
  width:180px;
  margin: 0 auto 30px;
}
section.message div.container h1 {
  font-size:1.7rem;
  margin-bottom: 1em;
}
section.message div.container p {
  padding: 0 14px;
}
}
