@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

/*--------------viwpoint--------*/
/*--------------color--------*/
/*--------------fonts--------*/
/*--------------mixins--------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 1.4rem;
  line-height: 2.8rem;
  color: #444444;
}

a {
  text-decoration: none;
  color: #1C439A;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
a:hover {
  color: #1C439A;
  text-decoration: none;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.text-black {
  color: #444444;
}

.text-underline {
  text-decoration: underline;
}

.text-center {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .sp-pc.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-pc.pc {
    display: none;
  }
}

header.header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  top: 0;
  z-index: 9999;
  padding: 0 20px;
}
header.header .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  min-height: 80px;
}
header.header .inner .logo {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
}
header.header .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header.header .inner .contact {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  width: 100%;
  max-width: 200px;
  min-height: 40px;
  margin: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 20px;
}
header.header .inner .contact:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
header.header .inner .contact.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
header.header .inner .contact.white::after {
  background-color: #D41917;
  color: #fff;
}
header.header .inner .contact.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
header.header .inner .contact.blue::after {
  background-color: #fff;
  color: #1C439A;
}
header.header .inner .contact.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
header.header .inner .contact::after {
  display: none;
}

.drawer-nav {
  width: 100%;
  z-index: 3;
  z-index: 9998;
  background-color: #fff;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.drawer-nav .drawer-menu {
  max-width: 100%;
}
.drawer--right .drawer-nav {
  right: -100%;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.drawer--right.drawer-open .drawer-hamburger {
  right: 0;
}

.container {
  padding-right: 0px;
  padding-left: 0px;
  max-width: 100%;
}
.container .row {
  margin-left: -10px;
  margin-right: -10px;
}
.container .row .col {
  padding-left: 10px;
  padding-right: 10px;
}

.wrap-breadcrumb {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  margin: 0 auto;
  list-style: none;
  margin-bottom: 20px;
}
.wrap-breadcrumb .breadcrumb:nth-child(n+2) {
  margin-left: 6px;
}
.wrap-breadcrumb .breadcrumb:nth-child(n+2):before {
  content: ">";
  margin-right: 6px;
}
.wrap-breadcrumb a {
  color: #444444;
}

.contents-wrap {
  width: 100%;
  overflow: hidden;
  padding-top: 80px;
  margin-top: -80px;
  background-image: url(assets/img/bg-kv.svg);
  background-repeat: no-repeat;
  background-size: 150%;
  background-position: right 120% top;
}
@media screen and (min-width: 768px) {
  .contents-wrap {
    background-size: 1079px;
    background-position: right -350px top -280px;
  }
}
.contents-wrap .main-content {
  width: 100%;
}
.contents-wrap .main-content section.section-content {
  max-width: 100%;
}
.contents-wrap .main-content section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap .main-content section.section-content.gray {
  background-color: #F5F5F5;
}
.contents-wrap .main-content section.section-content.kv {
  padding-top: 20px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner {
    background-image: url(assets/img/kv.svg);
    background-repeat: no-repeat;
    background-size: 55%;
    background-position: top 40px right;
  }
}
.contents-wrap .main-content section.section-content.kv .inner > .head {
  font-weight: bold;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner > .head {
    font-size: 4rem;
    line-height: 6rem;
  }
}
.contents-wrap .main-content section.section-content.kv .inner > .head span.red {
  color: #D41917;
}
.contents-wrap .main-content section.section-content.kv .inner > .head span.mid {
  font-size: 3.4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner > .head span.mid {
    font-size: 4.4rem;
  }
}
.contents-wrap .main-content section.section-content.kv .inner > .head span.big {
  font-size: 3.9rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner > .head span.big {
    font-size: 6rem;
  }
}
.contents-wrap .main-content section.section-content.kv .inner .img {
  margin-top: 30px;
}
.contents-wrap .main-content section.section-content.kv .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.kv .inner .text {
  font-size: 1.2rem;
  margin-top: 10px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner .text {
    font-size: 1.6rem;
  }
}
.contents-wrap .main-content section.section-content.kv .inner .cta > .head {
  display: block;
  color: #D41917;
  margin-top: 30px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner .cta > .head {
    width: 100%;
    max-width: 400px;
  }
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 320px;
  margin-top: 16px;
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.kv .inner .cta .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.kv .inner .cta .button {
    max-width: 400px;
    margin-right: auto;
    margin-left: 0;
  }
}
.contents-wrap .main-content section.section-content.reason {
  padding-top: 60px;
  padding-bottom: 80px;
}
.contents-wrap .main-content section.section-content.reason > .inner > .head {
  position: relative;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10px;
}
.contents-wrap .main-content section.section-content.reason > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.reason > .inner > .head {
    font-size: 2.5rem;
    line-height: 3.8rem;
  }
}
.contents-wrap .main-content section.section-content.reason > .inner > .head span.red {
  color: #D41917;
}
.contents-wrap .main-content section.section-content.reason > .inner > .head span.big {
  font-size: 3.2rem;
}
.contents-wrap .main-content section.section-content.reason > .inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col .img {
  max-width: 340px;
  margin: 0 auto;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col .head {
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col .head span.red {
  color: #D41917;
}
.contents-wrap .main-content section.section-content.reason > .inner .row .col .text {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.about {
  padding-top: 60px;
  background-image: url(assets/img/bg-about.svg);
  background-repeat: no-repeat;
  background-size: 350px;
  background-position: right 100px bottom;
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .head {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 0 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .head {
    font-size: 1.8rem;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text {
  font-weight: bold;
  font-size: 2.3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text {
    font-size: 3rem;
    line-height: 4.6rem;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text .big {
  font-size: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text .big {
    font-size: 4.2rem;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text .color {
  color: #AD2E2A;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col > .text .color {
    font-size: 4.2rem;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row {
    margin-top: -20px;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row .col {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row .col .inner {
  border-bottom: 1px solid #444444;
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row .col .inner .head {
  font-size: 1.7rem;
  font-weight: bold;
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row .col .inner .text {
  font-size: 3.2rem;
  line-height: 6.2rem;
  margin-top: 20px;
  font-weight: bold;
}
.contents-wrap .main-content section.section-content.about > .inner.primary > .row > .col .row .col .inner .text span {
  font-size: 6.7rem;
  color: #AD2E2A;
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point {
  border-radius: 3px;
  border: 2px solid #C8272B;
  margin-top: 70px;
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point > .head {
  color: #fff;
  border-radius: 3px;
  background-color: #C8272B;
  text-align: center;
  padding: 10px;
  max-width: 260px;
  margin: 0 auto;
  margin-top: -24px;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col {
    border-right: 1px solid #F5F5F5;
    margin-bottom: 20px;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .head {
  font-size: 2rem;
  font-weight: bold;
  color: #D41917;
  margin-top: 20px;
  padding-left: 70px;
  position: relative;
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .head span {
  position: absolute;
  left: 0;
  top: 10px;
  font-size: 4.3rem;
  font-weight: bold;
}
.contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .text {
  margin-top: 16px;
  padding-bottom: 36px;
  border-bottom: 1px solid #F5F5F5;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .text {
    padding-bottom: 0;
    border-bottom: none;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.secondary {
  padding-bottom: 80px;
  min-height: 600px;
}
.contents-wrap .main-content section.section-content.about > .inner.secondary .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 60px;
  padding-top: 65%;
  background-image: url(assets/img/about01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.secondary .img {
    position: absolute;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    min-height: 520px;
    left: 0;
    width: 50vw;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.secondary .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.about > .inner.secondary .head {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.secondary .head {
    margin-left: calc(50% + 30px);
    padding-top: 120px;
  }
}
.contents-wrap .main-content section.section-content.about > .inner.secondary .text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.secondary .text {
    margin-left: calc(50% + 30px);
  }
}
.contents-wrap .main-content section.section-content.cta01 {
  padding-top: 40px;
  padding-bottom: 80px;
  background-image: url(assets/img/bg-cta01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.contents-wrap .main-content section.section-content.cta01 > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner > .head {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner > .head::after {
  background-color: #fff;
}
.contents-wrap .main-content section.section-content.cta01 > .inner > .text {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .head {
  font-weight: bold;
  line-height: 1.8rem;
  color: #444444;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left 30px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button {
    max-width: 400px;
    background-size: 40px;
  }
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.cloud {
  background-image: url(assets/img/icon-cloud.svg);
}
.contents-wrap .main-content section.section-content.cta01 > .inner .row .col .inner .button.doc {
  background-image: url(assets/img/icon-doc.svg);
}
.contents-wrap .main-content section.section-content.cta {
  padding-top: 30px;
  padding-bottom: 40px;
}
.contents-wrap .main-content section.section-content.cta .img {
  width: 100%;
  max-width: 340px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta .img {
    max-width: 500px;
  }
}
.contents-wrap .main-content section.section-content.cta .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.cta .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 300px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.cta .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.cta .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.cta .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta .button {
    max-width: 400px;
  }
}
.contents-wrap .main-content section.section-content.available {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contents-wrap .main-content section.section-content.available .head {
  position: relative;
  text-align: center;
  font-size: 2.3rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.available .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.available .inner .row {
    margin-top: 40px;
  }
}
.contents-wrap .main-content section.section-content.available .inner .row .col {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  padding-top: 60px;
  padding-bottom: 60px;
  border-bottom: 1px dotted #ccc;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.available .inner .row .col {
    padding-top: 0px;
    display: block;
    border-left: 1px dotted #ccc;
  }
  .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(1), .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(5) {
    border-left: none;
  }
  .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(5), .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(6), .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(7), .contents-wrap .main-content section.section-content.available .inner .row .col:nth-of-type(8) {
    padding-top: 60px;
    padding-bottom: 0;
    border-bottom: none;
  }
}
.contents-wrap .main-content section.section-content.available .inner .row .col .img {
  width: 100%;
  max-width: 120px;
  text-align: center;
  color: #D41917;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.available .inner .row .col .img {
    margin: 0 auto;
    max-width: 100%;
  }
}
.contents-wrap .main-content section.section-content.available .inner .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 60px;
  margin: 0 auto;
}
.contents-wrap .main-content section.section-content.available .inner .row .col ul {
  width: 100%;
  max-width: calc(100% - 120px);
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.available .inner .row .col ul {
    max-width: 100%;
    margin-top: 15px;
  }
}
.contents-wrap .main-content section.section-content.download {
  padding-top: 70px;
  padding-bottom: 80px;
  background-image: url(assets/img/bg-download.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
}
.contents-wrap .main-content section.section-content.download > .inner > .head {
  font-size: 3rem;
  color: #AD2E2A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.download > .inner > .head {
    font-size: 4.8rem;
  }
}
.contents-wrap .main-content section.section-content.download > .inner > .head span {
  color: #444444;
  font-size: 1.6rem;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.download > .inner .row.primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
.contents-wrap .main-content section.section-content.download > .inner .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.download > .inner .row .col .head {
  color: #AD2E2A;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 25px;
}
.contents-wrap .main-content section.section-content.download > .inner .row .col .text {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col {
  padding-top: 20px;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner {
  background-color: #fff;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .head {
  font-weight: bold;
  line-height: 1.8rem;
  color: #444444;
  text-align: center;
  line-height: 2.5rem;
  margin-top: 0;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left 30px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button {
    max-width: 400px;
    background-size: 40px;
  }
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.cloud {
  background-image: url(assets/img/icon-cloud.svg);
}
.contents-wrap .main-content section.section-content.download > .inner .row.buttons .col .inner .button.doc {
  background-image: url(assets/img/icon-doc.svg);
}
.contents-wrap .main-content section.section-content.situation {
  padding-top: 60px;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  /*--- IE10用 ---*/
  -webkit-flex-wrap: wrap;
  /*--- safari（PC）用 ---*/
  background-color: #F4F2EA;
  border-radius: 26px;
  padding: 25px 30px 46px;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap .head {
  width: 100%;
  margin-bottom: 20px;
  margin-right: 20px;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap .head img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 500px;
  margin-left: auto;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap .img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.situation .inner .wrap .img {
    max-width: calc(100% - 550px);
  }
}
.contents-wrap .main-content section.section-content.situation .inner .wrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap ul {
  background-color: #fff;
  border-radius: 20px;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 30px;
  width: 100%;
  margin-top: -10px;
  list-style-type: none;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.situation .inner .wrap ul {
    max-width: 536px;
    margin-bottom: auto;
    margin-left: auto;
  }
}
.contents-wrap .main-content section.section-content.situation .inner .wrap ul li {
  margin-top: 10px;
  position: relative;
  padding-left: 24px;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.situation .inner .wrap ul li {
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.contents-wrap .main-content section.section-content.situation .inner .wrap ul li:before {
  position: absolute;
  top: 12px;
  left: 0px;
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  background-color: #C8272B;
  border-radius: 50%;
}
.contents-wrap .main-content section.section-content.situation .inner .wrap ul li span {
  border-bottom: 4px solid #fdd2d2;
}
.contents-wrap .main-content section.section-content.merit {
  padding-bottom: 80px;
}
.contents-wrap .main-content section.section-content.merit .inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.contents-wrap .main-content section.section-content.merit .inner .row.primary {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.contents-wrap .main-content section.section-content.merit .inner .row .col {
  margin-top: 60px;
  padding-left: 30px;
  padding-right: 30px;
}
.contents-wrap .main-content section.section-content.merit .inner .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.merit .inner .row .col .head {
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  margin-top: 20px;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.merit .inner .row .col .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.merit .inner .row .col .head {
    margin-top: 0;
    line-height: 4rem;
  }
}
.contents-wrap .main-content section.section-content.merit .inner .row .col .head::after {
  left: 0;
}
.contents-wrap .main-content section.section-content.merit .inner .row .col .text {
  margin-top: 30px;
}
.contents-wrap .main-content section.section-content.admin {
  background-color: #F7E4E2;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contents-wrap .main-content section.section-content.admin .inner .head {
  font-size: 2.3rem;
  font-weight: bold;
  color: #AD2E2A;
  text-align: center;
  background-color: #fff;
  padding: 10px;
}
.contents-wrap .main-content section.section-content.admin .inner .sub-head {
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding-bottom: 10px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.admin .inner .sub-head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.admin .inner .sub-head {
    margin-top: 30px;
  }
}
.contents-wrap .main-content section.section-content.admin .inner .text {
  margin-top: 30px;
}
.contents-wrap .main-content section.section-content.admin .inner .swiper-container-admin-wrapper {
  margin-top: 60px;
}
.contents-wrap .main-content section.section-content.admin .inner .swiper-container-admin-wrapper .swiper-slide img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.admin .inner .swiper-container-admin-wrapper .swiper-pagination-admin {
  position: relative;
}
.contents-wrap .main-content section.section-content.admin .inner .swiper-container-admin-wrapper .swiper-pagination-admin .swiper-pagination-bullet {
  margin: 0 10px;
  width: 13px;
  height: 13px;
  margin-top: 50px;
  background: #fff;
  opacity: 1;
  border: 1px solid #D41917;
}
.contents-wrap .main-content section.section-content.admin .inner .swiper-container-admin-wrapper .swiper-pagination-admin .swiper-pagination-bullet-active {
  background: #D41917;
}
.contents-wrap .main-content section.section-content.cta02 {
  background-image: url(assets/img/bg-cta02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta02 {
    padding-top: 80px;
  }
}
.contents-wrap .main-content section.section-content.cta02 > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta02 > .inner > .head {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  line-height: 3.3rem;
}
.contents-wrap .main-content section.section-content.cta02 > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.cta02 > .inner > .head::after {
  background-color: #fff;
}
.contents-wrap .main-content section.section-content.cta02 > .inner > .text {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta02 > .inner span {
  display: block;
  margin-top: 60px;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left 30px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta02 > .inner .button {
    max-width: 470px;
    padding: 20px;
  }
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.cloud {
  background-image: url(assets/img/icon-cloud.svg);
}
.contents-wrap .main-content section.section-content.cta02 > .inner .button.doc {
  background-image: url(assets/img/icon-doc.svg);
}
.contents-wrap .main-content section.section-content.voice {
  padding-top: 60px;
  padding-bottom: 80px;
}
.contents-wrap .main-content section.section-content.voice > .inner > .head {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 4rem;
}
.contents-wrap .main-content section.section-content.voice > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.voice > .inner > .head span {
  font-weight: normal;
  font-size: 1.6rem;
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col.voice01 .img {
  background-image: url(assets/img/voice01.jpg);
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col.voice02 .img {
  background-image: url(assets/img/voice02.jpg);
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.voice > .inner .row .col .inner {
    min-height: 530px;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .wrap {
    display: -webkit-box;
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    /*--- IE10用 ---*/
    -webkit-flex-wrap: wrap;
    /*--- safari（PC）用 ---*/
  }
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .img {
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 65%;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .img {
    max-width: 190px;
    padding-top: 35%;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .info {
    max-width: calc(100% - 220px);
    margin-left: 30px;
  }
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .info .name {
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .info .copy {
  font-size: 2rem;
  font-weight: bold;
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .head {
  width: 100%;
  font-size: 1.6rem;
  font-weight: bold;
  padding-bottom: 5px;
  border-bottom: 2px solid #D41917;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.voice > .inner .row .col .inner .text {
  margin-top: 15px;
}
.contents-wrap .main-content section.section-content.steps {
  padding-top: 40px;
  padding-bottom: 80px;
}
.contents-wrap .main-content section.section-content.steps > .inner > .head {
  position: relative;
  text-align: center;
  font-size: 2.8rem;
  padding-bottom: 20px;
  font-weight: bold;
  line-height: 4rem;
}
.contents-wrap .main-content section.section-content.steps > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.steps > .inner > .head span {
  font-weight: normal;
  font-size: 1.6rem;
}
.contents-wrap .main-content section.section-content.steps > .inner .img {
  width: 100%;
  max-width: 80px;
  margin: 0 auto;
  margin-top: 10px;
}
.contents-wrap .main-content section.section-content.steps > .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.steps > .inner .text {
  margin-top: 25px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.steps > .inner .row {
  margin-left: -20px;
  margin-right: -20px;
}
.contents-wrap .main-content section.section-content.steps > .inner .row .col {
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
.contents-wrap .main-content section.section-content.steps > .inner .row .col .inner {
  padding: 20px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.steps > .inner .row .col .inner {
    min-height: 460px;
  }
}
.contents-wrap .main-content section.section-content.steps > .inner .row .col .inner .head {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 20px;
  padding-left: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.steps > .inner .row .col .inner .head {
    text-align: left;
    min-height: 50px;
  }
}
.contents-wrap .main-content section.section-content.steps > .inner .row .col .inner .head span {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.8rem;
  font-weight: bold;
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  border: 1px dotted #D41917;
  text-align: center;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.cta03 {
  background-image: url(assets/img/bg-cta02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta03 {
    padding-top: 60px;
  }
}
.contents-wrap .main-content section.section-content.cta03 > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta03 > .inner > .head {
  text-align: center;
  position: relative;
  font-size: 2.5rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 20px;
  line-height: 3.3rem;
}
.contents-wrap .main-content section.section-content.cta03 > .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.cta03 > .inner > .head::after {
  background-color: #fff;
}
.contents-wrap .main-content section.section-content.cta03 > .inner > .text {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .row .col .inner {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .row .col .inner .head {
  color: #D41917;
  padding-bottom: 10px;
  border-bottom: 1px solid #D41917;
  font-size: 1.6rem;
  font-weight: bold;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .row .col .inner ul {
  margin-top: 5px;
  padding-left: 24px;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .row .col .inner ul li {
  text-align: left;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button {
  position: relative;
  width: 100%;
  text-align: center;
  text-decoration: none;
  padding: 15px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 35px;
  color: #fff;
  margin: 0 auto;
  font-size: 1.4rem;
  background-color: #D41917;
  display: block;
  width: 100%;
  max-width: 300px;
  background-repeat: no-repeat;
  background-size: 30px;
  background-position: center left 30px;
  margin-top: 70px;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button:after {
  position: absolute;
  width: 34px;
  height: 34px;
  background-color: #fff;
  border-radius: 50%;
  right: 20px;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f061";
  color: #D41917;
  line-height: 34px;
  top: calc(50% - 16px);
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button.white {
  background-color: #fff;
  border: 2px solid #D41917;
  color: #D41917;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button.white::after {
  background-color: #D41917;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button.blue {
  background-color: #1C439A;
  border: 2px solid #1C439A;
  color: #fff;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button.blue::after {
  background-color: #fff;
  color: #1C439A;
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button.gradient {
  background: rgb(200, 39, 43);
  background: -webkit-gradient(linear, left top, right top, from(rgb(200, 39, 43)), to(rgb(236, 132, 76)));
  background: -webkit-linear-gradient(left, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
  background: linear-gradient(90deg, rgb(200, 39, 43) 0%, rgb(236, 132, 76) 100%);
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.cta03 > .inner .button {
    max-width: 470px;
    padding: 20px;
  }
}
.contents-wrap .main-content section.section-content.cta03 > .inner .button::before {
  content: "＼　ご質問など大歓迎　／";
  position: absolute;
  top: -50px;
}
.contents-wrap .main-content section.section-content.whatisit {
  padding-top: 60px;
  padding-bottom: 60px;
  min-height: 600px;
}
.contents-wrap .main-content section.section-content.whatisit .img {
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 60px;
  padding-top: 65%;
  background-image: url(assets/img/whatisit01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.whatisit .img {
    position: absolute;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    min-height: 520px;
    left: 0;
    width: 50vw;
  }
}
.contents-wrap .main-content section.section-content.whatisit .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main-content section.section-content.whatisit .head {
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 3rem;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.whatisit .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.whatisit .head {
    margin-left: calc(50% + 30px);
    padding-top: 120px;
  }
}
.contents-wrap .main-content section.section-content.whatisit .head::after {
  left: 0;
}
.contents-wrap .main-content section.section-content.whatisit .text {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.whatisit .text {
    margin-left: calc(50% + 30px);
  }
}
.contents-wrap .main-content section.section-content.company {
  padding-top: 60px;
  padding-bottom: 100px;
}
.contents-wrap .main-content section.section-content.company .inner > .head {
  text-align: center;
  position: relative;
  font-size: 2.3rem;
  font-weight: bold;
  padding-bottom: 20px;
}
.contents-wrap .main-content section.section-content.company .inner > .head:after {
  display: block;
  width: 64px;
  height: 4px;
  content: "";
  position: absolute;
  left: calc(50% - 32px);
  background-color: #D41917;
  bottom: 0;
  border-radius: 2px;
}
.contents-wrap .main-content section.section-content.company .inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.contents-wrap .main-content section.section-content.company .inner .row .col {
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.company .inner .row .col.secondary {
    margin-top: -40px;
  }
}
.contents-wrap .main-content section.section-content.company .inner .row table {
  border-bottom: 1px solid #CDD6DD;
  margin-top: 30px;
}
.contents-wrap .main-content section.section-content.company .inner .row table tr {
  border-top: 1px solid #CDD6DD;
}
.contents-wrap .main-content section.section-content.company .inner .row table tr th {
  min-width: 80px;
  text-align: left;
  padding-top: 10px;
  padding-bottom: 10px;
}
.contents-wrap .main-content section.section-content.company .inner .row table tr td {
  padding-top: 10px;
  padding-bottom: 10px;
}
.contents-wrap .main-content section.section-content.company .inner .row .head {
  font-size: 2.3rem;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 3px solid #D41917;
  margin-top: 40px;
}
.contents-wrap .main-content section.section-content.company .inner .row .map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  margin-top: 20px;
}
.contents-wrap .main-content section.section-content.company .inner .row .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer {
  background-color: #D41917;
}
.footer .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  color: #fff;
  text-align: center;
  padding: 15px 0;
}/*# sourceMappingURL=style.css.map */


/*----------------------------------*/
/* ◆ 202603 araki add ◆            */
/*----------------------------------*/

header.header {
  position: -webkit-sticky;
  position: sticky;
  background-color: rgba(255, 255, 255, 0.85);
}

.contents-wrap .main-content section.section-content:nth-child(1 of .about) {
  padding-bottom: 60px;
}

.contents-wrap .main-content section.section-content:nth-child(2 of .about) {
  padding-top: 20px;
}

.contents-wrap .main-content section.section-content.voice {
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .head {
    font-size: 1.5rem;
    padding-left: 45px;
  }

  .contents-wrap .main-content section.section-content.about > .inner.primary .point .row .col .inner .head span {
    top: 5px;
    font-size: 2.75rem;
  }
}

/*----------------------------------*/