@charset "UTF-8";
* {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

img {
  max-width: 100%;
  height: auto;
}

body {
  font-size: 15px;
  color: #000;
}

ol,
ul,
dl {
  list-style: none;
}

ul {
  padding: 0;
}

dl {
  margin: 0;
}

dt, dd {
  margin: 0;
}

p {
  line-height: 1.5;
}

a:hover {
  text-decoration: none;
  opacity: .7;
}

.wrap {
  max-width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .wrap {
    padding: 0 15px;
  }
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

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

body {
  background: #fff url(../img/head_bg.jpg) no-repeat center top;
  background-size: 100%;
}

@media screen and (max-width: 768px) {
  body {
    background-size: 150%;
  }
}

@media screen and (max-width: 592px) {
  body {
    background: #fff url(../img/head_bg_sp.jpg) no-repeat center top;
    background-size: contain;
  }
}

/** module **/
.flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.l-section {
  margin-bottom: 160px;
}

@media screen and (max-width: 592px) {
  .l-section {
    margin-bottom: 75px;
  }
}

.l-bnr {
  margin-bottom: 100px;
}

@media screen and (max-width: 592px) {
  .l-bnr {
    margin-bottom: 45px;
  }
}

h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 85px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 36px;
  }
}

@media screen and (max-width: 592px) {
  h1 {
    font-size: 18px;
    margin-bottom: 36px;
  }
}

.headlv2 {
  position: relative;
  margin-bottom: 55px;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
}

.headlv2::after {
  content: "";
  position: absolute;
  bottom: -25px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  width: 150px;
  height: 6px;
  background: #c00;
}

@media screen and (max-width: 768px) {
  .headlv2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 592px) {
  .headlv2 {
    margin-bottom: 30px;
    font-size: 18px;
  }
  .headlv2::after {
    bottom: -10px;
    width: 60px;
    height: 3px;
  }
}

.head_blue::after {
  background: #0086e7;
}

.header_common {
  padding: 10px 0 100px;
}

@media screen and (max-width: 768px) {
  .header_common {
    margin-top: 0;
  }
}

@media screen and (max-width: 592px) {
  .header_common {
    padding: 10px 0 45px;
  }
}

.header_item {
  margin-bottom: 95px;
}

.header_item img {
  width: 222px;
}

@media screen and (max-width: 768px) {
  .header_item img {
    width: 180px;
  }
}

@media screen and (max-width: 592px) {
  .header_item {
    margin-bottom: 50px;
  }
  .header_item img {
    width: 110px;
  }
}

.flex-lead {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 80%;
  margin: 0 auto;
  padding: 15px 30px 10px;
  border: 2px solid #0171c2;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 592px) {
  .flex-lead {
    padding: 10px 10px 8px;
    width: 100%;
  }
}

.head_lead {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .head_lead {
    font-size: 24px;
  }
}

@media screen and (max-width: 592px) {
  .head_lead {
    font-size: 14px;
  }
}

@media screen and (max-width: 320px) {
  .head_lead {
    font-size: 12px;
  }
}

.head_lead_strong {
  font-size: 48px;
  color: #c00;
  line-height: 1;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .head_lead_strong {
    font-size: 36px;
  }
}

@media screen and (max-width: 592px) {
  .head_lead_strong {
    font-size: 20px;
  }
}

@media screen and (max-width: 320px) {
  .head_lead_strong {
    font-size: 16px;
  }
}

.footer_common {
  padding: 12px 0;
  text-align: center;
}

.copyright {
  font-size: 14px;
  color: #5e5e5e;
}

@media screen and (max-width: 592px) {
  .copyright {
    font-size: 11px;
  }
}

.sas-r {
  bottom: 0.3em;
  padding-right: 0px;
  font-size: 50%;
  vertical-align: top;
  margin-top: -5px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -35px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 8px;
  line-height: 20px;
  text-align: center;
  color: #333;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #333;
  opacity: 0.75;
  font-size: 10px;
}

.card_slider {
  text-align: center;
}

@media screen and (max-width: 592px) {
  .card_item {
    padding: 0 10px;
  }
}

.card_img img {
  margin: 0 auto;
  width: 250px;
}

@media screen and (max-width: 592px) {
  .card_img img {
    width: 80%;
  }
}

@media screen and (max-width: 592px) {
  .card_img_pt img {
    width: 55%;
  }
}

.card_info {
  margin-bottom: 50px;
  text-align: center;
  font-size: 20px;
}

@media screen and (max-width: 592px) {
  .card_info {
    margin-bottom: 22px;
    font-size: 14px;
  }
}

.card_name {
  margin: 42px 0;
  font-size: 26px;
}

@media screen and (max-width: 592px) {
  .card_name {
    margin: 20px 0;
    font-size: 16px;
  }
}

.card_amex {
  margin: 26px 0 20px;
}

@media screen and (max-width: 592px) {
  .card_amex {
    margin: 8px 0 6px;
  }
}

.card_detail {
  margin-bottom: 25px;
  font-size: 20px;
}

.card_detail span {
  font-size: 16px;
}

@media screen and (max-width: 592px) {
  .card_detail {
    margin-bottom: 12px;
    font-size: 13px;
  }
  .card_detail span {
    font-size: 11px;
  }
}

.entry_btn {
  display: inline-block;
  padding: 26px 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  background: #c00 url(../img/arrow_w.png) no-repeat 95% center;
  background-size: 8px;
  color: #fff;
}

@media screen and (max-width: 592px) {
  .entry_btn {
    padding: 18px 40px;
    font-size: 15px;
    background-size: 4px;
  }
}
