@charset "utf-8";

@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 300;
  font-style: normal;
  src: url('../font/NotoSansCJKjp-Light.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  font-style: normal;
  src: url('../font/NotoSansCJKjp-Regular.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 500;
  font-style: normal;
  src: url('../font/NotoSansCJKjp-Medium.woff') format('woff');
}
@font-face {
  font-family: 'Noto Sans Japanese';
  font-weight: 600;
  font-style: normal;
  src: url('../font/NotoSansCJKjp-Bold.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-weight: 400;
  font-style: normal;
  src: url('../font/NotoSerifCJKjp-Regular.min.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  font-style: normal;
  src: url('../font/NotoSerifCJKjp-Medium.min.woff') format('woff');
}
@font-face {
  font-family: 'Noto Serif Japanese';
  font-weight: 600;
  font-style: normal;
  src: url('../font/NotoSerifCJKjp-SemiBold.min.woff') format('woff');
}

/*------------------------------------------------

  common

*/
html, body {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: 'Noto Sans Japanese';
  font-weight: 400;
  color: #333;
  line-height: 1;
  min-width: 1200px;
}
*, *::before, *::after {
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
a.btn {
  opacity: 1;
  transition: all .2s;
}
a.btn:hover {
  opacity: .8;
}
h1, h2, h3, h4, h5, h6, p, dl, dt, dd, aside {
  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;
}
.wrapper {
  max-width: 2000px;
  margin: 0 auto;
}
.inner {
  width: 1200px;
  margin: 0 auto;
  position: relative;
}
.darkred {
  color: #b81c22;
}

@media (max-width: 767px) {
  html, body {
    min-width: 0;
  }
  a.btn:hover {
    opacity: 1;
  }
  .pc-block,
  .pc-inline {
    display: none;
  }
  .sp-block {
    display: block;
  }
  .sp-inline {
    display: inline;
  }
  .inner {
    width: 100%;
  }
}

/*------------------------------------------------

  header

*/
header {
  display: block;
  width: 100%;
  height: 550px;
  position: relative;
  background: url("../images/header_bg_01.jpg") center center no-repeat;
  z-index: 100;
}
header h1 {
  width: 84px;
  height: 84px;
  position: absolute;
  top: 25px;
  left: 35px;
}
header h1 img {
  width: 100%;
  height: auto;
}
header h2 {
  position: absolute;
  top: 20px;
  right: 10px;
  font-family: 'Noto Serif Japanese';
  font-weight: 600;
  font-size: 12px;
  color: #fff;
  letter-spacing: .03em;
	text-shadow: 0 0 5px black;
}
header .lead {
	width: 120px;
	margin: 0 auto;
	padding-top: 92px;
}
header .lead img {
  width: 100%;
  height: auto;
}
header .header-button {
	position: absolute;
	bottom: 31px;
	width: 100%;
	text-align: center;
}
header .header-button a {
  display: inline-block;
}
header .header-button a img {
  width: 700px;
  height: auto;
}
header .fixed-header {
  display: none;
}

@media (max-width: 767px) {
  header {
		height: 124vw;
		background: url(../images/header_bg_01_sp.jpg) center center no-repeat;
		background-size: 100% 124vw;
  }
  header h1 {
    width: 13.7vw;
    height: 13.7vw;
    top: 15vw;
    left: 3vw;
  }
  header h2 {
    top: 0;
    right: auto;
    left: 0;
    width: 100%;
    height: 12.5vw;
    font-size: 3vw;
    color: #333;
    letter-spacing: 0;
    line-height: 1.3;
    text-align: center;
    padding-top: 2.4vw;
    background: #fff;
		text-shadow: none;
  }
  header .lead {
    padding-top: 16vw;
    width: 8.8vw;
  }
	header .header-button {
		position: static;
		padding-top: 8.3vw;
	}
  header .header-button a img {
    width: 93.3vw;
  }
  header .fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 15vw;
    background: #fff;
    z-index: 100;
  }
  header .fixed-header li {
    display: inline-block;
    width: 50%;
  }
  header .fixed-header li:first-child {
    padding: 2.5vw 0 0 3vw;
  }
  header .fixed-header li:first-child img {
    width: 38vw;
  }
  header .fixed-header li:last-child {
    text-align: right;
    padding: 2.5vw 1.5vw 0 0;
  }
  header .fixed-header li:last-child img {
    width: 45.6vw;
  }
}

/*------------------------------------------------

  main

*/
main {
  display: block;
  width: 100%;
}
.section-title {
  width: 100%;
  background: #fff;
}
.section-title .inner {
  height: 268px;
  background: url("../images/sectiontitle_bg_01.png") 80px center no-repeat;
  background-size: 150px 150px;
}
.section-title.title02 .inner {
  height: 200px;
}
.btn-section {
	background: #305ea7;
	padding-top: 34px;
	padding-bottom: 34px;
	text-align: center;
}

@media (max-width: 767px) {
  .section-title .inner {
    height: 36vw;
    background: none;
  }
  .section-title.title02 .inner {
    height: 30vw;
    background: url("../images/sectiontitle_bg_01_sp.png") 2.5vw 2.5vw no-repeat;
    background-size: 12vw 12vw;
  }
  .btn-section {
    padding-top: 4.5vw;
		padding-bottom: 4.5vw;
  }
  .btn-section img {
    width: 93.3vw;
  }
}

/*
  section00
*/
#section00 {
	background: #f5f8f8;
	padding: 45px 0 60px;
}
#section00 .inner {
  width: 780px;
}
#section00 .inner a.btn {
	margin-bottom: 50px;
	display: block;
}
#section00 .inner li {
	margin-bottom: 13px;
}

@media (max-width: 767px) {
#section00 {
	padding: 5% 0 1%;
}
#section00 .inner {
  width: 92%;
}
#section00 .inner a.btn {
	margin-bottom: 10%;
}
#section00 .inner li {
	margin-bottom: 5%;
}
}

/*
  section01
*/
#section01 .txt-break {
	display: none;
}
#section01 {
  background: #f5f8f8;
}
#section01 .section-title .inner {
  padding: 60px 0 0 375px;
  margin-bottom: 100px;
}
#section01 .section-title .inner img {
  width: 439px;
  height: auto;
}
#section01 h3.inner {
	width: 1200px;
}
#section01 .inner {
	width: 950px;
}
#section01 .block01 p.lead,
#section01 .block02 p.lead,
#section01 .block03 p.lead {
	text-align: center;
	color: #005da7;
	letter-spacing: .12em;
	margin-bottom: 30px;
	font: 500 36px/1.5 "Noto Serif Japanese";
}
#section01 .block01 article,
#section01 .block02 article,
#section01 .block03 article {
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	font-size: 0;
}
#section01 .block01 article {
  background: #fff url("../images/section01_bg_05.png") 846px 550px no-repeat;
	background-size: 74px 74px;
}
#section01 .block02 article {
  background: #fff url("../images/section01_bg_05.png") 846px 446px no-repeat;
	background-size: 74px 74px;
}
#section01 .block03 article {
  background: #fff url("../images/section01_bg_05.png") 846px 446px no-repeat;
	background-size: 74px 74px;
}
#section01 .block01 .copy,
#section01 .block02 .copy,
#section01 .block03 .copy {
	font-size: 9px;
	margin-top: 10px;
}
#section01 .block01 {
	height: auto;
	padding-bottom: 105px;
	background: url(../images/section01_arw.png) no-repeat center bottom;
	background-size: 28px auto;
}
#section01 .block02 {
	height: auto;
	padding-bottom: 105px;
	background: url(../images/section01_arw.png) no-repeat center bottom;
	background-size: 28px auto;
	padding-top: 35px;
}
#section01 .block03 {
	height: auto;
	padding-bottom: 125px;
	padding-top: 35px;
}
#section01 .block01 article .left img,
#section01 .block02 article .left img.
#section01 .block03 article .left img {
	width: 100%;
}
#section01 .block01 article .left {
	width: 480px;
	display: inline-block;
}
#section01 .block01 article .right {
	width: 470px;
	float: right;
	padding: 65px 0 0 40px;
	text-align: center;
}
#section01 .block02 article .left {
	width: 595px;
	display: inline-block;
}
#section01 .block02 article .right {
	width: 355px;
	float: right;
	padding: 65px 0 0 40px;
	text-align: center;
}
#section01 .block03 article .left {
	width: 595px;
	display: inline-block;
}
#section01 .block03 article .right {
	width: 355px;
	float: right;
	padding: 65px 0 0 40px;
	text-align: center;
}
#section01 .block01 article h4,
#section01 .block02 article h4,
#section01 .block03 article h4 {
	text-align: center;
	color: #305ea7;
	letter-spacing: 0.01em;
	border-right: 1px solid #305ea7;
	border-left: 1px solid #305ea7;
	width: 240px;
	margin: 0 35px 50px 0;
	font: 400 29px/1 "Noto Serif Japanese";
	display: inline-block;
}
#section01 .block02 article h4,
#section01 .block03 article h4 {
	width: 210px;
}
#section01 .block01 article h4 span,
#section01 .block02 article h4 span,
#section01 .block03 article h4 span {
	font-size: 12px;
	vertical-align: 30%;
	padding-right: 20px;
}
#section01 .block01 article p,
#section01 .block02 article p,
#section01 .block03 article p {
  font-size: 15px;
  letter-spacing: .03em;
  line-height: 1.73;
	text-align: left;
}

@media (max-width: 767px) {
	#section01 .txt-break {
		display: inline;
	}
  #section01 .section-title .inner {
    padding: 6vw 0 0;
    text-align: center;
    margin-bottom: 10vw;
  }
  #section01 .section-title .inner img {
    width: 72.6vw;
  }
	#section01 h3.inner {
		width: 100%;
	}
	#section01 .inner {
		width: 88%;
	}
	#section01 .block01 article,
	#section01 .block02 article,
	#section01 .block03 article {
		background: none;
	}
	#section01 .block01 .copy,
	#section01 .block02 .copy,
	#section01 .block03 .copy {
		display: none;
	}
	#section01 .block01 {
		padding-bottom: 30vw;
		background-size: 8vw auto;
	}
	#section01 .block02 {
		padding-bottom: 30vw;
		background-size: 8vw auto;
		padding-top: 8vw;
	}
	#section01 .block03 {
		padding-bottom: 18vw;
		padding-top: 8vw;
	}
	#section01 .block01 article .left {
		width: auto;
		display: block;
	}
	#section01 .block01 article .right {
		width: auto;
		float: none;
		padding: 5vw 6vw 10vw;
		background: #fff url("../images/section01_bg_05.png") 5vw 5vw no-repeat;
		background-size: 11vw;
	}
	#section01 .block02 article .left {
		width: auto;
		display: block;
	}
	#section01 .block02 article .right {
		width: auto;
		float: none;
		padding: 5vw 6vw 10vw;
		background: #fff url("../images/section01_bg_05.png") 5vw 5vw no-repeat;
		background-size: 11vw;
	}
	#section01 .block03 article .left {
		width: auto;
		display: block;
	}
	#section01 .block03 article .right {
		width: auto;
		float: none;
		padding: 5vw 6vw 10vw;
		background: #fff url("../images/section01_bg_05.png") 5vw 5vw no-repeat;
		background-size: 11vw;
	}
  #section01 .block01 article h4,
  #section01 .block02 article h4,
  #section01 .block03 article h4 {
	font-size: 8.2vw;
	margin-bottom: 4vw;
	margin-right: 0;
	border: none;
  }
  #section01 .block01 article h4 span,
  #section01 .block02 article h4 span,
  #section01 .block03 article h4 span {
    font-size: 2.6vw;
		padding: 0;
  }
  #section01 .block01 article p,
  #section01 .block02 article p,
  #section01 .block03 article p {
    font-size: 3.6vw;
    letter-spacing: .02em;
    line-height: 1.78;
    text-align: left;
  }
  #section01 .block01 article p.lead,
  #section01 .block02 article p.lead,
  #section01 .block03 article p.lead {
    font-size: 5.2vw;
    letter-spacing: .05em;
    margin-bottom: 7vw;
    line-height: 1.5;
  }
}

/*
  section02
*/
#section02 {
  background: #f5f8f8;
  padding: 125px 0 0;
}
#section02 h3 {
  text-align: center;
}
#section02 h3 img {
  width: 322px;
  height: auto;
}
#section02 .block01 {
  margin-top: 25px;
  padding-bottom: 40px;
}
#section02 .block01 p {
  font-size: 17px;
  line-height: 1.88;
  letter-spacing: .06em;
  text-align: center;
}
#section02 .block01 ul {
  width: 1000px;
  margin: 90px auto 0;
}
#section02 .block01 ul::after {
  content: "";
  display: block;
  width: 100%;
  clear: both;
}
#section02 .block01 li {
  width: 480px;
  position: relative;
  text-align: center;
  margin-bottom: 70px;
}
#section02 .block01 li:nth-child(odd) {
  float: left;
}
#section02 .block01 li:nth-child(even) {
  float: right;
}
#section02 .block01 li span {
  display: block;
  width: 400px;
  height: 60px;
  position: relative;
  margin: -80px auto 0;
  background: #fff;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 60px;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
}
#section02 .block02 {
  background: #fff;
  padding: 100px 0 80px;
  text-align: center;
}
#section02 .block02 h4 {
  margin-bottom: 70px;
}
#section02 .block02 h4 img {
  width: 830px;
}
#section02 .block02 p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.88;
  margin-top: 60px;
}
#section02 .block03 {
  background: #fff;
  padding: 100px 0 60px;
}
#section02 .block03 .inner {
  width: 700px;
}
#section02 .block03 h4 {
  margin-bottom: 10px;
}
#section02 .block03 h4 img {
  width: 700px;
  height: auto;
}
#section02 .block03 p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.88;
  margin-top: 10px;
}

@media (max-width: 767px) {
  #section02 {
    padding: 10vw 0 0;
  }
  #section02 h3 img {
    width: 55.2vw;
  }
  #section02 .block01 {
    margin-top: 5.5vw;
    padding-bottom: 4vw;
  }
  #section02 .block01 p {
    font-size: 3.6vw;
    line-height: 2;
    letter-spacing: .01em;
  }
  #section02 .block01 ul {
    width: 80.8vw;
    margin: 9vw auto 0;
  }
  #section02 .block01 li {
    width: 100%;
    margin-bottom: 9vw;
  }
  #section02 .block01 li:nth-child(odd) {
    float: none;
  }
  #section02 .block01 li:nth-child(even) {
    float: none;
  }
  #section02 .block01 li span {
    width: 100%;
    height: 11.5vw;
    margin: -15.5vw auto 0;
    font-size: 3.4vw;
    letter-spacing: .12em;
    line-height: 1;
    padding-top: 4vw;
    box-shadow: .2vw .2vw .3vw 0 rgba(0,0,0,0.15);
  }
  #section02 .block02 {
    padding: 10vw 0 8vw;
    text-align: center;
  }
  #section02 .block02 img {
    width: 100%;
    height: auto;
  }
  #section02 .block02 h4 {
    margin-bottom: 10vw;
  }
  #section02 .block02 h4 img {
    width: 80vw;
  }
  #section02 .block02 p {
    font-size: 3.6vw;
    letter-spacing: 0;
    line-height: 2;
    margin: 8vw auto 0;
    text-align: left;
    width: 82.3vw
  }
  #section02 .block03 {
    padding: 10vw 0;
  }
  #section02 .block03 .inner {
    width: 82.3vw;
  }
  #section02 .block03 h4 {
    margin-bottom: 1vw;
  }
  #section02 .block03 img {
    width: 82.3vw;
  }
  #section02 .block03 p {
    font-size: 3.6vw;
    letter-spacing: 0;
    line-height: 1.67;
    margin-top: 3vw;
  }
}

/*
  section03
*/
#section03 {
  background: #fafafa;
}
#section03 .section-title .inner {
  padding: 60px 0 0 400px;
  margin-bottom: 20px;
}
#section03 .section-title .inner img {
  width: 392px;
  height: auto;
}
#section03 .block01,
#section03 .block02 {
  width: 1100px;
  height: 616px;
  background: #fff;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
  clear: both;
}
#section03 .block01 {
  margin: 100px auto 0;
}
#section03 .block02 {
  margin: 80px auto 0;
}
#section03 .left {
  width: 616px;
  height: 616px;
  float: left;
}
#section03 .right {
  width: 444px;
  height: 616px;
  float: right;
  padding: 40px 40px 0 0;
  position: relative;
}
#section03 .right h4 {
  height: 50px;
  padding: 8px 0 0 113px;
  border-bottom: 1px solid #e6e6e6;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: .05em;
}
#section03 .block01 h4 {
  background: url("../images/section03_bg_01.png") left top no-repeat;
  background-size: 98px 34px;
}
#section03 .block02 h4 {
  background: url("../images/section03_bg_02.png") left top no-repeat;
  background-size: 98px 34px;
}
#section03 .right p {
  font-size: 15px;
  line-height: 2.1;
  letter-spacing: .04em;
  margin-top: 25px;
}
#section03 .right a {
  position: absolute;
  right: 40px;
  bottom: 40px;
  display: block;
  width: 404px;
  height: 44px;
  border: 1px solid #333;
  border-radius: 22px;
  text-align: center;
  color: #333;
  font-size: 16px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: .04em;
}
#section03 .right a::after {
  content: "";
  position: absolute;
  top: 15px;
  right: 15px;
  display: block;
  width: 9px;
  height: 12px;
  background: url(../images/section03_bg_05.png) center center no-repeat;
  background-size: 9px 12px;
}
#section03 .block03 {
  height: 775px;
  background: url("../images/section03_bg_03.jpg") center bottom no-repeat;
  padding-top: 100px;
  position: relative;
}
#section03 .block03 h4 {
  text-align: center;
}
#section03 .block03 h4 img {
  width: 766px;
  height: auto;
}
#section03 .block03 a.youtube {
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -600px;
  display: block;
  width: 1200px;
  height: 530px;
  background: url("../images/section03_bg_04.png") center center no-repeat;
  background-size: 80px 57px;
}

@media (max-width: 767px) {
  #section03 .section-title .inner {
    padding: 6vw 0 0;
    text-align: center;
    margin-bottom: 0;
  }
  #section03 .section-title .inner img {
    width: 65vw;
  }
  #section03 .block01,
  #section03 .block02 {
    width: 100%;
    height: auto;
    box-shadow: none;
    border-top: 1px solid #ccc;
    padding-bottom: 10vw;
  }
  #section03 .block01 {
    margin: 0;
  }
  #section03 .block02 {
    margin: 0;
  }
  #section03 .left {
    display: none;
  }
  #section03 .right {
    width: 100%;
    height: auto;
    float: none;
    padding: 0;
  }
  #section03 .right h4 {
    height: 14vw;
    padding: 5.6vw 0 0 30vw;
    border-bottom: none;
    font-size: 3.6vw;
    letter-spacing: .06em;
  }
  #section03 .block01 h4 {
    background: url("../images/section03_bg_01_sp.png") 5.4vw 3.7vw no-repeat;
    background-size: 21.2vw 7.1vw;
  }
  #section03 .block02 h4 {
    background: url("../images/section03_bg_02_sp.png") 5.4vw 3.7vw no-repeat;
    background-size: 21.2vw 7.1vw;
  }
  #section03 .right p {
    font-size: 3.6vw;
    line-height: 1.83;
    margin-top: 6vw;
    padding: 0 6.5vw;
  }
  #section03 .right .more-btn {
    color: #999;
    font-size: 3.2vw;
    letter-spacing: .04em;
    margin: 3vw 0 0;
    cursor: pointer;
  }
  #section03 .right p .more {
    display: none;
  }
  #section03 .right a {
    position: relative;
    right: auto;
    bottom: auto;
    width: 87vw;
    height: 9vw;
    border-radius: 4.5vw;
    font-size: 3.6vw;
    line-height: 8.6vw;
    margin: 6vw auto 0;
  }
  #section03 .right a::after {
    top: 3.1vw;
    right: 3.1vw;
    width: 1.9vw;
    height: 2.5vw;
    background: url(../images/section03_bg_05_sp.png) center center no-repeat;
    background-size: 1.9vw 2.5vw;
  }
  #section03 .block03 {
    height: auto;
    background: #fff;
    padding: 10vw 0 0;
    border-top: 1px solid #ccc;
  }
  #section03 .block03 h4 {
    margin-bottom: 10vw;
  }
  #section03 .block03 h4 img {
    width: 84.9vw;
  }
  #section03 .instagram {
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
}

/*
  section04
*/
#section04 {
  background: #f5f8f8;
}
#section04 .section-title .inner {
  padding: 60px 0 0 330px;
}
#section04 .section-title .inner img {
  width: 534px;
  height: auto;
}
#section04 .block01 {
  padding: 0 0 100px;
  text-align: center;
}
#section04 .block01 p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.7;
  margin: 90px 0;
}
#section04 .block01 > img.pc-inline {
  width: 1000px;
  height: auto;
}
#section04 .block02 {
  height: 855px;
  background: url("../images/section04_bg_02.jpg") center top no-repeat;
  padding: 127px 0 0;
  text-align: center;
}
#section04 .block02 h4 img {
  width: 138px;
  height: auto;
}
#section04 .block03 {
  height: 955px;
  background: url("../images/section04_bg_03.jpg") center top no-repeat;
  padding: 127px 0 0;
  text-align: center;
}
#section04 .block03 h4 img {
  width: 138px;
  height: auto;
}
#section04 .block04 {
  height: 865px;
  background: url("../images/section04_bg_04.jpg") center top no-repeat;
  padding: 127px 0 0;
  text-align: center;
}
#section04 .block04 h4 img {
  width: 138px;
  height: auto;
}
#section04 .block02 p,
#section04 .block03 p,
#section04 .block04 p {
  width: 1100px;
  margin: 86px auto 0;
  padding: 40px 0;
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.88;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
  background: #fff;
}
#section04 .block05 {
  height: 1365px;
  text-align: center;
}
#section04 .block05 h4 img {
  width: 532px;
  height: auto;
}
#section04 .block05 p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.88;
  margin: 20px 0 110px;
}
#section04 .block05 > img {
  width: 1008px;
  height: auto;
}

@media (max-width: 767px) {
  #section04 .section-title .inner {
    padding: 6vw 0 0;
    text-align: center;
  }
  #section04 .section-title .inner img {
    width: 87.1vw;
  }
  #section04 .block01 {
    height: auto;
    padding: 0 0 12vw;
  }
  #section04 .block01 p {
    font-size: 3.6vw;
    letter-spacing: .01em;
    line-height: 2;
    margin: 8.5vw 0;
    padding: 0 0 0 9.5vw;
    text-align: left;
  }
  #section04 .block01 > img.sp-inline {
    width: 82.3vw;
    display: block;
    margin: 0 auto;
  }
  #section04 .block02 {
    height: auto;
    background-image: url("../images/section04_bg_02_sp.jpg");
    background-size: 100% 120vw;
    min-height: 120vw;
    padding: 33.7vw 0 12vw;
  }
  #section04 .block02 h4 img {
    width: 17.3vw;
  }
  #section04 .block03 {
    height: auto;
    background-image: url("../images/section04_bg_03_sp.jpg");
    background-size: 100% 120vw;
    min-height: 120vw;
    padding: 33.7vw 0 12vw;
  }
  #section04 .block03 h4 img {
    width: 17.3vw;
  }
  #section04 .block04 {
    height: auto;
    background-image: url("../images/section04_bg_04_sp.jpg");
    background-size: 100% 120vw;
    min-height: 120vw;
    padding: 33.7vw 0 12vw;
  }
  #section04 .block04 h4 img {
    width: 17.3vw;
  }
  #section04 .block02 p,
  #section04 .block03 p,
  #section04 .block04 p {
    width: 86.3vw;
    margin: 33.7vw auto 0;
    padding: 9vw 0 9vw 10vw;
    font-size: 3.6vw;
    letter-spacing: .1em;
    line-height: 2;
    box-shadow: .2vw .2vw .3vw 0 rgba(0,0,0,0.15);
    text-align: left;
  }
  #section04 .toggle {
    display: none;
  }
  #section04 .btn-toggle {
    width: 53.4vw;
    height: 10.8vw;
    background: url(../images/section04_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.8vw;
    margin: 0 auto 10vw;
    cursor: pointer;
  }
  #section04 .btn-toggle.active {
    background-image: url(../images/section04_btn_hide.png);
  }
  #section04 .block05 {
    height: auto;
    padding-bottom: 12vw;
  }
  #section04 .block05 h4 img {
    width: 81.8vw;
  }
  #section04 .block05 p {
    font-size: 3.6vw;
    letter-spacing: .01em;
    line-height: 2;
    margin: 4vw 0 12.5vw;
    padding: 0 0 0 9vw;
    text-align: left;
  }
  #section04 .block05 > img {
    width: 87.1vw;
  }
}

/*
  section05
*/
#section05 {
  background: #f5f8f8;
  padding-bottom: 100px;
}
#section05 .section-title .inner {
  padding: 57px 0 0 345px;
}
#section05 .section-title .inner img {
  width: 498px;
  height: auto;
}
#section05 > p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.7;
  margin: 75px 0 0;
  text-align: center;
}
#section05 ul {
  width: 1000px;
  margin: 55px auto 0;
}
#section05 ul::after {
  content: "";
  display: block;
  width: 100%;
  clear: left;
}
#section05 li {
  float: left;
  width: 310px;
  margin-right: 35px;
}
#section05 li:last-child {
  margin-right: 0;
}
#section05 li h4 {
  margin-bottom: 10px;
}
#section05 li h4 img {
  width: 310px;
  height: auto;
}
#section05 li p {
  font-size: 17px;
  letter-spacing: .07em;
  line-height: 1.6;
  margin: 15px 0 0;
}

@media (max-width: 767px) {
  #section05 {
    padding-bottom: 10vw;
  }
  #section05 .section-title .inner {
    padding: 8vw 0 0;
    text-align: center;
  }
  #section05 .section-title .inner img {
    width: 82.4vw;
  }
  #section05 > p {
    font-size: 3.6vw;
    letter-spacing: .01em;
    line-height: 1.88;
    margin: 7vw auto 0;
    width: 82.3vw;
    text-align: left;
  }
  #section05 ul {
    width: 82.3vw;
    margin: 6vw auto 0;
  }
  #section05 li {
    float: none;
    width: 82.3vw;
    margin: 0 0 10vw;
  }
  #section05 li:last-child {
    margin: 0;
  }
  #section05 li h4 {
    margin-bottom: 1vw;
  }
  #section05 li h4 img {
    width: 100%;
  }
  #section05 li p {
    font-size: 3.6vw;
    letter-spacing: .03em;
    line-height: 1.6;
    margin: 3vw 0 0;
  }
}

/*
  section06
*/
#section06 {
  background: #f5f8f8;
  padding-bottom: 100px;
}
#section06 .section-title .inner {
  padding: 80px 0 0 455px;
  margin-bottom: 80px;
}
#section06 .section-title .inner img {
  width: 277px;
  height: auto;
}
#section06 dl {
  width: 1000px;
  margin: 0 auto;
}
#section06 dt {
  width: 100%;
  height: 58px;
  background: #305ea7;
  border-radius: 29px;
  color: #fff;
  font-size: 21px;
  font-weight: 500;
  letter-spacing: .03em;
  line-height: 58px;
  margin-bottom: 20px;
  text-align: center;
}
#section06 dd {
  width: 880px;
  background: #fff;
  border-radius: 9px;
  box-shadow: 2px 2px 3px 0px rgba(0,0,0,0.15);
  margin: 0 0 50px 120px;
  padding: 20px 20px 20px 25px;
  font-size: 17px;
  letter-spacing: .04em;
  line-height: 1.6;
  position: relative;
}
#section06 .dl01 dd {
  margin-bottom: 75px;
}
#section06 .dl04 dd {
  margin-bottom: 0;
}
#section06 dd::before {
  content: "";
  position: absolute;
  top: 0;
  left: -120px;
  display: block;
  width: 120px;
  height: 94px;
  background: url("../images/section06_bg_01.png") center center no-repeat;
  background-size: 120px 94px;
}
#section06 dd span {
  color: #005da7;
}

@media (max-width: 767px) {
  #section06 {
    padding-bottom: 10vw;
  }
  #section06 .section-title .inner {
    padding: 12vw 0 0;
    text-align: center;
    background-position: 2.5vw center;
    margin-bottom: 8vw;
  }
  #section06 .section-title .inner img {
    width: 45.9vw;
  }
  #section06 dl {
    width: 87.2vw;
    margin: 0 auto;
  }
  #section06 dt {
    height: 8.8vw;
    border-radius: 4.4vw;
    font-size: 3.4vw;
    letter-spacing: .01em;
    line-height: 8.8vw;
    margin-bottom: 2.8vw;
  }
  #section06 dd {
    width: 67.8vw;
    border-radius: 1.3vw;
    box-shadow: .2vw .2vw .3vw 0 rgba(0,0,0,0.15);
    margin: 0 0 8vw 19.4vw;
    padding: 3vw 3vw 3vw 3.5vw;
    font-size: 3.4vw;
  }
  #section06 .dl01 dd,
  #section06 .dl04 dd {
    margin-bottom: 8vw;
  }
  #section06 dd::before {
    left: -19.4vw;
    width: 19.4vw;
    height: 16vw;
    background-image: url("../images/section06_bg_01_sp.png");
    background-size: 19.4vw 16vw;
  }
  #section06 .toggle {
    display: none;
  }
  #section06 .btn-toggle {
    width: 53.4vw;
    height: 10.8vw;
    background: url(../images/section04_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.8vw;
    margin: 0 auto;
    cursor: pointer;
  }
  #section06 .btn-toggle.active {
    background-image: url(../images/section04_btn_hide.png);
  }
}

/*------------------------------------------------

  footer

*/
footer {
  display: block;
  width: 100%;
}
footer .block01 {
  text-align: center;
  padding: 60px 0;
}
footer .block01 img {
  width: 405px;
  height: auto;
}
footer .block02 {
  padding: 25px 0;
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
}
footer .block02 p {
  font-size: 11px;
  font-family: 'Noto Serif Japanese';
  font-weight: 500;
  text-align: center;
  letter-spacing: .1em;
  line-height: 2;
}
footer .block03 {
  padding: 10px 0;
}
footer .block03 p {
  font-size: 9px;
  font-weight: 300;
  text-align: center;
  letter-spacing: .1em;
}

@media (max-width: 767px) {
  footer .block01 {
    padding: 10vw 0;
  }
  footer .block01 img {
    width: 64.7vw;
  }
  footer .block02 {
    padding: 5vw 0;
  }
  footer .block02 p {
    font-size: 2.8vw;
    text-align: left;
    letter-spacing: .05em;
    line-height: 1.4;
    padding-left: 12.5vw;
  }
  footer .block03 {
    padding: 2vw 0;
  }
  footer .block03 p {
    font-size: 2vw;
    letter-spacing: .05em;
  }
}
