@charset "UTF-8";
/* ===================================================================
CSS information
 file name  :  template_lp01.css
 style info :  LP No.01 用の cssの定義
=================================================================== */
/*------------------------------------------------

_setting.css

-------------------------------------------------*/
/*.pb img,.pb1 img,.pb2 img{border-color: #999999;}*/
/*------------------------------------------------

_button.css

-------------------------------------------------*/
.btn a, .btn_half a, .btn_onethird a, .btn_twothird a, .btn_free a, .btn_fs_s a, .btn_circle a {
  border-color: #333333 #333333 #333333 #333333;
  color: #333333;
  background-color: rgba(255, 255, 255, 0.7);
}

.btn a:hover,
.btn_half a:hover,
.btn_onethird a:hover,
.btn_twothird a:hover,
.btn_fs_s a:hover,
.btn_free a:hover {
  background-color: #ffffff;
  color: #ffffff;
  border-color: #ffffff;
}

.btn_bg a {
  text-decoration: none;
  background-color: #333333;
  color: #ffffff;
}

.btn_bg a:hover {
  background-color: #ffffff;
}

/* txt lilnk ***/
.txt_link a {
  color: #38a19a;
}

/* ページ内のナビゲーション ***/
.list_txt_link3 li,
.list_txt_link4 li {
  border-color: #38a19a;
}

.list_txt_link3 a:hover,
.list_txt_link4 a:hover {
  background-color: #38a19a;
  color: #ffffff;
}

.col_bg {
  background-color: #ffffff;
}

a.pagetop {
  background-image: url(../image/common/pagetop.gif);
}

/*-----------------------------------------------------------------

header

-----------------------------------------------------------------*/
header #logo {
  max-width: 1200px;
  margin: 15px auto 0;
  padding: 0 16px;
}

header #logo img {
  display: block;
  height: 40px;
  widht: 100%;
}

/*-----------------------------------------------------------------

title

-----------------------------------------------------------------*/
.lp01_title01 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
  line-height: 1.4;
}

@media only screen and (max-width: 690px) {
  .lp01_title01 {
    font-size: 28px;
    margin-bottom: 30px;
  }
}

/*-----------------------------------------------------------------

TOP

-----------------------------------------------------------------*/
/*-------------------------
mainimage
--------------------------*/
.lp01_topmain_area {
  background: linear-gradient(45deg, #4674CA, #3DC3DA);
  margin-top: -55px;
}

.lp01_topmain_block {
  max-width: 1200px;
  margin: auto;
  padding: 80px 16px;
  display: flex;
  align-items: center;
}

.lp01_topmain_col_l {
  width: 45%;
  padding-right: 5%;
}

.lp01_topmain_col_r {
  width: 55%;
}

.lp01_topmain_lead {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #ffffff;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.lp01_topmain_name {
  font-size: 96px;
  font-weight: bold;
  color: #ffffff;
  line-height: 1;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
}

.lp01_btn {
  margin-top: 60px;
}

.lp01_btn a {
  display: inline-block;
  background-color: #ffffff;
  color: #3876D0;
  padding: 12px 4em;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.lp01_btn a:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0);
}

.lp01_topmain_area_bg {
  position: relative;
  overflow: hidden;
  height: 40px;
  margin-top: -40px;
  z-index: 1;
}

.lp01_topmain_area_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ffffff;
  transform-origin: right center;
  transform: rotate(-1.2deg);
}

@media only screen and (max-width: 979px) {
  .lp01_topmain_block {
    padding-bottom: 100px;
  }
  .lp01_topmain_lead {
    font-size: 16px;
  }
  .lp01_topmain_name {
    font-size: 64px;
  }
  .lp01_btn {
    margin-top: 40px;
  }
  .lp01_btn a {
    padding: 12px 2.5em;
    font-size: 16px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topmain_block {
    padding: 100px 16px 80px;
    display: block;
  }
  .lp01_topmain_col_l {
    width: 100%;
    text-align: center;
    padding-right: 0;
    margin-bottom: 30px;
  }
  .lp01_topmain_col_r {
    width: 80%;
    margin: auto;
  }
  .lp01_topmain_lead {
    font-size: 14px;
  }
  .lp01_topmain_name {
    font-size: 56px;
  }
  .lp01_btn {
    margin-top: 20px;
  }
  .lp01_btn a {
    padding: 12px 3em;
    border-radius: 30px;
    font-size: 16px;
  }
}

/*-------------------------
lead
--------------------------*/
.lp01_toplead_area {
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.lp01_toplead_title {
  font-size: 20px;
}

.lp01_toplead_catch {
  font-family: 'Roboto', sans-serif;
  font-style: italic;
  font-weight: 400;
  font-size: 36px;
  color: #04C29D;
  letter-spacing: 2px;
  margin: 10px 0 50px 0;
}

.lp01_toplead_catch .in {
  padding: 0 16px;
  background: linear-gradient(transparent 50%, #F1F4FB 50%);
}

.lp01_toplead_txt {
  line-height: 2.4;
}

.lp01_toplead_area_bg {
  position: relative;
  overflow: hidden;
  height: 40px;
  z-index: 1;
}

.lp01_toplead_area_bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #4674CA, #3DC3DA);
  transform-origin: right center;
  transform: rotate(-1.2deg);
}

@media only screen and (max-width: 979px) {
  .lp01_toplead_area {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_toplead_area {
    padding-top: 20px;
    padding-bottom: 40px;
  }
  .lp01_toplead_title {
    font-size: 16px;
  }
  .lp01_toplead_catch {
    font-size: 28px;
    margin: 10px 0 30px 0;
  }
  .lp01_toplead_txt {
    line-height: 1.8;
    text-align: left;
  }
}

/*-------------------------
img list
--------------------------*/
.lp01_topimglist_title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 30px;
}

.lp01_topimglist_title .in {
  color: #3876D0;
}

.lp01_topimglist_list {
  display: flex;
  flex-wrap: wrap;
  border-left: 1px solid #dddddd;
}

.lp01_topimglist_list li {
  list-style: none;
  padding: 16px 8px;
  width: 25%;
  border-right: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  margin-top: -1px;
}

.lp01_topimglist_list li img {
  max-height: 48px;
}

@media only screen and (max-width: 690px) {
  .lp01_topimglist_title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .lp01_topimglist_list li {
    width: 33.333%;
  }
}

/*-------------------------
worry 1
--------------------------*/
.lp01_topworry1_area {
  background-color: #F4F7FA;
  padding: 80px 0;
}

.lp01_topworry1_box {
  background-color: #ffffff;
  padding: 30px;
  position: relative;
  z-index: 0;
}

.lp01_topworry1_box::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 70px 0 0;
  border-color: #4674CA transparent transparent transparent;
}

.lp01_topworry1_title {
  font-weight: normal;
  margin: 25px 0 10px;
  line-height: 1.6;
  font-size: 20px;
}

.lp01_topworry1_title .in {
  color: #4674CA;
  font-weight: bold;
}

@media only screen and (max-width: 979px) {
  .lp01_topworry1_area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topworry1_area {
    padding: 40px 0;
  }
}

/*-------------------------
solution title 1
--------------------------*/
.lp01_topsolution1_titlearea {
  margin: -40px auto 120px;
  text-align: center;
}

.lp01_topsolution1_titleblock {
  display: inline-block;
  background-color: #3DC3DA;
  color: #ffffff;
  padding: 16px 1.5em;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}

.lp01_topsolution1_titleblock::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #3DC3DA transparent transparent transparent;
}

@media only screen and (max-width: 979px) {
  .lp01_topsolution1_titlearea {
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topsolution1_titlearea {
    margin: -25px auto 40px;
  }
  .lp01_topsolution1_titleblock {
    font-size: 20px;
    padding: 8px 1em;
  }
  .lp01_topsolution1_titleblock::after {
    bottom: -15px;
    left: calc(50% - 20px);
    border-width: 15px 20px 0 20px;
  }
}

/*-------------------------
solution content 1
--------------------------*/
.lp01_topsolution1_area {
  margin-bottom: 80px;
}

.lp01_topsolution1_block {
  position: relative;
}

.lp01_topsolution1_block::before {
  position: absolute;
  top: 50px;
  left: 16px;
  content: "";
  background-color: #eeeeee;
  width: calc(100% - 32px);
  height: 2px;
}

.lp01_topsolution1_num {
  width: 120px;
  background-color: #ffffff;
  text-align: center;
  margin: -50px auto 20px;
  position: relative;
  z-index: 1;
}

.lp01_topsolution1_numen {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #cccccc;
  letter-spacing: 2px;
}

.lp01_topsolution1_numdigit {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 72px;
  line-height: 1;
  color: #cccccc;
}

.lp01_topsolution1_box {
  display: flex;
  flex-wrap: wrap;
}

.lp01_topsolution1_box .col_l {
  width: 60%;
  padding-right: 5%;
}

.lp01_topsolution1_box .col_r {
  width: 40%;
}

.lp01_topsolution1_title {
  font-size: 28px;
  line-height: 1.6;
  margin-bottom: 15px;
  font-weight: bold;
  color: #4674CA;
}

.lp01_topsolution1_btn {
  margin-top: 40px;
}

.lp01_topsolution1_btn a {
  display: inline-block;
  background: linear-gradient(45deg, #4674CA, #3DC3DA);
  color: #ffffff;
  padding: 12px 4em;
  border-radius: 30px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.lp01_topsolution1_btn a:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0);
}

@media only screen and (max-width: 979px) {
  .lp01_topsolution1_area {
    margin-bottom: 40px;
  }
  .lp01_topsolution1_block::before {
    left: 24px;
    top: 30px;
    width: calc(100% - 48px);
    background-color: #f3f3f3;
  }
  .lp01_topsolution1_num {
    width: auto;
    display: inline-flex;
    align-items: center;
    padding-right: 16px;
    margin: 0 auto 10px 0;
  }
  .lp01_topsolution1_numen {
    font-size: 14px;
    color: #cccccc;
  }
  .lp01_topsolution1_numdigit {
    font-size: 56px;
    font-weight: 900;
    color: #cccccc;
  }
  .lp01_topsolution1_box .col_l {
    width: 55%;
    padding-right: 3%;
  }
  .lp01_topsolution1_box .col_r {
    width: 45%;
  }
  .lp01_topsolution1_title {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .lp01_topsolution1_btn {
    margin-top: 30px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topsolution1_block::before {
    left: 16px;
    top: 20px;
    width: calc(100% - 32px);
  }
  .lp01_topsolution1_num {
    margin: 0 auto 15px 0;
  }
  .lp01_topsolution1_numen {
    font-size: 12px;
    padding-right: 4px;
  }
  .lp01_topsolution1_numdigit {
    font-size: 40px;
  }
  .lp01_topsolution1_box .col_l {
    width: 100%;
    padding-right: 0;
  }
  .lp01_topsolution1_box .col_r {
    width: 80%;
    margin: 30px auto 0;
  }
  .lp01_topsolution1_title {
    margin-bottom: 10px;
  }
  .lp01_topsolution1_btn {
    margin-top: 20px;
  }
  .lp01_topsolution1_btn a {
    padding: 12px 2em;
  }
}

/*-------------------------
worry 2
--------------------------*/
.lp01_topworry2_area {
  background-color: #F4F7FA;
  padding: 80px 0;
}

.lp01_topworry2_box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 10px 15px;
  background-color: #ffffff;
}

.lp01_topworry2_img {
  width: 80px;
}

.lp01_topworry2_txt {
  width: calc(100% - 80px);
  padding-left: 15px;
}

@media only screen and (max-width: 979px) {
  .lp01_topworry2_area {
    padding: 60px 0;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topworry2_area {
    padding: 40px 0;
  }
}

/*-------------------------
solution title 2
--------------------------*/
.lp01_topsolution2_titlearea {
  margin: -40px auto 120px;
  text-align: center;
}

.lp01_topsolution2_titleblock {
  display: inline-block;
  background-color: #3DC3DA;
  color: #ffffff;
  padding: 16px 1.5em;
  font-weight: bold;
  font-size: 26px;
  position: relative;
}

.lp01_topsolution2_titleblock::after {
  content: "";
  position: absolute;
  bottom: -20px;
  left: calc(50% - 25px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 20px 25px 0 25px;
  border-color: #3DC3DA transparent transparent transparent;
}

@media only screen and (max-width: 979px) {
  .lp01_topsolution2_titlearea {
    margin-bottom: 70px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topsolution2_titlearea {
    margin: -25px auto 40px;
  }
  .lp01_topsolution2_titleblock {
    font-size: 20px;
    padding: 8px 1em;
  }
  .lp01_topsolution2_titleblock::after {
    bottom: -15px;
    left: calc(50% - 20px);
    border-width: 15px 20px 0 20px;
  }
}

/*-------------------------
solution content 1
--------------------------*/
.lp01_topsolution1_area {
  margin-bottom: 80px;
}

.lp01_topsolution2_box {
  padding: 0 40px 40px;
  background-color: #F4F7FA;
}

.lp01_topsolution2_num {
  text-align: center;
  width: 120px;
  text-align: center;
  margin: -40px auto 30px;
  position: relative;
  z-index: 1;
}

.lp01_topsolution2_numen {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 16px;
  line-height: 1;
  color: #cccccc;
  letter-spacing: 2px;
}

.lp01_topsolution2_numdigit {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 56px;
  line-height: 1;
  color: #cccccc;
}

.lp01_topsolution2_title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 25px;
  color: #4674CA;
}

.lp01_topsolution2_img {
  margin-top: 25px;
}

@media only screen and (max-width: 979px) {
  .lp01_topsolution2_block .lp01_topsolution2_box {
    margin-bottom: 65px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topsolution1_area {
    margin-bottom: 60px;
  }
  .lp01_topsolution2_box {
    padding: 0 20px 30px;
  }
  .lp01_topsolution2_num {
    width: auto;
    margin: -20px auto 20px;
    display: flex;
    align-items: center;
  }
  .lp01_topsolution2_numen {
    font-size: 12px;
  }
  .lp01_topsolution2_numdigit {
    font-size: 40px;
  }
  .lp01_topsolution2_title {
    margin-bottom: 15px;
  }
  .lp01_topsolution2_title br {
    display: none;
  }
  .lp01_topsolution2_img {
    margin-top: 15px;
  }
  .lp01_topsolution2_block .lp01_topsolution2_box {
    margin-bottom: 40px;
  }
}

/*-------------------------
case 1
--------------------------*/
.lp01_topcase1_area {
  padding: 80px 0;
  background-color: #F4F7FA;
}

.lp01_topcase1_txt {
  background-color: #ffffff;
  padding: 25px;
}

.lp01_topcase1_title {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (max-width: 979px) {
  .lp01_topcase1_area {
    padding: 60px 0 40px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topcase1_area {
    padding: 40px 0 30px;
  }
}

/*-------------------------
case 2
--------------------------*/
.lp01_topcase2_area {
  padding: 80px 0 60px;
  background-color: #F4F7FA;
}

.lp01_topcase2_block {
  justify-content: start;
}

.lp01_topcase2_box {
  display: flex;
  aling-items: center;
}

.lp01_topcase2_img {
  width: 45%;
}

.lp01_topcase2_txt {
  background-color: #ffffff;
  padding: 20px;
  width: 55%;
  font-size: 14px;
}

.lp01_topcase2_title {
  font-size: 18px;
  margin-bottom: 8px;
}

@media only screen and (max-width: 979px) {
  .lp01_topcase2_area {
    padding: 60px 0 40px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_topcase2_area {
    padding: 40px 0 20px;
  }
}

/*-------------------------
plan 01
--------------------------*/
.lp01_plan_lead {
  padding: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-size: 24px;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 10px;
}

.lp01_plan_lead::after {
  position: absolute;
  bottom: -40px;
  content: "";
  left: calc(50% - 20px);
  box-sizing: border-box;
  width: 20px;
  height: 20px;
  border: 20px solid transparent;
  border-top: 20px solid #7a0;
}

.lp01_plan_tab table td {
  border: none;
}

.txtbg_color_green {
  background-color: #34b89e;
}

.txtbg_color_blue {
  background-color: #289fd7;
}

.txtbor_color_green {
  border-color: #34b89e;
}

.txtbor_color_blue {
  border-color: #289fd7;
}

.lp01_plan_lead.txtbg_color_green::after {
  border-top-color: #34b89e;
}

.lp01_plan_lead.txtbg_color_blue::after {
  border-top-color: #289fd7;
}

.lp01_plan_box {
  border-width: 2px;
  border-style: solid;
}

.lp01_plan_name {
  padding: 16px;
  text-align: center;
  color: #ffffff;
  position: relative;
  font-size: 28px;
  font-weight: bold;
}

.lp01_plan_tab table {
  width: 100%;
  table: fixed;
}

.lp01_plan_tab table td {
  text-align: center;
  padding: 24px 16px;
  border-right: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  line-height: 1.4;
}

.lp01_plan_tab table td:first-child {
  width: 40%;
}

.lp01_plan_tab table tr:last-child td {
  border-bottom: none;
}

.txtbor_color_green .lp01_plan_tab table td:first-child {
  background-color: #34b89e-light;
}

.txtbor_color_blue .lp01_plan_tab table td:first-child {
  background-color: #289fd7-light;
}

.lp01_plan_supp {
  padding: 24px;
  border: 3px solid #ED1C21;
  margin-bottom: 16px;
  text-align: center;
}

.lp01_plan_notes li {
  position: relative;
  list-style: none;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 14px;
  margin-bottom: 10px;
  font-weight: normal;
}

.lp01_plan_notes li::before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.lp01_plan_btn a {
  display: block;
  text-align: center;
  padding: 16px 8px;
  color: #ffffff;
  position: relative;
  font-weight: bold;
  font-size: 16px;
}

.lp01_plan_btn a::after {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  display: block;
  text-align: center;
  font-size: 24px;
  padding-left: 16px;
  color: #ffffff;
}

.lp01_plan_btn a:hover {
  text-decoration: none;
}

.txtbor_color_green .lp01_plan_btn a {
  background-color: #34b89e;
}

.txtbor_color_blue .lp01_plan_btn a {
  background-color: #289fd7;
}

.txtbor_color_green .lp01_plan_btn a:hover {
  background-color: #2D9F88;
}

.txtbor_color_blue .lp01_plan_btn a:hover {
  background-color: #2492C6;
}

@media only screen and (max-width: 690px) {
  .lp01_plan_lead {
    font-size: 16px;
  }
  .lp01_plan_name {
    font-size: 22px;
  }
  .lp01_plan_tab table td {
    padding: 16px 10px;
  }
  .lp01_plan_supp {
    padding: 16px;
    font-size: 14px;
    margin-bottom: 12px;
  }
  .lp01_plan_notes li {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .lp01_plan_btn a {
    font-size: 15px;
  }
}

/*-------------------------
plan 02
--------------------------*/
.lp01_plan_tab01 {
  width: 100%;
}

.lp01_plan_tab01 td {
  padding: 20px 12px;
  border: 2px solid #dddddd;
  text-align: center;
  line-height: 1.2;
  background-color: #ffffff;
}

.lp01_plan_tab01 thead td {
  background: #3876D0;
  color: #ffffff;
  width: 13%;
}

.lp01_plan_tab01 thead td:first-child {
  background-color: transparent;
  border-top: none;
  border-left: none;
}

.lp01_plan_tab01 td:first-child {
  text-align: left;
}

.lp01_plan_tab01 tbody tr:nth-child(even) td {
  background-color: #F4F7FA;
}

@media only screen and (max-width: 690px) {
  .lp01_plan_tab01 {
    display: block;
    width: 100%;
  }
  .lp01_plan_tab01 tr {
    display: block;
  }
  .lp01_plan_tab01 td:first-child {
    text-align: center;
  }
  .lp01_plan_tab01 thead {
    display: block;
    float: left;
    overflow-x: scroll;
    width: 100px;
  }
  .lp01_plan_tab01 tbody {
    display: flex;
    align-items: center;
    width: auto;
    overflow-x: auto;
    white-space: nowrap;
  }
  .lp01_plan_tab01 thead td {
    display: block;
    width: auto;
  }
  .lp01_plan_tab01 td {
    display: block;
    padding: 12px;
    border-width: 1px;
  }
  .lp01_plan_tab01 thead td:nth-child(2) {
    border-left: 2px solid #dddddd;
  }
}

/*-------------------------
flow 01
--------------------------*/
.lp01_flow01_area {
  background-color: #F4F7FA;
  padding: 56px 0 64px;
}

.lp01_flow01_block {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
}

.lp01_flow01_block .col {
  text-align: center;
  padding: 32px 16px;
  background-color: #ffffff;
  width: 22%;
  line-height: 1.4;
}

.lp01_flow01_icon {
  width: 120px;
  height: 120px;
  background: linear-gradient(45deg, #4674CA, #3DC3DA);
  border-radius: 50%;
  margin: 0 auto 30px;
}

.lp01_flow01_icon img {
  width: 100%;
  height: auto;
  padding: 15px;
}

.lp01_flow01_arr {
  width: 4%;
  position: relative;
}

.lp01_flow01_arr::before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f0da";
  top: 50%;
  transform: translate3d(0, -50%, 0);
  font-size: 32px;
  width: 100%;
  text-align: center;
  display: block;
  color: #4674CA;
}

.lp01_flow01_txt {
  display: table;
  text-align: center;
  width: 100%;
  font-size: 18px;
}

.lp01_flow01_txt .in {
  display: table-cell;
  vertical-align: middle;
  font-weight: bold;
}

.lp01_flow01_num {
  width: 120px;
  text-align: center;
  margin: -65px auto 20px;
  position: relative;
  z-index: 1;
}

.lp01_flow01_numen {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 14px;
  line-height: 1;
  color: #c9c9c9;
  letter-spacing: 2px;
}

.lp01_flow01_numdigit {
  font-style: italic;
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  color: #c9c9c9;
}

@media only screen and (max-width: 979px) {
  .lp01_flow01_icon {
    width: 100px;
    height: 100px;
  }
  .lp01_flow01_block .col {
    padding: 32px 16px 16px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_flow01_area {
    padding: 32px 0 24px;
  }
  .lp01_flow01 {
    padding: 32px 0;
  }
  .lp01_flow01_block {
    flex-wrap: wrap;
    margin-top: 0;
  }
  .lp01_flow01_block .col {
    width: 100%;
    padding: 0 20px 15px 25px;
  }
  .lp01_flow01_box {
    display: flex;
    align-items: center;
  }
  .lp01_flow01_icon {
    width: 80px;
    height: 80px;
    margin-bottom: 0;
  }
  .lp01_flow01_arr {
    width: 100%;
    padding: 10px 0 40px;
  }
  .lp01_flow01_arr::before {
    content: "\f0d7";
    top: calc(50% - 5px);
  }
  .lp01_flow01_txt {
    width: calc(100% - 80px);
    padding-left: 20px;
    text-align: left;
  }
  .lp01_flow01_num {
    width: auto;
    display: flex;
    align-items: center;
    padding-right: 0;
    margin: -15px 0 10px 0;
    justify-content: center;
  }
  .lp01_flow01_numen {
    font-size: 14px;
    color: #cccccc;
  }
  .lp01_flow01_numdigit {
    font-size: 32px;
    font-weight: 900;
    color: #cccccc;
  }
}

/*-------------------------
flow 02
--------------------------*/
.lp01_flow02_area {
  background-color: #F4F7FA;
  padding: 56px 0 64px;
}

.lp01_flow02_block {
  background-color: #ffffff;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
}

.lp01_flow02_txt {
  width: 70%;
  padding-right: 5%;
}

.lp01_flow02_img {
  width: 30%;
}

.lp01_flow02_titlearea {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.lp01_flow02_num {
  margin-right: 16px;
  color: #ffffff;
  background: #4674CA;
  padding: 8px 16px;
  border-radius: 30px;
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 2px;
}

.lp01_flow02_num .in {
  font-size: 12px;
  padding-right: 5px;
}

.lp01_flow02_title {
  font-size: 20px;
  font-weight: bold;
}

.lp01_flow02_wrap + .lp01_flow02_wrap {
  margin-top: 60px;
  position: relative;
}

.lp01_flow02_wrap + .lp01_flow02_wrap::before {
  content: "";
  position: absolute;
  top: -36px;
  left: calc(50% - 12px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 12px 0 12px;
  border-color: #4674CA transparent transparent transparent;
}

@media only screen and (max-width: 690px) {
  .lp01_flow02_area {
    padding: 40px 0 30px;
  }
  .lp01_flow02_block {
    padding: 30px 25px;
  }
  .lp01_flow02_txt {
    width: 100%;
    padding-right: 0;
  }
  .lp01_flow02_img {
    width: 100%;
    margin-top: 25px;
  }
  .lp01_flow02_num {
    margin-right: 10px;
    padding: 8px 12px;
    font-size: 14px;
  }
  .lp01_flow02_num .in {
    font-size: 9px;
    padding-right: 3px;
  }
  .lp01_flow02_title {
    line-height: 1.4;
  }
}

/*-------------------------
published 01
--------------------------*/
.lp01_published01_area {
  background-color: #F4F7FA;
  padding: 56px 0 64px;
}

.lp01_published01_block {
  background-color: #ffffff;
  padding: 30px;
}

.lp01_published01_img {
  margin-top: 30px;
}

.lp01_published01_img img {
  max-width: 100%;
  height: 60px;
}

.lp01_published02_area {
  justify-content: start;
}

.lp01_published02_area .lp01_published02_block {
  padding: 16px;
  margin-right: 4px;
  margin-bottom: 4px;
  background-color: #ffffff;
  width: calc(20% - 3.2px);
}

.lp01_published02_area .lp01_published02_block img {
  max-width: 100%;
  width: auto;
  height: 50px;
}

@media only screen and (max-width: 979px) {
  .lp01_published01_block {
    padding: 20px;
  }
  .lp01_published01_img {
    margin-top: 15px;
  }
  .lp01_published02_area .lp01_published02_block {
    width: calc(25% - 3px);
  }
  .lp01_published02_area .lp01_published02_block:nth-child(5n) {
    margin-right: 4px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_published02_area .lp01_published02_block {
    width: calc(50% - 2px);
  }
  .lp01_published02_area .lp01_published02_block:nth-child(5n) {
    margin-right: 4px;
  }
}

/*-------------------------
outline 01 会社概要
--------------------------*/
.lp01_outline01_area {
  background-color: #F4F7FA;
  padding: 56px 0 64px;
}

@media only screen and (max-width: 979px) {
  .lp01_outline01_area {
    padding: 56px 0 40px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_outline01_area {
    padding: 40px 0 20px;
  }
}

/*-------------------------
faq 01 よくある質問
--------------------------*/
.lp01_faq01_area {
  background-color: #F4F7FA;
  padding: 56px 0 32px;
}

.lp01_faq01_block {
  margin-bottom: 40px;
}

.lp01_faq01_q {
  padding: 18px 16px 18px 0;
  position: relative;
  background-color: #f1f1f1;
}

.lp01_faq01_qen {
  position: absolute;
  top: -10px;
  left: -10px;
  font-size: 28px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  background-color: #FFB00F;
  color: #ffffff;
}

.lp01_faq01_qtxt {
  padding-left: 70px;
  font-size: 16px;
}

.lp01_faq01_a {
  padding: 24px;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
}

.lp01_faq01_aen {
  text-align: center;
  line-height: 40px;
  height: 40px;
  width: 40px;
  background-color: #4674CA;
  color: #ffffff;
  font-size: 24px;
  margin-right: 20px;
}

.lp01_faq01_atxt {
  width: calc(100% - 65px);
}

@media only screen and (max-width: 979px) {
  .lp01_faq01_area {
    padding: 56px 0 40px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_faq01_area {
    padding: 40px 0 10px;
  }
  .lp01_faq01_block {
    margin-bottom: 40px;
  }
  .lp01_faq01_q {
    padding: 12px 8px 12px 0;
  }
  .lp01_faq01_qen {
    top: -7px;
    left: -7px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .lp01_faq01_qtxt {
    padding-left: 45px;
    font-size: 15px;
  }
  .lp01_faq01_a {
    padding: 15px 0 10px 0;
  }
  .lp01_faq01_a {
    padding: 15px;
  }
  .lp01_faq01_aen {
    display: none;
  }
  .lp01_faq01_atxt {
    width: 100%;
  }
}

/*-------------------------
faq 02 よくある質問
--------------------------*/
.lp01_faq02_area {
  background-color: #F4F7FA;
  padding: 56px 0 32px;
}

.lp01_faq02_area .inner {
  max-width: 800px;
}

.lp01_faq02_q_area {
  background: linear-gradient(45deg, #4674CA, #3DC3DA);
  color: #ffffff;
  padding: 40px 0;
  position: relative;
}

.lp01_faq02_q_area::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: calc(50% - 20px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 20px 0 20px;
  border-color: #4296D1 transparent transparent transparent;
}

.lp01_faq02_q_block {
  display: flex;
  align-items: center;
}

.lp01_faq02_qen {
  font-size: 104px;
  line-height: 1;
  margin-right: 0.5em;
  font-style: italic;
}

.lp01_faq02_qtxt {
  font-size: 32px;
  line-height: 1.4;
}

.lp01_faq02_a_area {
  background-color: #ffffff;
  padding: 50px 0 40px;
}

.lp01_faq02_a_block {
  display: flex;
  align-items: center;
}

.lp01_faq02_aen {
  font-size: 104px;
  line-height: 1;
  margin-right: 0.5em;
  color: #4674CA;
  font-style: italic;
}

.lp01_faq02_atxt {
  font-size: 20px;
  line-height: 1.4;
}

.lp01_faq02_atxt_st {
  font-size: 32px;
}

.lp01_faq02_qtxt_s,
.lp01_faq02_atxt_s {
  font-size: 50%;
}

@media only screen and (max-width: 979px) {
  .lp01_faq02_area {
    padding: 56px 0;
  }
  .lp01_faq02_qen {
    font-size: 88px;
  }
  .lp01_faq02_qtxt {
    font-size: 24px;
  }
  .lp01_faq02_aen {
    font-size: 88px;
  }
  .lp01_faq02_atxt {
    font-size: 18px;
  }
  .lp01_faq02_atxt_st {
    font-size: 24px;
  }
}

@media only screen and (max-width: 690px) {
  .lp01_faq02_area {
    padding: 40px 0;
  }
  .lp01_faq02_q_area {
    padding: 25px 0;
  }
  .lp01_faq02_q_block {
    align-items: start;
  }
  .lp01_faq02_qen {
    font-size: 28px;
  }
  .lp01_faq02_qtxt {
    font-size: 20px;
    line-height: 1.6;
  }
  .lp01_faq02_qtxt_s {
    font-size: 60%;
  }
  .lp01_faq02_a_area {
    padding: 40px 0 25px;
  }
  .lp01_faq02_a_block {
    align-items: start;
  }
  .lp01_faq02_aen {
    font-size: 32px;
  }
  .lp01_faq02_atxt {
    font-size: 14px;
    line-height: 1.6;
  }
  .lp01_faq02_atxt_st {
    font-size: 20px;
  }
  .lp01_faq02_atxt_s {
    font-size: 75%;
  }
}

/*-------------------------
cv 01 Cv
--------------------------*/
.lp01_cv_leadtop {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 30px 0 5px;
}

.lp01_cv_leadbottom {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .lp01_cv_leadtop {
    height: 150px;
    padding: 30px 0 5px;
  }
  .lp01_cv_leadtop img {
    max-width: 60%;
    height: auto;
    margin-right: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .lp01_cv_leadtop {
    display: none;
  }
  .lp01_cv_leadbottom {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #3876D0;
  }
  .lp01_cv_leadbottom img {
    max-width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

.lp01_cv_area {
  width: 100%;
  background: #3876D0;
}

.lp01_cv_block {
  position: relative;
  padding-left: 440px;
}

.lp01_cv_bg {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lp01_cv_bg02 {
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 1;
}

.lp01_cv_btn {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.lp01_cv_btn a {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  padding: 20px 0;
  width: 100%;
  display: block;
  border: 1px solid #DFB433;
  border-radius: 50px;
  box-shadow: 0px 0px 15px 0px #194FA9;
  background: #d9a300;
  /* Old browsers */
  background: linear-gradient(to bottom, #d9a300 0%, #c48f00 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.lp01_cv_btn a:hover {
  opacity: 0.7;
}

.lp01_cv_box {
  height: 300px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lp01_cv_top {
  width: 1200px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  text-align: right;
  padding: 30px 0 5px;
}

.lp01_cv_bottom {
  display: none;
}

.lp01_cv_box02 {
  height: 220px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.lp01_cv_txt {
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.4;
  display: inline-block;
}

.lp01_cv_box_in {
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 2;
}

.cv_sp_on {
  display: none;
}

.sp_tab_on {
  display: none;
}

.sp_only {
  display: none;
}

@media only screen and (max-width: 1199px) {
  .lp01_cv_top {
    height: 150px;
    padding: 30px 0 5px;
  }
  .lp01_cv_block {
    padding-left: 350px;
  }
  .lp01_cv_top img {
    max-width: 60%;
    height: auto;
    margin-right: 10px;
  }
  .lp01_cv_bg02 {
    width: 350px;
  }
}

@media only screen and (max-width: 1024px) {
  .lp01_cv_block {
    padding-left: 300px;
  }
  .lp01_cv_bg {
    width: 350px;
  }
  .lp01_cv_box {
    height: 240px;
  }
  .lp01_cv_bg img, .lp01_cv_bg02 img {
    width: 100%;
    height: auto;
  }
  .sp_tab_on {
    display: block;
  }
  .lp01_cv_txt {
    line-height: 1.2;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 767px) {
  .lp01_cv_block {
    padding-left: calc(35% - 20px);
  }
  .lp01_cv_bg, .lp01_cv_bg02 {
    width: 35%;
    left: -30px;
  }
  .lp01_cv_bg img, .lp01_cv_bg02 img {
    max-width: 220px;
    height: auto;
    margin-left: auto;
    margin-right: 0;
    display: block;
  }
  .lp01_cv_box, .lp01_cv_box02 {
    height: 130px;
  }
  .lp01_cv_txt {
    font-size: 16px;
  }
  .lp01_cv_btn a {
    font-size: 14px;
    padding: 10px 0;
  }
  .lp01_cv_top {
    display: none;
  }
  .lp01_cv_bottom {
    display: block;
    padding: 10px 0;
    border-bottom: 2px solid #008C8C;
  }
  .lp01_cv_bottom img {
    max-width: 90%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sp_only {
    display: block;
  }
}

@media only screen and (max-width: 639px) {
  .lp01_cv_btn {
    width: 100%;
  }
  .cv_sp_on {
    display: block;
  }
}

/*-----------------------------------------------------------------

footer

-----------------------------------------------------------------*/
footer.template_lp01 {
  border-top: 1px solid #eeeeee;
  padding-bottom: 150px;
}

footer.template_lp01 .lp01_footer {
  display: flex;
  padding: 16px;
}

footer.template_lp01 .lp01_footer_navi a {
  display: inline-block;
  margin-right: 2em;
}

footer.template_lp01 small {
  display: block;
  margin-left: auto;
}

@media only screen and (max-width: 979px) {
  footer.template_lp01 .lp01_footer {
    display: block;
    text-align: center;
    padding-top: 25px;
  }
  footer.template_lp01 small {
    margin-top: 16px;
  }
}

@media only screen and (max-width: 690px) {
  footer.template_lp01 .lp01_footer_navi {
    text-align: left;
  }
  footer.template_lp01 .lp01_footer_navi a {
    display: block;
    margin-right: 0;
    padding: 8px;
  }
}

@media only screen and (max-width: 600px) {
  footer.template_lp01 {
    padding-bottom: 50px;
  }
}

/*-----------------------------------------------------------------

CTA fixed

-----------------------------------------------------------------*/
.ctafixed {
  opacity: 0;
  position: fixed;
  bottom: 0;
  width: 100%;
  transition: all 1s;
  z-index: 100;
}

.ctafixed.is-fix {
  opacity: 1;
}

.ctafixed_lead {
  padding: 10px;
  background-color: #F4F7FA;
  text-align: center;
  color: #3876D0;
  font-size: 18px;
}

.ctafixed_con {
  background-color: #3876D0;
  padding: 20px 10px;
  color: #ffffff;
}

.ctafixed_in {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ctafixed_l {
  padding-right: 20px;
}

.ctafixed_txt {
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 8px;
  font-size: 16px;
}

.ctafixed_tel {
  display: flex;
  align-items: center;
}

.ctafixed_num {
  font-size: 32px;
  font-weight: bold;
  line-height: 1;
  padding-left: 35px;
  background: url(../image/template_lp01_ctafixed_telicon.png) no-repeat left center/auto 20px;
}

.ctafixed_bhours {
  line-height: 1.2;
  font-size: 10px;
  margin-left: 10px;
}

.ctafixed_btn a {
  display: block;
  width: 100%;
  text-align: center;
  background-color: #ffffff;
  color: #3876D0;
  padding: 12px 3em;
  border-radius: 30px;
  font-size: 18px;
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0.2);
}

.ctafixed_btn a:hover {
  box-shadow: 0 5px 10px 0px rgba(0, 0, 0, 0);
}

.ctafixed_in_sp {
  display: none;
}

@media only screen and (max-width: 979px) {
  .ctafixed_num {
    font-size: 28px;
  }
  .ctafixed_btn a {
    font-size: 16px;
  }
}

@media only screen and (max-width: 600px) {
  .ctafixed_lead {
    display: none;
  }
  .ctafixed_con {
    padding: 0;
  }
  .ctafixed_in {
    display: none;
  }
  .ctafixed_in_sp {
    display: flex;
    align-items: center;
  }
  .ctafixed_in_sp img {
    height: 50px;
    width: auto;
    display: block;
    margin: auto;
    padding: 10px;
  }
  .ctafixed_in_sp a {
    display: block;
  }
  .ctafixed_l_sp,
  .ctafixed_r_sp {
    width: 50%;
    display: flex;
    align-items: center;
    line-height: 1.2;
    justify-content: center;
    font-size: 12px;
  }
  .ctafixed_l_sp {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
  }
}
/*# sourceMappingURL=template_lp01.css.map */