<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* !HTML5 elements
---------------------------------------------------------- */
header,
footer,
nav,
section,
aside,
article {
  display: block;
}

/* !Reseting
---------------------------------------------------------- */

body,
div,
pre,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
th,
td {
  margin: 0;
  padding: 0;
}
input,
textarea {
  margin: 0;
  font-size: 100%;
}
label {
  cursor: pointer;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  max-width: 100%;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:after,
q:before {
  content: "";
}
a,
input,
select,
textarea,
button {
  outline: none;
}
abbr,
acronym {
  border: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}

/* !Clearfix
---------------------------------------------------------- */
.clearfix {
  display: block;
  min-height: 1%;
}
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
  /*\*/ /*/
	height: auto;
	overflow: hidden;
	/**/
}

/* !Inline Align ------------------------------------------------------------ */
.taL {
  text-align: left !important;
}
.taC {
  text-align: center !important;
}
.taR {
  text-align: right !important;
}

/*common*/
a {
  color: #000;
  text-decoration: none;
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}
.op img {
  transition: all 0.5s !important;
  -moz-transition: all 0.5s !important; /* Firefox */
  -webkit-transition: all 0.5s !important; /* Chrome&amp;Safari */
}

@media screen and (min-width: 768px) {
  a:hover {
    opacity: 0.7;
  }
  .op:hover img {
    opacity: 0.7;
    -webkit-opacity: 0.7;
    -moz-opacity: 0.7;
  }
}

/* !Layout
---------------------------------------------------------- */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  color: #000;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro",
    "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  -webkit-text-size-adjust: none;
  line-height: 1.5;
}

.en_ft {
  font-family: "FCTOKYO";
  font-style: normal;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

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

/* !fc_lp_wrapper
---------------------------------------------------------- */
#fc_lp_wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 80px;
  /*min-width: 960px;*/
}
#fc_lp_wrapper:before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../image/bg_pc.jpg) no-repeat center center;
  background-size: cover;
}
.fc_lp_inner,
.fc_lp_inner02 {
  padding: 0 20px;
  max-width: 760px;
  box-sizing: border-box;
  position: relative;
  margin: 0 auto;
}
.fc_lp_inner02 {
  max-width: 1230px;
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #fc_lp_wrapper {
    min-width: auto;
    padding-top: 40px;
  }
  #fc_lp_wrapper:before {
    background: url(../image/bg_sp.jpg) no-repeat center center;
    background-size: cover;
  }
  .fc_lp_inner,
  .fc_lp_inner02 {
    padding: 0 16px;
    max-width: 760px;
    box-sizing: border-box;
    position: relative;
    margin: 0 auto;
  }
}

/* !header
---------------------------------------------------------- */
#fc_lp_header {
  background: #000a6e;
  color: #fff;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 80px;
  padding: 0 20px;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 97;
  min-width: 999px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.fc_lp_logo {
  position: absolute;
  left: 48px;
  top: 14px;
  z-index: 1;
  width: auto;
}

.header_logo_pc {
  max-width: 230px !important;
}

.fc_lp_header_btn {
  position: fixed;
  bottom: 18px;
  right: 16px;
  z-index: 95;
  display: block;
}
.fc_lp_btn_link01 {
  font-size: 22px;
  font-weight: bold;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0 23px 0 10px;
  width: 428px;
  max-width: 100%;
  height: 69px;
  background: #fff;
  border: 4px solid #ff0000;
  box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
  border-radius: 40px;
  opacity: 1 !important;
  margin: 0 0 3px;
  position: relative;
}
.fc_lp_btn_link01 span {
  font-size: 28px;
  margin-right: 25px;
}
.fc_lp_btn_link01 font {
  color: #ff0000;
}
.fc_lp_btn_link01:hover {
  margin: 3px 0 0;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
}
.fc_lp_btn_link01:before {
  content: "";
  position: absolute;
  right: 18px;
  top: 24px;
  z-index: 2;
  width: 60px;
  height: 56px;
  background: url(../image/icon_btn_finger.svg) no-repeat center center;
  background-size: 100% auto;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  #fc_lp_header {
    height: 40px;
    padding: 0 6px 0 16px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 97;
    min-width: auto;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  }

  .fc_lp_logo {
    position: absolute;
    left: 16px;
    top: 5px;
    z-index: 1;
    width: 265px;
  }
  .fc_lp_header_btn {
    position: fixed;
    bottom: 8px;
    right: 16px;
    left: 16px;
    z-index: 95;
    display: block;
    text-align: center;
  }
  .fc_lp_btn_link01 {
    font-size: 18px;
    font-weight: bold;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 0 16px 0 10px;
    width: 343px;
    max-width: 100%;
    height: 55px;
    background: #fff;
    border: 4px solid #ff0000;
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0.16);
    border-radius: 40px;
    opacity: 1 !important;
    margin: 0 0 3px;
    position: relative;
  }
  .fc_lp_btn_link01 span {
    font-size: 24px;
    margin-right: 20px;
  }
  .fc_lp_btn_link01 font {
    color: #ff0000;
  }
  .fc_lp_btn_link01:hover {
    margin: 3px 0 0;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.16);
  }
  .fc_lp_btn_link01:before {
    content: "";
    position: absolute;
    right: -6px;
    top: 12px;
    z-index: 2;
    width: 52px;
    height: 56px;
    background: url(../image/icon_btn_finger.svg) no-repeat top center;
    background-size: 100% auto;
  }
}

/* !navi
---------------------------------------------------------- */
@media screen and (min-width: 768px) {
  .fc_lp_btn_menu {
    display: none;
  }
  #fc_lp_navi ul {
    display: flex;
    justify-content: center;
  }
  #fc_lp_navi li {
    margin: 0 24px;
  }
  #fc_lp_navi li a {
    font-size: 16px;
    line-height: 1.3125;
    height: 80px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #fff;
    position: relative;
    opacity: 1;
  }
  #fc_lp_navi li a:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    z-index: 1;
    width: 40px;
    height: 8px;
    background: #ff0000;
    transform: translateX(-50%);
    opacity: 0;
    transition: opacity 0.3s;
  }
  #fc_lp_navi li a:hover:before {
    opacity: 1;
  }
  #fc_lp_navi li a.is_none {
    color: #cccccc !important;
    pointer-events: none;
  }
  #fc_lp_navi li a.is_none:before {
    content: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1260px) {
  .fc_lp_logo {
    position: absolute;
    left: 20px;
    top: 21px;
    z-index: 1;
    width: 182px;
  }
  #fc_lp_navi li {
    margin: 0 10px;
  }
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .fc_lp_btn_menu {
    position: relative; /*ボタン内側の基点となるためrelativeを指定*/
    cursor: pointer;
    width: 50px;
    height: 40px;
    border-radius: 5px;
  }

  /*ボタン内側*/
  .fc_lp_btn_menu span {
    display: inline-block;
    transition: all 0.4s; /*アニメーションの設定*/
    position: absolute;
    left: 14px;
    height: 2px;
    border-radius: 0;
    background: #fff;
  }

  .fc_lp_btn_menu span:nth-of-type(1) {
    top: 12px;
    width: 45%;
  }

  .fc_lp_btn_menu span:nth-of-type(2) {
    top: 19px;
    width: 45%;
  }

  .fc_lp_btn_menu span:nth-of-type(3) {
    top: 26px;
    width: 20%;
  }

  /*activeクラスが付与されると線が回転して×になる*/

  .fc_lp_btn_menu.active span:nth-of-type(1) {
    top: 14px;
    left: 13px;
    transform: translateY(6px) rotate(-135deg);
    width: 50%;
  }

  .fc_lp_btn_menu.active span:nth-of-type(2) {
    opacity: 0;
  }

  .fc_lp_btn_menu.active span:nth-of-type(3) {
    top: 25px;
    left: 13px;
    transform: translateY(-6px) rotate(135deg);
    width: 50%;
  }

  #fc_lp_navi {
    position: absolute;
    position: fixed;
    top: 40px;
    right: -100%;
    width: auto;
    max-width: 100%;
    max-height: calc(100vh - 40px);
    background: rgba(255, 255, 255, 0.98);
    z-index: 98;
    box-sizing: border-box;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
    pointer-events: none;
    transition: all 0.3s, height 0.3s;
    display: block;
    justify-content: center;
    align-items: center;
    padding: 24px 16px 45px;
  }
  #fc_lp_navi.open {
    opacity: 1;
    pointer-events: auto;
    right: 0;
  }
  .fc_lp_navi_box {
    width: 100%;
  }
  #fc_lp_navi ul {
    border-bottom: 1px solid #e6e6e6;
  }
  #fc_lp_navi li {
    margin: 0;
  }
  #fc_lp_navi li + li {
    border-top: 1px solid #e6e6e6;
  }
  #fc_lp_navi li a {
    color: #000a6e;
    font-size: 14px;
    line-height: 1.33;
    height: 44px;
    display: flex;
    align-items: center;
    padding: 0 12px;
  }
  #fc_lp_navi li a:hover {
    background: #e6e6e6;
  }
}

/* !mainVisual
---------------------------------------------------------- */
.fc_lp_mainVisual {
}

/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
}

/* fc_lp_footer
-----------------------------------------------------------*/
.fc_lp_pagetop {
  background: #ff0000;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  cursor: pointer;
}

.fc_lp_footer {
  background: #000a6e;
  color: #fff;
  padding: 80px 0 96px;
  text-align: center;
}
.fc_lp_footer a {
  color: #fff;
}
.fc_lp_footer_txt {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 40px;
  text-align: center;
}
.fc_lp_footer_sns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 -30px 40px;
}

.fotter_inner {
  max-width: 440px;
}

.fc_lp_footer_sns li {
  position: relative;
  margin: 0 16px 16px;
}

.fc_lp_footer_sns p {
  position: absolute;
  top: calc(100% + 8px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
}

.fc_lp_footer_logo img {
  width: 95px;
}
.fc_lp_copyright {
  text-align: center;
  font-size: 9px;
  line-height: 2;
  font-weight: 400;
  margin-top: 20px;
}
/*** スマホ 320px ~ 767px***/
@media screen and (max-width: 767px) {
  .fc_lp_pagetop {
    height: 35px;
  }
  .fc_lp_pagetop img {
    height: 14px;
  }

  .fc_lp_footer {
    padding: 40px 0 86px;
  }
  .fc_lp_footer_txt {
    font-size: 15px;
    margin-bottom: 40px;
  }
  .fc_lp_footer_sns {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 20px;
    max-width: 315px;
  }

  .fc_lp_footer_sns li {
    position: relative;
    margin: 0 25px 32px;
  }

  .fc_lp_footer_sns p {
    position: absolute;
    top: calc(100% + 6px);
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.2rem;
    font-weight: bold;
    color: #fff;
  }

  .fc_lp_footer_logo img {
    width: 95px;
  }
  .fc_lp_copyright {
    text-align: center;
    font-size: 9px;
    line-height: 2;
    font-weight: 400;
    margin-top: 23px;
  }
}

/*common*/
.fc_lp_sec_title {
  padding: 63px 0 10px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.04em;
  color: #000a6e;
  background: url(../image/title_pc.svg) no-repeat center top;
  background-size: auto;
  margin-bottom: 40px;
}
.fc_lp_sec_title.white {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .fc_lp_sec_title {
    padding: 40px 0 0;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 0.04em;
    color: #000a6e;
    background: url(../image/title_sp.svg) no-repeat center top;
    background-size: auto;
    margin-bottom: 32px;
  }
  .fc_lp_sec_title.white {
    color: #fff;
  }
}

/*page*/
/*faq*/
#fc_lp_faq {
  padding-bottom: 90px;
  background: #ededed;
}
#fc_lp_faq .fc_lp_inner {
  max-width: 836px;
}
.fc_lp_faq_dl {
  font-size: 16px;
  margin-bottom: 12px;
}
.fc_lp_faq_dl dt {
  display: flex;
  align-items: center;
  padding: 13px 75px 13px 100px;
  background: url(../image/faq_close.svg) no-repeat right 25px center #fff;
  background-size: auto;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.fc_lp_faq_dl dt.is_active {
  background: url(../image/faq_open.svg) no-repeat right 25px center #fff;
  background-size: auto;
}
.fc_lp_faq_dl dt:before {
  content: "Q";
  font-family: "FCTOKYO";
  font-weight: bold;
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  background: #000a6e;
  color: #ffff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
}
.fc_lp_faq_dl dd {
  margin-top: 12px;
  padding: 0 75px 24px 100px;
  display: none;
}
.fc_lp_faq_btn {
  text-align: center;
  margin-top: 56px;
}
.fc_lp_faq_btn .fc_lp_btn_link01 {
  background: #000a6e;
  border-color: #000a6e;
  color: #fff;
  font-size: 22px;
  font-weight: 500;
}
.fc_lp_faq_btn .fc_lp_btn_link01:before {
  content: none;
}
.fc_lp_faq_btn .fc_lp_btn_link01:after {
  margin-left: 25px;
  content: "";
  width: 11px;
  height: 100%;
  background: url(../image/icon_contect.svg) no-repeat center center;
  background-size: 100% auto;
}
.faq_link {
  color: #000a6e;
}
.faq_small {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  #fc_lp_faq {
    padding-bottom: 80px;
    background: #ededed;
  }
  .fc_lp_faq_dl {
    font-size: 14px;
    margin-bottom: 12px;
  }
  .fc_lp_faq_dl dt {
    display: flex;
    align-items: center;
    padding: 5px 32px 5px 42px;
    min-height: 36px;
    background: url(../image/faq_close.svg) no-repeat right 10px center #fff;
    background-size: 12px auto;
    position: relative;
    z-index: 2;
    cursor: pointer;
  }
  .fc_lp_faq_dl dt.is_active {
    background: url(../image/faq_open.svg) no-repeat right 10px center #fff;
    background-size: 12px auto;
  }
  .fc_lp_faq_dl dt:before {
    content: "Q";
    font-family: "FCTOKYO";
    font-weight: bold;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 32px;
    height: 100%;
    background: #000a6e;
    color: #ffff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
  }
  .fc_lp_faq_dl dd {
    margin-top: 8px;
    padding: 0 32px 0 42px;
    display: none;
  }
  .fc_lp_faq_btn {
    text-align: center;
    margin-top: 40px;
  }
  .fc_lp_faq_btn .fc_lp_btn_link01 {
    background: #000a6e;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
  }
  .fc_lp_faq_btn .fc_lp_btn_link01:before {
    content: none;
  }
  .fc_lp_faq_btn .fc_lp_btn_link01:after {
    margin-left: 25px;
    content: "";
    width: 11px;
    height: 100%;
    background: url(../image/icon_contect.svg) no-repeat center center;
    background-size: 100% auto;
  }
}

/*fc_lp_campaign*/
#fc_lp_campaign {
  padding: 80px 0;
  background: #fff;
}
.fc_lp_campaign_ul {
  border-top: 1px solid #000a6e;
}
.fc_lp_campaign_ul li {
  border-bottom: 1px solid #000a6e;
}
.fc_lp_campaign_ul a {
  display: block;
  padding: 16px 30px;
  background: url(../image/icon_campaign.svg) no-repeat right 30px center;
  background-size: auto;
  opacity: 1;
}
.fc_lp_campaign_ul a:hover {
  background-color: rgba(226, 226, 226, 0.68);
}
.fc_lp_campaign_ul dl {
  display: flex;
  padding-right: 32px;
}
.fc_lp_campaign_ul dt {
  width: 135px;
  margin-right: 25px;
}
.fc_lp_campaign_ul dd {
  width: calc(100% - 135px - 25px);
}
.fc_lp_campaign_date {
  font-size: 20px;
  line-height: 1.25;
  font-weight: bold;
  color: #000a6e;
  margin-bottom: 6px;
}
.fc_lp_campaign_txt {
  font-size: 16px;
  line-height: 1.3125;

  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 767px) {
  #fc_lp_campaign {
    padding: 40px 0;
  }
  .fc_lp_campaign_ul a {
    display: block;
    padding: 12px 5px;
    background: url(../image/icon_campaign.svg) no-repeat right 5px center;
    background-size: 8px auto;
    opacity: 1;
  }
  .fc_lp_campaign_ul a:hover {
    background-color: rgba(226, 226, 226, 0.68);
  }
  .fc_lp_campaign_ul dl {
    display: flex;
    padding-right: 16px;
  }
  .fc_lp_campaign_ul dt {
    width: 104px;
    margin-right: 14px;
  }
  .fc_lp_campaign_ul dd {
    width: calc(100% - 104px - 14px);
  }
  .fc_lp_campaign_date {
    font-size: 14px;
    line-height: 1.25;
    font-weight: bold;
    color: #000a6e;
    margin-bottom: 4px;
  }
  .fc_lp_campaign_txt {
    font-size: 14px;
    line-height: 1.5;

    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
/*fc_lp_about*/
#fc_lp_about {
  padding-bottom: 60px;
  background: url(../image/bg_about_pc.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
}
#fc_lp_about .fc_lp_inner {
  max-width: 1000px;
}
.fc_lp_about_p {
  max-width: 720px;
  font-size: 16px;
  margin: 0 auto 54px;
}
.fc_lp_about_list {
  display: flex;
  justify-content: center;
  margin: 0 -30px;
}
.fc_lp_about_list li {
  margin: 0 30px 36px;
  width: calc(33.33% - 60px);
}
.fc_lp_about_list dt {
  text-align: center;
}
.fc_lp_about_list dt img {
  width: 186px;
}
.fc_lp_about_list_point {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 900;
  letter-spacing: 0.04em;
  border-bottom: 3px solid #e30a2f;
  margin: 4px 0 10px;
}
.fc_lp_about_list_txt {
  font-size: 16px;
}
.fc_lp_about_list_btn {
  text-align: center;
  margin-top: 16px;
}

@media screen and (max-width: 767px) {
  #fc_lp_about {
    padding-bottom: 40px;
    background: url(../image/bg_about_sp.jpg) no-repeat center center;
    background-size: cover;
    color: #fff;
  }
  .fc_lp_about_p {
    font-size: 14px;
    margin: 0 auto 40px;
  }
  .fc_lp_about_list {
    display: block;
    justify-content: center;
    margin: 0;
  }
  .fc_lp_about_list li {
    margin: 0 0 32px;
    width: auto;
  }
  .fc_lp_about_list dl {
    display: flex;
    justify-content: space-between;
  }
  .fc_lp_about_list li:nth-of-type(odd) dl {
    flex-direction: row-reverse;
  }
  .fc_lp_about_list dt {
    text-align: right;
    width: calc(50% - 10px);
    position: relative;
    z-index: 2;
  }
  .fc_lp_about_list li:nth-of-type(odd) dt {
    text-align: left;
  }
  .fc_lp_about_list dt img {
    width: 162px;
  }
  .fc_lp_about_list dd {
    width: 50%;
  }
  .fc_lp_about_list_point {
    position: relative;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 900;
    letter-spacing: 0.04em;
    border-bottom: 3px solid #e30a2f;
    margin: 0 0 12px;
  }
  .fc_lp_about_list_point:after {
    content: "";
    position: absolute;
    left: 100%;
    bottom: -3px;
    width: 50px;
    border-bottom: 3px solid #e30a2f;
  }
  .fc_lp_about_list li:nth-of-type(even) .fc_lp_about_list_point:after {
    left: auto;
    right: 100%;
  }
  .fc_lp_about_list_txt {
    font-size: 14px;
  }
  .fc_lp_about_list_btn {
    text-align: center;
    margin-top: 12px;
  }
  .fc_lp_about_list_btn img {
    width: 129px;
  }
}
/*fc_lp_jid*/
#fc_lp_jid {
  padding-bottom: 96px;
  background: rgba(237, 237, 237, 0.6);
  background-blend-mode: multiply;
}
.fc_lp_box {
  border: 3px solid #000a6e;
  background: #fff;
}
.fc_lp_box_hd {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  background: #000a6e;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.fc_lp_box_cont {
  padding: 40px 1px 1px;
}
.fc_lp_box_slist .img_p {
}
.fc_lp_box_slist .txt_p {
  display: flex;
  font-size: 14px;
  margin-top: 15px;
}
.fc_lp_box_slist .txt_p span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 26px;
  height: 26px;
  background: #000a6e;
  color: #f1f9ff;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px;
}
.fc_lp_box_slist .txt_p p {
  width: calc(100% - 26px - 10px);
}
.fc_lp_box_slist .txt_p p a {
  color: #003e88;
  text-decoration: underline;
}
.fc_lp_jid_btn {
  text-align: center;
  margin-top: 55px;
}
@media screen and (min-width: 768px) {
  .fc_lp_box_slider {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .fc_lp_box_slist {
    width: 225px;
    /*max-width: calc(25% - 46px);*/
    margin: 0 23px 40px;
  }
}
@media screen and (max-width: 767px) {
  #fc_lp_jid {
    padding-bottom: 80px;
    background: rgba(237, 237, 237, 0.75);
    background-blend-mode: multiply;
  }
  .fc_lp_box {
    border: 3px solid #000a6e;
    background: #fff;
  }
  .fc_lp_box_hd {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 46px;
    background: #000a6e;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
  }
  .fc_lp_box_cont {
    padding: 32px 12px;
  }
  .fc_lp_box_slist .img_p {
    text-align: center;
  }
  .fc_lp_box_slist .img_p img {
    width: 222px;
  }
  .fc_lp_box_slist .txt_p {
    display: flex;
    font-size: 14px;
    margin-top: 15px;
  }
  .fc_lp_box_slist .txt_p span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    background: #000a6e;
    color: #f1f9ff;
    font-size: 20px;
    font-weight: bold;
    margin-right: 10px;
  }
  .fc_lp_box_slist .txt_p p {
    width: calc(100% - 26px - 10px);
  }
  .fc_lp_box_slist .txt_p p a {
    color: #003e88;
    text-decoration: underline;
  }
  .fc_lp_jid_btn {
    text-align: center;
    margin-top: 40px;
  }

  .fc_lp_box_slider {
  }
  .fc_lp_box_slist {
    display: block !important;
    width: 275px !important;
    margin: 0 auto;
  }
}

/*fc_lp_line*/
#fc_lp_line {
  padding-bottom: 100px;
  color: #fff;
  background: rgba(0, 10, 110, 0.85);
  background-blend-mode: multiply;
}
.fc_lp_box.white {
  border: 3px solid #fff;
  background: #123389;
}
.fc_lp_box.white .fc_lp_box_hd {
  background: #fff;
  color: #000a6e;
}
.fc_lp_box.white .fc_lp_box_slist .txt_p span {
  background: #fff;
  color: #000a6e;
}
.fc_lp_line_p01 {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 40px;
}
.fc_lp_line_p02 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
}
.fc_lp_line_ul {
  display: flex;
  justify-content: center;
  text-align: center;
  font-size: 22px;
  margin-bottom: 80px;
}
.fc_lp_line_ul li {
  margin: 0 50px;
}
.fc_lp_line_ul img {
  width: 149px;
}
.fc_lp_line_ul p + p {
  margin-top: 12px;
}
.fc_lp_cooperation {
  max-width: 1000px;
  margin: 40px auto 0;
}
.fc_lp_cooperation_hd {
  text-align: center;
  margin-bottom: 24px;
}
.fc_lp_cooperation_hd .connectline {
  max-width: 501px;
}
.fc_lp_cooperation_list {
  display: flex;
  justify-content: center;
  margin: 0 -28px;
}
.fc_lp_cooperation_list li {
  margin: 0 28px 56px;
  width: calc(50% - 56px);
}
.fc_lp_cooperation_list dl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
}
.fc_lp_cooperation_list dt {
  width: auto;
  margin-right: 25px;
}
.fc_lp_cooperation_list dd {
  display: flex;
  align-items: center;
}
.fc_lp_cooperation_list .img_p {
  text-align: center;
}
.fc_lp_cooperation_list .img_p img {
  width: 360px;
}
.fc_lp_cooperation_list .txt_p {
  font-size: 16px;
  margin-top: 14px;
}
.fc_lp_cooperation_list .notice_p {
  font-size: 14px;
  margin-top: 3px;
}
.fc_lp_cooperation_btn {
  text-align: center;
}
.fc_lp_cooperation_btn .fc_lp_btn_link01 {
  background: #fff;
  border-color: #fff;
  color: #000;
  font-size: 22px;
  font-weight: 500;
}
.fc_lp_cooperation_btn .fc_lp_btn_link01 img {
  width: 48px;
  margin-right: 24px;
}
@media screen and (max-width: 767px) {
  #fc_lp_line {
    padding-bottom: 80px;
  }
  .fc_lp_box.white {
    border: 3px solid #fff;
  }
  .fc_lp_box.white .fc_lp_box_hd {
    background: #fff;
    color: #000a6e;
  }
  .fc_lp_cooperation_hd .connectline {
    max-width: 311px;
  }
  .fc_lp_box.white .fc_lp_box_slist .txt_p span {
    background: #fff;
    color: #000a6e;
  }
  .fc_lp_line_p01 {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 32px;
  }
  .fc_lp_line_p02 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
    text-align: center;
  }
  .fc_lp_line_ul {
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 14px;
    margin-bottom: 40px;
  }
  .fc_lp_line_ul li {
    margin: 0 16px;
  }
  .fc_lp_line_ul img {
    width: 70px;
  }
  .fc_lp_line_ul p + p {
    margin-top: 8px;
  }
  .fc_lp_cooperation {
    max-width: 1000px;
    margin: 33px 16px 0;
  }
  .fc_lp_cooperation_hd {
    text-align: center;
    margin-bottom: 18px;
  }
  .fc_lp_cooperation_list {
    display: block;
    justify-content: center;
    margin: 0;
  }
  .fc_lp_cooperation_list li {
    margin: 0 0 30px;
    width: auto;
  }
  .fc_lp_cooperation_list dl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 24px;
    font-size: 18px;
    letter-spacing: -0.02em;
    font-weight: bold;
  }
  .fc_lp_cooperation_list dt {
    width: auto;
    margin-right: 8px;
  }
  .fc_lp_cooperation_list dd {
    display: flex;
    align-items: center;
  }
  .fc_lp_cooperation_list .img_p {
    text-align: center;
  }
  .fc_lp_cooperation_list .img_p img {
    width: 311px;
  }
  .fc_lp_cooperation_list .txt_p {
    font-size: 14px;
    margin-top: 10px;
  }
  .fc_lp_cooperation_list .notice_p {
    font-size: 12px;
    margin-top: 3px;
  }
  .fc_lp_cooperation_btn {
    margin-top: 38px;
    text-align: center;
  }
  .fc_lp_cooperation_btn .fc_lp_btn_link01 {
    background: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  .fc_lp_cooperation_btn .fc_lp_btn_link01 img {
    width: 38px;
    margin-right: 20px;
  }

  #fc_lp_line .slick-dots li button:before {
    background: #ddd;
  }
  #fc_lp_line .slick-dots li button:hover:before {
    background: #ff0000;
  }
  #fc_lp_line .slick-dots li.slick-active button:before {
    background: #ff0000;
  }
  #fc_lp_line .slick-prev {
    background: url(../image/slick_prev_white.svg) no-repeat;
    background-size: 100% auto;
  }
  #fc_lp_line .slick-next {
    background: url(../image/slick_next_white.svg) no-repeat;
    background-size: 100% auto;
  }
}
/*fc_lp_onetouch*/
#fc_lp_onetouch {
  padding-bottom: 100px;
  color: #000a6e;
  background: rgba(237, 237, 237, 0.6);
  background-blend-mode: multiply;
}
#fc_lp_onetouch .fc_lp_cooperation_btn .fc_lp_btn_link01 {
  background: #000a6e;
  border-color: #000a6e;
  color: #fff;
}
#fc_lp_onetouch .fc_lp_box_slist .txt_p p {
  color: #000;
}
.fc_lp_line_p02 font {
  font-size: 24px;
}
.fc_lp_line_ul .categ_p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  color: #000a6e;
  background: #fff;
  border: 1px solid;
  padding: 5px 10px;
  margin: 19px 0 8px;
}

@media screen and (max-width: 767px) {
  #fc_lp_onetouch {
    padding-bottom: 80px;
  }
  #fc_lp_onetouch .fc_lp_sec_title {
    letter-spacing: -0.02em;
    white-space: nowrap;
  }
  .fc_lp_line_p02 font {
    font-size: 16px;
  }
  #fc_lp_onetouch .fc_lp_line_ul {
    display: block;
    text-align: left;
    font-size: 16px;
  }
  #fc_lp_onetouch .fc_lp_line_ul li {
    display: flex;
    align-items: center;
    width: auto;
    margin: 0 16px 16px;
  }
  #fc_lp_onetouch .fc_lp_line_ul .left_p {
    width: 70px;
    margin-right: 10px;
  }
  #fc_lp_onetouch .fc_lp_line_ul .right_p {
    width: calc(100% - 80px);
  }
  .fc_lp_line_ul .categ_p {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #000a6e;
    background: #fff;
    border: 1px solid;
    padding: 3px 10px;
    margin: 0 0 5px;
  }
  /* #fc_lp_onetouch  */
}
/*fc_lp_banner*/
#fc_lp_banner {
  padding: 18px 0;
  background: #000a6e;
  color: #fff;
}
.fc_lp_banner_box {
  border-top: 5px solid #e30a2f;
  border-bottom: 5px solid #e30a2f;
  padding: 36px 0 44px;
  text-align: center;
}
.fc_lp_banner_txt {
  font-size: 28px;
  margin-bottom: 23px;
}

@media screen and (max-width: 767px) {
  #fc_lp_banner {
    padding: 10px 0;
    background: #000a6e;
    color: #fff;
  }
  .fc_lp_banner_box {
    border-top: 4px solid #e30a2f;
    border-bottom: 4px solid #e30a2f;
    padding: 36px 0;
    text-align: center;
  }
  .fc_lp_banner_txt {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .fc_lp_campaign_ul a:hover {
    background-color: transparent;
  }
}

/*0530*/
.slick-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.fc_lp_nav_sp ul {
  /* display: none; */
  opacity: 0;
  transition: all 0.3s;
}
.fc_lp_nav_sp.is_show ul {
  opacity: 1;
}
.fc_lp_anchor {
}
.fc_lp_anchor_area {
  position: relative;
}
.fc_lp_anchor_area .fc_lp_anchor {
  position: absolute;
  top: -80px;
  z-index: -1;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fc_lp_nav_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .fc_lp_nav_sp ul {
    position: fixed;
    top: 40px;
    left: 0;
    z-index: 95;
    width: 100%;
    background: #fff;
    padding: 8px 0;
    display: flex;
  }
  .fc_lp_nav_sp li {
    width: 33.33%;
  }
  .fc_lp_nav_sp li + li {
    border-left: 1px solid #000a6e;
  }
  .fc_lp_nav_sp li a {
    font-size: 12px;
    line-height: 1.5;
    height: 45px;
    padding-bottom: 9px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #000a6e;
    position: relative;
    opacity: 1;
    background: url(../image/icon_nav.svg) no-repeat bottom center;
    background-size: auto;
  }

  .fc_lp_anchor_area .fc_lp_anchor {
    top: -100px;
  }
  #fc_lp_campaign.fc_lp_anchor_area .fc_lp_anchor,
  #fc_lp_about.fc_lp_anchor_area .fc_lp_anchor {
    top: -40px;
  }
}
</pre></body></html>