@charset "UTF-8";
/* _destyle.scss  */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

/* p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
} */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  /* font-weight: inherit; */
  margin: 0;
}

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
} */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* _variable.scss */ /* _media.scss */ /* _utility.scss */
.u-md-down {
  display: none !important;
}
@media (max-width: 900px) {
  .u-md-down {
    display: block !important;
  }
}

@media (max-width: 900px) {
  .u-lg-only {
    display: none !important;
  }
}
@media (max-width: 900px) {
  .u-lg-only {
    display: none !important;
  }
}

/*　_body.scss */
.c-body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 1.54;
  -webkit-font-smoothing: antialiased;
}

/* _container.scss */
.c-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 900px) {
  .c-container {
    padding: 0 20px;
  }
}
.c-container--breadclumb {
  max-width: 880px;
  margin: 0 auto;
  padding: 0;
}
.c-container--cv {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 50px;
}
@media (max-width: 900px) {
  .c-container--cv {
    padding: 0 20px;
  }
}
.c-container--footer {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 24px;
}

/* _header.scss */
.c-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #fff;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
}
.c-header__ttl-bg {
  height: 20px;
  background: #f4f4f4;
}
@media (max-width: 900px) {
  .c-header__ttl-bg {
    display: none;
  }
}
.c-header__ttl {
  width: 800px;
  font-size: 10px;
  color: #666;
}
@media (max-width: 900px) {
  .c-header__ttl {
    position: static;
    margin-left: 10px;
  }
}
.c-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  height: 64px;
  padding-left: 30px;
}
@media (max-width: 900px) {
  .c-header__inner {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 26px 0 16px;
    height: 49px;
  }
}
.c-header__logo {
  padding-top: 1px;
}
@media (max-width: 900px) {
  .c-header__logo {
    padding-top: 2px;
  }
}
.c-header__logo img {
  width: 100px;
}
@media (max-width: 900px) {
  .c-header__logo img {
    width: 88px;
  }
}
.c-header__nav-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
@media (max-width: 900px) {
  .c-header__nav-area {
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

/* _header-cv.scss */
.c-header-cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 900px) {
  .c-header-cv {
    display: none;
  }
}
.c-header-cv__btn {
  height: 64px;
  padding: 0 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #4a90e2;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  min-width: 110px;
}
.c-header-cv__btn:hover {
  opacity: 0.5;
}
.c-header-cv__btn--orange {
  padding: 0 18px;
  background: #f5a623;
}
.c-header-cv__txt {
  font-size: 12px;
  font-weight: bold;
  color: #fff;
}

/* _hamburger.scss */
.c-hamburger {
  display: none;
}
@media (max-width: 900px) {
  .c-hamburger {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    background: white;
    border-radius: 50%;
    right: 20px;
    top: 65px;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    z-index: 2;
    -webkit-transition: 0.9s;
    transition: 0.9s;
  }
}
.c-hamburger.js-moveUp {
  top: 14px;
}
.c-hamburger__bar {
  display: block;
  position: absolute;
  width: 18px;
  height: 2px;
  left: 11px;
  background: #333;
}
.c-hamburger__bar:nth-child(1) {
  top: 15px;
}
.c-hamburger__bar:nth-child(2) {
  top: 20px;
}
.c-hamburger__bar:nth-child(3) {
  top: 25px;
}
.c-hamburger.js-active .c-hamburger__bar:nth-child(1) {
  top: 20px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.c-hamburger.js-active .c-hamburger__bar:nth-child(2),
.c-hamburger.js-active .c-hamburger__bar:nth-child(3) {
  top: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

/* _nav.scss */
@media (max-width: 900px) {
  .c-nav {
    display: none;
  }
}
.c-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-left: 30px;
}
.c-nav__item {
  height: 64px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 16px;
  font-size: 12px;
}
.c-nav__item:hover .c-nav__txt {
  opacity: 0.5;
}
.c-nav__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.c-nav__txt {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
}

/* _modal-nav.scss */
.c-modal-nav {
  display: none;
}
@media (max-width: 900px) {
  .c-modal-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 80%;
    max-width: 80%;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translate(-100%);
    transform: translate(-100%);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background: #fff;
    padding: 20px;
    -webkit-box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.2);
    height: 100vh;
  }
}
@media (max-width: 900px) {
  .c-modal-nav.js-active {
    opacity: 100;
    -webkit-transform: translate(0);
    transform: translate(0);
    pointer-events: auto;
    overflow-y: scroll;
  }
}
@media (max-width: 900px) {
  .c-modal-nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .c-modal-nav__item {
    padding: 16px;
    font-weight: bold;
    width: 100%;
    border-bottom: solid 1px #eeeeee;
  }
}
@media (max-width: 900px) {
  .c-modal-nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media (max-width: 900px) {
  .c-modal-nav__btn::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: solid 1.5px;
    border-bottom: solid 1.5px;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    color: #4a90e2;
  }
}
@media (max-width: 900px) {
  .c-modal-nav__btn::after {
    content: "";
    display: block;
    width: 11px;
    height: 1.5px;
    position: absolute;
    right: 3px;
    top: 50%;
    background-color: #4a90e2;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@media (max-width: 900px) {
  .c-modal-nav__txt {
    font-size: 12px;
  }
}

.c-modal-overlay {
  z-index: 1;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 120%;
  background-color: rgba(0, 0, 0, 0.2);
}
@media (max-width: 900px) {
  .c-modal-overlay.js-active {
    opacity: 100;
    display: block;
  }
}

/* _modal-cv.scss */
.c-modal-cv {
  display: none;
}
@media (max-width: 900px) {
  .c-modal-cv {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 900px) {
  .c-modal-cv__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 900px) {
  .c-modal-cv__item:not(:last-child) {
    margin-bottom: 12px;
  }
}
@media (max-width: 900px) {
  .c-modal-cv__btn {
    padding: 0 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 8px;
    padding: 16px 32px 16px 32px;
    position: relative;
  }
  .c-modal-cv__btn--orange {
    background: #f5a623;
  }
  .c-modal-cv__btn--blue {
    background: #4a90e2;
  }
  .c-modal-cv__btn--pink {
    background: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#e93667),
      to(#f9739c)
    );
    background: linear-gradient(to right, #e93667, #f9739c);
  }
}
@media (max-width: 900px) {
  .c-modal-cv__btn::before {
    content: "";
    display: block;
    width: 9px;
    height: 9px;
    border-right: solid 1.5px;
    border-bottom: solid 1.5px;
    position: absolute;
    right: 32px;
    top: 50%;
    -webkit-transform: rotate(-45deg) translateY(-50%);
    transform: rotate(-45deg) translateY(-50%);
    color: #fff;
  }
}
@media (max-width: 900px) {
  .c-modal-cv__btn::after {
    content: "";
    display: block;
    width: 11px;
    height: 1.5px;
    position: absolute;
    right: 35px;
    top: 50%;
    background-color: #fff;
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@media (max-width: 900px) {
  .c-modal-cv__txt {
    font-size: 14px;
    font-weight: bold;
    color: #fff;
  }
}

/* _breadcrumb.scss */
.c-breadcrumb {
  padding-top: 12px;
}
@media (max-width: 900px) {
  .c-breadcrumb {
    display: none;
  }
}
.c-breadcrumb__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-breadcrumb__item:not(:last-child) {
  padding-right: 30px;
  position: relative;
}
.c-breadcrumb__item:not(:last-child)::after {
  content: ">";
  display: block;
  position: absolute;
  top: 1px;
  right: 10px;
}
.c-breadcrumb__btn :hover {
  opacity: 0.5;
}
.c-breadcrumb__txt {
  font-size: 11px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

/* _section.scss */
.c-faq {
  padding-bottom: 43px;
  font-size: 14px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .c-faq {
    padding-bottom: 30px;
  }
}
.c-faq__list {
  margin-bottom: 32px;
}
.c-faq__q {
  color: #4a90e2;
  font-size: 15px;
  margin-bottom: 18px;
  position: relative;
}
.c-faq__q::after {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  height: 1px;
  background-color: #eee;
  left: 0;
  bottom: -9px;
}
.c-faq__q {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-faq__a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.c-faq__q-icon {
  font-size: 20px;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .c-faq__q-icon {
    margin-right: 8px;
  }
}
.c-faq__a-icon {
  font-size: 20px;
  color: #f5a623;
  font-weight: bold;
  margin-right: 20px;
}
@media (max-width: 900px) {
  .c-faq__a-icon {
    margin-right: 8px;
  }
}
.c-faq__q-txt {
  padding-top: 8px;
}
@media (max-width: 900px) {
  .c-faq__q-txt {
    font-size: 14px;
  }
}
.c-faq__a-txt {
  padding-top: 8px;
}
@media (max-width: 900px) {
  .c-faq__a-txt {
    font-size: 14px;
  }
}

/* _ttl.scss */
.c-ttl {
  height: 190px;
  background: #2cb696;
  background: url(../img/ttl_bg.jpg);
  background-size: cover;
  text-align: center;
}
@media (max-width: 900px) {
  .c-ttl {
    height: 112px;
    background: url(../img/ttl_bg_sp.jpg);
    background-size: cover;
  }
}
.c-ttl__area {
  max-width: 880px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 900px) {
  .c-ttl__area {
    padding: 0 16px;
  }
}
.c-ttl__txt {
  color: #fff;
  font-size: 30px;
  font-weight: bold;
}
@media (max-width: 900px) {
  .c-ttl__txt {
    font-size: 17px;
    padding-right: 50px;
  }
}

/* _lead.scss */
.c-lead {
  max-width: 900px;
  margin: 0 auto;
  padding: 50px;
}
@media (max-width: 900px) {
  .c-lead {
    padding: 30px 20px 20px;
  }
}
.c-lead__ttl {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 1px solid #ddd;
}
@media (max-width: 900px) {
  .c-lead__ttl {
    font-size: 27px;
  }
}
@media (max-width: 900px) {
  .c-lead__txt {
    font-size: 14px;
  }
}

/* _link-underline.scss */
.c-link-underline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 65px;
}
.c-link-underline__btn {
  text-decoration: underline;
  font-size: 12px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  text-align: center;
  display: inline-block;
}
.c-link-underline__btn:hover {
  opacity: 0.5;
}

/* _cv.scss */
.c-cv {
  background: url(../img/cv_bg.jpg);
  background-size: cover;
  color: #fff;
  text-align: center;
  padding: 90px 0 100px;
  position: relative;
}
@media (max-width: 900px) {
  .c-cv {
    padding: 40px 20px;
    background: url(../img/cv_bg_sp.jpg);
    background-size: cover;
  }
}
.c-cv:before {
  top: 0%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  border-color: transparent;
  border-top-color: #fff;
  border-width: 20px;
  margin-left: -20px;
}
.c-cv__lead {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
}
@media (max-width: 900px) {
  .c-cv__lead {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 -20px 20px;
  }
}
.c-cv__sub-txt {
  font-size: 15.4px;
  margin-bottom: 20px;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .c-cv__sub-txt {
    font-size: 14px;
    margin-bottom: 10px;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
  }
}
.c-cv__btn {
  width: 460px;
  height: 76.2px;
  margin: 0 auto;
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#e93667),
    to(#f9739c)
  );
  background: linear-gradient(to right, #e93667, #f9739c);
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .c-cv__btn {
    width: 90%;
    height: 69px;
    margin-bottom: 20px;
    max-width: 500px;
  }
}
.c-cv__btn:hover {
  opacity: 0.8;
}
.c-cv__btn-txt {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.7;
}
@media (max-width: 900px) {
  .c-cv__btn-txt {
    font-size: 19px;
  }
}
.c-cv__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media (max-width: 900px) {
  .c-cv__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.c-cv__item {
  width: calc((100% - 40px) / 3);
}
@media (max-width: 900px) {
  .c-cv__item {
    width: 100%;
    margin-bottom: 20px;
  }
}
.c-cv__sub-btn {
  width: 100%;
  height: 56px;
  background: #fff;
  border-radius: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #0179cd;
  font-weight: bold;
  font-size: 20px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .c-cv__sub-btn {
    width: 90%;
    height: 50px;
    max-width: 500px;
    margin: 0 auto;
  }
}
.c-cv__sub-btn:hover {
  opacity: 0.8;
}
@media (max-width: 900px) {
  .c-cv__sub-btn-txt {
    font-size: 18px;
  }
}

/* _footer.scss */
.c-footer {
  background: #fbfbfb;
  padding: 56px 0 72px;
}
@media (max-width: 900px) {
  .c-footer {
    padding: 40px 0 30px;
  }
}
.c-footer__logo {
  margin-bottom: 24px;
  display: inline-block;
}
.c-footer__logo img {
  width: 160px;
}
@media (max-width: 900px) {
  .c-footer__logo img {
    width: 120px;
  }
}

/* _footer-nav.scss */
.c-footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  margin-bottom: 40px;
  font-size: 12px;
}
@media (max-width: 900px) {
  .c-footer-nav__list {
    font-size: 11px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px;
  }
}
.c-footer-nav__list--alt {
  font-size: 11px;
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 8px;
}
@media (max-width: 900px) {
  .c-footer-nav__list--alt {
    font-size: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}
@media (max-width: 900px) {
  .c-footer-nav__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.c-footer-nav__item {
  padding-right: 60px;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
@media (max-width: 900px) {
  .c-footer-nav__item {
    margin-bottom: 10px;
    line-height: 1;
    padding: 0 8px;
  }
}
.c-footer-nav__item:hover {
  opacity: 0.5;
}
/*# sourceMappingURL=style.css.map */

.all_wrapper {
  overflow: hidden;
}
.pc_br {
  display: block;
}
.sp_br {
  display: none;
}
.top_sec {
  max-width: 880px;
  margin: 0 auto;
  padding: 40px 50px;
}

.top_sec_inner {
  max-width: 880px;
  margin: 0 auto;
}
.top_sec03 .top_sec_inner {
  max-width: 880px;
  margin: 75px auto 0;
}
@media screen and (max-width: 1024px) {
  .top_sec03 .top_sec_inner {
    width: 90.4vw;
    margin: 56px auto 0;
    padding: 0;
  }
}
.top_sec07_inner {
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1024px) {
  .top_sec07_inner {
    width: 90.4vw;
    margin: 0 auto;
    padding: 58px 0 40px;
  }
}

.top_sec17_inner {
  max-width: 1200px;
  /* margin: 0 auto; */
  margin: 77px auto 0;
}

/* メインビジュアル */
.mv_sec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.mv img {
  width: 100%;
}
.mv {
  position: relative;
}
.mv_text {
  /* background-image:url(../../img/top/topmv02.png) ;
  background-repeat: no-repeat;
  background-size: contain; */
  /*background-size: cover;*/
  /* background: #2066bc;
  border-top-right-radius: 70px;
  border-bottom-left-radius: 70px; */
  padding: 28px 0px 30px 75px;
  top: 50%;
  position: absolute;
  left: 7%;
  transform: translateY(-50%);
  width: 443.47px;
  min-width: 443.47px;
  text-align: center;
}
.mv_ttl_yellow {
  color: #ffff51;
}
.mv_ttl {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
}
.mv_sub_ttl {
  font-size: 19px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #fff;
  width: 80%;
  margin: 20px auto 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.3em;
  color: #fff;
}
/* .mv_sub_ttl::before{
  content: "";
  width: 100px;
  height: 1px;
  background: #FFF;
  position: absolute;

} */

.mv_bg {
  background-color: #4990e2;
  padding-top: 84px;
}

.mv_area {
  background-color: #3673e4;
  padding-top: 84px;
  text-align: center;
}
.mv_bg-lp {
  background-color: #2864f0;
  padding-top: 67px;
}
.mv_sec {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 50px;
}
.mv img {
  width: 100%;
}
.mv {
  position: relative;
}
.mv_text {
  padding: 28px 0px 30px 75px;
  top: 50%;
  position: absolute;
  left: 7%;
  transform: translateY(-50%);
  width: 443.47px;
  min-width: 443.47px;
  text-align: center;
}
.mv_ttl {
  font-size: 26px;
  color: #fff;
  line-height: 40px;
}
.mv_ttl-lp {
  font-size: 26px;
  color: #333;
  line-height: 40px;
}
.mv_sub_ttl {
  font-size: 19px;
  text-align: center;
  padding: 10px 0;
  border-top: 1px solid #fff;
  width: 80%;
  margin: 20px auto 8px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 0.3em;
  color: #fff;
}
.mv_text {
  background-image: url(../../img/top-sapporo/topmv02sapporo.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_ttl_yellow {
  color: #333;
}
.mv_ttl {
  color: #333;
}
.mv_ttl {
  letter-spacing: 0.9px;
  text-align: left;
}
.mv_sub_ttl {
  font-size: 15px;
  text-align: center;
  padding: 15px 0px;
  border-top: 1px solid #fff;
  width: 296px;
  height: 50px;
  margin: 16px 0px 0 -2px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  letter-spacing: 7px;
  color: #fff;
  line-height: 15px;
}
.mv_sub_ttl {
  border-top: 1px solid #333;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  color: #333;
}

@media (max-width: 900px) {
  .mv_area {
    background-color: #3673e4;
    padding-top: 49px;
    text-align: center;
  }
  .mv_bg-lp {
    padding-top: 0;
  }
  .mv_sec {
    padding: 49px 0 0;
  }
  .mv_text {
    background-size: cover;
    top: 64%;
    left: 3%;
    width: 45%;
    padding: 6px;
  }
  .mv_ttl {
    font-size: 14px;
  }
  .mv_sub_ttl {
    font-size: 10px;
    padding: 3px 0;
    margin: 3px auto 3px;
  }
  .mv img {
    height: 200px;
    object-fit: contain;
  }
  .mv_bg {
    padding-top: 0;
  }
}

/* トップセクションs */
.top_sec01 {
  /* background-color: #FEF3E2; */
  /* margin-top: 40px; */
  /* padding: 65px 50px; 元の余白の数値数値 */
  padding: 55px 50px 59px;
}

.top_sec_lead01 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 40px;
  line-height: 1.2;
  font-weight: bold;
}
.top_sec_lead01_colour {
  color: #ff4949;
}
.top_sec01_campaign {
  border: 1px solid #dde1e4;
  margin-bottom: 40px;
  font-size: 18px;
  display: flex;
  flex-wrap: wrap;
}
.top_sec01_campaign_body dt {
  width: 200px;
  border-right: 1px solid #dde1e4;
  border-bottom: 1px solid #dde1e4;
  padding: 14px 0 14px 16px;
  font-weight: bold;
  font-size: 14px;
  background: #dff0ff;
}
.top_sec01_campaign_body dd {
  width: calc(100% - 200px);
  padding: 14px 16px;
  line-height: 1.5;
  border-bottom: 1px solid #dde1e4;
  font-size: 14px;
}

.top_sec_btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 480px;
  height: 70px;
  border-radius: 50px;
  background-color: #ff4949;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  margin: 0 auto;
  padding-bottom: 1px;
  transition: 0.5s ease-in-out;
}

.top_sec_btn a:hover {
  opacity: 0.5;
}
/* トップセクションここまで */

/* メリットセクション */
.merit_area_inner {
  max-width: 900px;
  margin: 0 auto;
}
.merit_area_list {
  display: flex;
  justify-content: space-between;
}
.merit_area_list li {
  background: #fff;
  border-radius: 4px;
  text-align: center;
  width: 288px;
  padding: 12px 16px 20px;
  /* padding: 23px 20px 30px; */
  margin-right: 20px;
}
.merit_area {
  background-color: #D4BF00;
  padding: 37px 0;
}
.merit_area_list h4,
.merit_area_list .h4 {
  color: #0033CC;
  font-size: 23px;
  font-weight: bold;
  border-bottom: 1px solid #0033CC;
  padding-bottom: 8px;
  /* margin-bottom: 8px; */
  margin-bottom: 15px;
}

.merit_area_txt {
  font-size: 20px;
  line-height: 1.6;
}

.merit_area_list p span {
  font-weight: bold;
} /* メリットセクションここまで */

/* GMOのバーチャルオフィスなら */
.top_sec02 {
  display: block;
  background-color: #e1f1ff;
  background-size: 360px auto, cover;
  background-position: bottom center, top center;
  /* padding: 65px 0 50px; 元の余白の数値 */
  padding: 50px 0 55px;
  margin-top: 60px;
  border-bottom: 2px solid #f4f4f4;
}

.top_sec02_ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  /* margin-bottom: 40px; 元の余白の数値*/
  margin-bottom: 32px;
}
.top_sec02_ttl01 span {
  color: #0033CC;
}
.top_sec2_item {
  width: 100%;
  background: #fff;
  padding: 15px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.top_sec2_figure{
  width: 60px;
  height: 60px;
}
.top_sec2_figure img{
  width: 100%;
}
.top_sec2_item p {
  font-size: 16px;
  /* line-height: 1.3; */
  line-height: 2.4;
  margin-left: 20px;
  margin-bottom: 0;
}
.top_sec02_list {
  padding-left: 40px;
  padding-right: 40px;
}

.virtual_office_sec_notion {
  font-size: 14px;
  margin-top: 16px;
  line-height: 1.6;
}

.top_sec02_notion {
  font-size: 14px;
}
.top_sec02_notion.top {
  padding-left: 40px;
}
/* GMOのバーチャルオフィスならここまで */

.sec03 .h2-style {
  /* margin-bottom: 40px; */
  margin-bottom: 45px;
}
@media screen and (max-width: 900px) {
  .sec03 .h2-style {
    font-size: 19px;
  }
}

/* シンプルな格安料金プラン */
.top_sec03 {
  /* padding: 65px 0 50px; 元の余白の数値*/
  /* padding: 70px 0 60px; */
  padding: 0 0 50px;
}
.top_sec03_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec03_ttl01 span {
  color: #0033CC;
}
.top_sec03_text {
  font-size: 19px;
  text-align: center;
  margin-bottom: 55px;
  line-height: 1.3;
}

.top_sec03_box {
  border-radius: 8px;
  background: #0033CC;
  padding: 25px 0 6px 0;
  text-align: center;
  margin-bottom: 18px;
}
.top_sec03_box_plan_name {
  border-radius: 27px;
  width: 555px;
  height: 34px;
  margin: 0 auto -12px;
  background: #fff;
  color: #0033CC;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.8px;
  font-weight: bold;
}
.top_sec03_box_plan_name br {
  display: none;
}
.top_sec03_box_plan_price {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.top_sec03_box.white {
  border-radius: 8px;
  background: #fff;
  padding: 21px 0 6px 0;
  text-align: center;
  margin-bottom: 18px;
  border: solid 2px #4a90e2;
}
.top_sec03_box_plan_name.white {
  border-radius: 27px;
  width: 550px;
  height: 34px;
  margin: 0 auto -12px;
  background: #0033CC;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.8px;
  font-weight: bold;
}
.top_sec03_box_plan_name.white br {
  display: none;
}
.top_sec03_box_plan_price.white {
  color: #0033CC;
  font-size: 16px;
  font-weight: bold;
}

.price-en {
  /* font-size: 42px; */
  /* font-size: 47px; */
  font-size: 50px;
  padding-right: 8px;
}
.top_sec03_plan_check {
  background: #f2f2f2;
  display: flex;
  align-items: center;
  padding: 24px 16px;
  margin-bottom: 14px;
  font-size: 17px;
}
.top_sec03_plan_check:not(:last-of-type) {
  margin-bottom: 54px;
}
.top_sec03_plan_checknotion {
  margin-bottom: 40px;
}
.top_sec03_plan_check li {
  margin-right: 18px;
  background: url(../../img/top/top_sec03_icon.png) no-repeat;
  background-position: left center;
  padding-left: 26px;
}
.top_sec03_plan_check li:last-child {
  margin-right: 0;
}

.top_sec03_box02 {
  margin-top: 22px;
  border: solid 2px #3673e4;
  border-radius: 8px;
  padding: 19px 0 0 0;
  text-align: center;
  margin-bottom: 14px;
}
.top_sec03_box02_plan_name {
  border-radius: 27px;
  width: 400px;
  height: 42px;
  margin: 0 auto -12px;
  background: #4a90e2;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 19.8px;
  font-weight: bold;
}
.top_sec03_box02_plan_price {
  color: #3673e4;
  font-size: 16px;
  font-weight: bold;
}
.top_sec02_notion_mb {
  margin-bottom: 40px;
}
.top_sec03_box02_link_btn {
  position: relative;
  font-size: 20px;
  color: #4a90e2;
  margin: 22px 0 40px;
  cursor: pointer;
  padding-right: 28px;
  text-align: right;
}
.top_sec03_box02_link_btn::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #4a90e2;
  border-right: solid 2px #4a90e2;
  position: absolute;
  right: 10px;
  top: 10px;
  transform: rotate(45deg);
} /* シンプルな格安料金プランここまで */

/* 沖縄エリア最安値No.1に挑戦。 */
.top_sec04 {
  padding: 75px 0 60px;
  background-color: #fef3e2;
}
.top_sec04_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec04_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec04_ttl01 span {
  color: #3673e4;
}

.top_sec04_box {
  display: inline-flex;
  justify-content: space-between;
}
.top_sec04_box_textarea {
  margin-right: 70px;
}
.top_sec04_box_textarea h3 {
  width: 100%;
  font-size: 20px;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 700;
}
.top_sec04_box_textarea p {
  font-size: 16px;
  line-height: 1.8;
  text-align: justify;
}
.top_sec04_box_imgarea {
  padding: 0px 0px;
  min-width: 300px;
  margin-top: 6px;
  text-align: right;
}
.sec04.main_sec .sec_ttl {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.sec04-itembox {
  border: 3px solid #0033cc;
  padding: 37px;
  margin-top: 50px;
}

/* 沖縄エリア最安値No.1に挑戦。 */

/* 起業、副業、ネットショップ開設など */
.top_sec05 {
  /* padding: 65px 0 60px; 元の余白の数値*/
  padding: 60px 0 62px;
  background-color: #0033CC;
}
.top_sec05_ttl01 {
  font-weight: bold;
  text-align: center;
  color: #fff;
  font-size: 36px;
  line-height: 1.54 !important;
}
.top_sec05_ttl01 span {
  display: block;
  margin-bottom: 12px;
  font-size: 19px;
}

.top_sec05_list {
  width: 100%;
  margin-top: 40px;
  padding: 56px 0 56px;
  border-radius: 8px;
  background: #fff no-repeat;
  box-shadow: 0px 0px 32px rgb(0 0 0 / 48%);
  text-align: center;
  /* background-image: url(../../img/top/top_sec05_01.png);
  background-repeat: no-repeat;
  background-size: 100% auto,cover;
  background-position: bottom center,top center; */
  text-align: left;
  position: relative;
}
.top_sec05_list p {
  display: flex;
  align-items: center;
  line-height: 1.3;
}
.top_sec05_list p span {
  flex-wrap: wrap;
}
.top_sec05_list p::before {
  content: "";
  display: block;
  background: url(../../img/top/checkbox.png);
  width: 16px;
  height: 15px;
  margin-right: 5px;
}

.top_sec05_list_img {
  position: absolute;
}
.top_sec05_list_img img {
  width: 90%;
  height: 100%;
}
.top_sec05_men {
  bottom: 0;
  left: 3%;
}
.top_sec05_women {
  bottom: 0;
  /* right: 3%; */
  right: 0;
}
.top_sec05_list li {
  /* max-width: 410px; */
  max-width: 475px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
.top_sec05_list_colourtext {
  color: #f5a623;
} /* 起業、副業、ネットショップ開設などここまで */

/* 当社サービスを導入するメリット */
.top_sec06 {
  /* padding: 65px 0 60px; 元の余白の数値*/
  padding: 77px 0 60px;
}
.top_sec06_ttl01 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec06_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec06_ttl01 span {
  color: #0033CC;
}
.top_sec06_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top__merit-box {
  width: 32%;
}
.top__merit-title {
  color: #0033CC;
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.top__merit-bg {
  /* background: #edf5ff; */
  background: #FFF9BF;
  border-radius: 8px;
  padding: 24px 24px 32px;
}
.top__merit-image {
  /* margin-bottom: 19px; */
  margin-bottom: 14px;
  text-align: center;
}
.top__merit-image img{
  width: 100%;
}
.top__merit-text {
  text-align: left;
  /* line-height: 1.5; */
  font-size: 16px;
}
.top__merit-text p {
  /* line-height: 1.5; */
  line-height: 2.4;
  text-align: justify;
} /* 電子契約を導入するメリットここまで */

/* 充実のサービスラインナップ */
.top_sec07 {
  /* padding: 65px 0 30px; 元の余白の数値*/
  padding: 77px 0 30px;
  /* background-color: #f7f7f7; */
  background-color: #EEEEEE;
}
.top_sec07_ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec07_ttl01 span {
  color: #0033CC;
}
.top_sec07_text01 {
  text-align: center;
  font-size: 19px;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec07_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_sec07_list li {
  width: 32%;
  margin-bottom: 30px;
  background-color: #fff;
  /* line-height: 1.5; */
}
.top_sec07_list li p {
  /* line-height: 1.5; */
  line-height: 2.4;
  text-align: justify;
}
.top_sec07_list img {
  width: 100%;
  height: auto;
  display: block;
}
.top_sec07_list h4,
.top_sec07_list .h4 {
  font-size: 19px;
  text-align: center;
  background-color: #D4BF00;
  color: #fff;
  height: 60px;
  line-height: 58px;
  padding-top: 1px;
}
.top_sec07_list_textarea {
  /* padding: 25px; */
  padding: 18px 25px 25px;
} /* 充実のサービスラインナップここまで */

/* 料金プラン */
.top_sec08 {
  /* padding: 65px 0 20px; */
  padding: 70px 0 60px;
}
.top_sec08_ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec08_text01 {
  text-align: center;
  font-size: 19px;
  margin-bottom: 55px;
}
.plan-item {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
}
.plan-item--premium,
.plan-item--starter {
  padding-top: 30px;
  width: 390px;
}
.plan-item__header {
  color: #fff;
  font-weight: 700;
  text-align: center;
  padding: 28px 0 36px;
}
.plan-item__header--top {
  border-radius: 8px;
}
.plan-item__header--starter {
  background: #4a8ad9;
}
.plan-item__title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 8px;
}
.plan-item__yaerly {
  font-size: 14px;
}
.plan-item__price {
  font-size: 34px;
  letter-spacing: -1px;
  margin-left: -5px;
}
.plan-item__yen {
  font-size: 20px;
  margin-right: -5px;
}
.plan-item__monthly {
  /* font-size: 16px; */
  font-weight: 400;
  margin-bottom: 5px;
}
.plan-item__summary {
  font-size: 12px;
  margin-bottom: 12px;
}
.plan-item__send,
.plan-item__user {
  font-size: 14px;
  line-height: 1.3;
}
.plan-item__num {
  font-size: 24px;
  margin-left: 4px;
}
.plan-item--basic {
  margin-left: 15px;
  margin-right: 15px;
  width: 450px;
}
.plan-item__header--basic {
  background: linear-gradient(45deg, #311ba7, #08b0e1);
  /*padding-top: 42px;*/
  padding-top: 54px;
  position: relative;
  /*padding-bottom: 42px;*/
  padding-bottom: 54px;
}
.plan-item__pickup {
  /*background: #c7e1ff;*/
  background: #fe6c01;
  /*color: #0967d8;*/
  color: #fff;
  display: inline;
  left: 50%;
  line-height: 1.3;
  margin-bottom: 40px;
  padding: 16px;
  position: absolute;
  text-align: center;
  top: -30px;
  transform: translateX(-50%);
  width: 70%;
}
.plan-item__title--lg {
  font-size: 20px;
}
.plan-item--premium_op {
  opacity: 0;
  display: none;
}
.plan-item__header--premium {
  background: #0c128e;
} /* 料金プランここまで */

/* サテライト沖縄が選ばれる理由  */
.top_sec09 {
  /* padding: 65px 0 60px; 元の余白の数値*/
  padding: 70px 0 60px;
  background-color: #fef3e2;
}
.top_sec09_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec09_ttl01 span {
  color: #3673e4;
}
.top_sec09_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec09_box {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.top_sec09_box_last {
  display: flex;
  justify-content: space-between;
}

.top_sec09_box_textarea.left-text {
  margin-right: 70px;
}
.top_sec09_box_textarea.right-text {
  margin-left: 70px;
}
.top_sec09_box_textarea h3 {
  font-size: 20px;
  margin-bottom: 25px;
  display: inline-block;
  font-weight: 700;
}
.top_sec09_box_textarea p {
  line-height: 1.8;
  text-align: justify;
}
.top_sec09_box_imgarea {
  min-width: 300px;
  margin-top: 6px;
}

.top_sec09_box_imgarea.right {
  text-align: right;
}

.top_sec09_left_box {
  flex-direction: row-reverse;
} /* サテライト沖縄が選ばれる理由 ここまで */

/* 安い理由 */
.top_sec10 {
  /* padding: 65px 0 40px; 元の余白の数値*/
  padding: 70px 0 50px;
  background-color: #e1f1ff;
}
.top_sec10_ttl01 {
  text-align: center;
  font-weight: bold;
  font-size: 36px;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec10_colourtext {
  color: #3673e4;
}
.top_sec10_text {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec10_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-width: 4px;
  padding: 37px;
  border: 3px solid #f5a623;
  font-size: 18px;
  line-height: 1.6;
}

.top_sec10_box_sp_img {
  display: none;
}
.top_sec10_box_textarea {
  width: 55%;
  font-size: 16px;
}
.top_sec10_box_imgarea {
  width: 38%;
} /* 安い理由ここまで */

/* 安心お約束 */
.top_sec11 {
  /* padding: 25px 0 40px; 元の余白の数値*/
  padding: 25px 0 40px;
  background-color: #e1f1ff;
  /* background-image: url(); */
}

.top_sec11_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec11_ttl01 span {
  color: #3673e4;
}
.top_sec11_lead01 {
  font-size: 19px;
  text-align: center;
  /* color: #f5a623; */
  margin-bottom: 55px;
}
.top_sec11_box {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  border-width: 4px;
  padding: 37px;
  border: 3px solid #f5a623;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 60px;
}
/* .top_sec11_box_pc_img img{
  width: 100%;
} */
.top_sec11_box_sp_img {
  display: none;
}
.top_sec11_box_textarea {
  width: 55%;
  font-size: 16px;
}
.top_sec11_box_imgarea {
  width: 38%;
} /* 安い理由ここまで */

.top_sec11_text {
  line-height: 1.5;
} /* 安心お約束 ここまで */

/* お客様の声 */
.top_sec12 {
  /* padding: 65px 0 60px; 元の余白の数値*/
  padding: 70px 0 43px;
}
.top_sec12_ttl01 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec12_ttl01 span {
  color: #0033CC;
}
.top_sec12_text01 {
  font-size: 19px;
  text-align: center;
  margin-bottom: 55px;
}
.top_sec12_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_sec12_merit_box {
  width: 32%;
  margin-bottom: 2%;
}
.top_sec12_merit_title {
  color: #4a90e2;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  text-align: center;
}
.top_sec12_workkind {
  display: block;
  margin-bottom: 10px;
  text-align: center;
  font-weight: bold;
}
.top_sec12_top_merit_bg {
  background: #e1f1ff;
  border-radius: 8px;
  padding: 24px 35px 32px;
}
.top_sec12_merit_image {
  margin-bottom: 24px;
  text-align: center;
}
/* .top_sec12_merit_image img{
  width: 60%;
} */
.top_sec12_merit_text {
  text-align: left;
  /* line-height: 1.5; */
}
.top_sec12_merit_text p {
  /* line-height: 1.5; */
  line-height: 2.4;
} /* お客様の声ここまで */

/* よくあるご質問 */
.top_sec13 {
  /* padding: 65px 0 27px; 元の余白の数値*/
  padding: 70px 0 60px;
  background-color: #f7f7f7;
}
/* .top_sec13_inner{
  background: url(../../img/top/top_sec13_bg.png) no-repeat top right;
  background-size: 450px 380px;
} */
.top_sec13_ttl01 {
  text-align: center;
  font-size: 36px;
  font-weight: bold;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec13_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.faq-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.faq-content .faq-content-item {
  width: 48%;
  padding: 42px 20px 34px;
  border-top: 1px solid #e1e1f3;
}
.faq-content-heading {
  padding-left: 25px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 1.2;
  position: relative;
  font-weight: bold;
}
.faq-content-heading::before {
  content: "Q.";
  display: inline-block;
  color: #4a90e2;
  font-weight: bold;
  position: absolute;
  left: 0;
}
.faq-content-detail {
  /* padding-left: 24px;
  margin-left: 28px; */
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  display: flex;
}
.faq-content-detail::before {
  content: "A.";
  display: block;
  color: #f5a623;
  font-weight: bold;
  font-size: 20px;
  top: 0.1em;
  line-height: 1;
  margin-right: 7px;
} /* よくあるご質問ここまで */

/* サテライト沖縄からのメッセージ */
/* .top_sec14{
  padding: 50px 0 40px;
}
.top_sec14_ttl01{
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 80px;
}
.top_sec14_box{
  display: flex;
  justify-content: space-around;
  margin-bottom: 96px;
}
.top_sec14_box_textarea{
  width: 44%;
}
.top_sec14_box_textarea h3{
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0 8px;
  display: inline-block;
  font-weight: 700;
}
.top_sec14_box_textarea p{
line-height: 1.8;
}
.top_sec14_box_imgarea{
  padding: 0 8px;
  width: 40%;
}
.top_sec14_box_imgarea img{
  width: 100%;
} */
/* サテライト沖縄からのメッセージここまで */

/* 法人登記と法人銀行口座開設について */
.top_sec15 {
  /* padding: 50px 0 30px; 元の余白の数値*/
  padding: 70px 0 30px;
  background-color: #e1f1ff;
}
.top_sec15_sub_ttl01 {
  color: #4a90e2;
  /* font-size: 12px; */
  font-size: 15px;
}
.top_sec15_ttl01 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.top_sec15_imgarea img {
  width: 100%;
  height: auto;
}
.top_sec15_box {
  padding: 56px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.top_sec15_box_ttlarea {
  width: 33.33%;
  padding-right: 40px;
}
.top_sec15_box_textarea {
  width: 66.67%;
  line-height: 1.8;
  text-align: justify;
} /* 法人登記と法人銀行口座開設についてここまで */

/* 沖縄ではじめよう。 */
.top_sec16 {
  padding: 10px 0 60px;
  background-color: #e1f1ff;
}
.top_sec16_sub_ttl01 {
  color: #4a90e2;
  /* font-size: 12px; */
  font-size: 15px;
}
.top_sec16_ttl01 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
}
.top_sec16_imgarea img {
  width: 100%;
  height: auto;
}
.top_sec16_box {
  padding: 56px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.top_sec16_box_ttlarea {
  width: 33.33%;
  padding-right: 40px;
}
.top_sec16_box_textarea {
  width: 66.67%;
  line-height: 1.8;
  text-align: justify;
} /* 沖縄ではじめよう。ここまで */

/* 沖縄で起業してバーチャルオフィスを活用 */
.top_sec17 {
  /* padding: 65px 0 30px; 元の余白の数値*/
  /* padding: 70px 0 60px; */
  /* padding: 0 0 60px; */
  padding: 0 0 45px;
}
.top_sec17_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec17_ttl01 span {
  color: #0033CC;
}
.top_sec17_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec17_list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.top_sec17_list li {
  width: 48%;
  margin-bottom: 30px;
  background-color: #fff;
}
/* .top_sec17_list li:nth-of-type(4){
  margin-bottom: 0;
}
.top_sec17_list li:nth-of-type(5){
  margin-bottom: 0;
}
.top_sec17_list li:nth-of-type(6){
  margin-bottom: 0;
} */

.top_sec17_list img {
  width: 100%;
  height: auto;
  display: block;
}
.top_sec17_list_textarea {
  padding: 10px;
}
.top_sec17_list h3 {
  font-size: 19px;
  height: 60px;
  text-align: center;
  /* background-color: #0033CC; */
  background-color: #D4BF00;
  color: #fff;
  /* padding: 18px 0; */
  padding-top: 2px;
  line-height: 56px;
}
.top_sec17_list p {
  margin-top: 10px;
  font-size: 16px;
  /* line-height: 1.8; */
  line-height: 2.4;
  letter-spacing: 0.09em;
  text-align: justify;
} /* 沖縄で起業してバーチャルオフィスを活用ここまで */

/* もっと知りたいバーチャルオフィスとは */
.top_sec18 {
  /* padding: 50px 0 60px; 元の余白の数値*/
  padding: 70px 0 60px;
  background-color: #e1f1ff;
}
.top_sec18_sub_ttl01 {
  color: #4a90e2;
  /* font-size: 12px; */
  font-size: 15px;
}
.top_sec18_ttl01 {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
  /* line-height: 1.4; */
  line-height: 2.4;
}
.top_sec18_imgarea img,
.top_sec15_imgarea img,
.top_sec16_imgarea img {
  width: 100%;
  height: auto;
  display: block;
}
.top_sec18_box {
  padding: 56px;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
}
.top_sec18_box_ttlarea {
  width: 33.33%;
  padding-right: 40px;
}
.top_sec18_box_textarea {
  width: 66.67%;
  line-height: 1.8;
  text-align: justify;
} /* もっと知りたいバーチャルオフィスとはここまで */

/* バーチャルオフィスを利用するメリット */
.top_sec19 {
  /* padding: 65px 0 50px; 元の余白の数値*/
  padding: 70px 0 60px;
  background-color: #fef3e2;
}
.top_sec19_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec19_ttl01 span {
  color: #3673e4;
}
.top_sec19_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec19_box {
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 48px;
}
.top_sec19_box_last {
  display: flex;
  justify-content: space-around;
}

.top_sec19_box_textarea h3 {
  font-size: 20px;
  margin-bottom: 25px;
  padding: 0 8px 0 0;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
}

.top_sec19_box_textarea p {
  line-height: 1.8;
  text-align: justify;
}
.top_sec19_box_imgarea {
  padding: 0 0;
  min-width: 300px;
  margin-top: 1px;
}
.top_sec19_box_imgarea img {
  width: 100%;
}
.top_sec19_left_box {
  flex-direction: row-reverse;
} /* バーチャルオフィスを利用するメリットここまで */

/* バーチャルオフィスサービスの選び方のコツ */
.top_sec20 {
  /* padding: 65px 0 60px; 元の余白の数値*/
  padding: 70px 0 60px;
}
.top_sec20_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  /* margin-bottom: 30px; 元の余白の数値*/
  margin-bottom: 30px;
}
.top_sec20_ttl01 span {
  color: #0033CC;
}
.top_sec20_text01 {
  text-align: center;
  font-size: 19px;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec20_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.security__box {
  border: 1px solid #d8e3ee;
  border-radius: 8px;
  text-align: center;
  margin-bottom: 28px;
  padding: 40px 40px 30px;
  width: 48%;
}
.security__lastbox {
  border: 1px solid #d8e3ee;
  border-radius: 8px;
  text-align: center;
  padding: 40px 40px 30px;
  width: 48%;
}
.security__box-title {
  color: #0033CC;
  font-weight: 700;
  margin-bottom: 19px;
  text-align: left;
  font-size: 20px;
}
.security__box-text {
  /* line-height: 1.8; */
  line-height: 2.4;
  font-size: 16px;
  min-height: 200px;
  margin-bottom: 15px;
  text-align: left;
}
/* バーチャルオフィスサービスの選び方のコツここまで */

/* サテライト沖縄のお役立ち情報 */
.top_sec21 {
  padding: 77px 0 50px;
  background-color: #fff;
}
.top_sec21_ttl01 {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1;
}
.top_sec21_ttl01 span {
  color: #0033CC;
}
.top_sec21_ttl01 span.brsma {
  color: #333333;
}
.top_sec21_text01 {
  font-size: 19px;
  text-align: center;
  /* margin-bottom: 45px; 元の余白の数値*/
  margin-bottom: 55px;
}
.top_sec21_box {
  display: inline-flex;
  justify-content: space-between;
  /* margin-bottom: 38px; */
  margin-bottom: 60px;
}
.top_sec21_box_last {
  display: flex;
  justify-content: space-around;
  margin-bottom: 0;
}
.top_sec21_box_textarea h3 {
  font-size: 20px;
  /* margin-bottom: 25px; */
  margin-bottom: 15px;
  padding: 0px;
  display: inline-block;
  font-weight: 700;
}
.inner .top_sec21_box_textarea h3 {
  text-align: left;
}
.top_sec21_box_textarea p {
  /* line-height: 1.8; */
  line-height: 2.4;
  margin-bottom: 10px;
  text-align: justify;
}
.top_sec21_box_imgarea {
  width: 40%;
  margin-top: 8px;
  text-align: right;
}

.top_sec21_last_left_box {
  margin-bottom: 0;
}
.top_sec21_left_box {
  flex-direction: row-reverse;
} /* サテライト沖縄のお役立ち情報ここまで */

/* お知らせ */
.top_sec22 {
  padding: 60px 0 40px;
}
/* .top_sec22{
  padding: 70px 0 60px;
} */
/* .top_sec22_box{
  display: flex;
  align-items: center;
} */
.top_sec22_ttl01 {
  font-size: 20px;
  margin-bottom: 30px;
  /* margin-right: 40px; */
  /* width: 50%; */
  font-weight: 700;
  text-align: center;
}
.top_sec22_list {
  width: 100%;
}
.top_sec22_list li {
  display: flex;
  margin-bottom: 0px;
  border-bottom: solid 1px #eeeeee;
  padding: 24px 20px 24px 0;
}
.top_sec22_list li:hover {
  opacity: 0.6;
}
.top_sec22_news_date {
  font-size: 16px;
  line-height: 1.4;
  margin-right: 32px;
  width: 18%;
}
.top_sec22_news_text {
  font-size: 16px;
}
.top_sec22_news_text a {
  color: #333;
}
.top_sec22_link_btn {
  text-align: right;
  margin-top: 16px;
}
.top_sec22_link_btn a {
  text-decoration: underline;
  color: #333;
} /* お知らせここまで */

/* 20230308追加 */

/* Instagram photos OKINAWA */
.top_sec23 {
  /* padding: 40px 0 60px; */
  padding: 0 0 80px;
}
.top_sec23_ttl01 {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: 700;
  text-align: center;
}
.top_sec23_link_bnr {
  text-align: center;
  margin-top: 24px;
}
.top_sec23_link_bnr a:hover {
  opacity: 0.6;
} /* Instagram photos OKINAWAここまで */

@media (max-width: 900px) {
  .mv_sec {
    padding: 49px 0 0;
  }
  .mv_text {
    background-size: cover;
    top: 64%;
    left: 3%;
    width: 45%;
    padding: 6px;
  }
  .mv_ttl {
    font-size: 14px;
  }
  .mv_sub_ttl {
    font-size: 10px;
    padding: 3px 0;
    margin: 3px auto 3px;
  }
  .mv img {
    height: 200px;
    object-fit: contain;
  }
  .mv_bg {
    padding-top: 0;
  }
  /* メインビジュアル */
  .top_sec_inner {
    padding: 40px 20px 0;
  }
  .pc_br {
    display: none;
  }
  .sp_br {
    display: block;
  }
  /* トップセクション */
  .top_sec01 {
    padding: 0 0 40px;
  }
  .top_sec_lead01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec01_campaign_body {
    display: block;
  }
  .top_sec01_campaign_body dt {
    width: 100%;
    text-align: center;
  }
  .top_sec01_campaign_body dd {
    width: 100%;
    font-size: 14px;
  }
  .top_sec_btn a {
    width: 310px;
    height: 50px;
    font-size: 20px;
  }
  /* メリットエリア */
  .merit_area {
    margin-top: 30px;
    padding: 10px 16px;
  }
  .merit_area_list h4,
  .merit_area_list .h4 {
    font-size: 14px;
    padding-top: 8px;
  }
  .merit_area_list p {
    font-size: 14px;
  }
  .merit_area_list li {
    padding: 0 5px 8px;
  }
  .merit_area_list li:last-child {
    margin-right: 0;
  }

  /* バーチャルオフィスなら */
  .top_sec02 {
    padding: 0 0 40px;
    margin-top: 30px;
  }
  .top_sec02_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec02_list li {
    padding: 15px 14px;
    align-items: flex-start;
  }
  .top_sec02_list p {
    font-size: 14px;
    margin-left: 10px;
  }
  .top_sec2_figure  {
    width: 42px;
  }
  .top_sec2_item p {
    width: 80%;
  }
  .top_sec02_notion {
    font-size: 14px;
  }
  .top_sec02_list {
    padding-left: 0;
    padding-right: 0;
  }

  /* シンプルな料金プラン */
  .top_sec03 {
    /* padding: 0 0 40px; */
    padding: 0 0 5px;
  }
  .top_sec03_ttl01.h2-style {
    font-size: 19px;
    margin-bottom: 20px;
    line-height: 1.8;
  }
  .top_sec03_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec03_box {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
  }
  .top_sec03_box_plan_name {
    width: auto;
    height: initial;
    font-size: 14px;
    margin: 0px auto 8px;
  }
  .top_sec03_box_plan_price {
    font-size: 16px;
  }

  /*2つめ*/
  .top_sec03_box.white {
    padding: 10px 0 0 0;
    margin-bottom: 10px;
  }
  .top_sec03_box_plan_name.white {
    width: auto;
    height: initial;
    font-size: 14px;
    margin: 0px auto 8px;
  }
  .top_sec03_box_plan_price.white {
    font-size: 16px;
  }
  .price-en {
    font-size: 36px;
    padding-right: 4px;
  }
  .top_sec03_plan_check {
    display: block;
    padding: 20px 16px;
    font-size: 16px;
  }
  .top_sec03_plan_check:not(:last-of-type) {
    margin-bottom: 14px;
  }
  .top_sec03_plan_check li {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .top_sec03_plan_check li:last-child {
    margin-bottom: 0;
  }
  .top_sec03_box02 {
    margin-top: 30px;
  }
  .top_sec03_box02_plan_name {
    width: 300px;
    height: 35px;
    font-size: 16px;
    margin: 0px auto 8px;
  }
  .top_sec03_box02_link_btn {
    font-size: 14px;
    margin: 22px 0;
  }
  .top_sec03_box02_link_btn::before {
    top: 6px;
  }
  /* 沖縄エリア最安値No. 1に挑戦 */
  .top_sec04 {
    padding: 0 0 40px;
  }
  .top_sec04_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec04_box {
    display: block;
  }
  .top_sec04_box_textarea {
    width: 100%;
  }
  .top_sec04_box_textarea h3 {
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
  }
  .top_sec04_box_textarea p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec04_box_imgarea {
    width: 100%;
    padding: 0;
  }
  .top_sec04_box_imgarea img {
    width: 100%;
  }
  .sec04.main_sec .sec_ttl {
    /* font-size: 25px; */
    font-size: 19px;
    /* margin-bottom: 30px; */
    margin-bottom: 24px;
    line-height: 1.8;
  }
  .sec04-itembox {
    padding: 20px;
  }
  .sec04.main_sec .sec_ttl2 {
    /* margin-top: 50px; */
    margin-top: 40px;
  }
    
  /* バーチャルオフィスのサテライト沖縄はこのような方におすすめ */
  .top_sec05 {
    padding: 0 0 40px;
  }
  .top_sec05_list {
    padding: 46px 2px 126px;
    margin-top: 32px;
  }
  .top_sec05_list li {
    margin: 0 auto 10px 20px;
    font-size: 14px;
  }
  .top_sec05_list li:last-child {
    margin-bottom: 30px;
  }
  .top_sec05_ttl01 span {
    font-size: 21px;
  }
  .top_sec05_ttl01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec05_list_img img {
    width: 50%;
  }
  .top_sec05_men {
    width: 32%;
  }
  .top_sec05_women {
    width: 32%;
  }
  .top_sec05_list p {
    align-items: flex-start;
  }
  /* 当社サービスを利用するメリット */
  .top_sec06 {
    padding: 0;
  }
  .top_sec06_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec06_ttl01.h2-style {
    margin-top: 30px;
  }
    .top_sec06_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec06_box {
    display: block;
  }
  .top__merit-box {
    width: 100%;
    margin-bottom: 32px;
  }
  .top__merit-text {
    font-size: 14px;
  }
  .top__merit-title {
    font-size: 14px;
  }
  /* 充実のサービスラインナップ */
  .top_sec07 {
    /* padding: 0 0 40px; */
    padding: 0 0 5px;
  }
  .top_sec07_ttl01.h2-style {
    font-size: 19px;
    margin-bottom: 15px;
    line-height: 1.8;
  }
  .top_sec07_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec07_list {
    display: block;
  }
  .top_sec07_list li {
    width: 100%;
  }
  .top_sec07_list li:last-child {
    margin-bottom: 0;
  }
  .top_sec07_list h4,
  .top_sec07_list .h4 {
    font-size: 16px;
  }
  .top_sec07_list_textarea {
    padding: 20px;
    line-height: 1.7;
    font-size: 14px;
  }
  /* 料金プラン */
  .top_sec08 {
    padding: 0;
  }
  .top_sec08_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec08_text01 {
    margin-bottom: 0;
    font-size: 14px;
  }
  .plan-item {
    display: block;
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 50px;
  }
  .plan-item__title {
    font-size: 18px;
  }
  .plan-item__price {
    font-size: 36px;
  }
  .plan-item--premium {
    margin-bottom: 20px;
  }
  .plan-item--starter {
    margin-bottom: 47px;
  }
  .plan-item--premium,
  .plan-item--starter {
    width: 100%;
  }
  .plan-item--premium {
    padding-top: 0;
  }
  .plan-item--basic {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 32px;
    width: 100%;
  }
  /* サテライト沖縄が選ばれる理由 */
  .top_sec09 {
    padding: 0 0 40px;
  }
  .top_sec09_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec09_box {
    display: block;
    margin-bottom: 40px;
  }
  .top_sec09_box_last {
    display: block;
    margin-bottom: 0;
  }
  .top_sec09_box_textarea {
    width: 100%;
  }
  .top_sec09_box_textarea h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }
  .top_sec09_box_textarea p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec09_box_imgarea {
    width: 100%;
    padding: 0;
  }
  .top_sec09_box_imgarea img {
    width: 100%;
  }
  /* 当社の料金が安いい理由 */
  .top_sec10 {
    padding: 0;
  }
  .top_sec10_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec10_text {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec10_box {
    padding: 10px 15px 30px;
    display: block;
  }
  .top_sec10_box_textarea {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .top_sec10_box_sp_img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .top_sec10_box_sp_img img {
    width: 100%;
  }
  .top_sec10_box_pc_img {
    display: none;
  }

  /* 口座開設・ネットショップ開設できない場合でも30日間返金保証 */
  .top_sec11 {
    padding: 0 0 40px;
  }
  .top_sec11_ttl01 {
    font-size: 15px;
  }
  .top_sec11_lead01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec11_box {
    padding: 10px 15px 30px;
    display: block;
    margin-bottom: 0;
  }
  .top_sec11_box_textarea {
    width: 100%;
    font-size: 14px;
    line-height: 1.6;
  }
  .top_sec11_text {
    font-size: 14px;
    line-height: 1.6;
  }
  .top_sec11_box_sp_img {
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .top_sec11_box_sp_img img {
    width: 100%;
  }
  .top_sec11_box_pc_img {
    display: none;
  }
  /* お客様の声 */
  .top_sec12 {
    padding: 0;
  }
  .top_sec12_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec12_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec12_box {
    display: block;
  }
  .top_sec12_merit_box {
    width: 100%;
  }
  .top_sec12_merit_text {
    font-size: 15px;
  }
  /* よくある質問 */
  .top_sec13 {
    padding: 0 0 30px;
  }
  .top_sec13_inner {
    background-size: 320px 262px;
  }
  .top_sec13_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec13_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .faq-content {
    display: block;
  }
  .faq-content .faq-content-item {
    width: 100%;
    padding: 24px 20px 19px;
    border-top: 1px solid #e1e1f3;
  }
  .faq-content-heading {
    padding-left: 22px;
    margin-bottom: 14px;
    font-size: 14px;
  }
  .faq-content-heading::before {
    font-size: 20px;
    top: -4px;
  }
  .faq-content-detail {
    /* padding-left: 22px;
    margin-left: 15px; */
    font-size: 14px;
    line-height: 1.6;
  }
  /* サテライト沖縄からのメッセージ */
  .top_sec14 {
    padding: 0;
  }
  .top_sec14_ttl01 {
    font-size: 14px;
    margin-bottom: 40px;
  }
  .top_sec14_box {
    display: block;
    margin-bottom: 80px;
  }
  .top_sec14_box_textarea {
    width: 100%;
  }
  .top_sec14_box_textarea h3 {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .top_sec14_box_imgarea {
    width: 100%;
    padding: 0;
  }
  .top_sec14_box_textarea p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  /* バーチャルオフィスの法人登記と銀行口座開設*/
  .top_sec15 {
    padding: 0 0 20px;
  }
  .top_sec15_box {
    padding: 20px 10px 20px;
    display: block;
  }
  .top_sec15_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec15_box_ttlarea {
    width: 100%;
    padding-right: 0;
  }
  .top_sec15_box_textarea {
    width: 100%;
    font-size: 14px;
  }
  /* 沖縄ではじめよう */
  .top_sec16 {
    padding: 0 0 40px;
  }
  .top_sec16_box {
    padding: 20px 10px 20px;
    display: block;
  }
  .top_sec16_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec16_box_ttlarea {
    width: 100%;
    padding-right: 0;
  }
  .top_sec16_box_textarea {
    width: 100%;
    font-size: 14px;
  }
  /* 沖縄で起業してバーチャルオフィスを活用 */
  .top_sec17 {
    padding: 0;
  }
  .top_sec17_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec17_ttl01.h2-style {
    margin-top: 20px;
  }
  .top_sec17_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec17_list {
    display: block;
  }
  .top_sec17_list p {
    margin-top: 0;
    font-size: 14px;
  }
  .top_sec17_list li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 32px;
  }
  /* もっと知りたいバーチャルオフィスとは */
  .top_sec18 {
    padding: 0 0 40px;
  }
  .top_sec18_box {
    padding: 20px 10px 20px;
    display: block;
  }
  .top_sec18_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec18_box_ttlarea {
    width: 100%;
    padding-right: 0;
  }
  .top_sec18_box_textarea {
    width: 100%;
    font-size: 14px;
  }
  /* バーチャルオフィスを利用するメリット */
  .top_sec19 {
    padding: 0 0 40px;
  }
  .top_sec19_ttl01 {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .top_sec19_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec19_box {
    display: block;
    margin-bottom: 40px;
  }
  .top_sec19_box_last {
    display: block;
    margin-bottom: 0;
  }
  .top_sec19_box_textarea {
    width: 100%;
  }
  .top_sec19_box_textarea h3 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 0;
  }
  .top_sec19_box_textarea p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec19_box_imgarea {
    width: 100%;
    padding: 0;
  }
  /* バーチャルオフィスサービスの選び方のコツ */
  .top_sec20 {
    padding: 0;
  }
  .top_sec20_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
  }
  .top_sec20_text01 {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .top_sec20_box {
    justify-content: space-between;
  }
  .security__box {
    margin-bottom: 16px;
    padding: 24px 9px;
    width: 47%;
  }
  .security__lastbox {
    margin-bottom: 16px;
    padding: 24px 8px;
  }
  .security__box-title {
    font-size: 15px;
  }
  .security__box-text {
    font-size: 14px;
    margin-bottom: 16px;
    line-height: 1.8;
  }
  /* 仮タイトルバーチャルオフィスを利用する */
  .top_sec21 {
    padding: 0 0 40px;
  }
  .top_sec21_ttl01.h2-style {
    font-size: 19px;
    /* margin-bottom: 20px; */
    /* margin-bottom: 30px; */
    margin-bottom: 22px;
    line-height: 1.8;
  }
  .top_sec21_text01.sub-style {
    font-size: 14px;
    /* margin-bottom: 20px; */
    margin-bottom: 25px;
    text-align: left;
    line-height: 2.4;
  }
  .top_sec21_box {
    display: block;
    /* margin-bottom: 40px; */
    margin-bottom: 32px;
  }
  .top_sec21_box_last {
    display: block;
    padding-bottom: 40px;
  }
  .top_sec21_box_textarea {
    width: 100%;
  }
  .top_sec21_box_textarea h3 {
    /* font-size: 17px; */
    font-size: 16px;
    /* margin-bottom: 10px; */
    margin-bottom: 9px;
    padding: 0;
  }
  .top_sec21_box_textarea p {
    font-size: 14px;
    /* margin-bottom: 20px; */
    margin-bottom: 24px;
  }
  .top_sec21_box_imgarea {
    width: 100%;
    padding: 0;
  }
  .top_sec21_box_imgarea img {
    width: 100%;
    height: auto;
  }
  /* お知らせ */
  .top_sec22 {
    padding: 0 0 40px;
  }
  .top_sec22_box {
    display: block;
  }
  .top_sec22_ttl01 {
    font-size: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  .top_sec22_news_text a {
    font-size: 14px;
  }
  .top_sec22_link_btn a {
    font-size: 14px;
  }
  .top_sec22_list {
    margin-left: 0;
  }
  .top_sec22_list li {
    display: block;
    margin-bottom: 24px;
  }
  .top_sec22_news_date {
    font-size: 12px;
    margin-right: 0;
    margin-bottom: 3px;
    width: 100%;
  }
  .top_sec22_news_text {
    font-size: 14px;
  }
}

/*220908追加修正PC*/
@media (min-width: 600px) {
  /* h2{

	} */
  .h2-style {
    margin-top: -3px;
    margin-bottom: 30px;
    line-height: 36px !important;
  }
  .top_sec05_ttl01.h2-style {
    line-height: 1.3 !important;
  }
  .sub-style {
    line-height: 19px !important;
    margin-top: -3px;
  }
  .pt-22 {
    margin-top: -22px;
  }
  /*トップ画像*/
  .mv_ttl {
    letter-spacing: 0.9px;
    text-align: left;
  }
  .mv_sub_ttl {
    font-size: 15px;
    text-align: center;
    padding: 15px 0px;
    border-top: 1px solid #fff;
    width: 296px;
    height: 50px;
    margin: 16px 0px 0 -2px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    letter-spacing: 7px;
    color: #fff;
    line-height: 15px;
  }
  .faq-content .faq-content-item.last {
    border-bottom: 1px solid #e1e1f3;
  }
  /*sec04*/
  .top_sec04_box {
    margin-top: -6px;
  } /*sec06*/
  .top_sec06_box {
    margin-top: -6px;
  }
  /*sec09*/
  .top_sec09_box {
    margin-top: -6px;
  }

  /*画像+テキストsec-19*/
  .top_sec19_box_textarea.text-left {
    margin-right: 70px;
  }
  .top_sec19_box_textarea.text-right {
    margin-left: 70px;
  }
  /*sec21*/
  .top_sec21_box {
    margin-top: -6px;
  }
  .top_sec21_box_textarea.text-left {
    margin-right: 70px;
  }
  .top_sec21_box_textarea.text-right {
    margin-left: 70px;
  }
  .top_sec21_box_imgarea {
    min-width: 300px;
    /* margin-top: 6px; */
    margin-top: 15px;
    text-align: right;
  }
  /*セットプラン料金表*/
  .container-1000 {
    max-width: 950px !important;
    width: 100%;
    padding-bottom: 40px;
    margin: 0 auto;
  }
  .plan-item--starter {
    margin-left: 15px;
  }
  .plan-item--premium,
  .plan-item--starter {
    width: 300px !important;
    min-width: 300px;
  }
  .plan-item__yaerly {
    text-align: left;
    margin: 0 60px;
    letter-spacing: 1.5px;
  }
  .plan-item__price {
    letter-spacing: 1.5px;
  }
  .mb-20 {
    margin-bottom: 20px !important;
  }
  .m-60 {
    margin: 0 60px 20px !important;
  }

  .plan-item__monthly {
    text-align: left;
    margin: 0 35px;
  }
  .top__merit-bg {
    /* padding: 38px 24px 46px; */
    padding: 38px 24px 38px;
  }
  .plan-item--basic {
    max-width: 300px;
  }
  .plan-item__header--starter {
    /* height: 272.09px; */
    height: auto;
  }
  .plan01 {
    margin-left: 65px !important;
    margin-right: 65px !important;
  }
  .plan02 {
    margin-left: 55px !important;
    margin-right: 55px !important;
  }
  /*シンプルな格安プラン top_sec03*/
  .top_sec03_box,
  .top_sec03_box02 {
    min-height: 138px;
  }
  .top_sec03_box {
    margin-top: -20px;
  }
  .top_sec03_box {
    padding: 35px 0 6px 0;
  }
  .top_sec03_box.white {
    padding: 31px 0 6px 0;
  }
  .top_sec03_box_plan_price,
  .top_sec03_box02_plan_price {
    /* margin-top: 15px; */
    /* margin-top: 10px; */
    margin-top: 7px;
    margin-bottom: 0;
  }
  /*sec_10*/
  .top_sec10_box {
    margin-top: -10px;
  }
  .top_sec11_box {
    margin-top: -10px;
  }
  .top_sec12_box {
    margin-top: -10px;
  }
  /*よくある質問*/
  .faq-content {
    margin-top: -10px;
  }
  /*おしらせ*/
  .c-lead__ttl {
    margin-bottom: 0 !important;
  }
  .top_sec22_box {
    margin-top: -10px;
  }
  .sp {
    display: none;
  }
}
/*文字青*/
.span-blue {
  color: #0033CC;
}
/*sp*/

@media (max-width: 900px) {
  html {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  /*header*/
  span.u-lg-only {
    /* display: unset!important; */
    position: absolute;
    width: 180px;
    left: 89px;
    top: 9px;
  }
  /*main*/
  .mv_text {
    display: none;
  }
  .mv img {
    height: 100%;
  }
  .h2-style {
    margin-top: -10px;
    margin-bottom: 10.8px;
    font-size: 21px;
    line-height: 1.5;
  }
  .sub-style {
    line-height: 1.8;
    /* margin-bottom: 20.5px; */
    margin-bottom: 25.5px;
    font-size: 14px;
  }
  /*sec01*/
  .top_sec_lead01 {
    font-size: 18px;
  }
  .top_sec01_campaign_body-sp dt {
    padding: 9px 0 9px 16px;
  }
  .merit_area {
    margin-top: 0;
    padding: 30px 16px 22px;
  }
  .merit_area_list {
    display: block;
  }
  .merit_area_list h4,
  .merit_area_list .h4 {
    font-size: 19px;
    padding-bottom: 5px;
    margin-bottom: 12px;
  }
  .merit_area_list p:not(.h4) {
    line-height: 1.5;
  }
  .merit_area_list li {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    /* height: 103px; */
  }
  .merit_area_list li:last-child {
    margin-right: auto;
  }
  .merit_area_list p {
    line-height: 1.8;
  }
  .top__merit-box {
    width: 100%;
    margin-bottom: 25px;
  }
  /*sec02*/
  .top_sec02_ttl01 {
    font-size: 18px;
  }
  .top_sec02_list p {
    line-height: 1.8;
  }
  ul.top_sec02_list img {
    max-width: 35.83px;
    margin-top: 6px;
  }
  .top_sec02_notion.top {
    padding-left: 0;
  }
  /*sec03*/
  .top_sec03_plan_checknotion {
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 40px;
  }
  /*プラン背景青バナー*/
  .top_sec03_box_plan_name {
    width: 90%;
    margin: 0px auto 0.7px;
    padding: 5px 0;
    border-radius: 8px;
    /* line-height: 2.2; */
    /* line-height: 2; */
    line-height: 1.6;
  }
  .top_sec03_box_plan_name br {
    display: block;
  }
  .top_sec03_box {
    /* padding: 20px 0 10px 0; */
    padding: 20px 0 5px 0;
  }
  /*プラン背景白バナー*/
  .top_sec03_box_plan_name.white {
    width: 90%;
    margin: 0px auto 0.7px;
    padding: 5px 0;
    border-radius: 8px;
    /* line-height: 2.2; */
    /* line-height: 2; */
    line-height: 1.6;
  }
  .top_sec03_box_plan_name.white br {
    display: block;
  }
  .top_sec03_box.white {
    /* padding: 18px 0 10px 0; */
    padding: 18px 0 5px 0;
  }

  /*check list icon*/
  .top_sec03_plan_check li {
    background-size: 19px auto;
  }
  .top_sec02_notion {
    line-height: 1.8;
  }
  .top_sec02_notion_mb {
    margin-bottom: 31px;
  }
  /**sec05*/
  .top_sec05_ttl01 {
    font-size: 14px;
  }
  .top_sec05_ttl01 span {
    font-size: 18px;
  }
  .top_sec05_list p {
    display: block;
    position: relative;
    padding-left: 10px;
  }
  .top_sec05_list p::before {
    position: absolute;
    top: 5px;
    left: -15px;
  }
  .top_sec05_list {
    /* padding: 28px 6px 126px; */
    padding: 28px 6px 30px;
    position: relative;
  }
  .top_sec05_list li {
    line-height: 1.8;
  }
  .top_sec05_men {
    position: absolute;
    bottom: 0;
    left: 100px;
    display: none;
  }
  .top_sec05_women {
    position: absolute;
    bottom: 0;
    right: 45px;
    display: none;
  }
  /*sec06*/
  .top_sec06 {
    padding-bottom: 20px;
  }
  .top__merit-title {
    font-size: 18px;
    margin-bottom: 11px;
  }
  /*sec08*/
  .plan-item__price {
    font-size: 32px;
  }
  .plan01 {
    text-align: center;
    margin-left: 0;
  }
  .plan01-1 {
    margin-left: -10px;
    width: 100%;
  }
  .plan01-2 {
    margin-left: -10px;
    width: 100%;
  }
  .mb-20 {
    margin-bottom: 10px;
  }
  .plan-item__monthly {
    font-size: 15px;
    text-align: left;
    margin-left: 57px;
  }
  .plan-item__header--basic {
    padding-bottom: 37px;
  }
  /**sec09*/
  .top_sec09_box_textarea.right-text {
    margin-left: 0;
  }
  /*sec12*/
  .top_sec12 {
    padding-bottom: 20px;
  }
  .top_sec12_merit_image img {
    max-width: 94.5px;
  }
  .top_sec12_top_merit_bg {
    padding: 24px 25px 32px;
    margin-bottom: 20px;
  }
  /**faq*/
  .faq-content-heading {
    line-height: 1.8;
  }
  .faq-content .faq-content-item {
    padding: 24px 10px 19px;
  }
  /*sec16*/
  .top_sec16_imgarea {
    margin-top: -30px;
  }
  .top_sec15_box {
    padding: 20px 20px 20px;
  }
  .top_sec16_box {
    padding: 20px 20px 20px;
  }
  /*sec17*/
  .top_sec17_list h3 {
    font-size: 16px;
    padding: 22px 0;
    line-height: 1;
  }
  /*sec18*/
  .top_sec18 {
    display: none;
  }
  .top_sec21 {
    display: none;
  }
  /*sec20*/
  .security__box,
  .security__lastbox {
    width: 94%;
    margin: 0 auto 16px;
    padding: 24px 20px;
  }
  .security__box-image img {
    width: 184px;
  }
  /*news*/
  .top_sec22_list li {
    margin-bottom: 0;
    padding: 15px 20px 15px 0;
  }
  .c-lead__ttl {
    margin-bottom: 0 !important;
  }
  /*余白調整*/
  .mt-20 {
    margin-top: -20px;
  }
}

/*20230111追加*/
.top_sec_datetime {
  margin: 0 auto;
  padding-block: 12px;
  padding-inline: max(calc((100% - 1100px) / 2), 50px);
  background-color: #fef3e2;
}
.top_sec_datetime_text {
  font-size: 12px;
}
@media (max-width: 900px) {
  .top_sec_datetime {
    padding-inline: 20px;
  }
  .top_sec_datetime_text {
    font-size: 11px;
  }
}

.top_sec10_video {
  aspect-ratio: 16 / 9;
  display: block;
  width: min(100%, 640px);
  margin-inline: auto;
}
.top_sec10.top_sec10--video {
  padding-bottom: 70px;
}
@media (max-width: 900px) {
  .top_sec10.top_sec10--video {
    padding-bottom: 50px;
  }
}
.merit_area {
  /* margin-bottom: 40px; */
  /* margin: 40px 0; */
  /* margin: 40px auto; */
  margin: 47px auto 0;
}
/* .top_sec02 {
  margin-top: 31px;
} */
.top_sec20 .bnr_area {
  margin-top: 30px;
}
/* .top_sec08,
.top_sec11,
.top_sec17,
.top_sec20 {
  padding-bottom: 31px;
} */
.top_sec11 {
  padding-bottom: 60px;
}
.top_sec11_box {
  margin-bottom: 60px;
}
@media (max-width: 900px) {
  /* .top_sec04 .top_sec_inner {
    padding-top: 24px;
  } */
  .top_sec20 .bnr_area {
    margin-top: 24px;
  }
  .top_sec08,
  .top_sec17,
  .top_sec20 {
    padding-bottom: 40px;
  }
  .top_sec11_box {
    margin-bottom: 30px;
  }  
}

/* .bnr_area {
  padding-top: 50px !important;
  padding-bottom: 55px !important;
} */

@media (max-width: 900px) {
  /* .bnr_area {
    padding-top: 0;
    padding-bottom: 40px !important;
  } */
  .bnr_area .top_sec_inner {
    padding: 0 !important;
  }
  .merit_area + .bnr_area .top_sec_inner {
    padding-inline: 20px !important;
  }
  .top_sec11 .bnr_area {
    padding-top: 20px !important;
    padding-bottom: 0 !important;
    margin-bottom: -15px;
  }

  :is(.top_sec03, .top_sec08, .top_sec17, .top_sec20) .bnr_area {
    padding-block: 0 !important;
  }
}

/*20230331追加*/

.top_toc_area {
  background-color: #dff0ff;
  padding: 50px 0 55px;
}
.top_toc_inner {
  max-width: 600px;
  margin: 0 auto;
}
.top_toc_title {
  font-size: 36px;
  font-weight: bold;
  color: #333;
  text-align: center;
  margin-bottom: 32px;
}
.top_toc_list {
  background-color: #fff;
  border-radius: 4px;
  padding: 40px 80px;
  list-style: square;
}
.top_toc_item {
  color: #3673e4;
  font-weight: bold;
  line-height: 1.5;
  padding: 6px;
}
.top_toc_item a {
  transition: 2s ease-in-out;
}
.top_toc_item:hover {
  /* opacity: .7; */
  text-decoration: underline;
  transition: 0.5s ease-in-out;
}

@media (max-width: 900px) {
  .top_toc_area {
    padding: 40px 0;
  }
  .top_toc_inner {
    max-width: 300px;
  }
  .top_toc_title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .top_toc_list {
    padding: 20px 40px;
  }
  .top_toc_item {
    font-size: 14px;
  }
}

/*20230408追加*/

.mv_text {
  background-image: url(../../img/top/topmv03.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.mv_ttl_yellow {
  color: #240a80;
}
.mv_ttl {
  color: #240a80;
}
.mv_sub_ttl {
  border-top: 1px solid #240a80;
  border-top: 1px solid #240a80;
  border-bottom: 1px solid #240a80;
  color: #240a80;
}

.top_table {
  width: 80%;
  height: 360px;
  margin: 60px auto 0;
}
.top_table_title {
  line-height: 1.8;
  /* color: #fff; */
  background-color: #fff;
  /* background-color: #3673E4; */
}
.top_table_blue {
  background-color: #dff0ff;
}
.top_table_lightblue {
  background-color: #f5f7f9;
}
.top_table_title th,
.top_table_blue td,
.top_table_lightblue td {
  vertical-align: middle;
  padding: 4px 20px;
  border: 3px solid #fef3e2;
}

@media (max-width: 900px) {
  .top_table {
    width: 100%;
    font-size: 14px;
  }
}

/* pageTop */
.pageTop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  width: 50px;
  height: 50px;
  background-color: #202f55;
  border-radius: 50%;
  transition: 0.3s bottom 0s ease;
  opacity: 0.6;
  z-index: 50;
  cursor: pointer;
}

.pageTop:hover {
  opacity: 0.9;
}

.pageTop__icon {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.pageTop__icon::after,
.pageTop__icon::before {
  content: "";
  position: absolute;
  top: 24px;
  width: 12px;
  height: 3px;
  border-radius: 3px;
  background-color: #fff;
}

.pageTop__icon::before {
  left: 16px;
  transform: rotate(-45deg);
}

.pageTop__icon::after {
  right: 16px;
  transform: rotate(45deg);
}

@media (max-width: 900px) {
  .none {
    display: none;
  }
}

/* main_visualタイトル */
.main_visual-ttl {
  font-size: 30px;
  color: #fff;
  position: absolute;
  /* padding: 60px 0 0 80px; */
  padding-top: 75px;
  /* filter: drop-shadow(2px 2px 1px #333);   */
  filter: drop-shadow(1.2px 1.2px 1px #333);  
  margin-left: -30px;
}
.main_visual .inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
}
@media (max-width: 1350px) {
  .main_visual .inner {
    width: 90.4vw;
  }
  .main_visual-ttl {
    margin-left: 0;
  }
}
@media (max-width: 600px) {
  .main_visual .inner {
    width: 100%;
  }
  .main_visual-ttl {
    /* font-size: 16px; */
    font-size: 17px;
    /* padding: 30px 0 0 30px; */
    padding: 25px 0 0 30px;
    color: black;
    filter: drop-shadow(1.2px 1.2px 1px #FFF);  
  }
}


