@charset "UTF-8";
/* リセット css */
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;500;700&display=swap");
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0; }

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

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

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

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

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

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

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

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

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

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

caption {
  text-align: left; }

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

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

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

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

/*
* .c-footer
*/
.c-footer {
  background-color: #eee;
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,"メイリオ",Meiryo,Roboto,sans-serif;
  /*
  * .c-footer__inner
  */ }
  .c-footer__inner {
    margin: 0 auto;
    padding: 20px 0 30px;
    width: 1350px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    @media screen and (max-width: 560px) {
      .c-footer__inner {
        padding: 30px 10px;
        width: auto;
        display: block; } }
  .c-footer .c-list1 {
    margin-top: 25px; }

/*
* .c-nav2
*/
.c-nav2 {
  /*
  * .c-nav2__list
  */ }
  .c-nav2__list {
    display: flex;
    flex-wrap: wrap;
    width: 720px;
    /*
    * .c-nav2__list__item
    */
    /*
    * .c-nav2__list__link
    */ }
    @media screen and (max-width: 560px) {
      .c-nav2__list {
        width: auto;
        display: block; } }
    .c-nav2__list__item {
      padding-left: 8px;
      width: calc(100% / 3);
      position: relative; }
      @media screen and (max-width: 560px) {
        .c-nav2__list__item {
          margin-top: 25px;
          width: 100%; } }
      .c-nav2__list__item::before {
        width: 2px;
        height: 14px;
        background-color: #333;
        position: absolute;
        top: 4px;
        left: 0;
        content: ""; }
      @media screen and (max-width: 560px) {
        .c-nav2__list__item:first-child {
          margin-top: 0; } }
      .c-nav2__list__item:nth-child(n+4) {
        margin-top: 25px; }
    .c-nav2__list__link {
      color: #333;
      font-size: 1.2rem;
      font-weight: bold;
      vertical-align: baseline;
      line-height: 21px; }
      .c-nav2__list__link:hover {
        text-decoration: underline; }

/*
* .c-list1
*/
.c-list1 {
  display: flex;
  /*
  * .c-list1__item
  */
  /*
  * .c-list1__link
  */ }
  .c-list1__item {
    margin-left: 8px; }
    @media screen and (max-width: 560px) {
      .c-list1__item {
        margin-left: 5px; } }
    .c-list1__item:first-child {
      margin-left: 0; }
  .c-list1__link {
    transition: opacity .4s ease-in-out; }
    .c-list1__link:hover {
      opacity: 0.7; }

.c-copy {
  background-color: #333;
  font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,"メイリオ",Meiryo,Roboto,sans-serif; }

.c-copy__inner {
  margin: 0 auto;
  padding: 8px 0;
  max-width: 1350px;
  color: #fff;
  font-size: 1.1rem;
  text-align: right; }

@media screen and (max-width: 560px) {
  .c-copy__inner {
    width: auto;
    text-align: center; }

  img.c-list1__img {
    width: 100%; } }
/* //////////////// 共通 css //////////////// */
/* Noto Sans JP */
html {
  font-size: 62.5%; }

.p-top5__btn {
  margin-top: 100px;
  text-align: center; }

.p-top5__btn .c-btn3 {
  margin: 0 auto;
  width: 340px; }

.c-btn3 {
  font-size: 1.8rem;
  margin-bottom: 5px;
  padding: 10px 20px;
  height: 60px;
  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: #ffff01;
  -webkit-box-shadow: 0 3px 0 3px #9a9a00;
  box-shadow: 0 3px 0 3px #9a9a00;
  border-width: 0;
  border-radius: 6px;
  position: relative;
  color: #333;
  text-align: center;
  font-weight: 700;
  -webkit-transition: -webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: -webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out;
  transition: box-shadow .2s ease-in-out,transform .2s ease-in-out,-webkit-box-shadow .2s ease-in-out,-webkit-transform .2s ease-in-out; }

.c-btn3:hover {
  -webkit-box-shadow: 0 0 0 #008872;
  box-shadow: 0 0 0 #008872;
  -webkit-transform: translateY(6px);
  transform: translateY(6px); }

.c-btn3::after {
  margin: auto 0;
  width: 18px;
  height: 16px;
  background: url(../../images/components/btn3_icon.svg) no-repeat center/100% auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  content: ""; }

.p-top5__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  overflow: hidden; }

.p-top5__bg__triangle {
  position: absolute;
  background: no-repeat center/100% auto;
  -webkit-animation: triangle 10s linear infinite normal;
  animation: triangle 10s linear infinite normal; }

.p-top5__bg__triangle1 {
  margin-left: -745px;
  width: 164px;
  height: 141px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 198px;
  left: 50%; }

.p-top5__bg__triangle2 {
  margin-left: -782px;
  width: 132px;
  height: 104px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 258px;
  left: 50%; }

.p-top5__bg__triangle3 {
  margin-left: -498px;
  width: 169px;
  height: 146px;
  background-image: url(../../images/components/bg1_triangle3.png);
  top: 810px;
  left: 50%; }

.p-top5__bg__triangle4 {
  margin-left: -540px;
  width: 178px;
  height: 142px;
  background-image: url(../../images/components/bg1_triangle4.png);
  top: 854px;
  left: 50%; }

.p-top5__bg__triangle5 {
  margin-left: 810px;
  width: 76px;
  height: 69px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 24px;
  left: 50%; }

.p-top5__bg__triangle6 {
  margin-left: 790px;
  width: 63px;
  height: 52px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 54px;
  left: 50%; }

.p-top5__bg__triangle7 {
  margin-left: 620px;
  width: 169px;
  height: 146px;
  background-image: url(../../images/components/bg1_triangle3.png);
  top: 606px;
  left: 50%; }

.p-top5__bg__triangle8 {
  margin-left: 550px;
  width: 154px;
  height: 140px;
  background-image: url(../../images/components/bg1_triangle4.png);
  top: 672px;
  left: 50%; }

.p-top5__bg__triangle9 {
  margin-left: 556px;
  width: 82px;
  height: 71px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 1083px;
  left: 50%; }

.p-top5__bg__triangle10 {
  margin-left: 540px;
  width: 66px;
  height: 52px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 1113px;
  left: 50%; }

.p-top5__bg__triangleX1 {
  margin-left: -745px;
  width: 164px;
  height: 141px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 1198px;
  left: 50%; }

.p-top5__bg__triangleX2 {
  margin-left: -782px;
  width: 132px;
  height: 104px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 1258px;
  left: 50%; }

.p-top5__bg__triangleX3 {
  margin-left: -498px;
  width: 169px;
  height: 146px;
  background-image: url(../../images/components/bg1_triangle3.png);
  top: 1810px;
  left: 50%; }

.p-top5__bg__triangleX4 {
  margin-left: -540px;
  width: 178px;
  height: 142px;
  background-image: url(../../images/components/bg1_triangle4.png);
  top: 1854px;
  left: 50%; }

.p-top5__bg__triangleX5 {
  margin-left: 810px;
  width: 76px;
  height: 69px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 1024px;
  left: 50%; }

.p-top5__bg__triangleX6 {
  margin-left: 790px;
  width: 63px;
  height: 52px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 1054px;
  left: 50%; }

.p-top5__bg__triangleX7 {
  margin-left: 620px;
  width: 169px;
  height: 146px;
  background-image: url(../../images/components/bg1_triangle3.png);
  top: 1606px;
  left: 50%; }

.p-top5__bg__triangleX8 {
  margin-left: 550px;
  width: 154px;
  height: 140px;
  background-image: url(../../images/components/bg1_triangle4.png);
  top: 1672px;
  left: 50%; }

.p-top5__bg__triangleX9 {
  margin-left: 556px;
  width: 82px;
  height: 71px;
  background-image: url(../../images/components/bg1_triangle1.png);
  top: 2083px;
  left: 50%; }

.p-top5__bg__triangleX10 {
  margin-left: 540px;
  width: 66px;
  height: 52px;
  background-image: url(../../images/components/bg1_triangle2.png);
  top: 2113px;
  left: 50%; }

@keyframes triangle {
  0% {
    -webkit-transform: rotateY(0) translateY(-10%);
    transform: rotateY(0) translateY(-10%); }
  50% {
    -webkit-transform: rotateY(180deg) translateY(10%);
    transform: rotateY(180deg) translateY(10%); }
  100% {
    -webkit-transform: rotateY(360deg) translateY(-10%);
    transform: rotateY(360deg) translateY(-10%); } }
@media screen and (min-width: 561px) {
  .pc {
    display: black !important; }

  .sp {
    display: none !important; }

  body {
    background: #fff;
    min-width: 1280px; }

  #wrapper {
    color: #333;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,"メイリオ",Meiryo,Roboto,sans-serif;
    background: url(../../images/components/bg.jpg) repeat center top;
    background-size: 42px;
    padding-bottom: 100px;
    position: relative; }

  #header {
    padding-top: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 5; }
    #header h1 {
      text-align: center; }
      #header h1 img {
        width: 400px; }

  #main-contents {
    background-color: #fff;
    width: 1080px;
    margin: 0 auto;
    padding: 80px 80px 100px 80px;
    z-index: 2;
    position: relative; }

  h2.h2-ttl {
    background: #ff009b;
    color: #fff;
    text-align: center;
    font-size: 2.8rem;
    font-weight: 500;
    padding: 8px 0 10px;
    margin-bottom: 60px;
    position: relative; }
    h2.h2-ttl:after {
      position: absolute;
      content: "";
      width: 203px;
      height: 16px;
      background: url(../../images/components/hdg10_img.png);
      background-size: contain;
      top: -15px;
      left: 0; }

  .contents-box {
    font-size: 18px;
    line-height: 40px;
    letter-spacing: 0.1rem;
    margin-bottom: 110px; }
    .contents-box:last-child {
      margin-bottom: 0; }
    .contents-box .center {
      text-align: center; }
    .contents-box .annotation {
      font-size: 1.4rem;
      margin-top: 1.8rem;
      line-height: 3rem; }
    .contents-box .img-box {
      text-align: center;
      margin-bottom: 50px; }
      .contents-box .img-box img {
        width: 750px; }
    .contents-box .mb-m {
      margin-bottom: 6rem; } }
@media screen and (max-width: 560px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; }

  body {
    min-width: 320px;
    font-size: 1.4rem; }

  #wrapper {
    color: #333;
    font-size: 1.4rem;
    font-family: "Noto Sans JP","游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro",Arial,"メイリオ",Meiryo,Roboto,sans-serif;
    background: url(../../images/components/bg.jpg) repeat center top;
    background-size: 42px;
    padding-bottom: 6rem;
    position: relative;
    width: 100%;
    min-width: auto; }
    #wrapper img {
      width: 100%; }

  #header {
    padding-top: 7vw;
    margin-bottom: 7vw;
    z-index: 10;
    position: relative; }
    #header h1 {
      text-align: center; }
      #header h1 img {
        width: 90%; }

  #main-contents {
    background-color: #fff;
    width: 90%;
    margin: 0 auto;
    padding: 10vw 4vw;
    z-index: 2;
    position: relative;
    box-sizing: border-box; }

  h2.h2-ttl {
    background: #ff009b;
    color: #fff;
    text-align: center;
    font-size: 6vw;
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 500;
    padding: 2vw 4vw;
    margin-bottom: 8vw;
    position: relative; }
    h2.h2-ttl:after {
      position: absolute;
      content: "";
      width: 40vw;
      height: 3.1527vw;
      background: url(../../images/components/hdg10_img.png) no-repeat left top;
      background-size: contain;
      top: -3.1vw;
      left: 0; }

  .contents-box {
    font-size: 1.4rem;
    line-height: 2.8rem;
    margin-bottom: 8rem; }
    .contents-box:last-child {
      margin-bottom: 0; }
    .contents-box .center {
      text-align: center; }
    .contents-box .annotation {
      font-size: 1.2rem;
      margin-top: 2rem; }
    .contents-box .img-box {
      text-align: center;
      margin-bottom: 2rem; }
      .contents-box .img-box img {
        width: 100%; }
    .contents-box .mb-m {
      margin-bottom: 2rem; }

  .p-top5__btn .c-btn3 {
    width: auto; }

  .p-top5__btn .c-btn3 {
    margin: 0 auto;
    font-size: 5vw;
    font-size: 1.4rem;
    width: 90%; }

  .p-top5__btn {
    margin-top: 4rem;
    text-align: center; }

  .c-btn3::after {
    margin: auto 0;
    width: 18px;
    height: 16px;
    position: absolute;
    top: 0;
    right: 20px;
    bottom: 0;
    content: ""; }

  .c-btn3::after {
    width: 12px;
    height: 14px;
    right: 20px; }

  .p-top5__bg__triangle1 {
    margin-left: 0;
    width: 95px;
    height: 85px;
    top: 112px;
    left: -17px; }

  .p-top5__bg__triangle2 {
    margin-left: 0;
    width: 79px;
    height: 82px;
    top: 149px;
    left: -38px; }

  .p-top5__bg__triangle3 {
    margin-left: 0;
    width: 61px;
    height: 53px;
    top: 538px;
    left: 2px; }

  .p-top5__bg__triangle4 {
    margin-left: 0;
    width: 64px;
    height: 51px;
    top: 559px;
    left: -27px; }

  .p-top5__bg__triangle5 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 0;
    right: 8px;
    left: auto; }

  .p-top5__bg__triangle6 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 18px;
    right: 20px;
    left: auto; }

  .p-top5__bg__triangle7 {
    margin-left: 0;
    width: 101px;
    height: 88px;
    top: 255px;
    right: -52px;
    left: auto; }

  .p-top5__bg__triangle8 {
    margin-left: 0;
    width: 107px;
    height: 85px;
    top: 296px;
    right: -10px;
    left: auto; }

  .p-top5__bg__triangle9 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 713px;
    right: 10px;
    left: auto; }

  .p-top5__bg__triangle10 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 732px;
    right: 30px;
    left: auto; }

  .p-top5__bg__triangleX1 {
    margin-left: 0;
    width: 95px;
    height: 85px;
    top: 1112px;
    left: -17px; }

  .p-top5__bg__triangleX2 {
    margin-left: 0;
    width: 79px;
    height: 82px;
    top: 1149px;
    left: -38px; }

  .p-top5__bg__triangleX3 {
    margin-left: 0;
    width: 61px;
    height: 53px;
    top: 1538px;
    left: 2px; }

  .p-top5__bg__triangleX4 {
    margin-left: 0;
    width: 64px;
    height: 51px;
    top: 1559px;
    left: -27px; }

  .p-top5__bg__triangleX5 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 1000;
    right: 8px;
    left: auto; }

  .p-top5__bg__triangleX6 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 1018px;
    right: 20px;
    left: auto; }

  .p-top5__bg__triangleX7 {
    margin-left: 0;
    width: 101px;
    height: 88px;
    top: 1255px;
    right: -52px;
    left: auto; }

  .p-top5__bg__triangleX8 {
    margin-left: 0;
    width: 107px;
    height: 85px;
    top: 1296px;
    right: -10px;
    left: auto; }

  .p-top5__bg__triangleX9 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 1713px;
    right: 10px;
    left: auto; }

  .p-top5__bg__triangleX10 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 1732px;
    right: 30px;
    left: auto; }

  .p-top5__bg__triangleXX1 {
    margin-left: 0;
    width: 95px;
    height: 85px;
    top: 2112px;
    left: -17px;
    background-image: url(../../images/components/bg1_triangle1.png); }

  .p-top5__bg__triangleXX2 {
    margin-left: 0;
    width: 79px;
    height: 82px;
    top: 2149px;
    left: -38px;
    background-image: url(../../images/components/bg1_triangle2.png); }

  .p-top5__bg__triangleXX3 {
    margin-left: 0;
    width: 61px;
    height: 53px;
    top: 2538px;
    left: 2px;
    background-image: url(../../images/components/bg1_triangle3.png); }

  .p-top5__bg__triangleXX4 {
    margin-left: 0;
    width: 64px;
    height: 51px;
    top: 2559px;
    left: -27px;
    background-image: url(../../images/components/bg1_triangle4.png); }

  .p-top5__bg__triangleXX5 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 2000;
    right: 8px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle5.png); }

  .p-top5__bg__triangleXX6 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 2018px;
    right: 20px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle6.png); }

  .p-top5__bg__triangleXX7 {
    margin-left: 0;
    width: 101px;
    height: 88px;
    top: 2255px;
    right: -52px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle7.png); }

  .p-top5__bg__triangleXX8 {
    margin-left: 0;
    width: 107px;
    height: 85px;
    top: 2296px;
    right: -10px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle8.png); }

  .p-top5__bg__triangleXX9 {
    margin-left: 0;
    width: 49px;
    height: 43px;
    top: 2713px;
    right: 10px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle9.png); }

  .p-top5__bg__triangleXX10 {
    margin-left: 0;
    width: 40px;
    height: 31px;
    top: 2732px;
    right: 30px;
    left: auto;
    background-image: url(../../images/components/bg1_triangle10.png); } }
@media screen and (min-width: 561px) {
  .img-text-box {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    margin-bottom: 60px; }
    .img-text-box .img-box {
      width: 300px;
      margin-bottom: 0; }
      .img-text-box .img-box img {
        width: 100%; }
    .img-text-box p {
      width: 620px; }

  .img-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center; }
    .img-wrap .img-box {
      width: 300px;
      margin-right: 60px; }
      .img-wrap .img-box:last-child {
        margin-right: 0; }
      .img-wrap .img-box img {
        width: 100%; }

  .guid-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: flex-end; }
    .guid-wrap .img-box {
      width: 180px;
      margin-bottom: 0; }
      .guid-wrap .img-box img {
        width: 100%; }
    .guid-wrap .fukidashi {
      width: 700px;
      margin-left: 40px;
      background-color: #e2f5ff;
      border-radius: 60px;
      padding: 40px;
      font-size: 16px;
      line-height: 30px;
      position: relative;
      font-family: 'M PLUS Rounded 1c', sans-serif; }
      .guid-wrap .fukidashi:after {
        margin: auto 0;
        width: 34px;
        height: 33px;
        background: url(../../images/development/fukidashi-icon.png) no-repeat center/100% auto;
        position: absolute;
        top: 200px;
        left: -32px;
        content: ""; }
      .guid-wrap .fukidashi p:last-child {
        padding-top: 20px; }

  p.link a {
    color: #ff009b;
    text-decoration: underline; }
    p.link a:hover {
      text-decoration: none; }
  p.link span {
    color: #ff009b; }

  .p-top5__btn .btn-bui {
    width: 400px; }
    .p-top5__btn .btn-bui.c-btn3::after {
      margin: auto 0;
      width: 22px;
      height: 28px;
      background: url(../../images/development/pdf-icon.png) no-repeat center/100% auto;
      position: absolute;
      top: 0;
      left: 30px;
      bottom: 0;
      content: ""; } }
@media screen and (max-width: 560px) {
  #wrapper .img-text-box .img-box {
    width: 100%;
    text-align: center; }
    #wrapper .img-text-box .img-box img {
      width: 60%; }
  #wrapper .img-text-box p {
    margin-bottom: 2rem; }
  #wrapper .img-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    align-items: center;
    justify-content: center; }
    #wrapper .img-wrap .img-box {
      width: 49%;
      margin-right: 2%; }
      #wrapper .img-wrap .img-box:last-child {
        margin-right: 0; }
      #wrapper .img-wrap .img-box img {
        width: 100%; }
  #wrapper .guid-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column-reverse; }
    #wrapper .guid-wrap .img-box {
      width: 100%;
      text-align: center;
      margin-bottom: 0; }
      #wrapper .guid-wrap .img-box img {
        width: 40%; }
    #wrapper .guid-wrap .fukidashi {
      width: 100%;
      margin-left: 0px;
      background-color: #e2f5ff;
      border-radius: 5vw;
      padding: 2rem;
      font-size: 1.3rem;
      line-height: 2.6rem;
      position: relative;
      font-family: 'M PLUS Rounded 1c', sans-serif;
      margin-bottom: 4vw; }
      #wrapper .guid-wrap .fukidashi:after {
        margin: auto 0;
        width: 34px;
        height: 33px;
        background: url(../../images/development/fukidashi-icon.png) no-repeat center/100% auto;
        position: absolute;
        left: 50%;
        bottom: -30px;
        transform: translate(-50%, 0%) rotate(-90deg);
        content: ""; }
      #wrapper .guid-wrap .fukidashi p:last-child {
        padding-top: 1rem; }
  #wrapper p.link a {
    color: #ff009b;
    text-decoration: underline; }
    #wrapper p.link a:hover {
      text-decoration: none; }
  #wrapper p.link span {
    color: #ff009b; }
  #wrapper .p-top5__btn .btn-bui {
    width: 100%; }
    #wrapper .p-top5__btn .btn-bui.c-btn3::after {
      margin: auto 0;
      width: 5vw;
      height: 8vw;
      background: url(../../images/development/pdf-icon.png) no-repeat center/100% auto;
      position: absolute;
      top: 0;
      left: 5vw;
      bottom: 0;
      content: "";
      letter-spacing: 0; } }
