abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font: inherit;
  font-size: 100%;
  text-align: left;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box
}

body {
  background: white;
  line-height: 1;
  color: black
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
  box-sizing: border-box
}

ul {
  list-style: none
}

li {
  list-style: none
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

form button {
  cursor: pointer
}

img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto
}

video {
  border: none;
  max-width: 100%;
  height: auto
}

iframe {
  border: none
}

blockquote, q {
  quotes: none
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-size: 100%
}

button, input, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

select {
  cursor: pointer;
}

body {
  background-color: #fff;
  margin: 0 auto;
  padding: 0;
  font-family: "Noto Sans Japanese", "Helvetica neue", "Helvetica", "arial", "roboto", "ヒラギノ", "メイリオ", sans-serif;
  font-size: 16px;
  font-weight: 300;
  color: #252627;
  line-height: 1.8
}

strong {
  font-weight: 700
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Noto Sans Japanese", "Helvetica neue", "Helvetica", "arial", "roboto", "ヒラギノ", "メイリオ", sans-serif;
  font-weight: 350
}

a {
  color: #252627;
  outline: none;
  border-style: none;
  text-decoration: none;
  transition: all 0.2s ease 0s;
  -moz-transition: all 0.2s ease 0s;
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  -ms-transition: all 0.2s ease 0s;
  cursor: pointer
}

@media screen and (min-width: 641px) {
  a:hover {
    opacity: 0.8;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s
  }
  a:hover img {
    opacity: 0.6;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s
  }
}

.clearfix {
  min-height: 1px
}

.clearfix::after {
  clear: both;
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden
}

.clear {
  clear: both
}

.container {
  padding: 0;
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto
}

@media screen and (min-width: 769px) {
  .container {
    padding: 0 60px
  }
}

@media screen and (max-width: 768px) {
  .container {
    padding: 0 40px
  }
}

@media screen and (max-width: 640px) {
  .container {
    padding: 0 20px
  }
}

.fullHeight {
  height: calc(100vh)
}

@media screen and (min-width: 641px) {
  .pc_none {
    display: none !important
  }
}

@media screen and (max-width: 640px) {
  .sp_none {
    display: none !important
  }
}

.btn {
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background-color: #306cc4;
  border: 2px solid #306cc4;
  line-height: 52px;
  display: inline-block;
  text-align: center;
  border-radius: 27px
}

.btn--yellow {
  color: #252627;
  background-color: #ffdc54;
  border: 2px solid #ffdc54
}

.btn--indigo {
  background-color: #0a3a81;
  border: 2px solid #0a3a81
}

@media screen and (min-width: 641px) {
  .btn {
    width: 240px
  }
  .btn:hover {
    opacity: 1;
    color: #306cc4;
    background-color: #fff
  }
  .btn--yellow:hover {
    color: #ffdc54;
    background-color: #fff
  }
  .btn--indigo:hover {
    color: #0a3a81;
  }
}

@media screen and (max-width: 640px) {
  .btn {
    width: 100%
  }
}

.scrEvent {
  position: relative;
  top: 20px;
  opacity: 0;
  transition: all 0.6s ease-out 0s
}

@media screen and (min-width: 641px) {
  .scrEvent.delay1 {
    transition: all 0.6s ease-out 0.2s
  }
  .scrEvent.delay2 {
    transition: all 0.6s ease-out 0.4s
  }
}

.scrEvent.scroll-on {
  top: 0;
  opacity: 1
}

header {
  padding: 10px 0 20px;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #fff;
  border-bottom: 1px solid #f7f9fb
}

@media screen and (max-width: 640px) {
  header {
    padding: 16px 0;
  }
}

@media screen and (min-width: 981px) {
  .header-container {
    display: flex;
  }
  .header-container h1 {
    justify-content: flex-start;
  }
  .header-container .hd__menu {
    justify-content: flex-end;
  }
}

@media screen and (max-width: 980px) and (min-width: 641px) {
  .header-container h1 {
    display: none;
  }
  .header-container .hd__menu {
    /* right: 30px;
    justify-content: center; */
    justify-content: flex-end;
  }
}

@media screen and (min-width: 641px) {
  header .hd__logo {
    height: 40px;
    width: auto
  }
}

@media screen and (max-width: 640px) {
  header .hd__logo {
    height: 36px;
    width: auto;
  }
}

/* ログイン分岐のためのコード　*/
@media screen and (min-width: 641px) {
  .menu {
    width: 130px;
    height: 25px;
    margin-left: auto;
    margin-right: 10px;
    color: #25559c;
    font-size: 14px;
  }

  .menu > li a {
    display: block;
    transition: none;
  }

  p.init-bottom {
    text-align: right;
  }

  p.init-bottom:hover {
    cursor: pointer;
    opacity: 0.7;
  }

  p.init-bottom .material-icons {
    font-size: 16px;
    vertical-align: middle;
  }

  ul.menu__second-level {
    visibility: hidden;
    z-index: 1;
  }

  .menu > li:hover {
    background: #fff;
  }

  .menu__second-level li {
    height: 40px;
    padding: 0 10px;
    border-top: 1px solid #ddd;
    font-size: 12px;
    line-height: 40px;
  }

  .menu__second-level li:hover {
    background: #eee;
  }

  .menu > li.menu__single {
    position: relative;
  }

  li.menu__single ul.menu__second-level {
    position: absolute;
    top: 25px;
    right: 0;
    background: #fff;
  }

  .hd__login_icon {
  height: 14px;
  width: auto;
  margin-right: 0.5em;
  vertical-align: baseline
  }

  header.sticky .menu {
    height: 0;
    transition: all 0.2s ease 0s;
  }
}
/* ログイン分岐のためのコード　ここまで*/

@media screen and (min-width: 641px) {
  header .hd__menu {
    position: absolute;
    top: 0;
    right: 60px
  }
  header .hd__menu_list {
    float: left;
    margin-left: 40px;
    line-height: 48px;
    font-size: 14px
  }
  header .hd__menu_list--btn .btn {
    line-height: 48px;
    font-size: 14px;
    width: 160px
  }
  header .hd__menu_list--title {
    display: none
  }
}

@media screen and (max-width: 640px) {
  header .hd__menu {
    display: none
  }
}

.menu-trigger, .menu-trigger span {
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box
}

.menu-trigger {
  position: relative;
  width: 24px;
  height: 24px
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #252627
}

.menu-trigger span:nth-of-type(1) {
  top: 0
}

.menu-trigger span:nth-of-type(2) {
  top: 11px
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(-45deg);
  transform: translateY(11px) rotate(-45deg);
  background-color: #fff
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg);
  background-color: #fff
}

@media screen and (min-width: 641px) {
  .spnav {
    display: none
  }
}

@media screen and (max-width: 640px) {
  .spnav .spnav_btn {
    position: fixed;
    z-index: 999;
    top: 21px;
    right: 20px
  }
  .spnav .spnav__menu {
    position: fixed;
    z-index: 99;
    width: 100%;
    padding-right: 64px;
    width: 100%;
    height: calc(100vh);
    top: 0;
    left: -600px;
    transition: all 0.4s ease 0s
  }
  .spnav .spnav__menu.active {
    left: 0
  }
  .spnav .spnav__menu_bg {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: calc(100vh);
    background-color: rgba(0, 0, 0, 0.4);
    top: 0;
    right: 0;
    transition: all 0.4s ease 0s;
    opacity: 0
  }
  .spnav .spnav__menu_bg.active {
    z-index: 98;
    opacity: 1
  }
  .spnav .spnav__menu ul {
    position: relative;
    background-color: #fff;
    width: 100%;
    height: calc(100vh)
  }
  .spnav .spnav__menu_list {
    padding: 0 20px
  }
  .spnav .spnav__menu_list_link {
    padding: 20px 0;
    border-bottom: 1px solid #d1dae5;
    display: block
  }
  .spnav .spnav__menu_list_link.first {
    border-top: 1px solid #d1dae5
  }
  .spnav .spnav__menu_list--title {
    color: #78bbe6;
    font-size: 24px;
    font-weight: 700;
    padding: 20px;
    font-weight: 400;
    line-height: 1
  }
  .spnav .spnav__menu_list--btn {
    margin-top: 20px
  }
}

@media screen and (max-width: 320px) {
  .spnav .spnav__menu_list {
    padding: 0 16px
  }
  .spnav .spnav__menu_list_link {
    padding: 16px 0;
    font-size: 14px
  }
  .spnav .spnav__menu_list--title {
    padding: 16px;
    font-size: 20px
  }
  .spnav .spnav__menu_list--btn {
    margin-top: 16px
  }
  .spnav .spnav__menu_list--btn .btn {
    font-size: 14px;
    line-height: 48px
  }
}

footer {
  background-color: #393838;
  color: #fff
}

footer a {
  color: #fff
}

footer .ft__nav {
  padding-bottom: 32px;
  border-bottom: 1px solid #fff
}

@media screen and (min-width: 641px) {
  footer {
    padding: 80px 0
  }
  footer .ft__nav ul {
    text-align: center
  }
  footer .ft__nav li {
    display: inline-block;
    margin: 0 16px
  }
}

@media screen and (max-width: 640px) {
  footer {
    padding: 60px 0
  }
  footer .ft__nav li {
    text-align: center
  }
}

footer .ft__logo {
  padding-top: 32px
}

footer .ft__logo p {
  text-align: center
}

footer .ft__logo .ft__logo_img {
  height: 24px;
  width: auto
}

footer .ft__copy {
  text-align: center;
  margin-top: 32px;
  font-size: 12px
}

.top {
  position: fixed;
  width: 100%;
  z-index: 1;
  bottom: 40px;
  text-align: right
}

.top p {
  text-align: right
}

.top__btn {
  background-color: #78bbe6;
  line-height: 56px;
  width: 56px;
  display: inline-block;
  border-radius: 28px;
  text-align: center;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 300;
}

.top__arrow {
  width: 20px;
  height: auto;
  vertical-align: middle;
  position: relative;
  bottom: 2px
}

@media screen and (min-width: 641px) {
  section {
    margin-top: -80px;
    padding-top: 80px
  }
  .bg_color {
    padding: 48px 0 60px;
  }
}

@media screen and (max-width: 640px) {
  section {
    margin-top: -68px;
    padding-top: 68px
  }
  .bg_color {
    padding: 30px 0px 60px;
  }
}

.title h2 {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  display: block;
  line-height: 1.4;
  padding-bottom: 24px;
  color: #0a3a81;
  text-align: center
}

.title h2:after {
  position: absolute;
  content: " ";
  display: block;
  background-color: #d1dae5;
  bottom: 0;
  left: 50%;
  width: 28px;
  height: 4px;
  border-radius: 2px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0)
}

.fv {
  margin-top: 0
}

.fv .bg_color {
  background-color: #306cc4;
  background-position: center center;
  background-size: cover
}

@media screen and (min-width: 641px) {
  .fv {
    padding-top: 100px
  }
  .fv .bg_color {
    background-image: url("../img/lp/fv_bg.jpg")
  }
}

@media screen and (max-width: 640px) {
  .fv .bg_color {
    background-image: url("../img/lp/fv_bg_sp.jpg")
  }
}

.fv h2 {
  color: #fff;
  font-weight: 600;
  line-height: 1.4
}

@media screen and (min-width: 641px) {
  .fv h2 {
    font-size: 64px
  }
  .fv .fv__list {
    position: relative;
    display: flex;
    width: 100%;
    height: auto;
  }
  .fv__list-wrapper {
    max-width: 540px;
    width: auto;
    height: auto;
    background: #26559b;
    border-radius: 2px;
    padding: 8px 8px 8px 24px;
  }
  .icon-check {
    font-size: 28px !important;
    font-weight: 600 !important;
    ;
  }
  .fv .fv__list li {
    margin-top: 4px;
    font-size: 2rem;
    font-weight: 600;
    color: white;
  }
}

.fv .fv__img {
  position: absolute;
  width: 560px;
  height: 200px;
  bottom: 0;
  right: 0;
}

@media screen and (max-width: 480px) {
  .fv .fv__img {
    position: static;
    width: auto;
    height: auto;
    margin-bottom: 10px;
  }
}

.fv .fv__img .fv__img--listmock {
  position: absolute;
  width: 460px;
  height: auto;
  right: 20px;
  bottom: 15px;
  z-index: 1;
}

.fv .fv__img .fv__img--baloon {
  position: absolute;
  width: 140px;
  height: auto;
  top: -160px;
  right: 0;
  z-index: 3;
}

.fv .fv__img .fv__img--hrogun {
  position: absolute;
  width: 100px;
  height: auto;
  bottom: 0;
  right: 0;
  z-index: 2;
}

.fv .fv__img .fv__img--all {
  display: none;
}

@media screen and (min-width: 981px) and (max-width: 1080px) {
  .fv .fv__img .fv__img--listmock {
    width: 400px;
  }
  .fv .fv__img .fv__img--baloon {
    width: 120px;
    top: -120px;
  }
}

@media screen and (max-width: 980px) {
  .fv .fv__img .fv__img--listmock, .fv .fv__img .fv__img--baloon {
    display: none;
  }
}

@media screen and (max-width: 480px) {
  .fv .fv__img .fv__img--all {
    display: block;
    width: 300px;
    height: auto;
    margin: auto;
  }
}

@media screen and (max-width: 640px) {
  .fv h2 {
    font-size: 28px;
    text-align: center
  }
  .fv .fv__img {
    margin-top: 0px
  }
  .fv .fv__btn {
    margin-top: 10px
  }
}

.foryou .foryou__list dt {
  text-align: center
}

.foryou .foryou__list dd h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #306cc4;
  margin-top: 20px;
  line-height: 1.4
}

.foryou .foryou__list dd p {
  margin-top: 20px
}

.foryou .foryou__list .foryou__list_icon {
  width: 140px;
  height: auto
}

@media screen and (min-width: 641px) {
  .foryou .foryou__list {
    margin: 60px -60px 0
  }
  .foryou .foryou__list dl {
    padding: 0 30px;
    float: left;
    width: 33.33%
  }
}

@media screen and (max-width: 640px) {
  .foryou .foryou__list dl {
    margin-top: 40px
  }
}

.about .bg_color {
  background-color: #f7f9fb
}

.about .about__img {
  margin-top: 40px
}

@media screen and (min-width: 641px) {
  .about .about__txt {
    margin-top: 60px
  }
  .about .about__txt p {
    text-align: center
  }
}

@media screen and (max-width: 640px) {
  .about .about__txt {
    margin-top: 40px
  }
  .about .about__img {
    text-align: center
  }
  .about .about__img img {
    width: 140px;
    height: auto
  }
}

.effect .effect__list dt {
  text-align: center
}

.effect .effect__list dd {
  text-align: center
}

.effect .effect__list dd h3 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #306cc4;
  margin-top: 20px;
  line-height: 1.4
}

.effect .effect__list dd ul {
  margin-top: 20px;
  display: inline-block;
  list-style: disc;
  padding-left: 1.2em
}

.effect .effect__list .effect__list_icon {
  width: 140px;
  height: auto
}

@media screen and (min-width: 641px) {
  .effect .effect__list {
    margin: 60px -60px 0
  }
  .effect .effect__list dl {
    padding: 0 60px;
    float: left;
    width: 50%
  }
}

@media screen and (max-width: 640px) {
  .effect .effect__list dl {
    margin-top: 40px
  }
}

.case .bg_color {
  background-color: #f7f9fb
}

.case .case__box {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3)
}

@media screen and (min-width: 641px) {
  .case .case__box {
    padding: 40px;
    margin-top: 60px
  }
}

@media screen and (max-width: 640px) {
  .case .case__box {
    padding: 20px;
    margin-top: 40px
  }
}

.case .case__box .case__box_inner--bottom {
  padding-top: 32px
}

.case .case__box .case__box_inner .case__box_inner_txt {
  padding-bottom: 20px;
  border-bottom: 1px solid #d1dae5
}

.case .case__box .case__box_inner .case__box_inner_txt h4 {
  font-weight: 700
}

.case .case__box .case__box_inner .case__box_inner_txt h3 {
  font-weight: 700;
  font-size: 20px;
  margin-top: 20px
}

.case .case__box .case__box_inner .case__box_inner_img img {
  width: 150px;
  height: auto
}

@media screen and (min-width: 641px) {
  .case .case__box .case__box_inner .case__box_inner_img {
    float: left
  }
  .case .case__box .case__box_inner .case__box_inner_txt {
    margin-left: 200px
  }
}

@media screen and (max-width: 640px) {
  .case .case__box .case__box_inner .case__box_inner_img {
    text-align: center;
    margin-bottom: 32px
  }
}

.reason .reason__box--top {
  padding-bottom: 40px;
  border-bottom: 1px solid #d1dae5
}

.reason .reason__box--bottom {
  margin-top: 40px
}

@media screen and (min-width: 641px) {
  .reason .reason__box--top {
    margin-top: 60px
  }
}

@media screen and (max-width: 640px) {
  .reason .reason__box--top {
    margin-top: 40px
  }
}

.reason .reason__box .reason__box_txt h3 {
  font-weight: 700;
  font-size: 26px
}

.reason .reason__box .reason__box_txt p {
  margin-top: 20px
}

.reason .reason__box .reason__box_txt .reason__box_txt_img {
  margin-top: 32px
}

@media screen and (min-width: 376px) and (max-width: 768px) {
  .reason .reason__box .reason__box_txt .reason__box_txt_img {
    display: none;
  }
}

.reason .reason__box .reason__box_txt .reason__box_txt_img img {
  max-width: 140px;
  width: 100%;
  height: auto
}

.reason .reason__box .reason__box_img img {
  max-width: 320px;
  width: 100%;
  height: auto
}

@media screen and (min-width: 641px) {
  .reason .reason__box .reason__box_inner {
    display: table;
    width: 100%
  }
  .reason .reason__box .reason__box_txt {
    display: table-cell;
    vertical-align: top
  }
  .reason .reason__box .reason__box_txt .reason__box_txt_img img {
    margin-right: 16px
  }
  .reason .reason__box .reason__box_img {
    display: table-cell;
    width: 380px;
    vertical-align: top
  }
  .reason .reason__box--top .reason__box_img {
    padding-left: 60px
  }
  .reason .reason__box--bottom .reason__box_img {
    padding-right: 60px
  }
}

@media screen and (max-width: 640px) {
  .reason .reason__box .reason__box_txt .reason__box_txt_img {
    text-align: center
  }
  .reason .reason__box .reason__box_txt .reason__box_txt_img img {
    margin: 0 8px
  }
  .reason .reason__box .reason__box_img {
    text-align: center;
    margin-top: 32px
  }
}

@media screen and (max-width: 320px) {
  .reason .reason__box .reason__box_txt .reason__box_txt_img img {
    max-width: 120px
  }
}

.comparison .bg_color {
  background-color: #f7f9fb
}

@media screen and (min-width: 641px) {
  .comparison .comparison__table {
    margin-top: 60px
  }
}

@media screen and (max-width: 640px) {
  .comparison .comparison__table {
    margin-top: 40px
  }
}

.comparison .comparison__table table {
  border-collapse: separate;
  border-spacing: 4px;
  width: 100%
}

.comparison .comparison__table th {
  background-color: #306cc4;
  color: #fff;
  font-weight: 700;
  vertical-align: middle;
  text-align: center;
  padding: 16px 8px
}

.comparison .comparison__table td {
  background-color: #fff;
  vertical-align: middle;
  text-align: center;
  padding: 16px 8px
}

.comparison .comparison__table td.label {
  background-color: #7da6e3;
  font-weight: 700
}

.comparison .comparison__table td .strong {
  color: #306cc4;
  font-weight: 700
}

.comparison .comparison__table td .icon {
  display: block;
  text-align: center;
  line-height: 1
}

.comparison .comparison__table td .strong .icon {
  font-weight: 400
}

.comparison .comparison__table td .strong .icon.big {
  font-weight: 700
}

.comparison .comparison__table td .nomal .icon {
  font-weight: 200
}

@media screen and (min-width: 641px) {
  .comparison .comparison__table td .icon {
    font-size: 36px
  }
}

@media screen and (max-width: 640px) {
  .comparison .comparison__table th {
    font-size: 14px
  }
  .comparison .comparison__table td {
    font-size: 12px
  }
  .comparison .comparison__table td.label {
    font-size: 14px;
    height: 140px;
    width: 36px;
    padding: 0
  }
  .comparison .comparison__table td.label .label_txt {
    display: block;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 36px;
    white-space: nowrap
  }
  .comparison .comparison__table td .icon {
    font-size: 24px
  }
}

@media screen and (min-width: 641px) {
  .client .client__list {
    margin-top: 40px
  }
  .client .client__list .client__list_inner {
    float: left;
    width: 20%;
    position: relative;
    margin-top: 20px;
    height: 48px
  }
  .client .client__list .client__list_inner img {
    position: absolute;
    max-height: 48px;
    max-width: 176px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}

@media screen and (max-width: 640px) {
  .client .client__list .client__list_inner {
    margin-top: 40px;
    text-align: center
  }
  .client .client__list .client__list_inner img {
    max-height: 48px;
    max-width: 214px
  }
}

.media .bg_color {
  background-color: #fff;
}

@media screen and (min-width: 641px) {
  .media .media__txt {
    margin-top: 60px;
    text-align: center
  }
  .media .media__list {
    padding-top: 44px
  }
}

@media screen and (max-width: 640px) {
  .media .media__txt {
    margin-top: 40px
  }
  .media .media__list {
    padding-top: 24px
  }
}

.media .media__list .media__list_title {
  background-color: #78bbe6;
  padding: 16px 20px;
  font-weight: 700;
  position: relative;
  margin-top: 16px;
  cursor: pointer
}

.media .media__list .media__list_title span {
  margin-left: 2em;
  font-weight: 350
}

.media .media__list .media__list_title .icon {
  width: 16px;
  height: auto;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.dropdown_toggle {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  top: 35% !important;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}

.media .media__list .media__list_txt {
  background-color: #fff
}

@media screen and (min-width: 641px) {
  .media .media__list .media__list_txt {
    padding: 20px
  }
  .media .media__list .media__list_txt .media__list_txt_box {
    float: left;
    width: 50%
  }
  .media .media__list .media__list_txt .media__list_txt_box .media__list_txt_box_inner {
    float: left;
    width: 50%;
    padding: 0 20px
  }
  .media .media__list .media__list_txt .media__list_txt_box--one {
    width: 100%
  }
  .media .media__list .media__list_txt .media__list_txt_box--one .media__list_txt_box_inner {
    width: 100%
  }
  .media .media__list .media__list_txt .media__list_txt_box--two {
    width: 100%
  }
}

@media screen and (max-width: 640px) {
  .media .media__list .media__list_txt {
    padding: 40px 10px
  }
  .media .media__list .media__list_txt .media__list_txt_box {
    float: left;
    width: 50%;
    padding: 0 10px
  }
  .media .media__list .media__list_txt .media__list_txt_box--one {
    width: 100%
  }
  .media .media__list .media__list_txt .media__list_txt_box--two {
    width: 100%;
    padding: 0
  }
  .media .media__list .media__list_txt .media__list_txt_box--two .media__list_txt_box_inner {
    float: left;
    width: 50%;
    padding: 0 10px
  }
}

.media .media__list .media__list_more {
  text-align: right;
  margin-top: 16px
}

.media .media__list .media__list_more a {
  color: #306cc4;
  text-decoration: underline
}

.plan h3 {
  color: #5286d3;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

.plan .bg_color {
  background-color: #f7f9fb;
}

@media screen and (min-width: 641px) {
  .plan .plan__txt {
    margin-top: 60px;
    text-align: center
  }
}

@media screen and (max-width: 640px) {
  .plan .plan__txt {
    margin-top: 40px
  }
}

.plan .intro__plan_wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  max-width: 1069px;
  margin: 30px auto;
}

.plan .intro__plan_wrap .intro__plan_box {
  width: 50%;
  margin: 0 10px;
  border: solid 2px #3366ac;
  padding: 20px 10px 36px;
  position: relative;
  background: #fff;
}

@media screen and (max-width: 640px) {
  .plan .intro__plan_wrap .intro__plan_box {
    flex-direction: column;
    width: 100%;
    margin: 10px 0px;
  }
}

.plan .intro__plan_wrap .intro__plan_box p {
  font-size: 1.5em;
  line-height: 1.5em;
  margin: 0 -10px;
  padding: 5px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .plan .intro__plan_wrap .intro__plan_box p {
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
  }
}

.plan .intro__plan_wrap .intro__plan_box .intro__plan_boyaki {
  position: relative;
}

.plan .intro__plan_wrap .intro__plan_box .intro__plan_boyaki::after {
  content: "";
  position: absolute;
  top: 120%;
  left: calc(50% - 24px);
  border-top: 24px solid #3366ac;
  border-bottom: 24px solid transparent;
  border-right: 24px solid transparent;
  border-left: 24px solid transparent;
}

@media screen and (min-width: 641px) {
  .plan .intro__plan_wrap .intro__plan_box .plan__button {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .plan .intro__plan_wrap {
    flex-direction: column;
  }
  .plan .intro__plan_wrap .intro__plan_box .plan__button {
    display: block;
    width: 90%;
    text-align: center;
    padding: 0.6em;
    margin: 45px auto 0;
    font-size: 1em;
    border-radius: 2px;
    cursor: pointer;
  }
  .plan .intro__plan_wrap .intro__plan_box .light {
    background: #ffdc54;
    color: #0a3a81;
  }
  .plan .intro__plan_wrap .intro__plan_box .standard {
    background: #0a3a81;
    color: #fff;
  }
}

.plan .plan__price .plan__price_box {
  margin-top: 40px;
  padding: 0 10px;
  float: left;
  width: 50%;
}

@media screen and (max-width: 640px) {
  .plan .plan__price {
    margin-top: 0px;
    padding-top: 0px;
  }
  .plan .plan__price .plan__price_box {
    margin: 0;
    padding: 0px;
    flex-direction: column;
    width: 100%;
  }
}

.plan__price_box_overview {
  margin-bottom: 20px;
}

.plan__price_box_overview .each-image {
  width: 200px;
  height: auto;
  margin: 0px auto 10px;
}

.plan__price_box_overview .each-image__standard {
  padding: 0 40px;
}

.plan__price_box_overview .each-image__standard img {
  width: 100%;
  height: auto;
}

.plan__price_box_overview .each-image__standard p {
  text-align: center;
}

.emphasis {
  font-weight: bold;
}

.plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(3), .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(5) {
  height: 10em;
}

.plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(4), .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(6) {
  height: 8em;
}

@media screen and (max-width: 768px) {
  .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(3), .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(5) {
    height: 12em;
  }
  .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(4), .plan .plan__price .plan__price_box .plan__price_box_inner :nth-child(6) {
    height: 10em;
  }
}

.plan .plan__price .plan__price_box .plan__price_box_inner {
  background-color: #fff;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.3);
  padding: 30px;
}

.plan .plan__price .plan__price_box .plan__price_box_inner .plan__price__more dl {
  height: 8em;
}

.plan .plan__price .plan__price_box .plan__price_box_title {
  text-align: center;
  padding: 16px;
  color: #fff;
  font-weight: 700
}

.plan .plan__price .plan__price_box--light .plan__price_box_title {
  background-color: #ffdc54;
  color: #0a3a81;
}

.plan .plan__price .plan__price_box--standard .plan__price_box_title {
  background-color: #0a3a81;
  color: #fff;
}

.plan .plan__price .plan__price_box .plan__price_box_inner h4 {
  text-align: center;
  font-weight: 700;
  margin-bottom: 24px
}

.plan .plan__price .plan__price_box .plan__price_box_inner dl {
  padding: 16px 0;
  border-bottom: 1px solid #d1dae5
}

.plan .plan__price .plan__price_box .plan__price_box_inner dt {
  font-size: 14px;
  color: #5286d3;
  margin-bottom: 8px
}

.plan .plan__price .plan__price_box .plan__price_box_inner .modal {
  text-decoration: underline;
  font-size: 12px
}

.plan .plan__price .plan__price_box .plan__price_box_inner .plan__price_box_btn {
  margin-top: 40px;
  text-align: center
}

@media screen and (min-width: 641px) {
  .plan .plan__price .plan__price_box .plan__price_box_inner {}
  .plan .plan__price .plan__price_box .plan__price_box_inner .plan__price_box_btn .btn_standard {
    font-size: 14px
  }
}

@media screen and (max-width: 640px) {
  .plan .plan__price .plan__price_box .plan__price_box_inner {
    margin-top: 40px;
    padding: 40px 20px
  }
}

.plan__price__small {
  font-size: .7rem;
  line-height: 16px;
}

.good-value {
  text-decoration: underline;
  color: #b94a48;
}

.plan__price__more--open {
  display: block;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.btn--more {
  width: 90px;
  margin: 0 0 0 auto;
}

@media screen and (max-width: 375px) {
  .btn--more {
    width: 100px;
  }
}

.btn--more img {
  width: 8px;
  height: auto;
  padding-left: 2px;
}

.btn--more button {
  background-color: transparent;
  border: none !important;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  padding: 8px 10px;
  display: flex;
  align-items: center;
  font-size: .6rem;
}

/*
.plan .plan__price .plan__price_box .plan__price_box_list {
  padding: 0 20px
}

.plan .plan__price .plan__price_box .plan__price_box_summary {
  padding: 20px 0;
  text-align: center;
  position: relative
}

.plan .plan__price .plan__price_box .plan__price_box_summary p {
  text-align: center
}

.plan .plan__price .plan__price_box .plan__price_box_summary p small {
  display: block;
  text-align: left;
  font-size: 12px
}

.plan .plan__price .plan__price_box .plan__price_box_summary span {
  color: #306cc4;
  font-size: 32px;
  font-weight: 700
}

.plan .plan__price .plan__price_box .plan__price_box_area {
  padding: 20px 0;
  font-size: 12px
}

.plan .plan__price .plan__price_box--light .plan__price_box_area {
  border-top: 1px solid #d1dae5
}

.plan .plan__price .plan__price_box .plan__price_box_use {
  padding: 20px 0;
  border-top: 1px solid #d1dae5
}

.plan .plan__price .plan__price_box .plan__price_box_use p {
  text-align: center
}

.plan .plan__price .plan__price_box .plan__price_box_use ul {
  padding-top: 16px
}

.plan .plan__price .plan__price_box .plan__price_box_use li {
  margin-top: 4px;
  text-align: center;
  font-weight: 700;
  color: #306cc4;
  padding: 16px 8px
}

.plan .plan__price .plan__price_box .plan__price_box_use li.first {
  background-color: #d1dae5
}

.plan .plan__price .plan__price_box .plan__price_box_use li.second {
  background-color: #c0cddc
}

.plan .plan__price .plan__price_box .plan__price_box_use li.third {
  background-color: #b0c0d2
}

@media screen and (min-width: 641px) {
  .plan .plan__price .plan__price_box--light .plan__price_box_use li.second, .plan .plan__price .plan__price_box--light .plan__price_box_use li.third, .plan .plan__price .plan__price_box--standard .plan__price_box_use li.third, .plan .plan__price .plan__price_box--standard .plan__price_box_area, .plan .plan__price .plan__price_box--enterprise .plan__price_box_area {
    visibility: hidden
  }
  .plan .plan__price .plan__price_box .plan__price_box_summary .info {
    width: 100%;
    position: absolute;
    left: 0;
    top: 110px
  }
}

@media screen and (max-width: 640px) {
  .plan .plan__price .plan__price_box--light .plan__price_box_use li.second, .plan .plan__price .plan__price_box--light .plan__price_box_use li.third, .plan .plan__price .plan__price_box--standard .plan__price_box_use li.third, .plan .plan__price .plan__price_box--standard .plan__price_box_area, .plan .plan__price .plan__price_box--enterprise .plan__price_box_area {
    display: none
  }
} */

@media screen and (min-width: 641px) {
  .plan .plan__flow {
    margin-top: 60px
  }
}

@media screen and (max-width: 640px) {
  .plan .plan__flow {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #d1dae5
  }
}

.plan .plan__flow .plan__flow_box {
  margin-top: 40px
}

.plan .plan__flow .plan__flow_step {
  background-color: #f7f9fb;
  padding: 16px
}

@media screen and (min-width: 641px) {
  .plan .plan__flow .plan__flow_step p {
    text-align: center
  }
}

.plan .plan__flow .plan__flow_step p span {
  font-weight: 700;
  color: #306cc4
}

.plan .plan__flow .plan__flow_step_arrow {
  text-align: center;
  padding: 10px 0
}

.plan .plan__flow .plan__flow_step_arrow .icon {
  height: 20px;
  width: auto
}

.plan .plan__flow .plan__flow_step_title {
  padding: 16px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px
}

.plan .plan__flow .plan__flow_step_title--light {
  background-color: #5286d3
}

.plan .plan__flow .plan__flow_step_title--standard {
  background-color: #306cc4
}

.plan .plan__flow .plan__flow_step_title--enterprise {
  background-color: #25559c
}

@media screen and (min-width: 641px) {
  .plan .plan__flow .plan__flow_box_inner--one {
    float: left;
    padding-right: 10px;
    width: 50%
  }
  .plan .plan__flow .plan__flow_box_inner--two {
    float: right;
    padding-left: 10px;
    width: 50%
  }
  .plan .plan__flow .plan__flow_step_title_outer-l {
    width: 100%;
    float: left;
  }
  .plan .plan__flow .plan__flow_step_title_outer-r {
    width: 50%;
    float: right;
    padding-left: 10px
  }
}

@media screen and (max-width: 640px) {
  .plan .plan__flow .plan__flow_box_inner--two {
    margin-top: 40px
  }
}

.modaal-close:focus, .modaal-close:hover {
  background-color: transparent
}

.modaal-close:focus::before, .modaal-close:focus::after, .modaal-close:hover::before, .modaal-close:hover::after {
  background: #306cc4
}

.contact .bg_color {
  background-color: #fff;
}

.contact .contact__form {
  margin: 64px auto 0;
  max-width: 720px
}

.contact .contact__form_wrapper {
  margin-top: 32px;
  position: relative;
}

.contact .contact__form_wrapper .text-input, .contact .contact__form_wrapper .text-select {
  width: 100%;
  height: 60px !important;
  margin: 0 !important;
}

/*一時対応のセレクト上書き*/

.contact .contact__form_wrapper .select-menu--label {
  display: block;
}

.contact .contact__form_wrapper .select-menu--temporary {
  background: #fafafa;
  height: 40px;
  font-size: .8rem;
  width: 50%;
  padding-left: 6px;
}

@media screen and (max-width: 479px) {
  .contact .contact__form_wrapper .select-menu--temporary {
    width: 100%;
  }
}

.contact .select--required .select-menu--temporary {
  background: #fcf4f4;
}

.contact .select--required .help-block {
  display: inline-block;
  color: #C13032;
  font-size: .8rem;
  position: absolute;
  bottom: 0;
  padding-left: 4px;
}

@media screen and (max-width: 640px) {
  .contact .select--required .help-block {
    bottom: -20px;
    padding-left: 0;
    right: 0;
    top: 102%;
  }
}

.contact .contact__form_wrapper--checkbox {
  margin-top: 8px
}

.contact .contact__form_wrapper--checkbox .estimation {
  font-size: 1rem !important;
}

.contact .contact__form_wrapper--privacy {
  margin-top: 0
}

.contact .contact__form_wrapper--btn {
  margin-top: 32px;
  text-align: center
}

.contact .affiliation-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

@media screen and (min-width: 480px) {
  .contact .affiliation-wrapper .text-input {
    width: 48% !important;
  }
}

@media screen and (max-width: 479px) {
  .contact .affiliation-wrapper .text-input {
    width: 100% !important;
    margin-top: 16px !important;
  }
}

.contact .contact__form_wrapper .text-input:placeholder-shown {
  color: #d1dae5
}

.contact .contact__form_wrapper .text-input::-webkit-input-placeholder {
  color: #d1dae5
}

.contact .contact__form_wrapper .text-input:-moz-placeholder {
  color: #d1dae5;
  opacity: 1
}

.contact .contact__form_wrapper .text-input::-moz-placeholder {
  color: #d1dae5;
  opacity: 1
}

.contact .contact__form_wrapper .text-input:-ms-input-placeholder {
  color: #d1dae5
}

.contact .contact__form_wrapper .text-input label, .contact .contact__form_wrapper .text-select label {
  position: absolute;
  top: 0;
  left: 0;
  color: #252627
}

label .marker--required {
  background: #C13032;
  color: #fff;
  border-radius: 4px;
  font-size: .8rem;
  padding: 1px 2px;
  margin-left: 2px;
}

label .marker--optional {
  background: #358885;
  color: #fff;
  border-radius: 4px;
  font-size: .8rem;
  padding: 1px 2px;
  margin-left: 2px;
}

.contact .contact__form_wrapper .text-input .error {
  border-color: #C13032 !important
}

.contact .contact__form_wrapper .text-input .help-block {
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #C13032;
  font-size: .8rem;
}

.contact .contact__form_wrapper .text-textarea {
  width: 100%;
  margin: 8px 0 0 0 !important;
  border: 1px solid rgba(0, 0, 0, 0.42) !important;
  border-radius: 0 !important;
}

.contact .contact__form_wrapper .text-textarea-label {
  color: #252627
}

.contact .contact__form_wrapper .mdc-text-field--textarea .mdc-text-field__input {
  padding: 16px;
}

.contact__form_wrapper--checkbox .check-input {
  width: 100%;
  margin: 0 !important;
}

.contact__form_wrapper--checkbox .check-input .help-block {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  color: #C13032;
  font-size: .8rem;
}

.contact .contact__form_wrapper--privacy a {
  color: #306cc4;
  text-decoration: underline;
  font-size: 12px
}

@media screen and (min-width: 641px) {
  .contact .contact__form_wrapper--btn .btn {
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s
  }
}

.try .bg_color {
  background-color: #306cc4;
}

.try .try__wrapper p {
  color: #ffffff;
  font-size: 24px;
}

.try .try__wrapper .try-button {
  width: 244px;
  margin: 20px auto 0;
}

.try .try__wrapper .try-button .btn {
  height: 70px;
  border-radius: 36px;
  font-size: 20px;
  line-height: 70px;
}

@media screen and (min-width: 641px) {
  .try .tryt__wrapper {
    margin-top: 60px
  }
  .try .try__wrapper p {
    text-align: center
  }
}

@media screen and (max-width: 640px) {
  .try .bg_color {
    padding: 30px 0;
  }
}

.mdc-checkbox__native-control:enabled:checked~.mdc-checkbox__background, .mdc-checkbox__native-control:enabled:indeterminate~.mdc-checkbox__background {
  border-color: #306cc4 !important;
  background-color: #306cc4 !important;
}

.mdc-checkbox::after, .mdc-checkbox::before {
  background-color: #306cc4 !important;
}

.mdc-checkbox__background::before {
  background-color: #306cc4 !important;
}

.error {
  margin-top: 0
}

.error h2 {
  font-weight: 700
}

.error p {
  margin-top: 32px
}

.error a {
  color: #306cc4;
  text-decoration: underline
}

@media screen and (min-width: 641px) {
  .error h2 {
    text-align: center;
    font-size: 32px
  }
  .error p {
    text-align: center
  }
}

@media screen and (max-width: 640px) {
  .error h2 {
    font-size: 24px
  }
}

.recommendation .bg_color {
  background-color: #f7f9fb
}

.recommendation h2 {
  font-weight: 700
}

.recommendation .recommendation__box {
  margin: 12px -10px 0
}

.recommendation .recommendation__img {
  padding: 0 10px;
  margin-top: 20px;
  float: left
}

@media screen and (min-width: 641px) {
  .recommendation .recommendation__img {
    width: 33.33%
  }
  .recommendation h2 {
    text-align: center;
    font-size: 32px
  }
}

@media screen and (max-width: 640px) {
  .recommendation .recommendation__img {
    width: 100%
  }
  .recommendation h2 {
    font-size: 24px
  }
}
