@charset "UTF-8";
/* !!------------------------------------ */
/* !! 共通 */
/* !!------------------------------------ */
a {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  text-decoration: none;
  color: inherit; }

a:hover {
  opacity: 0.8; }

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  line-height: 1;
  word-break: break-all; }

div, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent; }

img {
  vertical-align: bottom; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section, div, address, iframe, canvas, hr, textarea {
  display: block;
  line-height: 1; }

iframe {
  max-width: 100% !important; }

alabel {
  cursor: pointer; }

blockquote {
  padding: 0;
  margin: 0;
  display: block; }

address, em {
  font-style: normal; }

hr {
  border: 0;
  margin: 0;
  padding: 0; }

ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical;
  overflow: hidden;
  -webkit-appearance: none;
  border: none; }

button, select {
  vertical-align: middle;
  border-radius: 0px;
  border: none;
  background: transparent;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-appearance: none; }

table {
  border-collapse: collapse; }

*:before, *:after {
  padding: 0;
  margin: 0;
  line-height: 1; }

::selection {
  color: #fff;
  background: #47A5B5; }

::-moz-selection {
  color: #fff;
  background: #47A5B5; }

*, :before, :after {
  box-sizing: border-box; }

html {
  min-height: 100%;
  font-size: 10px; }

body {
  font-family: source-han-sans-japanese, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-break: strict;
  word-break: break-word;
  overflow-wrap: break-word;
  width: 100%;
  color: #000;
  font-feature-settings: "palt";
  letter-spacing: .1em; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

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

.sp {
  display: none !important; }
  @media screen and (max-width: 767px) {
    .sp {
      display: block !important; } }

.inner {
  max-width: 62.5vw;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 767px) {
    .inner {
      max-width: 100%;
      padding: 0; } }

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

.container {
  height: 100%;
  overflow: hidden;
  position: relative; }

section {
  padding: 5.81vw 0;
  position: relative; }
  @media screen and (max-width: 767px) {
    section {
      padding: 14.7vw 4vw; } }

.table-wrap {
  width: 100%; }
  @media screen and (max-width: 767px) {
    .table-wrap {
      overflow-x: scroll; } }

html {
  visibility: hidden; }

html.wf-active {
  visibility: visible; }

.en-font {
  font-family: din-2014, sans-serif; }

/* !!------------------------------------ */
/* !! header */
.header {
  width: 100%;
  height: 5.2vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #47a5b5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .header {
      height: 15.4vw; } }
  .header .logo-wrap {
    display: flex;
    align-items: center;
    margin-left: 3.65vw; }
    @media screen and (max-width: 767px) {
      .header .logo-wrap {
        margin-left: 5.13vw; } }
    .header .logo-wrap .ttl-h1 {
      flex-basis: 7.81vw;
      max-width: 7.81vw;
      margin-right: 1.56vw; }
      @media screen and (max-width: 767px) {
        .header .logo-wrap .ttl-h1 {
          flex-basis: 22vw;
          max-width: 22vw;
          margin-right: 2.56vw; } }
      .header .logo-wrap .ttl-h1 a {
        width: 7.81vw;
        height: auto;
        display: block; }
        @media screen and (max-width: 767px) {
          .header .logo-wrap .ttl-h1 a {
            width: 22vw; } }
        .header .logo-wrap .ttl-h1 a:hover {
          opacity: 1; }
        .header .logo-wrap .ttl-h1 a svg {
          width: 100%;
          height: auto;
          fill: #fff; }
    @media screen and (max-width: 767px) {
      .header .logo-wrap.on {
        position: relative;
        z-index: 1; }
        .header .logo-wrap.on .ttl-h1 a svg {
          fill: #47A5B5; }
        .header .logo-wrap.on .catch-copy {
          color: #47a5b5; } }
    .header .logo-wrap .catch-copy {
      font-size: 0.73vw;
      font-weight: 500;
      color: #fff; }
      @media screen and (max-width: 767px) {
        .header .logo-wrap .catch-copy {
          font-size: 2.56vw; } }
  .header .contact-wrap {
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-right: 7.7vw;
    position: relative;
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .header .contact-wrap {
        display: none; } }
    .header .contact-wrap .en-font {
      font-size: 2vw;
      font-weight: 600;
      display: flex;
      align-items: center;
      margin-bottom: 0.3vw; }
      .header .contact-wrap .en-font:hover {
        opacity: 1; }
    .header .contact-wrap .icon-phone {
      width: 1.6vw;
      height: 1.6vw;
      fill: #fff;
      margin-right: 0.6vw; }
    .header .contact-wrap .time {
      font-size: 1vw;
      font-weight: 600;
      display: flex;
      align-items: center; }
      .header .contact-wrap .time .ttl {
        width: 7.81vw;
        height: 1.35vw;
        font-size: 0.78vw;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 0.05vw solid #fff;
        border-radius: 0.6vw;
        margin-right: 0.73vw; }
    .header .contact-wrap.on {
      color: #47a5b5; }
      .header .contact-wrap.on .icon-phone {
        fill: #47A5B5; }
      .header .contact-wrap.on .time .ttl {
        border-color: #47A5B5; }

.btn-hbg {
  width: 5.2vw;
  height: 5.2vw;
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 2; }
  @media screen and (max-width: 767px) {
    .btn-hbg {
      width: 15.4vw;
      height: 15.4vw; } }
  .btn-hbg span {
    width: 1.67vw;
    height: 0.2vw;
    background: #4996a3;
    border-radius: 0.1vw;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1; }
    @media screen and (max-width: 767px) {
      .btn-hbg span {
        width: 4.87vw;
        height: 0.5vw;
        border-radius: 0.25vw; } }
    .btn-hbg span:before, .btn-hbg span:after {
      content: "";
      width: 100%;
      height: 0.2vw;
      background: #4996a3;
      border-radius: 0.1vw;
      position: absolute;
      left: 0;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      @media screen and (max-width: 767px) {
        .btn-hbg span:before, .btn-hbg span:after {
          height: 0.5vw;
          border-radius: 0.25vw; } }
    .btn-hbg span:before {
      top: 0.73vw; }
      @media screen and (max-width: 767px) {
        .btn-hbg span:before {
          top: 2.3vw; } }
    .btn-hbg span:after {
      top: -0.73vw; }
      @media screen and (max-width: 767px) {
        .btn-hbg span:after {
          top: -2.3vw; } }
  .btn-hbg.on {
    background: #f8faff; }
    .btn-hbg.on span {
      background: transparent; }
      .btn-hbg.on span:before, .btn-hbg.on span:after {
        top: 50%;
        left: 50%; }
      .btn-hbg.on span:before {
        transform: translate(-50%, -50%) rotate(-225deg); }
      .btn-hbg.on span:after {
        transform: translate(-50%, -50%) rotate(225deg); }

.nav {
  background: #F8FAFF;
  border-bottom-left-radius: 2.6vw;
  position: fixed;
  top: 0;
  right: 0;
  display: none; }
  @media screen and (max-width: 767px) {
    .nav {
      width: 100%;
      border-bottom-right-radius: 5.13vw;
      border-bottom-left-radius: 5.13vw; } }

.gnav-list {
  padding: 8.59vw 4.5vw 4.79vw 4.5vw; }
  @media screen and (max-width: 767px) {
    .gnav-list {
      padding: 29.7vw 10vw 15.3vw 10vw; } }

.gnav-list-item {
  font-size: 1.25vw;
  font-weight: 700;
  margin-bottom: 3vw; }
  @media screen and (max-width: 767px) {
    .gnav-list-item {
      font-size: 4.61vw;
      line-height: 1.6;
      text-align: justify;
      margin-bottom: 8.2vw; } }
  .gnav-list-item:last-child {
    margin-bottom: 0; }
  .gnav-list-item a {
    display: flex;
    align-items: center; }
    @media screen and (max-width: 767px) {
      .gnav-list-item a {
        padding-left: 4.84vw;
        position: relative; } }
    .gnav-list-item a:hover {
      color: #47a5b5;
      opacity: 1; }
      .gnav-list-item a:hover svg {
        fill: #47A5B5; }
  .gnav-list-item svg {
    width: 0.31vw;
    height: 0.93vw;
    margin-right: 1vw;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    @media screen and (max-width: 767px) {
      .gnav-list-item svg {
        width: 1.54vw;
        height: 4.6vw;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%); } }

main {
  padding-top: 5.2vw; }
  @media screen and (max-width: 767px) {
    main {
      padding-top: 15.4vw; } }

/* !!------------------------------------ */
/* !! MV */
.mv-section {
  width: 100%;
  display: flex;
  align-items: center;
  background: #47a5b5;
  padding: 0;
  padding-bottom: 5vw;
  position: relative; }
  @media screen and (max-width: 767px) {
    .mv-section {
      min-height: initial;
      flex-direction: column;
      justify-content: space-between;
      padding-bottom: 0; }
      .mv-section .bnr-amazon {
        width: calc(100% - 7.68vw);
        margin-bottom: 7.68vw; } }
  .mv-section:after {
    content: "";
    width: 25vw;
    height: 25vw;
    background-image: url(../img/bg-kv.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    position: absolute;
    top: calc(50% - 2.6vw);
    right: 10.49vw;
    transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .mv-section:after {
        content: none; } }

.main-catch-wrap {
  width: 62.5vw;
  margin: 0 auto; }
  @media screen and (max-width: 767px) {
    .main-catch-wrap {
      width: 100%;
      padding-top: 6.4vw;
      margin-bottom: 10vw; }
      .main-catch-wrap:after {
        content: "";
        width: 50vw;
        height: 50vw;
        background-image: url(../img/bg-kv.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        margin: 0;
        position: absolute;
        top: 16.3vw;
        left: 50%;
        transform: translate(-50%, 0);
        opacity: 0.5; } }

.catch-wrap {
  margin-bottom: 3.39vw;
  margin-left: -4.48vw;
  position: relative;
  z-index: 1; }
  @media screen and (max-width: 767px) {
    .catch-wrap {
      margin: 0; } }

.main-catch {
  font-size: 5.24vw;
  line-height: 1.22;
  font-weight: 700;
  color: #ffeb00;
  margin-bottom: 2vw; }
  @media screen and (max-width: 767px) {
    .main-catch {
      font-size: 12.8vw;
      margin-bottom: 2.56vw;
      text-align: center; } }

.sub-catch {
  font-size: 2.18vw;
  font-weight: 700;
  color: #fff; }
  @media screen and (max-width: 767px) {
    .sub-catch {
      font-size: 5.38vw;
      text-align: center; } }

.bnr-amazon {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background: #fff;
  padding: 0.89vw 0.89vw 0.89vw 2vw;
  border-radius: 0.52vw;
  position: relative;
  z-index: 1;
  box-shadow: 0 0 0.26vw rgba(0, 0, 0, 0.16); }
  @media screen and (max-width: 767px) {
    .bnr-amazon {
      flex-direction: column;
      padding: 4.4vw;
      border-radius: 2.56vw;
      box-shadow: 0 0 0 0.13vw rgba(0, 0, 0, 0.16); } }
  .bnr-amazon .txt-wrap {
    flex-basis: 50%;
    max-width: 50%; }
    @media screen and (max-width: 767px) {
      .bnr-amazon .txt-wrap {
        flex-basis: 100%;
        max-width: 100%;
        margin-bottom: 2.56vw; } }
    .bnr-amazon .txt-wrap .ttl {
      font-size: 1.46vw;
      font-weight: 700;
      margin-bottom: 0.3vw; }
      @media screen and (max-width: 767px) {
        .bnr-amazon .txt-wrap .ttl {
          font-size: 4.1vw;
          margin-bottom: 1.28vw;
          text-align: center; } }
      .bnr-amazon .txt-wrap .ttl span {
        color: #EB730E; }
    .bnr-amazon .txt-wrap .txt {
      font-size: 1.67vw;
      font-weight: 700;
      display: inline-flex;
      align-items: baseline;
      position: relative; }
      @media screen and (max-width: 767px) {
        .bnr-amazon .txt-wrap .txt {
          font-size: 5.38vw;
          display: flex;
          justify-content: center; } }
      .bnr-amazon .txt-wrap .txt strong {
        font-size: 3.96vw;
        font-weight: 600;
        color: #EB730E;
        margin-right: 1vw; }
        @media screen and (max-width: 767px) {
          .bnr-amazon .txt-wrap .txt strong {
            font-size: 12.8vw;
            margin-right: 0; } }
      .bnr-amazon .txt-wrap .txt span {
        color: #EB730E; }
        @media screen and (max-width: 767px) {
          .bnr-amazon .txt-wrap .txt span {
            margin-left: 2.56vw; } }
      .bnr-amazon .txt-wrap .txt a {
        font-size: 0.83vw;
        text-decoration: underline;
        position: absolute;
        top: 0.6vw;
        left: 12.7vw;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .bnr-amazon .txt-wrap .txt a {
            font-size: 2.56vw;
            top: 1.56vw;
            left: calc(41.1vw + 1.28vw); } }
  .bnr-amazon .btn {
    flex-basis: 50%;
    max-width: 50%;
    height: 6vw;
    font-size: 1.35vw;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 0 2.3vw;
    background: #EB730E;
    border-radius: 0.89vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .bnr-amazon .btn {
        flex-basis: 100%;
        max-width: 100%;
        height: auto;
        font-size: 5.13vw;
        padding: 2.56vw 5.13vw;
        border-radius: 2.56vw; } }
    .bnr-amazon .btn:before {
      content: "無料";
      width: 3.75vw;
      height: 3.75vw;
      font-size: 1vw;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      border: 0.2vw solid #fff;
      border-radius: 50%;
      margin-right: 1.2vw; }
      @media screen and (max-width: 767px) {
        .bnr-amazon .btn:before {
          width: 13.6vw;
          height: 13.6vw;
          font-size: 3.6vw;
          border-width: 1px;
          margin-right: 1.53vw; } }
    .bnr-amazon .btn:after {
      content: "";
      width: 1.46vw;
      height: 0.63vw;
      background-image: url(../img/arrow2.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      position: absolute;
      top: 50%;
      right: 2.3vw;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .bnr-amazon .btn:after {
          width: 3.85vw;
          height: 1.79vw;
          right: 5.13vw; } }
  .bnr-amazon.floating {
    width: 9.9vw;
    flex-direction: column;
    padding: 0.57vw;
    position: fixed;
    top: 50%;
    right: -9.9vw;
    transform: translate(0, -50%);
    border-radius: 0.52vw 0 0 0.52vw;
    -webkit-transition: all ease 0.3s;
    transition: all ease 0.3s; }
    .bnr-amazon.floating.fixed {
      right: 0; }
    @media screen and (max-width: 767px) {
      .bnr-amazon.floating {
        display: none; } }
    .bnr-amazon.floating .txt-wrap {
      flex-basis: 100%;
      max-width: 100%; }
      .bnr-amazon.floating .txt-wrap .txt {
        font-size: 1vw;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin-bottom: 0.89vw; }
        .bnr-amazon.floating .txt-wrap .txt strong {
          font-size: 1.9vw;
          margin-right: 0.2vw;
          margin-bottom: 0.26vw; }
        .bnr-amazon.floating .txt-wrap .txt span {
          margin-bottom: 0.26vw; }
        .bnr-amazon.floating .txt-wrap .txt a {
          font-size: 0.6vw;
          position: static;
          margin-top: 0.83vw;
          white-space: nowrap; }
    .bnr-amazon.floating .ttl {
      font-size: 0.72vw;
      line-height: 1.43;
      text-align: center;
      margin-bottom: 0; }
      .bnr-amazon.floating .ttl span {
        font-size: 1vw; }
    .bnr-amazon.floating .btn {
      height: auto;
      flex-basis: 100%;
      max-width: 100%;
      font-size: 1.25vw;
      line-height: 1.17;
      padding: 1.3vw 1vw;
      border-radius: 0.52vw;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      text-align: center;
      overflow: hidden; }
      .bnr-amazon.floating .btn:before {
        width: 2.7vw;
        height: 2.7vw;
        font-size: 0.83vw;
        border-width: 0.15vw;
        margin-right: 0;
        margin-bottom: 0.52vw; }
      .bnr-amazon.floating .btn:after {
        position: static;
        transform: none;
        margin-top: 0.89vw; }

/* !!------------------------------------ */
/* !! 見出し */
.ttl-h2 {
  font-size: 2vw;
  font-weight: 700;
  text-align: center;
  margin-bottom: 2.5vw; }
  @media screen and (max-width: 767px) {
    .ttl-h2 {
      font-size: 5.64vw;
      line-height: 1.4;
      margin-bottom: 6.92vw; } }
  .ttl-h2 strong {
    font-weight: 700;
    color: #47a5b5; }
    .ttl-h2 strong .en-font {
      font-size: 3vw;
      font-weight: 600; }
      @media screen and (max-width: 767px) {
        .ttl-h2 strong .en-font {
          font-size: 10.2vw; } }
  .ttl-h2.wh {
    color: #fff; }
    .ttl-h2.wh strong {
      color: #fff500; }

.lead-txt {
  font-size: 0.94vw;
  font-weight: 700;
  line-height: 1.9;
  text-align: center; }
  @media screen and (max-width: 767px) {
    .lead-txt {
      font-size: 3.59vw;
      line-height: 1.71;
      text-align: justify; } }

/* !!------------------------------------ */
/* !! フローティング */
.pagetop {
  width: 5.2vw;
  height: 5.2vw;
  font-size: 0.63vw;
  font-weight: 700;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #000;
  position: fixed;
  right: 0;
  bottom: 2.23vw;
  z-index: 2;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .pagetop {
      display: none !important; } }
  .pagetop:before {
    content: "";
    width: 1vw;
    height: 0.89vw;
    background-image: url(../img/arrow3.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    margin-bottom: 0.26vw; }

/* !!------------------------------------ */
/* !! リーズインはこんな方にオススメのサービスです！ */
.service-section {
  background: #f8faff; }
  .service-section .service-list {
    display: flex;
    justify-content: center;
    margin-top: 3.65vw; }
    @media screen and (max-width: 767px) {
      .service-section .service-list {
        flex-wrap: wrap;
        margin-top: 13vw; } }
  .service-section .service-list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 1.56vw; }
    @media screen and (max-width: 767px) {
      .service-section .service-list-item {
        flex-basis: 50%;
        max-width: 50%;
        margin: 0; }
        .service-section .service-list-item:nth-child(2n) {
          margin-right: 0; }
        .service-section .service-list-item:nth-child(n + 3) {
          margin-top: 11.8vw; }
        .service-section .service-list-item:last-child {
          margin-right: 0; } }
    .service-section .service-list-item .comment {
      font-size: 0.83vw;
      line-height: 1.25;
      font-family: fot-tsukuardgothic-std, sans-serif;
      font-weight: 700;
      font-style: normal;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      margin-bottom: 0.52vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item .comment {
          font-size: 3.59vw;
          line-height: 1.43;
          margin-bottom: 2.56vw; } }
      .service-section .service-list-item .comment:after {
        content: "";
        width: 6.77vw;
        height: 1.14vw;
        background-image: url(../img/img-fukidashi.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        margin-top: 0.47vw; }
        @media screen and (max-width: 767px) {
          .service-section .service-list-item .comment:after {
            width: 33.3vw;
            height: 5.64vw;
            margin-top: 2.56vw; } }
    .service-section .service-list-item .img-wrap {
      min-height: 7.29vw;
      display: flex;
      align-items: center;
      margin-bottom: 0.93vw;
      position: relative; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item .img-wrap {
          min-height: 35.9vw;
          margin-bottom: 5.1vw; } }
      .service-section .service-list-item .img-wrap img {
        position: relative;
        z-index: 1; }
      .service-section .service-list-item .img-wrap:after {
        content: "";
        width: 4.69vw;
        height: 4.69vw;
        border-radius: 50%;
        background: #47a5b5;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
        @media screen and (max-width: 767px) {
          .service-section .service-list-item .img-wrap:after {
            width: 23vw;
            height: 23vw; } }
    .service-section .service-list-item .txt {
      font-size: 0.83vw;
      line-height: 1.25;
      font-weight: 700;
      color: #47a5b5;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item .txt {
          font-size: 3.84vw;
          line-height: 1.33;
          white-space: nowrap; } }
    .service-section .service-list-item:first-child .img-wrap img {
      width: 4.11vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item:first-child .img-wrap img {
          width: 20.3vw; } }
    .service-section .service-list-item:nth-child(2) .img-wrap img {
      width: 3.65vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item:nth-child(2) .img-wrap img {
          width: 17.9vw; } }
    .service-section .service-list-item:nth-child(3) .img-wrap img {
      width: 4.22vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item:nth-child(3) .img-wrap img {
          width: 20.8vw; } }
    .service-section .service-list-item:nth-child(4) .img-wrap img {
      width: 3.65vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item:nth-child(4) .img-wrap img {
          width: 17.9vw; } }
    .service-section .service-list-item:last-child .img-wrap img {
      width: 4.69vw; }
      @media screen and (max-width: 767px) {
        .service-section .service-list-item:last-child .img-wrap img {
          width: 23vw; } }

/* !!------------------------------------ */
/* !! リーズインはこんな方にオススメのサービスです！ */
.recommend-section {
  background-image: url(../img/pt1.svg);
  background-repeat: repeat;
  background-size: 3.33vw 3.33vw;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    .recommend-section {
      background-size: 8.2vw 8.2vw; } }
  .recommend-section .recommend-list {
    display: flex;
    margin-top: 2.7vw; }
    @media screen and (max-width: 767px) {
      .recommend-section .recommend-list {
        flex-direction: column;
        margin-top: 9.5vw; } }
  .recommend-section .recommend-list-item {
    background: #fff;
    padding: 3vw 1vw 2vw 1vw;
    margin-right: 2.3vw;
    border: 0.05vw solid #DEDEDE;
    border-radius: 1vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .recommend-section .recommend-list-item {
        padding: 9.7vw 5.13vw 10vw 5.13vw;
        margin: 0 0 11vw 0;
        border-width: 1px;
        border-radius: 5.13vw; } }
    .recommend-section .recommend-list-item:before, .recommend-section .recommend-list-item:after {
      content: "";
      background: #fff;
      position: absolute;
      top: 50%; }
      @media screen and (max-width: 767px) {
        .recommend-section .recommend-list-item:before, .recommend-section .recommend-list-item:after {
          top: auto; } }
    .recommend-section .recommend-list-item:before {
      width: 2vw;
      height: 2vw;
      border-top: 0.05vw solid #DEDEDE;
      border-right: 0.05vw solid #DEDEDE;
      right: -1vw;
      transform: translate(0, -50%) rotate(45deg); }
      @media screen and (max-width: 767px) {
        .recommend-section .recommend-list-item:before {
          width: 10vw;
          height: 10vw;
          border-width: 1px;
          right: auto;
          bottom: -5vw;
          left: 50%;
          transform: translate(-50%, 0) rotate(135deg); } }
    .recommend-section .recommend-list-item:after {
      width: 1vw;
      height: 3vw;
      right: 0;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .recommend-section .recommend-list-item:after {
          width: 15vw;
          height: 1px;
          right: auto;
          bottom: 0;
          left: 50%;
          transform: translate(-50%, 0); } }
    .recommend-section .recommend-list-item:first-child img {
      width: 6.2vw; }
      @media screen and (max-width: 767px) {
        .recommend-section .recommend-list-item:first-child img {
          width: 30.5vw; } }
    .recommend-section .recommend-list-item:nth-child(2) img {
      width: 8vw; }
      @media screen and (max-width: 767px) {
        .recommend-section .recommend-list-item:nth-child(2) img {
          width: 30.2vw; } }
    .recommend-section .recommend-list-item:last-child {
      margin-right: 0; }
      .recommend-section .recommend-list-item:last-child img {
        width: 12vw; }
        @media screen and (max-width: 767px) {
          .recommend-section .recommend-list-item:last-child img {
            width: 41.8vw; } }
      .recommend-section .recommend-list-item:last-child:before, .recommend-section .recommend-list-item:last-child:after {
        content: none; }
  .recommend-section .img-wrap {
    height: 8.4vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.7vw; }
    @media screen and (max-width: 767px) {
      .recommend-section .img-wrap {
        height: 38.2vw;
        margin-bottom: 2.82vw; } }
  .recommend-section .num {
    font-size: 0.83vw;
    font-weight: 600;
    color: #47a5b5;
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 0.26vw; }
    @media screen and (max-width: 767px) {
      .recommend-section .num {
        font-size: 4.1vw;
        margin-bottom: 1.28vw; } }
    .recommend-section .num span {
      font-size: 1.98vw;
      margin-left: 0.3vw; }
      @media screen and (max-width: 767px) {
        .recommend-section .num span {
          font-size: 9.74vw;
          margin-left: 1.53vw; } }
  .recommend-section .ttl {
    height: 2.5em;
    font-size: 1.25vw;
    font-weight: 700;
    line-height: 1.2;
    color: #47a5b5;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 1vw; }
    @media screen and (max-width: 767px) {
      .recommend-section .ttl {
        height: auto;
        font-size: 5.64vw;
        line-height: 1.32;
        margin-bottom: 3vw; } }
  .recommend-section .txt {
    font-size: 0.83vw;
    font-weight: 300;
    line-height: 1.5;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      .recommend-section .txt {
        font-size: 3.59vw;
        line-height: 1.71; } }

/* !!------------------------------------ */
/* !! 今不動産投資が人気の3つの理由 */
.reason1-section {
  background: transparent linear-gradient(152deg, #2C99AC 0%, #58ACBA 100%) 0% 0% no-repeat padding-box; }
  .reason1-section .lead-txt {
    color: #fff;
    margin-bottom: 2.66vw; }
    @media screen and (max-width: 767px) {
      .reason1-section .lead-txt {
        margin-bottom: 7.43vw; } }
  .reason1-section .reason-wrap {
    width: calc(100% + 9.88vw);
    color: #fff;
    background: var(--unnamed-color-000b36) 0% 0% no-repeat padding-box;
    background: rgba(0, 11, 54, 0.05) 0% 0% no-repeat padding-box;
    border-radius: 0.52vw;
    opacity: 1;
    backdrop-filter: blur(1.14vw);
    -webkit-backdrop-filter: blur(1.14vw);
    padding: 3.85vw 4.94vw 2.76vw 4.94vw;
    margin-bottom: 3.12vw;
    margin-left: -4.9vw; }
    @media screen and (max-width: 767px) {
      .reason1-section .reason-wrap {
        width: 100%;
        border-radius: 2.56vw;
        padding: 10vw 5.13vw 14.4vw 5.13vw;
        margin-bottom: 5.13vw;
        margin-left: 0; } }
    .reason1-section .reason-wrap:nth-of-type(3) {
      margin-bottom: 5.2vw; }
      @media screen and (max-width: 767px) {
        .reason1-section .reason-wrap:nth-of-type(3) {
          margin-bottom: 5.13vw; } }
    .reason1-section .reason-wrap .num {
      width: 4.27vw;
      height: 4.27vw;
      font-size: 0.6vw;
      color: #47a5b5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #fff;
      margin: 0 auto 1vw; }
      @media screen and (max-width: 767px) {
        .reason1-section .reason-wrap .num {
          width: 21vw;
          height: 21vw;
          font-size: 3vw;
          margin-bottom: 6.67vw; } }
      .reason1-section .reason-wrap .num span {
        font-size: 2vw;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .reason1-section .reason-wrap .num span {
            font-size: 9.74vw; } }
    .reason1-section .reason-wrap .ttl {
      font-size: 1.77vw;
      font-weight: 700;
      text-align: center; }
      @media screen and (max-width: 767px) {
        .reason1-section .reason-wrap .ttl {
          font-size: 4.93vw;
          line-height: 1.45; } }
    .reason1-section .reason-wrap .reason-list {
      display: flex;
      justify-content: space-between; }
      .reason1-section .reason-wrap .reason-list._1 {
        margin-top: 2.86vw; }
        @media screen and (max-width: 767px) {
          .reason1-section .reason-wrap .reason-list._1 {
            flex-wrap: wrap;
            margin-top: 14.1vw; } }
        .reason1-section .reason-wrap .reason-list._1 .reason-list-item {
          text-align: center; }
          @media screen and (max-width: 767px) {
            .reason1-section .reason-wrap .reason-list._1 .reason-list-item {
              flex-basis: 50%;
              max-width: 50%; }
              .reason1-section .reason-wrap .reason-list._1 .reason-list-item:nth-child(n + 3) {
                margin-top: 11vw; }
              .reason1-section .reason-wrap .reason-list._1 .reason-list-item:last-child .img-wrap {
                height: auto; }
              .reason1-section .reason-wrap .reason-list._1 .reason-list-item:last-child .name {
                margin-bottom: 3.85vw; } }
          .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap {
            height: 12.7vw;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: space-between; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap {
                height: calc(30.4vw + 5.6vw + 3.85vw); } }
            .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap .name {
              font-size: 1.25vw;
              font-weight: 700; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap .name {
                  font-size: 5.64vw; } }
            .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap img {
              width: 11.4vw; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._1 .reason-list-item .img-wrap img {
                  width: 36.2vw; } }
          .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate {
            font-size: 2.4vw;
            font-weight: 600;
            display: flex;
            align-items: baseline;
            justify-content: center;
            margin-top: 0.9vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate {
                font-size: 6.41vw;
                margin-top: 3vw; } }
            .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate i {
              font-size: 2vw;
              margin: 0 0.16vw; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate i {
                  font-size: 5vw;
                  margin: 0 1.28vw; } }
            .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate span {
              font-size: 1vw;
              margin: 0.1vw; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._1 .reason-list-item .rate span {
                  font-size: 3vw;
                  margin: 0 1.28vw; } }
      .reason1-section .reason-wrap .reason-list._2 {
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .reason1-section .reason-wrap .reason-list._2 {
            justify-content: space-between; } }
        .reason1-section .reason-wrap .reason-list._2 .reason-list-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0 2.6vw; }
          @media screen and (max-width: 767px) {
            .reason1-section .reason-wrap .reason-list._2 .reason-list-item {
              margin: 0; } }
          .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age-wrap {
            width: 4.9vw;
            height: 4.9vw;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            border-radius: 50%;
            margin-bottom: 1.82vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age-wrap {
                width: 11vw;
                height: 11vw;
                margin-bottom: 3.85vw; } }
          .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age {
            font-size: 1vw;
            color: #47a5b5;
            display: flex;
            align-items: baseline; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age {
                font-size: 2.6vw; } }
            .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age .en-font {
              font-size: 2vw;
              font-weight: 600; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._2 .reason-list-item .age .en-font {
                  font-size: 4.6vw; } }
          .reason1-section .reason-wrap .reason-list._2 .reason-list-item img {
            width: auto;
            height: 11.4vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._2 .reason-list-item img {
                height: 25.9vw; } }
          .reason1-section .reason-wrap .reason-list._2 .reason-list-item .percent {
            font-size: 2.6vw;
            font-weight: 600;
            display: flex;
            align-items: baseline;
            margin-top: 1vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._2 .reason-list-item .percent {
                font-size: 4.4vw;
                margin-top: 2.56vw; } }
            .reason1-section .reason-wrap .reason-list._2 .reason-list-item .percent strong {
              font-size: 4.17vw;
              font-weight: 600;
              margin-right: 0.4vw; }
              @media screen and (max-width: 767px) {
                .reason1-section .reason-wrap .reason-list._2 .reason-list-item .percent strong {
                  font-size: 9vw;
                  margin-right: 1.28vw; } }
      .reason1-section .reason-wrap .reason-list._3 {
        justify-content: center; }
        @media screen and (max-width: 767px) {
          .reason1-section .reason-wrap .reason-list._3 {
            justify-content: space-between; } }
        .reason1-section .reason-wrap .reason-list._3 .reason-list-item {
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          margin: 0 2.6vw; }
          @media screen and (max-width: 767px) {
            .reason1-section .reason-wrap .reason-list._3 .reason-list-item {
              margin: 0; } }
          .reason1-section .reason-wrap .reason-list._3 .reason-list-item img {
            width: 5.2vw;
            height: auto;
            margin-bottom: 1.46vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._3 .reason-list-item img {
                width: 12.8vw;
                margin-bottom: 2.56vw; } }
          .reason1-section .reason-wrap .reason-list._3 .reason-list-item .img {
            width: auto;
            height: 8.18vw; }
            @media screen and (max-width: 767px) {
              .reason1-section .reason-wrap .reason-list._3 .reason-list-item .img {
                height: 19.2vw; } }
        .reason1-section .reason-wrap .reason-list._3 .ttl {
          font-size: 1.46vw; }
          @media screen and (max-width: 767px) {
            .reason1-section .reason-wrap .reason-list._3 .ttl {
              font-size: 3vw; } }
    .reason1-section .reason-wrap .fukidashi {
      width: 30vw;
      height: 2.91vw;
      font-size: 1.25vw;
      color: #47a5b5;
      font-weight: 700;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 0 2vw;
      margin: 1.46vw auto 3vw;
      border-radius: 1.46vw;
      position: relative; }
      @media screen and (max-width: 767px) {
        .reason1-section .reason-wrap .fukidashi {
          width: 100%;
          height: 9.23vw;
          font-size: 3.59vw;
          padding: 0;
          margin: 7.44vw auto 8.71vw;
          border-radius: 7.18vw; } }
      .reason1-section .reason-wrap .fukidashi:after {
        content: "";
        width: 0.94vw;
        height: 0.94vw;
        background: #fff;
        position: absolute;
        transform: rotate(45deg);
        bottom: -0.47vw;
        left: 50%; }
        @media screen and (max-width: 767px) {
          .reason1-section .reason-wrap .fukidashi:after {
            width: 3vw;
            height: 3vw;
            bottom: -1.5vw; } }
    .reason1-section .reason-wrap .lead-txt {
      font-size: 0.83vw;
      line-height: 1.5;
      font-weight: 300;
      text-align: justify;
      margin-top: 2vw;
      margin-bottom: 0; }
      @media screen and (max-width: 767px) {
        .reason1-section .reason-wrap .lead-txt {
          font-size: 3.59vw;
          line-height: 1.71;
          margin-top: 10vw; } }

/* !!------------------------------------ */
/* !! 不動産投資の中でもマンション経営が人気の6つの理由 */
.reason2-section {
  background-image: url(../img/pt1.svg);
  background-repeat: repeat;
  background-size: 3.33vw 3.33vw;
  background-position: center center; }
  @media screen and (max-width: 767px) {
    .reason2-section {
      background-size: 8.2vw 8.2vw; }
      .reason2-section .ttl-h2 {
        line-height: 1; } }
  .reason2-section .reason-list {
    width: calc(100% + 9.9vw);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 3.33vw;
    margin-left: -4.95vw;
    padding: 3.44vw 4.95vw 4.38vw;
    border: 0.05vw solid #DEDEDE;
    background: #fff;
    border-radius: 0.52vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .reason2-section .reason-list {
        width: 100%;
        flex-direction: column;
        margin-top: 15.5vw;
        margin-left: 0;
        padding: 12.8vw 5.13vw;
        border-width: 1px;
        border-radius: 2.56vw; } }
  .reason2-section .reason-list-item {
    flex-basis: 19.8vw;
    max-width: 19.8vw; }
    @media screen and (max-width: 767px) {
      .reason2-section .reason-list-item {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 12.3vw; }
        .reason2-section .reason-list-item:first-child {
          margin-top: 0; } }
    .reason2-section .reason-list-item:nth-child(n + 4) {
      margin-top: 3.6vw; }
      @media screen and (max-width: 767px) {
        .reason2-section .reason-list-item:nth-child(n + 4) {
          margin-top: 12.3vw; } }
    .reason2-section .reason-list-item .num {
      width: 4.27vw;
      height: 4.27vw;
      font-size: 0.6vw;
      color: #47a5b5;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      border-radius: 50%;
      background: #F8FAFF;
      margin: 0 auto 1vw; }
      @media screen and (max-width: 767px) {
        .reason2-section .reason-list-item .num {
          width: 21vw;
          height: 21vw;
          font-size: 3vw;
          margin-bottom: 3.59vw; } }
      .reason2-section .reason-list-item .num span {
        font-size: 2vw;
        font-weight: 600; }
        @media screen and (max-width: 767px) {
          .reason2-section .reason-list-item .num span {
            font-size: 9.74vw; } }
    .reason2-section .reason-list-item .ttl {
      font-size: 1.46vw;
      font-weight: 700;
      color: #47a5b5;
      text-align: center;
      white-space: nowrap;
      margin-bottom: 1.3vw; }
      @media screen and (max-width: 767px) {
        .reason2-section .reason-list-item .ttl {
          font-size: 5.64vw;
          margin-bottom: 4.1vw; } }
    .reason2-section .reason-list-item img {
      width: auto;
      height: 8.6vw;
      display: block;
      margin: 0 auto; }
      @media screen and (max-width: 767px) {
        .reason2-section .reason-list-item img {
          height: 30.1vw; } }
    .reason2-section .reason-list-item .txt {
      font-size: 0.83vw;
      font-weight: 300;
      line-height: 1.88;
      text-align: justify;
      margin-top: 1.3vw; }
      @media screen and (max-width: 767px) {
        .reason2-section .reason-list-item .txt {
          font-size: 3.59vw;
          line-height: 1.71;
          margin-top: 5.9vw; } }

/* !!------------------------------------ */
/* !! 不動産投資を初めた方の声 */
.review-section {
  background: #f8faff; }
  .review-section .review-wrap {
    display: flex;
    margin-top: 5.73vw; }
    @media screen and (max-width: 767px) {
      .review-section .review-wrap {
        flex-direction: column;
        margin-top: 16.4vw; } }
    .review-section .review-wrap .img-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      padding: 2.6vw;
      padding-right: 0;
      border-radius: 1vw 0 0 1vw; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .img-wrap {
          flex-basis: 100%;
          max-width: 100%;
          height: auto;
          border-radius: 0;
          padding: 0;
          background: none;
          overflow: hidden;
          position: relative;
          z-index: 1; } }
      .review-section .review-wrap .img-wrap img {
        width: 11.6vw;
        height: auto; }
        @media screen and (max-width: 767px) {
          .review-section .review-wrap .img-wrap img {
            width: 40vw; } }
    .review-section .review-wrap .txt-wrap {
      background: #fff;
      padding: 2.6vw;
      border-radius: 0 1vw 1vw 0; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .txt-wrap {
          width: 100vw;
          flex-basis: calc(100vw + 8vw);
          max-width: calc(100vw + 8vw);
          height: auto;
          display: flex;
          flex-wrap: wrap;
          margin-top: -48.4vw;
          margin-left: -4vw;
          padding: 55.7vw 4vw 12.8vw 4vw;
          border-radius: 0; } }
    .review-section .review-wrap .ttl {
      font-size: 0.93vw;
      font-weight: 700;
      margin-bottom: 0.47vw; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .ttl {
          flex-basis: 100%;
          max-width: 100%;
          font-size: 4.6vw;
          margin-bottom: 1.8vw;
          order: 1; } }
    .review-section .review-wrap .name {
      font-size: 0.93vw;
      font-weight: 700;
      display: flex;
      align-items: baseline;
      margin-bottom: 0.57vw; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .name {
          font-size: 4.6vw;
          margin-bottom: 0;
          margin-left: 9.2vw;
          order: 3; } }
      .review-section .review-wrap .name span {
        font-size: 1.3vw;
        margin-right: 0.26vw; }
        @media screen and (max-width: 767px) {
          .review-section .review-wrap .name span {
            font-size: 6.2vw;
            margin-right: 1.3vw; } }
    .review-section .review-wrap .career {
      font-size: 0.83vw;
      font-weight: 700;
      line-height: 1.81; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .career {
          font-size: 4.1vw;
          order: 2; } }
    .review-section .review-wrap .txt {
      font-size: 0.83vw;
      line-height: 1.5;
      font-weight: 300;
      text-align: justify;
      margin-top: 1.67vw; }
      @media screen and (max-width: 767px) {
        .review-section .review-wrap .txt {
          flex-basis: 100%;
          max-width: 100%;
          font-size: 3.59vw;
          line-height: 1.71;
          margin-top: 8.2vw;
          order: 4; } }
      .review-section .review-wrap .txt + .txt {
        margin-top: 1.5em; }

/* !!------------------------------------ */
/* !! contact-section */
.contact-section {
  padding: 0; }
  .contact-section .amazon-wrap {
    padding: 2.4vw;
    background: #47a5b5; }
    @media screen and (max-width: 767px) {
      .contact-section .amazon-wrap {
        padding: 13.8vw 4vw; } }
  .contact-section .tel-wrap {
    padding: 2.4vw; }
    @media screen and (max-width: 767px) {
      .contact-section .tel-wrap {
        height: 27vw;
        padding: 0;
        background: #EB730E; }
        .contact-section .tel-wrap .bnr-amazon {
          background: none;
          border-radius: 0;
          box-shadow: none; }
          .contact-section .tel-wrap .bnr-amazon a {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 1; }
          .contact-section .tel-wrap .bnr-amazon .txt-wrap {
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            padding-left: 16.3vw;
            margin-bottom: 0; }
            .contact-section .tel-wrap .bnr-amazon .txt-wrap:before {
              content: "無料";
              width: 13.6vw;
              height: 13.6vw;
              font-size: 3.6vw;
              color: #fff;
              font-weight: 700;
              display: flex;
              align-items: center;
              justify-content: center;
              border: 0.2vw solid #fff;
              border-radius: 50%;
              border-width: 1px;
              margin-right: 2.7vw;
              position: absolute;
              top: 50%;
              left: 4.4vw;
              transform: translate(0, -50%); }
            .contact-section .tel-wrap .bnr-amazon .txt-wrap .txt {
              width: 74vw;
              font-size: 3.73vw;
              line-height: 1.3;
              display: block;
              color: #fff;
              text-align: left;
              white-space: nowrap; }
              .contact-section .tel-wrap .bnr-amazon .txt-wrap .txt + .txt {
                margin-top: 1.3vw; }
              .contact-section .tel-wrap .bnr-amazon .txt-wrap .txt strong {
                font-size: 5vw;
                color: #fff;
                display: flex;
                align-items: center; }
                .contact-section .tel-wrap .bnr-amazon .txt-wrap .txt strong:after {
                  content: "";
                  width: 3.85vw;
                  height: 1.79vw;
                  background-image: url(../img/arrow2.svg);
                  background-repeat: no-repeat;
                  background-size: 100%;
                  background-position: center center;
                  margin-left: 0.5em; } }
    .contact-section .tel-wrap .inner {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .contact-section .tel-wrap .inner {
          height: 100%; } }
      .contact-section .tel-wrap .inner > .ttl {
        width: 18vw;
        font-size: 0.94vw;
        display: flex;
        align-items: center;
        justify-content: center;
        border-bottom: 0.05vw solid #000;
        padding-bottom: 0.62vw;
        margin: 0 auto; }
        @media screen and (max-width: 767px) {
          .contact-section .tel-wrap .inner > .ttl {
            width: 100%;
            font-size: 2.56vw;
            border-bottom: none;
            padding-bottom: 0; } }
    .contact-section .tel-wrap .tel {
      font-size: 2.6vw;
      font-weight: 600;
      color: #47a5b5;
      text-align: center;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 0.26vw;
      margin-bottom: 0.16vw; }
      @media screen and (max-width: 767px) {
        .contact-section .tel-wrap .tel {
          font-size: 7.7vw;
          margin-top: 0.5vw;
          margin-bottom: 0; } }
      .contact-section .tel-wrap .tel:hover {
        opacity: 1; }
    .contact-section .tel-wrap .icon-phone {
      width: 1.6vw;
      height: 1.6vw;
      fill: #47a5b5;
      margin-right: 0.6vw; }
      @media screen and (max-width: 767px) {
        .contact-section .tel-wrap .icon-phone {
          width: 5.1vw;
          height: 5.1vw;
          right: 2vw; } }
    .contact-section .tel-wrap .time {
      font-size: 0.83vw;
      font-weight: 600;
      color: #47a5b5;
      display: flex;
      align-items: center;
      justify-content: center; }
      @media screen and (max-width: 767px) {
        .contact-section .tel-wrap .time {
          font-size: 3vw; } }
      .contact-section .tel-wrap .time .ttl {
        width: 4.2vw;
        height: 1vw;
        font-size: 0.63vw;
        font-family: source-han-sans-japanese, sans-serif;
        font-weight: 500;
        font-style: normal;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0.5vw;
        border: 0.05vw solid #47A5B5;
        border-radius: 0.6vw; }
        @media screen and (max-width: 767px) {
          .contact-section .tel-wrap .time .ttl {
            width: 20vw;
            height: 4.1vw;
            font-size: 2vw;
            margin-right: 1vw;
            border-width: 1px;
            border-radius: 2.8vw; } }
  @media screen and (max-width: 767px) {
    .contact-section._2 {
      width: 100%;
      background: #fff;
      position: fixed;
      bottom: -27vw;
      left: 0;
      z-index: 1;
      -webkit-transition: all ease 0.3s;
      transition: all ease 0.3s; }
      .contact-section._2.fixed {
        bottom: 0; }
      .contact-section._2 .sp {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; } }

/* !!------------------------------------ */
/* !! footer */
.footer {
  background: #000;
  color: #fff;
  padding: 3.2vw 0 1.25vw; }
  @media screen and (max-width: 767px) {
    .footer {
      padding: 13.6vw 6.4vw 4.4vw;
      margin-bottom: 27vw; } }
  .footer .inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .footer .logo {
    width: 7.81vw;
    margin-right: 1.56vw; }
    @media screen and (max-width: 767px) {
      .footer .logo {
        width: 22vw;
        margin-right: 2.56vw; } }
    .footer .logo:hover {
      opacity: 1; }
    .footer .logo svg {
      width: 100%;
      height: auto;
      fill: #fff; }
  .footer .catch-copy {
    font-size: 0.73vw;
    font-weight: 500; }
    @media screen and (max-width: 767px) {
      .footer .catch-copy {
        font-size: 2.56vw; } }
  .footer .fnav-list {
    display: flex;
    align-items: center;
    margin-left: auto; }
    @media screen and (max-width: 767px) {
      .footer .fnav-list {
        flex-basis: 100%;
        max-width: 100%;
        margin-top: 7.7vw;
        margin-left: 0; }
        .footer .fnav-list .fnav-list-item {
          margin-right: 6.2vw; }
          .footer .fnav-list .fnav-list-item:last-child {
            margin-right: 0; } }
    .footer .fnav-list a {
      font-size: 0.83vw;
      text-decoration: underline;
      padding: 0 1.8vw; }
      @media screen and (max-width: 767px) {
        .footer .fnav-list a {
          font-size: 3vw;
          padding: 0; } }
  .footer .copylight {
    flex-basis: 100%;
    max-width: 100%;
    font-size: 0.6vw;
    text-align: center;
    margin-top: 1vw; }
    @media screen and (max-width: 767px) {
      .footer .copylight {
        font-size: 3vw;
        margin-top: 8.71vw;
        text-align: left; } }

@media screen and (max-width: 767px) {
  .body-page .contact-section._2.fixed {
    display: none; }
  .body-page .footer {
    margin-bottom: 0; } }
/* !!------------------------------------ */
/* !! お問い合わせ・資料請求フォーム */
.page-contact {
  background: #fafafa; }

.contactform-section {
  padding-bottom: 0; }
  .contactform-section .breadcrumb-list {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3.12vw; }
    @media screen and (max-width: 767px) {
      .contactform-section .breadcrumb-list {
        margin-bottom: 7.7vw; } }
  .contactform-section .breadcrumb-list-item {
    font-size: 0.83vw;
    font-weight: 700;
    color: #dedede;
    list-style: inside decimal-leading-zero;
    margin-right: 0.42vw; }
    @media screen and (max-width: 767px) {
      .contactform-section .breadcrumb-list-item {
        font-size: 4.16vw;
        display: flex;
        align-items: center;
        margin-right: 2.56vw; } }
    .contactform-section .breadcrumb-list-item.active {
      color: #000; }
    .contactform-section .breadcrumb-list-item:after {
      content: "";
      width: 4.4vw;
      height: 0.31vw;
      background-image: url(../img/arrow4.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      display: inline-block;
      vertical-align: top;
      margin-top: 0.26vw;
      margin-left: 0.42vw; }
      @media screen and (max-width: 767px) {
        .contactform-section .breadcrumb-list-item:after {
          width: 10.8vw;
          height: 0.8vw;
          margin: 0 0 0 2vw; } }
    .contactform-section .breadcrumb-list-item:last-child {
      margin-right: 0; }
      .contactform-section .breadcrumb-list-item:last-child:after {
        content: none; }
  .contactform-section .bnr-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 3.65vw 3.65vw 0 3.65vw;
    border-radius: 0.52vw;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .contactform-section .bnr-wrap {
        flex-direction: column;
        margin-bottom: 17vw;
        padding: 5.1vw 5.1vw 0 5.1vw;
        border-radius: 2.6vw; } }
    .contactform-section .bnr-wrap .img-wrap {
      flex-basis: 8vw;
      max-width: 8vw;
      margin-right: 2vw; }
      @media screen and (max-width: 767px) {
        .contactform-section .bnr-wrap .img-wrap {
          flex-basis: 20vw;
          max-width: 20vw;
          margin: 0 0 2.6vw 0; } }
    .contactform-section .bnr-wrap .txt-wrap {
      flex-basis: 40vw;
      max-width: 40vw; }
      @media screen and (max-width: 767px) {
        .contactform-section .bnr-wrap .txt-wrap {
          flex-basis: 100%;
          max-width: 100%; } }
      .contactform-section .bnr-wrap .txt-wrap .ttl {
        font-size: 1.46vw;
        font-weight: 700;
        color: #47a5b5;
        margin-bottom: 0.52vw; }
        @media screen and (max-width: 767px) {
          .contactform-section .bnr-wrap .txt-wrap .ttl {
            font-size: 5.55vw;
            line-height: 1.25;
            text-align: center;
            margin-bottom: 2.6vw; } }
      .contactform-section .bnr-wrap .txt-wrap .txt {
        font-size: 0.83vw;
        font-weight: 300;
        line-height: 1.5;
        text-align: justify; }
        @media screen and (max-width: 767px) {
          .contactform-section .bnr-wrap .txt-wrap .txt {
            font-size: 4.1vw; } }
    .contactform-section .bnr-wrap .ttl-wrap {
      font-size: 1.46vw;
      font-weight: 700;
      color: #fff;
      flex-basis: calc(100% + 7.3vw);
      max-width: calc(100% + 7.3vw);
      display: flex;
      align-items: center;
      justify-content: center;
      margin-top: 2vw;
      margin-right: -3.65vw;
      margin-left: -3.65vw;
      padding: 0.26vw 0;
      background: #47A5B5; }
      @media screen and (max-width: 767px) {
        .contactform-section .bnr-wrap .ttl-wrap {
          font-size: 4.1vw;
          flex-basis: calc(100% + 10.2vw);
          max-width: calc(100% + 10.2vw);
          flex-wrap: wrap;
          align-items: baseline;
          margin-top: 5.1vw;
          margin-right: -5.1vw;
          margin-left: -5.1vw;
          padding: 5.1vw;
          position: relative; }
          .contactform-section .bnr-wrap .ttl-wrap .link-modal {
            font-size: 2.6vw;
            text-decoration: underline;
            position: absolute;
            top: 12vw;
            left: 47.2vw;
            cursor: pointer; }
            .contactform-section .bnr-wrap .ttl-wrap .link-modal + span {
              font-size: 5.4vw;
              margin-left: 2.6vw; }
          .contactform-section .bnr-wrap .ttl-wrap i {
            font-size: 5.4vw; } }
      .contactform-section .bnr-wrap .ttl-wrap span {
        color: #fff500; }
      .contactform-section .bnr-wrap .ttl-wrap strong {
        font-size: 3.13vw;
        font-weight: 600;
        color: #fff500;
        margin: 0 0.5vw; }
        @media screen and (max-width: 767px) {
          .contactform-section .bnr-wrap .ttl-wrap strong {
            font-size: 12.8vw;
            margin: 1.3vw 0 0 0; } }

@media screen and (max-width: 767px) {
  .mw_wp_form .error {
    font-size: 3.2vw;
    margin-top: 2.7vw !important; } }
.form-section {
  padding-top: 2.76vw;
  padding-bottom: 0; }
  .form-section .wrap {
    padding: 4.17vw 5.73vw;
    background: #fff;
    border-radius: 0.52vw; }
    @media screen and (max-width: 767px) {
      .form-section .wrap {
        padding: 7.7vw 5.1vw;
        border-radius: 2.6vw; } }
    .form-section .wrap + .txt {
      margin-bottom: 0;
      padding: 3.49vw 0;
      display: none; }
      @media screen and (max-width: 767px) {
        .form-section .wrap + .txt {
          line-height: 1.6;
          padding: 8vw 0; } }
    .form-section .wrap:nth-of-type(n + 2) .contact-list-item {
      display: none; }
    .form-section .wrap._1 {
      padding-bottom: 0; }
      .form-section .wrap._1.on {
        padding-bottom: 4.17vw; }
        @media screen and (max-width: 767px) {
          .form-section .wrap._1.on {
            padding-bottom: 10.1vw; } }
    .form-section .wrap._2 {
      display: none;
      padding-bottom: 0; }
      .form-section .wrap._2.on {
        padding-bottom: 4.17vw; }
        @media screen and (max-width: 767px) {
          .form-section .wrap._2.on {
            padding-bottom: 10.1vw; } }
    .form-section .wrap._3 {
      padding-top: 0;
      border-top-left-radius: 0;
      border-top-right-radius: 0; }
      .form-section .wrap._3.on {
        padding-top: 4.17vw; }
        @media screen and (max-width: 767px) {
          .form-section .wrap._3.on {
            padding-top: 10.1vw; } }
      .form-section .wrap._3 .contact-list {
        margin-bottom: 3.65vw;
        padding-bottom: 3.65vw;
        border-bottom: 0.05vw solid #DEDEDE; }
        @media screen and (max-width: 767px) {
          .form-section .wrap._3 .contact-list {
            margin-bottom: 10vw;
            padding-bottom: 10vw;
            border-bottom-width: 1px; } }
  .form-section .contact-list-item {
    margin-top: 3.13vw; }
    @media screen and (max-width: 767px) {
      .form-section .contact-list-item {
        margin-top: 10.1vw; }
        .form-section .contact-list-item._4 .field-wrap {
          font-size: 14px; } }
    .form-section .contact-list-item:first-child {
      margin-top: 0; }
    .form-section .contact-list-item:nth-child(n + 2) {
      display: none; }
    .form-section .contact-list-item._10 .radio-list {
      width: 29.8vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._10 .radio-list {
          width: 100%; } }
    .form-section .contact-list-item._10 .horizontal-item:nth-of-type(4) {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._10 .horizontal-item:nth-of-type(4) {
          margin-left: 2.6vw; } }
    .form-section .contact-list-item._10 .horizontal-item:nth-of-type(n + 4) {
      margin-top: 0.8vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._10 .horizontal-item:nth-of-type(n + 4) {
          margin-top: 2.6vw; } }
    .form-section .contact-list-item._12 .radio-list, .form-section .contact-list-item._13 .radio-list {
      width: 32.8vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._12 .radio-list, .form-section .contact-list-item._13 .radio-list {
          width: 100%; } }
      .form-section .contact-list-item._12 .radio-list label, .form-section .contact-list-item._13 .radio-list label {
        width: 10.4vw; }
        @media screen and (max-width: 767px) {
          .form-section .contact-list-item._12 .radio-list label, .form-section .contact-list-item._13 .radio-list label {
            width: 100%; } }
    .form-section .contact-list-item._12 .horizontal-item:nth-of-type(4), .form-section .contact-list-item._13 .horizontal-item:nth-of-type(4) {
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._12 .horizontal-item:nth-of-type(4), .form-section .contact-list-item._13 .horizontal-item:nth-of-type(4) {
          margin-left: 2.6vw; } }
    .form-section .contact-list-item._12 .horizontal-item:nth-of-type(n + 4), .form-section .contact-list-item._13 .horizontal-item:nth-of-type(n + 4) {
      margin-top: 0.8vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._12 .horizontal-item:nth-of-type(n + 4), .form-section .contact-list-item._13 .horizontal-item:nth-of-type(n + 4) {
          margin-top: 2.6vw; } }
    .form-section .contact-list-item._19 .txt {
      text-align: justify;
      margin-bottom: 2.2vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._19 .txt {
          margin-bottom: 2.6vw; } }
    .form-section .contact-list-item._19 .condition-wrap {
      width: 100%;
      height: 10vw;
      max-width: initial;
      min-height: initial;
      display: block;
      position: static;
      transform: none;
      padding: 2.2vw;
      border: 0.05vw solid #ccc;
      margin-bottom: 2.2vw; }
      @media screen and (max-width: 767px) {
        .form-section .contact-list-item._19 .condition-wrap {
          height: 30vw;
          padding: 4vw;
          border-width: 1px;
          margin-bottom: 4vw; } }
      .form-section .contact-list-item._19 .condition-wrap .ttl {
        margin-bottom: 0; }
      .form-section .contact-list-item._19 .condition-wrap .txt {
        margin-bottom: 0; }
  .form-section .ttl {
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    margin-bottom: 1.15vw; }
    @media screen and (max-width: 767px) {
      .form-section .ttl {
        font-size: 16px;
        line-height: 1.4;
        margin-bottom: 5.3vw; } }
    .form-section .ttl .required {
      width: 3.3vw;
      height: 1vw;
      font-size: 0.63vw;
      font-weight: 700;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      margin-left: 1.3vw;
      background: #47a5b5;
      border-radius: 0.1vw; }
      @media screen and (max-width: 767px) {
        .form-section .ttl .required {
          width: 16.1vw;
          height: 5.1vw;
          font-size: 3vw;
          margin-left: 2.7vw;
          border-radius: 0.5vw; } }
      .form-section .ttl .required.any {
        background: #EB730E; }
  .form-section .field-wrap {
    font-size: 0.73vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .form-section .field-wrap {
        font-size: 16px; } }
  .form-section input, .form-section select, .form-section textarea {
    font-size: 0.73vw;
    font-family: source-han-sans-japanese, sans-serif;
    font-weight: 500;
    font-style: normal;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none; }
    @media screen and (max-width: 767px) {
      .form-section input, .form-section select, .form-section textarea {
        font-size: 16px;
        line-height: 1.4; } }
  .form-section select {
    color: #000; }
  .form-section .radio-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
    .form-section .radio-list label {
      width: 9.4vw;
      height: 3.1vw;
      display: flex;
      border: 0.1vw solid #DEDEDE;
      border-radius: 0.1vw;
      overflow: hidden; }
      @media screen and (max-width: 767px) {
        .form-section .radio-list label {
          width: 100%;
          height: 20.3vw;
          border-width: 1px;
          border-radius: 0.5vw; } }
      .form-section .radio-list label > span {
        width: 100%;
        display: flex;
        align-items: center;
        padding-left: 1vw;
        position: relative;
        cursor: pointer; }
        @media screen and (max-width: 767px) {
          .form-section .radio-list label > span {
            line-height: 1.3;
            padding: 0 3vw 0 9.9vw; } }
        .form-section .radio-list label > span:before {
          content: "";
          width: 0.83vw;
          height: 0.83vw;
          margin-right: 0.5vw;
          background: #fff;
          border: 0.1vw solid #DEDEDE;
          border-radius: 50%; }
          @media screen and (max-width: 767px) {
            .form-section .radio-list label > span:before {
              width: 4.3vw;
              height: 4.3vw;
              border-width: 1px;
              margin-right: 2.6vw;
              position: absolute;
              top: 50%;
              left: 4vw;
              transform: translate(0, -50%); } }
        .form-section .radio-list label > span:after {
          content: "";
          width: 0.31vw;
          height: 0.31vw;
          background: #47a5b5;
          border-radius: 50%;
          position: absolute;
          top: 50%;
          left: 1.26vw;
          transform: translate(0, -50%);
          -webkit-transition: all ease 0.3s;
          transition: all ease 0.3s;
          opacity: 0; }
          @media screen and (max-width: 767px) {
            .form-section .radio-list label > span:after {
              width: 1.6vw;
              height: 1.6vw;
              left: 5.35vw; } }
    @media screen and (max-width: 767px) {
      .form-section .radio-list input[type="radio"] {
        position: absolute; } }
    .form-section .radio-list input[type="radio"]:checked + span {
      background: #f8faff; }
      .form-section .radio-list input[type="radio"]:checked + span:after {
        opacity: 1; }
  .form-section .checkbox-list {
    display: flex;
    flex-direction: column; }
    .form-section .checkbox-list label > span {
      display: inline-flex;
      align-items: center;
      position: relative;
      cursor: pointer; }
      .form-section .checkbox-list label > span:before {
        content: "";
        width: 1vw;
        height: 1vw;
        border: 0.1vw solid #DEDEDE;
        border-radius: 0.1vw;
        margin-right: 0.6vw; }
        @media screen and (max-width: 767px) {
          .form-section .checkbox-list label > span:before {
            width: 4.3vw;
            height: 4.3vw;
            border-width: 1px;
            margin-right: 2.6vw; } }
      .form-section .checkbox-list label > span:after {
        content: "";
        width: 0.36vw;
        height: 0.41vw;
        background-image: url(../img/check.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        position: absolute;
        top: 50%;
        left: 0.32vw;
        transform: translate(0, -50%);
        -webkit-transition: all ease 0.3s;
        transition: all ease 0.3s;
        opacity: 0; }
        @media screen and (max-width: 767px) {
          .form-section .checkbox-list label > span:after {
            width: 1.6vw;
            height: 1.9vw;
            left: 1.3vw; } }
    @media screen and (max-width: 767px) {
      .form-section .checkbox-list input[type="checkbox"] {
        position: absolute; } }
    .form-section .checkbox-list input[type="checkbox"]:checked + span:after {
      opacity: 1; }
    .form-section .checkbox-list .horizontal-item {
      margin-bottom: 0.63vw;
      margin-left: 0; }
      @media screen and (max-width: 767px) {
        .form-section .checkbox-list .horizontal-item {
          width: 100%;
          margin-bottom: 3.7vw; }
          .form-section .checkbox-list .horizontal-item:nth-of-type(even) {
            margin-left: 0; }
          .form-section .checkbox-list .horizontal-item:nth-of-type(n + 3) {
            margin-top: 0;
            margin-bottom: 2.7vw; } }
      .form-section .checkbox-list .horizontal-item:last-of-type {
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .form-section .checkbox-list .horizontal-item:last-of-type {
            margin-bottom: 0; } }
  .form-section select, .form-section input[type="text"], .form-section textarea {
    width: 100%;
    height: 3.1vw;
    border: 0.1vw solid #DEDEDE;
    border-radius: 0.1vw;
    padding: 0 1vw;
    margin-right: 0.78vw; }
    @media screen and (max-width: 767px) {
      .form-section select, .form-section input[type="text"], .form-section textarea {
        height: 13.3vw;
        border-width: 1px;
        border-radius: 0.5vw;
        padding: 0 4vw;
        margin-right: 0; } }
    .form-section select:focus, .form-section input[type="text"]:focus, .form-section textarea:focus {
      outline: none; }
  .form-section textarea {
    height: 14vw;
    padding: 1vw;
    resize: none; }
    @media screen and (max-width: 767px) {
      .form-section textarea {
        height: 100vw;
        padding: 4vw; } }
  .form-section .text {
    width: 50%; }
    @media screen and (max-width: 767px) {
      .form-section .text {
        width: 100%; } }
  .form-section .select-purpose {
    width: 19.5vw; }
    @media screen and (max-width: 767px) {
      .form-section .select-purpose {
        width: 100%; } }
  .form-section .select-list {
    display: flex;
    align-items: center; }
  .form-section .select-list-item {
    display: flex;
    align-items: center;
    margin-right: 1.56vw;
    position: relative; }
    .form-section .select-list-item:last-child {
      margin-right: 0; }
    .form-section .select-list-item .arrow:after {
      right: calc(1em + 1.78vw); }
      @media screen and (max-width: 767px) {
        .form-section .select-list-item .arrow:after {
          right: calc(1.5em + 4vw); } }
  .form-section #year {
    width: 11.9vw; }
    @media screen and (max-width: 767px) {
      .form-section #year {
        width: 26.7vw;
        margin-right: 0.5em; } }
  .form-section #month, .form-section #date {
    width: 5.83vw; }
    @media screen and (max-width: 767px) {
      .form-section #month, .form-section #date {
        width: 16.7vw;
        margin-right: 0.5em; } }
  .form-section .arrow:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0.36vw 0.2vw 0 0.2vw;
    border-color: #000000 transparent transparent transparent;
    position: absolute;
    top: 50%;
    right: 1vw;
    transform: translate(0, -50%); }
    @media screen and (max-width: 767px) {
      .form-section .arrow:after {
        border-width: 1.9vw 1vw 0 1vw;
        right: 4vw; } }
  .form-section .horizontal-item {
    margin-left: 0.8vw; }
    @media screen and (max-width: 767px) {
      .form-section .horizontal-item {
        width: calc((100% - 2.6vw)/2);
        margin-left: 2.6vw; }
        .form-section .horizontal-item:nth-of-type(n + 3) {
          margin: 2.6vw 0 0 0; }
        .form-section .horizontal-item:nth-of-type(even) {
          margin-left: 2.6vw; } }
    .form-section .horizontal-item:first-of-type {
      margin-left: 0; }
  .form-section .txt {
    font-size: 0.83vw;
    text-align: center;
    margin-bottom: 3.49vw; }
    @media screen and (max-width: 767px) {
      .form-section .txt {
        font-size: 3.8vw;
        line-height: 1.4;
        margin-bottom: 5vw; } }
    .form-section .txt a {
      color: #47a5b5;
      text-decoration: underline; }
  .form-section .btn-list {
    display: flex;
    align-items: center;
    justify-content: center; }
    @media screen and (max-width: 767px) {
      .form-section .btn-list {
        flex-direction: column; } }
  .form-section .btn-list-item {
    border-radius: 0.5vw;
    position: relative;
    overflow: hidden; }
    @media screen and (max-width: 767px) {
      .form-section .btn-list-item {
        width: 100%;
        border-radius: 2.6vw; } }
    .form-section .btn-list-item:first-child {
      margin-right: 1vw; }
      @media screen and (max-width: 767px) {
        .form-section .btn-list-item:first-child {
          margin-right: 0;
          margin-bottom: 3vw; } }
    .form-section .btn-list-item:after {
      content: "";
      width: 0.78vw;
      height: 0.36vw;
      background-image: url(../img/arrow5.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      position: absolute;
      top: 50%;
      right: 1.82vw;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .form-section .btn-list-item:after {
          width: 3.33vw;
          height: 1.28vw;
          right: 9.2vw; } }
    .form-section .btn-list-item.active:after {
      background-image: url(../img/arrow2.svg); }
    .form-section .btn-list-item input {
      width: 17.1vw;
      height: 3.1vw;
      font-size: 0.83vw;
      font-weight: 700;
      color: #fff;
      background: #47a5b5;
      display: block;
      cursor: pointer; }
      @media screen and (max-width: 767px) {
        .form-section .btn-list-item input {
          width: 100%;
          height: 15.4vw;
          font-size: 4.1vw;
          border-radius: 2.6vw; } }
      .form-section .btn-list-item input.back {
        background: #666; }
    .form-section .btn-list-item input:disabled {
      color: #8e8e8e;
      background: #ccc;
      cursor: not-allowed; }
    .form-section .btn-list-item.back {
      display: none; }
      .form-section .btn-list-item.back:after {
        content: none; }
    .form-section .btn-list-item .btn-back {
      width: 17.1vw;
      height: 3.1vw;
      font-size: 0.83vw;
      font-weight: 700;
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #666;
      border-radius: 0.5vw;
      position: relative; }
      @media screen and (max-width: 767px) {
        .form-section .btn-list-item .btn-back {
          width: 100%;
          height: 15.4vw;
          font-size: 4.1vw;
          border-radius: 2.6vw; } }
      .form-section .btn-list-item .btn-back:hover {
        opacity: 1; }
      .form-section .btn-list-item .btn-back:after {
        content: "";
        width: 0.78vw;
        height: 0.36vw;
        background-image: url(../img/arrow2.svg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position: center center;
        position: absolute;
        top: 50%;
        right: 1.82vw;
        transform: translate(0, -50%); }
        @media screen and (max-width: 767px) {
          .form-section .btn-list-item .btn-back:after {
            width: 3.33vw;
            height: 1.28vw;
            right: 9.2vw; } }

.mw_wp_form .hbd .select-list-item .error {
  position: absolute;
  top: 0;
  left: 0;
  margin-top: 3.62vw; }
  @media screen and (max-width: 767px) {
    .mw_wp_form .hbd .select-list-item .error {
      margin-top: 16vw !important; } }

.page-confirm .bnr-wrap {
  display: none; }
.page-confirm .txt-wrap {
  text-align: center; }
  .page-confirm .txt-wrap .txt {
    font-size: 0.83vw;
    line-height: 1.6;
    text-align: center; }
.page-confirm .form-section .wrap._1 {
  padding-top: 0; }
.page-confirm .form-section .wrap._2 {
  padding-bottom: 3.13vw;
  display: block; }
.page-confirm .form-section .wrap._3 {
  padding-top: 0vw;
  border-radius: 0.52vw; }
.page-confirm .form-section .wrap:nth-of-type(n + 2) .contact-list-item {
  display: flex; }
.page-confirm .form-section .ttl {
  flex-basis: 40%;
  max-width: 40%;
  margin-bottom: 0; }
  @media screen and (max-width: 767px) {
    .page-confirm .form-section .ttl {
      flex-basis: 100%;
      max-width: 100%; } }
  .page-confirm .form-section .ttl .required {
    display: none; }
.page-confirm .form-section .arrow:after {
  content: none; }
.page-confirm .form-section .select-list-item {
  margin-right: 0.5em; }
  @media screen and (max-width: 767px) {
    .page-confirm .form-section .select-list-item {
      margin-right: 0; } }
.page-confirm .form-section .field-wrap {
  font-size: 0.83vw;
  flex-basis: 60%;
  max-width: 60%; }
  @media screen and (max-width: 767px) {
    .page-confirm .form-section .field-wrap {
      font-size: 16px;
      flex-basis: 100%;
      max-width: 100%;
      margin-top: 2.5vw; } }
  .page-confirm .form-section .field-wrap.select-purpose, .page-confirm .form-section .field-wrap.text {
    width: auto;
    flex-basis: 60%;
    max-width: 60%; }
    @media screen and (max-width: 767px) {
      .page-confirm .form-section .field-wrap.select-purpose, .page-confirm .form-section .field-wrap.text {
        flex-basis: 100%;
        max-width: 100%; } }
.page-confirm .form-section .radio-list {
  width: 100% !important; }
.page-confirm .form-section .btn-list-item:after {
  background-image: url(../img/arrow2.svg); }
.page-confirm .form-section .btn-list-item.back {
  display: block; }
.page-confirm .contact-list-item {
  font-size: 0.83vw;
  display: flex; }
  @media screen and (max-width: 767px) {
    .page-confirm .contact-list-item {
      font-size: 16px;
      flex-direction: column;
      margin-top: 5.1vw;
      padding-bottom: 5.1vw;
      border-bottom: 1px solid #f1f1f1; } }
  .page-confirm .contact-list-item:nth-child(n + 2) {
    display: flex; }
  @media screen and (max-width: 767px) {
    .page-confirm .contact-list-item._19 {
      padding-bottom: 0;
      border-bottom: none; }
      .page-confirm .contact-list-item._19 .field-wrap {
        margin-top: 0; }
        .page-confirm .contact-list-item._19 .field-wrap .field-wrap {
          margin-top: 2.5vw; } }
  .page-confirm .contact-list-item._19 .txt {
    display: none; }
  .page-confirm .contact-list-item._19 .condition-wrap {
    display: none; }
.page-confirm .txt {
  display: none; }

.page-back .form-section .contact-list-item:nth-child(n + 2), .page-error .form-section .contact-list-item:nth-child(n + 2) {
  display: block; }
.page-back .form-section .wrap + .txt, .page-error .form-section .wrap + .txt {
  display: block; }
.page-back .form-section .wrap._1, .page-error .form-section .wrap._1 {
  padding-bottom: 4.17vw; }
.page-back .form-section .wrap._2, .page-error .form-section .wrap._2 {
  padding-bottom: 4.17vw;
  display: block; }
.page-back .form-section .wrap._3, .page-error .form-section .wrap._3 {
  padding-top: 4.17vw; }
.page-back .form-section .wrap:nth-of-type(n + 2), .page-error .form-section .wrap:nth-of-type(n + 2) {
  display: block; }
  .page-back .form-section .wrap:nth-of-type(n + 2) .contact-list-item, .page-error .form-section .wrap:nth-of-type(n + 2) .contact-list-item {
    display: block; }

.page-error .form-section .btn-list-item:after {
  background-image: url(../img/arrow2.svg); }

/* !!------------------------------------ */
/* !! サンクスページ */
.page-thanks {
  background: #f6f6f6; }
  .page-thanks .ttl-h2:before {
    content: "";
    width: 2.8vw;
    height: 2.8vw;
    background-image: url(../img/icon-check.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
    display: block;
    margin: 0 auto 1.15vw auto; }
    @media screen and (max-width: 767px) {
      .page-thanks .ttl-h2:before {
        width: 7.7vw;
        height: 7.7vw;
        margin-bottom: 4.1vw; } }
  .page-thanks .content-wrap {
    width: 45.2vw;
    margin: 0 auto; }
    @media screen and (max-width: 767px) {
      .page-thanks .content-wrap {
        width: 100%; } }
    .page-thanks .content-wrap .thanks-wrap {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 3.33vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .thanks-wrap {
          flex-direction: column;
          margin-bottom: 18.5vw; } }
    .page-thanks .content-wrap .img-wrap {
      flex-basis: 5vw;
      max-width: 5vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .img-wrap {
          flex-basis: 25vw;
          max-width: 25vw; } }
    .page-thanks .content-wrap .txt-wrap {
      margin-left: 1.7vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .txt-wrap {
          margin: 8.5vw 0 0 0; } }
      .page-thanks .content-wrap .txt-wrap .txt {
        font-size: 1vw;
        color: #000;
        line-height: 1.7;
        font-weight: 700;
        margin-bottom: 0.6vw; }
        @media screen and (max-width: 767px) {
          .page-thanks .content-wrap .txt-wrap .txt {
            font-size: 4.61vw;
            line-height: 1.8;
            text-align: justify;
            margin-bottom: 2vw; } }
      .page-thanks .content-wrap .txt-wrap .note-txt {
        font-size: 0.83vw;
        color: #a2a2a2; }
        @media screen and (max-width: 767px) {
          .page-thanks .content-wrap .txt-wrap .note-txt {
            font-size: 3.6vw; } }
    .page-thanks .content-wrap .ttl-h3 {
      font-size: 1vw;
      font-weight: 700;
      margin-bottom: 1vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .ttl-h3 {
          font-size: 4.62vw;
          margin-bottom: 3.33vw; } }
    .page-thanks .content-wrap .attention-list {
      margin-bottom: 4.2vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .attention-list {
          margin-bottom: 13.3vw; } }
    .page-thanks .content-wrap .attention-list-item {
      font-size: 0.83vw;
      font-weight: 300;
      line-height: 1.5;
      text-align: justify;
      text-indent: -1.3em;
      padding-left: 1.3em;
      list-style: decimal inside;
      margin-bottom: 0.7vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .attention-list-item {
          font-size: 3.59vw;
          line-height: 1.71;
          text-align: left;
          margin-bottom: 4.6vw; } }
      .page-thanks .content-wrap .attention-list-item span {
        font-weight: 700;
        text-decoration: underline; }
        .page-thanks .content-wrap .attention-list-item span.attention {
          font-weight: bold;
          color: #af1400;
          text-decoration: none;
          border: 1px solid #af1400;
          display: inline-block;
          text-indent: 0;
          padding: 0.5vw;
          margin-top: 0.5vw; }
          @media screen and (max-width: 767px) {
            .page-thanks .content-wrap .attention-list-item span.attention {
              padding: 2.56vw;
              margin-top: 2.56vw; } }
      .page-thanks .content-wrap .attention-list-item:last-child {
        margin-bottom: 0; }
    .page-thanks .content-wrap .txt {
      font-size: 1vw;
      color: #a2a2a2;
      display: flex;
      justify-content: center;
      margin-bottom: 0.9vw; }
      @media screen and (max-width: 767px) {
        .page-thanks .content-wrap .txt {
          font-size: 4.62vw;
          margin-bottom: 6.9vw; } }
      .page-thanks .content-wrap .txt strong {
        font-size: 1vw;
        line-height: 1.7;
        color: #47a5b5; }
        @media screen and (max-width: 767px) {
          .page-thanks .content-wrap .txt strong {
            font-size: 4.62vw;
            line-height: 1.8;
            text-align: justify; } }
      .page-thanks .content-wrap .txt + .txt {
        margin-top: 0.9vw;
        margin-bottom: 0; }
        @media screen and (max-width: 767px) {
          .page-thanks .content-wrap .txt + .txt {
            margin-top: 6.9vw; } }
      .page-thanks .content-wrap .txt a {
        text-decoration: underline;
        cursor: pointer; }
  .page-thanks .btn-top {
    width: 17.2vw;
    height: 3.13vw;
    color: #fff;
    font-size: 0.83vw;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #47a5b5;
    border-radius: 0.52vw;
    margin: 5vw auto 3.5vw;
    position: relative; }
    @media screen and (max-width: 767px) {
      .page-thanks .btn-top {
        width: 84.6vw;
        height: 15.4vw;
        font-size: 4.1vw;
        border-radius: 2.6vw;
        margin: 17vw auto 21vw; } }
    .page-thanks .btn-top:after {
      content: "";
      width: 0.78vw;
      height: 0.36vw;
      background-image: url(../img/arrow2.svg);
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center center;
      position: absolute;
      top: 50%;
      right: 1.82vw;
      transform: translate(0, -50%); }
      @media screen and (max-width: 767px) {
        .page-thanks .btn-top:after {
          width: 3.33vw;
          height: 1.28vw;
          right: 9.2vw; } }

/* !!------------------------------------ */
/* !! プレゼント適応条件 */
.modal-bg {
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  display: none; }
  .modal-bg.show {
    display: block; }

.condition-wrap {
  width: 41.4vw;
  height: auto;
  max-height: 95%;
  min-height: 10.4vw;
  padding: 3.1vw;
  background: #fff;
  border-radius: 0.2vw;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  display: none;
  z-index: 4; }
  @media screen and (max-width: 767px) {
    .condition-wrap {
      width: calc(100% - 7.68vw);
      height: calc(100% - 7.68vw);
      max-height: initial;
      min-height: initial;
      padding: 5.13vw;
      padding-top: 12.83vw;
      border-radius: 2.56vw; } }
  .condition-wrap .btn-close {
    width: 3.1vw;
    height: 3.1vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    cursor: pointer; }
    @media screen and (max-width: 767px) {
      .condition-wrap .btn-close {
        width: 5.13vw;
        height: 5.13vw;
        top: 5.13vw;
        right: 5.13vw; } }
    .condition-wrap .btn-close:before, .condition-wrap .btn-close:after {
      content: "";
      width: 1vw;
      height: 1px;
      background: #000;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%) rotate(45deg); }
      @media screen and (max-width: 767px) {
        .condition-wrap .btn-close:before, .condition-wrap .btn-close:after {
          width: 3.84vw; } }
    .condition-wrap .btn-close:after {
      transform: translate(-50%, -50%) rotate(-45deg); }
  .condition-wrap .ttl, .condition-wrap .txt {
    font-size: 0.62vw;
    font-weight: 300;
    color: #444;
    line-height: 1.6;
    text-align: justify; }
    @media screen and (max-width: 767px) {
      .condition-wrap .ttl, .condition-wrap .txt {
        font-size: 3vw; } }
  .condition-wrap .ttl {
    margin-top: 1.5em; }
    .condition-wrap .ttl:first-of-type {
      margin-top: 0; }
  .condition-wrap .txt {
    display: flex; }
  .condition-wrap .condition-list {
    flex-basis: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column; }
  .condition-wrap ul.condition-list .txt:before {
    content: "・";
    line-height: 1.6;
    width: 1em;
    text-align: center; }
  .condition-wrap dl.condition-list {
    padding-left: 1.5em;
    padding-bottom: 1.5em; }
    .condition-wrap dl.condition-list dd:before {
      content: "・";
      line-height: 1.6;
      width: 1em;
      text-align: center; }
  .condition-wrap ol:last-of-type {
    padding-top: 1.5em; }
    .condition-wrap ol:last-of-type .txt {
      display: list-item;
      list-style: inside decimal;
      padding-left: 1.4em;
      text-indent: -1.4em;
      text-align: left; }

body.on {
  overflow: hidden; }

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