@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,500,700,900%7CNoto+Sans+JP:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/* ============================================================================
  pager
============================================================================ */
.pager-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .pager-list li .page-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px; }
    .pager-list li .page-number.current {
      color: #2f5597;
      border-bottom: 2px solid #2f5597; }
    .pager-list li .page-number.prev {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-right: 7px solid #000;
      border-bottom: 6px solid transparent; }
    .pager-list li .page-number.next {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 7px solid #000;
      border-bottom: 6px solid transparent; }

@media screen and (max-width: 768px) {
  .pager-list {
    margin-bottom: 0; }
    .pager-list li .page-number {
      font-size: 15px;
      font-size: 1.5rem;
      width: 24px;
      height: 30px;
      line-height: 30px;
      margin: 0 8px; }
      .pager-list li .page-number.prev {
        border-top: 4px solid transparent;
        border-right: 5px solid #000;
        border-bottom: 4px solid transparent; }
      .pager-list li .page-number.next {
        border-top: 4px solid transparent;
        border-left: 5px solid #000;
        border-bottom: 4px solid transparent; } }
/* ============================================================================
  pc/sp 表示非表示
============================================================================ */
.pc-item {
  display: block; }

.sp-item {
  display: none; }

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

  .sp-item {
    display: block; } }
/* ============================================================================
  下層MV
============================================================================ */
.mv-section {
  width: 90vw;
  margin: 0 auto;
  position: relative; }
  .mv-section .mv-content {
    position: relative;
    padding: 200px 0 100px 5vw;
    margin-bottom: 60px;
    height: 420px; }
    .mv-section .mv-content .mv-vis {
      position: absolute;
      top: 0;
      right: -5vw;
      width: 70%;
      height: 100%;
      transform: skewX(-20deg);
      transform-origin: 100% 100%;
      z-index: 1;
      overflow: hidden; }
      .mv-section .mv-content .mv-vis .mvvis-inner {
        width: 100%;
        height: 100%;
        background: url("../img/home/messagevis.png") no-repeat 50% 50%/cover;
        transform: skewX(20deg);
        transform-origin: 100% 100%; }
    .mv-section .mv-content h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      letter-spacing: 0.4em;
      display: block;
      line-height: 1;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 10px;
      z-index: 5; }
      .mv-section .mv-content h3 span {
        color: #2f5597;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.4em;
        line-height: 1;
        margin-bottom: 14px; }
    .mv-section .mv-content .sub {
      font-size: 25px;
      font-size: 2.5rem;
      color: #2f5597;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 1em;
      padding-top: 25px;
      position: relative;
      z-index: 5; }
      .mv-section .mv-content .sub:before {
        content: '';
        width: 44px;
        height: 1px;
        background-color: #2f5597;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 768px) {
  .mv-section {
    padding: 40px 0 40px 0; }
    .mv-section .mv-content {
      position: static;
      padding: 0;
      margin-bottom: 60px;
      height: auto; }
      .mv-section .mv-content::before {
        content: '';
        width: 100vw;
        height: 200px;
        background-color: #F7F7F7;
        position: absolute;
        top: 340px;
        left: -5vw;
        z-index: 2;
        transform: skewY(12.5deg);
        transform-origin: 100% 100%; }
      .mv-section .mv-content .mv-vis {
        position: absolute;
        top: 0;
        right: -5vw;
        width: 100vw;
        height: 340px;
        transform: skewY(0);
        transform-origin: 100% 0;
        z-index: 1; }
        .mv-section .mv-content .mv-vis .mvvis-inner {
          transform: skewY(0);
          transform-origin: 100% 0; }
      .mv-section .mv-content h3 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 310px; }
      .mv-section .mv-content .sub {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding-top: 25px; }
        .mv-section .mv-content .sub:before {
          width: 40px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
/* ============================================================================
  下層文字のみ
============================================================================ */
.title-section {
  padding: 200px 0 100px; }
  .title-section h3 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 5; }
    .title-section h3 span {
      color: #2f5597;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.4em;
      line-height: 1;
      margin-bottom: 14px; }

@media screen and (max-width: 768px) {
  .title-section {
    padding: 120px 0 60px; }
    .title-section h3 {
      font-size: 25px;
      font-size: 2.5rem;
      padding: 0;
      margin: 0 auto; } }
/* ============================================================================
  list
============================================================================ */
.num-list li {
  padding-left: 1em;
  text-indent: -1em; }

.disc-list {
  list-style-type: none; }
  .disc-list li {
    padding-left: 1.2em;
    margin-bottom: 5px;
    position: relative; }
    .disc-list li:last-child {
      margin-bottom: 0; }
    .disc-list li:before {
      content: '';
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #D4EDD4;
      position: absolute;
      left: 0;
      top: 9px; }

@media screen and (max-width: 1024px) {
  .disc-list li {
    padding-left: 1em; }
    .disc-list li:before {
      width: 6px;
      height: 6px;
      top: 10px; } }
.border-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6em;
  border-bottom: 1px solid #D2D2D2;
  position: relative; }
  .border-list:before {
    content: '';
    width: 22%;
    height: 1px;
    background-color: #2f5597;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .border-list dt, .border-list dd {
    padding: 35px 20px 35px; }
  .border-list dt {
    width: 22%;
    font-weight: bold;
    color: #2f5597;
    border-top: 1px solid #2f5597; }
  .border-list dd {
    width: 78%;
    border-top: 1px solid #D2D2D2; }

@media screen and (max-width: 1024px) {
  .border-list {
    display: block; }
    .border-list dt, .border-list dd {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .border-list dt {
      padding: 20px 0 14px; }
    .border-list dd {
      border-top: none;
      padding: 0 0 20px; } }
/* ============================================================================
  button
============================================================================ */
.btn {
  width: 340px;
  height: 60px;
  margin: 0 auto; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #2f5597; }
    .btn a p {
      color: white;
      line-height: 1;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.15em;
      padding-right: 50px;
      position: relative; }
      .btn a p::before, .btn a p::after {
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        right: 0;
        bottom: 0.25em;
        transform-origin: 100% 100%; }
      .btn a p::before {
        width: 7px;
        transform: rotate(45deg); }
      .btn a p::after {
        width: 40px; }

@media screen and (min-width: 1024px) {
  .btn a:hover {
    background-color: #274873;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn a:hover p {
      padding-right: 70px;
      transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn a:hover p::after {
        width: 60px;
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    height: 60px;
    margin: 0 auto; }
    .btn a p {
      font-size: 13px;
      font-size: 1.3rem; } }
/* ============================================================================
  下層コンテンツ
============================================================================ */
.section-lower {
  padding-bottom: 120px;
  position: relative; }
  .section-lower .section-lower-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; }

@media screen and (max-width: 1024px) {
  .section-lower {
    padding-bottom: 60px;
    z-index: 2; }
    .section-lower:before {
      z-index: 2 !important; } }
/* ==========================================================================
   print.scss
   ========================================================================== */
@media print {
  * html body {
    zoom: 0.7; }

  body {
    background-color: #fff;
    font-size: 12px; } }
/* ==========================================================================
   reset.scss
   ========================================================================== */
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html,
body,
div,
span,
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,
dialog,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

object,
embed {
  border: 0;
  vertical-align: bottom;
  outline: none; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

a img {
  border: none;
  text-decoration: none;
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul li {
  list-style: none; }

ul,
ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

caption,
th {
  text-align: left; }

/* Embedded content
   ========================================================================== */
img {
  border: none;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

input,
select {
  vertical-align: middle; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

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

label {
  cursor: pointer; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background: none; }

.wrapper {
  overflow: hidden;
  position: relative; }

.header {
  width: 96vw;
  display: block;
  margin: 0 auto;
  position: fixed;
  top: 2vw;
  left: 2vw;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 80px;
  z-index: 99;
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
  .header.init {
    top: -100px; }
  .header.shown {
    top: 2vw; }
  .header::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    background-color: white;
    box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.2);
    z-index: 1;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header h1 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    content: "";
    display: block;
    background: url("../img/logo.svg") no-repeat 50% 50%;
    background-size: 100% auto;
    width: 218px;
    height: 35px;
    margin-left: 30px;
    z-index: 9; }
    .header h1 a {
      display: block; }
  .header .drawer-content {
    width: calc( 100% - 218px - 7% );
    max-width: 950px;
    height: 100%;
    z-index: 9; }
    .header .drawer-content ul {
      display: flex;
      justify-content: space-between;
      overflow: hidden;
      position: relative;
      height: 100%; }
      .header .drawer-content ul li a {
        font-size: 15px;
        font-size: 1.4rem;
        display: inline-block;
        line-height: 80px;
        position: relative;
        padding: 0 10px; }
        .header .drawer-content ul li a.current {
          color: #2f5597;
          font-weight: bold; }
          .header .drawer-content ul li a.current::before {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 3px;
            background-color: #2f5597; }
      .header .drawer-content ul li:last-child {
        margin-right: 0;
        transform: translate(0, 0) skewX(-20deg);
        transform-origin: bottom left;
        width: 20%;
        overflow: hidden; }
        .header .drawer-content ul li:last-child a {
          display: inline-block;
          width: 101%;
          color: #fff;
          background-color: #2f5597;
          text-align: center;
          transform: translate(0, 0) skewX(20deg);
          transform-origin: bottom left;
          padding: 0 0 0 15px; }
          .header .drawer-content ul li:last-child a::after {
            display: none; }
  .header .drawer-btn {
    display: none;
    z-index: 9; }
  .header.fixed {
    width: 100vw;
    top: 0;
    left: 0;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 1024px) {
  .header .drawer-content ul li a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header .drawer-content ul li a:hover {
      color: #2f5597;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  .header .drawer-content ul li:last-child a:hover {
    background-color: #274873;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .header {
    height: 60px; }
    .header::before {
      height: 60px; }
    .header h1 {
      width: 60vw;
      height: 9.75vw;
      max-width: 260px;
      max-height: 40px;
      margin-left: 4vw;
      z-index: 9; }
      .header h1 a {
        display: block; }
    .header .drawer-content {
      width: 100%;
      height: 0;
      overflow: hidden;
      position: absolute;
      top: 60px;
      left: 0;
      background-color: #2f5597;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header .drawer-content ul {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
        height: auto; }
        .header .drawer-content ul li {
          width: calc( 50% - 5px );
          position: relative; }
          .header .drawer-content ul li a {
            width: 100%;
            display: inline-block;
            color: white;
            padding: 0 2vw;
            line-height: 60px; }
            .header .drawer-content ul li a::before {
              content: '';
              position: absolute;
              bottom: 0;
              left: 0;
              width: 100%;
              height: 1px;
              background-color: rgba(255, 255, 255, 0.12); }
            .header .drawer-content ul li a::after {
              content: '';
              position: absolute;
              top: 50%;
              right: 10px;
              transform: translate(-50%, -50%);
              width: 0;
              height: 0;
              border-style: solid;
              border-width: 4px 0 4px 5px;
              border-color: transparent transparent transparent white; }
            .header .drawer-content ul li a.current {
              color: white; }
              .header .drawer-content ul li a.current::before {
                height: 1px;
                background-color: white; }
              .header .drawer-content ul li a.current::after {
                display: none; }
          .header .drawer-content ul li:last-child {
            width: 80%;
            max-width: 300px;
            transform: translate(0, 0) skewX(-20deg);
            transform-origin: 50% 50%;
            background-color: white;
            margin: 30px auto 0; }
            .header .drawer-content ul li:last-child a {
              color: #2f5597;
              transform: translate(0, 0) skewX(20deg);
              background-color: white; }
    .header .drawer-btn {
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      width: 25vw;
      max-width: 100px;
      height: 100%;
      overflow: hidden;
      -webkit-tap-highlight-color: transparent; }
      .header .drawer-btn .menu-icon {
        width: 16px;
        height: 14px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(0%, -50%);
        display: flex;
        flex-direction: column;
        justify-content: space-between; }
        .header .drawer-btn .menu-icon span {
          display: block;
          width: 100%;
          height: 2px;
          border-radius: 1px;
          background-color: white;
          transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header .drawer-btn::before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        right: 0;
        background-color: #2f5597;
        transform: translate(0, 0) skewX(-20deg);
        transform-origin: bottom left;
        transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header.on::before {
      height: calc( 60px + 300px );
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header.on .drawer-content {
      height: 300px;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    .header.on .drawer-btn .menu-icon span {
      display: block;
      width: 100%;
      height: 2px;
      border-radius: 1px;
      background-color: white;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
      .header.on .drawer-btn .menu-icon span:nth-of-type(1) {
        transform: translateY(6px) rotate(-45deg); }
      .header.on .drawer-btn .menu-icon span:nth-of-type(2) {
        opacity: 0; }
      .header.on .drawer-btn .menu-icon span:nth-of-type(3) {
        transform: translateY(-6px) rotate(45deg); } }
@media screen and (max-width: 768px) {
  .header {
    width: 100vw;
    top: 0;
    left: 0; }
    .header.init {
      top: 0; }
    .header.shown {
      top: 0; } }
html {
  font-size: 62.5%; }

body {
  text-rendering: optimizeLegibility;
  width: 100%;
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  color: #000;
  line-height: 2;
  letter-spacing: 0.00em;
  font-size: 16px;
  font-size: 1.6rem;
  overflow-x: hidden; }

main {
  background-color: #F7F7F7; }

input,
textarea {
  font-family: "Noto Sans JP", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif; }

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

* {
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  font-smoothing: antialiased; }

a[href^='tel:'] {
  text-decoration: none; }
  @media screen and (min-width: 768px) {
    a[href^='tel:'] {
      cursor: default;
      pointer-events: none; } }

a {
  text-decoration: none;
  color: #000; }

@media screen and (max-width: 768px) {
  main {
    padding-top: 60px; } }
footer {
  background-color: #2f5597;
  position: relative; }
  footer .contact-content {
    width: 100%;
    position: relative;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .contact-content .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/home/mainvis.png") no-repeat 50% 50%/cover;
      z-index: 1;
      opacity: 0.5; }
    footer .contact-content .contact-content-inner {
      position: relative;
      z-index: 5;
      padding: 80px 0; }
      footer .contact-content .contact-content-inner > p {
        color: white;
        font-weight: bold;
        font-size: 17px;
        font-size: 1.7rem;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
        line-height: 1.7;
        margin-bottom: 30px; }
        footer .contact-content .contact-content-inner > p br {
          display: none; }
      footer .contact-content .contact-content-inner .contact-btn {
        width: 340px;
        height: 60px;
        margin: 0 auto; }
        footer .contact-content .contact-content-inner .contact-btn a {
          display: block;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid white; }
          footer .contact-content .contact-content-inner .contact-btn a p {
            color: white;
            line-height: 1;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 0.15em;
            padding-right: 50px;
            position: relative; }
            footer .contact-content .contact-content-inner .contact-btn a p::before, footer .contact-content .contact-content-inner .contact-btn a p::after {
              content: '';
              height: 1px;
              background-color: white;
              position: absolute;
              right: 0;
              bottom: 0.25em;
              transform-origin: 100% 100%; }
            footer .contact-content .contact-content-inner .contact-btn a p::before {
              width: 7px;
              transform: rotate(45deg); }
            footer .contact-content .contact-content-inner .contact-btn a p::after {
              width: 40px; }
  footer .footer-inner {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 2vw 15px; }
    footer .footer-inner::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      /*background: url("../img/footer_bg.svg") no-repeat 100% 100%/auto 100%;*/
      z-index: 1;
      opacity: 0.03; }
    footer .footer-inner a {
      color: #fff; }
    footer .footer-inner .footer-nav {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      position: relative;
      z-index: 5;
      width: 100%;
      padding-bottom: 70px; }
      footer .footer-inner .footer-nav .footer-logo {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        content: "";
        display: block;
        background: url("../img/footer_logo.png") no-repeat 50% 50%;
        background-size: 100% auto;
        width: 144px;
        height: 134px;
        margin-left: 0.9vw; }
    footer .footer-inner .menu-list {
      font-size: 13px;
      font-size: 1.3rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 45.3125%; }
      footer .footer-inner .menu-list li {
        width: 47.27273%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        footer .footer-inner .menu-list li a {
          padding: 20px 0 14px;
          display: inline-block;
          width: 100%;
          height: 100%;
          line-height: 1;
          position: relative; }
          footer .footer-inner .menu-list li a::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent white; }
    footer .footer-inner .office-list {
      width: 34%; }
      footer .footer-inner .office-list li:not(:last-child) {
        margin-bottom: 10px; }
      footer .footer-inner .office-list li dl:not(:last-child) {
        margin-bottom: 5px; }
      footer .footer-inner .office-list li dl dt {
        font-size: 15px;
        font-size: 1.5rem; }
      footer .footer-inner .office-list li dl dd {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; }
    footer .footer-inner .privacy, footer .footer-inner .copy {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1; }
    footer .footer-inner .privacy {
      opacity: 0.5;
      font-size: 11px;
      font-size: 1.1rem;
      z-index: 5; }
    footer .footer-inner .copy {
      opacity: 0.5;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }

footer {
  background-color: #2f5597;
  position: relative; }
  footer .contact-content {
    width: 100%;
    position: relative;
    background-color: #000;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .contact-content .bg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: url("../img/home/footerimg.png") no-repeat 50% 50%/cover;
      z-index: 1;
      opacity: 0.5; }
    footer .contact-content .contact-content-inner {
      position: relative;
      z-index: 5;
      padding: 80px 0; }
      footer .contact-content .contact-content-inner > p {
        color: white;
        font-weight: bold;
        font-size: 17px;
        font-size: 1.7rem;
        letter-spacing: 0.15em;
        margin-bottom: 15px;
        line-height: 1.7;
        margin-bottom: 30px; }
        footer .contact-content .contact-content-inner > p br {
          display: none; }
      footer .contact-content .contact-content-inner .contact-btn {
        width: 340px;
        height: 60px;
        margin: 0 auto;
        position: relative;
        overflow: hidden; }
        footer .contact-content .contact-content-inner .contact-btn a {
          display: block;
          width: 100%;
          height: 100%;
          display: flex;
          justify-content: center;
          align-items: center;
          border: 1px solid white; }
          footer .contact-content .contact-content-inner .contact-btn a p {
            color: white;
            line-height: 1;
            font-size: 15px;
            font-size: 1.5rem;
            font-weight: bold;
            letter-spacing: 0.15em;
            padding-right: 50px;
            position: relative; }
            footer .contact-content .contact-content-inner .contact-btn a p::before, footer .contact-content .contact-content-inner .contact-btn a p::after {
              content: '';
              height: 1px;
              background-color: white;
              position: absolute;
              right: 0;
              bottom: 0.25em;
              transform-origin: 100% 100%; }
            footer .contact-content .contact-content-inner .contact-btn a p::before {
              width: 7px;
              transform: rotate(45deg); }
            footer .contact-content .contact-content-inner .contact-btn a p::after {
              width: 40px; }
  footer .footer-inner {
    width: 100%;
    margin: 0 auto;
    color: #fff;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 90px 2vw 15px; }
    footer .footer-inner::before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      /*background: url("../img/footer_bg.svg") no-repeat 100% 100%/auto 100%;*/
      z-index: 1;
      opacity: 0.03; }
    footer .footer-inner a {
      color: #fff; }
    footer .footer-inner .footer-nav {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      position: relative;
      z-index: 5;
      width: 100%;
      padding-bottom: 70px; }
      footer .footer-inner .footer-nav .footer-logo {
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
        content: "";
        display: block;
        background: url("../img/footer_logo.png") no-repeat 50% 50%;
        background-size: 100% auto;
        width: 144px;
        height: 134px;
        margin-left: 0.9vw; }
    footer .footer-inner .menu-list {
      font-size: 13px;
      font-size: 1.3rem;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      width: 45.3125%; }
      footer .footer-inner .menu-list li {
        width: 47.27273%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
        footer .footer-inner .menu-list li a {
          padding: 20px 0 14px;
          display: inline-block;
          width: 100%;
          height: 100%;
          line-height: 1;
          position: relative; }
          footer .footer-inner .menu-list li a::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translate(-50%, -50%);
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 4px 0 4px 5px;
            border-color: transparent transparent transparent white; }
    footer .footer-inner .office-list {
      width: 34%; }
      footer .footer-inner .office-list li:not(:last-child) {
        margin-bottom: 10px; }
      footer .footer-inner .office-list li dl:not(:last-child) {
        margin-bottom: 5px; }
      footer .footer-inner .office-list li dl dt {
        font-size: 15px;
        font-size: 1.5rem; }
      footer .footer-inner .office-list li dl dd {
        font-size: 12px;
        font-size: 1.2rem;
        line-height: 1.5; }
    footer .footer-inner .privacy, footer .footer-inner .copy {
      font-size: 13px;
      font-size: 1.3rem;
      line-height: 1;
      position: relative;
      z-index: 5; }
    footer .footer-inner .privacy a {
      opacity: 0.5;
      font-size: 11px;
      font-size: 1.1rem; }
    footer .footer-inner .copy {
      opacity: 0.5;
      font-size: 12px;
      font-size: 1.2rem;
      font-family: 'Roboto', sans-serif;
      font-weight: 500; }

.contact-content .scroll-target.init {
  opacity: 0;
  transform: translateY(100px); }
.contact-content .scroll-target.show {
  opacity: 1;
  transform: translateY(0);
  transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }

@media screen and (min-width: 1024px) {
  footer .contact-content .contact-content-inner .contact-btn a::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #2f5597;
    opacity: 0;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .contact-content .contact-content-inner .contact-btn a p {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .contact-content .contact-content-inner .contact-btn a p::after {
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .contact-content .contact-content-inner .contact-btn a:hover::before {
    opacity: 1;
    transition: all 0.3s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .contact-content .contact-content-inner .contact-btn a:hover p {
    padding-right: 70px;
    color: white;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .contact-content .contact-content-inner .contact-btn a:hover p::before, footer .contact-content .contact-content-inner .contact-btn a:hover p::after {
      background-color: white; }
    footer .contact-content .contact-content-inner .contact-btn a:hover p::after {
      width: 60px;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .footer-inner .menu-list li a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .footer-inner .menu-list li a:hover {
      opacity: 0.5;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
  footer .footer-inner .privacy a {
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    footer .footer-inner .privacy a:hover {
      opacity: 1.0;
      transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  footer .contact-content .contact-content-inner > p {
    text-align: center;
    font-size: 15px;
    font-size: 1.5rem; }
    footer .contact-content .contact-content-inner > p br {
      display: block; }
  footer .contact-content .contact-content-inner .contact-btn {
    width: 80vw; }
    footer .contact-content .contact-content-inner .contact-btn a p {
      font-size: 13px;
      font-size: 1.3rem; }
  footer .footer-inner {
    padding: 10px 4vw 15px;
    display: block; }
    footer .footer-inner::before {
      display: none; }
    footer .footer-inner .footer-nav {
      flex-direction: column;
      justify-content: center;
      align-items: center;
      padding-bottom: 20px; }
      footer .footer-inner .footer-nav .footer-logo {
        width: 30vw;
        height: 27.9vw;
        max-width: 144px;
        max-height: 134px;
        order: 3;
        margin-bottom: 10px; }
    footer .footer-inner .menu-list {
      width: 100%;
      order: 1;
      margin-bottom: 20px; }
    footer .footer-inner .office-list {
      width: 100%;
      order: 2;
      margin-bottom: 30px;
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap; }
      footer .footer-inner .office-list li {
        width: 47.27273%; }
        footer .footer-inner .office-list li dl:not(:last-child) {
          margin-bottom: 30px; }
        footer .footer-inner .office-list li dl dt {
          font-size: 13px;
          font-size: 1.3rem; }
        footer .footer-inner .office-list li dl dd {
          font-size: 11px;
          font-size: 1.1rem; }
    footer .footer-inner .privacy {
      text-align: center;
      margin-bottom: 15px; }
    footer .footer-inner .copy {
      text-align: center;
      font-size: 10px;
      font-size: 1rem; } }
@media screen and (max-width: 768px) {
  footer .footer-inner .office-list li {
    width: 100%; } }
