@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
body {
  font-family: "Noto Sans JP", "游ゴシック Medium", "Yu Gothic Medium", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  font-size: 1rem;
}

.container {
  padding: 0;
  margin: 0;
  background-color: #F48F19;
}

.container-a {
  padding: 0;
  margin: 0;
  background-color: rgba(255, 222, 183, 0.3);
}

.container-b {
  padding: 40px 0 80px 0;
  margin: 0;
  background-color: #FFDEB7;
}
.container-b h2 {
  font-size: 2.4rem;
  text-align: center;
  padding: 0 0 40px 0;
}

.container-c {
  padding: 40px 0 80px 0;
  margin: 0;
  background-color: #FFDEB7;
}

.container-d {
  padding: 60px 0 100px 0;
  margin: 0;
  background-color: #FFDEB7;
}
.container-d h2 {
  color: #F48F19;
  font-size: 5rem;
  padding-bottom: 60px;
  text-align: center;
  font-weight: normal;
}

h2.company {
  color: #F48F19;
  font-size: 5rem;
  padding-top: 90px;
  padding-bottom: 100px;
  text-align: center;
  font-weight: normal;
}

.inner {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}

.form-inner {
  margin-bottom: 60px;
}
.form-inner h3 {
  margin-bottom: 20px;
}
.form-inner p {
  margin-bottom: 15px;
}
.form-inner p input {
  margin-right: 10px;
}

.slide-items .slick-dots {
  bottom: 15px;
}

.slick-dots li button:before {
  font-size: 10px;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slider {
  position: relative;
}
.slider p {
  position: absolute;
  top: 30px;
  left: 30px;
  z-index: 100;
}

.slide-items {
  padding: 0;
  margin: 0;
}

.slide-items2 li {
  padding: 0 20px;
}
.slide-items2 .slick-dots li {
  padding: 0;
  bottom: -20px;
}

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

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 8px 30px;
  background-color: #F48F19;
  color: #fff;
}
header p {
  font-size: 3.5rem;
  font-weight: 700;
}
header h1 {
  font-size: 1.6rem;
  font-weight: normal;
}
header h1 br {
  display: none;
}
header a {
  color: #fff;
  text-decoration: none;
}

.copy {
  color: #fff;
}
.copy p {
  text-align: center;
  font-size: 4rem;
  padding-top: 50px;
}
.copy h2 {
  font-size: 7rem;
  text-align: center;
  line-height: 1.2;
}
.copy h2 span {
  background: linear-gradient(transparent 70%, #FFD800 30%);
  display: inline-block;
  margin-bottom: 20px;
}

.btn-list {
  display: flex;
  justify-content: center;
  padding: 60px 0;
}
.btn-list p {
  display: flex;
  align-items: center;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 700;
  transition: 0.3s;
  margin-right: 40px;
}
.btn-list p:nth-of-type(1) {
  background-color: #F48F19;
  border-radius: 80px;
}
.btn-list p:nth-of-type(1) a {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 30px 60px;
}
.btn-list p:nth-of-type(1):hover {
  opacity: 0.6;
  transition: 0.3s;
}
.btn-list p:nth-of-type(2) {
  background-color: #FFD800;
  border-radius: 80px;
}
.btn-list p:nth-of-type(2) a {
  color: #000;
  text-decoration: none;
  display: block;
  padding: 20px 60px;
}
.btn-list p:nth-of-type(2):hover {
  opacity: 0.6;
  transition: 0.3s;
}

.text {
  text-align: center;
  font-size: 2rem;
  padding: 140px 0 160px 0;
  line-height: 3;
  font-weight: 700;
}

.support {
  position: relative;
}
.support p {
  margin-top: -100px;
}

.point-cnt {
  margin-top: 85px;
}
.point-cnt div {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
}
.point-cnt div p:nth-of-type(1) {
  width: 20%;
  margin-right: 5%;
}
.point-cnt div p:nth-of-type(2) {
  width: 75%;
  padding-bottom: 20px;
}
.point-cnt > p {
  text-align: center;
  font-size: 4.5rem;
  background-color: #F48F19;
  color: #fff;
  padding: 160px 0 180px 0;
  margin-top: -100px;
}
.point-cnt > p img {
  max-width: 880px;
  display: block;
  margin: 0 auto;
}

.point-cnt2 {
  margin-top: -100px;
}
.point-cnt2 div {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
}
.point-cnt2 div p:nth-of-type(1) {
  width: 75%;
}
.point-cnt2 div p:nth-of-type(2) {
  width: 20%;
  margin-left: 5%;
  padding-bottom: 20px;
}
.point-cnt2 > p {
  text-align: center;
  font-size: 4.5rem;
  background-color: #F48F19;
  color: #fff;
  padding: 200px 0 120px 0;
  margin-top: -100px;
}
.point-cnt2 > p img {
  max-width: 980px;
  display: block;
  margin: 0 auto;
}

.point-cnt3 {
  margin-top: -100px;
}
.point-cnt3 div {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  display: flex;
  align-items: end;
  justify-content: center;
}
.point-cnt3 div p:nth-of-type(1) {
  width: 20%;
  margin-right: 5%;
}
.point-cnt3 div p:nth-of-type(2) {
  width: 75%;
  padding-bottom: 20px;
}
.point-cnt3 > p {
  text-align: center;
  font-size: 4.5rem;
  background-color: #F48F19;
  color: #fff;
  padding: 180px 0 120px 0;
  margin-top: -100px;
}
.point-cnt3 > p img {
  max-width: 980px;
  display: block;
  margin: 0 auto;
}

.flow p:nth-of-type(1) {
  margin-bottom: 40px;
}
.flow p:nth-of-type(2) {
  font-size: 3.5rem;
  margin-bottom: 20px;
}
.flow p:nth-of-type(3) {
  font-size: 2.4rem;
}
.flow p:nth-of-type(4) {
  padding: 45px 0;
}
.flow p:nth-of-type(4) img {
  display: block;
  max-width: 60px;
  margin: 0 auto;
  width: auto;
}

dl.company {
  display: flex;
  max-width: 700px;
  margin: 0 auto 80px auto;
  font-size: 2.2rem;
  flex-wrap: wrap;
}
dl.company dt {
  width: 20%;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
dl.company dt:nth-last-of-type(1) {
  border-bottom: none;
}
dl.company dd {
  width: 80%;
  border-bottom: 1px solid #707070;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
dl.company dd p {
  padding: 10px;
  border-radius: 50px;
  border: 1px solid #707070;
  margin-top: 10px;
}
dl.company dd:nth-last-of-type(1) {
  border-bottom: none;
}

.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.entry {
  font-size: 2.5rem;
}
.entry h3 {
  font-size: 2.5rem;
}
.entry h3 span {
  color: red;
}
.entry .inner {
  max-width: 750px;
  margin: 0 auto;
}

.form-single h3 {
  font-weight: normal !important;
  margin-bottom: 10px;
}
.form-single input {
  width: 100%;
}

textarea {
  width: 100%;
}

.spam-check {
  font-size: 1.8rem;
}

.note1 {
  font-size: 2rem;
  margin-top: 30px;
}

.note2 {
  font-size: 2rem;
  margin-bottom: 30px;
}

.youtube {
  width: 100%;
  aspect-ratio: 16/9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}

.movie-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}
.movie-list li {
  width: 31%;
  margin-bottom: 20px;
  font-weight: 700;
}
.movie-list li p:nth-of-type(1) {
  margin-bottom: 20px;
}

.form-image {
  background-color: #F48F19;
  margin-bottom: 60px;
}
.form-image p {
  max-width: 750px;
  margin: 0 auto;
}

.apply input {
  background-color: #F48F19;
  border: none;
  border-radius: 60px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  padding: 20px;
  text-align: center;
  transition: 0.3s;
}
.apply input:hover {
  opacity: 0.5;
  transition: 0.3s;
}

.official {
  margin-bottom: 100px;
}
.official ul {
  display: flex;
  justify-content: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.official ul li {
  text-align: center;
}
.official ul li a {
  display: block;
  text-decoration: none;
  color: #fff;
  border: 1px solid #ccc;
  padding: 20px 60px;
  background-color: #666;
  border-radius: 4px;
}
.official ul li a:hover {
  background-color: #00a83b;
  color: #fff;
  transition: 0.5s;
}
.official ul li:nth-of-type(2) {
  margin: 0 40px;
}

.spot {
  max-width: 1000px;
  margin: 0 auto 40px auto;
}
.spot h3 {
  margin-bottom: 20px;
}
.spot > div {
  margin-bottom: 40px;
}
.spot ul {
  display: flex;
  flex-wrap: wrap;
}
.spot ul li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.spot ul li a {
  display: block;
  text-decoration: none;
  color: #666;
  border: 1px solid #ccc;
  padding: 20px 60px;
  background-color: #fff;
  border-radius: 4px;
}
.spot ul li a:hover {
  background-color: #00a83b;
  color: #fff;
  transition: 0.5s;
}
.fv {
  margin-bottom: 120px;
}

.fv-image {
  position: relative;
}
.fv-image .fv-text {
  position: absolute;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.btn {
  border-radius: 20px;
  background-color: #ffe367;
  max-width: 800px;
  width: 90%;
  margin: 0 auto;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 700;
}
.btn img {
  display: inline-block;
  vertical-align: middle;
  max-width: 40px;
  height: auto;
  padding-right: 10px;
}
.btn a {
  display: block;
  padding: 20px;
  color: #6b5c5c;
  text-decoration: none;
}
.btn a:hover {
  background-color: #00a83b;
  color: #fff;
  transition: 0.5s;
}

footer {
  text-align: center;
  padding: 100px 0 20px 0;
}

@media screen and (max-width: 768px) {
  header {
    padding: 15px 15px;
  }
  h1 {
    font-size: 1.8rem;
  }
  .official {
    margin-bottom: 100px;
  }
  .official ul {
    display: block;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 700;
  }
  .official ul li {
    max-width: 95%;
    margin: 0 auto 10px auto;
  }
  .official ul li a {
    display: block;
    text-decoration: none;
    color: #fff;
    border: 1px solid #ccc;
    padding: 20px 60px;
    background-color: #666;
    border-radius: 4px;
  }
  .official ul li a:hover {
    background-color: #00a83b;
    color: #fff;
    transition: 0.5s;
  }
  .official ul li:nth-of-type(2) {
    margin: 0 auto 10px auto;
  }
  .movie-inner {
    position: relative;
    background-image: url("../imgs/bgr.gif");
    background-repeat: repeat;
    padding: 40px 0;
    margin-bottom: 40px;
  }
  .movie-inner::after {
    content: none;
    position: absolute;
    top: -100px;
    right: 10%;
  }
  .movie-block {
    max-width: 1000px;
    margin: 0 auto 40px auto;
    display: block;
    align-items: center;
    border-bottom: 1px dotted #666;
    padding-bottom: 40px;
  }
  .movie-block div:nth-of-type(1) {
    width: 100%;
    margin-bottom: 10px;
  }
  .movie-block div:nth-of-type(2) {
    width: 100%;
    padding-left: 40px;
    font-size: 2rem;
  }
  .movie-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto;
  }
  .movie-list li {
    width: 31%;
    margin-bottom: 20px;
    font-weight: 700;
  }
  .movie-list li p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .fv {
    margin-bottom: 60px;
  }
  .fv-image {
    position: relative;
  }
  .fv-image .fv-text {
    position: absolute;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .btn {
    border-radius: 20px;
    background-color: #ffe367;
    max-width: 800px;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 700;
  }
  .btn img {
    display: inline-block;
    vertical-align: middle;
    max-width: 40px;
    height: auto;
    padding-right: 10px;
  }
  .btn a {
    display: block;
    padding: 20px;
    color: #6b5c5c;
    text-decoration: none;
  }
  .btn a:hover {
    background-color: #00a83b;
    color: #fff;
    transition: 0.5s;
  }
  .spot {
    max-width: 95%;
    margin: 0 auto 40px auto;
  }
  .spot h3 {
    margin-bottom: 20px;
  }
  .spot > div {
    margin-bottom: 40px;
  }
  .spot ul {
    display: flex;
    flex-wrap: wrap;
  }
  .spot ul li {
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .spot ul li a {
    display: block;
    text-decoration: none;
    color: #666;
    border: 1px solid #ccc;
    padding: 20px 20px;
    background-color: #fff;
    border-radius: 4px;
  }
  .spot ul li a:hover {
    background-color: #00a83b;
    color: #fff;
    transition: 0.5s;
  }
}
@media screen and (max-width: 480px) {
  .slider {
    position: relative;
  }
  .slider p {
    position: absolute;
    top: 20px;
    left: 10px;
    z-index: 100;
    max-width: 80px;
  }
  .copy {
    color: #fff;
  }
  .copy p {
    text-align: center;
    font-size: 4rem;
    padding-top: 50px;
    padding: 50px 20px 0 20px;
  }
  .copy h2 {
    font-size: 7rem;
    text-align: center;
    line-height: 1.2;
  }
  .copy h2 span {
    background: linear-gradient(transparent 70%, #FFD800 30%);
    display: inline-block;
    margin-bottom: 20px;
  }
  .btn-list {
    display: block;
    justify-content: center;
    padding: 60px 0;
  }
  .btn-list p {
    display: flex;
    align-items: center;
    font-size: 2rem;
    text-align: center;
    font-weight: 700;
    transition: 0.3s;
    margin-right: 0;
  }
  .btn-list p:nth-of-type(1) {
    background-color: #F48F19;
    border-radius: 80px;
    margin-bottom: 20px;
  }
  .btn-list p:nth-of-type(1) a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 30px 60px;
    width: 100%;
  }
  .btn-list p:nth-of-type(1):hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .btn-list p:nth-of-type(2) {
    background-color: #FFD800;
    border-radius: 80px;
  }
  .btn-list p:nth-of-type(2) a {
    color: #000;
    text-decoration: none;
    display: block;
    padding: 20px 60px;
    width: 100%;
  }
  .btn-list p:nth-of-type(2):hover {
    opacity: 0.6;
    transition: 0.3s;
  }
  .slide-items2 li {
    padding: 0 8px;
  }
  .text {
    text-align: center;
    font-size: 1.8rem;
    padding: 50px 20px 70px 20px;
    line-height: 2.4;
    font-weight: 700;
  }
  .support {
    position: relative;
    padding: 0 20px;
  }
  .support p {
    margin-top: -60px;
  }
  .point-cnt {
    margin-top: 85px;
  }
  .point-cnt div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .point-cnt div p:nth-of-type(1) {
    width: 19.4%;
    margin-right: 2.8%;
    margin-left: 2.8%;
  }
  .point-cnt div p:nth-of-type(2) {
    width: 75%;
    padding-bottom: 20px;
  }
  .point-cnt > p {
    text-align: center;
    font-size: 2.4rem;
    background-color: #F48F19;
    color: #fff;
    padding: 60px 50px 100px 50px;
    margin-top: -40px;
  }
  .point-cnt2 {
    margin-top: -60px;
  }
  .point-cnt2 div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .point-cnt2 div p:nth-of-type(1) {
    width: 75%;
  }
  .point-cnt2 div p:nth-of-type(2) {
    width: 20%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    padding-bottom: 20px;
  }
  .point-cnt2 > p {
    text-align: center;
    font-size: 2.4rem;
    background-color: #F48F19;
    color: #fff;
    padding: 100px 20px 110px 20px;
    margin-top: -50px;
  }
  .point-cnt2 br {
    display: none;
  }
  .point-cnt3 {
    margin-top: -100px;
  }
  .point-cnt3 div {
    width: 100%;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    align-items: end;
    justify-content: center;
  }
  .point-cnt3 div p:nth-of-type(1) {
    width: 20%;
    margin-right: 5%;
  }
  .point-cnt3 div p:nth-of-type(2) {
    width: 75%;
    padding-bottom: 20px;
  }
  .point-cnt3 > p {
    text-align: center;
    font-size: 2.4rem;
    background-color: #F48F19;
    color: #fff;
    padding: 80px 20px 60px 20px;
    margin-top: -50px;
  }
  .point-cnt3 > p br {
    display: none;
  }
  .flow {
    padding: 0 20px;
  }
  .flow p:nth-of-type(1) {
    margin-bottom: 20px;
  }
  .flow p:nth-of-type(2) {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
  .flow p:nth-of-type(3) {
    font-size: 2rem;
  }
  .flow p:nth-of-type(4) {
    padding: 45px 0;
  }
  .flow p:nth-of-type(4) img {
    display: block;
    max-width: 60px;
    margin: 0 auto;
    width: auto;
  }
  dl.company {
    display: block;
    max-width: 700px;
    margin: 0 auto 80px auto;
    font-size: 2.2rem;
    flex-wrap: wrap;
    padding: 0 20px;
  }
  dl.company dt {
    width: 100%;
    border-bottom: none;
    margin-bottom: 10px;
    padding-bottom: 0;
    font-size: 1.6rem;
  }
  dl.company dt:nth-last-of-type(1) {
    border-bottom: none;
  }
  dl.company dd {
    width: 100%;
    border-bottom: 1px solid #707070;
    font-size: 2rem;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  dl.company dd p {
    padding: 10px;
    border-radius: 50px;
    border: 1px solid #707070;
    margin-top: 10px;
  }
  dl.company dd:nth-last-of-type(1) {
    border-bottom: none;
  }
  .map {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 75%;
  }
  .map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 20px;
    background-color: #F48F19;
    color: #fff;
  }
  header p {
    font-size: 2.5rem;
    font-weight: 700;
  }
  header h1 {
    font-size: 1.4rem;
    font-weight: normal;
  }
  header h1 br {
    display: block;
  }
  .entry {
    font-size: 2rem;
  }
  .entry h3 {
    font-size: 2.2rem;
  }
  .entry h3 span {
    color: red;
  }
  h2.company {
    color: #F48F19;
    font-size: 3rem;
    padding-top: 90px;
    padding-bottom: 100px;
    text-align: center;
    font-weight: normal;
  }
  .form-inner {
    padding: 0 20px;
  }
  .apply {
    padding: 0 20px;
  }
}