@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset & Base EX
 * *********************************** */
/* Reset margin, padding, border */
html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
}

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

body {
  font-size: 1.6rem;
  line-height: 1.4;
}

* {
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  word-wrap: break-word;
}
*:before, *:after {
  box-sizing: inherit;
}

a:visited {
  color: inherit;
}

/* Layout */
article,
aside,
footer,
header,
nav,
section,
main {
  display: block;
}

/* Elements */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol, ul {
  list-style: none;
}

img, video {
  max-width: 100%;
}

img {
  border-style: none;
}

blockquote {
  quotes: none;
}
blockquote:after, blockquote:before {
  content: "";
  content: none;
}

q {
  quotes: none;
}
q:after, q:before {
  content: "";
  content: none;
}

/* Attributes & states */
[hidden] {
  display: none !important;
}

[disabled] {
  cursor: not-allowed;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Utility classes */
.sr-only {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  left: -9999px;
  top: -9999px;
}

button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  appearance: none;
}

html {
  font-size: 62.5%;
}

body {
  color: #2d2d2e;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 16px;
  position: relative;
}

footer {
  background: #0b1d43;
  padding: 40px 0 80px;
  text-align: center;
}
footer small {
  color: #fff;
  display: block;
  padding: 40px 0 60px;
}

main {
  position: relative;
}

@media screen and (max-width: 480px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp {
    display: block;
  }
}

.tb {
  display: none;
}
@media screen and (max-width: 896px) {
  .tb {
    display: block;
  }
}

html {
  font-size: 62.5%;
}

body {
  color: #2d2d2e;
  font-family: "Noto Sans JP", sans-serif, "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.1rem;
  font-size: 16px;
  position: relative;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a img.hover {
  filter: alpha(opacity=70);
  opacity: 1;
  transition: opacity 0.1s linear;
}
a:focus img.hover {
  filter: alpha(opacity=70);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}
a:hover img.hover {
  filter: alpha(opacity=100);
  opacity: 0.7;
  transition: opacity 0.1s linear;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  color: #888;
  text-decoration: underline;
}

/* margin */
.el_mrTB20 {
  margin: 20px auto;
}

/* padding */
.el_pd20 {
  padding: 20px;
}

.el_pd40 {
  padding: 40px;
}

.el_pdTB20 {
  padding: 20px 0;
}

.el_pdTB40 {
  padding: 40px 0;
}

.el_pdT20 {
  padding-top: 20px;
}

.el_pdT40 {
  padding-top: 40px;
}

.el_pdT60 {
  padding-top: 60px;
}

.el_pdT80 {
  padding-top: 80px;
}

.el_pdT100 {
  padding-top: 100px;
}

.el_pdB20 {
  padding-bottom: 20px;
}

.el_pdB40 {
  padding-bottom: 40px;
}

.el_pdB60 {
  padding-bottom: 60px;
}

.el_pdB80 {
  padding-bottom: 80px;
}

.el_pdB100 {
  padding-bottom: 100px;
}

.el_box__shadow {
  box-shadow: 3px 3px 16px -6px rgba(0, 0, 0, 0.5);
}

/*
-- 05 contents max width
*/
/*
-------------------------------------------------------
01:contents base set
-------------------------------------------------------
*/
.bl_cont {
  padding: 80px 0 60px;
}

.bl_cont_ttl {
  color: #182460;
  font-size: 4rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.bl_cont_ttl:after {
  border-bottom: 2px solid #182460;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2em;
}
@media (max-width: 40.063em) {
  .bl_cont_ttl {
    font-size: 2.4rem;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}

.bl_cont_subTtl {
  color: #004382;
  font-size: 3.6rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
@media (max-width: 40.063em) {
  .bl_cont_subTtl {
    font-size: 2rem;
    margin-bottom: 0;
    padding-bottom: 20px;
  }
}

.bl_cont_lead {
  color: #182460;
  line-height: 1.8em;
  margin: 0 auto 40px;
  max-width: 1000px;
  padding: 0 20px;
  text-align: center;
}
@media screen and (min-width: 1280px) {
  .bl_cont_lead {
    padding: 0;
  }
}

.bl_cont_pointTtl {
  color: #ffffff;
  font-size: 3.2rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  padding-left: 200px;
  position: relative;
  text-align: left;
}

@media (max-width: 40.063em) {
 .bl_cont_pointTtl {
 padding-left: 40px;
 font-size: 1.6rem;
 }
}

/*
-------------------------------------------------------
background
-------------------------------------------------------
*/
.bl_bg__reset {
  background: #fff;
}

.bl_bg__img__bline {
  background: url(../../lp_common/images/bg_line_blue.png) repeat left top;
  background-size: 1280px;
}

.bl_bg__lblue {
  background: #e2f1f6;
}

.bl_bg__blue {
  background: #69badd;
}

.bl_bg__blbox {
  background: url(../../lp_common/images/bg_blubox.png) repeat-x left bottom;
  background-size: 1280px;
}

.bl_bg__dblue {
  background: url(../../lp_common/images/bg_dot_blue.png) repeat left top;
  background-size: 1366px;
}

.bl_bg__dblue .bl_cont_ttl {
  color: #fff;
}
.bl_bg__dblue .bl_cont_ttl:after {
  border-color: #fff;
}

.bl_bg__lmblue {
  background: #008fcd;
}

section {
  position: relative;
}

footer small {
  font-size: 1rem;
}

/*
-------------------------------------------------------
flex
-------------------------------------------------------
*/
@media screen and (min-width: 768px) {
  .bl_flx_pc {
    display: flex;
  }
}

.bl_flx_pconly {
  display: flex;
}
@media (max-width: 64.063em) {
  .bl_flx_pconly {
    display: block;
  }
}

.bl_flxList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

/* flex list img size small */
.bl_flxList__img {
  margin: 0 auto;
}

/* flex list ttl */
/* flex list txt */
.bl_flxList__txt {
  background: #0b1d43;
  border-radius: 40px;
  color: #fff;
  font-size: 1.3rem;
  margin: 10px auto 15px;
  padding: 5px;
  text-align: center;
}
/* flex list item customize */
.bl_flxList__col__3 {
  margin: 0 20px 40px;
  width: calc(100% - 40px);
}
@media screen and (min-width: 768px) {
  .bl_flxList__col__3 {
    margin: 0 20px;
    width: calc(33.33% - 40px);
  }
}

.bl_flxList__col__4 {
  margin: 0 10px;
  width: calc(25% - 20px);
}
@media (max-width: 40.063em) {
  .bl_flxList__col__4 {
    margin: 10px 10px 30px;
    width: calc(50% - 20px);
  }
}

.bl_flxList__col__5 {
  margin: 10px 0;
  width: 20%;
}
@media (max-width: 40.063em) {
  .bl_flxList__col__5 {
    margin: 10px 5px;
    width: calc(33.33% - 10px);
  }
}

/*
-------------------------------------------------------
max width
-------------------------------------------------------
*/
.bl_mxw__wide {
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.bl_mxw__medium {
  max-width: 1000px;
  margin: 0 auto;
  padding-left: 10px;
  padding-right: 10px;
}

.ly_header {
  padding: 20px;
}

.ly_header_inner {
  max-width: 1280px;
  margin: 0 auto;
}

.ly_inner {
  padding: 0 20px;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.5s;
}
a:hover {
  color: #888;
  text-decoration: underline;
}

/* Transition */
.js__nav__head,
.js__nav__gnav ul li,
.js__nav__gnav ul li a {
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
}

header {
  /*||||| header end |||||*/
  /*top-header*/
  /* Toggle Button */
  /* Fixed reset */
  /* humberger open */
}
header .js__nav__head {
  color: #0b84e7;
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  z-index: 999;
}
header .js__nav__head .inner {
  position: relative;
}
header .js__nav__toggle {
  background: rgba(11, 29, 67, 0.6);
  display: block;
  padding: 20px 14px;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 0;
  bottom: 93px;
  cursor: pointer;
  z-index: 101;
  /*
      width: 34px;
      height: 36px;
  */
}
@media (max-width: 40.063em) {
  header .js__nav__toggle {
    bottom: 113px;
  }
}
header .js__nav__toggle div {
  position: relative;
}
header .js__nav__toggle span {
  display: block;
  background: #fff;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  transition: 0.35s ease-in-out;
}
header .js__nav__toggle span:nth-child(1) {
  top: 0;
}
header .js__nav__toggle span:nth-child(2) {
  top: 8px;
}
header .js__nav__toggle span:nth-child(3) {
  top: 16px;
}
header .js__nav__head {
  margin-top: 0;
  position: fixed;
  bottom: 0;
}
header .js__nav__head.fixed {
  padding-top: 0;
  background: transparent;
}
header .js__nav__gnav {
  position: absolute;
  padding: 0 0 10px;
  transition: 0.5s ease-in-out;
  transition-duration: 0.5s;
}
header .js__nav__toggle {
  display: block;
}
header .js__nav__head.open {
  color: #fff;
  height: 100%;
  font-size: 1.6rem;
  background: rgba(11, 29, 67, 0.9);
  padding: 40px;
  line-height: 4em;
}
header .js__nav__head.open .js__nav__toggle {
  border: none;
  bottom: 93px;
}
header .js__nav__head.open .js__nav__toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(137deg);
}
header .js__nav__head.open .js__nav__toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
header .js__nav__head.open .js__nav__toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-137deg);
  width: 100%;
  margin: 0;
}
header .js__nav__head.open .js__nav__gnav {
  position: fixed;
  height: 100%;
  width: 76%;
  overflow-y: visible;
  overflow-x: hidden;
  display: block;
  opacity: 1;
  transition: 0.5s ease-in-out;
  transition-duration: 0.5s;
}
header .js__nav__head.open .js__nav__gnav li {
  border-bottom: 1px solid #fff;
  line-height: 1.6em;
  margin: 0 auto 1em;
}
header .js__nav__head.open .js__nav__gnav a {
  color: #fff;
  display: block;
  padding-bottom: 1em;
  width: 100%;
}
@keyframes .mv-gnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header .js__nav__head .js__nav__gnav {
  display: none;
  animation: show 0.5s linear 0s;
}
header .js__nav__head.open .js__nav__gnav {
  display: block;
  animation: show 0.5s linear 0s;
}

/*
-------------------------------------------------------
header
-------------------------------------------------------
*/
.ly_header {
  background: #0b1d43;
  padding: 0;
}

.ly_header_inner {
  max-width: 1366px;
  margin: 0 auto;
}
@media (max-width: 64.063em) {
  .ly_header_inner {
    display: flex;
    justify-content: space-between;
    padding: 10px;
  }
}

/* only pc navigation */
.bl_navi__pc {
  width: 85.5%;
  /* tablet display none */
}
.bl_navi__pc a {
  color: #fff;
}
@media (max-width: 64.063em) {
  .bl_navi__pc {
    display: none;
  }
}

.bl_navi__pc__txt {
  background: #003366;
  font-size: 1.4rem;
  padding: 26px 1em 0;
  width: 42%;
}
.bl_navi__pc__txt li {
  display: inline-block;
  padding-left: 1.4em;
}
.bl_navi__pc__txt li a {
  display: inline-block;
  position: relative;
  padding-left: 20px;
}
.bl_navi__pc__txt li a:before {
  bottom: 6px;
  content: "";
  position: absolute;
  left: 0px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(134deg);
}

.bl_logo__img {
  width: 14.5%;
  max-width: 198px;
}
@media (max-width: 64.063em) {
  .bl_logo__img {
    width: 30%;
  }
}
@media (max-width: 40.063em) {
  .bl_logo__img {
    width: 30%;
  }
}

.bl_navi__pc__sub {
  padding: 15px 0 20px 20px;
  width: 58%;
  min-width: 620px;
}

.bl_navi__pc__tel {
  display: inline-block;
  font-size: 1.8rem;
  padding: 0 10px;
}
.bl_navi__pc__tel span {
  display: block;
  font-size: 1.2rem;
}
.bl_navi__pc__tel:hover {
  text-decoration: none;
}

.bl_navi__pc__btn {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  margin-left: 10px;
  padding: 10px 24px;
  position: relative;
}
.bl_navi__pc__btn:before {
  bottom: -9px;
  content: "";
  position: absolute;
  right: -9px;
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 10px solid transparent;
  border-left: 10px solid #ffc600;
  transform: rotate(45deg);
}

.bl_header__btns {
  display: none;
}
@media (max-width: 64.063em) {
  .bl_header__btns {
    display: flex;
    padding-top: 1.65vw;
  }
  .bl_header__btns a {
    color: #fff;
  }
}
@media (max-width: 40.063em) {
  .bl_header__btns a.bl_navi__pc__btn {
    padding: 10px;
  }
}

/*
-------------------------------------------------------
About Area
-------------------------------------------------------
*/
.bl_about_slide__wrap {
  padding-bottom: 180px;
}
.bl_about_slide__wrap:before {
  background: #77c5e5;
  position: absolute;
  right: 0;
  top: 280px;
  content: "";
  width: calc(50% + 20%);
  height: 440px;
}
@media (max-width: 40.063em) {
  .bl_about_slide__wrap {
    padding-bottom: 40px;
  }
  .bl_about_slide__wrap:before {
    height: 100vh;
    width: 100%;
    top: 380px;
  }
}

.bl_about_slide__ph {
  max-width: 630px;
  width: 55%;
  z-index: 2;
}
@media (max-width: 40.063em) {
  .bl_about_slide__ph {
    width: 100%;
  }
}

.bl_about_slide__txt {
  font-size: 1.8rem;
  padding: 0 40px;
  position: relative;
  z-index: 888;
}

@media (max-width: 40.063em) {
  .bl_about_slide__txt {
    font-size: 1.6rem;
    line-height:1.7;
  }
}


.bl_about_slide__txtTtl {
  color: #fff;
  font-size: 3.6rem;
  padding-top: 150px;
}
@media (max-width: 40.063em) {
  .bl_about_slide__txtTtl {
    font-size: 2.4rem;
    padding-top: 0;
  }
}

.bl_about_slide__txtSubttl {
  color: #182460;
  font-size: 2.8rem;
  padding: 20px 0;
}
@media (max-width: 40.063em) {
  .bl_about_slide__txtSubttl {
    font-size: 1.6rem;
  }
}

/*
-------------------------------------------------------
Cloud Wrap
-------------------------------------------------------
*/
.bl_cloud__wrap {
  padding: 40px;
}

.bl_cloud__inner {
  background: url(../../lp_common/images/ph_cloud.png) no-repeat 10% center #69badd;
  background-size: 324px;
  padding-left: 450px;
}
@media (max-width: 40.063em) {
  .bl_cloud__inner {
    background-size: 80%;
    background-position: center top;
    padding: 30vh 0 0;
  }
}

.bl_cloud__ttl {
  color: #fff;
  font-size: 3.6rem;
  padding: 60px 0;
}
@media (max-width: 40.063em) {
  .bl_cloud__ttl {
    font-size: 2.4rem;
  }
}

.bl_plan__wrap {
  text-align: center;
}

.bl_plan__case {
  margin-top: 160px;
}

.bl_plan__case__inner {
  padding: 170px 0 60px 0;
  position: relative;
}
@media (max-width: 40.063em) {
  .bl_plan__case__inner {
    padding: 25vw 0 80px 0;
  }
}

.bl_plan__case__ttl {
  color: #fff;
  font-size: 2.8rem;
  border-left: 2px solid #fff;
  padding-left: 20px;
  margin-left: 36%;
  line-height: 1.2em;
}
.bl_plan__case__ttl span {
  font-size: 1.4rem;
  display: block;
}
@media (max-width: 40.063em) {
  .bl_plan__case__ttl {
    margin-left: 26%;
    padding-left: 10px;
    font-size: 1.6rem;
  }
  .bl_plan__case__ttl span {
    font-size: 1.2rem;
  }
}

.bl_plan__case_ph {
  bottom: 0;
  left: 0;
  position: absolute;
  width: 30%;
  z-index: 888;
}
@media (max-width: 40.063em) {
  .bl_plan__case_ph {
    width: 28%;
    left: 10px;
  }
}

.bl_plan__case_phsub {
  top: -100px;
  right: 0;
  position: absolute;
  width: 630px;
}
@media (max-width: 40.063em) {
  .bl_plan__case_phsub {
    left: 0;
    margin: auto;
    right: 0;
    top: -50px;
    width: 90%;
  }
}

/*
-------------------------------------------------------
Archieve
-------------------------------------------------------
*/
.bl_achieve__img {
  max-width: 190px;
  margin: 0 auto 20px;
}

.bl_articleBox {
  border-radius: 10px;
  margin-bottom: 60px;
  padding: 40px;
}
@media (max-width: 40.063em) {
  .bl_articleBox {
    padding: 40px 0px;
  }
}

.el_txt_small {
  display: block;
  font-size: 1.2rem;
}

/*
-------------------------------------------------------
Feature
-------------------------------------------------------
*/
.bl_feature__flx {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 40.063em) {
  .bl_feature__flx {
    display: block;
    padding: 0 20px;
    margin-bottom: 0px;
  }
}

.bl_feature__flx__img {
  line-height: 0;
  width: 48%;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__img {
    width: 100%;
  }
}

.bl_feature__flx__imgList {
  margin:0px 15px;
  line-height: 0;
  width: 48%;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__imgList {
    width: 100%;
    margin:20px 15px;
  }
}

.bl_feature__flx__img_max {
  line-height: 0;
  width: 98%;
}

@media (max-width: 40.063em) {
  .bl_feature__flx__img_max {
    width: 100%;
  }
}

.bl_feature__flx__txt {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-left: 40px;
  text-align: left;
  width: 52%;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__txt {
    font-size: 1.4rem;
    padding: 20px 0 40px;
    width: 100%;
  }
}

.bl_feature__flx__txt_l {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  width: 52%;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__txt_l {
    font-size: 1.4rem;
    padding: 20px 0 40px;
    width: 100%;
  }
}


.bl_feature__flx__txt_max {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-left: 40px;
  text-align: left;
  width: 108%;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__txt_max {
    font-size: 1.4rem;
    padding: 20px 0 40px;
    width: 100%;
  }
}

.bl_feature__flx__ttl {
  color: #004382;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 40px 0 30px;
  text-align: left;
}
@media (max-width: 40.063em) {
  .bl_feature__flx__ttl {
    font-size: 2.0rem;
    padding: 0 0 10px;
  }
}
/*
-------------------------------------------------------
Effect
-------------------------------------------------------
*/
.bl_effect__flx {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
@media (max-width: 40.063em) {
  .bl_effect__flx {
    display: block;
    padding: 0 20px;
    margin-bottom: 0px;
    text-align: center;
  }
}

.bl_effect__flx__img {
  line-height: 0;
  margin:0px 15px;
  width: 48%;
}
@media (max-width: 40.063em) {
  .bl_effect__flx__img {
    margin:30px auto;
    width: 65%;
  }
}

.bl_effect__flx__img_max {
  line-height: 0;
  width: 98%;
}

@media (max-width: 40.063em) {	
  .bl_effect__flx__img_max {
    width: 100%;
  }
}


/*
-------------------------------------------------------
Function
-------------------------------------------------------
*/
.un_functionWrap {
  justify-content: center;
  padding-bottom: 20px;
}

.un_functionWrap__box {
  background: #e2effb;
  margin: 0 10px 20px;
  padding: 10px 10px 15px;
  width: calc(25% - 20px);
}
@media (max-width: 40.063em) {
  .un_functionWrap__box {
    width: calc(50% - 20px);
  }
}

.bl_functionTable {
  max-width: 1000px;
  margin: 0 auto;
  overflow: scroll;
}

@media (max-width: 40.063em) {
  .bl_functionTable__inner {
    width: 200%;
  }
}

.bl_functionTabel_scrollTxt {
  border: 1px solid #aadef5;
  font-size: 1.2rem;
  text-align: center;
  padding: 10px;
  margin: 10px auto 0;
  color: #aadef5;
}

.bl_function__flx__txt {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  text-align: left;
  margin :0 0 20px;

}
@media (max-width: 40.063em) {
  .bl_function__flx__txt {
    font-size: 1.4rem;
    padding: 0;
    width: 100%;
  }
}

.bl_function__flx__txt_l {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  padding-left: 30px;
  padding-right: 30px;
  text-align: left;
  width: 60%;
}
@media (max-width: 40.063em) {
  .bl_function__flx__txt_l {
    font-size: 1.4rem;
    padding: 20px 0 40px;
    width: 100%;
  }
}

.bl_function__flx__ttl {
  color: #004382;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
  padding: 40px 0 30px;
  text-align: left;
}
@media (max-width: 40.063em) {
  .bl_function__flx__ttl {
    font-size: 2.0rem;
    padding: 0 0 30px;
  }
}

.bl_function__flx__txt_ol{
  margin: 0;
  padding: 0
}
.bl_function__flx__txt_ol li  {
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
  padding-bottom: 10px;
}


/*
-------------------------------------------------------
Service
-------------------------------------------------------
*/
.bl_service__flx {
  display: flex;
  justify-content: left;
  margin-bottom: 40px;
  margin-left: 20px;
  text-align: left;
}
@media (max-width: 40.063em) {
  .bl_service__flx {
    display: block;
    padding: 0 20px;
    margin-bottom: 0px;
  }
}

.bl_service__flx__img {
  line-height: 0;
  text-align: center;
  width: 98%;
}
@media (max-width: 40.063em) {
  .bl_service__flx__img {
    width: 100%;
  }
}



.bl_service__flx__txt {
  color: #182460;
  font-size: 1.8rem;
  line-height: 1.6em;
  /*padding-left: 40px;*/
  text-align: left;
  width: 100%;
}
@media (max-width: 40.063em) {
  .bl_service__flx__txt {
    font-size: 1.4rem;
    padding: 20px 0 40px;
    width: 100%;
  }
}

.bl_service__flx__ttl {
  color: #004382;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 40px;
  padding: 40px 0 20px;
  text-align: left;
}
@media (max-width: 40.063em) {
  .bl_service__flx__ttl {
    font-size: 2.0rem;
    line-height: 1.5;
    padding: 0;
  }
}


.bl_info_wrap {
  position: relative;
}
.bl_info_wrap:before {
  background: #008fcd;
  position: absolute;
  right: 0;
  top: 0;
  content: "";
  width: calc(50% - 40px);
  height: 100%;
}
@media (max-width: 64.063em) {
  .bl_info_wrap:before {
    display: none;
  }
}

.bl_info_inner {
  justify-content: center;
  max-width: 1280px;
  margin: 0 auto;
}

.bl_info__ttl {
  color: #fff;
  font-size: 3.2rem;
  font-weight: bold;
  text-align: center;
}
@media (max-width: 64.063em) {
  .bl_info__ttl {
    font-size: 1.8rem;
  }
}

.bl_info__lead {
  color: #fff;
  padding: 20px 0;
  text-align: center;
}

.bl_info_stepBox {
  max-width: 703px;
  padding-right: 5%;
  width: 57%;
}
@media (max-width: 64.063em) {
  .bl_info_stepBox {
    margin: 0 auto;
    padding: 40px 20px;
    width: 100%;
  }
}

.bl_info__stepBox__img {
  max-width: 120px;
  margin: 20px auto;
}

.bl_info__stepBox__txt {
  background: #fff;
  border-radius: 6px;
  font-size: 1.4rem;
  padding: 10px;
}
.bl_info__stepBox__txt dt {
  font-weight: bold;
  padding-bottom: 5px;
  text-align: center;
}
@media (max-width: 40.063em) {
  .bl_info__stepBox__txt {
    font-size: 1.3rem;
  }
}

.bl_info_planBox {
  max-width: 663px;
  padding-right: 20px;
  width: 43%;
}
@media (max-width: 64.063em) {
  .bl_info_planBox {
    max-width: 100%;
    padding: 40px 20px;
    width: 100%;
  }
  .bl_info_planBox figure {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media (max-width: 40.063em) {
  .bl_info_planBox {
    max-width: 100%;
  }
  .bl_info_planBox figure {
    width: 100%;
  }
}

/*
-------------------------------------------------------
parts
-------------------------------------------------------
*/
.bl_articleBox__inner {
  margin-bottom: 40px;
}

.bl_articleBox__ttl {
  font-size: 2.8rem;
  padding: 20px 0;
}
@media (max-width: 40.063em) {
  .bl_articleBox__ttl {
    font-size: 1.8rem;
    padding: 0 0 10px;
  }
}

.bl_articleBox__txt {
  width: 48%;
}
@media (max-width: 40.063em) {
  .bl_articleBox__txt {
    padding-bottom: 10px;
    width: 100%;
  }
}

.bl_articleBox__ph {
  padding: 0 0 0 2%;
  width: 52%;
}
@media (max-width: 40.063em) {
  .bl_articleBox__ph {
    width: 100%;
  }
}

/*
-------------------------------------------------------
Convertion
-------------------------------------------------------
*/
/*---- btn ----*/
.bl_btn {
  background: #ff7200;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.bl_btn:hover {
  background: #ff9900;
  text-decoration: none;
}

.bl_btn__l {
  background: #ff7200;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-size: 2.2rem;
  min-width: 200px;
  padding: 14px 0;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.bl_btn__l:hover {
  background: #ff9900;
  text-decoration: none;
}
@media (max-width: 40.063em) {
  .bl_btn__l {
    font-size: 1.8rem;
  }
}

.bl_btn__mx {
  background: #ff7200;
  border-radius: 2px;
  color: #fff !important;
  display: inline-block;
  font-size: 2.4rem;
  width: 100%;
  padding: 20px 0;
  text-align: center;
  text-shadow: 2px 2px 1px rgba(0, 0, 0, 0.3);
}
.bl_btn__mx:hover {
  background: #ff9900;
  text-decoration: none;
}

/*---- Contact ----*/
.bl_cvWrap {
  background: url(../../lp_common/images/bg_ph_cv.jpg) no-repeat left bottom;
  background-size: cover;
  box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
}

.bl_cvWrap__inner {
  display: flex;
  padding: 0 0 60px;
}
.bl_cvWrap__inner li {
  margin: 0 10px;
  width: calc(25% - 20px);
}
.bl_cvWrap__inner li:first-child .bl_navi__pc__tel {
  font-size: 2.6rem;
}
@media (max-width: 40.063em) {
  .bl_cvWrap__inner {
    display: block;
    text-align: center;
  }
  .bl_cvWrap__inner li {
    margin: 10px auto;
    width: 80%;
  }
}

/*---- footer fixed navgation ----*/
.bl_cvBox_fxd {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  min-height: 80px;
  display: flex;
  align-items: center;
  background: rgba(208, 208, 208, 0.8);
  color: #fff;
  text-decoration: none;
  opacity: 0;
  transition: all 0.65s;
  z-index: 888;
}
.bl_cvBox_fxd.isActive {
  opacity: 1;
  transition: all 0.65s;
}
.bl_cvBox_fxd .bl_cvBox_fxd__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: auto;
}
.bl_cvBox_fxd .bl_cvBox_fxd__inner a {
  color: #fff;
}
.bl_cvBox_fxd .bl_cvBox_fxd__inner a:hover {
  color: #fff;
}
.bl_cvBox_fxd .bl_cvBox_fxd__inner a.bl_navi__pc__tel {
  color: #004382;
  font-size: 2.4rem;
  padding-top: 10px;
}
@media (max-width: 64.063em) {
  .bl_cvBox_fxd .bl_cvBox_fxd__inner {
    padding: 10px 0;
    text-align: center;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner li {
    margin: 0 5px;
    width: calc(33% - 10px);
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner li:first-child {
    width: 100%;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner .bl_btn__l {
    font-size: 1.3rem;
    min-width: auto;
    margin-left: 0;
    padding: 10px;
    width: 100%;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner a {
    color: #fff;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner a:hover {
    color: #fff;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner a.bl_navi__pc__tel {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
  .bl_cvBox_fxd .bl_cvBox_fxd__inner a.bl_navi__pc__tel span {
    display: inline;
    padding-right: 10px;
  }
}
@media (max-width: 40.063em) {
  .bl_cvBox_fxd .bl_cvBox_fxd__inner {
    padding: 10px 0 20px;
  }
}

/*
-------------------------------------------------------
Option
-------------------------------------------------------
*/
.js__effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 600ms;
}
.js__effect-fade.js__effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

.pageTop {
  position: fixed;
  bottom: 93px;
  right: 0;
  opacity: 0;
}
.pageTop a {
  background: #004382;
  color: #fff;
  display: block;
  position: relative;
  padding: 20px 15px 15px;
}
.pageTop a:hover {
  text-decoration: none;
}
.pageTop a:before {
  top: 10px;
  content: "";
  position: absolute;
  left: 0px;
  margin: auto;
  right: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(-45deg);
}
.pageTop.isActive {
  opacity: 1;
}
@media (max-width: 40.063em) {
  .pageTop {
    bottom: 190px;
  }
}

footer {
  background: #0b1d43;
  color: #fff;
  padding: 60px 0;
  text-align: center;
}

.footer_co_btn a {
  color: #fff;
  font-size: 0.875rem;
  color: #fff;
  font-weight: 700;
  font-size: 1.4rem;
  border: 1px solid rgba(255, 255, 255, 0.75);
  padding: 10px 38px;
  display: block;
  margin: 28px auto 36px;
  max-width: 213px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
}
.footer_co_btn a:hover {
  background: #fff;
  color: #0b1d43;
  text-decoration: none;
}
.footer_logo_jpg {
  width:76px;
}


footer small {
  color: #fff;
  display: block;
  font-size: 1rem;
  padding: 20px 0;
}

.list-style-image {
  margin:0 auto 1em;
  background-image:url(../../lp_common/images/li-style.jpg);
  background-repeat:no-repeat;
  background-size:auto 1em;
  padding-left:2em;
  background-position:center left;
}

.link-image {
  margin-top:10px;
  height: 1em;
}

.bl_other__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 768px) {
  .bl_other__list {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 640px) {
  .bl_other__list {
    padding: 0 20px;
  }
}
.bl_other__item {
  background: #fff;
  border-radius: 20px;
  margin-bottom: 20px;
  padding: 30px 20px;
  width: calc(33.33% - 46px);
}
@media screen and (max-width: 960px) {
  .bl_other__item {
    padding: 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_other__item {
    margin-bottom: 20px;
    width: calc(50% - 23px);
  }
}
@media screen and (max-width: 640px) {
  .bl_other__item {
    width: 100%;
  }
}
.bl_other__item:nth-child(3n+2) {
  margin: 0 23px 20px;
}
@media screen and (max-width: 768px) {
  .bl_other__item:nth-child(3n+2) {
    margin: 0 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .bl_other__item:nth-child(odd) {
    margin-right: 23px;
  }
}
@media screen and (max-width: 640px) {
  .bl_other__item:nth-child(odd) {
    margin-right: 0;
  }
}
.bl_other__item h3 {
  font-size: 2.6rem;
  font-weight: 700;
  line-height: 1em;
  padding-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .bl_other__item h3 {
    font-size: 2rem;
  }
}
.bl_other__item figure {
  margin-bottom: 20px;
}

.btn_other {
  background: #FFC400;
  display: block;
  color: #000;
  font-size: 2.4rem;
  font-weight: 700;
  margin-top: 20px;
  padding: 10px 20px;
  text-align: center;
}
@media screen and (max-width: 960px) {
  .btn_other {
    font-size: 1.8rem;
  }
}
.btn_other:hover {
  background: #ff9900;
  color: #000;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  .btn_other {
    width: 100%;
  }
}

.txt-wht {
  color: #fff;
}
