@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.
 */
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 {
  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 */
  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 {
  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] {
  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;
}

.section.effect ul, .section.results ul, .section.more ul {
  margin: 0;
  padding: 0;
}
.section.effect ul li, .section.results ul li, .section.more ul li {
  list-style: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.8;
  color: #1a1a1a;
}

header, h1, h2, h3, h4, div, p, ul, ol, li, dl, dt, dd, a {
  box-sizing: border-box;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

h1 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1;
}

h2 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
@media (max-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

h3 {
  font-weight: 500;
}

.mb-s {
  margin-bottom: 30px !important;
}

.mb-m {
  margin-bottom: 50px !important;
}

.mb-l {
  margin-bottom: 100px !important;
}

.pt20 {
  padding-top: 20px;
}

.pt40 {
  padding-top: 40px;
}

.pt100 {
  padding-top: 100px;
}

.m0 {
  margin: 0 !important;
}

.pl1em {
  padding-left: 1.25em;
}

#animation {
  animation: fade-in 3s;
  animation-fill-mode: forwards;
}

@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/*----------------------------
scroll_up ｜下から上へ出現
----------------------------*/
.scroll_up {
  transition: 0.8s ease-in-out;
  transform: translateY(30px);
  opacity: 0;
}

.scroll_up.on {
  transform: translateY(0);
  opacity: 1;
}

body {
  font-family: "Noto Sans JP", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
  color: #1a1a1a;
  line-height: 1.8;
  margin: 0;
  padding: 0;
  background-color: #FFF;
}

header {
  width: 100%;
  position: fixed;
  z-index: 10;
}
header .logo {
  background: #fff;
  width: 220px;
  height: 35px;
  padding: 20px 20px;
  box-sizing: content-box;
  opacity: 0;
}
header .logo img {
  width: 220px;
  height: auto;
}
@media screen and (max-width: 780px) {
  header .logo {
    width: 180px;
    height: 60px;
    box-sizing: border-box;
  }
  header .logo img {
    width: 100%;
  }
}

.main-v {
  width: 100%;
  position: relative;
  line-height: 0;
  height: 600px;
  overflow: hidden;
  background: #111;
}
.main-v .main-visual {
  width: 100%;
  height: 100%;
  background: url(../images/main-v.png);
  background-size: cover;
  filter: grayscale(100%);
  background-repeat: no-repeat;
  background-position: 50% 35%;
  opacity: 0;
}
.main-v .copy {
  width: 100%;
  background: rgba(255, 255, 255, 0.85);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
  text-align: center;
  padding: 50px;
  line-height: 1.4;
  height: 70%;
  max-height: 480px;
}
@media screen and (max-width: 1180px) {
  .main-v .copy {
    padding: 5%;
    height: 60%;
  }
}
@media screen and (max-width: 980px) {
  .main-v .copy {
    padding: 20px;
    height: 50%;
  }
}
.main-v .copy .main-c1 {
  font-size: clamp(20px, 2.7vw, 38px);
  color: #ba272d;
  font-weight: 700;
  margin: 0 0 30px;
}
.main-v .copy .main-c2 {
  font-size: clamp(28px, 3.5vw, 50px);
  color: #1a1a1a;
  font-weight: 700;
  margin: 0 0 30px;
}
.main-v .copy .sub-c {
  font-size: clamp(16px, 2vw, 28px);
  color: #ba272d;
  font-weight: 700;
  margin: 0;
  line-height: 1.5;
}
.main-v .copy .main-c1, .main-v .copy .main-c2, .main-v .copy .sub-c {
  opacity: 0;
  margin: 0 0 20px;
}
.main-v .tri-arrow {
  position: absolute;
  width: 40px;
  height: 40px;
  border-right: 2px solid #ba272d;
  border-bottom: 2px solid #ba272d;
  transform: rotate(45deg);
  top: 510px;
  left: 50%;
  margin-left: -25px;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  .main-v {
    height: 600px;
    margin-bottom: 50px;
  }
  .main-v img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .main-v .copy {
    height: 340px;
    padding-top: 30px;
  }
}
.main-v .manage-issue { /*	現在の日本における経営課題*/
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
  font-size: clamp(20px, 2.7vw, 38px);
  font-weight: bold;
  color: #fff;
  opacity: 1;
  line-height: 1.5;
  left: -2000px;
  text-align: center;
}
.main-v .issue {
  position: absolute;
  height: 30%;
  display: none;
  left: -2000px;
}
.main-v .issue1 {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  background: #bc0d23;
  opacity: 0.95;
}
.main-v .issue-text {
  position: absolute;
  width: 600px;
  font-size: clamp(26px, 3.5vw, 48px);
  font-weight: bold;
  line-height: 68px;
  top: 15px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  overflow: hidden;
  text-align: center;
}

.section .inner {
  width: 1240px;
  margin: 60px auto;
  padding: 0 20px;
}
@media screen and (max-width: 1280px) {
  .section .inner {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .section .inner {
    margin: 0 auto;
  }
}
.section .inner h2 {
  text-align: center;
  margin: 60px auto;
  font-size: clamp(20px, 3.1vw, 44px);
  line-height: 1.4;
}
.section .inner h2:after {
  content: "";
  display: block;
  width: 400px;
  height: 10px;
  background: #ba272d;
  margin: 20px auto;
}
@media screen and (max-width: 780px) {
  .section .inner h2:after {
    height: 4px;
    width: 280px;
  }
}
@media screen and (max-width: 480px) {
  .section .inner h2 {
    margin: 20px auto;
  }
}
.section .lead {
  font-size: clamp(16px, 1.7vw, 24px);
  font-weight: 700;
  text-align: center;
}
.section.effect {
  background: url("../images/bg01.png") no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 60px 0 20px;
  position: relative;
}
@media screen and (max-width: 780px) {
  .section.effect {
    margin-top: 40px;
    padding: 20px 0;
  }
}
.section.effect:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-right: 2px solid #ba272d;
  border-bottom: 2px solid #ba272d;
  transform: rotate(45deg);
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (max-width: 780px) {
  .section.effect:after {
    width: 25px;
    height: 25px;
    bottom: -50px;
  }
}
.section.effect p.f-performance {
  width: 100%;
  background-color: #ba272d;
  font-size: clamp(16px, 2.8vw, 40px);
  font-weight: 700;
  line-height: 140px;
  text-align: center;
  color: #fff;
  position: relative;
}
.section.effect p.f-performance:after {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  border-right: 2px solid #ba272d;
  border-bottom: 2px solid #ba272d;
  transform: rotate(45deg);
  position: absolute;
  bottom: -80px;
  left: 50%;
  margin-left: -25px;
}
@media screen and (max-width: 780px) {
  .section.effect p.f-performance:after {
    width: 25px;
    height: 25px;
    bottom: -40px;
  }
}
@media screen and (max-width: 780px) {
  .section.effect p.f-performance {
    line-height: 1.3;
    padding: 20px;
  }
}
.section.effect ul {
  max-width: 980px;
  display: flex;
  justify-content: space-between;
  margin: 140px auto 0;
}
@media screen and (max-width: 780px) {
  .section.effect ul {
    display: block;
    margin-top: 70px;
  }
}
.section.effect ul li {
  flex-basis: calc(33.3333333333% - 40px);
  border: 8px solid #ba272d;
  background-color: #fff;
  padding: 30px;
}
.section.effect ul li p {
  font-size: clamp(20px, 3.4vw, 48px);
  font-weight: 700;
  margin: 0;
  text-align: center;
  line-height: 1.4;
}
.section.effect ul li p.effect {
  color: #ba272d;
  font-size: clamp(16px, 2.2vw, 32px);
  font-weight: 700;
  margin-bottom: 20px;
}
.section.effect ul li p.effect span {
  font-size: clamp(30px, 4.2vw, 60px);
}
.section.effect ul li p.effect:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 40px;
  background: url("../images/icon_check.png") no-repeat;
  background-size: contain;
  margin-right: 10px;
}
@media screen and (max-width: 480px) {
  .section.effect ul li p.effect:before {
    display: block;
    width: 35px;
    height: 20px;
    margin-left: 30px;
    line-height: 0;
    transform: translateY(10px);
  }
}
@media screen and (max-width: 780px) {
  .section.effect ul li {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border: 4px solid #ba272d;
    padding: 20px;
  }
  .section.effect ul li p {
    flex-basis: 70%;
  }
  .section.effect ul li p.effect {
    flex-basis: 30%;
    margin-bottom: 0;
  }
}
@media screen and (max-width: 480px) {
  .section.effect ul li {
    padding: 5px;
  }
}
.section.results {
  background: url("../images/bg02.png") no-repeat;
  background-position: 50% 0;
  background-size: cover;
  padding: 60px 0 20px;
  position: relative;
  margin-top: 150px;
}
@media screen and (max-width: 780px) {
  .section.results {
    margin-top: 80px;
    padding: 20px 0;
  }
}
.section.results .lead {
  text-align: center;
  font-size: clamp(16px, 1.4vw, 20px);
  font-weight: 400;
}
.section.results .jfma-logo {
  width: 280px;
  margin: 40px auto;
}
.section.results .jfma-logo img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 780px) {
  .section.results .jfma-logo {
    width: 200px;
  }
}
.section.results ul.jfma {
  margin: 60px 0;
}
.section.results ul.jfma li {
  display: flex;
  background: #fff;
  margin-bottom: 50px;
  position: relative;
  transition: 0.3s;
}
.section.results ul.jfma li:hover {
  opacity: 0.65;
}
@media screen and (max-width: 780px) {
  .section.results ul.jfma li {
    display: block;
  }
}
.section.results ul.jfma li .img {
  flex-basis: 50%;
  line-height: 0;
}
.section.results ul.jfma li .img img {
  width: 100%;
  height: auto;
}
.section.results ul.jfma li .tx {
  flex-basis: 50%;
  padding: 40px 50px;
}
@media screen and (max-width: 780px) {
  .section.results ul.jfma li .tx {
    padding: 20px 20px;
  }
}
@media screen and (max-width: 480px) {
  .section.results ul.jfma li .tx {
    padding-bottom: 50px;
  }
}
.section.results ul.jfma li .tx h3 {
  color: #ba272d;
  font-size: clamp(20px, 2.7vw, 38px);
  line-height: 1.2;
  margin: 0;
  margin-bottom: min(2.1vw, 30px);
}
.section.results ul.jfma li .tx h3 span.num {
  font-size: clamp(34px, 4.8vw, 68px);
}
.section.results ul.jfma li .tx h3 span.l {
  font-size: clamp(20px, 3.6vw, 50px);
}
@media screen and (max-width: 480px) {
  .section.results ul.jfma li .tx h3 {
    line-height: 1.5;
  }
}
.section.results ul.jfma li .tx .cl {
  font-size: clamp(18px, 2.3vw, 28px);
  font-weight: 700;
  margin: 0;
  line-height: 1;
}
@media screen and (max-width: 480px) {
  .section.results ul.jfma li .tx .cl {
    line-height: 1.5;
  }
}
.section.results ul.jfma li .tx .detail {
  font-size: clamp(14px, 1.6vw, 20px);
  font-weight: 700;
  margin: 0;
  line-height: 1;
  text-align: right;
  position: absolute;
  right: 50px;
  bottom: 40px;
}
.section.results ul.jfma li .tx .detail:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ba272d;
  border-right: 1px solid #ba272d;
  transform: rotate(45deg);
  margin-left: 1em;
}
@media screen and (max-width: 780px) {
  .section.results ul.jfma li .tx .detail {
    right: 20px;
    bottom: 20px;
  }
  .section.results ul.jfma li .tx .detail:after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 1px solid #ba272d;
    border-right: 1px solid #ba272d;
    transform: rotate(45deg);
    margin-left: 1em;
  }
}
.section.results ul.jfma li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.section.results ul.relation {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
.section.results ul.relation li {
  flex-basis: calc(50% - 30px);
  max-width: 568px;
  display: flex;
  background-color: #e3dfcd;
  position: relative;
  min-height: 300px;
  transition: 0.3s;
}
.section.results ul.relation li:hover {
  opacity: 0.65;
}
@media screen and (max-width: 780px) {
  .section.results ul.relation li {
    max-height: 300px;
    overflow: hidden;
  }
}
@media screen and (max-width: 480px) {
  .section.results ul.relation li {
    background-color: #d6e3ed;
  }
}
.section.results ul.relation li .img {
  flex-basis: 178px;
  line-height: 0;
}
.section.results ul.relation li .img img {
  width: 100%;
  height: auto;
}
.section.results ul.relation li .tx {
  flex-basis: 390px;
  padding: 30px;
}
@media screen and (max-width: 1020px) {
  .section.results ul.relation li .tx {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 480px) {
  .section.results ul.relation li .tx {
    padding: 20px;
  }
}
.section.results ul.relation li .tx h4 {
  font-size: clamp(20px, 2.4vw, 34px);
  margin: 0;
  line-height: 1.4;
  margin-bottom: 20px;
}
.section.results ul.relation li .tx p {
  font-size: 16px;
  color: #ba272d;
  margin: 0;
}
.section.results ul.relation li .tx .detail {
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  margin: 0;
  right: 30px;
  bottom: 20px;
  color: #1a1a1a;
}
.section.results ul.relation li .tx .detail:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ba272d;
  border-right: 1px solid #ba272d;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
@media screen and (max-width: 980px) {
  .section.results ul.relation li .tx .detail {
    font-size: 14px;
  }
}
.section.results ul.relation li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 780px) {
  .section.results ul.relation {
    display: block;
  }
  .section.results ul.relation li {
    margin-bottom: 30px;
    max-width: 100%;
  }
}
.section.more {
  background: #d6e3ed;
  padding: 60px 0;
}
@media screen and (max-width: 480px) {
  .section.more {
    padding: 30px 0;
  }
}
.section.more ul {
  display: flex;
  justify-content: space-between;
  margin-top: 100px;
}
@media screen and (max-width: 480px) {
  .section.more ul {
    margin-top: 50px;
  }
}
.section.more ul li {
  flex-basis: calc(50% - 30px);
  max-width: 568px;
  position: relative;
  background: #fff;
  line-height: 0;
  transition: 0.3s;
}
.section.more ul li:hover {
  opacity: 0.65;
}
.section.more ul li img {
  width: 100%;
  height: 188px;
  object-fit: cover;
}
.section.more ul li div {
  background-color: #1a1a1a;
  padding: 20px;
  font-size: clamp(18px, 1.5vw, 22px);
  font-weight: 700;
  color: #fff;
  line-height: 1.4;
}
.section.more ul li p {
  color: #ba272d;
  font-size: 16px;
  padding: 10px 20px 60px;
  line-height: 1.6;
}
.section.more ul li p.link {
  position: absolute;
  right: 20px;
  bottom: 0px;
  padding: 0;
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
@media screen and (max-width: 780px) {
  .section.more ul li p.link {
    font-size: 14px;
  }
}
.section.more ul li p.link:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #ba272d;
  border-right: 1px solid #ba272d;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
.section.more ul li a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}
@media screen and (max-width: 780px) {
  .section.more ul {
    display: block;
  }
  .section.more ul li {
    margin-bottom: 30px;
    max-width: 100%;
  }
}

.contact a {
  display: block;
  width: 480px;
  margin: 100px auto;
  text-align: center;
  font-size: clamp(16px, 2.2vw, 32px);
  font-weight: 700;
  color: #fff;
  line-height: 100px;
  background-color: #ba272d;
  text-decoration: none;
  transition: 0.3s;
}
@media screen and (max-width: 780px) {
  .contact a {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .contact a {
    line-height: 70px;
    margin: 50px auto;
  }
}
.contact a:hover {
  opacity: 0.65;
}

.contact-form {
  width: 100%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  margin-top: 100px;
  transition: 0.3s;
}
.contact-form:hover {
  opacity: 0.65 !important;
}
@media screen and (max-width: 480px) {
  .contact-form {
    margin-top: 50px;
  }
}
.contact-form div {
  flex-basis: 50%;
  align-items: center;
  font-size: clamp(12px, 1.7vw, 24px);
}
.contact-form div:first-of-type {
  background-color: #0059b6;
  color: #fff;
  text-align: center;
  padding: 170px 0;
}
.contact-form div:first-of-type span {
  display: block;
  font-size: clamp(20px, 2.8vw, 40px);
  font-weight: 700;
  color: #fff;
}
.contact-form div:first-of-type span::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
  margin-left: 0.5em;
}
.contact-form div:last-of-type {
  line-height: 0;
}
.contact-form div:last-of-type img {
  width: 100%;
  height: 500px;
  object-fit: cover;
}
@media screen and (max-width: 780px) {
  .contact-form {
    display: block;
    height: 400px;
  }
  .contact-form div {
    position: absolute;
  }
  .contact-form div:first-of-type {
    width: calc(100% - 40px);
    z-index: 2;
    margin: 100px 20px;
    height: 200px;
    padding: 50px;
  }
  .contact-form div:last-of-type {
    z-index: 1;
  }
  .contact-form div:last-of-type img {
    height: 400px;
  }
}
.contact-form a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.pup-contact {
  width: 260px;
  background-color: #0059b6;
  position: fixed;
  top: 260px;
  right: -90px;
  transform: rotate(90deg);
  z-index: 30;
  opacity: 0;
  overflow: hidden;
  transition: 0.3s !important;
}
.pup-contact:hover {
  opacity: 0.65 !important;
}
.pup-contact a {
  display: block;
  width: 260px;
  height: 90px;
  color: #fff;
  font-size: 20px;
  line-height: 90px;
  padding-left: 110px;
}
.pup-contact a:hover {
  text-decoration: none;
}
.pup-contact:before {
  content: "";
  display: block;
  width: 45px;
  height: 25px;
  background: url(../images/icon_mail_2x.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50px;
  margin: auto 0;
}
@media screen and (max-width: 780px) {
  .pup-contact br.sp_only {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .pup-contact {
    width: 60px !important;
    height: 60px !important;
    right: 0 !important;
    transform: rotate(0deg) !important;
    background-color: #111 !important;
    top: auto !important;
    bottom: 100px !important;
  }
  .pup-contact a {
    font-size: 11px !important;
    padding-left: 0 !important;
    width: 60px !important;
    height: 60px !important;
    line-height: 1.2 !important;
    padding: 25px 10px 10px !important;
  }
  .pup-contact:before {
    width: 20px !important;
    height: 12px !important;
    left: 10px !important;
    margin-top: 10px !important;
  }
  .pup-contact br.sp_only {
    display: block;
  }
}

#page_top {
  width: 60px;
  height: 60px;
  background: #ba272d;
  border-radius: 50%;
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 50;
  transition: 0.3s;
}
#page_top:hover {
  opacity: 0.65;
}
#page_top a {
  display: block;
  text-indent: -9999px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#page_top:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(-45deg);
  position: absolute;
  top: 25px;
  left: 20px;
}
@media screen and (max-width: 480px) {
  #page_top:before {
    top: 20px;
    left: 15px;
  }
}
@media screen and (max-width: 480px) {
  #page_top {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 20px;
  }
}

footer {
  width: 100%;
  height: 200px;
  padding: 40px 50px;
  display: flex;
  background-color: #ddd;
  box-sizing: border-box;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 780px) {
  footer {
    display: block;
    text-align: center;
  }
  footer img {
    margin: auto;
  }
}
footer img {
  width: 270px;
  height: 45px;
  object-fit: contain;
  display: block;
}
footer p.copyright {
  font-size: 12px;
}
@media screen and (max-width: 480px) {
  footer {
    height: auto;
  }
  footer img {
    width: 230px;
    height: auto;
  }
  footer p.copyright {
    font-size: 10px;
  }
}

@media screen and (min-width: 781px) {
  br.sp_only {
    display: none;
  }
  br.pc_only {
    display: block;
  }
}
@media screen and (max-width: 780px) {
  br.pc_only {
    display: none;
  }
  br.sp_only {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */