@charset "UTF-8";
body {
  margin: 0px;
  padding: 0px;
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "verdana", sans-serif;
  line-height: 1.5em;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  position: relative;
  color: #2B2B2B;
}

:focus {
  outline: 0;
}

a {
  text-decoration: none;
  color: #2B2B2B;
}

p {
  line-height: 1.5em;
}
p a {
  color: #F2534F;
  text-decoration: underline;
}

img, x:-moz-any-link, x:default {
  box-shadow: #000 0 0 0;
}

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

sup {
  vertical-align: super;
  font-size: 80%;
}

.inner, .inner04 {
  width: 90%;
  max-width: 900px;
  margin: 0 auto;
}

.inner03 {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

header .inner03 {
  display: flex;
  align-items: center;
}

.mvArea {
  position: relative;
}
.mvArea figure {
  position: relative;
  z-index: 1;
}
.mvArea figure img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mvArea .inner02 {
  position: relative;
}
.mvArea .inner02 h1 {
  width: 90%;
  max-width: 1200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 10;
}

.btn01 {
  margin-top: 40px;
  text-align: center;
}
.btn01.anc a::before {
  transform: rotate(45deg);
  margin-top: -6px;
}
.btn01 a {
  display: inline-block;
  min-width: 226px;
  text-align: left;
  background: #F2534F;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 10px 40px 10px 16px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
}
.btn01 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  right: 18px;
  margin-top: -4px;
}

.btn02 {
  margin-top: 40px;
  text-align: center;
}
.btn02 a {
  display: inline-block;
  min-width: 132px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #2B2B2B;
  padding: 10px 40px 10px 16px;
  box-sizing: border-box;
  position: relative;
  border-radius: 4px;
  text-decoration: none;
  border: solid 1px #CFCAAF;
}
.btn02 a::before {
  content: "";
  width: 8px;
  height: 8px;
  border-right: solid 2px #2B2B2B;
  border-bottom: solid 2px #2B2B2B;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  right: 18px;
  margin-top: -4px;
}

h2 {
  text-align: center;
  margin-bottom: 40px;
}
h2 > span {
  display: block;
}
h2 > span.sub {
  line-height: 0;
  margin-bottom: 5px;
}
h2 > span.txt {
  line-height: 1.5em;
}
h2 > span.txt small {
  display: block;
  font-weight: 400;
}

.note {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 12px;
}

.update {
  padding: 40px 0 60px;
}
.update .updateBox {
  border: solid 1px #ADADAD;
  padding: 20px;
}
.update .ttl {
  margin-bottom: 10px;
  font-weight: 700;
}
.update ul li:not(:last-child) {
  margin-bottom: 5px;
}
.update ul li span.txt.new {
  box-sizing: border-box;
  padding-left: 40px;
  position: relative;
}
.update ul li span.txt.new::before {
  content: "NEW";
  color: #F2534F;
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
}

.purposeArea {
  background: #F6F5F0;
}

.featureArea {
  box-sizing: border-box;
  background: #F6F5F0;
  position: relative;
}
.featureArea h2 {
  color: #fff;
}
.featureArea ul li {
  text-align: center;
}
.featureArea ul li figure {
  margin-bottom: 10px;
}
.featureArea ul li p {
  color: #fff;
  font-weight: 700;
}

.reasonArea {
  background: #F6F5F0;
}
.reasonArea .inBox {
  position: relative;
}
.reasonArea .inBox figure {
  border: solid 1px #000;
}
.reasonArea .inBox .txtArea {
  background: #fff;
  border: solid 2px #CFCAAF;
}

.processArea {
  padding: 60px 0 100px;
}
.processArea ul {
  margin-bottom: 40px;
}
.processArea ul li figure {
  margin-bottom: 12px;
}
.processArea ul li p {
  font-weight: 700;
}

.meritArea {
  background: #F6F5F0;
  padding: 60px 0 100px;
}
.meritArea ul {
  margin-bottom: 40px;
}
.meritArea ul li figure {
  margin-bottom: 12px;
}
.meritArea ul li p {
  font-weight: 700;
}

.articlesArea {
  padding: 60px 0 100px;
}
.articlesArea .tagList {
  display: flex;
  flex-wrap: wrap;
  -moz-column-gap: 28px;
       column-gap: 28px;
  row-gap: 12px;
  margin-bottom: 40px;
}
.articlesArea .tagList li.current a {
  background: #F2534F;
  color: #fff;
}
.articlesArea .tagList li a {
  font-weight: 700;
  display: block;
  background: #fff;
  color: #F2534F;
  border-radius: 50px;
  border: solid 1px #F2534F;
}
.articlesArea .articlesList .articlesBox a {
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: block;
  height: 100%;
  background: #fff;
}
.articlesArea .articlesList .articlesBox a figure {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 70%;
}
.articlesArea .articlesList .articlesBox a figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.articlesArea .articlesList .articlesBox a .txtArea {
  padding: 20px 8px 10px 8px;
}
.articlesArea .articlesList .articlesBox a .txtArea .ttl {
  font-weight: 700;
  margin-bottom: 12px;
}

.companiesArea {
  background: #F6F5F0;
  padding: 60px 0 100px;
  counter-reset: number 0;
}
.companiesArea ul li a {
  display: flex;
  justify-content: space-between;
  padding: 12px;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  box-sizing: border-box;
  border-radius: 6px;
}
.companiesArea ul li .imgArea figure {
  width: 100%;
  padding-top: 70%;
  position: relative;
}
.companiesArea ul li .imgArea figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.companiesArea ul li .imgArea figure::before {
  counter-increment: number 1;
  content: counter(number) " ";
  line-height: 1;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  font-style: italic;
  padding: 4px 20px;
  font-size: 20px;
  color: #fff;
  background: #2B2B2B;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.companiesArea ul li .txtArea .name {
  font-weight: 700;
  margin-bottom: 12px;
}
.companiesArea ul li .txtArea .txt {
  font-size: 12px;
}

.usefulArea {
  padding: 60px 0 100px;
}
.usefulArea ul li {
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: block;
  height: 100%;
}
.usefulArea ul li figure {
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-top: 50.1748251748%;
}
.usefulArea ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}
.usefulArea ul li .txtArea {
  padding: 20px 8px 10px 8px;
}
.usefulArea ul li .txtArea .ttl {
  font-weight: 700;
}
.usefulArea ul li .txtArea .tag span {
  white-space: nowrap;
  display: inline-block;
  color: #A99F70;
  border: solid 1px #CFCAAF;
  font-size: 10px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
}
.usefulArea ul li .txtArea .txt {
  font-size: 12px;
  margin-bottom: 4px;
}
.usefulArea ul li .txtArea .link {
  line-height: 1.3em;
}
.usefulArea ul li .txtArea .link a {
  color: #A99F70;
  text-decoration: underline;
  font-size: 12px;
  word-wrap: break-word;
}

.seminarArea {
  background: #F6F5F0;
  padding: 60px 0 100px;
}
.seminarArea .seminarList .seminarBox a {
  padding: 12px;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  overflow: hidden;
  display: block;
  height: 100%;
  background: #fff;
}
.seminarArea .seminarList .seminarBox a .ttl {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 8px;
}
.seminarArea .seminarList .seminarBox a .tag {
  margin-bottom: 4px;
}
.seminarArea .seminarList .seminarBox a .tag span {
  display: inline-block;
  color: #A99F70;
  border: solid 1px #CFCAAF;
  font-size: 10px;
  line-height: 1;
  padding: 6px 12px;
  border-radius: 4px;
}
.seminarArea .seminarList .seminarBox a .time {
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 4px;
}
.seminarArea .seminarList .seminarBox a .lecturer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.seminarArea .seminarList .seminarBox a .lecturer figure {
  width: 34.456928839%;
}
.seminarArea .seminarList .seminarBox a .lecturer .txtArea {
  width: 62%;
}
.seminarArea .seminarList .seminarBox a .lecturer .txtArea p {
  font-size: 12px;
}
.seminarArea .seminarList .seminarBox a .lecturer .txtArea p.name {
  font-weight: 700;
}
.seminarArea .seminarList .seminarBox a .lecturer .txtArea p.company {
  color: #666666;
}
.seminarArea .seminarList .seminarBox a table {
  font-size: 12px;
  border-collapse: separate;
  border-spacing: 4px;
  line-height: 1.5em;
  text-align: left;
}
.seminarArea .seminarList .seminarBox a table th {
  background: #F6F5F0;
  padding: 6px 10px;
  white-space: nowrap;
  vertical-align: middle;
}
.seminarArea .seminarList .seminarBox a table td {
  padding: 6px 5px;
  vertical-align: middle;
}

.consultationArea {
  background: #F6F5F0;
  padding: 60px 0 100px;
}
.consultationArea ul {
  margin-bottom: 40px;
}
.consultationArea ul li figure {
  margin-bottom: 12px;
}
.consultationArea ul li p {
  font-weight: 700;
}

.applyArea {
  padding: 60px 0 100px;
}

.companyArea {
  background: #F6F5F0;
  padding: 60px 0 100px;
}
.companyArea .companyBox01 .txtArea .name {
  font-weight: 700;
}
.companyArea .companyBox01 .txtArea .tag span {
  display: inline-block;
  padding: 4px 10px;
  border: solid 1px #666;
  color: #666;
  background: #fff;
  border-radius: 6px;
}
.companyArea .companyBox01 .txtArea .tag span:not(:last-child) {
  margin-right: 20px;
}
.companyArea .companyBox03 {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  background: #fff;
  border-radius: 6px;
  box-sizing: border-box;
  padding: 20px;
}
.companyArea .companyBox03 table {
  width: 100%;
}
.companyArea .companyBox03 table tr:not(:last-child) th, .companyArea .companyBox03 table tr:not(:last-child) td {
  border-bottom: solid 1px #E3E3E3;
}
.companyArea .companyBox03 table tr th {
  width: 20%;
  white-space: nowrap;
}
.companyArea .companyBox03 table tr th, .companyArea .companyBox03 table tr td {
  text-align: left;
  font-weight: 400;
  padding: 10px;
}
.companyArea h3 {
  margin: 40px 0 20px;
  position: relative;
}
.companyArea h3 span {
  background: #F6F5F0;
  display: inline-block;
  padding: 5px 10px 5px 5px;
  font-weight: 700;
  font-size: 22px;
  position: relative;
  z-index: 10;
}
.companyArea h3::before {
  content: "";
  width: 100%;
  height: 1px;
  background: #CFCAAF;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
}

footer {
  background: #B05434;
  padding: 5px 0;
  text-align: center;
}
footer small {
  color: #fff;
  font-size: 12px;
}

@media screen and (min-width: 768px) {
  p {
    font-size: 16px;
  }
  header {
    padding: 10px 0;
  }
  header .inner03 .logo {
    width: 234px;
    margin-right: 20px;
  }
  header .inner03 .h_txt {
    font-size: 14px;
    color: #666666;
  }
  header .inner03 .h_txt2 {
    font-size: 14px;
    color: #666666;
    position: absolute;
    right: 20%;
  }

  .mvArea figure img {
    height: 500px;
  }
  .mvArea .inner02 h1 {
    height: 100%;
  }
  .mvArea.sec h1 {
    text-align: center;
  }
  .mvArea.sec figure img {
    height: 350px;
  }
  h2 {
    font-size: 38px;
  }
  .update .ttl {
    font-size: 16px;
  }
  .update ul li {
    display: flex;
  }
  .update ul li span.date {
    width: 140px;
  }
  .update ul li span.txt {
    width: calc(100% - 140px);
  }
  .purposeArea {
    padding: 50px 0 80px;
  }
  .purposeArea .inBox {
    display: flex;
    justify-content: space-between;
  }
  .purposeArea .inBox .txtArea {
    width: 64.4444444444%;
  }
  .purposeArea .inBox .imgArea {
    width: 33.3333333333%;
  }
  .featureArea {
    min-height: 45vw;
    padding: 10vw 0 15vw;
    background: #F6F5F0 url(../images/bg01.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .featureArea ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .featureArea ul li {
    width: 31%;
    max-width: 250px;
  }
  .featureArea ul li figure img {
    max-width: 200px;
  }
  .featureArea ul li p {
    font-size: 22px;
  }
  .reasonArea {
    padding: 80px 0;
  }
  .reasonArea h2 span.txt {
    display: inline-block;
    text-align: left;
  }
  .reasonArea .inBox {
    padding-top: 1px;
  }
  .reasonArea .inBox .imgArea {
    width: 55.5555555556%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  .reasonArea .inBox .txtArea {
    width: 55.5555555556%;
    box-sizing: border-box;
    margin: 130px 0 0 auto;
    padding: 24px;
    position: relative;
    z-index: 10;
  }
  .processArea ul {
    display: flex;
    justify-content: space-between;
  }
  .processArea ul li {
    width: 20%;
    position: relative;
  }
  .processArea ul li:not(:last-child) figure {
    position: relative;
  }
  .processArea ul li:not(:last-child) figure::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 3px #9B4633;
    border-right: solid 3px #9B4633;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -18%;
    margin-top: -7px;
  }
  .meritArea ul {
    display: flex;
    justify-content: space-between;
  }
  .meritArea ul li {
    width: 28%;
    max-width: 225px;
  }
  .articlesArea .tagList li a {
    padding: 10px 40px;
  }
  .articlesArea .articlesList {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 3.6666666667%;
         column-gap: 3.6666666667%;
  }
  .articlesArea .articlesList .articlesBox {
    width: 22.2222222222%;
  }
  .articlesArea .articlesList .articlesBox a .txtArea .txt {
    font-size: 12px;
  }
  .companiesArea ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    row-gap: 40px;
  }
  .companiesArea ul li {
    width: 47.5555555556%;
  }
  .companiesArea ul li .imgArea {
    width: 49.504950495%;
  }
  .companiesArea ul li .txtArea {
    width: 47.5247524752%;
  }
  .usefulArea ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 40px;
    -moz-column-gap: 2.2222222222%;
         column-gap: 2.2222222222%;
  }
  .usefulArea ul li {
    width: 31.7777777778%;
  }
  .usefulArea ul li .ttlArea {
    display: flex;
    margin-bottom: 10px;
  }
  .usefulArea ul li .tag {
    margin-right: 10px;
  }
  .seminarArea .seminarList {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2.2222222222%;
         column-gap: 2.2222222222%;
    row-gap: 40px;
  }
  .seminarArea .seminarList .seminarBox {
    width: 31.7777777778%;
  }
  .pageNav {
    display: none;
  }
  .consultationArea ul {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
  }
  .consultationArea ul li {
    width: 21%;
    position: relative;
  }
  .consultationArea ul li:not(:last-child) figure {
    position: relative;
  }
  .consultationArea ul li:not(:last-child) figure::before {
    content: "";
    width: 14px;
    height: 14px;
    border-top: solid 3px #9B4633;
    border-right: solid 3px #9B4633;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: -15%;
    margin-top: -7px;
  }
  .companyArea .companyBox01 {
    display: flex;
    justify-content: space-between;
  }
  .companyArea .companyBox01 figure {
    width: 35.5555555556%;
  }
  .companyArea .companyBox01 .txtArea {
    width: 60%;
  }
  .companyArea .companyBox01 .txtArea .name {
    font-size: 38px;
    margin-bottom: 20px;
  }
  .companyArea .companyBox02 {
    display: flex;
    justify-content: space-between;
  }
  .companyArea .companyBox02 figure {
    width: 22.2222222222%;
  }
  .companyArea .companyBox02 .txtArea {
    width: 75%;
  }
  .companyArea .companyBox03 table {
    font-size: 16px;
  }
  .vsp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  a {
    transition: opacity 0.4s linear 0s;
  }
  a:hover {
    opacity: 0.7;
  }
  .btn01 a {
    transition: background 0.4s linear 0s;
  }
  .btn01 a:hover {
    opacity: 1;
    background: #b33937;
  }
  .articlesArea .tagList li a {
    transition: background 0.4s linear 0s, color 0.4s linear 0s;
  }
  .articlesArea .tagList li a:hover {
    opacity: 1;
    background: #F2534F;
    color: #fff;
  }
  .usefulArea ul li {
    cursor: pointer;
    transition: opacity 0.4s linear 0s;
  }
  .usefulArea ul li:hover {
    opacity: 0.7;
  }
  .usefulArea ul li .link a:hover {
    opacity: 1;
  }
}
@media screen and (min-width: 1200px) {
  .mvArea figure img {
    height: 600px;
  }
  .mvArea.sec figure img {
    height: 400px;
  }
}
@media screen and (min-width: 1400px) {
  .mvArea figure img {
    height: 600px;
  }
}
@media screen and (max-width: 767px) {
  p {
    font-size: 14px;
  }
  header {
    padding: 10px 0;
  }
  header .inner03 {
    justify-content: space-between;
  }
  header .inner03 .logo {
    width: 46%;
  }
  header .inner03 .h_txt {
    width: 47%;
    font-size: 10px;
  }
  .pageNav {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
  }
  .pageNav .menu {
    display: inline-block;
    background: #F2534F;
    width: 72px;
    height: 38px;
    border-radius: 38px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.18);
  }
  .pageNav .menu.close p.open {
    display: none;
  }
  .pageNav .menu.close p.close {
    display: block;
  }
  .pageNav .menu p {
    color: #fff;
  }
  .pageNav .menu p.open {
    font-weight: 700;
    font-size: 14px;
  }
  .pageNav .menu p.close {
    display: none;
    width: 16px;
    height: 16px;
    position: relative;
  }
  .pageNav .menu p.close::before, .pageNav .menu p.close::after {
    content: "";
    width: 100%;
    height: 2px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 0;
  }
  .pageNav .menu p.close::before {
    transform: rotate(45deg);
  }
  .pageNav .menu p.close::after {
    transform: rotate(-45deg);
  }
  .pageNav .menuList {
    display: none;
    background: rgba(43, 43, 43, 0.9);
    position: absolute;
    bottom: 45px;
    right: 0;
  }
  .pageNav .menuList.on {
    display: block;
  }
  .pageNav .menuList li:not(:last-child) {
    border-bottom: solid 1px #fff;
  }
  .pageNav .menuList li a {
    display: block;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1.5em;
    color: #fff;
    padding: 12px 8px;
  }
  .pageNav .menuList li.sm a {
    font-size: 12px;
  }
  .mvArea figure img {
    height: 500px;
  }
  .mvArea .inner02 h1 {
    height: 350px;
    text-align: center;
  }
  .mvArea .inner02 h1 img {
    width: 100%;
  }
  .mvArea .btn01 {
    width: 90%;
    z-index: 10;
    position: absolute;
    bottom: 30px;
    left: 5%;
  }
  .mvArea.sec figure img {
    height: 300px;
  }
  .mvArea.sec .inner02 h1 {
    height: 100%;
    text-align: center;
  }
  .mvArea.sec .inner02 h1 img {
    width: 100%;
  }
  h2 {
    font-size: 26px;
  }
  .update .ttl {
    font-size: 14px;
  }
  .update ul li {
    font-size: 14px;
  }
  .update ul li span {
    display: block;
  }
  .update ul li span.txt {
    width: calc(100% - 12px);
    margin-left: auto;
  }
  .purposeArea {
    padding: 50px 0 10px;
  }
  .purposeArea .inBox {
    display: flex;
    flex-direction: column-reverse;
  }
  .purposeArea .inBox .imgArea {
    text-align: center;
    margin-bottom: 20px;
  }
  .purposeArea .inBox .imgArea img {
    max-width: 180px;
  }
  .featureArea {
    min-height: 250vw;
    padding: 27vw 0 40vw;
    background: #F6F5F0 url(../images/bg01_sp.jpg) no-repeat center center;
    background-size: 100% 100%;
  }
  .featureArea ul li {
    margin-top: 40px;
  }
  .featureArea ul li figure img {
    max-width: 200px;
  }
  .featureArea ul li p {
    font-size: 20px;
  }
  .reasonArea {
    padding: 60px 0 120px;
  }
  .reasonArea .inBox .imgArea {
    margin-bottom: 20px;
  }
  .reasonArea .inBox .txtArea {
    padding: 16px 12px;
  }
  .processArea ul {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 40px;
  }
  .processArea ul li {
    position: relative;
  }
  .processArea ul li p {
    font-size: 16px;
  }
  .processArea ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .processArea ul li:not(:last-child)::before {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: solid 3px #9B4633;
    border-right: solid 3px #9B4633;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -7px;
  }
  .meritArea ul {
    width: 100%;
    max-width: 225px;
    margin: 0 auto 40px;
  }
  .meritArea ul li {
    margin-bottom: 40px;
  }
  .meritArea ul li p {
    font-size: 16px;
  }
  .articlesArea .tagList {
    justify-content: center;
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .articlesArea .tagList li a {
    font-size: 12px;
    padding: 4px 24px;
  }
  .articlesArea .inner04 {
    width: 100%;
  }
  .articlesArea .articlesList .slick-list {
    padding-right: 30%;
  }
  .articlesArea .articlesList .slick-prev {
    left: auto;
    right: 68px;
  }
  .articlesArea .articlesList .slick-prev:before {
    transform: rotate(-135deg);
    left: 15px;
  }
  .articlesArea .articlesList .slick-next {
    right: 20px;
  }
  .articlesArea .articlesList .slick-next:before {
    transform: rotate(45deg);
    left: 12px;
  }
  .articlesArea .articlesList .slick-prev, .articlesArea .articlesList .slick-next {
    width: 38px;
    height: 38px;
    background: #fff;
    border: solid 1px #000;
    opacity: 1;
    border-radius: 50%;
    top: 20%;
    z-index: 50;
  }
  .articlesArea .articlesList .slick-prev:before, .articlesArea .articlesList .slick-next:before {
    content: "";
    opacity: 1;
    width: 6px;
    height: 6px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
  }
  .articlesArea .articlesList .slick-prev.slick-disabled, .articlesArea .articlesList .slick-next.slick-disabled {
    opacity: 0.2;
  }
  .articlesArea .articlesList .articlesBox {
    padding: 8px;
  }
  .articlesArea .articlesList .articlesBox a figure img {
    width: 100%;
  }
  .articlesArea .articlesList .articlesBox a .txtArea .txt {
    font-size: 12px;
  }
  .companiesArea ul li:not(:last-child) {
    margin-bottom: 12px;
  }
  .companiesArea ul li .imgArea {
    width: 44.1176470588%;
  }
  .companiesArea ul li .txtArea {
    width: 51.4705882353%;
  }
  .usefulArea ul li {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
  .usefulArea ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .usefulArea ul li figure {
    width: 43.4782608696%;
    padding-top: 0;
    border-radius: 0;
  }
  .usefulArea ul li .txtArea {
    width: 52.1739130435%;
    padding: 0;
  }
  .usefulArea ul li .txtArea .txt, .usefulArea ul li .txtArea .link {
    display: none;
  }
  .usefulArea ul li .txtArea .tag {
    margin-bottom: 4px;
  }
  .seminarArea .inner04 {
    width: 100%;
  }
  .seminarArea .seminarList {
    margin-top: 60px;
  }
  .seminarArea .seminarList .slick-list {
    padding-right: 30%;
  }
  .seminarArea .seminarList .slick-prev {
    left: auto;
    right: 68px;
  }
  .seminarArea .seminarList .slick-prev:before {
    transform: rotate(-135deg);
    left: 15px;
  }
  .seminarArea .seminarList .slick-next {
    right: 20px;
  }
  .seminarArea .seminarList .slick-next:before {
    transform: rotate(45deg);
    left: 12px;
  }
  .seminarArea .seminarList .slick-prev, .seminarArea .seminarList .slick-next {
    width: 38px;
    height: 38px;
    background: #fff;
    border: solid 1px #000;
    opacity: 1;
    border-radius: 50%;
    top: -25px;
    z-index: 50;
  }
  .seminarArea .seminarList .slick-prev:before, .seminarArea .seminarList .slick-next:before {
    content: "";
    opacity: 1;
    width: 6px;
    height: 6px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    position: absolute;
    top: 50%;
    margin-top: -3px;
  }
  .seminarArea .seminarList .slick-prev.slick-disabled, .seminarArea .seminarList .slick-next.slick-disabled {
    opacity: 0.2;
  }
  .seminarArea .seminarList .seminarBox {
    padding: 8px;
  }
  .consultationArea ul {
    width: 100%;
    max-width: 220px;
    margin: 40px auto;
  }
  .consultationArea ul li {
    position: relative;
  }
  .consultationArea ul li p {
    font-size: 16px;
  }
  .consultationArea ul li:not(:last-child) {
    margin-bottom: 40px;
  }
  .consultationArea ul li:not(:last-child)::before {
    content: "";
    width: 14px;
    height: 14px;
    border-bottom: solid 3px #9B4633;
    border-right: solid 3px #9B4633;
    transform: rotate(45deg);
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -7px;
  }
  .companyArea .companyBox01 figure {
    margin-bottom: 20px;
  }
  .companyArea .companyBox01 .txtArea .name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .companyArea .companyBox02 figure {
    margin-bottom: 10px;
  }
  .companyArea .companyBox03 table {
    font-size: 14px;
  }
  .companyArea .companyBox03 table tr th {
    padding-left: 0;
  }
  .vpc {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .mvArea figure img {
    height: 300px;
  }
  .mvArea .inner02 h1 {
    height: 230px;
  }
}