@charset "utf-8";

*,
*::before,
*::after {
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	color: #212121;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 16px;
	font-weight: 400;
	line-height: 1.8;
	-webkit-text-size-adjust: none;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	font-size: 100%;
	font-weight: 500;
	line-height: 1.5;
}
p {
	margin: 0;
}
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ol {
	margin: 0;
	padding: 0 0 0 28px;
}
dl,dt,dd {
	margin: 0;
	padding: 0;
}
figure {
	margin: 0;
	padding: 0;
}
a,
.a {
	color: #000;
  text-decoration: none;
	cursor: pointer;
}
.-load a,
.-load .a {
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}
a:hover,
.a:hover {
}
a img {
	border: none;
}
img {
  width: 100%;
	max-width: 100%;
	border: 0;
	vertical-align: middle;
	object-fit: cover;
}
sup {
  display: inline-block;
	font-size: 0.8em;
}
table {
	border-collapse: collapse;
}
main {
	display: block;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}



/* ---------------- general */
.-font {
	font-family: "新丸ゴ R JIS2004", sans-serif;
}
.-fontbold {
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
}
a.-btn,
.a.-btn {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 24px;
  background: #ff8080;
  border: 1px solid #ff8080;
  border-radius: 24px;
  color: #fff;
	font-family: "新丸ゴ R JIS2004", sans-serif;
  line-height: 48px;
  white-space: nowrap;
}
a.-btn::after,
.a.-btn::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 24px;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  translate: 0 -50%;
  rotate: 45deg;
}
a.-btn:hover,
.a.-btn:hover {
  background: #fff;
  color: #ff8080;
}
a.-btn:hover::after,
.a.-btn:hover::after {
  border-top: 2px solid #ff8080;
  border-right: 2px solid #ff8080;
}
.-mobile {
  display: none;
}
@media (max-width: 767px) {
  .-pc {
    display: none;
  }
  .-mobile {
    display: block;
  }
}

/* action */
.js-action {
  opacity: 0;
  translate: 0 48px;
}
.js-action.-action {
  opacity: 1;
  translate: 0 0;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}
.-loadAction {
  opacity: 0;
  translate: 0 48px;
}
.-loadAction.-left {
  translate: 48px 0;
}
.-load .-loadAction {
  opacity: 1;
  translate: 0 0;
  transition: .8s cubic-bezier(0.33, 1, 0.68, 1);
}



/* ---------------- head */
h1 {
  color: #ff8080;
  font-size: 32px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  line-height: 1.5;
}
h2 {
  position: relative;
  margin-bottom: 32px;
  padding: 0 0 0 24px;
  font-size: 22px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  line-height: 1.5;
}
h2::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 100%;
  background: #ff8080;
  border-radius: 2px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 20px;
  }
  h2 {
    margin-bottom: 20px;
    padding-left: 12px;
    font-size: 16px;
  }
}



/* ---------------- layout */
#wrap {
  overflow: hidden;
  background: #fbf9fa;
}
.l-container {
  max-width: 1184px;
  margin: 0 auto;
  padding: 0 32px;
}
@media (max-width: 767px) {
  .l-container {
    padding: 0 16px;
  }
}



/* ---------------- header */
header {
  padding: 32px 0 40px;
}
header .logo {
  width: 204px;
}
header .title {
  width: 414px;
  margin: 16px auto 0;
}
@media (max-width: 767px) {
  header {
    padding: 16px 0 28px;
  }
  header .logo {
    width: 160px;
    margin: 0 auto;
  }
  header .title {
    width: 303px;
    margin: 12px auto 0;
  }
}

/* flow */
.flow {
  display: flex;
  gap: 48px;
  justify-content: center;
  position: relative;
  margin-top: 32px;
}
.flow li {
  position: relative;
  z-index: 1;
  width: 32px;
  background: #ffcccc;
  border-radius: 50%;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.flow li.-cr {
  background: #ff8080;
}
.flow li + li::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 100%;
  width: 48px;
  height: 1px;
  background: #ff8080;
}
@media (max-width: 767px) {
  .flow {
    gap: 20px;
    margin-top: 20px;
  }
  .flow li {
    width: 28px;
    font-size: 13px;
    line-height: 28px;
  }
  .flow li + li::before {
    width: 20px;
  }
}


/* ---------------- footer */
footer {
  background: #fff;
  margin-top: 72px;
  padding: 24px 0;
}
footer .group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
footer .kokoro img {
  width: 100px;
  margin-right: 16px;
}
footer .kokoro span {
  font-size: 12px;
  line-height: 20px;
}
footer .ministry {
  width: 102px;
}
@media (max-width: 767px) {
  footer {
    margin-top: 40px;
    padding: 16px 0;
  }
  footer .kokoro img {
    width: 100px;
  }
  footer .kokoro span {
    display: none;
  }
}



/* ---------------- p-header */
.p-header {
  position: relative;
  margin-bottom: 72px;
  padding: 32px 0;
}
.p-header::before {
  content: '';
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
}
.-load .p-header::before {
  width: 100%;
  transition: .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-header .l-container {
  position: relative;
  z-index: 1;
  max-width: 992px;
}
.p-header .group {
  display: flex;
  gap: 32px;
}
.p-header figure {
  width: 160px;
}
.p-header .body {
  flex: 1;
}
.p-header .step {
  color: #ff8080;
  font-size: 20px;
  line-height: 1.5;
}
.p-header .h {
  display: flex;
  gap: 24px;
  align-items: center;
}
.p-header .h .step {
  font-size: 14px;
  text-align: center;
  white-space: nowrap;
}
.p-header .h .step .n {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background: #ff8080;
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.p-header h1 {
  translate: 0 10px;
}
.p-header .lead {
  margin-top: 16px;
  transition-delay: .2s !important;
}
@media (max-width: 767px) {
  .p-header {
    margin-bottom: 40px;
  }
  .p-header .group {
    gap: 16px;
  }
  .p-header .h .step {
    font-size: 12px;
  }
  .p-header .h .step .n {
    width: 32px;
    height: 32px;
    font-size: 20px;
    line-height: 32px;
  }
  .p-header figure {
    width: 80px;
  }
  .p-header .h {
    gap: 16px;
  }
  .p-header h1 {
    translate: 0 8px;
  }
  .p-header .lead {
    margin-top: 8px;
  }
}


/* ---------------- p-navigation */
.p-navi {
  margin-top: 72px;
}
.p-navi .l-container {
  max-width: 992px;
}
.p-navi .group {
  position: relative;
  min-height: 48px;
  text-align: center;
}
.p-navi .prev {
  position: absolute;
  bottom: 16px;
  left: 0;
}
.p-navi .prev .a {
  display: block;
  position: relative;
  padding-left: 16px;
  font-size: 14px;
}
.p-navi .prev .a::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff8080;
  border-left: 2px solid #ff8080;
  translate: 0 -50%;
  rotate: -45deg;
}
.p-navi .again {
  position: absolute;
  bottom: 16px;
  right: 0;
}
.p-navi .again a {
  display: block;
  position: relative;
  padding-right: 16px;
  font-size: 14px;
}
.p-navi .again a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 10px;
  border-top: 2px solid #ff8080;
  border-right: 2px solid #ff8080;
  translate: 0 -50%;
  rotate: 45deg;
}
@media (max-width: 767px) {
  .p-navi {
    margin-top: 32px;
  }
  .p-navi div.btn {
    padding-bottom: 64px;
  }
}



/* ---------------- p-name */
.p-name .l-container {
  max-width: 608px;
}
.p-name label {
  display: block;
  width: fit-content;
  margin-bottom: 8px;
  font-size: 18px;
}
.p-name input {
  width: 100%;
  height: 70px;
  padding: 0 32px;
  background: #fff9f9;
  border: 1px solid #ff8080;
  border-radius: 8px;
  font-family: inherit;
  font-size: 26px;
  outline: none;
}
.p-name .error {
  margin-top: 8px;
  color: #c73c3c;
  font-size: 16px;
}
.p-name .btn {
  margin-top: 72px;
  text-align: center;
}
@media (max-width: 767px) {
  .p-name .l-container {
    padding: 0 36px;
  }
  .p-name label {
    font-size: 14px;
  }
  .p-navi div.btn {
    padding-bottom: 64px;
  }
  .p-name input {
    height: 46px;
    padding: 0 20px;
  }
  .p-name .btn {
    margin-top: 40px;
  }
}



/* ---------------- p-index */
.p-index .l-container {
  max-width: 992px;
}
.p-index .group + .group {
  margin-top: 56px;
}
.p-index ul {
  display: flex;
  gap: 32px;
}
.p-index ul li {
  width: calc((100% - 32px) / 2);
}
.p-index a {
  display: block;
  position: relative;
  height: 100%;
  padding: 32px 24px 24px;
  background: #fff;
  border: 3px solid transparent;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(199 71 71 / 10%);
  text-align: center;
}
.p-index a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 32px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #ff8080;
  border-right: 3px solid #ff8080;
  translate: 0 -50%;
  rotate: 45deg;
}
.p-index a:hover {
  border-color: #ff8080;
  border-radius: 16px;
}
.p-index figure {
  margin-bottom: 24px;
}
.p-index figure img {
  width: 200px;
}
.p-index .title {
  font-size: 20px;
	font-family: "新丸ゴ R JIS2004", sans-serif;
  line-height: 1.5;
}
@media (max-width: 767px) {
  .p-index .group + .group {
    margin-top: 32px;
  }
  .p-index ul {
    display: block;
  }
  .p-index ul li {
    width: auto;
  }
  .p-index ul li + li {
    margin-top: 16px;
  }
  .p-index a {
    padding: 24px 16px 16px;
    background: #fff;
    border: 3px solid transparent;
    border-radius: 16px;
  }
  .p-index figure {
    margin-bottom: 16px;
  }
  .p-index figure img {
    width: 100px;
  }
  .p-index .title {
    font-size: 14px;
  }
}



/* ---------------- p-elearning */
.e-container {
  position: relative;
  padding-top: 42.94%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(199 71 71 / 10%);
}
.e-container .inner {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 1120px;
  height: 481px;
  transform-origin: left top;
}
.e-container .items {
  display: flex;
  position: relative;
  left: 0;
  width: 1400%;
  transition: left .4s cubic-bezier(0.33, 1, 0.68, 1);
}
.e-container .items.-touch {
  transition: none;
}
.e-container .item {
  flex: 1;
  padding: 40px 56px 48px;
}
.e-container .item .body {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.e-container .item .head {
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  padding-bottom: 16px;
  color: #ff8080;
  font-size: 32px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.e-container .item .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/common/border_head.png");
}
.e-container .item figure {
  width: 416px;
}
.e-container .item .txt {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}
.e-container .item .txt p + p,
.e-container .item .txt p + ul,
.e-container .item .txt p + ol {
  margin-top: 8px;
}
.e-container .btnPrev {
  position: absolute;
  top: 50%;
  left: -24px;
  translate: 0 -50%;
}
.e-container .btnPrev .a {
  opacity: 0.5;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  background: #ff8080;
  border: 1px solid #ff8080;
  border-radius: 50%;
}
.e-container .btnPrev .a::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 26px;
  width: 17px;
  height: 17px;
  border-top: 5px solid #fff;
  border-left: 5px solid #fff;
  translate: 0 -50%;
  rotate: -45deg;
}
.e-container .btnNext {
  position: absolute;
  top: 50%;
  right: -24px;
  translate: 0 -50%;
}
.e-container .btnNext .a {
  opacity: 0.5;
  display: block;
  position: relative;
  width: 64px;
  height: 64px;
  background: #ff8080;
  border: 1px solid #ff8080;
  border-radius: 50%;
}
.e-container .btnNext .a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 26px;
  width: 17px;
  height: 17px;
  border-top: 5px solid #fff;
  border-right: 5px solid #fff;
  translate: 0 -50%;
  rotate: 45deg;
}
.e-container .btnPrev .a:hover,
.e-container .btnNext .a:hover {
  background: #fff;
}
.e-container .btnPrev .a:hover::after,
.e-container .btnNext .a:hover::after {
  border-color: #ff8080;
}
.e-container .btnPrev .a.-disabled,
.e-container .btnNext .a.-disabled {
  pointer-events: none;
  background: #d2d2d2;
  border-color: transparent;
}
.p-elearning .paginate {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 16px;
  justify-content: center;
  margin-top: 40px;
}
.p-elearning .paginate li {
  opacity: 0.57;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff8080;
}
.p-elearning .paginate li.-cr {
  opacity: 1;
}
@media (max-width: 767px) {
  .e-container {
    padding-top: 160.58%;
    border-radius: 8px;
  }
  .e-container .inner {
    width: 342px;
    height: 550px;
  }
  .e-container .item {
    flex: 1;
    padding: 16px 20px 0;
  }
  .e-container .item .body {
    display: block;
  }
  .e-container .item .head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 16px;
    font-size: 20px;
    text-align: center;
  }
  .e-container .item .head::after {
    height: 4px;
  }
  .e-container .item figure {
    width: auto;
    margin: 0 auto 16px;
  }
  .e-container .item .txt {
    font-size: 12px;
  }
  .e-container .btnPrev {
    left: -14px;
  }
  .e-container .btnPrev .a {
    width: 32px;
    height: 32px;
  }
  .e-container .btnPrev .a::after {
    left: 12px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .e-container .btnNext {
    right: -14px;
  }
  .e-container .btnNext .a {
    width: 32px;
    height: 32px;
  }
  .e-container .btnNext .a::after {
    right: 12px;
    width: 8px;
    height: 8px;
    border-width: 2px;
  }
  .p-elearning .paginate {
    gap: 8px 12px;
    margin-top: 32px;
  }
  .p-elearning .paginate li {
    width: 8px;
    height: 8px;
  }
}



/* ---------------- p-confirm */
.p-confirm .l-container {
  max-width: 1264px;
}
.p-confirm .container {
  position: relative;
  padding-top: 58.33%;
}
.p-confirm .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 700px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(199 71 71 / 10%);
  transform-origin: left top;
}
.p-confirm .headGroup {
  position: relative;
  padding: 32px 16px 24px;
  background: url("../img/common/texture.jpg") no-repeat center center / cover #fff2f2;
}
.p-confirm .headGroup .logo {
  width: 352px;
  margin: 0 auto;
}
.p-confirm .headGroup p {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
.p-confirm .headGroup .date {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  padding-top: 2px;
  background: url("../img/common/date.svg") no-repeat center center / contain;
  color: #ff8080;
  font-size: 18px;
  text-align: center;
  line-height: 118px;
  letter-spacing: 0.05em;
  rotate: 30deg;
}
.p-confirm .bodyGroup {
  padding: 40px 104px 32px;
}
.p-confirm .item .body {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.p-confirm .item .head {
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  padding-bottom: 8px;
  color: #ff8080;
  font-size: 32px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.p-confirm .item .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/common/border_head.png");
}
.p-confirm .item figure {
  width: 416px;
}
.p-confirm .item .txt {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}
.p-confirm .footGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 32px;
}
.p-confirm .footGroup .kokoro {
  width: 160px;
}
.p-confirm .footGroup .ministry {
  width: 164px;
}
@media (max-width: 767px) {
  .p-confirm .container {
    padding-top: 202.33%;
  }
  .p-confirm .inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 342px;
    height: 692px;
    border-radius: 8px;
  }
  .p-confirm .headGroup {
    padding: 16px 20px;
  }
  .p-confirm .headGroup .logo {
    width: 207px;
  }
  .p-confirm .headGroup p {
    font-size: 13px;
  }
  .p-confirm .headGroup .date {
    top: 104px;
    right: 5px;
    width: 60px;
    height: 60px;
    padding-top: 0;
    font-size: 9px;
    text-align: center;
    line-height: 60px;
  }
  .p-confirm .bodyGroup {
    padding: 24px 20px;
  }
  .p-confirm .item .head {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 72px;
    margin-bottom: 16px;
    padding-bottom: 4px;
    font-size: 20px;
    text-align: center;
  }
  .p-confirm .item .head::after {
    height: 4px;
  }
  .p-confirm .item .body {
    display: block;
  }
  .p-confirm .item figure {
    width: 263px;
    margin: 0 auto 16px;
  }
  .p-confirm .item .txt {
    font-size: 12px;
  }
  .p-confirm .footGroup {
    padding: 0 20px 24px;
  }
  .p-confirm .footGroup .kokoro {
    width: 80px;
  }
  .p-confirm .footGroup .ministry {
    width: 82px;
  }
}


/* ---------------- p-confirm */
.p-image {
  margin-bottom: 72px;
}
.p-image .l-container {
  max-width: 1264px;
}
.p-image .group {
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(199 71 71 / 10%);
}
.p-image figure {
  overflow: hidden;
  border-radius: 16px;
}
@media (max-width: 767px) {
  .p-image {
    margin-bottom: 40px;
  }
}


/* ---------------- p-confirm */
.p-bodyGroup.-share {
  margin-top: 48px;
}
.p-bodyGroup .l-container {
  max-width: 992px;
}
.p-bodyGroup .group {
  display: flex;
}
.p-bodyGroup .head {
  width: 288px;
}
.p-bodyGroup .body {
  flex: 1;
}
.p-bodyGroup .btns li + li {
  margin-top: 16px;
}
.p-bodyGroup .btns .-pc {
  display: inline-block;
  position: relative;
  margin-top: 8px;
  padding: 0 32px;
  background: #ff8080;
  border: 1px solid #ff8080;
  border-radius: 24px;
  color: #fff;
  font-size: 18px;
  line-height: 48px;
  white-space: nowrap;
}
.p-bodyGroup .btns .-pc::before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  background: url("../img/common/ico_download_w.svg") no-repeat center center / contain;
  vertical-align: middle;
  translate: 0 -2px;
}
.p-bodyGroup .btns .-pc::after {
  content: 'この画像をダウンロード';
}
.p-bodyGroup .btns .-pc:hover {
  background: #fff;
  color: #ff8080;
}
.p-bodyGroup .btns .-pc:hover::before {
  background-image: url("../img/common/ico_download.svg");
}
.p-bodyGroup .btns .-pc .txt {
  display: none;
}
.p-bodyGroup .btns .-mobile {
  display: inline;
  font-size: 14px;
}
.p-bodyGroup .btns .-mobile::before {
  content: '';
  display: inline-block;
  margin-right: 7px;
  border: 3px solid transparent;
  border-left: 6px solid #ff8080;
  translate: 0 -2px;
}
.p-bodyGroup .copyGroup {
  position: relative;
  margin-top: 16px;
}
.p-bodyGroup .copyGroup textarea {
  outline: none;
  resize: none;
  width: 100%;
  height: 94px;
  padding: 24px 96px 0 32px;
  background: #fff;
  border: none;
  border-radius: 8px;
  color: #ff8080;
  font-family: inherit;
  vertical-align: top;
}
.p-bodyGroup .btnCopy {
  position: absolute;
  top: 50%;
  right: 32px;
  translate: 0 -50%;
}
.p-bodyGroup .btnCopy .a {
  display: block;
  width: 46px;
  height: 46px;
  background: url("../img/common/ico_copy.svg") no-repeat center center #ffd9d9;
  border-radius: 50%;
}
.p-bodyGroup .btnCopy .a:hover {
  background-color: #ff8080;
  background-image:  url("../img/common/ico_copy_w.svg");
}
.p-bodyGroup .btnCopy .txt {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 56px;
  left: 50%;
  padding: 8px;
  background: #212121;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  white-space: nowrap;
  translate: -50% 32px;
  transition: .2s cubic-bezier(0.33, 1, 0.68, 1);
}
.p-bodyGroup .btnCopy .txt.-active {
  opacity: 1;
  visibility: visible;
  translate: -50% 0;
}
@media (max-width: 767px) {
  .p-bodyGroup.-share {
    margin-top: 24px;
  }
  .p-bodyGroup .group {
    display: block;
  }
  .p-bodyGroup .head {
    width: auto;
  }
  .p-bodyGroup .btns {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    max-width: 303px;
    margin: 0 auto;
  }
  .p-bodyGroup .btns li {
    width: 100%;
  }
  .p-bodyGroup .btns li + li {
    margin: 0 0 16px 0;
  }
  .p-bodyGroup .btns .-pc {
    display: inline;
    position: relative;
    margin-top: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 24px;
    color: #212121;
    font-size: 12px;
    text-align: left;
    line-height: 1.5;
    white-space: nowrap;
  }
  .p-bodyGroup .btns .-pc::before {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 7px;
    border: 3px solid transparent;
    border-left: 6px solid #ff8080;
    background: none;
    vertical-align: middle;
    translate: 0 -2px;
}
  .p-bodyGroup .btns .-pc::after {
    display: none;
  }
  .p-bodyGroup .btns .-pc .txt {
    display: inline;
  }
  .p-bodyGroup .btns .-mobile {
    display: block;
    position: relative;
    padding: 0 32px;
    background: #ff8080;
    border: 1px solid #ff8080;
    border-radius: 24px;
    color: #fff;
    font-size: 13px;
    text-align: center;
    line-height: 48px;
    white-space: nowrap;
  }
  .p-bodyGroup .btns .-mobile::before {
    content: '';
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 10px;
    border: none;
    background: url("../img/common/ico_download_w.svg") no-repeat center center / contain;
    vertical-align: middle;
    translate: 0 -2px;
  }
  .p-bodyGroup .btns .-mobile::after {
    content: 'この画像をダウンロード';
  }
  .p-bodyGroup .btns .-mobile .txt {
    display: none;
  }
  .p-bodyGroup .copyGroup textarea {
    height: 72px;
    padding: 12px 64px 0 16px;
    font-size: 13px;
  }
  .p-bodyGroup .btnCopy {
    right: 12px;
  }
  .p-bodyGroup .btnCopy .a {
    width: 46px;
    height: 46px;
  }
}






/* ---------------- pc-confirm */
.pc-confirm {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}
.pc-confirm .l-container {
  max-width: 1264px;
}
.pc-confirm .container {
  position: relative;
  padding-top: 58.33%;
  clip-path: inset(0 100% 0 0);
  width: 1200px;height:700px;
}
.pc-confirm .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200px;
  height: 700px;
  background: #fff;
  border-radius: 16px;
  transform-origin: left top;
}
.pc-confirm .headGroup {
  position: relative;
  padding: 32px 16px 24px;
  background: url("../img/common/texture.jpg") no-repeat center center / cover #fff2f2;
}
.pc-confirm .headGroup .logo {
  width: 352px;
  margin: 0 auto;
}
.pc-confirm .headGroup p {
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
.pc-confirm .headGroup .date {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 120px;
  height: 120px;
  padding-top: 2px;
  background: url("../img/common/date.svg") no-repeat center center / contain;
  color: #ff8080;
  font-size: 18px;
  text-align: center;
  line-height: 118px;
  letter-spacing: 0.05em;
  /* rotate: 30deg; */
  transform: rotate(30deg);
}
.pc-confirm .bodyGroup {
  padding: 40px 104px 32px;
}
.pc-confirm .item .body {
  display: flex;
  gap: 64px;
  justify-content: space-between;
}
.pc-confirm .item .head {
  position: relative;
  width: fit-content;
  margin: 0 auto 32px;
  padding-bottom: 8px;
  color: #ff8080;
  font-size: 32px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  font-weight: 700;
  line-height: 1.5;
}
.pc-confirm .item .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/common/border_head.png");
}
.pc-confirm .item figure {
  width: 416px;
}
.pc-confirm .item .txt {
  flex: 1;
  font-size: 18px;
  line-height: 1.6;
}
.pc-confirm .footGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 32px;
}
.pc-confirm .footGroup .kokoro {
  width: 160px;
}
.pc-confirm .footGroup .ministry {
  width: 164px;
}

.sm-confirm {
  position: absolute;
  width: 100%;
  overflow-x: hidden;
}
.sm-confirm .container {
  max-width: 1264px;
  padding-top: 202.33%;
}
.sm-confirm .container{
  position: relative;
  padding-top: 58.33%;
  clip-path: inset(0 100% 0 0);
  width: 684px;
  height: 1384px;
}
.sm-confirm .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 684px;
  height: 1384px;
  background: #fff;
  border-radius: 8px;
  transform-origin: left top;
}
.sm-confirm .headGroup {
  position: relative;
  padding: 32px 40px;
  background: url("../img/common/texture.jpg") no-repeat center center / cover #fff2f2;
}
.sm-confirm .headGroup .logo {
  width: 414px;
  margin: 0 auto;
}
.sm-confirm .headGroup p {
  margin-top: 32px;
  font-size: 26px;
  text-align: center;
}
.sm-confirm .headGroup .date {
  position: absolute;
  top: 208px;
  right: 10px;
  width: 120px;
  height: 120px;
  padding-top: 0;
  background: url("../img/common/date.svg") no-repeat center center / contain;
  color: #ff8080;
  font-size: 18px;
  text-align: center;
  line-height: 120px;
  letter-spacing: 0.1em;
  /* rotate: 30deg; */
  transform: rotate(30deg);
}
.sm-confirm .bodyGroup {
  padding: 48px 40px;
}
.sm-confirm .item .body {
  display: flex;
  gap: 128px;
  justify-content: space-between;
}
.sm-confirm .item .head {
  position: relative;
  display: flex;
  width: fit-content;
  margin: 0 auto 32px;
  padding-bottom: 16px 16px 8px;
  color: #ff8080;
  font-size: 40px;
	font-family: "新丸ゴ M JIS2004", "新丸ゴ R JIS2004", sans-serif;
  font-weight: 700;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
  height: 144px;
  text-align: center;
}
.sm-confirm .item .head::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  background: url("../img/common/border_head.png");
}
.sm-confirm .item .body {
  display: block;
}
.sm-confirm .item figure {
  width: 526px;
  margin: 0 auto 32px;
}
.sm-confirm .item .txt {
  flex: 1;
  font-size: 24px;
  line-height: 1.6;
}
.sm-confirm .footGroup {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 40px 48px;
}
.sm-confirm .footGroup .kokoro {
  width: 160px;
}
.sm-confirm .footGroup .ministry {
  width: 164px;
}
