@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700;800&family=Noto+Sans+JP:wght@300;400;500;700&family=Yusei+Magic&display=swap");
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ****************************************************
color set
**************************************************** */
/* ****************************************************
font
**************************************************** */
/* ****************************************************
mixin
**************************************************** */
/* center */
/* transition */
/* break point */
/* flex */
/*  - - - - - - basic - - - - - - */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

button {
  background-color: transparent;
  color: inherit;
  border-width: 0;
  padding: 0;
  cursor: pointer;
}

figure {
  margin: 0;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
  margin: 0;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
}

p {
  margin: 0;
}

cite {
  font-style: normal;
}

fieldset {
  border-width: 0;
  padding: 0;
  margin: 0;
}

html,
body {
  overflow: auto;
  overflow-x: hidden;
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  text-align: center;
  font-family: "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, serif, Verdana, sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  color: #000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
html img,
body img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/*  - - - - - - common - - - - - - */
.pc {
  display: block;
}

.sp {
  display: none;
}

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

  .sp {
    display: block;
  }
}
@media (min-width: 751px) {
  a[href*="tel:"] {
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
  a[href*="tel:"]:hover {
    opacity: 1;
    filter: alpha(opacity=100);
  }
}
#wrap {
  position: relative;
}

/* fixed pc */
#pop {
  position: fixed;
  right: 0;
  top: 35vh;
  z-index: 10;
}
#pop a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#pop a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
@media screen and (max-width: 1034px) {
  #pop {
    width: 7vw;
  }
}
@media screen and (max-width: 768px) {
  #pop {
    display: none;
  }
}

/* fixed sp */
.pop_sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .pop_sp {
    display: block;
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 10;
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pop_sp ul li img {
    height: auto;
    width: 100%;
  }
  .pop_sp ul li:first-child {
    border-bottom: 1px solid #fff;
  }
  .pop_sp.fixed {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
    visibility: visible;
  }
}

/*  - - - - - - header - - - - - - */
header {
  background: #0099d9;
  border-bottom: 5px solid #f39800;
}
header .inner {
  background: url("/img/bg_hd.jpg") no-repeat;
  margin: 0 auto;
  padding: 30px 0 18px;
  position: relative;
  text-align: left;
  max-width: 1023px;
}
header .inner p {
  bottom: 14px;
  line-height: 1;
  position: absolute;
  right: 16px;
}
@media screen and (max-width: 1034px) {
  header .inner {
    margin: 0;
    padding: 2.9vw 15px 1.8vw;
  }
  header .inner .logo {
    width: 64.4vw;
  }
  header .inner p {
    width: 28vw;
  }
}
@media screen and (max-width: 768px) {
  header {
    padding: 0.5333333333vw 0.2666666667vw 0.2666666667vw;
  }
  header .inner {
    background: url("/img/bg_hd_sp.jpg") no-repeat;
    background-size: cover;
  }
}

/*  - - - - - - main - - - - - - */
main .inner {
  margin: 0 auto;
  text-align: left;
  max-width: 1023px;
  /* lead */
  /* spt */
}
@media screen and (max-width: 768px) {
  main .inner #vi img {
    height: auto;
    width: 100%;
  }
}
main .inner #lead {
  background: url("/img/bg_lead.gif") left top no-repeat;
  border-top: 10px solid #f39800;
  margin-bottom: 50px;
  text-align: center;
}
main .inner #lead p {
  line-height: 1;
  vertical-align: bottom;
}
main .inner #lead .last {
  padding: 6em 0 3em;
}
main .inner #lead .last p {
  display: inline-block;
  font-family: "Yusei Magic", serif;
  font-size: 4.8rem;
  line-height: 1.3;
  position: relative;
}
main .inner #lead .last p:before {
  background: url("/img/lead_01.gif") no-repeat;
  content: "";
  height: 55px;
  left: -35px;
  margin-top: -27px;
  position: absolute;
  top: 50%;
  width: 27px;
}
main .inner #lead .last p:after {
  background: url("/img/lead_02.gif") no-repeat;
  content: "";
  height: 55px;
  margin-top: -27px;
  position: absolute;
  right: -35px;
  top: 50%;
  width: 27px;
}
main .inner #lead .last p span {
  display: inline-block;
  font-size: 3.6rem;
  margin-left: 0.5em;
}
@media screen and (max-width: 1034px) {
  main .inner #lead p img {
    height: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  main .inner #lead {
    background: url("/img/bg_lead.gif") left top no-repeat;
    background-size: 10vw auto;
  }
  main .inner #lead .last p {
    font-size: 8.5333333333vw;
  }
  main .inner #lead .last p:before {
    margin-top: -0.7em;
  }
  main .inner #lead .last p:after {
    margin-top: -0.7em;
  }
  main .inner #lead .last p span {
    display: block;
    font-size: 4.8vw;
  }
}
main .inner #spt {
  background: url("/img/bg_spt.gif") 0 0 repeat;
}
main .inner #spt .blk {
  padding-bottom: 60px;
}
main .inner #spt .blk h2 {
  line-height: 1;
  margin-bottom: 2em;
}
main .inner #spt .blk > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 890px;
}
main .inner #spt .blk > div p {
  font-size: 1.8rem;
  line-height: 1.7;
  width: 50%;
}
main .inner #spt .blk > div div {
  width: 46%;
}
main .inner #spt .blk > div div img {
  height: auto;
  width: 100%;
}
@media screen and (max-width: 1034px) {
  main .inner #spt .blk > div {
    padding: 0 15px;
  }
}
@media screen and (max-width: 768px) {
  main .inner #spt {
    padding-bottom: 2em;
  }
  main .inner #spt .blk {
    padding-bottom: 4.5333333333vw;
  }
  main .inner #spt .blk h2 img {
    height: auto;
    width: 100%;
  }
  main .inner #spt .blk > div {
    display: block;
    margin: 0;
    padding: 0 5.8666666667vw;
  }
  main .inner #spt .blk > div p {
    font-size: 4.2666666667vw;
    margin-bottom: 1.5em;
    width: auto;
  }
  main .inner #spt .blk > div div {
    width: auto;
  }
}

/*  - - - - - - form - - - - - - */
#form {
  margin-bottom: 100px;
}
#form h1 {
  color: #00a0e9;
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 3.6rem;
  font-weight: 600;
  padding-top: 100px;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 60px;
}
#form p {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.6rem;
  font-weight: 500;
  margin-bottom: 60px;
  text-align: center;
}
#form form {
  margin: 0 auto;
  max-width: 800px;
}
#form form input {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
#form form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#form form dl dt {
  background: #eee;
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  padding: 1em 1.5em;
  width: 35%;
}
#form form dl dt .hissu {
  background: #666;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  line-height: 1;
  margin-left: 0.6em;
  padding: 3px 8px 4px;
  white-space: nowrap;
}
#form form dl dt .area {
  display: block;
  font-size: 1.3rem;
}
#form form dl dd {
  border-bottom: 2px solid #fff;
  font-size: 1.6rem;
  padding: 1em 1.5em;
  width: 65%;
}
#form form dl dd input[type=text],
#form form dl dd input[type=email] {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  padding: 0.5em 1em;
  width: 100%;
}
#form form dl dd input[type=text].short {
  width: 15%;
}
#form form dl dd textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 1.6rem;
  height: 4em;
  padding: 0.5em 1em;
  width: 100%;
}
#form form dl dd label.checkbox input[type=checkbox] {
  display: none;
}
#form form dl dd label.checkbox input[type=checkbox]:checked + span {
  color: #0075c2;
}
#form form dl dd label.checkbox input[type=checkbox]:checked + span::after {
  border-bottom: 3px solid #0075c2;
  border-right: 3px solid #0075c2;
  content: "";
  display: block;
  height: 20px;
  left: -2px;
  position: absolute;
  top: -3px;
  width: 16px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
#form form dl dd label.checkbox span {
  padding-left: 26px;
  position: relative;
}
#form form dl dd label.checkbox span::before {
  border: 1px solid #ccc;
  border-radius: 4px;
  content: "";
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0.2em;
  width: 20px;
}
#form form .btn {
  padding-top: 30px;
  text-align: center;
  position: relative;
}
#form form .btn input {
  background: #0075c2;
  border: none;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: 500;
  padding: 1em 3em;
}
#form form .btn button.back {
  padding: 1em 2em;
  background: #aaa;
  color: #fff;
  font-size: 1.6rem;
  border-radius: 5px;
  position: absolute;
  left: 0;
}
#form form input:focus:-moz-placeholder-shown {
  color: transparent;
}
#form form input:focus:-ms-input-placeholder {
  color: transparent;
}
#form form input:focus:placeholder-shown {
  color: transparent;
}
#form form input:focus::-webkit-input-placeholder {
  color: transparent;
}
#form form input:focus::-moz-placeholder {
  color: transparent;
}
#form form input:focus:-ms-input-placeholder {
  color: transparent;
}
#form form input:focus::-ms-input-placeholder {
  color: transparent;
}
#form form textarea:focus:-moz-placeholder-shown {
  color: transparent;
}
#form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#form form textarea:focus:placeholder-shown {
  color: transparent;
}
#form form textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
#form form textarea:focus::-moz-placeholder {
  color: transparent;
}
#form form textarea:focus:-ms-input-placeholder {
  color: transparent;
}
#form form textarea:focus::-ms-input-placeholder {
  color: transparent;
}
#form form input.error,
#form form textarea.error,
#form form select.error {
  background: #fbeef4;
}
#form form p.error {
  color: #ff0000;
  font-size: 1.3rem;
  margin: 5px 0 0 0;
  text-align: left;
}
#form form ul.listCheck {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#form form ul.listCheck li {
  margin: 0 25px 10px 0;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  #form {
    margin-bottom: 5em;
    padding: 0 4vw;
  }
  #form h1 {
    font-size: 4.8vw;
    line-height: 1.4;
    padding-top: 2em;
  }
  #form p {
    margin: 1em 0;
    text-align: left;
  }
  #form form dl {
    display: block;
  }
  #form form dl dt {
    width: auto;
  }
  #form form dl dd {
    width: auto;
  }
  #form form dl dd ul li {
    margin-bottom: 0.5em;
  }
  #form form .btn input {
    width: 100%;
  }
  #form form .btn button.back {
    position: static;
    width: 100%;
    margin-top: 1rem;
  }
}

/*  - - - - - - footer - - - - - - */
footer p {
  line-height: 1;
  margin: 0 auto;
  max-width: 1023px;
}
footer p a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
footer p a:hover {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
footer .office {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  padding: 26px 0;
  max-width: 884px;
}
footer .office li {
  background: #d9eff9;
  border-top-right-radius: 30px;
  padding: 16px;
  text-align: left;
  width: 32%;
}
footer .office li dl {
  line-height: 1.2;
}
footer .office li dl dt {
  font-size: 1.8rem;
  font-weight: 600;
}
footer .office li dl dd {
  font-size: 1.4rem;
  margin-top: 0.8em;
}
footer .ft_nav {
  background: #0099d9;
}
footer .ft_nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 auto;
  max-width: 1023px;
}
footer .ft_nav ul li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
footer .ft_nav ul li a {
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
}
footer .ft_nav ul li:first-child {
  line-height: 1;
  width: 66%;
}
footer .ft_nav ul li:first-child a {
  padding: 16px 0 14px;
}
footer .ft_nav ul li:nth-child(2) {
  border-left: 1px solid #fff;
}
footer .ft_nav ul li:nth-child(2) a {
  padding: 0 2em;
}
footer .ft_nav ul li:nth-child(3) {
  border-left: 1px solid #fff;
}
footer .ft_nav ul li:nth-child(3) a {
  padding: 0 1em;
}
footer .ft_nav ul li:last-child {
  background: #0075c2;
}
footer .ft_nav ul li:last-child a {
  padding: 0 1em;
}
footer p.copy {
  font-family: "M PLUS Rounded 1c", serif;
  font-size: 1.2rem;
  font-weight: 500;
  padding: 1.5em 0;
}
@media screen and (max-width: 1034px) {
  footer p img {
    height: auto;
    width: 100%;
  }
  footer .office {
    padding: 2vw 15px;
  }
  footer .ft_nav {
    padding: 0 15px;
  }
  footer .ft_nav ul li a {
    font-size: 1.17vw;
  }
  footer .ft_nav ul li:first-child {
    text-align: left;
    width: 56vw;
  }
  footer .ft_nav ul li:first-child img {
    width: 46vw;
  }
}
@media screen and (max-width: 768px) {
  footer .office {
    display: block;
    margin: 0;
    padding: 4.5333333333vw 8vw;
  }
  footer .office li {
    margin-bottom: 2.6666666667vw;
    width: auto;
  }
  footer .ft_nav {
    padding: 0 0 9.7333333333vw;
    position: relative;
  }
  footer .ft_nav ul li a {
    font-size: 2.6666666667vw;
  }
  footer .ft_nav ul li:first-child {
    bottom: 1.2vw;
    left: 3.0666666667vw;
    position: absolute;
    width: 63.2vw;
  }
  footer .ft_nav ul li:nth-child(2), footer .ft_nav ul li:nth-child(3), footer .ft_nav ul li:nth-child(4) {
    border-bottom: 1px solid #fff;
    padding: 0;
    text-align: center;
    width: 33.3%;
  }
  footer .ft_nav ul li:nth-child(2) a, footer .ft_nav ul li:nth-child(3) a, footer .ft_nav ul li:nth-child(4) a {
    display: block;
    padding: 1em 0;
    width: 100%;
  }
  footer .ft_nav ul li:nth-child(2) {
    border-left: none;
  }
  footer .ft_nav ul li:last-child {
    border-left: 1px solid #fff;
  }
  footer p.copy {
    font-size: 3.2vw;
  }
}