@charset "utf-8";

html {
    font-size: 62.5%;
}

html, body {
    width: 100%;
    height: auto;
}

body {
    font-family: sans-serif;
    font-size: 15px;
    font-size: 1.5rem;
    color: #333;
    line-height: 140%;
    font-weight: normal;
}
a {
  text-decoration: normal;
  transition: all .3s;
}

[class*="btn-link"] {
  min-width: 255px;
  padding: 20px 30px;
  border: none;
  border-radius: 50px;
  text-align: center;
  font-size: 1.6rem;
  color: #fff;
  text-decoration: none;
}

.btn-link-red {
  background: #e83644;
}

.btn-link-red:hover {
  background: #de2d3b;
}

.btn-link-orange {
  background: #f48745;
}

.btn-link-orange:hover {
  background: #ea7833;
}

.text-btn_catch_copy {
  font-size: 1.4rem;
}

.img-flow {
  width: 90%;
  padding-top: 20px;
}

@media screen and (max-width: 640px) {
  header #tel {
    display: none;
  }
}


#wrapper {
    width: 100%;
    position: relative;
    z-index: 1;
}

.sec_inner {
    width: 1080px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    z-index: 1;
}

header {
    height: 100px;
    width: 100%;
    position: relative;
    z-index: 1;
}

header h1 {
    font-size: 11px;
    font-size: 1.1rem;
    color: #616161;
    font-weight: normal;
    padding-top: 10px;
    margin-bottom: 5px;
}

header #tel {
    height: 49px;
    width: 287px;
    position: absolute;
    z-index: 1;
    top: 28px;
    right: 0px;
}

#mv {
    background-image: url(../images/mv_bg.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 450px;
    width: 100%;
    position: relative;
    z-index: 1;
    border-top-width: 1px;
    border-bottom-width: 1px;
    border-top-style: solid;
    border-bottom-style: solid;
    border-top-color: #dedede;
    border-bottom-color: #dedede;
}

#mv h2 {
    margin-bottom: 35px;
    padding-top: 75px;
    text-align: left;
}

#mv .mv_cv {
    text-align: center;
    width: 400px;
}

.mv_cv a {
    display: inline-block;
    width: 80%;
}

#block01 {
    background: #f3f0e9;
    padding: 50px 0 70px;
    position: relative;
    z-index: 1;
}

#block01 h2 {
    font-size: 30px;
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 30px;
}

#block01 h2 span {
    font-size: 30px;
    font-size: 3.0rem;
    color: #e83644;
}

#block01 h2 b {
    font-size: 70px !important;
    font-size: 7.0rem;
    color: #e83644;
}

#block01 h2 sup {
    font-size: 24px;
    color: #e83644;
}

footer {
    background-color: #FFF;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    z-index: 1;
}

footer p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
}

footer a {
    color: #333;
    text-decoration: none;
}

footer a:hover {
    color: #666;
    text-decoration: underline;
}

p {
    text-align: center;
    line-height: 1.6;
}

ol.feature {
    font-size: 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

ol.feature li {
    display: inline-block;
    margin: 0 20px;
}

#block02 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

h2 {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 30px;
}

h2 b {
    font-size: 40px;
    color: #e83644;
}

ul.task {
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

ul.task li {
    display: inline-block;
    background: url(../images/bl02_bg.png) no-repeat 0 0;
    width: 320px;
    height: 320px;
    text-align: center;
    margin: 0 15px 20px;
}

ul.task li h3 {
    padding: 50px 0 0 0;
    margin-bottom: 10px;
    font-size: 20px;
    font-size: 2.0rem;
    line-height: 1.4;
    color: #e8404d;
}

ul.task li p {
    width: 166px;
    margin: 0 auto;
    text-align: left;
}

#block03 {
    padding: 120px 0 70px;
    background: #f3f0e9;
    position: relative;
    z-index: 1;
}

#block03:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 80px #fff;
    border-left: solid 80px transparent;
    border-right: solid 80px transparent;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -80px;
}

ul.companies {
    width: 100%;
    position: relative;
    z-index: 1;
}

ul.companies li {
    display: block;
    background: #fff;
    width: 100%;
    box-sizing: border-box;
    padding: 20px;
    border-radius: 30px;
}

ul.companies li h3 {
    display: block;
    float: left;
}

ul.companies li p {
    float: left;
    text-align: left;
    padding: 9px 0 0 40px;
    font-weight: bold;
}

ul.companies li p span {
    font-size: 12px;
    font-weight: normal;
    color: #989898;
    display: block;
    margin-top: 11px;
}

.cv_area {
  width: 100%;
  background: #ace5f0;
  padding: 40px 0;
  position: relative;
  z-index: 1;
  text-align: center;
}

.cv_area a {
    display: inline-block;
}

.cv_area ol {
    width: 1080px;
    font-size: 0;
    position: relative;
    z-index: 1;
    margin: 0 auto;
}

.cv_area ol li {
    display: inline-block;
    margin-left: 45px;
}

.cv_area ol li:first-child {
    margin-left: 0;
}

.cv_area ol li p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 10px;
}

#block04 {
    padding: 70px 0 80px;
    position: relative;
    z-index: 1;
}

h3.bar_title {
    width: 100%;
    text-align: center;
    padding-top: 40px;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

h3.bar_title:after {
    content: "";
    display: block;
    width: 120px;
    height: 6px;
    background: #f4f1ea;
    border-radius: 3px;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -60px;
}

p#logo {
    text-align: left;
}

#block05 {
    width: 100%;
    padding: 70px 0;
    background: #f3f0e9;
    position: relative;
    z-index: 1;
}

#block05 .table_wrap {
    background: #fff;
    padding: 30px 50px;
    border-radius: 30px;
}

#block05 table tr {
    border-bottom: solid 1px #DBDBDB;
}

#block05 table tr:last-child {
    border-bottom: none;
}

#block05 table th {
    padding: 10px 20px 10px 30px;
    text-align: center;
    color: #e83644;
    font-weight: normal;
    vertical-align: middle;
    font-size: 12px;
    font-size: 1.2rem;
}

table tr th.leftcell {
    border-right: solid 1px #DBDBDB;
}

table tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 30px 20px 30px 30px;
    text-align: left;
}

table tr td.leftcell {
    border-right: solid 1px #DBDBDB;
    font-weight: bold;
    text-align: center;
}

table tr .leftcell {
    width: 100px;
}

table tr .cell02 {
    padding: 0px 30px !important;
    width: 90px;
    border-right: solid 1px #DBDBDB;
    text-align: center;
}

table tr .cell02 span {
    font-size: 10px;
    /* vertical-align: super; */
}

table tr .cell03 {
    padding: 0px 20px !important;
    width: 110px;
    border-right: solid 1px #DBDBDB;
    text-align: center;
}

#block06 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

.bl06_inner {
    background: #f4f1ea;
    border-radius: 30px;
    width: 420px;
    height: 260px;
    padding: 40px 40px 40px 480px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bl06_inner h3 {
    text-align: left;
    color: #e83644;
    padding-top: 51px;
    margin-bottom: 20px;
}

.bl06_inner p {
    text-align: left;
}

.bl06_img {
    width: 406px;
    position: absolute;
    top: 40px;
    left: 40px;
}


#block07 {
    padding: 70px 0;
    background: #f4f1ea;
    position: relative;
    z-index: 1;
}

#block07 .voice {
    background: #fff;
    border-radius: 30px;
    padding: 30px 30px;
    margin-bottom: 60px;
    position: relative;
    z-index: 1;
}

#block07 .voice p {
    text-align: left;
    width: 520px;
    position: absolute;
    top: 56px;
    right: 30px;
}

#block07 h3 {
    text-align: center;
}

#block08 {
    padding: 70px 0;
    position: relative;
    z-index: 1;
}

#block08 ul.support {
    font-size: 0;
    width: 100%;
    position: relative;
    z-index: 1;
    text-align: center;
}

#block08 ul.support li {
    display: inline-block;
    width: 280px;
    background: #f4f1ea;
    padding: 30px;
    margin-left: 30px;
    border-radius: 30px;
}

#block08 ul.support li:first-child {
    margin-left: 0;
}

#block08 ul.support li h3 {
    font-size: 16px;
    margin-bottom: 15px;
}

#block08 ul.support li h4 {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    color: #e73744;
    margin-bottom: 5px;
}

#block08 ul.support li p {
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
}

p.captionb {
    padding-top: 15px;
    text-align: left;
    font-size: 13px;
    font-size: 1.3rem;
}

.pc_display{
    display: block;
}
.sp_display{
    display: none;
}
