@charset "UTF-8";

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, font, 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, footer, header, hgroup, main, nav, section {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

*:focus {
  outline: none;
}


button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}


select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box;
}

*:focus {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

img {
  vertical-align: middle;
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
  text-rendering: optimizeLegibility;
  font-family: 'Roboto', 'Noto Sans JP', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #393939;
  background-color: #FFFCF4;
}

a {
  color: #393939;
  text-decoration: none;
}

.br {
  display: block;
}

.ibr {
  display: inline-block;
}

.bold {
  font-weight: 700;
}


.inner {
    max-width: 1000px;
    margin: 0 auto;
}
.header {
  position: relative;
  background-color: #ffffff;
  z-index: 1;
  box-shadow: 0px 3px 3px 0px rgba(144, 144, 144, 0.25);
}
.header .inner {
    display: flex;
    align-items: center;
    position: relative;
    height: 70px;
}
.header .logo img {
  height: 50px;
  display: block;
}
.header .scroll {
  position: absolute;
  top: 0;
  right: 0;
}
.header .scroll picture {
  display: block;
}
.header .scroll img {
  display: block;
  width: 100px;
}
.mv {
  background-image: url(../images/lp/mv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.mv_inner {
  max-width: 1000px;
  margin: 0 auto;
}

.mv_img {
  display: block;
  text-align: center;
}

.mv_img img{
  height: 480px;
}

.assessment_head {
  background-color: #1B56A7;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  padding: 12px 0;
  margin-bottom: 44px;
  font-weight: 700;
  position: relative;
  letter-spacing: 1.6px;
}
.assessment_head::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 49px solid transparent;
  border-right: 49px solid transparent;
  border-top: 28px solid #1B56A7;
  position: absolute;
  bottom: -26px;
  left: 50%;
  transform: translateX(-50%); /* X方向に自身の半分の幅を戻す */
}
.assessment_inner {
  max-width: 1000px;
  margin: 0 auto;
}
.assessment_box {
  margin-bottom: 80px;
}
.pulldown_list {
  display: flex;
  justify-content: center;
  margin-bottom: 32px;
  gap: 32px;
}

.pulldown_list > li {
  flex: 1;
  width: 50%;
  max-width: 600px;
}
.pulldown_list .head {
  margin-bottom: 8px;
  display: flex;
  align-items: center;
}

.pulldown_list .number {
  width: 24px;
  height: 24px;
  margin-right: 8px;
  background-color: #004B9E;
  border-radius: 4px;
  color: #ffffff;
  text-align: center;
  line-height: 24px;
  font-size: 16px;
}

.pulldown_list .read{
  font-size: 20px;
  letter-spacing: 1px;
  flex-grow: 1;
  font-weight: 700;
}


.pulldown_list .list {
  position: relative;
  width: 100%;
  height: 60px;
}

.pulldown_list .list:before {
  position: absolute;
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  top: calc(50% - 7px);
  right: 24px;
  border-bottom: 2px solid;
  border-right: 2px solid;
  transform: rotate(45deg);
}

.pulldown_list .list select {
  width: 100%;
  appearance: none;
  -webkit-appearance: none;
  border-radius: 6px;
  background: #fff;
  border: 3px solid #FFBF8F;
  outline: none;
  font-size: 18px;
  height: 100%;
  box-sizing: border-box;
  padding-left: 16px;
}

.assessment_box .copy {
  display: block;
}
.assessment_box .copy img {
  display: block;
  width: 600px;
  margin: 0 auto 8px;
}
.assessment_box .cta {
  width: 600px;
  margin: 0 auto;

}
.assessment_box .cta button {
  border-radius: 5px;
  transition: .1s;
  background-color : #008e73;
  display: block;
  box-shadow: 0px 5px 0px 0px #00614E;
}
.assessment_box .cta img {
  display: block;
  width: 100%;
}

.point3 {
  padding: 40px;
  background-color: #ffffff;;
  margin-bottom: 80px;
  border-radius: 8px;
  border-top: 6px solid #ED6B00;
  border-right: 1px solid #C6C6C6;
  border-bottom: 1px solid #C6C6C6;
  border-left: 1px solid #C6C6C6;
}

.point3 .head {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
    margin-bottom: 32px;
    color: #ED6B00;
    letter-spacing: 1.6px;
}
.point3 .head img {
  height: 80px;
}

.pointlist {
  display: flex;
  gap: 40px;
}

.pointlist  li {
  flex: 1;
}

.pointlist_check img{
  height: 50px;
  display: block;
  margin: 0 auto 32px;
}

.pointlist_img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.pointlist_head {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
  letter-spacing: 0.9px;
}

.pointlist_txt {
  font-size: 14px;
  letter-spacing: 0.7px;
}

.flow {
  background-color: #FFFFFF;
  margin: 0 auto 80px;
  padding: 48px 0 ;
}

.flow .head {
  letter-spacing: 1.6px;
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 50px;
  position: relative;
}
.flow .head:after {
  width: 170px;
  border-bottom: 3px solid #ED6B00;
  display: block;
  content: '';
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 24px;
}
.flow .head img {
  display: block;
  height: 80px;
  margin: 0 auto 8px;
}

.flowlist {
  display: flex;
  gap: 24px;
  text-align: center;
}
.flowlist_img img {
  display: block;
  height: 150px;
  margin:0 auto 24px;
}

.flowlist_check {
  margin-bottom: 24px;
}
.flowlist_check img {
  height: 60px;
}

.flowlist_head {
  font-size: 18px;
  letter-spacing: 0.9px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 16px;
}

.flowlist_txt {
  font-size: 14px;
  letter-spacing: 0.7px;
  text-align: left;
}

.footer {
  text-align: center;
  padding: 56px 0 28px;
  background-color: #FFF4CF;
}
.footer .logo {
  display: block;
  margin:0 auto 20px;
  width: 250px;
}
.footer .logo img {
  width: 100%;
}
.footer_list {
  margin-bottom: 32px;
  letter-spacing: 0.8px;
}
.footer_list li {
  margin-bottom: 16px;
}
.footer_list li:last-child {
  margin-bottom: 0;
}
.footer .copy {
  font-size: 14px;
  letter-spacing: 0.5px;
}

/*タブレットサイズ以上*/
@media (min-width:1060px) {
.assessment_box .cta button:hover {
  transform: translate3d(0, 5px, 0);
  box-shadow: 0px 0 0px 0px #00614E;
}
}

/*タブレットサイズ以下*/
@media (max-width: 1059px) {
  .inner {
    padding-left:  20px;
    padding-right:  20px;
    max-width: none;
  }
  .header .scroll {
    right: 20px;
  }

  .mv_img img {
    height: auto;
    width: 100%;
  }
  .point3 {
    padding: 40px 24px;
  }
  .pointlist {
    gap: 24px;
  }
  .flowlist {
    padding: 0 24px;
    display: flex;
    gap: 0;
    flex-wrap: wrap;
  }
  .flowlist li {
    width: 50%;
    margin-bottom: 32px;
  }
  .flowlist li:nth-child(odd) {
    padding-right: 12px;
  }
  .flowlist li:nth-child(even) {
    padding-left: 12px;
  }

  .flowlist > li:nth-last-child(2),
  .flowlist > li:last-child {
    margin-bottom: 0;
  }
  .flowlist_check {
    margin-bottom: 16px;
  }
  
  .flowlist_check img {
    height: 45px;
  }
  .flowlist_img img {
    height: 100px;
    margin-bottom: 16px;
  }
}

/*タブレットサイズ専用*/
@media (min-width:768px) and (max-width: 1059px) {
  .pointlist_head {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
  .pointlist_head .break {
    display: block;
  }
}



/*SPサイズ以下*/
@media (max-width: 767px) {
  .header {
  position: fixed;
  top: 0;
  width: 100%;
  }
   .header .inner {
    height: 65px;
   }
.header .scroll img {
  display: block;
  width: 92px;
}
.mv {
  margin-top: 65px;
  background-image: url(../images/lp/mv_sp.png);
}
.assessment_head {
  padding: 15px 0;
  font-size: 20px;
  margin-bottom: 32px;
}

.assessment_head::after {
  border-left: 22.5px solid transparent;
  border-right: 22.5px solid transparent;
  border-top:19px solid #1B56A7;
  bottom: -17px;
}
.pulldown_list {
  display: block;
  margin-bottom: 24px;
}
.pulldown_list > li {
  width:auto;
  margin: 0 auto 16px;
  max-width: none;
}
.pulldown_list > li:first-child:last-child {
  margin-left: 10px;
  margin-right: 10px;
}
.pulldown_list .read {
  font-size: 16px;
}

.pulldown_list .list {
  height: 56px;
}

.pulldown_list .list select {
  font-size: 16px;
}

.assessment_box {
  margin-bottom: 48px;
}
.assessment_box .copy img {
  width: 100%;
}
.assessment_box .cta {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.assessment_box .cta img {
  max-width: none;
  width: 100%;
}

.point3 {
  padding: 40px 16px;
}
.point3 .head {
    font-size: 24px;
    color: #313131;
    margin-bottom: 32px;
}
.point3 .head img {
  display: block;
  margin:0 auto 8px;
}

.pointlist {
  display: block;
}

.pointlist li {
  margin-bottom: 24px;
}

.pointlist li:last-child {
  margin-bottom: 0;
}

.pointlist_check img {
  height: 40px;
  margin-bottom: 16px;
}

.pointlist_img {
  margin-bottom: 16px;
}

.flow {
  padding: 40px 0 56px;
  margin-bottom: 0;
}
.flow .head {
  font-size: 24px;
}
.flow .head:after {
  padding-top: 16px;
  width: 150px;
}
.footer_list {
  font-size: 14px;
}
.footer .logo {
  width: 200px;
  margin-bottom: 16px;
}
.footer .copy {
  font-size: 12px;
}

}