body {
  color: #333;
  font-family: 'Noto Sans Japanese', sans-serif;
  font-weight: medium;
  font-size: 16px;
  line-height: 1.5;
  background: #fff;
  position: relative;
  z-index: auto;
  overflow-x: hidden; }

a {
  text-decoration: none;
  color: inherit !important; }
  a:hover {
    background-color: #F0A362;
    transition: .2s;
    transform: translateY(1px); }

.cta_btn {
  background-color: #ED6C00;
  color: #fff !important;
  border-radius: 50px;
  text-align: center;
  display: inline-block;
  font-weight: 500; }

@media screen and (max-width: 900px) {
  .cta_btn {
    width: 300px;
    margin: 0 auto; } }
.header {
  padding: 20px 45px;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  z-index: 101; }
  .header .wrap {
    position: relative;
    text-align: right;
    max-width: 1350px;
    margin: 0 auto; }
    .header .wrap .cta_btn {
      padding: 10px 20px;
      font-size: 14px; }

@media screen and (max-width: 900px) {
  .header {
    padding: 10px 20px; }
    .header .wrap {
      position: relative;
      text-align: left;
      margin: 0 auto; }
      .header .wrap .cta_btn {
        padding: 10px 20px;
        font-size: 14px;
        width: auto !important; } }
.fv {
  background-color: #383C4F;
  height: 690px;
  margin-top: 81px; }
  .fv .fv_bg {
    background-image: url("img/fv_bg_pc.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .fv .inner {
    width: 1100px;
    height: 100%;
    margin: 0 auto;
    padding-top: 95px;
    position: relative; }
    .fv .inner .fv_txt {
      width: 840px;
      margin: 0 0 20px; }
    .fv .inner .cta_btn {
      margin: 0;
      padding: 20px 60px;
      font-size: 26px; }
      .fv .inner .cta_btn img {
        width: 10px;
        height: 18px;
        display: inline;
        margin-left: 30px; }

.pc {
  display: block; }

.sp {
  display: none; }

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

  .sp {
    display: block; }

  .fv {
    height: 534px;
    margin-top: 61px; }
    .fv .fv_bg {
      background-image: url("img/fv_bg_sp.jpg");
      background-size: cover;
      background-position: center; }
    .fv .inner {
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 90px; }
      .fv .inner .fv_txt {
        width: 90%;
        margin: 0 auto 20px; }
      .fv .inner .cta_btn {
        width: 77.5%;
        margin: 0 auto;
        padding: 20px 40px;
        font-size: 18px; }
        .fv .inner .cta_btn img {
          width: 10px;
          height: 18px;
          display: inline;
          margin-left: 30px; } }
.main .wrap {
  width: 100%;
  max-width: 1020px;
  margin: 0 auto;
  padding: 60px 0;
  text-align: center; }
  .main .wrap .main_ttl {
    font-size: 48px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto 40px;
    padding: 0 0 40px;
    display: inline-block;
    position: relative; }
    .main .wrap .main_ttl span {
      color: #015FBD; }
  .main .wrap .ttl01::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("img/ttl_deco01.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .main .wrap .ttl02::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("img/ttl_deco02.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .main .wrap .ttl03::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("img/ttl_deco03.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .main .wrap .ttl04::after {
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: url("img/ttl_deco04.png") no-repeat;
    background-size: 100% 100%;
    background-position: center; }
  .main .wrap .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 40px; }
    .main .wrap .list dl {
      width: 300px; }
      .main .wrap .list dl dt {
        margin: 0 0 20px;
        border-radius: 8px; }
      .main .wrap .list dl dd span {
        display: block;
        color: #015FBD;
        font-size: 24px;
        font-weight: 500;
        margin: 0 0 10px;
        text-align: center; }
      .main .wrap .list dl dd p {
        text-align: justify;
        line-height: 1.6;
        font-size: 18px; }

@media screen and (max-width: 900px) {
  .main .wrap {
    margin: 0 auto;
    padding: 60px 0; }
    .main .wrap .main_ttl {
      font-size: 30px;
      margin: 0 auto 40px;
      padding: 0 20px 40px; }
    .main .wrap .ttl01::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      background: url("img/ttl_deco_sp.png") no-repeat;
      background-size: 100% 100%;
      background-position: center; }
    .main .wrap .ttl02::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      background: url("img/ttl_deco_sp.png") no-repeat;
      background-size: 100% 100%;
      background-position: center; }
    .main .wrap .ttl03::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      background: url("img/ttl_deco_sp.png") no-repeat;
      background-size: 100% 100%;
      background-position: center; }
    .main .wrap .ttl04::after {
      display: block;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 25px;
      background: url("img/ttl_deco_sp.png") no-repeat;
      background-size: 100% 100%;
      background-position: center; }
    .main .wrap .list {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin: 0 0 40px; }
      .main .wrap .list dl {
        width: 300px; }
        .main .wrap .list dl dt {
          margin: 0 0 20px;
          border-radius: 8px;
          text-align: center; }
          .main .wrap .list dl dt img {
            margin: 0 auto; }
        .main .wrap .list dl dd span {
          display: block;
          color: #015FBD;
          font-size: 24px;
          font-weight: 500;
          margin: 0 0 10px;
          text-align: center; }
        .main .wrap .list dl dd p {
          text-align: justify;
          line-height: 1.6;
          font-size: 18px; }
    .main .wrap .list {
      width: 100%;
      display: block;
      justify-content: center;
      margin: 0 0 40px;
      padding: 0 30px; }
      .main .wrap .list dl {
        width: 100%;
        margin: 0 0 40px; }
        .main .wrap .list dl dt {
          margin: 0 0 20px;
          border-radius: 8px; }
        .main .wrap .list dl dd span {
          display: block;
          color: #015FBD;
          font-size: 20px;
          font-weight: 500;
          margin: 0 0 10px;
          text-align: center; }
        .main .wrap .list dl dd p {
          text-align: justify;
          line-height: 1.6;
          font-size: 16px; } }
.section01 .cta_btn {
  padding: 15px 60px; }
  .section01 .cta_btn p {
    font-size: 24px;
    float: left;
    line-height: 1.1; }
  .section01 .cta_btn img {
    width: 10px;
    height: 18px;
    display: inline;
    margin-left: 30px;
    margin-top: 20px; }

@media screen and (max-width: 900px) {
  .section01 .cta_btn {
    padding: 15px 40px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .section01 .cta_btn p {
      font-size: 14px;
      float: none;
      line-height: 1.2;
      display: inline;
      text-align: center; }
    .section01 .cta_btn img {
      width: 10px;
      height: 18px;
      display: inline;
      margin-left: 1em;
      margin-top: 0; } }
.sec02_ttl {
  display: block;
  background: url("img/bg_blue_tri.png") no-repeat;
  background-size: 100% 100%;
  background-position: center top;
  color: #fff;
  font-size: 48px;
  font-weight: bold;
  text-align: center;
  padding: 90px 0 120px; }

@media screen and (max-width: 900px) {
  .sec02_ttl {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    padding: 30px 0 50px; } }
.bg_gray {
  background-color: #f8f8f8; }

.sec02 .point_list {
  text-align: left; }
  .sec02 .point_list ul li {
    margin: 0 0 30px;
    padding: 0 0 10px;
    clear: both; }
    .sec02 .point_list ul li img {
      width: 340px;
      margin: 0 20px 0 0;
      position: relative;
      z-index: 2; }
    .sec02 .point_list ul li .point {
      font-family: YuGothic,'Yu Gothic',sans-serif;
      font-size: 24px;
      font-weight: bold;
      color: #595959;
      position: relative;
      display: inline-block;
      z-index: 2; }
      .sec02 .point_list ul li .point span {
        color: #ED6C00;
        font-size: 64px;
        line-height: 1; }
    .sec02 .point_list ul li .txt_area {
      background: #fff;
      box-shadow: 1px 2px 6px 0 #0000003B;
      position: relative;
      z-index: 1;
      margin: -25px 0 0 290px;
      padding: 20px 60px 30px;
      font-size: 18px; }
      .sec02 .point_list ul li .txt_area span {
        display: block;
        color: #015FBD;
        font-size: 28px;
        font-weight: bold;
        margin: 0 0 30px; }
  .sec02 .point_list ul li.odd img {
    float: left; }
  .sec02 .point_list ul li.even img {
    float: right !important;
    margin: 0 0 0 20px; }
  .sec02 .point_list ul li.even .point {
    display: block;
    text-align: right; }
  .sec02 .point_list ul li.even .txt_area {
    margin: -25px 290px 0 0; }
.sec02 .cta_btn {
  padding: 30px 60px; }
  .sec02 .cta_btn p {
    font-size: 24px;
    float: left;
    line-height: 1.1; }
  .sec02 .cta_btn img {
    width: 10px;
    height: 18px;
    display: inline;
    margin-left: 30px;
    margin-top: 5px; }

@media screen and (max-width: 900px) {
  .sec02 .point_list ul {
    padding: 0 15px; }
    .sec02 .point_list ul li {
      margin: 0 0 30px;
      padding: 0 0 10px;
      clear: both; }
      .sec02 .point_list ul li img {
        display: block;
        width: 90%;
        margin: 0 auto 10px; }
      .sec02 .point_list ul li .point {
        font-family: YuGothic,'Yu Gothic',sans-serif;
        font-size: 16px;
        font-weight: bold;
        color: #595959;
        position: relative;
        display: block;
        width: 90%;
        text-align: left;
        z-index: 2;
        margin: 0 auto; }
        .sec02 .point_list ul li .point span {
          color: #ED6C00;
          font-size: 48px;
          line-height: 1; }
      .sec02 .point_list ul li .txt_area {
        background: #fff;
        box-shadow: 1px 2px 6px 0 #0000003B;
        position: relative;
        z-index: 1;
        margin: -40% 0 0;
        padding: 40% 5% 20px;
        font-size: 16px; }
        .sec02 .point_list ul li .txt_area span {
          display: block;
          color: #015FBD;
          font-size: 20px;
          font-weight: bold;
          margin: 0 0 20px; }
    .sec02 .point_list ul li.odd img {
      float: none; }
    .sec02 .point_list ul li.even img {
      display: block;
      margin: 0 auto 10px !important;
      float: none !important; }
    .sec02 .point_list ul li.even .point {
      display: block;
      text-align: left; }
    .sec02 .point_list ul li.even .txt_area {
      margin: -40% 0 0; }
  .sec02 .cta_btn {
    padding: 20px 40px; }
    .sec02 .cta_btn p {
      font-size: 17px;
      float: none;
      line-height: 18px;
      display: inline; }
    .sec02 .cta_btn img {
      width: 10px;
      height: 18px;
      display: inline;
      margin-left: 1em;
      margin-top: 0; } }
.sec03 .case_item h3 {
  color: #015FBD;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin: 0 0 30px; }
  .sec03 .case_item h3 span {
    font-family: YuGothic,'Yu Gothic',sans-serif;
    font-size: 24px;
    font-weight: bold;
    color: #595959;
    position: relative;
    display: inline-block;
    z-index: 2;
    margin: 0 20px 0 0; }
    .sec03 .case_item h3 span strong {
      color: #ED6C00;
      font-size: 64px;
      line-height: 1;
      display: block; }
.sec03 .case_item .wrapper {
  display: flex;
  justify-content: space-between; }
  .sec03 .case_item .wrapper .img_area {
    width: 300px;
    margin: 0; }
  .sec03 .case_item .wrapper .txt_area {
    width: 680px; }
    .sec03 .case_item .wrapper .txt_area ul {
      margin: 0;
      padding: 0; }
      .sec03 .case_item .wrapper .txt_area ul li {
        text-align: left; }
        .sec03 .case_item .wrapper .txt_area ul li span {
          display: inline-block;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          padding: 3px 10px;
          border-radius: 8px;
          background-color: #015FBD;
          margin: 0 0 10px; }
        .sec03 .case_item .wrapper .txt_area ul li p {
          font-size: 18px;
          line-height: 1.6;
          overflow: hidden;
          margin: 0 0 20px; }
.sec03 .cta_btn {
  padding: 30px 60px;
  display: inline-block; }
  .sec03 .cta_btn p {
    font-size: 24px;
    float: left;
    line-height: 1.1; }
  .sec03 .cta_btn img {
    width: 10px;
    height: 18px;
    display: inline;
    margin-left: 30px;
    margin-top: 5px; }

@media screen and (max-width: 900px) {
  .sec03 {
    padding: 40px 35px !important; }
    .sec03 .case_item h3 {
      font-size: 20px;
      font-weight: bold;
      text-align: left;
      margin: 0 0 30px; }
      .sec03 .case_item h3 span {
        font-size: 16px;
        font-weight: bold;
        color: #595959;
        position: relative;
        display: block;
        z-index: 2;
        margin: 0 20px 0 0; }
        .sec03 .case_item h3 span strong {
          color: #ED6C00;
          font-size: 48px;
          line-height: 1;
          display: block; }
    .sec03 .case_item .wrapper {
      display: block;
      justify-content: flex-start; }
      .sec03 .case_item .wrapper .img_area {
        width: 100%;
        margin: 0 0 15px; }
      .sec03 .case_item .wrapper .txt_area {
        width: 100%; }
        .sec03 .case_item .wrapper .txt_area ul {
          margin: 0;
          padding: 0; }
          .sec03 .case_item .wrapper .txt_area ul li {
            text-align: left; }
            .sec03 .case_item .wrapper .txt_area ul li span {
              display: inline-block;
              color: #fff;
              font-size: 18px;
              font-weight: bold;
              padding: 3px 15px;
              border-radius: 8px;
              background-color: #015FBD;
              margin: 0 0 10px; }
            .sec03 .case_item .wrapper .txt_area ul li p {
              font-size: 16px;
              line-height: 1.6;
              overflow: hidden;
              margin: 0 0 20px; }
    .sec03 .cta_btn {
      padding: 20px 40px; }
      .sec03 .cta_btn p {
        font-size: 17px;
        float: none;
        line-height: 1.1;
        display: inline; }
      .sec03 .cta_btn img {
        width: 10px;
        height: 18px;
        display: inline;
        margin-left: 1em;
        margin-top: 0px; } }
.sec04 .flow {
  padding: 0 0 50px; }
  .sec04 .flow ul {
    display: flex;
    justify-content: space-between;
    margin: 0 0 50px; }
    .sec04 .flow ul li {
      width: 200px;
      text-align: center;
      position: relative; }
      .sec04 .flow ul li > span {
        font-family: YuGothic,'Yu Gothic',sans-serif;
        display: inline-block;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
        padding: 3px 10px;
        border-radius: 8px;
        background-color: #015FBD;
        margin: 0 0 20px; }
      .sec04 .flow ul li img {
        margin: 0 auto 20px; }
      .sec04 .flow ul li h3 {
        color: #015FBD;
        font-size: 24px;
        font-weight: bold;
        display: block;
        line-height: 1.4;
        margin: 0 0 15px; }
      .sec04 .flow ul li p {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify; }
        .sec04 .flow ul li p span {
          display: block;
          font-size: 0.7em; }
      .sec04 .flow ul li:not(:last-child)::after {
        position: absolute;
        display: block;
        content: "";
        background: url("img/flow_ico.png") no-repeat;
        background-size: contain;
        width: 10px;
        height: 30px;
        top: 50%;
        right: -40px;
        transform: translateY(-50%); }
.sec04 .cta_btn {
  padding: 30px 60px; }
  .sec04 .cta_btn p {
    font-size: 24px;
    float: left;
    line-height: 1.1; }
  .sec04 .cta_btn img {
    width: 10px;
    height: 18px;
    display: inline;
    margin-left: 30px;
    margin-top: 5px; }

@media screen and (max-width: 900px) {
  .sec04 .flow {
    padding: 0; }
    .sec04 .flow ul {
      display: block;
      justify-content: center;
      margin: 0 0 30px;
      padding: 0 35px; }
      .sec04 .flow ul li {
        width: 100%;
        text-align: center;
        position: relative;
        margin: 0 0 50px; }
        .sec04 .flow ul li > span {
          font-family: YuGothic,'Yu Gothic',sans-serif;
          display: inline-block;
          color: #fff;
          font-size: 20px;
          font-weight: bold;
          padding: 3px 20px;
          border-radius: 8px;
          background-color: #015FBD;
          margin: 0 0 20px; }
        .sec04 .flow ul li img {
          margin: 0 auto 20px; }
        .sec04 .flow ul li h3 {
          color: #015FBD;
          font-size: 24px;
          font-weight: bold;
          display: block;
          line-height: 1.4;
          margin: 0 0 15px; }
        .sec04 .flow ul li p {
          font-size: 18px;
          line-height: 1.6;
          text-align: justify; }
          .sec04 .flow ul li p span {
            display: block;
            font-size: 0.7em; }
        .sec04 .flow ul li:not(:last-child)::after {
          position: absolute;
          display: block;
          content: "";
          background: url("img/flow_ico.png") no-repeat;
          background-size: contain;
          width: 10px;
          height: 30px;
          top: 105%;
          right: 50%;
          transform: translateY(-50%) rotate(90deg); }
  .sec04 .cta_btn {
    padding: 20px 40px; }
    .sec04 .cta_btn p {
      font-size: 17px;
      float: none;
      line-height: 1.1;
      display: inline; }
    .sec04 .cta_btn img {
      width: 10px;
      height: 18px;
      display: inline;
      margin-left: 1em;
      margin-top: 0; } }
.footer {
  background-color: #015FBD;
  padding: 20px 0; }
  .footer .copyright {
    color: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 1; }

@media screen and (max-width: 900px) {
  .footer {
    padding: 20px 0; }
    .footer .copyright {
      font-size: 10px; } }
#banner-wrapper {
  display: none;
  position: fixed;
  right: 0;
  bottom: 5%;
  z-index: 10; }

@media screen and (max-width: 900px) {
  #banner-wrapper {
    width: 195px;
    height: 195px; } }
#close-button {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  background: none;
  border: none; }
