@charset "UTF-8";

/* reset */
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-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

div {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

li {
  list-style: none;
}

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

body {
  font-family: "Avenir Next", "メイリオ", "ヒラギノ角ゴ Pro", sans-serif;
  color: #333;
}

/* PC */
html,
body {
  width: 100%;
  height: 100%;
}

/* common */
b {
  font-weight: bold;
}

img {
  vertical-align: bottom;
}

.is-pc {
  display: block !important;
}

.is-sp {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  .is-pc {
    display: none !important;
  }

  .is-sp {
    display: block !important;
  }
}

/* PC */
.wrap {
  background-color: #eaeaea;
}

.section {
  padding: 40px 30px;
}

.section__title {
  margin-bottom: 40px;
  font-size: 40px;
  color: #2f8bc4;
  text-align: center;
}

.mainVisual {
  background: -webkit-linear-gradient(#08b0d1 0%, #91d2e8 79.31%, #59c7dd 100%);
  background: linear-gradient(#08b0d1 0%, #91d2e8 79.31%, #59c7dd 100%);
}

.mainVisual__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1280px;
  margin: auto;
  padding: 50px 80px;
}

.mainVisual__leftArea {
  position: relative;
  max-width: 572px;
  margin-right: 52px;
}

.mainVisual__rightArea {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 496px;
}

.mainVisual__title {
  color: #fff;
  text-align: center;
}

.mainVisual__titleSpan {
  display: block;
  line-height: 1.0;
}

.mainVisual__titleSpan--01 {
  margin-bottom: 20px;
  font-size: 28px;
}

.mainVisual__titleSpan--02 {
  font-size: 80px;
}

.mainVisual__titleSpan--03 {
  margin-top: 190px;
  margin-bottom: 20px;
  font-size: 28px;
}

.mainVisual__titleSpan--04 {
  font-size: 52px;
}

.mainVisual__capture {
  margin-bottom: 40px;
}

.mainVisual__notice {
  display: block;
  padding-bottom: 12px;
  font-size: 12px;
  color: #fff;
  text-align: center;
}

.mainVisualImgList {
  position: absolute;
  top: 140px;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: auto;
}

.mainVisualImgList__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.card {
  max-width: 1214px;
  margin: 0 auto 40px;
  background-color: #fff;
  border-radius: 10px;
}

.card__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 50px 57px;
}

.cardDesc {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 620px;
  margin-right: 70px;
  text-align: center;
}

.cardDesc__titleSpan {
  display: block;
  margin-bottom: 10px;
  font-size: 26px;
  color: #333;
}

.cardDesc__title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #2f8bc4;
  font-size: 34px;
  color: #2f8bc4;
}

.cardDesc__text_01 {
  margin-bottom: 20px;
  font-size: 26px;
}

.cardDesc__text_02 {
  font-size: 20px;
  line-height: 1.6;
  width: 90%;
  margin: 0 auto;
  text-align: left;
}

.cardImg {
  width: 402px;
}

.cardImg__item {
  display: block;
  margin: auto;
}

.cardImg__item--01 {
  width: 402px;
}

.cardImg__item--02 {
  width: 402px;
}

.cardImg__item--03 {
  width: 396px;
}

.cardImg__item--04 {
  width: 364px;
}

.cardImg__item--05 {
  width: 424px;
}

.btmContents {
  margin-bottom: 40px;
  padding: 40px 60px;
  background: -webkit-linear-gradient(left, rgba(20, 106, 224, 0.3), rgba(74, 223, 242, 0.3));
  background: linear-gradient(90deg, rgba(20, 106, 224, 0.3), rgba(74, 223, 242, 0.3));
  color: #0c3658;
}

.btmContents__title {
  margin-bottom: 36px;
  font-size: 34px;
  text-align: center;
}

.btmContentsCardWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1160px;
  margin: auto;
}

.btmContentsCard {
  width: 360px;
  padding: 0 30px 30px;
  background-color: #fff;
  border-radius: 6px;
  text-align: center;
}

.btmContentsCard__img {
  width: 180px;
  height: auto;
  margin: auto;
}

.btmContentsCard__title {
  margin-bottom: 5px;
  font-size: 26px;
}

.btmContentsCard__text {
  font-size: 20px;
}

.pagetop {
  display: block;
  margin-top: 40px;
  padding: 20px;
  background-color: #f0f1f2;
  border-top: 1px solid #e6e8e9;
  text-align: center;
  font-size: 13px;
  color: #a4a9ae;
}

.pagetop__icon {
  position: relative;
  left: 6px;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-top: 1px solid #a4a9ae;
  border-right: 1px solid #a4a9ae;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px;
  background-color: #fff;
  padding-left: 40px;
}

.header__logo {
  display: block;
  width: 165px;
}

.header__logo img {
  vertical-align: middle;
}

.footer {
  padding: 40px 0 30px;
  background-color: #000a1a;
  font-size: 11px;
  color: #888;
  text-align: center;
}

.footerList {
  margin-bottom: 30px;
}

.footerList__item {
  display: inline-block;
  padding: 0 10px;
  color: #fff;
  vertical-align: middle;
}

.footerList__item a {
  color: inherit;
}

.button {
  display: block;
  width: 375px;
  height: 52px;
  margin: auto;
  background-color: #F0B105;
  border-radius: 25px;
  font-size: 18px;
  color: #fff;
  line-height: 52px;
  text-align: center;
}

/* 1280pxまではメインビジュアルの左テキスト部分を拡大縮小する */
@media screen and (max-width: 1280px) {
  .mainVisual__titleSpan--01 {
    margin-bottom: 2.5vw;
    font-size: 1.9vw;
  }

  .mainVisual__titleSpan--02 {
    font-size: 5.5vw;
  }

  .mainVisual__titleSpan--03 {
    margin-top: 15.234vw;
    margin-bottom: 2.5vw;
    font-size: 2.187vw;
  }

  .mainVisual__titleSpan--04 {
    font-size: 4vw;
  }

  .mainVisual__capture {
    margin-bottom: 40px;
  }

  .mainVisualImgList {
    position: absolute;
    top: 10.5vw;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
  }
}

/* SP */
@media screen and (max-width: 1000px) {
  .header {
    height: 28px;
    padding-left: 13px;
  }

  .header__logo {
    width: 78px;
  }

  .button {
    width: 315px;
    height: 49px;
    line-height: 49px;
  }

  .mainVisual__inner {
    display: block;
    padding: 20px 18px;
  }

  .mainVisual__leftArea {
    margin: auto;
  }

  .mainVisual__rightArea {
    width: auto;
    margin: auto;
  }

  .mainVisual__title {
    font-weight: bold;
    color: #fff;
    text-align: center;
  }

  .mainVisual__titleSpan {
    display: block;
    line-height: 1.0;
  }

  .mainVisual__titleSpan--01 {
    margin-bottom: 10px;
    font-size: 14px;
  }

  .mainVisual__titleSpan--02 {
    font-size: 40px;
  }

  .mainVisual__titleSpan--03 {
    margin-top: 105px;
    margin-bottom: 10px;
    font-size: 14px;
  }

  .mainVisual__titleSpan--04 {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .mainVisual__capture {
    max-width: 338px;
    margin: 0 auto 20px;
  }

  .mainVisual__notice {
    margin-top: 20px;
    text-align: center;
  }

  .mainVisualImgList {
    top: 75px;
    width: 274px;
  }

  .mainVisualImgList__item {
    width: 30%;
  }

  .section {
    padding: 20px 25px;
  }

  .section__title {
    margin-bottom: 20px;
    font-size: 26px;
  }

  .card {
    margin-bottom: 20px;
  }

  .card__inner {
    display: block;
    padding: 20px 25px;
  }

  .cardDesc {
    width: 100%;
    max-width: initial;
    margin-right: 0;
  }

  .cardDesc__titleSpan {
    font-size: 16px;
  }

  .cardDesc__title {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #2f8bc4;
    font-size: 20px;
  }

  .cardDesc__text_01 {
    margin-bottom: 15px;
    font-size: 16px;
  }

  .cardDesc__text_02 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cardImg {
    width: 100%;
  }

  .cardImg__item {
    width: auto;
  }

  .cardImg__item--01 {
    max-width: 246px;
  }

  .cardImg__item--02 {
    max-width: 253px;
  }

  .cardImg__item--03 {
    max-width: 253px;
  }

  .cardImg__item--04 {
    max-width: 296px;
  }

  .cardImg__item--05 {
    max-width: 260px;
  }

  .btmContents {
    margin-bottom: 20px;
    padding: 20px 12px;
  }

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

  .btmContentsCardWrap {
    display: block;
  }

  .btmContentsCard {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
    padding: 20px;
  }

  .btmContentsCard:last-of-type {
    margin-bottom: 0;
  }

  .btmContentsCard__img {
    position: absolute;
    top: 55px;
    left: 0;
    right: 0;
    width: 63px;
    margin: auto;
  }

  .btmContentsCard__title {
    margin-bottom: 90px;
    font-size: 16px;
  }

  .btmContentsCard__text {
    font-size: 14px;
    font-weight: bold;
  }
}

/* SP Iphone5 */
@media screen and (max-width: 320px) {
  .button {
    width: 280px;
    height: 49px;
  }
}
