@charset "UTF-8";

/* font
--------------------------------------------------*/
/* Noto+Sans+JP */
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap');


/* reset
--------------------------------------------------*/
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 {
    line-height:1;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
nav ul,li {
    list-style:none;
}
blockquote, q {
    quotes:none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}
table {
    border-collapse:collapse;
    border-spacing:0;
}
input, select {
    vertical-align:middle;
}
textarea {
  resize: vertical;
}
em {
  font-style: normal;
}


/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */ }

body {
  color: #505050;
  font-family: "游ゴシック", "Yu Gothic", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0.1em;
  background: #fff;
  text-align: center;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

a {
  color: #505050;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a img {
  transition: all 0.5s ease;
  backface-visibility: hidden;
}
a:hover {
  opacity: 0.6;
}

#wrap {
  position: relative;
  width: 100%;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}
.noto {
  font-family: 'Noto Sans JP', sans-serif;
}
.ttlArea h2 {
  position: relative;
}
.ttlArea h2:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -5px;
  display: inline-block;
  width: 30px;
  height: 4px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
}
.ttlArea.pin {
  padding: 60px 0;
  background: url(../images/ico_pin01.png) center top no-repeat;
}
.ttlArea.pin h2 {
  font-size: 3.5rem;
  
}
.ttlArea.pin h2:before {
  background-color: #0099da;
}
em.yellow {
  color: #fff000;
}
em.blue {
  color: #0099da;
}

.itemArea {
  display: flex;
  justify-content: center;
}
.itemArea .item {
  width: 248px;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
.itemArea .item:before {
  content: "";
  width: 29px;
  height: 402px;
  background: url(../images/line01.png) center top no-repeat;
  position: absolute;
  right: -15px;
  top: 0;
  font-size: 2.2rem;
}
.itemArea .item:first-child:after {
  content: "";
  width: 29px;
  height: 402px;
  background: url(../images/line.png) center top no-repeat;
  position: absolute;
  left: -15px;
  top: 0;
  font-size: 2.2rem;
}
.itemArea .item:last-child:before {
  background: url(../images/line.png) center top no-repeat;
}
.itemArea .item figure {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 294px;
  margin: 10px 0 15px;
}
.itemArea .item p {
  font-size: 1.4rem;
}

header {
  max-width: 1900px;
  width: 100%;
  height: 1090px;
  background: url(../images/bg01.png) center top no-repeat;
  position: relative;
}
header .mv {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
header .mv .logo {
  position: absolute;
  top: 30px; left: 30px;
}
header .mv .title {
  margin: 155px auto 0;
}


#btnArea {
  padding-bottom: 100px;
  background: url(../images/bg02.png) center center no-repeat;
}
#btnArea h2 {
 
  margin-bottom: 50px;
}
#btnArea ul {
  display: flex;
  justify-content: center;
}
#btnArea ul li a {
  display: block;
  width: 310px;
  height: 97px;
  background-color: #ffef00;
  border-radius: 15px;
  padding-top: 25px;
  margin: 0 35px;
  position: relative;
}
#btnArea ul li a:before{
  content: "";
  position: absolute;
  top: 65px;
  left: 0; right: 0;
  margin: auto;
  width: 26px;
  height: 15px;
  background: url(../images/arrow.png) center center no-repeat;
}


#section01 {
  padding: 90px 0 110px;
  background-color: #0099da;
  position: relative;
}
#section01:before {
  content: "";
  width: 100%;
  height: 845px;
  background: url(../images/bg03.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#section01 .ttlArea {
  text-align: center;
  margin-bottom: 60px;
}
#section01 .ttlArea img {
  margin-bottom: 45px;
}
#section01 .ttlArea h2 {
}

#section01 .txt {
  margin-bottom: 70px;
}

#section01 .box {
  max-width: 1000px;
  text-align: center;
  padding: 40px 55px;
  margin: 0 auto; 
  border: 2px #fff solid;
  position: relative;
}
#section01 .box .ttl {
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 20px; 
  background-color: #0099da;
  transform: translateY(-50%) translateX(-50%);
}
#section01 .box .ttl img{
  max-width: 371px;
}
#section01 .box p {
  color: #fff;
  font-weight: 500;
  line-height: 2;
}


#section02 {
  padding: 85px 0 100px;
  position: relative;
}
#section02:before {
  content: "";
  width: 100%;
  height: 600px;
  background: url(../images/bg04.png) center center no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
#section02 .ttl {
  margin-bottom: 50px;
}




#section03 {
  padding: 55px 0 100px;
  background: url(../images/bg_dotted.png) left top repeat;
  position: relative;
}
#section03:before {
  content: "";
  width: 100%;
  height: 466px;
  background: url(../images/bg05.png) center center no-repeat;
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 100;
}
#section03 .ttlArea {
  margin-bottom: 50px;
  position: relative;
}
#section03 .ttlArea:before {
  content: "";
  width: 143px;
  height: 142px;
  background: url(../images/txt01.png) center center no-repeat;
  position: absolute;
  top: -80px;
  left: 110px;
}
#section03 .ttlArea:after {
  content: "";
  width: 310px;
  height: 213px;
  background: url(../images/ico_sp01.png) center center no-repeat;
  position: absolute;
  top: -80px;
  right: -100px;
}


#section04 {
  padding: 55px 0 90px;
  position: relative;
}
#section04:before {
  content: "";
  width: 100%;
  height: 1091px;
  background: url(../images/bg06.png) center top no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
}
#section04 .ttlArea {
  position: relative;
}
#section04 .ttlArea:before {
  content: "";
  width: 309px;
  height: 213px;
  background: url(../images/ico_sp02.png) center center no-repeat;
  position: absolute;
  top: -70px;
  left: -140px;
}
#section04 .ttlArea:after {
  content: "";
  width: 144px;
  height: 141px;
  background: url(../images/ico_t.png) center center no-repeat;
  position: absolute;
  top: -70px;
  right: 50px;
}
#section04 .itemArea .item.wide {
  width: 400px;
  padding: 0 15px;
  text-align: center;
  position: relative;
}
#section04 .itemArea .item.wide .item {
  padding: 0;
}
#section04 .itemArea .item.wide .item:first-child:before {
  content: "";
  width: 29px;
  height: 8px;
  background: url(../images/line02.png) center top no-repeat;
  position: absolute;
  right: -15px;
  top: 140px;
  font-size: 2.2rem;
}
#section04 .itemArea .item.wide .item:first-child:after,
#section04 .itemArea .item.wide .item:last-child:before {
  display: none;
}
#section04 .itemArea .item.wide .flex {
  display: flex;
  justify-content: center;
}
#section04 .itemArea .item.last p,
#section04 .itemArea .item.wide p {
  letter-spacing: -0.08em;
}
#section04 .txtArea {
  height: 50px;
  font-size: 1.4rem;
  line-height: 50px;
  margin: 60px auto 80px;
  border-radius: 25px;
  border: 1px #1e1e1e solid;
}
#section04 .txtArea span {
  position: relative;
}
#section04 .txtArea span:before {
  content: "";
  width: 61px;
  height: 61px;
  background: url(../images/tpoint.png) center center no-repeat;
  position: absolute;
  left: -73px; top: -22px;
}
#section04 .box {
  max-width: 1000px;
  text-align: center;
  padding: 35px 0 30px;
  margin: 0 auto; 
  border: 1px #1e1e1e solid;
  position: relative;
}
#section04 .box .ttl {
  font-size: 1.8rem;
  display: inline-block;
  position: absolute;
  top: 0;
  padding: 0 20px;
  border-left: 1px #1e1e1e solid;
  border-right: 1px #1e1e1e solid;
  background-color: #fff;
  transform: translateY(-50%) translateX(-50%);
}
#section04 .box p {
  color: #fff;
  line-height: 2;
}
#section04 .box li {
  font-size: 1.2rem;
  line-height: 2;
}
#section04 .box li:before {
  content: "▶";
  color: #288ada;
  padding-right: 5px;
}


#section05 {
  padding: 75px 0 0;
  background-color: #f4fdff;
  position: relative;
}
#section05:before {
  content: "";
  width: 100%;
  height: 718px;
  background: url(../images/bg07.png) center top no-repeat;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 100;
  pointer-events: none
}
#section05 .mapArea {
  min-height: 460px;
  background: url(../images/bg_map.png) center 10px no-repeat;
  position: relative;
}
#section05 .mapArea li {
  position: absolute;
}
#section05 .mapArea li#bnr01 {
  top: 0; left: 0;
}
#section05 .mapArea li#bnr02 {
  top: 145px; left: 0;
}
#section05 .mapArea li#bnr03 {
  top: 287px; left: 0;
}
#section05 .mapArea li#bnr04 {
  top: 0; right: 0;
}
#section05 .mapArea li#bnr05 {
  top: 145px; right: 0;
}
#section05 .mapArea li#bnr06 {
  top: 287px; right: 0;
}
#section05 .mapArea li#bnr07 {
  top: 390px; right: 15px;
}
#section05 .mapArea li a {
  z-index: 1100;
  pointer-events: auto;
}
#section05 .mapArea #pin {
  display: none;
  position: absolute;
}
#section05 .mapArea #pin.pin01 {
  display: block;
  top: 208px; left: 530px;
}
#section05 .mapArea #pin.pin02 {
  display: block;
  top: 216px; left: 517px;
}
#section05 .mapArea #pin.pin03 {
  display: block;
  top: 216px; left: 474px;
}
#section05 .mapArea #pin.pin04 {
  display: block;
  top: 36px; left: 610px;
}
#section05 .mapArea #pin.pin05 {
  display: block;
  top: 186px; left: 560px;
}
#section05 .mapArea #pin.pin06 {
  display: block;
  top: 207px; left: 545px;
}
#section05 .mapArea #pin.pin07 {
  display: block;
  top: 202px; left: 560px;
}
#section05 .mapArea .txt {
  font-size: 1.2rem;
  position: absolute;
  left: 0; right: 0;
  bottom: 40px;
}


#section06 {
  padding: 80px 0 120px;
  background-color: #f4fdff;
  position: relative;
}
#section06:before {
  content: "";
  width: 100%;
  height: 474px;
  background: url(../images/bg08.png) center top no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none
}
#section06 .itemArea {
  justify-content: space-between;
}
#section06 .itemArea li {
  width: 227px;
}
#section06 .itemArea h3 {
  margin-bottom: -10px;
}
#section06 .itemArea p {
  display: table-cell;
  width: 227px;
  height: 90px;
  vertical-align: middle;
  text-align: center;
  font-size: 1.2rem;
  background-color: #fff;
  padding: 0 20px;
  letter-spacing: -0.08em;
}
#section06 .itemArea p a {
  z-index: 1100;
  pointer-events: auto;
  text-decoration: underline;
}




footer {
  padding: 35px;
  background-color: #0099da;
}
footer .footer_content {
  width: 100%;
  color: #fff;
  font-size: 2.1rem;
}
footer .footer_content a {
  color: #fff;
}

@media screen and (min-width: 741px) {
  body {
    min-width: 1200px; }
  .sp {
    display: none !important; } }

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
  body {
    max-width: 640px;
    min-width: 320px;
    margin: 0 auto; }
  img {
    max-width: 100%;
    height: auto; }
  .pc {
    display: none !important; }

  .ttlArea h2:before {
    left: 50.55%;
    bottom: -10px;
    width: 15px;
    height: 2px;
  }
  .ttlArea.pin {
    padding: 40px 0;
    background: url(../images/ico_pin01.png) center top no-repeat;
    background-size: 23px 28px;
  }
  .ttlArea.pin h2 {
    font-size: 1.8rem;
  }

  .itemArea {
    display: block;
  }
  .itemArea .item {
    display: block;
    max-width: 320px;
    width: calc(100% - 30px);
    padding: 0;
    margin: 0 auto 10px;
  }
  .itemArea .item:nth-child(even) {
    flex-direction: row-reverse;
  }
  .itemArea .item:before,
  .itemArea .item:first-child:after,
  .itemArea .item:last-child:before {
    display: none;
  }
  .itemArea .item figure {
    height: auto;
  }


  header {
    height: 485px;
    background: url(../images/bg01_sp.png) center bottom no-repeat;
    background-size: cover;
  }
  header .mv .logo {
    max-width: 189px;
    position: absolute;
    top: 20px;
    left: 0; right: 0;
    margin: auto;
  }
  header .mv .title {
    max-width: 320px;
    margin: 50px auto 0;
  }


  #btnArea {
    padding-bottom: 35px;
    background: none;
  }
  #btnArea h2 {
    max-width: 209px;
    margin: 0 auto 20px;
  }
  #btnArea ul {
  }
  #btnArea ul li img {
    width: 98px;
    height: 12px;
  }
  #btnArea ul li a {
    display: flex;
    justify-content: center;
    width: 126px;
    height: 53px;
    font-size: 1.2rem;
    padding-top: 12px;
    margin: 0 15px;
  }
  #btnArea ul li a:before{
    content: "";
    position: absolute;
    top: 35px;
    width: 13px;
    height: 7px;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 13px 7px;
  }


  #section01 {
    padding: 35px 0;
  }
  #section01:before {
    width: 100%;
    height: 480px;
    background: url(../images/bg03_sp.png) center top no-repeat;
    background-size: cover;
  }
  #section01 .ttlArea {
    margin-bottom: 30px;
  }
  #section01 .ttlArea img {
    max-width: 61px;
    margin-bottom: 15px;
  }
  #section01 .ttlArea h2 img {
    max-width: 217px;
  }
  #section01 .ttlArea h2 {
    font-size: 1.5rem;
  }
  #section01 .ttlArea h2 em {
    font-size: 2.0rem;
  }
  #section01 .txt {
    max-width: 249px;
    margin: 0 auto 35px;
  }
  #section01 .txt em {
    font-size: 1.5rem;
  }
  #section01 .box {
    max-width: 320px;
    width: calc(100% - 60px);
    padding: 25px 20px 15px;
    border: 1px #fff solid;
  }
  #section01 .box .ttl {
    top: 7px;
    transform: translateY(-50%) translateX(-50%);
    }
  #section01 .box .ttl img{
    max-width: 164px;
  }
  #section01 .box p {
    font-size: 1.0rem;
    text-align: left;
  }


  #section02 {
    padding: 35px 0;
  }
  #section02:before {
    height: 300px;
    background: url(../images/bg04_sp.png) center top no-repeat;
    background-size: cover;
  }
  #section02 .ttl {
    max-width: 250px;
    margin: 0 auto 30px;
    position: relative;
  }
  #section02 .ttl:before {
    content: '';
    position: absolute;
    left: 50.55%;
    bottom: -15px;
    display: inline-block;
    width: 15px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #0099da;
  }
  #section02 .txt {
    max-width: 221px;
    margin: 0 auto;
  }


  #section03 {
    padding: 35px 0;
    background: url(../images/bg_dotted_sp.png) left top repeat;
    position: relative;
  }
  #section03:before {
    content: "";
    width: 100%;
    height: 850px;
    background: url(../images/bg05_sp.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 160px;
    left: 0;
  }
  #section03 .ttlArea {
    max-width: 248px;
    margin: 0 auto 10px;
  }
  #section03 .ttlArea:before {
    content: "";
    width: 84px;
    height: 84px;
    background: url(../images/txt01.png) center center no-repeat;
    background-size: 84px 84px;
    position: absolute;
    top: -55px;
    left: -10px;
  }
  #section03 .ttlArea:after {
    display: none;
  }


  #section04 {
    padding: 15px 0 35px;
  }
  #section04:before {
    content: "";
    width: 100%;
    height: 1447px;
    background: url(../images/bg06_sp.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
  }
  #section04 .ttlArea {
    max-width: 200px;
    margin: 0 auto;
    position: relative;
  }
  #section04 .ttlArea:before {
    display: none;
  }
  #section04 .ttlArea:after {
    content: "";
    width: 72px;
    height: 70px;
    background: url(../images/ico_t.png) center center no-repeat;
    background-size: 72px 70px;
    position: absolute;
    top: -35px;
    right: -30px;
  }
  #section04 .ttlArea h2:before {
      left: 50%;
      bottom: -25px;
      width: 15px;
      height: 2px;
  }
  #section04 .itemArea .item.wide {
    width: calc(100% - 30px);
    padding: 0;
    text-align: center;
    position: relative;
  }
  #section04 .itemArea .item.wide .item:first-child:after,
  #section04 .itemArea .item.wide .item:last-child:before {
    display: none;
  }
  #section04 .itemArea .item.wide .flex {
    display: block;
  }
  #section04 .txtArea {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 340px;
    height: auto;
    font-size: 1.0rem;
    line-height: 1.8;
    text-align: left;
    padding: 10px 10px;
    margin: 0 auto 25px;
    border-radius: 25px;
  }
  #section04 .txtArea span {
    display: block;
    padding-left: 10px;
  }
  #section04 .txtArea span:before {
    display: none;
  }
  #section04 .txtArea img {
    max-width: 40px;
  }
  #section04 .box {
    max-width: 320px;
    width: calc(100% - 30px);
    padding: 35px 0 30px;
    margin: 0 auto; 
    border: 1px #1e1e1e solid;
    border-left: none;
    border-right: none;
  }
  #section04 .box .ttl {
    font-size: 1.2rem;
    display: inline-block;
    position: absolute;
    top: 0;
    padding: 0 10px;
  }
  #section04 .box p {
  }
  #section04 .box li {
    font-size: 1.0rem;
    text-align: left;
    line-height: 2;
    padding-left: 1.7em;
    text-indent: -1.7em;
  }
  #section04 .box li:before {
    content: "▶";
    color: #288ada;
    padding-right: 5px;
  }


  #section05 {
    padding: 35px 0 0;
    position: relative;
  }
  #section05 .ttlArea {
    max-width: 205px;
    margin: 0 auto;
  }
  #section05:before {
    content: "";
    width: 100%;
    height: 306px;
    background: url(../images/bg07_sp.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 100;
    pointer-events: none
  }
  #section05 .mapArea {
    background: none;
    min-height: auto;
  }
  #section05 .mapArea ul {
    width: calc(100% - 30px);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto;
  }
  #section05 .mapArea li {
    width: calc(50% - 50px);
    position: relative;
    margin: 0 25px 40px;
  }
  #section05 .mapArea li a.sp {
    display: block;
    padding-top: 20px;
  }
  #section05 .mapArea li#bnr01,
  #section05 .mapArea li#bnr02,
  #section05 .mapArea li#bnr03,
  #section05 .mapArea li#bnr04,
  #section05 .mapArea li#bnr05,
  #section05 .mapArea li#bnr06,
  #section05 .mapArea li#bnr07 {
    top: inherit;
    right: inherit; left: inherit;
  }
  #section05 .mapArea #pin {
    display: none;
  }
  #section05 .mapArea .txt {
    font-size: 1.0rem;
    position: relative;
    margin-top: 20px;
  }


  #section06 {
    padding: 15px 0 35px;
  }
  #section06 .ttlArea {
    width: 124px;
    margin: 0 auto;
  }
  #section06:before {
    content: "";
    width: 100%;
    height: 494px;
    background: url(../images/bg08_sp.png) center top no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    pointer-events: none
  }
  #section06 .itemArea {
    display: block;
  }
  #section06 .itemArea li {
    width: 320px;
    margin: 0 auto 20px;
  }
  #section06 .itemArea p {
    width: 320px;
  }

  footer {
    padding: 20px 0;
  }
  footer .footer_content {
    font-size: 1.0rem;
  }
  footer .footer_content span {
    display: none;
  }

}


