@charset "UTF-8";
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
video,
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 0;
  outline: 0;
  line-height: 2;
  font-weight: normal;
}

html {
  scroll-behavior: smooth;
  font-size: 16px;
}

body {
  font-family: "游ゴシック", sans-serif;
  font-weight: 300;
  color: #000;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.05em;
  -webkit-text-size-adjust: none;
}
@media (max-width: 1034px) {
  body {
    width: 100%;
    min-width: auto;
  }
}
body.overflow {
  overflow: hidden;
  position: fixed;
}

ol,
ul {
  list-style: none;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:visited {
  color: #000;
  text-decoration: none;
}

.btn-area {
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 60px auto 0;
}
@media (max-width: 1034px) {
  .btn-area {
    width: 100%;
    margin: 40px auto 0;
  }
}

.btn-box {
  width: 178px;
}
@media (max-width: 1034px) {
  .btn-box {
    width: 100%;
  }
}

.btn {
  width: 175px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  height: 50px;
  margin-top: 5px;
  letter-spacing: 0.05em;
}
.btn.btn-gray:before {
  border-bottom: solid 30px #E6E6E6;
}
.btn.btn-contact {
  background: #3EA6E1;
}
.btn.btn-contact.btn-small {
  font-size: 14px;
}
@media (max-width: 1200px) {
  .btn.btn-contact:hover {
    background: #F39827;
  }
}
@media (max-width: 1034px) {
  .btn.btn-contact:active {
    background: #F39827;
  }
}
.btn.btn-datails {
  background: #933C91;
}
.btn.btn-datails.btn-small {
  font-size: 14px;
  letter-spacing: 0.05em;
}
@media (max-width: 1200px) {
  .btn.btn-datails:hover {
    background: #4e2366;
  }
}
@media (max-width: 1034px) {
  .btn.btn-datails:active {
    background: #4e2366;
  }
}
.btn a {
  color: #fff;
}
.btn:before {
  height: 0;
  display: block;
  position: absolute;
  top: 25px;
  right: -1px;
  content: "";
  border-bottom: solid 30px #fff;
  border-left: solid 25px transparent;
}
@media (max-width: 1034px) {
  .btn {
    width: 90%;
    margin: 0 auto;
  }
}

.notice {
  color: #DB5966;
  font-size: 10px;
  letter-spacing: 0.05em 0.08em;
}
@media (max-width: 1034px) {
  .notice {
    width: 80%;
    margin: 5px auto;
    line-height: 1.5;
  }
}

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

.mini {
  display: none;
}
@media (max-width: 567px) {
  .mini {
    display: block;
  }
}

.tablet {
  display: block;
}
@media (max-width: 1034px) {
  .tablet {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 767px) {
  .sp {
    display: block;
  }
}

.pc-inline {
  display: inline-block;
}

.pc {
  display: block;
}
@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

#pc {
  display: flex;
}
@media (max-width: 767px) {
  #pc {
    display: none;
  }
}
@media (max-width: 1034px) {
  #pc {
    display: none;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.orange {
  background: #F39827;
}

.oswald {
  height: 90px;
  font-size: 50px;
  font-family: oswald;
  color: #245588;
  letter-spacing: 0.05em 0.2em;
}
.oswald span {
  color: #000;
}
.oswald a {
  letter-spacing: 0.05em 0.01em;
  color: #245588;
}

.f-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.number {
  display: flex;
  align-items: center;
  font-family: oswald;
  font-size: 33px;
  color: #F39827;
  letter-spacing: 0.05em 0.05em;
}
.number img {
  margin-right: 5px;
  width: 50px;
  height: 50px;
}

.follow a {
  z-index: 10000;
  position: fixed;
  right: 20px;
  bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #C6003B;
  font-family: oswald;
  font-size: 0.6rem;
  background-image: url(../img/topBtn.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 1034px) {
  .follow a {
    z-index: 99;
  }
}

.l-inner {
  max-width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .l-inner {
    max-width: 100%;
    width: 90%;
  }
}

.m-inner {
  max-width: 1000px;
  margin: 0 auto;
}
@media (max-width: 1034px) {
  .m-inner {
    width: 90%;
  }
}

.main-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  border: 0;
  border-radius: 50px;
  font-size: 1.1rem;
  color: #fff;
  padding: 10px 0;
  border: 1px solid #fff;
}
.main-btn::after {
  content: "▶";
  margin-left: 10px;
}
.main-btn:link {
  color: #fff;
}
.main-btn:hover {
  background: #fff;
}

.bread-list {
  width: 90%;
  margin: 0 auto;
  padding: 50px 0 0;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .bread-list {
    display: none;
  }
}
.bread-list ul {
  display: flex;
}
.bread-list ul li {
  font-size: 1rem;
  color: #C6003B;
  font-weight: bold;
}
.bread-list ul li a {
  color: #000;
  font-weight: bold;
}
.bread-list ul li a:hover {
  color: #C6003B;
}
.bread-list ul li a:hover::after {
  color: #000;
}
.bread-list ul li a::after {
  margin: 0 10px;
  content: ">";
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  text-align: center;
}
.pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  font-size: 1.3rem;
  margin-right: 10px;
  border-radius: 50%;
  background: #fff;
}

.fs15 {
  font-size: 1.5vw;
}
@media (max-width: 767px) {
  .fs15 {
    font-size: 0.8rem;
    margin-bottom: 40px;
  }
}

.wd80 {
  width: 80%;
  margin: 0 auto;
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
}

.mt60 {
  margin-top: 60px;
}
@media (max-width: 767px) {
  .mt60 {
    margin-top: 40px;
  }
}

.mt100 {
  margin-top: 100px;
}
@media (max-width: 767px) {
  .mt100 {
    margin-top: 40px;
  }
}

.mb100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .mb100 {
    margin-bottom: 60px;
  }
}

.mb130 {
  margin-bottom: 130px;
}
@media (max-width: 767px) {
  .mb130 {
    margin-bottom: 60px;
  }
}

h3.fukidashi {
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
  height: 60px;
  background-image: url(../img/top_fukidashi.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 2.5rem;
}
@media (max-width: 1034px) {
  h3.fukidashi {
    font-size: 2rem;
  }
}
@media (max-width: 767px) {
  h3.fukidashi {
    font-size: 1.4rem;
    padding-left: 10px;
    background-position-y: bottom;
  }
}
h3.fukidashi.left .about-heading {
  left: 50px;
}
@media (max-width: 767px) {
  h3.fukidashi.left .about-heading {
    left: 20px;
  }
}
@media (max-width: 567px) {
  h3.fukidashi.left .about-heading {
    font-size: 1.4rem;
  }
}
h3.fukidashi_long {
  position: relative;
  margin-top: 30px;
  padding-left: 60px;
  height: 50px;
  background-image: url(../img/fukidashi_long.png);
  background-size: contain;
  background-repeat: no-repeat;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  h3.fukidashi_long {
    height: 35px;
    font-size: 1.4rem;
    line-height: 1;
    background-image: url(../img/top_fukidashi.png);
  }
}
h3.fukidashi_long .about-heading {
  left: 30px;
}
@media (max-width: 767px) {
  h3.fukidashi_long .about-heading {
    font-size: 1.3rem;
    left: 20px;
  }
}
@media (max-width: 567px) {
  h3.fukidashi_long .about-heading {
    font-size: 1rem;
  }
}

.element {
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: opacity 1s, visibility 1s, transform 1s;
  transition-delay: 0s;
}
.element.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}
.element.graph {
  transform: rotateZ(280deg);
}
.element.graph.is-fadein {
  transform: rotateZ(360deg);
}
.element.left {
  transform: translateX(-30px);
}
.element.left.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.element.bottom {
  transform: translateY(80px);
}
.element.bottom.is-fadein {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.element.ts2 {
  transition-delay: 0.12s;
}
.element.ts3 {
  transition-delay: 0.24s;
}
.element.ts4 {
  transition-delay: 0.36s;
}
.element.ts5 {
  transition-delay: 0.48s;
}
.element.ts6 {
  transition-delay: 0.6s;
}

.red {
  color: #C6003B;
}

.sky {
  color: #A9B9C2;
}

.space {
  display: block;
  margin-bottom: 10px;
}

/* 読み込み時フェードイン */
.popup {
  animation: fadein 1s ease 0s 1 normal;
  -webkit-animation: fadein 1s ease 0s 1 normal;
}
.popup.ts3 {
  animation: fadein 2s ease 0s 1 normal;
}
@keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes fadein {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.header {
  width: 100vw;
  display: flex;
  justify-content: space-between;
  box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
  position: fixed;
  background: #fff;
  z-index: 10000;
}
@media (max-width: 1034px) {
  .header {
    height: 70px;
  }
}
.header-inner {
  width: 1120px;
  margin: 0 auto;
}
@media (max-width: 1034px) {
  .header-inner {
    width: 80%;
  }
}
.header-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  padding: 10px 5%;
  width: 210px;
}
@media (max-width: 767px) {
  .header-logo {
    width: 40%;
  }
}
.header-logo a {
  display: block;
  width: max-content;
}
.header-logo img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 1034px) {
  .header-logo img {
    min-width: 200px;
    height: auto;
  }
}
@media (max-width: 767px) {
  .header-logo img {
    min-width: 200px;
  }
}
.header-nav {
  width: 70%;
  padding-right: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-end;
  align-items: normal;
}
@media (max-width: 1034px) {
  .header-nav {
    padding-right: 0;
  }
}
.header-nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1200px) {
  .header-nav ul {
    display: none;
  }
}
.header-nav ul li {
  margin-right: 25px;
}
.header-nav ul li a {
  font-size: 1vw;
  font-weight: bold;
  color: #000;
}
@media (max-width: 1034px) {
  .header-nav ul li a {
    font-size: 1rem;
  }
}
.header-nav ul li a:hover {
  color: #ccc;
}
@media (max-width: 1034px) {
  .header-nav ul li a:hover {
    color: #000;
  }
}
.header-nav .entry {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-bottom: 15px;
  width: 30%;
  border-radius: 0 0 5px 5px;
  background: #C6003B;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2vw;
  font-weight: bold;
}
.header-nav .entry.sp {
  text-align: center;
  display: block;
  background: #C6003B;
  width: 70%;
  color: #fff;
  margin: 10px auto;
  border-radius: 50px;
  font-size: 1.1rem;
}
@media (max-width: 1034px) {
  .header-nav .entry.sp {
    margin-top: 30px;
  }
}
@media (max-width: 567px) {
  .header-nav .entry.sp {
    margin-top: 10px;
  }
}
.header-nav .entry.sp:hover {
  border-top: 1px solid;
}
@media (max-width: 1200px) {
  .header-nav .entry {
    display: none;
  }
}
.header-nav .entry:hover {
  color: #C6003B;
  border: 1px solid #C6003B;
  border-top: none;
  background: #fff;
}
.header-nav__button {
  display: none;
}
@media (max-width: 1200px) {
  .header-nav__button {
    display: block;
    width: 50px;
    height: 50px;
    margin: 10px;
    margin-right: 20px;
    background: #C6003B;
    border-radius: 10px;
  }
  .header-nav__button.close {
    background: #C6003B;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(1) {
    transform: rotate(315deg);
    top: 8px !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(2) {
    display: none !important;
  }
  .header-nav__button.close .header-nav__switch span:nth-child(3) {
    top: 8px !important;
    left: 0 !important;
    transform: rotate(-315deg);
    width: 22px;
  }
}
.header-nav__switch {
  display: block;
  position: relative;
  background: none;
  border: none;
  width: 22px;
  height: 20px;
  margin: 15px 15px 0;
}
.header-nav__switch span {
  width: 22px;
  height: 3px;
  display: block;
  position: absolute;
  left: 0px;
  background-color: #fff;
  transition: 0.3s;
}
.header-nav__switch span:nth-child(1) {
  top: 0px;
}
.header-nav__switch span:nth-child(2) {
  top: 8px;
}
.header-nav__switch span:nth-child(3) {
  bottom: 0px;
}
.header-nav__list {
  overflow: hidden;
}
.header-nav__list ul {
  position: fixed;
  z-index: 100;
  display: block;
  top: 60px;
  right: 0;
  width: 100%;
  height: 100vh;
  margin-top: 10px;
  font-weight: normal;
  background-color: #fff;
}
.header-nav__list ul li {
  margin: 0;
  box-sizing: border-box;
}
@media (max-width: 567px) {
  .header-nav__list ul li .child a {
    padding: 4px 10%;
    padding-left: 15%;
  }
}
.header-nav__list ul li a {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 8px 10%;
  color: #000;
}
@media (max-width: 376px) {
  .header-nav__list ul li a {
    padding: 4px 10%;
    font-size: 0.8rem;
  }
}
.header-nav__list ul li a:active {
  background: #C6003B;
  color: #fff;
}
.header-nav__list ul li a:active span {
  color: #fff;
}
.header-nav__list ul li a span {
  margin-right: 3px;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #C6003B;
}
@media (max-width: 376px) {
  .header-nav__list ul li a span {
    font-size: 0.9rem;
  }
}

.main {
  width: 100%;
  padding: 4vw 0;
  position: relative;
  font-family: Kiwi Maru;
  font-weight: 500;
}
@media (min-width: 1780px) {
  .main {
    margin: 0 auto;
    padding-top: 2%;
  }
}
@media (max-width: 1034px) {
  .main {
    padding: 70px 0 50px;
  }
}
.main#top {
  background-image: url(../img/topBack.png);
  background-size: cover;
}
@media (max-width: 1034px) {
  .main#top {
    background-image: url(../img/TOP_SP.png);
    background-size: auto;
    background-position-x: -50px;
  }
}
.main#company {
  background-image: url(../img/company-img.jpg);
  background-size: cover;
}
.main-top {
  margin-top: 10%;
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}
@media (max-width: 1034px) {
  .main-top {
    display: block;
    margin-top: 0;
  }
}
.main-img {
  width: 60%;
  margin-left: 5%;
}
.main-img img {
  height: auto;
}
@media (max-width: 1034px) {
  .main-img {
    width: 95%;
    margin: 0 auto;
  }
}
.main__ttl {
  width: 80%;
  margin: 0 auto;
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 130px;
  font-size: 1.5vw;
}
@media (max-width: 1034px) {
  .main__ttl {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .main__ttl {
    font-size: 0.8rem;
    margin-top: 40px;
    margin-bottom: 60px;
  }
}
.main-txt {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  color: #fff;
}
@media (max-width: 1034px) {
  .main-txt {
    color: #000;
    padding: 5px 0 10px;
    width: 95%;
    margin: 10px auto;
  }
}
.main-txt__small {
  display: block;
  font-size: 1.1vw;
}
@media (max-width: 1034px) {
  .main-txt__small {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .main-txt__small {
    font-size: 0.8rem;
    display: inline-block;
  }
}
.main-txt__big {
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 2.6vw;
}
@media (max-width: 1034px) {
  .main-txt__big {
    font-size: 3rem;
  }
}
@media (max-width: 767px) {
  .main-txt__big {
    font-size: 1.5rem;
  }
}
.main-txt__box {
  width: 70%;
  text-align: right;
  margin: 0 0 0 30px;
}
@media (max-width: 767px) {
  .main-txt__box {
    width: 80%;
    margin: 0 auto;
  }
}
.main-inner {
  width: 1120px;
  margin: 0 auto;
  margin-top: 20%;
}
@media (max-width: 1034px) {
  .main-inner {
    width: 90%;
  }
}
.main h2 {
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 1034px) {
  .main h2 {
    font-size: 1.6rem;
  }
}
@media (max-width: 767px) {
  .main h2 {
    font-size: 1.4rem;
  }
}
.main-heading {
  position: absolute;
  left: 50px;
  bottom: 30px;
  color: #C6003B;
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  .main-heading {
    font-size: 2rem;
  }
}
@media (max-width: 567px) {
  .main-heading {
    font-size: 1.3rem;
    left: 30px;
  }
}
.main-heading span {
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  margin-left: 5px;
}
@media (max-width: 767px) {
  .main-heading span {
    font-size: 3vw;
  }
}
@media (max-width: 767px) {
  .main-heading {
    left: 20px;
    bottom: 10px;
  }
}
.main-column {
  display: flex;
  justify-content: space-around;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .main-column {
    margin-top: 10px;
  }
}
.main-column.reverse {
  flex-direction: row-reverse;
  flex-direction-color: #C6003B;
}
.main-column h4 {
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 10px;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 1034px) {
  .main-column h4 {
    font-size: 1.2rem;
  }
}
@media (max-width: 767px) {
  .main-column h4 {
    font-size: 0.8rem;
  }
}
.main-column__left {
  width: 60%;
  margin: 50px 40px;
}
@media (max-width: 1034px) {
  .main-column__left {
    margin: 10px;
  }
}
.main-column__right {
  width: 50%;
}
@media (max-width: 767px) {
  .main-column__right img {
    height: 70%;
  }
}
.main-column__right img {
  object-fit: contain;
}
.main-column__txt {
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 1.2rem;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .main-column__txt {
    font-size: 0.7rem;
  }
}
.main-column__btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 5px;
  width: 70%;
  background: #C6003B;
  color: #fff;
  border-radius: 50px;
  font-size: 2rem;
  letter-spacing: 0.2em;
  text-align: center;
  border: 1px solid #C6003B;
}
@media (max-width: 767px) {
  .main-column__btn {
    font-size: 1rem;
    width: 100%;
  }
}
.main-column__btn:visited {
  color: #fff;
}
.main-column__btn:link {
  color: #fff;
}
.main-column__btn:hover {
  border: 1px solid #C6003B;
  background: #fff;
  color: #C6003B;
}
.main-column__btn::after {
  position: absolute;
  content: "";
  width: 10px;
  height: 18px;
  right: 20px;
  background-image: url(../img/arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 767px) {
  .main-column__btn::after {
    width: 8px;
    height: 12px;
  }
}

.fadein {
  opacity: 0.1;
  translate: translate(0, 50px);
  transition: all 500ms;
}

.fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.main-front {
  display: block;
  position: relative;
}
.main-front.data img {
  margin-top: 0;
}
.main-front a:hover {
  opacity: 0.7;
}
.main-front .cloud {
  top: 10%;
  right: 0;
  position: absolute;
  width: 50%;
}
@media (max-width: 767px) {
  .main-front .cloud {
    top: 0;
    width: 70%;
    height: auto;
  }
}
.main-front img {
  width: 100%;
  margin-top: -3.5%;
}
@media (max-width: 767px) {
  .main-front img {
    margin-top: -20px;
  }
}
.main-front__txt {
  position: absolute;
  top: 22%;
  left: 10%;
  color: #fff;
  font-size: 2.6vw;
}
@media (max-width: 1034px) {
  .main-front__txt {
    top: 22%;
  }
}
@media (max-width: 567px) {
  .main-front__txt {
    left: 8%;
    top: 15%;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .main-front__txt.about {
    left: 5%;
  }
}
.main-front__txt.middle {
  top: 35%;
}
@media (max-width: 767px) {
  .main-front__txt.middle {
    top: 10%;
  }
}
.main-front__txt.data {
  left: auto;
  right: 10%;
  top: 5%;
  font-size: 3.3rem;
}
@media (max-width: 1034px) {
  .main-front__txt.data {
    top: 3%;
    font-size: 1.6rem;
  }
}
@media (max-width: 567px) {
  .main-front__txt.data {
    top: 4%;
    right: 5%;
    font-size: 1.2rem;
  }
}
.main-front__txt.data p {
  display: block;
  margin-top: 10px;
  font-size: 1.5vw;
  text-align: left;
}
@media (max-width: 1034px) {
  .main-front__txt.data p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .main-front__txt.data p {
    line-height: 1.5;
    font-size: 0.7rem;
  }
}
@media (max-width: 567px) {
  .main-front__txt.data p {
    font-size: 2.6vw;
  }
}
.main-front__txt.data span {
  margin-top: 10px;
  display: block;
  font-size: 1.3rem;
}
@media (max-width: 1034px) {
  .main-front__txt.data span {
    font-size: 0.7rem;
  }
}
.main-front__txt.intaview {
  display: flex;
  flex-direction: column;
  top: auto;
  right: 10%;
  bottom: 15%;
  left: auto;
  color: #000;
}
@media (max-width: 567px) {
  .main-front__txt.intaview {
    bottom: 0;
    right: 4%;
  }
}
.main-front__txt.intaview span {
  display: block;
}
.main-front__txt.intaview .department {
  margin-top: 5px;
  font-size: 1.2vw;
}
@media (max-width: 767px) {
  .main-front__txt.intaview .department {
    font-size: 0.6rem;
  }
}
.main-front__txt.intaview img {
  display: block;
  margin-top: 0;
}
.main-front__txt.intaview img.names70 {
  width: 50%;
}
.main-front__txt.intaview img.names130 {
  width: 130px;
}
.main-front__txt.right {
  left: auto;
  right: 8%;
}
@media (max-width: 767px) {
  .main-front__txt.right {
    text-align: right;
    top: 15%;
  }
}
@media (max-width: 767px) {
  .main-front__txt.right.rec {
    text-align: right;
    top: 20%;
    right: 3%;
    font-size: 0.8rem;
  }
}
.main-front__txt.right span {
  display: block;
  margin-top: 30px;
  font-size: 1.2vw;
  text-align: right;
}
@media (max-width: 1034px) {
  .main-front__txt.right span {
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .main-front__txt.right span {
    margin-top: 10px;
    font-size: 0.5rem;
  }
}
.main .c-list {
  margin-top: 50px;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .main .c-list {
    margin-top: 20px;
  }
}
.main .c-list dl {
  margin-bottom: 10px;
  font-size: 1.5rem;
  display: flex;
}
@media (max-width: 1034px) {
  .main .c-list dl {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .main .c-list dl {
    font-size: 1rem;
    display: block;
    margin: 20px 0;
  }
}
.main .c-list dl dt {
  width: 150px;
}
@media (max-width: 767px) {
  .main .c-list dl dt {
    width: 100%;
  }
}
.main .c-list dl dd {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 767px) {
  .main .c-list dl dd {
    flex-direction: column;
    align-items: flex-start;
    font-size: 0.9rem;
  }
}
.main .c-list dl dd a {
  padding: 1px 10px;
  border: 1px solid;
  border-radius: 5px;
  font-size: 0.8rem;
}
@media (max-width: 767px) {
  .main .c-list dl dd a {
    width: 30%;
    font-size: 0.7rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1px 3px;
  }
}
.main .c-list dl dd a i {
  margin-left: 10px;
}
.main .about-heading {
  position: absolute;
  left: 120px;
  bottom: 30px;
  color: #C6003B;
}
.main .about-heading.history {
  left: 150px;
}
@media (max-width: 767px) {
  .main .about-heading.history {
    left: 100px;
  }
}
.main .about-heading.cus {
  left: 60px;
}
@media (max-width: 567px) {
  .main .about-heading.cus {
    left: 20px;
  }
}
@media (max-width: 1034px) {
  .main .about-heading {
    left: 20%;
    bottom: 40px;
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
@media (max-width: 567px) {
  .main .about-heading {
    bottom: 25px;
    font-size: 1.4rem;
  }
}
.main .about-heading span {
  font-size: 1.8vw;
}
@media (max-width: 767px) {
  .main .about-heading span {
    font-size: 1rem;
  }
}
.main .about-area {
  padding-top: 100px;
}
@media (max-width: 767px) {
  .main .about-area {
    padding-top: 50px;
    width: 90%;
    margin: 0 auto;
  }
}
.main .about-area__txt {
  padding: 20px 0;
  font-size: 1.6rem;
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .main .about-area__txt {
    font-size: 0.9rem;
  }
}
.main .about-area__txt p {
  margin-top: 20px;
  font-size: 1.2rem;
  font-weight: normal;
}
@media (max-width: 767px) {
  .main .about-area__txt p {
    font-size: 0.8rem;
  }
}
.main .about-area__txt p.message-txt {
  font-size: 1.1rem;
}
@media (max-width: 767px) {
  .main .about-area__txt p.message-txt {
    font-size: 0.7rem;
  }
}
.main .about-area__txt p.message-txt:first-of-type {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .main .about-area__txt p.message-txt:first-of-type {
    margin-top: 20px;
  }
}
.main .about-area__txt .ceo {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 25px;
  margin-top: 200px;
}
@media (max-width: 767px) {
  .main .about-area__txt .ceo {
    font-size: 0.9rem;
    margin-top: 50px;
  }
}
.main .about-area__txt .ceo img {
  display: flex;
  margin-left: 20px;
  width: 200px;
}
.main .about-area__img {
  display: flex;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .main .about-area__img {
    margin-top: 1%;
  }
}
.main .about-area__img img {
  width: 33.3%;
  margin-right: 2%;
}
.main .about-area__cus {
  display: flex;
  margin-top: 60px;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .main .about-area__cus {
    font-size: 0.9rem;
    margin-top: 30px;
    display: block;
  }
}
.main .about-area__cus img {
  width: 55%;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .main .about-area__cus img {
    width: 100%;
  }
}
.main .about-area__cus p {
  width: 45%;
}
@media (max-width: 1034px) {
  .main .about-area__cus p {
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .main .about-area__cus p {
    width: 100%;
  }
}
.main .about-area__cus p b {
  display: block;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: bold;
}
@media (max-width: 1034px) {
  .main .about-area__cus p b {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .main .about-area__cus p b {
    font-size: 1.3rem;
  }
}
.main .history-area {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media (max-width: 767px) {
  .main .history-area {
    width: 100%;
    margin: 0 auto;
  }
}
.main .history-list {
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .main .history-list {
    font-size: 1rem;
    padding-top: 30px;
  }
}
.main .history-list__mon {
  position: relative;
  margin: 0 30px;
  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: 0 50px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  font-size: 1.3rem;
  font-weight: bold;
  letter-spacing: 0.04em;
  background: #C6003B;
  color: #fff;
}
@media (max-width: 1034px) {
  .main .history-list__mon {
    margin: 0 15px;
    width: 50px;
    height: 50px;
    font-size: 1rem;
  }
}
.main .history-list__age {
  width: 10%;
  font-weight: bold;
}
@media (max-width: 1034px) {
  .main .history-list__age {
    width: auto;
    font-size: 0.9rem;
  }
}
@media (max-width: 767px) {
  .main .history-list__age {
    width: 60px;
  }
}
.main .history-list__txt {
  line-height: 1.5;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 1034px) {
  .main .history-list__txt {
    width: 60%;
    font-size: 0.9rem;
  }
}
.main .history-list__line {
  position: absolute;
  top: -80px;
  margin: 0 auto;
  width: 4px;
  height: 80px;
  background-color: #C6003B;
}
@media (max-width: 767px) {
  .main .history-list__line {
    top: -40px;
    height: 40px;
  }
}
.main .history-list__round {
  position: absolute;
  top: 11%;
  left: -11px;
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .main .history-list__round {
    top: 5%;
  }
}

.intaview-photo {
  position: relative;
}
.intaview-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .intaview-list {
    margin: 20px 0 20px 30px;
    justify-content: space-evenly;
  }
}
.intaview-list__box {
  box-sizing: content-box;
  position: relative;
  width: 28%;
  height: 300px;
  margin: 30px 2.5%;
}
@media (max-width: 1034px) {
  .intaview-list__box {
    width: 40%;
    height: 95%;
    margin: 30px 4%;
  }
}
.intaview-list__box:hover {
  opacity: 0.5;
}
.intaview-list__line {
  position: absolute;
  width: 100%;
  bottom: 15px;
  left: -15px;
  height: 300px;
  border: 3px solid #C6003B;
  z-index: 100;
}
@media (max-width: 1034px) {
  .intaview-list__line {
    bottom: 5px;
    height: 100%;
  }
}
.intaview-list__cat {
  position: absolute;
  top: -35px;
  left: -30px;
  border: 2px solid #C6003B;
  background: #fff;
  color: #C6003B;
  padding: 2px 10px;
  z-index: 101;
}
@media (max-width: 767px) {
  .intaview-list__cat {
    font-size: 0.8rem;
  }
}
.intaview-list__num {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  right: -20px;
  bottom: -10px;
  width: 210px;
  padding: 5px 15px;
  background: #C6003B;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 1034px) {
  .intaview-list__num {
    width: 90%;
  }
}
@media (max-width: 567px) {
  .intaview-list__num {
    width: 95%;
    font-size: 0.8rem;
    line-height: 1.5;
    right: -10px;
    padding: 5px 10px;
  }
}
.intaview-que {
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .intaview-que {
    width: 90%;
    margin: 60px auto;
  }
}
.intaview-que__list {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 1034px) {
  .intaview-que__list {
    font-size: 1.4rem;
  }
}
@media (max-width: 767px) {
  .intaview-que__list {
    font-size: 1rem;
  }
}
.intaview-que__list img {
  margin-right: 20px;
  width: 60px;
}
.intaview-que__txt {
  margin-top: 20px;
  font-size: 0.96rem;
}
@media (max-width: 767px) {
  .intaview-que__txt {
    font-size: 0.8rem;
  }
}
.intaview-que__txt b {
  font-weight: bold;
}
.intaview-que__img {
  margin-top: 30px;
}
.intaview-message {
  position: relative;
}
.intaview-message__left {
  width: 31%;
  position: absolute;
  top: 30px;
}
@media (max-width: 1034px) {
  .intaview-message__left {
    width: 40%;
  }
}
@media (max-width: 767px) {
  .intaview-message__left {
    width: 90%;
    margin: 10px auto;
    position: relative;
  }
}
.intaview-message__right {
  width: 31%;
  position: absolute;
  top: 10%;
  right: 20%;
}
@media (max-width: 1034px) {
  .intaview-message__right {
    width: 40%;
    left: 1%;
  }
}
@media (max-width: 767px) {
  .intaview-message__right {
    width: 90%;
    margin: 10px auto;
    position: relative;
  }
}
.intaview-message__ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 70%;
  margin-top: 2%;
  color: #C6003B;
  font-size: 1.8vw;
}
@media (max-width: 1034px) {
  .intaview-message__ttl {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .intaview-message__ttl {
    width: 100%;
  }
}
.intaview-message__ttl img {
  margin-top: -10px;
  display: block;
  width: 250px;
}
@media (max-width: 1034px) {
  .intaview-message__ttl img {
    width: 200px;
  }
}
.intaview-message__txt {
  margin-top: 20px;
  font-size: 1.3vw;
  font-family: "游ゴシック", sans-serif;
  font-weight: bold;
}
@media (max-width: 767px) {
  .intaview-message__txt {
    font-size: 0.9rem;
  }
}
.intaview-back {
  text-align: center;
  display: block;
  background: #C6003B;
  width: 350px;
  color: #fff;
  margin: 80px auto 0;
  padding: 20px 0;
  border: 2px solid #C6003B;
  border-radius: 50px;
  box-sizing: border-box;
  font-size: 1.3rem;
  letter-spacing: 0.5em;
}
.intaview-back:hover {
  color: #C6003B;
  background: #fff;
}
.intaview-back:hover:visited {
  color: #C6003B;
}
.intaview-back:visited {
  color: #fff;
}

.data-txt {
  font-family: Kiwi Maru;
  margin-top: 100px;
  width: 40%;
}
@media (max-width: 1034px) {
  .data-txt {
    margin-top: 40px;
    width: 100%;
  }
}
.data-txt h3 {
  display: block;
  line-height: 0;
  font-size: 3.5rem;
}
@media (max-width: 1034px) {
  .data-txt h3 {
    font-size: 3rem;
  }
}
.data-txt b {
  margin: 0 10px;
  color: #C6003B;
  font-size: 8rem;
}
@media (max-width: 1034px) {
  .data-txt b {
    font-size: 5rem;
  }
}
.data-txt span {
  font-size: 3rem;
}
@media (max-width: 1034px) {
  .data-txt span {
    font-size: 2rem;
  }
}
.data-area {
  margin-top: -150px;
  padding: 100px 0;
  background: #F2F5F7;
}
@media (max-width: 767px) {
  .data-area {
    margin-top: -70px;
  }
}
.data-area__first {
  position: relative;
}
.data-area__first#dCom {
  display: flex;
  justify-content: flex-start;
  margin-top: -120px;
}
@media (max-width: 1034px) {
  .data-area__first#dCom {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .data-area__first#dCom {
    margin-top: 80px;
  }
}
.data-area__first span {
  position: absolute;
  bottom: -50px;
  left: 45%;
}
@media (max-width: 1034px) {
  .data-area__first span {
    font-size: 0.9rem;
    bottom: -100px;
    left: 30%;
  }
}
@media (max-width: 767px) {
  .data-area__first span {
    font-size: 0.7rem;
    display: block;
    margin-top: 20px;
  }
}
.data-area__first span.first {
  bottom: 80px;
}
@media (max-width: 1034px) {
  .data-area__first span.first {
    bottom: -30px;
  }
}
@media (max-width: 767px) {
  .data-area__first span.first {
    bottom: -80px;
  }
}
.data-area__first img {
  width: 50%;
}
@media (max-width: 1034px) {
  .data-area__first img {
    width: 70%;
  }
}
.data-area__first img.wd80 {
  width: 80%;
  margin: 0;
}
@media (max-width: 1034px) {
  .data-area__first img.wd80 {
    width: 100%;
  }
}

.employee-area {
  margin-top: 100px;
}
@media (max-width: 1034px) {
  .employee-area {
    margin-top: 250px;
  }
}
.employee-area__flex {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
@media (max-width: 567px) {
  .employee-area__flex {
    display: block;
  }
}
.employee-area__img {
  width: 60%;
}
@media (max-width: 1034px) {
  .employee-area__img {
    width: 100%;
  }
}
.employee-area__graph {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 30%;
  margin: 20px 40px;
}
@media (max-width: 567px) {
  .employee-area__graph {
    display: block;
    width: 70%;
    margin: 10px auto;
  }
}
.employee-area__graph:nth-of-type(3) {
  display: flex;
  width: 60%;
}
.employee-area__graph h3 {
  font-size: 2rem;
}
.employee-area__graph span {
  font-size: 2.5rem;
  margin-bottom: 10px;
}
@media (max-width: 1034px) {
  .employee-area__graph span {
    font-size: 1.5rem;
  }
}
@media (max-width: 567px) {
  .employee-area__graph span {
    font-size: 1.8rem;
  }
}
.employee-area__last {
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (max-width: 1034px) {
  .employee-area__last {
    flex-direction: column;
  }
}
.employee-area__last img {
  width: 50%;
  display: block;
}
@media (max-width: 1034px) {
  .employee-area__last img {
    width: 100%;
  }
}
.employee-area__last p {
  width: 40%;
  margin-left: 20px;
}
@media (max-width: 1034px) {
  .employee-area__last p {
    width: 100%;
  }
}
.employee-area__change {
  margin-top: 100px;
  margin-bottom: 100px;
}
.employee-area__change h3 {
  margin-bottom: 10px;
  font-size: 3rem;
}
@media (max-width: 1034px) {
  .employee-area__change h3 {
    font-size: 2rem;
  }
}
.employee-area__style {
  position: relative;
  display: flex;
}
@media (max-width: 1034px) {
  .employee-area__style {
    justify-content: center;
  }
}
@media (max-width: 567px) {
  .employee-area__style {
    display: block;
  }
}
.employee-area__style.wd80 {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1034px) {
  .employee-area__style.wd80 {
    width: 100%;
  }
}
@media (max-width: 567px) {
  .employee-area__style.wd80 {
    display: block;
  }
}
.employee-area__style.wd80 b, .employee-area__style.wd80 h3 {
  font-family: Kiwi Maru;
}
.employee-area__style:nth-child(2) {
  width: 80%;
  margin: 0 auto;
}
.employee-area__style .data-txt {
  width: auto;
}
.employee-area__style .data-txt .vertical {
  writing-mode: vertical-lr;
  line-height: 1;
}
.employee-area__style .data-txt h3 {
  font-size: 2.5rem;
}
@media (max-width: 1034px) {
  .employee-area__style .data-txt h3 {
    font-size: 1.5rem;
  }
}
@media (max-width: 567px) {
  .employee-area__style .data-txt h3 {
    font-size: 1.7rem;
  }
}
.employee-area__style .data-txt b {
  display: inline-block;
  margin-top: -30px;
}
@media (max-width: 1034px) {
  .employee-area__style .data-txt b {
    font-size: 3rem;
    margin-top: 20px;
  }
}
.employee-area__style.last {
  width: 80%;
  margin: auto;
}
@media (max-width: 1034px) {
  .employee-area__style.last {
    width: 100%;
  }
}
.employee-area__style .employee-area__list {
  width: 80%;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__list {
    width: 100%;
  }
}
.employee-area__style .employee-area__list ul li {
  line-height: 1.5;
}
.employee-area__style .employee-area__flex {
  width: 50%;
}
.employee-area__style .employee-area__flex.noBlock {
  display: flex;
  width: 100%;
  margin-bottom: -50px;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__flex.noBlock {
    margin-bottom: 0;
    justify-content: space-evenly;
  }
}
.employee-area__style .employee-area__flex.noBlock b {
  line-height: 2;
}
.employee-area__style .employee-area__flex img {
  width: 40%;
  height: auto;
  max-width: 220px;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__flex img {
    width: 100px;
  }
}
.employee-area__style .employee-area__flex:first-of-type img {
  margin-top: -40px;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__flex:first-of-type img {
    margin-top: 0px;
  }
}
.employee-area__style .employee-area__flex .Wriggle {
  display: flex;
  align-items: center;
  font-size: 40px;
  height: 120px;
  margin-top: auto;
  margin-bottom: 50px;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__flex .Wriggle {
    font-size: 20px;
    margin-bottom: 0;
  }
}
.employee-area__style .employee-area__flex .Wriggle span {
  line-height: 1.3;
}
.employee-area__style .employee-area__flex .Wriggle b {
  line-height: 1.2;
  display: inline;
  color: #C6003B;
  font-size: 40px;
}
@media (max-width: 1034px) {
  .employee-area__style .employee-area__flex .Wriggle b {
    font-size: 20px;
  }
}
.employee-area__style .employee-area__flex .Wriggle::before {
  display: inline-block;
  width: 10px;
  height: 100px;
  margin-right: 10px;
  content: "";
  background: url(../img/Wriggle.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.employee-area__illust {
  display: flex;
  align-items: flex-end;
  width: 50%;
}
@media (max-width: 567px) {
  .employee-area__illust {
    width: 80%;
    margin-top: 30px;
    margin-bottom: 60px;
  }
}
.employee-area__illust img {
  width: 100%;
  height: auto;
}
.employee-area__list {
  width: 80%;
  margin-right: 50px;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 1034px) {
  .employee-area__list {
    margin-top: 20px;
    margin-right: 30px;
    width: 100%;
  }
}
.employee-area__list ul {
  font-size: 1rem;
}
@media (max-width: 1034px) {
  .employee-area__list ul {
    font-size: 0.7rem;
  }
}
@media (max-width: 567px) {
  .employee-area__list ul {
    font-size: 0.9rem;
  }
}
.employee-area__list ul li {
  display: flex;
  margin-top: 5px;
}
@media (max-width: 567px) {
  .employee-area__list ul li {
    display: block;
  }
}
.employee-area__list ul ul {
  width: 50%;
}
@media (max-width: 1034px) {
  .employee-area__list ul ul {
    width: 100%;
  }
}
.employee-area__list h4 {
  color: #C6003B;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
  padding-bottom: 3px;
  border-bottom: 2px solid #C6003B;
}
.employee-area__percent {
  width: 40%;
  margin-top: 100px;
}
@media (max-width: 1034px) {
  .employee-area__percent {
    text-align: center;
    width: 50%;
  }
}
@media (max-width: 567px) {
  .employee-area__percent {
    width: 100%;
    text-align: center;
  }
}
.employee-area__percent h3 {
  margin-bottom: 30px;
  font-size: 2rem;
}
@media (max-width: 1034px) {
  .employee-area__percent h3 {
    font-size: 1.3rem;
  }
}
@media (max-width: 567px) {
  .employee-area__percent h3 {
    font-size: 1.5rem;
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
.employee-area__percent p {
  position: absolute;
  bottom: 0;
  right: -160px;
  text-align: left;
  font-family: "游ゴシック", sans-serif;
  font-size: 1rem;
}
@media (max-width: 1034px) {
  .employee-area__percent p {
    font-size: 0.8rem;
    position: static;
    margin-left: 30%;
  }
}
@media (max-width: 567px) {
  .employee-area__percent p {
    position: static;
    font-size: 1rem;
    margin-left: 10%;
    text-align: left;
  }
}
.employee-area__percent img {
  width: 60%;
  height: auto;
}

.member-area {
  margin-top: 400px;
  background: #FCEFF0;
}
@media (max-width: 1034px) {
  .member-area {
    margin-top: 250px;
  }
  .member-area .l-inner {
    width: 83%;
    max-width: 100%;
  }
}
.member-area__sp {
  margin-bottom: 50px;
}
@media (max-width: 1034px) {
  .member-area__sp {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .member-area__sp {
    width: 100%;
    display: flex;
  }
}
.member-area__top {
  position: relative;
}
.member-area__top h3 {
  padding-top: 15%;
}
@media (max-width: 1034px) {
  .member-area__top h3 {
    padding-top: 25%;
    padding-left: 0;
  }
}
@media (max-width: 767px) {
  .member-area__top h3 {
    padding-top: 10%;
  }
}
@media (max-width: 567px) {
  .member-area__top h3 {
    padding-top: 25%;
  }
}
.member-area__data {
  position: absolute;
  margin-top: -300px;
  width: 60%;
}
@media (max-width: 1034px) {
  .member-area__data {
    margin-top: -200px;
  }
}
@media (max-width: 567px) {
  .member-area__data {
    width: 100%;
    margin-top: -40vw;
  }
}
.member-area__reason {
  position: relative;
}
.member-area__reason ul {
  margin-top: 50px;
}
.member-area__reason ul li {
  width: 80%;
  position: relative;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  font-size: 25px;
  font-weight: 500;
}
@media (max-width: 1034px) {
  .member-area__reason ul li {
    width: 100%;
    font-size: 1rem;
  }
}
.member-area__reason ul li:first-of-type {
  font-size: 40px;
}
@media (max-width: 1034px) {
  .member-area__reason ul li:first-of-type {
    font-size: 1.1rem;
  }
}
.member-area__reason ul li:first-of-type::after {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
  content: "";
  background: url(../img/point-check.png);
  background-size: cover;
  width: 100px;
  height: 80px;
}
@media (max-width: 1034px) {
  .member-area__reason ul li:first-of-type::after {
    width: 40px;
    height: 30px;
    top: -15px;
  }
}
.member-area__reason ul li:first-of-type span img {
  width: 80%;
}
.member-area__reason ul li span {
  display: flex;
  justify-content: flex-end;
  width: 260px;
  margin-right: 10px;
}
@media (max-width: 1034px) {
  .member-area__reason ul li span {
    width: 25%;
  }
}
.member-area__reason ul li span img {
  width: 60%;
}
.member-area__reason-img {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 30%;
}
@media (max-width: 1034px) {
  .member-area__reason-img {
    position: relative;
    bottom: auto;
    width: 80%;
    margin: auto;
  }
}
.member-area__map {
  position: relative;
}
@media (max-width: 1034px) {
  .member-area__map {
    margin-top: 0;
  }
}
.member-area__from {
  position: absolute;
  font-weight: bold;
}
.member-area__from img {
  height: auto;
}
.member-area__from#hokkaido {
  width: 100px;
  height: auto;
  right: 15%;
}
@media (max-width: 1034px) {
  .member-area__from#hokkaido {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .member-area__from#hokkaido {
    width: 50px;
    right: 13%;
    top: 5%;
  }
}
.member-area__from#touhoku {
  top: 25%;
  right: 17%;
  width: 100px;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#touhoku {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .member-area__from#touhoku {
    width: 50px;
    top: 23%;
    right: 20%;
  }
}
.member-area__from#kanto {
  width: 180px;
  bottom: 32%;
  right: 20%;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#kanto {
    width: 120px;
  }
}
@media (max-width: 567px) {
  .member-area__from#kanto {
    width: 60px;
    right: 20%;
    bottom: 35%;
  }
}
.member-area__from#chubu {
  width: 150px;
  right: 38%;
  bottom: 40%;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#chubu {
    width: 90px;
  }
}
@media (max-width: 567px) {
  .member-area__from#chubu {
    width: 50px;
    left: 50%;
    bottom: 40%;
  }
}
.member-area__from#kinki {
  width: 130px;
  right: 45%;
  bottom: 25%;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#kinki {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .member-area__from#kinki {
    width: 60px;
    left: 40%;
    bottom: 25%;
  }
}
.member-area__from#chugoku {
  width: 100px;
  left: 20%;
  bottom: 30%;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#chugoku {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .member-area__from#chugoku {
    width: 40px;
    left: 20%;
    bottom: 30%;
  }
}
.member-area__from#kyusyu {
  width: 130px;
  left: 3%;
  bottom: 15%;
  height: auto;
}
@media (max-width: 1034px) {
  .member-area__from#kyusyu {
    width: 80px;
  }
}
@media (max-width: 567px) {
  .member-area__from#kyusyu {
    width: 50px;
    left: 3%;
    bottom: 15%;
  }
}
.member-area__box {
  position: relative;
  margin-top: 100px;
}
@media (max-width: 1034px) {
  .member-area__box {
    margin-top: 50px;
  }
}
.member-area__box:nth-of-type(2) h3 {
  margin-left: 55%;
}
@media (max-width: 1034px) {
  .member-area__box:nth-of-type(2) h3 {
    margin: 0;
  }
}
.member-area__bar {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px 0;
  font-size: 2rem;
}
@media (max-width: 1034px) {
  .member-area__bar {
    font-size: 1rem;
    padding: 5px 0;
  }
}
.member-area__bar img {
  width: 80px;
  margin: 0 20px;
}
@media (max-width: 1034px) {
  .member-area__bar img {
    width: 40px;
    margin: 0 10px;
  }
}
.member-area__bar .car {
  width: 34%;
  border: 30px solid #000;
}
@media (max-width: 1034px) {
  .member-area__bar .car {
    border: 13px solid #000;
  }
}
.member-area__bar .train {
  width: 62%;
  border: 30px solid #C6003B;
}
@media (max-width: 1034px) {
  .member-area__bar .train {
    border: 13px solid #C6003B;
  }
}
.member-area__bar .walk {
  width: 4%;
  border: 30px solid #A9B9C2;
}
@media (max-width: 1034px) {
  .member-area__bar .walk {
    border: 13px solid #A9B9C2;
  }
}
.member-area__wear {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: flex-start;
}
.member-area__wear img {
  width: 19%;
  height: auto;
}
.member-area__wear img.short {
  width: 22%;
  left: 20%;
  z-index: 1;
}
.member-area__wear img.long {
  width: 29.5%;
  right: 26%;
  z-index: 0;
}
.member-area__wear img.medium {
  right: 0;
  width: 26.5%;
}
.member-area__ul {
  display: flex;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 1034px) {
  .member-area__ul {
    font-size: 0.8rem;
  }
}
@media (max-width: 767px) {
  .member-area__ul {
    width: 75%;
    font-size: 1.4rem;
    margin-left: 80px;
    display: block;
    margin-top: 60px;
  }
}
@media (max-width: 567px) {
  .member-area__ul {
    font-size: 1rem;
    margin-left: 30px;
  }
}
@media (max-width: 767px) {
  .member-area__ul.first {
    margin-top: 60px;
  }
}
.member-area__ul ul {
  width: 50%;
}
@media (max-width: 1034px) {
  .member-area__ul ul {
    width: 100%;
  }
}
.member-area__ul ul li {
  margin-bottom: 5px;
}
.member-area__in {
  display: none;
}
@media (max-width: 767px) {
  .member-area__in {
    display: flex;
    align-items: flex-end;
    width: 100px;
  }
}
.member-area__flex {
  width: 80%;
  margin: auto;
  display: flex;
  justify-content: center;
}
@media (max-width: 1034px) {
  .member-area__flex {
    flex-direction: column;
    margin-top: 30px;
  }
}
.member-area__flex ul {
  width: 24%;
  margin-top: 60px;
}
@media (max-width: 1034px) {
  .member-area__flex ul {
    width: 100%;
    margin-top: 0;
  }
}
.member-area__flex ul:last-of-type {
  width: 15%;
}
@media (max-width: 1034px) {
  .member-area__flex ul:last-of-type {
    width: 100%;
  }
}
.member-area__list {
  width: 55%;
  margin-top: 80px;
  margin-left: 30px;
  font-size: 1.2rem;
}
@media (max-width: 1034px) {
  .member-area__list {
    width: 55%;
    margin-top: 20px;
  }
}
@media (max-width: 767px) {
  .member-area__list {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
}
.member-area__hobby {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  display: flex;
}
@media (max-width: 1034px) {
  .member-area__hobby {
    width: 100%;
  }
}
.member-area__lunch {
  width: 80%;
  margin: auto;
  margin-top: 30px;
  padding-bottom: 50px;
  display: flex;
}
.member-area h3 {
  margin-bottom: 10px;
  font-size: 2.5rem;
  color: #C6003B;
}
@media (max-width: 1034px) {
  .member-area h3 {
    font-size: 1.6rem;
  }
}
.member-area h3 img {
  display: block;
  width: 150px;
}

.checkman {
  display: block;
  width: 50%;
}
@media (max-width: 1034px) {
  .checkman {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .main.education p {
    font-size: 4vw;
    text-align: left;
  }
}
.main.education .main-front__txt span {
  display: block;
  margin-top: 20px;
  font-size: 1.2vw;
  line-height: 2;
}
@media (max-width: 767px) {
  .main.education .main-front__txt span {
    font-size: 2.5vw;
    margin-top: 10px;
    line-height: 1.5;
  }
}
.main .education-area {
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 100px;
  text-align: center;
}
@media (max-width: 1034px) {
  .main .education-area {
    width: 90%;
    margin-top: 50px;
  }
}
.main .education-area h3 {
  max-width: 460px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .main .education-area h3 {
    width: 60%;
  }
}
.main .education-area h3 .main-heading {
  left: 20%;
}
@media (max-width: 767px) {
  .main .education-area h3 .main-heading {
    bottom: 20px;
  }
}
.main .education-area h4 {
  margin-top: 80px;
  margin-bottom: 50px;
  font-size: 24px;
}
@media (max-width: 767px) {
  .main .education-area h4 {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.main .education-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 100px;
  background: #CCCCCC;
  color: #fff;
  box-sizing: border-box;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
}
@media (max-width: 1034px) {
  .main .education-tab {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .main .education-tab {
    font-size: 18px;
    line-height: 1.3;
    height: 50px;
  }
}
.main .education-tab.active {
  background: #CF1225;
}
.main .education-tab-area {
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 150px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media (max-width: 767px) {
  .main .education-tab-area {
    margin-top: 60px;
    gap: 10px;
  }
}
.main .education-content {
  display: none;
  padding: 0 40px 60px;
  border: 2px solid #CCCCCC;
  border-collapse: collapse;
}
@media (max-width: 1034px) {
  .main .education-content {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .main .education-content {
    padding: 10px;
  }
}
.main .education-content h4 {
  color: #C6003B;
}
.main .education-content.active {
  display: block;
}
.main .education-content__level {
  width: 100%;
  height: 100%;
  background: #fff;
  box-sizing: border-box;
  border-radius: 0 0 10px 10px;
  margin-top: 150px;
}
@media (max-width: 767px) {
  .main .education-content__level {
    margin-top: 50px;
  }
}
.main .education-content__level .level-map {
  width: 100%;
  max-width: 1120px;
  margin: 60px auto 0;
  position: relative;
}
.main .education-content__level .level-map__row {
  display: flex;
  align-items: center;
  width: 100%;
  position: relative;
  margin-bottom: -40px;
  z-index: 1;
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  padding: 3% 10% 0;
  box-sizing: border-box;
}
@media (max-width: 1034px) {
  .main .education-content__level .level-map__row {
    padding: 4% 5% 0;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__row {
    flex-direction: column;
    margin-bottom: -85px;
    padding-top: 70px;
    clip-path: polygon(0 0, 100% 0, 100% 85%, 50% 100%, 0 85%);
  }
}
.main .education-content__level .level-map__row.level1 {
  background: #F6DD7B;
  z-index: 4;
}
.main .education-content__level .level-map__row.level1 .level-map__img {
  margin-bottom: 14px;
}
@media (max-width: 1200px) {
  .main .education-content__level .level-map__row.level1 .level-map__img {
    margin-bottom: 6px;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__row.level1 .level-map__img {
    margin-bottom: -6px;
  }
}
@media (max-width: 567px) {
  .main .education-content__level .level-map__row.level1 {
    padding-top: 0;
  }
}
.main .education-content__level .level-map__row.level2 {
  background: #A7D97B;
  z-index: 3;
}
.main .education-content__level .level-map__row.level3 {
  background: #5ED1D1;
  z-index: 2;
}
.main .education-content__level .level-map__row.level4 {
  background: #6BA8E6;
  z-index: 1;
}
.main .education-content__level .level-map__row.level4 .level-map__img {
  margin-bottom: 8px;
}
@media (max-width: 1034px) {
  .main .education-content__level .level-map__row.level4 .level-map__img {
    margin-bottom: -8px;
  }
}
.main .education-content__level .level-map__img {
  width: 148px;
  height: 140px;
  margin-bottom: 12px;
}
@media (max-width: 1200px) {
  .main .education-content__level .level-map__img {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__img {
    margin-bottom: -3px;
  }
}
.main .education-content__level .level-map__img img {
  object-fit: contain;
}
@media (max-width: 1034px) {
  .main .education-content__level .level-map__img {
    width: 115px;
    height: 113px;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__img {
    width: 110px;
    height: 100px;
  }
}
.main .education-content__level .level-map__title {
  max-width: 480px;
  width: 45%;
  position: absolute;
  top: -60px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 1.5rem;
  font-weight: bold;
  z-index: 10;
}
.main .education-content__level .level-map__title > img {
  width: 100%;
  height: auto;
}
@media (max-width: 1034px) {
  .main .education-content__level .level-map__title {
    width: 50%;
    top: -10%;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__title {
    top: -40px;
    width: 95%;
  }
}
.main .education-content__level .level-map__label {
  width: 100px;
  display: flex;
  align-items: baseline;
  font-size: 1.3rem;
}
.main .education-content__level .level-map__label span {
  display: inline-block;
  width: 23px;
  font-size: 2.5rem;
  margin-left: 10px;
}
.main .education-content__level .level-map__content {
  display: flex;
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__content {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
}
.main .education-content__level .level-map__txt {
  width: 78%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-align: left;
  margin-left: 20px;
  z-index: 11;
}
@media (max-width: 1034px) {
  .main .education-content__level .level-map__txt {
    width: 70%;
    font-size: 1.5vw;
  }
}
@media (max-width: 767px) {
  .main .education-content__level .level-map__txt {
    width: 100%;
    font-size: 0.9rem;
  }
}
.main .education-content__career {
  margin-top: 130px;
  margin-bottom: 30px;
  padding: 30px 0px;
  border-radius: 10px;
}
@media (max-width: 1034px) {
  .main .education-content__career {
    margin-top: 100px;
    padding: 15px 0px;
  }
  .main .education-content__career .map {
    overflow: scroll;
  }
  .main .education-content__career .map img {
    width: 200%;
  }
}
.main .education-content__map {
  margin-top: 150px;
  margin-bottom: 30px;
  padding: 30px 50px;
  background: #F2F5F5;
  border-radius: 10px;
}
@media (max-width: 767px) {
  .main .education-content__map {
    margin-top: 70px;
    padding: 15px 0;
  }
  .main .education-content__map .map {
    overflow: scroll;
    width: 95%;
    margin: auto;
  }
  .main .education-content__map .map img {
    width: 200%;
  }
}
.main .education-content__head {
  width: 50%;
  max-width: 480px;
  margin: -90px auto 20px;
}
@media (max-width: 767px) {
  .main .education-content__head {
    width: 95%;
    margin-top: -90px;
    margin-bottom: 0;
  }
}
.main .education-content__point {
  width: 90%;
  margin: 10px 0 20px auto;
}
.main .education-state {
  margin-top: 200px;
}
@media (max-width: 767px) {
  .main .education-state {
    margin-top: 60px;
  }
}
.main .education-state h3 {
  margin-bottom: 60px;
}
.main .education-state h3 .main-heading {
  left: 28%;
}
.main .education-state__flex {
  display: flex;
  justify-content: center;
}
@media (max-width: 1034px) {
  .main .education-state__flex {
    flex-direction: column;
  }
}
.main .education-state__flex:nth-of-type(2) {
  flex-direction: row-reverse;
  margin-left: 100px;
}
@media (max-width: 1034px) {
  .main .education-state__flex:nth-of-type(2) {
    flex-direction: column;
    margin-left: 0;
  }
}
.main .education-state__flex:nth-of-type(2) .education-state__img {
  width: 50%;
  margin-left: 50px;
}
@media (max-width: 1034px) {
  .main .education-state__flex:nth-of-type(2) .education-state__img {
    width: 100%;
    margin-left: 0;
  }
}
.main .education-state__img {
  width: 50%;
}
.main .education-state__img img {
  object-fit: contain;
}
@media (max-width: 1034px) {
  .main .education-state__img {
    width: 100%;
    margin-left: 0;
  }
}
.main .education-state__txt {
  width: 35%;
  text-align: left;
  margin-left: 50px;
}
@media (max-width: 1034px) {
  .main .education-state__txt {
    width: 100%;
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.recruit-area {
  padding-top: 100px;
  padding-bottom: 150px;
}
@media (max-width: 767px) {
  .recruit-area {
    padding: 0;
  }
}
@media (max-width: 767px) {
  .recruit-area h2 {
    font-size: 1.5rem;
  }
}
.recruit-area ul {
  margin-top: 50px;
  display: flex;
}
@media (max-width: 767px) {
  .recruit-area ul {
    display: block;
  }
}
.recruit-area ul li {
  width: 33.3%;
}
@media (max-width: 767px) {
  .recruit-area ul li {
    margin-top: 20px;
    width: 100%;
  }
}
.recruit-area ul li a {
  display: flex;
  font-size: 1.5rem;
  color: #C6003B;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #C6003B;
  border-radius: 30px;
  margin: 10px;
  padding: 5px;
}
.recruit-area ul li a:hover {
  color: #fff;
  background: #C6003B;
}
.recruit-area__box {
  margin-top: 200px;
  padding: 40px 50px;
  border: 3px solid #C6003B;
  border-radius: 30px;
}
@media (max-width: 767px) {
  .recruit-area__box {
    margin-top: 100px;
    padding: 10px;
  }
}
.recruit-area__box h3 {
  display: block;
  width: 40%;
  margin: -120px auto 0;
}
@media (max-width: 1034px) {
  .recruit-area__box h3 {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .recruit-area__box h3 {
    margin-top: -80px;
    width: 100%;
  }
}
.recruit-area__box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40%;
  height: 50px;
  margin: 0 auto;
  border: 2px solid #C6003B;
  border-radius: 30px;
  background: #C6003B;
  margin: 60px auto 0;
  padding: 5px;
}
@media (max-width: 767px) {
  .recruit-area__box a {
    width: 80%;
  }
}
.recruit-area__box a:hover {
  background: #fff;
  background-image: url(../img/entry-hover.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.recruit-area__box a:hover img {
  display: none;
}
.recruit-area__box a img {
  width: 48%;
  height: auto;
}
@media (max-width: 767px) {
  .recruit-area__box a img {
    width: 70%;
  }
}
.recruit-area__box p {
  margin: 0px;
  text-align: left;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .recruit-area__box p {
    font-size: 0.7rem;
  }
}
.recruit-area__box table {
  margin-top: 30px;
}
@media (max-width: 767px) {
  .recruit-area__box table {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .recruit-area__box table tr {
    display: flex;
    flex-direction: column;
  }
}
.recruit-area__box table tr:last-of-type th, .recruit-area__box table tr:last-of-type td {
  border-bottom: none;
}
.recruit-area__box table th {
  vertical-align: top;
  font-size: 1.5rem;
  text-align: left;
  width: 30%;
  padding: 20px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
@media (max-width: 767px) {
  .recruit-area__box table th {
    width: 90%;
    font-size: 1.1rem;
    font-weight: bold;
    padding: 10px 10px 0;
    border: none;
  }
}
.recruit-area__box table td {
  padding: 20px 40px;
  border-bottom: 2px solid #ccc;
  font-family: "游ゴシック", sans-serif;
}
@media (max-width: 767px) {
  .recruit-area__box table td {
    font-size: 0.8rem;
    padding: 10px;
  }
}
.recruit-area .pLink {
  margin-top: -20px;
  padding-top: 20px;
}

.footer {
  background: #1F262C;
  color: #fff;
  font-size: 0.7vw;
}
.footer a {
  font-size: 0.8rem;
  color: #fff;
}
.footer a:hover {
  color: #CCC;
}
.footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 60px 0;
}
@media (max-width: 1034px) {
  .footer-inner {
    width: 90%;
  }
}
.footer-inner__flex {
  display: flex;
  justify-content: space-around;
}
@media (max-width: 767px) {
  .footer-inner__flex {
    width: 100%;
  }
}
.footer-inner__left {
  width: 30%;
}
@media (max-width: 1034px) {
  .footer-inner__left {
    width: 100%;
  }
}
.footer-inner__right {
  width: 70%;
}
@media (max-width: 1034px) {
  .footer-inner__right {
    display: none;
  }
}
.footer-inner__right > ul {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 1034px) {
  .footer-inner__right > ul {
    width: 0 auto;
  }
}
.footer-inner__right > ul > li {
  margin-right: 35px;
}
.footer-inner__right > ul > li > a {
  font-size: 18px;
}
.footer-inner__right > ul > li > ul {
  margin-top: 10px;
}
.footer-inner__right > ul > li > ul li {
  margin-bottom: 5px;
}
.footer-inner__logo {
  width: 250px;
}
@media (max-width: 1034px) {
  .footer-inner__logo {
    margin: 0 auto;
  }
}
.footer-inner__add {
  margin-top: 20px;
  font-size: 1rem;
}
@media (max-width: 1034px) {
  .footer-inner__add {
    width: 250px;
    margin: 20px auto;
    font-size: 0.8rem;
  }
}
.footer-inner__other {
  display: flex;
  margin-top: 100px;
  margin-bottom: 10px;
}
@media (max-width: 1034px) {
  .footer-inner__other {
    display: block;
    width: 250px;
    margin: 20px auto;
  }
}
.footer-inner__other li {
  margin-right: 30px;
}
@media (max-width: 1034px) {
  .footer-inner__copy {
    display: none;
  }
}