@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

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

img {
  vertical-align: bottom;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

button {
  cursor: pointer;
  -webkit-appearance: none;
  border: none;
  background: none;
}

html {
  font-size: 16px;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
body {
    font-family: "Helvetica Neue", "Helvetica", "Arial", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  }
}
a {
  color: #EC8E26;
}
a:hover {
  text-decoration: none;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
  font-weight: 500;
}

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

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.anime {
  opacity: 0;
}

.animated.fadeInDown {
  -webkit-animation: fadeInDown;
          animation: fadeInDown;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeIn {
  -webkit-animation: fadeIn;
          animation: fadeIn;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.animated.fadeInRight {
  -webkit-animation-name: fadeiInRight;
          animation-name: fadeiInRight;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

.delay-1 {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.delay-2 {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}

.delay-3 {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}

.delay-4 {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.delay-5 {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}

.delay-6 {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

.wrap {
  margin: 0 auto;
}
@media screen and (min-width: 481px) {
  .wrap {
    max-width: 1200px;
    padding: 0 20px;
  }
}
@media screen and (max-width: 480px) {
  .wrap {
    padding: 0 16px;
  }
}

.cv {
  background-color: #EC8E26;
  color: #fff;
}
@media screen and (max-width: 940px) {
  .cv {
    text-align: center;
  }
}
@media screen and (min-width: 481px) {
  .cv {
    padding: 64px 0;
  }
}
@media screen and (max-width: 480px) {
  .cv {
    padding: 32px 0;
  }
}
@media screen and (min-width: 941px) {
  .cv-contents {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (max-width: 940px) {
  .cv-contents .btn-01 {
    margin: 0 auto;
  }
}
.cv-contents-txt {
  font-weight: 400;
}
@media screen and (min-width: 481px) {
  .cv-contents-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 940px) {
  .cv-contents-txt {
    font-size: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .cv-contents-txt {
    font-size: 16px;
  }
}

.breadcrumb-list {
  display: flex;
  padding-top: 8px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .breadcrumb-list {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumb-list {
    margin-bottom: 16px;
  }
}
.breadcrumb-list-item {
  color: #fff;
  font-size: 14px;
}
.breadcrumb-list-item:not(:first-child)::before {
  content: ">";
  display: inline-block;
  margin: 0 8px;
}
.breadcrumb-list-item a {
  color: inherit;
  text-decoration: none;
}

.page-mv {
  background-color: #EC8E26;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media screen and (min-width: 481px) {
  .page-mv {
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .page-mv {
    padding-bottom: 24px;
  }
}
.page-mv-ttl {
  font-weight: 300;
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 941px) {
  .page-mv-ttl {
    font-size: 48px;
  }
}
@media screen and (max-width: 940px) {
  .page-mv-ttl {
    font-size: 32px;
  }
}
.page-mv-ttl small {
  color: #000;
  display: block;
  text-shadow: none;
  font-weight: 500;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 941px) {
  .page-mv-ttl small {
    margin-top: 8px;
    font-size: 24px;
  }
}
@media screen and (max-width: 940px) {
  .page-mv-ttl small {
    font-size: 20px;
  }
}
.page-mv-txt {
  color: #fff;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 941px) {
  .page-mv-txt {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 940px) {
  .page-mv-txt {
    margin-top: 24px;
    font-size: 16px;
  }
}
@media screen and (max-width: 480px) {
  .page-mv-txt {
    margin-top: 24px;
    font-size: 16px;
  }
}
.page-ttl {
  color: #EC8E26;
  font-weight: 400;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .page-ttl {
    font-size: 32px;
  }
}
@media screen and (max-width: 480px) {
  .page-ttl {
    font-size: 24px;
  }
}
.page-ttl-sub {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .page-ttl-sub {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 480px) {
  .page-ttl-sub {
    font-size: 18px;
    margin-top: 24px;
    margin-bottom: 24px;
  }
}
.page-lead {
  color: rgba(0, 0, 0, 0.6);
  line-height: 2.4;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 481px) {
  .page-lead {
    font-size: 16px;
  }
  .page-ttl + .page-lead {
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .page-lead {
    font-size: 16px;
    text-align: left;
  }
  .page-ttl + .page-lead {
    margin-top: 32px;
  }
}
.page-contact {
  position: relative;
  background-color: #383C46;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .page-contact {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-contact {
    padding: 64px 0;
  }
}
.page-contact .top-ttl-sub {
  color: #fff;
}
.page-contact .page-lead {
  color: #fff;
  margin-bottom: 64px;
}
.page-contents:nth-of-type(2n-1) {
  background-color: #fff;
}
.page-contents:nth-of-type(2n) {
  background-color: #f1f1f1;
}
@media screen and (min-width: 481px) {
  .page-contents {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .page-contents {
    padding: 64px 0;
  }
}
@media screen and (min-width: 941px) {
  .page-bnr {
    padding: 64px 0;
    text-align: center;
  }
  .page-bnr img {
    max-width: 640px;
  }
}
@media screen and (max-width: 940px) {
  .page-bnr {
    padding: 32px 0;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 10;
  box-shadow: 0px 0px 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  transition: 0.2s;
}
.nav-open .header {
  z-index: 100;
}
.header-contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 940px) {
  .header-contents {
    height: 64px;
  }
}
.header-contents-logo-img {
  margin-right: 16px;
}
@media screen and (max-width: 940px) {
  .header-contents-logo-img {
    width: 60px;
  }
}
.header-contents-logo a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 940px) {
  .header-contents-logo a {
    font-size: 12px;
  }
}
@media screen and (max-width: 940px) and (min-width: 481px) {
  .header-contents-nav {
    margin-right: 48px;
  }
}
@media screen and (max-width: 940px) {
  .header-contents-nav {
    display: none;
  }
}
.header-contents-nav-list {
  font-size: 16px;
}
@media screen and (min-width: 481px) {
  .header-contents-nav-list {
    display: flex;
    align-items: center;
  }
}
.header-contents-nav-list-item {
  position: relative;
  margin-left: 16px;
}
@media screen and (min-width: 941px) {
  .header-contents-nav-list-item {
    height: 56px;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 940px) {
  .header-contents-nav-list-item {
    padding: 8px 0;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-contents-nav-list-item a {
  color: #fff;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  border-radius: 30px;
  height: 42px;
}
@media screen and (min-width: 941px) {
  .header-contents-nav-list-item a {
    padding: 0 16px;
  }
}
@media screen and (max-width: 940px) {
  .header-contents-nav-list-item a {
    font-size: 12px;
    padding: 0 16px;
  }
}
.header-contents-nav-list-item:last-child a {
  background-color: #EC8E26;
}
.header-contents-nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 941px) {
  .header-contents-nav-btn {
    display: none;
  }
}
.header-contents-nav-btn span {
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  transition: 0.2s;
}
.nav-open .header-contents-nav-btn span {
  background: none;
}
.header-contents-nav-btn span::before {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-10px);
  transition: 0.2s;
}
.nav-open .header-contents-nav-btn span::before {
  transform: rotate(45deg);
}
.header-contents-nav-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(10px);
  transition: 0.2s;
}
.nav-open .header-contents-nav-btn span::after {
  transform: rotate(-45deg);
}
.header-bottom {
  background-color: #f48200;
}
@media screen and (max-width: 940px) {
  .header-bottom-nav {
    position: fixed;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    z-index: 100;
  }
  .nav-open .header-bottom-nav {
    opacity: 1;
    visibility: visible;
  }
}
.header-bottom-nav-list {
  font-size: 16px;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-list {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}
@media screen and (max-width: 940px) {
  .header-bottom-nav-list {
    padding: 0 16px 16px;
  }
}
.header-bottom-nav-list-item {
  position: relative;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-list-item {
    margin-left: 24px;
    height: 48px;
    display: flex;
    align-items: center;
  }
  .header-bottom-nav-list-item.sp-nav {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .header-bottom-nav-list-item {
    padding: 8px 0;
    color: #000;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-bottom-nav-list-item a {
  color: inherit;
  text-decoration: none;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-list-item a {
    color: #fff;
  }
}
.header-bottom-nav-list-item-list {
  display: block;
  align-items: center;
  transition: 0.2s;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-list-item-list {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    white-space: nowrap;
  }
  :hover > .header-bottom-nav-list-item-list {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width: 940px) {
  .header-bottom-nav-list-item-list {
    margin-top: 16px;
  }
}
.header-bottom-nav-list-item-list-item {
  display: flex;
  align-items: center;
  padding: 0 16px;
  height: 48px;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-list-item-list-item {
    background-color: rgb(245, 245, 245);
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 940px) {
  .header-bottom-nav-list-item-list-item {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.header-bottom-nav-list-item-list-item a {
  color: #000;
  transition: 0.2s;
}
.header-bottom-nav-list-item-list-item a:hover {
  opacity: 0.7;
}
.header-bottom-nav-btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
  top: 0;
  height: 60px;
  width: 60px;
}
@media screen and (min-width: 941px) {
  .header-bottom-nav-btn {
    display: none;
  }
}
.header-bottom-nav-btn span {
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  transition: 0.2s;
}
.nav-open .header-bottom-nav-btn span {
  background: none;
}
.header-bottom-nav-btn span::before {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(-10px);
  transition: 0.2s;
}
.nav-open .header-bottom-nav-btn span::before {
  transform: rotate(45deg);
}
.header-bottom-nav-btn span::after {
  content: "";
  display: block;
  height: 2px;
  width: 32px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  transform: translateY(10px);
  transition: 0.2s;
}
.nav-open .header-bottom-nav-btn span::after {
  transform: rotate(-45deg);
}

.footer {
  background-color: #EC8E26;
  color: #fff;
}
.footer .wrap {
  display: flex;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .footer .wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 480px) {
  .footer .wrap {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    padding-bottom: 16px;
  }
}
@media screen and (min-width: 481px) {
  .footer-nav {
    height: 80px;
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav {
    padding: 16px 0;
  }
}
.footer-nav-list {
  font-size: 14px;
}
@media screen and (min-width: 481px) {
  .footer-nav-list {
    display: flex;
    align-items: center;
  }
}
@media screen and (min-width: 481px) {
  .footer-nav-list-item {
    margin-left: 24px;
  }
}
@media screen and (max-width: 480px) {
  .footer-nav-list-item {
    margin-bottom: 8px;
  }
}
.footer-nav-list-item a {
  color: inherit;
  text-decoration: none;
}

.form-table table {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .form-table table {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .form-table table tbody {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  .form-table table tr {
    display: block;
  }
}
.form-table table th {
  text-align: left;
  font-weight: 500;
  width: 180px;
}
@media screen and (min-width: 481px) {
  .form-table table th {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 32px 0;
  }
}
@media screen and (max-width: 480px) {
  .form-table table th {
    padding: 16px 0 0;
    display: block;
  }
}
.form-table table td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  text-align: left;
}
@media screen and (min-width: 481px) {
  .form-table table td {
    padding: 32px 0;
  }
}
@media screen and (max-width: 480px) {
  .form-table table td {
    padding: 8px 0 16px 0;
    display: block;
  }
}
.form-table-must {
  display: inline-flex;
  background-color: #D90000;
  color: #fff;
  font-size: 12px;
  width: 40px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-radius: 3px;
  margin-left: 8px;
}
.form-table-txt {
  font-size: 14px;
  margin-bottom: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.form-table-bottom {
  margin: 32px 0;
}
.form-table-btn {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.input-select select, .input-text input {
  height: 40px;
  border-radius: 10px;
  background: #fff;
  border: 2px solid #DDDDDD;
  width: 100%;
  font-size: 16px;
}

::-moz-placeholder {
  color: #ddd;
}

::placeholder {
  color: #ddd;
}

.input-wrap + .input-wrap {
  margin-top: 8px;
}
.input-flex {
  display: flex;
  align-items: center;
}
.input-cap {
  margin-left: 8px;
  font-size: 14px;
  color: #aaa;
}
.input-text {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.input-text input {
  padding: 0 16px;
}
.input-textarea {
  position: relative;
  display: inline-flex;
  width: 100%;
}
.input-textarea textarea {
  border-radius: 10px;
  background: #fff;
  border: 2px solid #DDDDDD;
  width: 100%;
  font-size: 16px;
  padding: 16px;
  resize: vertical;
}
.input-select {
  position: relative;
  display: inline-flex;
}
.input-select .fas {
  font-family: "Font Awesome 5 Free";
  content: "";
  background-color: #f1f1f1;
  color: #bbb;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 2px;
  top: 2px;
  bottom: 2px;
  margin: auto;
  width: 40px;
  border-radius: 0 18px 18px 0;
  pointer-events: none;
  z-index: 1;
}
.input-select select {
  padding: 0 40px 0 16px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  min-width: 186px;
}
.input-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.input-checkbox input {
  position: absolute;
  opacity: 0;
}
.input-checkbox-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border: 1px solid #DE8734;
  background-color: #fff;
  color: #fff;
  border-radius: 3px;
  position: relative;
  font-size: 10px;
  margin-right: 4px;
  transition: 0.2s;
}
.input-checkbox-icon::before {
  content: "";
  display: block;
  height: 5px;
  width: 10px;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 2px;
  margin: auto;
}
:checked + .input-checkbox-icon {
  background-color: #DE8734;
}
.input-checkbox-icon i {
  transition: 0.2s;
}
.input-radio {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.input-radio input {
  position: absolute;
  opacity: 0;
}
.input-radio-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border: 8px solid #ddd;
  background-color: #DE8734;
  color: #fff;
  border-radius: 50%;
  position: relative;
  font-size: 10px;
  margin-right: 4px;
  transition: 0.2s;
}
:checked + .input-radio-icon {
  border-width: 3px;
}

input:focus, textarea:focus, select:focus {
  outline: none; /* ブラウザ標準の枠線を消す */
  border: 2px solid #DE8734; /* 枠線の色を青に変更 */
}

input[type=checkbox] {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 16px;
  width: 16px;
  border: 1px solid #DE8734;
  accent-color: #de8734;
  background-color: #fff;
  color: #fff;
  border-radius: 3px;
  position: relative;
  font-size: 10px;
  margin-right: 4px;
  transition: 0.2s;
  /*    :checked + & {
          background-color: #DE8734;
      }
  */
}
input[type=checkbox]::before {
  content: "";
  display: block;
  height: 6px;
  width: 11px;
  border-bottom: 2.5px solid #fff;
  border-left: 2.5px solid #fff;
  transform: rotate(-52deg);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 3px;
  margin: auto;
}
input[type=checkbox] i {
  transition: 0.2s;
}

.btn-02, .btn-01 {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 64px;
  width: 100%;
  font-family: inherit;
  font-weight: 500;
  text-decoration: none;
  transition: 0.2s;
  white-space: nowrap;
}

.btn-01 {
  background: #000;
  color: #fff;
  max-width: 320px;
  height: 64px;
  font-size: 20px;
  padding: 0 16px;
}
.btn-01:hover {
  opacity: 0.7;
  color: #fff;
}
.btn-02 {
  background: #EC8E26;
  color: #fff;
  max-width: 320px;
  height: 64px;
  font-size: 20px;
  padding: 0 16px;
}
.btn-02:hover {
  opacity: 0.7;
  color: #fff;
}
.btn-reset {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border: none;
  background-color: #000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 128px;
  margin: 0 12px;
  transition: 0.2s;
}
.btn-reset:hover {
  opacity: 0.7;
}
.btn-submit {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  border: none;
  background-color: #EC8E26;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 128px;
  margin: 0 12px;
  transition: 0.2s;
}
.btn-submit:hover {
  opacity: 0.7;
}

.chatBot {
  background-color: #383C46;
  background-image: url(../img/icon-chat.png);
  background-size: 40px auto;
  background-repeat: no-repeat;
  background-position: center top 15px;
  position: fixed;
  bottom: 96px;
  right: -100px;
  width: 100%;
  max-width: 80px;
  height: 80px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 100;
  border-radius: 10px 0 0 10px;
  transition: 0.2s;
  border: 2px solid #fff;
  border-right: none;
  margin-bottom: 0;
}
.chatBot::after {
  content: "チャット";
  color: #fff;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  display: block;
  text-align: center;
  font-size: 12px;
  pointer-events: none;
}
.chatBot-active {
  right: 0;
}
.chatBot__open {
  max-width: 400px !important;
  height: auto !important;
  border-radius: 5px !important;
  border: none !important;
  background: #383C46;
  bottom: 0;
  right: 0 !important;
}
.chatBot__open::after {
  content: none;
}
.chatBot__title {
  font-size: 18px;
  color: #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  padding: 5px;
  border: solid 1px #fff;
  margin: 5px;
  position: relative;
  cursor: pointer;
  opacity: 0;
}
.chatBot__open .chatBot__title {
  opacity: 1;
}
.chatBot__content {
  background: #fff;
  border-left: 5px solid #383C46;
  border-right: 5px solid #383C46;
  overflow: scroll;
  height: 0;
  transition: 0.2s;
}
.chatBot__content__open {
  height: calc(100vh - 180px);
  padding: 10px;
}
.chatBot__content__close {
  display: inline-block;
  width: 25px;
  height: 25px;
  position: relative;
  cursor: pointer;
  float: right;
}
.chatBot__content__close span::before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #fff;
  transform: rotate(-45deg);
}
.chatBot__content__close span::after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 84%;
  height: 16%;
  margin: -8% 0 0 -42%;
  background: #fff;
  transform: rotate(45deg);
}
.chatBot__admin__balloon {
  background: #EC8E26;
  border-radius: 10px;
  padding: 10px;
  color: #fff;
  margin: 10px;
}
.chatBot__admin__balloon a {
  color: #fff;
  text-decoration: underline;
}
.chatBot__admin__balloon pre {
  display: block;
  background-color: #fff;
  color: #EC8E26;
}
.chatBot__actionBtn {
  background: #fff;
  color: #EC8E26;
  padding: 5px;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  margin: 5px 0;
  cursor: pointer;
  width: 100%;
  border-style: none;
}
.chatBot__activeBtn {
  background: #fcf507;
}
.chatBot__inputBox {
  width: 100%;
  min-height: 40px;
  border-style: none;
  border-radius: 4px;
  margin-bottom: 10px;
  padding: 5px;
}
.chatBot__selectBox {
  background: #fff;
  padding: 5px;
  border: none;
  height: 40px;
}

.errBot {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 300%;
  background: rgba(0, 0, 0, 0.5);
}

.errBotIn {
  background: #fff;
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  padding: 10px;
  border-radius: 10px;
}
.errBotIn input[type=text], .errBotIn textarea {
  background: #f6f6f6;
  padding: 4px;
  border-radius: 4px;
  border-style: none;
  width: 100%;
  max-width: 300px;
}

.errText {
  color: #d00;
  margin-bottom: 40px;
}

.errBotInputTitle {
  display: block;
  font-weight: bold;
  vertical-align: top;
}

.errBotInput {
  margin-bottom: 30px;
}

.errSubmit {
  background: #333;
  width: 100%;
  display: block;
  color: #fff;
}

@media screen and (min-width: 481px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 940px) {
  .pc {
    display: none;
  }
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

strong {
  color: #EC8E26 !important;
  font-weight: inherit;
}

.particles-js-canvas-el {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.top-mv {
  background-color: #ffffff;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (min-width: 941px) {
  .top-mv {
    height: 720px;
  }
}
@media screen and (max-width: 940px) {
  .top-mv {
    padding: 80px 0 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-mv {
    padding: 48px 0;
    text-align: center;
  }
}
.top-mv .wrap {
  width: 100%;
}
.top-mv-contents {
  position: relative;
  z-index: 2;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (min-width: 941px) {
  .top-mv-contents {
    margin-bottom: 64px;
    background-color: rgba(0, 0, 0, 0.1);
    padding: 48px 24px;
  }
}
@media screen and (max-width: 940px) {
  .top-mv-contents {
    font-size: 6vw;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-mv-contents {
    text-align: center;
  }
}
.top-mv-ttl {
  font-weight: 500;
  color: #EC8E26;
}
@media screen and (min-width: 941px) {
  .top-mv-ttl {
    font-size: 48px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 940px) {
  .top-mv-ttl {
    font-size: 6vw;
    margin-top: 16px;
  }
}
@media screen and (min-width: 941px) {
  .top-mv-txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 940px) {
  .top-mv-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-mv-txt {
    font-size: 4vw;
  }
}
.top-mv-img {
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 941px) {
  .top-mv-img {
    right: 20px;
    top: 0;
    bottom: 0;
    width: 40%;
  }
}
@media screen and (max-width: 940px) {
  .top-mv-img {
    top: 0;
    bottom: 0;
    right: 0;
  }
  .top-mv-img img {
    opacity: 0.5;
    height: 90%;
    width: auto;
  }
}
@media screen and (max-width: 480px) {
  .top-mv-img {
    position: relative;
    width: 60%;
    margin-bottom: 24px;
  }
  .top-mv-img img {
    opacity: 1;
    height: auto;
    width: auto;
  }
}
.top-mv .btn-01 {
  z-index: 1;
  position: relative;
}
.top-ttl {
  color: #EC8E26;
  font-weight: 300;
  margin-bottom: 24px;
}
@media screen and (min-width: 481px) {
  .top-ttl {
    font-size: 64px;
  }
}
@media screen and (max-width: 480px) {
  .top-ttl {
    font-size: 40px;
  }
}
.top-ttl-sub {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.8);
}
@media screen and (min-width: 481px) {
  .top-ttl-sub {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-ttl-sub {
    font-size: 24px;
    margin-bottom: 32px;
  }
}
.top-lead {
  color: rgba(0, 0, 0, 0.6);
  line-height: 2.4;
}
@media screen and (min-width: 481px) {
  .top-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .top-lead {
    font-size: 16px;
  }
}
.top-about {
  position: relative;
  background-color: #f1f1f1;
  overflow: hidden;
}
.top-about .top-ttl {
  position: relative;
  z-index: 1;
}
.top-about .top-ttl-sub {
  position: relative;
  z-index: 1;
}
.top-about .top-lead {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 940px) {
  .top-about {
    text-align: center;
  }
}
@media screen and (min-width: 481px) {
  .top-about {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-about {
    padding: 64px 0;
    text-align: center;
  }
}
@media screen and (min-width: 941px) {
  .top-about-img {
    position: absolute;
    width: 70%;
    max-height: 100%;
    right: 0;
    bottom: 0;
  }
}
@media screen and (max-width: 940px) {
  .top-about-img {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  .top-about-img img {
    opacity: 0.3;
  }
}
.top-features {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .top-features {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-features {
    padding: 64px 0;
  }
}
.top-features-list {
  margin-top: 56px;
}
@media screen and (min-width: 941px) {
  .top-features-list {
    display: flex;
    justify-content: space-between;
  }
}
.top-features-list-item {
  position: relative;
}
@media screen and (min-width: 941px) {
  .top-features-list-item {
    padding: 0 20px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 940px) {
  .top-features-list-item {
    text-align: left;
  }
  .top-features-list-item + .top-features-list-item {
    margin-top: 32px;
  }
}
@media screen and (min-width: 941px) {
  .top-features-list-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.top-features-list-item-num {
  color: #ED8F26;
  font-size: 48px;
}
@media screen and (min-width: 941px) {
  .top-features-list-item-num {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .top-features-list-item-num::before {
    content: "";
    margin-right: 16px;
    display: block;
    height: 1px;
    width: 40px;
    background: #ED8F26;
  }
  .top-features-list-item-num::after {
    content: "";
    margin-left: 16px;
    display: block;
    height: 1px;
    width: 40px;
    background: #ED8F26;
  }
}
@media screen and (max-width: 940px) {
  .top-features-list-item-num {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .top-features-list-item-num {
    margin-left: 140px;
  }
}
.top-features-list-item-ttl {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 940px) {
  .top-features-list-item-ttl {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .top-features-list-item-ttl {
    margin-left: 140px;
  }
}
.top-features-list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 941px) {
  .top-features-list-item-img {
    height: 180px;
  }
}
@media screen and (max-width: 940px) {
  .top-features-list-item-img {
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .top-features-list-item-img {
    width: 120px;
  }
}
.top-features-list-item-txt {
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 941px) {
  .top-features-list-item-txt {
    margin-top: 32px;
  }
}
@media screen and (max-width: 940px) {
  .top-features-list-item-txt {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .top-features-list-item-txt {
    margin-left: 140px;
  }
}
.top-comparison {
  position: relative;
  background-color: #f1f1f1;
  background-position: center;
  background-repeat: repeat-y;
  background-size: 100% auto;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .top-comparison {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-comparison {
    padding: 64px 0;
  }
}
.top-comparison-contents + .top-comparison-contents {
  margin-top: 64px;
}
.top-comparison-contents-table {
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 940px) {
  .top-comparison-contents-table + .top-comparison-contents-table {
    margin-top: 56px;
  }
}
.top-comparison-contents-table-ttl {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: auto;
  padding: 16px;
  color: #EC8E26;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 941px) {
  .top-comparison-contents-table-ttl {
    font-size: 24px;
    max-width: 440px;
  }
}
@media screen and (max-width: 940px) {
  .top-comparison-contents-table-ttl {
    font-size: 16px;
    max-width: 320px;
  }
}
.top-comparison-contents-table-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
}
.top-comparison-contents-table table {
  width: 100%;
}
@media screen and (min-width: 941px) {
  .top-comparison-contents-table table {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .top-comparison-contents-table table {
    font-size: 12px;
  }
}
.top-comparison-contents-table table thead th {
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}
.top-comparison-contents-table table thead th:nth-of-type(2) {
  background-color: #a4a4a4;
}
.top-comparison-contents-table table thead th:last-of-type {
  background-color: #EC8E26;
  color: #fff;
}
.top-comparison-contents-table table thead th.bg {
  background-color: #666;
}
@media screen and (min-width: 941px) {
  .top-comparison-contents-table table thead th {
    padding: 24px;
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) {
  .top-comparison-contents-table table thead th {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 480px) {
  .top-comparison-contents-table table thead th {
    padding: 8px;
  }
}
.top-comparison-contents-table table tbody th {
  vertical-align: middle;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 10%;
  background-color: #666;
  white-space: nowrap;
  padding: 0 8px;
}
.top-comparison-contents-table table tbody td {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  width: 45%;
  text-align: left;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.top-comparison-contents-table table tbody td:first-of-type {
  background-color: #dfdfdf;
  background-image: url(../img/batsu.svg);
}
.top-comparison-contents-table table tbody td:last-of-type {
  background-image: url(../img/maru.svg);
}
@media screen and (min-width: 941px) {
  .top-comparison-contents-table table tbody td {
    font-size: 16px;
    background-position: left 48px center;
    padding: 24px 24px 24px 80px;
  }
}
@media screen and (max-width: 940px) {
  .top-comparison-contents-table table tbody td {
    background-position: left 16px center;
    padding: 24px 24px 24px 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-comparison-contents-table table tbody td {
    background-position: left 8px center;
    padding: 8px 8px 8px 40px;
  }
}
.top-example {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .top-example {
    padding: 128px 0 104px;
  }
}
@media screen and (max-width: 480px) {
  .top-example {
    padding: 64px 0;
  }
}
.top-example-list {
  margin-top: 64px;
}
@media screen and (min-width: 481px) {
  .top-example-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .top-example-list::before {
    content: "";
    display: block;
    width: calc((100% + 24px) / 4 - 24px);
    order: 1;
  }
  .top-example-list::after {
    content: "";
    display: block;
    width: calc((100% + 24px) / 4 - 24px);
    order: 1;
  }
}
.top-example-list-item {
  background-color: #fff;
  padding: 16px 16px 0;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 941px) {
  .top-example-list-item {
    width: calc((100% + 24px) / 4 - 24px);
  }
}
@media screen and (max-width: 940px) and (min-width: 481px) {
  .top-example-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.top-example-list-item-ttl {
  font-size: 20px;
  color: #EC8E26;
  border-bottom: 1px solid #EC8E26;
  padding-bottom: 16px;
}
.top-example-list-item-ttl-sub {
  padding: 10px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.top-example-list-item table {
  width: 100%;
}
.top-example-list-item table th {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.top-example-list-item table td {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.top-flow {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .top-flow {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-flow {
    padding: 64px 0;
  }
}
.top-flow-list {
  margin-top: 64px;
}
@media screen and (min-width: 941px) {
  .top-flow-list {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 941px) {
  .top-flow-list-item {
    width: calc((100% + 24px) / 5 - 24px);
  }
}
@media screen and (max-width: 940px) {
  .top-flow-list-item + .top-flow-list-item {
    margin-top: 80px;
  }
}
.top-flow-list-item-img {
  height: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
:not(:first-child) > .top-flow-list-item-img::before {
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  border-bottom: 3px solid #000;
  border-right: 3px solid #000;
  position: absolute;
  margin: auto;
}
@media screen and (min-width: 941px) {
  :not(:first-child) > .top-flow-list-item-img::before {
    top: 0;
    bottom: 0;
    left: -32px;
    transform: rotate(-45deg);
  }
}
@media screen and (max-width: 940px) {
  :not(:first-child) > .top-flow-list-item-img::before {
    top: -48px;
    left: 0;
    right: 0;
    transform: rotate(45deg);
  }
}
.top-flow-list-item-ttl {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.8);
  margin-top: 32px;
}
.top-flow-list-item-txt {
  margin-top: 24px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 941px) {
  .top-flow-list-item-txt {
    text-align: left;
  }
}
.top-qa {
  position: relative;
  padding: 128px 0;
  background-color: #f1f1f1;
  text-align: center;
  counter-reset: counter;
}
@media screen and (min-width: 481px) {
  .top-qa {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-qa {
    padding: 64px 0;
  }
}
.top-qa-contents {
  text-align: left;
  margin: 0 auto 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 32px;
}
@media screen and (min-width: 481px) {
  .top-qa-contents {
    max-width: 894px;
    width: 100%;
  }
}
.top-qa-contents:first-of-type {
  padding-top: 32px;
}
.top-qa-contents-ttl {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  margin-top: 32px;
}
@media screen and (min-width: 941px) {
  .top-qa-contents-ttl {
    font-size: 24px;
  }
}
@media screen and (max-width: 940px) {
  .top-qa-contents-ttl {
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) {
  .top-qa-contents-ttl {
    padding-left: 100px;
    padding-right: 56px;
  }
}
@media screen and (max-width: 480px) {
  .top-qa-contents-ttl {
    font-size: 16px;
    padding-right: 56px;
    padding-left: 56px;
  }
}
.top-qa-contents-ttl::before {
  counter-increment: counter;
  content: "Q" counter(counter) ".";
  color: #EC8E26;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .top-qa-contents-ttl::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-qa-contents-ttl::before {
    display: block;
    font-size: 24px;
  }
}
.top-qa-contents-ttl::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  background-image: url(../img/qa-arrow.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transform: rotate(180deg);
  cursor: pointer;
  transition: 0.2s;
}
@media screen and (min-width: 481px) {
  .top-qa-contents-ttl::after {
    height: 48px;
    width: 48px;
  }
}
@media screen and (max-width: 480px) {
  .top-qa-contents-ttl::after {
    height: 32px;
    width: 32px;
  }
}
.top-qa-contents-ttl::after:hover {
  opacity: 0.7;
}
.active > .top-qa-contents-ttl::after {
  transform: rotate(0);
}
.top-qa-contents-txt {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  display: none;
}
@media screen and (min-width: 481px) {
  .top-qa-contents-txt {
    margin-left: 100px;
    padding-left: 64px;
    padding-right: 56px;
    margin-top: 32px;
  }
}
@media screen and (max-width: 480px) {
  .top-qa-contents-txt {
    margin-top: 16px;
    padding-left: 56px;
  }
}
.top-qa-contents-txt::before {
  content: "A.";
  color: #EC8E26;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 1;
}
@media screen and (min-width: 481px) {
  .top-qa-contents-txt::before {
    font-size: 40px;
  }
}
@media screen and (max-width: 480px) {
  .top-qa-contents-txt::before {
    display: block;
    font-size: 24px;
  }
}
.top-aboutus {
  position: relative;
  padding: 128px 0;
  background-color: #f1f1f1;
  text-align: center;
  counter-reset: counter;
}
@media screen and (min-width: 481px) {
  .top-aboutus {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-aboutus {
    padding: 64px 0;
  }
}
.top-aboutus .aboutus-table {
  margin-bottom: 64px;
}
.top-aboutus-ttl {
  color: #EC8E26;
  font-weight: 400;
  margin-bottom: 24px;
  position: relative;
  z-index: 1;
  font-size: 24px;
}
.top-aboutus-note {
  color: rgba(0, 0, 0, 0.5);
}
.top-contact {
  position: relative;
  background-color: #383C46;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .top-contact {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .top-contact {
    padding: 64px 0;
  }
}
.top-contact .top-ttl-sub {
  color: #fff;
}
.top-contact .top-lead {
  color: #fff;
}
.top-contact-contents {
  background-color: #fff;
  border-radius: 10px;
  margin: 0 auto;
  margin-top: 64px;
}
@media screen and (min-width: 941px) {
  .top-contact-contents {
    padding: 8px 40px 40px;
    width: 588px;
  }
}
@media screen and (max-width: 940px) {
  .top-contact-contents {
    padding: 8px 10px 20px;
  }
}

.services-contents {
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 940px) {
  .services-contents {
    text-align: center;
  }
}
@media screen and (min-width: 481px) {
  .services-contents {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .services-contents {
    padding: 64px 0;
    text-align: left;
  }
}
.services-contents:nth-of-type(2n-1) {
  background-color: #fff;
}
.services-contents:nth-of-type(2n) {
  background-color: #f1f1f1;
}
@media screen and (min-width: 941px) {
  .services-contents-flex {
    display: flex;
    justify-content: space-between;
  }
}
.reverse .services-contents-flex {
  flex-direction: row-reverse;
}
@media screen and (min-width: 941px) {
  .services-contents-body {
    width: 40%;
    position: relative;
    z-index: 1;
  }
}
.reverse .services-contents-body {
  margin-left: auto;
}
@media screen and (min-width: 941px) {
  .services-contents-img {
    display: flex;
    align-items: center;
    width: 55%;
  }
}
@media screen and (max-width: 940px) {
  .services-contents-img {
    margin: 32px -20px 0;
  }
}
.services-features {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .services-features {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .services-features {
    padding: 64px 0;
  }
}
.services-features-list {
  margin-top: 56px;
}
@media screen and (min-width: 941px) {
  .services-features-list {
    display: flex;
    justify-content: space-between;
  }
}
.services-features-list-item {
  position: relative;
}
@media screen and (min-width: 941px) {
  .services-features-list-item {
    padding: 0 20px;
    width: 33.3333333333%;
  }
}
@media screen and (max-width: 940px) {
  .services-features-list-item {
    text-align: left;
  }
  .services-features-list-item + .services-features-list-item {
    margin-top: 32px;
  }
}
@media screen and (min-width: 941px) {
  .services-features-list-item:nth-child(2) {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
  }
}
.services-features-list-item-num {
  color: #ED8F26;
  font-size: 48px;
}
@media screen and (min-width: 941px) {
  .services-features-list-item-num {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .services-features-list-item-num::before {
    content: "";
    margin-right: 16px;
    display: block;
    height: 1px;
    width: 40px;
    background: #ED8F26;
  }
  .services-features-list-item-num::after {
    content: "";
    margin-left: 16px;
    display: block;
    height: 1px;
    width: 40px;
    background: #ED8F26;
  }
}
@media screen and (max-width: 940px) {
  .services-features-list-item-num {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .services-features-list-item-num {
    margin-left: 140px;
  }
}
.services-features-list-item-ttl {
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 16px;
}
@media screen and (max-width: 940px) {
  .services-features-list-item-ttl {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .services-features-list-item-ttl {
    margin-left: 140px;
  }
}
.services-features-list-item-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 941px) {
  .services-features-list-item-img {
    height: 180px;
  }
}
@media screen and (max-width: 940px) {
  .services-features-list-item-img {
    width: 180px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
@media screen and (max-width: 480px) {
  .services-features-list-item-img {
    width: 120px;
  }
}
.services-features-list-item-txt {
  text-align: left;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (min-width: 941px) {
  .services-features-list-item-txt {
    margin-top: 32px;
  }
}
@media screen and (max-width: 940px) {
  .services-features-list-item-txt {
    margin-left: 200px;
  }
}
@media screen and (max-width: 480px) {
  .services-features-list-item-txt {
    margin-left: 140px;
  }
}
.services-example {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .services-example {
    padding: 128px 0 104px;
  }
}
@media screen and (max-width: 480px) {
  .services-example {
    padding: 64px 0;
  }
}
.services-example-list {
  margin-top: 64px;
}
@media screen and (min-width: 481px) {
  .services-example-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .services-example-list::before {
    content: "";
    display: block;
    width: calc((100% + 24px) / 4 - 24px);
    order: 1;
  }
  .services-example-list::after {
    content: "";
    display: block;
    width: calc((100% + 24px) / 4 - 24px);
    order: 1;
  }
}
.services-example-list-item {
  background-color: #fff;
  padding: 16px 16px 0;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (min-width: 941px) {
  .services-example-list-item {
    width: calc((100% + 24px) / 4 - 24px);
  }
}
@media screen and (max-width: 940px) and (min-width: 481px) {
  .services-example-list-item {
    width: calc((100% + 8px) / 2 - 8px);
  }
}
.services-example-list-item-ttl {
  font-size: 20px;
  color: #EC8E26;
  border-bottom: 1px solid #EC8E26;
  padding-bottom: 16px;
}
.services-example-list-item-ttl-sub {
  padding: 10px 0;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
}
.services-example-list-item table {
  width: 100%;
}
.services-example-list-item table th {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services-example-list-item table td {
  padding: 8px 0;
  font-size: 16px;
  font-weight: 500;
  text-align: right;
  color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.services-example-notes {
  text-align: left;
}
@media screen and (min-width: 941px) {
  .services-example-notes {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
}
.services-example-notes-table th {
  font-weight: 500;
  text-align: left;
  color: #EC8E26;
  padding-right: 14px;
  white-space: nowrap;
  font-size: 14px;
}
.services-example-notes-table td {
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.services-example-notes-txt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.services-example-notes-txt-pickup {
  display: inline-block;
  height: 14px;
  width: 32px;
  border: 2px solid #DE8734;
  background-color: #fff;
}
.services-com {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .services-com {
    padding: 128px 0 104px;
  }
}
@media screen and (max-width: 480px) {
  .services-com {
    padding: 64px 0;
  }
}
.services-com-list:first-of-type {
  margin-top: 64px;
}
@media screen and (min-width: 481px) {
  .services-com-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 480px) {
  .services-com-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    display: contents;
  }
}
.services-com-list-item {
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 481px) {
  .services-com-list-item {
    margin: 0 12px 32px;
    width: calc((100% + 24px) / 5 - 24px);
    display: flex;
  }
}
@media screen and (max-width: 480px) {
  .services-com-list-item {
    padding: 0 8px;
    margin: 0 0 24px;
    width: calc((100% + 24px) / 2 - 24px);
    display: inline-flex;
  }
}
.services-com-list-item img {
  max-height: 80px;
  height: auto;
  width: auto;
}
.services-cms {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .services-cms {
    padding: 128px 0 104px;
  }
}
@media screen and (max-width: 480px) {
  .services-cms {
    padding: 64px 0;
  }
}
.services-cms-list {
  margin-top: 64px;
}
@media screen and (min-width: 481px) {
  .services-cms-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.services-cms-list::before {
  content: "";
  display: block;
  width: calc((100% + 24px) / 4 - 24px);
  order: 1;
}
.services-cms-list::after {
  content: "";
  display: block;
  width: calc((100% + 24px) / 4 - 24px);
  order: 1;
}
.services-cms-list-item {
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 24px;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
}
@media screen and (min-width: 481px) {
  .services-cms-list-item {
    width: calc((100% + 24px) / 4 - 24px);
  }
}
.services-cms-list-item img {
  max-height: 80px;
  height: auto;
  width: auto;
}
.services-question {
  margin-top: 64px;
}
@media screen and (min-width: 941px) {
  .services-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.services-question-img {
  margin-bottom: 32px;
}
@media screen and (min-width: 941px) {
  .services-question-img {
    width: 400px;
  }
  .services-question-img img {
    width: 100%;
  }
}
.services-question-list {
  text-align: left;
}
@media screen and (min-width: 941px) {
  .services-question-list {
    width: calc(100% - 440px);
    margin: 0 auto;
  }
}
.services-question-list-item {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ED8F26;
  padding: 16px;
  border-radius: 10px;
}
@media screen and (min-width: 941px) {
  .services-question-list-item::before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #ED8F26 transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -24px;
    margin: auto;
  }
  .services-question-list-item::after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 12px 24px 12px 0;
    border-color: transparent #fff transparent transparent;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -22px;
    margin: auto;
  }
}
.services-question-list-item + .services-question-list-item {
  margin-top: 24px;
}
.services-question-list-item-txt {
  font-weight: 700;
}
@media screen and (min-width: 481px) {
  .services-question-list-item-txt {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .services-question-list-item-txt {
    font-size: 16px;
  }
}
.services-question-lead {
  color: rgba(0, 0, 0, 0.8);
  position: relative;
  z-index: 1;
  font-weight: 700;
  margin-top: 32px;
}
@media screen and (min-width: 481px) {
  .services-question-lead {
    font-size: 20px;
  }
}
@media screen and (max-width: 480px) {
  .services-question-lead {
    font-size: 16px;
    text-align: left;
  }
}
.services-casestudy {
  margin-top: 64px;
}
.services-casestudy-img {
  margin-bottom: 32px;
}
.services-casestudy-list {
  text-align: left;
}
@media screen and (min-width: 481px) {
  .services-casestudy-list {
    max-width: 894px;
    width: 100%;
    margin: 0 auto;
  }
}
.services-casestudy-list-item {
  position: relative;
  background-color: #fff;
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  border: 1px solid #ED8F26;
  padding: 16px;
  border-radius: 10px;
  overflow: hidden;
}
.services-casestudy-list-item::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 24px 24px 0 0;
  border-color: #ED8F26 transparent transparent transparent;
  position: absolute;
  top: 0;
  left: 0;
}
.services-casestudy-list-item::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-style: solid;
  border-width: 0 0 24px 24px;
  border-color: transparent transparent #ED8F26 transparent;
  position: absolute;
  bottom: 0;
  right: 0;
}
.services-casestudy-list-item + .services-casestudy-list-item {
  margin-top: 24px;
}
.services-casestudy-list-item-ttl {
  font-size: 20px;
  color: #EC8E26;
  border-bottom: 1px solid #EC8E26;
  padding-bottom: 16px;
}
.services-casestudy-list-item-txt {
  margin-top: 16px;
}
.services-casestudy-notes {
  text-align: left;
}
@media screen and (min-width: 941px) {
  .services-casestudy-notes {
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
  }
}
.services-casestudy-notes-table th {
  font-weight: 500;
  text-align: left;
  color: #EC8E26;
  padding-right: 14px;
  white-space: nowrap;
  font-size: 14px;
}
.services-casestudy-notes-table td {
  font-weight: 500;
  text-align: left;
  color: rgba(0, 0, 0, 0.6);
  font-size: 14px;
}
.services-casestudy-notes-txt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.services-casestudy-notes-txt-pickup {
  display: inline-block;
  height: 14px;
  width: 32px;
  border: 2px solid #DE8734;
  background-color: #fff;
}
.services-comparison {
  position: relative;
  background-color: #e1e1e1 !important;
  text-align: center;
}
.services-comparison-contents + .services-comparison-contents {
  margin-top: 64px;
}
.services-comparison-contents-table {
  box-shadow: 3px 3px 10px 0 rgba(0, 0, 0, 0.05);
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
  overflow: hidden;
  padding: 0 0;
  position: relative;
}
@media screen and (max-width: 940px) {
  .services-comparison-contents-table + .services-comparison-contents-table {
    margin-top: 56px;
  }
}
.services-comparison-contents-table-ttl {
  background: rgb(255, 255, 255);
  border-radius: 10px;
  margin: auto;
  padding: 16px;
  color: #EC8E26;
  margin-bottom: 40px;
  position: relative;
}
@media screen and (min-width: 941px) {
  .services-comparison-contents-table-ttl {
    font-size: 24px;
    max-width: 440px;
  }
}
@media screen and (max-width: 940px) {
  .services-comparison-contents-table-ttl {
    font-size: 16px;
    max-width: 320px;
  }
}
.services-comparison-contents-table-ttl::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% - 1px);
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 16px 0 16px;
  border-color: #ffffff transparent transparent transparent;
}
.services-comparison-contents-table table {
  width: 100%;
}
@media screen and (min-width: 941px) {
  .services-comparison-contents-table table {
    height: 100%;
  }
}
@media screen and (max-width: 480px) {
  .services-comparison-contents-table table {
    font-size: 12px;
  }
}
.services-comparison-contents-table table thead th {
  font-weight: 500;
  vertical-align: middle;
  color: #fff;
}
.services-comparison-contents-table table thead th:nth-of-type(2) {
  background-color: #a4a4a4;
}
.services-comparison-contents-table table thead th:last-of-type {
  background-color: #EC8E26;
  color: #fff;
}
.services-comparison-contents-table table thead th.bg {
  background-color: #666;
}
@media screen and (min-width: 941px) {
  .services-comparison-contents-table table thead th {
    padding: 24px;
    font-size: 20px;
  }
}
@media screen and (min-width: 481px) {
  .services-comparison-contents-table table thead th {
    padding: 24px 8px;
  }
}
@media screen and (max-width: 480px) {
  .services-comparison-contents-table table thead th {
    padding: 8px;
  }
}
.services-comparison-contents-table table tbody th {
  vertical-align: middle;
  color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  width: 10%;
  background-color: #666;
  white-space: nowrap;
  padding: 0 8px;
}
.services-comparison-contents-table table tbody td {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.8);
  width: 45%;
  text-align: left;
  background-size: 24px auto;
  background-repeat: no-repeat;
}
.services-comparison-contents-table table tbody td:first-of-type {
  background-color: #ebebeb;
  background-image: url(../img/batsu.svg);
}
.services-comparison-contents-table table tbody td:last-of-type {
  background-image: url(../img/maru.svg);
}
@media screen and (min-width: 941px) {
  .services-comparison-contents-table table tbody td {
    font-size: 16px;
    background-position: left 48px center;
    padding: 24px 24px 24px 80px;
  }
}
@media screen and (max-width: 940px) {
  .services-comparison-contents-table table tbody td {
    background-position: left 16px center;
    padding: 24px 24px 24px 48px;
  }
}
@media screen and (max-width: 480px) {
  .services-comparison-contents-table table tbody td {
    background-position: left 8px center;
    padding: 8px 8px 8px 40px;
  }
}
.services-report {
  position: relative;
  background-color: #f1f1f1;
  text-align: center;
}
@media screen and (min-width: 481px) {
  .services-report {
    padding: 128px 0;
  }
}
@media screen and (max-width: 480px) {
  .services-report {
    padding: 64px 0;
  }
}
.services-report-table {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
@media screen and (max-width: 940px) {
  .services-report-table {
    overflow-x: auto;
  }
}
.services-report-table-th {
  display: flex;
  justify-content: space-between;
}
.services-report-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
.services-report-table thead th {
  background-color: #dfdfdf;
  padding: 16px;
  text-align: left;
  font-weight: 500;
  white-space: nowrap;
}
.services-report-table tbody th {
  background-color: #dfdfdf;
  padding: 16px;
  text-align: left;
  font-weight: 500;
}
.services-report-table tbody td {
  background-color: #f7f7f7;
  padding: 16px;
  text-align: right;
}
.services-report-table tbody td.pickup {
  border: 2px solid #EC8E26;
}
.services-report-notes {
  text-align: left;
  margin-top: 24px;
}
@media screen and (min-width: 941px) {
  .services-report-notes {
    display: flex;
    justify-content: space-between;
  }
}
.services-report-notes-txt {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
}
.services-report-notes-txt-pickup {
  display: inline-block;
  height: 14px;
  width: 32px;
  border: 2px solid #DE8734;
  background-color: #fff;
}
.services-bottom {
  background-color: #454A55;
  color: #fff;
  padding: 8px 0;
}
.services-bottom-txt {
  font-size: 14px;
}

@media screen and (min-width: 481px) {
  .aboutus-table {
    margin-top: 64px;
  }
}
@media screen and (max-width: 480px) {
  .aboutus-table {
    margin-top: 32px;
  }
}
.aboutus-table table {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .aboutus-table table {
    font-size: 12px;
  }
}
.aboutus-table table th {
  border-top: 1px solid #EC8E26;
  border-bottom: 1px solid #EC8E26;
  font-weight: 500;
  vertical-align: middle;
  padding: 16px 0;
  color: rgba(0, 0, 0, 0.8);
  vertical-align: top;
}
@media screen and (min-width: 941px) {
  .aboutus-table table th {
    width: 300px;
  }
}
@media screen and (max-width: 940px) {
  .aboutus-table table th {
    padding: 16px 8px;
    white-space: nowrap;
  }
}
.aboutus-table table td {
  vertical-align: middle;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.5);
  padding: 16px 0;
  text-align: left;
}
@media screen and (max-width: 480px) {
  .aboutus-table table td {
    padding: 8px;
  }
}
.aboutus-info {
  padding-bottom: 64px;
}
.aboutus-map {
  display: block;
  width: 100%;
}

.contact-contents {
  background-color: #fff;
  margin: 0 auto;
}
@media screen and (min-width: 941px) {
  .contact-contents {
    padding: 8px 40px 40px;
    width: 600px;
  }
}
@media screen and (max-width: 940px) {
  .contact-contents {
    padding: 8px 10px 20px;
  }
}

.privacy * {
  word-break: break-all;
}
.privacy h2 {
  color: #EC8E26;
  font-weight: 400;
  margin-bottom: 24px;
}
@media screen and (min-width: 481px) {
  .privacy h2 {
    font-size: 32px;
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 480px) {
  .privacy h2 {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.privacy p {
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 32px;
}
.privacy ol {
  color: rgba(0, 0, 0, 0.6);
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 32px;
}
.privacy ul {
  color: rgba(0, 0, 0, 0.6);
  list-style-type: disc;
  padding-left: 1.5em;
  margin-bottom: 32px;
}
/*# sourceMappingURL=style.css.map */