@charset "UTF-8";
/* ***********************************
 *    Ire's CSS Reset & Base
 * *********************************** */
/* 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: #0359c6;
  text-align: center;
}
footer small {
  color: #fff;
  display: block;
  padding: 40px 0 60px;
}

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

.pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc {
    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;
}

.el_label_ttl__m__blue {
  color: #0b84e7;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .el_label_ttl__m__blue {
    font-size: 1.8rem;
  }
}

.el_label_ttl__s {
  display: block;
  font-size: 1.1rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_label_ttl__s {
    font-size: 1.2rem;
  }
}

.el_label_ttl__m {
  display: block;
  font-size: 1.6rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_label_ttl__m {
    font-size: 1.8rem;
  }
}

.el_label_ttl__l {
  display: block;
  font-size: 2rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .el_label_ttl__l {
    font-size: 2.4rem;
  }
}

.el_txt_strong {
  font-weight: bold;
}

.el_round {
  border-radius: 50%;
}

.el_line_lblue {
  border: 1px solid #0b84e7;
}

.el_line_lgreen {
  border: 1px solid #0097a7;
}

/* 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;
}

/* element - background */
.el_bg__lgry {
  background: #f4f4f4;
}

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

.el_bg__dblue {
  background: url(../img/bg_cv.jpg) repeat left top;
  background-size: 1280px;
}

.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;
}

/* ナビゲーションメニューに関する指定 */
nav ul.navi {
  font-size: 1.4rem;
  position: absolute;
  padding: 1em;
  right: 10px;
  text-align: right;
  top: 10px;
}

nav ul.navi li {
  display: inline-block;
  padding-left: 2em;
}

/* Transition */
#top-head,
#global-nav ul li,
#global-nav 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 #top-head {
  color: #0b84e7;
  font-size: 1.6rem;
  position: absolute;
  width: 100%;
  z-index: 999;
}
header #top-head .inner {
  position: relative;
}
header #nav-toggle {
  background: rgba(255, 255, 255, 0.6);
  border-radius: 50%;
  display: block;
  padding: 20px 14px;
  width: 60px;
  height: 60px;
  display: none;
  position: absolute;
  right: 34px;
  top: 14px;
  cursor: pointer;
  z-index: 101;
  /*
      width: 34px;
      height: 36px;
  */
}
header #nav-toggle div {
  position: relative;
}
header #nav-toggle span {
  display: block;
  background: #0b84e7;
  position: absolute;
  height: 1px;
  width: 100%;
  left: 0;
  transition: 0.35s ease-in-out;
}
header #nav-toggle span:nth-child(1) {
  top: 0;
}
header #nav-toggle span:nth-child(2) {
  top: 8px;
}
header #nav-toggle span:nth-child(3) {
  top: 16px;
  margin-left: 60%;
  width: 40%;
}
header #top-head {
  margin-top: 0;
  position: fixed;
  top: 0;
}
header #top-head.fixed {
  padding-top: 0;
  background: transparent;
}
header #global-nav {
  position: absolute;
  padding: 0 0 10px;
  transition: 0.5s ease-in-out;
  transition-duration: 0.5s;
}
header #nav-toggle {
  display: block;
}
header #top-head.open {
  color: #0b84e7;
  height: 100%;
  font-size: 1.6rem;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px;
  line-height: 4em;
}
header #top-head.open #nav-toggle {
  border: none;
  top: 14px;
}
header #top-head.open #nav-toggle span:nth-child(1) {
  top: 11px;
  transform: rotate(137deg);
}
header #top-head.open #nav-toggle span:nth-child(2) {
  left: 50%;
  width: 0;
}
header #top-head.open #nav-toggle span:nth-child(3) {
  top: 11px;
  transform: rotate(-137deg);
  width: 100%;
  margin: 0;
}
header #top-head.open #global-nav {
  position: fixed;
  height: 100%;
  overflow-y: visible;
  overflow-x: hidden;
  display: block;
  opacity: 1;
  transition: 0.5s ease-in-out;
  transition-duration: 0.5s;
}
@keyframes .mv-gnav {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
header #top-head #global-nav {
  display: none;
  animation: show 0.5s linear 0s;
}
header #top-head.open #global-nav {
  display: block;
  animation: show 0.5s linear 0s;
}

/*//////////////////////////////////////////////////////

Block

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

.bl_cont_ttl {
  color: #0b84e7;
  font-size: 2rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.bl_cont_ttl:after {
  border-bottom: 2px solid #0b84e7;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2em;
}
@media screen and (min-width: 768px) {
  .bl_cont_ttl {
    font-size: 3rem;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}
.bl_cont_ttl.un_lite_cont_ttl {
  color: #0097a7;
}
.bl_cont_ttl.un_lite_cont_ttl:after {
  border-bottom: 2px solid #0097a7;
}

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

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

.bl_bg__img__bline {
  background: url(../img/bg_line_blu.jpg) repeat left top;
  background-size: 1280px;
}

.bl_bg__lgry {
  background: #f4f4f4;
}

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

.bl_bg__dblue {
  background: url(../img/bg_cv_lite.jpg) repeat left top;
  background-size: 1280px;
}

/*
-------------------------------------------------------
 main visual
-------------------------------------------------------
*/
.bl_mv {
  background: url(../img/bg_color_lgreen.jpg);
  background-size: cover;
  padding: 5.3333333333vw 2.6666666667vw 32vw;
  position: relative;
}
@media screen and (min-width: 768px) {
  .bl_mv {
    padding: 5.3333333333vw 2.6666666667vw;
  }
}

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

.bl_mv__ttl {
  max-width: 90%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_mv__ttl {
    max-width: 100%;
    padding-bottom: 40px;
  }
}

.bl_mv__img {
  max-width: 90%;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .bl_mv__img {
    max-width: 100%;
    margin: 0;
  }
}

.bl_mv__btn {
  bottom: 2.6666666667vw;
  display: block;
  left: 0;
  max-width: 412px;
  margin: auto;
  position: absolute;
  right: 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .bl_mv__btn {
    margin-left: 0;
    padding-bottom: 40px;
    position: static;
  }
}

.bl_logo__img {
  max-width: 150px;
}

section {
  position: relative;
}

footer small {
  font-size: 1rem;
}

/*
-------------------------------------------------------
03:conversion box
-------------------------------------------------------
*/
.bl_cvBox {
  color: #fff;
  margin-top: 15vw;
  padding: 40px 20px 30px;
  position: relative;
  max-width: 1280px;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .bl_cvBox {
    margin-top: 80px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_cvBox {
    background: url(../img/bg_cv_member.png) no-repeat left bottom;
    background-size: 534px;
    padding: 80px 0 60px 40%;
  }
}
.bl_cvBox .el_btn_cvbtn {
  margin: auto;
}

.bl_cvBox__ttl {
  text-align: center;
}

.bl_cvBox__btn {
  bottom: 2.6666666667vw;
  display: block;
  max-width: 412px;
  margin: auto;
  width: 80%;
}

.bl_trialBox_ttl {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 40px;
  padding-bottom: 20px;
  position: relative;
  text-align: center;
}
.bl_trialBox_ttl:after {
  border-bottom: 2px solid #fff;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  width: 2em;
}
@media screen and (min-width: 768px) {
  .bl_trialBox_ttl {
    font-size: 3rem;
    margin-bottom: 60px;
    padding-bottom: 30px;
  }
}

.bl_trialBox_txt {
  color: #fff;
  line-height: 1.8em;
}

.bl_cv_btn a {
  animation: anime1 0.5s ease 0s infinite alternate;
  display: inline-block;
  margin: 0 auto;
  transform-origin: center;
  text-decoration: none;
  width: clamp( 120px, 15%, 200px );
  bottom: 30vw;
  position: absolute;
  right: 2vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .bl_cv_btn a {
    width: clamp( 200px, 15%, 240px );
    bottom: -4vw;
  }
}
.bl_cv_btn a img {
  width: 100%;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
.bl_cv_s_btn a {
  animation: anime1 0.5s ease 0s infinite alternate;
  display: inline-block;
  margin: 0 auto;
  transform-origin: center;
  text-decoration: none;
  width: clamp( 120px, 15%, 200px );
  top: -15vw;
  position: absolute;
  right: 2vw;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .bl_cv_s_btn a {
    width: clamp( 140px, 15%, 200px );
    top: -80px;
  }
}
@media screen and (min-width: 1280px) {
  .bl_cv_s_btn a {
    width: clamp( 140px, 15%, 200px );
    top: -140px;
  }
}
.bl_cv_s_btn a img {
  width: 100%;
}

@keyframes anime1 {
  from {
    transform: scale(0.9, 0.9);
  }
  to {
    transform: scale(1, 1);
  }
}
/*
-------------------------------------------------------
04: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;
}

.bl_form__privacy {
  background: #F7F5F2;
  color: #766C62;
  font-size: 1.3rem;
  margin: 40px auto 42px;
  padding: 20px;
}

.bl_form__privacy__inner {
  max-height: 200px;
  overflow: scroll;
}

.bl_form__privacy__inner__ttl {
  text-align: center;
  text-align: left;
}

.bl_form__privacy__inner__txt {
  font-size: 1.2rem;
  text-align: left;
}

/*
-------------------------------------------------------
 flex
-------------------------------------------------------
*/
/* block flex */
.bl_flx {
  display: flex;
}
.bl_flx.__fxd__c {
  flex-direction: column;
}
.bl_flx.__fxd__cr {
  flex-direction: column-reverse;
}
.bl_flx.__fxd__r {
  flex-direction: row;
}
.bl_flx.__fxd__rr {
  flex-direction: row-reverse;
}
.bl_flx.__fxw__n {
  flex-wrap: nowrap;
}
.bl_flx.__fxw__w {
  flex-wrap: wrap;
}
.bl_flx.__fxw__wr {
  flex-wrap: wrap-reverse;
}
.bl_flx.__jc__c {
  justify-content: center;
}
.bl_flx.__jc__fe {
  justify-content: flex-end;
}
.bl_flx.__jc__fs {
  justify-content: flex-start;
}
.bl_flx.__jc__sa {
  justify-content: space-around;
}
.bl_flx.__jc__sb {
  justify-content: space-between;
}
.bl_flx.__ai__b {
  align-items: baseline;
}
.bl_flx.__ai__c {
  align-items: center;
}
.bl_flx.__ai__fe {
  align-items: flex-end;
}
.bl_flx.__ai__fs {
  align-items: flex-start;
}
.bl_flx.__ai__s {
  align-items: stretch;
}
.bl_flx.__ac__c {
  align-content: center;
}
.bl_flx.__ac__fe {
  align-content: flex-end;
}
.bl_flx.__ac__fs {
  align-content: flex-start;
}
.bl_flx.__ac__s {
  align-content: stretch;
}
.bl_flx.__ac__sa {
  align-content: space-around;
}
.bl_flx.__ac__sb {
  align-content: space-between;
}
.bl_flx .flx_item__4 {
  margin: 0 10px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .bl_flx .flx_item__4 {
    width: calc(25% - 20px);
  }
}

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

/* 
---- 02-1:flex list
*/
.bl_flxList {
  display: flex;
  flex-wrap: wrap;
}

/* flex list img size small */
.bl_flxList__img {
  margin: 0 auto;
  max-width: 140px;
}

/* flex list img size auto */
.bl_flxList__img__mid {
  margin: 0 auto;
  max-width: auto;
}

/* flex list ttl */
.bl_flxList__ttl {
  color: #0097a7;
  font-weight: bold;
  padding: 1.2em 0 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .bl_flxList__ttl {
    font-size: 1.8rem;
  }
}

/* flex list txt */
.bl_flxList__txt {
  font-size: 1.4rem;
  line-height: 1.6em;
}

.bl_flxList__txt__small {
  font-size: 1.3rem;
  line-height: 1.4em;
}

/* 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: 10px 10px 30px;
  width: calc(50% - 20px);
}
@media screen and (min-width: 768px) {
  .bl_flxList__col__4 {
    margin: 0 20px;
    width: calc(25% - 40px);
  }
}

.bl_flxList__col__5 {
  margin: 10px 10px 30px;
  width: calc(33.33% - 20px);
}
@media screen and (min-width: 768px) {
  .bl_flxList__col__5 {
    margin: 0 20px;
    width: calc(20% - 40px);
  }
}

/*//幅768px以上に適用されるCSS（タブレットサイズ以上）*/
@media screen and (min-width: 768px) {
  .flexbox .main .item {
    width: calc(33.33% - 20px);
  }
}
/*//幅1280px以上に適用されるCSS（PCサイズ以上）*/
@media screen and (min-width: 1280px) {
  /* twoculmn */
  .flexbox {
    display: flex;
  }

  .flexbox .main {
    width: 66.5%;
  }

  .flexbox .side {
    width: 29.17%;
  }
}
/* ANIMATION */
.effect-fade {
  opacity: 0;
  transform: translate(0, 45px);
  transition: all 600ms;
}
.effect-fade.effect-scroll {
  opacity: 1;
  transform: translate(0, 0);
}

/* trouble case */
.un_cont_case__thumbBox {
  background: url(../img/ph_about_result.png) no-repeat center bottom;
  background-size: 200px;
  padding-bottom: 200px;
}
@media screen and (min-width: 768px) {
  .un_cont_case__thumbBox {
    background: url(../img/ph_about_result.png) no-repeat left center;
    background-size: 25%;
    padding-left: 28%;
    padding-bottom: 100px;
  }
}

.un_price__thumbBox {
  background: url(../img/ph_price_lite.png) no-repeat center top;
  background-size: 100px;
  padding-top: 100px;
}
@media screen and (min-width: 768px) {
  .un_price__thumbBox {
    background: url(../img/ph_price_lite.png) no-repeat left top;
    background-size: 200px;
    padding-left: 28%;
    padding-top: 0;
  }
}

.un_price__thumbBox__listBox {
  background: #fff;
  /*    border: 1px solid #0b84e7;*/
  border-radius: 10px;
  box-shadow: 0px 0px 16px -6px rgba(0, 0, 0, 0.4);
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .un_price__thumbBox__listBox {
    padding: 40px;
  }
}

.un_price__thumbBox__listBox__ttl {
  color: #0097a7;
  padding-bottom: 1em;
}
.un_price__thumbBox__listBox__ttl span {
  display: block;
  font-size: 1.4rem;
}
.un_price__thumbBox__listBox__ttl strong {
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .un_price__thumbBox__listBox__ttl {
    line-height: 2em;
    padding-bottom: 1.8em;
  }
  .un_price__thumbBox__listBox__ttl span {
    font-size: 1.6rem;
  }
  .un_price__thumbBox__listBox__ttl strong {
    font-size: 2.4rem;
    font-weight: bold;
  }
}

.un_price__thumbBox__listBox__list li {
  margin-left: 2em;
  text-indent: -1.5em;
}
@media screen and (min-width: 768px) {
  .un_price__thumbBox__listBox__list {
    font-size: 1.8rem;
    line-height: 2em;
  }
}

.un_itemsWrap {
  justify-content: center;
  padding-bottom: 20px;
}

.un_itemsWrap__box {
  background: #e2fbec;
  margin: 0 10px 20px;
  padding: 20px;
  width: calc(100% - 20px);
}
@media screen and (min-width: 768px) {
  .un_itemsWrap__box {
    width: calc(33.33% - 40px);
  }
}

footer.bl_footer__lite {
  background: #0097a7;
}