@charset "UTF-8";
body {
  background-color: #EDEDED;
  color: #353535;
}

li {
  text-decoration: none;
  list-style: none;
}

a {
  text-decoration: none;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.glowAnime span {
  opacity: 0;
}

.glowAnime.glow span {
  animation: glow_anime_on 0.5s ease-out forwards;
}

@keyframes glow_anime_on {
  0% {
    opacity: 0;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
  50% {
    opacity: 1;
    text-shadow: 0 0 10px #fff, 0 0 15px #fff;
  }
  100% {
    opacity: 1;
    text-shadow: 0 0 0 #fff, 0 0 0 #fff;
  }
}
.top__img {
  position: relative;
  margin-bottom: 20px;
}
.top__img img {
  width: 100vw;
  height: auto;
}
.top__img .ttl {
  font-family: serif;
  font-weight: bolder;
  position: absolute;
  top: 50%;
  left: 32%;
  transform: translate(-50%, -50%);
  color: white;
  text-shadow: rgb(116, 140, 155) 1px 0 10px;
}
.top__img .ttl .ttl1 {
  font-size: 40px;
  margin-left: 10px;
}
.top__img .ttl .ttl2 {
  font-size: 80px;
}
.top__img .nav {
  position: absolute;
  top: 20px;
  right: 20px;
}
.top__img .nav a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.3em 1em;
  width: 130px;
  color: #353535;
  font-size: 16px;
  border: 1px solid #353535;
  border-radius: 50px;
  transition: 0.7s;
}
.top__img .nav a::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  transform: rotate(45deg);
}

header {
  width: 100vw;
  height: 50px;
  transition: top 0.3s;
}
header nav {
  width: 1100px;
  margin: 0 auto;
}
header nav ul {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
header nav ul li a {
  font-size: 18px;
  color: #353535;
}
header nav ul li::after {
  content: " |"; /* パイプ記号を追加 */
  margin-left: 24px;
}
header nav ul li:last-child::after {
  content: ""; /* 最後の要素には何も表示しない */
}
header nav ul li:hover {
  opacity: 0.7;
}

.light__ttl {
  margin-top: 120px;
  position: relative;
  height: 500px;
}
.light__ttl img {
  width: 80vw;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.light__ttl .ttl-box {
  position: absolute;
  width: 500px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  top: 200px;
  right: 60px;
  font-family: serif;
  font-weight: bolder;
  text-shadow: 2px 3px 4px rgb(255, 255, 255);
}
.light__ttl .ttl-box p {
  font-size: 20px;
  margin-left: 140px;
  margin-top: 90px;
  margin-bottom: 8px;
}
.light__ttl .ttl-box h2 {
  font-size: 34px;
  margin-left: 140px;
}
.light__contents {
  width: 100vw;
}
.light__contents p {
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
}
.light__contents .chuu {
  font-size: 14px;
  margin-top: 16px;
}

.aboutcfp {
  width: 100vw;
}
.aboutcfp__ttl {
  margin-top: 120px;
  position: relative;
  height: 500px;
}
.aboutcfp__ttl img {
  width: 80vw;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.aboutcfp__ttl .ttl-box {
  position: absolute;
  width: 500px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  top: 200px;
  left: 60px;
  font-family: serif;
  font-weight: bold;
  text-shadow: 2px 3px 4px rgb(255, 255, 255);
}
.aboutcfp__ttl .ttl-box h2 {
  font-size: 32px;
  margin-left: 30px;
  margin-top: 100px;
}
.aboutcfp__contents {
  margin-top: 20px;
}
.aboutcfp__contents p {
  font-size: 18px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 10px;
}
.aboutcfp__contents p a {
  color: #4772b3;
  border-bottom: #4772b3 solid 1px;
}
.aboutcfp__contents img {
  display: block;
  width: 700px;
  height: auto;
  margin: 30px auto 50px auto;
}
.aboutcfp__calculation {
  width: 800px;
  margin: 100px auto 40px auto;
  border: 1px #353535 solid;
  background-color: white;
}
.aboutcfp__calculation h3 {
  text-align: center;
  font-size: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
  text-decoration: underline;
  text-decoration-color: #353535;
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}
.aboutcfp__calculation h3 .sp_br {
  display: none;
}
.aboutcfp__calculation p {
  width: 92%;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 16px;
}
.aboutcfp__calculation ul {
  width: 88%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.aboutcfp__calculation ul li {
  margin-bottom: 10px;
}
.aboutcfp__calculation ul li span {
  font-size: 14px;
}
.aboutcfp__calculation img {
  display: block;
  width: 88%;
  margin: 0 auto;
  margin-bottom: 30px;
}
.aboutcfp .chuu {
  font-size: 14px;
  margin-top: 20px;
  width: 800px;
  margin: 0 auto;
  margin-bottom: 120px;
}

.cfp__ttl {
  margin-top: 120px;
  position: relative;
  height: 500px;
}
.cfp__ttl img {
  width: 80vw;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  transform: scaleX(-1);
}
.cfp__ttl .ttl-box {
  position: absolute;
  width: 540px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  top: 200px;
  right: 60px;
  font-family: serif;
  font-weight: bolder;
  text-shadow: 2px 3px 4px rgb(255, 255, 255);
}
.cfp__ttl .ttl-box p {
  font-size: 20px;
  margin-left: 40px;
  margin-top: 90px;
  margin-bottom: 8px;
}
.cfp__ttl .ttl-box h2 {
  font-size: 32px;
  margin-left: 40px;
}
.cfp__contents {
  width: 100vw;
}
.cfp__contents p {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  font-size: 18px;
}
.cfp__contents .slider {
  width: 95vw;
  margin: 0 auto;
  margin-top: 40px;
  overflow: hidden;
}
.cfp__contents .slider button {
  position: relative;
}
.cfp__contents .slider button img {
  width: 240px;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-left: 20px;
  z-index: 1;
  filter: brightness(0.6);
}
.cfp__contents .slider button p {
  position: absolute;
  top: 34%;
  left: 53%;
  transform: translate(-50%, -50%);
  z-index: 10;
  color: white;
  text-shadow: 2px 3px 6px rgb(255, 255, 255);
  font-size: 18px;
}
.cfp__contents .discription {
  margin-top: 40px;
  width: 100vw;
}
.cfp__contents .discription__contents {
  width: 800px;
  display: block;
  margin: 0 auto;
  background-color: white;
  border: #353535 1px solid;
}
.cfp__contents .discription__contents p {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}
.cfp__contents .discription__contents img {
  width: 700px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  margin: 0 auto;
  margin-bottom: 20px;
}
.cfp__contents .discription__contents .sankou {
  font-size: 18px;
  text-align: left;
  width: 700px;
  margin: 0 auto;
}
.cfp__contents .discription__contents .credit {
  font-size: 14px;
  width: 700px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 30px;
}

.step {
  width: 100vw;
}
.step__ttl {
  margin-top: 120px;
  position: relative;
  height: 500px;
}
.step__ttl img {
  width: 80vw;
  max-width: 1000px;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
}
.step__ttl .ttl-box {
  position: absolute;
  width: 500px;
  height: 260px;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 2;
  top: 200px;
  left: 60px;
  font-family: serif;
  font-weight: bolder;
  text-shadow: 2px 3px 4px rgb(255, 255, 255);
}
.step__ttl .ttl-box p {
  font-size: 20px;
  margin-left: 50px;
  margin-top: 90px;
  margin-bottom: 8px;
}
.step__ttl .ttl-box h2 {
  font-size: 32px;
  margin-left: 50px;
}
.step__contents {
  width: 100vw;
}
.step__contents p {
  width: 800px;
  margin: 0 auto;
  margin-top: 10px;
  font-size: 18px;
}
.step__contents p span {
  font-size: 14px;
}
.step__contents ul {
  width: 800px;
  margin: 0 auto;
  margin-top: 40px;
}
.step__contents ul li {
  background-color: white;
  margin-bottom: 50px;
  padding-top: 20px;
  position: relative;
}
.step__contents ul li:not(:last-child):after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -40px;
  border-left: 100px solid transparent;
  border-right: 100px solid transparent;
  border-top: 40px solid rgb(255, 255, 255);
  width: 0;
  height: 0;
}
.step__contents ul li h3 {
  font-size: 24px;
  font-family: serif;
}
.step__contents ul li h3 span {
  font-size: 40px;
  color: #789c64;
  margin-left: 50px;
  margin-right: 20px;
}
.step__contents ul li p {
  margin-left: 116px;
  width: 624px;
}
.step__contents ul li img {
  margin-left: 116px;
  margin-top: 20px;
  margin-bottom: 40px;
  width: 600px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}

.slogan {
  margin-top: 60px;
  position: relative;
  background-color: #353535;
  height: 400px;
  width: 100vw;
}
.slogan img {
  height: 400px;
  width: 100vw;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.3;
}
.slogan h2 {
  color: #ffffff;
  font-size: 38px;
  line-height: 60px;
  font-family: serif;
  text-shadow: 1px 1px 7px rgb(255, 255, 255);
  width: 760px;
}
.slogan .sentence1 {
  position: absolute;
  top: 44%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slogan .sentence2 {
  position: absolute;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sns {
  width: 100vw;
}
.sns p {
  width: 800px;
  margin: 0 auto;
  margin-top: 80px;
  font-size: 18px;
}
.sns .share {
  width: 700px;
  height: 180px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 90px;
  background-color: white;
  border: #353535 1px solid;
}
.sns .share p {
  width: 700px;
  margin-top: 40px;
  text-align: center;
  font-size: 18px;
}
.sns .share ul {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 0 auto;
  margin-top: 30px;
}
.sns .share ul li .share_x {
  background-color: #000000;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
}
.sns .share ul li .share_facebook {
  background-color: #1877f2;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
}
.sns .share ul li .share_line {
  background-color: #00b900;
  color: white;
  padding: 8px 16px;
  border-radius: 10px;
}

footer {
  background-color: #989898;
  height: 70px;
}
footer p {
  text-align: center;
  line-height: 20px;
  font-size: 14px;
  padding-top: 20px;
  color: white;
}
footer p .sp_br {
  display: none;
}

@media screen and (max-width: 1100px) {
  header nav {
    width: 900px;
  }
  header nav ul li a {
    font-size: 16px;
  }
  header nav ul li::after {
    margin-left: 8px;
  }
  .light__ttl {
    margin-top: 60px;
  }
}
@media screen and (max-width: 900px) {
  .top__img .ttl .ttl1 {
    font-size: 34px;
    margin-left: 10px;
  }
  .top__img .ttl .ttl2 {
    font-size: 60px;
  }
  header nav {
    display: none;
  }
  .light__ttl {
    margin-top: 0px;
    height: 340px;
  }
  .light__ttl .ttl-box {
    width: 330px;
    height: 180px;
    top: 120px;
  }
  .light__ttl .ttl-box p {
    font-size: 18px;
    margin-left: 46px;
    margin-top: 50px;
    margin-bottom: 4px;
  }
  .light__ttl .ttl-box h2 {
    font-size: 32px;
    margin-left: 46px;
  }
  .light__contents p {
    width: 780px;
  }
  .aboutcfp__ttl {
    margin-top: 80px;
    height: 340px;
  }
  .aboutcfp__ttl .ttl-box {
    width: 420px;
    height: 180px;
    top: 120px;
  }
  .aboutcfp__ttl .ttl-box h2 {
    font-size: 28px;
    margin-left: 16px;
    margin-top: 70px;
  }
  .aboutcfp__contents {
    margin-top: 0px;
  }
  .aboutcfp__contents p {
    width: 780px;
  }
  .aboutcfp__contents img {
    width: 660px;
    margin: 20px auto 40px auto;
  }
  .aboutcfp__calculation {
    width: 780px;
  }
  .aboutcfp .chuu {
    width: 780px;
    margin-bottom: 0px;
  }
  .cfp__ttl {
    margin-top: 80px;
    height: 340px;
  }
  .cfp__ttl .ttl-box {
    width: 450px;
    height: 180px;
    top: 120px;
  }
  .cfp__ttl .ttl-box p {
    font-size: 18px;
    margin-left: 20px;
    margin-top: 60px;
    margin-bottom: 0px;
  }
  .cfp__ttl .ttl-box h2 {
    font-size: 28px;
    margin-left: 20px;
  }
  .cfp__contents p {
    width: 780px;
    margin-top: 0px;
  }
  .cfp__contents .slider {
    margin-top: 30px;
  }
  .cfp__contents .slider button img {
    width: 200px;
    height: 120px;
  }
  .cfp__contents .slider button p {
    top: 48%;
  }
  .cfp__contents .discription {
    margin-top: 40px;
    width: 100vw;
  }
  .cfp__contents .discription__contents {
    width: 780px;
  }
  .cfp__contents .discription__contents p {
    margin-top: 20px;
  }
  .cfp__contents .discription__contents img {
    width: 670px;
    height: 380px;
  }
  .cfp__contents .discription__contents .credit {
    width: 670px;
  }
  .step__ttl {
    margin-top: 80px;
    height: 340px;
  }
  .step__ttl .ttl-box {
    width: 400px;
    height: 180px;
    top: 120px;
  }
  .step__ttl .ttl-box p {
    font-size: 18px;
    margin-left: 30px;
    margin-top: 60px;
    margin-bottom: 4px;
  }
  .step__ttl .ttl-box h2 {
    font-size: 28px;
    margin-left: 30px;
  }
  .step__contents {
    width: 100vw;
  }
  .step__contents p {
    width: 780px;
  }
  .step__contents ul {
    width: 780px;
  }
  .step__contents ul li p {
    width: 80%;
  }
  .step__contents ul li img {
    width: 80%;
    margin-bottom: 30px;
  }
  .slogan {
    height: 300px;
  }
  .slogan img {
    height: 300px;
  }
  .slogan h2 {
    font-size: 32px;
    line-height: 50px;
    width: 640px;
  }
  .sns p {
    width: 780px;
    margin-top: 60px;
  }
  .sns .share {
    width: 600px;
    height: 160px;
  }
  .sns .share p {
    width: 540px;
    margin-top: 30px;
  }
  .sns .share ul {
    display: flex;
    justify-content: space-around;
    width: 80%;
  }
}
@media screen and (max-width: 780px) {
  .top__img img {
    width: 100vw;
    height: 100vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .top__img .ttl {
    left: 230px;
  }
  .top__img .ttl .ttl1 {
    font-size: 34px;
    margin-left: 10px;
  }
  .top__img .ttl .ttl2 {
    font-size: 60px;
  }
  .light__contents p {
    width: 90vw;
  }
  .aboutcfp__contents p {
    width: 90vw;
  }
  .aboutcfp__contents img {
    width: 80vw;
  }
  .aboutcfp__calculation {
    width: 90vw;
  }
  .aboutcfp .chuu {
    width: 90vw;
  }
  .cfp__contents p {
    width: 90vw;
  }
  .cfp__contents .discription__contents {
    width: 90vw;
  }
  .cfp__contents .discription__contents img {
    width: 80vw;
    height: auto;
  }
  .cfp__contents .discription__contents .credit {
    width: 80vw;
    margin-bottom: 20px;
  }
  .cfp__contents .discription__contents .sankou {
    width: 80vw;
  }
  .step__contents p {
    width: 90vw;
  }
  .step__contents ul {
    width: 90vw;
  }
  .step__contents ul li p {
    width: 76%;
  }
  .step__contents ul li img {
    width: 76%;
    margin-bottom: 30px;
  }
  .sns p {
    width: 90vw;
  }
}
@media screen and (max-width: 650px) {
  .top__img .ttl {
    left: 230px;
    width: 350px;
  }
  .top__img .ttl .ttl1 {
    font-size: 28px;
  }
  .top__img .ttl .ttl2 {
    font-size: 50px;
  }
  .light__ttl {
    height: 240px;
  }
  .light__ttl .ttl-box {
    top: 60px;
    right: 30px;
    height: 140px;
    width: 280px;
  }
  .light__ttl .ttl-box p {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 40px;
  }
  .light__ttl .ttl-box h2 {
    font-size: 28px;
  }
  .aboutcfp__ttl {
    margin-top: 60px;
    height: 240px;
  }
  .aboutcfp__ttl .ttl-box {
    width: 360px;
    height: 140px;
    top: 60px;
    left: 30px;
  }
  .aboutcfp__ttl .ttl-box h2 {
    font-size: 24px;
    margin-left: 16px;
    margin-top: 50px;
  }
  .cfp__ttl {
    height: 240px;
  }
  .cfp__ttl .ttl-box {
    top: 60px;
    right: 30px;
    height: 140px;
    width: 374px;
  }
  .cfp__ttl .ttl-box p {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 40px;
    margin-left: 14px;
  }
  .cfp__ttl .ttl-box h2 {
    font-size: 24px;
    margin-left: 14px;
  }
  .cfp__contents .slider button img {
    width: 160px;
    height: 100px;
  }
  .cfp__contents .discription__contents .sankou {
    font-size: 16px;
  }
  .step__ttl {
    margin-top: 60px;
    height: 240px;
  }
  .step__ttl .ttl-box {
    width: 340px;
    height: 140px;
    top: 70px;
    left: 30px;
  }
  .step__ttl .ttl-box p {
    font-size: 18px;
    margin-bottom: 0px;
    margin-top: 46px;
    margin-left: 20px;
  }
  .step__ttl .ttl-box h2 {
    font-size: 24px;
    margin-left: 20px;
  }
  .step__contents ul li h3 span {
    margin-left: 30px;
  }
  .step__contents ul li p {
    margin-left: 96px;
  }
  .step__contents ul li img {
    margin-left: 96px;
  }
  .slogan {
    height: 220px;
  }
  .slogan img {
    height: 220px;
  }
  .slogan h2 {
    font-size: 26px;
    line-height: 40px;
    width: 520px;
  }
  .sns .share {
    width: 90vw;
    height: 160px;
    margin-top: 40px;
    margin-bottom: 60px;
  }
  .sns .share p {
    width: 80vw;
  }
  .sns .share ul {
    width: 80vw;
  }
  footer p {
    font-size: 12px;
    padding-top: 18px;
  }
}
@media screen and (max-width: 590px) {
  .light__contents p {
    font-size: 16px;
  }
  .light__contents .chuu {
    font-size: 12px;
  }
  .aboutcfp__contents p {
    font-size: 16px;
  }
  .aboutcfp__contents .chuu {
    font-size: 12px;
  }
  .aboutcfp__calculation {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .aboutcfp__calculation h3 .sp_br {
    display: block;
  }
  .aboutcfp .chuu {
    font-size: 12px;
  }
  .cfp__ttl {
    margin-top: 60px;
  }
  .cfp__contents p {
    font-size: 16px;
  }
  .cfp__contents .slider button img p {
    font-size: 16px;
  }
  .cfp__contents .discription__contents p {
    font-size: 16px;
  }
  .cfp__contents .discription__contents .credit {
    font-size: 12px;
  }
  .step__contents p {
    font-size: 16px;
  }
  .step__contents p span {
    font-size: 12px;
  }
  .step__contents ul li {
    width: 90vw;
  }
  .step__contents ul li p {
    font-size: 16px;
    width: 80%;
  }
  .step__contents ul li img {
    width: 80%;
  }
  .sns p {
    font-size: 16px;
  }
  .sns .share p {
    font-size: 16px;
  }
  .sns .share ul {
    display: flex;
    justify-content: space-around;
    width: 90%;
  }
  .sns .share ul li {
    font-size: 14px;
  }
  footer p {
    font-size: 10px;
    padding-top: 16px;
    line-height: 14px;
  }
  footer p .sp_br {
    display: block;
  }
}
@media screen and (max-width: 570px) {
  .cfp__contents .slider button img {
    width: 200px;
    height: 130px;
  }
  .step__contents ul li h3 {
    margin-left: 8px;
  }
  .step__contents ul li h3 span {
    margin-left: 14px;
    margin-right: 10px;
  }
  .step__contents ul li p {
    margin-left: 76px;
  }
  .step__contents ul li img {
    margin-left: 76px;
  }
}
@media screen and (max-width: 520px) {
  .light__ttl {
    height: 220px;
  }
  .light__ttl .ttl-box {
    right: 0px;
    top: 40px;
  }
  .aboutcfp__ttl {
    margin-top: 40px;
    height: 220px;
  }
  .aboutcfp__ttl .ttl-box {
    top: 40px;
    left: 0px;
  }
  .aboutcfp__calculation h3 {
    font-size: 20px;
    width: 90%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 20px;
  }
  .aboutcfp .chuu {
    word-break: break-all;
  }
  .cfp__ttl {
    height: 220px;
  }
  .cfp__ttl .ttl-box {
    top: 40px;
    right: 0px;
  }
  .step__ttl {
    height: 220px;
  }
  .step__ttl .ttl-box {
    width: 340px;
    height: 140px;
    top: 50px;
    left: 0px;
  }
  .step__contents ul li {
    width: 90vw;
  }
  .step__contents ul li p {
    font-size: 16px;
    width: 80%;
  }
  .step__contents ul li img {
    height: 180px;
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    margin-left: 20px;
  }
  .slogan h2 {
    font-size: 22px;
    line-height: 30px;
    width: 450px;
  }
  .sns .share ul {
    width: 88vw;
  }
}
@media screen and (max-width: 470px) {
  .cfp__contents .discription__contents .sankou {
    font-size: 14px;
  }
}
@media screen and (max-width: 460px) {
  .top__img .ttl {
    left: 50%;
  }
  .top__img .ttl .ttl1 {
    font-size: 20px;
    margin-left: 8px;
  }
  .top__img .ttl .ttl2 {
    font-size: 38px;
  }
  header {
    height: 20px;
  }
  .light__ttl {
    height: 180px;
  }
  .light__ttl .ttl-box {
    top: 50px;
    height: 100px;
    width: 240px;
  }
  .light__ttl .ttl-box p {
    font-size: 16px;
    margin-top: 26px;
  }
  .light__ttl .ttl-box h2 {
    font-size: 22px;
  }
  .aboutcfp__ttl {
    height: 180px;
  }
  .aboutcfp__ttl .ttl-box {
    top: 50px;
    width: 300px;
    height: 100px;
  }
  .aboutcfp__ttl .ttl-box h2 {
    font-size: 20px;
    margin-left: 10px;
    margin-top: 36px;
  }
  .cfp__ttl {
    height: 180px;
  }
  .cfp__ttl .ttl-box {
    top: 50px;
    height: 100px;
    width: 350px;
  }
  .cfp__ttl .ttl-box p {
    font-size: 16px;
    margin-top: 26px;
  }
  .cfp__ttl .ttl-box h2 {
    font-size: 22px;
  }
  .cfp__contents .slider button img {
    width: 160px;
    height: 100px;
  }
  .step__ttl {
    height: 180px;
  }
  .step__ttl .ttl-box {
    width: 280px;
    height: 100px;
  }
  .step__ttl .ttl-box p {
    font-size: 16px;
    margin-top: 26px;
  }
  .step__ttl .ttl-box h2 {
    font-size: 20px;
    margin-left: 16px;
  }
  .step__contents ul li h3 {
    font-size: 20px;
  }
  .step__contents ul li h3 span {
    font-size: 32px;
  }
  .step__contents ul li p {
    margin-left: 56px;
  }
  .slogan h2 {
    font-size: 20px;
    line-height: 26px;
    width: 400px;
  }
  .sns .share {
    height: 250px;
  }
  .sns .share ul {
    flex-direction: column;
    margin-top: 20px;
  }
  .sns .share ul li {
    margin: 14px auto;
  }
}
@media screen and (max-width: 400px) {
  .cfp__ttl {
    height: 180px;
  }
  .cfp__ttl .ttl-box {
    top: 50px;
    height: 100px;
    width: 320px;
  }
  .cfp__ttl .ttl-box p {
    font-size: 16px;
    margin-top: 26px;
  }
  .cfp__ttl .ttl-box h2 {
    font-size: 20px;
  }
  .slogan {
    height: 180px;
  }
  .slogan img {
    height: 180px;
  }
  .slogan h2 {
    font-size: 18px;
    line-height: 24px;
    width: 360px;
  }
}
@media screen and (max-width: 371px) {
  .step__contents ul li h3 {
    font-size: 18px;
  }
  .step__contents ul li h3 span {
    font-size: 28px;
  }
  .step__contents ul li p {
    margin-left: 50px;
  }
}/*# sourceMappingURL=cfp.css.map */