@charset "utf-8";

/* common
-------------------------------------------------------*/
#wrapper {
overflow: hidden;
min-width: 320px;
overflow-x: auto;
}
#main {
overflow: hidden;
}
.sp {
display: none;
}
.area {
padding: 90px 20px;
box-sizing: border-box;
}
.inner {
width: 100%;
max-width: 1000px;
margin: 0 auto;
box-sizing: border-box;
}
.inner_l {
max-width: 1280px;
}
.inter {
font-family: "inter", sans-serif;
}
.ttl01 {
text-align: center;
color: var(--color01);
font-size: 4.5rem;
font-weight: 700;
margin-bottom: 60px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.pc {
	display: none;
	}
	.sp {
	display: block;
	}
	.area {
	padding: 40px 20px;
	}
	.inner {
	max-width: 100%;
	}
	.ttl01 {
	font-size: 2.6rem;
	margin-bottom: 30px;
	line-height: 1.4;
	}
}


/* header
-------------------------------------------------------*/
#header {
padding: 20px;
}
#header .inner {
max-width: 100%;
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
#header .logo img {
max-width: 137px;
}
.contact {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: flex-end;
}
.contact li {
margin-left: 40px;
}
.contact li a {
color: var(--color01);
font-weight: 700;
font-size: 1.8rem;
}
@media screen and (max-width:990px) {
	.contact li a {
	font-size: 1.6rem;
	}
	.contact li {
	margin-left: 20px;
	}
}
@media screen and (max-width:768px) {
	#header {
	padding: 10px 20px 15px;
	}
	#header .logo img {
	max-width: 100px;
	}
	.hamburger {
	display: block;
	width: 30px;
	height: 20px;
	position: relative;
	background: none;
	border: none;
	cursor: pointer;
	z-index: 999;
	}
	.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: var(--color01);
	transition: 0.3s;
	}
	.hamburger span:nth-child(1) {
	top: 0;
	}
	.hamburger span:nth-child(2) {
	top: 50%;
	transform: translateY(-50%);
	}
	.hamburger span:nth-child(3) {
	bottom: 0;
	}
	.contact {
	position: fixed;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	background: #fff;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.3s ease;
	z-index: 998;
	}
	.contact li {
	margin: 0;
	}
	.contact li a {
	font-size: 2.2rem;
	}
	.contact.is-open {
	opacity: 1;
	pointer-events: auto;
	}
	.hamburger.is-open span:nth-child(1) {
	top: 50%;
	transform: rotate(45deg);
	}
	.hamburger.is-open span:nth-child(2) {
	opacity: 0;
	}
	.hamburger.is-open span:nth-child(3) {
	bottom: auto;
	top: 50%;
	transform: rotate(-45deg);
	}
}

@media screen and (min-width:768px) and ( max-width:1080px) {
/*@media screen and (max-width:1000px) {*/
.contact li a {
font-size: calc(.8rem + .8vw);
}
.contact li {
margin-left: calc(.8rem + .8vw);
}
}

/* visual
-------------------------------------------------------*/
#visual {
position: relative;
}
#visual::before,#visual::after {
position: absolute;
display: block;
content: "";
background: var(--color02);
z-index: -1;
}
#visual::before {
width: 43%;
top: 0;
left: 0;
border-radius: 0 30px 30px 0;
height: 70%;
}
#visual::after {
width: 50%;
bottom: 0;
right: 0;
border-radius: 30px 0 0 30px;
height: 85%;
}
#visual.area {
padding: 0;
}
#visual .inner {
max-width: inherit;
display: flex;
flex-flow: row wrap;
padding: 70px 0 0;
column-gap: 2%;
justify-content: space-between;
}
@media screen and (min-width:768px) and ( max-width:1500px) {
#visual .inner {
padding: 4vw 0 0;
}
}
#visual .txt_box {
flex: 0 1 43%;
display: flex;
justify-content: flex-end;
}
#visual .txt_box > * {
transform: translate(2vw,0);
}
#visual .tit {
width: 100%;
max-width: calc(1000px * 0.45);
}
#visual .sub_ttl {
background: var(--color01);
color: #fff;
font-weight: 500;
font-size: 2.2rem;
display: inline-block;
padding: 5px 30px;
border-radius: 10px;
margin-bottom: 30px;
}
#visual .tit {
font-weight: 700;
color: var(--color01);
font-size: 5.5rem;
line-height: 1.4;
}

#visual .img_box {
flex: 0 1 52%;
position: relative;
overflow: visible;
}
#visual .img_box .img img {
width: 100%;
max-width: 707px;
height: auto;
display: block;
}
.visual_dl {
flex: 0 1 43%;
position: relative;
}
#visual .download {
padding: 0;
position: absolute;
right: 0;
bottom: 0;
width: 100%;
max-width: calc(1000px * 0.45);
transform: translate(0,-20%);
}
@media screen and (min-width:1000px) {
#visual .download {
}
}
@media screen and (min-width:768px) and ( max-width:1080px) {
#visual .download {
right: -20px;
}
}
#visual .download .dl_ttl {
font-size: 2rem;
margin-bottom: 10px;
}

/* @media screen and (min-width:768px) and ( max-width:1080px) {*/
@media screen and (max-width:1080px) {
#visual .ttl {
font-size: calc(1rem + 3vw);
}
#visual .sub_ttl {
font-size: calc(1rem + .8vw);
margin-bottom: 1vw;
} 
}
@media screen and (max-width:768px) {
#visual .txt_box {
max-width: 100%;
}
#visual .txt_box::before {
width: 90vw;
}
#visual .ttl br {
display: none;
}
}
body.effectdelay #visual::before,
body.effectdelay #visual .txt_box {
opacity: 0;
transform: translate(-50px,0);
}
body.effectdelay.effect_active #visual::before,
body.effectdelay.effect_active #visual .txt_box {
opacity: 1;
transform: translate(0,0);
transition: 
opacity .8s,
transform .8s;
}
body.effectdelay #visual::after,
body.effectdelay #visual .img_box {
opacity: 0;
transform: translate(50px,0);
}
body.effectdelay.effect_active #visual::after,
body.effectdelay.effect_active #visual .img_box {
opacity: 1;
transform: translate(0,0);
transition: 
opacity .8s,
transform .8s;
}

@media screen and (max-width:768px) {
#visual::before {
display: none;
}
#visual::after {
display: none;
}
#visual .inner {
flex-flow: column;
padding: 0;
}
#visual .txt_box {
width: 100%;
padding: 30px 0;
position: relative;
max-width: inherit;
text-align: center;
}
#visual .tit {
width: 100%;
max-width: inherit;
transform: none;
font-size: inherit;
}
#visual .txt_box::before {
position: absolute;
display: block;
content: "";
background: var(--color02);
width: 95%;

left: -20px;
height: 100%;
top: 0;
border-radius: 0 20px 20px 0;
z-index: -1;
}
#visual .sub_ttl {
font-size: 1.4rem;
padding: 5px 20px;
border-radius: 7px;
margin-bottom: 10px;
}
#visual .ttl {
font-size: 3.4rem;
}
#visual .img_box {
width: 100%;
margin: 0;
position: relative;
margin-top: 20px;
}
#visual .img_box::before {
position: absolute;
display: block;
content: "";
background: var(--color02);
width: 85%;
right: -20px;
height: 90%;
top: 0;
border-radius: 20px 0 0 20px;
z-index: -1;
}
#visual .img_box .img {
padding: 0;
text-align: center;
}
#visual .img_box .img img {
width: 90%;
display: inline-block;
}

#visual .download {
padding: 0;
position: relative;
right: inherit;
bottom: inherit;
max-width: 470px;
margin: 0 auto;
padding: 0 20px;
transform: none;
}
}
@media screen and (max-width:500px) {
#visual .ttl {
font-size: 3rem;
}
#visual .ttl br {
display: block;
}
}
/* nav_point
-------------------------------------------------------*/
#nav_point.area {
padding: 0 20px;
}
.nav_point {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
.nav_point li {
width: 32%;
}
.nav_point li:nth-child(2) {
margin-top: 40px;
}
.nav_point li:last-child {
margin-top: 80px;
}
.nav_point .inter {
font-size: 2.6rem;
font-weight: 700;
color: var(--color01);
}
.nav_point .inter b {
font-size: 4rem;
margin-left: 5px;
}
.nav_point .nav_btn {
background: var(--color01);
display: block;
text-align: center;
color: #fff;
border-radius: 20px;
font-weight: 700;
font-size: 2.4rem;
line-height: 1.2;
padding: 30px 10px 50px;
position: relative;
}
.nav_point .nav_btn::after {
position: absolute;
display: block;
content: "";
width: 18px;
height: 18px;
border: 3px solid var(--color02);
border-left: 0;
border-bottom: 0;
box-sizing: border-box;
transform: translateY(-25%) rotate(135deg) translate(-50%,0);
right: 50%;
bottom: 10px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {

}
@media screen and (max-width:768px) {
	.nav_point {
	flex-flow: column;
	}
	.nav_point li {
	width: 100%;
	}
	.nav_point li:nth-child(2) {
	margin-top: 5px;
	}
	.nav_point li:last-child {
	margin-top: 5px;
	}
	.nav_point .inter {
	font-size: 1.6rem;
	}
	.nav_point .inter b {
	font-size: 2.6rem;
	}
	.nav_point .nav_btn {
	border-radius: 15px;
	border-radius: 10px;
	font-size: 1.6rem;
	padding: 15px 10px 30px;
	width: 100%;
	}
	.nav_point .nav_btn::after {
	width: 13px;
	height: 13px;
	bottom: 5px;
	}
}

/*@media screen and (min-width:768px) and ( max-width:1080px) {*/
@media screen and (max-width:1080px) {
.nav_point .inter {
font-size: calc(1rem + 1.2vw);
}
.nav_point .inter b {
font-size: calc(1rem + 2.5vw);
}
.nav_point .nav_btn {
font-size: calc(1rem + 1.1vw);
} 
}
body.effectdelay .nav_point li {
opacity: 0;
transform: translate(0,-50px);
}
body.effectdelay.effect_active .nav_point li {
opacity: 1;
transform: translate(0,0);
}
.nav_point li:nth-child(1) {
transition: 
opacity .8s,
transform .8s;
}
.nav_point li:nth-child(2) {
transition:
opacity .8s .4s,
transform .8s .4s;
}
.nav_point li:nth-child(3) {
transition:
opacity .8s .8s,
transform .8s .8s;
}

/* point
-------------------------------------------------------*/
.layout01 {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
.layout01:not(:last-child) {
margin-bottom: 90px;
}
.layout01.reverse {
flex-flow: row-reverse;
}
.layout01 .txt_box {
width: 50%;
}
.layout01 .txt_box > * {
margin-bottom: 20px;
line-height: 1.4;
}
.layout01 .txt_box .inter {
font-weight: 700;
font-size: 4rem;
color: var(--color01);
margin-bottom: 10px;
}
.layout01 .txt_box .inter b {
font-size: 6rem;
margin-left: 10px;
}
.layout01 .txt_box .sub_ttl {
color: var(--color01);
font-weight: 700;
font-size: 1.8rem;
display: inline-block;
background: var(--color03);
border: 2px solid var(--color01);
border-radius: 10px;
padding: 5px 20px;
}
.layout01 .txt_box .ttl {
color: var(--color01);
font-weight: 700;
font-size: 3rem;
}
.layout01 .txt_box .txt {
margin-bottom: 0;
line-height: 1.8;
}
.layout01 .img {
width: 45%;
text-align: center;
position: relative;
z-index: 1;
padding: 0 50px 50px;
display: flex;
flex-flow: column;
align-items: center;
}
.layout01 .img::before {
position: absolute;
display: block;
content: "";
background: var(--color02);
width: 50vw;
height: 95%;
right: max(20px, calc(50% - 500px));
z-index: -1;
border-radius: 0 30px 30px 0;
bottom: 0;
}
.layout01.reverse .img::before {
left: max(20px, calc(50% - 500px));
border-radius: 30px 0 0 30px;
bottom: 0;
}
.layout01 .img span {
display: inline-block;
font-weight: 700;
background: var(--color01);
color: #fff;
padding: 5px 20px;
border-radius: 5px;
margin-bottom: 20px;
}
.layout01 .img img {
max-width: 399px;
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	.layout01 {
	flex-flow: column-reverse;
	align-items: flex-start;
	justify-content: flex-start;
	}
	.layout01:not(:last-child) {
	margin-bottom: 30px;
	}
	.layout01.reverse {
	flex-flow: column-reverse;
	}
	.layout01 .txt_box {
	width: 100%;
	}
	.layout01 .txt_box > * {
	margin-bottom: 20px;
	}
	.layout01 .txt_box .inter {
	font-size: 3rem;
	margin-bottom: 0;
	}
	.layout01 .txt_box .inter b {
	font-size: 5rem;
	margin-left: 5px;
	}
	.layout01 .txt_box .sub_ttl {
	font-size: 1.4rem;
	padding: 5px 10px;
	}
	.layout01 .txt_box .ttl {
	font-size: 2rem;
	}
	.layout01 .txt_box .txt {
	margin-bottom: 30px;
	}
	.layout01 .img {
	width: 100%;
	padding: 0 0 20px;
	}
	.layout01 .img::before {
	width: 110%;
	right: 0;
	z-index: -1;
	border-radius: 0 30px 30px 0;
	bottom: 0;
	}
	.layout01.reverse .img::before {
	left: 0;
	border-radius: 30px 0 0 30px;
	}
	.layout01 .img img {
    width: 90%;
	max-width: 400px;
	}
}
@media screen and (min-width:768px) and ( max-width:1080px) {
/*@media screen and (max-width:1000px) {*/
.layout01 .txt_box .inter {
font-size: calc(2rem + 2vw);
}
.layout01 .txt_box .inter b {
font-size: calc(3rem + 3vw);
}
.layout01 .txt_box .ttl {
font-size: calc(1.5rem + 1.5vw);
}
}
@media screen and (max-width:768px) {
.layout01 .txt_box .ttl br {
display: none;
}
}
/* about_tech
-------------------------------------------------------*/
#about_tech {
background: var(--color02);
}
#about_tech .ttl01 {
text-align: center;
background: var(--color03);
border: 3px solid var(--color01);
border-radius: 30px;
padding: 20px;
display: flex;
align-items: center;
margin-bottom: 40px;
}
#about_tech .ttl01 .inter {
flex: 0 1 10%;
line-height: 1;
display: block;
font-size: 6rem;
color: #73acdd;
}
#about_tech .ttl01 .text {
flex: 1 0 0%;
font-size: 4rem;
line-height: 1.2;
}
#about_tech .answer_box {
background: #fff;
border-radius: 30px;
padding: 20px;
}
#about_tech .answer_box .ttl {
display: flex;
width: 100%;
align-items: center;
font-weight: 700;
color: var(--color01);
text-align: center;
position: relative;
line-height: 1.4;
margin-bottom: 50px;
}
#about_tech .answer_box .inter {
flex: 0 1 10%;
display: block;
font-size: 6rem;
line-height: 1;
font-weight: 700;
color: #ee8296;
}
#about_tech .answer_box .text {
flex: 1 0 0%;
line-height: 1.2;
text-align: center;
font-size: 3rem;
}
#about_tech .answer_box dl {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
#about_tech .answer_box dl dt {
width: 50%;
line-height: 2;
}
#about_tech .answer_box dl dt span {
font-weight: 700;
background: var(--color03);
}
#about_tech .answer_box dl dd {
text-align: center;
width: 48%;
}
#about_tech .answer_box dl dd img {
max-width: 356px;
}
.list_about {
display: flex;
gap: 40px;
margin-top: 40px;
}
.list_about li {
flex: 0 0 1;
width: calc((100% - 80px)/3);
background: #fff;
border-radius: 20px;
padding: 30px 10px;
text-align: center;
display: flex;
flex-direction: column;
}
.list_about li .ttl {
font-size: 2.2rem;
font-weight: 700;
color: var(--color01);
line-height: 1.4;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
min-height: calc(1.4em * 3);
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 30px;
}
.list_about li .img {
margin-bottom: 10px;
}
.list_about li .img img {
max-width: 356px;
}
.list_about li .txt {
margin-top: auto;
background: var(--color03);
border: 2px solid var(--color01);
font-size: 1.8rem;
font-weight: 700;
border-radius: 10px;
color: var(--color01);
padding: 20px 10px;
margin: 0 10px;
margin-top: auto;
}
#about_tech .btm {
text-align: center;
color: #fff;
background: var(--color01);
border-radius: 30px;
padding: 20px;
font-weight: 700;
font-size: 4rem;
position: relative;
margin-top: 60px;
}
#about_tech .btm::before {
position: absolute;
display: block;
content: "";
background: url(../img/arrow.png)no-repeat center/269px 57px;
width: 269px;
height: 57px;
right: 50%;
top: -30px;
transform: translate(50%,0);
}
@media screen and (min-width:768px) and ( max-width:1080px) {
	
}
@media screen and (max-width:768px) {
	#about_tech .ttl01 {
	border: 2px solid var(--color01);
	border-radius: 20px;
	padding: 20px;
	font-size: 2.2rem;
	margin-bottom: 20px;
	}
	#about_tech .ttl01 .inter {
	font-size: 3rem;
	}
    #about_tech .ttl01 .text {
	font-size: 2.5rem;
   }
	#about_tech .answer_box {
	border-radius: 20px;
	padding: 20px;
	}
	#about_tech .answer_box .ttl {
	font-size: 1.6rem;
	margin-bottom: 20px;
	text-align: left;
	}
	#about_tech .answer_box .inter {
	font-size: 3rem;
	top: 20px;
	}
	#about_tech .answer_box .text {
    font-size: 1.8rem;
    }
	#about_tech .answer_box dl {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	}
	#about_tech .answer_box dl dt {
	width: 100%;
	margin-bottom: 10px;
	}
	#about_tech .answer_box dl dd {
	width: 80%;
	}
	.list_about {
	gap: 30px;
	margin-top: 30px;
	flex-flow: column;
	}
	.list_about li {
	width: 100%;
	padding: 20px 10px;
	}
	.list_about li .ttl {
	font-size: 2rem;
	-webkit-box-orient: inherit;
	-webkit-line-clamp: inherit;
	min-height: inherit;
	margin-bottom: 20px;
	}
	.list_about li .img img {
	width: 80%;
	margin: 0 auto;
	}
	.list_about li .txt {
	font-size: 1.6rem;
	padding: 15px 10px;
	}
	#about_tech .btm {
	border-radius: 10px;
	font-size: 2rem;
	position: relative;
	margin-top: 40px;
	}
	#about_tech .btm::before {
	background: url(../img/arrow.png)no-repeat center/188px 39px;
	width: 188px;
	height: 39px;
	top: -25px;
	}
}
@media screen and (min-width:768px) and ( max-width:1080px) {
/*@media screen and (max-width:1080px) {*/
#about_tech .ttl01 .inter {
font-size: calc(3rem + 3vw);
}
#about_tech .ttl01 .text {
font-size: calc(2rem + 2vw);
}
#about_tech .answer_box .inter {
font-size: calc(3rem + 3vw);
}
#about_tech .answer_box .text {
font-size: calc(1.5rem + 1.5vw);
}
.list_about li .txt {
font-size: calc(0.8rem + 0.8vw);
}
#about_tech .btm {
font-size: calc(1.8rem + 1.8vw);
}
}
/* introduction
-------------------------------------------------------*/
#introduction .top_txt {
line-height: 2;
margin-bottom: 60px;
}
#introduction .top_txt span {
background: var(--color03);
font-weight: 700;
}
.list_intro {
display: grid;
grid-template-columns: repeat(6, minmax(0, 1fr));
gap: 40px;
}
.list_intro > li{
background: var(--color02);
border-radius: 30px;
padding: 40px 30px;
display: flex;
flex-direction: column;
text-align: center;
box-sizing: border-box;
grid-column: span 2;
}
.list_intro > li:nth-child(4){
grid-column: 2 / span 2;
}
.list_intro > li:nth-child(5){
  grid-column: 4 / span 2;
}
.list_intro .ttl{
font-size: 2.6rem;
font-weight: 700;
color: var(--color01);
margin-bottom: 30px;
}
.list_intro .txt{
line-height: 1.8;
margin-bottom: 20px;
text-align: left;
}
.list_intro dl{
background: #fff;
border-radius: 10px;
padding: 0 10px 30px 10px;
margin-bottom: 20px;
position: relative;
margin-top: 20px;
display: flex;
flex-flow: column;
align-items: center;
}
.list_intro dt{
font-weight: 700;
background: var(--color01);
color: #fff;
display: inline-block;
border-radius: 5px;
padding: 5px 20px;
transform: translate(0,-50%);
}
.list_intro dd{
font-weight: 700;
}
.list_intro .img{
margin-top: auto;
}
.list_intro .img img{
max-width: 334px;
}
@media screen and (max-width:768px) {
#introduction .top_txt {
margin-bottom: 30px;
}
.list_intro{
grid-template-columns: inherit;
display: flex;
flex-flow: column;
gap: 20px;
}
.list_intro > li:nth-child(4),
.list_intro > li:nth-child(5){
grid-column: auto;
}
.list_intro > li{
padding: 20px;
border-radius: 20px;
width: 100%;
}
.list_intro .ttl {
font-size: 2.2rem;
margin-bottom: 20px;
}
.list_intro .img img {
width: 80%;
max-width: 400px;
margin: 0 auto;
}
}

/* about_m
-------------------------------------------------------*/
#about_m {
position: relative;
margin-bottom: 90px;
}
#about_m::before{
content: "";
position: absolute;
top: 0;
bottom: 0;
left: max(20px, calc(50% - 500px));
right: 0;
background: var(--color02);
border-radius: 30px 0 0 30px;
z-index: 0;
}
#about_m .inner {
position: relative;
z-index: 1;
}
#about_m .ttl01 {
margin-bottom: 30px;
}
#about_m .sub_ttl {
text-align: center;
margin: 0 auto 50px;
}
#about_m .sub_ttl span {
background: #fff;
font-weight: 700;
font-size: 2.6rem;
color: var(--color01);
padding: 5px 30px;
border-radius: 100px;
}
#about_m .txt_box {
display: flex;
flex-flow: row nowrap;
align-items: flex-start;
justify-content: space-between;
}
#about_m .txt_box dl {
padding-left: 50px;
width: 50%;
}
#about_m .txt_box dl dt {
font-weight: 700;
font-size: 2.6rem;
color: var(--color01);
margin-bottom: 30px;
}
#about_m .txt_box dl dd {
line-height: 1.8;
}
#about_m .txt_box .img {
text-align: center;
}
#about_m .txt_box .img img {
max-width: 464px;
}
.btn01 a {
display: block;
background: var(--color01);
color: #fff;
font-size: 2.6rem;
border-radius: 100px;
max-width: 650px;
width: 100%;
height: 85px;
display: flex;
align-items: center;
justify-content: center;
font-weight: 700;
margin: 20px auto 0;
position: relative;
}
.btn01 a::after {
position: absolute;
display: block;
content: "";
position: absolute;
right: 30px;
width: 18px;
height: 18px;
border-top: 3px solid var(--color02);
border-right: 3px solid var(--color02);
-webkit-transform: rotate(45deg);
transform: rotate(45deg);
}
@media screen and (max-width:768px) {
	#about_m {
	margin-bottom: 40px;
	}
	#about_m.area {
	padding: 40px;
	}
	#about_m::before{
	left: max(20px, calc(50% - 500px));
	right: 0;
	border-radius: 20px 0 0 20px;
	}
	#about_m .ttl01 {
	margin-bottom: 20px;
	}
	#about_m .sub_ttl {
	margin: 0 auto 30px;
	}
	#about_m .sub_ttl span {
	font-size: 1.6rem;
	padding: 5px 20px;
	}
	#about_m .txt_box {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	}
	#about_m .txt_box dl {
	padding-left: 0;
	width: 100%;
	margin-bottom: 20px;
	}
	#about_m .txt_box dl dt {
	font-size: 2rem;
	margin-bottom: 20px;
	text-align: center;
	}
	#about_m .txt_box dl dd {
	margin-bottom: 20px;
	}
	#about_m .txt_box .img img {
	max-width: 80%;
	margin: 0 auto;
	}
	.btn01 a {
	font-size: 1.8rem;
	height: 70px;
	text-align: center;
	line-height: 1.4;
	}
	.btn01 a::after {
	right: 20px;
	width: 10px;
	height: 10px;
	}
}


/* footer
-------------------------------------------------------*/
#footer {
font-weight: 500;
}
.footer_nav {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.footer_nav li {
margin: 0 10px;
}
.footer_nav li:not(:last-child) {
position: relative;
}
.footer_nav li:not(:last-child)::after {
position: absolute;
display: block;
content: "/";
right: -12px;
top: 0;
}
#footer .copy {
text-align: center;
margin-top: 40px;
}
@media screen and (max-width:768px) {
	#footer {
	font-size: 1.2rem;
	}
	.footer_nav {
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-bottom: 0;
	}
	.footer_nav li {
	margin: 0 0 10px;
	}
	.footer_nav li:not(:last-child)::after {
	display: none;
	}
	#footer .copy {
	margin-top: 30px;
	}
}

/* download
-------------------------------------------------------*/
.download {
max-width: 470px;
margin: 0 auto;
padding: 0 20px;
}
.download.mb90 {
margin-bottom: 90px;
}
.download .dl_ttl {
text-align: center;
font-weight: 700;
color: var(--color01);
font-size: 2.6rem;
display: flex;
align-items: center;
gap: 16px;
margin-bottom: 20px;
}
.download .dl_ttl::before, .download .dl_ttl::after {
content: "";
flex: 1;
height: 2px;
background: var(--color01);
}
.download ul {
display: flex;
flex-flow: row nowrap;
align-items: center;
justify-content: space-between;
}
.download ul li:first-child {
margin: 0 15px 0 0;
}
.download ul li img {
max-width: 240px;
width: 100%;
}
@media screen and (max-width:768px) {
	.download.mb90 {
	margin-bottom: 40px;
	}
	.download .dl_ttl {
	font-size: 1.8rem;
	gap: 15px;
	margin-bottom: 15px;
	}
	.download ul li:first-child {
	margin: 0 10px 0 0;
	}
	.download.sp {
	margin: 20px 0 40px;
	}
}
/* animation
-------------------------------------------------------*/
.js-reveal {
opacity: 0;
transition:
opacity 0.6s ease,
transform 0.6s ease;
will-change: opacity, transform;
}
.js-reveal.is-inview {
opacity: 1;
transform: translate(0, 0);
}

.from-left {
transform: translateX(-50px);
}
.from-right {
transform: translateX(50px);
}
.from-bottom {
transform: translateY(50px);
}
.from-top {
transform: translateY(-50px);
}

.js-reveal[data-delay="1"] {
transition-delay: 0.1s;
}
.js-reveal[data-delay="2"] {
transition-delay: 0.4s;
}
.js-reveal[data-delay="3"] {
transition-delay: 0.8s;
}

/* root
-------------------------------------------------------*/
:root {
	--color01: #073860;
	--color02: #ddeafe;
	--color03: #fff6dc;
}
