@charset "UTF-8";


/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

/* change colours to suit your needs */
mark {
  font-weight: bold;
  color: #000;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input,
select {
  vertical-align: middle;
}

/*!
 * Bootstrap Reboot v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  line-height: 1.15;
  font-family: sans-serif;
  -ms-overflow-style: scrollbar;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
}

@-ms-viewport {
  width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.5;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  text-align: left;
  color: #212529;
  background-color: #fff;
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline;
  text-decoration: underline dotted;
  border-bottom: 0;
  cursor: help;
}

address {
  margin-bottom: 1rem;
  line-height: inherit;
  font-style: normal;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

dfn {
  font-style: italic;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):hover,
a:not([href]):not([tabindex]):focus {
  color: inherit;
  text-decoration: none;
}

a:not([href]):not([tabindex]):focus {
  outline: 0;
}

pre,
code,
kbd,
samp {
  font-size: 1em;
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}

figure {
  margin: 0 0 1rem;
}

img {
  vertical-align: middle;
  border-style: none;
}

svg {
  overflow: hidden;
  vertical-align: middle;
}

table {
  border-collapse: collapse;
}

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  caption-side: bottom;
  text-align: left;
  color: #6c757d;
}

th {
  text-align: inherit;
}

label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-size: inherit;
  line-height: inherit;
  font-family: inherit;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

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

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  margin-bottom: 0.5rem;
  padding: 0;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

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

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: none;
}

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

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

summary {
  display: list-item;
  cursor: pointer;
}

template {
  display: none;
}

[hidden] {
  display: none !important;
}

*, html {
  margin: 0;
  padding: 0;
}

html {
  overflow-x: auto;
}

body {
  overflow-x: hidden;
  font-weight: 400;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ヒラギノ角ゴ W3", "Segoe UI", "メイリオ", Meiryo, Sans-Serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

.u-sectionArrow {
  position: relative;
  background-image: url(/img/lp_remotework_2020/project/section__after.svg), linear-gradient(118deg, #236bae, #59e1f3);
  background-repeat: no-repeat, no-repeat;
  background-position: left 50% bottom -1px, 0 0;
  background-size: 67px auto, 100% auto;
}
@media screen and (max-width: 1023.98px) {
  .u-sectionArrow {
    background-size: 68px auto, 100% auto;
  }
}
.u-sectionArrow:before, .u-sectionArrow:after {
  content: "";
  position: absolute;
  bottom: -1px;
  width: calc(50% - 33px);
  height: 34px;
  background: #fff;
}
.u-sectionArrow:before {
  left: 0;
}
.u-sectionArrow:after {
  right: 0;
}
.u-sectionArrow.u-sectionArrow--lightGray {
  background-image: url(/img/lp_remotework_2020/project/section__after--lightGray.svg), linear-gradient(118deg, #236bae, #59e1f3);
}
.u-sectionArrow.u-sectionArrow--lightGray:before, .u-sectionArrow.u-sectionArrow--lightGray:after {
  background: #f7fbfa;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .u-sectionArrow {
    background-image: none, linear-gradient(118deg, #236bae, #59e1f3);
  }
  *::-ms-backdrop, .u-sectionArrow:before,
  *::-ms-backdrop, .u-sectionArrow:after {
    background: none;
  }
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray {
    background-image: none, linear-gradient(118deg, #236bae, #59e1f3);
  }
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray:before,
  *::-ms-backdrop, .u-sectionArrow.u-sectionArrow--lightGray:after {
    background: none;
  }
}
.u-sectionBorder {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 1023.98px) {
  .u-sectionBorder {
    display: none;
  }
}
.u-sectionBorder:before, .u-sectionBorder:after {
  content: "";
  position: absolute;
  top: 0px;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
}
.u-sectionBorder:before {
  left: 0px;
}
.u-sectionBorder:after {
  right: 0px;
}
.u-sectionBorder.u-sectionBorder--01 {
  width: 900px;
}
.u-sectionBorder.u-sectionBorder--02 {
  width: 300px;
}

.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 101;
  width: 100%;
  padding: 30px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .l-header {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .l-header {
    padding: 20px 20px 0;
  }
}

.l-header__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}

.l-header__logo {
  width: 200px;
  margin: 0;
}
@media screen and (max-width: 959.98px) {
  .l-header__logo {
    width: 143px;
  }
}

.l-footer {
  position: relative;
}

.l-footer__anchor {
  transition: all 0.2s linear;
}
.l-footer__anchor:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .l-footer__anchor:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .l-footer__anchor {
    transition: none;
  }
}
.l-footer__anchor:first-child {
  margin-right: 40px;
}
@media screen and (max-width: 767.98px) {
  .l-footer__anchor:first-child {
    margin-right: 30px;
  }
}

@media screen and (max-width: 767.98px) {
  .l-footer__logo {
    height: 20px;
  }
}

.c-copyright {
  display: block;
  max-width: 1100px;
  margin: auto;
  padding: 40px 0;
  font-size: 12px;
}
@media screen and (max-width: 1099.98px) {
  .c-copyright {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copyright {
    padding: 20px;
  }
}

.c-copyright__group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 1.5;
  color: #656565;
}
@media screen and (max-width: 1099.98px) {
  .c-copyright__group {
    justify-content: center;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copyright__group {
    display: block;
    text-align: center;
  }
}

@media screen and (max-width: 1099.98px) {
  .c-copyright__item {
    margin: 5px 0;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copyright__item {
    margin: 0 0 20px;
  }
}
.c-copyright__item + .c-copyright__item {
  margin-left: 20px;
}
@media screen and (max-width: 1099.98px) {
  .c-copyright__item + .c-copyright__item {
    margin: 5px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copyright__item + .c-copyright__item {
    margin: 0 0 20px;
  }
}
.c-copyright__item:last-child {
  margin-left: auto;
}
@media screen and (max-width: 1099.98px) {
  .c-copyright__item:last-child {
    margin: 5px 20px;
  }
}
@media screen and (max-width: 767.98px) {
  .c-copyright__item:last-child {
    margin: 0;
  }
}

.c-copyright__copy {
  font-size: 10px;
}

.c-icon-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  list-style: none;
}
.c-icon-list__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20%;
}
@media screen and (max-width: 767.98px) {
  .c-icon-list__item {
    width: 50%;
    margin-bottom: 15px;
  }
  .c-icon-list__item:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .c-icon-list__item img {
    width: auto;
    height: 94px;
  }
}
.c-icon-list__item-desc, .c-icon-list__item-desc--no1 {
  margin-top: 15px;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767.98px) {
  .c-icon-list__item-desc, .c-icon-list__item-desc--no1 {
    margin-top: 5px;
    font-size: 16px;
  }
}
.c-icon-list__item-desc--no1 {
  color: #EA4335;
}
.c-icon-list__item-desc--no1 strong {
  font-size: 36px;
  line-height: 1.2;
}
@media screen and (max-width: 767.98px) {
  .c-icon-list__item-desc--no1 strong {
    font-size: 24px;
  }
}

.c-img-item {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  .c-img-item {
    display: block;
    margin-bottom: 30px;
  }
}
.c-img-item:last-child {
  margin-bottom: 0;
}
.c-img-item--center {
  align-items: center;
}
.c-img-item__main {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 767.98px) {
  .c-img-item__main {
    display: block;
  }
}
.c-img-item__title {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 28px;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  .c-img-item__title {
    font-size: 20px;
  }
}
.c-img-item__desc {
  margin-bottom: 0;
  line-height: 1.75;
}
.c-img-item__desc strong {
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .c-img-item__desc strong {
    font-size: 18px;
  }
}
.c-img-item__link {
  display: inline-block;
  margin: 10px 0 0;
}
.c-img-item__text {
  flex: 1 1;
}
.c-img-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .c-img-item__img {
    display: block;
    margin: 15px auto 0;
  }
}

@media screen and (max-width: 959.98px) {
  .c-nav {
    display: none;
  }
}
.c-nav__menu {
  display: flex;
  margin-bottom: 0;
}
.c-nav__menu li:not(:last-child) {
  margin-right: 24px;
}
.c-nav__link {
  font-weight: bold;
  font-size: 13px;
  color: #333;
  transition: all 0.3s ease;
}
.c-nav__link:hover {
  color: #333;
  text-decoration: none;
  opacity: 0.6;
}

.c-nav-sp {
  display: none;
  transition: all 0.2s ease;
}
@media screen and (max-width: 959.98px) {
  .c-nav-sp {
    position: fixed;
    top: 0;
    right: -100vw;
    z-index: 1;
    display: block;
    width: 255px;
    height: 100vh;
  }
  .c-nav-sp.is-active {
    right: 0;
  }
}
.c-nav-sp__menu {
  height: 100%;
  margin-bottom: 0;
  overflow-y: auto;
}
.c-nav-sp__menu li:not(:last-child) {
  border-bottom: 1px solid #b2b2b2;
}
.c-nav-sp__link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 47px;
  padding-left: 20px;
  font-weight: bold;
  font-size: 14px;
  color: #1b2938;
  background: #fff;
}
.c-nav-sp__link:after {
  content: "";
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 0;
  border-right: 2px solid #0034e1;
  border-bottom: 2px solid #0034e1;
  border-left: 0;
  transform: rotate(-45deg);
}
.c-nav-sp__btn, .c-nav-sp__btn--side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 65px;
  font-size: 10px;
  color: #fff;
  background: #0034e1;
  border: 0;
}
.c-nav-sp__btn--side {
  position: absolute;
  top: 0;
  right: 255px;
  width: 65px;
}
.c-nav-sp__overlay {
  position: fixed;
  top: 0;
  right: 0;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(213, 213, 213, 0.8);
}
.c-nav-sp__overlay.is-active {
  display: block;
}

.c-nav-hamburger {
  display: none;
}
@media screen and (max-width: 959.98px) {
  .c-nav-hamburger {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 64px;
    height: 64px;
    background: #0034e1;
    border: 0;
  }
}
.c-nav-hamburger__lines {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 28px;
}
.c-nav-hamburger__lines span {
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
}

.c-notes {
  list-style-type: none;
}
.c-notes li {
  text-indent: -1.4em;
}
.c-notes li::before {
  content: "※ ";
}

.c-pagetop {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  transition: visibility 0.25s linear, opacity 0.25s linear, bottom 0.15s linear;
}
@media screen and (max-width: 767.98px) {
  .c-pagetop {
    top: auto;
    bottom: 0;
  }
}
.c-pagetop a {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background: #0034e1;
  transition: all 0.2s linear;
}
.c-pagetop a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .c-pagetop a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .c-pagetop a {
    transition: none;
  }
}
.c-pagetop a:before {
  content: "";
  position: absolute;
  top: calc(50% + 3px);
  right: 50%;
  z-index: 1;
  width: 14px;
  height: 14px;
  border-width: 3px;
  border-style: solid;
  border-color: #fff #fff transparent transparent;
  transform: translate(50%, -50%) rotate(-45deg);
}

.c-title {
  position: relative;
  margin-bottom: 40px;
  padding-bottom: 20px;
  font-size: 36px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 2px;
}
.c-title::before, .c-title::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
.c-title::before {
  margin-bottom: calc(-0.3em + 0px);
}
.c-title::after {
  margin-top: calc(-0.2722222222em + 0px);
}
.c-title::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 80px;
  height: 3px;
  margin: auto;
  background-color: #0034e1;
}
@media screen and (max-width: 768px) {
  .c-title {
    font-size: 22px;
  }
}

.p-contact-anchor {
  margin-top: 90px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-contact-anchor {
    margin-bottom: 10px;
  }
}
.p-contact-anchor__wrapper {
  margin-top: 80px;
}
@media screen and (max-width: 1099.98px) {
  .p-contact-anchor__wrapper {
    margin-top: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-contact-anchor__wrapper {
    margin-top: 30px;
    padding: 0 20px;
  }
}

.p-contact-anchor__text {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  color: #0034e1;
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__text {
    font-size: 15px;
  }
}
.p-contact-anchor__text--line {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__text--line {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.p-contact-anchor__text--line::before, .p-contact-anchor__text--line::after {
  content: "";
  position: absolute;
  top: 1rem;
  width: 1px;
  height: 3.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__text--line::before, .p-contact-anchor__text--line::after {
    height: 2rem;
  }
}
.p-contact-anchor__text--line::before {
  left: -30px;
  border-left: solid 4px;
  transform: rotate(-20deg);
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__text--line::before {
    left: -10px;
    border-left: solid 2px;
    transform: rotate(-25deg);
  }
}
.p-contact-anchor__text--line::after {
  right: -30px;
  border-right: solid 4px;
  transform: rotate(20deg);
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__text--line::after {
    right: -10px;
    border-right: solid 2px;
    transform: rotate(25deg);
  }
}
.p-contact-anchor__text + .p-contact-anchor__wrapper {
  margin-top: 30px;
}

.p-contact-anchor__btn-area {
  position: relative;
  max-width: 480px;
  height: 80px;
  margin: 0 auto;
  overflow: hidden;
  font-weight: bold;
  font-size: 20px;
  border-radius: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-contact-anchor__btn-area {
    max-width: 400px;
    height: 60px;
    font-size: 18px;
  }
}
.p-contact-anchor__btn-area::after {
  content: "";
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  z-index: 3;
  width: 10px;
  height: 10px;
  border-width: 2px;
  border-style: solid;
  border-color: #fff;
  border-top: 0;
  border-right: 0;
  transform: translate(0, -50%) rotate(-45deg);
}
.p-contact-anchor__btn-area:hover::after {
  border-color: #fff;
}

.p-contact-anchor__btn {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  text-decoration: none;
  background-color: #fbbc04;
  transition: all 0.3s ease;
}
.p-contact-anchor__btn:hover {
  color: #fff;
  text-decoration: none;
  background-color: rgb(200.8, 150.4, 3.2);
}
.p-contact-anchor__btn:hover::after {
  color: rgb(200.8, 150.4, 3.2);
}
.p-contact-anchor__btn::before {
  content: "";
  position: absolute;
  top: -100%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: rgb(200.8, 150.4, 3.2);
  transition: all 0.3s ease;
}
.p-contact-anchor__btn:hover::before {
  top: 0;
}

.p-contact {
  padding: 80px 30px;
  background: #0034e1;
}
@media screen and (max-width: 767.98px) {
  .p-contact {
    padding: 40px 20px;
  }
}
.p-contact__header {
  max-width: 900px;
  margin: 0 auto;
}

.p-contact__form {
  max-width: 1100px;
  margin: 70px auto 0;
  padding: 60px 30px;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__form {
    margin-top: 30px;
    padding: 30px 12px 30px 20px;
  }
}

.p-contact__title {
  margin-bottom: 60px;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact__title {
    margin-right: -1px;
    margin-bottom: 30px;
    font-size: 24px;
  }
}

.p-contact__title-catch {
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact__title-catch {
    font-size: 16px;
  }
}

.p-contact__tel {
  display: flex;
  align-items: center;
  margin-top: 30px;
  padding: 30px 0;
  border: solid 4px #fff;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-contact__tel {
    display: block;
    text-align: center;
    border-width: 2px;
  }
}

.p-contact__telTitle {
  width: 50%;
  margin: 0;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact__telTitle {
    width: 100%;
    margin-bottom: 15px;
    font-size: 16px;
  }
}

.p-contact__telNumber-wrap {
  padding-left: 30px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact__telNumber-wrap {
    padding-left: 0;
  }
}

.p-contact__telNumber {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 36px;
}
.p-contact__telNumber a {
  color: #fff;
  transition: all 0.2s linear;
}
.p-contact__telNumber a:hover {
  text-decoration: none;
  opacity: 0.8;
}
@media screen and (max-width: 1023.98px) {
  .p-contact__telNumber a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1023.98px) {
  .p-contact__telNumber a {
    transition: none;
  }
}
@media screen and (max-width: 767.98px) {
  .p-contact__telNumber {
    font-size: 24px;
  }
}

.p-contact__receptionTime {
  margin: 0;
  padding: 0;
  font-size: 14px;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-contact__receptionTime {
    font-size: 12px;
  }
}

.p-faq__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (max-width: 1099.98px) {
  .p-faq__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-faq__wrapper {
    padding: 30px 20px;
    font-size: 14px;
  }
}

.p-faq-list {
  margin-bottom: 0;
  list-style: none;
}
.p-faq-list__item {
  padding: 30px 0;
  background-image: linear-gradient(to right, #777 1px, transparent 1px);
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 5px 1px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list__item {
    padding: 20px 0;
  }
}
.p-faq-list__title {
  position: relative;
  margin-bottom: 15px;
  padding-left: 60px;
  font-weight: 700;
  font-size: 20px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list__title {
    padding-left: 35px;
  }
}
.p-faq-list__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2090.05%2086.81%22%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill%3A%23304ffe%3B%7D%3C%2Fstyle%3E%3C%2Fdefs%3E%3Ctitle%3E%E3%82%A2%E3%82%BB%E3%83%83%E3%83%88%201%3C%2Ftitle%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_2%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%202%22%3E%3Cg%20id%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC_3%22%20data-name%3D%22%E3%83%AC%E3%82%A4%E3%83%A4%E3%83%BC%203%22%3E%3Cpath%20class%3D%22cls-1%22%20d%3D%22M90.05%2C42.5C90.05%2C19%2C69.9%2C0%2C45%2C0S0%2C19%2C0%2C42.5%2C20.16%2C85%2C45%2C85A46.88%2C46.88%2C0%2C0%2C0%2C66.5%2C79.85l6.9%2C7L85.71%2C74.42%2C80.18%2C69A40.84%2C40.84%2C0%2C0%2C0%2C90.05%2C42.5ZM44.83%2C68.89c-14.31%2C0-25.92-11.87-25.92-26.5S30.52%2C15.88%2C44.83%2C15.88%2C70.76%2C27.75%2C70.76%2C42.39A26.84%2C26.84%2C0%2C0%2C1%2C67%2C56.16L52.35%2C41.89%2C40.87%2C54%2C54%2C67.2A25.38%2C25.38%2C0%2C0%2C1%2C44.83%2C68.89Z%22%2F%3E%3C%2Fg%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 30px 30px;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list__title:before {
    top: -2px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-faq-list__title {
    margin-bottom: 8px;
    font-size: 18px;
  }
}
.p-faq-list__desc {
  margin-bottom: 0;
  padding-left: 63px;
  line-height: 1.75;
}
@media screen and (max-width: 767.98px) {
  .p-faq-list__desc {
    padding-left: 37px;
  }
}
.p-faq-list__desc--pt20 {
  padding-top: 20px;
}

.p-hero {
  padding: 140px 0 0;
  background-image: url(/img/lp_gcp-invoice-3peroff/project/hero-bg.jpg);
  background-position: center -240px;
  background-size: 1971px;
}
@media screen and (max-width: 575.98px) {
  .p-hero {
    padding: 120px 0 0;
    background-size: 986px;
  }
}
.p-hero__wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__wrapper {
    padding: 0 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__wrapper {
    padding: 0 5px;
  }
}
.p-hero__catch {
  max-width: 552px;
  margin: 0 auto;
  padding-right: 30px;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__catch {
    padding-right: 0;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__catch {
    max-width: 260px;
  }
}
.p-hero__catch img {
  width: 100%;
  height: auto;
}
.p-hero__image {
  max-width: 1091px;
  margin: 0 auto -5px;
}
@media screen and (max-width: 575.98px) {
  .p-hero__image {
    margin-bottom: -2px;
  }
}
.p-hero__image img {
  width: 100%;
  height: auto;
}
.p-hero__title {
  padding: 10px 0 30px;
  line-height: 1.7;
  text-align: center;
  color: #0034e1;
}
@media screen and (max-width: 575.98px) {
  .p-hero__title {
    padding: 10px 0 15px;
  }
}
.p-hero__title-ll {
  font-size: 120px;
  color: #EA4335;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__title-ll {
    font-size: 100px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title-ll {
    font-size: 70px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__title-ll {
    font-size: 45x;
  }
}
.p-hero__title-l {
  font-size: 83px;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__title-l {
    font-size: 60px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title-l {
    font-size: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__title-l {
    font-size: 32px;
  }
}
.p-hero__title-m {
  font-size: 60px;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__title-m {
    font-size: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title-m {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__title-m {
    font-size: 20px;
  }
}
.p-hero__title-unit {
  font-size: 70px;
  color: #EA4335;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__title-unit {
    font-size: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title-unit {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__title-unit {
    font-size: 20px;
  }
}
.p-hero__title-main {
  font-weight: 400;
  font-size: 51px;
}
@media screen and (max-width: 1099.98px) {
  .p-hero__title-main {
    font-size: 45px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-hero__title-main {
    font-size: 35px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-hero__title-main {
    font-size: 20px;
  }
}
.p-hero__ul {
  display: inline-block;
  margin-bottom: 30px;
  line-height: 1;
  background: linear-gradient(transparent 80%, #CBDEFF 80%);
  border-bottom: 10px solid #fbbc04;
}

.p-point__wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 0 90px;
}
@media screen and (max-width: 1099.98px) {
  .p-point__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-point__wrapper {
    padding: 30px 20px;
    font-size: 14px;
  }
}
.p-point__wrapper .c-icon-list {
  margin-bottom: 80px;
}
@media screen and (max-width: 1099.98px) {
  .p-point__wrapper .c-icon-list {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-point__wrapper .c-icon-list {
    margin-bottom: 30px;
  }
}
.p-point__wrapper .c-img-item__title {
  padding-bottom: 20px;
  color: #0034e1;
}
@media screen and (max-width: 767.98px) {
  .p-point__wrapper .c-img-item__title {
    padding-bottom: 0;
  }
}
.p-point__wrapper .c-img-item__text {
  margin-right: 30px;
}
@media screen and (max-width: 767.98px) {
  .p-point__wrapper .c-img-item__text {
    margin-right: 0;
  }
}
.p-point__wrapper .c-img-item__img {
  width: 330px;
}
@media screen and (max-width: 959.98px) {
  .p-point__wrapper .c-img-item__img {
    width: 120px;
  }
  .p-point__wrapper .c-img-item__img img {
    width: 100%;
    height: auto;
  }
}

.p-reason__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (max-width: 1099.98px) {
  .p-reason__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-reason__wrapper {
    padding: 30px 20px;
    font-size: 14px;
  }
}
.p-reason__body .c-img-item__title {
  font-size: 32px;
}
@media screen and (max-width: 767.98px) {
  .p-reason__body .c-img-item__title {
    font-size: 20px;
  }
}
.p-reason__body .c-notes {
  padding: 15px 0 0 22px;
  border-top: 1px solid #ccc;
}
@media screen and (max-width: 959.98px) {
  .p-reason__body .c-img-item__img {
    width: 280px;
  }
  .p-reason__body .c-img-item__img img {
    width: 100%;
    height: auto;
  }
}

.p-solution {
  background: #f6faff;
}
.p-solution__wrapper {
  max-width: 1100px;
  margin: 0 auto;
  padding: 80px 30px;
}
@media screen and (max-width: 1099.98px) {
  .p-solution__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution__wrapper {
    padding: 30px 20px;
    font-size: 14px;
  }
}
.p-solution__title {
  max-width: 680px;
  margin: 0 auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 1099.98px) {
  .p-solution__title {
    max-width: 480px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution__title {
    max-width: 340px;
    padding-bottom: 10px;
  }
}
.p-solution__title img {
  width: 100%;
  height: auto;
}

.p-solution-4p {
  display: flex;
  align-items: center; /* 画像とテキストを垂直に中央揃え */
}
.p-solution-4p__img {
  padding-right: 32px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-4p__img {
    display: none;
  }
}
.p-solution-4p__text {
  width: 100%;
}
.p-solution-4p__list {
  display: -ms-grid;
  display: grid; /* gridレイアウト */
  grid-template-columns: repeat(2, 1fr); /* 2列のレイアウト */
  padding: 0;
  list-style: none; /* ul のデフォルトのリストスタイルを無効にする */
  -ms-grid-columns: (1fr)[2];
  gap: 15px; /* ボックス間の隙間 */
}
@media screen and (max-width: 575.98px) {
  .p-solution-4p__list {
    gap: 10px; /* ボックス間の隙間 */
  }
}
.p-solution-4p__box {
  box-sizing: border-box;
  padding: 25px 20px;
  font-weight: 700;
  font-size: 24px;
  color: #0034e1;
  background-color: #fff;
  border: 2px solid #0034e1;
  border-radius: 6px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-4p__box {
    padding: 15px;
    font-size: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-4p__box {
    padding: 10px;
    font-size: 14px;
    line-height: 1.3;
  }
}

.p-solution-opt {
  margin-top: 80px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-opt {
    margin-top: 40px;
  }
}
.p-solution-opt__header {
  background-color: #777;
  border-radius: 10px 10px 0 0;
}
.p-solution-opt__body {
  padding: 30px 40px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 1099.98px) {
  .p-solution-opt__body {
    padding: 20px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-opt__body {
    padding: 10px 15px;
  }
}
.p-solution-opt__title {
  margin-bottom: 0;
  padding: 10px 30px;
  font-weight: 700;
  font-size: 24px;
  color: #fff;
}
@media screen and (max-width: 1099.98px) {
  .p-solution-opt__title {
    font-size: 21px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-solution-opt__title {
    padding: 10px 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-opt__title {
    padding: 10px 15px;
    font-size: 16px;
  }
}
.p-solution-opt__title span {
  color: #fbbc04;
}
.p-solution-opt__text {
  margin-bottom: 25px;
  line-height: 1.75;
}
@media screen and (max-width: 575.98px) {
  .p-solution-opt__text {
    margin-bottom: 10px;
  }
}
.p-solution-opt__table th, .p-solution-opt__table td {
  padding: 15px;
  border: solid 1px #dedede;
}
.p-solution-opt__table th {
  width: 250px;
  background-color: #f5f5f5;
}
@media screen and (max-width: 575.98px) {
  .p-solution-opt__table th {
    width: 40%;
  }
}
.p-solution-opt__table td {
  background-color: #fff;
}
.p-solution-opt__table table {
  width: 100%;
  border-collapse: collapse;
  font-size: 18px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-opt__table table {
    font-size: 16px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-opt__table table {
    font-size: 13px;
  }
}
.p-solution-opt__table .c-notes {
  padding: 30px 0 0 20px;
  font-size: 14px;
}
@media screen and (max-width: 1099.98px) {
  .p-solution-opt__table .c-notes {
    padding-top: 15px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-solution-opt__table .c-notes {
    padding-top: 5px;
    font-size: 10px;
  }
}
.p-solution-opt__table .c-notes li {
  margin-bottom: 5px;
}

.p-solution-list {
  margin: 25px auto;
  list-style: none;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list {
    margin: 15px auto;
  }
}
.p-solution-list__item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 20px 60px;
  font-weight: bold;
  background-color: #fff;
  border: 3px solid #333;
  border-radius: 10px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__item {
    flex-direction: column;
    padding: 14px 20px 12px;
  }
}
.p-solution-list__item:not(:first-child) {
  margin-top: 10px;
}
.p-solution-list__item-sub {
  margin-bottom: 0;
  font-size: 24px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__item-sub {
    font-size: 20px;
    text-align: center;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-list__item-sub {
    font-size: 16px;
  }
}
.p-solution-list__item-main, .p-solution-list__item-main--no2, .p-solution-list__item-main--no1 {
  margin-bottom: 0;
  color: #EA4335;
}
.p-solution-list__item-main--no1 {
  font-size: 60px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__item-main--no1 {
    font-size: 48px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-list__item-main--no1 {
    font-size: 32px;
  }
}
.p-solution-list__item-main--no2 {
  font-size: 40px;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__item-main--no2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-solution-list__item-main--no2 {
    font-size: 20px;
  }
}
.p-solution-list__text-wrap {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media screen and (max-width: 1099.98px) {
  .p-solution-list__text-wrap {
    margin-top: 20px;
  }
}
.p-solution-list__text, .p-solution-list__text--upper {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__text, .p-solution-list__text--upper {
    font-size: 16px;
  }
}
.p-solution-list__text--upper {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-solution-list__text--upper {
    font-size: 18px;
  }
}
.p-solution-list__text--upper:before, .p-solution-list__text--upper:after {
  content: "";
  position: absolute;
  top: 2px;
  width: 4px;
  height: 30px;
  background: #333;
}
@media screen and (max-width: 575.98px) {
  .p-solution-list__text--upper:before, .p-solution-list__text--upper:after {
    top: 10px;
  }
}
.p-solution-list__text--upper:before {
  left: -20px;
  transform: rotate(-30deg);
}
.p-solution-list__text--upper:after {
  right: -20px;
  transform: rotate(30deg);
}

.p-strengths__wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 0 0;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__wrapper {
    padding: 50px 30px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-strengths__wrapper {
    padding: 40px 20px 0;
    font-size: 14px;
  }
}
.p-strengths__box {
  border: 5px solid #0034e1;
  border-radius: 10px;
}
.p-strengths__title {
  margin-bottom: 0;
  padding-bottom: 60px;
  font-size: 40px;
  line-height: 1.6;
  text-align: center;
  color: #0034e1;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__title {
    padding-bottom: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-strengths__title {
    font-size: 20px;
  }
}
.p-strengths__subtitle {
  padding: 10px 30px;
  font-size: 36px;
  color: #fff;
  background-color: #0034e1;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__subtitle {
    padding: 10px 20px;
    font-size: 26px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-strengths__subtitle {
    padding: 10px 15px;
    font-size: 20px;
  }
}
.p-strengths__lead {
  margin-bottom: 0;
  padding: 30px;
  font-size: 24px;
  color: #0034e1;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__lead {
    padding: 20px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-strengths__lead {
    padding: 10px 15px;
  }
}
.p-strengths__text {
  margin-bottom: 0;
  padding: 30px;
  font-weight: 700;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__text {
    padding: 20px;
    font-size: 14px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-strengths__text {
    padding: 10px 15px;
  }
}
.p-strengths__textbox {
  display: flex;
}
.p-strengths__textbox .c-notes {
  padding-left: 50px;
  font-size: 14px;
}
@media screen and (max-width: 1099.98px) {
  .p-strengths__textbox .c-notes {
    padding: 10px 40px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-strengths__textbox .c-notes {
    padding: 0px 30px;
    font-size: 10px;
  }
}
.p-strengths__textbox .c-notes li {
  margin-bottom: 5px;
}
.p-strengths__img {
  display: flex;
  justify-content: center;
  padding: 60px 40px 0 50px;
}
@media screen and (max-width: 959.98px) {
  .p-strengths__img {
    padding: 10px 10px 0 10px;
  }
}
@media screen and (max-width: 767.98px) {
  .p-strengths__img {
    display: none;
  }
}
.p-strengths__img img {
  margin-top: auto;
  margin-bottom: -3px;
}
@media screen and (max-width: 959.98px) {
  .p-strengths__img img {
    width: 160px;
    height: auto;
  }
}
.p-strengths__list {
  flex: 1 1;
  margin: 0 0 0 25px;
  font-weight: 700;
  color: #0034e1;
}
.p-strengths__ul {
  border-bottom: 8px solid #EA4335;
}

.p-worry {
  font-weight: 700;
  font-size: 24px;
  color: #fff;
  background-color: #0034e1;
}
@media screen and (max-width: 1099.98px) {
  .p-worry {
    font-size: 18px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-worry {
    font-size: 14px;
  }
}
.p-worry__wrapper {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
  padding: 70px 0;
}
@media screen and (max-width: 1099.98px) {
  .p-worry__wrapper {
    padding: 40px 30px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-worry__wrapper {
    padding: 30px 20px;
  }
}
.p-worry__heading {
  margin-bottom: 0;
  padding-bottom: 45px;
  font-size: 36px;
  text-align: center;
}
@media screen and (max-width: 1099.98px) {
  .p-worry__heading {
    padding-bottom: 20px;
    font-size: 24px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-worry__heading {
    font-size: 18px;
  }
}
.p-worry__box {
  padding: 35px 20px 20px;
  font-size: 40px;
  text-align: center;
  color: #EA4335;
  background-color: #fff;
  border-radius: 10px;
}
@media screen and (max-width: 1099.98px) {
  .p-worry__box {
    padding: 10px;
    font-size: 28px;
  }
}
@media screen and (max-width: 575.98px) {
  .p-worry__box {
    font-size: 18px;
  }
}
.p-worry__title {
  margin-bottom: 0;
}
@media screen and (max-width: 575.98px) {
  .p-worry__title {
    text-align: left;
  }
}
.p-worry__text {
  margin-bottom: 0;
  padding: 40px 0;
}
@media screen and (max-width: 1099.98px) {
  .p-worry__text {
    padding: 20px 0;
  }
}
.p-worry__list {
  margin: 0 25px;
}
.p-worry__img {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 959.98px) {
  .p-worry__img {
    width: 220px;
  }
  .p-worry__img img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  .p-worry__img {
    display: none;
  }
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.u-text--normal {
  font-weight: normal !important;
  font-style: normal !important;
}

.u-text--bold {
  font-weight: bold !important;
}

.u-text--italic {
  font-style: italic !important;
}

.u-text--left {
  text-align: left !important;
}

.u-text--center {
  text-align: center !important;
}

.u-text--right {
  text-align: right !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (min-width: 1025px) {
  .u-hidden--pc {
    display: none !important;
  }
}

@media screen and (max-width: 1024px) {
  .u-hidden--ipad-pro {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .u-hidden--ipad {
    display: none !important;
  }
}

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

.u-show--ipad {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-show--ipad {
    display: block !important;
  }
}

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

.u-medium {
  font-weight: 500;
}

.u-bold {
  font-weight: 700;
}

.u-gold {
  color: #b98f17;
}

.u-link--01 {
  color: #009da5;
  text-decoration: none;
}

.u-link--02 {
  color: #009da5;
  text-decoration: underline;
}

.u-link--01,
.u-link--02 {
  transition: all 0.1s linear;
}
.u-link--01:hover,
.u-link--02:hover {
  color: #006c73;
  text-decoration: none;
}

.u-link--01 {
  color: #009da5;
  text-decoration: none;
}
@media screen and (max-width: 1023.98px) {
  .u-link--01:hover {
    color: #009da5;
    text-decoration: none;
  }
}

.u-link--02 {
  color: #0378d2;
  text-decoration: underline;
}
@media screen and (max-width: 1023.98px) {
  .u-link--02:hover {
    color: #0378d2;
    text-decoration: underline;
  }
}

.u-anchor {
  margin-top: -97px;
  padding-top: 97px;
}
@media screen and (max-width: 1023.98px) {
  .u-anchor {
    margin-top: -78px;
    padding-top: 78px;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}
/*# sourceMappingURL=maps/lp_gcp-invoice-3peroff.css.map */