@charset "UTF-8";
.u-hidden-desktop {
  display: block;
}
@media screen and (min-width: 992px) {
  .u-hidden-desktop {
    display: none;
  }
}

.u-hidden-tab {
  display: block;
}
@media screen and (min-width: 576px) {
  .u-hidden-tab {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .u-hidden-tablet {
    display: none;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 992px) {
  .u-desktop {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (min-width: 576px) {
  .u-tab {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  .u-mobile {
    display: none;
  }
}

/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 1.875;
  font-weight: 500;
}

body.is-fixed {
  height: 100%;
  overflow: hidden;
}

/*! destyle.css v4.0.0 | 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;
  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] {
  -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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

.p-action {
  background-color: #fff;
  padding-top: 40px;
  padding-bottom: 37px;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-action {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-action {
    max-width: 1100px;
    margin: 100px auto 0px;
    padding-bottom: 48px;
  }
}

.p-action__title {
  text-align: center;
}

.p-action__contents {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-action__contents {
    margin-top: 39px;
  }
}

.p-appealPoint {
  margin: 40px auto 0px;
  padding: 20px 17px;
  max-width: 880px;
  width: 100%;
  background-color: #0E72D6;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-appealPoint {
    margin-top: 88px;
    padding-top: 31px;
    padding-bottom: 25px;
  }
}

.p-appealPoint span {
  font-size: 18px;
  letter-spacing: 0.1em;
  line-height: 2.2222;
  white-space: nowrap;
}
@media screen and (min-width: 576px) {
  .p-appealPoint span {
    font-size: 24px;
    line-height: 2.0833;
  }
}

.p-appealPoint .p-appealPoint__underline {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.6666;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF040;
          text-decoration-color: #FFF040;
  text-decoration-thickness: 6px;
  text-underline-offset: 5px;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .p-appealPoint .p-appealPoint__underline {
    font-size: 34px;
    line-height: 1.34;
  }
}

.p-appealPoint img {
  max-width: 312px;
  width: 100%;
}

.p-btn01 {
  max-width: 345px;
  height: 80px;
  width: 100%;
  background-color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  border-radius: 999px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 992px) {
  .p-btn01 {
    height: 100px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    max-width: 660px;
  }
}

.p-btn01:hover {
  background-color: #192A3B;
  cursor: pointer;
}

.p-btn01:hover svg path {
  fill: #fff;
}

.p-btn01:hover span {
  color: #fff;
}

.p-btn01 svg {
  width: 38px;
  height: 27px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
@media screen and (min-width: 576px) {
  .p-btn01 svg {
    width: 51px;
    height: 37px;
  }
}

.p-btn01 span {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.15em;
}
@media screen and (min-width: 992px) {
  .p-btn01 span {
    row-gap: 30px;
    font-size: 30px;
  }
}

.p-card01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}
@media screen and (min-width: 576px) {
  .p-card01 {
    row-gap: 50px;
  }
}

.p-card01 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px 10px 16px;
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 576px) {
  .p-card01 li {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-card01 li {
    padding: 49px 50px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    border-radius: 40px;
  }
}

.p-card01__head {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .p-card01__head {
    -webkit-box-flex: 200px;
        -ms-flex: 200px;
            flex: 200px;
  }
}

.p-card01 picture {
  display: inline-block;
  width: 100px;
}
@media screen and (min-width: 576px) {
  .p-card01 picture {
    width: 200px;
  }
}

.p-card01 picture img {
  width: 100%;
}

.p-card01__body {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 1.5;
  font-weight: 700;
  row-gap: 10px;
}
@media screen and (min-width: 576px) {
  .p-card01__body {
    -webkit-box-flex: 650px;
        -ms-flex: 650px;
            flex: 650px;
  }
}

.p-card01__name {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  letter-spacing: 0.1em;
  margin-top: 6px;
}
@media screen and (min-width: 992px) {
  .p-card01__name {
    text-align: left;
    line-height: 1;
    margin-top: 5px;
  }
}

.p-card01__text {
  margin-top: 3px;
}
@media screen and (min-width: 576px) {
  .p-card01__text {
    margin-top: 20px;
  }
}

.p-card02 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 37px;
}
@media screen and (min-width: 992px) {
  .p-card02 {
    grid-template-columns: repeat(2, 1fr);
    gap: 55px 50px;
  }
}

.p-card02__item img {
  aspect-ratio: 325/201;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-card02__item img {
    aspect-ratio: 475/294;
    margin-top: 20px;
  }
}

.p-card02__item__headline {
  padding-left: 20px;
  height: 35px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-card02__item__headline {
    font-size: 30px;
    line-height: 1;
    height: 44.5px;
  }
}

.p-card02__item:nth-of-type(1) .p-card02__item__headline {
  background-color: #005CB9;
}

.p-card02__item:nth-of-type(2) .p-card02__item__headline {
  background-color: #FFCA1C;
}

.p-card02__item:nth-of-type(3) .p-card02__item__headline {
  background-color: #00A720;
}

.p-card02__item:nth-of-type(4) .p-card02__item__headline {
  background-color: #FF7131;
}

.p-card02__text {
  margin-top: 8px;
}
@media screen and (min-width: 992px) {
  .p-card02__text {
    margin-top: 16px;
  }
}

.p-card02__example {
  margin-top: 13px;
  color: #40BAFA;
}

.p-card03 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  row-gap: 38px;
}
@media screen and (min-width: 992px) {
  .p-card03 {
    grid-template-columns: repeat(3, 1fr);
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }
}

.p-card03__item img {
  aspect-ratio: 325/201;
  width: 100%;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .p-card03__item img {
    aspect-ratio: 320/198;
    margin-top: 20px;
  }
}

.p-card03__item__headline {
  padding-left: 20px;
  height: 35px;
  font-size: 24px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.15em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-card03__item__headline {
    font-size: 30px;
    line-height: 1;
    margin-top: 17px;
    height: 44px;
  }
}

.p-card03__item:nth-of-type(1) .p-card03__item__headline {
  background-color: #28A5E6;
}

.p-card03__item:nth-of-type(2) .p-card03__item__headline {
  background-color: #5EC2F5;
}

.p-card03__item:nth-of-type(3) .p-card03__item__headline {
  background-color: #93D8FC;
}

.p-card03__text {
  margin-top: 7px;
}
@media screen and (min-width: 992px) {
  .p-card03__text {
    margin-top: 16px;
  }
}

.p-card04 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 20px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-card04 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 992px) {
  .p-card04 {
    grid-template-columns: repeat(4, 1fr);
  }
}

.p-card04 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  aspect-ratio: 345/259;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
          box-shadow: 0 10px 20px rgba(0, 0, 0, .16);
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-card04 li {
    aspect-ratio: 320/518;
  }
}

.p-card04 li:nth-of-type(1) {
  background: url(../img/common/improvement-bg01_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(1) {
    background-image: url(../img/common/improvement-bg01.jpg);
  }
}

.p-card04 li:nth-of-type(2) {
  background: url(../img/common/improvement-bg02_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(2) {
    background-image: url(../img/common/improvement-bg02.jpg);
  }
}

.p-card04 li:nth-of-type(3) {
  background: url(../img/common/improvement-bg03_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(3) {
    background-image: url(../img/common/improvement-bg03.jpg);
  }
}

.p-card04 li:nth-of-type(4) {
  background: url(../img/common/improvement-bg04_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(4) {
    background-image: url(../img/common/improvement-bg04.jpg);
  }
}

.p-card04 li:nth-of-type(1) .p-improvement__card-txt {
  max-width: 195px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-card04 li:nth-of-type(1) .p-improvement__card-txt {
    max-width: 156px;
  }
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(1) .p-improvement__card-txt {
    max-width: 195px;
  }
}

.p-card04 li:nth-of-type(2) .p-improvement__card-txt {
  max-width: 228px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-card04 li:nth-of-type(2) .p-improvement__card-txt {
    max-width: 182px;
  }
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(2) .p-improvement__card-txt {
    max-width: 228px;
  }
}

.p-card04 li:nth-of-type(3) .p-improvement__card-txt {
  max-width: 261px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-card04 li:nth-of-type(3) .p-improvement__card-txt {
    max-width: 209px;
  }
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(3) .p-improvement__card-txt {
    max-width: 261px;
  }
}

.p-card04 li:nth-of-type(4) .p-improvement__card-txt {
  max-width: 228px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-card04 li:nth-of-type(4) .p-improvement__card-txt {
    max-width: 182px;
  }
}
@media screen and (min-width: 992px) {
  .p-card04 li:nth-of-type(4) .p-improvement__card-txt {
    max-width: 228px;
  }
}

.p-improvement__card-icon {
  width: 80px;
  height: 80px;
}
@media screen and (min-width: 576px) {
  .p-improvement__card-icon {
    width: 64px;
    height: 64px;
  }
}
@media screen and (min-width: 992px) {
  .p-improvement__card-icon {
    width: 80px;
    height: 80px;
  }
}

.p-company {
  padding-top: 80px;
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .p-company {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-company__title {
  text-align: center;
}

.p-company__contents {
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-company__contents {
    margin-top: 50px;
  }
}

.p-company__listWrap {
  max-width: 830px;
  width: 100%;
  margin: 0 auto;
}

.p-company__list {
  padding: 14px 15px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .p-company__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 30px;
  }
}

.p-company__list:nth-of-type(odd) {
  background-color: #EDFAFA;
}

.p-company__list dt {
  color: #004C98;
  line-height: 1;
}
@media screen and (min-width: 576px) {
  .p-company__list dt {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 133px;
            flex: 0 0 133px;
  }
}

@media screen and (min-width: 576px) {
  .p-company__list dd {
    -webkit-box-flex: 667px;
        -ms-flex: 667px;
            flex: 667px;
  }
}

@media screen and (min-width: 576px) {
  .p-company__list dd span {
    margin-left: 10px;
  }
}

.p-company__map {
  position: relative;
  max-width: 830px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-company__map {
    margin-top: 50px;
  }
}

.p-company__map:after {
  content: "";
  display: block;
  aspect-ratio: 375/232;
}
@media screen and (min-width: 576px) {
  .p-company__map:after {
    aspect-ratio: 830/513;
  }
}

.p-company__map iframe {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.p-contact {
  padding-top: 40px;
  padding-bottom: 40px;
  background: url(../img/common/contact-bg_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 576px) {
  .p-contact {
    background-image: url(../img/common/contact-bg.jpg);
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-contact__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.p-contact__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 700;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 19px;
  line-height: 1.4166;
}
@media screen and (min-width: 992px) {
  .p-contact__message {
    font-size: 40px;
    letter-spacing: 0.15em;
  }
}

.p-contact__message.p-contact__message--pc {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-contact__message.p-contact__message--pc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 23px;
  }
}

@media screen and (min-width: 992px) {
  .p-contact__message.p-contact__message--sp {
    display: none;
  }
}

.p-contact__message.p-contact__message--sp img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.p-contact__btn {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 576px) {
  .p-contact__btn {
    margin-top: 48px;
  }
}

.p-contact__btn a {
  display: inline-block;
  width: 100%;
}

.p-drawer-bg {
  position: fixed;
  background-color: rgba(0, 0, 0, .6);
  top: 0;
  right: 0;
  left: 0;
  z-index: 19;
  height: 100vh;
  display: none;
}

.p-drawer-bg.is-active {
  display: block;
}
@media screen and (min-width: 992px) {
  .p-drawer-bg.is-active {
    display: none;
  }
}

.p-drawerMenu {
  height: 100vh;
  overflow: scroll;
  width: 100%;
  background-color: #004C98;
  color: #fff;
  position: fixed;
  top: 50px;
  right: 0px;
  -webkit-transform: translateX(101%);
          transform: translateX(101%);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (min-width: 576px) {
  .p-drawerMenu {
    width: 62%;
    top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-drawerMenu {
    display: none;
  }
}

.p-drawerMenu.is-active {
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}

.p-drawerMenu__nav {
  padding-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-drawerMenu__nav li {
  width: 100%;
}

.p-drawerMenu__nav li a {
  color: #fff;
  display: block;
  letter-spacing: 0.1em;
  line-height: 1;
  padding: 34px 0px;
  border-bottom: 1px solid #fff;
  text-align: center;
}

.p-drawerMenu__btn {
  margin-top: 30px;
  text-align: center;
}

.p-footer {
  background-color: #004C98;
  padding-top: 44px;
  padding-bottom: 20px;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .p-footer {
    padding-top: 103px;
    padding-bottom: 14px;
  }
}

.p-footer__content {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

.p-footer__head {
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.25;
  text-align: center;
  border-bottom: 1px solid #fff;
  padding-bottom: 12px;
}
@media screen and (min-width: 992px) {
  .p-footer__head {
    font-size: 30px;
    text-align: left;
    padding-bottom: 14px;
  }
}

.p-footer__body {
  margin-top: 15px;
}
@media screen and (min-width: 992px) {
  .p-footer__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 27px;
  }
}

.p-footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 17px;
       -moz-column-gap: 17px;
            column-gap: 17px;
    margin-top: 0px;
  }
}

.p-footer__list li a {
  padding: 10px 0px 5px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .p-footer__list li a {
    padding-bottom: 10px;
  }
}

.p-footer__list a::after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 5%;
  /*線の形状*/
  width: 90%;
  height: 2px;
  background: #fff;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1); /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top; /*上部中央基点*/
}

/*現在地とhoverの設定*/
.p-footer__list a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1); /*X方向にスケール拡大*/
}

.p-footer__btn {
  margin-top: 38px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-footer__btn {
    margin-top: 0px;
    text-align: left;
  }
}

.p-footer__copy {
  margin-top: 45px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 1;
}
@media screen and (min-width: 992px) {
  .p-footer__copy {
    margin-top: 56px;
  }
}

.p-footer__copy span {
  margin-left: 3px;
}

.p-fv {
  margin-top: 50px;
  height: 761px;
  overflow: hidden;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-fv {
    margin-top: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-fv {
    margin-top: 0px;
    height: 864px;
  }
}

.p-fv__bg {
  height: 761px;
  background: url(../img/common/fv-bg_sp.jpg) no-repeat center top/cover;
}
@media screen and (min-width: 576px) {
  .p-fv__bg {
    background: url(../img/common/fv-bg.jpg) no-repeat center top/cover;
  }
}
@media screen and (min-width: 992px) {
  .p-fv__bg {
    height: 864px;
    margin-left: 19.9118%;
    background-position: left top;
  }
}

.p-fv__message {
  position: absolute;
  bottom: -94px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 464px;
  height: 447px;
}
@media screen and (max-width: 374px) {
  .p-fv__message {
    width: 123.7333%;
  }
}
@media screen and (max-width: 359px) {
  .p-fv__message {
    bottom: -110px;
  }
}
@media screen and (min-width: 992px) {
  .p-fv__message {
    left: 0px;
    bottom: 154px;
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
    width: 600px;
  }
}
@media screen and (min-width: 992px) {
  .p-fv__message {
    width: 644px;
  }
}

.p-fv__img {
  display: block;
  height: 100%;
}

.p-fv__img img {
  width: 100%;
}

.p-hamburger {
  padding: 8px;
  width: 40px;
  height: 40px;
  border-radius: 999px;
  display: inline-block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: #004C98;
  border: 0;
  margin: 0;
  overflow: visible;
}
@media screen and (min-width: 576px) {
  .p-hamburger {
    width: 55px;
    height: 55px;
    padding: 12px;
  }
}

.p-hamburger.is-active .p-hamburger__inner,
.p-hamburger.is-active .p-hamburger__inner::before,
.p-hamburger.is-active .p-hamburger__inner::after {
  background-color: #fff;
}

.p-hamburger__box {
  width: 25px;
  height: 16px;
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 576px) {
  .p-hamburger__box {
    width: 31px;
    height: 20px;
  }
}

.p-hamburger__inner {
  display: block;
  top: 50%;
  margin-top: -3px;
}
@media screen and (min-width: 576px) {
  .p-hamburger__inner {
    margin-top: 2px;
  }
}

.p-hamburger__inner,
.p-hamburger__inner::before,
.p-hamburger__inner::after {
  width: 25px;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
          transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
@media screen and (min-width: 576px) {
  .p-hamburger__inner,
.p-hamburger__inner::before,
.p-hamburger__inner::after {
    width: 32px;
  }
}

.p-hamburger__inner::before,
.p-hamburger__inner::after {
  content: "";
  display: block;
}

.p-hamburger__inner::before {
  top: -8px;
}
@media screen and (min-width: 576px) {
  .p-hamburger__inner::before {
    top: -10px;
  }
}

.p-hamburger__inner::after {
  bottom: -8px;
}
@media screen and (min-width: 576px) {
  .p-hamburger__inner::after {
    bottom: -10px;
  }
}

/* stand */
.p-hamburger--stand .p-hamburger__inner {
  -webkit-transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear;
  transition: transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), background-color 0s 0.075s linear, -webkit-transform 0.075s 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-hamburger--stand .p-hamburger__inner::before {
  -webkit-transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-hamburger--stand .p-hamburger__inner::after {
  -webkit-transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.075s ease-in, transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s 0s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.p-hamburger--stand.is-active .p-hamburger__inner {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: transparent !important;
  -webkit-transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear;
  transition: transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0s 0.15s linear, -webkit-transform 0.075s 0s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-hamburger--stand.is-active .p-hamburger__inner::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-hamburger--stand.is-active .p-hamburger__inner::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s 0.1s ease-out, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-header {
  position: fixed;
  height: 50px;
  left: 0px;
  right: 0px;
  z-index: 20;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-header {
    height: 70px;
  }
}
@media screen and (min-width: 992px) {
  .p-header {
    height: 140px;
    padding-top: 70px;
    background-color: transparent;
  }
}
@media screen and (min-width: 1260px) {
  .p-header {
    padding-top: 0px;
    height: 91px;
  }
}

.p-header.is-scrolled {
  background-color: #fff;
}

.p-header.is-scrolled .p-header__inner {
  background-color: #fff;
}

.p-header__inner {
  padding-left: 15px;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 992px) {
  .p-header__inner {
    height: 70px;
    padding-bottom: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .p-header__inner {
    height: inherit;
    padding-bottom: 0px;
  }
}

.p-header__logo {
  max-width: 181px;
  width: 100%;
  height: inherit;
}
@media screen and (min-width: 576px) {
  .p-header__logo {
    top: 0px;
    max-width: 240px;
  }
}
@media screen and (min-width: 992px) {
  .p-header__logo {
    max-width: 257px;
    position: absolute;
    top: 20px;
  }
}
@media screen and (min-width: 1260px) {
  .p-header__logo {
    margin-left: 26px;
    position: static;
    position: initial;
  }
}

.p-header__logo img {
  width: 100%;
}

.p-header__logo a {
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav {
  display: none;
  margin-right: auto;
}
@media screen and (min-width: 992px) {
  .p-header__nav {
    display: block;
    margin-right: 0px;
  }
}
@media screen and (min-width: 1260px) {
  .p-header__nav {
    margin-left: auto;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-header__nav-item {
  height: inherit;
  padding: 0 19px;
}

@media screen and (min-width: 992px) {
  .p-header__nav-item:nth-of-type(1) {
    padding-left: 0px;
  }
}
@media screen and (min-width: 1260px) {
  .p-header__nav-item:nth-of-type(1) {
    padding-left: 19px;
  }
}

@media screen and (min-width: 992px) {
  .p-header__nav-itemBtn {
    padding-left: 31px;
    position: absolute;
    top: 20px;
    right: 0px;
    padding-right: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 1260px) {
  .p-header__nav-itemBtn {
    position: relative;
    padding-right: 0px;
    position: initial;
  }
}

.p-header__nav-itemBtn a {
  width: 200px;
  background-color: #004C98;
  border-radius: 999px;
  padding-right: 0px;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.p-header__nav-itemBtn a:hover {
  background-color: #192A3B;
}

.p-header__nav-itemBtn a img {
  width: 154px;
}

.p-header__nav-item a {
  padding: 15px 0px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  color: #333;
  position: relative;
}
@media screen and (min-width: 1260px) {
  .p-header__nav-item a {
    padding: 20px 0px 15px;
  }
}

.p-header__nav-item a:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 5%;
  /*線の形状*/
  width: 90%;
  height: 2px;
  background: #333;
  /*アニメーションの指定*/
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  /*X方向0、Y方向1*/
  -webkit-transform-origin: center top;
          transform-origin: center top;
  /*上部中央基点*/
}

/*現在地とhoverの設定*/
.p-header__nav-item a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
  /*X方向にスケール拡大*/
}

.p-header__nav-item:nth-of-type(1) a {
  width: 190px;
}

.p-header__nav-item:nth-of-type(2) a {
  width: 116px;
}

.p-header__nav-item:nth-of-type(3) a {
  width: 80px;
}

.p-header__nav-item:nth-of-type(4) a {
  width: 68px;
}

.p-header__nav-item a img {
  width: 100%;
}

@media screen and (min-width: 992px) {
  .p-header__hamburger {
    display: none;
  }
}

.p-improvement {
  background-color: #40BAFA;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #67CBFF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #67CBFF calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: left top;
  height: 360.5333vw;
  margin-bottom: 388px;
  padding-top: 80px;
}
@media screen and (min-width: 390px) {
  .p-improvement {
    height: 353vw;
  }
}
@media screen and (min-width: 450px) {
  .p-improvement {
    height: 347vw;
  }
}
@media screen and (min-width: 576px) {
  .p-improvement {
    margin-bottom: 385px;
    height: 700px;
  }
}
@media screen and (min-width: 630px) {
  .p-improvement {
    height: 106vw;
    margin-bottom: 400px;
  }
}
@media screen and (min-width: 768px) {
  .p-improvement {
    height: 103vw;
  }
}
@media screen and (min-width: 850px) {
  .p-improvement {
    height: 100vw;
  }
}
@media screen and (min-width: 992px) {
  .p-improvement {
    padding-top: 100px;
    height: 677px;
    margin-bottom: 29.2vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-improvement {
    height: 717px;
    margin-bottom: 30.2vw;
  }
}
@media screen and (min-width: 1260px) {
  .p-improvement {
    height: 765px;
    margin-bottom: 29.2vw;
  }
}
@media screen and (min-width: 1536px) {
  .p-improvement {
    margin-bottom: 355px;
    height: 795px;
  }
}

.p-improvement__inner {
  position: relative;
}

.p-improvement__title {
  text-align: center;
}

.p-improvement__message01-Wrap {
  margin-top: 16px;
}
@media screen and (min-width: 992px) {
  .p-improvement__message01-Wrap {
    margin-top: 7px;
  }
}

.p-improvement__message01 {
  text-align: center;
  color: #fff;
  display: none;
}
@media screen and (min-width: 992px) {
  .p-improvement__message01 {
    display: block;
  }
}

.p-improvement__message01 span {
  font-size: 24px;
  letter-spacing: 0.15em;
  white-space: nowrap;
  font-size: 24px;
  line-height: 2.5;
  font-weight: 700;
}

.p-improvement__message01 .p-improvement__underline {
  font-size: 34px;
  letter-spacing: 0.15em;
  line-height: 1.58;
  text-decoration: underline;
  -webkit-text-decoration-color: #FFF040;
          text-decoration-color: #FFF040;
  text-decoration-thickness: 6px;
  text-underline-offset: 5px;
  font-weight: 700;
}

.p-improvement__message01-img {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-improvement__message01-img {
    display: none;
  }
}

.p-improvement__message01-img img {
  display: inline-block;
  max-width: 342px;
  width: 100%;
}

.p-improvement__card {
  margin-top: 42px;
}
@media screen and (min-width: 768px) {
  .p-improvement__card {
    margin-top: 40px;
  }
}

.p-improvement_message02 {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-improvement_message02 {
    margin-top: 50px;
  }
}

.p-improvement_message02 picture {
  display: inline-block;
}

.p-improvement_message02 img {
  max-width: 344px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-improvement_message02 img {
    max-width: 889px;
  }
}

.p-instructions {
  padding-top: 80px;
  padding-bottom: 77px;
}
@media screen and (min-width: 576px) {
  .p-instructions {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-instructions__title {
  text-align: center;
}

.p-instructions__message01-Wrap {
  text-align: center;
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-instructions__message01-Wrap {
    margin-top: 16px;
  }
}

.p-instructions__message01-txt {
  display: none;
  font-size: 40px;
  letter-spacing: 0.15em;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-instructions__message01-txt {
    display: inline-block;
  }
}

.p-instructions__message01-img {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-instructions__message01-img {
    display: none;
  }
}

.p-instructions__message01-img img {
  max-width: 334px;
  width: 100%;
  display: inline-block;
}

.p-instructions__head {
  margin-top: 20px;
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) {
  .p-instructions__head {
    margin-top: 52px;
    padding-bottom: 50px;
  }
}

.p-instructions__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-instructions__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-left: 47px;
  }
}

@media screen and (min-width: 992px) {
  .p-instructions__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 660px;
            flex: 0 1 660px;
  }
}

.p-instructions__body ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  row-gap: 26px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .p-instructions__body ul {
    row-gap: 50px;
  }
}

.p-instructions__body ul li {
  background-color: #E3E3E3;
  font-size: 14px;
  letter-spacing: 0.1em;
  padding: 8px 27px;
  border-radius: 999px;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-instructions__body ul li {
    font-size: 20px;
    line-height: 1.5;
    padding: 25px 50px;
    text-align: center;
  }
}

.p-instructions__head .p-instructions__body ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/instructions-fukidasi01.svg) no-repeat center center/contain;
  width: 23px;
  height: 14px;
  right: 30px;
  bottom: -10px;
}
@media screen and (min-width: 992px) {
  .p-instructions__head .p-instructions__body ul li::after {
    width: 43px;
    height: 26px;
    right: 52px;
    bottom: -21px;
  }
}

.p-instructions__thumb {
  text-align: center;
  width: 74px;
}
@media screen and (min-width: 992px) {
  .p-instructions__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 149px;
            flex: 0 1 149px;
  }
}

.p-instructions__picture img {
  width: 100%;
}

.p-instructions__arrow {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-instructions__arrow {
    margin-top: 50px;
  }
}

.p-instructions__arrow img {
  width: 80px;
}

.p-instructions__middle {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #EDFAFA;
}
@media screen and (min-width: 576px) {
  .p-instructions__middle {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

.p-instructions__middle .p-instructions__thumb {
  width: 78px;
}
@media screen and (min-width: 992px) {
  .p-instructions__middle .p-instructions__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 162px;
            flex: 0 1 162px;
  }
}

.p-instructions__middle .p-instructions__body ul li::after {
  content: "";
  position: absolute;
  display: block;
  background: url(../img/common/instructions-fukidasi02.svg) no-repeat center center/contain;
  width: 23px;
  height: 14px;
  left: 27px;
  bottom: -10px;
}
@media screen and (min-width: 992px) {
  .p-instructions__middle .p-instructions__body ul li::after {
    width: 43px;
    height: 26px;
    left: 52px;
    bottom: -22px;
  }
}

.p-instructions__middle .p-instructions__flex {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-instructions__middle .p-instructions__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-column-gap: 37px;
       -moz-column-gap: 37px;
            column-gap: 37px;
  }
}

.p-instructions__message02-text {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-instructions__message02-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    row-gap: 10px;
  }
}

.p-instructions__message02-img {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-instructions__message02-img {
    display: none;
  }
}

.p-instructions__message02-img img {
  max-width: 334px;
  width: 100%;
  display: inline-block;
}

.p-instructions__bottom {
  padding-top: 81px;
}
@media screen and (min-width: 992px) {
  .p-instructions__bottom {
    padding-top: 100px;
  }
}

.p-instructions__bottom .p-instructions__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  row-gap: 20px;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-instructions__bottom .p-instructions__flex {
    max-width: none;
    max-width: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-instructions__bottom .p-instructions__flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
    max-width: none;
    max-width: initial;
    margin-left: 0px;
  }
}

@media screen and (min-width: 576px) {
  .p-instructions__bottom .p-instructions__body {
    -webkit-box-flex: initial;
        -ms-flex: initial;
            flex: initial;
  }
}
@media screen and (min-width: 992px) {
  .p-instructions__bottom .p-instructions__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 630px;
            flex: 0 1 630px;
  }
}

.p-instructions__bottom .p-instructions__thumb {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-instructions__bottom .p-instructions__thumb {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 490px;
            flex: 0 1 490px;
  }
}

.p-instructions__bottom .p-instructions__picture {
  width: 100%;
}

.p-instructions__bottom .p-instructions__thumb img {
  aspect-ratio: 345/259;
}
@media screen and (min-width: 992px) {
  .p-instructions__bottom .p-instructions__thumb img {
    aspect-ratio: 490/688;
  }
}

.p-instructions__subject {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.6666;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .p-instructions__subject {
    font-size: 40px;
    line-height: 1.5;
  }
}
@media screen and (min-width: 992px) {
  .p-instructions__subject {
    padding-right: 78px;
  }
}

.p-instructions__text {
  margin-top: 17px;
}
@media screen and (min-width: 576px) {
  .p-instructions__text {
    margin-top: 24px;
  }
}
@media screen and (min-width: 992px) {
  .p-instructions__text {
    padding-right: 78px;
  }
}

.p-instructions__message03-text {
  display: none;
}
@media screen and (min-width: 992px) {
  .p-instructions__message03-text {
    display: block;
  }
}

@media screen and (min-width: 992px) {
  .p-instructions__message03-img {
    display: none;
  }
}

.p-instructions__message03-img img {
  max-width: 328px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

.p-sectionTitle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 19px;
}
@media screen and (min-width: 992px) {
  .p-sectionTitle {
    row-gap: 21px;
  }
}

.p-sectionTitle.p-sectionTitle--worries {
  row-gap: 23px;
}
@media screen and (min-width: 992px) {
  .p-sectionTitle.p-sectionTitle--worries {
    row-gap: 21px;
  }
}

.p-sectionTitle__sub {
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 1.3333;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p-sectionTitle__sub {
    font-size: 40px;
  }
}

.p-sectionTitle__sub.p-sectionTitle__sub--worries {
  font-size: 30px;
}
@media screen and (min-width: 992px) {
  .p-sectionTitle__sub.p-sectionTitle__sub--worries {
    font-size: 40px;
  }
}

.p-sectionTitle--contact .p-sectionTitle__sub {
  color: #fff;
}

.p-thought {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  .p-thought {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}
@media screen and (min-width: 992px) {
  .p-thought {
    max-width: 1100px;
    margin: 0 auto;
  }
}

.p-thought__title {
  text-align: center;
}

.p-thought__contents {
  margin-top: 20px;
}
@media screen and (min-width: 992px) {
  .p-thought__contents {
    margin-top: 60px;
  }
}

.p-voice {
  padding-top: 80px;
  padding-bottom: 80px;
  background: url(../img/common/voice-bg_sp.jpg) no-repeat center center/cover;
}
@media screen and (min-width: 576px) {
  .p-voice {
    padding-top: 100px;
    padding-bottom: 100px;
    background-image: url(../img/common/voice-bg.jpg);
  }
}

.p-voice__title {
  text-align: center;
}

.p-voice__contents {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-voice__contents {
    margin-top: 54px;
  }
}

.p-what {
  padding-top: 80px;
}
@media screen and (min-width: 576px) {
  .p-what {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-what__title {
  text-align: center;
}

.p-what__contents {
  margin-top: 92px;
}
@media screen and (min-width: 576px) {
  .p-what__contents {
    margin-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .p-what__contents {
    margin-top: 50px;
  }
}

.p-what__flexWrap {
  background-color: #EDFAFA;
  height: 734px;
}
@media screen and (min-width: 992px) {
  .p-what__flexWrap {
    height: auto;
    height: initial;
    padding-top: 50px;
    padding-bottom: 50px;
    background: -webkit-gradient(linear, left top, right top, color-stop(22.5%, transparent), color-stop(22.5%, #EDFAFA), to(#EDFAFA));
    background: linear-gradient(90deg, transparent 22.5%, #EDFAFA 22.5%, #EDFAFA 100%);
  }
}

.p-what__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 18px;
  position: relative;
  top: -50px;
}
@media screen and (min-width: 992px) {
  .p-what__flex {
    position: static;
    position: initial;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }
}

@media screen and (min-width: 992px) {
  .p-what__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 543px;
            flex: 0 1 543px;
  }
}

.p-what__head img {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .p-what__head img {
    width: 70%;
    display: block;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .p-what__head img {
    width: 100%;
  }
}

@media screen and (min-width: 992px) {
  .p-what__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 590px;
            flex: 0 1 590px;
  }
}

.p-what__bodyTitle {
  line-height: 1.6666;
  font-size: 24px;
  letter-spacing: 0.15em;
  font-weight: 700;
  color: #004C98;
}
@media screen and (min-width: 576px) {
  .p-what__bodyTitle {
    font-size: 30px;
  }
}

.p-what__text {
  margin-top: 13px;
  font-size: 16px;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 576px) {
  .p-what__text {
    font-size: 20px;
    line-height: 2;
    margin-top: 10px;
  }
}

.p-what__evidence {
  background-color: #97ADAD;
  padding: 18px 20px;
  letter-spacing: 0.05em;
  color: #fff;
  margin-top: 16px;
}
@media screen and (min-width: 576px) {
  .p-what__evidence {
    margin-top: 46px;
  }
}

.p-what__arrow {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 576px) {
  .p-what__arrow {
    margin-top: 50px;
  }
}

.p-what__arrow img {
  width: 82px;
}

.p-what__messageTxt {
  max-width: 375px;
  width: 100%;
  margin: 40px auto 0px;
}
@media screen and (min-width: 576px) {
  .p-what__messageTxt {
    margin-top: 50px;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  .p-what__messageTxt {
    max-width: 820px;
  }
}

.p-what__messageTxt img {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-what__messageTxt img {
    width: 100%;
  }
}

.p-what__tips {
  margin-top: 37px;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 992px) {
  .p-what__tips {
    margin-top: 43px;
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
}

.p-what__featureFlex-Wrapper {
  background-color: #F4F4F4;
  text-align: center;
  max-width: 1000px;
  width: 100%;
  margin: 37px auto 0;
  padding-top: 40px;
  padding-bottom: 21px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .p-what__featureFlex-Wrapper {
    margin-top: 43px;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-what__featureFlex-Wrapper {
    padding-left: 28px;
    padding-right: 28px;
    padding-bottom: 28px;
  }
}

.p-what__feature {
  max-width: 1000px;
  width: 100%;
}

.p-what__featureHeadline {
  font-size: 20px;
  height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  padding: 0 50px;
  height: 36px;
  display: none;
}
@media screen and (min-width: 576px) {
  .p-what__featureHeadline {
    font-size: 24px;
    height: 45px;
    letter-spacing: 0.15em;
    display: inline-block;
  }
}

.p-what__featureImg-txt {
  max-width: 334px;
  width: 100%;
  display: block;
  margin: 0px auto;
}
@media screen and (min-width: 576px) {
  .p-what__featureImg-txt {
    display: none;
  }
}

.p-what__featureImg-txt img {
  width: 100%;
}

.p-what__featureFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 20px;
  margin-top: 20px;
  max-width: 370px;
  width: 100%;
  margin: 20px auto;
}
@media screen and (min-width: 576px) {
  .p-what__featureFlex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 992px) {
  .p-what__featureFlex {
    margin-top: 50px;
  }
}

@media screen and (min-width: 576px) {
  .p-what__graphImg {
    -webkit-box-flex: 400px;
        -ms-flex: 400px;
            flex: 400px;
  }
}

.p-what__graphImg img {
  width: 100%;
}

@media screen and (min-width: 576px) {
  .p-what__arrowImg {
    -webkit-box-flex: 380px;
        -ms-flex: 380px;
            flex: 380px;
  }
}

.p-what__arrowImg img {
  width: 100%;
}

.p-worries {
  padding-top: 40px;
  padding-bottom: 80px;
}
@media screen and (min-width: 576px) {
  .p-worries {
    padding-top: 100px;
    padding-bottom: 93px;
  }
}

.p-worries__title {
  text-align: center;
}

.p-worries__contents {
  margin-top: 41px;
}
@media screen and (min-width: 992px) {
  .p-worries__contents {
    margin-top: 54px;
  }
}

.p-worries__bgWrap {
  background-color: #192A3B;
}

.p-worries__bg {
  padding-top: 20px;
  padding-bottom: 40px;
  padding-right: 15px;
  padding-left: 15px;
}
@media screen and (min-width: 576px) {
  .p-worries__bg {
    padding-top: 25px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .p-worries__bg {
    height: 470px;
    padding-left: 54.8828%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-right: 0px;
    position: relative;
  }
}

.p-worries__bg.p-worries__bg--rev {
  padding-top: 0px;
}
@media screen and (min-width: 992px) {
  .p-worries__bg.p-worries__bg--rev {
    height: 608px;
    padding-right: 54.8828%;
    padding-left: 0%;
  }
}

.p-worries__bg.p-worries__bg--rev img {
  aspect-ratio: 345/234;
}
.p-worries__bg picture img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-worries__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 18px;
}
@media screen and (min-width: 992px) {
  .p-worries__flex {
    max-width: 1056px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -54%);
            transform: translate(-50%, -54%);
    position: absolute;
    margin-top: 13px;
  }
}

.p-worries__flex.p-worries__flex-rev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-worries__flex.p-worries__flex-rev {
    max-width: 1056px;
    padding-left: 28px;
    padding-right: 28px;
    width: 100%;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    position: absolute;
    margin-top: -1px;
  }
}

@media screen and (min-width: 992px) {
  .p-worries__flexBody {
    -webkit-box-flex: 490px;
        -ms-flex: 490px;
            flex: 490px;
  }
}

.p-worries__flexBody ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .p-worries__flexBody ul {
    margin-top: 16px;
  }
}

.p-worries__flexBody ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fff;
  padding: 17px 0px 16px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}
@media screen and (min-width: 992px) {
  .p-worries__flexBody ul li {
    padding: 19px 0 19px;
  }
}

.p-worries__flexBody ul li:nth-of-type(1) {
  padding-top: 14px;
}
@media screen and (min-width: 992px) {
  .p-worries__flexBody ul li:nth-of-type(1) {
    padding-top: 18px;
  }
}

.p-worries__flexBody ul li img {
  width: 21px;
  height: 19px;
}

.p-worries__flexBody ul li p {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (min-width: 576px) {
  .p-worries__flexBody ul li p {
    font-size: 20px;
    letter-spacing: 0.1em;
    line-height: 1.5;
  }
}

.p-worries__bodyTitle {
  font-size: 24px;
  line-height: 1.6666;
  letter-spacing: 0.15em;
  color: #40BAFA;
  font-weight: 700;
}
@media screen and (min-width: 576px) {
  .p-worries__bodyTitle {
    font-size: 30px;
  }
}

@media screen and (min-width: 992px) {
  .p-worries__flex-thumb {
    -webkit-box-flex: 490px;
        -ms-flex: 490px;
            flex: 490px;
  }
}

.p-worries__flex-thumb img {
  width: 100%;
}

.p-worries__cause {
  position: relative;
  margin-top: 137px;
}
@media screen and (min-width: 576px) {
  .p-worries__cause {
    padding-top: 80px;
  }
}
@media screen and (min-width: 992px) {
  .p-worries__cause {
    padding-top: 127px;
    margin-top: 0px;
  }
}

.p-worries__causeInner {
  position: absolute;
  top: -57px;
}
@media screen and (min-width: 576px) {
  .p-worries__causeInner {
    top: 10px;
    text-align: center;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media screen and (min-width: 992px) {
  .p-worries__causeInner {
    top: 100px;
  }
}

.p-worries__causeTitle-wrapper {
  text-align: center;
}

.p-worries__causeTitle {
  text-align: center;
  font-size: 24px;
  letter-spacing: 0.1em;
  line-height: 1.4166;
  font-weight: 700;
  background-color: #333;
  color: #fff;
  padding: 5px;
  max-width: 336px;
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-worries__causeTitle {
    max-width: none;
    width: auto;
    display: inline-block;
    padding: 5px 50px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.p-worries__causeList-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #F2F2F2;
  margin-top: 137px;
  padding: 73px 20px 37px;
  row-gap: 13px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .p-worries__causeList-wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1000px;
    width: 100%;
    border-radius: 20px;
    padding: 74px 50px 47px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-worries__causeList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 14px;
}

@media screen and (min-width: 992px) {
  .p-worries__causeList--left {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 325px;
            flex: 0 1 325px;
  }
}

@media screen and (min-width: 992px) {
  .p-worries__causeList--right {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 440px;
            flex: 0 1 440px;
  }
}

.p-worries__causeList li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.p-worries__causeList li span {
  color: #1B71C7;
  font-size: 16px;
}

.p-worries__arrow {
  text-align: center;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .p-worries__arrow {
    margin-top: 50px;
  }
}

.p-worries__arrow img {
  width: 82px;
}

.p-worries__message {
  margin-top: 40px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .p-worries__message {
    margin-top: 38px;
  }
}

.p-worries__message img {
  max-width: 328px;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .p-worries__message img {
    display: none;
  }
}

.p-worries__messageTxt {
  display: none;
  font-size: 24px;
  letter-spacing: 0.15em;
  line-height: 2.0833;
  font-weight: 700;
}
@media screen and (min-width: 992px) {
  .p-worries__messageTxt {
    display: block;
  }
}

.p-youtube {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media screen and (min-width: 576px) {
  .p-youtube {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.p-youtube__frame {
  max-width: 660px;
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 345/213;
}
@media screen and (min-width: 576px) {
  .p-youtube__frame {
    aspect-ratio: 660/408;
  }
}

.p-youtube__frame iframe {
  width: 100%;
  height: 100%;
}

.p-youtube__frame iframe {
  border: 0;
}

.c-btn01 {
  background-color: #333;
  border: 1px solid #333;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  letter-spacing: 0.1em;
  max-width: 380px;
  width: 100%;
  height: 55px;
  border-radius: 999px;
  -webkit-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.c-btn01:hover {
  background-color: #fff;
  color: #333;
}

.c-btn01--footer {
  background-color: #fff;
  font-weight: 700;
  height: 60px;
  max-width: 253px;
  color: #333;
}
@media screen and (min-width: 992px) {
  .c-btn01--footer {
    min-width: 253px;
  }
}

.c-btn01--footer:hover {
  background-color: #192A3B;
  color: #fff;
}

.c-btn02 {
  font-size: 20px;
  line-height: 1.5;
  height: 30px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #fff;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #333;
  padding: 0 50px;
}
@media screen and (min-width: 576px) {
  .c-btn02 {
    font-size: 24px;
    height: 36px;
    letter-spacing: 0.15em;
  }
}

.c-text01 {
  font-size: 20px;
  letter-spacing: 0.05em;
  font-weight: 700;
  background-color: #40BAFA;
  color: #fff;
  line-height: 1;
  padding: 12px 10px;
  display: inline-block;
}
@media screen and (min-width: 992px) {
  .c-text01 {
    padding: 12px 50px;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
}

.c-topBtn {
  width: 55px;
  height: 55px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #004C98;
  background-color: rgba(255, 255, 255, .5);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 30;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  right: 20px;
  bottom: 20px;
  border-radius: 999px;
}
@media screen and (min-width: 768px) {
  .c-topBtn {
    width: 60px;
    height: 60px;
    right: 40px;
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .c-topBtn {
    width: 80px;
    height: 80px;
    right: 60px;
    bottom: 60px;
  }
}

.c-topBtn:hover {
  cursor: pointer;
}

.c-topBtn::after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 12px;
  top: 42%;
  left: 40%;
  border-bottom: 2px solid #004C98;
  border-left: 2px solid #004C98;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media screen and (min-width: 992px) {
  .c-topBtn::after {
    width: 15px;
    height: 15px;
    top: 42%;
    left: 40%;
  }
}

.c-topBtn.is-show {
  opacity: 1;
  visibility: visible;
}

.l-inner {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .l-inner {
    max-width: 1140px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner {
    max-width: 1156px;
    padding-right: 28px;
    padding-left: 28px;
  }
}

.l-inner.l-inner--header {
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.l-inner--header {
    max-width: 1536px;
    padding-left: 28px;
    padding-right: 28px;
  }
}

.l-inner.l-inner--thought,
.l-inner.l-inner--action {
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--thought,
.l-inner.l-inner--action {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.l-inner--thought,
.l-inner.l-inner--action {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.l-inner.l-inner--improvement {
  max-width: 1370px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--improvement {
    max-width: 1380px;
  }
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--improvement {
    max-width: 1396px;
  }
}

.l-inner.l-inner--what-graph {
  max-width: 1000px;
}

.l-inner.l-inner--what-flex {
  max-width: 1366px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--what-flex {
    max-width: 1376px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.l-inner--what-flex {
    max-width: 1392px;
  }
}

.l-inner.l-inner--10 {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--10 {
    padding-right: 0px;
    padding-left: 0px;
  }
}

.l-inner.l-inner--voice {
  max-width: 1030px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--voice {
    max-width: 1040px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.l-inner--voice {
    max-width: 1056px;
  }
}

.l-inner.l-inner--instructions {
  max-width: 1200px;
}
@media screen and (min-width: 576px) {
  .l-inner.l-inner--instructions {
    max-width: 1210px;
  }
}
@media screen and (min-width: 992px) {
  .l-inner.l-inner--instructions {
    max-width: 1226px;
  }
}

.l-sectionMass {
  background-color: #40BAFA;
  background-image: linear-gradient(0deg, transparent calc(100% - 1px), #67CBFF calc(100% - 1px)), linear-gradient(90deg, transparent calc(100% - 1px), #67CBFF calc(100% - 1px));
  background-size: 30px 30px;
  background-repeat: repeat;
  background-position: left top;
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 576px) {
  .l-sectionMass {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media screen and (min-width: 992px) {
  .l-sectionMass {
    padding-right: 28px;
    padding-left: 28px;
  }
}

.l-space {
  padding: 40px;
}

.l-wrapper {
  overflow: hidden;
}
/*# sourceMappingURL=common.css.map */
