@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
html {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}
q,
blockquote {
  quotes: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}
a img {
  border: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}
* {
  outline: none;
}
img {
  max-width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
  width: auto\9;
}
video embed,
video object,
video iframe {
  width: 100%;
  height: auto;
}

a:link,
a:visited {
  color: #0d1c4c;
  text-decoration: underline;
}
@keyframes ripple-effect {
  0% {
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    transform: scale(100);
    opacity: 0;
  }
}
/* html {
  visibility: hidden;
}
html.wf-active {
  visibility: visible;
} */
body {
  font-family:  Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    sans-serif;
  font-family: "roboto", Helvetica, Arial, "游ゴシック体", "Yu Gothic", YuGothic,
    "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo,
    sans-serif;
  color: #494b50;
  background: #fff;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
.header {
  width: 100%;
  position: fixed;
  background: #fff;
  z-index: 9999;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.header__inr {
  background: #fff;
}
.header-fix:after {
  content: "";
  width: 100%;
  display: block;
}
.common-headline {
  border-top: #e5e6ea solid 1px;
}
.breadcrumb-wrap {
  width: 100%;
}
.breadcrumb {
  text-align: left;
}
.breadcrumb li {
  display: inline-block;
  color: #777;
}
.breadcrumb li + li:before {
  content: "/";
  padding-right: 6px;
}
a.foot-nav__item__link {
  text-decoration: none;
}
.copyright {
  width: 100%;
  background: #f3f4f7;
  color: #0f2032;
  position: relative;
}
.copyright:after {
  content: "";
  display: block;
  background: #ffbe12;
  position: absolute;
  top: 0;
  left: 50%;
  height: 3px;
}
#scrolltotop a {
  background: #fff;
  border-radius: 50px;
  position: fixed;
  right: 3%;
  z-index: 99;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
}
#scrolltotop span:after {
  transition: all 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#scrolltotop span:before {
  transition: all 0.3s;
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 4px;
  border-radius: 2px;
  background: #000;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#scrolltotop a:hover {
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
}
#scrolltotop a:hover span:after,
#scrolltotop a:hover span:before {
  transition: all 0.3s;
  top: 36%;
}
#sp-open {
  cursor: pointer;
}
.link {
  text-align: right;
  margin-bottom: 1em;
}
.link a {
  padding-right: 16px;
  position: relative;
}
.link a:before {
  content: "";
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  display: block;
  margin-top: -5px;
  top: 50%;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-color: #0d1c4c;
  right: 0;
}
.topkv {
  overflow: hidden;
  position: relative;
  z-index: -1;
  width: 100%;
}
.topkv__txt {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.topkv__txt__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.topkv__txt:after {
  content: "";
  top: 0;
  width: 100%;
  height: 100vw;
  position: absolute;
  background: #fff;
  transform: skewX(-16deg);
}
.topkv__sub,
.topkv__main {
  position: relative;
  z-index: 3;
}
.topkv__sub {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 1;
  -webkit-order: 1;
  order: 1;
  line-height: 1.8;
  color: #0f2032;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: left;
}
.topkv__main {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: 0;
  -webkit-order: 0;
  order: 0;
  line-height: 1.3;
  color: #0f2032;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  text-align: left;
}
.topkv__imgbox {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.topkv__imgbox__img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}
.topkv__imgbox__img img {
  width: 100%;
  object-fit: cover;
}
.topkv__imgbox__txt {
  font-family: "source-han-serif-japanese";
  font-weight: 100;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.8);
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-align: left;
  -webkit-font-smoothing: antialiased;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
}
.topkv__imgbox__txt span {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic;
  font-weight: 100;
  font-size: 90%;
  display: inline-block;
  padding-top: 0.4em;
}
.topkv-must {
  width: 100%;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.topkv-must:before,
.topkv-must:after {
  content: "";
  background: #ffbe12;
  display: block;
  width: 6000px;
  position: absolute;
  left: 50%;
  margin-left: -3000px;
  z-index: -1;
}
.topkv-must__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #fff;
  position: relative;
  width: 100%;
}
.topkv-must__title:after {
  content: "";
  top: 0;
  left: 50%;
  position: absolute;
  background: #f98e0f;
  transform: skewX(-18deg);
  z-index: -1;
}
.topkv-must__box {
  width: 100%;
  background: #ffbe12;
}
.topkv-must__list {
  font-family: 'Noto Sans JP', sans-serif;
  color: #0f2032;
}
.topkv-must__list dt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-weight: 700;
}
.topkv-must__list dd {
  font-weight: 900;
}
.topkv-trouble {
  background: #778899;
  position: relative;
  overflow: hidden;
}
.topkv-trouble:before {
  content: "";
  background: #fff;
  display: block;
  width: 6000px;
  position: absolute;
  left: 50%;
  margin-left: -3000px;
  height: 200px;
  bottom: -150px;
  -webkit-transform: rotate(-2deg);
  -moz-transform: rotate(-2deg);
  -ms-transform: rotate(-2deg);
  -o-transform: rotate(-2deg);
  transform: rotate(-2deg);
  z-index: 2;
}
.topkv-trouble:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #f98e0f transparent transparent transparent;
}
.topkv-trouble__inr {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
.topkv-trouble__txt {
  color: #fff;
  text-align: left;
}
.topkv-trouble__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-bottom: 1em;
}
.topkv-trouble__list li {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  line-height: 1.4;
}
.topkv-trouble__img {
  position: absolute;
}
.top-reason__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-bottom: 1em;
  color: #0f2032;
}
.top-reason__flow {
  width: 100%;
  background: #f3f4f7;
  position: relative;
}
.top-reason__flow__item {
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.top-reason__flow__item__txt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-reason__flow__item__txt:after {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffbe12 transparent transparent transparent;
}
.top-reason__flow__item__txt.oend:after {
  display: none;
}
.top-reason__flow__item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1.4;
  color: #0f2032;
  margin-bottom: 0.5em;
}
.top-reason__flow__item__no {
  font-family: oswald, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
}
.top-common-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  background: #f98e0f;
  color: #fff;
  width: 100%;
  padding: 1.5em 0;
  margin-bottom: 1.5em;
}
.topjs-txt {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #0f2032;
}
.tjt:before,
.tjt:after {
  content: "";
  background: #ffbe12;
  display: inline-block;
}
.tjt:before {
  -webkit-transform: rotate(-25deg);
  -moz-transform: rotate(-25deg);
  -ms-transform: rotate(-25deg);
  -o-transform: rotate(-25deg);
  transform: rotate(-25deg);
}
.tjt:after {
  -webkit-transform: rotate(25deg);
  -moz-transform: rotate(25deg);
  -ms-transform: rotate(25deg);
  -o-transform: rotate(25deg);
  transform: rotate(25deg);
}
.tt01,
.tt02,
.tt03,
.tt04,
.tt05,
.tt06,
.tt07{
  display: inline-block;
}
.tt01,
.tt02,
.tt03,
.tt04,
.tt05,
.tt06,
.tt07,
.tjt:before,
.tjt:after {
  opacity: 0;
  -webkit-transform: translateY(120%);
  -ms-transform: translateY(120%);
  transform: translateY(120%);
}
.tjt:before {
  -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
  animation: topjstxt 0.1s ease 0.9s 1 forwards;
}
.tjt:after {
  -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
  animation: topjstxt 0.1s ease 0.9s 1 forwards;
}
.tjt:before {
  -webkit-animation: topjstxtb 0.1s ease 0.9s 1 forwards;
  animation: topjstxtb 0.1s ease 0.9s 1 forwards;
}
.tjt:after {
  -webkit-animation: topjstxta 0.1s ease 0.9s 1 forwards;
  animation: topjstxta 0.1s ease 0.9s 1 forwards;
}
.topjs-txt__1 {
  -webkit-animation: topjstxt 0.5s ease 0.2s 1 forwards;
  animation: topjstxt 0.5s ease 0.2s 1 forwards;
}
.topjs-txt__2 {
  -webkit-animation: topjstxt 0.5s ease 0.4s 1 forwards;
  animation: topjstxt 0.5s ease 0.4s 1 forwards;
}
.topjs-txt__3 {
  -webkit-animation: topjstxt 0.5s ease 0.6s 1 forwards;
  animation: topjstxt 0.5s ease 0.6s 1 forwards;
}
.topjs-txt__4 {
  -webkit-animation: topjstxt 0.5s ease 0.8s 1 forwards;
  animation: topjstxt 0.5s ease 0.8s 1 forwards;
}
.topjs-txt__5 {
  -webkit-animation: topjstxt 0.5s ease 1s 1 forwards;
  animation: topjstxt 0.5s ease 1s 1 forwards;
}
.topjs-txt__6 {
  -webkit-animation: topjstxt 0.5s ease 1.2s 1 forwards;
  animation: topjstxt 0.5s ease 1.2s 1 forwards;
}
.topjs-txt__7 {
  -webkit-animation: topjstxt 0.5s ease 1.4s 1 forwards;
  animation: topjstxt 0.5s ease 1.4s 1 forwards;
}
@-webkit-keyframes topjstxt {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes topjstxt {
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes topjstxtb {
  100% {
    opacity: 1;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
}
@keyframes topjstxtb {
  100% {
    opacity: 1;
    -webkit-transform: rotate(-25deg);
    -moz-transform: rotate(-25deg);
    -ms-transform: rotate(-25deg);
    -o-transform: rotate(-25deg);
    transform: rotate(-25deg);
  }
}
@-webkit-keyframes topjstxta {
  100% {
    opacity: 1;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
@keyframes topjstxta {
  100% {
    opacity: 1;
    -webkit-transform: rotate(25deg);
    -moz-transform: rotate(25deg);
    -ms-transform: rotate(25deg);
    -o-transform: rotate(25deg);
    transform: rotate(25deg);
  }
}
.top-service__body {
  color: #0f2032;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  margin-bottom: 1em;
}
.top-service__img__txt {
  color: #0f2032;
  font-weight: bold;
  margin-top: 1.6em;
}
.top-service__catch {
  color: #0f2032;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
}
.top-change {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.top-change__txt {
  position: relative;
  color: #fff;
}
.top-change__title {
  font-family: 'Noto Sans JP', sans-serif;
  text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  font-weight: 500;
  line-height: 1.3;
  font-weight: 900;
}
.top-about {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 3;
}
.top-about__name {
  font-family: "source-han-serif-japanese", sans-serif;
  text-align: right;
  font-weight: 500;
}
.counseling {
  position: relative;
  background: #162f61;
  width: 100%;
  color: #fff;
}
.counseling__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-bottom: 1em;
	line-height: 1.5em;
	font-size: 3em !important;
}
.counseling__title02 {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 700;
  margin-bottom: 1em;
}
.counseling__body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 2em;
}
.counseling__btn {
  position: relative;
  z-index: 10;
}
a.counseling__btn__link {
  width: 100%;
  font-family: GENJ, sans-serif;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  display: block;
  background-image: linear-gradient(
    133deg,
    #1457d9 0%,
    #00c2ff 33%,
    #2a7ee4 67%,
    #3030ef 100%
  );
  background-size: 300% 300%;
  cursor: pointer;
}
span.counseling__balloon {
  color: #f98e0f;
  display: block;
  background: #fff;
  position: relative;
  z-index: 3;
  width: 236px;
  height: 40px;
  line-height: 40px;
  border-radius: 20px;
  font-family: GENJ, sans-serif;
  font-weight: 700;
}
span.counseling__balloon:after {
  width: 30px;
  height: 30px;
  border-radius: 4px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  margin-left: -15px;
  z-index: -1;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.counseling__add {
  margin: 1.2em 0 2em;
  font-weight: bold;
}
.counseling__tel {
  font-family: roboto, sans-serif;
  font-weight: 700;
  margin-bottom: 0.5em;
}
.counseling__tel a {
  color: #fff;
  text-decoration: none;
}
.counseling__tel__label {
  font-size: 60%;
}
.counseling__info {
  margin: 1.2em 0 2em;
  font-weight: bold;
}
.mid-about__name {
  color: #000;
}
.top-result {
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.top-result__txt {
  color: #000;
}
.top-result__img {
  width: 100%;
  position: absolute;
  z-index: -1;
}
.top-result__img img {
  width: 100%;
  object-fit: cover;
}
.top-result__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  line-height: 1.5;
  font-weight: 900;
}
.top-result__item {
  background-color: #fff;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
}
.top-result__item__textbox {
  background-color: #f3f4f7;
  text-align: left;
}
.top-result__item__name {
  color: #000;
  font-weight: bold;
  text-align: right;
}
.top-result__item__text {
  color: #000;
}
.top-result__item__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-weight: 900;
  text-align: left;
  color: #000;
  background-image: url(image/ico-ring-red.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
}
.top-result__item__title span {
  color: #f98e0f;
}
.meeting-common-title {
  background: #3b8fee;
  margin-bottom: 0;
}
.top-why__notice {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #fff;
  background: #0854ad;
  border-radius: 200px;
  text-align: center;
}
.top-conclusion__term {
  text-align: left;
  background-color: #fff;
}
.top-conclusion__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #0f2032;
  line-height: 140%;
		  margin-bottom: 20px;

}
.top-conclusion__title span {
  color: #f98e0f;
}
.top-conclusion__ul {
  display: inline-block;
  width: 100%;
}
.top-conclusion__ul li {
  background-image: url(image/ico-ring-or.png);
  background-repeat: no-repeat;
  background-size: 10px auto;
  line-height: 140%;
}
.top-conclusion-arrow {
  text-align: center;
	margin-top: 30px;
	clear: both;
}

.top-conclusion-title {
    font-size: 3.5rem;
    background: #fff;
    margin-bottom:25px !important;
    color: #f98e0f;
	font-family: oswald, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
}


.top-why_last:after {
  display: none;
}



.top-faq {
  background-color: #f3f4f7;
  width: 100%;
  display: inline-block;
}
.top-faq-title {
  position: relative;
  text-align: left;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  border-bottom: 1px solid #ddd;
  font-weight: 900;
  box-sizing: border-box;
}
.top-faq-title:after {
  content: "Q";
  font-family: roboto, sans-serif;
  font-weight: 300;
  color: #000;
  position: absolute;
  top: 0;
  line-height: 100%;
}
.top-faq-txt {
  position: relative;
  text-align: left;
  color: #333;
}
.top-faq-txt:after {
  content: "A";
  font-family: roboto, sans-serif;
  font-weight: 300;
  color: #4374ae;
  position: absolute;
  top: 0;
  text-align: center;
  line-height: 100%;
}
.top-think-wrap {
  background-repeat: no-repeat;
}
.top-think-wrap__inr {
  box-sizing: border-box;
}
.top-think-wrap__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #0f2032;
  line-height: 140%;
}
.top-think-wrap__title span {
  color: #f98e0f;
}
.top-think-wrap__txt {
  color: #0f2032;
  line-height: 180%;
  font-weight: bold;
}
.meeting-trial__catch {
  margin-left: auto;
  margin-right: auto;
  padding: 15px 0;
  color: #fff;
  background-color: #f98e0f;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  margin-bottom: 2em;
  position: relative;
}
.meeting-trial__catch__arrow:after {
  content: "";
  position: absolute;
  background-image: url(image/orange-arrow-down.png);
  background-repeat: no-repeat;
  background-position: bottom 0 center;
  background-size: 64px auto;
  left: 50%;
  z-index: 0;
}
.top-now-wrap__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #000;
  line-height: 140%;
}
.top-now-wrap__title span {
  color: #f98e0f;
}
.top-now-wrap__txt {
  color: #0f2032;
  line-height: 180%;
  font-weight: bold;
}
.top-point-wrap {
  box-sizing: border-box;
}
.top-point-termin {
  box-sizing: border-box;
}
.top-point-title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  color: #0f2032;
}
.top-point-title span {
  color: #f98e0f;
}
.cloud-change .top-result__title {
  color: #000 !important;
}
.cloud-change .topkv-trouble__list li {
  color: #000;
}
.cloud-common-title {
  background: #17b1c3;
  margin-bottom: 0;
}
.cloud-reason__notice {
  background-color: #308354;
}
.about-wrap {
  border-top: 1px solid #e0e0e0;
}
.about-wrap__title {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 900;
  line-height: 1.4;
  text-align: left;
  color: #0f2032;
  text-align: center;
}
.mid-catch-txt {
  font-weight: bold;
  color: #0f2032;
}







.txt-l {
  text-align: left !important;
}
.pct-blank {
  border-top: 1px solid #f7f7f7 !important;
  border-left: 1px solid #f7f7f7 !important;
  background-color: #f7f7f7;
}
.pct-pink {
  background-color: #f97d76;
  color: #fff;
  border: 1px solid #f97d76 !important;
}
.pct-or {
  background-color: #f98e0f;
  color: #fff;
  border: 1px solid #f98e0f !important;
}
.pct-bl {
  background-color: #3b8fee;
  color: #fff;
  border: 1px solid #3b8fee !important;
}
.pct-gr {
  background-color: #17b1c3;
  color: #fff;
  border: 1px solid #17b1c3 !important;
}
.pct-gray {
  background-color: #fefefe;
}
.pct-txtred {
  color: #f70d00 !important;
}
.pct-tab__budge {
  position: relative;
}
.pct-tab__budge:before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  background-color: #f78e2a;
  display: block;
}
.pct-tab__budge:after {
  content: "";
  position: absolute;
}
.pct-tab__budgeicon {
  display: block;
  font-family: "noto-sans-cjk-jp";
  font-weight: 500 !important;
  position: absolute;
  z-index: 10;
  color: #fff;
}
.txt-or {
  color: #f98e0f;
}
.txt-b {
  font-weight: bold;
}


.price-good-item {
  position: relative;
}
.price-good-itemicon {
  position: absolute;
  top: -1px;
  left: -1px;
}
.price-good-itemicon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ffbe12 transparent transparent transparent;
}
.price-good-itemicon span {
  display: block;
  font-family: "noto-sans-cjk-jp";
  position: relative;
  left: 0;
  z-index: 10;
  color: #fff;
  transform: rotate(-45deg);
}
.textFocus {
  color: #52586a !important;
}
label {
  overflow: hidden;
  *zoom: 1;
  padding: 2px 0;
  margin-right: 1em;
  margin-bottom: 1em;
}
.fixedbody {
  width: 100%;
  height: 100%;
  position: fixed;
}
.loader-box {
  width: 200px;
  height: 200px;
  line-height: 200px;
  margin-left: -100px;
  margin-top: -100px;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
}
.emcolor {
  color: #f98e0f;
}
.emcolor2 {
  color: #ffbe12;
}
.bt {
  border-top: 1px solid #ddd;
}



@media only screen and (max-width: 666px) {
  @keyframes ripple-effect {
  }
  html > * {
    transition: -webkit-tap-highlight-color 1s;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0.3);
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 1.3rem;
  }
  .header {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }
  .header__inr {
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
  }
  .logo {
    width: calc(100% - 100px);
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .logo img {
    width: 200px;
  }
  .gnav {
    display: none;
  }
  .header-fix:after {
    padding-bottom: 50px;
  }
  .sp-contact-btn {
    position: absolute;
    right: 0;
    top: 0;
  }
  .sp-contact-btn a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-center;
    justify-content: center;
    height: 50px;
    width: 50px;
  }
  .sp-contact-btn a img {
    height: 17px;
    width: 20px;
  }
  .common-headline {
    padding-bottom: 20px;
  }
  .common-headline-bc {
    display: block;
  }
  .common-headline-engtitle {
    font-size: 1rem;
  }
  .common-headline-title {
    line-height: 1.3em;
    font-size: 1.8rem;
  }
  .breadcrumb-wrap {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0.8em 1.5em;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  .breadcrumb {
    font-size: 0.9rem;
  }
  .breadcrumb li {
    margin-right: 12px;
  }
  .breadcrumb li + li:before {
    padding-right: 6px;
  }
  .foot-logo {
    margin: 0 auto 46px;
    width: 40%;
  }
  .foot-nav {
    padding-left: 4vw;
    padding-right: 4vw;
    margin-bottom: 20px;
  }
  a.foot-nav__item__link {
    position: relative;
    display: block;
    padding: 1.5em 2em;
    text-align: left;
    border-top: 1px solid #e5e6ea;
    font-size: 1.3rem;
  }
  .foot-nav__item:last-child {
    border-bottom: 1px solid #e5e6ea;
  }
  a.foot-nav__item__link:after {
    content: "";
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    position: absolute;
    display: block;
    margin-top: -3px;
    top: 50%;
    width: 6px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-color: #162f61;
    position: absolute;
    right: 14px;
  }
  .copyright {
    padding: 30px 0;
    font-size: 0.9rem;
  }
  .copyright:after {
    width: 100px;
    margin-left: -50px;
  }
  #scrolltotop a {
    bottom: -60px;
    height: 50px;
    width: 50px;
    position: fixed;
    transform: translate3d(0, 0, 0);
  }
  #scrolltotop span:after {
    top: 25px;
    left: 23px;
  }
  #scrolltotop span:before {
    top: 25px;
    left: 16px;
  }
  #sp-open {
    z-index: 99999;
    cursor: pointer;
    width: 50px;
    height: 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #162f61;
    position: relative;
    display: block;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  #sp-open::before {
    right: 12px;
    top: 18px;
    width: 26px;
    height: 1px;
    content: "";
    position: absolute;
    display: block;
    background: #162f61;
    transition: transform 0.6s ease-in-out 0s, top 0.6s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  #sp-open span {
    display: block;
  }
  #sp-open span::before {
    right: 12px;
    top: 24px;
    width: 26px;
    height: 1px;
    content: "";
    opacity: 1;
    transition: opacity 0.8s ease-in-out 0.4s;
    position: absolute;
    display: block;
    background: #162f61;
  }
  #sp-open span::after {
    left: 12px;
    top: 31px;
    width: 26px;
    height: 1px;
    content: "";
    position: absolute;
    display: block;
    background: #162f61;
    transition: transform 0.6s ease-in-out 0s, top 0.6s ease-in-out 0s;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  .spnav-btn-close {
    transition: all 0.6s;
    background: rgba(0, 0, 0, 0.95);
    background: #162f61;
  }
  .spnav-btn-close::before {
    right: 12px;
    top: 25px !important;
    width: 26px;
    height: 1px;
    content: "";
    position: absolute;
    display: block;
    background: #ccc !important;
    transition: transform 0.6s ease-in-out 0s;
    -webkit-transform: rotate(135deg) !important;
    -moz-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    -o-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important;
  }
  .spnav-btn-close span {
    display: block;
  }
  .spnav-btn-close span::before {
    transition: opacity 0s ease-in-out 0s !important;
    opacity: 0 !important;
  }
  .spnav-btn-close span::after {
    right: 12px;
    top: 25px !important;
    width: 26px;
    height: 1px;
    content: "";
    position: absolute;
    display: block;
    background: #ccc !important;
    transition: transform 0.6s ease-in-out 0s;
    -webkit-transform: rotate(-135deg) !important;
    -moz-transform: rotate(-135deg) !important;
    -ms-transform: rotate(-135deg) !important;
    -o-transform: rotate(-135deg) !important;
    transform: rotate(-135deg) !important;
  }
  #sp-nav {
    background: rgba(8, 84, 173, 0.9);
    position: fixed;
    display: none;
    transition: display 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0;
    padding-top: 50px;
    overflow: hidden;
    *zoom: 1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    z-index: 999;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
  }
  .navpb {
    padding-bottom: 100px;
  }
  .sp-nav-head {
    background: #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .m-menu {
    overflow: hidden;
    *zoom: 1;
    text-align: left;
    width: 100%;
  }
  .sp-menu__inr {
    width: 100vw;
    padding-top: 50px;
  }
  .sp-menu__inr li {
    margin-bottom: 0;
  }
  .sp-menu__inr li a {
    padding: 1.6em 26px 1.5em;
    line-height: 1.3em;
    display: block;
    text-align: center;
    font-size: 1.4rem;
    text-decoration: none;
    color: #fff;
    position: relative;
    font-weight: bold;
  }
  .sp-menu__inr li li a {
    font-weight: normal;
  }
  .sp-menu__inr li .children a {
    background: #f3f4f7;
    padding-left: 50px;
    font-size: 1.3rem;
  }
  #sp-open {
    transition: -webkit-tap-highlight-color 0.8s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  }
  .tel-link a {
    text-decoration: none;
    color: inherit;
  }
  .topkv__txt {
    width: 36vw;
    margin-left: calc(100vw - 36vw);
    height: 62vw;
    min-height: 300px;
    background-color: #fff;
  }
  .topkv__txt__inr {
    padding-bottom: 6vw;
  }
  .topkv__txt:after {
    left: 36%;
  }
  .topkv__sub {
    font-weight: 500;
    margin-top: 1vh;
    margin-left: -35vw;
    font-size: 3.6vw;
    padding-right: 0.5em;
  }
  .topkv__sub h1,
  .topkv__sub p {
    display: inline;
  }
  .topkv__main {
    margin-left: -35vw;
    font-size: 6.4vw;
  }
  .topkv__imgbox {
    height: 62vw;
    min-height: 300px;
  }
  .topkv__imgbox__img {
    width: 100vw;
    text-align: left;
    background: #7faacc;
  }
  .topkv__imgbox__img img {
    height: 62vw;
    min-height: 300px;
    margin-left: -20vw;
  }
  .topkv__imgbox__txt {
    font-size: calc(16px + 7vw);
    margin-top: -0.3em;
  }
  .topkv-must {
    margin-top: -38px;
    padding: 22px 0 100px;
  }
  .topkv-must:before,
  .topkv-must:after {
    height: 100px;
  }
  .topkv-must:before {
    top: 25px;
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
  }
  .topkv-must:after {
    bottom: 60px;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
  }
  .topkv-must__title {
    font-size: 1.4rem;
    padding: 10px 0;
    margin-bottom: 20px;
    margin-top: -15px;
  }
  .topkv-must__title:after {
    width: 76%;
    margin-left: -38%;
    height: 36px;
  }
  .topkv-must__box {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .topkv-must__list + .topkv-must__list {
    margin-top: 20px;
  }
  .topkv-must__list {
    background: url("image/top-kvreason-arrow-sp.png") center 38px no-repeat;
    background-size: 18px 14px;
  }
  .topkv-must__list dt {
    width: 100%;
    padding: 13px 0;
    border-radius: 30px;
    font-size: 1.5rem;
    margin-bottom: 18px;
  }
  .topkv-must__list .calc {
    background: #fff url("image/top-icon-calc2x.png") 5px center no-repeat;
    background-size: 34px 34px;
  }
  .topkv-must__list .man {
    background: #fff url("image/top-icon-man2x.png") 5px center no-repeat;
    background-size: 34px 34px;
  }
  .topkv-must__list .graph {
    background: #fff url("image/top-icon-graph2x.png") 5px center no-repeat;
    background-size: 34px 34px;
  }
  .topkv-must__list dd {
    font-size: 1.7rem;
  }
  .topkv-trouble {
    margin-top: -20vw;
    padding-bottom: 25vw;
  }
  .topkv-trouble:after {
    border-width: 30px 30px 0 30px;
    margin-left: -30px;
    bottom: 30px;
  }
  .topkv-trouble__inr {
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .topkv-trouble__txt {
    width: 90%;
    position: relative;
    z-index: 2;
    padding-top: 14vw;
  }
  .topkv-trouble__title {
    font-size: 1.7rem;
  }
  .topkv-trouble__list li {
    background: url("image/top-icon-check.png") left 6px no-repeat;
    background-size: 14px 15px;
    font-size: 1.4rem;
    padding: 0.2em 0 0.2em 1.6em;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  }
  .topkv-trouble__list li + li {
    margin-top: 0.5em;
  }
  .topkv-trouble__list-or li {
    background-image: url("image/top-icon-check-or.png");
  }
  .topkv-trouble__img {
    top: 0px;
    right: -100px;
    width: 360px;
    opacity: 0.9;
  }
  .top-reason {
    padding: 0 0 100px 0;
  }
  .top-reason__title {
    font-size: 1.8rem;
  }
  .top-reason__flow {
    padding: 50px 0 1px;
  }
  .mid-dakara.mid-dakara__meeting {
    padding-top: 60px;
  }
  .top-reason__flow__item {
    width: 92vw;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 0;
    margin-bottom: 36px;
  }
  .top-reason__flow__item__txt {
    position: relative;
    background: #fff;
    width: 90%;
    margin: -80px auto 0;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
    padding: 2.2em 1.4em 2.2em;
  }
  .top-reason__flow__item__img {
    position: relative;
    z-index: -1;
  }
  .top-reason__flow__item__txt:after {
    left: 50%;
    bottom: -14px;
    margin-left: -20px;
    border-width: 20px 20px 0 20px;
  }
  .top-reason__flow__item__title {
    font-size: 1.7rem;
  }
  .top-reason__flow_item__body {
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: left;
  }
  .top-reason__flow_item__body + .top-reason__flow_item__body {
    margin-top: 20px;
  }
  .top-reason__flow__item__no {
    border: 2px solid #f98e0f;
    font-size: 1.8rem;
    left: 5%;
    top: -11%;
    position: absolute;
    background: #fff;
    padding: 0.2em 0.3em 0.3em;
    color: #f98e0f;
  }
  .top-common-title {
    font-size: 2.2rem;
  }
  .topjs-txt {
    font-size: 2.8rem;
  }
  .tjt:before,
  .tjt:after {
    height: 30px;
    width: 4px;
    border-radius: 2px;
    margin: 0 15px -9px;
  }
  .tjt:before {
    -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
    animation: topjstxt 0.1s ease 0.9s 1 forwards;
  }
  .tjt:after {
    -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
    animation: topjstxt 0.1s ease 0.9s 1 forwards;
  }
  .tjt:before {
    -webkit-animation: topjstxtb 0.1s ease 0.9s 1 forwards;
    animation: topjstxtb 0.1s ease 0.9s 1 forwards;
  }
  .tjt:after {
    -webkit-animation: topjstxta 0.1s ease 0.9s 1 forwards;
    animation: topjstxta 0.1s ease 0.9s 1 forwards;
  }
  .topjs-txt__1 {
    -webkit-animation: topjstxt 0.5s ease 0.2s 1 forwards;
    animation: topjstxt 0.5s ease 0.2s 1 forwards;
  }
  .topjs-txt__2 {
    -webkit-animation: topjstxt 0.5s ease 0.4s 1 forwards;
    animation: topjstxt 0.5s ease 0.4s 1 forwards;
  }
  .topjs-txt__3 {
    -webkit-animation: topjstxt 0.5s ease 0.6s 1 forwards;
    animation: topjstxt 0.5s ease 0.6s 1 forwards;
  }
  .topjs-txt__4 {
    -webkit-animation: topjstxt 0.5s ease 0.8s 1 forwards;
    animation: topjstxt 0.5s ease 0.8s 1 forwards;
  }
  .topjs-txt__5 {
    -webkit-animation: topjstxt 0.5s ease 1s 1 forwards;
    animation: topjstxt 0.5s ease 1s 1 forwards;
  }
  .topjs-txt__6 {
    -webkit-animation: topjstxt 0.5s ease 1.2s 1 forwards;
    animation: topjstxt 0.5s ease 1.2s 1 forwards;
  }
  @-webkit-keyframes topjstxt {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes topjstxt {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes topjstxtb {
    100% {
      opacity: 1;
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
    }
  }
  @keyframes topjstxtb {
    100% {
      opacity: 1;
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
    }
  }
  @-webkit-keyframes topjstxta {
    100% {
      opacity: 1;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
    }
  }
  @keyframes topjstxta {
    100% {
      opacity: 1;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
    }
  }
  .top-service__catch {
    margin-top: 35px;
    font-size: 5.2vw;
    line-height: 1.6;
  }
  .top-change__list {
    text-align: left;
  }
  .top-about {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #ddd;
  }
  .top-about__name {
    font-size: 1.5rem;
    color: #000;
  }
  .counseling {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 4vw;
    padding-left: 4vw;
	  margin-top: 20px;
  }
  .counseling__title {
    font-size: 1.5rem;
	  
  }
  .counseling__title02 {
    font-size: 1.8rem;
  }
  .counseling__btn {
    width: 100%;
  }
  a.counseling__btn__link {
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
  }
  span.counseling__balloon {
    font-size: 1.5rem;
    margin: 0 auto -4px;
  }
  span.counseling__balloon em {
    font-size: 20px;
  }
  .counseling__add {
    font-size: 3.5vw;
  }
  .counseling__tel {
    font-size: 3rem;
  }
  .counseling__info {
    font-size: 1.3rem;
  }
  .mid-about__name {
    margin-top: 30px;
  }
  .top-result {
    margin-top: -100px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  .top-result__txt {
    padding: 12vw 4vw;
  }
  .top-result__img {
    top: 0;
    left: 0;
  }
  .top-result__img img {
    font-family: "object-fit: cover;";
    min-height: 667px;
  }
  .top-result__title {
    font-size: 2rem;
    margin-bottom: 0.8em;
  }
  .top-result__box {
    padding-left: 15px;
    padding-right: 15px;
    /* padding-bottom: 40px; */
  }
  .top-why {
    padding-top: 40px;
  }
  .top-result__item {
    padding: 20px 15px 15px;
  }
  .top-result__item + .top-result__item {
    margin-top: 30px;
  }
  .top-result__item__textbox {
    margin-top: 20px;
    padding: 20px 15px 25px;
  }
  .top-result__item__name {
    font-size: 1.4rem;
    line-height: 160%;
    margin-top: 25px;
  }
  .top-result__item__text {
    font-size: 1.4rem;
    line-height: 160%;
  }
  .top-result__item__text + .top-result__item__text {
    margin-top: 15px;
  }
  .top-result__item__title {
    background-position: left 7px;
    padding-left: 15px;
    font-size: 1.6rem;
    margin-bottom: 0.5em;
    line-height: 1.4;
  }
  .meeting-common-title {
    line-height: 140%;
  }
  .top-why__flow__item__txt {
    width: 95%;
    padding-left: 1.2em;
    padding-right: 1.2em;
  }
  .top-why__notice {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 1.8rem;
    position: absolute;
    top: -50px;
  }
  .top-why__flow__item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .top-why__flow__item .top-why__flow__item__txt:after {
    bottom: -14px;
  }
  .top-why__flow__item:last-child .top-why__flow__item__txt:after {
    content: none;
  }
  .top-why__flow__inr
    .top-why__flow__item:first-child
    .top-why__flow__item__txt:after {
    bottom: -14px;
  }
  .top-why__flow__item__title {
    margin-bottom: 1.4em;
  }
  .top-why__flow01 {
    padding-top: 15px;
  }
  .meeting-service__catch {
    font-size: 5.2vw;
    margin-top: 20px;
  }
  .top-conclusion {
    padding-bottom: 20px;
  }
  .top-conclusion__item + .top-conclusion__item {
    margin-top: 25px;
  }
  .top-conclusion__term {
    margin-top: -40px;
    width: 86%;
    margin-left: auto;
    padding: 20px;
    position: relative;
    box-sizing: border-box;
  }
  .top-conclusion__title {
    font-size: 1.8rem;
	  margin-bottom: 15px;
  }
  .top-conclusion__ul li {
    font-size: 1.3rem;
    background-position: 0 4px;
    padding-left: 20px;
    margin-top: 15px;
  }
  .mid-dakara__meeting {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .top-conclusion__img {
    text-align: left;
  }
  .top-conclusion__img img {
    width: 186%;
    height: auto;
  }
  .top-conclusion__item:nth-child(2n) .top-conclusion__img {
    text-align: right;
  }
  .top-conclusion__item:nth-child(2n) .top-conclusion__term {
    margin-left: inherit;
    margin-right: auto;
  }

.top-conclusion-arrow {
  text-align: center;
	margin-top: 10px;
	margin-bottom: 30px;
	clear: both;
}
	
.top-conclusion-title {
    font-size: 1.8rem;
    background: #fff;
    margin-bottom:15px !important;
    color: #f98e0f;
	font-family: oswald, noto-sans-cjk-jp, sans-serif;
  font-weight: 900;
}
	.top-conclusion-title span {
    border: 2px solid #f98e0f;
    background: #fff;
		padding: 0px 10px;	


}

  .top-why02__flow {
    padding-top: 15px;
  }
  .top-why02__flow__item {
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  }
  .top-why02__flow__item .top-reason__flow__item__no {
    top: -5%;
  }
  .top-why02__flow__item__txt:after {
    content: none;
  }
  .mid-dakara__meeting02 {
    padding-top: 35px;
    padding-bottom: 30px;
  }
  .top-faq__inr {
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 40px;
  }
  .top-faq-item {
    margin-top: 25px;
  }
  .top-faq-item + .top-faq-item {
    margin-top: 50px;
  }
  .top-faq-title {
    padding-left: 30px;
    padding-bottom: 10px;
    min-height: 50px;
    font-size: 1.5rem;
    line-height: 180%;
  }
  .top-faq-title:after {
    font-size: 2.4rem;
    width: 30px;
    left: 0;
    text-align: left;
  }
  .top-faq-txt {
    margin-top: 20px;
    padding-left: 30px;
    min-height: 50px;
    font-size: 1.4rem;
    line-height: 180%;
  }
  .top-faq-txt:after {
    font-size: 2.4rem;
    width: 30px;
    left: 0;
    text-align: left;
  }
  .top-think-wrap {
    background-image: url(image/sample.jpg);
    background-size: cover;
    background-position: bottom 0 left 0;
  }
  .top-think-wrap__inr {
    padding: 40px 15px 100px 90px;
  }
  .top-think-wrap__title {
    font-size: 2rem;
    text-align: left;
  }
  .top-think-wrap__txt {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 20px;
  }
  .meeting-trial__catch {
    width: 92vw;
    border-radius: 40px;
    font-size: 4.1vw;
    line-height: 130%;
  }
  .meeting-trial__catch__arrow:after {
    width: 16px;
    height: 9px;
    margin-left: -8px;
    bottom: -6px;
  }
  .top-now__catch {
    padding-top: 10px;
    padding-bottom: 10px;
    top: -30px;
    margin-bottom: 0px;
  }
  .top-now-wrap__inr {
    box-sizing: border-box;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 60px;
  }
  .top-now-wrap__title {
    font-size: 2.2rem;
    text-align: center;
  }
  .top-now-wrap__txt {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 20px;
  }
  .meeting-cominq__catch {
    padding-top: 10px;
    padding-bottom: 10px;
    top: -30px;
    margin-bottom: 0;
  }
  .counseling__orangenotice {
    padding-bottom: 40px;
    margin-bottom: 50px;
  }
  .top-point-wrap {
    padding: 20px 15px 15px;
  }
  .top-point-title {
    font-size: 1.6rem;
    text-align: center;
    line-height: 140%;
    margin-top: 15px;
  }
  .top-point-txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 160%;
    margin-top: 15px;
  }
  .top-point-txt + .top-point-txt {
    margin-top: 20px;
  }
  .top-point-wrap:last-child {
    padding-bottom: 0;
  }
  .cloud-common-title {
    line-height: 140%;
  }
  .cloud-reason__flow__item:last-child .top-why__flow__item__txt:after {
    content: none;
  }

	.about-wrap {
    margin-top: 35px;
    padding-bottom: 40px;
  }
  .about-wrap__title {
    font-size: 1.8rem;
    margin-top: 20px;
  }
  .about-map__box {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .about-map__box iframe {
    width: 100%;
    height: 380px;
  }
  .mid-catch-txt {
    font-size: 1.4rem;
    text-align: left;
    line-height: 160%;
    margin-top: 20px;
  }
	
	
	
  .pct-tab__budge:before {
    height: 10px;
    top: -10px;
  }
  .pct-tab__budge:after {
    border-radius: 34px;
    width: 34px;
    height: 34px;
    top: -25px;
    left: 50%;
    margin-left: -17px;
    background-color: #ffbe12;
  }
  .pct-tab__budgeicon {
    font-size: 1.2rem;
    top: -15px;
    left: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    font-size: 1.05rem;
    padding-left: 2px;
    box-sizing: border-box;
  }
	
  .price-good-itemicon:after {
    border-width: 52px 52px 0 0;
  }
  .price-good-itemicon span {
    font-size: 1.2rem;
    top: 10px;
  }
  label {
    padding: 0;
    margin: 0;
  }
  .inquiry {
    width: 100%;
  }
  .sp-none {
    display: none;
  }
  .sp-none {
    display: none;
  }
  .block-pboth {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .block-mboth {
    margin-top: 30px;
    margin-bottom: 30px;
  }
  .lrpad {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 667px) {
  a {
    -webkit-transition: all 0.6s linear;
    -moz-transition: all 0.6s linear;
    -ms-transition: all 0.6s linear;
    -o-transition: all 0.6s linear;
    transition: all 0.6s linear;
  }
  a:hover,
  a:active {
    color: #4f5b79;
    text-decoration: none;
  }
  @keyframes ripple-effect {
  }
  body {
    font-size: 13px;
    min-width: 1160px;
  }
  .header {
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.12);
  }
  .header__inr {
    width: 100%;
    min-width: 1120px;
    margin-left: auto;
    margin-right: auto;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 2%;
    height: 100px;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .logo {
    width: calc(247px + 5vw);
    text-align: left;
  }
  .gnav {
    width: calc(100% - (247px + 5vw));
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    height: 100px;
    margin-left: auto;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  .gnav > li .children {
    width: 200px;
    position: absolute;
    visibility: hidden;
    top: -50%;
    left: 50%;
    margin-left: -100px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 0;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: -1;
  }
  .gnav > li .children li a {
    color: #fff;
    width: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #0d1c4c;
    height: auto;
    font-weight: 400;
    font-family: "roboto-mono", noto-sans-cjk-jp, sans-serif;
    display: block;
    padding: 1.2em 1em;
  }
  .gnav > li .children li a:hover {
    background: #4f5b79;
  }
  .gnav > li .children li a:after {
    display: none;
  }
  .gnav > li .children li a:hover:after {
    display: none;
  }
  .gnav li:hover .children {
    top: 100%;
    opacity: 1;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    visibility: visible;
  }
  li.gnav__item {
    width: calc(100% / 7);
    display: table;
    position: relative;
  }
  a.gnav__item__link,
  a.gnav__item__link--btn {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 100px;
    display: table-cell;
    vertical-align: middle;
    text-decoration: none;
    font-size: calc(11px + 0.2vw);
    /* font-family: SourceCodePro, noto-sans-cjk-jp, sans-serif; */
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 500;
    position: relative;
    -webkit-transition: all 0.4s linear;
    -moz-transition: all 0.4s linear;
    -ms-transition: all 0.4s linear;
    -o-transition: all 0.4s linear;
    transition: all 0.4s linear;
  }
  a.gnav__item__link {
    color: #0f2032;
  }
  a.gnav__item__link:hover {
    color: #4f5b79;
  }
  a.gnav__item__link:after {
    content: "";
    width: 0;
    display: block;
    position: absolute;
    background: #fff;
    height: 4px;
    top: 0;
    left: 50%;
    transition: all 0.6s;
  }
  a.gnav__item__link:hover:after {
    width: 100%;
    background: #ffbe12;
    left: 0;
    transition: all 0.6s;
  }
  a.gnav__item__link--btn {
    background: #162f61;
    color: #fff;
  }
  a.gnav__item__link--btn:hover {
    background: #1944cd;
  }
  .header-fix.fixhead .header__inr {
    height: 70px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-fix.fixhead .header__inr .gnav {
    height: 70px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-fix.fixhead .header__inr .gnav a {
    height: 70px;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-fix.fixhead .header__inr .gnav li .children {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-fix.fixhead .header__inr .gnav li .children li a {
    height: auto;
  }
  .header-fix.fixhead .header__inr .gnav li:hover .children {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
  .header-fix:after {
    padding-bottom: 100px;
  }
  .sp-contact-btn {
    display: none;
  }
  .common-headline {
    padding-bottom: 80px;
  }
  .common-headline-bc {
    height: 39px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 5px 0 0;
    background-color: #f3f4f7;
  }
  .common-headline-bc .breadcrumb {
    padding-left: 40px;
    padding-right: 40px;
  }
  .breadcrumb__box {
    font-size: 11px;
  }
  .common-headline-engtitle {
    font-size: 93%;
  }
  .common-headline-title {
    line-height: 1.3em;
    font-size: 182%;
  }
  .common-breadcrumbs {
    padding: 0 2%;
    max-width: 1920px;
  }
  .breadcrumb {
    font-size: 85%;
  }
  .breadcrumb li {
    margin-right: 6px;
  }
  .breadcrumb li a {
    padding-top: 3px;
    text-decoration: none;
    position: relative;
  }
  .breadcrumb li a:hover {
    text-decoration: underline;
  }
  .content {
    width: 740px;
    float: left;
  }
  .foot-logo {
    margin-bottom: 40px;
  }
  .foot-nav {
    width: 880px;
    border-top: 1px solid #e5e6ea;
    padding-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .foot-nav__item {
    margin-bottom: 30px;
    padding: 0 2em;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 108%;
  }
  .copyright {
    padding: 30px 0;
    font-size: 77%;
  }
  .copyright:after {
    width: 200px;
    margin-left: -100px;
  }
  #scrolltotop a {
    bottom: -80px;
    height: 70px;
    width: 70px;
  }
  #scrolltotop span:after {
    top: 35px;
    left: 33px;
  }
  #scrolltotop span:before {
    top: 35px;
    left: 27px;
  }
  #sp-open {
    display: none;
  }
  #sp-nav {
    display: none;
  }
  .tel-link a {
    text-decoration: none;
    color: inherit;
  }
  .topkv {
    height: 82vh;
    min-height: 564px;
    max-height: 800px;
    background-color: #fff;
  }
  .topkv__txt {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 82vh;
    min-height: 564px;
    max-height: 880px;
    background-color: #fff;
  }
  .topkv__txt__inr {
    padding-bottom: 8vw;
    margin-left: -20%;
  }
  .topkv__txt:after {
    left: -30%;
  }
  .topkv__sub {
    font-weight: 900;
    margin-top: 4vh;
    font-size: calc(16px + 0.5vw);
  }
  .topkv__main {
    font-size: calc(40px + 2vw);
  }
  .topkv__imgbox {
    width: 50%;
    height: 82vh;
    min-height: 564px;
    max-height: 790px;
  }
  .topkv__imgbox__img {
    width: 100%;
  }
  .topkv__imgbox__img img {
    height: 82vh;
    min-height: 564px;
    max-height: 880px;
    font-family: "object-fit: cover;";
  }
  .topkv__imgbox__txt {
    font-size: calc(38px + 9vh);
    padding-left: 12vw;
  }
  .topkv-must {
    margin-top: -120px;
    padding-top: 20px;
    min-height: 490px;
  }
  .topkv-must:before,
  .topkv-must:after {
    height: 200px;
  }
  .topkv-must:before {
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    transform: rotate(-2deg);
    top: 55px;
  }
  .topkv-must:after {
    bottom: 60px;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
  }
  .topkv-must__title {
    font-size: 216%;
    padding: 17px 0;
    margin-bottom: 60px;
  }
  .topkv-must__title:after {
    margin-left: -312px;
    width: 624px;
    height: 64px;
  }
  .topkv-must__box {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
  .topkv-must__item {
    width: 1020px;
    margin-left: auto;
    margin-right: auto;
  }
  .topkv-must__list + .topkv-must__list {
    margin-top: 28px;
  }
  .topkv-must__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    text-align: left;
    background: url("image/top-kvreason-arrow-pc.png") 426px center no-repeat;
  }
  .topkv-must__list dt {
    width: 410px;
    padding: 16px 0;
    border-radius: 30px;
    font-size: 182%;
    padding-left: 74px;
  }
  .topkv-must__list .calc {
    background: #fff url("image/top-icon-calc.png") 10px center no-repeat;
  }
  .topkv-must__list .man {
    background: #fff url("image/top-icon-man.png") 10px center no-repeat;
  }
  .topkv-must__list .graph {
    background: #fff url("image/top-icon-graph.png") 10px center no-repeat;
  }
  .topkv-must__list dd {
    font-size: 246.2%;
    padding: 8px 0;
    width: 530px;
  }
  .topkv-trouble {
    margin-top: -120px;
    height: 700px;
  }
  .topkv-trouble:after {
    border-width: 60px 60px 0 60px;
    margin-left: -60px;
    bottom: 12px;
  }
  .topkv-trouble__inr {
    width: 1120px;
    height: 700px;
  }
  .topkv-trouble__title {
    font-size: 44px;
  }
  .topkv-trouble__list li {
    background: url("image/top-icon-check.png") left center no-repeat;
    font-size: 167%;
    padding: 0.2em 0 0.2em 2.2em;
  }
  .topkv-trouble__list li + li {
    margin-top: 1.5em;
  }
  .topkv-trouble__list-or li {
    background-image: url("image/top-icon-check-or.png");
  }
  .topkv-trouble__img {
    top: 0;
    right: -100px;
    height: 640px;
    width: 615px;
  }
  .top-reason {
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .top-reason__title {
    font-size: 50px;
  }
  .top-reason__flow {
    padding-top: 100px;
    padding-bottom: 60px;
  }
  .mid-dakara.mid-dakara__meeting {
    padding-top: 100px;
  }
  .top-reason__flow__item {
    min-width: 1120px;
    max-width: 1600px;
    height: 550px;
    margin-bottom: 60px;
  }
  .top-reason__flow__item:last-of-type {
    margin-bottom: 0;
  }
  .top-reason__flow__item .o0 {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: 0;
    -webkit-order: 0;
    order: 0;
  }
  .top-reason__flow__item .o1 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .top-reason__flow__item__txt {
    padding: 20px 2% 20px 3%;
    position: absolute;
    z-index: 1;
    max-width: 800px;
    min-width: 720px;
    width: 50%;
    min-height: 480px;
    height: auto;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    text-align: left;
  }
  .top-reason__flow__item__txt.o0,
  .top-reason__flow__item__txt.oend {
    left: 5%;
  }
  .top-reason__flow__item__txt.o0 .top-reason__flow__item__no,
  .top-reason__flow__item__txt.oend .top-reason__flow__item__no {
    left: 4%;
  }
  .top-reason__flow__item__txt.o1 {
    right: 5%;
  }
  .top-reason__flow__item__txt.o1 .top-reason__flow__item__no {
    right: 4%;
  }
  .top-reason__flow__item__img {
    position: absolute;
    height: 493px;
    top: 0;
  }
  .top-reason__flow__item__img.o0 {
    left: 0;
  }
  .top-reason__flow__item__img.o1 {
    right: 0;
  }
  .top-reason__flow__item__txt:before {
    content: "";
    width: 10px;
    height: 580px;
    position: absolute;
    top: 0;
    background: #ffbe12;
  }
  .top-reason__flow__item__txt:after {
    border-width: 30px 20px 0 20px;
    top: 578px;
    left: -15px;
  }
  .top-reason__flow__item__txt.o0:before {
    right: 0;
  }
  .top-reason__flow__item__txt.o1:before {
    left: 0;
  }
  .top-reason__flow__item__txt.oend:before {
    left: 0;
    height: 450px;
  }
  .top-reason__flow__item__txt.o0:after {
    left: 100%;
    margin-left: -25px;
  }
  .top-reason__flow__item__txt.o1:after {
    left: -15px;
  }
  .top-reason__flow__item__title {
    font-size: 43px;
  }
  .top-reason__flow_item__body {
    line-height: 1.8;
    font-size: 123.1%;
  }
  .top-reason__flow_item__body + .top-reason__flow_item__body {
    margin-top: 30px;
  }
  .top-reason__flow__item__no {
    position: absolute;
    top: -55px;
    font-size: 80px;
    color: #f98e0f;
  }
  .top-common-title {
    font-size: 40px;
  }
  .topjs-txt {
    height: 70px;
    overflow: hidden;
    font-size: 60px;
  }
  .tjt:before,
  .tjt:after {
    height: 60px;
    width: 6px;
    border-radius: 3px;
    margin: 0 20px -10px;
  }
  .tjt:before {
    -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
    animation: topjstxt 0.1s ease 0.9s 1 forwards;
  }
  .tjt:after {
    -webkit-animation: topjstxt 0.1s ease 0.9s 1 forwards;
    animation: topjstxt 0.1s ease 0.9s 1 forwards;
  }
  .tjt:before {
    -webkit-animation: topjstxtb 0.1s ease 0.9s 1 forwards;
    animation: topjstxtb 0.1s ease 0.9s 1 forwards;
  }
  .tjt:after {
    -webkit-animation: topjstxta 0.1s ease 0.9s 1 forwards;
    animation: topjstxta 0.1s ease 0.9s 1 forwards;
  }
  .topjs-txt__1 {
    -webkit-animation: topjstxt 0.5s ease 0.2s 1 forwards;
    animation: topjstxt 0.5s ease 0.2s 1 forwards;
  }
  .topjs-txt__2 {
    -webkit-animation: topjstxt 0.5s ease 0.4s 1 forwards;
    animation: topjstxt 0.5s ease 0.4s 1 forwards;
  }
  .topjs-txt__3 {
    -webkit-animation: topjstxt 0.5s ease 0.6s 1 forwards;
    animation: topjstxt 0.5s ease 0.6s 1 forwards;
  }
  .topjs-txt__4 {
    -webkit-animation: topjstxt 0.5s ease 0.8s 1 forwards;
    animation: topjstxt 0.5s ease 0.8s 1 forwards;
  }
  .topjs-txt__5 {
    -webkit-animation: topjstxt 0.5s ease 1s 1 forwards;
    animation: topjstxt 0.5s ease 1s 1 forwards;
  }
  .topjs-txt__6 {
    -webkit-animation: topjstxt 0.5s ease 1.2s 1 forwards;
    animation: topjstxt 0.5s ease 1.2s 1 forwards;
  }
  @-webkit-keyframes topjstxt {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @keyframes topjstxt {
    100% {
      opacity: 1;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0);
    }
  }
  @-webkit-keyframes topjstxtb {
    100% {
      opacity: 1;
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
    }
  }
  @keyframes topjstxtb {
    100% {
      opacity: 1;
      -webkit-transform: rotate(-25deg);
      -moz-transform: rotate(-25deg);
      -ms-transform: rotate(-25deg);
      -o-transform: rotate(-25deg);
      transform: rotate(-25deg);
    }
  }
  @-webkit-keyframes topjstxta {
    100% {
      opacity: 1;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
    }
  }
  @keyframes topjstxta {
    100% {
      opacity: 1;
      -webkit-transform: rotate(25deg);
      -moz-transform: rotate(25deg);
      -ms-transform: rotate(25deg);
      -o-transform: rotate(25deg);
      transform: rotate(25deg);
    }
  }
  .top-service__catch {
    margin-top: 70px;
    line-height: 1.4;
    font-size: 40px;
  }
  .top-change {
    height: 700px;
  }
  .top-change__list li + li {
    margin-top: 14px;
  }
  .top-about__name {
    font-size: 153.9%;
  }
  .counseling__title {
    font-size: 27px !important;
  }
  .counseling__title02 {
    font-size: 34px;
  }
  .counseling__body {
    font-size: 153.9%;
  }
  .counseling__btn {
    width: 620px;
    margin-left: auto;
    margin-right: auto;
  }
  a.counseling__btn__link {
    height: 100px;
    line-height: 100px;
    font-size: 216%;
    letter-spacing: 4px;
  }
  a.counseling__btn__link:hover {
    background-position: 100% 50%;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    color: #fff;
  }
  span.counseling__balloon {
    font-size: 138.5%;
    margin: 0 auto -8px;
  }
  span.counseling__balloon em {
    font-size: 30px;
  }
  .counseling__add {
    font-size: 108%;
  }
  .counseling__tel {
    font-size: 55px;
  }
  .counseling__info {
    font-size: 108%;
  }
  .mid-about__name {
    margin-top: 40px;
    text-shadow: 0px 0px 10px #fff;
  }
  .cloud-common-title {
    line-height: 140%;
  }
  .top-result {
    margin-top: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .top-result__list {
    margin-top: 64px;
  }
  .top-result__list li + li {
    margin-top: 26px;
  }
  .top-result__txt {
    width: 1120px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    padding-top: 80px;
  }
  .top-result__img {
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0%);
    min-width: 100%;
    height: 900px;
  }
  .top-result__img img {
    min-height: 900px;
    font-family: "object-fit: cover;";
  }
  .top-result__title {
    font-size: 48px;
    margin-bottom: 0.5em;
    text-align: center;
  }
  .top-result__box {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 1120px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    padding-bottom: 15px;
  }
  .top-result__item {
    width: 550px;
    padding: 30px 20px 20px;
  }
  .top-result__item__textbox {
    position: relative;
    margin-top: 30px;
    padding: 20px 20px 80px;
  }
  .top-result__item__name {
    font-size: 123.1%;
    line-height: 180%;
    position: absolute;
    bottom: 20px;
    right: 20px;
  }
  .top-result__item__text {
    font-size: 123.1%;
    line-height: 180%;
  }
  .top-result__item__text + .top-result__item__text {
    margin-top: 20px;
  }
  .top-result__item__title {
    background-position: left 10px;
    font-size: 167%;
    padding: 0 10px 0 18px;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top-why {
    padding-top: 60px;
  }
  .top-why_mt0 {
    padding-top: 0;
  }
  .top-why__flow__item__txt {
    height: auto;
    width: 55%;
    padding: 70px 5% 80px;
    top: 110px;
    bottom: inherit;
  }
  .top-why__notice {
    width: 180px;
    height: 180px;
    line-height: 180px;
    font-size: 48px;
    position: absolute;
    top: -119px;
  }
  .top-why__notice.item01 {
    left: 66px;
  }
  .top-why__notice.item02 {
    left: 10vw;
  }
  .top-why__notice.item03 {
    left: -60px;
  }
  .top-why__flow__item {
    height: 630px;
  }
  .top-why__flow__item .top-why__flow__item__txt:before {
    content: "";
    height: 670px;
  }
  .top-why__flow__item .top-why__flow__item__txt:after {
    top: 660px;
  }
  .top-why__flow__item:last-child .top-why__flow__item__txt {
    border-left: 10px solid #ffbe12;
  }
  .top-why__flow__item:last-child .top-why__flow__item__txt:before {
    height: 446px;
    content: none;
  }
  .top-why__flow__item:last-child .top-why__flow__item__txt:after {
    content: none;
  }
  .top-why__flow__inr .top-why__flow__item:first-child {
    height: 550px;
  }
  .top-why__flow__inr
    .top-why__flow__item:first-child
    .top-why__flow__item__txt:before {
    height: 580px;
  }
  .top-why__flow__inr
    .top-why__flow__item:first-child
    .top-why__flow__item__txt:after {
    top: 578px;
  }
  .top-why__flow__item__title {
    font-size: 34px;
    margin-bottom: 1em;
  }
  .top-why__flow01 {
    padding-bottom: 0;
  }
  .meeting-service__catch {
    font-size: 50px;
    margin-top: 35px;
  }
  .top-conclusion {
    padding-bottom: 100px;
  }
  .top-conclusion__item {
    margin-top: 80px;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    max-width: 1340px;
    min-width: 1120px;
    margin-left: auto;
    margin-right: auto;
  }
  .top-conclusion__term {
    max-width: 700px;
    min-width: 500px;
    padding: 0 50px;
  }
  .top-conclusion__title {
    font-size: 34px;
  }
  .top-conclusion__ul {
    margin-top: 15px;
  }
  .top-conclusion__ul li {
    background-position: 0 5px;
    padding-left: 20px;
    font-size: 16px;
    margin-top: 20px;
  }
  .top-conclusion__item:nth-child(2n) {
    flex-direction: row-reverse;
  }
  .top-why_last:before {
    height: 450px;
  }
  .top-why02__flow__item__txt:before {
    height: 100%;
  }
  .top-why02__flow__item__txt:after {
    content: none;
  }
  .mid-dakara__meeting02 {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .top-faq__inr {
    width: 860px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 120px;
    margin-top: 20px;
    display: inline-block;
  }
  .top-faq-item {
    margin-top: 80px;
    width: 860px;
  }
  .top-faq-title {
    padding-left: 120px;
    padding-bottom: 40px;
    padding-top: 12px;
    min-height: 70px;
    font-size: 189%;
    line-height: 140%;
  }
  .top-faq-title:after {
    font-size: 51px;
    width: 120px;
    left: 0;
    text-align: center;
  }
  .top-faq-txt {
    line-height: 180%;
    padding-left: 120px;
    margin-top: 30px;
    min-height: 70px;
    font-size: 123.1%;
  }
  .top-faq-txt:after {
    font-size: 51px;
    width: 120px;
    left: 0;
  }
  .top-think-wrap {
    background-image: url(image/sample.jpg);
    background-size: cover;
    background-position: center center;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  }
  .top-think-wrap__inr {
    height: 640px;
    padding-top: 110px;
  }
  .top-think-wrap__title {
    font-size: 50px;
    text-align: center;
  }
  .top-think-wrap__txt {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  }
  .meeting-trial__catch {
    width: 850px;
    border-radius: 80px;
    font-size: 30px;
  }
  .meeting-trial__catch__arrow:after {
    width: 32px;
    height: 19px;
    margin-left: -16px;
    bottom: -15px;
  }
  .top-now__catch {
    top: -85px;
    margin-bottom: 20px;
  }
  .top-now-wrap__inr {
    padding-bottom: 130px;
    padding-top: 60px;
  }
  .top-now-wrap__title {
    font-size: 42px;
    text-align: center;
  }
  .top-now-wrap__txt {
    font-size: 18px;
    text-align: center;
    margin-top: 40px;
  }
  .meeting-cominq__catch {
    top: -70px;
    margin-bottom: 0;
  }
  .counseling__orangenotice {
    padding-top: 40px;
    padding-bottom: 80px;
    margin-bottom: 70px;
  }
  .top-point-wrap {
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 1120px;
  }
  .top-point-img {
    width: 50%;
  }
  .top-point-term {
    position: relative;
    width: 50%;
  }
  .top-point-termin {
    width: 96%;
    padding: 7vw 50px 0;
  }
  .top-point-title {
    font-size: 2vw;
    text-align: left;
    line-height: 180%;
    position: absolute;
    top: 0;
    right: 70px;
    width: 52vw;
  }
  .top-point-txt {
    font-size: 16p;
    text-align: left;
    line-height: 160%;
    margin-top: 20px;
  }
  .top-point-wrap:nth-child(2n) .top-point-img {
    order: 2;
  }
  .top-point-wrap:nth-child(2n) .top-point-term {
    order: 1;
  }
  .top-point-wrap:nth-child(2n) .top-point-title {
    top: 0;
    right: inherit;
    left: 70px;
    width: 100%;
  }

.cloud-reason__flow__item:last-child {
    height: 740px;
  }
  .cloud-reason__flow__item:last-child .top-why__flow__item__txt {
    border-left: 10px solid #ffbe12;
  }
  .cloud-reason__flow__item:last-child .top-why__flow__item__txt:before {
    height: 557px;
    content: none;
  }
  .cloud-reason__flow__item:last-child .top-why__flow__item__txt:after {
    content: none;
  }
  .about-wrap {
    margin-top: 80px;
    padding-bottom: 90px;
  }
  .about-wrap__title {
    font-size: 40px;
    margin-top: 70px;
  }
  .about-map__box {
    margin-top: 60px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  .about-map__box iframe {
    width: 100%;
  }
  .mid-catch-txt {
    font-size: 123.1%;
    text-align: center;
    line-height: 200%;
    margin-top: 30px;
  }

  .pct-tab__budge {
    padding-top: 0 !important;
    vertical-align: top;
  }
  .pct-tab__budge:before {
    height: 40px;
    top: -40px;
  }
  .pct-tab__budge:after {
    border-width: 68px 68px 0 0;
    width: 0;
    height: 0;
    left: 0;
    top: -40px;
    border-style: solid;
    border-color: #ffbe12 transparent transparent transparent;
  }
  .pct-tab__budgeicon {
    transform: rotate(-45deg);
    font-size: 15px;
    top: -30px;
    left: 0;
  }
  .top-price {
    margin-top: 80px;
    padding-bottom: 90px;
    padding-top: 20px;
    background-size: 1920px auto;
  }
  .top-price .mid-catch-txt {
    margin-top: 40px;
    line-height: 220%;
  }
  .price-good-itemicon:after {
    border-width: 82px 82px 0 0;
  }
  .price-good-itemicon span {
    font-size: 18px;
    top: 15px;
  }
  .pc-none {
    display: none;
  }
  .pc-none {
    display: none;
  }
  .block-pboth {
    padding-top: 0px;
    padding-bottom: 30px;
  }
  .block-mboth {
    margin-top: 80px;
    margin-bottom: 80px;
  }
}
