@charset "UTF-8";

#navigation .content {
  max-width: 89.8rem;
  margin: 0 auto;
}

#kv {
  width: 100%;
  aspect-ratio: 1920/700;
  background-image: url("../img/kv.jpg");
  background-size: 100% auto;
  background-position: center top;
  background-repeat: no-repeat;
  overflow: hidden;
  opacity: 0;
  animation: kvFadeIn 2s ease-in-out forwards;
  object-fit: contain;
  margin-top: 90px;
}

.kv_animation {
  position: relative;
  width: 100%;
}

.top_navi_sp {
  display: none;
}

.top_navi {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 600;
  font-size: 2rem;
  margin: 1.8rem 0 1.8rem;
  list-style-type: none;
  max-width: 89.8rem;
}

.top_navi li {
  position: relative;
  text-align: center;
  padding: 0.8rem 0rem;
  width: 25%;
  box-sizing: border-box;
}

.top_navi li a {
  display: block;
  text-decoration: none;
  color: #000;
}

.top_navi li:not(:first-child)::before {
  width: 1px;
  height: 70%;
  position: absolute;
  left: -0.1rem;
  top: 10px;
  background-color: #000;
  content: "";
}

.sec01_block1 {
  max-width: 89.8rem;
  margin: 0 auto;
  padding: 100px 0 100px 10px;
  width: 100%;
}

.sec01_textblock {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  width: 100%;
  max-width: 898px;
  margin: 0 auto;
}
.sec01_textblock_p1 {
  font-size: 3rem;
  margin-bottom: 20px;
  padding-right: 10px;
  white-space: nowrap;
}

.sec01_textblock_p2 {
  font-size: 8rem;
  margin-bottom: 15px;
  font-weight: 600;
  padding-right: 40px;
}

.sec01_textimgblock_sp {
  display: none;
}
.sec01_textimgblock {
  width: 100%;
  display: block;
  height: auto;
}

.sec01_textblock2 {
  text-align: left;
  font-size: 3.1rem;
  font-weight: 500;
  padding: 50px 20px 0px 40px;
  position: relative;
  max-width: 89.8rem;
  line-height: 2.2;
}

.sec01_block2_wrapper {
  max-width: 985px;
  background-color: #ffed71;
  padding: 80px 20px 100px 20px;
  margin: 0 auto;
  border-radius: 38px;
  margin-bottom: 100px;
}

.sec01_block2_content {
  max-width: 858px;
  margin: 0 auto;
}

.block2_textblock {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  padding-bottom: 50px;
}
.sec01_title {
  font-size: 5.6rem;
  margin-top: 40px;
  margin-left: 10px;
  font-weight: 700;
}
.sec01_block3_content {
  max-width: 858px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

.sec01_block3 {
  display: flex;
  margin: 0 auto;
  gap: 10px;
  margin-bottom: 50px;
  justify-content: center;
  max-width: 100%;
}

.sec01_block4 {
  display: flex;
  margin: 0 auto;
  gap: 9px;
  margin-bottom: 100px;
  justify-content: space-between;
  max-width: 100%;
}

#sec02 {
  max-width: 898px;
  width: 100%;
  margin: 0 auto;
  right: 0;
}

#a03 {
  background-color: #fff5c4;
  padding-top: 80px;
  padding-bottom: 100px;
  border-bottom: solid 10px #ff0000;
}

.sec02_title {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
}

.line_yellow {
  background: linear-gradient(transparent 60%, #ffed71 0%);
}

.sec02_textblock1 {
  font-size: 2.8rem;
  text-align: left;
  right: 0;
  padding-top: 50px;
  line-height: 2.3;
  padding-left: 20px;
  font-weight: 500;
}
.sec02_textblock1_sp {
  display: none;
}

.line_white {
  background: linear-gradient(transparent 60%, #ffffff 0%);
}

.sec02_block1 {
  display: flex;
  align-items: flex-end;
  padding-bottom: 50px;
}

.sec02_textblock2 {
  background-color: #072a86;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 10px 30px;
  max-width: 52.4%;
}

.sec02_textblock2_sp {
  display: none;
}

.line_blue {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
  max-width: 858px;
}

.line_blue::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 13px;
  background-color: #072a86;
  border-radius: 9px;
}

.sec02_block2 {
  margin: 0 auto;
  padding: 70px 20px 0 20px;
  width: 100%;
}

.sec02_block2_sp {
  display: none;
}

.sec02_block3 {
  margin: 0 auto;
  padding: 80px 20px 0 20px;
  width: 100%;
}

.sec02_block3_sp {
  display: none;
}

.sec02_textblock3 {
  background-color: #007b3f;
  color: #ffffff;
  font-size: 32px;
  text-align: center;
  border-radius: 9px 9px 0 0;
  padding: 10px 20px;
}
.sec02_textblock3_sp {
  display: none;
}

.line_green {
  position: relative;
  display: inline-block;
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}

.line_green::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 13px;
  background-color: #007b3f;
  border-radius: 9px;
}
#a04 {
  max-width: 858px;
  margin: 0 auto;
}

.sec03_title {
  font-size: 5.6rem;
  font-weight: 700;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 50px;
}

.sec03_block1 {
  display: flex;
  max-width: 858px;
  justify-content: space-between;
  margin-bottom: 100px;
  width: 100%;
  padding: 0px 20px;
}

.sec03_block2 {
  width: 43%;
  height: auto;
  max-width: 100%;
  justify-content: center;
}

.sec03_block3 {
  width: 43%;
  height: auto;
  max-width: 100%;
  justify-content: center;
}

.sec03_textblock1 {
  background-color: #072a86;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 9px 9px 9px 9px;
  max-width: 368px;
  padding: 10px 0px;
  margin: 0 auto;
  font-weight: 500;
}

.sec03_textblock2 {
  background-color: #007b3f;
  color: #ffffff;
  font-size: 2.4rem;
  text-align: center;
  border-radius: 9px 9px 9px 9px;
  padding: 10px 0px;
  max-width: 368px;
  margin: 0 auto;
  font-weight: 500;
}

.sec03_textblock3 {
  font-size: 2rem;
  text-align: left;
  max-width: 348px;
  line-height: 1.6;
  padding: 20px 0px 20px 15px;
  color: #072a86;
  font-weight: 500;
}

.sec03_textblock4 {
  font-size: 2rem;
  text-align: left;
  max-width: 338px;
  line-height: 1.6;
  padding: 20px 0px 20px 15px;
  color: #007b3f;
  display: inline-block;
  font-weight: 500;
}

.link-icon {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  background-color: red;
  color: white;
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
}

.sec03_textblock5 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
}

.sec03_textblock6_p1 {
  display: inline-block;
  margin-left: 10px;
  text-decoration: underline;
  color: #072a86;
  font-weight: 500;
}
.sec03_textblock6_p1:hover {
  text-decoration: none;
}

.sec03_textblock6 {
  font-size: 2rem;
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 500;
}

.sec03_textblock6_p2 {
  display: inline-block;
  margin: 0px 0px 0px 10px;
  text-decoration: underline;
  color: #007b3f;
  font-weight: 500;
}
.sec03_textblock6_p2:hover {
  text-decoration: none;
}

.sec01_block3_sp {
  display: none;
}

#sec01 {
  background-image: url(../img/sec01_bg_sp.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  width: 100%;
  border-bottom: solid 10px #ff0000;
  border-top: solid 10px #ff0000;
}

.sec01_logo {
  max-width: 529px;
  width: 100%;
  height: auto;
}

.sec01_imgblock1_sp {
  display: none;
}

.sec01_imgblock1 {
  width: 100%;
  max-width: 65%;
  padding-left: 40px;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: auto;
}

.sec01_imgblock2 {
  width: 100%;
  max-width: 35.6%;
  position: absolute;
  bottom: -160px;
  right: 0px;
  transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: auto;
}

.sec01_imgblock2_sp {
  display: none;
}

.sec01_imgblock3 {
  width: 858px;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}

.block2_icon {
  height: 100%;
  width: auto;
}

.sec01_imgblock4 {
  padding-bottom: 50px;
  width: 768px;
  max-width: 100%;
  height: auto;
}
.sec01_imgblock4_sp {
  display: none;
}

.block2_textblock3 {
  display: flex;
  max-width: 858px;
  width: 100%;
  margin: 0 auto;
  gap: 42px;
}
.sec01_imgblock5 {
  flex: 1;
  width: 0;
  max-width: 100%;
  height: auto;
  display: block;
}
.sec01_imgblock6 {
  width: 66.6%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.sec01_imgblock7 {
  width: 33.3%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.sec01_imgblock8 {
  width: 31%;
  height: auto;
  object-fit: contain;
  display: block;
  max-width: 100%;
}

.sec02_imgblock1 {
  width: 100%;
  max-width: 100px;
  display: inline-block;
  vertical-align: text-bottom;
  height: auto;
}

.sec02_imgblock2 {
  width: 100%;
  height: 100%;
  max-width: 286px;
}

.sec02_imgblock3 {
  width: 100%;
  max-width: 40%;
  position: absolute;
  top: -10px;
  transform: translate(150%, -50%);
  display: block;
  height: auto;
}

.sec02_imgblock3_sp {
  display: none;
}

.sec02_imgblock4 {
  display: flex;
  justify-content: space-between;
  max-width: 858px;
  margin: 0 auto;
  width: 100%;
  padding-bottom: 50px;
  gap: 10px;
}

.sec02_imgblock5 {
  max-width: 40%;
  position: absolute;
  top: -9px;
  transform: translate(150%, -50%);
  display: block;
  height: auto;
}

.sec02_imgblock6 {
  display: flex;
  justify-content: space-between;
  max-width: 858px;
  margin: 0 auto;
  width: 100%;
  gap: 10px;
}

.sec02_imgblock7 {
  width: 100%;
  height: auto;
}

.sec02_imgblock7:hover {
  transform: scale(1.05);
  transition: transform 0.6s ease;
}

.sec02_imgblock8 {
  width: 100%;
}

.sec03_imgblock7 {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 100%;
}

.sec03_imgblock8 {
  width: 80%;
  height: auto;
  display: block;
  margin: 0 auto;
  padding-bottom: 30px;
  max-width: 100%;
}
#sec03 {
  background-image: url(../img/sec01_bg.jpg);
  background-repeat: repeat;
  background-size: auto;
  background-position: top left;
  width: 100%;
  border-bottom: solid 10px #ff0000;
}
.top_navi_sp {
  display: none;
}
#pageTop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 42px;
  height: 42px;
  background-color: #333;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#pageTop.show {
  opacity: 1;
  visibility: visible;
}

#pageTop:hover {
  background-color: #555;
}

.arrow-up {
  width: 20px;
  height: 20px;
  object-fit: contain;
  user-select: none;
  pointer-events: none;
  padding-bottom: 2px;
}

@keyframes kvFadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadein {
  opacity: 0;
  transform: translateY(60px);
}

.fadein.visible {
  animation: fadeInBounce 0.5s ease-out forwards;
}

@keyframes fadeInBounce {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.item {
  position: absolute;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}

.spoon {
  position: absolute;
  left: 33%;
  top: -370px;
  width: 35%;
  z-index: 1;
  animation-name: fadeIn, swing;
  animation-duration: 1s, 0.5s;
  animation-delay: 1s, 2s;
  animation-fill-mode: forwards, none;
  animation-iteration-count: 1, 2;
  transform-origin: 100% 0%;
  height: auto;
}

.bara {
  position: absolute;
  left: 33%;
  top: -360px;
  width: 35%;
  z-index: 2;
  opacity: 0;
  animation: fall 1s ease-out forwards 3s;
  height: auto;
}

.hukidashi {
  animation-delay: 4s;
  position: absolute;
  left: 33%;
  top: -360px;
  width: 35%;
  height: auto;
}

.logosolo {
  animation-delay: 4.5s;
  position: absolute;
  left: 33%;
  top: -360px;
  width: 35%;
  height: auto;
}

@keyframes fadeIn {
  to {
    opacity: 1;
  }
}

@keyframes swing {
  0% {
    transform: rotate(0deg);
  }
  50% {
    transform: rotate(-2deg);
  }
  100% {
    transform: rotate(0deg);
  }
}

@keyframes fall {
  0% {
    transform: translateY(0);
    opacity: 0;
  }
  30% {
    opacity: 0.5;
  }
  100% {
    transform: translateY(20px);
    opacity: 1;
  }
}

@media only screen and (max-width: 1820px) {
  .spoon {
    top: -360px;
  }
  .bara {
    top: -360px;
  }
  .hukidashi {
    top: -350px;
  }
  .logosolo {
    top: -350px;
  }
}

@media only screen and (max-width: 1800px) {
  .spoon {
    top: -360px;
  }
  .bara {
    top: -350px;
  }
  .hukidashi {
    top: -350px;
  }
  .logosolo {
    top: -350px;
  }
}

@media only screen and (max-width: 1700px) {
  .spoon {
    top: -340px;
  }
  .bara {
    top: -340px;
  }
  .hukidashi {
    top: -330px;
  }
  .logosolo {
    top: -330px;
  }
}

@media only screen and (max-width: 1650px) {
  .spoon {
    top: -310px;
  }
  .bara {
    top: -310px;
  }
  .hukidashi {
    top: -310px;
  }
  .logosolo {
    top: -310px;
  }
}

@media only screen and (max-width: 1600px) {
  .spoon {
    top: -320px;
  }
  .bara {
    top: -320px;
  }
  .hukidashi {
    top: -310px;
  }
  .logosolo {
    top: -310px;
  }
}
@media only screen and (max-width: 1600px) {
  .spoon {
    top: -310px;
  }
  .bara {
    top: -310px;
  }
  .hukidashi {
    top: -300px;
  }
  .logosolo {
    top: -300px;
  }
}

@media only screen and (max-width: 1500px) {
  .spoon {
    top: -300px;
  }
  .bara {
    top: -300px;
  }
  .hukidashi {
    top: -290px;
  }
  .logosolo {
    top: -290px;
  }
}
@media only screen and (max-width: 1450px) {
  .spoon {
    top: -290px;
  }
  .bara {
    top: -290px;
  }
  .hukidashi {
    top: -280px;
  }
  .logosolo {
    top: -280px;
  }
}

@media only screen and (max-width: 1400px) {
  .spoon {
    top: -280px;
  }
  .bara {
    top: -280px;
  }
  .hukidashi {
    top: -270px;
  }
  .logosolo {
    top: -270px;
  }
}
@media only screen and (max-width: 1350px) {
  .spoon {
    top: -260px;
  }
  .bara {
    top: -260px;
  }
  .hukidashi {
    top: -250px;
  }
  .logosolo {
    top: -250px;
  }
}

@media only screen and (max-width: 1320px) {
  .spoon {
    top: -260px;
  }
  .bara {
    top: -260px;
  }
  .hukidashi {
    top: -250px;
  }
  .logosolo {
    top: -250px;
  }
}

@media only screen and (max-width: 1300px) {
  .spoon {
    top: -260px;
  }
  .bara {
    top: -260px;
  }
  .hukidashi {
    top: -250px;
  }
  .logosolo {
    top: -250px;
  }
}

@media only screen and (max-width: 1250px) {
  .spoon {
    top: -250px;
  }
  .bara {
    top: -250px;
  }
  .hukidashi {
    top: -240px;
  }
  .logosolo {
    top: -240px;
  }
}

@media only screen and (max-width: 1230px) {
  .spoon {
    top: -250px;
  }
  .bara {
    top: -250px;
  }
  .hukidashi {
    top: -240px;
  }
  .logosolo {
    top: -240px;
  }
}

@media only screen and (max-width: 1200px) {
  .spoon {
    top: -240px;
  }
  .bara {
    top: -240px;
  }
  .hukidashi {
    top: -230px;
  }
  .logosolo {
    top: -230px;
  }
}

@media only screen and (max-width: 1150px) {
  .spoon {
    top: -230px;
  }
  .bara {
    top: -230px;
  }
  .hukidashi {
    top: -220px;
  }
  .logosolo {
    top: -220px;
  }
  #kv {
    margin-top: 7.6vw;
  }
}

@media only screen and (max-width: 1100px) {
  .spoon {
    top: -220px;
  }
  .bara {
    top: -220px;
  }
  .hukidashi {
    top: -210px;
  }
  .logosolo {
    top: -210px;
  }
}
@media only screen and (max-width: 1080px) {
  .spoon {
    top: -210px;
  }
  .bara {
    top: -210px;
  }
  .hukidashi {
    top: -200px;
  }
  .logosolo {
    top: -200px;
  }
}
@media only screen and (max-width: 1040px) {
  .spoon {
    top: -210px;
  }
  .bara {
    top: -210px;
  }
  .hukidashi {
    top: -200px;
  }
  .logosolo {
    top: -200px;
  }
}

@media only screen and (max-width: 1000px) {
  .spoon {
    top: -200px;
  }
  .bara {
    top: -200px;
  }
  .hukidashi {
    top: -190px;
  }
  .logosolo {
    top: -190px;
  }
  .sec01_textblock_p2 {
    font-size: 5rem;
  }
}

@media only screen and (max-width: 950px) {
  .spoon {
    top: -180px;
  }
  .bara {
    top: -190px;
  }
  .hukidashi {
    top: -180px;
  }
  .logosolo {
    top: -180px;
  }
}
@media only screen and (max-width: 900px) {
  .spoon {
    top: -170px;
  }
  .bara {
    top: -180px;
  }
  .hukidashi {
    top: -170px;
  }
  .logosolo {
    top: -170px;
  }
}
@media only screen and (max-width: 850px) {
  .spoon {
    top: -160px;
  }
  .bara {
    top: -170px;
  }
  .hukidashi {
    top: -160px;
  }
  .logosolo {
    top: -160px;
  }
}
@media only screen and (max-width: 800px) {
  .spoon {
    top: -150px;
  }
  .bara {
    top: -160px;
  }
  .hukidashi {
    top: -150px;
  }
  .logosolo {
    top: -150px;
  }
}

@media screen and (max-width: 768px) {
  .spoon {
    position: absolute;
    left: 20%;
    top: -250px;
    width: 60%;
    z-index: 1;
    animation-name: fadeIn, swing;
    animation-duration: 1s, 0.5s;
    animation-delay: 1s, 2s;
    animation-fill-mode: forwards, none;
    animation-iteration-count: 1, 2;
    transform-origin: 100% 0%;
  }

  .bara {
    position: absolute;
    left: 20%;
    top: -240px;
    width: 60%;
    z-index: 2;
    opacity: 0;
    animation: fall 1s ease-out forwards 3s;
  }

  .hukidashi {
    animation-delay: 4s;
    position: absolute;
    left: 23%;
    top: -180px;
    width: 55%;
  }

  .logosolo {
    animation-delay: 4.5s;
    position: absolute;
    left: 23%;
    top: -180px;
    width: 55%;
  }

  #kv {
    width: 100%;
    aspect-ratio: 375/289;
    background-image: url("../img/kv_sp.jpg");
    background-size: 100% auto;
    background-position: center top;
    background-repeat: no-repeat;
    overflow: hidden;
    opacity: 0;
    animation: kvFadeIn 2s ease-in-out forwards;
    object-fit: contain;
    margin-top: 47px;
  }
  .top_navi_sp {
    display: none;
  }

  .top_navi {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-weight: 600;
    font-size: 1.6rem;
    margin: 1.8rem 0 1.8rem;
    list-style-type: none;
  }

  .top_navi li {
    max-width: 89.8rem;
    position: relative;
    text-align: center;
    padding: 0.8rem 0rem;
    width: 25%;
  }

  .top_navi li:nth-child(2) {
    width: 20%;
  }
  .top_navi li:nth-child(3) {
    width: 20%;
  }

  .top_navi li a {
    display: block;
    text-decoration: none;
    color: #000;
  }

  .top_navi li:not(:first-child)::before {
    width: 1px;
    height: 70%;
    position: absolute;
    left: -0.1rem;
    top: 10px;
    background-color: #000;
    content: "";
  }

  #sec01 {
    background-image: url(../img/sec01_bg_sp.jpg);
    background-repeat: repeat;
    background-size: auto;
    width: 100%;
    background-position: left top;
    border-bottom: 5px solid rgb(255, 0, 0);
    border-top: 5px solid rgb(255, 0, 0);
  }
  .sec01_block1 {
    max-width: 33.5rem;
    margin: 0 auto;
    padding: 50px 0px;
    width: 100%;
  }

  .sec01_textblock {
    display: inline-flex;
    align-items: flex-end;
    justify-content: center;
    width: 100%;
    max-width: 33.5rem;
    margin: 0 auto;
  }
  .sec01_logo {
    max-width: 222px;
    width: 100%;
  }
  .sec01_textblock2 {
    display: none;
  }

  .sec01_textblock2_sp {
    text-align: left;
    font-size: 3.1rem;
    font-weight: 500;
    padding: 15px 10px 30px 20px;
    position: relative;
    max-width: 89.8rem;
    line-height: 2.2;
  }

  .sec01_textblock_p1 {
    font-size: 2rem;
    margin-bottom: 5px;
    padding-right: 5px;
    white-space: nowrap;
  }
  .sec01_textblock_p2 {
    font-size: 3rem;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0;
  }
  .sec01_textimgblock {
    display: none;
  }

  .sec01_textimgblock_sp {
    width: 100%;
    display: block;
    height: auto;
  }

  .sec01_imgblock1 {
    display: none;
  }

  .sec01_imgblock1_sp {
    display: block;
    width: 100%;
    max-width: 66%;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
  }

  .sec01_imgblock2 {
    display: none;
  }
  .sec01_imgblock2_sp {
    display: block;
    width: 100%;
    max-width: 30%;
    position: absolute;
    bottom: -70px;
    right: 10px;
    transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: auto;
  }

  .sec01_block2_wrapper {
    max-width: 335px;
    background-color: #ffed71;
    padding: 30px 10px 50px 10px;
    margin: 0 auto;
    border-radius: 22px;
    margin-bottom: 50px;
  }

  .block2_icon {
    max-width: 85px;
    height: 100%;
    width: auto;
  }

  .sec01_title {
    font-size: 2.8rem;
    margin-top: 20px;
    margin-left: 10px;
    font-weight: 700;
  }

  .sec01_block2_content {
    max-width: 288px;
    margin: 0 auto;
  }
  .block2_textblock {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    padding-bottom: 20px;
  }
  .sec01_imgblock3 {
    margin: 0 auto;
    width: 100%;
    height: auto;
  }

  .sec01_imgblock4 {
    display: none;
  }
  .sec01_imgblock4_sp {
    display: block;
    width: 100%;
    padding-top: 10px;
    height: auto;
  }
  .block2_textblock3 {
    display: block;
    width: 100%;
    margin: 0 auto;
  }
  .sec01_imgblock5 {
    padding-top: 30px;
    width: 100%;
    height: auto;
    display: block;
  }
  .sec01_block4 {
    display: block;
    margin: 0 auto;
    margin-bottom: 50px;
    max-width: 100%;
  }

  #sec02 {
    max-width: 335px;
    width: 100%;
    margin: 0 auto;
    right: 0;
  }
  .sec02_title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
  }
  .sec02_textblock1_sp {
    display: block;
    font-size: 1.6rem;
    text-align: left;
    right: 0;
    line-height: 1.7;
    padding-left: 20px;
    font-weight: 500;
  }
  .sec02_textblock1 {
    display: none;
  }
  .sec01_imgblock8 {
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    padding: 30px 35px 0 35px;
  }

  #a03 {
    background-color: #fff5c4;
    padding-top: 50px;
    padding-bottom: 0;
    border-bottom: solid 5px #ff0000;
  }
  .sec02_imgblock2 {
    width: 100%;
    height: 100%;
    max-width: 130px;
    right: 0;
  }
  .sec02_imgblock1 {
    width: 100%;
    max-width: 50px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-top: 5px;
    height: auto;
  }

  .sec02_textblock1_sp_p1 {
    display: inline-block;
    vertical-align: text-bottom;
  }

  .sec02_block1 {
    display: flex;
    align-items: center;
    margin-top: 30px;
    padding-bottom: 30px;
    justify-content: center;
    line-height: 1.75;
  }

  .sec01_block3_content {
    max-width: 335px;
    margin: 0 auto;
    display: block;
    margin-bottom: 50px;
  }

  .sec01_block3_sp {
    display: block;
    margin: 0 auto;
    width: 100%;
    justify-items: center;
    max-width: 335px;
  }
  .sec01_imgblock6 {
    max-width: 335px;
    width: 100%;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 10px auto 0;
  }

  .sec01_imgblock7 {
    width: 53%;
    height: auto;
    object-fit: contain;
    display: block;
    max-width: 100%;
    justify-items: center;
    margin: 0 auto;
  }
  .sec01_block3 {
    display: none;
  }
  .line_blue {
    display: none;
  }
  .line_blue::after {
    display: none;
  }
  .line_green {
    display: none;
  }
  .line_green::after {
    display: none;
  }

  .sec02_imgblock3_sp {
    display: block;
    max-width: 254px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
  .sec02_textblock2 {
    display: none;
  }

  .sec02_textblock2_sp {
    display: block;
    background-color: #072a86;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    padding: 5px 0px;
    font-weight: 500;
  }
  .sec02_block2_sp {
    display: block;
    max-width: 335px;
    margin: 0 auto;

    width: 100%;
  }
  .sec02_block2 {
    display: none;
  }
  .sec02_imgblock4 {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .sec02_imgblock7 {
    padding-bottom: 30px;
  }

  .sec02_block3 {
    display: none;
  }
  .sec02_block3_sp {
    display: block;
    max-width: 335px;
    margin: 0 auto;
    width: 100%;
  }
  .sec02_imgblock5_sp {
    max-width: 254px;
    display: block;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .sec02_imgblock6 {
    display: block;
    margin: 0 auto;
    width: 100%;
    padding: 30px 20px 20px 20px;
  }
  .sec02_textblock3_sp {
    display: block;
    background-color: #007b3f;
    color: #ffffff;
    font-size: 2rem;
    text-align: center;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
    padding: 5px 0px;
    font-weight: 500;
  }

  #sec03 {
    background-image: url(../img/sec01_bg_sp.jpg);
    background-repeat: repeat;
    background-size: auto;
    background-position: top left;
    width: 100%;
    border-bottom: solid 5px #ff0000;
  }
  .sec03_title {
    font-size: 3.2rem;
    font-weight: 700;
    text-align: center;
    padding: 50px 0;
  }

  .sec03_block1 {
    display: block;
    max-width: 335px;
    margin: 0 auto;
  }

  .sec03_block2 {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
    max-width: 100%;
  }

  .sec03_block3 {
    width: 100%;
    height: auto;
    padding-bottom: 50px;
  }

  .sec03_imgblock7 {
    width: 60%;
    height: auto;
  }

  .sec03_imgblock8 {
    width: 60%;
    height: auto;
  }
  .sec03_textblock1 {
    background-color: #072a86;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 9px 9px 9px 9px;
    max-width: 280px;
    padding: 5px 0px;
  }

  .sec03_textblock2 {
    background-color: #007b3f;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 500;
    border-radius: 9px 9px 9px 9px;
    max-width: 280px;
    padding: 5px 0px;
  }
  .sec03_textblock3 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    max-width: 295px;
    padding: 15px 0px 15px 15px;
    color: #072a86;
    margin: 0 auto;
  }

  .sec03_textblock4 {
    font-size: 1.6rem;
    line-height: 1.8;
    font-weight: 500;
    text-align: left;
    max-width: 295px;
    padding: 15px 0px 15px 15px;
    color: #007b3f;
    margin: 0 auto;
  }
  .sec03_textblock6_p1 {
    font-size: 1.8rem;
    font-weight: 500;
  }

  .sec03_textblock5 {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 10px;
  }
  .sec03_imgblock9 {
    width: 25px;
    height: auto;
  }

  .sec03_textblock6 {
    font-size: 1.8rem;
    font-weight: 500;
    display: flex;
    align-items: center;
    text-decoration: none;
    padding-left: 10px;
  }
}

@media screen and (max-width: 700px) {
  .spoon {
    top: -220px;
  }
  .bara {
    top: -220px;
  }
  .hukidashi {
    top: -160px;
  }
  .logosolo {
    top: -160px;
  }
}
@media screen and (max-width: 640px) {
  .spoon {
    top: -200px;
  }
  .bara {
    top: -200px;
  }
  .hukidashi {
    top: -150px;
  }
  .logosolo {
    top: -150px;
  }
}

@media screen and (max-width: 600px) {
  .spoon {
    top: -190px;
  }
  .bara {
    top: -190px;
  }
  .hukidashi {
    top: -140px;
  }
  .logosolo {
    top: -140px;
  }
  .top_navi {
    display: none;
  }

  .top_navi_sp {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    font-weight: 600;
    font-size: 1.3rem;
    margin: 0 auto;
    list-style-type: none;
    max-width: 34.6rem;
  }

  .top_navi_sp li {
    display: block;
    position: relative;
    text-decoration: none;
    color: #000;
    text-align: left;
    padding: 1rem 0.8rem;
  }

  .top_navi_sp li a {
    display: block;
    text-decoration: none;
    color: #000;
  }

  .li_sub {
    display: block;
  }

  .top_navi_sp li:not(:first-child)::before {
    width: 1px;
    height: 70%;
    position: absolute;
    left: -0.1rem;
    top: 10px;
    background-color: #000;
    content: "";
  }
}

@media screen and (max-width: 540px) {
  .spoon {
    top: -170px;
  }
  .bara {
    top: -170px;
  }
  .hukidashi {
    top: -120px;
  }
  .logosolo {
    top: -120px;
  }
}

@media screen and (max-width: 500px) {
  .spoon {
    top: -170px;
  }
  .bara {
    top: -170px;
  }
  .hukidashi {
    top: -120px;
  }
  .logosolo {
    top: -120px;
  }
}

@media screen and (max-width: 470px) {
  .spoon {
    top: -160px;
  }
  .bara {
    top: -160px;
  }
  .hukidashi {
    top: -110px;
  }
  .logosolo {
    top: -110px;
  }
}

@media screen and (max-width: 430px) {
  .spoon {
    top: -140px;
  }
  .bara {
    top: -140px;
  }
  .hukidashi {
    top: -100px;
  }
  .logosolo {
    top: -100px;
  }
}
@media screen and (max-width: 400px) {
  .spoon {
    top: -140px;
  }
  .bara {
    top: -140px;
  }
  .hukidashi {
    top: -100px;
  }
  .logosolo {
    top: -100px;
  }
}
@media screen and (max-width: 390px) {
  .spoon {
    top: -130px;
  }
  .bara {
    top: -130px;
  }
  .hukidashi {
    top: -90px;
  }
  .logosolo {
    top: -90px;
  }
}

@media screen and (max-width: 375px) {
  .spoon {
    top: -130px;
  }
  .bara {
    top: -130px;
  }
  .hukidashi {
    top: -90px;
  }
  .logosolo {
    top: -90px;
  }

  #pageTop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    padding: 10px 15px;
    background-color: #333;
    color: #fff;
    font-size: 14px;
    border-radius: 5px;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.4s ease, visibility 0.4s ease;
    z-index: 1000;
    border-radius: 50%;
  }
}

@media screen and (max-width: 355px) {
  .spoon {
    top: -120px;
  }
  .bara {
    top: -120px;
  }
  .hukidashi {
    top: -90px;
  }
  .logosolo {
    top: -90px;
  }
  .sec01_textblock_p2 {
    font-size: 2.5rem;
    margin-bottom: 5px;
    font-weight: 600;
    padding: 0;
  }
}

@media screen and (max-width: 330px) {
  .spoon {
    top: -110px;
  }
  .bara {
    top: -110px;
  }
  .hukidashi {
    top: -80px;
  }
  .logosolo {
    top: -80px;
  }
}
