html {
  font-size: 62.5%;
}
body {
  font-family: "Noto Serif JP", serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
  color: #383838;
}
.wrapper {
  max-width: 768px;
  margin: 0 auto;
}
.l .wrapper {
  max-width: 1440px;
}

a {
  text-decoration-line: none;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
a:hover {
  cursor: pointer;
  opacity: 0.6;
  transition: 0.3s all;
}

h2 {
  text-align: center;
  font-size: 9.33vw;
}
.l h2 {
  font-size: 52px;
}
.ttl-area {
  position: relative;
}
.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.underline {
  font-size: 3.73vw;
  font-weight: 700;
  border-bottom: 1px solid #383838;
}
.l .underline {
  font-size: 24px;
}
._errortext {
  margin-top: -1%;
  font-size: 2.8vw;
  color: #ff1a1a;
}
.l ._errortext {
  font-size: 17px;
  margin-top: -16px;
}
/* コンテンツの箱 */
.sec-box {
  padding-top: 8%;
  filter: drop-shadow(0px 3px 7px rgba(0, 0, 0, 0.1));
}
.sec-box-ttl {
  position: relative;
  width: 100%;
  padding: 3.3% 0 3.5%;
  background-color: #3ac4f6;
  text-align: center;
  font-size: 4.26vw;
  color: #fff;
}
.l .sec-box-ttl {
  padding: 22px 0 23px;
  font-size: 26px;
}
.box-content {
  display: flex;
  flex-direction: column;
  gap: 5.3vw;
  padding: 2% 0 5.6%;
  background-color: #fff;
}
.l .box-content {
  gap: 10px;
  padding: 40px 0 49px;
  background-color: #fff;
}
/* PC、SP */
.pc {
  display: none;
}
.l .pc {
  display: block;
}
.sp {
  display: block;
}
.l .sp {
  display: none;
}

/* ローディング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 999;
  display: none;
  background-color: #fff;
}
.loadingIcon {
  --uib-size: 50px;
  --uib-color: #3ac4f6;
  --uib-speed: 2s;
  --uib-bg-opacity: 0;
  height: var(--uib-size);
  width: var(--uib-size);
  transform-origin: center;
  animation: rotate var(--uib-speed) linear infinite;
  will-change: transform;
  overflow: visible;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.loadingTrack {
  fill: none;
  stroke: var(--uib-color);
  opacity: var(--uib-bg-opacity);
  transition: stroke 0.5s ease;
}
.loadingCar {
  fill: none;
  stroke: var(--uib-color);
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  stroke-linecap: round;
  animation: stretch calc(var(--uib-speed) * 0.75) ease-in-out infinite;
  will-change: stroke-dasharray, stroke-dashoffset;
  transition: stroke 0.5s ease;
}
@keyframes rotate {
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes stretch {
  0% {
    stroke-dasharray: 0, 150;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 75, 150;
    stroke-dashoffset: -25;
  }
  100% {
    stroke-dashoffset: -100;
  }
}

/* mv */
.l .mv {
  position: relative;
}
.l .mv-btn {
  max-width: 360px;
  width: 25%;
  position: absolute;
  top: 82%;
  left: 50%;
  transform: translateX(-50%);
}

/* リード部分 */
.lead {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 5.6vw;
  padding: 5% 0 16%;
  background-color: #f8fffd;
}
.lead-box {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2.93vw;
  margin: 0 4.6% 0;
  padding: 3% 0 4.3%;
  backdrop-filter: blur(5px);
  background-color: rgba(255, 255, 255, 0.8);
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.1));
  border-radius: 3px;
  font-size: 4.8vw;
  z-index: 2;
}
.box-ttl {
  width: fit-content;
  margin: 0 auto;
  padding: 0% 3.3% 0.5%;
  background-color: #3ac4f6;
  border-radius: 5px;
  font-weight: 600;
  color: #fff;
}
.box-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.93vw;
  font-weight: 600;
  line-height: 1;
}
.box-period {
  display: flex;
  flex-direction: column;
}
.box-date {
  display: flex;
  align-items: baseline;
  gap: 1.3vw;
}
.l .box-date {
  gap: 5px;
}
.box-num {
  font-size: 7.46vw;
  font-weight: bold;
}
.box-arrow {
  width: 5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.lead-deco {
  position: absolute;
  top: -10%;
  left: 89%;
  width: 16.2%;
}
.lead .lead-box:nth-child(2) .lead-deco {
  position: absolute;
  top: -10%;
  left: -4%;
}
.lead .c-btn {
  z-index: 2;
  padding-top: 2%;
}
.lead-bg-deco {
  position: absolute;
  z-index: 1;
}
.lead .lead-bg-deco01 {
  width: 17.6%;
  top: 2.5%;
  left: 13%;
}
.lead .lead-bg-deco02 {
  width: 31%;
  top: 17%;
  left: 69%;
}
.lead .lead-bg-deco03 {
  width: 42%;
  top: 17%;
  left: 0%;
}
.lead .lead-bg-deco04 {
  width: 18%;
  top: 54%;
  left: 0%;
}
.lead .lead-bg-deco05 {
  width: 15%;
  top: 60%;
  left: 85%;
}
.lead .lead-bg-deco06 {
  width: 18%;
  top: 81%;
  left: 0%;
}

/* sec01 */
.sec01-bg {
  background-image: url(../images/sec-bg01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.ttl-deco01 {
  width: 33%;
  position: absolute;
  top: -86%;
  left: 72%;
}
.l .ttl-deco01 {
  width: 217px;
  position: absolute;
  top: -86%;
  left: 68%;
}
.ttl-deco02 {
  width: 25.3%;
  position: absolute;
  top: -37%;
  left: 19%;
}
.l .ttl-deco02 {
  width: 132px;
  position: absolute;
  top: -41%;
  left: 26%;
}
/* 手順 */
.sec01-list {
  display: flex;
  flex-direction: column;
  gap: 10.6vw;
  padding-top: 11.5%;
}
.l .sec01-list {
  gap: 80px;
  padding-top: 60px;
}
.sec01-list-item {
  position: relative;
  padding: 6.5% 4.3% 8%;
  background-color: #fff;
  border-radius: 3px;
  filter: drop-shadow(0px 1px 8px rgba(0, 0, 0, 0.1));
  font-size: 3.7vw;
}
.l .sec01-list-item {
  padding: 40px 0 50px;
  font-size: 32px;
}
.sec01-list .sec01-list-item:nth-child(2) {
  padding: 8% 7% 8% 12%;
}
.l .sec01-list .sec01-list-item:nth-child(2) {
  padding: 50px 47px 50px 97px;
}
.sec01-list .sec01-list-item:nth-child(3) {
  padding: 8% 1% 8% 12%;
}
.l .sec01-list .sec01-list-item:nth-child(3) {
  padding: 50px 100px 50px 70px;
}
.sec01-list .sec01-list-item:nth-child(4) {
  padding: 8% 10% 8% 15%;
}
.l .sec01-list .sec01-list-item:nth-child(4) {
  padding: 50px 75px 50px 95px;
}
.item-num-img {
  width: 15.9%;
  position: absolute;
  top: -5%;
  left: -3%;
}
.l .item-num-img {
  width: 99px;
}
.sec01-list .sec01-list-item:nth-child(2) .item-num-img,
.sec01-list .sec01-list-item:nth-child(3) .item-num-img,
.sec01-list .sec01-list-item:nth-child(4) .item-num-img {
  position: absolute;
  top: -18%;
  left: -3%;
}
.sec01-list-item p {
  letter-spacing: -0.8px;
}
.item-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
}
.l .item-ttl {
  gap: 33px;
}
.sec01-list .sec01-list-item:nth-child(2) .item-ttl {
  gap: 2.66vw;
}
.l .sec01-list .sec01-list-item:nth-child(2) .item-ttl {
  gap: 23px;
}
.item-icon {
  width: 13%;
}
.l .item-icon {
  width: 78px;
}
.sec01-list .sec01-list-item:nth-child(2) .item-icon {
  width: 20.7%;
}
.l .sec01-list .sec01-list-item:nth-child(2) .item-icon {
  width: 86px;
}
.sec01-list .sec01-list-item:nth-child(4) .item-icon {
  width: 16%;
}
.l .sec01-list .sec01-list-item:nth-child(4) .item-icon {
  width: 67px;
}
.item-ttl-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
}
.l .item-ttl-text {
  gap: 8px;
  font-size: 24px;
}
.sec01-list-item h3 {
  font-size: 5.3vw;
  color: #3ac4f6;
}
.l .sec01-list-item h3 {
  font-size: 32px;
}
.item-text-small {
  font-size: 3vw;
}
.l .item-text-small {
  font-size: 20px;
}
.item-infoText {
  font-size: 2.4vw;
  text-align: center;
}
.l .item-infoText {
  font-size: 14px;
  text-align: center;
}

.sec01 .item-infoText {
  margin-top: 2%;
}
.sec01-list-item .item-infoText {
  margin-right: 8%;
}

/* １だけ */
.l .item-flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 22px;
}
.item-img {
  width: 70.6%;
  margin: 0 auto;
  padding-top: 5%;
}
.l .item-img {
  width: 250px;
  margin: 0;
  padding-top: 36px;
}
.item-product {
  display: flex;
  align-items: center;
  gap: 1.3vw;
  padding-top: 5%;
}
.l .item-product {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
  padding-top: 0;
}
.item-product-ttl {
  width: fit-content;
  padding: 2.5% 3% 3% 3%;
  background-color: #26cfff;
  font-size: 3.46vw;
  color: #fff;
}
.l .item-product-ttl {
  width: fit-content;
  padding: 5px 20px;
  background-color: #26cfff;
  font-size: 20px;
  color: #fff;
}

/* sec-bg */
.sec-bg {
  background-image: url(../images/sec-bg02.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
/* sec02 */
.sec02 .ttl-area .ttl-deco01 {
  width: 38.5%;
  position: absolute;
  top: -59%;
  left: -7%;
}
.l .sec02 .ttl-area .ttl-deco01 {
  width: 290px;
  position: absolute;
  top: -61%;
  left: -13%;
}
.sec02 .ttl-area .ttl-deco02 {
  width: 19%;
  position: absolute;
  top: -39%;
  left: 27%;
}
.l .sec02 .ttl-area .ttl-deco02 {
  width: 95px;
  position: absolute;
  top: -39%;
  left: 33%;
}
.sec02-img {
  width: 100%;
  position: relative;
  z-index: 1;
  padding-top: 3%;
}
.l .sec02-img {
  padding-top: 14px;
}
.sec-box02 {
  padding-top: 15.4%;
}
.l .sec-box02 {
  padding-top: 90px;
}
.sec-box02 .box-content {
  padding: 2% 4.5% 4.6%;
  font-size: 3.2vw;
  display: none;
}
.l .sec-box02 .box-content {
  font-size: 20px;
}
.box-content-img {
  width: 73%;
  margin: 0 auto;
}
.box-content p {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
}
.box-content-text {
  display: flex;
  flex-direction: column;
  gap: 1vw;
  padding: 0 4.5%;
  font-size: 3.2vw;
  line-height: 1.5;
  letter-spacing: -1px;
}
.box-content-text a {
  display: inline-block;
  color: #3ac4f6;
}
.link-color {
  color: #3ac4f6;
}

.l .box-content-text a {
  padding-left: 22px;
}
.l .box-content-text {
  gap: 12px;
  padding: 0 52px 0 39px;
  font-size: 20px;
}
.box-content-ttl {
  padding-top: 5%;
}
.sec02 .c-btn {
  padding-top: 8%;
}
.l .sec02 .c-btn {
  padding-top: 45px;
}
.box-icon {
  width: 6.66vw;
  height: 6.66vw;
  border: 2px solid #fff;
  border-radius: 9999px;
  position: absolute;
  top: 24%;
  right: 7%;
  transition: 0.5s;
}
.l .box-icon {
  top: 30%;
  width: 35px;
  height: 35px;
}
.box-icon span {
  display: block;
  border-radius: 9999px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  transition: 0.3s;
}
.box-icon span:nth-child(1) {
  width: 0.53vw;
  height: 3.46vw;
}
.l .box-icon span:nth-child(1) {
  width: 18px;
  height: 2px;
}
.box-icon span:nth-child(2) {
  width: 3.46vw;
  height: 0.53vw;
}
.l .box-icon span:nth-child(2) {
  width: 2px;
  height: 18px;
}
.sec-box-ttl._active .box-icon span:nth-child(1) {
  width: 0.53vw;
  height: 3.46vw;
}
.l .sec-box-ttl._active .box-icon span:nth-child(1) {
  width: 2px;
  height: 18px;
}
.sec-box-ttl._active .box-icon span:nth-child(2) {
  width: 0.53vw;
  height: 3.46vw;
}
.l .sec-box-ttl._active .box-icon span:nth-child(2) {
  width: 0px;
  height: 2px;
}
.sec-box-ttl._active .box-icon {
  rotate: 90deg;
}

/* enquiry */
.enquiry {
  padding-bottom: 38.5%;
  padding-left: 0;
  padding-right: 0;
}
.l .enquiry {
  max-width: none;
  width: 100%;
  padding: 30px 0 79px;
}
.l .enquiry .ttl-area {
  max-width: 760px;
  margin: 0 auto;
  position: relative;
}
.enquiry .ttl-area .ttl-deco01 {
  width: 22%;
  position: absolute;
  top: -84%;
  left: 78%;
}
.l .enquiry .ttl-area .ttl-deco01 {
  width: 190px;
  top: -96%;
  left: 76%;
}
.enquiry .ttl-area .ttl-deco02 {
  width: 19%;
  position: absolute;
  top: -29%;
  left: 9%;
}
.l .enquiry .ttl-area .ttl-deco02 {
  width: 135px;
  top: -44%;
  left: 18%;
}
.enquiry-box {
  margin-top: 5.7%;
  padding: 6.7% 5% 7%;
  background-color: #fff;
}
.l .enquiry-box {
  margin-top: 35px;
  padding: 55px 0 42px;
}
.enquiry-mail {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 6.13vw;
  font-weight: bold;
}
.l .enquiry-mail {
  gap: 15px;
  font-size: 40px;
}
.enquiry-mail a {
  color: #383838;
}
.mail-icon {
  width: 12%;
}
.l .mail-icon {
  width: 70px;
}
.mail-date,
.mail-time {
  display: flex;
  align-items: center;
  gap: 2.66vw;
  font-size: 3.73vw;
  line-height: 1.5;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
}
.l .mail-date,
.l .mail-time {
  justify-content: center;
  gap: 18px;
  font-size: 22px;
  line-height: 1.5;
  text-align: left;
}
.mail-date {
  padding-top: 5.5%;
}
.l .mail-date {
  padding-top: 29px;
}
.mail-time {
  padding-top: 2%;
}
.l .mail-time {
  padding-top: 15px;
  padding-left: 41px;
}
.mail-time-small {
  font-size: 3.2vw;
  letter-spacing: -1.3px;
}
.l .mail-time-small {
  font-size: 21px;
  letter-spacing: -1.3px;
}

/* footer */
footer {
  border-top: 0.7vw solid #3ac4f6;
  padding: 5% 4% 3%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
}
.l footer {
  border-top: 4px solid #3ac4f6;
  padding: 33px 0 32px;
}
.link-list {
  display: flex;
  justify-content: space-between;
  gap: 5.33vw;
}
.l .link-list {
  justify-content: center;
  gap: 70px;
}
.link-list-item {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1.33vw;
}
.l .link-list-item {
  gap: 14px;
}
.link-list-item a {
  font-size: 3.46vw;
  color: #26cfff;
}
.l .link-list-item a {
  font-size: 22px;
}
.link-list-item:nth-child(2) .link-arrow-icon {
  width: 4%;
}
.link-arrow-icon {
  width: 6%;
}
.l .link-arrow-icon {
  width: 13px;
}
.copy {
  font-size: 2.93vw;
  padding-top: 4.53vw;
  text-align: center;
}
.l .copy {
  font-size: 14px;
  padding-top: 37px;
}

/* enquete.htmlとupload.html共通部分 */
.container {
  min-height: 100vh;
  background-image: url(../images/sec-bg01.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.enquete,
.confirm {
  max-width: 768px;
  margin: 0 auto;
}
/* .enquete {
  display: none;
} */
.confirm,
.completed {
  display: none;
}
.enquete,
.confirm,
.uploadInfo,
.upload {
  padding: 13% 5.4% 23.5%;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
}
.l .enquete,
.l .confirm,
.l .uploadInfo,
.l .upload {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
  padding: 88px 20px 122px;
}
.confirm {
  padding-bottom: 16.6%;
}
.enquete .ttl-area h2,
.confirm .ttl-area h2 {
  font-family: "Noto Serif JP", serif;
}
.enquete .ttl-area p,
.confirm .ttl-area p,
.uploadInfo .ttl-area p,
.upload .ttl-area p {
  padding-top: 2%;
  text-align: center;
  font-size: 3.46vw;
  font-weight: 700;
}
.l .enquete .ttl-area p,
.l .confirm .ttl-area p,
.l .uploadInfo .ttl-area p,
.l .upload .ttl-area p {
  padding-top: 30px;
  font-size: 22px;
}
.l .enquete .ttl-area p,
.l .confirm .ttl-area p {
  padding-top: 20px;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}
.enquete .ttl-deco01,
.confirm .ttl-deco01,
.uploadInfo .ttl-deco01 {
  width: 29.4%;
  top: -72%;
  left: 76.5%;
}
.l .enquete .ttl-deco01,
.l .confirm .ttl-deco01 {
  width: 217px;
  top: -46%;
  left: 73%;
}
.l .uploadInfo .ttl-deco01 {
  max-width: 222px;
  width: 20%;
  left: 82%;
  top: -33%;
}
.enquete .ttl-deco02,
.confirm .ttl-deco02 {
  width: 21%;
  top: -28%;
  left: 9%;
}
.l .enquete .ttl-deco02,
.l .confirm .ttl-deco02 {
  width: 115px;
  top: -34%;
  left: 20%;
}
.l .uploadInfo-list-img,
.l .upload-img {
  width: 470px;
  margin: 0 auto;
}

/* enquete.html */

/* 箱の中身 */
section.enquete .sec-box:nth-of-type(2) .box-content {
  display: flex;
  flex-direction: unset;
  flex-wrap: nowrap;
  gap: 4vw;
  padding: 4% 6% 4%;
  border-radius: 0 0 0.8vw 0.8vw;
}
.section.enquete .sec-box:nth-of-type(3) .box-content {
  padding: 4% 6% 2%;
}
.l section.enquete .sec-box:nth-of-type(2) .box-content {
  gap: 24px;
  padding: 25px 73px 22px;
  border-radius: 0 0 5px 5px;
}
.l section.enquete .sec-box:nth-of-type(3) .box-content {
  padding: 25px 73px 12px;
}
.enquete .box-content {
  display: flex;
  flex-direction: unset;
  flex-wrap: wrap;
  gap: 4vw;
  padding: 5% 6% 5%;
  border-radius: 0 0 0.8vw 0.8vw;
}
.l .enquete .box-content {
  gap: 24px;
  padding: 27px 73px 30px;
  border-radius: 0 0 5px 5px;
}
.enquete .sec-box-ttl {
  padding: 3% 1% 3% 4.5%;
  border-radius: 0.8vw 0.8vw 0 0;
  text-align: left;
}
.l .enquete .sec-box-ttl {
  padding: 21px 31px 21px 32px;
  border-radius: 5px 5px 0 0;
  text-align: left;
  font-size: 24px;
}
.question-left {
  display: flex;
  align-items: center;
  gap: 1.2vw;
}
.l .question-left {
  gap: 0px;
}
.question-num {
  font-size: 4.53vw;
  flex-shrink: 0;
}
.l .question-num {
  font-size: 26px;
}
.question-text {
  font-size: 4.2vw;
}
.l .question-text {
  font-size: 24px;
}
.required {
  color: #ff1a1a;
  font-size: 2.8vw;
  margin-left: 0.5vw;
  white-space: nowrap;
}
.l .required {
  font-size: 14px;
  margin-left: 15px;
}
.l .question-left .required {
  white-space: wrap;
  margin-left: -2px;
}
.l section.enquete .sec-box:nth-of-type(2) .box-content ._errortext,
.l section.enquete .sec-box:nth-of-type(5) .box-content ._errortext {
  margin-top: -7px;
}
/* 選択ボタンとテキスト入力 */
label.text-column {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1.3vw;
}
.l label.text-column {
  gap: 13px;
}
label.choiceBtn {
  width: 47%;
  display: flex;
  align-items: center;
  gap: 1.3vw;
  outline: 0.53vw solid rgba(204, 204, 204, 0.6);
  border-radius: 1.06vw;
  padding: 4% 3% 4.8% 4.2%;
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.l label.choiceBtn {
  width: 48%;
  gap: 9px;
  outline: 2px solid rgba(204, 204, 204, 0.6);
  border-radius: 8px;
  padding: 22px 14px 26px 19px;
}
.l section.enquete .sec-box:nth-of-type(4) .box-content label.choiceBtn {
  width: 30%;
}
.empty-space {
  width: 47%;
}
.l .empty-space {
  width: 48%;
}
.sec-box input[type="radio"],
.sec-box input[type="checkbox"] {
  position: relative;
  flex-shrink: 0;
  width: 4.8vw;
  height: 4.8vw;
  background-color: #ccc;
  border-radius: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.l .sec-box input[type="radio"],
.l .sec-box input[type="checkbox"] {
  width: 28px;
  height: 28px;
}
.sec-box input[type="radio"]::before,
.sec-box input[type="checkbox"]::before {
  display: inline-block;
  content: "";
  width: 2.4vw;
  height: 2.4vw;
  margin: 0;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}
.l .sec-box input[type="radio"]::before,
.l .sec-box input[type="checkbox"]::before {
  width: 14px;
  height: 14px;
}
.sec-box input::placeholder {
  color: #ccc;
}
.category,
.box-item {
  font-size: 3.5vw;
  font-weight: 600;
}
.l .category {
  font-size: 22px;
}
.mailInfo {
  padding-left: 2%;
  font-size: 2.93vw;
  font-weight: 500;
}
.l .mailInfo {
  padding-left: 2%;
  font-size: 17px;
}
.l .box-item {
  font-size: 20px;
}
.item-smallfont {
  font-size: 3.06vw;
  letter-spacing: -1.3px;
}
input.textarea {
  width: 100%;
  outline: none;
  border: 0.53vw solid #cccccc;
  border-radius: 0.53vw;
  padding: 2.5% 3% 3%;
  font-size: 3.2vw;
}
.l input.textarea {
  border: 2px solid #cccccc;
  border-radius: 4px;
  padding: 8px 10px 12px 10px;
  font-size: 19px;
}
.box-mailText {
  font-size: 2.93vw;
  letter-spacing: -0.5px;
}
.l .box-mailText {
  font-size: 17px;
}
label.other {
  width: 100%;
  flex-direction: column;
  align-items: flex-start;
}
.l label.other {
  width: 100%;
}
.checkbox-row {
  display: flex;
  align-items: center;
  gap: 1.3vw;
}
._text {
  width: 100%;
  border: none;
  outline: none;
  border-bottom: 1px solid #ccc;
  font-size: 3.2vw;
}
.l ._text {
  width: 70%;
  border-bottom: 2px solid #ccc;
  font-size: 19px;
}

/* セレクト */
.box-content-select {
  position: relative;
  width: 100%;
}
.ageSelect {
  width: 100%;
  padding: 4% 4% 4.8% 4%;
  border: 0;
  outline: 0.53vw solid rgba(204, 204, 204, 0.6);
  -webkit-appearance: none;
  appearance: none;
  font-size: 3.2vw;
}
.l .ageSelect {
  padding: 22px 20px 26px 20px;
  outline: 2px solid rgba(204, 204, 204, 0.6);
  font-size: 19px;
}
select:invalid {
  color: #ccc;
}
select option:first-child {
  color: #ccc;
}
select option {
  color: #383838;
}
.box-content-select::after {
  content: "";
  position: absolute;
  top: 44%;
  right: 5%;
  width: 2.5vw;
  height: 2.5vw;
  border-right: 2px solid #333;
  border-bottom: 2px solid #333;
  transform: rotate(45deg);
  translate: 0 -50%;
}
.l .box-content-select::after {
  width: 20px;
  height: 20px;
  border-right: 5px solid #333;
  border-bottom: 5px solid #333;
  border-radius: 13%;
}
section.enquete .sec-box:nth-of-type(3) .box-content {
  padding-bottom: 3%;
}

/* ラジオボタン押した後 */
.sec-box label:has(input[type="radio"]:checked),
.sec-box label:has(input[type="checkbox"]:checked) {
  outline: 2px solid #fff;
  color: #fff;
  background-color: #3ac4f6;
  box-shadow: 0px 5px 3px rgba(0, 0, 0, 0.2);
  border: none;
}
.l .sec-box label:has(input[type="radio"]:checked),
.l .sec-box label:has(input[type="checkbox"]:checked) {
  outline: 4px solid #fff;
  box-shadow: 0px 7px 6px rgba(0, 0, 0, 0.2);
}
.sec-box input[type="radio"]:checked,
.sec-box input[type="checkbox"]:checked {
  background-color: #fff;
  outline: 1px solid #fdc62f;
}
.l .sec-box input[type="radio"]:checked,
.l .sec-box input[type="checkbox"]:checked {
  outline: 2px solid #fdc62f;
}
.sec-box input[type="radio"]:checked::before,
.sec-box input[type="checkbox"]:checked::before {
  background-color: #fdc62f;
}
/* ボタン */
.enquete .c-btn {
  background-image: url(../images/btn-bg01.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 8.5%;
  padding: 5% 0;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5.33vw;
}
.l .enquete .c-btn {
  padding: 25px 0;
  font-size: 30px;
}

/* 応募確認 */
section.confirm .box-content {
  padding: 6% 3% 13%;
}
.l section.confirm .box-content {
  padding: 52px 65px 88px;
}
.apply-list .apply-list-item:first-child {
  padding-top: 0;
}
.apply-list-item {
  border-bottom: 1px solid #ccc;
  padding: 5.2% 0 4.2% 2%;
}
.l .apply-list-item {
  padding: 35px 0 30px 10px;
}
.category-item {
  font-size: 3.2vw;
  line-height: 1.7;
}
.l .category-item {
  font-size: 20px;
  padding-top: 10px;
}
.category-name-flex {
  display: flex;
  gap: 1.5vw;
}
.l .category-name-flex {
  gap: 8px;
}
.btn-flex {
  display: flex;
  flex-direction: column;
  gap: 4.26vw;
}
.l .btn-flex {
  display: flex;
  flex-direction: unset;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 28px;
}
.l .btn-flex .c-btn {
  width: 320px;
  margin: 0;
}

/* 応募完了 */
.completed {
  min-height: 40vh;
  padding: 25% 0 3%;
}
.l .completed {
  padding: 60px 0 30px;
}
.completed-bg {
  position: relative;
}
.bg-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}
.completed-textTtl {
  position: relative;
  z-index: 1;
}
.l .completed-textTtl {
  width: 535px;
  margin: 0 auto;
}
.completed-text {
  padding-top: 4%;
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-size: 4.26vw;
  text-align: center;
}
.l .completed-text {
  padding-top: 33px;
  font-size: 22px;
}
.completed-text_red {
  font-family: "Noto Sans JP";
  font-weight: 500;
  font-style: normal;
  font-size: 4.26vw;
  color: #ff1a1a;
  text-align: center;
}
.l .completed-text_red {
  font-size: 22px;
}
.completed .c-btn {
  padding-top: 12%;
  width: 72.3%;
}
.l .completed .c-btn {
  padding-top: 80px;
  width: 100%;
}

/* upload.html */
/* .uploadInfo {
  display: none;
} */
.uploadInfo .ttl-area h2,
.upload .ttl-area h2 {
  font-size: 8vw;
  font-family: "Noto Serif JP", serif;
}
.l .uploadInfo .ttl-area h2,
.l .upload .ttl-area h2 {
  font-size: 52px;
}
.uploadInfo .ttl-deco02,
.upload .ttl-deco02 {
  width: 25.2%;
  top: -33%;
  left: -3%;
}
.l .uploadInfo .ttl-deco02,
.l .upload .ttl-deco02 {
  width: 130px;
  top: -21%;
  left: 9%;
}
.uploadInfo-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10.2% 0 7.5%;
  font-size: 3.46vw;
  font-weight: 700;
}
.l .uploadInfo-ttl {
  padding: 65px 0 40px;
  font-size: 26px;
}
.uploadInfo-ttl:before,
.uploadInfo-ttl:after {
  border-top: 0.6vw solid #383838;
  content: "";
  width: 28%;
}
.l .uploadInfo-ttl:before,
.l .uploadInfo-ttl:after {
  border-top: 2px solid #383838;
  width: 30%;
}
.uploadInfo-ttl:before {
  margin-right: 3%;
}
.uploadInfo-ttl:after {
  margin-left: 3%;
}

/* 撮影手順 */
.uploadInfo-list {
  display: flex;
  flex-direction: column;
  gap: 5.33vw;
}
.uploadInfo-list-item {
  display: flex;
  flex-direction: column;
  gap: 3.46vw;
  padding: 5.3% 6% 9%;
  background-color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
.l .uploadInfo-list-item {
  gap: 17px;
  padding: 44px 0 54px;
  background-color: #fff;
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.1));
}
.uploadInfo-list-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2.66vw;
  font-size: 4.8vw;
  font-weight: 600;
  color: #3ac4f6;
}
.l .uploadInfo-list-ttl {
  gap: 13px;
  font-size: 30px;
}
.uploadInfo-list-step {
  width: 15%;
}
.l .uploadInfo-list-step {
  width: 82px;
}
.uploadInfo-list-text {
  font-size: 3.46vw;
  text-align: center;
  line-height: 1.8;
}
.l .uploadInfo-list-text {
  font-size: 22px;
}
.uploadInfo-list-item:nth-child(2) .uploadInfo-list-img {
  padding-top: 2.7%;
}
.l .uploadInfo-list-item:nth-child(2) .uploadInfo-list-img {
  padding-top: 10px;
}
.uploadInfo .c-btn {
  max-width: 540px;
  width: 81%;
  margin-top: 10%;
}
.l .uploadInfo .c-btn {
  max-width: 360px;
  width: 100%;
  margin-top: 35px;
}

/* 撮影するボタンクリック後（Android） モーダル*/
.androidModal {
  font-family: "Noto Sans JP";
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
}
.androidModal .modal-content {
  background: #fff;
  padding: 30px 11px;
  border-radius: 8px;
  max-width: 352px;
  margin: 80px auto 0 auto;
  text-align: center;
}
.l .androidModal .modal-content {
  margin: 60px auto 0 auto;
}
.modal-text {
  font-size: 16px;
}
.androidModal button {
  font-size: 16px;
  margin: 26px 10px 0;
}

/* upload */
.upload {
  display: none;
  padding-bottom: 14%;
}
.upload .ttl-area h2 {
  letter-spacing: -1px;
}
.upload .ttl-deco01 {
  width: 30%;
  top: -77%;
  left: 76%;
}
.l .upload .ttl-deco01 {
  width: 225px;
  top: -45%;
  left: 81%;
}
.upload .sec-box {
  padding-top: 6%;
}
.upload .sec-box-ttl {
  border-radius: 0.8vw 0.8vw 0 0;
}
.upload .box-content {
  padding: 5% 6% 15.3%;
}
.l .upload .box-content {
  padding: 52px 0 54px;
}
.upload .box-content p {
  font-size: 3.46vw;
  text-align: center;
  font-weight: 400;
  letter-spacing: -1px;
  line-height: 1.7;
}
.l .upload .box-content p {
  font-size: 22px;
}
.upload .underline {
  font-weight: 400;
}
.upload-img {
  width: 100%;
}
.upload .upload-btn {
  background-image: url(../images/btn-bg02.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-top: 3.5%;
  padding: 4% 0 5%;
  color: #fff;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 5vw;
}
.l .upload .upload-btn {
  max-width: 360px;
  width: 100%;
  margin-top: 10px;
  padding: 22px 0 26px;
  font-size: 28px;
}
.upload .sec-box .c-btn:nth-of-type(2) {
  margin-top: 6%;
}
.l .upload .sec-box .c-btn:nth-of-type(2) {
  margin-top: 10px;
}

/* completion */
.completion {
  display: none;
  padding: 0 0 20.9%;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
}
.l .completion {
  padding: 0 0 58px;
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-style: normal;
}
.completion-text {
  padding: 4.3% 6% 0;
  text-align: center;
  font-size: 4vw;
  font-weight: 600;
}
.l .completion-text {
  padding: 26px 0 30px;
  font-size: 24px;
}
.completion .enquiry {
  padding-top: 25%;
  padding-bottom: 0;
}
.l .completion .enquiry {
  padding-top: 125px;
}
.completion .ttl-area h2,
.completion .enquiry-mail a {
  font-family: "Noto Serif JP", serif;
}
