@charset "UTF-8";
/*
Theme Name: 第1回 靴デザインコンペティション2025
*/
/* ----------------------------- リセット */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, var, b, i,
dl dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
}

/*body{line-height:1;}*/
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  vertical-align: top;
  /*font-size:0;*/
  line-height: 0;
}

sup {
  font-size: 8px;
}

em {
  font-style: normal;
}

/* ----------------------------- 全体 */
html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", YuGothic, "游ゴシック体", "Yu Gothic Medium", "游ゴシック Medium", "Yu Gothic", "游ゴシック", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.875;
  letter-spacing: 0.02em;
  color: #222;
  background-color: #fff;
  position: relative;
  -webkit-text-size-adjust: 100%;
  min-width: 1280px;
  word-break: break-all;
}
body br {
  font-family: sans-serif;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::-placeholder {
  color: #ccc;
}

a {
  color: #222;
  text-decoration: none;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
  -ms-filter: "alpha(opacity=70)";
  filter: alpha(opacity=70);
}

img {
  max-width: 100%;
  height: auto;
}

em {
  font-weight: 500;
}

.c-wrap {
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__890 {
  max-width: 890px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__1100 {
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.c-wrap__1400 {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.c-btn1 {
  margin-bottom: 20px;
}
.c-btn1.mt {
  margin-top: 20px;
  margin-bottom: 0;
}
.c-btn1 a {
  max-width: 440px;
  color: #fff;
  text-align: center;
  background: #E65537;
  border-radius: 80px;
  font-weight: 700;
  padding: 20px;
  letter-spacing: 0.06em;
  display: block;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.c-btn1 a.alt {
  background: #fff;
  border: 2px solid #E65537;
  color: #E65537;
  padding-top: 18px;
  padding-bottom: 18px;
}
.c-btn1 span {
  display: block;
  background: url(../img/arrow_1.svg) no-repeat right center;
  background-size: 23px auto;
  padding-right: 30px;
}

.u-col__red {
  color: #DC000C;
}

@media screen and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}
.l-opencampus {
  position: fixed;
  right: 10px;
  bottom: 60px;
  z-index: 999;
  border-radius: 100%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.39);
}

/*=======================================
LP
=========================================*/
.p-atcompe__header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999;
  pointer-events: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.p-atcompe__header .logo a {
  display: inline-block;
  padding: 15px;
  pointer-events: auto;
}
.p-atcompe__header .logo img {
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(1px 1px 0 #fff);
}
.p-atcompe__header .menu {
  pointer-events: auto;
  cursor: pointer;
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #32aba4;
}
.p-atcompe__header .menu span {
  display: block;
  width: 30px;
  height: 2px;
  background: #fff;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-atcompe__header .menu span:before, .p-atcompe__header .menu span:after {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.p-atcompe__header .menu span:before {
  top: -10px;
}
.p-atcompe__header .menu span:after {
  bottom: -10px;
}
.p-atcompe__header .menu.is-open span {
  background: transparent;
}
.p-atcompe__header .menu.is-open span:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.p-atcompe__header .menu.is-open span:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.p-atcompe__nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  max-height: 100%;
  overflow: auto;
  padding: 100px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 899;
  background: rgba(255, 255, 255, 0.96);
}
.p-atcompe__nav ul {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}
.p-atcompe__nav li {
  border-bottom: 1px solid #009E96;
}
.p-atcompe__nav li a {
  display: block;
  color: #009E96;
  text-decoration: none;
  padding-top: 18px;
  padding-bottom: 18px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
.p-atcompe__kv {
  background: #009E96 url(../img/kv_img1.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 100px 30px 74px;
}
.p-atcompe__kv .logo {
  margin-bottom: 60px;
}
.p-atcompe__kv .logo img {
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(1px 1px 0 #fff);
}
.p-atcompe__lead {
  background: #FFF000;
  padding-top: 60px;
  padding-bottom: 80px;
}
.p-atcompe__lead .info {
  position: relative;
  display: flex;
}
.p-atcompe__lead .info + .block1 {
  margin-top: 80px;
  margin-bottom: 0;
}
.p-atcompe__lead .info dl {
  width: 24%;
  margin: 0;
  margin-left: 1.333%;
  border-radius: 20px;
  overflow: hidden;
}
.p-atcompe__lead .info dl:nth-child(4n+1) {
  margin-left: 0;
}
.p-atcompe__lead .info dt {
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  background: #009E96;
}
.p-atcompe__lead .info dd {
  background: #00706A;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100% - 36px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 20px;
}
.p-atcompe__lead .info dd .comcept {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  line-height: 1.53;
}
.p-atcompe__lead .info dd ul {
  margin-bottom: 15px;
  width: 100%;
}
.p-atcompe__lead .info dd li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  letter-spacing: -0.03em;
}
.p-atcompe__lead .info dd li .title {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  line-height: 1.5;
}
.p-atcompe__lead .info dd li .limit {
  line-height: 1.25;
}
.p-atcompe__lead .info dd .l {
  line-height: 1.25;
  padding-bottom: 15px;
}
.p-atcompe__lead .block1 {
  text-align: center;
  position: relative;
  margin-bottom: 100px;
}
.p-atcompe__lead .block1 .h {
  margin-bottom: 30px;
  color: #009E96;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 2.5;
  display: flex;
  flex-direction: column;
  align-items: center;
  letter-spacing: 0.1em;
}
.p-atcompe__lead .block1 .h strong {
  color: #fff;
  font-size: 30px;
  font-size: 3rem;
  background: #009E96;
  padding: 2px 15px;
  line-height: 1.5;
  font-weight: 700;
}
.p-atcompe__lead .block1 p {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  line-height: 1.875;
  margin-bottom: 10px;
}
.p-atcompe__lead .block1 p:last-child {
  margin-bottom: 0;
}
.p-atcompe__lead .block1 p strong {
  color: #009E96;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
}
.p-atcompe__lead .block1 p span {
  display: inline-block;
  background: #F08300;
  border-radius: 20px;
  padding: 20px;
}
.p-atcompe__lead .block1 p.center {
  text-align: center;
}
.p-atcompe__lead .block1 .img {
  position: absolute;
}
.p-atcompe__lead .block1 .img.img1 {
  top: -25px;
  right: 10px;
}
.p-atcompe__lead .block1 .img.img2 {
  bottom: -60px;
  left: 90px;
}
.p-atcompe__lead .block1.b2 .center {
  margin-top: 25px;
}
.p-atcompe__detail {
  background: #009E96;
  padding-top: 80px;
  padding-bottom: 60px;
}
.p-atcompe__detail .heading {
  margin-bottom: 30px;
  text-align: center;
}
.p-atcompe__detail .content {
  background: #fff;
  border-radius: 30px;
  padding: 50px 30px 80px;
}
.p-atcompe__detail .content .h {
  text-align: center;
  margin-bottom: 35px;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 900;
  letter-spacing: 0.1em;
  color: #009E96;
}
.p-atcompe__detail .theme {
  margin-bottom: 40px;
  border-radius: 20px;
  overflow: hidden;
}
.p-atcompe__detail .theme-heading {
  text-align: center;
  background: #009E96;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  font-weight: 900;
  padding: 10px;
}
.p-atcompe__detail .theme-content {
  background: #00706A;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-atcompe__detail .application {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p-atcompe__detail .application-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
  background: #009E96;
}
.p-atcompe__detail .application-content {
  border: 2px solid #009E96;
  border-radius: 0 0 20px 20px;
}
.p-atcompe__detail .application-content table {
  width: 100%;
}
.p-atcompe__detail .application-content th,
.p-atcompe__detail .application-content td {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  letter-spacing: 0.06em;
  border-bottom: 2px solid #009E96;
}
.p-atcompe__detail .application-content tr:last-child th,
.p-atcompe__detail .application-content tr:last-child td {
  border-bottom: 0;
}
.p-atcompe__detail .application-content tr:last-child th {
  border-radius: 0 0 0 20px;
}
.p-atcompe__detail .application-content th {
  vertical-align: middle;
  text-align: center;
  background: #ebfffe;
  color: #009E96;
  width: 300px;
}
.p-atcompe__detail .application-content td {
  width: calc(100% - 300px);
}
.p-atcompe__detail .application-content p {
  margin-bottom: 5px;
}
.p-atcompe__detail .application-content .list li {
  counter-increment: cnt;
  padding-left: 28px;
  position: relative;
  line-height: 1.7;
  margin-bottom: 2px;
}
.p-atcompe__detail .application-content .list li:last-child {
  margin-bottom: 0;
}
.p-atcompe__detail .application-content .list li:before {
  display: flex;
  align-items: center;
  justify-content: center;
  content: counter(cnt);
  line-height: 1;
  width: 20px;
  height: 20px;
  color: #fff;
  font-weight: 500;
  border-radius: 100%;
  background: #009E96;
  position: absolute;
  top: 4px;
  left: 0;
  letter-spacing: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-atcompe__detail .flow {
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.p-atcompe__detail .flow-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
  background: #009E96;
}
.p-atcompe__detail .flow-content {
  border: 2px solid #009E96;
  border-radius: 0 0 20px 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 60px;
}
.p-atcompe__detail .flow-content table {
  width: 100%;
}
.p-atcompe__detail .flow-content th,
.p-atcompe__detail .flow-content td {
  border-bottom: 2px solid #008F84;
  padding-top: 30px;
  padding-bottom: 30px;
  vertical-align: middle;
  text-align: left;
}
.p-atcompe__detail .flow-content th {
  width: 42%;
}
.p-atcompe__detail .flow-content th strong {
  display: block;
  background-position: left-center;
  background-repeat: no-repeat;
  background-size: 88px;
  padding-left: 120px;
  font-weight: 900;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  padding-top: 30px;
  padding-bottom: 30px;
  letter-spacing: 0.06em;
}
.p-atcompe__detail .flow-content th strong.step1 {
  background-image: url(../img/detail_icon1.svg);
}
.p-atcompe__detail .flow-content th strong.step2 {
  background-image: url(../img/detail_icon2.svg);
}
.p-atcompe__detail .flow-content th strong.step3 {
  background-image: url(../img/detail_icon3.svg);
}
.p-atcompe__detail .flow-content th strong.step4 {
  background-image: url(../img/detail_icon4.svg);
}
.p-atcompe__detail .flow-content th strong.step5 {
  background-image: url(../img/detail_icon5.svg);
}
.p-atcompe__detail .flow-content td {
  width: 58%;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-atcompe__detail .flow-content p {
  margin-bottom: 20px;
}
.p-atcompe__detail .flow-content p:last-child {
  margin-bottom: 0;
}
.p-atcompe__detail .flow-content p strong {
  font-weight: 500;
}
.p-atcompe__detail .flow-content p.t {
  color: #009E96;
  margin-bottom: 5px;
}
.p-atcompe__detail .flow-content p.t strong {
  font-weight: 700;
}
.p-atcompe__detail .flow-content p.t.u-col__red {
  margin-bottom: 10px;
  color: #DC000C;
}
.p-atcompe__detail .flow-content p.t.u-col__red strong {
  font-weight: 500;
}
.p-atcompe__detail .prize {
  border-radius: 20px;
  overflow: hidden;
}
.p-atcompe__detail .prize-heading {
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
  background: #F29600;
}
.p-atcompe__detail .prize-content {
  background: #FFFCCC;
  border: 2px solid #F29600;
  border-radius: 0 0 20px 20px;
  padding: 30px 20px 56px;
}
.p-atcompe__detail .prize-content dl {
  margin: 0 auto;
  max-width: 800px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid #DC000C;
  padding-bottom: 5px;
  margin-bottom: 20px;
  color: #DC000C;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-atcompe__detail .prize-content dl:before {
  display: block;
  flex: 1;
  content: "";
  order: 2;
  border-top: 3px dotted #DC000C;
  margin-left: 20px;
  margin-right: 20px;
}
.p-atcompe__detail .prize-content dt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  order: 1;
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 43px auto;
  padding-left: 55px;
  width: 500px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.p-atcompe__detail .prize-content dt.prize1 {
  background-image: url(../img/detail_icon_prize1.svg);
}
.p-atcompe__detail .prize-content dt.prize2 {
  background-image: url(../img/detail_icon_prize2.svg);
}
.p-atcompe__detail .prize-content dt strong {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
}
.p-atcompe__detail .prize-content dt span {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  display: inline-block;
  margin-left: 5px;
  vertical-align: 2px;
}
.p-atcompe__detail .prize-content dd {
  order: 3;
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: 900;
}
.p-atcompe__detail .prize-content .l {
  text-align: center;
  letter-spacing: 0.06em;
  color: #DC000C;
}
.p-atcompe__note {
  background: #009E96;
  padding-bottom: 80px;
}
.p-atcompe__note .note {
  margin-left: 30px;
  margin-right: 30px;
  border-radius: 20px;
  overflow: hidden;
}
.p-atcompe__note .note-heading {
  background: #00706A;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 10px;
}
.p-atcompe__note .note-content {
  background: rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  padding: 25px 100px;
  color: #fff;
}
.p-atcompe__note .note-content ul {
  list-style-type: disc;
}
.p-atcompe__note .note-content li {
  margin-bottom: 1px;
  letter-spacing: 0.06em;
}
.p-atcompe__note .note-content li:last-child {
  margin-bottom: 0;
}
.p-atcompe__note .contact {
  border-radius: 30px;
  border: 2px solid #00706A;
  overflow: hidden;
}
.p-atcompe__note .contact dl {
  margin: 0;
  display: flex;
  letter-spacing: 0.06em;
}
.p-atcompe__note .contact dt {
  background: #D9F5F3;
  color: #00706A;
  width: 300px;
  padding: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-atcompe__note .contact dd {
  width: calc(100% - 300px);
  padding: 30px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.p-atcompe__note .contact p {
  margin-right: 40px;
}
.p-atcompe__note .contact ul {
  flex: 1;
}
.p-atcompe__note .contact li {
  text-align: center;
  margin-bottom: 10px;
}
.p-atcompe__note .contact li:last-child {
  margin-bottom: 0;
}
.p-atcompe__note .contact li a {
  display: block;
  color: #009E96;
  border: 2px solid #009E96;
  text-decoration: none;
  font-weight: 700;
  border-radius: 40px;
  padding: 3px;
}

/*=======================================
フッター
=========================================*/
.l-footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
}
.l-footer .c-wrap__890 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.l-footer .logo {
  flex: 1;
}
.l-footer .logo dl {
  display: flex;
  margin: 0;
  margin-bottom: 15px;
}
.l-footer .logo dl:last-child {
  margin-bottom: 0;
}
.l-footer .logo dt {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-weight: 400;
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 110px;
}
.l-footer .logo dd {
  width: calc(100% - 130px);
}
.l-footer .logo dd img {
  filter: drop-shadow(-1px -1px 0 #fff) drop-shadow(-1px 0 0 #fff) drop-shadow(-1px 1px 0 #fff) drop-shadow(0 -1px 0 #fff) drop-shadow(0 1px 0 #fff) drop-shadow(1px -1px 0 #fff) drop-shadow(1px 0 0 #fff) drop-shadow(1px 1px 0 #fff);
}
.l-footer .logo li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 900;
}
.l-footer .logo .contact li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
}
.l-footer .txt1 {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.l-footer .txt1 p {
  background: #F08300;
  border-radius: 20px;
  margin-left: 10px;
  padding: 20px;
}
.l-footer .txt1 p.ds {
  background: #434c9e;
}
.l-footer .txt1 p img {
  vertical-align: top;
}

/* ----------------------------- タブレット（768～1024px） */
/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  body {
    min-width: initial;
  }

  .l-opencampus {
    right: 0;
    bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 5px;
  }

  .p-atcompe__header .logo a {
    padding: 10px;
  }
  .p-atcompe__header .logo img {
    width: 180px;
  }
  .p-atcompe__header .menu {
    width: 50px;
    height: 50px;
  }
  .p-atcompe__header .menu span {
    width: 20px;
  }
  .p-atcompe__header .menu span:before {
    top: -7px;
  }
  .p-atcompe__header .menu span:after {
    bottom: -7px;
  }
  .p-atcompe__nav {
    padding: 60px 0 80px;
  }
  .p-atcompe__nav li a {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .p-atcompe__kv {
    background-image: url(../img/kv_img1_sp.jpg);
    height: 100dvh;
    height: 100vh;
    padding-left: 0;
    padding-right: 0;
  }
  .p-atcompe__kv .logo {
    margin-bottom: 15vh;
  }
  .p-atcompe__kv .logo img {
    width: 150px;
  }
  .p-atcompe__lead {
    border-radius: 15px;
    padding-bottom: 30px;
    margin-top: -15px;
    margin-bottom: -15px;
    position: relative;
    z-index: 1;
  }
  .p-atcompe__lead .info {
    display: block;
    margin-top: -30px;
    margin-bottom: 25px;
  }
  .p-atcompe__lead .info + .block1 {
    margin-top: 25px;
  }
  .p-atcompe__lead .info dl {
    width: auto;
    margin-left: 0;
    margin-bottom: 10px;
    border-radius: 10px;
  }
  .p-atcompe__lead .info dl:last-child {
    margin-bottom: 0;
  }
  .p-atcompe__lead .info dt {
    font-size: 20px;
    font-size: 2rem;
  }
  .p-atcompe__lead .info dd {
    font-size: 25px;
    font-size: 2.5rem;
    height: auto;
    padding: 20px 10px 30px;
    text-align: center;
  }
  .p-atcompe__lead .info dd li {
    text-align: left;
  }
  .p-atcompe__lead .info dd li .title {
    font-size: 34px;
    font-size: 3.4rem;
  }
  .p-atcompe__lead .info dd li .limit {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-atcompe__lead .info dd .l {
    font-size: 15px;
    font-size: 1.5rem;
    text-align: left;
    padding-bottom: 0;
  }
  .p-atcompe__lead .block1 {
    text-align: left;
  }
  .p-atcompe__lead .block1 .h {
    font-size: 23px;
    font-size: 2.3rem;
    margin-bottom: 15px;
    align-items: flex-start;
    line-height: 1.5;
  }
  .p-atcompe__lead .block1 .h strong {
    font-size: 23px;
    font-size: 2.3rem;
    padding: 0;
    line-height: 2;
    background: none;
    text-decoration-line: underline;
    text-decoration-color: #009E96;
    text-decoration-style: solid;
    text-decoration-thickness: 37px;
    text-underline-offset: -29px;
    text-decoration-skip-ink: none;
  }
  .p-atcompe__lead .block1 p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.4;
    margin-bottom: 6px;
  }
  .p-atcompe__lead .block1 p strong {
    font-size: 23px;
    font-size: 2.3rem;
    line-height: 1.3;
  }
  .p-atcompe__lead .block1 .img.img1 {
    width: 150px;
    top: 17px;
    right: 0;
  }
  .p-atcompe__lead .block1 .img.img2 {
    position: static;
    width: 75px;
    margin-top: 17px;
  }
  .p-atcompe__lead .block1.b2 {
    text-align: center;
  }
  .p-atcompe__lead .block1.b2 p {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .p-atcompe__lead .block1.b2 p strong {
    font-size: 14px;
    font-size: 1.4rem;
    white-space: nowrap;
  }
  .p-atcompe__lead .block1.b2 .center {
    margin-top: 15px;
  }
  .p-atcompe__detail {
    padding-top: 55px;
    padding-bottom: 20px;
  }
  .p-atcompe__detail .c-wrap__1100 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p-atcompe__detail .heading {
    margin-bottom: 20px;
  }
  .p-atcompe__detail .content {
    border-radius: 15px;
    padding: 30px 10px 10px;
  }
  .p-atcompe__detail .content .h {
    margin-bottom: 30px;
  }
  .p-atcompe__detail .theme {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .p-atcompe__detail .theme-content {
    line-height: 1.45;
    padding: 10px;
  }
  .p-atcompe__detail .application {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .p-atcompe__detail .application-content {
    border-radius: 0 0 10px 10px;
  }
  .p-atcompe__detail .application-content table,
  .p-atcompe__detail .application-content tbody,
  .p-atcompe__detail .application-content tr,
  .p-atcompe__detail .application-content th,
  .p-atcompe__detail .application-content td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-atcompe__detail .application-content th,
  .p-atcompe__detail .application-content td {
    padding: 15px 10px;
  }
  .p-atcompe__detail .application-content th {
    border-bottom: 0;
    background: transparent;
  }
  .p-atcompe__detail .application-content th span {
    display: inline-block;
    border: 2px solid #009E96;
    padding: 5px 30px;
  }
  .p-atcompe__detail .application-content td {
    padding-bottom: 20px;
    line-height: 1.46;
  }
  .p-atcompe__detail .application-content .list li {
    line-height: 1.13;
    padding-left: 39px;
    margin-bottom: 6px;
  }
  .p-atcompe__detail .application-content .list li:before {
    top: 0;
    bottom: 0;
    width: 24px;
    height: 24px;
    font-size: 19px;
    font-size: 1.9rem;
    margin-top: auto;
    margin-bottom: auto;
  }
  .p-atcompe__detail .flow {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .p-atcompe__detail .flow-content {
    border-radius: 0 0 10px 10px;
    padding-bottom: 40px;
  }
  .p-atcompe__detail .flow-content table,
  .p-atcompe__detail .flow-content tbody,
  .p-atcompe__detail .flow-content tr,
  .p-atcompe__detail .flow-content th,
  .p-atcompe__detail .flow-content td {
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .p-atcompe__detail .flow-content th {
    border-bottom: 0;
    padding-bottom: 0;
    text-align: center;
  }
  .p-atcompe__detail .flow-content th strong {
    background-position: center top;
    background-size: 70px;
    padding-left: 0;
    padding-top: 80px;
    padding-bottom: 0;
    text-align: center;
  }
  .p-atcompe__detail .flow-content td {
    padding-top: 14px;
    text-align: center;
  }
  .p-atcompe__detail .flow-content td .u-left {
    text-align: left;
  }
  .p-atcompe__detail .prize {
    border-radius: 10px;
    margin-bottom: 20px;
  }
  .p-atcompe__detail .prize-content {
    border-radius: 0 0 10px 10px;
    padding-bottom: 40px;
  }
  .p-atcompe__detail .prize-content dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    display: block;
    text-align: center;
  }
  .p-atcompe__detail .prize-content dl:before {
    display: none;
  }
  .p-atcompe__detail .prize-content dt {
    display: block;
    width: auto;
    padding-left: 0;
    background: none !important;
  }
  .p-atcompe__detail .prize-content dt strong {
    display: block;
    font-size: 28px;
    font-size: 2.8rem;
    padding-top: 5px;
    padding-bottom: 5px;
    border-bottom: 2px dotted #DC000C;
  }
  .p-atcompe__detail .prize-content dt strong:first-child::before {
    display: inline-block;
    content: "";
    background-position: center;
    background-size: contain;
    width: 40px;
    height: 27px;
    margin-right: 10px;
  }
  .p-atcompe__detail .prize-content dt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .p-atcompe__detail .prize-content dt.prize1 strong:first-child::before {
    background-image: url(../img/detail_icon_prize1.svg);
  }
  .p-atcompe__detail .prize-content dt.prize2 strong:first-child::before {
    background-image: url(../img/detail_icon_prize2.svg);
  }
  .p-atcompe__detail .prize-content .l {
    text-align: left;
    line-height: 1.44;
  }
  .p-atcompe__note .c-wrap__1100 {
    padding-left: 0;
    padding-right: 0;
  }
  .p-atcompe__note .note {
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 10px 10px 0 0;
  }
  .p-atcompe__note .note-content {
    padding: 25px;
    padding-left: 40px;
  }
  .p-atcompe__note .contact {
    border-radius: 15px;
  }
  .p-atcompe__note .contact dt {
    width: 150px;
    padding: 15px;
  }
  .p-atcompe__note .contact dd {
    width: calc(100% - 150px);
    padding: 15px;
    display: block;
  }
  .p-atcompe__note .contact p {
    margin-right: 0;
    margin-bottom: 10px;
    line-height: 1.5;
  }

  .l-footer {
    padding-top: 40px;
    padding-bottom: 90px;
  }
  .l-footer .c-wrap__890 {
    display: block;
  }
  .l-footer .logo {
    margin-bottom: 20px;
  }
  .l-footer .logo img {
    width: 150px;
  }
  .l-footer .logo dl {
    margin-bottom: 10px;
  }
  .l-footer .logo dt {
    font-size: 12px;
    font-size: 1.2rem;
    width: 30px;
    margin-right: 10px;
  }
  .l-footer .logo li {
    font-size: 15px;
    font-size: 1.5rem;
  }
  .l-footer .txt1 {
    display: block;
  }
  .l-footer .txt1 p {
    margin-left: 0;
    text-align: center;
    margin-bottom: 10px;
  }
  .l-footer .txt1 p:last-child {
    margin-bottom: 0;
  }
}
