@import url("/css/1.0.0/base.css");

@media screen and (min-width: 834px) {
  section.ptn02-message {
    background: url(/img/ptn02_message_bg.webp) 50% 43.8rem/min(100%, 256.0rem) auto no-repeat;
  }
  section.ptn02-message .container {
    padding-top: 11.3rem;
    padding-bottom: 11.3rem;
  }
  section.ptn02-message h2.c-section-title {
    margin-bottom: 4.0rem;
  }
  section.ptn02-message .movie {
    max-width: 88.9rem;
    margin: 0 auto;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    overflow: hidden;
  }
  section.ptn02-message .movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}
@media screen and (max-width: 1920px) and (min-width: 834px) {
  section.ptn02-message {
    background: url(/img/ptn02_message_bg.webp) 50% 43.8rem/192.0rem auto no-repeat;
  }
}
@media screen and (max-width: 833px) {
  section.ptn02-message {
    position: relative;
  }
  section.ptn02-message::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 750 / 936;
    background: url(/img/sp_ptn02_message_bg.webp) 0 0/100% auto no-repeat;
    position: absolute;
    top: 5.8rem;
    left: 0;
    z-index: 0;
  }
  section.ptn02-message .container {
    padding-top: 7.0rem;
    padding-bottom: 23.8rem;
    position: relative;
    z-index: 1;
    overflow: visible;
  }
  section.ptn02-message h2.c-section-title {
    margin-bottom: 5.6rem;
  }
  section.ptn02-message .movie {
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    overflow: hidden;
  }
  section.ptn02-message .movie iframe {
    width: 100%;
    height: 100%;
    aspect-ratio: 16 / 9;
  }
}

section.ptn02-welcome {
}
@media screen and (min-width: 834px) {
  section.ptn02-welcome .container {
    padding-top: 7.2rem;
    padding-bottom: 23.4rem;
  }
  section.ptn02-welcome .buttons {
    max-width: 136.5rem;
    margin: 0 auto;
    margin-top: 5.9rem;
  }
  section.ptn02-welcome .buttons.col3 {
    max-width: 102.0rem;
  }
  section.ptn02-welcome .buttons ul {
    margin: 0 -2.4rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
  section.ptn02-welcome .buttons ul li {
    margin: 0 2.4rem;
    margin-bottom: 5.0rem;
  }
  section.ptn02-welcome .buttons ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 30.0rem;
    aspect-ratio: 1/1;
    padding: 1.0rem;
    padding-top: 3.8rem;
    padding-left: 2.2rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn02-welcome .buttons ul li a:before {
    content: "";
    display: block;
    width: 1.1rem;
    height: 1.1rem;
    border-right: solid 0.3rem #222;
    border-bottom: solid 0.3rem #222;
    position: absolute;
    bottom: 1.0rem;
    right: 1.3rem;
  }
  section.ptn02-welcome .buttons ul li a:hover {
    box-shadow: -0.9rem -0.8rem 0 0 #bfbfbf;
    border: solid 1px #222;
  }
  section.ptn02-welcome .buttons ul .icon {
    width: 2.6rem;
    display: block;
    margin-bottom: 0.7rem;
    margin-left: 0.3rem;
  }
  section.ptn02-welcome .buttons ul h3 {
    font-size: 2.4rem;
    margin-bottom: 2.0rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn02-welcome .buttons ul p {
    font-size: 1.5rem;
    line-height: 1.9;
  }
  section.ptn02-welcome .buttons.center ul li a {
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
@media screen and (max-width: 833px) {
  section.ptn02-welcome {
    position: relative;
  }
  section.ptn02-welcome::before {
    content: '';
    display: block;
    width: 100%;
    aspect-ratio: 750 / 1686;
    background: url(/img/sp_ptn02_welcome_bg.webp) 0 0/100% auto no-repeat;
    position: absolute;
    top: 94.9rem;
    left: 0;
    z-index: 0;
  }
  section.ptn02-welcome .container {
    padding-top: 4.0rem;
    position: relative;
    z-index: 1;
  }
  section.ptn02-welcome h2.c-section-title {
  }
  section.ptn02-welcome .c-section-lead {
    margin-top: 5.3rem;
    padding: 0 0.7rem;
  }
  section.ptn02-welcome .buttons ul {
    margin-top: 6.1rem;
  }
  section.ptn02-welcome .buttons ul li {
    margin-bottom: 4.1rem;
  }
  section.ptn02-welcome .buttons ul li:nth-child(1n) {
  }
  section.ptn02-welcome .buttons ul li:nth-child(2n) {
    margin-left: 7.7rem;
  }
  section.ptn02-welcome .buttons ul li:nth-child(3n) {
    margin-left: 16.7rem;
  }
  section.ptn02-welcome .buttons ul li:nth-child(4n) {
    margin-left: 8.8rem;
  }
  section.ptn02-welcome .buttons ul li a {
    display: block;
    text-decoration: none;
    position: relative;
    width: 49.3rem;
    aspect-ratio: 1/1;
    padding: 2.0rem;
    padding-top: 6.3rem;
    padding-left: 4.2rem;
    border: solid 1px #ccc;
    background: #fff;
    box-shadow: -0.4rem -0.3rem 0 0 #ccc;
    border-radius: 1.5rem 1.5rem 0 1.5rem;
    transition: box-shadow 200ms 0s ease,
                border 200ms 0s ease;
  }
  section.ptn02-welcome .buttons ul li a:before {
    content: "";
    display: block;
    width: 1.6rem;
    height: 1.6rem;
    border-right: solid 0.4rem #222;
    border-bottom: solid 0.4rem #222;
    position: absolute;
    bottom: 2.1rem;
    right: 2.5rem;
  }
  section.ptn02-welcome .buttons ul .icon {
    width: 4.2rem;
    display: block;
    margin-bottom: 1.3rem;
    margin-left: 0.8rem;
  }
  section.ptn02-welcome .buttons ul h3 {
    font-size: 4.0rem;
    margin-bottom: 0.9rem;
    font-weight: bold;
    font-family: TsukuGoPro-B-HelveticaNowTextMedium;
  }
  section.ptn02-welcome .buttons ul p {
    font-size: 3.0rem;
    line-height: 1.7;
  }
  section.ptn02-welcome .buttons.center ul li a {
    display: flex;
    align-items: center;
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}
