
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400,700&display=swap');

a, address, article, aside, blockquote, body, canvas, dd, details, div, dl, dt, em, figcaption, figure, footer, h1, h2, h3, h4, header, html, iframe, img, li, nav, ol, p, section, small, span, strong, sub, sup, table, td, th, time, tr, ul, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  box-sizing: border-box
}
a:after, a:before, address:after, address:before, article:after, article:before, aside:after, aside:before, blockquote:after, blockquote:before, body:after, body:before, canvas:after, canvas:before, dd:after, dd:before, details:after, details:before, div:after, div:before, dl:after, dl:before, dt:after, dt:before, em:after, em:before, figcaption:after, figcaption:before, figure:after, figure:before, footer:after, footer:before, h1:after, h1:before, h2:after, h2:before, h3:after, h3:before, h4:after, h4:before, header:after, header:before, html:after, html:before, iframe:after, iframe:before, img:after, img:before, li:after, li:before, nav:after, nav:before, ol:after, ol:before, p:after, p:before, section:after, section:before, small:after, small:before, span:after, span:before, strong:after, strong:before, sub:after, sub:before, sup:after, sup:before, table:after, table:before, td:after, td:before, th:after, th:before, time:after, time:before, tr:after, tr:before, ul:after, ul:before, video:after, video:before {
  box-sizing: border-box
}
button {
  padding: 0;
  background: none;
  outline: none;
  border: none;
  cursor: pointer
}
ol, ul {
  list-style: none
}
blockquote, q {
  quotes: none
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
@font-face {
	font-family: Noto Sans JP;
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: Noto Sans JP B;
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Regular.woff2) format("woff2")
}
@font-face {
  font-family: YakuHanJPs;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/YakuHanJPs/YakuHanJPs-Bold.woff2) format("woff2")
}
@font-face {
  font-family: icomoon;
  src: url(../fonts/ico/icomoon.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Josefin Sans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/JosefinSans/JosefinSans-Regular.woff2) format("woff2")
}
@font-face {
  font-family: Josefin Sans B;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/JosefinSans/JosefinSans-Bold.woff2) format("woff2")
}

html {
  font-size: 62.5%
}
body {
  font: 13px/1.231;
  line-height: 1;
  font-family: YakuHanJPs, Noto Sans Jp, 游ゴシック, YuGothic, sans-serif;
  text-align: left;
  color: #292824
}
a {
  color: #13518c;
  word-wrap: break-word
}
img {
  display: block;
  width: 100%;
  height: auto
}
p {
  text-align: justify;
  text-justify: inter-ideograph
}
li, p {
  font-size: 1.6rem;
  line-height: 1.8
}
li del, p del {
  text-decoration: line-through
}
li em, p em {
  display: inline-block
}
li sup, p sup {
  font-size: .7em;
  vertical-align: super
}
li sub, p sub {
  font-size: .7em;
  vertical-align: bottom
}
li small, p small {
  font-size: 85%
}
small {
  line-height: 1.8
}
td, th {
  padding: 10px 20px;
  font-size: 1.4rem
}
td + td, td + th, th + td, th + th {
  border-left: 1px solid #d0d0d0
}
html.en p {
  text-align: left
}
html {
  background: #fff
}
body, html {
  height: 100%
}
body {
  font-feature-settings: "palt";
  letter-spacing: .5px;
  overflow-x: hidden;
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}
::-moz-selection {
  color: #5f8098;
  background: #8a9176
}
::selection {
  color: #5f8098;
  background: #8a9176
}

.inner01 {
	width: 980px;
	margin: 0 auto;
	position: relative;
}

.inner02 {
	width: 1080px;
	margin: 0 auto;
	position: relative;
}

.spview {
	display: none !important;
}


.header {
  width: 100%;
	height: auto;
	position: relative;
  /*top: 0;
  left: 0;
  position: fixed;
  z-index: 100;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden*/
}

.headerlogo {
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	right: 0;
	border-bottom: 1px solid #ccc;
	box-sizing: content-box;
	background: #fff;
	z-index: 10010;
}

.headerlogo img {
	width: 40px;
}

.gnav-menu-btn {
  width: 50px;
  height: 50px;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0;
  position: fixed;
  z-index: 10010;
  background: #fff;
  padding: 10px;
  cursor: pointer;
	display: none;
}

.gnav-menu-btn .bar {
  width: 29px;
  height: 1px;
  display: block;
  top: 18px;
  left: 14px;
  position: absolute;
  z-index: 0;
  background: #231815;
  transform-origin: left top
}

.gnav-menu-btn .bar:nth-child(2) {
  top: 25px
}

.gnav-menu-btn .bar:nth-child(3) {
  top: 32px
}

.gnav-menu-btn .bar {
  -webkit-animation: menu-normal2 5.2s 1s cubic-bezier(.83, 0, .17, 1) forwards infinite;
  animation: menu-normal2 5.2s 1s cubic-bezier(.83, 0, .17, 1) forwards infinite

}
.gnav-menu-btn .bar:nth-child(2) {
  -webkit-animation-delay: 1.1s;
  animation-delay: 1.1s
}
.gnav-menu-btn .bar:nth-child(3) {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s
}
.is-menu-open .gnav-menu-btn .bar {
  -webkit-animation: insert-horizon2-reverse .5s cubic-bezier(.22, 1, .36, 1) forwards;
  animation: insert-horizon2-reverse .5s cubic-bezier(.22, 1, .36, 1) forwards
}
.is-menu-open .gnav-menu-btn .bar:nth-child(2) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s
}
.is-menu-open .gnav-menu-btn .bar:nth-child(3) {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}
.gnav-close-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 10010;
  background: none;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s ease-out
}
.gnav-close-btn .cross {
  width: 30px;
  height: 30px;
  top: 0;
  left: 15px;
  position: absolute;
  z-index: auto;
  margin-top: 10px;
  transform: rotate(-135deg);
  transition: transform .9s cubic-bezier(.25, 1, .5, 1)
}
.gnav-close-btn .bar {
  width: 30px;
  height: 1px;
  top: 50%;
  left: 0;
  position: absolute;
  z-index: auto;
  background: #231815
}
.gnav-close-btn .bar:nth-child(2) {
  transform: rotate(90deg)
}
.gnav-close-btn:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 0
}
.gnav-close-btn:hover .inner {
  transform: scale(1.1)
}
.gnav-close-btn:hover .inner:before {
  color: #5b828e
}
.is-menu-open .gnav-close-btn {
  opacity: 1;
  transition-delay: .4s;
  pointer-events: auto
}
.is-menu-open .gnav-close-btn .cross {
  transform: rotate(45deg);
  transition-delay: .3s
}

.header__inner {
  width: 100%;
  height: 80px;
  display: flex;
	align-items: center;
	justify-content: flex-end;
  top: 0;
  right: 0;
  position: fixed;
  z-index: 1000;
  /*pointer-events: none;*/
	background: rgba(255,255,255,0.7);
	padding: 0 155px 0 30px;
	gap: 0 50px;
}

.header p.logo01 {
	position: fixed;
	top: 21px;
	left: 30px;
	z-index: 1001;
}

.header p.logo01 img {
	width: auto;
	height: 40px;
}

.header p.logo02 {
	width: 80px;
	position: fixed;
	top: 27px;
	right: 20px;
	z-index: 1001;
}

.is-menu-open .header__inner {
  pointer-events: auto
}

.is-menu-open .header__inner:before {
  transform: none;
  transition: opacity .2s linear, transform .7s cubic-bezier(.25, 1, .5, 1)
}

.is-menu-open .header__parent-ci {
  opacity: 1;
  transition: opacity .3s linear 1.1s
}

.gnav {
  width: auto;
}

.gnav__inner {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0;
	gap: 0 50px;
}

.gnav__btn {
  position: relative;
  opacity: 1;
}
.gnav__btn a {
  display: block;
  font-family: Josefin Sans, sans-serif;
  color: #292824;
  font-size: 1.8rem;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
	padding-left: 1.6rem;
	letter-spacing: -0.03em;
}
.gnav__btn a:hover {
  color: #5b828e
}
.gnav__btn img {
  display: block
}
.gnav__btn:before {
  content: "";
  font-family: icomoon !important;
  speak: none;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-decoration: none !important;
  top: 0;
  left: 0;
  position: absolute;
  z-index: auto;
  font-size: 1.4rem;
  transform: scale(.9);
  font-weight: 700;
	color: #9b9b9b;
}

.is-menu-open .gnav__btn {
  opacity: 1;
  transform: none;
  transition: opacity .3s ease-out, transform .8s cubic-bezier(.25, 1, .5, 1)
}
.is-menu-open .gnav__btn:first-child {
  transition-delay: .33s
}
.is-menu-open .gnav__btn:nth-child(2) {
  transition-delay: .41s
}
.is-menu-open .gnav__btn:nth-child(3) {
  transition-delay: .49s
}
.is-menu-open .gnav__btn:nth-child(4) {
  transition-delay: .57s
}
.is-menu-open .gnav__btn:nth-child(5) {
  transition-delay: .65s
}
.is-menu-open .gnav__btn:nth-child(6) {
  transition-delay: .73s
}
.is-menu-open .gnav__btn:nth-child(7) {
  transition-delay: .81s
}
.is-menu-open .gnav__btn:nth-child(8) {
  transition-delay: .89s
}
.is-menu-open .gnav__btn:nth-child(9) {
  transition-delay: .97s
}
.is-menu-open .gnav__btn:nth-child(10) {
  transition-delay: 1.05s
}
.is-menu-open .gnav__btn:nth-child(11) {
  transition-delay: 1.13s
}

/*--------------------------------------------

mainvisual

--------------------------------------------*/

@keyframes mainvisualanime {
  0% {
		background-size: auto 120%;
  }
  to {
    background-size: auto 100%;
  }
}

@keyframes mainvisualtitle {
  0% {
		transform: scale(5);
  }
  to {
    transform: scale(1);
  }
}

@keyframes mainvisualtitlesp {
  0% {
		transform: scale(3.5);
  }
  to {
    transform: scale(1);
  }
}

#mainvisual {
	background: url("../img/mainvisual.jpg") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 65.972vw;
	position: relative;
	animation: mainvisualanime 3.5s forwards;
	animation-iteration-count: 1;
	overflow: hidden;
}

#mainvisual p {
	/*font-size: 3.4rem;*/
	font-size: 2.36vw;
	font-weight: normal;
	line-height: 1.8;
	color: #fff;
	position: absolute;
	top: 15.97vw;
	left: 50%;
	margin-left: -28.47vw;
}

#mainvisual img {
	width: 46.11vw;
	height: auto;
	position: absolute;
	top: 11.597vw;
	left: 25.347vw;
	z-index: 1;
}

#mainvisual p.text.is-active {
  --opacity: 1;
}

#mainvisual .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mainvisualtitle 2.0s forwards;
  transition-delay: calc(0.07s * var(--char-index));
	vertical-align: bottom;
}



/*--------------------------------------------

area01

--------------------------------------------*/

#area01 {
	padding: 120px 0 60px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area01 .inner02 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

#area01 .inner02 .left {
	width: 490px;
}

#area01 .inner02 .right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 540px;
}

#area01 .inner02 .right h1 {
	order: 2;
	width: 300px;
	box-sizing: content-box;
	margin-bottom: 40px;
}

#area01 .inner02 .right h2 {
	order: 3;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.75;
}

#area01 .inner02 .tits01 {
	order: 1;
	font-size: 2.0rem;
	margin-bottom: 5px;
	width: 300px;
	text-align: center;
}

#area01 .inner02 .txt01 {
	width: 100%;
	font-size: 1.6rem;
	padding-top: 50px;
	text-align: center;
	line-height: 2.0;
}

#area01 .inner02 .img01 {
	display: none;
}


.areaContainer {
	background: #efeeef url("../img/bg02.jpg") left top no-repeat;
	background-size: cover;
}


/*--------------------------------------------

area02

--------------------------------------------*/

#area02 {
	padding: 100px 0 100px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area02 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#area02 .tits01 {
	font-size: 2.4rem;
	text-align: center;
	padding-bottom: 20px;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	position: relative;
}

/*#area02 .tits01:after {
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	background: #000;
}*/

.line-wrapper {
	height: 50px;
	margin-bottom: 30px;	
	position: relative;
}

.line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}

#area02 .txt01 {
	text-align: center;
	margin-bottom: 130px;
}

#area02 .box01 .left picture {

	display: block;
}

#area02 .box01 {
	width: 1080px;
	margin: 0 auto;
	position: relative;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

#area02 .box01 .left {
	width: 780px;
	position: relative;
}

#area02 .box01 .left .layerBox {
	width: 530px;
	position: absolute;
	top: 0;
	left: 300px;
	padding-right: 50px;
}

#area02 .box01 .left .layer01 {
	margin: 0 0 113px;
}

#area02 .box01 .left dt {
	font-size: 2.8rem;
	letter-spacing: 0.05em;
	margin-bottom: 35px;
}

#area02 .box01 .left dt span {
	font-size: 2.8rem;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	letter-spacing: normal;
	margin-right: 35px;
}

#area02 .box01 .left dd {
	font-size: 1.6rem;
	line-height: 2.0;
	font-feature-settings: 'palt';
	letter-spacing: -0.02em;
}

#area02 .box01 .right .img01 {
	position: absolute;
	top: 0;
	right: 300px;
}

#area02 .box01 .right .img02 {
	position: absolute;
	top: 290px;
	right: 230px;
}

#area02 .box01 .right {
	width: 250px;
}


/*--------------------------------------------

area03

--------------------------------------------*/

#area03 {
	padding: 120px 0 150px;
	opacity: 0;
	transform: translateY(50px);
	will-change: transform, opacity;
}

#area03 h2 {
	text-align: center;
	font-size: 4.0rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#area03 .tits01 {
	font-size: 2.4rem;
	text-align: center;
	padding-bottom: 20px;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	position: relative;
}

/*#area03 .tits01:after {
	content: '';
	width: 1px;
	height: 50px;
	position: absolute;
	bottom: 30px;
	left: 50%;
	background: #000;
}
*/
#area03 .box00 {
	display: block;
	margin-bottom: 100px;
}

#area03 .box00 p {
	width: 100%;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}

.split02 span.char {
  display: inline-block;
  opacity: 0;
  transform: translateX(-5px);
}

.split03 span.char {
  display: inline-block;
}

.split04 span.char {
  display: inline-block;
	opacity: 0;
  transform: translateX(-5px);
}

.split05 span.char {
  display: inline-block;
}


@keyframes boxList {
  0% {
		width: 0;
		opacity: 0
  }
  to {
    width: 100%;
		opacity: 1;
  }	
}

#area03 .box00 ul {
	width: 100%;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
	gap: 0 15px;
	padding-bottom: 15px;
}

#area03 .box00 ul li {
	position: relative;
	background: #fff;
	transition: all 0.5s ease 0s;
	width: 230px;
	height: 130px;
	overflow: hidden;
	opacity: 0;
  transform: translateY(20px) scale(1.2);
}

#area03 .box00 ul li a {
	width: 230px;
	height: 130px;
	padding: 20px 0;
	cursor: pointer;
	border: 1px solid #4c95a5;
	box-shadow: 5px 5px 5px #b3b3b3;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}

#area03 .box00 ul li:before {
	content: '';
	width: 230px;
	height: 130px;
	background: #4c95a5;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}

#area03 .box00 ul li:hover:before {
	animation: boxList 0.4s forwards;
	animation-iteration-count: 1;
}

#area03 .box00 ul li span {
	width: 60px;
	text-align: center;
	font-size: 2.8rem;
	font-weight: 300;
	color: #4c95a5;
	display: block;
	margin: 0;
	line-height: 1.0;
	font-family: Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
}

#area03 .box00 ul li strong {
	font-size: 2.3rem;
	color: #4c95a5;
	display: block;
	letter-spacing: normal;
	text-align: center;
	line-height: 1.0;
	width: 170px;
}

#area03 .box00 ul li small {
	font-size: 1.4rem;
	color: #333;
	display: block;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	text-align: center;
	line-height: 1.2;
	font-weight: normal;
	padding-top: 15px;
}

#area03 .box00 ul li a:hover span,
#area03 .box00 ul li a:hover strong,
#area03 .box00 ul li a:hover small {
	color: #fff;
}



.boxContainer {
	margin-bottom: 100px;
}

.boxContainer .box01,
.boxContainer .box03,
.boxContainer .box04 {
	background: rgba(255,255,255,1);
	padding: 65px 50px 65px 50px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	position: relative;
	border: 1px solid #cccacb;
	margin-bottom: 50px;
	opacity: 0;
	transform: translateY(40px);
}

.boxContainer .box02 {
	background: rgba(255,255,255,1);
	padding: 65px 50px 65px 50px;
	position: relative;
	border: 1px solid #cccacb;
	margin-bottom: 50px;
	opacity: 0;
	transform: translateY(40px);
}

.boxContainer .box01:before,
.boxContainer .box02:before,
.boxContainer .box03:before,
.boxContainer .box04:before {
	content: '';
	width: 100px;
	height: 107px;
	background: url("../img/icon_kakko01.svg") no-repeat;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 1;
}

.boxContainer .box01:after,
.boxContainer .box02:after,
.boxContainer .box03:after,
.boxContainer .box04:after {
	content: '';
	width: 100px;
	height: 107px;
	background: url("../img/icon_kakko02.svg") no-repeat;
	position: absolute;
	bottom: 0;
	left: 0;
}

.boxContainer .box01 .left,
.boxContainer .box02 .left,
.boxContainer .box03 .left,
.boxContainer .box04 .left {
	width: 450px;
}

.boxContainer .left .notes {
	font-size: 1.2rem;
	margin-top: 2.5em;
}

.boxContainer .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-top: 25px;
	width: 390px;
	
}

.boxContainer .right p {
	font-size: 1.6rem;
	margin-bottom: 5px;
	width: 100%;
}

.boxContainer .box01 .right p {
	font-size: 1.6rem;
	margin-bottom: 5px;
	width: 100%;
	opacity: 0;
	transform: translateY(20px);
}

.boxContainer .box01 .right img {
	opacity: 0;
	transform: translateY(20px);
}

.boxContainer .right .video {
	display: block;
  width: 100%;
	aspect-ratio: 16/9;
  height: auto;
	margin-top: 45px;
}

.boxContainer .box04 .right {
	padding: 75px 97.5px 0;
}

.boxContainer .box02 .box02in {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin: 40px 0 10px;
	padding: 0 10px;
	opacity: 0;
	transform: translateY(40px);
}

.boxContainer .box02 .box02in div {
	width: 390px;
}

.boxContainer .box02 .box02in02 {
	opacity: 0;
	transform: translateY(40px);
}

.boxContainer .box02 video {
	width: 100%;
}

.boxContainer .box02 .tits02 {
	margin: 20px 0 10px;
	font-size: 2.0rem;
}

.boxContainer h3 {
	margin-bottom: 65px;
	padding-left: 140px;
	position: relative;
	font-weight: normal;
	opacity: 0;
	transform: translateY(40px);
}

.boxContainer h3 span {
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	font-size: 10.4rem;
	font-weight: 300;
	color: #4c95a5;
	position: absolute;
	top: -5px;
	left: 0;
}

.boxContainer h3 strong {
	font-size: 4.2rem;
	font-weight: bold;
	display: block;
	color: #4c95a5;
	margin-bottom: 15px;
}

.boxContainer h3 small {
	font-size: 1.6rem;
	color: #333;
	display: block;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	line-height: 1.2;
	font-weight: normal;
}

.boxContainer h4 {
	font-size: 3.2rem;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(20px);
}

#area03 .tableBox h3 {
	text-align: center;
	font-size: 3.0rem;
	line-height: 1.6;
	margin-bottom: 40px;
	opacity: 0;
	transform: translateY(20px);
}

#area03 .tableBox {
	width: 980px;
	margin: 0 auto;
}

#area03 .tableBoxInner {
	opacity: 0;
	transform: translateY(20px);
}

#area03 .tableBox p {
	margin-top: 5px;
	font-size: 2.0rem;
	text-align: right;
}

#area03 .tableBox video {
	width: 100%;
}

/*--------------------------------------------

area04

--------------------------------------------*/

#area04 {
	background: url("../img/bg01.jpg") 50% 50% no-repeat;
	background-size: 110% 110%; /* 初期拡大 */
	height: 55.55vw;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	opacity: 0;
}

#area04 .inner01 {}

#area04 .tits01 {
	font-size: 2.2rem;
	margin: 0 0 15px 50px;
	opacity: 0;
	transform: translateY(20px);
}

#area04 h2 {
	width: 250px;
	margin: 0 0 30px 50px;
	opacity: 0;
	transform: translateY(20px);
}

#area04 .txt01 {
	font-size: 2.2rem;
	line-height: 2.0;
	margin: 0 0 40px 50px;
}

.btn {
	opacity: 0;
	transform: translateY(20px);
}

.btn a {
	width: 350px;
	height: 60px;
	background: #333333 url("../img/icon_window04.svg") 93% 50% no-repeat;
	background-size: 25px;
	border-radius: 30px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2.0rem;
	font-weight: bold;
}

/*--------------------------------------------

footer

--------------------------------------------*/

.pagetop {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	z-index: 10;
}

footer {
	background: #333333;
	padding: 80px 0 0;
}

footer h2 {
	font-size: 3.9rem;
	font-weight: bold;
	font-family:Josefin Sans,sans-serif;
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing:grayscale;
	text-align: center;
	color: #fff;
	margin-bottom: 45px;
	letter-spacing: 0.1em;
}

footer ul.list01 {
	padding-bottom: 80px;
	display:flex;
	justify-content: center;
}

footer ul.list01 li {
	text-align: center;
	box-sizing: border-box;
	margin-left: -1px;
	position: relative;
}

footer ul.list01 li a {
	width: 480px;
	height: 150px;
	color: #fff;
	font-size: 2.3rem;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0 30px;
	line-height: 1.4;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transition : all 0.5s ease 0s;
	box-sizing: border-box;
}

footer ul.list01 li a img {
	width: 50px;
}

footer ul.list01 li a:hover {
	background: #6C6B6B;
}


.copyrightArea {
  padding: 37px 0;
	background: #fff;
}

.copyrightArea .inner01 {
	width: 1020px;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}

.footer__ci {
  width: 116px;
  display: inline-block;
  margin: 0 0 20px;
}

.footer__copyright {
  display: block;
  color: #5c5a4f;
  font-family: Josefin Sans,sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-size: 1rem;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.copyrightArea ul.list02 {
	display: flex;
	align-items: center;
	gap: 0 30px;
}

.copyrightArea ul.list02 a {
	color: #292824;
	padding-right: 2.4rem;
	background: url("../img/icon_window05.png") right center no-repeat;
	background-size: 1.6rem auto;
}

.copyrightArea ul.list02 a:hover {
	text-decoration: underline;
}





@media (min-width:768px) {
}
@media (min-width:768px) and (orientation:portrait) {
}

@media (max-width:767px) {


.inner01,
.inner02 {
	width: 100%;
	padding: 0 9.33vw;
}

.header {
	width: 100vw;
	height: 50px;
	background: rgba(255,255,255,0.7);
	top: 0;
  left: 0;
  position: fixed;
	z-index: 1000;
}

.header__inner {
  width: 70vw;
  height: 100vh;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  top: 50px;
  right: 0;
  position: fixed;
  z-index: 1000;
  pointer-events: none;
	padding: 0 0 50px;
	background: none;
}

.header__inner:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 0;
  opacity: .96;
  transform: translate3d(100%, 0, 0);
  transition: opacity .2s linear, transform .5s cubic-bezier(.25, 1, .5, 1);
}

.header__inner:before {
  top: 0;
  position: absolute;
  background: #fff
}

.header p.logo01 {
	position: fixed;
	top: 2.67vw;
  left: 4vw;
}

.header p.logo01 img {
	width: auto;
	height: 6.67vw;
}

.header p.logo02 {
	width: 22vw;
	position: fixed;
	top: 3.30vw;
	right: 16vw;
	z-index: 1001;
}

.gnav {
  width: 100%
}

.gnav__inner {
	display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 0 0 50px 28px;
}

.gnav-menu-btn {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 0px;
  right: 0;
  position: fixed;
  z-index: 10010;
  background: none;
  padding: 10px;
  cursor: pointer
}

.gnav__btn {
  opacity: 0;
  padding: 0 0 0 20px;
  transform: translate3d(25px, 0, 0)
}

.gnav__btn + .gnav__btn {
  margin-top: 22px
}

.pcview {
	display: none !important;
}

.spview {
	display: inherit !important;
}

/*--------------------------------------------

mainvisual

--------------------------------------------*/

#mainvisual {
	background: url("../img/sp_mainvisual.jpg") no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	height: 170vw;
	position: relative;
	animation: none;
}

#mainvisual img {
	width: 92vw;
	height: auto;
	position: absolute;
	top: 26vw;
	left: 6vw;
	z-index: 1;
}

#mainvisual p {
	font-size: 3.1rem;
	font-weight: normal;
	line-height: 1.6;
	color: #fff;
	position: absolute;
	top: inherit;
	bottom: 16vw;
	left: 0;
	margin-left: 0;
	width: 100%;
	text-align: center;
}

#mainvisual .char {
  display: inline-block;
  opacity: var(--opacity, 0);
  transition: opacity 0.8s cubic-bezier(0.77, 0, 0.175, 1);
	animation: mainvisualtitlesp 2.0s forwards;
  transition-delay: calc(0.07s * var(--char-index));
	vertical-align: bottom;
}

/*--------------------------------------------

area01

--------------------------------------------*/

#area01 {
	padding: 13.33vw 0 10vw;
}

#area01 .inner02 {
	display: block;
}

#area01 .inner02 .left {
	display: none;
}

#area01 .inner02 .right {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	width: 100%;
}

#area01 .inner02 .right h1 {
	order: 2;
	width: 46.67vw;
	box-sizing: content-box;
	margin: 0 auto 6.67vw;
	opacity: 0;
	transform: translateY(40px);
}

#area01 .inner02 .right h2 {
	order: 4;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.75;
	text-align: center;
	letter-spacing: -0.03em;
	opacity: 0;
	transform: translateY(40px);
}

#area01 .inner02 .tits01 {
	order: 1;
	font-size: 1.3rem;
	margin-bottom: 1.3vw;
	width: 100%;
	text-align: center;
	opacity: 0;
	transform: translateY(40px);
}

#area01 .inner02 .txt01 {
	width: 100%;
	font-size: 1.2rem;
	padding-top: 10vw;
	text-align: center;
	line-height: 2.0;
}

#area01 .inner02 .img01 {
	display: block;
	order: 3;
	margin-bottom: 6.67vw;
	opacity: 0;
	transform: translateY(40px);
}

.areaContainer {
	background: none;
}


/*--------------------------------------------

area02

--------------------------------------------*/

#area02 {
	padding: 10vw 0;
}

#area02 h2 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 20px;
}

#area02 .tits01 {
	font-size: 1.3rem;
	text-align: center;
	padding-bottom: 2.67vw;
}

/*#area02 .tits01:after {
	content: '';
	width: 1px;
	height: 6.67vw;
	position: absolute;
	bottom: 4vw;
	left: 50%;
	background: #000;
}*/

.line-wrapper {
	height: 6.67vw;
	margin-bottom: 4vw;	
	position: relative;
}

.line-vertical {
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 0;
  background-color: #000;
  transform: translateX(-50%);
}


#area02 .txt01 {
	text-align: justify;
	margin-bottom: 11.33vw;
	font-size: 1.2rem;
}

#area02 .box01 {
	width: 100%;
	padding: 0 9.33vw;
	margin: 0 auto;
	position: relative;
	display: block;
}

#area02 .box01 .left {
	width: 100%;
	position: relative;
}

#area02 .box01 .left picture {
	display: block;
	opacity: 0;
	transform: translateY(40px);
}

#area02 .box01 .left .layerBox {
	width: 100%;
	position: static;
	padding: 6.67vw 0 0 0;
}

#area02 .box01 .left .layer01,
#area02 .box01 .left .layer02 {
	margin: 0 0 12vw;
}

#area02 .box01 .left dt {
	font-size: 2.1rem;
	letter-spacing: 0.05em;
	margin-bottom: 4vw;
	padding-bottom: 4vw;
	border-bottom: 1px solid #888888;
}

#area02 .box01 .left dt span.split05 {
	font-size: 2.1rem;
	margin-right: 4vw;
}

#area02 .box01 .left dt span.split05 span,
#area02 .box01 .left dt strong.split05 span {
	font-size: 2.1rem;
	margin-right: 0;
}

#area02 .box01 .left dd {
	font-size: 1.2rem;
	letter-spacing: normal;
	margin-bottom: 1em;
}

#area02 .box01 .right {
	width: 100%;
	opacity: 0;
	transform: translateY(40px);
}



/*--------------------------------------------

area03

--------------------------------------------*/

#area03 {
	padding: 10vw 0 13.33vw;
	background: #eeeeee url("../img/sp_bg02.jpg") 0 -20vw no-repeat;
	background-size: 100% auto;
}

#area03 h2 {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 2.67vw;
}

#area03 .tits01 {
	font-size: 1.3rem;
	text-align: center;
	padding-bottom: 2.67vw;
}

/*#area03 .tits01:after {
	content: '';
	width: 1px;
	height: 6.67vw;
	position: absolute;
	bottom: 4vw;
	left: 50%;
	background: #000;
}*/

#area03 .box00 {
	display: block;
	margin-bottom: 10.33vw;
}

#area03 .box00 p {
	width: 100%;
	font-size: 1.2rem;
	text-align: justify;
	margin-bottom: 5.16vw;
}

#area03 .box00 ul {
	width: 100%;
	display: block;
	padding-bottom: 4vw;
}

#area03 .box00 ul li {
	width: 100% !important;
	height: 13.33vw;
	padding: 0;
	margin-bottom: 2.67vw;
}

#area03 .box00 ul li a {
	width: 100%;
	height: 13.33vw;
	padding: 5.33vw 0;
}

#area03 .box00 ul li:hover {
	opacity: 0.7;
}

#area03 .box00 ul li span {
	width: auto;
	text-align: left;
	font-size: 1.6rem;
	font-weight: 300;
	margin: 0 6.67vw 0 2.67vw;
}

#area03 .box00 ul li strong {
	font-size: 1.8rem;
	display: inline-block;
	width: auto;
}

#area03 .box00 ul li small {
	font-size: 1.2rem;
	padding-top: 0;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
		padding-left: 4vw;

}

#area03 .box00 ul li:before {
	content: '';
	width: 100%;
	height: 13.33vw;
}

#area03 .box00 ul li:hover:before {
	width: 100%;
	animation: boxList 0.4s forwards;
	animation-iteration-count: 1;
}

.boxContainer {
	margin-bottom: 13.33vw;
}

.boxContainer .box01,
.boxContainer .box02,
.boxContainer .box03,
.boxContainer .box04 {
	background: rgba(255,255,255,1);
	padding: 13.33vw 7.33vw 7.33vw;
	display: block;
	position: relative;
	border: none;
	min-height: inherit;/*193.6vw*/
}

.boxContainer .box01:before,
.boxContainer .box02:before,
.boxContainer .box03:before,
.boxContainer .box04:before {
	content: '';
	width: 6.67vw;
	height: 6.67vw;
	background: url("../img/sp_icon_kakko01.svg") no-repeat;
	background-size: 6.67vw;
	position: absolute;
	top: 0;
	right: 0;
}

.boxContainer .box01:after,
.boxContainer .box02:after,
.boxContainer .box03:after,
.boxContainer .box04:after {
	content: '';
	width: 6.67vw;
	height: 6.67vw;
	background: url("../img/sp_icon_kakko02.svg") no-repeat;
	background-size: 6.67vw;
	position: absolute;
	bottom: 0;
	left: 0;
}

.boxContainer .box01 .left,
.boxContainer .box02 .left,
.boxContainer .box03 .left,
.boxContainer .box04 .left {
	width: 100%;
	margin-bottom: 10.67vw;
}

.boxContainer .left .notes {
  margin-top: 1.5em;
}

.boxContainer .right {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
	padding-top: 0;
	width: 100%;
}

.boxContainer .right p {
	font-size: 1.2rem;
	margin-bottom: 1.3vw;
	width: 100%;
}

.boxContainer .box02 .box02in {
	display: block;
	padding: 0;
	margin: 5vw 0 2.67vw;
}

.boxContainer .box02 .box02in div {
	width: 100%;
	margin-bottom: 4vw;
}

.boxContainer .box02 .box02in div p {
	margin-bottom: 2vw;
}

.boxContainer .box02 .box02in02 {
  opacity: 0;
  transform: translateY(5.33vw);
}

.boxContainer .box02 .tits02 {
  margin: 6.67vw 0 2.67vw;
  font-size: 1.6rem;
}

.boxContainer .box04 .right {
	text-align: center;
	padding: 0;
	transform: translateY(5.33vw);
}

.boxContainer .box04 .right img {
	width: 39.5vw;
}

.boxContainer h3 {
	margin-bottom: 5.33vw;
	padding-left: 0;
	position: relative;
	font-weight: normal;
}

.boxContainer h3 span {
	font-size: 5.2rem;
	position: static;
	display: block;
	text-align: center;
	margin-bottom: 4vw;
}

.boxContainer h3 strong {
	font-size: 2.1rem;
	margin-bottom: 2.67vw;
	text-align: center;
	display: block;
}

.boxContainer h3 small {
	font-size: 1.2rem;
	text-align: center;
	display: block;
}

.boxContainer h4 {
	font-size: 1.7rem;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 5.33vw;
	letter-spacing: normal;
	text-align: center;
}

.boxContainer p {
	font-size: 1.2rem
}

#area03 .tableBox h3 {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.6;
	margin-bottom: 6vw;
}

#area03 .tableBox {
	width: 100%;
	margin: 0 auto;
}

#area03 .tableBoxInner {
	/*overflow-x: scroll;
	padding-bottom: 4vw;*/
}

#area03 .tableBox p {
	margin-bottom: 1.3vw;
	font-size: 1.2rem;
}

#area03 .tableBox img {
	width: 100%;
}

#area03 table {
	display: none;
}

/*--------------------------------------------

area04

--------------------------------------------*/

#area04 {
	background: url("../img/sp_bg01.jpg") 50% 50% no-repeat;
	background-size: 120% 120%;
	display: block;
	height: auto;
}

#area04 .inner01 {
	height: 196vw;
	padding: 10vw 0 0;
} 

#area04 .tits01 {
	font-size: 1.2rem;
	margin: 0 0 4vw 0;
	text-align: center;
	display: none;
}

#area04 h2 {
	width: 37.33vw;
	margin: 0 auto 3vw;
}

#area04 .txt01 {
	font-size: 1.8rem;
	line-height: 2.0;
	margin: 0;
	text-align: center;
}

.btn {
	position: absolute;
	bottom: 13.33vw;
	left: 0;
	width: 100%;
}

.btn a {
	width: 81.33vw;
	height: 14.67vw;
	background: #333333 url("../img/icon_window04.svg") 93% 50% no-repeat;
	background-size: 4.93vw;
	border-radius: 7.33vw;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: bold;
	margin: 0 auto;
}

/*--------------------------------------------

footer

--------------------------------------------*/

.pagetop {
	width: 10.67vw;
	height: 10.67vw;
	position: fixed;
	right: 4vw;
	bottom: 4vw;
	z-index: 10;
}

footer {
	background: #333333;
	padding: 10.64vw 0 0;
}

footer h2 {
	font-size: 3.2rem;
	margin-bottom: 6.67vw;
}

footer ul.list01 {
	width: 81.33vw;
	margin: 0 auto;
	padding-bottom: 10.64vw;
	display: block;
	border-top: 1px solid #fff;
}

footer ul.list01 li {
	width: 100%;
	border: none;
	text-align: center;
	border-bottom: 1px solid #fff;
	margin-left: 0;
	position: relative;
}

footer ul.list01 li a {
	color: #fff;
	font-size: 1.8rem;
	font-weight: normal;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0;
	padding: 0 5.33vw;
	width: 100%;
	height: 20vw;
	border: none;
}

footer ul.list01 li a img {
	width: 6.67vw;
	position: absolute;
	top: 50%;
	left: 85%;
	margin-top: -3.335vw;
}

.copyrightArea {
  padding: 37px 0;
  text-align: center;
	background: #fff;
}

.copyrightArea .inner01 {
	width: 100%;
	padding: 0 9.33vw;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}

.footer__ci {
  width: 116px;
  display: inline-block;
  margin: 0 0 20px;
}

.footer__copyright {
  display: block;
  color: #5c5a4f;
  font-family: Josefin Sans,sans-serif;
  line-height: 1;
  letter-spacing: .5px;
  font-size: 1rem;
  text-align: center !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footerlogo {
	order: 2;
}

.copyrightArea ul.list02 {
	display: block;
	order: 1;
	border-top: 1px solid #333;
	width: 100%;
	margin-bottom: 8vw;
}

.copyrightArea ul.list02 li {
	border-bottom: 1px solid #333;
	width: 100%;
}

.copyrightArea ul.list02 a {
	display: block;
	width: 100%;
	padding: 2.67vw 0;
	background: url("../img/icon12_window03.png") 97% center no-repeat;
	background-size: 1.2rem auto;
	font-size: 1.2rem;
}

.copyrightArea ul.list02 a:hover {
	text-decoration: underline;
}



}


@-webkit-keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}

@-webkit-keyframes insert-horizon2-reverse {
  0% {
    transform: none;
    transform-origin: right top
  }
  to {
    transform: scaleX(0);
    transform-origin: right top
  }
}

@keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}

@keyframes insert-horizon2-reverse {
  0% {
    transform: none;
    transform-origin: right top
  }
  to {
    transform: scaleX(0);
    transform-origin: right top
  }
}

@-webkit-keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}
@keyframes menu-normal2 {
  0% {
    transform: scaleX(1) translate(-2px);
    transform-origin: left top
  }
  9% {
    transform: scaleX(0) translate(36px);
    transform-origin: right top
  }
  11% {
    transform: scaleX(0) translate(-2px);
    transform-origin: left top
  }
  13% {
    transform: none
  }
  to {
    transform: none
  }
}