@charset "UTF-8";

/*--- body -------------------------------------------------------------------------------------------------------------*/
body {
  background: #fff;
  color: #333;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN","メイリオ", sans-serif;
  font-size: 16px;
  height: 100%;
  line-height: 1;
  text-align: left;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

a:hover {
  text-decoration: underline;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.sp-only {
  display: none;
}

/*--- /body ------------------------------------------------------------------------------------------------------------*/
.content {
  margin: 0 auto;
  width: 1020px;
}

.details-btn {
  margin: 70px auto 0;
  width: 330px;
}

.details-btn a {
  background: url(../images/details-btn-arrow01.svg) no-repeat 90% center, #f6f7f7;
  background-size: 7px auto;
  border-radius: 1000px;
  color: #0068b6;
  display: block;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: .1em;
  padding: 20px 0;
  text-align: center;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

.details-btn a:hover {
  opacity: .7;
  text-decoration: none;
}

.lower .content {
  width: 920px;
}

.lower h2 {
  color: #0068b6;
  font-size: 26px;
  font-weight: bold;
}

.lower h3 {
  font-size: 21px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
  position: relative;
}

.lower h3:before {
  background: linear-gradient(#82cbec, #0f6ab3);
  content: '';
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 3px;
}

.lower-mv {
  margin-top: 80px;
  position: relative;
}

.lower-mv .bg02 {
  display: none;
}

.lower-mv h1 {
  color: #fff;
  font-size: 14px;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.lower-mv h1 span {
  display: inline-block;
  margin-top: 10px;
}

.lower-mv h1:after {
  background: linear-gradient(135deg, #0f6ab3, #82cbec);
  bottom: -20px;
  content: '';
  display: block;
  height: 3px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 65px;
}

.rubbish {
  font-size: 0;
  margin: 40px auto;
  width: 90%;
}

.rubbish li {
  display: inline-block;
  font-size: 14px;
}

.rubbish li + li {
  background: url(../images/rubbish-arrow.svg) no-repeat left center;
  background-size: 8px auto;
  margin-left: 5px;
  padding-left: 13px;
}

.rubbish li a {
  color: #0068b6;
}

header {
  background: #fff;
  left: 0;
  padding: 20px 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 2;
}

header .header-in {
  margin: 0 auto;
  width: 90%;
}

header .header-in:after {
  content: '';
  clear: both;
  display: block;
}

header .header-in .logo {
  float: left;
  position: relative;
  width: 158px;
}

header .header-in .logo .sp-menu-logo {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
}

header .header-in .logo a {
  display: block;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

header .header-in .logo a:hover {
  opacity: .7;
}

.sp-menu-btn,
.sp-menu-overlay {
  display: none;
}

nav ul {
  font-size: 0;
  float: right;
  margin-top: 2px;
}

nav ul li {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
}

nav ul li + li {
  margin-left: 40px;
}

nav ul li a {
  color: #333;
  display: block;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

nav ul li a:hover {
  color: #0068b6;
  text-decoration: none;
}

nav ul li.on a {
  color: #0068b6;
}

nav ul li.tell {
  border: 1px solid #fff;
}

nav ul li.tell a {
  color: #0068b6;
  padding: 10px 15px;
  pointer-events: none;
}

nav ul li.tell a:hover {
  color: #fff;
}

nav ul li.tell a span {
  background: url(../images/tell-icon.svg) no-repeat left center;
  background-size: 16px 16px;
  display: inline-block;
  padding-left: 20px;
}

footer {
  background: #0068b6;
  color: #fff;
  padding: 70px 0 60px;
}

footer a {
  color: #fff;
}

footer .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

footer .footer-block + .footer-block {
  margin-left: 65px;
}

footer .footer-block .tit {
  font-size: 14px;
  font-weight: bold;
}

footer .footer-block .tit + .tit {
  margin-top: 50px;
}

footer .footer-block ul {
  margin-top: 20px;
  padding-left: .5em;
}

footer .footer-block ul li + li {
  margin-top: 20px;
}

footer .footer-block ul li a {
  color: #c7d6dd;
}

footer .footer-block:nth-of-type(4) {
  margin-left: 200px;
  text-align: right;
}

footer .footer-block:nth-of-type(4) .footer-logo img {
  display: inline-block;
  width: 168px;
}

footer .footer-block:nth-of-type(4) ul {
  font-size: 0;
  margin: 15px 0 0 0;
}

footer .footer-block:nth-of-type(4) ul li {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
}

footer .footer-block:nth-of-type(4) ul li + li {
  margin-left: 10px;
}

footer .footer-block:nth-of-type(4) ul li a {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  padding: 10px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}

footer .footer-block:nth-of-type(4) ul li a:hover {
  opacity: .7;
}

footer .footer-block:nth-of-type(4) ul li a span {
  display: inline-block;
}

footer .footer-block:nth-of-type(4) ul li:nth-of-type(1) a span {
  background: url(../images/footer-mail-icon.svg) no-repeat left center;
  background-size: 27px auto;
  padding: 5px 0 5px 35px;
}

footer .footer-block:nth-of-type(4) ul li:nth-of-type(2) a {
  pointer-events: none;
}

footer .footer-block:nth-of-type(4) ul li:nth-of-type(2) a span {
  background: url(../images/footer-tell-icon.svg) no-repeat left center;
  background-size: 19px auto;
  padding: 5px 0 5px 25px;
}

footer .footer-block:nth-of-type(4) .copy-right {
  font-size: 12px;
  margin-top: 20px;
}

/*------------------------------
            liquid
------------------------------*/
@media screen and (max-width: 1120px) {
  .content {
    width: 90%;
  }
  footer .content {
    justify-content: space-around;
  }
  footer .footer-block + .footer-block {
    margin-left: 3%;
  }
  footer .footer-block:nth-of-type(4) {
    margin-left: 3%;
  }
  footer .footer-block:nth-of-type(4) ul li {
    font-size: 13px;
  }
  footer .footer-block:nth-of-type(4) ul li a {
    padding: 15px;
  }
  footer .footer-block:nth-of-type(4) ul li:nth-of-type(1) a span {
    padding: 5px 0 5px 35px;
  }
  footer .footer-block:nth-of-type(4) ul li:nth-of-type(2) a span {
    padding: 5px 0 5px 25px;
  }
}

/*------------------------------
          liquid-tablet
------------------------------*/
@media screen and (max-width: 1024px) {
  .lower .content {
    width: 90%;
  }
}

/*------------------------------
          liquid-add01
------------------------------*/
@media screen and (max-width: 860px) {
  header .header-in {
    width: 95%;
  }
  header .header-in .logo {
    width: 130px;
  }
  nav ul li {
    font-size: 13px;
  }
  nav ul li + li {
    margin-left: 20px;
  }
  nav ul li.tell a {
    padding: 10px;
  }
  nav ul li.tell a span {
    padding: 2px 0 2px 20px;
  }
  footer .footer-block {
    width: 20%;
  }
  footer .footer-block + .footer-block {
    margin-left: 3%;
    width: 35%;
  }
  footer .footer-block ul {
    margin-top: 20px;
    padding-left: .5em;
  }
  footer .footer-block ul li + li {
    margin-top: 20px;
  }
  footer .footer-block ul li a {
    color: #c7d6dd;
  }
  footer .footer-block:nth-of-type(4) {
    margin: 50px 0 0;
    width: 100%;
  }
  footer .footer-block:nth-of-type(4) ul li a {
    padding: 10px 20px;
  }
}

/*------------------------------
          liquid-add02
------------------------------*/
@media screen and (max-width: 800px) {
  .lower-mv .bg01 {
    display: none;
  }
  .lower-mv .bg02 {
    display: block;
  }
}

/*------------------------------
              sp
------------------------------*/
@media screen and (max-width: 600px) {
  img {
    width: 100%;
  }
  .sp-none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .details-btn {
    margin: 35px auto 0;
    width: 80%;
  }
  .details-btn a {
    font-size: 17px;
    padding: 15px 0;
  }
  .details-btn a:hover {
    opacity: 1;
  }
  .lower h2 {
    font-size: 18px;
  }
  .lower h3 {
    font-size: 15px;
  }
  .lower-mv {
    margin-top: 60px;
  }
  .lower-mv h1 {
    font-size: 13px;
  }
  .lower-mv h1:after {
    bottom: -15px;
  }
  .rubbish {
    margin: 20px auto;
  }
  .rubbish li {
    font-size: 13px;
  }
  header {
    padding: 10px 0;
  }
  header .header-in .logo {
    margin-top: 5px;
    position: relative;
    width: 130px;
    z-index: 1;
  }
  header .header-in .logo a:hover {
    opacity: 1;
  }
  .sp-menu-btn {
    background: #fff;
    display: block;
    float: right;
    height: 40px;
    position: relative;
    width: 40px;
    z-index: 1;
  }
  .sp-menu-btn span {
    background: linear-gradient(90deg, #0f6ab3, #82cbec);
    display: block;
    height: 4px;
    left: 8px;
    position: absolute;
    width: 25px;
    -webkit-transform-origin: right center;
    transform-origin: right center;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
  }
  .sp-menu-btn span:nth-of-type(1) {
    top: 8px;
  }
  .sp-menu-btn span:nth-of-type(2) {
    top: 18px;
  }
  .sp-menu-btn span:nth-of-type(3) {
    bottom: 8px;
  }
  .sp-menu-btn.on span:nth-of-type(1) {
    -webkit-transform: translateX(-4px) rotate(-45deg);
    transform: translateX(-4px) rotate(-45deg);
  }
  .sp-menu-btn.on span:nth-of-type(2) {
    opacity: 0;
  }
  .sp-menu-btn.on span:nth-of-type(3) {
    -webkit-transform: translate(-4px, -2px) rotate(45deg);
    transform: translate(-4px, -2px) rotate(45deg);
  }
  .sp-menu-overlay {
    background: rgba(0, 104, 182, 0.8);
    height: 100vh;
    left: 0;
    position: fixed;
    top: 0;
    width: 100vw;
    z-index: 0;
  }
  nav {
    display: none;
    height: 100%;
    left: 0;
    margin-top: 60px;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  nav ul {
    float: none;
    margin-top: 0;
  }
  nav ul li {
    display: block;
    font-size: 15px;
    position: relative;
  }
  nav ul li:after {
    background: #fff;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  nav ul li + li {
    margin-left: 0;
  }
  nav ul li:nth-of-type(4):before {
    background: #fff;
    bottom: 0;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
  }
  nav ul li a {
    color: #fff;
    padding: 20px;
    position: relative;
  }
  nav ul li a:hover {
    color: #fff;
  }
  nav ul li.on a {
    color: #fff;
  }
  nav ul li.tell {
    margin: 30px auto 0;
    width: 90%;
  }
  nav ul li.tell:after {
    display: none;
  }
  nav ul li.tell a {
    color: #fff;
    padding: 10px 15px;
    pointer-events: auto;
  }
  nav ul li.tell a span {
    background: url(../images/sp/tell-icon.svg) no-repeat left center;
    background-size: 16px 16px;
  }
  footer {
    padding: 0 0 30px;
  }
  footer a {
    display: block;
    padding: 20px;
  }
  footer a:hover {
    text-decoration: none;
  }
  footer .content {
    display: block;
    width: 100%;
  }
  footer .footer-block {
    width: 100%;
  }
  footer .footer-block + .footer-block {
    margin-left: 0;
    width: 100%;
  }
  footer .footer-block + .footer-block a {
    padding-bottom: 10px;
  }
  footer .footer-block .tit {
    font-size: 14px;
    position: relative;
  }
  footer .footer-block .tit:before {
    background: #82b4d9;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  footer .footer-block .tit + .tit {
    margin-top: 0;
  }
  footer .footer-block ul {
    margin-top: 0;
    padding-left: 1.5em;
  }
  footer .footer-block ul li + li {
    margin-top: 0;
  }
  footer .footer-block ul li a {
    font-size: 13px;
    padding: 10px;
  }
  footer .footer-block ul li:last-child a {
    padding-bottom: 20px;
  }
  footer .footer-block:nth-of-type(4) {
    margin-top: 0;
    padding: 20px 5% 0 5%;
    position: relative;
    width: 90%;
  }
  footer .footer-block:nth-of-type(4):after {
    background: #82b4d9;
    content: '';
    display: block;
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  footer .footer-block:nth-of-type(4) .footer-logo {
    margin: 20px auto 0;
    width: 130px;
  }
  footer .footer-block:nth-of-type(4) .footer-logo img {
    height: auto;
    width: 100%;
  }
  footer .footer-block:nth-of-type(4) ul {
    margin: 0;
  }
  footer .footer-block:nth-of-type(4) ul li {
    display: block;
    font-size: 15px;
    text-align: center;
  }
  footer .footer-block:nth-of-type(4) ul li + li {
    margin: 10px 0 0;
  }
  footer .footer-block:nth-of-type(4) ul li a {
    padding: 15px;
  }
  footer .footer-block:nth-of-type(4) ul li a:hover {
    opacity: 1;
  }
  footer .footer-block:nth-of-type(4) ul li:nth-of-type(2) a {
    pointer-events: auto;
  }
  footer .footer-block:nth-of-type(4) .copy-right {
    text-align: center;
  }
}
