@charset "utf-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 400;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-style: normal;
  font-weight: 600;
  src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-style: normal;
  font-weight: 500;
  src: url('../font/NotoSerifCJKjp-Medium.min.woff') format('woff');
}

/*------------------------------------------------

  common

*/
html, body {
  margin: 0;
  padding: 0;
  font-family: 'Noto Sans Japanese';
  font-size: 14px;
  font-weight: 400;
  color: #333;
  line-height: 1;
  min-width: 1192px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a, a:hover {
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd {
  margin: 0;
  padding: 0;
  font-weight: 400;
}
ul, ol, li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
img {
  max-width: 100%;
  height: auto;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  border: 0;
}
.pc-block {
  display: block;
}
.pc-inline {
  display: inline;
}
.sp-block,
.sp-inline {
  display: none;
}

@media (max-width: 767px) {
  html, body {
    min-width: 0;
  }
  .pc-block,
  .pc-inline {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
}

.lp-wrap * {
  opacity: 1 !important;
}

/*------------------------------------------------

  header

*/
header {
  display: block;
  width: 100%;
  height: 1366px;
  background: url(../images/header_01.jpg) center top no-repeat #f5f8f8;
  position: relative;
}
header h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 422px;
  height: 106px;
}
header h2 {
  position: absolute;
  top: 35px;
  right: 40px;
  width: 269px;
  height: 44px;
  background: none;
}
header .lead {
  height: 600px;
  margin-bottom: 40px;
}
header .c01 {
  text-align: center;
  margin-bottom: 15px;
  background: none;
}
header .c02 {
  text-align: center;
  margin-bottom: 60px;
}
header .c03 {
  text-align: center;
  margin-bottom: 15px;
}
header .c04 {
  text-align: center;
  margin-bottom: 15px;
}
header .c04 li {
  display: inline-block;
  width: 245px;
  height: 355px;
  padding-top: 45px;
  margin: 0 9px;
}
header .c04 li:nth-child(1) {
  background: url(../images/header_07.png) center top no-repeat;
}
header .c04 li:nth-child(2) {
  background: url(../images/header_08.png) center top no-repeat;
}
header .c04 li:nth-child(3) {
  background: url(../images/header_09.png) center top no-repeat;
}
header .c04 h4 {
  font-size: 21px;
  font-weight: 500;
  color: #0056a2;
  margin-bottom: 200px;
  letter-spacing: .05em;
  border: none;
  text-align: center;
}
header .c04 h4::after {
  height: 0;
}
header .c04 p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: .05em;
  text-align: center;
}
header .c05 {
  font-size: 15px;
  text-align: right;
  width: 768px;
  margin: 0 auto;
}
header .fixed-header {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: #fff;
  z-index: 2000;
}
header .fixed-header li {
  display: inline-block;
  width: 50%;
}
header .fixed-header li:first-child {
  padding: 20px 0 0 40px;
}
header .fixed-header li:last-child {
  padding: 20px 40px 0 0;
  text-align: right;
}

@media (max-width: 767px) {
  header {
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../images/header_01_sp.jpg);
    background-size: contain;
    padding-bottom: 7vw;
  }
  header h1 {
    width: 54.8vw;
    height: 15.3vw;
  }
  header h2 {
    top: 5vw;
    right: 3.3vw;
    width: 38.8vw;
    height: 5.8vw;
  }
  header .lead {
    height: 110vw;
    margin-bottom: 6vw;
  }
  header .c01 {
    margin-bottom: 2.4vw;
  }
  header .c01 img {
    width: 79.4vw
  }
  header .c02 {
    margin-bottom: 8.8vw;
  }
  header .c02 img {
    width: 92.8vw
  }
  header .c03 {
    margin-bottom: 1.4vw;
  }
  header .c03 img {
    width: 92.3vw
  }
  header .c04 {
    margin-bottom: 1.8vw;
  }
  header .c04 li {
    display: block;
    width: 92.8vw;
    height: 22.8vw;
    padding-top: 0;
    margin: 0 auto 2.4vw;
  }
  header .c04 li:nth-child(1) {
    background-image: url(../images/header_07_sp.png);
    background-size: contain;
  }
  header .c04 li:nth-child(2) {
    background-image: url(../images/header_08_sp.png);
    background-size: contain;
  }
  header .c04 li:nth-child(3) {
    background-image: url(../images/header_09_sp.png);
    background-size: contain;
  }
  header .c04 h4 {
    float: left;
    width: 31vw;
    font-size: 4vw;
    margin-bottom: 0;
    letter-spacing: 0;
    line-height: 1.3;
    padding-top: 8.9vw;
  }
  header .c04 li:nth-child(2) h4 {
    padding-top: 6.6vw;
  }
  header .c04 p {
    float: right;
    width: 61.8vw;
    font-size: 3.1vw;
    letter-spacing: 0;
    text-align: left;
    padding: 7.1vw 0 0 3vw;
  }
  header .c05 {
    font-size: 2.4vw;
    width: 92.8vw;
  }
  header .fixed-header {
    height: 15vw;
  }
  header .fixed-header li:first-child {
    padding: 2.8vw 0 0 3vw;
  }
  header .fixed-header li:first-child img {
    width: 47.1vw;
  }
  header .fixed-header li:last-child {
    padding: 2.8vw 3vw 0 0;
  }
  header .fixed-header li:last-child img {
    width: 42.3vw;
  }
}

/*------------------------------------------------

  main

*/
main {
  display: block;
  width: 100%;
}
.section-title {
  height: 200px;
  text-align: center;
  padding-top: 57px !important;
  background: #fff;
}
.btn-section {
  background: #0056a2;
  height: 280px;
  padding-top: 35px;
}
.btn-section .txt {
  background: url(../images/btn_section.png) center top no-repeat;
  display: block;
  width: 768px;
  height: 111px;
  margin: 0 auto 10px;
  text-align: center;
  color: #333;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: .03em;
  padding-top: 22px;
}
.btn-section .txt.single {
  padding-top: 30px;
}
.btn-section .txt span {
  color: #b7282c;
}
.btn-section .btn {
  display: block;
  width: 774px;
  margin: 0 auto;
}
.swiper-pagination-bullets {
  bottom: 20px !important;
}
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #231815;
}
.swiper-button-next, .swiper-button-prev {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  background-size: 24px 24px;
}
.swiper-button-next {
  background-image: url(../images/slider_circle_next.png);
}
.swiper-button-prev {
  background-image: url(../images/slider_circle_prev.png);
}

@media (max-width: 767px) {
  .section-title {
    height: auto;
    padding: 7.5vw 0 7.5vw 11.9vw !important;
    text-align: left;
  }
  .btn-section {
    height: auto;
    padding: 4vw 0 5vw;
    text-align: center;
  }
  .btn-section .txt {
    background-image: url(../images/btn_section_sp.png);
    background-size: contain;
    width: 92vw;
    height: 19.1vw;
    margin: 0 auto 2.4vw;
    font-size: 3.8vw;
    padding-top: 3.1vw;
  }
  .btn-section .txt.single {
    padding-top: 5vw;
  }
  .btn-section .btn {
    width: 92.8vw;
  }
  .btn-section img {
    width: 100%;
  }
  .swiper-pagination-bullets {
    bottom: 0 !important;
    text-align: right;
    padding-right: 6.5vw;
  }
  .swiper-pagination-bullet {
    background: #ccc;
    width: 2.2vw;
    height: 2.2vw;
    margin: 0 .9vw !important;
  }
  .swiper-pagination-bullet-active {
    background: #231815;
  }
  .swiper-button-next, .swiper-button-prev {
    display: none;
  }
}

/*
  section01
*/
#section01 {
}
#section01 .block {
  height: 1020px;
  background: url(../images/section01_02.jpg) center top no-repeat;
  position: relative;
}
#section01 .block .sp {
  display: none;
}
#section01 .youtube-wrap {
  position: absolute;
  top: 323px;
  left: 50%;
  width: 536px;
  height: 300px;
  margin-left: -268px;
}

@media (max-width: 767px) {
  #section01 .section-title img {
    width: 66.8vw;
  }
  #section01 .block {
    height: auto;
    background: none;
  }
  #section01 .block img {
    max-width: 100%;
  }
  #section01 .block .sp {
    display: block;
    font-size: 4vw;
    line-height: 1.9;
    padding: 9vw 0 9vw 6.3vw;
  }
  #section01 .instagram-wrap {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

/*
  section02
*/
#section02 {
  background: #fafafa;
  padding-bottom: 100px;
}
#section02 .wrapper {
  width: 1100px;
  height: 616px;
  margin: 80px auto 0;
  background: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.03);
  clear: both;
}
#section02 .left {
  width: 616px;
  height: 616px;
  float: left;
}
#section02 .left .swiper-container {
  width: 616px;
  height: 616px;
}
#section02 .right {
  width: 484px;
  height: 616px;
  float: right;
  padding: 40px;
  position: relative;
}
#section02 .right h4 {
  height: 64px;
  border-bottom: 1px solid #e6e6e6;
  padding: 20px 0 0 64px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .1em;
}
#section02 .right h4::after {
  height: 0;
}
#section02 .right .header01 {
  background: url(../images/section02_02.png) left top no-repeat;
}
#section02 .right .header02 {
  background: url(../images/section02_03.png) left top no-repeat;
}
#section02 .right .header03 {
  background: url(../images/section02_04.png) left top no-repeat;
}
#section02 .right .header04 {
  background: url(../images/section02_05.png) left top no-repeat;
  letter-spacing: 0;
}
#section02 .right p {
  line-height: 2.3;
  letter-spacing: .03em;
  margin-top: 30px;
}
#section02 .right a {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 404px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .04em;
}
#section02 .right a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  width: 10px;
  height: 12px;
  background: url(../images/btn_arrow_right.png) center center no-repeat;
}

@media (max-width: 767px) {
  #section02 {
    padding-bottom: 0;
  }
  #section02 .wrapper {
    width: 100%;
    height: auto;
    margin: 0 auto;
    box-shadow: none;
  }
  #section02 .left {
    width: 100%;
    height: 110vw;
    float: none;
    padding-top: 14vw;
  }
  #section02 .left .swiper-container {
    width: 100%;
    height: 110vw;
  }
  #section02 .right {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0 10vw;
  }
  #section02 .right h4 {
    height: 14vw;
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
    padding: 5.4vw 0 2vw 17.4vw;
    font-size: 3.6vw;
    letter-spacing: .03em;
    position: relative;
    margin-top: -110vw;
  }
  #section02 .right .header01 {
    background-image: url(../images/section02_02_sp.png);
    background-position: 4vw center;
    background-size: 10vw 10vw;
    border-top: none;
  }
  #section02 .right .header02 {
    background-image: url(../images/section02_03_sp.png);
    background-position: 4vw center;
    background-size: 10vw 10vw;
  }
  #section02 .right .header03 {
    background-image: url(../images/section02_04_sp.png);
    background-position: 4vw center;
    background-size: 10vw 10vw;
  }
  #section02 .right .header04 {
    background-image: url(../images/section02_05_sp.png);
    background-position: 4vw center;
    background-size: 10vw 10vw;
    letter-spacing: 0;
  }
  #section02 .right p {
    line-height: 1.8;
    letter-spacing: .04em;
    margin-top: 117vw;
    font-size: 3.6vw;
    padding: 0 6.5vw;
  }
  #section02 .right .more-btn {
    display: inline-block;
    color: #999;
    font-size: 3.2vw;
    letter-spacing: .04em;
    margin: 3vw 0 0;
    cursor: pointer;
  }
  #section02 .right p .more {
    display: none;
  }
  #section02 .right a {
    bottom: auto;
    top: 119vw;
    left: 6.5vw;
    width: 49.6vw;
    height: 6.7vw;
    border-radius: 4vw;
    font-size: 3.4vw;
    line-height: 6.5vw;
    z-index: 100;
  }
  #section02 .right a::after {
    top: 2.4vw;
    right: 2.4vw;
    width: 1.4vw;
    height: 1.9vw;
    background-image: url(../images/btn_arrow_right_sp.png);
    background-size: contain;
  }
}

/*
  section03
*/
#section03 {
  background: #fafafa;
  padding-bottom: 100px;
}
#section03 ul {
  margin-top: 70px;
  text-align: center;
  padding-left: 6px;
}
#section03 li {
  display: inline-block;
  width: 360px;
  height: 76px;
  margin-right: 13px;
  background: url(../images/section03_02.png) center top no-repeat;
  transition: all .3s;
  color: #999;
  font-weight: 500;
  letter-spacing: .05em;
  line-height: 1;
  padding: 22px 4px 0 0;
  cursor: pointer;
  text-align: center;
}
#section03 li:last-child {
  margin-right: 0;
}
#section03 li:nth-child(1):hover,
#section03 li:nth-child(2):hover,
#section03 li:nth-child(1).active,
#section03 li:nth-child(2).active {
  background-image: url(../images/section03_active_01.png);
  color: #fff;
}
#section03 li:nth-child(3):hover,
#section03 li:nth-child(3).active {
  background-image: url(../images/section03_active_02.png);
  color: #fff;
}
#section03 .wrapper {
  width: 1100px;
  height: 616px;
  margin: 15px auto 0;
  position: relative;
}
#section03 .inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 1100px;
  height: 616px;
  background: #fff;
  box-shadow: 3px 3px 3px 0px rgba(0,0,0,0.03);
  clear: both;
}
#section03 .inner:nth-child(1) {
  z-index: 2;
}
#section03 .inner:nth-child(2),
#section03 .inner:nth-child(3) {
  z-index: 1;
}
#section03 .left {
  width: 616px;
  height: 616px;
  float: left;
}
#section03 .left .swiper-container {
  width: 616px;
  height: 616px;
}
#section03 .right {
  width: 484px;
  height: 616px;
  float: right;
  padding: 35px;
  position: relative;
}
#section03 .right h4 {
  height: 64px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
#section03 .right h4::after {
  height: 0;
}
#section03 .right .header01 {
  padding: 20px 0 0;
}
#section03 .right .header02 {
  background: url(../images/section03_03.png) left top no-repeat;
  padding: 20px 0 0 90px;
}
#section03 .right .header03 {
  background: url(../images/section03_04.png) left top no-repeat;
  padding: 20px 0 0 90px;
}
#section03 .right p {
  line-height: 1.9;
  margin-top: 30px;
}
#section03 .right a {
  position: absolute;
  bottom: 40px;
  display: block;
  width: 414px;
  height: 40px;
  border: 1px solid #333;
  border-radius: 20px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: .04em;
}
#section03 .right a::after {
  content: "";
  position: absolute;
  top: 13px;
  right: 13px;
  display: block;
  width: 10px;
  height: 12px;
  background: url(../images/btn_arrow_right.png) center center no-repeat;
}
#section03 .tab-content-next,
#section03 .tab-content-prev {
  position: absolute;
  top: 50%;
  margin-top: 13px;
  display: block;
  width: 17px;
  height: 26px;
  cursor: pointer;
}
#section03 .tab-content-next {
  background: url(../images/arrow_next.png) center center no-repeat;
  right: -46px;
}
#section03 .tab-content-prev {
  background: url(../images/arrow_prev.png) center center no-repeat;
  left: -46px;
}

@media (max-width: 767px) {
  #section03 {
    background: #fff;
    padding-bottom: 0;
  }
  #section03 .section-title {
    padding: 5vw 0 5vw 4vw;
  }
  #section03 .section-title img {
    width: 88.3vw;
  }
  #section03 ul {
    display: none;
  }
  #section03 .wrapper {
    width: 100%;
    height: auto;
    margin: 0;
  }
  #section03 .inner {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: auto;
    box-shadow: none;
  }
  #section03 .left {
    width: 100%;
    height: 110vw;
    float: none;
  }
  #section03 .left .swiper-container {
    width: 100%;
    height: 110vw;
  }
  #section03 .right {
    width: 100%;
    height: auto;
    float: none;
    padding: 0 0 10vw;
  }
  #section03 .right h4 {
    height: 14vw;
    border-top: 1px solid #e6e6e6;
    border-bottom: none;
    font-size: 3.6vw;
    letter-spacing: .03em;
    position: relative;
    margin-top: -124vw;
  }
  #section03 .right .header01 {
    display: none;
  }
  #section03 .right .header02 {
    background: url(../images/section03_03_sp.png) 4vw center no-repeat;
    background-size: 7.4vw 4vw;
    padding: 5vw 0 0 15.8vw;
  }
  #section03 .right .header03 {
    background: url(../images/section03_04_sp.png) 4vw center no-repeat;
    background-size: 7.4vw 4vw;
    padding: 5vw 0 0 15.8vw;
  }
  #section03 .right p {
    font-size: 3.6vw;
    line-height: 1.8;
    margin-top: 7vw;
    padding: 0 6.5vw;
  }
  #section03 .right .more-btn {
    display: inline-block;
    color: #999;
    font-size: 3.2vw;
    letter-spacing: .04em;
    margin: 3vw 0 0;
    cursor: pointer;
  }
  #section03 .right p .more {
    display: none;
  }
  #section03 .right a {
    bottom: auto;
    top: -12vw;
    left: 6.5vw;
    width: 49.6vw;
    height: 6.7vw;
    border-radius: 4vw;
    font-size: 3.4vw;
    line-height: 6.5vw;
    z-index: 100;
  }
  #section03 .right a::after {
    top: 2.4vw;
    right: 2.4vw;
    width: 1.4vw;
    height: 1.9vw;
    background-image: url(../images/btn_arrow_right_sp.png);
    background-size: contain;
  }
  #slider06, #slider07 {
    opacity: 1;
  }
  #slider06 .left, #slider07 .left {
    margin-top: 14vw;
  }
  #slider06 .right p, #slider07 .right p {
    margin-top: 117vw;
  }
  #slider06 .right a, #slider07 .right a {
    top: 119vw;
  }
  #section03 .tab-content-next,
  #section03 .tab-content-prev {
    display: none;
  }
}

/*
  section04
*/
#section04 {
  background: #fdece8;
  padding-bottom: 100px;
}
#section04 h4 {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: .1em;
  text-align: center;
  margin-top: 73px;
  border: none;
}
#section04 h4::after {
  height: 0;
}
#section04 ul {
  width: 978px;
  margin: 73px auto 0;
  text-align: center;
}
#section04 ul::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  clear: left;
}
#section04 li {
  float: left;
  display: block;
  width: 300px;
  height: 578px;
  margin: 0 13px;
  padding: 396px 20px 0;
  text-align: left;
}
#section04 li:nth-child(1) {
  background: url(../images/section04_02.png) left top no-repeat;
}
#section04 li:nth-child(2) {
  background: url(../images/section04_03.png) left top no-repeat;
}
#section04 li:nth-child(3) {
  background: url(../images/section04_04.png) left top no-repeat;
}
#section04 p {
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .14em;
}
#section04 p span {
  color: #c30d23;
}

@media (max-width: 767px) {
  #section04 {
    padding-bottom: 10vw;
  }
  #section04 .section-title img {
    width: 66.5vw;
  }
  #section04 h4 {
    display: none;
  }
  #section04 ul {
    width: 100%;
    margin: 0;
  }
  #section04 li {
    float: none;
    width: 92.5vw;
    height: auto;
    margin: 8vw 3.6vw 0 4vw;
    padding: 67.7vw 6vw 0;
    text-align: left;
  }
  #section04 li:nth-child(1) {
    background-image: url(../images/section04_02_sp.png);
    background-size: contain;
    height: 98.6vw;
  }
  #section04 li:nth-child(2) {
    background-image: url(../images/section04_03_sp.png);
    background-size: contain;
    height: 91.8vw;
  }
  #section04 li:nth-child(3) {
    background-image: url(../images/section04_04_sp.png);
    background-size: contain;
    height: 98.6vw;
  }
  #section04 p {
    font-size: 3.6vw;
    line-height: 1.8;
    letter-spacing: .04em;
  }
  #section04 p span {
    color: #c30d23;
  }
}

/*
  section05
*/
#section05 {
  background: #f5f8f8;
  padding-bottom: 100px;
}
#section05 dl {
  padding-top: 30px;
  width: 950px;
  margin: 0 auto;
}
#section05 dt {
  margin-top: 50px;
  height: 58px;
  background: #0056a2;
  border-radius: 30px;
  color: #fff;
  font-size: 21px;
  font-weight: 600;
  line-height: 58px;
  text-align: center;
}
#section05 dd {
  margin: 20px 0 0 130px;
  width: 820px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.2);
  padding: 24px 30px;
  font-size: 16px;
  line-height: 1.7;
  letter-spacing: .02em;
  position: relative;
}
#section05 dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130px;
  width: 130px;
  height: 110px;
  background: url(../images/section05_02.png) left top no-repeat;
}
#section05 dd span {
  color: #0056a2;
}

@media (max-width: 767px) {
  #section05 {
    padding-bottom: 10vw;
  }
  #section05 .section-title img {
    width: 65.3vw;
  }
  #section05 dl {
    padding-top: 0;
    width: 87.2vw;
    margin: 0 auto;
  }
  #section05 dt {
    margin-top: 8vw;
    height: 8.8vw;
    border-radius: 4.4vw;
    font-size: 3.4vw;
    line-height: 8.8vw;
  }
  #section05 dd {
    margin: 2.8vw 0 0 20.1vw;
    width: 67.1vw;
    border-radius: 1.3vw;
    padding: 3.4vw 4vw;
    font-size: 3.4vw;
    line-height: 1.6;
  }
  #section05 dd::before {
    content: "";
    position: absolute;
    top: 0;
    left: -20.1vw;
    width: 20.1vw;
    height: 16.8vw;
    background-image: url(../images/section05_02_sp.png);
    background-size: contain;
  }
  #section05 .toggle {
    display: none;
  }
  #section05 .btn-toggle {
    width: 53.4vw;
    height: 10.9vw;
    background: url(../images/section05_btn_show.png) center center no-repeat;
    background-size: contain;
    color: #fff;
    font-size: 3.4vw;
    font-weight: 500;
    letter-spacing: .05em;
    text-align: center;
    line-height: 10.9vw;
    margin: 10vw auto 0;
    cursor: pointer;
  }
  #section05 .btn-toggle.active {
    background-image: url(../images/section05_btn_hide.png);
  }
}

/*------------------------------------------------

  footer

*/
footer {
  display: block;
  width: 100%;
}
footer .block01 {
  padding: 60px 0;
  border-bottom: 1px solid #f2f2f2;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
}
footer .block01 ul {
  width: 768px;
  margin: 0 auto;
}
footer .block01 li {
  display: table-cell;
  vertical-align: middle;
}
footer .block01 li:nth-child(1) {
  width: 71px;
}
footer .block01 li:nth-child(1) img {
  width: 60px;
}
footer .block01 li:nth-child(2) {
  width: 304px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: .04em;
}
footer .block01 li:nth-child(3) {
  width: 393px;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: .04em;
}
footer .block02 {
  padding: 30px 0;
  border-bottom: 1px solid #f2f2f2;
}
footer .block02 p {
  width: 768px;
  margin: 0 auto;
  font-size: 10px;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  line-height: 1.85;
  letter-spacing: .035em;
}
footer .block03 {
  font-size: 10px;
  text-align: center;
  line-height: 34px;
  letter-spacing: .04em;
}

@media (max-width: 767px) {
  footer .block01 {
    padding: 10vw 0;
  }
  footer .block01 ul {
    width: 77vw;
    margin: 0 auto;
  }
  footer .block01 ul::after {
    content: "";
    display: block;
    width: 100%;
    height: 0;
    clear: left;
  }
  footer .block01 li {
    display: block;
    float: left;
  }
  footer .block01 li:nth-child(1) {
    width: 13vw;
  }
  footer .block01 li:nth-child(1) img {
    width: 10.5vw;
  }
  footer .block01 li:nth-child(2) {
    width: 64vw;
    font-size: 2.9vw;
    line-height: 1;
    letter-spacing: .03em;
    padding: 1.4vw 0;
  }
  footer .block01 li:nth-child(3) {
    width: 64vw;
    font-size: 1.9vw;
    line-height: 1.5;
  }
  footer .block02 {
    padding: 7vw 0;
  }
  footer .block02 p {
    width: 87.5vw;
    margin: 0 auto;
    font-size: 2.2vw;
    line-height: 1.9;
    letter-spacing: 0;
  }
  footer .block03 {
    font-size: 1.9vw;
    line-height: 5.6vw;
  }
}
