@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@500&family=Noto+Sans+JP:wght@400;500&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*余白や線を幅や高さに含める*/
}

body {
  width: 100%;
  font-family: YakuHanMP,"Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222;
  font-weight: 400;
  font-size: 3.6vw;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.serif {
  font-family: 'Noto Serif JP', serif;
}

.noto {
  font-family: 'Noto Sans JP', serif;
}

.zenmaru {
  font-family: 'Zen Maru Gothic', sans-serif;
}

body.fixed {
  position: fixed;
}

.smp-block {
  display: block;
}

@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .set-block {
    display: inline-block;
  }
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  vertical-align: bottom;
}

a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
}

a:hover img {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  a.tel-link {
    pointer-events: none;
  }
}

span.sup {
  font-size: 0.6em;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

header a {
  display: block;
  width: 100%;
}

header a h1 {
  width: 49%;
  margin: 0 auto;
  padding: 3% 0;
}

@media screen and (min-width: 768px) {
  header a h1 {
    padding: 15px;
    max-width: 336px;
  }
}

@media screen and (min-width: 1000px) {
  header a h1 {
    padding: 25px;
  }
}

div.fix-btn {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: -1px;
  z-index: 4;
}

@media screen and (min-width: 768px) {
  div.fix-btn {
    width: 12.6%;
    max-width: 171px;
    top: 15%;
    right: 0;
    left: auto;
  }
}

div.fix-btn ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  /*li*/
}

@media screen and (min-width: 768px) {
  div.fix-btn ul {
    display: block;
  }
}

div.fix-btn ul li {
  width: 47%;
}

@media screen and (min-width: 768px) {
  div.fix-btn ul li {
    width: 100%;
  }
}

a.to-top-btn {
  display: none;
}

@media screen and (min-width: 768px) {
  a.to-top-btn {
    position: fixed;
    z-index: 4;
    right: 2%;
    bottom: 20px;
    display: block;
    width: 92px;
  }
}

/*a.to-top-btn*/
p.miki-txt {
  margin-top: 30%;
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
}

@media screen and (min-width: 768px) {
  p.miki-txt {
    margin-top: 12%;
  }
}

p.miki-txt span {
  color: #C95659;
  padding: 10px 2em;
  display: inline-block;
  font-weight: 600;
  background: #FFF;
  border-radius: 10px 10px 0 0;
}

div.slider {
  width: 80%;
  max-width: 800px;
  margin: 0 auto;
}

section.sec01 {
  background: url(../myimg/bg01.png), -webkit-gradient(linear, left top, right top, from(#2b5b3d), to(#35663e));
  background: url(../myimg/bg01.png), linear-gradient(90deg, #2b5b3d, #35663e);
  background-size: 15%,cover;
  /*div.sec01-inner*/
}

@media screen and (min-width: 768px) {
  section.sec01 {
    background: url(../myimg/bg01.png), -webkit-gradient(linear, left top, right top, from(#1f4d3a), to(#37683f));
    background: url(../myimg/bg01.png), linear-gradient(90deg, #1f4d3a, #37683f);
    background-size: 88px,cover;
    overflow: hidden;
  }
}

section.sec01 div.sec01-inner {
  padding: 11% 0 18%;
  position: relative;
  /*sec01-cont-wrap*/
  /*div.sec01-cont-wrap02*/
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner {
    padding: 57px 0 70px;
    max-width: 1360px;
    margin: auto;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img {
  position: absolute;
  width: 25.8%;
  /*top: 27.6%;*/
  /*ボタン表示時にtop:27.6%に変更*/
  top: 31.6%;
  right: 0;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img {
    width: 18.4%;
    top: 0;
    right: 0;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img02 {
  position: absolute;
  width: 6.4%;
  /*top: 27.6%;*/
  top: 31.6%;
  right: 18%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img02 {
    width: 4.4%;
    top: 0;
    right: 2%;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img03 {
  position: absolute;
  width: 7.8%;
  /*top: 27.6%;*/
  top: 31.6%;
  left: 18%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img03 {
    width: 7%;
    top: 0;
    left: 8%;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img04 {
  position: absolute;
  width: 21.4%;
  /*top: 27.6%;*/
  top: 31.6%;
  left: 0;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img04 {
    width: 12.6%;
    top: 0;
    left: -2%;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img05 {
  position: absolute;
  width: 5%;
  /*top: 27.6%;*/
  top: 31.6%;
  right: 25%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img05 {
    width: 6.6%;
    top: 0;
    right: 21%;
  }
}

section.sec01 div.sec01-inner div.sec01-bg-img06 {
  position: absolute;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-bg-img06 {
    width: 4.6%;
    top: 0;
    right: 28%;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap {
  padding-bottom: 0;
  position: relative;
  z-index: 1;
  /*p.txt01*/
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap {
    width: 90%;
    margin: auto;
    max-width: 970px;
    padding-bottom: 0;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap div.sec01-cont-bg01 {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap h1 {
  width: 74%;
  margin: 0 auto;
  margin-bottom: 14%;
  padding-top: 6%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap h1 {
    width: 47.6%;
    padding-top: 3%;
    margin-bottom: 7%;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap div.movie-wrap {
  width: 93.4%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap div.movie-wrap {
    width: 87.4%;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap div.movie-wrap div.movie-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap div.movie-wrap div.movie-box div {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap div.movie-wrap div.movie-box div iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 {
  width: 90%;
  letter-spacing: 0;
  margin: 0 auto;
  margin-top: 5%;
  line-height: 1.4em;
  text-align: center;
  font-weight: bold;
  color: #e50012;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1.5em;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 {
    font-size: 18px;
    margin-top: 2.5%;
  }
}

@media screen and (min-width: 1280px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 {
    font-size: 24px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span {
    position: relative;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::after, section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::before {
  content: " ";
  display: block;
  width: 0.52em;
  height: 100%;
  background: url(../myimg/sec01-kakko01_sp.svg) no-repeat left center;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: 0;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::after, section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::before {
    left: -4%;
    background: url(../myimg/sec01-kakko01_pc.svg) no-repeat left center;
    background-size: contain;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::after {
  background: url(../myimg/sec01-kakko02_sp.svg) no-repeat left center;
  background-size: contain;
  left: auto;
  right: 2%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap p.txt01 span::after {
    right: -2%;
    background: url(../myimg/sec01-kakko02_pc.svg) no-repeat right center;
    background-size: contain;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 {
  position: relative;
  z-index: 1;
  /*ul.btn-list*/
  /*a.survey*/
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 p.txt02 {
  width: 88%;
  margin: auto;
  margin-top: 4%;
  margin-bottom: 10%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 p.txt02 {
    width: 80%;
    max-width: 703px;
    margin-bottom: 35px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list {
  width: 88%;
  margin: 0 auto;
  /*li*/
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list {
    width: 80%;
    max-width: 688px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li {
  margin-bottom: 14%;
  text-align: center;
  border-radius: 5em;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li:nth-of-type(1) a {
  background: #000;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li:nth-of-type(2) a {
  background: #007F44;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li {
    margin-bottom: 35px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a {
  display: block;
  position: relative;
  z-index: 0;
  color: #fff;
  font-weight: 800;
  border-radius: 5em;
  font-size: 1.12em;
  line-height: 1.2em;
  padding: 3% 0;
  -webkit-box-shadow: 5px 5px #FFF829;
          box-shadow: 5px 5px #FFF829;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a {
    font-size: 20px;
    letter-spacing: 0;
    padding: 15px 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a:hover {
    -webkit-transform: translate(5px, 5px);
            transform: translate(5px, 5px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a:hover::after {
    right: 2%;
  }
}

@media screen and (min-width: 1000px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a {
    font-size: 23px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 ul.btn-list li a::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 3%;
  border: 5px solid transparent;
  border-left: 12px solid #FFF;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 p.txt03 {
  width: 88%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 2%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 p.txt03 {
    width: 80%;
    margin-top: 4%;
    max-width: 681px;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey {
  display: block;
  width: 88%;
  margin: 0 auto;
  margin-top: 10%;
  position: relative;
  z-index: 0;
  background-image: url(../myimg/survey-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4em;
  text-align: center;
  padding: 10% 0 9%;
  -webkit-box-shadow: 5px 8px #fff;
          box-shadow: 5px 8px #fff;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey {
    width: 80%;
    max-width: 674px;
    margin-top: 27px;
    padding: 5% 0 6%;
    border-radius: 10em;
    -webkit-box-shadow: 5px 10px #fff;
            box-shadow: 5px 10px #fff;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey:hover {
    -webkit-transform: translate(5px, 10px);
            transform: translate(5px, 10px);
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey:hover::after {
    right: 0%;
  }
}

@media screen and (min-width: 1000px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey {
    padding: 2% 0 3%;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey::after {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  border: 6px solid transparent;
  border-left: 14px solid #ffff00;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey::after {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    right: 2%;
    border: 12px solid transparent;
    border-left: 24px solid #ffff00;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey p {
  color: #FFFF00;
  font-weight: 800;
  font-size: 1.4em;
  padding-bottom: 3%;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey p {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 1.32em;
  }
}

@media screen and (min-width: 1000px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey p {
    font-size: 30px;
    line-height: 1.52em;
  }
}

section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey span {
  background: #fff;
  padding: 0 3%;
  color: #E50012;
  font-weight: 800;
  border-radius: 2em;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey span {
    font-size: 22px;
  }
}

@media screen and (min-width: 1000px) {
  section.sec01 div.sec01-inner div.sec01-cont-wrap02 a.survey span {
    font-size: 25px;
  }
}

/*sec01*/
section.sec02 {
  background-image: -webkit-gradient(linear, left top, right top, from(#8f652a), color-stop(50%, #ba9e68), to(#8f652a));
  background-image: linear-gradient(90deg, #8f652a, #ba9e68 50%, #8f652a);
  padding: 18% 0;
  position: relative;
  /*div.sec02-cont-wrap*/
}

@media screen and (min-width: 768px) {
  section.sec02 {
    padding: 70px 0;
  }
}

section.sec02 div.sec02-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-bg {
    top: 0;
    right: 0;
    max-width: 1360px;
    margin: auto;
  }
}

section.sec02 h2 {
  padding-bottom: 8%;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  section.sec02 h2 {
    width: 80%;
    margin: auto;
    max-width: 920px;
    padding-bottom: 30px;
  }
}

section.sec02 div.sec02-cont-wrap {
  width: 93.4%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(10%, #d9c094), color-stop(33%, #dbc28a), color-stop(57%, #ebe7cc), color-stop(75%, #d6c18f), to(#d5be97));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #d9c094 10%, #dbc28a 33%, #ebe7cc 57%, #d6c18f 75%, #d5be97);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  -webkit-box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1;
  /*ul.sec02-cont*/
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap {
    width: 90%;
    max-width: 950px;
    padding: 8px;
    -webkit-box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 7px 7px 0px 0px rgba(0, 0, 0, 0.2);
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont {
  width: 88%;
  margin: auto;
  /*li.sec02-cont-list*/
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont {
    width: 84.2%;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list {
  padding-bottom: 18%;
  border-bottom: 3px solid;
  -o-border-image: linear-gradient(90deg, #8f652a, #ceb37c 50%, #8f652a);
     border-image: -webkit-gradient(linear, left top, right top, from(#8f652a), color-stop(50%, #ceb37c), to(#8f652a));
     border-image: linear-gradient(90deg, #8f652a, #ceb37c 50%, #8f652a);
  border-image-slice: 1;
  /*h4*/
  /**/
  /*ul.sec02-present-list*/
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list {
    padding-bottom: 65px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list:nth-last-of-type(1) {
  border: none;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h3.sec02-subtitle {
  width: 61%;
  margin: 0 auto;
  margin-bottom: 8%;
  margin-top: 18%;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h3.sec02-subtitle {
    width: 34%;
    margin-bottom: 12px;
    margin-top: 70px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 {
  font-size: 2.4em;
  letter-spacing: 0;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15%;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 {
    font-size: 50px;
    line-height: 0.9em;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 1280px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 {
    line-height: 1.1em;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span {
  display: block;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span.small {
  font-size: 0.52em;
  line-height: 1.6em;
  color: #333;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span.small {
    font-size: 20px;
    line-height: 1.4em;
  }
}

@media screen and (min-width: 1000px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span.small {
    font-size: 25px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span.big {
  margin-top: 5%;
  line-height: 1em;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4 span.big {
    margin-top: 10px;
    font-size: 53px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy01 {
  color: #C95659;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy02 {
  color: #96B120;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy03 {
  color: #D68203;
  position: relative;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy03 {
    margin-bottom: 30px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy03 span.sec02-event-copy03-icon {
  display: block;
  width: 28%;
  position: absolute;
  right: -8%;
  top: 0%;
  -webkit-transform: translate(0, -103%);
          transform: translate(0, -103%);
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy03 span.sec02-event-copy03-icon {
    width: 19.6%;
    top: 0;
    right: 0;
    -webkit-transform: translate(0, -36%);
            transform: translate(0, -36%);
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 {
  color: #6A9FB6;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 {
    margin-bottom: 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 span.big {
  display: inline;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 span.big {
    font-size: 30px;
    letter-spacing: -0.02em;
  }
}

@media screen and (min-width: 1000px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 span.big {
    font-size: 40px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 span.asterisk {
  display: inline;
  font-size: 0.4em;
  font-weight: 400;
  color: #000;
  vertical-align: top;
  margin-left: 2%;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list h4.sec02-event-copy04 span.asterisk {
    font-size: 14px;
    margin-left: 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 {
  width: 100%;
  margin: 0 auto;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 p {
  text-align: justify;
  word-break: break-all;
  margin-top: 5%;
  line-height: 1.8em;
  letter-spacing: 0.02em;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 p {
    font-size: 13px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 {
    width: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media screen and (min-width: 768px) and (min-width: 1280px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 {
    width: 93.6%;
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 div {
    width: 37%;
    margin-bottom: 0;
  }
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.inner01-box01 p {
    width: 58%;
    margin-top: 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.talent-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.talent-flex {
    width: 316px;
    margin: auto;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.talent-flex li {
  width: 47%;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.talent-flex li p {
  text-align: center;
  font-size: 1.32em;
  letter-spacing: 0;
  font-weight: 800;
  margin-top: 5%;
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list {
  padding: 15% 0 0;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 85px 0 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li {
  position: relative;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li {
    width: 32.2%;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li div.sec02-present-list-icon {
  width: 30.6%;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li div.sec02-present-list-icon {
    width: 35.4%;
    -webkit-transform: translate(0, -60%);
            transform: translate(0, -60%);
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li:nth-of-type(2) div.sec02-present-list-icon {
    -webkit-transform: translate(-35%, -60%);
            transform: translate(-35%, -60%);
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li:nth-of-type(2) p {
    padding: 12% 0 0;
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li:nth-of-type(3) div.sec02-present-list-icon {
    -webkit-transform: translate(-37%, -60%);
            transform: translate(-37%, -60%);
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li:nth-of-type(3) p {
    padding: 12% 0 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li p {
  text-align: center;
  line-height: 1.6em;
  letter-spacing: 0;
  font-size: 1.12em;
  padding: 5% 0 8%;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li p {
    font-size: 14px;
    line-height: 1.2em;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li p span.small {
  font-size: 0.88em;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list ul.sec02-present-list li p span.small {
    font-size: 12px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt02 {
  text-align: center;
  font-weight: 800;
  letter-spacing: 0;
  font-size: 0.84em;
  padding: 10% 0 0;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt02 {
    text-align: center;
    padding: 30px 0 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt03 {
  width: 100%;
  background: #9E9E9F;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt03 {
    background: none;
    font-size: 18px;
  }
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt03 span {
    display: inline-block;
    background: #9E9E9F;
    padding: 7px 20px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt04 {
  margin: 0 auto;
  margin-top: 10%;
  padding: 3% 0;
  text-align: center;
  color: #FFFF00;
  font-size: 1.12em;
  letter-spacing: 0;
  line-height: 1.2em;
  font-weight: bold;
  background: #D68203;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt04 {
    background: none;
    padding: 1% 0 3%;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-txt04 span.orange-bg {
    display: inline-block;
    background: #D68203;
    padding: 7px 15px 9px;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-caution {
  margin-top: 4%;
  font-size: 0.8em;
  letter-spacing: -0.02em;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-caution {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 12px;
  }
}

@media screen and (min-width: 1000px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-caution {
    font-size: 14px;
  }
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.sec02-txt05-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 3%;
    margin-top: 3%;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.sec02-txt05-flex p.sec02-txt05 {
  padding: 5% 0 13%;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list div.sec02-txt05-flex p.sec02-txt05 {
    width: 26%;
    max-width: 660px;
    padding: 0;
  }
}

section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-caution02 {
  font-size: 0.8em;
  margin-top: 10%;
  text-align: justify;
  line-height: 1.4em;
}

@media screen and (min-width: 768px) {
  section.sec02 div.sec02-cont-wrap ul.sec02-cont li.sec02-cont-list p.sec02-caution02 {
    margin-top: 60px;
  }
}

/*sec02*/
section.sec03 {
  background: repeating-linear-gradient(-56deg, #B52A62 0, #B52A62 10px, #d098b0 11px, #d098b0 11px);
  background-size: cover;
  position: relative;
  /**/
  /*ul*/
  /*p*/
}

@media screen and (min-width: 768px) {
  section.sec03 {
    background-size: cover;
  }
}

section.sec03 div.sec03-bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}

@media screen and (min-width: 768px) {
  section.sec03 div.sec03-bg {
    top: 0;
    right: 0;
    max-width: 1360px;
    margin: auto;
  }
}

section.sec03 div.sec03-cont-wrap {
  position: relative;
  padding: 20% 0 12% 0;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  section.sec03 div.sec03-cont-wrap {
    max-width: 1000px;
    margin: 0 auto;
    padding: 85px 0 91px 0;
  }
}

section.sec03 h2 {
  width: 87%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  section.sec03 h2 {
    max-width: 676px;
  }
}

section.sec03 ul {
  width: 90%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 23% 0 5%;
  position: relative;
  z-index: 2;
  /*li*/
}

@media screen and (min-width: 768px) {
  section.sec03 ul {
    max-width: 676px;
    padding: 36px 0 40px 0;
  }
}

section.sec03 ul li {
  position: relative;
  margin-bottom: 5%;
}

section.sec03 ul li::after {
  content: " ";
  display: block;
  width: 1em;
  height: 1em;
  background: url(../myimg/sec03-sche-arrow.png) no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 14.4%;
  bottom: 5%;
  -webkit-transform: translate(0, -40%);
          transform: translate(0, -40%);
}

section.sec03 ul li:last-child {
  width: 88.4%;
}

@media screen and (min-width: 768px) {
  section.sec03 ul li:last-child {
    width: 61%;
  }
}

section.sec03 ul li:last-child::after {
  display: none;
}

@media screen and (min-width: 768px) {
  section.sec03 ul li {
    width: 91.8%;
    margin-left: 5%;
    margin-bottom: 22px;
  }
  section.sec03 ul li::after {
    width: 1.2em;
    height: 1.2em;
    left: 10.4%;
    bottom: 3%;
  }
  section.sec03 ul li:last-child {
    width: 61.4%;
    margin: 0;
    margin-left: 5%;
  }
}

@media screen and (min-width: 1000px) {
  section.sec03 ul li {
    margin-left: 10%;
  }
  section.sec03 ul li:last-child {
    margin-left: 10%;
  }
}

section.sec03 p {
  width: 90%;
  font-size: 0.8em;
  letter-spacing: 0;
  font-weight: 600;
  line-height: 1.6em;
  margin: 0 auto;
  margin-top: 2%;
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  section.sec03 p {
    max-width: 692px;
    text-align: center;
    font-size: 14px;
    margin-top: 0;
  }
}

/*section.sec03*/
footer {
  padding-top: 10%;
  padding-bottom: 10%;
}

@media screen and (min-width: 768px) {
  footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

@media screen and (min-width: 768px) {
  footer div.ft-inner {
    max-width: 1200px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer div.ft-inner p {
  margin: 0 auto;
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  footer div.ft-inner p {
    margin: 0;
    position: relative;
  }
}

footer div.ft-inner p a {
  display: block;
  width: 100%;
}

footer div.ft-inner p a img {
  width: 100%;
}

footer div.ft-inner p.tyushikoku {
  width: 48%;
}

@media screen and (min-width: 768px) {
  footer div.ft-inner p.tyushikoku {
    width: 22.1%;
    max-width: 267px;
    margin-left: 60px;
    margin-right: 60px;
  }
}

footer div.ft-inner p.kinki {
  width: 42.6%;
}

@media screen and (min-width: 768px) {
  footer div.ft-inner p.kinki {
    width: 19.8%;
    max-width: 238px;
  }
}

footer div.ft-inner p.kyushu {
  width: 42.2%;
}

@media screen and (min-width: 768px) {
  footer div.ft-inner p.kyushu {
    width: 19.5%;
    max-width: 234px;
  }
}

footer div.ft-heim {
  width: 61.4%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  footer div.ft-heim {
    width: 422px;
    margin-top: 70px;
  }
}

/*footer*/
div.present-cont {
  position: relative;
  z-index: 2;
}

div.present-cont div.present-cont-inner {
  width: 88%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner {
    max-width: 950px;
  }
}

div.present-cont div.present-cont-inner h2 {
  padding: 10% 0;
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner h2 {
    width: 90%;
    margin: auto;
    max-width: 661px;
    padding: 108px 0 0;
  }
}

div.present-cont div.present-cont-inner div.btn-wrap {
  width: 71.8%;
  margin: auto;
  padding: 10% 0 10%;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner div.btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 90px 0 80px;
  }
}

div.present-cont div.present-cont-inner div.btn-wrap a {
  display: block;
  margin-bottom: 5%;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner div.btn-wrap a {
    width: 30%;
    margin-bottom: 0;
  }
}

div.present-cont div.present-cont-inner div.ul-wrap {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 1em;
  border: 3px solid transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)), -webkit-gradient(linear, left top, right top, color-stop(10%, #d9c094), color-stop(33%, #dbc28a), color-stop(57%, #ebe7cc), color-stop(75%, #d6c18f), to(#d5be97));
  background-image: linear-gradient(#fff, #fff), linear-gradient(90deg, #d9c094 10%, #dbc28a 33%, #ebe7cc 57%, #d6c18f 75%, #d5be97);
  background-origin: padding-box, border-box;
  background-clip: padding-box, border-box;
  position: relative;
  margin-bottom: 20%;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner div.ul-wrap {
    margin-bottom: 100px;
  }
}

div.present-cont div.present-cont-inner div.ul-wrap h3 {
  position: absolute;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 66%;
  margin: auto;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner div.ul-wrap h3 {
    width: 540px;
  }
}

div.present-cont div.present-cont-inner div.ul-wrap ul {
  padding: 12% 0 0;
  width: 94%;
  margin: auto;
}

@media screen and (min-width: 768px) {
  div.present-cont div.present-cont-inner div.ul-wrap ul {
    padding: 10% 0 0;
    width: 84%;
  }
}
/*# sourceMappingURL=style.css.map */