@charset "UTF-8";
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
/* - - - - - - - - - */
@import url("https://fonts.googleapis.com/css?family=Lato:300,400,700&display=swap");
@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Medium");
}

@font-face {
  font-family: "Yu Gothic M";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* ===================================================================

Base style

=================================================================== */
html {
  font-size: 62.5%;
}

body {
  background: #fff;
  color: #4e4e4e;
  font-size: 10px;
  font-size: 1.6rem;
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: "メイリオ", Meiryo, -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  }
}

@media (min-width: 992px) {
  body {
    min-width: 1000px;
  }
}

dl dt, dl dd {
  word-break: break-all;
}

.pc {
  display: inline-block;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pc {
    display: none;
  }
}

@media (max-width: 767px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media (min-width: 768px) and (max-width: 991px) {
  .sp {
    display: inline-block;
  }
}

@media (max-width: 767px) {
  .sp {
    display: inline-block;
  }
}

#wrapper {
  text-align: center;
  position: relative;
}

.contents {
  position: relative;
}

.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.animated {
  opacity: 0;
}

.fixed {
  position: fixed;
}

/* ===================================================================

header style

=================================================================== */
.header {
  width: 100%;
  z-index: 999;
  position: relative;
}

.header .logo {
  position: absolute;
  top: 0;
  left: 0;
}

@media (max-width: 991px) {
  .header .logo {
    width: 20%;
  }
}

.header .fv {
  background: url(../images/fv_bg.jpg) no-repeat center top/cover;
}

.header .fv_foot {
  text-align: center;
  background: #32b2c3;
}

.header .fv_foot .inner {
  position: relative;
}

.header .fv_foot .inner:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  display: block;
  width: 140px;
  height: 140px;
  margin: auto;
  background: url(../images/fv_deco.png) no-repeat center/contain;
}

@media (max-width: 991px) {
  .header .fv {
    padding-top: 6%;
  }
  .header .fv_foot .inner:before {
    top: -25%;
    bottom: auto;
    left: 3%;
    width: 14%;
    height: 60px;
  }
}

/* ===================================================================

contents style

=================================================================== */
.contents {
  position: relative;
}

.contents .inner {
  max-width: 1000px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .contents .inner {
    padding: 0 4%;
  }
}

.contents .image {
  margin-bottom: 30px;
}

.contents .list li {
  display: inline-block;
}

.section-content {
  text-align: center;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  .section-content {
    padding-bottom: 40px;
    text-align: left;
  }
}

.main-ttl {
  font-size: 3.6rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 991px) {
  .main-ttl {
    font-size: 2.4rem;
  }
}

.sub-ttl {
  font-size: 2.6rem;
  text-align: center;
}

@media (max-width: 991px) {
  .sub-ttl {
    font-size: 2rem;
  }
}

.sub-ttl2 {
  display: inline-block;
  background: #32b2c3;
  padding: 5px 30px;
  margin-bottom: 30px;
  border-radius: 100px;
  color: #fff;
  font-size: 2.6rem;
  text-align: center;
}

@media (max-width: 991px) {
  .sub-ttl2 {
    font-size: 1.8rem;
  }
}

.txt p {
  text-align: left;
  font-size: 2rem;
}

@media (max-width: 991px) {
  .txt p {
    font-size: 1.6rem;
  }
}

.txt p.kome {
  padding-left: 1em;
  text-indent: -1em;
}

.caution p {
  text-align: left;
}

.caution p.kome {
  padding-left: 1em;
  text-indent: -1em;
}

.btn.btn01 {
  display: inline-block;
  padding: 30px 100px;
  border: 1px solid #32b2c3;
  color: #fff;
  background: #32b2c3;
  font-size: 2.4rem;
}

.btn.btn01:hover {
  background: #fff;
  color: #32b2c3;
}

@media (max-width: 991px) {
  .btn.btn01 {
    display: block;
    margin: 0 3%;
    padding: 15px 0;
  }
}

.list.list-col3 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.list.list-col3 ul li {
  width: 30%;
}

@media (max-width: 991px) {
  .list.list-col3 ul {
    display: block;
    margin: 0 3%;
  }
  .list.list-col3 ul li {
    display: block;
    width: auto;
  }
}

.dropdown dt + dd {
  display: none;
}

.box.box01 {
  background: #fff;
  padding: 30px;
}

.box.box01 p {
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 991px) {
  .box.box01 p {
    font-size: 1.8rem;
  }
}

.bg-g {
  background: #f4f7f9;
}

/* ===================================================================

top style

=================================================================== */
#sec01 {
  padding-top: 80px;
  padding-bottom: 0;
}

@media (max-width: 991px) {
  #sec01 {
    padding-top: 40px;
  }
}

#sec01 .list.list-sec01 ul {
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
      -ms-flex-align: flex-end;
          align-items: flex-end;
}

#sec01 .list.list-sec01 li {
  position: relative;
  color: #fff;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  padding: 40px 0;
  width: 24%;
}

#sec01 .list.list-sec01 li:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 30px solid #32b2c3;
  border-bottom: 0;
  border-left: 0;
  border-right: 40px solid transparent;
}

#sec01 .list.list-sec01 li:nth-of-type(1) {
  background: url(../images/sec01_bg01.jpg) no-repeat center/cover;
}

#sec01 .list.list-sec01 li:nth-of-type(2) {
  background: url(../images/sec01_bg02.jpg) no-repeat center/cover;
}

#sec01 .list.list-sec01 li:nth-of-type(3) {
  background: url(../images/sec01_bg03.jpg) no-repeat center/cover;
}
#sec01 .list.list-sec01 li:nth-of-type(4) {
  background: url(../images/sec01_bg04.jpg) no-repeat center/cover;
  padding: 21.5px 0;
}

#sec01 .list.list-sec01 li + li {
  margin-top: 20px;
}

@media (max-width: 991px) {
  #sec01 .list.list-sec01 li {
    width: auto;
  }
}


#sec01 .sec01-foot {
  margin-top: 80px;
  padding: 40px 0;
}

@media (max-width: 991px) {
  #sec01 .sec01-foot {
    margin-top: 60px;
  }
}

@media (max-width: 991px) {
  #sec01 .sec01-foot .sub-ttl {
    font-size: 2.4rem;
  }
}

#sec01 .sec01-foot .main-ttl {
  color: #32b2c3;
  font-size: 5rem;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #sec01 .sec01-foot .main-ttl {
    font-size: 3rem;
    margin-bottom: 10px;
  }
}

#sec01 .sec01-foot .txt p {
  font-size: 2.4rem;
  text-align: center;
}

@media (max-width: 991px) {
  #sec01 .sec01-foot .txt p {
    font-size: 1.8rem;
  }
}

#sec02 {
  padding-top: 80px;
  padding-bottom: 160px;
  background: url(../images/sec02_bg01.png) no-repeat top left 80%/auto;
  background-image: url(../images/sec02_bg01.png), url(../images/sec02_bg02.png), url(../images/sec02_bg03.png);
  background-position: top left 80%,top 30% left,bottom left 10%;
}

@media (max-width: 991px) {
  #sec02 {
    padding: 40px 0 80px;
    background-position: top left 95%,top 50% left,bottom left 10%;
    text-align: center;
  }
  #sec02 .inner {
    padding: 0;
  }
}

#sec02 .sub-ttl {
  font-size: 3rem;
}

@media (max-width: 991px) {
  #sec02 .sub-ttl {
    font-size: 2.4rem;
  }
}

#sec02 .main-ttl {
  color: #32b2c3;
  font-size: 5rem;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #sec02 .main-ttl {
    font-size: 3.6rem;
    margin-bottom: 10px;
  }
}

#sec02 .sub-ttl2 {
  padding: 0 30px 3px;
}

#sec02 .sub-ttl2 .num {
  font-size: 140%;
  line-height: 1.2;
  vertical-align: baseline;
}

#sec02 .list.list-sec02 ul {
  display: block;
}

#sec02 .list.list-sec02 ul li {
  display: block;
  text-align: left;
  padding: 100px 0;
  margin: -50px 0;
}

#sec02 .list.list-sec02 ul li:nth-of-type(odd) {
  padding-left: 600px;
}

#sec02 .list.list-sec02 ul li:nth-of-type(even) {
  padding-right: 600px;
}

#sec02 .list.list-sec02 ul li:nth-of-type(1) {
  background: url(../images/sec02_img01@2x.jpg) no-repeat center left calc(50% - 300px)/contain;
}

#sec02 .list.list-sec02 ul li:nth-of-type(2) {
  background: url(../images/sec02_img02@2x.jpg) no-repeat center right calc(50% - 300px)/contain;
}

#sec02 .list.list-sec02 ul li:nth-of-type(3) {
  background: url(../images/sec02_img03@2x.jpg) no-repeat center left calc(50% - 300px)/contain;
}

#sec02 .list.list-sec02 ul li:nth-of-type(4) {
  background: url(../images/sec02_img04@2x.jpg) no-repeat center right calc(50% - 300px)/contain;
}

@media (max-width: 991px) {
  #sec02 .list.list-sec02 ul li {
    margin: -60px 0;
    padding: 50px 0;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(odd) {
    margin: -40px 0 -60px;
    padding-left: 50%;
    padding-right: 3%;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(even) {
    padding-right: 50%;
    padding-left: 3%;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(1) {
    background-position: center left -10%;
    background-size: 50% auto;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(2) {
    background-position: center right -10%;
    background-size: 50% auto;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(3) {
    background-position: center left -10%;
    background-size: 50% auto;
  }
  #sec02 .list.list-sec02 ul li:nth-of-type(4) {
    background-position: center right -10%;
    background-size: 50% auto;
  }
}

#sec02 .list.list-sec02 h3 {
  color: #32b2c3;
  font-size: 3.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  #sec02 .list.list-sec02 h3 {
    font-size: 2.4rem;
    margin-bottom: 10px;
  }
}

#sec03 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  #sec03 {
    padding-top: 40px;
  }
}

#sec04 {
  background: url(../images/sec04_bg.jpg) no-repeat center left/50% auto;
  padding-top: 80px;
}

@media (max-width: 991px) {
  #sec04 {
    background-position: center left -20%;
  }
}

#sec04 .inner {
  max-width: 1000px;
  margin: 0 10% 0 auto;
  text-align: right;
}

#sec04 .images {
  margin-bottom: 60px;
}

#sec04 .btn-cont {
  width: 50%;
  margin: 0 0 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  #sec04 {
    padding-top: 60px;
    background-size: auto 100%;
    padding-left: 40%;
  }
  #sec04 .images {
    margin-bottom: 40px;
  }
  #sec04 .btn-cont {
    width: auto;
    margin: 0 0 0 auto;
  }
}

#sec05 {
  padding-top: 80px;
}

@media (max-width: 991px) {
  #sec05 {
    padding-top: 40px;
  }
}

#sec05 .main-ttl2 {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

#sec05 .main-ttl2:after {
  content: "";
  display: block;
  width: 80px;
  height: 2px;
  margin: 20px auto;
  background: #32b2c3;
}

@media (max-width: 991px) {
  #sec05 .main-ttl2 {
    margin-bottom: 20px;
    font-size: 2rem;
  }
  #sec05 .main-ttl2:after {
    margin: 10px auto;
  }
}

#sec05 .sec05-box:nth-of-type(1) {
  padding: 120px 0 100px 700px;
  background: url(../images/sec05_img01.png) no-repeat top right/auto;
  background-image: url(../images/sec05_img01.png), url(../images/sec05_img01.jpg);
  background-position: top right,top left;
}

#sec05 .sec05-box:nth-of-type(2) {
  margin-top: 40px;
  padding: 120px 700px 100px 0;
  background: url(../images/sec05_img02.png) no-repeat top left/auto;
  background-image: url(../images/sec05_img02.png), url(../images/sec05_img02.jpg);
  background-position: top left,top right;
}

#sec05 .sec05-box:nth-of-type(3) {
  padding: 120px 0 100px 750px;
  background: url(../images/sec05_img03.png) no-repeat top right/auto;
  background-image: url(../images/sec05_img03.png), url(../images/sec05_img03.jpg);
  background-position: top right,top left;
}

@media (max-width: 991px) {
  #sec05 .sec05-box:nth-of-type(1), #sec05 .sec05-box:nth-of-type(2), #sec05 .sec05-box:nth-of-type(3), #sec05 .sec05-box:nth-of-type(4) {
    padding: 20px 0 0;
  }
  #sec05 .sec05-box:nth-of-type(1) {
    background: url(../images/sec05_img01.png) no-repeat top center/auto 40px;
  }
  #sec05 .sec05-box:nth-of-type(2) {
    background: url(../images/sec05_img02.png) no-repeat top center/auto 40px;
  }
  #sec05 .sec05-box:nth-of-type(3) {
    margin-top: 40px;
    background: url(../images/sec05_img03.png) no-repeat top center/auto 40px;
  }
  #sec05 .sec05-box .txt {
    margin-bottom: 20px;
  }
  #sec05 .sec05-box .txt p {
    text-align: center;
  }
}

#sec06 {
  /* padding-top: 80px; */
}

@media (max-width: 991px) {
  #sec06 {
    /* padding-top: 40px; */
  }
}

#sec06 .txt p {
  text-align: center;
}

@media (max-width: 991px) {
  #sec06 .main-ttl {
    margin-bottom: 30px;
  }
}

#sec06 .main-ttl2 {
  margin-top: 30px;
  margin-bottom: 30px;
  text-align: left;
  background: #e6eef5;
  font-size: 2.4rem;
}

#sec06 .main-ttl2 .deco {
  display: inline-block;
  padding: 20px 30px;
  margin-right: 30px;
  height: 100%;
  background: #32b2c3;
  color: #fff;
  vertical-align: middle;
}

@media (max-width: 991px) {
  #sec06 .main-ttl2 {
    position: relative;
    font-size: 1.6rem;
    padding: 20px 10px 20px 90px;
    margin-bottom: 10px;
  }
  #sec06 .main-ttl2 .deco {
    position: absolute;
    top: 10px;
    left: 10px;
    height: auto;
    font-size: 1.4rem;
    padding: 10px 15px;
    margin-right: 0;
  }
  #sec06 .main-ttl2:nth-of-type(2) {
    padding: 10px 10px 10px 90px;
  }
}

#sec06 .main-ttl3 {
  color: #32b2c3;
  font-size: 3rem;
  font-weight: bold;
  padding-bottom: 20px;
}

@media (max-width: 991px) {
  #sec06 .main-ttl3 {
    font-size: 2rem;
    text-align: center;
  }
}

#sec06 .sec06-titlecont{
  background: #32b2c3;
  padding: 40px 0 1px;
}
#sec06 .sec06-titlecont .main-ttl{
  color: #fff;
  font-size: 3.2rem;
  letter-spacing: .1em;
  line-height: 1.8;
}
#sec06 .sec06-titlecont .main-ttl .yellow{
  color: #fffb80;
}
#sec06 .movie{
  max-width: 960px;
  margin: 0 auto;
  padding-bottom: 80px;
}

@media (max-width: 991px) {
  #sec06 .sec06-titlecont{
    padding: 30px 0 1px;
  }
  #sec06 .sec06-titlecont .main-ttl{
    font-size: 2rem;
  }
  #sec06 .movie{
    padding-bottom: 40px;
  }
  
}

#contact {
  background: #32b2c3;
  padding-top: 80px;
}

@media (max-width: 991px) {
  #contact {
    padding-top: 40px;
  }
}

#contact .main-ttl {
  color: #fff;
}

/* ===================================================================

footer style

=================================================================== */
footer {
  position: relative;
  display: block;
  width: auto;
  border-top: none !important;
  border-bottom: 4px solid #32b2c3;
  text-align: center;
  padding-top: 80px;
}

@media (max-width: 991px) {
  footer {
    padding-top: 40px;
  }
}

footer .footer-nav {
  text-align: center;
  margin-bottom: 40px;
}

footer .footer-nav a {
  font-size: 2rem;
}

footer .copy {
  display: block;
  padding: 5px 50px 10px;
  text-align: right;
}

footer .copy:after {
  content: "";
  display: block;
  clear: both;
}

footer .copy small {
  display: inline-block;
  color: #aaa;
  font-size: 1.4rem;
  font-family: rajdhani, sans-serif;
}

@media (max-width: 991px) {
  footer {
    overflow: hidden;
  }
  footer .copy {
    padding: 5px 0 10px;
    text-align: center;
  }
}
