@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;900&display=swap");
/* ===============================================================================
Reset
=============================================================================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
span.jumtei {
  font-weight: 900; 
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html,
body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  line-height: 1.5;
  color: #000;
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 14px;
  }
}

body {
  background: #f9dc30;
}

#page-wrap {
}
.page-inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  #page-wrap {
  }
  .page-inner {
    width: auto;
  }
}

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

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.clear-fix::after {
  content: "";
  display: block;
  clear: both;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

/* ===============================================================================
Header
=============================================================================== */
.header-area .logo {
  position: absolute;
  top: 50px;
  left: 46px;
  width: 171px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  .header-area .logo {
    top: 5vw;
    left: 5.47vw;
    width: 23.7vw;
  }
  .header-area .logo img {
    width: 100%;
  }
}

/* ===============================================================================
Footer
=============================================================================== */
.footer-area {
  padding-bottom: 30px;
}

.footer-area .text {
  text-align: center;
}

.footer-area .text p {
  font-size: 0.875rem;
  /* font-weight: bold; */
  letter-spacing: 0.08em;
}

.footer-area .text p:not(:last-child) {
  margin-bottom: 10px;
}
.footer-area .link {
  margin-bottom: 60px;
}
.footer-area .link img {
  max-width: 100%;
  height: auto;
}
.footer-area .link a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .footer-area {
    padding-bottom: 4.69vw;
  }
  .footer-area .text p {
    font-size: 2.4vw;
    letter-spacing: -0.04em;
  }
  .footer-area .text p:not(:last-child) {
    margin-bottom: 0.78vw;
  }
  .footer-area .link img {
    max-width: 90%;
    height: auto;
  }
}

/* ===============================================================================
LP
=============================================================================== */
/* lp-section
========================= */
/* lp-sec-1 */
span.juntei{
  font-weight: bolder;
}

.lp-sec-1 {
  background: url("../img/contents_bg01.png") no-repeat center top/100% auto;
  overflow: hidden;
  padding: 51px 0 0;
  position: relative;
  margin-bottom: 120px;
  min-width: 1200px;
  background-size: cover;
  background-position: center;
}

.lp-sec-1::after {
  position: absolute;
  content: "";
  display: block;
  top: 430px;
  left: 0;
  height: 2600px;
  width: 100%;
  background: -webkit-linear-gradient(top, rgba(249, 220, 48, 0),#f9dc30 34%, #f9dc30);
  background: linear-gradient(180deg, rgba(249, 220, 48, 0),#f9dc30 34%, #f9dc30);
}

.lp-sec-1 .blks-1 {
  position: relative;
  z-index: 1;
  margin-bottom: 82px;
}

.lp-sec-1 .blks-1 .heading {
  width: 945px;
  margin: 0 auto;
}

.lp-sec-1 .blks-1 .text {
  font-size: 1.438rem;
  letter-spacing: 0.04em;
  line-height: 1;
  /* font-weight: bold; */
  text-align: center;
}

.lp-sec-1 .blks-1 .text p:not(:last-child) {
  margin-bottom: 26px;
}

.lp-sec-1 .blks-1 .text p > span {
  display: block;
  margin-bottom: 7px;
}

.lp-sec-1 .blks-1 .text p > span span {
  display: inline-block;
  background: #fff;
  padding: 8px 18px;
}

.lp-sec-1 .blks-2 {
  position: relative;
  z-index: 1;
  width: 637px;
  margin: 0 auto;
  text-align: justify;
  line-height: 2;
}

.lp-sec-1 .blks-2 .heading {
  margin-bottom: 26px;
}

.lp-sec-1 .blks-2 .heading img {
  display: block;
}

.lp-sec-1 .blks-2 .list {
  margin: 0 2px;
}

.lp-sec-1 .blks-2 .list li {
  font-size: 1.313rem;
  /* font-weight: bold; */
}

.lp-sec-1 .blks-2 .list li:not(:last-child) {
  margin-bottom: 10px;
}

.lp-sec-1 .blks-2 .list li span {
  margin-right: 1em;
}

@media screen and (max-width: 767px) {
  .lp-sec-1 {
    background: url("../img/contents_bg01_sp.png") no-repeat center top/100%
      auto;
    padding: 4.38vw 0 0;
    margin-bottom: 13.13vw;
    min-width: auto;
  }
  .lp-sec-1::after {
    top: 113.44vw;
    height: 44.69vw;
    background: -webkit-linear-gradient(top, rgba(249, 220, 48, 0),#f9dc30);
    background: linear-gradient(180deg, rgba(249, 220, 48, 0),#f9dc30);
  }
  .lp-sec-1 .blks-1 {
    margin-bottom: 12.19vw;
  }

  .lp-sec-1 .blks-1 .heading {
    width: 100.63vw;
    margin: 0 0 5vw 0.47vw;
  }
  .lp-sec-1 .blks-1 .heading img {
    width: 100%;
  }
  .lp-sec-1 .blks-1 .text {
    font-size: 3.73vw;
  }
  .lp-sec-1 .blks-1 .text p:not(:last-child) {
    margin-bottom: 4.06vw;
  }
  .lp-sec-1 .blks-1 .text p > span {
    margin-bottom: 1.09vw;
  }
  .lp-sec-1 .blks-1 .text p > span span {
    padding: 1.25vw 2.81vw;
  }
  .lp-sec-1 .blks-2 {
    width: 91.41vw;
  }
  .lp-sec-1 .blks-2 .heading {
    margin-bottom: 4.69vw;
  }
  .lp-sec-1 .blks-2 .heading img {
    width: 100%;
  }
  .lp-sec-1 .blks-2 .list {
    margin: 0 6.25vw;
  }
  .lp-sec-1 .blks-2 .list li {
    font-size: 3.73vw;
    line-height: 1.643;
  }
  .lp-sec-1 .blks-2 .list li:not(:last-child) {
    margin-bottom: 2.63vw;
  }
  .lp-sec-1 .blks-2 .list li span {
    display: block;
  }
}
/* lp-sec-2 */
.lp-sec-2 {
  margin-bottom: 106px;
}

.lp-sec-2 .blks-1 {
  width: 1116px;
  margin: 0 auto;
}

.lp-sec-2 .blks-1 .heading {
  margin: 0 0 -20px -24px;
  position: relative;
}

.lp-sec-2 .blks-1 .heading img {
  display: block;
}

.lp-sec-2 .blks-1 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.lp-sec-2 .blks-1 .col2__lt {
  width: 527px;
  margin: 10px 0 0 3px;
}

.lp-sec-2 .blks-1 .col2__rt {
  width: 557px;
}

.lp-sec-2 .blks-1 .image {
  width: 100%;
  height: 362px;
}

.lp-sec-2 .blks-1 .image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.lp-sec-2 .blks-1 .text {
  font-size: 1.125rem;
  line-height: 2.139;
  letter-spacing: -0.02em;
}

.lp-sec-2 .blks-1 .text p:not(:last-child) {
  margin-bottom: 1em;
}

.lp-sec-2 .blks-1 .text p em {
  color: #f93e26;
}

@media screen and (max-width: 767px) {
  .lp-sec-2 {
    margin-bottom: 16.25vw;
  }
  .lp-sec-2 .blks-1 {
    width: 93.91vw;
  }
  .lp-sec-2 .blks-1 .heading {
    margin: 0 0 4.69vw 0;
  }
  .lp-sec-2 .blks-1 .heading img {
    width: 100%;
  }
  .lp-sec-2 .blks-1 .col2 {
    display: block;
    width: 82.97vw;
    margin: 0 auto;
  }
  .lp-sec-2 .blks-1 .col2__lt {
    width: auto;
    margin: 0 0 5.94vw;
  }
  .lp-sec-2 .blks-1 .col2__rt {
    width: auto;
  }
  .lp-sec-2 .blks-1 .image {
    height: 46.72vw;
  }
  .lp-sec-2 .blks-1 .text {
    font-size: 3.73vw;
    line-height: 2.018;
    letter-spacing: -0.04em;
  }
  .lp-sec-2 .blks-1 .text p:not(:last-child) {
    margin-bottom: 2.32vw;
  }
}

/* lp-sec-3 */
.lp-sec-3 {
  margin-bottom: 100px;
}

.lp-sec-3 .blks-1 {
  width: 1116px;
  margin: 0 auto;
}

.lp-sec-3 .blks-1 .col2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-sec-3 .blks-1 .col2__lt {
  width: 599px;
}

.lp-sec-3 .blks-1 .col2__rt {
  width: 418px;
  margin-top: 29px;
}

.lp-sec-3 .blks-1 .heading {
  margin: 0 0 32px -24px;
  position: relative;
}

.lp-sec-3 .blks-1 .heading img {
  display: block;
}

.lp-sec-3 .blks-1 .group {
  margin-left: 87px;
}

.lp-sec-3 .blks-1 .text {
  font-size: 1.465rem;
  /* font-weight: bold; */
  letter-spacing: 0.04em;
  margin-bottom: 17px;
}

.lp-sec-3 .blks-1 .text-2 {
  font-size: 1.125rem;
  line-height: 2.138;
  /* font-weight: bold; */
  letter-spacing: 0.02em;
}

.lp-sec-3 .blks-1 .box {
  border: solid 3px #221815;
  background: #fff;
  padding: 29px 0 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-sec-3 .blks-1 .box__lt {
  width: 151px;
}

.lp-sec-3 .blks-1 .box__rt {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.lp-sec-3 .blks-1 .heading-2 {
  width: 1em;
  margin: 0 auto;
  font-size: 2rem;
  line-height: 1.1;
  font-weight: bold;
  text-align: center;
}

.lp-sec-3 .blks-1 .list li {
  margin-bottom: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: bold;
  font-size: 1.063rem;
  color: #f93e26;
}

.lp-sec-3 .blks-1 .list li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: #f93e26;
  color: #fff;
  margin-right: 13px;
}

@media screen and (max-width: 767px) {
  .lp-sec-3 {
    margin-bottom: 19.53vw;
  }
  .lp-sec-3 .blks-1 {
    width: 93.91vw;
  }
  .lp-sec-3 .blks-1 .col2 {
    display: block;
  }
  .lp-sec-3 .blks-1 .col2__lt {
    width: 93.91vw;
    margin-bottom: 5vw;
  }
  .lp-sec-3 .blks-1 .col2__rt {
    width: 83.91vw;
    margin: 0 auto;
  }
  .lp-sec-3 .blks-1 .heading {
    margin: 0 0 5.63vw;
  }
  .lp-sec-3 .blks-1 .heading img {
    width: 100%;
  }
  .lp-sec-3 .blks-1 .group {
    margin-left: 0;
  }
  .lp-sec-3 .blks-1 .text {
    width: 83.59vw;
    box-sizing: border-box;
    margin: 0 auto;
    font-size: 3.73vw;
    letter-spacing: -0.04em;
    padding-left: 0.31vw;
  }
  .lp-sec-3 .blks-1 .text-2 {
    font-size: 3.73vw;
    line-height: 2.009;
    letter-spacing: -0.04em;
  }
  .lp-sec-3 .blks-1 .box {
    margin-bottom: 4.38vw;
    border: solid 0.78vw #221815;
    padding: 6.25vw 0 5.47vw;
  }
  .lp-sec-3 .blks-1 .box__lt {
    width: 31.88vw;
  }
  .lp-sec-3 .blks-1 .heading-2 {
    font-size: 6.85vw;
    line-height: 1.05;
  }
  .lp-sec-3 .blks-1 .list li {
    margin-bottom: 1.25vw;
    font-size: 3.73vw;
  }
  .lp-sec-3 .blks-1 .list li span {
    width: 5.86vw;
    height: 6.13vw;
    margin-right: 2.5vw;
  }
}

/* lp-sec-4 */
.lp-sec-4 {
  margin-bottom: 221px;
}

.lp-sec-4 .blks-1 {
  width: 1114px;
  margin: 0 auto;
  position: relative;
}

.lp-sec-4 .blks-1 + .blks-1 {
  margin-top: 110px;
}

.lp-sec-4 .blks-1 .col2 {
  border: solid 4px #221815;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-sec-4 .blks-1 .col2__lt {
  width: 375px;
  min-height: 513px;
  position: relative;
}

.lp-sec-4 .blks-1 .col2__lt._type-2 {
  min-height: 530px;
}

.lp-sec-4 .blks-1 .col2__lt._type-3 {
  min-height: 630px;
}

.lp-sec-4 .blks-1 .col2__rt {
  width: 731px;
  box-sizing: border-box;
  background: #fff;
  padding: 41px 39px 53px;
}

.lp-sec-4 .blks-1 .heading {
  margin: 0 0 -43px -26px;
  position: relative;
  z-index: 1;
}

.lp-sec-4 .blks-1 .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.lp-sec-4 .blks-1 .image img {
  object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}

.lp-sec-4 .blks-1 .text {
  font-size: 1.125rem;
  line-height: 2.083;
  text-align: justify;
  letter-spacing: -0.02em;
}

.lp-sec-4 .blks-1 .text p:not(:last-child) {
  margin-bottom: 23px;
}

.lp-sec-4 .blks-1 .text p em {
  color: #f93e26;
}

.lp-sec-4 .blks-1 .col3 {
  position: absolute;
  bottom: -32px;
  right: -18px;
  width: 696px;
  border: solid #221815;
  border-width: 4px 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lp-sec-4 .blks-1 .col3__col {
  width: 231px;
  height: 54px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: solid #221815;
  border-width: 0 2px;
}

.lp-sec-4 .blks-1 .col3__col._type-2 {
  width: 222px;
  background: #0288ad;
}

.lp-sec-4 .blks-1 .heading-2 {
  font-size: 1.109rem;
  font-weight: bold;
  line-height: 1.822;
  letter-spacing: -0.06em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lp-sec-4 .blks-1 .heading-2 img {
  width: 106px;
  margin-left: 8px;
}

.lp-sec-4 .blks-1 .link {
  font-size: 1.25rem;
  line-height: 1.347;
  letter-spacing: 0.04em;
  font-weight: bold;
}

.lp-sec-4 .blks-1 .link span {
  font-size: 1.5rem;
  letter-spacing: 0.02em;
  margin-right: 5px;
}

.lp-sec-4 .blks-1 .link a {
  display: inline-block;
  padding-right: 20px;
  background: url("../img/contents_arr01.png") no-repeat right center/17px auto;
}

.lp-sec-4 .blks-1 .link a:hover {
  opacity: 0.6;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .lp-sec-4 {
    margin-bottom: 17.66vw;
  }
  .lp-sec-4 .blks-1 {
    width: 92.03vw;
  }
  .lp-sec-4 .blks-1 + .blks-1 {
    margin-top: 17.19vw;
  }
  .lp-sec-4 .blks-1 .col2 {
    border: solid 0.78vw #221815;
    display: block;
  }
  .lp-sec-4 .blks-1 .col2__lt {
    width: auto;
    min-height: 1px;
  }
  .lp-sec-4 .blks-1 .col2__lt._type-2 {
    min-height: 1px;
  }
  .lp-sec-4 .blks-1 .col2__lt._type-3 {
    min-height: 1px;
  }
  .lp-sec-4 .blks-1 .col2__rt {
    width: auto;
    padding: 6.25vw 7.19vw 8.59vw;
  }
  .lp-sec-4 .blks-1 .heading {
    margin: 0 0 -5.94vw -2.34vw;
  }
  .lp-sec-4 .blks-1 .heading img {
    width: 100%;
  }
  .lp-sec-4 .blks-1 .heading._type-1 {
    width: 70.63vw;
  }
  .lp-sec-4 .blks-1 .heading._type-2 {
    width: 70.63vw;
  }
  .lp-sec-4 .blks-1 .heading._type-3 {
    width: 70.63vw;
  }
  .lp-sec-4 .blks-1 .heading._type-4 {
    width: 70.63vw;
  }
  .lp-sec-4 .blks-1 .heading._type-5 {
    width: 86.88vw;
  }
  .lp-sec-4 .blks-1 .heading._type-6 {
    width: 86.88vw;
  }
  .lp-sec-4 .blks-1 .heading._type-7 {
    width: 86.88vw;
  }
  .lp-sec-4 .blks-1 .heading._type-8 {
    width: 86.88vw;
  }
  .lp-sec-4 .blks-1 .image {
    position: static;
    height: 58.91vw;
  }
  .lp-sec-4 .blks-1 .text {
    font-size: 3.73vw;
    line-height: 2.018;
    letter-spacing: -0.04em;
  }
  .lp-sec-4 .blks-1 .text p:not(:last-child) {
    margin-bottom: 2.66vw;
  }
  .lp-sec-4 .blks-1 .col3 {
    position: static;
    width: auto;
    border-width: 0 0.78vw 0.78vw;
    display: block;
    background: #fff;
  }
  .lp-sec-4 .blks-1 .col3::after {
    clear: both;
    display: block;
    content: "";
  }
  .lp-sec-4 .blks-1 .col3__col {
    float: right;
    width: 60%;
    box-sizing: border-box;
    border: none;
    height: 13.28vw;
  }
  .lp-sec-4 .blks-1 .col3__col._type-2 {
    width: 40%;
    height: 26.56vw;
    float: left;
    border-right: solid #221815 0.78vw;
  }
  .lp-sec-4 .blks-1 .col3__col:nth-child(2) {
    border-bottom: solid #221815 0.39vw;
  }
  .lp-sec-4 .blks-1 .col3__col:nth-child(3) {
    border-top: solid #221815 0.39vw;
  }
  .lp-sec-4 .blks-1 .heading-2 {
    font-size: 4.13vw;
    line-height: 1;
    display: block;
  }
  .lp-sec-4 .blks-1 .heading-2 img {
    display: block;
    width: 24.49vw;
    margin: 0.78vw 0 0;
  }
  .lp-sec-4 .blks-1 .link {
    font-size: 4.47vw;
  }
  .lp-sec-4 .blks-1 .link span {
    font-size: 5.59vw;
    margin-right: 0.63vw;
  }
  .lp-sec-4 .blks-1 .link a {
    padding-right: 5.16vw;
    background: url("../img/contents_arr01.png") no-repeat right center/3.9vw
      auto;
  }
  .lp-sec-4 .blks-1 .link a:hover {
    opacity: 0.6;
    text-decoration: none;
  }
}

/* lp-sec-5 */
.lp-sec-5 {
  margin-bottom: 117px;
}

.lp-sec-5 .blks-1 {
  width: 1117px;
  margin: 0 auto;
}

.lp-sec-5 .blks-1 .heading {
  text-align: center;
  margin-bottom: 38px;
}

.lp-sec-5 .blks-1 .heading img {
  display: inline-block;
}

.lp-sec-5 .blks-1 .heading-2 {
  text-align: center;
  margin-bottom: 34px;
}

.lp-sec-5 .blks-1 .heading-2 a {
  display: inline-block;
}

.lp-sec-5 .blks-1 .heading-2 a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lp-sec-5 .blks-1 .heading-2__main {
  margin-bottom: 13px;
}

.lp-sec-5 .blks-1 .heading-2__main img {
  display: inline-block;
}

.lp-sec-5 .blks-1 .heading-2__sub {
  font-size: 1.813rem;
  /* font-weight: bold; */
}

.lp-sec-5 .blks-1 .link {
  width: fit-content;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  vertical-align: middle;
  border-bottom: 2px solid #000;
}
.lp-sec-5 .blks-1 .link::after {
  content: "";
  width: 33px;
  height: 45px;
  display: inline-block;
  vertical-align: middle;
  background: url("../img/contents_arr01.png") no-repeat right center/17px auto;
}
.lp-sec-5 .blks-1 .list li a:hover .link {
  border: none;
}
.lp-sec-5 .blks-1 .list li a:hover .image {
  opacity: 0.6;
}
.lp-sec-5 .blks-1 .text {
  text-align: center;
  /* font-weight: bold; */
  font-size: 1.125rem;
  line-height: 2.083;
  margin-bottom: 72px;
}

.lp-sec-5 .blks-1 .text a {
  display: block;
}

.lp-sec-5 .blks-1 .text a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lp-sec-5 .blks-1 .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lp-sec-5 .blks-1 .list li {
  width: 337px;
  margin: 66px 53px 0 0;
}

.lp-sec-5 .blks-1 .list li:nth-child(3n) {
  margin-right: 0;
}

.lp-sec-5 .blks-1 .list li:nth-child(-n + 3) {
  margin-top: 0;
}

.lp-sec-5 .blks-1 .list li a:hover {
  opacity: 0.6;
  text-decoration: none;
}

.lp-sec-5 .blks-1 .image {
  margin-bottom: 10px;
}

.lp-sec-5 .blks-1 .text-2 {
  text-align: center;
  font-size: 1.438rem;
  /* font-weight: bold; */
}

@media screen and (max-width: 767px) {
  .lp-sec-5 {
    margin-bottom: 12.5vw;
  }
  .lp-sec-5 .blks-1 {
    width: auto;
  }
  .lp-sec-5 .blks-1 .heading {
    margin-bottom: 7.19vw;
  }
  .lp-sec-5 .blks-1 .heading img {
    width: 94.38vw;
  }
  .lp-sec-5 .blks-1 .heading-2 {
    margin-bottom: 4.06vw;
  }
  .lp-sec-5 .blks-1 .heading-2__main {
    margin-bottom: 0.94vw;
  }
  .lp-sec-5 .blks-1 .heading-2__main img {
    width: 83.28vw;
  }
  .lp-sec-5 .blks-1 .heading-2__sub {
    font-size: 4.28vw;
  }
  .lp-sec-5 .blks-1 .text {
    font-size: 3.73vw;
    line-height: 2.018;
    letter-spacing: -0.04em;
    text-align: justify;
    width: 83.13vw;
    margin: 0 auto 10.16vw;
  }
  .lp-sec-5 .blks-1 .list {
    width: 84.06vw;
    margin: 0 auto;
  }
  .lp-sec-5 .blks-1 .list li {
    width: 45.72%;
    margin: 6.25vw 8.56% 0 0;
  }
  .lp-sec-5 .blks-1 .list li:nth-child(3n) {
    margin-right: 8.56%;
  }
  .lp-sec-5 .blks-1 .list li:nth-child(-n + 3) {
    margin-top: 6.25vw;
  }
  .lp-sec-5 .blks-1 .list li:nth-child(2n) {
    margin-right: 0;
  }
  .lp-sec-5 .blks-1 .list li:nth-child(-n + 2) {
    margin-top: 0;
  }
  .lp-sec-5 .blks-1 .image {
    margin-bottom: 0.63vw;
    position: relative;
  }
  .lp-sec-5 .blks-1 .image::after {
    position: absolute;
    content: "";
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: solid 0.63vw #231f20;
  }
  .lp-sec-5 .blks-1 .image img {
    width: 100%;
  }
  .lp-sec-5 .blks-1 .text-2 {
    text-align: left;
    font-size: 3.73vw;
    letter-spacing: -0.04em;
    width: 42.19vw;
  }
  .lp-sec-5 .blks-1 .link {
    font-size: 3.2vw;
    width: auto;
    justify-content: left;
    position: relative;
  }
  .lp-sec-5 .blks-1 .link::after {
    content: "";
    width: 12px;
    height: 20px;
    display: inline-block;
    position: absolute;
    right: 0;
    vertical-align: middle;
    background: url("../img/contents_arr01.png") no-repeat right center/8px auto;
  }
}


/* ===============================================================================
追加更新
=============================================================================== */

.blks-2 strong{
  font-size: 120%;
    background-color: white;
    padding: 0.2rem 0.5rem;
    margin-bottom: 0.5rem;
    display: inline-block;}

.heading_company{
  margin: 0 auto;
    display: table;
}

p.company {
  text-align: center;
  margin: 2rem;
}

.company_list li{
  margin: 0.5rem 1rem 0.5rem 3.5rem;
  width: 520px;
  float: left;
}

.company_list li span{
  background-color: #0288ad;
  padding: 0.1rem 0.5rem;
  color: white;
  font-size: 80%;
  margin-right: 0.5rem;
  border-radius: 3px;
}
.company_list li a {
  font-weight: bold;
  font-size: 130%;
  position: relative;
  top: 2px;
  line-height: 2;
}
.company_list li a .material-icons{
  top: 3px;
  font-size: 20px;
  position: relative;
  margin-left: 0.5rem;
}


div.company_slide{
  width: 100%;
  margin: 2rem auto;
  clear:both;
}

.slick-dotted.slick-slider {
  margin-bottom: 100px!important;
}

@media screen and (max-width: 767px) {
  .company_list li {
    margin: 0.5rem 1rem 0.5rem 1.5rem;
    width: auto;
    float: none;
}
div.company_slide {
  width: 80%;
}
}

.finish{background-color:#bbb!important;}
span.small{font-size:1rem!important;}