@charset "UTF-8";
/*
theme Name: レジットテンプレート
Author: legit
Description: original theme
version： 2.0.0
*/
/****************** ヘッダー ******************/
header {
  background-color: #2c477a;
  color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 2;
}

header .pc_head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
}

header .pc_head .pc_head_l {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .pc_head .header_logo {
  width: 140px;
}

header .pc_head ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header .pc_head ul li {
  padding: 0px 30px 0px 0;
}

header .pc_head ul .login {
  padding: 0 26px 0px 0;
  color: #fff;
}

header .pc_head ul .login a {
  border-radius: 50px;
  padding: 17px;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#9eccdf), to(#4f8fbc));
  background: linear-gradient(to bottom, #9eccdf 0%, #4f8fbc 100%);
}

header .pc_head ul .login a:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#9eccdf), to(#4f8fbc));
  background: linear-gradient(to top, #9eccdf 0%, #4f8fbc 100%);
}

header .pc_head ul .contact_btn {
  padding: 0;
  color: #2c477a;
}

header .pc_head ul .contact_btn a {
  border-radius: 50px;
  padding: 17px;
  background: #f1e767;
  background: -webkit-gradient(linear, left top, left bottom, from(#f1e767), to(#feb645));
  background: linear-gradient(to bottom, #f1e767 0%, #feb645 100%);
}

header .pc_head ul .contact_btn a:hover {
  opacity: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(#f1e767), to(#feb645));
  background: linear-gradient(to top, #f1e767 0%, #feb645 100%);
}

@media only screen and (max-width: 600px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: block;
  }
  header {
    display: unset;
    padding: 0px;
  }
  header .pc_head {
    display: none;
  }
  header .bg_inr {
    margin: unset;
  }
  header .sp_head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .sp_head .sp {
    position: relative;
  }
  header .sp_head .header_logo {
    width: 30%;
    padding: 15px;
  }
  header .menu-trigger {
    padding: 40px;
    z-index: 99;
    display: inline-block;
    position: relative;
    width: 36px;
    height: 28px;
    vertical-align: middle;
    cursor: pointer;
    background: #2c477a;
  }
  header .menu-trigger span {
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    width: 50%;
    height: 4px;
    background-color: #fff;
    -webkit-transition: all 0.5s 0.2s;
    transition: all 0.5s 0.2s;
    margin: auto;
    left: 0;
    right: 0;
  }
  header .menu-trigger.active span {
    background-color: #fff;
    margin: auto;
    left: 0;
    right: 0;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 25px;
  }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(4px) rotate(-45deg);
            transform: translateY(4px) rotate(-45deg);
    top: 32px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 38px;
  }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 24px;
  }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-4px) rotate(45deg);
            transform: translateY(-4px) rotate(45deg);
    bottom: 35px;
  }
  header .menu_wrap {
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    padding-top: 100px;
    color: #2c477a;
    text-align: center;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
  }
  header .menu_wrap .menu-trigger_menu {
    padding: 20px 20px;
    font-size: 15px;
  }
  header .menu_wrap .menu-trigger_menu li {
    font-weight: bold;
    padding: 12px 0;
    color: #000;
    width: auto;
    text-align: initial;
    margin: auto;
  }
  header .menu_wrap .menu-trigger_menu > li:first-child {
    color: #2c477a;
    font-size: 20px;
  }
  header .menu_wrap .menu-trigger_menu > li:nth-child(3n) {
    margin: auto;
  }
  header nav ul li:first-child {
    font-size: 16px;
  }
  header .menu-trigger {
    padding: 30px;
  }
  header .menu-trigger span {
    background-color: #fff;
  }
  header .menu-trigger.active span {
    background-color: #fff;
  }
  header .menu-trigger span:nth-of-type(1) {
    top: 17px;
  }
  header .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotate(-45deg);
    top: 28px;
  }
  header .menu-trigger span:nth-of-type(2) {
    top: 28px;
  }
  header .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  header .menu-trigger span:nth-of-type(3) {
    bottom: 18px;
  }
  header .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-2px) rotate(45deg);
            transform: translateY(-2px) rotate(45deg);
    bottom: 27px;
  }
  header .menu_wrap ul {
    height: calc(100vh - 50px);
    overflow: auto;
    position: fixed;
    overflow-y: scroll;
    z-index: 99;
    top: 0;
    width: 100%;
  }
  header .menu_wrap {
    background: #fff;
    top: -3%;
  }
  header .menu {
    border-right: none;
    padding: 0px;
    /* 質問部分 */
    /* プラスマークアイコン */
    /* プラスマークアイコンの横棒の位置調整など*/
    /* プラスマークアイコンの縦棒の位置調整など*/
    /* 回答部分が開いている時は縦棒を横にする*/
    /* 回答部分は最初非表示 */
  }
  header .menu .item {
    border-bottom: solid 0.5px #2c477a;
  }
  header .menu .menu__item {
    cursor: pointer;
    display: block;
    padding: 0;
    margin-bottom: 1px;
    position: relative;
    border-bottom: solid 0.5px #2c477a;
    margin: 0;
    color: #2c477a;
    text-align: left;
    font-weight: bold;
    width: 100%;
  }
  header .menu .menu__item .menu__item_first a {
    padding: 1rem;
    display: block;
  }
  header .menu .menu__item ul li {
    text-align: left;
    font-weight: bold;
    width: 100%;
    padding: 0;
    margin: 0%;
  }
  header .menu .menu__item ul li a {
    padding: 1rem;
  }
  header .menu .menu__item .submenu__item {
    font-size: 16px;
  }
  header .menu .menu__item .submenu__item:first-child {
    border-top: 1px solid #2c477a;
    font-size: 16px;
  }
  header .menu .menu__item .submenu__item:last-child {
    border-bottom: none;
    font-size: 16px;
    border-bottom: 1px solid #2c477a;
  }
  header .menu .menu__item__link {
    display: block;
    padding: 1rem;
    position: relative;
  }
  header .menu .menu__item__link span::before,
  header .menu .menu__item__link span::after {
    content: "";
    display: block;
    width: 20px;
    height: 3px;
    background: #ef9c00;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
  }
  header .menu .menu__item__link span::before {
    right: 30px;
  }
  header .menu .menu__item__link span::after {
    right: 30px;
    -webkit-transform: translateY(-50%) rotate(90deg);
            transform: translateY(-50%) rotate(90deg);
  }
  header .menu .menu__item__link span.open::after {
    -webkit-transform: translateY(-50%) rotate(0);
            transform: translateY(-50%) rotate(0);
  }
  header .menu .submenu {
    display: none;
    /* 非表示にしておく */
    background: #fff;
    position: relative;
    padding: 0px;
  }
  header .menu .submenu {
    background: #fff;
    display: none;
  }
  header .menu .submenu__item {
    border-bottom: 1px solid #ef9c00;
    color: #222;
    padding: 1rem;
  }
  header .menu .submenu__item:nth-child(3n) {
    margin: 0 0 0 0;
  }
  header .menu .btm_logo img {
    width: 80%;
    margin: 10% auto;
  }
}

/****************** トップ ******************/
#top h1 img {
  width: 25%;
  margin: 25px auto 18px;
}

@media only screen and (max-width: 600px) {
  #top h1 img {
    width: 45%;
  }
}

@media only screen and (max-width: 960px) {
  #top .inr {
    padding: 0 3%;
  }
}

#top .inline_rhbi {
  display: inline;
  height: 1em;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

#introduction {
  height: 100vh;
  margin: 200px 0 50px 0;
}

#introduction img {
  width: 65%;
}

@media only screen and (max-width: 600px) {
  #introduction {
    margin: 200px 0 -200px 0;
  }
  #introduction img {
    width: 75%;
  }
}

@media only screen and (min-width: 601px) {
  #catch .inr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #catch .inr .l_block {
    width: 50%;
  }
  #catch .inr .r_block {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  #catch {
    display: block;
    text-align: center;
  }
}

#plan ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#plan ul li {
  margin: 0 40px 0 0;
  border: solid 0.5px #4f98d1;
  width: 290px;
}

#plan ul li .ttl {
  background-color: #4f98d1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#plan ul li .mini {
  font-size: 12px;
  color: #6e6e73;
}

#plan ul li:nth-child(2) {
  border: solid 0.5px #6e6e73;
}

#plan ul li:nth-child(2) .ttl {
  background-color: #6e6e73;
}

#plan ul li:last-child {
  margin: 0 0 0 0;
  border: solid 0.5px #2c477a;
}

#plan ul li:last-child .ttl {
  background-color: #2c477a;
}

#plan .standerd {
  position: relative;
  overflow: hidden;
  border-top: 3px solid #000;
}

#plan .standerd:before {
  position: absolute;
  top: -150%;
  left: 280px;
  width: 220px;
  height: 300%;
  content: '';
  -webkit-transform: rotate(132deg);
  transform: rotate(132deg);
  background: #fff45c;
}

@media only screen and (max-width: 960px) {
  #plan .standerd:before {
    left: 98%;
  }
}

#plan .standerd .reco {
  font-size: 12px;
  position: absolute;
  z-index: 1;
  top: 9px;
  right: -6px;
  display: block;
  padding-top: 3px;
  padding-left: 16px;
  color: #4f98d1;
  -webkit-transform: rotate(44deg);
          transform: rotate(44deg);
}

@media only screen and (max-width: 950px) {
  #plan ul {
    display: block;
  }
  #plan ul li {
    width: 100%;
    margin-bottom: 40px;
  }
}

#look {
  height: 600px;
  position: relative;
  background-color: #f2f2f2;
  margin-bottom: 300px;
}

#look .top_slide {
  position: absolute;
  top: 120px;
  right: 0;
  width: 650px;
}

#look h2 {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
}

@media only screen and (max-width: 960px) {
  #look h2 {
    top: 20%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  #look .top_slide {
    top: 40%;
    width: 50%;
  }
}

#slide .top_slide {
  border: 1px solid #949494;
}

#data {
  background-color: #2c477a;
  padding: 100px 0;
  position: relative;
}

@media only screen and (min-width: 951px) {
  #data ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #data ul li {
    width: 15%;
    margin: 0 50px 50px 0;
  }
  #data ul li:nth-child(5n) {
    margin: 0 0px 40px 0;
  }
}

@media only screen and (min-width: 681px) and (max-width: 950px) {
  #data ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #data ul li {
    width: 29%;
    padding: 10px;
    margin: 0 40px 40px 0;
  }
  #data ul li img {
    margin: auto;
  }
  #data ul li:nth-child(3n) {
    margin: 0 0px 40px 0;
  }
}

@media only screen and (max-width: 680px) {
  #data ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  #data ul li {
    width: 45%;
    padding: 0px;
    margin: 0 10% 10% 0;
  }
  #data ul li img {
    margin: auto;
    width: 75%;
  }
  #data ul li:nth-child(2n) {
    margin: 0 0 10% 0;
  }
}

#data:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  border: 30px solid transparent;
  border-top: 30px solid #fff;
  width: 0;
  height: 0;
}

#btm_btn a {
  display: block;
  width: 210px;
  margin: 0px auto 100px;
  border-radius: 50px;
}

@media only screen and (max-width: 720px) {
  #btm_btn a {
    margin: 0 auto 20%;
  }
}

/****************** 下層 ******************/
#under_page {
  padding-top: 60px;
}

#under_page .breadcrumbs_section {
  position: relative;
  color: #555555;
  padding: 35px 0;
  font-size: 15px;
}

#under_page .breadcrumbs_section .breadcrumb_block {
  color: #86868b;
  padding: 5px;
}

#under_page .breadcrumbs_section .breadcrumb_block span {
  display: inline-block;
  margin: 0 5px;
  font-size: 12px;
}

#under_page .breadcrumbs_section .breadcrumb_block span a {
  display: initial;
  font-size: 12px;
}

#under_page h1 {
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #under_page {
    padding-top: 5%;
  }
  #under_page .head_logo {
    margin-top: 0;
  }
}

#under_page .mw_wp_form .error {
  font-size: 73%;
}

.noimg {
  display: none;
  height: 1px;
}

#merit {
  background-color: #f2f2f2;
}

#merit .merit_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#merit .merit_block .merit_block_con {
  width: 32%;
  margin: 0 2% 0 0;
}

#merit .merit_block .merit_block_con ul li {
  padding: 15px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#merit .merit_block .merit_block_con ul li .check_mk {
  margin-right: 10px;
}

#merit .merit_block .merit_block_con ul li p {
  line-height: unset;
}

#merit .merit_block .merit_block_con:last-child {
  margin: 0;
}

@media only screen and (max-width: 950px) {
  #merit .merit_block {
    display: block;
  }
  #merit .merit_block .merit_block_con {
    width: 100%;
    text-align: center;
  }
  #merit .merit_block .merit_block_con img {
    margin: auto;
  }
  #merit .merit_block .merit_block_con ul {
    margin: 0 15% 15% 15%;
    text-align: left;
  }
}

#hand .hand_img img {
  width: 70%;
}

#up {
  background-color: #2c477a;
}

#up ul li p {
  color: #fff;
  font-size: 36px;
}

#up ul li img {
  margin: auto;
}

/****************** フッター ******************/
footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #2c477a;
  color: #fff;
  text-align: center;
}

@media only screen and (min-width: 601px) {
  footer .inr_common {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 20px 0;
  }
  footer .inr_common .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  footer .inr_common .menu .item {
    font-size: 85%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-right: solid 0.5px #fff;
    text-align: center;
  }
  footer .inr_common .menu .item a {
    padding-right: 1rem;
  }
  footer .inr_common .menu .item:last-child {
    border-right: none;
  }
}

@media only screen and (max-width: 600px) {
  footer {
    display: block;
    text-align: left;
    padding: 0px;
  }
  footer .menu {
    display: block;
    border-right: none;
  }
  footer .menu .item {
    border-right: none;
    border-bottom: solid 0.5px #fff;
    text-align: center;
  }
  footer .menu .item a {
    padding: 1rem;
  }
  footer .menu .menu__item {
    cursor: pointer;
    display: block;
    padding: 0;
    margin-bottom: 1px;
    position: relative;
    border-bottom: solid 0.5px #fff;
  }
  footer f.slick-arrow
ul:last-child {
    border-right: none;
  }
  footer .btm_logo {
    padding: 10%;
  }
  footer .copy {
    padding: 30px;
  }
}

@media only screen and (min-width: 601px) {
  .sp_head {
    display: none;
  }
  .sp_head .hum {
    display: none;
  }
  .main_l {
    width: 70%;
  }
  .main_side {
    width: 20%;
    width: 200px;
  }
}
/*# sourceMappingURL=style.css.map */