@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, address, big, cite, code,
del, dfn, em, img {
  margin: 0;
  padding: 0;
  border: 0; }

body {
  overflow-x: hidden;
  overflow-y: scroll; }

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "ヒラギノ角ゴPro W3", "ヒラギノ角ゴPro W6", "ヒラギノ角ゴ W3", "ヒラギノ角ゴ W6", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Roboto, sans-serif;
  color: #3e3a39;
  scroll-behavior: smooth; }

.clear {
  clear: both; }

li {
  list-style: none; }

a {
  text-decoration: none;
  color: #3e3a39; }

.sp-hidden {
  display: none; }
  @media only screen and (min-width: 640px) {
    .sp-hidden {
      display: block; } }

.pc-hidden {
  display: block; }
  @media only screen and (min-width: 640px) {
    .pc-hidden {
      display: none; } }

.out-small-sp {
  display: block; }
  @media only screen and (max-width: 360px) {
    .out-small-sp {
      display: none; } }

.only-small-sp {
  display: none; }
  @media only screen and (max-width: 360px) {
    .only-small-sp {
      display: block; } }

.container {
  padding: 30px 5%;
  margin: 0 auto;
  max-width: 1080px;
  overflow: visible !important; }
  @media only screen and (min-width: 640px) {
    .container {
      padding: 30px 5%; } }
  @media only screen and (min-width: 1080px) {
    .container {
      padding: 30px 30px; } }

body {
  padding: 0; }

header {
  border-top: 3px solid #becb31;
  padding: 10px;
  height: 55px; }
  header a {
    display: block;
    width: 141px;
    height: 30px;
    margin: 0 auto;
    position: relative; }
    header a:before {
      position: absolute;
      content: '';
      top: 0;
      left: 0;
      width: 141px;
      height: 30px;
      z-index: -1;
      background-size: cover;
      background-position: center;
      background-image: url("img/logo.jpg"); }

.top-wrap {
  background: linear-gradient(134deg, #1881b5, #8eb69c);
  position: relative; }
  .top-wrap img {
    display: block;
    margin: 0 auto;
    max-width: 1080px;
    width: 100%; }
  .top-wrap .container {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding-top: 3vw; }
    @media only screen and (min-width: 1080px) {
      .top-wrap .container {
        padding-top: 40px;
        width: 100%;
        text-align: center; } }
  .top-wrap .top-text {
    font-weight: normal;
    width: 100%;
    margin: 0 auto; }
    .top-wrap .top-text h2 {
      color: white;
      font-size: 3.5vw;
      font-weight: bold;
      letter-spacing: 0.25vw;
      text-align: center;
      text-shadow: 0px 0px 10px #3e3a39; }
      @media only screen and (min-width: 1080px) {
        .top-wrap .top-text h2 {
          font-size: 35px;
          letter-spacing: 5px; } }
    .top-wrap .top-text h1 {
      color: white;
      font-size: 6vw;
      font-weight: bold;
      letter-spacing: 0.5vw;
      line-height: 7vw;
      text-align: center;
      text-shadow: 0px 0px 10px #3e3a39; }
      .top-wrap .top-text h1:nth-child(2) {
        margin-top: 1.5vw; }
      @media only screen and (min-width: 1080px) {
        .top-wrap .top-text h1 {
          font-size: 64px;
          letter-spacing: 6px;
          line-height: 74px; }
          .top-wrap .top-text h1:nth-child(2) {
            margin-top: 20px; } }
    .top-wrap .top-text p {
      color: white;
      font-size: 2.5vw;
      text-align: center;
      text-shadow: 0px 0px 10px #3e3a39;
      margin-top: 1.5vw; }
      @media only screen and (min-width: 1080px) {
        .top-wrap .top-text p {
          font-size: 25px;
          letter-spacing: 2px; } }
      @media only screen and (max-width: 360px) {
        .top-wrap .top-text p {
          font-size: 3px; } }

.introduction-wrap {
  background-color: #f1f5f8; }
  .introduction-wrap .container {
    padding-bottom: 50px; }
    @media only screen and (min-width: 640px) {
      .introduction-wrap .container {
        padding: 0 2vw;
        padding-bottom: 60px; } }
    @media only screen and (min-width: 1080px) {
      .introduction-wrap .container {
        padding: 0 10px;
        padding-bottom: 80px; } }
  .introduction-wrap .intro-heading h1 {
    color: #0075c1;
    font-size: 4vw;
    font-weight: bold;
    letter-spacing: 0.1vw;
    margin-bottom: 5vw;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .introduction-wrap .intro-heading h1 {
        font-size: 3.1vw;
        margin-bottom: 5vw;
        padding-top: 5vw; } }
    @media only screen and (min-width: 1080px) {
      .introduction-wrap .intro-heading h1 {
        font-size: 33px;
        letter-spacing: 2px;
        margin-bottom: 40px;
        padding-top: 40px; } }
  .introduction-wrap .introduction:not(:nth-child(2)) {
    margin-top: 50px; }
    @media only screen and (min-width: 640px) {
      .introduction-wrap .introduction:not(:nth-child(2)) {
        margin-top: 50px; } }
    @media only screen and (min-width: 1080px) {
      .introduction-wrap .introduction:not(:nth-child(2)) {
        margin-top: 50px; } }
  @media only screen and (min-width: 640px) {
    .introduction-wrap .introduction {
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      align-items: center; }
      .introduction-wrap .introduction .intro-text {
        margin-right: 10%; }
      .introduction-wrap .introduction:nth-child(2n) {
        flex-direction: row-reverse; }
        .introduction-wrap .introduction:nth-child(2n) .intro-text {
          margin-right: 0%;
          margin-left: 10%; } }
  @media only screen and (min-width: 640px) {
    .introduction-wrap .intro-img {
      width: 49%; } }
  .introduction-wrap .intro-img img {
    width: 100%;
    box-shadow: 0 0 10px rgba(62, 58, 57, 0.2); }
  .introduction-wrap .intro-text {
    position: relative;
    z-index: 2; }
    @media only screen and (min-width: 640px) {
      .introduction-wrap .intro-text {
        width: 37%; } }
    .introduction-wrap .intro-text h2 {
      font-size: 20px;
      font-weight: bold;
      padding-top: 20px;
      margin-bottom: 20px; }
      @media only screen and (min-width: 640px) {
        .introduction-wrap .intro-text h2 {
          font-size: 2.1vw;
          padding-top: 1vw;
          margin-bottom: 1vw; } }
      @media only screen and (min-width: 1080px) {
        .introduction-wrap .intro-text h2 {
          font-size: 24px;
          padding-top: 5px;
          margin-bottom: 10px; } }
    .introduction-wrap .intro-text p {
      font-size: 14px; }
      @media only screen and (min-width: 640px) {
        .introduction-wrap .intro-text p {
          font-size: 1.5vw;
          letter-spacing: 0.1vw; } }
      @media only screen and (min-width: 1080px) {
        .introduction-wrap .intro-text p {
          font-size: 16px;
          letter-spacing: 1.5px; } }
    .introduction-wrap .intro-text img {
      width: 50%; }
    .introduction-wrap .intro-text .left {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1; }
      @media only screen and (min-width: 640px) {
        .introduction-wrap .intro-text .left {
          position: absolute;
          top: 10%;
          left: -35%; } }
    .introduction-wrap .intro-text .right {
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; }
      @media only screen and (min-width: 640px) {
        .introduction-wrap .intro-text .right {
          position: absolute;
          top: 10%;
          right: -30%; } }

.campany-list-wrap .heading h2 {
  color: #0075c1;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.2vw;
  margin-bottom: 5vw;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .campany-list-wrap .heading h2 {
      font-size: 3.1vw;
      letter-spacing: 0.5vw;
      margin-bottom: 5vw;
      padding-top: 5vw; } }
  @media only screen and (min-width: 1080px) {
    .campany-list-wrap .heading h2 {
      font-size: 33px;
      letter-spacing: 5px;
      margin-bottom: 40px;
      padding-top: 40px; } }
.campany-list-wrap .list-img img {
  width: 100%; }

.functions-wrap {
  background: linear-gradient(150deg, rgba(24, 129, 181, 0.2), rgba(142, 182, 156, 0.2)); }
  .functions-wrap .container {
    padding: 0;
    padding-bottom: 40px; }
    @media only screen and (min-width: 640px) {
      .functions-wrap .container {
        padding-bottom: 60px; } }
    @media only screen and (min-width: 1080px) {
      .functions-wrap .container {
        padding-bottom: 80px; } }
  .functions-wrap .heading h2 {
    color: #0075c1;
    font-size: 4.3vw;
    font-weight: bold;
    margin-bottom: 5vw;
    letter-spacing: 0.5vw;
    padding-top: 5vw;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .functions-wrap .heading h2 {
        font-size: 3.1vw;
        margin-bottom: 5vw;
        padding-top: 5vw; } }
    @media only screen and (min-width: 1080px) {
      .functions-wrap .heading h2 {
        font-size: 33px;
        letter-spacing: 5px;
        margin-bottom: 40px;
        padding-top: 40px; } }
  .functions-wrap .functions .circles-upper {
    display: flex;
    justify-content: center; }
    .functions-wrap .functions .circles-upper .circle {
      position: relative;
      background-color: white;
      border-radius: 50%;
      height: 30vw;
      margin: 0 1vw;
      width: 30vw; }
      @media only screen and (min-width: 640px) {
        .functions-wrap .functions .circles-upper .circle {
          height: 22vw;
          margin: 0 1vw;
          width: 22vw; } }
      @media only screen and (min-width: 1080px) {
        .functions-wrap .functions .circles-upper .circle {
          height: 220px;
          margin: 0 20px;
          width: 220px; } }
      .functions-wrap .functions .circles-upper .circle:nth-child(2) p {
        letter-spacing: 1vw; }
        @media only screen and (min-width: 640px) {
          .functions-wrap .functions .circles-upper .circle:nth-child(2) p {
            letter-spacing: 1vw; } }
        @media only screen and (min-width: 1080px) {
          .functions-wrap .functions .circles-upper .circle:nth-child(2) p {
            font-size: 26px;
            letter-spacing: 5px; } }
      .functions-wrap .functions .circles-upper .circle .inner-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        text-align: center;
        width: 100%; }
        .functions-wrap .functions .circles-upper .circle .inner-circle p {
          color: #0075c1;
          font-size: 2vw; }
          @media only screen and (min-width: 640px) {
            .functions-wrap .functions .circles-upper .circle .inner-circle p {
              font-size: 2vw; } }
          @media only screen and (min-width: 1080px) {
            .functions-wrap .functions .circles-upper .circle .inner-circle p {
              font-size: 20px; } }
        .functions-wrap .functions .circles-upper .circle .inner-circle img {
          width: 60%; }
  .functions-wrap .functions .circles-lower {
    display: flex;
    justify-content: center; }
    .functions-wrap .functions .circles-lower .circle {
      position: relative;
      background-color: white;
      border-radius: 50%;
      height: 30vw;
      margin: 0 1vw;
      text-align: center;
      width: 30vw; }
      @media only screen and (min-width: 640px) {
        .functions-wrap .functions .circles-lower .circle {
          height: 22vw;
          margin: 0 1vw;
          width: 22vw; } }
      @media only screen and (min-width: 1080px) {
        .functions-wrap .functions .circles-lower .circle {
          height: 220px;
          margin: 0 20px;
          width: 220px; } }
      .functions-wrap .functions .circles-lower .circle .inner-circle {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        text-align: center;
        width: 100%; }
        .functions-wrap .functions .circles-lower .circle .inner-circle p {
          color: #0075c1;
          font-size: 2vw; }
          @media only screen and (min-width: 640px) {
            .functions-wrap .functions .circles-lower .circle .inner-circle p {
              font-size: 1.8vw; } }
          @media only screen and (min-width: 1080px) {
            .functions-wrap .functions .circles-lower .circle .inner-circle p {
              font-size: 18px; } }
        .functions-wrap .functions .circles-lower .circle .inner-circle img {
          width: 60%; }

.goodpoints-wrap .container {
  padding: 30px 0;
  padding-bottom: 60px;
  max-width: 1080px; }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .container {
      padding-bottom: 70px; } }
  @media only screen and (min-width: 1080px) {
    .goodpoints-wrap .container {
      padding-bottom: 100px; } }
.goodpoints-wrap .heading h2 {
  color: #3e3a39;
  font-size: 4.3vw;
  font-weight: bold;
  letter-spacing: 0.3vw;
  margin-bottom: 5vw;
  padding-top: 5vw;
  text-align: center; }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .heading h2 {
      font-size: 3.1vw;
      margin-bottom: 5vw;
      padding-top: 5vw; } }
  @media only screen and (min-width: 1080px) {
    .goodpoints-wrap .heading h2 {
      font-size: 33px;
      letter-spacing: 3px;
      margin-bottom: 40px;
      padding-top: 40px; } }
.goodpoints-wrap .goodpoint {
  background-color: #ededed; }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .goodpoint {
      height: 23vw; } }
  @media only screen and (min-width: 1080px) {
    .goodpoints-wrap .goodpoint {
      height: 200px; } }
  .goodpoints-wrap .goodpoint:not(:nth-child(1)) {
    margin-top: 50px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .goodpoint:not(:nth-child(1)) {
        margin-top: 50px; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .goodpoint:not(:nth-child(1)) {
        margin-top: 50px; } }
  .goodpoints-wrap .goodpoint:nth-child(odd) {
    box-shadow: 5px 5px 10px rgba(100, 100, 100, 0.3);
    margin-right: 20px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .goodpoint:nth-child(odd) {
        margin-right: 8vw;
        padding-left: 8vw; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .goodpoint:nth-child(odd) {
        position: relative;
        margin-right: 100px;
        padding-left: 100px;
        box-shadow: none; }
        .goodpoints-wrap .goodpoint:nth-child(odd):after {
          /*基本的に画像に疑似要素は付けられないので包括するボックスに加える。*/
          background: linear-gradient(to right, #ededed 0%, #ededed 50%, transparent 50%, transparent 100%);
          box-shadow: 5px 5px 10px rgba(100, 100, 100, 0.3);
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: -40vw;
          margin: auto;
          z-index: -1; } }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .goodpoint:nth-child(odd) .gp-img img {
        float: right; } }
  .goodpoints-wrap .goodpoint:nth-child(even) {
    box-shadow: -5px 5px 10px rgba(100, 100, 100, 0.3);
    margin-left: 20px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .goodpoint:nth-child(even) {
        margin-left: 8vw;
        padding-right: 8vw;
        height: 24.5vw; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .goodpoint:nth-child(even) {
        box-shadow: none;
        margin-left: 100px;
        padding-right: 100px;
        position: relative;
        height: 220px; }
        .goodpoints-wrap .goodpoint:nth-child(even):after {
          /*基本的に画像に疑似要素は付けられないので包括するボックスに加える。*/
          background: linear-gradient(to left, #ededed 0%, #ededed 50%, transparent 50%, transparent 100%) !important;
          box-shadow: -5px 5px 10px rgba(100, 100, 100, 0.3);
          content: '';
          display: block;
          position: absolute;
          top: 0;
          right: -40vw;
          bottom: 0;
          left: 0;
          margin: auto;
          z-index: -1; } }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .goodpoint {
      display: flex;
      flex-direction: row-reverse;
      justify-content: space-between; }
      .goodpoints-wrap .goodpoint:nth-child(2n) {
        flex-direction: row; } }
.goodpoints-wrap .gp-img {
  overflow: hidden;
  position: relative; }
  .goodpoints-wrap .gp-img:after {
    /*基本的に画像に疑似要素は付けられないので包括するボックスに加える。*/
    background: linear-gradient(to right, #ededed, transparent);
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .gp-img {
      width: 45%; } }
  .goodpoints-wrap .gp-img img {
    width: 100%;
    height: auto; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .gp-img img {
        height: 100%;
        width: auto;
        max-width: none; } }
.goodpoints-wrap .right-transparent:after {
  background: linear-gradient(to left, #ededed, transparent); }
.goodpoints-wrap .gp-text {
  position: relative;
  z-index: 2;
  padding: 20px;
  padding-top: 10px; }
  @media only screen and (min-width: 640px) {
    .goodpoints-wrap .gp-text {
      width: 55%; } }
  @media only screen and (min-width: 1080px) {
    .goodpoints-wrap .gp-text {
      padding: 20px; } }
  .goodpoints-wrap .gp-text h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .gp-text h2 {
        font-size: 2vw;
        padding-top: 1vw;
        margin-bottom: 1vw; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .gp-text h2 {
        font-size: 24px;
        padding-top: 5px;
        margin-bottom: 10px; } }
  .goodpoints-wrap .gp-text ul {
    padding-left: 1em;
    font-size: 14px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .gp-text ul {
        font-size: 1.5vw; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .gp-text ul {
        font-size: 14px; } }
  .goodpoints-wrap .gp-text li {
    list-style: disc; }
  .goodpoints-wrap .gp-text p {
    color: #666666;
    margin-top: 10px;
    font-size: 14px; }
    @media only screen and (min-width: 640px) {
      .goodpoints-wrap .gp-text p {
        font-size: 1.5vw; } }
    @media only screen and (min-width: 1080px) {
      .goodpoints-wrap .gp-text p {
        font-size: 14px; } }

.plans-wrap {
  background-color: #f5faff; }
  @media only screen and (min-width: 640px) {
    .plans-wrap .container {
      padding-bottom: 60px; } }
  .plans-wrap .heading h2 {
    color: #0075c1;
    font-size: 5.5vw;
    font-weight: bold;
    letter-spacing: 0.5vw;
    margin-bottom: 5vw;
    padding-top: 5vw;
    text-align: center; }
    @media only screen and (min-width: 640px) {
      .plans-wrap .heading h2 {
        font-size: 3.1vw;
        margin-bottom: 5vw;
        padding-top: 5vw; } }
    @media only screen and (min-width: 1080px) {
      .plans-wrap .heading h2 {
        font-size: 33px;
        letter-spacing: 5px;
        margin-bottom: 40px;
        padding-top: 40px; } }
  @media only screen and (min-width: 640px) {
    .plans-wrap .plans {
      display: flex;
      justify-content: space-between;
      align-items: flex-start; } }
  .plans-wrap .plan {
    background: white;
    border: 1px solid #4b99ca;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
    padding-bottom: 40px; }
    @media only screen and (min-width: 640px) {
      .plans-wrap .plan {
        height: 40vw;
        padding: 20px 1vw;
        width: 30%; } }
    @media only screen and (min-width: 1080px) {
      .plans-wrap .plan {
        height: 430px;
        padding: 20px 10px; } }
    .plans-wrap .plan:not(:first-child) {
      margin-top: 40px; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .plan:not(:first-child) {
          margin-top: 0px; } }
    .plans-wrap .plan p {
      font-size: 8vw;
      color: #4b99ca; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .plan p {
          font-size: 2vw; } }
      @media only screen and (min-width: 1080px) {
        .plans-wrap .plan p {
          font-size: 20px; } }
    .plans-wrap .plan h3 {
      font-size: 8vw;
      font-weight: normal;
      color: #4b99ca; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .plan h3 {
          font-size: 2vw; } }
      @media only screen and (min-width: 1080px) {
        .plans-wrap .plan h3 {
          font-size: 20px; } }
      .plans-wrap .plan h3 span {
        color: #4b99ca;
        font-size: 30vw;
        font-family: "sans-serif";
        font-weight: normal;
        margin: 1vw; }
        @media only screen and (min-width: 640px) {
          .plans-wrap .plan h3 span {
            font-size: 8vw;
            margin: 0 5px; } }
        @media only screen and (min-width: 1080px) {
          .plans-wrap .plan h3 span {
            font-size: 80px; } }
    .plans-wrap .plan h4 {
      color: #4b99ca;
      font-size: 5vw;
      font-weight: normal;
      text-align: center; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .plan h4 {
          font-size: 1.6vw; } }
      @media only screen and (min-width: 1080px) {
        .plans-wrap .plan h4 {
          font-size: 20px; } }
    .plans-wrap .plan ul {
      padding-left: 1.5em;
      margin-top: 6vw;
      width: 100%; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .plan ul {
          margin-top: 2vw;
          padding-left: 2vw; } }
      @media only screen and (min-width: 1080px) {
        .plans-wrap .plan ul {
          margin-top: 20px;
          padding-left: 1.5em; } }
      .plans-wrap .plan ul li {
        font-size: 4vw;
        list-style: disc; }
        @media only screen and (min-width: 640px) {
          .plans-wrap .plan ul li {
            font-size: 1.5vw; } }
        @media only screen and (min-width: 1080px) {
          .plans-wrap .plan ul li {
            font-size: 16px; } }
  .plans-wrap .cautions {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }
    .plans-wrap .cautions p {
      font-size: 14px; }
      @media only screen and (min-width: 640px) {
        .plans-wrap .cautions p {
          font-size: 16px; } }
      .plans-wrap .cautions p:first-child {
        padding-bottom: 10px; }
  .plans-wrap .post_link {
    background: linear-gradient(45deg, #0075c1, #5ea8d8);
    display: block;
    text-align: center;
    width: 90%;
    margin: 40px 5%;
    color: white;
    padding: 10px;
    border-radius: 50px;
    font-size: 16px;
    letter-spacing: 1px;
    transition: all .2s linear; }
    @media only screen and (min-width: 640px) {
      .plans-wrap .post_link {
        max-width: 650px;
        margin: 50px auto 20px;
        font-size: 22px;
        padding: 15px; } }
    .plans-wrap .post_link:hover {
      opacity: 0.85;
      transition: all .2s linear;
      box-shadow: 0 1px 15px rgba(0, 117, 193, 0.5); }

.contact-wrap {
  background-color: #ededed; }
  .contact-wrap .container {
    display: flex;
    justify-content: center;
    align-items: center; }
  .contact-wrap p {
    display: block;
    margin-bottom: 20px; }
    @media only screen and (min-width: 640px) {
      .contact-wrap p {
        margin-bottom: 20px; } }
    @media only screen and (min-width: 1080px) {
      .contact-wrap p {
        margin-bottom: 20px; } }

.contact-btn-wrap {
  background-color: #0075c1; }
  @media only screen and (min-width: 640px) {
    .contact-btn-wrap .container {
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 40px 0; } }
  .contact-btn-wrap .contact-btn {
    position: relative;
    border: 2px solid white;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media only screen and (min-width: 640px) {
      .contact-btn-wrap .contact-btn {
        width: 45%; } }
    .contact-btn-wrap .contact-btn:last-child {
      margin-top: 30px; }
      @media only screen and (min-width: 640px) {
        .contact-btn-wrap .contact-btn:last-child {
          margin-top: 0px; } }
    .contact-btn-wrap .contact-btn:hover {
      background: #4b99ca;
      opacity: 0.85;
      transition: all .2s linear;
      box-shadow: 0 1px 15px rgba(0, 0, 0, 0.5); }
    .contact-btn-wrap .contact-btn p {
      color: white;
      margin: 10px 0;
      font-size: 4vw; }
      @media only screen and (min-width: 640px) {
        .contact-btn-wrap .contact-btn p {
          font-size: 20px; } }
      @media only screen and (min-width: 1080px) {
        .contact-btn-wrap .contact-btn p {
          font-size: 20px; } }
    .contact-btn-wrap .contact-btn span {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
      color: white;
      display: block;
      font-size: 4vw; }
      @media only screen and (min-width: 640px) {
        .contact-btn-wrap .contact-btn span {
          right: 15px;
          font-size: 2vw; } }
      @media only screen and (min-width: 1080px) {
        .contact-btn-wrap .contact-btn span {
          right: 20px;
          font-size: 25px; } }

footer {
  background: #555;
  color: white;
  padding: 20px 30px;
  font-size: 16px;
  font-weight: nomal;
  margin: 5px; }
  footer .footer_list {
    height: auto;
    overflow: hidden;
    clear: both; }
  footer dl {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin-bottom: 1rem; }
    @media only screen and (min-width: 640px) {
      footer dl {
        width: 50%;
        float: left; } }
    @media only screen and (min-width: 1080px) {
      footer dl {
        width: calc(100% / 3); } }
  footer dd {
    width: 100%; }
  footer a {
    color: #fefefe;
    font-family: "メイリオ", Meiryo, Roboto, sans-serif;
    padding: 1px 0; }
  footer small {
    display: block;
    text-align: center;
    font-size: 12px;
    color: white; }

/*# sourceMappingURL=stylesheet.css.map */
