@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;600;700;800;900&display=swap');
/* ------------------------------------------
  Utility Class
------------------------------------------ */

/* clearfix */

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

/* ------------------------------------------
  Common
------------------------------------------ */

* {
  box-sizing: border-box;
  word-break: normal;
}

html {
  font-size: 10px;
  height: 100%;
}

body {
  color: #080808;
  font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
  font-weight: 400;
  line-height: 1.7;
  min-width: 1120px;
  position: relative;
  -webkit-text-size-adjust: none;
}

body.layer {
  height: 100%;
  overflow: hidden;
}

a, a img {
  color: inherit;
  text-decoration: none;
  transition: color .3s ease, background .3s ease, opacity .3s ease;
}

a:hover {
  opacity: .75;
  text-decoration: none;
}

a:hover * {
  opacity: .75;
}

a:focus {
  outline: none;
}

@media(min-width: 768px) {
  a[href^='tel:'] {
    pointer-events: none;
  }
}

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

h1, h2, h3, h4, h5, h6 {
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

.clear {
  clear: both;
}

.only_pc {
  display: block !important;
}

.only_sp {
  display: none !important;
}

input, button, select, textarea {
  -webkit-appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox], input[type=radio] {
  height: 1px;
  margin: 0;
  opacity: 0;
  position: absolute;
  width: 1px;
  z-index: -1;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

@media screen and (max-width: 767px) {
  body {
    min-width: inherit;
  }
  .container {
    margin: 0 20px;
    width: auto;
  }
  .only_pc {
    display: none !important;
  }
  .only_sp {
    display: block !important;
  }
}

/* ------------------------------------------
  header
------------------------------------------ */

.container {
  position: relative;
  z-index: 9999999;
  width: 1080px;
}

.header_logo {
  width: 353px;
  position: absolute;
  top: 0;
  left: 0;
}

.header_logo_link {
  display: block;
}

.header_logo_link img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .container {
    margin: 0 20px;
    width: auto;
  }
  .header_logo {
    width: 250px;
  }
}

/* ------------------------------------------
  lp_mv
------------------------------------------ */

.lp_mv {
  background-image: url(../img/lp_mv.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 875px;
}

.lp_mv_main {
  padding-top: 197px;
  padding-bottom: 36px;
  max-width: 1040px;
  margin: 0 auto;
  position: relative;
}

.lp_mv_main_text_title {
  width: 547px;
}

.lp_mv_main_text_title img {
  width: 100%;
}

.lp_mv_main_text_desc {
  text-shadow: 4px 4px 10px rgba(255, 255, 255, 0.45), 0px 4px 4px #FFF;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  display: table;
  padding-left: 55px;
  text-align: center;
  margin-top: 38px;
}

.lp_mv_main_off {
  background-color: rgba(255, 255, 255, 0.80);
  padding: 26px 39px;
  max-width: 1000px;
  margin: 67px auto 0;
}

.lp_mv_main_off_top {
  font-size: 22px;
  color: #0C4E9C;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 113.636%;
}

.lp_mv_main_off_main {
  display: flex;
  margin-top: 13px;
  justify-content: space-between;
}

.lp_mv_main_off_main_title {
  width: 531px;
}

.lp_mv_main_off_main_title img {
  width: 100%;
}

.lp_mv_main_off_main_btn {
  display: block;
  width: 366px;
}

.lp_mv_main_off_cord {
  color: var(--sub, #4F4F4F);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 138.889%;
}

.lp_mv_main_off_cord span {
  font-size: 21px;
}

.lp_mv_main_last {
  color: var(--sub-txt, #4F4F4F);
  text-align: right;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  margin-top: 36px;
}

.lp_mv_main_trans {
  position: absolute;
  top: 304px;
  left: 542px;
  width: 209px;
}

@media screen and (max-width: 767px) {
  .lp_mv {
    min-height: 500px;
    background-image: url(../img/sp_lp_mv.png);
  }
  .lp_mv_main {
    padding-top: 140px;
    padding-bottom: 20px;
  }
  .lp_mv_main_text_title {
    max-width: 382px;
    padding: 0 20px;
    width: 100%;
    margin: 0 auto;
  }
  .lp_mv_main_text_desc {
    font-size: 30px;
    display: table;
    padding-left: 0;
    margin: 20px auto 0;
  }
  .lp_mv_main_off {
    padding: 20px;
    width: calc(100% - 40px);
    margin: 20px auto 0;
  }
  .lp_mv_main_off_top {
    font-size: 16px;
    text-align: center;
  }
  .lp_mv_main_off_main {
    display: block;
    margin-top: 20px;
  }
  .lp_mv_main_off_main_title {
    max-width: 375px;
    width: 100%;
    margin: 0 auto;
  }
  .lp_mv_main_off_main_btn {
    max-width: 256px;
    width: 100%;
    margin: 20px auto 0;
  }
  .lp_mv_main_off_cord {
    text-align: center;
    font-size: 15px;
  }
  .lp_mv_main_off_cord span {
    font-size: 18px;
  }
  .lp_mv_main_last {
    font-size: 13px;
    margin-top: 20px;
    padding: 0 20px;
  }
  .lp_mv_main_trans {
    position: static;
    width: 150px;
    margin: 20px auto 0;
  }
}

/* ------------------------------------------
  lp_worry
------------------------------------------ */

.lp_worry {
  position: relative;
  z-index: 1;
}

.lp_worry_arrow {
  width: 300px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

.lp_worry_arrow img {
  width: 100%;
}

.lp_worry_main {
  max-width: 976px;
  margin: 0 auto;
  padding: 80px 0 107px;
  position: relative;
  z-index: 0;
}

.lp_worry_main_top_title {
  color: var(--main-txt, #333);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%;
  letter-spacing: 10%;
}

.lp_worry_main_top_title span {
  font-size: 36px;
}

.lp_worry_main_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 48px;
}

.lp_worry_main_lists_item {
  width: calc(25% - 24px);
  margin-left: 32px;
  background: var(--bg1, #FFF);
  /* shadow1 */
  box-shadow: 0px 5.76578px 5.76578px 0px rgba(40, 40, 40, 0.16);
}

.lp_worry_main_lists_item:nth-child(4n+1) {
  margin-left: 0;
}

.lp_worry_main_lists_item:nth-child(n+5) {
  margin-top: 32px;
}

.lp_worry_main_lists_item_img img {
  width: 100%;
}

.lp_worry_main_lists_item_text {
  padding: 25px 0;
}

.lp_worry_main_lists_item_text_item {
  color: var(--sub-txt, #555);
  text-align: center;
  font-size: 17px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .lp_worry_arrow {
    width: 150px;
    bottom: -40px;
  }
  .lp_worry_main {
    padding: 40px 0 50px;
  }
  .lp_worry_main_top_title {
    font-size: 24px;
  }
  .lp_worry_main_top_title span {
    font-size: 24px;
  }
  .lp_worry_main_lists {
    margin-top: 20px;
  }
  .lp_worry_main_lists_item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .lp_worry_main_lists_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lp_worry_main_lists_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .lp_worry_main_lists_item_text {
    padding: 10px 0;
  }
  .lp_worry_main_lists_item_text_item {
    font-size: 13px;
  }
}

/* ------------------------------------------
  lp_reason
------------------------------------------ */

.lp_reason {
  padding: 115px 0 101px;
  background-color: #F4FAFF;
  position: relative;
  z-index: 0;
}

.lp_reason_main_title_sub {
  color: var(--main-txt, #333);
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
}

.lp_reason_main_title_main {
  max-width: 878px;
  margin: 14px auto 0;
}

.lp_reason_main_anker {
  margin-top: 55px;
  display: flex;
}

.lp_reason_main_anker_item {
  width: calc(33.33333% - 36px);
  margin-left: 52px;
}

.lp_reason_main_anker_item:nth-child(3n+1) {
  margin-left: 0;
}

.lp_reason_main_anker_item_link {
  display: block;
  background-color: #fff;
  box-shadow: 0px 10px 10px 0px rgba(40, 40, 40, 0.10);
  padding: 24px 55px 27px 38px;
  background-image: url(../img/lp_reason_main_anker_item_link_arrow.png);
  background-position: center right 32px;
  background-repeat: no-repeat;
  background-size: 24px 13px;
}

.lp_reason_main_anker_item_link_number {
  width: 41px;
}

.lp_reason_main_anker_item_link_title {
  color: var(--main-txt, #333);
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin-top: 8px;
}

.lp_reason_main_content {
  margin-top: 81px;
  box-shadow: 0px 10px 10px 0px rgba(40, 40, 40, 0.10);
  background-color: #fff;
  padding: 57px 80px 77px;
}

.lp_reason_main_content_reason {
  width: 238px;
  margin: 0 auto;
}

.lp_reason_main_content_reason img {
  width: 100%;
}

.lp_reason_main_content_title {
  color: var(--main, #333);
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  text-align: center;
  margin-top: 20px;
}

.lp_reason_main_content_img {
  margin-top: 45px;
}

.lp_reason_main_content_img img {
  width: 100%;
}

.lp_reason_main_content_lists {
  display: flex;
  margin-top: 46px;
  padding: 0 15px;
}

.lp_reason_main_content_lists_item {
  width: calc(33.33333% - 41px);
  margin-left: 61px;
}

.lp_reason_main_content_lists_item:nth-child(3n+1) {
  margin-left: 0;
}

.lp_reason_main_content_lists_item_icon {
  width: 125px;
  margin: 0 auto;
}

.lp_reason_main_content_lists_item_title {
  color: var(--text, #000);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 11px;
}

.lp_reason_main_content_lists_item_desc {
  color: var(--text, #000);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
  margin-top: 32px;
  letter-spacing: 0.02em;
}

.lp_reason_main_content_lists_item_desc span {
  font-size: 12px;
}

.lp_reason_main_content_lists_item_attention {
  margin-top: 20px;
  color: var(--text, #000);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}

.lp_reason_main_content_last {
  background: #FFFCF6;
  position: relative;
  z-index: 0;
  margin-top: 45px;
  padding: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.lp_reason_main_content_last_icon {
  background-color: #607EA0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  position: absolute;
  top: 20px;
  left: 17px;
  z-index: 0;
}

.lp_reason_main_content_last_icon.top_right {
  top: 20px;
  left: auto;
  right: 17px;
}

.lp_reason_main_content_last_icon.bottom_right {
  bottom: 20px;
  top: auto;
  left: auto;
  right: 17px;
}

.lp_reason_main_content_last_icon.bottom_left {
  top: auto;
  bottom: 20px;
}

.lp_reason_main_content_last_img {
  width: 302px;
}

.lp_reason_main_content_last_img img {
  width: 100%;
}

.lp_reason_main_content_last_text {
  width: calc(100% - 302px);
  padding-left: 38px;
}

.lp_reason_main_content_last_text_top {
  border: 1px solid var(--main, #0C4E9C);
  line-height: 37px;
  padding: 0 14px;
  color: var(--main, #0C4E9C);
  font-size: 18px;
  font-style: normal;
  display: table;
  font-weight: 600;
}

.lp_reason_main_content_last_text_free {
  color: var(--text, #000);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  margin-top: 16px;
  letter-spacing: .1em;
}

.lp_reason_main_content_last_text_free.big {
  font-size: 30px;
}

.lp_reason_main_content_last_text_free span {
  font-size: 14px;
}

.lp_reason_main_content_last_text_attention {
  color: var(--text, #000);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.5;
  margin-top: 16px;
}

.lp_reason_main_content_last_text_attention.small {
  font-size: 14px;
}

.lp_reason_main_content_last_text_attention.small.margin_top {
  margin-top: 10px;
}

.lp_reason_bottom {
  margin-top: 68px;
}

.lp_reason_bottom_main_title {
  color: var(--main, #0C4E9C);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: .01em;
}

.lp_reason_bottom_main_desc {
  color: var(--sub-txt, #4F4F4F);
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  margin-top: 26px;
}

.lp_reason_bottom_main_btn {
  display: block;
  max-width: 700px;
  margin: 40px auto 0;
}

.lp_reason_bottom_main_btn img {
  width: 100%;
}

.lp_reason_arrow {
  width: 300px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
}

.lp_reason_arrow img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .lp_reason {
    padding: 60px 0;
  }
  .lp_reason_main_title_sub {
    font-size: 20px;
  }
  .lp_reason_main_title_main {
    max-width: 350px;
    margin: 6px auto 0;
  }
  .lp_reason_main_anker {
    margin-top: 55px;
    display: block;
  }
  .lp_reason_main_anker_item {
    width: 100%;
    max-width: 255px;
    margin-left: auto;
    margin: 0 auto;
  }
  .lp_reason_main_anker_item:nth-child(3n+1) {
    margin-left: auto;
  }
  .lp_reason_main_anker_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .lp_reason_main_anker_item_link {
    padding: 20px;
    background-position: center right 22px;
    background-size: 16px 9px;
  }
  .lp_reason_main_anker_item_link_number {
    width: 28px;
  }
  .lp_reason_main_anker_item_link_title {
    font-size: 18px;
    margin-top: 8px;
  }
  .lp_reason_main_content {
    margin-top: 40px;
    padding: 40px 20px;
  }
  .lp_reason_main_content_reason {
    width: 150px;
  }
  .lp_reason_main_content_title {
    font-size: 24px;
    margin-top: 10px;
  }
  .lp_reason_main_content_img {
    margin-top: 20px;
  }
  .lp_reason_main_content_lists {
    display: block;
    margin-top: 20px;
    padding: 0;
  }
  .lp_reason_main_content_lists_item {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
  .lp_reason_main_content_lists_item:nth-child(3n+1) {
    margin-left: auto;
  }
  .lp_reason_main_content_lists_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .lp_reason_main_content_lists_item_icon {
    width: 100px;
  }
  .lp_reason_main_content_lists_item_title {
    font-size: 20px;
    margin-top: 11px;
  }
  .lp_reason_main_content_lists_item_desc {
    font-size: 15px;
    margin-top: 10px;
  }
  .lp_reason_main_content_lists_item_desc span {
    font-size: 10px;
  }
  .lp_reason_main_content_lists_item_attention {
    margin-top: 10px;
    font-size: 12px;
  }
  .lp_reason_main_content_last {
    margin-top: 20px;
    padding: 30px 20px;
    display: block;
  }
  .lp_reason_main_content_last_icon {
    width: 10px;
    height: 10px;
    top: 10px;
    left: 10px;
  }
  .lp_reason_main_content_last_icon.top_right {
    top: 10px;
    left: auto;
    right: 10px;
  }
  .lp_reason_main_content_last_icon.bottom_right {
    bottom: 10px;
    top: auto;
    left: auto;
    right: 10px;
  }
  .lp_reason_main_content_last_icon.bottom_left {
    top: auto;
    bottom: 10px;
  }
  .lp_reason_main_content_last_img {
    max-width: 302px;
    width: 100%;
    margin: 0 auto;
  }
  .lp_reason_main_content_last_text {
    width: 100%;
    max-width: 302px;
    padding-left: 0;
    margin: 20px auto 0;
  }
  .lp_reason_main_content_last_text_top {
    line-height: 30px;
    padding: 0 10px;
    font-size: 14px;
  }
  .lp_reason_main_content_last_text_free {
    font-size: 20px;
    margin-top: 10px;
  }
  .lp_reason_main_content_last_text_free.big {
    font-size: 24px;
  }
  .lp_reason_main_content_last_text_free span {
    font-size: 14px;
  }
  .lp_reason_main_content_last_text_attention {
    font-size: 14px;
    margin-top: 10px;
  }
  .lp_reason_main_content_last_text_attention.small {
    font-size: 12px;
  }
  .lp_reason_bottom {
    margin-top: 40px;
  }
  .lp_reason_bottom .container {
    margin: 0;
  }
  .lp_reason_bottom_main_title {
    font-size: 28px;
    line-height: 1.3;
  }
  .lp_reason_bottom_main_desc {
    font-size: 14px;
    margin-top: 20px;
  }
  .lp_reason_bottom_main_btn {
    display: block;
    max-width: 400px;
    margin: 20px auto 0;
  }
  .lp_reason_arrow {
    width: 150px;
    bottom: -30px;
  }
}

/* ------------------------------------------
  lp_voice
------------------------------------------ */

.lp_voice {
  padding: 117px 0 106px;
  position: relative;
  z-index: 0;
}

.lp_voice_main {
  padding: 0 20px;
}

.lp_voice_main_title_sub {
  color: var(--main-txt, #333);
  text-align: center;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.01em;
}

.lp_voice_main_title_main {
  color: var(--main, #0C4E9C);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: .04em;
  display: table;
  margin: 19px auto 0;
  position: relative;
  z-index: 0;
  padding-bottom: 33px;
}

.lp_voice_main_title_main::before {
  width: 165px;
  height: 3px;
  background-color: #C7A26A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.lp_voice_main_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 53px;
}

.lp_voice_main_lists_item {
  width: calc(50% - 35px);
  margin-left: 70px;
  padding: 20px 25px;
  background-color: #F4FAFF;
}

.lp_voice_main_lists_item:nth-child(2n+1) {
  margin-left: 0;
}

.lp_voice_main_lists_item:nth-child(n+3) {
  margin-top: 34px;
}

.lp_voice_main_lists_item_top {
  color: var(--text, #000);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.lp_voice_main_lists_item_stars {
  width: 98px;
  margin-top: 10px;
}

.lp_voice_main_lists_item_stars img {
  width: 100%;
}

.lp_voice_main_lists_item_title {
  color: var(--text, #000);
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

.lp_voice_main_lists_item_desc {
  color: var(--text, #000);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.8;
  margin-top: 13px;
  letter-spacing: .05em;
}

.lp_voice_dakedo {
  width: 300px;
  position: absolute;
  bottom: -60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 0;
}

@media screen and (max-width: 767px) {
  .lp_voice {
    padding: 60px 0;
  }
  .lp_voice_main {
    padding: 0;
  }
  .lp_voice_main_title_sub {
    font-size: 24px;
  }
  .lp_voice_main_title_main {
    font-size: 30px;
    margin: 10px auto 0;
    padding-bottom: 20px;
  }
  .lp_voice_main_title_main::before {
    width: 120px;
  }
  .lp_voice_main_lists {
    display: block;
    margin-top: 20px;
  }
  .lp_voice_main_lists_item {
    width: 100%;
    margin-left: auto;
    margin: 0 auto;
    padding: 20px;
  }
  .lp_voice_main_lists_item:nth-child(2n+1) {
    margin-left: auto;
  }
  .lp_voice_main_lists_item:nth-child(n+2) {
    margin-top: 20px;
  }
  .lp_voice_main_lists_item_top {
    font-size: 12px;
  }
  .lp_voice_main_lists_item_stars {
    width: 70px;
    margin-top: 10px;
  }
  .lp_voice_main_lists_item_title {
    font-size: 16px;
  }
  .lp_voice_main_lists_item_desc {
    font-size: 13px;
    margin-top: 10px;
  }
  .lp_voice_dakedo {
    width: 150px;
    bottom: -30px;
  }
}

/* ------------------------------------------
  lp_off
------------------------------------------ */

.lp_off {
  background-image: url(../img/lp_off.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 89px 0 107px;
}

.lp_off_main {
  padding: 0 20px;
}

.lp_off_main_top {
  color: var(--main-txt, #333);
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 180%;
}

.lp_off_main_content {
  background-color: #fff;
  padding: 50px 118px;
  margin-top: 30px;
}

.lp_off_main_content_top img {
  width: 100%;
}

.lp_off_main_content_cord {
  color: var(--sub, #4F4F4F);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 20px;
  text-align: center;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  margin-top: 20px;
}

.lp_off_main_content_cord span {
  font-size: 22px;
}

.lp_off_main_content_bottom {
  margin-top: 24px;
}

.lp_off_main_content_bottom img {
  width: 100%;
}

.lp_off_main_content_btn {
  display: block;
  width: 700px;
  margin: 31px auto 0;
}

@media screen and (max-width: 767px) {
  .lp_off {
    background-position: bottom center;
    background-size: cover;
    padding: 60px 0;
  }
  .lp_off_main {
    padding: 0;
  }
  .lp_off_main_top {
    font-size: 18px;
  }
  .lp_off_main_content {
    background-color: #fff;
    padding: 20px;
    margin-top: 20px;
  }
  .lp_off_main_content_top {
    max-width: 335px;
    margin: 0 auto;
  }
  .lp_off_main_content_cord {
    font-size: 14px;
    margin-top: 15px;
  }
  .lp_off_main_content_cord span {
    font-size: 16px;
  }
  .lp_off_main_content_bottom {
    max-width: 335px;
    margin: 20px auto 0;
  }
  .lp_off_main_content_btn {
    max-width: 335px;
    width: 100%;
    margin: 20px auto 0;
  }
}

/* ------------------------------------------
  lp_skil
------------------------------------------ */

.lp_skil {
  padding: 83px 0 80px;
}

.lp_skil_main_title_sub {
  color: var(--main-txt, #333);
  text-align: center;
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.04em;
}

.lp_skil_main_title_main {
  text-align: center;
  color: var(--main-txt, #333);
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: 0.04em;
  margin-top: 20px;
  padding-bottom: 33px;
  position: relative;
  z-index: 0;
}

.lp_skil_main_title_main::before {
  width: 165px;
  height: 3px;
  background-color: #C7A26A;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
}

.lp_skil_main_lists {
  display: flex;
  flex-wrap: wrap;
  margin-top: 113px;
  justify-content: center;
}

.lp_skil_main_lists_item {
  width: 400px;
}

.lp_skil_main_lists_item:first-child {
  margin-right: 60px;
}

.lp_skil_main_lists_item:last-child {
  margin-top: 36px;
}

.lp_skil_main_desc {
  color: #4F4F4F;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 160%;
  letter-spacing: .04em;
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .lp_skil {
    padding: 60px 0;
  }
  .lp_skil_main_title_sub {
    font-size: 24px;
  }
  .lp_skil_main_title_main {
    font-size: 30px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  .lp_skil_main_title_main::before {
    width: 120px;
  }
  .lp_skil_main_lists {
    display: block;
    margin-top: 20px;
  }
  .lp_skil_main_lists_item {
    max-width: 300px;
    margin: 20px auto 0;
  }
  .lp_skil_main_lists_item:first-child {
    margin: 0 auto;
  }
  .lp_skil_main_lists_item:last-child {
    margin-top: 20px;
  }
  .lp_skil_main_desc {
    font-size: 16px;
    margin-top: 20px;
    text-align: left;
  }
}

/* ------------------------------------------
  lp_flow
------------------------------------------ */

.lp_flow {
  background-color: #F4FAFF;
  padding: 80px 0 84px;
}

.lp_flow_main_title {
  color: var(--main-txt, #333);
  text-align: center;
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: .04em;
}

.lp_flow_main_lists {
  justify-content: space-between;
  display: flex;
  max-width: 995px;
  margin: 73px auto 0;
}

.lp_flow_main_lists_item {
  width: calc(16.6666666% - 15px);
  margin-left: 18px;
}

.lp_flow_main_lists_item:nth-child(6n+1) {
  margin-left: 0;
}

.lp_flow_main_lists_item_number {
  color: var(--main, #0C4E9C);
  text-align: center;
  font-family: 'Frank Ruhl Libre', serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: .04em;
}

.lp_flow_main_lists_item_img {
  margin-top: 10px;
  position: relative;
  z-index: 0;
}

.lp_flow_main_lists_item_img::before {
  background-color: #5A84C2;
  width: 30px;
  z-index: -1;
  position: absolute;
  top: 70px;
  left: -23px;
  height: 1px;
  content: "";
}

.lp_flow_main_lists_item:first-child .lp_flow_main_lists_item_img::before {
  content: none;
}

.lp_flow_main_lists_item_img img {
  width: 100%;
}

.lp_flow_main_lists_item_title {
  color: var(--main-text, #291F1A);
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 150%;
  letter-spacing: .04em;
  margin-top: 10px;
}

.lp_flow_main_lists_item_desc {
  color: var(--sub, #4F4F4F);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 160%;
  letter-spacing: 0.04em;
  margin-top: 10px;
  padding: 0 4px;
}

.lp_flow_main_contact {
  background-color: #fff;
  padding: 26px 38px 17px;
  margin-top: 80px;
}

.lp_flow_main_contact_top {
  color: var(--main, #0C4E9C);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.04em;
}

.lp_flow_main_contact_main {
  display: flex;
  margin-top: 13px;
}

.lp_flow_main_contact_main_title {
  width: 531px;
}

.lp_flow_main_contact_main_btn {
  display: block;
  width: 366px;
  margin-left: 25px;
}

.lp_flow_main_contact_cord {
  color: var(--sub, #4F4F4F);
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.4;
}

.lp_flow_main_contact_cord span {
  font-size: 21px;
}

@media screen and (max-width: 767px) {
  .lp_flow {
    padding: 60px 0;
  }
  .lp_flow_main_title {
    font-size: 30px;
  }
  .lp_flow_main_lists {
    max-width: 335px;
    margin: 20px auto 0;
    flex-wrap: wrap;
  }
  .lp_flow_main_lists_item {
    width: calc(50% - 10px);
    margin-left: 20px;
  }
  .lp_flow_main_lists_item:nth-child(2n+1) {
    margin-left: 0;
  }
  .lp_flow_main_lists_item:nth-child(n+3) {
    margin-top: 20px;
  }
  .lp_flow_main_lists_item_number {
    font-size: 16px;
  }
  .lp_flow_main_lists_item_img {
    margin-top: 10px;
  }
  .lp_flow_main_lists_item_img::before {
    width: 44px;
    top: 75px;
    left: -27px;
  }
  .lp_flow_main_lists_item:nth-child(2n+1) .lp_flow_main_lists_item_img::before {
    content: none;
  }
  .lp_flow_main_lists_item_title {
    font-size: 20px;
    margin-top: 10px;
  }
  .lp_flow_main_lists_item_desc {
    font-size: 13px;
    margin-top: 10px;
    padding: 0 4px;
  }
  .lp_flow_main_contact {
    padding: 20px;
    margin-top: 40px;
  }
  .lp_flow_main_contact_top {
    font-size: 15px;
    text-align: center;
  }
  .lp_flow_main_contact_main {
    display: block;
    margin-top: 10px;
  }
  .lp_flow_main_contact_main_title {
    max-width: 300px;
    width: 100%;
    margin: 20px auto 0;
  }
  .lp_flow_main_contact_main_btn {
    max-width: 250px;
    width: 100%;
    margin: 20px auto 0;
  }
  .lp_flow_main_contact_cord {
    text-align: center;
    font-size: 14px;
  }
  .lp_flow_main_contact_cord span {
    font-size: 16px;
  }
}

/* ------------------------------------------
  footer
------------------------------------------ */

.footer {
  padding: 50px 0;
}

.footer_logo {
  width: 273px;
  margin: 0 auto;
  display: block;
}

.footer_menu {
  display: flex;
  margin-top: 38px;
  justify-content: center;
}

.footer_menu_item {
  padding: 0 20px;
  border-right: 1px #333 solid;
}

.footer_menu_item:first-child {
  border-left: 1px #333 solid;
}

.footer_menu_item_link {
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}

.footer_bottom {
  margin-top: 64px;
  display: flex;
  justify-content: center;
}

.footer_bottom_item {
  margin-left: 40px;
}

.footer_bottom_item:first-child {
  margin-left: 0;
}

.footer_bottom_item_link {
  color: var(--main, #333);
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}

.footer_copy {
  color: var(--main, #333);
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: 40px 0;
  }
  .footer_logo {
    width: 250px;
    margin: 0 auto;
    display: block;
  }
  .footer_menu {
    display: flex;
    margin-top: 20px;
  }
  .footer_menu_item {
    padding: 0 10px;
  }
  .footer_menu_item_link {
    font-size: 13px;
  }
  .footer_bottom {
    margin-top: 30px;
  }
  .footer_bottom_item {
    margin-left: 20px;
  }
  .footer_bottom_item_link {
    font-size: 12px;
  }
  .footer_copy {
    font-size: 11px;
    margin-top: 20px;
  }
}