/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

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

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

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 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: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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: inherit;
  /* 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * 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;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

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

/**
 * 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 outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * 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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* 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;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

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

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

@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Thin.otf") format("otf");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Light.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url("../font/Black.otf") format("otf");
  font-weight: 900;
  font-style: normal;
}
html {
  font-size: 62.5%;
  overflow-x: scroll;
}
@media (max-width: 856px) {
  html {
    overflow-x: hidden;
  }
}

body {
  overflow: scroll;
}
@media (max-width: 1240px) {
  body {
    min-width: 1240px;
  }
}
@media (max-width: 856px) {
  body {
    min-width: unset;
    overflow-x: hidden;
  }
}

.is-pc {
  display: block;
}
@media (max-width: 856px) {
  .is-pc {
    display: none;
  }
}

.is-sp {
  display: none;
}
@media (max-width: 856px) {
  .is-sp {
    display: block;
  }
}

.l-wrap {
  color: #271800;
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-size: 1vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.1em;
  line-height: 1.8;
}
@media (max-width: 1240px) {
  .l-wrap {
    font-size: 1.2rem;
  }
}
@media (max-width: 856px) {
  .l-wrap {
    font-size: 1.8rem;
  }
}

.l-main {
  position: relative;
  overflow: hidden;
}
.l-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  background-color: #0063B0;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.8s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-main.is-active::before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
@media (max-width: 856px) {
  .l-main {
    padding-top: 50px;
  }
}

.l-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 856px) {
  .l-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0 0;
  }
}

.l-section {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  min-height: 25vw;
  padding: 5vw 3.3vw 4vw;
  -webkit-transform: translateX(-1vw);
          transform: translateX(-1vw);
  opacity: 0;
  -webkit-transition: all 0.72s cubic-bezier(0.16, 1, 0.3, 1);
  transition: all 0.72s cubic-bezier(0.16, 1, 0.3, 1);
}
.l-section.is-active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
}
@media (max-width: 1240px) {
  .l-section {
    min-height: 320px;
    padding: 0 40px 0;
  }
}
@media (max-width: 856px) {
  .l-section {
    display: block;
    width: 100%;
    min-height: unset;
  }
}
.l-section-right {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.l-logo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
          transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.64s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.64s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 3;
}
@media (max-width: 856px) {
  .l-logo {
    position: relative;
    top: unset;
    left: unset;
    -webkit-transform: translate(0%, 0%) scale(0);
            transform: translate(0%, 0%) scale(0);
  }
}
.l-logo.is-active {
  -webkit-transform: translate(-50%, -50%) scale(1);
          transform: translate(-50%, -50%) scale(1);
}
@media (max-width: 856px) {
  .l-logo.is-active {
    -webkit-transform: translate(0, 0) scale(1);
            transform: translate(0, 0) scale(1);
  }
}
.l-logo::before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
}
@media (max-width: 856px) {
  .l-logo::before {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 82vw;
    height: 82vw;
  }
}
.l-logo::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34.3vw;
  height: 34.3vw;
  border-radius: 50%;
  border: 0.5vw solid #fff;
  z-index: 1;
}
@media (max-width: 1240px) {
  .l-logo::after {
    width: 425px;
    height: 425px;
  }
}
@media (max-width: 856px) {
  .l-logo::after {
    width: 88vw;
    height: 88vw;
    border: 1vw solid #fff;
  }
}
.l-logo__main {
  position: relative;
  display: block;
  width: 32.3vw !important;
  height: 32.3vw !important;
}
@media (max-width: 1240px) {
  .l-logo__main {
    width: 400px !important;
    height: 400px !important;
  }
}
@media (max-width: 856px) {
  .l-logo__main {
    width: 82vw !important;
    height: 82vw !important;
    margin: 0 auto;
  }
}
.l-logo__main span, .l-logo__main canvas {
  width: 32.3vw !important;
  height: 32.3vw !important;
}
@media (max-width: 1240px) {
  .l-logo__main span, .l-logo__main canvas {
    width: 400px !important;
    height: 400px !important;
  }
}
@media (max-width: 856px) {
  .l-logo__main span, .l-logo__main canvas {
    width: 82vw !important;
    height: 82vw !important;
    margin: 0 auto;
  }
}
.l-logo__over {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

.l-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #0063B0;
  z-index: 2;
}

.l-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  transition: transform 0.8s cubic-bezier(0.85, 0, 0.15, 1), -webkit-transform 0.8s cubic-bezier(0.85, 0, 0.15, 1);
  z-index: 2;
}
.l-cover.is-active {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.l-cover-black {
  background-color: #081C31;
}
.l-cover-blue {
  background-color: #0063B0;
}
.l-cover-yellow {
  background-color: #FFFF00;
}

.c-button {
  position: relative;
  width: 18vw;
}
@media (max-width: 1240px) {
  .c-button {
    width: 220px;
  }
}
@media (max-width: 856px) {
  .c-button {
    width: 98%;
  }
}
.c-button:hover .c-button__line {
  -webkit-transform: translateX(0.8vw);
          transform: translateX(0.8vw);
}
.c-button:hover .c-button__line-l {
  -webkit-transform: translateX(1.6vw);
          transform: translateX(1.6vw);
}
.c-button__line {
  -webkit-transition: -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.48s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.48s cubic-bezier(0.16, 1, 0.3, 1);
}
.c-button svg {
  width: 100%;
  height: auto;
  overflow: visible;
}
.c-button a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-present {
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-top: 3vw;
  padding-bottom: 2.5vw;
  padding-left: 5.9vw;
  color: #fff;
}
@media (max-width: 1240px) {
  .p-present {
    padding-top: 36px;
    padding-bottom: 55px;
    padding-left: 73px;
  }
}
@media (max-width: 856px) {
  .p-present {
    padding: 48px 0 64px;
    background-color: #0063B0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
.p-present__inner {
  position: relative;
}
@media (max-width: 856px) {
  .p-present__inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-present__header {
  position: relative;
  line-height: 1;
}
.p-present__header::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4.3vw;
  width: 3.3vw;
  height: 3.3vw;
  background-image: url(../img/present/arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 1240px) {
  .p-present__header::before {
    left: -48px;
    width: 40px;
    height: 40px;
  }
}
@media (max-width: 856px) {
  .p-present__header::before {
    left: 0vw;
    width: 7vw;
    height: 7vw;
  }
}
.p-present__title {
  width: 23vw;
}
@media (max-width: 1240px) {
  .p-present__title {
    width: 280px;
  }
}
@media (max-width: 856px) {
  .p-present__title {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 856px) {
  .p-present__title img {
    width: 80%;
  }
}
.p-present__body {
  margin-top: 0.52vw;
}
@media (max-width: 1240px) {
  .p-present__body {
    margin-top: 6px;
  }
}
@media (max-width: 856px) {
  .p-present__body {
    margin-top: 16px;
  }
}
.p-present__button {
  margin-top: 1.4vw;
}
@media (max-width: 1240px) {
  .p-present__button {
    margin-top: 17px;
  }
}
@media (max-width: 856px) {
  .p-present__button {
    margin-top: 7vw;
  }
}

.p-service {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 6.1%;
  z-index: 1;
}
@media (max-width: 1240px) {
  .p-service {
    padding-right: 75px;
  }
}
@media (max-width: 856px) {
  .p-service {
    padding-top: 64px;
    padding-bottom: 56px;
    padding-right: 0;
    padding-left: 0;
    background-image: url(../img/service/spbg.svg);
    background-position: top center;
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #fff;
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
.p-service::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 127%;
  height: 100%;
  background-image: url(../img/service/corner.svg), url(../img/service/bg.svg);
  background-size: 7vw auto, cover;
  background-position: top -20px right, top right;
  background-repeat: no-repeat;
}
@media (max-width: 856px) {
  .p-service::before {
    display: none;
  }
}
.p-service__inner {
  position: relative;
}
@media (max-width: 856px) {
  .p-service__inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-service__title {
  width: 14vw;
}
@media (max-width: 1240px) {
  .p-service__title {
    width: 174px;
  }
}
@media (max-width: 856px) {
  .p-service__title {
    width: 100%;
    text-align: center;
  }
}
.p-service__body {
  margin-top: 10px;
}
@media (max-width: 856px) {
  .p-service__body {
    margin-top: 16px;
  }
}
.p-service__button {
  position: relative;
  left: 0.4vw;
  margin-top: 0.8vw;
  margin-left: auto;
}
@media (max-width: 1240px) {
  .p-service__button {
    left: 4px;
    margin-top: 10px;
  }
}
@media (max-width: 856px) {
  .p-service__button {
    left: unset;
    margin-left: 0;
    margin-top: 32px;
  }
}

.p-about {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 4.6vw;
  padding-left: 5.4vw;
  z-index: 1;
}
@media (max-width: 1240px) {
  .p-about {
    padding-top: 57px;
    padding-left: 67px;
  }
}
@media (max-width: 856px) {
  .p-about {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 76px 0 72px;
    background-image: url(../img/about/spcircle.svg);
    background-repeat: no-repeat;
    background-position: bottom left;
    background-color: #fff;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.p-about::before {
  content: "";
  position: absolute;
  top: -1vw;
  left: 0;
  width: 128%;
  height: calc(100% + 1vw);
  background-image: url(../img/about/circle.svg), url(../img/about/bg.svg);
  background-size: 30vw auto, cover;
  background-position: top -5vw left, center;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .p-about::before {
    top: -10px;
    height: calc(100% + 10px);
    background-size: 44% auto, cover;
  }
}
@media (max-width: 856px) {
  .p-about::before {
    display: none;
  }
}
.p-about::after {
  content: "";
  position: absolute;
  top: -1vw;
  left: 0;
  width: 35.4vw;
  height: 1vw;
  background-image: url(../img/about/top.svg);
  background-size: cover;
}
@media (max-width: 1240px) {
  .p-about::after {
    top: -10px;
    width: 440px;
    height: 12px;
  }
}
@media (max-width: 856px) {
  .p-about::after {
    top: 0;
    width: 100%;
    height: 4vw;
  }
}
.p-about__inner {
  position: relative;
}
@media (max-width: 856px) {
  .p-about__inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-about__title {
  width: 28vw;
}
@media (max-width: 1240px) {
  .p-about__title {
    width: 348px;
  }
}
@media (max-width: 856px) {
  .p-about__title {
    width: 100%;
  }
}
.p-about__body {
  margin-top: 0.94vw;
}
@media (max-width: 1240px) {
  .p-about__body {
    margin-top: 12px;
  }
}
@media (max-width: 856px) {
  .p-about__body {
    margin-top: 24px;
  }
}
.p-about__button {
  margin-top: 1.15vw;
  margin-left: auto;
  margin-right: -0.32vw;
}
@media (max-width: 1240px) {
  .p-about__button {
    margin-top: 14px;
    margin-right: -4px;
  }
}
@media (max-width: 856px) {
  .p-about__button {
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
  }
}

.p-content {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-left: 0;
  padding-right: 2.6vw;
  padding-bottom: 1.5vw;
  background-image: url(../img/content/corner.svg);
  background-size: 3.4vw auto;
  background-position: bottom right;
  background-repeat: no-repeat;
}
@media (max-width: 1240px) {
  .p-content {
    padding-right: 32px;
    padding-bottom: 19px;
    background-size: 56px auto;
  }
}
@media (max-width: 856px) {
  .p-content {
    padding: 90px 0 76px;
    background-size: 9vw auto;
    background-color: #0063B0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.p-content::before {
  content: "";
  position: absolute;
  top: -1vw;
  right: 0;
  width: 32.7vw;
  height: 25vw;
  background-image: url(../img/content/bg2.png);
  background-size: cover;
  -webkit-transform-origin: top right;
          transform-origin: top right;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}
@media (max-width: 1240px) {
  .p-content::before {
    width: 400px;
    height: 310px;
  }
}
@media (max-width: 856px) {
  .p-content::before {
    top: -3vw;
    right: -3vw;
    width: 70vw;
    height: 70vw;
  }
}
.p-content.is-bg::before {
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
}
.p-content__inner {
  width: 35vw;
}
@media (max-width: 1240px) {
  .p-content__inner {
    width: 434px;
  }
}
@media (max-width: 856px) {
  .p-content__inner {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
  }
}
.p-content__header {
  position: relative;
  padding-bottom: 0.8vw;
}
@media (max-width: 1240px) {
  .p-content__header {
    padding-bottom: 10px;
  }
}
@media (max-width: 856px) {
  .p-content__title {
    text-align: center;
  }
}
.p-content__button {
  margin-top: 1.88vw;
  margin-left: 0.63vw;
}
@media (max-width: 1240px) {
  .p-content__button {
    margin-top: 23px;
    margin-left: 8px;
  }
}
@media (max-width: 856px) {
  .p-content__button {
    width: 84vw;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
  }
}