@charset "UTF-8";
@media screen and (max-width: 767px) {
  .only-lg {
    display: none;
  }
}
@media print, screen and (min-width: 768px) {
  .only-sp {
    display: none;
  }
}
/*共通*/
.iizuka_open {
  overflow: hidden;
  position: relative;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  color: #000;
}

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

* {
  box-sizing: border-box;
}

a {
  text-decoration: none;
  color: #000;
  transition: 0.3s;
}

img {
  max-width: 100%;
}

p span.p-small {
  font-size: 0.6em;
}

h4 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2.8em;
}
@media screen and (max-width: 767px) {
  h4 {
    font-size: 2em;
    line-height: 1.2;
  }
}
h4 span.p-small {
  font-size: 0.8em;
}

.w-1200 {
  width: 95%;
  margin: 0 auto;
  max-width: 1200px;
}

.main {
  background: #F1F1F1;
  padding-bottom: 10px;
}

.t06main {
  background: url(../img/main_pc2.png) no-repeat;
  background-position: center;
  background-attachment: unset;
  background-size: cover;
  min-height: 72vh;
}
@media screen and (max-width: 767px) {
  .t06main {
    min-height: 640px;
    height: 90vh;
    background: url(../img/main_sp.png) no-repeat;
    background-size: cover;
    background-position: center;
  }
}
.t06main .tenponame {
  padding-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .t06main .tenponame {
    padding-top: 32px;
    padding-bottom: 20px;
  }
}
.t06main .groundopen {
  font-size: 11em;
}
@media screen and (max-width: 767px) {
  .t06main .groundopen {
    font-size: 7em;
  }
}

@media screen and (max-width: 767px) {
  .countdown {
    height: calc(7em + 40px);
  }
}
.countdown #countdown_num {
  font-weight: 600;
}

.count--wave {
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  width: 300px;
  height: 300px;
  background-color: #fff;
}
.count--wave::before {
  position: absolute;
  top: -150%;
  left: -50%;
  border-radius: 50% 50%/50% 70%;
  width: 200%;
  height: 200%;
  content: "";
  background-color: #3168dd;
  animation: wave linear 6s infinite;
}

@keyframes wave {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* -------------------------------------
        ナビ
------------------------------------- */
.nav {
  padding-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .nav {
    padding-top: 60px;
  }
}
.nav ul {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .nav ul {
    justify-content: space-around;
  }
}
.nav ul li {
  width: 28%;
  max-width: 280px;
  margin: 0 16px;
  display: flex;
  justify-content: center;
  align-items: stretch;
}
@media screen and (max-width: 767px) {
  .nav ul li {
    width: 30%;
    margin: 0;
  }
}
.nav ul li.navdec {
  height: 10px;
  margin-bottom: 8px;
}
.nav ul li.fst {
  background: url(../img/wave_yellow.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.nav ul li.sec {
  background: url(../img/wave_red.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.nav ul li.thr {
  background: url(../img/wave_blue.png) no-repeat;
  background-size: contain;
  background-position: center;
}
.nav ul li a {
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s;
}
.nav ul li a::after {
  content: "";
  position: absolute;
  width: 0;
  border-top: 12px solid #000;
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  transition: all 0.3s;
}
.nav ul li:hover a {
  opacity: 0.6;
}
.nav ul li:hover a::after {
  bottom: -24px;
}
.nav__ttl p {
  font-size: 1.8em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .nav__ttl p {
    font-size: 1.6em;
  }
}

/* -------------------------------------
        メイン
------------------------------------- */
.news {
  position: relative;
  margin: 160px auto;
}
@media screen and (max-width: 767px) {
  .news {
    margin: 100px auto 80px;
  }
}
.news h3 {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .news h3 {
    font-size: 2.2em;
    top: -20px;
  }
}
.news__main {
  background: #fff;
  padding: 3em 2em;
}
.news__main ul li {
  display: flex;
  padding: 0.5em 0;
  border-bottom: 1px dashed #707070;
}
.news__main ul li .releasedate {
  margin-right: 1.5em;
}

.intro {
  position: relative;
  text-align: center;
  background: #fff;
  padding: 80px 0 160px;
  margin-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .intro {
    padding: 60px 0 100px;
    margin-bottom: 80px;
  }
}
.intro::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/wave_gray.png?aaa) repeat-x;
  background-size: contain;
  background-position: bottom;
  left: 0;
  bottom: 0px;
}
.intro h3 {
  position: relative;
  display: inline-block;
  line-height: 1.3;
  letter-spacing: 3px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .intro h3 {
    font-size: 2.2em;
    line-height: 1.2;
  }
}
.intro h3::before, .intro h3::after {
  content: "";
  position: absolute;
  width: 3px;
  height: 100%;
  background: #000;
  bottom: -10px;
}
@media screen and (max-width: 767px) {
  .intro h3::before, .intro h3::after {
    width: 2px;
    height: 75%;
  }
}
.intro h3::before {
  transform: rotate(-30deg);
  left: -8%;
}
@media screen and (max-width: 767px) {
  .intro h3::before {
    transform: rotate(-20deg);
    left: 0;
  }
}
.intro h3::after {
  transform: rotate(30deg);
  right: -8%;
}
@media screen and (max-width: 767px) {
  .intro h3::after {
    transform: rotate(20deg);
    right: 0;
  }
}
.intro h3 span.bg-yellow {
  background: linear-gradient(transparent 60%, #FFCA16 60%);
}
.intro__underimg {
  position: absolute;
  text-align: center;
  width: 30%;
  max-width: 160px;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  z-index: 1;
  transition: all 0.3s;
  animation: boundimg 0.8s infinite;
}
@media screen and (max-width: 767px) {
  .intro__underimg {
    max-width: 120px;
    bottom: -30px;
  }
}
.intro__underimg:hover {
  bottom: -32px;
}
.intro__underimg img {
  width: 100%;
}

@keyframes boundimg {
  0% {
    bottom: -20px;
  }
  50% {
    bottom: -24px;
  }
  100% {
    bottom: -20px;
  }
}
.w-navi {
  position: relative;
  padding: 40px 0 80px;
  background: #FFCA16;
}
@media screen and (max-width: 767px) {
  .w-navi {
    padding: 32px 0 60px;
  }
}
.w-navi::before {
  content: "";
  position: absolute;
  width: 12%;
  height: 70px;
  background: url(../img/dec-slash.png) no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .w-navi::before {
    width: 40%;
    top: 0;
    background-position: top;
  }
}
.w-navi::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/wave_gray.png?aaa) repeat-x;
  background-size: contain;
  left: 0;
  bottom: -60px;
}
.w-navi__dec {
  content: "";
  position: absolute;
  width: 12%;
  height: 70px;
  background: url(../img/dec-slash.png) no-repeat;
  background-size: contain;
  background-position: left;
  left: 0;
  bottom: 10%;
  transform: rotate(180deg);
}
@media screen and (max-width: 767px) {
  .w-navi__dec {
    display: none;
  }
}
.w-navi__ttl {
  position: relative;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3.5em;
  line-height: 1.4;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .w-navi__ttl {
    line-height: 1.2;
  }
}
.w-navi__ttl span.p-small {
  font-size: 0.5em;
}
.w-navi__ttl span.bg-white {
  padding: 0 12px;
  background: linear-gradient(transparent 60%, #fff 60%);
}
@media screen and (max-width: 767px) {
  .w-navi__ttl span.bg-white {
    background: linear-gradient(transparent 50%, #fff 50%);
  }
}
.w-navi__img {
  position: relative;
  width: 100%;
}
.w-navi__img::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  background: #fff;
  border-radius: 50%;
  left: -6%;
  bottom: -14%;
}
@media screen and (max-width: 767px) {
  .w-navi__img::before {
    content: none;
  }
}
.w-navi__slide {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  height: 250px;
  margin-top: -20px;
  z-index: 9;
}
@media screen and (max-width: 767px) {
  .w-navi__slide {
    height: 100px;
  }
}
.w-navi__slide ul {
  display: flex;
  animation: loop-slide 30s infinite linear 1s both;
}
.w-navi__slide ul li {
  width: 400px;
  height: 250px;
}
@media screen and (max-width: 767px) {
  .w-navi__slide ul li {
    width: 160px;
    height: 100px;
  }
}
.w-navi__slide ul li img {
  width: 100%;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.navi__con {
  position: relative;
  z-index: 10;
  margin-bottom: 200px;
}
@media screen and (max-width: 767px) {
  .navi__con {
    margin-bottom: 80px;
  }
}
.navi__con::before {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: #FFCA16;
  border-radius: 50%;
  bottom: 12%;
  right: -5%;
  z-index: -2;
}
@media screen and (max-width: 767px) {
  .navi__con::before {
    width: 200px;
    height: 200px;
    background: #FFCA16;
    border-radius: 50%;
    bottom: 3%;
    right: auto;
    z-index: -2;
    left: -12%;
  }
}
.navi__con::after {
  content: "";
  position: absolute;
  width: 70%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  top: 0;
  right: 0;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .navi__con::after {
    content: none;
  }
}
@media screen and (max-width: 767px) {
  .navi__con--lft {
    margin-bottom: 120px;
  }
}
.navi__con--lft::before {
  left: -5%;
  right: auto;
}
.navi__con--lft::after {
  left: 0;
  right: auto;
}
.navi__main {
  display: flex;
}
@media screen and (max-width: 767px) {
  .navi__main {
    display: block;
    margin-left: auto;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .navi__main--lft {
    margin-left: 0;
    margin-right: auto;
  }
}
.navi__img {
  position: relative;
  width: 34%;
}
@media screen and (max-width: 767px) {
  .navi__img {
    width: 100%;
  }
}
.navi__img::before {
  content: "";
  position: absolute;
  width: 32%;
  height: 40px;
  background: url(../img/con_dec2.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 8%;
}
@media screen and (max-width: 767px) {
  .navi__img::before {
    top: 16%;
  }
}
.navi__img::after {
  content: "";
  position: absolute;
  width: 80px;
  height: 100%;
  background: url(../img/wave-rotate.png) repeat-y;
  background-size: contain;
  background-position: right;
  top: 0;
  right: -30px;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .navi__img::after {
    width: 100%;
    height: 80px;
    background: url(../img/wave.png) repeat-x;
    background-size: contain;
    background-position: bottom;
    bottom: -20px;
    left: 0;
    top: auto;
    right: auto;
  }
}
.navi__img--lft::before {
  right: 0;
  left: auto;
}
.navi__img--lft::after {
  background-position: left;
  transform: rotate(180deg);
  right: auto;
  left: -30px;
}
@media screen and (max-width: 767px) {
  .navi__img--lft::after {
    background-position: bottom;
    transform: rotate(0);
    left: 0;
  }
}
.navi__txt {
  width: 66%;
  position: relative;
  padding: 140px 2em 80px;
}
@media screen and (max-width: 767px) {
  .navi__txt {
    width: 100%;
    padding: 20px 1em 80px;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .navi__txt--lft {
    border-radius: 0 0 40px 0;
  }
}
.navi__ttl {
  display: flex;
  align-items: center;
  position: absolute;
  top: -80px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .navi__ttl {
    position: relative;
    justify-content: center;
    top: 0;
    margin-bottom: 16px;
  }
}
.navi__ttl img {
  max-width: 160px;
}
@media screen and (max-width: 767px) {
  .navi__ttl img {
    max-width: 120px;
  }
}
.navi__ttl h3 {
  margin-left: 20px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .navi__ttl h3 {
    font-size: 2.5em;
  }
}
.navi__subttl {
  position: relative;
  padding-bottom: 32px;
  margin-bottom: 32px;
  font-weight: 600;
  font-size: 1.3em;
}
@media screen and (max-width: 767px) {
  .navi__subttl {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }
}
.navi__subttl::after {
  content: "";
  position: absolute;
  width: 160px;
  height: 10px;
  background: url(../img/wave_yellow.png) repeat-x;
  background-size: contain;
  bottom: 0;
}
.navi__text {
  line-height: 1.8;
}
.navi__text p {
  margin-bottom: 0.5em;
}

.con {
  position: relative;
  margin-bottom: 200px;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .con {
    margin-bottom: 120px;
    width: 100%;
  }
}
.con::after {
  content: "";
  position: absolute;
  width: 240px;
  height: 240px;
  background: #FFCA16;
  border-radius: 50%;
  bottom: 12%;
  right: -8%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .con::after {
    width: 160px;
    height: 160px;
  }
}
.con__mainttl {
  position: relative;
  top: -50px;
}
.con h4 {
  border: 1px solid #000;
  background: #fff;
  padding: 8px 24px;
  margin-top: -1px;
  top: -80px;
  line-height: 1.3;
  width: fit-content;
  width: -moz-fit-content;
}
@media screen and (max-width: 767px) {
  .con h4 {
    padding: 8px 12px;
  }
}
.con h4 span.p-small {
  font-size: 0.6em;
}
.con__ttl {
  position: absolute;
  top: 6em;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .con__ttl {
    top: auto;
    bottom: 0;
    left: 8px;
  }
}
.con__ttl--intro {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -40px;
}
.con__main {
  position: relative;
  padding: 40px 0 60px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 0 0 80px 80px;
}
@media screen and (max-width: 767px) {
  .con__main {
    margin-top: 0;
    padding: 20px 0.5em 40px;
    border-radius: 0 0 40px 40px;
  }
}
.con__main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/wave.png) repeat-x;
  background-size: contain;
  top: -60px;
  left: 0;
  opacity: 0.8;
}
@media screen and (max-width: 767px) {
  .con__main::before {
    top: -20px;
  }
}
.con__imgarea {
  position: relative;
}
.con__img {
  position: relative;
  height: 360px;
  margin-top: -40px;
  z-index: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .con__img {
    height: 240px;
  }
}
.con__img::after {
  content: "";
  position: absolute;
  width: 20%;
  height: 40px;
  background: url(../img/con_dec2.png) no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  bottom: 24%;
}
@media screen and (max-width: 767px) {
  .con__img::after {
    bottom: 15%;
  }
}
.con__img img {
  width: 100%;
  margin-top: -120px;
}
@media screen and (max-width: 767px) {
  .con__img img {
    margin-top: 0;
  }
}
.con__imgtxt {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  top: 0;
  right: 2%;
  z-index: 10;
}
@media screen and (max-width: 767px) {
  .con__imgtxt {
    right: 2%;
  }
}
.con__imgtxt p {
  padding: 1em 0.5em;
  margin-left: 8px;
  background: #fff;
  border: 1px solid #000;
  writing-mode: vertical-rl;
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 600;
  letter-spacing: 2px;
}
.con__txt {
  position: relative;
  text-align: center;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .con__txt {
    text-align: left;
  }
}
.con__txt p {
  position: relative;
  display: inline-block;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .con__txt p {
    text-align: left;
  }
}
.con__txt--intro {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .con__txt--intro {
    margin-top: 20px;
  }
}
.con__txt--intro p {
  text-align: center;
  line-height: 2;
}
@media screen and (max-width: 767px) {
  .con__txt--intro p {
    line-height: 1.8;
  }
}
.con__listimg {
  margin-top: 20px;
}
.con__listimg ul {
  display: flex;
  justify-content: center;
}
.con__listimg ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 8px;
  margin: 0 12px;
  width: 200px;
  height: 200px;
  background: #fff;
  border: 1px solid #707070;
}
@media screen and (max-width: 767px) {
  .con__listimg ul li {
    padding: 2px;
    margin: 0 2px;
    width: 120px;
    height: 120px;
  }
}
.con__btn {
  width: 80%;
  margin: 0 auto;
  max-width: 340px;
  margin-top: 24px;
}
.con__btn a {
  position: relative;
  display: block;
  padding: 12px;
  background: #FFCA16;
  border-radius: 40px;
  text-align: center;
  font-weight: 600;
  color: #000;
  box-shadow: 0 0 6px #CECECE;
  transition: all 0.3s;
}
.con__btn a::after {
  content: "";
  position: absolute;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 12px solid #000;
  right: 8%;
  top: 34%;
  transition: all 0.3s;
}
.con__btn a:hover {
  box-shadow: none;
}
.con__btn a:hover::after {
  right: 6%;
}
.con__btn--sdgs a {
  background: #B4B4BF;
}

.dec {
  position: relative;
  width: 24%;
  margin: -10px 0 20px auto;
  transform: translateX(200px);
  mix-blend-mode: multiply;
  transition: 2.5s;
}
@media screen and (max-width: 767px) {
  .dec {
    width: 56%;
  }
}
.dec.active {
  margin: 0 0 80px auto;
}
@media screen and (max-width: 767px) {
  .dec.active {
    transform: translateX(0);
  }
}
.dec__under {
  margin: -120px auto 0 -750px;
  transform: scale(-1, 1);
  transition: 2.5s;
}
@media screen and (max-width: 767px) {
  .dec__under {
    margin-top: -20px;
  }
}
.dec__under.active {
  margin: -60px auto 0 0;
  transform: scale(-1, 1);
}

/*アニメーション*/
.anime-l {
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  transform: translateX(-40px);
}

.anime-b {
  visibility: hidden;
  transition: 1.5s;
  transform: translateY(80px);
}

.anime-o {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s;
}

.active {
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

.leftAnime {
  opacity: 0;
}

.slideAnimeLeftRight {
  animation: slidetext 1s forwards;
  opacity: 0;
}

.slideAnimeRightLeft {
  animation: slidetextrev 1s forwards;
  opacity: 0;
}

@keyframes slidetext {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slidetextrev {
  from {
    transform: translateX(100%);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
/* -------------------------------------
        注意文
------------------------------------- */
.notice {
  padding: 40px 0;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .notice {
    font-size: 0.9em;
  }
}
.notice--txt {
  width: 95%;
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}
.notice--txt p {
  text-align: left;
  font-size: 0.9em;
}

/* -------------------------------------
        SDGs
------------------------------------- */
.sdgs {
  margin-bottom: 80px;
}
.sdgs__ttl {
  position: relative;
  background: url(../img/con3_img.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  text-align: center;
  top: 0;
  z-index: 0;
}
.sdgs__ttl h3 {
  position: relative;
  width: auto;
  padding: 80px 0 320px;
  border: none;
  background: none;
  top: 0;
  text-align: left;
  line-height: 1.3;
  font-size: 3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3em;
}
@media screen and (max-width: 767px) {
  .sdgs__ttl h3 {
    padding: 20px 0 120px;
    top: -2em;
    left: 0.5em;
  }
}
.sdgs__main {
  position: relative;
  padding: 20px 0.5em 60px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sdgs__main {
    margin-top: 0;
    padding: 20px 0.5em 40px;
  }
}
.sdgs__main::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/wave.png) repeat-x;
  background-size: contain;
  top: -60px;
  left: 0;
}
@media screen and (max-width: 767px) {
  .sdgs__main::before {
    top: -20px;
  }
}

/* -------------------------------------
        ゆめカード
------------------------------------- */
.youme {
  margin-bottom: 160px;
}
.youme__mainttl {
  position: relative;
  background: #B40067;
  color: #fff;
  padding: 60px 0 80px;
}
@media screen and (max-width: 767px) {
  .youme__mainttl {
    padding: 50px 0 60px;
  }
}
.youme__mainttl::before {
  content: "";
  position: absolute;
  width: 12%;
  height: 70px;
  background: url(../img/dec-slash.png) no-repeat;
  background-size: contain;
  background-position: right;
  right: 0;
  top: 20%;
}
@media screen and (max-width: 767px) {
  .youme__mainttl::before {
    width: 40%;
    top: 0;
    background-position: top;
  }
}
.youme__mainttl::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 80px;
  background: url(../img/wave_gray.png?aaa) repeat-x;
  background-size: contain;
  left: 0;
  bottom: -60px;
}
.youme__mainttl h2 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 3em;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .youme__mainttl h2 {
    font-size: 2.8em;
  }
}
.youme__mainttl h2 span.p-small {
  font-size: 0.5em;
}
.youme__imgarea {
  position: relative;
  background: #fff;
  border-radius: 16px;
  padding: 6em 1em 2em;
  margin-bottom: 40px;
  margin-top: 120px;
}
@media screen and (max-width: 767px) {
  .youme__imgarea {
    padding: 6em 1em 4em;
    margin-top: 72px;
  }
}
.youme__imgarea-img {
  text-align: center;
  margin-bottom: 15px;
}
.youme__imgarea-ttl {
  text-align: center;
  line-height: 1.4;
  font-weight: 600;
  font-size: 1.2em;
  letter-spacing: 0.001em;
  margin-bottom: 5px;
}
.youme__ttl {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -30px;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .youme__ttl {
    top: -10px;
  }
}
.youme__ttl h4 {
  display: inline-block;
  position: relative;
}
.youme__ttl h4::after {
  content: "";
  position: absolute;
  width: 140px;
  height: 10px;
  background: url(../img/linedec_red.png) repeat-x;
  background-size: contain;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
}
@media screen and (max-width: 767px) {
  .youme__ttl h4::after {
    width: 90px;
  }
}
.youme__img {
  background: #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .youme__img {
    max-width: 500px;
    margin: 0 auto;
  }
}
.youme__img > img {
  width: 100%;
}

.s_list_column1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}
.s_list_column1 .s_list_column1__item {
  padding: 0 15px;
  max-width: 33.33333%;
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item {
    max-width: 100%;
    padding: 0;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item:nth-child(n+2) {
    margin-top: 45px;
  }
}
.s_list_column1 .s_list_column1__item .s_card1 {
  margin: 0 auto;
  max-width: 305px;
  padding: 0 15px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item .s_card1 {
    display: table;
    max-width: 100%;
    padding: 0;
    table-layout: fixed;
  }
}
.s_list_column1 .s_list_column1__item .s_card1 .s_card1__image {
  margin-bottom: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item .s_card1 .s_card1__image {
    display: table-cell;
    margin-bottom: 0;
    width: 100px;
  }
}
.s_list_column1 .s_list_column1__item .s_card1 .s_card1__image img {
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item .s_card1 .s_card1__text {
    display: table-cell;
    padding-left: 20px;
    vertical-align: middle;
  }
}
.s_list_column1 .s_list_column1__item .s_card1 .s_card1__title {
  font-size: 1.3em;
  font-weight: 500;
  letter-spacing: 0.001em;
  line-height: 1.3;
  margin-bottom: 5px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .s_list_column1 .s_list_column1__item .s_card1 .s_card1__title {
    text-align: left;
  }
}
.s_list_column1 .s_list_column1__item .s_card1 .s_card1__description {
  text-align: left;
}

.s_box1_bottom {
  padding: 35px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s_box1_bottom {
    padding: 35px 0 10px;
  }
}

.s_box1_bottom__title {
  left: 0;
  position: absolute;
  text-align: center;
  top: -25px;
  width: 100%;
}

.s_box1_bottom_list {
  display: flex;
  list-style: none;
}
.s_box1_bottom_list .s_box1_bottom_list__item {
  padding: 10px;
  position: relative;
  width: 50%;
}
@media screen and (max-width: 767px) {
  .s_box1_bottom_list .s_box1_bottom_list__item {
    padding: 10px;
  }
}
.s_box1_bottom_list .s_box1_bottom_list__item:nth-child(1)::after {
  background: #ccc;
  content: "";
  height: 65px;
  right: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
}
.s_box1_bottom_list .s_unit_card {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 100%;
  width: 300px;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__image {
  width: 124px;
}
@media screen and (max-width: 767px) {
  .s_box1_bottom_list .s_unit_card .s_unit_card__image {
    margin-bottom: 5px;
    text-align: center;
    width: 100%;
  }
}
.s_box1_bottom_list .s_unit_card .s_unit_card__image .s_unit_card__image img {
  vertical-align: middle;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text {
  padding-left: 10px;
  width: calc(100% - 124px);
}
@media screen and (max-width: 767px) {
  .s_box1_bottom_list .s_unit_card .s_unit_card__text {
    padding-left: 0;
    width: 100%;
  }
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title {
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title {
    text-align: center;
  }
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title a {
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title a[target=_blank] {
  display: inline-block;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title a[target=_blank]::after {
  right: 0;
  position: absolute;
  top: 0.4em;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title a:not(.noStyle) {
  color: #338fbf;
  transition: opacity 0.5s ease-out;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title .f_btn_b::after {
  content: "";
  display: inline-block;
  height: 0.8em;
  margin-left: 7px;
  transition: 0.3s;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title .f_btn_b:hover::after {
  transform: translate(10px);
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__title .f_btn_b.f_newTab::after {
  width: 12px;
  background: url(../img/newTab_black.svg) no-repeat;
  background-size: 12px auto;
}
.s_box1_bottom_list .s_unit_card .s_unit_card__text .s_unit_card__caption {
  color: #6f6f6f;
  font-size: 1.4rem;
}

.youme__notice .s_box1__caption {
  font-size: 1.4rem;
  margin-top: 20px;
  padding-left: 1em;
  text-indent: -1em;
}
.youme__notice .s_box1__caption::before {
  content: "※";
}

.s_block_buttons {
  margin-top: 40px;
  text-align: center;
}
.s_block_buttons .f_btn_p {
  background: #b40067;
  color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-sizing: border-box;
  display: inline-block;
  padding: 13.5px 50px;
  min-width: 280px;
  border-radius: 28px;
  position: relative;
  line-height: 1.8;
  text-align: center;
  transition: background-color 0.5s ease-out, color 0.5s ease-out;
}
.s_block_buttons .f_btn_p::after {
  content: "";
  display: block;
  width: 5px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 23px;
  background: url(../img/arrow_white.svg) no-repeat 0 50%/5px auto;
  transition: right 0.5s ease-out;
}
.s_block_buttons .f_btn_p:hover::after {
  right: 13px;
}/*# sourceMappingURL=2306izuka_open.css.map */