@charset "UTF-8";
.pc {
  display: block; }
  @media (max-width: 780px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 780px) {
    .sp {
      display: block; } }

br.pc {
  display: inline; }
  @media (max-width: 780px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media (max-width: 780px) {
    br.sp {
      display: inline; } }

span.pc {
  display: inline; }
  @media (max-width: 780px) {
    span.pc {
      display: none; } }

span.sp {
  display: none; }
  @media (max-width: 780px) {
    span.sp {
      display: inline; } }

/*==================================================*/
/* 前提css */
/*==================================================*/
a, article, blockquote, body, caption, dd, div, dl, dt, footer, h1, h2, h3, h4, h5, h6, header, html, iframe, img, li, nav, ol, p, pre, section, small, span, strong, table, td, th, tr, ul, figure {
  background: 0;
  border: 0;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: bottom; }

a, small, span, strong {
  vertical-align: baseline; }

article, footer, header, nav, section {
  display: block; }

li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, th {
  font-style: normal; }

:focus, a:focus {
  outline: 0; }

br {
  letter-spacing: normal; }

textarea {
  resize: none; }

a {
  text-decoration: none; }

main img {
  height: auto;
  width: 100%; }

/*==================================================*/
/* レスポンシブ用css */
/*==================================================*/
.pc {
  display: block; }
  .pc.inline {
    display: inline; }
  .pc.flex {
    display: flex; }

.sp {
  display: none; }
  .sp.inline {
    display: none; }
  .sp.flex {
    display: none; }

br.pc {
  display: inline; }

br.sp {
  display: none; }

@media (max-width: 780px) {
  .pc {
    display: none; }
    .pc.inline {
      display: none; }
    .pc.flex {
      display: none; }

  .sp {
    display: block; }
    .sp.inline {
      display: inline; }
    .sp.flex {
      display: flex; }

  br.pc {
    display: none; }

  br.sp {
    display: inline; } }
.pc {
  display: block; }
  @media (max-width: 780px) {
    .pc {
      display: none; } }

.sp {
  display: none; }
  @media (max-width: 780px) {
    .sp {
      display: block; } }

br.pc {
  display: inline; }
  @media (max-width: 780px) {
    br.pc {
      display: none; } }

br.sp {
  display: none; }
  @media (max-width: 780px) {
    br.sp {
      display: inline; } }

span.pc {
  display: inline; }
  @media (max-width: 780px) {
    span.pc {
      display: none; } }

span.sp {
  display: none; }
  @media (max-width: 780px) {
    span.sp {
      display: inline; } }

/*=======================================
  汎用・共通
=======================================*/
body {
  position: relative;
  min-width: 830px;
  font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',"メイリオ", sans-serif;
  font-weight: 400;
  font-size: 20px; }
  @media (max-width: 780px) {
    body {
      min-width: inherit;
      font-size: 16px; } }

@font-face {
  font-family: 'AQ';
  src: url("../font/Plantagenet_Cherokee_AQ.woff") format("woff"); }
* {
  box-sizing: border-box;
  text-align: justify; }

img {
  width: 100%;
  height: auto; }

section, footer {
  clear: both; }

#content_wrap {
  overflow: hidden; }

.content_width {
  width: 850px;
  margin: 0 auto; }
  @media (max-width: 780px) {
    .content_width {
      width: 92.1875vw; } }

.mark_y {
  background: linear-gradient(transparent 5%, #ffff00 5%, #ffff00 95%, transparent 95%);
  font-weight: 500; }

.c_red {
  color: #fe0000;
  font-weight: 500; }

.under_line {
  text-decoration: underline;
  font-weight: 500; }

.get-btn {
  width: 736px;
  margin: 0 auto;
  transition: all .2s;
  cursor: pointer; }
  .get-btn:hover {
    transform: scale(1.05);
    filter: brightness(1.1); }
  @media (max-width: 780px) {
    .get-btn {
      width: 86.875vw; }
      .get-btn:hover {
        transform: scale(1);
        filter: brightness(1); } }

/*=======================================
  top
=======================================*/
.top {
  position: relative;
  z-index: 2; }
  .top-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    background: #00a4e1;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.5); }
    .top-title h1 {
      width: 422px; }
    @media (max-width: 780px) {
      .top-title {
        height: 8.28125vw; }
        .top-title h1 {
          width: 60.3125vw; } }
  .top-visual {
    width: 830px;
    margin: 0 auto; }
    @media (max-width: 780px) {
      .top-visual {
        width: 100%;
        margin-top: 3.125vw; } }

/*=======================================
  section01
=======================================*/
.section01 {
  position: relative;
  z-index: 1;
  margin-top: -40px;
  margin-bottom: 35px;
  padding: 123px 0 23px;
  background: #9ddbfb; }
  @media (max-width: 780px) {
    .section01 {
      margin-top: -12.5vw;
      margin-bottom: 4.6875vw;
      padding: 23.90625vw 0 3.59375vw; } }
  .section01 .bg-water {
    position: absolute;
    top: -2px;
    left: 50%;
    z-index: 1;
    width: 103.6666666667vw;
    height: 200px;
    background: url("../img/bg-water.jpg") repeat-x 50% 100%;
    transform: translateX(-50%); }
    @media (max-width: 780px) {
      .section01 .bg-water {
        width: 158.125vw;
        height: 31.25vw;
        background: url("../img/bg-water.jpg") no-repeat 50% 100%/100% auto; } }
  .section01-title {
    position: relative;
    z-index: 2;
    width: 663px;
    margin: 0 auto; }
    @media (max-width: 780px) {
      .section01-title {
        width: 95.3125vw; } }
  .section01-list {
    width: 736px;
    margin: 15px auto 0; }
    @media (max-width: 780px) {
      .section01-list {
        width: 91.875vw;
        margin: 3.90625vw auto 0; } }

/*=======================================
  section_get
=======================================*/
.section_get {
  width: 800px;
  margin: 0 auto; }
  @media (max-width: 780px) {
    .section_get {
      width: 93.75vw; } }
  .section_get-title {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 105px;
    background: #00a4e1;
    border-radius: 10px; }
    .section_get-title-inr {
      display: block;
      width: 403px; }
    @media (max-width: 780px) {
      .section_get-title {
        height: 11.875vw;
        border-radius: 1.5625vw; }
        .section_get-title-inr {
          width: 46.875vw; } }
  .section_get-inr {
    padding: 35px 0 15px;
    margin-top: -15px;
    border: solid 5px #00a4e1;
    border-top: none; }
    @media (max-width: 780px) {
      .section_get-inr {
        padding: 5.46875vw 0 2.8125vw;
        margin-top: -2.34375vw;
        border: solid 0.9375vw #00a4e1;
        border-top: none; } }
  .section_get-content {
    width: 724px;
    margin: 0 auto 15px; }
    @media (max-width: 780px) {
      .section_get-content {
        width: 84.375vw;
        margin-bottom: 1.5625vw; } }

/*=======================================
  section02
=======================================*/
.section02 {
  margin-top: 55px;
  padding: 50px 0;
  background: url("../img/section02-bg.jpg") repeat; }
  @media (max-width: 780px) {
    .section02 {
      margin-top: 6.25vw;
      padding: 7.8125vw 0 6.25vw; } }
  .section02-title {
    width: 719px;
    margin: 0 auto 20px; }
    @media (max-width: 780px) {
      .section02-title {
        width: 93.75vw;
        margin-bottom: 4.6875vw; } }
  .section02-lead {
    width: 800px;
    margin: 0 auto 35px; }
    @media (max-width: 780px) {
      .section02-lead {
        width: 93.75vw;
        margin-bottom: 5.46875vw; } }
    .section02-lead-inr {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 780px) {
        .section02-lead-inr {
          display: block; } }
      .section02-lead-inr p {
        width: 537px;
        line-height: 1.65; }
        @media (max-width: 780px) {
          .section02-lead-inr p {
            order: 2;
            width: 100%;
            margin-bottom: 4.6875vw;
            line-height: 1.55; } }
      .section02-lead-inr figure {
        width: 240px; }
        @media (max-width: 780px) {
          .section02-lead-inr figure {
            order: 1;
            width: 42.96875vw;
            margin: 0 auto 4.6875vw; } }
      .section02-lead-inr + p {
        margin-top: 1em;
        line-height: 1.65; }
        @media (max-width: 780px) {
          .section02-lead-inr + p {
            margin-top: 0;
            line-height: 1.55; } }
  .section02-subtitle {
    margin-bottom: 25px; }
    @media (max-width: 780px) {
      .section02-subtitle {
        margin-bottom: 4.6875vw; } }
  .section02-point01 {
    width: 800px;
    margin: 0 auto 35px; }
    @media (max-width: 780px) {
      .section02-point01 {
        width: 93.75vw;
        margin-bottom: 8.59375vw; } }
    .section02-point01-inr {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 780px) {
        .section02-point01-inr {
          display: flex;
          flex-direction: column; } }
      .section02-point01-inr p {
        width: 537px;
        line-height: 1.65; }
        @media (max-width: 780px) {
          .section02-point01-inr p {
            order: 2;
            width: 93.75vw;
            line-height: 1.55; } }
      .section02-point01-inr figure {
        width: 240px; }
        @media (max-width: 780px) {
          .section02-point01-inr figure {
            order: 1;
            width: 89.0625vw;
            margin: 0 auto 3.125vw; } }
  .section02-point02 {
    width: 800px;
    margin: 0 auto 35px; }
    @media (max-width: 780px) {
      .section02-point02 {
        width: 93.75vw;
        margin-bottom: 8.59375vw; } }
    .section02-point02 p {
      line-height: 1.65; }
      .section02-point02 p + figure {
        margin-top: 25px; }
      @media (max-width: 780px) {
        .section02-point02 p {
          width: 93.75vw;
          line-height: 1.55; }
          .section02-point02 p + figure {
            margin-top: 3.90625vw; } }
    .section02-point02 figure {
      width: 720px;
      margin: 0 auto; }
      .section02-point02 figure + p {
        margin-top: 25px; }
      @media (max-width: 780px) {
        .section02-point02 figure {
          width: 89.0625vw; }
          .section02-point02 figure + p {
            margin-top: 3.90625vw; } }
  .section02-point03 {
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 780px) {
      .section02-point03 {
        width: 93.75vw; } }
    .section02-point03-inr {
      display: flex;
      justify-content: space-between; }
      @media (max-width: 780px) {
        .section02-point03-inr {
          flex-direction: column;
          justify-content: flex-start; } }
      .section02-point03-inr p {
        width: 537px;
        line-height: 1.65; }
        @media (max-width: 780px) {
          .section02-point03-inr p {
            width: 100%;
            line-height: 1.55;
            margin: 0 auto;
            order: 2; } }
      .section02-point03-inr figure {
        width: 240px; }
        @media (max-width: 780px) {
          .section02-point03-inr figure {
            width: 89.0625vw;
            margin: 0 auto 3.125vw;
            order: 1; } }
      .section02-point03-inr + p {
        margin-top: 1.4em;
        line-height: 1.65; }
        @media (max-width: 780px) {
          .section02-point03-inr + p {
            line-height: 1.55; } }

/*=======================================
  section03
=======================================*/
.section03 {
  position: relative;
  z-index: 2;
  padding-top: 35px; }
  @media (max-width: 780px) {
    .section03 {
      padding-top: 4.6875vw; } }
  .section03-title {
    width: 585px;
    margin: 0 auto 45px; }
    @media (max-width: 780px) {
      .section03-title {
        width: 80.78125vw;
        margin: 0 auto 7.03125vw; } }
  .section03-inr {
    position: relative;
    width: 800px;
    margin: 0 auto; }
    @media (max-width: 780px) {
      .section03-inr {
        width: 93.75vw; } }
    .section03-inr p {
      float: left;
      line-height: 1.65; }
      .section03-inr p::before {
        display: block;
        width: 195px;
        height: 485px;
        float: right;
        content: ""; }
      @media (max-width: 780px) {
        .section03-inr p {
          position: relative;
          z-index: 2; }
          .section03-inr p::before {
            width: 23.4375vw;
            height: 57.03125vw; } }
    .section03-inr figure {
      position: absolute;
      top: 45px;
      right: -20px;
      width: 200px;
      height: 411px; }
      @media (max-width: 780px) {
        .section03-inr figure {
          top: 2.34375vw;
          right: -2.34375vw;
          z-index: 1;
          width: 23.4375vw;
          height: auto; } }
  .section03-catch {
    width: 830px;
    margin: 0 auto;
    padding: 40px 0 0;
    clear: both; }
    @media (max-width: 780px) {
      .section03-catch {
        width: 100%;
        padding: 1.5625vw 0 0; } }

/*=======================================
  section04
=======================================*/
.section04 {
  position: relative;
  z-index: 1;
  margin-top: -35px;
  margin-bottom: 50px;
  padding: 123px 0 55px;
  background: #9ddbfb; }
  @media (max-width: 780px) {
    .section04 {
      margin-top: -12.5vw;
      margin-bottom: 5.46875vw;
      padding: 23.90625vw 0 6.25vw; } }
  .section04 .bg-water {
    position: absolute;
    top: -2px;
    left: 50%;
    z-index: 1;
    width: 103.6666666667vw;
    height: 200px;
    background: url("../img/bg-water.jpg") repeat-x 50% 100%;
    transform: translateX(-50%); }
    @media (max-width: 780px) {
      .section04 .bg-water {
        width: 158.125vw;
        height: 31.25vw;
        background: url("../img/bg-water.jpg") no-repeat 50% 100%/100% auto; } }
  .section04-title {
    position: relative;
    z-index: 2;
    width: 663px;
    margin: 0 auto 50px; }
    @media (max-width: 780px) {
      .section04-title {
        width: 95.3125vw; } }
  .section04-list {
    width: 800px;
    margin: 15px auto 0; }
    @media (max-width: 780px) {
      .section04-list {
        width: 91.875vw;
        margin: 3.90625vw auto 0; } }
    .section04-list-item {
      position: relative;
      padding: 35px;
      width: 100%;
      background: #fff; }
      @media (max-width: 780px) {
        .section04-list-item {
          padding: 4.6875vw 2.34375vw; } }
      .section04-list-item-point {
        position: absolute;
        top: -23px;
        left: calc(50% + 10px);
        width: 214px;
        height: 43px;
        transform: translateX(-50%); }
        @media (max-width: 780px) {
          .section04-list-item-point {
            top: -3.125vw;
            left: 50%;
            width: 28.125vw;
            height: auto; } }
      .section04-list-item + .section04-list-item {
        margin-top: 50px; }
        @media (max-width: 780px) {
          .section04-list-item + .section04-list-item {
            margin-top: 8.59375vw; } }
    .section04-list-text {
      width: 720px;
      margin: 0 auto 20px; }
      @media (max-width: 780px) {
        .section04-list-text {
          width: 100%;
          margin: 0 auto 2.34375vw; } }
    .section04-list p {
      line-height: 1.6; }

/*=======================================
  section05
=======================================*/
.section05 {
  background: url("../img/section05-bg.jpg") repeat;
  padding: 55px 0 65px;
  margin-top: 55px; }
  @media (max-width: 780px) {
    .section05 {
      padding: 6.25vw 0 10.15625vw;
      margin-top: 6.25vw; } }
  .section05-title {
    width: 800px;
    margin: 0 auto 25px; }
    @media (max-width: 780px) {
      .section05-title {
        width: 94.0625vw;
        margin: 0 auto 5.46875vw; } }
  .section05-box {
    position: relative;
    width: 800px;
    margin: 0 auto;
    background: #fff; }
    .section05-box + .section05-box {
      margin-top: 60px; }
    @media (max-width: 780px) {
      .section05-box {
        width: 93.75vw; }
        .section05-box + .section05-box {
          margin-top: 7.03125vw; } }
    .section05-box::after {
      display: block;
      position: absolute;
      bottom: 5px;
      left: 50%;
      z-index: 1;
      width: 830px;
      height: 44px;
      background: url("../img/section05-shadow.png") no-repeat 0 0/100% 100%;
      transform: translateX(-50%) translateY(100%);
      content: ""; }
      @media (max-width: 780px) {
        .section05-box::after {
          bottom: 0;
          width: 100%;
          height: 4.6875vw;
          opacity: .7; } }
    .section05-box-inr {
      position: relative;
      z-index: 2;
      width: 100%;
      padding: 30px 40px 35px;
      background: #fff;
      clear: both; }
      @media (max-width: 780px) {
        .section05-box-inr {
          padding: 4.6875vw 2.34375vw 5.46875vw; } }
      .section05-box-inr::before, .section05-box-inr::after {
        display: block;
        position: absolute;
        top: -12px;
        width: 23px;
        height: 35px;
        content: ""; }
        @media (max-width: 780px) {
          .section05-box-inr::before, .section05-box-inr::after {
            top: 0.78125vw;
            width: 3.4375vw;
            height: 4.375vw; } }
      .section05-box-inr::before {
        left: 6px;
        background: url("../img/section05-pin-L.png") no-repeat 0 0/contain; }
        @media (max-width: 780px) {
          .section05-box-inr::before {
            left: 0.78125vw; } }
      .section05-box-inr::after {
        right: 6px;
        background: url("../img/section05-pin-R.png") no-repeat 0 0/contain; }
        @media (max-width: 780px) {
          .section05-box-inr::after {
            right: 0.78125vw; } }
    .section05-box-title {
      margin: 0 auto 30px; }
      .section05-box-title.n01 {
        width: 510px; }
      .section05-box-title.n02 {
        width: 576px; }
      .section05-box-title.n03 {
        width: 683px; }
      @media (max-width: 780px) {
        .section05-box-title {
          margin: 0 auto 3.90625vw; }
          .section05-box-title.n01 {
            width: 79.6875vw; }
          .section05-box-title.n02 {
            width: 85.9375vw; }
          .section05-box-title.n03 {
            width: 89.0625vw; } }
    .section05-box-content {
      position: relative; }
      @media (max-width: 780px) {
        .section05-box-content {
          display: flex;
          flex-direction: column;
          align-items: center; } }
      .section05-box-content p {
        position: relative;
        line-height: 1.65; }
        .section05-box-content p::before {
          display: block;
          width: 220px;
          height: 255px;
          float: right;
          content: ""; }
        @media (max-width: 780px) {
          .section05-box-content p {
            order: 2; }
            .section05-box-content p::before {
              display: none; } }
      .section05-box-content.n03 p::before {
        height: 290px; }
      .section05-box-content figure {
        position: absolute;
        top: .5em;
        right: 0;
        width: 195px; }
        @media (max-width: 780px) {
          .section05-box-content figure {
            position: static;
            width: 37.5vw;
            margin-bottom: 3.90625vw;
            order: 1; } }

/*=======================================
  section06
=======================================*/
.section06 {
  margin-top: 55px;
  margin-bottom: 45px;
  padding-bottom: 55px;
  background: #ffffee; }
  @media (max-width: 780px) {
    .section06 {
      margin-top: 0;
      margin-bottom: 6.25vw;
      padding-bottom: 4.6875vw; } }
  .section06-title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0 15px;
    margin-bottom: 80px;
    background: #00a4e1; }
    .section06-title span {
      display: block;
      width: 478px; }
    @media (max-width: 780px) {
      .section06-title {
        padding: 6.25vw 0 1.5625vw;
        margin-bottom: 9.375vw; }
        .section06-title span {
          width: 67.5vw; } }
    .section06-title::after {
      display: block;
      position: absolute;
      bottom: -66px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #00a4e1 transparent transparent transparent;
      border-width: 67px 130px 0 130px;
      transform: translateX(-50%);
      content: ""; }
      @media (max-width: 780px) {
        .section06-title::after {
          bottom: -7.03125vw;
          border-width: 7.1875vw 14.84375vw 0 14.84375vw; } }
  .section06-inr {
    width: 800px;
    margin: 0 auto;
    padding: 30px 15px;
    background: #e9e9e9;
    /* Old browsers */
    background: -moz-linear-gradient(left, #e9e9e9 0%, #e9e9e9 23%, white 50%, #e9e9e9 75%, #e9e9e9 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #e9e9e9 0%, #e9e9e9 23%, white 50%, #e9e9e9 75%, #e9e9e9 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #e9e9e9 0%, #e9e9e9 23%, white 50%, #e9e9e9 75%, #e9e9e9 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#e9e9e9',GradientType=1 );
    /* IE6-9 */ }
    @media (max-width: 780px) {
      .section06-inr {
        width: 93.75vw;
        padding: 3.75vw 1.875vw; } }
  .section06-box {
    position: relative;
    width: 100%;
    padding: 25px;
    background: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.3); }
    @media (max-width: 780px) {
      .section06-box {
        padding: 17.96875vw 2.34375vw 4.6875vw; } }
    .section06-box .num {
      position: absolute;
      top: 5px;
      left: 8px;
      width: 84px; }
      @media (max-width: 780px) {
        .section06-box .num {
          width: 13.125vw;
          left: 50%;
          top: 1.5625vw;
          transform: translateX(-50%); } }
    .section06-box h3 {
      margin: 0 auto 25px; }
      @media (max-width: 780px) {
        .section06-box h3 {
          margin: 0 auto 3.90625vw; } }
      .section06-box h3 + div p {
        line-height: 1.65; }
    .section06-box + .section06-box {
      margin-top: 25px; }
      @media (max-width: 780px) {
        .section06-box + .section06-box {
          margin-top: 6.25vw; } }
  .section06-subtitle01 {
    width: 370px; }
    @media (max-width: 780px) {
      .section06-subtitle01 {
        width: 71.25vw; } }
  .section06-content01 {
    display: flex;
    justify-content: space-between; }
    .section06-content01 picture {
      width: 190px;
      margin-top: .5em; }
    .section06-content01 p {
      width: 506px; }
    @media (max-width: 780px) {
      .section06-content01 {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .section06-content01 picture {
          width: 60vw;
          margin-top: 0;
          margin-bottom: 3.90625vw; }
        .section06-content01 p {
          width: 100%; } }
  .section06-subtitle02 {
    width: 370px; }
    @media (max-width: 780px) {
      .section06-subtitle02 {
        width: 81.71875vw; } }
  .section06-content02 {
    position: relative; }
    .section06-content02 picture {
      position: absolute;
      top: .5em;
      right: 0;
      width: 190px; }
    .section06-content02 p::before {
      display: block;
      width: 208px;
      height: 180px;
      float: right;
      content: ""; }
    @media (max-width: 780px) {
      .section06-content02 picture {
        display: block;
        position: static;
        width: 60vw;
        margin: 0 auto 3.90625vw; }
      .section06-content02 p {
        width: 100%; }
        .section06-content02 p::before {
          display: none; } }
  .section06-subtitle03 {
    width: 532px; }
    @media (max-width: 780px) {
      .section06-subtitle03 {
        width: 100%; } }
  .section06-content03 {
    display: flex;
    justify-content: space-between; }
    .section06-content03 picture {
      width: 190px;
      margin-top: .5em; }
    .section06-content03 p {
      width: 506px; }
    @media (max-width: 780px) {
      .section06-content03 {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start; }
        .section06-content03 picture {
          width: 60vw;
          margin-top: 0;
          margin-bottom: 3.90625vw; }
        .section06-content03 p {
          width: 100%; } }
  .section06-subtitle04 {
    width: 370px; }
    @media (max-width: 780px) {
      .section06-subtitle04 {
        width: 65vw; } }
  .section06-content04 {
    position: relative; }
    .section06-content04 picture {
      position: absolute;
      top: .5em;
      right: 0;
      width: 190px; }
    .section06-content04 p::before {
      display: block;
      width: 208px;
      height: 225px;
      float: right;
      content: ""; }
    @media (max-width: 780px) {
      .section06-content04 picture {
        display: block;
        position: static;
        width: 60vw;
        margin: 0 auto 3.90625vw; }
      .section06-content04 p {
        width: 100%; }
        .section06-content04 p::before {
          display: none; } }
  .section06-subtitle05 {
    width: 408px; }
    @media (max-width: 780px) {
      .section06-subtitle05 {
        width: 71.875vw; } }
  .section06-content05 {
    position: relative; }
    .section06-content05 picture {
      position: absolute;
      top: .5em;
      left: 0;
      width: 190px; }
    .section06-content05 p::before {
      display: block;
      width: 208px;
      height: 200px;
      float: left;
      content: ""; }
    @media (max-width: 780px) {
      .section06-content05 picture {
        display: block;
        position: static;
        width: 60vw;
        margin: 0 auto 3.90625vw; }
      .section06-content05 p {
        width: 100%; }
        .section06-content05 p::before {
          display: none; } }
  .section06-subtitle06 {
    width: 535px; }
    @media (max-width: 780px) {
      .section06-subtitle06 {
        width: 100%; } }
  .section06-content06 {
    position: relative; }
    .section06-content06 picture {
      position: absolute;
      top: .5em;
      right: 0;
      width: 190px; }
    .section06-content06 p::before {
      display: block;
      width: 208px;
      height: 200px;
      float: right;
      content: ""; }
    @media (max-width: 780px) {
      .section06-content06 picture {
        display: block;
        position: static;
        width: 60vw;
        margin: 0 auto 3.90625vw; }
      .section06-content06 p {
        width: 100%; }
        .section06-content06 p::before {
          display: none; } }
  .section06-subtitle07 {
    width: 315px; }
    @media (max-width: 780px) {
      .section06-subtitle07 {
        width: 64.84375vw; } }
  .section06-content07 {
    position: relative; }
    .section06-content07 picture {
      position: absolute;
      top: .5em;
      left: 0;
      width: 190px; }
    .section06-content07 p::before {
      display: block;
      width: 208px;
      height: 235px;
      float: left;
      content: ""; }
    @media (max-width: 780px) {
      .section06-content07 picture {
        display: block;
        position: static;
        width: 60vw;
        margin: 0 auto 3.90625vw; }
      .section06-content07 p {
        width: 100%; }
        .section06-content07 p::before {
          display: none; } }

/*=======================================
  section07
=======================================*/
.section07 {
  padding-top: 50px;
  padding-bottom: 40px;
  margin-top: 55px;
  background: #eaf8fe; }
  @media (max-width: 780px) {
    .section07 {
      padding-top: 6.25vw;
      padding-bottom: 7.03125vw;
      margin-top: 6.25vw; } }
  .section07-title {
    width: 800px;
    padding: 15px 0 18px;
    margin: 0 auto 40px;
    background: #00a4e1;
    border-radius: 10px; }
    .section07-title span {
      display: block;
      width: 616px;
      margin: 0 auto; }
    @media (max-width: 780px) {
      .section07-title {
        width: 93.75vw;
        padding: 2.03125vw 0 2.5vw;
        margin: 0 auto 3.90625vw;
        border-radius: 1.5625vw; }
        .section07-title span {
          width: 80vw; } }
  .section07-box {
    position: relative;
    width: 800px;
    margin: 0 auto;
    padding: 15px 40px 25px;
    background: #fff;
    border-radius: 10px; }
    .section07-box + .section07-box {
      margin-top: 65px; }
    .section07-box .num {
      position: absolute;
      top: 12px;
      left: 9px;
      width: 98px; }
    .section07-box p {
      line-height: 1.65; }
    .section07-box:not(:last-child)::after {
      display: block;
      position: absolute;
      bottom: -53px;
      left: 50%;
      width: 0;
      height: 0;
      border-style: solid;
      border-color: #00a4e1 transparent transparent transparent;
      border-width: 40px 65px 0 65px;
      transform: translateX(-50%);
      content: ""; }
      @media (max-width: 780px) {
        .section07-box:not(:last-child)::after {
          bottom: -8.125vw;
          border-width: 6.25vw 10.625vw 0 10.625vw; } }
    @media (max-width: 780px) {
      .section07-box {
        width: 93.75vw;
        padding: 2.34375vw 2.34375vw 3.90625vw;
        border-radius: 1.5625vw; }
        .section07-box + .section07-box {
          margin-top: 9.375vw; }
        .section07-box .num {
          position: static;
          width: 11.71875vw;
          margin: 0 auto 2.34375vw; }
        .section07-box .kome {
          font-size: 10px; }
        .section07-box .caution {
          display: inline-block;
          font-size: 16px;
          line-height: 1.4; } }
  .section07-subtitle {
    margin-bottom: 20px; }
    @media (max-width: 780px) {
      .section07-subtitle {
        margin-bottom: 3.125vw; } }
    .section07-subtitle .text {
      display: flex;
      align-items: center;
      height: 98px;
      margin: 0 auto; }
    .section07-subtitle.n01 .text {
      width: 460px; }
    .section07-subtitle.n02 .text {
      width: 380px; }
    .section07-subtitle.n03 .text {
      width: 323px; }
    .section07-subtitle.n04 .text {
      width: 440px; }
    @media (max-width: 780px) {
      .section07-subtitle .text {
        height: auto; }
      .section07-subtitle.n01 .text {
        width: 71.875vw; }
      .section07-subtitle.n02 .text {
        width: 59.375vw; }
      .section07-subtitle.n03 .text {
        width: 50.46875vw; }
      .section07-subtitle.n04 .text {
        width: 39.21875vw; } }

/*=======================================
  section08
=======================================*/
.section08 {
  padding-top: 55px;
  padding-bottom: 30px; }
  @media (max-width: 780px) {
    .section08 {
      padding-top: 5.46875vw;
      padding-bottom: 2.34375vw; } }
  .section08-title {
    width: 370px;
    margin: 0 auto 30px; }
    @media (max-width: 780px) {
      .section08-title {
        width: 67.5vw;
        margin: 0 auto 3.125vw; } }
  .section08-Q {
    position: relative;
    width: 800px;
    margin: 0 auto 25px;
    padding: 15px 40px 17px 100px;
    background: #00a4e1;
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    line-height: 1.4; }
    .section08-Q::before {
      display: block;
      position: absolute;
      top: -.04em;
      left: 40px;
      font-family: 'AQ';
      font-size: 54px;
      font-weight: 400;
      line-height: 1;
      content: "Q"; }
    @media (max-width: 780px) {
      .section08-Q {
        width: 93.75vw;
        margin: 0 auto 1.5625vw;
        padding: 2.1875vw 2.34375vw 2.5vw 10.9375vw;
        font-size: 17px; }
        .section08-Q p {
          line-height: 1.2; }
        .section08-Q::before {
          top: 0;
          left: 2.34375vw;
          font-size: 8.28125vw; } }
  .section08-A {
    position: relative;
    width: 800px;
    margin: 0 auto 30px;
    padding: 0 40px 0 100px; }
    .section08-A p {
      line-height: 1.65; }
    @media (max-width: 780px) {
      .section08-A {
        width: 93.75vw;
        margin: 0 auto 4.6875vw;
        padding: 0 0 0 10.9375vw; } }
    .section08-A::before {
      display: block;
      position: absolute;
      top: -.15em;
      left: 40px;
      width: 47px;
      height: 47px;
      padding: .02em .16em;
      background: #00a4e1;
      border-radius: 50%;
      box-sizing: border-box;
      font-family: 'AQ';
      font-size: 44px;
      color: #fff;
      line-height: 1;
      content: "A"; }
      @media (max-width: 780px) {
        .section08-A::before {
          top: 0;
          left: 2.34375vw;
          width: 7.1875vw;
          height: 7.1875vw;
          padding: 0.15625vw 0;
          font-size: 6.875vw;
          text-align: center; } }

/*=======================================
  form
=======================================*/
.form {
  padding-top: 55px;
  margin-top: 50px;
  background: #efefef; }
  .form * {
    text-align: left; }
  @media (max-width: 780px) {
    .form {
      padding-top: 4.6875vw;
      margin-top: 5.46875vw; } }
  .form-inr {
    width: 800px;
    margin: 0 auto;
    padding: 40px;
    background: #fff;
    border: solid 3px #7f7f7f; }
    @media (max-width: 780px) {
      .form-inr {
        width: 93.75vw;
        padding: 4.6875vw 2.34375vw;
        border: solid 0.46875vw #7f7f7f; } }
  .form-title {
    width: 478px;
    margin: 0 auto 35px; }
    @media (max-width: 780px) {
      .form-title {
        width: 74.6875vw;
        margin: 0 auto 6.25vw; } }
  .form h3 {
    padding-bottom: 8px;
    border-bottom: solid 2px #000; }
    @media (max-width: 780px) {
      .form h3 {
        padding-bottom: 1.25vw; } }
  .form .must {
    padding: 0 .5em;
    margin-left: 5px;
    background: #e54847;
    border-radius: 4px;
    font-size: 16px;
    color: #fff;
    line-height: 1; }
    @media (max-width: 780px) {
      .form .must {
        margin-left: 1.5625vw;
        border-radius: 3px;
        font-size: 12px; } }
  .form input {
    padding: .2em .4em;
    background: #dddddd;
    border: solid #999999 1px;
    border-radius: 0;
    font-size: 20px; }
    @media (max-width: 780px) {
      .form input {
        padding: .4em .4em;
        background: #fff;
        font-size: 16px;
        box-shadow: 0 0 0.78125vw 0 rgba(0, 0, 0, 0.2) inset; } }
  .form select {
    padding: .2em 40px .2em .4em;
    background: #dddddd;
    border: solid #999999 1px;
    border-radius: 0;
    font-size: 20px;
    -webkit-appearance: none;
    appearance: none; }
    @media (max-width: 780px) {
      .form select {
        width: 100%;
        height: 40px;
        padding: .4em 45px .4em .4em;
        background: #fff;
        font-size: 16px;
        box-shadow: 0 0 0.78125vw 0 rgba(0, 0, 0, 0.2) inset; } }
  .form .select {
    display: inline-block;
    position: relative; }
    .form .select::after {
      pointer-events: none;
      display: block;
      position: absolute;
      top: 0;
      right: -4px;
      width: 39px;
      height: 100%;
      background: url("../img/select.svg") no-repeat 0 0/100% 100%;
      content: ""; }
      @media (max-width: 780px) {
        .form .select::after {
          top: -2px;
          right: 0;
          width: 40px;
          height: 44px; } }
  .form form > dl {
    padding: 25px 0;
    border-bottom: dashed 1px #636363; }
    @media (max-width: 780px) {
      .form form > dl {
        padding: 3.90625vw 0;
        border-bottom: solid 1px #bfbfbf; } }
  .form-dl01 {
    display: flex;
    align-items: center; }
    .form-dl01 > dt {
      width: 170px; }
    .form-dl01 > dd {
      width: 550px; }
      .form-dl01 > dd .label_sei {
        margin-right: 15px; }
      .form-dl01 > dd span {
        display: inline-block;
        margin-right: 5px; }
      .form-dl01 > dd input {
        width: 160px; }
    @media (max-width: 780px) {
      .form-dl01 {
        display: block; }
        .form-dl01 > dt {
          width: 100%; }
        .form-dl01 > dd {
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin-top: 2.34375vw; }
          .form-dl01 > dd .label_sei {
            margin-right: 0; }
          .form-dl01 > dd span {
            display: none; }
          .form-dl01 > dd input {
            width: 42.96875vw; } }
  .form-dl02 {
    display: flex;
    align-items: center; }
    .form-dl02 > dt {
      width: 170px; }
    .form-dl02 > dd {
      width: 550px; }
      .form-dl02 > dd .label_sei {
        margin-right: 15px; }
      .form-dl02 > dd span {
        display: inline-block;
        margin-right: 5px; }
      .form-dl02 > dd input {
        width: 160px; }
    @media (max-width: 780px) {
      .form-dl02 {
        display: block; }
        .form-dl02 > dt {
          width: 100%; }
        .form-dl02 > dd {
          display: flex;
          justify-content: space-between;
          width: 100%;
          margin-top: 2.34375vw; }
          .form-dl02 > dd .label_sei {
            margin-right: 0; }
          .form-dl02 > dd span {
            display: none; }
          .form-dl02 > dd input {
            width: 42.96875vw; } }
  .form-dl03 {
    display: flex;
    align-items: center; }
    .form-dl03 > dt {
      width: 170px; }
    .form-dl03 > dd {
      width: 550px; }
      .form-dl03 > dd span {
        display: inline-block;
        margin-right: 5px; }
      .form-dl03 > dd input {
        width: 160px; }
      .form-dl03 > dd .caution {
        margin-left: 20px; }
    @media (max-width: 780px) {
      .form-dl03 {
        display: block;
        border-bottom: none !important;
        padding-bottom: 0 !important; }
        .form-dl03 dt.sp {
          margin-bottom: 3.125vw; }
        .form-dl03 > dt {
          width: 100%; }
        .form-dl03 > dd {
          width: 100%;
          margin-top: 2.34375vw; }
          .form-dl03 > dd input {
            width: 42.96875vw; }
        .form-dl03 .caution.pc {
          display: none; }
        .form-dl03 .caution.sp {
          display: inline-block;
          margin-left: 2.34375vw;
          color: #a8a8a8; } }
  .form-dl04 {
    display: flex;
    align-items: center; }
    .form-dl04 > dt {
      width: 170px; }
    .form-dl04 > dd {
      width: 550px; }
      .form-dl04 > dd input {
        width: 418px; }
      .form-dl04 > dd dt {
        margin-bottom: 10px; }
      .form-dl04 > dd dl + dl {
        margin-top: 20px; }
    @media (max-width: 780px) {
      .form-dl04 > dd {
        width: 100%; }
        .form-dl04 > dd input {
          width: 100%; }
        .form-dl04 > dd dt {
          margin-bottom: 2.34375vw; }
        .form-dl04 > dd dl + dl {
          margin-top: 3.90625vw; } }
  .form-dl05 {
    display: flex; }
    .form-dl05 > dt {
      width: 170px;
      padding-top: .3em; }
    .form-dl05 > dd {
      width: 550px; }
      .form-dl05 > dd .inr {
        display: flex;
        align-items: center; }
      .form-dl05 > dd span {
        display: inline-block; }
      .form-dl05 > dd input {
        width: 340px; }
      .form-dl05 > dd .caution {
        margin-left: 10px;
        white-space: nowrap; }
      .form-dl05 > dd .caution_small {
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.4; }
    @media (max-width: 780px) {
      .form-dl05 {
        display: block;
        border-bottom: none !important;
        padding-bottom: 0 !important; }
        .form-dl05 > dt {
          width: 100%; }
        .form-dl05 > dd {
          width: 100%;
          margin-top: 2.34375vw; }
          .form-dl05 > dd span {
            display: none; }
          .form-dl05 > dd input {
            width: 100%; }
          .form-dl05 > dd .caution_small {
            color: #606060;
            font-size: 14px; }
        .form-dl05 .caution.pc {
          display: none; }
        .form-dl05 .caution.sp {
          display: inline-block;
          margin-left: 2.34375vw;
          color: #a8a8a8; } }
  .form-dl06 {
    display: flex;
    margin-bottom: 65px; }
    .form-dl06 > dt {
      width: 215px;
      padding-top: .3em; }
    .form-dl06 > dd {
      width: 505px; }
      .form-dl06 > dd input {
        display: block;
        width: 375px; }
        .form-dl06 > dd input + input {
          margin-top: 10px; }
      .form-dl06 > dd .caution_small {
        margin-top: 5px;
        font-size: 18px;
        line-height: 1.4; }
    @media (max-width: 780px) {
      .form-dl06 {
        display: block;
        margin-bottom: 6.25vw; }
        .form-dl06 > dt {
          width: 100%;
          padding-top: 0; }
        .form-dl06 > dd {
          width: 100%;
          margin-top: 2.34375vw; }
          .form-dl06 > dd span {
            display: none; }
          .form-dl06 > dd input {
            width: 100%; }
            .form-dl06 > dd input + input {
              margin-top: 1.5625vw; }
          .form-dl06 > dd .caution_small {
            color: #606060;
            font-size: 14px; }
        .form-dl06 .caution.pc {
          display: none; }
        .form-dl06 .caution.sp {
          display: inline-block;
          margin-left: 2.34375vw;
          color: #a8a8a8; } }
  .form .other_title + .caution_small {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 1.6; }
    @media (max-width: 780px) {
      .form .other_title + .caution_small {
        margin-top: 1.5625vw;
        margin-bottom: 1.5625vw;
        font-size: 16px;
        color: #606060; } }
  .form textarea {
    width: 100%;
    padding: .2em .5em;
    background: #fff;
    border: solid #999999 1px;
    border-radius: 0;
    font-family: "Hiragino Kaku Gothic ProN",'Noto Sans JP',"メイリオ", sans-serif;
    font-size: 20px; }
    @media (max-width: 780px) {
      .form textarea {
        padding: .4em .5em;
        font-size: 16px; } }
  .form #err_message p {
    color: red;
    text-align: center;
    line-height: 1.6;
    font-size: .9em; }
    .form #err_message p:nth-child(1) {
      margin-top: 1.5em; }
  .form #submit {
    margin: 30px auto 0;
    width: 627px; }
    .form #submit.not_active {
      filter: grayscale(1);
      opacity: .8;
      pointer-events: none; }
    @media (max-width: 780px) {
      .form #submit {
        margin: 6.25vw auto 0;
        width: 100%; } }
  .form .link_list {
    display: flex;
    justify-content: center;
    padding: 20px 0; }
    @media (max-width: 780px) {
      .form .link_list {
        margin-top: 4.6875vw;
        padding: 3.125vw 0;
        background: #fff; } }
    .form .link_list a {
      color: #000;
      text-decoration: none; }
      .form .link_list a:hover {
        text-decoration: underline; }
        @media (max-width: 780px) {
          .form .link_list a:hover {
            text-decoration: none; } }
    .form .link_list li + li {
      margin-left: .5em; }

footer {
  background: #00a4e1;
  padding: 25px 0;
  text-align: center;
  color: #fff; }
  footer .copy {
    text-align: center; }
  @media (max-width: 780px) {
    footer {
      padding: 3.90625vw 0; }
      footer .copy {
        text-align: center; } }
  footer small {
    font-weight: 400; }

/*# sourceMappingURL=style.css.map */
