@charset "UTF-8";

@import url("https://fonts.cdnfonts.com/css/century-gothic");

@keyframes mv-logoArea {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

@keyframes mv-logoArea-black {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }
}

@keyframes mv-logo-black {
  0% {
    opacity: 1;
  }

  25% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  75% {
    opacity: 1;
  }
}

@keyframes mv-logo-white {
  0% {
    opacity: 0;
  }

  25% {
    opacity: 1;
  }

  50% {
    opacity: 1;
  }

  75% {
    opacity: 0;
  }
}

@keyframes bg-loop {
  0% {
    transform: translateY(100%);
  }

  to {
    transform: translateY(-100%);
  }
}

@keyframes bg-loop2 {
  0% {
    transform: translateY(0);
  }

  to {
    transform: translateY(-200%);
  }
}

@keyframes imagination-loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes imagination-loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeIn-after {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

body {
  font-family:
    "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

/* resset.dev • v5.0.2 */

/* # =================================================================
   # Global selectors
   # ================================================================= */

html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
  color: inherit;
  /* Correct border color in Firefox. */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0;
  /* Remove text indentation in Chrome, Edge, and Safari */
}

iframe {
  border-style: none;
}

/* # =================================================================
   # Forms
   # ================================================================= */

input {
  border-radius: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */

button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */

button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */

select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* Replace pointer cursor in disabled elements */

[disabled] {
  cursor: default;
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */

img {
  border-style: none;
  width: 100%;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */

/* Specify the progress cursor of updating elements */

[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */

[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

[aria-disabled="true"] {
  cursor: default;
}

/* footer */

/* header */

/* main */

.l-main-wrapper {
  margin-top: 90px;
}

/* component btn */

.c-ttl__en {
  font-size: 20px;
  text-align: center;
  color: #ff8c14;
  font-family: "Century Gothic", sans-serif;
  font-weight: 700;
}

.c-ttl__ja {
  font-size: 44px;
  text-align: center;
  color: #ff8c14;
}

/* TOP */

/* TOP */

.p-intermediary-mv {
  background: #ff8c14;
}

.p-intermediary-mv__inner {
  max-width: 1500px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 100px 20px;
  box-sizing: border-box;
  align-items: center;
}

.p-intermediary-mv__mainCopy {
  margin-bottom: 40px;
}

.p-intermediary-mv__txtBgWhite {
  background: #fff;
  font-size: 30px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.25em;
  font-weight: 700;
  color: #ff8c14;
}

.p-intermediary-mv__txtBgWhite.--ml70 {
  margin-left: 70px;
}

.p-intermediary-mv__description {
  margin-left: 70px;
  margin-bottom: 30px;
}

.p-intermediary-mv__txt {
  padding: 0.25em;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

.p-intermediary-mv__txt.font24 {
  font-size: 22px;
}

.p-intermediary-mv__logo {
  width: 230px;
  margin-top: 30px;
}

.p-intermediary-message {
  padding: 110px 20px;
}

.p-intermediary-message__ttl {
  margin-bottom: 30px;
}

.p-intermediary-message__txt {
  font-size: 20px;
  margin: 0 auto 30px;
  max-width: 900px;
}

.p-intermediary-message__illust {
  background: url(https://www.layer.co.jp/intermediary/assets/img/img02.png)
    center/cover;
  width: 100%;
  height: 300px;
  margin-bottom: 100px;
}

.p-intermediary-message-imgList__ttl {
  font-size: 40px;
  color: #ff8c14;
  margin: 0 auto 80px;
  width: 1240px;
  font-weight: 700;
  position: relative;
  z-index: 1;
}

.p-intermediary-message-imgList__ttl::after {
  content: "";
  position: absolute;
  width: 150px;
  height: 170px;
  background-image: url(https://www.layer.co.jp/intermediary/assets/img/img17.png);
  background-size: contain;
  top: 50%;
  right: 0px;
  transform: translate(0, -50%);
  display: none;
}

.p-intermediary-slider__wrapper {
  width: 100%;
}

.p-intermediary-promise__inner {
  background: #ffe150;
  padding: 120px 0px;
}

.p-intermediary-promise__ttlArea {
  max-width: 1080px;
  margin: 0 auto 300px;
  position: relative;
}

.p-intermediary-promise__ttlArea img {
  width: 100%;
}

.p-intermediary-promise__ttlArea__ttl {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-intermediary-promise__ttlSub {
  background: #fff;
  border: 2px solid #ff8c14;
  color: #ff8c14;
  font-weight: 700;
  text-align: center;
  margin: 0 auto;
  font-size: 42px;
  width: -moz-max-content;
  width: max-content;
  padding: 0.15em 1.5em;
  box-sizing: border-box;
}

.p-intermediary-promise__ttlMain {
  background: #ff8c14;
  color: #fff;
  margin: 0 auto;
  border: 2px solid #ff8c14;
  font-size: 90px;
  text-align: center;
  width: -moz-max-content;
  width: max-content;
  padding: 0.05em 1em;
  box-sizing: border-box;
}

.p-intermediary-promise__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  margin-bottom: 50px;
}

.p-intermediary-promise__item__detail {
  padding: 30px;
  box-sizing: border-box;
  width: 620px;
  margin-left: calc(100% - 620px);
}

.p-intermediary-promise__item__detail.--right {
  margin-right: calc(100% - 620px);
  margin-left: 30px;
}

.p-intermediary-promise__item__numImage {
  width: 50%;
  margin-bottom: 20px;
}

.p-intermediary-promise__item__ttl {
  font-size: 38px;
  margin-bottom: 10px;
  color: #ff8c14;
  font-weight: 700;
}

.p-intermediary-promise__item__txt {
  font-size: 20px;
}

.p-intermediary-voice {
  padding: 110px 20px;
}

.p-intermediary-voice__ttl {
  position: relative;
  font-size: 60px;
  margin-bottom: 100px;
}

.p-intermediary-voice__ttl::after {
  content: url(/assets/img/img10.png);
  display: block;
  position: absolute;
  left: 50%;
  top: 40px;
  transform: translate(-50%, 0);
}

.p-intermediary-voice__item {
  width: 965px;
  margin: 0 auto 50px;
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-template-areas: "text" "image";
  gap: 50px;
  align-items: center;
}

.p-intermediary-voice__item__ttl {
  font-size: 22px;
  color: #ff8c14;
  margin-bottom: 10px;
  font-weight: 700;
}

.p-intermediary-voice__item__detail {
  font-size: 18px;
}

.p-intermediary-voice__item__txtArea {
  grid-area: text;
}

.p-intermediary-contact {
  padding: 110px 20px;
  background: #ff8c14;
}

.p-intermediary-contact__ttlArea {
  position: relative;
  width: 1100px;
  margin: 0 auto;
}

.p-intermediary-contact__ttl {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  font-size: 32px;
  width: 100%;
  text-align: center;
  color: #fff;
  font-weight: 700;
}

.p-intermediary-contact__btnArea {
  display: flex;
  justify-content: space-between;
  width: 1240px;
  margin: 50px auto 0px;
}

.p-intermediary-contact__btn {
  width: 380px;
  line-height: 100px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 30px;
}

.p-intermediary-contact__btn:hover {
  opacity: 0.7;
  transition: 0.5s;
}

.p-intermediary-contact__btn img {
  display: block;
  margin-right: 20px;
}

.p-intermediary-contact__btn.--blue {
  background: #1867b3;
  color: #fff;
}

.p-intermediary-contact__btn.--blue img {
  width: 35px;
  height: 35px;
}

.p-intermediary-contact__btn.--white {
  background: #fff;
  color: #000000;
}

.p-intermediary-contact__btn.--white img {
  width: 60px;
  height: 35px;
}

.p-intermediary-contact__btn.--green {
  background: #009b5a;
  color: #fff;
}

.p-intermediary-contact__btn.--green img {
  width: 35px;
  height: 35px;
}

.p-intermediary-contact__btn__inner {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-intermediary-contact__btn__inner img {
  width: 50px;
  height: 50px;
}

.p-intermediary-faq {
  padding: 110px 20px;
}

.p-intermediary-faq__inner {
  width: 1240px;
  background: rgba(255, 225, 80, 0.3);
  margin: 0 auto;
  padding: 110px 20px;
}

.p-intermediary-faq__list {
  width: 960px;
  margin: 0 auto 40px;
}

.p-intermediary-faq__ttl {
  display: flex;
  justify-content: flex-start;
  line-height: 60px;
  cursor: pointer;
  position: relative;
}

.p-intermediary-faq__ttl.acitve::after {
  opacity: 0;
  transition: 0.5s;
}

.p-intermediary-faq__ttl::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 20px;
}

.p-intermediary-faq__ttl.active::before {
  transform: rotate(0deg);
  transition: 0.5s;
}

.p-intermediary-faq__ttl::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #000000;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(90deg);
  transition: 0.5s;
}

.p-intermediary-faq__num {
  width: 60px;
  font-size: 28px;
  background: #ff8c14;
  color: #fff;
  text-align: center;
}

.p-intermediary-faq__question {
  width: 900px;
  font-size: 28px;
  background: #ffe150;
  color: #fff;
  padding-left: 20px;
  color: #000;
  font-weight: 700;
}

.p-intermediary-faq__answer {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
  line-height: 30px;
  display: none;
}
.p-intermediary-faq__answer.isOpen {
  display: block;
}

.p-intermediary-corona {
  padding: 110px 20px;
}

.p-intermediary-corona__ttl {
  color: #ff8c14;
  text-align: left;
  font-size: 26px;
  margin-bottom: 50px;
}

.p-intermediary-corona__inner {
  border-top: 2px solid #ff8c14;
  border-bottom: 2px solid #ff8c14;
  width: 960px;
  margin: 0 auto;
  padding: 50px 0px;
}

.p-intermediary-corona__iconList {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  list-style: none;
  gap: 10px;
  margin-bottom: 30px;
}

.p-intermediary-corona__txt {
  width: 900px;
  margin: 30px auto;
  font-size: 14px;
}

.p-intermediary-bnrArea {
  width: 960px;
  margin: 0 auto 350px;
}

.p-intermediary-statement__inner {
  background: #ff8c14;
  margin: 0 auto;
  position: relative;
  height: 700px;
  padding-top: 500px;
  box-sizing: border-box;
}

.p-intermediary-statement__inner img {
  margin: -300px auto 100px;
  width: 1240px;
  display: block;
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translate(-50%, 0);
}

.p-intermediary-statement__txt {
  text-align: center;
  line-height: 40px;
  font-size: 30px;
  color: #fff;
  font-weight: 700;
}

.u-font-underline {
  background: linear-gradient(transparent 50%, #ffe150 50%);
}

.pc_only {
  display: block;
}

.sp_only {
  display: none;
}

@media screen and (max-width: 1000px) {
  .c-ttl__en {
    font-size: 16px;
  }

  .c-ttl__ja {
    font-size: 24px;
  }

  .p-intermediary-mv__txtBgWhite {
    font-size: 30px;
  }

  .p-intermediary-mv__txt {
    font-size: 18px;
  }

  .p-intermediary-message {
    padding: 60px 20px;
  }

  .p-intermediary-message__txt {
    font-size: 16px;
  }

  .p-intermediary-message-imgList__ttl {
    font-size: 20px;
  }

  .p-intermediary-promise__ttlSub {
    font-size: 24px;
  }

  .p-intermediary-promise__ttlMain {
    font-size: 50px;
  }

  .p-intermediary-promise__item__ttl {
    font-size: 30px;
  }

  .p-intermediary-promise__item__txt {
    font-size: 16px;
  }

  .p-intermediary-voice {
    padding: 60px 20px;
  }

  .p-intermediary-voice__item__ttl {
    font-size: 24px;
  }

  .p-intermediary-voice__item__detail {
    font-size: 16px;
  }

  .p-intermediary-contact {
    padding: 60px 20px;
  }

  .p-intermediary-contact__ttl {
    font-size: 20px;
  }

  .p-intermediary-contact__btn {
    font-size: 20px;
  }

  .p-intermediary-faq {
    padding: 60px 20px;
  }

  .p-intermediary-faq__inner {
    padding: 60px 20px;
  }

  .p-intermediary-corona {
    padding: 60px 20px;
  }

  .p-intermediary-statement__txt {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  .l-main-wrapper {
    margin-top: 70px;
  }

  .c-ttl__en {
    font-size: 14px;
  }

  .c-ttl__ja {
    font-size: 20px;
  }

  .p-index {
    width: 300px;
  }

  .p-intermediary-mv__inner {
    grid-template-columns: 1fr;
    grid-template-areas: "text" "image";
    padding: 50px 20px;
  }

  .p-intermediary-mv__txtBgWhite {
    font-size: 23px;
  }

  .p-intermediary-mv__txtArea {
    grid-area: text;
  }

  .p-intermediary-mv__imdArea {
    grid-area: image;
  }

  .p-intermediary-mv__description {
    margin: 20px auto;
    font-size: 16px;
  }

  .p-intermediary-mv__txt {
    font-size: 16px;
  }

  .p-intermediary-message {
    padding: 40px 20px;
  }

  .p-intermediary-message__txt {
    font-size: 16px;
  }

  .p-intermediary-message__illust {
    height: 150px;
    margin-bottom: 30px;
    width: 100%;
  }

  .p-intermediary-message-imgList__ttl {
    font-size: 18px;
    width: 100%;
    text-align: center;
  }

  .p-intermediary-promise__inner {
    padding: 60px 20px;
    box-sizing: border-box;
  }

  .p-intermediary-promise__ttlArea {
    margin: 0 auto 150px;
  }

  .p-intermediary-promise__ttlSub {
    font-size: 18px;
  }

  .p-intermediary-promise__ttlMain {
    font-size: 24px;
    width: 100%;
  }

  .p-intermediary-promise__item {
    grid-template-columns: 1fr;
  }

  .p-intermediary-promise__item.--reverse {
    grid-template-areas: "text" "image";
  }

  .p-intermediary-promise__item.--reverse img {
    grid-area: image;
  }

  .p-intermediary-promise__item__detail {
    margin: 0 auto;
    width: 100%;
  }

  .p-intermediary-promise__item__detail.--right {
    margin: 0 auto;
    grid-area: text;
  }

  .p-intermediary-promise__item__ttl {
    font-size: 24px;
  }

  .p-intermediary-promise__item__txt {
    font-size: 16px;
  }

  .p-intermediary-voice {
    padding: 40px 20px;
  }

  .p-intermediary-voice__ttl::after {
    top: 0px;
    display: none;
  }

  .p-intermediary-voice__item {
    width: 100%;
    grid-template-columns: 1fr;
    grid-template-areas: "image" "text";
    gap: 20px;
  }

  .p-intermediary-voice__item__ttl {
    font-size: 20px;
  }

  .p-intermediary-voice__item__detail {
    font-size: 14px;
  }

  .p-intermediary-voice__item__img {
    grid-area: image;
    width: 50%;
    margin: 0 auto;
  }

  .p-intermediary-contact {
    padding: 40px 20px;
  }

  .p-intermediary-contact__ttlArea {
    width: 100%;
  }

  .p-intermediary-contact__ttl {
    font-size: 18px;
  }

  .p-intermediary-contact__btnArea {
    width: 100%;
    flex-wrap: wrap;
  }

  .p-intermediary-contact__btn {
    font-size: 18px;
    width: 300px;
    margin: 0 auto 30px;
  }

  .p-intermediary-faq {
    padding: 40px 20px;
  }

  .p-intermediary-faq__inner {
    padding: 40px 20px;
  }

  .p-intermediary-faq__inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .p-intermediary-faq__list {
    width: 100%;
  }

  .p-intermediary-faq__ttl {
    line-height: 30px;
    align-items: center;
    flex-wrap: wrap;
  }

  .p-intermediary-faq__ttl::after {
    top: 16%;
    right: 10px;
    background: #fff;
  }

  .p-intermediary-faq__ttl::before {
    top: 16%;
    right: 10px;
    background: #fff;
  }

  .p-intermediary-faq__num {
    width: 100%;
    font-size: 20px;
  }

  .p-intermediary-faq__question {
    width: 100%;
    font-size: 16px;
    padding-right: 40px;
    box-sizing: border-box;
  }

  .p-intermediary-faq__answer {
    padding: 20px;
    box-sizing: border-box;
  }

  .p-intermediary-corona {
    padding: 40px 20px;
  }

  .p-intermediary-corona__ttl {
    font-size: 20px;
  }

  .p-intermediary-corona__inner {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }

  .p-intermediary-corona__iconList {
    grid-template-columns: 1fr 1fr;
    width: 100%;
  }

  .p-intermediary-corona__txt {
    width: 100%;
  }

  .p-intermediary-bnrArea {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
    margin: 0 auto 30px;
  }

  .p-intermediary-statement__inner {
    height: 400px;
    padding: 200px 20px 0px;
  }

  .p-intermediary-statement__inner img {
    width: 70%;
    margin: 0 auto;
  }

  .p-intermediary-statement__txt {
    font-size: 18px;
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    text-align: left;
  }

  .pc_only {
    display: none;
  }

  .sp_only {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */

@media screen and (max-width: 768px) {
  footer {
    padding-bottom: 100px;
  }
}
