@charset "UTF-8";
/******************************************************************************
 * reset
*******************************************************************************/
html {
  font-size: 62.5%;
}

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

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

a {
  text-decoration: none;
  cursor: pointer;
}

blockquote, q {
  quotes: none;
}

input, select {
  vertical-align: middle;
}

input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/******************************************************************************
 * hubspot reset
*******************************************************************************/
body{
  background-color:#fff;
}

html, body, div, span, applet, object, iframe,
body h1, body h2, body h3, body h4, body h5, body h6,body p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  font-size: 1.6rem ;
  font-size: 4.26667vw ;
}

@media only screen and (min-width: 768px) {
html, body, div, span, applet, object, iframe,
body h1, body h2, body h3, body h4, body h5, body h6,body p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    font-size: 16px ;
    font-size: 1.6rem ;
  
  }
}

img{
  width: auto;
}
h1 {
    text-indent: 0;
    width: auto;
    height: auto;
    margin: 0;
    padding: 0;
}

.input{
  margin-right:0 !important;
}
input{
  width:100% !important;
  border:none !important;
  box-sizing:border-box !important;
}
input[type="checkbox"]{
width:auto !important;
  height:auto !important;
}
select{
  width:100% !important;
  box-sizing:border-box !important;
}

textarea{
  width:100% !important;
  box-sizing:border-box !important;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height:1.6;
}

fieldset{
  max-width:none !important; 
}

input[type="submit"]{
cursor:pointer;
}

/******************************************************************************
 * site_setting
*******************************************************************************/
html {
  font-size: 62.5%;
}

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

body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  color: #333;
}

@media only screen and (min-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

figure {
  line-height: 0;
}

button {
  padding: 0;
  text-align: left;
  border: none;
  background-color: transparent;
  display: block;
}

button:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*/
  /*/
	height: auto;
	overflow: hidden;
	/**/
}

em {
  font-style: normal;
}

/******************************************************************************
 * header
*******************************************************************************/
.header {
  background-color: #1d1d1d;
  position: fixed;
  width: 100%;
  z-index: 100;
  height: 12vw;
}

@media only screen and (min-width: 768px) {
  .header {
    padding: 0 20px;
    height: 80px;
  }
}

.header__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 94.66667%;
}

@media only screen and (min-width: 768px) {
  .header__inner {
    width: 1026px;
  }
}

.header__logo {
  width: 21.06667vw;
  height: 4.53333vw;
  padding: 3.33333vw 0 4.13333vw;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  font-size: 0;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    padding: 21px 0 29px;
    height: 30px;
    width: 141px;
  }
}

.header__logo img {
  vertical-align: top;
}

.header__cv-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__tel-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right:2.6666vw;
}

.header__tel {
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 1.2rem;
  font-size: 3.2vw;
  margin: 0 2.66667vw 1.33333vw 0;
}

.header__tel a{
  color:#fff;
    font-size: 1.2rem;
  font-size: 3.2vw;
}

.header__tel a:hover{
  color:#fff
}

@media only screen and (min-width: 768px) {
  .header__tel {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 10px;
    margin-right: 30px;
  }
}

.header__tel-txt {
  color: #fff;
  line-height: 1;
  font-size: 0.8rem;
  font-size: 2.13333vw;
}

@media only screen and (min-width: 768px) {
  .header__tel-txt {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .header__tel-txt .pc-only{
  font-size: 12px;
    font-size: 1.2rem;
    display:inline;
  }
}

.header-btn a {
  display: block;
  background-color: #fff;
  text-align: center;
  color: #333;
  font-weight: bold;
  width: 26.66667vw;
  font-size: 1.1rem;
  font-size: 2.93333vw;
  border-radius: 0.53333vw;
  line-height: 6.66667vw;
  position: relative;
}

.header-btn a:after {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/header_arrow.svg) 0 0 no-repeat;
  background-size: 100% 100%;
  top: 50%;
  right: 0.8vw;
  position: absolute;
  height: 2vw;
  width: 1.2vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px) {
  .header-btn a {
    line-height: 46px;
    width: 280px;
    border-radius: 4px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .header-btn a:after {
    width: 9px;
    height: 15px;
  }
  .header-btn a:hover {
    opacity: .7;
  }
}

/******************************************************************************
 * main-v
*******************************************************************************/
.main-v {
  padding-top: 12vw;
}

@media only screen and (min-width: 768px) {
  .main-v {
    padding-top: 80px;
    position: relative;
    background: #fff url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/main_bg.jpg) center 80px no-repeat;
    height: 810px;
  }
}

@media screen and (min-width: 1600px) {
  .main-v {
    background-size: cover;
  }
}

.main-v__inner {
  position: relative;
}

.main-v__inner:after {
  content: "";
  width: 100%;
  height: 0.8vw;
  background-color: #e9e9e9;
  position: absolute;
  bottom: -0.8vw;
  left: 0;
  right: 0;
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .main-v__inner {
    padding-bottom: 110px;
  }
  .main-v__inner:after {
    height: 4px;
    bottom: 0;
    z-index: 1;
  }
}

.main-v__logo {
  width: 76%;
  margin: 0 auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
}

@media only screen and (min-width: 768px) {
  .main-v__logo {
    text-align: center;
    width: auto;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    top: 460px;
    z-index: 10;
  }
}

@media only screen and (min-width: 768px) {
  .main-v__tit {
    text-align: center;
    padding-top: 242px;
  }
}

.main-v__txt {
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
  font-size: 4.8vw;
  line-height: 1.6;
  padding: 10vw 0 8vw;
  color: #fff;
  background-color: #1d1d1d;
}

@media only screen and (min-width: 768px) {
  .main-v__txt {
    font-size: 30px;
    font-size: 3rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    padding: 83px 0 45px;
  }
}

/******************************************************************************
 * introduction
*******************************************************************************/
.introduction {
  position: relative;
  padding: 9.33333vw 0 6.66667vw;
  background: #f1f1f1 url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/introduction_bg_sp.png) 0 bottom no-repeat;
  background-size: 33.86667% auto;
}

.introduction:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9.86667vw 10.93333vw 0 10.93333vw;
  border-color: #f1f1f1 transparent transparent transparent;
  position: absolute;
  bottom: -9.86667vw;
  left: 0;
  right: 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .introduction {
    background-image: none;
    padding: 70px 0 0;
  }
  .introduction:after {
    border-width: 80px 86px 0 86px;
    bottom: -80px;
  }
}

.introduction-tit {
  text-align: center;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  margin-bottom: 8vw;
}

.introduction-tit em {
  font-size: 2.5rem;
  font-size: 6.66667vw;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .introduction-tit {
    margin-bottom: 40px;
    font-size: 32px;
    font-size: 3.2rem;
  }
  .introduction-tit em {
    font-size: 40px;
    font-size: 4rem;
  }
}

.introduction-list {
  width: 89.33333%;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .introduction-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1020px;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
  }
  .introduction-list:after {
    content: "";
    background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/introduction_bg_pc.png) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 300px;
    height: 499px;
    position: absolute;
    left: -175px;
    bottom: 0;
    z-index: -1;
  }
}

.introduction-list__item {
  border: 3px solid #185bbf;
  font-weight: bold;
  margin-bottom: 4vw;
  padding: 4vw 6.66667vw;
  background-color: #fff;
}

.introduction-list__item:last-child {
  margin-bottom: 0;
}

.introduction-list__item em {
  color: #185bbf;
}

@media only screen and (min-width: 768px) {
  .introduction-list__item {
    width: 328px;
    padding: 25px 32px;
    margin-bottom: 0;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .introduction-list__item:first-child {
    letter-spacing: -0.03em;
  }
}

/******************************************************************************
 * block01
*******************************************************************************/
.block01 {
  padding: 15.33333vw 0 6.66667vw;
  background-color:#fff;
}

@media only screen and (min-width: 768px) {
  .block01 {
    padding: 100px 0 80px;
  }
}

.block01-tit {
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  font-size: 5.33333vw;
  margin-bottom: 8vw;
}

.block01-tit em {
  font-size: 3rem;
  font-size: 8vw;
  color: #df3c43;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .block01-tit {
    margin-bottom: 60px;
    font-size: 36px;
    font-size: 3.6rem;
  }
  .block01-tit em {
    font-size: 120%;
  }
}

.block01-box {
  margin: 0 auto;
  width: 89.33333%;
  background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block01_bg.png) 0 0 repeat;
  text-align: center;
  padding: 7.33333vw 0 8vw;
}

.block01-box em {
  color: #df3c43;
}

@media only screen and (min-width: 768px) {
  .block01-box {
    width: 1026px;
    padding: 35px 0 40px;
  }
}

.block01-box__txt {
  font-weight: bold;
  font-size: 1.6rem;
  font-size: 4.26667vw;
  margin-bottom: 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .block01-box__txt {
    font-size: 26px;
    font-size: 2.6rem;
    margin-bottom: 55px;
  }
}

.block01-box__zu {
  width: 88.0597%;
  margin: 0 auto;
  position: relative;
}

.block01-box__zu:before {
  content: "";
  background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block01_line.png) 0 0 no-repeat;
  background-size: 100% 100%;
  width: 102%;
  height: 2.93333vw;
  position: absolute;
  top: -3.33333vw;
  left: -1%;
}

@media only screen and (min-width: 768px) {
  .block01-box__zu {
    width: auto;
  }
  .block01-box__zu:before {
    width: 940px;
    height: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: -40px;
  }
}

/******************************************************************************
 * block02
*******************************************************************************/
.block02 {
  background-color: #fff3f4;
  padding: 10.66667vw 0 10.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02 {
    padding: 80px 0 100px;
  }
}

.block02-tit {
  text-align: center;
  line-height: 1.5;
  font-weight: bold;
  font-size: 2rem;
  font-size: 5.33333vw;
  margin-bottom: 5.33333vw;
}

.block02-tit em {
  font-size: 3rem;
  font-size: 8vw;
  line-height: 1.3;
}

@media only screen and (min-width: 768px) {
  .block02-tit {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 30px;
  }
  .block02-tit em {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

.block02-txt {
  text-align: center;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 8vw;
}

@media only screen and (min-width: 768px) {
  .block02-txt {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }
}

.block02-list {
  margin: 0 auto;
  width: 89.33333%;
}

@media only screen and (min-width: 768px) {
  .block02-list {
    width: 1026px;
  }
}

.block02-list__item {
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 rgba(57, 57, 57, 0.3);
          box-shadow: 0 0 6px 0 rgba(57, 57, 57, 0.3);
  padding: 7.33333vw 0;
  margin-bottom: 4vw;
}

.block02-list__item:last-child {
  margin-bottom: 0;
}

@media only screen and (min-width: 768px) {
  .block02-list__item {
    padding: 50px 0;
  }
}

.block02-list__tit {
  position: relative;
  background-color: #df3c43;
  color: #fff;
  width: 94.02985%;
  margin: 0 auto 8vw;
  padding: 2vw 1.33333vw 1.33333vw 20vw;
  line-height: 1.4;
  min-height: 21.33333vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (min-width: 768px) {
  .block02-list__tit {
    width: 926px;
    min-height: 90px;
    padding: 15px 25px 15px 210px;
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 50px;
  }
  .block02-list__tit span{
     font-size: 30px;
    font-size: 3rem;
  }
}

.block02-list__no {
  position: absolute;
  top: 50%;
  left: 0;
  width: 18.93333vw;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.block02-list__txt {
  width: 88.0597%;
  margin: 0 auto 5.33333vw;
  line-height: 1.8;
}

.block02-list__txt em {
  color: #df3c43;
  font-weight: bold;
}

.block02-list__txt a {
  color: #333;
  text-decoration: underline;
}

@media only screen and (min-width: 768px) {
  .block02-list__txt {
    width: 880px;
    margin-bottom: 35px;
  }
  .block02-list__txt a:hover {
    text-decoration: none;
  }
}

.block02-list__zu {
  width: 88.0597%;
  margin: 0 auto;
  padding: 2.66667vw;
  border: 0.4vw solid #e1e1e1;
}

@media only screen and (min-width: 768px) {
  .block02-list__zu {
    border-width: 2px;
    width: 926px;
    padding: 40px 0;
    text-align: center;
  }
}

.block02-list__table {
  width: 88.0597%;
  margin: 0 auto 6vw;
  padding: 1.33333vw;
  border: 0.4vw solid #e1e1e1;
}

@media only screen and (min-width: 768px) {
  .block02-list__table {
    border-width: 2px;
    padding: 35px 0;
    text-align: center;
    margin-bottom: 30px;
  }
}

.block02-column {
  width: 88.0597%;
  margin: 0 auto;
  padding: 2.66667vw;
  position: relative;
  background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block02_column_bg.png) 0 0 repeat;
  z-index: 1;
}

.block02-column:after {
  content: "";
  background-color: #fff;
  width: calc(100% - 5.33334vw);
  height: calc(100% - 5.33334vw);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

@media only screen and (min-width: 768px) {
  .block02-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
  }
  .block02-column:after {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
  }
}

@media only screen and (min-width: 768px) {
  .block02-column__txtarea {
    width: 530px;
    padding-left: 25px;
    margin-right: 30px;
  }
}

.block02-column__tit {
  padding-top: 4.66667vw;
  text-align: center;
  margin-bottom: 4.66667vw;
  font-size: 2rem;
  font-size: 5.33333vw;
  font-weight: bold;
  line-height: 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-column__tit {
    font-size: 22px;
    font-size: 2.2rem;
    padding-top: 30px;
    margin-bottom: 25px;
    line-height: 1;
    position: relative;
    top: 2px;
    text-align: left;
  }
}

.block02-column__mark {
  font-weight: normal;
  background-color: #c10a12;
  color: #fff;
  padding: 2vw 3.33333vw 1.33333vw;
  margin-right: 2vw;
  line-height: 1;
  display: inline-block;
}

@media only screen and (min-width: 768px) {
  .block02-column__mark {
    margin-right: 20px;
    padding: 5px 20px 2px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.block02-column__txt {
  width: 89.09091%;
  margin: 0 auto 4.66667vw;
  letter-spacing: -0.03em;
}

@media only screen and (min-width: 768px) {
  .block02-column__txt {
    width: auto;
    letter-spacing: 0;
    margin: 0;
  }
}

.block02-column__img {
  width: 89.09091%;
  margin: 0 auto;
  padding-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block02-column__img {
    padding: 30px 0;
    width: 300px;
    margin: 0;
  }
}

.block02-list-box {
  width: 88.0597%;
  margin: 0 auto;
  border: 0.4vw solid #e1e1e1;
  padding: 4.66667vw 0 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-list-box {
    width: 926px;
    border-width: 2px;
    padding: 25px 38px 30px;
  }
}

.block02-list-box__tit {
  width: 71.73333vw;
  margin: 0 auto 4vw;
  text-align: center;
  font-weight: bold;
  background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block02_list-box_bg.png) 0 0 repeat;
  font-size: 1.5rem;
  font-size: 4vw;
  padding: 3.33333vw 0;
}

.block02-list-box__tit em {
  font-size: 2.1rem;
  font-size: 5.6vw;
  color: #c38714;
  line-height: 1.4;
}

@media only screen and (min-width: 768px) {
  .block02-list-box__tit {
    width: auto;
    margin: 0 auto 30px;
    font-size: 22px;
    font-size: 2.2rem;
    padding: 20px 0;
  }
  .block02-list-box__tit em {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.block02-list-box__logo {
  width: 71.73333vw;
  margin: 0 auto 6.66667vw;
  padding: 4vw;
  border: 1px solid #e1e1e1;
}

@media only screen and (min-width: 768px) {
  .block02-list-box__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 326px;
    margin: 0 25px 0 0;
    padding: 0 22px;
  }
}

.block02-list-box__subtit {
  font-weight: bold;
  text-align: center;
  font-size: 1.9rem;
  font-size: 5.06667vw;
  margin-bottom: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block02-list-box__subtit {
    font-size: 20px;
    font-size: 2rem;
    text-align: left;
    margin-bottom: 15px;
  }
}

.block02-list-box__txt {
  width: 68.66667vw;
  margin: 0 auto 6.66667vw;
}

@media only screen and (min-width: 768px) {
  .block02-list-box__txt {
    width: auto;
    line-height: 1.8;
    margin: 0 0 25px 0;
  }
}

.block02-list-box__name {
  width: 71.46667vw;
  margin: 0 auto;
  text-align: right;
  line-height: 1;
}

@media only screen and (min-width: 768px) {
  .block02-list-box__name {
    width: auto;
  }
}

@media only screen and (min-width: 768px) {
  .block02-list-box__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media only screen and (min-width: 768px) {
  .block02-list-box__dl {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

/******************************************************************************
 * block03
*******************************************************************************/
.block03 {
  padding: 9.33333vw 0 10.66667vw;
  background: #f1f1f1 url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block03_bg_sp.jpg) center center no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px) {
  .block03 {
    padding: 100px 0 100px;
    background: url(https://cdn2.hubspot.net/hubfs/3041593/LP/05_Demand%20Center/%E3%82%A2%E3%83%89%E3%82%A8%E3%83%93%E3%82%B9/block03_bg_pc.jpg) center center no-repeat;
    background-size: cover;
  }
}

.block03-tit {
  text-align: center;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 8vw;
  font-size: 2rem;
  font-size: 5.33333vw;
}

.block03-tit em {
  color: #f6697a;
}

.block03-tit .txt-l {
  font-size: 3rem;
  font-size: 8vw;
}

@media only screen and (min-width: 768px) {
  .block03-tit {
    font-size: 40px;
    font-size: 4rem;
    margin-bottom: 70px;
  }
  .block03-tit .txt-l {
    font-size: 52px;
    font-size: 5.2rem;
  }
}

@media only screen and (min-width: 768px) {
  .block03-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 1020px;
    margin: 0 auto;
  }
}

.block03-list__item {
  border-radius: 10px;
  border: 0.53333vw solid #b2b2b2;
  position: relative;
  width: 78.66667%;
  margin: 0 auto 5.33333vw;
  background-color: #fff;
  padding: 6.66667vw 0 7.33333vw;
}

.block03-list__item:last-child {
  margin-bottom: 0;
}

.block03-list__item:before {
  content: "";
  width: 59.32203%;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 1.33333vw;
  position: absolute;
  top: -0.53333vw;
  background-color: #f6697a;
}

@media only screen and (min-width: 768px) {
  .block03-list__item {
    width: 318px;
    border-width: 3px;
    border-radius: 10px;
    padding: 35px 0 20px;
    margin-bottom: 0;
  }
  .block03-list__item:before {
    width: 200px;
    height: 10px;
    top: -3px;
  }
}

.block03-list__tit {
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 4vw;
  font-size: 2rem;
  font-size: 5.33333vw;
}

@media only screen and (min-width: 768px) {
  .block03-list__tit {
    font-size: 22px;
    font-size: 2.2rem;
    margin-bottom: 20px;
  }
}

.block03-list__icon {
  margin: 0 auto 2.66667vw;
  width: 11.73333vw;
}

@media only screen and (min-width: 768px) {
  .block03-list__icon {
    width: 50px;
    margin-bottom: 20px;
  }
}

.block03-list__txt {
  width: 66.66667vw;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .block03-list__txt {
    width: 248px;
  }
}

.block02-zu-large {
  position: relative;
  background-color: #fff;
  width: 94.66667%;
  padding: 4vw;
}

.bg-black img.close {
  position: absolute;
  top: -6.66667vw;
  right: 0;
  cursor: pointer;
  width: 6.66667vw;
}

.bg-black img.close:hover {
  opacity: .7;
}

.bg-black {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  -webkit-animation: opacity 1s ease-out 0s;
          animation: opacity 1s ease-out 0s;
  cursor: pointer;
}

.bg-black img {
  cursor: default;
}

.bg-black.opacity {
  opacity: 0;
}

@-webkit-keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes opacity {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/******************************************************************************
 * form
*******************************************************************************/
.form-tit{
  font-size:5.33333333333vw;
  text-align:center;
  font-weight:bold;
  line-height:1;
  letter-spacing:0.05em;
  margin-bottom:8vw;
}
@media only screen and (min-width: 768px) {
  .form-tit{
  font-size:36px;
    margin-bottom:60px;
  }
}

.form-wrap{
background-color:#f1f1f1;
  padding:10vw 0;
}
@media only screen and (min-width: 768px) {
  .form-wrap{
  padding:100px 0 60px;
}
}
.form{
  margin:0 auto !important;
  width:94.66666% !important;
  float:none !important;
}

@media only screen and (min-width: 768px) {
.form{
  width:880px !important;
}
}

.hs-richtext div{
  margin-top:0 !important;
}

input{
  border:1px solid #b2b2b2 !important;
  padding:0 10px;
  height:50px;
  box-sizing:border-box;
  font-size:16px;
}

select{
  height:50px;
}

textarea{
  height:180px;
}

.hs-form-field label{
font-weight:bold;
}
.hs-richtext span{
  font-weight:bold;
}

.hs-form-field .hs-form-required{
color:#ff0201;
}

.form-columns-2 .hs-fieldtype-text{
  width:100% !important;
}

@media only screen and (min-width: 768px) {
.form-columns-2 .hs-fieldtype-text{
  width:49% !important;
}
}

.form-columns-2 .hs_lastname{
margin-right:2%;
}
input[type="checkbox"]{
  margin-right:10px;
}

input[type="checkbox"] + span > div{
  float:none !important;
  display: inline-block !important;
  font-weight:normal !important;
  margin-top:10px;
}

input[type="checkbox"] + span > div a{
  color:#222 !important;
  text-decoration:underline;
}

input[type="submit"]{
  height:12vw !important;
  width:77.3333% !important;
  border-radius:6px !important;
  background-color:#9a999a;
  margin:20px auto 40px !important;
  font-weight:bold;
  font-size:4.26666vw;
  color:#fff;
  display:block;
  border:2px solid #818181 !important;
}

@media only screen and (min-width: 768px) {
input[type="submit"]{
  height:80px !important;
  width:580px !important;
  font-size:22px;
  margin:40px auto 50px !important;
}
}

textarea{
  padding:10px;
  font-size:16px;
}

.hs_lp_contact_message{
margin-bottom:40px;
}

.form-txt{
  font-weight:bold;
  margin-bottom:10px;
}

#policyTextStream{
  border:1px solid #b2b2b2;
  width:100%;
  height:220px;
  overflow-y:scroll;
  background-color:#fff;
  padding:20px;
  font-size:13px;
}

@media only screen and (min-width: 768px) {
#policyTextStream{
  width:880px !important;
}
}

#policyTextStream p,#policyTextStream dt,#policyTextStream dd,#policyTextStream span,#policyTextStream li{
  font-size:13px;
  line-height:1.8;
}

#policyTextStream dd{
  padding-left:40px;
}

#policyTextStream a{
  color:#222;
}
  
/******************************************************************************
 * footer
*******************************************************************************/
.footer {
  background-color: #1d1d1d;
  padding: 4vw 0;
}

@media only screen and (min-width: 768px) {
  .footer {
    padding: 20px 0;
  }
}

.footer-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 4vw;
}

@media only screen and (min-width: 768px) {
  .footer-list {
    margin-bottom: 40px;
  }
}

.footer-list__item {
  line-height: 1;
  position: relative;
  padding: 0 4vw;
}

.footer-list__item:first-child:after {
  content: "";
  height: 100%;
  width: 1px;
  background-color: #fff;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (min-width: 768px) {
  .footer-list__item {
    padding: 0 30px;
  }
}

.footer-list__item a {
  color: #fff;
  font-size: 1.4rem;
  font-size: 3.73333vw;
}

@media only screen and (min-width: 768px) {
  .footer-list__item a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.footer-copy {
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 1.2rem;
  font-size: 3.2vw;
}

@media only screen and (min-width: 768px) {
  .footer-copy {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

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

.pc-only {
  display: none;
}

@media only screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
}

.txt-img {
  text-indent: -9999px;
  overflow: hidden;
}

.sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

.relative {
  position: relative;
}

.fz0 {
  font-size: 0;
}

.lh0 {
  line-height: 0;
}

.lh1 {
  line-height: 1;
}

.white-txt {
  color: #fff;
}

/****margin
*****************************************/
.mr0 {
  margin-right: 0;
}

.mb0 {
  margin-bottom: 0;
}

.pb0 {
  padding-bottom: 0;
}
/*# sourceMappingURL=style.css.map */