@charset "UTF-8";
/* ==========================================================
 2022.11.18
========================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  font-family: "メイリオ", "Meiryo", "Hiragino Sans", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "sans-serif";
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}
img {
  width: 100%;
}
.sp {
  display: initial;
}
.pc {
  display: none;
}
#wrapper {
  overflow-x: hidden;
}
#header {
  padding: 8px 20px;
  border-bottom: 2px solid #0095d1;
}
#header .logo img {
  width: 102px;
  height: 22px;
}
#footer {
  padding: 1.2em 10px;
  background-color: #6fc9ed;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
#main {
  padding: 5% 0 8% 0;
  background-color: #ffec00;
  line-height: 0;
}

@media all and (max-width: 768px) {
  #main .main-img{
    padding: 15px 20px 0;
  }
  #main .ttl {
    max-width: 85%;
    margin: 0 auto 5px;
  }
  .cv .txt01-sp {
    width: 80%;
    max-width: 278px;
    display: block;
    margin: 0 auto 20px;
  }
  #cv01 .ttl,
  #cv05 .ttl {
    padding: 0 10% 7% 10%;
  }
}
@media all and (min-width: 769px) {
  #main .main-inner{
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    padding: 70px 0;
    align-items: center;
  }
  #main .ttl{
    width: 34%;
    margin-right: 30px;
  }
  #main .main-img{
    width: calc(66% - 30px);
  }
}
.cv {
  padding: 8% 0;
  background-color: #0095d1;
  line-height: 0;
}
#cv01 {
  min-height: 200px;
}
#cv04 {
  display: none;
}
#cv05 {
  padding: 8% 0 4% 0;
}
.cv .ttl {
  padding: 0 10% 10px 10%;
}
.cv .btn01 {
  position: relative;
  padding: 0 6% 10px 6%;
}
#cv01 .btn01 .balloon,
#cv05 .btn01 .balloon {
  display: block;
  position: absolute;
  top: -20%;
  left: 4%;
  width: 20%;
  /* height: 76%; */
  height: auto;
}
.cv .btn02 {
  position: relative;
  padding: 0 6%;
}


/* #sec00 */
#sec00{
  background:url(../img02/main_bg_gray_sp.png) no-repeat  bottom center;
  background-size: 100% auto;
}

#sec00 .wrap{
  padding:8% 6%;
  max-width:1040px;
  display:flex;
  flex-direction: column;
  margin: 0 auto;
}
#sec00 .wrap img{
  max-width:100%;
  height:auto;
}
@media all and (max-width: 768px) {
    #sec00 .img-box {
      margin-top: 20px;
    }
}
@media all and (min-width: 769px) {
  #sec00 {
      background: url(../img02/main_bg_gray_pc.png) no-repeat bottom center;
      background-size: 1920px auto;
    }
  #sec00 .wrap {
    flex-direction: column;
    flex-direction: row;
    padding: 80px 20px;
    justify-content: space-between;
    align-items : center;
  }
}
@media all and (min-width: 1200px) {
  #sec00 .wrap {
    padding: 80px 0;
  }
  #sec00 .txt-box {
    width: 60%;
  }
  #sec00 .img-box {
      width: 38%;
      position: relative;
  }
  #sec00 .wrap .img-box img.pc {
    display: block;
    width: 200%;
    max-width:600px;
  }
}

/* #sec00ここまで */

#sec01 {
  padding: 12% 0 0 0;
  background-color: #f3f3f3;
  line-height: 0;
}
#sec01 .ttl {
  padding: 0 8% 10% 8%;
}
#sec01 .txtbox {
  position: relative;
  margin-bottom: 3%;
}
#sec01 .img {
  padding: 0 34%;
}
#sec01 .txt01 {
  position: absolute;
  top: -18%;
  left: 3%;
  width: 31%;
}
#sec01 .txt02 {
  position: absolute;
  bottom: 0;
  left: 3%;
  width: 27%;
}
#sec01 .txt03 {
  position: absolute;
  top: -18%;
  right: 3%;
  width: 32%;
}
#sec01 .txt04 {
  position: absolute;
  bottom: 0;
  right: 3%;
  width: 28%;
}
#sec01 .arrow {
  position: relative;
}
#sec01 .arrow img {
  display: block;
  margin: 0 auto -4%;
  width: 12%;
}
#sec02 {
  padding: 8% 0 0 0;
  background-color: #ffec00;
  line-height: 0;
}
#sec02 .ttl {
  padding: 0 6% 3% 6%;
}
#sec02 ul {
  padding: 0 2% 8% 2%;
  overflow: hidden;
}
#sec02 ul li {
  float: left;
  margin-bottom: 6%;
  padding: 0 3%;
  width: 50%;
  box-sizing: border-box;
  list-style: none;
}
#sec02 ul li .img {
  display: block;
  padding: 0 20%;
}
#sec02 ul li .txtbox {
  display: block;
  margin-top: -50%;
  padding: 60% 8% 10% 8%;
  width: 100%;
  background-color: #ffffff;
  box-sizing: border-box;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  font-size: 14px;
  line-height: 150%;
}
#sec02 ul li .txtbox span {
  background: linear-gradient(transparent 45%, #ffec00 45%, #ffec00 90%, transparent 90%);
  font-weight: bold;
}
#sec03 ,.sec03{
  padding: 12% 0;
  background-color: #fffbcc;
  line-height: 0;
}
#sec03 .ttl ,
.sec03 .ttl {
  padding: 0 5%;
}
#sec03 .mapbox ,
.sec03 .mapbox {
  position: relative;
  margin-bottom: 8%;
}
#sec03 .map ,
.sec03 .map {
  padding: 0 5%;
  z-index: 0;
}
#sec03 .img ,
.sec03 .img {
  margin-top: -3%;
  padding: 0 10%;
}
#sec03 .txt ,
.sec03 .txt {
  position: absolute;
  top: 3%;
  left: 11%;
  width: 56%;
}
#sec03 .balloon ,
.sec03 .balloon {
  position: absolute;
  top: -1%;
  left: 2%;
  width: 21%;
  height: 16%;
}
#sec03 .sttl ,
.sec03 .sttl {
  padding: 0 6% 6% 6%;
}
#sec03 .use ,
.sec03 .use {
  padding: 0 3% 6% 3%;
  overflow: hidden;
}
#sec03 .use li ,
.sec03 .use li {
  float: left;
  padding: 0 3%;
  width: 33.33333%;
  box-sizing: border-box;
  list-style: none;
}
#sec03 .iconbox ,
.sec03 .iconbox {
  margin: 0 6%;
  background-color: #ffffff;
  border: 5px solid #ffec00;
  border-radius: 10px;
}
#sec03 .iconbox .sttl ,
.sec03 .iconbox .sttl {
  padding: 5%;
}
#sec03 .iconbox ul ,
.sec03 .iconbox ul {
  margin: 0 4% 2% 4%;
  overflow: hidden;
}
#sec03 .iconbox ul li ,
.sec03 .iconbox ul li {
  float: left;
  margin-bottom: 3%;
  width: 50%;
  font-size: 13px;
  list-style: none;
}
#sec03 .iconbox ul li span ,
.sec03 .iconbox ul li span {
  display: inline-block;
  margin-right: 0.5em;
  width: 30%;
  vertical-align: middle;
}
#sec04 {
  padding: 12% 0 0 0;
}
#sec04 .ttl {
  padding: 0 16% 4% 16%;
}
#sec04 .point {
  padding: 0 0 8% 0;
  background: linear-gradient(180deg, #ffffff 0%, #ffffff 8%, #fffbcc 8%, #fffbcc 100%);
  background-color: #fffbcc;
}
#sec04 .point li {
  padding: 0 3% 4% 3%;
  list-style: none;
}
#sec05 {
  padding: 12% 0;
  background-color: #ffec00;
}
#sec05 .ttl {
  padding: 0 20% 8% 20%;
}
#sec05 li {
  position: relative;
  display: table;
  margin: 0 5% 17% 5%;
  width: 90%;
  background-color: #ffffff;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.2);
  list-style: none;
}
#sec05 li:last-child {
  margin: 0 5% 0 5%;
}

#sec05 li::after {
  content: "";
  position: absolute;
  bottom: -20%;
  left: 50%;
  margin-left: -10px;
  width: 12px;
  height: 19px;
  background-image: url("../img/sec05_arrow.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 100%;
  transform: rotate(90deg);
}

#sec05 li:last-child::after {
  content: none;
}
#sec05 li .step {
  position: absolute;
  top: -8%;
  left: 50%;
  margin-left: -18.5%;
  width: 37%;
}
#sec05 li .img {
  display: table-cell;
  width: 46%;
  background-color: #fffbcc;
  vertical-align: bottom;
}

#sec05 li .txt {
  display: table-cell;
  padding: 10% 5% 5% 5%;
  width: 54%;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}
#sec05 li .txt strong {
  display: block;
  margin-bottom: 3%;
  font-size: 18px;
  font-weight: bold;
}
#sec05 li .txt a {
  color: #ff6c00;
  font-weight: bold;
  text-decoration: underline;
}
#sec06 {
  padding: 12% 0 4% 0;
}
#sec06 .ttl {
  padding: 0 27% 7% 27%;
}
#sec06 dl {
  margin: 0 5% 8% 5%;
}
#sec06 dt {
  padding: 3% 3% 3% 14%;
  background-color: #ffec00;
  background-image: url("../img/sec06_icon_q.png");
  background-position: 3% center;
  background-repeat: no-repeat;
  background-size: 8%;
  font-size: 16px;
  font-weight: bold;
  line-height: 150%;
}
#sec06 dd {
  padding: 4% 3% 4% 14%;
  background-color: #fffbcc;
  background-image: url("../img/sec06_icon_a.png");
  background-position: 3% 14px;
  background-repeat: no-repeat;
  background-size: 8%;
  font-size: 14px;
  line-height: 150%;
}
#sec06 dd a {
  color: #0095d1;
  text-decoration: underline;
}
@media all and (min-width: 769px) {
  .sp {
    display: none;
  }
  .pc {
    display: initial;
  }
  #header {
    padding: 24px 20px;
    border-bottom: 4px solid #0095d1;
  }
  #header .logo {
    margin: 0 auto;
    width: 1040px;
  }
  #header .logo img {
    width: 204px;
    height: 44px;
  }
  #footer {
    padding: 1.5em 10px;
    font-size: 16px;
  }
  #main {
    position: relative;
    padding: 0;
    background-image: url("../img/main_bg.png");
    background-position: bottom center;
    background-repeat: repeat-x;
  }
  #main .movie {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -140px;
    padding: 64px 0 0 0;
    width: 660px;
    height: 380px;
    background-image: url("../img/movie_bg.png");
    background-position: bottom center;
    background-repeat: no-repeat;
  }
  #main .movie iframe {
    margin: 0 auto;
    width: 640px;
    height: 360px;
    border: 10px solid #000000;
    border-radius: 10px;
  }
  .cv {
    position: relative;
    padding: 40px 0 45px 0;
    /* height: 170px; */
  }
  #cv01 {
    min-height: auto;
  }
  #cv04 {
    display: block;
  }
  #cv05 {
    padding: 50px 0;
    /* height: 120px; */
  }
  .cv .ttl {
    margin: 0 auto 20px;
    padding: 0;
    width: 600px;
  }
  .cv .btn-wrap{
    display: flex;
    justify-content: center;
    margin-bottom: 30px;
  }
  .cv .txt01-pc{
    display: block;
    max-width: 784px;
    width: 90%;
    margin:0 auto;
  }
  .cv .btn01 {
    margin-right: 5px;
    padding: 0;
    width: 505px;
  }
  #cv05 .btn01 {
    position: relative;
    top: auto;
    left: auto;
    margin: 0 auto 20px;
    padding: 0;
    width: 700px;
  }
  #cv01 .btn01 .balloon {
    content: none;
  }
  #cv05 .btn01 .balloon {
    top: -70px;
    left: auto;
    right: -70px;
    width: 114px;
    height: 121px;
  }
  .cv .btn02 {
    margin-left: 5px;
    padding: 0;
    width: 505px;
  }
  #cv01 .btn02 .balloon {
    position: absolute;
    top: -95px;
    right: 40px;
    width: 114px;
    height: 121px;
  }
  .cv a:hover {
    display: block;
    background-position: top center;
    background-repeat: no-repeat;
  }
  /* ちらつき防止用 */
.cv .btn01 a {
  background-image: url("../img/img03/cv_btn02_on_pc.png");
  background-size: 0 0;
  /* 実際には画像を表示しないためサイズを0に設定 */
}

.cv .btn02 a {
  background-image: url("../img/cv_btn01_on_pc.png");
  background-size: 0 0;
}

#cv03 .btn01 a {
  background-image: url("../img/cv_btn03_on_pc.png");
  background-size: 0 0;
}

#cv05 .btn01 a {
  background-image: url("../img/cv_btn04_on_pc.png");
  background-size: 0 0;
}
  /* ちらつき防止用ここまで */

  .cv .btn01 a:hover {
    background-image: url("../img/img03/cv_btn02_on_pc.png");
    background-size: 100% auto;
  }
  .cv .btn02 a:hover {
    background-image: url("../img/cv_btn01_on_pc.png");
    background-size: 100% auto;
  }
  #cv03 .btn01 a:hover {
    background-image: url("../img/cv_btn03_on_pc.png");
    background-size: 100% auto;
  }
  #cv05 .btn01 a:hover {
    background-image: url("../img/cv_btn04_on_pc.png");
    background-size: 100% auto;
  }
  
  .cv a:hover img {
    opacity: 0;
  }
  #sec01 {
    padding: 80px 0 0 0;
  }
  #sec01 .ttl {
    margin: 0 auto 40px;
    padding: 0;
    width: 634px;
  }
  #sec01 .txtbox {
    margin: 0 auto 30px;
    padding: 0;
    width: 1040px;
  }
  #sec01 .img {
    margin: 0 auto;
    padding: 0;
    width: 368px;
  }
  #sec01 .img img {
    margin-left: -10px;
  }
  #sec01 .txt01 {
    top: 25px;
    left: 30px;
    width: 260px;
  }
  #sec01 .txt02 {
    bottom: 26px;
    left: 0;
    width: 320px;
  }
  #sec01 .txt03 {
    top: 25px;
    right: 0;
    width: 320px;
  }
  #sec01 .txt04 {
    bottom: 26px;
    right: 30px;
    width: 280px;
  }
  #sec01 .arrow img {
    margin: 0 auto -45px;
    width: 94px;
  }
  #sec02 {
    padding: 65px 0 80px 0;
  }
  #sec02 .ttl {
    margin: 0 auto;
    padding: 0;
    width: 833px;
  }
  #sec02 ul {
    margin: 0 auto;
    padding: 0;
    width: 1072px;
  }
  #sec02 ul li {
    margin: 0 16px 20px 16px;
    padding: 0;
    width: 236px;
  }
  #sec02 ul li .img {
    margin: 0 auto;
    padding: 0;
    width: 176px;
  }
  #sec02 ul li .txtbox {
    margin-top: -140px;
    padding: 160px 28px 30px 28px;
    font-size: 16px;
  }
  #sec02 ul li .txtbox span {
    background: linear-gradient(transparent 50%, #ffec00 50%, #ffec00 90%, transparent 90%);
  }
  #sec03 ,
  .sec03 {
    padding: 100px 0;
  }
  #sec03 .ttl ,
  .sec03 .ttl {
    position: relative;
    margin: 0 auto;
    padding: 0;
    width: 713px;
    z-index: 100;
  }
  #sec03 .mapbox ,
  .sec03 .mapbox {
    position: relative;
    margin: -168px auto -20px;
    width: 1040px;
    height: 825px;
  }
  #sec03 .map ,
  .sec03 .map {
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    width: 1040px;
  }
  #sec03 .img ,
  .sec03 .img {
    position: absolute;
    top: 227px;
    left: 28px;
    margin: 0;
    padding: 0;
    width: 600px;
  }
  #sec03 .txt ,
  .sec03 .txt {
    position: absolute;
    top: 209px;
    left: auto;
    right: 115px;
    margin: 0;
    padding: 0;
    width: 319px;
  }
  #sec03 .balloon ,
  .sec03 .balloon {
    position: absolute;
    top: 169px;
    left: auto;
    right: 54px;
    width: 150px;
    height: 150px;
  }
  #sec03 .sttl ,
  .sec03 .sttl {
    margin: 0 auto 40px;
    padding: 0;
    width: 768px;
  }
  #sec03 .use ,
  .sec03 .use {
    margin: 0 auto 40px;
    padding: 0;
    width: 860px;
  }
  #sec03 .use li ,
  .sec03 .use li {
    float: left;
    padding: 0 25px;
    width: 33.33333%;
    box-sizing: border-box;
    list-style: none;
  }
  #sec03 .iconbox ,
  .sec03 .iconbox {
    margin: 0 auto;
    padding: 40px 0 22px 0;
    width: 1020px;
    border: 10px solid #ffec00;
    border-radius: 20px;
  }
  #sec03 .iconbox .sttl ,
  .sec03 .iconbox .sttl {
    margin: 0 auto 30px;
    padding: 0;
    width: 589px;
  }
  #sec03 .iconbox ul ,
  .sec03 .iconbox ul {
    margin: 0 40px 0 100px;
  }
  #sec03 .iconbox ul li ,
  .sec03 .iconbox ul li {
    margin-bottom: 8px;
    width: 25%;
    font-size: 18px;
  }
  #sec03 .iconbox ul li span ,
  .sec03 .iconbox ul li span {
    margin-right: 8px;
    width: 50px;
  }
  #sec04 {
    padding: 100px 0 0 0;
  }
  #sec04 .ttl {
    margin: 0 auto 30px;
    padding: 0;
    width: 512px;
  }
  #sec04 .point {
    padding: 0 0 60px 0;
    background: linear-gradient(180deg, #ffffff 0%, #ffffff 124px, #fffbcc 124px, #fffbcc 100%);
  }
  #sec04 .point ul {
    margin: 0 auto;
    width: 1080px;
    overflow: hidden;
  }
  #sec04 .point li {
    float: left;
    position: relative;
    padding: 0 15px 20px 0;
    width: 350px;
  }
  #sec04 .point li:nth-child(3n) {
    padding: 0 0 20px 0;
  }
  #sec04 li.point01::after, #sec04 li.point02::after {
    content: "";
    position: absolute;
    top: 193px;
    right: -5px;
    width: 24px;
    height: 24px;
    background-image: url("../img/sec04_icon_m.png");
    background-repeat: no-repeat;
  }
  #sec04 li.point04::after, #sec04 li.point05::after {
    content: "";
    position: absolute;
    top: 193px;
    right: -7px;
    width: 28px;
    height: 28px;
    background-image: url("../img/sec04_icon_p.png");
    background-repeat: no-repeat;
  }
  #sec04 li.point05::after {
    background-image: url("../img/sec04_icon_e.png");
  }
  #sec05 {
    padding: 100px 0 80px 0;
  }
  #sec05 .ttl {
    margin: 0 auto 50px;
    padding: 0;
    width: 456px;
  }
  #sec05 ul {
    margin: 0 auto;
    width: 1080px;
    overflow: hidden;
  }
  #sec05 li {
    float: left;
    display: block;
    margin: 0 35px 20px 20px;
    padding: 0;
    width: 310px;
    background-color: transparent;
    box-shadow: none;
  }
  #sec05 li:last-child {
    margin: 0 20px;
  }
  #sec05 li::after {
    content: "";
    position: absolute;
    bottom: 50%;
    left: auto;
    right: -40px;
    margin-bottom: -30px;
    margin-left: 0;
    width: 23px;
    height: 37px;
    transform: rotate(0);
  }
  #sec05 li .step {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -100px;
    width: 200px;
  }
  #sec05 li .img {
    display: block;
    margin-top: 24px;
    width: 100%;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
  }
  #sec05 li .txt {
    display: block;
    margin-top: -5px;
    padding: 25px 20px 30px 20px;
    width: 100%;
    background-color: #ffffff;
    font-size: 16px;
    box-shadow: 0 5px 15px 0 rgb(0 0 0 / 20%);
  }
  #sec05 li .txt strong {
    margin-bottom: 20px;
    font-size: 28px;
    text-align: center;
  }
  #sec05 li .txt a:hover {
    text-decoration: none;
  }
  #sec06 {
    padding: 100px 0 60px 0;
  }
  #sec06 .ttl {
    margin: 0 auto 50px;
    padding: 0;
    width: 348px;
  }
  #sec06 dl {
    margin: 0 auto 40px;
    max-width: 1040px;
  }
  #sec06 dt {
    padding: 20px 15px 20px 65px;
    background-position: 15px center;
    background-size: 35px;
    font-size: 20px;
  }
  #sec06 dd {
    padding: 20px 15px 20px 65px;
    background-position: 15px 15px;
    background-size: 35px;
    font-size: 16px;
  }
  #sec06 dd a:hover {
    text-decoration: none;
  }
}

/* フェイドインアニメーション */
.fadeIn {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fadeIn-up {
  transform: translate(0, 80px);
}
.fadeIn-down {
  transform: translate(0, -80px);
}
.fadeIn-left {
  transform: translate(-150px, 0);
}
.fadeIn-right {
  transform: translate(150px, 0);
}
.fadeIn-scale {
  transform: scale(0.05, 0.05);
}
.scrollIn {
  opacity: 1;
  transform: translate(0, 0);
}
.fadeIn-delay1 {
  transition-delay: 200ms;
}
.fadeIn-delay2 {
  transition-delay: 400ms;
}
.fadeIn-delay3 {
  transition-delay: 600ms;
}
.fadeIn-delay4 {
  transition-delay: 800ms;
}

@media all and (max-width: 768px) {
  .fadeIn-delay1 {
    transition-delay: 100ms;
  }
  .fadeIn-delay2 {
    transition-delay: 200ms;
  }
  .fadeIn-delay3 {
    transition-delay: 300ms;
  }
  .fadeIn-delay4 {
    transition-delay: 400ms;
  }
}

/* ボタンアニメーション */
.reflection {
  position: relative;
  overflow: hidden;
  border-radius: 45px;
  z-index: 9;
}
.reflection:after{
  content: "";
  position: absolute;
  top: -50%;
  left: -50%;
  width: 10%;
  height: 100%;
  background: #fff;
  transform: rotate(45deg); 
  animation: reflect 5s ease-in-out infinite;
}
@keyframes reflect {
  0%,75%{
    transform: rotate(45deg) scale(0);
    opacity: 1;
  }
  100%{
    transform: rotate(45deg) scale(100);
    opacity: 0;
  }
}
@media all and (max-width: 768px) {
  .reflection {
    border-radius: 30px;
  }
}

/* 吹き出しアニメーション */
.balloon {
  z-index: 99;
}
.balloon-anim {
  animation: bound-anim 1s infinite;
}
@keyframes bound-anim {
	0%,100% {transform: scale(1);}
	30% {transform: scale(1.25,1.25);}
	60% {transform: scale(1);}
	90% {transform: scale(1,1);}
}
