@charset "UTF-8";
html {
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", "Arial", "メイリオ", sans-serif;
  line-height: 1.8;
  box-sizing: border-box;
}

.follow_btn {
  position: fixed;
  bottom: 70px;
  right: 20px;
  padding: 10px;
  border: 1px solid orange;
  border-radius: 50%;
  color: orange;
}

header {
  background: -webkit-linear-gradient(90deg, #fcd7a1, #fff, #fcd7a1);
  background: linear-gradient(90deg, #fcd7a1, #fff, #fcd7a1);
  height: 500px;
  padding: 30px 50px;
  height: auto;
  box-shadow: 2px 2px 5px;
}

header .header_content {
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

header .header_content .header_title {
  margin-right: 50px;
}

header .header_content .header_title p {
  font-size: 1.2rem;
  font-style: italic;
  color: #000;
}

header .header_content .header_title h1 {
  width: 600px;
}

header .header_content .header_logo img {
  height: 100px;
}

main .main_container {
  max-width: 800px;
  margin: 80px auto;
  margin-top: 50px;
}

main .main_container .read {
  font-size: 1.15rem;
  line-height: 2;
}

main .main_container .seieinavi_youtube {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 70px;
}

main .main_container .seieinavi_youtube p {
  width: 70%;
  margin: 0 auto;
  border: 2px dotted orangered;
  font-size: 1.2rem;
  font-weight: bold;
  margin-bottom: 15px;
}

main .main_container .app {
  border: 3px dotted skyblue;
  border-radius: 10px;
  padding: 20px;
  position: relative;
}

main .main_container .app .free {
  display: inline-block;
  padding: 3px 25px;
  background-color: red;
  border-radius: 3px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  position: absolute;
  right: 20px;
}

main .main_container .app p:nth-child(1) {
  font-size: 1.3rem;
  font-weight: bold;
}

main .main_container .app .qr_code {
  margin-top: 30px;
  display: flex;
  justify-content: space-around;
}

main .main_container .app .qr_code div {
  text-align: center;
}

main .main_container .app .qr_code div img {
  height: 170px;
}

main .main_container .app .qr_code div p {
  font-size: 1.3rem;
}

main .main_container .pamphlet {
  margin-top: 50px;
}

main .main_container .pamphlet h2 {
  font-size: 1.3rem;
  font-weight: bold;
}

main .main_container .pamphlet ul {
  display: flex;
  justify-content: space-between;
}

main .main_container .pamphlet ul li {
  width: 32%;
  border: 3px dotted pink;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
}

main .main_container .pamphlet ul li p {
  margin-bottom: 20px;
  font-size: 0.8rem;
  line-height: 1.2;
}

main .main_container .pamphlet ul li img {
  width: 80%;
  opacity: 0.8;
  transition: 0.1s;
}

main .main_container .pamphlet ul li img:hover {
  transform: scale(1.03);
  opacity: 1;
}

main .main_container .exp {
  margin-top: 70px;
}

main .main_container .exp .exp_title {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

main .main_container .exp .exp_title img {
  width: 50px;
  margin-right: 15px;
}

main .main_container .exp .exp_title p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #1c1c99;
  border-bottom: 2px dotted #333;
}

main .main_container .exp .exp_title p span {
  font-size: 1rem;
  margin-left: 15px;
  color: #333;
}

main .main_container .exp .exp_content {
  margin-bottom: 50px;
}

main .main_container .exp .exp_content img {
  width: 100%;
}

main .main_container .contact {
  margin-top: 100px;
}

main .main_container .contact p {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 10px;
}

main .main_container .contact p span {
  font-size: 1rem;
}

main .main_container .contact form {
  border: 1px solid #333;
  padding: 20px;
}

main .main_container .contact input[type="text"],
main .main_container .contact input[type="email"] {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px;
  width: 400px;
}

main .main_container .contact textarea {
  border: 1px solid #aaa;
  border-radius: 5px;
  padding: 5px;
  width: 400px;
  height: 150px;
}

main .main_container .contact .item {
  overflow: hidden;
  margin-bottom: 20px;
}

main .main_container .contact .label {
  float: left;
  margin-right: 20px;
  width: 200px;
  border-left: 5px solid orange;
  padding-left: 10px;
}

main .main_container .contact .button-area {
  text-align: center;
}

main .main_container .contact .button-area input[type="submit"] {
  border: 2px solid orange;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 30px;
}

main .main_container .contact .button-area input[type="submit"]:hover {
  background-color: orange;
  color: #fff;
}

main .main_container .contact .button-area input[type="reset"] {
  border: 2px solid #333;
  padding: 5px 20px;
  border-radius: 5px;
  margin-right: 30px;
}

main .main_container .contact .button-area input[type="reset"]:hover {
  background-color: #333;
  color: #fff;
}

main .completion {
  width: 50%;
  margin: 100px auto;
}

main .completion p {
  line-height: 3;
}

main .completion p:first-child {
  font-size: 2rem;
  margin-bottom: 20px;
}

main .completion div {
  text-align: center;
}

main .completion div a {
  display: inline-block;
  margin-top: 150px;
  padding: 10px 20px;
  border: 1px solid skyblue;
  border-radius: 10px;
}

main .completion div a:hover {
  background-color: skyblue;
  color: #fff;
}

footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  height: 50px;
  background-color: #333;
  display: flex;
  justify-content: center;
  align-items: center;
}

footer p {
  color: #fff;
  font-size: 0.8rem;
}
