
.body{
	font-family: "Meiryo UI",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}
img {
    width: 100%;
}
.clear {
	clear:both;
}

#container {
	overflow: hidden;
}
.header-inner {
	background-image: url("./images/main_bg.jpg");
	height:fit-content;
	text-align:center;
	color:#FFF;
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 100vh;
	background-position: center;
}

.header-inner video {
	min-width: 100%;
	min-height: 100%;
	mix-blend-mode: soft-light;
	opacity: 0.85;
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.header-inner h1 {
    font-size: 1.25em;
    font-weight: bold;
    text-shadow: #000 1px 1px 10px, #222 -1px 1px 10px, #000 1px -1px 10px, #fff -1px -1px 9px;
}

.header-left div {
    text-shadow: #000 1px 1px 10px, #222 -1px 1px 10px, #000 1px -1px 10px, #fff -1px -1px 9px;
	font-weight:bold;
}
.header-left div:nth-of-type(1){
	font-size:1.35em;
	margin-top: 0.75em;
}
.header-left div:nth-of-type(2){
	font-size:1.8em;
}
.header-left img {
	margin-top:2em;
	max-width:600px;
}
.header-left {
   padding: 0em;
    margin-top: 2.5em;
	letter-spacing: 2px;
}
.header-left p {
	padding: 1em;
	margin-bottom: 0;
	font-size: 0.9em;
}
.header-right {
   padding: 0em;
}
.header-right img {
	margin-top:2em;
	max-width:380px;
}
@media only screen and (max-width: 767px) and (min-width: 1166px){
	.header-right img {
		margin-top:1.5em !important;
		max-width:200px !important;
	}
}

.dot-text span {
	font-size: 1.35em;
	position: relative;
	padding-top: 0.2em;
}
	 
.dot-text span::before {
	position: absolute;
	content: "";
	width: 0.2em;
	height: 0.2em;
	border-radius: 50%;
	background-color: #FFF;
	top: 0;
	left: 50%;
	transform: translate(-50%, 0);
}



.main-footer img {
    max-width: 450px;
	margin-top: 0;
}
.main-footer div {
	margin-top: 0 !important;
}
.main-footer {
	background: rgba(217,49,81,.8);
    padding: 1em;
    width: 100vw;
    text-shadow: #000 1px 1px 10px;
    font-weight: bold;
	position: absolute;
	bottom: 0;
	letter-spacing: 3px;
}

section {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

section h2 {
	background: #231815;
    color: #FFF;
    text-align: center;
    padding: 0.5em;
    font-weight: bold;
    letter-spacing: 3px;
	max-width: 500px;
    margin: 0 auto;
    margin-top: 0.5em;
	font-size: 1.2em;
}

.scroll {
	position:relative;
	margin-top: 0;
}

.arrow {
  width: 15px;
  margin: 0 auto;
  -webkit-animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
  animation: arrow 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) 0s infinite alternate;
}

.arrow a {
	color: #FFF;
    position: relative;
    left: 20%;
	text-decoration: none;
}

.arrow span {
  position: relative;
  display: block;
  left: 50%;
}

.arrow span:before {
  content: '';
  width: 30px;
  height: 30px;
  border: 0;
  border-top: solid 2px #FFF;
  border-right: solid 2px #FFF;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  box-sizing: border-box;
}

.box {
    max-width: 900px;
    padding: 0.5em 2em 0.5em 2em;
    margin: 0 auto;
    margin-top: 1em;
	background:#FFF;
	border-radius:0.8em;
}

.box-title {
    font-size: 3em;
    font-weight: bold;
    color: crimson;
}
.box-title span{
	font-size:0.8em;
}
.box p {
	font-size: 1em;
    text-align: center;
    letter-spacing: 1px;
    line-height: 1.85em;
	font-weight: bold;
}

.box-text {
    line-height: 1.8em;
}
.box-text p {
	font-size:1em;
	margin-top:1em;
}
.box-text span {
	background: moccasin;
    padding: 3px;
}

section h3 {
    padding: 0.5em;
    text-align: center;
    font-weight: bold;
    width: 90%;
    margin: 0 auto;
    max-width: 800px;
    color: #C30D23;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-size: 1.5em;
    letter-spacing: 1px;
}

.box2 {
    max-width: 800px;
    margin: 0 auto;
    margin-top: 1em;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.f2 .box2-innner {
	background: #F1F1F1;
	margin: 1em auto;
	max-width: 380px;
}
.col-sm-12.col-md-4 {
	display:flex;
	display: -ms-flexbox;

}
.col-sm-12.col-md-4:nth-of-type(1) {
    padding-left: 0;
}
.col-sm-12.col-md-4:nth-of-type(3) {
    padding-right: 0;
}

.box2 .box  {
	padding:1em;
	line-height:1.65em;
}

.box2 .box h4 {
	font-size:1.4em;
	text-align:center;
	font-weight:bold;
}
.box2 .box h4 span{
	color:crimson;
}

.box2 .box p {
	font-size:1em;
	font-weight:normal;
}
.box2 .box p span{
	color:orange;
	font-weight:bold;
}

.box2 .box img{
	width:80%;
	max-width:100px;
	margin:0 auto;
    display: block;
}


@keyframes arrow {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }

  100% {
    opacity: 0.5;
    -webkit-transform: translate3d(-50%, -8px, 0);
    transform: translate3d(-50%, -8px, 0);
  }
}



.arcs {
	max-width: 900px;
    margin: 0 auto;
    width: 100%;
    margin-top: 1em;
    color: #DF5400;
    padding: 1.5em;
    line-height: 1.65em;
    font-size: 0.9em;
}
.arcs ol {
    padding-left: 1em;
}
.arcs p{
	font-weight:bold;
}

.f2 h3, .f4 h3 {
    border: none;
    background: none;
    margin-top: 0.5em;
    padding-bottom: 0;
}
.f2 h3 span{
	color:crimson;
}
.f2 button, .f4 button {
    background: #424242;
    padding: 0.5em;
    margin: 0 auto;
    color: #FFF;
    display: block;
    width: 100%;
    max-width: 600px;
    font-weight: bold;
    font-size: 1.5em;
    margin-top: 2em;
	cursor: default;
}
.f2 p, .f3 p, .f4 p{
    letter-spacing: 1px;
    line-height: 1.85em;
    font-weight: bold;
    font-size: 1em;
    padding: 1em 1em 1em 1.3em;
    margin: 1em;
    border-radius: 10px;
	text-align: left;
}
.f2 p span{
	color:#C30D23;
}
.f2 .box img {
    width: 80%;
    max-width: 150px;
    margin: 0 auto;
    display: block;
    margin-top: 5px;
}
.f2 .box ul {
	padding-top:1em;
}
.section-icon {
    position: relative;
    width: 150px;
    height: 150px;
    background-color: #FFF;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 1em;
    color: #C30D23;
}
.section-icon i {
    font-size: 5em;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.merit-image {
	margin: 1em;
}
.copy-text {
	color: #C30D23;	
}
.box2 h3 {
    padding: 1em 0;
}
.copy-text {
    line-height: 1.35em !important;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
    font-weight: bold;
    padding: 1em;
	text-align: center !important;
	margin: 0 !important;
}
@media only screen and (min-width: 768px) {
	.copy-text {
		font-size: 1.5em !important;
		margin: 0 !important;
	}
}

.f3 {
	max-width:900px;
	margin:0 auto;
}
.f3 .circle {
	width: 230px;
    height: 230px;
    padding: 0.5em 2em 0.5em 2em;
    border: #EE6633 5px solid;
    margin: 0 auto;
    margin-top: 2.2em;
    margin-bottom: 2.2em;
    background: #EE6633;
    border-radius: 50%;
	color:#FFF;
	box-shadow: 0px 0px 5px 2px #EE6647;
}
.f3 .circle p {
    font-weight: bold;
    font-size: 1em;
    margin-bottom: 1em;
    text-align: center;
    margin-top: 1em;
}

section.f4 div{
    margin: 0 auto;
}
.f4 .box2-innner {
    background: #F1F1F1;
    margin: 1em auto;
    max-width: 250px;
    border: 4px solid;
    border-radius: 1em;
    padding: 1em;
}
@media only screen and (max-width: 768px) {
	.f4 .box2-innner {
		background: #F1F1F1;
		margin: 1em 1em 0 1em;
		max-width: 100%;
		border: 4px solid;
		border-radius: 1em;
		padding: 1em;
		width: 100%;
	}
}

.f4 .box3 {
	background:#FCEBE4;
	padding:1em;
	text-align:center;
	border-radius:1em;
	margin-top:2em;
}
.f4 .box4 {
	background:#FFF;
	padding:1em;
	text-align:center;
	border:2px dashed crimson;
	border-radius:1em;
	margin-top:2em;
	width: 100%;
}
.icon-image img {
    max-width: 160px;
    margin: 0 auto;
    display: block;
	padding-top: 1em;
}
p.person {
    background: none;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
    margin-top: 0.5em;
}
.box-black {
    background: #231815;
    color: #FFF;
    text-align: center;
    margin-top: 0.5em !important;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.8em;
}
.box-red {
    background: #C30D23;
    color: #FFF;
    text-align: center;
    margin-top: 0.5em !important;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.8em;
}
.box-yellow {
    background: #FAEE00;
    color: #352F2D;
    text-align: center;
    margin-top: 0.5em !important;
    padding: 0.5em;
    font-weight: bold;
    font-size: 0.8em;
	border-radius: 10px;
}
.box-yellow span{
	color: #E60012;
}
.f4 h3 {
    padding: 0em 0.5em 0.75em 0.5em;
    margin-top: 0.25em;
}

section.f4 h4 {
    color: crimson;
    font-weight: bold;
}

.f5 .box2-innner {
    background: #F1F1F1;
    margin: 1em auto;
    max-width: 250px;
    border: 4px solid;
    border-radius: 1em;
    padding: 1em 1em 5em 1em;
    position: relative;
    width: 100%;
}
@media only screen and (max-width: 768px) {
	.f5 .box2-innner {
		background: #F1F1F1;
		margin: 1em 1em 0 1em;
		max-width: 100%;
		border: 4px solid;
		border-radius: 1em;
		padding: 1em 1em 5em 1em;
		width: 100%;
		position: relative;

	}
}
p.example {
    background: none;
    text-align: center;
    padding: 0;
    font-weight: bold;
    font-size: 1.2em;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
h3.list-title {
	color: #000;
    text-align: left;
    padding-left: 0.35em;
    padding-bottom: 0;
    margin: 1em 0.5em 0px 2em;
    position: relative;
}
h3.list-title::before {
    content: "";
    width: 7px;
    height: 40px;
    background: #000;
    left: -0.5em;
    position: absolute;
    top: -5px;
}
@media only screen and (max-width: 768px) {
	h3.list-title {
		color: #000;
		text-align: left;
		padding-left: 0;
		padding-bottom: 0;
		margin: 1em 0.5em 0px 2em;
		position: relative;
		padding-top: 0.5em;
	}
	h3.list-title::before {
		content: "";
		width: 7px;
		height: 40px;
		background: #000;
		left: -1em;
		position: absolute;
		top: 6px;
	}
}
.box3 button {
    background: #E66A38;
    border: none;
    font-size: 1em;
	cursor: default;
}
.box3 button a{
    text-decoration: underline;
    color: bisque;
}

.box4 button {
    background: #ECECEC;
    border: none;
    font-size: 1em;
	color:#424242;
	cursor: default;
}

section.f5 {
	margin-top:2em;
}

section.f5 div {
	max-width: 900px;
    margin: 0 auto;
}
.f5 .box5 {
    border: 2px solid #999;
    margin: 1em;
    border-radius: 0.5em;
}

.f5 p span {
	float:right;
}

.f5 h4 {
    font-size: 1.5em;
    font-weight: bold;
    margin-left: -15px;
}

.f5 .highlight{
	font-size:1.5em;
    font-weight: bold;
}
.f5 .highlight span{
    font-weight: 600;
    font-size: 3em;
    color: crimson;
}




footer {
    background: #E66A38;
	text-align:center;
	padding:1em 1em 5em 1em;
	color:#FFF;
}
footer img{
	max-width:600px;
	width:100%
}
.footer-link{
	color: #FFF;
	font-weight: bold;
}
.footer-link p {
	margin-top: 0.25em;
    margin-bottom: 0;
    font-size: 0.8em;
}
@media only screen and (min-width: 768px) {
	.sp-only {
		display:none;
	}
}
@media only screen and (max-width: 768px) {
	.pc-only {
		display:none;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.header-inner video {
		opacity:0.1;
	}
	.ie .col-sm-12.col-md-4{
		box-sizing:border-box;
		max-width:300px;
	}
	.ie .col-sm-12.col-md-4{
		box-sizing:border-box;
		max-width:300px;
	}
	.ie.box5 .col-sm-12.col-md-2{
		padding:1em;
		max-width:110px;
	}
	.ie.box6 .col-sm-12.col-md-6{
		max-width:450px;
	}
	.ie .col-sm-2.col-md-2{
		max-width:150px;
	}
	.ie .col-sm-10.col-md-10{
		max-width:750px;
	}
	.ie .col-4.col-sm-2.col-md-2{
		max-width:20%;
	}

	.ie .col-8.col-sm-10.col-md-10{
		max-width:80%;
	}
}

/* IE10�Ή� */
@media all and (-ms-high-contrast: none){  /* IE10�ȏ� */
	.box2 .box {
		max-width:270px\9;  /* IE10�ȉ� */
	}
	.f4 .box3 {
		max-width:270px\9;  /* IE10�ȉ� */
	}
	.f6 .ie p {
		width:100%;
	}
}

/* IE9�Ή� */
:root .row.box2 div.col-sm-12.col-md-4:not(:target){
	float:left\0/;
}
:root .manner .col-md-4:not(:target),.manner .col-md-10:not(:target),.manner .col-md-2:not(:target){
	float:left\0/;
}
:root .manner .col-md-2:not(:target){
	margin-top:50%\0/;
}
:root .f2 button:not(:target){
	margin-top:20px\0/;
}
:root .f2 .box .col-sm-12.col-md-3:not(:target){
	float:left\0/;
}
:root .f2 .box .row:not(:target){
	height:210px\0/;
}
:root .f3 .col-sm-6.col-md-6:not(:target){
	float:left\0/;
}

:root .f4:not(:target), .f5:not(:target), .f6:not(:target){
	clear:both\0/;
}
:root .f4 .ie .col-sm-12.col-md-4:not(:target){
	max-width:270px\0/;
	float:left\0/;
}

:root .f5 .col-sm-12.col-md-2:not(:target){
	float:left\0/;
	width:130px\0/;
	padding:10px\0/;
}
:root .f5 .col-sm-12.col-md-10:not(:target){
	padding:0.5em\0/;
}

:root .f5 .row.box5.ie:not(:target){
	height:150px\0/;
}

:root .f5 .col-sm-4.col-md-4:not(:target) , .f5 .col-sm-12.col-md-4:not(:target), .f5 .col-sm-8.col-md-8:not(:target){
	float:left\0/;
}
:root .f5 .col-sm-4.col-md-4 img:not(:target){
	width:150px\0/;
}
:root .f5 .ie .col-sm-12.col-md-4:not(:target){
	max-width:270px\0/;
}
:root .f6 .ie .col-4.col-sm-2.col-md-2:not(:target){
	float:left\0/;
	width:150px\0/;
}
:root .f6 .ie .col-8.col-sm-10.col-md-10:not(:target){
	float:left\0/;
	width:600px\0/;
}
:root .f6 hr:not(:target), .row.inq:not(:target){
	clear:both\0/;
}

:root .f6 hr:not(:target){
	border:1px dashed #FFF\0/;
}

:root .f1 .box.box-margin .row:not(:target){
	width:870px\0/;
	height:190px\0/;
}
.f1 .box.box-margin .row .col-sm-12.col-md-8:not(:target), .f1 .box.box-margin .row .col-sm-12.col-md-4:not(:target){
	float:left;
}
@media only screen and (max-width: 767px) {
	.exp-image img{
		width: 100vw;
		margin: 0 calc(50% - 50vw);
		padding: 0 1em 1em 1em;
	}
}
@media only screen and (min-width: 768px) {
	.exp-image img{
		width: 100%;
		padding: 0 1em 1em 1em;
	}
}
a.entry-btn {
	display: block;
    text-align: center;
    margin: 1em 0;
}
.entry-btn img{
	max-width: 500px;
}
section.f1 {
    margin-top: 2em;
}
section.f2 h2, section.f3 h2, section.f4 h2, section.f6 h2{
    background: #E14A59;
    color: #FFF;
    text-align: center;
    padding: 0.5em;
    font-weight: bold;
    letter-spacing: 3px;
    margin: 0 calc(50% - 50vw);
    width: 100vw;
	max-width: 100vw;
    margin-top: 0.5em;
    font-size: 1.2em;
}
section.f2 h2::before, section.f3 h2::before, section.f4 h2::before, section.f6 h2::before{
	font-family: Font Awesome\ 5 Free;
	content:"\f00c";
	margin-right: 0.5em;
}
.f4 .section-title {
    background: #231815;
    color: #FFF;
    padding: 0.5em;
    margin: 0.5em auto;
    font-size: 1.1em;
}

:root .header-inner video:not(:target){
	opacity:0.1\0/;
}


@media only screen and (max-width: 767px) {

	.box-margin {
		margin:1em;
	}

	.header-left {
	    padding:2em 2.5em 0em 2.5em;
	    margin-top: 1em;
	}
	.header-inner h1 {
	    font-size: 1.1em;
	    font-weight: bold;
	    text-shadow: #000 1px 1px 10px, #111 -1px 1px 10px, #000 1px -1px 10px, #FFF -1px -1px 9px;
	}
	.header-left div:nth-of-type(1) {
	    font-size: 1.05em;
		margin-top: 0.75em;
	}
	.header-left div:nth-of-type(2) {
	    font-size: 1.25em;
	}
	.header-right {
	    padding: 2em 0em 1em 0em;
	    margin: -1em auto;
	}
	.header-right img {
	    margin-top: 0.5em;
	    max-width: 280px;
	}
	.f1 .box .col-sm-12.col-md-4 img {
	    max-width: 250px;
	    margin: 0 auto;
	    width: 100%;
	    height: 100%;
	}

	.scroll {
	    position: relative;
	    margin-top: 0;
	}
	.box-title {
	    font-size: 2.5em;
	    line-height: 0.8em;
	    padding-top: 15px;
		text-align:center;
	}
	.box-title span {
	    font-size: 0.5em;
	}
	.box p {
		font-size: 0.8em;
		text-align: center;
		letter-spacing: 1px;
		line-height: 1.85em;
		padding: 1em 0em 1em 0;

	}
	section h2 {
		font-size: 1.2em;
	}
	section h3 {
	    width: 95%;
	}
	.col-sm-12.col-md-4:nth-of-type(1) {
	    padding: 0em 1em 0em 1em;
	}
	.col-sm-12.col-md-4:nth-of-type(3) {
	    padding: 0em 1em 0em 1em;
	}
	.f2 button, .f4 button {
	    width: 90%;
	    font-size: 1.1em;
	    margin-top: 1em;
	}
	.f2 p {
	    margin-top: 0;
	    font-size: 1em;
	    padding: 1em;
	}
	.f2 h3, .f4 h3 {
	    font-size: 1.3em;
	    line-height: 1.35em;
		margin-top:0;
	}
	.manner .circle p, .manner .circle2 p {
	    font-size: 0.85em;
	    margin-bottom: 0;
	}

	.triangle {
	    border-style: solid;
	    border-color: transparent transparent transparent #f27100;
	    border-top: 35px solid #EE6633;
	    border-right: 35px solid transparent;
	    border-left: 35px solid transparent;
	    width: 0;
	    height: 0;
		top:20%;
	    left: 0%;
	    margin: 0 auto;
	}
	.f2 .box {
	    margin: 0em 1em 0em 1em;
	}
	.box5 .col-sm-12.col-md-2 img {
	    max-width: 150px;
	    margin: 0 auto;
	    display: block;
	}
	.f5 .col-sm-4.col-md-4 img {
	    width: 100px;
	    margin: 0 auto;
	    display: block;
	}

	.f5 .highlight {
	    font-size: 1.5em;
	    font-weight: bold;
	    margin-top: -15px;
	    padding: 0em 1em 1em 1em;
	}
	.f5 h4 {
		margin: 0 auto;
	}
	.f5 p {
	    line-height: 1em;
	    margin-top: 1em;
	}
	.f6 .box6 {
	    margin-top: 1em;
	}

	.arrow_box, .arrow_box2 {
		font-size:0.9em;
		line-height:1.4em;
	}

}

.slick-title {
    font-weight: bold;
    text-align: center;
    padding: 0.25em 0;
    background: #E14A59;
    color: #FFF;
    letter-spacing: 2px;
}
.slider p {
    letter-spacing: 1px;
    line-height: 1.5em;
    font-weight: bold;
    font-size: 0.9em;
    padding: 0em;
    margin: 0.25em;
    text-align: left;
}
 .sliderArea {
	background: #fff;
	overflow: hidden;
  }
  .sliderWide {
	max-width: 100%;
	margin: 0 auto;
	padding: 30px 0;
  }
  .sliderWide .slick-arrow {
	opacity: 0;
	transition-duration: 0.3s;
  }
  .sliderWide:hover .slick-arrow {
	opacity: 1;
  }
  .slider {
	max-width: 600px;
	margin: 0 auto;
	padding: 0;
  }
  .slider .slick-list {
	overflow: visible;
  }
  .slider .slick-slide {
	padding: 0 10px;
	opacity: .5;
	transition-duration: 0.3s;
  }
  .slider .slick-slide.slick-current {
	opacity: 1;
  }
  .slider .slick-slide a {
	display: block;
  }
  .slider .slick-slide a:hover {
	display: block;
	opacity: .7;
  }
  .slider img {
	height: auto;
	width: 100%;
  }
  .slick-prev, .slick-next {
	z-index: 1;
  }
  .slick-dots {
	bottom: -33px;
  }
.lisk-text{
	text-align: left !important;
}

.box-fixed {
    position: fixed;
    bottom: 0;
    width: 100vw;
    z-index: 999;
    border-radius: 0;
    background: rgba(0,0,0,0.75);
    padding: 0em 1em 0em 1em;
    max-width: 100%;
}

