@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.4rem;
  color: #444444;
}
body.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
body.drawer-open .drawer-hamburger-icon:before, body.drawer-open .drawer-hamburger-icon:after {
  background-color: #fff !important;
}

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;
}

@media screen and (min-width: 768px) {
  .sp-pc.sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp-pc.pc {
    display: none;
  }
}

.menu.drawer-hamburger {
  position: fixed;
  right: 0;
  width: 50px;
  height: 50px;
  padding: 0;
  z-index: 9999;
  margin-top: 12px;
  margin-right: 20px;
  background-color: #EB3200;
  border-radius: 50px;
}
@media screen and (min-width: 1024px) {
  .menu.drawer-hamburger {
    display: none;
  }
}
.menu.drawer-hamburger .drawer-hamburger-icon {
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 10px;
  height: 3px;
  width: 24px;
  background-color: #fff;
}
.menu.drawer-hamburger .drawer-hamburger-icon:before, .menu.drawer-hamburger .drawer-hamburger-icon:after {
  height: 3px;
  background-color: #fff;
}

.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-nav .drawer-menu .links {
  margin-top: 30px;
}
.drawer-nav .drawer-menu .links .link {
  border-bottom: 1px solid #EDEDED;
}
.drawer-nav .drawer-menu .links .link a {
  width: 100%;
  display: block;
  font-weight: bold;
  color: #444444;
  position: relative;
  padding: 10px 0;
}
.drawer-nav .drawer-menu .links .link a::after {
  color: #EB3200;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  position: absolute;
  right: 20px;
}
.drawer-nav .drawer-menu .button {
  display: block;
  border: 2px solid #EB3200;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 30px;
}
.drawer-nav .drawer-menu .button:hover {
  opacity: 1;
}
.drawer-nav .drawer-menu .button .head {
  display: inline-block;
  color: #EB3200;
  border: 2px solid #EB3200;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -10px;
  padding: 0 20px;
  font-size: 1.6rem;
}
.drawer-nav .drawer-menu .button .head span {
  background-color: #fff;
}
.drawer-nav .drawer-menu .button .head::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: -5px;
  left: calc(50% - 4px);
  border-bottom: 2px solid #EB3200;
  border-right: 2px solid #EB3200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.drawer-nav .drawer-menu .button .name {
  position: relative;
  top: -5px;
}
.drawer-nav .drawer-menu .button.btn01 {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  .drawer-nav .drawer-menu .button.btn01:hover {
    color: #EB3200;
    background-color: #fff;
  }
}
.drawer-nav .drawer-menu .button.btn02 {
  color: #EB3200;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .drawer-nav .drawer-menu .button.btn02:hover {
    color: #fff;
    background-color: #EB3200;
  }
}

.drawer--right .drawer-nav {
  right: -100%;
  overflow: auto;
}

.drawer-overlay {
  background-color: rgba(0, 0, 0, 0.6);
}

.drawer--top.drawer-open .drawer-nav {
  top: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--left.drawer-open .drawer-nav,
.drawer--left .drawer-hamburger,
.drawer--left.drawer-open .drawer-navbar .drawer-hamburger {
  left: 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.drawer--right.drawer-open .drawer-nav,
.drawer--right .drawer-hamburger,
.drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
  right: 0 !important;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.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;
}

header.header {
  width: 100%;
  max-width: 100%;
  padding: 0;
  top: 0;
  z-index: 9999;
  position: fixed;
  top: 0;
  background-color: #fff;
}
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: 68px;
}
@media screen and (min-width: 1024px) {
  header.header .inner {
    min-height: 111px;
  }
}
header.header .inner .logo {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 108px;
}
@media screen and (min-width: 768px) {
  header.header .inner .logo {
    max-width: 143px;
  }
}
header.header .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
header.header .inner .g-navi {
  display: none;
}
@media screen and (min-width: 1024px) {
  header.header .inner .g-navi {
    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）用 ---*/
    margin-left: auto;
    position: relative;
  }
}
header.header .inner .g-navi .links {
  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）用 ---*/
  margin-right: 250px;
  margin-top: auto;
  margin-bottom: auto;
}
header.header .inner .g-navi .links .link {
  margin-right: 20px;
}
header.header .inner .g-navi .links .link a {
  color: #444444;
  font-weight: bold;
}
header.header .inner .g-navi .contact {
  display: block;
  border: 2px solid #EB3200;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 25px;
  width: 100%;
  max-width: 230px;
  min-height: 40px;
  margin: 0;
  margin-left: auto;
  margin-top: auto;
  margin-bottom: auto;
  padding: 5px 20px;
  font-size: 1.6rem;
  color: #fff;
  background-color: #EB3200;
  line-height: 2.3rem;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.header .inner .g-navi .contact:hover {
  opacity: 1;
}
header.header .inner .g-navi .contact .head {
  display: inline-block;
  color: #EB3200;
  border: 2px solid #EB3200;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -10px;
  padding: 0 20px;
  font-size: 1.6rem;
}
header.header .inner .g-navi .contact .head span {
  background-color: #fff;
}
header.header .inner .g-navi .contact .head::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: -5px;
  left: calc(50% - 4px);
  border-bottom: 2px solid #EB3200;
  border-right: 2px solid #EB3200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
header.header .inner .g-navi .contact .name {
  position: relative;
  top: -5px;
}
header.header .inner .g-navi .contact.btn01 {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  header.header .inner .g-navi .contact.btn01:hover {
    color: #EB3200;
    background-color: #fff;
  }
}
header.header .inner .g-navi .contact.btn02 {
  color: #EB3200;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  header.header .inner .g-navi .contact.btn02:hover {
    color: #fff;
    background-color: #EB3200;
  }
}
header.header .inner .g-navi .contact span {
  font-size: 1.2rem;
}
header.header .inner .g-navi .contact::after {
  display: none;
}
header.header .inner .g-navi .contact:hover {
  background-color: #fff;
  color: #EB3200;
}

.contents-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）用 ---*/
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  overflow: hidden;
  padding-top: 68px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap {
    padding-top: 111px;
  }
}
.contents-wrap .main {
  width: 100%;
}
.contents-wrap .main section.section-content > .inner {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (min-width: 1024px) {
  .contents-wrap .main section.section-content > .inner {
    max-width: 1080px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.contents-wrap .main section.section-content.kv {
  background-image: url(assets/img/bg-kv-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv {
    background-image: url(assets/img/bg-kv.svg);
    padding-top: 50px;
    padding-bottom: 70px;
  }
}
.contents-wrap .main section.section-content.kv .col > .head {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .col > .head {
    font-size: 2.4rem;
    line-height: 4.5rem;
    margin-top: 20px;
  }
}
.contents-wrap .main section.section-content.kv .col img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.kv .col .copy {
  max-width: 300px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .col .copy {
    max-width: 450px;
  }
}
.contents-wrap .main section.section-content.kv .col .kv-img {
  max-width: 300px;
  margin: 0 auto;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .col .kv-img {
    max-width: calc(100% + 40px);
    margin-right: -40px;
  }
}
.contents-wrap .main section.section-content.kv .col ul {
  display: -webkit-box;
  display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  -webkit-justify-content: space-between;
  /* Safari */
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style-type: none;
  max-width: 360px;
  margin: 0 auto;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .col ul {
    margin-top: 20px;
    margin-bottom: 60px;
  }
}
.contents-wrap .main section.section-content.kv .col ul li {
  margin: 0 4px;
}
.contents-wrap .main section.section-content.kv .col ul li img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.kv .buttons {
  position: relative;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons {
    bottom: 0;
    margin-top: -35px;
  }
}
.contents-wrap .main section.section-content.kv .buttons .button {
  display: block;
  border: 2px solid #EB3200;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
}
.contents-wrap .main section.section-content.kv .buttons .button:hover {
  opacity: 1;
}
.contents-wrap .main section.section-content.kv .buttons .button .head {
  display: inline-block;
  color: #EB3200;
  border: 2px solid #EB3200;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -10px;
  padding: 0 20px;
  font-size: 1.6rem;
}
.contents-wrap .main section.section-content.kv .buttons .button .head span {
  background-color: #fff;
}
.contents-wrap .main section.section-content.kv .buttons .button .head::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: -5px;
  left: calc(50% - 4px);
  border-bottom: 2px solid #EB3200;
  border-right: 2px solid #EB3200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contents-wrap .main section.section-content.kv .buttons .button .name {
  position: relative;
  top: -5px;
}
.contents-wrap .main section.section-content.kv .buttons .button.btn01 {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons .button.btn01:hover {
    color: #EB3200;
    background-color: #fff;
  }
}
.contents-wrap .main section.section-content.kv .buttons .button.btn02 {
  color: #EB3200;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons .button.btn02:hover {
    color: #fff;
    background-color: #EB3200;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons .button {
    max-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons .button .head {
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.kv .buttons .button.btn02 {
    margin-top: 0;
  }
}
.contents-wrap .main section.section-content.about {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.about {
    padding-bottom: 120px;
  }
}
.contents-wrap .main section.section-content.about .col {
  position: relative;
}
.contents-wrap .main section.section-content.about .col .head {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.about .col .head {
    text-align: left;
    font-size: 1.8rem;
  }
}
.contents-wrap .main section.section-content.about .col .title {
  font-size: 3.8rem;
  text-align: center;
  color: #EB3200;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.about .col .title {
    text-align: left;
  }
}
.contents-wrap .main section.section-content.about .col .caption {
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.about .col .caption {
    text-align: left;
  }
}
.contents-wrap .main section.section-content.about .col .img {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.about .col .img {
    position: absolute;
    right: 60px;
    width: calc(50vw - 60px);
    max-width: 760px;
  }
}
.contents-wrap .main section.section-content.about .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.results {
  padding-bottom: 80px;
}
@media screen and (min-width: 1200px) {
  .contents-wrap .main section.section-content.results > .inner {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results > .inner.secondary {
    max-width: 1320px;
    background-color: #FDE7E4;
  }
}
.contents-wrap .main section.section-content.results > .inner > .head {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results > .inner > .head {
    font-size: 2rem;
  }
}
.contents-wrap .main section.section-content.results > .inner > .caption {
  color: #EB3200;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 3rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results > .inner > .caption {
    font-size: 3rem;
    line-height: 4rem;
    margin-top: 0px;
  }
}
.contents-wrap .main section.section-content.results > .inner > .caption span {
  display: block;
  font-size: 3.8rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results > .inner > .caption span {
    display: inline;
    font-size: 3rem;
  }
}
.contents-wrap .main section.section-content.results .case {
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .case .row {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.contents-wrap .main section.section-content.results .case .col {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .case .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contents-wrap .main section.section-content.results .case .col > .inner {
  border: 2px solid #EB3200;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .case .col > .inner {
    background-image: url(assets/img/results-icon-pc.svg);
    background-repeat: no-repeat;
    background-size: 75px;
    background-position: left 20px top 20px;
    padding-left: 126px;
    min-height: 373px;
  }
}
.contents-wrap .main section.section-content.results .case .col > .inner .head {
  color: #EB3200;
  background-image: url(assets/img/results-icon.svg);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left center;
  padding: 8px;
  padding-left: 80px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .case .col > .inner .head {
    background-image: none;
    text-align: left;
    padding: 0;
  }
}
.contents-wrap .main section.section-content.results .case .col > .inner .caption {
  text-align: center;
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .case .col > .inner .caption {
    text-align: left;
    margin-top: 20px;
    line-height: 3.3rem;
  }
}
.contents-wrap .main section.section-content.results .case .col > .inner p {
  margin-top: 20px;
}
.contents-wrap .main section.section-content.results .scene {
  background-color: #FDE7E4;
  padding: 20px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .scene {
    background-color: none;
    max-width: 1000px;
    padding: 0;
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.contents-wrap .main section.section-content.results .scene .head {
  text-align: center;
}
.contents-wrap .main section.section-content.results .scene .head span {
  font-size: 2.3rem;
  font-weight: bold;
  line-height: 4rem;
  border-bottom: 2px solid #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .scene .row {
    margin-left: 0;
    margin-right: 0;
  }
}
.contents-wrap .main section.section-content.results .scene .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）用 ---*/
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .scene .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.contents-wrap .main section.section-content.results .scene .col .img {
  max-width: 100px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .scene .col .img {
    max-width: 167px;
    margin: 0 auto;
  }
}
.contents-wrap .main section.section-content.results .scene .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.results .scene .col p {
  display: block;
  font-weight: bold;
  width: 100%;
  max-width: calc(100% - 120px);
  margin-left: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.results .scene .col p {
    max-width: 100%;
    margin-left: 0px;
    text-align: center;
    font-size: 1.8rem;
    margin-top: 20px;
  }
}
.contents-wrap .main section.section-content.cta01 {
  background-color: #EB3200;
  padding-top: 40px;
  padding-bottom: 60px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
.contents-wrap .main section.section-content.cta01 .col .head {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 1.6rem;
}
.contents-wrap .main section.section-content.cta01 .col .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .col .logo {
    max-width: 324px;
  }
}
.contents-wrap .main section.section-content.cta01 .col .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta01 .col .img {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .col .img {
    max-width: 350px;
  }
}
.contents-wrap .main section.section-content.cta01 .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta01 .col p {
  margin-top: 20px;
  font-weight: 500px;
}
.contents-wrap .main section.section-content.cta01 .buttons {
  margin-top: 40px;
}
.contents-wrap .main section.section-content.cta01 .buttons .button {
  display: block;
  border: 2px solid #EB3200;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
}
.contents-wrap .main section.section-content.cta01 .buttons .button:hover {
  opacity: 1;
}
.contents-wrap .main section.section-content.cta01 .buttons .button .head {
  display: inline-block;
  color: #EB3200;
  border: 2px solid #EB3200;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -10px;
  padding: 0 20px;
  font-size: 1.6rem;
}
.contents-wrap .main section.section-content.cta01 .buttons .button .head span {
  background-color: #fff;
}
.contents-wrap .main section.section-content.cta01 .buttons .button .head::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: -5px;
  left: calc(50% - 4px);
  border-bottom: 2px solid #EB3200;
  border-right: 2px solid #EB3200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contents-wrap .main section.section-content.cta01 .buttons .button .name {
  position: relative;
  top: -5px;
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn01 {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn01:hover {
    color: #EB3200;
    background-color: #fff;
  }
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn02 {
  color: #EB3200;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn02:hover {
    color: #fff;
    background-color: #EB3200;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button {
    max-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button .head {
    line-height: 3rem;
  }
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn01 {
  color: #fff;
  background-color: #1C439A;
  border: 2px solid #1C439A;
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn01 .head {
  border: 2px solid #1C439A;
  color: #1C439A;
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn01 .head::after {
  border-color: #1C439A;
}
.contents-wrap .main section.section-content.cta01 .buttons .button.btn01 .name {
  color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn01:hover {
    color: #EB3200;
    background-color: #4656A2;
    border: 2px solid #4656A2;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn02 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn02:hover {
    color: #EB3200;
    background-color: #fff;
    border: 2px solid #ED7757;
  }
  .contents-wrap .main section.section-content.cta01 .buttons .button.btn02:hover .name {
    color: #ED7757;
  }
}
.contents-wrap .main section.section-content.reasons {
  padding-top: 50px;
  padding-bottom: 90px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
.contents-wrap .main section.section-content.reasons > .inner > .head {
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner > .head {
    font-size: 2rem;
  }
}
.contents-wrap .main section.section-content.reasons > .inner > .caption {
  font-size: 2.4rem;
  margin-top: 20px;
  color: #EB3200;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner > .caption {
    font-size: 3rem;
  }
  .contents-wrap .main section.section-content.reasons > .inner > .caption span {
    font-size: 4.1rem;
  }
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.primary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 60px;
  }
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.primary .col {
    padding-left: 30px;
    padding-right: 30px;
    position: relative;
  }
}
@media screen and (min-width: 768px) and (min-width: 1024px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.primary .col .img {
    position: absolute;
    left: 30;
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (min-width: 1200px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.primary .col .img {
    width: 525px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.primary .col .img img {
    display: block;
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.secondary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-left: -30px;
    margin-right: -30px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.secondary .col .head {
    margin-top: 77px;
  }
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row.secondary .col .img {
  max-width: 247px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container > .row.secondary .col .img {
    padding-left: 30px;
    padding-right: 30px;
    max-width: calc(100% + 40px);
    margin-right: -40px;
  }
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row.secondary .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col {
  margin-top: 20px;
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .head {
  position: relative;
  font-size: 2.6rem;
  line-height: 3.7rem;
  font-weight: bold;
  padding-left: 120px;
  margin-bottom: 20px;
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .head::before {
  position: absolute;
  color: #EB3200;
  top: 20px;
  left: 0;
  font-size: 8.4rem;
  font-weight: normal;
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .head.head01::before {
  content: "01";
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .head.head02::before {
  content: "02";
}
.contents-wrap .main section.section-content.reasons > .inner .container > .row .col .head.head03::before {
  content: "03";
}
.contents-wrap .main section.section-content.reasons > .inner .container .display {
  padding-top: 60px;
}
.contents-wrap .main section.section-content.reasons > .inner .container .display .head {
  text-align: center;
}
.contents-wrap .main section.section-content.reasons > .inner .container .display .head span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
  border-bottom: 2px solid #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container .display .head span {
    font-size: 2.4rem;
  }
}
.contents-wrap .main section.section-content.reasons > .inner .container .display .row {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.reasons > .inner .container .display .row {
    margin-top: 30px;
  }
}
.contents-wrap .main section.section-content.cta02 {
  background-color: #EB3200;
  padding: 0 20px;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contents-wrap .main section.section-content.cta02 .inner {
  border-radius: 20px;
  background-color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 40px;
  padding-top: 30px;
}
.contents-wrap .main section.section-content.cta02 .inner .head {
  font-weight: bold;
  font-size: 2.6rem;
  text-align: center;
  line-height: 3rem;
}
.contents-wrap .main section.section-content.cta02 .inner .head span {
  font-size: 2rem;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons {
  position: relative;
  bottom: -20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons {
    bottom: 0;
    margin-top: 20px;
  }
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button {
  display: block;
  border: 2px solid #EB3200;
  border-radius: 40px;
  text-align: center;
  font-size: 1.8rem;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button:hover {
  opacity: 1;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button .head {
  display: inline-block;
  color: #EB3200;
  border: 2px solid #EB3200;
  border-radius: 20px;
  background-color: #fff;
  position: relative;
  top: -10px;
  padding: 0 20px;
  font-size: 1.6rem;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button .head span {
  background-color: #fff;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button .head::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #fff;
  bottom: -5px;
  left: calc(50% - 4px);
  border-bottom: 2px solid #EB3200;
  border-right: 2px solid #EB3200;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button .name {
  position: relative;
  top: -5px;
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button.btn01 {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons .button.btn01:hover {
    color: #EB3200;
    background-color: #fff;
  }
}
.contents-wrap .main section.section-content.cta02 .inner .buttons .button.btn02 {
  color: #EB3200;
  margin-top: 30px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons .button.btn02:hover {
    color: #fff;
    background-color: #EB3200;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons .button {
    max-width: 456px;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons .button .head {
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta02 .inner .buttons .button.btn02 {
    margin-top: 0;
  }
}
.contents-wrap .main section.section-content.functions {
  padding: 20px;
  padding-top: 60px;
  padding-bottom: 80px;
}
.contents-wrap .main section.section-content.functions > .inner {
  background-color: #FDE7E4;
  padding-top: 40px;
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.functions > .inner {
    max-width: 1280px;
  }
}
.contents-wrap .main section.section-content.functions > .inner .container {
  max-width: 1000px;
}
.contents-wrap .main section.section-content.functions > .inner .caption {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
.contents-wrap .main section.section-content.functions > .inner > .head {
  font-weight: bold;
  text-align: center;
  color: #EB3200;
  font-size: 2.4rem;
}
.contents-wrap .main section.section-content.functions > .inner .col {
  margin-top: 30px;
}
.contents-wrap .main section.section-content.functions > .inner .col .inner {
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 7px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.functions > .inner .col .inner {
    min-height: 340px;
  }
}
.contents-wrap .main section.section-content.functions > .inner .col .inner .img {
  width: 100%;
  max-width: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.contents-wrap .main section.section-content.functions > .inner .col .inner .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.functions > .inner .col .inner .head {
  color: #EB3200;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.functions > .inner .col .inner .head {
    color: #444444;
  }
}
.contents-wrap .main section.section-content.functions > .inner .col .inner .head span {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.functions > .inner .col .inner .head span {
    color: #EB3200;
  }
}
.contents-wrap .main section.section-content.details {
  background-color: #F0F3F6;
  background-image: url(assets/img/bg-details.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details {
    background-image: url(assets/img/bg-details-pc.svg);
    padding-top: 100px;
  }
}
.contents-wrap .main section.section-content.details > .inner > .head {
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
  margin-bottom: 20px;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner > .head {
    font-size: 3rem;
    line-height: 4.4rem;
    margin-bottom: 40px;
  }
}
.contents-wrap .main section.section-content.details > .inner > .head span {
  font-size: 1.8rem;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner > .head span {
    font-size: 2rem;
  }
}
.contents-wrap .main section.section-content.details > .inner .container {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #fff;
}
.contents-wrap .main section.section-content.details > .inner .container.primary {
  padding-top: 40px;
  padding-bottom: 60px;
}
.contents-wrap .main section.section-content.details > .inner .container.primary .col {
  margin-top: 30px;
}
.contents-wrap .main section.section-content.details > .inner .container.primary .row {
  background-color: #fff;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.primary .row {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.primary .row .col {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.primary .row .col {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.primary .row .col .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.details > .inner .container.primary .row .col .head {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 2rem;
  font-weight: bold;
  color: #EB3200;
  line-height: 3rem;
  margin-bottom: 20px;
  margin-top: 30px;
}
.contents-wrap .main section.section-content.details > .inner .container.primary .row .col p {
  margin-top: 10px;
}
.contents-wrap .main section.section-content.details > .inner .container.secondary {
  margin-top: 30px;
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.secondary {
    margin-top: 80px;
    padding-bottom: 0;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.secondary .row {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.primary {
    max-width: 451px;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.primary .img {
  width: calc(100% + 40px);
  margin-left: -20px;
}
.contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.primary .img img {
  display: block;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.secondary {
    max-width: calc(100% - 451px);
    padding: 60px 40px 80px 50px;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.secondary .head {
  font-size: 2rem;
  line-height: 2.9rem;
  color: #EB3200;
  font-weight: bold;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.secondary .head {
    font-size: 3rem;
    line-height: 4.4rem;
  }
}
.contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.secondary p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.details > .inner .container.secondary .row .col.secondary p {
    margin-top: 30px;
  }
}
.contents-wrap .main section.section-content.conclude {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.conclude {
    padding-bottom: 160px;
  }
}
.contents-wrap .main section.section-content.conclude > .inner .wrap {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  padding: 20px 30px;
  border: 20px solid #FDE7E4;
  background-color: #FDE7E4;
  background-image: url(assets/img/bg-conclude.svg);
  background-repeat: repeat;
  background-size: cover;
  background-position: center center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.conclude > .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）用 ---*/
    padding: 20px;
  }
}
.contents-wrap .main section.section-content.conclude > .inner .wrap .head {
  color: #EB3200;
  font-weight: bold;
  font-size: 3rem;
  margin-top: 10px;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.conclude > .inner .wrap .head {
    width: 100%;
    max-width: 496px;
    font-size: 3.8rem;
    line-height: 5.5rem;
  }
}
.contents-wrap .main section.section-content.conclude > .inner .wrap .head span {
  color: #444444;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.conclude > .inner .wrap .head span {
    font-size: 2rem;
  }
}
.contents-wrap .main section.section-content.conclude > .inner .wrap p {
  font-size: 1.6rem;
  margin-top: 20px;
  font-weight: 500;
}
.contents-wrap .main section.section-content.conclude > .inner .wrap .img {
  margin-top: 20px;
  margin-bottom: -40px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.conclude > .inner .wrap .img {
    width: 100%;
    max-width: calc(100% - 360px);
    margin-bottom: -90px;
  }
}
.contents-wrap .main section.section-content.conclude > .inner .wrap .img img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta03 {
  background-image: url(assets/img/bg-cta03-sp.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contents-wrap .main section.section-content.cta03 > .inner > .head {
  width: 100%;
  max-width: 180px;
  margin: 0 auto;
}
.contents-wrap .main section.section-content.cta03 > .inner > .head img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta03 > .inner .text {
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}
.contents-wrap .main section.section-content.cta03 > .inner .logo {
  width: 100%;
  max-width: 200px;
  margin: 0 auto;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta03 > .inner .logo {
    max-width: 160px;
  }
}
.contents-wrap .main section.section-content.cta03 > .inner .logo img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta03 > .inner .row {
  margin-left: -30px;
  margin-right: -30px;
}
.contents-wrap .main section.section-content.cta03 > .inner .row .col {
  padding-left: 30px;
  padding-right: 30px;
}
.contents-wrap .main section.section-content.cta03 > .inner .button {
  display: block;
  position: relative;
  border: 2px solid #fff;
  border-radius: 7px;
  text-align: center;
  min-height: 70px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  max-width: 340px;
  margin: 0 auto;
  font-weight: bold;
  margin-top: 30px;
  padding: 15px 0 20px;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta03 > .inner .button {
    max-width: 100%;
    min-height: 150px;
    padding: 27px 0 20px;
    font-size: 1.4rem;
  }
}
.contents-wrap .main section.section-content.cta03 > .inner .button:hover {
  opacity: 1;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.primary {
  color: #EB3200;
  background-color: #fff;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.primary::after {
  color: #EB3200;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.primary:hover {
  color: #fff;
  background-color: initial;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.primary:hover::after {
  color: #EB3200;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.secondary {
  color: #fff;
  background-color: #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta03 > .inner .button.secondary {
    background-color: initial;
    line-height: 3rem;
  }
}
.contents-wrap .main section.section-content.cta03 > .inner .button.secondary::after {
  color: #fff;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.secondary:hover {
  color: #EB3200;
  background-color: #fff;
}
.contents-wrap .main section.section-content.cta03 > .inner .button.secondary:hover::after {
  color: #EB3200;
}
.contents-wrap .main section.section-content.cta03 > .inner .button span {
  font-size: 2rem;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta03 > .inner .button span {
    font-size: 2.5rem;
    line-height: 5rem;
  }
}
.contents-wrap .main section.section-content.cta03 > .inner .button::after {
  position: absolute;
  content: ">";
  right: 10px;
  bottom: 23px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.cta03 > .inner .button::after {
    right: 20px;
    bottom: 46px;
    font-size: 2rem;
  }
}
.contents-wrap .main section.section-content.cta03 > .inner .phone {
  margin-top: 30px;
}
.contents-wrap .main section.section-content.cta03 > .inner .phone .head {
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}
.contents-wrap .main section.section-content.cta03 > .inner .phone a {
  display: block;
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.contents-wrap .main section.section-content.cta03 > .inner .phone a img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.cta03 > .inner .phone .caption {
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 1.2rem;
}
.contents-wrap .main section.section-content.steps {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.steps {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.contents-wrap .main section.section-content.steps > .inner > .head {
  text-align: center;
}
.contents-wrap .main section.section-content.steps > .inner > .head span {
  font-size: 2rem;
  font-weight: bold;
  line-height: 3.4rem;
  border-bottom: 2px solid #EB3200;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.steps > .inner .container {
    -webkit-box-shadow: 0 3px 17px rgba(154, 6, 6, 0.16);
            box-shadow: 0 3px 17px rgba(154, 6, 6, 0.16);
    margin-top: 60px;
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 70px;
  }
}
.contents-wrap .main section.section-content.steps > .inner .container > .head {
  font-size: 2rem;
  color: #EB3200;
  font-weight: bold;
  margin-top: 30px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.steps > .inner .container > .head {
    margin-top: 0px;
  }
}
.contents-wrap .main section.section-content.steps > .inner .container .row .col {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.steps > .inner .container .row .col {
    margin-top: 30px;
    margin-top: 60px;
  }
}
.contents-wrap .main section.section-content.steps > .inner .container .row .col img {
  display: block;
  width: 100%;
  height: auto;
}
.contents-wrap .main section.section-content.steps > .inner .container .row .col .head {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.steps > .inner .container .row .col .head {
    text-align: left;
  }
}
.contents-wrap .main section.section-content.steps > .inner .container .row .col p {
  display: block;
  margin-top: 20px;
}
.contents-wrap .main section.section-content.faq {
  background-color: #F0F3F6;
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.faq {
    padding-top: 100px;
  }
}
.contents-wrap .main section.section-content.faq > .head {
  font-weight: bold;
  color: #EB3200;
  text-align: center;
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.faq > .head {
    font-style: 3.5rem;
  }
}
.contents-wrap .main section.section-content.faq > .head span {
  font-size: 1.6rem;
  color: #444444;
}
.contents-wrap .main section.section-content.faq > .inner {
  margin-top: 40px;
}
.contents-wrap .main section.section-content.faq > .inner .head {
  background-color: #fff;
  padding: 20px;
  font-weight: bold;
  font-size: 1.6rem;
  margin-top: 20px;
  padding-left: 80px;
  position: relative;
  padding-right: 60px;
  padding-bottom: 35px;
}
.contents-wrap .main section.section-content.faq > .inner .head::before {
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 22px;
  background-color: #444444;
  text-align: center;
  line-height: 42px;
  font-size: 2rem;
  content: "Q";
  color: #fff;
  left: 20px;
  top: 20px;
}
.contents-wrap .main section.section-content.faq > .inner .head::after {
  position: absolute;
  font-size: 4rem;
  font-weight: normal;
  content: "+";
  color: #444444;
  right: 20px;
  top: 20px;
}
.contents-wrap .main section.section-content.faq > .inner .content {
  background-color: #fff;
  padding: 20px;
  padding-left: 80px;
  position: relative;
  padding-bottom: 35px;
}
.contents-wrap .main section.section-content.faq > .inner .content::before {
  left: 0;
  position: absolute;
  width: 42px;
  height: 42px;
  border-radius: 22px;
  text-align: center;
  line-height: 42px;
  background-color: #EB3200;
  font-size: 2rem;
  content: "A";
  color: #fff;
  left: 20px;
}
.contents-wrap .main section.section-content.company {
  padding-top: 60px;
  padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.company {
    padding-top: 100px;
    padding-bottom: 120px;
  }
}
.contents-wrap .main section.section-content.company > .inner .head {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  text-align: center;
  color: #EB3200;
  line-height: 4rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.company > .inner .head {
    font-size: 2.9rem;
  }
}
.contents-wrap .main section.section-content.company > .inner .head span {
  font-size: 1.6rem;
  color: #444444;
  font-weight: 500;
}
.contents-wrap .main section.section-content.company > .inner p {
  margin-top: 30px;
}
.contents-wrap .main section.section-content.company > .inner table {
  width: 100%;
  border-top: 1px solid #E4E9ED;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.company > .inner table {
    margin-top: 65px;
  }
}
.contents-wrap .main section.section-content.company > .inner table tr {
  border-bottom: 1px solid #E4E9ED;
}
.contents-wrap .main section.section-content.company > .inner table tr th {
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 20px;
  min-width: 120px;
  background-color: #F5F5F5;
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .contents-wrap .main section.section-content.company > .inner table tr th {
    min-width: 270px;
  }
}
.contents-wrap .main section.section-content.company > .inner table tr td {
  padding: 20px;
}

.footer {
  background-color: #EB3200;
  padding: 20px;
}
.footer .inner {
  text-align: center;
  color: #fff;
  font-size: 1.2rem;
}/*# sourceMappingURL=style.css.map */